@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700;900&family=Noto+Sans+JP:wght@400;700&family=Source+Serif+Pro:wght@400;700&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
address,
em,
img,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
canvas,
footer,
header,
menu,
nav,
section,
time,
audio,
video,
figure,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
}
body {
  font-size: 16px;
  line-height: 1.8;
  font-family: "M PLUS 1p", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}
article,
footer,
header,
menu,
nav,
section {
  display: block;
}
ul {
  list-style: none;
}
a {
  margin: 0;
  color: inherit;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}
a:link {
  transition: 0.3s;
}
a:link:hover {
  opacity: 0.7;
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
em,
b {
  font-style: normal;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
hr {
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
input,
select {
  vertical-align: middle;
}
.source {
  font-family: "Source Serif Pro", serif;
  font-style: normal;
}
.noto {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
/*//////////////////////////////
		header
//////////////////////////////*/
header {
  position: fixed;
  width: 100%;
  left: 0;
  padding: 60px 0;
  position: fixed;
  z-index: 100;
}
header.hd_shadow {
  background-color: rgba(255, 255, 255, 0.7);
}
header .logo {
  width: 295px;
}
header .logo a {
  display: block;
}
header .logo .navin {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}
.nav_show header .logo .navin {
  opacity: 1;
  z-index: 102;
  transition: 1s;
}
.overlay {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 1s cubic-bezier(0.7, 0.165, 0.035, 1);
  -o-transition: all 1s cubic-bezier(0.7, 0.165, 0.035, 1);
  -webkit-transition: all 1s cubic-bezier(0.7, 0.165, 0.035, 1);
  transition: all 1s cubic-bezier(0.7, 0.165, 0.035, 1);
  visibility: hidden;
}
.nav_show .overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}
.globalnav_btn {
  position: relative;
  width: 50px;
  height: 50px;
  z-index: 102;
}
.globalnav_btn span {
  position: absolute;
  display: block;
  top: 24px;
  right: 12px;
  width: 25px;
  height: 4px;
  background-color: #000;
}
.globalnav_btn span::before {
  content: "";
  position: absolute;
  top: -9px;
  right: 0;
  width: 25px;
  height: 4px;
  background-color: #000;
  transition: 0.3s;
}
.globalnav_btn span::after {
  content: "";
  position: absolute;
  bottom: -9px;
  right: 0;
  width: 25px;
  height: 4px;
  background-color: #000;
  transition: 0.3s;
}
.open .globalnav_btn span {
  background-color: transparent;
}
.open .globalnav_btn span::before {
  background-color: #fff;
  top: 0;
  left: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.open .globalnav_btn span::after {
  background-color: #fff;
  bottom: 0;
  left: 0;
  width: 25px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.nav_show .sp-menu {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}
.sp-menu {
  position: fixed;
  max-width: 800px;
  top: 170px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 102;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.2s cubic-bezier(0.7, 0.165, 0.035, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0.165, 0.035, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0.165, 0.035, 1);
  transition: all 0.2s cubic-bezier(0.7, 0.165, 0.035, 1);
}
.sp-menu ul li a {
  position: relative;
  padding: 10px 0;
  line-height: 4em;
  color: #fff;
  font-weight: 900;
  font-size: 16px;
}
.sp-menu ul li:not(:last-child) a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.3s;
}
.sp-menu ul li a:hover {
  opacity: 1;
}
.sp-menu ul li a:hover::after {
  transform: scale(1, 1);
}
.nav_show .sp-menu li {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.sp-menu li {
  -moz-transition: all 0.4s cubic-bezier(0.7, 0.165, 0.035, 1);
  -o-transition: all 0.4s cubic-bezier(0.7, 0.165, 0.035, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0.165, 0.035, 1);
  transition: all 0.4s cubic-bezier(0.7, 0.165, 0.035, 1);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.sp-menu li:nth-child(1) {
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.sp-menu li:nth-child(2) {
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.sp-menu li:nth-child(3) {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.sp-menu li:nth-child(4) {
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.sp-menu li:nth-child(5) {
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.sp-menu li:nth-child(6) {
  -moz-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.sp-menu li:nth-child(7) {
  width: 44px;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.sp-menu li:nth-child(8) {
  width: 44px;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
@media screen and (max-width: 1000px) {
  .sp-menu {
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  header {
    padding: 5px 0;
  }
  header .logo {
    width: 196px;
  }
  .sp-menu {
    max-width: 200px;
    top: 120px;
  }
  .sp-menu li:nth-child(7) {
    width: 34px;
  }
  .sp-menu li:nth-child(8) {
    width: 34px;
  }
}

/* /////////////////////////////
      footer
///////////////////////////// */
.contact_bottom {
  padding: 100px 0 120px;
}
#pageTop {
  position: fixed;
  bottom: -100px;
  right: 50px;
  width: 50px;
  height: 50px;
  background-color: #eeeeef;
  border-radius: 50%;
  transition: 0.3s;
  z-index: 10;
  opacity: 0;
}
#pageTop.show {
  opacity: 1;
  bottom: 50px;
}
#pageTop.show:hover {
  opacity: 0.7;
}
#pageTop::after {
  position: absolute;
  left: 17px;
  top: 20px;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(-45deg);
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
footer {
  background-color: #000;
  color: #fff;
  padding: 60px 0 80px;
}
footer small {
  display: block;
}
.foot_bottom {
  max-width: 850px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
}
.foot_logo {
  display: block;
  width: 255px;
  margin-bottom: 10px;
}
small {
  font-size: 14px;
  margin-bottom: 40px;
}
address {
  font-style: normal;
  line-height: 2;
  margin-bottom: 30px;
}
.foot_fb {
  display: inline-block;
  width: 44px;
  margin-right: 20px;
}
.icon_sdgs {
  position: absolute;
  width: 50px;
  right: 10px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .contact_bottom {
    padding: 50px 0 130px;
  }
  #pageTop {
    right: 20px;
    width: 40px;
    height: 40px;
  }
  #pageTop::after {
    left: 14px;
    top: 16px;
    width: 11px;
    height: 11px;
  }
  #pageTop.show {
    opacity: 1;
    bottom: 20px;
  }
  .foot_logo {
    width: 200px;
  }
  .icon_sdgs {
    width: 40px;
    right: 30px;
  }
  .foot_fb {
    width: 34px;
  }
}
