@charset "UTF-8";
/* -------------------------------
	共通
-------------------------------- */
/**/
.info_items {
  width: 100%;
  margin-bottom: 32px;
}
.info_items:not(.u-shadow-hover) {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  backface-visibility: hidden;
}
.info_items.u-shadow-hover > a {
  color: inherit;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  backface-visibility: hidden;
}
.info_items.u-shadow-hover > a:hover {
  text-decoration: none;
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
.info_items .post-thumbnail {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 768px) {
  .info_items .post-thumbnail {
    -webkit-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
  }
}
.info_items .post-thumbnail .photo {
  height: 0;
  padding-top: 56.333%;
  position: relative;
  z-index: 0;
}
.info_items .post-thumbnail .photo img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  object-position: 50% 50%;
  /* 中央寄せ　横/縦 */
  position: absolute;
  left: 0;
  top: 0;
}
.info_items .article-info {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 16px;
}
@media print, screen and (min-width: 768px) {
  .info_items .article-info {
    -webkit-flex: 1;
    flex: 1;
    max-width: 100%;
  }
}
.info_items .article-info .article-date {
  margin-bottom: 20px;
  font-weight: normal;
}
.info_items .article-info .article-excerpt {
  display: block;
  margin-top: 4px;
  font-size: 0.72727rem;
  line-height: 1.5;
  color: #484848;
}

/**/
.row-solution > [class^="col-"], .row-solution > [class*=" col-"] {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 1270px) {
  .row-solution {
    margin: 0 -28px;
  }
  .row-solution > [class^="col-"], .row-solution > [class*=" col-"] {
    padding: 0 28px;
  }
}

.solution_items{
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 20px;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  backface-visibility: hidden;
}
.solution_items:hover {
  color: #000000;
  text-decoration: none;
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
.solution_items .post-thumbnail{
  height: 0;
  padding-top: 56.333%;
  position: relative;
  z-index: 0;
}
.solution_items .post-thumbnail img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  /* 中央寄せ　横/縦 */
  position: absolute;
  left: 0;
  top: 0;
}
.solution_items .article-info .title{
  margin-bottom: 0.5rem;
  color: #3f5973;
  text-align: center;
}
.solution_items .article-info .text{
  margin-bottom: 0;
}

/* -------------------------------
	2カラム
-------------------------------- */
#wrap-col-2 #contents {
  margin-top: 0 !important;
}

@media screen and (min-width: 992px) {
  #wrap-col-2 {
    display: -webkit-flex;
    display: flex;
  }
  #wrap-col-2 #aside {
    -webkit-flex: 0 0 250px;
    flex: 0 0 250px;
    max-width: 250px;
  }
  #wrap-col-2 #aside .side_kotei {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
  }
  #wrap-col-2 #contents {
    -webkit-flex: 1;
    flex: 1;
    padding-right: 50px;
    order: -1;
  }
}
@media print {
  #wrap-col-2 {
    width: 100%;
    display: block;
    *zoom: 1;
  }
  #wrap-col-2:after {
    content: "";
    display: table;
    clear: both;
  }
  #wrap-col-2 #contents {
    width: 880px;
    float: left;
    padding-left: 50px;
  }
  #wrap-col-2 #aside {
    width: 250px;
    float: right;
  }
}
/* -------------------------------
	カテゴリー
-------------------------------- */
.cat_menu {
  margin-bottom: 30px;
}
.cat_menu-title {
  color: #fff;
  line-height: 2;
  padding: 0.3em 0.75em;
  margin: 0;
  background-color: #004e8e;
  position: relative;
  cursor: pointer;
}
.cat_menu-title i {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -.5em;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cat_menu-title.on i {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cat_menu .catnavi {
  margin: 0;
  display: none;
}
.cat_menu .catnavi > ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
.cat_menu .catnavi > ul > li {
  margin-top: 1px;
}
.cat_menu .catnavi a {
  text-decoration: none;
}
.cat_menu .catnavi a:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .cat_menu .catnavi > ul > li > a {
    color: #fff;
    display: block;
    padding: 10px 20px;
    background-color: #A5A5A5;
  }
  .cat_menu .catnavi > ul > li.active > a, .cat_menu .catnavi > ul > li > a:hover {
    background-color: #3f5973;
  }
}
@media print, screen and (min-width: 992px) {
  .cat_menu .catnavi > ul > li + li {
    margin-top: 1.6rem;
  }
  .cat_menu .catnavi > ul > li > a {
    text-decoration: none;
    display: block;
    padding: 10px 20px;
    border: 1px solid #3f5973;
    background: #3f5973;
    color: #fff;
    font-weight: bold;
    outline: 1px solid #fff;
    outline-offset: -5px;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
  }
  .cat_menu .catnavi > ul > li > a:hover {
    background: #ffffff;
    color: #3f5973;
  }
}
.cat_menu + .cat_menu {
  margin-top: 5px;
}
@media print, screen and (min-width: 992px) {
  .cat_menu-title {
    display: none;
  }
  .cat_menu .catnavi {
    display: block;
  }
  .cat_menu + .cat_menu {
    margin-top: 30px;
  }
}

/* -------------------------------
	コンテンツ
-------------------------------- */
.box-parts-1 h2 {
  color: #333333;
  background: none;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 0;
  font-size: 1.8rem;
  text-align: center;
}
.box-parts-1 h3 {
  border: none;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
}

/* -------------------------------
	box
-------------------------------- */
.box-inner {
  margin-top: 16px;
  margin-bottom: 32px;
}
@media print, screen and (min-width: 768px) {
  .box-inner {
    margin-top: 40px;
    margin-bottom: 64px;
  }
}
body.home .box-inner {
  margin-top: 0;
}

.box-inner-960 {
  margin-top: 16px;
  margin-bottom: 32px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .box-inner-960 {
    margin-top: 40px;
    margin-bottom: 64px;
  }
}

.box-inner-1180 {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.ast {
  margin-top: 20px;
  text-indent: -0.7em;
  padding-left: 1em;
}

/* -------------------------------
	mainvisual
-------------------------------- */
.mainvis {
  position: relative;
  overflow: hidden;
}
.mainvis .swiper-slide{
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainvis .swiper-slide::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 60%);
  content: "";
  z-index: 1;
}
.mainvis .swiper-slide img{
  max-width: initial;
}
.mainvis .swiper-slide .copyright{
  position: absolute;
  bottom: 30px;
  right: 30px;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  z-index: 2;
}
.mainvis-text{
  position: absolute;
  bottom: 50px;
  left: 5vw;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8),
  0 0 10px rgba(0, 0, 0, 0.8),
  0 0 16px rgba(0, 0, 0, 0.8);
  z-index: 2;
}
.mainvis-text .title{
  margin-bottom: 30px;
  font-size: 100px;
  line-height: 1;
}
.mainvis-text .detail{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  white-space: nowrap;
}

@media screen and (max-width: 1399px) {
  .mainvis img{
    width: 1600px;
  }
  .mainvis-text{
    bottom: 30px;
  }
  .mainvis-text .title{
    margin-bottom: 20px;
    font-size: 80px;
  }
  .mainvis-text .detail{
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .mainvis img{
    width: 100%;
    min-width: 600px;
  }
  .mainvis .swiper-slide::after{
    background: rgba(0, 0, 0, 0.2);
  }
  .mainvis-text{
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, calc(50% + 40px));
    text-align: center;
  }
  .mainvis .swiper-slide .copyright{
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .mainvis-text .title{
    font-size: 60px;
  }
  .mainvis-text .detail{
    font-size: 14px;
  }
  .mainvis .swiper-slide .copyright{
    bottom: 15px;
    right: 15px;
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .mainvis-text .title{
    font-size: 12vw;
  }
  .mainvis-text .detail{
    font-size: 3vw;
  }
}

.header-eyecatch {
  position: relative;
  padding-left: 0%;
  padding-right: 0%;
}

.separator-section-double-wave {
  position: absolute;
  bottom: -3px;
  height: 60px;
  width: 100%;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .separator-section-double-wave {
    height: 120px;
  }
}
.separator-section-double-wave path:nth-child(1) {
  opacity: 0.3;
}

.separator-section-double-wave path:nth-child(2) {
  opacity: 0.5;
}

.particles-js-canvas-el {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
}

/* -------------------------------
	home
-------------------------------- */
/* トップページ*/
h3.top-h3, h2.top-h3 {
  line-height: 1.33333;
  text-align: center;
  border: none !important;
  margin-top: 48px;
  margin-bottom: 40px;
}

.news-area p, .event-area p {
  margin-bottom: 0;
}

a.more {
  display: block;
  text-align: right;
  margin-top: 10px;
}

h3.article-title-event {
  line-height: 1.5;
  font-size: 1.14286rem;
  letter-spacing: 0.04em !important;
  color: #333 !important;
  background: none !important;
  margin-top: 0 !important;
  margin-bottom: 20px;
}

.event-area .pc-list {
  margin-right: 0px;
  margin-bottom: 32px;
  width: calc(100% - 0px);
}

p.article-date {
  margin-bottom: 20px;
  font-weight: normal;
}

@media screen and (max-width: 480px) {
  .event-area .sp-card-1 {
    width: calc(100% - 0px) !important;
  }
}
/* -------------------------------
	旧サイトから移植
-------------------------------- */
/*PC SP 切り替え*/
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 480px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  p.article-excerpt {
    margin-bottom: 0px;
  }
  p.article-excerpt br {
    display: block;
    content: "";
    margin-bottom: 20px;
  }

  .sp-card-1 .article-info {
    padding-bottom: 24px;
  }
}
.note {
  font-size: 0.85em;
  margin-bottom: 0;
}

.padding-indent {
  padding-left: 2em !important;
}

.col2 {
  display: table;
}

.col2-left, .col2-right {
  display: table-cell;
  width: 50%;
  padding: 0;
}

.col2-left {
  padding-right: 20px;
}

.col2-right {
  padding-left: 20px;
}
.col2-right p {
  margin-bottom: 0px;
}

.col2-left p {
  margin-bottom: 0px;
}

.col2 ol {
  margin-bottom: 20px;
}
.col2 ol li {
  line-height: 1.5 !important;
}

.col3 {
  display: table;
}

.col3-inner {
  display: table-cell;
  width: 33%;
  text-align: center;
  padding: 10px;
}

.col40 {
  display: table-cell;
  width: 40%;
  padding: 10px;
}

.col60 {
  display: table-cell;
  width: 60%;
  padding: 10px;
}

.upper-image img {
  width: 80%;
}

.top {
  vertical-align: top;
}

.center {
  text-align: center !important;
}

.middle {
  vertical-align: middle;
}

.width-60 {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .col2 {
    display: block;
  }

  .col2-left, .col2-right {
    display: block;
    width: 100%;
    padding: 0 0;
  }

  .col2-left {
    padding-right: 0px;
  }

  .col2-right {
    padding-left: 0px;
  }

  .upper-image img {
    width: 100%;
  }

  .margin-top-sp {
    margin-top: 20px;
  }

  .margin-top-0-sp {
    margin-top: 0px !important;
  }

  .col3 {
    display: block;
  }

  .col3-inner {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
  }

  .col40, .col60 {
    display: block;
    width: 100%;
  }

  .width-60 {
    width: 100%;
    margin: 0 0 20px 0 !important;
    border-radius: 10px !important;
  }
}
.margin-top-20 {
  margin-top: 20px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.no-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.top h4 {
  margin-top: 0 !important;
}

@media screen and (max-width: 480px) {
  .margin-top-0-sp {
    margin-top: 0px !important;
  }

  .margin-top-20-sp {
    margin-top: 20px !important;
  }
}
.bg-1 {
  background: rgba(63, 89, 115, 0.1);
  padding: 20px 20px;
  border-radius: 10px;
}

.bg-2 {
  padding: 20px 20px;
  border-radius: 10px;
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.1), 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.red {
  color: red;
  font-weight: bold;
  margin-bottom: 0;
}

.center {
  text-align: center;
  margin: auto;
}

.dammy-application-btn {
  display: block;
  width: 80%;
  margin: 50px auto 0;
  text-align: center;
  background: #8c6e8c;
  padding: 10px;
  color: #ffffff;
  font-weight: bold;
  border: 1px solid #8c6e8c;
  border-radius: 10px;
}

/* -------------------------------
	記事エリア
-------------------------------- */
.single-body {
  padding-bottom: 32px;
  width: 100%;
}
.single-body > :first-child {
  margin-top: 10px !important;
}
@media print, screen and (min-width: 768px) {
  .single-body {
    padding-bottom: 48px;
  }
}
.single-title-1 {
    font-size: 1.375rem;
    font-weight: bold;
    color: #3f5973;
    line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .single-title-1 {
      font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .single-title-1 {
      font-size: 2rem;
  }
}

.single-title-2 {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 12px;
  padding-left: 12px;
  margin-top: 0;
  margin-bottom: 20px;
  background-color: #3f5973;
  font-size: 1.25rem;
  color: #ffffff;
}
@media print, screen and (min-width: 768px) {
  .single-title-2 {
      font-size: 1.33333rem;
  }
}

.single-title-3 {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 12px;
  padding-left: 12px;
  margin-top: 0;
  margin-bottom: 20px;
  border: 2px solid #3f5973;  
  font-size: 1.14286rem;
  line-height: 1.3;
}

.single-title-4 {
  padding-left: 12px;
  margin-top: 0;
  margin-bottom: 20px;
  border-left: 3px solid #3f5973;
  font-size: 1.14286rem;
  line-height: 1.3;
}

.single-body h1 {
  margin-top: 64px;
  line-height: 1.6;
}
.single-body h2 {
  margin-top: 56px;
  line-height: 1.6;
}
.single-body h3 {
  margin-top: 48px;
  line-height: 1.33333;
}
.single-body h4 {
  margin-top: 40px;
  line-height: 1.14286;
}
.single-body h5 {
  margin-top: 32px;
  line-height: 1.14286;
}
.single-body h6 {
  margin-top: 32px;
  line-height: 1.14286;
}
.single-body h2, .single-body .h2 {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 12px;
  padding-left: 12px;
  background-color: #3f5973;
  color: #ffffff;
}
.single-body h3, .single-body .h3 {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 12px;
  padding-left: 12px;
  border: 2px solid #3f5973;
}
.single-body h4, .single-body .h4 {
  padding-left: 12px;
  border-left: 3px solid #3f5973;
}
.single-body > p {
  margin-top: 32px;
  line-height: 1.9em;
}

.single-body ol {
  line-height: 2;
  padding-left: 1.125em;
  position: relative;
}

.single-body hr {
  border-bottom-width: 1px;
}
.single-body > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.next-page-link):not(.ad-box):not(p) {
  margin-top: 40px;
}

.tac {
  text-align: center;
}
/*# sourceMappingURL=module.css.map */
