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

@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
html {
  width: 100%;
  font-size: calc(100vw / 899 * 10);
}
a{
  color: inherit;
    -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
}
a:hover{
  opacity: 0.5;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
}
}
@media only screen and (max-width: 599px) {
html {
  width: 100%;
  font-size: calc(100vw / 375 * 10);
}
a{
  color: inherit;
    -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
}
a:hover{
  opacity: 0.5;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
}
}

body {
  position: relative;
  width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-family: 'source-han-sans-japanese','Noto Sans JP', "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.4rem;
  font-weight: 200;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
  background-color: #fff;
  color: #454545;
}

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

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

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

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

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

.f_en{
  font-family: 'Source Sans Pro', sans-serif;
}
/*-----------------------------------------------------------

component

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

cmn laypout

-------------------------------------------------------------*/
.header{
  width: 100%;
  position: absolute;
  padding-left: 4rem;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
}
.h_logo{
  display: block;
  width: 12rem;
  margin-top: 4rem;
}

.headerSub .h_logo{
  margin-top: 2rem;
}
.headerNav{
  width: 86%;
  
}
.headerNavList{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 400;
}
.headerNavList_item a{
  padding: 2rem 3rem;
  display: block;
  color: #fff;
}
.headerNavList_item02 a{
  padding: 3.5rem 0;
  background: #00000052;
  color: #fff;
  display: block;
  margin-left: 2rem;
  width: 18rem;
  text-align: center;
}
.headerNavList_item03 a{
  padding: 3.5rem 0;
  background: #000000a1;
  color: #fff;
  display: block;
  width: 18rem;
  text-align: center;
}

.gNav{
  border-bottom: 1px solid #B5B5B5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.4s ease-out;
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.gNav.transform{
  position: fixed;
  top: 0;
  bottom: unset;
  width: 100%;
  z-index: 3000;

}
.gNavLogo{
  margin-left: 3rem;
  width: 14.5rem;
}
.gNavList{
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 400;
}
.gNavList_item a{
  padding: 2rem 3rem;
  display: block;
}
.gNavList_item02 a{
  padding: 2rem 0;
  background: #838383;
  color: #fff;
  display: block;
  margin-left: 2rem;
  width: 18rem;
  text-align: center;
}
.gNavList_item03 a{
  padding: 2rem 0;
  background: #454545;
  color: #fff;
  display: block;
  width: 18rem;
  text-align: center;
}

.ft_top{
  background: url(../../src/img/ft_top_img.png) center center no-repeat;
  background-size: cover;
  padding: 12rem 0;
}
.ft_topTxt{
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
.ft_topList{
  width: 55%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ft_topList li{
  width: 44%;
}
.ft_topList li a{
  border: 1px solid #fff;
  display: block;
  text-align: center;
  color: #fff;
  padding: 2rem 0;
  font-size: 2rem;
  font-weight: 500;
}
.ft_btm{
  background: #F1F1F1;
  padding: 8rem 0;
}
.ft_btmInner{
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.ft_btmInnerL{
  width: 35%;
}
.ft_btmInnerL_logo{
  width: 9rem;
  display: block;
  margin-bottom: 3rem;
}
.ft_btmInnerL_img{
  margin-bottom: 2rem;
}
.ft_btmInnerL_box{

}
.ft_btmInnerL_boxTxt01{
  margin-bottom: 1rem;
}
.ft_btmInnerR{
  width: 50%;
}
.ft_btmInnerR_ttl{
  font-size: 2rem;
  margin-bottom: 3rem;
  font-weight: 500;
}
.ft_btmInnerR_list{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.ft_btmInnerR_listItem{
  width: 42%;
  margin-bottom: 4rem;
}
.ft_btmInnerR_listItem ul{

}
.ft_btmInnerR_listItem ul li a{
  display: block;
}
.ft_btmInnerR_listItem ul li:first-child a{
  font-weight: 600;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #707070;
  line-height: 1;
  display: flex;
  align-items: center;
}
.ft_btmInnerR_listItem ul li:first-child a.ft_policy{
  font-weight: 200;
}
.ft_btmInnerR_listItem ul li:first-child a img{
  width: 1.3rem;
  margin-right: 0.8rem;
}
.ft_btmInnerR_listItem ul li:nth-child(n + 2) a{
  margin-bottom: 2rem;
  padding-left: 1.6rem;
  position: relative;
  line-height: 1;
}
.ft_btmInnerR_listItem ul li:nth-child(n + 2) a:before{
  content: "";
  height: 1px;
  width: 0.8rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #707070;
}

.copyRight{
  background: #454545;
  color: #fff;
  line-height: 1;
  padding: 0.8rem 0;
  text-align: center;
}
.navTglOpen,.navBox{
  display: none;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.header{
  width: 100%;
  position: fixed;
  padding-left: 0rem;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  top: 0;
  background: #00000090;
  border-bottom: 1px solid #fff;
}
.h_logo{
  display: block;
  width: 9rem;
  margin-top: 0rem;
  position: relative;
  padding: 1rem 1rem;
  z-index: 9999;
}

.headerSub .h_logo{
  margin-top: 0rem;
}
.headerNav{
  width: 86%;
  display: none;
}
/*.headerNavList{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 400;
}
.headerNavList_item a{
  padding: 2rem 3rem;
  display: block;
  color: #fff;
}
.headerNavList_item02 a{
  padding: 3.5rem 0;
  background: #00000052;
  color: #fff;
  display: block;
  margin-left: 2rem;
  width: 18rem;
  text-align: center;
}
.headerNavList_item03 a{
  padding: 3.5rem 0;
  background: #000000a1;
  color: #fff;
  display: block;
  width: 18rem;
  text-align: center;
}*/

.gNav{
  border-bottom: 1px solid #B5B5B5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.4s ease-out;
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: none;
}
/*.gNav.transform{
  position: fixed;
  top: 0;
  bottom: unset;
  width: 100%;
  z-index: 3000;

}
.gNavLogo{
  margin-left: 3rem;
  width: 14.5rem;
}
.gNavList{
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 400;
}
.gNavList_item a{
  padding: 2rem 3rem;
  display: block;
}
.gNavList_item02 a{
  padding: 2rem 0;
  background: #838383;
  color: #fff;
  display: block;
  margin-left: 2rem;
  width: 18rem;
  text-align: center;
}
.gNavList_item03 a{
  padding: 2rem 0;
  background: #454545;
  color: #fff;
  display: block;
  width: 18rem;
  text-align: center;
}*/


/* hmb menu */
.navTglOpen{
  width: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9999;
  padding: 1rem;
  border-left: 1px solid #fff;
}
.navTglOpen img{
  width: 3rem;
}
.navTglOpen .navIco_open{
  display: block;
}
.navTglOpen .navIco_close{
  display: none;
}
.navTglOpen.active .navIco_open{
  display: none;
}
.navTglOpen.active .navIco_close{
  display: block;
}
.navBox {
  visibility: hidden;
  z-index: 8888;
  position: fixed;
  top: 0rem;
  right: 0rem;
  width: 50%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease;
  background: #717171;
  padding: 8rem 3rem 5rem;
  display: block;
  mix-blend-mode: color;
}
.navBox.active {
  visibility: visible;
  opacity: 1;
  overflow: auto;
  transition: 0.5s ease;
  -ms-overflow-style: none; 
  scrollbar-width: none;
}
.navBox.active::-webkit-scrollbar {
  display:none;
}
.navBoxList{
  position: relative;
  z-index: 1;
  padding: 3rem 0;
  width: 85%;
  margin: 0 auto;
  font-weight: 500;
}
.navBoxList_item{
  padding: 2rem 0;
  border-bottom: 1px solid #fff;
  line-height: 1;
  margin-bottom: 0rem;
  color: #fff;
}
.navBoxList_item a{
  display: block;
}
.navBoxList_item02{
  padding: 2rem 0;
  border-bottom: 1px solid #fff;
  line-height: 1;
  margin-bottom: 0rem;
  color: #fff;
}
.navBoxList_item03{
  padding: 2rem 0;
  border-bottom: 1px solid #fff;
  line-height: 1;
  margin-bottom: 0rem;
  color: #fff;
}
.ft_topList {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ft_btmInner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.ft_btmInnerR {
  width: 58%;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.header{
  width: 100%;
  position: fixed;
  padding-left: 0rem;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  top: 0;
  background: #00000090;
  border-bottom: 1px solid #fff;
}
.h_logo{
  display: block;
  width: 13rem;
  margin-top: 0rem;
  position: relative;
  padding: 1.6rem 1rem;
  z-index: 9999;
}

.headerSub .h_logo{
  margin-top: 0rem;
}
.headerNav{
  width: 86%;
  display: none;
}
/*.headerNavList{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 400;
}
.headerNavList_item a{
  padding: 2rem 3rem;
  display: block;
  color: #fff;
}
.headerNavList_item02 a{
  padding: 3.5rem 0;
  background: #00000052;
  color: #fff;
  display: block;
  margin-left: 2rem;
  width: 18rem;
  text-align: center;
}
.headerNavList_item03 a{
  padding: 3.5rem 0;
  background: #000000a1;
  color: #fff;
  display: block;
  width: 18rem;
  text-align: center;
}*/

.gNav{
  border-bottom: 1px solid #B5B5B5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.4s ease-out;
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: none;
}
/*.gNav.transform{
  position: fixed;
  top: 0;
  bottom: unset;
  width: 100%;
  z-index: 3000;

}
.gNavLogo{
  margin-left: 3rem;
  width: 14.5rem;
}
.gNavList{
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 400;
}
.gNavList_item a{
  padding: 2rem 3rem;
  display: block;
}
.gNavList_item02 a{
  padding: 2rem 0;
  background: #838383;
  color: #fff;
  display: block;
  margin-left: 2rem;
  width: 18rem;
  text-align: center;
}
.gNavList_item03 a{
  padding: 2rem 0;
  background: #454545;
  color: #fff;
  display: block;
  width: 18rem;
  text-align: center;
}*/


/* hmb menu */
.navTglOpen{
  width: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9999;
  padding: 1rem;
  border-left: 1px solid #fff;
}
.navTglOpen img{
  width: 3rem;
}
.navTglOpen .navIco_open{
  display: block;
}
.navTglOpen .navIco_close{
  display: none;
}
.navTglOpen.active .navIco_open{
  display: none;
}
.navTglOpen.active .navIco_close{
  display: block;
}
.navBox {
  visibility: hidden;
  z-index: 8888;
  position: fixed;
  top: 0rem;
  right: 0rem;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease;
  background: #717171;
  padding: 8rem 3rem 5rem;
  display: block;
  mix-blend-mode: color;
}
.navBox.active {
  visibility: visible;
  opacity: 1;
  overflow: auto;
  transition: 0.5s ease;
  -ms-overflow-style: none; 
  scrollbar-width: none;
}
.navBox.active::-webkit-scrollbar {
  display:none;
}
.navBoxList{
  position: relative;
  z-index: 1;
  padding: 3rem 0;
  width: 85%;
  margin: 0 auto;
  font-weight: 500;
}
.navBoxList_item{
  padding: 2rem 0;
  border-bottom: 1px solid #fff;
  line-height: 1;
  margin-bottom: 0rem;
  color: #fff;
}
.navBoxList_item a{
  display: block;
}
.navBoxList_item02{
  padding: 2rem 0;
  border-bottom: 1px solid #fff;
  line-height: 1;
  margin-bottom: 0rem;
  color: #fff;
}
.navBoxList_item03{
  padding: 2rem 0;
  border-bottom: 1px solid #fff;
  line-height: 1;
  margin-bottom: 0rem;
  color: #fff;
}
.navBoxList_item_banner{
  width: 100%;
  padding: 2rem 0;
}

.ft_top{
  background: url(../../src/img/sp/ft_top_img@2x.png) center center no-repeat;
  background-size: 100% 100%;
  padding: 4rem 0;
}
.ft_topTxt{
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
.ft_topList{
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.ft_topList li{
  width: 100%;
}
.ft_topList li + li{
  margin-top: 2rem;
}
.ft_topList li a{
  border: 1px solid #fff;
  display: block;
  text-align: center;
  color: #fff;
  padding: 1.6rem 0;
  font-size: 1.4rem;
  font-weight: 500;
}
.ft_btm{
  background: #F1F1F1;
  padding: 5rem 0 4rem;
}
.ft_btmInner{
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
}
.ft_btmInnerL{
  width: 60%;
  margin: 0 auto;
}
.ft_btmInnerL_logo{
  width: 9rem;
  display: block;
  margin: 0 auto 2rem;
}
.ft_btmInnerL_img{
  margin-bottom: 1rem;
}
.ft_btmInnerL_box{

}
.ft_btmInnerL_boxTxt01{
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.ft_btmInnerL_boxTxt02{
  font-size: 1rem;
}
.ft_btmInnerR{
  width: 100%;
  margin-bottom: 7rem;
}
.ft_btmInnerR_ttl{
  font-size: 2rem;
  margin-bottom: 3rem;
  font-weight: 500;
  display: none;
}
.ft_btmInnerR_listSP{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.ft_btmInnerR_listSPItem{
  width: 100%;
  padding: 0 3rem;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #707070;
}
.ft_btmInnerR_listSPItem:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.ft_btmInnerR_listSPItem_tgl{
  background: url(../../src/img/sp/ft_ac_on.png) right center no-repeat;
  background-size: 1.5rem 1.5rem;
  font-weight: 400;
}
.ft_btmInnerR_listSPItem_tgl.on{
  background: url(../../src/img/sp/ft_ac_off.png) right center no-repeat;
  background-size: 1.5rem 1.5rem;
}
.ft_btmInnerR_listSPItem_link{

}
.ftSP_acBox{
  padding: 1rem;
  margin-top: 1rem;
  display: none;
}
.ftSP_acBox ul{

}
.ftSP_acBox ul li a{
  display: block;
}

.ft_btmInnerR_listSPItem .ft_policy{
  font-weight: 200;
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.ft_btmInnerR_listSPItem .ft_policy img{
  width: 1.3rem;
  margin-right: 0.8rem;
}
.ftSP_acBox ul li a{
  margin-bottom: 2rem;
  padding-left: 1.6rem;
  position: relative;
  line-height: 1;
}
.ftSP_acBox ul li a:before{
  content: "";
  height: 1px;
  width: 0.8rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #707070;
}
.ftSP_acBox ul li:last-child a{
  margin-bottom: 0;
}
.copyRight{
  background: #454545;
  color: #fff;
  line-height: 1;
  padding: 0.8rem 0;
  text-align: center;
  font-size: 1.2rem;
}
}
/*-----------------------------------------------------------

TOP

-------------------------------------------------------------*/
.mainContent{
  position: relative;
  overflow: hidden;
}
.mainV{
  position: relative;
  z-index: 10;
  padding-bottom: 6rem;
}
.mainV_ttl{
  position: absolute;
  height: 5.5rem;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  color: #fff;
  width: 100%;
}
.mainV_ttl_jp{
  font-size: 2rem;
}
.mainV_ttl_en{
  font-size: 1.2rem;
  font-weight: 600;
}

.topAbout{
  width: 80%;
  margin: 10rem auto 18rem;
}
.topAboutMain{
  position: relative;
  margin-bottom: 6rem;
}
.cmnTtl01{
  position: absolute;
  height: 5.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.cmnTtl01_jp{
  font-size: 2rem;
}
.cmnTtl01_en{
  font-size: 1.2rem;
  font-weight: 600;
}
.topAboutCont{

}
.cmnTtl02{
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 3rem;
}
.topAboutIntro{
  margin-bottom: 4rem;
}
.topAboutIntro h3{
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 1.6rem;
}
.topAboutIntro p{
  text-align: center;
}
.topAboutContList{
  width: 85%;
  margin: 0 auto 8rem;
  display: flex;
  justify-content: space-between;
}
.topAboutContList li{
  width: 17%;
}
.topAboutContList_itemLink{
  display: block;
}
.topAboutContList_itemLink img{
  margin-bottom: 1rem;
}
.topAboutContList_itemLink h4{
  font-size: 1.6rem;
  font-weight: 600;
}
.topAboutContList_itemLink p{
  font-size: 1.2rem;
  padding: 0.2rem 0;
  padding-left: 0.6rem;
  border-left: 1px solid #707070;
  line-height: 1;
}
.cmnBtn01Box{
  display: flex;
  justify-content: center;
}
.cmnBtn01{
  font-size: 1.2rem;
  position: relative;
  display: block;
  width: 22rem;
  line-height: 1;
  border: 1px solid #707070;
  display: flex;
  justify-content: center;
  padding: 1.5rem 0;
  font-weight: 500;
  background: #fff;
}
.cmnBtn01 p{
  padding-right: 6rem;
  position: relative;
}
.cmnBtn01 p:before,
.cmnBtn01 p:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: -0.6rem;
  margin: auto;
  height: 1px;
  border-radius: 10px;
  background: #454545;
  -moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out;
}
.cmnBtn01 p:before {
  width: 5rem;
  content: '';
  right: 0rem;
  top: 0;
}
.cmnBtn01 p:after {
  width: 1rem;
  transform-origin: right center;
  transform: rotate(40deg);
  content: '';
  right: 0rem;
}
.topService{
  width: 80%;
  margin: 10rem auto 18rem;
}
.topServiceMain{
  position: relative;
  margin-bottom: 6rem;
}
.topServiceCont{

}
.topServiceIntro{
  margin-bottom: 4rem;
}
.topServiceIntro h3{
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 1.6rem;
}
.topServiceIntro p{
  text-align: center;
}
.topServiceContList{
  width: 100%;
  margin: 0 auto 8rem;
  display: flex;
  justify-content: space-between;
}
.topServiceContList li{
  width: 14%;
}
.topServiceContList_itemLink{
  display: block;
}
.topServiceContList_itemLink img{
  margin-bottom: 1rem;
}
.topServiceContList_itemLink h4{
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 140%;
}
.topServiceContList_itemLink p{
  font-size: 1.2rem;
  padding: 0.2rem 0;
  padding-left: 0.6rem;
  border-left: 1px solid #707070;
  line-height: 1;
  margin-top: 0.7rem;
}
.topGoGarage{
  width: 80%;
  margin: 10rem auto 18rem;
}
.topGoGarageCont{

}
.topGoGarageIntro{
  margin-bottom: 4rem;
}
.topGoGarageIntro h3{
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 1.6rem;
}
.topGoGarageIntro p{
  text-align: center;
}
.topGoGarageContList{
  width: 100%;
  margin: 0 auto 8rem;
  display: flex;
  justify-content: space-between;
}
.topGoGarageContList li{
  width: 23%;
}
.topGoGarageContList_itemLink{
  display: block;
}
.topGoGarageContList_itemLink img{
  margin-bottom: 1rem;
}
.topGoGarageContList_itemLink h4{
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
.topGoGarageContList_itemLink p{
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
}
.topInterview{
  position: relative;
  padding-top: 12rem;
  margin-bottom: 18rem;
}
.topInterview:before{
  content: "";
  width: 100%;
  height: 52rem;
  background: #454545;
  position: absolute;
  left: 0;
  top: 0;
}
.topInterviewBox{
  position: relative;
  z-index: 1;
}
.cmnTtl02--topInterview{
  color: #fff;
  margin-bottom: 5rem;
}
.topInterviewList{
  width: 85%;
  margin: 0 auto 6rem;
}
.topInterviewList .slick-prev {
    left: -4.6rem;
    top: 26rem;
    width: 1.3rem;
    height: 2.7rem;
}
.topInterviewList .slick-prev:before {
    content: '';
    background: url(../../src/img/slick_prev.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 1.3rem;
    height: 2.7rem;
    display: block;
}
.topInterviewList .slick-next {
    right: -4.6rem;
    top: 26rem;
    width: 1.3rem;
    height: 2.7rem;
}
.topInterviewList .slick-next:before {
    content: '';
    background: url(../../src/img/slick_next.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 1.3rem;
    height: 2.7rem;
    display: block;
}
.topInterviewList li{
  margin: 0 2rem;
}
.topInterviewList_itemLink{
  display: block;
}
.topInterviewList_itemLink_img {
  width: 100%;
  height: 44.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 2rem;
  transition: all 0.2s ease-out;
}
.topInterviewList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: all 0.2s ease-out;
}
.topInterviewList_itemLink_ttl{
  line-height: 1;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-out;
}
.topInterviewList_itemLink_ttl_jp{
  font-size: 2rem;
  font-weight: 500;
  margin-right: 1rem;
}
.topInterviewList_itemLink_ttl_en{
  padding-top: 0.4rem;
}
.topInterviewList_itemLink_txt{
  font-weight: 500;
  transition: all 0.2s ease-out;
}
.topInterviewList_itemLink:hover{
  opacity: 1;
}
.topInterviewList_itemLink:hover .topInterviewList_itemLink_img img{
  transform: scale(1.1);
}
.topInterviewList_itemLink:hover .topInterviewList_itemLink_ttl{
  opacity: 0.5;
}
.topInterviewList_itemLink:hover .topInterviewList_itemLink_txt{
  opacity: 0.5;
}
.topJob{
  background: #DDDDDD;
  padding: 10rem 0;
  margin-bottom: 14rem;
}
.cmnTtl02--topJob{
  margin-bottom: 6rem;
}
.topJobList{
  width: 80%;
  margin: 0 auto 6rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topJobList::after {
  content: "";
  display: block;
  width: 30.5%;
}
.topJobList_item{
  width: 30.5%;
}
.topJobList_itemLink{
  display: block;
}
.topJobList_itemLink_img {
  width: 100%;
  height: 20.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 2rem;
}
.topJobList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.topJobList_itemLink_ttl{
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.topJobList_itemLink_info{

}
.topJobList_itemLink_info li{
  display: flex;
  margin-bottom: 1rem;
}
.topJobList_itemLink_info li h4{
  width: 30%;
  font-size: 1.4rem;
  font-weight: 400;
}
.topJobList_itemLink_info li p{
  width: 70%;
  font-weight: 400;
}
.topNews{
  width: 50%;
  margin: 0 auto 18rem;
}
.topNewsList{
  border-top: 1px solid #838383;
  margin-bottom: 8rem;
}
.topNewsList_item{
  border-bottom: 1px solid #838383;
}
.topNewsList_item:last-child{
  border-bottom: none;
}
.topNewsList_itemLink{
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topNewsList_itemLinkL {
  width: 15%;
  height: 9.8rem;
  position: relative;
  overflow: hidden;
  display: block;
}
.topNewsList_itemLinkL img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.topNewsList_itemLinkR{
  width: 80%;
}
.topNewsList_itemLinkR time{
  font-size: 1.6rem;
  display: block;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 1rem;
  line-height: 1;
}
.topNewsList_itemLinkR h3{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}
.topNewsList_itemLinkR h3 span{
  background: #838383;
  font-size: 1.1rem;
  color: #fff;
  line-height: 1;
  padding: 0.3rem 1rem;
  letter-spacing: 0;
}
.topNewsList_itemLinkR p{
  font-size: 1.2rem;
  letter-spacing: 0;
}
.topOfficial{
  width: 80%;
  margin: 0 auto 12rem;
}
.topOfficial a{
  display: block;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.topAbout {
  width: 100%;
  margin: 10rem auto 18rem;
}
.topService {
  width: 100%;
  margin: 10rem auto 18rem;
}
.topServiceContList {
  width: 95%;
  margin: 0 auto 8rem;
  display: flex;
  justify-content: space-between;
}
.topServiceContList_itemLink h4 {
  font-size: 1.6rem;
  font-weight: 600;
  white-space: nowrap;
}
.topGoGarage {
  width: 90%;
  margin: 10rem auto 18rem;
}
.topInterviewList {
  width: 100%;
  margin: 0 auto 10rem;
}
.topInterviewList .slick-dots{
    position: absolute;
    bottom: -4.5rem;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.topInterviewList .slick-dots li {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 1rem;
  padding: 0;
  cursor: pointer;
}
.topInterviewList .slick-dots li button:before {
  font-family: unset!important;
  font-size: 6px;
  line-height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  content: '•';
  text-align: center;
  color: #F1F1F1;
  background: #F1F1F1;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #F1F1F1;
}
.topInterviewList .slick-dots li.slick-active button:before{
    color:#838383;
    border-radius: 50%;
    background:#838383;
    border: 1px solid #838383;
}
.topInterviewList .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;
}
.topJobList {
  width: 90%;
  margin: 0 auto 6rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topNews {
  width: 90%;
  margin: 0 auto 18rem;
}
.topOfficial {
  width: 90%;
  margin: 0 auto 12rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainContent{
  position: relative;
  overflow: hidden;
}
.mainV{
  position: relative;
  z-index: 10;
  padding-bottom: 0rem;
}
.mainV_ttl{
  position: absolute;
  height: 5.5rem;
  top: -7rem;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  color: #fff;
  width: 100%;
}
.mainV_ttl_jp{
  font-size: 2rem;
}
.mainV_ttl_en{
  font-size: 1.2rem;
  font-weight: 600;
}

.topAbout{
  width: 100%;
  margin: 4rem auto 10rem;
}
.topAboutMain{
  position: relative;
  margin-bottom: 2rem;
}
.cmnTtl01{
  position: absolute;
  height: 4.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.cmnTtl01_jp{
  font-size: 1.4rem;
}
.cmnTtl01_en{
  font-size: 1rem;
  font-weight: 600;
}
.topAboutCont{

}
.cmnTtl02{
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2rem;
}
.topAboutIntro{
  margin-bottom: 3rem;
}
.topAboutIntro h3{
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 1.6rem;
}
.topAboutIntro p{
  text-align: center;
}
.topAboutContList{
  width: 90%;
  margin: 0 auto 1rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.topAboutContList li{
  width: 28%;
  margin: 0 0.7rem;
  margin-bottom: 3rem;
}
.topAboutContList_itemLink{
  display: block;
  letter-spacing: 0;
  white-space: nowrap;
}
.topAboutContList_itemLink img{
  margin-bottom: 0rem;

}
.topAboutContList_itemLink h4{
  font-size: 1.4rem;
  font-weight: 600;
}
.topAboutContList_itemLink p{
  font-size: 1rem;
  padding: 0.2rem 0;
  padding-left: 0.6rem;
  border-left: 1px solid #707070;
  line-height: 1;
}
.cmnBtn01Box{
  display: flex;
  justify-content: center;
}
.cmnBtn01{
  font-size: 1.2rem;
  position: relative;
  display: block;
  width: 32rem;
  line-height: 1;
  border: 1px solid #707070;
  display: flex;
  justify-content: center;
  padding: 1.8rem 0;
  font-weight: 500;
  background: #fff;
}
.cmnBtn01 p{
  padding-right: 6rem;
  position: relative;
}
.cmnBtn01 p:before,
.cmnBtn01 p:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: -0.6rem;
  margin: auto;
  height: 1px;
  border-radius: 10px;
  background: #454545;
  -moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out;
}
.cmnBtn01 p:before {
  width: 5rem;
  content: '';
  right: 0rem;
  top: 0;
}
.cmnBtn01 p:after {
  width: 1rem;
  transform-origin: right center;
  transform: rotate(40deg);
  content: '';
  right: 0rem;
}
.topService{
  width: 100%;
  margin: 0rem auto 10rem;
}
.topServiceMain{
  position: relative;
  margin-bottom: 2rem;
}
.topServiceCont{

}
.topServiceIntro{
  margin-bottom: 2rem;
}
.topServiceIntro h3{
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.topServiceIntro p{
  text-align: center;
}
.topServiceContList{
  width: 85%;
  margin: 0 auto 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topServiceContList li{
  width: 30%;
  margin-bottom: 3rem;
}
.topServiceContList_itemLink{
  display: block;
  letter-spacing: 0;
  white-space: nowrap;
}
.topServiceContList_itemLink img{
  margin-bottom: 0rem;
}
.topServiceContList_itemLink h4{
  font-size: 1.4rem;
  font-weight: 600;  
  margin-top: 0.5rem;
}
.topServiceContList_itemLink p{
  font-size: 1rem;
  padding: 0.2rem 0;
  padding-left: 0.6rem;
  border-left: 1px solid #707070;
  line-height: 1;
}
.topGoGarage{
  width: 85%;
  margin: 0rem auto 10rem;
}
.topGoGarageCont{

}
.topGoGarageIntro{
  margin-bottom: 2rem;
}
.topGoGarageIntro h3{
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 1.6rem;
}
.topGoGarageIntro p{
  text-align: center;
}
.topGoGarageContList{
  width: 100%;
  margin: 0 auto 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topGoGarageContList li{
  width: 48%;
  margin-bottom: 3rem;
}
.topGoGarageContList_itemLink{
  display: block;
  letter-spacing: 0;
}
.topGoGarageContList_itemLink img{
  margin-bottom: 0rem;
}
.topGoGarageContList_itemLink h4{
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}
.topGoGarageContList_itemLink p{
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}
.topInterview{
  position: relative;
  padding-top: 4rem;
  margin-bottom: 10rem;
}
.topInterview:before{
  content: "";
  width: 100%;
  height: 24rem;
  background: #454545;
  position: absolute;
  left: 0;
  top: 0;
}
.topInterviewBox{
  position: relative;
  z-index: 1;
}
.cmnTtl02--topInterview{
  color: #fff;
  margin-bottom: 3rem;
}
.topInterviewList{
  width: 100%;
  margin: 0 auto 8rem;
}
.topInterviewList .slick-prev {
    left: 1.6rem;
    top: 13rem;
    width: 1.3rem;
    height: 2.7rem;
}
.topInterviewList .slick-prev:before {
    content: '';
    background: url(../../src/img/slick_prev.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 1.3rem;
    height: 2.7rem;
    display: block;
}
.topInterviewList .slick-next {
    right: 1.6rem;
    top: 13rem;
    width: 1.3rem;
    height: 2.7rem;
}
.topInterviewList .slick-next:before {
    content: '';
    background: url(../../src/img/slick_next.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 1.3rem;
    height: 2.7rem;
    display: block;
}
.topInterviewList .slick-dots{
    position: absolute;
    bottom: -4.5rem;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.topInterviewList .slick-dots li {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 1rem;
  padding: 0;
  cursor: pointer;
}
.topInterviewList .slick-dots li button:before {
  font-family: unset!important;
  font-size: 6px;
  line-height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  content: '•';
  text-align: center;
  color: #F1F1F1;
  background: #F1F1F1;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #F1F1F1;
}
.topInterviewList .slick-dots li.slick-active button:before{
    color:#838383;
    border-radius: 50%;
    background:#838383;
    border: 1px solid #838383;
}
.topInterviewList .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;
}
.topInterviewList li{
  margin: 0 2rem;
}
.topInterviewList_itemLink{
  display: block;
}
.topInterviewList_itemLink_img {
  width: 100%;
  height: 25.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 1rem;
}
.topInterviewList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.topInterviewList_itemLink_ttl{
  line-height: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.topInterviewList_itemLink_ttl_jp{
  font-size: 1.6rem;
  font-weight: 500;
  margin-right: 1rem;
}
.topInterviewList_itemLink_ttl_en{
  padding-top: 0.8rem;
  font-size: 1.2rem;
}
.topInterviewList_itemLink_txt{
  font-weight: 500;
  font-size: 1.2rem;
}
.topJob{
  background: #DDDDDD;
  padding: 6rem 0 6rem;
  margin-bottom: 10rem;
}
.cmnTtl02--topJob{
  margin-bottom: 2rem;
}
.topJobList{
  width: 60%;
  margin: 0 auto 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topJobList::after {
  content: "";
  display: block;
  width: 100%;
}
.topJobList_item{
  width: 100%;
  margin-bottom: 3rem;
}
.topJobList_itemLink{
  display: block;
}
.topJobList_itemLink_img {
  width: 100%;
  height: 14.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 0rem;
}
.topJobList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.topJobList_itemLink_ttl{
  font-size: 1.4rem;
  margin-bottom: 0rem;
}
.topJobList_itemLink_info{

}
.topJobList_itemLink_info li{
  display: flex;
  margin-bottom: 0rem;
  letter-spacing: 0.05em;
}
.topJobList_itemLink_info li h4{
  width: 33%;
  font-size: 1.2rem;
  font-weight: 400;
}
.topJobList_itemLink_info li p{
  width: 67%;
  font-weight: 400;
  font-size: 1.2rem;
}
.topNews{
  width: 85%;
  margin: 0 auto 4rem;
}
.topNewsList{
  border-top: 1px solid #838383;
  margin-bottom: 3rem;
}
.topNewsList_item{
  border-bottom: 1px solid #838383;
}
.topNewsList_item:last-child{
  border-bottom: none;
}
.topNewsList_itemLink{
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.topNewsList_itemLinkL {
  width: 30%;
  height: 9.8rem;
  position: relative;
  overflow: hidden;
  display: block;
}
.topNewsList_itemLinkL img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.topNewsList_itemLinkR{
  width: 65%;
  padding-top: 1rem;
}
.topNewsList_itemLinkR time{
  font-size: 1.4rem;
  display: block;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0.6rem;
  line-height: 1;
}
.topNewsList_itemLinkR h3{
  display: inline-block;
  align-items: center;
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
  line-height: 1.6;
}
.topNewsList_itemLinkR h3 span{
  background: #838383;
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  padding: 0.1rem 1rem;
  letter-spacing: 0;
}
.topNewsList_itemLinkR p{
  font-size: 1.2rem;
  letter-spacing: 0;
  display: none;
}
.topOfficial{
  width: 85%;
  margin: 0 auto 8rem;
}
.topOfficial a{
  display: block;
}
}
/*-----------------------------------------------------------

ABOUT

-------------------------------------------------------------*/
.mainVSub{
  position: relative;
  z-index: 10;
  padding-bottom: 0;
}
.mainVSub_ttl{
  position: absolute;
  height: 7.5rem;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  color: #fff;
  width: 100%;
}
.mainVSub_ttl_en{
  font-size: 2.5rem;
  font-weight: 600;
}
.mainVSub_ttl_jp{
  font-size: 1.2rem;
}
.punkuz{
  width: 80%;
  margin: 2rem auto 2rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.punkuz li{
  margin-right: 1rem;
  letter-spacing: 0;
  font-size: 1.2rem;
}
.punkuz li a{
  margin-right: 1.2rem;
}
.punkuz li br{
  display: none;
}
.aboutMessage{
  padding-top: 6rem;
  width: 70%;
  margin: 0 auto 10rem;
}
.cmnTtl03Box{
  display: flex;
  justify-content: center;
  margin-bottom: 6rem;
}
.cmnTtl03{
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.cmnTtl03_en{
  font-size: 2.5rem;
  font-weight: 600;
  padding-right: 2rem;
  border-right: 1px solid #707070;
}
.cmnTtl03_jp{
  padding-left: 2rem;
  font-size: 1.2rem;
}
.aboutMessageInner{
  display: flex;
  justify-content: space-between;
}
.aboutMessageInnerL{
  width: 50%;
  position: relative;
}
.aboutMessageInnerL_box{
  position: absolute;
  z-index: 1;
  background: #F1F1F1;
  padding: 2rem;
  left: -10rem;
  bottom: 13rem;
}
.aboutMessageInnerL_box_txt01{
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.aboutMessageInnerL_box_txt02{
  line-height: 1;
  margin-bottom: 2rem;
}
.aboutMessageInnerL_box_txt03{
  line-height: 1;
  font-weight: 500;
}
.aboutMessageInnerR{
  width: 45%;
  padding-top: 4rem;
}
.aboutMessageInnerR_ttl{
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
.aboutMessageInnerR_ttl_jp{
  margin-right: 2rem;
  font-weight: 400;
  font-size: 1.4rem;
}
.aboutMessageInnerR_ttl_en{
  font-size: 2rem;
  font-weight: 500;
}
.aboutMessageInnerR_txt01{
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: 400;
}
.aboutCred{
  background: #DDDDDD;
  padding: 10rem 0;
}
.cmnTtl03Box--aboutCred{
  margin-bottom: 4rem;
}
.aboutCredList{

}
.aboutCredList li{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
.aboutCredList li:last-child{
  margin-bottom: 0;
}
.aboutCredList li h3{
  font-size: 1.8rem;
  font-weight: 600;
}
.aboutInfo{
  background: url(../../src/img/about_info_bg.png) 0 0 no-repeat;
  background-size: 100% auto;
  padding-top: 10rem;
  margin-bottom: 16rem;
}
.cmnTtl03Box--aboutInfo{
  margin-bottom: 10rem;
}
.cmnTtl03Box--aboutInfo .cmnTtl03{
  color: #fff;
}
.cmnTtl03Box--aboutInfo .cmnTtl03_en{
  border-right: 1px solid #fff;
}
.aboutInfoInner{
  width: 80%;
  margin: 0 auto;
  height: 194rem;
}
.aboutShop{
  margin-bottom: 16rem;
}
.aboutShopInner{
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.aboutShopInnerList{
  position: relative;
  height: 81.5rem;
  z-index: 1;
}
.aboutShopInnerList_item{
  position: absolute;
}
.aboutShopInnerList_item01{
  left: 0;
  top: 7rem;
}
.aboutShopInnerList_item02{
  left: 0;
  top: 24rem;
}
.aboutShopInnerList_item03{
  right: 0;
  top: 6.4rem;
}
.aboutShopInnerList_item04 {
  right: 0;
  top: 32.1rem;
}
.aboutShopInnerList_item05 {
  right: 0;
  top: 44.5rem;
}
.aboutShopInnerList_item06{
  right: 0;
  bottom: 13.6rem;
}
.aboutShopInnerList_item07{
  right: 0;
  bottom: 1.5rem;
}
.aboutShopInnerList_item08{
  left: 0;
  top: 40rem;
}
.aboutShopInnerList_item09{
  right: 0;
  top: 18.4rem;
}
.aboutShopInnerList_itemLink{
  display: flex;
}
.aboutShopInnerList_item:nth-child(-n + 2) .aboutShopInnerList_itemLinkL{
  width: 12rem;
}
.aboutShopInnerList_item:nth-child(n + 3) .aboutShopInnerList_itemLinkL{
  width: 9rem;
}
.aboutShopInnerList_itemLinkL{
  margin-right: 1rem;
}
.aboutShopInnerList_item:nth-child(-n + 2) .aboutShopInnerList_itemLinkR{
  width: 19rem;
}
.aboutShopInnerList_item:nth-child(n + 3) .aboutShopInnerList_itemLinkR{
  width: 22rem;
}
.aboutShopInnerList_item08 .aboutShopInnerList_itemLinkL{
  width: 12rem!important;
}
.aboutShopInnerList_item08 .aboutShopInnerList_itemLinkR{
  width: 19rem!important;
}
.aboutShopInnerList_itemLinkR{
  color: #707070;
}
.aboutShopInnerList_itemLinkR h3{
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.aboutShopInnerList_itemLinkR h3 span{
  background: #838383;
  font-size: 1.1rem;
  color: #fff;
  line-height: 1;
  padding: 0.3rem 0.6rem;
  letter-spacing: 0;
  margin-right: 0.6rem;
}
.aboutShopInnerList_itemLinkR p{
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0;
}
@media only screen and (max-width: 1130px) {
.aboutShopInnerList_item05 .aboutShopInnerList_itemLinkR p br.is_pc{
  display: none!important;
}
}
.about_shop_bg{
  position: absolute;
  top: 0;
  left: 0;
}
.aboutCompany{
  width: 55%;
  margin: 0 auto 16rem;
}
.aboutCompanyList{
  border-top: 1px solid #838383;
  margin-bottom: 8rem;
}
.aboutCompanyList li{
  border-bottom: 1px solid #838383;
  padding: 2rem 0;
  display: flex;
}
.aboutCompanyList li h3{
  width: 20%;
  font-size: 1.6rem;
  font-weight: 500;
}
.aboutCompanyList li p{
  width: 80%;
  font-size: 1.6rem;
  letter-spacing: 0;
}
.aboutCompanyMap{

}
.aboutCompanyMap iframe{
  width: 100%;
  height: 29rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.aboutMessage {
  padding-top: 6rem;
  width: 90%;
  margin: 0 auto 10rem;
}
.aboutMessageInnerL_box {
  position: absolute;
  z-index: 1;
  background: #F1F1F1;
  padding: 2rem;
  left: -3rem;
  bottom: 6rem;
}
.aboutInfoInner {
  width: 95%;
  margin: 0 auto;
  height: 152rem
}
.aboutShop {
  margin-bottom: -3rem;
}
.aboutShopInner {
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.aboutShopInnerList_itemLink {
  display: flex;
  align-items: center;
}
.aboutShopInnerList_item:nth-child(-n + 2) .aboutShopInnerList_itemLinkL {
  width: 9rem;
}
.aboutShopInnerList_item:nth-child(n + 3) .aboutShopInnerList_itemLinkL {
  width: 7rem;
}
.aboutShopInnerList_item08 .aboutShopInnerList_itemLinkL{
  width: 9rem!important;
}
.aboutShopInnerList_item08 .aboutShopInnerList_itemLinkR{
  width: 19rem!important;
}
.aboutShopInnerList_item01 {
  left: 0;
  top: 6rem;
}
.aboutShopInnerList_item02 {
  left: 0;
  top: 19rem;
}
.aboutShopInnerList_item03 {
  right: 0;
  top: 4rem;
}
.aboutShopInnerList_item04 {
  right: 0;
  top: 25.4rem;
}
.aboutShopInnerList_item05 {
  right: 0;
  top: 35rem;
}
.aboutShopInnerList_item06 {
  right: 0;
  bottom: 28.3rem;
}
.aboutShopInnerList_item07 {
  right: 0;
  bottom: 19rem;
}
.aboutShopInnerList_item08 {
  left: 0;
  top: 31.6rem;
}
.aboutShopInnerList_item09 {
  right: 0;
  top: 14.4rem;
}
.aboutShopInnerList_itemLinkR p {
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0;
}
.aboutCompany {
  width: 80%;
  margin: 0 auto 16rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainVSub{
  position: relative;
  z-index: 10;
  padding-bottom: 0;
}
.mainVSub_ttl{
  position: absolute;
  height: 4.5rem;
  top: 1rem;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  color: #fff;
  width: 100%;
}
.mainVSub_ttl_en{
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}
.mainVSub_ttl_jp{
  font-size: 1rem;
}
.punkuz{
  width: 80%;
  margin: 2rem auto 2rem;
  display: flex;
  align-items: center;
  white-space: normal;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}
.punkuz li{
  margin-right: 0.8rem;
  letter-spacing: 0;
  font-size: 1rem;
}
.punkuz li a{
  margin-right: 0.8rem;
}
.punkuz li br{
  display: none;
}
.aboutMessage{
  padding-top: 1rem;
  width: 80%;
  margin: 0 auto 6rem;
}
.cmnTtl03Box{
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.cmnTtl03{
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.cmnTtl03_en{
  font-size: 2rem;
  font-weight: 600;
  padding-right: 1rem;
  border-right: 1px solid #707070;
}
.cmnTtl03_jp{
  padding-left: 1rem;
  font-size: 1.2rem;
}
.aboutMessageInner{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.aboutMessageInnerL{
  width: 80%;
  position: relative;
  margin: 0 auto 3rem;
  display: flex;
  flex-direction: column-reverse;
}
.aboutMessageInnerL_box{
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0rem;
  left: 0rem;
  bottom: 0rem;
  margin-top: 1rem;
}
.aboutMessageInnerL_box_txt01{
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1rem;
}
.aboutMessageInnerL_box_txt02{
  line-height: 1;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.aboutMessageInnerL_box_txt03{
  line-height: 1;
  font-weight: 500;
  font-size: 1.2rem;
}
.aboutMessageInnerR{
  width: 100%;
  padding-top: 0rem;
}
.aboutMessageInnerR_ttl{
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  letter-spacing: 0em;
  white-space: nowrap;
}
.aboutMessageInnerR_ttl_jp{
  margin-right: 2rem;
  font-weight: 400;
  font-size: 1.4rem;
}
.aboutMessageInnerR_ttl_en{
  font-size: 2rem;
  font-weight: 500;
}
.aboutMessageInnerR_txt01{
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0em;
  white-space: nowrap;
}
.aboutMessageInnerR_txt02{
  letter-spacing: 0em;
}
.aboutCred{
  background: #DDDDDD;
  padding: 6rem 0;
}
.cmnTtl03Box--aboutCred{
  margin-bottom: 4rem;
}
.aboutCredList{

}
.aboutCredList li{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
.aboutCredList li:last-child{
  margin-bottom: 0;
}
.aboutCredList li h3{
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}
.aboutCredList li p{
  text-align: center;
}
.aboutInfo{
  background: url(../../src/img/sp/about_info_bg@2x.png) 0 0 no-repeat;
  background-size: 100% auto;
  padding-top: 4rem;
  margin-bottom: 6rem;
}
.cmnTtl03Box--aboutInfo{
  margin-bottom: 3rem;
}
.cmnTtl03Box--aboutInfo .cmnTtl03{
  color: #fff;
}
.cmnTtl03Box--aboutInfo .cmnTtl03_en{
  border-right: 1px solid #fff;
}
.aboutInfoInner{
  width: 92%;
  margin: 0 auto;
  height: 131rem
}
.aboutShop{
  margin-bottom: 8rem;
}
.aboutShopInner{
  width: 80%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
.aboutShopInnerList{
  position: relative;
  height: auto;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.aboutShopInnerList_item{
  position: relative;
  margin-bottom: 2rem;
}
.aboutShopInnerList_item01{
  left: 0;
  top: 0;
  order: 0;
}
.aboutShopInnerList_item02{
  left: 0;
  top: 0;
  order: 1;
}
.aboutShopInnerList_item03{
  left: 0;
  top: 0;
  order: 4;
}
.aboutShopInnerList_item04{
  left: 0;
  top: 0;
  order: 6;
}
.aboutShopInnerList_item05{
  left: 0;
  top: 0;
  order: 7;
}
.aboutShopInnerList_item06{
  left: 0;
  top: 0;
  order: 8;
}
.aboutShopInnerList_item07{
  left: 0;
  top: 0;
  order: 9;
}
.aboutShopInnerList_item08 {
  left: 0;
  top: 0;
  order: 2;
}
.aboutShopInnerList_item09 {
  right: 0;
  top: 0;
  order: 5;
}
.aboutShopInnerList_itemLink{
  display: flex;
}
.aboutShopInnerList_item:nth-child(-n + 2) .aboutShopInnerList_itemLinkL{
  width: 30%;
}
.aboutShopInnerList_item:nth-child(n + 3) .aboutShopInnerList_itemLinkL{
  width: 30%;
}
.aboutShopInnerList_item08 .aboutShopInnerList_itemLinkL{
  width: 30%!important;
}
.aboutShopInnerList_itemLinkL{
  margin-right: 1rem;
}
.aboutShopInnerList_item:nth-child(-n + 2) .aboutShopInnerList_itemLinkR{
  width: 65%;
}
.aboutShopInnerList_item:nth-child(n + 3) .aboutShopInnerList_itemLinkR{
  width: 65%;
}
.aboutShopInnerList_item08 .aboutShopInnerList_itemLinkR{
  width: 65%!important;
}
.aboutShopInnerList_itemLinkR{
  color: #707070;
}
.aboutShopInnerList_itemLinkR h3{
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.6rem;
}
.aboutShopInnerList_itemLinkR h3 span{
  background: #838383;
  font-size: 1.1rem;
  color: #fff;
  line-height: 1;
  padding: 0.2rem 0.4rem;
  letter-spacing: 0;
  margin-right: 0.6rem;
  margin-bottom: 0.2rem;
  display: inline-block;
}
.aboutShopInnerList_itemLinkR p{
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0;
}
.about_shop_bg{
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 6rem;
}
.about_shopSPList{

}
.about_shopSPList li{
  position: absolute;
  font-size: 1rem;
  letter-spacing: 0;
}
.about_shopSPList li:nth-child(1){
  top: 4rem;
  left: 0rem;
}
.about_shopSPList li:nth-child(2){
  top: 7.5rem;
  left: 0rem;
}
.about_shopSPList li:nth-child(3){
  top: 4rem;
  right: 0rem;
}
.about_shopSPList li:nth-child(4){
  top: 10.4rem;
  right: 0rem;
}
.about_shopSPList li:nth-child(5){
  top: 14rem;
  right: 0rem;
}
.about_shopSPList li:nth-child(6){
  bottom: 3.5rem;
  right: 0rem;
}
.about_shopSPList li:nth-child(7){
  bottom: 0.5rem;
  right: 0rem;
}
.about_shopSPList li:nth-child(8){
  top: 10.8rem;
  left: 0rem;
}
.about_shopSPList li:nth-child(9) {
  top: 7.1rem;
  right: 0rem;
}
.aboutCompany{
  width: 100%;
  margin: 0 auto 6rem;
}
.aboutCompanyList{
  border-top: 1px solid #838383;
  margin-bottom: 4rem;
}
.aboutCompanyList li{
  border-bottom: 1px solid #838383;
  padding: 1.6rem 10%;
  display: flex;
  align-items: center;
}
.aboutCompanyList li h3{
  width: 30%;
  font-size: 1.4rem;
  font-weight: 500;
}
.aboutCompanyList li p{
  width: 70%;
  font-size: 1.4rem;
  letter-spacing: -1px;
}
.aboutCompanyMap{
  width: 80%;
  margin: 0 auto;
}
.aboutCompanyMap iframe{
  width: 100%;
  height: 15rem;
}
}
/*-----------------------------------------------------------

SERVICE

-------------------------------------------------------------*/
.mainContentService{
  background: #DDDDDD;
}
.serviceSec{
  width: 80%;
  margin: 0 auto 13rem;
}
.serviceSec01{
  margin-top: 8rem;
}
.serviceSecMain{
  position: relative;
  margin-bottom: 4rem;
}
.cmnTtl01--serviceSec{
  height: 7.5rem;
}
.cmnTtl01--serviceSec .cmnTtl01_jp{
  font-size: 2.5rem;
  font-weight: 500;
}
.serviceSecImg{
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}
.serviceSecImg li{
  width: 32%;
}
.serviceSecCont{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.serviceSecCont:before{
  content: "";
  height: 100%;
  width: 1px;
  background: #707070;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.serviceSecContL{
  width: 46%;
}
.cmnTtl03Box--serviceSec{
  justify-content: flex-start;
  margin-bottom: 3rem;
}
.serviceSecCont_ttl{
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 400;
}
.serviceSecCont_txt{
  letter-spacing: 0;
}
.serviceSecContR{
  width: 46%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.serviceSecContR_txt{
  width: 30rem;
  height: 19rem;
  background: url(../../src/img/service_sec_baloon.png) 0 0 no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.serviceSecContR_txt p{
  width: 77%;
  letter-spacing: 0;
  margin-right: 2rem;
}
.serviceSecContR_img{
  width: 17rem;
  height: 17rem;
  position: relative;
  background: #fff;
}

.serviceSecContR_img img{
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.serviceSec01 .serviceSecContR_img img{
  width: 18.5rem;
  right: -2rem;
  max-width: unset;
}
.serviceSec02 .serviceSecContR_img img{
  width: 13.5rem;
  margin: auto;
  left: 0;
  right: 0;
}
.serviceSec03 .serviceSecContR_img img{
  width: 18.1rem;
  left: -1rem;
  max-width: unset;
}
.serviceSec04 .serviceSecContR_img img{
  width: 12.5rem;
  margin: auto;
  left: 0;
  right: 0;
}
.serviceSec04 .serviceSecContR_txt p{
  width: 80%;
}
.serviceSec05 .serviceSecContR_img img{
  width: 14.4rem;
  margin: auto;
  left: 0;
  right: 0;
}
.serviceSec06 .serviceSecContR_img img{
  width: 12.7rem;
  margin: auto;
  left: 0;
  right: 0;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.serviceSec {
  width: 90%;
  margin: 0 auto 13rem;
}
.serviceSec01 {
  margin-top: 8rem;
}
.serviceSecCont_txt br{
  display: none!important;
}
.serviceSecContR_txt p br{
  display: none!important;
}
.serviceSecCont_ttl {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  white-space: nowrap;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainContentService{
  background: #DDDDDD;
}
.serviceSec{
  width: 100%;
  margin: 0 auto 5rem;
}
.serviceSec01{
  margin-top: 2rem;
}
.serviceSecMain{
  position: relative;
  margin-bottom: 1.6rem;
}
.cmnTtl01--serviceSec{
  height: 4.5rem;
}
.cmnTtl01--serviceSec .cmnTtl01_jp{
  font-size: 1.4rem;
  font-weight: 500;
}
.serviceSecImg{
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
  width: 92%;
  margin: 0 auto 3rem;
}
.serviceSecImg li{
  width: 32%;
}
.serviceSecCont{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 92%;
  margin: 0 auto;
  flex-direction: column;
}
.serviceSecCont:before{
  content: "";
  height: 100%;
  width: 1px;
  background: #707070;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  display: none;
}
.serviceSecContL{
  width: 88%;
  margin: 0 auto;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #707070;
}
.cmnTtl03Box--serviceSec{
  justify-content: flex-start;
  margin-bottom: 2rem;
}
.serviceSecCont_ttl{
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 400;
}
.serviceSecCont_txt{
  letter-spacing: 0;
}
.serviceSecContR{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  align-items: flex-end;
}
.serviceSecContR_txt{
  width: 100%;
  height: 16rem;
  background: url(../../src/img/sp/service_sec_baloon@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -1rem;
}
.serviceSecContR_txt p{
  width: 88%;
  margin-right: 0;
}
.serviceSec01 .serviceSecContR_txt p{
  width: 90%;
  letter-spacing: -0.05em;
}
.serviceSec06 .serviceSecContR_txt p{
  letter-spacing: -0.03em;
}
.serviceSecContR_img{
  width: 8.5rem;
  height: 8.5rem;
  position: relative;
  background: #fff;
  right: 2rem;
}

.serviceSecContR_img img{
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.serviceSec01 .serviceSecContR_img img{
  width: 9.5rem;
  right: -1rem;
  max-width: unset;
}
.serviceSec02 .serviceSecContR_img img{
  width: 7rem;
  margin: auto;
  left: 0;
  right: 0;
}
.serviceSec03 .serviceSecContR_img img{
  width: 9.1rem;
  left: -0.6rem;
  max-width: unset;
}
.serviceSec04 .serviceSecContR_img img{
  width: 6.5rem;
  margin: auto;
  left: 0;
  right: 0;
}
.serviceSec04 .serviceSecContR_txt p{
  width: 86%;
}
.serviceSec05 .serviceSecContR_img img{
  width: 7.4rem;
  margin: auto;
  left: 0;
  right: 0;
}
.serviceSec06 .serviceSecContR_img img{
  width: 5.7rem;
  margin: auto;
  left: 0;
  right: 0;
}
}
/*-----------------------------------------------------------

GoGarage

-------------------------------------------------------------*/
.mainContentGoGarage{
  background: #F5F5F5;
}
.gogarageFigure{
  margin-top: 6rem;
  padding-bottom: 12rem;
}
.gogarageFigureInner{
  padding-right: 10%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8rem;
}
.gogarageFigureInnerL{
  width: 68%;
}
.gogarageFigureInnerR{
  width: 28%;
}
.gogarageFigureInnerR h3 {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 400;
}
.gogarageFigureInnerR p{

}
.gogarageFigureList{
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.gogarageFigureList_item{
  width: 28%;
}
.gogarageFigureList_item div{
  width: 16rem;
  margin: 0 auto 2rem;
}
.gogarageFigureList_item h4{
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}
.gogarageFigureList_item p{
  letter-spacing: 0.05em;
}
.gogarageLife{
  background: #fff;
  padding: 10rem 0;
}
.gogarageLifeList{
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.gogarageLifeList_item{
  width: 47%;
}
.gogarageLifeList_item div{
  margin-bottom: 3rem;
}
.gogarageLifeList_item h3{
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
.gogarageLifeList_item h4 {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
}
.gogarageLifeList_item p{
  letter-spacing: 0;
}
.gogarageSupport{
  background: #fff;
  padding: 0rem 0 10rem;
}
.gogarageSupportList{
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.gogarageSupportList_item{
  width: 47%;
}
.gogarageSupportList_item div{
  margin-bottom: 3rem;
}
.gogarageSupportList_item h3{
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
.gogarageSupportList_item h4 {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
}
.gogarageSupportList_item p{
  letter-spacing: 0;
}
.gogaragePlan{
  padding: 10rem 0;
}
.gogaragePlanImg{
  width: 80rem;
  margin: 0 auto;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.gogarageFigureInnerL {
  width: 59%;
}
.gogarageFigureInnerR {
  width: 36%;
}
.gogarageFigureList {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.gogarageLifeList {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.gogarageSupportList {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.gogaragePlanImg {
  width: 95%;
  margin: 0 auto;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainContentGoGarage{
  background: #F5F5F5;
}
.gogarageFigure{
  margin-top: 3rem;
  padding-bottom: 1rem;
}
.gogarageFigureInner{
  padding-right: 0%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
  flex-direction: column;
}
.gogarageFigureInnerL{
  width: 100%;
  margin-bottom: 2rem;
}
.gogarageFigureInnerR{
  width: 80%;
  margin: 0 auto;
}
.gogarageFigureInnerR h3 {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 400;
}
.gogarageFigureInnerR p{
  letter-spacing: 0;
}
.gogarageFigureList{
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.gogarageFigureList_item{
  width: 100%;
  margin-bottom: 4rem;
}
.gogarageFigureList_item div{
  width: 10rem;
  margin: 0 auto 1rem;
}
.gogarageFigureList_item h4{
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}
.gogarageFigureList_item p{
  letter-spacing: 0em;
}
.gogarageLife{
  background: #fff;
  padding: 8rem 0 4rem;
}
.gogarageLifeList{


  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.gogarageLifeList_item{
  width: 100%;
  margin-bottom: 3rem;
}
.gogarageLifeList_item div{
  margin-bottom: 2rem;
}
.gogarageLifeList_item h3{
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
.gogarageLifeList_item h4 {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
}
.gogarageLifeList_item p{
  letter-spacing: 0;
}
.gogarageSupport{
  background: #fff;
  padding: 0rem 0 3rem;
}
.gogarageSupportList{
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.gogarageSupportList_item{
  width: 100%;
  margin-bottom: 3rem;
}
.gogarageSupportList_item div{
  margin-bottom: 2rem;
}
.gogarageSupportList_item h3{
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
.gogarageSupportList_item h4 {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
}
.gogarageSupportList_item p{
  letter-spacing: 0;
}
.gogaragePlan{
  padding: 6rem 0;
}
.gogaragePlanImg{
  width: 85%;
  margin: 0 auto;
}
}
/*-----------------------------------------------------------

INTERVIEW

-------------------------------------------------------------*/
.interviewBox{
  padding: 4rem 0 8rem;
}
.cmnTtl03Box--interviewBox .cmnTtl03_en{
  display: flex;
  align-items: center;
}
.cmnTtl03Box--interviewBox .cmnTtl03_en img{
  width: 2rem;
  margin-right: 1rem;
}
.interviewBox .topInterviewList{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 80%;
}
.interviewBox .topInterviewList .topInterviewList_item{
  width: 30%;
  margin: 0 0 6rem;
}
.interviewBox .topInterviewList .topInterviewList_itemLink_img {
  height: 41.8rem;
}
.interviewBox .topInterviewList .topInterviewList_item .topInterviewList_itemLink_txt{
  font-weight: 200;
  margin-top: 1rem;
}
.interviewBox_note{
  width: 80%;
  margin: 0 auto;
  margin-top: -3rem;
  text-align: right;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.interviewBox .topInterviewList {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 96%;
}
.interviewBox .topInterviewList .topInterviewList_itemLink_img {
  height: 33.8rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.interviewBox{
  padding: 2rem 0 4rem;
}
.cmnTtl03Box--interviewBox .cmnTtl03_en{
  display: flex;
  align-items: center;
}
.cmnTtl03Box--interviewBox .cmnTtl03_en img{
  width: 2rem;
  margin-right: 1rem;
}
.interviewBox .topInterviewList{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 80%;
  margin-bottom: 0;
}
.interviewBox .topInterviewList .topInterviewList_item{
  width: 48%;
  margin: 0 0 6rem;
}
.interviewBox .topInterviewList .topInterviewList_itemLink_img {
  height: 18.8rem;
}
.interviewBox .topInterviewList .topInterviewList_item .topInterviewList_itemLink_txt{
  font-weight: 200;
  margin-top: 0.6rem;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0;
}
.interviewBox_note{
  width: 80%;
  margin: 0 auto;
  margin-top: -3rem;
  text-align: left;
  font-size: 1rem;
}
}
/*-----------------------------------------------------------

INTERVIEW D

-------------------------------------------------------------*/
.intMainBoxWrap{
  position: absolute;
  width: 80%;
  margin: auto;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 59.7rem;
}
.intMainBox{
  position: absolute;
  padding: 2rem 4rem;
  color: #fff;
}
.intMainBox:after{
  content: "";
  background: #838383;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.intMainBoxTtl{
  position: relative;
  z-index: 1;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 3rem;
}
.intMainBox_profile{
  position: relative;
  z-index: 1;
}
.intMainBox_profile_en{
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0rem;
}
.intMainBox_profile_jp{
  margin-bottom: 1rem;
}
.intMainBox_profile_info{
  line-height: 1.6;
  font-size: 1.2rem;
}
.intIntro{
  width: 67%;
  margin: 6rem auto 8rem;
  background: #F1F1F1;
  padding: 4rem 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.intIntroL{
  width: 20rem;
  height: 10rem;
  border: 1px solid #707070;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intIntroL p{
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
}
.intIntroR{
  width: 70%;
}
.intIntroR p{
  letter-spacing: 0;
}
.intSec01{
  padding-left: 10%;
  margin-bottom: 8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.intSec01L{
  width: 32%;
}
.intSec_num{
  font-size: 2rem;
  font-weight: 500;
}
.intSec_ttl{
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 4rem;
}
.intSec01R{
  width: 63%;
}
.intSec02{
  background: #F5F5F5;
  padding: 8rem 0;
  margin-bottom: 8rem;
}
.intSec02Inner{
  width: 62%;
  margin: 0 auto;
}
.intSec03{
  padding-right: 10%;
  margin-bottom: 12rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
.intSec03L{
  width: 32%;
}
.intSec03R{
  width: 63%;
}
.intFlow{
  padding: 8rem 0;
  background: #F1F1F1;
}
.intFlowTtlBox{
  width: 28%;
  margin: 0 auto;
  background: #fff;
  border-radius: 50px;
  position: relative;
  padding: 1.6rem;
  padding-left: 12rem;
  margin-bottom: 8rem;
}
.intFlowTtlBox_img{
  position: absolute;
  left: -3rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10rem;
  height: 10rem;
}
.intFlowTtlBox_txt{
  font-size: 1.6rem;
  font-weight: 500;
}
.intFlowList{
  width: 55%;
  margin: 0 auto;
}
.intFlowList_item{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3rem;
  position: relative;
}
.intFlowList_item:after{
  content: "";
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAHCAYAAAAie5yXAAAAAXNSR0IArs4c6QAAABlJREFUGFdjbG5u/s/AwMDACGeAeGARIhgAG1YFGBZglLwAAAAASUVORK5CYII=) repeat-y;
  position: absolute;
  left: 18.65rem;
  top: 0rem;
  width: 2px;
  height: 100%;
}
.intFlowList_itemImg{
  width: 22%;
}
.intFlowList_itemCont{
  width: 72%;
  position: relative;
  z-index: 1;
}
.intFlowList_itemCont_ttl{
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 1rem;
  position: relative;
}
.intFlowList_itemCont_ttl:after{
  content: "";
  width: 2.4rem;
  height: 3rem;
  position: absolute;
  left: -3.4rem;
  top: 0rem;
  background: #F1F1F1;
}
.intFlowList_itemCont_ttl:before{
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  left: -3.4rem;
  top: 0rem;
  z-index: 1;
}
.intFlowList_itemCont_ttl.at900:before{
  background: url(../../src/img/int_900.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.intFlowList_itemCont_ttl.at945:before{
  background: url(../../src/img/int_945.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.intFlowList_itemCont_ttl.at1000:before{
  background: url(../../src/img/int_1000.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.intFlowList_itemCont_ttl.at1100:before{
  background: url(../../src/img/int_1100.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.intFlowList_itemCont_ttl.at1200:before{
  background: url(../../src/img/int_1200.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.intFlowList_itemCont_ttl.at1300:before{
  background: url(../../src/img/int_1300.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.intFlowList_itemCont_ttl.at1400:before{
  background: url(../../src/img/int_1400.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.intFlowList_itemCont_ttl.at1500:before{
  background: url(../../src/img/int_1500.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.intFlowList_itemCont_ttl.at1600:before{
  background: url(../../src/img/int_1600.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.intFlowList_itemCont_ttl.at1700:before{
  background: url(../../src/img/int_1700.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.intFlowList_itemCont_ttl.at1800:before{
  background: url(../../src/img/int_1800.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.intFlowList_itemCont_ttl.at1900:before{
  background: url(../../src/img/int_1900.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.intFlowList_itemCont_ttl.at1915:before{
  background: url(../../src/img/int_1915.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.intFlowList_itemCont_ttl.at2000:before{
  background: url(../../src/img/int_2000.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.intFlowList_itemCont_ttl.at2015:before{
  background: url(../../src/img/int_2015.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.intFlowList_itemCont_ttl span{
  font-size: 2rem;
  font-weight: 600;
  margin-right: 1.5rem;
}
.intFlowList_itemCont_ttl span + span{
  font-size: 1.6rem;
  font-weight: 500;
}
.intFlowList_itemCont_txt{
  padding-bottom: 1rem;
}
.intFlowList_item:last-child .intFlowList_itemCont_txt{
  padding-bottom: 3rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.intMainBoxWrap {
  position: absolute;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 59.7rem;
}
.intMainBoxWrap {
  position: absolute;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 39.7rem;
}
.intMainBoxTtl {
  position: relative;
  z-index: 1;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.intMainBox_profile_en {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0rem;
}
.intMainBox {
  position: absolute;
  padding: 2rem 4rem;
  color: #fff;
  top: 11rem;
}
.intIntro {
  width: 97%;
  margin: 6rem auto 8rem;
  background: #F1F1F1;
  padding: 4rem 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.intSec01 {
  padding-left: 5%;
  margin-bottom: 8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.intSec01R {
  width: 50%;
}
.intSec01L {
  width: 45%;
}
.intSec03 {
  padding-right: 5%;
  margin-bottom: 12rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
.intSec03L{
  width: 45%;
}
.intSec03R{
  width: 50%;
}
.intFlowTtlBox {
  width: 41%;
  margin: 0 auto;
  background: #fff;
  border-radius: 50px;
  position: relative;
  padding: 1.6rem;
  padding-left: 12rem;
  margin-bottom: 8rem;
}
.intFlowList {
  width: 85%;
  margin: 0 auto;
}
.intFlowList_item:after {
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAHCAYAAAAie5yXAAAAAXNSR0IArs4c6QAAABlJREFUGFdjbG5u/s/AwMDACGeAeGARIhgAG1YFGBZglLwAAAAASUVORK5CYII=) repeat-y;
  position: absolute;
  left: 19rem;
  top: 0rem;
  width: 2px;
  height: 100%;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainContentInt{
  padding-top: 6.2rem;
}
.intMainBoxWrap{
  position: absolute;
  width: 90%;
  margin: auto;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 26.4rem;
}
.intMainBox{
  position: absolute;
  padding: 2rem 2rem;
  color: #fff;
  width: 24rem;
}
.intMainBox:after{
  content: "";
  background: #838383;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.intMainBoxTtl{
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 3rem;
  letter-spacing: 0;
  white-space: nowrap;
}
.intMainBox_profile{
  position: relative;
  z-index: 1;
  letter-spacing: 0;
}
.intMainBox_profile_en{
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0rem;
}
.intMainBox_profile_jp{
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.intMainBox_profile_info{
  line-height: 1.6;
  font-size: 1rem;
  letter-spacing: 0;
}
.intIntro{
  width: 100%;
  margin: 2rem auto 4rem;
  background: #F1F1F1;
  padding: 4rem 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.intIntroL{
  width: 100%;
  height: auto;
  border: 1px solid #707070;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.4rem 0;
  margin-bottom: 2rem;
}
.intIntroL p{
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
}
.intIntroL p br{
  display: none;
}
.intIntroR{
  width: 100%;
}
.intIntroR p{
  letter-spacing: 0;
}
.intSec01{
  padding-left: 0%;
  margin-bottom: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column-reverse;
}
.intSec01L{
  width: 80%;
  margin: 0 auto;
}
.intSec_num{
  font-size: 2rem;
  font-weight: 500;
}
.intSec_ttl{
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.intSec_txt{
  letter-spacing: 0;
}
.intSec01R{
  width: 100%;
  padding-left: 10%;
  margin-bottom: 2rem;
}
.intSec02{
  background: #F5F5F5;
  padding: 4rem 0;
  margin-bottom: 4rem;
}
.intSec02Inner{
  width: 80%;
  margin: 0 auto;
}
.intSec03{
  padding-right: 0%;
  margin-bottom: 6rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.intSec03L{
  width: 80%;
  margin: 0 auto;
}
.intSec03R{
  width: 100%;
  padding-right: 10%;
  margin-bottom: 2rem;
}
.intFlow{
  padding: 6rem 0 4rem;
  background: #F1F1F1;
}
.intFlowTtlBox{
  width: 80%;
  margin: 0 auto;
  background: #fff;
  border-radius: 50px;
  position: relative;
  padding: 1.4rem;
  padding-left: 9rem;
  margin-bottom: 5rem;
}
.intFlowTtlBox_img{
  position: absolute;
  left: -1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7.8rem;
  height: 7.8rem;
  border: 3px solid #fff;
  border-radius: 50%;
}
.intFlowTtlBox_txt{
  font-size: 1.6rem;
  font-weight: 500;
}
.intFlowList{
  width: 80%;
  margin: 0 auto;
}
.intFlowList_item{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  position: relative;
  flex-direction: column-reverse;
  padding-left: 10%;
}
.intFlowList_item:after{
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAHCAYAAAAie5yXAAAAAXNSR0IArs4c6QAAABlJREFUGFdjbG5u/s/AwMDACGeAeGARIhgAG1YFGBZglLwAAAAASUVORK5CYII=) repeat-y;
  position: absolute;
  left: 0.65rem;
  top: 0rem;
  width: 2px;
  height: 100%;
}
.intFlowList_itemImg{
  width: 60%;
  margin-top: 1rem;
  padding-bottom: 0.4rem;
}
.intFlowList_itemCont{
  width: 100%;
  position: relative;
  z-index: 1;
}
.intFlowList_itemCont_ttl{
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 1rem;
  position: relative;
}
.intFlowList_itemCont_ttl:after{
  content: "";
  width: 2.4rem;
  height: 3rem;
  position: absolute;
  left: -3.4rem;
  top: 0rem;
  background: #F1F1F1;
}
.intFlowList_itemCont_ttl:before{
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  left: -3.4rem;
  top: 0rem;
  z-index: 1;
}

.intFlowList_itemCont_ttl span{
  font-size: 2rem;
  font-weight: 600;
  margin-right: 1.5rem;
}
.intFlowList_itemCont_ttl span + span{
  font-size: 1.6rem;
  font-weight: 500;
}
.intFlowList_itemCont_txt{
  padding-bottom: 0.4rem;
  letter-spacing: 0;
}
.intFlowList_item:last-child .intFlowList_itemCont_txt{
  padding-bottom: 0rem;
}
.lsAdpt01{
  white-space: nowrap;
}
.lsAdpt01 span + span{
  letter-spacing: -0.1em;
}
.lsAdpt02{
  white-space: nowrap;
}
}
/*-----------------------------------------------------------

JOB

-------------------------------------------------------------*/
.jobSearch{
  width: 80%;
  margin: 6rem auto;
  background: #F1F1F1;
  padding: 4rem 0rem;
}
.jobSearch_ttl{
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2rem;
  padding: 0 5rem;
}
.jobSearch form{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 5rem;
}
.jobSearch_select{
  width: 24%;
  background: #fff url(../../src/img/select_arrow.png) 95% center no-repeat;
  background-size: 1.2rem 0.5rem;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  height: 4rem;
  padding: 1rem;
  padding-right: 3rem;
  cursor: pointer;
}
.jobSearch_select.is-active{
  position: relative;
  z-index: 2000;
}
.jobSearch_select.is-active:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 2rem 2rem 2rem;
  border-color: transparent transparent #DBDBDB transparent;
  bottom: -3.4rem;
  left: 10rem;
}
.jobSearch_select ::-webkit-scrollbar {
  width: 6px;
  background-color: #f3f3f3;
  border-left: 1px solid #dddddd;
  height: 2px;
}
/*.jobSearch_select.is-active:before{
  content: "";
  width: 100%;
  height: 100%;
  background: #aaa;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}*/
.selectOverlay{
  display: none;
}
.jobSearch_select.is-active .selectOverlay{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  display: block;
}
.jobSearch_select p{
  overflow: auto;
  white-space: nowrap;
  font-size: 1.6rem;
}
.jobSearch_send{
  width: 22%;
}
.jobSearch_send input[type="submit"] {
  display: block;
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  border: 1px solid #4B4B4B;
  font-size: 1.6rem;
  color: #fff;
  background: #4B4B4B url(../../src/img/search_ico.png) 2rem center no-repeat;
  background-size: 2rem;
  height: 4rem;
  line-height: 1;
  padding-left: 2rem;
  -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;
}
.jobSearch_send input:hover{
  opacity: 0.5;
}
.jobSearchModal{
  position: absolute;
  top: 7rem;
  left: 0;
  width: 100%;
  z-index: 2000;
}
.jobSearch_check{
  background: #DBDBDB;
  padding: 5rem 5rem 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.jobSearch_check label{
  margin-right: 8rem;
  margin-bottom: 3rem;
}
.jobSearch_check 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;
}
.jobSearch_check input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 2.2rem;
    line-height: 1;
    position: absolute;
    width: 2.2rem;
    height: 2.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.jobSearchModal_btm{
  background: #838383;
  padding: 2rem 5rem;
  padding-right: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jobSearchModal_btmNum{
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
.jobSearchModal_btmNum span{
  font-size: 2rem;
  margin-left: 1rem;
}
.jobSearchModal_btmList{
  width: 40%;
  display: flex;
  justify-content: flex-end;
}
.jobSearchModal_btmList_item01{
  width: 48%;
}
.jobSearchModal_btmList_item01 p{
  height: 4rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1;
}
.jobSearchModal_btmList_item02{
  width: 48%;
  margin-left: 2rem;
}
.jobSearchModal_btmList_item02 input[type="submit"] {
  display: block;
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  border: 1px solid #4B4B4B;
  font-size: 1.6rem;
  color: #fff;
  background: #4B4B4B url(../../src/img/search_ico.png) 2rem center no-repeat;
  background-size: 2rem;
  height: 4rem;
  line-height: 1;
  padding-left: 2rem;
  -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;
}
.jobSearchModal_btmList_item02 input:hover{
  opacity: 0.5;
}
.search_overLay{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #4B4B4B;
  mix-blend-mode: multiply;
  z-index: 1000;
  display: none;
}
.search_overLay.is-active{
  display: block;
}
.jobCount{
  width: 80%;
  margin: 0 auto 6rem;
  border-bottom: 1px solid #707070;
  padding-bottom: 1rem;
}
.jobUrgentBox{
  margin-bottom: 6rem;
}
.jobUrgentList{
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jobUrgentList::after {
  content: "";
  display: block;
  width: 30.5%;
}
.jobUrgentList_item{
  width: 48%;
  margin-bottom: 6rem;
}
.jobUrgentList_itemLink{
  display: block;
  position: relative;
}
.jobUrgentList_itemTips{
  position: absolute;
  left: -0.6rem;
  top: -0.6rem;
  background: #272727;
  color: #fff;
  line-height: 1;
  padding: 1rem 2rem;
  z-index: 1;
  font-size: 2rem;
  font-weight: 500;
}
.jobUrgentList_itemLink_img {
  width: 100%;
  height: 35.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 2rem;
}
.jobUrgentList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.jobUrgentList_itemCat{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.jobUrgentList_itemCat li{
  width: auto;
  border: 1px solid #707070;
  padding: 1.6rem 3rem;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.jobUrgentList_itemLink_ttl{
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
.jobUrgentList_itemLink_info{
  margin-bottom: 3rem;
}
.jobUrgentList_itemLink_info li{
  display: flex;
  margin-bottom: 1rem;
}
.jobUrgentList_itemLink_info li h4{
  width: 30%;
  font-size: 1.6rem;
  font-weight: 400;
}
.jobUrgentList_itemLink_info li p{
  width: 70%;
  font-weight: 400;
  font-size: 1.6rem;
}
.jobUrgentList_itemBtn{
  display: flex;
  justify-content: space-between;
}
.jobUrgentList_itemBtn li{
  width: 48%;
}
.jobUrgentList_itemBtn li a{
  border: 1px solid #838383;
  text-align: center;
  padding: 2rem 0;
  display: block;
  line-height: 1;
  font-size: 1.6rem;
}
.jobUrgentList_itemBtn li + li a{
  background: #838383;
  color: #fff;
}
.jobPostBox{
  margin-bottom: 18rem;
}
.jobPostList{
  width: 80%;
  margin: 0 auto 6rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jobPostList::after {
  content: "";
  display: block;
  width: 30.5%;
}
.jobPostList_item{
  width: 30.5%;
  margin-bottom: 12rem;
}
.jobPostList_itemLink{
  display: block;
}
.jobPostList_itemLink_img {
  width: 100%;
  height: 20.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 2rem;
}
.jobPostList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.jobPostList_itemCat{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.jobPostList_itemCat li{
  width: auto;
  border: 1px solid #707070;
  padding: 0.8rem 3rem;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.jobPostList_itemLink_ttl{
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
.jobPostList_itemLink_info{
  margin-bottom: 2rem;
}
.jobPostList_itemLink_info li{
  display: flex;
  margin-bottom: 1rem;
}
.jobPostList_itemLink_info li h4{
  width: 30%;
  font-size: 1.4rem;
  font-weight: 400;
}
.jobPostList_itemLink_info li p{
  width: 70%;
  font-weight: 400;
}
.jobPostList_itemBtn{
  display: flex;
  justify-content: space-between;
}
.jobPostList_itemBtn li{
  width: 48%;
}
.jobPostList_itemBtn li a{
  border: 1px solid #838383;
  text-align: center;
  padding: 1.6rem 0;
  display: block;
  line-height: 1;
  font-size: 1.4rem;
}
.jobPostList_itemBtn li + li a{
  background: #838383;
  color: #fff;
}
.wp-pagenavi{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0rem auto;
  position: relative;
  z-index: 1;
}
.wp-pagenavi a{
  color: #838383;
}
.wp-pagenavi a:hover{
  opacity: 0.5;
}

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

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

.previouspostslink{
  display: flex;
  padding-left: 2rem;
  margin-right: 1rem;
  position: relative;
  align-items: center;
}
.previouspostslink:before{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #838383;
  border-right: 1px solid #838383;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: 0px;
}
.nextpostslink{
  display: flex;
  padding-right: 2rem;
  margin-left: 1rem;
  position: relative;
  align-items: center;
}
.nextpostslink:before{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #838383;
  border-right: 1px solid #838383;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
}
.wp-pagenavi .page{
  margin: 0 1rem 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  color: #838383;
  width: 3rem;
  height: auto;
  font-size: 1.6rem;
  padding-top: 0.2rem;
}
.wp-pagenavi .current{
  color: #838383;
  margin: 0 1rem 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  width: 3rem;
  height: auto;
  font-size: 1.6rem;
  padding-top: 0.2rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.jobSearch {
  width: 100%;
  margin: 6rem auto;
  background: #F1F1F1;
  padding: 4rem 0rem;
}
.jobSearch form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 2rem;
}
.jobSearch_ttl {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2rem;
  padding: 0px 5rem;
  text-align: center;
}
.jobSearch_send input[type="submit"] {
  display: block;
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  border: 1px solid #4B4B4B;
  font-size: 1.6rem;
  color: #fff;
  background: #4B4B4B url(../../src/img/search_ico.png) 1rem center no-repeat;
  background-size: 1.6rem;
  height: 4rem;
  line-height: 1;
  padding-left: 2rem;
  -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;
}
.jobSearchModal_btmList {
  width: 60%;
  display: flex;
  justify-content: flex-end;
}
.jobCount {
  width: 90%;
  margin: 0 auto 6rem;
  border-bottom: 1px solid #707070;
  padding-bottom: 1rem;
}
.jobUrgentList {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jobUrgentList_itemLink_img {
  width: 100%;
  height: 25.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 2rem;
}
.jobPostList {
  width: 90%;
  margin: 0 auto 6rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jobPostList_itemCat li {
  width: auto;
  border: 1px solid #707070;
  padding: 0.8rem 1rem;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.jobSearch{
  width: 100%;
  margin: 2rem auto 4rem;
  background: #F1F1F1;
  padding: 2rem 0rem;
}
.jobSearch_ttl{
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2rem;
  padding: 0 10%;
}
.jobSearch form{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 10%;
  flex-direction: column;
}
.jobSearch_select{
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 95% center no-repeat;
  background-size: 1.2rem 0.5rem;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  height: 4rem;
  padding: 1rem;
  padding-right: 3rem;
  cursor: pointer;
  margin-bottom: 1rem;
}
.jobSearch_select.is-active{
  position: relative;
  z-index: 2000;
}
.jobSearch_select.is-active:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 2rem 2rem 2rem;
  border-color: transparent transparent #DBDBDB transparent;
  bottom: -3.4rem;
  left: 0;
  right: 0;
  margin: auto;
}
.jobSearch_select ::-webkit-scrollbar {
  width: 6px;
  background-color: #f3f3f3;
  border-left: 1px solid #dddddd;
  height: 2px;
}
/*.jobSearch_select.is-active:before{
  content: "";
  width: 100%;
  height: 100%;
  background: #aaa;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}*/
.selectOverlay{
  display: none;
}
.jobSearch_select.is-active .selectOverlay{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  display: block;
}
.jobSearch_select p{
  overflow: auto;
  white-space: nowrap;
  font-size: 1.6rem;
}
.jobSearch_send{
  width: 100%;
}
.jobSearch_send input[type="submit"] {
  display: block;
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  border: 1px solid #4B4B4B;
  font-size: 1.4rem;
  color: #fff;
  background: #4B4B4B url(../../src/img/search_ico.png) 7rem center no-repeat;
  background-size: 2rem;
  height: 4rem;
  line-height: 1;
  padding-left: 2rem;
  -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;
}
.jobSearch_send input:hover{
  opacity: 0.5;
}
.jobSearchModal{
  position: absolute;
  top: 7rem;
  left: 0;
  width: 100%;
  z-index: 2000;
}
.jobSearchModal[data-id="1"]{
  top: 12rem;
}
.jobSearchModal[data-id="2"]{
  top: 17rem;
}
.jobSearch_check{
  background: #DBDBDB;
  padding: 3rem 3rem 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.jobSearch_check label{
  margin-right: 5rem;
  margin-bottom: 1rem;
}
.jobSearch_check 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;
}
.jobSearch_check input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 2.2rem;
    line-height: 1;
    position: absolute;
    width: 2.2rem;
    height: 2.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.jobSearchModal_btm{
  background: #838383;
  padding: 1rem 3rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.jobSearchModal_btmNum{
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.jobSearchModal_btmNum span{
  font-size: 2rem;
  margin-left: 0rem;
}
.jobSearchModal_btmList{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.jobSearchModal_btmList_item01{
  width: 100%;
  margin-bottom: 1rem;
}
.jobSearchModal_btmList_item01 p{
  height: 4rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1;
}
.jobSearchModal_btmList_item02{
  width: 100%;
  margin-left: 0;
}
.jobSearchModal_btmList_item02 input[type="submit"] {
  display: block;
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  border: 1px solid #4B4B4B;
  font-size: 1.4rem;
  color: #fff;
  background: #4B4B4B url(../../src/img/search_ico.png) 9rem center no-repeat;
  background-size: 2rem;
  height: 4rem;
  line-height: 1;
  padding-left: 2rem;
  -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;
}
.jobSearchModal_btmList_item02 input:hover{
  opacity: 0.5;
}
.search_overLay{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #4B4B4B;
  mix-blend-mode: multiply;
  z-index: 1000;
  display: none;
}
.search_overLay.is-active{
  display: block;
}
.jobCount{
  width: 80%;
  margin: 0 auto 3rem;
  border-bottom: 1px solid #707070;
  padding-bottom: 1rem;
}
.jobUrgentBox{
  margin-bottom: 0rem;
}
.jobUrgentList{
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jobUrgentList::after {
  content: "";
  display: block;
  width: 100%;
}
.jobUrgentList_item{
  width: 100%;
  margin-bottom: 5rem;
}
.jobUrgentList_itemLink{
  display: block;
  position: relative;
}
.jobUrgentList_itemTips{
  position: absolute;
  left: -0.6rem;
  top: -0.6rem;
  background: #272727;
  color: #fff;
  line-height: 1;
  padding: 1rem 2rem;
  z-index: 1;
  font-size: 2rem;
  font-weight: 500;
}
.jobUrgentList_itemLink_img {
  width: 100%;
  height: 19.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 2rem;
}
.jobUrgentList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.jobUrgentList_itemCat{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.jobUrgentList_itemCat li{
  width: auto;
  border: 1px solid #707070;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.jobUrgentList_itemLink_ttl{
  font-size: 1.6rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
.jobUrgentList_itemLink_info{
  margin-bottom: 2rem;
}
.jobUrgentList_itemLink_info li{
  display: flex;
  margin-bottom: 0.6rem;
}
.jobUrgentList_itemLink_info li h4{
  width: 30%;
  font-size: 1.4rem;
  font-weight: 400;
}
.jobUrgentList_itemLink_info li p{
  width: 70%;
  font-weight: 400;
  font-size: 1.4rem;
}
.jobUrgentList_itemBtn{
  display: flex;
  justify-content: space-between;
}
.jobUrgentList_itemBtn li{
  width: 48%;
}
.jobUrgentList_itemBtn li a{
  border: 1px solid #838383;
  text-align: center;
  padding: 1.6rem 0;
  display: block;
  line-height: 1;
  font-size: 1.4rem;
}
.jobUrgentList_itemBtn li + li a{
  background: #838383;
  color: #fff;
}
.jobPostBox{
  margin-bottom: 6rem;
}
.jobPostList{
  width: 80%;
  margin: 0 auto 2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jobPostList::after {
  content: "";
  display: block;
  width: 100%;
}
.jobPostList_item{
  width: 100%;
  margin-bottom: 5rem;
}
.jobPostList_itemLink{
  display: block;
}
.jobPostList_itemLink_img {
  width: 100%;
  height: 19.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 2rem;
}
.jobPostList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.jobPostList_itemCat{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.jobPostList_itemCat li{
  width: auto;
  border: 1px solid #707070;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.jobPostList_itemLink_ttl{
  font-size: 1.6rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
.jobPostList_itemLink_info{
  margin-bottom: 2rem;
}
.jobPostList_itemLink_info li{
  display: flex;
  margin-bottom: 0.6rem;
}
.jobPostList_itemLink_info li h4{
  width: 30%;
  font-size: 1.4rem;
  font-weight: 400;
}
.jobPostList_itemLink_info li p{
  width: 70%;
  font-weight: 400;
}
.jobPostList_itemBtn{
  display: flex;
  justify-content: space-between;
}
.jobPostList_itemBtn li{
  width: 48%;
}
.jobPostList_itemBtn li a{
  border: 1px solid #838383;
  text-align: center;
  padding: 1.6rem 0;
  display: block;
  line-height: 1;
  font-size: 1.4rem;
}
.jobPostList_itemBtn li + li a{
  background: #838383;
  color: #fff;
}
.wp-pagenavi{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0rem auto;
  position: relative;
  z-index: 1;
}
.wp-pagenavi a{
  color: #838383;
}
.wp-pagenavi a:hover{
  opacity: 0.5;
}

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

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

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

JOB DETAIL

-------------------------------------------------------------*/
.mainVSubJobD{

}
.mainVSubJobD_box{
  position: absolute;
  background: #0000005e;
  padding: 4rem;
  padding-left: 14rem;
  bottom: 5rem;
  left: 0;
  color: #fff;
  z-index: 1;
}
.mainVSubJobD_box_ttl{
  font-size: 1.6rem;
  font-weight: 400;
}
.mainVSubJobD_img {
  width: 100%;
  height: 58.8rem;
  position: relative;
  overflow: hidden;
  display: block;
}
.mainVSubJobD_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.jobDIntro{
  width: 67%;
  margin: 10rem auto 12rem;
  background: #F1F1F1;
  padding: 4rem 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jobDIntroL{
  width: 30%;
  height: 10rem;
  border: 1px solid #707070;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.jobDIntroL h2{
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
}
.jobDIntroR{
  width: 65%;
}
.jobDIntroR p{
  letter-spacing: 0;
}
.jonDCont{
  width: 70%;
  margin: 0 auto 16rem;
}
.jonDCont_ttl{
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 6rem;
}
.jonDContList{

}
.jonDContList li{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.jonDContList li h3{
  width: 25%;
  font-size: 1.6rem;
  font-weight: 500;
}
.jonDContList li p{
  width: 70%;
}
.jobDPoint{
  background: #F1F1F1;
  padding: 8rem 0;
  margin-bottom: 8rem;
}
.jobDPointInner{
  width: 70%;
  margin: 0 auto;
}
.jobDPointInner_ttl{
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 6rem;
}
.jobDPointInnerList{

}
.jobDPointInnerList_item{
  margin-bottom: 6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jobDPointInnerList_item:last-child{
  margin-bottom: 0;
}
.jobDPointInnerList_itemL{
  width: 25%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #454545;
  line-height: 1;
}
.jobDPointInnerList_itemL_txt{
  width: 50%;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}
.jobDPointInnerList_itemL_num{
  width: 50%;
  background: #454545;
  color: #fff;
  text-align: center;
  font-size: 3.8rem;
  font-weight: 600;
  padding: 2rem 0;
}
.jobDPointInnerList_itemR{
  width: 70%;
}
.jobDBtn{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15rem;
}
.jobDBtn_item01{
  width: 50rem;
  margin-bottom: 4rem;
}
.jobDBtn_item01 a{
  background: #838383;
  display: block;
  text-align: center;
  color: #fff;
  padding: 2rem 0;
  box-shadow: 0 0 4px #00000040;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
}
.jobDBtn_item02{
  width: 20rem;
}
.jobDBtn_item02 a{
  background: #fff;
  display: block;
  text-align: center;
  border: 1px solid #838383;
  padding: 1.5rem 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.mainContentJobD .gogaragePlan{
  background: #F5F5F5;
}
.mainContentJobD .gogarageFigureList_item img{
  border: 1px solid #707070;
  border-radius: 50%;  
}
.jobDGogarage_ttl{
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 5rem;
  font-weight: 600;
}
.jobDOther{
  padding: 12rem 0 8rem;
}
.jobDOther_ttl{
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 5rem;
  font-weight: 600;
}
.topJobList--jobD .topJobList_itemLink_info{
  margin-bottom: 2rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

.mainVSubJobD_box {
  position: absolute;
  background: #0000005e;
  padding: 4rem;
  padding-left: 5rem;
  bottom: 5rem;
  left: 0;
  color: #fff;
}
.mainVSubJobD_img {
  width: 100%;
  height: 38.8rem;
  position: relative;
  overflow: hidden;
  display: block;
}
.jobDIntro {
  width: 97%;
  margin: 10rem auto 12rem;
  background: #F1F1F1;
  padding: 4rem 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jonDCont {
  width: 90%;
  margin: 0 auto 16rem;
}
.jobDPointInner {
  width: 90%;
  margin: 0 auto;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainVSubJobD{

}
.mainVSubJobD_box{
  position: absolute;
  background: #0000005e;
  padding: 2rem;
  padding-left: 4rem;
  bottom: 3rem;
  left: 0;
  color: #fff;
  width: 90%;
}
.mainVSubJobD_box_ttl{
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0.6rem;
}
.mainVSubJobD_box_txt{
  line-height: 1.8;
}
.mainVSubJobD_img {
  width: 100%;
  height: 51.8rem;
  position: relative;
  overflow: hidden;
  display: block;
}
.mainVSubJobD_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.jobDIntro{
  width: 80%;
  margin: 4rem auto 8rem;
  background: #F1F1F1;
  padding: 2rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.jobDIntroL{
  width: 100%;
  height: auto;
  border: 1px solid #707070;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
  margin-bottom: 2rem;
}
.jobDIntroL h2{
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
}
.jobDIntroR{
  width: 100%;
}
.jobDIntroR p{
  letter-spacing: 0;
}
.jonDCont{
  width: 80%;
  margin: 0 auto 6rem;
}
.jonDCont_ttl{
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 4rem;
}
.jonDContList{

}
.jonDContList li{
  display: flex;
  justify-content: space-between;
  border-bottom: none;
  padding-bottom: 0rem;
  margin-bottom: 3rem;
  flex-direction: column;
}
.jonDContList li h3{
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  border-bottom: 1px dotted #D3D3D3;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.jonDContList li p{
  width: 100%;
}
.jobDPoint{
  background: #F1F1F1;
  padding: 4rem 0;
  margin-bottom: 4rem;
}
.jobDPointInner{
  width: 80%;
  margin: 0 auto;
}
.jobDPointInner_ttl{
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 4rem;
}
.jobDPointInnerList{

}
.jobDPointInnerList_item{
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.jobDPointInnerList_item:last-child{
  margin-bottom: 0;
}
.jobDPointInnerList_itemL{
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #454545;
  line-height: 1;
  margin-bottom: 1rem;
}
.jobDPointInnerList_itemL_txt{
  width: 50%;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
}
.jobDPointInnerList_itemL_num{
  width: 50%;
  background: #454545;
  color: #fff;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 600;
  padding: 0.4rem 0;
}
.jobDPointInnerList_itemR{
  width: 100%;
  letter-spacing: 0em;
}
.jobDBtn{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5rem;
}
.jobDBtn_item01{
  width: 30rem;
  margin-bottom: 2rem;
}
.jobDBtn_item01 a{
  background: #838383;
  display: block;
  text-align: center;
  color: #fff;
  padding: 2rem 0;
  box-shadow: 0 0 4px #00000040;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
}
.jobDBtn_item02{
  width: 30rem;
}
.jobDBtn_item02 a{
  background: #fff;
  display: block;
  text-align: center;
  border: 1px solid #838383;
  padding: 1.5rem 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.mainContentJobD .gogaragePlan{
  background: #F5F5F5;
}
.mainContentJobD .gogarageFigureList_item img{
  border: 1px solid #707070;
  border-radius: 50%;  
}
.jobDGogarage_ttl{
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  font-weight: 600;
}
.jobDOther{
  padding: 5rem 0 6rem;
}
.jobDOther_ttl{
  text-align: center;
  font-size: 2rem;
  margin-bottom: 5rem;
  font-weight: 600;
}
.topJobList--jobD{
  width: 80%;
}
.topJobList--jobD .topJobList_itemLink_img {
  height: 18.8rem;
}
.topJobList--jobD .topJobList_itemLink_info{
  margin-bottom: 2rem;
}
}
/*-----------------------------------------------------------

NEWS

-------------------------------------------------------------*/
.newsBox{
  width: 50%;
  margin: 8rem auto 18rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.newsBox {
  width: 80%;
  margin: 8rem auto 18rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.newsBox{
  width: 80%;
  margin: 4rem auto 4rem;
}
.newsBox .topNewsList_itemLink{
  padding: 1.2rem 0;
}
.newsBox .topNewsList_itemLink{
  flex-wrap: wrap;
}
.newsBox .topNewsList_itemLinkL{
  height: 8.8rem;
}
.newsBox .topNewsList_itemLinkR time {
  font-size: 1.6rem;
}
.newsBox .topNewsList_itemLinkR h3{
  line-height: 2;
}
.newsBox_excerpt{
  font-size: 1.2rem;
  width: 100%;
  margin-top: 1rem;
}

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

NEWS DETAIL

-------------------------------------------------------------*/
.headerSubNewsD{
  background: #454545;
}
.headerSubNewsD .h_logo {
  margin-top: 1.6rem;
}
.mainContentNewsD{
  padding-top: 10rem;
}
.newsBoxD{
  width: 60%;
  margin: 8rem auto 10rem;
}
.newsBoxDMain{
  margin-bottom: 4rem;
}
.newsBoxDCOnt{
  margin-bottom: 8rem;
}
.newsBoxDCOnt_top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #838383;
}
.newsBoxDCOnt_topTime{
  width: 20%;
  font-size: 2rem;
  font-weight: 500;
}
.newsBoxDCOnt_topTtl{
  width: 80%;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}
.newsBoxDCOnt_topTtl span {
  background: #838383;
  font-size: 1.3rem;
  color: #fff;
  line-height: 1;
  padding: 0.3rem 1rem;
  letter-spacing: 0;
}
.newsBoxDCOntBody{
  margin-bottom: 8rem;
}
.newsBoxDCOntBody h2{
  margin-bottom: 2rem;
  padding: 2rem 0;
  border-top: 2px solid #707070;
  border-bottom: 2px solid #707070;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
.newsBoxDCOntBody h3{
  margin-bottom: 2rem;
  padding-left: 1rem;
  border-left: 2px solid #707070;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
.newsBoxDCOntBody h4{
  font-weight: 700;
  margin-bottom: 2rem;
}
.newsBoxDCOntBody h4:before{
  content: "■";
}
.newsBoxDCOntBody p{
  margin-bottom: 2rem;
}
.newsBoxDCOntBody img{
  margin-bottom: 3rem;
}
.newsBoxDBtn{
  display: flex;
  justify-content: center;
}
.newsBoxDBtn a{
  width: 20rem;
  background: #fff;
  display: block;
  text-align: center;
  border: 1px solid #838383;
  padding: 1.5rem 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.newsBoxD {
  width: 80%;
  margin: 8rem auto 10rem;
}
.headerSubNewsD .h_logo {
  margin-top: 0;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.headerSubNewsD{
  background: #454545;
}
.headerSubNewsD .h_logo {
  margin-top: 0rem;
}
.mainContentNewsD{
  padding-top: 6rem;
}
.newsBoxD{
  width: 80%;
  margin: 3rem auto 6rem;
}
.newsBoxDMain{
  margin-bottom: 2rem;
}
.newsBoxDCOnt{
  margin-bottom: 4rem;
}
.newsBoxDCOnt_top{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #838383;
  flex-direction: column;
}
.newsBoxDCOnt_topTime{
  width: 100%;
  font-size: 2rem;
  font-weight: 500;
}
.newsBoxDCOnt_topTtl{
  width: 100%;
  font-size: 1.4rem;
  display: inline-block;
  align-items: center;
  letter-spacing: 0;
}
.newsBoxDCOnt_topTtl span {
  background: #838383;
  font-size: 1.3rem;
  color: #fff;
  line-height: 1;
  padding: 0.2rem 1rem;
  letter-spacing: 0;
}
.newsBoxDCOntBody{
  margin-bottom: 4rem;
}
.newsBoxDCOntBody h2{
  margin-bottom: 2rem;
  padding: 2rem 0;
  border-top: 2px solid #707070;
  border-bottom: 2px solid #707070;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
.newsBoxDCOntBody h3{
  margin-bottom: 2rem;
  padding-left: 1rem;
  border-left: 2px solid #707070;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
.newsBoxDCOntBody h4{
  font-weight: 700;
  margin-bottom: 2rem;
}
.newsBoxDCOntBody h4:before{
  content: "■";
}
.newsBoxDCOntBody p{
  margin-bottom: 2rem;
}
.newsBoxDCOntBody img{
  margin-bottom: 3rem;
}
.newsBoxDBtn{
  display: flex;
  justify-content: center;
}
.newsBoxDBtn a{
  width: 30rem;
  background: #fff;
  display: block;
  text-align: center;
  border: 1px solid #838383;
  padding: 1.5rem 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
}
/*-----------------------------------------------------------

ENTRY

-------------------------------------------------------------*/
.mainContentEntry{
  background: #F5F5F5;
}
.entryBox{
  width: 50%;
  margin: 8rem auto 6rem;
}
.cmnTtl03Box--entryBox{

}
.entryBox_intro{
  text-align: center;
}
.formSec{
  width: 50%;
  margin: 0 auto 10rem;
}

.formSecList_item{
  margin-bottom: 3rem;
}
.formSecList_itemTtl{
  margin-bottom: 1rem;
  position: relative;
  font-weight: 500;
  font-size: 1.6rem;
}
.formSecList_itemTtl.hissu{
  padding-left: 6rem;
}
.formSecList_itemTtl.hissu:after{
  content: "必須";
  color: #fff;
  background: #C40000;
  position: absolute;
  left: 0;
  top: 0.4rem;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.6rem 0.8rem;
  border-radius: 4px;
  letter-spacing: 0;
}
.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;
}
.formSecList_itemInput select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 98% center no-repeat;
  background-size: 1rem;
  padding: 1.5rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #707070;
  font-size: 1.6rem;
}
.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: #707070;
    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: "年";
  position: absolute;
  top: 3rem;
  height: 2.5rem;
  right: -2rem;
}
.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: "月";
  position: absolute;
  top: 3rem;
  height: 2.5rem;
  right: -2rem;
}
.formSecList_itemBirthDay{
  width: 15%;
  position: relative;
  padding-right: 0.7rem;
  margin-right: 0.7rem;
  display: flex;
  align-items: center;
}
.formSecList_itemBirthDay:after{
  content: "日";
  position: absolute;
  top: 3rem;
  height: 2.5rem;
  right: -2rem;
}
.formSecList_itemBirthDay span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirth select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 93% center no-repeat;
  background-size: 1rem;
  padding: 1.5rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #707070;
  font-size: 1.6rem;
}
.formSecList_itemBirth p{
  width: 100%;
}
.formSecList_itemTextArea textarea {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #707070;
  border: 1px solid #707070;
  height: 28rem;
  font-size: 1.6rem;
}
.formSecList_itemCheck{
  margin: 2rem 0 3rem;
  text-align: center;
}
.formSecList_itemCheck_note{
  text-align: center;
  margin-bottom: 4rem;
  font-size: 1.6rem;
}
.formSecList_itemCheck label{
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  justify-content: center;
}
.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: #0051A4;
  border: 1px solid #0051A4;
  color: #fff;
  cursor: pointer;
}
.formSecList_itemCheck a{
  color: #0040F1;
  font-weight: 600;
}
.sendBtn {
  position: relative;
  width: 40rem;
  margin: 0 auto;
  overflow: hidden;
}
.sendBtn .button {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #707070;
  border: none;
  text-align: center;
  padding: 1.5rem 0;
  /* padding-right: 2rem; */
  color: #fff;
  position: relative;
  border-radius: 0;
  font-size: 2rem;
  font-weight: 400;
}
.sendBtn .button:hover{
  opacity: 0.6;
}
.wpcf7-not-valid-tip {
  font-size: 1.2rem!important;
}
.wpcf7-spinner{
  display: none!important;
}
::placeholder {
  color: #CBCBCB;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.entryBox {
  width: 80%;
  margin: 8rem auto 6rem;
}
.formSec {
  width: 80%;
  margin: 0 auto 10rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainContentEntry{
  background: #F5F5F5;
}
.entryBox{
  width: 80%;
  margin: 4rem auto 4rem;
}
.cmnTtl03Box--entryBox{

}
.entryBox_intro{
  text-align: center;
}
.formSec{
  width: 80%;
  margin: 0 auto 8rem;
}

.formSecList_item{
  margin-bottom: 2rem;
}
.formSecList_itemTtl{
  margin-bottom: 1rem;
  position: relative;
  font-weight: 500;
  font-size: 1.2rem;
}
.formSecList_itemTtl.hissu{
  padding-left: 5rem;
}
.formSecList_itemTtl.hissu:after{
  content: "必須";
  color: #fff;
  background: #C40000;
  position: absolute;
  left: 0;
  top: 0.1rem;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.6rem 0.8rem;
  border-radius: 4px;
  letter-spacing: 0;
}
.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.2rem;
}
.formSecList_itemInput select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 98% center no-repeat;
  background-size: 1rem;
  padding: 1.5rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #707070;
  font-size: 1.2rem;
}
.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: #707070;
    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: 44%;
  position: relative;
  padding-right: 0.7rem;
  margin-right: 3rem;
  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: "年";
  position: absolute;
  top: 3rem;
  height: 2.5rem;
  right: -2rem;
}
.formSecList_itemBirthMonth{
  width: 28%;
  position: relative;
  padding-right: 0.7rem;
  margin-right: 3rem;
  display: flex;
  align-items: center;
}
.formSecList_itemBirthMonth span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirthMonth:after{
  content: "月";
  position: absolute;
  top: 3rem;
  height: 2.5rem;
  right: -2rem;
}
.formSecList_itemBirthDay{
  width: 28%;
  position: relative;
  padding-right: 0.7rem;
  margin-right: 0.7rem;
  display: flex;
  align-items: center;
}
.formSecList_itemBirthDay:after{
  content: "日";
  position: absolute;
  top: 3rem;
  height: 2.5rem;
  right: -2rem;
}
.formSecList_itemBirthDay span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirth select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 93% center no-repeat;
  background-size: 1rem;
  padding: 1.5rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #707070;
  font-size: 1.2rem;
}
.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: 20rem;
  font-size: 1.2rem;
}
.formSecList_itemCheck{
  margin: 2rem 0 3rem;
  text-align: center;
}
.formSecList_itemCheck_note{
  text-align: left;
  margin-bottom: 4rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.formSecList_itemCheck label{
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  justify-content: center;
}
.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: #0051A4;
  border: 1px solid #0051A4;
  color: #fff;
  cursor: pointer;
}
.formSecList_itemCheck a{
  color: #0040F1;
  font-weight: 600;
}
.sendBtn {
  position: relative;
  width: 30rem;
  margin: 0 auto;
  overflow: hidden;
}
.sendBtn .button {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #707070;
  border: none;
  text-align: center;
  padding: 1.5rem 0;
  /* padding-right: 2rem; */
  color: #fff;
  position: relative;
  border-radius: 0;
  font-size: 2rem;
  font-weight: 400;
}
.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 0 0 0em;
}
}
/*-----------------------------------------------------------

ENTRY THANKS

-------------------------------------------------------------*/
.mainContentSimple {
  padding-top: 10rem;
  background: #F5F5F5;
}
.thanksBox{
  padding: 12rem 0 16rem;
}
.thanksBox_top{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
.thanksBox_topTtl{
  position: relative;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.thanksBox_topTtl img{
  position: absolute;
  right: -6rem;
  top: -3rem;
  width: 5rem;
}
.thanksBox_topTxt{
  font-weight: 500;
}
.thanksBox_btm{
  text-align: center;
  margin-bottom: 4rem;
}
.thanksBox_btn{
  display: flex;
  justify-content: center;
}
.thanksBox_btn a{
  width: 20rem;
  background: #fff;
  display: block;
  text-align: center;
  border: 1px solid #838383;
  padding: 1.5rem 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainContentSimple {
  padding-top: 6rem;
  background: #fff;
}
.thanksBox{
  padding: 6rem 0 6rem;
}
.thanksBox_top{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
.thanksBox_topTtl{
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.thanksBox_topTtl img{
  position: absolute;
  right: -3rem;
  top: -2rem;
  width: 3rem;
}
.thanksBox_topTxt{
  font-weight: 500;
}
.thanksBox_btm{
  text-align: left;
  margin-bottom: 4rem;
  width: 85%;
  margin: 0 auto 4rem;
  letter-spacing: 0;
}
.thanksBox_btn{
  display: flex;
  justify-content: center;
}
.thanksBox_btn a{
  width: 20rem;
  background: #fff;
  display: block;
  text-align: center;
  border: 1px solid #838383;
  padding: 1.5rem 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
}
/*-----------------------------------------------------------

SITEMAP

-------------------------------------------------------------*/
.sitemapBox{
  width: 80%;
  margin: 8rem auto 10rem;
}
.sitemapBox_ttl{
  font-size: 3.2rem;
  margin-bottom: 3rem;
  font-weight: 600;
}
.sitemapBox_list{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.sitemapBox_list::after {
  content: "";
  display: block;
  width: 30.5%;
}
.sitemapBox_listItem{
  width: 28%;
  margin-bottom: 5rem;
}
.sitemapBox_listItem ul{

}
.sitemapBox_listItem ul li a{
  display: block;
}
.sitemapBox_listItem ul li:first-child a{
  font-weight: 600;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #707070;
  line-height: 1;
  display: flex;
  align-items: center;
}
.sitemapBox_listItem ul li:first-child a.ft_policy{
  font-weight: 200;
}
.sitemapBox_listItem ul li:first-child a img{
  width: 1.3rem;
  margin-right: 0.8rem;
}
.sitemapBox_listItem ul li:nth-child(n + 2) a{
  margin-bottom: 2rem;
  padding-left: 1.6rem;
  position: relative;
  line-height: 1;
}
.sitemapBox_listItem ul li:nth-child(n + 2) a:before{
  content: "";
  height: 1px;
  width: 0.8rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #707070;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.sitemapBox{
  width: 100%;
  margin: 4rem auto 0rem;
}
.sitemapBox_ttl{
  font-size: 2rem;
  margin-bottom: 4rem;
  font-weight: 600;
  text-align: center;
}
.sitemapBox_list{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.sitemapBox_list::after {
  content: "";
  display: block;
  width: 100%;
}
.sitemapBox_listItem{
  width: 100%;
  margin-bottom: 5rem;
}
.sitemapBox_listItem ul{

}
.sitemapBox_listItem ul li a{
  display: block;
}
.sitemapBox_listItem ul li:first-child a{
  font-weight: 500;
  padding: 0 3rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #707070;
  line-height: 1;
  display: flex;
  align-items: center;
}
.sitemapBox_listItem ul li:first-child a.ft_policy{
  font-weight: 200;
  border: none;
}
.sitemapBox_listItem ul li:first-child a img{
  width: 1.3rem;
  margin-right: 0.8rem;
}
.sitemapBox_listItem ul li:nth-child(n + 2) a{
  margin-bottom: 2rem;
  margin-left: 3rem;
  padding-left: 1.6rem;
  position: relative;
  line-height: 1;
}
.sitemapBox_listItem ul li:nth-child(n + 2) a:before{
  content: "";
  height: 2px;
  width: 0.8rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #707070;
}
}
/*-----------------------------------------------------------

404

-------------------------------------------------------------*/
.nfBox{
  padding: 18rem 0 22rem;
}
.nfBox_top{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
.nfBox_topTtl{
  position: relative;
  font-size: 2.5rem;
  font-weight: 600;
}
.nfBox_btm{
  text-align: center;
  margin-bottom: 4rem;
}
.nfBox_btn{
  display: flex;
  justify-content: center;
}
.nfBox_btn a{
  width: 20rem;
  background: #fff;
  display: block;
  text-align: center;
  border: 1px solid #838383;
  padding: 1.5rem 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.nfBox{
  padding: 8rem 0 10rem;
}
.nfBox_top{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
.nfBox_topTtl{
  position: relative;
  font-size: 2rem;
  font-weight: 600;
}
.nfBox_btm{
  text-align: center;
  margin-bottom: 4rem;
}
.nfBox_btn{
  display: flex;
  justify-content: center;
}
.nfBox_btn a{
  width: 20rem;
  background: #fff;
  display: block;
  text-align: center;
  border: 1px solid #838383;
  padding: 1.5rem 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
}
/*-----------------------------------------------------------

Other

-------------------------------------------------------------*/
.noPost{
  text-align: center;
}
/*-----------------------------------------------------------

EFFECT

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

.aboutValueList li{
  opacity: 0;
}
.fadeIn {
  animation-name:fadeInAnime;
  animation-duration:2s;
  animation-fill-mode:forwards;
  animation-delay: 0.2s;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*------------- top　---------------*/

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

