@charset "UTF-8";
#global-header {
  background: #fff;
  position: relative;
}
#global-header .inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 12px 0;
}
@media screen and (max-width: 1366px) {
  #global-header .inner {
    width: 95%;
  }
}
@media screen and (max-width: 1100px) {
  #global-header .inner {
    justify-content: flex-start;
  }
}
#global-header .inner .logo {
  width: 15%;
}
@media screen and (max-width: 1100px) {
  #global-header .inner .logo {
    width: 30%;
  }
}
@media screen and (max-width: 520px) {
  #global-header .inner .logo {
    width: 50%;
  }
}
#global-header .inner .logo a {
  display: inline-block;
  margin-left: 24px;
}
@media screen and (max-width: 1280px) {
  #global-header .inner .logo a {
    margin-left: 0;
  }
}
#global-header .inner .logo a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#global-header .inner #global_navi {
  width: 75%;
}
@media screen and (max-width: 1100px) {
  #global-header .inner #global_navi {
    display: none;
  }
}
#global-header .inner #global_navi ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex: 1;
}
#global-header .inner #global_navi ul li {
  width: 100%;
}
#global-header .inner #global_navi ul li a {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  font-size: 1.3rem;
  padding: 8px 14px;
  color: #383838;
  outline: 1px solid #fff;
  outline-offset: -1px;
  transition: all 0.5s ease;
}
#global-header .inner #global_navi ul li a:hover {
  outline: 1px solid #6CBC91;
  outline-offset: -1px;
  color: #fff;
}
#global-header .inner #global_navi ul li a span {
  display: inline-block;
  width: 100%;
  line-height: 1;
}
#global-header .inner #global_navi ul li a span.ja {
  font-size: 1.3rem;
  color: #555555;
}
@media screen and (max-width: 1360px) {
  #global-header .inner #global_navi ul li a span.ja {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 1280px) {
  #global-header .inner #global_navi ul li a span.ja {
    font-size: 1.2rem;
  }
}
#global-header .inner #global_navi ul li a span.en {
  font-size: 1.2rem;
  color: #6CBC91;
}
#global-header .utility_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
  height: 100%;
  background: #41AA70;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  padding: 11px 0;
}
@media screen and (max-width: 1100px) {
  #global-header .utility_btn {
    width: 60px;
    height: 100%;
    right: 70px;
  }
}
#global-header .utility_btn img, #global-header .utility_btn span {
  display: inline-block;
}
#global-header .utility_btn span {
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  #global-header .utility_btn span {
    display: none;
  }
}
#global-header .utility_btn span.en {
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  #global-header .utility_btn img {
    width: 50%;
    height: auto;
    vertical-align: bottom;
    position: relative;
    top: 4px;
  }
}

#key-visual {
  width: 100%;
  height: auto;
}
#key-visual img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#key-visual img.pc {
  display: inline;
}
#key-visual img.sp {
  display: none;
}
@media screen and (max-width: 520px) {
  #key-visual img.pc {
    display: none;
  }
  #key-visual img.sp {
    display: inline;
  }
}

#sub-key-visual {
  width: 100%;
  height: 364px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #sub-key-visual {
    height: 270px;
  }
}
#sub-key-visual.privacy {
  background: url(../privacy/images/key_privacy_bg.svg) no-repeat;
  background-size: contain;
}
#sub-key-visual.contact {
  background: url(../contact/images/key_contact_bg.svg) no-repeat center;
  background-size: contain;
}
#sub-key-visual.qa {
  background: url(../qa/images/key_qa_bg.svg) no-repeat center;
  background-size: contain;
}
#sub-key-visual.mount {
  background: url(../mount/images/key_mount_bg.svg) no-repeat center;
  background-size: contain;
}
#sub-key-visual.info {
  background: url(../info/images/key_info_bg.svg) no-repeat center;
  background-size: contain;
}
#sub-key-visual.sample {
  background: url(../sample/images/key_sample_bg.svg) no-repeat center;
  background-size: contain;
}
#sub-key-visual.service {
  background: url(../service/images/key_service_bg.svg) no-repeat center;
  background-size: contain;
}
#sub-key-visual.transfer {
  background: url(../transfer/images/key_transfer_bg.svg) no-repeat center;
  background-size: contain;
}
#sub-key-visual .key-txt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
#sub-key-visual .key-txt .inner {
  width: 100%;
  height: auto;
  text-align: center;
}
#sub-key-visual .key-txt .inner h2 {
  font-size: 3.2rem;
  color: #4D4D4D;
  text-align: center;
  letter-spacing: 0.08em;
}
#sub-key-visual .key-txt .inner p {
  font-size: 1.5rem;
  color: #41AA70;
  text-align: center;
}

#global-footer {
  position: relative;
  background: #387253;
}
#global-footer .footer_navi {
  background: #1F5337;
  padding: 24px 0;
}
#global-footer .footer_navi .inner {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #global-footer .footer_navi .inner {
    width: 95%;
  }
}
@media screen and (max-width: 520px) {
  #global-footer .footer_navi .inner {
    width: 100%;
  }
}
#global-footer .footer_navi .inner h2 {
  color: #A5CEB9;
  font-size: 2.1rem;
  font-weight: bold;
  padding-bottom: 6px;
  margin-bottom: 24px;
  border-bottom: 1px solid #A5CEB9;
}
@media screen and (max-width: 520px) {
  #global-footer .footer_navi .inner h2 {
    display: none;
  }
}
#global-footer .footer_navi .inner .footer_product {
  display: grid;
  grid-template-columns: 18% 18% 18% 18% 18%;
  column-gap: 2.5%;
  margin-bottom: 20px;
}
@media screen and (max-width: 520px) {
  #global-footer .footer_navi .inner .footer_product {
    display: none;
  }
}
#global-footer .footer_navi .inner .footer_product .box {
  cursor: pointer;
}
#global-footer .footer_navi .inner .footer_product .box h3 {
  padding: 6px 0;
  background: #387253;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
}
#global-footer .footer_navi .inner .footer_product .box .pic img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 520px) {
  #global-footer .footer_navi .inner .fnavi_list {
    display: none;
  }
}
#global-footer .footer_navi .inner .fnavi_list ul {
  display: flex;
  justify-content: space-between;
  flex: 1;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}
#global-footer .footer_navi .inner .fnavi_list ul li {
  width: 100%;
}
#global-footer .footer_navi .inner .fnavi_list ul li a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  transition: all 0.7s ease;
}
#global-footer .footer_navi .inner .fnavi_list ul li a:hover {
  background: #dfdfdf;
}
#global-footer .footer_navi .inner .fnavi_list ul li a:hover span.ja {
  color: #387253;
}
#global-footer .footer_navi .inner .fnavi_list ul li a:hover span.en {
  color: #343434;
}
#global-footer .footer_navi .inner .fnavi_list ul li a span {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 1;
}
#global-footer .footer_navi .inner .fnavi_list ul li a span.ja {
  color: #FFFFFF;
  font-size: 1.5rem;
}
#global-footer .footer_navi .inner .fnavi_list ul li a span.en {
  color: #9DEBCD;
  font-size: 1.2rem;
}
#global-footer .footer_sub .inner {
  padding-top: 24px;
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #global-footer .footer_sub .inner {
    width: 95%;
  }
}
@media screen and (max-width: 520px) {
  #global-footer .footer_sub .inner {
    width: 100%;
  }
}
#global-footer .footer_sub .inner .footer_logo {
  text-align: center;
  padding: 18px 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 520px) {
  #global-footer .footer_sub .inner .footer_logo a {
    display: inline-block;
  }
  #global-footer .footer_sub .inner .footer_logo a img {
    width: 50%;
    position: relative;
    left: 12px;
  }
}
#global-footer .footer_sub .inner .footer_link {
  text-align: center;
  margin-bottom: 32px;
}
#global-footer .footer_sub .inner .footer_link a {
  display: inline-block;
  color: #fff;
  line-height: 1.8;
  font-size: 1.3rem;
}
#global-footer .footer_sub .inner .footer_link a:nth-child(1) {
  margin-right: 48px;
}
#global-footer .footer_sub .inner .copy_small {
  text-align: center;
  padding: 8px 0 20px;
}
#global-footer .footer_sub .inner .copy_small small {
  color: #fff;
  font-size: 1.2rem;
}

html {
  scroll-behavior: smooth;
}

#pankuzu {
  background: #D7E2DC;
}
#pankuzu .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 8px 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 1100px) {
  #pankuzu .inner {
    width: 90%;
  }
}
#pankuzu .inner a {
  font-size: 1.2rem;
}
#pankuzu .inner span {
  font-size: 1.2rem;
}

@media screen and (max-width: 520px) {
  .cta {
    width: 95%;
    margin: 0 auto;
  }
}
.cta a {
  opacity: 1;
  transition: all 0.9s ease;
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  .cta a {
    width: 100%;
  }
}
.cta a:hover {
  opacity: 0.6;
}
.cta a.pc {
  display: inline-block;
}
.cta a.sp {
  display: none;
}
@media screen and (max-width: 520px) {
  .cta a.pc {
    display: none;
  }
  .cta a.sp {
    display: inline-block;
  }
  .cta a img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}
.cta a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*---------------animation---------------*/
/*---スクロール時遅れて表示、順番に表示---*/
.fadein {
  opacity: 0;
  transition: all 1.3s;
}

/*---TOP遅れて表示---*/
.post {
  opacity: 0;
}

.post2 {
  opacity: 0;
  transition: all 1.3s;
}

.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

.main_content #sample {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 520px) {
  .main_content #sample {
    width: 90%;
    padding-bottom: 0;
  }
}

#sample .inner .tabgh {
  display: flex;
  justify-content: flex-start;
}
#sample .inner .tabgh .tabgh1_item {
  background: #89BDBE;
  cursor: pointer;
  width: 180px;
  text-align: center;
  padding: 15px 0 12px;
}
#sample .inner .tabgh .tabgh1_item:nth-child(1) {
  margin-right: 2px;
  border-radius: 14px 0 0 0;
}
#sample .inner .tabgh .tabgh1_item:last-child {
  border-radius: 0 14px 0 0;
}
#sample .inner .tabgh .tabgh1_item.active {
  background: #539B9D;
}
#sample .inner .tabgh .tabgh1_item span {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}
#sample .inner .tabbody {
  padding-bottom: 120px;
}
#sample .inner .tabbody .tabcontent {
  width: 100%;
  padding: 40px;
  background: #fafafa;
  display: none;
}
@media screen and (max-width: 520px) {
  #sample .inner .tabbody .tabcontent {
    padding: 8px;
  }
}
#sample .inner .tabbody .tabcontent.show {
  display: block;
}
#sample .inner .tabbody .tabcontent .intab_link a {
  color: #3CA06A;
  display: inline-block;
  padding: 12px;
  border: 1px solid #3CA06A;
  line-height: 1;
  font-size: 1.4rem;
  margin-right: 12px;
  transition: all 0.6s ease;
}
#sample .inner .tabbody .tabcontent .intab_link a:last-child {
  margin-right: 0;
}
#sample .inner .tabbody .tabcontent .intab_link a:hover {
  background: #fff;
}
@media screen and (max-width: 520px) {
  #sample .inner .tabbody .tabcontent .intab_link a {
    margin-bottom: 8px;
  }
}
#sample .inner .tabbody .tabcontent .inbox {
  padding-top: 64px;
}
@media screen and (max-width: 520px) {
  #sample .inner .tabbody .tabcontent .inbox {
    padding-top: 48px;
  }
}
#sample .inner .tabbody .tabcontent .inbox h3 {
  font-size: 2.1rem;
  font-weight: bold;
  color: #3CA06A;
  margin-bottom: 24px;
}
@media screen and (max-width: 520px) {
  #sample .inner .tabbody .tabcontent .inbox h3 {
    margin-bottom: 14px;
  }
}
#sample .inner .tabbody .tabcontent .inbox .font_sample {
  padding: 24px;
  background: #fff;
}
@media screen and (max-width: 520px) {
  #sample .inner .tabbody .tabcontent .inbox .font_sample {
    padding: 8px;
  }
}
#sample .inner .tabbody .tabcontent .inbox .font_sample img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#sample .inner .tabbody .tabcontent .inbox .font_sample img.pc {
  display: inline;
}
#sample .inner .tabbody .tabcontent .inbox .font_sample img.sp {
  display: none;
}
@media screen and (max-width: 520px) {
  #sample .inner .tabbody .tabcontent .inbox .font_sample img.pc {
    display: none;
  }
  #sample .inner .tabbody .tabcontent .inbox .font_sample img.sp {
    display: inline;
  }
}
#sample .inner .tabbody .tabcontent .inbox .illust_sample {
  padding: 24px;
  background: #fff;
}
#sample .inner .tabbody .tabcontent .inbox .illust_sample img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#sample .inner .tabbody .tabcontent .inbox .illust_sample img.pc {
  display: inline;
}
#sample .inner .tabbody .tabcontent .inbox .illust_sample img.sp {
  display: none;
}
@media screen and (max-width: 520px) {
  #sample .inner .tabbody .tabcontent .inbox .illust_sample img.pc {
    display: none;
  }
  #sample .inner .tabbody .tabcontent .inbox .illust_sample img.sp {
    display: inline;
  }
}

/*# sourceMappingURL=sample.css.map */
