@charset "UTF-8";
/* CSS Document */


html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}

body {
  color: #474E5B; /* RGB */

  font-size: 1.6em;
  line-height: 3.2rem;
  text-align: center;
  background-color: #fff;
  margin: 0 auto;
  overflow-x: hidden;
   cursor: none; 
}
 
body p, h4 {
letter-spacing: 0.2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;  
  text-align: justify;
text-justify: inter-ideograph; /* Edge */
line-break: strict;
word-break: break-word;
overflow-wrap: break-word;
word-wrap: break-word;
}

a:hover {
   transform:scale(1.1,1.1);
  transition:0.5s all;
}
.header-content-wrapper ul li {
  display: inline-block;
  text-align: right;
}
.green-kakko {
  display: inline-block;
  padding: 0 5px;
}
.none {
  display: none;
}
@media(max-width: 480px) {
  p {
    font-size: 1.5rem;
  }
}


/*ヘッダーー----------------------------------------------------*/



#header {
  height: 60px;
}
.nav_toggle__wrapper {
  position: fixed;
  right: 10%;
  top: 2.1%;
  z-index: 10000;
}
.top {
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
}
img.top_title.container {
  width: 100%;
}
.top_mv {
  width: 100%;
}
#header {
  padding: 0 80px;
  margin: 0 auto;
}
header#header {
  margin-bottom: 30px;
}
.header-content-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}
.header__navigation {
  display: block;
  text-align: right;
}
.header__global-menu img {
  vertical-align: middle;
  height: 24px;
}
#header nav ul {
  list-style: none;
  padding: 30px 0 60px;
}
.global-menu__name img {
  width: 100px;
}
.header__navigation ul li {
  display: inline-block;
}
.header__navigation ul li a { /*PCヘッダーナビ*/
  position: relative;
  padding: 0 20px;
  text-align: center;
}
/*フッター----------------------------------------------------*/
#footer {
  border-top: 0.5px solid #333;
  height: 200px;
	padding: 0 0 90px;
}

.footer__navigation {
    padding: 50px 15% 40px;
    max-width: 1040px;
    margin: 0 auto;
}
.footer__navigation ul {
  list-style: none;
    display: flex;
    justify-content: space-between;
    /* width: 900px; */
    flex-direction: column;
    align-items: flex-start;
}
.footer__navigation ul li {
  display: inline-block;
}
.footer-menu__name img {
  width: 80px;
}
.footer__navigation ul li a { /*PCヘッダーナビ*/

  position: relative;
  padding: 0 10px;
  text-align: center;
}
.footer__icon img {
  width: 25px;
  padding: 30px 40px 0 0px;
}
img.footer-menu__name {
    height: 34px;
}
small {
  font-weight: 300;
  font-size: 1.3rem;
  font-family: "Shippori Mincho", serif;
}
@media(max-width: 480px) {
	.footer__navigation ul li a {
		padding: 0;
		font-size: 1.8rem;
	}
   .footer__navigation {
    padding: 50px 7% 40px;
}
}








