@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.6;
	-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;}

/*-----------------------------------------------------------
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);
}
}
@media only screen and (max-width: 599px) {
html {
  width: 100%;
  font-size: calc(100vw / 428 * 10);
}
}
body {
  position: relative;
  width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0em;
  background-color: #fff;
  color: #000000;
}

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

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

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

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

::-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; }
.is_elseTb{display: none!important;}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.is_pc { display: none !important; }
.is_sp { display: block !important; }
.is_tb { display: none !important; }
body {
  font-size: 1.6rem;
}
}

.f_shu{
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-style: normal;
  font-weight: 500;
}
/*-----------------------------------------------------------

cmn laypout

-------------------------------------------------------------*/
.header{
  width: 100%;
  position: absolute;
  padding: 2rem 3rem;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header.transform{
  position: fixed;
  background: #fff;
}
.h_logo{
  width: 13rem;
}
.gnav{
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav_subpage{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.nav_subpage li{
  margin-left: 3rem;
}
.nav_subpage li a{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.nav_subpage li a p{
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.nav_subpage li a p + p{
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0rem;
}
.header.transform .nav_subpage li a{
  color: #173257;
}
.header .nav_subpage li a img{
  display: none;
}
.header.transform li.nav_subpageContact a{
  background: #767676;
  color: #fff;
  padding: 2rem 4rem;
  margin: -2rem 0;
  margin-right: -3rem;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
}
.header.transform li.nav_subpageContact a .nav_subpageContact_en{
  display: flex;
  align-items: center;
}
.header.transform li.nav_subpageContact a img{
  display: inline-block;
  width: 2rem;
  margin-right: 1rem;
  margin-top: -0.4rem;
}
.footer{

}
.footerTop{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.footerTopL{
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: url(../../src/img/f_contact_bg.png) center center no-repeat;
  background-size: cover;
  width: 50%;
  padding: 4rem 0 6rem;
  position: relative;
}
.footerTopL:before,
.footerTopL:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 3rem;
  margin: auto;
  height: 1px;
  border-radius: 10px;
  background: #fff;
  -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;
}
.footerTopL:before {
  width: 3rem;
  content: '';
  left: 0;
  right: 0;
}
.footerTopL:after {
  width: 1rem;
  transform-origin: right center;
  transform: rotate(40deg);
  content: '';
  left: 0;
  right: -2rem;

}
.footerTopLInner{

}
.footerTopLInner_en{
  text-align: center;
  color: #fff;
  font-size: 4rem;
  margin-bottom: 1rem;
  line-height: 1;
}
.footerTopLInner_jp{
  text-align: center;
  color: #fff;
  margin-bottom: 1.6rem;
  line-height: 1;
  font-weight: bold;
}
.footerTopLInner_txt{
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
.footerTopR{
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footerTopR_item{

}
.footerTopR_itemLink{
  background: #173257;
  display: block;
  padding: 3rem 8rem;
  position: relative;
}
.footerTopR_itemLink:before,
.footerTopR_itemLink:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: -0.4rem;
  margin: auto;
  height: 1px;
  border-radius: 10px;
  background: #fff;
  -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;
}
.footerTopR_itemLink:before {
  width: 3rem;
  content: '';
  right: 10rem;
  top: 0;
}
.footerTopR_itemLink:after {
  width: 1rem;
  transform-origin: right center;
  transform: rotate(40deg);
  content: '';
  right: 10rem;

}
.footerTopR_itemLink_en{
  text-align: left;
  color: #fff;
  font-size: 4rem;
  margin-bottom: 1rem;
  line-height: 1;
}
.footerTopR_itemLink_jp{
  text-align: left;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}
.footerTopR_itemLine{
  height: 1px;
  background: #173257;
  position: relative;
}
.footerTopR_itemLine:after{
  content: "";
  height: 1px;
  width: 90%;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.footerBtm{
  width: 70%;
  margin: 5rem auto 0rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerBtmL{
  width: 35%;
  margin-bottom: 5rem;
}
.footerBtmL_logo{
  display: block;
  width: 20rem;
  margin-bottom: 1rem;
}
.footerBtmL_txt{
  color: #173257;
  line-height: 1.4;
}
.footerBtmL_tel{
  display: block;
  font-size: 2.5rem;
  color: #173257;
  line-height: 1.4;
}
.footerNavWrap{
  width: 65%;
}
.footerNav{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.footerNav li{
  margin-left: 3rem;
  margin-bottom: 5rem;
}
.footerNav li a{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #173257;
}
.footerNav li a p{
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.footerNav li a p + p{
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0rem;
}
.fix_btnBox{
  width: 9.7rem;
  position: fixed;
  right: 3rem;
  bottom: 2rem;
  display: none;
}
.sp_nav{
  display: none;
}
.hdr_hmb{
  display: none;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.header{
  width: 100%;
  position: fixed;
  background: #fff;
  padding: 1.5rem 2rem;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerSub{
  background: none;
}
.h_logo{
  width: 20rem;
  line-height: 1;
}
.gnav{
  display: none;
}
.sp_nav{
  width: 5rem;
  position: fixed;
  right: 2rem;
  display: block;
}
.sp_nav div{
  display: flex;
  line-height: 1;
}
.hdr_menuOpen{
  width: 100%;
}
.sp_nav a{
  display: block;
}
.hdr_hmb {
  visibility: hidden;
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background-size: cover;
  opacity: 0;
  transition: 0.3s ease;
  display: block;
}

.hdr_hmb.is-open {
  visibility: visible;
  opacity: 1;
  overflow: auto;
  color: #4B4B4B;
}
.nav_header{
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  background: #fff;
  line-height: 1;
  z-index: 1;
}
.nav_logo{
  width: 20rem;
}
.hdr_menuClose{
  width: 4.2rem;
  display: flex;
  right: 2rem;
  position: absolute;
  top: 2rem;
}
.hdr_menuClose .hdr_insta{
  margin-right: 3rem;
  width: 45%;
  margin-top: 0.2rem;
}
.nav_LinkListBox{
  width: 100%;
  background: #173257;
  height: 100%;
  padding: 5rem 0 10rem;
}
.nav_LinkList{
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav_LinkList_item{
  margin-bottom: 4rem;
}
.nav_LinkList_itemLink{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav_LinkList_en{
  position: unset;
  left: 0;
  bottom: 0;
  font-size: 3.5rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.nav_LinkList_jp{
  font-size: 2.4rem;
  color: #fff;
  line-height: 1.6;
  position: relative;
}
.nav_LinkList_itemLink:hover{
  opacity: 1;
}
.nav_LinkList_itemLink:hover .nav_LinkList_en{
  color: #0093FF;
}
.nav_LinkList_itemLink:hover .nav_LinkList_jp{
  color: #0093FF;
}
.nav_LinkListBtm{
  display: flex;
  justify-content: center;
  color: #fff;
  margin-bottom: 1rem;
}

.footer{
  padding-bottom: 4rem;
}
.footerTop{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column-reverse;
}
.footerTopL{
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: url(../../src/img/sp/f_contact_bg@2x.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 4rem 0 6rem;
  position: relative;
}
.footerTopL:before,
.footerTopL:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 3rem;
  margin: auto;
  height: 1px;
  border-radius: 10px;
  background: #fff;
  -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;
}
.footerTopL:before {
  width: 3rem;
  content: '';
  left: 0;
  right: 0;
}
.footerTopL:after {
  width: 1rem;
  transform-origin: right center;
  transform: rotate(40deg);
  content: '';
  left: 0;
  right: -2rem;

}
.footerTopLInner{

}
.footerTopLInner_en{
  text-align: center;
  color: #fff;
  font-size: 5rem;
  margin-bottom: 1rem;
  line-height: 1;
}
.footerTopLInner_jp{
  text-align: center;
  color: #fff;
  margin-bottom: 1.6rem;
  line-height: 1;
  font-weight: bold;
  font-size: 2rem;
}
.footerTopLInner_txt{
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
.footerTopR{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #173257;
}
.footerTopR_item{
  width: 100%;
}
.footerTopR_itemLink{
  background: #173257;
  display: flex;
  padding: 3rem 0rem;
  position: relative;
  justify-content: center;
}
.footerTopR_itemLink:before,
.footerTopR_itemLink:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: -0.4rem;
  margin: auto;
  height: 1px;
  border-radius: 10px;
  background: #fff;
  -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;
}
.footerTopR_itemLink:before {
  width: 3rem;
  content: '';
  right: 5.5rem;
  top: 3.5rem;
}
.footerTopR_itemLink:after {
  width: 1rem;
  transform-origin: right center;
  transform: rotate(40deg);
  content: '';
  right: 5.5rem;
  top: 3.5rem;
}
.footerTopR_itemLink_en{
  text-align: left;
  color: #fff;
  font-size: 3.5rem;
  margin-bottom: 1rem;
  line-height: 1;
}
.footerTopR_itemLink_jp{
  text-align: left;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  font-size: 2rem;
}
.footerTopR_itemLine{
  width: 1px;
  height: 90%;
  background: #ffffff;
  position: relative;
  padding: 10% 0;
}
.footerTopR_itemLine:after{
  content: "";
  height: 90%;
  width: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}

.footerBtm{
  width: 80%;
  margin: 5rem auto 0rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footerBtmL{
  width: 100%;
  margin-bottom: 5rem;
}
.footerBtmL_logo{
  display: block;
  width: 30rem;
  margin:0 auto 2rem;
}
.footerBtmL_txt{
  color: #173257;
  line-height: 1.4;
  text-align: center;
}
.footerBtmL_tel{
  display: block;
  font-size: 4.5rem;
  color: #173257;
  text-align: center;
}
.footerNavWrap {
  width: 70%;
  margin: 0 auto;
}
.footerNav{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.footerNav li{
  margin-left: 0rem;
  margin-bottom: 5rem;
  width: 50%;
}
.footerNav li a{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #173257;
}
.footerNav li a p{
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.footerNav li a p + p{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0rem;
}
.footerNavSP{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.footerNavSP li{
  margin: 0 0.4rem;
  color: #173257;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.header{
  width: 100%;
  position: fixed;
  background: #fff;
  padding: 1.5rem 2rem;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerSub{
  background: none;
}
.h_logo{
  width: 13rem;
  line-height: 1;
}
.gnav{
  display: none;
}
.sp_nav{
  width: 4rem;
  position: fixed;
  right: 2rem;
  display: block;
}
.sp_nav div{
  display: flex;
  line-height: 1;
}
.hdr_menuOpen{
  width: 100%;
}
.sp_nav a{
  display: block;
}
.hdr_hmb {
  visibility: hidden;
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #173257;
  background-size: cover;
  opacity: 0;
  transition: 0.3s ease;
  display: block;
}

.hdr_hmb.is-open {
  visibility: visible;
  opacity: 1;
  overflow: auto;
  color: #4B4B4B;
}
.nav_header{
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  background: #fff;
  line-height: 1;
  z-index: 1;
}
.nav_logo{
  width: 13rem;
}
.hdr_menuClose{
  width: 3.2rem;
  display: flex;
  right: 2rem;
  position: absolute;
  top: 1.5rem;
}
.hdr_menuClose .hdr_insta{
  margin-right: 3rem;
  width: 45%;
  margin-top: 0.2rem;
}
.nav_LinkListBox{
  width: 100%;
  background: #173257;
  height: auto;
  padding: 5rem 0 10rem;
}
.nav_LinkList{
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav_LinkList_item{
  margin-bottom: 4rem;
}
.nav_LinkList_itemLink{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav_LinkList_en{
  position: unset;
  left: 0;
  bottom: 0;
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.nav_LinkList_jp{
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.6;
  position: relative;
}
.nav_LinkList_itemLink:hover{
  opacity: 1;
}
.nav_LinkList_itemLink:hover .nav_LinkList_en{
  color: #0093FF;
}
.nav_LinkList_itemLink:hover .nav_LinkList_jp{
  color: #0093FF;
}
.nav_LinkListBtm{
  display: flex;
  justify-content: center;
  color: #fff;
  margin-bottom: 1rem;
}

.footer{
  padding-bottom: 16rem;
}
.footerTop{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column-reverse;
}
.footerTopL{
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: url(../../src/img/sp/f_contact_bg@2x.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 4rem 0 6rem;
  position: relative;
}
.footerTopL:before,
.footerTopL:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 3rem;
  margin: auto;
  height: 1px;
  border-radius: 10px;
  background: #fff;
  -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;
}
.footerTopL:before {
  width: 3rem;
  content: '';
  left: 0;
  right: 0;
}
.footerTopL:after {
  width: 1rem;
  transform-origin: right center;
  transform: rotate(40deg);
  content: '';
  left: 0;
  right: -2rem;

}
.footerTopLInner{

}
.footerTopLInner_en{
  text-align: center;
  color: #fff;
  font-size: 4rem;
  margin-bottom: 1rem;
  line-height: 1;
}
.footerTopLInner_jp{
  text-align: center;
  color: #fff;
  margin-bottom: 1.6rem;
  line-height: 1;
  font-weight: bold;
}
.footerTopLInner_txt{
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
.footerTopR{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #173257;
}
.footerTopR_item{
  width: 100%;
}
.footerTopR_itemLink{
  background: #173257;
  display: flex;
  padding: 3rem 0rem;
  position: relative;
  justify-content: center;
}
.footerTopR_itemLink:before,
.footerTopR_itemLink:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: -0.4rem;
  margin: auto;
  height: 1px;
  border-radius: 10px;
  background: #fff;
  -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;
}
.footerTopR_itemLink:before {
  width: 3rem;
  content: '';
  right: 5.5rem;
  top: 3.5rem;
}
.footerTopR_itemLink:after {
  width: 1rem;
  transform-origin: right center;
  transform: rotate(40deg);
  content: '';
  right: 5.5rem;
  top: 3.5rem;
}
.footerTopR_itemLink_en{
  text-align: left;
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1;
}
.footerTopR_itemLink_jp{
  text-align: left;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}
.footerTopR_itemLine{
  width: 1px;
  height: 90%;
  background: #ffffff;
  position: relative;
  padding: 10% 0;
}
.footerTopR_itemLine:after{
  content: "";
  height: 90%;
  width: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}
.footerBtm{
  width: 80%;
  margin: 5rem auto 0rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footerBtmL{
  width: 100%;
  margin-bottom: 5rem;
}
.footerBtmL_logo{
  display: block;
  width: 20rem;
  margin:0 auto 2rem;
}
.footerBtmL_txt{
  color: #173257;
  line-height: 1.4;
  text-align: center;
}
.footerBtmL_tel{
  display: block;
  font-size: 2.5rem;
  color: #173257;
  text-align: center;
}
.footerNav{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.footerNav li{
  margin-left: 0rem;
  margin-bottom: 5rem;
  width: 50%;
}
.footerNav li a{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #173257;
}
.footerNav li a p{
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.footerNav li a p + p{
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0rem;
}
.footerNavSP{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.footerNavSP li{
  margin: 0 0.4rem;
  color: #173257;
}

.fix_btnBox{
  position: fixed;
  bottom: 0vw;
  right: 0vw;
  left: 0vw;
  display: none;
  width: 101%;
  z-index: 10;
  margin: auto;
  background: #173257;
}
.fix_btnBox a{
  display: block;
  width: 100%;
}
.fix_btnBoxToTop{
  width: 8.7rem;
  bottom: 10rem;
  right: 1rem;
  margin: unset;
  background: none;
  left: unset;
}
}
/*-----------------------------------------------------------

TOP

-------------------------------------------------------------*/
.mainContent{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.mainV{
  position: relative;
}
/*.mainV{
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.main_slide{
  height: unset;
}

.main_slide li video{
  position: absolute;
  max-width: none!important;
  bottom: 0;
  right: 0;
  left: 0;
  object-fit: cover;
  top: 0!important;
  margin: 0;
  transform: scale(1);
}*/
.main_slide li video{
  width: 100%;
}
.main_ttl{
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  font-size: 5rem;
  line-height: 1.6;
  color: #fff;
}
.top_about{
  padding-top: 4rem;
  display: flex;
  margin-bottom: 6rem;
}

.top_aboutL{
  width: 58%;
}
.cmn_ttl{
  display: flex;
  align-items: flex-end;
}
.cmn_ttl_en{
  font-size: 12rem;
  opacity: 0.26;
  line-height: 1em;
  color: #173257;
  margin-right: 1rem;
}
.cmn_ttl_enTopAbout{
  font-size: unset;
  width: 59.1rem;
  position: relative;
  top: 0.5rem;
}
.cmn_ttl_enTopBusiness{
  font-size: unset;
  width: 57.2rem;
  position: relative;
  top: 0.5rem;
}
.cmn_ttl_enTopWorks{
  font-size: unset;
  width: 41rem;
  position: relative;
  top: 0.5rem;
}
.cmn_ttl_jp{
  font-size: 2rem;
  line-height: 1;
  color: #173257;
  font-weight: bold;
}
.top_aboutL_innerWrap{
  background: #173257;
  padding: 10rem 13rem;
  margin-top: 0.3rem;
}
.top_aboutL_inner{

}
.top_aboutL_innerTxt{
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.cmn_btn01{
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  display: block;
  width: 15rem;
  line-height: 1;
}
.cmn_btn01:before,
.cmn_btn01:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: -0.4rem;
  margin: auto;
  height: 1px;
  border-radius: 10px;
  background: #fff;
  -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;
}
.cmn_btn01:before {
  width: 3rem;
  content: '';
  right: 0rem;
  top: 0;
}
.cmn_btn01:after {
  width: 1rem;
  transform-origin: right center;
  transform: rotate(40deg);
  content: '';
  right: 0rem;
}
.top_aboutR{
  width: 42%;
  padding-top: 2rem;
}
.top_business{
  padding-top: 4rem;
  display: flex;
  margin-bottom: 8rem;
}
.top_businessL{
  width: 60%;
}
.top_businessR{
  width: 55%;
  padding-top: 10rem;
  position: relative;
  margin-left: -15%;
}
.top_businessRList{
  background: #173257;
  padding: 10rem 13rem;
  margin-top: 0.3rem;
}
.top_businessRList_item{

}
.top_businessRList_itemTtl{
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1rem;
}
.top_businessRList_itemTxt{
  color: #fff;
  margin-bottom: 6rem;
}
.top_businessSlide .slick-counter {
  position: absolute;
  color: #fff;
  right: 5rem;
  bottom: 3rem;
  width: 6rem;
  height: 10rem;
}
.top_businessSlide .slick-counter .current{
  position: absolute;
  top: 0;
  font-size: 5.6rem;
  line-height: 1;
}
.top_businessSlide .slick-counter .current:after{
  content: "";
  position: absolute;
  top: 7rem;
  right: -4rem;
  display: inline-block;
  width: 8rem;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.top_businessSlide .slick-counter .total{
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 2.8rem;
  line-height: 1;
}
.top_businessSlide .slick-prev {
    left: 7rem;
}
.top_businessSlide .slick-prev:before {
    content: '';
    width: 1rem;
    height: 2rem;
    display: block;
    background: url(../../src/img/slick_prev.svg) 0 0 no-repeat;
     background-size: 100% 100%;
}
.top_businessSlide .slick-next {
   right: 5rem;
}
.top_businessSlide .slick-next:before {
    content: '';
    width: 1rem;
    height: 2rem;
    display: block;
    background: url(../../src/img/slick_next.svg) 0 0 no-repeat;
    background-size: 100% 100%;
}
.top_businessSlide .slick-next:hover,.top_businessSlide .slick-prev:hover{
  opacity: 0.6;
}
.top_works{
  margin: 0 0 8rem;
  position: relative;
}
.top_works:after{
  content: "";
  width: 100%;
  height: 50rem;
  background: #E3E3E3;
  position: absolute;
  top: 3.5rem;
}
.top_worksBox{
  width: 80%;
  margin: 0 auto 2rem;
  position: relative;
  z-index: 1;
}
.top_worksBox_txt{
  margin: 3rem 0 0;
}
.top_worksBox_btn{
  display: flex;
  justify-content: flex-end;
}
.cmn_btn01_topWorks{
  color: #000000;
}
.cmn_btn01_topWorks.cmn_btn01:before,
.cmn_btn01_topWorks.cmn_btn01:after {
  content: '';
  background: #000000;
}
.top_worksSlide{
  position: relative;
  z-index: 1;
}
.top_news{
  margin-bottom: 10rem;
  position: relative;
  padding-top: 5rem;
}
.top_newsTtlWrap{
  width: 80%;
  margin: 0 auto 5rem;
}
.cmn_ttl_enTopNews {
  font-size: unset;
  width: 33rem;
  position: relative;
  top: 0.5rem;
}
.cmn_ttlV{
  position: absolute;
  transform: rotate(90deg);
  transform-origin: 0 0;
  left: 10rem;
  color: #173257;
  top: 0;
}
.top_news .cmn_ttlV{
  top: -4rem;
}
.cmn_ttlV .cmn_ttl_en{
  line-height: 1;
}
.top_newsInner{
  width: 80%;
  margin: 0 auto;
}

.top_newsInnerListTop{
  margin: 3rem 0 8rem;
}
.top_newsInnerListTop .slick-prev {
    left: 43rem;
    top: 38%;
    width: 1rem;
    height: 2rem;
}
.top_newsInnerListTop .slick-prev:before {
    content: '';
    width: 1rem;
    height: 2rem;
    display: block;
    background: url(../../src/img/slick_prev_news.svg) 0 0 no-repeat;
    background-size: 100% 100%;
}
.top_newsInnerListTop .slick-next {
   right: 43rem;
   top: 38%;
   width: 1rem;
    height: 2rem;
}
.top_newsInnerListTop .slick-next:before {
    content: '';
    width: 1rem;
    height: 2rem;
    display: block;
    background: url(../../src/img/slick_next_news.svg) 0 0 no-repeat;
    background-size: 100% 100%;
}
.top_newsInnerListTop .slick-next:hover,.top_newsInnerListTop .slick-prev:hover{
  opacity: 0.6;
}
.top_newsInnerListTop_item{
  margin: 0 4rem;
}
.top_newsInnerListTop_itemLink{
  display: block;
}
.top_newsInnerListTop_itemLink_img {
    width: 100%;
    height: 17.8rem;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 1rem;
}
.top_newsInnerListTop_itemLink_img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.top_newsInnerListTop_itemLink_date{
  color: #848484;
  width: 100%;
  letter-spacing: 0.1em;
}
.top_newsInnerListTop_itemLink_ttl{
  width: 100%;
  font-weight: bold;
}


.top_newsInnerList{
  margin: 3rem 0 4rem;
}
.top_newsInnerList_item{

}
.top_newsInnerList_itemLink{
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #BABABA;
}
.top_newsInnerList_itemLink_date{
  color: #848484;
  width: 13%;
  letter-spacing: 0.1em;
}
.top_newsInnerList_itemLink_ttl{
  width: 87%;
  font-weight: bold;
}
.top_newsBox_btn{
  display: flex;
  justify-content: flex-end;
}
.cmn_btn01_topNews{
  color: #173257;
}
.cmn_btn01_topNews.cmn_btn01:before,
.cmn_btn01_topNews.cmn_btn01:after {
  content: '';
  background: #173257;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
/*.main_slide {
  height: 53rem;
}
.main_slide li video {
  position: relative;
  width: 100%!important;
  max-width: 100%!important;
  bottom: 0;
  right: 0;
  left: 0;
  object-fit: unset;
  top: 0!important;
  margin: 0;
  transform: scale(1);
}*/
.main_ttl {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  font-size: 3rem;
  line-height: 1.3;
  color: #fff;
}
.cmn_ttl_en {
  font-size: 7rem;
  opacity: 0.26;
  line-height: 0.6em;
  color: #173257;
  margin-right: 1rem;
}
.top_about {
  padding-top: 4rem;
  display: flex;
  margin-bottom: 6rem;
  position: relative;
}
.top_aboutL {
  width: 100%;
}
.top_aboutL_innerWrap {
  background: #173257;
  padding: 6rem 4rem;
  padding-right: 46%;
}
.top_aboutR {
  width: 42%;
  padding-top: 5.5rem;
  position: absolute;
  right: 0;
}
.top_businessR {
  width: 72%;
  padding-top: 21rem;
  position: relative;
  margin-left: -31%;
}
.top_businessRList {
  background: #173257;
  padding: 5rem 7rem;
}
.top_businessSlide .slick-prev {
    left: 3rem;
}
.top_businessSlide .slick-prev:before {
    content: '';
    width: 1rem;
    height: 2rem;
    display: block;
    background: url(../../src/img/slick_prev.svg) 0 0 no-repeat;
     background-size: 100% 100%;
}
.top_businessSlide .slick-next {
   right: 2rem;
}
.top_businessSlide .slick-next:before {
    content: '';
    width: 1rem;
    height: 2rem;
    display: block;
    background: url(../../src/img/slick_next.svg) 0 0 no-repeat;
    background-size: 100% 100%;
}
.top_businessR .cmn_ttl {
  padding-left: 23rem;
}
.top_works {
  margin: 0px 0 5rem;
  position: relative;
}
.top_works:after {
  content: "";
  width: 100%;
  height: 50rem;
  background: #E3E3E3;
  position: absolute;
  top: 3.5rem;
}
.cmn_ttlV {
  position: absolute;
  transform: rotate(
90deg);
  transform-origin: 0 0;
  left: 6rem;
  color: #173257;
  top: 0;
}
.top_news .cmn_ttlV{
  top: 0rem;
}
.top_newsInnerListTop_item{
  margin: 0px 2rem;
}
.top_newsInnerListTop .slick-prev {
    left: 26.5rem;
    top: 38%;
    width: 1rem;
    height: 2rem;
}
.top_newsInnerListTop .slick-prev:before {
    content: '';
    width: 1rem;
    height: 2rem;
    display: block;
    background: url(../../src/img/slick_prev_news.svg) 0 0 no-repeat;
    background-size: 100% 100%;
}
.top_newsInnerListTop .slick-next {
   right: 26.5rem;
   top: 38%;
   width: 1rem;
    height: 2rem;
}
.top_newsInnerListTop .slick-next:before {
    content: '';
    width: 1rem;
    height: 2rem;
    display: block;
    background: url(../../src/img/slick_next_news.svg) 0 0 no-repeat;
    background-size: 100% 100%;
}
.top_newsInnerListTop .slick-next:hover,.top_newsInnerListTop .slick-prev:hover{
  opacity: 0.6;
}
.top_newsInnerList_itemLink_date{
  color: #848484;
  width: 20%;
  letter-spacing: 0.1em;
}
.top_newsInnerList_itemLink_ttl{
  width: 80%;
  font-weight: bold;
}
.cmn_ttl_enTopAbout {
  font-size: unset;
  width: 29.1rem;
  position: relative;
  top: 0.5rem;
}
.cmn_ttl_enTopBusiness {
  font-size: unset;
  width: 27.2rem;
  position: relative;
  top: 0.5rem;
}
.cmn_ttl_enTopWorks {
  font-size: unset;
  width: 21rem;
  position: relative;
  top: 0.5rem;
}
.cmn_ttl_enTopNews {
  font-size: unset;
  width: 13rem;
  position: relative;
  top: 0.5rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainContent{
  width: 100%;
  overflow: hidden;
  position: relative;
}
/*.mainV{
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.main_slide{
  height: unset;
}

.main_slide li video{
  position: absolute;
  max-width: none!important;
  bottom: 0;
  right: 0;
  left: 0;
  object-fit: cover;
  top: 0!important;
  margin: 0;
  transform: scale(1);
}*/
.main_slide li video{
  width: 100%;
}
.main_ttl{
  position: absolute;
  bottom: unset;
  top: 8rem;
  left: 2rem;
  font-size: 3rem;
  line-height: 1.4;
  color: #fff;
}
.top_about{
  padding-top: 4rem;
  display: flex;
  margin-bottom: 6rem;
  flex-direction: column-reverse;
}

.top_aboutL{
  width: 100%;
}
.cmn_ttl{
  display: flex;
  align-items: center;
}
.cmn_ttl_en{
  font-size: 6rem;
  opacity: 0.26;
  line-height: 0.6em;
  color: #173257;
  margin-right: 1rem;
}
.cmn_ttl_jp{
  font-size: 1.8rem;
  line-height: 1;
  color: #173257;
  font-weight: bold;
}
.cmn_ttlTop_SPAbout{
  flex-direction: column;
  align-items: center;
}
.cmn_ttlTop_SPAbout .cmn_ttl_en{
  margin: 0 0 1rem;
}
.top_aboutL_innerWrap{
  background: #173257;
  padding: 27rem 3rem 6rem;
}
.top_aboutL_inner{

}
.top_aboutL_innerTxt{
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.cmn_btn01{
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  display: block;
  width: 15rem;
  line-height: 1;
}
.cmn_btn01:before,
.cmn_btn01:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: -0.4rem;
  margin: auto;
  height: 1px;
  border-radius: 10px;
  background: #fff;
  -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;
}
.cmn_btn01:before {
  width: 3rem;
  content: '';
  right: 0rem;
  top: 0;
}
.cmn_btn01:after {
  width: 1rem;
  transform-origin: right center;
  transform: rotate(40deg);
  content: '';
  right: 0rem;
}
.top_aboutR{
  width: 100%;
  padding: 2rem 3rem 0;
  margin-bottom: -24rem;
}
.top_business{
  padding-top: 4rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 12rem;
}
.top_businessL{
  width: 90%;
  position: relative;
  z-index: 1;
}
.top_businessR{
  width: 100%;
  padding-top: 0rem;
  margin-top: -15rem;
  position: relative;
  margin-left: 0%;
  padding-left: 10%;
}
.top_businessRList{
  background: #173257;
  padding: 17rem 3rem 4rem;
}
.top_businessRList_item{

}
.top_businessRList_itemTtl{
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1rem;
}
.top_businessRList_itemTxt{
  color: #fff;
  margin-bottom: 3rem;
  letter-spacing: 0.15em;
}
.top_businessSlide .slick-counter {
  position: absolute;
  color: #fff;
  right: 7rem;
  bottom: unset;
  width: 3rem;
  height: 4rem;
  top: 17rem;

}
.top_businessSlide .slick-counter .current{
  position: absolute;
  top: 0;
  font-size: 2rem;
  line-height: 1;
}
.top_businessSlide .slick-counter .current:after{
  content: "";
  position: absolute;
  top: 2.5rem;
  right: -3rem;
  display: inline-block;
  width: 5rem;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.top_businessSlide .slick-counter .total{
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.3rem;
  line-height: 1;
}
.top_businessSlide .slick-prev {
    left: 26rem;
    top: 19rem;
    width: 1rem;
    height: 2rem;
}
.top_businessSlide .slick-prev:before {
    content: '';
    width: 1rem;
    height: 2rem;
    display: block;
    background: url(../../src/img/slick_prev.svg) 0 0 no-repeat;
     background-size: 100% 100%;
}
.top_businessSlide .slick-next {
   right: 4rem;
   top: 19rem;
   width: 1rem;
    height: 2rem;
}
.top_businessSlide .slick-next:before {
    content: '';
    width: 1rem;
    height: 2rem;
    display: block;
    background: url(../../src/img/slick_next.svg) 0 0 no-repeat;
    background-size: 100% 100%;
}
.top_businessSlide .slick-next:hover,.top_businessSlide .slick-prev:hover{
  opacity: 0.6;
}
.top_works{
  margin: 0 0 9rem;
  position: relative;
}
.top_works:after{
  content: "";
  width: 100%;
  height: 73rem;
  background: #E3E3E3;
  position: absolute;
  top: 3rem;
}
.top_worksBox{
  width: 100%;
  margin: 0 auto 2rem;
  position: relative;
  z-index: 1;
}
.top_worksBox_txt{
  margin: 3rem 0 0;
  padding: 0 10%;
}
.top_worksBox_btn{
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cmn_btn01_topWorks{
  color: #000000;
}
.cmn_btn01_topWorks.cmn_btn01:before,
.cmn_btn01_topWorks.cmn_btn01:after {
  content: '';
  background: #000000;
}
.top_worksSlide{
  position: relative;
  z-index: 1;
  margin-bottom: 4rem;
}
.top_news{
  margin-bottom: 6rem;
  position: relative;
  padding-top: 0rem;
}
.cmn_ttlV{
  position: absolute;
  transform: rotate(90deg);
  transform-origin: 0 0;
  left: 5rem;
  color: #173257;
  top: 0;
}
.top_news .cmn_ttlV{
  top: 0rem;
}
.cmn_ttlV .cmn_ttl_en{
  line-height: 1;
}

.top_newsTtlWrap {
  width: 100%;
  margin: 0 auto 5rem;
}
.top_newsInnerListTop{
  margin: 3rem 0 4rem;
}
.top_newsInnerListTop .slick-prev {
    left: 3rem;
    top: 38%;
    width: 1rem;
    height: 2rem;
}
.top_newsInnerListTop .slick-prev:before {
    content: '';
    width: 1rem;
    height: 2rem;
    display: block;
    background: url(../../src/img/slick_prev_news.svg) 0 0 no-repeat;
    background-size: 100% 100%;
}
.top_newsInnerListTop .slick-next {
   right: 3rem;
   top: 38%;
   width: 1rem;
    height: 2rem;
}
.top_newsInnerListTop .slick-next:before {
    content: '';
    width: 1rem;
    height: 2rem;
    display: block;
    background: url(../../src/img/slick_next_news.svg) 0 0 no-repeat;
    background-size: 100% 100%;
}
.top_newsInnerListTop .slick-next:hover,.top_newsInnerListTop .slick-prev:hover{
  opacity: 0.6;
}
.top_newsInnerListTop_item{
  margin: 0 6rem;
}
.top_newsInnerListTop_itemLink{
  display: block;
}
.top_newsInnerListTop_itemLink_img {
    width: 100%;
    height: 17.8rem;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 1rem;
}
.top_newsInnerListTop_itemLink_img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.top_newsInnerListTop_itemLink_date{
  color: #848484;
  width: 100%;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  line-height: 1;
}
.top_newsInnerListTop_itemLink_ttl{
  width: 100%;
  font-weight: bold;
}

.top_newsInner{
  width: 80%;
  margin: 0 auto;
}
.top_newsInnerList{
  margin: 3rem 0 4rem;
}
.top_newsInnerList_item{

}
.top_newsInnerList_itemLink{
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #BABABA;
  flex-wrap: wrap;
}
.top_newsInnerList_itemLink_date{
  color: #848484;
  width: 100%;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
}
.top_newsInnerList_itemLink_ttl{
  width: 100%;
  font-weight: bold;
}
.top_newsBox_btn{
  display: flex;
  justify-content: center;
}
.cmn_btn01_topNews{
  color: #173257;
}
.cmn_btn01_topNews.cmn_btn01:before,
.cmn_btn01_topNews.cmn_btn01:after {
  content: '';
  background: #173257;
}
}
/*-----------------------------------------------------------

ABOUT

-------------------------------------------------------------*/
.mainVSub{
  position: relative;
  margin-bottom: 5rem;
}
.mainVSub:after{
  content: "";
  width: 75rem;
  height: 45rem;
  background: #173257;
  position: absolute;
  right: 0;
  top: 0;
}
.mainVSub_img{
  position: relative;
  z-index: 1;
  width: 108rem;
}
.mainSub_ttl{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  z-index: 1;
  right: 5rem;
  top: 20rem;
  color: #fff;
}
.mainSub_ttl_en{
  font-size: 6rem;
  line-height: 0.8;
}
.mainSub_ttl_jp{
  font-size: 1.6rem;
  font-weight: bold;
}
.punkuz{
  width: 100%;
  margin: 6rem auto 4rem;
  padding-right: 5rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.punkuz li{
  margin-right: 1rem;
  letter-spacing: 0;
  font-size: 1.2rem;
}
.punkuz li br{
  display: none;
}
.about_philosophy{
  margin-bottom: 6rem;
}
.cmn_ttl02{
  display: flex;
  align-items: center;
  color: #173257;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.cmn_ttl02Col{
  flex-direction: column;
  align-items: center;
}
.cmn_ttl02_en{
  font-size: 4rem;
}
.cmn_ttl02_jp{
  font-weight: bold;
  font-size: 1.6rem;
}
.about_philosophy_txt01{
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.about_philosophy_txt02{
  text-align: center;
}
.about_message{
  display: flex;
  align-items: center;
  margin-bottom: 10rem;
  padding-left: 15.8rem;
}
.about_messageL{
  width: 45%;
}
.about_messageR{
  width: 55%;
}
.cmn_ttl02_about_message{
  border-bottom: 1px solid #707070;
  margin-bottom: 2rem;
}
.cmn_ttl02_about_message .cmn_ttl02_en{
 margin-right: 1rem;
}
.about_messageL_txt{
  padding-right: 5rem;
}
.about_policy{
 background: url(../../src/img/about_policy_bg.png) center center no-repeat;
 background-size: cover;
 padding: 5rem 0 13rem;
}
.cmn_ttl02_about_policy{
  color: #fff;
  margin-bottom: 3rem;
}
.about_policy_txt{
  color: #fff;
  line-height: 2.4;
  text-align: center;
  font-weight: bold;
}
.about_company{
  width: 85%;
  margin: -7rem auto 2rem;
  background: #fff;
  padding: 3rem 0;
}
.about_companyList{
  width: 80%;
  margin: 4rem auto;
}
.about_companyList_item{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #B9B9B9;
  padding: 0 9rem 3rem;
  margin-bottom: 3rem;
}
.about_companyList_itemFS{
  align-items: flex-start;
  padding-right: 0;
}
.about_companyList_itemL{
  font-weight: bold;
  width: 45%;
}
.about_companyList_itemR{
  font-weight: normal;
  width: 55%;
  padding-left: 10rem;
}
.about_companyList_itemRMap{
  padding-left: 0;
}
.about_companyList_itemRMap iframe{
  width: 100%;
  height: 25rem;
}
.about_companyList_itemL_txt02{
  font-weight: 400;
}
.about_sdgsTop{
 background: url(../../src/img/about_sdgs_bg.png) center center no-repeat;
 background-size: cover;
 padding: 5rem 0 30rem;
}
.about_sdgs_txt{
  color: #173257;
  line-height: 2.4;
  text-align: center;
  font-weight: bold;
}
.about_sdgsBtm{
  width: 85%;
  margin: -27rem auto 2rem;
  background: #fff;
  padding: 3rem 10rem;
}
.cmn_ttl02_about_sdgsBtm{
  margin-bottom: 4rem;
}
.about_sdgsBtm_ttl{
  text-align: center;
  border-bottom: 1px solid #000;
  font-size: 2.5rem;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  font-weight: bold;
}
.about_sdgsBtm_img{
  width: 50%;
  margin: 0 auto 3rem;
}
.about_sdgsBtm_txt{
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 6rem;
}
.about_sdgsBtm_txt span{
  color: #FF0000;
}
.about_sdgsBtm_list{
  margin-bottom: 6rem;
  padding: 0 3rem;
}
.about_sdgsBtm_listItem{
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about_sdgsBtm_listItem h3{
  font-size: 1.6rem;
  font-weight: bold;
  width: 18%;
  letter-spacing: 0.1em;
}
.about_sdgsBtm_listItem div{
  font-size: 1.6rem;
  font-weight: bold;
  width: 25%;
}
.about_sdgsBtm_listItem p{
  font-size: 1.6rem;
  width: 45%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.punkuz li {
  margin-right: 1rem;
  letter-spacing: 0;
  font-size: 1.6rem;
}
.cmn_ttl02_en {
  font-size: 5rem;
}
.cmn_ttl02_jp {
  font-weight: bold;
  font-size: 2rem;
}
.about_message {
  display: flex;
  align-items: center;
  margin-bottom: 10rem;
  padding-left: 5.8rem;
}
.about_companyList {
  width: 100%;
  margin: 4rem auto;
}
.about_companyList_item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #B9B9B9;
  padding: 0 3rem 3rem;
  margin-bottom: 3rem;
}
.about_companyList_itemFS {
  align-items: flex-start;
  padding-right: 0;
}
.about_companyList_itemR {
  font-weight: normal;
  width: 55%;
  padding-left: 0rem;
}
.about_sdgsBtm {
  width: 85%;
  margin: -27rem auto 2rem;
  background: #fff;
  padding: 3rem 0rem;
}
.about_sdgsBtm_listItem h3{
  font-size: 1.6rem;
  font-weight: bold;
  width: 24%;
  letter-spacing: 0.1em;
}
.about_sdgsBtm_listItem p{
  font-size: 1.6rem;
  width: 37%;
  letter-spacing: 0.1em;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainVSub{
  position: relative;
  margin-bottom: 2rem;
  padding-top: 5rem;
}
.mainVSub:after{
  content: "";
  width: 23.4rem;
  height: 13.7rem;
  background: #173257;
  position: absolute;
  right: 0;
  top: 5rem;
}
.mainVSub_img{
  position: relative;
  z-index: 1;
  width: 80%;
}
.mainSub_ttl{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  z-index: 1;
  right: 3rem;
  top: 9rem;
  color: #fff;
}
.mainSub_ttl_en{
  font-size: 4rem;
  line-height: 0.8;
}
.mainSub_ttl_jp{
  font-size: 1.6rem;
  font-weight: bold;
}
.punkuz{
  width: 100%;
  margin: 2rem auto 3rem;
  padding:0 2rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  white-space: normal;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}
.punkuz li{
  margin-right: 1rem;
  letter-spacing: 0;
  font-size: 1.2rem;
}
.punkuz li br{
  display: none;
}
.about_philosophy{
  margin-bottom: 6rem;
}
.cmn_ttl02{
  display: flex;
  align-items: center;
  color: #173257;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.cmn_ttl02Col{
  flex-direction: column;
  align-items: center;
}
.cmn_ttl02_en{
  font-size: 4rem;
}
.cmn_ttl02_jp{
  font-weight: bold;
  font-size: 1.8rem;
}
.about_philosophy_txt01{
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.about_philosophy_txt02{
  text-align: center;
  width: 85%;
  margin: 0 auto;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
.about_message{
  display: flex;
  align-items: center;
  padding-left: 0;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto 10rem;
}
.about_messageL{
  width: 100%;
  margin-bottom: 3rem;
}
.about_messageR{
  width: 100%;
}
.cmn_ttl02_about_message{
  border-bottom: 1px solid #707070;
  margin-bottom: 2rem;
}
.cmn_ttl02_about_message .cmn_ttl02_en{
 margin-right: 1rem;
}
.about_messageL_txt{
  padding-right: 0rem;
}
.about_policy{
 background: url(../../src/img/sp/about_policy_bg@2x.png) center center no-repeat;
 background-size: cover;
 padding: 4rem 0 16rem;
}
.cmn_ttl02_about_policy{
  color: #fff;
  margin-bottom: 3rem;
}
.about_policy_txt{
  color: #fff;
  line-height: 2;
  text-align: center;
}
.about_company{
  width: 90%;
  margin: -13rem auto 2rem;
  background: #fff;
  padding: 3rem 0;
}
.about_companyList{
  width: 90%;
  margin: 4rem auto;
}
.about_companyList_item{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #B9B9B9;
  padding: 0 1rem 2rem;
  margin-bottom: 2rem;
}
.about_companyList_itemFS{
  align-items: flex-start;
  padding-right: 0;
}
.about_companyList_itemL{
  font-weight: bold;
  width: 45%;
}
.about_companyList_itemR{
  font-weight: normal;
  width: 55%;
  padding-left: 1rem;
}
.about_companyList_item02{
  flex-direction: column;
}
.about_companyList_item02 .about_companyList_itemL{
  font-weight: bold;
  width: 100%;
  margin-bottom: 1rem;
}
.about_companyList_item02 .about_companyList_itemR{
  font-weight: normal;
  width: 100%;
  padding-left: 0rem;
}
.about_companyList_itemRMap{
  padding-left: 0;
  margin-bottom: 1rem;
}
.about_companyList_itemRMap iframe{
  width: 100%;
  height: 22rem;
}
.about_companyList_itemL_txt01{
  margin-bottom: 1rem;
}
.about_companyList_itemL_txt02{
  font-weight: 400;
  margin-bottom: 1rem;
}
.about_sdgsTop{
 background: url(../../src/img/sp/about_sdgs_bg@2x.png) center center no-repeat;
 background-size: cover;
 padding: 4rem 0 32rem;
}
.about_sdgs_txt{
  color: #173257;
  line-height: 2;
  text-align: center;
}
.about_sdgsBtm{
  width: 85%;
  margin: -30rem auto 0rem;
  background: #fff;
  padding: 3rem 1rem 0;
}
.cmn_ttl02_about_sdgsBtm{
  margin-bottom: 2rem;
}
.about_sdgsBtm_ttl{
  text-align: center;
  border-bottom: 1px solid #000;
  font-size: 2rem;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  font-weight: bold;
}
.about_sdgsBtm_img{
  width: 80%;
  margin: 0 auto 2rem;
}
.about_sdgsBtm_txt{
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 6rem;
}
.about_sdgsBtm_txt span{
  color: #FF0000;
}
.about_sdgsBtm_list{
  margin-bottom: 6rem;
  padding: 0 0rem;
}
.about_sdgsBtm_listItem{
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
.about_sdgsBtm_listItem h3{
  font-size: 1.6rem;
  font-weight: bold;
  width: 100%;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 1.6rem;
}
.about_sdgsBtm_listItem div{
  font-size: 1.6rem;
  font-weight: bold;
  width: 60%;
  text-align: center;
   margin-bottom: 1.6rem;
}
.about_sdgsBtm_listItem p{
  font-size: 1.6rem;
  width: 100%;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;

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

BUSINESS

-------------------------------------------------------------*/
.businessBtn{
  width: 85%;
  margin: 0 auto 12rem;
}
.businessBtn_ttl{
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #173257;
}
.businessBtn_list{
  display: flex;
  justify-content: space-between;
}
.businessBtn_list li{
  width: 18%;
}
.businessBtn_list li a{
  display: block;
  text-align: center;
  background: #173257;
  box-shadow: 3px 3px 6px #00000040;
  color: #fff;
  padding: 1rem 0 2.6rem;
  position: relative;
}
.businessBtn_list li a:after{
  content: "∨";
  position: absolute;
  font-size: 1rem;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin: auto;
}
.businessBox{
  position: relative;
}
.businessBox01{
  padding-left: 23rem;
}
.cmn_ttlVBusiness{
  left: 13.2rem;
}
.cmn_ttlVBusiness .cmn_ttl_en{
  font-size: 16rem;
}
.businessBox_inner{

}
.businessBox_inner_img{

}
.businessBox_inner_introWrap{
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.businessBox_inner_intro{
  width: 57rem;
  background: #fff;
  margin: -3rem 0 3rem;
}
.businessBox_inner_intro01{
  padding-right: 5rem;
}
.businessBox_inner_introTtl{
  font-size: 3rem;
  font-weight: bold;
  color: #173257;
  border-bottom: 1px solid #707070;
  margin-right: 5rem;
  margin-bottom: 2rem;
  padding-bottom: 0.6rem;
}
.businessBox_inner_introTxt{
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.businessBox_innerList{
  padding-right: 23rem;
  margin-bottom: 3rem;
}
.businessBox_innerList_item{
  margin-top: -1px;
}
.businessBox_innerList_itemTtl{
  font-size: 1.8rem;
  font-weight: bold;
  color: #173257;
  padding: 1rem 2rem;
  border: 1px solid #707070;
  background: #DDDDDD url(../../src/img/ac_off.svg) 97% center no-repeat;
  background-size: 1rem 0.7rem;
}
.businessBox_innerList_itemTtl.on{
  background: #DDDDDD url(../../src/img/ac_on.svg) 97% center no-repeat;
  background-size: 1rem 0.7rem;
}
.businessBox_innerList_itemTxt{
  padding: 2rem 4rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  display: none;
}
.business_btnList{
  width: 76%;
  margin: 0 auto 10rem;
  display: flex;
  justify-content: space-between;
  padding-right: 23rem;
}
.business_btnList_item{
  width: 47%;
}
.business_btnList_item a{
  color: #000;
  font-size: 1.6rem;
  position: relative;
  display: block;
  line-height: 1;
  border: 1px solid #707070;
  width: 100%;
  text-align: center;
  padding: 1rem 0;
  font-weight: bold;
}
.business_btnList_item a:before,
.business_btnList_item a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: -0.8rem;
  margin: auto;
  height: 1px;
  border-radius: 10px;
  background: #707070;
  -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;
}
.business_btnList_item a:before {
  width: 5rem;
  content: '';
  right: 3rem;
  top: 0;
}
.business_btnList_item a:after {
  width: 1rem;
  transform-origin: right center;
  transform: rotate(40deg);
  content: '';
  right: 3rem;
}
.business_btnList_item a:hover{
  color: #fff;
  background: #173257;
  opacity: 1;
}
.business_btnList_item a:hover:before,
.business_btnList_item a:hover:after {
  background: #fff;
}
.businessBox02{
  padding-right: 23rem;
}
.cmn_ttlVBusiness02 {
  left: 102%;
  white-space: nowrap;
}
.businessBox_inner_introWrap02{
  justify-content: flex-end;
}
.businessBox_inner_intro02{
  padding-left: 2rem;
}
.businessBox_inner_introTtl02{
  margin-right: 0;
}
.businessBox_inner_intro02 .businessBox_inner_introTxt{
  padding-right: 3rem;
}
.businessBox_innerList02{
  padding-right: 0;
  padding-left: 23rem;
}
.business_btnList02{
  padding-right: 0;
  padding-left: 23rem;
}
.businessBox_innerList_itemTtlBgnone{
  background-image:none ;
}
.business_flow{
  margin-bottom: 10rem;
}
.business_flowList{
  border: 1px solid #707070;
  border-bottom: none;
  width: 66%;
  margin: 0 auto;
}
.business_flowList_item{
  border-bottom: 1px solid #707070;
  padding: 1rem 4rem;
  display: flex;
  align-items: center;
  position: relative;
  background: url(../../src/img/business_arrow.svg) 3.8rem 0 no-repeat;
  background-size: 2.6rem 1.5rem;
}
.business_flowList_item:first-child{
  background: none;
}
.business_flowList_itemL{
  display: flex;
  align-items: center;
  width: 30%;
  color: #173257;
}
.business_flowList_itemL_num{
  font-size: 4rem;
  width: 20%;
  position: relative;
}
.business_flowList_itemL_ttl{
  font-size: 2rem;
  font-weight: 500;
  width: 80%;
  line-height: 1.6;
}
.business_flowList_itemR{
  width: 70%;
  line-height: 1.6;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.businessBtn {
  width: 95%;
  margin: 0 auto 12rem;
}
.businessBtn_list li {
  width: 19%;
}
.cmn_ttlVBusiness .cmn_ttl_en {
  font-size: 10rem;
}
.cmn_ttlVBusiness {
  left: 8.2rem;
}
.businessBox01 {
  padding-left: 10rem;
}
.businessBox_inner_intro {
  width: 70rem;
  background: #fff;
  margin: -3rem 0 3rem;
}
.businessBox_innerList {
  padding-right: 10rem;
  margin-bottom: 3rem;
}
.business_btnList {
  width: 90%;
  margin: 0 auto 10rem;
  display: flex;
  justify-content: space-between;
  padding-right: 10rem;
}
.businessBox02 {
  padding-right: 10rem;
}
.cmn_ttlVBusiness02 {
  left: 102%;
  white-space: nowrap;
}
.businessBox_innerList02 {
  padding-right: 0;
  padding-left: 10rem;
}
.business_btnList02 {
  padding-right: 0;
  padding-left: 10rem;
}
.business_flowList {
  border: 1px solid #707070;
  border-bottom: none;
  width: 85%;
  margin: 0 auto;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.businessBtn{
  width: 85%;
  margin: 0 auto 6rem;
}
.businessBtn_ttl{
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #173257;
}
.businessBtn_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.businessBtn_list li{
  width: unset;
  margin-bottom: 2rem;
}
.businessBtn_list li a{
  display: block;
  text-align: center;
  background: #173257;
  box-shadow: 3px 3px 6px #00000040;
  color: #fff;
  padding: 1rem 3rem 2.6rem;
  position: relative;
  font-weight: bold;
}
.businessBtn_list li a:after{
  content: "∨";
  position: absolute;
  font-size: 1rem;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin: auto;
}
.businessBox{
  position: relative;
}
.businessBox01{
  padding-left: 0rem;
}
.cmn_ttlVBusiness{
  left: 101%;
  top: 25rem;
  z-index: 1;
}
.cmn_ttlVBusiness .cmn_ttl_en{
  font-size: 4.2rem;
  white-space: nowrap;
}
.businessBox_inner{

}
.businessBox_inner_img{

}
.businessBox_inner_introWrap{
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.businessBox_inner_intro{
  width: 90%;
  background: #fff;
  margin: -10rem 0 3rem;
}
.businessBox_inner_intro01{
  padding: 2rem 3rem 3rem;
}
.businessBox_inner_introTtl{
  font-size: 2.5rem;
  font-weight: bold;
  color: #173257;
  border-bottom: 1px solid #707070;
  margin-right: 0rem;
  margin-bottom: 2rem;
  padding-bottom: 0.6rem;
}
.businessBox_inner_introTxt{
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.businessBox_innerList{
  padding-right: 0;
  margin-bottom: 3rem;
}
.businessBox_innerList_item{
  margin-top: -1px;
}
.businessBox_innerList_itemTtl{
  font-size: 1.8rem;
  font-weight: bold;
  color: #173257;
  padding: 1rem 2rem;
  border: 1px solid #707070;
  border-right: none;
  border-left: none;
  background: #DDDDDD url(../../src/img/ac_off.svg) 97% center no-repeat;
  background-size: 1rem 0.7rem;
}
.businessBox_innerList_itemTtl.on{
  background: #DDDDDD url(../../src/img/ac_on.svg) 97% center no-repeat;
  background-size: 1rem 0.7rem;
}
.businessBox_innerList_itemTxt{
  padding: 2rem 3rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  display: none;
}
.business_btnList{
  width: 76%;
  margin: 0 auto 6rem;
  display: flex;
  justify-content: space-between;
  padding-right: 0;
  flex-direction: column;
}
.business_btnList_item{
  width: 100%;
  margin-bottom: 2rem;
}
.business_btnList_item a{
  color: #000;
  font-size: 1.6rem;
  position: relative;
  display: block;
  line-height: 1;
  border: 1px solid #707070;
  width: 100%;
  text-align: center;
  padding: 1.6rem 0;
  font-weight: bold;
}
.business_btnList_item a:before,
.business_btnList_item a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: -0.8rem;
  margin: auto;
  height: 1px;
  border-radius: 10px;
  background: #707070;
  -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;
}
.business_btnList_item a:before {
  width: 5rem;
  content: '';
  right: 3rem;
  top: 0;
}
.business_btnList_item a:after {
  width: 1rem;
  transform-origin: right center;
  transform: rotate(40deg);
  content: '';
  right: 3rem;
}
.business_btnList_item a:hover{
  color: #fff;
  background: #173257;
  opacity: 1;
}
.business_btnList_item a:hover:before,
.business_btnList_item a:hover:after {
  background: #fff;
}
.businessBox02{
  padding-right: 0rem;
}
.cmn_ttlVBusiness02 {
  left: 3.5rem;
  top: 30rem;
  white-space: nowrap;
}
.cmn_ttl-DISMANTLING{

}
.cmn_ttl-PLANT{
  top: 30rem;
}
.cmn_ttl-ESTATE{
  top: 19rem;
}
.cmn_ttl-EQUIPMENT{
  top: 21rem;
}
.cmn_ttl-WASTE{
  top: 30rem;
}
.businessBox_inner_introWrap02{
  justify-content: flex-end;
}
.businessBox_inner_intro02{
  padding: 2rem 3rem;
}
.businessBox_inner_introTtl02{
  margin-right: 0;
}
.businessBox_inner_intro02 .businessBox_inner_introTxt{
  padding-right: 0rem;
}
.businessBox_innerList02{
  padding-right: 0;
  padding-left: 0rem;
}
.business_btnList02{
  padding-right: 0;
  padding-left: 0rem;
}
.businessBox_innerList_itemTtlBgnone{
  background-image:none ;
}
.business_flow{
  margin-bottom: 10rem;
}
.business_flowList{
  border: 1px solid #707070;
  border-bottom: none;
  width: 90%;
  margin: 3rem auto;
}
.business_flowList_item{
  border-bottom: 1px solid #707070;
  padding: 3rem 0rem;
  display: flex;
  align-items: center;
  position: relative;
  background: url(../../src/img/business_arrow.svg) center 0 no-repeat;
  background-size: 2.6rem 1.5rem;
}
.business_flowList_item:first-child{
  background: none;
}
.business_flowList_itemL{
  display: flex;
  align-items: center;
  width: 35%;
  color: #173257;
  flex-direction: column;
}
.business_flowList_itemL_num{
  font-size: 4rem;
  width: 100%;
  position: relative;
  text-align: center;
  line-height: 1;
}
.business_flowList_itemL_ttl{
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
  line-height: 1.6;
  text-align: center;
}
.business_flowList_itemR{
  width: 65%;
  line-height: 1.6;
}
}
/*-----------------------------------------------------------

RECRUIT

-------------------------------------------------------------*/
.recruit_intro{

}
.recruit_introTtl{
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 2rem;
}
.recruit_introList{
  width: 75%;
  margin: 0 auto 8rem;
  display: flex;
  justify-content: space-between;
}
.recruit_introList_item{
  height: 30rem;
  width: 26rem;
  padding: 9rem 0 0;
}
.recruit_introList_item:nth-child(1){
  background: url(../../src/img/recruit_list01.svg) 0 0 no-repeat;
  background-size: 100% 100% ;
}
.recruit_introList_item:nth-child(2){
  background: url(../../src/img/recruit_list02.svg) 0 0 no-repeat;
  background-size: 100% 100% ;
}
.recruit_introList_item:nth-child(3){
  background: url(../../src/img/recruit_list03.svg) 0 0 no-repeat;
  background-size: 100% 100% ;
}
.recruit_introList_item h3{
  font-weight: bold;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.recruit_introList_item p{
  text-align: center;
  line-height: 1.6;
}
.recruit_message{
  margin-bottom: 6rem;
}
.recruit_messageInner{
  margin: 3rem 0 4rem;
}
.recruit_messageInner_box{
  margin-bottom: 2rem;
  height: 54rem;
  padding-top: 6rem;
}
.recruit_messageInner_box01{
  background: url(../../src/img/recruit_message_bg01.png) 0 0 no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.recruit_messageInner_box02{
  background: url(../../src/img/recruit_message_bg02.png) 0 0 no-repeat;
  background-size: cover;
}
.recruit_messageInner_box03{
  background: url(../../src/img/recruit_message_bg03.png) 0 0 no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.recruit_messageInner_boxContent{
  width: 70rem;
  background: #ffffffAA;
  padding: 4rem;
}
.recruit_messageInner_box01 .recruit_messageInner_boxContent{
  padding-right: 16rem;
}
.recruit_messageInner_box03 .recruit_messageInner_boxContent{
  padding-right: 16rem;
}
.recruit_messageInner_boxContent_ttl{
  font-size: 2rem;
  font-weight: bold;
}
.recruit_entryBox{
  width: 85%;
  margin: 0 auto 10rem;
}
.cmn_ttl02_recruit_entryBox{
  margin-bottom: 2rem;
}
.recruit_entryBoxList{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin:-2px 1rem;
  padding: 0 1px 1px;
  overflow: hidden;
  position: relative;
}
.recruit_entryBoxList:after{
  content: "";
  position: absolute;
  width: 100%;
  background: #fff;
  height: 2rem;
  bottom: 0;
  left: 0;
}
.recruit_entryBoxList_item{
  width: 33.3%;
  border: 1px solid #70707020;
  border-top: none;
  border-bottom: none;
  padding: 4rem;
  margin: 0 -1px;
  background: #fff;
  position: relative;
  margin-bottom: 2rem;
  position: relative;
}
.recruit_entryBoxList_item:after{
  content: "";
  position: absolute;
  width: 100%;
  background: #70707020;
  height: 1px;
  bottom: -1rem;
  left: 0;
}
.recruit_entryBoxList_itemLink{
  display: block;
}
.recruit_entryBoxList_itemLink_img {
    width: 100%;
    height: 19.8rem;
    position: relative;
    overflow: hidden;
    display: block;
}
.recruit_entryBoxList_itemLink_img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.recruit_entryBoxList_itemLink_txt{
  font-weight: bold;
  margin: 0.6rem 0;
}
.recruit_entryBoxList_itemBtn{
  color: #000;
  font-size: 1.6rem;
  position: relative;
  display: block;
  line-height: 1;
  border: 1px solid #707070;
  width: 100%;
  text-align: center;
  padding: 1.5rem 0;
  font-weight: bold;
}
.recruit_entryBoxList_itemBtn:before,
.recruit_entryBoxList_itemBtn:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: -0.8rem;
  margin: auto;
  height: 1px;
  border-radius: 10px;
  background: #707070;
  -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;
}
.recruit_entryBoxList_itemBtn:before {
  width: 5rem;
  content: '';
  right: 3rem;
  top: 0;
}
.recruit_entryBoxList_itemBtn:after {
  width: 1rem;
  transform-origin: right center;
  transform: rotate(40deg);
  content: '';
  right: 3rem;
}
.recruit_entryBoxList_itemBtn:hover{
  color: #fff;
  background: #173257;
  opacity: 1;
}
.recruit_entryBoxList_itemBtn:hover:before,
.recruit_entryBoxList_itemBtn:hover:after {
  background: #fff;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.recruit_introList {
  width: 90%;
  margin: 0 auto 8rem;
  display: flex;
  justify-content: space-between;
}
.recruit_messageInner_box01{
  background: url(../../src/img/recruit_message_bg01.png) center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.recruit_messageInner_box02{
  background: url(../../src/img/recruit_message_bg02.png) center center no-repeat;
  background-size: cover;
}
.recruit_messageInner_box03{
  background: url(../../src/img/recruit_message_bg03.png) center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.recruit_messageInner_boxContent {
  width: 56rem;
  background: #ffffffAA;
  padding: 4rem;
}
.recruit_messageInner_box01 .recruit_messageInner_boxContent {
  padding-right: 4rem;
}
.recruit_messageInner_box03 .recruit_messageInner_boxContent{
  padding-right: 4rem;
}
.recruit_entryBox {
  width: 95%;
  margin: 0 auto 10rem;
}
.recruit_entryBoxList_item {
  width: 33.3%;
  border: 1px solid #70707020;
  border-top: none;
  border-bottom: none;
  padding: 1rem;
  margin: 0 -1px;
  background: #fff;
  position: relative;
  margin-bottom: 2rem;
  position: relative;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.recruit_intro{

}
.recruit_introTtl{
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 2rem;
  margin-top: -2rem;
}
.recruit_introList{
  width: 80%;
  margin: 0 auto 4rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
.recruit_introList_item{
  height: 30rem;
  width: 26rem;
  padding: 9rem 0 0;
}
.recruit_introList_item:nth-child(1){
  background: url(../../src/img/sp/recruit_list01.svg) 0 0 no-repeat;
  background-size: 100% 100% ;
}
.recruit_introList_item:nth-child(2){
  background: url(../../src/img/sp/recruit_list02.svg) 0 0 no-repeat;
  background-size: 100% 100% ;
}
.recruit_introList_item:nth-child(3){
  background: url(../../src/img/sp/recruit_list03.svg) 0 0 no-repeat;
  background-size: 100% 100% ;
}
.recruit_introList_item h3{
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.recruit_introList_item p{
  text-align: center;
  line-height: 1.6;
}
.recruit_message{
  margin-bottom: 6rem;
}
.recruit_messageInner{
  margin: 3rem 0 4rem;
}
.recruit_messageInner_box{
  margin-bottom: 2rem;
  height: auto;
  padding-top: 21rem;
}
.recruit_messageInner_box01{
  background: url(../../src/img/sp/recruit_message_bg01@2x.png) 0 0 no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.recruit_messageInner_box02{
  background: url(../../src/img/sp/recruit_message_bg02@2x.png) 0 0 no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.recruit_messageInner_box03{
  background: url(../../src/img/sp/recruit_message_bg03@2x.png) 0 0 no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.recruit_messageInner_boxContent{
  width: 100rem;
  background: none;
  padding: 3rem;
}
.recruit_messageInner_box01 .recruit_messageInner_boxContent{
  padding-right: 3rem;
}
.recruit_messageInner_box03 .recruit_messageInner_boxContent{
  padding-right: 3rem;
}
.recruit_messageInner_boxContent_ttl{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.recruitSlide{
  margin-top: -3rem;
}
.recruit_entryBox{
  width: 85%;
  margin: 0 auto 4rem;
}
.cmn_ttl02_recruit_entryBox{
  margin-bottom: 2rem;
}
.recruit_entryBoxList{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin:0px 0;
  padding: 0 1px 1px;
  overflow: hidden;
  position: relative;
}
.recruit_entryBoxList:after{
  content: "";
  position: absolute;
  width: 100%;
  background: #fff;
  height: 2rem;
  bottom: 0;
  left: 0;
  display: none;
}
.recruit_entryBoxList_item{
  width: 100%;
  border: none;
  border-top: none;
  border-bottom: none;
  padding: 0rem;
  margin: 0 0px;
  background: #fff;
  position: relative;
  margin-bottom: 4rem;
  position: relative;
}
.recruit_entryBoxList_item:after{
  content: "";
  position: absolute;
  width: 100%;
  background: #70707020;
  height: 1px;
  bottom: -1rem;
  left: 0;
  display: none;
}
.recruit_entryBoxList_itemLink{
  display: block;
}
.recruit_entryBoxList_itemLink_img {
    width: 100%;
    height: 23.8rem;
    position: relative;
    overflow: hidden;
    display: block;
}
.recruit_entryBoxList_itemLink_img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.recruit_entryBoxList_itemLink_txt{
  font-weight: bold;
  margin: 0.6rem 0 1rem;
  font-size: 2rem;
}
.recruit_entryBoxList_itemBtn{
  color: #000;
  font-size: 1.6rem;
  position: relative;
  display: block;
  line-height: 1;
  border: 1px solid #707070;
  width: 100%;
  text-align: center;
  padding: 1.5rem 0;
  font-weight: bold;
}
.recruit_entryBoxList_itemBtn:before,
.recruit_entryBoxList_itemBtn:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: -0.8rem;
  margin: auto;
  height: 1px;
  border-radius: 10px;
  background: #707070;
  -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;
}
.recruit_entryBoxList_itemBtn:before {
  width: 5rem;
  content: '';
  right: 3rem;
  top: 0;
}
.recruit_entryBoxList_itemBtn:after {
  width: 1rem;
  transform-origin: right center;
  transform: rotate(40deg);
  content: '';
  right: 3rem;
}
.recruit_entryBoxList_itemBtn:hover{
  color: #fff;
  background: #173257;
  opacity: 1;
}
.recruit_entryBoxList_itemBtn:hover:before,
.recruit_entryBoxList_itemBtn:hover:after {
  background: #fff;
}
}
/*-----------------------------------------------------------

RECRUIT DETAIL

-------------------------------------------------------------*/
.mainVSubNoImg{
  background: #173257;
}
.mainVSubNoImg:after{
  display: none;
}
.mainVSubNoImg {
  background: #173257;
  padding: 25rem 0 0;
  margin-bottom: -5rem;
}
.mainVSubNoImg .mainSub_ttl {
  top: 13rem;
}
.recruitDetail_box{
  width: 60%;
  margin: -2rem auto 6rem;
}
.recruitDetail_box_ttl{
  background: #173257;
  color: #fff;
  padding: 0.6rem 2rem;
  font-weight: bold;
  font-size: 1.6rem;
}
.recruitDetail_boxList{

}
.recruitDetail_boxList_item{
  display: flex;
  padding: 1.6rem 2rem;
  border-bottom: 1px solid #B7B7B7;
}
.recruitDetail_boxList_itemL{
  font-weight: bold;
  width: 20%;
}
.recruitDetail_boxList_itemR{
  width: 80%;
}
.recruitDetail_btnList{
  width: 80%;
  margin: 7rem auto;
  display: flex;
  justify-content: space-between;
}
.recruitDetail_btnList_item{
  width: 47%;
}
.recruitDetail_btnList_item a{
  color: #000;
  font-size: 1.6rem;
  position: relative;
  display: block;
  line-height: 1;
  border: 1px solid #707070;
  width: 100%;
  text-align: center;
  padding: 1rem 0;
  font-weight: bold;
}
.recruitDetail_btnList_item a:before,
.recruitDetail_btnList_item a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: -0.8rem;
  margin: auto;
  height: 1px;
  border-radius: 10px;
  background: #707070;
  -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;
}
.recruitDetail_btnList_item a:before {
  width: 5rem;
  content: '';
  right: 3rem;
  top: 0;
}
.recruitDetail_btnList_item a:after {
  width: 1rem;
  transform-origin: right center;
  transform: rotate(40deg);
  content: '';
  right: 3rem;
}
.recruitDetail_btnList_item a:hover{
  color: #fff;
  background: #173257;
  opacity: 1;
}
.recruitDetail_btnList_item a:hover:before,
.recruitDetail_btnList_item a:hover:after {
  background: #fff;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.recruitDetail_box {
  width: 80%;
  margin: -2rem auto 6rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainVSubNoImg{
  background: #173257;
}
.mainVSubNoImg:after{
  display: none;
}
.mainVSubNoImg {
  background: #173257;
  padding: 19rem 0 0;
  margin-bottom: 0rem;
}
.mainVSubNoImg .mainSub_ttl {
  top: 10rem;
}
.recruitDetail_box{
  width: 85%;
  margin: 2rem auto 2rem;
}
.recruitDetail_box_ttl{
  background: #173257;
  color: #fff;
  padding: 0.6rem 2rem;
  font-weight: bold;
  font-size: 1.6rem;
}
.recruitDetail_boxList{

}
.recruitDetail_boxList_item{
  display: flex;
  padding: 1.6rem 2rem;
  border-bottom: 1px solid #B7B7B7;
}
.recruitDetail_boxList_itemL{
  font-weight: bold;
  width: 30%;
}
.recruitDetail_boxList_itemL span{
  line-height: 1.6;
  padding-top: 0.6rem;
}
.recruitDetail_boxList_itemR{
  width: 70%;
}
.recruitDetail_boxList_item02{
  flex-direction: column;
}
.recruitDetail_boxList_item02 .recruitDetail_boxList_itemL{
  font-weight: bold;
  width: 100%;
  margin-bottom: 0.6rem;
}
.recruitDetail_boxList_item02 .recruitDetail_boxList_itemR{
  width: 100%;
}
.recruitDetail_btnList{
  width: 85%;
  margin: 4rem auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.recruitDetail_btnList_item{
  width: 100%;
  margin-bottom: 3rem;
}
.recruitDetail_btnList_item a{
  color: #000;
  font-size: 1.6rem;
  position: relative;
  display: block;
  line-height: 1;
  border: 1px solid #707070;
  width: 100%;
  text-align: center;
  padding: 1.6rem 0;
  font-weight: bold;
}
.recruitDetail_btnList_item a:before,
.recruitDetail_btnList_item a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: -0.8rem;
  margin: auto;
  height: 1px;
  border-radius: 10px;
  background: #707070;
  -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;
}
.recruitDetail_btnList_item a:before {
  width: 5rem;
  content: '';
  right: 3rem;
  top: 0;
}
.recruitDetail_btnList_item a:after {
  width: 1rem;
  transform-origin: right center;
  transform: rotate(40deg);
  content: '';
  right: 3rem;
}
.recruitDetail_btnList_item a:hover{
  color: #fff;
  background: #173257;
  opacity: 1;
}
.recruitDetail_btnList_item a:hover:before,
.recruitDetail_btnList_item a:hover:after {
  background: #fff;
}
}
/*-----------------------------------------------------------

ENTRY

-------------------------------------------------------------*/
.formBox{
  width: 60%;
  margin: -2rem auto 10rem;
}
.formBoxItem{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.formBoxItemIntro{
  margin-bottom: 2rem;
}
.formBoxItemL {
    width: 100%;
    padding: 1rem 0;
    font-size: 1.6rem;
    display: flex;
    align-self: stretch;
    align-items: center;
    position: relative;
    white-space: nowrap;
    font-weight: bold;
}
.formBoxItemL.hissu:after {
    content: "必須";
    background: #B80610;
    color: #fff;
    padding: 0.4rem 1rem;
    line-height: 1;
    position: relative;
    font-size: 1.2rem;
    letter-spacing: 0px;
    border-radius: 6px;
    margin-left: 2rem;
}
.formBoxItemR{
  width: 100%;
}
.formBoxItem2col{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.formBoxItem2col_l{
  width: 30%;
  margin-right: 1vw;
}
.formBoxItem2col_r{
  width: 30%;
  font-size: 1.6rem;
}
.formBoxItemInput input{
  width: 100%;
  padding: 1.5rem 2rem;
  border: none;
  -webkit-appearance: none;
  position: relative;
  border: 1px solid #707070;
  font-size: 1.6rem;
}
.formBoxItemInput select{
  width: 100%;
  padding: 1.5rem 2rem;
  border: none;
  -webkit-appearance: none;
  position: relative;
  border: 1px solid #707070;
  font-size: 1.6rem;
  background: url(../../src/img/select_arrow.svg) 95% center no-repeat;
  background-size: 0.6vw;
}
.formBoxItemInput textarea{
  width: 100%;
  padding: 1.5rem 2rem;
  border: none;
  -webkit-appearance: none;
  position: relative;
  border: 1px solid #707070;
  font-size: 1.6rem;
}
.formBoxItemInput02{
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.formBoxItemInput02 span{
  width: 20%;
}
.formBoxItemInput02 p {
    margin-left: 1vw;
}
.formBoxItemInput02 p + p{
    position: relative;
    bottom: 1vw;
    margin-left: 2vw;
}
.formBoxItemRadio02 p{
  margin-left: 2vw;
}
.formBoxItemTel{
  display: flex;
  justify-content: space-between;
}
.formBoxItemTelL{
  display: flex;
  justify-content: space-between;
}
.formBoxItemTelR{
  display: flex;
  justify-content: space-between;
}
.formBoxItemInputTel{
  display: flex;
  align-items: center;
}
.formBoxItemInputTel span{
  width: 80%;
}
.formBoxItemInputTel p{
  margin: 0 0.5vw;
  white-space: nowrap;
}
.formBoxItem2col_add{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.formBoxItem2col_add_l{
  width: 57%;
  margin-right: 1rem;
}
.formBoxItem2col_add_r{
  width: 43%;
}
.addFormBtn{
  background: #173257!important;
  border-radius: 0px;
  color: #fff;
  border: none!important;
  display: inline-block;
  -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;
  cursor: pointer;
  font-size: 1.6rem;
}
.addFormBtn: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;
}
.form_boxCheck {
    margin: 2rem 0 3rem;
    display: flex;
    justify-content: flex-start;
}
.form_boxCheck label{
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  justify-content: center;
}
.form_boxCheck 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;
    font-size: 2rem;
}
.form_boxCheck input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 2.2rem;
     width: 2.2rem;
    height: 2.2rem;
    position: relative;
}
.formBoxItemRadio .wpcf7-form-control{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.formBoxItemRadio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item{
  font-size: 1.6rem;
  letter-spacing: 2px;
  text-align: left;
  position: relative;
  margin: 0;
  margin-right: 4rem;
}
.formBoxItemRadio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label{
  display: flex;
  align-items: center;
}
.formBoxItemRadio input[type=radio] {
  margin-right: 1vw;
  -webkit-appearance: none;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid #aaa;
  background: #fff;
  border-radius: 2px;
  padding: 0;
  line-height: 1em;
  font-size: 1vw;
}
.formBoxItemRadio input[type=radio]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 2.2rem;
    position: relative;
}
.formBoxItemRadio .wpcf7-radio .wpcf7-list-item{
  display: block;
  padding: 0;
  letter-spacing: 0;
  text-align: left;
}
.formBoxItemRadio input[type=checkbox] {
  margin-right: 1vw;
  -webkit-appearance: none;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid #aaa;
  background: #fff;
  border-radius: 2px;
  padding: 0;
  line-height: 1em;
  font-size: 1vw;
}
.formBoxItemRadio input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 2.2rem;
    position: relative;
}

.form_boxCheckTxt{
  text-align: left;

}
.form_boxCheckTxt02{
  font-weight: bold;
}
.form_boxCheckTxt01{
  text-align: left;
  font-size: 1.6rem;
  margin: 2rem 0;
}
.form_boxCheckTxt01 a{
  color: #0093FF;
}
.form_boxCheckTxtScroll{
  border: 1px solid #707070;
  padding: 2rem;
  overflow: scroll;
  height: 20rem;
  overflow-x: hidden;
}
.sendBtn {
  position: relative;
  width: 34rem;
  margin: 0 auto;
}
.sendBtn .button {
    -webkit-appearance: none;
    cursor: pointer;
    width: 100%;
    display: block;
    background: #fff;
    border: 1px solid #000;
    text-align: center;
    padding: 1rem 0;
    color: #000;
    position: relative;
    font-weight: bold;
    font-size: 1.6rem;
}

.sendBtn:before,
.sendBtn:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: -0.8rem;
  margin: auto;
  height: 1px;
  border-radius: 10px;
  background: #707070;
  -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:before {
  width: 5rem;
  content: '';
  right: 6rem;
  top: 0;
  z-index: 1;
}
.sendBtn:after {
  width: 1rem;
  transform-origin: right center;
  transform: rotate(40deg);
  content: '';
  right: 6rem;
  z-index: 1;
}
.button:hover{
  color: #fff;
  background: #173257;
  opacity: 1;
}
.sendBtn:hover:before,
.sendBtn:hover:after {
  background: #fff;
}
.alineStart{
  align-items: flex-start;
}
.alineStart.hissu:before {
    top: 1.8rem;
}
.formBoxItemInput3Cols{
  display: flex;
  align-items: center;
}
.formBoxItemInput3Cols span{
  margin-right: 1rem;
  width: 80%;
}
.formBoxItemInput3Cols p{
  margin-right: 4rem;
}
.form_boxCheck a {
  color: #0A92C4;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.formBox {
  width: 80%;
  margin: -2rem auto 10rem;
}
.formBoxItemInput select {
  width: 100%;
  padding: 1.5rem 2rem;
  border: none;
  -webkit-appearance: none;
  position: relative;
  border: 1px solid #707070;
  font-size: 1.6rem;
  background: url(../../src/img/select_arrow.svg) 95% center no-repeat;
  background-size: 1rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.formBox{
  width: 85%;
  margin: -1rem auto 6rem;
}
.formBoxItem{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.formBoxItemIntro{
  margin-bottom: 2rem;
}
.formBoxItemL {
    width: 100%;
    padding: 1rem 0;
    font-size: 1.6rem;
    display: flex;
    align-self: stretch;
    align-items: center;
    position: relative;
    white-space: nowrap;
    font-weight: normal;
}
.formBoxItemL.hissu:after {
    content: "必須";
    background: #B80610;
    color: #fff;
    padding: 0.4rem 1rem;
    line-height: 1;
    position: relative;
    font-size: 1.2rem;
    letter-spacing: 0px;
    border-radius: 6px;
    margin-left: 2rem;
    font-weight: bold;
}
.formBoxItemR{
  width: 100%;
}
.formBoxItem2col{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.formBoxItem2col_l{
  width: 30%;
  margin-right: 1vw;
}
.formBoxItem2col_r{
  width: 30%;
  font-size: 1.6rem;
}
.formBoxItemInput input{
  width: 100%;
  padding: 1.5rem 2rem;
  border: none;
  -webkit-appearance: none;
  position: relative;
  border: 1px solid #707070;
  font-size: 1.6rem;
}
.formBoxItemInput select{
  width: 100%;
  padding: 1.5rem 2rem;
  border: none;
  -webkit-appearance: none;
  position: relative;
  border: 1px solid #707070;
  font-size: 1.6rem;
  background: url(../../src/img/select_arrow.svg) 95% center no-repeat;
  background-size: 1rem;
}
.formBoxItemInput textarea{
  width: 100%;
  padding: 1.5rem 2rem;
  border: none;
  -webkit-appearance: none;
  position: relative;
  border: 1px solid #707070;
  font-size: 1.6rem;
}
.formBoxItemInput02{
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.formBoxItemInput02 span{
  width: 20%;
}
.formBoxItemInput02 p {
    margin-left: 1vw;
}
.formBoxItemInput02 p + p{
    position: relative;
    bottom: 1vw;
    margin-left: 2vw;
}
.formBoxItemRadio02 p{
  margin-left: 2vw;
}
.formBoxItemTel{
  display: flex;
  justify-content: space-between;
}
.formBoxItemTelL{
  display: flex;
  justify-content: space-between;
}
.formBoxItemTelR{
  display: flex;
  justify-content: space-between;
}
.formBoxItemInputTel{
  display: flex;
  align-items: center;
}
.formBoxItemInputTel span{
  width: 80%;
}
.formBoxItemInputTel p{
  margin: 0 0.5vw;
  white-space: nowrap;
}
.formBoxItem2col_add{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.formBoxItem2col_add_l{
  width: 57%;
  margin-right: 1rem;
}
.formBoxItem2col_add_r{
  width: 43%;
}
input.addFormBtn{
  background: #173257!important;
  border-radius: 0px;
  color: #fff;
  border: none!important;
  display: inline-block;
  -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;
  cursor: pointer;
  font-size: 1.2rem;
  padding: 1.05rem 3.6rem;
  white-space: normal;
}
.addFormBtn: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;
}
.form_boxCheck {
    margin: 2rem 0 3rem;
    display: flex;
    justify-content: flex-start;
}
.form_boxCheck label{
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  justify-content: center;
}
.form_boxCheck 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;
    font-size: 2rem;
}
.form_boxCheck input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 2.2rem;
     width: 2.2rem;
    height: 2.2rem;
    position: relative;
}
.formBoxItemRadio .wpcf7-form-control{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.formBoxItemRadio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item{
  font-size: 1.6rem;
  letter-spacing: 2px;
  text-align: left;
  position: relative;
  margin: 0;
  margin-right: 4rem;
}
.formBoxItemRadio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label{
  display: flex;
  align-items: center;
}
.formBoxItemRadio input[type=radio] {
  margin-right: 1vw;
  -webkit-appearance: none;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid #aaa;
  background: #fff;
  border-radius: 2px;
  padding: 0;
  line-height: 1em;
  font-size: 1vw;
}
.formBoxItemRadio input[type=radio]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 2.2rem;
    position: relative;
}
.formBoxItemRadio .wpcf7-radio .wpcf7-list-item{
  display: block;
  padding: 0;
  letter-spacing: 0;
  text-align: left;
}
.formBoxItemRadio input[type=checkbox] {
  margin-right: 1vw;
  -webkit-appearance: none;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid #aaa;
  background: #fff;
  border-radius: 2px;
  padding: 0;
  line-height: 1em;
  font-size: 1vw;
}
.formBoxItemRadio input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 2.2rem;
    position: relative;
}

.form_boxCheckTxt{
  text-align: left;

}
.form_boxCheckTxt02{
  font-weight: bold;
}
.form_boxCheckTxt01{
  text-align: left;
  font-size: 1.6rem;
  margin: 2rem 0;
}
.form_boxCheckTxt01 a{
  color: #0093FF;
}
.form_boxCheckTxtScroll{
  border: 1px solid #707070;
  padding: 2rem;
  overflow: scroll;
  height: 20rem;
  overflow-x: hidden;
}
.sendBtn {
  position: relative;
  width: 30rem;
  margin: 0 auto;
}
.sendBtn .button {
    -webkit-appearance: none;
    cursor: pointer;
    width: 100%;
    display: block;
    background: #fff;
    border: 1px solid #000;
    text-align: center;
    padding: 1.5rem 0;
    color: #000;
    position: relative;
    font-weight: bold;
    font-size: 1.6rem;
}

.sendBtn:before,
.sendBtn:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: -0.8rem;
  margin: auto;
  height: 1px;
  border-radius: 10px;
  background: #707070;
  -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:before {
  width: 5rem;
  content: '';
  right: 6rem;
  top: 0;
  z-index: 1;
}
.sendBtn:after {
  width: 1rem;
  transform-origin: right center;
  transform: rotate(40deg);
  content: '';
  right: 6rem;
  z-index: 1;
}
.button:hover{
  color: #fff;
  background: #173257;
  opacity: 1;
}
.sendBtn:hover:before,
.sendBtn:hover:after {
  background: #fff;
}
.alineStart{
  align-items: flex-start;
}
.alineStart.hissu:before {
    top: 1.8rem;
}
.formBoxItemInput3Cols{
  display: flex;
  align-items: center;
}
.formBoxItemInput3Cols span{
  margin-right: 1rem;
  width: 80%;
}
.formBoxItemInput3Cols p{
  margin-right: 4rem;
}
.form_boxCheck a {
  color: #0A92C4;
}
}
/*-----------------------------------------------------------

ENTRY THANKS

-------------------------------------------------------------*/
.mainContentThanks{
  padding-top: 4rem;
}
.entryThanks{
  margin: 8rem 0 12rem;
}
.cmn_ttl02_enThanks{
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 0.6rem;
}
.entryThanks_txt{
  text-align: center;
  margin: 2rem 0 3rem;
}
.totop_btn{
  color: #000;
  font-size: 1.6rem;
  position: relative;
  display: block;
  line-height: 1;
  border: 1px solid #707070;
  width: 30rem;
  text-align: center;
  padding: 1rem 0;
  font-weight: bold;
  margin: 0 auto;
}
.totop_btn:before,
.totop_btn:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: -0.8rem;
  margin: auto;
  height: 1px;
  border-radius: 10px;
  background: #707070;
  -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;
}
.totop_btn:before {
  width: 5rem;
  content: '';
  right: 3rem;
  top: 0;
}
.totop_btn:after {
  width: 1rem;
  transform-origin: right center;
  transform: rotate(40deg);
  content: '';
  right: 3rem;
}
.totop_btn:hover{
  color: #fff;
  background: #173257;
  opacity: 1;
}
.totop_btn:hover:before,
.totop_btn:hover:after {
  background: #fff;
}
.thanks_ico01{
  position: absolute;
  left: 0;
  top: 8rem;
  width: 12rem;
}
.thanks_ico02{
  position: absolute;
  right: 0;
  bottom: 0rem;
  width: 12rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.thanks_ico02 {
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 12rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainContentThanks{
  padding-top: 4rem;
}
.entryThanks{
  margin: 5rem 0 10rem;
}
.cmn_ttl02_enThanks{
  font-size: 6rem;
  line-height: 1;
}
.entryThanks_txt{
  text-align: center;
  margin: 2rem 0 3rem;
}
.totop_btn{
  color: #000;
  font-size: 1.6rem;
  position: relative;
  display: block;
  line-height: 1;
  border: 1px solid #707070;
  width: 30rem;
  text-align: center;
  padding: 1.5rem 0;
  font-weight: bold;
  margin: 0 auto;
}
.totop_btn:before,
.totop_btn:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: -0.8rem;
  margin: auto;
  height: 1px;
  border-radius: 10px;
  background: #707070;
  -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;
}
.totop_btn:before {
  width: 5rem;
  content: '';
  right: 3rem;
  top: 0;
}
.totop_btn:after {
  width: 1rem;
  transform-origin: right center;
  transform: rotate(40deg);
  content: '';
  right: 3rem;
}
.totop_btn:hover{
  color: #fff;
  background: #173257;
  opacity: 1;
}
.totop_btn:hover:before,
.totop_btn:hover:after {
  background: #fff;
}
.thanks_ico01{
  position: absolute;
  left: 0;
  top: 6rem;
  width: 6.6rem;
}
.thanks_ico02{
  position: absolute;
  right: 0;
  bottom: 0rem;
  width: 6.6rem;
}
}
/*-----------------------------------------------------------

WORKS

-------------------------------------------------------------*/
.worksLink{
  width: 70%;
  margin: 0 auto 4rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.worksLink_ttl{
  width: 26%;
  text-align: center;
  border: 1px solid #707070;
  padding: 2rem 0;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}
.worksLink_list{
  width: 70%;
  display: flex;
  align-items: center;
  position: relative;
  top: -0.6rem;
}
.worksLink_list_item{
  margin-right: 3rem;
}
.worksLink_list_itemTtl{
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
  padding: 0 0.5rem;
  position: relative;
  cursor: pointer;
}
.worksLink_list_itemTtl.on{
  border-bottom: 1px solid #000000;
}
.worksLink_list_itemTtl.on:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.6rem 0.6rem 0 0.6rem;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  bottom: -0.7rem;
  left: 0;
  right: 0;
  margin: auto;
}
.submenuWorks{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -5rem;
}
.worksLink_list_itemBox{
  display: flex;
}
.worksLink_list_itemBox li{
  margin-right: 5rem;
  font-size: 2rem;
  font-weight: bold;
}
.worksLink_list_itemBox li.nowTerm{
  border-bottom: 1px solid #000;
}
.blog_boxSearch{
  width: 70%;
  margin: 0 auto 3rem;
}
.blog_boxSearch form{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.searchBox_blog02Wrap{
  width: 100%;
  background: #fff;
  border: 1px solid #707070;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.searchBox_blog02{
  width: 85%;
}
.searchBox_blog02_input{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width:100%;
}
.searchBox_blog02_input input{
  width: 100%;
  background: none;
  padding: 1rem 3rem;
  border: none;
  -webkit-appearance: none;
  font-size: 1.8rem;
}
.searchBox_blog_send {
    width: 15%;
    display: block;
    position: relative;
    text-align: center;
    background: #173257;
}
.searchBox_blog_send input {
    display: block;
    letter-spacing: 2px;
    -webkit-appearance: none;
    cursor: pointer;
    width: 100%;
    border: none;
    padding: 1rem;
    background: none;
    font-size: 1.8rem;
    color: #fff;
    -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;
}
.searchBox_blog_send input: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;
}
.worksListBox{
  width: 70%;
  margin: 0 auto;
}
.worksList{
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.worksList::after {
    content: "";
    display:block;
    width:30%;
}
.worksList_item{
  width: 30%;
  margin-bottom: 5rem;
}
.worksList_itemLink{
  display: block;
}
.worksList_itemLink_img {
    width: 100%;
    height: 27.8rem;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 1rem;
}
.worksList_itemLink_img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.worksList_itemLink_cat{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.worksList_itemLink_cat li{
  padding: 0.6rem 1rem;
  line-height: 1;
  border: 1px solid #707070;
  margin-right: 1rem;
}
.worksList_itemLink_date{
  width: 100%;
  color: #A0A0A0;
}
.worksList_itemLink_ttl{
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.wp-pagenavi{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0rem auto 6rem;
  position: relative;
  z-index: 1;
}
.wp-pagenavi a{
  color: #fff;
}
.wp-pagenavi a:hover{
  opacity: 0.5;
}
.previouspostslink{
  display: flex;
  margin: 0 0.2rem;
  position: relative;
  align-items: center;
  background: #969696;
  width: 4rem;
  height: 4rem;
}
.previouspostslink:before{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: 0.4rem;
  right: 0;
  margin: auto;
}
.nextpostslink{
  display: flex;
  margin: 0 0.2rem;
  position: relative;
  align-items: center;
  background: #969696;
  width: 4rem;
  height: 4rem;
}
.nextpostslink:before{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0.4rem;
  left: 0;
  margin: auto;
}
.wp-pagenavi .page{
  background: #969696;
  width: 4rem;
  height: 4rem;
  margin: 0 0.2rem;
  display: inline-block;
  font-weight: 700;
  line-height: 2.4em;
  text-align: center;
  letter-spacing: 0px;
  color: #fff;
}
.wp-pagenavi .current{
  background: #173257;
  color: #fff;
  width: 4rem;
  height: 4rem;
  margin: 0 0.2rem;
  display: inline-block;
  font-weight: 700;
  line-height: 2.4em;
  text-align: center;
  letter-spacing: 0px;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.worksLink {
  width: 90%;
  margin: 0 auto 4rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.blog_boxSearch {
  width: 90%;
  margin: 0 auto 3rem;
}
.worksListBox {
  width: 90%;
  margin: 0 auto;
}
.worksList_itemLink_img {
  width: 100%;
  height: 21.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 1rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.worksLink{
  width: 85%;
  margin: 0 auto 4rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.worksLink_ttl{
  width: 80%;
  text-align: center;
  border: 1px solid #707070;
  padding: 1rem 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2rem;
}
.worksLink_list{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0rem;
  margin-bottom: 3rem;
}
.worksLink_list_item{
  margin-right: 3rem;
}
.worksLink_list_itemTtl{
  font-size: 2.5rem;
  font-weight: bold;
  display: inline-block;
  padding: 0 0.5rem;
  position: relative;
  cursor: pointer;
}
.worksLink_list_itemTtl.on{
  border-bottom: 1px solid #000000;
}
.worksLink_list_itemTtl.on:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.6rem 0.6rem 0 0.6rem;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  bottom: -0.7rem;
  left: 0;
  right: 0;
  margin: auto;
}
.submenuWorks{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -5rem;
}
.worksLink_list_itemBox{
  display: flex;
  justify-content: space-between;
}
.worksLink_list_itemBox li{
  margin-right: 0rem;
  font-size: 1.7rem;
  font-weight: bold;
}
.blog_boxSearch{
  width: 85%;
  margin: 0 auto 3rem;
}
.blog_boxSearch form{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.searchBox_blog02Wrap{
  width: 100%;
  background: #fff;
  border: 1px solid #707070;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.searchBox_blog02{
  width: 80%;
}
.searchBox_blog02_input{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width:100%;
}
.searchBox_blog02_input input{
  width: 100%;
  background: none;
  padding: 1rem 1rem;
  border: none;
  -webkit-appearance: none;
  font-size: 1.8rem;
}
.searchBox_blog_send {
    width: 20%;
    display: block;
    position: relative;
    text-align: center;
    background: #173257;
}
.searchBox_blog_send input {
    display: block;
    letter-spacing: 0px;
    -webkit-appearance: none;
    cursor: pointer;
    width: 100%;
    border: none;
    padding: 1rem;
    background: none;
    font-size: 1.8rem;
    color: #fff;
    -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;
}
.searchBox_blog_send input: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;
}
.worksListBox{
  width: 85%;
  margin: 0 auto;
}
.worksList{
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.worksList::after {
    content: "";
    display:block;
    width:48%;
}
.worksList_item{
  width: 48%;
  margin-bottom: 2rem;
}
.worksList_itemLink{
  display: block;
}
.worksList_itemLink_img {
    width: 100%;
    height: 16.8rem;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 1rem;
}
.worksList_itemLink_img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.worksList_itemLink_cat{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.worksList_itemLink_cat li{
  padding: 0.2rem 0.6rem;
  line-height: 1;
  border: 1px solid #707070;
  margin-right: 1rem;
  font-size: 1.4rem;
}
.worksList_itemLink_date{
  width: 100%;
  color: #A0A0A0;
  font-size: 1.2rem;
}
.worksList_itemLink_ttl{
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.wp-pagenavi{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0rem auto 6rem;
  position: relative;
  z-index: 1;
  font-size: 2.2rem;
}
.wp-pagenavi a{
  color: #fff;
}
.wp-pagenavi a:hover{
  opacity: 0.5;
}
.previouspostslink{
  display: flex;
  margin: 0 0.2rem;
  position: relative;
  align-items: center;
  background: #969696;
  width: 5rem;
  height: 5rem;
}
.previouspostslink:before{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: 0.4rem;
  right: 0;
  margin: auto;
}
.nextpostslink{
  display: flex;
  margin: 0 0.2rem;
  position: relative;
  align-items: center;
  background: #969696;
  width: 5rem;
  height: 5rem;
}
.nextpostslink:before{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0.4rem;
  left: 0;
  margin: auto;
}
.wp-pagenavi .page{
  background: #969696;
  width: 5rem;
  height: 5rem;
  margin: 0 0.2rem;
  display: inline-block;
  font-weight: 700;
  line-height:2.2em;
  text-align: center;
  letter-spacing: 0px;
  color: #fff;
}
.wp-pagenavi .current{
  background: #173257;
  color: #fff;
  width: 5rem;
  height: 5rem;
  margin: 0 0.2rem;
  display: inline-block;
  font-weight: 700;
  line-height:2.2em;
  text-align: center;
  letter-spacing: 0px;
}
}
/*-----------------------------------------------------------

WORKS DETAIL

-------------------------------------------------------------*/
.mainVWorks{
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.main_slide img{
  position: absolute;
  width: auto!important;
  max-width: none!important;
  bottom: 0;
  right: 0;
  left: 0;
  object-fit: cover;
  top: 0!important;
  margin: 0;
  transform: scale(1);
}
.mainVWorks_box{
  padding: 2rem;
  width: 50%;
  right: 0;
  bottom: 0;
  position: absolute;
  background: #fff;
}
.mainVWorks_box_ttl{
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 1rem;
}
.worksDetail_box{
  width: 70%;
  margin: 0 auto 8rem;
}
.worksDetail_boxList{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}
.worksDetail_boxList_item{
  width: 46%;
  margin-bottom: 4rem;
}
.worksDetail_boxList_itemImg {
  width: 100%;
  height: 27.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 1rem;
}
.worksDetail_boxList_itemImg img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.worksDetail_boxList_itemTxt{
  font-size: 1.6rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.mainVWorks .main_slide {
  height: unset;
}
.worksDetail_box {
  width: 90%;
  margin: 0 auto 8rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainVWorks{
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.main_slide img{
  position: absolute;
  width: auto!important;
  max-width: none!important;
  bottom: 0;
  right: 0;
  left: 0;
  object-fit: cover;
  top: 0!important;
  margin: 0;
  transform: scale(1);
}
.mainVWorks_box{
  padding: 3rem 2rem;
  padding-bottom: 6rem;
  width: 70%;
  right: 0;
  bottom: 0;
  position: absolute;
  background: #fff;
}
.mainVWorks_box_ttl{
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 1rem;
}
.worksDetail_box{
  width: 85%;
  margin: 0 auto 6rem;
}
.worksDetail_boxList{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
.worksDetail_boxList_item{
  width: 100%;
  margin-bottom: 2rem;
}
.worksDetail_boxList_itemImg {
  width: 100%;
  height: 24.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 1rem;
}
.worksDetail_boxList_itemImg img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.worksDetail_boxList_itemTxt{
  font-size: 1.6rem;
}
}
/*-----------------------------------------------------------

NEWS

-------------------------------------------------------------*/
.top_newsInnerListTop_news{
  margin: 5rem 0 4rem;
}
.newsListBox{
  width: 80%;
  margin: 0 auto 10rem;
}
.newsList{
  margin-bottom: 5rem;
}
.newsList_item{
  width: 100%;
}
.newsList_itemLink{
  display: flex;
  border-bottom: 1px dotted #5A5A5A;
  padding: 3rem 0 2rem;
  align-items: center;
}
.newsList_itemLink_date{
  width: 12%;
  color: #414141;
}
.newsList_itemLink_ttl{
  width: 88%;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.newsList_itemLink_date {
  width: 20%;
  color: #414141;
}
.newsList_itemLink_ttl{
  width: 80%;
  font-weight: bold;
  line-height: 1.4;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.newsListBox{
  width: 85%;
  margin: 0 auto;
  margin-top: -2rem;
  margin-bottom: 8rem;
}
.newsList{
  margin-bottom: 5rem;
}
.newsList_item{
  width: 100%;
}
.newsList_itemLink{
  display: flex;
  border-bottom: 1px dotted #5A5A5A;
  padding: 2rem 0 2rem;
  align-items: center;
  flex-wrap: wrap;
}
.newsList_itemLink_date{
  width: 100%;
  color: #414141;
  font-size: 1.2rem;
}
.newsList_itemLink_ttl{
  width: 100%;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
}
/*-----------------------------------------------------------

NEWS DETAIL

-------------------------------------------------------------*/
.newsDetail_box{
  width: 80%;
  margin: 0 auto 6rem;
}
.newsDetail_boxDate{
  color: #414141;
  line-height: 1;
}
.newsDetail_boxTtl{
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #000000;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.newsDetail_boxContent{
  margin-bottom: 6rem;
  letter-spacing: 0.1em;
}
.newsDetail_boxContent p{
  margin-bottom: 2rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainContentNewsDetail{
  padding-top: 7rem;
}
.newsDetail_box{
  width: 85%;
  margin: 4rem auto 6rem;
}
.newsDetail_boxDate{
  color: #414141;
  line-height: 1;
}
.newsDetail_boxTtl{
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #000000;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.newsDetail_boxContent{
  margin-bottom: 6rem;
  letter-spacing: 0.1em;
}
.newsDetail_boxContent p{
  margin-bottom: 2rem;
}
}
/*-----------------------------------------------------------

CONTACT

-------------------------------------------------------------*/
.contact_tel{
  font-size: 2.5rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.contact_tel{
  font-size: 4.5rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.contact_tel{
  font-size: 3.8rem;
}
}
/*-----------------------------------------------------------

PRIVACY

-------------------------------------------------------------*/
.privacyBox{
  width: 50%;
  margin: 0 auto 6rem;
}
.privacyBox_txt01{
  font-weight: bold;
}
.privacyBox_txt02{
  margin-bottom: 3rem;
}
.privacyBox_txt02 a{
  color: #0093FF;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.privacyBox {
  width: 81%;
  margin: 0 auto 6rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.privacyBox{
  width: 85%;
  margin: 0 auto 6rem;
}
.privacyBox_txt01{
  font-weight: bold;
}
.privacyBox_txt02{
  margin-bottom: 3rem;
}
.privacyBox_txt02 a{
  color: #0093FF;
}
}
/*-----------------------------------------------------------

SITEMAP

-------------------------------------------------------------*/
.sitemapBox{
  display: flex;
  justify-content: center;
  margin-bottom: 6rem;
}
.sitemapBox ul{
  width: 18rem;
  padding-left: 2rem;
  border-left: 1px solid #707070;
}
.sitemapBox ul li{
  padding: 0.6rem 0;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.sitemapBox ul{
  width: 24%;
  padding-left: 2rem;
  border-left: 1px solid #707070;
}
.sitemapBox ul li{
  padding: 0.6rem 0;
  font-size: 2rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.sitemapBox{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 6rem;
}
.sitemapBox ul{
  width: 18rem;
  padding-left: 2rem;
  border-left: 1px solid #707070;
}
.sitemapBox ul li{
  padding: 1rem 0;
}
}
/*-----------------------------------------------------------

404

-------------------------------------------------------------*/
.nfBox{
  margin-bottom: 20rem;
}
.nf_txt {
  text-align: center;
  margin: 0rem 0 3rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.nfBox{
  margin: 8rem 0 12rem;
}
.nf_txt {
  text-align: center;
  margin: 0rem 0 3rem;
}
}
/*-----------------------------------------------------------

OTHER

-------------------------------------------------------------*/
.noPost{
  text-align: center;
  width: 100%;
  padding: 6rem 0;
}
.wpcf7-spinner{
  display: none!important;
}
/*-----------------------------------------------------------

EFFECT

-------------------------------------------------------------*/
.fadeUp {
animation-name:fadeUpAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
	
  }
}
