@charset "UTF-8";
.sa {
  opacity: 0;
  transition: all .5s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}

.sa--up {
  transform: translate(0, 100px);
}

.sa--down {
  transform: translate(0, -100px);
}

.sa--scaleUp {
  transform: scale(0.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}

html {
  box-sizing: border-box;
  min-height: 100vh;
  margin: 0;
}

body {
  width: 100%;
  min-height: 100%;
  height: 100vh;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  color: #1b1b1b;
  background: #fffbf0;
  white-space: normal;
  font-size: 1.6em;
  font-family: inherit;
}

body *,
body *::before,
body *::after {
  box-sizing: border-box;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

img {
  display: block;
  width: 100%;
}

a {
  color: #1b1b1b;
  text-decoration: none;
}

a:hover {
  opacity: .7;
  transition: all .4s;
}

a:focus {
  outline: none;
}

li {
  list-style: none;
}

h1, h2, h3, h4, p, ul, li, span {
  margin: 0;
  padding: 0;
  word-break: break-word;
}

html {
  font-size: 62.5%;
  font-weight: normal;
  line-height: 1.6;
  word-spacing: 2px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", 'Roboto', sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: 0;
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

select {
  appearance: none;
}

select::-ms-expand {
  display: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

.js-content header {
  background: #0cc;
  height: 700px;
  padding: 100px;
  box-sizing: border-box;
}

.js-content section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5%;
  box-sizing: border-box;
}

.js-content section div {
  width: 23%;
  height: 300px;
  margin: 0 0 2.5vw;
  padding: 3%;
  box-sizing: border-box;
  background: #09c;
}

.js-content .item {
  opacity: 0;
  transition: all .5s ease;
}

.js-content .item.isShow {
  opacity: 1;
  transform: none;
}

.js-content .item-go-lr {
  transform: translate(-100px, 0);
}

.js-content .item-go-rl {
  transform: translate(100px, 0);
}

.js-content .item-go-up {
  transform: translate(0, 100px);
}

.js-content .item-go-down {
  transform: translate(0, -100px);
}

.js-content .item-go-scaleUp {
  transform: scale(0.5);
}

.js-content .item-go-scaleDown {
  transform: scale(1.5);
}

.js-content .item-go-rotateL {
  transform: rotate(180deg);
}

.js-content .item-go-rotateR {
  transform: rotate(-180deg);
}

.l-container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px 8rem;
}

@media screen and (min-width: 414px) {
  .l-container {
    padding: 0 20px 10rem;
  }
}

@media screen and (min-width: 768px) {
  .l-container {
    padding: 0 40px 10rem;
    margin-top: 10rem;
  }
}

@media screen and (min-width: 1024px) {
  .l-container {
    padding-bottom: 12rem;
    margin-top: 15rem;
  }
}

.l-top {
  display: block;
  width: 100%;
  position: relative;
}

.l-top__wrap {
  padding-top: 100px;
  padding-bottom: 72px;
}

.p-top__low {
  display: flex;
  width: 100%;
  padding: 0 20px;
  flex-direction: column-reverse;
  position: relative;
}

.p-top__low .c-top__subtitle {
  margin-top: 1rem;
}

.p-top__image {
  width: 80vw;
  z-index: 1;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media screen and (min-width: 414px) {
  .p-top__low {
    padding: 0 32px;
  }
  .p-top__image {
    width: 60vw;
  }
}

@media screen and (min-width: 1024px) {
  .l-top {
    height: 100vh;
  }
  .l-top__wrap {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 0;
  }
  .p-top__low {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1360px;
    padding: 0 40px;
    height: 100%;
    margin: 0 auto;
    flex-direction: inherit;
  }
  .p-top__low .c-top__subtitle {
    margin-top: 2rem;
  }
  .p-top.p-top__image {
    display: flex;
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    width: 45vw;
    z-index: 1;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .p-top.p-top__image.svg {
    display: block;
    position: absolute;
    right: 40px;
    top: 100px;
    bottom: 0;
    width: 45vw;
    z-index: 1;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}

.l-section__top {
  padding-top: 10rem;
}

section + section {
  padding-top: 8rem;
}

@media screen and (min-width: 414px) {
  .l-section__top {
    padding-top: 10rem;
  }
}

@media screen and (min-width: 1024px) {
  section + section {
    padding-top: 20rem;
  }
}

.c-top__title {
  font-size: 2.4rem;
}

.c-top__subtitle {
  font-size: 1.6rem;
  font-family: 'Zilla Slab', serif;
  font-weight: 500;
}

.c-title__bg {
  font-size: 5.6rem;
  font-family: 'Zilla Slab', serif;
  font-weight: 500;
  opacity: .1;
  margin-bottom: 1rem;
}

.c-title__sub {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 414px) {
  .c-top__title {
    font-size: 3.2rem;
  }
  .c-top__subtitle {
    font-size: 1.8rem;
  }
  .c-title__bg {
    font-size: 5.6rem;
  }
  .c-title__sub {
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .c-top__title {
    font-size: 4rem;
  }
  .c-top__subtitle {
    font-size: 2rem;
  }
  .c-title__bg {
    font-size: 8rem;
  }
  .c-title__sub {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 1024px) {
  .c-top__title {
    font-size: 4.8rem;
  }
  .c-top__subtitle {
    font-size: 2.4rem;
  }
  .c-title__bg {
    font-size: 10rem;
  }
}

.l-case {
  width: 100%;
  margin-top: 5rem;
  padding: 3rem 3rem;
  border: 1px solid #1b1b1b;
}

.l-case .c-section__title {
  text-align: center;
  margin-bottom: 2rem;
}

.l-case .p-num p {
  font-size: 1.4rem;
}

.l-case .p-num + .p-num {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #afafaf;
}

.l-case .c-num__title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1rem;
  padding-left: 3rem;
  position: relative;
}

.l-case .c-num__title + p {
  line-height: 2;
}

.l-case .c-num::before {
  display: inline-block;
  transition: all ease .3s;
  content: '';
  width: 20px;
  height: 20px;
  background: url("../../assets/image/icon_num1.svg") 50% 50% no-repeat;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: 0;
}

.l-case .num2::before {
  background: url("../../assets/image/icon_num2.svg") 50% 50% no-repeat;
}

.l-case .num3::before {
  background: url("../../assets/image/icon_num3.svg") 50% 50% no-repeat;
}

.l-case .num4::before {
  background: url("../../assets/image/icon_num4.svg") 50% 50% no-repeat;
}

.l-case .num5::before {
  background: url("../../assets/image/icon_num5.svg") 50% 50% no-repeat;
}

.l-case .num6::before {
  background: url("../../assets/image/icon_num6.svg") 50% 50% no-repeat;
}

@media screen and (min-width: 414px) {
  .l-case {
    padding: 4rem 6rem;
  }
  .l-case .c-section__title {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .l-case .c-num__title {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .l-case {
    margin-top: 15rem;
    padding: 7rem 10rem 8rem;
  }
  .l-case .p-num p {
    font-size: 1.6rem;
  }
  .l-case .p-num + .p-num {
    margin-top: 5rem;
    padding-top: 5rem;
  }
  .l-case .c-num__title {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    padding-left: 3rem;
  }
  .l-case .c-num__title + p {
    line-height: 2;
  }
  .l-case .c-num::before {
    width: 24px;
    height: 24px;
    top: 6px;
    left: 0;
  }
}

.p-member__wrap {
  display: flex;
  flex-grow: row wrap;
}

.p-member__wrap .p-member {
  max-width: 250px;
  flex: 0 0 33.333%;
  padding: 1rem;
}

.p-member__wrap .p-member:first-child {
  margin-left: 3%;
}

.p-member__wrap .c-name {
  text-align: center;
  margin-top: 3rem;
}

.p-member__wrap .c-name span {
  display: block;
  font-family: 'Zilla Slab', serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
}

@media screen and (min-width: 414px) {
  .p-member__wrap {
    padding-top: 4rem;
  }
  .p-member__wrap .p-member:first-child {
    margin-left: 7%;
  }
}

@media screen and (min-width: 768px) {
  .p-member__wrap .p-member {
    flex: 0 0 20%;
    padding: 2rem;
  }
  .p-member__wrap .p-member:first-child {
    margin-left: 10%;
  }
  .p-member__wrap .c-name span {
    font-size: 3rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-member__wrap .p-member {
    padding: 3rem;
  }
  .p-member__wrap .p-member:first-child {
    margin-left: 15%;
  }
}

.l-tab .panel {
  display: none;
}

.l-tab .tab.is-active {
  transition: all ease .3s;
}

.l-tab .panel.is-show {
  display: block;
}

.l-accordion {
  padding-top: 8rem;
}

@media screen and (min-width: 414px) {
  .l-accordion {
    padding-top: 8rem;
  }
}

@media screen and (min-width: 768px) {
  .l-accordion {
    padding-top: 10rem;
  }
}

@media screen and (min-width: 1024px) {
  .l-accordion {
    padding-top: 14rem;
  }
}

.l-table {
  margin: 0 auto;
  padding-bottom: 1.5rem;
}

.l-table .p-teble__item {
  width: 100%;
  border-bottom: 1px solid #afafaf;
  padding: 3rem 0;
  margin: 0;
}

.l-table .p-teble__item dt {
  flex: 0 0 100%;
  font-weight: 700;
  margin-bottom: 10px;
}

.l-table .p-teble__item dd {
  margin: 0;
  width: 100%;
}

.l-table .p-teble__item dd a {
  float: right;
}

.l-table .p-teble__item li + li {
  margin-top: 1rem;
}

.l-table .p-teble__item a {
  text-decoration: underline;
  transition: all ease .3s;
}

.l-table .p-teble__item a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .l-table {
    padding-top: 3rem;
  }
  .l-table .p-teble__item {
    display: flex;
    padding: 4rem 0;
  }
  .l-table .p-teble__item dt {
    flex: 0 0 200px;
    margin: 0;
  }
}

.c-narrow {
  max-width: 1000px;
  margin: 0 auto;
}

.l-btn__center {
  max-width: 240px;
  margin: 0 auto;
  padding: 4rem 0;
}

@media screen and (min-width: 768px) {
  .l-btn__center {
    max-width: 320px;
    padding: 8rem 0;
  }
}

.l-form__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.js-section .item {
  opacity: 0;
  transition: all 1s ease;
}

.js-section .item.isShow {
  opacity: 1;
  transform: none;
}

.js-section .item-go-up {
  transform: translate(0, 50px);
}

.thanks {
  position: fixed;
  background: #fffbf0;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: all 1s;
}

.thanks .thanks-inner {
  width: 100%;
  padding: 20px;
  text-align: center;
  transform: translate(0, 15px);
  transition: all ease 1s;
}

.thanks .thanks-inner h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.thanks .thanks-inner .c-text__lg {
  font-size: 1.4rem;
}

.thanks .thanks-inner .c-btn__recta {
  max-width: 80%;
  margin-top: 50px;
}

@media screen and (min-width: 414px) {
  .thanks .thanks-inner {
    width: 50%;
  }
  .thanks .thanks-inner h1 {
    font-size: 2.4rem;
  }
  .thanks .thanks-inner .c-text__lg {
    font-size: 1.6rem;
  }
  .thanks .thanks-inner .c-btn__recta {
    max-width: 60%;
    padding: 2rem;
  }
}

#header {
  width: 100%;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#header.headShow {
  transform: translateY(-100%);
}

header.isActive .l-header {
  background: none;
}

.l-header {
  transition: all 0.3s;
  display: flex;
  width: 100%;
  padding: 30px 30px;
  justify-content: space-between;
  background: linear-gradient(to top, rgba(255, 251, 240, 0) 0%, rgba(255, 251, 240, 0.3) 20%, #fffbf0 100%);
}

@media screen and (min-width: 1280px) {
  .l-header {
    padding: 30px 40px;
  }
}

#menu {
  opacity: 0;
  transition: opacity .4s ease, visibility .4s ease;
}

#menu.isActive {
  opacity: 1;
  transition: opacity .4s ease, visibility .4s ease;
}

#menu.isActive .l-menu {
  display: flex;
  align-items: center;
}

.l-menu {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 100;
  background: #1b1b1b;
  justify-content: center;
}

.l-menu .p-menu li + li {
  margin-top: 2em;
}

.l-menu .c-menu {
  display: block;
  color: #ffffff;
  font-size: 4rem;
  letter-spacing: 2px;
  line-height: 1;
  font-family: 'Zilla Slab', serif;
  font-weight: 600;
}

@media screen and (min-width: 414px) {
  .l-menu .c-menu {
    font-size: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .l-menu .c-menu {
    font-size: 4.8rem;
  }
}

#footer {
  width: 100%;
  background: #1b1b1b;
}

.l-footer {
  width: 100%;
  text-align: center;
  padding-top: 7rem;
  padding-bottom: 4rem;
}

.l-footer .p-footer__cta {
  max-width: 640px;
  margin: 0 auto;
  padding: 4rem 0 8rem;
}

.l-footer .p-footer__cta p {
  color: #ffffff;
  font-size: 1.4rem;
  margin-bottom: 3rem;
}

.l-footer .p-footer__menu {
  display: flex;
  flex-wrap: wrap;
  padding-top: 5rem;
  width: 85%;
  max-width: 640px;
  margin: 0 auto;
}

.l-footer .p-footer__menu li {
  width: 50%;
  padding: 0 5px;
}

.l-footer .p-footer__menu a {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 700;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 19px;
  padding-top: 32px;
}
.l-footer .p-footer__menu li:nth-of-type(4) a {
  font-size: 13px;
  padding-bottom: 7px;
  margin-top: -10px;
}

.l-footer small {
  display: block;
  width: 100%;
  color: #afafaf;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 414px) {
  .l-footer {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .l-footer .p-footer__cta {
    padding: 5rem 0 7rem;
  }
  .l-footer .p-footer__cta p {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
  .l-footer .p-footer__menu {
    padding-top: 6rem;
    width: 80%;
    flex-wrap: wrap;
  }
  .l-footer .p-footer__menu li {
    width: 50%;
    padding: 0 10px;
  }
  .l-footer .p-footer__menu a {
    font-size: 1.6rem;
    padding-bottom: 19px;
    padding-top: 32px;
    line-height: 1.5em;
  }
  .l-footer .p-footer__menu li:nth-of-type(4) a {
    font-size: 13px;
    padding-bottom: 15px;
    margin-top: -10px;
  }
}

@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 18rem;
    padding-bottom: 14rem;
  }
  .l-footer .p-footer__cta {
    padding: 7rem 0 10rem;
  }
  .l-footer .p-footer__cta p {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
  .l-footer .p-footer__menu {
    flex-wrap: nowrap;
    width: 100%;
    padding-top: 12rem;
  }
  .l-footer .p-footer__menu li {
    width: 33.333%;
    padding: 0 20px;
  }
  .l-footer .p-footer__menu a {

  }
}

@media screen and (min-width: 1280px) {
  .l-footer {
    padding-top: 20rem;
    padding-bottom: 14rem;
  }
  .l-footer .p-footer__cta p {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
  .l-footer .p-footer__menu {
    padding-top: 14rem;
  }
  .l-footer .p-footer__menu li {
    width: 33.333%;
    padding: 0 20px;
  }
  .l-footer .p-footer__menu a {
    padding-bottom: 20px;
  }
}

.c-menu__btn {
  display: flex;
  align-items: center;
  box-shadow: none;
  color: #1b1b1b;
  font-size: 0.875rem;
  font-weight: 600;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0 auto;
}

.c-menu__btn:hover {
  opacity: .7;
  transition: all .3s;
}

@media screen and (min-width: 768px) {
  .c-menu__btn {
    width: 56px;
    height: 56px;
  }
}

.c-menu__btn span {
  display: block;
  width: 32px;
  height: 2px;
  margin: 0 auto;
  position: relative;
  transition: all .3s ease;
}

@media screen and (min-width: 768px) {
  .c-menu__btn span {
    width: 56px;
  }
}

.c-menu__btn span::before,
.c-menu__btn span::after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background-color: #1b1b1b;
  transform-origin: center;
  position: absolute;
  top: 0;
  transition: all .3s ease;
}

@media screen and (min-width: 768px) {
  .c-menu__btn span::before,
  .c-menu__btn span::after {
    width: 56px;
  }
}

.c-menu__btn span::before {
  transform: translateY(-5px);
}

.c-menu__btn span::after {
  transform: translateY(5px);
}

@media screen and (min-width: 768px) {
  .c-menu__btn span::before {
    transform: translateY(-8px);
  }
  .c-menu__btn span::after {
    transform: translateY(8px);
  }
}

.isActive .c-menu__btn span {
  background-color: rgba(255, 255, 255, 0);
}

.isActive .c-menu__btn span::before {
  transform: translateY(0) rotate(45deg);
  background: #ffffff;
}

.isActive .c-menu__btn span::after {
  transform: translateY(0) rotate(-45deg);
  background: #ffffff;
}

.c-btn {
  display: block;
  width: 100%;
  padding: 20px;
  background: #1b1b1b;
  border-radius: 60px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}

.c-btn:hover {
  opacity: .7;
  transition: all .4s;
}

.c-btn__recta {
  display: block;
  max-width: 640px;
  margin: 0 auto;
  padding: 2rem;
  border: 3px solid #1b1b1b;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  color: #1b1b1b;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-btn__recta {
    width: 100%;
  }
}

.l-footer .c-btn__recta {
  width: 80%;
  color: #ffffff;
  border: 3px solid #ffffff;
}

@media screen and (min-width: 768px) {
  .l-footer .c-btn__recta {
    width: 100%;
  }
}

.l-footer .c-btn__recta:hover {
  opacity: 1;
  color: #1b1b1b;
  background: #ffffff;
  border: 3px solid #ffffff;
}

.c-btn__detail {
  font-size: 1.6rem;
  position: relative;
  display: block;
  padding-left: 48px;
  font-weight: 700;
}

.c-btn__detail:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #1b1b1b;
  position: absolute;
  left: 0;
  top: 14px;
}

.l-btn__detail {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .l-btn__detail {
    margin-top: 4rem;
  }
}

.tab {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 700;
  color: #afafaf;
  flex: 0 0 50%;
  padding: 1rem 2rem;
  margin: 1rem 0;
  text-align: center;
  cursor: pointer;
}

.tab:hover {
  opacity: .7;
  transition: all 0.3s;
}

.tab + .tab {
  border-left: 1px solid #afafaf;
}

.tab.is-active {
  color: #1b1b1b;
}

@media screen and (min-width: 414px) {
  .tab {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .tab {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1280px) {
  .tab {
    font-size: 2rem;
    padding: 2rem;
    margin: 1.5rem 0;
  }
}

.c-form__select {
  width: 100%;
  padding: 1rem 2.5rem 1rem 2rem;
  height: 64px;
  background: #ffffff;
  background-image: url("../../assets/image/icon_select_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 1.5rem top 50%;
  background-size: .75em auto;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .c-btn__recta {
    width: 100%;
    padding: 3rem;
    font-size: 2rem;
  }
}

.c-header__logo {
  width: 80px;
  height: auto;
  fill: #1b1b1b;
}

.isActive .c-header__logo {
  fill: #ffffff;
  opacity: .2;
}

.c-footer__logo {
  width: 120px;
  height: auto;
  fill: #ffffff;
  margin: 0 auto;
}

.c-footer__isms_logo {
  margin: 64px 0 0 0;
}

@media screen and (min-width: 414px) {
  .c-header__logo {
    width: 100px;
  }
  .c-footer__logo {
    width: 140px;
  }
}

@media screen and (min-width: 768px) {
  .c-header__logo {
    width: 120px;
  }
  .c-footer__logo {
    width: 180px;
  }
}

@media screen and (min-width: 1280px) {
  .c-header__logo {
    width: 140px;
  }
  .c-footer__logo {
    width: 200px;
  }
}

.l-splash {
  position: fixed;
  background: #fffbf0;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 2000;
  opacity: 0;
  transition: all 1s;
}

.l-splash.visible {
  opacity: 1;
}

.l-splash .c-splash {
  width: 120px;
  opacity: 0;
  transform: translate(0, 15px);
  transition: all ease 1s;
}

.l-splash .c-splash.visible {
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (min-width: 768px) {
  .l-splash .c-splash {
    width: 160px;
  }
}

.c-contents__title {
  font-size: 4rem;
  font-family: 'Zilla Slab', serif;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.c-contents__title_gothic {
  font-size: 2.6rem;
  font-weight: 500;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.c-section__title {
  font-size: 2.8rem;
  font-family: 'Zilla Slab', serif;
  font-weight: 500;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.c-section__titlejp {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.c-section__titlejp .en {
  font-family: 'Zilla Slab', serif;
}

.c-section__titlejp + p {
  margin-top: 2rem;
  margin-bottom: 5rem;
  line-height: 2;
}

.c-sub__titlejp {
  font-size: 1.8rem;
  font-weight: 700;
}

.c-sub__titlejp + p {
  margin-top: 2rem;
  margin-bottom: 5rem;
  line-height: 2;
}

.title-small {
  font-size: 2rem;
}

.c-border__title {
  font-size: 2rem;
  font-family: 'Zilla Slab', serif;
  font-weight: 600;
  border-bottom: 1px solid #1b1b1b;
  padding-bottom: .5rem;
  margin-bottom: 1em;
}

@media screen and (min-width: 414px) {
  .c-contents__title {
    font-size: 4rem;
  }
  .c-contents__title_gothic {
    font-size: 2.6rem;
  }
  .c-section__title {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
  .c-section__title .jp {
    font-size: 4.8rem;
  }
  .c-section__titlejp {
    font-size: 2rem;
  }
  .c-section__titlejp + p {
    margin-top: 3rem;
  }
  .title-small {
    font-size: 2.4rem;
  }
  .c-sub__titlejp {
    font-size: 1.8rem;
  }
  .c-sub__titlejp + p {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .c-contents__title {
    font-size: 4.8rem;
    margin-bottom: 2rem;
  }
  .c-section__title {
    font-size: 3.2rem;
    margin-bottom: 5rem;
  }
  .c-section__titlejp {
    font-size: 2.4rem;
  }
  .c-sub__titlejp {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1280px) {
  .c-contents__title {
    font-size: 6.4rem;
    margin-bottom: 2rem;
  }
  .c-section__title {
    font-size: 4.8rem;
    margin-bottom: 6rem;
  }
  .c-section__titlejp {
    font-size: 3.2rem;
  }
  .c-sub__titlejp {
    font-size: 2.4rem;
  }
}

.c-text__lg {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 1.5px;
}

@media screen and (min-width: 414px) {
  .c-text__lg {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .c-text__lg {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1024px) {
  .c-text__lg {
    font-size: 2rem;
  }
}

.l-col2__wrap {
  padding-top: 6rem;
  margin: 0 auto;
}

.l-col2__wrap .p-col2 {
  padding: 4rem 1.5rem;
}

.c-icon__title {
  display: table;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  border-bottom: 1px solid #1b1b1b;
  font-size: 2.4rem;
  padding-bottom: 2rem;
  font-family: 'Zilla Slab', serif;
  font-weight: 500;
  position: relative;
}

.c-icon__title + p {
  margin-top: 2rem;
}

.c-icon__title img {
  width: 70%;
  max-width: 320px;
  margin: 0 auto;
}

.solution1::before {
  display: inline-block;
  transition: all ease .3s;
  content: '';
  width: 64px;
  height: 64px;
  background: url("../../assets/image/icon_solution1.svg") 50% 50% no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 160px;
}

@media screen and (min-width: 768px) {
  .c-icon__title {
    font-size: 4rem;
    padding-bottom: 3rem;
  }
  .c-icon__title + p {
    margin-top: 3rem;
  }
  .c-icon__title img {
    width: 80%;
    margin: 0 auto;
  }
  .l-col2__wrap {
    display: flex;
    flex-flow: row wrap;
    padding-top: 15rem;
  }
  .l-col2__wrap .p-col2 {
    flex: 0 0 50%;
    padding: 6rem 6rem;
  }
}

.c-form__textfield {
  width: 100%;
  padding: 1rem 2.5rem 1rem 2rem;
  height: 64px;
  background: #ffffff;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  font-weight: 700;
}

.c-form__textarea {
  width: 100%;
  padding: 1.5rem 2rem;
  background: #ffffff;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  font-weight: 700;
  resize: vertical;
  height: 160px;
}

::placeholder {
  color: #afafaf;
}

.c-form__label {
  display: block;
  flex: 0 1 300px;
  margin-bottom: 1rem;
  font-weight: 700;
  position: relative;
}

.c-lebel__required:after {
  display: inline-block;
  transition: all ease .3s;
  content: '';
  width: 30px;
  height: 14px;
  background: url("../../assets/image/icn_label_required.svg") 50% 50% no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  margin-left: 10px;
}

.c-form__error {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  margin-top: 1rem;
  color: #ff5532;
}

@media screen and (min-width: 768px) {
  .c-form__label {
    flex: 0 1 300px;
    margin-top: 2rem;
    margin-bottom: 0;
    padding-right: 2rem;
  }
  .c-form__textarea {
    height: auto;
  }
}

@media screen and (min-width: 1024px) {
  .c-text__lg {
    font-size: 20px;
  }
}

.c-text__link {
  font-size: 1.4rem;
  text-decoration: underline;
}

.c-text__link:hover {
  text-decoration: none;
}

.c-zilla {
  font-family: 'Zilla Slab', serif;
  font-weight: 400;
}

.c-zilla__m {
  font-family: 'Zilla Slab', serif;
  font-weight: 500;
}

.c-zilla__sb {
  font-family: 'Zilla Slab', serif;
  font-weight: 600;
}

.c-zilla__b {
  font-family: 'Zilla Slab', serif;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .c-text__link {
    font-size: 1.6rem;
  }
}

#demo-svg {
  width: 600px;
  height: 600px;
  margin: auto;
}

.p-contents__wrap + .p-contents__wrap {
  padding-top: 10rem;
}

@media screen and (min-width: 768px) {
  .p-contents__low {
    display: flex;
    margin: 0 -64px;
  }
  .p-contents__wrap {
    flex: 1 1 50%;
    padding: 0 64px;
  }
  .p-contents__wrap + .p-contents__wrap {
    padding-top: 0;
  }
}

.p-btn__top {
  max-width: 280px;
  margin: auto;
  margin-top: 4rem;
}

.p-btn__footer {
  max-width: 640px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-btn__top {
    margin-right: inherit;
    margin-left: inherit;
    margin-top: 6rem;
  }
}

.p-tab {
  display: flex;
  border-top: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
  margin-bottom: 4rem;
}

@media screen and (min-width: 414px) {
  .p-tab {
    margin-bottom: 6rem;
  }
}

@media screen and (min-width: 768px) {
  .p-tab {
    margin-bottom: 8rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-tab {
    margin-bottom: 10rem;
  }
}

.p-text__block {
  display: table;
  width: 100%;
}

.p-text__block.p-text__block {
  margin-top: 3rem;
}

.p-text__block p {
  width: 100%;
  float: right;
}

.p-text__block:last-child {
  margin-top: 6rem;
}

@media screen and (min-width: 768px) {
  .p-text__block.p-text__block {
    margin-top: 4rem;
  }
  .p-text__block:last-child {
    margin-top: 8rem;
  }
  .p-text__block p {
    width: 70%;
    float: right;
  }
}

@media screen and (min-width: 1024px) {
  .p-text__block.p-text__block {
    margin-top: 5rem;
  }
  .p-text__block:last-child {
    margin-top: 12rem;
  }
}

.p-title__wrap {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-wrap {
    margin: 0 -64px;
  }
  .p-title__wrap {
    width: 50%;
    padding: 0 64px;
  }
}

.p-btn__wrap {
  display: block;
  padding-top: 4rem;
}

.p-btn__wrap .c-btn__recta {
  margin: 3rem;
}

@media screen and (min-width: 414px) {
  .p-btn__wrap {
    display: flex;
    padding-top: 6rem;
    margin: 0 -3rem;
  }
}

@media screen and (min-width: 768px) {
  .p-btn__wrap {
    padding-top: 8rem;
  }
}

.p-list__num {
  counter-reset: num;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 0;
  position: relative;
  margin-top: 5rem;
}

.p-list__num li {
  padding-left: 4rem;
  position: relative;
  counter-increment: num;
  margin-bottom: 2rem;
}

.p-list__num li::before {
  content: counter(num);
  padding-left: 5px;
  position: absolute;
  left: 0;
  color: #1b1b1b;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
}

@media screen and (min-width: 414px) {
  .p-list__num {
    font-size: 2rem;
  }
}

.c-image__w85 {
  width: 85%;
  margin: 0 auto;
}

.p-image__wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 2rem;
}

.p-member__modal {
  display: none;
}

.p-accordion {
  border-bottom: 1px solid #1b1b1b;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.p-accordion__cheveron {
  padding: 16px;
  border-top: 1px solid #1b1b1b;
}

.p-accordion__cheveron figure {
  margin: 0;
  display: none;
}

.p-accordion__toggle {
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: bold;
}

.p-accordion__toggle img {
  max-width: 20px;
}

.p-accordion__toggle:hover {
  cursor: pointer;
}

.p-accordion__inner {
  margin-top: 3rem;
  margin-bottom: 1em;
}

.p-accordion__title {
  font-size: 1.6rem;
  font-weight: bold;
}

.p-job__list .c-job {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (min-width: 414px) {
  .p-accordion {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .p-accordion__toggle {
    font-size: 2rem;
  }
  .p-accordion__cheveron {
    padding: 20px 30px;
  }
  .p-accordion__cheveron figure {
    margin: 0;
    display: none;
  }
  .p-accordion__toggle {
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .p-accordion__toggle img {
    float: right;
    margin-top: 5px;
    max-width: 20px;
  }
  .p-accordion__toggle:hover {
    cursor: pointer;
  }
  .p-accordion__inner {
    margin-top: 3rem;
    margin-bottom: 1em;
  }
  .p-accordion__title {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .p-job__list {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  .p-job__list .c-job + .c-job {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .p-accordion {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .p-accordion__cheveron {
    padding: 40px 10px;
  }
  .p-accordion__inner {
    margin-top: 3.5rem;
  }
  .p-job__list {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-accordion {
    margin-top: 6rem;
    margin-bottom: 12rem;
  }
}

.p-form + .p-form {
  margin-top: 3rem;
}

.p-form__submit {
  margin-top: 4rem;
  text-align: center;
}

.p-form__submit .c-form__text {
  margin-bottom: 3rem;
}

.p-form__submit .c-btn {
  max-width: 280px;
  margin: 0 auto;
}

@media screen and (min-width: 414px) {
  .p-form__submit {
    margin-top: 6rem;
  }
  .p-form__submit .c-form__text {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form {
    display: flex;
  }
  .p-form + .p-form {
    margin-top: 4rem;
  }
  .p-form label {
    width: 100%;
  }
  .p-form fieldset {
    display: table;
  }
  .p-form legend {
    display: table-cell;
  }
  .p-form__submit {
    margin-top: 7rem;
  }
  .p-form__submit .c-form__text {
    margin-bottom: 5rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-form__submit {
    margin-top: 8rem;
  }
  .p-form__submit .c-form__text {
    margin-bottom: 6rem;
  }
}

.p-block__wrap {
  padding-top: 4rem;
}

.p-block {
  margin-top: 4rem;
  &.right {
    text-align: right;
  }
}

.p-block h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .p-block {
    margin-top: 6rem;
    &.right {
      text-align: right;
    }
  }
  .p-block h3 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
}

.swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.p-member__wrap {
  transform: translate3d(50px, 0px, 0px);
}

.wrap {
  position: relative;
  padding: 20px 0 100px;
}

@media screen and (min-width: 768px) {
  .wrap {
    padding: 0;
  }
}

.btn-wrap {
  position: absolute;
  bottom: 50px;
  right: 28%;
}

@media screen and (min-width: 768px) {
  .btn-wrap {
    bottom: 0;
    right: 10%;
  }
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: initial !important;
  left: 60px !important;
}

.wrap .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("../../assets/image/icon_left_arrow.svg");
  left: 10px;
  right: auto;
  background-size: contain;
  width: 15px;
  height: 30px;
  outline: none;
}

.wrap .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("../../assets/image/icon_right_arrow.svg");
  right: 10px;
  left: auto;
  background-size: contain;
  width: 15px;
  height: 30px;
  outline: none;
}

.wrap .swiper-wrapper {
  align-items: center;
}

.l-container.cw {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.modalArea {
  visibility: hidden;
  /* displayではなくvisibility */
  opacity: 0;
  position: fixed;
  z-index: 1000;
  /* サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .4s;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 20px;
}

.modalWrapper h3 {
  font-size: 2rem;
  text-align: center;
}

.modalinner {
  max-width: 560px;
  margin: 0 auto;
}

.modalContents {
  position: relative;
  padding: 30px 40px;
  background-color: #fff;
  border-radius: 10px;
}

@media screen and (min-width: 414px) {
  .modalContents {
    padding: 50px 80px;
  }
}

.modalContents ul {
  margin-top: 20px;
}

.modalContents ul li {
  font-weight: 600;
  padding: 24px 5px;
}

.modalContents ul li + li {
  border-top: 1px solid #dfdfdf;
}

.modalContents ul li a {
  display: block;
  width: 100%;
  position: relative;
  padding-right: 20px;
}

.modalContents ul li a:after {
  display: inline-block;
  content: '';
  background: url("../../assets/image/icon_select_arrow.svg") no-repeat;
  background-size: cover;
  width: 8px;
  height: 20px;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 7px;
  transition: .4s;
}

.modalContents ul li a:hover:after {
  color: #afafaf;
  transform: translate(5px, 0) rotate(45deg);
  opacity: 1;
}

.closeModal {
  width: 20px;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.is-show {
  /* モーダル表示用クラス */
  visibility: visible;
  opacity: 1;
}

/* モーダルCSSここまで */
.modal_box {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.modal_btn {
  cursor: pointer;
}

.modal_bg {
  background-color: rgba(30, 30, 30, 0.9);
  height: 100%;
  width: 100%;
}

.modal_inner {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 20px;
}

.modal_inner .innerwrap {
  max-width: 500px;
  position: relative;
  margin: 0 auto;
}

.modal_block {
  padding: 30px;
  background-color: #fffbf0;
  border-radius: 30px;
}

.modal_block .img-wrap {
  width: 50%;
  margin: 0 auto;
}

.modal_block .c-txt {
  font-size: 1.4rem;
  line-height: 2;
}

.c-name {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  margin: 20px 0 10px;
}

.c-name .name {
  display: block;
  font-size: 3rem;
}

.modal_close {
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 40px;
  width: 20px;
}

@media screen and (min-width: 414px) {
  .modal_block {
    padding: 60px;
    background-color: #fffbf0;
    max-width: 500px;
    border-radius: 30px;
  }
  .modal_block .img-wrap {
    width: 50%;
    margin: 0 auto;
  }
  .modal_block .c-txt {
    font-size: 1.8rem;
    line-height: 2;
  }
  .modal_close {
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
  }
}

.br {
  display: block;
}

.brm {
  display: block;
}

.brt {
  display: block;
}

.mdbr {
  display: block;
}

.brmd {
  display: block;
}

@media screen and (min-width: 414px) {
  .brm {
    display: initial;
  }
  .mdbr {
    display: initial;
  }
  .brmd {
    display: initial;
  }
  .mbr {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .tbr {
    display: block;
  }
  .brt {
    display: initial;
  }
}

@media screen and (min-width: 1024px) {
  .brmd {
    display: block;
  }
}

@media screen and (min-width: 1280px) {
  .dwbr {
    display: block;
  }
  .mdbr {
    display: block;
  }
}

.msp_show {
  display: block;
}

@media screen and (min-width: 414px) {
  .msp_show {
    display: none;
  }
}

.mpc_show {
  display: none;
}

@media screen and (min-width: 414px) {
  .mpc_show {
    display: block;
  }
}

.tsp_show {
  display: block;
}

@media screen and (min-width: 768px) {
  .tsp_show {
    display: none;
  }
}

.tpc_show {
  display: none;
}

@media screen and (min-width: 768px) {
  .tpc_show {
    display: block;
  }
}

.dsp_show {
  display: block;
}

@media screen and (min-width: 1024px) {
  .dsp_show {
    display: none;
  }
}

.dpc_show {
  display: none;
}

@media screen and (min-width: 1024px) {
  .dpc_show {
    display: block;
  }
}

.c_mirgin__off {
  margin: 0 !important;
}

.center {
  margin: 0 auto;
}

.isShow_pc {
  display: none;
}

.isShow_sp {
  display: block;
}

@media screen and (min-width: 768px) {
  .isShow_pc {
    display: block;
  }
  .isShow_sp {
    display: none;
  }
}

.c_white {
  color: #ffffff;
}

.c_black {
  color: #1b1b1b;
}

.c_weight__100 {
  font-weight: 100;
}

.c_weight__200 {
  font-weight: 200;
}

.c_weight__300 {
  font-weight: 300;
}

.row {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}

.col3 .col_item {
  flex: 0 0 100%;
  align-self: stretch;
}

@media screen and (min-width: 768px) {
  .col3 .col_item {
    flex: 0 0 33.333%;
  }
}

.col2 .col_item {
  flex: 0 0 100%;
  align-self: stretch;
}

@media screen and (min-width: 768px) {
  .col2 .col_item {
    flex: 0 0 50%;
  }
}

.delay {
  opacity: 0;
  transition: all 1s ease;
  transition-timing-function: ease-out;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}

.delay.on {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.delay02 {
  opacity: 0;
  transition: all 1s ease;
  transition-timing-function: ease-out;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}

.delay02.on {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.transition-delay-200 {
  transition-delay: .2s;
}

.transition-delay-400 {
  transition-delay: .4s;
}

.transition-delay-600 {
  transition-delay: .6s;
}

.transition-delay-800 {
  transition-delay: .8s;
}
.table-wrap tr th {
  vertical-align: top;
  text-align: left;
}
.table-wrap tr td .att {
  font-size: small;
}
