@charset "UTF-8";
body,
h1, h2, h3, h4, h5, h6,
p, ol, ul, dl, dt, dd, form,
figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

strong {
  font-weight: normal;
}

table, td, th, tr, thead, tbody {
  border: none;
}

table th {
  text-align: left;
  font-weight: normal;
}

table {
  border-collapse: collapse;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
}

textarea {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

select {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
select::-ms-expand {
  display: none;
}

header, footer, section, nav, main,
figure, figcaption, time, small {
  display: block;
}

input[type=submit], input[type=image] {
  border: none;
  padding: 0;
}
input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password] {
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

button {
  border: none;
  margin: 0;
  cursor: pointer;
}

input[type=submit], input[type=image], input[type=reset] {
  cursor: pointer;
}

address {
  font-style: normal;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

input::-webkit-input-placeholder {
  color: #929799;
}

input::-moz-placeholder {
  color: #929799;
}

input:-ms-input-placeholder {
  color: #929799;
}

input::-ms-input-placeholder {
  color: #929799;
}

input::placeholder {
  color: #929799;
}

ul {
  list-style: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Osaka, "MS PGothic", arial, helvetica, Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color: #000000;
  letter-spacing: 1px;
  background-color: #dcdcdc;
  background-image: radial-gradient(#d2d2d2 20%, transparent 10%);
  background-size: 8px 8px;
}
@media screen and (min-width: 769px), print {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    min-width: 1440px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

img {
  height: auto;
}
@media screen and (min-width: 769px), print {
  img {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }
}

.ja {
  display: block !important;
}

.en {
  display: none !important;
}
.en--inline {
  display: none !important;
}

.bpPc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .bpPc {
    display: none !important;
  }
}
.bpPc--inline {
  display: inline !important;
}
@media screen and (max-width: 768px) {
  .bpPc--inline {
    display: none !important;
  }
}
.bpPc--flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .bpPc--flex {
    display: none !important;
  }
}
.bpSp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .bpSp {
    display: block !important;
  }
}
.bpSp--inline {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .bpSp--inline {
    display: inline !important;
  }
}
.bpSp--flex {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .bpSp--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.modTitle {
  position: relative;
  text-align: center;
}
.modTitle__main {
  font-weight: 800;
  line-height: 1;
}
@media screen and (min-width: 769px), print {
  .modTitle__main {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .modTitle__main {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.modTitle__sub img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 769px), print {
  .modTitle__sub img {
    margin-top: 19px;
  }
}
@media screen and (max-width: 768px) {
  .modTitle__sub img {
    width: auto;
    height: 10px;
    margin-top: 13px;
  }
}

.modTextCaption {
  text-align: center;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 769px), print {
  .modTextCaption {
    font-size: 16px;
    font-size: 1.6rem;
    width: 780px;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .modTextCaption {
    letter-spacing: 0;
    width: 330px;
    margin: 20px auto 0;
  }
}

.modCta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px), print {
  .modCta {
    height: 280px;
    background: url("../../assets/img/bg_cta.jpg") no-repeat 50%;
    background-size: cover;
    margin: 80px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modCta {
    height: 236px;
    background: url("../../assets/img/sp/bg_cta.jpg") no-repeat 50%;
    background-size: cover;
    margin: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .modCta__title img {
    width: 243px;
    height: auto;
  }
}
.modCta__btn {
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .modCta__btn {
    margin: 33px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modCta__btn {
    margin: 20px 0 0;
  }
}
.modCta__btn .contact {
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  background: #dd4040;
  border: 2px solid #dd4040;
}
@media screen and (min-width: 769px), print {
  .modCta__btn .contact {
    font-size: 18px;
    font-size: 1.8rem;
    width: 329px;
    height: 61px;
    line-height: 61px;
  }
  .modCta__btn .contact:hover {
    background: #ffffff;
    color: #dd4040;
  }
}
@media screen and (max-width: 768px) {
  .modCta__btn .contact {
    font-size: 13px;
    font-size: 1.3rem;
    width: 250px;
    height: 43px;
    line-height: 38px;
  }
}
.modCta__btn .contact--end {
  border: 2px solid #656565;
  background: #656565;
  pointer-events: none;
}

.ja {
  display: block !important;
}

.en {
  display: none !important;
}
.en-inline {
  display: none !important;
}

.header {
  background: #ffffff;
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 769px), print {
  .header {
    min-width: 1440px;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px), print {
  .header__inner {
    margin: 0 auto;
    padding: 18px 54px;
    min-height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 11px 0 13px;
    min-height: 60px;
  }
}
.header__logo {
  display: block;
  background-image: url("../../assets/img/logo.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 769px), print {
  .header__logo {
    width: 320px;
    height: 35px;
    margin: 3px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 180px;
    height: 30px;
    margin-top: 4px;
  }
}
.header__logo > h1 {
  text-indent: -9999px;
}
.header__linkArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px), print {
  .header__linkArea a:not(.contact) {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 28px;
  }
  .header__linkArea a:not(.contact):hover {
    color: #dd4040;
  }
}
@media screen and (max-width: 768px) {
  .header__linkArea a:not(.contact) {
    display: none;
  }
}
.header__linkArea a.contact {
  font-weight: 600;
  border: 2px solid #dd4040;
  background: #dd4040;
  color: #ffffff;
}
@media screen and (min-width: 769px), print {
  .header__linkArea a.contact {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 0 30px;
    padding: 12px 75px;
  }
  .header__linkArea a.contact:hover {
    background: #ffffff;
    color: #dd4040;
  }
}
@media screen and (max-width: 768px) {
  .header__linkArea a.contact {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 7px 26px 5px;
  }
}
.header__linkArea a.contact--end {
  border: 2px solid #656565;
  background: #656565;
  pointer-events: none;
}

.main {
  /* -------------------------------------
  * mobile phones (vertical version only)
  * ------------------------------------- */
}
@media screen and (min-width: 769px), print {
  .main {
    margin: 92px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main {
    margin: 61px 0 0;
  }
}
.main__kv {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
@media screen and (min-width: 769px), print {
  .main__kv {
    background-image: url("../../assets/img/bg_kv.jpg");
    height: 590px;
  }
}
@media screen and (max-width: 768px) {
  .main__kv {
    background-image: url("../../assets/img/sp/bg_kv.jpg");
    height: 530px;
  }
}
.main__kv::before, .main__kv::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.main__kv::before {
  background-position: 0 0;
  left: 0;
  background-size: 100% auto;
}
@media screen and (min-width: 769px), print {
  .main__kv::before {
    background-image: url("../../assets/img/bg_kv_left.png");
  }
}
@media screen and (max-width: 768px) {
  .main__kv::before {
    background-image: url("../../assets/img/sp/bg_kv_left.png");
  }
}
.main__kv::after {
  right: 0;
  background-size: 100% auto;
  background-position: 0 100%;
  top: auto;
  bottom: 0;
}
@media screen and (min-width: 769px), print {
  .main__kv::after {
    background-image: url("../../assets/img/bg_kv_right.png");
  }
}
@media screen and (max-width: 768px) {
  .main__kv::after {
    background-image: url("../../assets/img/sp/bg_kv_right.png");
  }
}
.main__kv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  height: 100%;
}
@media screen and (min-width: 769px), print {
  .main__kv__inner {
    width: 100%;
    background: url("../../assets/img/bg_kv_text.png") no-repeat 50%;
    background-size: 1269px auto;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__inner {
    padding: 0 30px;
    background: url("../../assets/img/sp/bg_kv_text.png") no-repeat 50%;
    background-size: 316px auto;
  }
}
.main__kv .title {
  display: block;
}
@media screen and (max-width: 768px) {
  .main__kv .title img {
    max-width: 318px;
  }
}
.main__kv .btn .contact {
  display: block;
  border: 2px solid #dd4040;
  background: #dd4040;
  color: #ffffff;
}
@media screen and (min-width: 769px), print {
  .main__kv .btn .contact {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 45px 0 0;
    padding: 13px 78px;
  }
  .main__kv .btn .contact:hover {
    background: #ffffff;
    color: #dd4040;
  }
}
@media screen and (max-width: 768px) {
  .main__kv .btn .contact {
    margin: 30px 0 0;
    padding: 8px 51px;
  }
}
.main__kv .btn .contact--end {
  border: 2px solid #656565;
  background: #656565;
  pointer-events: none;
}
.main__section {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px), print {
  .main__section {
    padding: 120px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section {
    padding: 90px 0 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .main__section {
    padding: 80px 0;
  }
}
.main__section__inner {
  margin: 0 auto;
}
@media screen and (min-width: 769px), print {
  .main__section__inner {
    padding: 0 120px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__inner {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .main__section__inner {
    max-width: 680px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section--bg {
    background: url("../../assets/img/bg_implementation.png") no-repeat 0 50% #ffffff;
    background-size: 100% auto;
    padding: 40px 0 92px;
  }
}
@media screen and (max-width: 768px) {
  .main__section--bg {
    background: url("../../assets/img/sp/bg_implementation.png") no-repeat 50% 100% #ffffff;
    background-size: cover;
    padding: 34px 0 126px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section--sns {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section--sns {
    padding: 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .main__section--sns {
    padding: 0;
  }
}
.main .bg {
  position: fixed;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px), print {
  .main .bg {
    max-width: 1440px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 768px) {
  .main .bg {
    width: calc(100% - 40px);
  }
}
.main .bg__decoration01, .main .bg__decoration02 {
  display: inline-block;
  position: absolute;
  z-index: 0;
  height: 100%;
}
.main .bg__decoration01 {
  background: url("../../assets/img/bg_decoration01.png") no-repeat 0 0;
}
@media screen and (min-width: 769px), print {
  .main .bg__decoration01 {
    width: 412px;
    top: -78px;
    left: -150px;
  }
}
@media screen and (max-width: 768px) {
  .main .bg__decoration01 {
    width: 155px;
    background-size: 155px auto;
    top: 0px;
    left: -55px;
  }
}
.main .bg__decoration02 {
  background: url("../../assets/img/bg_decoration02.png") no-repeat 0 100%;
}
@media screen and (min-width: 769px), print {
  .main .bg__decoration02 {
    width: 412px;
    bottom: 78px;
    right: -113px;
  }
}
@media screen and (max-width: 768px) {
  .main .bg__decoration02 {
    width: 145px;
    background-size: 145px auto;
    bottom: 0px;
    right: -104px;
  }
}
.main .timeline__title {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 769px), print {
  .main .timeline__title {
    margin: 0 0 30px 15px;
  }
}
@media screen and (max-width: 768px) {
  .main .timeline__title {
    margin: 0 0 24px 9px;
  }
}
.main .timeline__title::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/bg_timeline.png") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  z-index: 0;
}
@media screen and (min-width: 769px), print {
  .main .timeline__title::before {
    width: 844px;
    height: 640px;
    top: -320px;
    right: -120px;
  }
}
@media screen and (max-width: 768px) {
  .main .timeline__title::before {
    width: 335px;
    height: 250px;
    top: -125px;
    right: -40px;
  }
}
.main .timeline__title__day {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  font-style: italic;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (min-width: 769px), print {
  .main .timeline__title__day {
    font-size: 38px;
    font-size: 3.8rem;
    margin: 0 24px 0 0;
    padding: 6px 24px 10px 26px;
  }
}
@media screen and (max-width: 768px) {
  .main .timeline__title__day {
    font-size: 21px;
    font-size: 2.1rem;
    margin: 0 16px 0 0;
    padding: 6px 16px 10px 18px;
  }
}
.main .timeline__title__day::before {
  content: "";
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
}
.main .timeline__title__date {
  font-weight: 800;
}
@media screen and (min-width: 769px), print {
  .main .timeline__title__date {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .main .timeline__title__date {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.main .timeline__title__date small {
  display: inline;
}
@media screen and (min-width: 769px), print {
  .main .timeline__title__date small {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 0 0 0 12px;
  }
}
@media screen and (max-width: 768px) {
  .main .timeline__title__date small {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 0 6px;
  }
}
.main .timeline__list {
  position: relative;
  margin: 0;
}
@media screen and (min-width: 769px), print {
  .main .timeline__list {
    padding: 0 0 0 109px;
  }
}
@media screen and (max-width: 768px) {
  .main .timeline__list {
    padding: 0 0 0 50px;
  }
}
.main .timeline__list::before {
  content: "";
  display: block;
  background: #ffffff;
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: -50vw;
}
.main .timeline__list > li {
  position: relative;
}
.main .timeline__list > li .time {
  background: #4daf00;
  color: #ffffff;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (min-width: 769px), print {
  .main .timeline__list > li .time {
    left: -109px;
    font-size: 22px;
    font-size: 2.2rem;
    width: 94px;
    height: calc(100% - 56px);
    margin: 0 0 56px;
    padding: 38px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main .timeline__list > li .time {
    left: -50px;
    font-size: 13px;
    font-size: 1.3rem;
    width: 50px;
    height: calc(100% - 52px);
    margin: 0 0 52px;
    padding: 22px 0 0;
  }
}
.main .timeline__list > li .time::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #4daf00 transparent transparent transparent;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 769px), print {
  .main .timeline__list > li .time::after {
    border-width: 25px 47px 0 47px;
    bottom: -25px;
  }
}
@media screen and (max-width: 768px) {
  .main .timeline__list > li .time::after {
    border-width: 12px 25px 0 25px;
    bottom: -12px;
  }
}
.main .timeline__list > li .time__date--last::before {
  content: "";
  display: block;
  background: #ffffff;
}
@media screen and (min-width: 769px), print {
  .main .timeline__list > li .time__date--last::before {
    width: 2px;
    height: 19px;
    margin: 9px auto 3px;
  }
}
@media screen and (max-width: 768px) {
  .main .timeline__list > li .time__date--last::before {
    width: 2px;
    height: 10px;
    margin: 0 auto 2px;
  }
}
.main .timeline__list > li .content {
  background: #ffffff;
}
@media screen and (min-width: 769px), print {
  .main .timeline__list > li .content {
    padding: 0 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .main .timeline__list > li .content {
    padding: 0 0 0 20px;
  }
}
@media screen and (min-width: 769px), print {
  .main .timeline__list > li .content__inner {
    padding: 49px 0 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .main .timeline__list > li .content__inner {
    padding: 30px 0 22px;
  }
}
@media screen and (min-width: 769px), print {
  .main .timeline__list > li .content__inner--drop {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px), print {
  .main .timeline__list > li .content__inner--drop .content__img {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 46px 0 0 -20px;
  }
}
@media screen and (min-width: 769px), print {
  .main .timeline__list > li .content__block {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 44px 0 0;
  }
}
.main .timeline__list > li .content__block .tag {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 769px), print {
  .main .timeline__list > li .content__block .tag {
    margin: 0 0 0 9px;
  }
}
@media screen and (max-width: 768px) {
  .main .timeline__list > li .content__block .tag {
    margin: 8px 0 0;
  }
}
.main .timeline__list > li .content__block .tag__inner {
  display: block;
  position: relative;
  z-index: 1;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .main .timeline__list > li .content__block .tag__inner {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .main .timeline__list > li .content__block .tag__inner {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px), print {
  .main .timeline__list > li .content__block .tag--category {
    min-width: 165px;
  }
}
.main .timeline__list > li .content__block .tag--category::before {
  content: "";
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
}
.main .timeline__list > li .content__block .tag--category .tag__inner {
  color: #ffffff;
}
@media screen and (min-width: 769px), print {
  .main .timeline__list > li .content__block .tag--category .tag__inner {
    padding: 10px 38px 10px 37px;
  }
}
@media screen and (max-width: 768px) {
  .main .timeline__list > li .content__block .tag--category .tag__inner {
    padding: 5px 12px 5px 9px;
  }
}
.main .timeline__list > li .content__block .tag--format::before {
  content: "";
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #4daf00;
  background: #ffffff;
}
.main .timeline__list > li .content__block .tag--format .tag__inner {
  color: #4daf00;
}
@media screen and (min-width: 769px), print {
  .main .timeline__list > li .content__block .tag--format .tag__inner {
    padding: 10px 30px 10px 30px;
  }
}
@media screen and (max-width: 768px) {
  .main .timeline__list > li .content__block .tag--format .tag__inner {
    padding: 5px 12px 5px 9px;
  }
}
.main .timeline__list > li .content__block .title {
  font-weight: 800;
}
@media screen and (min-width: 769px), print {
  .main .timeline__list > li .content__block .title {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.3529411765;
    margin: 14px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main .timeline__list > li .content__block .title {
    font-size: 23px;
    font-size: 2.3rem;
    margin: 20px 0 0;
  }
}
@media screen and (min-width: 769px), print {
  .main .timeline__list > li .content__block .title--sub {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.6666666667;
  }
}
@media screen and (max-width: 768px) {
  .main .timeline__list > li .content__block .title--sub {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.6470588235;
  }
}
@media screen and (min-width: 769px), print {
  .main .timeline__list > li .content__block .text {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main .timeline__list > li .content__block .text {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 16px 0 0;
  }
}
@media screen and (min-width: 769px), print {
  .main .timeline__list > li .content__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .main .timeline__list > li .content__img {
    margin: 38px 0 0;
  }
}
.main .timeline__list > li .content__img .img {
  position: relative;
}
@media screen and (min-width: 769px), print {
  .main .timeline__list > li .content__img .img {
    margin: 0 0 0 20px;
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .main .timeline__list > li .content__img .img {
    margin: 0 0 15px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.main .timeline__list > li .content__img .img .icon {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 769px), print {
  .main .timeline__list > li .content__img .img .icon {
    top: -11px;
    right: -9px;
  }
}
@media screen and (max-width: 768px) {
  .main .timeline__list > li .content__img .img .icon {
    top: -9px;
    left: 95px;
  }
}
@media screen and (max-width: 768px) {
  .main .timeline__list > li .content__img .img .icon img {
    width: 43px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .main .timeline__list > li .content__img .img__inner {
    aspect-ratio: 1/1;
    width: 138px;
  }
}
@media screen and (max-width: 768px) {
  .main .timeline__list > li .content__img .img__inner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.main .timeline__list > li .content__img .img__title {
  position: relative;
  z-index: 0;
  background-color: #e7e7e7;
  background-image: radial-gradient(#dedede 20%, transparent 10%);
  background-size: 8px 8px;
  line-height: 1.5;
  letter-spacing: 0px;
}
@media screen and (min-width: 769px), print {
  .main .timeline__list > li .content__img .img__title {
    padding: 10px 21px;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .main .timeline__list > li .content__img .img__title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
    padding: 7px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.main .timeline__list > li .content__img .img__title::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
  opacity: 0.2;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 769px), print {
  .main .timeline__list > li .content__img .img__title::before {
    border-width: 0 58px 100px 58px;
    right: -58px;
  }
}
@media screen and (max-width: 768px) {
  .main .timeline__list > li .content__img .img__title::before {
    border-width: 0 64px 111px 64px;
    right: -64px;
  }
}
@media screen and (min-width: 769px), print {
  .main .timeline__list > li .content__img .img__title--auto {
    height: auto;
  }
}
@media screen and (min-width: 769px), print {
  .main .timeline__list > li .content__img .img__title--limit {
    height: 170px;
  }
}
.main .timeline__list > li .content__img .img__title .name {
  display: block;
  width: 100%;
  font-weight: 600;
}
@media screen and (min-width: 769px), print {
  .main .timeline__list > li .content__img .img__title .name {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 4px;
  }
}
@media screen and (max-width: 768px) {
  .main .timeline__list > li .content__img .img__title .name {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 6px;
  }
}
.main .timeline__list > li .content__img .img__title small {
  display: block;
  width: 100%;
}
@media screen and (min-width: 769px), print {
  .main .timeline__list > li .content__img .img__title small {
    margin: 8px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main .timeline__list > li .content__img .img__title small {
    margin: 6px 0 0;
  }
}
.main .timeline__list > li:not(:last-child) .content__inner {
  border-bottom: 2px solid #000000;
}
.main .timelineAnchor {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px), print {
  .main .timelineAnchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 58px 36px 80px;
  }
}
@media screen and (max-width: 768px) {
  .main .timelineAnchor {
    margin: 39px 15px 60px;
  }
}
@media screen and (min-width: 769px), print {
  .main .timelineAnchor > li {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 768px) {
  .main .timelineAnchor > li {
    width: 100%;
    margin: 6px 0 0;
  }
}
.main .timelineAnchor > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  position: relative;
  z-index: 0;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 769px), print {
  .main .timelineAnchor > li a {
    font-size: 26px;
    font-size: 2.6rem;
    padding: 14px 0 12px;
  }
}
@media screen and (max-width: 768px) {
  .main .timelineAnchor > li a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 11px 0 11px;
  }
}
.main .timelineAnchor > li a::before {
  content: "";
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
}
.main .timelineAnchor > li a .day {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  font-style: italic;
  font-weight: 800;
  color: #000000;
}
@media screen and (min-width: 769px), print {
  .main .timelineAnchor > li a .day {
    font-size: 26px;
    font-size: 2.6rem;
    margin: 0 20px 0 0;
    padding: 4px 14px 6px 18px;
  }
}
@media screen and (max-width: 768px) {
  .main .timelineAnchor > li a .day {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 16px 0 0;
    padding: 2px 10px 6px 10px;
  }
}
.main .timelineAnchor > li a .day::before {
  content: "";
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
}
@media screen and (min-width: 769px), print {
  .main .timelineAnchor > li a small {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 0 12px;
  }
}
@media screen and (max-width: 768px) {
  .main .timelineAnchor > li a small {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 0 0 10px;
  }
}
.main .timelineAnchor > li a small::after {
  content: "";
  display: inline-block;
  border: 2px solid;
  border-color: #ffffff #ffffff transparent transparent;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin: 0 0 4px 60px;
}
@media screen and (min-width: 769px), print {
  .main .timelineAnchor > li a small::after {
    width: 11px;
    height: 11px;
    margin: 0 0 4px 60px;
  }
}
@media screen and (max-width: 768px) {
  .main .timelineAnchor > li a small::after {
    width: 8px;
    height: 8px;
    margin: 0 0 4px 38px;
  }
}
@media screen and (max-width: 767px) {
  .main #timeline {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  .main #timeline li {
    margin: 50px 0;
  }
  .main label {
    width: 85%;
    font-size: 1.1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transform: translateX(18px);
            transform: translateX(18px);
  }
  .main .content {
    padding-top: 45px;
    border-color: #eee9dc;
  }
  .main .content:before, .main .content:after {
    border: solid transparent;
    bottom: 100%;
  }
  .main .content:before {
    border-bottom-color: inherit;
    border-width: 17px;
    top: -16px;
    left: 50px;
    margin-left: -17px;
  }
  .main .content:after {
    border-bottom-color: #48b379;
    border-width: 20px;
    top: -20px;
    left: 50px;
    margin-left: -20px;
  }
  .main .content p {
    font-size: 0.9em;
    line-height: 1.4;
  }
  .main .circle, .main .date {
    display: none;
  }
}
@media screen and (min-width: 769px), print {
  .main .overviewTable {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 58px 0 70px;
  }
}
@media screen and (max-width: 768px) {
  .main .overviewTable {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 40px 0 87px;
  }
}
.main .overviewTable table {
  width: 100%;
}
.main .overviewTable table tr {
  border-top: 2px solid #adadad;
}
.main .overviewTable table th {
  font-weight: 600;
}
@media screen and (min-width: 769px), print {
  .main .overviewTable table th {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .main .overviewTable table th {
    width: 95px;
  }
}
@media screen and (min-width: 769px), print {
  .main .overviewTable table td {
    width: calc(100% - 120px);
    padding: 23px 0;
  }
}
@media screen and (max-width: 768px) {
  .main .overviewTable table td {
    width: calc(100% - 95px);
    padding: 16px 0;
  }
}
@media screen and (min-width: 769px), print {
  .main--terms {
    margin-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .main--terms {
    margin-top: 60px;
  }
}
@media screen and (min-width: 769px), print {
  .main--terms .main__section {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .main--terms .main__section {
    padding: 0 0 70px;
  }
}
@media screen and (max-width: 768px) {
  .main--terms .modTitle__main {
    margin: 0 -20px;
  }
}
.main--terms .terms {
  background-color: #fff;
}
@media screen and (min-width: 769px), print {
  .main--terms .terms {
    max-width: 1100px;
    margin: 0 auto 0;
    padding: 67px 110px 110px;
  }
}
@media screen and (max-width: 768px) {
  .main--terms .terms {
    margin-top: 39px;
    padding: 42px 30px 85px;
  }
}
@media screen and (min-width: 769px), print {
  .main--terms .terms + .modTitle {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .main--terms .terms + .modTitle {
    margin-top: 70px;
  }
}
@media screen and (min-width: 769px), print {
  .main--terms .terms__text {
    line-height: 2.25;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .main--terms .terms__text {
    line-height: 1.928;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px), print {
  .main--terms .terms__inner {
    margin-top: 82px;
  }
}
@media screen and (max-width: 768px) {
  .main--terms .terms__inner {
    margin-top: 67px;
  }
}
.main--terms .terms__title {
  font-weight: 800;
}
@media screen and (min-width: 769px), print {
  .main--terms .terms__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .main--terms .terms__title {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 769px), print {
  .main--terms .terms__list1 {
    margin-top: 35px;
    line-height: 2.25;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .main--terms .terms__list1 {
    margin-top: 28px;
    line-height: 1.928;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.main--terms .terms__list1 > li {
  display: block;
}
.main--terms .terms__list1 > li:not(:first-child) {
  margin-top: 1em;
}
.main--terms .terms__list1 > li .subList > li {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.main--terms .terms__list1 > li .subList > li .innerList > li {
  display: block;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.main--terms .terms__list2 {
  list-style: inside;
  list-style-type: disc;
}
@media screen and (min-width: 769px), print {
  .main--terms .terms__list2 {
    margin-top: 38px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .main--terms .terms__list2 {
    margin-top: 28px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px), print {
  .main--terms .terms__list2 + .terms__text {
    margin-top: 42px;
  }
}
@media screen and (max-width: 768px) {
  .main--terms .terms__list2 + .terms__text {
    margin-top: 38px;
  }
}
.main--terms .terms__list2 > li:not(:first-child) {
  margin-top: 3px;
}
.main--terms .terms__list2 > li a {
  text-decoration: underline;
}
.main--terms .terms__list3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px), print {
  .main--terms .terms__list3 {
    gap: 10px 40px;
    margin-top: 40px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .main--terms .terms__list3 {
    gap: 20px 14px;
    margin-top: 36px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .main--terms .terms__list3 > li {
    width: calc((100% - 14px) / 2);
  }
}
.main--terms .terms__list3 > li a {
  text-decoration: underline;
}
@media screen and (min-width: 769px), print {
  .main--terms .terms__list3 > li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.main--terms .terms__list3 > li a::after {
  content: "";
  display: inline-block;
  background: url("../../assets/img/ic_blank.png") no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px), print {
  .main--terms .terms__list3 > li a::after {
    width: 15px;
    height: 15px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .main--terms .terms__list3 > li a::after {
    width: 14px;
    height: 14px;
    margin-left: 8px;
    vertical-align: middle;
  }
}
@media screen and (min-width: 769px), print {
  .main--terms .terms__link {
    margin-top: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .main--terms .terms__link {
    margin-top: 18px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.main--terms .terms__link a {
  text-decoration: underline;
}

.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px), print {
  .sns {
    padding: 32px 0;
    gap: 0 6px;
  }
}
@media screen and (max-width: 768px) {
  .sns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 29px 0 24px;
    gap: 4px 10px;
  }
}
@media screen and (min-width: 769px), print {
  .sns > * {
    margin: 0 0 1px 4px;
  }
}

@media screen and (min-width: 769px), print {
  .implementation {
    padding: 32px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .implementation {
    padding: 2px 0 0;
  }
}
.implementation__title {
  display: inline-block;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}
@media screen and (min-width: 769px), print {
  .implementation__title {
    font-size: 36px;
    font-size: 3.6rem;
    margin: 0 0 0 16px;
    padding: 14px 34px 14px 38px;
  }
}
@media screen and (max-width: 768px) {
  .implementation__title {
    font-size: 23px;
    font-size: 2.3rem;
    margin: 0 11px;
    padding: 10px 16px 6px 18px;
  }
}
.implementation__title::before {
  content: "";
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #4daf00;
}
@media screen and (max-width: 768px) {
  .implementation__title:last-child {
    margin-left: 41px;
  }
}
@media screen and (min-width: 769px), print {
  .implementation__text {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 35px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .implementation__text {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 23px 0 0;
  }
}

.companies {
  display: block;
  background: #ffffff;
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .companies {
    margin: 60px 0 0;
    padding: 56px 4.5vw 34px;
  }
}
@media screen and (max-width: 768px) {
  .companies {
    margin: 40px 0 0;
    padding: 32px 3vw 26px;
  }
}
@media screen and (min-width: 769px), print {
  .companies img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 769px), print {
  .companies p {
    margin: 38px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .companies p {
    font-size: 11px;
    font-size: 1.1rem;
    margin: 38px 0 0;
  }
}

.footer {
  text-align: center;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px), print {
  .footer {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 14px 0;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: -0.2px;
    margin: -50px 0 0;
    padding: 11px 0;
  }
}
/*# sourceMappingURL=style.css.map */