@charset "UTF-8";
/*------------------------------------------------------------------
*breakpoint
------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .rsp {
    display: none !important;
  }
}

/*------------------------------------------------------------------
*font
------------------------------------------------------------------*/
@font-face {
  font-family: "kanjuku";
  src: url(../fonts/kanjuku/KanjyukuGothic.woff), url(../fonts/kanjuku/KanjyukuGothic.woff2);
}

.kozM-R {
  font-family: kozuka-mincho-pr6n, serif;
  font-weight: 400;
  font-style: normal;
}

.kozM-M {
  font-family: kozuka-mincho-pr6n, serif;
  font-weight: 500;
  font-style: normal;
}

.kozM-B {
  font-family: kozuka-mincho-pr6n, serif;
  font-weight: 700;
  font-style: normal;
}

.kozG-R {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kozG-M {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.kozG-B {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gothic {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.kanjuku {
  font-family: "kanjuku", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*------------------------------------------------------------------
*common
------------------------------------------------------------------*/
::-moz-selection {
  background-color: #18365d;
  color: #fff;
}
::selection {
  background-color: #18365d;
  color: #fff;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  color: #1b1b1b;
  font-size: 1.4rem;
  line-height: 1.6;
  font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  background-color: #18365d;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.01em;
  overflow: hidden;
  overflow-y: scroll;
}

@media screen and (max-width: 1024px) {
  body {
    min-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.3rem;
  }
}

body.menu-on main, body.menu-on footer {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

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

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.ophv {
  -webkit-transition: .3s;
  transition: .3s;
}

.ophv:hover {
  opacity: .7;
}

main {
  background: #f5f8fc;
}

main {
  display: block;
}

section,
.section {
  padding: 5.5vw 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  section,
  .section {
    padding: 6vw 0;
  }
}

table {
  border-collapse: collapse;
}

.ofi {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
}

address {
  font-style: normal;
}

iframe {
  max-width: 100%;
}

/*inner
-----------------------*/
.inner-type-02 {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 0 15px;
}

@media screen and (max-width: 1024px) {
  .inner-type-02 {
    width: 92%;
  }
}

.inner-type-03 {
  max-width: 1100px;
  margin: 0 auto;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 0 15px;
}

@media screen and (max-width: 1024px) {
  .inner-type-03 {
    width: 92%;
  }
}

.inner-type-06 {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (max-width: 1024px) {
  .inner-type-06 {
    width: 92%;
    padding: 0;
  }
}

.inner-type-07 {
  padding-left: 4vw;
}

/*ttl
-----------------------*/
.ttl-type-01 {
  color: #18365d;
  font-size: 5.5vw;
  margin-bottom: 5vw;
  line-height: 1;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .ttl-type-01 {
    font-size: 6vw;
  }
}

.ttl-type-01 span {
  display: block;
  font-size: 1.25vw;
  margin-bottom: 0.75vw;
}

@media screen and (max-width: 768px) {
  .ttl-type-01 span {
    font-size: 3vw;
  }
}

.ttl-type-01 span::before {
  content: "";
  width: 2vw;
  height: 1px;
  background-color: #18365d;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5vw;
}

.ttl-type-01.small {
  margin-bottom: 4vw;
  font-size: 3vw;
}

@media screen and (max-width: 768px) {
  .ttl-type-01.small {
    font-size: 6vw;
  }
}

.ttl-type-01.small span {
  font-size: 1vw;
}

@media screen and (max-width: 768px) {
  .ttl-type-01.small span {
    font-size: 3vw;
  }
}

.ttl-type-02 {
  color: #fff;
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .ttl-type-02 {
    font-size: 4vw;
  }
}

.ttl-type-02 span {
  display: block;
  color: #b28850;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .ttl-type-02 span {
    font-size: 3vw;
  }
}

.ttl-type-03 {
  font-size: 30px;
  color: #1b1b1b;
  margin-bottom: 50px;
  padding-bottom: 20px;
  position: relative;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 768px) {
  .ttl-type-03 {
    font-size: 4vw;
    margin-bottom: 7%;
    padding-bottom: 5%;
  }
}

.ttl-type-03::after {
  content: "";
  width: 55px;
  height: 2px;
  background-color: #1b1b1b;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

@media screen and (max-width: 768px) {
  .ttl-type-03::after {
    height: 1px;
  }
}

.ttl-type-03::first-letter {
  color: #b28850;
}

.ttl-type-04 {
  font-size: 28px;
  margin-bottom: 70px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .ttl-type-04 {
    font-size: 4vw;
    margin-bottom: 7%;
  }
}

.ttl-type-04 span {
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 1px solid #1b1b1b;
}

.ttl-type-05 {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .ttl-type-05 {
    font-size: 4vw;
  }
}

.ttl-type-05 span {
  display: inline-block;
  padding: 0 140px;
  min-height: 125px;
  background-image: url(../img/business/business-01/content_02_prop_01.png), url(../img/business/business-01/content_02_prop_02.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 0, right 0;
  background-size: auto 125px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .ttl-type-05 span {
    padding: 0 7vw;
    background-size: 6vw;
    min-height: auto;
  }
}

/*btn
-----------------------*/
/*table
-----------------------*/
.table-type-01 {
  font-size: 1.5rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .table-type-01 {
    font-size: 1.3rem;
  }
}

.table-type-01 tr {
  border-bottom: 1px solid #b5b5b5;
}

.table-type-01 tr:first-child {
  border-top: 1px solid #b5b5b5;
}

.table-type-01 th, .table-type-01 td {
  padding: 20px 0;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .table-type-01 th, .table-type-01 td {
    display: block;
    width: 100%;
  }
}

.table-type-01 th {
  padding-right: 20px;
  width: 225px;
}

@media screen and (max-width: 768px) {
  .table-type-01 th {
    padding-right: 0;
    padding-bottom: 0;
  }
}

.table-type-01 td {
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .table-type-01 td {
    padding-left: 0;
  }
}

.table-type-02 {
  font-size: 1.5rem;
  width: 100%;
  border: 1px solid #bdbdbd;
}

@media screen and (max-width: 768px) {
  .table-type-02 {
    font-size: 1.4rem;
  }
}

.table-type-02 tr {
  border-bottom: 1px solid #bdbdbd;
}

.table-type-02 th, .table-type-02 td {
  padding: 15px;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .table-type-02 th, .table-type-02 td {
    display: block;
  }
}

.table-type-02 th {
  background-color: #f5f5f5;
  border-right: 1px solid #bdbdbd;
  width: 240px;
}

@media screen and (max-width: 768px) {
  .table-type-02 th {
    width: 100%;
    border-right: none;
  }
}

@media screen and (max-width: 768px) {
  .table-type-02 td {
    background-color: #fff;
  }
}

/*レスポンシブページネーション
--------------------------*/
.pagination {
  list-style-type: none;
  padding-left: 0;
  margin: 50px 0 100px 0;
}

.pagination,
.pagination li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination li {
  margin-right: 10px;
}

.pagination li:last-child {
  margin-right: 0;
}

.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration: none;
  border: 1px solid #ccc2b6;
  min-width: 36px;
  min-height: 36px;
  color: #333;
}

.pagination li:not([class*="current"]) a:hover {
  background-color: #eee;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.pagination li.first a::before {
  content: "\f100";
}

.pagination li.last a::after {
  content: "\f101";
}

.pagination li.previous a::before {
  content: "\f104";
}

.pagination li.next a::after {
  content: "\f105";
}

.pagination li.current a {
  background-color: #8c92c3;
  cursor: default;
  pointer-events: none;
  color: #fff;
}

@media only screen and (max-width: 680px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}

@media only screen and (max-width: 500px) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next {
    position: initial;
    top: initial;
    left: initial;
  }
}

@media only screen and (max-width: 400px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}

/*pagination for single page
------------------------------*/
.flip-page {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media screen and (max-width: 320px) {
  .flip-page {
    font-size: 1.2rem;
  }
}

.flip-page .prev,
.flip-page .next {
  max-width: 30%;
}

.flip-page .prev a,
.flip-page .next a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.flip-page .prev {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flip-page .prev::before {
  content: "<";
  margin-right: 10px;
}

.flip-page .next {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flip-page .next::after {
  content: ">";
  margin-left: 10px;
}

/*投稿エディタの画像配置
-------------------------------*/
img.alignleft {
  float: left;
  text-align: left;
  margin: 5px 10px 5px 0;
}

img.aligncenter {
  display: block;
  margin: 5px auto 10px auto;
}

img.alignright {
  display: block;
  margin: 1px 1px 1px auto;
  float: right;
  margin: 5px 0px 5px 10px;
}

img.alignnone {
  margin: 5px 0 10px 0;
}

@media screen and (max-width: 768px) {
  img.alignleft,
  img.alignright {
    float: none;
  }
}

/*main-img-area
-------------------------------*/
.main-img-area-wrap {
  background-color: #18365d;
  position: relative;
}

.main-img-area-wrap .bnr {
  position: fixed;
  z-index: 111;
  right: 20px;
  bottom: 20px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 768px) {
  .main-img-area-wrap .bnr {
    width: 120px;
  }
}

.main-img-area {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  overflow: hidden;
  opacity: 0;
  height: 48vw;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .main-img-area {
    padding-bottom: 0px;
  }
}

.main-img-area::after {
  content: "";
  width: calc(100vw - 100vw / 3);
  height: 5vw;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .main-img-area::after {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .main-img-area {
    padding-left: 0;
    height: auto !important;
    min-height: auto;
    margin-bottom: 0;
    padding-right: 0;
    height: 60vw;
  }
}

.main-img-area.animated {
  -webkit-animation: myFadeInLeft forwards 1s;
          animation: myFadeInLeft forwards 1s;
}

@-webkit-keyframes myFadeInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  75% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes myFadeInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  75% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.main-img-area .imgs {
  background-color: #18365d;
}

.main-img-area .imgs .img {
  background-size: cover !important;
  background-position: center !important;
  height: 48vw;
  vertical-align: bottom;
}

@media screen and (max-width: 1024px) {
  .main-img-area .imgs .img {
    max-height: auto;
    height: 60vw;
  }
}

.main-img-area .txt-area {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 3vw;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.main-img-area .txt-area .catch {
  font-size: 2.6vw;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .main-img-area .txt-area .catch {
    width: 100%;
    padding: 3vw;
    top: 0%;
    right: 0;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    font-size: 5vw;
  }
}

.main-img-area .txt-area .catch span {
  display: block;
}

.main-img-area .txt-area .catch span:nth-child(1) {
  margin-bottom: 2vw;
}

.main-img-area .txt-area .catch span:nth-child(2) {
  font-size: 1.45vw;
}

@media screen and (max-width: 768px) {
  .main-img-area .txt-area .catch span:nth-child(2) {
    font-size: 3vw;
  }
}

/*ダウンロードページを表示させるためのダミーボタン*/
.dammy-btn a {
  background: #b9b9b9;
  border: none;
  padding: 15px 20px;
  width: 180px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 1.4rem;
  letter-spacing: .6em;
  font-weight: bold;
  display: inline-block;
}

/*------------------------------------------------------------------
*sub page
------------------------------------------------------------------*/
body:not(.home) header {
  position: static;
  background-color: #f5f8fc;
  color: #1b1b1b;
  position: fixed;
  border-bottom: 1px solid rgba(57, 68, 83, 0.365);
}

body:not(.home) header .h-head .logo-area .logo {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

body:not(.home) header .h-head .btn-area .contact-btn a {
  border-color: #1b1b1b;
  color: #1b1b1b;
}

body:not(.home) header .h-head .btn-area .menu-btn span {
  background-color: #1b1b1b;
}

body:not(.home) .main-ttl-area {
  height: 250px;
  background-color: #181d29;
}

@media screen and (max-width: 768px) {
  body:not(.home) .main-ttl-area {
    height: 30vw;
  }
}

body:not(.home) .main-ttl-area .inner {
  position: relative;
  height: 100%;
}

body:not(.home) .main-ttl-area .inner .page-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

body:not(.home) .bread-crumb {
  padding: 20px 0;
  background-color: #f5f8fc;
}

@media screen and (max-width: 768px) {
  body:not(.home) .bread-crumb {
    display: none;
  }
}

body:not(.home) .bread-crumb .inner {
  max-width: 100%;
  padding: 0 25px;
}

body:not(.home) .bread-crumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

body:not(.home) .bread-crumb ul li a::after {
  content: ">";
  margin: 10px;
}

body:not(.home) .bread-crumb ul li:last-child a::after {
  content: none;
}

.bottom-bnr-nav {
  background: #f5f8fc;
  padding: 0;
}

.bottom-bnr-nav .sec-ttl {
  padding-left: 4vw;
}

.bottom-bnr-nav .content {
  text-align: right;
}

.bottom-bnr-nav .content .nav-list {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bottom-bnr-nav .content .nav-list li {
  width: 25%;
  background-size: 100% !important;
  position: relative;
  z-index: 1;
  color: #fff;
  height: 20vw;
  background-position: center !important;
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 1024px) {
  .bottom-bnr-nav .content .nav-list li {
    padding: 5%;
  }
}

@media screen and (max-width: 1024px) {
  .bottom-bnr-nav .content .nav-list li {
    width: 50%;
    height: 35vw;
  }
}

@media screen and (max-width: 499px) {
  .bottom-bnr-nav .content .nav-list li {
    width: 100%;
    margin-right: 0;
    height: 40vw;
  }
}

.bottom-bnr-nav .content .nav-list li::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.bottom-bnr-nav .content .nav-list li:hover {
  background-size: 110% !important;
}

.bottom-bnr-nav .content .nav-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2vw;
  height: 100%;
}

.bottom-bnr-nav .content .nav-list li .ttl {
  font-size: 1.5vw;
  margin-bottom: 1vw;
}

@media screen and (max-width: 1024px) {
  .bottom-bnr-nav .content .nav-list li .ttl {
    font-size: 2vw;
  }
}

@media screen and (max-width: 499px) {
  .bottom-bnr-nav .content .nav-list li .ttl {
    font-size: 3vw;
  }
}

.bottom-bnr-nav .content .nav-list li .txt {
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .bottom-bnr-nav .content .nav-list li .txt {
    font-size: 1.3vw;
  }
}

@media screen and (max-width: 499px) {
  .bottom-bnr-nav .content .nav-list li .txt {
    font-size: 2.5vw;
  }
}

.bottom-bnr-nav .content .nav-list li .more {
  font-size: 1vw;
  position: absolute;
  bottom: 2vw;
  right: 2vw;
}

@media screen and (max-width: 768px) {
  .bottom-bnr-nav .content .nav-list li .more {
    font-size: 2vw;
    bottom: 6vw;
  }
}

.bottom-bnr-nav .content .nav-list li .more::after {
  content: "";
  width: 1vw;
  height: 1vw;
  background-image: url(../img/common/viewmore_prop.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1vw;
}

@media screen and (max-width: 768px) {
  .bottom-bnr-nav .content .nav-list li .more::after {
    width: 2vw;
    height: 2vw;
  }
}

.view-more {
  font-size: 1.4rem;
}

.view-more a {
  display: inline-block;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

/*------------------------------------------------------------------
*header
------------------------------------------------------------------*/
header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1111;
  position: fixed;
}

header .h-head {
  background-color: rgba(24, 54, 93, 0);
  -webkit-transition: .3s;
  transition: .3s;
}

header .h-head .inner {
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  header .h-head .inner {
    width: 100%;
    padding: 0;
  }
}

header .h-head .flex-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .h-head .logo-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
}

@media screen and (max-width: 1024px) {
  header .h-head .logo-area {
    padding-left: 3%;
  }
}

@media screen and (max-width: 768px) {
  header .h-head .logo-area {
    max-width: 150px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 374px) {
  header .h-head .logo-area {
    display: block;
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  header .h-head .logo-area .logo {
    width: 150px;
  }
}

@media screen and (max-width: 374px) {
  header .h-head .logo-area .logo {
    width: 100%;
  }
}

header .h-head .logo-area .logo img {
  vertical-align: middle;
}

header .h-head .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

header .h-head .btn-area .contact-btn {
  width: 180px;
}

header .h-head .btn-area .contact-btn a {
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 20px;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
}

header .h-head .btn-area .menu-btn {
  width: 80px;
  cursor: pointer;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  padding: 20px 25px;
  height: 80px;
  -webkit-transition: .3s .2s;
  transition: .3s .2s;
}

@media screen and (max-width: 768px) {
  header .h-head .btn-area .menu-btn {
    width: 70px;
    height: 70px;
    padding: 20px;
  }
}

header .h-head .btn-area .menu-btn .menu-btn-inner {
  height: 100%;
  position: relative;
}

header .h-head .btn-area .menu-btn .menu-btn-inner span {
  height: 2px;
  width: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  border-radius: 2px;
  -webkit-transition: .3s;
  transition: .3s;
}

header .h-head .btn-area .menu-btn .menu-btn-inner span:nth-child(1) {
  top: 10px;
  right: 0;
}

header .h-head .btn-area .menu-btn .menu-btn-inner span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

header .h-head .btn-area .menu-btn .menu-btn-inner span:nth-child(3) {
  bottom: 10px;
  right: 0;
}

header .h-head .btn-area .menu-btn.on {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 769px) {
  header .h-head .btn-area .menu-btn:hover span:nth-child(3), header .h-head .btn-area .menu-btn:hover span:nth-child(1) {
    width: 100%;
  }
}

header .h-body {
  position: relative;
}

header .h-body::before {
  content: none;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: rgba(0, 0, 0, 0);
}

header .h-body nav {
  top: 0;
  right: 0;
  position: fixed;
  display: none;
  background-color: #ebebeb;
  background-color: #18365d;
  padding: 80px 50px 50px 50px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  width: auto;
  max-width: 650px;
  height: calc(100vh);
  color: #fff;
  z-index: 111;
}

@media screen and (max-width: 768px) {
  header .h-body nav {
    width: 100vw;
    min-width: auto;
    padding: 70px 30px 30px 30px;
    max-width: 100%;
  }
}

@media screen and (max-width: 499px) {
  header .h-body nav {
    padding: 25px 20px 100px 20px;
  }
}

header .h-body nav .close-menu-btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  cursor: pointer;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  padding: 20px 25px;
  height: 80px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 768px) {
  header .h-body nav .close-menu-btn {
    width: 70px;
    height: 70px;
    padding: 20px;
  }
}

header .h-body nav .close-menu-btn .menu-btn-inner {
  height: 100%;
  position: relative;
}

header .h-body nav .close-menu-btn .menu-btn-inner span {
  height: 2px;
  width: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  border-radius: 2px;
  -webkit-transition: .3s;
  transition: .3s;
}

header .h-body nav .close-menu-btn .menu-btn-inner span:nth-child(1) {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 45%;
  width: 100%;
}

header .h-body nav .close-menu-btn .menu-btn-inner span:nth-child(2) {
  top: 50%;
  opacity: 0;
}

header .h-body nav .close-menu-btn .menu-btn-inner span:nth-child(3) {
  bottom: 0;
  width: 100%;
  top: 45%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

header .h-body nav .logo {
  width: 22vw;
  margin: 0 auto 0 0;
  width: 450px;
  padding: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  header .h-body nav .logo {
    width: 60%;
    padding: 0 10px 20px 10px;
    max-width: 300px;
  }
}

header .h-body nav .overflow-wrap {
  height: 100%;
  overflow: auto;
}

header .h-body nav .menu-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  header .h-body nav .menu-list {
    margin-right: 0;
  }
}

header .h-body nav .menu-list li {
  margin-right: 50px;
  width: calc(50% - 25px);
}

@media screen and (max-width: 768px) {
  header .h-body nav .menu-list li {
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 50%;
    margin-right: 0;
  }
}

header .h-body nav .menu-list li:nth-child(2n) {
  margin-right: 0;
}

header .h-body nav .menu-list li:last-child {
  margin-bottom: 0;
}

header .h-body nav .menu-list li a {
  display: block;
  padding: 10px;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 14px;
  height: 100%;
}

@media screen and (max-width: 1366px) {
  header .h-body nav .menu-list li a {
    padding: 5px 10px;
  }
}

@media screen and (max-width: 768px) {
  header .h-body nav .menu-list li a {
    position: relative;
    padding-left: 20px;
  }
}

@media screen and (max-width: 499px) {
  header .h-body nav .menu-list li a {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  header .h-body nav .menu-list li a::before {
    position: absolute;
    content: "";
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #fff;
    left: 10px;
    top: 12px;
  }
}

header .h-body nav .menu-list li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

header .h-body nav .dl-contents {
  width: 100%;
  margin-right: 0;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  header .h-body nav .dl-contents {
    margin-top: 15px;
  }
}

header .h-body nav .dl-contents li {
  margin-bottom: 20px;
  width: calc(50% - 25px);
  margin-right: 50px;
}

@media screen and (max-width: 768px) {
  header .h-body nav .dl-contents li {
    width: 50%;
    margin-right: 0;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
}

header .h-body nav .dl-contents li:nth-child(2n) {
  margin-right: 0;
}

header .h-body nav .dl-contents li a {
  border: 1px solid rgba(255, 255, 255, 0.77);
  color: #fff;
  padding: 10px 20px;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  header .h-body nav .dl-contents li a {
    font-size: 1.3rem;
  }
}

header .h-body nav .dl-contents li a:hover {
  background-color: #2c3242;
}

header .h-body.on::before {
  top: 0;
  left: 0;
  width: 100vw;
  height: 110vh;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
}

header .h-body.on nav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*-----------------------------------------------------------------
*footer
-----------------------------------------------------------------*/
footer {
  background-color: #181d29;
  color: #fff;
  position: relative;
}

footer .pagetop {
  width: calc(100% - 8vw);
  left: 50%;
  top: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1200px;
  z-index: 11;
}

footer .pagetop a {
  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;
  background-color: #5e7a9f;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 15px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 768px) {
  footer .pagetop a {
    padding: 0;
    width: 30px;
    height: 30px;
  }
}

footer .pagetop a::before {
  content: "";
  width: 15px;
  height: 15px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 7px;
}

@media screen and (max-width: 768px) {
  footer .pagetop a::before {
    width: 10px;
    height: 10px;
    margin-top: 5px;
  }
}

footer .f-body {
  text-align: left;
  padding: 50px 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  footer .f-body {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  footer .f-body .info-area {
    text-align: center;
  }
}

footer .f-body .logo {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  footer .f-body .logo img {
    width: 130px;
  }
}

footer .f-body address {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  footer .f-body address {
    font-size: 12px;
    display: inline-block;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  footer .f-body .p-mark {
    text-align: center;
  }
  footer .f-body .p-mark img {
    width: 50px;
  }
}

footer .f-body .contact-btn {
  width: 180px;
}

footer .f-body .contact-btn a {
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 20px;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
}

footer .f_f {
  border-top: 1px solid #52565f;
  padding: 50px 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1185px) {
  footer .f_f {
    display: block;
    padding-bottom: 0;
  }
}

footer .f_f nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  footer .f_f nav {
    display: block;
  }
}

footer .f_f nav .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  footer .f_f nav .sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
    margin-right: 0;
  }
}

footer .f_f nav .sns li {
  width: 25px;
  margin-right: 10px;
}

footer .f_f nav .sns li:last-child {
  margin-right: 0;
}

footer .f_f nav .f-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .f_f nav .f-menu li {
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  footer .f_f nav .f-menu li {
    margin-bottom: 10px;
  }
}

footer .f_f nav .f-menu li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  footer .f_f nav .f-menu li a {
    position: relative;
    padding-left: 7px;
  }
}

@media screen and (max-width: 768px) {
  footer .f_f nav .f-menu li a::before {
    position: absolute;
    content: "";
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #fff;
    left: 0px;
    top: 5px;
  }
}

footer .f_f .copyright {
  font-size: 11px;
  text-align: center;
}

@media screen and (max-width: 1185px) {
  footer .f_f .copyright {
    padding: 30px 15px 15px 15px;
  }
}

@media screen and (max-width: 768px) {
  footer .f_f .copyright {
    font-size: 2vw;
  }
}

/*------------------------------------------------------------------
*top
------------------------------------------------------------------*/
.top .sec-01 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #f5f8fc;
}

@media screen and (min-width: 1441px) {
  .top .sec-01 {
    padding-bottom: 4vw;
  }
}

.top .sec-01 .sec-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin-bottom: 5.5vw;
}

@media screen and (max-width: 1024px) {
  .top .sec-01 .sec-head {
    display: block;
  }
}

@media screen and (min-width: 1441px) {
  .top .sec-01 .sec-head .sec-ttl {
    font-size: 85px;
  }
}

@media screen and (min-width: 1441px) {
  .top .sec-01 .sec-head .sec-ttl span {
    font-size: 18px;
  }
}

.top .sec-01 .sec-head .txt-area {
  padding-left: 4.1vw;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .top .sec-01 .sec-head .txt-area {
    padding-left: 0;
  }
}

.top .sec-01 .sec-head .txt-area .ttl {
  font-size: 2.4rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .top .sec-01 .sec-head .txt-area .ttl {
    font-size: 15px;
  }
}

.top .sec-01 .sec-head .txt-area .txt {
  font-size: 1.5rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .top .sec-01 .sec-head .txt-area .txt {
    font-size: 13px;
  }
}

.top .sec-01 .sec-body {
  padding-left: 4vw;
  padding-top: 12vw;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1441px) {
  .top .sec-01 .sec-body {
    padding-left: 0vw;
    padding-top: 10vw;
  }
}

@media screen and (max-width: 1024px) {
  .top .sec-01 .sec-body {
    padding-left: 0;
    padding-top: 30vw;
  }
}

.top .sec-01 .sec-body::before {
  content: "";
  width: calc(100% - 4vw);
  height: calc(100% - 12vw);
  background-image: url(../img/top/sec_01_bg_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 1441px) {
  .top .sec-01 .sec-body::before {
    width: calc(100% - 8vw);
  }
}

@media screen and (max-width: 1024px) {
  .top .sec-01 .sec-body::before {
    width: 100%;
    height: 30vw;
  }
}

.top .sec-01 .sec-body .sec-body__inner {
  background-color: #fff;
  padding: 3vw 2vw 3vw 4vw;
}

@media screen and (min-width: 1441px) {
  .top .sec-01 .sec-body .sec-body__inner {
    padding: 2vw 2vw 2vw 2vw;
    background: none;
  }
}

@media screen and (max-width: 1024px) {
  .top .sec-01 .sec-body .sec-body__inner {
    display: block;
    padding: 5.5vw 4vw 5.5vw 4vw;
  }
}

.top .sec-01 .sec-body .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1441px) {
  .top .sec-01 .sec-body .content {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 2vw 15px;
  }
}

@media screen and (max-width: 1024px) {
  .top .sec-01 .sec-body .content {
    display: block;
  }
}

@media screen and (min-width: 1441px) {
  .top .sec-01 .sec-body .content::before {
    content: "";
    height: 100%;
    width: calc(100vw + 4vw);
    position: absolute;
    left: -4vw;
    top: 0;
    background-color: #fff;
    z-index: -1;
  }
}

.top .sec-01 .sec-body .txt-area {
  padding-right: 4vw;
}

@media screen and (min-width: 1441px) {
  .top .sec-01 .sec-body .txt-area {
    padding-right: 0;
    max-width: 660px;
    margin-right: 70px;
  }
}

@media screen and (max-width: 768px) {
  .top .sec-01 .sec-body .txt-area {
    padding-right: 0;
  }
}

.top .sec-01 .sec-body .txt-area .ttl {
  font-size: 2vw;
  margin-bottom: 3vw;
}

@media screen and (min-width: 1441px) {
  .top .sec-01 .sec-body .txt-area .ttl {
    font-size: 35px;
  }
}

@media screen and (max-width: 1024px) {
  .top .sec-01 .sec-body .txt-area .ttl {
    font-size: 5vw;
  }
}

.top .sec-01 .sec-body .txt-area .ttl span {
  margin-bottom: 2vw;
}

@media screen and (min-width: 1441px) {
  .top .sec-01 .sec-body .txt-area .ttl span {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .top .sec-01 .sec-body .txt-area .ttl span {
    font-size: 3vw;
  }
}

.top .sec-01 .sec-body .txt-area .txt {
  text-align: left;
  font-size: 1.5rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .top .sec-01 .sec-body .txt-area .txt {
    font-size: 1.3rem;
  }
}

.top .sec-01 .sec-body .fig-area {
  padding: 6vw;
}

@media screen and (min-width: 1441px) {
  .top .sec-01 .sec-body .fig-area {
    padding: 95px;
  }
}

@media screen and (max-width: 1190px) and (min-width: 769px) {
  .top .sec-01 .sec-body .fig-area {
    padding: calc(60px + 1vw);
  }
}

@media screen and (max-width: 1024px) {
  .top .sec-01 .sec-body .fig-area {
    margin-top: 5%;
  }
}

@media screen and (max-width: 768px) {
  .top .sec-01 .sec-body .fig-area {
    padding: 11vw 6vw;
  }
}

.top .sec-01 .sec-body .pentagon-content {
  width: 30vw;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 1441px) {
  .top .sec-01 .sec-body .pentagon-content {
    width: 440px;
  }
}

@media screen and (max-width: 1190px) and (min-width: 769px) {
  .top .sec-01 .sec-body .pentagon-content {
    width: 360px;
  }
}

@media screen and (max-width: 768px) {
  .top .sec-01 .sec-body .pentagon-content {
    width: 63vw;
  }
}

.top .sec-01 .sec-body .pentagon-content svg {
  vertical-align: bottom;
}

.top .sec-01 .sec-body .services li {
  width: 10vw;
  height: 10vw;
  padding: .5vw;
  -webkit-box-sizing: unset;
          box-sizing: unset;
  border-radius: 50%;
  border: 2px solid #18365d;
  color: #18365d;
  -webkit-filter: drop-shadow(-10px 4px 9px rgba(148, 148, 148, 0.6));
          filter: drop-shadow(-10px 4px 9px rgba(148, 148, 148, 0.6));
  position: absolute;
}

@media screen and (min-width: 1441px) {
  .top .sec-01 .sec-body .services li {
    width: 160px;
    height: 160px;
  }
}

@media screen and (max-width: 1190px) and (min-width: 769px) {
  .top .sec-01 .sec-body .services li {
    width: 130px;
    height: 130px;
  }
}

@media screen and (max-width: 768px) {
  .top .sec-01 .sec-body .services li {
    width: 20vw;
    height: 20vw;
  }
}

.top .sec-01 .sec-body .services li:nth-child(1) {
  top: 54%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.top .sec-01 .sec-body .services li:nth-child(2) {
  top: 37%;
  left: 0%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.top .sec-01 .sec-body .services li:nth-child(3) {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.top .sec-01 .sec-body .services li:nth-child(4) {
  top: 37%;
  right: 0%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.top .sec-01 .sec-body .services li:nth-child(5) {
  bottom: 0;
  right: 20%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

.top .sec-01 .sec-body .services li:nth-child(6) {
  bottom: 0;
  left: 20%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.top .sec-01 .sec-body .services li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #18365d;
  padding: 1vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: inset -0.5vw 1vw 2vw -1vw #bababa;
          box-shadow: inset -0.5vw 1vw 2vw -1vw #bababa;
  background-color: #fff;
  overflow: hidden;
}

@media screen and (min-width: 1441px) {
  .top .sec-01 .sec-body .services li a {
    padding: 15px;
  }
}

.top .sec-01 .sec-body .services li a:hover {
  background-color: #18365d;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.top .sec-01 .sec-body .services li a:hover span {
  -webkit-filter: brightness(10);
          filter: brightness(10);
}

.top .sec-01 .sec-body .services li a:hover .ttl::after {
  border-color: #fff;
}

.top .sec-01 .sec-body .services li .icon {
  height: 3.5vw;
  margin-bottom: .5vw;
  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;
}

@media screen and (min-width: 1441px) {
  .top .sec-01 .sec-body .services li .icon {
    height: 50px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .top .sec-01 .sec-body .services li .icon {
    height: 5vw;
    margin-bottom: 1vw;
  }
}

.top .sec-01 .sec-body .services li .icon img {
  max-height: 100%;
}

.top .sec-01 .sec-body .services li .ttl {
  position: relative;
  padding-bottom: 1.5vw;
  font-size: .7vw;
  font-weight: bold;
}

@media screen and (min-width: 1441px) {
  .top .sec-01 .sec-body .services li .ttl {
    padding-bottom: 20px;
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) {
  .top .sec-01 .sec-body .services li .ttl {
    font-size: 1.5vw;
  }
}

.top .sec-01 .sec-body .services li .ttl::after {
  content: "";
  width: .5vw;
  height: .5vw;
  border-left: 2px solid #18365d;
  border-bottom: 2px solid #18365d;
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  position: absolute;
  bottom: 0;
  left: 50%;
}

@media screen and (max-width: 768px) {
  .top .sec-01 .sec-body .services li .ttl::after {
    border-width: 1px;
    width: .7vw;
    height: .7vw;
  }
}

.top .sec-02 {
  background-color: #f5f8fc;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.top .sec-02::before {
  content: "";
  width: calc(100% - 4vw);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .top .sec-02::before {
    width: 100%;
  }
}

.top .sec-02 .ttl-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 8vw;
}

@media screen and (max-width: 768px) {
  .top .sec-02 .ttl-area {
    display: block;
    padding-right: 8vw;
  }
}

.top .sec-02 .ttl-area .sub-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .top .sec-02 .ttl-area .sub-ttl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 5vw;
  }
}

.top .sec-02 .ttl-area .sub-ttl a::before {
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.top .sec-02 .ttl-area .sub-ttl .feature-slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #18365d;
  font-weight: bold;
  font-size: 16px;
  margin-left: 60px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 1440px) {
  .top .sec-02 .ttl-area .sub-ttl .feature-slider-arrows {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .top .sec-02 .ttl-area .sub-ttl .feature-slider-arrows {
    font-size: 20px;
  }
}

.top .sec-02 .ttl-area .sub-ttl .feature-slider-arrows li {
  margin-right: 50px;
  cursor: pointer;
}

@media screen and (max-width: 1440px) {
  .top .sec-02 .ttl-area .sub-ttl .feature-slider-arrows li {
    margin-right: 30px;
  }
}

.top .sec-02 .ttl-area .sub-ttl .feature-slider-arrows li:last-child {
  margin-right: 0;
}

.top .sec-02 .content {
  text-align: left;
}

.top .sec-02 .content .feature-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.top .sec-02 .content .feature-slider .slick-slide {
  width: 27vw;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  height: auto;
}

@media screen and (min-width: 1441px) {
  .top .sec-02 .content .feature-slider .slick-slide {
    width: 390px;
  }
}

@media screen and (max-width: 768px) {
  .top .sec-02 .content .feature-slider .slick-slide {
    width: 45vw;
  }
}

.top .sec-02 .content .feature-slider .slick-slide > div {
  height: 100%;
}

.top .sec-02 .content .feature-slider li {
  padding-right: calc(100vw / 60);
  height: 100%;
  display: block !important;
}

@media screen and (min-width: 1441px) {
  .top .sec-02 .content .feature-slider li {
    padding-right: 25px;
  }
}

.top .sec-02 .content .feature-slider li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  pointer-events: none;
}

.top .sec-02 .content .feature-slider li .num-area {
  background-image: url(../img/top/feature_ol_bg.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  height: 12vw;
  padding: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1441px) {
  .top .sec-02 .content .feature-slider li .num-area {
    height: 175px;
    padding: 15px;
  }
}

@media screen and (max-width: 768px) {
  .top .sec-02 .content .feature-slider li .num-area {
    height: 25vw;
    padding: 2vw;
  }
}

.top .sec-02 .content .feature-slider li .num-area::before {
  content: "";
  border-bottom: 2.5vw solid transparent;
  border-right: 2.5vw solid #fff;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .top .sec-02 .content .feature-slider li .num-area::before {
    border-width: 5vw;
  }
}

.top .sec-02 .content .feature-slider li .num-area .ttl {
  font-size: 1.6vw;
  padding: 1vw;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7.7vw;
  overflow: hidden;
  word-break: break-all;
}

@media screen and (min-width: 1441px) {
  .top .sec-02 .content .feature-slider li .num-area .ttl {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .top .sec-02 .content .feature-slider li .num-area .ttl {
    font-size: 3vw;
    height: 15vw;
  }
}

.top .sec-02 .content .feature-slider li .num-area .num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 1px solid #fff;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-top: 0.4vw;
  font-size: 0.5vw;
}

@media screen and (min-width: 1441px) {
  .top .sec-02 .content .feature-slider li .num-area .num {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .top .sec-02 .content .feature-slider li .num-area .num {
    font-size: 2vw;
  }
}

.top .sec-02 .content .feature-slider li .num-area .num span {
  font-size: 1.8vw;
  font-weight: bold;
  line-height: 1;
  margin-left: 0.4vw;
  font-family: 'impact', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (min-width: 1441px) {
  .top .sec-02 .content .feature-slider li .num-area .num span {
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  .top .sec-02 .content .feature-slider li .num-area .num span {
    font-size: 4vw;
  }
}

.top .sec-02 .content .feature-slider li .txt-area {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.top .sec-02 .content .feature-slider li .txt-area .ttl {
  padding: 1.25vw 0 1vw 0;
  font-size: 0.8vw;
  color: #18365d;
  font-size: 20px;
  font-weight: normal;
}

@media screen and (min-width: 1441px) {
  .top .sec-02 .content .feature-slider li .txt-area .ttl {
    padding: 18px 0 14px 0;
  }
}

@media screen and (max-width: 768px) {
  .top .sec-02 .content .feature-slider li .txt-area .ttl {
    font-size: 3vw;
    font-weight: bold;
  }
}

.top .sec-02 .content .feature-slider li .txt-area .txt {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .top .sec-02 .content .feature-slider li .txt-area .txt {
    font-size: 1.2rem;
  }
}

.top .bottom-bnr-nav {
  padding-top: 6vw;
}

.top .sec-04 {
  background-color: #f5f8fc;
}

.top .sec-04 .sec-ttl {
  padding-left: 4vw;
}

@media screen and (max-width: 768px) {
  .top .sec-04 .inner {
    width: 100vw;
    padding: 4vw;
  }
}

.top .sec-04 .article-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top .sec-04 .article-list li {
  text-align: left;
  width: 23%;
  margin-right: calc(8% / 3);
  margin-bottom: calc(8% / 3);
}

@media screen and (max-width: 768px) {
  .top .sec-04 .article-list li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 768px) {
  .top .sec-04 .article-list li:nth-child(2n) {
    margin-right: 0;
  }
}

.top .sec-04 .article-list li:nth-child(4n) {
  margin-right: 0;
}

.top .sec-04 .article-list li a {
  display: block;
}

.top .sec-04 .article-list li figure {
  margin-bottom: 10px;
}

.top .sec-04 .article-list li .date {
  font-weight: bold;
  color: #18365d;
  margin-bottom: 10px;
}

/*------------------------------------------------------------------
*company-overview
------------------------------------------------------------------*/
.p-company-overview .sec-01 {
  background-color: #f5f8fc;
  padding-bottom: 200px;
}

@media screen and (max-width: 768px) {
  .p-company-overview .sec-01 {
    padding-bottom: 15%;
  }
}

.p-company-overview .sec-01 .content .content-head {
  background-color: #fff;
  padding: 50px;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .p-company-overview .sec-01 .content .content-head {
    padding: 7%;
    margin-bottom: 7%;
  }
}

.p-company-overview .sec-01 .content .content-head .logo {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .p-company-overview .sec-01 .content .content-head .logo {
    margin-bottom: 5%;
  }
  .p-company-overview .sec-01 .content .content-head .logo img {
    max-width: 150px;
  }
}

.p-company-overview .sec-01 .content .content-head .txt {
  font-size: 1.5rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-company-overview .sec-01 .content .content-head .txt {
    font-size: 1.3rem;
    text-align: left;
  }
}

.p-company-overview .sec-01 .content .content-body table {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .p-company-overview .sec-01 .content .content-body table {
    margin-bottom: 10%;
  }
}

.p-company-overview .sec-01 .content .content-body .bnr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .p-company-overview .sec-01 .content .content-body .bnr-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-company-overview .sec-01 .content .content-body .bnr-list li {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .p-company-overview .sec-01 .content .content-body .bnr-list li {
    margin-bottom: 5%;
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}

.p-company-overview .sec-01 .content .content-body .bnr-list li a {
  display: block;
}

.p-company-overview .sec-01 .content .content-body .bnr-list li:last-child {
  margin-right: 0;
}

/*------------------------------------------------------------------
*careers
------------------------------------------------------------------*/
.p-careers .sec-01 {
  padding: 20px 0 0 0;
}

@media screen and (max-width: 768px) {
  .p-careers .sec-01 {
    padding-top: 10%;
  }
}

.p-careers .sec-01 .sec-head {
  padding: 100px 0;
  text-align: center;
  color: #fff;
  background-image: url(../img/careers/intro_bg_01.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
  .p-careers .sec-01 .sec-head {
    padding: 10% 0%;
  }
}

.p-careers .sec-01 .sec-head .ttl {
  font-size: 52px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .p-careers .sec-01 .sec-head .ttl {
    font-size: 4vw;
  }
}

.p-careers .sec-01 .sec-head .ttl span {
  color: #b28850;
}

.p-careers .sec-01 .sec-head .txt {
  font-size: 1.5rem;
  text-align: left;
  width: 888px;
  margin: 0 auto;
  line-height: 2.2;
}

@media screen and (max-width: 1024px) {
  .p-careers .sec-01 .sec-head .txt {
    width: 100%;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .p-careers .sec-01 .sec-head .txt {
    font-size: 1.3rem;
  }
}

.p-careers .sec-01 .content {
  padding: 100px 0 150px 0;
}

@media screen and (max-width: 768px) {
  .p-careers .sec-01 .content {
    padding: 10% 0;
  }
}

.p-careers .sec-01 .content .type-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-careers .sec-01 .content .type-list li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-careers .sec-01 .content .type-list li {
    width: 100%;
    margin-right: 0;
  }
}

.p-careers .sec-01 .content .type-list li:nth-child(2n) {
  margin-right: 0;
}

.p-careers .sec-01 .content .type-list li a {
  display: block;
}

.p-careers .sec-01 .content .type-list li .txt-area {
  position: absolute;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.367);
  color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 121px;
}

@media screen and (max-width: 768px) {
  .p-careers .sec-01 .content .type-list li .txt-area {
    padding: 5%;
    min-height: 20vw;
  }
}

.p-careers .sec-01 .content .type-list li .txt-area .ttl {
  font-size: 2.2rem;
}

@media screen and (max-width: 1024px) {
  .p-careers .sec-01 .content .type-list li .txt-area .ttl {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .p-careers .sec-01 .content .type-list li .txt-area .ttl {
    font-size: 3vw;
  }
}

@media screen and (max-width: 768px) {
  .p-careers .sec-01 .content .type-list li .txt-area .more {
    font-size: 2vw;
  }
}

.p-careers .sec-01 .content .type-list li .txt-area .more::after {
  content: "→";
  margin-left: 5px;
}

/*------------------------------------------------------------------
*careers single page
------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .p-careers-single .inner-type-02 {
    width: 96%;
  }
}

.p-careers-single .sec-01 {
  padding-top: 20px;
}

.p-careers-single .sec-01 .sec-head {
  position: relative;
}

.p-careers-single .sec-01 .sec-head .txt-area {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.367);
  padding: 40px;
  width: 100%;
  color: #fff;
  font-size: 2.4rem;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .p-careers-single .sec-01 .sec-head .txt-area {
    padding: 5%;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .p-careers-single .sec-01 .sec-head .txt-area {
    font-size: 2.5vw;
    padding: 3%;
  }
}

.p-careers-single .sec-01 .sec-head .txt-area .ttl {
  font-weight: normal;
}

.p-careers-single .sec-01 .content {
  padding: 70px 0 0 0;
}

@media screen and (max-width: 768px) {
  .p-careers-single .sec-01 .content {
    padding-top: 10%;
  }
}

.p-careers-single .sec-02 {
  padding-top: 30px;
  padding-bottom: 150px;
}

.p-careers-single .sec-02 .content {
  padding: 70px 100px;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .p-careers-single .sec-02 .content {
    padding: 10% 5%;
  }
}

@media screen and (max-width: 768px) {
  .p-careers-single .sec-02 .content {
    padding: 0;
    background-color: unset;
  }
}

.p-careers-single .sec-02 .content .notice {
  text-align: left;
  margin-bottom: 15px;
}

.p-careers-single .sec-02 form input[type="text"],
.p-careers-single .sec-02 form input[type="email"],
.p-careers-single .sec-02 form input[type="tel"],
.p-careers-single .sec-02 form input[type="checkbox"],
.p-careers-single .sec-02 form textarea {
  border: 1px solid #b5b5b5;
  padding: 5px;
}

@media screen and (max-width: 768px) {
  .p-careers-single .sec-02 form input[type="text"],
  .p-careers-single .sec-02 form input[type="email"],
  .p-careers-single .sec-02 form input[type="tel"],
  .p-careers-single .sec-02 form input[type="checkbox"],
  .p-careers-single .sec-02 form textarea {
    font-size: 16px;
  }
}

.p-careers-single .sec-02 form input[type="text"],
.p-careers-single .sec-02 form input[type="email"],
.p-careers-single .sec-02 form input[type="tel"],
.p-careers-single .sec-02 form textarea {
  border-radius: 3px;
  width: 330px;
}

@media screen and (max-width: 1024px) {
  .p-careers-single .sec-02 form input[type="text"],
  .p-careers-single .sec-02 form input[type="email"],
  .p-careers-single .sec-02 form input[type="tel"],
  .p-careers-single .sec-02 form textarea {
    width: 100%;
  }
}

.p-careers-single .sec-02 form input[type="text"],
.p-careers-single .sec-02 form input[type="email"],
.p-careers-single .sec-02 form input[type="tel"] {
  height: 30px;
}

.p-careers-single .sec-02 form textarea {
  min-width: 100%;
  min-height: 180px;
  max-width: 590px;
}

.p-careers-single .sec-02 form .required {
  color: #e60012;
  margin-left: 10px;
  font-weight: normal;
}

.p-careers-single .sec-02 form .type ul, .p-careers-single .sec-02 form .method ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-careers-single .sec-02 form .type ul, .p-careers-single .sec-02 form .method ul {
    display: block;
  }
}

.p-careers-single .sec-02 form .type ul li, .p-careers-single .sec-02 form .method ul li {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .p-careers-single .sec-02 form .type ul li, .p-careers-single .sec-02 form .method ul li {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .p-careers-single .sec-02 form .type ul li:last-child, .p-careers-single .sec-02 form .method ul li:last-child {
    margin-bottom: 0;
  }
}

.p-careers-single .sec-02 form .example {
  color: #a0a0a0;
}

@media screen and (max-width: 1024px) {
  .p-careers-single .sec-02 form .example {
    display: block;
    margin-top: 10px;
  }
}

.p-careers-single .sec-02 .privacy {
  text-align: left;
  margin-top: 30px;
}

.p-careers-single .sec-02 .privacy .ttl-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}

.p-careers-single .sec-02 .privacy .ttl-area .ttl {
  font-weight: bold;
  color: #18365d;
  font-size: 1.8rem;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .p-careers-single .sec-02 .privacy .ttl-area .ttl {
    font-size: 13px;
  }
}

.p-careers-single .sec-02 .privacy .ttl-area .note {
  color: #313131;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .p-careers-single .sec-02 .privacy .ttl-area .note {
    font-size: 1.2rem;
  }
}

.p-careers-single .sec-02 .privacy .overflow-wrap {
  padding: 30px;
  border: 1px solid #bdbdbd;
  max-height: 380px;
  overflow: auto;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .p-careers-single .sec-02 .privacy .overflow-wrap {
    background-color: #fff;
    padding: 5%;
    font-size: 1.2rem;
  }
}

.p-careers-single .sec-02 .privacy .agree-privacy-policy {
  text-align: center;
  margin-bottom: 50px;
}

.p-careers-single .sec-02 .privacy .agree-privacy-policy a {
  color: #397fc3;
}

.p-careers-single .sec-02 .submit-area button {
  background: #b9b9b9;
  border: none;
  padding: 15px 20px;
  width: 180px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 1.4rem;
  letter-spacing: .6em;
  font-weight: bold;
}

/*------------------------------------------------------------------
*vision
------------------------------------------------------------------*/
.p-vision .section {
  margin-top: 20px;
  margin-bottom: 10%;
  padding: 0;
  background: #18365d;
  background: -webkit-gradient(linear, left top, right top, from(#18365d), color-stop(50%, #18365d), color-stop(51%, #7c8ca2), color-stop(52%, #dfe1e6), to(#dfe1e6));
  background: linear-gradient(90deg, #18365d 0%, #18365d 50%, #7c8ca2 51%, #dfe1e6 52%, #dfe1e6 100%);
  position: relative;
  height: 29vw;
}

@media screen and (max-width: 1024px) {
  .p-vision .section {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .p-vision .section {
    margin-top: 10%;
  }
}

.p-vision .section:nth-child(odd) .content {
  margin: 0 0 0 auto;
}

.p-vision .section:nth-child(even) {
  background: #dfe1e6;
  background: -webkit-gradient(linear, left top, right top, from(#dfe1e6), color-stop(48%, #dfe1e6), color-stop(49%, #7c8ca2), color-stop(50%, #18365d), to(#18365d));
  background: linear-gradient(90deg, #dfe1e6 0%, #dfe1e6 48%, #7c8ca2 49%, #18365d 50%, #18365d 100%);
}

.p-vision .section:nth-child(even) .content figure {
  right: -3vw;
  left: auto;
}

.p-vision .section .inner {
  height: 100%;
}

.p-vision .section .content {
  background-color: #fff;
  width: 50%;
  padding: 5vw 7%;
  text-align: left;
  height: 100%;
  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: 1024px) {
  .p-vision .section .content {
    width: 100%;
    display: block;
  }
}

.p-vision .section .content .txt {
  font-size: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .p-vision .section .content .txt {
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 768px) {
  .p-vision .section .content .txt {
    font-size: 1.3rem;
  }
}

.p-vision .section .content .txt ol {
  counter-reset: vision_num 0;
}

.p-vision .section .content .txt ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 1em;
}

.p-vision .section .content .txt ol li::before {
  content: counter(vision_num) ".";
  counter-increment: vision_num 1;
  margin-right: 5px;
}

.p-vision .section .content figure {
  position: absolute;
  width: 50%;
  left: -3vw;
  top: 3vw;
  height: 29vw;
}

@media screen and (max-width: 1024px) {
  .p-vision .section .content figure {
    position: static;
    width: 100%;
  }
}

.p-vision .section .content figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-vision .sec-ttl {
  margin-bottom: 3vw;
}

.p-vision .sec-ttl::after {
  left: 0;
  -webkit-transform: none;
          transform: none;
}

/*------------------------------------------------------------------
*business
------------------------------------------------------------------*/
.p-business .sec-01 {
  margin: 20px 0;
  padding: 0;
  overflow: hidden;
  background-image: url(../img/business/sec_01_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

@media screen and (max-width: 1024px) {
  .p-business .sec-01 {
    background-image: url(../img/business/sec_01_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
  }
}

.p-business .sec-01 .sec-body {
  position: relative;
  z-index: 1;
}

.p-business .sec-01 .sec-body::before {
  content: none;
  background-image: url(../img/business/sec_01_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
  z-index: -1;
  position: absolute;
  left: 0;
  height: 100%;
  width: calc( 100vw -  calc( 100% - 1100px ) / 2);
  border-radius: 40px 0 0 40px;
}

@media screen and (max-width: 1024px) {
  .p-business .sec-01 .sec-body::before {
    content: none;
  }
}

.p-business .sec-01 .sec-body .sec-body__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3vw 2vw 3vw 2vw;
}

@media screen and (max-width: 1024px) {
  .p-business .sec-01 .sec-body .sec-body__inner {
    display: block;
    padding: 10% 0vw 10% 0vw;
  }
}

.p-business .sec-01 .sec-body .txt-area {
  padding-right: 4vw;
}

@media screen and (max-width: 1024px) {
  .p-business .sec-01 .sec-body .txt-area {
    padding-right: 0;
  }
}

.p-business .sec-01 .sec-body .txt-area .ttl {
  font-size: 2vw;
  margin-bottom: 3vw;
}

@media screen and (min-width: 1201px) {
  .p-business .sec-01 .sec-body .txt-area .ttl {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .p-business .sec-01 .sec-body .txt-area .ttl {
    font-size: 5vw;
  }
}

.p-business .sec-01 .sec-body .txt-area .ttl span {
  margin-bottom: 2vw;
}

@media screen and (max-width: 768px) {
  .p-business .sec-01 .sec-body .txt-area .ttl span {
    font-size: 3vw;
  }
}

.p-business .sec-01 .sec-body .txt-area .txt {
  text-align: left;
  font-size: 1.5rem;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .p-business .sec-01 .sec-body .txt-area .txt {
    font-size: 1.3rem;
  }
}

.p-business .sec-01 .sec-body .fig-area {
  padding: 6vw;
}

@media screen and (min-width: 1201px) {
  .p-business .sec-01 .sec-body .fig-area {
    padding: 70px 70px 70px 70px;
  }
}

@media screen and (max-width: 1024px) {
  .p-business .sec-01 .sec-body .fig-area {
    padding: 15vw 6vw;
  }
}

.p-business .sec-01 .sec-body .pentagon-content {
  width: 30vw;
  margin: 0 auto;
  position: relative;
  min-width: 320px;
}

@media screen and (min-width: 1201px) {
  .p-business .sec-01 .sec-body .pentagon-content {
    width: 350px;
  }
}

@media screen and (max-width: 1024px) {
  .p-business .sec-01 .sec-body .pentagon-content {
    width: 53vw;
    min-width: auto;
  }
}

@media screen and (max-width: 768px) {
  .p-business .sec-01 .sec-body .pentagon-content {
    width: 63vw;
    min-width: auto;
  }
}

.p-business .sec-01 .sec-body .pentagon-content svg {
  vertical-align: bottom;
}

.p-business .sec-01 .sec-body .services li {
  width: 10vw;
  height: 10vw;
  padding: .5vw;
  -webkit-box-sizing: unset;
          box-sizing: unset;
  border-radius: 50%;
  border: 2px solid #18365d;
  color: #18365d;
  -webkit-filter: drop-shadow(-10px 4px 9px rgba(148, 148, 148, 0.6));
          filter: drop-shadow(-10px 4px 9px rgba(148, 148, 148, 0.6));
  position: absolute;
  min-width: 122px;
  min-height: 122px;
}

@media screen and (min-width: 1201px) {
  .p-business .sec-01 .sec-body .services li {
    width: 105px;
    height: 105px;
  }
}

@media screen and (max-width: 1024px) {
  .p-business .sec-01 .sec-body .services li {
    width: 20vw;
    height: 20vw;
    min-width: auto;
    min-height: auto;
  }
}

.p-business .sec-01 .sec-body .services li:nth-child(1) {
  top: 54%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-business .sec-01 .sec-body .services li:nth-child(2) {
  top: 37%;
  left: 0%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-business .sec-01 .sec-body .services li:nth-child(3) {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-business .sec-01 .sec-body .services li:nth-child(4) {
  top: 37%;
  right: 0%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.p-business .sec-01 .sec-body .services li:nth-child(5) {
  bottom: 0;
  right: 20%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

.p-business .sec-01 .sec-body .services li:nth-child(6) {
  bottom: 0;
  left: 20%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.p-business .sec-01 .sec-body .services li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #18365d;
  padding: 1vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: inset -0.5vw 1vw 2vw -1vw #bababa;
          box-shadow: inset -0.5vw 1vw 2vw -1vw #bababa;
  background-color: #fff;
  overflow: hidden;
}

@media screen and (min-width: 1201px) {
  .p-business .sec-01 .sec-body .services li a {
    padding: 10px;
  }
}

.p-business .sec-01 .sec-body .services li a:hover {
  background-color: #18365d;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-business .sec-01 .sec-body .services li a:hover span {
  -webkit-filter: brightness(10);
          filter: brightness(10);
}

.p-business .sec-01 .sec-body .services li a:hover .ttl::after {
  border-color: #fff;
}

.p-business .sec-01 .sec-body .services li .icon {
  height: 3.5vw;
  margin-bottom: .5vw;
  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;
}

@media screen and (min-width: 1201px) {
  .p-business .sec-01 .sec-body .services li .icon {
    height: 40px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .p-business .sec-01 .sec-body .services li .icon {
    height: 5vw;
    margin-bottom: 1vw;
  }
}

.p-business .sec-01 .sec-body .services li .icon img {
  max-height: 100%;
}

.p-business .sec-01 .sec-body .services li .ttl {
  position: relative;
  padding-bottom: 1.5vw;
  font-size: .7vw;
  font-weight: bold;
}

@media screen and (min-width: 1201px) {
  .p-business .sec-01 .sec-body .services li .ttl {
    font-size: 10px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .p-business .sec-01 .sec-body .services li .ttl {
    font-size: 1.5vw;
  }
}

.p-business .sec-01 .sec-body .services li .ttl::after {
  content: "";
  width: .5vw;
  height: .5vw;
  border-left: 2px solid #18365d;
  border-bottom: 2px solid #18365d;
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  position: absolute;
  bottom: 0;
  left: 50%;
}

@media screen and (max-width: 768px) {
  .p-business .sec-01 .sec-body .services li .ttl::after {
    border-width: 1px;
    width: .7vw;
    height: .7vw;
  }
}

.p-business .sec-02 {
  padding-bottom: 150px;
}

.p-business .sec-02 .business-list {
  counter-reset: business_num 0;
}

.p-business .sec-02 .business-list li {
  background-size: 50% 100%;
  background-repeat: no-repeat;
  background-position: left;
  position: relative;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .p-business .sec-02 .business-list li {
    margin-bottom: 7%;
  }
}

.p-business .sec-02 .business-list li .fig-area {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .p-business .sec-02 .business-list li .fig-area {
    position: static;
    width: 100%;
  }
}

.p-business .sec-02 .business-list li .fig-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
}

.p-business .sec-02 .business-list li .fig-area img.ofi {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 1024px) {
  .p-business .sec-02 .business-list li .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-business .sec-02 .business-list li .txt-area {
  width: 50%;
  margin: 0 0 0 auto;
  font-size: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .p-business .sec-02 .business-list li .txt-area {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-business .sec-02 .business-list li .txt-area {
    font-size: 1.3rem;
  }
}

.p-business .sec-02 .business-list li .txt-area .ttl {
  font-size: 20px;
  color: #18365d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px 0 35px 90px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #18365d;
}

@media screen and (max-width: 1024px) {
  .p-business .sec-02 .business-list li .txt-area .ttl {
    padding: 3% 0;
  }
}

@media screen and (max-width: 768px) {
  .p-business .sec-02 .business-list li .txt-area .ttl {
    font-size: 1.4rem;
  }
}

.p-business .sec-02 .business-list li .txt-area .ttl .icon {
  background-color: #18365d;
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 6px;
  padding: 15px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .p-business .sec-02 .business-list li .txt-area .ttl .icon {
    width: 45px;
    height: 45px;
    padding: 5px;
  }
}

.p-business .sec-02 .business-list li .txt-area .ttl .icon img {
  -webkit-filter: brightness(10);
          filter: brightness(10);
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-business .sec-02 .business-list li .txt-area .ttl .icon img .ofi {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

.p-business .sec-02 .business-list li .txt-area .ttl .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .p-business .sec-02 .business-list li .txt-area .ttl .title {
    margin-top: 12px;
  }
}

.p-business .sec-02 .business-list li .txt-area .ttl .title::before {
  content: counter(business_num, decimal-leading-zero) ".";
  counter-increment: business_num 1;
  margin-right: 5px;
}

.p-business .sec-02 .business-list li .txt-area .txt {
  padding: 35px 0 0 90px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .p-business .sec-02 .business-list li .txt-area .txt {
    padding: 3% 0;
  }
}

.p-business .sec-02 .business-list li .txt-area .btn {
  text-align: right;
  padding-top: 35px;
}

@media screen and (max-width: 768px) {
  .p-business .sec-02 .business-list li .txt-area .btn {
    padding-top: 20px;
  }
}

.p-business .sec-02 .business-list li .txt-area .btn a {
  display: inline-block;
  border: 1px solid #18365d;
  padding: 15px 20px 15px 25px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
  line-height: 1.2;
}

.p-business .sec-02 .business-list li .txt-area .btn a::after {
  content: "→";
  margin-left: 10px;
}

.p-business .sec-02 .business-list li .txt-area .btn a:hover {
  background-color: #18365d;
  color: #fff;
}

.p-business .sec-02 .btn-area {
  display: inline-block;
}

.p-business .sec-02 .btn-area a {
  display: block;
  background-color: #181d29;
  color: #fff;
  font-weight: bold;
  padding: 20px;
  width: 400px;
}

@media screen and (max-width: 768px) {
  .p-business .sec-02 .btn-area a {
    width: 300px;
  }
}

.p-business .sec-02 .btn-area a::after {
  content: "→";
  margin-left: 15px;
  font-weight: bold;
}

/*--------------
個別ページ共通
---------------*/
.p-business-single .sec-01 {
  padding-top: 0;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .p-business-single .sec-01 {
    margin-top: 10%;
  }
}

@media screen and (max-width: 768px) {
  .p-business-single .sec-01 .inner-type-02 {
    padding: 0;
  }
}

.p-business-single .sec-02 {
  padding-top: 0;
}

.p-business-single .content-01 {
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: right 0 top 0;
  padding-top: 170px;
}

@media screen and (max-width: 768px) {
  .p-business-single .content-01 {
    padding-top: 0;
    background: none;
  }
}

.p-business-single .content-01 .txt-area {
  position: relative;
  z-index: 1;
  text-align: left;
  padding: 0px 30px 70px 0px;
  width: 55%;
}

@media screen and (max-width: 768px) {
  .p-business-single .content-01 .txt-area {
    width: 100%;
    background: #fff;
    padding: 5%;
    -webkit-box-shadow: 0 0 10px rgba(80, 80, 80, 0.264);
            box-shadow: 0 0 10px rgba(80, 80, 80, 0.264);
  }
}

.p-business-single .content-01 .txt-area::before {
  content: "";
  height: 100%;
  background-color: #fff;
  width: 100vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-box-shadow: 0 0 25px rgba(80, 80, 80, 0.264);
          box-shadow: 0 0 25px rgba(80, 80, 80, 0.264);
}

@media screen and (max-width: 768px) {
  .p-business-single .content-01 .txt-area::before {
    content: none;
  }
}

.p-business-single .content-01 .txt-area .ttl {
  font-size: 22px;
  position: relative;
  padding-top: 70px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d5c5b3;
}

@media screen and (max-width: 768px) {
  .p-business-single .content-01 .txt-area .ttl {
    padding-top: 0;
    font-size: 15px;
    margin-bottom: 5%;
    font-weight: bold;
  }
}

.p-business-single .content-01 .txt-area .ttl .business-num {
  position: absolute;
  font-size: 90px;
  display: block;
  color: #d5c5b3;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .p-business-single .content-01 .txt-area .ttl .business-num {
    position: static;
    font-size: 5vw;
    -webkit-transform: none;
            transform: none;
  }
}

.p-business-single .content-01 .txt-area .txt {
  font-size: 1.5rem;
  line-height: 2;
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  .p-business-single .content-01 .txt-area .txt {
    font-size: 1.3rem;
  }
}

.p-business-single .contactBlock {
  padding: 60px 0;
  background-color: #fff;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .p-business-single .contactBlock .inner {
    width: 96%;
  }
}

@media screen and (max-width: 768px) {
  .p-business-single .contactBlock .inner {
    text-align: left;
  }
}

.p-business-single .contactBlock .message {
  margin-bottom: 45px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-business-single .contactBlock .btn {
    text-align: center;
  }
}

.p-business-single .contactBlock .btn a {
  background-color: #1b1b1b;
  padding: 20px;
  display: block;
  color: #fff;
  display: inline-block;
  width: 400px;
}

@media screen and (max-width: 768px) {
  .p-business-single .contactBlock .btn a {
    width: 50%;
    min-width: 250px;
  }
}

/*個別ページ共通 END
-------------*/
/*-------------
business-01
--------------*/
.p-business-01 .sec-01 .content-02 {
  padding: 80px 0 40px 0;
}

@media screen and (max-width: 768px) {
  .p-business-01 .sec-01 .content-02 {
    padding: 7% 0;
  }
}

.p-business-01 .sec-01 .content-02 .req-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.p-business-01 .sec-01 .content-02 .req-list li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  background-color: #fff;
  padding: 20px 10px;
  border-radius: 8px;
  border: 1px solid #394453;
  color: #394453;
  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;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-business-01 .sec-01 .content-02 .req-list li {
    width: 49%;
  }
}

@media screen and (max-width: 499px) {
  .p-business-01 .sec-01 .content-02 .req-list li {
    width: 100%;
    margin-right: 0;
    padding: 5%;
    font-size: 12px;
  }
}

.p-business-01 .sec-01 .content-02 .req-list li:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .p-business-01 .sec-01 .content-02 .req-list li:nth-child(2n) {
    margin-right: 0;
  }
}

.p-business-01 .sec-01 .content-02 .arrow {
  width: 110px;
  margin: 0 auto;
  padding-bottom: 15px;
}

.p-business-01 .sec-01 .content-02 .arrow span {
  width: 100%;
  height: 14px;
  display: block;
  background-color: #394453;
  margin-bottom: 5px;
}

.p-business-01 .sec-01 .content-02 .arrow span:last-child {
  position: relative;
  margin-bottom: 0;
}

.p-business-01 .sec-01 .content-02 .arrow span:last-child::after {
  content: "";
  border-top: 10px solid #394453;
  border-right: 55px solid transparent;
  border-left: 55px solid transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}

.p-business-01 .sec-01 .content-02 .catch {
  font-size: 32px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-business-01 .sec-01 .content-02 .catch {
    font-size: 15px;
  }
}

.p-business-01 .sec-01 .content-03 {
  padding: 0 15px;
}

.p-business-01 .sec-01 .content-03 .inner {
  max-width: 1600px;
  background-color: #fff;
  margin: 0 auto;
  background-image: url(../img/business/business-01/sec_03_bg.jpg.jpg);
  background-repeat: no-repeat;
  background-position: bottom 0 right 0;
  -webkit-box-shadow: 15px 15px 15px rgba(93, 93, 93, 0.148);
          box-shadow: 15px 15px 15px rgba(93, 93, 93, 0.148);
}

@media screen and (max-width: 768px) {
  .p-business-01 .sec-01 .content-03 .inner {
    background: #fff none;
    -webkit-box-shadow: 0px 0px 5px rgba(93, 93, 93, 0.148);
            box-shadow: 0px 0px 5px rgba(93, 93, 93, 0.148);
  }
}

.p-business-01 .sec-01 .content-03 .content {
  padding: 60px calc(calc(100% - 1300px) / 2);
}

@media screen and (max-width: 1400px) {
  .p-business-01 .sec-01 .content-03 .content {
    padding: 60px calc(calc(100% - 1200px) / 2);
  }
}

@media screen and (max-width: 1280px) {
  .p-business-01 .sec-01 .content-03 .content {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 1024px) {
  .p-business-01 .sec-01 .content-03 .content {
    padding: 7% 5% 5% 5%;
  }
}

.p-business-01 .sec-01 .content-03 .ttl {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 65px;
}

@media screen and (max-width: 768px) {
  .p-business-01 .sec-01 .content-03 .ttl {
    margin-bottom: 5%;
    font-size: 1.4rem;
  }
}

.p-business-01 .sec-01 .content-03 .ttl span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #1b1b1b;
  text-align: left;
}

.p-business-01 .sec-01 .content-03 .room-type {
  text-align: left;
}

.p-business-01 .sec-01 .content-03 .room-type tr {
  border-bottom: 1px solid #394453;
}

@media screen and (max-width: 1024px) {
  .p-business-01 .sec-01 .content-03 .room-type tr {
    border: none;
  }
}

.p-business-01 .sec-01 .content-03 .room-type tr:first-child td {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .p-business-01 .sec-01 .content-03 .room-type tr:first-child td {
    padding-top: 3%;
  }
}

.p-business-01 .sec-01 .content-03 .room-type tr:last-child {
  border-bottom: none;
}

.p-business-01 .sec-01 .content-03 .room-type tr:last-child td {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .p-business-01 .sec-01 .content-03 .room-type tr:last-child td {
    padding-bottom: 7%;
  }
}

.p-business-01 .sec-01 .content-03 .room-type td {
  border-right: 1px solid #394453;
  padding: 40px 30px;
}

@media screen and (max-width: 1024px) {
  .p-business-01 .sec-01 .content-03 .room-type td {
    display: block;
    padding: 7% 0;
    width: 100%;
    border: none;
  }
}

.p-business-01 .sec-01 .content-03 .room-type td:nth-child(1) {
  padding-left: 0;
}

.p-business-01 .sec-01 .content-03 .room-type td:nth-child(2) {
  padding-right: 0;
  border-right: none;
}

.p-business-01 .sec-01 .content-03 .room-type td .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-business-01 .sec-01 .content-03 .room-type td .flex-box {
    display: block;
  }
}

.p-business-01 .sec-01 .content-03 .room-type td .flex-box .txt-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 25px;
}

@media screen and (max-width: 768px) {
  .p-business-01 .sec-01 .content-03 .room-type td .flex-box .txt-area {
    padding-right: 0;
  }
}

.p-business-01 .sec-01 .content-03 .room-type td .flex-box .sttl {
  font-size: 20px;
  margin-bottom: 15px;
  color: #394453;
}

@media screen and (max-width: 768px) {
  .p-business-01 .sec-01 .content-03 .room-type td .flex-box .sttl {
    font-size: 1.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .p-business-01 .sec-01 .content-03 .room-type td .flex-box .sttl::before {
    content: "";
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #394453;
    margin-right: 10px;
    margin-top: 5px;
  }
}

.p-business-01 .sec-01 .content-03 .room-type td .flex-box figure {
  width: 235px;
  background-color: #f7f7f7;
}

@media screen and (max-width: 768px) {
  .p-business-01 .sec-01 .content-03 .room-type td .flex-box figure {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
}

.p-business-01 .sec-02 .companies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-business-01 .sec-02 .companies li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}

@media screen and (max-width: 768px) {
  .p-business-01 .sec-02 .companies li {
    width: 49%;
  }
}

.p-business-01 .sec-02 .companies li:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .p-business-01 .sec-02 .companies li:nth-child(2n) {
    margin-right: 0;
  }
}

.p-business-01 .sec-02 .companies li a {
  display: block;
  border: 1px solid #a4a4a4;
  overflow: hidden;
}

.p-business-01 .sec-02 .companies li a img {
  max-height: 100%;
}

/*-------------
business-02
--------------*/
.p-business-02 .sec-01 .content-02 {
  padding: 70px 0;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .p-business-02 .sec-01 .content-02 {
    padding: 7% 0;
  }
}

.p-business-02 .sec-01 .content-02 .ttl span {
  background-image: url(../img/business/business-02/content_02_prop_01.png);
  background-position: right;
  padding: 0 170px;
}

@media screen and (max-width: 768px) {
  .p-business-02 .sec-01 .content-02 .ttl span {
    padding: 0 7vw;
  }
}

.p-business-02 .sec-01 .content-02 .service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-business-02 .sec-01 .content-02 .service-list li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  background-color: #fff;
  padding: 20px 10px;
  border-radius: 8px;
  border: 1px solid #394453;
  color: #394453;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-business-02 .sec-01 .content-02 .service-list li {
    width: 49%;
  }
}

@media screen and (max-width: 499px) {
  .p-business-02 .sec-01 .content-02 .service-list li {
    width: 100%;
    margin-right: 0;
    padding: 5%;
    font-size: 12px;
  }
}

.p-business-02 .sec-01 .content-02 .service-list li:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .p-business-02 .sec-01 .content-02 .service-list li:nth-child(2n) {
    margin-right: 0;
  }
}

.p-business-02 .sec-01 .content-02 .service-list li .icon {
  width: 30%;
}

@media screen and (max-width: 499px) {
  .p-business-02 .sec-01 .content-02 .service-list li .icon {
    width: 30px;
  }
}

.p-business-02 .sec-01 .content-02 .service-list li .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  padding-left: 15px;
}

/*-------------
business-03
--------------*/
@media screen and (max-width: 768px) {
  .p-business-03 .sec-01 {
    padding-bottom: 10%;
  }
}

.p-business-03 .sec-01 .content-02 {
  padding: 80px 0 50px 0;
}

@media screen and (max-width: 768px) {
  .p-business-03 .sec-01 .content-02 {
    padding: 7% 0;
  }
}

.p-business-03 .sec-01 .content-02 .content-ttl {
  font-size: 20px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .p-business-03 .sec-01 .content-02 .content-ttl {
    font-size: 15px;
    margin-bottom: 5%;
  }
}

.p-business-03 .sec-01 .content-02 .content-ttl span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}

.p-business-03 .sec-01 .content-02 .support-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-business-03 .sec-01 .content-02 .support-type li {
  width: 18%;
  margin-right: 2.5%;
  margin-bottom: 2%;
}

.p-business-03 .sec-01 .content-02 .support-type li:nth-child(5n) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .p-business-03 .sec-01 .content-02 .support-type li:nth-child(5n) {
    margin-right: 2%;
  }
}

@media screen and (max-width: 1024px) {
  .p-business-03 .sec-01 .content-02 .support-type li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .p-business-03 .sec-01 .content-02 .support-type li:nth-child(2n) {
    margin-right: 0;
  }
}

.p-business-03 .sec-01 .content-02 .support-type li .ttl {
  background-color: #394453;
  color: #fff;
  padding: 15px 10px;
  margin-bottom: 20px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  margin-top: 40px;
}

.p-business-03 .sec-01 .content-02 .support-type li .ttl::before {
  content: "";
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #394453;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-business-03 .sec-01 .content-02 .support-type li .ttl::before {
    width: 50px;
    height: 50px;
  }
}

.p-business-03 .sec-01 .content-02 .support-type li .ttl::after {
  content: "";
  width: 29px;
  height: 30px;
  background-image: url(../img/business/business-03/content_02_list_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .p-business-03 .sec-01 .content-02 .support-type li .ttl::after {
    width: 15px;
    height: 16px;
    top: -5px;
  }
}

.p-business-03 .sec-01 .content-02 .support-type li .txt {
  text-align: left;
}

.p-business-03 .sec-01 .content-03 .content-ttl span {
  background-image: url(../img/business/business-03/content_03_prop_01.png);
  background-position: left top;
  padding: 0 150px;
}

@media screen and (max-width: 768px) {
  .p-business-03 .sec-01 .content-03 .content-ttl span {
    padding: 1vw 10vw;
    background-size: 8vw;
  }
}

.p-business-03 .sec-01 .content-03 .block {
  background-color: #fff;
  padding: 5%;
  margin-top: -10px;
  position: relative;
  z-index: 1;
  padding: 5%;
  border: 2px solid #394453;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .p-business-03 .sec-01 .content-03 .block {
    margin-top: 0;
  }
}

.p-business-03 .sec-01 .content-03 .block .system-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-business-03 .sec-01 .content-03 .block .system-type {
    display: block;
  }
}

.p-business-03 .sec-01 .content-03 .block .system-type li {
  width: 49%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-business-03 .sec-01 .content-03 .block .system-type li {
    width: 100%;
    margin-bottom: 15px;
  }
}

.p-business-03 .sec-01 .content-03 .block .system-type li .txt {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .p-business-03 .sec-01 .content-03 .block .system-type li .txt {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
}

.p-business-03 .sec-01 .content-03 .block .system-type li figure img {
  border-radius: 8px;
}

.p-business-03 .sec-01 .content-03 .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-business-03 .sec-01 .content-03 .description {
    display: block;
  }
}

.p-business-03 .sec-01 .content-03 .description .ttl {
  margin-right: 65px;
}

@media screen and (max-width: 768px) {
  .p-business-03 .sec-01 .content-03 .description .ttl {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: left;
  }
}

.p-business-03 .sec-01 .content-03 .description .description__list {
  text-align: left;
}

/*-------------
business-04
--------------*/
@media screen and (max-width: 768px) {
  .p-business-04 .sec-01 {
    padding-bottom: 10%;
  }
}

.p-business-04 .sec-01 .content-01 .txt-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
}

.p-business-04 .sec-01 .content-01 .txt-area ul li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  border-radius: 8px;
  background-color: #f5f8fc;
  text-align: center;
  padding: 15px;
  border: 1px solid #394453;
}

@media screen and (max-width: 768px) {
  .p-business-04 .sec-01 .content-01 .txt-area ul li {
    width: 100%;
    margin-right: 0;
  }
}

.p-business-04 .sec-01 .content-01 .txt-area ul li:nth-child(2n) {
  margin-right: 0;
}

.p-business-04 .sec-01 .content-02 {
  padding: 50px 0;
}

.p-business-04 .sec-01 .content-02 .content-ttl span {
  background-image: url(../img/business/business-04/content_02_prop_01.png);
  background-position: right bottom;
  padding: 0 170px;
}

@media screen and (max-width: 768px) {
  .p-business-04 .sec-01 .content-02 .content-ttl span {
    padding: 1vw 10vw;
    background-size: 8vw;
  }
}

.p-business-04 .sec-01 .content-02 .block {
  background-color: #fff;
  padding: 5%;
  position: relative;
  z-index: 1;
  padding: 30px calc(calc(100% - 850px) / 2);
  border: 2px solid #394453;
  border-radius: 8px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .p-business-04 .sec-01 .content-02 .block {
    padding: 5%;
  }
}

.p-business-04 .sec-01 .content-02 .block ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: plus_num 0;
}

.p-business-04 .sec-01 .content-02 .block ol li {
  width: 49%;
  margin-right: 2%;
  text-align: left;
  position: relative;
  padding: 15px 0 15px 50px;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .p-business-04 .sec-01 .content-02 .block ol li {
    font-size: 1.4rem;
    width: 100%;
    margin-right: 0;
    padding: 0;
    padding-left: 30px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .p-business-04 .sec-01 .content-02 .block ol li:last-child {
    margin-bottom: 0;
  }
}

.p-business-04 .sec-01 .content-02 .block ol li::before {
  content: counter(plus_num);
  counter-increment: plus_num 1;
  width: 40px;
  height: 40px;
  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;
  background-color: #1b1b1b;
  color: #fff;
  border-radius: 50%;
  line-height: 1;
  font-size: 20px;
  font-size: 18px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 9px;
}

@media screen and (max-width: 768px) {
  .p-business-04 .sec-01 .content-02 .block ol li::before {
    width: 20px;
    height: 20px;
    font-size: 1.2rem;
    top: 2px;
  }
}

.p-business-04 .sec-01 .content-02 .block ol li:nth-child(2n) {
  margin-right: 0;
}

.p-business-04 .sec-01 .content-02 .message {
  font-size: 1.8rem;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-business-04 .sec-01 .content-02 .message {
    font-size: 1.3rem;
    margin-top: 5%;
  }
}

.p-business-04 .sec-01 .content-03 .content-ttl span {
  background-image: url(../img/business/business-04/content_03_prop_01.png);
  background-position: left bottom;
  padding: 0 170px;
}

@media screen and (max-width: 768px) {
  .p-business-04 .sec-01 .content-03 .content-ttl span {
    padding: 1vw 10vw;
    background-size: 8vw;
  }
}

.p-business-04 .sec-01 .content-03 .block {
  background-color: #fff;
  padding: 5%;
  position: relative;
  z-index: 1;
  padding: 5%;
  border: 2px solid #394453;
  border-radius: 8px;
  width: 100%;
}

.p-business-04 .sec-01 .content-03 .block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-business-04 .sec-01 .content-03 .block ul li {
  width: 19.2%;
  margin-right: 1%;
}

.p-business-04 .sec-01 .content-03 .block ul li:nth-child(5n) {
  margin-right: 0;
}

.p-business-04 .sec-01 .content-03 .block ul li figure {
  width: 100%;
}

.p-business-04 .sec-01 .content-03 .block ul li figure img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.p-business-04 .sec-01 .content-03 .block .message {
  font-size: 2rem;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-business-04 .sec-01 .content-03 .block .message {
    font-size: 1.3rem;
    margin-top: 5%;
  }
}

/*-------------
business-05
--------------*/
.p-business-05 .sec-01 .block {
  background-color: #fff;
  padding: 5%;
  position: relative;
  z-index: 1;
  padding: 5%;
  border: 2px solid #394453;
  border-radius: 8px;
  width: 100%;
}

.p-business-05 .sec-01 .block .content-ttl {
  font-size: 24px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .p-business-05 .sec-01 .block .content-ttl {
    margin-bottom: 5%;
    font-size: 1.3rem;
  }
}

.p-business-05 .sec-01 .content-02 {
  padding-top: 100px;
}

@media screen and (max-width: 1024px) {
  .p-business-05 .sec-01 .content-02 {
    padding-top: 10%;
  }
}

.p-business-05 .sec-01 .content-02 .block {
  margin-top: 25px;
}

.p-business-05 .sec-01 .content-03 {
  padding-top: 60px;
}

@media screen and (max-width: 1024px) {
  .p-business-05 .sec-01 .content-03 {
    padding-top: 10%;
  }
}

/*------------------------------------------------------------------
*message
------------------------------------------------------------------*/
.p-message .sec-01 {
  padding-top: 0;
  margin-top: 20px;
  padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .p-message .sec-01 {
    padding-bottom: 20%;
  }
}

.p-message .sec-01 .content .content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-message .sec-01 .content .content-head {
    display: block;
  }
}

.p-message .sec-01 .content .content-head .figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-message .sec-01 .content .content-head .heading {
  width: 535px;
  padding: 30px;
  background-color: #18365d;
  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: 768px) {
  .p-message .sec-01 .content .content-head .heading {
    width: 100%;
    padding: 5%;
  }
}

.p-message .sec-01 .content .content-head .heading .txt {
  color: #fff;
  font-size: 52px;
  text-align: left;
}

@media screen and (max-width: 1050px) {
  .p-message .sec-01 .content .content-head .heading .txt {
    font-size: 4vw;
  }
}

@media screen and (max-width: 1024px) {
  .p-message .sec-01 .content .content-head .heading .txt {
    font-size: 3vw;
  }
}

.p-message .sec-01 .content .content-body {
  padding: 70px 150px;
  background-color: #fff;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .p-message .sec-01 .content .content-body {
    padding: 5%;
  }
}

.p-message .sec-01 .content .content-body .txt {
  font-size: 1.5rem;
  text-align: left;
  line-height: 2.2;
}

@media screen and (max-width: 768px) {
  .p-message .sec-01 .content .content-body .txt {
    font-size: 1.3rem;
  }
}

.p-message .sec-01 .content .content-body .signature {
  display: inline-block;
  margin-top: 35px;
  text-align: left;
}

.p-message .sec-01 .content .content-body .signature .company-name {
  display: block;
  margin-bottom: 5px;
}

.p-message .sec-01 .content .content-body .signature .position {
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .p-message .sec-01 .content .content-body .signature .name img {
    height: 18px;
  }
}

/*------------------------------------------------------------------
*total support
------------------------------------------------------------------*/
.p-total-support .sec-01 .cap-01 {
  margin-bottom: 20px;
}

.p-total-support .sec-01 .cap-01 .cap {
  font-size: 28px;
  margin-bottom: 35px;
}

@media screen and (max-width: 1024px) {
  .p-total-support .sec-01 .cap-01 .cap {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .p-total-support .sec-01 .cap-01 .cap {
    text-align: left;
  }
}

.p-total-support .sec-01 .cap-01 .txt {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .p-total-support .sec-01 .cap-01 .txt {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .p-total-support .sec-01 .cap-01 .txt {
    text-align: left;
  }
}

.p-total-support .sec-01 .cap-02 {
  background-color: #18365d;
  margin-top: 50px;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .p-total-support .sec-01 .cap-02 {
    padding: 5%;
    margin-top: 20px;
  }
}

.p-total-support .sec-01 .cap-02 .cap {
  color: #fff;
  font-size: 24px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .p-total-support .sec-01 .cap-02 .cap {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .p-total-support .sec-01 .cap-02 .cap {
    font-size: 14px;
    text-align: left;
  }
}

.p-total-support .sec-02 .content {
  background-image: url(../img/total-support/sec_02_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.p-total-support .sec-03 .differentiate {
  counter-reset: differentiate_num 0;
}

.p-total-support .sec-03 .differentiate > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}

@media screen and (max-width: 1024px) {
  .p-total-support .sec-03 .differentiate > li {
    display: block;
    margin-bottom: 50px;
  }
}

.p-total-support .sec-03 .differentiate > li:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-total-support .sec-03 .differentiate > li:nth-child(even) .txt-area {
  padding-left: 0;
  padding-right: 120px;
}

@media screen and (max-width: 1024px) {
  .p-total-support .sec-03 .differentiate > li:nth-child(even) .txt-area {
    padding-right: 0;
  }
}

.p-total-support .sec-03 .differentiate > li:nth-child(even) .txt-area::before {
  right: 50px;
}

@media screen and (max-width: 1024px) {
  .p-total-support .sec-03 .differentiate > li:nth-child(even) .txt-area::before {
    right: 0;
  }
}

.p-total-support .sec-03 .differentiate > li .txt-area {
  width: 650px;
  text-align: left;
  padding: 60px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .p-total-support .sec-03 .differentiate > li .txt-area {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}

.p-total-support .sec-03 .differentiate > li .txt-area::before {
  content: counter(differentiate_num, decimal-leading-zero);
  counter-increment: differentiate_num 1;
  font-size: 200px;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #e5e5e5;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  line-height: 1;
}

.p-total-support .sec-03 .differentiate > li .txt-area .ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .p-total-support .sec-03 .differentiate > li .txt-area .ttl {
    margin-bottom: 20px;
    font-size: 15px;
  }
}

.p-total-support .sec-03 .differentiate > li .txt-area .txt {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .p-total-support .sec-03 .differentiate > li .txt-area .txt {
    font-size: 1.3rem;
  }
}

.p-total-support .sec-03 .differentiate > li .txt-area .sdot-list {
  padding-left: 1em;
}

.p-total-support .sec-03 .differentiate > li .txt-area .sdot-list li {
  text-indent: -1em;
}

.p-total-support .sec-03 .differentiate > li .txt-area .sdot-list li::before {
  content: "・";
}

.p-total-support .sec-03 .differentiate > li .txt-area .dot-list {
  padding-left: 1em;
}

.p-total-support .sec-03 .differentiate > li .txt-area .dot-list li {
  text-indent: -1em;
}

.p-total-support .sec-03 .differentiate > li .txt-area .dot-list li::before {
  content: "●";
}

.p-total-support .sec-03 .differentiate > li .fig-area figure {
  background-color: #fff;
}

/*------------------------------------------------------------------
*SDGs
------------------------------------------------------------------*/
.p-sdgs .sec-01 {
  padding-top: 0;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .p-sdgs .sec-01 {
    margin-top: 10%;
  }
}

.p-sdgs .sec-01 .sec-ttl {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .p-sdgs .sec-01 .sec-ttl {
    margin-bottom: 5%;
  }
}

.p-sdgs .sec-01 .txt-area {
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .p-sdgs .sec-01 .txt-area {
    margin-bottom: 5%;
  }
}

.p-sdgs .sec-01 .txt-area .heading {
  font-size: 28px;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .p-sdgs .sec-01 .txt-area .heading {
    font-size: 1.5rem;
    margin-bottom: 5%;
  }
}

.p-sdgs .sec-01 .txt-area .txt {
  font-size: 1.6rem;
  line-height: 2.2;
}

@media screen and (max-width: 768px) {
  .p-sdgs .sec-01 .txt-area .txt {
    text-align: left;
    font-size: 1.3rem;
  }
}

.p-sdgs .sec-02 {
  padding: 0;
  padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .p-sdgs .sec-02 {
    padding-bottom: 10%;
  }
}

.p-sdgs .sec-02 .content {
  background-color: #fff;
  padding: 60px 30px;
}

@media screen and (max-width: 768px) {
  .p-sdgs .sec-02 .content {
    padding: 5%;
  }
}

.p-sdgs .sec-02 .content .sdg-list {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .p-sdgs .sec-02 .content .sdg-list {
    padding: 0;
  }
}

.p-sdgs .sec-02 .content .sdg-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .p-sdgs .sec-02 .content .sdg-list li {
    margin-bottom: 30px;
  }
}

.p-sdgs .sec-02 .content .sdg-list .txt-area {
  text-align: left;
  padding-left: 80px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 1024px) {
  .p-sdgs .sec-02 .content .sdg-list .txt-area {
    padding-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .p-sdgs .sec-02 .content .sdg-list .txt-area {
    padding-left: 15px;
  }
}

.p-sdgs .sec-02 .content .sdg-list .txt-area .ttl {
  font-size: 20px;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .p-sdgs .sec-02 .content .sdg-list .txt-area .ttl {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}

.p-sdgs .sec-02 .content .sdg-list .txt-area .txt {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .p-sdgs .sec-02 .content .sdg-list .txt-area .txt {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 1024px) {
  .p-sdgs .sec-02 .content .sdg-list figure {
    width: 20%;
  }
}

/*------------------------------------------------------------------
*contact
------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .p-contact .sec-01 {
    padding-top: 10%;
  }
}

.p-contact .sec-01 .notice {
  text-align: left;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .p-contact .sec-01 .notice {
    font-size: 1.3rem;
  }
}

.p-contact .sec-01 .notice span {
  color: #18365d;
}

.p-contact .sec-01 .tel-bnr {
  padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #18365d;
  color: #fff;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .p-contact .sec-01 .tel-bnr {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .p-contact .sec-01 .tel-bnr {
    padding: 5%;
  }
}

.p-contact .sec-01 .tel-bnr .ttl {
  font-size: 18px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  .p-contact .sec-01 .tel-bnr .ttl {
    font-size: 1.5rem;
  }
}

.p-contact .sec-01 .tel-bnr .num {
  font-size: 48px;
  padding: 0 30px;
  position: relative;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .p-contact .sec-01 .tel-bnr .num {
    line-height: 1.6;
  }
}

@media screen and (max-width: 768px) {
  .p-contact .sec-01 .tel-bnr .num {
    font-size: 5vw;
  }
}

.p-contact .sec-01 .tel-bnr .num::before {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 1024px) {
  .p-contact .sec-01 .tel-bnr .num::before {
    display: none;
  }
}

.p-contact .sec-01 .tel-bnr .num::after {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 1024px) {
  .p-contact .sec-01 .tel-bnr .num::after {
    display: none;
  }
}

.p-contact .sec-01 .tel-bnr .num span {
  font-size: 22px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .p-contact .sec-01 .tel-bnr .num span {
    font-size: 3vw;
  }
}

.p-contact .sec-01 .tel-bnr .hours {
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  .p-contact .sec-01 .tel-bnr .hours {
    font-size: 1.3rem;
  }
}

.p-contact .sec-02 {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .p-contact .sec-02 {
    padding-bottom: 20%;
  }
}

@media screen and (max-width: 768px) {
  .p-contact .sec-02 .inner {
    width: 96%;
  }
}

.p-contact .sec-02 .content {
  background-color: #fff;
  padding: 80px 30px;
}

@media screen and (max-width: 768px) {
  .p-contact .sec-02 .content {
    padding: 0;
    background: none;
  }
}

.p-contact .sec-02 .content form {
  max-width: 1000px;
  margin: 0 auto;
}

.p-contact .sec-02 .content form input[type="text"],
.p-contact .sec-02 .content form input[type="email"],
.p-contact .sec-02 .content form input[type="tel"],
.p-contact .sec-02 .content form input[type="checkbox"],
.p-contact .sec-02 .content form textarea {
  border: 1px solid #b5b5b5;
  padding: 5px;
}

@media screen and (max-width: 768px) {
  .p-contact .sec-02 .content form input[type="text"],
  .p-contact .sec-02 .content form input[type="email"],
  .p-contact .sec-02 .content form input[type="tel"],
  .p-contact .sec-02 .content form input[type="checkbox"],
  .p-contact .sec-02 .content form textarea {
    font-size: 16px;
  }
}

.p-contact .sec-02 .content form input[type="text"],
.p-contact .sec-02 .content form input[type="email"],
.p-contact .sec-02 .content form input[type="tel"],
.p-contact .sec-02 .content form textarea {
  border-radius: 3px;
  width: 330px;
}

@media screen and (max-width: 1024px) {
  .p-contact .sec-02 .content form input[type="text"],
  .p-contact .sec-02 .content form input[type="email"],
  .p-contact .sec-02 .content form input[type="tel"],
  .p-contact .sec-02 .content form textarea {
    width: 100%;
  }
}

.p-contact .sec-02 .content form input[type="text"],
.p-contact .sec-02 .content form input[type="email"],
.p-contact .sec-02 .content form input[type="tel"] {
  height: 30px;
}

.p-contact .sec-02 .content form textarea {
  min-width: 100%;
  min-height: 180px;
  max-width: 590px;
}

.p-contact .sec-02 .content form .required {
  color: #e60012;
  margin-left: 10px;
  font-weight: normal;
}

.p-contact .sec-02 .content form .type ul, .p-contact .sec-02 .content form .method ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-contact .sec-02 .content form .type ul, .p-contact .sec-02 .content form .method ul {
    display: block;
  }
}

.p-contact .sec-02 .content form .type ul li, .p-contact .sec-02 .content form .method ul li {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .p-contact .sec-02 .content form .type ul li, .p-contact .sec-02 .content form .method ul li {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .p-contact .sec-02 .content form .type ul li:last-child, .p-contact .sec-02 .content form .method ul li:last-child {
    margin-bottom: 0;
  }
}

.p-contact .sec-02 .content form .example {
  color: #a0a0a0;
}

@media screen and (max-width: 1024px) {
  .p-contact .sec-02 .content form .example {
    display: block;
    margin-top: 10px;
  }
}

.p-contact .sec-02 .content .privacy {
  text-align: left;
  margin-top: 30px;
}

.p-contact .sec-02 .content .privacy .ttl-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}

.p-contact .sec-02 .content .privacy .ttl-area .ttl {
  font-weight: bold;
  color: #18365d;
  font-size: 1.8rem;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .p-contact .sec-02 .content .privacy .ttl-area .ttl {
    font-size: 13px;
  }
}

.p-contact .sec-02 .content .privacy .ttl-area .note {
  color: #313131;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .p-contact .sec-02 .content .privacy .ttl-area .note {
    font-size: 1.2rem;
  }
}

.p-contact .sec-02 .content .privacy .overflow-wrap {
  padding: 30px;
  border: 1px solid #bdbdbd;
  max-height: 380px;
  overflow: auto;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .p-contact .sec-02 .content .privacy .overflow-wrap {
    background-color: #fff;
    padding: 5%;
    font-size: 1.2rem;
  }
}

.p-contact .sec-02 .content .privacy .agree-privacy-policy {
  text-align: center;
  margin-bottom: 50px;
}

.p-contact .sec-02 .content .privacy .agree-privacy-policy a {
  color: #397fc3;
}

.p-contact .sec-02 .content .submit-area button {
  background: #b9b9b9;
  border: none;
  padding: 15px 20px;
  width: 180px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 1.4rem;
  letter-spacing: .6em;
  font-weight: bold;
}

.p-thanks .sec-01 {
  padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .p-thanks .sec-01 {
    padding-bottom: 10%;
  }
}

.p-thanks .sec-01 .sec-ttl {
  font-size: 2.8em;
  margin-bottom: 55px;
}

@media screen and (max-width: 1024px) {
  .p-thanks .sec-01 .sec-ttl {
    font-size: 3vw;
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 768px) {
  .p-thanks .sec-01 .sec-ttl {
    font-size: 1.4rem;
    text-align: left;
  }
}

.p-thanks .sec-01 .thanks-message {
  padding: 30px;
  border: 1px solid #afb0b0;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-thanks .sec-01 .thanks-message {
    padding: 5%;
  }
}

/*------------------------------------------------------------------
*privacy
------------------------------------------------------------------*/
.p-privacy .sec-01 {
  padding-top: 0;
  padding-bottom: 150px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .p-privacy .sec-01 {
    padding-bottom: 10%;
  }
}

@media screen and (max-width: 768px) {
  .p-privacy .sec-01 {
    margin-top: 10%;
  }
}

@media screen and (max-width: 768px) {
  .p-privacy .sec-01 .inner {
    width: 94%;
    padding: 0;
  }
}

.p-privacy .sec-01 .content {
  padding: 80px calc(calc(100% - 900px) / 2);
  background-color: #fff;
  text-align: left;
  line-height: 1.8;
  font-size: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .p-privacy .sec-01 .content {
    padding: 7% 5%;
    font-size: 1.3rem;
  }
}

.p-privacy .sec-01 .content .intro {
  margin-bottom: 50px;
}

.p-privacy .sec-01 .content .ol-01 {
  counter-reset: ol_01 0;
  margin-left: 1.5em;
}

.p-privacy .sec-01 .content .ol-01 > li {
  margin-bottom: 25px;
}

.p-privacy .sec-01 .content .ol-01 > li > .heading {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: -1.5em;
}

.p-privacy .sec-01 .content .ol-01 > li > .heading::before {
  content: counter(ol_01) ".";
  counter-increment: ol_01 1;
  margin-right: .5em;
}

.p-privacy .sec-01 .content .ol-01 .ol-02 {
  counter-reset: ol_02 0;
  margin-left: 1.5em;
}

.p-privacy .sec-01 .content .ol-01 .ol-02 > li {
  margin-bottom: 20px;
}

.p-privacy .sec-01 .content .ol-01 .ol-02 > li > .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: -1.5em;
}

.p-privacy .sec-01 .content .ol-01 .ol-02 > li > .heading::before {
  content: counter(ol_02) ")";
  counter-increment: ol_02 1;
  margin-right: .5em;
}

.p-privacy .sec-01 .content .ol-01 .ol-03 {
  counter-reset: ol_03 0;
  margin-left: 1.5em;
}

.p-privacy .sec-01 .content .ol-01 .ol-03 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: -1.5em;
}

.p-privacy .sec-01 .content .ol-01 .ol-03 > li::before {
  content: "(" counter(ol_03) ")";
  counter-increment: ol_03 1;
  margin-right: .5em;
}

.p-privacy .sec-01 .content .ol-01 .ul-01 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-decoration: underline;
}

.p-privacy .sec-01 .content .ol-01 .ul-01 > li::before {
  content: "※";
  margin-right: 0.5em;
  text-decoration: none;
}

.p-privacy .sec-01 .content .ol-01 .info-01 {
  padding: 20px 0 0 20px;
}

.p-privacy .sec-01 .content .ol-01 table.privacy-table-01 {
  border: 1px solid #8d8d8d;
  width: 100%;
  margin: 10px auto;
}

@media screen and (max-width: 768px) {
  .p-privacy .sec-01 .content .ol-01 table.privacy-table-01 {
    margin-left: 0;
  }
}

.p-privacy .sec-01 .content .ol-01 table.privacy-table-01 tr {
  border-bottom: 1px solid #8d8d8d;
}

.p-privacy .sec-01 .content .ol-01 table.privacy-table-01 th {
  font-weight: normal;
  padding: 10px;
  text-align: center;
}

.p-privacy .sec-01 .content .ol-01 table.privacy-table-01 td {
  padding: 10px;
}

.p-privacy .sec-01 .content .ol-01 .info-02 {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-privacy .sec-01 .content .ol-01 .info-02 {
    text-align: left;
  }
}

.p-privacy .sec-01 .content .ol-01 .info-02 span {
  display: inline-block;
  text-align: left;
}

.p-privacy .sec-01 .content .ol-01 .note {
  text-decoration: underline;
}

/*------------------------------------------------------------------
*privacy policy
------------------------------------------------------------------*/
.p-privacy-policy .sec-01 {
  padding-top: 0;
  padding-bottom: 150px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .p-privacy-policy .sec-01 {
    padding-bottom: 10%;
  }
}

@media screen and (max-width: 768px) {
  .p-privacy-policy .sec-01 {
    margin-top: 10%;
  }
}

@media screen and (max-width: 768px) {
  .p-privacy-policy .sec-01 .inner {
    width: 94%;
    padding: 0;
  }
}

.p-privacy-policy .sec-01 .content {
  padding: 80px calc(calc(100% - 900px) / 2);
  background-color: #fff;
  text-align: left;
  line-height: 1.8;
  font-size: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .p-privacy-policy .sec-01 .content {
    padding: 7% 5%;
    font-size: 1.3rem;
  }
}

.p-privacy-policy .sec-01 .content .date {
  text-align: right;
  margin-bottom: 30px;
}

.p-privacy-policy .sec-01 .content .intro {
  margin-bottom: 30px;
}

.p-privacy-policy .sec-01 .content .ol-04 {
  counter-reset: ol_04 0;
  padding-left: 1.9em;
}

.p-privacy-policy .sec-01 .content .ol-04 > li {
  text-indent: -1.9em;
  margin-bottom: 30px;
}

.p-privacy-policy .sec-01 .content .ol-04 > li::before {
  content: counter(ol_04, lower-alpha) " )";
  counter-increment: ol_04 1;
  margin-right: .5em;
  font-weight: bold;
}

.p-privacy-policy .sec-01 .content .conclusion {
  margin-bottom: 30px;
}

.p-privacy-policy .sec-01 .content .signature {
  text-align: right;
  margin-bottom: 30px;
}

.p-privacy-policy .sec-01 .content .info {
  border: 1px solid #8d8d8d;
  text-align: center;
  padding: 25px;
}

/*------------------------------------------------------------------
*news
------------------------------------------------------------------*/
.p-news .sec-01 {
  padding-top: 0;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .p-news .sec-01 {
    margin-top: 10%;
  }
}

.p-news .sec-01 .articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

.p-news .sec-01 .articles li {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 4%;
}

@media screen and (max-width: 768px) {
  .p-news .sec-01 .articles li {
    width: 49%;
    margin-right: 2%;
  }
}

.p-news .sec-01 .articles li:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .p-news .sec-01 .articles li:nth-child(2n) {
    margin-right: 0;
  }
}

.p-news .sec-01 .articles figure {
  margin-bottom: 15px;
}

.p-news .sec-01 .articles .txt-area {
  text-align: left;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .p-news .sec-01 .articles .txt-area {
    font-size: 1.3rem;
  }
}

.p-news .sec-01 .articles .txt-area .date {
  font-weight: bold;
  margin-bottom: 10px;
  color: #18365d;
}

@media screen and (max-width: 768px) {
  .p-news .sec-01 .articles .txt-area .date {
    margin-bottom: 5px;
  }
}

.p-news .sec-01 .articles .txt-area .ttl {
  font-weight: normal;
}

/*single page*/
.p-news-single .sec-01 {
  padding-bottom: 150px;
  padding-top: 0;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .p-news-single .sec-01 {
    padding-bottom: 10%;
    margin-top: 10%;
  }
}

.p-news-single .sec-01 .article {
  background-color: #fff;
  padding: 80px calc(calc(100% - 1000px) / 2);
  text-align: left;
  margin-bottom: 77px;
}

.p-news-single .sec-01 .article .article-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  padding: 30px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #d2d2d2;
}

@media screen and (max-width: 768px) {
  .p-news-single .sec-01 .article .article-head {
    display: block;
  }
}

.p-news-single .sec-01 .article .article-head .date {
  font-weight: bold;
  color: #18365d;
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .p-news-single .sec-01 .article .article-head .date {
    margin-right: 0;
  }
}

.p-news-single .sec-01 .article .article-head .ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.5rem;
  font-weight: normal;
}

.p-news-single .back a::before {
  content: "←";
  margin-right: 10px;
}

/*------------------------------------------------------------------
*white paper
------------------------------------------------------------------*/
.p-white-paper .sec-01 {
  padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .p-white-paper .sec-01 {
    margin-top: 10%;
    padding-bottom: 15%;
  }
}

.p-white-paper .sec-01 .cap-01 {
  margin-bottom: 20px;
}

.p-white-paper .sec-01 .cap-01 .cap {
  font-size: 28px;
  margin-bottom: 35px;
}

@media screen and (max-width: 1024px) {
  .p-white-paper .sec-01 .cap-01 .cap {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .p-white-paper .sec-01 .cap-01 .cap {
    text-align: left;
  }
}

.p-white-paper .sec-01 .cap-01 .txt {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .p-white-paper .sec-01 .cap-01 .txt {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .p-white-paper .sec-01 .cap-01 .txt {
    text-align: left;
  }
}

.p-white-paper .sec-01 .page-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: page_num 0;
  text-align: left;
  padding-top: 90px;
}

@media screen and (max-width: 768px) {
  .p-white-paper .sec-01 .page-list {
    padding-top: 10%;
  }
}

.p-white-paper .sec-01 .page-list li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  border: 1px solid #181d29;
  padding: 15px;
  padding-top: 10px;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .p-white-paper .sec-01 .page-list li {
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-white-paper .sec-01 .page-list li {
    margin-bottom: 5%;
  }
}

.p-white-paper .sec-01 .page-list li:nth-child(3n) {
  margin-right: 0;
}

.p-white-paper .sec-01 .page-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.p-white-paper .sec-01 .page-list a .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-bottom: 30px;
}

.p-white-paper .sec-01 .page-list .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  font-size: 1.6rem;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .p-white-paper .sec-01 .page-list .intro {
    font-size: 1.4rem;
  }
}

.p-white-paper .sec-01 .page-list .intro span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 1em;
}

.p-white-paper .sec-01 .page-list .intro::before {
  content: counter(page_num);
  counter-increment: page_num 1;
  background-color: #181d29;
  color: #fff;
  line-height: 1;
  width: 60px;
  height: 77px;
  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-size: 24px;
  margin-right: 15px;
  margin-top: -15px;
}

@media screen and (max-width: 768px) {
  .p-white-paper .sec-01 .page-list .intro::before {
    font-size: 18px;
    width: 50px;
  }
}

.p-white-paper .sec-01 .page-list figure {
  overflow: hidden;
  margin-bottom: 5px;
}

.p-white-paper .sec-01 .page-list figure img {
  border-radius: 8px;
}

.p-white-paper .sec-01 .page-list .ttl {
  font-size: 1.6rem;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #1b1b1b;
}

@media screen and (max-width: 768px) {
  .p-white-paper .sec-01 .page-list .ttl {
    font-size: 1.4rem;
  }
}

.p-white-paper .sec-01 .page-list .btn {
  text-align: right;
  position: relative;
  line-height: 1;
}

.p-white-paper .sec-01 .page-list .btn span {
  margin-right: 10px;
}

.p-white-paper .sec-01 .page-list .btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #1b1b1b;
  border-right: 2px solid #1b1b1b;
  display: inline-block;
}

.p-white-paper .sec-01 .page-list .btn::before {
  content: "";
  width: 13px;
  height: 2px;
  background-color: #1b1b1b;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(-45deg) translate(1px, -2px);
          transform: rotate(-45deg) translate(1px, -2px);
}

.p-white-paper-single .sec-01 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-white-paper-single .sec-01 .content {
    display: block;
  }
}

.p-white-paper-single .sec-01 .content .description-area {
  background-color: #fff;
  padding: 30px;
  text-align: left;
  width: 45%;
}

@media screen and (max-width: 768px) {
  .p-white-paper-single .sec-01 .content .description-area {
    width: 100%;
    padding: 5%;
    margin-bottom: 50px;
  }
}

.p-white-paper-single .sec-01 .content .description-area figure {
  overflow: hidden;
  margin-bottom: 5px;
  text-align: center;
  margin-bottom: 20px;
}

.p-white-paper-single .sec-01 .content .description-area figure img {
  border-radius: 8px;
}

.p-white-paper-single .sec-01 .content .description-area .point-list li {
  margin-bottom: 20px;
}

.p-white-paper-single .sec-01 .content .description-area .point-list .ttl {
  font-size: 1.6rem;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #1b1b1b;
}

@media screen and (max-width: 768px) {
  .p-white-paper-single .sec-01 .content .description-area .point-list .ttl {
    font-size: 1.4rem;
  }
}

.p-white-paper-single .sec-01 .content .form-area {
  width: 45%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-white-paper-single .sec-01 .content .form-area {
    width: 100%;
  }
}

.p-white-paper-single .sec-01 .content .form-area .txt {
  margin-bottom: 30px;
}

.p-white-paper-single .sec-01 .content .form-area dl {
  margin-bottom: 10px;
}

.p-white-paper-single .sec-01 .content .form-area dl dt {
  margin-bottom: 5px;
}

.p-white-paper-single .sec-01 .content .form-area .agree-privacy-policy {
  margin-top: 50px;
  text-align: center;
}

.p-white-paper-single .sec-01 .content .form-area .agree-privacy-policy a {
  display: block;
  color: #397fc3;
  text-decoration: underline;
  margin-bottom: 20px;
}

.p-white-paper-single .sec-01 .content .form-area form input[type="text"],
.p-white-paper-single .sec-01 .content .form-area form input[type="email"],
.p-white-paper-single .sec-01 .content .form-area form input[type="tel"] {
  border: 1px solid #b5b5b5;
  padding: 5px;
}

@media screen and (max-width: 768px) {
  .p-white-paper-single .sec-01 .content .form-area form input[type="text"],
  .p-white-paper-single .sec-01 .content .form-area form input[type="email"],
  .p-white-paper-single .sec-01 .content .form-area form input[type="tel"] {
    font-size: 16px;
  }
}

.p-white-paper-single .sec-01 .content .form-area form input[type="text"],
.p-white-paper-single .sec-01 .content .form-area form input[type="email"],
.p-white-paper-single .sec-01 .content .form-area form input[type="tel"] {
  border-radius: 3px;
  width: 100%;
}

.p-white-paper-single .sec-01 .content .form-area form input[type="text"],
.p-white-paper-single .sec-01 .content .form-area form input[type="email"],
.p-white-paper-single .sec-01 .content .form-area form input[type="tel"] {
  height: 30px;
}

.p-white-paper-single .sec-01 .content .form-area form .required {
  color: #e60012;
  margin-left: 10px;
  font-weight: normal;
}

.p-white-paper-single .sec-01 .content .form-area form .submit-area {
  text-align: center;
  margin-top: 30px;
}

.p-white-paper-single .sec-01 .content .form-area form .submit-area button {
  background: #b9b9b9;
  border: none;
  padding: 15px 20px;
  width: 180px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 1.4rem;
  letter-spacing: .6em;
  font-weight: bold;
}

/*------------------------------------------------------------------
*case
------------------------------------------------------------------*/
.p-case .sec-01 {
  padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .p-case .sec-01 {
    margin-top: 10%;
    padding-bottom: 10%;
  }
}

.p-case .sec-01 .cap-01 {
  margin-bottom: 20px;
}

.p-case .sec-01 .cap-01 .cap {
  font-size: 28px;
  margin-bottom: 35px;
}

@media screen and (max-width: 1024px) {
  .p-case .sec-01 .cap-01 .cap {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .p-case .sec-01 .cap-01 .cap {
    text-align: left;
  }
}

.p-case .sec-01 .cap-01 .txt {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .p-case .sec-01 .cap-01 .txt {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .p-case .sec-01 .cap-01 .txt {
    text-align: left;
  }
}

.p-case .sec-01 .cat-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .p-case .sec-01 .cat-nav {
    padding-top: 7%;
  }
}

.p-case .sec-01 .cat-nav li {
  width: 19%;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
}

@media screen and (max-width: 768px) {
  .p-case .sec-01 .cat-nav li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
}

.p-case .sec-01 .cat-nav li:nth-child(5n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .p-case .sec-01 .cat-nav li:nth-child(5n) {
    margin-right: 2%;
  }
}

@media screen and (max-width: 768px) {
  .p-case .sec-01 .cat-nav li:nth-child(2n) {
    margin-right: 0;
  }
}

.p-case .sec-01 .cat-nav li a {
  background-color: #92acc2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px;
  color: #fff;
  border-radius: 5px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-case .sec-01 .cat-nav li a:hover {
  background-color: #181d29;
}

.p-case .sec-01 .cat-nav li a span {
  display: inline-block;
  text-align: left;
}

.p-case .sec-01 .cat-nav li.current a {
  background-color: #181d29;
}

.p-case .sec-01 .page-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: page_num 0;
  text-align: left;
  padding-top: 90px;
}

@media screen and (max-width: 768px) {
  .p-case .sec-01 .page-list {
    padding-top: 10%;
  }
}

.p-case .sec-01 .page-list li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  border: 1px solid #181d29;
  padding: 15px;
}

@media screen and (max-width: 1024px) {
  .p-case .sec-01 .page-list li {
    margin-right: 0;
    width: 100%;
  }
}

.p-case .sec-01 .page-list li:nth-child(3n) {
  margin-right: 0;
}

.p-case .sec-01 .page-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.p-case .sec-01 .page-list a .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-bottom: 30px;
}

.p-case .sec-01 .page-list figure {
  overflow: hidden;
  margin-bottom: 5px;
}

.p-case .sec-01 .page-list figure img {
  border-radius: 8px;
}

.p-case .sec-01 .page-list .ttl {
  font-size: 1.6rem;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #1b1b1b;
}

.p-case .sec-01 .page-list .btn {
  text-align: right;
  position: relative;
  line-height: 1;
}

.p-case .sec-01 .page-list .btn span {
  margin-right: 10px;
}

.p-case .sec-01 .page-list .btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #1b1b1b;
  border-right: 2px solid #1b1b1b;
  display: inline-block;
}

.p-case .sec-01 .page-list .btn::before {
  content: "";
  width: 13px;
  height: 2px;
  background-color: #1b1b1b;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(-45deg) translate(1px, -2px);
          transform: rotate(-45deg) translate(1px, -2px);
}

.p-case-single .sec-01 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-case-single .sec-01 .content {
    display: block;
  }
}

.p-case-single .sec-01 .content .description-area {
  background-color: #fff;
  padding: 30px;
  text-align: left;
  width: 45%;
}

@media screen and (max-width: 768px) {
  .p-case-single .sec-01 .content .description-area {
    width: 100%;
    padding: 5%;
    margin-bottom: 50px;
  }
}

.p-case-single .sec-01 .content .description-area figure {
  overflow: hidden;
  margin-bottom: 5px;
  text-align: center;
  margin-bottom: 20px;
}

.p-case-single .sec-01 .content .description-area figure img {
  border-radius: 8px;
}

.p-case-single .sec-01 .content .description-area .point-list li {
  margin-bottom: 20px;
}

.p-case-single .sec-01 .content .description-area .point-list .ttl {
  font-size: 1.6rem;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #1b1b1b;
}

@media screen and (max-width: 768px) {
  .p-case-single .sec-01 .content .description-area .point-list .ttl {
    font-size: 1.4rem;
  }
}

.p-case-single .sec-01 .content .form-area {
  width: 45%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-case-single .sec-01 .content .form-area {
    width: 100%;
  }
}

.p-case-single .sec-01 .content .form-area .txt {
  margin-bottom: 30px;
}

.p-case-single .sec-01 .content .form-area dl {
  margin-bottom: 10px;
}

.p-case-single .sec-01 .content .form-area dl dt {
  margin-bottom: 5px;
}

.p-case-single .sec-01 .content .form-area .agree-privacy-policy {
  margin-top: 50px;
  text-align: center;
}

.p-case-single .sec-01 .content .form-area .agree-privacy-policy a {
  display: block;
  color: #397fc3;
  text-decoration: underline;
  margin-bottom: 20px;
}

.p-case-single .sec-01 .content .form-area form input[type="text"],
.p-case-single .sec-01 .content .form-area form input[type="email"],
.p-case-single .sec-01 .content .form-area form input[type="tel"] {
  border: 1px solid #b5b5b5;
  padding: 5px;
}

@media screen and (max-width: 768px) {
  .p-case-single .sec-01 .content .form-area form input[type="text"],
  .p-case-single .sec-01 .content .form-area form input[type="email"],
  .p-case-single .sec-01 .content .form-area form input[type="tel"] {
    font-size: 16px;
  }
}

.p-case-single .sec-01 .content .form-area form input[type="text"],
.p-case-single .sec-01 .content .form-area form input[type="email"],
.p-case-single .sec-01 .content .form-area form input[type="tel"] {
  border-radius: 3px;
  width: 100%;
}

.p-case-single .sec-01 .content .form-area form input[type="text"],
.p-case-single .sec-01 .content .form-area form input[type="email"],
.p-case-single .sec-01 .content .form-area form input[type="tel"] {
  height: 30px;
}

.p-case-single .sec-01 .content .form-area form .required {
  color: #e60012;
  margin-left: 10px;
  font-weight: normal;
}

.p-case-single .sec-01 .content .form-area form .submit-area {
  text-align: center;
  margin-top: 30px;
}

.p-case-single .sec-01 .content .form-area form .submit-area button {
  background: #b9b9b9;
  border: none;
  padding: 15px 20px;
  width: 180px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 1.4rem;
  letter-spacing: .6em;
  font-weight: bold;
}

/*------------------------------------------------------------------
*download
------------------------------------------------------------------*/
.p-download .sec-01 {
  padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .p-download .sec-01 {
    padding-bottom: 10%;
  }
}

.p-download .sec-01 .cap {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .p-download .sec-01 .cap {
    margin-bottom: 10%;
    font-size: 14px;
    text-align: left;
  }
}

.p-download .sec-01 .articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-download .sec-01 .articles li {
  width: 48%;
  margin-right: 4%;
  position: relative;
  margin-bottom: 4%;
}

@media screen and (max-width: 1024px) {
  .p-download .sec-01 .articles li {
    width: 100%;
    margin-right: 0;
  }
}

.p-download .sec-01 .articles li:nth-child(2n) {
  margin-right: 0;
}

.p-download .sec-01 .articles li a {
  display: block;
}

.p-download .sec-01 .articles li figure {
  background-color: #ccc;
}

.p-download .sec-01 .articles li .txt-area {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(24, 29, 41, 0.8);
  color: #fff;
  height: 100%;
  width: 50%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-download .sec-01 .articles li .txt-area {
    padding: 5%;
  }
}

.p-download .sec-01 .articles li .txt-area .ttl {
  font-size: 20px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .p-download .sec-01 .articles li .txt-area .ttl {
    font-size: 3vw;
  }
}

.p-download .sec-01 .articles li .txt-area .txt {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .p-download .sec-01 .articles li .txt-area .txt {
    font-size: 2vw;
  }
}

.p-download-single .sec-01 .inner {
  max-width: 1300px;
}

.p-download-single .sec-01 .cat-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-download-single .sec-01 .cat-nav li {
  width: 19%;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
}

@media screen and (max-width: 1024px) {
  .p-download-single .sec-01 .cat-nav li {
    width: 32%;
    margin-right: 2%;
  }
}

@media screen and (max-width: 768px) {
  .p-download-single .sec-01 .cat-nav li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
}

.p-download-single .sec-01 .cat-nav li:nth-child(5n) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .p-download-single .sec-01 .cat-nav li:nth-child(5n) {
    margin-right: 2%;
  }
}

@media screen and (max-width: 1024px) {
  .p-download-single .sec-01 .cat-nav li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-download-single .sec-01 .cat-nav li:nth-child(3n) {
    margin-right: 2%;
  }
}

@media screen and (max-width: 768px) {
  .p-download-single .sec-01 .cat-nav li:nth-child(2n) {
    margin-right: 0;
  }
}

.p-download-single .sec-01 .cat-nav li a {
  background-color: #f5f8fc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px;
  border-radius: 5px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1b1b1b;
  border: 1px solid #5e7a9f;
  cursor: pointer;
}

.p-download-single .sec-01 .cat-nav li a:hover {
  background-color: #5e7a9f;
  color: #fff;
}

.p-download-single .sec-01 .cat-nav li a span {
  display: inline-block;
  text-align: left;
}

.p-download-single .sec-01 .cat-nav li.current a {
  background-color: #5e7a9f;
  color: #fff;
}

.p-download-single .sec-01 .content {
  padding: 80px calc(calc(100% - 1200px) / 2);
  background-color: #fff;
  margin-top: 40px;
  display: none;
}

@media screen and (max-width: 1280px) {
  .p-download-single .sec-01 .content {
    padding: 5% 3%;
  }
}

@media screen and (max-width: 768px) {
  .p-download-single .sec-01 .content {
    background: none;
    margin-top: 10%;
    padding-top: 0;
  }
}

.p-download-single .sec-01 .content.show {
  display: block;
}

.p-download-single .sec-01 .content .pdf-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-download-single .sec-01 .content .pdf-list li {
  width: 49%;
  margin-right: 2%;
  text-align: left;
  margin-bottom: 2%;
}

@media screen and (max-width: 768px) {
  .p-download-single .sec-01 .content .pdf-list li {
    width: 100%;
    margin-right: 0;
  }
}

.p-download-single .sec-01 .content .pdf-list li:nth-child(2n) {
  margin-right: 0;
}

.p-download-single .sec-01 .content .pdf-list li a {
  display: block;
  background-color: #f3f3f3;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #1b1b1b;
  position: relative;
  padding-right: 50px;
}

.p-download-single .sec-01 .content .pdf-list li a::after {
  content: "";
  width: 35px;
  height: 35px;
  background-image: url(../img/download/pdf_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 10px;
  right: 10px;
}

@media screen and (max-width: 768px) {
  .p-download-single .sec-01 .content .pdf-list li a::after {
    width: 20px;
    height: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.p-download-single .sec-01 .content .pdf-list li a span {
  padding: 5px;
  display: block;
}

/*------------------------------------------------------------------
*service
------------------------------------------------------------------*/
.p-service .sec-01 {
  padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .p-service .sec-01 {
    margin-top: 10%;
    padding-bottom: 10%;
  }
}

.p-service .sec-01 .cap-01 {
  margin-bottom: 20px;
}

.p-service .sec-01 .cap-01 .cap {
  font-size: 28px;
  margin-bottom: 35px;
}

@media screen and (max-width: 1024px) {
  .p-service .sec-01 .cap-01 .cap {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .p-service .sec-01 .cap-01 .cap {
    text-align: left;
  }
}

.p-service .sec-01 .cap-01 .txt {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .p-service .sec-01 .cap-01 .txt {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .p-service .sec-01 .cap-01 .txt {
    text-align: left;
  }
}

.p-service .sec-01 .cat-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .p-service .sec-01 .cat-nav {
    padding-top: 7%;
  }
}

.p-service .sec-01 .cat-nav li {
  width: 19%;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
}

@media screen and (max-width: 768px) {
  .p-service .sec-01 .cat-nav li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
}

.p-service .sec-01 .cat-nav li:nth-child(5n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .p-service .sec-01 .cat-nav li:nth-child(5n) {
    margin-right: 2%;
  }
}

@media screen and (max-width: 768px) {
  .p-service .sec-01 .cat-nav li:nth-child(2n) {
    margin-right: 0;
  }
}

.p-service .sec-01 .cat-nav li a {
  background-color: #92acc2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px;
  color: #fff;
  border-radius: 5px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-service .sec-01 .cat-nav li a:hover {
  background-color: #181d29;
}

.p-service .sec-01 .cat-nav li a span {
  display: inline-block;
  text-align: left;
}

.p-service .sec-01 .cat-nav li.current a {
  background-color: #181d29;
}

.p-service .sec-01 .page-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: page_num 0;
  text-align: left;
  padding-top: 90px;
}

@media screen and (max-width: 768px) {
  .p-service .sec-01 .page-list {
    padding-top: 10%;
  }
}

.p-service .sec-01 .page-list li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  border: 1px solid #181d29;
  padding: 15px;
}

@media screen and (max-width: 1024px) {
  .p-service .sec-01 .page-list li {
    margin-right: 0;
    width: 100%;
  }
}

.p-service .sec-01 .page-list li:nth-child(3n) {
  margin-right: 0;
}

.p-service .sec-01 .page-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.p-service .sec-01 .page-list a .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-bottom: 30px;
}

.p-service .sec-01 .page-list figure {
  overflow: hidden;
  margin-bottom: 5px;
}

.p-service .sec-01 .page-list figure img {
  border-radius: 8px;
}

.p-service .sec-01 .page-list .ttl {
  font-size: 1.6rem;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #1b1b1b;
}

.p-service .sec-01 .page-list .btn {
  text-align: right;
  position: relative;
  line-height: 1;
}

.p-service .sec-01 .page-list .btn span {
  margin-right: 10px;
}

.p-service .sec-01 .page-list .btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #1b1b1b;
  border-right: 2px solid #1b1b1b;
  display: inline-block;
}

.p-service .sec-01 .page-list .btn::before {
  content: "";
  width: 13px;
  height: 2px;
  background-color: #1b1b1b;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(-45deg) translate(1px, -2px);
          transform: rotate(-45deg) translate(1px, -2px);
}

/*------------------------------------------------------------------
*thanks-download
*WHITE PAPER（お役立ち資料）、CASE（導入事例）、SERVICE（商品概要）
*上記各ページのフォーム送信後サンクスページ件ダウンロードページ
------------------------------------------------------------------*/
.p-thanks-download .cap-01 {
  margin-bottom: 20px;
}

.p-thanks-download .cap-01 .cap {
  font-size: 28px;
  margin-bottom: 35px;
}

@media screen and (max-width: 1024px) {
  .p-thanks-download .cap-01 .cap {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .p-thanks-download .cap-01 .cap {
    text-align: left;
  }
}

.p-thanks-download .cap-01 .txt {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .p-thanks-download .cap-01 .txt {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .p-thanks-download .cap-01 .txt {
    text-align: left;
  }
}

.p-thanks-download .download-btn {
  margin-top: 50px;
}

.p-thanks-download .download-btn a {
  padding: 20px;
  background-color: #1b1b1b;
  display: block;
  color: #fff;
  display: inline-block;
  width: 730px;
}

@media screen and (max-width: 768px) {
  .p-thanks-download .download-btn a {
    width: 50%;
    min-width: 250px;
  }
}

.p-thanks-download .note {
  margin-top: 80px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-thanks-download .note {
    text-align: left;
  }
}

.p-thanks-download .note span {
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
}
