@charset "UTF-8";
/*
*
* custom
*
*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
/*
*
* menu
*
*/
header ul li.service {
  position: static;
}

header .contents_in {
  position: relative;
}

header ul li.service::after {
  display: none;
}

header ul li.service {
  position: static;
}
header ul li.service > span {
  position: relative;
}
header ul li.service > span::before {
  position: absolute;
  transition: 0.3s;
  content: "";
  bottom: 9px;
  right: -15px;
  transform: rotate(135deg);
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
header ul li.service > span::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #FFF;
  border-top: 0;
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.top ul li.service {
  position: static;
}
.top ul li.service > span {
  position: relative;
}
.top ul li.service > span::before {
  position: absolute;
  transition: 0.3s;
  content: "";
  bottom: 9px;
  right: -15px;
  transform: rotate(135deg);
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.top ul li.service > span::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #FFF;
  border-top: 0;
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.change-color ul li.service > span::before {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

.is-open > span::before {
  transform: rotate(-45deg) !important;
  transition: 0.3s;
  bottom: 6px !important;
}
.is-open > span::after {
  opacity: 1 !important;
  transform: translateY(0) !important;
  visibility: visible !important;
}
.is-open .c-dropMenu {
  opacity: 1;
  transform: translateY(0) translateX(-50%);
  visibility: visible;
}

.c-dropMenu {
  position: absolute;
  left: 0;
  top: calc(100% - 20px);
  left: 50%;
  width: 60%;
  padding: 50px 35px;
  display: flex;
  justify-content: space-around;
  background-color: #FFF;
  box-shadow: 0 1px 5px 0 rgba(143, 143, 143, 0.5);
  opacity: 0;
  transform: translateY(-10px) translateX(-50%);
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
.c-dropMenu > div {
  color: #333;
  width: 48%;
}
.c-dropMenu > div h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.c-dropMenu > div ul {
  display: block;
}
.c-dropMenu > div ul li {
  display: block;
  padding-left: 20px;
  border-bottom: none;
}
.c-dropMenu > div ul li a {
  padding: 5px;
  color: #333;
  background-image: url(../images/common/btn_arrow_g.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 10px;
  padding-left: 20px;
  white-space: nowrap;
}
.c-dropMenu > div ul li a::after {
  display: none;
}
.c-dropMenu > div ul li a:hover {
  text-decoration: underline;
  background-position: left 5px center;
}

.top ul li.service .c-dropMenu {
  top: 100%;
}

footer .cnt_nav .flex_box {
  justify-content: flex-start !important;
}

.ttl_box {
  position: relative;
  overflow: hidden;
}
.ttl_box h1 {
  z-index: 9;
  position: relative;
}
.ttl_box .bgText {
  position: absolute;
  white-space: nowrap;
  font-family: "Oswald", sans-serif;
  top: 5px;
  left: 50%;
  color: #FFF;
  -webkit-text-stroke: 2px #dbdbdb;
  text-stroke: 2px #dbdbdb;
  paint-order: stroke;
  transform: translateX(-50%);
  font-size: 70px;
}

.header__btnGorup {
  display: flex;
}
.header__btnGorup .btn_contact {
  width: 150px;
}
.header__btnGorup .btn_contact:first-child {
  margin-right: 10px;
}

.c-custom .linkList {
  margin-top: -30px;
  padding-left: 10px;
}
.c-custom .linkList li {
  padding: 8px 0px;
}
.c-custom .linkList a {
  padding: 5px;
  background-image: url(../images/common/btn_arrow_g.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 10px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
}
.c-custom .linkList a::after {
  display: none;
}
.c-custom .linkList a:hover {
  text-decoration: underline;
  background-position: left 5px center;
}
.c-custom .navTtl {
  width: 150px;
}
.c-custom.footer {
  position: relative;
  padding-bottom: 190px;
}
.c-custom .ftNavi {
  position: absolute;
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
.c-custom .ftNavi > div {
  width: 50%;
}
.c-custom .ftNavi h3 {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
}
.c-custom .ftNavi li {
  margin: 0 !important;
}
.c-custom .ftNavi li a {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
}

/*
*
* page
*
*/
.c-page .ttl_box {
  line-height: 1.5;
}
.c-page .dummy {
  position: relative;
}
.c-page .dummy::after {
  content: "dummy";
  opacity: 0.3;
  position: absolute;
  z-index: 99;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-page .inner {
  max-width: 1081px;
  width: 100%;
  margin: 0 auto;
}
.c-page .content {
  padding: 80px 0;
}
.c-page .content.--gray {
  background-color: #F4F4F4;
}
.c-page .content.--light {
  background-color: #F0F6C7;
}
.c-page .content.--wavy {
  background-color: #F4F4F4;
  padding-bottom: 0;
}
.c-page .content.--wavy:after {
  display: block;
  height: 100px;
  width: 100%;
  content: "";
  background-image: url("data:image/svg+xml;utf8,  <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 100' preserveAspectRatio='none'>    <path d='M -80 50 Q -60 50 -40 25 Q 0 -25 40 25 Q 60 50 80 50 Q 100 50 120 25 Q 160 -25 200 25 Q 220 50 240 50 Q 260 50 280 25 Q 320 -25 360 25 Q 380 50 400 50 Q 420 50 440 25 Q 480 -25 520 25 Q 540 50 560 50 Q 580 50 600 25 Q 640 -25 680 25 Q 700 50 720 50 Q 740 50 760 25 Q 800 -25 840 25 Q 860 50 880 50 Q 900 50 920 25 Q 960 -25 1000 25 Q 1020 50 1040 50 Q 1060 50 1080 25 Q 1120 -25 1160 25 Q 1180 50 1200 50 Q 1220 50 1240 25 Q 1280 -25 1320 25 Q 1340 50 1360 50 L 1280 100 L 0 100 Z' fill='%23ffffff'/>  </svg>");
  background-position: bottom;
  background-repeat: repeat;
  background-size: cover;
}
.c-page .ttl {
  text-align: center;
  font-weight: 500;
  font-size: 35px;
  line-height: 1.5;
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D9D9D9;
}
.c-page .ttl:before {
  content: "";
  position: absolute;
  bottom: -3px;
  display: inline-block;
  width: 150px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #CAE500;
  border-radius: 2px;
}
.c-page .subTtl {
  position: relative;
  font-size: 28px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.c-page .subTtl::before {
  content: "";
  width: 4px;
  height: 40px;
  background-color: #CAE500;
  border-radius: 2px;
  margin-right: 10px;
}
.c-page .midTtl {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  padding: 5px 20px;
  position: relative;
  margin: 100px 0;
}
.c-page .midTtl::after {
  position: absolute;
  content: "";
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 3px;
  height: 40px;
  background-color: #CAE500;
}
.c-page .lead {
  margin: 40px auto 70px;
  width: 100%;
  max-width: 900px;
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
}
.c-page .mainVisual h1 {
  font-size: 39px;
  color: #000000;
  font-weight: 700;
  text-align: center;
}
.c-page .mainVisual .visual {
  position: relative;
  height: 300px;
  overflow: hidden;
}
.c-page .mainVisual .visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-page .mainVisual .mainLead {
  padding: 50px 0;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 500;
}
.c-page .concept {
  margin: 60px 0 10px;
  padding: 40px 25px 40px;
  background-color: #F0F6C7;
  background: linear-gradient(-65deg, #e1ee8e 40%, #f0f6c7 50%);
  font-weight: 500;
}
.c-page .concept > div {
  display: flex;
  align-items: center;
  max-width: 1081px;
  width: 100%;
  margin: 0 auto;
}
.c-page .concept h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  padding-right: 50px;
  text-shadow: 1px 2px 10px #FFF;
  white-space: nowrap;
}
.c-page .concept h2 span {
  display: inline-block;
}
.c-page .concept .subLead {
  font-size: 18px;
  line-height: 35px;
}
.c-page .issueList ul {
  width: 70%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 140px;
}
.c-page .issueList ul::after {
  content: "・・・・";
  position: absolute;
  bottom: 50px;
  left: calc(50% - 2em);
  transform: translateX(-50%);
  font-size: 30px;
  color: rgb(186, 32, 32);
  transform: rotate(90deg);
  display: flex;
  justify-content: center;
}
.c-page .issueList ul li {
  padding: 15px 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding-left: 40px;
}
.c-page .issueList ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  border: 3px solid rgb(186, 32, 32);
  border-radius: 10px;
}
.c-page .issueList ul li::after {
  content: "";
  position: absolute;
  left: 3px;
  top: calc(50% - 10px);
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 10px;
  border-left: 3px solid rgb(186, 32, 32);
  border-bottom: 3px solid rgb(186, 32, 32);
  transform: rotate(-45deg);
}
.c-page .strongList ol {
  padding: 25px 35px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
.c-page .strongList ol.center li {
  justify-content: center;
}
.c-page .strongList ol.center p {
  text-align: center;
}
.c-page .strongList ol li {
  border: 1px solid #CCC;
  border-radius: 10px;
  padding: 25px 25px;
  box-shadow: 0 1px 15px 0 rgba(143, 143, 143, 0.2);
  position: relative;
  display: flex;
  align-items: center;
  list-style-type: none;
  counter-increment: cnt;
}
.c-page .strongList ol li:before {
  display: marker;
  position: absolute;
  content: counter(cnt);
  height: 50px;
  width: 50px;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  background-color: #FF860D;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 100vh;
  top: -25px;
  left: -25px;
}
.c-page .strongList ol .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
}
.c-page .strongList ol .title.small {
  font-size: 22px;
}
.c-page .strongList ol .explanation {
  font-size: 14px;
  line-height: 1.5;
}
.c-page .boxListLead {
  margin-bottom: 30px;
}
.c-page .boxList + .boxList {
  margin-top: 100px;
}
.c-page .boxList + .btn_more {
  margin-top: 50px;
}
.c-page .boxList a {
  text-decoration: underline;
  position: relative;
  display: inline-block;
}
.c-page .boxList a:hover {
  text-decoration: none;
}
.c-page .boxList.baitai .main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.c-page .boxList.baitai .main .thumbnail {
  height: 200px;
  overflow: hidden;
  margin-bottom: 10px;
}
.c-page .boxList.baitai .main .thumbnail img {
  width: 100%;
}
.c-page .boxList.baitai .main .thumbnail.middle {
  position: relative;
}
.c-page .boxList.baitai .main .thumbnail.middle img {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.c-page .boxList.baitai .main .name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.5;
}
.c-page .boxList.baitai .main .explanation {
  font-size: 14px;
  line-height: 1.5;
}
.c-page .boxList.pickup .main + .subTtl {
  margin-top: 50px;
}
.c-page .boxList.pickup .main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.c-page .boxList.pickup .main > li {
  border: 1px solid #CCC;
  border-radius: 10px;
  padding: 20px 15px;
  box-shadow: 0 1px 15px 0 rgba(143, 143, 143, 0.2);
}
.c-page .boxList.pickup .main .thumbnail {
  height: 150px;
  overflow: hidden;
  margin-bottom: 10px;
}
.c-page .boxList.pickup .main .thumbnail img {
  width: 100%;
}
.c-page .boxList.pickup .main .thumbnail.middle {
  position: relative;
}
.c-page .boxList.pickup .main .thumbnail.middle img {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.c-page .boxList.pickup .main .name {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.5;
}
.c-page .boxList.pickup .main .explanation {
  font-size: 16px;
  line-height: 1.9;
}
.c-page .boxList.pickup .main .tags {
  margin-top: 20px;
}
.c-page .boxList.pickup .main .tags li,
.c-page .boxList.pickup .main .tags span,
.c-page .boxList.pickup .main .tags a {
  margin: 10px 5px 0 0;
  display: inline-block;
  padding: 5px 20px;
  font-size: 13px;
  line-height: 1;
  background-color: #CAE500;
  border-radius: 100Vh;
}
.c-page .boxList.pickup .main .tags li {
  background-color: #FFF;
  border: 1px solid #CCC;
}
.c-page .boxList.etc .main + .subTtl {
  margin-top: 50px;
}
.c-page .boxList.etc .main > li {
  border: 1px solid #CCC;
  padding: 15px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: center;
  gap: 30px;
  margin-bottom: 10px;
}
.c-page .boxList.etc .main > li.full {
  grid-template-columns: 1fr;
}
.c-page .boxList.etc .main > li h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.c-page .boxList.etc .main > li ul {
  display: flex;
  flex-wrap: wrap;
}
.c-page .boxList.etc .main > li ul li {
  padding: 10px;
  display: inline-block;
}
.c-page .caseList .main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.c-page .caseList .main .thumbnail {
  height: 200px;
  overflow: hidden;
  margin-bottom: 15px;
}
.c-page .caseList .main .thumbnail img {
  width: 100%;
}
.c-page .caseList .main .thumbnail.middle {
  position: relative;
}
.c-page .caseList .main .thumbnail.middle img {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.c-page .caseList .main .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.c-page .caseList .main .name {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.c-page .caseList .main .explanation {
  font-size: 14px;
  line-height: 1.5;
}
.c-page .planList .main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.c-page .planList .main li {
  background-color: #FFF;
  padding: 20px;
  border-radius: 10px;
}
.c-page .planList .main .thumbnail {
  height: 200px;
  overflow: hidden;
  margin-bottom: 15px;
}
.c-page .planList .main .thumbnail img {
  width: 100%;
}
.c-page .planList .main .thumbnail.middle {
  position: relative;
}
.c-page .planList .main .thumbnail.middle img {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.c-page .planList .main .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.c-page .planList .main .name {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.c-page .planList .main .explanation {
  font-size: 14px;
  line-height: 1.5;
}
.c-page .planList .main .btn_more {
  margin-top: 20px;
}

/*
*
* utility hidden
*
*/
.u-sp {
  display: none;
}

.u-pc {
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  header ul li.service > span::before {
    right: -13px !important;
    bottom: 6px;
  }
  .top ul li.service > span::before {
    right: -13px !important;
    bottom: 6px;
  }
  .c-custom .linkList {
    padding-left: 0px;
  }
  .c-custom .linkList a {
    font-size: 14px;
  }
  .c-page .mainVisual .mainLead {
    padding: 25px 5px;
  }
  .c-page .concept h2 {
    font-size: 26px;
  }
  .c-page .concept .subLead {
    font-size: 16px;
  }
  .c-page .issueList ul {
    width: 90%;
  }
  .c-page .strongList ol {
    gap: 35px;
  }
  .c-page .boxList {
    padding: 0 25px;
  }
  .c-page .boxList.pickup .main {
    grid-template-columns: 1fr;
  }
  .c-page .caseList {
    padding: 0 25px;
  }
  .c-page .planList {
    padding: 0 25px;
  }
}

@media screen and (max-width: 749px) {
  header ul li.service > span::before {
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    right: 0px !important;
    bottom: 30px;
  }
  .top ul li.service > span::before {
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    right: 0px !important;
    bottom: 30px;
  }
  .is-open > span::before {
    bottom: 27px !important;
  }
  .is-open .c-dropMenu {
    position: static;
    transform: translateY(0);
  }
  .c-dropMenu {
    display: block;
    padding: 0 10px;
    box-shadow: none;
    left: 0;
    transform: translateY(0);
  }
  .c-dropMenu > div {
    width: 100%;
  }
  .c-dropMenu > div h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .c-dropMenu > div ul li:last-child {
    margin-bottom: 15px;
  }
  .c-dropMenu > div ul li {
    padding-left: 10px;
  }
  .ttl_box .bgText {
    font-size: 40px;
  }
  .header__btnGorup {
    justify-content: center;
    width: 100%;
  }
  .c-custom .linkList {
    margin-top: -10px;
  }
  .c-custom .linkList a {
    padding-left: 15px;
    font-size: 12px;
  }
  .c-custom .navTtl {
    width: 100%;
  }
  .c-custom .ftNavi {
    display: block;
    position: static;
  }
  .c-custom .ftNavi > div {
    width: 100%;
  }
  .c-custom .ftNavi h3 {
    margin-bottom: 0px;
    padding: 20px 0 12px 33px;
  }
  .c-custom .ftNavi ul {
    margin-left: 35px;
  }
  .c-custom .ftNavi li a {
    padding-left: 0 !important;
    margin-bottom: 0px;
  }
  .c-page .concept > div {
    flex-wrap: wrap;
  }
  .c-page .concept h2 {
    margin-bottom: 20px;
  }
  .c-page .strongList ol {
    grid-template-columns: 1fr;
  }
  .c-page .boxList.etc .main > li {
    gap: 10px;
    grid-template-columns: 1fr;
  }
  .c-page .boxList.etc .main > li ul li {
    padding: 5px;
  }
  .u-sp {
    display: inline-block;
  }
  .u-pc {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .c-page .content {
    padding: 40px 0;
  }
  .c-page .ttl {
    font-size: 30px;
  }
  .c-page .subTtl {
    font-size: 24px;
  }
  .c-page .midTtl {
    font-size: 24px;
  }
  .c-page .lead {
    margin: 20px auto 30px;
    padding: 0 25px;
  }
  .c-page .mainVisual .visual {
    height: 200px;
  }
  .c-page .mainVisual .mainLead {
    font-size: 20px;
  }
  .c-page .concept {
    font-size: 20px;
  }
  .c-page .concept .subLead {
    font-size: 18px;
    line-height: 30px;
  }
  .c-page .issueList ul::after {
    left: 35%;
  }
  .c-page .issueList ul li {
    line-height: 1.5;
  }
  .c-page .issueList ul li::before {
    top: 20px;
  }
  .c-page .issueList ul li::after {
    top: 20px;
  }
  .c-page .caseList .main {
    grid-template-columns: 1fr;
  }
  .c-page .planList .main {
    grid-template-columns: 1fr;
  }
}