@charset "UTF-8";
.p-caption-post {
  font-size: 2.8rem;
  font-weight: 500;
  position: relative;
  color: #033161;
}

@media screen and (max-width: 768px) {
  .p-caption-post {
    font-size: 2.4rem;
  }
}

.p-caption-post::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  content: '';
  border-bottom: 1px solid #1ea0cc;
}

.p-caption-contents {
  font-family: 'Shippori Mincho', serif;
  font-size: 3.8rem;
  font-weight: 500;
  position: relative;
  text-align: center;
  color: #033161;
}

@media screen and (max-width: 768px) {
  .p-caption-contents {
    font-size: 2.8rem;
  }
}

.p-caption-contents::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 120px;
  margin: auto;
  content: '';
  border-bottom: 1px solid #033161;
}

@media screen and (max-width: 768px) {
  .p-caption-contents::after {
    width: 60px;
  }
}

.p-article {
  max-width: 380px;
  padding: 0;
  background: #fff;
}

.p-article__info {
  min-height: 130px;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .p-article__info {
    min-height: 120px;
  }
}

.p-article__thumb {
  width: 380px;
  height: 240px;
}

@media screen and (max-width: 768px) {
  .p-article__thumb {
    width: inherit;
    height: inherit;
  }
}

.p-article__thumb img {
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 380 / 240;
}

@media screen and (max-width: 768px) {
  .p-article__thumb img {
    height: inherit;
  }
}

.p-article__date {
  font-size: 1.4rem;
  font-weight: bold;
  color: #999;
}

.p-article__text {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #303030;
}

.p-article-list {
  width: calc(95% / 3);
  margin-bottom: 32px;
  padding: 0;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .p-article-list {
    width: calc(95% / 2);
  }
}

.p-article-list__info {
  min-height: 180px;
  padding: 20px;
  border: 1px #ccc solid;
  border-top: none;
}

@media screen and (max-width: 768px) {
  .p-article-list__info {
    min-height: 120px;
  }
}

.p-article-list__date {
  font-size: 1.4rem;
  font-weight: bold;
  color: #999;
}

.p-article-list__text {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #303030;
}

.p-more a {
  font-size: 1.4rem;
  position: relative;
  color: #fff;
}

.p-more a::before {
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  display: block;
  width: 100px;
  content: '';
  border-bottom: 1px #fff solid;
}

.p-more a::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  right: -28px;
  bottom: -1px;
  display: block;
  width: 16px;
  content: '\f105';
}

.p-badge-any {
  font-size: 1.2rem;
  width: 40px;
  margin-left: 10px;
  padding: 2px 8px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background: #999;
}

.p-badge-req {
  font-size: 1.2rem;
  width: 40px;
  margin-left: 10px;
  padding: 2px 8px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background: #ff3636;
}

.c-blog {
  overflow: hidden;
  padding: 80px 0 140px;
  background: #011936;
}

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

.c-blog h2 {
  color: #fff;
}

.c-blog__article {
  position: relative;
  width: 100%;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .c-blog__article {
    padding-top: 30px;
  }
}

.c-blog__more {
  position: relative;
  z-index: 999;
  bottom: -40px;
  display: flex;
  justify-content: right;
}

@media screen and (max-width: 768px) {
  .c-blog__more {
    right: 40px;
    bottom: -90px;
  }
}

.c-blog-detail__inner {
  width: 850px;
  margin: auto;
  padding: 120px 0 80px;
}

@media screen and (max-width: 768px) {
  .c-blog-detail__inner {
    width: 90%;
    padding: 60px 0 40px;
  }
}

.c-blog-detail__path {
  font-size: 1.2rem;
  display: flex;
  padding-bottom: 24px;
  color: #666;
}

.c-blog-detail__path li {
  margin-right: 12px;
}

.c-blog-detail__path a {
  position: relative;
  text-decoration: underline;
  color: #999;
}

.c-blog-detail__article {
  font-size: 1.4rem;
  line-height: 1.8;
}

.c-blog-detail__caption {
  font-size: 3.0rem;
  font-weight: bold;
  padding-bottom: 32px;
}

.c-blog-detail__btn {
  margin-top: 24px;
  text-align: center;
}

.c-blog-detail__btn a {
  font-size: 1.4rem;
  display: block;
  width: 280px;
  margin: auto;
  padding: 16px 24px;
  color: #303030;
  border: 1px #303030 solid;
  border-radius: 30px;
  background: #fff;
}

.c-blog-list__inner {
  width: 1000px;
  margin: auto;
  padding: 120px 0 80px;
}

@media screen and (max-width: 768px) {
  .c-blog-list__inner {
    width: 90%;
    padding: 60px 0 40px;
  }
}

.c-blog-list__path {
  font-size: 1.2rem;
  display: flex;
  padding-bottom: 24px;
  color: #666;
}

.c-blog-list__path li {
  margin-right: 12px;
}

.c-blog-list__path a {
  position: relative;
  text-decoration: underline;
  color: #999;
}

.c-blog-list__article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.c-blog-list__caption {
  font-size: 3.0rem;
  font-weight: bold;
  padding-bottom: 32px;
}

.c-company {
  padding: 80px 0;
  border-bottom: 1px solid #dedede;
}

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

.c-company__info {
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .c-company__info {
    padding-top: 32px;
  }
}

.c-company dl {
  display: flex;
  padding: 16px;
  border-top: 1px solid #efefef;
}

@media screen and (max-width: 768px) {
  .c-company dl {
    display: block;
  }
}

.c-company dt {
  width: 220px;
}

@media screen and (max-width: 768px) {
  .c-company dt {
    font-size: 1.4rem;
    font-weight: 500;
    color: #999;
  }
}

.c-company dd {
  width: calc(100% - 220px);
}

@media screen and (max-width: 768px) {
  .c-company dd {
    width: 100%;
  }
}

.c-contact {
  padding: 80px 0;
}

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

.c-contact__note {
  padding: 12px 0;
  text-align: center;
}

.c-contact__form {
  max-width: 640px;
  margin: auto;
  padding-top: calc(60px - 12px - 24px);
}

.c-contact__item {
  margin-top: 24px;
}

.c-contact__label {
  font-size: 1.6rem;
  padding-bottom: 8px;
}

.c-contact input[type='text'],
.c-contact input[type='tel'],
.c-contact input[type='email'],
.c-contact textarea {
  width: 100%;
  padding: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.c-contact__btn {
  font-size: 1.4rem;
  display: block;
  display: block;
  width: 280px;
  max-width: 280px;
  margin: auto;
  padding: 16px 24px;
  color: #fff;
  border: none;
  border-radius: 24px;
  background: #303030;
  -webkit-appearance: none;
}

.c-media {
  overflow: hidden;
  padding: 80px 0 140px;
  background: url("../img/bg-message--reverse.png") no-repeat center top;
  background-size: 100% 200px;
}

@media screen and (max-width: 768px) {
  .c-media {
    padding: 0 0 140px;
  }
}

.c-media h2 {
  color: #033161;
}

.c-media__frame {
  margin-top: 60px;
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  .c-media__frame {
    margin-top: 30px;
    padding: 20px 0;
  }
}

.c-media ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px 24px;
}

@media screen and (max-width: 768px) {
  .c-media ul {
    gap: 24px 16px;
  }
}

.c-media li {
  display: flex;
  width: calc(100% / 4 - 24px);
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .c-media li {
    width: calc(100% / 2 - 16px);
  }
}

.c-media__thumb img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-message {
  padding: 40px 0 80px;
  background: url("../img/bg-message.png") no-repeat center bottom;
  background-size: 100% 300px;
}

.c-message__text {
  font-size: 1.6rem;
  padding-top: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-message__text {
    padding-top: 0;
  }
}

.c-message__text p {
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .c-message__text p {
    padding-top: 32px;
  }
}

.c-mv {
  position: relative;
  background: url("../img/bg-mv.jpg") no-repeat center top;
  background-size: cover;
}

.c-mv::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 28, 55, 0.95);
}

.c-mv__logo {
  position: relative;
  z-index: 1;
  width: 160px;
  margin: auto;
  padding: 140px 0 40px;
}

@media screen and (max-width: 768px) {
  .c-mv__logo {
    width: 120px;
    padding: 72px 0 20px;
  }
}

.c-mv__catch {
  font-family: 'Shippori Mincho', serif;
  font-size: 2.8rem;
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .c-mv__catch {
    font-size: 2.4rem;
    line-height: 1.8;
    padding-bottom: 16px;
  }
}

.c-mv__catch span {
  font-size: 1.8rem;
  margin: 0 4px;
}

@media screen and (max-width: 768px) {
  .c-mv__catch span {
    font-size: 1.5rem;
    margin: 0;
  }
}

.c-mv__frame {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: 860px;
  margin: auto;
  padding-bottom: 60px;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .c-mv__frame {
    display: block;
    width: 100%;
  }
}

.c-mv__mission,
.c-mv__vision {
  position: relative;
  overflow: hidden;
  width: 48%;
  min-height: 260px;
  padding: 12px 16px;
  color: #ccc;
  border: 1px #ccc solid;
}

@media screen and (max-width: 768px) {
  .c-mv__mission,
  .c-mv__vision {
    width: 100%;
    min-height: 220px;
    padding: 12px;
  }
}

.c-mv__mission h2,
.c-mv__vision h2 {
  font-family: 'Shippori Mincho', serif;
  font-size: 4.0rem;
  line-height: 1;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px #ccc solid;
}

@media screen and (max-width: 768px) {
  .c-mv__mission h2,
  .c-mv__vision h2 {
    font-size: 3.2rem;
  }
}

.c-mv__mission p,
.c-mv__vision p {
  font-size: 1.8rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .c-mv__mission p,
  .c-mv__vision p {
    font-size: 1.4rem;
  }
}

.c-mv__mission::after,
.c-mv__vision::after {
  font-size: 9.6rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  right: -12px;
  bottom: 20px;
  color: rgba(204, 204, 204, 0.2);
}

@media screen and (max-width: 768px) {
  .c-mv__mission::after,
  .c-mv__vision::after {
    font-size: 5.6rem;
  }
}

.c-mv__mission::after {
  content: 'MISSION';
}

@media screen and (max-width: 768px) {
  .c-mv__mission {
    margin-bottom: 20px;
  }
}

.c-mv__vision::after {
  content: 'VISION';
}

.c-news {
  padding: 80px 0 40px;
}

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

.c-news__list {
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .c-news__list {
    padding-top: 30px;
  }
}

.c-news__list li {
  display: flex;
  padding: 16px 8px;
  border-bottom: 1px solid #dedede;
  align-items: center;
  align-items: stretch;
}

@media screen and (max-width: 768px) {
  .c-news__list li {
    display: block;
  }
}

.c-news__info {
  display: flex;
}

.c-news__block {
  display: block;
  width: 100%;
}

.c-news__title {
  font-size: 1.4rem;
  font-weight: bold;
  width: 100%;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .c-news__title {
    width: 100%;
    margin-top: 12px;
  }
}

.c-news__detail {
  font-size: 1.4rem;
  width: 100%;
  padding: 12px;
  background: #f5f0ec;
}

.c-news__category {
  font-size: 1.2rem;
  width: 80px;
  height: -moz-min-content;
  height: min-content;
  text-align: center;
  color: #0db398;
  border-radius: 4px;
}

.c-news__category--news {
  color: #0db398;
  border: 1px solid #0db398;
}

.c-news__category--release {
  color: #e45f2b;
  border: 1px solid #e45f2b;
}

.c-news__date {
  font-size: 1.4rem;
  font-weight: 500;
  width: 120px;
  text-align: center;
  color: #999;
}

.c-news__more {
  position: relative;
  right: 28px;
  bottom: -32px;
  display: flex;
  justify-content: right;
}

@media screen and (max-width: 768px) {
  .c-news__more {
    right: 40px;
  }
}

.c-news__more a {
  color: #303030 !important;
}

.c-news__more a::before {
  border-bottom: 1px #303030 solid;
}

.c-news-list__inner {
  width: 1000px;
  margin: auto;
  padding: 120px 0 80px;
}

@media screen and (max-width: 768px) {
  .c-news-list__inner {
    width: 90%;
    padding: 60px 0 40px;
  }
}

.c-news-list__path {
  font-size: 1.2rem;
  display: flex;
  padding-bottom: 24px;
  color: #666;
}

.c-news-list__path li {
  margin-right: 12px;
}

.c-news-list__path a {
  position: relative;
  text-decoration: underline;
  color: #999;
}

.c-news-list__article {
  padding: 0;
}

.c-news-list__article li {
  display: flex;
  padding: 16px 8px;
  border-bottom: 1px solid #dedede;
  align-items: center;
  align-items: stretch;
}

@media screen and (max-width: 768px) {
  .c-news-list__article li {
    display: block;
  }
}

.c-privacy__inner {
  width: 850px;
  margin: auto;
  padding: 120px 0 80px;
}

@media screen and (max-width: 768px) {
  .c-privacy__inner {
    width: 90%;
    padding: 60px 0 40px;
  }
}

.c-privacy__path {
  font-size: 1.2rem;
  display: flex;
  padding-bottom: 24px;
  color: #666;
}

.c-privacy__path li {
  margin-right: 12px;
}

.c-privacy__path a {
  position: relative;
  text-decoration: underline;
  color: #999;
}

.c-privacy h2 {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 16px;
}

.c-privacy h3 {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 16px;
}

.c-privacy p {
  padding-bottom: 24px;
}

.c-privacy__path {
  font-size: 1.2rem;
  display: flex;
  padding-bottom: 24px;
  color: #666;
}

.c-privacy__path li {
  margin-right: 12px;
}

.c-privacy__path a {
  position: relative;
  text-decoration: underline;
  color: #999;
}

.c-privacy__btn {
  margin-top: 24px;
  text-align: center;
}

.c-privacy__btn a {
  font-size: 1.4rem;
  display: block;
  width: 280px;
  margin: auto;
  padding: 16px 24px;
  color: #303030;
  border: 1px #303030 solid;
  border-radius: 30px;
  background: #fff;
}

.c-service {
  padding: 80px 0;
  background: #f5f0ec;
}

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

.c-service__frame {
  margin-top: 60px;
  padding: 40px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .c-service__frame {
    margin-top: 30px;
    padding: 20px;
  }
}

.c-service ul {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  gap: 32px 24px;
}

.c-service__thumb {
  border: 1px #ccc solid;
}

.c-service__thumb img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .c-service__thumb img {
    height: 80px;
  }
}

.c-service__name {
  text-align: center;
  text-decoration: underline;
  color: #303030;
}

.swiper-container {
  position: relative;
  overflow: visible;
  max-width: 1000px;
  margin: auto;
  padding: 0;
}

.swiper-slide {
  width: 380px;
  height: 100%;
  opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
  top: -30px !important;
}

.swiper-button-next {
  right: 0 !important;
  left: inherit;
  background-image: none;
}

.swiper-button-next::after {
  font-family: 'Font Awesome 5 Free';
  font-size: 2.8rem;
  font-weight: 900;
  content: '\f105';
  color: #fff;
}

.swiper-button-prev {
  right: 40px !important;
  left: inherit;
  background-image: none;
}

.swiper-button-prev::after {
  font-family: 'Font Awesome 5 Free';
  font-size: 2.8rem;
  font-weight: 900;
  content: '\f104';
  color: #fff;
}

.swiper-pagination-bullet {
  width: 58px;
  height: 6px;
  border-radius: 8px;
  background: #ccc;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  right: 0;
  bottom: -45px;
  left: 0;
}

.c-title {
  position: relative;
  background: url("../img/bg-mv.jpg") no-repeat center top;
  background-size: cover;
}

.c-title::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 28, 55, 0.9);
}

.c-title__frame {
  position: relative;
  z-index: 9;
  padding: 140px 0 80px;
}

@media screen and (max-width: 768px) {
  .c-title__frame {
    padding: 72px 0 40px;
  }
}

.c-title__frame h1 {
  font-size: 3.2rem;
  color: #fff;
}

.c-title__sub {
  font-size: 1.6rem;
  position: relative;
  color: #fff;
}

.c-title__sub::after {
  position: absolute;
  top: -4px;
  display: block;
  width: 30px;
  content: '';
  border-top: 1px #fff solid;
}

.c-footer {
  font-size: 1.2rem;
  padding: 16px 0;
  color: #fff;
  background: #303030;
}

@media screen and (max-width: 768px) {
  .c-footer {
    font-size: 1.1rem;
  }
}

.c-footer ul {
  display: flex;
  justify-content: space-between;
}

.c-footer ul a {
  text-decoration: underline;
  color: #fff;
}

.c-header {
  position: fixed;
  z-index: 10;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  background: rgba(0, 28, 55, 0.8);
}

.l-wrapper {
  position: relative;
  width: 100%;
  margin: auto;
}

.l-inner-l {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

.l-inner-m {
  position: relative;
  margin: auto;
}

.l-inner-s {
  position: relative;
  margin: auto;
}

.l-inner-ss {
  position: relative;
  margin: auto;
}

.c-menu-pc {
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.c-menu-pc li {
  font-size: 1.6rem;
  margin: 24px 32px;
}

.c-menu-pc span {
  font-size: 1.2rem;
}

.c-menu-pc a {
  color: #fff;
}

.c-menu-pc a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.c-menu-pc__contact {
  padding: 8px 24px;
  border-radius: 24px;
  background: #fff;
}

.c-menu-pc__contact a {
  color: #303030;
}

.c-menu-sp {
  position: relative;
  width: 100%;
}

.c-menu-sp__head {
  padding: 16px 12px;
}

.c-menu-sp__logo {
  display: flex;
  width: 90px;
}

.c-menu-sp__humberger {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.c-menu-sp__humberger div {
  position: absolute;
  right: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
}

.c-menu-sp__humberger div:nth-of-type(1) {
  bottom: 16px;
}

.c-menu-sp__humberger div:nth-of-type(2) {
  bottom: 8px;
  width: 13px;
}

.c-menu-sp__humberger div:nth-of-type(3) {
  bottom: 0;
  width: 16px;
}

.c-menu-sp__list {
  position: fixed;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  background: rgba(0, 28, 55, 0.8);
}

.c-menu-sp__list ul {
  margin: 40px auto;
}

.c-menu-sp__list li {
  margin: 20px 0;
  text-align: center;
}

.c-menu-sp__list li > a {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.c-menu-sp__close {
  position: absolute;
  z-index: 1;
  top: 16px;
  right: 16px;
  display: none;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.c-menu-sp__close::before,
.c-menu-sp__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 30px;
  content: '';
  background: #fff;
}

.c-menu-sp__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.c-menu-sp__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-menu-sp__contact a {
  font-weight: bold;
  display: block;
  width: 80%;
  max-width: 280px;
  margin: auto;
  padding: 8px 24px;
  color: #303030;
  border-radius: 24px;
  background: #fff;
}

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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

:root {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

* {
  box-sizing: border-box;
  list-style: none;
}

body,
html {
  font-family: 'Noto Sans JP', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  width: 100%;
  min-width: 769px;
  height: 100%;
  color: #303030;
}

@media screen and (max-width: 768px) {
  body,
  html {
    min-width: auto;
  }
}

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

a {
  text-decoration: none;
  outline: none;
}

a:hover {
  transition: opacity .2s;
  opacity: .7;
}

a :focus {
  outline: none;
}

#news,
#message,
#blog,
#service,
#contact {
  margin-top: -96px;
  padding-top: 96px;
}

@media screen and (max-width: 768px) {
  #news,
  #message,
  #blog,
  #service,
  #contact {
    margin-top: -50px;
    padding-top: 50px;
  }
}

.js-ani,
.js-fade {
  opacity: 0;
}

.ani-fadein-up {
  animation-name: fadeInUp;
  animation-duration: .8s;
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.ani-fadein {
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .is-sp {
    display: none;
  }
  .is-pc {
    display: block;
  }
}
