@charset "utf-8";

/*========================================================================*\

$root

\*========================================================================*/

/* -- ここはサイトごとに変更 -- */
:root {
  --max-width: 980px;
}

@media screen and (max-width: 1040px) {
  :root {
    --inner-padding: 6.25rem 1.25rem;
    --max-width: 100%;
  }
}

/*========================================================================*\

$body

\*========================================================================*/

body,
html {
  height: 100%;
}

html {
  /*scroll-padding-top: 100px;*/
}

body {
  font-family: var(font-family);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
}

#wrapper {
  overflow: hidden;
  position: relative;
}

.inner {
  width: 100%;
  max-width: var(--max-width);
  padding: var(--inner-padding);
  margin: 0 auto;
}

/*========================================================================*\

$header

\*========================================================================*/

header {
  background: #ffffff;
}

header h1 {
  width: 280px;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
}

/*========================================================================*\

$topmain

\*========================================================================*/

#topmain {
  background:
    url(../images/bg_main_01.png) no-repeat top center,
    url(../images/bg_main_02.png) no-repeat bottom center #e6f4fd;
  background-size: contain;
}

#topmain .mainInner {
  padding: 300px 0;
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}

#topmain .mainInner h2 {
  max-width: 700px;
  margin: 0 auto;
}

/*========================================================================*\

$Co

\*========================================================================*/

#Co section .titleBox p {
  font-size: 1.5625rem;
  color: #009d58;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
}

#Co section .btn {
  width: 100%;
}

#Co section .btn a {
  background: #c2da75;
}

#Co .btn a span {
  background: #009d58;
  color: #ffffff;
  border-radius: 100px;
}

#Co .btn a span {
  background: #009d58;
  color: #ffffff;
  border-radius: 100px;
}

#Co .btn.no a:after {
  content: none;
}

#Co .btn.no a:hover {
  opacity: 1;
  transform: translateY(0px);
cursor: auto;
}

#Co .titleBox .box03 {
  margin: 3.75rem 0 2.5rem;
}

#Co .titleBox .box03 .box03Inner {
  border: 5px solid #c2da75;
  padding: 3.125rem 1.25rem 1.25rem 1.25rem;
  border-radius: 10px;
  position: relative;
}

#Co .titleBox .box03 .box03Inner p {
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1.4;
}

#Co .titleBox .box03 .box03Inner figure {
  width: 70%;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto;
}

#Co .titleBox .box03 .box03Inner .number {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #009d58;
  text-align: center;
  line-height: 60px;
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 2.125rem;
  font-weight: 900;
  color: #ffffff;
}

/*========================================================================*\

$kindsBox

\*========================================================================*/

#Co .penetrate {
  background: #fffeea;
}

#Co .penetrate .box02 {
  position: relative;
}

#Co .penetrate .box02 .detailBox {
	display: flex;
	justify-content: center;
}

#Co .penetrate .box02::after {
  border-left: 3px dashed #c9caca;
  content: "";
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translateY(-50%, 0) rotate(45deg);
  width: 3px;
}

#Co .penetrate .box02 .box02Inner figure {
  text-align: center;
}

#Co .penetrate .box02 .box02Inner:last-child {
  padding-right: 0;
  padding-left: 1.5%;
}

#Co .penetrate .box02 .box02Inner h3 {
  display: inline-block;
  padding-right: 0;
  padding-left: 1.5%;
  background: #00a9c2;
  border-radius: 900px;
  padding: 2px 15px;
  color: #ffffff;
  font-size: 1rem;
  margin-bottom: 0.3125rem;
}

#Co .penetrate .box02 .box02Inner:last-child h3 {
  background: #dd8498;
}

#Co .penetrate .box02 .box02Inner h3 {
  display: inline-block;
  padding-right: 0;
  padding-left: 1.5%;
  background: #00a9c2;
  border-radius: 900px;
  padding: 2px 15px;
  color: #ffffff;
  font-size: 1rem;
  margin-bottom: 0.3125rem;
}

#Co .penetrate .box02 .box02Inner .point-dot li {
  font-size: 1.25rem;
  font-weight: 700;
  width: 100%;
  margin-top: 0 !important;
  padding-left: 1.875rem;
}

#Co .penetrate .box02 .box02Inner .point-dot li:before {
  background: #00a9c2;
  top: 0.65em;
}

#Co .penetrate .box02 .box02Inner:last-child .point-dot li:before {
  background: #dd8498;
}

#Co .penetrate h4 {
  font-size: 1.875rem;
  color: #009d58;
  text-align: center;
  line-height: 1.3;
}

#Co .flowBox {
  position: relative;
  z-index: 10;
  padding: 0 0 0 90px;
}

#Co .flowBox .num {
  background: #009d58;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.875rem;
  font-weight: 700;
  left: -90px;
  line-height: 60px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 60px;
  z-index: 11;
}

#Co .flowBox:after {
  background: rgba(194, 218, 117, 0.8);
  content: "";
  display: block;
  height: 100%;
  left: 22px;
  position: absolute;
  top: 1px;
  width: 16px;
}

#Co .flowBox .flowBoxInner {
  margin: 0 0 1.25rem 0;
  position: relative;
}

#Co .flowBox .flowBoxInner .box02Inner {
  width: calc(100% - 340px);
}

#Co .flowBox .flowBoxInner .box02Inner h3 {
  font-size: 1.625rem;
  margin: 0 0 1rem 0 !important;
  line-height: 1.4;
  padding: 0;
}

#Co .flowBox .flowBoxInner .box02Inner:first-child {
  width: 300px;
}

/*========================================================================*\

$footer

\*========================================================================*/

#Co .visitBox {
  border-top: 5px solid #009d58;
  padding: 3.125rem 0 0 0;
  margin: 3.125rem 0 0 0;
}

#Co .visitBox .box03.bottom {
  align-items: flex-end;
}

#Co .visitBox h3 {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 2.5rem;
}

#Co .visitBox .box03.bottom .box03Inner {
  position: relative;
}

#Co .visitBox .chara {
  text-align: center;
  margin: 0 auto;
  position: absolute;
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translate(-50%, 0);
}

#Co .btn a:after,
#topmain .catchBox .btn a:after {
  border-right: solid 2px #ffffff;
  border-top: solid 2px #ffffff;
}
/*========================================================================*\

$footer

\*========================================================================*/

footer {
  background: #009d58;
}

#footerInner {
  padding: 1.25rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#footerInner p {
  line-height: 1;
  font-size: 0.75rem;
  color: #ffffff;
}

/*========================================================================*\

$presentBox

\*========================================================================*/

#Co section .presentBox {
  display: flex;
  justify-content: space-between;
  margin-top: 3.125rem;
}

#Co section .presentBox .presentBoxInner {
  width: 48.5%;
}

#Co section .presentBox .presentBoxInner .detailBox h4 {
  background: #00b097;
  color: #ffffff;
  font-size: 1.1875rem;
  text-align: center;
  padding: 0.3125rem;
}

#Co section .presentBox .presentBoxInner .detailBox .detailBoxInner {
  background: #fffcf2;
  padding: 1.25rem;
  border-bottom: 3px solid #00b097;
}

#Co section .presentBox .presentBoxInner.gardenBox {
  border: 0.5px solid #231815;
  padding: 1.25rem;
}

#Co section .presentBox .presentBoxInner.gardenBox h3 {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  letter-spacing: 0.1rem;
}

#Co section .presentBox .presentBoxInner.gardenBox p {
  letter-spacing: 0.1rem;
}
