@charset "UTF-8";
html {
  font-size: 10px;
}

body {
  color: #33292a;
}

a:hover {
  opacity: 0.5;
  transition: opacity 0.3s ease 0s;
}

.pc-none {
  display: none;
}

#sp-launcher {
  display: none;
}

.head-title {
  background: #39afc3;
  height: 60px;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head-title ._txt {
  white-space: nowrap;
  padding: 0 25px;
}
.head-title::after, .head-title::before {
  content: "";
  display: block;
  width: 30%;
  height: 5px;
  background: #fff;
}

a.link-box {
  display: block;
  text-decoration: none;
  color: #33292a;
}

a.link-arrow {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #33292a;
  padding-right: 30px;
}
a.link-arrow::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-right: 3px solid #39afc3;
  border-top: 3px solid #39afc3;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}

.label {
  display: inline-block;
  background: #e8f0f0;
  font-size: 14px;
  border-radius: 3px;
  padding: 3px 7px;
}

.wrap {
  width: 850px;
  margin: 0 auto;
}

.sect-more {
  text-align: right;
}

.title-column {
  font-size: 30px;
  border-left: 10px solid #39afc3;
  line-height: 1;
  padding: 2.5px 0;
  padding-left: 20px;
  margin-bottom: 40px;
}

.title-lead {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 40px;
}

.title-section {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  line-height: 1.6;
  padding: 70px 0;
}
.title-section::after, .title-section::before {
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  background: #39afc3;
  margin-top: 5px;
}
.title-section::before {
  margin-right: 30px;
}
.title-section::after {
  margin-left: 30px;
}
.title-section ._caption {
  display: block;
  font-size: 20px;
}

.title-BTW {
  position: relative;
  width: 100%;
  font-size: 36px;
  padding: 25px 0;
  text-align: center;
}
.title-BTW::before {
  content: "";
  position: absolute;
  height: 6px;
  width: 100%;
  background-color: #39afc3;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.title-BTW span {
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: #F5F8F1;
  padding: 0 50px;
  margin: 0 auto;
}

.title-mid {
  font-size: 24px;
  line-height: 80px;
}

.list-check ._item {
  font-weight: bold;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}
.list-check ._item::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../img/obj_checkl.svg") center no-repeat;
  left: 0;
}

.list-logo {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.list-logo img {
  height: 53px;
  margin: 12px;
}

.list-document {
  display: flex;
  width: 850px;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list-lp {
  padding: 70px 0;
}
.list-lp .title-list {
  font-size: 28px;
  text-align: center;
  margin-bottom: 50px;
}
.list-lp .list-bnr {
  display: flex;
  justify-content: center;
}
.list-lp ._bnr {
  display: block;
  margin: 25px;
  border: 1px solid #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 2.9px 3.6px rgba(0, 0, 0, 0.024), 0px 7.9px 10px rgba(0, 0, 0, 0.035), 0px 19px 24.1px rgba(0, 0, 0, 0.046), 0px 63px 80px rgba(0, 0, 0, 0.07);
}
.list-lp ._bnr ._img {
  height: 300px;
}
.list-lp ._bnr ._img._middle {
  height: 250px;
}

.list-case {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.list-case .box-case {
  margin-top: 50px;
  margin-right: 17px;
  margin-left: 17px;
  margin-bottom: 50px;
}
.list-case .box-case:nth-child(3n-2) {
  margin-left: 0;
}
.list-case .box-case:nth-child(3n) {
  margin-right: 0;
}

.list-work {
  display: flex;
  flex-wrap: wrap;
}
.list-work ._item {
  margin: 0 5px 5px 0;
}
ul.normal ._item {
  position: relative;
  padding-left: 15px;
}
ul.normal ._item::before {
  position: absolute;
  content: "・";
  left: 0;
}

.tbl-dl {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  text-align: left;
  line-height: 1.4;
}
.tbl-dl .tbl-dl-dt {
  width: 150px;
}

.btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 25px;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
  background: #39afc3;
  color: #fff;
  width: 200px;
}
.btn._border {
  background: #fff;
  border: 2px solid #c18ad5;
  color: #3c3834;
}
.btn.arrow {
  position: relative;
}
.btn.arrow::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 20px;
  transform: rotate(45deg);
}

.box-document {
  position: relative;
  width: 250px;
  margin-right: 50px;
  margin-bottom: 120px;
  padding-bottom: 80px;
}
.box-document:nth-child(3n) {
  margin-right: 0;
}
.box-document ._fig {
  position: relative;
  width: 250px;
  height: 150px;
  overflow: hidden;
}
.box-document ._fig ._img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.box-document ._title {
  font-size: 2rem;
  font-weight: bold;
  margin: 15px 0 20px;
  line-height: 1.5;
  height: 90px;
}
.box-document ._caption {
  font-size: 1.4rem;
}
.box-document .btn {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 200px;
  margin: 0 auto;
  font-size: 1.6rem;
}

.box-case {
  position: relative;
  width: 260px;
  border: 1px solid #eee;
  padding: 2px;
}
.box-case ._comment {
  position: absolute;
  bottom: calc(100% + 5px);
  font-size: 12px;
  border-radius: 20px;
  border: solid #39afc3 2px;
  padding: 10px;
  font-weight: bold;
  opacity: 0;
  transform: scale(0.5);
  bottom: calc(90% + 5px);
}
.box-case ._comment::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50px;
  margin-left: -10px;
  border-left: 15px solid transparent;
  border-top: 15px solid #39afc3;
}
.box-case ._comment.inAction {
  opacity: 1;
  bottom: calc(100% + 5px);
  transform: scale(1);
}
.box-case ._thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 169px;
  margin-bottom: 15px;
}
.box-case ._thumbnail img {
  width: 100%;
}
.box-case ._thumbnail img._logo_w {
  width: 80%;
}
.box-case ._info {
  padding: 0 12px 5px;
}
.box-case ._title {
  font-size: 16px;
  margin-bottom: 25px;
}
.box-case ._name {
  font-size: 12px;
  margin-bottom: 10px;
}
.box-case .label {
  font-size: 12px;
}

.list-case .box-case:nth-child(1) ._comment {
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) 1s;
}
.list-case .box-case:nth-child(2) ._comment {
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) 1.25s;
}
.list-case .box-case:nth-child(3) ._comment {
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) 1.5s;
}

.box-column {
  border: 5px solid #d0e1e7;
  border-radius: 18px;
  padding: 25px;
  width: 850px;
  margin: 50px auto;
}
.box-column h3 {
  text-align: center;
  margin-bottom: 25px;
}
.box-column img {
  width: 100%;
}

.unit-faq {
  border-bottom: 1px solid #ddd;
  margin-bottom: 22px;
}
.unit-faq ._q {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: bold;
  min-height: 42px;
  margin-bottom: 12px;
  font-size: 18px;
  padding-right: 75px;
}
.unit-faq ._q .icon-q {
  display: block;
  width: 42px;
  height: 42px;
  background: #39afc3;
  color: #fff;
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  margin-right: 25px;
}
.unit-faq ._q .faq_open {
  position: absolute;
  display: block;
  width: 41px;
  height: 41px;
  right: 0;
  top: 0;
}
.unit-faq ._q .faq_open::before, .unit-faq ._q .faq_open::after {
  position: absolute;
  width: 37px;
  height: 1px;
  display: block;
  content: "";
  background: #000;
  top: calc(50% - 0.5px + 2px);
}
.unit-faq ._q .faq_open::after {
  transform: rotate(90deg);
}
.unit-faq ._q .faq_open.close::after {
  display: none;
}
.unit-faq ._a {
  background: #f8fbfb;
  margin-bottom: 3px;
  padding: 25px;
  padding-left: 67px;
  display: none;
}

.balloon {
  position: absolute;
  display: block;
  background: #39afc3;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 0 10px;
  right: 0;
  bottom: calc(100% + 20px);
}
.balloon::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-right: 10px solid transparent;
  border-top: 10px solid #39afc3;
}

.seal-campaign-min {
  position: absolute;
  width: 350px;
  height: 115px;
  background: url(../img/bg_ribbon_min.png) center top no-repeat;
  background-size: contain;
  top: 90px;
  left: 50%;
  margin-left: -175px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}
.seal-campaign-min .cap-campaign {
  margin-top: 10px;
  line-height: 28px;
  font-size: 18px;
}
.seal-campaign-min .body-campaign {
  font-size: 42px;
  line-height: 40px;
  padding-left: 50px;
}
.seal-campaign-min .body-campaign ._unit {
  font-size: 18px;
  margin-left: 10px;
}

.head-key {
  position: relative;
  display: flex;
  height: 350px;
  align-items: center;
}
.head-key._large {
  height: 400px;
}
.head-key .logo {
  margin-top: -15px;
  display: block;
  margin-bottom: 10px;
}
.head-key .logo ._img {
  width: 200px;
}
.head-key .corporate-caption {
  display: block;
  font-size: 12px;
  margin-bottom: 35px;
}
.head-key .caption {
  font-size: 22px;
  margin-bottom: 10px;
}
.head-key .title-service {
  font-size: 50px;
  line-height: 1.3;
}
.head-key .title-service .popuptext {
  display: inline-block;
  background-color: #39afc3;
  color: #fff;
  font-size: 40px;
  height: 50px;
  line-height: 54px;
  padding: 0 10px;
}
.head-key .seal-campaign {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 440px;
  height: 214px;
  padding-left: 116px;
  padding-top: 80px;
  background: url(../img/bg_ribbon.png) right bottom no-repeat;
  background-size: contain;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}
.head-key .seal-campaign .cap-campaign {
  width: 100%;
  text-align: center;
  line-height: 27px;
  font-size: 20px;
}
.head-key .seal-campaign .body-campaign {
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.head-key .seal-campaign .body-campaign .txt1 {
  display: block;
  padding-bottom: 25px;
}
.head-key .seal-campaign .body-campaign .txt2 {
  font-size: 42px;
  margin: 0 10px;
}
.head-key .seal-campaign .body-campaign .txt2 ._unit {
  font-size: 18px;
}
.head-key .seal-campaign .body-campaign .txt3 {
  display: block;
  padding-bottom: 8px;
}
.head-key._lpwp {
  background: url("../whitepaper-img/key_03.jpg") center no-repeat;
  background-size: cover;
}

.top-slider-area {
  background: #efecdc;
}
.top-slider-area ._title {
  text-align: center;
  font-weight: bold;
  padding: 20px 0 0 0;
  font-size: 20px;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff, 0px 0px 4px rgb(0, 0, 0);
}
.top-slider-area #top-slider img {
  height: 150px;
  margin: 20px 10px;
  box-shadow: 0px 0.8px 3.6px rgba(0, 0, 0, 0.038), 0px 2.1px 10px rgba(0, 0, 0, 0.03), 0px 5.1px 24.1px rgba(0, 0, 0, 0.041), 0px 17px 80px rgba(0, 0, 0, 0.05);
}
.top-slider-area #top-slider .name,
.top-slider-area #top-slider .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 100px;
  margin: 20px 10px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0.8px 3.6px rgba(0, 0, 0, 0.038), 0px 2.1px 10px rgba(0, 0, 0, 0.03), 0px 5.1px 24.1px rgba(0, 0, 0, 0.041), 0px 17px 80px rgba(0, 0, 0, 0.05);
}
.top-slider-area #top-slider .name img,
.top-slider-area #top-slider .icon img {
  width: 190px;
  height: auto;
  box-shadow: none;
}
.top-slider-area #top-slider .name img._itm,
.top-slider-area #top-slider .icon img._itm {
  width: 150px;
}
.top-slider-area #top-slider .name img._itm,
.top-slider-area #top-slider .icon img._itm {
  width: 170px;
}
.top-slider-area #top-slider .name {
  color: #fff;
  font-size: 24px;
}
.top-slider-area #top-slider .name._ggl {
  background: #4285F4;
}
.top-slider-area #top-slider .name._yah {
  background: #ff0033;
}
.top-slider-area #top-slider .name._fb {
  background: #3b5998;
}
.top-slider-area #top-slider .name._insta {
  background: linear-gradient(to right, rgba(247, 207, 0, 0.7), rgba(246, 37, 2, 0.7) 45%, rgba(182, 47, 82, 0.7) 75%, rgba(113, 58, 166, 0.7));
}

.header-page {
  margin-bottom: 4px;
}
.header-page .signature {
  display: flex;
  height: 60px;
  align-items: center;
}
.header-page .signature ._logo {
  width: 150px;
  display: block;
  margin-right: 15px;
}
.header-page .signature .caption {
  font-size: 12px;
}
.header-page .nav-content {
  background: #39afc3;
  color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  position: relative;
}
.header-page .nav-content .wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 50px;
  width: 100%;
}
.header-page .nav-content .wrap h2 {
  position: absolute;
  font-weight: 800;
  left: 50%;
  margin-left: -425px;
}

#sp-hamburger {
  display: none;
}

#gMenu {
  font-size: 14px;
}
#gMenu .subMenu-titie,
#gMenu a {
  position: relative;
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: 50px;
  font-weight: bold;
}
#gMenu .subMenu-titie.btn-nav,
#gMenu a.btn-nav {
  background: #fff url(../img/_i_icon_00009_icon_000090.svg) 10px center no-repeat;
  background-size: 16px;
  line-height: 36px;
  margin: 7px auto;
  color: #39afc3;
  border-radius: 3px;
  padding: 0 15px;
  padding-left: 35px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.05), 0 0 3px rgba(0, 0, 0, 0.15);
}
#gMenu .menu {
  display: flex;
}
#gMenu .menu .item-menu {
  position: relative;
  margin: 0 15px;
}
#gMenu .subMenu {
  position: absolute;
  display: none;
  background-color: #39afc3;
  border-top: 4px solid #fff;
  z-index: 99;
  top: 50px;
  left: -20px;
  padding: 15px 20px;
}
#gMenu .subMenu hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 15px 0;
}
#gMenu .subMenu a {
  white-space: nowrap;
  font-weight: 400;
  position: relative;
}
#gMenu .subMenu a::before {
  content: "-";
  margin-right: 5px;
}
#gMenu .subMenu .subMenu-titie-min {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.section-key {
  position: relative;
  height: calc((100vw - 320px) * 0.4925);
}
.section-key .box-key-title {
  position: absolute;
  color: #182e3c;
  background: rgba(255, 255, 255, 0.5);
  padding: 25px 2.5vw;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.5), 0 0 50px rgba(255, 255, 255, 0.5);
  top: 2vw;
  left: 5vw;
}
.section-key .box-key-title ._caption {
  font-size: 20px;
}
.section-key .box-key-title ._title-service {
  font-size: 58px;
}
.section-key .box-key-title ._lead {
  font-size: 18px;
}

.section-SIbnr {
  padding: 15px 0 50px;
  color: #fff;
  background: linear-gradient(to bottom, rgb(68, 78, 81) 0%, rgb(45, 52, 54) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.section-SIbnr .ss-bnr-title {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.section-SIbnr .ss-bnr-title ._eg {
  font-size: 48px;
  letter-spacing: 0.05em;
  margin-right: 10px;
}
.section-SIbnr .ss-bnr-title ._cp {
  font-size: 14px;
}
.section-SIbnr ._list-bnr {
  display: flex;
  justify-content: center;
}
.section-SIbnr ._list-bnr li {
  width: 415px;
  margin: 0 20px;
}
.section-SIbnr ._list-bnr ._bnr {
  position: relative;
  display: block;
  background-color: #fff;
  width: 415px;
  padding: 3px;
}
.section-SIbnr ._list-bnr ._bnr::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  bottom: 16px;
  rotate: 45deg;
  right: 14px;
}
.section-SIbnr ._list-bnr ._bnr ._thumbnail ._img {
  width: 100%;
}
.section-SIbnr ._list-bnr ._bnr ._title {
  position: absolute;
  color: #fff;
  left: 0;
  bottom: 43px;
  width: 100%;
  font-size: 20px;
  text-align: center;
  padding-bottom: 10px;
}
.section-SIbnr ._list-bnr ._bnr ._title ._tx {
  display: block;
}
.section-SIbnr ._list-bnr ._bnr ._logos {
  height: 43px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  width: 100%;
}
.section-SIbnr ._list-bnr ._bnr ._logos ._log {
  display: block;
  width: calc(50% - 15px);
  text-align: center;
}
.section-SIbnr ._list-bnr ._bnr ._logos ._log._ic {
  padding-right: 20px;
}
.section-SIbnr ._list-bnr ._bnr ._logos img {
  height: 20px;
}
.section-SIbnr ._list-bnr ._bnr ._logos .CROSS {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 5px;
}
.section-SIbnr ._list-bnr ._bnr ._logos .CROSS::after, .section-SIbnr ._list-bnr ._bnr ._logos .CROSS::before {
  display: block;
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #000;
  top: 50%;
  left: 50%;
  margin-top: -10px;
}
.section-SIbnr ._list-bnr ._bnr ._logos .CROSS::after {
  rotate: 45deg;
}
.section-SIbnr ._list-bnr ._bnr ._logos .CROSS::before {
  rotate: -45deg;
}
.section-SIbnr ._list-bnr ._bnr._ss1 ._ln1 {
  letter-spacing: 0.55em;
  text-indent: 0.5em;
}
.section-SIbnr ._list-bnr ._bnr._ss1 ._ln3 {
  letter-spacing: -0.06em;
}
.section-SIbnr ._list-bnr ._bnr._ss1 ._s_log {
  height: 50px;
  margin-bottom: -6px;
}
.section-SIbnr ._list-bnr ._bnr._ss2 ._ln1 {
  letter-spacing: 0.737em;
  text-indent: 0.2em;
}
.section-SIbnr ._list-bnr ._bnr._ss2 ._ln2 {
  letter-spacing: -0.02em;
}
.section-SIbnr ._list-bnr ._bnr._ss2 ._s_log {
  height: 50px;
  margin-bottom: -6px;
}

@media (max-width: 1400px) {
  .section-key .box-key-title {
    padding: 25px 2.5vw;
    top: 2vw;
    left: 2vw;
  }
  .section-key .box-key-title ._caption {
    font-size: 20px;
  }
  .section-key .box-key-title ._title-service {
    font-size: 58px;
  }
  .section-key .box-key-title ._lead {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .section-key .box-key-title {
    padding: 20px 2vw;
    top: 2vw;
    left: 2vw;
  }
  .section-key .box-key-title ._caption {
    font-size: 18px;
  }
  .section-key .box-key-title ._title-service {
    font-size: 48px;
  }
  .section-key .box-key-title ._lead {
    font-size: 16px;
  }
}
@media (max-width: 1120px) {
  .section-key {
    height: 40.25vw;
  }
  .section-key .box-key-title {
    padding: 20px 2vw;
    top: 2vw;
    left: 2vw;
  }
  .section-key .box-key-title ._caption {
    font-size: 22px;
  }
  .section-key .box-key-title ._title-service {
    font-size: 58px;
  }
  .section-key .box-key-title ._lead {
    font-size: 18px;
  }
}
@media (max-width: 900px) {
  .section-key .box-key-title {
    padding: 20px 2vw;
  }
  .section-key .box-key-title ._caption {
    font-size: 18px;
  }
  .section-key .box-key-title ._title-service {
    font-size: 48px;
  }
  .section-key .box-key-title ._lead {
    font-size: 16px;
  }
}
.section-client {
  margin-bottom: 20px;
}
.section-client .list-logo li {
  margin: 10px 12px;
}
.section-client .list-logo ._img {
  height: 75px;
  margin: 0 10px;
}
.section-client ._copy {
  text-align: center;
  margin-top: 25px;
}

.cta-action {
  margin-bottom: 70px;
}
.cta-action .list-action {
  display: flex;
  justify-content: center;
}
.cta-action .list-action li {
  margin: 0 25px;
}
.cta-action .list-action .btn {
  position: relative;
  font-size: 18px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9ae45+0,fe9c01+100 */
  background: linear-gradient(to bottom, #f9ae45 0%, #fe9c01 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  height: 70px;
  width: 350px;
  border-radius: 35px;
  padding-left: 50px;
  font-size: 22px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  border: 3px solid #fff;
  box-shadow: 0px 1.3px 2.2px rgba(0, 0, 0, 0.02), 0px 3.1px 5.3px rgba(0, 0, 0, 0.028), 0px 5.8px 10px rgba(0, 0, 0, 0.035), 0px 10.3px 17.9px rgba(0, 0, 0, 0.042), 0px 19.2px 33.4px rgba(0, 0, 0, 0.05), 0px 46px 80px rgba(0, 0, 0, 0.07);
}
.cta-action .list-action .btn .icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  left: 7px;
}
.cta-action .list-action .btn .icon img {
  width: 40px;
}
.cta-action .list-action .btn .balloon {
  position: static;
  display: block;
  padding: 0 10px;
  margin-bottom: 5px;
  height: 20px;
  width: 220px;
  border-radius: 10px;
  line-height: 20px;
  background: #fff;
  text-shadow: none;
  color: #000;
}
.cta-action .list-action .btn .balloon::after {
  display: none;
}

.section-topcolumn {
  background: #f1f8f8;
  margin-top: 5px;
}
.section-topcolumn .wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 45px;
  padding-bottom: 50px;
  align-items: flex-start;
  position: relative;
}
.section-topcolumn .wrap::after {
  position: absolute;
  content: "";
  display: block;
  width: 287px;
  height: 288px;
  background: url("../img/fig_movie_char.svg") center top no-repeat;
  right: -84px;
  bottom: 0;
  pointer-events: none;
}
.section-topcolumn .movie {
  position: relative;
  padding: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  background: #fff;
  margin-right: 50px;
  margin-top: 70px;
}
.section-topcolumn .movie::after {
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.2);
}
.section-topcolumn .movie ._cap {
  position: absolute;
  bottom: calc(100% + 10px);
  font-size: 18px;
  right: 0;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.015);
}
.section-topcolumn .movie ._cap::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 80%;
  margin-left: -10px;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
.section-topcolumn .movie ._cap._ex {
  border: #39afc3 3px solid;
  font-weight: bold;
  font-size: 16px;
  border-radius: 40px;
}
.section-topcolumn .movie ._cap._ex::after {
  border-top: 10px solid #39afc3;
}
.section-topcolumn .movie ._tumb {
  width: 350px;
}
.section-topcolumn .movie .btn-movie {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 62px;
  height: 62px;
  background: rgba(0, 0, 0, 0.7);
  border: 2px solid #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: none;
}
.section-topcolumn .movie .btn-movie ._arrow {
  width: 25px;
  margin-left: 5px;
}
.section-topcolumn .movie .btn-movie:hover {
  opacity: 1;
  background: #f00;
}
.section-topcolumn._movieonly .title-section {
  padding: 50px 0;
}
.section-topcolumn._movieonly .wrap {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
}
.section-topcolumn._movieonly .movie {
  margin-right: 0;
}
.section-topcolumn._movieonly .movie ._tumb {
  width: 450px;
}
.section-topcolumn .list-top-feature {
  display: flex;
  justify-content: space-between;
  padding-right: 150px;
}
.section-topcolumn .list-top-feature li {
  border: #39afc3 3px solid;
  border-radius: 10px;
  width: 31%;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  background: #fff;
}
.section-topcolumn .list-top-feature li ._icon {
  display: block;
  border: #39afc3 3px solid;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 20px auto 45px;
}

.section-topics {
  margin-top: 5px;
  background: #f1f8f8;
  padding: 50px 0;
}
.section-topics .wrap {
  background: #fff;
  border-radius: 10px;
  display: flex;
  padding: 35px 50px;
}
.section-topics ._fig {
  border: 2px solid #d0e1e7;
  margin-right: 50px;
}
.section-topics ._tumb {
  width: 200px;
}
.section-topics h3 {
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: bold;
}
.section-topics .wrap-list {
  display: flex;
}
.section-topics .normal {
  margin-right: 45px;
  font-size: 18px;
}
.section-topics .normal ._item {
  margin-bottom: 5px;
}

.section-problem {
  padding-bottom: 100px;
}
.section-problem .list-problem {
  display: flex;
  justify-content: space-between;
}
.section-problem .list-problem ._item {
  position: relative;
  border-radius: 13px;
  box-shadow: 0px 0.2px 3.6px rgba(0, 0, 0, 0.015), 0px 0.6px 10px rgba(0, 0, 0, 0.022), 0px 1.5px 24.1px rgba(0, 0, 0, 0.027), 0px 5px 80px rgba(0, 0, 0, 0.03);
  width: 253px;
  height: 390px;
  text-align: center;
  color: #39afc3;
  font-size: 18px;
  padding-top: 35px;
  line-height: 1.3;
}
.section-problem .list-problem ._item._fig1 {
  background: url("../img/fig_problem_01.png") center bottom no-repeat;
  background-size: 100% auto;
}
.section-problem .list-problem ._item._fig2 {
  background: url("../img/fig_problem_02.png") center bottom no-repeat;
  background-size: 100% auto;
}
.section-problem .list-problem ._item._fig3 {
  background: url("../img/fig_problem_03.png") center bottom no-repeat;
  background-size: 100% auto;
}
.section-problem .list-problem ._item ._cap {
  position: absolute;
  color: #33292a;
  font-weight: normal;
  font-size: 14px;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 90%;
  background: rgba(255, 255, 255, 0.95);
  padding: 10px 0;
  border-bottom: 4px solid #39afc3;
  box-shadow: 0 -8px 8px rgba(0, 0, 0, 0.08);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.copy-sales {
  margin-top: 70px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.section-feature {
  background: #f1f8f8;
  padding-bottom: 50px;
}
.section-feature .list-feature ._item {
  background: #000;
  color: #fff;
  margin-bottom: 10px;
}
.section-feature .list-feature ._item._ft1 {
  background: url("../whitepaper-img/bg_ft01.jpg") center no-repeat;
  background-size: cover;
}
.section-feature .list-feature ._item._ft2 {
  background: url("../whitepaper-img/bg_ft02.jpg") center no-repeat;
  background-size: cover;
}
.section-feature .list-feature ._item._ft3 {
  background: url("../whitepaper-img/bg_ft03.jpg") center no-repeat;
  background-size: cover;
}
.section-feature .list-feature ._item._ft4 {
  background: url("../whitepaper-img/bg_ft04.jpg") center no-repeat;
  background-size: cover;
}
.section-feature .list-feature ._item._ft5 {
  background: url("../whitepaper-img/bg_ft05.jpg") center no-repeat;
  background-size: cover;
}
.section-feature .list-feature .box-feature {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 850px;
  height: 200px;
  margin: 0 auto;
  text-shadow: 0 0 3px rgb(0, 0, 0), 0 0 10px rgba(0, 0, 0, 0.5);
}
.section-feature .list-feature .box-feature .title-ft {
  font-size: 30px;
  width: 430px;
  padding-left: 96px;
}
.section-feature .list-feature .box-feature .title-ft::before {
  content: "";
  display: block;
  position: absolute;
  height: 60px;
  width: 50vw;
  background: #39afc3;
  top: calc(50% - 30px);
  right: 100%;
}
.section-feature .list-feature .box-feature .title-ft .num {
  position: absolute;
  display: block;
  left: 0;
  top: calc(50% - 30px);
  background: #39afc3;
  height: 60px;
  width: 54px;
  line-height: 70px;
  font-size: 56px;
  text-align: center;
  text-shadow: none;
}
.section-feature .list-feature .box-feature .title-ft .num::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  border: 30px solid transparent;
  border-left: 15px solid #39afc3;
}
.section-feature .list-feature .box-feature .body-ft {
  font-size: 18px;
  width: 400px;
}
.section-feature .list-feature .box-feature ._link {
  position: absolute;
  bottom: 10px;
  right: 0;
  display: flex;
  justify-content: flex-end;
}
.section-feature .list-feature .box-feature ._link ._item {
  background: none;
  margin-left: 25px;
}
.section-feature .list-feature .box-feature ._link ._item a {
  position: relative;
  text-decoration: none;
  text-shadow: none;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 3px solid #39afc3;
  padding: 10px;
  padding-right: 30px;
  background: rgba(0, 0, 0, 0.5);
}
.section-feature .list-feature .box-feature ._link ._item a::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #39afc3;
  border-right: 2px solid #39afc3;
  transform: rotate(45deg);
  right: 10px;
  top: 50%;
  margin-top: -5px;
}

.section-menu .service-menu {
  position: relative;
  border: 5px solid #d0e1e7;
  border-radius: 18px;
  padding: 25px;
  margin-bottom: 70px;
}
.section-menu .service-menu .title-service {
  font-size: 24px;
  text-align: center;
  margin-top: -45px;
}
.section-menu .service-menu .title-service ._wrap {
  display: inline-block;
  padding: 0 25px;
  background: #fff;
}
.section-menu .service-menu .title-service .caption {
  display: block;
  font-weight: normal;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 16px;
}
.section-menu .service-menu .lead {
  text-align: center;
  margin: 30px auto 0;
  line-height: 1.8;
}
.section-menu .service-menu .lead em {
  color: #c2ad6b;
  font-weight: bold;
}
.section-menu .service-menu .menu-list {
  display: flex;
  justify-content: space-between;
  padding: 50px 15px;
}
.section-menu .service-menu .menu-list ._tate {
  border: none;
  border-left: 3px solid #f1f8f8;
}
.section-menu .service-menu .menu-list .menu-content {
  width: 220px;
  padding: 25px 0;
}
.section-menu .service-menu .menu-list .menu-content._addPrice {
  position: relative;
  padding-bottom: 140px;
}
.section-menu .service-menu .menu-list .menu-content._addMovie {
  padding-bottom: 230px;
}
.section-menu .service-menu .menu-list .menu-content ._title {
  position: relative;
  text-align: center;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-content: flex-start;
  align-items: center;
  height: 220px;
}
.section-menu .service-menu .menu-list .menu-content ._title ._midashi {
  display: block;
  margin-bottom: 25px;
}
.section-menu .service-menu .menu-list .menu-content ._title .icon {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 25px;
}
.section-menu .service-menu .menu-list .menu-content ._title .icon img {
  width: 100%;
}
.section-menu .service-menu .menu-list .menu-content ._title .icon._logo {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-menu .service-menu .menu-list .menu-content ._title .icon._logo ._img {
  width: 180px;
}
.section-menu .service-menu .menu-list .menu-content ._title .icon._logo ._img._cw {
  width: 100px;
}
.section-menu .service-menu .menu-list .menu-content ._title .icon._name {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c5ccce;
  color: #fff;
}
.section-menu .service-menu .menu-list .menu-content ._title .icon._name._ggl {
  background-color: #4285F4;
}
.section-menu .service-menu .menu-list .menu-content ._title .icon._name._yah {
  background-color: #ff0033;
}
.section-menu .service-menu .menu-list .menu-content ._title .icon._name._fb {
  background-color: #3b5998;
}
.section-menu .service-menu .menu-list .menu-content ._title ._cap {
  font-size: 12px;
}
.section-menu .service-menu .menu-list .menu-content ._title .title-wrap {
  position: absolute;
  line-height: 2.5;
  bottom: -45px;
}
.section-menu .service-menu .menu-list .menu-content ._content {
  font-size: 14px;
}
.section-menu .service-menu .menu-list .menu-content ._content p {
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.section-menu .service-menu .menu-list .menu-content ._content .list-check {
  margin-left: 25px;
}
.section-menu .service-menu .menu-list .menu-content ._content .list-check ._item {
  font-size: 15px;
  margin-bottom: 10px;
}
.section-menu .service-menu .menu-list .menu-content ._price {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  background: linear-gradient(to bottom, #f2fafa 0%, #e1e7e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 10px;
  padding: 10px 20px;
  height: 110px;
  width: 100%;
}
.section-menu .service-menu .menu-list .menu-content ._price._addMoviePosi {
  bottom: 100px;
}
.section-menu .service-menu .menu-list .menu-content ._price ._ttl {
  font-weight: bold;
  font-size: 14px;
}
.section-menu .service-menu .menu-list .menu-content ._price ._val {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.section-menu .service-menu .menu-list .menu-content ._price ._val .value {
  display: block;
  font-size: 70px;
  -webkit-text-fill-color: transparent;
  background: #c3ae6c;
  background: linear-gradient(to bottom, #ebd796 0%, #c2ad6b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-background-clip: text;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1cc8a",endColorstr="#c2ad6b",GradientType=1);
  line-height: 1.3;
}
.section-menu .service-menu .menu-list .menu-content ._price ._val .value._text {
  font-size: 40px;
}
.section-menu .service-menu .menu-list .menu-content ._price ._val .value._dell {
  position: relative;
}
.section-menu .service-menu .menu-list .menu-content ._price ._val .value._dell::after {
  content: "";
  height: 3px;
  width: 120%;
  position: absolute;
  background: #000;
  left: 0%;
  top: 40%;
  transform: rotate(-35deg);
}
.section-menu .service-menu .menu-list .menu-content ._price ._val .unit {
  display: block;
  line-height: 1;
  padding-bottom: 25px;
  margin-left: 5px;
}
.section-menu .service-menu .menu-list .menu-content ._price ._inq_column {
  font-size: 20px;
  width: 100%;
  text-align: center;
  padding-top: 23px;
}
.section-menu .service-menu .menu-list .menu-content ._movie {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 15px;
}
.section-menu .service-menu .menu-list .menu-content ._movie .sample-movie {
  display: block;
  text-decoration: none;
  color: #33292a;
  width: 100%;
  height: 70px;
  text-align: center;
  background: url(../img/logo.youtube.color.svg) center 10px no-repeat;
  background-size: 80px auto;
}
.section-menu .service-menu .menu-list._col2 {
  justify-content: center;
}
.section-menu .service-menu .menu-list._col2 .menu-content {
  margin: 0 70px;
}
.section-menu .service-menu .menu-list._col2._wide {
  padding: 50px 0;
}
.section-menu .service-menu .menu-list._col2._wide .menu-content {
  margin: 0 45px;
  width: 300px;
}
.section-menu .service-menu .menu-list._medias .menu-content {
  margin: 0;
}
.section-menu .service-menu .menu-notice {
  display: block;
  text-align: center;
  margin-bottom: 25px;
  font-size: 12px;
}
.section-menu .service-menu .menu-notice._tleft {
  text-align: left;
  padding-left: 50px;
}
.section-menu .service-menu .list-menu-fig {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 50px;
}
.section-menu .service-menu .list-menu-fig ._fig ._img {
  width: 170px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border: 2px solid #fff;
  margin-bottom: 15px;
}
.section-menu .service-menu .list-menu-fig ._fig ._cap {
  text-align: center;
  font-size: 14px;
}
.section-menu .service-menu .list-menu-fig._col3 ._fig ._img {
  width: 250px;
}
.section-menu .service-menu .cols {
  display: flex;
  justify-content: space-between;
  padding: 50px 15px 0 15px;
}
.section-menu .service-menu .cols .min-title {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -10px;
  border-bottom: 3px solid #d0e1e7;
  font-size: 20px;
  padding-bottom: 10px;
}
.section-menu .service-menu .cols ._col1 {
  position: relative;
  width: 36%;
}
.section-menu .service-menu .cols ._col1 .min-title {
  width: 220px;
  right: 0;
}
.section-menu .service-menu .cols ._col2 {
  position: relative;
  width: 64%;
}
.section-menu .service-menu .cols ._col3 {
  position: relative;
  width: 100%;
}
.section-menu .service-menu .cols .menu-list {
  padding: 50px 0px;
}
.section-menu .service-menu .service-img {
  text-align: center;
  padding: 60px 0 35px;
}
.section-menu .service-menu .service-img ._fix {
  width: 100%;
}
.section-menu .service-menu .service-caption {
  text-align: center;
  margin: 0px auto 50px;
}
.section-menu .service-menu .price {
  display: flex;
  align-items: center;
  background: linear-gradient(to bottom, #f2fafa 0%, #e1e7e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 10px;
  padding: 0 50px;
  height: 120px;
  justify-content: space-between;
}
.section-menu .service-menu .price ._title {
  position: relative;
  font-size: 30px;
  width: 300px;
}
.section-menu .service-menu .price ._title .caption {
  font-size: 18px;
  margin-left: 25px;
}
.section-menu .service-menu .price ._title .caption._br {
  display: block;
  margin-left: 0;
}
.section-menu .service-menu .price ._title ._notice {
  position: absolute;
  font-size: 12px;
  font-weight: normal;
  left: 0;
  bottom: -18px;
  white-space: nowrap;
}
.section-menu .service-menu .price ._content {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-top: 10px;
  width: calc(100% - 300px);
}
.section-menu .service-menu .price ._content::before {
  position: absolute;
  content: "";
  width: 220px;
  border-top: 2px dashed #000;
  left: -50px;
  top: 50%;
  margin-top: -1px;
}
.section-menu .service-menu .price ._content._narrow::before {
  width: 160px;
  left: 0;
}
.section-menu .service-menu .price ._content .value {
  display: block;
  font-size: 80px;
  -webkit-text-fill-color: transparent;
  background: #c3ae6c;
  background: linear-gradient(to bottom, #ebd796 0%, #c2ad6b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-background-clip: text;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1cc8a",endColorstr="#c2ad6b",GradientType=1);
  line-height: 1.3;
}
.section-menu .service-menu .price ._content .value._text {
  font-size: 40px;
}
.section-menu .service-menu .price ._content .unit {
  display: block;
  line-height: 1;
  padding-bottom: 25px;
  margin-left: 15px;
}
.section-menu .service-menu .price ._content ._inq {
  font-size: 18px;
}
.section-menu .service-menu .price ._content .notice {
  position: absolute;
  font-size: 14px;
  right: 13px;
}
.section-menu .service-menu .price ._content .notice._tax {
  top: 30px;
}
.section-menu .service-menu .price ._content .notice._cap {
  right: 0;
  bottom: -20px;
}
.section-menu .service-menu .variation {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px auto;
}
.section-menu .service-menu .variation li {
  width: 48%;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #f9f9f9;
  text-align: center;
  height: 60px;
  line-height: 58px;
  margin-bottom: 15px;
}
.section-menu .service-menu ._link {
  margin: 50px auto 25px;
  display: flex;
  justify-content: center;
}
.section-menu .service-menu ._link .btn {
  position: relative;
  width: 300px;
  font-weight: bold;
}
.section-menu .service-menu .service-menu-table {
  width: 90%;
  margin: 50px 5%;
}
.section-menu .service-menu .service-menu-table th, .section-menu .service-menu .service-menu-table td {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}
.section-menu .service-menu .service-menu-table th small, .section-menu .service-menu .service-menu-table td small {
  font-size: 12px;
  margin-left: 5px;
}
.section-menu .service-menu .service-menu-table thead th {
  border-bottom: 3px solid #ccc;
}
.section-menu .service-menu .end-link {
  text-align: center;
  padding: 50px 0 25px 0;
}
.section-menu .service-menu .end-link .btn {
  margin: 0 auto;
}
.section-menu .more {
  font-size: 20px;
  text-align: center;
  margin-bottom: 70px;
}

.section-achievement {
  text-align: center;
  padding-bottom: 100px;
}
.section-achievement .lead {
  font-size: 24px;
  line-height: 2;
  margin-bottom: 90px;
}
.section-achievement .client .name-client {
  padding: 30px 0;
  text-align: center;
  font-size: 24px;
}
.section-achievement .client .name-client .caption {
  display: block;
  font-size: 14px;
}
.section-achievement .client .portfolio {
  background: #f1f8f8;
  padding: 0;
}
.section-achievement .client .portfolio img {
  height: 152px;
  margin: 35px 15px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.09), 0px 0px 80px rgba(0, 0, 0, 0.08);
}
.section-achievement .client .portfolio img._port {
  height: 200px;
}
.section-achievement .more-wrap {
  display: none;
}
.section-achievement .case {
  margin-top: 90px;
}
.section-achievement .case .list-case {
  padding: 60px 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.section-achievement .case .list-case .case-file {
  position: relative;
  width: 260px;
  border-radius: 11px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0.707px -0.707px 34.3px 0.7px rgba(0, 0, 0, 0.05);
  padding-bottom: 100px;
  margin-right: 35px;
  margin-bottom: 50px;
}
.section-achievement .case .list-case .case-file:nth-child(3n) {
  margin-right: 0;
}
.section-achievement .case .list-case .case-file ._category {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 35px;
  width: 209px;
  height: 43px;
  background: url("../img/bg_case_tag.png") center top no-repeat;
  font-weight: bold;
}
.section-achievement .case .list-case .case-file ._thumnb,
.section-achievement .case .list-case .case-file ._title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  height: 80px;
  margin-bottom: 35px;
  line-height: 1.4;
}
.section-achievement .case .list-case .case-file ._thumnb {
  background: #f1f8f8;
  width: 220px;
  margin: 0 auto 35px;
}
.section-achievement .case .list-case .case-file ._thumnb ._img {
  width: 220px;
}
.section-achievement .case .list-case .case-file ._copy {
  text-align: left;
  padding: 0 25px;
  font-size: 14px;
}
.section-achievement .case .list-case .case-file ._more {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 25px;
  text-decoration: none;
  color: #33292a;
  font-size: 14px;
}
.section-achievement .case .list-case .case-file .btn {
  position: absolute;
  bottom: 20px;
  font-size: 13px;
  font-weight: bold;
  width: 240px;
  left: 10px;
}

button.btn-load {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  background: none;
  font-size: 22px;
  margin: 70px auto;
  border-bottom: 4px solid #39afc3;
  width: 200px;
  padding-bottom: 15px;
  cursor: pointer;
  transition: opacity 0.3s ease 0s;
}
button.btn-load:hover {
  opacity: 0.5;
}

.section-fllow {
  background: #f1f8f8;
  text-align: center;
  padding-bottom: 10px;
}
.section-fllow .lead {
  font-size: 24px;
  line-height: 2;
  margin-bottom: 90px;
}
.section-fllow .list-flow {
  width: 580px;
  margin: 0 auto;
}
.section-fllow .list-flow ._item {
  margin-bottom: 60px;
}
.section-fllow .list-flow .fllow-step {
  border-bottom: #536262 solid 4px;
  padding-bottom: 20px;
}
.section-fllow .list-flow .fllow-step ._title {
  font-size: 30px;
  margin-bottom: 30px;
}
.section-fllow .list-flow .fllow-step ._copy {
  line-height: 1.8;
}
.section-fllow .list-flow .fllow-step ol.normal {
  font-size: 18px;
  margin-top: 20px;
}
.section-fllow .list-flow .fllow-step ol.normal li {
  margin: 5px 0;
}
.section-fllow .list-flow ul.normal {
  width: 350px;
  margin: 0 auto;
}
.section-fllow .list-flow ul.normal ._item {
  margin-bottom: 0px;
  text-align: left;
}

.section-faq {
  padding-bottom: 100px;
}

.section-message {
  background: #f1f8f8;
  padding: 50px 0;
}
.section-message .title-message {
  font-size: 36px;
  margin-bottom: 50px;
}
.section-message .message-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section-message .message-content ._text {
  width: 420px;
}
.section-message .message-content ._text ._catch {
  font-size: 22px;
  margin-bottom: 25px;
}
.section-message .message-content ._text p {
  margin-bottom: 25px;
}
.section-message .message-content ._photo {
  position: relative;
}
.section-message .message-content ._photo ._caption {
  position: absolute;
  background: #f1f8f8;
  bottom: 15px;
  right: 0;
  font-size: 14px;
  padding: 7px 15px;
}

.section-moddels ._lead {
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px;
}
.section-moddels .fig-models {
  margin-bottom: 100px;
}
.section-moddels .fig-models ._img {
  width: 100%;
}

.section-bnr .lead {
  text-align: center;
  font-size: 36px;
  margin: 50px 0;
}
.section-bnr .list-bnr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 850px;
  margin: 70px auto;
}
.section-bnr .list-bnr ._item {
  margin-bottom: 50px;
}
.section-bnr .list-bnr .link-bnr {
  display: block;
  border-radius: 10px;
  border: 3px solid #fff;
  overflow: hidden;
  box-shadow: 0px 1.5px 2.7px rgba(0, 0, 0, 0.022), 0px 3.7px 6.9px rgba(0, 0, 0, 0.031), 0px 7.6px 14.2px rgba(0, 0, 0, 0.039), 0px 15.7px 29.2px rgba(0, 0, 0, 0.048), 0px 43px 80px rgba(0, 0, 0, 0.07);
}
.section-bnr .list-bnr ._bnr {
  vertical-align: bottom;
  width: 400px;
}
.section-bnr .list-bnr ._bnr._full {
  width: 850px;
}

.section-case {
  margin-bottom: 70px;
}

.section-success {
  padding: 25px 0;
  margin-top: 100px;
  background-color: #F5F8F1;
  margin-bottom: 70px;
}
.section-success ._success-formula {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.section-success ._success-formula ._formula {
  width: 30%;
}
.section-success ._success-formula ._fdt {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: bold;
  border-bottom: 3px solid #000;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.section-success ._success-formula ._fdt ._num {
  font-size: 40px;
  color: #fe9c01;
}
.section-success ._context-terminal {
  margin-top: 150px;
  background-color: #39afc3;
  color: #fff;
  position: relative;
  padding-bottom: 50px;
}
.section-success ._context-terminal ._title {
  position: absolute;
  color: #000;
  font-size: 24px;
  top: -70px;
  left: 50%;
  transform: translate(-50%, 0);
}
.section-success ._context-terminal ._title::after, .section-success ._context-terminal ._title::before {
  position: absolute;
  content: "";
  display: block;
  height: 50px;
  width: 2px;
  background-color: #000;
  top: -10px;
}
.section-success ._context-terminal ._title::before {
  left: -30px;
  transform: rotate(-20deg);
}
.section-success ._context-terminal ._title::after {
  right: -30px;
  transform: rotate(20deg);
}
.section-success ._context-terminal .wrap {
  position: relative;
  padding-top: 30px;
  font-size: 18px;
  line-height: 2em;
  min-height: 130px;
}
.section-success ._context-terminal .wrap .font-Koz {
  font-size: 24px;
}
.section-success ._context-terminal .wrap::after {
  content: "";
  display: block;
  position: absolute;
  width: 197px;
  height: 266px;
  background: url(../img/fig_success.svg);
  bottom: -50px;
  right: 0;
}
.section-success ._context-terminal ._more {
  display: block;
  width: 170px;
  height: 42px;
  background: #fff;
  color: #000;
  font-size: 16px;
  padding-left: 20px;
  line-height: 43px;
  position: absolute;
  right: 300px;
  top: 120px;
  border-radius: 5px;
  z-index: 5;
}
.section-success ._context-terminal ._more::before, .section-success ._context-terminal ._more::after {
  position: absolute;
  display: block;
  content: "";
  width: 21px;
  height: 1px;
  background-color: #000;
  top: 20px;
  right: 15px;
}
.section-success ._context-terminal ._more::after {
  transform: rotate(90deg);
}
.section-success ._context-terminal ._more.open {
  border-radius: 5px 5px 0 0;
}
.section-success ._context-terminal ._more.open::after {
  display: none;
}
.section-success ._context-drilldown {
  position: relative;
  top: 30px;
  display: none;
  max-width: 850px;
  margin: 0 auto 0;
  background-color: #fff;
  color: #000;
  border-radius: 5px;
  position: relative;
  padding: 50px;
}
.section-success ._context-drilldown ._title-cd {
  font-size: 28px;
  text-align: center;
  margin-bottom: 50px;
}
.section-success ._context-drilldown ._col-col {
  display: flex;
  padding-bottom: 25px;
}
.section-success ._context-drilldown ._col-col p {
  margin-bottom: 15px;
}
.section-success ._context-drilldown ._col-col ._l {
  padding-right: 25px;
  border-right: 1px solid #ccc;
}
.section-success ._context-drilldown ._col-col ._r {
  padding-left: 25px;
}
.section-success ._context-drilldown ._question {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
  margin-bottom: 50px;
}
.section-success ._context-drilldown ._question li {
  margin: 12px auto;
}
.section-success ._context-drilldown ._fig-col {
  margin-top: 100px;
  position: relative;
  display: flex;
  padding-left: 180px;
}
.section-success ._context-drilldown ._fig-col figure {
  position: absolute;
  left: -20px;
  bottom: -50px;
}
.section-success ._context-drilldown ._fig-col img {
  width: 170px;
}
.section-success ._context-drilldown ._fig-col p {
  font-size: 18px;
}

#site-footer .logo {
  display: flex;
  height: 300px;
  justify-content: center;
  align-items: center;
}
#site-footer .logo ._img {
  width: 300px;
}
#site-footer small {
  display: block;
  text-align: center;
  line-height: 100px;
}
#site-footer .corporate-info {
  width: 500px;
  margin: 0 auto 100px;
}/*# sourceMappingURL=body.css.map */