html {
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
}
div,
p,
applet,
object,
fieldset {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
iframe {
  margin: 0;
  padding: 0;
  border: 0;
}
a {
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  outline: none;
}
b,
em,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
small {
  font-size: 78%;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
dl {
  margin: 0;
  padding: 0;
}
dd {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
button,
input,
select,
textarea {
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
th,
caption,
address {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
h1 {
  font-size: 200%;
}
h2 {
  font-size: 175%;
}
h3 {
  font-size: 150%;
}
h4 {
  font-size: 125%;
}
h5 {
  font-size: 110%;
}
h6 {
  font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
#svg_logo .cls-1 {
  isolation: isolate;
}
#svg_logo .cls-2 {
  fill: #221714;
}
#svg_arrow .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
}
#svg_check .cls-1 {
  fill: none;
  stroke: #2ba8a1;
  stroke-width: 4px;
}
#svg_tel .cls-1 {
  fill: #fff;
}
#svg_plus .cls-1 {
  fill: none;
  stroke: #000;
  stroke-width: 2px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-word;
  outline: none;
}
body {
  color: #231815;
  font-family:
    "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.5;
  overflow: hidden;
  text-size-adjust: 100%;
}
@media (max-width: 767px) {
  body {
    letter-spacing: 0.1em;
  }
}
img {
  max-width: 100%;
  height: auto;
  border: none;
  text-decoration: none;
}
a {
  border: none;
  color: #231815;
  text-decoration: none;
}
a img {
  border: none;
  text-decoration: none;
}
.l-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .l-wrapper {
    padding: 0 20px;
  }
}
.c-btn {
  border-radius: 100px;
  border-style: solid;
  border-width: 2px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  transition: 0.3s;
}
.c-btn--arrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.c-btn--arrow:after {
  width: 6px;
  height: 6px;
  position: relative;
  right: -8px;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #fff;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: #fff;
  content: "";
  transform: rotate(45deg);
  transition: 0.3s;
}
.c-btn--window:after {
  width: 14px;
  height: 15px;
  margin-left: 5px;
  background-image: url("../img/bg_window_white_narrow.svg");
  background-size: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  transition: 0.3s;
}
.c-btn--window:hover.c-btn--window:after {
  background-image: url("../img/bg_window_primary_narrow.svg");
}
.c-btn--middle {
  width: 370px;
  padding: 18px 0;
}
.c-btn--big {
  width: 600px;
  padding: 25px 0;
  border-width: 3px;
  font-size: 22px;
}
.c-btn--big .c-btn__arrow {
  width: 10px;
  height: 19px;
  margin-left: 15px;
}
.c-btn--big.c-btn--arrow:after {
  width: 8px;
  height: 8px;
}
.c-btn--primary {
  background: #26b1a9;
  border-color: #26b1a9;
}
.c-btn--primary:hover {
  background: #fff;
  color: #26b1a9;
}
.c-btn--secondary {
  background: #efb851;
  border-color: #efb851;
}
.c-btn--secondary:hover {
  background: #fff;
  color: #efb851;
}
.c-btn--secondary:hover.c-btn--arrow:after {
  border-top-color: #efb851;
  border-right-color: #efb851;
}
.c-btn--block {
  display: block;
}
.c-btn--center {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.c-btn a {
  color: #fff;
}
@media (max-width: 767px) {
  .c-btn {
    font-size: 14px;
  }
  .c-btn--middle {
    width: 85%;
    padding: 16px 0;
  }
  .c-btn--big {
    width: 85%;
    padding: 23px 0;
    font-size: 14px;
  }
  .c-btn--big .c-btn__arrow {
    width: 7px;
    height: 13px;
  }
}
.c-ttl {
  font-size: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .c-ttl {
    font-size: 26px;
  }
}
.c-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 98;
}
.c-header__wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 15px 1.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-header__logo {
  width: 100px;
  height: 18px;
  margin-top: 13px;
}
.c-header__nav__list {
  display: flex;
  flex-wrap: wrap;
}
.c-header__nav__item {
  padding: 14px 16px 0;
  font-size: 14px;
  font-weight: bold;
}
.c-header__nav__item a {
  transition: 0.3s;
}
.c-header__nav__item a:hover {
  color: #26b1a9;
}
.c-header__btn {
  width: 190px;
  height: 48px;
  margin-left: 15px;
  padding: 16px 0;
  font-size: 12px;
}
.c-header.is-scrolled {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.3s;
}
.c-header.is-scrolled .c-header__btn {
  transition: 0.3s;
}
@media (max-width: 767px) {
  .c-header {
    height: 62px;
    left: 0;
    background: #fff;
    transform: initial;
  }
  .c-header .l-wrapper {
    padding: 0;
  }
  .c-header__wrapper {
    width: 100%;
    padding: 0;
    display: block;
  }
  .c-header__shadow {
    width: 100%;
    padding: 20px;
    position: fixed;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    z-index: 100;
  }
  .c-header__nav {
    width: 100%;
    height: 0;
    position: fixed;
    top: 62px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    text-align: center;
    transition: all 0.5s ease 0s;
    overflow: hidden;
    z-index: -1;
  }
  .c-header__nav.is-open {
    height: 100%;
    z-index: 99;
  }
  .c-header__nav__list {
    padding: 35px 40px 0 40px;
    display: block;
  }
  .c-header__nav__item {
    margin-bottom: 28px;
    font-size: 22px;
  }
  .c-header__logo {
    margin-top: 0;
  }
  .c-header__btn {
    width: 100%;
    height: 60px;
    margin: 68px 0 0 0;
    padding: 20px 0;
    font-size: 16px;
  }
  .c-header__btn:after {
    top: 0;
  }
  .c-header__hamburger {
    width: 28px;
    height: 21px;
    position: relative;
  }
  .c-header__hamburger i {
    width: 28px;
    height: 4px;
    position: absolute;
    background: #231815;
    border-radius: 4px;
    display: block;
    transition: 0.3s;
  }
  .c-header__hamburger i:nth-child(1) {
    top: 0;
    left: 0;
  }
  .c-header__hamburger i:nth-child(2) {
    top: 9px;
    left: 0;
  }
  .c-header__hamburger i:nth-child(3) {
    top: 18px;
    left: 0;
  }
  .c-header__hamburger.is-open i {
    width: 28px;
    left: -1px;
  }
  .c-header__hamburger.is-open i:nth-child(1) {
    top: 9px;
    transform: rotate(45deg);
  }
  .c-header__hamburger.is-open i:nth-child(2) {
    display: none;
  }
  .c-header__hamburger.is-open i:nth-child(3) {
    top: auto;
    bottom: 8px;
    transform: rotate(-45deg);
  }
}
.c-contact {
  padding: 60px 0 15px;
  position: relative;
  background-color: rgba(74, 74, 88, 0.9);
  color: #fff;
  text-align: center;
}
.c-contact__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-image: url("../img/bg_contact.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-contact__ttl {
  margin-bottom: 15px;
  font-size: 25px;
}
.c-contact__txt {
  margin-bottom: 45px;
  font-size: 18px;
  line-height: 1.8;
}
.c-contact__btn {
  margin-bottom: 35px;
}
.c-contact__tel {
  margin-bottom: 35px;
  color: #fff;
  font-size: 30px;
  display: block;
}
.c-contact__tel__icon {
  width: 25px;
  height: 25px;
  margin: 0 15px -2px 0;
}
.c-contact__member {
  max-width: 900px;
  margin: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}
.c-contact__member__img {
  width: 188px;
  height: 188px;
  border-radius: 50%;
}
.c-contact--footer {
  padding: 75px 0 55px;
}
@media (max-width: 992px) {
  .c-contact__member__item {
    margin-bottom: 36px;
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .c-contact__ttl {
    font-size: 22px;
  }
  .c-contact__txt {
    margin-bottom: 30px;
    font-size: 13px;
  }
  .c-contact__member {
    width: 100%;
    margin-top: 35px;
  }
  .c-contact__member__item {
    width: 50%;
  }
  .c-contact__member__item:nth-child(odd) {
    padding-right: 18px;
  }
  .c-contact__member__item:nth-child(even) {
    padding-left: 18px;
  }
  .c-contact__member__item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
  .c-contact__member__img {
    width: 100%;
    height: 100%;
  }
  .c-contact--footer {
    padding: 60px 0 50px;
  }
}
.p-visual {
  margin: 0 0 50px;
  position: relative;
}
.p-visual__img {
  width: 90%;
  min-height: 560px;
  height: 85vh;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
}
.p-visual__img img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.p-visual__wrapper {
  width: 100%;
  min-height: 560px;
  height: 85vh;
  display: flex;
  align-items: flex-end;
}
.p-visual__body {
  margin-top: 200px;
  flex: 1;
}
.p-visual__catch,
.p-visual__logo,
.p-visual__head {
  margin-bottom: 25px;
  display: table;
  font-weight: bold;
}
.p-visual__catch {
  font-size: 1.2vw;
}
.p-visual__catch .u-mask_inner {
  padding: 10px;
}
.p-visual__logo__img {
  width: 307px;
  height: 57px;
}
.p-visual__logo .u-mask_inner {
  padding: 16px;
}
.p-visual__head {
  font-size: 45px;
}
.p-visual__head .u-mask_inner {
  padding: 6px 10px;
}
.p-visual__btn {
  margin-bottom: 30px;
  padding: 20px 0;
}
.p-visual__device {
  margin: 0 0 -42px 0;
  flex: 1;
}
.p-visual__device img {
  max-width: 660px;
}
@media (max-width: 1300px) {
  .p-visual__img {
    width: 85%;
  }
  .p-visual__head {
    font-size: 3.6vw;
  }
  .p-visual__device img {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .p-visual__device {
    margin: 0 0 -24px 0;
    padding-left: 20px;
  }
  .p-visual__img {
    min-height: 560px;
    height: 560px;
  }
  .p-visual__wrapper {
    width: 100%;
    min-height: 560px;
    height: 560px;
    display: flex;
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .p-visual {
    height: 100%;
    margin: 62px 0 20px;
    background-size: auto 90%;
  }
  .p-visual__img {
    width: 100%;
    min-height: 88%;
    height: 88%;
  }
  .p-visual__img img {
    width: auto;
    max-width: initial;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-visual__wrapper {
    height: 100%;
    display: block;
  }
  .p-visual__body {
    width: 100%;
    margin-top: 0;
    padding-top: 40px;
  }
  .p-visual__catch,
  .p-visual__logo,
  .p-visual__head {
    margin: auto auto 15px;
  }
  .p-visual__catch {
    padding: 5px 15px;
    font-size: 15px;
  }
  .p-visual__logo {
    padding: 10px 20px;
  }
  .p-visual__logo__img {
    width: 222px;
    height: 44px;
  }
  .p-visual__head {
    margin-bottom: 40px;
    padding: 5px 10px;
    font-size: 7vw;
    text-align: center;
  }
  .p-visual__btn {
    margin: auto auto 47px auto;
  }
  .p-visual__device {
    margin: 0;
  }
}
.bnr {
  line-height: 0;
  padding: 40px 6% 25px;
}
@media (max-width: 767px) {
  .bnr {
    padding: 0 5%;
  }
}
.bnr__item {
  text-align: center;
}
.bnr__item:not(:nth-child(1)) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .bnr__item:not(:nth-child(1)) {
    margin-top: 20px;
  }
}
.bnr__item a {
  display: inline-block;
  transition: all 0.3s;
}
.bnr__item a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .bnr__item a {
    width: auto;
  }
  .bnr__item a:not(:nth-child(1)) {
    margin-top: 20px;
  }
  .bnr__item a:hover {
    opacity: 1;
  }
}
.p-about {
  padding: 0 0 115px;
  background-image: url("../img//bg_about_pc.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 870px;
}
.p-about__wrapper {
  display: flex;
  align-items: center;
  flex-flow: row-reverse;
}
.p-about__body {
  width: 50%;
  margin-top: 15%;
  padding: 5% 40px 5% 5%;
  position: relative;
  right: 0;
  z-index: 0;
  background: #fff;
  border-radius: 20px 0 0 20px;
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.16);
}
.p-about__ttl {
  margin-bottom: 6%;
  line-height: 1.75;
}
.p-about__ttl--small {
  font-size: 14px;
}
.p-about__txt {
  margin-bottom: 10%;
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
}
.p-about__note {
  font-size: 12px;
}
.p-about__note td {
  vertical-align: top;
}
.p-about__note__word {
  padding-right: 15px;
  white-space: nowrap;
}
.p-about__note__mean {
  padding-left: 15px;
  padding-bottom: 4px;
}
.p-about__img {
  width: 50%;
  padding-top: 8%;
  position: relative;
  left: 4%;
}
.p-about__img img {
  max-width: 600px;
}
.p-about__img__background {
  display: none;
}
.p-about__pc_illustration {
  position: absolute;
  top: -150px;
  right: 40px;
}
.p-about__pc_illustration img {
  width: 85px;
}
.p-about__sp_illustration {
  display: none;
}
@media (max-width: 1300px) {
  .p-about__img img {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .p-about {
    background: none;
  }
  .p-about__wrapper {
    display: block;
  }
  .p-about__body {
    width: 100%;
    margin-bottom: 30px;
    padding: 5%;
    border-radius: 0;
    box-shadow: none;
  }
  .p-about__ttl {
    margin-bottom: 25px;
  }
  .p-about__txt {
    margin-bottom: 25px;
  }
  .p-about__img {
    width: 100%;
    padding-top: 0;
    left: 0;
  }
  .p-about__img__figure {
    padding: 0 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-about__img__background {
    width: 100%;
    display: block;
  }
  .p-about__pc_illustration {
    display: none;
  }
  .p-about__sp_illustration {
    position: absolute;
    width: 100px;
    top: 0;
    right: 40px;
    display: block;
  }
}
@media (max-width: 767px) {
  .p-about {
    padding: 0;
  }
  .p-about__body {
    margin-top: 5%;
  }
  .p-about__ttl {
    font-size: 22px;
  }
  .p-about__ttl--small {
    display: none;
  }
  .p-about__note {
    font-size: 10px;
  }
  .p-about__pc_illustration {
    display: none;
  }
  .p-about__sp_illustration {
    width: 55px;
    top: -20px;
    right: 20px;
  }
}
.p-problem__wrapper {
  max-width: 1120px;
  margin: auto;
  padding: 40px 0 110px 0;
}
.p-problem__ttl {
  margin-bottom: 50px;
}
.p-problem__list {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: bold;
}
.p-problem__item {
  width: 50%;
  margin-bottom: 20px;
  padding: 0 10px;
  position: relative;
}
.p-problem__icon {
  width: 30px;
  height: 24px;
  padding-top: 6px;
  position: absolute;
}
.p-problem__txt {
  margin-left: 35px;
}
@media (max-width: 767px) {
  .p-problem__wrapper {
    width: 100%;
    padding: 40px 0 85px;
  }
  .p-problem__list {
    font-size: 14px;
  }
  .p-problem__item {
    width: 100%;
    padding: 0;
  }
  .p-problem__icon {
    width: 18px;
    height: 14px;
    padding-top: 0;
    top: 3px;
  }
  .p-problem__txt {
    margin-left: 30px;
  }
}
.p-feature__wrapper {
  padding: 90px 0 90px;
  position: relative;
}
.p-feature__unit {
  display: flex;
}
.p-feature__unit--left .p-feature__body {
  padding: 6% 6% 6% 40px;
  right: 0;
  border-radius: 0 20px 20px 0;
}
.p-feature__unit--left .p-feature__inner {
  margin-left: auto;
}
.p-feature__unit--right {
  flex-flow: row-reverse;
}
.p-feature__unit--right .p-feature__body {
  padding: 6% 40px 6% 6%;
  right: 0;
  border-radius: 20px 0 0 20px;
}
.p-feature__unit--right .p-feature__inner {
  margin-right: auto;
}
.p-feature__body {
  width: 50%;
  margin: 5% 0;
  position: relative;
  background: #fff;
}
.p-feature__number {
  position: absolute;
  top: -130px;
  right: 6%;
  z-index: 1;
  color: #bebebe;
  font-size: 200px;
  font-weight: bold;
  opacity: 0.2;
}
.p-feature__head {
  margin-bottom: 20px;
  font-size: 30px;
}
.p-feature__txt {
  font-weight: bold;
  line-height: 2;
}
.p-feature__badge_wrapper {
  margin-bottom: 5px;
}
.p-feature__badge {
  padding: 5px 15px;
  margin: 0 20px 12px 0;
  border-radius: 15px;
  border: 1px solid #26b1a9;
  color: #26b1a9;
  display: inline-block;
  font-size: 12px;
}
.p-feature__img {
  width: 50%;
  margin: 5% 0;
  position: relative;
  z-index: 1;
}
.p-feature__img img {
  max-width: initial;
  position: absolute;
}
.p-feature__img--1 img {
  width: 980px;
  left: -35px;
  bottom: -40px;
}
.p-feature__img--2 {
  margin: 8% 20px;
}
.p-feature__img--2 img {
  width: 550px;
  right: 20px;
  bottom: 0;
}
.p-feature__img--3 {
  margin: 6% 0;
}
.p-feature__img--3 img {
  width: 750px;
  bottom: 0;
  left: -35px;
}
.p-feature__img--4 {
  margin: 8% 20px;
}
.p-feature__img--4 img {
  width: 545px;
  right: 20px;
  bottom: 0;
}
.p-feature__img--5 img {
  width: 715px;
  bottom: 0;
  left: -35px;
}
.p-feature__illustration {
  width: 91px;
  position: absolute;
  top: -110px;
  left: 40px;
}
@media (max-width: 1300px) {
  .p-feature__img--1 img {
    width: 150%;
  }
  .p-feature__img--2 img {
    width: 100%;
    position: static;
  }
  .p-feature__img--3 img {
    width: 110%;
  }
  .p-feature__img--4 img {
    width: 100%;
    position: static;
  }
  .p-feature__img--5 img {
    width: 115%;
  }
}
@media (max-width: 992px) {
  .p-feature__wrapper {
    padding: 130px 0 90px;
  }
  .p-feature__ttl {
    padding: 0 20px;
  }
  .p-feature__unit {
    display: block;
  }
  .p-feature__unit--left .p-feature__body {
    margin-left: -20px;
    padding: 60px 20px 60px 0;
  }
  .p-feature__unit--left .p-feature__inner {
    padding-left: 55px;
  }
  .p-feature__unit--left .p-feature__number {
    right: 0;
  }
  .p-feature__unit--right .p-feature__body {
    margin-right: -20px;
    padding: 60px 40px 60px 20px;
    left: 20px;
  }
  .p-feature__unit--right .p-feature__number {
    right: 40px;
  }
  .p-feature__body {
    width: 100%;
    margin: 90px 0 0;
  }
  .p-feature__number {
    top: -80px;
    font-size: 120px;
  }
  .p-feature__inner {
    width: 100%;
  }
  .p-feature__head {
    font-size: 26px;
  }
  .p-feature__badge_wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .p-feature__badge {
    width: initial;
    margin-bottom: 10px;
    padding: 3px 10px;
    font-size: 10px;
  }
  .p-feature__txt {
    font-size: 14px;
    font-weight: normal;
  }
  .p-feature__img {
    width: 100%;
    margin: 0 20px;
    overflow: hidden;
  }
  .p-feature__img img {
    position: static;
  }
  .p-feature__img--1 {
    margin-top: -5%;
  }
  .p-feature__img--2 {
    margin: -60px 0 0 0;
    padding: 0 20px;
  }
  .p-feature__img--2 img {
    width: 100%;
  }
  .p-feature__img--3 {
    margin-top: -40px;
  }
  .p-feature__img--3 img {
    width: 105%;
  }
  .p-feature__img--4 {
    padding: 0 20px;
    margin: -5% 0 0 0;
  }
  .p-feature__img--4 img {
    width: 100%;
  }
  .p-feature__img--5 {
    margin: -7% 0 0 18px;
  }
  .p-feature__img--5 img {
    width: 105%;
  }
}
@media (max-width: 767px) {
  .p-feature__unit--left .p-feature__inner {
    padding-left: 40px;
  }
  .p-feature__img--1 {
    margin-top: -15%;
  }
  .p-feature__illustration {
    width: 57px;
    top: -65px;
  }
}
.p-function__wrapper {
  max-width: 1120px;
  margin: auto;
  padding: 100px 0 70px;
  position: relative;
}
.p-function__ttl {
  margin-bottom: 60px;
}
.p-function__inner {
  margin-bottom: 110px;
  padding: 7% 6% 4% 6%;
  background: #f7f7f7;
  border-radius: 15px;
}
.p-function__box {
  margin-bottom: 22px;
  background: #fff;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
}
.p-function__box__ttl {
  padding: 10px;
  color: #fff;
  background: #26b1a9;
  border-radius: 10px 10px 0 0;
  font-size: 20px;
}
.p-function__box__ttl--big {
  padding: 18px 10px;
}
.p-function__box__ttl--option {
  padding: 8px;
  background: #d4eaeb;
  color: #26b1a9;
  font-size: 18px;
}
.p-function__box__content {
  padding: 2% 8%;
  border-radius: 0 0 10px 10px;
}
.p-function__box__content__head {
  margin-bottom: 15px;
  padding: 10px 0 20px 0;
  font-size: 15px;
  border-bottom: 1px solid #231815;
}
.p-function__box--block {
  width: 44%;
  margin-bottom: 30px;
}
.p-function__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-function__plus {
  position: relative;
}
.p-function__plus__icon {
  width: 53px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-function__list--customer {
  padding-top: 15px;
}
.p-function__item {
  display: flex;
  text-align: left;
}
.p-function__item:last-child {
  margin-bottom: -20px;
}
.p-function__item__icon {
  width: 24px;
  margin: 5px 0 0 5px;
}
.p-function__item__icon__web {
  width: 24px;
  height: 25px;
}
.p-function__item__icon__analytics {
  width: 28px;
  height: 22px;
}
.p-function__item__icon__application {
  width: 25px;
  height: 28px;
}
.p-function__item__icon__board {
  width: 29px;
  height: 29px;
}
.p-function__item__icon__enquete {
  width: 22px;
  height: 28px;
}
.p-function__item__icon__report {
  width: 24px;
  height: 28px;
}
.p-function__item__content {
  margin: 0 0 10px 20px;
}
.p-function__item__ttl {
  margin-bottom: 2px;
  font-size: 18px;
}
.p-function__item__txt {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
}
.p-function__illustration {
  position: absolute;
  top: -100px;
  right: 0;
}
.p-function__illustration img {
  width: 78px;
}
@media (max-width: 992px) {
  .p-function__inner {
    padding: 3% 3% 2% 3%;
  }
}
@media (max-width: 767px) {
  .p-function__wrapper {
    width: 100%;
    padding: 90px 0 80px;
  }
  .p-function__ttl {
    margin-bottom: 30px;
  }
  .p-function__inner {
    margin-bottom: 95px;
    padding: 58px 20px 30px;
  }
  .p-function__box {
    width: 100%;
  }
  .p-function__box__ttl {
    padding: 14px;
    font-size: 16px;
  }
  .p-function__box__ttl--big {
    padding: 14px;
  }
  .p-function__box__ttl--option {
    padding: 10px;
  }
  .p-function__box__content {
    padding: 18px 28px;
    font-size: 14px;
  }
  .p-function__box__content__head {
    margin-bottom: 10px;
    padding: 0 0 16px;
  }
  .p-function__row {
    display: block;
  }
  .p-function__plus {
    height: 98px;
    margin-top: -30px;
    position: relative;
  }
  .p-function__plus__icon {
    width: 40px;
  }
  .p-function__list--customer {
    padding-top: 5px;
  }
  .p-function__item:last-child {
    margin-bottom: 0;
  }
  .p-function__item__icon__web {
    width: 18px;
    height: 19px;
  }
  .p-function__item__icon__analytics {
    width: 24px;
    height: 19px;
  }
  .p-function__item__icon__application {
    width: 20px;
    height: 22px;
  }
  .p-function__item__icon__board {
    width: 23px;
    height: 23px;
  }
  .p-function__item__icon__enquete {
    width: 18px;
    height: 22px;
  }
  .p-function__item__icon__report {
    width: 19px;
    height: 23px;
  }
  .p-function__item__content {
    margin: 0 0 10px 15px;
  }
  .p-function__item__txt {
    margin-bottom: 0;
  }
  .p-function__illustration {
    top: -95px;
  }
  .p-function__illustration img {
    width: 54px;
  }
}
.p-combination__ttl {
  margin-bottom: 48px;
}
.p-combination__item {
  margin-bottom: 45px;
  background: #f7f7f7;
  border-radius: 7px;
  display: flex;
}
.p-combination__item__count {
  width: 98px;
  position: relative;
  background: #26b1a9;
  border-radius: 7px 0 0 7px;
  color: #fff;
  font-size: 34px;
}
.p-combination__item__count__number {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.p-combination__item__body {
  width: 100%;
  padding: 16px 30px;
  font-weight: bold;
}
.p-combination__item__head {
  margin-bottom: 2px;
  color: #26b1a9;
}
.p-combination__item__txt {
  font-size: 22px;
}
@media (max-width: 767px) {
  .p-combination__ttl {
    margin-bottom: 35px;
  }
  .p-combination__item {
    margin-bottom: 20px;
  }
  .p-combination__item__count {
    width: 50px;
    font-size: 24px;
  }
  .p-combination__item__body {
    padding: 15px 20px;
    flex: 1;
  }
  .p-combination__item__head {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .p-combination__item__txt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.p-case {
  max-width: 1280px;
  margin: auto;
}
.p-case__wrapper {
  padding: 100px 20px 110px 20px;
}
.p-case__ttl {
  padding-bottom: 55px;
}
.p-case__list {
  margin: 0 -25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-case__item {
  width: 33.3333%;
  padding: 0 2% 50px 2%;
  position: relative;
}
.p-case__item:hover .p-case__item__title,
.p-case__item:hover .p-case__item__name,
.p-case__item:hover .p-case__item__date {
  color: #26b1a9;
}
.p-case__item:hover .p-case__item__img img {
  transform: scale(1.1);
}
.p-case__item:hover .p-case__item__title::after {
  background-image: url("../img/bg_window_primary.svg");
}
.p-case__item__link {
  padding-bottom: 20px;
  position: relative;
  display: block;
}
.p-case__item__date {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  font-weight: bold;
  transition: 0.3s;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}
.p-case__item__img {
  margin-left: 26px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  overflow: hidden;
  z-index: -1;
}
.p-case__item__img img {
  display: block;
  transition: 0.3s;
}
.p-case__item__category {
  margin-left: 4px;
  padding: 4px 4px;
  position: relative;
  top: -45px;
  background: #26b1a9;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  letter-spacing: initial;
}
.p-case__item__title {
  width: 90%;
  margin-top: -45px;
  padding: 20px 16px;
  background: #fff;
  border-radius: 11px;
  font-weight: bold;
  transition: 0.3s;
}
.p-case__item__title:after {
  width: 16px;
  height: 14px;
  margin-left: 5px;
  background-image: url("../img/bg_window_gray.svg");
  background-size: cover;
  background-position: 100%;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  transition: 0.3s;
}
.p-case__item__name {
  padding-left: 16px;
  font-size: 14px;
  transition: 0.3s;
}
@media (max-width: 1300px) {
  .p-case__item__category {
    padding: 4px 2px;
    font-size: 10px;
  }
}
@media (max-width: 992px) {
  .p-case__item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .p-case__wrapper {
    padding: 80px 20px 120px 20px;
  }
  .p-case__item {
    width: 100%;
    padding: 0 20px 50px 20px;
  }
  .p-case__item__title {
    width: 93%;
    padding: 20px 16px 10px 16px;
  }
}
.c-flow__wrapper {
  max-width: 1280px;
  margin: auto;
  padding: 100px 3% 110px 1%;
  position: relative;
}
.c-flow__ttl {
  margin-bottom: 85px;
}
.c-flow__list {
  position: relative;
  left: -30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-flow__item {
  width: 20%;
  height: 230px;
  padding: 50px 0 0 56px;
  position: relative;
}
.c-flow__item__count {
  margin: 0 0 20px -15px;
  position: absolute;
  top: -20px;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
}
.c-flow__item__ttl {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: bold;
}
.c-flow__item__txt {
  position: absolute;
  font-size: 14px;
  z-index: 2;
}
.c-flow__item--1 {
  background: #fff;
}
.c-flow__item--1:after {
  width: 45px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -45px;
  background:
    linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #fff 50.5%)
      no-repeat top left/100% 50%,
    linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #fff 50.5%)
      no-repeat bottom right/100% 50%;
  content: "";
  display: block;
  z-index: 1;
}
@media (max-width: 767px) {
  .c-flow__item--1:after {
    width: 100%;
    height: 32px;
    top: initial;
    right: initial;
    bottom: -32px;
    left: 0;
    background:
      linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #fff 50.5%)
        no-repeat top left/50.1% 100%,
      linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #fff 50.5%)
        no-repeat top right/50.1% 100%;
  }
}
.c-flow__item--1:before {
  width: 25px;
  height: 230px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #f7f7f7;
}
.c-flow__item--2 {
  background: #dcebeb;
}
.c-flow__item--2:after {
  width: 45px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -45px;
  background:
    linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #dcebeb 50.5%)
      no-repeat top left/100% 50%,
    linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #dcebeb 50.5%)
      no-repeat bottom right/100% 50%;
  content: "";
  display: block;
  z-index: 1;
}
@media (max-width: 767px) {
  .c-flow__item--2:after {
    width: 100%;
    height: 32px;
    top: initial;
    right: initial;
    bottom: -32px;
    left: 0;
    background:
      linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #dcebeb 50.5%)
        no-repeat top left/50.1% 100%,
      linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #dcebeb 50.5%)
        no-repeat top right/50.1% 100%;
  }
}
.c-flow__item--3 {
  background: #cce3e3;
}
.c-flow__item--3:after {
  width: 45px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -45px;
  background:
    linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #cce3e3 50.5%)
      no-repeat top left/100% 50%,
    linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #cce3e3 50.5%)
      no-repeat bottom right/100% 50%;
  content: "";
  display: block;
  z-index: 1;
}
@media (max-width: 767px) {
  .c-flow__item--3:after {
    width: 100%;
    height: 32px;
    top: initial;
    right: initial;
    bottom: -32px;
    left: 0;
    background:
      linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #cce3e3 50.5%)
        no-repeat top left/50.1% 100%,
      linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #cce3e3 50.5%)
        no-repeat top right/50.1% 100%;
  }
}
.c-flow__item--4 {
  background: #b1d6d6;
}
.c-flow__item--4:after {
  width: 45px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -45px;
  background:
    linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #b1d6d6 50.5%)
      no-repeat top left/100% 50%,
    linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #b1d6d6 50.5%)
      no-repeat bottom right/100% 50%;
  content: "";
  display: block;
  z-index: 1;
}
@media (max-width: 767px) {
  .c-flow__item--4:after {
    width: 100%;
    height: 32px;
    top: initial;
    right: initial;
    bottom: -32px;
    left: 0;
    background:
      linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #b1d6d6 50.5%)
        no-repeat top left/50.1% 100%,
      linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #b1d6d6 50.5%)
        no-repeat top right/50.1% 100%;
  }
}
.c-flow__item--5 {
  background: #97c7c7;
}
.c-flow__item--5:after {
  width: 45px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -45px;
  background:
    linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #97c7c7 50.5%)
      no-repeat top left/100% 50%,
    linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #97c7c7 50.5%)
      no-repeat bottom right/100% 50%;
  content: "";
  display: block;
  z-index: 1;
}
@media (max-width: 767px) {
  .c-flow__item--5:after {
    width: 100%;
    height: 32px;
    top: initial;
    right: initial;
    bottom: -32px;
    left: 0;
    background:
      linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #97c7c7 50.5%)
        no-repeat top left/50.1% 100%,
      linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #97c7c7 50.5%)
        no-repeat top right/50.1% 100%;
  }
}
.c-flow__illustration {
  position: absolute;
  top: -100px;
  left: 0;
}
.c-flow__illustration img {
  width: 215px;
}
@media (max-width: 992px) {
  .c-flow__item {
    width: 33.3333%;
  }
  .c-flow__item--4:before {
    width: 25px;
    height: 230px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #f7f7f7;
  }
}
@media (max-width: 767px) {
  .c-flow__wrapper {
    padding: 90px 0 110px;
  }
  .c-flow__ttl {
    margin-bottom: 40px;
  }
  .c-flow__list {
    left: initial;
    display: block;
  }
  .c-flow__item {
    width: 100%;
    height: initial;
    padding: 55px 40px 0;
    position: relative;
  }
  .c-flow__item__count {
    margin: 0;
    position: absolute;
    top: 40px;
    right: 45px;
    font-size: 40px;
  }
  .c-flow__item__ttl {
    margin-bottom: 5px;
  }
  .c-flow__item__txt {
    width: 100%;
    padding-bottom: 20px;
    position: initial;
  }
  .c-flow__item--1:before {
    width: 100%;
    height: 10px;
  }
  .c-flow__item--4:before {
    display: none;
  }
  .c-flow__illustration {
    top: -60px;
  }
  .c-flow__illustration img {
    width: 132px;
  }
}
.p-browser {
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 0;
}
.p-browser__ttl {
  margin-bottom: 55px;
}
.p-browser__tbl {
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #bebebe;
  border-left: 1px solid #bebebe;
  font-size: 14px;
}
.p-browser__tbl__head {
  width: 25%;
  background: #f7f7f7;
  border-right: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  vertical-align: middle;
}
.p-browser__tbl__data {
  padding: 20px 40px;
  border-right: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
}
.p-browser__tbl__txt {
  margin-bottom: 20px;
}
.p-browser__tbl__txt:last-child {
  margin-bottom: 0;
}
.p-browser__txt {
  font-size: 13px;
  margin-bottom: 20px;
}
.p-browser__txt:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .p-browser__wrapper {
    width: 100%;
    margin: 90px auto 120px auto;
  }
  .p-browser__ttl {
    margin-bottom: 40px;
  }
  .p-browser__tbl__head {
    width: 100%;
    padding: 12px 16px;
    display: block;
    text-align: left;
  }
  .p-browser__tbl__data {
    width: 100%;
    padding: 20px 16px;
    display: block;
  }
}
.p-support__wrapper {
  max-width: 1280px;
  margin: auto;
  padding: 60px 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.p-support__content {
  width: 50%;
}
.p-support__ttl {
  margin-bottom: 25px;
  font-size: 26px;
  line-height: 1;
}
.p-support__txt {
  margin-bottom: 35px;
  line-height: 1.7;
}
.p-support__list {
  margin-bottom: 35px;
  padding-left: 1.5em;
  line-height: 1.7;
}
.p-support__item {
  list-style: disc;
}
.p-support__design__img {
  width: 50%;
}
.p-support__illustration {
  position: absolute;
  top: -130px;
  right: 30px;
}
@media (max-width: 767px) {
  .p-support__wrapper {
    padding: 115px 0 65px;
  }
  .p-support__content {
    width: 100%;
    left: initial;
  }
  .p-support__ttl {
    margin-bottom: 15px;
    line-height: 1.5;
  }
  .p-support__list {
    margin-bottom: 30px;
  }
  .p-support__btn {
    margin-bottom: 40px;
  }
  .p-support__design__img {
    margin: 0 -15%;
    width: 100%;
  }
  .p-support__design__img img {
    max-width: 135%;
  }
  .p-support__illustration {
    width: 100px;
    top: -90px;
    right: 0;
  }
}
.pagetop {
  position: fixed;
  right: 18px;
  bottom: 20px;
  z-index: 50;
  display: block;
  width: 56px;
}
.c-footer {
  padding: 30px 0;
  background: #f2f2f2;
  line-height: 1;
}
.c-footer__container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-footer__nav {
  font-size: 12px;
}
.c-footer__nav__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-footer__nav__item {
  margin-left: -1px;
  padding: 0 20px;
  border-left: solid 1px #231815;
  border-right: solid 1px #231815;
}
.c-footer__nav__item a:hover {
  color: #26b1a9;
  text-decoration: underline;
}
.c-footer__copyright {
  font-size: 10px;
}
@media (max-width: 767px) {
  .c-footer {
    padding: 40px 0;
  }
  .c-footer__container {
    display: block;
  }
  .c-footer__nav {
    margin-bottom: 45px;
    font-size: 3.2vw;
  }
  .c-footer__nav__list {
    justify-content: center;
  }
  .c-footer__nav__item {
    padding: 0 10px;
  }
  .c-footer__copyright {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .u-pc {
    display: none;
  }
}
.u-sp {
  display: none;
}
@media (max-width: 767px) {
  .u-sp {
    display: inline;
  }
}
.u-bg_gray {
  background: #f7f7f7;
}
@keyframes animate-panel {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }
  49% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  50% {
    transform-origin: right top;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: right top;
    transform: scale(0, 1);
  }
}
@keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
.u-mask_wrap {
  display: inline-block;
}
.u-mask_inner {
  position: relative;
  visibility: hidden;
  background: #fff;
}
.u-mask_inner::after {
  content: "";
  background: #231815;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: all 0.3s ease 0s;
  visibility: visible;
}
.u-mask_inner.u-mask_start {
  animation-name: animate-content;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.u-mask_inner.u-mask_start::after {
  animation-name: animate-panel;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.u-fade {
  opacity: 0;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

html {
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
}
div,
p,
applet,
object,
fieldset {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
iframe {
  margin: 0;
  padding: 0;
  border: 0;
}
a {
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  outline: none;
}
b,
em,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
small {
  font-size: 78%;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
dl {
  margin: 0;
  padding: 0;
}
dd {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
button,
input,
select,
textarea {
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
th,
caption,
address {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
h1 {
  font-size: 200%;
}
h2 {
  font-size: 175%;
}
h3 {
  font-size: 150%;
}
h4 {
  font-size: 125%;
}
h5 {
  font-size: 110%;
}
h6 {
  font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.b-terms {
  letter-spacing: 0.1em;
  font-feature-settings: normal;
}
.b-terms .g-header {
  padding: 40px 16px 0 16px;
}
.b-terms .g-header__logo {
  max-width: 360px;
  margin: auto;
  display: block;
}
.b-terms .l-container {
  max-width: 710px;
  margin: 65px auto 120px auto;
}
.b-terms .c-page_ttl {
  margin-bottom: 45px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
.b-terms .c-txt {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 2.2;
}
.b-terms .c-txt__indent__label {
  float: left;
  clear: left;
  padding-left: 10px;
}
.b-terms .c-txt__indent--middle .c-txt__indent__txt {
  margin-left: 45px;
}
.b-terms .c-txt__indent--small .c-txt__indent__label {
  width: 25px;
  padding-left: 0;
}
.b-terms .c-txt__indent--small .c-txt__indent__txt {
  margin-left: 25px;
}
.b-terms .c-txt__indent--right .c-txt__indent__label {
  text-align: right;
}
.b-terms .c-back_btn {
  min-width: 100px;
  padding: 11px 30px;
  background: #fff;
  border: 2px solid #27b1a9;
  border-radius: 500px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #27b1a9;
}
.b-terms .c-back_btn:hover {
  background-color: #27b1a9;
  color: #fff;
}
.b-terms .m-back_btn {
  margin-top: 90px;
  text-align: center;
}
.b-terms .sp {
  display: none;
}
@media (max-width: 767px) {
  .b-terms .l-container {
    margin: 30px 16px;
  }
  .b-terms .c-page_ttl {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .b-terms .c-txt {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 2;
  }
  .b-terms .m-back_btn {
    margin-top: 0;
  }
  .b-terms .pc {
    display: none;
  }
  .b-terms .sp {
    display: inline-block;
  }
}
