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

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

@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
html {
  width: 100%;
  font-size: calc(100vw / 899 * 10);
}
}
@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: heisei-kaku-gothic-std, 'Noto Sans JP', "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
  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: #202D43;
}

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

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

.f_alt{
  font-family: alternate-gothic-no-3-d, sans-serif;
  font-style: normal;
  font-weight: 400;
}
/*-----------------------------------------------------------

LOADING

-------------------------------------------------------------*/
.loading{
  width: 100vw;
  height: 100vh;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-perspective: 24rem;
  perspective: 24rem;
}
.load_ico01{
  width: 16rem;
  animation: flip01 1s ease-in-out;
  margin-bottom: 1rem;
}
.load_ico02{
  width: 24rem;
  animation: flip01 .6s ease-in-out;
  margin-bottom: 1rem;
}
.load_ico03{
  width: 18rem;
  animation: flip01 0.4s ease-in-out;
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.loading{
  width: 100vw;
  height: 100%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  top: 0rem;
  left: 0;
  z-index: 1000;
  -webkit-perspective: 18rem;
  perspective: 18rem;
}

.load_ico01{
  width: 10rem;
  margin-bottom: 1rem;
  animation-name:flip01;
  animation-duration:1s;
  animation-timing-function:ease-in-out;
  animation-delay:0.3s;
  animation-iteration-count:1;
  animation-direction:alternate;
  animation-fill-mode:forwards;
  animation-play-state:running;

}
.load_ico02{
  width: 18rem;
  margin-bottom: 1rem;
  animation-name:flip01;
  animation-duration:0.4s;
  animation-timing-function:ease-in-out;
  animation-delay:0.3s;
  animation-iteration-count:1;
  animation-direction:alternate;
  animation-fill-mode:forwards;
  animation-play-state:running;
}
.load_ico03{
  width: 12rem;
  animation-name:flip01;
  animation-duration:0.7s;
  animation-timing-function:ease-in-out;
  animation-delay:0.3s;
  animation-iteration-count:1;
  animation-direction:alternate;
  animation-fill-mode:forwards;
  animation-play-state:running;
}
}
@keyframes flip01 {
 0%{
    transform: rotateY(0deg);
   }
100%{
    transform: rotateY(360deg);
   }
}
/*-----------------------------------------------------------

cmn laypout

-------------------------------------------------------------*/
.body_fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}
.header{
  background: #DDD8D1 url(../../src/img/h_bg.png) 0 0 repeat-y;
  background-size: 100%;
  background-blend-mode: screen;
  position: fixed;
  padding: 1rem;
  width: 100%;
  z-index: 100;
}
.h_logo{
  width: 11rem;
  margin: 0 auto;
  display: block;
}
.g_nav{
  width: 3.2rem;
  position: fixed;
  right: 2rem;
  top: 1.5rem;
}
.g_nav div{
  display: flex;
  line-height: 1;
}
.hdr_menuOpen{
  width: 100%;
}
.g_nav a{
  display: block;
}
.hdr_hmb {
  visibility: hidden;
  z-index: 9999;
  position: fixed;
  top: 0;
  right: -60rem;
  width: auto;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: 1s ease;
}

.hdr_hmb.is-open {
  visibility: visible;
  opacity: 1;
  overflow: auto;
  color: #000;
  right: 0rem;
  background: url(../../src/img/nav_bg.png) 0 0 repeat-y;
  background-size: 100%;
  background-blend-mode: multiply;
  box-shadow: 3px -4px 6px #000000;
  transition: 0.5s ease;
  width: 23%;
  -ms-overflow-style: none; 
  scrollbar-width: none;
}
.hdr_hmb.is-open::-webkit-scrollbar {
  display:none;
}
/*.hdr_hmb.is-open:after{
  content: "";
  background: url(../../src/img/top_concept_bg.png) 0 0 no-repeat;
  background-size: cover;
  mix-blend-mode: screen;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}*/
.nav_header{
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  line-height: 1;
  z-index: 10;
  margin-bottom: 0rem;
}
.hdr_menuClose{
  width: 3.6rem;
  display: flex;
  right: 2rem;
  position: absolute;
  top: 1.5rem;
}
.nav_overlay{
  opacity: 0;
  transition: 1s ease;
}
.nav_overlay.is-open{
  width: 100vw;
  height: 100vh;
  background-color: #000000cc;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.5s ease;
  opacity: 1;
}
.nav_LinkListBox{
  padding: 3rem 4rem;
  position: relative;
  z-index: 1;
}
.nav_LinkList01{
  margin-bottom: 3rem;
}
.nav_LinkList01 li{
  margin-bottom: 1rem;
}
.nav_LinkList01 li a{
  display: block;
}
.nav_LinkList02{
  margin-bottom: 3rem;
}
.nav_LinkList02 li{
  margin-bottom: 1rem;
}
.nav_LinkList02 li a{
  display: block;
  background: #fff;
  padding: 0rem 0;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
}
.nav_LinkListWrap{
  display: flex;
  justify-content: space-between;
}
.nav_LinkList03{
  width: 18%;
}
.nav_LinkList03 li{
  margin-bottom: 1rem;
}
.nav_LinkList03 li a{
  display: block;
}
.nav_yt{
  width: 90%;
  margin: 0 auto;
  line-height: 1;
  margin-top: 1.5rem;
}
.nav_LinkList04{
  width: 60%;
}
.nav_LinkList04 li{
  margin-bottom: 1rem;
}
.nav_LinkList04 li a{
  display: block;
  font-size: 1.2rem;
}
.footerTop{
  background: #DDD8D1 url(../../src/img/repeat_grid.svg) 0 0 repeat-y;
  background-size: 100%;
  background-blend-mode: multiply;
  position: relative;
  padding: 6rem 0;
  z-index: 20;
}
.footerTop:before{
  content: "";
  background: url(../../src/img/top_concept_bg.png) 0 0 no-repeat;
  background-size: cover;
  mix-blend-mode: screen;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.footerTopInner{
  position: relative;
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerTopInnerL{
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footerTopInnerL_txt01{
  text-align: center;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 3rem;
}
.footerTopInnerL_btn{
  background: #569E3C;
  text-align: center;
  width: 27rem;
  padding: 1.6rem 0;
  line-height: 1;
  color: #fff;
  margin-bottom: 2rem;
}
.footerTopInnerL_txt02{
  text-align: center;
  line-height: 1.6;
}
.footerTopInnerC{
  width: 0.2rem;
}
.footerTopInnerR{
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footerTopInnerR_txt{
  text-align: center;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 3rem;
}
.footerTopInnerR_btn{
  background: #202E42;
  text-align: center;
  width: 27rem;
  padding: 1.6rem 0;
  line-height: 1;
  color: #fff;
  margin-bottom: 2rem;
}
.footerTopInnerR_btn02{
  margin-bottom: 0;
}
.footerBtm{
  background: #202E42;
  padding: 4rem 0 1rem;
}
.footerBtmInner{
  width: 70%;
  margin: 0 auto;
  margin-bottom: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footerBtmL {
  width: 22%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.f_logo{
  display: block;
  width: 7.8rem;
}
.f_insta{
  display: block;
  width: 2.6rem;
}
.f_line{
  display: block;
  width: 3.4rem;
}
.f_yt{
  display: block;
  width: 3.4rem;
}
.footerBtmR{
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footerBtmRBox{
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footerBtmRList{
  padding-left: 1.5rem;
  border-left: 1px solid #fff;
  width: 50%;
}
.footerBtmRList li{
  margin-bottom: 2rem;
}
.footerBtmRList li:last-child{
  margin-bottom: 0;
}
.footerBtmRList li a{
  display: block;
  line-height: 1;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0;
}
.copyRight{
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.hdr_hmb.is-open {
  visibility: visible;
  opacity: 1;
  overflow: auto;
  color: #000;
  right: 0rem;
  background: url(../../src/img/nav_bg.png) 0 0 repeat-y;
  background-size: 100%;
  background-blend-mode: multiply;
  box-shadow: 3px -4px 6px #000000;
  transition: 0.5s ease;
  width: 40%;
}
.nav_LinkList01 li a {
  display: block;
  font-size: 1.8rem;
}
.nav_LinkList02 li a {
  display: block;
  background: #fff;
  padding: 0rem;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
}
.nav_LinkList03 li {
  margin-bottom: 2rem;
}
.nav_LinkList04 {
  width: 70%;
}
.nav_LinkList04 li a {
  display: block;
  font-size: 1.6rem;
}
.footerTopInner {
  position: relative;
  width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerBtmInner {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.footerBtmL {
  width: 30%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4rem;
}
.f_logo {
  display: block;
  width: 8.8rem;
}
.footerBtmR {
  width: 78%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.header{
  background: #DDD8D1 url(../../src/img/h_bg.png) 0 0 no-repeat;
  background-size: cover;
  background-blend-mode: screen;
  position: fixed;
  padding: 1rem;
  width: 100%;
  z-index: 100;
}
.h_logo{
  width: 11rem;
  margin: 0 auto;
  display: block;
}
.g_nav{
  width: 3.2rem;
  position: fixed;
  right: 2rem;
  top: 1.5rem;
}
.g_nav div{
  display: flex;
  line-height: 1;
}
.hdr_menuOpen{
  width: 100%;
}
.g_nav a{
  display: block;
}
.hdr_hmb {
  visibility: hidden;
  z-index: 9999;
  position: fixed;
  top: 0;
  right: -100rem;
  width: auto;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: 1s ease;
  width: 100%;
}

.hdr_hmb.is-open {
  visibility: visible;
  opacity: 1;
  overflow: auto;
  color: #000;
  right: 0rem;
  background: #DDD8D1 url(../../src/img/sp/nav_bg.png) 0 0 repeat-y;
  background-size: 100%;
  background-blend-mode: unset;
  box-shadow: unset;
  transition: 0.5s ease;
  width: 100%;
}
/*.hdr_hmb.is-open:after{
  content: "";
  background: url(../../src/img/top_concept_bg.png) 0 0 no-repeat;
  background-size: cover;
  mix-blend-mode: screen;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}*/
.nav_header{
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  line-height: 1;
  z-index: 10;
  margin-bottom: 0rem;
}
.hdr_menuClose{
  width: 3.6rem;
  display: flex;
  right: 2rem;
  position: absolute;
  top: 1.5rem;
}
.nav_overlay{
  opacity: 0;
  transition: 1s ease;
}
.nav_overlay.is-open{
  width: 100vw;
  height: 100vh;
  background-color: #000000cc;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.5s ease;
  opacity: 1;
}
.nav_LinkListBox{
  padding: 3rem 3.5rem;
  position: relative;
  z-index: 1;
}
.nav_LinkList01{
  margin-bottom: 3rem;
}
.nav_LinkList01 li{
  margin-bottom: 1.5rem;
}
.nav_LinkList01 li a{
  display: block;
  font-size: 2rem;
}
.nav_LinkList02{
  margin-bottom: 3rem;
}
.nav_LinkList02 li{
  margin-bottom: 1rem;
}
.nav_LinkList02 li a{
  display: block;
  background: #fff;
  padding: 0rem 4rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
}
.nav_LinkListWrap{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.nav_LinkList03{
  width: 100%;
  display: flex;
  margin-bottom: 1rem;
}
.nav_LinkList03 li{
  margin-bottom: 2rem;
  width: 6rem;
  margin-right: 2rem;
}
.nav_LinkList03 li + li{
  margin-bottom: 2rem;
  width: 8rem;
}
.nav_LinkList03 li a{
  display: block;
}
.nav_yt {
  width: 6rem;
  margin: 0;
  line-height: 1;
  margin-top: 0.4rem;
}
.nav_LinkList04{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.nav_LinkList04 li{
  margin-bottom: 2rem;
  width: 50%;
}
.nav_LinkList04 li a{
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0;
  white-space: nowrap;
}
.nav_LinkList04 li:nth-child(1){
  order: 0;
}
.nav_LinkList04 li:nth-child(2){
  order: 2;
}
.nav_LinkList04 li:nth-child(3){
  order: 4;
}
.nav_LinkList04 li:nth-child(4){
  order: 1;
}
.nav_LinkList04 li:nth-child(5){
  order: 3;
}
.footerTop{
  background: #DDD8D1 url(../../src/img/sp/repeat_grid.svg) 0 0 repeat-y;
  background-size: 100%;
  background-blend-mode: multiply;
  position: relative;
  padding: 6rem 0 8rem;
  z-index: 20;
}
.footerTop:before{
  content: "";
  background: url(../../src/img/top_concept_bg.png) 0 0 no-repeat;
  background-size: cover;
  mix-blend-mode: screen;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.footerTopInner{
  position: relative;
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.footerTopInnerL{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footerTopInnerL_txt01{
  text-align: center;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 3rem;
}
.footerTopInnerL_btn{
  background: #569E3C;
  text-align: center;
  width: 27rem;
  padding: 1.6rem 0;
  line-height: 1;
  color: #fff;
  margin-bottom: 2rem;
}
.footerTopInnerL_txt02{
  text-align: center;
  line-height: 1.6;
}
.footerTopInnerC{
  width: 100%;
  margin-bottom: 2rem;
}
.footerTopInnerR{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footerTopInnerR_txt{
  text-align: center;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 3rem;
}
.footerTopInnerR_btn{
  background: #202E42;
  text-align: center;
  width: 27rem;
  padding: 1.6rem 0;
  line-height: 1;
  color: #fff;
  margin-bottom: 2rem;
}
.footerTopInnerR_btn02{
  margin-bottom: 0;
}
.footerBtm{
  background: #202E42;
  padding: 4rem 0 1rem;
}
.footerBtmInner{
  width: 85%;
  margin: 0 auto;
  margin-bottom: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.footerBtmL{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 4rem;
}
.f_logo{
  display: block;
  width: 10rem;
  margin-right: 3rem;
}
.f_insta{
  display: block;
  width: 4.5rem;
  margin-right: 3rem;
}
.f_line{
  display: block;
  width: 5.5rem;
  margin-right: 3rem;
}
.f_yt{
  display: block;
  width: 6rem;
}
.footerBtmR{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footerBtmRBox{
  width: 55%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
}
.footerBtmRBox + .footerBtmRBox{
  width: 45%;
}
.footerBtmRList{
  padding-left: 1.5rem;
  border-left: 1px solid #fff;
  width: 100%;
  padding-bottom: 3rem;
}
.footerBtmRList + .footerBtmRList{
  padding-bottom: 0;
}
.footerBtmRList li{
  margin-bottom: 3rem;
  height: 2em;
  display: flex;
  align-items: center;
}
.footerBtmRList li:last-child{
  margin-bottom: 0;
}
.footerBtmRList li a{
  display: block;
  line-height: 1.4;
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0;
}
.copyRight{
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}
}
/*-----------------------------------------------------------

TOP

-------------------------------------------------------------*/
.mainContent{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.mainV{
  position: relative;
  z-index: 10;
}
.mainV video{
  width: 100%;
}
/*.main_slide{
  height: unset;
}
.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: auto;
}*/
.main_box{
  position: absolute;
  right: 0rem;
  left: 0;
  bottom: 0rem;
  top: 0;
  margin: auto;
  width: 74rem;
  height: 42rem;
}
.main_ttl{
  margin-bottom: 5rem;
}
.main_btn{
  display: flex;
  justify-content: space-between;
  width: 53rem;
  margin: 0 auto;
}
.main_btn li{
  width: 46%;
}
.tel_tap{
  text-align: center;
  color: #fff;
  font-size: 3rem;
  margin: 1rem;
  position: relative;
  z-index: 100;
}
.main_ico{
  position: absolute;
  right: 0rem;
  bottom: 6rem;
  width: 37rem;
}
.top_banner{
  width: 80%;
  margin: 0 auto;
}
.top_concept{
  background: #DDD8D1 url(../../src/img/repeat_grid.svg) 0 0 repeat-y;
  background-size: 100%;
  background-blend-mode: multiply;
  position: relative;
  margin-top: -3rem;
  padding: 1rem 0;
  z-index: 20;
}
.top_concept:before{
  content: "";
  background: url(../../src/img/top_concept_bg.png) 0 0 no-repeat;
  background-size: cover;
  mix-blend-mode: screen;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.top_conceptInner{
  position: relative;
}
.top_copy{
  text-align: center;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 8rem;
}
.top_conceptInnerBox{
  width: 70%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 8rem;
}
.cmn_ttl{
  font-size: 15rem;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.cmn_ttl_top_conceptInnerBox{
  color: #fff;
  position: absolute;
  top: 0;
  left: 39.5rem;
}
.top_conceptInnerBoxL{
  width: 55%;
  padding-top: 7.7rem;
}
.top_conceptInnerBoxR{
  width: 34%;
}
.top_conceptInnerBoxR_ttl{
  font-size: 3.4rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  white-space: nowrap;
  margin-bottom: 2rem;
}
.top_conceptInnerBoxR_txt{

}
.top_about{
  background: #fff url(../../src/img/repeat_grid.svg) 0 0 repeat-y;
  background-size: 100%;
  background-blend-mode: multiply;
  position: relative;
  padding: 12rem 0 6rem;
  z-index: 20;
}
.top_about:before{
  content: "";
  background: url(../../src/img/top_about_bg.png) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.top_aboutInner{
  position: relative;
}
.top_aboutInnerBox{
  width: 70%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;

}
.cmn_ttl_top_aboutInnerBox{
  color: #ddd8d1b5;
  position: absolute;
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
}
.top_aboutInnerBoxL{
  width: 53%;
  padding-bottom: 6.5rem;
}
.top_aboutInnerBoxR{
  width: 38%;
}
.top_aboutInnerBoxR_ttl{
  font-size: 2.5rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  white-space: nowrap;
  margin-bottom: 2rem;
}
.top_aboutInnerBoxR_ttlSub{
  margin-bottom: 2rem;
  font-size: 2rem;
}
.top_aboutInnerBoxR_txt{
  margin-bottom: 2rem;
}
.top_aboutInnerBoxR_list{
  display: flex;
}
.top_aboutInnerBoxR_list li{
  width: 13.5rem;
  height: 13.5rem;
  background: #202D43;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 4rem;
}
.top_aboutInnerBoxR_list li span{
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
}
.top_plan{
  background: #DDD8D1 url(../../src/img/repeat_grid.svg) 0 0 repeat-y;
  background-size: 100%;
  background-blend-mode: multiply;
  position: relative;
  padding: 6rem 0;
  z-index: 20;
}
.top_plan:before{
  content: "";
  background: url(../../src/img/top_concept_bg.png) 0 0 no-repeat;
  background-size: cover;
  mix-blend-mode: screen;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.top_planInner{
  position: relative;
}
.cmn_ttl_top_planInnerBox{
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 15%;
}
.top_planInnerBox{
  margin: 0 auto 4rem;
  padding-left: 15%;
  padding-right: 10%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.top_planInnerBoxL{
  width: 33%;
  padding-bottom: 16.5rem;
}
.top_planInnerBoxL_ttl{
  font-size: 2.5rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  white-space: nowrap;
  margin-bottom: 2rem;
}
.top_planInnerBoxL_ttlSub{
  margin-bottom: 2rem;
  font-size: 2rem;
}
.top_planInnerBoxL_txt{
  margin-bottom: 2rem;
  line-height: 1.6;
}
.top_planInnerBoxR{
  width: 63%;
}
.top_planInnerBoxRList{
  display: flex;
  justify-content: space-between;
}
.top_planInnerBoxRList_item{
  width: 33%;
}
.top_planInnerBoxRList_item a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.top_planInnerBoxRList_itemContent{
  position: absolute;
}
.top_planInnerBoxRList_itemContent h4{
  text-align: center;
  color: #fff;
  font-size: 2rem;
}
.top_planInnerBoxRList_itemContent p{
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 300;
}
.cmn_btnWrap{
  display: flex;
  justify-content: center;
}
.cmn_btn{
  width: 15.3rem;
  display: block;
  position: relative;
  border-bottom: 1px solid #000000;
  padding-bottom: 1rem;
  line-height: 1;
}
.cmn_btn:before{
  content: ">";
  position: absolute;
  right: 0;
}
.top_planBnr{
  width: 55%;
  margin: 5rem auto 0;
  background: #202D43;
  box-shadow: 0 3px 6px #00000070;
  padding: 3rem 10rem;
}
.top_planBnr_top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.top_planBnr_top p{
  width: 50%;
  font-size: 2rem;
  color: #fff;
  line-height: 1.6;
}
.top_planBnr_top a{
  width: 50%;
  color: #fff;
  line-height: 1;
  background: #569E3C;
  padding: 2rem;
  text-align: center;
}
.top_planBnr_btm{
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
}
.top_service{
  background: #fff url(../../src/img/repeat_grid.svg) 0 0 repeat-y;
  background-size: 100%;
  background-blend-mode: multiply;
  position: relative;
  padding: 6rem 0 6rem;
  z-index: 20;
}
.top_service:before{
  content: "";
  background: url(../../src/img/top_about_bg.png) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.top_serviceInner{
  position: relative;
}
.top_serviceInnerBox{
  width: 70%;
  margin: 0 auto 3rem;
  position: relative;
}
.cmn_ttl_top_serviceInnerBox{
  color: #DDD8D1;
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: multiply;
}
.top_serviceInnerBoxL{
  width: 100%;
  padding-top: 8.5rem;
  margin-bottom: 2rem;
}
.top_serviceInnerBoxR{
  width: 100%;
  margin-bottom: 4rem;
}
.top_serviceInnerBoxR_ttl{
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  white-space: nowrap;
  margin-bottom: 1rem;
}
.top_serviceInnerBoxR_txt{
  margin-bottom: 0rem;
  font-weight: 300;
}
.top_voice{
  background: url(../../src/img/top_voice_bg.png) 0 0 no-repeat;
  background-size: cover;
  padding: 6rem 0;
}
.top_voiceInner{
  width: 70%;
  margin: 0 auto;
}
.cmn_ttl_top_voice{
  color: #fff;
  text-shadow: 0 3px 6px #00000050;
  line-height: 0.9;
  margin-bottom: 4rem;
  padding-left: 3rem;
}
.top_voiceInnerList{
  display: flex;
  justify-content: space-between;
}
.top_voiceInnerList li{
  width: 18%;
}
.top_voiceInnerList img{
  width: 9.2rem;
  margin: 0 auto 1rem;
  display: block;
}
.top_voiceInnerList div{
  background: #fff;
  border-radius: 10px;
  padding: 1rem 0;
  text-align: center;
  white-space: nowrap;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.4;
}
.top_info{
  background: #fff url(../../src/img/repeat_grid.svg) 0 0 repeat-y;
  background-size: 100%;
  background-blend-mode: multiply;
  position: relative;
  padding: 4rem 0 6rem;
  z-index: 20;
}
.top_info:before{
  content: "";
  background: url(../../src/img/top_about_bg.png) 0 0 repeat-y;
  background-size: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.top_infoInner{
  position: relative;
}
.top_infoInnerBox{
  width: 70%;
  margin: 0 auto 10rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.cmn_ttl_top_infoInnerBox{
  color: #ddd8d1b5;
  mix-blend-mode: multiply;
}
.top_infoInnerBoxL{
  width: 46%;
}
.top_blogList{
  margin-bottom: 3rem;
}
.top_blogList_item{
  margin-bottom: 2rem;
}
.top_blogList_itemLink{
  display: flex;
  border-bottom: 1px solid #000;
  padding-bottom: 1.6rem;
  flex-wrap: wrap;
  align-items: center;
}
.top_blogList_itemLink_date{
  font-size: 1.4rem;
  margin-right: 1rem;
  letter-spacing: 0;
}
.top_blogList_itemLink_cat{
  font-size: 1.4rem;
  margin-right: 1rem;
  padding: 0.4rem 0.4rem 0.2rem;
  border: 1px solid #000;
  line-height: 1;
}
.top_blogList_itemLink_ttl{
  font-weight: 300;
}
.cmn_btnWrap02{
  display: flex;
  justify-content: flex-end;
}
.cmn_btn02{
  width: auto;
  padding-right: 2rem;
}
.top_infoMap{
  width: 70%;
  margin: 0 auto 3rem;
}
.cmn_ttl_top_infoMap{
  text-align: right;
  line-height: 0.5;
}
.top_infoMapBox{
  margin-bottom: 2rem;
  border: 1px solid #707070;
}
.top_infoMapBox iframe{
  width: 100%;
  height: 33rem;
}
.top_infoMap_txt{
  font-weight: 300;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.main_slide {
  height: 64rem;
}
.mainV video {
  width: 120%;
}
.main_slide img{
  position: absolute;
  width: 130%;
  max-width: none!important;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  object-fit: cover;
  margin: auto;
}
.main_box {
  position: absolute;
  right: 0rem;
  left: 0;
  bottom: 0rem;
  top: 0;
  margin: auto;
  width: 66rem;
  height: 38rem;
  z-index: 1;
}
.main_ttl {
  margin-bottom: 2rem;
}
.main_btn {
  display: flex;
  justify-content: space-between;
  width: 44rem;
  margin: 0 auto;
}
.main_ico {
  position: absolute;
  right: 0rem;
  bottom: 6rem;
  width: 22rem;
}
.top_copy {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 4rem;
}
.top_conceptInnerBox {
  width: 80%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 8rem;
}
.cmn_ttl {
  font-size: 10rem;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.cmn_ttl_top_conceptInnerBox {
  color: #fff;
  position: absolute;
  top: 0;
  left: -0.5rem;
}
.top_conceptInnerBoxR {
  width: 47%;
}
.top_conceptInnerBoxL {
  width: 45%;
  padding-top: 7.7rem;
}
.top_aboutInnerBox {
  width: 80%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cmn_ttl_top_aboutInnerBox {
  color: #ddd8d1b5;
  position: absolute;
  bottom: 15rem;
  left: 0;
  mix-blend-mode: multiply;
}
.top_aboutInnerBoxL {
  width: 43%;
  padding-bottom: 6.5rem;


}
.top_aboutInnerBoxR {
  width: 48%;
}
.cmn_ttl_top_planInnerBox {
  color: #fff;
  position: absolute;
  bottom: unset;
  left: unset;
  right: 0;
  top: 2rem;
}
.top_planInnerBox {
  margin: 0 auto 4rem;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  flex-wrap: wrap;
}
.top_planInnerBoxL {
  width: 100%;
  padding-bottom: 2.5rem;
}
.top_planInnerBoxR {
  width: 100%;
}
.cmn_btn {
  width: 15.3rem;
  display: block;
  position: relative;
  border-bottom: 1px solid #000000;
  padding-bottom: 1rem;
  line-height: 1;
}
.top_planBnr {
  width: 80%;
  margin: 5rem auto 0;
  background: #202D43;
  box-shadow: 0 3px 6px #00000070;
  padding: 3rem 10rem;
}
.top_serviceInnerBox {
  width: 80%;
  margin: 0 auto 3rem;
  position: relative;
}
.top_serviceInnerBoxL {
  width: 100%;
  padding-top: 0.5rem;
  margin-bottom: 2rem;
}
.top_voiceInner {
  width: 90%;
  margin: 0 auto;
}
.top_voiceInnerList div {
  background: #fff;
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
  white-space: normal;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.4;
}
.top_voiceInnerList div br{
  display: none;
}
.top_infoInnerBox {
  width: 80%;
  margin: 0 auto 10rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_infoInnerBoxL {
  width: 100%;
  margin-bottom: 3rem;
}
.top_blogList_itemLink_cat {
  font-size: 1.4rem;
  margin-right: 1rem;
  padding: 0.8rem 0.4rem;
  border: 1px solid #000;
  line-height: 1;
}
.top_infoMap {
  width: 80%;
  margin: 0 auto 3rem;
}

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainContent{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.mainV{
  position: relative;
  z-index: 10;
}
.main_slide li{
  display: flex;
  justify-content: center;
  height: 86rem;
}
.main_slide li video {
  width: 380%;
  max-width: unset;
}
.playOverLay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
/*.main_slide{
  height: unset;
}
.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: auto;
}*/
.main_scroll {
  position: absolute;
  bottom: 16rem;
  width: 3%;
  left: 2rem;
  right: 0;
}
.main_scroll div{
  display: block;
  position: relative;
  width: 100%;
}
.main_scroll div:after {
  content: '';
  display: block;
  width: 1px;
  z-index: 10;
  height: 0px;
  background: #FFF;
  position: absolute;
  top: 0vw;
  left: 2rem;

  animation-name:scrollLine;
  animation-duration:1.4s;
  animation-timing-function:ease;
  animation-delay:0.3s;
  animation-direction:alternate;
  animation-fill-mode:forwards;
  animation-play-state:running;
  animation-iteration-count:infinite;
}
@keyframes scrollLine {
 0%,  15% {
 height: 1px;
 opacity: 0;
}
 30% {
 height: 16rem;
 opacity: .8;
}
 80% {
 height: 16rem;
 opacity: .8;
}
 100% {
 height: 16rem;
 opacity: 0;
}
}
.main_box {
  position: absolute;
  right: 0rem;
  left: 0;
  bottom: 0rem;
  top: 0rem;
  margin: auto;
  width: 80%;
  height: fit-content;
}
/*@media screen and (max-width: 599px) and (min-width: 540px) {
.main_box {
  position: absolute;
  right: 0rem;
  left: 0;
  bottom: 0rem;
  top: 0rem;
  margin: auto;
  width: 50%;
  height: fit-content;
}
}*/
.main_ttl{
  margin-bottom: 2rem;
}
.main_btn{
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.main_btn li{
  width: 100%;
  margin-bottom: 1rem;
}
.main_ico{
  position: absolute;
  right: 0rem;
  bottom: 6rem;
  width: 75%;
}
.top_concept{
  background: #DDD8D1 url(../../src/img/sp/repeat_grid.svg) 0 0 repeat-y;
  background-size: 100%;
  background-blend-mode: multiply;
  position: relative;
  margin-top: 0rem;
  padding: 1rem 0;
  z-index: 20;
}
.top_concept:before{
  content: "";
  background: url(../../src/img/sp/top_concept_bg.png) 0 0 repeat-y;
  background-size: 100%;
  mix-blend-mode: screen;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.top_conceptInner{
  position: relative;
}
.top_copy{
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 6rem;
  line-height: 1.4;
  letter-spacing: 0;
}
.top_conceptInnerBox{
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
  flex-direction: column;
  padding: 0 7.5%;
}
.cmn_ttl{
  font-size: 10rem;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.cmn_ttl_top_conceptInnerBox{
  color: #fff;
  position: absolute;
  top: 0;
  left: 0rem;
}
.top_conceptInnerBoxL{
  width: 100%;
  padding-top: 5.7rem;
  margin-bottom: 3rem;
}
.top_conceptInnerBoxR{
  width: 100%;
}
.top_conceptInnerBoxR_ttl{
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  white-space: nowrap;
  margin-bottom: 2rem;
}
.top_conceptInnerBoxR_txt{
  font-size: 1.8rem;
} 
.top_about{
  background: #fff url(../../src/img/sp/repeat_grid.svg) 0 0 repeat-y;
  background-size: 100%;
  background-blend-mode: multiply;
  position: relative;
  padding: 8rem 0 6rem;
  z-index: 20;
}
.top_about:before{
  content: "";
  background: url(../../src/img/sp/top_about_bg.png) 0 0 repeat-y;
  background-size: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.top_aboutInner{
  position: relative;
}
.top_aboutInnerBox{
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 7.5%;
}
.cmn_ttl_top_aboutInnerBox {
  color: #ddd8d1b5;
  position: absolute;
  bottom: unset;
  left: 0;
  mix-blend-mode: multiply;
  top: 30rem;
}
.top_aboutInnerBoxL{
  width: 100%;
  padding-bottom: 2.5rem;
}
.top_aboutInnerBoxR{
  width: 100%;
}
.top_aboutInnerBoxR_ttl{
  font-size: 2.5rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  white-space: nowrap;
  margin-bottom: 1rem;
}

.top_aboutInnerBoxR_ttlSub{
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.6;
}
.top_aboutInnerBoxR_txt{
  margin-bottom: 2rem;
}
.top_aboutInnerBoxR_list{
  display: flex;
  justify-content: center;
}
.top_aboutInnerBoxR_list li{
  width: 14.5rem;
  height: 14.5rem;
  background: #202D43;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:0 2rem;
}
.top_aboutInnerBoxR_list li span{
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
}
.top_plan{
  background: #DDD8D1 url(../../src/img/sp/repeat_grid.svg) 0 0 repeat-y;
  background-size: 100%;
  background-blend-mode: multiply;
  position: relative;
  padding: 6rem 0;
  z-index: 20;
}
.top_plan:before{
  content: "";
  background: url(../../src/img/sp/top_concept_bg.png) 0 0 repeat-y;
  background-size: 100%;
  mix-blend-mode: screen;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.top_planInner{
  position: relative;
}
.cmn_ttl_top_planInnerBox{
  color: #fff;
  position: absolute;
  bottom: unset;
  top: 0;
  left: 0%;
}
.top_planInnerBox{
  margin: 0 auto 4rem;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.top_planInnerBoxL{
  width: 100%;
  padding: 10rem 7.5% 0;
  margin-bottom: 3rem;
}
.top_planInnerBoxL_ttl{
  font-size: 2.5rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  white-space: nowrap;
  margin-bottom: 2rem;
}
.top_planInnerBoxL_ttlSub{
  margin-bottom: 2rem;
  font-size: 2rem;
}
.top_planInnerBoxL_txt{
  margin-bottom: 1rem;
  line-height: 1.6;
  font-size: 1.8rem;
}
.top_planInnerBoxR{
  width: 100%;
}
.top_planInnerBoxRList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_planInnerBoxRList_item{
  width: 100%;
}
.top_planInnerBoxRList_item a{
  
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  pointer-events: auto;
}
.top_planInnerBoxRList_itemContent{
  position: absolute;
}
.top_planInnerBoxRList_itemContent h4{
  text-align: center;
  color: #fff;
  font-size: 2rem;
}
.top_planInnerBoxRList_itemContent p{
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 300;
}
.cmn_btnWrap{
  display: flex;
  justify-content: center;
}
.cmn_btn{
  width: 15.3rem;
  display: block;
  position: relative;
  border-bottom: 1px solid #000000;
  padding-bottom: 1rem;
  line-height: 1;
}
.cmn_btn:before{
  content: ">";
  position: absolute;
  right: 0;
}
.top_planBnr{
  width: 85%;
  margin: 5rem auto 0;
  background: #202D43;
  box-shadow: 0 3px 6px #00000070;
  padding: 3rem 3rem;
}
.top_planBnr_top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  flex-direction: column;
}
.top_planBnr_top p{
  width: 100%;
  font-size: 2.5rem;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.top_planBnr_top a{
  width: 100%;
  color: #fff;
  line-height: 1;
  background: #569E3C;
  padding: 2rem;
  text-align: center;
}
p.top_planBnr_btm{
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.top_service{
  background: #fff url(../../src/img/sp/repeat_grid.svg) 0 0 repeat-y;
  background-size: 100%;
  background-blend-mode: multiply;
  position: relative;
  padding: 6rem 0 2rem;
  z-index: 20;
}
.top_service:before{
  content: "";
  background: url(../../src/img/sp/top_about_bg.png) 0 0 repeat-y;
  background-size: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.top_serviceInner{
  position: relative;
}
.top_serviceInnerBox{
  width: 100%;
  margin: 0 0 3rem;
  position: relative;
}
.cmn_ttl_top_serviceInnerBox{
  color: #DDD8D1;
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: multiply;
}
.top_serviceInnerBoxL{
  width: 100%;
  padding-top: 5.5rem;
  margin-bottom: 2rem;
  padding-right: 2rem;
}
.top_serviceInnerBoxR{
  width: 85%;
  margin:0 auto 4rem;
}
.top_serviceInnerBoxR_ttl{
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  white-space: normal;
  margin-bottom: 1rem;
}
.top_serviceInnerBoxR_txt{
  margin-bottom: 0rem;
  font-weight: 300;
}
.top_voice{
  background: url(../../src/img/sp/top_voice_bg@2x.png) 0 0 no-repeat;
  background-size: cover;
  padding: 6rem 0;
}
.top_voiceInner{
  width: 100%;
  margin: 0 auto;
}
.cmn_ttl_top_voice{
  color: #fff;
  text-shadow: 0 3px 6px #00000050;
  line-height: 0.9;
  margin-bottom: 4rem;
  padding-left: 0rem;
  letter-spacing: 0;
}
/*.top_voiceInnerList{
  display: flex;
  justify-content: space-between;
}
.top_voiceInnerList li{
  width: 18%;
}
.top_voiceInnerList img{
  width: 9.2rem;
  margin: 0 auto 1rem;
  display: block;
}
.top_voiceInnerList div{
  background: #fff;
  border-radius: 10px;
  padding: 1rem 0;
  text-align: center;
  white-space: nowrap;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.4;
}*/
.top_voiceInnerListSP{
  display: flex;
  justify-content: space-between;
}
.top_voiceInnerListSP li{
  width: 18%;
  margin: 0 1rem;
}
.top_voiceInnerListSP img{
  width: 9.2rem;
  margin: 0 auto 1rem;
  display: block;
}
.top_voiceInnerListSP li div{
  background: #fff;
  border-radius: 10px;
  padding: 1rem 0;
  text-align: center;
  white-space: nowrap;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.4;
}
.top_info{
  background: #fff url(../../src/img/sp/repeat_grid.svg) 0 0 repeat-y;
  background-size: 100%;
  background-blend-mode: multiply;
  position: relative;
  padding: 4rem 0 2rem;
  z-index: 20;
}
.top_info:before{
  content: "";
  background: url(../../src/img/sp/top_about_bg.png) 0 0 repeat-y;
  background-size: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.top_infoInner{
  position: relative;
}
.top_infoInnerBox{
  width: 100%;
  margin: 0 auto 2rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0 7.5%;
}
.cmn_ttl_top_infoInnerBox{
  color: #ddd8d1b5;
  mix-blend-mode: multiply;
}
.top_infoInnerBoxL{
  width: 100%;
  margin-bottom: 4rem;
}
.top_blogList{
  margin-bottom: 3rem;
}
.top_blogList_item{
  margin-bottom: 2rem;
}
.top_blogList_itemLink{
  display: flex;
  border-bottom: 1px solid #000;
  padding-bottom: 1.6rem;
  flex-wrap: wrap;
  align-items: center;
}
.top_blogList_itemLink_date{
  font-size: 1.4rem;
  margin-right: 1rem;
  letter-spacing: 0;
}
.top_blogList_itemLink_cat{
  font-size: 1.4rem;
  margin-right: 1rem;
  padding: 0.2rem 0.4rem;
  border: 1px solid #000;
  line-height: 1;
}
.top_blogList_itemLink_ttl{
  font-weight: 300;
  width: 100%;
}
.cmn_btnWrap02{
  display: flex;
  justify-content: flex-end;
}
.cmn_btn02{
  width: auto;
  padding-right: 2rem;
}
.top_infoMap{
  width: 100%;
  margin: 0 auto 3rem;
}
.cmn_ttl_top_infoMap{
  text-align: right;
  line-height: 0.5;
}
.top_infoMapBox{
  margin: 0 7.5% 2rem;
  padding: 0;
}
.top_infoMapBox iframe{
  width: 100%;
  height: 33rem;
}
.top_infoMap_txt{
  font-weight: 300;
  padding: 0 7.5%;
}
.top_infoMap_txt a{
  color: #1FA0FC;
}
.topmapSpace01{
  padding-left: 3.3em;
}
.topmapSpace02{
  padding-left: 2.7em;
}
.topmapSpace03{
  padding-left: 3.8em;
}
.topmapSpace04{
  padding-left: 5.5em;
}
}
/*-----------------------------------------------------------

SERVICE

-------------------------------------------------------------*/
.mainVSub{
  position: relative;
}
.mainSub_ttl{
  position: absolute;
  left: 10rem;
  top: 20.5rem;
  font-size: 6.5rem;
  line-height: 1;
  color: #fff;
}
.cmnBgWHite{
  background: #fff url(../../src/img/repeat_grid.svg) 0 0 repeat-y;
  background-size: 100%;
  background-blend-mode: multiply;
  position: relative;
  z-index: 20;
}
.cmnBgWHite:before{
  content: "";
  background: url(../../src/img/top_about_bg.png) 0 0 repeat-y;
  background-size: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cmnBgWHite.cmnBgWHiteRep:before{
  background: url(../../src/img/repeat_white_bg.png) 0 0 repeat-y;
  background-size: 100%;
}
.service_point{
  padding: 0.2rem 0 0rem;
}
.punkuz{
  width: 85%;
  margin: 1rem auto 2rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.punkuz li{
  margin-right: 1rem;
  letter-spacing: 0;
  font-size: 1.4rem;
  font-weight: 300;
}
.punkuz li br{
  display: none;
}
.service_pointInner{
  position: relative;
  padding: 6rem 0 0;
}
.cmnSub_ttl{
  display: flex;
  justify-content:center;
  align-items: center;
  margin-bottom: 4rem;
  height: 6rem;
}
.cmnSub_ttl_en{
  color: #DDD8D1;
  font-size: 15rem;
  position: absolute;
  line-height: 1;
  padding-top: 0.5rem;
  mix-blend-mode: multiply;
}
.cmnSub_ttl_jp{
  font-size: 2.5rem;
  position: absolute;
  line-height: 1;
}
.service_pointInner_txt{
  text-align: center;
}
.service_pointList{
  width: 80%;
  margin: 6rem auto 16rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}
.service_pointList_item{
  width: 30%;
  position: relative;
}
.service_pointList_itemNum{
  position: absolute;
  left: 2rem;
  top: -1rem;
  font-size: 5rem;
  z-index: 1;
  text-shadow    : 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff; 
}
.service_pointList_itemBox{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 29.3rem;
}
.service_pointList_itemBox_img{
  position: absolute;
  top: 0;
  width: 22.7rem;
  height: 22.7rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.service_pointList_itemBox_txt{
  position: absolute;
  top: 0;
  width: 29.3rem;
  height: 29.3rem;
  top: 0;
  bottom: 0;
  margin: auto;
  mix-blend-mode: multiply;
  animation:26s linear infinite circle;
}
@keyframes circle{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
.service_pointList_itemTtl{
  text-align: center;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  line-height: 1.4;
}
.service_pointList_itemTxt{
  padding: 0 4rem;
}
.service_simNav{
  width: 90%;
  margin: 6rem auto 3rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.service_simNav .slick-track{
  display: flex!important;
  justify-content: center;
  flex-wrap: wrap;
  transform: unset!important;
}
.service_simNav_item{
  padding-right: 2rem;
  margin-right:2rem;
  border-right: 1px solid #707070;
  line-height: 1;
  margin-bottom: 2rem;
  letter-spacing: 0;
  width: unset!important;

}
.service_simNav_itemNoB{
  border-right: none;
}
.service_simNav_itemWrap{
  display: flex;
  align-items: center;
  border-bottom: 3px solid #00000000;
  cursor: pointer;
  padding-bottom: 0.6rem;
}
.service_simNav_itemWrap:hover{
  color: #ADADAD;
}
.service_simNav_item.slick-current .service_simNav_itemWrap{
  border-bottom: 3px solid #202D43;
  font-weight: bold;
  color: #ADADAD;
  padding-bottom: 0.6rem;
}
.service_simNav_itemNum {
  font-size: 2.5rem;
  padding-top: 0.4rem;
  line-height: 0.7;
}
.service_simNav_itemTxt{
  font-size: 2rem;
}
.service_simSlide{
  position: relative;
  padding-left: 23rem;
  z-index: 2;
}
.service_simSlide_item{
  
}
.service_simSlide_itemWrap{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 2;
}
.service_simSlide_itemL{
  width: 45%;
  padding-right: 5rem;
}
.service_simSlide_itemL h3{
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #000;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.service_simSlide_itemL h3 span{
  font-size: 3rem;
  line-height: 1.5;
}
.service_simSlide_itemL h3 span + span{
  font-size: 2.5rem;
  line-height: 1.6;
}
.service_simSlide_itemR{
  width: 55%;
  position: relative;
  z-index: 2;
}
.service_simSlide_itemRNum{
  position: absolute;
  right: 11rem;
  bottom: 0;
  font-size: 10rem;
  line-height: 0.6;
  color: #fff;
}
.service_simSlide_itemRSlide{
  display: flex;
}
.service_simSlide_itemR li{
  margin-right: 0;
  width: 100%;
}
.service_simSlide_itemR .slick-list {
  padding: 0 12% 0 0!important;
}
.service_simWrap{
  position: relative;
  padding-bottom: 3rem;
}
.service_simWrap:before{
  content: "";
  background: #DDD8D1 url(../../src/img/repeat_grid.svg) 0 0 repeat-y;
  background-size: 100%;
  background-blend-mode: multiply;
  position: absolute;
  width: 100%;
  height: 37rem;
  bottom: 0;
  left: 0;
}
.service_simWrap:after{
  content: "";
  background: url(../../src/img/top_concept_bg.png) 0 0 no-repeat;
  background-size: cover;
  mix-blend-mode: screen;
  position: absolute;
  width: 100%;
  height: 37rem;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.service_simSlide .slick-prev {
    left: 72rem;
    width: 4rem;
    height: 4rem;
}
.service_simSlide .slick-prev:before {
    content: '';
    width: 4rem;
    height: 4rem;
    display: block;
    background: url(../../src/img/slick_prev.svg) 0 0 no-repeat;
     background-size: 100% 100%;
}
.service_simSlide .slick-next {
   right: 9rem;
   width: 4rem;
    height: 4rem;
}
.service_simSlide .slick-next:before {
    content: '';
    width: 4rem;
    height: 4rem;
    display: block;
    background: url(../../src/img/slick_next.svg) 0 0 no-repeat;
    background-size: 100% 100%;
}
.service_simSlide .slick-next:hover,.service_simSlide .slick-prev:hover{
  opacity: 0.6;
}
.service_bnr{
  padding: 8rem 0;

}

.service_bnrBox {
  width: 55%;
  margin: 0rem auto 0;
  background: #202D43;
  box-shadow: 0 3px 6px #00000070;
  padding: 2rem 10rem;
  position: relative;
  z-index: 1;
}
.service_bnrBoxTop{
  margin-bottom: 1rem;
}
.service_bnrBoxTop p{
  display: inline;
  font-size: 4.1rem;
  color: #fff;
  line-height: 1.4em;
}
.service_bnrBoxTop a {
  display: inline-block;
  color: #fff;
  line-height: 1;
  background: #569E3C;
  padding: 1.3rem 2rem;
  text-align: center;
  position: relative;
  top: -1rem;
  z-index: 1;
}
.service_bnrBoxBtm{
  color: #fff;
  font-size: 1.4rem;
}
.service_bnr_ico{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.mainSub_ttl {
  position: absolute;
  left: 7rem;
  top: 13.5rem;
  font-size: 6.5rem;
  line-height: 1;
  color: #fff;
}
.cmnSub_ttl_en {
  color: #DDD8D1;
  font-size: 13rem;
  position: absolute;
  line-height: 1;
  padding-top: 0.5rem;
  mix-blend-mode: multiply;
}
.service_pointInner_txt {
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
.service_pointList {
  width: 90%;
  margin: 2rem auto 10rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.service_pointList_itemNum {
  position: absolute;
  left: 2rem;
  top: 2rem;
  font-size: 5rem;
  z-index: 1;
}
.service_pointList_itemBox_img {
  position: absolute;
  top: 0;
  width: 18.7rem;
  height: 18.7rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.service_pointList_itemBox_txt {
  position: absolute;
  top: 0;
  width: 24.3rem;
  height: 24.3rem;
  top: 0;
  bottom: 0;
  margin: auto;
  mix-blend-mode: multiply;
  animation: 26s linear infinite circle;
}
.service_pointList_itemTxt {
  padding: 0 0rem;
}
.service_simNav_item {
  padding-right: 2rem;
  margin-right: 2rem;
  border-right: 1px solid #707070;
  line-height: 1;
  margin-bottom: 2rem;
  letter-spacing: 0;
  width: unset!important;
}
.service_simSlide {
  position: relative;
  padding-left: 7rem;
  z-index: 2;
}
.service_simSlide_itemL {
  width: 56%;
  padding-right: 5rem;
}
.service_simSlide_itemR {
  width: 42%;
  position: relative;
  z-index: 2;
}
.service_simWrap:before {
  content: "";
  background: #DDD8D1 url(../../src/img/repeat_grid.svg) 0 0 repeat-y;
  background-size: 100%;
  background-blend-mode: multiply;
  position: absolute;
  width: 100%;
  height: 27rem;
  bottom: 0;
  left: 0;
}
.service_simSlide_itemRNum {
  position: absolute;
  right: 6rem;
  bottom: 0;
  font-size: 8rem;
  line-height: 0.6;
}
.service_simSlide .slick-prev {
  left: 53rem;
  width: 4rem;
  height: 4rem;
}
.service_simSlide .slick-next {
  right: 4rem;
  width: 4rem;
  height: 4rem;
}
.service_bnrBox {
  width: 85%;
  margin: 0rem auto 0;
  background: #202D43;
  box-shadow: 0 3px 6px #00000070;
  padding: 2rem 10rem;
  position: relative;
  z-index: 1;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainVSub{
  position: relative;
}
.mainSub_ttl{
  position: absolute;
  left: 4rem;
  top: 20.5rem;
  font-size: 6.5rem;
  line-height: 1;
  color: #fff;
}
.cmnBgWHite{
  background: #fff url(../../src/img/sp/repeat_grid.svg) 0 0 repeat-y;
  background-size: 100%;
  background-blend-mode: multiply;
  position: relative;
  z-index: 20;
}
.cmnBgWHite:before{
  content: "";
  background: url(../../src/img/sp/top_about_bg.png) 0 0 repeat-y;
  background-size: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cmnBgWHite.cmnBgWHiteRep:before{
  background: url(../../src/img/repeat_white_bg.png) 0 0 repeat-y;
  background-size: 100%;
}
.service_point{
  padding: 0.2rem 0 0rem;
}
.punkuz{
  width: 85%;
  margin: 1rem auto 2rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.punkuz li{
  margin-right: 1rem;
  letter-spacing: 0;
  font-size: 1.4rem;
  font-weight: 300;
}
.punkuz li br{
  display: none;
}
.service_pointInner{
  position: relative;
  padding: 6rem 0 0;
}
.cmnSub_ttl{
  display: flex;
  justify-content:center;
  align-items: center;
  margin-bottom: 6rem;
  height: fit-content;
}
.cmnSub_ttl_en{
  color: #DDD8D1;
  font-size: 10rem;
  position: absolute;
  line-height: 1;
  padding-top: 0.5rem;
  mix-blend-mode: multiply;
}
.cmnSub_ttl_jp{
  font-size: 2.5rem;
  position: absolute;
  line-height: 1;
}
.service_pointInner_txt{
  text-align: center;
  font-size: 1.8rem;
}
.service_pointList{
  width: 80%;
  margin: 6rem auto 10rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.service_pointList .slick-prev {
    left: -2rem;
    width: 4rem;
    height: 4rem;
}
.service_pointList .slick-prev:before {
    content: '';
    width: 4rem;
    height: 4rem;
    display: block;
    background: url(../../src/img/sp/slick_prev_point.svg) 0 0 no-repeat;
     background-size: 100% 100%;
}
.service_pointList .slick-next {
   right: -2rem;
   width: 4rem;
  height: 4rem;
}
.service_pointList .slick-next:before {
    content: '';
    width: 4rem;
    height: 4rem;
    display: block;
    background: url(../../src/img/sp/slick_next_point.svg) 0 0 no-repeat;
    background-size: 100% 100%;
}
.service_pointList .slick-next:hover,.service_pointList .slick-prev:hover{
  opacity: 0.6;
}
.service_pointList_item{
  width: 30%;
  position: relative;
}
.service_pointList_itemNum{
  position: absolute;
  left: 4rem;
  top: -1rem;
  font-size: 5rem;
  z-index: 1;
}
.service_pointList_itemBox{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 29.3rem;
  margin-bottom: 1rem;
}
.service_pointList_itemBox_img{
  position: absolute;
  top: 0;
  width: 22.7rem;
  height: 22.7rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.service_pointList_itemBox_txt{
  position: absolute;
  top: 0;
  width: 29.3rem;
  height: 29.3rem;
  top: 0;
  bottom: 0;
  margin: auto;
  mix-blend-mode: multiply;
  animation:26s linear infinite circle;

  animation-name:circle;
  animation-duration:26s;
  animation-timing-function:linear;
  animation-delay:0.1s;

}
@keyframes circle{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
.service_pointList_itemTtl{
  text-align: center;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  line-height: 1.4;
}
.service_pointList_itemTxt{
  padding: 0 3rem;
  font-size: 1.8rem;
}
/*.service_simNav{
  width: 90%;
  margin: 8rem auto 3rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.service_simNav_item{
  padding-right: 2rem;
  margin-right:2rem;
  border-right: 1px solid #707070;
  line-height: 1;
  margin-bottom: 2rem;
  letter-spacing: 0;
}
.service_simNav_itemNoB{
  border-right: none;
}
.service_simNav_itemWrap{
  display: flex;
  align-items: center;
  border-bottom: 3px solid #00000000;
  cursor: pointer;
}
.service_simNav_itemWrap:hover{
  color: #ADADAD;
}
.service_simNav_item.selected .service_simNav_itemWrap{
  border-bottom: 3px solid #202D43;
  font-weight: bold;
  color: #ADADAD;
}
.service_simNav_itemNum{
  font-size: 2.5rem;
  padding-top: 0.4rem;
}
.service_simNav_itemTxt{
  font-size: 2rem;
}
.service_simSlide{
  position: relative;
  padding-left: 23rem;
}
.service_simSlide_item{
  
}
.service_simSlide_itemWrap{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 2;
}
.service_simSlide_itemL{
  width: 45%;
  padding-right: 5rem;
}
.service_simSlide_itemL h3{
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #000;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.service_simSlide_itemL h3 span{
  font-size: 3rem;
  line-height: 1.5;
}
.service_simSlide_itemL h3 span + span{
  font-size: 2.5rem;
  line-height: 1.6;
}
.service_simSlide_itemR{
  width: 55%;
  position: relative;
  z-index: 2;
}
.service_simSlide_itemRNum{
  position: absolute;
  right: 15%;
  bottom: 0;
  font-size: 10rem;
  line-height: 0.6;
}
.service_simSlide_itemR li{
  margin-right: 1rem;
}
.service_simSlide_itemR .slick-list {
  padding: 0 12% 0 0!important;
}
.service_simWrap{
  position: relative;
  padding-bottom: 3rem;
}
.service_simWrap:before{
  content: "";
  background: #DDD8D1 url(../../src/img/sp/repeat_grid.svg) 0 0 repeat-y;
  background-size: 100%;
  background-blend-mode: multiply;
  position: absolute;
  width: 100%;
  height: 37rem;
  bottom: 0;
  left: 0;
}
.service_simWrap:after{
  content: "";
  background: url(../../src/img/top_concept_bg.png) 0 0 no-repeat;
  background-size: cover;
  mix-blend-mode: screen;
  position: absolute;
  width: 100%;
  height: 37rem;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.service_simSlide_itemRSlide .slick-prev {
    left: -2rem;
}
.service_simSlide_itemRSlide .slick-prev:before {
    content: '';
    width: 4rem;
    height: 4rem;
    display: block;
    background: url(../../src/img/slick_prev.svg) 0 0 no-repeat;
     background-size: 100% 100%;
}
.service_simSlide_itemRSlide .slick-next {
   right: 6.5rem;
}
.service_simSlide_itemRSlide .slick-next:before {
    content: '';
    width: 4rem;
    height: 4rem;
    display: block;
    background: url(../../src/img/slick_next.svg) 0 0 no-repeat;
    background-size: 100% 100%;
}
.service_simSlide_itemRSlide .slick-next:hover,.service_simSlide_itemRSlide .slick-prev:hover{
  opacity: 0.6;
}*/


.service_simWrapSP{
  position: relative;
}
.service_simWrapSP_List{
  width: 85%;
  margin: 0 auto;
}
.service_simWrapSP_List_item{

}
.service_simWrapSP_List_itemTtl{
  display: flex;
  background: url(../../src/img/sp/service_ac_off.svg) right center no-repeat;
  padding: 2.4rem 0 2rem;
  background-size: 3.3rem;
  border-bottom: 1px solid #707070;
}
.service_simWrapSP_List_itemTtl span{
  font-size: 2.5rem;
  line-height: 1.4;
  margin-right: 0.6rem;
}
.service_simWrapSP_List_itemTtl span + span{
  font-size: 1.9rem;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 300;
}
.service_simWrapSP_List_itemTtl.on{
  display: flex;
  background: url(../../src/img/sp/service_ac_on.svg) right center no-repeat;
  padding: 2.4rem 0 2rem;
  background-size: 3.3rem;
  border-bottom: 1px solid #707070;
}
.service_simWrapSP_List_itemTtl.on span{
  font-weight: bold;
  color: #ADADAD;
}
.service_simWrapSP_List_itemBox{
  position: relative;
  background: #DDD8D1;
  padding: 2rem;
  display: none;
}
.service_simWrapSP_List_itemBox:after{
  content: "";
  background: url(../../src/img/sp/service_sim_bg.png) 0 0 repeat-y;
  background-size: 100%;
  background-blend-mode: screen;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
.service_simWrapSP_List_itemBox_imgWrap{
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
}
.service_simWrapSP_List_itemBox_imgNum{
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 7.6rem;
  line-height: 0.6;
  letter-spacing: 0;
  color: #fff;
}
.service_simWrapSP_List_itemBoxTtl{
  position: relative;
  z-index: 1;
  display: flex;
  border-bottom: 1px solid #707070;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.service_simWrapSP_List_itemBoxTtl span{
  font-size: 3rem;
  line-height: 1.4;
  white-space: nowrap;
  margin-right: 0.5rem;
}
.service_simWrapSP_List_itemBoxTtl span + span{
  font-size: 2.5rem;
  line-height: 1.6;
  letter-spacing: 0;
  white-space: normal;
}
.service_simWrapSP_List_itemBoxTxt{
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
}


.service_bnr{
  padding: 8rem 0;

}
.service_bnrBox {
  width: 85%;
  margin: 0rem auto 0;
  background: #202D43;
  box-shadow: 0 3px 6px #00000070;
  padding: 3rem 3rem 4rem;
  position: relative;
  z-index: 1;
}
.service_bnrBoxTop{
  margin-bottom: 1rem;
}
.service_bnrBoxTop p{
  display: inline;
  font-size: 3.2rem;
  color: #fff;
  line-height: 1.2em;
  letter-spacing: 0.15em;
}
.service_bnrBoxTop a {
  display: inline-block;
  color: #fff;
  line-height: 1;
  background: #569E3C;
  padding: 1.3rem 2rem;
  text-align: center;
  position: relative;
  top: -1rem;
  z-index: 1;
  display: none;
}
.service_bnrBoxBtm{
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.service_bnrBoxLink a{
  display: block;
  color: #fff;
  line-height: 1;
  background: #569E3C;
  padding: 2rem 2rem;
  text-align: center;
  position: relative;
  top: 0rem;
  z-index: 1;
}
.service_bnr_ico{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
}
}
/*-----------------------------------------------------------

PLAN

-------------------------------------------------------------*/
.plan_info{
  padding: 0.2rem 0 0rem;
}
.plan_infoInner{
  position: relative;
  padding: 6rem 0 0;
}
.plan_infoInnerList{
  width: 75%;
  margin: 8rem auto 0;
  display: flex;
  justify-content: space-between;
}
.plan_infoInnerList_item{
  width: 32.5%;
}
.plan_infoInnerList_itemTop{
  padding: 2rem;
  height: 21.8rem;
}
.plan_infoInnerList_itemTop01{
  background: url(../../src/img/plan_img01.png) center center no-repeat;
  background-size: cover;
}
.plan_infoInnerList_itemTop02{
  background: url(../../src/img/plan_img02.png) center center no-repeat;
  background-size: cover;
}
.plan_infoInnerList_itemTop03{
  background: url(../../src/img/plan_img03.png) center center no-repeat;
  background-size: cover;
}
.plan_infoInnerList_itemTop_ttl{
  text-align: center;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.plan_infoInnerList_itemTop_price{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #fff;
  margin-bottom: 2rem;
}
.plan_infoInnerList_itemTop_priceS{
  line-height: 1;
  margin-right: 0.2rem;
  font-weight: 600;
}
.plan_infoInnerList_itemTop_priceL{
  font-size: 6.5rem;
  line-height: 0.6;
}
.plan_infoInnerList_itemTop_priceM{
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
}
.plan_infoInnerList_itemTop_txt{
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.plan_infoInnerList_itemBtm{
  border: 1px solid #020202;
  padding: 2rem;
  background: #fff;
}
.plan_infoInnerList_itemBtm_item{
  border-bottom: 1px dotted #020202;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.plan_infoInnerList_itemBtm_item:last-child{
  border-bottom: none;
  padding-bottom: 0rem;
  margin-bottom: 0rem;
}
.plan_infoInnerList_itemBtm_itemTtl{
  display: inline-block;
  line-height: 1;
  background: #DDD8D1;
  padding: 0.2rem 0 0rem;
}
.plan_infoInnerList_itemBtm_itemTxt{
  font-size: 2rem;
  line-height: 1.4;
}
.plan_infoInnerList_itemBtm_itemBox{
  display: flex;
  justify-content: space-between;
}
.plan_infoInnerList_itemBtm_itemL{
  width: 50%;
}
.plan_infoInnerList_itemBtm_itemR{
  width: 50%;
  border-left: 1px dotted #020202;
}
.plan_infoInnerList_itemBtm_itemBox_ttl{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
}
_::-webkit-full-page-media, _:future, :root .plan_infoInnerList_itemBtm_itemBox_ttl{
    white-space: nowrap;
}
.plan_infoInnerList_itemBtm_itemBox_ttl img{
  width: 2.3rem;
  margin-right: 0.6rem;
}
.plan_infoInnerList_itemBtm_itemBox_txt{
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
}
.plan_infoInnerList_itemBtm_itemL02{
  width: 100%;
}
.plan_infoInnerList_itemBtm_itemL02 .plan_infoInnerList_itemBtm_itemBox_ttl{
  justify-content: flex-start;
}
.plan_infoInnerList_itemBtm_itemL02 .plan_infoInnerList_itemBtm_itemBox_txt{
  text-align: left;
}
.plan_infoInnerList_note{
  width: 75%;
  margin: 1rem auto;
  line-height: 1.4;
}
.plan_bnr{
  padding: 3rem 0;
  margin-bottom: 5rem;
}
.plan_bnrBox {
  width: 55%;
  margin: 0rem auto 0;
  background: #020202;
  position: relative;
  z-index: 1;
}
.plan_bnrBox_ttl{
  background: #569E3C;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  padding: 1rem 0;
}
.plan_bnrBox_ttl span{
  position: relative;
  padding: 0 3rem;
}
.plan_bnrBox_ttl span:before{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 2.5rem;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left:0;
}
.plan_bnrBox_ttl span:after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 2.5rem;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right:0;
}
.plan_bnrBox_inner{
  padding: 2rem 10rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.plan_bnrBox_innerL{
  width: 50%;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAICAYAAAA4GpVBAAAAAXNSR0IArs4c6QAAABJJREFUGFdjCJtn858BDWARAwB2qARfbofh9QAAAABJRU5ErkJggg==) right 0 repeat-y;
  background-size: 1px;
}
.plan_bnrBox_innerL_txt01{
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.plan_bnrBox_innerL_txt02{
  font-size: 5.4rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.plan_bnrBox_innerL_txt03{
  font-size: 2.4rem;
  line-height: 1;
}
.plan_bnrBox_innerR{
  width: 50%;
  padding-left: 4rem;
}
.plan_bnrBox_innerR_txt01{
  line-height: 1.6;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.plan_bnrBox_innerR_btn{
  display: block;
  color: #fff;
  line-height: 1;
  background: #569E3C;
  padding: 1.3rem 2rem;
  text-align: center;
}
.plan_ticket{
  width: 75%;
  margin: 1rem auto;
}
.plan_ticket h2{
  border-left: 4px solid #020202;
  padding-left: 1rem;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 2rem;
}
.plan_ticket p{
  font-weight: 300;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.plan_infoInnerList {
  width: 100%;
  margin: 4rem auto 2rem;
  display: flex;
  justify-content: space-between;
}
.plan_infoInnerList_item {
  width: 32.5%;
  margin: 0 2rem;
}
.plan_infoInnerList_itemTop_txt {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}
.plan_infoInnerList_itemTop {
  padding: 2rem;
  height: 20.8rem;
}
.plan_bnrBox {
  width: 85%;
  margin: 0rem auto 0;
  background: #020202;
  position: relative;
  z-index: 1;
}
.plan_ticket {
  width: 80%;
  margin: 1rem auto;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.plan_info{
  padding: 0.2rem 0 0rem;
}
.plan_infoInner{
  position: relative;
  padding: 6rem 0 0;
}
.plan_infoInnerList{
  width: 100%;
  margin: 8rem auto 2rem;
  display: flex;
  justify-content: space-between;
}
.plan_infoInnerList_item{
  width: 32.5%;
  margin: 0 1rem;
}
.plan_infoInnerList_itemTop{
  padding: 2rem;
  height: 21.8rem;
}
.plan_infoInnerList_itemTop01{
  background: url(../../src/img/plan_img01.png) center center no-repeat;
  background-size: cover;
}
.plan_infoInnerList_itemTop02{
  background: url(../../src/img/plan_img02.png) center center no-repeat;
  background-size: cover;
}
.plan_infoInnerList_itemTop03{
  background: url(../../src/img/plan_img03.png) center center no-repeat;
  background-size: cover;
}
.plan_infoInnerList_itemTop_ttl{
  text-align: center;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.plan_infoInnerList_itemTop_price{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #fff;
  margin-bottom: 2rem;
}
.plan_infoInnerList_itemTop_priceS{
  line-height: 1;
  margin-right: 0.2rem;
  font-weight: 600;
}
.plan_infoInnerList_itemTop_priceL{
  font-size: 6.5rem;
  line-height: 0.6;
}
.plan_infoInnerList_itemTop_priceM{
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
}
.plan_infoInnerList_itemTop_txt{
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.plan_infoInnerList_itemBtm{
  border: 1px solid #020202;
  padding: 2rem;
  background: #fff;
}
.plan_infoInnerList_itemBtm_item{
  border-bottom: 1px dotted #020202;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.plan_infoInnerList_itemBtm_item:last-child{
  border-bottom: none;
  padding-bottom: 0rem;
  margin-bottom: 0rem;
}
.plan_infoInnerList_itemBtm_itemTtl{
  display: inline-block;
  line-height: 1;
  background: #DDD8D1;
  padding: 0.3rem 0.2rem 0.1rem;
}
.plan_infoInnerList_itemBtm_itemTxt{
  font-size: 2rem;
  line-height: 1.4;
}
.plan_infoInnerList_itemBtm_itemBox{
  display: flex;
  justify-content: space-between;
}
.plan_infoInnerList_itemBtm_itemL{
  width: 50%;
}
.plan_infoInnerList_itemBtm_itemR{
  width: 50%;
  border-left: 1px dotted #020202;
}
.plan_infoInnerList_itemBtm_itemBox_ttl{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
}
.plan_infoInnerList_itemBtm_itemBox_ttl img{
  width: 2.3rem;
  margin-right: 0.6rem;
}
.plan_infoInnerList_itemBtm_itemBox_txt{
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
}
.plan_infoInnerList_itemBtm_itemL02{
  width: 100%;
}
.plan_infoInnerList_itemBtm_itemL02 .plan_infoInnerList_itemBtm_itemBox_ttl{
  justify-content: flex-start;
}
.plan_infoInnerList_itemBtm_itemL02 .plan_infoInnerList_itemBtm_itemBox_txt{
  text-align: left;
}
.plan_infoInnerList_note{
  width: 75%;
  margin: 1rem auto;
  line-height: 1.6;
  font-size: 1.3rem;
  white-space: nowrap;
}
.plan_infoInnerList_note span{
  padding-left: 1em;
  display: inline-block;
}
.plan_bnr{
  padding: 3rem 0;
  margin-bottom: 5rem;
}
.plan_bnrBox {
  width: 85%;
  margin: 0rem auto 0;
  background: #020202;
  position: relative;
  z-index: 1;
  box-shadow: 0 3px 6px #00000070;
}
.plan_bnrBox_ttl{
  background: #569E3C;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  padding: 1rem 0;
}
.plan_bnrBox_ttl span{
  position: relative;
  padding: 0 3rem;
  display: inline-block;
  text-align: center;
  line-height: 1.5;
}
.plan_bnrBox_ttl span:before{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 5rem;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  left:-2rem;
}
.plan_bnrBox_ttl span:after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 5rem;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  right:-2rem;
}
.plan_bnrBox_inner{
  padding: 3rem 3rem 4rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.plan_bnrBox_innerL{
  width: 100%;
  border-bottom: none;
  border-right: none;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABCAYAAADjAO9DAAAAAXNSR0IArs4c6QAAABZJREFUGFdjDJtn839V0hFGBihA5wMApboIAkCUWnwAAAAASUVORK5CYII=) 0 bottom repeat-x;
  
}
.plan_bnrBox_innerL_txt01{
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 1rem;
  text-align: center;
}
.plan_bnrBox_innerL_txt02{
  font-size: 4.5rem;
  line-height: 1;
  margin-bottom: 1rem;
  text-align: center;
}
.plan_bnrBox_innerL_txt03{
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}
.plan_bnrBox_innerR{
  width: 100%;
  padding-left: 0rem;
}
.plan_bnrBox_innerR_txt01{
  line-height: 1.6;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  text-align: center;
  margin-bottom: 2rem;
}
.plan_bnrBox_innerR_btn{
  display: block;
  color: #fff;
  line-height: 1;
  background: #569E3C;
  padding: 2rem 2rem;
  text-align: center;
}
.plan_ticket{
  width: 85%;
  margin: 1rem auto;
}
.plan_ticket h2{
  border-left: 4px solid #020202;
  padding-left: 1rem;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.plan_ticket p{
  font-weight: 300;
  letter-spacing: 0.05em;
}
}
/*-----------------------------------------------------------

FLOW

-------------------------------------------------------------*/
.flowBox{
  padding: 0.2rem 0 0rem;
}
.flowBoxInner{
  position: relative;
  padding: 6rem 0 0;
  width: 75%;
  margin: 8rem auto 0;
}
.flowBoxInner_list{
  margin: 10rem 0 -8rem;
}
.flowBoxInner_listItem{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  
}
.flowBoxInner_listItemL{
  width: 10%;
  padding-bottom: 20rem;
}
.flowBoxInner_listItemR{
  width: 88%;
}
.flowBoxInner_listItemR_ttl{
  font-size: 3.5rem;
  margin-bottom: 2rem;
  line-height: 1;
}
.flowBoxInner_listItemR_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flowBoxInner_listItemR_boxL{
  width: 14.8rem;
}
.flowBoxInner_listItemR_boxR{
  width: 80%;
}
.flowBoxInner_listItemR_boxR h4{
  font-size: 2rem;
}
.wave01{
  position: relative;
  text-align: right;
}
.wave01 img{
  width: 3rem;
}

.wave01 svg path {
  fill: none;
  stroke: #A8A8A8;
  stroke-linejoin: round;
}
.wave01 svg {
  fill: #A8A8A8;
  position: absolute;
  top: 3rem;
  right: 2rem;
  height: 86%;
  opacity: 0;
}
.wave02{
  position: relative;
  text-align: right;
}
.wave02 img{
  width: 3rem;
}
.wave02 svg path {
  fill: none;
  stroke: #A8A8A8;
  stroke-linejoin: round;
}
.wave02 svg {
  fill: #A8A8A8;
  position: absolute;
  top: 3rem;
  right: -2rem;
  height: 84%;
  opacity: 0;
}
.line_animation{
  animation: line_animation 5.5s both;
  stroke-linejoin: round;
  stroke-dasharray: 30rem;
  stroke-dashoffset: 30rem;
}
@keyframes line_animation {
  0% {
    stroke-dashoffset: 30rem;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0px;
    opacity: 0;
  }
}
_::-webkit-full-page-media, _:future, :root .line_animation path{
  fill: none;
  stroke-width: 2;
  stroke-dasharray: 300;
  stroke-dataoffset: 300;
  animation: cloud 5.5s both;
}
@keyframes cloud {
  from {
    stroke-dashoffset: 300;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.flow_ball02Wrap{
  position: absolute;
  top: 50%;
  left: 45%;
  z-index: 1;
}
.flow_ball02Wrap02{
  position: absolute;
  top: 50%;
  right: -32%;
  z-index: 1;
}
.flow_ball02Wrap img{
  opacity: 0;
}
.flow_ball02Wrap02 img{
  opacity: 0;
}
img.flow_ball03{
  width: 6rem;
  top: -4rem;
  position: relative;
}
.delayFade img{
  opacity: 0;
}
.fadeDown {
animation-name:fadeDownAnime;
animation-duration:4s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeDownAnime{
  0% {
    opacity: 0;
    transform: translateY(-6rem) rotate(90deg);
  }
  50% {
    transform: translateY(0) rotate(360deg);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(0) rotate(360deg);
  }
}
.fadeIn {
animation-name:fadeInAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeInAnime{
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.flowBoxInner {
  position: relative;
  padding: 6rem 0 0;
  width: 100%;
  margin: 6rem auto 0;
}
.flowBoxInner_listItemR_boxR {
  width: 80%;
  padding-right: 10rem;
}
.flow_ball02Wrap02 {
  position: absolute;
  top: 50%;
  right: -36%;
  z-index: 1;
}
.flow_ball02Wrap {
  position: absolute;
  top: 50%;
  left: 38%;
  z-index: 1;
}
.line_animation path{
  fill: none;
  stroke: black;
  stroke-width: 2;
  stroke-dasharray: 300;
  stroke-dataoffset: 300;
  animation: cloud 5.5s both;
}
@keyframes cloud {
  from {
    stroke-dashoffset: 300;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.fadeIn {
animation-name:fadeInAnime;
animation-duration:4s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeInAnime{
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainSub_ttlFlow{
  top: 17rem;
}
.flowBox{
  padding: 0.2rem 0 0rem;
}
.flowBoxInner{
  position: relative;
  padding: 4rem 0 0;
  width: 95%;
  margin: 8rem auto 0;
}
.cmnSub_ttlFlow{
  text-align: center;
}
.cmnSub_ttlFlow .cmnSub_ttl_en{
  letter-spacing: -0.03em;
  line-height: 0.8;
}
.flowBoxInner_list{
  margin: 10rem 0 -8rem;
}
.flowBoxInner_listItem{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  height: 26rem;
}
.flowBoxInner_listItemL{
  width: 9%;
  padding-bottom: 0rem;
}
.flowBoxInner_listItemR{
  width: 90%;
}
.flowBoxInner_listItemR_ttl{
  font-size: 3.5rem;
  margin-bottom: 0rem;
  line-height: 1;
}
.flowBoxInner_listItemR_box{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flowBoxInner_listItemR_boxL{
  width: 24%;
}
.flowBoxInner_listItemR_boxR{
  width: 71%;
  padding-right: 2rem;
}
.flowBoxInner_listItemR_boxR h4{
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin-top: -1rem;
}
h4.flow2TTl{
  margin-top: -3rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.wave01{
  position: relative;
  text-align: right;
}
.wave01 img{
  width: 2.2rem;
  position: relative;
  top: -0.5rem;
}

.wave01 svg path {
  fill: none;
  stroke: #A8A8A8;
  stroke-linejoin: round;
}
.wave01 svg {
  fill: #A8A8A8;
  position: absolute;
  top: 3rem;
  right: 1rem;
  height: 88%;
  opacity: 0;
}
.wave02{
  position: relative;
  text-align: right;
}
.wave02 img{
  width: 2.2rem;
  position: relative;
  top: -0.5rem;
}
.wave02 svg path {
  fill: none;
  stroke: #A8A8A8;
  stroke-linejoin: round;
}
.wave02 svg {
  fill: #A8A8A8;
  position: absolute;
  top: 3rem;
  right: -1rem;
  height: 88%;
  opacity: 0;
}
.line_animation path{
  fill: none;
  stroke: black;
  stroke-width: 2;
  stroke-dasharray: 300;
  stroke-dataoffset: 300;
  animation: cloud 3.5s both;
}
@keyframes cloud {
  from {
    stroke-dashoffset: 300;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.flow_ball02Wrap{
  position: absolute;
  top: 43%;
  left: -5%;
  z-index: 1;
  width: 2.2rem;
}
.flow_ball02Wrap02{
  position: absolute;
  top: 43%;
  right: -50%;
  z-index: 1;
  width: 2.2rem;
}
.flow_ball02Wrap img{
  opacity: 0;
}
.flow_ball02Wrap02 img{
  opacity: 0;
}
img.flow_ball03{
  width: 6rem;
  top: -4rem;
  position: relative;
}
.delayFade img{
  opacity: 0;
}
.fadeDown {
animation-name:fadeDownAnime;
animation-duration:4s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeDownAnime{
  0% {
    opacity: 0;
    transform: translateY(-8rem) rotate(90deg);
  }
  50% {
    transform: translateY(0) rotate(360deg);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(0) rotate(360deg);
  }
}
.fadeIn {
animation-name:fadeInAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeInAnime{
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
}
/*-----------------------------------------------------------

ACCESS

-------------------------------------------------------------*/
.cmnBgBrown{
  background: #DDD8D1 url(../../src/img/repeat_grid.svg) 0 0 repeat-y;
  background-size: 100%;
  background-blend-mode: multiply;
  position: relative;
  margin-top: 0rem;
  padding: 1rem 0;
  z-index: 20;
}
.cmnBgBrown:before{
  content: "";
  background: url(../../src/img/top_concept_bg.png) 0 0 repeat-y;
  background-size: 100%;
  mix-blend-mode: screen;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cmnSub_ttl_enWhite{
  color: #ffffff;
  mix-blend-mode: unset;
}
.accessBox{
  padding: 0.2rem 0 0rem;
}
.accessBoxInner{
  position: relative;
  padding: 6rem 0 0;
}
.accessBoxInner_mapWrap{
  width: 80%;
  margin: 10rem auto 0;
}
.accessBoxInner_map{
  margin-bottom: 2rem;
  border: 1px solid #707070;
  padding-right: 1px;
}
.accessBoxInfo_Inner{
  display: flex;
  justify-content: space-between;
}
.accessBoxInner_map iframe{
  width: 100%;
  height: 33rem;
}
.accessBoxInner_mapTxt{
  font-weight: 300;
  width: 50%;
}
.accessBoxInner_mapImg{
  width: 45%;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.accessBoxInner_mapWrap {
  width: 80%;
  margin: 6rem auto 0;
}
.accessBox .service_bnr {
  padding: 8rem 0 0;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.cmnBgBrown{
  background: #DDD8D1 url(../../src/img/sp/repeat_grid.svg) 0 0 repeat-y;
  background-size: 100%;
  background-blend-mode: multiply;
  position: relative;
  margin-top: 0rem;
  padding: 1rem 0;
  z-index: 20;
}
.cmnBgBrown:before{
  content: "";
  background: url(../../src/img/top_concept_bg.png) 0 0 repeat-y;
  background-size: 100%;
  mix-blend-mode: screen;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cmnSub_ttl_enWhite{
  color: #ffffff;
  mix-blend-mode: unset;
}
.accessBox{
  padding: 0.2rem 0 0rem;
}
.accessBoxInner{
  position: relative;
  padding: 4rem 0 0;
}
.accessBoxInner_mapWrap{
  width: 80%;
  margin: 8rem auto 0;
}
.accessBoxInner_map{
  margin-bottom: 2rem;
}
.accessBoxInner_map iframe{
  width: 100%;
  height: 33rem;
}
.accessBoxInfo_Inner{
  width: 100%;
  margin: 0 auto;
  margin-bottom: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.accessBoxInner_mapTxt{
  font-weight: 300;
  width: 100%;
  margin-bottom: 5rem;
}
.accessBoxInner_mapImg{
  width: 100%;
}
.accessBoxInner_mapTxt a{
  color: #1FA0FC;
}
.accessBox .service_bnr{
  padding: 4rem 0 0;
}
}
/*-----------------------------------------------------------

ABOUT

-------------------------------------------------------------*/
.aboutContent{
  width: 70%;
  margin: 6rem auto 0;
  padding-bottom: 4rem;
}
.aboutContent_txt{
  text-align: center;
  font-size: 3.4rem;
  margin-bottom: 4rem;
}
.aboutContentBox{
  display: flex;
  flex-direction: row-reverse;
}
.aboutContentBoxL{
  width: 36%;
  margin-right: -4rem;
  padding-top: 6rem;
}
.aboutContentBoxR{
  width: 66%;
  line-height: 2.3;
  position: relative;
  z-index: 1;
}
.aboutCompanyBox{
  padding: 1rem 0 4rem;
}
.cmnSub_ttl_aboutCompanyBox{

}
.aboutCompanyBox_inner{
  width: 67%;
  margin: 4rem auto 0;
  position: relative;
}
.aboutCompanyBox_inner h2{
  font-size: 2.5rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #707070;
}
.cmnSub_ttl_aboutCompanyBox{
  justify-content: flex-start;
}
.cmnSub_ttl_aboutCompanyBox .cmnSub_ttl_en {
  color: #ddd8d182;
  line-height: 0.8;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.aboutContent {
  width: 90%;
  margin: 6rem auto 0;
  padding-bottom: 4rem;
}
.aboutContent_txt {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 4rem;
}
.aboutCompanyBox {
  padding: 1rem 0 1rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.aboutContent{
  width: 100%;
  margin: 8rem auto 0;
  padding-bottom: 4rem;
}
.aboutContent_txt{
  text-align: left;
  font-size: 3rem;
  line-height: 1.4;
  width: 85%;
  position: relative;
  margin: 0 auto -6rem;
  z-index: 1;
}
.aboutContentBox{
  display: flex;
  flex-direction: column-reverse;
}
.aboutContentBoxL{
  width: 100%;
  margin-right: 0rem;
  padding-top: 0rem;
  padding-left: 20%;
}
.aboutContentBoxR{
  width: 85%;
  line-height: 2.3;
  position: relative;
  z-index: 1;
  margin: -12rem auto 0;
}
.aboutCompanyBox{
  padding: 1rem 0 4rem;
}
.cmnSub_ttl_aboutCompanyBox{

}
.aboutCompanyBox_inner{
  width: 100%;
  margin: 2rem auto 0;
  position: relative;
}
.aboutCompanyBox_inner h2{
  font-size: 2.5rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #707070;
  width: 85%;
  margin: 0 auto 2rem;
}
.aboutCompanyBox_inner p{
  width: 85%;
  margin: 0 auto;
  font-weight: 300;
}
.aboutCompanyBox_inner p span{
  display: inline-block;
  padding-left: 3.3em;
}
.cmnSub_ttl_aboutCompanyBox{
  justify-content: flex-start;
  margin-bottom: 2.6rem;
}
.cmnSub_ttl_aboutCompanyBox .cmnSub_ttl_en {
  color: #ddd8d182;
  line-height: 0.8;
}
}
/*-----------------------------------------------------------

QA

-------------------------------------------------------------*/
.qaBox{
  padding: 0.2rem 0 0rem;
}
.qaBoxInner{
  position: relative;
  padding: 6rem 0 0;
}
.qaBoxInnerList{
  width: 55%;
  margin: 10rem auto 4rem;
  display: flex;
  justify-content: space-between;
}
.qaBoxInnerList li{
  width: 33.333333%;
}
.qaBoxInnerList li a{
  display: block;
  padding: 2rem 0;
  line-height: 1;
  border: 1px solid #DDD8D1;
  text-align: center;
  background: #fff;
}
.qaBoxInnerList li:nth-child(2) a{
  border-left: none;
  border-right: none;
}
.qaBoxInnerList li a:hover{
  background: #DDD8D1;
  opacity: 1;
}
.qaSection{
  width: 55%;
  margin: 0 auto 6rem;
  position: relative;
  z-index: 1;
}
.qaSectionLast{
  margin-bottom: 0;
}
.qaSectionTtl {
  padding: 1rem;
  padding-left: 7rem;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 2rem;
  background: #DDD8D1 url(../../src/img/qa_ico@2x.png) 3rem center no-repeat;
  background-size: 3rem;
}
.qaSectionList_itemTtl{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 4rem;
  padding-right: 6rem;
  border-bottom: 1px solid #707070;
  background: url(../../src/img/ac_off.svg) 98% center no-repeat;
  background-size: 3rem;
}
.qaSectionList_itemTtl.on{
  background: url(../../src/img/ac_on.svg) 98% center no-repeat;
  background-size: 3rem;
  border-bottom: none;
}
.qaSectionList_itemTtl_ico{
  width: 8%;
}
.qaSectionList_itemTtl_txt{
  width: 88%;
  font-weight: 600;
}
.qaSectionList_itemBox{
  display: none;
}
.qaSectionList_itemBoxInner{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem 4rem;
  border-bottom: 1px solid #707070;
}
.qaSectionList_itemBox_ico{
  width: 8%;
}
.qaSectionList_itemBox_txt{
  width: 88%;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.qaBoxInnerList {
  width: 80%;
  margin: 6rem auto 4rem;
  display: flex;
  justify-content: space-between;
}
.qaSection {
  width: 80%;
  margin: 0 auto 6rem;
  position: relative;
  z-index: 1;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.qaBox{
  padding: 0.2rem 0 0rem;
}
.qaBoxInner{
  position: relative;
  padding: 6rem 0 0;
}
.qaBoxInnerList{
  width: 100%;
  margin: 2rem auto 4rem;
  display: flex;
  justify-content: space-between;
}
.qaBoxInnerList li{
  width: 33.333333%;
}
.qaBoxInnerList li a{
  display: block;
  padding: 2rem 0;
  line-height: 1;
  border: 1px solid #DDD8D1;
  text-align: center;
  background: #fff;
}
.qaBoxInnerList li:nth-child(2) a{
  border-left: none;
  border-right: none;
}
.qaBoxInnerList li a:hover{
  background: #DDD8D1;
  opacity: 1;
}
.qaSection{
  width: 85%;
  margin: 0 auto 6rem;
  position: relative;
  z-index: 1;
}
.qaSectionLast{
  margin-bottom: 0;
}
.qaSectionTtl {
  padding: 1rem;
  padding-left: 5rem;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 2rem;
  background: #DDD8D1 url(../../src/img/qa_ico@2x.png) 1rem 1rem no-repeat;
  background-size: 3rem;
}
.qaSectionList_itemTtl{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0rem;
  padding-right: 4rem;
  border-bottom: 1px solid #707070;
  background: url(../../src/img/ac_off.svg) 98% center no-repeat;
  background-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0;
}
.qaSectionList_itemTtl.on{
  background: url(../../src/img/ac_on.svg) 98% center no-repeat;
  background-size: 3rem;
  border-bottom: none;
}
.qaSectionList_itemTtl_ico{
  width: 12%;
}
.qaSectionList_itemTtl_txt{
  width: 85%;
  font-weight: 500;
  font-size: 1.8rem;
}
.qaSectionList_itemBox{
  display: none;
}
.qaSectionList_itemBoxInner{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0rem 0rem 2rem;
  border-bottom: 1px solid #707070;
}
.qaSectionList_itemBox_ico{
  width: 11%;
}
.qaSectionList_itemBox_txt{
  width: 87%;
}
}
/*-----------------------------------------------------------

BLOG

-------------------------------------------------------------*/
.blogBox{
  padding: 0.2rem 0 0rem;
  background: #fff;
}
.blogBoxInner{
  position: relative;
  padding: 6rem 0 6rem;
  width: 75%;
  margin: 0 auto;
}
.blog_boxSearch{
  margin: 10rem auto 6rem;
  width: 80%;
}
.blog_boxSearch form{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 1rem;
  border: 1px solid #969696;
}
.searchBox_blog01{
  width:30%;
  display: flex;
  align-items: center;
  border-right: 1px solid #969696;
  padding-right: 3rem;
}
.searchBox_blog01_input{
  width: 100%;
}
.searchBox_blog01_input select {
    width: 100%;
    background: url(../../src/img/search_arrow.svg) right center no-repeat;
    background-size: 8% 76%;
    padding: 0.6rem;
    padding-left: 2rem;
    border: none;
    -webkit-appearance: none;
    font-size: 1.4rem;
}
.searchBox_blog02Wrap{
  width: 67%;
  display: flex;
}
.searchBox_blog02{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.searchBox_blog02_input{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width:100%;
}
.searchBox_blog02_input input{
  width: 100%;
  background: none;
  padding: 0.6rem;
  border: none;
  border-radius: 6px;
  -webkit-appearance: none;
  font-size: 1.4rem;
}
.searchBox_blog_send {
    width: 8%;
    display: block;
    position: relative;
    text-align: center;
    color: #000;
}
.searchBox_blog_send input {
    display: block;
    letter-spacing: 2px;
    -webkit-appearance: none;
    cursor: pointer;
    background: url(../../src/img/search_ico.svg) right center no-repeat;
    background-size: 100% 100%;
    width: 100%;
    border: none;
    padding: 0.6rem;
    border-radius: 6px;
    font-size: 0.8rem;
    -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;
  height: 3rem;
}
.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;
}
.blogContent{
  display: flex;
  justify-content: space-between;
}
.blogContentL{
  width: 60%;
}
.blogList{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0rem auto 7rem;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}
.blogList::after {
    display: block;
    content: "";
    width: 48%;
}
.blogList_item{
  width: 48%;
  margin-bottom: 4rem;
}
.blogList_itemLink{
  display: block;
}
.blogList_itemLink_img {
    width: 100%;
    height: 21.8rem;
    position: relative;
    margin-bottom: 0.8rem;
    overflow: hidden;
    display: block;
}
.blogList_itemLink_img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.blogList_itemLinkInfo{
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.blogList_itemLinkDate{
  font-size: 1.6rem;
  margin-right: 1rem;
  line-height: 1;
}
.blogList_itemLinkCat{
  display: inline-block;
  padding: 0.4rem 0.4rem 0.2rem;
  border: 1px solid #707070;
  line-height: 1;
  font-size: 1.4rem;
}
.blogList_itemLinkTtl{
  line-height: 1.6;
}
.blogContentR{
  width: 30%;
}
.blogContentR_ttl{
  background: #DDD8D1;
  line-height: 1;
  padding: 1rem;
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
.blogListSub{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0rem auto 7rem;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}
.blogListSub::after {
    display: block;
    content: "";
    width: 48%;
}
.blogListSub_item{
  width: 100%;
  margin-bottom: 2rem;
}
.blogListSub_itemLink_img {
    height: 18.8rem;
}
.wp-pagenavi{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 4rem auto;
  position: relative;
  z-index: 1;
  font-family: alternate-gothic-no-3-d, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.wp-pagenavi a{
  color: #DDD8D1;
  background: #fff;
  border: 1px solid #aaa;
  line-height: 1;
}
.wp-pagenavi a:hover{
  opacity: 0.5;
}
.previouspostslink{
  display: flex;
  margin-right: 0.2rem;
  position: relative;
  align-items: center;
  padding: 1rem 1.1rem 0.6rem;
  font-size: 2.5rem;
  height: 3.5rem;
}
.nextpostslink{
  display: flex;
  margin-left: 0.2rem;
  position: relative;
  align-items: center;
  padding: 1rem 1.1rem 0.6rem;
  font-size: 2.5rem;
  height: 3.5rem;
}
.wp-pagenavi .page{
  color: #DDD8D1;
  background: #fff;
  margin: 0 0.2rem;
  display: flex;
  align-items: center;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  border: 1px solid #aaa;
  padding: 1rem 1.1rem 0.6rem;
  height: 3.5rem;
  font-size: 2.5rem;
}
.wp-pagenavi .current{
  color: #fff;
  background: #DDD8D1;
  margin: 0 0.2rem;
  display: flex;
  align-items: center;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  border: 1px solid #aaa;
  padding: 1rem 1.1rem 0.6rem;
  height: 3.5rem;
  font-size: 2.5rem;
}
.wp-pagenavi .pages{
  display: none;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.blogBoxInner {
  position: relative;
  padding: 6rem 0 6rem;
  width: 80%;
  margin: 0 auto;
}
.blog_boxSearch {
  margin: 6rem auto 6rem;
  width:  100%;
}
.blogList_itemLink_img {
  width: 100%;
  height: 13.8rem;
  position: relative;
  margin-bottom: 0.8rem;
  overflow: hidden;
  display: block;
}
.blogListSub_itemLink_img {
  height: 13.8rem;
}
.blogList_itemLinkInfo {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
}
.blogList_itemLinkDate {
  font-size: 1.6rem;
  margin-right: 1rem;
  line-height: 1;
  width: 100%;
  margin-bottom: 0.5rem;
}
.searchBox_blog_send input {
  display: block;
  letter-spacing: 2px;
  -webkit-appearance: none;
  cursor: pointer;
  background: url(../../src/img/search_ico.svg) right center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  border: none;
  padding: 1.4rem 0.6rem 0.6rem;
  border-radius: 6px;
  font-size: 0.8rem;
  -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;
  height: unset;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.blogBox{
  padding: 0.2rem 0 0rem;
  background: #fff;
}
.blogBoxInner{
  position: relative;
  padding: 6rem 0 6rem;
  width: 85%;
  margin: 0 auto;
}
.blog_boxSearch{
  margin: 4rem auto 4rem;
  width: 100%;
}
.blog_boxSearch form{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  padding: 0rem;
  border: none;
  flex-direction: column;
}
.searchBox_blog01{
  width:100%;
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  border: 1px solid #969696;
  background: #fff;
  margin-bottom: 1rem;
}
.searchBox_blog01_input{
  width: 100%;
}
.searchBox_blog01_input select {
    width: 100%;
    background: url(../../src/img/search_arrow.svg) right center no-repeat;
    background-size: 6% 76%;
    padding: 0.6rem;
    padding-left: 0rem;
    border: none;
    -webkit-appearance: none;
    font-size: 1.4rem;
      color: #969696;
}
.searchBox_blog02Wrap{
  width: 100%;
  display: flex;
  padding: 1.4rem 2rem;
  border: 1px solid #969696;
  background: #fff;
  justify-content: space-between;
}
.searchBox_blog02{
  width: 90%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.searchBox_blog02_input{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width:100%;
}
.searchBox_blog02_input input{
  width: 100%;
  background: none;
  padding: 0;
  border: none;
  border-radius: 6px;
  -webkit-appearance: none;
  font-size: 1.4rem;
}
.searchBox_blog_send {
    width: 8%;
    display: block;
    position: relative;
    text-align: center;
    color: #000;
}
.searchBox_blog_send input {
    display: block;
    letter-spacing: 2px;
    -webkit-appearance: none;
    cursor: pointer;
    background: url(../../src/img/search_ico.svg) right center no-repeat;
    background-size: 70% 70%;
    width: 100%;
    border: none;
    padding: 0.6rem;
    border-radius: 6px;
    font-size: 0.8rem;
    -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;
  height: unset;
}
.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;
}
.blogContent{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blogContentL{
  width: 100%;
  margin-bottom: 3rem;
}
.blogList{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0rem auto 1rem;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}
.blogList::after {
    display: block;
    content: "";
    width: 49%;
}
.blogList_item{
  width: 49%;
  margin-bottom: 2rem;
}
.blogList_itemLink{
  display: block;
}
.blogList_itemLink_img {
    width: 100%;
    height: 11.8rem;
    position: relative;
    margin-bottom: 0.8rem;
    overflow: hidden;
    display: block;
}
.blogList_itemLink_img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.blogList_itemLinkInfo{
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.blogList_itemLinkDate{
  font-size: 1.6rem;
  margin-right: 1rem;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 0.4rem;
}
.blogList_itemLinkCat{
  display: inline-block;
  padding: 0.2rem 0.4rem 0.2rem;
  border: 1px solid #707070;
  line-height: 1;
  font-size: 1.2rem;
  letter-spacing: 0;
}
.blogList_itemLinkTtl{
  line-height: 1.6;
}
.blogContentR{
  width: 100%;
}
.blogContentR_ttl{
  background: #DDD8D1;
  line-height: 1;
  padding: 1rem;
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
.blogListSub{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0rem auto 0rem;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}
.blogListSub::after {
    display: block;
    content: "";
    width: 48%;
}
.blogListSub_item{
  width: 49%;
  margin-bottom: 2rem;
}
.blogListSub_itemLink_img {
    height: 11.8rem;
}
.wp-pagenavi{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 2rem auto;
  position: relative;
  z-index: 1;
  font-family: alternate-gothic-no-3-d, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.wp-pagenavi a{
  color: #DDD8D1;
  background: #fff;
  border: 1px solid #aaa;
  line-height: 1;
}
.wp-pagenavi a:hover{
  opacity: 0.5;
}
.previouspostslink{
  display: flex;
  margin-right: 0.2rem;
  position: relative;
  align-items: center;
  padding: 1rem 1.1rem 0.6rem;
  font-size: 3.6rem;
  height: 5rem;
  width: 35%;
  justify-content: center;
  order: 0;
}
.nextpostslink{
  display: flex;
  margin-left: 0.2rem;
  position: relative;
  align-items: center;
  padding: 1rem 1.1rem 0.6rem;
  font-size: 3.6rem;
  height: 5rem;
  width: 35%;
  justify-content: center;
  order: 2;
}
.wp-pagenavi .page{
  color: #DDD8D1;
  background: #fff;
  margin: 0 0.2rem;
  display: flex;
  align-items: center;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  border: 1px solid #aaa;
  padding: 1rem 1.1rem 0.6rem;
  height: 3.5rem;
  font-size: 2.5rem;
  display: none;
}
.wp-pagenavi .current{
  color: #fff;
  background: #DDD8D1;
  margin: 0 0.2rem;
  display: flex;
  align-items: center;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  border: 1px solid #aaa;
  padding: 1rem 1.1rem 0.6rem;
  height: 3.5rem;
  font-size: 2.5rem;
  display: none;
}
.wp-pagenavi .pages{
  font-size: 5rem;
  width: 20%;
  margin: 0 1rem;
  text-align: center;
  display: inline-block;
  order: 1;
}
.wp-pagenavi .pages span{
  font-size: 5rem;
}
.wp-pagenavi .pages span + span{
  font-size: 3.5rem;
}
}
/*-----------------------------------------------------------

BLOG DETAIL

-------------------------------------------------------------*/
.blogBoxDetail{
  padding-top: 10rem;
}
.blogDetail_ttl{
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
.blogDetail_info{
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.blogDetail_date{
  margin-right: 1rem;
  line-height: 1;
}
.blogDetail_content{
  margin-bottom: 4rem;
}
.blogDetail_content img{
  margin-bottom: 2rem;
}
.blogDetail_content p{
  margin-bottom: 2rem;
}
.blogDetail_cat{
  margin-bottom: 3rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.blogBoxDetail{
  padding-top: 8rem;
}
.blogBoxDetail .blogBoxInner{
  padding: 1rem 0 6rem;
}
.blogBoxDetail .blogContentL {
  width: 100%;
  margin-bottom: 7rem;
}
.blogDetail_ttl{
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
.blogDetail_info{
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.blogDetail_date{
  margin-right: 1rem;
  line-height: 1;
  letter-spacing: 0;
  font-size: 2rem;
}
.blogDetail_content{
  margin-bottom: 4rem;
}
.blogDetail_content img{
  margin-bottom: 2rem;
}
.blogDetail_content p{
  margin-bottom: 2rem;
}
.blogDetail_cat{
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blogDetail_cat li{
  width: 50%;
  margin-bottom: 1rem;
}
}
/*-----------------------------------------------------------

NEWS

-------------------------------------------------------------*/
.newsBoxInner{
  position: relative;
  padding: 6rem 0 6rem;
  width: 60%;
  margin: 0 auto;
}
.newsBoxInner_list{
  margin:10rem 0 6rem;
  border-top: 1px solid #aaa;
}
.newsBoxInner_listItem{
  border-bottom: 1px solid #aaa;
}
.newsBoxInner_listItem_link{
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsBoxInner_listItem_linkDate{
  width: 12%;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0;
}
.newsBoxInner_listItem_linkTtl{
  width: 88%;
  font-weight: 300;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.newsBoxInner{
  position: relative;
  padding: 6rem 0 6rem;
  width: 80%;
  margin: 0 auto;
}
.newsBoxInner_list{
  margin:6rem 0 6rem;
  border-top: 1px solid #aaa;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.newsBoxInner{
  position: relative;
  padding: 4rem 0 6rem;
  width: 85%;
  margin: 0 auto;
}
.newsBoxInner_list{
  margin:6rem 0 6rem;
  border-top: 1px solid #aaa;
}
.newsBoxInner_listItem{
  border-bottom: 1px solid #aaa;
}
.newsBoxInner_listItem_link{
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsBoxInner_listItem_linkDate{
  width: 30%;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0;
}
.newsBoxInner_listItem_linkTtl{
  width: 70%;
  font-weight: 300;
  font-size: 1.68rem;
}
}
/*-----------------------------------------------------------

NEWS DETAIL

-------------------------------------------------------------*/
.newsDetail_ttl{
  font-weight: normal;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.newsDetail_ttl{
  font-weight: normal;
}
.blogBoxDetail .newsBoxInner{
  padding: 1rem 0 6rem;
}
}
/*-----------------------------------------------------------

CONTACT

-------------------------------------------------------------*/
.contactBox{
  padding: 0.2rem 0 5rem;
}
.contactBoxInner{
  position: relative;
  padding: 6rem 0 0;
}
.contactIntro {
  text-align: center;
  padding: 2rem 0 1rem;
}
.contactTel{
  text-align: center;
  margin-bottom: -1rem;
  position: relative;
}
.contactTel a{
  font-size: 10rem;
  color: #DDD8D1;
  mix-blend-mode: multiply;
  line-height: 1;
}
.contactIntro02{
  text-align: center;
  padding: 0rem 0 6rem;
}
.formBox{
  width: 60%;
  margin: 0 auto 6rem;
}
.formBoxItem{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.formBoxItemL {
    width: 26%;
    padding: 1rem;
    padding-left: 6rem;
    font-size: 1.6rem;
    display: flex;
    align-self: stretch;
    align-items: center;
    position: relative;
    white-space: nowrap;
}
.formBoxItemL.hissu:before {
    content: "必須";
    background: #CE1E1E;
    color: #fff;
    padding: 0.5rem 1rem 0.2rem;
    line-height: 1;
    position: absolute;
    font-size: 1.2rem;
    left: 0;
    letter-spacing: 0px;
    border-radius: 4px;
}
_::-webkit-full-page-media, _:future, :root .formBoxItemL.hissu:before {
    padding: 0.5rem 1rem 0.5rem;
}
.formBoxItemR{
  width: 70%;
}
.formBoxItemRNote{
  margin-bottom: -2rem;
}
.formBoxItem2col{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.formBoxItem2col_l{
  width: 30%;
  margin-right: 1rem;
}
.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: #fff url(../../src/img/search_arrow.svg) 95% center no-repeat;
  background-size: 2rem;
}
.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: 1rem;
}
.formBoxItemInput02 p + p{
    position: relative;
    bottom: 1rem;
    margin-left: 2rem;
}
.formBoxItemRadio02 p{
  margin-left: 2rem;
}
.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.5rem;
  white-space: nowrap;
}
.formBoxItem2col_add{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.formBoxItem2col_add_l{
  width: 57%;
  margin-right: 1rem;
}
.formBoxItem2col_add_r{
  width: 40%;
}
.addFormBtn{
  background: #707070!important;
  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: 1rem 0 2rem;
    display: flex;
}
.form_boxCheck .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0em!important;
}
.form_boxCheck label{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  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;
    position: relative;
}

.form_boxCheckTxt{
  text-align: center;
}
.form_boxCheckTxt02{
  font-weight: bold;
}
.form_boxCheckTxt01{
  text-align: left;
  font-size: 1.4rem;
  margin-bottom: 3rem;
}
.form_boxCheckTxt01 a{
  color: #0093FF;
}
.sendBtn {
  position: relative;
  width: 28rem;
  margin: 0 auto;
  left: -2.2rem;
}
.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;
}
.sendBtn:hover:after {
    opacity: 0.6;
}
.button:hover{
  opacity: 1;
  border: 1px solid #202D43;
  color: #fff;
  background: #202D43;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.alineStart{
  align-items: flex-start;
}
.alineStart.hissu:before {
    top: 1.8rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.contactIntro {
  text-align: center;
  padding: 0rem 0 1rem;
}
.formBox {
  width: 90%;
  margin: 0 auto 6rem;
}
.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-size: 2rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.contactBox{
  padding: 0.2rem 0 1rem;
}
.contactBoxInner{
  position: relative;
  padding: 4rem 0 0;
}
.contactIntro {
  text-align: center;
  padding: 0rem 0 2rem;
}
.contactTel{
  text-align: center;
  margin: -1rem 0 1rem;
  position: relative;
}
.contactTel a{
  font-size: 7.6rem;
  color: #DDD8D1;
  mix-blend-mode: multiply;
  line-height: 1;
  letter-spacing: 0;
}
.contactIntro02{
  text-align: center;
  padding: 0rem 0 4rem;
}
.formBox{
  width: 85%;
  margin: 0 auto 6rem;
}
.formBoxItem{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}
.formBoxItemL {
    width: 100%;
    padding: 1rem;
    padding-left: 0rem;
    font-size: 1.6rem;
    display: flex;
    align-self: stretch;
    align-items: center;
    position: relative;
    white-space: nowrap;
}
.formBoxItemL.hissu{
  padding-left: 6rem;
}
.formBoxItemL.hissu:before {
    content: "必須";
    background: #CE1E1E;
    color: #fff;
    padding: 0.5rem 1rem 0.4rem;
    line-height: 1;
    position: absolute;
    font-size: 1.6rem;
    left: 0;
    letter-spacing: 0px;
    border-radius: 4px;
}
.formBoxItemR{
  width: 100%;
}
.formBoxItem2col{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.formBoxItem2col_l{
  width: 30%;
  margin-right: 1rem;
}
.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: #fff url(../../src/img/search_arrow.svg) 95% center no-repeat;
  background-size: 2rem;
  color: #969696;
}
select option[selected] {
 color: #000;
}
.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: 1rem;
}
.formBoxItemInput02 p + p{
    position: relative;
    bottom: 1rem;
    margin-left: 2rem;
}
.formBoxItemRadio02 p{
  margin-left: 2rem;
}
.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.5rem;
  white-space: nowrap;
}
.formBoxItem2col_add{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.formBoxItem2col_add_l{
  width: 48%;
  margin-right: 1rem;
}
.formBoxItem2col_add_r{
  width: 48%;
}
input.addFormBtn{
  background: #707070!important;
  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;
  white-space: normal;
  padding: 0.5rem 3.5rem;
}
.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: 1rem 0 2rem;
    display: flex;
}
.form_boxCheck label{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  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;
    position: relative;
}

.form_boxCheckTxt{
  text-align: center;
}
.form_boxCheckTxt02{
  font-weight: bold;
}
.form_boxCheckTxt01{
  text-align: left;
  font-size: 1.4rem;
  margin-bottom: 3rem;
  margin-top: -2rem;
}
.form_boxCheckTxt01 a{
  color: #0093FF;
}
.sendBtn {
  position: relative;
  width: 28rem;
  margin: 5rem auto 0;
  left: 0;
}
.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;
}
.sendBtn:hover:after {
    opacity: 0.6;
}
.button:hover{
  opacity: 1;
  border: 1px solid #202D43;
  color: #fff;
  background: #202D43;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.alineStart{
  align-items: center;
}
.alineStart.hissu:before {
    top: unset;
}
.form_boxCheck a {
  border-bottom: 2px solid #202D43;
  padding-bottom: 0.4rem;
}
}
/*-----------------------------------------------------------

THANKS

-------------------------------------------------------------*/
.cmn_toTopWrap{
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
.cmn_toTop{
  display: block;
  background: #fff;
  padding: 2rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  width: 27.6rem;
  border: 1px solid #707070;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.thanksBox.newsBoxInner {
  position: relative;
  padding: 15rem 0 6rem;
  width: 100%;
  margin: 0 auto;
}
.thanksBox .cmnSub_ttl_en{
  padding-bottom: 17rem;
}
.thanksBox .cmnSub_ttl_jp{
  text-align: center;
  line-height: 1.4;
}
.cmn_toTopWrap{
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
.cmn_toTop{
  display: block;
  background: #fff;
  padding: 2rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  width: 27.6rem;
  border: 1px solid #707070;
}
}
/*-----------------------------------------------------------

SITEMAP

-------------------------------------------------------------*/
.sitemapContent{
  width: 75%;
  margin: 10rem auto 0;
  padding-bottom: 10rem;
  position: relative;
}
.sitemapWrap{
  margin: 10rem 0 0;
  display: flex;
  justify-content: space-between;
  padding-left: 9rem;
}
.sitemapBox{
  width: 50%;
  display: flex;
  justify-content: space-between;
}
.sitemapBox ul{
  width: 50%;
}
.sitemapBox ul li{
  margin-bottom: 3rem;
}
.sitemapBox ul li a{
  display: inline-block;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #202D4300;
  line-height: 1;
}
.sitemapBox ul li a:hover{
  display: inline-block;
  border-bottom: 3px solid #202D43;
  color: #ADADAD;
  font-weight: 600;
  opacity: 1;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.sitemapContent{
  width: 85%;
  margin: 6rem auto 0;
  padding-bottom: 10rem;
  position: relative;
}
.sitemapWrap{
  margin: 6rem 0 0;
  display: flex;
  justify-content: space-between;
  padding-left: 0rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.sitemapContent{
  width: 85%;
  margin: 8rem auto 0;
  padding-bottom: 10rem;
  position: relative;
}
.sitemapWrap{
  margin: 8rem 0 0;
  display: flex;
  justify-content: space-between;
  padding-left: 0rem;
}
.sitemapBox{
  width: 60%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
.sitemapBox + .sitemapBox{
  width: 40%;
}
.sitemapBox ul{
  width: 100%;
}
.sitemapBox ul li{
  margin-bottom: 4rem;
  height: 2em;
  display: flex;
  align-items: center;
}
.sitemapBox ul li a{
  display: inline-block;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #202D4300;
  line-height: 1.4;
  font-size: 2rem;
}
.sitemapBox ul li a:hover{
  display: inline-block;
  border-bottom: 3px solid #202D43;
  color: #ADADAD;
  font-weight: 600;
  opacity: 1;
}
}
/*-----------------------------------------------------------

PRIVACY

-------------------------------------------------------------*/
.privacyBox{
  width: 60%;
  margin: 4rem auto 2rem;
}
.privacyBox_txt01{
  text-align: right;
  font-size: 2rem;
}
.privacyBox_txt02{
  font-size: 2rem;
  margin-bottom: 3rem;
  line-height: 1.4;
}
.privacyBox_txt03{
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
}
.privacyBox_txt04{
  margin-bottom: 4rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.privacyBox {
  width: 85%;
  margin: 4rem auto 2rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.privacyBoxWrap{

}
.privacyBoxWrap .cmnSub_ttl{
  text-align: center;
}
.privacyBoxWrap .cmnSub_ttl .cmnSub_ttl_en{
  line-height: 0.8;
}
.privacyBoxWrap .contactBoxInner {
  position: relative;
  padding: 9rem 0 0;
}
.privacyBox{
  width: 85%;
  margin: 11rem auto 2rem;
}
.privacyBox_txt01{
  text-align: right;
  font-size: 1.8rem;
  margin-bottom: 3rem;
}
.privacyBox_txt02{
  font-size: 1.8rem;
  margin-bottom: 3rem;
  line-height: 1.4;
}
.privacyBox_txt03{
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
}
.privacyBox_txt04{
  margin-bottom: 4rem;
}
}
/*-----------------------------------------------------------

NOTES

-------------------------------------------------------------*/
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.notesBox{
  margin-top: 7rem;
}
}
/*-----------------------------------------------------------

404

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

EFFECT

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

@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(6rem);
  }

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

