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

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

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

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

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

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: rgb(0,97,132);
  background: -moz-linear-gradient(60deg, rgba(0,97,132,1) 0%, rgba(25,169,195,1) 100%);
  background: -webkit-linear-gradient(60deg, rgba(0,97,132,1) 0%, rgba(25,169,195,1) 100%);
  background: linear-gradient(60deg, rgba(0,97,132,1) 0%, rgba(25,169,195,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006184",endColorstr="#19a9c3",GradientType=1);
  border-radius: 100px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(0,97,132);
  background: -moz-linear-gradient(60deg, rgba(0,97,132,1) 0%, rgba(25,169,195,1) 100%);
  background: -webkit-linear-gradient(60deg, rgba(0,97,132,1) 0%, rgba(25,169,195,1) 100%);
  background: linear-gradient(60deg, rgba(0,97,132,1) 0%, rgba(25,169,195,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006184",endColorstr="#19a9c3",GradientType=1);
}

::-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.6rem;
}
}
/*-----------------------------------------------------------

component

-------------------------------------------------------------*/
.c_blue{color: #36C1DA;}

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

cmn laypout

-------------------------------------------------------------*/
/*header*/
.header{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.headerInner{
  box-shadow: 0 3px 6px #0000002b;
  padding: 1.5rem 2rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerInnerLogo{
  width: 37rem;
}
.headerInnerLogo_txt{
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
}
.headerInnerLogoLink_top{
  display: flex;
  align-items: flex-end;
  line-height: 1;
  margin-bottom: 1rem;
}
.headerInnerLogoLink_topTxt01{
  font-size: 2.4rem;
  font-weight: 900;
}
.headerInnerLogoLink_topTxt02{
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: 0.3rem;
}
.headerInnerLogoLink_btm{
  display: flex;
  align-items: center;
}
.headerInnerLogoLink_btm li{
  line-height: 1;
  padding: 0.4rem 1rem;
  background: #36C1DA;
  border-radius: 100px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  margin-right: 0.5rem;
}
.headerInnerNav{
  width: 70%;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
.headerInnerNavList{
  width: 73%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 1rem;
}
.headerInnerNavList_item{
  border-left: 1px solid #36C1DA;
  padding: 2rem 1.2rem;
}
.headerInnerNavList_itemParent{
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.headerInnerNavTel{
  width: 24rem;
  display: block;
  border: 1px solid #1CACE5;
}
.headerInnerNavTel_txt{
  background: #36C1DA;;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.6rem 0;
  letter-spacing: 0.05em;
}
.headerInnerNavTel_num{
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  height: 4.4rem;
}
.headerInnerNavTel_numIco{
  width: 1.9rem;
  margin-right: 1rem;
}
.headerInnerNavTel_numTxt{
  font-size: 2.5rem;
  font-weight: 700;
}
/* dropdown */
.headerInnerNavList_itemTgl{
  position: relative;
}
.headerInnerNavList_itemOpen{
  position: absolute;
  top: 8.1rem;
  left: 0rem;
  background: #fff;
  padding: 3rem 3rem 2rem;
  display: none;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 6px 6px #0000002b;
}
.headerInnerNavList_itemOpen li{
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  white-space: nowrap;
}
.headerInnerNavList_itemOpen li:last-child{
  margin-bottom: 0;
}
.headerInnerNavList_itemOpen01{
  width: 15rem;
  left: -1.5rem;
}
.headerInnerNavList_itemOpen02{
  width: 18rem;
  left: -1.3rem;
}
/*footer*/
.ftContact{
  padding: 8rem 0;
  background: rgb(0,97,132);
  background: -moz-linear-gradient(60deg, rgba(0,97,132,1) 0%, rgba(25,169,195,1) 100%);
  background: -webkit-linear-gradient(60deg, rgba(0,97,132,1) 0%, rgba(25,169,195,1) 100%);
  background: linear-gradient(60deg, rgba(0,97,132,1) 0%, rgba(25,169,195,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006184",endColorstr="#19a9c3",GradientType=1);
}
.ftContactInner{
  width: 80%;
  margin: 0 auto 4rem;
}
.cmnTtl01Box--ftContact {
  color: #fff;
  margin-bottom: 5rem;
}
.ftContactMascot{
  width: 18rem;
  margin: 0 auto 2rem;
}
.ftContactInner_txt{
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6rem;
  display: flex;
  justify-content: center;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
.ftContactInner_txt span{
  position: relative;
  padding: 0 5rem;
  text-align: center;
}
.ftContactInner_txt span:before{
  content: "";
  width: 5.5rem;
  height: 7.3rem;
  background: url(../../src/img/ft_ttl_tips01.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 1.4rem;
}
.ftContactInner_txt span:after{
  content: "";
  width: 5.5rem;
  height: 7.3rem;
  background: url(../../src/img/ft_ttl_tips02.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 1.4rem;
}
.ftBtnBox{

}
.ftBox{
  background: #F4FCFD;
  padding: 6rem 0 0.1rem;
}
.ftBoxInnerTop{
  width: 80%;
  margin: 0 auto 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ftBoxInnerTopL{
  width: 40%;
}
.ftBoxInnerTopLLogo{
  margin-bottom: 3rem;  
}
.ftBoxInnerTopLLogo_txt{
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
}
.ftBoxInnerTopLLogoLink_top{
  display: flex;
  align-items: flex-end;
  line-height: 1;
  margin-bottom: 1rem;
}
.ftBoxInnerTopLLogoLink_topTxt01{
  font-size: 2.5rem;
  font-weight: 900;
}
.ftBoxInnerTopLLogoLink_topTxt02{
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: 0.3rem;
}
.ftBoxInnerTopLLogoLink_btm{
  display: flex;
  align-items: center;
}
.ftBoxInnerTopLLogoLink_btm li{
  line-height: 1;
  padding: 0.4rem 1rem;
  background: #36C1DA;
  border-radius: 100px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  margin-right: 0.5rem;
}
.ftBoxInnerTopLInfo{

}
.ftBoxInnerTopLInfo_txt01{
  font-size: 1.6rem;
  font-weight: 700;
}
.ftBoxInnerTopLInfo_txt02{
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.ftBoxInnerTopLInfo_btn{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ftBoxInnerTopLInfo_btn li{
  width: 48%;
}
.ftBoxInnerTopLInfo_btn li a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.7rem;
  border: 1px solid #36C1DA;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.ftBoxInnerTopLInfo_btn li a p{
  padding-right: 2rem;
  position: relative;
}
.ftBoxInnerTopLInfo_btn li a p:after{
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../../src/img/cmn_blank01.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.ftBoxInnerTopR{
  width: 52%;
}
.ftBoxInnerTopRBox01{
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}
.ftBoxInnerTopRList{

}
.ftBoxInnerTopRList_item{
  margin-bottom: 1.5rem;
}
.ftBoxInnerTopRList_itemParent{
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}
.ftBoxInnerTopRList_itemParentBlank:after{
  content: "";
  position: absolute;
  width: 1.3rem;  
  height: 1.3rem;
  background: url(../../src/img/cmn_blank02.png) 0 0 no-repeat;
  background-size: 100% 100%;
  right: -1.8rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ftBoxInnerTopRList_itemChild{
  margin-top: 1.5rem;
}
.ftBoxInnerTopRList_itemChild li{
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 2rem;
}
.ftBoxInnerTopRList_itemChild li:before{
  content: "";
  width: 1.5rem;
  height: 1px;
  background: #1CACE5;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
}
.ftBoxInnerTopRBox02{

}
.ftBoxInnerTopRBox02_txt{
  display: inline-block;
  line-height: 1;
  padding: 0.6rem 2rem;
  color: #fff;
  background: #36C1DA;
  margin-bottom: 1rem;
}
.ftBoxInnerTopRBox02 .ftBoxInnerTopRList_itemChild{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ftBoxInnerTopRBox02 .ftBoxInnerTopRList_itemChild li:nth-child(1),.ftBoxInnerTopRBox02 .ftBoxInnerTopRList_itemChild li:nth-child(5){
  width: 31%;
}
.ftBoxInnerTopRBox02 .ftBoxInnerTopRList_itemChild li:nth-child(2),.ftBoxInnerTopRBox02 .ftBoxInnerTopRList_itemChild li:nth-child(6){
  width: 22%;
}
.ftBoxInnerTopRBox02 .ftBoxInnerTopRList_itemChild li:nth-child(3),.ftBoxInnerTopRBox02 .ftBoxInnerTopRList_itemChild li:nth-child(7){
  width: 22%;
}
.ftBoxInnerTopRBox02 .ftBoxInnerTopRList_itemChild li:nth-child(4),.ftBoxInnerTopRBox02 .ftBoxInnerTopRList_itemChild li:nth-child(8){
  width: 17%;
}
.ftBoxInnerBtm{
  width: 80%;
  margin: 0 auto 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.ftBoxInnerBtmL{
  width: 60%;
}
.ftBoxInnerBtmL_ttl{
  font-size: 1.6rem;
  font-weight: 700;
}
.ftBoxInnerBtmL_list{
  display: flex;
  align-items: center;
}
.ftBoxInnerBtmL_list li{
  margin-right: 0.6rem;
  display: flex;
  align-items: center;
}
.ftBoxInnerBtmL_list li:after{
  content: "/";
  margin-left: 0.6rem;
}
.ftBoxInnerBtmL_list li:last-child:after{
  display: none;
}
.ftBoxInnerBtmL_list li a{
  position: relative;
  display: flex;
  padding-right: 2rem;
}
.ftBoxInnerBtmL_list li a:after{
  content: "";
  position: absolute;
  width: 1.3rem;  
  height: 1.3rem;
  background: url(../../src/img/cmn_blank02.png) 0 0 no-repeat;
  background-size: 100% 100%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ftBoxInnerBtmR{
  width: 30%;
}
.ftBoxInnerBtmR_list{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ftBoxInnerBtmR_list li{
  margin-right: 0.6rem;
  display: flex;
  align-items: center;
  color: #9F9F9F;
}
.ftBoxInnerBtmR_list li:after{
  content: "/";
  margin-left: 0.6rem;
}
.ftBoxInnerBtmR_list li:last-child:after{
  display: none;
}
.copyRight{
  background: #36C1DA;
  text-align: center;
  line-height: 1;
  font-size: 1.4rem;
  padding: 1.4rem 0;
  color: #fff;
  letter-spacing: 0.05em;
}
.fixBtn{
  position: fixed;
  right: 0;
  top: 15rem;
  width: 6rem;
  display: none;
  z-index: 100;
}
.fixBtnList li:nth-child(1){
  margin-bottom: 2rem;
}
.fixBtnList li:nth-child(2){

}
.fixBtnList li a{
  display: block;
}
.headerNav_open,.navBox{
  display: none;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
/*header*/
.header{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.headerInner{
  box-shadow: 0 3px 6px #0000002b;
  padding: 0rem 1rem;
  padding-right: 0;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerInnerLogo{
  width: 82%;
}
.headerInnerLogo_txt{
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 0.6rem;
}
.headerInnerLogoLink_top{
  display: flex;
  align-items: flex-end;
  line-height: 1;
  margin-bottom: 0.6rem;
}
.headerInnerLogoLink_topTxt01{
  font-size: 2rem;
  font-weight: 900;
}
.headerInnerLogoLink_topTxt02{
  font-size: 1.3rem;
  font-weight: 700;
  margin-left: 0.3rem;
}
.headerInnerLogoLink_btm{
  display: flex;
  align-items: center;
}
.headerInnerLogoLink_btm li{
  line-height: 1;
  padding: 0.4rem 1rem;
  background: #36C1DA;
  border-radius: 100px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  margin-right: 0.5rem;
}
.headerInnerNav{
  width: 70%;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  display: none;
}
.headerNav_open{
  width: 6.7rem;
  line-height: 1;
  display: block;
}
/* dropdown */
.headerInnerNavList_itemTgl{
  position: relative;
}
.headerInnerNavList_itemOpen{
  position: absolute;
  top: 8.1rem;
  left: 0rem;
  background: #fff;
  padding: 3rem 2rem 2rem;
  display: none;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 6px 6px #0000002b;
}
.headerInnerNavList_itemOpen li{
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
.headerInnerNavList_itemOpen li:last-child{
  margin-bottom: 0;
}
.headerInnerNavList_itemOpen01{
  width: 16rem;
  left: -2rem;
}
.headerInnerNavList_itemOpen02{
  width: 17rem;
  left: -1rem;
}
/* humb */
.navBox {
  visibility: hidden;
  z-index: 9999;
  position: fixed;
  top: 0rem;
  right: 0rem;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease;
  padding: 0rem 0rem;
  display: block;
  background: rgb(0,97,132);
  background: -moz-linear-gradient(24deg, rgba(0,97,132,1) 0%, rgba(25,169,195,1) 100%);
  background: -webkit-linear-gradient(24deg, rgba(0,97,132,1) 0%, rgba(25,169,195,1) 100%);
  background: linear-gradient(24deg, rgba(0,97,132,1) 0%, rgba(25,169,195,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006184",endColorstr="#19a9c3",GradientType=1);
  padding-bottom: 0rem;
}
.navBox.active {
  visibility: visible;
  opacity: 1;
  overflow: auto;
  transition: 0.5s ease;
  -ms-overflow-style: none; 
  scrollbar-width: none;
  overflow-x: hidden;
}
.navBox.active::-webkit-scrollbar {
  display:none;
}
.navBoxInner{
  display: flex;
  flex-direction: column;
  padding-bottom: 4rem;
  width: 90%;
  margin: 0 auto;
}
.navBoxHeader{
  width: 100%;
  margin: 0rem auto 4rem;
  display: flex;
  justify-content: flex-end;
}
.nav_close{
  width: 6.7rem;
  display: block;
}
.navBoxInnerPage{
  width: 100%;
  margin: 4rem auto 4rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.navBoxInnerPageList {
  color: #fff;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.navBoxInnerPageList::after {
  content: "";
  display: block;
  width: 31%;
}
.navBoxInnerPageList_item{
  margin-bottom: 2.5rem;
  width: 31%;
}
.navBoxInnerPageList_itemParent{
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}
.navBoxInnerPageList_itemParentBlank{

}
.navBoxInnerPageList_itemParentBlank:after {
  content: "";
  position: absolute;
  right: -2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../../src/img/cmn_btm_ico_blank.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.navBoxInnerPageList_itemParent.acTgl{
  background: url(../../src/img/sp/nav_ac_on@2x.png) 80% center no-repeat;
  background-size: 1.6rem 0.9rem;
}
.navBoxInnerPageList_itemParent.acTgl.on{
  background: url(../../src/img/sp/nav_ac_off@2x.png) 80% center no-repeat;
  background-size: 1.6rem 0.9rem;
}
.navBoxInnerPageList_itemChild{
  margin-top: 1.5rem;
  display: none;
}
.navBoxInnerPageList_itemChild li{
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 2rem;
}
.nav_mascot{
  width: 13rem;
  margin: 0 auto;
}

.ftContactInner {
  width: 90%;
  margin: 0 auto 4rem;
}
.ftBoxInnerTop {
  width: 90%;
  margin: 0 auto 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ftBoxInnerTop {
  width: 90%;
  margin: 0 auto 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.ftBoxInnerTopL {
  width: 70%;
  margin-bottom: 3rem;
}
.ftBoxInnerTopLLogo {
  margin-bottom: 3rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ftBoxInnerTopLLogoLink_btm {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ftBoxInnerTopLInfo {
  text-align: center;
}
.ftBoxInnerTopR {
  width: 80%;
}
.ftBoxInnerTopRBox01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.ftBoxInnerBtm {
  width: 90%;
  margin: 0 auto 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.ftBoxInnerBtmL {
  width: 80%;
  text-align: center;
}
.ftBoxInnerBtmL_list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.ftBoxInnerBtmR {
  width: 50%;
}
.ftBoxInnerBtmR_list {
  display: flex;
  align-items: center;
  justify-content: center;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
/*header*/
.header{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.headerInner{
  box-shadow: 0 3px 6px #0000002b;
  padding: 0rem 1rem;
  padding-right: 0;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerInnerLogo{
  width: 82%;
}
.headerInnerLogo_txt{
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 0.6rem;
}
.headerInnerLogoLink_top{
  display: flex;
  align-items: flex-end;
  line-height: 1;
  margin-bottom: 0.6rem;
}
.headerInnerLogoLink_topTxt01{
  font-size: 2rem;
  font-weight: 900;
}
.headerInnerLogoLink_topTxt02{
  font-size: 1.3rem;
  font-weight: 700;
  margin-left: 0.3rem;
}
.headerInnerLogoLink_btm{
  display: flex;
  align-items: center;
}
.headerInnerLogoLink_btm li{
  line-height: 1;
  padding: 0.4rem 1rem;
  background: #36C1DA;
  border-radius: 100px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  margin-right: 0.5rem;
}
.headerInnerNav{
  width: 70%;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  display: none;
}
/*.headerInnerNavList{
  width: 73%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 1rem;
}
.headerInnerNavList_item{
  border-left: 1px solid #36C1DA;
  padding: 2rem 1.2rem;
}
.headerInnerNavList_itemParent{
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.headerInnerNavTel{
  width: 24rem;
  display: block;
  border: 1px solid #1CACE5;
}
.headerInnerNavTel_txt{
  background: #36C1DA;;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.6rem 0;
  letter-spacing: 0.05em;
}
.headerInnerNavTel_num{
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  height: 4.4rem;
}
.headerInnerNavTel_numIco{
  width: 1.9rem;
  margin-right: 1rem;
}
.headerInnerNavTel_numTxt{
  font-size: 2.5rem;
  font-weight: 700;
}*/
.headerNav_open{
  width: 6.7rem;
  line-height: 1;
  display: block;
}
/* dropdown */
.headerInnerNavList_itemTgl{
  position: relative;
}
.headerInnerNavList_itemOpen{
  position: absolute;
  top: 8.1rem;
  left: 0rem;
  background: #fff;
  padding: 3rem 2rem 2rem;
  display: none;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 6px 6px #0000002b;
}
.headerInnerNavList_itemOpen li{
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
.headerInnerNavList_itemOpen li:last-child{
  margin-bottom: 0;
}
.headerInnerNavList_itemOpen01{
  width: 16rem;
  left: -2rem;
}
.headerInnerNavList_itemOpen02{
  width: 17rem;
  left: -1rem;
}
/* humb */
.navBox {
  visibility: hidden;
  z-index: 9999;
  position: fixed;
  top: 0rem;
  right: 0rem;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease;
  padding: 0rem 0rem;
  display: block;
  background: rgb(0,97,132);
  background: -moz-linear-gradient(24deg, rgba(0,97,132,1) 0%, rgba(25,169,195,1) 100%);
  background: -webkit-linear-gradient(24deg, rgba(0,97,132,1) 0%, rgba(25,169,195,1) 100%);
  background: linear-gradient(24deg, rgba(0,97,132,1) 0%, rgba(25,169,195,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006184",endColorstr="#19a9c3",GradientType=1);
  padding-bottom: 0rem;
}
.navBox.active {
  visibility: visible;
  opacity: 1;
  overflow: auto;
  transition: 0.5s ease;
  -ms-overflow-style: none; 
  scrollbar-width: none;
  overflow-x: hidden;
}
.navBox.active::-webkit-scrollbar {
  display:none;
}
.navBoxInner{
  display: flex;
  flex-direction: column;
  padding-bottom: 4rem;
  width: 85%;
  margin: 0 auto;
}
.navBoxHeader{
  width: 100%;
  margin: 0rem auto 4rem;
  display: flex;
  justify-content: flex-end;
}
.nav_close{
  width: 6.7rem;
  display: block;
}
.navBoxInnerPage{
  width: 100%;
  margin: 4rem auto 4rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.navBoxInnerPageList{
  color: #fff;
}
.navBoxInnerPageList_item{
  margin-bottom: 1.5rem;
}
.navBoxInnerPageList_itemParent{
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}
.navBoxInnerPageList_itemParentBlank{

}
.navBoxInnerPageList_itemParentBlank:after {
  content: "";
  position: absolute;
  right: -2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../../src/img/cmn_btm_ico_blank.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.navBoxInnerPageList_itemParent.acTgl{
  background: url(../../src/img/sp/nav_ac_on@2x.png) right center no-repeat;
  background-size: 1.6rem 0.9rem;
}
.navBoxInnerPageList_itemParent.acTgl.on{
  background: url(../../src/img/sp/nav_ac_off@2x.png) right center no-repeat;
  background-size: 1.6rem 0.9rem;
}
.navBoxInnerPageList_itemChild{
  margin-top: 1.5rem;
  display: none;
}
.navBoxInnerPageList_itemChild li{
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 2rem;
}
.nav_mascot{
  width: 13rem;
  margin: 0 auto;
}
/*footer*/
.ftContact{
  padding: 8rem 0 6rem;
  background: rgb(0,97,132);
  background: -moz-linear-gradient(60deg, rgba(0,97,132,1) 0%, rgba(25,169,195,1) 100%);
  background: -webkit-linear-gradient(60deg, rgba(0,97,132,1) 0%, rgba(25,169,195,1) 100%);
  background: linear-gradient(60deg, rgba(0,97,132,1) 0%, rgba(25,169,195,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006184",endColorstr="#19a9c3",GradientType=1);
}
.ftContactInner{
  width: 85%;
  margin: 0 auto 0rem;
}
.cmnTtl01Box--ftContact {
  color: #fff;
  margin-bottom: 5rem;
}
.ftContactMascot{
  width: 13rem;
  margin: 0 auto 2rem;
}
.ftContactInner_txt{
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
.ftContactInner_txt span{
  position: relative;
  padding: 0 0rem;
  text-align: center;
}
.ftContactInner_txt span:before{
  content: "";
  width: 5.5rem;
  height: 7.3rem;
  background: url(../../src/img/ft_ttl_tips01.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 1.4rem;
  display: none;
}
.ftContactInner_txt span:after{
  content: "";
  width: 5.5rem;
  height: 7.3rem;
  background: url(../../src/img/ft_ttl_tips02.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 1.4rem;
  display: none;
}
.ftBtnBox{

}
.ftBox{
  background: #F4FCFD;
  padding: 6rem 0 0.1rem;
}
.ftBoxInnerTop{
  width: 85%;
  margin: 0 auto 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.ftBoxInnerTopL{
  width: 100%;
  margin-bottom: 4rem;
}
.ftBoxInnerTopLLogo{
  margin-bottom: 2rem;  
}
.ftBoxInnerTopLLogo_txt{
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
}
.ftBoxInnerTopLLogoLink_top{
  display: flex;
  align-items: flex-end;
  line-height: 1;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}
.ftBoxInnerTopLLogoLink_topTxt01{
  font-size: 2.3rem;
  font-weight: 900;
}
.ftBoxInnerTopLLogoLink_topTxt02{
  font-size: 1.4rem;
  font-weight: 700;
  margin-left: 0.3rem;
}
.ftBoxInnerTopLLogoLink_btm{
  display: flex;
  align-items: center;
}
.ftBoxInnerTopLLogoLink_btm li{
  line-height: 1;
  padding: 0.4rem 1rem;
  background: #36C1DA;
  border-radius: 100px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  margin-right: 0.5rem;
}
.ftBoxInnerTopLInfo{

}
.ftBoxInnerTopLInfo_txt01{
  font-size: 1.6rem;
  font-weight: 700;
}
.ftBoxInnerTopLInfo_txt02{
  font-size: 1.6rem;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}
.ftBoxInnerTopLInfo_btn{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.ftBoxInnerTopLInfo_btn li{
  width: 100%;
}
.ftBoxInnerTopLInfo_btn li + li{
  margin-top: 1.5rem;
}
.ftBoxInnerTopLInfo_btn li a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.7rem;
  border: 1px solid #36C1DA;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.ftBoxInnerTopLInfo_btn li a p{
  padding-right: 0rem;
  position: relative;
  width: 100%;
  text-align: center;
}
.ftBoxInnerTopLInfo_btn li a p:after{
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../../src/img/cmn_blank01.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.ftBoxInnerTopR{
  width: 100%;
}
.ftBoxInnerTopRBox01{
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
  flex-direction: column;
}
.ftBoxInnerTopRList{

}
.ftBoxInnerTopRList_item{
  margin-bottom: 1.5rem;
}
.ftBoxInnerTopRList_itemParent{
  font-size: 1.6rem;
  font-weight: 700;
}
.ftBoxInnerTopRList_itemChild{
  margin-top: 1.5rem;
}
.ftBoxInnerTopRList_itemChild li{
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 2rem;
}
.ftBoxInnerTopRList_itemChild li:before{
  content: "";
  width: 1.5rem;
  height: 1px;
  background: #1CACE5;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
}
.ftBoxInnerTopRBox02{

}
.ftBoxInnerTopRBox02_txt{
  display: block;
  line-height: 1;
  padding: 0.6rem 2rem;
  color: #fff;
  background: #36C1DA;
  margin-bottom: 2rem;
  text-align: center;
}
.ftBoxInnerTopRBox02 .ftBoxInnerTopRList_itemChild{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ftBoxInnerTopRBox02 .ftBoxInnerTopRList_itemChild li:nth-child(1),.ftBoxInnerTopRBox02 .ftBoxInnerTopRList_itemChild li:nth-child(5){
  width: 100%;
}
.ftBoxInnerTopRBox02 .ftBoxInnerTopRList_itemChild li:nth-child(2),.ftBoxInnerTopRBox02 .ftBoxInnerTopRList_itemChild li:nth-child(6){
  width: 100%;
}
.ftBoxInnerTopRBox02 .ftBoxInnerTopRList_itemChild li:nth-child(3),.ftBoxInnerTopRBox02 .ftBoxInnerTopRList_itemChild li:nth-child(7){
  width: 100%;
}
.ftBoxInnerTopRBox02 .ftBoxInnerTopRList_itemChild li:nth-child(4),.ftBoxInnerTopRBox02 .ftBoxInnerTopRList_itemChild li:nth-child(8){
  width: 100%;
}
.ftBoxInnerBtm{
  width: 85%;
  margin: 0 auto 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.ftBoxInnerBtmL{
  width: 100%;
}
.ftBoxInnerBtmL_ttl{
  font-size: 1.6rem;
  font-weight: 700;
}
.ftBoxInnerBtmL_list{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}
.ftBoxInnerBtmL_list li{
  margin-right: 0.4rem;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
}
.ftBoxInnerBtmL_list li:after{
  content: "/";
  margin-left: 0.6rem;
}
/*.ftBoxInnerBtmL_list li:nth-child(3){
  margin-right: 0;
}
.ftBoxInnerBtmL_list li:nth-child(3):after{
  display: none;
}*/
.ftBoxInnerBtmL_list li:last-child:after{
  display: none;
}
.ftBoxInnerBtmL_list li a{
  position: relative;
  display: flex;
  padding-right: 1.3rem;
  font-size: 1.5rem;
}
.ftBoxInnerBtmL_list li a:after{
  content: "";
  position: absolute;
  width: 1.1rem;  
  height: 1.1rem;
  background: url(../../src/img/cmn_blank02.png) 0 0 no-repeat;
  background-size: 100% 100%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ftBoxInnerBtmR{
  width: 100%;
}
.ftBoxInnerBtmR_list{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ftBoxInnerBtmR_list li{
  margin-right: 0.6rem;
  display: flex;
  align-items: center;
  color: #9F9F9F;
}
.ftBoxInnerBtmR_list li:after{
  content: "/";
  margin-left: 0.6rem;
}
.ftBoxInnerBtmR_list li:last-child:after{
  display: none;
}
.copyRight{
  background: #36C1DA;
  text-align: center;
  line-height: 1;
  font-size: 1.2rem;
  padding: 1.4rem 0 7rem;
  color: #fff;
  letter-spacing: 0.05em;
}
.fixBtn{
  position: fixed;
  right: 0;
  top: unset;
  bottom: 0;
  width: 100%;
  display: none;
  z-index: 100;
}
.fixBtnList{
  display: flex;
  justify-content: space-between;
  box-shadow: 0 -3px 6px #0000002b;
  flex-direction: row-reverse;
}
.fixBtnList li{
  width: 50%;
}
.fixBtnList li:nth-child(1){
  margin-bottom: 0rem;
}
.fixBtnList li:nth-child(2){

}
.fixBtnList li a{
  display: block;
}
}
/*-----------------------------------------------------------

TOP

-------------------------------------------------------------*/
.mainContent{
  position: relative;
  overflow: hidden;
}
.mainV{
  position: relative;
  padding-top: 10.5rem;
}
.mainVBox{
  position: absolute;
  top: 19rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.mainVBox_ttl{
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 1;
  color: #fff;
  margin-bottom: 2rem;
  opacity: 0;
}
.mainVBox_ttl_txt01{
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.mainVBox_ttl_txt02{
  font-size: 5rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.3;
}
.mainVBox_ttlSub{
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  padding: 0 3rem;
  margin-bottom: 3rem;
  opacity: 0;
}
.mainVBox_ttlSub:before{
  content: "";
  width: 2.8rem;
  height: 3.4rem;
  background: url(../../src/img/main_ttl_tips01.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0.6rem;
}
.mainVBox_ttlSub:after{
  content: "";
  width: 2.8rem;
  height: 3.4rem;
  background: url(../../src/img/main_ttl_tips02.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 0.6rem;
}
.mainVBoxList{
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainVBoxList li{
  width: 20rem;
  margin: 0 0.6rem;
  opacity: 0;
}
.mainVBoxImgWrap{
  position: relative;
}
.mainVBoxImgWrap:before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgb(0,97,132);
  background: -moz-linear-gradient(180deg, rgba(0,97,132,1) 0%, rgba(25,169,195,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0,97,132,1) 0%, rgba(25,169,195,1) 100%);
  background: linear-gradient(180deg, rgba(0,97,132,1) 0%, rgba(25,169,195,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006184",endColorstr="#19a9c3",GradientType=1);
  z-index: 1;
  opacity: 0.6;
}
.mainVBoxImg{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.mainVBoxImg_en{
  position: absolute;
  bottom: 2rem;
  display: flex;
}
.mainVBoxImg_en li{
  font-size: 8.4rem;
  line-height: 1;
  color: #fff;
  font-weight: 900;
  white-space: nowrap;
  margin-right: 2rem;
  opacity: 0.25;
}
.mainVBoxImg_en {
  animation: mainVBoxImg_enAnim 160s linear infinite;
  transform:translateX(100%);
  margin: 0;
  padding: 0;
}
@keyframes mainVBoxImg_enAnim {
  0% { transform:translateX(0); }
  100% { transform:translateX(-100%); }
}
.topNews{
  width: 80%;
  margin: 8rem auto 8rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.topNewsL{
  width: 15%;
}
.cmnTtl01Box{
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}
.cmnTtl01{
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 1;
}
.cmnTtl01_en{
  font-size: 5rem;
  font-weight: 900;
  margin-bottom: 1rem;
  letter-spacing: 0.13em;
  opacity: 0;
}
.cmnTtl01_jp{
  font-size: 2rem;
  font-weight: 700;
  opacity: 0;
}
.cmnTtl01Box--topNews{
  justify-content: flex-start;
}
.cmnTtl01Box--topNews .cmnTtl01{
  align-items: flex-start;
}
.cmnTtl01Box--topNews .cmnTtl01_en{
  font-size: 3.2rem;
}
.topNewsR{
  width: 85%;
}
.topNewsRList{
  margin-bottom: 2rem;
}
.topNewsRList_item{
  border-bottom: 1px solid #707070;
  padding: 0 0 1rem;
  margin-bottom: 2.5rem;
}
.topNewsRList_item a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.6;
}
.topNewsRList_item a time{
  font-size: 1.4rem;
  font-weight: 700;
  width: 13%;
}
.topNewsRList_item a p{
  font-size: 1.6rem;
  font-weight: 700;
  width: 87%;
}
.cmnBtn01Box{
  display: flex;
  justify-content: center;
}
.cmnBtn01Box--topNews{
  justify-content: flex-end;
}
.cmnBtn01{
  font-size: 1.6rem;
  font-weight: 700;
}
.cmnBtn01 p{
  padding-right: 3rem;
  position: relative;
}
.cmnBtn01 p:after{
  content: "";
  width: 2.4rem;
  height: 0.6rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../../src/img/cmn_btn_arrow01.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.topType{
  padding: 10rem 0 6rem;
  background: url(../../src/img/top_type_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.topTypeSec01{
  margin-bottom: 8rem;
}
.cmnTtl01Box--topType{
  margin-bottom: 6rem;
}
.topTypeSec01Box{
  width: 85%;
  margin: 0 auto;
}
.topTypeSec01BoxList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topTypeSec01BoxList_item{
  width: 25%;
  margin-bottom: 7rem;
}
.topTypeSec01BoxList_itemLink_img{
  width: 80%;
  margin: 0 auto 2rem;
}
.topTypeSec02{
  width: 80%;
  margin: 0 auto;
}
.topTypeSec02_ttl{
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 6rem;
  position: relative;
}
.topTypeSec02_ttl:before{
  content: "";
  width: 35%;
  height: 1px;
  background: #36C1DA;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.topTypeSec02_ttl:after{
  content: "";
  width: 35%;
  height: 1px;
  background: #36C1DA;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.topTypeSec02List{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.topTypeSec02List_item{
  width: 48.5%;
  background: #fff;
  border-radius: 5px;
  padding: 1.7rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 4rem;
}
.topTypeSec02List_itemL{
  width: 36%;
}
.topTypeSec02List_itemR{
  width: 59%;
  display: flex;
  flex-direction: column;
}
.topTypeSec02List_itemR_top{
  margin-bottom: 1.6rem;
}
.topTypeSec02List_itemR_topTtl{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1rem;
}
.topTypeSec02List_itemR_topTtl a{
  border-bottom: 1px solid #36C1DA;
}
.topTypeSec02List_itemR_topTxt{
  line-height: 1.6;
  font-size: 1.4rem;
}
.topTypeSec02List_itemR_btm{

}
.topTypeSec02List_itemR_btmTtl{
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.topTypeSec02List_itemR_btmCat{
  display: flex;
  flex-wrap: wrap;
}
.topTypeSec02List_itemR_btmCat li{
  margin-right: 1rem;
  line-height: 1;
  margin-top: 0.8rem;
}
.topTypeSec02List_itemR_btmCat li a{
  color: #36C1DA;
  border-bottom: 1px solid #36C1DA;
  font-size: 1.4rem;
}
.ctaBox{
  padding: 6rem 0 0;
  background: rgb(0,97,132);
  background: -moz-linear-gradient(60deg, rgba(0,97,132,1) 0%, rgba(25,169,195,1) 100%);
  background: -webkit-linear-gradient(60deg, rgba(0,97,132,1) 0%, rgba(25,169,195,1) 100%);
  background: linear-gradient(60deg, rgba(0,97,132,1) 0%, rgba(25,169,195,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006184",endColorstr="#19a9c3",GradientType=1);
}
.ctaBoxInner{
  width: 80%;
  margin: 0 auto 4rem;
}
.ctaBoxInner_intro{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #fff;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
}
.cmnTtl01Box--ctaBox{
  justify-content: flex-start;
  color: #fff;
  margin-bottom: 0;
}
.cmnTtl01Box--ctaBox .cmnTtl01{
  align-items: flex-start;
}
.ctaBoxInner_introTxt{
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.ctaBoxInner_btn{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.ctaBoxInner_btnL{
  width: 48%;
  background: #fff;
  padding: 3rem 2rem 2rem;
  border-radius: 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.ctaBoxInner_btnL_ico{
  width: 5.7rem;
  margin-bottom: 1rem;
}
.ctaBoxInner_btnL_txt{
  text-align: center;
  color: #1EC622;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.ctaBtnBox{
  width: 100%;
}
.ctaBtn{
  background: #fff;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}
.ctaBtn:after{
  content: "";
  width: 3.8rem;
  height: 0.9rem;
  position: absolute;
  right: 1.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../../src/img/cta_btn_arrow01.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.ctaBtnBox--line .ctaBtn{
  background: #1EC622;
  color: #fff;
}
.ctaBtnBox--mail .ctaBtn{
  background: rgb(28,172,229);
  background: -moz-linear-gradient(55deg, rgba(28,172,229,1) 0%, rgba(109,237,193,1) 100%);
  background: -webkit-linear-gradient(55deg, rgba(28,172,229,1) 0%, rgba(109,237,193,1) 100%);
  background: linear-gradient(55deg, rgba(28,172,229,1) 0%, rgba(109,237,193,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1cace5",endColorstr="#6dedc1",GradientType=1);
  color: #fff;
}
.ctaBtnBox--tel .ctaBtn{
  font-size: 3.4rem;
  color: #36C1DA;
}
.ctaBtnBox--tel .ctaBtn:after{
  display: none;
}
.ctaBtnBox--tel .ctaBtn p{
  position: relative;
  padding-left: 3rem;
}
.ctaBtnBox--tel .ctaBtn p:before{
  content: "";
  width: 3.2rem;
  height: 3.9rem;
  position: absolute;
  left: -1rem;
  top: 0.5rem;
  bottom: 0;
  margin: auto;
  background: url(../../src/img/cmn_tel.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.ctaBoxInner_btnR{
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ctaBoxInner_btnRBox{

}
.ctaBoxInner_btnRBox_txt{
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
}
.ctaBoxInner_btnRBox_txt span{
  font-size: 1.2rem;
  font-weight: 400;
  margin-left: 1rem;
}
.ctaMascot{
  width: 14rem;
  margin: 0 auto;
  position: relative;
  bottom: 0rem;
}
.topService{
  padding: 10rem 0 0.1rem;
  margin-bottom: 3rem;
}
.cmnTtl01Box--topService{

}
.topServiceBox{
  position: relative;
}
.topServiceBoxInner{
  width: 80%;
  margin: 0 auto 17rem;
  padding-left: 36%;
  padding-top: 17rem;
  position: relative;
  z-index: 1;
}
.topServiceBoxInner_ttl{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #1CACE5;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  line-height: 1;
}
.topServiceBoxInner_ttl_num{
  font-size: 5rem;
  font-weight: 900;
  margin-right: 2rem;
}
.topServiceBoxInner_ttl_txt{
  font-size: 3rem;
  font-weight: 700;
}
.topServiceBoxInner_txt{
  letter-spacing: 0.08em;
  margin-bottom: 3rem;
}
.cmnBtn02Box{
  display: flex;
  justify-content: center;
}
.cmnBtn02{
  background: rgb(28,172,229);
  background: -moz-linear-gradient(55deg, rgba(28,172,229,1) 0%, rgba(109,237,193,1) 100%);
  background: -webkit-linear-gradient(55deg, rgba(28,172,229,1) 0%, rgba(109,237,193,1) 100%);
  background: linear-gradient(55deg, rgba(28,172,229,1) 0%, rgba(109,237,193,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1cace5",endColorstr="#6dedc1",GradientType=1);
  color: #fff;
  width: 35rem;
  height: 6.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}
.cmnBtn02:after{
  content: "";
  width: 2.4rem;
  height: 0.6rem;
  position: absolute;
  right: 1.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../../src/img/cmn_btn_arrow02.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.cmnBtn02Box--topService{
  justify-content: flex-end;
}
.top_service_img01{
  width: 69rem;
  position: absolute;
  left: -3rem;
  top: 0;
}
.top_service_ico01{
  width: 26rem;
  position: absolute;
  right: 3rem;
  top: -8rem;
}

.topServiceBoxRev .topServiceBoxInner{
  padding-left: 0;
  padding-right: 36%;
  padding-top: 8rem;
}
.topServiceBoxRev .cmnBtn02Box--topService{
  justify-content: flex-start;
}
.top_service_img02{
  width: 60rem;
  position: absolute;
  right: 8rem;
  top: 0;
}
.top_service_ico02{
  width: 14rem;
  position: absolute;
  left: 6rem;
  bottom: -14rem;
}
.topReason{
  position: relative;
  padding: 0 0 8rem;
}
.cmnTtl01Box--topReason{
  margin-bottom: 6rem;
}
.topReasonInner{
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.topReasonInnerList{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 6rem;
}
.topReasonInnerList_item{
  width: 29%;
  position: relative;
}
.topReasonInnerList_itemIco{
  width: 13rem;
  margin: 0 auto -8rem;
}
.topReasonInnerList_itemTxt{
  background: #fff;
  box-shadow: 0 3px 6px #0000002b;
  padding: 2rem 0rem 4rem;
  padding-top: 10rem;
  border-radius: 5px;
  text-align: center;
}
.topReasonInnerList_itemTxt h3{
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
.top_reason_bg{
  position: absolute;
  width: 95%;
  left: 0;
  right: 0;
  bottom: 4rem;
  margin: auto;
}
.topArea{
  padding: 6rem 20% 4rem;
  background: url(../../src/img/top_area_bg.png) 0 0 no-repeat;
  background-size: 100% 54rem;
  display: flex;
  justify-content: flex-end;
}
.cmnTtl01Box--topArea{
  justify-content: flex-start;
  margin-bottom: 2rem;
}
.cmnTtl01Box--topArea .cmnTtl01{
  align-items: flex-start;
}
.topAreaInner{
  width: 55%;
}
.topAreaInnerBox{

}
.topAreaInnerBox_ttl{
  line-height: 1;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-bottom: 3rem;
}
.topAreaInnerBox_ttl:before{
  content: "";
  width: 100%;
  height: 2rem;
  background: rgb(28,172,229);
  background: -moz-linear-gradient(55deg, rgba(28,172,229,1) 0%, rgba(109,237,193,1) 100%);
  background: -webkit-linear-gradient(55deg, rgba(28,172,229,1) 0%, rgba(109,237,193,1) 100%);
  background: linear-gradient(55deg, rgba(28,172,229,1) 0%, rgba(109,237,193,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1cace5",endColorstr="#6dedc1",GradientType=1);
  position: absolute;
  left: 0;
  bottom: -1rem;
  margin: auto;
  border-radius: 5px;
  opacity: 0.5;
}
.topAreaInnerBox_ttlLine{
  position: relative;
  z-index: 1;
}

.topAreaInnerBox_ttl_txt01{
  font-size: 4rem;
  margin-right: 0.6rem;
  letter-spacing: 0.14em;
}
.topAreaInnerBox_ttl_txt02{
  font-size: 2.5rem;
}
.topAreaInnerBoxList{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}
.topAreaInnerBoxList li{
  line-height: 1;
  background: #36C1DA;
  border-radius: 50%;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  width: 13rem;
  height: 13rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topAreaInnerBoxList_note{
  white-space: nowrap;
  margin-bottom: 2rem;
}
.topAreaInnerBoxBnr{
  border: 2px solid #36C1DA;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
  background: #fff;
}
.topAreaInnerBoxBnr div{
  width: 7rem;
  margin-right: 1.6rem;
}
.topAreaInnerBoxBnr p{
  font-size: 2.5rem;
  font-weight: 700;
}
.topWorks{
  padding: 14rem 0;
}
.topWorksList{
  margin-bottom: 10rem;
}
.topWorksList .slick-prev {
  left: 31.5%;
  width: 1.3rem;
  height: 2.2rem;
  top: 15.5rem
}
.topWorksList .slick-prev:before {
  content: '';
  background: url(../../src/img/slick_prev.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 1.3rem;
  height: 2.2rem;
  display: block;
}
.topWorksList .slick-next {
  right: 31.5%;
  width: 1.3rem;
  height: 2.2rem;
  top: 15.5rem
}
.topWorksList .slick-next:before {
  content: '';
  background: url(../../src/img/slick_next.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 1.3rem;
  height: 2.2rem;
  display: block;
}
.topWorksList .slick-dots{
    position: absolute;
    bottom: -5rem;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.topWorksList .slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 0.7rem;
  padding: 0;
  cursor: pointer;
}
.topWorksList .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: #D1D1D1;
  background: #D1D1D1;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #D1D1D1;
}
.topWorksList .slick-dots li.slick-active button:before{
    color:#1CACE5;
    border-radius: 50%;
    background:#1CACE5;
    border: 1px solid #1CACE5;
}
.topWorksList .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;
}
.topWorksList_item{
  padding: 0 2rem;
}
.topWorksList_itemLink{
  display: block;
}
.topWorksList_itemLink_img {
  width: 100%;
  height: 29.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 1rem;
  border-radius: 5px;
}
.topWorksList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.topWorksList_itemLink_ttl{
  font-size: 2rem;
  font-weight: 600;
}
.topWorksList_itemLink_cat{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.topWorksList_itemLink_cat li{
  margin-right: 0.6rem;
  margin-bottom: 0.6rem;
  padding: 0.4rem 1rem;
  background: #aaa;
  border-radius: 100px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}
.topWorksList_itemLink_cat li.slug01{
  background: #1CACE5;
}
.topWorksList_itemLink_cat li.slug02{
  background: #34C300;
}
.topWorksList_itemLink_cat li.slug03{
  background: #F5A000;
}
.cmnBtmBox{
  width: 80%;
  margin: 0 auto 12rem;
}
.cmnBtmBoxBnr{
  margin-bottom: 6rem;
}
.cmnBtmBoxList{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cmnBtmBoxList li .cmnBtn02 p{
  position: relative;
}
.cmnBtmBoxList li .cmnBtn02 p:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.cmnBtmBoxList li:nth-child(1) .cmnBtn02 p{
  padding-left: 3.7rem;
}
.cmnBtmBoxList li:nth-child(1) .cmnBtn02 p:before {
  width: 2.7rem;
  height: 3.3rem;
  background: url(../../src/img/cmn_btm_ico01.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.cmnBtmBoxList li:nth-child(2) .cmnBtn02 p{
  padding-left: 4rem;
}
.cmnBtmBoxList li:nth-child(2) .cmnBtn02 p:before {
  width: 3.4rem;
  height: 3.1rem;
  background: url(../../src/img/cmn_btm_ico02.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.cmnBtmBoxList li:nth-child(3) .cmnBtn02:after{
  display: none;
}
.cmnBtmBoxList li:nth-child(3) .cmnBtn02 p{
  padding-left: 3rem;
  padding-right: 2rem;
}
.cmnBtmBoxList li:nth-child(3) .cmnBtn02 p:before {
  width: 2rem;
  height: 3.5rem;
  background: url(../../src/img/cmn_btm_ico03.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.cmnBtmBoxList li:nth-child(3) .cmnBtn02 p:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.3rem;
  height: 1.3rem;
  background: url(../../src/img/cmn_btm_ico_blank.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.mainV {
  position: relative;
  padding-top: 8.5rem;
}
.mainVBox {
  position: absolute;
  top: 13rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.mainVBox_ttl_txt02 {
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.3;
}
.mainVBoxList li {
  width: 15rem;
  margin: 0 0.6rem;
  opacity: 0;
}
.mainVBox_ttlSub {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  padding: 0 3rem;
  margin-bottom: 1rem;
  opacity: 0;
}
.topNews {
  width: 90%;
  margin: 8rem auto 8rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.topNewsR {
  width: 81%;
}
.topNewsRList_item a time{
  font-size: 1.4rem;
  font-weight: 700;
  width: 23%;
}
.topNewsRList_item a p{
  font-size: 1.6rem;
  font-weight: 700;
  width: 77%;
}
.topTypeSec01Box {
  width: 95%;
  margin: 0 auto;
}
.topTypeSec02 {
  width: 90%;
  margin: 0 auto;
}
.topTypeSec02List_item {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 1.7rem;
  display: flex;
  justify-content: space-between;
  align-items:center;
  margin-bottom: 4rem;
}
.topTypeSec02List_itemL {
  width: 23%;
}
.topTypeSec02List_itemR {
  width: 74%;
  display: flex;
  flex-direction: column;
}
.cmnTtl01Box--ctaBox {
  justify-content: flex-start;
  color: #fff;
  margin-bottom: 3rem;
}
.ctaBoxInner {
  width: 90%;
  margin: 0 auto 4rem;
}
.ctaBoxInner_intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #fff;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
  flex-direction: column;
}
.ctaBoxInner_btnRBox_txt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.topServiceBoxInner {
  width: 85%;
  margin: 0 auto 9rem;
  padding-left: 32%;
  padding-top: 5rem;
  position: relative;
  z-index: 1;
}
.top_service_img01 {
  width: 48rem;
  position: absolute;
  left: -7rem;
  top: 0;
}
.top_service_img02 {
  width: 41rem;
  position: absolute;
  right: 0rem;
  top: 0;
}
.topServiceBoxRev .topServiceBoxInner {
  padding-left: 0;
  padding-right: 32%;
  padding-top: 8rem;
}
.topReasonInner {
  width: 95%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.topReasonInnerList_item {
  width: 32%;
  position: relative;
}
.topReasonInnerList_itemTxt h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
.topArea {
  padding: 6rem 5% 4rem;
  background: url(../../src/img/top_area_bg.png) center 0 no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
}
.topAreaInner {
  width: 59%;
}
.topAreaInnerBoxList {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 0.4rem;
}
.topWorksList_itemLink_img {
  width: 100%;
  height: 22.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 1rem;
  border-radius: 5px;
}
.cmnBtmBox {
  width: 90%;
  margin: 0 auto 12rem;
}
.cmnBtmBoxList {
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* flex-direction: column; */
  flex-wrap: wrap;
}
.cmnBtmBoxList li{
  margin-bottom: 2rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainContent{
  position: relative;
  overflow: hidden;
}
.mainV{
  position: relative;
  padding-top: 8.5rem;
}
.mainVBox{
  position: absolute;
  top: 13rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.mainVBox_ttl{
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 1;
  color: #fff;
  margin-bottom: 2rem;
  opacity: 0;
}
.mainVBox_ttl_txt01{
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
  line-height: 1.4;
}
.mainVBox_ttl_txt02{
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.3;
}
.mainVBox_ttl_txt02 span{
  font-size: 4.5rem;
}
.mainVBox_ttlSub{
  position: relative;
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  padding: 0 3rem;
  margin-bottom: 3rem;
  opacity: 0;
  text-align: center;
  line-height: 1.7;
}
.mainVBox_ttlSub:before{
  content: "";
  width: 3.8rem;
  height: 3.4rem;
  background: url(../../src/img/main_ttl_tips01.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 1.8rem;
}
.mainVBox_ttlSub:after{
  content: "";
  width: 3.8rem;
  height: 3.4rem;
  background: url(../../src/img/main_ttl_tips02.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -0.4rem;
  top: 1.8rem;
}
.mainVBoxList{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.mainVBoxList li{
  width: 15rem;
  margin: 0 0.6rem;
  opacity: 0;
}
.mainVBoxList li:nth-child(1){
  margin: 0 10rem;
}
.mainVBoxImgWrap{
  position: relative;
}
.mainVBoxImgWrap:before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgb(0,97,132);
  background: -moz-linear-gradient(180deg, rgba(0,97,132,1) 0%, rgba(25,169,195,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0,97,132,1) 0%, rgba(25,169,195,1) 100%);
  background: linear-gradient(180deg, rgba(0,97,132,1) 0%, rgba(25,169,195,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006184",endColorstr="#19a9c3",GradientType=1);
  z-index: 1;
  opacity: 0.6;
}
.mainVBoxImg{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.mainVBoxImg_en{
  position: absolute;
  bottom: 0rem;
  display: flex;
}
.mainVBoxImg_en li{
  font-size: 6.5rem;
  line-height: 1;
  color: #fff;
  font-weight: 900;
  white-space: nowrap;
  margin-right: 2rem;
  opacity: 0.65;
}
.mainVBoxImg_en {
  animation: mainVBoxImg_enAnim 160s linear infinite;
  transform:translateX(100%);
  margin: 0;
  padding: 0;
}
@keyframes mainVBoxImg_enAnim {
  0% { transform:translateX(0); }
  100% { transform:translateX(-100%); }
}
.topNews{
  width: 85%;
  margin: 6rem auto 6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.topNewsL{
  width: 100%;
}
.cmnTtl01Box{
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}
.cmnTtl01{
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 1;
}
.cmnTtl01_en{
  font-size: 3.2rem;
  font-weight: 900;
  margin-bottom: 0.6rem;
  letter-spacing: 0.08em;
  opacity: 0;
  text-align: center;
  line-height: 1.2;
}
.cmnTtl01_jp{
  font-size: 1.6rem;
  font-weight: 700;
  opacity: 0;
}
.cmnTtl01Box--topNews{
  justify-content: flex-start;
}
.cmnTtl01Box--topNews .cmnTtl01{
  align-items: flex-start;
}
.cmnTtl01Box--topNews .cmnTtl01_en{
  font-size: 3.2rem;
}
.topNewsR{
  width: 100%;
}
.topNewsRList{
  margin-bottom: 4rem;
}
.topNewsRList_item{
  border-bottom: none;
  padding: 0 0 0rem;
  margin-bottom: 1.5rem;
}
.topNewsRList_item a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.6;
  flex-direction: column;
}
.topNewsRList_item a time{
  font-size: 1.4rem;
  font-weight: 700;
  width: 100%;
  border-bottom: 1px solid #707070;
  padding: 0 0 0.5rem;
  display: block;
  margin-bottom: 0.6rem;
}
.topNewsRList_item a p{
  font-size: 1.6rem;
  font-weight: 700;
  width: 100%;
}
.cmnBtn01Box{
  display: flex;
  justify-content: center;
}
.cmnBtn01Box--topNews{
  justify-content: center;
}
.cmnBtn01{
  font-size: 1.6rem;
  font-weight: 700;
}
.cmnBtn01 p{
  padding-right: 3rem;
  position: relative;
}
.cmnBtn01 p:after{
  content: "";
  width: 2.4rem;
  height: 0.6rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../../src/img/cmn_btn_arrow01.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.topType{
  padding: 8rem 0 6rem;
  background: url(../../src/img/sp/top_type_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.topTypeSec01{
  margin-bottom: 4rem;
}
.cmnTtl01Box--topType{
  margin-bottom: 6rem;
}
.topTypeSec01Box{
  width: 100%;
  margin: 0 auto;
}
.topTypeSec01BoxList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topTypeSec01BoxList_item{
  width: 25%;
  margin-bottom: 2rem;
}
.topTypeSec01BoxList_itemLink_img{
  width: 90%;
  margin: 0 auto 2rem;
}
.topTypeSec02{
  width: 85%;
  margin: 0 auto;
}
.topTypeSec02_ttl{
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
}
.topTypeSec02_ttl:before{
  content: "";
  width: 12%;
  height: 1px;
  background: #36C1DA;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.topTypeSec02_ttl:after{
  content: "";
  width: 12%;
  height: 1px;
  background: #36C1DA;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.topTypeSec02List{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.topTypeSec02List_item{
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 1.7rem;
  padding-bottom: 2.6rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 1.5rem;
  flex-direction: column;
}
.topTypeSec02List_itemL{
  width: 100%;
  margin-bottom: 1.6rem;
}
.topTypeSec02List_itemR{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.topTypeSec02List_itemR_top{
  margin-bottom: 1.6rem;
}
.topTypeSec02List_itemR_topTtl{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1rem;
}
.topTypeSec02List_itemR_topTxt{
  line-height: 1.6;
  font-size: 1.4rem;
}
.topTypeSec02List_itemR_btm{

}
.topTypeSec02List_itemR_btmTtl{
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.topTypeSec02List_itemR_btmCat{
  display: flex;
  flex-wrap: wrap;
}
.topTypeSec02List_itemR_btmCat li{
  margin-right: 1rem;
  line-height: 1;
  margin-top: 0.8rem;
}
.topTypeSec02List_itemR_btmCat li a{
  color: #36C1DA;
  border-bottom: 1px solid #36C1DA;
  font-size: 1.4rem;
}
.ctaBox{
  padding: 6rem 0 0;
  background: rgb(0,97,132);
  background: -moz-linear-gradient(60deg, rgba(0,97,132,1) 0%, rgba(25,169,195,1) 100%);
  background: -webkit-linear-gradient(60deg, rgba(0,97,132,1) 0%, rgba(25,169,195,1) 100%);
  background: linear-gradient(60deg, rgba(0,97,132,1) 0%, rgba(25,169,195,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006184",endColorstr="#19a9c3",GradientType=1);
}
.ctaBoxInner{
  width: 85%;
  margin: 0 auto 2rem;
}
.ctaBoxInner_intro{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: none;
  padding-bottom: 0rem;
  margin-bottom: 2rem;
  flex-direction: column;
}
.cmnTtl01Box--ctaBox{
  justify-content: center;
  color: #fff;
  margin-bottom: 2rem;
}
.cmnTtl01Box--ctaBox .cmnTtl01{
  align-items: center;
}
.ctaBoxInner_introTxt{
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: normal;
  text-align: center;
}
.ctaBoxInner_btn{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
}
.ctaBoxInner_btnL{
  width: 100%;
  background: #fff;
  padding: 2rem 2rem 2rem;
  border-radius: 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 4rem;
}
.ctaBoxInner_btnL_ico{
  width: 5.7rem;
  margin-bottom: 1rem;
}
.ctaBoxInner_btnL_txt{
  text-align: center;
  color: #1EC622;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.6;
  white-space: nowrap;
  letter-spacing: 0.09em;
}
.ctaBtnBox{
  width: 100%;
}
.ctaBtn{
  background: #fff;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}
.ctaBtn:after{
  content: "";
  width: 2.8rem;
  height: 0.9rem;
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../../src/img/cta_btn_arrow01.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.ctaBtnBox--line .ctaBtn{
  background: #1EC622;
  color: #fff;
}
.ctaBtnBox--mail .ctaBtn{
  background: rgb(28,172,229);
  background: -moz-linear-gradient(55deg, rgba(28,172,229,1) 0%, rgba(109,237,193,1) 100%);
  background: -webkit-linear-gradient(55deg, rgba(28,172,229,1) 0%, rgba(109,237,193,1) 100%);
  background: linear-gradient(55deg, rgba(28,172,229,1) 0%, rgba(109,237,193,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1cace5",endColorstr="#6dedc1",GradientType=1);
  color: #fff;
}
.ctaBtnBox--tel .ctaBtn{
  font-size: 2.8rem;
  color: #36C1DA;
}
.ctaBtnBox--tel .ctaBtn:after{
  display: none;
}
.ctaBtnBox--tel .ctaBtn p{
  position: relative;
  padding-left: 2rem;
}
.ctaBtnBox--tel .ctaBtn p:before{
  content: "";
  width: 1.9rem;
  height: 2.9rem;
  position: absolute;
  left: -1rem;
  top: 0.5rem;
  bottom: 0;
  margin: auto;
  background: url(../../src/img/cmn_tel.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.ctaBoxInner_btnR{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ctaBoxInner_btnRBox{
  margin-bottom: 3rem;
}
.ctaBoxInner_btnRBox_txt{
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.ctaBoxInner_btnRBox_txt span{
  font-size: 1.2rem;
  font-weight: 400;
  margin-left: 1rem;
}
.ctaMascot{
  width: 13rem;
  margin: 0 auto;
  position: relative;
  bottom: -0rem;
}
.topService{
  padding: 10rem 0 0.1rem;
  margin-bottom: 0rem;
}
.cmnTtl01Box--topService{

}
.topServiceBox{
  position: relative;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
.topServiceBoxInner{
  width: 85%;
  margin: 0 auto 10rem;
  padding-left: 0%;
  padding-top: 0;
  position: relative;
  z-index: 1;
}
.topServiceBoxInner_ttl{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #1CACE5;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.topServiceBoxInner_ttl_num{
  font-size: 3rem;
  font-weight: 900;
  margin-right: 2rem;
}
.topServiceBoxInner_ttl_txt{
  font-size: 2rem;
  font-weight: 700;
}
.topServiceBoxInner_txt{
  letter-spacing: 0.08em;
  margin-bottom: 3rem;
}
.cmnBtn02Box{
  display: flex;
  justify-content: center;
}
.cmnBtn02{
  background: rgb(28,172,229);
  background: -moz-linear-gradient(55deg, rgba(28,172,229,1) 0%, rgba(109,237,193,1) 100%);
  background: -webkit-linear-gradient(55deg, rgba(28,172,229,1) 0%, rgba(109,237,193,1) 100%);
  background: linear-gradient(55deg, rgba(28,172,229,1) 0%, rgba(109,237,193,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1cace5",endColorstr="#6dedc1",GradientType=1);
  color: #fff;
  width: 32rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}
.cmnBtn02:after{
  content: "";
  width: 2.7rem;
  height: 0.7rem;
  position: absolute;
  right: 1.2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../../src/img/cmn_btn_arrow02.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.cmnBtn02Box--topService{
  justify-content: flex-end;
}
.top_service_img01{
  width: 100%;
  position: relative;
  left: 0rem;
  top: 0;
  width: 85%;
  margin: 0 auto 2rem;
}
.top_service_ico01{
  width: 9.1rem;
  position: absolute;
  right: -1rem;
  top: -5rem;
}

.topServiceBoxRev .topServiceBoxInner{
  padding-left: 0;
  padding-right: 0%;
  padding-top: 0rem;
}
.topServiceBoxRev .cmnBtn02Box--topService{
  justify-content: flex-start;
}
.top_service_img02{
  width: 100%;
  position: relative;
  right: 0rem;
  top: 0;
  margin-bottom: 2rem;
}
.top_service_ico02{
  width: 8.1rem;
  position: absolute;
  left: -1rem;
  bottom: unset;
  top: 13rem;
}
.topReason{
  position: relative;
  padding: 0 0 8rem;
}
.cmnTtl01Box--topReason{
  margin-bottom: 3rem;
}
.topReasonInner{
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.topReasonInnerList{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 8rem;
}
.topReasonInnerList .slick-dots{
    position: absolute;
    bottom: -3rem;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.topReasonInnerList .slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 0.7rem;
  padding: 0;
  cursor: pointer;
}
.topReasonInnerList .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: #D1D1D1;
  background: #D1D1D1;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #D1D1D1;
}
.topReasonInnerList .slick-dots li.slick-active button:before{
    color:#1CACE5;
    border-radius: 50%;
    background:#1CACE5;
    border: 1px solid #1CACE5;
}
.topReasonInnerList .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;
}
.topReasonInnerList_item{
  width: 29%;
  position: relative;
  padding: 0 1rem;
  margin-bottom: 1rem;
}
.topReasonInnerList_itemIco{
  width: 13rem;
  margin: 0 auto -6rem;
}
.topReasonInnerList_itemTxt{
  background: #fff;
  box-shadow: 0 3px 6px #0000002b;
  padding: 2rem 0rem 3rem;
  padding-top: 7rem;
  border-radius: 5px;
  text-align: center;
}
.topReasonInnerList_itemTxt h3{
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
.top_reason_bg{
  position: absolute;
  width: 95%;
  left: 0;
  right: 0;
  bottom: 4rem;
  margin: auto;
}
.topArea{
  padding: 8rem 0% 6rem;
  background: url(../../src/img/sp/top_area_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 79rem;
  display: flex;
  justify-content: center;
}
.cmnTtl01Box--topArea{
  justify-content: center;
  margin-bottom: 2rem;
}
.cmnTtl01Box--topArea .cmnTtl01{
  align-items: center;
}
.topAreaInner{
  width: 85%;
}
.topAreaInnerBox{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.topAreaInnerBox_ttl{
  line-height: 1;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-bottom: 3rem;
}
.topAreaInnerBox_ttl:before{
  content: "";
  width: 100%;
  height: 2rem;
  background: rgb(28,172,229);
  background: -moz-linear-gradient(55deg, rgba(28,172,229,1) 0%, rgba(109,237,193,1) 100%);
  background: -webkit-linear-gradient(55deg, rgba(28,172,229,1) 0%, rgba(109,237,193,1) 100%);
  background: linear-gradient(55deg, rgba(28,172,229,1) 0%, rgba(109,237,193,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1cace5",endColorstr="#6dedc1",GradientType=1);
  position: absolute;
  left: 0;
  bottom: -1rem;
  margin: auto;
  opacity: 0.5;
  border-radius: 5px;
}
.topAreaInnerBox_ttl:after {
  content: "";
  width: 84%;
  height: 2rem;
  background: rgb(28,172,229);
  background: -moz-linear-gradient(55deg, rgba(28,172,229,1) 0%, rgba(109,237,193,1) 100%);
  background: -webkit-linear-gradient(55deg, rgba(28,172,229,1) 0%, rgba(109,237,193,1) 100%);
  background: linear-gradient(55deg, rgba(28,172,229,1) 0%, rgba(109,237,193,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1cace5",endColorstr="#6dedc1",GradientType=1);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3.5rem;
  margin: auto;
  opacity: 0.5;
  border-radius: 5px;
}
.topAreaInnerBox_ttlLine{
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.4;
}

.topAreaInnerBox_ttl_txt01{
  font-size: 4rem;
  margin-right: 0.6rem;
  letter-spacing: 0.14em;
}
.topAreaInnerBox_ttl_txt02{
  font-size: 2.5rem;
}
.topAreaInnerBoxList{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.topAreaInnerBoxList li{
  line-height: 1;
  background: #36C1DA;
  border-radius: 50%;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  width: 13rem;
  height: 13rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.6rem;
}
.topAreaInnerBoxList li:nth-child(1){
  margin: 0 10rem -1rem;
}
.topAreaInnerBoxList_note{
  white-space: nowrap;
  margin-bottom: 2rem;
}
.topAreaInnerBoxBnr{
  border: 2px solid #36C1DA;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
  background: #fff;
  width: 100%;
}
.topAreaInnerBoxBnr div{
  width: 6.8rem;
  margin-right: 1.2rem;
}
.topAreaInnerBoxBnr p{
  font-size: 2.5rem;
  font-weight: 700;
}
.topWorks{
  padding: 10rem 0;
}
.topWorksList{
  margin-bottom: 10rem;
}
.topWorksList .slick-prev {
  left: 8.5%;
  width: 1.3rem;
  height: 2.2rem;
  top: 10.5rem
}
.topWorksList .slick-prev:before {
  content: '';
  background: url(../../src/img/slick_prev.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 1.3rem;
  height: 2.2rem;
  display: block;
}
.topWorksList .slick-next {
  right: 8.5%;
  width: 1.3rem;
  height: 2.2rem;
  top: 10.5rem
}
.topWorksList .slick-next:before {
  content: '';
  background: url(../../src/img/slick_next.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 1.3rem;
  height: 2.2rem;
  display: block;
}
.topWorksList .slick-dots{
    position: absolute;
    bottom: -5rem;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.topWorksList .slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 0.7rem;
  padding: 0;
  cursor: pointer;
}
.topWorksList .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: #D1D1D1;
  background: #D1D1D1;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #D1D1D1;
}
.topWorksList .slick-dots li.slick-active button:before{
    color:#1CACE5;
    border-radius: 50%;
    background:#1CACE5;
    border: 1px solid #1CACE5;
}
.topWorksList .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;
}
.topWorksList_item{
  padding: 0 1.5rem;
}
.topWorksList_itemLink{
  display: block;
}
.topWorksList_itemLink_img {
  width: 100%;
  height: 20.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 1rem;
  border-radius: 5px;
}
.topWorksList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.topWorksList_itemLink_ttl{
  font-size: 2rem;
  font-weight: 600;
}
.topWorksList_itemLink_cat{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.topWorksList_itemLink_cat li{
  margin-right: 0.6rem;
  margin-bottom: 0.6rem;
  padding: 0.4rem 1rem;
  background: #aaa;
  border-radius: 100px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}
.topWorksList_itemLink_cat li.slug01{
  background: #1CACE5;
}
.topWorksList_itemLink_cat li.slug02{
  background: #34C300;
}
.topWorksList_itemLink_cat li.slug03{
  background: #F5A000;
}
.cmnBtmBox{
  width: 85%;
  margin: 0 auto 7rem;
}
.cmnBtmBoxBnr{
  margin-bottom: 2rem;
}
.cmnBtmBoxList{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.cmnBtmBoxList li{
  margin-bottom: 2rem;
}
.cmnBtmBoxList li .cmnBtn02 p{
  position: relative;
}
.cmnBtmBoxList li .cmnBtn02 p:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.cmnBtmBoxList li:nth-child(1) .cmnBtn02 p{
  padding-left: 3.7rem;
}
.cmnBtmBoxList li:nth-child(1) .cmnBtn02 p:before {
  width: 2.7rem;
  height: 3.3rem;
  background: url(../../src/img/cmn_btm_ico01.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.cmnBtmBoxList li:nth-child(2) .cmnBtn02 p{
  padding-left: 4rem;
}
.cmnBtmBoxList li:nth-child(2) .cmnBtn02 p:before {
  width: 3.4rem;
  height: 3.1rem;
  background: url(../../src/img/cmn_btm_ico02.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.cmnBtmBoxList li:nth-child(3) .cmnBtn02:after{
  display: none;
}
.cmnBtmBoxList li:nth-child(3) .cmnBtn02 p{
  padding-left: 3rem;
  padding-right: 2rem;
}
.cmnBtmBoxList li:nth-child(3) .cmnBtn02 p:before {
  width: 2rem;
  height: 3.5rem;
  background: url(../../src/img/cmn_btm_ico03.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.cmnBtmBoxList li:nth-child(3) .cmnBtn02 p:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../../src/img/cmn_btm_ico_blank.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
}
/*-----------------------------------------------------------

PUNKUZ

-------------------------------------------------------------*/
.punkuz{
  width: 95%;
  margin: 1rem auto 2rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.punkuz li{
  font-size: 1rem;
  margin-right: 0.4rem;
  color: #717171;
}
.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: 95%;
  margin: 0.5rem auto 2rem;
  display: flex;
  align-items: center;
  white-space: normal;
  position: relative;
  z-index: 1;
  padding-top: 0rem;
  flex-wrap: wrap;
}
.punkuz li{
  font-size: 1.2rem;
  margin-right: 0.8rem;
  color: #717171;
}
.punkuz li a{
  display: block;
}
.punkuz li br{
  display: none;
}
}
/*-----------------------------------------------------------

SERVICE

-------------------------------------------------------------*/
.mainVSub{
  position: relative;
  padding-top: 10.5rem;
}
.mainVSub_ttl{
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  top: 11rem;
  bottom: 0;
  margin: auto;
  height: 13rem;
  line-height: 1;
  color: #fff;
}
.mainVSub_ttl_en{
  font-size: 8.4rem;
  font-weight: 900;
  margin-bottom: 2rem;
  letter-spacing: 0.13em;
  opacity: 0;
}
.mainVSub_ttl_jp{
  font-size: 2rem;
  font-weight: 700;
  opacity: 0;
}
.serviceIntro{
  background: url(../../src/img/service_intro.png) 0 0 no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: -5rem;
  height: 44rem;
}
.serviceIntroInner{

}
.serviceIntroInner_ttl{
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 3rem;
}
.serviceIntroInner_ttl span{
  display: inline-block;
  font-weight: 900;
  font-size: 3rem;
}
.serviceIntroInner_txt{
  text-align: center;
}
.serviceRequest{
  padding: 8rem 0;
}
.serviceRequest_ttl{
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0rem;
  display: flex;
  justify-content: center;
}
.serviceRequest_ttl span{
  position: relative;
  padding: 0 4rem;
}
.serviceRequest_ttl span:before{
  content: "";
  width: 4.2rem;
  height: 6.9rem;
  background: url(../../src/img/service_ttl_tips01.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 1.3rem;
}
.serviceRequest_ttl span:after{
  content: "";
  width: 4.2rem;
  height: 6.9rem;
  background: url(../../src/img/service_ttl_tips02.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 1.3rem;
}
.serviceRequestBox{

}
.serviceRequestBox_mascot{
  width: 15rem;
  margin: 0 auto -4rem;
}
.serviceRequestBoxBg{
  width: 80%;
  margin: 0 auto;
  background: #D6F3F8;
  border-radius: 5px;
  padding: 4rem 6rem;
}
.serviceRequestBoxList{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.serviceRequestBoxList_item{
  position: relative;
  width: 30%;
}
.serviceRequestBoxList_item:before{
  content: "";
  width: 100%;
  height: 10rem;
  background: #36C1DA;
  border-radius: 5px;
  position: absolute;
  bottom: -0.6rem;
  right: -0.6rem;
}
.serviceRequestBoxList_item p{
  width: 100%;
  height: 10rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
.serviceSec{
  margin-bottom: 8rem;
}
.serviceSec01{
  margin-bottom: 12rem;
}
.serviceSec_main{

}
.serviceSec_intro{
  width: 60%;
  margin: -15rem auto 3rem;
  position: relative;
}
.serviceSec_intro_en{
  text-align: center;
  font-size: 5rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.13em;
  line-height: 1;
  margin-bottom: -0.5rem;
}
.serviceSec_introBox{
  background: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 4rem;
}
.serviceSec_introBox_ttl{
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.serviceSec_introBox_txt{
  text-align: center;
}
.serviceSec_box{
  margin-bottom: 2rem;
  position: relative;
}
.serviceSec_boxInner{
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.serviceSec_boxInnerL{
  width: 36%;
}
.serviceSec_boxInnerR{
  width: 61%;
  padding-right: 3rem;
  margin-bottom: 3rem;
}
.serviceSec_boxInnerR_ttl{
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.serviceSec_boxRev .serviceSec_boxInner{
  flex-direction: row-reverse;
}
.serviceSec_boxRev .serviceSec_boxInner .serviceSec_boxInnerR{
  padding-right: 0;
  padding-left: 3rem;
}
.serviceSec_ico{
  position: absolute;
  width: 30rem;
}
.service_sec01_ico01{
  width: 25rem;
  right: 5rem;
  top: -8rem;
}
.service_sec01_ico02{
  width: 45rem;
  left: 2rem;
  bottom: -9rem;
}
.service_sec02_ico01{
  width: 9rem;
  right: 22rem;
  top: 1rem;
}
.service_sec02_ico02{
  width: 74rem;
  left: 3rem;
  bottom: 8rem;
}
.service_sec02_ico03{
  width: 16rem;
  right: 6rem;
  bottom: -2rem;
}
.serviceReason{
  background: url(../../src/img/service_reason_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 8rem 0 4rem;
  margin-bottom: 12rem;
}
.serviceReason .topReasonInnerList_itemTxt{
  height: 90%;
}
.serviceReason .topReasonInnerList_itemTxt p{
  width: 90%;
  margin: 0 auto;
  text-align: left;
  margin-top: 1rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.mainVSub {
  position: relative;
  padding-top: 8.5rem;
}
.mainVSub_ttl_en {
  font-size: 6.4rem;
  font-weight: 900;
  margin-bottom: 2rem;
  letter-spacing: 0.13em;
  opacity: 0;
}
.serviceIntro {
  background: url(../../src/img/service_intro.png) right 0 no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: -6rem;
  height: 44rem;
}
.serviceRequestBoxBg {
  width: 100%;
  margin: 0 auto;
  background: #D6F3F8;
  border-radius: 5px;
  padding: 4rem 3rem;
}
.serviceRequestBoxList_item {
  position: relative;
  width: 32%;
}
.serviceSec_intro {
  width: 80%;
  margin: -11rem auto 6rem;
  position: relative;
}
.serviceSec_box {
  margin-bottom: 6rem;
  position: relative;
}
.serviceSec_boxInner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainVSub{
  position: relative;
  padding-top: 8.5rem;
}
.mainVSub_ttl{
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  top: 13rem;
  bottom: 0;
  margin: auto;
  height: 13rem;
  line-height: 1;
  color: #fff;
}
.mainVSub_ttl_en{
  font-size: 5rem;
  font-weight: 900;
  margin-bottom: 1rem;
  letter-spacing: 0.13em;
  opacity: 0;
}
.mainVSub_ttl_jp{
  font-size: 2rem;
  font-weight: 700;
  opacity: 0;
}
.serviceIntro{
  background: url(../../src/img/sp/service_intro@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: -5rem;
  height: 58rem;
}
.serviceIntroInner{
  margin-top: 3rem;
}
.serviceIntroInner_ttl{
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 3rem;
}
.serviceIntroInner_ttl span{
  display: inline-block;
  font-weight: 900;
  font-size: 3rem;
}
.serviceIntroInner_txt{
  text-align: left;
  width: 88%;
  margin: 0 auto;
}
.serviceRequest{
  padding: 6rem 0 8rem;
}
.serviceRequest_ttl{
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
}
.serviceRequest_ttl span{
  position: relative;
  padding: 0 4rem;
}
.serviceRequest_ttl span:before{
  content: "";
  width: 4.2rem;
  height: 6.9rem;
  background: url(../../src/img/service_ttl_tips01.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 2.3rem;
}
.serviceRequest_ttl span:after{
  content: "";
  width: 4.2rem;
  height: 6.9rem;
  background: url(../../src/img/service_ttl_tips02.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 2.3rem;
}
.serviceRequestBox{

}
.serviceRequestBox_mascot{
  width: 12rem;
  margin: 0 auto -4rem;
}
.serviceRequestBoxBg{
  width: 100%;
  margin: 0 auto;
  background: #D6F3F8;
  border-radius: 0px;
  padding: 4rem 4rem 2rem;
}
.serviceRequestBoxList{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
}
.serviceRequestBoxList_item{
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
}
.serviceRequestBoxList_item:before{
  content: "";
  width: 100%;
  height: 10rem;
  background: #36C1DA;
  border-radius: 5px;
  position: absolute;
  bottom: -0.6rem;
  right: -0.6rem;
}
.serviceRequestBoxList_item p{
  width: 100%;
  height: 10rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
.serviceSec{
  margin-bottom: 5rem;
}
.serviceSec01{
  margin-bottom: 3rem;
  height: 186rem;
}
.serviceSec02{
  height: 258rem;
}
.serviceSec_main{

}
.serviceSec_intro{
  width: 85%;
  margin: -9rem auto 3rem;
  position: relative;
}
.serviceSec_intro_en{
  text-align: center;
  font-size: 4rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: -0.5rem;
}
.serviceSec_introBox{
  background: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 3rem;
}
.serviceSec_introBox_ttl{
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 2rem;
  letter-spacing: 0em;
}
.serviceSec_introBox_txt{
  text-align: left;
  letter-spacing: 0.05em;
}
.serviceSec_box{
  margin-bottom: 2rem;
  position: relative;
}
.serviceSec_boxInner{
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  flex-direction: column;
}
.serviceSec_boxInnerL{
  width: 100%;
  margin-bottom: 1rem;
}
.serviceSec_boxInnerR{
  width: 100%;
  padding-right: 0rem;
  margin-bottom: 3rem;
}
.serviceSec_boxInnerR_ttl{
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.serviceSec_boxRev .serviceSec_boxInner{
  flex-direction: column;
}
.serviceSec_boxRev .serviceSec_boxInner .serviceSec_boxInnerR{
  padding-right: 0;
  padding-left: 0rem;
}
.serviceSec_ico{
  position: absolute;
  width: 30rem;
}
.service_sec01_ico01 {
  width: 9.2rem;
  right: 0rem;
  top: -3rem;
}
.service_sec01_ico02{
  width: 40rem;
  left: -1rem;
  bottom: unset;
  top: 3rem;
}
.service_sec02_ico01{
  width: 9rem;
  right: 22rem;
  top: 1rem;
  display: none;
}
.service_sec02_ico02{
  width: 74rem;
  left: 3rem;
  bottom: 8rem;
  display: none;
}
.service_sec02_ico03{
  width: 16rem;
  right: 6rem;
  bottom: -2rem;
  display: none;
}
.serviceReason{
  background: url(../../src/img/sp/service_reason_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 8rem 0 4rem;
  margin-bottom: 8rem;
}
.serviceReason .topReasonInnerList_itemTxt{
  height: 90%;
  height: 39rem;
}
.serviceReason .topReasonInnerList_itemTxt p{
  width: 90%;
  margin: 0 auto;
  text-align: left;
  margin-top: 1rem;
  letter-spacing: 0em;
}
}
/*-----------------------------------------------------------

TYPE

-------------------------------------------------------------*/
.typeIntro{
  margin: 3rem auto 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.typeIntro_ttl{
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 3rem;
  line-height: 1.6;
}
.typeIntro_ttl_txt01{
  font-size: 2rem;
  font-weight: 700;
}
.typeIntro_ttl_txt02{
  font-size: 3rem;
  font-weight: 900;
}
.typeIntro_txt{
  text-align: center;
  margin-bottom: 4rem;
}
.typeIntroList{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 6rem;
  width: 80%;
  flex-wrap: wrap;
}
.typeIntroList_item{
  width: 29%;
  position: relative;
}
.typeIntroList_itemIco{
  width: 13rem;
  margin: 0 auto -8rem;
}
.typeIntroList_itemTxt{
  background: #fff;
  box-shadow: 0 3px 6px #0000002b;
  padding: 2rem 0rem 4rem;
  padding-top: 10rem;
  border-radius: 5px;
  text-align: center;
}
.typeIntroList_itemTxt h3{
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.typeRecommend {
  padding: 8rem 0 8rem;
  background: url(../../src/img/type_recommend_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  margin-bottom: 16rem;
}
.typeRecommendList{
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.typeRecommendList_item{
  width: 19%;
  background: #fff;
  padding: 2rem 2rem;
  margin: 0 0.7rem;
  border-radius: 5px;
}
.typeRecommendList_itemLink_img{
  margin-bottom: 1rem;
}
.typeRecommendList_itemLink_info{

}
.typeRecommendList_itemLink_info h3{
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.typeRecommendList_itemLink_info p{
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.typeRecommendList_note{
  text-align: center;
  font-size: 1.2rem;
  margin-top: 2rem;
}
.typeAnch{
  width: 70%;
  margin: 0rem auto 12rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.typeAnch li{
  width: 32.5%;
}
.typeAnch li a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.7rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  background: #36C1DA;
  border-radius: 5px;
}
.typeAnch li a:after{
  content: "";
  width: 2.6rem;
  height: 1.7rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3rem;
  position: absolute;
  margin: auto;
  background: url(../../src/img/faq_arrow.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.typeSec{
  width: 80%;
  margin: 0 auto 8rem;
}
.typeSec_ttl{
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 1.5;
}
.typeSec_ttl:before{
  content: "";
  width: 100%;
  height: 1px;
  background: #36C1DA;
  position: absolute;
  left: 0;
  top: 2.6rem;
  margin: auto;
}
.typeSec_ttl_txt01{
  display: inline-block;
  background: #fff;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
  font-size: 3rem;
}
.typeSec_ttl_txt02{
  font-size: 2rem;
}
.typeSec_table{
  width: 100%;
  border: 1px solid #707070;
  margin-bottom: 6rem;
}
.typeSec_table th{
  width: 25%;
  border: 1px solid #707070;
  background: #D7F3F8;
  text-align: center;
  vertical-align: middle;
  padding: 1rem 2rem;
  font-size: 1.6rem;
}
.typeSec_table td{
  width: 25%;
  vertical-align: middle;
  border: 1px solid #707070;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  text-align: center;
}
.typeSec_table td:nth-child(even) {
  background: #F8F8F8;
}

.typeSec_tableHousing{

}
.typeSec_tableHousing tr:nth-child(1) th:nth-child(1){
  background: #B7EAF3;
}
.typeSec_tableHousing th{
  width: 20%;
}
.typeSec_tableHousing td{
  width: 40%;
}
.typeSec_tableHousing tr:nth-child(even) td{
  background: #fff;
}
.typeSec_tableHousing tr:nth-child(odd) td{
  background: #F8F8F8;
}
.typeSec_tableHousing_note{
  font-size: 1.2rem;
  margin-top: -4rem;
}

.typeSecWorks{
  margin-bottom: 8rem;
}
.typeSecWorks_ttl{
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.typeSecWorks .topWorksList{
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.typeSecWorks .topWorksList::after {
  content: "";
  display: block;
  width: 31%;
}
.typeSecWorks .topWorksList_item{
  width: 31%;
  margin-bottom: 3rem;
  padding: 0;
}
.typeSecWorks .topWorksList_itemLink_img{
  height: 22rem;
}
.ctaBox--type{
  margin-top: 12rem;
}
.typeFlow {
  padding: 12rem 0 8rem;
  background: url(../../src/img/type_flow_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  margin-bottom: 16rem;
}
.typeFlowList{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  margin: 0 auto;
  flex-wrap: wrap;
}
.typeFlowList_item{
  width: 32.5%;
  position: relative;
  margin-bottom: 3rem;
}
.typeFlowList_itemIco{
  width: 17rem;
  margin: 0 auto -10rem;
}
.typeFlowList_itemTxt{
  background: #fff;
  padding: 2rem 2rem 2rem;
  padding-top: 8rem;
  border-radius: 5px;
  min-height: 32rem;
}
.typeFlowList_itemTxt_num{
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 1rem;
}
.typeFlowList_itemTxt_ttl{
  font-size: 2rem;
  font-weight: 700;
}
.typeFlowList_itemTxt_cont{
  line-height: 1.8;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.typeFlowList_itemTxt_cont span{
  display: inline-block;
  margin-top: 1rem;
  font-size: 1.2rem;
}
.typeFlowBtn{
  display: flex;
  justify-content: space-between;
  width: 75%;
  margin: 6rem auto 4rem;
}
.typeFlowBtn .ctaBtnBox{
  width: 50rem;
}
.typeWorks{
  margin-bottom: 20rem;
}
.typeOther{
  margin-bottom: 8rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.typeIntroList {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 6rem;
  width: 95%;
  flex-wrap: wrap;
}
.typeIntroList_item {
  width: 32%;
  position: relative;
}
.typeRecommendList {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 90%;
  margin: 0 auto;
  flex-wrap: wrap;
}
.typeRecommendList_item {
  width: 48%;
  background: #fff;
  padding: 2rem 2rem;
  margin: 0 0.7rem;
  border-radius: 5px;
  margin-bottom: 2rem;
}
.typeRecommendList_itemLink{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.typeRecommendList_itemLink_img {
  margin-bottom: 0rem;
  width: 35%;
}
.typeRecommendList_itemLink_info {
  width: 60%;
}
.typeAnch {
  width: 90%;
  margin: 0rem auto 12rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.typeSec {
  width: 95%;
  margin: 0 auto 8rem;
}
.typeFlowList {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 95%;
  margin: 0 auto;
  flex-wrap: wrap;
}
.typeFlowList_itemTxt_cont br{
  display: none!important;
}
.typeFlowList_itemTxt {
  background: #fff;
  padding: 2rem 2rem 2rem;
  padding-top: 8rem;
  border-radius: 5px;
  min-height: 34rem;
}
.typeFlowBtn {
  display: flex;
  justify-content: space-between;
  width: 85%;
  margin: 6rem auto 4rem;
}
.typeFlowBtn .ctaBtnBox {
  width: 37rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.typeIntro{
  margin: 3rem auto 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.typeIntro_ttl{
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 3rem;
  line-height: 1.6;
}
.typeIntro_ttl_txt01{
  font-size: 2rem;
  font-weight: 700;
}
.typeIntro_ttl_txt02{
  font-size: 3rem;
  font-weight: 900;
}
.typeIntro_txt{
  text-align: left;
  margin-bottom: 4rem;
  width: 90%;
  margin: 0 auto 4rem;
}
.typeIntroList{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 6rem;
  width: 100%;
  flex-wrap: wrap;
}
.typeIntroList .slick-dots{
    position: absolute;
    bottom: -3rem;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.typeIntroList .slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 0.7rem;
  padding: 0;
  cursor: pointer;
}
.typeIntroList .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: #D1D1D1;
  background: #D1D1D1;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #D1D1D1;
}
.typeIntroList .slick-dots li.slick-active button:before{
    color:#1CACE5;
    border-radius: 50%;
    background:#1CACE5;
    border: 1px solid #1CACE5;
}
.typeIntroList .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;
}
.typeIntroList_item{
  width: 29%;
  position: relative;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}
.typeIntroList_itemIco{
  width: 13rem;
  margin: 0 auto -8rem;
}
.typeIntroList_itemTxt{
  background: #fff;
  box-shadow: 0 3px 6px #0000002b;
  padding: 2rem 0rem 4rem;
  padding-top: 8rem;
  border-radius: 5px;
  text-align: center;
}
.typeIntroList_itemTxt h3{
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.typeRecommend {
  padding: 8rem 0 8rem;
  background: url(../../src/img/type_recommend_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  margin-bottom: 8rem;
}
.typeRecommendList{
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
}
.typeRecommendList_item{
  width: 85%;
  background: #fff;
  padding: 1.6rem 1.6rem;
  margin: 0 auto 1rem;
}
.typeRecommendList_itemLink_img{
  margin-bottom: 1rem;
}
.typeRecommendList_itemLink_info{

}
.typeRecommendList_itemLink_info h3{
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.typeRecommendList_itemLink_info p{
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.typeRecommendList_note{
  text-align: left;
  font-size: 1.2rem;
  margin-top: 2rem;
  width: 85%;
  margin: 0 auto;
}
.typeAnch{
  width: 85%;
  margin: 0rem auto 6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.typeAnch li{
  width: 100%;
  margin-bottom: 4rem;
}
.typeAnch li a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.7rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  background: #36C1DA;
  border-radius: 5px;
}
.typeAnch li a:after{
  content: "";
  width: 2.3rem;
  height: 1.3rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2rem;
  position: absolute;
  margin: auto;
  background: url(../../src/img/faq_arrow.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.typeSec{
  width: 100%;
  margin: 0 auto 8rem;
}
.typeSec_ttl{
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 1.5;
  width: 85%;
  margin: 0 auto 3rem;
}
.typeSec_ttl:before{
  content: "";
  width: 100%;
  height: 1px;
  background: #36C1DA;
  position: absolute;
  left: 0;
  top: 1.6rem;
  margin: auto;
}
.typeSec_ttl_txt01{
  display: inline-block;
  background: #fff;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
  font-size: 2rem;
}
.typeSec_ttl_txt02{
  font-size: 1.6rem;
}
.typeSec_table{
  width: 100%;
  border: 1px solid #707070;
  margin-bottom: 6rem;
  width: 85%;
  margin: 0 auto 6rem;
}
.typeSec_table th{
  width: 25%;
  border: 1px solid #707070;
  background: #D7F3F8;
  text-align: center;
  vertical-align: middle;
  padding: 1rem 0rem;
  font-size: 1.6rem;
}
.typeSec_table td{
  width: 25%;
  vertical-align: middle;
  border: 1px solid #707070;
  padding: 1rem 0rem;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.05em;
}
.typeSec_table tr:nth-child(odd) td{
  background: #F8F8F8;
}
.typeSec_table td:nth-child(even) {
  background: unset;
}
.typeSec_tableHousingScroll{
  overflow-x: scroll;
  padding-left: 7%;
  padding-bottom: 1rem;
}
.typeSec_tableHousing{
  width: 230%;
  margin-bottom: 0;
  margin-right: 3rem;
}
.typeSec_tableHousing tr:nth-child(1) th:nth-child(1){
  background: #B7EAF3;
}
.typeSec_tableHousing th{
  width: 20%;
}
.typeSec_tableHousing td{
  width: 40%;
}
.typeSec_tableHousing tr:nth-child(even) td{
  background: #fff;
}
.typeSec_tableHousing tr:nth-child(odd) td{
  background: #F8F8F8;
}
.typeSec_tableHousing_note{
  font-size: 1.2rem;
  width: 85%;
  margin: 0 auto;
  margin-top: 1rem;
  letter-spacing: 0;
}

.typeSecWorks{
  margin-bottom: 8rem;
}
.typeSecWorks_ttl{
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.typeSecWorks .topWorksList{
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.typeSecWorks .topWorksList::after {
  content: "";
  display: block;
  width: 31%;
}
.typeSecWorks .topWorksList_item{
  width: 31%;
  margin-bottom: 3rem;
  padding: 0 1.5rem;
}
.typeSecWorks .topWorksList_itemLink_img{
  height: 22rem;
}
.ctaBox--type{
  margin-top: 12rem;
}
.typeFlow {
  padding: 8rem 0 4rem;
  background: url(../../src/img/sp/type_flow_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  margin-bottom: 10rem;
}
.typeFlowList{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin: 0 auto 4rem;
  flex-wrap: wrap;
}
.typeFlowList .slick-dots{
    position: absolute;
    bottom: -3rem;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.typeFlowList .slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 0.7rem;
  padding: 0;
  cursor: pointer;
}
.typeFlowList .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: #D1D1D1;
  background: #D1D1D1;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #D1D1D1;
}
.typeFlowList .slick-dots li.slick-active button:before{
    color:#1CACE5;
    border-radius: 50%;
    background:#1CACE5;
    border: 1px solid #1CACE5;
}
.typeFlowList .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;
}
.typeFlowList_item{
  width: 32.5%;
  position: relative;
  margin-bottom: 1rem;
  padding: 0 0.5rem;
}
.typeFlowList_itemIco{
  width: 17rem;
  margin: 0 auto -10rem;
}
.typeFlowList_itemTxt{
  background: #fff;
  padding: 2rem 2rem 2rem;
  padding-top: 8rem;
  border-radius: 5px;
  min-height: 32rem;
}
.typeFlowList_itemTxt_num{
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.typeFlowList_itemTxt_ttl{
  font-size: 2rem;
  font-weight: 700;
}
.typeFlowList_itemTxt_cont{
  line-height: 1.8;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
}
.typeFlowList_itemTxt_cont span{
  display: inline-block;
  margin-top: 1rem;
  font-size: 1.2rem;
}
.typeFlowBtn{
  display: flex;
  justify-content: space-between;
  width: 85%;
  margin: 6rem auto 4rem;
  flex-direction: column;
}
.typeFlowBtn .ctaBtnBox{
  width: 32rem;
  margin-bottom: 2rem;
}
.typeWorks{
  margin-bottom: 10rem;
}
.typeOther{
  margin-bottom: 8rem;
}
.mainVSub_ttl_en--typeSmall{
  font-size: 3.5rem;
  margin-top: 0.8rem;
}
.mainVSub_ttl_en--typeSmall02{
  font-size: 3rem;
  margin-top: 0.8rem;
}
.typeSec_tableHousingSP{
  margin-bottom: -0.1rem;
}
.typeSec_ttlHousing01{

}
.typeSec_ttlHousing01:before {
  top: 2.6rem;
}
.typeSec_ttlHousing01 .typeSec_ttl_txt01{
  padding: 0 1rem;
}
.typeSec_ttlHousing02{

}
.typeSec_ttlHousing02:before {
  top: 4.6rem;
}
.typeSec_ttlHousing02 .typeSec_ttl_txt01{
  padding: 0 0rem;
}
}
/*-----------------------------------------------------------

WORKS

-------------------------------------------------------------*/
.worksSearch{
  width: 80%;
  margin: 6rem auto 6rem;
}
.worksSearch_ttl{
  background: #36C1DA;
  text-align: center;
  color: #fff;
  padding: 1rem 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 5px 5px 0 0;
  border: 1px solid #36C1DA;
}
.worksSearchBox{
  border-radius: 0 0 5px 5px;
  border: 1px solid #36C1DA;
  padding: 2rem 5rem 3rem;
}
.worksSearchBox form{

}
.worksSearchBox_col{
  margin-bottom: 2.5rem;
}
.worksSearchBox_col_ttl{
  color: #36C1DA;
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #36C1DA;
}
.worksSearchBox_col_inner{

}
.worksSearchBox_col_inner div{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.worksSearchBox_col_inner div label{
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  justify-content: flex-start;
  margin-right: 4rem;
  margin-bottom: 1rem;
}
.worksSearchBox_col_inner div input {
    margin-right: 1rem;
    -webkit-appearance: none;
    width: 1.8rem;
    height: 1.8rem;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 2px;
    padding: 0;
    line-height: 1em;
    position: relative;
}
.worksSearchBox_col_inner div input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 1.8rem;
    line-height: 1;
    position: absolute;
    width: 1.8rem;
    height: 1.8rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.worksSearchBox_send{
  display: flex;
  justify-content: center;
  position: relative;
  width: 35rem;
  margin: 0 auto;
}
.worksSearchBox_send input{
  width: 100%;
  height: 6.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  border: none;
  position: relative;
  border-radius: 5px;
  background: url(../../src/img/send_bg01.png) 0 0 no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out;
}
.worksSearchBox_send input:hover{
  opacity: 0.6;
}
.worksBox{
  width: 80%;
  margin: 0 auto 8rem;
}
.worksBox .topWorksList{
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.worksBox .topWorksList::after {
  content: "";
  display: block;
  width: 31%;
}
.worksBox .topWorksList_item{
  width: 31%;
  margin-bottom: 5rem;
  padding: 0;
}
.worksBox .topWorksList_itemLink_img{
  height: 22rem;
}
.wp-pagenavi{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0rem auto;
  position: relative;
  z-index: 1;
}
.wp-pagenavi a{
  color: #4A4A4A;
}
.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 #4A4A4A;
  border-right: 1px solid #4A4A4A;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: 0px;
}
.wp-pagenavi .first:after{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #4A4A4A;
  border-right: 1px solid #4A4A4A;
  -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 #4A4A4A;
  border-right: 1px solid #4A4A4A;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
}
.wp-pagenavi .last:after{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #4A4A4A;
  border-right: 1px solid #4A4A4A;
  -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 #4A4A4A;
  border-right: 1px solid #4A4A4A;
  -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 #4A4A4A;
  border-right: 1px solid #4A4A4A;
  -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: #4A4A4A;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
}
.wp-pagenavi .current{
  color: #fff;
  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: 3rem;
  font-size: 2rem;
  background: #36C1DA;
  border-radius: 50%;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.worksSearch {
  width: 90%;
  margin: 6rem auto 6rem;
}
.worksBox {
  width: 90%;
  margin: 0 auto 8rem;
}
.worksBox .topWorksList_itemLink_img {
  height: 19rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.worksSearch{
  width: 85%;
  margin: 4rem auto 6rem;
}
.worksSearch_ttl{
  background: #36C1DA url(../../src/img/sp/works_ac_on@2x.png) 96% center no-repeat;
  background-size: 1.6rem 0.9rem;
  text-align: left;
  color: #fff;
  padding: 1.6rem 2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 5px;
  border: 1px solid #36C1DA;
}
.worksSearch_ttl.on{
  background: #36C1DA url(../../src/img/sp/works_ac_off@2x.png) 96% center no-repeat;
  background-size: 1.6rem 0.9rem;
  border-radius: 5px 5px 0 0;
}
.worksSearchBox{
  border-radius: 0 0 5px 5px;
  border: 1px solid #36C1DA;
  padding: 2rem 2rem 3rem;
  display: none;
}
.worksSearchBox form{

}
.worksSearchBox_col{
  margin-bottom: 2.5rem;
}
.worksSearchBox_col_ttl{
  color: #36C1DA;
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #36C1DA;
}
.worksSearchBox_col_inner{

}
.worksSearchBox_col_inner div{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.worksSearchBox_col_inner div label{
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  justify-content: flex-start;
  margin-right: 4rem;
  margin-bottom: 1rem;
  width: 100%;
}
.worksSearchBox_col_inner div input {
    margin-right: 1rem;
    -webkit-appearance: none;
    width: 1.8rem;
    height: 1.8rem;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 2px;
    padding: 0;
    line-height: 1em;
    position: relative;
}
.worksSearchBox_col_inner div input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 1.8rem;
    line-height: 1;
    position: absolute;
    width: 1.8rem;
    height: 1.8rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.worksSearchBox_send{
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.worksSearchBox_send input{
  width: 100%;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  border: none;
  position: relative;
  border-radius: 5px;
  background: url(../../src/img/send_bg01.png) 0 0 no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out;
}
.worksSearchBox_send input:hover{
  opacity: 0.6;
}
.worksBox{
  width: 85%;
  margin: 0 auto 8rem;
}
.worksBox .topWorksList{
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.worksBox .topWorksList::after {
  content: "";
  display: block;
  width: 100%;
}
.worksBox .topWorksList_item{
  width: 100%;
  margin-bottom: 5rem;
  padding: 0;
}
.worksBox .topWorksList_itemLink_img{
  height: 22rem;
}
.wp-pagenavi{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0rem auto;
  position: relative;
  z-index: 1;
}
.wp-pagenavi a{
  color: #4A4A4A;
}
.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 #4A4A4A;
  border-right: 1px solid #4A4A4A;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: 0px;
}
.wp-pagenavi .first:after{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #4A4A4A;
  border-right: 1px solid #4A4A4A;
  -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 #4A4A4A;
  border-right: 1px solid #4A4A4A;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
}
.wp-pagenavi .last:after{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #4A4A4A;
  border-right: 1px solid #4A4A4A;
  -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 #4A4A4A;
  border-right: 1px solid #4A4A4A;
  -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 #4A4A4A;
  border-right: 1px solid #4A4A4A;
  -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: #4A4A4A;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
}
.wp-pagenavi .current{
  color: #fff;
  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: 3rem;
  font-size: 2rem;
  background: #36C1DA;
  border-radius: 50%;
}
}
/*-----------------------------------------------------------

WORKS DETAIL

-------------------------------------------------------------*/
.mainVSubSimple{
  padding-top: 12rem;
}
.worksDBox{
  width: 80%;
  margin: 6rem auto 8rem;
  display: flex;
  justify-content: space-between;
}
.worksDBoxSec{
  width: 62%;
}
.worksDBoxSec_top{
  margin-bottom: 2rem;
}
.worksDBoxSec_topTtl{
  font-size: 2rem;
  font-weight: 700;
}
.worksDBoxSec_img{
  margin-bottom: 4rem;
}
.worksDBoxSec_imgSlide{
  margin-bottom: 1rem;
}
.worksDBoxSec_imgSlide .slick-prev {
  left: -3.5rem;
  width: 1.3rem;
  height: 2.2rem;
  top: 22.5rem
}
.worksDBoxSec_imgSlide .slick-prev:before {
  content: '';
  background: url(../../src/img/slick_prev.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 1.3rem;
  height: 2.2rem;
  display: block;
}
.worksDBoxSec_imgSlide .slick-next {
  right: -2.2rem;
  width: 1.3rem;
  height: 2.2rem;
  top: 22.5rem
}
.worksDBoxSec_imgSlide .slick-next:before {
  content: '';
  background: url(../../src/img/slick_next.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 1.3rem;
  height: 2.2rem;
  display: block;
}
.worksDBoxSec_imgSlide img{

}
.worksDBoxSec_imgSlide .slick-list {
  padding-right: 1rem;
}
.worksDBoxSec_imgSlide .slick-slide{
  
}
.worksDBoxSec_imgSlide li{
  height: 43rem;
  text-align: center;
}
.worksDBoxSec_imgSlide li img{
  height: 100%;
  display: inline-block;
  width: auto;
  object-fit: none;
}
.worksDBoxSec_imgSlide li div {
    width: 100%;
    height: 43rem;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 5px;
}
.worksDBoxSec_imgSlide li div img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.worksDBoxSec_imgNav{
  margin: 0 -0.5rem;
}
.worksDBoxSec_imgNav li{
  padding: 0 0.5rem;
}
.worksDBoxSec_imgNav li.slick-current div{
  background: #000;
  display: block;
}
.worksDBoxSec_imgNav li.slick-current div img{
  opacity: 0.4;
  transition: all 300ms ease;
}
.worksDBoxSec_imgNav .slick-slide div {
  width: 100%;
  height: 8.5rem;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 5px;
}
.worksDBoxSec_imgNav .slick-slide div img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
@media only screen and (min-width: 900px) {
.worksDBoxSec_imgNav .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  padding-right: 0.5rem;
}
.worksDBoxSec_imgNav .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  width: 100%!important;
  transform: unset!important;
  justify-content: flex-start;
}
.worksDBoxSec_imgNav .slick-slide {
  display: none;
  float: left;
  height: 100%;
  width: 19.8%!important;
  min-height: 1px;
  margin-bottom: 0.8rem;
  margin-right: 0rem;
  cursor: pointer;
}
.worksDBoxSec_imgNav .slick-slide:nth-child(5n) {
  margin-right: 0;
}
}
.worksDBoxSec_list{
  margin-bottom: 8rem;
}
.worksDBoxSec_listItem{
  border-bottom: 1px solid #707070;
  padding-bottom: 0.5rem;
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.worksDBoxSec_listItem h2{
  width: 30%;
  font-size: 1.6rem;
  font-weight: 700;
}
.worksDBoxSec_listItem p{
  width: 70%;
  font-size: 1.6rem;
}
.worksDBoxSec_comment{
  border: 1px solid #707070;
  padding: 3rem 2rem 2rem;
  margin-bottom: 5rem;
}
.worksDBoxSec_commentTtlBox{
  margin-top: -4.5rem;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.worksDBoxSec_commentTtl{
  font-size: 1.6rem;
  font-weight: 700;
  background: #fff;
  padding: 0 1rem;
}
@media only screen and (min-width: 900px) {
.worksDBoxSec_commentTxt img{
  max-width: unset;
  width: auto;
  height: auto;
  margin: 0.5rem;
}
}
.worksDBoxSide{
  width: 31%;
}
.worksDBoxSide_ttl{
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.worksDBoxSide .topWorksList{
  display: flex;
  flex-wrap: wrap;
}
.worksDBoxSide .topWorksList_item{
  width: 100%;
  padding: 0;
  margin-bottom: 4rem;
}
.worksDBoxSide .topWorksList_itemLink_img{
  height: 22rem;
}

@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.mainVSubSimple{
  padding-top: 9rem;
}
.worksDBox {
  width: 90%;
  margin: 6rem auto 8rem;
  display: flex;
  justify-content: space-between;
}
.worksDBoxSec {
  width: 72%;
}
.worksDBoxSec_imgNav .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  padding-right: 0.5rem;
}
.worksDBoxSec_imgNav .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  width: 100%!important;
  transform: unset!important;
  justify-content: flex-start;
}
.worksDBoxSec_imgNav .slick-slide {
  display: none;
  float: left;
  height: 100%;
  width: 19.8%!important;
  min-height: 1px;
  margin-bottom: 0.8rem;
  margin-right: 0rem;
  cursor: pointer;
}
.worksDBoxSec_imgNav .slick-slide:nth-child(5n) {
  margin-right: 0;
}
.worksDBoxSec_commentTxt img{
  max-width: unset;
  width: 45%;
  height: auto;
  margin: 0.5rem;
}
.worksDBoxSide {
  width: 25%;
}
.worksDBoxSide .topWorksList_itemLink_img {
  height: 14rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainVSubSimple{
  padding-top: 9rem;
}
.worksDBox{
  width: 85%;
  margin: 4rem auto 8rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.worksDBoxSec{
  width: 100%;
  margin-bottom: 8rem;
}
.worksDBoxSec_top{
  margin-bottom: 2rem;
}
.worksDBoxSec_topTtl{
  font-size: 2rem;
  font-weight: 700;
}
.worksDBoxSec_img{
  margin-bottom: 4rem;
}
.worksDBoxSec_imgSlide{
  margin-bottom: 0.4rem;
  margin-left: -0.4rem;
}
.worksDBoxSec_imgSlide .slick-prev {
  left: -3.5rem;
  width: 1.3rem;
  height: 2.2rem;
  top: 22.5rem
}
.worksDBoxSec_imgSlide .slick-prev:before {
  content: '';
  background: url(../../src/img/slick_prev.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 1.3rem;
  height: 2.2rem;
  display: block;
}
.worksDBoxSec_imgSlide .slick-next {
  right: -2.2rem;
  width: 1.3rem;
  height: 2.2rem;
  top: 22.5rem
}
.worksDBoxSec_imgSlide .slick-next:before {
  content: '';
  background: url(../../src/img/slick_next.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 1.3rem;
  height: 2.2rem;
  display: block;
}
.worksDBoxSec_imgSlide img{

}
.worksDBoxSec_imgSlide .slick-list {
  padding-right: 0rem;
}
.worksDBoxSec_imgSlide .slick-slide{
  
}
.worksDBoxSec_imgSlide li{
  height: 35rem;
  text-align: center;
}
.worksDBoxSec_imgSlide li img{
  height: 100%;
  display: inline-block;
  width: auto;
  object-fit: none;
}
.worksDBoxSec_imgSlide li div {
    width: 100%;
    height: 35rem;
    position: relative;
    overflow: hidden;
    display: block;
}
.worksDBoxSec_imgSlide li div img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.worksDBoxSec_imgNav{
  margin: 0 -0.5rem;
}
.worksDBoxSec_imgNav li{
  padding: 0 0.2rem;
}
.worksDBoxSec_imgNav li.slick-current div{
  background: #000;
  display: block;
}
.worksDBoxSec_imgNav li.slick-current div img{
  opacity: 0.4;
  transition: all 300ms ease;
}
.worksDBoxSec_imgNav .slick-slide div {
  width: 100%;
  height: 4.5rem;
  position: relative;
  overflow: hidden;
  display: block;
}
.worksDBoxSec_imgNav .slick-slide div img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.worksDBoxSec_imgNav .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  padding-right: 0rem;
}
.worksDBoxSec_imgNav .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  width: 100%!important;
  transform: unset!important;
  justify-content: flex-start;
}
.worksDBoxSec_imgNav .slick-slide {
  display: none;
  float: left;
  height: 100%;
  width: 19.8%!important;
  min-height: 1px;
  margin-bottom: 0.4rem;
  margin-right: 0rem;
  cursor: pointer;
}
.worksDBoxSec_imgNav .slick-slide:nth-child(5n) {
  margin-right: 0;
}
.worksDBoxSec_list{
  margin-bottom: 8rem;
}
.worksDBoxSec_listItem{
  border-bottom: none;
  padding-bottom: 0rem;
  margin-bottom: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-direction: column;
}
.worksDBoxSec_listItem h2{
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 1px solid #707070;
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
}
.worksDBoxSec_listItem p{
  width: 100%;
  font-size: 1.6rem;
}
.worksDBoxSec_comment{
  border: 1px solid #707070;
  padding: 3rem 2rem 2rem;
  margin-bottom: 5rem;
}
.worksDBoxSec_commentTtlBox{
  margin-top: -4.5rem;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.worksDBoxSec_commentTtl{
  font-size: 1.6rem;
  font-weight: 700;
  background: #fff;
  padding: 0 1rem;
}
.worksDBoxSide{
  width: 100%;
}
.worksDBoxSide_ttl{
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.worksDBoxSide .topWorksList{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.worksDBoxSide .topWorksList_item{
  width: 100%;
  padding: 0;
  margin-bottom: 4rem;
}
.worksDBoxSide .topWorksList_itemLink_img{
  height: 22rem;
}
}
/*-----------------------------------------------------------

LEASE

-------------------------------------------------------------*/
.leaseIntro{
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 5rem auto 0;
}
.leaseIntroBox{
  margin-bottom: 3rem;
}
.leaseIntroBoxInner{
  position: relative;
  padding: 0 6rem;
}
.leaseIntroBoxInner:before{
  content: "";
  width: 7.8rem;
  height: 12.8rem;
  background: url(../../src/img/lease_intro_ttl_tips01.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 3.3rem;
}
.leaseIntroBoxInner:after{
  content: "";
  width: 7.8rem;
  height: 12.8rem;
  background: url(../../src/img/lease_intro_ttl_tips02.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 3.3rem;
}
.leaseIntroBoxInner_ttl{
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 1rem;
  line-height: 1;
}
.leaseIntroBoxInner_ttl span{
  font-size: 8rem;
  color: #FF0000;
  display: inline-block;
  margin: 0 0.5rem;
}
.leaseIntroBoxInner_txt{
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
.leaseIntro_mascot {
  width: 24rem;
  margin: 0 auto 0rem;
}
.leasePoint{
  background: url(../../src/img/lease_point_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 8rem 0 8rem;
  margin-bottom: 8rem;
}
.cmnTtl01Box--leasePoint{
  margin-bottom: -5rem;
}
.leasePointInner{
  width: 80%;
  margin: 0 auto 2rem;
  border: 1px solid #36C1DA;
  border-top: none;
  padding: 8rem 0 3rem;
  position: relative;
}
.leasePointInner:before{
  content: "";
  width: 38%;
  height: 1px;
  background: #36C1DA;
  position: absolute;
  left: 0;
  top: 0;
}
.leasePointInner:after{
  content: "";
  width: 38%;
  height: 1px;
  background: #36C1DA;
  position: absolute;
  right: 0;
  top: 0;
}
.leasePointInnerList{
  width: 85%;
  margin: 0 auto;
}
.leasePointInnerList_item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
  position: relative;
}
.leasePointInnerList_itemRev{
  flex-direction: row-reverse;
}
.leasePointInnerList_itemL{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 26%;
  position: relative;
}
.leasePointInnerList_item:nth-child(1) .leasePointInnerList_itemL_ico{
  width: 8rem;
  position: absolute;
  left: -2rem;
  bottom: 1rem;
}
.leasePointInnerList_item:nth-child(2) .leasePointInnerList_itemL_ico{
  width: 8rem;
  position: absolute;
  right: -3rem;
  bottom: 1rem;
}
.leasePointInnerList_item:nth-child(3) .leasePointInnerList_itemL_ico{
  width: 10rem;
  position: absolute;
  left: -2rem;
  bottom: -2rem;
}

.leasePointInnerList_itemL_ttl{
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  position: absolute;
  left: 0;
  right: 0;
  top: 4rem;
  bottom: 0;
  margin: auto;
  text-align: center;
  height: 7rem;
}
.leasePointInnerList_item:nth-child(2) .leasePointInnerList_itemL_ttl,.leasePointInnerList_item:nth-child(3) .leasePointInnerList_itemL_ttl{
  height: 10rem;
}
.leasePointInnerList_item:nth-child(3) .leasePointInnerList_itemL_ttl{
  top: 6rem;
}
.leasePointInnerList_itemR{
  width: 69%;
  padding-top: 3rem;
}
.leasePoint_note{
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
}
.leaseSec{
  width: 80%;
  margin: 0 auto 8rem;
}
.leaseSec01{

}
.leaseSec_ttl{
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.leaseSec_table{
  width: 100%;
  border: 1px solid #707070;
}
.leaseSec_table th{
  border: 1px solid #707070;
  background: #D7F3F8;
  text-align: center;
  vertical-align: middle;
  padding: 2rem;
  font-size: 1.6rem;
}
.leaseSec_table td{
  width: 75%;
  vertical-align: middle;
  border: 1px solid #707070;
  padding: 2rem;
  font-size: 1.6rem;
}
.leaseSec_note{
  margin-top: 1rem;
  font-size: 1.4rem;
}
.leaseSec_table01 th{
  width: 25%;
}
.leaseSec_table01 td{
  width: 75%;
}
.leaseSec_table01 tr:nth-child(even) td{
  background: #F8F8F8;
}
.leaseSec_table02{
  height: 14rem;
}
.leaseSec_table02 th{
  width: 16.666%;
}
.leaseSec_table02 td{
  width: 16.666%;
  text-align: center;
}
.leaseSec_table02 td:nth-child(even){
  background: #F8F8F8;
}
.leaseSec_table02 th span{
  font-size: 1.4rem;
  display: inline-block;
  font-weight: 400;
}
.leaseSec_table03 th{
  width: 20%;
}
.leaseSec_table03 td{
  width: 20%;
  text-align: center;
}
.leaseSec_table03 tr td:nth-child(odd){
  background: #F8F8F8;
}
.leaseSec_table03 tr:nth-child(odd) td:nth-child(even){
  background: #F4FBFC;
}
.leaseSec_table03 tr:nth-child(odd) td:nth-child(odd){
  background: #EDF4F5;
}
.leaseSec04_txt{
  margin-bottom: 3rem;
}
.leaseSec_table04Inner{

}
.leaseSec_table04Inner{
  width: 84%;
  margin: 3rem auto;
}
.leaseSec_table04Inner_top{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5rem;
}
.leaseSec_table04Inner_topL{
  width: 45%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.leaseSec_table04Inner_topL .ls04_txt01{
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 1rem;
}
.leaseSec_table04Inner_topL .ls04_txt02{
  font-size: 3rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.13em;
}
.leaseSec_table04Inner_topL .ls04_txt02 span{
  font-size: 1.6rem;
}
.leaseSec_table04Inner_topC{
  width: 10%;
  font-size: 3rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  font-weight: 700;
  padding-top: 3rem;
}
.leaseSec_table04Inner_topR{
  width: 45%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.leaseSec_table04Inner_topR .ls04_txt01{
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 1rem;
}
.leaseSec_table04Inner_topR .ls04_txt02{
  font-size: 3rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.13em;
}
.leaseSec_table04Inner_topR .ls04_txt02 span{
  font-size: 1.6rem;
}
.leaseSec_table04Inner_topR .leaseSec_table04Inner_topR_item01 .ls04_txt01{
  position: relative;
  left: 11rem;
}
.leaseSec_table04Inner_topR .leaseSec_table04Inner_topR_item02 .ls04_txt02{
  font-size: 2rem;
  padding-top: 0.6rem;
}
.leaseSec_table04Inner_topR .leaseSec_table04Inner_topR_item03 .ls04_txt01{
  position: relative;
  top: 7rem;
  padding-right: 6rem;
}
.leaseSec_table04Inner_topR .leaseSec_table04Inner_topR_item03 .ls04_txt02{
  color: #FF0000;
}
.leaseSec_table04Inner_topR .leaseSec_table04Inner_topR_item03 .ls04_txt02 span + span{
  font-size: 1.2rem;
  font-weight: 400;
  color: #2F2F2F;
}
.leaseSec_table04Inner_btm{
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.leaseSec_table04Inner_btmL{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.leaseSec_table04Inner_btmL div{
  margin-left: 1.5rem;
}
.leaseSec_table04Inner_btmL .ls04_txt01{
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 1rem;
}
.leaseSec_table04Inner_btmL .ls04_txt02{
  font-size: 3rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.13em;
}
.leaseSec_table04Inner_btmL .ls04_txt02 span{
  font-size: 1.6rem;
}
.leaseSec_table04Inner_btmC{
  width: 11%;
  font-size: 3rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  font-weight: 700;
  padding-top: 2rem;
}

.leaseSec_table04Inner_btmR{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.leaseSec_table04Inner_btmR .ls04_txt01{
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 1rem;
}
.leaseSec_table04Inner_btmR .ls04_txt02{
  font-size: 3rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.13em;
  color: #FF0000;
}
.leaseSec_table04Inner_btmR .ls04_txt02 span{
  font-size: 1.6rem;
}
.leaseSec05{
  margin-top: -3rem;
}
.leaseSec_table05{

}
.leaseSec_table05 th{
  width: 25%;
  text-align: left;
  white-space: nowrap;
}
.leaseSec_table05 td{
  width: 75%;
  text-align: left;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.leaseIntroBoxInner_ttl {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 1rem;
  line-height: 1;
}
.leasePointInner {
  width: 95%;
  margin: 0 auto 2rem;
  border: 1px solid #36C1DA;
  border-top: none;
  padding: 8rem 0 3rem;
  position: relative;
}
.leasePointInnerList_itemL {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 35%;
  position: relative;
}
.leasePointInnerList_itemR {
  width: 59%;
  padding-top: 3rem;
}
.leaseSec {
  width: 92%;
  margin: 0 auto 8rem;
}
.leaseSec_table td {
  padding: 2rem 1rem;
}
.leaseSec04_txt br{
  display: none!important;
}
.leaseSec_table04Inner {
  width: 94%;
  margin: 3rem auto;
}
.leaseSec_table04Inner_topL .ls04_txt02 {
  font-size: 2.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.13em;
}
.leaseSec_table04Inner_topR .ls04_txt02 {
  font-size: 2.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.13em;
}
.leaseSec_table05 td br{
  display: none!important;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainVSub_ttl_en--lease{
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  margin-top: 0.8rem;
}
.leaseIntro{
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 5rem auto 0;
}
.leaseIntroBox{
  margin-bottom: 3rem;
}
.leaseIntroBoxInner{
  position: relative;
  padding: 0 0rem;
}
.leaseIntroBoxInner:before{
  content: "";
  width: 7.8rem;
  height: 12.8rem;
  background: url(../../src/img/lease_intro_ttl_tips01.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 3.3rem;
  display: none;
}
.leaseIntroBoxInner:after{
  content: "";
  width: 7.8rem;
  height: 12.8rem;
  background: url(../../src/img/lease_intro_ttl_tips02.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 3.3rem;
  display: none;
}
.leaseIntroBoxInner_ttl{
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 1rem;
  line-height: 1.4;
  text-align: center;
}
.leaseIntroBoxInner_ttl span{
  font-size: 5rem;
  color: #FF0000;
  display: inline-block;
  margin: 0 0.5rem;
  margin-top: -1rem;
}
.leaseIntroBoxInner_txt{
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.leaseIntro_mascot {
  width: 12rem;
  margin: 0 auto -1rem;
}
.leasePoint{
  background: url(../../src/img/sp/lease_point_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 6rem 0 8rem;
  margin-bottom: 5rem;
}
.cmnTtl01Box--leasePoint{
  margin-bottom: 0rem;
}
.leasePointInner{
  width: 85%;
  margin: 0 auto 2rem;
  border: none;
  border-top: none;
  padding: 2rem 0 0rem;
  position: relative;
}
.leasePointInner:before{
  content: "";
  width: 38%;
  height: 1px;
  background: #36C1DA;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.leasePointInner:after{
  content: "";
  width: 38%;
  height: 1px;
  background: #36C1DA;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.leasePointInnerList{
  width: 100%;
  margin: 0 auto;
}
.leasePointInnerList_item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
  position: relative;
  flex-direction: column;
}
.leasePointInnerList_itemRev{
  flex-direction: column;
}
.leasePointInnerList_itemL{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80%;
  position: relative;
}
.leasePointInnerList_item:nth-child(1) .leasePointInnerList_itemL_ico{
  width: 8rem;
  position: absolute;
  left: -2rem;
  bottom: 1rem;
}
.leasePointInnerList_item:nth-child(2) .leasePointInnerList_itemL_ico{
  width: 8rem;
  position: absolute;
  right: -3rem;
  bottom: 1rem;
}
.leasePointInnerList_item:nth-child(3) .leasePointInnerList_itemL_ico{
  width: 10rem;
  position: absolute;
  left: -2rem;
  bottom: -2rem;
}
.leasePointInnerList_itemL_ttl{
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  position: absolute;
  left: 0;
  right: 0;
  top: 4rem;
  bottom: 0;
  margin: auto;
  text-align: center;
  height: 7rem;
}
.leasePointInnerList_item:nth-child(2) .leasePointInnerList_itemL_ttl,.leasePointInnerList_item:nth-child(3) .leasePointInnerList_itemL_ttl{
  height: 10rem;
}
.leasePointInnerList_item:nth-child(3) .leasePointInnerList_itemL_ttl {
  top: 6rem;
}
.leasePointInnerList_itemR{
  width: 100%;
  padding-top: 3rem;
}
.leasePoint_note{
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  width: 85%;
  margin: 0 auto;
}
.leaseSec{
  width: 100%;
  margin: 0 auto 8rem;
}
.leaseSec01{
  width: 85%;
}
.leaseSec_ttl{
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.leaseSec_table{
  width: 100%;
  border: 1px solid #707070;
}
.leaseSec_table th{
  border: 1px solid #707070;
  background: #D7F3F8;
  text-align: center;
  vertical-align: middle;
  padding: 2rem;
  font-size: 1.6rem;
}
.leaseSec_table td{
  width: 75%;
  vertical-align: middle;
  border: 1px solid #707070;
  padding: 2rem;
  font-size: 1.6rem;
}
.leaseSec_note{
  margin-top: 1rem;
  font-size: 1.4rem;
}
.leaseSec_table01{
  border: none;
}
.leaseSec_table01 tr{
  display: flex;
  flex-direction: column;
  border: none;
}
.leaseSec_table01 th{
  width: 100%;
  border: none;
  border-radius: 5px;
  text-align: left;
  padding: 1.6rem;
}
.leaseSec_table01 td{
  width: 100%;
  border: none;
  padding: 1.6rem 0;
  line-height: 2;
  background: none;
}
.leaseSec_table01 tr:nth-child(even) td{
  background: #fff;
}
.leaseSec02 .leaseSec_ttl{
  width: 85%;
  margin: 0 auto 2rem;
  line-height: 1.6;
}
.leaseSec_table02Scroll{
  padding-left: 7%;
  overflow-x: scroll;
  padding-bottom: 1rem;
}
.leaseSec_table02{
  width: 300%;
  margin-right: 3rem;
}
.leaseSec_table02 th {
  width: 16.666%;
}
.leaseSec_table02 td{
  width: 16.666%;
  text-align: center;
}
.leaseSec_table02 td:nth-child(even){
  background: #F8F8F8;
}
.leaseSec02 .leaseSec_note{
  width: 85%;
  margin: 0 auto;
}
.leaseSec03 .leaseSec_ttl{
  width: 85%;
  margin: 0 auto 2rem;
  line-height: 1.6;
}
.leaseSec_table03Scroll{
  padding-left: 7%;
  overflow-x: scroll;
  padding-bottom: 1rem;
}
.leaseSec_table03{
  width: 300%;
  margin-right: 3rem;
}
.leaseSec_table03 th{
  width: 20%;
}
.leaseSec_table03 td{
  width: 20%;
  text-align: center;
}
.leaseSec_table03 tr td:nth-child(odd){
  background: #F8F8F8;
}
.leaseSec_table03 tr:nth-child(odd) td:nth-child(even){
  background: #F4FBFC;
}
.leaseSec_table03 tr:nth-child(odd) td:nth-child(odd){
  background: #EDF4F5;
}
.leaseSec04{
  width: 85%;
}
.leaseSec04 .leaseSec_ttl{
  line-height: 1.6;
}
.leaseSec04_txt{
  margin-bottom: 3rem;
}
.leaseSec_table04Inner{

}
.leaseSec_table04Inner{
  width: 100%;
  margin: 1rem auto;
}
.leaseSec_table04Inner_top{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3rem;
  flex-direction: column;
}
.leaseSec_table04Inner_topL{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
}
.leaseSec_table04Inner_topL .ls04_txt01{
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: 0.6rem;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
.leaseSec_table04Inner_topL .ls04_txt02{
  font-size: 2rem;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.leaseSec_table04Inner_topL .ls04_txt02 span{
  font-size: 1.6rem;
}
.leaseSec_table04Inner_topC{
  width: 10%;
  font-size: 1.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  font-weight: 700;
  padding-top: 2rem;
  position: relative;
  margin-top: -3.8rem;
  left: 24rem;
}

.leaseSec_table04Inner_topR{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2rem;
}
.leaseSec_table04Inner_topR .ls04_txt01{
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: 0.6rem;
}
.leaseSec_table04Inner_topR .ls04_txt02{
  font-size: 2rem;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.leaseSec_table04Inner_topR .ls04_txt02 span{
  font-size: 1.6rem;
}
.leaseSec_table04Inner_topR_item01{
  width: 40%;
}
.leaseSec_table04Inner_topR_item02{
  width: 8%;
}
.leaseSec_table04Inner_topR_item03{
  width: 42%;
  white-space: nowrap;
}
.leaseSec_table04Inner_topR_item01 *{
  letter-spacing: 0.05em;
}
.leaseSec_table04Inner_topR_item03 *{
  letter-spacing: 0.05em;
}
.leaseSec_table04Inner_topR .leaseSec_table04Inner_topR_item01 .ls04_txt01{
  position: relative;
  left: 0rem;

}
.leaseSec_table04Inner_topR .leaseSec_table04Inner_topR_item02 .ls04_txt02{
  font-size: 1.2rem;
  padding-top: 0.6rem;
}
.leaseSec_table04Inner_topR .leaseSec_table04Inner_topR_item03 .ls04_txt01{
  position: relative;
  top: 0rem;
  padding-right: 0rem;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
.leaseSec_table04Inner_topR .leaseSec_table04Inner_topR_item03 .ls04_txt02 span + span {
  font-size: 1.2rem;
  font-weight: 400;
  color: #2F2F2F;
  margin-left: -0.7rem;
}
.leaseSec_table04Inner_btm{
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
}
.leaseSec_table04Inner_btmL{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.leaseSec_table04Inner_btmL div{
  margin-left: 0rem;
}
div.leaseSec_table04Inner_btmL_item03{
  margin-left: 1rem;
}
.leaseSec_table04Inner_btmL .ls04_txt01{
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: 0.6rem;
}
.leaseSec_table04Inner_btmL .ls04_txt02{
  font-size: 2rem;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.13em;
}
.leaseSec_table04Inner_btmL .ls04_txt02 span{
  font-size: 1.6rem;
}
.leaseSec_table04Inner_btmC{
  width: 11%;
  font-size: 1.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  font-weight: 700;
  padding-top: 2rem;
  position: relative;
  margin-top: -3.8rem;
  left: 21rem;
}

.leaseSec_table04Inner_btmR{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2rem;
}
.leaseSec_table04Inner_btmR .ls04_txt01{
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 0.6rem;
}
.leaseSec_table04Inner_btmR .ls04_txt02{
  font-size: 3rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #FF0000;
}
.leaseSec_table04Inner_btmR .ls04_txt02 span{
  font-size: 1.6rem;
}
.leaseSec_table04Inner_btmR_item01{
  display: flex;
  align-items: flex-end;
}
.leaseSec_table04Inner_btmR_item01 .ls04_txt01{
  margin-bottom: 0;
  margin-right: 1rem;
}
.leaseSec05{
  margin-top: -3rem;
  width: 85%;
}
.leaseSec_table05{
  border: none;
}
.leaseSec_table05 tr {
  display: flex;
  flex-direction: column;
  border: none;
}
.leaseSec_table05 th{
  width: 100%;
  border: none;
  border-radius: 5px;
  text-align: left;
  padding: 1.6rem;
}
.leaseSec_table05 td{
  width: 100%;
  border: none;
  padding: 1.6rem 0;
  line-height: 2;
  background: none;
  letter-spacing: 0.08em;
}
}
/*-----------------------------------------------------------

SDGs

-------------------------------------------------------------*/
.sdgsIntro{
  margin: 8rem auto 8rem;
}
.cmnTtl01Box--sdgsIntro{

}
.sdgsIntro_txt{
  text-align: center;
}
.sdgsSec{
  width: 60%;
  margin: 0 auto 8rem;
}
.sdgsSec03{
  margin-bottom: 18rem;
}
.sdgsSec_ttl{
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #36C1DA;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.sdgsSec_txt{
  text-align: center;
  margin-bottom: 4rem;
}
.sdgsSec_ico{
  width: 49rem;
  margin: 0 auto;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.sdgsSec {
  width: 90%;
  margin: 0 auto 8rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainVSub_ttl_jp--sdgs{
  font-size: 1.4rem;
}
.sdgsIntro{
  margin: 6rem auto 8rem;
}
.cmnTtl01Box--sdgsIntro{

}
.sdgsIntro_txt{
  text-align: left;
  width: 85%;
  margin: 0 auto;
}
.sdgsSec{
  width: 85%;
  margin: 0 auto 8rem;
}
.sdgsSec03{
  margin-bottom: 10rem;
}
.sdgsSec_ttl{
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #36C1DA;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.sdgsSec_txt{
  text-align: left;
  margin-bottom: 2rem;
  letter-spacing: 0.08em;
}
.sdgsSec_ico{
  width: 23rem;
  margin: 0 auto;
}
}
/*-----------------------------------------------------------

NEWS

-------------------------------------------------------------*/
.newsBox{
  width: 70%;
  margin: 4rem auto 8rem;
}
.newsBox .topNewsRList{
  margin-bottom: 6rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.newsBox {
  width: 80%;
  margin: 4rem auto 8rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.newsBox{
  width: 85%;
  margin: 5rem auto 8rem;
}
.newsBox .topNewsRList{
  margin-bottom: 6rem;
}
}
/*-----------------------------------------------------------

NEWS DETAIL

-------------------------------------------------------------*/
.newsDBox{
  width: 55%;
  margin: 4rem auto 8rem;
}
.newsDBox_info{
  border-bottom: 1px solid #707070;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.newsDBox_info time{
  font-size: 1.4rem;
  font-weight: 700;
}
.newsDBox_info h1{
  font-size: 2rem;
  font-weight: 700;
}
.newsDBox_cont{
  margin-bottom: 6rem;
}
@media only screen and (min-width: 900px) {
.newsDBox_cont img{
  max-width: unset;
  width: auto;
  height: auto;
}
}
#imageContainer img{
  max-width: 100%;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.newsDBox{
  width: 80%;
  margin: 4rem auto 8rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.newsDBox{
  width: 85%;
  margin: 4rem auto 10rem;
}
.newsDBox_info{
  border-bottom: 1px solid #707070;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.newsDBox_info time{
  font-size: 1.4rem;
  font-weight: 700;
}
.newsDBox_info h1{
  font-size: 2rem;
  font-weight: 700;
}
.newsDBox_cont{
  margin-bottom: 6rem;
}
}
/*-----------------------------------------------------------

CONTACT

-------------------------------------------------------------*/
.contactBox{
  width: 55%;
  margin: 7rem auto 16rem;
}
.contactBox_top{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 5rem;
}
.subCmnTtl01Box--contactBox{
  margin-bottom: 7rem;
  text-align: center;
}
.contactBox_topTxt01{
  font-size: 1.6rem;
}
.contactBox_topTxt02{
  font-size: 1.6rem;
  color: #FF0000;
}
.formSec{
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.formSecList_item{
  margin-bottom: 4rem;
  font-size: 1.4rem;
}
.formSecList_itemTtl{
  margin-bottom: 1rem;
  position: relative;
  font-weight: 700;
}
.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: 100px;
}
.formSecList_itemInput2col{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.formSecList_itemInput2col div{
  width: 48%;
}
.formSecList_itemInput input {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #707070;
  border: 1px solid #707070;
  font-size: 1.4rem;
}
.formSecList_itemInput select {
  width: 100%;
  background: #fff url(../../src/img/form_select.png) 98% center no-repeat;
  background-size: 1.6rem;
  padding: 1.5rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #707070;
  font-size: 1.4rem;
}
.formSecList_itemName{
  display: flex;
  justify-content: space-between;
}
.formSecList_itemNameCol{
  width: 49%;
}

.formSecList_itemInputRadio{

}
.formSecList_itemInputRadio .wpcf7-radio{
  display: flex;
}
.formSecList_itemInputRadio .wpcf7-radio label{
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
.formSecList_itemInputRadio input[type=radio] {
  margin-right: 1rem;
  -webkit-appearance: none;
  width: 2rem;
  height: 2rem;
  border:1px solid #707070;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  line-height: 1;
  position: relative;
}
.formSecList_itemInputRadio input[type=radio]:after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  opacity: 0;
  transition: 0.3s ease;
}
.formSecList_itemInputRadio input[type=radio]:checked:after {
    content: "";
    width: 1.3rem;
    height: 1.3rem;
    background: #36C1DA;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
}
.formSecList_itemBirth{
  display: flex;
  align-items: flex-start;
  width: 75%;
  justify-content: space-between;
}
.formSecList_itemBirthYear{
  width: 33%;
  position: relative;
  padding-right: 0.7rem;
  display: flex;
  align-items: flex-start;
}
.formSecList_itemBirthYear span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirthYear input {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}
.formSecList_itemBirthYear:after{
  content: "年";
  margin-left: 1rem;
  position: relative;
  top: 1.2rem;
}
.formSecList_itemBirthMonth{
  width: 33%;
  position: relative;
  padding-right: 0.7rem;
  display: flex;
  align-items: flex-start;
}
.formSecList_itemBirthMonth span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirthMonth:after{
  content: "月";
  margin-left: 1rem;
  position: relative;
  top: 1.2rem;
}
.formSecList_itemBirthDay{
  width: 33%;
  padding-right: 0.7rem;
  margin-right: 0.7rem;
  display: flex;
  align-items: flex-start;
}
.formSecList_itemBirthDay span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirthDay:after{
  content: "日";
  margin-left: 1rem;
  position: relative;
  top: 1.2rem;
}
.formSecList_itemBirth select {
  width: 100%;
  background: #fff url(../../src/img/form_select.png) 93% center no-repeat;
  background-size: 1.6rem;
  padding: 1.5rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #707070;
  font-size: 1.4rem;
}
.formSecList_itemBirth p{
  width: 100%;
}
.formSecList_itemTextArea textarea {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #707070;
  border: 1px solid #707070;
  height: 24rem;
  font-size: 1.4rem;
}
.formSecList_itemCheck{
  margin: 2rem 0 6rem;
  text-align: left;
  display: flex;
  justify-content: center;
}
.formSecList_itemCheck label{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  justify-content: flex-start;
}
.formSecList_itemCheck input {
    margin-right: 1rem;
    -webkit-appearance: none;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 2px;
    padding: 0;
    line-height: 1em;
    position: relative;
}
.formSecList_itemCheck input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 2.2rem;
    line-height: 1;
    position: absolute;
    width: 2.2rem;
    height: 2.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.formSecList_itemInput input.addFormBtn{
  background: #36C1DA;
  border: 1px solid #36C1DA;
  color: #fff;
  cursor: pointer;
}
.formSecList_itemSeparate{
  border-top: 1px solid #707070;
  padding-top: 3rem;
}
.formSecList_itemRoom{

}
.formSecList_itemRoom01{
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.formSecList_itemRoom01 p{
  width: 4rem;
}
.formSecList_itemRoom01 span{
  width: 44%;
}
.formSecList_itemRoom01 input{
  width: 100%;
}
.formSecList_itemRoom01 select{
  width: 100%;
  background-position: 90% center;
}
.formSecList_itemRoom02{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.formSecList_itemRoom02 p{
  width: 4rem;
}
.formSecList_itemRoom02 span{
  width: 93.2%;
}
.formSecList_itemRoom02 input{
  width: 100%;
}
.formSecList_itemCheck a{
  color: #FF0000;
  border-bottom: 1px solid #FF0000;
  font-weight: 600;
  text-align: centerc;
}
.sendBtn {
  position: relative;
  width: 35rem;
  margin: 0 auto;
  overflow: hidden;
}
.sendBtn .button {
  -webkit-appearance: none;
  width: 100%;
  height: 6.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  border: none;
  position: relative;
  border-radius: 5px;
  background: url(../../src/img/send_bg01.png) 0 0 no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out;
}
.sendBtn .button:hover{
  opacity: 0.6;
}
.wpcf7-not-valid-tip {
  font-size: 1.2rem!important;
}
.wpcf7-spinner{
  display: none!important;
}
::placeholder {
  color: #CBCBCB;
}
.formSecList_itemCheck .wpcf7-list-item{
  margin: 0;
}
.codedropz-upload-handler{
  border: 1px solid #707070!important;
  border-radius: 0!important;
}
.formSecList_itemInputFileTxt01{
  margin-bottom: 1rem;
}
.formSecList_itemInputFileTxt01 span {
  color: #FF0000;
  display: inline-block;
  font-weight: 700;
}
.formSecList_itemInputFileTxt02{
  margin-top: 1rem;
}
.cd-upload-btn{
  display: inline-block;
  padding: 1rem 1rem;
  background: #FF0000;
  border: 2px solid #FF0000;
  color: #fff;
  border-radius: 100px;
  width: 18rem;
  line-height: 1;
  margin-top: 0.6rem;
}
.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0em!important;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.contactBox {
  width: 80%;
  margin: 8rem auto 16rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.contactBox{
  width: 85%;
  margin: 4rem auto 10rem;
}
.contactBox_top{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 4rem;
}
.subCmnTtl01Box--contactBox{
  margin-bottom: 2rem;
}
.contactBox_topTxt01{
  font-weight: 500;
  font-size: 1.4rem;
  text-align: left;
}
.contactBox_topTxt02{
  font-size: 1.2rem;
  color: #FF0000;
  text-align: left;
}
.formSec{
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.formSecList_item{
  margin-bottom: 4rem;
  font-size: 1.4rem;
}
.formSecList_itemTtl{
  margin-bottom: 1rem;
  position: relative;
  font-weight: 700;
}
.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: 100px;
}
.formSecList_itemInput2col{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.formSecList_itemInput2col div{
  width: 48%;
}
.formSecList_itemInput input {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #707070;
  border: 1px solid #707070;
  font-size: 1.4rem;
}
.formSecList_itemInput select {
  width: 100%;
  background: #fff url(../../src/img/form_select.png) 98% center no-repeat;
  background-size: 1.2rem;
  padding: 1.5rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #707070;
  font-size: 1.4rem;
}
.formSecList_itemName{
  display: flex;
  justify-content: space-between;
}
.formSecList_itemNameCol{
  width: 49%;
}

.formSecList_itemInputRadio{

}
.formSecList_itemInputRadio .wpcf7-radio{
  display: flex;
}
.formSecList_itemInputRadio .wpcf7-radio label{
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
.formSecList_itemInputRadio input[type=radio] {
  margin-right: 1rem;
  -webkit-appearance: none;
  width: 2rem;
  height: 2rem;
  border:1px solid #707070;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  line-height: 1;
  position: relative;
}
.formSecList_itemInputRadio input[type=radio]:after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  opacity: 0;
  transition: 0.3s ease;
}
.formSecList_itemInputRadio input[type=radio]:checked:after {
    content: "";
    width: 1.3rem;
    height: 1.3rem;
    background: #36C1DA;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
}
.formSecList_itemBirth{
  display: flex;
  align-items: flex-start;
  width: 100%;
  justify-content: space-between;
}
.formSecList_itemBirthYear{
  width: 43%;
  position: relative;
  padding-right: 0rem;
  display: flex;
  align-items: flex-start;
}
.formSecList_itemBirthYear span{
  width: 100%;
  margin-right: 0.4rem;
}
.formSecList_itemBirthYear input {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}
.formSecList_itemBirthYear:after{
  content: "年";
  margin-left: 0.4rem;
  position: relative;
  top: 1.2rem;
}
.formSecList_itemBirthMonth{
  width: 28%;
  position: relative;
  padding-right: 0rem;
  display: flex;
  align-items: flex-start;
}
.formSecList_itemBirthMonth span{
  width: 100%;
  margin-right: 0.4rem;
}
.formSecList_itemBirthMonth:after{
  content: "月";
  margin-left: 0.4rem;
  position: relative;
  top: 1.2rem;
}
.formSecList_itemBirthDay{
  width: 28%;
  padding-right: 0rem;
  margin-right: 0rem;
  display: flex;
  align-items: flex-start;
}
.formSecList_itemBirthDay span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirthDay:after{
  content: "日";
  margin-left: 0.4rem;
  position: relative;
  top: 1.2rem;
}
.formSecList_itemBirth select {
  width: 100%;
  background: #fff url(../../src/img/form_select.png) 93% center no-repeat;
  background-size: 1.2rem;
  padding: 1.5rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #707070;
  font-size: 1.4rem;
}
.formSecList_itemBirth p{
  width: 100%;
}
.formSecList_itemTextArea textarea {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #707070;
  border: 1px solid #707070;
  height: 20rem;
  font-size: 1.4rem;
}
.formSecList_itemCheck{
  margin: 2rem 0 6rem;
  text-align: left;
  justify-content: flex-start;
}
.formSecList_itemCheck label{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  justify-content: flex-start;
}
.formSecList_itemCheck input {
    margin-right: 1rem;
    -webkit-appearance: none;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 2px;
    padding: 0;
    line-height: 1em;
    position: relative;
}
.formSecList_itemCheck input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 2.2rem;
    line-height: 1;
    position: absolute;
    width: 2.2rem;
    height: 2.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.formSecList_itemAddCol01{
  width: 35%;
}
.formSecList_itemAddCol01 .formSecList_itemTtl{
  white-space: nowrap;
}
.formSecList_itemAddCol02{
  width: 60%;
}
.formSecList_itemInput input.addFormBtn{
  background: #36C1DA;
  border: 1px solid #36C1DA;
  color: #fff;
  cursor: pointer;
}
.formSecList_itemInputRadioKind.formSecList_itemInputRadio .wpcf7-radio{
  flex-wrap: wrap;
}
.formSecList_itemInputRadioKind.formSecList_itemInputRadio .wpcf7-radio label{
  margin-right: 3rem;
}
.formSecList_itemInputRadioNum.formSecList_itemInputRadio .wpcf7-radio{
  flex-wrap: wrap;
}
.formSecList_itemInputRadioNum.formSecList_itemInputRadio .wpcf7-radio label{
  margin-right: 6rem;
}


.formSecList_itemSeparate{
  border-top: 1px solid #707070;
  padding-top: 3rem;
}
.formSecList_itemRoom{

}
.formSecList_itemRoom01{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.formSecList_itemRoom01 p{
  width: 4rem;
}
.formSecList_itemRoom01 span{
  width: 44%;
}
.formSecList_itemRoom01 p + span{
  width: 85%;
}
.formSecList_itemRoom01 input{
  width: 100%;
}
.formSecList_itemRoom01 p + span + span{
  width: 85%;
}
.formSecList_itemRoom01 select{
  width: 100%;
  background-position: 96% center;
  margin-left: 4.8rem;
  margin-top: 1rem;
}
.formSecList_itemRoom02{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}
.formSecList_itemRoom02 p{
  width: 4rem;
}
.formSecList_itemRoom02 span{
  width: 85%;
}
.formSecList_itemRoom02 input{
  width: 100%;
}

.formSecList_itemCheck a{
  color: #FF0000;
  border-bottom: 1px solid #FF0000;
  font-weight: 700;
}
.sendBtn {
  position: relative;
  width: 32rem;
  margin: 0 auto;
  overflow: hidden;
}
.sendBtn .button {
  -webkit-appearance: none;
  width: 100%;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  border: none;
  position: relative;
  border-radius: 5px;
  background: url(../../src/img/send_bg01.png) 0 0 no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out;
}
.sendBtn .button:hover{
  opacity: 0.6;
}
.wpcf7-not-valid-tip {
  font-size: 1.2rem!important;
}
.wpcf7-spinner{
  display: none!important;
}
::placeholder {
  color: #CBCBCB;
}
.formSecList_itemCheck .wpcf7-list-item{
  margin: 0;
}
.codedropz-upload-handler{
  border: 1px solid #707070!important;
  border-radius: 0!important;
}
.formSecList_itemInputFileTxt01{
  margin-bottom: 1rem;
}
.formSecList_itemInputFileTxt02{
  margin-top: 1rem;
  font-size: 1.2rem;
  letter-spacing: 0;
}
.cd-upload-btn{
  display: inline-block;
  padding: 1rem 1rem;
  background: #FF0000;
  border: 2px solid #FF0000;
  color: #fff;
  border-radius: 100px;
  width: 18rem;
  line-height: 1;
  margin-top: 0.6rem;
}

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

CONTACT CONFIRM

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

}
.contactBoxConfirm .formSecList{
  margin-bottom: 5rem;
}
.contactBoxConfirm .formSecList_itemTtl.hissu{
  padding-left: 0;
  margin-bottom: 0;
}
.contactBoxConfirm .formSecList_itemTtl.hissu:after{
  display: none;
}
.contactBoxConfirm .formSecList_item{
  display: flex;
  flex-direction: column;
  padding: 2rem 0;
  
  margin-bottom: 0;
}
.contactBoxConfirm .formSecList_item .formSecList_itemTtl{
  width: 100%;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-weight: 600;
}
.contactBoxConfirm .formSecList_item .formSecList_itemInput{
  width: 100%;
}
.contactBoxConfirm .sendBtn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: row-reverse;
}
.contactBoxConfirm .buttonBack{
  background: url(../../src/img/send_bg02.png) 0 0 no-repeat;
  background-size: 100% 100%;
  margin-right: 1rem;
  border: none;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

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

}
.contactBoxConfirm .formSecList{
  margin-bottom: 5rem;
}
.contactBoxConfirm .formSecList_itemTtl.hissu{
  padding-left: 0;
  margin-bottom: 0;
}
.contactBoxConfirm .formSecList_itemTtl.hissu:after{
  display: none;
}
.contactBoxConfirm .formSecList_item{
  display: flex;
  flex-direction: column;
  padding: 2rem 0;
  
  margin-bottom: 0;
}
.contactBoxConfirm .formSecList_item .formSecList_itemTtl{
  width: 100%;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-weight: 600;
}
.contactBoxConfirm .formSecList_item .formSecList_itemInput{
  width: 100%;
}
.contactBoxConfirm .sendBtn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
.contactBoxConfirm .buttonBack{
  background: url(../../src/img/send_bg02.png) 0 0 no-repeat;
  background-size: 100% 100%;
  margin-right: 0rem;
  border: none;
  margin-top: 2rem;
}
}
/*-----------------------------------------------------------

THANKS

-------------------------------------------------------------*/
.thanksBox{
  height: 67rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.thanksBox_top{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.cmnTtl01Box--thanksBox{

}
.cmnTtl01Box--thanksBox .cmnTtl01_en{
  font-size: 8.4rem;
  letter-spacing: 0.07em;
}
.thanksBox_topImg{
  width: 83rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 1rem;
  margin: auto;
}
.thanksBox_btm{

}
.thanksBox_btmTxt{
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.cmnTtl01Box--thanksBox .cmnTtl01_en {
  font-size: 6.4rem;
  letter-spacing: 0.07em;
}
.thanksBox_topImg {
  width: 68rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 1rem;
  margin: auto;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.thanksBox{
  height: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 4rem;
}
.thanksBox_top{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.cmnTtl01Box--thanksBox{

}
.cmnTtl01Box--thanksBox .cmnTtl01_en{
  font-size: 4rem;
  letter-spacing: 0.07em;
}
.thanksBox_topImg{
  width: 83rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 1rem;
  margin: auto;
  display: none;
}
.thanksBox_btm{

}
.thanksBox_btmTxt{
  text-align: center;
  margin-bottom: 4rem;
}
}
/*-----------------------------------------------------------

FAQ

-------------------------------------------------------------*/
.faqAnch{
  width: 70%;
  margin: 6rem auto 8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faqAnch li{
  width: 32.5%;
}
.faqAnch li a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.7rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  background: #36C1DA;
  border-radius: 5px;
}
.faqAnch li a:after{
  content: "";
  width: 2.6rem;
  height: 1.7rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3rem;
  position: absolute;
  margin: auto;
  background: url(../../src/img/faq_arrow.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.faqSec{
  width: 70%;
  margin: 0rem auto 12rem;
}
.faqSec_ttl{
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
}
.faqSec_ttl:before{
  content: "";
  width: 100%;
  height: 1px;
  background: #36C1DA;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.faqSec_ttl span{
  display: inline-block;
  background: #fff;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
}
.faqSecList{

}
.faqSecList_item{
  margin-bottom: 3rem;
}
.faqSecList_itemTtl{
  padding: 3rem 2rem;
  background: #fff url(../../src/img/ac_on.png) 96% center no-repeat;
  background-size: 2rem 2rem;
  box-shadow: 0 3px 6px #0000002b;
  display: flex;
  align-items: center;
  padding-right: 8rem;
  line-height: 1.6;
  cursor: pointer;
}
.faqSecList_itemTtl.on{
  background: #fff url(../../src/img/ac_off.png) 96% center no-repeat;
  background-size: 2rem 2rem;
}
.faqSecList_itemTtl_q{
  font-size: 3rem;
  font-weight: 700;
  width: 4rem;
  line-height: 1;
}
.faqSecList_itemTtl_txt{
  font-size: 1.6rem;
  width: 95%;
}
.faqSecList_itemBox{
  padding-top: 2rem;
  display: none;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.faqAnch {
  width: 90%;
  margin: 6rem auto 8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faqSec {
  width: 90%;
  margin: 0rem auto 12rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.faqAnch{
  width: 85%;
  margin: 6rem auto 8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.faqAnch li{
  width: 100%;
  margin-bottom: 4rem;
}
.faqAnch li a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.7rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  background: #36C1DA;
  border-radius: 5px;
}
.faqAnch li a:after{
  content: "";
  width: 2.3rem;
  height: 1.3rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2rem;
  position: absolute;
  margin: auto;
  background: url(../../src/img/faq_arrow.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.faqSec{
  width: 85%;
  margin: 0rem auto 8rem;
}
.faqSec_ttl{
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
}
.faqSec_ttl:before{
  content: "";
  width: 100%;
  height: 1px;
  background: #36C1DA;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.faqSec_ttl span{
  display: inline-block;
  background: #fff;
  padding: 0 1rem;
  position: relative;
  z-index: 1;
  letter-spacing: 0.05em;
}
.faqSecList{

}
.faqSecList_item{
  margin-bottom: 2rem;
}
.faqSecList_itemTtl{
  padding: 2rem 1rem;
  background: #fff url(../../src/img/ac_on.png) 96% center no-repeat;
  background-size: 1.6rem 1.6rem;
  box-shadow: 0 3px 6px #0000002b;
  display: flex;
  align-items: center;
  padding-right: 3.5rem;
  line-height: 1.6;
  cursor: pointer;
}
.faqSecList_itemTtl.on{
  background: #fff url(../../src/img/ac_off.png) 96% center no-repeat;
  background-size: 1.6rem 1.6rem;
}
.faqSecList_itemTtl_q{
  font-size: 2rem;
  font-weight: 700;
  width: 2.6rem;
  line-height: 1;
}
.faqSecList_itemTtl_txt{
  font-size: 1.6rem;
  width: 96%;
  letter-spacing: 0.05em;
}
.faqSecList_itemBox{
  padding-top: 2rem;
  display: none;
}
}
/*-----------------------------------------------------------

COMPANY

-------------------------------------------------------------*/
.companyBox{
  width: 80%;
  margin: 5rem auto 12rem;
}
.companyBoxList{

}
.companyBoxList_item{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #0F6AB7;
  padding: 2rem 0;
}
.companyBoxList_item_ttl{
  width: 20%;
  font-size: 1.6rem;
  font-weight: 700;
}
.companyBoxList_item_txt{
  width: 80%;
  font-size: 1.6rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.companyBox {
  width: 90%;
  margin: 5rem auto 12rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.companyBox{
  width: 85%;
  margin: 5rem auto 12rem;
}
.companyBoxList{

}
.companyBoxList_item{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: none;
  padding: 0rem 0;
  flex-direction: column;
  margin-bottom: 3rem;
}
.companyBoxList_item_ttl{
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 1px solid #0F6AB7;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.companyBoxList_item_txt{
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
}
/*-----------------------------------------------------------

POLICY

-------------------------------------------------------------*/
.policyBox{
  width: 70%;
  margin: 8rem auto 12rem;
}
.ggLink{
  color: #EA0000;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.policyBox {
  width: 90%;
  margin: 8rem auto 12rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.policyBox{
  width: 85%;
  margin: 4rem auto 12rem;
  letter-spacing: 0.08em;
}
.ggLink{
  color: #EA0000;
}
}
/*-----------------------------------------------------------

SITEMAO

-------------------------------------------------------------*/
.sitemapBox{
  width: 55%;
  margin: 10rem auto 12rem;
  display: flex;
  justify-content: space-between;
}
.sitemapBoxList{

}
.sitemapBoxList_item{
  margin-bottom: 1.5rem;
}
.sitemapBoxList_itemParent{
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}
.sitemapBoxList_itemParentBlank:after {
  content: "";
  position: absolute;
  width: 1.3rem;
  height: 1.3rem;
  background: url(../../src/img/cmn_blank02.png) 0 0 no-repeat;
  background-size: 100% 100%;
  right: -1.8rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sitemapBoxList_itemChild{
  margin-top: 1.5rem;
}
.sitemapBoxList_itemChild li{
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 2rem;
}
.sitemapBoxList_itemChild li:before{
  content: "";
  width: 1.5rem;
  height: 1px;
  background: #1CACE5;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.sitemapBox{
  width: 80%;
  margin: 10rem auto 12rem;
  display: flex;
  justify-content: space-between;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.sitemapBox{
  width: 85%;
  margin: 4rem auto 8rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.sitemapBoxList{

}
.sitemapBoxList_item{
  margin-bottom: 1.5rem;
}
.sitemapBoxList_itemParent{
  font-size: 1.6rem;
  font-weight: 700;
}
.sitemapBoxList_itemChild{
  margin-top: 1.5rem;
}
.sitemapBoxList_itemChild li{
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 2rem;
}
.sitemapBoxList_itemChild li:before{
  content: "";
  width: 1.5rem;
  height: 1px;
  background: #1CACE5;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
}
}
/*-----------------------------------------------------------

404

-------------------------------------------------------------*/
.nfBox{
  height: 67rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.nfBox_top{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.cmnTtl01Box--nfBox{
  margin-bottom: 3rem;
}
.cmnTtl01Box--nfBox .cmnTtl01_en{
  font-size: 8.4rem;
  letter-spacing: 0.07em;
}
.nfBox_btm{

}
.nfBox_btmTxt{
  text-align: center;
  margin-bottom: 3rem;
}
.nfBox_topImg{
  width: 19rem;
  margin: 6rem auto 0;
}
#popups{
	text-align: center;
	width: 100%;
	margin: 50px auto 0;
}
#popups ul{
	display: flex;
}
#popups ul li{
	width: 50%;
}
#popups .sp{
	display: none;
}
    .overlay {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.6);
      z-index: 1000;
    }

    /*.popup {
      position: fixed;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%) scale(0.95);
      background: #fff;
      padding: 15px;
      border-radius: 10px;
      box-shadow: 0 0 15px rgba(0,0,0,0.3);
      z-index: 1001;
      opacity: 0;
      transition: opacity 0.4s ease, transform 0.4s ease;
      max-width: 100%;
      width: 800px;
    }

    .overlay.show {
      display: block;
    }

    .popup.show {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1);
    }

    .close-btn {
      background: #f44336;
      color: #fff;
      border: none;
      padding: 5px 10px;
      cursor: pointer;
      float: right;
      font-size: 13px;
      border-radius: 5px;
    }*/
    
    .popup{
      position: fixed;
      top: 0;
      left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.7);
      z-index: 1000;
    }
    
    .popup-content {
      position: fixed;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%) scale(0.95);
      background: #fff;
      padding: 15px;
      border-radius: 10px;
      box-shadow: 0 0 15px rgba(0,0,0,0.3);
      transition: opacity 0.4s ease, transform 0.4s ease;
      max-width: 100%;
      width: 800px;
      z-index: 1001;
    }

    .close-btn {
      background: #f44336;
      color: #fff;
      border: none;
      padding: 5px 10px;
      cursor: pointer;
      float: right;
      font-size: 13px;
      border-radius: 5px;
    }
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.nfBox{
  height: 58rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.nfBox_top{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.cmnTtl01Box--nfBox{
  margin-bottom: 2rem;
  text-align: center;
}
.cmnTtl01Box--nfBox .cmnTtl01_en{
  font-size: 4rem;
  letter-spacing: 0.07em;
}
.cmnTtl01Box--nfBox .cmnTtl01_jp{
  line-height: 1.4;
}
.nfBox_btm{

}
.nfBox_btmTxt{
  text-align: center;
  margin-bottom: 3rem;
}
.nfBox_topImg{
  width: 16rem;
  margin: 6rem auto 0;
}
#popups .pc{
	display: none;
}
#popups .sp{
	display: block;
}
.popup-content {
      max-width: 300px;
    }
}
/*-----------------------------------------------------------

XXXXXXX

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

XXXXXXX

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

XXXXXXX

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

XXXXXXX

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

XXXXXXX

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

OTHER

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

EFFECT

-------------------------------------------------------------*/
/*------------- section全体　---------------*/
.ivSec{
  opacity: 0;
  transform: translateY(4rem);
}
.fadeUp {
  animation-name:fadeUpAnime;
  animation-duration:1s;
  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:1.4s;
  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);
  }
}

.campaign-bar {
	width: 921px;
	margin: 7.5rem auto 10rem;
}

@media only screen and (max-width: 599px) {
	.campaign-bar {
		width: 90%;
		margin: 5rem auto;
	}
}
