@charset "UTF-8";
/*basic*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

.clear {
  clear: both;
}

@media screen and (max-width: 767px) {
  .pc-s {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp-s {
    display: none !important;
  }
}
.mt1 {
  margin-top: 1em;
}

.mt2 {
  margin-top: 2em;
}

.mt3 {
  margin-top: 3em;
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb3 {
  margin-bottom: 3em;
}

h1, h2, h3, h4, h5, h5, p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .header-logo {
    padding: 0;
  }
}
.header-logo a {
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-logo a img {
  width: 105px;
  height: auto;
  margin-right: 40px;
}
@media (max-width: 1440px) {
  .header-logo a img {
    width: 85px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header-logo a img {
    width: 65px;
    margin-right: 5px;
  }
}
.header-logo a span {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .header-logo a span {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .header-logo a span {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header-logo a span {
    font-size: 22px;
  }
}

.header-layout7 .main-menu > ul > li::before {
  content: none;
}

@media (max-width: 1600px) {
  .header-layout7 .main-menu > ul > li > a {
    padding: 25px 0;
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .header-layout7 .main-menu > ul > li > a {
    padding: 25px 0 25px 5px;
    font-size: 14px;
  }
}
@media (any-hover: hover) {
  .header-layout7 .main-menu > ul > li > a:hover {
    color: var(--theme-color);
  }
}

@media (max-width: 1024px) {
  .header-button {
    position: absolute;
    right: 10%;
    top: 0;
    width: 56px;
  }
}
@media screen and (max-width: 767px) {
  .header-button {
    right: 0;
  }
}

@media (max-width: 1024px) {
  .th-menu-wrapper .mobile-logo {
    padding: 15px 0;
    text-align: center;
  }
  .th-menu-wrapper .mobile-logo img {
    max-width: 50%;
    margin: auto;
  }
  .th-menu-wrapper .mobile-logo span {
    color: white;
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    display: block;
  }
}

@media (max-width: 1024px) {
  .header-layout7 .header-button .icon-btn {
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 25px;
  }
}

.header-layout7 .main-menu a {
  font-size: 20px;
}

.site-kv-wrapper {
  position: relative;
  height: 1035px;
  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%;
  overflow: hidden;
}
@media (max-width: 1740px) {
  .site-kv-wrapper {
    height: 850px;
  }
}
@media (max-width: 1440px) {
  .site-kv-wrapper {
    height: 700px;
  }
}
@media (max-width: 1240px) {
  .site-kv-wrapper {
    height: 600px;
  }
}
@media (max-width: 1024px) {
  .site-kv-wrapper {
    height: 580px;
  }
}
.site-kv-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 100%;
  z-index: -1;
}
@media (max-width: 1024px) {
  .site-kv-wrapper video {
    height: 100%;
    width: auto;
    max-width: inherit;
  }
}
.site-kv-wrapper h2 {
  font-size: 80px;
  font-weight: bold;
  position: relative;
  z-index: 5;
  color: white;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  margin: 0;
}
@media (max-width: 1740px) {
  .site-kv-wrapper h2 {
    font-size: 72px;
  }
}
@media (max-width: 1440px) {
  .site-kv-wrapper h2 {
    font-size: 64px;
  }
}
@media (max-width: 1024px) {
  .site-kv-wrapper h2 {
    font-size: 56px;
  }
}
@media screen and (max-width: 767px) {
  .site-kv-wrapper h2 {
    font-size: 45px;
    letter-spacing: 0.08em;
  }
}
.site-kv-wrapper h2.loaded {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .title-area .sec-title + p {
    text-align: left;
  }
  .title-area .sec-title + p.sp-center {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .about-sec {
    padding-top: var(--section-space-mobile) !important;
  }
}

.service-sec .service-list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
}
@media (max-width: 1024px) {
  .service-sec .service-list .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.service-sec .service-list .list li {
  width: 25%;
  position: relative;
}
@media (max-width: 1024px) {
  .service-sec .service-list .list li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .service-sec .service-list .list li {
    width: 50%;
  }
}
.service-sec .service-list .list li img {
  width: 100%;
}
.service-sec .service-list .list li .mask-wrap {
  position: absolute;
  left: 5%;
  bottom: 5%;
  width: 80%;
  min-height: 160px;
  background: rgba(16, 19, 28, 0.2);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1440px) {
  .service-sec .service-list .list li .mask-wrap {
    padding: 30px 10px;
    width: 90%;
    min-height: inherit;
  }
}
@media (max-width: 1024px) {
  .service-sec .service-list .list li .mask-wrap {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .service-sec .service-list .list li .mask-wrap {
    padding: 15px 10px;
  }
}
.service-sec .service-list .list li .mask-wrap span {
  font-size: 25px;
  color: white;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .service-sec .service-list .list li .mask-wrap span {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .service-sec .service-list .list li .mask-wrap span {
    font-size: 20px;
  }
}

.work-sec .service-card-2_img {
  height: 200px;
}

@media screen and (max-width: 767px) {
  .slick-track > [class*=col] {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.service-card-2 .box-title {
  font-size: 21px;
}

.slick-dots {
  bottom: 0px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
}

.slick-dots::before, .slick-dots::after {
  content: none;
}

/* slick全体に適用（クラス名は使用中の構造に合わせて変更可） */
.th-carousel .slick-prev,
.th-carousel .slick-next,
.th-carousel .slick-dots {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition: none !important;
  transition: none !important;
}

/* slickがhover時だけ表示される仕様を打ち消す */
.th-carousel:hover .slick-prev,
.th-carousel:hover .slick-next,
.th-carousel:hover .slick-dots {
  opacity: 1 !important;
  visibility: visible !important;
}

/* （念のため）位置がズレる場合 */
.th-carousel .slick-prev,
.th-carousel .slick-next {
  pointer-events: auto !important;
}

.slick-dots li {
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .slick-dots li {
    margin: 0 10px;
  }
}

.slick-dots li button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: -9999px;
  background: #fff;
  border: 1px solid #0381F5;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 767px) {
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}

.slick-dots li.slick-active button {
  background: #0381F5;
}

.th-carousel .slick-prev {
  left: -100px !important;
}
@media (max-width: 1440px) {
  .th-carousel .slick-prev {
    left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .th-carousel .slick-prev {
    left: 0 !important;
  }
}

.th-carousel .slick-next {
  right: -100px !important;
}
@media (max-width: 1440px) {
  .th-carousel .slick-next {
    right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .th-carousel .slick-next {
    right: 0 !important;
  }
}

.news-sec {
  max-width: 1440px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .news-sec {
    max-width: 100%;
  }
}
@media (max-width: 1440px) {
  .news-sec .price-area {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .news-sec .price-area {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.news-sec .news-wrap {
  background: white;
  border-radius: 65px;
  padding: 85px 0;
}
@media (max-width: 1440px) {
  .news-sec .news-wrap {
    max-width: 1250px;
    margin: auto;
  }
}
@media (max-width: 1300px) {
  .news-sec .news-wrap {
    max-width: 1140px;
  }
}
@media (max-width: 1200px) {
  .news-sec .news-wrap {
    max-width: 930px;
  }
}
@media (max-width: 1024px) {
  .news-sec .news-wrap {
    padding: 60px 0;
  }
}
@media (max-width: 993px) {
  .news-sec .news-wrap {
    max-width: 690px;
  }
}
@media screen and (max-width: 767px) {
  .news-sec .news-wrap {
    max-width: 510px;
    border-radius: 35px;
    padding: 45px 0;
  }
}
.news-sec .news-wrap .list {
  list-style-type: none;
  padding: 0 80px 0 0;
  max-width: 1000px;
  margin: auto;
  overflow: auto;
  max-height: 350px;
}
@media (max-width: 1024px) {
  .news-sec .news-wrap .list {
    padding: 0 40px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .news-sec .news-wrap .list {
    padding: 0 40px 0 20px;
    max-width: 100%;
    max-height: 400px;
  }
}
.news-sec .news-wrap .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-sec .news-wrap .list li:not(:last-child) {
  border-bottom: 1px solid #707070;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .news-sec .news-wrap .list li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: block;
  }
}
.news-sec .news-wrap .list li time {
  width: 170px;
  color: #0281F5;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news-sec .news-wrap .list li time {
    width: 100%;
    font-size: 16px;
  }
}
.news-sec .news-wrap .list li .txt-area {
  width: calc(100% - 170px);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .news-sec .news-wrap .list li .txt-area {
    width: 100%;
    margin-top: 10px;
  }
}
.news-sec .news-wrap .list li .txt-area h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .news-sec .news-wrap .list li .txt-area h3 {
    margin: 0 0 10px;
  }
}
.news-sec .news-wrap .list li .txt-area p {
  font-size: 18px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .news-sec .news-wrap .list li .txt-area p {
    font-size: 16px;
  }
}

.greeting-sec .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1024px) {
  .greeting-sec .container {
    display: block;
  }
}
.greeting-sec .container .txt-area {
  width: 55%;
  padding-right: 50px;
}
@media (max-width: 1024px) {
  .greeting-sec .container .txt-area {
    width: 100%;
    padding: 0 0 25px;
  }
}
.greeting-sec .container .txt-area .txt {
  font-size: 16px;
  line-height: 1.8;
}
.greeting-sec .container .txt-area .sign {
  text-align: right;
  font-weight: bold;
  font-size: 18px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .greeting-sec .container .txt-area .sign {
    font-size: 16px;
  }
}
.greeting-sec .container .thumb-area {
  width: 45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1024px) {
  .greeting-sec .container .thumb-area {
    width: 100%;
    margin: auto;
  }
}
.greeting-sec .container .thumb-area img {
  width: 100%;
  height: auto;
}

.company-sec {
  overflow: hidden;
}
.company-sec .why-area_content {
  background: rgba(20, 43, 116, 0.9);
}
.company-sec .tbl-wrap {
  width: 100%;
}
.company-sec .tbl-wrap table {
  width: 100%;
  border-collapse: collapse;
  border: 0 !important;
}
.company-sec .tbl-wrap table th {
  width: 150px;
  font-size: 16px;
  color: white;
  border: 0;
}
@media screen and (max-width: 767px) {
  .company-sec .tbl-wrap table th {
    width: 120px;
    vertical-align: top;
  }
}
.company-sec .tbl-wrap table td {
  font-size: 16px;
  color: white;
  border: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.company-sec .tbl-wrap table td a {
  color: currentColor;
  text-decoration: underline;
}
.company-sec .tbl-wrap table td a:hover {
  color: yellow;
  text-decoration: none;
}
.company-sec .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
}
@media (max-width: 1024px) {
  .company-sec .btn-wrap {
    display: block;
  }
}
.company-sec .btn-wrap li {
  width: 270px;
}
@media (max-width: 1024px) {
  .company-sec .btn-wrap li {
    width: 100%;
  }
}
.company-sec .btn-wrap li:nth-child(odd) {
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .company-sec .btn-wrap li:nth-child(odd) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.company-sec .btn-wrap li a {
  width: 100%;
  height: 65px;
  font-size: 16px;
  font-weight: bold;
  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;
  border-radius: 13px;
  background: #0381F5;
  border: 3px solid #0381F5;
  color: white;
}
@media (any-hover: hover) {
  .company-sec .btn-wrap li a:hover {
    background: white;
    color: #0381F5;
    border: 3px solid #0381F5;
  }
}

.contact-sec .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin: auto;
  gap: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contact-sec .btn-wrap {
    display: block;
    max-width: 100%;
  }
}
.contact-sec .btn-wrap .contact-info {
  width: 47%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .contact-sec .btn-wrap .contact-info {
    width: 100%;
  }
}
.contact-sec .btn-wrap .contact-info .media-body a {
  display: inline-block;
}
.contact-sec .btn-wrap .contact-info .media-body .fax {
  pointer-events: none;
  text-decoration: none;
}
.contact-sec .btn-wrap .contact-info .media-body .fax a {
  display: inline;
  text-decoration: none;
}
.contact-sec .btn-wrap .contact-info .media-body .office-hours {
  font-size: 14px;
}
.contact-sec .btn-wrap .contact-info:nth-child(1) .contact-info_icon {
  background-color: var(--theme-color3);
}
.contact-sec .btn-wrap .contact-info:nth-child(2) .contact-info_icon {
  background-color: var(--theme-color2);
}

.recruit-sec .list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 1024px) {
  .recruit-sec .list-wrap {
    display: block;
  }
}
.recruit-sec .list-wrap li {
  background: white;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33.3%;
}
@media (max-width: 1024px) {
  .recruit-sec .list-wrap li {
    width: 100%;
    padding: 15px;
  }
  .recruit-sec .list-wrap li + li {
    margin-top: 15px;
  }
}
.recruit-sec .list-wrap li .thumb {
  width: 86px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1024px) {
  .recruit-sec .list-wrap li .thumb {
    width: 55px;
  }
}
.recruit-sec .list-wrap li .thumb img {
  width: 100%;
  height: auto;
}
.recruit-sec .list-wrap li .txt-area h3 {
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .recruit-sec .list-wrap li .txt-area h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.recruit-sec .list-wrap li .txt-area .line-btn {
  color: var(--title-color);
}
.recruit-sec .list-wrap li .txt-area .line-btn::before {
  content: none;
}
.recruit-sec .list-wrap li .txt-area .line-btn i {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  background-color: var(--smoke-color2);
  color: var(--theme-color);
  margin-left: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.recruit-sec .list-wrap li .txt-area .line-btn:hover {
  color: var(--theme-color);
}
.recruit-sec .list-wrap li .txt-area .line-btn:hover i {
  background-color: var(--theme-color);
  color: white;
}

.footer-wrapper {
  background: #2a2a8b;
}
.footer-wrapper.footer-layout7 .copyright-wrap {
  background: transparent;
}
.footer-wrapper .copy-wrap {
  position: relative;
  color: white;
}
.footer-wrapper .copy-wrap .copyright-text {
  color: white;
}
.footer-wrapper .copy-wrap .policy-link {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5em;
  color: white;
}
@media screen and (max-width: 767px) {
  .footer-wrapper .copy-wrap .policy-link {
    position: inherit;
    right: 0;
    top: 0;
    margin: 0 0 15px;
    text-align: center;
  }
}
.footer-wrapper .copy-wrap .policy-link a {
  color: white;
  text-decoration: underline;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (any-hover: hover) {
  .footer-wrapper .copy-wrap .policy-link a:hover {
    text-decoration: none;
  }
}

.pop-style {
  position: relative;
  max-width: 950px;
  margin: auto;
  background: #fff;
  padding: 105px 75px 105px;
}
@media screen and (max-width: 767px) {
  .pop-style {
    padding: 70px 20px 40px;
    max-width: 100%;
  }
}
.pop-style .mfp-close {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  right: 30px;
  top: 30px;
  opacity: 1;
  width: 60px;
  height: 60px;
  background-image: url("../../assets/images/common/close.svg");
  text-indent: -9999px;
}
@media screen and (max-width: 767px) {
  .pop-style .mfp-close {
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
  }
}
.pop-style .btn-close {
  position: inherit;
  background: #1D72F0;
  border-radius: 22px;
  width: 280px;
  height: 60px;
  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;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin: 70px auto 0;
  color: white;
  font-size: 20px;
  font-weight: bold;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .pop-style .btn-close {
    border-radius: 12px;
    width: 100%;
    height: 50px;
    font-size: 18px;
  }
}
.pop-style .container h2 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #070707;
  margin-bottom: 1em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .pop-style .container h2 {
    font-size: 25px;
  }
}
.pop-style .container h2.mb {
  margin-bottom: 2.5em;
}
.pop-style .container h3 {
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pop-style .container h3 {
    font-size: 18px;
  }
}
.pop-style .container dl {
  margin-top: 40px;
}
.pop-style .container dl + dl {
  margin-top: 50px;
}
.pop-style .container dl dt {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .pop-style .container dl dt {
    font-size: 18px;
  }
}
.pop-style .container dl dt.green {
  color: #0381F5;
}
.pop-style .container dl dd {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .pop-style .container dl dd {
    font-size: 14px;
    line-height: 1.8;
  }
}
.pop-style .container dl dd table.tbl1 {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.pop-style .container dl dd table.tbl1 td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  width: 25%;
}
.pop-style .container dl dd + dt {
  margin-top: 30px;
}
.pop-style .container .five-list {
  list-style-type: none;
  padding: 0;
}
.pop-style .container .five-list li {
  font-size: 25px;
  padding-left: 0.7em;
  text-indent: -0.7em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .pop-style .container .five-list li {
    font-size: 18px;
  }
}
.pop-style .container .five-list li + li {
  margin-top: 0.5em;
}
.pop-style .container .txt-area .year {
  font-size: 16px;
  margin-bottom: 0.05em;
}
.pop-style .container .txt-area p {
  font-size: 16px;
}
.pop-style .container .fig {
  text-align: center;
  margin: 30px 0;
}
.pop-style .container .fig img {
  max-width: 100%;
  height: auto;
}
.pop-style .container .fig + .fig {
  margin-top: 40px;
}
.pop-style .container .fig .cate {
  text-align: left;
  display: block;
  margin-bottom: 0.5em;
  font-size: 18px;
}
.pop-style .container p {
  margin-bottom: 0.5em;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .pop-style .container p {
    font-size: 14px;
  }
}
.pop-style .container .color-red {
  color: red;
}
.pop-style .container .float-img {
  float: left;
  margin: 0 15px 15px 0;
  width: 300px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .pop-style .container .float-img {
    float: none;
    width: 80%;
    margin: 0 auto 15px;
    display: block;
  }
}
.pop-style .container .pop-tbl {
  width: 100%;
  border-collapse: collapse;
}
.pop-style .container .pop-tbl th {
  padding: 15px;
  font-size: 16px;
  background: #eee;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .pop-style .container .pop-tbl th {
    width: 100%;
    background: none;
    border: 0;
    padding: 0 0 5px;
    display: block;
  }
}
.pop-style .container .pop-tbl td {
  padding: 15px;
  font-size: 16px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .pop-style .container .pop-tbl td {
    width: 100%;
    padding: 0 0 15px;
    margin-bottom: 15px;
    background: none;
    border: 0;
    display: block;
    border-bottom: 1px solid #ccc;
  }
}
.pop-style .container .pop-tbl td .iso {
  width: 150px;
  height: auto;
  display: block;
  margin: 10px auto 0;
}
/*# sourceMappingURL=custom.css.map */