@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Cinzel");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

.pc {
  display: block;
}

.sp {
  display: none;
}

body {
  font-family: "Noto Sans Japanese";
  font-size: 16px;
  color: #333;
  min-width: 320px;
  letter-spacing: 0.1em;
  position: relative;
  transition: 0.5s;
}

.nobr {
  display: inline-block;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.reverse {
  flex-direction: row-reverse;
}

.nobreak {
  display: inline-block;
}

#toggle_button {
  width: 64px;
  height: 64px;
  background-color: #3eba2b;
  position: fixed;
  right: 0;
  z-index: 1;
}

#toggle_button,
#toggle_button span {
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
}

#toggle_button span {
  position: absolute;
  left: 17px;
  width: 30px;
  height: 4px;
  background-color: white;
  opacity: 1;
}

#toggle_button span:nth-of-type(1) {
  top: 18px;
  transition-delay: 0.2s;
}

#toggle_button span:nth-of-type(2) {
  top: 29px;
  transition-delay: 0.5s;
}

#toggle_button span:nth-of-type(3) {
  top: 40px;
  transition-delay: 0.2s;
}

#toggle_button.active span:nth-of-type(1) {
  transform: translate(0px, 11px) rotate(45deg);
}

#toggle_button.active span:nth-of-type(3) {
  transform: translate(0px, -11px) rotate(-45deg);
}

#toggle_button.active span:nth-of-type(2) {
  transform: scaleX(0);
}

.childpage_images img:first-child {
  flex-basis: 100%;
}

.childpage_images img {
  flex-basis: 100%;
}

.smartphone-menu {
  align-self: flex-start;
  right: 0;
}

/*メニュー*/

.menu {
  width: 280px;
  position: fixed;
  margin: 10px;
  left: 100%;
  top: 74px;
  transition: 0.5s;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  border-radius: 10px;
}

.menu.active {
  transform: translateX(-100%);
}

.menu > a {
  line-height: 46px;
  width: 260px;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  border-bottom: 1px dashed #3eba2b;
  color: #3eba2b;
}

.menu > a:hover {
  background-color: #beff78;
}

/*メニューここまで*/

header {
  min-height: calc(100vh - 176px);
  width: 100%;
  position: relative;
  background-image: url(../images/header_curve.svg),
    url(../images/header_bg.jpg);
  background-size: contain, cover;
  background-position: center bottom, center center;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
  z-index: -1;
  overflow: hidden;
}

.header_text > h1 {
  text-align: center;
  margin-bottom: 40px;
  width: 90vw;
}

.header_text > h2 {
  font-weight: 600;
  font-size: 28px;
  color: #beff78;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
  max-width: 80vw;
}

.header_text > h1 > img {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-top: 20vh;
}

.header_text > p {
  line-height: 26px;
  letter-spacing: 0.25em;
  font-size: 14px;
  color: white;
  font-weight: 400;
  text-align: center;
  width: 1140px;
  max-width: 80vw;
  margin: auto;
  padding-bottom: 10vh;
  z-index: 0;
}

.header_text {
  filter: drop-shadow(2px 2px 5px black);
}

.header_info {
  padding: 30px 20px 10px 20px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

.header_info_oshirase {
  background-color: #3eba2b;
  padding: 10px;
  color: white;
  font-weight: 600;
  border: none;
  flex-basis: 80px;
  flex-grow: 0;
  text-align: center;
  margin-right: 10px;
}

.header_info_table {
  flex-basis: 280px;
  flex-grow: 1;
  flex-shrink: 0;
  height: 128px;
  overflow-y: scroll;
}

#rss {
  flex-grow: 1;
  text-align: left;
}

#rss span {
  margin-right: 1em;
}

table {
  width: 100%;
}

tr,
td,
th {
  font-size: 12px;
  padding: 5px 10px;
  border-bottom: 1px solid #3eba2b;
  line-height: 18px;
  word-break: break-all;
  height: 21px;
  max-width: 100%;
  overflow: hidden;
}

.header_banner {
  padding: 10px 20px;
  padding-bottom: 40px;
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.blogbanner,
.instabanner {
  min-height: 80px;
}

.blogbanner {
  width: 100%;
  background-color: #3eba2b;
  flex-grow: 1;
  flex-shrink: 2;
  border-radius: 10px;
  line-height: 24px;
  background-image: url(../images/blogtitle.svg), url(../images/blog_bg.jpg);
  background-size: contain, cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.5s;
  color: rgba(0, 0, 0, 0);
}

.instabanner {
  width: 100%;
  background-color: #3eba2b;
  flex-grow: 1;
  flex-shrink: 2;
  border-radius: 10px;
  line-height: 24px;
  background-image: url(../images/instatitle.svg), url(../images/insta_bg.jpg);
  background-size: contain, cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.5s;
  color: rgba(0, 0, 0, 0);
}

.blogbanner:hover,
.instabanner:hover {
  opacity: 0.8;
}

.content_outer {
  width: 100%;
  background-position: center center;
  background-size: cover;
  padding: 10vh 0;
}

.content_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  background-size: cover;
  width: calc(100% - 40px);
}

.content_inner > img {
  margin: 0 auto;
  margin-bottom: 40px;
  width: 40%;
  max-width: 200px;
  min-width: 140px;
}

.content_inner > h2 {
  font-size: 46px;
  text-align: center;
  font-weight: 800;
  color: #507850;
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;
}

.content_inner > h2:after {
  content: "";
  background-color: #3eba2b;
  position: absolute;
  width: 80px;
  height: 4px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.content_inner_text {
  text-align: center;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 40px;
  display: inline-block;
  position: relative;
  width: 100%;
}

.content_inner_text > p {
  display: inline-block;
  text-align: left;
  max-width: 900px;
}

.bga {
  background-image: url(../images/bga.jpg);
}

.bgb {
  background-image: url(../images/bgb.jpg);
}

.bgc {
  background-image: linear-gradient(
      to bottom,
      white,
      transparent,
      rgba(255, 255, 255, 0.8)
    ),
    url(../images/bgb.jpg);
}

.tri_column,
.quad_column {
  justify-content: space-between;
}

.tri_column > div {
  flex-basis: calc((100% - 80px) / 3);
}

.quad_column > div {
  flex-basis: calc(25% - 30px);
}

.about,
.mori {
  border-top: 1px solid #3eba2b;
  border-bottom: 1px solid #3eba2b;
}

.about h3 {
  font-size: 21px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #507850;
  padding: 12px 0;
}

.content_inner h4 {
  font-size: 21px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #507850;
  padding: 12px 0;
}

.about img,
.interview img,
.mori img {
  width: 100%;
  height: auto;
}

.about p {
  font-size: 14px;
  line-height: 28px;
  margin: 10px 0 20px 0;
}

.interview > div {
  border: solid 1px #3eba2b;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
}

.interview h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  color: white;
  padding: 12px 0;
  background: #3eba2b;
  padding-left: 50px;
  position: relative;
}

.interview h2::before {
  position: absolute;
  font-family: helvetica, arial, sans-serif;
  content: "Q";
  display: inline-block;
  color: #3eba2b;
  font-size: 21px;
  background: white;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  left: 10px;
  top: 12px;
}

.interview p,
.mori_talk p {
  font-size: 14px;
  line-height: 28px;
  margin: 10px 19px;
}

.interview p > img {
  margin: 10px 0;
}

.mori {
  margin-bottom: 20px;
}

.mori img {
  margin-top: 20px;
}

.mori p {
  margin: 10px 0 20px 0;
  font-size: 14px;
  line-height: 28px;
}

.mori_etc {
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 35px;
}

.mori_etc > li {
  background-color: #32ca65;
  border-radius: 5px;
  padding: 10px;
  margin: 5px;
  color: white;
  flex-grow: 1;
  text-align: center;
  font-weight: 400;
}

.mori_etc > li > span {
  font-size: 75%;
}

.mori_talk {
  justify-content: center;
}

.mori_talk > div {
  border: solid 1px #3eba2b;
  box-sizing: border-box;
  max-width: 800px;
  background: white;
}

.mori_talk img {
  display: block;
  float: left;
  margin-right: 10px;
  max-width: 50%;
}

.mori_talk p {
  margin: 10px;
  display: block;
}

.white {
  color: white !important;
}

h2.white:after {
  background-color: white !important;
}

.bubble_button {
  justify-content: center;
  align-content: center;
  max-width: 1280px;
  margin: 0 auto;
}

.bubble_button > a {
  flex-basis: 18%;
  margin: 10px;
  display: block;
  transition: 0.5s;
  border-radius: 50%;
}

.bubble_button > a:hover {
  background-color: #3eba2b;
  transform: translateY(-20px) scale(1.1);
}

.bubble_button > a > img {
  width: 100%;
  height: auto;
}

/*プロダクト部分*/

.product {
  margin: 0 auto;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  overflow: hidden;
  margin-left: 0px;
}

.pr_thumb {
  display: block;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #33cb66;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  width: calc(25vw - 17px);
  margin-left: 10px;
  margin-bottom: 10px;
  flex-grow: 1;
  flex-shrink: 1;
}

.pr_thumb > img {
  width: 100%;
  height: auto;
  transition: 0.5s;
}

.pr_thumb > img:hover {
  transform: scale(1.1);
}

.pr_thumb > figcaption {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.pr_thumb h4 {
  color: #507850;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0 10px;
}

.pr_thumb h4 > span {
  font-size: 0.5em;
  display: block;
  line-height: 1em;
  margin-top: 1em;
}

.pr_thumb p {
  font-size: 14px;
  line-height: 21px;
  padding: 0 10px;
}

/*C02_mokushitsuka_201903added*/

.c02_bubble_outer {
  background-image: url(../images/wood_bg.jpg);
  background-size: cover;
  margin: 0 40px;
  padding-bottom: 40px;
  text-align: center;
  margin-top: 40px;
}

.c02_bubble_outer h2,
.c02_partA_outer h2 {
  font-size: 32px;
  background-color: #507850;
  color: white;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  max-width: 720px;
  width: 80%;
  height: 40px;
  line-height: 40px;
  padding: 10px;
  transform: translateY(-50%);
}

.c02_bubble_outer p {
  text-align: center;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 40px;
  display: inline-block;
  position: relative;
  padding: 0 20px;
}

.c02_partA_outer {
  background-image: url(../images/aeon.jpg);
  background-size: cover;
  background-position: center center;
  margin: 0 40px;
  text-align: center;
  margin-top: 80px;
}

.c02_sample_image {
  max-width: 1280px;
  margin: 0 auto;
  height: 50vmin;
  min-height: 480px;
  position: relative;
  padding: 0 20px;
}

.c02_aeon_title {
  position: absolute;
  width: 40%;
  top: 20%;
}

.c02_aeon_img {
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 20px;
  width: 30%;
  height: auto;
  right: 0;
  bottom: 0;
  transform: translateY(75%);
}

.c02_aeon_img img {
  width: 100%;
  height: auto;
}

.c02_sample_image p {
  position: absolute;
  bottom: 40px;
  background: white;
  color: #507850;
  padding: 10px;
  font-weight: bold;
}

.c02_text_cat {
  width: 100%;
  height: 28px;
  display: flex;
}

.c02_text_cat img {
  height: 28px;
  margin-right: 10px;
}

.c02_text {
}

.c02_text h4 {
  text-align: left;
}

.c02_text h5 {
  font-weight: bold;
  color: #666;
  padding-bottom: 10px;
}

.c02_detail {
  padding-bottom: 10px;
  line-height: 150%;
}

.c02_comment {
  display: flex;
  align-items: center;
}

.c02_comment_bubble {
  border: 1px solid #009e96;
  border-radius: 10px;
  padding: 10px;
  font-size: 14px;
  line-height: 150%;
  margin-left: -1px;
  z-index: -1;
}

.c02_comment_bubble > span {
  color: #009e96;
  font-weight: bold;
}

.c02_comment img {
  width: 51px;
  height: 40px;
}

.c02_aeon {
  margin-top: 40px;
  margin-bottom: 40px;
}

.c02_aeon > .c02_text {
  padding-right: 35%;
}

.c02_flex {
  display: flex;
  justify-content: space-between;
}

.c02_flex > div {
  flex-basis: calc(50% - 20px);
}

.c02_text > img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.c02_partB {
  padding-top: 80px;
}

.c02_partB h2 {
  line-height: 200%;
  border-top: 2px solid #507850;
  border-bottom: 2px solid #507850;
  color: #507850;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
}

.c02_partB h3 {
  line-height: 200%;
  border: 2px solid #507850;
  color: #507850;
  text-align: center;
  font-weight: bold;
  font-size: 21px;
}

.c02_partB_mainimage {
  width: 90%;
  max-width: 580px;
  margin: 0 auto;
  padding: 20px 0;
}

.c02_partB_mainimage img {
  width: 100%;
  height: auto;
}

.c02_company {
  margin: 40px 0;
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 20px;
}

.c02_company > div {
  padding-top: 0;
  padding-bottom: 20px;
  align-items: center;
  border-bottom: 1px solid #507850;
}

.c02_company_cat {
  background: #507850;
  color: white;
  padding: 6px 10px;
  display: inline-block;
  text-align: center;
  margin: 0;
  font-size: 0.8rem;
}

.c02_company h4 {
  text-align: left;
  flex-shrink: 0;
  display: inline-block;
}

.c02_company > div > ul {
  font-size: 0.8rem;
}

.c02_company > div li {
  line-height: 150%;
  margin-right: 20px;
}

.c02_company > div li:first-child {
  display: flex;
  align-items: center;
}

.c02_company_web {
  margin-left: auto;
  background: white;
  border: 1px solid #009e96;
  color: #009e96;
  padding: 4px 6px;
  display: inline-block;
  min-width: 40px;
  text-align: center;
  font-size: 0.7rem;
  border-radius: 4px;
  line-height: 1em;
  margin-left: 10px;
}

/*C05_shigoto_201901added*/

.c05_intro {
  display: flex;
  align-items: center;
  max-width: 1280px;
  justify-content: center;
}

.c05_txt {
  margin: 0 40px 0 20px;
}

.c05_imagewrap {
  width: 30%;
  height: auto;
  flex-shrink: 0;
  right: 0;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

@keyframes rotate_mask {
  0% {
    transform: rotate(0deg);
  }

  14% {
    transform: rotate(51.4deg);
  }

  28% {
    transform: rotate(102.8deg);
  }

  42% {
    transform: rotate(154.2deg);
  }

  56% {
    transform: rotate(205.6deg);
  }

  70% {
    transform: rotate(257deg);
  }

  85% {
    transform: rotate(308.4deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.c05_mask {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  background-image: linear-gradient(to left, transparent 50%, #fff 0);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  animation: rotate_mask 5s infinite;
  animation-fill-mode: forwards;
}

.c05_mask::before {
  content: "";
  display: block;
  margin-left: 50%;
  height: 100%;
  border-radius: 0 100% 100% 0 / 50%;
  background-color: inherit;
  transform-origin: left;
}

.deg45::before {
  background: white;
  transform: rotate(51.4deg);
}

.c05_overlay {
  position: absolute;
  left: 0;
  top: 0;
}

.c05_imagewrap img {
  width: 100%;
  height: auto;
}

.work_cont {
  display: flex;
  margin-bottom: 40px;
  padding: 20px;
  border: 8px solid #ebf0dc;
  box-sizing: border-box;
  background: white;
}

.work_imagewrap {
  flex-basis: 50%;
  margin-right: 20px;
}

.work_imagewrap img {
  width: 100%;
  height: auto;
}

.work_videowrap_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.work_videowrap_inner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.work_textwrap {
  flex-basis: 50%;
  padding: 20px;
}

.work_textwrap h2 {
  display: inline-block;
  background-color: #32ca65;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
  color: white;
  text-align: center;
  font-weight: 400;
}

.work_textwrap h3 {
  font-size: 28px;
  font-weight: bold;
  color: #507850;
  line-height: 150%;
}

.work_textwrap h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #507850;
  padding: 20px 0;
}

.work_textwrap p {
  font-size: 14px;
  line-height: 28px;
}

footer {
  width: 100%;
  text-align: center;
  background-color: #507850;
  color: white;
  min-height: 44px;
  padding-top: 10px;
  padding-bottom: 10px;
}

footer p,
footer a,
footer h2 {
  line-height: 32px;
}

footer h2 {
  font-size: 21px;
  font-weight: 600;
}

footer a {
  color: white;
  font-weight: 600;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
}

footer a:hover {
  border-bottom: solid 1px white;
}

.campaignbanner {
  margin: 20px 0;
}
