@charset "UTF-8";
article header h2 {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  article header h2 {
    font-size: 2.4rem;
  }
}

/*============================
#assignment
============================*/
article#assignment {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#assignment {
    width: auto;
  }
}
article#assignment section {
  width: auto;
  padding-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  article#assignment section {
    width: auto;
  }
}
article#assignment section p {
  width: auto;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#assignment section p {
    width: auto;
    text-align: left;
  }
}
article#assignment section ul {
  width: auto;
  display: inline-block;
  line-height: 2;
  text-align: left;
  font-size: 1.8rem;
  letter-spacing: 2px;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  article#assignment section ul {
    width: auto;
    padding: 40px 0;
  }
}
article#assignment section ul li {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#assignment section ul li {
    width: auto;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
  }
}
article#assignment section ul li img {
  width: auto;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  article#assignment section ul li img {
    width: 20px;
    position: absolute;
    left: 0;
    margin: 0;
    height: 20px;
    top: 10px;
  }
}
article#assignment section ul li strong {
  font-weight: bold;
  font-size: 120%;
  color: #111752;
}
@media screen and (max-width: 768px) {
  article#assignment section ul li strong {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  article#assignment section ul li:last-child {
    margin-bottom: 0;
  }
}
article#assignment section h3 {
  width: auto;
  font-weight: 300;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  article#assignment section h3 {
    width: auto;
  }
}

/*============================
#overview
============================*/
article#overview {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#overview {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  article#overview header {
    padding: 0 20px;
  }
}
article#overview section {
  padding-top: 40px;
  max-width: 800px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  article#overview section {
    width: auto;
    padding-bottom: 80px;
  }
}
article#overview section p.text {
  width: auto;
  max-width: 800px;
  margin: auto;
  padding: 0 0 40px;
}
@media screen and (max-width: 768px) {
  article#overview section p.text {
    width: auto;
  }
}
article#overview section div.img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  article#overview section div.img {
    width: 100%;
  }
}
article#overview section div.img img {
  width: 100%;
  max-width: 800px;
  display: block;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#overview section div.img img {
    width: 100%;
  }
}
article#overview section div.flow ul.box-wrap, article#overview section div.do ul.box-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  article#overview section div.flow ul.box-wrap, article#overview section div.do ul.box-wrap {
    display: block;
  }
}
article#overview section div.flow ul.box-wrap li.box, article#overview section div.do ul.box-wrap li.box {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 768px) {
  article#overview section div.flow ul.box-wrap li.box, article#overview section div.do ul.box-wrap li.box {
    width: 100%;
    margin-bottom: 30px;
  }
}
article#overview section div.flow ul.box-wrap li.box h3, article#overview section div.do ul.box-wrap li.box h3 {
  width: auto;
  padding: 0 0 20px;
  text-align: center;
}
article#overview section div.flow ul.box-wrap li.box div.gradation, article#overview section div.do ul.box-wrap li.box div.gradation {
  background: linear-gradient(135deg, #a8288d 0%, #397ac7 100%);
  border-radius: 10px;
  padding: 2px;
  height: auto;
}
article#overview section div.flow ul.box-wrap li.box div.gradation div.inner, article#overview section div.do ul.box-wrap li.box div.gradation div.inner {
  background: #ffffff;
  border-radius: 9px;
  padding: 20px;
  height: 280px;
}
@media screen and (max-width: 768px) {
  article#overview section div.flow ul.box-wrap li.box div.gradation div.inner, article#overview section div.do ul.box-wrap li.box div.gradation div.inner {
    height: auto;
    padding-bottom: 40px;
  }
}
article#overview section div.flow ul.box-wrap li.box div.gradation div.inner h4, article#overview section div.do ul.box-wrap li.box div.gradation div.inner h4 {
  padding-top: 20px;
}
article#overview section div.flow ul.box-wrap li.box div.gradation div.inner div.list p, article#overview section div.do ul.box-wrap li.box div.gradation div.inner div.list p {
  padding: 0;
  position: relative;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  article#overview section div.flow ul.box-wrap li.box div.gradation div.inner div.list p, article#overview section div.do ul.box-wrap li.box div.gradation div.inner div.list p {
    padding: 0;
    position: relative;
    padding-left: 24px;
    line-height: 1.4;
    padding-bottom: 10px;
    letter-spacing: 1px;
  }
}
article#overview section div.flow ul.box-wrap li.box div.gradation div.inner div.list p:before, article#overview section div.do ul.box-wrap li.box div.gradation div.inner div.list p:before {
  display: block;
  font-size: 16px;
  position: absolute;
  content: "●";
  left: 0;
  top: 1px;
}
article#overview section ul {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#overview section ul {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  article#overview section ul.sien {
    display: flex !important;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  article#overview section ul.sien li {
    width: 50%;
    margin-bottom: 10px;
  }
}
article#overview section ul.sien li:nth-child(2n-1) {
  padding-right: 10px;
}
article#overview section ul.sien li:nth-child(2n) {
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  article#overview section ul.kaiji li img {
    width: 80%;
    display: block;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  article#overview section ul.kaiji li img.arrow {
    width: 120px;
    display: block;
    margin: auto;
  }
}
article#overview section ul li {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#overview section ul li {
    width: auto;
  }
}
article#overview section ul li hr {
  width: auto;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  article#overview section ul li hr {
    width: auto;
    margin-top: 40px;
  }
}
article#overview section ul li h3 {
  width: auto;
  padding: 40px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  article#overview section ul li h3 {
    padding: 40px 0 20px;
  }
}
article#overview section ul li p {
  width: auto;
  padding: 0 40px 40px;
}
@media screen and (max-width: 768px) {
  article#overview section ul li p {
    padding: 0 0px 40px;
  }
}
article#overview section ul li h4 {
  width: auto;
  text-align: center;
  letter-spacing: 2px;
  font-size: 2.2rem;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  article#overview section ul li h4 {
    width: auto;
    padding-bottom: 40px;
  }
}
article#overview section ul li img.pc {
  width: auto;
  display: block;
  max-width: 800px;
  margin: auto;
  width: 100%;
}
article#overview section ul li img.sp {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#overview section ul li img.sp {
    width: 100%;
  }
}
article#overview section ul li ol {
  width: auto;
  padding: 40px 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  article#overview section ul li ol {
    padding: 0;
    margin-top: -20px;
  }
}
article#overview section ul li ol li {
  width: calc(33.3333333333% - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F5F6FA;
  padding: 20px;
  margin-bottom: 40px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 2px;
  height: 90px;
}
@media screen and (max-width: 768px) {
  article#overview section ul li ol li {
    padding: 10px;
    font-size: 1.2rem;
    width: calc(50% - 5px);
    height: 80px;
    margin-bottom: 0;
    margin-top: 20px;
  }
}
article#overview section ul li div.target div.target-wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  article#overview section ul li div.target div.target-wrap {
    flex-wrap: wrap;
  }
}
article#overview section ul li div.target div.target-wrap div.target-box {
  width: 50%;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  article#overview section ul li div.target div.target-wrap div.target-box {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  article#overview section ul li div.target div.target-wrap div.target-box:last-child {
    margin-bottom: 0;
  }
}
article#overview section ul li div.target div.target-wrap div.target-box h4 {
  font-size: 2rem;
  padding-bottom: 20px;
}
article#overview section ul li div.target div.target-wrap div.target-box img {
  width: 100%;
}
article#overview section ul li div.target img.arrow {
  width: 120px;
  display: block;
  margin: 20px auto;
}
article#overview section ul li div.target div.point {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  article#overview section ul li div.target div.point {
    font-size: 2.4rem;
  }
}

/*============================
#cta
============================*/
article#cta {
  width: auto;
  background: #EDEDED;
}
@media screen and (max-width: 768px) {
  article#cta {
    width: auto;
  }
}
article#cta header {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#cta header {
    width: auto;
    padding: 40px 20px;
  }
}
article#cta header h2 {
  width: auto;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  article#cta header h2 {
    width: auto;
    font-size: 1.8rem;
    line-height: 2;
  }
}
article#cta section {
  width: auto;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  article#cta section {
    width: auto;
    padding-bottom: 80px;
  }
}
article#cta section div.btn_wrap {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#cta section div.btn_wrap {
    width: auto;
  }
}
article#cta section div.btn_wrap a.btn {
  margin-top: 40px;
  background-image: linear-gradient(135deg, #a8288d 0%, #397ac7 100%);
  color: #fff;
  border: none;
}
@media screen and (max-width: 768px) {
  article#cta section div.btn_wrap a.btn {
    width: auto;
  }
}
article#cta section div.btn_wrap a.btn:after {
  display: none;
}

/*============================
#important
============================*/
article#important {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#important {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  article#important header {
    padding-bottom: 0;
  }
}
article#important header h2 {
  line-height: 1.4;
}
article#important section {
  width: auto;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  article#important section {
    width: auto;
  }
}
article#important section p {
  width: auto;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#important section p {
    width: auto;
  }
}

/*============================
#worries
============================*/
article#worries {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#worries {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  article#worries header {
    padding: 0 20px;
  }
}
article#worries section {
  width: auto;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  article#worries section {
    width: auto;
    padding-bottom: 0;
  }
}
article#worries section p {
  width: auto;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#worries section p {
    width: auto;
  }
}
article#worries section ul {
  width: auto;
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: auto;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  article#worries section ul {
    width: auto;
  }
}
article#worries section ul li {
  width: calc(50% - 10px);
  margin-bottom: 40px;
  border: solid 2px #302D2C;
  border-radius: 10px;
  padding: 20px 10px;
  height: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  article#worries section ul li {
    width: calc(50% - 5px);
    height: 120px;
    padding: 10px;
    align-items: center;
    display: flex;
  }
}
article#worries section ul li p {
  width: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  article#worries section ul li p {
    width: auto;
    font-size: 12px;
    line-height: 1.6;
    text-align: left;
  }
}
article#worries section ul li:before {
  content: "";
  position: absolute;
  bottom: -24.5px;
  left: 20%;
  transform: translateX(-50%);
  border: 13px solid transparent;
  border-top: 13px solid #fff;
  z-index: 2;
}
article#worries section ul li:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 20%;
  transform: translateX(-50%);
  border: 14px solid transparent;
  border-top: 14px solid #302D2C;
  z-index: 1;
}

/*============================
#database
============================*/
article#database {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#database {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  article#database header {
    padding-bottom: 0;
  }
}
article#database section {
  width: auto;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  article#database section {
    width: auto;
  }
}
article#database section p {
  width: auto;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#database section p {
    width: auto;
    padding-top: 40px;
  }
}
article#database section img.pc {
  width: auto;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  article#database section img.pc {
    width: auto;
  }
}
article#database section img.sp {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#database section img.sp {
    width: auto;
    padding: 40px 0;
  }
}

/*============================
#voice
============================*/
@media screen and (max-width: 768px) {
  article#voice header {
    padding: 0 20px;
  }
}
article#voice section ul {
  display: flex;
  flex-wrap: wrap;
}
article#voice section ul li {
  width: calc(50% - 20px);
  margin-right: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  article#voice section ul li {
    width: 100%;
    margin-right: 0;
  }
}
article#voice section ul li:nth-child(2n) {
  margin-right: 0;
}
article#voice section ul li div.img {
  position: relative;
  padding-top: 50%;
}
article#voice section ul li div.img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
article#voice section ul li div.content h3 {
  color: #111752;
  padding: 20px 0 10px;
  border-bottom: solid;
  text-align: left;
}
article#voice section ul li div.content div.info {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 0;
  align-items: center;
}
@media screen and (max-width: 768px) {
  article#voice section ul li div.content div.info {
    padding: 10px 0 0;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  article#voice section ul li div.content div.info p {
    line-height: 1.4;
  }
}
article#voice section ul li div.content div.info div.btn a {
  padding: 10px 40px;
  border: solid 1px;
  font-size: 1.4rem;
  margin-right: 20px;
  color: #111752;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 768px) {
  article#voice section ul li div.content div.info div.btn a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 20px;
    margin-left: auto;
    margin-right: 0;
  }
}
article#voice section ul li div.content div.info div.btn a:after {
  content: "";
  width: 40px;
  height: 1px;
  background: #111752;
  position: absolute;
  top: 50%;
  right: -20px;
}
article#voice section div.btn_wrap a.btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  article#voice section div.btn_wrap a.btn {
    margin-top: 0;
  }
}

/*============================
#request
============================*/
@media screen and (max-width: 768px) {
  article#request header {
    padding: 0 20px;
  }
}
article#request section {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  article#request section {
    padding-bottom: 80px;
  }
}
article#request section p.text {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
article#request section div.wrap {
  display: flex;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  article#request section div.wrap {
    display: block;
  }
}
article#request section div.wrap div.img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  article#request section div.wrap div.img {
    width: 100%;
  }
}
article#request section div.wrap div.img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
article#request section div.wrap div.content {
  width: 50%;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  article#request section div.wrap div.content {
    width: 100%;
    padding: 0;
  }
}
article#request section div.wrap div.content h3 {
  background: #111752;
  color: #fff;
  padding: 10px 0;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  article#request section div.wrap div.content h3 {
    border-radius: 0 0 8px 8px;
  }
}
article#request section div.wrap div.content ul {
  padding-top: 40px;
}
article#request section div.wrap div.content ul li {
  position: relative;
  margin-bottom: 40px;
}
article#request section div.wrap div.content ul li img {
  width: 24px;
  position: absolute;
  left: 0;
}
article#request section div.wrap div.content ul li p {
  padding-left: 36px;
  line-height: 1.4;
  font-size: 1.8rem;
}
article#request section div.wrap div.content div.btn_wrap a.btn {
  margin-top: 40px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  article#request section div.wrap div.content div.btn_wrap a.btn {
    margin-left: auto;
  }
}

/*============================
#value
============================*/
@media screen and (max-width: 768px) {
  article#value header {
    padding-bottom: 0;
  }
}
article#value section {
  padding: 40px 40px;
}
@media screen and (max-width: 768px) {
  article#value section {
    padding: 40px 20px;
  }
}
article#value section p.text {
  max-width: 800px;
  margin: auto;
}
article#value section ul {
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1.8;
  padding: 0;
  max-width: 800px;
  padding-left: 20px;
  margin: 40px auto 30px;
}
@media screen and (max-width: 768px) {
  article#value section ul {
    padding-left: 10px;
  }
}
article#value section ul li {
  padding-left: 16px;
  padding-bottom: 10px;
  position: relative;
}
article#value section ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
}
@media screen and (max-width: 768px) {
  article#value section ul li:before {
    top: 12px;
  }
}

/*============================
#overview2
============================*/
@media screen and (max-width: 768px) {
  article#overview2 header {
    padding: 40px 0 0;
  }
}
article#overview2 section {
  padding: 40px 40px;
}
@media screen and (max-width: 768px) {
  article#overview2 section {
    padding: 40px 20px;
  }
}
article#overview2 section p.text {
  max-width: 800px;
  margin: auto;
}
article#overview2 section div.content_custom {
  display: flex;
  max-width: 1000px;
  margin: auto;
  padding-top: 40px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  article#overview2 section div.content_custom {
    flex-wrap: wrap;
  }
}
article#overview2 section div.content_custom div.img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  article#overview2 section div.content_custom div.img {
    width: 100%;
  }
}
article#overview2 section div.content_custom div.text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  article#overview2 section div.content_custom div.text {
    width: 100%;
  }
}
article#overview2 section div.content_custom div.text ul {
  padding-left: 20px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  article#overview2 section div.content_custom div.text ul {
    padding-left: 0;
  }
}
article#overview2 section div.content_custom div.text ul li {
  padding-bottom: 20px;
}
article#overview2 section div.content_custom div.text ul li h3 {
  text-align: left;
  padding-bottom: 10px;
}
article#overview2 section div.content_custom div.text ul li p {
  font-size: 1.6rem;
  padding-left: 16px;
  position: relative;
  padding-bottom: 10px;
}
article#overview2 section div.content_custom div.text ul li p:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}
@media screen and (max-width: 768px) {
  article#overview2 section div.content_custom div.text ul li:last-child {
    padding-bottom: 30px;
  }
}

/*============================
#problem
============================*/
@media screen and (max-width: 768px) {
  article#problem header {
    padding-top: 0;
  }
}
article#problem section {
  padding: 40px 40px;
}
@media screen and (max-width: 768px) {
  article#problem section {
    padding: 40px 20px;
  }
}
article#problem section p.text {
  max-width: 800px;
  margin: auto;
}
article#problem section img.pc {
  display: block;
  max-width: 1000px;
  margin: 40px auto 0;
  width: 100%;
}
article#problem section img.sp {
  display: block;
  max-width: 1000px;
  margin: 40px auto 0;
  width: 100%;
}

/*============================
#kiban
============================*/
@media screen and (max-width: 768px) {
  article#kiban header {
    padding: 40px 0 0;
  }
}
article#kiban section {
  padding: 40px 40px;
}
@media screen and (max-width: 768px) {
  article#kiban section {
    padding: 40px 20px;
  }
}
article#kiban section p.text {
  max-width: 800px;
  margin: auto;
}
article#kiban section ul.box-wrap {
  display: flex;
  padding-top: 40px;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#kiban section ul.box-wrap {
    flex-wrap: wrap;
  }
}
article#kiban section ul.box-wrap li.box div.gradation div.inner h4 {
  text-align: center;
  letter-spacing: 2px;
  font-size: 2rem;
  padding-bottom: 20px;
}
article#kiban section ul.box-wrap li.box div.gradation div.inner div.list {
  padding: 20px 20px 0;
}
article#kiban section ul.box-wrap li.box div.gradation div.inner div.list p {
  font-size: 1.4rem;
  padding-left: 16px;
  position: relative;
  padding-bottom: 10px;
}
article#kiban section ul.box-wrap li.box div.gradation div.inner div.list p:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}
article#kiban section ul.box-wrap li.box:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  article#kiban section ul.box-wrap li.box:first-child {
    margin: 0 0 40px;
  }
}
article#kiban section ul.box-wrap li.box:last-child {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  article#kiban section ul.box-wrap li.box:last-child {
    margin: 0;
  }
}

/*============================
#pdca
============================*/
@media screen and (max-width: 768px) {
  article#pdca header {
    padding: 30px 0 0;
  }
}
article#pdca section {
  padding: 40px 40px;
}
@media screen and (max-width: 768px) {
  article#pdca section {
    padding: 40px 20px;
  }
}
article#pdca section p {
  max-width: 800px;
  margin: auto;
}
article#pdca section img.pc {
  max-width: 1000px;
  display: block;
  margin: 40px auto 0;
  width: 100%;
}
article#pdca section img.sp {
  max-width: 1000px;
  display: block;
  margin: 40px auto 0;
  width: 100%;
}

/*============================
#doc
============================*/
@media screen and (max-width: 768px) {
  article#doc header {
    padding: 40px 0 0;
  }
}
article#doc section {
  padding: 40px 40px 120px;
}
@media screen and (max-width: 768px) {
  article#doc section {
    padding: 40px 20px;
  }
}
article#doc section div.wrap {
  display: flex;
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#doc section div.wrap {
    flex-wrap: wrap;
  }
}
article#doc section div.wrap div.img {
  width: 50%;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  article#doc section div.wrap div.img {
    width: 100%;
    padding-right: 0px;
  }
}
article#doc section div.wrap div.text {
  width: 50%;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  article#doc section div.wrap div.text {
    width: 100%;
    padding: 40px 0;
  }
}
article#doc section div.wrap div.text div.btn_wrap a.btn {
  margin-left: 0;
  margin-top: 40px;
}/*# sourceMappingURL=business.css.map */