/* General Styling */
* {
    margin: 0;
    padding: 0;
	box-sizing: border-box;
  overflow-wrap: break-word;
}
body {
font-family: 'Noto Sans JP', sans-serif;
  color: #505050;
}
/*SP*/
html{font-size: calc(100vw / 32);}
body{
min-width: initial;
padding-top: 60px;
  font-size: 1.4rem;
}
/*body#HomePage{
padding-top: 0;}*/
strong{
	font-weight: 700;
}
a {
  text-decoration: none;
	transition: all 0.2s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*a.hover{
	opacity: 0.8;
}*/
a img{transition: all 0.2s ease;}
/*a.hover img{
	opacity: 0.8;
}*/
img{
	vertical-align: bottom;
}
ul {
  list-style-type: none;
}
*{
  box-sizing: border-box;
}
/* CSS Document */
h1,h2,h3,h4,h5,h6{
 font-size: inherit;
 font-weight: inherit;
}
address{
	font-style:normal;
}


header{
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
header #GeneralMenu{}
header #GeneralMenu a{
  color: #07569F;
}
header .mainvisual{}
.menu .logo{
  width:250px;
}

.mainvisual h1{
  background-color: #07569F;
    color: #FFF;
    font-size: 1.2rem;
    line-height: 1;
    display: inline-block;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 4%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.mainvisual h1::before {
content: attr(data-en);
    display: inline-block;
    color: #FFF;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1;
  margin-right: 10px;
}
main{
	width: 100%;
	margin: 0 auto;
  padding: 0 4%;
}
main.wrap{
  padding: 0;
}
main.wrap .inner_w{
	padding: 0 6%;
}
.pc{
	display: none;
}
/*pan kuzu*/
.cp_breadcrumb {
	margin-top: 10px !important;
}
.cp_breadcrumb a {
	color: #07569F;
}
.cp_breadcrumb .breadcrumbs {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
      font-size: 1rem;
}
.cp_breadcrumb li {
	display: inline-block;
    position: relative;
    padding-right: calc(10px + 5px);
    margin-right: 5px;
    color: #07569F;
}
.cp_breadcrumb li::before {
	content: '-';
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	font-size: 1em;
	color: inherit;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.cp_breadcrumb li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.cp_breadcrumb li:last-child::before {
	content: normal;
}




/*service color*/
.kirei_c{color: #49C2C2;}
.kuma_c{color: #DCAF6E;}
.corp_c{color:#DCAF6E;}
.kirei_b{background-color: #49C2C2;}
.kuma_b{background-color: #DCAF6E;}
.corp_b{background-color: #0059a7;}
/*button*/
a.view_more_blue{
        color: #07569F;
    background: #FFFFFF;
    border: 2px solid #07569F;
    font-size: 3.4vw;
    display: block;
    text-align: center;
    font-weight: bold;
    margin: 60px auto 20px auto;
    position: relative;
    width: 60%;
    padding: 2%;
   border-radius: 50px;
}
a.view_more_blue:hover{
  background-color: #07569F;
  color: #fff;
}
a.view_more_blue::after,
a.view_more_kireipass::after,
a.view_more_kumapon::after,
a.view_more_connect::after{
	font-family: "Font Awesome 5 Free";
    content: "\f0da";
    position: absolute;
    right: 20px;
    font-size: 1.6rem;
}

a.view_more_kireipass{
          color: #49C2C2;
    background: #FFFFFF;
    border: 2px solid #49C2C2;
    font-size: 3.4vw;
    display: block;
    text-align: center;
    font-weight: bold;
    margin: 60px auto 20px auto;
    position: relative;
    width: 60%;
    padding: 2%;
   border-radius: 50px;
}
a.view_more_kireipass:hover{
  background-color: #49C2C2;
  color: #fff;
}
a.view_more_kumapon{
            color: #DCAF6E;
    background: #FFFFFF;
    border: 2px solid #DCAF6E;
    font-size: 3.4vw;
    display: block;
    text-align: center;
    font-weight: bold;
    margin: 60px auto 20px auto;
    position: relative;
    width: 60%;
    padding: 2%;
   border-radius: 50px;
}
a.view_more_kumapon:hover{
  background-color: #DCAF6E;
  color: #fff;
}
a.view_more_connect{
      color: #07569F;
    background: #FFFFFF;
    border: 2px solid #07569F;
    border-radius: 50px;
    font-size: 3.4vw;
    display: block;
    text-align: center;
    font-weight: bold;
    margin: 60px auto 20px auto;
    position: relative;
    width: 60%;
    padding: 2%;
   border-radius: 50px;
}
a.view_more_connect:hover{
  background-color: #07569F;
  color: #fff;
}
/*メニュー固定*/
.menuWrap {
  background-color: #FFF;
    height: 60px;
    z-index: 10;
    position: fixed;
    width: 100%;
    top: 0;
    border-bottom: 1px solid #d1d1d1;
}
/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 30;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#555;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#555;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: #fff;
  text-align: center;
  transform: translateY(-100%);
  width: 100%;
  transition: all 0.6s;
  width: 100%;
  border-bottom: 1px solid #D7D7D7;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
  border-bottom: 1px solid #D7D7D7;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#D7D7D7;
}

nav.globalMenuSp ul li a {
  display: block;
  padding: 1em 0;
  text-decoration :none;
}
.menu > li{
  font-size: 1.4rem;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);

}
.splogo{
margin: 20px 0 0 10px;
    display: block;
    width: 170px;
      line-height: 1;
}
.splogo img{
  width: 170px;
}
.menu .logo,
.menu > li > ul {
    display: none;
}

#page-top {
position: sticky !important;
    bottom: 30px !important;
    z-index: 2;
    width: 50px;
     left: calc(100vw - 4em);
    height: 60px;
}

#page-top img {
    display: block;
    height: auto;
    width: 50px;
}
#page-top {
    opacity: 0; /* 最初は透明 */
    visibility: hidden; /* スクリーンリーダーなどにも隠す */
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out; /* 0.5秒かけてアニメーション */
}

#page-top.is-visible {
    opacity: 1 !important; /* 表示時に不透明 */
    visibility: visible !important; /* 表示時に可視 */
}