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

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

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

@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: #716046;
}

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

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

.f_en{
  font-family: 'Oswald', sans-serif;
}
@font-face {
  font-family: 'quentin';
  src: url('../../src/font/Quentin.woff') format('woff'),
       url('../../src/font/Quentin.ttf') format('truetype');
}
.f_q{
  font-family: 'quentin', sans-serif;
  line-height: 1;
  font-weight: 500;
}
/*-----------------------------------------------------------

component

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

cmn laypout

-------------------------------------------------------------*/
/* header */
.header{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: 0.3s ease;
}
.header.transform{
  background: #272727;
  position: fixed;
}
.headerSub{
  background: #272727;
  position: fixed;
}
.headerInner{
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerInner_logo{
  display: block;
  width: 33rem;
}
.headerInner_nav{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 70%;
}
.headerInner_navPage{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 3rem;
}
.headerInner_navPage li{
  margin-left: 3rem;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
}
.headerInner_navPage li a{
  display: block;
  padding: 1rem 0 0.6rem;
  border-bottom: 3px solid #C9000D00;
}
.headerInner_navPage li a:hover{
  border-bottom: 3px solid #C9000D;
  opacity: 1;
}
.headerInner_navContact{
  background: #C9000D;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18rem;
  height: 4rem;
  border-radius: 100px;
  line-height: 1;
  color: #fff;
}
.headerInner_navContact div{
  width: 2.7rem;
  margin-right: 0.8rem;
}
.headerInner_navContact p{
  font-size: 1.4rem;
  font-weight: 600;
  white-space: nowrap;
}
.headerInner_navContact .head_logo{
  width: 30px;
}
/* dropdown */
.headerNav_pageList_itemOpen{
  width: 100%;
  background: #414141;
  padding: 4rem 8rem;
  position: absolute;
  left: 0;
  top: 8rem;
  display: none;
}
.headerNav_pageList_itemOpenInner{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerNav_pageList_itemOpen01L{

}
.headerNav_pageList_itemOpen_ttl_en{
  font-size: 7rem;
  color: #fff;
  opacity: 0.14;
}
.headerNav_pageList_itemOpen_ttl_jp{
  font-size: 2rem;
  color: #fff;
}
/* about */
.headerNav_pageList_itemOpen01R{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 52%;
}
.cmnBtn01Box--navMenu01_01{

}
.cmnBtn01Box--navMenu01_01 .cmnBtn01{
  width: 23rem;
}
.cmnBtn01Box--navMenu01_01 .cmnBtn01 svg{
  fill: #fff;
  width: 3.8rem;
  margin-right: 1rem;
}
.cmnBtn01Box--navMenu01_02 .cmnBtn01{
  width: 36rem;
}
.cmnBtn01Box--navMenu01_02 .cmnBtn01 svg{
  fill: #fff;
  width: 4rem;
  margin-right: 1rem;
}
/* works */
.headerNav_pageList_itemOpen02R{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  flex-wrap: wrap;
}
.headerNav_pageList_itemOpen02R::after {
  content: "";
  display: block;
  width: 31rem;
}
.headerNav_pageList_itemOpen02R .cmnBtn01{
  margin: 1rem 0;
}
.cmnBtn01Box--navMenu02_01{

}
.cmnBtn01Box--navMenu02_01 .cmnBtn01{
  width: 31rem;
}
.cmnBtn01Box--navMenu02_01 .cmnBtn01 svg{
  fill: #fff;
  width: 2.6rem;
  margin-right: 1rem;
}
.cmnBtn01Box--navMenu02_02 .cmnBtn01{
  width: 31rem;
}
.cmnBtn01Box--navMenu02_02 .cmnBtn01 svg{
  fill: #fff;
  width: 3.5rem;
  margin-right: 1rem;
}
.cmnBtn01Box--navMenu02_03 .cmnBtn01{
  width: 31rem;
}
.cmnBtn01Box--navMenu02_03 .cmnBtn01 svg{
  fill: #fff;
  width: 2.6rem;
  margin-right: 1rem;
}
.cmnBtn01Box--navMenu02_04 .cmnBtn01{
  width: 31rem;
}
.cmnBtn01Box--navMenu02_04 .cmnBtn01 svg{
  fill: #fff;
  width: 2rem;
  margin-right: 1rem;
}
.cmnBtn01Box--navMenu02_05 .cmnBtn01{
  width: 31rem;
}
.cmnBtn01Box--navMenu02_05 .cmnBtn01 svg{
  fill: #fff;
  width: 3rem;
  margin-right: 1rem;
}
.headerNav_pageList_itemOpen .cmnBtn01{
  display: flex;
  justify-content: center;
  align-items: center;
}
.headerNav_pageList_itemOpen .cmnBtn01 svg{
  position: relative;
  z-index: 1;
  transition: 0.3s ease;
}
.headerNav_pageList_itemOpen .cmnBtn01:hover svg{
  fill: #C9000D;
}
/* footer */
.footer{
  position: relative;
  z-index: 1;
  background: #fff;
}
.footerTop{
  background: url(../../src/img/ft_bg01.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: relative;
  height: 103.09rem;
  padding-top: 20rem;
}
.footerTop:before{
  content: "";
  background: url(../../src/img/ft_bg01_wave01.png) 0 0 no-repeat;
  background-size: 100% 100%;
  left: 0;
  top: 0;
  width: 100%;
  height: 10.5rem;
  position: absolute;
}
.footerTopWh:before{
  background: url(../../src/img/ft_bg01_wave02.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.footerTopInner{
  width: 80%;
  margin: 0 auto;
}
.footerTopInner_ttl{
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #fff;
}
.footerTopInnerBox{
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footerTopInnerBox_txt01{
  font-size: 9rem;
  line-height: 1;
  margin-bottom: 3rem;
}
.footerTopInnerBox_txt02{
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 1rem;
}
.footerTopInnerBox_txt03{
  font-size: 1.4rem;
}
.footerTopInnerBox_txt04 {
  font-size: 12rem;
  transform: rotate(345deg);
  margin-top: 2rem;
}
.footerTopInnerBtn{
  width: 65.4rem;
  position: absolute;
  right: 13.8rem;
  bottom: 14.5rem;
}
.footerTopInnerBtnList{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footerTopInnerBtnList li{
  width: 50%;
}
.footerTopInnerBtnList li:nth-child(1){
  width: 50%;
  margin: 0 1rem;
}
.footerTopInnerBtnList li a {
  position: relative;
  height: 28.4rem;
  overflow: hidden;
  cursor: pointer;
  display: block;
}
.footerTopInnerBtnList li a picture {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  transition: 0.3s ease;
}
.footerTopInnerBtnList li a:hover{
  opacity: 1;
}
.footerTopInnerBtnList li a:hover picture:nth-of-type(2) {
  opacity: 0;
}
.ft_btn_logo {
  position: absolute;
  width: 13rem;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 15rem;
}
.footerBtm{
  background: url(../../src/img/ft_bg02.png) 0 0 no-repeat;
  background-size: 100% 101%;
  position: relative;
  height: 57rem;
  padding-top: 13rem;
  margin-top: -9rem;
}
.footerBtmInner{
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footerBtmInnerL{
  width: 25%;
}
.footerBtmInnerL_logo{
  display: block;
  width: 17rem;
  margin-bottom: 2rem;
}
.footerBtmInnerL_box{
  color: #fff;
}
.footerBtmInnerL_boxTxt01{
  font-size: 1.6rem;
  font-weight: 600;
}
.footerBtmInnerL_boxTxt02{
  margin-bottom: 1rem;
}
.footerBtmInnerL_boxTxt03{
  margin-bottom: 1rem;
}
.footerBtmInnerL_boxLink{
  display: flex;
}
.footerBtmInnerL_boxLink li:nth-child(2){
  margin: 0 1rem;
}
.footerBtmInnerL_boxLink li a{
  display: flex;
  align-items: center;
}
.footerBtmInnerL_boxLink img.blank_link{
  width: 1.2rem;
  margin-left: 0.6rem;
}
.footerBtmInnerR{
  width: 75%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footerBtmInnerRList{
  margin-left: 0rem;
  color: #fff;
  letter-spacing: 0.05em;
}
.footerBtmInnerRList li{
  font-size: 1.4rem;
  padding: 0.4rem 0;
  padding-left: 1rem;
  margin-bottom: 1rem;
  white-space: nowrap;
  line-height: 1;
}
.footerBtmInnerRList li.parent{
  font-size: 1.6rem;
  font-weight: 600;
  border-left: 5px solid #C9000D;
}
.footerBtmInner02{
  width: 80%;
  margin: 1rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.copyRight{
  width: 25%;
  color: #fff;
  letter-spacing: 0;
  font-size: 1.2rem;
}
.footerBtmInner02Btn{
  width: 75%;
  display: flex;
  justify-content: center;
}
.footerBtmInner02BtnList{
  display: flex;
  justify-content: center;
}
.footerBtmInner02BtnList li{
  margin: 0 1rem;
  width: 22rem;
}

.fixBtn{
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  width: 16rem;
  display: none;
  z-index: 100;
}
.fixBtnList_item{
  margin-bottom: 3rem;
  filter: drop-shadow(0px 6px 6px #00000040);
}
.fixBtnList_itemLink{
  display: block;
  position: relative;
}
.fixBtnList_itemLink:hover{
  opacity: 1;
}
.fixBtnList_itemLink{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16rem;
  z-index: 2;
}
.fixBtnList_itemLink_img01{
  position: absolute;
  top: 0;
  width: 12rem;
  height: 12rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.fixBtnList_itemLink_img02{
  position: absolute;
  top: 0;
  width: 16rem;
  height: 16rem;
  top: 0;
  bottom: 0;
  margin: auto;
  mix-blend-mode: multiply;
  animation:26s linear infinite circle;
}
@keyframes circle{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

.fixTgl{
  
}
.fixTglBox{
  width: 43rem;
  height: 43rem;
  border: 6px solid #C9000D;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: 2rem;
  bottom: 5rem;
  display: none;
}
.fixTglBoxInner{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.fixTglBoxInnerBox{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 75%;
  height: 20rem;
}
.fixTglBoxInnerBox a{
  display: block;
  border-bottom: 2px solid #C9000D;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
  line-height: 1;
  position: relative;
}
.fixTglBoxInnerBox a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.8rem 0 0.8rem 1.4rem;
  border-color: transparent transparent transparent #C90813;
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.fixTglBoxInnerBox a p{
  font-size: 1.2rem;
}
.fixTglBoxInnerBox a p + p{
  font-size: 2rem;
  font-weight: 600;
  margin-top: 0.6rem;
}
.headerNav_open,.navBox{
  display: none;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
/* header */
.header{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: 0.3s ease;
}
.header.transform{
  background: #272727;
  position: fixed;
}
.headerSub{
  background: #272727;
  position: fixed;
}
.headerInner{
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerInner_logo{
  display: block;
  width: 29rem;
}
.headerInner_nav{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 70%;
  display: none;
}
.headerNav_open{
  width: 4rem;
  line-height: 1;
  display: block;
}
/* humb */
.navBox {
  visibility: hidden;
  z-index: 9999;
  position: fixed;
  top: 0rem;
  right: 0rem;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease;
  padding: 0rem 0rem;
  display: block;
  background: #fff;
  padding-bottom: 0rem;
}
.navBox.active {
  visibility: visible;
  opacity: 1;
  overflow: auto;
  transition: 0.5s ease;
  -ms-overflow-style: none; 
  scrollbar-width: none;
  overflow-x: hidden;
}
.navBox.active::-webkit-scrollbar {
  display:none;
}
.navBoxInner{
  background: #272727;
  display: flex;
  flex-direction: column;
  padding-bottom: 4rem;
}
.navBoxHeader{
  width: 100%;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  order: 0;
}
.navTglClose{
  width: 3.7rem;
}
.navBoxInnerLink{
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  margin: 0 auto;
  padding-top: 4rem;
}
.navBoxInnerLinkList{
  margin-left: 0rem;
  color: #fff;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #fff;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  width: 100%;
}
.navBoxInnerLinkListLast{
  border-bottom: none;
}
.navBoxInnerLinkList li{
  font-size: 1.4rem;
  padding: 0.4rem 0;
  padding-left: 1rem;
  margin-bottom: 1rem;
  white-space: nowrap;
  line-height: 1;
}
.navBoxInnerLinkList li.parent{
  font-size: 1.6rem;
  font-weight: 600;
  border-left: 5px solid #C9000D;
}
.navBoxInnerLinkList li a img.blank_link{
  width: 1.2rem;
  margin-left: 0.6rem;
}
.footerTop {
  background: url(../../src/img/ft_bg01.png) 0 0 no-repeat;
  background-size: contain;
  position: relative;
  height: 68.09rem;
  padding-top: 9rem;
}
.footerTopInner {
  width: 90%;
  margin: 0 auto;
}
.footerTopInnerBtn {
  width: 44.4rem;
  position: absolute;
  right: 3.8rem;
  bottom: 12.5rem;
}
.footerTopInnerBtnList li a {
  position: relative;
  height: 19.4rem;
  overflow: hidden;
  cursor: pointer;
  display: block;
}
.footerTopInnerBox_txt01 {
  font-size: 7rem;
  line-height: 1;
  margin-bottom: 3rem;
}
.footerTopInnerBox_txt04 {
  font-size: 9rem;
  transform: rotate(345deg);
  margin-top: 2rem;
}
.ft_btn_logo {
  position: absolute;
  width: 10rem;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 10rem;
}
.footerBtm {
  background: url(../../src/img/ft_bg02.png) 0 0 no-repeat;
  background-size: cover;
  position: relative;
  height: auto;
  padding-top: 6rem;
  margin-top: -9rem;
  padding-bottom: 4rem;
}
.footerBtmInner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.footerBtmInnerL {
  width: 45%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  margin-bottom: 3rem;
}
.footerBtmInnerR {
  width: 75%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: none;
}
.footerBtmInner02 {
  width: 90%;
  margin: 1rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column-reverse;
}
.footerBtmInner02BtnList {
  flex-wrap: wrap;
}
.footerBtmInner02BtnList li {
  margin: 0 1rem 2rem;
}
.copyRight {
  width: 100%;
  color: #fff;
  letter-spacing: 0;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 3rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
/* header */
.header{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: 0.3s ease;
}
.header.transform{
  background: #272727;
  position: fixed;
}
.headerSub{
  background: #272727;
  position: fixed;
}
.headerInner{
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerInner_logo{
  display: block;
  width: 29rem;
}
.headerInner_nav{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 70%;
  display: none;
}
.headerInner_navPage{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 3rem;
}
.headerInner_navPage li{
  margin-left: 3rem;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
}
.headerInner_navPage li a{
  display: block;
  padding: 1rem 0 0.6rem;
  border-bottom: 3px solid #C9000D00;
}
.headerInner_navPage li a:hover{
  border-bottom: 3px solid #C9000D;
  opacity: 1;
}
.headerInner_navContact{
  background: #C9000D;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16rem;
  height: 4rem;
  border-radius: 100px;
  line-height: 1;
  color: #fff;
}
.headerInner_navContact div{
  width: 2.7rem;
  margin-right: 0.8rem;
}
.headerInner_navContact p{
  font-size: 1.4rem;
  font-weight: 600;
  white-space: nowrap;
}

.headerNav_open{
  width: 4rem;
  line-height: 1;
  display: block;
}
/* humb */
.navBox {
  visibility: hidden;
  z-index: 9999;
  position: fixed;
  top: 0rem;
  right: 0rem;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease;
  padding: 0rem 0rem;
  display: block;
  background: #fff;
  padding-bottom: 0rem;
}
.navBox.active {
  visibility: visible;
  opacity: 1;
  overflow: auto;
  transition: 0.5s ease;
  -ms-overflow-style: none; 
  scrollbar-width: none;
  overflow-x: hidden;
}
.navBox.active::-webkit-scrollbar {
  display:none;
}
.navBoxInner{
  background: #272727;
  display: flex;
  flex-direction: column;
  padding-bottom: 4rem;
}
.navBoxHeader{
  width: 100%;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  order: 0;
}
.navTglClose{
  width: 3.7rem;
}
.navBoxInnerLink{
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  margin: 0 auto;
  padding-top: 4rem;
}
.navBoxInnerLinkList{
  margin-left: 0rem;
  color: #fff;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #fff;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  width: 100%;
}
.navBoxInnerLinkListLast{
  border-bottom: none;
}
.navBoxInnerLinkList li{
  font-size: 1.4rem;
  padding: 0.4rem 0;
  padding-left: 1rem;
  margin-bottom: 1rem;
  white-space: nowrap;
  line-height: 1;
}
.navBoxInnerLinkList li.parent{
  font-size: 1.6rem;
  font-weight: 600;
  border-left: 5px solid #C9000D;
}
.navBoxInnerLinkList li a img.blank_link{
  width: 1.2rem;
  margin-left: 0.6rem;
}
/* footer */
.footer{
  position: relative;
  z-index: 1;
  background: #fff;
}
.footerTop{
  background: url(../../src/img/sp/ft_bg01@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: relative;
  height: 96.3rem;
  padding-top: 14rem;
}
.footerTop:before{
  content: "";
  background: url(../../src/img/sp/ft_bg01_wave01@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  left: 0;
  top: 0;
  width: 100%;
  height: 4.7rem;
  position: absolute;
}
.footerTopWh:before{
  background: url(../../src/img/sp/ft_bg01_wave02@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.footerTopInner {
  width: 95%;
  margin: 0 auto;
}
.footerTopInner_ttl{
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #fff;
  width: 90%;
  margin: 0 auto 2rem;
}
.footerTopInnerBox {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  margin: 0 auto;
}
.footerTopInnerBox_txt01{
  font-size: 5rem;
  line-height: 1;
  margin-bottom: 2rem;
}
.footerTopInnerBox_txt02{
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 1rem;
}
.footerTopInnerBox_txt03{
  font-size: 1.4rem;
  white-space: nowrap;
}
.footerTopInnerBox_txt04 {
  font-size: 4.6rem;
  transform: rotate(330deg);
  margin-top: 2rem;
  left: -3rem;
  top: 3rem;
  position: relative;
}
.footerTopInnerBtn {
  width: 36.4rem;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 13.5rem;
  margin: auto;
}
.footerTopInnerBtnList{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footerTopInnerBtnList li{
  width: 50%;
}
.footerTopInnerBtnList li:nth-child(1){
  width: 50%;
  margin: 0 1rem;
}
.footerTopInnerBtnList li a {
  position: relative;
  height: 15.8rem;
  overflow: hidden;
  cursor: pointer;
  display: block;
}
.footerTopInnerBtnList li a picture {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  transition: 0.3s ease;
}
.footerTopInnerBtnList li a:hover{
  opacity: 1;
}
.footerTopInnerBtnList li a:hover picture:nth-of-type(2) {
  opacity: 0;
}
.ft_btn_logo {
  position: absolute;
  width: 7.6rem;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 8rem;
}
.footerBtm{
  background: url(../../src/img/sp/ft_bg02@2x.png) 0 0 no-repeat;
  background-size: 100% 101%;
  position: relative;
  height: 75rem;
  padding-top: 9rem;
  margin-top: -9rem;
}
.footerBtmInner{
  width: 85%;
  margin: 0 auto 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerBtmInnerL{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.footerBtmInnerL_logo{
  display: block;
  width: 17rem;
  margin-bottom: 2rem;
}
.footerBtmInnerL_box{
  color: #fff;
  text-align: center;
}
.footerBtmInnerL_boxTxt01{
  font-size: 1.6rem;
  font-weight: 600;

}
.footerBtmInnerL_boxTxt02{
  margin-bottom: 1rem;
}
.footerBtmInnerL_boxTxt03{
  margin-bottom: 1rem;
}
.footerBtmInnerL_boxLink{
  display: flex;
}
.footerBtmInnerL_boxLink li:nth-child(2){
  margin: 0 1rem;
}
.footerBtmInnerR{
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: none;
}
.footerBtmInnerRList{
  margin-left: 0rem;
  color: #fff;
  letter-spacing: 0.05em;
}
.footerBtmInnerRList li{
  font-size: 1.4rem;
  padding: 0.4rem 0;
  padding-left: 1rem;
  margin-bottom: 1rem;
  white-space: nor;
  line-height: 1;
}
.footerBtmInnerRList li.parent{
  font-size: 1.6rem;
  font-weight: 600;
  border-left: 5px solid #C9000D;
}
.footerBtmInner02{
  width: 85%;
  margin: 1rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column-reverse;
  padding-bottom: 8rem;
}
.footerBtmInner02_clear{
  padding-bottom: 0;
}
.copyRight{
  width: 100%;
  color: #fff;
  letter-spacing: 0;
  font-size: 1.2rem;
  text-align: center;
}
.footerBtmInner02Btn{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.footerBtmInner02BtnList{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.footerBtmInner02BtnList li{
  margin: 0 0 2rem;
  width: 27rem;
}

.fixBtn{
  position: fixed;
  right: 0rem;
  bottom: 0rem;
  width: 100%;
  display: none;
  z-index: 100;
}
.fixBtnList_item{
  margin-bottom: 0rem;
  filter: unset;
}
.fixBtnList_itemLink{
  display: block;
  position: relative;
}
.fixBtnList_itemLink:hover{
  opacity: 1;
}
.fixBtnList_itemLink{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.6rem;
  z-index: 2;
}
.fixBtnList_itemLink_img01{
  position: relative;
  top: 0;
  width: 100%;
  top: unset;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #fff;
}
.fixTglSP img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.fixTglSP .sp_open{
  opacity: 1;
}
.fixTglSP.active .sp_open{
   opacity: 0; 
}
.fixTglSP .sp_close{
  opacity: 0;
}
.fixTglSP.active .sp_close{
   opacity: 1; 
}
.fixTgl{
  
}
.fixTglBoxSP {
  visibility: hidden;
  z-index: 9999;
  position: fixed;
  bottom: 5.6rem;
  right: 0rem;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: 0.3s ease;
  padding: 3rem 0rem 3rem;
  display: block;
  background: #C9000D;
  border-top: 1px solid #fff;
}
.fixTglBoxSP.active {
  visibility: visible;
  opacity: 1;
  overflow: auto;
  transition: 0.5s ease;
  -ms-overflow-style: none; 
  scrollbar-width: none;
  overflow-x: hidden;
}
.fixTglBox{
  width: 43rem;
  height: 43rem;
  border: 6px solid #fff;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: 2rem;
  bottom: 5rem;
  display: none;
}
.fixTglBoxInner{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.fixTglBoxInnerBox{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 85%;
  height: auto;
}
.fixTglBoxInnerBox a{
  display: block;
  border-bottom: 2px solid #fff;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
  line-height: 1;
  position: relative;
  color: #fff;
}
.fixTglBoxInnerBox a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.8rem 0 0.8rem 1.4rem;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.fixTglBoxInnerBox a p{
  font-size: 1.2rem;
}
.fixTglBoxInnerBox a p + p{
  font-size: 2rem;
  font-weight: 600;
  margin-top: 0.6rem;
}
.totop {
  width: 8rem;
  display: block;
  position: fixed;
  right: 0rem;
  bottom: 6rem;
}
}
/*-----------------------------------------------------------

LOADING

-------------------------------------------------------------*/
.body_fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
.top_loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background:#C90813;
  text-align:center;
  color:#fff;
}
.top_loading_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top_loading_logo img {
  width:9rem;
}
.top_loading_txt{
  font-size: 2rem;
}
.loadingUp{
animation-name: loadingUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes loadingUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
/*-----------------------------------------------------------

TOP

-------------------------------------------------------------*/
.mainContent{
  position: relative;
  overflow: hidden;
}
.mainSlide{
  width: 100%;
  height: 100vh;
  position: fixed!important;
  top: 0;
  left: 0;
}
.vegas-animation-mainSlideAnim {
    animation: mainSlideAnim ease-out;
}

@keyframes mainSlideAnim {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.3);
    }
}
.mainV{
  position: relative;
  z-index: 1;
  padding-top: 12rem;
  padding-left: 5rem;
  margin-bottom: 20rem;
}
.mainVInner{
  width: 45rem;
  position: relative;
}
.mainVInner_ico{
  width: 13rem;
  margin-left: 7rem;
  margin-bottom: -2.4rem;
}
.mainVInner_ttl{
  font-size: 16.1rem;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}
.mainVInner_ttlSub{
  position: absolute;
  font-size: 8rem;
  transform: rotate(342deg);
  top: 33rem;
  right: 5rem;
  white-space: nowrap;
}
.mainVInner_ttlSub_txt01{

}
.mainVInner_ttlSub_txt01 span{
  opacity: 0;
}
.mainVInner_ttlSub_txt02{
  margin-left: 12rem;
  margin-top: -3rem;
}
.mainVInner_ttlSub_txt02 span{
  opacity: 0;
}
.topNews{
  width: 90%;
  margin: 0 auto 8rem;
  background: #fff;
  border-radius: 100rem;
  position: relative;
  z-index: 2;
  padding: 2rem 0;
}
.topNewsInner{
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  padding: 10px 0;
}
.topNewsInnerL{
  width: 22%;
}
.topNewsInnerL_ttl{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.topNewsInnerL_ttl_en{
  font-size: 4.5rem;
  line-height: 1;
}
.topNewsInnerL_ttl_jp{
  font-size: 1.4rem;
}
.topNewsInnerL_btn{
  display: flex;
  font-size: 2rem;
}
.topNewsInnerL_btn p{
  padding-right: 2rem;
  position: relative;
}
.topNewsInnerL_btn p:after{
  content: "";
  width:0;
  height:0;
  border-style:solid;
  border-width: 0.8rem 0 0.8rem 1.4rem;
  border-color: transparent transparent transparent #C90813;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.topNewsInnerR{
  width: 78%;
}
.topNewsInnerRList{
  padding-bottom: 2rem;
}
.topNewsInnerRList li{
  border-bottom: 1px solid #C90813;
  padding: 1.6rem 0;
}
.topNewsInnerRList li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  line-height: 1.6;
}
.topNewsInnerRList li a time{
  width: 15%;
}
.topNewsInnerRList li a p{
  width: 85%;
}
.topNewsBtn {
  width: auto;
  display: block;
  margin: 0 auto;
}
.top_intro_ico {
  width: 13rem;
  position: absolute;
  right: -4rem;
  top: 4rem;
}
.topIntro{
  height: 127rem;
  background: url(../../src/img/top_intro_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
  padding-top: 0.1rem;
}
.topIntroBox{
  width: 80%;
  margin: 37rem auto 0;
}
.topIntroBox_ttl{
  color: #fff;
  overflow: hidden;
  position: relative;
  margin-bottom: 2rem;
}
.topIntroBox_ttl_en{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 8.3rem;
  line-height: 1.3;
}
.topIntroBox_ttl_en span{
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  padding-left: 1rem;
}
.topIntroBox_ttl_en span.on {
 animation: topIntroBox_ttl_en 2.0s forwards linear;
}
@keyframes topIntroBox_ttl_en {
  0% {
    width: 0%;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
.topIntroBox_ttl_en_txt01{
  position: relative;
}
.topIntroBox_ttl_en_txt01:before{
  content: "";
  width: 23rem;
  height: 100%;
  background: #ffffff90;
  position: absolute;
  left: 0rem;
  top: 0;
  border-radius: 10px;
}
.topIntroBox_ttl_en_txt03{
  position: relative;
}
.topIntroBox_ttl_en_txt03:before{
  content: "";
  width: 47rem;
  height: 100%;
  background: #ffffff90;
  position: absolute;
  left: 0rem;
  top: 0;
  border-radius: 10px;
}
.topIntroBox_ttl_jp {
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 14rem;
  left: 10rem;
  opacity: 0;
}
.topIntroBox_ttl_jp.on{
  animation-name:topIntroBox_ttl_jp;
  animation-duration:2s;
  animation-fill-mode:forwards;
  animation-delay: 2s;
}
@keyframes topIntroBox_ttl_jp{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.topIntroBox_txt{
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.7;
  color: #fff;
  padding-left: 1rem;
}
.topIntroBox_img {
  position: absolute;
  right: 0;
  top: -25rem;
  width: 69rem;
}
.topIntroBox_imgBase{
  position: relative;
}
.topIntroBox_imgBlink {
  position: absolute;
  top: 38rem;
  right: 23rem;
  width: 9rem;
  height: 10rem;
  background: url(../../src/img/top_intro_img01_ico01.png) 0 0 no-repeat;
  background-size: 100% 100%;
  animation:1s ease 0s infinite alternate forwards running topIntroBox_imgBlink;
}
@keyframes topIntroBox_imgBlink{
  0% {
    background: url(../../src/img/top_intro_img01_ico01.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
  33% {
    background: url(../../src/img/top_intro_img01_ico01.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
  66% {
    background: url(../../src/img/top_intro_img01_ico02.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
  100% {
    background: url(../../src/img/top_intro_img01_ico02.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
.top_intro_anm{
  position: absolute;
  width: 1.6rem;
  top: 44rem;
}
.top_intro_anm01 {
  left: 17rem;
  top: 42rem;
}
.top_intro_anm02 {
  left: 2rem;
  top: 49rem;
}
.top_intro_anm03 {
  left: unset;
  right: 7rem;
  top: 54rem;
}
.top_intro_anm04 {
  left: unset;
  right: 8rem;
  bottom: 11rem;
  top: unset;
}
.top_intro_anm05 {
  left: 11rem;
  top: 51rem;
  width: 1rem;
}
.top_intro_anm01 img{
  animation:2s linear infinite top_intro_anm;
}
.top_intro_anm03 img{
  animation:1.4s linear infinite top_intro_anm;
}
.top_intro_anm05 img{
  animation:2s linear infinite top_intro_anm;
}
.top_intro_anm02 img{
  animation:3s linear infinite top_intro_anm02;
}
.top_intro_anm04 img{
  animation:2s linear infinite top_intro_anm02;
}
@keyframes top_intro_anm{
  0%{ transform:rotate(0); transform-origin: center;}
  100%{ transform:rotate(360deg);transform-origin: center; }
}
@keyframes top_intro_anm02{
  0%{ transform:rotate(0); transform-origin: center;}
  100%{ transform:rotate(-360deg); transform-origin: center;}
}
.topMessage{
  height: 156rem;
  background: url(../../src/img/top_message_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
  padding-top: 40rem;
  margin-top: -48rem;
}
.topMessageInner{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.topMessageInner_ttl{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
.topMessageInner_ttl_en {
  font-size: 6.6rem;
  transform: rotate(339deg);
  position: absolute;
  left: -16rem;
  top: -4rem;
}
.topMessageInner_ttl_jp{
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
}
.topMessageInnerBox{
  margin-bottom: 5rem;
}
.topMessageInnerBox_txt01{
  text-align: center;
  font-weight: 600;
}
.topMessageInnerBox_txt01 span{
  display: inline-block;
  background: #C9000D;
  border-radius: 5px;
  padding: 0.4rem 1rem;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  margin: 0.6rem 0;
}
.topMessageInnerBox_txt02{
  margin-top: 2rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}

.cmnBtn01Box{
  display: flex;
}
.cmnBtn01{
  position: relative;
  overflow: hidden;
  border: 2px solid #C9000D;
  background: #C9000D;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 29rem;
  height: 6.1rem;
  border-radius: 5px;
  transition: ease .2s;
}
.cmnBtn01:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.8rem 0 0.8rem 1.4rem;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s ease;
}
.cmnBtn01 p {
  position: relative;
  z-index: 3;
  color:#fff;
  padding-right: 2rem;
  font-size: 2rem;
  font-weight: 600;
  transition: 0.3s ease;
}
.cmnBtn01:hover{
  opacity: 1;
}
.cmnBtn01:hover:after{
  border-color: transparent transparent transparent #C90813;
}
.cmnBtn01:hover p{
  color:#C9000D;
}
.bgskew::before {
  content: '';
  position: absolute;
  top: 0;
  left: -130%;
  background:#fff;
  width:120%;
  height: 100%;
  transform: skewX(-25deg);
}
.bgskew:hover::before {
  animation: skewanime .5s forwards;/*アニメーションの名前と速度を定義*/
}
@keyframes skewanime {
  100% {
    left:-10%;
  }
}

.topMessage_en{
  font-size: 17.4rem;
  line-height: 1;
  position: absolute;
  right: 0rem;
  top: 100rem;
  transform: rotate(90deg);
  transform-origin: top right;
  opacity: 0.14;
}
.topAbout{
  padding: 40rem 0 20rem;
  margin-top: -40rem;
  background: #fff;
  position: relative;
}
.topAboutBox01{
  padding-left: 10rem;
  margin-top: -6rem;
  margin-bottom: 16rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.topAboutBox01L{
  width: 85rem;
}
.topAboutBox01R{
  width: 40%;
  position: relative;
  left: -22rem;
}
.topAbout_ttl{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
  margin-bottom: 1rem;
}
.topAbout_ttl_en{
  font-size: 8.3rem;
  padding: 1rem 2rem;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 1rem;
}
.topAbout_ttl_jp{
  font-size: 2.5rem;
  padding: 1rem 2rem;
  background: #fff;
  border-radius: 5px;
  font-weight: 600;
  letter-spacing: 0;
}
.top_about_deco01 {
  position: absolute;
  width: 15.8rem;
  right: 14rem;
  top: 14rem;
}
.topAboutBox02{
  padding-left: 30rem;
  margin-top: -6rem;
  margin-bottom: 10rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.topAboutBox02L{
  width: 85rem;
}
.topAboutBox02R{
  width: 40%;
  position: relative;
  margin-left: -22rem;
}
.top_about_deco02 {
  position: absolute;
  width: 29.8rem;
  left: 4rem;
  top: -4rem;
}
.top_about_ico{
  position: absolute;
  width: 7rem;
  right: 28rem;
  top: -9rem;
}
.topAboutBox03{
  width: 85%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.topAboutBox03List{
  display: flex;
  justify-content: space-between;
}
.topAboutBox03List_item{
  width: 32%;
  
}
.topAboutBox03List_itemLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topAboutBox03List_itemLink_box {
  position: absolute;
  background: #c9000dd1;
  width: 90%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  border-radius: 10px;
  transition: 0.3s ease;
}
.topAboutBox03List_itemLink_box_en {
  font-size: 5rem;
  line-height: 1;
  height: 13rem;
  text-align: center;
  display: flex;
  align-items: center;
}
.topAboutBox03List_itemLink_box_jp{
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}
.topAboutBox03List_itemLink_boxMore{
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 1rem;
  border-radius: 1rem 0 0.9rem 0;
  font-size: 2rem;
  color: #C9000D;
  line-height: 1;
  transition: 0.3s ease;
}
.topAboutBox03List_itemLink_boxMore p{
  padding-right: 2.6rem;
}
.topAboutBox03List_itemLink_boxMore p:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.8rem 0 0.8rem 1.4rem;
  border-color: transparent transparent transparent #C90813;
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.topAboutBox03List_itemLink:hover{
  opacity: 1;
}
.topAboutBox03List_itemLink:hover .topAboutBox03List_itemLink_box{
  background: #ffffffd1;
  color: #C9000D;
}
.topAboutBox03List_itemLink:hover .topAboutBox03List_itemLink_boxMore{
  background: #C9000D;
  color: #fff;
}
.topAboutBox03List_itemLink:hover .topAboutBox03List_itemLink_boxMore p:after{
  border-color: transparent transparent transparent #fff;
}
.top_about_deco03 {
  position: absolute;
  width: 7.8rem;
  right: -3rem;
  top: -9rem;
}
.top_about_deco04 {
  position: absolute;
  width: 4.8rem;
  left: -6rem;
  bottom: -9rem;
}
.topAbout_en {
  font-size: 17.4rem;
  line-height: 1;
  position: absolute;
  left: 17rem;
  top: 34rem;
  transform: rotate(90deg);
  transform-origin: 0 0;
  opacity: 0.14;
  letter-spacing: 0.08em;
}
.topMember {
  height: 119rem;
  background: #fff url(../../src/img/top_member_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
  padding-top: 8rem;
  margin-top: -8rem;
}
.topMemberInner{
  width: 60%;
  margin: 0 auto;
}
.topMemberInner_ttl{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.topMemberInner_ttl_en{
  font-size: 19rem;
  opacity: 0.14;
  line-height: 1;
}
.topMemberInner_ttl_jp{
  position: absolute;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  width: 100%;
  letter-spacing: 0.1em;
}
.topMemberInner_ttl_jp:before{
  content: "";
  width: 35rem;
  height: 6rem;
  background: url(../../src/img/top_member_tips.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 2rem;
  bottom: 0;
  margin: auto;
}
.topMemberInnerList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -4rem 0 3rem;
  position: relative;
  z-index: 1;
}
.topMemberInnerList_item{
  width: 30%;
  margin-bottom: 6rem;
}
.topMemberInnerList_itemLink{
  position: relative;
  display: block;
}
.topMemberInnerList_itemLink_img{

}
.topMemberInnerList_itemLink_img {
  position: relative;
  height: 37rem;
  overflow: hidden;
  cursor: pointer;
  border-radius: 1rem;
}
.topMemberInnerList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: 0.3s ease;
}
.topMemberInnerList_itemLink_img picture{
  transition: 0.3s ease;
}
/*.topMemberInnerList_itemLink_img picture {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  transition: 0.3s ease;
}*/

.topMemberInnerList_itemLink_top{
  position: absolute;
  top: 0;
  left: 0;
}
.topMemberInnerList_itemLink_topJob{
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  padding: 1rem;
  background: #c9000dd1;
  display: inline-block;
  border-radius: 1rem 0 1rem 0;
  font-weight: 600;
}
.topMemberInnerList_itemLink_topInfo{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.5rem;
  line-height: 1;
  color: #fff;
}
.topMemberInnerList_itemLink_topInfo.blk{
  color: #3E3E3E;
}
.topMemberInnerList_itemLink_topInfo_txt01{
  font-size: 1rem;
  white-space: nowrap;
  margin-right: 0.3rem;
}
.topMemberInnerList_itemLink_topInfo_txt02{
  font-size: 2.2rem;
}
.topMemberInnerList_itemLink_cmnt{
  position: absolute;
  left: -3rem;
  bottom: 4rem;
  opacity: 0;
  transition: 0.3s ease;
}
.topMemberInnerList_itemLink_cmnt span{
  display: inline-block;
  background: #c9000dd1;
  border-radius: 5px;
  padding: 0.8rem 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  margin: 0rem 0 0.6rem;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}
.topMemberInnerList_itemLink_cmntSub{
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  padding: 0.5rem 1rem;
  background: #c9000dd1;
  display: inline-block;
  border-radius: 1rem 0 1rem 0;
  font-weight: 600;
  opacity: 0;
  transition: 0.3s ease;
}
.topMemberInnerList_itemLink_more{
  position: absolute;
  bottom: -4rem;
  right: 0;
  padding: 1rem;
  border-radius: 1rem 0 0.9rem 0;
  font-size: 1.6rem;
  color: #C9000D;
  line-height: 1;
  opacity: 0;
  transition: 0.3s ease;
}
.topMemberInnerList_itemLink_more p{
  padding-right: 2.6rem;
}
.topMemberInnerList_itemLink_more p:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.8rem 0 0.8rem 1.4rem;
  border-color: transparent transparent transparent #C90813;
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.topMemberInnerList_itemLink:hover{
  opacity: 1;
}
.topMemberInnerList_itemLink:hover .topMemberInnerList_itemLink_cmnt{
  opacity: 1;
}
.topMemberInnerList_itemLink:hover .topMemberInnerList_itemLink_cmntSub{
  opacity: 1;
}
.topMemberInnerList_itemLink:hover .topMemberInnerList_itemLink_more{
  opacity: 1;
}
.topMemberInnerList_itemLink:hover .topMemberInnerList_itemLink_img picture:nth-of-type(2) {
  opacity: 0;
}
.cmnBtn01Box--topMember{
  justify-content: center;
}
.top_member_deco01 {
  position: absolute;
  width: 24.8rem;
  right: 8rem;
  top: 4rem;
}
.top_member_deco02 {
  position: absolute;
  width: 27.8rem;
  left: 3rem;
  bottom: 4rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.topNews {
  width: 95%;
  margin: 0 auto 8rem;
  background: #fff;
  border-radius: 100rem;
  position: relative;
  z-index: 2;
  padding: 2rem 0;
}
.topNewsInnerRList li a time{
  width: 25%;
}
.topNewsInnerRList li a p{
  width: 75%;
}
.topIntro {
  height: 127rem;
  background: url(../../src/img/top_intro_bg.png) 0 0 no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 0.1rem;
}
.topIntroBox {
  width: 90%;
  margin: 37rem auto 0;
}
.topIntroBox_img {
  position: absolute;
  right: 0;
  top: -23rem;
  width: 53rem;
}
.topIntroBox_imgBlink {
  position: absolute;
  top: 27rem;
  right: 17rem;
  width: 9rem;
  height: 10rem;
  background: url(../../src/img/top_intro_img01_ico01.png) 0 0 no-repeat;
  background-size: 100% 100%;
  animation: 1s ease 0s infinite alternate forwards running topIntroBox_imgBlink;
}
.top_intro_anm{
  position: absolute;
  width: 1.6rem;
  top: 44rem;
}
.top_intro_anm01 {
  left: 13rem;
  top: 38rem;
}
.top_intro_anm02 {
  left: 5rem;
  top: 42rem;
}
.top_intro_anm03 {
  left: unset;
  right: 4rem;
  top: 40rem;
}
.top_intro_anm04 {
  left: unset;
  right: 4rem;
  bottom: 8rem;
  top: unset;
}
.top_intro_anm05 {
  left: 8rem;
  top: 39rem;
  width: 1rem;
}
.topMessage {
  height: 156rem;
  background: url(../../src/img/top_message_bg.png) 0 0 no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 44rem;
  margin-top: -55rem;
}
.topAboutBox01 {
  padding-left: 0rem;
  margin-top: -6rem;
  margin-bottom: 16rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  flex-direction: column;
}
.topAboutBox01L {
  width: 80%;
}
.topAboutBox01R {
  width: 53%;
  position: relative;
  left: 0;
  top: -8rem;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.topAbout_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  margin-bottom: 2rem;
}
.topAboutBox02 {
  padding-left: 0rem;
  margin-top: -12rem;
  margin-bottom: 0rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  flex-direction: column;
}
.topAboutBox02L {
  width: 80%;
}
.topAboutBox02R {
  top: -8rem;
  width: 100%;
  position: relative;
  margin-left: 0rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.topAboutBox03 {
  width: 95%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.topAboutBox03List_itemLink_box_en {
  font-size: 4rem;
  line-height: 1;
  height: 13rem;
  text-align: center;
  display: flex;
  align-items: center;
}
.topAboutBox03List_itemLink_box_en {
  font-size: 4rem;
  line-height: 1;
  height: 10rem;
  text-align: center;
  display: flex;
  align-items: center;
  margin-top: -3rem;
}
.top_about_deco01 {
  position: absolute;
  width: 15.8rem;
  right: 2rem;
  top: -8rem;
}
.top_about_deco02 {
  position: absolute;
  width: 29.8rem;
  left: -5rem;
  top: -9rem;
}
.topAbout_en {
  font-size: 17.4rem;
  line-height: 1;
  position: absolute;
  left: 17rem;
  top: 20rem;
  transform: rotate(90deg);
  transform-origin: 0 0;
  opacity: 0.14;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.topMember {
  height: 130rem;
  background: #fff url(../../src/img/top_member_bg.png) 40% 0 no-repeat;
  background-size: 140% 100%;
  position: relative;
  z-index: 1;
  padding-top: 13rem;
  margin-top: -8rem;
}
.topMemberInner {
  width: 90%;
  margin: 0 auto;
}
.topMemberInnerList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 2rem 0 3rem;
  position: relative;
  z-index: 1;
}
.topMemberInner_ttl_en {
  font-size: 15rem;
  opacity: 0.14;
  line-height: 1;
}
.top_member_deco01 {
  position: absolute;
  width: 24.8rem;
  right: -1rem;
  top: 1rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainContent{
  position: relative;
  overflow: hidden;
}
.mainSlide{
  width: 100%;
  height: 100vh;
  position: fixed!important;
  top: 0;
  left: 0;
}
.vegas-animation-mainSlideAnim {
    animation: mainSlideAnim ease-out;
}

@keyframes mainSlideAnim {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.3);
    }
}
.mainV{
  position: relative;
  z-index: 1;
  padding-top: 12rem;
  padding-left: 1rem;
  margin-bottom: 20rem;
}
.mainVInner{
  width: 90%;
  position: relative;
}
.mainVInner_ico {
  width: 9rem;
  margin-left: 5rem;
  margin-bottom: -1.7rem;
}
.mainVInner_ttl{
  font-size: 11.1rem;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}
.mainVInner_ttlSub {
  position: absolute;
  font-size: 5.5rem;
  transform: rotate(342deg);
  top: 22rem;
  right: 4rem;
  white-space: nowrap;
}
.mainVInner_ttlSub_txt01{

}
.mainVInner_ttlSub_txt01 span{
  opacity: 0;
}
.mainVInner_ttlSub_txt02{
  margin-left: 10rem;
  margin-top: -3rem;
}
.mainVInner_ttlSub_txt02 span{
  opacity: 0;
}
.topNews{
  width: 90%;
  margin: 0 auto 8rem;
  background: #fff;
  border-radius: 100rem;
  position: relative;
  z-index: 2;
  padding: 6rem 0;
}
.topNewsInner{
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-direction: column;
}
.topNewsInnerL{
  width: 100%;
}
.topNewsInnerL_ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}
.topNewsInnerL_ttl_en{
  font-size: 4.5rem;
  line-height: 1;
}
.topNewsInnerL_ttl_jp{
  font-size: 1.4rem;
}
.topNewsInnerL_btn{
  display: flex;
  font-size: 2rem;
}
.topNewsInnerL_btn p{
  padding-right: 2rem;
  position: relative;
}
.topNewsInnerL_btn p:after{
  content: "";
  width:0;
  height:0;
  border-style:solid;
  border-width: 0.8rem 0 0.8rem 1.4rem;
  border-color: transparent transparent transparent #C90813;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.topNewsInnerR{
  width: 100%;
}
.topNewsInnerRList{
  padding-bottom: 2rem;
}
.topNewsInnerRList li{
  border-bottom: 1px solid #C90813;
  padding: 1.6rem 0;
}
.topNewsInnerRList li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  flex-direction: column;
}
.topNewsInnerRList li a time{
  width: 100%;
}
.topNewsInnerRList li a p{
  width: 100%;
}
.topIntro{
  height: 123rem;
  background: url(../../src/img/sp/top_intro_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
  padding-top: 0.1rem;
}
.topIntroBox{
  width: 90%;
  margin: 50rem auto 0;
}
.topIntroBox_ttl{
  color: #fff;
  overflow: hidden;
  position: relative;
  margin-bottom: 2rem;
}
.topIntroBox_ttl_en{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 5.4rem;
  line-height: 1.3;
}
.topIntroBox_ttl_en span{
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  padding-left: 1rem;
}
.topIntroBox_ttl_en span.on {
 animation: topIntroBox_ttl_en 1.0s forwards linear;
}
@keyframes topIntroBox_ttl_en {
  0% {
    width: 0%;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
.topIntroBox_ttl_en_txt01{
  position: relative;
  margin-bottom: 2rem;
}
.topIntroBox_ttl_en_txt01:before{
  content: "";
  width: 16rem;
  height: 100%;
  background: #ffffff90;
  position: absolute;
  left: 0rem;
  top: 0;
  border-radius: 10px;
}
.topIntroBox_ttl_en_txt02{
  margin-bottom: 2rem;
}
.topIntroBox_ttl_en_txt03{
  position: relative;
}
.topIntroBox_ttl_en_txt03:before{
  content: "";
  width: 33rem;
  height: 100%;
  background: #ffffff90;
  position: absolute;
  left: 0rem;
  top: 0;
  border-radius: 10px;
}
.topIntroBox_ttl_jp {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 11rem;
  left: 8rem;
  opacity: 0;
}
.topIntroBox_ttl_jp.on{
  animation-name: topIntroBox_ttl_jp;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 2s;
}
@keyframes topIntroBox_ttl_jp{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.topIntroBox_txt{
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.8;
  color: #fff;
  padding-left: 1rem;
}
.topIntroBox_img {
  position: absolute;
  right: 0;
  top: -15rem;
  width: 100%;
}
.topIntroBox_imgBase{
  position: relative;
}
.topIntroBox_imgBlink {
  position: absolute;
  top: 21rem;
  right: 12rem;
  width: 6rem;
  height: 7rem;
  background: url(../../src/img/top_intro_img01_ico01.png) 0 0 no-repeat;
  background-size: 100% 100%;
  animation: 1s ease 0s infinite alternate forwards running topIntroBox_imgBlink;
}
@keyframes topIntroBox_imgBlink{
  0% {
    background: url(../../src/img/top_intro_img01_ico01.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
  33% {
    background: url(../../src/img/top_intro_img01_ico01.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
  66% {
    background: url(../../src/img/top_intro_img01_ico02.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
  100% {
    background: url(../../src/img/top_intro_img01_ico02.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
.top_intro_anm{
  position: absolute;
  width: 1.2rem;
  top: 44rem;
}
.top_intro_anm01 {
  left: 9rem;
  top: 24rem;
}
.top_intro_anm02 {
  left: 1rem;
  top: 28rem;
}
.top_intro_anm03 {
  left: unset;
  right: 2.5rem;
  top: 31rem;
}
.top_intro_anm04 {
  left: unset;
  right: 4rem;
  bottom: 8rem;
  top: unset;
  display: none;
}
.top_intro_anm05 {
  left: 6rem;
  top: 29rem;
  width: 0.6rem;
}
.topMessage{
  height: 98rem;
  background: url(../../src/img/sp/top_message_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
  padding-top: 15rem;
  margin-top: -12rem;
}
.topMessageInner{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.topMessageInner_ttl{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}
.topMessageInner_ttl_en {
  font-size: 4.4rem;
  transform: rotate(339deg);
  position: absolute;
  left: -3rem;
  top: -6rem;
}
.topMessageInner_ttl_jp{
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
}
.topMessageInnerBox{
  margin-bottom: 3rem;
}
.topMessageInnerBox_txt01{
  text-align: center;
  font-weight: 600;
  margin-bottom: 2rem;
  line-height: 1.8;
}
.topMessageInnerBox_txt01 span{
  display: inline-block;
  background: #C9000D;
  border-radius: 5px;
  padding: 0.1rem 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  margin: 0.6rem 0;
}
.topMessageInnerBox_txt02{
  margin-top: 0rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
}

.cmnBtn01Box{
  display: flex;
}
.cmnBtn01{
  position: relative;
  overflow: hidden;
  border: 2px solid #C9000D;
  background: #C9000D;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 29rem;
  height: 6.1rem;
  border-radius: 5px;
  transition: ease .2s;
}
.cmnBtn01:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.8rem 0 0.8rem 1.4rem;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s ease;
}
.cmnBtn01 p {
  position: relative;
  z-index: 3;
  color:#fff;
  padding-right: 2rem;
  font-size: 2rem;
  font-weight: 600;
  transition: 0.3s ease;
}
.cmnBtn01:hover{
  opacity: 1;
}
.cmnBtn01:hover:after{
  border-color: transparent transparent transparent #C90813;
}
.cmnBtn01:hover p{
  color:#C9000D;
}
.bgskew::before {
  content: '';
  position: absolute;
  top: 0;
  left: -130%;
  background:#fff;
  width:120%;
  height: 100%;
  transform: skewX(-25deg);
}
.bgskew:hover::before {
  animation: skewanime .5s forwards;/*アニメーションの名前と速度を定義*/
}
@keyframes skewanime {
  100% {
    left:-10%;
  }
}

.topMessage_en {
  font-size: 7rem;
  line-height: 1;
  position: absolute;
  right: 0rem;
  top: 32rem;
  transform: rotate(90deg);
  transform-origin: top right;
  opacity: 0.14;
}
.topAbout {
  padding: 35rem 0 13rem;
  margin-top: -32rem;
  background: #fff;
  position: relative;
}
.topAboutBox01{
  padding-left: 0rem;
  margin-top: -6rem;
  margin-bottom: 16rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  flex-direction: column;
  width: 85%;
  margin: 0 auto 8rem;
}
.topAboutBox01L{
  width: 100%;
}
.topAboutBox01R{
  width: 100%;
  position: relative;
  left: 0;
  margin-top: -3rem;
}
.topAbout_ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  margin-bottom: 2rem;
}
.topAbout_ttl_en{
  font-size: 4rem;
  padding: 1rem 2rem;
  background: #fff;
  border-radius: 5px;
  margin-bottom: -1rem;
}
.topAbout_ttl_jp{
  font-size: 2rem;
  padding: 1rem 2rem;
  background: #fff;
  border-radius: 5px;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
}
.top_about_deco01 {
  position: absolute;
  width: 7.8rem;
  right: -2rem;
  top: 15rem;
}
.topAboutBox02{
  padding-left: 0rem;
  margin-top: -6rem;
  margin-bottom: 10rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  flex-direction: column;
  width: 85%;
  margin: 0 auto 8rem;
}
.topAboutBox02L{
  width: 100%;
}
.topAboutBox02R{
  width: 90%;
  position: relative;
  margin-left: 0;
  margin-top: -3rem;
}
.cmnBtn01Box--topAbout{
  justify-content: center;
}
.top_about_deco02 {
  position: absolute;
  width: 9.8rem;
  left: -1rem;
  top: -9rem;
}
.top_about_ico {
  position: absolute;
  width: 5rem;
  right: 2rem;
  top: -6rem;
}
.topAboutBox03{
  width: 85%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.topAboutBox03List{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.topAboutBox03List_item{
  width: 100%;
  margin-bottom: 4rem;
  
}
.topAboutBox03List_itemLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topAboutBox03List_itemLink_box {
  position: absolute;
  background: #c9000dd1;
  width: 90%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  border-radius: 10px;
  transition: 0.3s ease;
}
.topAboutBox03List_itemLink_box_en {
  font-size: 4rem;
  line-height: 1;
  height: 10rem;
  text-align: center;
  display: flex;
  align-items: center;
  margin-top: -2rem;
}
.topAboutBox03List_itemLink_box_jp{
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}
.topAboutBox03List_itemLink_boxMore{
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 1rem;
  border-radius: 1rem 0 0.9rem 0;
  font-size: 2rem;
  color: #C9000D;
  line-height: 1;
  transition: 0.3s ease;
}
.topAboutBox03List_itemLink_boxMore p{
  padding-right: 2.6rem;
}
.topAboutBox03List_itemLink_boxMore p:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.8rem 0 0.8rem 1.4rem;
  border-color: transparent transparent transparent #C90813;
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.topAboutBox03List_itemLink:hover{
  opacity: 1;
}
.topAboutBox03List_itemLink:hover .topAboutBox03List_itemLink_box{
  background: #ffffffd1;
  color: #C9000D;
}
.topAboutBox03List_itemLink:hover .topAboutBox03List_itemLink_boxMore{
  background: #C9000D;
  color: #fff;
}
.topAboutBox03List_itemLink:hover .topAboutBox03List_itemLink_boxMore p:after{
  border-color: transparent transparent transparent #fff;
}
.top_about_deco03 {
  position: absolute;
  width: 5.8rem;
  right: -2rem;
  top: -7rem;
}
.top_about_deco04 {
  position: absolute;
  width: 3.6rem;
  left: -1rem;
  bottom: -3rem;
}
.topAbout_en {
  font-size: 7rem;
  line-height: 1;
  position: absolute;
  left: 7rem;
  top: 31rem;
  transform: rotate(90deg);
  transform-origin: 0 0;
  opacity: 0.14;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.topMember {
  height: 77rem;
  background: #fff url(../../src/img/sp/top_member_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
  padding-top: 8rem;
  margin-top: -8rem;
}
.topMemberInner{
  width: 100%;
  margin: 0 auto;
}
.topMemberInner_ttl{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.topMemberInner_ttl_en{
  font-size: 7rem;
  opacity: 0.14;
  line-height: 1;
}
.topMemberInner_ttl_jp{
  position: relative;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  width: 100%;
  letter-spacing: 0.1em;
  margin-top: -2rem;
}
.topMemberInner_ttl_jp:before{
  content: "";
  width: 30rem;
  height: 4rem;
  background: url(../../src/img/sp/top_member_tips@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 1rem;
  bottom: 0;
  margin: auto;
}
.topMemberInnerList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 4rem 0 3rem;
  position: relative;
  z-index: 1;
}
.topMemberInnerList .slick-prev {
  left: 3rem;
  width: 2.4rem;
  height: 3.4rem;
  top: 17rem;
}
.topMemberInnerList .slick-prev:before {
  content: '';
  background: url(../../src/img/sp/slick_prev@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 2.4rem;
  height: 3.4rem;
  display: block;
}
.topMemberInnerList .slick-next {
  right: 3rem;
  width: 2.4rem;
  height: 3.4rem;
  top: 17rem;
}
.topMemberInnerList .slick-next:before {
  content: '';
  background: url(../../src/img/sp/slick_next@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 2.4rem;
  height: 3.4rem;
  display: block;
}
.topMemberInnerList .slick-dots{
  position: absolute;
  bottom: 0rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.topMemberInnerList .slick-dots li {
  position: relative;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.5rem;
  padding: 0;
  cursor: pointer;
}
.topMemberInnerList .slick-dots li button:before {
  font-family: unset!important;
  font-size: 0.5rem;
  line-height: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  content: '•';
  text-align: center;
  color: #9D9D9D;
  background: #9D9D9D;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #9D9D9D;
}
.topMemberInnerList .slick-dots li.slick-active button:before{
  color:#C9000D;
  border-radius: 50%;
  background:#C9000D;
  border: 1px solid #C9000D;
}
.topMemberInnerList .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.topMemberInnerList_item{
  width: 30%;
  margin-bottom: 6rem;
  padding: 0 3rem;
}
.topMemberInnerList_itemLink{
  position: relative;
  display: block;
}
.topMemberInnerList_itemLink_img{

}
.topMemberInnerList_itemLink_img {
  position: relative;
  height: 36rem;
  overflow: hidden;
  cursor: pointer;
  border-radius: 1rem;
}
/*.topMemberInnerList_itemLink_img picture {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  transition: 0.3s ease;
}*/
.topMemberInnerList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: 0.3s ease;
}

.topMemberInnerList_itemLink_top{
  position: absolute;
  top: 0;
  left: 0;
}
.topMemberInnerList_itemLink_topJob{
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  padding: 1rem;
  background: #c9000dd1;
  display: inline-block;
  border-radius: 1rem 0 1rem 0;
  font-weight: 600;
}
.topMemberInnerList_itemLink_topInfo{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.5rem;
  line-height: 1;
  color: #fff;
}
.topMemberInnerList_itemLink_topInfo.blk{
  color: #3E3E3E;
}
.topMemberInnerList_itemLink_topInfo_txt01{
  font-size: 1rem;
  white-space: nowrap;
  margin-right: 0.3rem;
}
.topMemberInnerList_itemLink_topInfo_txt02{
  font-size: 2.2rem;
}
.topMemberInnerList_itemLink_cmnt{
  position: absolute;
  left: -3rem;
  bottom: 2rem;
  opacity: 0;
  transition: 0.3s ease;
}
.topMemberInnerList_itemLink_cmnt span{
  display: inline-block;
  background: #c9000dd1;
  border-radius: 5px;
  padding: 0.8rem 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  margin: 0rem 0 0.6rem;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}
.topMemberInnerList_itemLink_cmntSub{
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  padding: 0.5rem 1rem;
  background: #c9000dd1;
  display: inline-block;
  border-radius: 1rem 0 1rem 0;
  font-weight: 600;
  opacity: 0;
  transition: 0.3s ease;
}
.topMemberInnerList_itemLink_more{
  position: absolute;
  bottom: -4rem;
  right: 0;
  padding: 1rem;
  border-radius: 1rem 0 0.9rem 0;
  font-size: 1.6rem;
  color: #C9000D;
  line-height: 1;
  opacity: 0;
  transition: 0.3s ease;
}
.topMemberInnerList_itemLink_more p{
  padding-right: 2.6rem;
}
.topMemberInnerList_itemLink_more p:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.8rem 0 0.8rem 1.4rem;
  border-color: transparent transparent transparent #C90813;
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.topMemberInnerList_itemLink:hover{
  opacity: 1;
}
.topMemberInnerList_itemLink:hover .topMemberInnerList_itemLink_cmnt{
  opacity: 1;
}
.topMemberInnerList_itemLink:hover .topMemberInnerList_itemLink_cmntSub{
  opacity: 1;
}
.topMemberInnerList_itemLink:hover .topMemberInnerList_itemLink_more{
  opacity: 1;
}
.topMemberInnerList_itemLink:hover .topMemberInnerList_itemLink_img picture:nth-of-type(2) {
  opacity: 0;
}
.cmnBtn01Box--topMember{
  justify-content: center;
}
.top_member_deco01 {
  position: absolute;
  width: 7.7rem;
  right: 0rem;
  top: -3rem;
}
.top_member_deco02 {
  position: absolute;
  width: 2.7rem;
  left: 1rem;
  bottom: unset;
  top: 9rem;
}
}
/*-----------------------------------------------------------

PUNKUZ

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

COMPANY

-------------------------------------------------------------*/
.subMainV{
  position: relative;
  padding-top: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.subMainV_ttlBox{
  position: absolute;
  height: 12rem;
}
.subMainV_ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
}
.subMainV_ttl_en{
  font-size: 8.3rem;
  margin-bottom: 1rem;
}
.subMainV_ttl_jp{
  font-size: 2.5rem;
  font-weight: 600;
}
.companyIntro{
  margin-top: -6.8rem;
  position: relative;
  display: flex;
  align-items: center;
}
.companyIntroInner{
  position: absolute;
  width: 85%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.companyIntroInner_ttl{
  display: flex;
  flex-direction: column;
  line-height: 1;
  margin-bottom: 2rem;
}
.companyIntroInner_ttl_en{
  font-size: 4rem;
  margin-bottom: 1rem;
}
.companyIntroInner_ttl_jp{
  font-size: 1.8rem;
  font-weight: 600;
}
.companyIntroInner_txtBox{

}
.companyIntroInner_txt01{
  text-align: left;
  font-weight: 600;
}
.companyIntroInner_txt01 span{
  display: inline-block;
  background: #C9000D;
  border-radius: 5px;
  padding: 1rem 1rem;
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  margin: 0.6rem 0;
  line-height: 1;
}
.companyIntroInner_txt02{
  text-align: right;
  font-weight: 600;
  width: 55%;
}
.companyIntroInner_txt02 span{
  display: inline-block;
  background: #C9000D;
  border-radius: 5px;
  padding: 1rem 1rem;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  margin: 2rem 0 0;
  line-height: 1;
}
.companyMessage{
  padding: 6rem 0;
  margin-bottom: 8rem;
}
.companyMessage_txt{
  text-align: center;
  font-weight: 600;
  line-height: 2.2;
}
.companyMessage_txt span{
  display: inline-block;
  background: #C9000D;
  border-radius: 5px;
  padding: 0.4rem 1rem;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  margin: 0.6rem 0;
}
.companyInfo{
  width: 70%;
  margin: 0 auto 10rem;
}
.cmnTtl01Box{
  display: flex;
  margin-bottom: 2rem;
}
.cmnTtl01Box--companyInfo{

}
.cmnTtl01{
  display: flex;
  flex-direction: column;
  line-height: 1;
  margin-bottom: 2rem;
}
.cmnTtl01_en{
  font-size: 4rem;
  margin-bottom: 1rem;
}
.cmnTtl01_jp{
  font-size: 1.8rem;
  font-weight: 600;
}
.companyInfoList{
  border-top: 1px solid #707070;
}
.companyInfoList_item{
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #707070;
}
.companyInfoList_itemTtl{
  font-size: 1.4rem;
  font-weight: 600;
  width: 34%;
}
.companyInfoList_itemTtl.list_loca{
  display: flex;
}
.companyInfoList_itemTtl.list_loca .ttl_L{
  width: 8rem !important;
}
.companyInfoList_itemBox{
  width: 75%;
}
.companyInfoList_itemBoxIn{
  padding: 2rem;
  background: #F7F7F7;
  margin-bottom: 1rem;
}
.companyInfoList_itemBoxInLast{
  margin-bottom: 0;
}
.companyInfoList_itemBoxIn p{
  font-weight: 600;
}
.companyInfoList_itemBoxIn p + p{
  font-weight: 400;
}
.companyInfoList_itemBoxIn .line a{
  color: #C9000D;
  font-weight: bold;
}
.companyData{

}
.companyDataWave{
  margin-bottom: -6rem;
}
.companyDataWrap{
  background: #F2F2F2;
  padding-bottom: 6rem;
}
.cmnTtl01Box--companyData{
  justify-content: center;
}
.cmnTtl01Box--companyData .cmnTtl01{
  align-items: center;
}
.companyDataBox01{
  width: 80%;
  margin: 0 auto 3rem;
  position: relative;
}
.companyDataBox01_list01{

}
.companyDataBox01_list01_item{
  position: absolute;
  left: 0;
  top: 0;
}
.companyDataBox01_list01_item01{
  top: 6.5rem;
  left: 30rem;
}
.companyDataBox01_list01_item02 {
  top: 14.1rem;
  left: 33rem;
}
.companyDataBox01_list01_item03 {
  top: 21.5rem;
  left: 41rem;
}
.companyDataBox01_list01_item04 {
  top: 28.8rem;
  left: 49rem;
}
.companyDataBox01_list01_item05 {
  top: 36.5rem;
  left: 52rem;
}
.companyDataBox01_list01_item06 {
  top: 43.8rem;
  left: 61rem;
}
.companyDataBox01_list01_itemBox{
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.companyDataBox01_list01_itemBox_num{
  font-size: 4rem;
}
.companyDataBox01_list01_itemBox_txt{
  font-size: 2.5rem;
  font-weight: 600;
}
.companyDataBox01_tips01{
  position: absolute;
  right: 9.5rem;
  top: 20rem;
  color: #fff;
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.companyDataBox01_tips01_num{
  font-size: 7.5rem;
}
.companyDataBox01_tips01_txt{
  font-size: 4.7rem;
  font-weight: 600;
}
.companyDataBoxSep01{
  width: 80%;
  margin: 0 auto 3rem;
  display: flex;
  justify-content: space-between;
}
.companyDataBox02{
  width: 65.7rem;
  position: relative;
}
.companyDataBox02_list01_item{
  position: absolute;
  left: 0;
  top: 0;
}
.companyDataBox02_list01_item01{
  top: 15.1rem;
  left: 15rem;
}
.companyDataBox02_list01_item02 {
  top: 15.1rem;
  left: 38rem;
}
.companyDataBox02_list01_itemBox{
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.companyDataBox02_list01_itemBox_num{
  font-size: 8rem;
}
.companyDataBox02_list01_itemBox_txt{
  font-size: 4rem;
  font-weight: 600;
}
.companyDataBox03{
  width: 39.1rem;
  position: relative;
}
.companyDataBox03_list01_item{
  position: absolute;
  left: 0;
  top: 0;
}
.companyDataBox03_list01_item01{
  top: 15.1rem;
  left: 11rem;
}
.companyDataBox03_list01_itemBox{
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.companyDataBox03_list01_itemBox_num{
  font-size: 8rem;
}
.companyDataBox03_list01_itemBox_txt{
  font-size: 4rem;
  font-weight: 600;
}
.companyDataBoxSep02{
  width: 80%;
  margin: 0 auto 3rem;
  display: flex;
  justify-content: space-between;
}
.companyDataBoxSep02.is_pc {
  display: flex !important;
}
.companyDataBox04{
  width: 34.5rem;
  position: relative;
  margin-top: -8px;
}
.companyDataBox04_list01_item{
  position: absolute;
  left: 0;
  top: 0;
}
.companyDataBox04_list01_item01{
  top: 15rem;
  left: 9.5rem;
}
.companyDataBox04_list01_itemBox{
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.companyDataBox04_list01_itemBox_num{
  font-size: 8.5rem;
}
.companyDataBox04_list01_itemBox_txt{
  font-size: 3rem;
  font-weight: 600;
}
.companyDataBox05{
  width: 65.7rem;
  position: relative;
}
.companyDataBox05_list01_item{
  position: absolute;
  left: 0;
  top: 0;
}
.companyDataBox05_list01_item01 {
  top: 22.1rem;
  left: 9rem;
}
.companyDataBox05_list01_item02{
  top: 22.1rem;
  left: 43rem;
}
.companyDataBox05_list01_itemBox{
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.companyDataBox05_list01_itemBox_num{
  font-size: 8rem;
}
.companyDataBox05_list01_itemBox_txt{
  font-size: 4rem;
  font-weight: 600;
}
.companyDataBoxSep03{
  width: 80%;
  margin: 0 auto 3rem;
  display: flex;
  justify-content: space-between;
}
.companyDataBox06{
  width: 32rem;
  position: relative;
}
.companyDataBox06_list01_item{
  position: absolute;
  left: 0;
  top: 0;
}
.companyDataBox06_list01_item01 {
  top: 13.2rem;
  left: 9rem;
}
.companyDataBox06_list01_itemBox{
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.companyDataBox06_list01_itemBox_num{
  font-size: 8rem;
}
.companyDataBox06_list01_itemBox_txt{
  font-size: 4rem;
  font-weight: 600;
}
.companyDataBox07{
  width: 35.8rem;
  position: relative;
  margin-top: -2px;
}
.companyDataBox07_list01_item{
  position: absolute;
  left: 0;
  top: 0;
}
.companyDataBox07_list01_item01 {
  top: 14.2rem;
  left: 13.1rem;
}
.companyDataBox07_list01_itemBox{
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.companyDataBox07_list01_itemBox_num{
  font-size: 8rem;
}
.companyDataBox07_list01_itemBox_txt{
  font-size: 4rem;
  font-weight: 600;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.subMainV {
  position: relative;
  padding-top: 5.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.subMainV_ttlBox {
  position: absolute;
  height: 11rem;
}
.subMainV_ttl_en {
  font-size: 7.3rem;
  margin-bottom: 1rem;
}
.companyIntro {
  margin-top: -8.8rem;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 10rem;
  height: 46rem;
}
.companyInfo {
  width: 90%;
  margin: 0 auto 10rem;
}
.companyInfoList_itemTtl{
  width: 30%;
}
.companyInfoList_itemTtl.list_loca{
  align-items: center;
}
.companyInfoList_itemTtl.list_loca .ttl_L{
  width: 6rem !important;
}
.companyInfoList_itemTtl.list_loca .ttl_R{
  font-size: 1.1rem;
}
.companyDataBox01 {
  width: 95%;
  margin: 0 auto 3rem;
  position: relative;
}
.companyDataBoxSep01 {
  width: 95%;
  margin: 0 auto 3rem;
  display: flex;
  justify-content: space-between;
}

.companyDataBox02 {
  width: 52.2rem;
  position: relative;
}
.companyDataBox03 {
  width: 31.1rem;
  position: relative;
}
.companyDataBoxSep02 {
  width: 95%;
  margin: 0 auto 3rem;
  display: flex;
  justify-content: space-between;
}
.companyDataBox04 {
  width: 27.8rem;
  position: relative;
  margin-top: -5px;
}
.companyDataBox05 {
  width: 52.2rem;
  position: relative;
}
.companyDataBoxSep03 {
  width: 95%;
  margin: 0 auto 3rem;
  display: flex;
  justify-content: space-between;
}
.companyDataBox06 {
  width: 30.8%;
  position: relative;
}
.companyDataBox07 {
  width: 34.5%;
  position: relative;
}

.companyDataBox01_list01_item01 {
  top: 4.5rem;
  left: 24rem;
}
.companyDataBox01_list01_item02 {
  top: 10.1rem;
  left: 27rem;
}
.companyDataBox01_list01_item03 {
  top: 16.2rem;
  left: 33rem;
}
.companyDataBox01_list01_item04 {
  top: 21.8rem;
  left: 39rem;
}
.companyDataBox01_list01_item05 {
  top: 27.7rem;
  left: 42rem;
}
.companyDataBox01_list01_item06 {
  top: 33.4rem;
  left: 49rem;
}
.companyDataBox01_list01_itemBox{
  display: flex;
  align-items: flex-end;
  line-height: 1;
}

.companyDataBox01_tips01 {
  position: absolute;
  right: 6.5rem;
  top: 15rem;
  color: #fff;
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.companyDataBox01_tips01_txt {
  font-size: 4rem;
  font-weight: 600;
}
.companyDataBox01_tips01_txt {
  font-size: 3rem;
  font-weight: 600;
}

.companyDataBox02_list01_item01 {
  top: 13.1rem;
  left: 12rem;
}
.companyDataBox02_list01_item02 {
  top: 13.1rem;
  left: 29rem;
}
.companyDataBox03_list01_item01 {
  top: 11.1rem;
  left: 6rem;
}

.companyDataBox04_list01_itemBox_num {
  font-size: 7rem;
}
.companyDataBox04_list01_item01 {
  top: 12rem;
  left: 7.5rem;
}

.companyDataBox05_list01_item01 {
  top: 17.5rem;
  left: 6rem;
}
.companyDataBox05_list01_item02 {
  top: 17.5rem;
  left: 33rem;
}

.companyDataBox06_list01_item01 {
  top: 9.5rem;
  left: 5rem;
}

.companyDataBox07_list01_item01 {
  top: 10.5rem;
  left: 9.5rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.subMainV{
  position: relative;
  padding-top: 5.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.subMainV_ttlBox{
  position: absolute;
  height: 7rem;
}
.subMainV_ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
}
.subMainV_ttl_en{
  font-size: 4rem;
  margin-bottom: 1rem;
}
.subMainV_ttl_jp{
  font-size: 2rem;
  font-weight: 600;
}
.companyIntro{
  margin-top: -6.8rem;
  position: relative;
  display: flex;
  align-items: center;
}
.companyIntroInner {
  position: absolute;
  width: 85%;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 3rem;
}
.companyIntroInner_ttl{
  display: flex;
  flex-direction: column;
  line-height: 1;
  margin-bottom: 2rem;
}
.companyIntroInner_ttl_en{
  font-size: 3rem;
  margin-bottom: 1rem;
}
.companyIntroInner_ttl_jp{
  font-size: 1.6rem;
  font-weight: 600;
}
.companyIntroInner_txtBox{

}
.companyIntroInner_txt01{
  text-align: left;
  font-weight: 600;
}
.companyIntroInner_txt01 span{
  display: inline-block;
  background: #C9000D;
  border-radius: 5px;
  padding: 1rem 1rem;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  margin: 0.3rem 0;
  line-height: 1;
}
.companyIntroInner_txt02{
  text-align: left;
  font-weight: 600;
  width: 55%;
}
.companyIntroInner_txt02 span{
  display: inline-block;
  background: #C9000D;
  border-radius: 5px;
  padding: 1rem 1rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  margin: 1rem 0 0;
  line-height: 1;
}
.companyMessage{
  padding: 5rem 0 3rem;
  margin-bottom: 3rem;
}
.companyMessage_txt{
  text-align: center;
  font-weight: 600;
  line-height: 2.2;
}
.companyMessage_txt span{
  display: inline-block;
  background: #C9000D;
  border-radius: 5px;
  padding: 0.4rem 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  margin: 0.3rem 0;
}
.accordion-button {
  width: 90%;
  padding: 1.5rem 0rem;
  text-align: center;
  cursor: pointer;
  background: #C9000D url(../../src/img/sp/msg_on@2x.png) 97% center no-repeat;
  background-size: 1.5rem 1.5rem;
  border-radius: 5px;
  color: #fff;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 600;
}
.accordion-button.active {
  background: #C9000D url(../../src/img/sp/msg_off@2x.png) 97% center no-repeat;
  background-size: 1.5rem 1.5rem;
}

.accordion-content {
  display: none;
  padding-top: 4rem;
}
.close-button {
  display: block;
  text-align: center;
  color: #C9000D;
  font-size: 1.6rem;
  margin-top: 3rem;
}
.companyInfo{
  width: 85%;
  margin: 0 auto 6rem;
}
.cmnTtl01Box{
  display: flex;
  margin-bottom: 2rem;
}
.cmnTtl01Box--companyInfo{

}
.cmnTtl01{
  display: flex;
  flex-direction: column;
  line-height: 1;
  margin-bottom: 2rem;
}
.cmnTtl01_en{
  font-size: 4rem;
  margin-bottom: 1rem;
}
.cmnTtl01_jp{
  font-size: 1.8rem;
  font-weight: 600;
}
.companyInfoList{
  border-top: 1px solid #707070;
}
.companyInfoList_item{
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #707070;
  flex-direction: column;
}
.companyInfoList_item.lg{
  border-bottom: 1px dashed #ddd;
}
.companyInfoList_itemTtl{
  font-size: 1.4rem;
  font-weight: 600;
  width: 100%;
}
.companyInfoList_itemTtl.list_loca{
  flex-wrap: wrap;
}
.companyInfoList_itemTtl.list_loca .ttl_L{
  width: 100%;
}
.companyInfoList_itemTtl.list_loca .ttl_R{
  width: 100%;
  font-size: 1.2rem;
}
.companyInfoList_itemBox{
  width: 100%;
}
.companyInfoList_itemBoxIn{
  padding: 1.6rem;
  padding-bottom: 2rem;
  background: #F7F7F7;
  margin-bottom: 1rem;
}
.companyInfoList_itemBoxInLast{
  margin-bottom: 0;
}
.companyInfoList_itemBoxIn p{
  font-weight: 600;
  margin-bottom: 1rem;
}
.companyInfoList_itemBoxIn p + p{
  font-weight: 400;
  margin-bottom: 0rem;
}
.companyInfoList_itemBoxIn .line {
  margin-bottom: -1rem;
  display: block;
  line-height: 1.6;
}
.companyInfoList_itemBoxIn .line:last-child{
  margin-bottom: 0rem;
  display: block;
}
.companyInfoList_itemBoxIn .dott{
  display: none;
}
.companyData{

}
.companyDataWave{
  margin-bottom: -1rem;
}
.companyDataWrap{
  background: #F2F2F2;
  padding-bottom: 6rem;
}
.cmnTtl01Box--companyData{
  justify-content: center;
}
.cmnTtl01Box--companyData .cmnTtl01{
  align-items: center;
}
.companyDataBox01{
  width: 90%;
  margin: 0 auto 3rem;
  position: relative;
}
.companyDataBox01_list01{

}
.companyDataBox01_list01_item{
  position: absolute;
  left: 0;
  top: 0;
}
.companyDataBox01_list01_item01 {
  top: 6.2rem;
  left: 14rem;
}
.companyDataBox01_list01_item02 {
  top: 11.1rem;
  left: 15rem;
}
.companyDataBox01_list01_item03 {
  top: 15.9rem;
  left: 18rem;
}
.companyDataBox01_list01_item04 {
  top: 20.9rem;
  left: 21rem;
}
.companyDataBox01_list01_item05 {
  top: 25.8rem;
  left: 22.7rem;
}
.companyDataBox01_list01_item06 {
  top: 30.8rem;
  left: 26rem;
  white-space: nowrap;
}
.companyDataBox01_list01_itemBox{
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.companyDataBox01_list01_itemBox_num{
  font-size: 2.5rem;
}
.companyDataBox01_list01_itemBox_txt{
  font-size: 1.6rem;
  font-weight: 600;
}
.companyDataBox01_tips01{
  position: absolute;
  right: 9.5rem;
  top: 44rem;
  color: #fff;
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.companyDataBox01_tips01_num{
  font-size: 4.7rem;
}
.companyDataBox01_tips01_txt{
  font-size: 2.9rem;
  font-weight: 600;
}
.companyDataBoxSep01{
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.companyDataBox02{
  width: 100%;
  position: relative;
  margin-bottom: 3rem;
}
.companyDataBox02_list01_item{
  position: absolute;
  left: 0;
  top: 0;
}
.companyDataBox02_list01_item01 {
  top: 8.9rem;
  left: 16rem;
}
.companyDataBox02_list01_item02 {
  top: 23.9rem;
  left: 6rem;
}
.companyDataBox02_list01_itemBox{
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.companyDataBox02_list01_itemBox_num{
  font-size: 8rem;
}
.companyDataBox02_list01_itemBox_txt{
  font-size: 4rem;
  font-weight: 600;
}
.companyDataBox03{
  width: 100%;
  position: relative;
  margin-bottom: 3rem;
}
.companyDataBox03_list01_item{
  position: absolute;
  left: 0;
  top: 0;
}
.companyDataBox03_list01_item01 {
  top: 14.9rem;
  left: 8rem;
}
.companyDataBox03_list01_itemBox{
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.companyDataBox03_list01_itemBox_num{
  font-size: 8rem;
}
.companyDataBox03_list01_itemBox_txt{
  font-size: 4rem;
  font-weight: 600;
}
.companyDataBoxSep02{
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.companyDataBoxSep02.is_pc {
  display: none !important;
}
.companyDataBox04{
  width: 100%;
  position: relative;
  margin-bottom: 3rem;
}
.companyDataBox04_list01_item{
  position: absolute;
  left: 0;
  top: 0;
}
.companyDataBox04_list01_item01 {
  top: 15.9rem;
  left: 9.7rem;
}
.companyDataBox04_list01_itemBox{
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.companyDataBox04_list01_itemBox_num{
  font-size: 8rem;
}
.companyDataBox04_list01_itemBox_txt{
  font-size: 4rem;
  font-weight: 600;
}
.companyDataBox05{
  width: 100%;
  position: relative;
  margin-bottom: 3rem;
}
.companyDataBox05_list01_item{
  position: absolute;
  left: 0;
  top: 0;
}
.companyDataBox05_list01_item01 {
  top: 19.9rem;
  left: 3rem;
}
.companyDataBox05_list01_item02 {
  top: 19.9rem;
  left: 20.5rem;
}
.companyDataBox05_list01_itemBox{
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.companyDataBox05_list01_itemBox_num{
  font-size: 6.2rem;
}
.companyDataBox05_list01_itemBox_txt{
  font-size: 3.1rem;
  font-weight: 600;
}
.companyDataBoxSep03{
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.companyDataBox06{
  width: 100%;
  position: relative;
  margin-bottom: 3rem;
}
.companyDataBox06_list01_item{
  position: absolute;
  left: 0;
  top: 0;
}
.companyDataBox06_list01_item01 {
  top: 14.9rem;
  left: 8rem;
}
.companyDataBox06_list01_itemBox{
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.companyDataBox06_list01_itemBox_num{
  font-size: 8rem;
}
.companyDataBox06_list01_itemBox_txt{
  font-size: 4rem;
  font-weight: 600;
}
.companyDataBox07{
  width: 100%;
  position: relative;
}
.companyDataBox07_list01_item{
  position: absolute;
  left: 0;
  top: 0;
}
.companyDataBox07_list01_item01 {
  top: 13.9rem;
  left: 12rem;
}
.companyDataBox07_list01_itemBox{
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.companyDataBox07_list01_itemBox_num{
  font-size: 8rem;
}
.companyDataBox07_list01_itemBox_txt{
  font-size: 4rem;
  font-weight: 600;
}
}
/*-----------------------------------------------------------

WORK

-------------------------------------------------------------*/
.worksWrap01{
  background: #F2F2F2;
  margin-top: -2rem;
  padding:2rem 0 1rem;
}
.workAnch{
  width: 80%;
  margin: 5rem auto 18rem;
}
.workAnchList{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.workAnchList li{
  width: 19%;
}
.workAnchList li a{
  background: #C9000D;
  border-radius: 10rem;
  color: #fff;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.7rem;
  font-weight: 600;
  padding-bottom: 1rem;
  position: relative;
}
.workAnchList li a:after{
  content: "";
  width: 1.5rem;
  height: 0.8rem;
  background: url(../../src/img/work_anch_arrow.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
  margin: auto;
}
.workSec{

}
.workSec01{
  width: 90%;
  margin: 0 auto 10rem;
}
.cmnTtl01Box--workSec{
  justify-content: center;
}
.cmnTtl01Box--workSec .cmnTtl01{
  align-items: center;
}
.workSec01_main{
  width: 80%;
  margin: 0 auto -6rem;
}
.workSec01_list01{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 3rem;
}
.workSec01_list01Item{
  width: 48.5%;
  background: #fff;
  padding: 2rem;
}
.workSec01_list01ItemBox{

}
.workSec01_list01ItemBox_ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  position: relative;
  padding-bottom: 2.5rem;
  margin-bottom: 1.5rem;
}
.workSec01_list01ItemBox_ttl:after{
  content: "";
  width: 100%;
  height: 0.4rem;
  border-radius: 10rem;
  background: #C9000D;
  position: absolute;
  bottom: 0;
  left: 0;
}
.workSec01_list01ItemBox_ttlTxt01{
  font-size: 2rem;
}
.workSec01_list01ItemBox_ttlTxt02{
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.workSec01_list01ItemBox_cont{
  padding: 0 2rem;
}
.workSec01_list02{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 3rem;
}
.workSec01_list02Item{
  width: 48.5%;
  background: #fff;
  padding: 2rem;
}
.workSec01_list02ItemBox{

}
.workSec01_list02ItemBox_ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  position: relative;
  padding-bottom: 2.5rem;
  margin-bottom: 1.5rem;
}
.workSec01_list02ItemBox_ttl:after{
  content: "";
  width: 100%;
  height: 0.4rem;
  border-radius: 10rem;
  background: #C9000D;
  position: absolute;
  bottom: 0;
  left: 0;
}
.workSec01_list02ItemBox_ttlTxt01{
  font-size: 2rem;
}
.workSec01_list02ItemBox_cont{
  padding: 0 2rem;
}
.workSec01_list03{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 3rem;
  background: #fff;
  padding: 2rem 0;
  flex-wrap: wrap;
}

.workSec01_list03_ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  position: relative;
  padding-bottom: 2.5rem;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  width: 96%;
}
.workSec01_list03_ttl:after{
  content: "";
  width: 100%;
  height: 0.4rem;
  border-radius: 10rem;
  background: #C9000D;
  position: absolute;
  bottom: 0;
  left: 0;
}
.workSec01_list03_ttlTxt01{
  font-size: 2rem;
}
.workSec01_list03Item{
  width: 33.3333%;
  padding: 1rem 3rem;
}
.workSec01_list03Item:nth-child(2){
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAHCAYAAADJTCeUAAAAAXNSR0IArs4c6QAAABBJREFUGFdjOMnA+58BLwAAO1YB1nqQ4rIAAAAASUVORK5CYII=) right 0 repeat-y;
}
.workSec01_list03Item:nth-child(4){
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAHCAYAAADJTCeUAAAAAXNSR0IArs4c6QAAABBJREFUGFdjOMnA+58BLwAAO1YB1nqQ4rIAAAAASUVORK5CYII=) 0 0 repeat-y;
}
.workSec01_list03ItemBox{

}
.workSec01_list03ItemBox_ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.workSec01_list03ItemBox_ttlTxt01{
  font-size: 2rem;
}
.workSec01_list03ItemBox_cont{
  padding: 0 2rem;
}
.workSec02{
  width: 80%;
  margin: 0 auto;
}
.workSec02Cont{
  margin-bottom: 6rem;
  border-radius: 5px;
  overflow: hidden;
}
.workSec02Cont_ttl{
  text-align: center;
  line-height: 1;
  color: #fff;
  background: #aaa;
  padding: 2rem 0;
  font-size: 2rem;
  font-weight: 600;
}
.workSec02ContInner{
  background: #fff;
  padding: 2rem;
}
.workSec02ContInner_intro{
  text-align: center;
  margin-bottom: 2rem;
}
.workSec02ContInner_list{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.workSec02ContInner_listItem{
  width: 32%;
  background: #EFEFEF;
  padding: 2rem 3rem;
  border-radius: 5px;
}
.workSec02ContInner_listItem h4{
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.workSec02ContInner_listItem p{
}
.workSec02Cont01{
  border: 1px solid #BC0711;
}
.workSec02Cont_ttl01{
  background: #BC0711;
}
.workSec02Cont02{
  border: 1px solid #8E040A;
}
.workSec02Cont_ttl02{
  background: #8E040A;
}
.workSec02Cont03{
  border: 1px solid #5F0206;
}
.workSec02Cont_ttl03{
  background: #5F0206;
}
.workSec02Btm{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
}
.workSec02BtmL{
  width: 48%;
}
.workSec02BtmR{
  width: 57%;
  background: #fff;
  padding: 3rem;
  margin-left: -4rem;
  position: relative;
  z-index: 1;
}
.workSec02BtmRev{
  flex-direction: row-reverse;
  margin-bottom: 0;
}
.workSec02BtmRev .workSec02BtmR{
  margin-left: 0;
  margin-right: -4rem;
}
.workSec02BtmR_ttl{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 600;
  line-height: 1;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
}
.workSec02BtmR_ttl:after{
  content: "";
  width: 100%;
  height: 0.4rem;
  border-radius: 10rem;
  background: #C9000D;
  position: absolute;
  bottom: 0;
  left: 0;
}
.workSec03{
  margin: 10rem 0;
}
.workSec03Intro{

}
.workSec03Intro_txt01{
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.workSec03Intro_txt02{
  text-align: center;
}
.work_step_img{
  margin-bottom: 8rem;
}
.workSec03List{
  width: 78%;
  margin: 0 auto;
  position: relative;
}
.workSec03List:before{
  content: "";
  width: 20%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(201,0,13);
  background: -moz-linear-gradient(180deg, rgba(201,0,13,1) 0%, rgba(67,0,4,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(201,0,13,1) 0%, rgba(67,0,4,1) 100%);
  background: linear-gradient(180deg, rgba(201,0,13,1) 0%, rgba(67,0,4,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c9000d",endColorstr="#430004",GradientType=1);
}
.workSec03List_item{
  border: 2px solid #6C6C6C;
  margin-bottom: -2px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
.workSec03List_itemTtl{
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}
.workSec03List_itemTtl h3{
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
.workSec03List_itemInfo{
  width: 20%;
  border-right: 1px solid #6C6C6C;
}
.workSec03List_itemInfoBox01{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 10rem;
  padding: 0 2rem;
}
.workSec03List_itemInfoBox01_txt01{
  width: 50%;
  font-weight: 600;
}
.workSec03List_itemInfoBox01_txt02{
  width: 50%;
  white-space: nowrap;
}
.workSec03List_itemInfoBox02{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 6rem;
  padding: 0 2rem;
}
.workSec03List_itemInfoBox02_txt01{
  width: 50%;
  font-weight: 600;
}
.workSec03List_itemInfoBox02_txt02{
  width: 50%;
}
.workSec03List_itemCont{
  width: 60%;
  padding: 0 2rem;
  display: flex;
  align-items: center;
}
.workSec04{
  background: #F2F2F2;
  padding-bottom: 1rem;
}
.cmnTtl01Box--workSec04{
  margin-bottom: 6rem;
}
.workSec04Box{
  width: 80%;
  margin: 0 auto 10rem;
}
.workSec04Box01{

}
.workSec04Box_ttl{
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #C9000D;
  line-height: 1;
}
.workSec04Box01_list{
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.workSec04Box01_list li{
  width: 32%;
}
.workSec04Box01_txt{
  text-align: center;
  margin-bottom: 3rem;
}
.cmnBtn01Box--workSec04{
  justify-content: center;
  margin-bottom: 3rem;
}
.workSec04_pageLink{
  display: flex;
  justify-content: center;
}
.workSec04_pageLink li{
  position: relative;
  margin: 0 2rem;
  font-weight: 600;
}
.workSec04_pageLink li a{
  padding-left: 2.5rem;
  position: relative;
}
.workSec04_pageLink li a:after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: url(../../src/img/work_btn_arrow.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0.2rem;
}
.workSec04Box02List{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.workSec04Box02List_item{
  width: 47%;
  margin-bottom: 6rem;
}
.workSec04Box02List_itemImg{
  margin-bottom: 1rem;
}
.workSec04Box02List_itemCont{

}
.workSec04Box02List_itemCont h4{
  font-size: 2rem;
  font-weight: 600;
}
.workSec04Box02List_itemCont p{
  letter-spacing: 0.05em;
}
.workSec04Box03{
  margin-bottom: 0;
}
.workSec04Box03 .workSec04Box_ttl{
  text-align: left;
}
.workSec05{
  margin: 10rem 0 20rem;
}
.workSec05List{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  border-bottom: 1px solid #707070;
}
.workSec05List_item{
  width: 33%;
  overflow: hidden;
}
.workSec05List_itemTtl{
  background: #C9000D;
  height: 7rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 600;
}
.workSec05List_itemTtl_ico{
  width: 3rem;
  display: flex;
  align-items: center;
  margin-right: 0.4rem;
}
.workSec05List_itemTtl_txt{

}
.workSec05List_itemCont{
  padding: 2rem 3rem;
  height: 100%;
}
.workSec05List_item:nth-child(odd) .workSec05List_itemCont{
  background: #EFEFEF;
}

.workSec05List_item:nth-child(1) .workSec05List_itemTtl_ico{
  width: 4rem;
}
.workSec05List_item:nth-child(2) .workSec05List_itemTtl_ico{
  width: 3rem;
}
.workSec05List_item:nth-child(3) .workSec05List_itemTtl_ico{
  width: 5rem;
}
.workSec05List_item:nth-child(4) .workSec05List_itemTtl_ico{
  width: 2.5rem;
}
.workSec05List_item:nth-child(5) .workSec05List_itemTtl_ico{
  width: 5rem;
}
.workSec05List_item:nth-child(6) .workSec05List_itemTtl_ico{
  width: 2rem;
}
.workSec05List_item:nth-child(7) .workSec05List_itemTtl_ico{
  width: 2.5rem;
}
.workSec05List_item:nth-child(8) .workSec05List_itemTtl_ico{
  width: 3rem;
}
.workSec05List_item:nth-child(9) .workSec05List_itemTtl_ico{
  width: 3.5rem;
}
.workSec05List_item:nth-child(10) .workSec05List_itemTtl_ico{
  width: 3rem;
}
.workSec05List_item:nth-child(11) .workSec05List_itemTtl_ico{
  width: 4rem;
}
.workSec05List_item:nth-child(12) .workSec05List_itemTtl_ico{
  width: 4rem;
}
.workSec05List_item:nth-child(13) .workSec05List_itemTtl_ico{
  width: 3rem;
}
.workSec05List_item:nth-child(14) .workSec05List_itemTtl_ico{
  width: 4rem;
}
.workSec05List_item:nth-child(15) .workSec05List_itemTtl_ico{
  width: 3.5rem;
}
.workSec05List_item:nth-child(16) .workSec05List_itemTtl_ico{
  width: 3.5rem;
}
.workSec05List_item:nth-child(17) .workSec05List_itemTtl_ico{
  width: 3.5rem;
}
.workSec05List_item:nth-child(18) .workSec05List_itemTtl_ico{
  width: 3.5rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.workAnch {
  width: 90%;
  margin: 5rem auto 10rem;
}
.workAnchList {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.workAnchList li {
  width: 28%;
  margin: 0 2rem 2rem;
}
.workSec01 {
  width: 95%;
  margin: 0 auto 10rem;
}
.workSec01_list01ItemBox_cont {
  padding: 0 0rem;
}
.workSec01_list02ItemBox_cont {
  padding: 0 0rem;
}
.workSec01_list03ItemBox_cont {
  padding: 0 0rem;
}
.workSec01_list03ItemBox_ttlTxt01 {
  font-size: 2rem;
  white-space: nowrap;
}
.workSec02 {
  width: 95%;
  margin: 0 auto;
}
.workSec02ContInner_listItem {
  width: 33%;
  background: #EFEFEF;
  padding: 2rem 2rem;
  border-radius: 5px;
}
.workSec02ContInner_listItem p br{
  display: none!important;
}
.workSec03List {
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.workSec03List_itemTtl {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}
.workSec03List_itemInfo {
  width: 23%;
  border-right: 1px solid #6C6C6C;
}
.workSec03List_itemInfoBox01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 10rem;
  padding: 0 1rem;
}
.workSec03List_itemInfoBox01_txt01 {
  width: 40%;
  font-weight: 600;
}
.workSec03List_itemInfoBox01_txt02 {
  width: 60%;
  white-space: nowrap;
}
.workSec03List_itemInfoBox02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 6rem;
  padding: 0 1rem;
}
.workSec03List_itemCont {
  width: 57%;
  padding: 0 2rem;
  display: flex;
  align-items: center;
}
.workSec03List_itemCont p br{
  display: none!important;
}

.workSec04Box {
  width: 95%;
  margin: 0 auto 10rem;
}
.workSec05List_item {
  width: 49.9%;
}
.workSec05List_item:nth-child(4n-3) .workSec05List_itemCont{
  background-color: #EFEFEF;
}
.workSec05List_item:nth-child(4n) .workSec05List_itemCont{
  background-color: #EFEFEF;
}
.workSec05List_item:nth-child(4n-2) .workSec05List_itemCont{
  background-color: #fff;
}
.workSec05List_item:nth-child(4n-1) .workSec05List_itemCont{
  background-color: #fff;
}

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.worksWrap01{
  background: #F2F2F2;
  margin-top: -2rem;
  padding:2rem 0 1rem;
}
.workAnch{
  width: 80%;
  margin: 5rem auto 10rem;
}
.workAnchList{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.workAnchList li{
  width: 100%;
  margin-bottom: 2rem;
}
.workAnchList li a{
  background: #C9000D;
  border-radius: 10rem;
  color: #fff;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.7rem;
  font-weight: 600;
  padding-bottom: 0rem;
  position: relative;
}
.workAnchList li a:after {
  content: "";
  width: 1.5rem;
  height: 0.8rem;
  background: url(../../src/img/work_anch_arrow.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: unset;
  right: 2rem;
  bottom: 2.3rem;
  margin: auto;
}
.workSec{

}
.workSec01{
  width: 85%;
  margin: 0 auto 10rem;
}
.cmnTtl01Box--workSec{
  justify-content: center;
}
.cmnTtl01Box--workSec .cmnTtl01{
  align-items: center;
}
.workSec01_main{
  width: 100%;
  margin: 0 auto 3rem;
}
.workSec01_list01{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0rem;
  flex-direction: column;
}
.workSec01_list01Item{
  width: 100%;
  background: #fff;
  padding: 2rem;
  margin-bottom: 2rem;
}
.workSec01_list01ItemBox{

}
.workSec01_list01ItemBox_ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  position: relative;
  padding-bottom: 2.5rem;
  margin-bottom: 1.5rem;
}
.workSec01_list01ItemBox_ttl:after{
  content: "";
  width: 100%;
  height: 0.4rem;
  border-radius: 10rem;
  background: #C9000D;
  position: absolute;
  bottom: 0;
  left: 0;
}
.workSec01_list01ItemBox_ttlTxt01{
  font-size: 2rem;
}
.workSec01_list01ItemBox_ttlTxt02{
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.workSec01_list01ItemBox_cont{
  padding: 0 2rem;
}
.workSec01_list02{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0rem;
  flex-direction: column;
}
.workSec01_list02Item{
  width: 100%;
  background: #fff;
  padding: 2rem;
  margin-bottom: 2rem;
}
.workSec01_list02ItemBox{

}
.workSec01_list02ItemBox_ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  position: relative;
  padding-bottom: 2.5rem;
  margin-bottom: 1.5rem;
}
.workSec01_list02ItemBox_ttl:after{
  content: "";
  width: 100%;
  height: 0.4rem;
  border-radius: 10rem;
  background: #C9000D;
  position: absolute;
  bottom: 0;
  left: 0;
}
.workSec01_list02ItemBox_ttlTxt01{
  font-size: 2rem;
}
.workSec01_list02ItemBox_cont{
  padding: 0 2rem;
}
.workSec01_list03{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 3rem;
  background: #fff;
  padding: 2rem;
  flex-direction: column;
}
.workSec01_list03_ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  position: relative;
  padding-bottom: 2.5rem;
  margin: 0 auto;
  margin-bottom: 0.5rem;
  width: 96%;
}
.workSec01_list03_ttl:after{
  content: "";
  width: 100%;
  height: 0.4rem;
  border-radius: 10rem;
  background: #C9000D;
  position: absolute;
  bottom: 0;
  left: 0;
}
.workSec01_list03_ttlTxt01{
  font-size: 2rem;
}
.workSec01_list03Item{
  width: 100%;
  padding: 2rem 0rem;
}
.workSec01_list03Item:nth-child(2){
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAABCAYAAAASC7TOAAAAAXNSR0IArs4c6QAAABRJREFUGFdjPMnA+9+c4TMjAxYAAEqOAwIPsSKXAAAAAElFTkSuQmCC) 0 bottom repeat-x;
}
.workSec01_list03Item:nth-child(4){
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAABCAYAAAASC7TOAAAAAXNSR0IArs4c6QAAABRJREFUGFdjPMnA+9+c4TMjAxYAAEqOAwIPsSKXAAAAAElFTkSuQmCC) 0 0 repeat-x;
}
.workSec01_list03ItemBox{

}
.workSec01_list03ItemBox_ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  position: relative;
  padding-bottom: 0rem;
  margin-bottom: 1.5rem;
}
.workSec01_list03ItemBox_ttlTxt01{
  font-size: 2rem;
}
.workSec01_list03ItemBox_cont{
  padding: 0 1rem;
}
.workSec02{
  width: 85%;
  margin: 0 auto 4rem;
}
.workSec02Cont{
  margin-bottom: 6rem;
  border-radius: 5px;
  overflow: hidden;
}
.workSec02Cont_ttl{
  text-align: center;
  line-height: 1;
  color: #fff;
  background: #aaa;
  padding: 2rem 0;
  font-size: 2rem;
  font-weight: 600;
}
.workSec02ContInner{
  background: #fff;
  padding: 2rem;
}
.workSec02ContInner_intro{
  text-align: center;
  margin-bottom: 2rem;
  letter-spacing: 0;
}
.workSec02ContInner_list{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
}
.workSec02ContInner_listItem{
  width: 100%;
  background: #EFEFEF;
  padding: 2rem 0rem;
  border-radius: 5px;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAABCAYAAAASC7TOAAAAAXNSR0IArs4c6QAAABRJREFUGFdjPMnA+9+c4TMjAxYAAEqOAwIPsSKXAAAAAElFTkSuQmCC) 0 0 repeat-x;
}
.workSec02ContInner_listItem h4{
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.workSec02ContInner_listItem p{
}
.workSec02Cont01{
  border: 1px solid #BC0711;
}
.workSec02Cont_ttl01{
  background: #BC0711;
}
.workSec02Cont02{
  border: 1px solid #8E040A;
}
.workSec02Cont_ttl02{
  background: #8E040A;
}
.workSec02Cont03{
  border: 1px solid #5F0206;
}
.workSec02Cont_ttl03{
  background: #5F0206;
}
.workSec02Btm{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
  flex-direction: column-reverse;
}
.workSec02BtmL{
  width: 100%;
}
.workSec02BtmR{
  width: 100%;
  background: #fff;
  padding: 3rem;
  margin-left: 0rem;
  position: relative;
  z-index: 1;
}
.workSec02BtmRev{
  flex-direction: column-reverse;
  margin-bottom: 0;
}
.workSec02BtmRev .workSec02BtmR{
  margin-left: 0;
  margin-right: 0rem;
}
.workSec02BtmR_ttl{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 600;
  line-height: 1;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
}
.workSec02BtmR_ttl:after{
  content: "";
  width: 100%;
  height: 0.4rem;
  border-radius: 10rem;
  background: #C9000D;
  position: absolute;
  bottom: 0;
  left: 0;
}
.workSec03{
  margin: 10rem 0;
}
.workSec03Intro{
  margin-bottom: 4rem;
}
.workSec03Intro_txt01{
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.workSec03Intro_txt02{
  text-align: center;
}
.work_step_img{
  margin-bottom: 8rem;
  display: none;
}
.workSec03List{
  width: 85%;
  margin: 0 auto;
  position: relative;
}
.workSec03List:before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(201,0,13);
  background: -moz-linear-gradient(180deg, rgba(201,0,13,1) 0%, rgba(67,0,4,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(201,0,13,1) 0%, rgba(67,0,4,1) 100%);
  background: linear-gradient(180deg, rgba(201,0,13,1) 0%, rgba(67,0,4,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c9000d",endColorstr="#430004",GradientType=1);
}
.workSec03List_item{
  border: 2px solid #6C6C6C;
  margin-bottom: -2px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  z-index: 1;
  flex-direction: column;
}
.workSec03List_itemTtl{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  padding: 1rem 0;
}
.workSec03List_itemTtl h3{
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
.workSec03List_itemInfo{
  width: 100%;
  border-right: none;
  border-bottom: 1px solid #6C6C6C;
  background: #fff;
  display: flex;
}
.workSec03List_itemInfoBox01{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  padding: 0 1rem;
  border-bottom: none;
  width: 100%;
}
.workSec03List_itemInfoBox01_txt01{
  width: auto;
  font-weight: 600;
  margin-right: 1rem;
}
.workSec03List_itemInfoBox01_txt02{
  width: auto;
}
.workSec03List_itemInfoBox02{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 6rem;
  padding: 0 1rem;
  width: 50%;
}
.workSec03List_itemInfoBox02_txt01{
  width: 50%;
  font-weight: 600;
}
.workSec03List_itemInfoBox02_txt02{
  width: 50%;
}
.workSec03List_itemCont{
  width: 100%;
  padding: 1rem;
  display: flex;
  align-items: center;
  background: #fff;
}
.workSec04{
  background: #F2F2F2;
  padding-bottom: 1rem;
  padding-top: 4rem;
}
.cmnTtl01Box--workSec04{
  margin-bottom: 6rem;
  text-align: center;
}
.workSec04Box{
  width: 85%;
  margin: 0 auto 10rem;
}
.workSec04Box01{

}
.workSec04Box_ttl{
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #C9000D;
  line-height: 1;
}
.workSec04Box01_list{
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
  flex-direction: column;
}
.workSec04Box01_list li{
  width: 100%;
  margin-bottom: 1.6rem;
}
.workSec04Box01_txt{
  text-align: left;
  margin-bottom: 3rem;
}
.cmnBtn01Box--workSec04{
  justify-content: center;
  margin-bottom: 3rem;
}
.workSec04_pageLink{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.workSec04_pageLink li{
  position: relative;
  margin: 0 0rem;
  font-weight: 600;
  width: 100%;
  margin-bottom: 2rem;
}
.workSec04_pageLink li a{
  padding-left: 2.5rem;
  position: relative;
}
.workSec04_pageLink li a:after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: url(../../src/img/work_btn_arrow.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0.2rem;
}
.cmnBtn01Box--workSec04 .cmnBtn01{
  width: 100%;
}
.cmnBtn01Box--workSec04 .cmnBtn01 p{
  font-size: 1.4rem;
}
.workSec04Box02List{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}
.workSec04Box02List_item{
  width: 100%;
  margin-bottom: 6rem;
}
.workSec04Box02List_itemImg{
  margin-bottom: 1rem;
}
.workSec04Box02List_itemCont{

}
.workSec04Box02List_itemCont h4{
  font-size: 2rem;
  font-weight: 600;
}
.workSec04Box02List_itemCont p{
  letter-spacing: 0.05em;
}
.workSec04Box03{
  margin-bottom: 0;
}
.workSec04Box03 .workSec04Box_ttl{
  text-align: left;
}
.workSec05{
  margin: 10rem 0 10rem;
}
.workSec05List{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 85%;
  margin: 0 auto;
}
.workSec05List_item{
  width: 100%;
  background: #EFEFEF;
  border-bottom: 1px solid #fff;
}
.workSec05List_itemTtl{
  background: #C9000D url(../../src/img/sp/ac_on@2x.png) 96% center no-repeat;
  background-size: 1.3rem 1rem;
  height: 7rem;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  padding-left: 3rem;
  position: relative;
}
.workSec05List_itemTtl.on{
  background: #C9000D url(../../src/img/sp/ac_off@2x.png) 96% center no-repeat;
  background-size: 1.3rem 1rem;
}
.workSec05List_itemTtl_ico{
  width: 3rem;
  display: flex;
  align-items: center;
  margin-right: 2rem;
  position: relative;
}
.workSec05List_itemTtl_txt{
  position: absolute;
  left: 8rem;
}
.workSec05List_itemTtl_txt span{
  font-size: 1.1rem;
}
.workSec05List_itemCont{
  padding: 2rem 2rem;
  height: 100%;
  display: none;
}
.workSec05List_item:nth-child(odd) .workSec05List_itemCont{
  background: #EFEFEF;
}

.workSec05List_item:nth-child(1) .workSec05List_itemTtl_ico{
  width: 4rem;
  left: -0.4rem;
}
.workSec05List_item:nth-child(2) .workSec05List_itemTtl_ico{
  width: 3rem;
}
.workSec05List_item:nth-child(3) .workSec05List_itemTtl_ico{
  width: 5rem;
  left: -1rem;
}
.workSec05List_item:nth-child(4) .workSec05List_itemTtl_ico{
  width: 2.5rem;
}
.workSec05List_item:nth-child(5) .workSec05List_itemTtl_ico{
  width: 4rem;
  left: -0.4rem;
}
.workSec05List_item:nth-child(6) .workSec05List_itemTtl_ico{
  width: 2rem;
  right: -0.4rem;
}
.workSec05List_item:nth-child(7) .workSec05List_itemTtl_ico{
  width: 2.5rem;
}
.workSec05List_item:nth-child(8) .workSec05List_itemTtl_ico{
  width: 3rem;
}
.workSec05List_item:nth-child(9) .workSec05List_itemTtl_ico{
  width: 3.5rem;
}
.workSec05List_item:nth-child(10) .workSec05List_itemTtl_ico{
  width: 3rem;
}
.workSec05List_item:nth-child(11) .workSec05List_itemTtl_ico{
  width: 4rem;
}
.workSec05List_item:nth-child(12) .workSec05List_itemTtl_ico{
  width: 4rem;
}
.workSec05List_item:nth-child(13) .workSec05List_itemTtl_ico{
  width: 3rem;
  right: -0.4rem;
}
.workSec05List_item:nth-child(14) .workSec05List_itemTtl_ico{
  width: 4rem;
}
.workSec05List_item:nth-child(15) .workSec05List_itemTtl_ico{
  width: 3.5rem;
}
.workSec05List_item:nth-child(16) .workSec05List_itemTtl_ico{
  width: 3.5rem;
}
.workSec05List_item:nth-child(17) .workSec05List_itemTtl_ico{
  width: 3.5rem;
}
.workSec05List_item:nth-child(18) .workSec05List_itemTtl_ico{
  width: 3.5rem;
}
}
/*-----------------------------------------------------------

WORKS SEC02

-------------------------------------------------------------*/
.workSec02_table{
  margin-bottom: 10rem;
}
.workSec02_tableLine{
  border: 1px solid #BC0711;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: -1px;
}

.workSec02_tableLineTtl{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #BC0711;
  width: 12%;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}
.workSec02_tableLineCont{
  width: 88%;
}
.workSec02_tableLineContIn{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.workSec02_tableLineContIn + .workSec02_tableLineContIn{
  border-top: 1px solid #BC0711;
}
.workSec02_tableLineContIn_txt01{
  background: #EFEFEF;
  padding: 2rem;
  font-size: 1.6rem;
  font-weight: 600;
  width: 25%;
  border-right: 1px solid #BC0711;
  display: flex;
  align-items: center;
  min-height: 9.3rem;
}
.workSec02_tableLineContIn_txt02{
  width: 75%;
  padding: 2rem;
  background: #fff;
  display: flex;
  align-items: center;
  min-height: 9.3rem;
}
.workSec02_tableLine.wtl01{
  border-color: #BC0711;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.workSec02_tableLineContIn + .workSec02_tableLineContIn .workSec02_tableLineContIn_txt01{
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAABCAYAAAASC7TOAAAAAXNSR0IArs4c6QAAABRJREFUGFdjPMnA+9+c4TMjAxYAAEqOAwIPsSKXAAAAAElFTkSuQmCC) 0 0 repeat-x;
}
.workSec02_tableLineContIn + .workSec02_tableLineContIn .workSec02_tableLineContIn_txt02{
  background:#fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAABCAYAAAASC7TOAAAAAXNSR0IArs4c6QAAABRJREFUGFdjPMnA+9+c4TMjAxYAAEqOAwIPsSKXAAAAAElFTkSuQmCC) 0 0 repeat-x;
}
.workSec02_tableLineContIn.dot{
  border-top: none;
}
.workSec02_tableLine.wtl02{
  border-color: #9E050D;
}
.workSec02_tableLine.wtl03{
  border-color: #740208;
}
.workSec02_tableLine.wtl04{
  border-color: #540105;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
.workSec02_tableLine.wtl01 *{
  border-color: #BC0711;
}
.workSec02_tableLine.wtl02 *{
  border-color: #9E050D;
}
.workSec02_tableLine.wtl03 *{
  border-color: #740208;
}
.workSec02_tableLine.wtl04 *{
  border-color: #540105;
}
.workSec02_tableLine.wtl01 .workSec02_tableLineTtl{
  background: #BC0711;
}
.workSec02_tableLine.wtl02 .workSec02_tableLineTtl{
  background: #9E050D;
}
.workSec02_tableLine.wtl03 .workSec02_tableLineTtl{
  background: #740208;
}
.workSec02_tableLine.wtl04 .workSec02_tableLineTtl{
  background: #540105;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.workSec02_tableLineContIn_txt01 {
  background: #EFEFEF;
  padding: 2rem;
  font-size: 1.6rem;
  font-weight: 600;
  width: 35%;
  border-right: 1px solid #BC0711;
  display: flex;
  align-items: center;
  min-height: 9.3rem;
}
.workSec02_tableLineContIn_txt02 {
  width: 65%;
  padding: 2rem;
  background: #fff;
  display: flex;
  align-items: center;
  min-height: 9.3rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.workSec02_table{
  margin-bottom: 8rem;
}
.workSec02_tableLine{
  border: 1px solid #BC0711;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  margin-bottom: 5rem;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}

.workSec02_tableLineTtl{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #BC0711;
  width: 100%;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  padding: 1rem 0;
}
.workSec02_tableLineCont{
  width: 100%;
  padding: 0 3rem;
}
.workSec02_tableLineContIn{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
}
.workSec02_tableLineContIn + .workSec02_tableLineContIn{
  border-top: none;
  
}
.workSec02_tableLineContIn_txt01{
  background: #fff;
  padding: 2rem 0 0;
  font-size: 1.6rem;
  font-weight: 600;
  width: 100%;
  border-right: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: unset;
  text-align: center;
  margin-bottom: 1rem;
  
}
.workSec02_tableLineContIn + .workSec02_tableLineContIn .workSec02_tableLineContIn_txt01{
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAABCAYAAAASC7TOAAAAAXNSR0IArs4c6QAAABRJREFUGFdjPMnA+9+c4TMjAxYAAEqOAwIPsSKXAAAAAElFTkSuQmCC) 0 0 repeat-x;
}
.workSec02_tableLineContIn + .workSec02_tableLineContIn .workSec02_tableLineContIn_txt02{
  background:none;
}
.workSec02_tableLineContIn_txt02{
  width: 100%;
  padding: 0rem 0 2rem;
  background: #fff;
  display: flex;
  align-items: center;
  min-height: unset;

}
.workSec02_tableLine.wtl01{
  border-color: #BC0711;
  border-radius: 5px;
  overflow: hidden;
}
.workSec02_tableLine.wtl02{
  border-color: #9E050D;
}
.workSec02_tableLine.wtl03{
  border-color: #740208;
}
.workSec02_tableLine.wtl04{
  border-color: #540105;
  border-radius: 5px;
  overflow: hidden;
}
.workSec02_tableLine.wtl01 *{
  border-color: #BC0711;
}
.workSec02_tableLine.wtl02 *{
  border-color: #9E050D;
}
.workSec02_tableLine.wtl03 *{
  border-color: #740208;
}
.workSec02_tableLine.wtl04 *{
  border-color: #540105;
}
.workSec02_tableLine.wtl01 .workSec02_tableLineTtl{
  background: #BC0711;
}
.workSec02_tableLine.wtl02 .workSec02_tableLineTtl{
  background: #9E050D;
}
.workSec02_tableLine.wtl03 .workSec02_tableLineTtl{
  background: #740208;
}
.workSec02_tableLine.wtl04 .workSec02_tableLineTtl{
  background: #540105;
}
}
/*-----------------------------------------------------------

MEMBER

-------------------------------------------------------------*/
.memberBnrList{

}
.memberBnrList_item a{
  cursor: url('../../src/img/member_cusor.cur') 32 32,auto;
  display: block;
}
.memberBnrList_item a:hover{
  opacity: 1;
}
.memberBnrList_item:nth-child(1){
  width: 118.9rem;
  margin-left: 3rem;
  margin-bottom: 5rem;
}
.memberBnrList_item:nth-child(2){
  width: 120.4rem;
  margin-left: 6rem;
  margin-bottom: 5rem;
}
.memberBnrList_item:nth-child(3){
  width: 121.6rem;
  margin-left: 2rem;
  margin-bottom: 5rem;
}
.memberBnrList_item:nth-child(4){
  width: 124.5rem;
  margin-left: 6rem;
  margin-bottom: 5rem;
}
.memberBnrList_item:nth-child(5){
  width: 117.2rem;
  margin-left: 6rem;
  margin-bottom: 2rem;
}
.memberBnrList_item:nth-child(6){
  width: 125.2rem;
  margin-left: 6rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.memberBnrList_item:nth-child(1) {
  width: 76.9rem;
  margin-left: 3rem;
  margin-bottom: 5rem;
}
.memberBnrList_item:nth-child(2) {
  width: 77.4rem;
  margin-left: 6rem;
  margin-bottom: 5rem;
}
.memberBnrList_item:nth-child(3) {
  width: 79.6rem;
  margin-left: 2rem;
  margin-bottom: 5rem;
}
.memberBnrList_item:nth-child(4) {
  width: 81.5rem;
  margin-left: 5rem;
  margin-bottom: 5rem;
}
.memberBnrList_item:nth-child(5) {
  width: 77.2rem;
  margin-left: 5rem;
  margin-bottom: 2rem;
}
.memberBnrList_item:nth-child(6) {
  width: 82.2rem;
  margin-left: 5rem;
  margin-bottom: 12rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.memberBnrList{

}
.memberBnrList_item a{
  cursor: url('../../src/img/member_cusor.cur') 32 32,auto;
  display: block;
}
.memberBnrList_item:nth-child(1){
  width: 34.46rem;
  margin-left: 1rem;
  margin-bottom: 5rem;
}
.memberBnrList_item:nth-child(2){
  width: 35.35rem;
  margin-left: 2rem;
  margin-bottom: 5rem;
}
.memberBnrList_item:nth-child(3){
  width: 35.18rem;
  margin-left: 1rem;
  margin-bottom: 5rem;
}
.memberBnrList_item:nth-child(4){
  width: 36.3rem;
  margin-left: 2rem;
  margin-bottom: 5rem;
}
.memberBnrList_item:nth-child(5){
  width: 34.06rem;
  margin-left: 2rem;
  margin-bottom: 2rem;
}
.memberBnrList_item:nth-child(6){
  width: 35.05rem;
  margin-left: 1.5rem;
  margin-bottom: 12rem;
}
}
/*-----------------------------------------------------------

MEMBER CMN

-------------------------------------------------------------*/
.memberMain{
  padding-top: 8rem;
  position: relative;
  margin-bottom: 12rem;
}
.memberMain .punkuz{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 2rem;
}
.memberMain .punkuz *{
  color: #fff;
}
.memberMainBox{
  display: flex;
  align-items: center;
  height: 58rem;
  position: relative;
}
.memberMain_ttl{
  position: absolute;
  left: 4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.memberMain_ttl_ttx01{
  text-align: left;
  font-weight: 600;
}
.memberMain_ttl_ttx01 span{
  display: inline-block;
  background: #C9000D;
  border-radius: 5px;
  padding: 1rem 1rem;
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  margin: 0.6rem 0;
  line-height: 1;
}
.memberMain_ttl_ttx02{
  text-align: left;
  font-weight: 600;
}
.memberMain_ttl_ttx02 span{
  display: inline-block;
  background: #C9000D;
  border-radius: 5px;
  padding: 1rem 1rem;
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  margin: 0.6rem 0;
  line-height: 1;
}
.memberMain_ttl_ttx03{
  text-align: left;
  font-weight: 600;
}
.memberMain_ttl_ttx03 span{
  display: inline-block;
  background: #C9000D;
  border-radius: 5px;
  padding: 1rem 1rem;
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  margin: 0.6rem 0;
  line-height: 1;
}
.memberMain01 .memberMain_ttl{
  align-items: flex-end;
}
.memberMain_info{
  background: #fff;
  padding: 1rem;
  padding-left: 10rem;
  padding-right: 6rem;
  position: absolute;
  left: 0;
  bottom: -3rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  border-radius: 0 5px 0 0;
}
.memberMain_infoTxt01{
  background: #DC5961;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 1rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
}
.memberMain_infoTxt02{
  margin-right: 1rem;
  line-height: 1;
  color: #464646;
}
.memberMain_infoTxt02_en{
  font-size: 3.4rem;
  margin-bottom: 0.6rem;
}
.memberMain_infoTxt01_jp{
  font-size: 1.7rem;
  font-weight: 600;
}
.memberMain_infoTxt03{
  font-size: 7.5rem;
  line-height: 1;
  color: #464646;
  padding-bottom: 0.8rem;
}
.memberSec01{
  padding-left: 8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-bottom: 6rem;
  margin-bottom: 10rem;
}
.memberSec01:after{
  content: "";
  width: 63%;
  height: 52rem;
  background: #C9000D;
  position: absolute;
  right: 0;
  bottom: 0rem;
}
.memberSec01L{
  width: 32%;
  position: relative;
  z-index: 3;
}
.memberSec01L_q{
  font-size: 7rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.memberSec01L_ttl{
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.memberSec01L_txt{

}
.memberSec01R{
  width: 75%;
  position: relative;
  overflow: hidden;
  height: 49rem;
  margin-left: -8rem;
  z-index: 2;
  border-radius: 5px 0 0 5px;
}
.member_ef01:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 102%;
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 0;
  background: #C9000D;
}
.member_ef01.on:after{
  animation-name:memberAnim01;
  animation-duration:1.5s;
  animation-delay: 0.3s;
  animation-fill-mode:forwards;
  transform-origin:left;
  transform:scaleX(0);
  opacity: 1;
}
@keyframes memberAnim01{
  0% {
    transform-origin:left;
    transform:scaleX(0);
  }
  50% {
    transform-origin:left;
    transform:scaleX(1);
  }
  50.001% {
    transform-origin:right;
  }
  100% {
    transform-origin:right;
    transform:scaleX(0);
  }
}
.member_ef01 img{
  opacity: 0;
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: 0.8s ease;
}
.member_ef01.on img{
  animation-name:memberSecImg;
  animation-duration:0s;
  animation-fill-mode:forwards;
  animation-delay: 1s;
}
@keyframes memberSecImg{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.memberSec02{
  padding:0 8%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-end;
  position: relative;
  margin-bottom: 10rem;
}
.memberSec02L{
  width: 50%;
  position: relative;
  z-index: 3;
}
.memberSec02L_q{
  font-size: 7rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.memberSec02L_ttl{
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.memberSec02L_txt{
  padding: 2rem 0;
  position: relative;
}
.memberSec02L_txt p{
  position: relative;
  z-index: 1;
  color: #fff;
}
.memberSec02L_txt:after{
  content: "";
  width: 1000%;
  height: 100%;
  background: #C9000D;
  position: absolute;
  right: -100%;
  bottom: 0rem;
}
.memberSec02R{
  width: 45%;
  position: relative;
  overflow: hidden;
  height: 60rem;
  z-index: 3;
  margin-bottom: -8rem;
  border-radius: 5px;
}
.memberSec03{
  padding: 10rem 0 0;
  padding-left: 12%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin-bottom: 0rem;
}

.memberSec03 *{
  color: #fff;
}
.memberSec03L{
  width: 35%;
  position: relative;
  z-index: 3;
  padding: 4rem 0 10rem;
}
.memberSec03L:after{
  content: "";
  width: 350%;
  height: 100%;
  background: #C9000D;
  position: absolute;
  left: -100%;
  bottom: 0rem;
  border-radius: 0 40rem 40rem 0;
}
.memberSec03L_q{
  font-size: 7rem;
  line-height: 1;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.memberSec03L_ttl{
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.memberSec03L_txt{
  position: relative;
  z-index: 1;
}
.memberSec03L_txt p{
  position: relative;
  z-index: 1;
  color: #fff;
}
.memberSec03R{
  width: 57%;
  position: relative;
  overflow: hidden;
  height: 61rem;
  z-index: 3;
  bottom: -12rem;
  border-radius: 5px 0 0 5px;
}
.memberSec04{
  height: 85.9rem;
}
.memberSec04--member01{
  background: url(../../src/img/member01_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.memberSec04--member02{
  background: url(../../src/img/member02_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.memberSec04--member03{
  background: url(../../src/img/member03_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.memberSec04--member04{
  background: url(../../src/img/member04_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.memberSec04--member05{
  background: url(../../src/img/member05_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.memberSec04--member06{
  background: url(../../src/img/member06_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.memberSec04Inner{
  width: 80%;
  margin: 0 auto;
  padding-top: 12rem;
}
.memberSec04Inner_ttl{
  color: #fff;
  font-size: 2.5rem;
  background: url(../../src/img/member_flag.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 28rem;
  height: 6.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}
.memberSec04Inner_ttl span{
  margin-right: 1rem;
}
.memberSec04Inner_list{
  position: relative;
}
.memberSec04Inner_list:before{
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0.75rem;
  top: 0;
}
.memberSec04Inner_listItem{
  padding-bottom: 6rem;
  padding-left: 4rem;
  position: relative;
  color: #fff;
}
.memberSec04Inner_listItem:last-child{
  padding-bottom: 2rem;
}
.memberSec04Inner_listItem_time{
  position: relative;
  font-size: 1.7rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.memberSec04Inner_listItem_time:before{
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: -4rem;
  top: 0rem;
}
.memberSec04Inner_listItem_ttl{
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.memberSec04Inner_listItem_txt{

}
.memberSec05{
  padding: 8rem 0;
  position: relative;
}
.memberSec05:before{
  content: "";
  width: 100%;
  height: 29rem;
  background: #C9000D;
  position: absolute;
  left: 0;
  top: 0;
}
.cmnTtl01Box--memberSec05{
  justify-content: center;
  margin-bottom: 5rem;
}
.cmnTtl01Box--memberSec05 .cmnTtl01{
  align-items: center;
}
.cmnTtl01Box--memberSec05 .cmnTtl01 *{
  color: #fff;
}
.memberSec05Inner{
  position: relative;
  z-index: 1;
  width: 95%;
  margin: 0 auto;
}
.memberSec05Inner .topMemberInnerList{
  flex-wrap: unset;
}
.memberSec05Inner .topMemberInnerList_item{
  width: 18%;
}
/*.member01 .memberSec05Inner .topMemberInnerList_item:nth-child(1){
  display: none;
}
.member02 .memberSec05Inner .topMemberInnerList_item:nth-child(2){
  display: none;
}
.member03 .memberSec05Inner .topMemberInnerList_item:nth-child(3){
  display: none;
}
.member04 .memberSec05Inner .topMemberInnerList_item:nth-child(4){
  display: none;
}
.member05 .memberSec05Inner .topMemberInnerList_item:nth-child(5){
  display: none;
}
.member06 .memberSec05Inner .topMemberInnerList_item:nth-child(6){
  display: none;
}*/
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.memberMain {
  padding-top: 5.6rem;
  position: relative;
  margin-bottom: 18rem;
}
.memberMainBox {
  display: flex;
  align-items: center;
  height: 38rem;
  position: relative;
}
.memberMain_ttl {
  position: absolute;
  left: 4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  bottom: 5rem;
}
.memberMain_info {
  background: #fff;
  padding: 1rem;
  padding-left: 6rem;
  padding-right: 6rem;
  position: absolute;
  left: 0;
  bottom: -7rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  border-radius: 0 5px 0 0;
}
.memberSec01 {
  padding-left: 4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 10rem;
}
.memberSec01L {
  width: 45%;
  position: relative;
  z-index: 3;
}
.memberSec01R {
  width: 50%;
  position: relative;
  overflow: hidden;
  height: 39rem;
  margin-left: -2rem;
  z-index: 2;
  border-radius: 5px 0 0 5px;
}
.memberSec01:after {
  content: "";
  width: 44%;
  height: 42rem;
  background: #C9000D;
  position: absolute;
  right: 0;
  bottom: 0rem;
}
.memberSec02 {
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-end;
  position: relative;
  margin-bottom: 10rem;
}
.memberSec02R {
  width: 45%;
  position: relative;
  overflow: hidden;
  height: 55rem;
  z-index: 3;
  margin-bottom: -6rem;
  border-radius: 5px;
}
.memberSec03 {
  padding: 10rem 0 0;
  padding-left: 5%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin-bottom: 0rem;
}
.memberSec03L {
  width: 46%;
  position: relative;
  z-index: 3;
  padding: 4rem 0 4rem;
}
.memberSec03R {
  width: 50%;
  position: relative;
  overflow: hidden;
  height: 51rem;
  z-index: 3;
  bottom: -12rem;
  border-radius: 5px 0 0 5px;
}
.memberSec03L:after {
  content: "";
  width: 310%;
  height: 100%;
  background: #C9000D;
  position: absolute;
  left: -100%;
  bottom: 0rem;
  border-radius: 0 40rem 40rem 0;
}
.memberSec04--member01{
  background: url(../../src/img/member01_bg.png) 0 0 no-repeat;
  background-size: cover;
}
.memberSec04--member02{
  background: url(../../src/img/member02_bg.png) -17rem 0 no-repeat;
  background-size: cover;
}
.memberSec04--member03{
  background: url(../../src/img/member03_bg.png) 0 0 no-repeat;
  background-size: cover;
}
.memberSec04--member04{
  background: url(../../src/img/member04_bg.png) 0 0 no-repeat;
  background-size: cover;
}
.memberSec04--member05{
  background: url(../../src/img/member05_bg.png) 0 0 no-repeat;
  background-size: cover;
}
.memberSec04--member06{
  background: url(../../src/img/member06_bg.png) 0 0 no-repeat;
  background-size: cover;
}
.memberSec05Inner .topMemberInnerList {
  flex-wrap: wrap;
  justify-content: center;
}
.memberSec05Inner .topMemberInnerList_item {
  width: 27%;
  margin: 0 2rem 5rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.memberMain{
  padding-top: 5.6rem;
  position: relative;
  margin-bottom: 6rem;
}
.memberMain .punkuz{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 2rem;
}
.memberMain .punkuz *{
  color: #fff;
}
.memberMainBox {
  display: flex;
  align-items: center;
  height: 30rem;
  position: relative;
}
.memberMain_ttl{
  position: absolute;
  left: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  bottom: 5rem;
}
.memberMain_ttl_ttx01{
  text-align: left;
  font-weight: 600;
}
.memberMain_ttl_ttx01 span{
  display: inline-block;
  background: #C9000D;
  border-radius: 5px;
  padding: 0.6rem 0.6rem;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  margin: 0.1rem 0;
  line-height: 1;
}
.memberMain_ttl_ttx02{
  text-align: left;
  font-weight: 600;
}
.memberMain_ttl_ttx02 span{
  display: inline-block;
  background: #C9000D;
  border-radius: 5px;
  padding: 1rem 1rem;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  margin: 0.6rem 0;
  line-height: 1;
}
.memberMain_ttl_ttx03{
  text-align: left;
  font-weight: 600;
}
.memberMain_ttl_ttx03 span{
  display: inline-block;
  background: #C9000D;
  border-radius: 5px;
  padding: 1rem 1rem;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  margin: 0.6rem 0;
  line-height: 1;
}
.memberMain01 .memberMain_ttl{
  align-items: flex-start;
}
.memberMain_info{
  background: #fff;
  padding: 1rem;
  padding-left: 2rem;
  padding-right: 3rem;
  position: absolute;
  left: 0;
  bottom: -2rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  border-radius: 0 5px 0 0;
}
.memberMain_infoTxt01{
  background: #fff;
  border: 2px solid #C9000D;
  width: 8.4rem;
  height: 3.5rem;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 1rem;
  color: #C9000D;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
}
.memberMain_infoTxt01 br{
  display: none!important;
}
.memberMain_infoTxt02{
  margin-right: 1rem;
  line-height: 1;
  color: #464646;
}
.memberMain_infoTxt02_en{
  font-size: 1.6rem;
  margin-bottom: 0.4rem;
}
.memberMain_infoTxt01_jp{
  font-size: 1.4rem;
  font-weight: 600;
}
.memberMain_infoTxt03{
  font-size: 3.5rem;
  line-height: 1;
  color: #464646;
  padding-bottom: 0.8rem;
}
.memberSec01{
  padding-left: 0%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 6rem;
  flex-direction: column;
}
.memberSec01:after{
  content: "";
  width: 80%;
  height: 23rem;
  background: #C9000D;
  position: absolute;
  right: 0;
  bottom: 0rem;
}
.memberSec01L{
  width: 85%;
  position: relative;
  z-index: 3;
  margin: 0 auto 4rem;
}
.memberSec01L_q{
  font-size: 5rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.memberSec01L_ttl{
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.memberSec01L_txt{

}
.memberSec01R{
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 23rem;
  margin-left: 13%;
  z-index: 2;
}
.member_ef01:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 102%;
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 0;
  background: #C9000D;
}
.member_ef01.on:after{
  animation-name:memberAnim01;
  animation-duration:1.5s;
  animation-delay: 0.3s;
  animation-fill-mode:forwards;
  transform-origin:left;
  transform:scaleX(0);
  opacity: 1;
}
@keyframes memberAnim01{
  0% {
    transform-origin:left;
    transform:scaleX(0);
  }
  50% {
    transform-origin:left;
    transform:scaleX(1);
  }
  50.001% {
    transform-origin:right;
  }
  100% {
    transform-origin:right;
    transform:scaleX(0);
  }
}
.member_ef01 img{
  opacity: 0;
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: 0.8s ease;
}
.member_ef01.on img{
  animation-name:memberSecImg;
  animation-duration:0s;
  animation-fill-mode:forwards;
  animation-delay: 1s;
}
@keyframes memberSecImg{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.memberSec02{
  padding:0 0%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 0rem;
  padding-bottom: 4rem;
}
.memberSec02:after{
  content: "";
  width: 100%;
  height: 28rem;
  background: #C9000D;
  position: absolute;
  right: 0%;
  bottom: 0rem;
}
.memberSec02L{
  width: 85%;
  position: relative;
  z-index: 3;
  margin-bottom: 2rem;
}
.memberSec02L_q{
  font-size: 5rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.memberSec02L_ttl{
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.memberSec02L_txt{
  padding: 0rem 0 2rem;
  position: relative;
}
.memberSec02L_txt p{
  position: relative;
  z-index: 1;
  color: #000;
}
.memberSec02L_txt:after{
  content: "";
  width: 1000%;
  height: 100%;
  background: #C9000D;
  position: absolute;
  right: -100%;
  bottom: 0rem;
  display: none;
}
.memberSec02R{
  width: 85%;
  position: relative;
  overflow: hidden;
  height: 40rem;
  z-index: 3;
  margin-bottom: 0rem;
}
.memberSec03{
  padding: 10rem 0 0;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: -8rem;
  flex-direction: column;
}

.memberSec03 *{
  color: #fff;
}
.memberSec03L{
  width: 100%;
  position: relative;
  z-index: 3;
  padding: 4rem 20% 26rem 8%;
}
.memberSec03L:after{
  content: "";
  width: 90%;
  height: 100%;
  background: #C9000D;
  position: absolute;
  left: 0%;
  bottom: 0rem;
  border-radius: 0 17rem 17rem 0;
}
.memberSec03L_q{
  font-size: 5rem;
  line-height: 1;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.memberSec03L_ttl{
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.memberSec03L_txt{
  position: relative;
  z-index: 1;
}
.memberSec03L_txt p{
  position: relative;
  z-index: 1;
  color: #fff;
}
.memberSec03R{
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 31rem;
  z-index: 3;
  bottom: 0;
  margin-left: 7rem;
  margin-top: -23rem;
}
.memberSec04{
  height: 85.9rem;
}
.memberSec04--member01{
  background: url(../../src/img/sp/member01_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  height: 82.5rem;
}
.memberSec04--member02{
  background: url(../../src/img/sp/member02_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  height: 77.1rem;
}
.memberSec04--member03{
  background: url(../../src/img/sp/member03_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  height: 74.5rem;
}
.memberSec04--member04{
  background: url(../../src/img/sp/member04_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  height: 74.5rem;
}
.memberSec04--member05{
  background: url(../../src/img/sp/member05_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  height: 88.5rem;
}
.memberSec04--member06{
  background: url(../../src/img/sp/member06_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  height: 82.2rem;
}
.memberSec04Inner{
  width: 85%;
  margin: 0 auto;
  padding-top: 12rem;
}
.memberSec04Inner_ttl{
  color: #fff;
  font-size: 1.8rem;
  background: url(../../src/img/member_flag.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 19.6rem;
  height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}
.memberSec04Inner_ttl span{
  margin-right: 1rem;
}
.memberSec04Inner_list{
  position: relative;
}
.memberSec04Inner_list:before{
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0.75rem;
  top: 0;
}
.memberSec04Inner_listItem{
  padding-bottom: 3rem;
  padding-left: 3rem;
  position: relative;
  color: #fff;
}
.memberSec04Inner_listItem:last-child{
  padding-bottom: 2rem;
}
.memberSec04Inner_listItem_time{
  position: relative;
  font-size: 1.7rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.memberSec04Inner_listItem_time:before{
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: -3rem;
  top: 0rem;
}
.memberSec04Inner_listItem_ttl{
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.memberSec04Inner_listItem_txt{
  letter-spacing: 0;
  line-height: 1.6;
}
.memberSec05 {
  padding: 5rem 0 8rem;
  position: relative;
}
.memberSec05:before{
  content: "";
  width: 100%;
  height: 29rem;
  background: #C9000D;
  position: absolute;
  left: 0;
  top: 0;
}
.cmnTtl01Box--memberSec05 {
  justify-content: center;
  margin-bottom: 0rem;
}
.cmnTtl01Box--memberSec05 .cmnTtl01{
  align-items: center;
  margin-bottom: 0;
}
.cmnTtl01Box--memberSec05 .cmnTtl01 *{
  color: #fff;
}
.memberSec05Inner{
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}
.memberSec05Inner .topMemberInnerList{
  flex-wrap: unset;
}
.memberSec05Inner .topMemberInnerList_item{
  width: 18%;
}
/*.member01 .memberSec05Inner .topMemberInnerList_item:nth-child(1){
  display: none;
}
.member02 .memberSec05Inner .topMemberInnerList_item:nth-child(2){
  display: none;
}
.member03 .memberSec05Inner .topMemberInnerList_item:nth-child(3){
  display: none;
}
.member04 .memberSec05Inner .topMemberInnerList_item:nth-child(4){
  display: none;
}
.member05 .memberSec05Inner .topMemberInnerList_item:nth-child(5){
  display: none;
}
.member06 .memberSec05Inner .topMemberInnerList_item:nth-child(6){
  display: none;
}*/
}
/*-----------------------------------------------------------

MEMBER02 ~ 06

-------------------------------------------------------------*/
/* MEMBER02 */
.memberMain02{

}
.memberMain02 .memberMain_ttl {
  align-items: flex-start;
}
.memberMain02 .memberMain_ttl .memberMain_ttl_ttx02{
  margin-left: 12rem;
}
/* MEMBER03 */
.memberMain03{

}
.memberMain03 .memberMain_ttl {
  align-items: flex-start;
}
.memberMain03 .memberMain_ttl .memberMain_ttl_ttx02{
  margin-left: 10rem;
}
/* MEMBER04 */
.memberMain04{

}
.memberMain04 .memberMain_ttl {
  align-items: flex-start;
}
.memberMain04 .memberMain_ttl .memberMain_ttl_ttx02{
  margin-left: 12rem;
}
.memberMain04 .memberMain_ttl .memberMain_ttl_ttx03{
  margin-left: 20rem;
}
/* MEMBER05 */
.memberMain05{

}
.memberMain05 .memberMain_ttl {
  align-items: flex-start;
}
.memberMain05 .memberMain_ttl .memberMain_ttl_ttx02{
  margin-left: 0rem;
}
.memberMain05 .memberMain_ttl .memberMain_ttl_ttx03{
  margin-left: 10rem;
}
.member05 .memberSec03L {
  padding: 4rem 0 14rem;
}
/* MEMBER06 */
.memberMain06{

}
.memberMain06 .memberMain_ttl {
  align-items: flex-start;
}
.memberMain06 .memberMain_ttl .memberMain_ttl_ttx02{
  margin-left: 32rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

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

}
.memberMain02 .memberMain_ttl {
  align-items: flex-start;
}
.memberMain02 .memberMain_ttl .memberMain_ttl_ttx02{
  margin-left: 12rem;
}
/* MEMBER03 */
.memberMain03{

}
.memberMain03 .memberMain_ttl {
  align-items: flex-start;
}
.memberMain03 .memberMain_ttl .memberMain_ttl_ttx02{
  margin-left: 10rem;
}
/* MEMBER04 */
.memberMain04{

}
.memberMain04 .memberMain_ttl {
  align-items: flex-start;
}
.memberMain04 .memberMain_ttl .memberMain_ttl_ttx02{
  margin-left: 12rem;
}
.memberMain04 .memberMain_ttl .memberMain_ttl_ttx03{
  margin-left: 20rem;
}
/* MEMBER05 */
.memberMain05{

}
.memberMain05 .memberMain_ttl {
  align-items: flex-start;
}
.memberMain05 .memberMain_ttl .memberMain_ttl_ttx02{
  margin-left: 0rem;
}
.memberMain05 .memberMain_ttl .memberMain_ttl_ttx03{
  margin-left: 10rem;
}
.member05 .memberSec03L {
  padding: 4rem 20% 26rem 8%;
}
/* MEMBER06 */
.memberMain06{

}
.memberMain06 .memberMain_ttl {
  align-items: flex-start;
}
.memberMain06 .memberMain_ttl .memberMain_ttl_ttx02{
  margin-left: 32rem;
}
}
/*-----------------------------------------------------------

RECRUIT

-------------------------------------------------------------*/
.recruitPagelink{
  margin: 2rem 0 6rem;
}
.recruitPagelinkList{
  display: flex;
  justify-content: space-between;
}
.recruitPagelinkList li{
  width: 33.2%;
}
.recruitPagelinkList li a{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9B9B9B;
  height: 6rem;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
}
.recruitPagelinkList li.nowUrl a{
  background: #C9000D;
}
.recruitSearch{
  width: 60%;
  margin: 0 auto 5rem;
}
.recruitSearch p{
  margin: 0 auto 30px;
  text-align: center;
}
.recruitSearch form{
  display: flex;
  justify-content: space-between;
}
.recruitSearchSelect{
  width: 40%;
}
.recruitSearchSelect select {
  width: 100%;
  background: #fff url(../../src/img/search_arrow.png) 97% center no-repeat;
  background-size: 1.6rem;
  height: 6rem;
  padding: 1rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #707070;
  font-size: 1.8rem;
  border-radius: 5px;
}
.recruitSearchSend{
  width: 17%;
}
.recruitSearchSend input{
  width: 100%;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1;
  border: 1px solid #272727;
  position: relative;
  background: #272727;
  cursor: pointer;
  -webkit-appearance: none;
  -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;
  border-radius: 5px;
}
.recruitJob{
  margin-bottom: 10rem;
}
.cmnTtl01Box--recruitJob{

}
.recruitJobList{
  width: 90%;
  margin: 0 auto 0rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.recruitJobList::after {
  content: "";
  display: block;
  width: 29%;
}
.recruitJobList_item{
  width: 29%;
  margin-bottom: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.recruitJobList_itemBox{
  margin-bottom: 2rem;
}
.recruitJobList_itemBox_img {
  width: 100%;
  height: 25.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 2rem;
  border-radius: 10px;
}
.recruitJobList_itemBox_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.recruitJobList_itemBox_img ul{
  background: #C9000D;
  line-height: 1;
  padding: 1rem 1.7rem;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  z-index: 1;
  border-radius: 10px 0 10px 0;
}
.recruitJobList_itemBox_ttl{
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.recruitJobList_itemBox_info{
  border-top: 1px dashed #C6C6C6;
}
.recruitJobList_itemBox_infoCont{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #C6C6C6;
  padding: 1rem 0;
}
.recruitJobList_itemBox_infoCont_txt01{
  font-weight: 600;
  width: 25%;
}
.recruitJobList_itemBox_infoCont_txt02{
  width: 75%;
  line-height: 1.6;
}
.cmnBtn01Box--recruitJob{

}
.cmnBtn01Box--recruitJob .cmnBtn01{
  width: 100%;
}
.wp-pagenavi{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  line-height: 1;
  font-size: 1.6rem;
}
.wp-pagenavi .current{
  display: block;
  margin: 0 1rem;
  padding: 0.7rem 1rem;
  font-weight: 600;
  background: #C9000D;
  color: #fff;
}
.wp-pagenavi .page{
  display: block;
  margin: 0 1rem;
  padding: 1rem;
  font-weight: 600;
}
.wp-pagenavi .previouspostslink{
  display: block;
  margin: 0 1rem;
  color: #C9000D;
}
.wp-pagenavi .first{
  display: block;
  margin: 0 1rem;
  color: #C9000D;
}
.wp-pagenavi .nextpostslink{
  display: block;
  margin: 0 1rem;
  color: #C9000D;
}
.wp-pagenavi .last{
  display: block;
  margin: 0 1rem;
  color: #C9000D;
}
.r_tragl {
  width:0;
  height:0;
  border-style:solid;
  border-width: 0.6rem 0 0.6rem 1.2rem;
  border-color: transparent transparent transparent #C9000D;
  display: inline-block;
  margin-right: 0.3rem;
}
.l_tragl {
  width:0;
  height:0;
  border-style:solid;
  border-width: 0.6rem 1.2rem 0.6rem 0;
  border-color: transparent #C9000D transparent transparent;
  display: inline-block;
  margin-left: 0.3rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.recruitSearch p{
  margin-bottom: 10px;
}
.recruitSearch form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recruitSearchSelect {
  width: 100%;
  margin: 1rem 0;
}
.recruitSearchSend {
  width: 49%;
  margin: 1rem auto;
}
.recruitJobList::after {
  content: "";
  display: block;
  width: 32%;
}
.recruitJobList_item{
  width: 32%;
  margin-bottom: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.recruitJobList_itemBox_img {
  width: 100%;
  height: 19.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 2rem;
  border-radius: 10px;
}
.recruitJobList_itemBox_infoCont{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #C6C6C6;
  padding: 1rem 0;
  flex-direction: column;
}
.recruitJobList_itemBox_infoCont_txt01{
  font-weight: 600;
  width: 100%;
}
.recruitJobList_itemBox_infoCont_txt02{
  width: 100%;
  line-height: 1.6;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.recruitPagelink{
  margin: 2rem 0 4rem;
}
.recruitPagelinkList{
  display: flex;
  justify-content: space-between;
}
.recruitPagelinkList li{
  width: 33.0%;
}
.recruitPagelinkList li a{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9B9B9B;
  height: 6rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
}
.recruitPagelinkList li.nowUrl a{
  background: #C9000D;
}
.recruitSearch{
  width: 85%;
  margin: 0 auto 5rem;
}
.recruitSearch p{
    margin: 0 auto 20px;
    text-align: center;
    font-size: 1.2rem;
}
.recruitSearch form{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.recruitSearchSelect{
  width: 100%;
  margin-bottom: 1.5rem;
}
.recruitSearchSelect select {
  width: 100%;
  background: #fff url(../../src/img/search_arrow.png) 97% center no-repeat;
  background-size: 1.6rem;
  height: 6rem;
  padding: 1rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #707070;
  font-size: 1.8rem;
  border-radius: 5px;
}
.recruitSearchSend{
  width: 100%;
}
.recruitSearchSend input{
  width: 100%;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1;
  border: 1px solid #272727;
  position: relative;
  background: #272727;
  cursor: pointer;
  -webkit-appearance: none;
  -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;
  border-radius: 5px;
}
.recruitJob{
  margin-bottom: 6rem;
}
.cmnTtl01Box--recruitJob{

}
.recruitJobList{
  width: 85%;
  margin: 0 auto 0rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.recruitJobList::after {
  content: "";
  display: block;
  width: 100%;
}
.recruitJobList_item{
  width: 100%;
  margin-bottom: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.recruitJobList_itemBox{
  margin-bottom: 2rem;
}
.recruitJobList_itemBox_img {
  width: 100%;
  height: 21.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 2rem;
  border-radius: 5px;
}
.recruitJobList_itemBox_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.recruitJobList_itemBox_img ul{
  background: #C9000D;
  line-height: 1;
  padding: 1rem 1.7rem;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  z-index: 1;
  border-radius: 5px 0 5px 0;
}
.recruitJobList_itemBox_ttl{
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.recruitJobList_itemBox_info{
  border-top: 1px dashed #C6C6C6;
}
.recruitJobList_itemBox_infoCont{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #C6C6C6;
  padding: 1rem 0;
}
.recruitJobList_itemBox_infoCont_txt01{
  font-weight: 600;
  width: 25%;
}
.recruitJobList_itemBox_infoCont_txt02{
  width: 75%;
  line-height: 1.6;
}
.cmnBtn01Box--recruitJob{

}
.cmnBtn01Box--recruitJob .cmnBtn01{
  width: 100%;
}
.wp-pagenavi{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  line-height: 1;
  font-size: 1.6rem;
}
.wp-pagenavi .current{
  display: block;
  margin: 0 0.7rem;
  padding: 0.4rem 0.6rem;
  font-weight: 600;
  background: #C9000D;
  color: #fff;
}
.wp-pagenavi .page{
  display: block;
  margin: 0 0.7rem;
  padding: 0.4rem 0.6rem;
  font-weight: 600;
}
.wp-pagenavi .previouspostslink{
  display: block;
  margin: 0 0.7rem;
  color: #C9000D;
  font-size: 1.4rem;
}
.wp-pagenavi .first{
  display: block;
  margin: 0 0.7rem;
  color: #C9000D;
  font-size: 1.4rem;
}
.wp-pagenavi .nextpostslink{
  display: block;
  margin: 0 0.7rem;
  color: #C9000D;
  font-size: 1.4rem;
}
.wp-pagenavi .last{
  display: block;
  margin: 0 0.7rem;
  color: #C9000D;
  font-size: 1.4rem;
}
.r_tragl {
  width:0;
  height:0;
  border-style:solid;
  border-width: 0.6rem 0 0.6rem 1.2rem;
  border-color: transparent transparent transparent #C9000D;
  display: inline-block;
  margin-right: 0.3rem;
}
.l_tragl {
  width:0;
  height:0;
  border-style:solid;
  border-width: 0.6rem 1.2rem 0.6rem 0;
  border-color: transparent #C9000D transparent transparent;
  display: inline-block;
  margin-left: 0.3rem;
}
}
/*-----------------------------------------------------------

RECRUIT DETAIL

-------------------------------------------------------------*/
.punkuzSingle{
  margin-top: 11rem;
}
.recruitD_main{
  width: 85%;
  margin: 6rem auto 7rem;
  position: relative;
}
.recruitD_mainL{
  position: absolute;
  left: 2rem;
  top: 0;
  width: 40%;
  z-index: 1;
}
.recruitD_mainL:before{
  content: "";
  width: 100%;
  height: 100%;
  background: #C9000D;
  position: absolute;
  left: -1rem;
  top: -1rem;
  border-radius: 5px;
}
.recruitD_mainLInner{
  background: #fff;
  border-radius: 5px;
  padding: 2rem;
  position: relative;
  z-index: 1;
}
.recruitD_mainL_cat{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
.recruitD_mainL_cat li{
  background: #C9000D;
  line-height: 1;
  padding: 1rem 1.7rem;
  color: #fff;
  z-index: 1;
  border-radius: 5px;
}
.recruitD_mainL_ttl{
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.recruitD_mainR{
  display: flex;
  justify-content: flex-end;
  padding-top: 6rem;
}
.recruitD_mainRInner {
  width: 80%;
  height: 47.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 5px;
}
.recruitD_mainRInner img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.recruitD_info{
  width: 75%;
  margin: 8rem auto 0rem;
}
.recruitD_infoTtl{
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: 600;
}
.recruitD_infoList{
  border-top: 1px solid #000;
}
.recruitD_infoList li{
  padding: 3rem 0;
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: space-between;
}
.recruitD_infoList li h3{
  width: 25%;
  font-size: 1.4rem;
  font-weight: 600;
}
.recruitD_infoList li div{
  width: 75%;
}
.recruitD_point{
  width: 75%;
  margin: 8rem auto 8rem;
  padding-bottom: 6rem;
  border-bottom: 1px solid #000;
}
.recruitD_pointTtl{
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: 600;
  text-align: center;
}
.recruitD_pointSlideBox{
  margin-bottom: 8rem;
}
.recruitD_pointSlide{
  width: 80%;
  margin: 0 auto;
}
.recruitD_pointSlide li{

}
.recruitD_pointSlide li div {
    width: 100%;
    height: 50rem;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 1rem;
}
.recruitD_pointSlide li div img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.recruitD_pointSlide .slick-prev {
  left: -7rem;
  width: 5rem;
  height: 5rem;
  top: 50%;
}
.recruitD_pointSlide .slick-prev:before {
  content: '';
  background: url(../../src/img/recruit_d_prev.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 5rem;
  height: 5rem;
  display: block;
}
.recruitD_pointSlide .slick-next {
  right: -7rem;
  width: 5rem;
  height: 5rem;
  top: 50%;
}
.recruitD_pointSlide .slick-next:before {
  content: '';
  background: url(../../src/img/recruit_d_next.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 5rem;
  height: 5rem;
  display: block;
}
.recruitD_pointSlide .slick-dots{
    position: absolute;
    bottom: -3rem;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.recruitD_pointSlide .slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 0.7rem;
  padding: 0;
  cursor: pointer;
}
.recruitD_pointSlide .slick-dots li button:before {
  font-family: unset!important;
  font-size: 8px;
  line-height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  content: '•';
  text-align: center;
  color: #C3C3C3;
  background: #C3C3C3;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #C3C3C3;
}
.recruitD_pointSlide .slick-dots li.slick-active button:before{
    color:#C9000D;
    border-radius: 50%;
    background:#C9000D;
    border: 1px solid #C9000D;
}
.recruitD_pointSlide .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.recruitD_pointList{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.recruitD_pointList_item{
  width: 33.3333%;
  text-align: center;
  padding: 0 5rem;
}
.recruitD_pointList_itemIco{
  width: 5rem;
  margin: 0 auto 0rem;
}
.recruitD_pointList_itemTtl{
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.recruitD_pointList_itemTxt{

}
.recruitD_reason{
  width: 75%;
  margin: 8rem auto 8rem;
}
.recruitD_reasonTtl{
  font-size: 2rem;
  margin-bottom: 5rem;
  font-weight: 600;
  text-align: center;
}
.recruitD_reasonList{

}
.recruitD_reasonList_item{
  margin-bottom: 5rem;
  position: relative;
}
.recruitD_reasonList_item:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #C9000D;
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  border-radius: 5px;
}
.recruitD_reasonList_itemInner{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  background: #fff;
  border-radius: 5px;
}
.recruitD_reasonList_itemInnerRev{
  flex-direction: row-reverse;
}
.recruitD_reasonList_itemInnerL{
  width: 40%;
}
.recruitD_reasonList_itemInnerR{
  width: 57%;
}
.recruitD_reasonList_itemInnerR h3{
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.cmnBtn01Box--recruitD_entry{
  justify-content: center;
  margin-bottom: 3rem;
}
.cmnBtn01Box--recruitD_entry .cmnBtn01{
  width: 51rem;
}
.cmnBtn01Box--recruitD_entry .cmnBtn01 p{
  font-size: 3rem;
}
.cmnBtn01Box--recruitD_back{
  justify-content: center;
  margin-bottom: 12rem;
}
.cmnBtn01Box--recruitD_back .cmnBtn01{
  width: 35rem;
  border: 2px solid #707070;
  background: #707070;
}
.cmnBtn01Box--recruitD_back .cmnBtn01:hover:after{
  border-color: transparent transparent transparent #707070;
}
.cmnBtn01Box--recruitD_back .cmnBtn01:hover p{
  color:#707070;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.punkuzSingle {
  margin-top: 6rem;
}
.recruitD_main {
  width: 100%;
  margin: 3rem auto 7rem;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
.recruitD_mainL {
  position: relative;
  left: 0rem;
  top: 0;
  width: 100%;
  z-index: 1;
  padding-bottom: 3rem;
  margin-top: -6rem;
}
.recruitD_mainL:before{
  content: "";
  width: 100%;
  height: 85%;
  background: #C9000D;
  position: absolute;
  left: 0;
  top: unset;
  bottom: 0;
  border-radius: 0;
}
.recruitD_mainLInner{
  background: #fff;
  border-radius: 5px;
  padding: 2.6rem;
  position: relative;
  z-index: 1;
  width: 90%;
  margin: 0 auto;
}
.recruitD_mainR {
  display: flex;
  justify-content: flex-end;
  padding-top: 0rem;
}
.recruitD_mainRInner {
  width: 100%;
  height: 43.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 0px;
}
.recruitD_info {
  width: 90%;
  margin: 8rem auto 0rem;
}
.recruitD_point {
  width: 90%;
  margin: 8rem auto 8rem;
  padding-bottom: 6rem;
  border-bottom: 1px solid #000;
}
.recruitD_pointSlide {
  width: 90%;
  margin: 0 auto;
}
.recruitD_pointList_item {
  width: 33.3333%;
  text-align: center;
  padding: 0 2rem;
}
.recruitD_reason {
  width: 95%;
  margin: 8rem auto 8rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.punkuzSingle{
  margin-top: 8rem;
}
.recruitD_main{
  width: 100%;
  margin: 2rem auto 4rem;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
.recruitD_mainL{
  position: relative;
  left: 0rem;
  top: 0;
  width: 100%;
  z-index: 1;
  padding-bottom: 3rem;
  margin-top: -6rem;
}
.recruitD_mainL:before{
  content: "";
  width: 100%;
  height: 85%;
  background: #C9000D;
  position: absolute;
  left: 0;
  top: unset;
  bottom: 0;
  border-radius: 0;
}
.recruitD_mainLInner{
  background: #fff;
  border-radius: 5px;
  padding: 1.6rem;
  position: relative;
  z-index: 1;
  width: 85%;
  margin: 0 auto;
}
.recruitD_mainL_cat{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
.recruitD_mainL_cat li{
  background: #C9000D;
  line-height: 1;
  padding: 0.7rem 1.3rem;
  color: #fff;
  z-index: 1;
  border-radius: 5px;
}
.recruitD_mainL_ttl{
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.recruitD_mainR{
  display: flex;
  justify-content: flex-end;
  padding-top: 0rem;
}
.recruitD_mainRInner {
  width: 100%;
  height: 26.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 0px;
}
.recruitD_mainRInner img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.recruitD_info{
  width: 85%;
  margin: 3rem auto 0rem;
}
.recruitD_infoTtl{
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: 600;
}
.recruitD_infoList{
  border-top: 1px solid #000;
}
.recruitD_infoList li{
  padding: 2rem 0;
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.recruitD_infoList li h3{
  width: 100%;
  font-size: 1.4rem;
  font-weight: 600;
}
.recruitD_infoList li div{
  width: 100%;
}
.recruitD_point{
  width: 85%;
  margin: 8rem auto 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #000;
}
.recruitD_pointTtl{
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: 600;
  text-align: center;
}
.recruitD_pointSlideBox{
  margin-bottom: 10rem;
}
.recruitD_pointSlide{
  width: 100%;
  margin: 0 auto;
}
.recruitD_pointSlide li{

}
.recruitD_pointSlide li div {
    width: 100%;
    height: 18rem;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 1rem;
}
.recruitD_pointSlide li div img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.recruitD_pointSlide .slick-prev {
  left: 0;
  width: 4rem;
  height: 4rem;
  top: unset;
  bottom: -7rem;
}
.recruitD_pointSlide .slick-prev:before {
  content: '';
  background: url(../../src/img/recruit_d_prev.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 4rem;
  height: 4rem;
  display: block;
}
.recruitD_pointSlide .slick-next {
  right: 0rem;
  width: 4rem;
  height: 4rem;
  top: unset;
  bottom: -7rem;
}
.recruitD_pointSlide .slick-next:before {
  content: '';
  background: url(../../src/img/recruit_d_next.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 4rem;
  height: 4rem;
  display: block;
}
.recruitD_pointSlide .slick-dots{
    position: absolute;
    bottom: -4rem;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.recruitD_pointSlide .slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 0.7rem;
  padding: 0;
  cursor: pointer;
}
.recruitD_pointSlide .slick-dots li button:before {
  font-family: unset!important;
  font-size: 8px;
  line-height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  content: '•';
  text-align: center;
  color: #C3C3C3;
  background: #C3C3C3;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #C3C3C3;
}
.recruitD_pointSlide .slick-dots li.slick-active button:before{
    color:#C9000D;
    border-radius: 50%;
    background:#C9000D;
    border: 1px solid #C9000D;
}
.recruitD_pointSlide .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.recruitD_pointList{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.recruitD_pointList_item{
  width: 100%;
  text-align: center;
  padding: 0 5rem;
  margin-bottom: 3rem;
}
.recruitD_pointList_itemIco{
  width: 5rem;
  margin: 0 auto 0rem;
}
.recruitD_pointList_itemTtl{
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.recruitD_pointList_itemTxt{

}
.recruitD_reason{
  width: 85%;
  margin: 4rem auto 8rem;
}
.recruitD_reasonTtl{
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: 600;
  text-align: center;
}
.recruitD_reasonList{

}
.recruitD_reasonList_item{
  margin-bottom: 7rem;
  position: relative;
}
.recruitD_reasonList_item:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #C9000D;
  position: absolute;
  right: 0rem;
  bottom: -2rem;
  border-radius: 5px;
}
.recruitD_reasonList_itemInner{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0rem;
  background: none;
  border-radius: 5px;
  flex-direction: column;
}
.recruitD_reasonList_itemInnerRev{
  flex-direction: column;
}
.recruitD_reasonList_itemInnerL{
  width: 100%;
  background: #fff;
  padding-bottom: 2rem;
}
.recruitD_reasonList_itemInnerR{
  width: 94%;
  background: #fff;
  padding: 0 0 2rem;
  padding-right: 2rem;
  border-radius: 0 0 5px 0;
}
.recruitD_reasonList_itemInnerR h3{
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.cmnBtn01Box--recruitD_entry{
  justify-content: center;
  margin-bottom: 3rem;
}
.cmnBtn01Box--recruitD_entry .cmnBtn01{
  width: 31rem;
}
.cmnBtn01Box--recruitD_entry .cmnBtn01 p{
  font-size: 3rem;
}
.cmnBtn01Box--recruitD_back{
  justify-content: center;
  margin-bottom: 5rem;
}
.cmnBtn01Box--recruitD_back .cmnBtn01{
  width: 25rem;
  border: 2px solid #707070;
  background: #707070;
}
.cmnBtn01Box--recruitD_back .cmnBtn01:hover:after{
  border-color: transparent transparent transparent #707070;
}
.cmnBtn01Box--recruitD_back .cmnBtn01:hover p{
  color:#707070;
}
}
/*-----------------------------------------------------------

ENTRY

-------------------------------------------------------------*/
.contactBox{
  width: 50%;
  margin: 8rem auto 20rem;
}
.contactBox_top{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 5rem;
}
.contactBox_topTxt01{
  font-weight: 700;
  font-size: 1.6rem;
}
.contactBox_topTxt02{
  font-size: 1.6rem;
  color: #C9000D;
}
.formSec{
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.formSecList_item{
  margin-bottom: 4rem;
  font-size: 1.6rem;
}
.formSecList_itemTtl{
  margin-bottom: 1rem;
  position: relative;
  font-weight: 500;
}
.formSecList_itemTtl.hissu{
  padding-left: 6rem;
}
.formSecList_itemTtl.hissu:after{
  content: "必須";
  color: #fff;
  background: #C9000D;
  position: absolute;
  left: 0;
  top: 0.2rem;
  font-size: 1.3rem;
  line-height: 1;
  padding: 0.6rem 1rem;
  border-radius: 10rem;
}
.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;
  border-radius: 5px;
}
.formSecList_itemInput select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 98% center no-repeat;
  background-size: 1.6rem;
  padding: 1.5rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #707070;
  font-size: 1.6rem;
  border-radius: 5px;
}
.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: #C9000D;
    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) 96% center no-repeat;
  background-size: 1.6rem;
  padding: 0 1.5rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #707070;
  font-size: 1.6rem;
  height: 5rem;
  border-radius: 5px;
}
.formSecList_itemBirth p{
  width: 100%;
}
.formSecList_itemTextArea textarea {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #707070;
  border: 1px solid #707070;
  height: 34rem;
  font-size: 1.6rem;
  border-radius: 5px;
}
.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: #C9000D;
  border: 1px solid #C9000D;
  color: #fff;
  cursor: pointer;
}
.formSecList_itemCheck a{
  color: #C9000D;
  border-bottom: 1px solid #C9000D;
  font-weight: 500;
}
.sendBtn {
  position: relative;
  width: 35rem;
  margin: 0 auto;
  overflow: hidden;
}
.sendBtn .button {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #C9000D url(../../src/img/send_arrow.png) 95% center no-repeat;
  background-size: 1rem 1.4rem;
  border: 2px solid #C9000D;
  text-align: center;
  height: 6rem;
  color: #fff;
  position: relative;
  border-radius: 5px;
  font-size: 2rem;
  font-weight: 600;
}
.sendBtn .button:hover{
  opacity: 0.6;
}
.wpcf7-not-valid-tip {
  font-size: 1.2rem!important;
}
.wpcf7-spinner{
  display: none!important;
}
::placeholder {
  color: #CBCBCB;
}
.formSecList_itemCheck .wpcf7-list-item{
  margin: 0;
}
.codedropz-upload-handler{
  border: 1px solid #707070!important;
  border-radius: 0!important;
}
.formSecList_itemInputFileTxt01{
  margin-bottom: 1rem;
}
.formSecList_itemInputFileTxt01 span{
  color: #a31c1b;
  display: inline-block;
  font-weight: 500;
}
.formSecList_itemInputFileTxt02{
  margin-top: 1rem;
}
.cd-upload-btn{
  display: inline-block;
  padding: 1rem 1rem;
  background: #A8A8A8;
  border: 2px solid #A8A8A8;
  color: #fff;
  border-radius: 5px;
  width: 18rem;
  line-height: 1;
  margin-top: 0.6rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.contactBox {
  width: 80%;
  margin: 8rem auto 20rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.contactBox{
  width: 85%;
  margin: 3rem auto 17rem;
}
.contactBox_top{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.contactBox_topTxt01{
  font-weight: 700;
  font-size: 1.4rem;
}
.contactBox_topTxt02{
  font-size: 1.4rem;
  color: #C9000D;
}
.formSec{
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.formSecList_item{
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
.formSecList_itemTtl{
  margin-bottom: 1rem;
  position: relative;
  font-weight: 600;
}
.formSecList_itemTtl.hissu{
  padding-left: 6rem;
}
.formSecList_itemTtl.hissu:after{
  content: "必須";
  color: #fff;
  background: #C9000D;
  position: absolute;
  left: 0;
  top: 0.2rem;
  font-size: 1.3rem;
  line-height: 1;
  padding: 0.6rem 1rem;
  border-radius: 10rem;
}
.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: 1rem;
}
.formSecList_itemInput input {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #707070;
  border: 1px solid #707070;
  font-size: 1.6rem;
  border-radius: 5px;
}
.formSecList_itemInput select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 98% center no-repeat;
  background-size: 1.6rem;
  padding: 1.5rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #707070;
  font-size: 1.6rem;
  border-radius: 5px;
  padding-right: 3.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: #C9000D;
    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: 30%;
  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: 20%;
  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: 20%;
  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) 96% center no-repeat;
  background-size: 1.6rem;
  padding: 0 1.5rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #707070;
  font-size: 1.6rem;
  height: 5rem;
  border-radius: 5px;
}
.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: 24rem;
  font-size: 1.6rem;
  border-radius: 5px;
}
.formSecList_itemCheck{
  margin: 2rem 0 4rem;
  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: #C9000D;
  border: 1px solid #C9000D;
  color: #fff;
  cursor: pointer;
  font-size: 1.2rem;
  height: 5.6rem;
}
.formSecList_itemCheck a{
  color: #C9000D;
  border-bottom: 1px solid #C9000D;
  font-weight: 500;
}
.sendBtn {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.sendBtn .button {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #C9000D url(../../src/img/send_arrow.png) 95% center no-repeat;
  background-size: 1rem 1.4rem;
  border: 2px solid #C9000D;
  text-align: center;
  height: 6rem;
  color: #fff;
  position: relative;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 600;
}
.sendBtn .button:hover{
  opacity: 0.6;
}
.wpcf7-not-valid-tip {
  font-size: 1.2rem!important;
}
.wpcf7-spinner{
  display: none!important;
}
::placeholder {
  color: #CBCBCB;
}
.formSecList_itemCheck .wpcf7-list-item{
  margin: 0;
}
.codedropz-upload-handler{
  border: 1px solid #707070!important;
  border-radius: 0!important;
}
.formSecList_itemInputFileTxt01{
  margin-bottom: 1rem;
}
.formSecList_itemInputFileTxt01 span{
  color: #a31c1b;
  display: inline-block;
  font-weight: 500;
}
.formSecList_itemInputFileTxt02{
  margin-top: 1rem;
  font-size: 1.4rem;
  letter-spacing: 0;
  font-weight: 600;
}
.cd-upload-btn{
  display: inline-block;
  padding: 1rem 1rem;
  background: #A8A8A8;
  border: 2px solid #A8A8A8;
  color: #fff;
  border-radius: 5px;
  width: 18rem;
  line-height: 1;
  margin-top: 0.6rem;
}
}
/*-----------------------------------------------------------

ENTRY CONFIRM

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

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

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

}
.contactBoxConfirm .formSecList{
  margin-bottom: 5rem;
}
.contactBoxConfirm .formSecList_itemTtl.hissu{
  padding-left: 0;
  margin-bottom: 0;
}
.contactBoxConfirm .formSecList_itemTtl.hissu:after{
  display: none;
}
.contactBoxConfirm .formSecList_item{
  display: flex;
  flex-direction: column;
  padding: 2rem 0;
  
  margin-bottom: 0;
}
.contactBoxConfirm .formSecList_item .formSecList_itemTtl{
  width: 100%;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-weight: 600;
}
.contactBoxConfirm .formSecList_item .formSecList_itemInput{
  width: 100%;
}
.contactBoxConfirm .buttonBack{
  background: #7C7C7C url(../../src/img/send_arrow.png) 95% center no-repeat;
  background-size: 1rem 1.4rem;
  margin-top: 2rem;
  color: #fff;
  border: 2px solid #7C7C7C;
}
.contactBoxConfirm .sendBtn{
  margin-top: 4rem;
}
}
/*-----------------------------------------------------------

THANKS

-------------------------------------------------------------*/
.thanksBox{
  height: 76rem;
  background: url(../../src/img/thanks_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footerClear{
  background-color: unset;
}
.thanksBoxInner{

}
.thanksBoxInner_ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  line-height: 1;
  margin-bottom: 3rem;
}
.thanksBoxInner_ttl_en{
  font-size: 8.3rem;
  margin-bottom: 1rem;
}
.thanksBoxInner_ttl_jp{
  font-size: 2.5rem;
  font-weight: 600;
}
.thanksBoxInner_txt{
  text-align: center;
  color: #fff;
  margin-bottom: 4rem;
}
.cmnBtn01Box--toTop{
  justify-content: center;
}
.cmnBtn01Box--toTop .cmnBtn01{
  border: 2px solid #fff;
  background: #fff;
  color: #C9000D;
}
.cmnBtn01Box--toTop .cmnBtn01:after {
  border-color: transparent transparent transparent #C9000D;
}
.cmnBtn01Box--toTop .cmnBtn01 p {
  color:#C9000D;
}
.cmnBtn01Box--toTop .cmnBtn01:hover:after{
  border-color: transparent transparent transparent #fff;
}
.cmnBtn01Box--toTop .cmnBtn01:hover p{
  color:#fff;
}
.cmnBtn01Box--toTop .bgskew::before {
  background:#C9000D;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.thanksBox {
  height: 65rem;
  background: url(../../src/img/thanks_bg.png) 30% 0 no-repeat;
  background-size: 130% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.thanksBox{
  height: 56rem;
  background: url(../../src/img/sp/thanks_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
}
.footerClear{
  background-color: unset;
}
.thanksBoxInner {
  margin-top: 0rem;
}
.thanksBoxInner_ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  line-height: 1;
  margin-bottom: 1rem;
}
.thanksBoxInner_ttl_en{
  font-size: 4rem;
  margin-bottom: 0.5rem;
}
.thanksBoxInner_ttl_jp{
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
.thanksBoxInner_txt{
  text-align: center;
  color: #fff;
  margin-bottom: 2rem;
  line-height: 1.8;
}
.cmnBtn01Box--toTop{
  justify-content: center;
}
.cmnBtn01Box--toTop .cmnBtn01{
  border: 2px solid #fff;
  background: #fff;
  color: #C9000D;
}
.cmnBtn01Box--toTop .cmnBtn01:after {
  border-color: transparent transparent transparent #C9000D;
}
.cmnBtn01Box--toTop .cmnBtn01 p {
  color:#C9000D;
}
.cmnBtn01Box--toTop .cmnBtn01:hover:after{
  border-color: transparent transparent transparent #fff;
}
.cmnBtn01Box--toTop .cmnBtn01:hover p{
  color:#fff;
}
.cmnBtn01Box--toTop .bgskew::before {
  background:#C9000D;
}
}
/*-----------------------------------------------------------

NEWS

-------------------------------------------------------------*/
.newsBox{
  margin: 2rem 0 10rem;
}
.newsBoxList{
  width: 70%;
  margin: 0 auto 10rem;
}
.newsBoxList_item{
  border-bottom: 1px solid #C90813;
  padding: 1rem 0;
  margin-bottom: 3rem;
}
.newsBoxList_item a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  line-height: 1.6;
}
.newsBoxList_item a time{
  width: 12%;
}
.newsBoxList_item a p{
  width: 88%;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.newsBoxList{
  width: 90%;
  margin: 0 auto 10rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.newsBox{
  margin: 2rem 0 4rem;
}
.newsBoxList{
  width: 85%;
  margin: 0 auto 6rem;
}
.newsBoxList_item{
  border-bottom: 1px solid #C90813;
  padding: 1.6rem 0;
  margin-bottom: 0rem;
}
.newsBoxList_item a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  flex-direction: column;
}
.newsBoxList_item a time{
  width: 100%;
}
.newsBoxList_item a p{
  width: 100%;
}
}
/*-----------------------------------------------------------

NEWS DETAIL

-------------------------------------------------------------*/
.newsDBox{
  width: 65%;
  margin: 2rem auto 10rem;
}
.newsDBox_top {
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #C90813;
}
.newsDBox_topTime{
  display: block;
  font-size: 1.4rem;
}
.newsDBox_topTtl{
  font-size: 2.5rem;
  line-height: 1.6;
}
.newsDBoxCont{
  margin-bottom: 7rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.newsDBox{
  width: 80%;
  margin: 2rem auto 10rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.newsDBox{
  width: 85%;
  margin: 2rem auto 6rem;
}
.newsDBox_top{
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #C90813;
}
.newsDBox_topTime{
  display: block;
  font-size: 1.4rem;
}
.newsDBox_topTtl{
  font-size: 2rem;
}
.newsDBoxCont{
  margin-bottom: 7rem;
}
}
/*-----------------------------------------------------------

POLICY

-------------------------------------------------------------*/
.policyBox{
  width: 63%;
  margin: 5rem auto 10rem;
}
.policyBox span{
  display: inline-block;
  font-weight: 600;
}
.ggLink{
  color: #C9000D;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.policyBox{
  width: 80%;
  margin: 5rem auto 10rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.policyBox{
  width: 85%;
  margin: 5rem auto 6rem;
}
.policyBox span{
  display: inline-block;
  font-weight: 600;
}
.ggLink{
  color: #C9000D;
}
}
/*-----------------------------------------------------------

SITEMAP

-------------------------------------------------------------*/
.sitemapBox{
  margin: 4rem 0 6rem;
}
.sitemapBoxInner{
  width: 75%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sitemapBoxInnerList{
  margin-left: 0rem;
  letter-spacing: 0.05em;
}
.sitemapBoxInnerList li{
  font-size: 1.4rem;
  padding: 0.4rem 0;
  padding-left: 1rem;
  margin-bottom: 1.6rem;
  white-space: nowrap;
  line-height: 1;
}
.sitemapBoxInnerList li.parent{
  font-size: 1.6rem;
  font-weight: 600;
  border-left: 5px solid #C9000D;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.sitemapBoxInner {
  width: 82%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sitemapBoxInnerList {
  margin-left: 0rem;
  letter-spacing: 0.05em;
  margin-right: 6rem;
  margin-bottom: 3rem;
}
.sitemapBoxInnerList li.parent {
  font-size: 1.4rem;
  font-weight: 600;
  border-left: 5px solid #C9000D;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.sitemapBox{
  margin: 4rem 0 6rem;
}
.sitemapBoxInner{
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.sitemapBoxInnerList{
  margin-left: 0rem;
  letter-spacing: 0.05em;
  margin-bottom: 3rem;
}
.sitemapBoxInnerList li{
  font-size: 1.4rem;
  padding: 0.4rem 0;
  padding-left: 1rem;
  margin-bottom: 1.6rem;
  white-space: nowrap;
  line-height: 1;
}
.sitemapBoxInnerList li.parent{
  font-size: 1.6rem;
  font-weight: 600;
  border-left: 5px solid #C9000D;
}
}
/*-----------------------------------------------------------

404

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

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

OTHER

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

.anim-wrapper {
  width: 29.4rem;
  position: absolute;
  right: 0rem;
  left: 0;
  top: 0rem;
  z-index: 2;
  margin: auto;
  /*background: #aaa;*/
}
.elem {
  animation: move 12s linear infinite;
  width: 8rem;
  height: 10rem;
}
@keyframes move {
  0% {
    transform: translate(2rem , 4rem) rotate(0);
  }
  30% {
   transform: translate(10rem , -10rem) rotate(0);
  }
  50% {
   transform: translate(20rem , 4rem) rotate(0);
  }
  80% {
   transform: translate(10rem , -10rem) rotate(0);
  }
  100% {
    transform: translate(2rem , 4rem) rotate(0);
  }
}
.elem_img{
  animation: flip 12s linear infinite;
}
@keyframes flip {
  0% {
    transform: scaleX(-1);
  }
  50% {
    transform: scaleX(-1);
  }
  51% {
    transform: scaleX(1);
  }
  98% {
    transform: scaleX(1);
  }
  99% {
    transform: scaleX(-1);
  }
  100% {
    transform: scaleX(-1);
  }
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.anim-wrapper {
  width: 29.4rem;
  position: absolute;
  right: 0rem;
  left: 0;
  top: 0rem;
  z-index: 2;
  margin: auto;
  /*background: #aaa;*/
}
.elem {
  animation: move 12s linear infinite;
  width: 6rem;
  height: 8rem;
}
@keyframes move {
  0% {
    transform: translate(4rem , 6rem) rotate(0);
  }
  30% {
   transform: translate(11rem , -7rem) rotate(0);
  }
  50% {
   transform: translate(20rem , 6rem) rotate(0);
  }
  80% {
   transform: translate(12rem , -6rem) rotate(0);
  }
  100% {
    transform: translate(4rem , 6rem) rotate(0);
  }
}
.elem_img{
  animation: flip 12s linear infinite;
}
@keyframes flip {
  0% {
    transform: scaleX(-1);
  }
  50% {
    transform: scaleX(-1);
  }
  51% {
    transform: scaleX(1);
  }
  98% {
    transform: scaleX(1);
  }
  99% {
    transform: scaleX(-1);
  }
  100% {
    transform: scaleX(-1);
  }
}
}
/*-----------------------------------------------------------

EFFECT

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

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