@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;700&family=Roboto:wght@300;400;500;700&display=swap');

/* ====================================================
reset style
==================================================== */
html {
  overflow-y: scroll;
  font-size: 12px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

/* ====================================================
Font
==================================================== */
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Sizing
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
Base style & container
==================================================== */
body {
  color: black;
  font-family: "Yu Gothic", YuGothic, Arial, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Verdana, sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  color: #000;
  overflow-x: hidden;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

a.rollover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";
  /* ie 8 */
  -moz-opacity: 0.7;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7;
  /* Safari 1.x */
  zoom: 1;
}

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

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

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

@media screen and (max-width: 767px) {
  .pc-767 {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp-767 {
    display: none;
  }
}

/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

/* ====================================================
 header
==================================================== */
#main-header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 83px;
  left: 0;
  padding: 0 120px 0 0;
  background: #FFF;
}

@media screen and (max-width: 1296px) {
  #main-header {
    padding-right: 80px;
  }
}

@media screen and (max-width: 768px) {
  #main-header {
    height: 60px;
  }
}

#main-header .logo {
  display: none;
}

@media screen and (max-width: 1296px) {
  #main-header .logo {
    display: block;
    position: absolute;
    left: 15px;
    top: 28px;
      width: 130px;
  }
}

@media screen and (max-width: 768px) {
  #main-header .logo {
    width: 120px;
    top: 17px;
  }
}

@media screen and (max-width: 1140px) {
  #main-header .navGlobal {
    display: none;
  }
}

#main-header .navGlobalIn {
  text-align: right;
}

#main-header .navGlobalIn li {
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
}

#main-header .navGlobalIn li.tel {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
    padding: 0px 30px;
}

#main-header .navGlobalIn li.tel span {
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (min-width: 1100px) and (max-width: 1296px) {
  #main-header .navGlobalIn li {
    font-size: 11px;
    font-size: 1.1rem;
  }
    
#main-header .navGlobalIn li.tel {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0px 15px;
}

#main-header .navGlobalIn li.tel span {
    font-size: 11px;
    font-size: 1.1rem;
}
}

#main-header .navGlobalIn li:before {
  content: '';
  background: #000;
  height: 10px;
  width: 1px;
  position: absolute;
  left: 0;
  top: 6px;
}

#main-header .navGlobalIn li.tel:before {
  top: 14px;
}

#main-header .navGlobalIn li:first-child:before {
  width: 0px;
}

#main-header .navGlobalIn li a {
  position: relative;
  display: block;
  padding: 3px 15px 5px;
  font-weight: bold;
}

@media screen and (min-width: 1100px) and (max-width: 1250px) {
  #main-header .navGlobalIn li a {
    padding: 3px 10px 5px;
  }
}

#main-header .navGlobalIn li a::after {
  position: absolute;
  content: "";
  width: 90%;
  height: 1px;
  background-color: #3e5d77;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -5px;
}

#main-header .navGlobalIn li a:hover::after {
  opacity: 1;
}

#main-header .navGlobalIn li.seminar a {
  background: #3e5d77;
  color: #FFF;
  padding-top: 35px;
}

#main-header .navGlobalIn li.seminar a:hover::after {
  opacity: 0;
}

#main-header .navGlobalIn li.current a::after {
  opacity: 1;
}

@-webkit-keyframes LeftToRight {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    /* X軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes LeftToRight {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    /* X軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes RightToLeft {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    /* X軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes RightToLeft {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    /* X軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.main-left-col {
  padding-top: 83px;
  padding-bottom: 5%;
  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: 100vh;
  width: 20%;
  min-width: 180px;
  line-height: 1.7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  background: #fff;
  z-index: 10;
  -webkit-animation: LeftToRight 0.8s both;
          animation: LeftToRight 0.8s both;
  text-align: center;
}

@media screen and (max-width: 1296px) {
  .main-left-col {
    display: none;
  }
}

.main-left-col .logo {
  /*margin-bottom: 20px;*/
    margin-top: 240px;
}

.main-left-col .desc {
  margin: 0 auto;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.5em;
  text-align: left;
  height: 35em;
}

.head-contact {
  width: 100%;
}

.head-contact span {
  display: inline-block;
  vertical-align: middle;
}

.head-contact .tel {
  font-size: 20px;
  font-size: 2rem;
  padding-right: 25px;
}

.menu-trigger {
  display: block;
  position: absolute;
  z-index: 9999;
  width: 50px;
  right: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  height: 18px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

@media screen and (max-width: 1296px) {
  .menu-trigger {
    right: 15px;
  }
}

.menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  position: absolute;
  right: 0px;
  width: 40px;
  height: 2px;
  background-color: #808080;
  border-radius: 2px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0px;
}

.menu-trigger span:nth-of-type(2) {
  top: 8px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0px;
}

.menu-trigger.active span {
  background-color: #FFF;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  -ms-transform: translateY(8px) rotate(-45deg);
      transform: translateY(8px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  -ms-transform: translateY(-8px) rotate(45deg);
      transform: translateY(-8px) rotate(45deg);
}

.menu-trigger.active span.menu:after {
  content: "CLOSE";
}

/* ====================================================
 footer
==================================================== */
#main-footer {
  clear: both;
  width: 80%;
  margin-left: 20%;
  -webkit-animation: RightToLeft 2s both;
          animation: RightToLeft 2s both;
  background: #3e5d77;
  color: #FFF;
  text-align: center;
  padding: 45px 0 15px;
}

@media screen and (max-width: 1296px) {
  #main-footer {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  #main-footer {
    -webkit-animation: none;
            animation: none;
  }
}

@media screen and (max-width: 768px) {
  #main-footer {
    padding: 30px 0 15px;
  }
}

#main-footer .footer-inner {
  padding: 0 15px;
}

#main-footer .pagetop {
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  #main-footer .pagetop {
    margin-bottom: 20px;
  }
}

#main-footer .logo {
  margin-bottom: 40px;
}

#main-footer .logo img{
  width: 80px;
}

@media screen and (max-width: 768px) {
  #main-footer .logo {
    margin-bottom: 30px;
  }
/*#main-footer .logo img{
  width: 46px;
}*/
}

#main-footer .footer-menu {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  #main-footer .footer-menu {
    display: none;
  }
}

#main-footer .footer-menu li {
  display: inline-block;
  text-align: center;
  padding: 0 20px;
  font-size: 12px;
  font-size: 1.2rem;
  border-left: 1px solid #FFF;
}

#main-footer .footer-menu li:first-of-type {
  border-left: none;
}

#main-footer .footer-menu li a {
  color: #FFF;
}

#main-footer .footer-menu li a:hover {
  text-decoration: underline;
}

#main-footer .copyright {
  font-size: 12px;
  font-size: 1.2rem;
}

.com-name {
  width: 100%;
  max-width: 740px;
  display: table;
  margin: 0 auto 50px;
}

@media screen and (max-width: 768px) {
  .com-name {
    max-width: 100%;
    display: block;
    margin-bottom: 30px;
  }
}

.com-name a {
  color: #FFF;
}

.com-name > div {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
  border-right: 1px solid #FFF;
}

@media screen and (max-width: 768px) {
  .com-name > div {
    width: 100%;
    display: block;
    border-right: none;
    border-bottom: 1px solid #FFF;
    padding: 12px 0;
  }
}

.com-name > div:first-of-type {
  border-left: 1px solid #FFF;
}

@media screen and (max-width: 768px) {
  .com-name > div:first-of-type {
    border-left: none;
    border-top: 1px solid #FFF;
  }
}

.com-name > div .ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 5px;
}

@media screen and (max-width: 768px) {
  .com-name > div .ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* ====================================================
 menu
==================================================== */
.menu-area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  background: #3e5d77;
  padding-top: 83px;
  color: #3e5d77;
}

@media screen and (max-width: 768px) {
  .menu-area {
    padding-top: 60px;
  }
}

.menu-area .logo {
  width: 100%;
  max-width: 770px;
  position: absolute;
  display: block !important;
  top: 6% !important;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  border-bottom: 1px solid #FFF;
  padding-bottom: 1.5%;
}

@media screen and (max-width: 768px) {
  .menu-area .logo {
    display: none !important;
  }
}

.menu-area .navi-wrap {
  width: 100%;
  max-width: 770px;
  padding: 0 15px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 20%;
}

@media screen and (max-width: 768px) {
  .menu-area .navi-wrap {
    position: static;
  }
}

.menu-area .navi {
  text-align: center;
  margin-bottom: 5%;
}

@media screen and (max-width: 768px) {
  .menu-area .navi {
    margin-bottom: 25px;
  }
}

.menu-area .navi li {
  text-align: center;
  list-style: none;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 2%;
}

@media screen and (max-width: 768px) {
  .menu-area .navi li {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}

.menu-area .navi li a {
  color: #FFF;
}

.menu-area .navi li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  zoom: 1;
}

.menu-area .head-contact {
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 5%;
}

@media screen and (max-width: 768px) {
  .menu-area .head-contact {
    margin-bottom: 10px;
  }
}

.menu-area .head-contact .tel a {
  color: #FFF;
}

.menu-area .copyright {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2%;
  color: #fff;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .menu-area .copyright {
    display: none;
  }
}

/* ====================================================
 content
==================================================== */
.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.container {
  clear: both;
  width: 80%;
  margin-left: 20%;
  -webkit-animation: RightToLeft 0.8s both;
          animation: RightToLeft 0.8s both;
  padding-top: 83px;
  overflow: hidden;
}

@media screen and (max-width: 1296px) {
  .container {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .container {
    padding-top: 60px;
    -webkit-animation: none;
            animation: none;
  }
}

.page-head {
  position: relative;
  height: 340px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .page-head {
    height: 220px;
    margin-bottom: 25px;
  }
}

.page-head .inner {
  position: relative;
  height: 520px;
}

.page-head .page-ttl {
  font-size: 23px;
  font-size: 2.3rem;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .page-head .page-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.page-head .page-ttl .ttl {
  color: #333333;
  font-weight: bold;
}

.page-intro-ttl {
  position: relative;
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-intro-ttl::after {
  content: "";
  display: block;
  position: absolute;
  width: 245px;
  height: 2px;
  background: #3e5d77;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0px;
}

.page-intro-txt {
  line-height: 1.7;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 15px;
}

.ph-col2 li {
  width: 49.5%;
  float: left;
  margin: 0 0 20px 1%;
}

@media screen and (max-width: 768px) {
  .ph-col2 li {
    width: 100%;
    margin: 0 0 15px !important;
    float: none;
  }
}

.ph-col2 li:first-of-type {
  margin-left: 0;
}

.contact-btn {
  max-width: 300px;
  margin: 0 auto 105px;
}

.contact-btn a {
  display: block;
  background: rgba(62, 93, 119, 0.8);
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  color: #FFF;
  padding: 10px 0;
}

/* ====================================================
index
==================================================== */
#index .page-ttl {
  font-weight: bold;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5%;
}

#index .page-ttl img:first-child {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  #index .page-ttl {
    width: 130px;
  }
}

#index .main-visual {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  #index .main-visual {
    margin-bottom: 80px;
  }
}

#index .main-visual .sl-ttl {
  width: 100%;
  max-width: 650px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #FFF;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #FFF;
  padding: 15px 0;
}

@media screen and (max-width: 768px) {
  #index .main-visual .sl-ttl {
    font-size: 18px;
    font-size: 1.8rem;
    max-width: 94%;
  }
}

#index .slider li {
  position: relative;
}

#index .slider li img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #index .slider li .pc {
    display: none !important;
  }
}

#index .slider li .sp {
  display: none;
}

@media screen and (max-width: 768px) {
  #index .slider li .sp {
    display: block !important;
  }
}

#index .vision-inner {
  padding-right: 5%;
}

@media screen and (max-width: 1296px) {
  #index .vision-inner {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  #index .vision-inner {
    padding: 0 15px;
  }
}

#index .intro-area .img-col {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 387px;
}

@media screen and (max-width: 768px) {
  #index .intro-area .img-col {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    min-height: inherit;
    height: 250px;
    margin-bottom: 25px;
  }
}

#index .intro-area .txt-col {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  #index .intro-area .txt-col {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 35px;
  }
}

#index .intro-area .txt-col .intro-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #index .intro-area .txt-col .intro-ttl {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

#index .intro-area .txt-col p {
  text-align: justify;
  line-height: 1.7;
}

#index .intro-area-box {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
#index .intro-area-box {
  margin-bottom: 40px;
}
#index .intro-area-box .page-intro-txt{
    text-align: justify;
}
}


#index .intro-area.intro01 .img-col, #index .intro-area.intro02 .img-col, #index .intro-area.intro03 .img-col {
  float: left;
  width: 45%;
}

#index .intro-area.intro01 .txt-col, #index .intro-area.intro02 .txt-col, #index .intro-area.intro03 .txt-col {
  float: right;
  width: 55%;
  padding-left: 3%;
  padding-bottom: 40px;
}

@media screen and (min-width: 1500px) {
  #index .intro-area.intro01 .txt-col,  #index .intro-area.intro02 .txt-col, #index .intro-area.intro03 .txt-col {
    padding-left: 5%;
  }
}

@media screen and (max-width: 768px) {
  #index .intro-area.intro01 .txt-col, #index .intro-area.intro02 .txt-col, #index .intro-area.intro03 .txt-col {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1296px) {
  #index .intro-area.intro01 .txt-col, #index .intro-area.intro02 .txt-col, #index .intro-area.intro03 .txt-col {
    padding-right: 5%;
  }
}
/*
#index .intro-area.intro02 .img-col {
  float: right;
  width: 55%;
}

#index .intro-area.intro02 .txt-col {
  float: left;
  width: 45%;
  padding: 40px 5% 40px 3%;
}

@media screen and (min-width: 1500px) {
  #index .intro-area.intro02 .txt-col {
    padding-left: 5%;
  }
}
*/

#index .intro-area.intro01 .img-col {
  background-image: url(../images/vision/img01.jpg);
}

#index .intro-area.intro01 .img-ttl {
  float: right;
  padding-left: 7%;
}

@media screen and (max-width: 768px) {
  #index .intro-area.intro01 .img-ttl {
    padding-left: 5%;
    width: 80px;
  }
}

#index .intro-area.intro01 p {
  overflow: hidden;
}

#index .intro-area.intro02 .img-col {
  background-image: url(../images/vision/img02.jpg);
}

#index .intro-area.intro01, #index .intro-area.intro02, #index .intro-area.intro03 {
  margin-bottom: 87px;
}

@media screen and (max-width: 768px) {
  #index .intro-area.intro01, #index .intro-area.intro02, #index .intro-area.intro03 {
    margin-bottom: 40px;
  }
}

#index .intro-area.intro03 .img-col {
  background-image: url(../images/vision/img03.jpg);
}

#index .intro-area.intro03 .img-ttl {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #index .intro-area.intro03 .img-ttl {
    width: 275px;
    margin-bottom: 30px;
  }
}

#index .intro-area.intro03 .txt-col {
  /*padding-top: 55px;*/
  padding-bottom: 40px;
}

#index .txt-intro {
  width: 100%;
  display: table;
}

@media screen and (max-width: 768px) {
  #index .txt-intro {
    display: block;
  }
}

#index .txt-intro dt {
  display: table-cell;
  vertical-align: middle;
  width: 265px;
  border-right: 1px solid #000;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #index .txt-intro dt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    border-right: none;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

#index .txt-intro dd {
  display: table-cell;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 45px;
  padding-bottom: 15px;
}

@media screen and (max-width: 1296px) {
  #index .txt-intro dd {
    padding-right: 5%;
  }
}

@media screen and (max-width: 768px) {
  #index .txt-intro dd {
    display: block;
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0;
    margin-bottom: 25px;
  }
}

#index .txt-intro dd p {
  line-height: 1.7;
}

#index .txt-intro .more {
  text-align: right;
}

#index .txt-intro .more a {
  display: inline-block;
  border: 1px solid #000;
  text-align: center;
  line-height: 1.2;
  padding: 3px 15px;
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#index .txt-intro .more a:hover {
  color: #FFF;
  background-color: #000;
}

#index .visial-ttl {
  position: relative;
  height: 320px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
  #index .visial-ttl {
    height: 200px;
    margin-bottom: 50px;
  }
}

#index .visial-ttl .ttl {
  color: #333;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #index .visial-ttl .ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

#index #fund .visial-ttl {
  background-image: url(../images/vision/ttl_bg01.jpg);
}

#index #land .visial-ttl {
  background-image: url(../images/vision/ttl_bg02.jpg);
}

#index #land .visial-ttl .ttl {
  color: #FFF;
}

@media (min-width: 768px) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }
}

.row:after {
  content: '';
  display: block;
  clear: both;
}

.row .col3 {
  padding: 0 12px;
}

@media (min-width: 768px) {
  .row .col3 {
    width: calc(100% /3);
    float: left;
  }
}

.mb80 {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .mb80 {
    margin-bottom: 80px;
  }
}

.mb60 {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .mb60 {
    margin-bottom: 60px;
  }
}

.mb40 {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .mb40 {
    margin-bottom: 40px;
  }
}

.mb30 {
  margin-bottom: 30px;
}

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

.txt-justify {
  text-align: justify;
}

.pd0 {
  padding: 0;
}

#index .page-head {
  background-image: url(../images/index/main_visual.jpg);
  margin-bottom: 45px;
}
#index .page-head.vision {
  background-image: url(../images/vision/main_visual.jpg);
  margin-bottom: 45px;
}
#index .page-head.consulting {
  background-image: url(../images/consulting/main_consulting.jpg);
  margin-bottom: 45px;
}
#index .page-head.information {
  background-image: url(../images/information/main_information.jpg);
  margin-bottom: 45px;
}
#index .page-head .page-ttl h2 {
  color: #fff;
}

/* ====================================================
vision
==================================================== */
#vision .page-head, #management .page-head {
  background-image: url(../images/vision/main_visual.jpg);
  height: 520px;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #vision .page-head, #management .page-head {
    height: 350px;
    margin-bottom: 40px;
  }
}

#vision .page-head .page-ttl, #management .page-head .page-ttl {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: right;
  font-size: 57px;
  font-size: 5.7rem;
  right: 5%;
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=80)";
  /* ie 8 */
  -moz-opacity: 0.8;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  zoom: 1;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #vision .page-head .page-ttl, #management .page-head .page-ttl {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

#vision .page-head .page-ttl span, #management .page-head .page-ttl span {
  display: block;
  font-size: 17px;
  font-size: 1.7rem;
  background: #333333;
  color: #FFF;
  text-align: center;
  padding: 12px 5px;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  #vision .page-head .page-ttl span, #management .page-head .page-ttl span {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8px 15px;
  }
}

#vision .vision-inner, #management .vision-inner {
  padding-right: 5%;
}

@media screen and (max-width: 1296px) {
  #vision .vision-inner, #management .vision-inner {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  #vision .vision-inner, #management .vision-inner {
    padding: 0 15px;
  }
}

#vision .intro-area .img-col, #management .intro-area .img-col {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 387px;
}

@media screen and (max-width: 768px) {
  #vision .intro-area .img-col, #management .intro-area .img-col {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    min-height: inherit;
    height: 250px;
    margin-bottom: 25px;
  }
}

#vision .intro-area .txt-col, #management .intro-area .txt-col {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  #vision .intro-area .txt-col, #management .intro-area .txt-col {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 35px;
  }
}

#vision .intro-area .txt-col .intro-ttl, #management .intro-area .txt-col .intro-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #vision .intro-area .txt-col .intro-ttl, #management .intro-area .txt-col .intro-ttl {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

#vision .intro-area .txt-col p, #management .intro-area .txt-col p {
  line-height: 1.7;
  text-align: justify;
}

#vision .intro-area.intro01 .img-col, #management .intro-area.intro01 .img-col, #vision .intro-area.intro03 .img-col, #management .intro-area.intro03 .img-col {
  float: left;
  width: 45%;
}

#vision .intro-area.intro01 .txt-col, #management .intro-area.intro01 .txt-col, #vision .intro-area.intro03 .txt-col, #management .intro-area.intro03 .txt-col {
  float: right;
  width: 55%;
  padding-left: 3%;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #vision .intro-area.intro01 .txt-col, #management .intro-area.intro01 .txt-col, #vision .intro-area.intro03 .txt-col, #management .intro-area.intro03 .txt-col {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1500px) {
  #vision .intro-area.intro01 .txt-col, #management .intro-area.intro01 .txt-col, #vision .intro-area.intro03 .txt-col, #management .intro-area.intro03 .txt-col {
    padding-left: 5%;
  }
}

@media screen and (max-width: 1296px) {
  #vision .intro-area.intro01 .txt-col, #management .intro-area.intro01 .txt-col, #vision .intro-area.intro03 .txt-col, #management .intro-area.intro03 .txt-col {
    padding-right: 5%;
  }
}

#vision .intro-area.intro02 .img-col, #management .intro-area.intro02 .img-col {
  float: right;
  width: 55%;
}

#vision .intro-area.intro02 .txt-col, #management .intro-area.intro02 .txt-col {
  float: left;
  width: 45%;
  padding: 40px 5% 40px 3%;
}

@media screen and (min-width: 1500px) {
  #vision .intro-area.intro02 .txt-col, #management .intro-area.intro02 .txt-col {
    padding-left: 5%;
  }
}

#vision .intro-area.intro01 .img-col, #management .intro-area.intro01 .img-col {
  background-image: url(../images/vision/img01.jpg);
}

#vision .intro-area.intro01 .img-ttl, #management .intro-area.intro01 .img-ttl {
  float: right;
  padding-left: 7%;
}

@media screen and (max-width: 768px) {
  #vision .intro-area.intro01 .img-ttl, #management .intro-area.intro01 .img-ttl {
    padding-left: 5%;
    width: 80px;
  }
}

#vision .intro-area.intro01 p, #management .intro-area.intro01 p {
  overflow: hidden;
}

#vision .intro-area.intro02 .img-col, #management .intro-area.intro02 .img-col {
  background-image: url(../images/vision/img02.jpg);
}

#vision .intro-area.intro03, #management .intro-area.intro03 {
  margin-bottom: 87px;
}

@media screen and (max-width: 768px) {
  #vision .intro-area.intro03, #management .intro-area.intro03 {
    margin-bottom: 40px;
  }
}

#vision .intro-area.intro03 .img-col, #management .intro-area.intro03 .img-col {
  background-image: url(../images/vision/img03.jpg);
}

#vision .intro-area.intro03 .img-ttl, #management .intro-area.intro03 .img-ttl {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #vision .intro-area.intro03 .img-ttl, #management .intro-area.intro03 .img-ttl {
    width: 275px;
    margin-bottom: 30px;
  }
}

#vision .intro-area.intro03 .txt-col, #management .intro-area.intro03 .txt-col {
  padding-top: 55px;
  padding-bottom: 40px;
}

#vision .txt-intro, #management .txt-intro {
  width: 100%;
  display: table;
}

@media screen and (max-width: 768px) {
  #vision .txt-intro, #management .txt-intro {
    display: block;
  }
}

#vision .txt-intro dt, #management .txt-intro dt {
  display: table-cell;
  vertical-align: middle;
  width: 265px;
  border-right: 1px solid #000;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #vision .txt-intro dt, #management .txt-intro dt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    border-right: none;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

#vision .txt-intro dd, #management .txt-intro dd {
  display: table-cell;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 45px;
  padding-bottom: 15px;
}

@media screen and (max-width: 1296px) {
  #vision .txt-intro dd, #management .txt-intro dd {
    padding-right: 5%;
  }
}

@media screen and (max-width: 768px) {
  #vision .txt-intro dd, #management .txt-intro dd {
    display: block;
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0;
    margin-bottom: 25px;
  }
}

#vision .txt-intro dd p, #management .txt-intro dd p {
  line-height: 1.7;
}

#vision .txt-intro .more, #management .txt-intro .more {
  text-align: right;
}

#vision .txt-intro .more a, #management .txt-intro .more a {
  display: inline-block;
  border: 1px solid #000;
  text-align: center;
  line-height: 1.2;
  padding: 3px 15px;
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#vision .txt-intro .more a:hover, #management .txt-intro .more a:hover {
  color: #FFF;
  background-color: #000;
}

#vision .visial-ttl, #management .visial-ttl {
  position: relative;
  height: 320px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
  #vision .visial-ttl, #management .visial-ttl {
    height: 200px;
    margin-bottom: 50px;
  }
}

#vision .visial-ttl .ttl, #management .visial-ttl .ttl {
  color: #333;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #vision .visial-ttl .ttl, #management .visial-ttl .ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

#vision #fund .visial-ttl, #management #fund .visial-ttl {
  background-image: url(../images/vision/ttl_bg01.jpg);
}

#vision #land .visial-ttl, #management #land .visial-ttl {
  background-image: url(../images/vision/ttl_bg02.jpg);
}

#vision #land .visial-ttl .ttl, #management #land .visial-ttl .ttl {
  color: #FFF;
}

/* ====================================================
consalting
==================================================== */
#consalting .inner {
  max-width: 970px;
  padding: 0;
}

@media screen and (max-width: 1296px) {
  #consalting .inner {
    padding: 0 15px;
  }
}

#consalting .page-head {
  background-image: url(../images/consalting/main_visual.jpg);
  margin-bottom: 45px;
}

#consalting .page-intro-txt {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #consalting .page-intro-txt {
    margin-bottom: 45px;
  }
}

#consalting .sec-ttl {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #consalting .sec-ttl {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

#consalting .sec-intro {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 35px;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  #consalting .sec-intro {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
}

#consalting .purpose {
  width: 107px;
  height: 107px;
  line-height: 107px;
  margin: 0 auto 35px;
  color: #FFF;
  text-align: center;
  background: #657d92;
  border-radius: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #consalting .purpose {
    font-size: 15px;
    font-size: 1.5rem;
    width: 85px;
    height: 85px;
    line-height: 85px;
    margin-bottom: 20px;
  }
}

#consalting .purpose-list li {
  display: table;
  width: 32%;
  float: left;
  margin: 0 2% 25px 0;
  text-align: center;
  border: 1px solid #3e5d77;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #consalting .purpose-list li {
    width: 100%;
    margin: 0 0 10px !important;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

#consalting .purpose-list li:nth-of-type(3n) {
  margin-right: 0;
}

#consalting .purpose-list li > div {
  display: table-cell;
  vertical-align: middle;
  padding: 25px 20px 25px;
}

#consalting .purpose-list li .ttl {
  border-bottom: 1px solid #3e5d77;
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 5px;
  margin-bottom: 10px;
  color: #3e5d77;
}

@media screen and (max-width: 768px) {
  #consalting .purpose-list li .ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#consalting .purpose-list li .arrow {
  position: relative;
  padding-bottom: 20px;
}

#consalting .purpose-list li .arrow::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 6px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 7px 0 7px;
  border-color: #657d92 transparent transparent transparent;
}

#consalting #sec01 .inner, #consalting #sec02 .inner, #consalting #sec03 .inner {
  background-position: right top;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1296px) {
  #consalting #sec01 .inner, #consalting #sec02 .inner, #consalting #sec03 .inner {
    background-position: right 15px top 0;
  }
}

@media screen and (max-width: 768px) {
  #consalting #sec01 .inner, #consalting #sec02 .inner, #consalting #sec03 .inner {
    background-size: 45px auto;
  }
}

#consalting #sec01 .inner,
#consalting #sec02 .inner {
  border-bottom: 1px solid #3e5d77;
  padding-bottom: 95px;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #consalting #sec01 .inner,
  #consalting #sec02 .inner {
    padding-bottom: 45px;
    margin-bottom: 35px;
    padding-top: 10px;
  }
}

#consalting #sec03 {
  margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
  #consalting #sec03 {
    margin-bottom: 45px;
  }
}

#consalting #sec01 .inner {
  background-image: url(../images/consalting/01.png);
}

#consalting #sec01 .sp-ip5 {
  display: none;
}

@media screen and (max-width: 320px) {
  #consalting #sec01 .sp-ip5 {
    display: block;
  }
}

#consalting #sec02 .inner {
  background-image: url(../images/consalting/02.png);
}

#consalting #sec03 .inner {
  background-image: url(../images/consalting/03.png);
}

.break1690 {
  display: none;
}

@media screen and (max-width: 1690px) and (min-width: 768px) {
  .break1690 {
    display: block;
  }
}

.break768 {
  display: none;
}

@media screen and (min-width: 768px) {
  .break768 {
    display: block;
  }
}

#message {
  /*padding-bottom: 165px;*/
    padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #message {
    padding-bottom: 40px;
  }
}

#message .page-head {
  background-image: url(../images/message/page-banner.png);
  margin-bottom: 50px;
}

#message .page-head .page-ttl h2 {
  color: #fff;
}

#message .page-txt-main {
  /*padding: 0px 0 60px;
  border-bottom: 1px solid #3E5D77;*/
  line-height: 1.7;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  #message .page-txt-main {
    /*padding: 30px 0;*/
  }
}

#message .page-txt-main span {
    display: block;
    text-align: right;
}

#message .message-img {
  margin-top: 75px;
  margin-bottom: 35px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #message .message-img {
    margin-top: 35px;
  }
}

#message .message-img .message-txt {
  margin-top: 30px;
  font-size: 12px;
  font-size: 1.2rem;
}

#message .message-img .message-txt span {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

#message .content-bottom {
  padding-bottom: 65px;
  border-bottom: 1px solid #3E5D77;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  #message .content-bottom {
    padding-bottom: 35px;
  }
}

#message .content-bottom .txt-prolile {
  margin-bottom: 5px;
}

#message .content-bottom .content-left {
  float: left;
  width: 68%;
  padding-right: 30px;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  #message .content-bottom .content-left {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
}

#message .content-bottom .content-right {
  float: right;
  width: 32%;
}

#message .content-bottom .content-right span {
  font-size: 12px;
  color: #999999;
}

@media screen and (max-width: 768px) {
  #message .content-bottom .content-right {
    width: 100%;
  }
}

@media (min-width: 678px) {
  .table-company {
    max-width: 815px;
    margin: 0 auto;
  }
}

.table-company tr td {
  font-size: 16px;
  padding: 10px 20px;
  vertical-align: top;
}

@media (min-width: 768px) {
  .table-company tr td {
    padding: 10px 40px;
  }
}

.table-company tr td:first-child {
  width: 22%;
  position: relative;
}

.table-company tr td:first-child:after {
  content: '|';
  display: block;
  position: absolute;
  right: 0;
  top: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  .table-company tr td:first-child:after {
    top: 10px;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.table-company tr td:last-child {
  width: 78%;
}

.table-company tr td a {
  color: #2EA7E0;
}

.table-company tr td ul {
  /*margin-bottom: 37px;*/
}

@media screen and (max-width: 768px) {
  .table-company tr td ul {
    margin-bottom: 20px;
  }
}

.table-company tr td ul li {
  padding-left: 20px;
  position: relative;
}

.table-company tr td ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  position: absolute;
  top: 4px;
  left: 0;
}

.table-company tr td ol {
  margin-bottom: 37px;
}

@media screen and (max-width: 768px) {
  .table-company tr td ol {
    margin-bottom: 20px;
  }
}

.table-company tr td ol li {
  padding-left: 20px;
  position: relative;
}

.table-company tr td ol li:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
}

.table-company tr td div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#company .page-head {
  background-image: url(../images/management/banner.png);
  margin-bottom: 45px;
}

#company .page-head .page-ttl .ttl {
  color: #fff;
}

#company .ttl-company{
    margin-bottom: 40px;
}


#company .section-border {
  text-align: center;
  margin-bottom: 70px;
}

@media (min-width: 768px) {
  #company .section-border {
    margin-bottom: 140px;
  }
}

.member {
    padding: 25px 0;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.member .member-header {
    width: 31%;
    text-align: left;
    /*margin-bottom: 30px;*/
}
.member .member-header .img {
  /*margin-bottom: 15px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;*/
    max-width: 310px;
}
@media (max-width: 768px) {
.member .member-header {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.member .member-header .img {
  margin-left: auto;
  margin-right: auto;
}
}

.member .member-header .nameEL {
  margin-bottom: 5px;
  max-width: 82%;
  margin: 0 auto;
}

.member .member-header .nameJP {
  font-size: 12px;
  font-size: 1.2rem;
}

.member .member-body {
  width: 63%;
}

@media screen and (max-width: 768px) {
.member .member-body {
  width: 100%;
}
}

.member .member-body p {
    font-size: 16.8px;
}

@media screen and (max-width: 768px) {
.member .member-body p{
  font-size: 14px;
}
}

.member .member-body p.posi {
    margin-bottom: 10px;
}

.member .member-body p.nameJP {
  font-size: 21.6px;
    font-weight: bold;
    margin-bottom: 30px;
}

.member .member-body p.nameJP span{
  font-size: 16.8px;
    font-weight: normal;
}

.member .member-body dl {
  margin-bottom: 25px;
  font-size: 16.8px;
}

.member .member-body dl dt:nth-of-type(n+2) {
  margin-top: 20px;
}

.member.border-bottom {
  border-bottom: 0px solid #000;
}
@media screen and (max-width: 768px) {
.member.border-bottom {
  border-bottom: 1px solid #000;
}
}

#management {
  padding-bottom: 90px;
}

@media screen and (max-width: 768px) {
  #management {
    padding-bottom: 80px;
  }
}

#management .page-head {
  background-image: url(../images/management/banner.png);
  height: 340px;
  margin-bottom: 45px;
}

#management .page-head .page-ttl {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 23px;
  font-size: 2.3rem;
}

#management .page-head .page-ttl h2 {
  color: #fff;
}

#management .ttl-company {
  /*margin-bottom: 88px;*/
  letter-spacing: 2px;
    margin-bottom: 40px;
}

#management .intro01 .img-company {
  background-image: url(../images/management/img-02.png) !important;
}

#management .intro01 .img-ttl img {
  width: 80%;
}

@media screen and (max-width: 768px) {
  #management .intro01 .img-ttl img {
    width: 100%;
  }
}

#management .intro02 .img-company {
  background-image: url(../images/management/img-03.png) !important;
}

#management .intro03 .img-company {
  background-image: url(../images/management/img-04.png) !important;
}

@media screen and (max-width: 768px) {
  #management .intro03 {
    margin-bottom: 20px !important;
  }
}

#management .img-bottom {
  text-align: center;
}

#management .ttl-management {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  #management .ttl-management {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 576px) {
  #management .ttl-management {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

#consalting_tochi .page-head {
  background-image: url(../images/consalting_tochi/banner.png);
  margin-bottom: 45px;
}

#consalting .page-head .page-ttl h2,
#consalting_tochi .page-head .page-ttl h2 {
  color: #fff;
}

#consalting_tochi .content-tochi {
  margin-top: 110px;
    margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #consalting_tochi .content-tochi {
    margin-top: 55px;
      margin-bottom: 60px;
  }
}

#consalting_tochi .content-tochi .content-item {
  margin-bottom: 67px;
}

#consalting_tochi .content-tochi .content-item .txt-tochi {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  #consalting_tochi .content-tochi .content-item .txt-tochi {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#consalting_tochi .content-tochi .content-item .ttl-tochi {
  display: inline-block;
  padding: 0 15px;
  border-right: 2px solid #3e5d77;
  border-left: 2px solid #3e5d77;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  #consalting_tochi .content-tochi .content-item .ttl-tochi {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#consalting_tochi .content-tochi .content-item:nth-of-type(3) {
  margin-bottom: 22px !important;
}

@media screen and (max-width: 768px) {
  #consalting_tochi .content-tochi .content-item {
    margin-bottom: 33px;
  }
}

#consalting_tochi .list-example {
  margin: 0 -20px 95px;
}

@media screen and (max-width: 768px) {
  #consalting_tochi .list-example {
    margin-bottom: 45px;
  }
}

#consalting_tochi .list-example .item {
  padding: 0 20px;
  width: 33.333%;
  float: left;
  position: relative;
}

@media screen and (max-width: 768px) {
  #consalting_tochi .list-example .item {
    width: 100%;
    margin-bottom: 10px;
  }
}

#consalting_tochi .list-example .item .img-ps {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

#consalting_tochi .list-example .item div {
  border: 1px solid #3E5D77;
  text-align: center;
  color: #3E5D77;
  font-weight: bold;
  padding: 72px 10px 35px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  #consalting_tochi .list-example .item div {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#consalting_tochi .list-example .item div p {
  display: block;
  color: #000000;
  font-size: 14px;
  font-size: 1.4rem;
}

#consalting_tochi .list-example .item div p:first-child {
  margin-bottom: 15px;
}

#consalting_tochi .list-example .item div p:nth-child(2) {
  margin-bottom: 10px;
}

#consalting_tochi .list-example .item div p:last-child {
  margin-top: 10px;
}

#consalting_tochi .list-example .item div .after-mt {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 9px 7px 0 7px;
  border-color: #657d92 transparent transparent transparent;
}

#consalting_tochi .list-example .item .txt {
  color: #3e5d77;
  font-size: 16px;
}

@media (min-width: 768px) {
  #consalting_tochi .list-example .item .txt {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  #consalting_tochi .txt-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #consalting_tochi .txt-wrap li:first-child {
    padding-right: 30px;
  }
  #consalting_tochi .txt-wrap li:last-child {
    padding-left: 30px;
  }
}

#contact .page-head {
  background-image: url(../images/contact_index/banner.png);
  margin-bottom: 45px;
}

#contact .page-head .page-ttl .ttl {
  font-size: 26px;
  font-size: 2.6rem;
}

#contact .form_input {
  padding: 85px 0 40px;
}

@media screen and (max-width: 768px) {
  #contact .form_input {
    padding: 42px 0 20px;
  }
}

#contact .form-group {
  margin-bottom: 40px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  #contact .form-group {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#contact .form-group textarea {
  width: 100%;
  background: #F7F7F7;
  border: 0px;
  padding: 10px;
  border-bottom: 1px solid #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-height: 300px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  #contact .form-group textarea {
    min-height: 150px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#contact .form-group .form-control {
  width: 100%;
  height: 60px;
  border: 0px;
  border-bottom: 1px solid #000000;
  background: #F7F7F7;
  padding: 0 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  #contact .form-group .form-control {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#contact .ttl-form {
  margin-bottom: 10px;
  display: block;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  #contact .ttl-form {
    margin-bottom: 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  #contact .ttl-form {
    margin-bottom: 5px;
    font-size: 13px;
  }
}

#contact .txt-bottom {
  display: block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  #contact .txt-bottom {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  #contact .txt-bottom {
    font-size: 13px;
  }
}

#contact .txt-bottom a {
  color: #2EA7E0;
}

#contact .txt-bottom a:hover {
  opacity: 0.8;
}

#contact .inquiry-subject {
  margin-top: 72px;
}

@media screen and (max-width: 768px) {
  #contact .inquiry-subject {
    margin-top: 36px;
  }
}

#contact .inquiry-subject .list-radio {
  margin: 0 -20px;
}

@media screen and (max-width: 768px) {
  #contact .inquiry-subject .list-radio {
    margin: 0 -5px;
  }
}

#contact .inquiry-subject .list-radio .active span {
  background: #3E5D77;
  color: #fff;
  border: 0px;
}

#contact .inquiry-subject .list-radio .active .input-info {
  border: 1px solid #000;
  border-left: 0px;
}

#contact .inquiry-subject .list-radio li {
  padding: 0 20px;
  width: 33.333%;
  float: left;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  #contact .inquiry-subject .list-radio li {
    padding: 0 5px;
    width: 50%;
  }
}

#contact .inquiry-subject .list-radio li:last-child {
  margin-bottom: 0;
  width: 100%;
}

#contact .inquiry-subject .list-radio li span {
  display: block;
  height: 60px;
  line-height: 60px;
  color: #000;
  border: 1px solid #000;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  #contact .inquiry-subject .list-radio li span {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 576px) {
  #contact .inquiry-subject .list-radio li span {
    font-size: 13px;
  }
}

#contact .inquiry-subject .mb-65 {
  margin-bottom: 65px !important;
}

@media screen and (max-width: 768px) {
  #contact .inquiry-subject .mb-65 {
    margin-bottom: 35px !important;
  }
}

#contact .inquiry-subject .info-subject {
  border: 1px solid #000000;
  height: 60px;
  display: block;
  overflow: hidden;
}

#contact .inquiry-subject .info-subject .ttl-form {
  float: left;
  width: 30.5%;
  text-align: center;
  line-height: 60px;
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  #contact .inquiry-subject .info-subject .ttl-form {
    line-height: 45px;
    height: 45px;
    width: 40%;
  }
}

#contact .inquiry-subject .info-subject .input-info {
  float: left;
  width: 69.5%;
  border: 0px;
  background: #F7F7F7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 60px;
  padding: 0 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  #contact .inquiry-subject .info-subject .input-info {
    height: 45px;
    width: 60%;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#contact .txtRed {
  color: #f00;
}

#contact .error_txt {
  color: #f00;
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  #contact .error_txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

#contact .w50 {
  width: 50%;
}

@media screen and (max-width: 768px) {
  #contact .w50 {
    width: 100%;
  }
}

#contact .w100 {
  width: 100% !important;
}

#contact .btn-box-submit {
  text-align: center;
}

#contact .btn-box-submit .btton-Bk {
  margin: 15px 10px;
}

.btton-Bk {
  background-color: #000;
  border: 1px solid #000;
  color: #FFF;
  width: 100%;
  max-width: 300px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
}

.btton-Bk:hover {
  background-color: #333;
  border: 1px solid #000;
  cursor: pointer;
}

@media screen and (min-width: 325px) and (max-width: 768px) {
  .breakOver-ip {
    display: none;
  }
}

#privacy {
  margin-top: 45px;
}

#privacy .page-intro-ttl span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 20px;
  margin-bottom: 10px;
}

#privacy .page-intro-txt {
  margin-bottom: 100px;
}

#privacy .sec-ttl {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #privacy .sec-ttl {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

#privacy .sec-intro,
#privacy .signature {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 35px;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  #privacy .sec-intro,
  #privacy .signature {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
}

#privacy .listPrivacy li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  padding-left: 1rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #privacy .listPrivacy li {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

#privacy .listPrivacy li:before {
  content: "\25CE";
}

#privacy .listPrivacy li:last-child {
  margin-bottom: 0;
}

#privacy .mb-90 {
  margin-bottom: 90px;
}

/*# sourceMappingURL=maps/styles.css.map */

/* ====================================================
index - re 2022.09.30
==================================================== */
#index .page-ttl-top {
  /*font-weight: bold;
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-30%);
      -ms-transform: translateY(-30%);
          transform: translateY(-30%);
  right: 5%;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  #index .page-ttl-top {
    /*width: 130px;*/
      width: 80%;
  }
}

#index .vision-inner-top {
    /*padding-right: 5%;*/
    margin-bottom: 120px;
}

/* 2023090 */
#index .page-ttl-top-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    max-width: 656px;
    height: 78px;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
#index .page-ttl-top-box {
    height: 48px;
}
}

#index .page-ttl-top-box::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    /*mix-blend-mode: multiply;
    background-color: #3e5d77;*/
    opacity: 0.9;
    background-color: #2A4861;
    z-index: -1;
}

#index .page-ttl-top-box p{
    max-width: 80%;
    mix-blend-mode: normal;
    color: #FFFFFF;
}

#index .page-ttl-top-box img{
    max-width: 100%;
    height: auto;
    mix-blend-mode: normal;
}





@media screen and (max-width: 1296px) {
  #index .vision-inner-top {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  #index .vision-inner-top {
    padding: 0 15px;
      margin-bottom: 60px;
  }
}

/* page-intro */

.intro-txtbox{
    position: relative;
}

.page-intro-ttl-top {
  position: relative;
  text-align: center;
  font-size: 26px;
  padding-bottom: 0px;
  margin-bottom: 30px;
  font-weight: bold;
    color: #3e5d77;
}

@media screen and (max-width: 768px) {
.page-intro-ttl-top {
  font-size: 18px;
    margin-bottom: 20px;
}
}

.page-intro-ttl-top span {
    font-family: 'Raleway', sans-serif;
  font-size: 16px;
    font-weight: 400;
    display: block;
}
@media screen and (max-width: 768px) {
.page-intro-ttl-top span {
  font-size: 12px;
}
}

.page-intro-ttl-top-en {
    font-family: 'Raleway', sans-serif;
  position: relative;
  text-align: center;
  font-size: 26px;
    font-weight: 400;
  padding-bottom: 15px;
  margin-bottom: 15px;
    color: #3e5d77;
}
@media screen and (max-width: 768px) {
.page-intro-ttl-top-en {
  font-size: 18px;
}
}

.page-intro-txt-top {
  line-height: 1.7;
  text-align: center;
  font-size: 14px;
    font-size: 1.4rem;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
.page-intro-txt-top {
  font-size: 12px;
    font-size: 1.2rem;
} 
}

.intro-area ul.top-img{
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    margin-top: 30px;
    margin-left: -5px;
}

.intro-area ul.top-img li{
    width: 33.33333%;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    padding-left: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
.intro-area ul.top-img li{
    width: 100%;
    width: -webkit-calc(100% / 1);
    width: calc(100% / 1);
    padding-right: 0px;
    margin-bottom: 5px;
}
}
/*
.intro-area ul.top-img li:last-child{
    padding-right: 0px;
}
@media screen and (max-width: 768px) {
.intro-area ul.top-img li:last-child{
    padding-bottom: 0px;
}
}
*/
.intro-area ul.top-img li.two{
    width: 50%;
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
    padding-left: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
.intro-area ul.top-img li.two{
    width: 100%;
    width: -webkit-calc(100% / 1);
    width: calc(100% / 1);
    padding-right: 0px;
    margin-bottom: 5px;
}
}
.intro-area ul.top-img li img{
    width: 100%;
    height: auto;
}

.intro-area ul.top-btn{
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    margin-top: 20px;
    margin-left: -5px
}

.intro-area ul.top-btn li{
    width: 25%;
    padding-left: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

@media screen and (max-width: 768px) {
.intro-area ul.top-btn li{
    width: 50%;
    /*padding-right: 0px;*/
    padding-bottom: 5px;
}
    /*
.intro-area ul.top-btn li:nth-child(odd){
    padding-right: 5px;
}*/
}
/*
.intro-area ul.top-btn li:last-child{
    padding-right: 0px;
}
*/
.intro-area ul.top-btn li a{
    width: 100%;
    display: inline-block;
    background-color: #3e5d77;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    padding: 10px 10px;
    transition: all 0.3s linear;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*background-image: url(../images/index/sankaku.png);
    background-repeat: no-repeat;
    background-position: right 10px center;*/
}
@media screen and (max-width: 768px) {
.intro-area ul.top-btn li a{
    font-size: 14px;
}
}
.intro-area ul.top-btn li.no1 a{
    background-image: url(../images/index/sankaku.png),url("../images/index/no-01.png");
    background-repeat: no-repeat;
    background-position: right 10px center, left 10px center;
}

.intro-area ul.top-btn li.no2 a{
    background-image: url(../images/index/sankaku.png),url("../images/index/no-02.png");
    background-repeat: no-repeat;
    background-position: right 10px center, left 10px center;
}

.intro-area ul.top-btn li.no3 a{
    background-image: url(../images/index/sankaku.png),url("../images/index/no-03.png");
    background-repeat: no-repeat;
    background-position: right 10px center, left 10px center;
}

.intro-area ul.top-btn li.no4 a{
    background-image: url(../images/index/sankaku.png),url("../images/index/no-04.png");
    background-repeat: no-repeat;
    background-position: right 10px center, left 10px center;
}

.intro-area ul.top-btn li a:hover{
    opacity: 0.6;
}

.vision-inner-top .detail-link{
    text-align: right;
    position: absolute;
    top: 30px;
    right: 5%;
    z-index: 11;
}
@media screen and (max-width: 768px) {
.vision-inner-top .detail-link{
    position: static;
    margin-bottom: 30px;
    text-align: center;
}
}

.btnarrow{
  position: relative;
    display: inline-block;
  padding: 0 40px 0 0;
    color: #333;
    text-decoration: none;
    outline: none;
    font-size: 12px;
}
@media screen and (max-width: 768px) {
.btnarrow{
    font-size: 11px;
}
}
.btnarrow::before{
    content: '';
  position: absolute;
    bottom:-8px;
    left: 0%; 
    width: 100%;
    height: 1px;
  background:#333;
    transition: all .3s;
}

.btnarrow::after{
    content: '';
  position: absolute;
    bottom:-3px;
    right:0; 
    width: 15px;
    height:1px;
  background:#333;
    transform: rotate(35deg);
    transition: all .3s;
}

.btnarrow:hover::before{
    left: 10%;
}

.btnarrow:hover::after{
    right:-10%;
}

/* btn_more */

.intro-txtbox .btn_more {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}

.intro-txtbox .btn_more a{
    margin: 0 auto;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
    align-items: center;
	background-color: #a48b78;
	height: 50px;
	width: 276px;
	background-image: url(../images/index/btn_arrow.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	transition: all 0.25s linear;
	z-index: 99;
}

.intro-txtbox .btn_more a p{
    text-align: center;
	font-size: 18px;
    font-weight: 700;
	color: #FFF;
	transition: all 0.25s linear;
	}
	
.intro-txtbox .btn_more a:hover{
	opacity: 0.6;
	background-position: right 10px center;
	}


/* top_news
===================================*/

#top_news {
    width: 100%;
    /*margin-bottom: 120px;*/
    margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
    #top_news {
    margin-bottom: 60px;
}
}
#top_news dl{
    padding: 20px 5%;
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
    position: relative;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
#top_news dl{
    padding: 20px 5%;
    font-size: 12px;
}
}
#top_news dt{
	float: left;
    width: 100px;
    text-align: center;
}

#top_news dd {
	/*float: left;*/
	text-align: left;
    overflow: hidden;
    padding: 0 20px;
}

#top_news dd a{
    color: #000000;
}

#top_news dd a.pdf:after{
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    content: "\f1c1";
    margin-left: 20px;
}

#top_news dd a.ext:after{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f08e";
    margin-left: 20px;
}

#top_news dd a:hover{
    color: #000000;
    text-decoration: underline;
}

/* top_btm_bnr
===================================*/

#top_btm_bnr {
    width: 100%;
}

#top_btm_bnr ul{
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    margin-left: -5px;
}

#top_btm_bnr ul li{
    width: 50%;
    padding-left: 5px;
    padding-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

@media screen and (max-width: 768px) {
#top_btm_bnr ul li{
    width: 100%;
    /*padding-right: 0px;*/
    padding-bottom: 5px;
}
}
/*
#top_btm_bnr ul li:nth-child(even){
    padding-right: 0px;
}
*/
#top_btm_bnr ul li img:hover{
    opacity: 0.6;
}

.top_btm_txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    text-align: center;
    width: 100%;
}

.top_btm_pht{
    position: relative;
}

.top_btm_pht img{
    width: 100%;
    height: auto;
    transition: all 0.3s linear;
}

.top-btm-ttl {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
    margin-bottom: 30px;
    color: #3e5d77;
}

@media screen and (max-width: 768px) {
.top-btm-ttl {
    font-size: 13px;
    margin-bottom: 15px;
}
}

.top-btm-ttl span {
    font-family: 'Raleway', sans-serif;
  font-size: 16px;
    font-weight: 400;
    display: block;
}
@media screen and (max-width: 768px) {
.top-btm-ttl span {
  font-size: 11px;
}
}

.btnarrow2{
    position: relative;
    display: inline-block;
    padding: 10px 20px 0;
    text-decoration: none;
    outline: none;
    font-size: 12px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
.btnarrow2{
    padding: 5px 20px 0;
    font-size: 11px;
}
}
.btnarrow2::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0%; 
    width: 100%;
    height: 1px;
  background:#333;
    transition: all .3s;
}

.btnarrow2::after{
    content: '';
  position: absolute;
    top: -4px;
    right:0; 
    width: 15px;
    height:1px;
  background:#333;
    transform: rotate(35deg);
    transition: all .3s;
}

#top_btm_bnr ul li:hover .btnarrow2::before,
.btnarrow2:hover::before{
    left: 10%;
}

#top_btm_bnr ul li:hover .btnarrow2::after,
.btnarrow2:hover::after{
    right:-10%;
}

/* ====================================================
residence
==================================================== */
#residence .inner {
  max-width: 970px;
  padding: 0;
}

@media screen and (max-width: 1296px) {
  #residence .inner {
    padding: 0 15px;
  }
}

#residence .page-head {
  background-image: url(../images/residence/main_visual.jpg);
  margin-bottom: 45px;
}

#residence .page-head .page-ttl h2 {
  color: #fff;
}

#residence .page-intro-txt {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #residence .page-intro-txt {
    text-align: justify;
      margin-bottom: 45px;
  }
}

#residence .sec-ttl {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
    margin-top: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #residence .sec-ttl {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

#residence .sec-intro {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 35px;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
#residence .sec-intro {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
}

#residence #sec01,
#residence #sec02,
#residence #sec03{
  margin-bottom: 60px;
}

#residence #sec04 {
  margin-bottom: 75px;
}

#residence #sec01:target::before,
#residence #sec02:target::before,
#residence #sec03:target::before,
#residence #sec04:target::before{
  content: "";
  display: block;
  height: 90px; /* ずらしたい高さ */
  margin-top: -90px; /* heightに対するネガティブマージン */
  visibility: hidden,
}

@media screen and (max-width: 768px) {
  #residence #sec04 {
    margin-bottom: 45px;
  }
}

#residence #sec01 .inner, #residence #sec02 .inner, #residence #sec03 .inner, #residence #sec04 .inner {
  background-position: right top;
  background-repeat: no-repeat;
    margin-bottom: 40px;
}

@media screen and (max-width: 1296px) {
  #residence #sec01 .inner, #residence #sec02 .inner, #residence #sec03 .inner, #residence #sec04 .inner {
    background-position: right 15px top 0;
  }
}

@media screen and (max-width: 768px) {
  #residence #sec01 .inner, #residence #sec02 .inner, #residence #sec03 .inner, #residence #sec04 .inner {
    background-size: 45px auto;
      margin-bottom: 30px;
    padding-top: 10px;
  }
}

#residence #sec01 .inner {
  background-image: url(../images/residence/01.png);
}
/*
#residence #sec01 .sp-ip5 {
  display: none;
}

@media screen and (max-width: 320px) {
  #residence #sec01 .sp-ip5 {
    display: block;
  }
}
*/
#residence #sec02 .inner {
  background-image: url(../images/residence/02.png);
}

#residence #sec03 .inner {
  background-image: url(../images/residence/03.png);
}

#residence #sec04 .inner {
  background-image: url(../images/residence/04.png);
}

/*section*/

#residence .colwrap {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    margin-top: 40px;
}

#residence .colleft {
    width: 49%;
}

#residence .colright {
    width: 50%;
    text-align: right;
}

@media screen and (max-width: 768px) {
#residence .colleft {
    width: 100%;
    margin-bottom: 30px;
}

#residence .colright {
    width: 100%;
    text-align: center;
}
}

#residence ul.rsd-ph {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    margin-left: -5px;
}

#residence ul.rsd-ph li{
    width: 25%;
    padding-left: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#residence ul.rsd-ph li img{
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
#residence ul.rsd-ph li{
    width: 50%;
    padding-left: 5px;
    margin-bottom: 5px;
}
}

#residence .btnset{
    margin-top: 20px;
}

#residence ul.rsd-plan {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items:stretch;
    margin-bottom: 40px;
}

#residence ul.rsd-plan li{
    text-align: center;
    display: flex;
	justify-content: center;
    width: 25%;
    padding: 0 10px;
    border-left: 1px solid #3E5D77;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
@media screen and (max-width: 768px) {
#residence ul.rsd-plan {
    margin-bottom: 20px;
}
#residence ul.rsd-plan li{
    width: 50%;
    padding: 0 20px;
    margin-bottom: 20px;
}
#residence ul.rsd-plan li:nth-child(odd){
    border-left: none;
}
}
#residence ul.rsd-plan li img{
    margin-top: auto;
}

#residence ul.rsd-plan li:first-child{
    border-left: none;
}

#residence .sec03box{
    margin-bottom: 60px;
}


/* rds_btm_bnr
===================================*/

#rds_btm_bnr {
    width: 100%;
    max-width: 970px;
    margin: 0 auto 80px;
}

@media screen and (max-width: 768px) {
#rds_btm_bnr {
    margin: 0 auto 10px;
}
}

#rds_btm_bnr ul{
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    margin-left: -5px;
}

#rds_btm_bnr ul li{
    width: 100%;
    padding-left: 5px;
    padding-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

#rds_btm_bnr ul li img:hover{
    opacity: 0.6;
}

.rds_btm_txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    text-align: center;
    width: 100%;
}

.rds_btm_pht{
    position: relative;
}

.rds_btm_pht img{
    width: 100%;
    height: auto;
    transition: all 0.3s linear;
}

.rds-btm-ttl {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
    margin-bottom: 30px;
    color: #FFF;
}
@media screen and (max-width: 768px) {
.rds-btm-ttl {
    font-size: 13px;
    margin-bottom: 15px;
}
}

.rds-btm-ttl span {
    font-family: 'Raleway', sans-serif;
  font-size: 16px;
    font-weight: 400;
    display: block;
}
@media screen and (max-width: 768px) {
.top-btm-ttl span {
  font-size: 11px;
}
}

.btnarrow4{
    position: relative;
    display: inline-block;
    padding: 10px 20px 0;
    text-decoration: none;
    outline: none;
    font-size: 12px;
    margin: 0 auto;
    color: #FFF;
}
@media screen and (max-width: 768px) {
.btnarrow4{
    padding: 5px 20px 0;
    font-size: 11px;
}
}
.btnarrow4::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0%; 
    width: 100%;
    height: 1px;
  background:#FFF;
    transition: all .3s;
}

.btnarrow4::after{
    content: '';
  position: absolute;
    top: -4px;
    right:0; 
    width: 15px;
    height:1px;
  background:#FFF;
    transform: rotate(35deg);
    transition: all .3s;
}

#rds_btm_bnr ul li:hover .btnarrow4::before,
.btnarrow4:hover::before{
    left: 10%;
}

#rds_btm_bnr ul li:hover .btnarrow4::after,
.btnarrow4:hover::after{
    right:-10%;
}

/* ====================================================
stock
==================================================== */
#stock .inner {
  max-width: 970px;
  padding: 0;
}

@media screen and (max-width: 1296px) {
  #stock .inner {
    padding: 0 15px;
  }
}

#stock .page-head {
  background-image: url(../images/stock/main_visual.jpg);
  margin-bottom: 45px;
}

#stock .page-head .page-ttl h2 {
  color: #fff;
}

#stock .page-intro-txt {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #stock .page-intro-txt {
    text-align: justify;
      margin-bottom: 20px;
  }
}

#stock .sec-ttl {
    font-weight: bold;
    font-size: 21px;
    /*font-size: 1.8rem;*/
    padding: 15px;
    border-bottom: 1px solid #3E5D77;
    color: #3e5d77;
}

@media screen and (max-width: 768px) {
  #stock .sec-ttl {
    font-size: 18px;
    /*font-size: 1.6rem;*/
  }
}

#stock .sec-intro {
  font-size: 14px;
  /*font-size: 1.4rem;*/
  margin-bottom: 35px;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
#stock .sec-intro {
    font-size: 13px;
    /*font-size: 1.3rem;*/
    margin-bottom: 30px;
  }
}

#stock #sec01 .inner {
    background-position: right top;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}

@media screen and (max-width: 1296px) {
  #stock #sec01 .inner {
    background-position: right 15px top 0;
  }
}

@media screen and (max-width: 768px) {
  #stock #sec01 .inner {
    background-size: 45px auto;
      margin-bottom: 50px;
  }
}

/*section*/

#stock .colwrap {
    text-align: center;
    border: 1px solid #3E5D77;
    border-radius: 10px;
}

#stock .matrix {
    text-align: center;
    padding: 30px;
}

@media screen and (max-width: 768px) {
#stock .matrix {
    padding: 20px;
}
}


/* ====================================================
land
==================================================== */

#land .page-head {
  background-image: url(../images/residence_land/main_visual.jpg);
  margin-bottom: 45px;
}

#land .page-head .page-ttl h2 {
  color: #fff;
}

#land .page-intro-txt {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #land .page-intro-txt {
    text-align: justify;
      margin-bottom: 20px;
  }
}

#land .sec-ttl {
    font-weight: bold;
    font-size: 20px;
    color: #3e5d77;

}

@media screen and (max-width: 768px) {
  #land .sec-ttl {
      font-size: 16px;
  }
}

#land .sec-intro {
  font-size: 14px;
  margin-bottom: 35px;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
#land .sec-intro {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
}

#land .inner {
    max-width: 820px;
    padding: 0;
    margin-bottom: 100px;
}

@media screen and (max-width: 1296px) {
  #land .inner {
    padding: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  #land .inner {
      margin-bottom: 50px;
  }
}

#land .gallery {
    margin-bottom: 60px;
    text-align: center;
}

@media screen and (max-width: 768px) {
#land .gallery {
    margin-bottom: 30px;
}
}

/*section*/

#land .colwrap {
    width: 100%;
    margin-bottom: 30px;
}

#land dl {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#land dt {
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #3E5D77;
    border-left: 1px solid #3E5D77;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#land dd {
    width: 70%;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
#land dt {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
}

#land dd {
    width: 100%;
    font-size: 14px;
} 
}

#land ul {
    display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#land ul li {
    font-size: 16px;
    width: 20%;
}

#land ul.scale {
    margin-top: 10px;
}

#land ul.scale li {
    width: 32%;
}

#land ul.scale li.mid {
    width: 36%;
}

@media screen and (max-width: 768px) {
    
#land ul li {
    font-size: 14px;
    width: 25%;
}

#land ul.scale li {
    width: 50%;
}

#land ul.scale li.mid {
    width: 50%;
}

}

.land_btn {
    padding-top: 30px;
}

.land_btn a{
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #6B8DBC;
    color: #FFF;
    font-size: 21.6px;
    font-weight: bold;
    padding: 20px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    transition: all 0.3s linear;
}

@media screen and (max-width: 768px) {
.land_btn a{
    font-size: 20px;
    padding: 30px 20px 60px;
}
}

.land_btn a:hover{
    opacity: 0.6;
}

.btnarrow3{
    width: 92px;
    position: absolute;
    top: 50%;
    right: 20px;
    display: inline-block;
    padding: 10px 20px 0;
    text-decoration: none;
    outline: none;
    font-size: 12px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
.btnarrow3{
    padding: 5px 20px 0;
    font-size: 11px;
    position: absolute;
    top: auto;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
}
}
.btnarrow3::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0%; 
    width: 100%;
    height: 1px;
  background:#FFF;
    transition: all .3s;
}

.btnarrow3::after{
    content: '';
  position: absolute;
    top: -4px;
    right:0; 
    width: 15px;
    height:1px;
  background:#FFF;
    transform: rotate(35deg);
    transition: all .3s;
}

.land_btn:hover .btnarrow3::before,
.btnarrow3:hover::before{
    left: 10%;
}

.land_btn:hover .btnarrow3::after,
.btnarrow3:hover::after{
    right:-10%;
}

/* ====================================================
btn_contact
==================================================== */
.contact_wrap {
    padding: 40px;
    border: 3px solid #3E5D77;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 80px;
}

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

.contact_wrap h4{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}

.contact_wrap h4 span{
    display: block;
    font-family: 'Raleway', sans-serif;
    color: #3E5D77;
    text-align: center;
    font-size: 40px;
}

.contact_wrap p{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

/*contact_btn*/
.contact_btn {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 30px;
}

.contact_btn a{
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #3e5d77;
    color: #FFF;
    font-size: 21.6px;
    font-weight: bold;
    padding: 20px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    transition: all 0.3s linear;
}

@media screen and (max-width: 768px) {
.contact_btn a{
    font-size: 20px;
    padding: 30px 20px 60px;
}
}

.contact_btn a:hover{
    opacity: 0.6;
}

.contact_btn:hover .btnarrow3::before,
.btnarrow3:hover::before{
    left: 10%;
}

.contact_btn:hover .btnarrow3::after,
.btnarrow3:hover::after{
    right:-10%;
}

/* ====================================================
project
==================================================== */

#project .page-head {
  background-image: url(../images/project/main_visual.jpg);
  margin-bottom: 45px;
}

/* ggmap
==================================*/
.ggmap {
    overflow: hidden;
    width: 100%;
    margin: 0 auto 80px;
}
 
.ggmap iframe {
    width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

@media screen and (max-width: 480px){
.ggmap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%; /* 比率を4:3に固定 */
    margin: 0 auto 40px;
}

.ggmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}

/* bnr_books
==================================*/
.bnr_books {
    max-width: 460px;
    margin: 0 auto 80px;
}
@media screen and (max-width: 480px){
.bnr_books {
    width: 80%;
    margin: 0 auto 40px;
}
}

.bnr_books img{
    transition: all 0.3s linear;
}
.bnr_books img:hover{
    opacity: 0.6;
}


/* ====================================================
consulting index
==================================================== */

/* consulting_bnr
==================================*/
.consulting_bnr {
    width: 100%;
    margin-bottom: 80px;
}
.consulting_bnr .inner {
  max-width: 970px;
  padding: 0;
}
.consulting_bnr ul{
    max-width: 960px;
    margin: 0 auto;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between; 
}

.consulting_bnr li{
    width: 48%;
    max-width: 460px;
    border-top: 1px solid #3E5D77;
    margin-bottom: 40px;
}
@media screen and (max-width: 480px){
.consulting_bnr li{
    width: 100%;
}
.consulting_bnr li:last-child{
    margin-bottom: 0;
}
}
.consulting_bnr li p{
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    padding: 10px 0;
}
@media screen and (max-width: 480px){
.consulting_bnr li p{
    font-size: 16px;
}
}

.consulting_bnr li a{
    color: #000000;
    transition: all 0.3s linear;
}

.consulting_bnr li a:hover{
    opacity: 0.6;
}

#index .vision-inner .inner{
  max-width: 970px;
  padding: 0;
    margin-bottom: 80px;
}

/* ====================================================
consulting partnership
==================================================== */

#partnership .inner {
  max-width: 970px;
  padding: 0;
}

@media screen and (max-width: 1296px) {
  #partnership .inner {
    padding: 0 15px;
  }
}

#partnership .page-head {
  background-image: url(../images/consulting/main_partnership.jpg);
  margin-bottom: 45px;
}

#partnership .page-head .page-ttl h2 {
  color: #fff;
}

#partnership .page-intro-txt {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #partnership .page-intro-txt {
    margin-bottom: 45px;
  }
}

#partnership .sec-ttl {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #partnership .sec-ttl {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

#partnership .sec-intro {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 35px;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  #partnership .sec-intro {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
}

#partnership .purpose {
  width: 107px;
  height: 107px;
  line-height: 107px;
  margin: 0 auto 35px;
  color: #FFF;
  text-align: center;
  background: #657d92;
  border-radius: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #partnership .purpose {
    font-size: 15px;
    font-size: 1.5rem;
    width: 85px;
    height: 85px;
    line-height: 85px;
    margin-bottom: 20px;
  }
}

#partnership .purpose-list li {
  display: table;
  width: 32%;
  float: left;
  margin: 0 2% 25px 0;
  text-align: center;
  border: 1px solid #3e5d77;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #partnership .purpose-list li {
    width: 100%;
    margin: 0 0 10px !important;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

#partnership .purpose-list li:nth-of-type(3n) {
  margin-right: 0;
}

#partnership .purpose-list li > div {
  display: table-cell;
  vertical-align: middle;
  padding: 25px 20px 25px;
}

#partnership .purpose-list li .ttl {
  border-bottom: 1px solid #3e5d77;
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 5px;
  margin-bottom: 10px;
  color: #3e5d77;
}

@media screen and (max-width: 768px) {
  #partnership .purpose-list li .ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#partnership .purpose-list li .arrow {
  position: relative;
  padding-bottom: 20px;
}

#partnership .purpose-list li .arrow::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 6px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 7px 0 7px;
  border-color: #657d92 transparent transparent transparent;
}

#partnership #sec01 .inner, #partnership #sec02 .inner, #partnership #sec03 .inner {
  background-position: right top;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1296px) {
  #partnership #sec01 .inner, #partnership #sec02 .inner, #partnership #sec03 .inner {
    background-position: right 15px top 0;
  }
}

@media screen and (max-width: 768px) {
  #partnership #sec01 .inner, #partnership #sec02 .inner, #partnership #sec03 .inner {
    background-size: 45px auto;
  }
}

#partnership #sec01 .inner,
#partnership #sec02 .inner {
  border-bottom: 1px solid #3e5d77;
  padding-bottom: 95px;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #partnership #sec01 .inner,
  #partnership #sec02 .inner {
    padding-bottom: 45px;
    margin-bottom: 35px;
    padding-top: 10px;
  }
}

#partnership #sec03 {
  margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
  #partnership #sec03 {
    margin-bottom: 45px;
  }
}

#partnership #sec01 .inner {
  background-image: url(../images/consulting/01.png);
}

#partnership #sec01 .sp-ip5 {
  display: none;
}

@media screen and (max-width: 320px) {
  #partnership #sec01 .sp-ip5 {
    display: block;
  }
}

#partnership #sec02 .inner {
  background-image: url(../images/consulting/02.png);
}

#partnership #sec03 .inner {
  background-image: url(../images/consulting/03.png);
}


#partnership .box-ttl {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 60px;
    background-color: #405e77;
    color: #FFFFFF;
    text-align: center;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  #partnership .box-ttl {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}

/* top_information
======================================================================*/
#top_information {
    width: 100%;
    position: relative;
    margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
#top_information {
    margin-bottom: 60px;
}
}

#top_information .detail-link{
    text-align: right;
    position: absolute;
    top: 30px;
    right: 5%;
    z-index: 11;
}
@media screen and (max-width: 768px) {
#top_information .detail-link{
    position: static;
    margin-bottom: 30px;
    text-align: center;
}
}

#top_information ul{
    width: 100%;
    padding-top: 30px;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 1140px){
#top_information ul{
    width: 92%;
    margin: 0 auto;
}
}

#top_information li{
    /*min-width: 260px;*/
    width: 23%;
    display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
}

@media screen and (max-width: 1140px){
#top_information li{
    width: 49%;
    margin-bottom: 30px;
}
}

#top_information li .thumb{
    width: 100%;
    /*margin-bottom: 20px;*/
    max-width: 322px;
    height: 222px;
    overflow: hidden;
    display: block;
    margin: 0 auto 20px;
}
@media screen and (max-width: 1140px){
#top_information li .thumb{
    height: 200px;
}
}
@media screen and (max-width: 768px){
#top_information li .thumb{
    height: 180px;
}
}
@media screen and (max-width: 480px){
#top_information li .thumb{
    height: 140px;
}
}

#top_information li .thumb a{
    transition: all 0.3s linear;
}

#top_information li .thumb a:hover{
    opacity: 0.6;
}

#top_information li .thumb img{
    /*width: 100%;
    height: auto;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*arc_date*/

#top_information li .arc_date {
    width: 100%;
}

#top_information li p{
    font-family: 'Roboto', "Yu Gothic", YuGothic, Arial, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Verdana, sans-serif;
    text-align: left;
    font-weight: 400;
    line-height: 1.2;
}

#top_information li p.ttl {
    text-align: left;
    font-size: 1.8rem !important;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
    min-height: 60px;
}
@media screen and (max-width: 768px){
#top_information li p.ttl {
    font-size: 1.5rem !important;
    min-height: 50px;
}
}

#top_information li p.ttl a {
    color: #3e5d77;
    transition: all 0.1s linear;
    /* 行数指定 */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#top_information li p.ttl a:hover {
    opacity: 0.6;
}

#top_information li p.date{
    font-size: 1.2rem;
    color: #808080;
}
/*
@media screen and (max-width: 480px){
.arc_date p.date{
    font-size: 2.0rem;
}
}
*/
#top_information li p.date span {
    font-size: 1.2rem;
    color: #808080;
}
@media screen and (max-width: 480px){
#top_information li p.date span {
    display: block;
}
}

#top_information li p.date span a {
    color: #808080!important;
    transition: all 0.1s linear;
}
#top_information li p.date span a:hover {
    opacity: 0.6;
}

#top_information li p.caption {
    font-size: 1.4rem;
    text-align: justify;
    margin-top: 10px;
    line-height: 1.6;
    /* 行数指定 */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../images/information/top_arrow.svg);
    background-repeat: no-repeat;
    background-position: right bottom 6px;
}
@media screen and (max-width: 768px){
#top_information li p.caption {
    /*margin-top: 0px;*/
}
}
@media screen and (max-width: 480px){
#top_information li p.caption {
    font-size: 1.2rem;
}
}