@charset "UTF-8";
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #dddddd;
  background-color: #ffffff;
  z-index: 3;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

@media screen and (min-width: 961px) {
  .l-header {
    width: 100%;
    padding-left: 5.14706%;
    padding-right: 5.14706%;
    height: 80px;
  }
}

@media screen and (max-width: 960px) {
  .l-header {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    height: 50px;
    overflow: hidden;
  }
}

.l-header__inner {
  position: relative;
}

@media screen and (min-width: 961px) {
  .l-header__logo {
    text-align: center;
    padding-top: 23px;
  }
}

@media screen and (max-width: 960px) {
  .l-header__logo {
    width: 70px;
    padding-top: 13px;
  }
}

.l-header__logo img {
  display: block;
}

@media screen and (min-width: 961px) {
  .l-header__logo img {
    width: 96px;
    height: 35px;
  }
}

@media screen and (max-width: 960px) {
  .l-header__logo img {
    width: 70px;
    height: auto;
  }
}

.l-header__logo > a {
  color: #000000;
}

.l-header__nav {
  font-family: 'DM Sans', sans-serif;
}

@media screen and (min-width: 961px) {
  .l-header__nav {
    position: absolute;
    top: 0;
    right: 150px;
  }
}

@media screen and (max-width: 960px) {
  .l-header__nav {
    padding-top: 50px;
  }
}

.l-header__nav ul {
  font-size: 0;
}

@media screen and (min-width: 961px) {
  .l-header__nav ul {
    padding-top: 27px;
  }
}

@media screen and (max-width: 960px) {
  .l-header__nav ul {
    text-align: center;
  }
}

@media screen and (min-width: 961px) {
  .l-header__nav li {
    display: inline-block;
    font-size: 1.6rem;
    margin: 0 15px;
  }
}

@media screen and (max-width: 960px) {
  .l-header__nav li {
    font-size: 2.5rem;
    margin-bottom: 1.6rem;
    font-weight: 600;
  }
}

@media screen and (max-width: 767px) {
  .l-header__nav li {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 961px) {
  .l-header__nav li.-nav__contact:not(:root) {
    display: none;
  }
}

.l-header__nav li.-nav__contact:not(:root) > a {
  background-color: #000;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  max-width: 240px;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  border-radius: .6rem;
  font-weight: 500;
  color: #fff;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .l-header__nav li.-nav__contact:not(:root) > a {
    font-size: 1.3rem;
  }
}

.l-header__nav li.-nav__contact:not(:root) > a:hover {
  opacity: .7;
}

.l-header__nav li > a {
  color: #000000;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

@media screen and (max-width: 767px) {
  .l-header__nav li > a {
    font-size: 1.6rem;
  }
}

.l-header__nav li > a:hover {
  color: #838383;
}

.l-header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 961px) {
  .l-header__sns {
    position: absolute;
    top: 20px;
    right: -38px;

  }
}

@media screen and (max-width: 960px) {
  .l-header__sns {
    margin: 40px auto 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-header__sns > a {
  display: block;
  font-size: 1.4rem;
  text-align: center;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  margin-left: 10px;
  max-width: 38px;

}

@media screen and (max-width: 960px) {
  .l-header__sns > a {
    margin-left: 0;
  }
  .l-header__sns > a:not(:first-child) {
    margin-left: 2rem;
  }
}

.l-header__sns > a:hover {
  opacity: .6;
}

.l-header__policy {
  text-align: center;
  padding-bottom: 30px;
}

@media screen and (min-width: 961px) {
  .l-header__policy {
    display: none;
  }
}

.l-header__policy__link {
  font-size: 1.3rem;
  margin-top: 40px;
  font-weight: 600;
  color: #000;
  display: block;
}

.l-header__policy small {
  display: inline-block;
  margin-top: 40px;
  line-height: 1.7;
}

.l-header__sp-contact {
  position: absolute;
  top: 0;
  right: 4rem;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 961px) {
  .l-header__sp-contact {
    display: none;
  }
}

.l-header__sp-contact a {
  display: block;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.7em;
  padding-right: 0.7em;
  border-radius: .6rem;
  height: 70%;
  color: #fff;
  background-color: #000;
}

.l-header__nav-btn {
  z-index: 3;
  position: absolute;
  top: 19px;
  right: 0;
}

@media screen and (min-width: 961px) {
  .l-header__nav-btn {
    display: none;
  }
}

.l-header__nav-btn__trigger {
  display: block;
  position: relative;
  width: 20px;
  height: 12px;
}

.l-header__nav-btn__trigger span {
  display: block;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  position: absolute;
  left: 0;
  width: 24px;
  height: 1px;
  background-color: #000000;
}

.l-header__nav-btn__trigger span:nth-of-type(1) {
  top: 0;
}

.l-header__nav-btn__trigger span:nth-of-type(2) {
  top: 12px;
}

.l-header__nav-btn__trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}

.l-header__nav-btn__trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}

.l-header.active-mobile {
  display: block;
  height: 100%;
  overflow-y: scroll;
}

.l-main {
  margin-top: 80px;
}

@media screen and (max-width: 960px) {
  .l-main {
    margin-top: 50px;
  }
}

.l-main__title {
  padding-top: 57px;
  text-align: center;
  width: 50%;
  max-width: 880px;
  min-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .l-main__title {
    max-width: none;
    min-width: auto;
    width: 89%;
  }
}

.l-main__title--p {
  font-weight: bold;
  font-size: 2rem;
  margin-top: 8px;
  line-height: 1.4;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 767px) {
  .l-main__title--p {
    font-size: 1.2rem;
  }
}

.l-main__title--p > span {
  font-family: 'DM Sans', sans-serif;
  display: block;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .l-main__title--p > span {
    font-size: 5rem;
    line-height: 1.4;
    letter-spacing: 0.2rem;
  }
}

@media screen and (max-width: 767px) {
  .l-main__title--p > span {
    font-size: 3rem;
    line-height: 1.4;
    letter-spacing: 0.2rem;
  }
}

.l-main__title--date {
  margin-top: 74px;
  text-align: center;
  font-size: 1.4rem;
}

.l-main__title--h1 {
  font-size: 2.6rem;
  margin-top: 18px;
  text-align: center;
  font-weight: 600;
}

.l-main__thumb {
  margin-top: 50px;
}

.l-main__section--padding {
  padding-top: 74px;
  padding-bottom: 10rem;
}

.l-main__section--inner {
  width: 60%;
  max-width: 880px;
  min-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .l-main__section--inner {
    max-width: none;
    min-width: auto;
    width: 89%;
  }
}

.l-main__home-btn {
  text-align: center;
  padding-bottom: 80px;
}

.l-footer {
  background-color: #f7f7f7;
}

@media screen and (min-width: 768px) {
  .l-footer {
    width: 100%;
    padding-left: 5.14706%;
    padding-right: 5.14706%;
  }
}

@media screen and (max-width: 767px) {
  .l-footer {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-footer__inner {
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-footer__inner {
    padding: 80px 0 160px 0;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 40px 0 40px 0;
  }
}

.l-footer__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .l-footer__company {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .l-footer__company > li {
    margin: auto 20px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__company > li {
    width: 33.33333%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.l-footer__company > li:nth-child(1) img {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .l-footer__company > li:nth-child(1) img {
    width: 107px;
    height: 39px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__company > li:nth-child(1) img {
    width: 57px;
    height: auto;
  }
}

.l-footer__company > li:nth-child(2) img {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .l-footer__company > li:nth-child(2) img {
    width: 157px;
    height: 45px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__company > li:nth-child(2) img {
    width: 84px;
    height: auto;
  }
}

.l-footer__company > li:nth-child(3) img {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .l-footer__company > li:nth-child(3) img {
    width: 110px;
    height: 47px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__company > li:nth-child(3) img {
    width: 59px;
    height: auto;
  }
}

.l-footer__company > li:nth-child(4) img {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .l-footer__company > li:nth-child(4) img {
    width: 155px;
    height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__company > li:nth-child(4) img {
    width: 83px;
    height: auto;
  }
}

.l-footer__company > li:nth-child(5) img {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .l-footer__company > li:nth-child(5) img {
    width: 72px;
    height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__company > li:nth-child(5) img {
    width: 39px;
    height: auto;
  }
}

.l-footer__nav {
  font-family: 'DM Sans', sans-serif;
  text-align: center;
  border-top: 1px solid #dddddd;
}

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

@media screen and (max-width: 767px) {
  .l-footer__nav {
    margin-top: 20px;
    padding-top: 40px;
  }
}

.l-footer__nav > ul {
  font-size: 0;
}

.l-footer__nav > ul > li {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .l-footer__nav > ul > li {
    font-size: 1.4rem;
    margin: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__nav > ul > li {
    font-size: 1.2rem;
    margin: 0 15px;
    margin-bottom: 10px;
  }
}

.l-footer__nav > ul > li > a {
  color: #000000;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.l-footer__nav > ul > li > a:hover {
  color: #838383;
}

.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .l-footer__sns {
    position: absolute;
    bottom: 40px;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__sns {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    margin-top: 20px;
  }
}

.l-footer__sns > a {
  display: block;
  font-size: 1.4rem;
  text-align: center;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  margin-left: 10px;
  max-width: 38px;

}

.l-footer__sns > a:hover {
  opacity: 0.6;
}

.l-footer__copy {
  font-family: 'DM Sans', sans-serif;
}

@media screen and (min-width: 768px) {
  .l-footer__copy {
    position: absolute;
    bottom: 40px;
    left: 0;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: 1rem;
    text-align: center;
    margin-top: 20px;
  }
}

.c-contents * {
  line-height: 2;
}

.c-contents h1 {
  font-size: 3.4rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 4rem;
}

.c-contents h2 {
  font-size: 3rem;
  font-weight: 600;
  border-left: solid 3px #000;
  border-bottom: solid 1px #000;
  padding: 0 0.7em;
  margin-bottom: 4rem;
}

.c-contents h3 {
  font-size: 2.6rem;
  font-weight: 600;
  border-left: solid 3px #000;
  background-color: #EEE;
  padding: 0.1em 0.7em;
  margin-bottom: 3.6rem;
}

.c-contents h4 {
  font-size: 2.4rem;
  font-weight: 600;
  background-color: #eee;
  padding: 0.1em 0.7em;
  margin-bottom: 3rem;
}

.c-contents h5 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.c-contents h6 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.c-contents p {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  line-height: 2;
}

.c-contents .color-blue {
  color: #1455D9;
}

.c-contents a {
  text-decoration: underline;
  color: #000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.c-contents a:hover {
  opacity: 0.5;
}

.c-contents a[target="_blank"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-contents a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 0.8rem;
  background-image: url(../img/common/icon-gaibu.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.c-contents a[href$="pdf"]::after {
  background-image: url(../img/common/icon-pdf.svg);
  width: 1.6rem;
  height: 1.6rem;
}

.c-contents a[href$="word"]::after {
  background-image: url(../img/common/icon-pdf.svg);
  width: 1.6rem;
  height: 1.6rem;
}

.c-contents .txt-caution {
  font-size: 1.4rem;
}

.c-contents pre {
  background-color: #eee;
  margin-bottom: 3rem;
  line-height: 2;
  padding: 20px;
  font-weight: 400;
}

.c-contents ul {
  margin-bottom: 3rem;
}

.c-contents ul li {
  padding-left: 1rem;
  text-indent: -1em;
}

.c-contents ul li::before {
  content: "";
  display: inline-block;
  width: .6rem;
  height: .3rem;
  margin: 0.2em 1.5rem 0.2em 0.4em;
  background: #000;
}

.c-contents ul li ul {
  margin-bottom: 0;
}

.c-contents ul li ul li::before {
  display: inline-block;
  width: .3rem;
  height: .3rem;
  margin: .2em 1rem .2em .2em;
  border-radius: 50%;
}

.c-contents ol {
  margin-bottom: 3rem;
  counter-reset: i;
}

.c-contents ol li {
  padding-left: 1em;
  text-indent: -1em;
}

.c-contents ol li::before {
  counter-increment: i;
  content: counter(i);
  margin: 0 0.5em 0 0;
  color: white;
  background-color: #000;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding: 0 5px;
}

.c-contents ol li ol {
  counter-reset: i;
  margin-bottom: 0;
}

.c-contents ol li ol li::before {
  background-color: transparent;
  color: #000;
  counter-increment: i;
  content: counter(i) ".";
  margin: 0 0.1em 0 0;
}

.c-contents blockquote {
  background-color: #f7f7f7;
  padding: 2rem;
  margin: 0;
}

.c-contents .wp-block-buttons {
  margin-bottom: 4rem;
}

.c-contents .wp-block-button {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-contents .wp-block-button {
    margin-bottom: 1rem;
    text-align: center;
  }
}

.c-contents .wp-block-button__link {
  background-color: #111;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
}

.c-contents .wp-block-button__link:hover {
  opacity: .8;
}

.c-contents .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: #111;
  border: 2px solid #111;
  color: #fff;
  opacity: 1;
}

.c-contents .wp-block-table {
  margin-bottom: 4rem;
}

.c-contents table {
  border-collapse: collapse;
  width: 100%;
}

.c-contents table tr {
  line-height: 1.5;
}

.c-contents table th {
  font-size: 1.4rem;
  text-align: left;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-left: 1px solid #fff;
  white-space: nowrap;
}

.c-contents table td {
  background-color: #F7F7F7;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

.c-contents .wp-block-gallery {
  margin-bottom: 4rem;
}

.c-contents .wp-block-gallery .blocks-gallery-item {
  padding-left: 0;
}

.c-contents .wp-block-gallery .blocks-gallery-item::before {
  content: none;
}

.c-contents .wp-block-image {
  margin-bottom: 4rem;
}

.c-contents figcaption {
  font-size: 1.4rem;
}

.c-contents .blocks-gallery-grid {
  margin-bottom: 0;
}

.c-contents .wp-block-embed {
  text-align: center;
  margin-bottom: 4rem;
}

.c-contents .wp-block-media-text {
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .c-contents .wp-block-media-text__content {
    margin-top: 2rem;
  }
}

_:-ms-input-placeholder .wp-block-gallery.has-nested-images.is-cropped figure:not(#individual-image).wp-block-image a, _:-ms-input-placeholder .wp-block-gallery.has-nested-images.is-cropped figure:not(#individual-image).wp-block-image img, :root body .wp-block-gallery.has-nested-images.is-cropped figure:not(#individual-image).wp-block-image a, :root body .wp-block-gallery.has-nested-images.is-cropped figure:not(#individual-image).wp-block-image img {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

.c-pager {
  padding-top: 8rem;
}

.c-pager__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-pager__navi-prev a {
  font-family: "DM Sans", sans-serif;
  font-size: 1.8rem;
  color: #000;
  font-weight: 600;
  padding-left: 3rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
}

.c-pager__navi-prev a:hover {
  opacity: .7;
}

.c-pager__navi-prev a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 1rem;
  width: .6rem;
  height: .6rem;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  pointer-events: none;
}

.c-pager__navi-next a {
  font-family: "DM Sans", sans-serif;
  font-size: 1.8rem;
  color: #000;
  font-weight: 600;
  padding-right: 3rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
}

.c-pager__navi-next a:hover {
  opacity: .7;
}

.c-pager__navi-next a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1rem;
  width: .6rem;
  height: .6rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  pointer-events: none;
}

.c-btn__more {
  font-size: 1.6rem;
  min-width: 250px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
  border-radius: 50px;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  font-weight: 800;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

@media screen and (max-width: 767px) {
  .c-btn__more {
    font-size: 1.4rem;
    min-width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.c-btn__more:hover {
  opacity: .6;
}

.c-btn__home {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 50px;
  min-width: 250px;
  font-weight: 800;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  text-transform: uppercase;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

@media screen and (max-width: 767px) {
  .c-btn__home {
    font-size: 1.4rem;
    min-width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.c-btn__home:hover {
  color: #fff;
  background-color: #000;
}

_:-ms-input-placeholder .c-btn__more, :root body .c-btn__more {
  padding-bottom: 9px;
}

_:-ms-input-placeholder .c-btn__home, :root body .c-btn__home {
  padding-bottom: 9px;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  height: 100%;
}

@media all and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.1rem;
  }
}

@media all and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: 0.1rem;
  }
}

::-moz-selection {
  background: #000000;
  color: #ffffff;
}

::selection {
  background: #000000;
  color: #ffffff;
}

::-moz-selection {
  background: #000000;
  color: #ffffff;
}

#wrap {
  width: 100%;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  visibility: hidden;
}

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

div,
p,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pc:not(:root) {
  display: none;
}

.sp:not(:root) {
  display: block;
}

@media screen and (min-width: 768px) {
  .pc.pc:not(:root) {
    display: block !important;
  }
  .sp:not(:root) {
    display: none !important;
  }
}

body:not(.home) header {
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #dddddd;
  background-color: #ffffff;
  z-index: 3;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media all and (min-width: 768px) {
  body:not(.home) header {
    width: 100%;
    padding-left: 5.14706%;
    padding-right: 5.14706%;
    height: 80px;
  }
}

@media all and (max-width: 767px) {
  body:not(.home) header {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    height: 50px;
    overflow: hidden;
  }
}

body:not(.home) header #header-inner {
  position: relative;
}

@media all and (min-width: 768px) {
  body:not(.home) header #header-inner #h-logo {
    text-align: center;
    padding-top: 23px;
  }
}

@media all and (max-width: 767px) {
  body:not(.home) header #header-inner #h-logo {
    width: 50px;
    padding-top: 16px;
  }
}

body:not(.home) header #header-inner #h-logo img {
  display: block;
}

@media all and (min-width: 768px) {
  body:not(.home) header #header-inner #h-logo img {
    width: 96px;
    height: 35px;
  }
}

@media all and (max-width: 767px) {
  body:not(.home) header #header-inner #h-logo img {
    width: 50px;
    height: auto;
  }
}

body:not(.home) header #header-inner #h-logo a {
  color: #000000;
}

body:not(.home) header #header-inner #h-nav {
  font-family: "DM Sans", sans-serif;
}

@media all and (min-width: 768px) {
  body:not(.home) header #header-inner #h-nav {
    position: absolute;
    top: 0;
    right: 50px;
  }
}

@media all and (max-width: 767px) {
  body:not(.home) header #header-inner #h-nav {
    padding-top: 50px;
  }
}

body:not(.home) header #header-inner #h-nav nav ul {
  font-size: 0;
}

@media all and (min-width: 768px) {
  body:not(.home) header #header-inner #h-nav nav ul {
    padding-top: 27px;
  }
}

@media all and (max-width: 767px) {
  body:not(.home) header #header-inner #h-nav nav ul {
    text-align: center;
  }
}

@media all and (min-width: 768px) {
  body:not(.home) header #header-inner #h-nav nav ul li {
    display: inline-block;
    font-size: 1.6rem;
    margin: 0 15px;
  }
}

@media all and (max-width: 767px) {
  body:not(.home) header #header-inner #h-nav nav ul li {
    font-size: 2.5rem;
  }
}

body:not(.home) header #header-inner #h-nav nav ul li a {
  color: #000000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

body:not(.home) header #header-inner #h-nav nav ul li a:hover {
  color: #838383;
}

@media all and (min-width: 768px) {
  body:not(.home) header #header-inner #h-sns {
    position: absolute;
    top: 26px;
    right: 0;
  }
}

@media all and (max-width: 767px) {
  body:not(.home) header #header-inner #h-sns {
    width: 30px;
    height: 30px;
    margin: 30px auto 0 auto;
  }
}

body:not(.home) header #header-inner #h-sns a {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 30px;
  padding-top: 3px;
  padding-left: 2px;
}

body:not(.home) header #header-inner #h-sns a {
  color: #ffffff;
  background-color: #000000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

body:not(.home) header #header-inner #h-sns a:hover {
  background-color: #838383;
}

body:not(.home) header #header-inner #nav_btn {
  z-index: 3;
  position: absolute;
  top: 19px;
  right: 0;
}

@media all and (min-width: 768px) {
  body:not(.home) header #header-inner #nav_btn {
    display: none;
  }
}

body:not(.home) header #header-inner #nav_btn .nav_btn_trigger {
  display: block;
  position: relative;
  width: 20px;
  height: 12px;
}

body:not(.home) header #header-inner #nav_btn .nav_btn_trigger span {
  display: block;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  position: absolute;
  left: 0;
  width: 24px;
  height: 1px;
  background-color: #000000;
}

body:not(.home)
header
#header-inner
#nav_btn
.nav_btn_trigger
span:nth-of-type(1) {
  top: 0;
}

body:not(.home)
header
#header-inner
#nav_btn
.nav_btn_trigger
span:nth-of-type(2) {
  top: 12px;
}

body:not(.home)
header
#header-inner
#nav_btn
.nav_btn_trigger.active
span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}

body:not(.home)
header
#header-inner
#nav_btn
.nav_btn_trigger.active
span:nth-of-type(2) {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}

body:not(.home) header.active-mobile {
  display: block;
  height: 100%;
}

body:not(.home) .c-title {
  text-align: center;
}

body:not(.home) .c-title .ct-en {
  font-family: "DM Sans", sans-serif;
}

@media all and (min-width: 768px) {
  body:not(.home) .c-title .ct-en {
    font-size: 5rem;
    line-height: 1.4;
    letter-spacing: 0.2rem;
  }
}

@media all and (max-width: 767px) {
  body:not(.home) .c-title .ct-en {
    font-size: 3rem;
    line-height: 1.4;
    letter-spacing: 0.2rem;
  }
}

body:not(.home) .c-title .ct-jp {
  font-weight: bold;
}

@media all and (min-width: 768px) {
  body:not(.home) .c-title .ct-jp {
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.2rem;
  }
}

@media all and (max-width: 767px) {
  body:not(.home) .c-title .ct-jp {
    font-size: 1.2rem;
    line-height: 1.4;
    letter-spacing: 0.2rem;
  }
}

body:not(.home) .c-hero {
  text-align: center;
}

body:not(.home) .c-hero .ct-en {
  font-family: "DM Sans", sans-serif;
}

@media all and (min-width: 768px) {
  body:not(.home) .c-hero .ct-en {
    font-size: 5rem;
    line-height: 1.4;
    letter-spacing: 0.2rem;
  }
}

@media all and (max-width: 767px) {
  body:not(.home) .c-hero .ct-en {
    font-size: 3rem;
    line-height: 1.4;
    letter-spacing: 0.2rem;
  }
}

body:not(.home) .c-hero .ct-jp {
  font-weight: bold;
}

@media all and (min-width: 768px) {
  body:not(.home) .c-hero .ct-jp {
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.2rem;
  }
}

@media all and (max-width: 767px) {
  body:not(.home) .c-hero .ct-jp {
    font-size: 1.2rem;
    line-height: 1.4;
    letter-spacing: 0.2rem;
  }
}

body:not(.home) footer {
  background-color: #f7f7f7;
}

@media all and (min-width: 768px) {
  body:not(.home) footer {
    width: 100%;
    padding-left: 5.14706%;
    padding-right: 5.14706%;
  }
}

@media all and (max-width: 767px) {
  body:not(.home) footer {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

body:not(.home) footer #footer-inner {
  position: relative;
}

@media all and (min-width: 768px) {
  body:not(.home) footer #footer-inner {
    padding: 80px 0 160px 0;
  }
}

@media all and (max-width: 767px) {
  body:not(.home) footer #footer-inner {
    padding: 40px 0 40px 0;
  }
}

body:not(.home) footer #footer-inner #f-logs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 767px) {
  body:not(.home) footer #footer-inner #f-logs ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media all and (min-width: 768px) {
  body:not(.home) footer #footer-inner #f-logs ul li {
    margin: auto 20px;
  }
}

@media all and (max-width: 767px) {
  body:not(.home) footer #footer-inner #f-logs ul li {
    width: 33.33333%;
    text-align: center;
    margin-bottom: 20px;
  }
}

body:not(.home) footer #footer-inner #f-logs ul li:nth-child(1) img {
  display: inline-block;
}

@media all and (min-width: 768px) {
  body:not(.home) footer #footer-inner #f-logs ul li:nth-child(1) img {
    width: 107px;
    height: 39px;
  }
}

@media all and (max-width: 767px) {
  body:not(.home) footer #footer-inner #f-logs ul li:nth-child(1) img {
    width: 57px;
    height: auto;
  }
}

body:not(.home) footer #footer-inner #f-logs ul li:nth-child(2) img {
  display: inline-block;
}

@media all and (min-width: 768px) {
  body:not(.home) footer #footer-inner #f-logs ul li:nth-child(2) img {
    width: 157px;
    height: 45px;
  }
}

@media all and (max-width: 767px) {
  body:not(.home) footer #footer-inner #f-logs ul li:nth-child(2) img {
    width: 84px;
    height: auto;
  }
}

body:not(.home) footer #footer-inner #f-logs ul li:nth-child(3) img {
  display: inline-block;
}

@media all and (min-width: 768px) {
  body:not(.home) footer #footer-inner #f-logs ul li:nth-child(3) img {
    width: 110px;
    height: 47px;
  }
}

@media all and (max-width: 767px) {
  body:not(.home) footer #footer-inner #f-logs ul li:nth-child(3) img {
    width: 59px;
    height: auto;
  }
}

body:not(.home) footer #footer-inner #f-logs ul li:nth-child(4) img {
  display: inline-block;
}

@media all and (min-width: 768px) {
  body:not(.home) footer #footer-inner #f-logs ul li:nth-child(4) img {
    width: 155px;
    height: 28px;
  }
}

@media all and (max-width: 767px) {
  body:not(.home) footer #footer-inner #f-logs ul li:nth-child(4) img {
    width: 83px;
    height: auto;
  }
}

body:not(.home) footer #footer-inner #f-logs ul li:nth-child(5) img {
  display: inline-block;
}

@media all and (min-width: 768px) {
  body:not(.home) footer #footer-inner #f-logs ul li:nth-child(5) img {
    width: 72px;
    height: 36px;
  }
}

@media all and (max-width: 767px) {
  body:not(.home) footer #footer-inner #f-logs ul li:nth-child(5) img {
    width: 39px;
    height: auto;
  }
}

body:not(.home) footer #footer-inner #f-nav {
  font-family: "DM Sans", sans-serif;
  text-align: center;
  border-top: 1px solid #dddddd;
}

@media all and (min-width: 768px) {
  body:not(.home) footer #footer-inner #f-nav {
    margin-top: 40px;
    padding-top: 40px;
  }
}

@media all and (max-width: 767px) {
  body:not(.home) footer #footer-inner #f-nav {
    margin-top: 20px;
    padding-top: 40px;
  }
}

body:not(.home) footer #footer-inner #f-nav nav ul {
  font-size: 0;
}

body:not(.home) footer #footer-inner #f-nav nav ul li {
  display: inline-block;
}

@media all and (min-width: 768px) {
  body:not(.home) footer #footer-inner #f-nav nav ul li {
    font-size: 1.4rem;
    margin: 0 15px;
  }
}

@media all and (max-width: 767px) {
  body:not(.home) footer #footer-inner #f-nav nav ul li {
    font-size: 1.2rem;
    margin: 0 15px;
    margin-bottom: 10px;
  }
}

body:not(.home) footer #footer-inner #f-nav nav ul li a {
  color: #000000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

body:not(.home) footer #footer-inner #f-nav nav ul li a:hover {
  color: #838383;
}

@media all and (min-width: 768px) {
  body:not(.home) footer #footer-inner #f-sns {
    position: absolute;
    bottom: 40px;
    right: 0;
  }
}

@media all and (max-width: 767px) {
  body:not(.home) footer #footer-inner #f-sns {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    margin-top: 20px;
  }
}

body:not(.home) footer #footer-inner #f-sns a {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 30px;
  padding-top: 3px;
  padding-left: 2px;
}

body:not(.home) footer #footer-inner #f-sns a {
  color: #ffffff;
  background-color: #000000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

body:not(.home) footer #footer-inner #f-sns a:hover {
  background-color: #838383;
}

body:not(.home) footer #footer-inner #f-copy {
  font-family: "DM Sans", sans-serif;
}

@media all and (min-width: 768px) {
  body:not(.home) footer #footer-inner #f-copy {
    position: absolute;
    bottom: 40px;
    left: 0;
    font-size: 1.2rem;
  }
}

@media all and (max-width: 767px) {
  body:not(.home) footer #footer-inner #f-copy {
    font-size: 1rem;
    text-align: center;
    margin-top: 20px;
  }
}

body:not(.home) input[type="text"],
body:not(.home) input[type="email"],
body:not(.home) input[type="submit"],
body:not(.home) input[type="button"],
body:not(.home) input[type="tel"],
body:not(.home) input[type="search"],
body:not(.home) select,
body:not(.home) textarea,
body:not(.home) button {
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
}

body:not(.home) select::-ms-expand {
  display: none;
}

body:not(.home) select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

body:not(.home) .form-submit input {
  height: 50px;
  font-size: 1.6rem;
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer;
}

@media all and (min-width: 768px) {
  body:not(.home) .form-submit input {
    width: 250px;
  }
}

@media all and (max-width: 767px) {
  body:not(.home) .form-submit input {
    width: 100%;
  }
}

body:not(.home) .form-submit .f-back input[type="submit"],
body:not(.home) .form-submit .f-back input[type="button"] {
  color: #ffffff;
  background-color: #838383;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

body:not(.home) .form-submit .f-back input[type="submit"]:hover,
body:not(.home) .form-submit .f-back input[type="button"]:hover {
  background-color: #000000;
}

body:not(.home) .form-submit .f-confirm input[type="submit"],
body:not(.home) .form-submit .f-confirm input[type="button"],
body:not(.home) .form-submit .f-send input[type="submit"],
body:not(.home) .form-submit .f-send input[type="button"] {
  color: #ffffff;
  background-color: #000000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

body:not(.home) .form-submit .f-confirm input[type="submit"]:hover,
body:not(.home) .form-submit .f-confirm input[type="button"]:hover,
body:not(.home) .form-submit .f-send input[type="submit"]:hover,
body:not(.home) .form-submit .f-send input[type="button"]:hover {
  background-color: #838383;
}

body:not(.home) #c-error input {
  height: 50px;
  font-size: 1.6rem;
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer;
}

@media all and (min-width: 768px) {
  body:not(.home) #c-error input {
    display: block;
    width: 250px;
    margin: 40px auto 0 auto;
  }
}

@media all and (max-width: 767px) {
  body:not(.home) #c-error input {
    width: 100%;
  }
}

body:not(.home) #c-error .f-back {
  margin-bottom: 10px;
}

body:not(.home) #c-error .f-back input[type="submit"],
body:not(.home) #c-error .f-back input[type="button"] {
  color: #ffffff;
  background-color: #838383;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

body:not(.home) #c-error .f-back input[type="submit"]:hover,
body:not(.home) #c-error .f-back input[type="button"]:hover {
  background-color: #000000;
}

body:not(.home) #c-error .f-confirm input[type="submit"],
body:not(.home) #c-error .f-confirm input[type="button"],
body:not(.home) #c-error .f-send input[type="submit"],
body:not(.home) #c-error .f-send input[type="button"] {
  color: #ffffff;
  background-color: #000000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

body:not(.home) #c-error .f-confirm input[type="submit"]:hover,
body:not(.home) #c-error .f-confirm input[type="button"]:hover,
body:not(.home) #c-error .f-send input[type="submit"]:hover,
body:not(.home) #c-error .f-send input[type="button"]:hover {
  background-color: #838383;
}

body:not(.home) #r-error input {
  height: 50px;
  font-size: 1.6rem;
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer;
}

@media all and (min-width: 768px) {
  body:not(.home) #r-error input {
    display: block;
    width: 250px;
    margin: 40px auto 0 auto;
  }
}

@media all and (max-width: 767px) {
  body:not(.home) #r-error input {
    width: 100%;
  }
}

body:not(.home) #r-error .f-back {
  margin-bottom: 10px;
}

body:not(.home) #r-error .f-back input[type="submit"],
body:not(.home) #r-error .f-back input[type="button"] {
  color: #ffffff;
  background-color: #838383;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

body:not(.home) #r-error .f-back input[type="submit"]:hover,
body:not(.home) #r-error .f-back input[type="button"]:hover {
  background-color: #000000;
}

body:not(.home) #r-error .f-confirm input[type="submit"],
body:not(.home) #r-error .f-confirm input[type="button"],
body:not(.home) #r-error .f-send input[type="submit"],
body:not(.home) #r-error .f-send input[type="button"] {
  color: #ffffff;
  background-color: #000000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

body:not(.home) #r-error .f-confirm input[type="submit"]:hover,
body:not(.home) #r-error .f-confirm input[type="button"]:hover,
body:not(.home) #r-error .f-send input[type="submit"]:hover,
body:not(.home) #r-error .f-send input[type="button"]:hover {
  background-color: #838383;
}

body:not(.home) .f-sent-text {
  text-align: center;
}

@media all and (min-width: 768px) {
  body:not(.home) .f-sent-text {
    padding-bottom: 100px;
  }
}

@media all and (max-width: 767px) {
  body:not(.home) .f-sent-text {
    padding-bottom: 60px;
  }
}

body:not(.home) #cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 5;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.home #wrap {
  height: 100% !important;
}

.home header {
  text-align: center;
  background-color: #f8f8f8;
}

@media all and (min-width: 768px) {
  .home header {
    height: 145px;
  }
}

@media all and (max-width: 767px) {
  .home header {
    height: 125px;
  }
}

.home header #home-title {
  letter-spacing: 0.05rem;
  padding-top: 15px;
}

@media all and (min-width: 768px) {
  .home header #home-title {
    font-size: 1.8rem;
  }
}

@media all and (max-width: 767px) {
  .home header #home-title {
    font-size: 1.3rem;
  }
}

.home header h1 {
  font-weight: bold;
  margin-top: 15px;
}

@media all and (min-width: 768px) {
  .home header h1 {
    font-size: 2.2rem;
  }
}

@media all and (max-width: 767px) {
  .home header h1 {
    font-size: 1.6rem;
  }
}

.home header #home-desc {
  color: #6a6a6a;
}

@media all and (min-width: 768px) {
  .home header #home-desc {
    font-size: 1.4rem;
  }
}

@media all and (max-width: 767px) {
  .home header #home-desc {
    font-size: 0.9rem;
    margin-top: 5px;
  }
}

.home #home-slide {
  width: 100%;
}

@media all and (min-width: 768px) {
  .home #home-slide {
    height: 500px;
    height: calc(100% - 80px - 145px - 50px);
    min-height: 500px;
  }
}

@media all and (max-width: 767px) {
  .home #home-slide {
    height: calc(100% - 60px - 125px - 50px);
    min-height: 300px;
  }
}

.home #home-slide #home-slide-inner {
  width: 100%;
  height: 100%;
}

.home #home-slide #home-slide-inner div {
  width: 100%;
  height: 100%;
}

.home #home-slide #home-slide-inner div a {
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home #home-slide #home-slide-inner div a .slide-part {
  width: auto;
  height: auto;
}

@media all and (min-width: 768px) {
  .home #home-slide #home-slide-inner div a .slide-part .slide-lead {
    font-size: 1.8rem;
  }
}

@media all and (max-width: 767px) {
  .home #home-slide #home-slide-inner div a .slide-part .slide-lead {
    font-size: 1.1rem;
  }
}

@media all and (min-width: 768px) {
  .home #home-slide #home-slide-inner div a .slide-part .slide-image {
    margin-top: 40px;
  }
}

@media all and (max-width: 767px) {
  .home #home-slide #home-slide-inner div a .slide-part .slide-image {
    margin-top: 20px;
  }
}

.home #home-slide #home-slide-inner div a .slide-part .slide-image img {
  display: inline-block;
  height: auto;
}

@media all and (min-width: 768px) {
  .home #home-slide #home-slide-inner div a .slide-part .slide-desc {
    font-size: 1.6rem;
    margin-top: 40px;
  }
}

@media all and (max-width: 767px) {
  .home #home-slide #home-slide-inner div a .slide-part .slide-desc {
    font-size: 1rem;
    margin-top: 20px;
    padding: 0 20px;
    text-align: left;
  }
}

@media all and (max-width: 767px) {
  .home #home-slide #home-slide-inner div a .slide-part .slide-desc br {
    display: none;
  }
}

.home #home-slide #home-slide-inner div a .slide-part .slide-more {
  display: inline-block;
  text-align: center;
  border: 1px solid #ffffff;
}

@media all and (min-width: 768px) {
  .home #home-slide #home-slide-inner div a .slide-part .slide-more {
    font-size: 1.4rem;
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin-top: 40px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}

@media all and (max-width: 767px) {
  .home #home-slide #home-slide-inner div a .slide-part .slide-more {
    font-size: 1.1rem;
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
  }
}

@media all and (min-width: 768px) {
  .home #home-slide #home-slide-inner a:hover .slide-more {
    background-color: #ffffff;
    color: #000000;
  }
}

@media all and (min-width: 768px) {
  .home #home-slide #home-slide-inner #fm a {
    background-image: url(../img/home/home_01.jpg);
  }
}

@media all and (max-width: 767px) {
  .home #home-slide #home-slide-inner #fm a {
    background-image: url(../img/home/home_01_s.jpg);
  }
}

@media all and (min-width: 768px) {
  .home #home-slide #home-slide-inner #fm a .slide-image img {
    width: 150px;
  }
}

@media all and (max-width: 767px) {
  .home #home-slide #home-slide-inner #fm a .slide-image img {
    width: 100px;
  }
}

@media all and (min-width: 768px) {
  .home #home-slide #home-slide-inner #its a {
    background-image: url(../img/home/home_02.jpg);
  }
}

@media all and (max-width: 767px) {
  .home #home-slide #home-slide-inner #its a {
    background-image: url(../img/home/home_02_s.jpg);
  }
}

@media all and (min-width: 768px) {
  .home #home-slide #home-slide-inner #its a .slide-image img {
    width: 200px;
  }
}

@media all and (max-width: 767px) {
  .home #home-slide #home-slide-inner #its a .slide-image img {
    width: 120px;
  }
}

@media all and (min-width: 768px) {
  .home #home-slide #home-slide-inner #wc a {
    background-image: url(../img/home/home_03.jpg);
  }
}

@media all and (max-width: 767px) {
  .home #home-slide #home-slide-inner #wc a {
    background-image: url(../img/home/home_03_s.jpg);
  }
}

@media all and (min-width: 768px) {
  .home #home-slide #home-slide-inner #wc a .slide-image img {
    width: 150px;
  }
}

@media all and (max-width: 767px) {
  .home #home-slide #home-slide-inner #wc a .slide-image img {
    width: 100px;
  }
}

@media all and (min-width: 768px) {
  .home #home-slide #home-slide-inner #mr a {
    background-image: url(../img/home/home_04.jpg);
  }
}

@media all and (max-width: 767px) {
  .home #home-slide #home-slide-inner #mr a {
    background-image: url(../img/home/home_04_s.jpg);
  }
}

@media all and (min-width: 768px) {
  .home #home-slide #home-slide-inner #mr a .slide-image img {
    width: 200px;
  }
}

@media all and (max-width: 767px) {
  .home #home-slide #home-slide-inner #mr a .slide-image img {
    width: 120px;
  }
}

@media all and (min-width: 768px) {
  .home #home-slide #home-slide-inner #jd a {
    background-image: url(../img/home/home_05.jpg);
  }
}

@media all and (max-width: 767px) {
  .home #home-slide #home-slide-inner #jd a {
    background-image: url(../img/home/home_05_s.jpg);
  }
}

@media all and (min-width: 768px) {
  .home #home-slide #home-slide-inner #jd a .slide-image img {
    width: 100px;
  }
}

@media all and (max-width: 767px) {
  .home #home-slide #home-slide-inner #jd a .slide-image img {
    width: 60px;
  }
}

.home #home-slide #home-slide-inner .slick-slide a {
  outline: none;
}

.home #home-slide-thum #home-slide-thum-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1px;
}

.home #home-slide-thum #home-slide-thum-inner a {
  width: 50%;
  text-align: center;
  background-color: #333;
  border-right: 1px solid #ffffff;
  cursor: pointer;
}

@media all and (min-width: 768px) {
  .home #home-slide-thum #home-slide-thum-inner a {
    height: 80px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}

@media all and (max-width: 767px) {
  .home #home-slide-thum #home-slide-thum-inner a {
    height: 60px;
  }
}

@media all and (min-width: 768px) {
  .home #home-slide-thum #home-slide-thum-inner a:hover {
    opacity: 0.8;
  }
}

.home #home-slide-thum #home-slide-thum-inner a:last-child {
  border-right: 0;
}

.home #home-slide-thum #home-slide-thum-inner #t-fm {
  background-color: #4d606a;
}

@media all and (min-width: 768px) {
  .home #home-slide-thum #home-slide-thum-inner #t-fm {
    padding-top: 27px;
  }
}

@media all and (max-width: 767px) {
  .home #home-slide-thum #home-slide-thum-inner #t-fm {
    padding-top: 21px;
  }
}

.home #home-slide-thum #home-slide-thum-inner #t-fm img {
  height: auto;
  display: inline-block;
}

@media all and (min-width: 768px) {
  .home #home-slide-thum #home-slide-thum-inner #t-fm img {
    width: 70px;
  }
}

@media all and (max-width: 767px) {
  .home #home-slide-thum #home-slide-thum-inner #t-fm img {
    width: 40px;
  }
}

.home #home-slide-thum #home-slide-thum-inner #t-its {
  background-color: #5b6971;
}

@media all and (min-width: 768px) {
  .home #home-slide-thum #home-slide-thum-inner #t-its {
    padding-top: 26px;
  }
}

@media all and (max-width: 767px) {
  .home #home-slide-thum #home-slide-thum-inner #t-its {
    padding-top: 21px;
  }
}

.home #home-slide-thum #home-slide-thum-inner #t-its img {
  height: auto;
  display: inline-block;
}

@media all and (min-width: 768px) {
  .home #home-slide-thum #home-slide-thum-inner #t-its img {
    width: 100px;
  }
}

@media all and (max-width: 767px) {
  .home #home-slide-thum #home-slide-thum-inner #t-its img {
    width: 52px;
  }
}

.home #home-slide-thum #home-slide-thum-inner #t-wc {
  background-color: #4d4d4d;
}

@media all and (min-width: 768px) {
  .home #home-slide-thum #home-slide-thum-inner #t-wc {
    padding-top: 23px;
  }
}

@media all and (max-width: 767px) {
  .home #home-slide-thum #home-slide-thum-inner #t-wc {
    padding-top: 21px;
  }
}

.home #home-slide-thum #home-slide-thum-inner #t-wc img {
  height: auto;
  display: inline-block;
}

@media all and (min-width: 768px) {
  .home #home-slide-thum #home-slide-thum-inner #t-wc img {
    width: 80px;
  }
}

@media all and (max-width: 767px) {
  .home #home-slide-thum #home-slide-thum-inner #t-wc img {
    width: 40px;
  }
}

.home #home-slide-thum #home-slide-thum-inner #t-mr {
  background-color: #e28448;
}

@media all and (min-width: 768px) {
  .home #home-slide-thum #home-slide-thum-inner #t-mr {
    padding-top: 28px;
  }
}

@media all and (max-width: 767px) {
  .home #home-slide-thum #home-slide-thum-inner #t-mr {
    padding-top: 18px;
  }
}

.home #home-slide-thum #home-slide-thum-inner #t-mr img {
  height: auto;
  display: inline-block;
}

@media all and (min-width: 768px) {
  .home #home-slide-thum #home-slide-thum-inner #t-mr img {
    width: 100px;
  }
}

@media all and (max-width: 767px) {
  .home #home-slide-thum #home-slide-thum-inner #t-mr img {
    width: 50px;
  }
}

.home #home-slide-thum #home-slide-thum-inner #t-jd {
  background-color: #74aabf;
}

@media all and (min-width: 768px) {
  .home #home-slide-thum #home-slide-thum-inner #t-jd {
    padding-top: 27px;
  }
}

@media all and (max-width: 767px) {
  .home #home-slide-thum #home-slide-thum-inner #t-jd {
    padding-top: 21px;
  }
}

.home #home-slide-thum #home-slide-thum-inner #t-jd img {
  height: auto;
  display: inline-block;
}

@media all and (min-width: 768px) {
  .home #home-slide-thum #home-slide-thum-inner #t-jd img {
    width: 50px;
  }
}

@media all and (max-width: 767px) {
  .home #home-slide-thum #home-slide-thum-inner #t-jd img {
    width: 30px;
  }
}

.home footer {
  letter-spacing: 0.02rem;
  text-align: center;
  height: 50px;
}

@media all and (min-width: 768px) {
  .home footer {
    padding-top: 16px;
    font-size: 1rem;
  }
}

@media all and (max-width: 767px) {
  .home footer {
    padding-top: 18px;
    font-size: 0.9rem;
  }
}

.home #cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home #cover #cover-inner {
  text-align: center;
}

.home #cover #cover-inner div:nth-child(1) {
  font-weight: bold;
}

@media all and (min-width: 768px) {
  .home #cover #cover-inner div:nth-child(1) {
    font-size: 4rem;
  }
  .home #cover #cover-inner div:nth-child(1) br {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .home #cover #cover-inner div:nth-child(1) {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.home #cover #cover-inner div:nth-child(2) {
  color: #6a6a6a;
  margin-top: 10px;
}

@media all and (min-width: 768px) {
  .home #cover #cover-inner div:nth-child(2) {
    font-size: 1.4rem;
  }
}

@media all and (max-width: 767px) {
  .home #cover #cover-inner div:nth-child(2) {
    font-size: 0.9rem;
  }
}

.home #cover #cover-inner div:nth-child(3) {
  margin-top: 40px;
  letter-spacing: 0.05rem;
}

@media all and (min-width: 768px) {
  .home #cover #cover-inner div:nth-child(3) {
    font-size: 1.6rem;
  }
}

@media all and (max-width: 767px) {
  .home #cover #cover-inner div:nth-child(3) {
    font-size: 1.4rem;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media all and (min-width: 768px) {
  .index header {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
}

@media all and (min-width: 768px) {
  .index header.active-pc {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media all and (max-width: 767px) {
  .index #t-main {
    margin-top: 50px;
  }
}

.index #t-main #t-main-inner {
  position: relative;
}

.index #t-main #t-main-inner #t-slide-wrapper .slick-slide a {
  outline: none;
}

.index #t-main #t-main-inner #t-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

@media all and (max-width: 767px) {
  .index #t-main #t-main-inner #t-desc {
    padding: 0 30px;
  }
}

@media all and (min-width: 768px) {
  .index #t-main #t-main-inner #t-desc #t-desc-inner div {
    margin-bottom: 60px;
  }
}

@media all and (max-width: 767px) {
  .index #t-main #t-main-inner #t-desc #t-desc-inner div {
    margin-bottom: 20px;
  }
}

.index #t-main #t-main-inner #t-desc #t-desc-inner div img {
  display: inline-block;
}

@media all and (min-width: 768px) {
  .index #t-main #t-main-inner #t-desc #t-desc-inner div img {
    width: 371px;
    height: 137px;
  }
}

@media all and (max-width: 767px) {
  .index #t-main #t-main-inner #t-desc #t-desc-inner div img {
    width: 60%;
    height: auto;
  }
}

.index #t-main #t-main-inner #t-desc #t-desc-inner h1 {
  font-weight: bold;
  letter-spacing: 0.1rem;
  color: #ffffff;
}

@media all and (min-width: 768px) {
  .index #t-main #t-main-inner #t-desc #t-desc-inner h1 {
    font-size: 2.6rem;
  }
}

@media all and (max-width: 767px) {
  .index #t-main #t-main-inner #t-desc #t-desc-inner h1 {
    font-size: 1.5rem;
  }
}

@media all and (max-width: 767px) {
  .index #t-main #t-main-inner #t-desc #t-desc-inner h1 br {
    display: none;
  }
}

.index #t-main #t-main-inner #t-menu {
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 0;
}

@media all and (max-width: 767px) {
  .index #t-main #t-main-inner #t-menu {
    display: none;
  }
}

.index #t-main #t-main-inner #t-menu ul {
  font-family: "DM Sans", sans-serif;
  text-align: center;
}

.index #t-main #t-main-inner #t-menu ul li {
  display: inline-block;
  margin: 0 15px;
}

.index #t-main #t-main-inner #t-menu ul li a {
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.index #t-main #t-main-inner #t-menu ul li a:hover {
  color: #838383;
}

.index #t-main #t-main-inner #t-group {
  font-family: "DM Sans", sans-serif;
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
}

@media all and (max-width: 767px) {
  .index #t-main #t-main-inner #t-group {
    display: none;
  }
}

.index #t-main #t-main-inner #t-sns {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
}

@media all and (max-width: 767px) {
  .index #t-main #t-main-inner #t-sns {
    display: none;
  }
}

.index #t-main #t-main-inner #t-sns a {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 30px;
  padding-top: 3px;
  padding-left: 2px;
}

.index #t-main #t-main-inner #t-sns a {
  color: #000000;
  background-color: #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.index #t-main #t-main-inner #t-sns a:hover {
  background-color: #838383;
}

@media all and (min-width: 768px) {
  .index #t-service {
    width: 100%;
    padding-left: 5.14706%;
    padding-right: 5.14706%;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media all and (max-width: 767px) {
  .index #t-service {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media all and (min-width: 768px) {
  .index #t-service #t-service-inner #ts-title {
    margin-bottom: 40px;
  }
}

@media all and (max-width: 767px) {
  .index #t-service #t-service-inner #ts-title {
    margin-bottom: 20px;
  }
}

@media all and (min-width: 768px) {
  .index #t-service #t-service-inner #ts-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media all and (min-width: 768px) {
  .index #t-service #t-service-inner #ts-content .ts-service {
    width: 30.4918%;
    margin-right: 4.2623%;
    margin-bottom: 40px;
  }
}

@media all and (max-width: 767px) {
  .index #t-service #t-service-inner #ts-content .ts-service {
    margin-bottom: 20px;
  }
}

.index #t-service #t-service-inner #ts-content .ts-service div:nth-child(2) {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.index #t-service #t-service-inner #ts-content .ts-service div:nth-child(3) {
  font-size: 1.4rem;
}

.index #t-service #t-service-inner #ts-content .ts-service:nth-child(3n) {
  margin-right: 0;
}

.index #t-words {
  font-weight: bold;
  line-height: 1.4;
  color: #ffffff;
  background-color: #003856;
}

@media all and (min-width: 768px) {
  .index #t-words {
    font-size: 4rem;
  }
}

@media all and (max-width: 767px) {
  .index #t-words {
    font-size: 2rem;
  }
}

.index #t-words span {
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.index #t-words span.active {
  opacity: 1;
}

@media all and (min-width: 768px) {
  .company #c-title {
    padding-top: 150px;
  }
}

@media all and (max-width: 767px) {
  .company #c-title {
    padding-top: 80px;
  }
}

@media all and (min-width: 768px) {
  .company #c-desc {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
  }
}

@media all and (max-width: 767px) {
  .company #c-desc {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
  }
}

@media all and (min-width: 768px) {
  .company #c-image {
    margin-top: 80px;
  }
}

@media all and (max-width: 767px) {
  .company #c-image {
    margin-top: 40px;
  }
}

.company #c-content {
  background-color: #f7f7f7;
}

@media all and (min-width: 768px) {
  .company #c-content #c-content-inner {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 0 80px 0;
  }
}

@media all and (max-width: 767px) {
  .company #c-content #c-content-inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.company #c-content #c-content-inner .cc-line {
  margin-bottom: 20px;
}

@media all and (min-width: 768px) {
  .company #c-content #c-content-inner .cc-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.company #c-content #c-content-inner .cc-line div:first-child {
  font-weight: bold;
}

@media all and (min-width: 768px) {
  .company #c-content #c-content-inner .cc-line div:first-child {
    width: 30%;
  }
}

@media all and (min-width: 768px) {
  .company #c-content #c-content-inner .cc-line div:last-child {
    width: 70%;
  }
}

.company #c-content #c-content-inner .cc-line:last-child {
  margin-bottom: 0;
}

@media all and (min-width: 768px) {
  .company #c-map {
    width: 100%;
    padding-left: 5.14706%;
    padding-right: 5.14706%;
    padding-top: 80px;
    padding-bottom: 140px;
  }
}

@media all and (max-width: 767px) {
  .company #c-map {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

.company #c-map h2 {
  text-align: center;
}

@media all and (min-width: 768px) {
  .company #c-map h2 {
    font-size: 5rem;
    line-height: 1.4;
    letter-spacing: 0.2rem;
  }
}

@media all and (max-width: 767px) {
  .company #c-map h2 {
    font-size: 3rem;
    line-height: 1.4;
    letter-spacing: 0.2rem;
  }
}

.company #c-map #map {
  width: 100%;
}

@media all and (min-width: 768px) {
  .company #c-map #map {
    margin-top: 60px;
    height: 600px;
  }
}

@media all and (max-width: 767px) {
  .company #c-map #map {
    margin-top: 40px;
    height: 300px;
  }
}

@media all and (min-width: 768px) {
  .recruit #r-title {
    padding-top: 150px;
  }
}

@media all and (max-width: 767px) {
  .recruit #r-title {
    padding-top: 80px;
  }
}

.recruit #r-desc {
  font-weight: bold;
  text-align: center;
}

@media all and (min-width: 768px) {
  .recruit #r-desc {
    font-size: 2.6rem;
    line-height: 1.4;
    letter-spacing: 0.2rem;
  }
}

@media all and (max-width: 767px) {
  .recruit #r-desc {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.2rem;
  }
}

@media all and (min-width: 768px) {
  .recruit #r-desc {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
  }
  .recruit #r-desc br {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .recruit #r-desc {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
  }
}

@media all and (min-width: 768px) {
  .recruit #r-image {
    margin-top: 80px;
  }
}

@media all and (max-width: 767px) {
  .recruit #r-image {
    margin-top: 40px;
  }
}

.recruit #r-program {
  background-color: #f7f7f7;
}

@media all and (min-width: 768px) {
  .recruit #r-program {
    width: 100%;
    padding-left: 5.14706%;
    padding-right: 5.14706%;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media all and (max-width: 767px) {
  .recruit #r-program {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media all and (min-width: 768px) {
  .recruit #r-program #r-program-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media all and (min-width: 768px) {
  .recruit #r-program #r-program-inner #rp-text {
    width: 39.18033%;
    margin-right: 4.2623%;
  }
}

.recruit #r-program #r-program-inner #rp-text h2 {
  font-weight: bold;
}

@media all and (min-width: 768px) {
  .recruit #r-program #r-program-inner #rp-text h2 {
    font-size: 2.6rem;
    line-height: 1.4;
    letter-spacing: 0.2rem;
  }
}

@media all and (max-width: 767px) {
  .recruit #r-program #r-program-inner #rp-text h2 {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.2rem;
  }
}

.recruit #r-program #r-program-inner #rp-text div {
  margin-top: 40px;
}

@media all and (min-width: 768px) {
  .recruit #r-program #r-program-inner #rp-image {
    width: 47.86885%;
    margin-right: 4.2623%;
    margin-left: 8.68852%;
    margin-right: 0;
  }
}

@media all and (max-width: 767px) {
  .recruit #r-program #r-program-inner #rp-image {
    margin-top: 40px;
  }
}

@media all and (min-width: 768px) {
  .recruit #r-entry-desc {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
  }
  .recruit #r-entry-desc br {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .recruit #r-entry-desc {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
  }
}

@media all and (min-width: 768px) {
  .recruit #r-error {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    padding-bottom: 140px;
  }
  .recruit #r-error br {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .recruit #r-error {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
    padding-bottom: 60px;
  }
}

.recruit #r-error #re-text {
  margin-top: 20px;
}

.recruit #r-error .f-back {
  margin-top: 40px;
}

@media all and (min-width: 768px) {
  .recruit #r-entry {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 140px;
  }
}

@media all and (max-width: 767px) {
  .recruit #r-entry {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.recruit #r-entry #re-title {
  text-align: center;
}

@media all and (min-width: 768px) {
  .recruit #r-entry #re-title {
    margin-bottom: 60px;
  }
}

@media all and (max-width: 767px) {
  .recruit #r-entry #re-title {
    margin-bottom: 40px;
  }
}

.recruit #r-entry #re-title h2 {
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  border-bottom: 1px solid #000000;
  padding-bottom: 7px;
  margin-bottom: 7px;
}

@media all and (min-width: 768px) {
  .recruit #r-entry #re-title h2 {
    font-size: 2.6rem;
    line-height: 1.4;
    letter-spacing: 0.2rem;
  }
}

@media all and (max-width: 767px) {
  .recruit #r-entry #re-title h2 {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.2rem;
  }
}

.recruit #r-entry #re-title div {
  font-family: "DM Sans", sans-serif;
}

.recruit #r-entry #re-form #form-note {
  color: #b90000;
  margin-bottom: 40px;
}

.recruit #r-entry #re-form #form-note-b {
  font-weight: bold;
  margin-bottom: 40px;
}

.recruit #r-entry #re-form .re-form-item {
  margin-bottom: 20px;
}

.recruit #r-entry #re-form .re-form-item .ref-name {
  font-weight: bold;
}

.recruit #r-entry #re-form .re-form-item input[type="text"],
.recruit #r-entry #re-form .re-form-item input[type="email"],
.recruit #r-entry #re-form .re-form-item input[type="tel"] {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 10px;
  line-height: 1.75;
}

.recruit #r-entry #re-form .re-form-item input[type="radio"] {
  margin-right: 10px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}

.recruit #r-entry #re-form .re-form-item textarea {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 10px;
  line-height: 1.75;
}

.recruit #r-entry #re-form .re-form-item a {
  color: #000000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.recruit #r-entry #re-form .re-form-item a:hover {
  color: #838383;
}

.recruit #r-entry #re-form .form-submit {
  text-align: center;
  font-size: 0;
}

@media all and (min-width: 768px) {
  .recruit #r-entry #re-form .form-submit {
    margin-top: 40px;
  }
}

@media all and (max-width: 767px) {
  .recruit #r-entry #re-form .form-submit {
    margin-top: 20px;
  }
}

@media all and (min-width: 768px) {
  .recruit #r-entry #re-form .form-submit div {
    display: inline-block;
    margin: 0px 5px 10px 5px;
  }
}

@media all and (max-width: 767px) {
  .recruit #r-entry #re-form .form-submit div {
    margin-bottom: 10px;
  }
}

@media all and (min-width: 768px) {
  .recruit #r-entry.r-confirm {
    padding-top: 40px;
  }
}

@media all and (max-width: 767px) {
  .recruit #r-entry.r-confirm {
    padding-top: 40px;
  }
}

@media all and (min-width: 768px) {
  .contact #c-title {
    padding-top: 150px;
  }
}

@media all and (max-width: 767px) {
  .contact #c-title {
    padding-top: 80px;
  }
}

@media all and (min-width: 768px) {
  .contact #c-desc {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
  }
  .contact #c-desc br {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .contact #c-desc {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
  }
}

@media all and (min-width: 768px) {
  .contact #c-error {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    padding-bottom: 140px;
  }
  .contact #c-error br {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .contact #c-error {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
    padding-bottom: 60px;
  }
}

.contact #c-error #ce-text {
  margin-top: 20px;
}

.contact #c-error .f-back {
  margin-top: 40px;
}

@media all and (min-width: 768px) {
  .contact #c-content {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 140px;
  }
}

@media all and (max-width: 767px) {
  .contact #c-content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.contact #c-content #c-form .c-form-item {
  margin-bottom: 20px;
}

.contact #c-content #c-form .c-form-item .cf-name {
  font-weight: bold;
}

.contact #c-content #c-form .c-form-item input[type="text"],
.contact #c-content #c-form .c-form-item input[type="email"],
.contact #c-content #c-form .c-form-item input[type="tel"] {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 10px;
  line-height: 1.75;
}

.contact #c-content #c-form .c-form-item input[type="radio"] {
  margin-right: 10px;
}

.contact #c-content #c-form .c-form-item textarea {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 10px;
  line-height: 1.75;
}

.contact #c-content #c-form .c-form-item a {
  color: #000000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.contact #c-content #c-form .c-form-item a:hover {
  color: #838383;
}

.contact #c-content #c-form .form-submit {
  text-align: center;
  font-size: 0;
}

@media all and (min-width: 768px) {
  .contact #c-content #c-form .form-submit {
    margin-top: 40px;
  }
}

@media all and (max-width: 767px) {
  .contact #c-content #c-form .form-submit {
    margin-top: 20px;
  }
}

@media all and (min-width: 768px) {
  .contact #c-content #c-form .form-submit div {
    display: inline-block;
    margin: 0px 5px 10px 5px;
  }
}

@media all and (max-width: 767px) {
  .contact #c-content #c-form .form-submit div {
    margin-bottom: 10px;
  }
}

@media all and (min-width: 768px) {
  .policy #p-title {
    padding-top: 150px;
  }
}

@media all and (max-width: 767px) {
  .policy #p-title {
    padding-top: 80px;
  }
}

@media all and (min-width: 768px) {
  .policy #p-desc {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
  }
  .policy #p-desc br {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .policy #p-desc {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
  }
}

@media all and (min-width: 768px) {
  .policy #p-content {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 140px;
  }
}

@media all and (max-width: 767px) {
  .policy #p-content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.policy #p-content .p-item {
  margin-bottom: 20px;
}

.policy #p-content .p-item .p-title {
  font-weight: bold;
  margin-bottom: 10px;
}

@media all and (min-width: 768px) {
  .policy #p-content .p-item:last-child {
    margin-top: 60px;
  }
}

@media all and (max-width: 767px) {
  .policy #p-content .p-item:last-child {
    margin-top: 40px;
  }
}

.home #home-slide #home-slide-inner div a .slide-part .slide-more {
  display: inline-block;
}
/*# sourceMappingURL=sub-style.css.map */