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

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

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

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

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

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

.f_en{
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
}
/*-----------------------------------------------------------

component

-------------------------------------------------------------*/
.c_grn{color: #2C9943;}
.c_blue{color: #2097EF;}
/*-----------------------------------------------------------

cmn laypout

-------------------------------------------------------------*/
/* header */
.header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: fixed;
  background: #00000000;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 1rem 3rem;
  transition: 0.4s ease-out;
}
.header.transform{
  background: #000000bf;
}
.header__logo{
  width: 23rem;
}
.header__nav{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header__navList01{
  display: flex;
  justify-content: flex-end;
}
.header__navList01__item{
  margin-right: 3rem;
}
.header__navList01__itemLink{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #fff;
  line-height: 1;
}
.header__navList01__itemLink__jp{
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
.header__navList01__itemLink__en{
  font-size: 1rem;
}
.header__navCta{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header__navCta__link01{
  width: 20rem;
  height: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #53B200;
  border-radius: 5px;
  color: #fff;
  line-height: 1;
  margin-right: 1rem;
}
.header__navCta__link01__jp{
  font-size: 1.5rem;
  margin-bottom: 0.6rem;
  font-weight: 500;
}
.header__navCta__link01__en{
  font-size: 1rem;
}
.header__navCta__link02{
  width: 20rem;
  height: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #0163C1 url(../../src/img/mail_ico.png) 2.5rem center no-repeat;
  background-size: 2.5rem 2rem;
  border-radius: 5px;
  color: #fff;
  line-height: 1;
  padding-left: 2rem;
}
.header__navCta__link02__jp{
  font-size: 1.5rem;
  margin-bottom: 0.6rem;
  font-weight: 500;
}
.header__navCta__link02__en{
  font-size: 1rem;
}
/* footer */
.footer{
  padding: 8rem 0 3rem;
  background: #5A5A5A;
}
.footerInner{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  margin: 0 auto 5rem;
}
.footerInnerL{
  width: 30%;
}
.footerInnerL__logo{
  display: block;
  width: 23rem;
  margin-bottom: 2rem;
}
.footerInnerL__info{
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.footerInnerR__list01{
  display: flex;
  margin-bottom: 3rem;
}
.footerInnerR__list01__item{
  margin-right: 3rem;
}
.footerInnerR__list01__itemLink{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  line-height: 1;
}
.footerInnerR__list01__itemLink__jp{
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
.footerInnerR__list01__itemLink__en{
  font-size: 1rem;
}
.footerInnerR__list02{
  display: flex;
  margin-bottom: 3rem;
}
.footerInnerR__list02 li{
  color: #fff;
  margin-right: 2rem;
}
.footerInnerR__list03{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.footerInnerR__list03__item{
  width: 49%;
}
.footerInnerR__list03__item a{
  width: 36rem;
  height: 5rem;
  background: #53B200;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.copyRight{
  text-align: center;
  color: #fff;
}
.navBox,.navTglOpen{
  display: none;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
/* header */
.header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: fixed;
  background: #000000bf;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 1.5rem 2rem;
  transition: 0.4s ease-out;
}
.header.transform{
  background: #000000bf;
}
.header__logo{
  width: 16rem;
  z-index: 9999;
}
.header__nav{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  display: none;
}
.header__navList01{
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
}
.header__navList01__item{
  margin-right: 0rem;
  margin-bottom: 3rem;
}
.header__navList01__itemLink{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  line-height: 1;
}
.header__navList01__itemLink__jp{
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
.header__navList01__itemLink__en{
  font-size: 1rem;
}
.header__navCta{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}
.header__navCta__link01{
  width: 100%;
  height: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #53B200;
  border-radius: 5px;
  color: #fff;
  line-height: 1;
  margin-right: 0rem;
  margin-bottom: 2rem;
}
.header__navCta__link01__jp{
  font-size: 1.5rem;
  margin-bottom: 0.6rem;
  font-weight: 500;
}
.header__navCta__link01__en{
  font-size: 1rem;
}
.header__navCta__link02{
  width: 100%;
  height: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #0163C1 url(../../src/img/mail_ico.png) 8.5rem center no-repeat;
  background-size: 2.5rem 2rem;
  border-radius: 5px;
  color: #fff;
  line-height: 1;
  padding-left: 2rem;
}
.header__navCta__link02__jp{
  font-size: 1.5rem;
  margin-bottom: 0.6rem;
  font-weight: 500;
}
.header__navCta__link02__en{
  font-size: 1rem;
}
/* hmb menu */
.navTglOpen{
  width: 3rem;
  display: block;
  position: relative;
  z-index: 9999;
}
.navTglOpen .navIco_open{
  display: block;
}
.navTglOpen .navIco_close{
  display: none;
}
.navTglOpen.active .navIco_open{
  display: none;
}
.navTglOpen.active .navIco_close{
  display: block;
}
.navBox {
  visibility: hidden;
  z-index: 8888;
  position: fixed;
  top: 0rem;
  right: 0rem;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease;
  background: #434343f5;
  padding: 10rem 3rem 5rem;
  display: block;
}
.navBox.active {
  visibility: visible;
  opacity: 1;
  overflow: auto;
  transition: 0.5s ease;
  -ms-overflow-style: none; 
  scrollbar-width: none;
}
.navBox.active::-webkit-scrollbar {
  display:none;
}
.navBoxList{
  position: relative;
  z-index: 1;
  padding: 3rem 0;
  width: 90%;
  margin: 0 auto;
}
/* footer */
.footer{
  padding: 3rem 0 2rem;
  background: #5A5A5A;
}
.footerInner{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  margin: 0 auto 2rem;
  flex-direction: column;
}
.footerInnerL{
  width: 100%;
  margin-bottom: 3rem;
}
.footerInnerL__logo{
  display: block;
  width: 23rem;
  margin-bottom: 2rem;
}
.footerInnerL__info{
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.footerInnerR{
  width: 100%;
}
.footerInnerR__list01{
  display: flex;
  margin-bottom: 3rem;
  flex-direction: column;
}
.footerInnerR__list01__item{
  margin-right: 0rem;
  margin-bottom: 2rem;
}
.footerInnerR__list01__itemLink{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  line-height: 1;
}
.footerInnerR__list01__itemLink__jp{
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
.footerInnerR__list01__itemLink__en{
  font-size: 1rem;
}
.footerInnerR__list02{
  display: flex;
  margin-bottom: 3rem;
  width: 100%;
  justify-content: center;
}
.footerInnerR__list02 li{
  color: #fff;
  margin-right: 1rem;
  margin-left: 1rem;
}
.footerInnerR__list03{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
.footerInnerR__list03__item{
  width: 100%;
  margin-bottom: 2rem;
}
.footerInnerR__list03__item a{
  width: 100%;
  height: 5rem;
  background: #53B200;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.copyRight{
  text-align: center;
  color: #fff;
  font-size: 1rem;
}
}
/*-----------------------------------------------------------

TOP

-------------------------------------------------------------*/
.mainContent{
  position: relative;
  overflow: hidden;
}
.mainV{
  position: relative;
  margin-bottom: 6rem;
  height: 86rem;
}
.mainV__inner{
  position: absolute;
  width: 80%;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mainV__tips{
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
}
.mainV__tipsItem{
  width: 31%;
  opacity: 0;
}
.mainV__ttl{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  line-height: 1;
  margin-bottom: 6rem;
  letter-spacing: 0.6rem;
}
.mainV__ttlTop{
  font-size: 4.7rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.mainV__ttlBtm{
  font-size: 3.4rem;
  font-weight: 600;
}
.mainV__btn{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 52rem;
}
.mainV__btnTtl{
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  background: url(../../src/img/mv_btn_tips.png) center center no-repeat;
  background-size: 31rem 2.8rem;
  padding: 0 10rem;
}
.mainV__btnLink{
  width: 52rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0163C1;
  color: #fff;
  border-radius: 6px;
}
.mainV__btnLink__ico{
  width: 4rem;
  margin-right: 1rem;
}
.mainV__btnLink__txt{
  font-size: 2.4rem;
  font-weight: 600;
}
.topAbout{
  width: 80%;
  margin: 0 auto 8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topAbout__cont{
  width: 45%;
}
.cmn__ttl{
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem;
  color: #0163C1;
  line-height: 1;
}
.cmn__ttl--topAbout{
  align-items: flex-start;
  margin-bottom: 3rem;
}
.cmn__ttl__jp{
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.cmn__ttl__en{
  font-size: 1.4rem;
}
.topAbout__cont__ttl{
  font-size: 2rem;
  margin-bottom: 3rem;
}
.topAbout__cont__txt{
  margin-bottom: 4rem;
  line-height: 3rem;
}
.cmn__tgleBtn{
  width: 36rem;
  height: 5rem;
  background: #464646;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin: 0 auto;
}
.cmn__tgleBtn p{
  position: relative;
}
.cmn__tgleBtn p:after{
  content: "";
  width: 0.6rem;
  height: 1.2rem;
  background: url(../../src/img/tgle_arrow.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -2rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.topAbout__img{
  width: 50%;
}
.topCompany{
  background: url(../../src/img/top_company_bg.png) 0 bottom no-repeat;
  background-size: cover;
  padding: 10rem 0 6rem;
  margin-bottom: -4rem;
}
.topCompany__cont{
  width: 80%;
  margin: 0 auto 0rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cmn__lead{
  text-align: center;
  margin-bottom: 3rem;
}
.topCompany__list{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}
.topCompany__listItem{
  width: 48%;
}
.topCompany__listItem__link{
  position: relative;
  display: block;
}
.topCompany__listItem__linkTxt{
  position: absolute;
  bottom: 1rem;
  left: 2rem;
  color: #fff;
}
.topCompany__listItem__linkTxt span{
  position: relative;
}
.topCompany__listItem__linkTxt span:after{
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: url(../../src/img/circle_arrow.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -2rem;
  top: 0.2rem;
  bottom: 0;
  margin: auto;
}
.cta{
  background: url(../../src/img/cta_bg.png) 0 bottom no-repeat;
  background-size: 100% 100%;
  height: 34rem;
  display: flex;
  align-items: flex-end;
}
.ctaInner{
  width: 80%;
  margin: 0 auto;
  margin-bottom: 5rem;
}
.ctaInner__txt{
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2em;
  color: #fff;
  margin-bottom: 2rem;
}
.ctaInner__link{
  width: 52rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0163C1;
  color: #fff;
  border-radius: 6px;
}
.ctaInner__link__ico{
  width: 4rem;
  margin-right: 1rem;
}
.ctaInner__link__txt{
  font-size: 2.4rem;
  font-weight: 600;
}
.topService{
  background: url(../../src/img/top_service_bg.png) 0 bottom no-repeat;
  background-size: cover;
  padding: 10rem 0 10rem;
}
.topService__cont{
  width: 80%;
  margin: 0 auto 0rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cmn__lead{
  text-align: center;
  margin-bottom: 3rem;
}
.topService__list{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}
.topService__listItem{
  width: 50%;
}
.topService__listItem__link{
  position: relative;
  display: block;
}
.topService__listItem__linkBox{
  position: absolute;
  top: 3rem;
  left: 3rem;
  color: #fff;
}
.topService__listItem__linkBox__ttl{
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.topService__listItem__linkBox__txt{

}
.topService__listItem__linkTxt{
  position: absolute;
  bottom: 2rem;
  right: 6rem;
  color: #fff;
}
.topService__listItem__linkTxt span{
  position: relative;
}
.topService__listItem__linkTxt span:after{
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: url(../../src/img/circle_arrow.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -2rem;
  top: 0.2rem;
  bottom: 0;
  margin: auto;
}
.topWorks{
  padding: 10rem 0 3rem;
}
.topWorks__cont{
  width: 100%;
  margin: 0 auto 0rem;
}
.topWorksList{
  margin-bottom: 4rem;
}
.topWorksList__item{
  padding: 0 1rem;
}
.topWorksList__itemLink{
  display: block;
}
.topWorksList__itemLink__img {
  width: 100%;
  height: 30.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 1rem;
  border-radius: 8px;
}
.topWorksList__itemLink__img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.topWorksList__item div:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000090;
  top: 0;
  transition: 0.4s ease-out;
}
.topWorksList__item.slick-current div:after{
  background: #00000000;
}
.topWorksList__itemLink__date{

}
.topWorksList__itemLink__list{
  font-size: 1.8rem;
  font-weight: 500;
}
.topWorksList__itemLink__list li{
  border-bottom: 1px solid #D3D3D3;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.topWorksList .slick-prev {
  left: 38.5rem;
  width: 5rem;
  height: 5rem;
  top: 15rem;
}
.topWorksList .slick-prev:before {
  content: "";
  background: url(../../src/img/prev_arrow.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 5rem;
  height: 5rem;
  display: block;
}
.topWorksList .slick-next {
  right: 38.5rem;
  width: 5rem;
  height: 5rem;
  top: 15rem;
}
.topWorksList .slick-next:before {
  content: "";
  background: url(../../src/img/next_arrow.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 5rem;
  height: 5rem;
  display: block;
}
.topRecruit{
  background: url(../../src/img/top_recruit_bg.png) 0 bottom no-repeat;
  background-size: 100% 100%;
  height: 79rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.topRecruit__cont{
  width: 80%;
  margin: 0 auto 0rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cmn__lead{
  text-align: center;
  margin-bottom: 3rem;
}
.topRecruit__list{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}
.topRecruit__listItem{
  width: 49%;
}
.topRecruit__listItem__link{
  position: relative;
  display: block;
}
.topRecruit__listItem__linkBox{
  position: absolute;
  top: 3rem;
  left: 3rem;
  color: #fff;
}
.topRecruit__listItem__linkBox__ttl{
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.topRecruit__listItem__linkBox__txt{

}
.topRecruit__listItem__linkTxt{
  position: absolute;
  bottom: 0rem;
  color: #fff;
  width: 100%;
  background: #000000a8;
  text-align: center;
  padding: 1rem 0;
}
.topRecruitBtn{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.topRecruitBtn__item{
  width: 49%;
  display: flex;
}
.topRecruitBtn__item--01{
  justify-content: flex-end;
}
.topRecruitBtn__item--02{
  justify-content: flex-start;
}
.topRecruitBtn__item a{
  width: 36rem;
  height: 5rem;
  background: #53B200;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.topRecruitBtn__item--02 a{
  background: #3F8600;
}
.topFaq{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10rem 0 2rem;
}
.topFaq__cont{
  width: 80%;
  margin: 0 auto 0rem;
}
.topFaq__box{
  margin-bottom: 6rem;
}
.topFaq__boxTtl{
  color: #0163C1;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
  margin-bottom: 3rem;
}
.topFaq__boxTtl:before{
  content: "";
  height: 1px;
  width: 100%;
  background: #0163C1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.topFaq__boxTtl span{
  background: #fff;
  padding-right: 3rem;
  display: inline-block;
  position: relative;
}
.topFaq__boxList__item{
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: dashed 1px #aaa;
  opacity: 0;
}
.topFaq__boxList__itemTtl{
  padding-left: 3rem;
  color: #0163C1;
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 1rem;
}
.topFaq__boxList__itemTtl:before{
  content: "Q";
  position: absolute;
  left: 0;
  font-size: 1.8rem;
  font-weight: 600;
}
.topFaq__boxList__itemTxt{
  padding-left: 3rem;
  position: relative;
}
.topFaq__boxList__itemTxt:before{
  content: "A";
  position: absolute;
  left: 0.2rem;
  top: -0.3rem;
  color: #0163C1;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainContent{
  position: relative;
  overflow: hidden;
}
.mainV{
  position: relative;
  margin-bottom: 6rem;
  height: 84rem;
}
.mainV__inner{
  position: absolute;
  width: 90%;
  height: 100%;
  margin: auto;
  left: 0;
  right: 0;
  bottom: unset;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 10rem;
}
.mainV__tips{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.mainV__tipsItem{
  width: 31%;
  opacity: 0;
}
.mainV__ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 6rem;
  letter-spacing: 0.6rem;
  text-align: center;
  width: 100%;
}
.mainV__ttlTop{
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.mainV__ttlBtm{
  font-size: 2rem;
  font-weight: 600;
}
.mainV__btn{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 32rem;
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  margin: auto;
}
.mainV__btnTtl {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 900;
  background: url(../../src/img/mv_btn_tips.png) center center no-repeat;
  background-size: 25rem 2.1rem;
  padding: 0 6rem;
  filter: drop-shadow(0px 0px 3px #000);
}
.mainV__btnLink{
  width: 32rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0163C1;
  color: #fff;
  border-radius: 6px;
}
.mainV__btnLink__ico{
  width: 2.4rem;
  margin-right: 1rem;
}
.mainV__btnLink__txt{
  font-size: 1.4rem;
  font-weight: 600;
}
.topAbout{
  width: 100%;
  margin: 0 auto 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column-reverse;
}
.topAbout__cont{
  width: 80%;
}
.cmn__ttl{
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem;
  color: #0163C1;
  line-height: 1;
}
.cmn__ttl--topAbout{
  align-items: flex-start;
  margin-bottom: 3rem;
}
.cmn__ttl__jp{
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.cmn__ttl__en{
  font-size: 1.4rem;
}
.topAbout__cont__ttl{
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.topAbout__cont__txt{
  margin-bottom: 3rem;
  line-height: 3rem;
}
.cmn__tgleBtn{
  width: 31rem;
  height: 5rem;
  background: #464646;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin: 0 auto;
}
.cmn__tgleBtn p{
  position: relative;
}
.cmn__tgleBtn p:after{
  content: "";
  width: 0.6rem;
  height: 1.2rem;
  background: url(../../src/img/tgle_arrow.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -2rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.topAbout__img{
  width: 100%;
  margin-bottom: 4rem;
}
.topCompany{
  background: url(../../src/img/sp/top_company_bg@2x.png) 0 bottom no-repeat;
  background-size: cover;
  padding: 5rem 0 6rem;
  margin-bottom: 0rem;
}
.topCompany__cont{
  width: 80%;
  margin: 0 auto 0rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cmn__lead{
  text-align: center;
  margin-bottom: 3rem;
}
.topCompany__list{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
}
.topCompany__listItem{
  width: 100%;
  margin-bottom: 2rem;
}
.topCompany__listItem__link{
  position: relative;
  display: block;
}
.topCompany__listItem__linkTxt{
  position: absolute;
  bottom: 1rem;
  left: 2rem;
  color: #fff;
}
.topCompany__listItem__linkTxt span{
  position: relative;
}
.topCompany__listItem__linkTxt span:after{
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: url(../../src/img/circle_arrow.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -2rem;
  top: 0.2rem;
  bottom: 0;
  margin: auto;
}
.cta{
  background: url(../../src/img/sp/cta_bg@2x.png) 0 bottom no-repeat;
  background-size: 100% 100%;
  height: 39rem;
  display: flex;
  align-items: flex-start;
}
.ctaInner{
  width: 80%;
  margin: 0 auto;
  margin-bottom: 0rem;
  padding-top: 2rem;
  position: relative;
  height: 100%;
}
.ctaInner__txt{
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2em;
  color: #fff;
  margin-bottom: 2rem;
  text-align: center;
}
.ctaInner__link {
  width: 31rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0163C1;
  color: #fff;
  border-radius: 6px;
  position: absolute;
  bottom: 3rem;
}
.ctaInner__link__ico{
  width: 2.4rem;
  margin-right: 1rem;
  line-height: 1.4;
}
.ctaInner__link__txt{
  font-size: 1.4rem;
  font-weight: 600;
}
.topService{
  background: url(../../src/img/sp/top_service_bg@2x.png) 0 bottom no-repeat;
  background-size: cover;
  padding: 5rem 0 3rem;
}
.topService__cont{
  width: 100%;
  margin: 0 auto 0rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cmn__lead{
  text-align: center;
  margin-bottom: 3rem;
}
.topService__list{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  flex-direction: column;
}
.topService__listItem{
  width: 100%;
}
.topService__listItem__link{
  position: relative;
  display: block;
}
.topService__listItem__linkBox{
  position: absolute;
  top: 3rem;
  left: 3rem;
  color: #fff;
}
.topService__listItem__linkBox__ttl{
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.topService__listItem__linkBox__txt{

}
.topService__listItem__linkTxt{
  position: absolute;
  bottom: 2rem;
  right: 6rem;
  color: #fff;
}
.topService__listItem__linkTxt span{
  position: relative;
}
.topService__listItem__linkTxt span:after{
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: url(../../src/img/circle_arrow.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -2rem;
  top: 0.2rem;
  bottom: 0;
  margin: auto;
}
.topWorks{
  padding: 5rem 0 5rem;
}
.topWorks__cont{
  width: 100%;
  margin: 0 auto 0rem;
}
.topWorksList{
  margin-bottom: 4rem;
}
.topWorksList__item{
  padding: 0 1rem;
}
.topWorksList__itemLink{
  display: block;
}
.topWorksList__itemLink__img {
  width: 100%;
  height: 26.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 1rem;
  border-radius: 8px;
}
.topWorksList__itemLink__img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.topWorksList__item div:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000090;
  top: 0;
  transition: 0.4s ease-out;
}
.topWorksList__item.slick-current div:after{
  background: #00000000;
}
.topWorksList__itemLink__date{

}
.topWorksList__itemLink__list{
  font-size: 1.4rem;
  font-weight: 500;
}
.topWorksList__itemLink__list li{
  border-bottom: 1px solid #D3D3D3;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.topWorksList .slick-prev {
  left: 1.5rem;
  width: 5rem;
  height: 5rem;
  top: 14rem;
}
.topWorksList .slick-prev:before {
  content: "";
  background: url(../../src/img/prev_arrow.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 5rem;
  height: 5rem;
  display: block;
}
.topWorksList .slick-next {
  right: 1.5rem;
  width: 5rem;
  height: 5rem;
  top: 14rem;
}
.topWorksList .slick-next:before {
  content: "";
  background: url(../../src/img/next_arrow.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 5rem;
  height: 5rem;
  display: block;
}
.topRecruit{
  background: url(../../src/img/sp/top_recruit_bg@2x.png) 0 bottom no-repeat;
  background-size: 100% 100%;
  height: 93rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 2rem;
}
.topRecruit__cont{
  width: 80%;
  margin: 0 auto 0rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cmn__lead{
  text-align: center;
  margin-bottom: 3rem;
}
.topRecruit__list{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
}
.topRecruit__listItem{
  width: 100%;
  margin-bottom: 2rem;
}
.topRecruit__listItem__link{
  position: relative;
  display: block;
}
.topRecruit__listItem__linkBox{
  position: absolute;
  top: 3rem;
  left: 3rem;
  color: #fff;
}
.topRecruit__listItem__linkBox__ttl{
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.topRecruit__listItem__linkBox__txt{

}
.topRecruit__listItem__linkTxt{
  position: absolute;
  bottom: 0rem;
  color: #fff;
  width: 100%;
  background: #000000a8;
  text-align: center;
  padding: 1rem 0;
}
.topRecruitBtn{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
.topRecruitBtn__item{
  width: 100%;
  display: flex;
  margin-bottom: 1rem;
}
.topRecruitBtn__item--01{
  justify-content: flex-end;
}
.topRecruitBtn__item--02{
  justify-content: flex-start;
}
.topRecruitBtn__item a{
  width: 36rem;
  height: 5rem;
  background: #53B200;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.topRecruitBtn__item--02 a{
  background: #3F8600;
}
.topFaq{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 0 2rem;
}
.topFaq__cont{
  width: 80%;
  margin: 0 auto 0rem;
}
.topFaq__box{
  margin-bottom: 6rem;
}
.topFaq__boxTtl{
  color: #0163C1;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
  margin-bottom: 3rem;
  text-align: center;
}
.topFaq__boxTtl:before{
  content: "";
  height: 1px;
  width: 100%;
  background: #0163C1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.topFaq__boxTtl span{
  background: #fff;
  padding-right: 2rem;
  padding-left: 2rem;
  display: inline-block;
  position: relative;
}
.topFaq__boxList__item{
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: dashed 1px #aaa;
  opacity: 0;
}
.topFaq__boxList__itemTtl{
  padding-left: 3rem;
  color: #0163C1;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.topFaq__boxList__itemTtl:before{
  content: "Q";
  position: absolute;
  left: 0;
  font-size: 1.5rem;
  font-weight: 600;
}
.topFaq__boxList__itemTxt{
  padding-left: 3rem;
  position: relative;
  line-height: 1.4;
}
.topFaq__boxList__itemTxt:before{
  content: "A";
  position: absolute;
  left: 0.2rem;
  top: -0rem;
  color: #0163C1;
  font-size: 1.5rem;
  font-weight: 600;
}
}
/*-----------------------------------------------------------

PUNKUZ

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

ABOUT

-------------------------------------------------------------*/
.aboutMain{
  height: 54rem;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 2rem;
}
.aboutMainInner {
  position: absolute;
  width: 80%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cmn__mainTtl{
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem;
  color: #fff;
  line-height: 1;
}
.cmn__mainTtl--aboutMain{
  align-items: flex-start;
}
.cmn__mainTtl__jp{
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.cmn__mainTtl__en{
  font-size: 1.4rem;
  font-weight: 600;
}
.aboutMainInner__cont{
  width: 50%;
}
.aboutMainInner__contTtl{
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.aboutMainInner__contTxt{
  color: #fff;
}
.aboutFeature{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10rem 0 40rem;
  background: url(../../src/img/about_feature_bg.png) 0 bottom no-repeat;
  background-size: 100% 95rem;
}
.aboutFeature__cont{
  width: 80%;
  margin: 0 auto 0rem;
}
.aboutFeature__contTxt{
  font-size: 2rem;
  margin-bottom: 3rem;
  text-align: center;
  font-weight: 600;
}
.aboutFeature__contJob{
  width: 80%;
  margin: 0 auto 5rem;
  background: #00000060;
  border-radius: 10px;
  padding: 3rem 0;
  color: #fff;
}
.aboutFeature__contJob__ttl{
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.aboutFeature__contJob__txt{
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
}
.aboutFeature__contBtn{
  display: flex;
  justify-content: center;
}
.cmn__tgleBtn--aboutFeature{
  margin: 0;
  margin-right: 1rem;
}
.aboutFeature__contBtn__link{
  width: 36rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0163C1;
  color: #fff;
  border-radius: 6px;
  line-height: 1;
  margin-left: 1rem;
}
.aboutFeature__contBtn__link__ico{
  width: 1.8rem;
  margin-right: 1rem;
}
.aboutFeature__contBtn__link__txt{

}
.aboutStr{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10rem 0 6rem;
  background: url(../../src/img/about_str_bg.png) 0 0 no-repeat;
  background-size: 100% 170rem;
  margin-top: -23rem;
  margin-bottom: -4rem;
}
.aboutStr__cont{
  width: 80%;
  margin: 0 auto 0rem;
}
.aboutStr__tips{
  margin: 2rem 0 8rem;
}
.aboutStrList{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aboutStrList__item{
  width: 50%;
  opacity: 0;
}
.aboutStrList__item--01{

}
.aboutStrList__item--02{
  width: 42%;
  margin-top: 10rem;
}
.aboutStrList__item--03{
  margin-top: -50rem;
}
.aboutStrList__itemImg{
  margin-bottom: 2rem;
}
.aboutStrList__itemTtl{
  font-size: 2rem;
  margin-bottom: 1rem;
}
.aboutStrList__itemTxt{
  letter-spacing: 0em;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.aboutMain{
  height: 69rem;
  display: flex;
  align-items: flex-end;
  position: relative;
  margin-bottom: 2rem;
}
.aboutMainInner {
  position: absolute;
  width: 80%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 4rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
}
.cmn__mainTtl{
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem;
  color: #fff;
  line-height: 1;
}
.cmn__mainTtl--aboutMain{
  align-items: flex-start;
}
.cmn__mainTtl__jp{
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.cmn__mainTtl__en{
  font-size: 1.4rem;
  font-weight: 600;
}
.aboutMainInner__cont{
  width: 100%;
}
.aboutMainInner__contTtl{
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.aboutMainInner__contTxt{
  color: #fff;
}
.aboutFeature{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 0 26rem;
  background: url(../../src/img/sp/about_feature_bg@2x.png) 0 80% no-repeat;
  background-size: 100% 49rem;
}
.aboutFeature__cont{
  width: 80%;
  margin: 0 auto 0rem;
}
.aboutFeature__contTxt{
  font-size: 1.6rem;
  margin-bottom: 3rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0;
}
.aboutFeature__contJob{
  width: 100%;
  margin: 0 auto 2rem;
  background: #00000060;
  border-radius: 10px;
  padding: 2rem 2rem;
  color: #fff;
  
}
.aboutFeature__contJob__ttl{
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.aboutFeature__contJob__txt{
  font-size: 2rem;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
}
.aboutFeature__contBtn{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cmn__tgleBtn--aboutFeature{
  margin: 0;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.aboutFeature__contBtn__link{
  width: 31rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0163C1;
  color: #fff;
  border-radius: 6px;
  line-height: 1;
  margin-left: 0rem;
}
.aboutFeature__contBtn__link__ico{
  width: 1.8rem;
  margin-right: 1rem;
}
.aboutFeature__contBtn__link__txt{

}
.aboutStr{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 0 6rem;
  background: url(../../src/img/sp/about_str_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 110rem;
  margin-top: -18rem;
  margin-bottom: -4rem;
}
.aboutStr__cont{
  width: 100%;
  margin: 0 auto 0rem;
}
.aboutStr__tips{
  margin: 2rem auto 3rem;
  width: 90%;
}
.aboutStrList{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
.aboutStrList__item{
  width: 90%;
  opacity: 0;
  margin-bottom: 3rem;
}
.aboutStrList__item--01{

}
.aboutStrList__item--01 .aboutStrList__itemTtl{
  padding-left: 3rem;
}
.aboutStrList__item--01 .aboutStrList__itemTxt{
  padding-left: 3rem;
}
.aboutStrList__item--02{
  width: 70%;
  margin-top: 0rem;
  margin-left: 8rem;
}
.aboutStrList__item--03 {
  margin-top: 0rem;
  width: 100%;
  padding-left: 5rem;
}
.aboutStrList__item--03 .aboutStrList__itemTtl{
  padding-right: 3rem;
}
.aboutStrList__item--03 .aboutStrList__itemTxt{
  padding-right: 3rem;
}
.aboutStrList__itemImg{
  margin-bottom: 2rem;
}
.aboutStrList__itemTtl{
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.aboutStrList__itemTxt{
  letter-spacing: 0em;
}
}
/*-----------------------------------------------------------

COMPANY

-------------------------------------------------------------*/
.cmnMain{
  height: 37rem;
  position: relative;
  margin-bottom: 2rem;
}
.cmn__mainTtl--sub{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4rem;
  margin: auto;
  width: 80%;
  align-items: flex-start;
}
.companyBg{
  background: url(../../src/img/company_bg.png) 0 0 no-repeat;
  background-size: 100% 170rem;
  margin-top: -2rem;
  padding-top: 2rem;
  padding-bottom: 1rem;

}
.companyPhil{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8rem 0;
}
.companyPhil__cont{
  width: 80%;
  margin: 0 auto 0rem;
}
.companyPhil__contTtl{
  font-size: 2rem;
  margin-bottom: 3rem;
  text-align: center;
  font-weight: 600;
}
.companyPhil__contTxt{
  text-align: center;
}
.companyMessage{
  
}
.companyMessage__cont{
  width: 80%;
  margin: 0 auto 6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.companyMessageL{
  width: 45%;
}
.companyMessageR{
  width: 50%;
}
.cmn__ttl--companyMessage{
  align-items: flex-start;
}
.companyMessageR__txt{
  line-height: 1.6;
  margin-bottom: 2rem;
}
.companyMessageR__name{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  font-weight: 600;
  font-size: 1.8rem;
}
.companyMessageR__name span{
  font-size: 1.5rem;
  margin-right: 1rem;
}
.companyInfo{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8rem 0;
}
.companyInfo__cont{
  width: 80%;
  margin: 0 auto 0rem;
}
.companyInfo__list{
  width: 70%;
  margin: 0 auto 4rem;
}
.companyInfo__listItem{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #D5D5D5;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.companyInfo__listItem h3{
  width: 30%;
  font-size: 1.5rem;
}
.companyInfo__listItem p{
  width: 70%;
  font-size: 1.5rem;
}
.companyInfo__map{
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.companyInfo__map li{
  width: 48%;
}
.companyInfo__map li iframe{
  width: 100%;
  height: 30rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.cmnMain{
  height: 50rem;
  position: relative;
  margin-bottom: 2rem;
}
.cmn__mainTtl--sub{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4rem;
  margin: auto;
  width: 80%;
  align-items: flex-start;
}
.companyBg{
  background: url(../../src/img/sp/company_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 110rem;
  margin-top: -2rem;
  padding-top: 2rem;
  padding-bottom: 1rem;

}
.companyPhil{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 0 4rem;
}
.companyPhil__cont{
  width: 80%;
  margin: 0 auto 0rem;
}
.companyPhil__contTtl{
  font-size: 1.6rem;
  margin-bottom: 3rem;
  text-align: center;
  font-weight: 600;
}
.companyPhil__contTxt{
  text-align: left;
}
.companyMessage{
  
}
.companyMessage__cont{
  width: 80%;
  margin: 0 auto 0rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.companyMessageL{
  width: 100%;
  margin-bottom: 2rem;
}
.companyMessageR{
  width: 100%;
}
.cmn__ttl--companyMessage{
  align-items: flex-start;
  margin-bottom: 1rem;
}
.companyMessageR__txt{
  line-height: 1.6;
  margin-bottom: 2rem;
}
.companyMessageR__name{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  font-weight: 600;
  font-size: 1.8rem;
}
.companyMessageR__name span{
  font-size: 1.5rem;
  margin-right: 1rem;
}
.companyInfo{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 0;
}
.companyInfo__cont{
  width: 80%;
  margin: 0 auto 0rem;
}
.companyInfo__list{
  width: 100%;
  margin: 0 auto 4rem;
}
.companyInfo__listItem{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #D5D5D5;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  flex-direction: column;
}
.companyInfo__listItem h3{
  width: 100%;
  font-size: 1.5rem;
}
.companyInfo__listItem p{
  width: 100%;
  font-size: 1.5rem;
}
.companyInfo__map{
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.companyInfo__map li{
  width: 100%;
  margin-bottom: 2rem;
}
.companyInfo__map li iframe{
  width: 100%;
  height: 30rem;
}
}
/*-----------------------------------------------------------

SERVICE

-------------------------------------------------------------*/
.serviceAnch{
  width: 60%;
  margin: 3rem auto 6rem;
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.serviceAnch__item{
  width: 48%;
}
.serviceAnch__itemLink{
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 2rem 0;
  border: 1px solid #888888;
  font-size: 1.8rem;
  position: relative;
}
.serviceAnch__itemLink:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #888888 transparent;
  border-width: 0px 0px 2rem 2rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.serviceSec{
  margin-bottom: 10rem;
}
.serviceSec__main{

}
.serviceSec__wrap{
  background: url(../../src/img/service_sec_bg.png) 0 0 no-repeat;
  background-size: 100% 180rem;
  padding: 10rem 0 2rem;
}
.serviceSec__intro{
  width: 60%;
  margin: 0 auto -4rem;
  background: #ffffff;
background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
  position: relative;
  top: -16rem;
  padding: 4rem 0 0;
}
.serviceSec__introTtl{
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-align: center;
}
.serviceSec__introTxt{
  text-align: center;
}
.serviceSec__flow{
  width: 75%;
  margin: 0 auto 3rem;
}
.serviceSec__flowList{
  margin-top: 4rem;
}
.serviceSec__flowList__item{
  margin-bottom: 6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.serviceSec__flowList__itemL{
  width: 25%;
}
.serviceSec__flowList__itemR{
  width: 70%;
}
.serviceSec__flowList__itemR__ttl{
  border-bottom: 1px solid #0163C1;
  padding-bottom: 0.2rem;
  padding-left: 6rem;
  margin-bottom: 2rem;
  position: relative;
  color: #0163C1;
  font-weight: 600;
}
.serviceSec__flowList__itemR__ttlNum{
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: -1px;
  border: 1px solid #0163C1;
  color: #0163C1;
  font-size: 2.3rem;
}
.serviceSec__kind{
  background: #CBE5FF;
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  border-radius: 6px;
}
.serviceSec__kindTtl{
  color: #0163C1;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.serviceSec__kindTxt{
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.serviceAnch{
  width: 80%;
  margin: 3rem auto 6rem;
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-direction: column;
}
.serviceAnch__item{
  width: 100%;
  margin-bottom: 2rem;
}
.serviceAnch__itemLink{
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 2rem 0;
  border: 1px solid #888888;
  font-size: 1.8rem;
  position: relative;
}
.serviceAnch__itemLink:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #888888 transparent;
  border-width: 0px 0px 2rem 2rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.serviceSec{
  margin-bottom: 2rem;
}
.serviceSec__main{

}
.serviceSec__wrap{
  background: url(../../src/img/sp/service_sec_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 110rem;
  padding: 10rem 0 2rem;
}
.serviceSec__intro{
  width: 80%;
  margin: 0 auto -12rem;
  background: #ffffff;
background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
  position: relative;
  top: -16rem;
  padding: 4rem 0 0;
}
.serviceSec__introTtl{
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-align: center;
}
.serviceSec__introTxt{
  text-align: left;
}
.serviceSec__flow{
  width: 80%;
  margin: 0 auto 3rem;
}
.serviceSec__flowList{
  margin-top: 2rem;
}
.serviceSec__flowList__item{
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.serviceSec__flowList__itemL{
  width: 100%;
  margin-bottom: 2rem;
}
.serviceSec__flowList__itemR{
  width: 100%;
}
.serviceSec__flowList__itemR__ttl{
  border-bottom: 1px solid #0163C1;
  padding-bottom: 0.2rem;
  padding-left: 5rem;
  margin-bottom: 2rem;
  position: relative;
  color: #0163C1;
  font-weight: 600;
  font-size: 1.6rem;
}
.serviceSec__flowList__itemR__ttlNum{
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: -1px;
  border: 1px solid #0163C1;
  color: #0163C1;
  font-size: 2rem;
}
.serviceSec__kind{
  background: #CBE5FF;
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  border-radius: 6px;
}
.serviceSec__kindTtl{
  color: #0163C1;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.serviceSec__kindTxt{
  text-align: left;
  font-size: 1.8rem;
  font-weight: 600;
}
}
/*-----------------------------------------------------------

RECRUIT

-------------------------------------------------------------*/
.recruitIntro{
  margin-bottom: 6rem;
}
.recruitIntro__ttl {
  font-size: 2.5rem;
  margin-bottom: 3rem;
  text-align: center;
  font-weight: 600;
  color: #0163C1;
}
.recruitSlide{
  height: 30rem;
}
.recruitSlide li{
  margin: 0 -3.5rem;
}
.recruitMerit{
  margin-bottom: 10rem;
}
.recruitMerit__cont{
  width: 80%;
  margin: 0 auto;
}
.recruitMerit__list{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.recruitMerit__listItem{
  width: 49%;
  margin-bottom: 2rem;
  padding: 3rem 3rem;
  background: #D0E8FF;
  border-radius: 6px;
  opacity: 0;
}
.recruitMerit__listItem__ttl{
  text-align: center;
  color: #0163C1;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.recruitPerson{
  margin-bottom: 4rem;
}
.recruitPerson__cont{
  width: 80%;
  margin: 0 auto;
}
.recruitPerson__img{
  margin-bottom: 2rem;
}
.recruitPerson__txt{
  font-size: 2.5rem;
  text-align: center;
  font-weight: 600;
  color: #0163C1;
}
.recruitStaff{
  background: #EAF5FF;
  padding: 6rem 0;
  position: relative;
}
.recruitStaff__cont{
  width: 80%;
  margin: 0 auto;
}
.recruitStaff__list{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3rem;
}
.recruitStaff__listItem{
  width: 23%;
}
.recruitStaff__listItem__img {
  width: 100%;
  height: 23.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 1rem;
}
.recruitStaff__listItem__img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.recruitStaff__listItem__info{

}
.recruitStaff__listItem__infoItem{
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #D3D3D3;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.recruitStaff__listItem__infoItem__ttl{
  width: 35%;
  font-size: 1.4rem;
  line-height: 1.6;
}
.recruitStaff__listItem__infoItem__txt{
  width: 65%;
  font-size: 1.4rem;
  line-height: 1.6;
}
.recruitStaff__ico {
  position: absolute;
  top: -14rem;
  right: 2%;
  width: 86%;
}
.recruitRec{
  position: relative;
  margin-bottom: 8rem;
  padding-top: 8rem;
}
.recruitRec__cont{
  width: 80%;
  margin: 0 auto;
}
.recruitRecBox{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 3rem 0 4rem;
}
.recruitRecBoxL{
  width: 40%;
}
.recruitRecBoxR{
  width: 55%;
}
.recruitRecBoxR__ttl{
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.recruitRecBoxR__txt{
  margin-bottom: 2rem;
}
.ctaInner__link--recruit{
    background: #53B200;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.recruitIntro{
  margin-bottom: 6rem;
}
.recruitIntro__ttl {
  font-size: 2rem;
  margin-bottom: 3rem;
  text-align: center;
  font-weight: 600;
  color: #0163C1;
}
.recruitSlide{
  height: 17rem;
  margin-top: 3rem;
}
.recruitSlide li{
  margin: 0 -2rem;
}
.recruitMerit{
  margin-bottom: 6rem;
}
.recruitMerit__cont{
  width: 80%;
  margin: 0 auto;
}
.recruitMerit__list{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 3rem;
  flex-direction: column;
}
.recruitMerit__listItem{
  width: 100%;
  margin-bottom: 2rem;
  padding: 2rem 2rem;
  background: #D0E8FF;
  border-radius: 6px;
  opacity: 0;
}
.recruitMerit__listItem__ttl{
  text-align: center;
  color: #0163C1;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.recruitPerson{
  margin-bottom: 2rem;
}
.recruitPerson__cont{
  width: 100%;
  margin: 0 auto;
}
.cmn__lead--recruitPerson{
  width: 80%;
  margin: 0 auto 2rem;
}
.recruitPerson__img{
  margin-bottom: 1rem;
}
.recruitPerson__txt{
  font-size: 1.8rem;
  text-align: center;
  font-weight: 600;
  color: #0163C1;
}
.recruitStaff{
  background: #EAF5FF;
  padding: 3rem 0 6rem;
  position: relative;
}
.recruitStaff__cont{
  width: 100%;
  margin: 0 auto;
}
.recruitStaff__list{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3rem;
}
.recruitStaff__listItem{
  width: 23%;
  padding: 0 1rem;
}
.recruitStaff__listItem__img {
  width: 100%;
  height: 23.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 1rem;
}
.recruitStaff__listItem__img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.recruitStaff__listItem__img:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000090;
  top: 0;
  transition: 0.4s ease-out;
}
.recruitStaff__listItem.slick-current .recruitStaff__listItem__img:after{
  background: #00000000;
}
.recruitStaff__listItem__info{

}
.recruitStaff__listItem__infoItem{
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #D3D3D3;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.recruitStaff__listItem__infoItem__ttl{
  width: 35%;
  font-size: 1.4rem;
  line-height: 1.6;
}
.recruitStaff__listItem__infoItem__txt{
  width: 65%;
  font-size: 1.4rem;
  line-height: 1.6;
}
.recruitStaff__ico {
  position: absolute;
  top: -6rem;
  right: 0;
  left: 0;
  width: 95%;
  margin: auto;
}
.recruitStaff__list .slick-prev {
  left: 1.5rem;
  width: 5rem;
  height: 5rem;
  top: 13rem;
}
.recruitStaff__list .slick-prev:before {
  content: "";
  background: url(../../src/img/prev_arrow.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 5rem;
  height: 5rem;
  display: block;
}
.recruitStaff__list .slick-next {
  right: 1.5rem;
  width: 5rem;
  height: 5rem;
  top: 13rem;
}
.recruitStaff__list .slick-next:before {
  content: "";
  background: url(../../src/img/next_arrow.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 5rem;
  height: 5rem;
  display: block;
}
.recruitStaff__list .slick-dots{
    position: absolute;
    bottom: -3rem;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.recruitStaff__list .slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 0.5rem;
  padding: 0;
  cursor: pointer;
}
.recruitStaff__list .slick-dots li button:before {
  font-family: unset!important;
  font-size: 8px;
  line-height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  content: '•';
  text-align: center;
  color: #ccc;
  background: #ccc;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #ccc;
}
.recruitStaff__list .slick-dots li.slick-active button:before{
    color:#0163C1;
    border-radius: 50%;
    background:#0163C1;
    border: 1px solid #0163C1;
}
.recruitStaff__list .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;
}
.recruitRec{
  position: relative;
  margin-bottom: 8rem;
  padding-top: 8rem;
}
.recruitRec__cont{
  width: 80%;
  margin: 0 auto;
}
.recruitRecBox{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 3rem 0 4rem;
  flex-direction: column;
}
.recruitRecBoxL{
  width: 100%;
  margin-bottom: 1rem;
}
.recruitRecBoxR{
  width: 100%;
}
.recruitRecBoxR__ttl{
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.recruitRecBoxR__txt{
  margin-bottom: 2rem;
}
.ctaInner__link--recruit{
    background: #53B200;
    position: relative;
    bottom: unset;
}
}
/*-----------------------------------------------------------

WORKS

-------------------------------------------------------------*/
.worksSec{
  width: 80%;
  margin: 5rem auto 8rem;
}
.worksList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.worksList .topWorksList__item{
  width: 31%;
  padding: 0;
  margin-bottom: 4rem;
}
.worksList .topWorksList__item div:after {
  display: none;
}
.worksList::after {
  content: "";
  display: block;
  width: 31%;
}
.wp-pagenavi{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0rem auto;
  position: relative;
  z-index: 1;
}
.wp-pagenavi a{
  color: #0163C1;
}
.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 #0163C1;
  border-right: 1px solid #0163C1;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: 0px;
}
.wp-pagenavi .first:after{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #0163C1;
  border-right: 1px solid #0163C1;
  -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 #0163C1;
  border-right: 1px solid #0163C1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
}
.wp-pagenavi .last:after{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #0163C1;
  border-right: 1px solid #0163C1;
  -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 #0163C1;
  border-right: 1px solid #0163C1;
  -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 #0163C1;
  border-right: 1px solid #0163C1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
}
.wp-pagenavi .page{
  margin: 0 1rem 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  color: #B2B2B2;
  width: 3rem;
  height: auto;
  font-size: 2rem;
  padding-top: 0.2rem;
}
.wp-pagenavi .current{
  color: #0163C1;
  margin: 0 1rem 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  width: 3rem;
  height: auto;
  font-size: 2rem;
  padding-top: 0.2rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.worksSec{
  width: 80%;
  margin: 5rem auto 8rem;
}
.worksList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.worksList .topWorksList__item{
  width: 100%;
  padding: 0;
  margin-bottom: 4rem;
}
.worksList .topWorksList__item div:after {
  display: none;
}
.worksList::after {
  content: "";
  display: block;
  width: 31%;
}
.wp-pagenavi{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0rem auto;
  position: relative;
  z-index: 1;
}
.wp-pagenavi a{
  color: #0163C1;
}
.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 #0163C1;
  border-right: 1px solid #0163C1;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: 0px;
}
.wp-pagenavi .first:after{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #0163C1;
  border-right: 1px solid #0163C1;
  -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 #0163C1;
  border-right: 1px solid #0163C1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
}
.wp-pagenavi .last:after{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #0163C1;
  border-right: 1px solid #0163C1;
  -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 #0163C1;
  border-right: 1px solid #0163C1;
  -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 #0163C1;
  border-right: 1px solid #0163C1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
}
.wp-pagenavi .page{
  margin: 0 0.6rem 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  color: #B2B2B2;
  width: 3rem;
  height: auto;
  font-size: 1.4rem;
  padding-top: 0.2rem;
}
.wp-pagenavi .current{
  color: #0163C1;
  margin: 0 0.6rem 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.4rem;
  padding-top: 0.2rem;
}
}
/*-----------------------------------------------------------

WORKS DETAIL

-------------------------------------------------------------*/
.worksDetail{
  width: 60%;
  margin: 5rem auto 8rem;
}
.worksDetailSlide{
  margin-bottom: 8rem;
}
.worksDetailSlide__item{
  padding: 0 1rem;
}
.worksDetailSlide__itemImg {
  width: 100%;
  height: 50.8rem;
  position: relative;
  overflow: hidden;
  display: block;
}
.worksDetailSlide__itemImg img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.worksDetailSlide .slick-prev {
  left: -8rem;
  width: 5rem;
  height: 5rem;
  top: 25rem;
}
.worksDetailSlide .slick-prev:before {
  content: "";
  background: url(../../src/img/prev_arrow.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 5rem;
  height: 5rem;
  display: block;
}
.worksDetailSlide .slick-next {
  right: -8rem;
  width: 5rem;
  height: 5rem;
  top: 25rem;
}
.worksDetailSlide .slick-next:before {
  content: "";
  background: url(../../src/img/next_arrow.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 5rem;
  height: 5rem;
  display: block;
}
.worksDetailSlide .slick-dots{
    position: absolute;
    bottom: -3rem;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.worksDetailSlide .slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 0.5rem;
  padding: 0;
  cursor: pointer;
}
.worksDetailSlide .slick-dots li button:before {
  font-family: unset!important;
  font-size: 8px;
  line-height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  content: '•';
  text-align: center;
  color: #efefef;
  background: #efefef;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #efefef;
}
.worksDetailSlide .slick-dots li.slick-active button:before{
    color:#CCCCCC;
    border-radius: 50%;
    background:#CCCCCC;
    border: 1px solid #CCCCCC;
}
.worksDetailSlide .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;
}
.worksDetailInfo{
  padding: 0 1rem;
  margin-bottom: 6rem;
}
.worksDetailInfo__item{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #D3D3D3;
}
.worksDetailInfo__itemTtl{
  width: 30%;
  font-size: 1.8rem;
}
.worksDetailInfo__itemTxt{
  width: 70%;
  padding-top: 0.4rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.worksDetail{
  width: 100%;
  margin: 5rem auto 8rem;
}
.worksDetailSlide{
  margin-bottom: 8rem;
}
.worksDetailSlide__item{
  padding: 0 1rem;
}
.worksDetailSlide__itemImg {
  width: 100%;
  height: 20.8rem;
  position: relative;
  overflow: hidden;
  display: block;
}
.worksDetailSlide__itemImg img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.worksDetailSlide .slick-prev {
  left: 0.4rem;
  width: 5rem;
  height: 5rem;
  top: 10rem;
}
.worksDetailSlide .slick-prev:before {
  content: "";
  background: url(../../src/img/prev_arrow.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 5rem;
  height: 5rem;
  display: block;
}
.worksDetailSlide .slick-next {
  right: 0.4rem;
  width: 5rem;
  height: 5rem;
  top: 10rem;
}
.worksDetailSlide .slick-next:before {
  content: "";
  background: url(../../src/img/next_arrow.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 5rem;
  height: 5rem;
  display: block;
}
.worksDetailSlide .slick-dots{
    position: absolute;
    bottom: -3rem;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.worksDetailSlide .slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 0.5rem;
  padding: 0;
  cursor: pointer;
}
.worksDetailSlide .slick-dots li button:before {
  font-family: unset!important;
  font-size: 8px;
  line-height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  content: '•';
  text-align: center;
  color: #efefef;
  background: #efefef;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #efefef;
}
.worksDetailSlide .slick-dots li.slick-active button:before{
    color:#CCCCCC;
    border-radius: 50%;
    background:#CCCCCC;
    border: 1px solid #CCCCCC;
}
.worksDetailSlide .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;
}
.worksDetailInfo{
  padding: 0 1rem;
  margin-bottom: 6rem;
  width: 80%;
  margin: 0 auto 6rem;
}
.worksDetailInfo__item{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #D3D3D3;
  flex-direction: column;
}
.worksDetailInfo__itemTtl{
  width: 100%;
  font-size: 1.8rem;
}
.worksDetailInfo__itemTxt{
  width: 100%;
  padding-top: 0.4rem;
}
}
/*-----------------------------------------------------------

CONTACT

-------------------------------------------------------------*/
.contactSec{
  width: 70%;
  margin: 0 auto 10rem;
}
.contactSec__introNote{
  text-align: center;
  font-weight: 600;
}
.formSec{
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 6rem;
  border-radius: 2rem;
}

.formSecList_item{
  font-size: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #DDDDDD;
  padding: 1rem 0;
}
.formSecList_itemFs{
  align-items: flex-start;
}
.formSecList_itemTtl{
  position: relative;
  font-weight: 500;
  width: 30%;
}
.formSecList_itemTtl.hissu{
  padding-left: 6rem;
}
.formSecList_itemTtl.hissu:after{
  content: "必須";
  color: #fff;
  background: #FF0000;
  position: absolute;
  left: 0;
  top: 0.2rem;
  font-size: 1.3rem;
  line-height: 1;
  padding: 0.6rem 1rem;
  border-radius: 0.6rem;
}
.formSecList_itemTtl.nini{
  padding-left: 6rem;
}
.formSecList_itemTtl.nini:after{
  content: "任意";
  color: #fff;
  background: #007FFF;
  position: absolute;
  left: 0;
  top: 0.2rem;
  font-size: 1.3rem;
  line-height: 1;
  padding: 0.6rem 1rem;
  border-radius: 0.6rem;
}
.formSecList_itemInput{
  width: 70%;
}
.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 #CCCCCC;
  font-size: 1.5rem;
  border-radius: 5px;
}
.formSecList_itemInput select {
  width: 100%;
  background: #fff;
  background-size: 1.6rem;
  padding: 1.5rem;
  border: 1px solid #CCCCCC;
  -webkit-appearance: none;
  color: #707070;
  font-size: 1.5rem;
  border-radius: 5px;
}
.formSecList_itemName{
  display: flex;
  justify-content: space-between;
}
.formSecList_itemNameCol{
  width: 49%;
}

.formSecList_itemInputRadio{

}
.formSecList_itemInputRadio .wpcf7-radio{
  display: flex;
  flex-wrap: wrap;
}
.formSecList_itemInputRadio .wpcf7-radio label{
  display: flex;
  align-items: center;
  margin: 0.5rem 0;
  margin-right: 2rem;
}
.formSecList_itemInputRadio input[type=radio] {
  margin-right: 1rem;
  -webkit-appearance: none;
  width: 3rem;
  height: 3rem;
  border:1px solid #CCCCCC;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  line-height: 1;
  position: relative;
}
.formSecList_itemInputRadio input[type=radio]:after {
  content: "";
  width: 1rem;
  height: 1rem;
  opacity: 0;
  transition: 0.3s ease;
}
.formSecList_itemInputRadio input[type=radio]:checked:after {
  content: "";
  width: 2rem;
  height: 2rem;
  background: #0163C1;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
}
.formSecList_itemTextArea{
  width: 70%;
}
.formSecList_itemTextArea textarea {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #707070;
  border: 1px solid #CCCCCC;
  height: 34rem;
  font-size: 1.5rem;
  border-radius: 5px;
}
.formSecList_itemCheck{
  margin: 6rem 0 4rem;
  text-align: center;
}
.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 #CCCCCC;
    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: #FF0000;
  border: 1px solid #FF0000;
  color: #fff;
  cursor: pointer;
}
.formSecList_itemCheck a{
  color: #0163C1;
  border-bottom: 1px solid #0163C1;
  font-weight: 500;
}
.sendBtnBox{
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.sendBtn{
  width: 38rem;
  display: flex;
  align-items: stretch;
  line-height: 1;
  padding: 0.5rem;
  background: #0163C1;
  border-radius: 0.6rem;
  transition: all 0.3s ease-out;
  margin: 0 auto;
  position: relative;
}
.sendBtn .button {
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: 0.6rem;
  width: 100%;
  display: block;
  background: #0163C1;
  align-items: center;
  padding: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  border: none;
  text-align: center;
  color: #fff;
}
.sendBtn .button:hover{

}

.wpcf7-not-valid-tip {
  font-size: 1.2rem!important;
}
.wpcf7-spinner{
  display: none!important;
}
::placeholder {
  color: #CBCBCB;
}
.formSecList_itemCheck .wpcf7-list-item{
  margin: 0;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.contactSec{
  width: 80%;
  margin: 0 auto 10rem;
}
.contactSec__introNote{
  text-align: center;
  font-weight: 600;
  margin-bottom: 2rem;
}
.formSec{
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0rem;
  border-radius: 2rem;
}

.formSecList_item{
  font-size: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #DDDDDD;
  padding: 1rem 0;
  flex-direction: column;
}
.formSecList_itemFs{
  align-items: flex-start;
}
.formSecList_itemTtl{
  position: relative;
  font-weight: 500;
  width: 100%;
  margin-bottom: 1rem;
}
.formSecList_itemTtl.hissu{
  padding-left: 6rem;
}
.formSecList_itemTtl.hissu:after{
  content: "必須";
  color: #fff;
  background: #FF0000;
  position: absolute;
  left: 0;
  top: 0.2rem;
  font-size: 1.3rem;
  line-height: 1;
  padding: 0.6rem 1rem;
  border-radius: 0.6rem;
}
.formSecList_itemTtl.nini{
  padding-left: 6rem;
}
.formSecList_itemTtl.nini:after{
  content: "任意";
  color: #fff;
  background: #007FFF;
  position: absolute;
  left: 0;
  top: 0.2rem;
  font-size: 1.3rem;
  line-height: 1;
  padding: 0.6rem 1rem;
  border-radius: 0.6rem;
}
.formSecList_itemInput{
  width: 100%;
}
.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 #CCCCCC;
  font-size: 1.5rem;
  border-radius: 5px;
}
.formSecList_itemInput select {
  width: 100%;
  background: #fff;
  background-size: 1.6rem;
  padding: 1.5rem;
  border: 1px solid #CCCCCC;
  -webkit-appearance: none;
  color: #707070;
  font-size: 1.5rem;
  border-radius: 5px;
}
.formSecList_itemName{
  display: flex;
  justify-content: space-between;
}
.formSecList_itemNameCol{
  width: 49%;
}

.formSecList_itemInputRadio{

}
.formSecList_itemInputRadio .wpcf7-radio{
  display: flex;
  flex-wrap: wrap;
}
.formSecList_itemInputRadio .wpcf7-radio label{
  display: flex;
  align-items: center;
  margin: 0.5rem 0;
  margin-right: 2rem;
}
.formSecList_itemInputRadio input[type=radio] {
  margin-right: 1rem;
  -webkit-appearance: none;
  width: 3rem;
  height: 3rem;
  border:1px solid #CCCCCC;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  line-height: 1;
  position: relative;
}
.formSecList_itemInputRadio input[type=radio]:after {
  content: "";
  width: 1rem;
  height: 1rem;
  opacity: 0;
  transition: 0.3s ease;
}
.formSecList_itemInputRadio input[type=radio]:checked:after {
  content: "";
  width: 2rem;
  height: 2rem;
  background: #0163C1;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
}
.formSecList_itemTextArea{
  width: 100%;
}
.formSecList_itemTextArea textarea {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #707070;
  border: 1px solid #CCCCCC;
  height: 24rem;
  font-size: 1.5rem;
  border-radius: 5px;
}
.formSecList_itemCheck{
  margin: 4rem 0 3rem;
  text-align: center;
}
.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 #CCCCCC;
    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: #FF0000;
  border: 1px solid #FF0000;
  color: #fff;
  cursor: pointer;
}
.formSecList_itemCheck a{
  color: #0163C1;
  border-bottom: 1px solid #0163C1;
  font-weight: 500;
}
.sendBtnBox{
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.sendBtn{
  width: 100%;
  display: flex;
  align-items: stretch;
  line-height: 1;
  padding: 0.5rem;
  background: #0163C1;
  border-radius: 0.6rem;
  transition: all 0.3s ease-out;
  margin: 0 auto;
  position: relative;
}
.sendBtn .button {
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: 0.6rem;
  width: 100%;
  display: block;
  background: #0163C1;
  align-items: center;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  border: none;
  text-align: center;
  color: #fff;
}
.sendBtn .button:hover{

}

.wpcf7-not-valid-tip {
  font-size: 1.2rem!important;
}
.wpcf7-spinner{
  display: none!important;
}
::placeholder {
  color: #CBCBCB;
}
.formSecList_itemCheck .wpcf7-list-item{
  margin: 0;
}
}
/*-----------------------------------------------------------

CONFIRM

-------------------------------------------------------------*/
.contactSecConfirm{

}
.contactSecConfirm .formSecList{
  margin-bottom: 3rem;
}
.contactSecConfirm .formSecList_itemTtl.hissu{
  padding-left: 0rem;
}
.contactSecConfirm .formSecList_itemTtl.hissu:after{
  display: none;
}
.contactSecConfirm .formSecList_itemTtl.nini{
  padding-left: 0rem;
}
.contactSecConfirm .formSecList_itemTtl.nini:after{
  display: none;
}
/*-----------------------------------------------------------

THANKS

-------------------------------------------------------------*/
.thanksSec{
  padding: 6rem 0 15rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.thanksSec{
  padding: 3rem 0 5rem;
}
.cmn__ttl--thanksSec{
  line-height: 1.4;
}
.cmn__lead--thanksSec{
  width: 80%;
  margin: 0 auto 4rem;
}
}
/*-----------------------------------------------------------

TERMS

-------------------------------------------------------------*/
.termsSec{
  width: 60%;
  margin: 6rem auto 10rem;
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.termsSec{
  width: 80%;
  margin: 6rem auto 10rem;
  letter-spacing: 0;
  line-height: 1.4;
}
}
/*-----------------------------------------------------------

XXXXXX

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

EFFECT

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

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