.accent-color {
  color: #1473e6;
}

.menu-bar {
  width: 100%;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.menu {
  display: flex;
  background: rgba(255, 255, 255, 100);
  text-align: center;
  align-items: center;
  position: relative;
}
.menu-right {
  display: inline-flex;
  text-align: center;
  align-items: center;
}
.menu-bar p {
  margin: 0;
  padding: 0;
}
.menu-bar ul {
  display: inline-flex;
  text-align: center;
  align-items: center;
  list-style: none;
  color: #fff;
  margin: 0 0 0 30px;
  padding: 0;
}
.menu-bar ul li {
  margin: 0 3px;
  padding: 10px 0;
  position: relative;
}
.menu-bar .logo {
  width: 240px;
  border: none;
  margin: 0;
  padding: 0;
}
.menu a {
  color: #212529;
  text-decoration: none;
  padding: 10px 20px;
}
.menu a:hover {
  text-decoration: none;
}
.menu .active::before {
  content: "   ";
  border-top: 5px solid #1473e6;
  position: absolute;
  top: 0;
  width: 70%;
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.menu-bar .button {
  margin: 0 5px;
  padding: 10px 20px;
  font-size: 14px;
}
.menu-right p {
  margin: 0 30px;
  line-height: 1.4;
}
.menu-right .tel {
  font-weight: 600;
}
.menu-right .small {
  font-size: 80%;
}

/* ---footer -- */
.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: var(--footer-bg-color);
  /* width: 100%; */
  /* padding: 0 20px; */
  /* display: inline-flex; */
  /* align-items: center; */
  /* justify-content: space-between; */
}
.footer__inner {
  /* max-width: 1000px; */
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  /* position: relative; */
  display: flex;
  /* justify-content: space-around; */
  align-items: center;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .footer__inner {
    padding-right: 55px;
    padding-left: 55px;
    flex-direction: row;
  }
}
.footer__logo {
  width: 250px;
  height: auto;
  margin: 0 40px;
  /* position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); */
  border: none;
}
.footer-nav {
  /* flex-grow: 1; */
  margin-bottom: 20px;
}
.footer-nav__inner {
  display: flex;
  justify-content: space-between;
  /* justify-content: space-around; */
  /* justify-content: start; */
  /* margin-left: 40px; */
  flex-wrap: wrap;
  margin: 0;
}
/* @media (min-width: 1024px) {
} */
.footer-nav__item {
  /* flex: 1; */
  text-align: center;
  margin: 0 20px;
  list-style: none;
  width: 33%;
}
.footer-nav__item > *:last-child {
  margin-bottom: 0;
}
.footer-nav__item:last-child .footer-nav__link::after {
  content: none;
}
.footer-nav__link {
  position: relative;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  color: var(--footer-color);
  text-decoration: none;
}
.footer-nav__link:hover,
.footer-nav__link:active,
.footer-nav__link:visited,
.footer-nav__link:focus {
  color: var(--footer-color);
}
.footer-nav__link:hover {
  text-decoration: underline;
}
/* .footer-nav__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 15px;
  background-color: currentColor;
  transform: translateY(-50%);
} */
/* .footer-child-nav { */
/* css-wipeではスタイリングなし */
/* } */
.footer-child-nav__item {
  margin-bottom: 10px;
}
.footer-child-nav__link {
  color: var(--footer-child-nav-link-color);
  font-size: 15px;
  text-decoration: none;
}
.footer-child-nav__link:focus,
.footer-child-nav__link:hover {
  text-decoration: underline;
}
.footer-copyright {
  display: block;
  color: var(--footer-child-nav-link-color);
  font-size: 0.8rem;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 2rem 0 0;
}
/* footer ここまで base.cssからコピー */

footer {
  background: #222222;
  color: #fff;
  padding: 2rem 0 1rem;
}
footer .menu {
  background: transparent;
}
footer .menu a {
  color: #fff;
}
footer .menu .active::before {
  display: none;
}
footer .copyright {
  margin: 0;
  padding: 2rem 0 0;
  text-align: center;
  font-size: 0.8rem;
}
@media (max-width: 639px) {
  .menu-bar {
    padding: 0;
  }
  .menu {
    width: 100%;
    height: 50px;
  }
  .menu-bar a {
    padding: 0;
    color: #fff;
    background-color: #383838;
  }
  .menu-bar a:visited,
  .menu-bar a:hover,
  .menu-bar a:active,
  .menu-bar a:focus {
    color: #fff;
  }
  .menu-bar .menu > a {
    background-color: transparent;
  }
  .menu-right {
    display: none;
  }
  .menu .active::before {
    display: none;
  }
  footer .menu-bar {
    flex-wrap: wrap;
  }
  footer .menu {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
  }
  footer .menu-bar a {
    background-color: transparent;
  }
  footer .menu-bar .menu > a {
    flex-basis: 100%;
  }
  footer .menu-bar .menu ul {
    flex-basis: 100%;
    flex-wrap: wrap;
    margin: 20px 30px;
  }
  footer .menu-bar .menu ul li {
    flex-basis: 48%;
    text-align: center;
  }
  /* .line {
    width: 30px;
    height: 3px;
    background: #212529;
    margin: 5px;
  } */
  /* .hamburger {
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
    z-index: 2;
  } */
  /* .menu-bar .menu ul {
    position: fixed;
    background: #5b78c7;
    height: 100vh;
    width: 100%;
    flex-direction: column;
    clip-path: circle(100px at 90% -10%);
    -webkit-clip-path: circle(100px at 90% -10%);
    transition: all 1s ease-out;
    pointer-events: none;
    margin: 0;
  }
  .menu-bar .menu ul.open {
    clip-path: circle(1000px at 90% -10%);
    -webkit-clip-path: circle(1000px at 90% -10%);
    pointer-events: all;
    z-index: 1;
  }
  .landing {
    flex-direction: column;
  }
  .menu-bar .menu ul li {
    opacity: 0;
  }
  ..menu-bar .menu ul a {
    font-size: 25px;
  }
  .menu-bar .menu ul li:nth-child(1) {
    transition: all 0.5s ease 0.2s;
  }
  .menu-bar .menu ul li:nth-child(2) {
    transition: all 0.5s ease 0.4s;
  }
  .menu-bar .menu ul li:nth-child(3) {
    transition: all 0.5s ease 0.6s;
  }
  li.fade {
    opacity: 1;
  } */
}
/* ここから https://www.codeply.com/p/hVa3gv9Umw */
header nav {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-height: 8vh;
  background-color: #5d4954;
  font-family: "Poppins", sans-serif;
}

/* .logo {
  color: rgb(226, 226, 226);
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 20px;
} */

/* .nav-links {
  display: flex;
  justify-content: space-around;
  width: 30%;
}

.nav-links li {
  list-style: none;
}

.nav-links a {
  color: rgb(226, 226, 226);
  text-decoration: none;
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 14px;
} */

.hamburger {
  display: none;
}

.hamburger div {
  width: 25px;
  height: 3px;
  /* background-color: rgb(226, 226, 226); */
  background-color: #383838;
  margin: 5px;
  transition: all 0.2s ease;
}

@media (max-width: 1024px) {
  .nav-links {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .nav-links {
    position: fixed;
    right: 0px;
    /* height: 92vh;
      top: 8vh; */
    height: 100vh;
    top: 51.8px;
    /* background-color: #5D4954; */
    background-color: #383838;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    transform: translateX(100%);
    transition: transform 0.3s ease-in;
    z-index: 2;
  }
  .nav-links li {
    opacity: 0;
  }
  .hamburger {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
  }
}

.nav-active {
  transform: translateX(0%);
}

@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}
.toggle .line2 {
  opacity: 0;
}
.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

/* ここまで  */

section {
  width: 100%;
  margin: 0;
  padding: 1rem 0;
}
section.full-width {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
section .inner {
  width: 94%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  section {
    margin: 0 0 4rem;
  }
  section .inner {
    width: 1000px;
    margin: 0 auto;
  }
}

section h1 {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  padding-top: 2rem;
}
.first-view {
  height: 400px;
  position: relative;
  font-feature-settings: normal;
}
.first-view .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.first-view .inner p {
  max-width: 100%;
  margin: 0 auto 3rem;
}
.first-view .button {
  padding: 0.7rem 2rem;
  margin: 0;
  font-size: 1rem;
  width: 80%;
}
@media (min-width: 1024px) {
  .first-view .inner {
    width: 900px;
  }
  .first-view .inner p {
    max-width: 630px;
    margin: 2rem auto 3rem;
  }
  .first-view .button {
    padding: 0.7rem 7rem;
    width: auto;
  }
}

section h2 {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-top: 0;
}
section .subtext {
  font-size: 1rem;
  line-height: 2.8;
}
section h3 {
  font-size: 1.2rem;
  color: #1473e6;
}
.text-left h1,
.text-left h2,
.text-left h3,
.text-left h4,
.text-left h5,
.text-left h6,
.text-left p {
  text-align: left;
}
.text-left .flex-column {
  align-items: flex-start;
}
.text-left dl {
  text-align: left;
}

section p {
  text-align: center;
}
section > img {
  width: 1000px;
  max-width: 100%;
  height: 300px;
  max-height: 300px;
  object-fit: cover;
}
section .inner > p {
  margin-top: 3rem;
}

.flex-container {
  display: flex;
  margin: 0 0 3rem;
  align-items: center;
  flex-wrap: wrap;
}
.flex-column {
  flex-direction: column;
}
.flex-3 .flex-item {
  flex-basis: 100%;
  margin: 0 15px;
  text-align: center;
}
.flex-2 .flex-item {
  flex-basis: 100%;
  margin: 0 15px;
  text-align: center;
}
.flex-2 .flex-item.bg-gray {
  flex-basis: 100%;
  margin: 0 15px;
  text-align: center;
}
@media (min-width: 1024px) {
  .flex-3 .flex-item {
    flex-basis: 30%;
    margin: 0 15px;
  }
  .flex-2 .flex-item {
    flex-basis: 40%;
    margin: 0 15px;
  }
  .flex-2 .flex-item.bg-gray {
    flex-basis: 47%;
    margin: 0 15px;
  }
}

.flex-item p {
  width: 100%;
}
.flex-item img.full-width {
  object-fit: cover;
  width: 100%;
}

.bg-gray {
  background: #f0f0f0;
}
.bg-white {
  background: #fff;
}

.button {
  color: #fff;
  background: #1473e6;
  border: 1px solid #1473e6;
  border-radius: 4px;
  margin: 4rem auto;
  padding: 0.7rem 2rem;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 640px) {
  .button {
    padding: 0.7rem 4rem;
  }
}
.button:hover {
  color: #fff;
  background: #1161c3;
  text-decoration: none;
}
.button-outline {
  color: #1473e6;
  background: #fff;
}
.button-outline:hover {
  color: #fff;
  background: #1473e6;
  text-decoration: none;
}

.border-block {
  /* border: 1px solid #f0f0f0; */
  border: 1px solid #c5c5c5;
  padding: 1rem 1rem;
}
@media (min-width: 1024px) {
  .border-block {
    padding: 1rem 3rem;
  }
}
.border-block h2,
.border-block h3 {
  margin-top: 1rem;
}

/* dl.flow {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
dl.flow dt,
dl.flow dd {
  background: #f0f0f0;
  padding: 1rem 2rem;
  margin: 0 0 2rem;
}
dl.flow dt {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
dl.flow dd {
  flex-basis: 100%;
}
dl.flow dd:not(:last-child)::after {
  font-family: "Material Icons";
  content: "arrow_drop_down";
  font-size: 3rem;
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: 1rem;
  text-align: center;
  color: #cccccc;
}
@media (min-width: 1024px) {
  dl.flow dt,
  dl.flow dd {
    padding: 1rem 2rem;
    margin: 0 0 4rem;
  }
  dl.flow dt {
    flex-basis: 20%;
    margin-bottom: 4rem;
  }
  dl.flow dd {
    flex-basis: 80%;
  }
  dl.flow dd:not(:last-child)::after {
    margin-top: 2rem;
  }
} */

img.dummy {
  height: fit-content;
}

.circle {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  line-height: 70px;
  text-align: center;
  border: 2px solid;
  display: inline-block;
  margin: 0;
}

ul.checkmark {
  list-style: none;
}
ul.checkmark li {
  padding-left: 2em;
}
ul.checkmark li:before {
  font-family: "Material Icons";
  content: "check_circle";
  font-size: 2rem;
  vertical-align: -18%;
  margin-left: -1rem;
  margin-right: 0.4rem;
}

/* ----------- service page ----------- */
.cta__button-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  text-align: center;
}
.cta__button {
  display: block;
  margin: 0 auto 2rem;
  padding: 1rem 3rem;
  font-size: 1rem;
  max-width: 90%;
}
.cta .flex-container {
  padding: 1rem;
  margin-bottom: 0;
}
.cta .flex-container p {
  margin-bottom: 0;
  padding: 0.4rem 0;
}
/* .cta .flex-container:not(:last-child) .flex-item:first-child {
  flex-basis: 100%;
} */
.cta .flex-container:not(:last-child) .flex-item:last-child {
  flex-basis: 100%;
}
.cta .flex-container.download .flex-item:first-child {
  /* flex-basis: 100%; */
  padding: 1rem 0;
  width: 80px;
}
.cta .flex-container.download .flex-item:last-child {
  flex-basis: 100%;
  flex-grow: 1;
}
.cta .flex-container.download {
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .cta__button {
    padding: 1rem 9rem;
    font-size: 1.375rem;
    max-width: 500px;
  }
  .cta .flex-container {
    padding: 1rem 2rem;
    margin-bottom: 0;
  }
  .cta .flex-container p {
    margin-bottom: 0;
    padding: 0.4rem 0;
  }
  .cta .inner > .flex-container:not(:last-child) .flex-item:first-child {
    flex-basis: 60%;
  }
  .cta .inner > .flex-container:not(:last-child) .flex-item:last-child {
    flex-basis: 30%;
    border-left: 1px solid #ccc;
    flex-grow: 1;
  }
  .cta .flex-container.download .flex-item:first-child {
    padding: 0.6rem 0;
  }
  .cta .flex-container.download .flex-item:first-child {
    flex-basis: 52%;
  }
  .cta .flex-container.download .flex-item:last-child {
    flex-basis: 41%;
  }
  /* お問い合わせボタン */
  .cta .button {
    max-width: 500px;
  }
  /* 無料サークル */
  .cta .flex-container.download .flex-item:first-child .flex-item:first-child {
    flex-basis: 17%;
  }
  /* 製品紹介やお役たち資料を無料でご活用いただけます */
  .cta .flex-container.download .flex-item:first-child .flex-item:last-child {
    flex-basis: 83%;
    margin-left: 0;
    padding: 0 0 0 1rem;
  }
  /* ダウンロードボタン */
  .cta .flex-container.download .flex-item:last-child p {
    text-align: right;
  }
  .cta .flex-container.download {
    margin-bottom: 3rem;
  }
}

.example dl {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  font-size: 0.8rem;
}
.example dl dt {
  flex-basis: 40%;
}
.example dl dd {
  flex-basis: 60%;
}

.more .flex-item.bg-gray {
  margin: 0.5rem;
  padding: 1rem 1.5rem;
}
.more .flex-item.bg-gray p {
  margin: 0;
}
@media (min-width: 1024px) {
  .more .flex-item.bg-gray {
    padding: 2rem 3rem;
  }
}

/* ----------- price page ----------- */
.flex-price {
  justify-content: center;
}
.flex-price .flex-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.6rem 0;
}
@media (max-width: 639px) {
  .flex-price .flex-item:nth-child(2),
  .flex-price .flex-item:nth-child(4) {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
  }
}
.flex-price div.flex-item {
  flex-basis: 90%;
  font-size: 1.2rem;
}
.flex-price p.flex-item {
  flex-basis: 90%;
  font-size: 3rem;
}
@media (min-width: 640px) {
  .flex-price div.flex-item {
    flex-basis: 30%;
    font-size: 1.2rem;
  }
  .flex-price p.flex-item {
    flex-basis: 5%;
    font-size: 3rem;
  }
}
.flex-price .price {
  font-size: 1.4rem;
}
.flex-price .tax {
  font-size: 0.8rem;
}
.flex-price p {
  margin: 0;
  text-align: center;
}
.flex-price-table .flex-item {
  padding: 3rem 3rem 5rem;
  margin: 1rem 0;
  width: 100%;
}
@media (min-width: 640px) {
  .flex-price-table .flex-item {
    padding: 3rem 3rem 3rem;
    margin: 1rem 0;
    width: auto;
    flex-basis: 33%;
  }
}
.flex-price-table p {
  margin: 0;
  text-align: center;
}
.flex-price-table .price {
  font-size: 1.4rem;
}
.flex-price-table .tax {
  font-size: 0.8rem;
}
.flex-price-table ul {
  margin: 2rem 0;
  text-align: center;
  list-style: none;
}
.flex-price-table ul li {
  border-top: 1px solid #c5c5c5;
  line-height: 2.7;
  margin: 0;
}
.flex-price-table ul li:last-child {
  border-bottom: 1px solid #c5c5c5;
}
.flex-price-table ul li.disabled {
  color: #aaa;
}
.flex-price-table ul li:not(.disabled):before {
  color: #aaa;
  color: var(--submit-bg-color, #1473e6);
  font-family: 'Material Icons';
  content: "\e86c";
  padding-right: 0.4rem;
  /* position:absolute; */
  /* left: 0;
  top: 0; */
}
.flex-price-table .flex-item.recommend {
  padding: 4rem 3rem 4rem;
  margin: 0;
  border-color: var(--submit-bg-color, #1473e6);
  border-width: 2px;
}
.faq dt {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2.3;
}
.download {
  padding: 2rem;
}
@media (min-width: 1024px) {
  .download .flex-item:first-child {
    flex-basis: 50%;
  }
}
@media (min-width: 1024px) {
  .download p {
    margin-bottom: 0;
    padding: 0.4rem 0;
  }
}

/* ----------- contact page ----------- */
form .required::after {
  content: "必須";
  background: #ff7400;
  color: #fff;
  font-size: 0.7rem;
  padding: 2px 5px;
  margin-left: 0.5rem;
}
form .title {
  font-size: 1.1rem;
  font-weight: 600;
}
textarea,
input[type="text"],
input[type="email"],
input[type="date"],
input[type="number"] {
  line-height: 2.5;
  padding: 4px 10px;
}
input[type="text"],
input[type="email"],
input[type="date"],
input[type="number"] {
  line-height: 2.5;
}
textarea {
  line-height: 1.2;
}

form label {
  line-height: 2.2;
}
form p > label:nth-child(3) input[type="radio"] {
  margin-top: 1rem;
}
textarea#content {
  height: 200px;
}
form h2 {
  margin: 3rem 0;
}

/* break point */
/* mobile portrait */

/* mobile landscape */
/*
@media (min-width: 640px) {
}
*/

/* tablet portrait */
/*
@media (min-width: 768px) {
}
*/

/* tablet landscape */
/*
@media (min-width: 1024px) {
}
*/

/* laptop */
/*
@media (min-width: 1280px) {
}
*/
