/* variable START */
:root {
  --pc--max: 1024px;
  --pc--min: 1025px;
  --pd--max: 768px;
  --pd--min: 769px;
  --sp--max: 640px;
  --sp--min: 641px;
  --text: #333333;
  --blue: #00a1f5;
  --orange--start: #fab823;
  --orange--end: #f68d0c;
}

/* variable END */

/* common START */
.pageWidth {
  display: flex;
  width: 100%;
  max-width: var(--pc--max);
  margin-left: auto;
  margin-right: auto;
}

.content {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
section h2.bpContentTitle {
  border: none;
  text-align: center;
  font-size: 30px;
  margin: 0 0 60px 0;
  padding: 0;
  font-weight: bold;
  color: #00A1F5;
}
@media only screen and (max-width: 640px) {
  section h2.bpContentTitle {
    margin-bottom: 1em;
    font-size: calc(3vw + 12px);
  }
}
/* common END */

/* layout START */
header {
  height: auto;
}

.main {
  margin: 0;
  padding: 0;
}

@media (min-width: 641px) and (max-width: 1024px) {
  #bpPage {
    width: 1024px;
  }
  #bpPage .w1024,
  #bpPage header,
  #bpPage footer {
    box-sizing: border-box;
    padding-left: 3%;
    padding-right: 3%;
  }
}
/* layout END */

/* header START */
#hedaderInner {
  height: 82px;
  z-index: 6;
}

#siteLogo {
  height: auto;
}

header nav ul {
  justify-content: end;
}

header nav ul li {
  margin-right: 2em;
}

#headerToggle {
  display: none;
}

@media only screen and (min-width: 641px) {
  #hedaderInner .spManu {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  #hedaderInner {
    width: 100%;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  header #siteLogo {
    width: 38%;
  }

  #mothers {
    width: 60%;
    max-width: 270px;
    padding-right: 48px;
  }

  #mothers p {
    font-size: calc(0.9vw + 8px);
    line-height: 1.2;
  }

  #hedaderInner .spManu {
    position: fixed;
    top: 8px;
    right: 8px;
    width: 48px;
    height: 48px;
    overflow: hidden;
    z-index: 9;
  }

  #hedaderInner .spManu span {
    position: absolute;
    left: 50%;
    top: calc(50% - (2px / 2));
    transform: translate(-50%, 0);
    display: block;
    width: 30px;
    height: 2px;
    background-color: #000000;
    transition-duration: 0.3s;
  }

  #hedaderInner .spManu span:first-child {
    transform: translate(-50%, -12px);
  }

  #hedaderInner .spManu span:last-child {
    transform: translate(-50%, 12px);
  }

  #headerToggle:checked~.spManu span {
    display: none;
  }

  #headerToggle:checked~.spManu span:first-child {
    display: block;
    transform: translate(-50%, 0) rotate(45deg);
  }

  #headerToggle:checked~.spManu span:last-child {
    display: block;
    transform: translate(-50%, 0) rotate(135deg);
  }

  #hedaderInner nav {
    position: fixed;
    left: 0;
    top: 82px;
    display: block;
    width: 100%;
    max-height: 0;
    padding: 0;
    background-color: #e1e1e1;
    transition-duration: 0.5s;
    overflow: hidden;
  }

  #headerToggle:checked~nav {
    max-height: 100vh;
    overflow: auto;
  }

  #hedaderInner nav ul {
    flex-direction: column;
    align-items: start;
    margin: 0;
    padding: 0;
  }

  #hedaderInner nav>ul>li,
  #hedaderInner nav>ul>li:first-child {
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ffffff;
  }

  #hedaderInner nav a {
    display: block;
    width: 100%;
    padding: 16px;
    line-height: 1.4;
  }

  #hedaderInner nav a.contactBtn {
    display: block;
    width: 90%;
    height: auto;
    max-width: 20em;
    margin: 16px auto;
    text-align: center;
  }
}
/* header END */

/* breadcrumb START */
.breadcrumb {
  margin: 0;
  padding: 100px 0 10px 0;
  background-color: #ffffff;
}
.breadcrumbList {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
  align-items: center;
  width: var(--pc--max);
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.breadcrumbList a {
  display: flex;
  gap:1em;
  padding: 5px 0;
  color: var(--text);
}
.breadcrumbList a::after {
  content: "/";
}
@media only screen and (max-width: 1024px) {
  .breadcrumbList {
    padding: 0 3%;
  }
}
@media only screen and (max-width: 640px) {
  .breadcrumb {
    padding: 90px 0 5px 0;
  }
}
/* breadcrumb END */

/* top page START */
#pageTop .contactBox .w1024 {
  padding-top: 100px;
}
#feature ul.functionInfoList li {
  position: relative;
  /*padding-bottom: 3em;*/
}
/*#feature ul.functionInfoList li p {
	min-height: 6.5em;
} */
#feature ul li:last-child {
  margin-bottom: 100px;
}
#feature ul li img {
  width: auto;
  height: 120px;
}
#feature ul li .linkFunction {
  display: block;
  width: fit-content;
  padding: 1em 1.5em 0 1em;
  font-weight: bold;
  color: var(--orange--end);
  position: relative;
  transition: transform 0.5s ease-in-out;
	text-align: right;
	margin: 0 0 0 auto;
}
#feature ul li img,
#feature ul li:nth-child(4) img {
	width: 260px;
	height: auto;
}

#feature ul li .linkFunction::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border: solid orange;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
}

#feature ul li .linkFunction:hover {
  opacity: 0.8;
	  transform: translateX(-5px);
}
/* top page END */

/* pageFunction START */
#pageFunction {
  padding-top: 140px;
  padding-bottom: 100px;
  background-color: #ffffff;
}
.functionBox {
  padding: 0;
}
.functionList {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin: 0 0 80px 0;
  padding: 0;
}

.functionList li {
  margin: 20px 0 ;
	/*margin: 40px 0; */
  padding-top: 90px;  /* アンカーリンクのための固定ヘッダー分調整*/
  margin-top:-90px;
}
.funcCont {
	  display: flex;
  justify-content: space-between;
		border-radius: 10px;
	padding: 2em;

    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
/*.functionList li:nth-child(even) {
  flex-direction: row-reverse;
}*/

.functionList li .desc {
  width:55%;
}

.functionList li .desc .title {
  margin-bottom: 0.8em;
  font-size: 23px;
  font-weight: bold;
}

.functionList li .desc .text {
  font-size: 15px;
  line-height: 1.8;
}

.functionList li .img {
  width: 45%;
}

.functionList li .img img {
  display: block;
  margin: 0 auto;
  max-width: calc(100% - 50px);
  height: auto;
}

@media only screen and (max-width: 640px) {
  #pageFunction {
    padding-top: 100px;
  }
  .functionList {
    gap: 20px;
    margin-bottom: 20px;
  }

  .functionList li,
  .functionList li:nth-child(even) {
    flex-direction: column;
    gap: 20px;
	padding-top: 50px;
    margin-top: -50px;
  }
  .functionList li .desc,
  .functionList li .img,
  .functionList li:nth-child(even) .img {
    width: 100%;
  }
  .functionList li .desc .title {
    font-size: calc(3vw + 10px);
  }
  .functionList li .img img,
  .functionList li:nth-child(even) .img img {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
  }
	.functionList li:nth-of-type(4) .img img {
		max-width: 300px;
	}

	.functionList li .funcCont {
		display: block;
	}
}

/* pageFunction END */

/* pageFaq START */
#pageFaq {
  padding-top: 140px;
  padding-bottom: 100px;
  background-color: #ffffff;
}
.faqBox {
  padding: 0;
}
.faqList {
  margin: 0 0 120px 0;
  padding: 0;
}
.faqList li {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.faqList li:first-child {
  padding-top: 0;
}
.faqList li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.faqList li p {
  display: flex;
  gap: 0.5em;
  align-items: start;
  margin: 20px 0;
  font-size: 20px;
  line-height: 1.6;
}
.faqList li p::before {
  display: block;
  width: 36px;
  min-width: 36px;
  height: 36px;
  color: #ffffff;
  text-align: center;
  line-height: 36px;
  border-radius: 4px;
  background-color: #d1d1d1;
}
.faqList li p.question::before {
  content: "Q";
  background-color: var(--orange--end);
}
.faqList li p.anser::before {
  content: "A";
  background-color: var(--blue);
}
@media only screen and (max-width: 640px) {
  #feature ul.functionInfoList li p {
	min-height: auto;
	}
  #pageFaq {
    padding-top: 100px;
  }
  .faqList {
    margin-bottom: 60px;
  }
  .faqList li {
    padding: 20px 0;
  }
}
/* pageFaq END */

/* pageDownload START */
#pageDownload {
  padding-top: 140px;
  padding-bottom: 100px;
  background-color: #ffffff;
}
.downloadBox {
  padding: 0;
}
@media only screen and (max-width: 640px) {
  #pageDownload {
    padding-top: 100px;
  }
}
/* pageDownload END */

