@charset "UTF-8";
.fadein {
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
  opacity: 0;
}

.fadein.active {
  opacity: 1;
}

.fadein-left {
  -webkit-transition: all .6s linear;
  transition: all .6s linear;
  -webkit-transform: translateX(-1000px);
  transform: translateX(-1000px);
  opacity: 0;
}

.fadein-left.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.fadein-bottom {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}

.fadein-bottom.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.main-color {
  color: #183264 !important;
}

.main-color-lighten {
  color: #6784be !important;
}

.bg-white {
  background-color: #ffffff;
}

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  /*10px*/
}

body {
  background-color: #ffffff !important;
  color: #333333 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "游ゴシック Medium", "Yu Gothic", YuGothic, YuGothicMedium, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
  margin: 0px;
}

@media only screen and (max-width: 990px) {
  body {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
}

section {
  width: 100%;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}

@media only screen and (max-width: 990px) {
  section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

p {
  margin-top: 0;
  margin-bottom: 2rem !important;
  font-size: 15px !important;
  font-size: 1.5rem !important;
  line-height: 1.8;
}

@media only screen and (max-width: 990px) {
  p {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
}

a:hover {
  opacity: 0.7 !important;
}

.text-color-default {
  color: #333333 !important;
}

.w-100-sp {
  width: auto;
}

@media only screen and (max-width: 990px) {
  .w-100-sp {
    width: 100%;
  }
}

.fleft {
  float: left;
}

.clear_fleft {
  clear: left;
}

.fright {
  float: right;
}

.clear_fright {
  clear: right;
}

.b {
  font-weight: bold !important;
}

.fw_normal {
  font-weight: normal !important;
}

.dc {
  font-size: xx-small;
}

.txt-center {
  text-align: center !important;
}

.txt-left {
  text-align: left !important;
}

.txt-right {
  text-align: right !important;
}

.bg-main {
  background-color: #183264;
}

.bg-blue {
  background-color: #6784be;
}

.bg-blue-light {
  background-color: #f4f5f6;
}

.bg-blue-lightmore {
  background-color: #f8f9fa;
}

@media only screen and (max-width: 990px) {
  .pcView {
    display: none !important;
  }
}

@media only screen and (min-width: 991px) {
  .spView {
    display: none !important;
  }
}

.m-block-white {
  background-color: #ffffff;
  padding: 60px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 990px) {
  .m-block-white {
    margin-bottom: 30px;
  }
}

.m-block-lightblue {
  background-color: #f4f5f6;
}

.m-block-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
}

@media only screen and (max-width: 990px) {
  .m-block-col-2 {
    display: block;
    padding: 0;
  }
}

.m-block-col-2 .m-block-content {
  width: 50%;
  margin-right: 80px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
  border-radius: 2px;
}

@media only screen and (max-width: 990px) {
  .m-block-col-2 .m-block-content {
    width: 100%;
    margin-right: 0px;
  }
}

.m-block-col-2 .m-block-content figure:before {
  content: "";
  display: block;
  padding-top: 39%;
}

.m-block-col-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
}

@media only screen and (max-width: 990px) {
  .m-block-col-3 {
    display: block;
    padding: 0;
  }
}

.m-block-col-3 .m-block-content {
  width: 32%;
  margin-right: 2%;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 990px) {
  .m-block-col-3 .m-block-content {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

.m-block-col-3 .m-block-content figure:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.m-block-content {
  background-color: #fff;
}

.m-block-content:last-child {
  margin-right: 0px;
}

.m-block-content figure {
  width: 100%;
  height: auto;
  margin: 0px;
  position: relative;
  overflow: hidden;
}

.m-block-content figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  width: 100%;
  height: auto;
}

.m-block-link {
  display: block;
}

.m-block-detail {
  margin: 20px;
}

.m-block-detail p {
  margin: 0 !important;
}

.m-block-detail-link {
  text-align: right;
  display: block;
  font-size: 14px !important;
  font-size: 1.4rem !important;
  margin-right: 20px;
  margin-top: auto;
}

.m-block-detail-link p {
  margin: 0px !important;
}

.m-block-bgimg {
  background-image: url("/images-corp/ulucus.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px;
}

@media only screen and (max-width: 990px) {
  .m-block-bgimg {
    background-image: none;
    height: auto;
  }
}

.m-block-bgimg figure {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
}

@media only screen and (max-width: 990px) {
  .m-block-bgimg figure {
    text-indent: unset;
    overflow: auto;
  }
  .m-block-bgimg figure img {
    width: 100%;
  }
}

.m-block-inner {
  margin: auto;
  width: 100%;
  max-width: 1200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 990px) {
  .m-block-inner {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 990px) {
  .m-block-about {
    padding-top: 0px;
  }
}

.btn-fz__defa, .btn-large {
  font-size: 20px !important;
  font-size: 2rem !important;
}

@media only screen and (max-width: 990px) {
  .btn-fz__defa, .btn-large {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
}

.btn__defa, .btn-large, .btn-small {
  display: inline-block;
  text-align: center;
  background-color: #6784be;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border-radius: 100px;
  position: relative;
  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;
}

.btn-large {
  width: 510px;
  height: 82px;
  margin: auto;
}

@media only screen and (max-width: 990px) {
  .btn-large {
    width: 80%;
    height: 60px;
  }
}

.btn-small {
  font-size: 13px !important;
  font-size: 1.3rem !important;
  padding: 12px 5px;
  width: 250px;
}

@media only screen and (max-width: 766px) {
  .btn-small {
    font-size: 11px !important;
    font-size: 1.1rem !important;
    width: 204px;
    padding: 10px 5px;
  }
}

.title-main {
  color: #ccba72;
  font-size: 35px !important;
  font-size: 3.5rem !important;
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 1.3;
  margin-top: 5px;
}

@media only screen and (max-width: 990px) {
  .title-main {
    font-size: 20px !important;
    font-size: 2rem !important;
    font-weight: bold;
    margin-bottom: 1rem;
  }
}

.title-main-en {
  font-size: 85px !important;
  font-size: 8.5rem !important;
  color: #183264;
  font-weight: 700;
  position: relative;
}

@media only screen and (max-width: 990px) {
  .title-main-en {
    font-size: 40px !important;
    font-size: 4rem !important;
  }
}

.title-main-en::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0px;
  right: 0;
  background: #183264;
}

.title-sub {
  color: #183264;
  font-size: 25px !important;
  font-size: 2.5rem !important;
  font-weight: bold;
  line-height: 1;
  display: block;
}

.title-sub-en {
  color: #ccba72;
  font-size: 22px !important;
  font-size: 2.2rem !important;
  margin-bottom: 10px;
  display: block;
}

.past_blog_list {
  text-align: center;
  width: 100%;
}

.past_blog_list a {
  color: #fff;
  background-color: #6784be;
  font-size: 16px !important;
  font-size: 1.6rem !important;
  color: #fff;
  font-weight: bold;
  width: 30%;
  border-radius: 30px;
  display: block;
  margin: auto;
  padding: 20px 10px;
  margin-top: 30px;
}

@media only screen and (max-width: 990px) {
  .past_blog_list a {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    width: 100%;
    padding: 15px 10px;
  }
}

.past_blog_list a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  display: inline-block;
  margin-left: 5px;
}

.post-list-title {
  line-height: 1.6 !important;
  font-weight: bold !important;
  font-size: 16px !important;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (min-width: 768px) {
  #main-contents-one {
    width: 100%;
    float: left;
    margin-left: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  #main-contents-one {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 20px;
  }
}

.post-list-mag .post-list-link:hover, .post-list-mag-sp1col .post-list-link:hover, .post-list-mag3col .post-list-link:hover, .post-list-mag3col-slide .post-list-link:hover {
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 767px) {
  .post-list.basicstyle .post-list-item .post-list-inner .post-list-thumb {
    width: 100%;
  }
  .post-list.basicstyle .post-list-item .post-list-inner .post-list-meta {
    width: 100%;
  }
  a.post-list-link {
    margin-bottom: 20px;
  }
  .sp-menu-open, .sp-menu-close {
    z-index: 4;
    top: 14px;
  }
  .sp-menu-box {
    background-color: rgba(255, 255, 255, 0.9);
  }
}

.post-list-item .m-block-detail-link {
  margin-right: 0px;
}

.post-list.basicstyle .post-list-item .post-list-inner {
  display: block;
}

.cps-icon-bar, #navtoggle:checked + .sp-menu-open .cps-icon-bar {
  background-color: #183264;
}
/*# sourceMappingURL=app.css.map */