html, body, a, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  text-align: left;
  line-height: inherit;
  vertical-align: baseline;
  box-sizing: border-box
}

body {
  background: white;
  line-height: 1;
  color: black
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  box-sizing: border-box
}

ul {
  list-style: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

form label, form button {
  cursor: pointer
}

img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto
}

video {
  border: none;
  max-width: 100%;
  height: auto
}

iframe {
  border: none
}

blockquote, q {
  quotes: none
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 100%
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

textarea {
  resize: none
}

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

body {
  background-color: #fff;
  margin: 0px auto;
  padding: 0px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック Medium", YuGothic, YuGothicM, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  line-height: 1.6
}

strong {
  font-weight: 700
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック Medium", YuGothic, YuGothicM, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400
}

a {
  color: #222;
  outline: none;
  border-style: none;
  text-decoration: none;
  transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  cursor: pointer
}

@media screen and (min-width: 641px) {
  a:hover {
    opacity: 0.8;
    transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -webkit-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    -ms-transition: all 0.1s ease 0s
  }
}

.container {
  position: relative;
  width: 100%
}

@media screen and (min-width: 769px) {
  .container {
    padding: 0 80px
  }
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 40px
  }
}

@media screen and (max-width: 640px) {
  .container {
    padding: 0 20px
  }
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none !important
  }
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .tb_none {
    display: none !important
  }
}

@media screen and (max-width: 640px) {
  .sp_none {
    display: none !important
  }
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important
}

h2.ttl {
  border-bottom: 2px solid #222;
  font-family: "Lato", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック Medium", YuGothic, YuGothicM, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block
}

@media screen and (min-width: 769px) {
  h2.ttl {
    padding-left: 80px
  }
}

@media screen and (max-width: 768px) {
  h2.ttl {
    padding-left: 40px
  }
}

@media screen and (max-width: 768px) {
  h2.ttl {
    padding-left: 20px
  }
}

h2.ttl small {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック Medium", YuGothic, YuGothicM, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-transform: inherit
}

@media screen and (min-width: 769px) {
  h2.ttl small {
    margin-left: 20px;
    font-size: 14px
  }
}

@media screen and (max-width: 768px) {
  h2.ttl small {
    margin-left: 10px;
    font-size: 12px
  }
}

input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  width: auto;
  height: auto
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  width: auto;
  height: auto
}

.hd {
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff
}

.hd .container {
  padding-right: 0
}

@media screen and (min-width: 769px) and (max-width: 992px) {
  .hd .container {
    padding-left: 20px
  }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
  .hd .container {
    padding-left: 40px
  }
}

.hd__wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between
}

@media screen and (min-width: 769px) {
  .hd__wrapper {
    height: 60px
  }
}

@media screen and (max-width: 768px) {
  .hd__wrapper {
    height: 44px
  }
}

.hd__left {
  display: flex;
  align-items: stretch
}

.hd__right {
  display: flex;
  align-items: stretch
}

.hd__logo {
  display: flex;
  align-items: center;
  position: relative
}

@media screen and (min-width: 769px) {
  .hd__logo {
    min-width: 216px
  }
}

@media screen and (min-width: 993px) {
  .hd__logo {
    min-width: 243px
  }
}

.hd__logo img {
  width: auto
}

@media screen and (min-width: 769px) {
  .hd__logo img {
    height: 32px
  }
}

@media screen and (min-width: 993px) {
  .hd__logo img {
    height: 36px
  }
}

@media screen and (max-width: 768px) {
  .hd__logo img {
    height: 24px
  }
}

@media screen and (min-width: 769px) {
  .hd__nav {
    margin-left: 40px;
    display: flex
  }
  .hd__nav>li {
    margin-right: 20px;
    display: flex
  }
  .hd__nav>li>a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-family: "Lato", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック Medium", YuGothic, YuGothicM, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    position: relative
  }
  .hd__nav>li>a::after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 0;
    background-color: red;
    transition: all .1s ease 0s
  }
  .hd__nav>li:hover>a {
    color: red
  }
  .hd__nav>li:hover>a::after {
    width: 100%
  }
  .hd__nav--inner {
    background-color: #222;
    position: fixed;
    z-index: 10;
    top: 60px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px 70px
  }
  .hd__nav--inner>li {
    width: 25%;
    padding: 10px
  }
  .hd__nav--inner>li.long {
    width: 50%
  }
  .hd__nav--inner>li>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    color: #fff;
    font-weight: 700;
    background-color: #111;
    position: relative;
    padding: 0 50px
  }
  .hd__nav--inner>li>a .txt {
    position: relative;
    z-index: 2
  }
  .hd__nav--inner>li>a .arrow {
    position: absolute;
    z-index: 2;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .1s ease 0s
  }
  .hd__nav--inner>li>a::after {
    content: ' ';
    position: absolute;
    z-index: 1;
    background-color: red;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
  }
  .hd__nav--inner>li>a:hover {
    opacity: 1
  }
  .hd__nav--inner>li>a:hover .arrow {
    right: 16px
  }
  .hd__nav--inner>li>a:hover::after {
    width: 100%;
    left: 0
  }
}

@media screen and (max-width: 768px) {
  .hd__nav {
    display: none
  }
}

@media screen and (min-width: 769px) {
  .hd__search {
    display: flex;
    align-items: center;
    margin-right: 20px
  }
  .hd__search .search {
    position: relative;
    width: 160px;
    height: 40px;
    border-radius: 20px;
    background-color: #eee;
    padding: 0 40px 0 20px;
    display: flex;
    align-items: center
  }
  .hd__search .search__wrapper {
    width: 100%
  }
  .hd__search .search__input {
    border: none;
    width: 100%;
    background-color: transparent;
    padding: 0;
    position: relative
  }
  .hd__search .search__input::placeholder {
    color: #999
  }
  .hd__search .search__submit {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: none;
    background-color: transparent;
    padding: 0
  }
}

@media screen and (min-width: 993px) {
  .hd__search .search {
    width: 240px
  }
}

@media screen and (max-width: 768px) {
  .hd__search {
    display: none
  }
}

.hd__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: red;
  font-family: "Lato", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック Medium", YuGothic, YuGothicM, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  position: relative
}

@media screen and (min-width: 993px) {
  .hd__contact {
    width: 160px
  }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
  .hd__contact {
    width: 120px
  }
}

@media screen and (max-width: 768px) {
  .hd__contact {
    width: 88px
  }
}

.hd__contact .txt {
  position: relative;
  z-index: 2
}

@media screen and (min-width: 993px) {
  .hd__contact .arrow {
    margin-left: 10px;
    position: relative;
    left: 0;
    z-index: 2;
    transition: all .1s ease 0s
  }
}

@media screen and (max-width: 992px) {
  .hd__contact .arrow {
    display: none
  }
}

.hd__contact::after {
  content: ' ';
  position: absolute;
  z-index: 1;
  background-color: #222;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media screen and (min-width: 769px) {
  .hd__contact:hover {
    opacity: 1
  }
  .hd__contact:hover .arrow {
    left: 4px
  }
  .hd__contact:hover::after {
    width: 100%;
    left: 0
  }
}

@media screen and (min-width: 769px) {
  .hd__btn {
    display: none
  }
}

@media screen and (max-width: 768px) {
  .hd__btn {
    background-color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    transition: all .2s
  }
  .hd__btn.active {
    background-color: red
  }
}

@media screen and (min-width: 769px) {
  .nav {
    display: none
  }
}

@media screen and (max-width: 768px) {
  .nav {
    display: none;
    position: fixed;
    z-index: 10;
    top: 44px;
    left: 0;
    width: 100%;
    height: calc(100vh - 44px);
    background-color: #222;
    overflow-y: scroll
  }
}

@media screen and (min-width: 641px) {
  .nav__wrapper {
    padding: 40px 0
  }
}

@media screen and (max-width: 640px) {
  .nav__wrapper {
    padding: 20px 0
  }
}

.nav__search .search {
  position: relative;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background-color: #eee;
  padding: 0 40px 0 20px;
  display: flex;
  align-items: center
}

.nav__search .search__wrapper {
  width: 100%
}

.nav__search .search__input {
  border: none;
  width: 100%;
  background-color: transparent;
  padding: 0;
  position: relative;
  font-size: 16px
}

.nav__search .search__input::placeholder {
  color: #999
}

.nav__search .search__submit {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: none;
  background-color: transparent;
  padding: 0
}

.nav__list>li>a {
  color: #fff;
  font-family: "Lato", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック Medium", YuGothic, YuGothicM, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  padding: 10px 0;
  display: flex;
  align-items: center
}

.nav__list>li>a .trigger {
  position: relative;
  display: block;
  width: 11px;
  height: 11px;
  margin-left: 10px
}

.nav__list>li>a .trigger span {
  background-color: #fff;
  display: block;
  position: absolute;
  transition: all .1s ease 0s
}

.nav__list>li>a .trigger span:nth-child(1) {
  width: 11px;
  height: 1px;
  left: 0;
  top: 5px
}

.nav__list>li>a .trigger span:nth-child(2) {
  height: 11px;
  width: 1px;
  top: 0;
  left: 5px
}

.nav__list>li>a.active .trigger span:nth-child(2) {
  height: 0;
  top: 5px
}

.nav__list--inner>li {
  margin-bottom: 10px
}

.nav__list--inner>li>a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #111;
  color: #fff;
  font-weight: 700;
  height: 40px;
  width: 100%;
  padding: 0 50px;
  position: relative
}

.nav__list--inner>li>a .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%)
}

.nav__contact {
  margin-top: 10px
}

.nav__contact a {
  background-color: red;
  color: #fff;
  font-family: "Lato", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック Medium", YuGothic, YuGothicM, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 100%
}

.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .2s;
  box-sizing: border-box
}

.menu-trigger {
  position: relative;
  width: 24px;
  height: 24px
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff
}

.menu-trigger span:nth-of-type(1) {
  top: 0
}

.menu-trigger span:nth-of-type(2) {
  top: 11px
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg)
}

.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .6s forwards;
  animation: active-menu-bar02 .6s forwards
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0
  }
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg)
}

.ft__wrapper {
  background-color: #222;
  color: #fff
}

@media screen and (min-width: 769px) {
  .ft__wrapper {
    padding: 60px 0
  }
}

@media screen and (max-width: 768px) {
  .ft__wrapper {
    padding: 40px 0
  }
}

@media screen and (max-width: 640px) {
  .ft__wrapper {
    padding: 20px 0
  }
}

.ft__wrapper a {
  color: #fff
}

@media screen and (min-width: 769px) {
  .ft__inner {
    display: flex
  }
}

@media screen and (min-width: 769px) {
  .ft__nav {
    width: 60%;
    display: flex;
    padding-right: 10px
  }
  .ft__nav ul {
    padding-right: 20px
  }
  .ft__nav ul .ttl {
    margin-top: 32px;
    font-family: "Lato", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック Medium", YuGothic, YuGothicM, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #ccc
  }
  .ft__nav ul .ttl:nth-child(1) {
    margin: 0
  }
  .ft__nav ul .ttl a {
    color: #ccc
  }
  .ft__nav ul .list {
    padding-left: 10px
  }
}

@media screen and (min-width: 993px) {
  .ft__nav {
    width: 50%
  }
}

@media screen and (min-width: 1201px) {
  .ft__nav ul {
    padding-right: 40px
  }
}

@media screen and (max-width: 768px) {
  .ft__nav {
    display: none
  }
}

@media screen and (min-width: 769px) {
  .ft__form {
    width: 40%;
    padding-left: 20px
  }
}

@media screen and (min-width: 993px) {
  .ft__form {
    width: 50%
  }
}

@media screen and (min-width: 993px) {
  .ft__form h3 {
    display: flex;
    justify-content: space-between;
    align-items: baseline
  }
}

.ft__form h3 span {
  font-family: "Lato", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック Medium", YuGothic, YuGothicM, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  display: block
}

.ft__form h3 small {
  display: block
}

.ft__form .form__input {
  margin-top: 20px
}

.ft__form .form__input .frame {
  background-color: #fff;
  padding: 0 10px;
  height: 32px;
  display: flex;
  align-items: center
}

.ft__form .form__input .frame.valid {
  margin-bottom: calc(20px + 1.6em)
}

.ft__form .form__input input {
  width: 100%;
  box-sizing: border-box;
  border: none;
  background-color: transparent;
  font-size: 16px
}

.ft__form .form__input input::placeholder {
  color: gray
}

.ft__form .form__textarea {
  margin-top: 10px
}

.ft__form .form__textarea .frame {
  background-color: #fff;
  padding: 8px 10px
}

.ft__form .form__textarea textarea {
  width: 100%;
  box-sizing: border-box;
  border: none;
  background-color: transparent;
  height: 144px;
  font-size: 16px
}

.ft__form .form__btn {
  margin-top: 20px
}

.ft__form .form__btn input {
  background-color: #fff;
  border: none;
  border-radius: 0;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all .1s ease 0s;
  border: 1px solid #fff;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック Medium", YuGothic, YuGothicM, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

@media screen and (min-width: 769px) {
  .ft__form .form__btn input:hover {
    background-color: transparent;
    color: #fff
  }
}

@media screen and (min-width: 641px) {
  .ft__form .form__btn input {
    width: 200px
  }
}

@media screen and (max-width: 640px) {
  .ft__form .form__btn input {
    width: 100%
  }
}

.ft__form .form .wpcf7 .ajax-loader {
  display: none
}

.ft__form .form .wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -2em;
  left: -10px;
  color: red;
  font-weight: inherit
}

.ft__form .form .wpcf7 .wpcf7-response-output {
  margin: 0 0 20px;
  padding: 0;
  border: none
}

.ft__form .form .wpcf7 form.invalid .wpcf7-response-output {
  color: red
}

.ft__form .note {
  margin-top: 4px;
  font-size: 12px
}

.ft__form .note a {
  text-decoration: underline
}

.ft__copy {
  background-color: #111;
  color: #fff;
  padding: 20px 0
}

@media screen and (min-width: 769px) {
  .ft__copy .container {
    display: flex;
    justify-content: space-between;
    align-items: center
  }
}

@media screen and (max-width: 768px) {
  .ft__logo p {
    text-align: center
  }
}

.ft__logo img {
  height: 36px;
  width: auto
}

.ft__logo .copy {
  font-size: 12px;
  margin-top: 10px
}

.ft__sns {
  display: flex;
  margin: 0 -5px
}

@media screen and (max-width: 768px) {
  .ft__sns {
    justify-content: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #444
  }
}

.ft__sns a {
  display: block;
  margin: 0 5px
}

@media screen and (min-width: 769px) {
  .index {
    padding-top: 60px
  }
}

@media screen and (max-width: 768px) {
  .index {
    padding-top: 44px
  }
}

.index .fv {
  position: relative
}

.index .fv__wrapper {
  position: relative;
  max-height: calc(100vh - 60px);
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

.index .fv__dummy {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto
}

.index .fv .youtube {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%)
}

@media screen and (min-width: 993px) {
  .index .fv__news {
    padding-right: 240px
  }
}

@media screen and (min-width: 769px) {
  .index .fv__news {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-right: 120px
  }
  .index .fv__news .inner {
    background-color: #fff;
    padding-left: 80px;
    display: flex;
    justify-content: space-between;
    height: 60px
  }
  .index .fv__news .link {
    display: flex;
    align-items: center
  }
  .index .fv__news .link .ttl {
    display: block;
    margin-left: 0.4em
  }
  .index .fv__news .more {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: red;
    width: 60px;
    position: relative
  }
  .index .fv__news .more .arrow {
    position: relative;
    left: 0;
    z-index: 2;
    transition: all .1s ease 0s
  }
  .index .fv__news .more::after {
    content: ' ';
    position: absolute;
    z-index: 1;
    background-color: #222;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
  }
  .index .fv__news .more:hover {
    opacity: 1
  }
  .index .fv__news .more:hover .arrow {
    left: 4px
  }
  .index .fv__news .more:hover::after {
    width: 100%;
    left: 0
  }
}

@media screen and (max-width: 768px) {
  .index .fv__news {
    background-color: #fff;
    padding: 20px 40px
  }
  .index .fv__news .more {
    display: none
  }
}

@media screen and (max-width: 640px) {
  .index .fv__news {
    padding: 20px
  }
}

.index .fv__news .cat {
  display: block;
  color: #FF0000;
  margin-right: 0.4em;
}

.index .fv__news .date {
  display: block;
}

.index .works {
  background-color: #F6F6F6
}

@media screen and (min-width: 769px) {
  .index .works {
    padding: 80px 0 0
  }
}

@media screen and (max-width: 768px) {
  .index .works {
    padding: 40px 0 0
  }
}

@media screen and (min-width: 769px) {
  .index .works .ttl {
    position: relative
  }
  .index .works .ttl::after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    background-color: #F6F6F6;
    z-index: 1;
    width: 100%;
    height: 110%;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
  }
  .index .works .ttl.scroll-on::after {
    width: 0
  }
}

.index .works__wrapper {
  position: relative;
  margin-top: 40px;
  overflow: hidden
}

@media screen and (min-width: 769px) {
  .index .works__wrapper {
    padding-left: 40px;
    padding-bottom: 80px
  }
}

@media screen and (max-width: 768px) {
  .index .works__wrapper {
    padding-bottom: 40px
  }
}

.index .works__carousel {
  position: relative;
  z-index: 2
}

.index .works__carousel li {
  position: relative;
  display: flex;
  width: 100%
}

@media screen and (max-width: 768px) {
  .index .works__carousel li {
    padding-top: 40px;
    padding-left: 80px
  }
}

@media screen and (max-width: 640px) {
  .index .works__carousel li {
    padding-left: 40px
  }
}

.index .works__carousel li .inner {
  width: 100vw
}

@media screen and (min-width: 769px) {
  .index .works__carousel li .inner {
    display: flex;
    padding: 0 40px 40px 40px
  }
}

@media screen and (max-width: 768px) {
  .index .works__carousel li .inner {
    background-color: #fff
  }
}

.index .works__carousel li .thumb {
  z-index: 2
}

@media screen and (min-width: 769px) {
  .index .works__carousel li .thumb {
    position: absolute;
    top: 20px;
    left: 40px;
    opacity: 0;
    transition: all .3s ease 0s
  }
  .index .works__carousel li .thumb.scroll-on {
    opacity: 1;
    top: 0
  }
}

@media screen and (min-width: 1201px) {
  .index .works__carousel li .thumb {
    width: 640px;
    height: 360px
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .index .works__carousel li .thumb {
    width: 480px;
    height: 270px
  }
}

@media screen and (max-width: 768px) {
  .index .works__carousel li .thumb {
    position: relative;
    top: -40px;
    left: -40px;
    width: 100%
  }
}

@media screen and (max-width: 640px) {
  .index .works__carousel li .thumb {
    left: -20px
  }
}

.index .works__carousel li .txt {
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #fff
}

@media screen and (min-width: 769px) {
  .index .works__carousel li .txt {
    top: 40px;
    left: 40px
  }
}

@media screen and (min-width: 1201px) {
  .index .works__carousel li .txt {
    padding: 40px 80px 120px 640px;
    min-height: 360px
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .index .works__carousel li .txt {
    padding: 40px 80px 120px 480px;
    min-height: 270px
  }
}

@media screen and (max-width: 768px) {
  .index .works__carousel li .txt {
    padding: 0 20px 110px
  }
}

.index .works__carousel li .txt .link {
  display: block
}

.index .works__carousel li .txt h3 {
  font-weight: 700;
  font-size: 16px
}

@media screen and (min-width: 993px) {
  .index .works__carousel li .txt .detail {
    margin-top: 20px
  }
}

@media screen and (max-width: 992px) {
  .index .works__carousel li .txt .detail {
    display: none
  }
}

@media screen and (min-width: 769px) {
  .index .works__carousel li .txt .meta {
    margin-top: 20px
  }
}

@media screen and (max-width: 768px) {
  .index .works__carousel li .txt .meta {
    margin-top: 10px
  }
}

.index .works__carousel li .txt .meta .cat {
  background-color: red;
  font-weight: bold;
  padding: 0 8px;
  color: #fff
}

.index .works__carousel .owl-stage {
  display: flex
}

.index .works__carousel .owl-item {
  float: none;
  display: flex
}

.index .works__carousel .owl-nav {
  position: absolute;
  display: flex
}

@media screen and (min-width: 769px) {
  .index .works__carousel .owl-nav {
    bottom: 40px;
    right: 80px
  }
}

@media screen and (max-width: 768px) {
  .index .works__carousel .owl-nav {
    bottom: 20px;
    left: 100px
  }
}

@media screen and (max-width: 640px) {
  .index .works__carousel .owl-nav {
    left: 60px
  }
}

.index .works__carousel .owl-nav button {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #222
}

.index .works__carousel .owl-nav button span {
  color: transparent
}

.index .works__carousel .owl-nav button span::after {
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: 20px 4px;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  transition: all .1s ease 0s
}

.index .works__carousel .owl-nav button::after {
  content: ' ';
  position: absolute;
  z-index: 1;
  background-color: red;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media screen and (min-width: 769px) {
  .index .works__carousel .owl-nav button:hover {
    opacity: 1
  }
  .index .works__carousel .owl-nav button:hover .arrow {
    left: 4px
  }
  .index .works__carousel .owl-nav button:hover::after {
    width: 100%;
    left: 0
  }
}

.index .works__carousel .owl-nav .owl-prev span::after {
  background-image: url("../images/common/arrow_left.svg")
}

@media screen and (min-width: 769px) {
  .index .works__carousel .owl-nav .owl-prev:hover span::after {
    left: -4px
  }
}

.index .works__carousel .owl-nav .owl-next {
  margin-left: 4px
}

.index .works__carousel .owl-nav .owl-next span::after {
  background-image: url("../images/common/arrow.svg")
}

@media screen and (min-width: 769px) {
  .index .works__carousel .owl-nav .owl-next:hover span::after {
    left: 4px
  }
}

.index .works__carousel .owl-dots {
  position: absolute;
  display: flex
}

@media screen and (min-width: 769px) {
  .index .works__carousel .owl-dots {
    bottom: 40px
  }
}

@media screen and (min-width: 993px) {
  .index .works__carousel .owl-dots {
    left: 720px
  }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
  .index .works__carousel .owl-dots {
    left: 560px
  }
}

@media screen and (max-width: 768px) {
  .index .works__carousel .owl-dots {
    left: 100px;
    bottom: 80px
  }
}

@media screen and (max-width: 640px) {
  .index .works__carousel .owl-dots {
    left: 60px
  }
}

.index .works__carousel .owl-dots .owl-dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 1px solid #222;
  margin-left: 4px;
  transition: all .1s ease 0s
}

.index .works__carousel .owl-dots .owl-dot:nth-child(1) {
  margin: 0
}

.index .works__carousel .owl-dots .owl-dot.active {
  background-color: #222
}

@media screen and (min-width: 769px) {
  .index .works__carousel .owl-dots .owl-dot:hover {
    background-color: red;
    border: 1px solid red
  }
}

.index .works__bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #222;
  top: 80px
}

@media screen and (min-width: 769px) {
  .index .works__bg {
    left: -80px
  }
}

@media screen and (max-width: 768px) {
  .index .works__bg {
    left: 0
  }
}

.index .works__bg .more {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: red;
  font-family: "Lato", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック Medium", YuGothic, YuGothicM, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 20px
}

@media screen and (min-width: 769px) {
  .index .works__bg .more {
    height: 82px;
    bottom: 79px
  }
}

@media screen and (max-width: 768px) {
  .index .works__bg .more {
    height: 42px;
    bottom: 79px
  }
}

.index .works__bg .more .txt {
  position: relative;
  z-index: 2
}

.index .works__bg .more .arrow {
  margin-left: 10px;
  position: relative;
  left: 0;
  z-index: 2;
  transition: all .1s ease 0s
}

.index .works__bg .more::after {
  content: ' ';
  position: absolute;
  z-index: 1;
  background-color: #222;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media screen and (min-width: 769px) {
  .index .works__bg .more:hover {
    opacity: 1
  }
  .index .works__bg .more:hover .arrow {
    left: 4px
  }
  .index .works__bg .more:hover::after {
    width: 100%;
    left: 0
  }
}

@media screen and (min-width: 769px) {
  .index .about {
    padding: 0 80px 40px 0;
    background-color: #F6F6F6
  }
}

@media screen and (max-width: 768px) {
  .index .about {
    background-color: #fff
  }
}

@media screen and (min-width: 769px) {
  .index .about .ttl {
    position: relative
  }
  .index .about .ttl::after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: 1;
    width: 100%;
    height: 110%;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
  }
  .index .about .ttl.scroll-on::after {
    width: 0
  }
}

.index .about__wrapper {
  background-color: #fff;
  position: relative;
  z-index: 1
}

@media screen and (min-width: 769px) {
  .index .about__wrapper {
    padding: 80px 0
  }
}

@media screen and (max-width: 768px) {
  .index .about__wrapper {
    padding: 40px 0 80px
  }
}

.index .about__inner {
  margin-top: 40px
}

@media screen and (min-width: 769px) {
  .index .about__inner {
    padding: 0 80px
  }
}

@media screen and (max-width: 768px) {
  .index .about__inner {
    padding: 0 40px
  }
}

@media screen and (max-width: 640px) {
  .index .about__inner {
    padding: 0 20px
  }
}

.index .about__inner h3 {
  font-weight: 700;
  position: relative
}

@media screen and (min-width: 769px) {
  .index .about__inner h3 {
    font-size: 24px;
    transition: all .3s ease 0s;
    opacity: 0;
    top: 20px
  }
  .index .about__inner h3.scroll-on {
    opacity: 1;
    top: 0
  }
}

@media screen and (max-width: 768px) {
  .index .about__inner h3 {
    font-size: 20px
  }
}

.index .about__inner h3 span {
  color: red
}

.index .about__inner p {
  font-size: 16px;
  margin-top: 32px;
  position: relative
}

@media screen and (min-width: 769px) {
  .index .about__inner p {
    transition: all .3s ease 0s;
    opacity: 0;
    top: 20px
  }
  .index .about__inner p.scroll-on {
    opacity: 1;
    top: 0
  }
}

.index .about__ex {
  position: relative
}

@media screen and (min-width: 769px) {
  .index .about__ex {
    top: -40px;
    padding: 0 80px
  }
}

@media screen and (min-width: 769px) {
  .index .about__ex .bg {
    display: none
  }
}

@media screen and (max-width: 768px) {
  .index .about__ex .bg {
    position: absolute;
    z-index: 1;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-right: 120px
  }
  .index .about__ex .bg__inner {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #F6F6F6
  }
}

@media screen and (max-width: 640px) {
  .index .about__ex .bg {
    padding-right: 60px
  }
}

.index .about__list {
  position: relative;
  z-index: 2
}

@media screen and (min-width: 769px) {
  .index .about__list {
    display: flex;
    flex-wrap: wrap
  }
}

@media screen and (max-width: 768px) {
  .index .about__list {
    padding: 0 40px;
    top: -40px
  }
}

@media screen and (max-width: 640px) {
  .index .about__list {
    padding: 0 20px
  }
}

@media screen and (min-width: 769px) {
  .index .about__list li {
    width: 50%
  }
  .index .about__list li.long {
    width: 100%;
    padding-bottom: 40px
  }
  .index .about__list li.long dl dd {
    bottom: -60px;
    /*left: 40px;*/
    transition: all .3s ease 0s;
    opacity: 0
  }
  .index .about__list li.long dl.scroll-on dd {
    bottom: -40px;
    opacity: 1
  }
  .index .about__list li.left {
    padding: 0 20px 40px 40px;
    margin-top: 40px
  }
  .index .about__list li.left dl dd {
    bottom: -60px;
    left: -40px;
    transition: all .3s ease 0s;
    opacity: 0
  }
  .index .about__list li.left dl.scroll-on dd {
    bottom: -40px;
    opacity: 1
  }
  .index .about__list li.right {
    padding: 40px 40px 0 20px;
    margin-top: 40px
  }
  .index .about__list li.right dl dd {
    top: -20px;
    right: -40px;
    transition: all .3s ease 0s;
    opacity: 0
  }
  .index .about__list li.right dl.scroll-on dd {
    top: -40px;
    opacity: 1
  }
}

@media screen and (max-width: 768px) {
  .index .about__list li {
    padding-bottom: 20px;
    margin-top: 20px
  }
  .index .about__list li:nth-child(odd) {
    padding-right: 40px
  }
  .index .about__list li:nth-child(even) {
    padding-left: 40px
  }
  .index .about__list li:nth-child(1) {
    margin-top: 0
  }
}

@media screen and (max-width: 640px) {
  .index .about__list li:nth-child(odd) {
    padding-right: 20px
  }
  .index .about__list li:nth-child(even) {
    padding-left: 20px
  }
}

.index .about__list dl {
  position: relative
}

.index .about__list dl dt {
  position: relative;
  z-index: 1;
  overflow: hidden
}

.index .about__list dl dt img {
  transition: all .2s ease 0s
}

@media screen and (min-width: 769px) {
  .index .about__list dl dt::after {
    content: ' ';
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #F6F6F6;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
  }
  .index .about__list dl dt.first::before {
    content: ' ';
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 100%;
    height: 40px;
    background-color: #fff;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
  }
  .index .about__list dl dt.scroll-on::after {
    width: 0
  }
  .index .about__list dl dt.scroll-on::before {
    width: 0
  }
}

.index .about__list dl dd {
  position: absolute;
  z-index: 2;
  background-color: #222;
  color: #fff;
  font-weight: 700;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center
}

@media screen and (min-width: 769px) {
  .index .about__list dl dd {
    height: 80px
  }
}

@media screen and (max-width: 768px) {
  .index .about__list dl dd {
    height: 40px;
    left: -40px;
    bottom: -20px
  }
}

@media screen and (max-width: 640px) {
  .index .about__list dl dd {
    left: -20px
  }
}

.index .about__list dl dd .txt {
  position: relative;
  z-index: 2
}

.index .about__list dl dd .arrow {
  margin-left: 10px;
  position: relative;
  left: 0;
  z-index: 2;
  transition: all .1s ease 0s
}

.index .about__list dl dd::after {
  content: ' ';
  position: absolute;
  z-index: 1;
  background-color: red;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media screen and (min-width: 769px) {
  .index .about__list dl dd:hover {
    opacity: 1
  }
  .index .about__list dl dd:hover .arrow {
    left: 4px
  }
  .index .about__list dl dd:hover::after {
    width: 100%;
    left: 0
  }
}

.index .about__list .link {
  display: block
}

.index .about__list .link:hover {
  opacity: 1
}

.index .about__list .link:hover dt img {
  transform: scale(1.04)
}

@media screen and (min-width: 769px) {
  .index .about__list .link:hover dd .arrow {
    left: 4px
  }
  .index .about__list .link:hover dd::after {
    width: 100%;
    left: 0
  }
}

.index .interview {
  background-color: #F6F6F6
}

@media screen and (min-width: 769px) {
  .index .interview {
    padding: 80px 0
  }
}

@media screen and (max-width: 768px) {
  .index .interview {
    padding: 40px 0
  }
}

@media screen and (min-width: 769px) {
  .index .interview .ttl {
    position: relative
  }
  .index .interview .ttl::after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    background-color: #F6F6F6;
    z-index: 1;
    width: 100%;
    height: 110%;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
  }
  .index .interview .ttl.scroll-on::after {
    width: 0
  }
}

.index .interview__wrapper {
  margin-top: 40px
}

.index .interview__inner {
  margin: -20px -10px 0;
  display: flex;
  flex-wrap: wrap
}

.index .interview__inner li {
  padding: 20px 10px 0
}

@media screen and (min-width: 769px) {
  .index .interview__inner li {
    width: 25%
  }
}

@media screen and (max-width: 768px) {
  .index .interview__inner li {
    width: 50%
  }
}

@media screen and (max-width: 640px) {
  .index .interview__inner li {
    width: 100%
  }
}

.index .interview__inner li dl {
  height: 100%;
  overflow: hidden
}

@media screen and (min-width: 769px) {
  .index .interview__inner li dl {
    position: relative
  }
  .index .interview__inner li dl::after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    background-color: #F6F6F6;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
  }
  .index .interview__inner li dl.scroll-on::after {
    width: 0
  }
}

.index .interview__inner li dl dt {
  border: 1px solid #eee;
  overflow: hidden
}

.index .interview__inner li dl dt img {
  width: 100%;
  height: auto;
  transition: all .2s ease 0s
}

.index .interview__inner li dl dd {
  padding: 20px;
  background-color: #fff;
  height: 100%
}

.index .interview__inner li dl dd h3 {
  font-weight: 700
}

.index .interview__inner li dl dd .meta {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap
}

.index .interview__inner li dl dd .meta .cat {
  background-color: red;
  color: #fff;
  font-weight: 700;
  padding: 0 10px;
  margin-right: 10px;
  display: block
}

.index .interview__inner li dl dd .meta .date {
  color: #999;
  display: block
}

.index .interview__inner li .link {
  display: block;
  height: 100%
}

.index .interview__inner li .link:hover {
  opacity: 1
}

.index .interview__inner li .link:hover dt img {
  transform: scale(1.04)
}

@media screen and (min-width: 769px) {
  .index .interview__more {
    position: absolute;
    right: 80px;
    top: -60px
  }
}

@media screen and (max-width: 768px) {
  .index .interview__more {
    margin-top: 40px
  }
}

@media screen and (max-width: 640px) {
  .index .interview__more {
    margin-top: 20px
  }
}

.index .interview__more a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #222;
  font-family: "Lato", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック Medium", YuGothic, YuGothicM, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 20px;
  height: 40px
}

.index .interview__more a .txt {
  position: relative;
  z-index: 2
}

.index .interview__more a .arrow {
  margin-left: 10px;
  position: relative;
  left: 0;
  z-index: 2;
  transition: all .1s ease 0s
}

.index .interview__more a::after {
  content: ' ';
  position: absolute;
  z-index: 1;
  background-color: red;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media screen and (min-width: 769px) {
  .index .interview__more a:hover {
    opacity: 1
  }
  .index .interview__more a:hover .arrow {
    left: 4px
  }
  .index .interview__more a:hover::after {
    width: 100%;
    left: 0
  }
}

.index .blog {
  background-color: #fff
}

@media screen and (min-width: 769px) {
  .index .blog {
    padding: 80px 0
  }
}

@media screen and (max-width: 768px) {
  .index .blog {
    padding: 40px 0
  }
}

@media screen and (min-width: 769px) {
  .index .blog .ttl {
    position: relative
  }
  .index .blog .ttl::after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: 1;
    width: 100%;
    height: 110%;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
  }
  .index .blog .ttl.scroll-on::after {
    width: 0
  }
}

.index .blog__wrapper {
  margin-top: 40px
}

.index .blog__inner {
  margin: -20px -10px 0;
  display: flex;
  flex-wrap: wrap
}

.index .blog__inner li {
  padding: 20px 10px 0
}

@media screen and (min-width: 769px) {
  .index .blog__inner li {
    width: 25%
  }
}

@media screen and (max-width: 768px) {
  .index .blog__inner li {
    width: 50%
  }
}

@media screen and (max-width: 640px) {
  .index .blog__inner li {
    width: 100%
  }
}

.index .blog__inner li dl {
  height: 100%;
  overflow: hidden
}

@media screen and (min-width: 769px) {
  .index .blog__inner li dl {
    position: relative
  }
  .index .blog__inner li dl::after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
  }
  .index .blog__inner li dl.scroll-on::after {
    width: 0
  }
}

.index .blog__inner li dl dt {
  border: 1px solid #eee;
  overflow: hidden
}

.index .blog__inner li dl dt img {
  width: 100%;
  height: auto;
  transition: all .2s ease 0s
}

.index .blog__inner li dl dd {
  padding: 20px;
  background-color: #F6F6F6;
  height: 100%
}

.index .blog__inner li dl dd h3 {
  font-weight: 700
}

.index .blog__inner li dl dd .meta {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap
}

.index .blog__inner li dl dd .meta .cat {
  background-color: red;
  color: #fff;
  font-weight: 700;
  padding: 0 10px;
  margin-right: 10px;
  display: block
}

.index .blog__inner li dl dd .meta .date {
  color: #999;
  display: block
}

.index .blog__inner li .link {
  display: block;
  height: 100%
}

.index .blog__inner li .link:hover {
  opacity: 1
}

.index .blog__inner li .link:hover dt img {
  transform: scale(1.04)
}

@media screen and (min-width: 769px) {
  .index .blog__more {
    position: absolute;
    right: 80px;
    top: -60px
  }
}

@media screen and (max-width: 768px) {
  .index .blog__more {
    margin-top: 40px
  }
}

@media screen and (max-width: 640px) {
  .index .blog__more {
    margin-top: 20px
  }
}

.index .blog__more a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #222;
  font-family: "Lato", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック Medium", YuGothic, YuGothicM, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 20px;
  height: 40px
}

.index .blog__more a .txt {
  position: relative;
  z-index: 2
}

.index .blog__more a .arrow {
  margin-left: 10px;
  position: relative;
  left: 0;
  z-index: 2;
  transition: all .1s ease 0s
}

.index .blog__more a::after {
  content: ' ';
  position: absolute;
  z-index: 1;
  background-color: red;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media screen and (min-width: 769px) {
  .index .blog__more a:hover {
    opacity: 1
  }
  .index .blog__more a:hover .arrow {
    left: 4px
  }
  .index .blog__more a:hover::after {
    width: 100%;
    left: 0
  }
}

.index .service {
  background-color: #222
}

@media screen and (min-width: 769px) {
  .index .service {
    padding: 80px 0
  }
}

@media screen and (max-width: 768px) {
  .index .service {
    padding: 40px 0
  }
}

.index .service .ttl {
  color: #fff;
  border-bottom: 2px solid #fff
}

@media screen and (min-width: 769px) {
  .index .service .ttl {
    position: relative
  }
  .index .service .ttl::after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    background-color: #222;
    z-index: 1;
    width: 100%;
    height: 110%;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
  }
  .index .service .ttl.scroll-on::after {
    width: 0
  }
}

.index .service__wrapper {
  margin-top: 40px
}

.index .service__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap
}

.index .service__inner>li {
  padding: 10px
}

@media screen and (min-width: 769px) {
  .index .service__inner>li {
    width: 33.33%
  }
  .index .service__inner>li.long {
    width: 50%
  }
}

@media screen and (max-width: 768px) {
  .index .service__inner>li {
    width: 100%
  }
}

.index .service__inner>li>a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #fff;
  font-weight: 700;
  background-color: #111;
  position: relative;
  padding: 0 50px
}

@media screen and (min-width: 769px) {
  .index .service__inner>li>a {
    height: 80px
  }
}

@media screen and (max-width: 768px) {
  .index .service__inner>li>a {
    height: 40px
  }
}

.index .service__inner>li>a .txt {
  position: relative;
  z-index: 2
}

.index .service__inner>li>a .arrow {
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .1s ease 0s
}

.index .service__inner>li>a::after {
  content: ' ';
  position: absolute;
  z-index: 1;
  background-color: red;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media screen and (min-width: 769px) {
  .index .service__inner>li>a:hover {
    opacity: 1
  }
  .index .service__inner>li>a:hover .arrow {
    right: 16px
  }
  .index .service__inner>li>a:hover::after {
    width: 100%;
    left: 0
  }
}

@media screen and (min-width: 641px) {
  .index .contact {
    padding: 40px 0
  }
}

@media screen and (max-width: 640px) {
  .index .contact {
    padding: 20px 0
  }
}

.index .contact__wrapper {
  background-color: #DA0000;
  color: #fff
}

@media screen and (min-width: 769px) {
  .index .contact__wrapper {
    padding: 40px
  }
}

@media screen and (max-width: 768px) {
  .index .contact__wrapper {
    padding: 20px
  }
}

.index .contact__wrapper h2 {
  text-align: center;
  font-size: 32px;
  font-family: "Lato", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック Medium", YuGothic, YuGothicM, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  text-transform: uppercase
}

.index .contact__wrapper p {
  margin-top: 20px;
  text-align: center
}

@media screen and (min-width: 769px) {
  .index .contact__more {
    margin-top: 40px;
    display: flex;
    justify-content: center
  }
}

@media screen and (max-width: 768px) {
  .index .contact__more {
    margin-top: 20px
  }
}

.index .contact__more a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  color: red;
  font-weight: 700;
  background-color: #fff;
  position: relative;
  padding: 0 50px
}

@media screen and (min-width: 769px) {
  .index .contact__more a {
    height: 80px
  }
}

@media screen and (max-width: 768px) {
  .index .contact__more a {
    height: 60px
  }
}

.index .contact__more a .txt {
  position: relative;
  z-index: 2
}

.index .contact__more a .arrow {
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .1s ease 0s
}

.index .contact__more a .arrow.hide {
  opacity: 0
}

.index .contact__more a::after {
  content: ' ';
  position: absolute;
  z-index: 1;
  background-color: #222;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media screen and (min-width: 769px) {
  .index .contact__more a:hover {
    opacity: 1;
    color: #fff
  }
  .index .contact__more a:hover .arrow {
    right: 16px
  }
  .index .contact__more a:hover .arrow.nomal {
    opacity: 0
  }
  .index .contact__more a:hover .arrow.hide {
    opacity: 1
  }
  .index .contact__more a:hover::after {
    width: 100%;
    left: 0
  }
}

.index .info {
  background-color: #F6F6F6
}

@media screen and (min-width: 769px) {
  .index .info {
    padding: 80px 0
  }
}

@media screen and (max-width: 768px) {
  .index .info {
    padding: 40px 0
  }
}

@media screen and (min-width: 769px) {
  .index .info .ttl {
    position: relative
  }
  .index .info .ttl::after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    background-color: #F6F6F6;
    z-index: 1;
    width: 100%;
    height: 110%;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
  }
  .index .info .ttl.scroll-on::after {
    width: 0
  }
}


.index .info__wrapper {
  margin-top: 40px
}

.index .info__inner {
  margin: -20px -10px 0;
  display: flex;
  flex-wrap: wrap
}

.index .info__inner li {
  padding: 20px 10px 0
}

@media screen and (min-width: 769px) {
  .index .info__inner li {
    width: 25%
  }
}

@media screen and (max-width: 768px) {
  .index .info__inner li {
    width: 50%
  }
}

.index .info__inner li dl {
  height: 100%;
  overflow: hidden
}

@media screen and (min-width: 769px) {
  .index .info__inner li dl {
    position: relative
  }
  .index .info__inner li dl::after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
  }
  .index .info__inner li dl.scroll-on::after {
    width: 0
  }
}

.index .info__inner li dl dt {
  border: 1px solid #eee;
  overflow: hidden
}

.index .info__inner li dl dt img {
  width: 100%;
  height: auto;
  transition: all .2s ease 0s
}

.index .info__inner li dl dd {
	  padding: 20px;
	  background-color: #fff;
	  height: 100%
}

@media screen and (min-width: 641px) {
  .index .info__inner li dl dd {
	  padding: 20px
  }
}

@media screen and (max-width: 640px) {
  .index .info__inner li dl dd {
    padding: 10px
  }
}

.index .info__inner li dl dd h3 {
  font-weight: 700
}

.index .info__inner li dl dd .meta {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap
}

.index .info__inner li dl dd .meta .cat {
  background-color: red;
  color: #fff;
  font-weight: 700;
  padding: 0 10px;
  margin-right: 10px;
  display: block
}

.index .info__inner li dl dd .meta .date {
  color: #999;
  display: block
}

.index .info__inner li .link {
  display: block;
  height: 100%
}

.index .info__inner li .link:hover {
  opacity: 1
}

.index .info__inner li .link:hover dt img {
  transform: scale(1.04)
}

.breadcrumb {
  display: flex;
  align-items: center;
  height: 40px;
  background-color: #222;
  color: #fff
}

.breadcrumb a {
  color: #fff
}

@media screen and (max-width: 768px) {
  .breadcrumb__inner {
    margin-right: -40px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch
  }
}

@media screen and (max-width: 640px) {
  .breadcrumb__inner {
    margin-right: -20px
  }
}

.breadcrumb__inner p {
  white-space: nowrap;
  display: flex
}

.breadcrumb__inner p>span {
  margin-right: 0.4em
}

.breadcrumb__inner p>span:nth-last-child(1) {
  margin: 0
}

@media screen and (max-width: 768px) {
  .breadcrumb__inner p>span:nth-last-child(1) {
    padding-right: 40px
  }
}

@media screen and (max-width: 640px) {
  .breadcrumb__inner p>span:nth-last-child(1) {
    padding-right: 20px
  }
}

@media screen and (min-width: 769px) {
  .sidebar {
    width: 300px;
    margin-left: 40px
  }
}

@media screen and (max-width: 768px) {
  .sidebar {
    margin-top: 40px
  }
}

.sidebar__wrapper {
  background-color: #fff;
  margin-top: 40px
}

.sidebar__wrapper:nth-child(1) {
  margin-top: 0
}

@media screen and (min-width: 769px) {
  .sidebar__wrapper {
    width: 300px
  }
}

.sidebar__ttl {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #ccc
}

.sidebar__inner {
  padding: 20px
}

.sidebar .ranking__list>li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc
}

.sidebar .ranking__list>li:nth-child(1) {
  margin-top: 0;
  padding-top: 0;
  border: none
}

.sidebar .ranking dl {
  position: relative
}

.sidebar .ranking dl dt {
  width: 80px;
  border: 1px solid #eee;
  position: absolute;
  top: 0;
  left: 0
}

.sidebar .ranking dl dt .num {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: red;
  color: #fff;
  font-weight: 700;
  font-size: 12px
}

.sidebar .ranking dl dd {
  padding-left: 90px;
  min-height: 45px
}

.sidebar .ranking dl dd h3 {
  font-weight: 700;
  font-size: inherit
}

.sidebar .ranking .link {
  display: block
}

.sidebar .ranking .yarpp-related {
  margin: 0
}

.sidebar .category__list {
  margin: -10px 0
}

.sidebar .category__list>li>a {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  width: 100%
}

.sidebar .category__list>li>a .trigger {
  position: relative;
  display: block;
  width: 11px;
  height: 11px;
  margin-left: 10px
}

.sidebar .category__list>li>a .trigger span {
  background-color: #222;
  display: block;
  position: absolute;
  transition: all .1s ease 0s
}

.sidebar .category__list>li>a .trigger span:nth-child(1) {
  width: 11px;
  height: 1px;
  left: 0;
  top: 5px
}

.sidebar .category__list>li>a .trigger span:nth-child(2) {
  height: 11px;
  width: 1px;
  top: 0;
  left: 5px
}

.sidebar .category__list>li>a.active .trigger span:nth-child(2) {
  height: 0;
  top: 5px
}

.sidebar .category__list--inner {
  padding-left: 20px
}

.sidebar .category__list--inner>li>a {
  padding-bottom: 10px;
  display: block
}

.sidebar .tag__list {
  margin: -10px -5px 0;
  display: flex;
  flex-wrap: wrap
}

.sidebar .tag__list li {
  padding: 10px 5px 0
}

.sidebar .tag__list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #222;
  padding: 0 10px;
  height: 24px;
  color: #fff;
  font-weight: 700
}

.sidebar .tag__list li a:hover {
  opacity: 1;
  background-color: red
}

.archive {
  background-color: #F6F6F6
}

@media screen and (min-width: 769px) {
  .archive {
    padding-top: 60px
  }
}

@media screen and (max-width: 768px) {
  .archive {
    padding-top: 44px
  }
}

@media screen and (min-width: 769px) {
  .archive__wrapper {
    padding: 40px 0 80px
  }
}

@media screen and (max-width: 768px) {
  .archive__wrapper {
    padding: 20px 0 40px
  }
}

.archive__wrapper.even {
  background-color: #fff
}

@media screen and (min-width: 769px) {
  .archive__inner {
    display: flex;
    width: 100%;
    padding-top: 40px
  }
}

@media screen and (max-width: 768px) {
  .archive__inner {
    padding-top: 20px
  }
}

.archive__ttl {
  padding: 20px;
  background-color: #fff
}

.archive__ttl h2 {
  padding-left: 16px;
  border-left: 8px solid red;
  font-size: 16px;
  font-weight: 700
}

.archive__ttl p {
  margin-top: 10px
}

.archive .post {
  width: 100%
}

.archive .post__inner {
  display: flex;
  flex-wrap: wrap
}

@media screen and (min-width: 769px) {
  .archive .post__inner {
    margin: -40px -20px 0
  }
}

@media screen and (max-width: 768px) {
  .archive .post__inner {
    margin: -20px -10px 0
  }
}

@media screen and (min-width: 769px) {
  .archive .post__inner li {
    padding: 40px 20px 0
  }
}

@media screen and (max-width: 768px) {
  .archive .post__inner li {
    padding: 20px 10px 0
  }
}

@media screen and (min-width: 641px) {
  .archive .post__inner li {
    width: 50%
  }
  .archive .post__inner li.long {
    width: 100%
  }
}

@media screen and (max-width: 640px) {
  .archive .post__inner li {
    width: 100%
  }
}

.archive .post__inner li dl {
  height: 100%;
  overflow: hidden
}

.archive .post__inner li dl dt {
  border: 1px solid #eee;
  overflow: hidden
}

.archive .post__inner li dl dt img {
  width: 100%;
  height: auto;
  transition: all .2s ease 0s
}

.archive .post__inner li dl dd {
  padding: 20px;
  background-color: #fff;
  height: 100%
}

.archive .post__inner li dl dd h3 {
  font-weight: 700
}

.archive .post__inner li dl dd .meta {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap
}

.archive .post__inner li dl dd .meta .cat {
  background-color: red;
  color: #fff;
  font-weight: 700;
  padding: 0 10px;
  margin-right: 10px;
  display: block
}

.archive .post__inner li dl dd .meta .date {
  color: #999;
  display: block
}

.archive .post__inner li dl dd.even {
  background-color: #F6F6F6
}

.archive .post__inner li .link {
  display: block;
  height: 100%
}

.archive .post__inner li .link:hover {
  opacity: 1
}

.archive .post__inner li .link:hover dt img {
  transform: scale(1.04)
}

@media screen and (min-width: 769px) {
  .archive .post__inner--service li {
    width: 33.33%
  }
}

@media screen and (min-width: 641px) and (max-width: 768px) {
  .archive .post__inner--service li {
    width: 50%
  }
}

@media screen and (max-width: 640px) {
  .archive .post__inner--service li {
    width: 100%
  }
}

.archive .post__pager {
  display: flex;
  margin-left: -2px;
  margin-right: -2px
}

@media screen and (min-width: 769px) {
  .archive .post__pager {
    margin-top: 40px
  }
}

@media screen and (max-width: 768px) {
  .archive .post__pager {
    margin-top: 20px;
    justify-content: center
  }
}

.archive .post__pager .page-numbers {
  margin: 0 2px;
  background-color: #222;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center
}

.archive .post__pager .page-numbers.current {
  background-color: red
}

@media screen and (min-width: 769px) {
  .archive .post__pager a:hover {
    opacity: 1;
    background-color: red
  }
}

.single {
  background-color: #F6F6F6
}

@media screen and (min-width: 769px) {
  .single {
    padding-top: 60px
  }
}

@media screen and (max-width: 768px) {
  .single {
    padding-top: 44px
  }
}

@media screen and (min-width: 769px) {
  .single__wrapper {
    padding: 40px 0 80px
  }
}

@media screen and (max-width: 768px) {
  .single__wrapper {
    padding: 40px 0
  }
}

@media screen and (max-width: 640px) {
  .single__wrapper {
    padding: 20px 0 40px
  }
}

@media screen and (min-width: 769px) {
  .single__inner {
    display: flex;
    width: 100%
  }
}

.single .post {
  width: 100%
}

.single .post__wrapper {
  background-color: #fff
}

.single .post__wrapper .thumb {
  border-bottom: 1px solid #eee
}

.single .post__wrapper .thumb img {
  width: 100%;
  height: auto
}

@media screen and (min-width: 769px) {
  .single .post__inner {
    padding: 40px
  }
}

@media screen and (max-width: 768px) {
  .single .post__inner {
    padding: 40px 20px
  }
}

.single .post__intro .cat {
  display: flex;
  flex-wrap: wrap
}

.single .post__intro .cat a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding: 0 10px;
  background-color: red;
  color: #fff;
  font-weight: 700;
  margin-right: 10px
}

.single .post__intro .cat a:hover {
  opacity: 1;
  background-color: #222
}

.single .post__intro h1 {
  font-size: 24px;
  font-weight: 700
}

@media screen and (min-width: 769px) {
  .single .post__intro h1 {
    margin-top: 20px
  }
}

@media screen and (max-width: 768px) {
  .single .post__intro h1 {
    margin-top: 10px
  }
}

.single .post__intro .date {
  color: #999
}

@media screen and (min-width: 769px) {
  .single .post__intro .date {
    margin-top: 20px
  }
}

@media screen and (max-width: 768px) {
  .single .post__intro .date {
    margin-top: 10px
  }
}

.single .post__content {
  margin-top: 40px;
  font-size: 16px
}

.single .post__content p {
  margin-top: 1.6em;
  font-size: 16px
}

.single .post__content p.img_parent {
  margin-top: 2em;
  margin-bottom: 2em
}

.single .post__content a {
  text-decoration: underline
}

.single .post__content h2 {
  margin-top: 3.2em;
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: 700;
  background-color: #eee;
  padding: 4px 10px
}

.single .post__content h3 {
  margin-top: 2.4em;
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: 700;
  padding-left: 16px;
  border-left: 8px solid red
}

.single .post__content h4 {
  margin-top: 2.0em;
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: 700;
  padding-left: 12px;
  border-left: 6px solid #999
}

.single .post__content h5 {
  margin-top: 2.0em;
  margin-bottom: 1em;
  font-size: 15px;
  font-weight: 700;
  padding-left: 8px;
  border-left: 4px solid #ccc
}

.single .post__content h6 {
  margin-top: 2.0em;
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: 700
}

.single .post__content ul, .single .post__content ol {
  margin-top: 2.0em;
  margin-bottom: 2.0em;
  font-size: 16px
}

@media screen and (min-width: 769px) {
  .single .post__content ul, .single .post__content ol {
    padding: 0 0 0 1.2em
  }
}

@media screen and (max-width: 768px) {
  .single .post__content ul, .single .post__content ol {
    padding: 0 0 1.6em 1.2em
  }
}

.single .post__content ul li, .single .post__content ol li {
  margin-top: 0.4em
}

.single .post__content ul li:nth-child(1), .single .post__content ol li:nth-child(1) {
  margin-top: 0
}

.single .post__content ul li {
  list-style: circle
}

.single .post__content ol li {
  list-style: decimal
}

.single .post__content blockquote {
  font-style: italic;
  background-color: #eee;
  margin: 1.6em 0
}

@media screen and (min-width: 769px) {
  .single .post__content blockquote {
    padding: 1.6em
  }
}

@media screen and (max-width: 768px) {
  .single .post__content blockquote {
    padding: 1.6em 1em
  }
}

.single .post__content blockquote p:nth-child(1) {
  margin-top: 0
}

.single .post__content .border {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin-top: 3.2em;
  margin-bottom: 3.2em
}

.single .post__content .box {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
  border: 1px solid #ccc;
  background-color: #fff;
  font-style: normal
}

@media screen and (min-width: 769px) {
  .single .post__content .box {
    padding: 1.6em
  }
}

@media screen and (max-width: 768px) {
  .single .post__content .box {
    padding: 1.6em 1em
  }
}

.single .post__content .box p:nth-child(1) {
  margin-top: 0
}

.single .post__content .gray {
  color: gray
}

.single .post__content .red {
  color: red
}

.single .post__content .blue {
  color: blue
}

.single .post__content .green {
  color: #0c0
}

.single .post__content #ez-toc-container {
  margin-top: 2em;
  margin-bottom: 2em;
  border: 1px solid #222;
  background-color: #fff;
  border-radius: 0;
  padding: 0 1.6em 1em
}

.single .post__content #ez-toc-container .ez-toc-title-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-bottom: 1px solid #222
}

.single .post__content #ez-toc-container .ez-toc-title-container .ez-toc-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0
}

.single .post__content #ez-toc-container .ez-toc-list {
  margin: 0;
  padding: 1em 0 0;
  border: none;
  list-style: none;
  counter-reset: ol_li
}

.single .post__content #ez-toc-container .ez-toc-list a {
  color: #222;
  text-decoration: none
}

.single .post__content #ez-toc-container .ez-toc-list>li {
  list-style: none;
  font-size: 16px;
  margin-top: .4em;
  font-weight: 700
}

.single .post__content #ez-toc-container .ez-toc-list>li:nth-child(1) {
  margin-top: 0
}

.single .post__content #ez-toc-container .ez-toc-list>li::before {
  margin-right: .4em;
  counter-increment: ol_li;
  content: counter(ol_li) ".";
  font-weight: 700;
  color: red
}

.single .post__content #ez-toc-container .ez-toc-list>li ul {
  border: none;
  margin: 0;
  padding: 0 0 0 1.6em
}

.single .post__content #ez-toc-container .ez-toc-list>li ul li {
  font-weight: 400;
  font-size: 14px;
  margin-top: .2em;
  list-style: circle;
  overflow: visible
}

.single .post__content .ez-toc-section {
  position: relative
}

@media screen and (min-width: 769px) {
  .single .post__content .ez-toc-section {
    top: -60px
  }
}

@media screen and (max-width: 768px) {
  .single .post__content .ez-toc-section {
    top: -44px
  }
}

.single .post__content .linkcard {
  margin: 1.6em 0
}

.single .post__content .linkcard .lkc-internal-wrap {
  max-width: 100%;
  border: none;
  background-color: #F6F6F6
}

.single .post__content .linkcard .lkc-internal-wrap .lkc-url {
  display: none
}

.single .post__content .linkcard .lkc-external-wrap {
  max-width: 100%;
  border: none;
  background-color: #fff;
  border: 1px solid #ccc
}

.single .post__content .linkcard .lkc-external-wrap .lkc-url {
  margin-top: 1em;
  color: gray
}

@media screen and (min-width: 769px) {
  .single .post__content .linkcard .lkc-external-wrap .lkc-url {
    padding: 0 0 0 180px
  }
}

@media screen and (max-width: 768px) {
  .single .post__content .linkcard .lkc-external-wrap .lkc-url {
    padding: 0 0 0 90px
  }
}

.single .post__content .linkcard .lkc-card {
  margin: 0
}

.single .post__content .linkcard .lkc-info {
  display: none !important
}

.single .post__content .linkcard .lkc-content {
  margin: 0;
  height: auto;
  position: relative
}

@media screen and (min-width: 769px) {
  .single .post__content .linkcard .lkc-content {
    padding: 20px;
    min-height: 130px
  }
}

@media screen and (max-width: 768px) {
  .single .post__content .linkcard .lkc-content {
    padding: 10px;
    min-height: 65px
  }
}

.single .post__content .linkcard .lkc-thumbnail {
  float: none;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  max-height: 100%;
  max-width: 100%
}

@media screen and (min-width: 769px) {
  .single .post__content .linkcard .lkc-thumbnail {
    width: 160px;
    top: 20px;
    left: 20px
  }
}

@media screen and (max-width: 768px) {
  .single .post__content .linkcard .lkc-thumbnail {
    width: 80px;
    top: 10px;
    left: 10px
  }
}

.single .post__content .linkcard .lkc-thumbnail .lkc-thumbnail-img {
  border: none;
  object-fit: cover
}

@media screen and (min-width: 769px) {
  .single .post__content .linkcard .lkc-thumbnail .lkc-thumbnail-img {
    width: 160px;
    height: 90px
  }
}

@media screen and (max-width: 768px) {
  .single .post__content .linkcard .lkc-thumbnail .lkc-thumbnail-img {
    width: 80px;
    height: 45px
  }
}

.single .post__content .linkcard .lkc-title {
  position: relative;
  margin: 0;
  float: none
}

@media screen and (min-width: 769px) {
  .single .post__content .linkcard .lkc-title {
    padding: 0 0 0 180px
  }
}

@media screen and (max-width: 768px) {
  .single .post__content .linkcard .lkc-title {
    padding: 0 0 0 90px
  }
}

.single .post__content .linkcard .lkc-title .lkc-title-text {
  color: inherit
}

.single .post__content .linkcard .lkc-title .lkc-title-text:hover {
  text-decoration: none
}

@media screen and (min-width: 769px) {
  .single .post__content .linkcard .lkc-title .lkc-title-text {
    font-size: inherit
  }
}

@media screen and (max-width: 768px) {
  .single .post__content .linkcard .lkc-title .lkc-title-text {
    font-size: 14px
  }
}

.single .post__sns {
  margin-top: 40px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc
}

@media screen and (min-width: 769px) {
  .single .post__sns {
    padding: 20px 0
  }
}

@media screen and (max-width: 768px) {
  .single .post__sns {
    padding: 10px 0
  }
}

.single .post__sns ul {
  display: flex
}

.single .post__sns ul li {
  width: 20%;
  padding: 0 5px
}

.single .post__sns a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  color: #fff;
  font-weight: 700
}

@media screen and (min-width: 769px) {
  .single .post__sns a .txt {
    margin-left: .4em
  }
}

@media screen and (max-width: 768px) {
  .single .post__sns a .txt {
    display: none
  }
}

.single .post__sns a.twitter {
  background-color: #1da1f2
}

.single .post__sns a.facebook {
  background-color: #4267b2
}

.single .post__sns a.hatena {
  background-color: #00a4de
}

.single .post__sns a.pocket {
  background-color: #ef4056
}

.single .post__sns a.line {
  background-color: #00b900
}

.single .post__sns a:hover {
  opacity: 1;
  background-color: #222
}

.single .post__tag {
  margin-top: 20px
}

.single .post__tag ul {
  margin: -10px -5px 0;
  display: flex;
  flex-wrap: wrap
}

.single .post__tag ul li {
  padding: 10px 5px 0
}

.single .post__tag ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  background-color: #222;
  color: #fff;
  font-weight: 700;
  padding: 0 10px
}

.single .post__tag ul a:hover {
  opacity: 1;
  background-color: red
}

.single .contact {
  margin-top: 40px
}

.single .contact__wrapper {
  background-color: #DA0000;
  color: #fff
}

@media screen and (min-width: 769px) {
  .single .contact__wrapper {
    padding: 40px
  }
}

@media screen and (max-width: 768px) {
  .single .contact__wrapper {
    padding: 20px
  }
}

.single .contact__wrapper h2 {
  text-align: center;
  font-size: 32px;
  font-family: "Lato", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック Medium", YuGothic, YuGothicM, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  text-transform: uppercase
}

.single .contact__wrapper p {
  margin-top: 20px;
  text-align: center
}

@media screen and (min-width: 769px) {
  .single .contact__more {
    margin-top: 40px;
    display: flex;
    justify-content: center
  }
}

@media screen and (max-width: 768px) {
  .single .contact__more {
    margin-top: 20px
  }
}

.single .contact__more a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  color: red;
  font-weight: 700;
  background-color: #fff;
  position: relative;
  padding: 0 50px
}

@media screen and (min-width: 769px) {
  .single .contact__more a {
    height: 80px
  }
}

@media screen and (max-width: 768px) {
  .single .contact__more a {
    height: 60px
  }
}

.single .contact__more a .txt {
  position: relative;
  z-index: 2
}

.single .contact__more a .arrow {
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .1s ease 0s
}

.single .contact__more a .arrow.hide {
  opacity: 0
}

.single .contact__more a::after {
  content: ' ';
  position: absolute;
  z-index: 1;
  background-color: #222;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media screen and (min-width: 769px) {
  .single .contact__more a:hover {
    opacity: 1;
    color: #fff
  }
  .single .contact__more a:hover .arrow {
    right: 16px
  }
  .single .contact__more a:hover .arrow.nomal {
    opacity: 0
  }
  .single .contact__more a:hover .arrow.hide {
    opacity: 1
  }
  .single .contact__more a:hover::after {
    width: 100%;
    left: 0
  }
}

.page {
  background-color: #F6F6F6
}

@media screen and (min-width: 769px) {
  .page {
    padding-top: 60px
  }
}

@media screen and (max-width: 768px) {
  .page {
    padding-top: 44px
  }
}

@media screen and (min-width: 769px) {
  .page .post {
    padding: 40px 0 80px
  }
}

@media screen and (max-width: 768px) {
  .page .post {
    padding: 40px 0
  }
}

@media screen and (max-width: 640px) {
  .page .post {
    padding: 20px 0 40px
  }
}

.page .post__wrapper {
  background-color: #fff
}

@media screen and (min-width: 769px) {
  .page .post__inner {
    padding: 40px
  }
}

@media screen and (max-width: 768px) {
  .page .post__inner {
    padding: 40px 20px
  }
}

.page .post__intro h1 {
  font-size: 24px;
  font-weight: 700
}

@media screen and (min-width: 769px) {
  .page .post__intro h1 {
    margin-top: 20px
  }
}

@media screen and (max-width: 768px) {
  .page .post__intro h1 {
    margin-top: 10px
  }
}

.page .post__content {
  margin-top: 40px;
  font-size: 16px
}

.page .post__content p {
  margin-top: 1.6em;
  font-size: 16px
}

.page .post__content p.img_parent {
  margin-top: 2em;
  margin-bottom: 2em
}

.page .post__content a {
  text-decoration: underline
}

.page .post__content h2 {
  margin-top: 3.2em;
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: 700;
  background-color: #eee;
  padding: 4px 10px
}

.page .post__content h3 {
  margin-top: 2.4em;
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: 700;
  padding-left: 16px;
  border-left: 8px solid red
}

.page .post__content h4 {
  margin-top: 2.0em;
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: 700;
  padding-left: 12px;
  border-left: 6px solid #999
}

.page .post__content h5 {
  margin-top: 2.0em;
  margin-bottom: 1em;
  font-size: 15px;
  font-weight: 700;
  padding-left: 8px;
  border-left: 4px solid #ccc
}

.page .post__content h6 {
  margin-top: 2.0em;
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: 700
}

.page .post__content ul, .page .post__content ol {
  margin-top: 2.0em;
  margin-bottom: 2.0em;
  font-size: 16px
}

@media screen and (min-width: 769px) {
  .page .post__content ul, .page .post__content ol {
    padding: 0 0 0 1.2em
  }
}

@media screen and (max-width: 768px) {
  .page .post__content ul, .page .post__content ol {
    padding: 0 0 1.6em 1.2em
  }
}

.page .post__content ul li, .page .post__content ol li {
  margin-top: 0.4em
}

.page .post__content ul li:nth-child(1), .page .post__content ol li:nth-child(1) {
  margin-top: 0
}

.page .post__content ul li {
  list-style: circle
}

.page .post__content ol li {
  list-style: decimal
}

.page .post__content blockquote {
  font-style: italic;
  background-color: #eee;
  margin: 1.6em 0
}

@media screen and (min-width: 769px) {
  .page .post__content blockquote {
    padding: 1.6em
  }
}

@media screen and (max-width: 768px) {
  .page .post__content blockquote {
    padding: 1.6em 1em
  }
}

.page .post__content blockquote p:nth-child(1) {
  margin-top: 0
}

.page .post__content .border {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin-top: 3.2em;
  margin-bottom: 3.2em
}

.page .post__content .box {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
  border: 1px solid #ccc;
  background-color: #fff;
  font-style: normal
}

@media screen and (min-width: 769px) {
  .page .post__content .box {
    padding: 1.6em
  }
}

@media screen and (max-width: 768px) {
  .page .post__content .box {
    padding: 1.6em 1em
  }
}

.page .post__content .box p:nth-child(1) {
  margin-top: 0
}

.page .post__content .gray {
  color: gray
}

.page .post__content .red {
  color: red
}

.page .post__content .blue {
  color: blue
}

.page .post__content .green {
  color: #0c0
}

.page .post__content #ez-toc-container {
  margin-top: 2em;
  margin-bottom: 2em;
  border: 1px solid #222;
  background-color: #fff;
  border-radius: 0;
  padding: 0 1.6em 1em
}

.page .post__content #ez-toc-container .ez-toc-title-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-bottom: 1px solid #222
}

.page .post__content #ez-toc-container .ez-toc-title-container .ez-toc-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0
}

.page .post__content #ez-toc-container .ez-toc-list {
  margin: 0;
  padding: 1em 0 0;
  border: none;
  list-style: none;
  counter-reset: ol_li
}

.page .post__content #ez-toc-container .ez-toc-list a {
  color: #222;
  text-decoration: none
}

.page .post__content #ez-toc-container .ez-toc-list>li {
  list-style: none;
  font-size: 16px;
  margin-top: .4em;
  font-weight: 700
}

.page .post__content #ez-toc-container .ez-toc-list>li:nth-child(1) {
  margin-top: 0
}

.page .post__content #ez-toc-container .ez-toc-list>li::before {
  margin-right: .4em;
  counter-increment: ol_li;
  content: counter(ol_li) ".";
  font-weight: 700;
  color: red
}

.page .post__content #ez-toc-container .ez-toc-list>li ul {
  border: none;
  margin: 0;
  padding: 0 0 0 1.6em
}

.page .post__content #ez-toc-container .ez-toc-list>li ul li {
  font-weight: 400;
  font-size: 14px;
  margin-top: .2em;
  list-style: circle;
  overflow: visible
}

.page .post__content .ez-toc-section {
  position: relative
}

@media screen and (min-width: 769px) {
  .page .post__content .ez-toc-section {
    top: -60px
  }
}

@media screen and (max-width: 768px) {
  .page .post__content .ez-toc-section {
    top: -44px
  }
}

.page .post__content .linkcard {
  margin: 1.6em 0
}

.page .post__content .linkcard .lkc-internal-wrap {
  max-width: 100%;
  border: none;
  background-color: #F6F6F6
}

.page .post__content .linkcard .lkc-internal-wrap .lkc-url {
  display: none
}

.page .post__content .linkcard .lkc-external-wrap {
  max-width: 100%;
  border: none;
  background-color: #fff;
  border: 1px solid #ccc
}

.page .post__content .linkcard .lkc-external-wrap .lkc-url {
  margin-top: 1em;
  color: gray
}

@media screen and (min-width: 769px) {
  .page .post__content .linkcard .lkc-external-wrap .lkc-url {
    padding: 0 0 0 180px
  }
}

@media screen and (max-width: 768px) {
  .page .post__content .linkcard .lkc-external-wrap .lkc-url {
    padding: 0 0 0 90px
  }
}

.page .post__content .linkcard .lkc-card {
  margin: 0
}

.page .post__content .linkcard .lkc-info {
  display: none !important
}

.page .post__content .linkcard .lkc-content {
  margin: 0;
  height: auto;
  position: relative
}

@media screen and (min-width: 769px) {
  .page .post__content .linkcard .lkc-content {
    padding: 20px;
    min-height: 130px
  }
}

@media screen and (max-width: 768px) {
  .page .post__content .linkcard .lkc-content {
    padding: 10px;
    min-height: 65px
  }
}

.page .post__content .linkcard .lkc-thumbnail {
  float: none;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  max-height: 100%;
  max-width: 100%
}

@media screen and (min-width: 769px) {
  .page .post__content .linkcard .lkc-thumbnail {
    width: 160px;
    top: 20px;
    left: 20px
  }
}

@media screen and (max-width: 768px) {
  .page .post__content .linkcard .lkc-thumbnail {
    width: 80px;
    top: 10px;
    left: 10px
  }
}

.page .post__content .linkcard .lkc-thumbnail .lkc-thumbnail-img {
  border: none;
  object-fit: cover
}

@media screen and (min-width: 769px) {
  .page .post__content .linkcard .lkc-thumbnail .lkc-thumbnail-img {
    width: 160px;
    height: 90px
  }
}

@media screen and (max-width: 768px) {
  .page .post__content .linkcard .lkc-thumbnail .lkc-thumbnail-img {
    width: 80px;
    height: 45px
  }
}

.page .post__content .linkcard .lkc-title {
  position: relative;
  margin: 0;
  float: none
}

@media screen and (min-width: 769px) {
  .page .post__content .linkcard .lkc-title {
    padding: 0 0 0 180px
  }
}

@media screen and (max-width: 768px) {
  .page .post__content .linkcard .lkc-title {
    padding: 0 0 0 90px
  }
}

.page .post__content .linkcard .lkc-title .lkc-title-text {
  color: inherit
}

.page .post__content .linkcard .lkc-title .lkc-title-text:hover {
  text-decoration: none
}

@media screen and (min-width: 769px) {
  .page .post__content .linkcard .lkc-title .lkc-title-text {
    font-size: inherit
  }
}

@media screen and (max-width: 768px) {
  .page .post__content .linkcard .lkc-title .lkc-title-text {
    font-size: 14px
  }
}

.page .representative {
  background-color: #F6F6F6;
  overflow: hidden
}

@media screen and (min-width: 769px) {
  .page .representative {
    padding: 40px 0 80px
  }
}

@media screen and (max-width: 768px) {
  .page .representative {
    padding: 40px 0 0
  }
}

@media screen and (max-width: 640px) {
  .page .representative {
    padding: 20px 0 0
  }
}

.page .representative__wrapper {
  position: relative
}

@media screen and (min-width: 769px) {
  .page .representative__wrapper {
    margin-top: 40px;
    padding-right: 120px
  }
}

@media screen and (max-width: 768px) {
  .page .representative__wrapper {
    margin-top: 40px;
    padding-right: 80px
  }
}

@media screen and (max-width: 640px) {
  .page .representative__wrapper {
    margin-top: 20px;
    padding-right: 40px
  }
}

.page .representative__inner {
  background-color: #fff;
  position: relative;
  z-index: 2
}

@media screen and (min-width: 1201px) {
  .page .representative__inner {
    padding: 40px 640px 40px 80px;
    min-height: 360px
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .page .representative__inner {
    padding: 40px 480px 40px 80px;
    min-height: 270px
  }
}

@media screen and (max-width: 768px) {
  .page .representative__inner {
    padding: 20px 20px 60px 20px
  }
}

.page .representative__inner .name {
  position: relative
}

.page .representative__inner .name h3 {
  font-size: 20px;
  margin-top: 10px;
  font-weight: 700
}

.page .representative__inner .name h4 {
  font-size: 14px;
  font-weight: 700
}

.page .representative__inner .name .sns {
  display: flex;
  align-items: center
}

@media screen and (min-width: 993px) {
  .page .representative__inner .name .sns {
    position: absolute;
    right: 0;
    bottom: 0
  }
}

@media screen and (max-width: 992px) {
  .page .representative__inner .name .sns {
    margin-top: 10px
  }
}

.page .representative__inner .name .sns a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center
}

@media screen and (min-width: 993px) {
  .page .representative__inner .name .sns a {
    margin-left: 10px
  }
}

@media screen and (max-width: 992px) {
  .page .representative__inner .name .sns a {
    margin-right: 10px
  }
}

.page .representative__inner .name .sns a .black {
  position: relative;
  z-index: 2;
  transition: all .1s ease 0s;
  opacity: 1
}

.page .representative__inner .name .sns a .red {
  position: absolute;
  z-index: 1;
  transition: all .1s ease 0s;
  opacity: 0
}

.page .representative__inner .name .sns a:hover {
  opacity: 1
}

.page .representative__inner .name .sns a:hover .black {
  opacity: 0
}

.page .representative__inner .name .sns a:hover .red {
  opacity: 1
}

.page .representative__inner .prof {
  margin-top: 20px
}

.page .representative__img {
  z-index: 3
}

@media screen and (min-width: 769px) {
  .page .representative__img {
    position: absolute;
    top: -40px;
    right: 80px
  }
}

@media screen and (min-width: 1201px) {
  .page .representative__img {
    width: 640px
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .page .representative__img {
    width: 480px
  }
}

@media screen and (max-width: 768px) {
  .page .representative__img {
    position: relative;
    top: -40px;
    left: 40px
  }
}

@media screen and (max-width: 640px) {
  .page .representative__img {
    left: 20px
  }
}

.page .representative__bg {
  background-color: #DA0000;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1
}

@media screen and (min-width: 769px) {
  .page .representative__bg {
    top: 80px;
    left: 0
  }
}

@media screen and (max-width: 768px) {
  .page .representative__bg {
    top: 40px;
    left: 0
  }
}

.page .overview {
  background-color: #fff
}

@media screen and (min-width: 769px) {
  .page .overview {
    padding: 80px 0 0
  }
}

@media screen and (max-width: 768px) {
  .page .overview {
    padding: 40px 0 0
  }
}

.page .overview__wrapper {
  margin-top: 40px
}

.page .overview__inner {
  border-top: 1px solid #ccc
}

@media screen and (min-width: 769px) {
  .page .overview__inner {
    display: table;
    width: 100%
  }
}

@media screen and (min-width: 769px) {
  .page .overview__inner .row {
    display: table-row
  }
}

@media screen and (max-width: 768px) {
  .page .overview__inner .row {
    border-bottom: 1px solid #ccc;
    padding: 20px 0
  }
}

.page .overview__inner .label {
  font-weight: 700
}

@media screen and (min-width: 769px) {
  .page .overview__inner .label {
    display: table-cell;
    padding: 20px 20px 20px 0;
    border-bottom: 1px solid #ccc
  }
}

@media screen and (min-width: 769px) {
  .page .overview__inner .cell {
    display: table-cell;
    padding: 20px 0 20px 20px;
    border-bottom: 1px solid #ccc
  }
}

@media screen and (max-width: 768px) {
  .page .overview__inner .cell {
    margin-top: 4px
  }
}

.page .overview__inner .cell ul {
  padding-left: 1.2em;
  list-style: circle
}

.page .contact {
  background-color: #fff
}

@media screen and (min-width: 769px) {
  .page .contact {
    padding: 80px 0
  }
}

@media screen and (max-width: 768px) {
  .page .contact {
    padding: 40px 0
  }
}

.page .contact__wrapper {
  background-color: #DA0000;
  color: #fff
}

@media screen and (min-width: 769px) {
  .page .contact__wrapper {
    padding: 40px
  }
}

@media screen and (max-width: 768px) {
  .page .contact__wrapper {
    padding: 20px
  }
}

.page .contact__wrapper h2 {
  text-align: center;
  font-size: 32px;
  font-family: "Lato", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック Medium", YuGothic, YuGothicM, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  text-transform: uppercase
}

.page .contact__wrapper p {
  margin-top: 20px;
  text-align: center
}

@media screen and (min-width: 769px) {
  .page .contact__more {
    margin-top: 40px;
    display: flex;
    justify-content: center
  }
}

@media screen and (max-width: 768px) {
  .page .contact__more {
    margin-top: 20px
  }
}

.page .contact__more a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  color: red;
  font-weight: 700;
  background-color: #fff;
  position: relative;
  padding: 0 50px
}

@media screen and (min-width: 769px) {
  .page .contact__more a {
    height: 80px
  }
}

@media screen and (max-width: 768px) {
  .page .contact__more a {
    height: 60px
  }
}

.page .contact__more a .txt {
  position: relative;
  z-index: 2
}

.page .contact__more a .arrow {
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .1s ease 0s
}

.page .contact__more a .arrow.hide {
  opacity: 0
}

.page .contact__more a::after {
  content: ' ';
  position: absolute;
  z-index: 1;
  background-color: #222;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media screen and (min-width: 769px) {
  .page .contact__more a:hover {
    opacity: 1;
    color: #fff
  }
  .page .contact__more a:hover .arrow {
    right: 16px
  }
  .page .contact__more a:hover .arrow.nomal {
    opacity: 0
  }
  .page .contact__more a:hover .arrow.hide {
    opacity: 1
  }
  .page .contact__more a:hover::after {
    width: 100%;
    left: 0
  }
}

@media screen and (min-width: 769px) {
  .page .form {
    padding: 40px 0 80px
  }
}

@media screen and (max-width: 768px) {
  .page .form {
    padding: 20px 0 40px
  }
}

.page .form__wrapper {
  margin-top: 40px
}

.page .form__inner {
  background-color: #fff
}

@media screen and (min-width: 769px) {
  .page .form__inner {
    padding: 20px 40px
  }
}

@media screen and (max-width: 768px) {
  .page .form__inner {
    padding: 10px 20px
  }
}

@media screen and (min-width: 769px) {
  .page .form__table {
    display: table;
    width: 100%
  }
}

@media screen and (min-width: 769px) {
  .page .form__table .row {
    display: table-row
  }
}

@media screen and (max-width: 768px) {
  .page .form__table .row {
    padding: 10px 0
  }
}

.page .form__table .label {
  font-weight: 700
}

.page .form__table .label .required {
  display: inline-block;
  padding: 0 10px;
  line-height: 20px;
  background-color: red;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin-left: .4em
}

@media screen and (min-width: 769px) {
  .page .form__table .label {
    display: table-cell;
    padding: 20px 0;
    white-space: nowrap;
    vertical-align: top;
    width: 196px
  }
}

@media screen and (max-width: 768px) {
  .page .form__table .label {
    display: flex;
    align-items: center
  }
}

@media screen and (min-width: 769px) {
  .page .form__table .cell {
    display: table-cell;
    padding: 20px 0;
    vertical-align: top
  }
}

@media screen and (max-width: 768px) {
  .page .form__table .cell {
    margin-top: 4px
  }
}

.page .form__select {
  width: 100%;
  height: 32px;
  background-color: #eee;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 10px
}

.page .form__select .arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1
}

.page .form__select>span {
  display: block;
  width: 100%
}

.page .form__input {
  width: 100%;
  height: 32px;
  background-color: #eee;
  display: flex;
  align-items: center;
  padding: 0 10px
}

.page .form__input>span {
  display: block;
  width: 100%
}

.page .form__textarea {
  width: 100%;
  background-color: #eee;
  padding: 8px 10px
}

.page .form__textarea>span {
  display: block;
  width: 100%
}

.page .form__button {
  display: flex
}

.page .form select {
  border: none;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  font-size: 16px;
  width: 100%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック Medium", YuGothic, YuGothicM, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  position: relative;
  z-index: 2
}

.page .form input[type="text"], .page .form input[type="email"], .page .form input[type="tel"] {
  border: none;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  font-size: 16px;
  width: 100%
}

.page .form textarea {
  border: none;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  font-size: 16px;
  width: 100%;
  height: 144px
}

.page .form input[type="submit"] {
  border: none;
  border-radius: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #222;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 20px;
  height: 40px;
  transition: all .1s ease 0s
}

@media screen and (min-width: 641px) {
  .page .form input[type="submit"] {
    width: 200px
  }
}

@media screen and (max-width: 640px) {
  .page .form input[type="submit"] {
    width: 120px
  }
}

.page .form input[type="submit"]:hover {
  background-color: red
}

.page .form input[type="button"] {
  border: none;
  border-radius: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
  background-color: #ccc;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 20px;
  height: 40px;
  transition: all .1s ease 0s;
  margin-right: 10px
}

@media screen and (min-width: 641px) {
  .page .form input[type="button"] {
    width: 200px
  }
}

@media screen and (max-width: 640px) {
  .page .form input[type="button"] {
    width: 120px
  }
}

.page .form input[type="button"]:hover {
  background-color: red;
  color: #fff
}

.page .form .wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -2em;
  color: red;
  font-weight: inherit
}

@media screen and (min-width: 769px) {
  .page .form .wpcf7 .wpcf7-not-valid-tip {
    left: -10px
  }
}

@media screen and (max-width: 768px) {
  .page .form .wpcf7 .wpcf7-not-valid-tip {
    right: -10px
  }
}

.page .form .wpcf7 .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none
}

@media screen and (min-width: 769px) {
  .page .form .wpcf7 .wpcf7-response-output {
    padding-left: 196px
  }
}

.page .form .wpcf7 form.invalid .wpcf7-response-output {
  color: red
}

.page .form .wpcf7 .ajax-loader {
  display: none
}

.page .thanks {
  position: relative;
  z-index: 1
}

@media screen and (min-width: 769px) {
  .page .thanks {
    padding: 40px 0 120px
  }
}

@media screen and (max-width: 768px) {
  .page .thanks {
    padding: 40px 0 80px
  }
}

@media screen and (max-width: 640px) {
  .page .thanks {
    padding: 20px 0 80px
  }
}

.page .thanks__wrapper {
  background-color: #fff
}

@media screen and (min-width: 769px) {
  .page .thanks__inner {
    padding: 40px
  }
}

@media screen and (max-width: 768px) {
  .page .thanks__inner {
    padding: 20px
  }
}

.page .thanks__inner h2 {
  font-weight: 700;
  text-align: center
}

@media screen and (min-width: 769px) {
  .page .thanks__inner h2 {
    font-size: 20px
  }
}

@media screen and (max-width: 768px) {
  .page .thanks__inner h2 {
    font-size: 18px
  }
}

@media screen and (max-width: 640px) {
  .page .thanks__inner h2 {
    font-size: 16px
  }
}

@media screen and (min-width: 769px) {
  .page .thanks__inner p {
    margin-top: 40px;
    text-align: center
  }
}

@media screen and (max-width: 768px) {
  .page .thanks__inner p {
    margin-top: 20px;
    text-align: center
  }
}

@media screen and (max-width: 640px) {
  .page .thanks__inner p {
    text-align: left
  }
}

.page .info {
  position: relative;
  z-index: 2;
  background-color: #fff
}

@media screen and (min-width: 769px) {
  .page .info__wrapper {
    padding-bottom: 160px
  }
}

@media screen and (max-width: 768px) {
  .page .info__wrapper {
    padding-bottom: 160px
  }
}

@media screen and (max-width: 640px) {
  .page .info__wrapper {
    padding-bottom: 120px
  }
}

.page .info__inner {
  background-color: #DA0000;
  color: #fff;
  position: relative
}

@media screen and (min-width: 769px) {
  .page .info__inner {
    padding: 40px 40px 120px 80px;
    top: -80px
  }
}

@media screen and (max-width: 768px) {
  .page .info__inner {
    padding: 40px 40px 80px;
    top: -40px
  }
}

@media screen and (max-width: 640px) {
  .page .info__inner {
    padding: 40px 20px 80px 20px
  }
}

.page .info__inner h2 {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 700
}

.page .info__inner p {
  margin-top: 20px
}

@media screen and (min-width: 769px) {
  .page .info__more {
    margin: 0 -10px;
    display: flex
  }
}

@media screen and (min-width: 769px) {
  .page .info__more li {
    width: 50%;
    padding: 0 10px
  }
}

@media screen and (max-width: 768px) {
  .page .info__more li {
    margin-top: 20px
  }
  .page .info__more li:nth-child(1) {
    margin-top: 0
  }
}

.page .info__more li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: red;
  font-weight: 700;
  background-color: #fff;
  position: relative;
  padding: 0 50px
}

@media screen and (min-width: 769px) {
  .page .info__more li a {
    height: 80px
  }
}

@media screen and (max-width: 768px) {
  .page .info__more li a {
    height: 40px
  }
}

.page .info__more li a .txt {
  position: relative;
  z-index: 2
}

.page .info__more li a .arrow {
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .1s ease 0s
}

.page .info__more li a .arrow.hide {
  opacity: 0
}

.page .info__more li a::after {
  content: ' ';
  position: absolute;
  z-index: 1;
  background-color: #222;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media screen and (min-width: 769px) {
  .page .info__more li a:hover {
    opacity: 1;
    color: #fff
  }
  .page .info__more li a:hover .arrow {
    right: 16px
  }
  .page .info__more li a:hover .arrow.nomal {
    opacity: 0
  }
  .page .info__more li a:hover .arrow.hide {
    opacity: 1
  }
  .page .info__more li a:hover::after {
    width: 100%;
    left: 0
  }
}

.page .info__sns {
  display: flex
}

@media screen and (min-width: 769px) {
  .page .info__sns {
    margin-top: 40px
  }
}

@media screen and (max-width: 768px) {
  .page .info__sns {
    margin-top: 20px
  }
}

.page .info__sns a {
  display: block;
  margin-right: 10px
}

.page .info__img {
  position: absolute;
  width: 100%;
  background-position: center center;
  background-size: cover
}

@media screen and (min-width: 769px) {
  .page .info__img {
    height: 240px;
    background-image: url("../images/thanks/thanks_img.png");
    left: 80px;
    bottom: -160px
  }
}

@media screen and (max-width: 768px) {
  .page .info__img {
    height: 200px;
    background-image: url("../images/thanks/thanks_img_sp.png");
    left: 40px;
    bottom: -160px
  }
}

@media screen and (max-width: 640px) {
  .page .info__img {
    height: 160px;
    left: 20px;
    bottom: -120px
  }
}

.service .intro {
  background-color: #F6F6F6;
  overflow: hidden
}

@media screen and (min-width: 769px) {
  .service .intro {
    padding: 40px 0 80px
  }
}

@media screen and (max-width: 768px) {
  .service .intro {
    padding: 40px 0 0
  }
}

@media screen and (max-width: 640px) {
  .service .intro {
    padding: 20px 0 0
  }
}

.service .intro__wrapper {
  position: relative
}

@media screen and (min-width: 769px) {
  .service .intro__wrapper {
    margin-top: 40px;
    padding-right: 120px
  }
}

@media screen and (max-width: 768px) {
  .service .intro__wrapper {
    margin-top: 40px;
    padding-right: 80px
  }
}

@media screen and (max-width: 640px) {
  .service .intro__wrapper {
    margin-top: 20px;
    padding-right: 40px
  }
}

.service .intro__inner {
  background-color: #fff;
  position: relative;
  z-index: 2
}

@media screen and (min-width: 1201px) {
  .service .intro__inner {
    padding: 40px 640px 40px 80px;
    min-height: 360px
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .service .intro__inner {
    padding: 40px 480px 40px 80px;
    min-height: 270px
  }
}

@media screen and (max-width: 768px) {
  .service .intro__inner {
    padding: 20px 20px 60px 20px
  }
}

.service .intro__inner .name {
  position: relative
}

.service .intro__inner .name h3 {
  font-size: 24px;
  font-weight: 700
}

.service .intro__inner .txt {
  margin-top: 20px;
  font-size: 16px
}

.service .intro__img {
  z-index: 3
}

@media screen and (min-width: 769px) {
  .service .intro__img {
    position: absolute;
    top: -40px;
    right: 80px
  }
}

@media screen and (min-width: 1201px) {
  .service .intro__img {
    width: 640px
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .service .intro__img {
    width: 480px
  }
}

@media screen and (max-width: 768px) {
  .service .intro__img {
    position: relative;
    top: -40px;
    left: 40px
  }
}

@media screen and (max-width: 640px) {
  .service .intro__img {
    left: 20px
  }
}

.service .intro__bg {
  background-color: #DA0000;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1
}

@media screen and (min-width: 769px) {
  .service .intro__bg {
    top: 80px;
    left: 0
  }
}

@media screen and (max-width: 768px) {
  .service .intro__bg {
    top: 40px;
    left: 0
  }
}

.service .issue {
  background-color: #F6F6F6
}

@media screen and (min-width: 769px) {
  .service .issue {
    padding: 80px 0
  }
}

@media screen and (max-width: 768px) {
  .service .issue {
    padding: 40px 0
  }
}

.service .issue__wrapper {
  margin-top: 40px
}

.service .issue__txt {
  margin-top: 40px;
  font-size: 16px
}

@media screen and (min-width: 769px) {
  .service .issue__inner {
    display: flex;
    margin: 0 -20px
  }
}

.service .issue__inner>li {
  margin-top: 40px
}

@media screen and (min-width: 769px) {
  .service .issue__inner>li {
    padding: 0 20px;
    flex-basis: 33.33%
  }
}

.service .issue__inner dt {
  width: 100%;
  height: auto
}

.service .issue__inner dd {
  margin-top: 4px;
  display: flex;
  justify-content: center;
  text-align: center
}

.service .summary {
  background-color: #fff
}

@media screen and (min-width: 769px) {
  .service .summary {
    padding: 80px 0
  }
}

@media screen and (max-width: 768px) {
  .service .summary {
    padding: 40px 0
  }
}

.service .summary__wrapper {
  margin-top: 40px
}

.service .summary__txt {
  margin-top: 40px;
  font-size: 16px
}

@media screen and (min-width: 769px) {
  .service .summary__inner {
    display: flex;
    margin: 0 -20px
  }
}

.service .summary__inner>li {
  margin-top: 40px
}

@media screen and (min-width: 769px) {
  .service .summary__inner>li {
    padding: 0 20px;
    flex-basis: 33.33%
  }
}

.service .summary__inner dt {
  width: 100%;
  height: auto
}

.service .summary__inner dd {
  background-color: #F6F6F6;
  padding: 20px
}

.service .summary__inner dd h3 {
  font-weight: 700;
  font-size: 20px
}

.service .summary__inner dd small {
  font-size: 12px
}

.service .feature {
  background-color: #F6F6F6;
  overflow: hidden
}

@media screen and (min-width: 769px) {
  .service .feature {
    padding: 80px 0
  }
}

@media screen and (max-width: 768px) {
  .service .feature {
    padding: 40px 0 0
  }
}

.service .feature__wrapper {
  position: relative
}

@media screen and (min-width: 769px) {
  .service .feature__wrapper {
    margin-top: 80px;
    padding-right: 120px
  }
  .service .feature__wrapper.first {
    margin-top: 40px
  }
  .service .feature__wrapper.left {
    padding-left: 120px;
    padding-right: 0
  }
}

@media screen and (max-width: 768px) {
  .service .feature__wrapper {
    margin-top: 0;
    padding-right: 80px
  }
  .service .feature__wrapper.first {
    margin-top: 40px
  }
}

@media screen and (max-width: 640px) {
  .service .feature__wrapper {
    padding-right: 40px
  }
}

.service .feature__inner {
  background-color: #fff;
  position: relative;
  z-index: 2
}

@media screen and (min-width: 1201px) {
  .service .feature__inner {
    padding: 40px 640px 40px 80px;
    min-height: 360px
  }
  .service .feature__inner.left {
    padding: 40px 80px 40px 640px
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .service .feature__inner {
    padding: 40px 480px 40px 80px;
    min-height: 270px
  }
  .service .feature__inner.left {
    padding: 40px 80px 40px 480px
  }
}

@media screen and (max-width: 768px) {
  .service .feature__inner {
    padding: 20px 20px 60px 20px
  }
}

.service .feature__inner .name {
  position: relative
}

.service .feature__inner .name h3 {
  font-size: 24px;
  font-weight: 700
}

.service .feature__inner .txt {
  margin-top: 20px;
  font-size: 16px
}

.service .feature__img {
  z-index: 3
}

@media screen and (min-width: 769px) {
  .service .feature__img {
    position: absolute;
    top: -40px;
    right: 80px
  }
  .service .feature__img.left {
    left: 80px;
    right: 0
  }
}

@media screen and (min-width: 1201px) {
  .service .feature__img {
    width: 640px
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .service .feature__img {
    width: 480px
  }
}

@media screen and (max-width: 768px) {
  .service .feature__img {
    position: relative;
    top: -40px;
    left: 40px
  }
}

@media screen and (max-width: 640px) {
  .service .feature__img {
    left: 20px
  }
}

.service .history {
  background-color: #fff
}

@media screen and (min-width: 769px) {
  .service .history {
    padding: 80px 0
  }
}

@media screen and (max-width: 768px) {
  .service .history {
    padding: 40px 0
  }
}

.service .history__wrapper {
  margin-top: 40px
}

.service .history__txt {
  margin-top: 40px;
  font-size: 16px
}

.service .history__inner {
  margin: 20px -10px 0;
  display: flex;
  flex-wrap: wrap
}

.service .history__inner li {
  padding: 20px 10px 0
}

@media screen and (min-width: 769px) {
  .service .history__inner li {
    width: 25%
  }
}

@media screen and (max-width: 768px) {
  .service .history__inner li {
    width: 50%
  }
}

@media screen and (max-width: 640px) {
  .service .history__inner li {
    width: 100%
  }
}

.service .history__inner li dl {
  height: 100%;
  overflow: hidden
}

.service .history__inner li dl dt {
  border: 1px solid #eee;
  overflow: hidden
}

.service .history__inner li dl dt img {
  width: 100%;
  height: auto;
  transition: all .2s ease 0s
}

.service .history__inner li dl dd {
  padding: 20px;
  background-color: #F6F6F6;
  height: 100%
}

.service .history__inner li dl dd h3 {
  font-weight: 700
}

.service .history__inner li dl dd .meta {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap
}

.service .history__inner li dl dd .meta .cat {
  background-color: red;
  color: #fff;
  font-weight: 700;
  padding: 0 10px;
  margin-right: 10px;
  display: block
}

.service .history__inner li dl dd .meta .date {
  color: #999;
  display: block
}

.service .history__inner li .link {
  display: block;
  height: 100%
}

.service .history__inner li .link:hover {
  opacity: 1
}

.service .history__inner li .link:hover dt img {
  transform: scale(1.04)
}

.service .flow {
  background-color: #F6F6F6
}

@media screen and (min-width: 769px) {
  .service .flow {
    padding: 80px 0
  }
}

@media screen and (max-width: 768px) {
  .service .flow {
    padding: 40px 0
  }
}

.service .flow__wrapper {
  margin-top: 40px
}

@media screen and (min-width: 769px) {
  .service .flow__inner {
    display: flex;
    margin: 0 -2px
  }
}

@media screen and (max-width: 768px) {
  .service .flow__inner {
    margin: -2px 0
  }
}

.service .flow__inner li {
  position: relative
}

@media screen and (min-width: 769px) {
  .service .flow__inner li {
    flex-basis: 20%;
    padding: 0 2px
  }
}

@media screen and (max-width: 768px) {
  .service .flow__inner li {
    padding: 2px 0
  }
}

.service .flow__inner li::after {
  content: ' ';
  height: 4px;
  width: 20px;
  background-image: url("../images/common/arrow_red.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1
}

@media screen and (min-width: 769px) {
  .service .flow__inner li::after {
    bottom: 20px;
    right: -10px
  }
}

@media screen and (max-width: 768px) {
  .service .flow__inner li::after {
    transform: rotate(90deg)
  }
}

.service .flow__inner li:nth-last-child(1)::after {
  display: none
}

.service .flow__inner dl {
  background-color: #fff;
  padding: 20px;
  height: 100%
}

.service .flow__inner dt {
  font-weight: 700;
  font-size: 20px
}

.service .flow__inner dt span {
  color: red;
  margin-right: 0.2em
}

.service .flow__inner dd {
  margin-top: 10px
}

.service .flow__note {
  margin-top: 10px;
  font-size: 12px
}

#load-top {
  position: fixed;
  z-index: 9998;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  top: 0;
  left: 100%;
  display: block;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s
}

#load-top::after {
  content: ' ';
  position: absolute;
  z-index: 2;
  width: 0;
  height: 100%;
  background-color: #DA0000;
  top: 0;
  left: 0;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.8s
}

#load-top .logo {
  position: fixed;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

#load-top .logo img {
  width: auto
}

@media screen and (min-width: 769px) {
  #load-top .logo img {
    height: 56px
  }
}

@media screen and (max-width: 768px) {
  #load-top .logo img {
    height: 48px
  }
}

@media screen and (max-width: 640px) {
  #load-top .logo img {
    height: 36px
  }
}

#load-top .logo::after {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 1;
  width: 0;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

#load-top .logo.is-slide::after {
  width: 100%
}

#load-top.is-slide {
  left: 0
}

#load-top.over::after {
  width: 100%
}

#load {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9998;
  pointer-events: none;
  left: 100%;
  -webkit-transition: left 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: left 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

#load.is-slide {
  left: 0
}

#transition {
  content: '';
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #DA0000;
  z-index: 9998;
  pointer-events: none;
  right: 100%;
  -webkit-transition: right 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: right 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

#transition::after {
  content: ' ';
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 9999;
  pointer-events: none;
  right: 100%;
  -webkit-transition: right 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  transition: right 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s
}

#transition.is-slide-in {
  right: 0
}

#transition.is-slide-in::after {
  right: 0
}

/* 2022/02/25 Hover box Title */

div.vc-hoverbox-block-inner  h2 {text-shadow: 1px 1px 3px #000000; }
