@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Zen Kaku Gothic New", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 16px;
}

html {
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-all;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

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

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

.outer-block {
  min-width: 1080px;
}

.inner-block {
  position: relative;
  width: 1040px;
  padding: 0 30px;
}

#wrapper {
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
/* --------------------------------
c-header
ヘッダー
----------------------------------- */
.c-header {
  background-color: #fff;
  position: relative;
  z-index: 99;
  /*=============================
  .btn-trigger
  =============================*/
  /*=============================
  #btn01
  =============================*/
}
.c-header .abde-logo-wrapper {
  max-width: 203px;
}
.c-header .inner-block {
  max-width: none;
}
.c-header .abde-navbar-nav li {
  position: relative;
  -webkit-box-shadow: 0px 6px 5px -4px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 5px -4px rgba(0, 0, 0, 0.05);
}
.c-header .abde-navbar-nav li a {
  font-weight: bold;
  position: relative;
  padding: 20px 0;
  display: block;
}
.c-header .abde-ourfirm-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 160px;
  z-index: 100;
}
.c-header .abde-navbar {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 70px;
  left: 0;
  background-color: #fff;
  z-index: 100;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 100vh;
  max-height: 100vh;
  overflow-x: auto;
}
.c-header .abde-navbar.is_active {
  opacity: 1;
  pointer-events: all;
}
.c-header .btn-trigger {
  position: relative;
  width: 50px;
  height: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 150;
}
.c-header .btn-trigger:after {
  position: absolute;
  content: "menu";
  bottom: -12px;
  right: 0;
  left: 0;
  margin: auto;
  line-height: 1;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.025em;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
}
.c-header .btn-trigger:not(.active):after {
  opacity: 1;
}
.c-header .btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  width: 20px;
  right: 0;
  left: 0;
  margin: auto;
}
.c-header .btn-trigger,
.c-header .btn-trigger span {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-header .btn-trigger span:nth-of-type(1) {
  top: 0;
}
.c-header .btn-trigger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
.c-header .btn-trigger span:nth-of-type(3) {
  bottom: 0;
}
.c-header .btn-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -10px;
}
.c-header .btn-trigger .box {
  width: 20px;
  height: 20px;
  position: relative;
  margin: 0 auto;
}
.c-header #btn01.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
}
.c-header #btn01.active span:nth-of-type(2) {
  opacity: 0;
}
.c-header #btn01.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg);
}

.cover-bg {
  position: fixed;
  width: 100%;
  height: 200vh;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: 88;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  pointer-events: none;
}
.cover-bg.is_active {
  opacity: 1;
  pointer-events: all;
}

.c-header .abde-logo-wrapper {
  display: flex;
  align-items: center;
}
.c-header .abde-logo-wrapper >a + a{
  position: relative;
  margin-left: 65px;
}
.c-header .abde-logo-wrapper >a + a::before,
.c-header .abde-logo-wrapper >a + a::after{
  position: absolute;
  content: '';
  width: 30px;
  height: 2px;
  background-color: #000;
  top: 0;
  bottom: 0;
  left: -49px;
  margin: auto;
  pointer-events: none;
}
.c-header .abde-logo-wrapper >a + a::before{
  transform: rotate(45deg);
}
.c-header .abde-logo-wrapper >a + a::after{
  transform: rotate(-45deg);
}
.c-header .abde-logo-wrapper .abde-logo{
  max-width: 203px;
}
.c-header .abde-logo-wrapper .matui-logo{
  max-width: 203px;
  max-height: 70px;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .c-header .abde-logo-wrapper {
    width: 130px;
  }
  .c-header .abde-logo-wrapper .abde-logo{
    max-width: 120px;
  }
  .c-header .abde-logo-wrapper .matui-logo{
    max-width: 120px;
  }
  .c-header .abde-logo-wrapper >a + a::before, .c-header .abde-logo-wrapper >a + a::after{
    width: 17px;
    left: -31px;
  }
  .c-header .abde-logo-wrapper >a + a{
    margin-left: 40px;
  }
}

/* --------------------------------
c-footer
----------------------------------- */
.c-footer {
  position: relative;
}
.c-footer.c-bg-black .inner-block .abde-mb-md {
  padding: 0 !important;
  margin: 0 !important;
  height: auto;
}
.c-footer .inner-block {
  padding-bottom: 70px;
  padding-top: 170px;
  max-width: 1825px;
}
.c-footer * {
  color: #fff;
}
.c-footer .c-footer-list {
  margin: 0 50px 50px 0;
}
.c-footer .c-footer-list li + li {
  margin-top: 14px;
}
.c-footer .c-footer-list li a {
  font-weight: bold;
  letter-spacing: 0;
}
.c-footer .sns-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-footer .sns-list a,
.c-footer .sns-list i {
  display: block;
  width: 25px;
}
.c-footer .sns-list a + a {
  margin-left: 30px;
}
.c-footer .sns-list .fab {
  position: relative;
}
.c-footer .sns-list .fab:after {
  position: absolute;
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.c-footer .sns-list .fa-twitter {
  height: 20px;
}
.c-footer .sns-list .fa-twitter:after {
  background-image: url(../images/home/ico_twitter.svg);
  width: 25px;
  height: 100%;
}
.c-footer .sns-list .fa-facebook-f {
  height: 25px;
}
.c-footer .sns-list .fa-facebook-f:after {
  background-image: url(../images/home/ico_facebook.svg);
  width: 25px;
  height: 100%;
}
.c-footer .sns-list .fa-instagram {
  height: 25px;
}
.c-footer .sns-list .fa-instagram:after {
  background-image: url(../images/home/ico_insta.svg);
  width: 25px;
  height: 100%;
}
.c-footer .sns-list .fa-youtube {
  height: 18px;
}
.c-footer .sns-list .fa-youtube:after {
  background-image: url(../images/home/ico_youtube.svg);
  width: 22px;
  height: 100%;
}
.c-footer .company-name {
  font-weight: bold;
  margin-top: 95px;
}
.c-footer .txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  margin-top: 20px;
}
.c-footer .abde-col-lg-4 {
  max-width: 470px;
}
.c-footer .abde-row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-footer .copyright-area {
  margin-top: 80px;
}
.c-footer .copyright-area .copyright {
  font-size: 12px;
  font-weight: bold;
}
.c-footer .copyright-area .txt {
  font-size: 12px;
  font-weight: 500;
  margin-top: 8px;
}

/* --------------------------------
c-video-block
----------------------------------- */
.c-video-block {
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-bottom: 150px;
}
.c-video-block .vjs-big-play-button {
  top: 50%;
  left: 50%;
  line-height: 1.6em;
  border-radius: 50%;
  background-color: #1e9cd7;
  color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCI+PGNpcmNsZSBkYXRhLW5hbWU9IkVsbGlwc2UgMSIgY3g9IjIwIiBjeT0iMjAiIHI9IjIwIiBmaWxsPSIjMWU5YmQ3Ii8+PHBhdGggZGF0YS1uYW1lPSJQb2x5Z29uIDEiIGQ9Ik0yOC44MDIgMjBsLTEzLjQ5MSA4LjA3MVYxMS45Mjl6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  font-size: 0;
}
.c-video-block .abde-col-mdlg-7 {
  max-width: 655px;
  margin: 48px auto 0 auto;
}
.c-video-block .abde-col-mdlg-7 .video {
  width: 100%;
  height: 370px;
}

/* --------------------------------
c-aco-block
----------------------------------- */
.c-aco-block {
  padding-bottom: 144px;
}
.c-aco-block .p_ttl02 .ttl {
  color: #fff;
  padding-top: 78px;
}
.c-aco-block .c-parts-column01 {
  max-width: 1000px;
  margin: 0 auto;
}
.c-aco-block .c-parts-column01 .ttl {
  color: #fff;
  padding-right: 30px;
  padding-left: 32px;
  position: relative;
}
.c-aco-block .c-parts-column01 .ttl:after {
  position: absolute;
  content: counter(count) ".";
  left: 0;
  top: 0;
}
.c-aco-block .c-parts-column01 .abde-col-12 {
  width: calc(100% - 24px);
}
.c-aco-block .c-parts-column01 .c-arrow {
  border-color: #fff;
}
.c-aco-block .c-txt-box {
  display: none;
}
.c-aco-block .c-txt-box.is_active {
  display: block;
}
.c-aco-block .c-txt-box .box {
  padding: 30px 30px 50px;
}
.c-aco-block .c-txt-box .box .img {
  margin-top: 30px;
}
.c-aco-block .cio-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-aco-block .cio-box.box {
  padding: 38px 17px;
}
.c-aco-block .cio-box .cio {
  width: 264px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 8px;
}
.c-aco-block .cio-box .cio img {
  width: 100%;
}
.c-aco-block .cio-box .name {
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 0.025em;
}
.c-aco-block .cio-box .position-area {
  margin-top: 10px;
}
.c-aco-block .cio-box .position-area .position {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.025em;
}
.c-aco-block .cio-box .position-area .position-detail {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.025em;
}
.c-aco-block .cio-box .position-sub {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.025em;
  margin-top: 17px;
}
.c-aco-block .cio-box .c-dot-list {
  margin-top: 13px;
}
.c-aco-block .column-wrap {
  margin-top: 65px;
}
.c-aco-block .column-wrap .c-parts-column01 {
  border-color: #fff;
  counter-increment: count;
}
.c-aco-block .column-wrap .c-parts-column01.arrow-btn .abde-container.abde-bg {
  cursor: pointer;
  padding: 30px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-aco-block .column-wrap .c-parts-column01.arrow-btn .abde-container.abde-bg.is_active .c-arrow {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 2px;
}
.c-aco-block .column-wrap .c-parts-column01:first-of-type {
  border-color: #fff;
}
.c-aco-block .arrow-btn .abde-container {
  cursor: pointer;
  padding: 30px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-aco-block .arrow-btn .abde-container.is_active .c-arrow {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 2px;
}
.c-aco-block .abde-row {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.c-aco-block .note {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.71;
  margin-top: 35px;
}

.c-attention {
  font-weight: bold;
  margin-top: 12px;
}

/* --------------------------------
c-parts-column01
知の広場でより詳しく学ぶ
----------------------------------- */
.p_ttl01 {
  position: relative;
  z-index: 5;
}
.p_ttl01.arrow-btn .abde-container {
  cursor: pointer;
  padding: 30px 0;
}
.p_ttl01.arrow-btn .abde-container.is_active .c-arrow {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 2px;
}
.p_ttl01 .ttl {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.025em;
}
.p_ttl01 .txt-blue {
  color: #1e9bd7;
}
.p_ttl01 .abde-d-flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_ttl01 .c-arrow {
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  top: -2px;
}

.p_column01_1 {
  padding-bottom: 80px;
}
.p_column01_1 .abde-col-md-12 {
  width: 100%;
}
.p_column01_1.is_active {
  display: block;
}
.p_column01_1 .abde-col-mdlg-4 {
  width: calc(25% - 30px);
  margin: 30px 0 0 30px;
}
.p_column01_1 .abde-image-container img {
  width: 100%;
}
.p_column01_1 .abde-container {
  margin: -30px 0 0 -30px;
}
.p_column01_1 .abde-row {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 10px;
}
.p_column01_1 .abde-date {
  font-size: 12px;
  color: #888888;
  font-weight: bold;
  letter-spacing: 0.025em;
  margin-left: 15px;
}
.p_column01_1 .abde-insights-card .abde-d-flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}
.p_column01_1 .abde-insights-card .abde-h4 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.5;
  margin-top: 11px;
  overflow: hidden;
}
.p_column01_1 .js-img-bg {
  display: block;
  background: no-repeat center center/contain;
  width: 100%;
  height: 0;
  padding-top: 56.7%;
}

.p_column01 {
  display: none;
  padding-bottom: 80px;
}
.p_column01 .abde-col-md-12 {
  width: 100%;
}
.p_column01.is_active {
  display: block;
}
.p_column01 .abde-col-mdlg-4 {
  width: calc(25% - 30px);
  margin: 30px 0 0 30px;
}
.p_column01 .abde-image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p_column01 .abde-container {
  margin: -30px 0 0 -30px;
}
.p_column01 .abde-row {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p_column01 .abde-date {
  font-size: 12px;
  color: #888888;
  font-weight: bold;
  letter-spacing: 0.025em;
  margin-left: 15px;
}
.p_column01 .abde-insights-card .abde-d-flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}
.p_column01 .abde-insights-card .abde-h4 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.5;
  margin-top: 11px;
  overflow: hidden;
}
.p_column01 .js-img-bg {
  display: block;
  background: no-repeat center center/contain;
  width: 100%;
  height: 0;
  padding-top: 56.7%;
}

.c-parts-column01 {
  border-bottom: 1px solid #d1d1d1;
}

.c-parts-column01_1 {
  border-bottom: none;
}

.column-wrap .c-parts-column01:first-of-type {
  border-top: 1px solid #d1d1d1;
}
.column-wrap .c-parts-column01_1:first-of-type {
  border: none;
}

.column-wrap.then-box .c-parts-column01:first-of-type {
  border-top: none;
}

.news-column .p_ttl01 .abde-d-flex {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-column .p_ttl01 .abde-col-12 {
  width: calc(100% - 25px);
  padding-right: 20px;
}
.news-column .abde-date {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.025em;
  color: #888888;
  margin-left: 40px;
}
.news-column .ttl {
  font-size: 16px;
  margin-left: 38px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.news-column .c-arrow {
  width: 11px;
  height: 11px;
}

/*ローディングが表示されるエリアの設定*/
#infscr-loading {
  width: 100%;
  text-align: center;
  margin: 20px auto;
}
#infscr-loading img {
  width: 30px;
  /*ローディング画像のサイズ*/
}

/* --------------------------------
c-parts-column02
関連サイト
----------------------------------- */
.p_ttl02 .ttl {
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-align: center;
}
.p_ttl02 .ttl.small {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-align: center;
}
.p_ttl02 .ttl.middle {
  font-size: 40px;
}
.p_ttl02 .sub-ttl {
  padding-top: 20px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-align: center;
}
.p_ttl02 .abde-row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p_column02 {
  margin: 0 auto;
}
.p_column02.cont_2 {
  max-width: 630px;
}
.p_column02.cont_3 {
  max-width: 990px;
}
.p_column02 .abde-col-mdlg-4 {
  width: 270px;
  margin: 30px 0 0 90px;
}
.p_column02 .column-block {
  margin: -60px 0 0 -90px;
}
.p_column02 .abde-h4 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.025em;
  padding-top: 9px;
  line-height: 1.5;
}
.p_column02 .txt {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.66;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 5px;
  height: 11.62em;
  overflow: hidden;
}
.p_column02 .abde-image-container img {
  width: 100%;
}
.p_column02 .abde-col-md-12 {
  width: 100%;
}
.p_column02 .column-ttl {
  font-size: 24px;
  font-weight: bold;
  margin-top: -2px;
}
.p_column02 .column-ttl .italic {
  font-style: italic;
}
.p_column02 .column-ttl img {
  opacity: 1;
}
.p_column02 .column-ttl .img {
  margin-top: 8px;
}
.p_column02 .ttl-detail {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.025em;
  margin-top: -7px;
}
.p_column02.cont_4 .abco-col-md-8 {
  width: 100%;
}
.p_column02.cont_4 .item-list {
  max-width: 795px;
  margin: 0 auto;
}
.p_column02.cont_4 .item-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -20px;
}
.p_column02.cont_4 .item-list li {
  width: 25%;
  padding: 0 20px 0;
  border-left: 1px solid #d1d1d1;
  margin-top: 20px;
}
.p_column02.cont_4 .item-list li .clearfix,
.p_column02.cont_4 .item-list li .content,
.p_column02.cont_4 .item-list li .field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.p_column02.cont_4 .item-list li .img {
  text-align: center;
}
.p_column02.cont_4 .item-list li .img img {
  width: 100%;
}
.p_column02.cont_4 .item-list .item-ttl {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.22;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.p_column02.cont_4 .item-list .txt {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.66;
  margin-top: 10px;
  letter-spacing: 0;
}
.p_column02.cont_4 .item-list .opportunity {
  font-size: 12px;
  font-weight: bold;
  color: #e94746;
  background-color: #fff;
  height: 28px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #e94746;
  border-bottom: 1px solid #e94746;
  margin-top: 10px;
  margin-bottom: 60px;
}
.p_column02.cont_4 .qrQTabs:first-of-type .item-ttl {
  color: #1d9ad6;
}
.p_column02.cont_4 .qrQTabs:nth-of-type(2) .item-ttl {
  color: #febb1a;
}
.p_column02.cont_4 .qrQTabs:last-of-type .item-ttl {
  color: #73648f;
}

.c-parts-column02 .p_column02 {
  margin-top: 45px;
}

.img-bg {
  display: block;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1;
  height: 100%;
}
.img-bg .abde-h4 {
  text-decoration: none !important;
}
.img-bg.black {
  height: 268px;
}
.img-bg.black:after {
  position: absolute;
  content: "";
  background: url(../images/home/bg-img01_black.png) no-repeat center/100%;
  width: 100%;
  height: 280px;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
  pointer-events: none;
}
.img-bg.black .abde-h4 {
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  padding-top: 100px;
}
.img-bg.white {
  height: 216px;
}
.img-bg.white:after {
  position: absolute;
  content: "";
  background: url(../images/home/bg-img01_white.png) no-repeat center/100%;
  width: 100%;
  height: 216px;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
  pointer-events: none;
}
.img-bg.white .abde-h4 {
  text-align: center;
  padding-top: 100px;
}
.img-bg .abde-h4 {
  font-size: 20px;
}
.img-bg .c-btn01 {
  margin: 68px auto 0;
}

.parts-img-bg .p_column02 .abde-col-mdlg-4 {
  width: 270px;
}
.parts-img-bg .p_column02 .abde-row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.c-bg-black .p_ttl02 {
  color: #fff;
}
.c-bg-black .p_column02 * {
  color: #fff;
}
.c-bg-black .inner-block .abde-mb-md {
  margin: 0 !important;
  padding-top: 120px !important;
}

.c-parts-column02 .js-img-bg,
.c-parts-column01 .js-img-bg {
  display: block;
  background: no-repeat center center/contain;
  width: 100%;
  height: 100%;
  padding-top: 56.7%;
  border: 1px solid #FFF;
}
.c-parts-column02 .scroll-padding,
.c-parts-column01 .scroll-padding {
  padding-top: 0px;
}
.c-parts-column02 .p_column_border,
.c-parts-column01 .p_column_border {
  max-width: 100% !important;
}
.c-parts-column02 .p_column_border .abde-col-mdlg-4,
.c-parts-column01 .p_column_border .abde-col-mdlg-4 {
  width: 33.3333333333%;
  margin-left: 0;
}
.c-parts-column02 .p_column_border .abde-col-mdlg-4 a,
.c-parts-column02 .p_column_border .abde-col-mdlg-4 .abde-color-darkest,
.c-parts-column01 .p_column_border .abde-col-mdlg-4 a,
.c-parts-column01 .p_column_border .abde-col-mdlg-4 .abde-color-darkest {
  padding: 0 45px;
  display: block;
  text-align: center;
}
.c-parts-column02 .p_column_border .abde-col-mdlg-4 .js-img-bg,
.c-parts-column01 .p_column_border .abde-col-mdlg-4 .js-img-bg {
  padding-top: 47.3%;
  margin-top: 20px;
}
.c-parts-column02 .p_column_border .abde-col-mdlg-4 .abde-card-body .ttl,
.c-parts-column01 .p_column_border .abde-col-mdlg-4 .abde-card-body .ttl {
  font-weight: bold;
  font-size: 18px;
  padding-top: 20px;
  text-align: center;
  display: inline-block;
}
.c-parts-column02 .p_column_border .abde-col-mdlg-4 .abde-card-body .award-ttl,
.c-parts-column01 .p_column_border .abde-col-mdlg-4 .abde-card-body .award-ttl {
  color: #1e9bd7;
  font-size: 24px;
  font-weight: bold;
}
.c-parts-column02 .p_column_border .abde-col-mdlg-4 .abde-card-body .txt,
.c-parts-column01 .p_column_border .abde-col-mdlg-4 .abde-card-body .txt {
  font-size: 14px;
  line-height: 1.71;
  margin-top: 5px;
  text-align: center;
}
.c-parts-column02 .p_column_border .column-block,
.c-parts-column01 .p_column_border .column-block {
  margin-left: 0;
}

.theme-tab-block .item-list .txt {
  height: 9.13em;
}

.field-block .p_ttl02 .ttl {
  letter-spacing: 0.075em;
}

.navigation {
  text-align: center;
  cursor: pointer;
}
.navigation a {
  color: #1e9bd7;
}

.icon-btn {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 25px;
  margin-top: 50px;
}
.icon-btn.is_active .plus-icon::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.plus-icon {
  display: block;
  position: relative;
}
.plus-icon::before, .plus-icon::after {
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 5px;
  background: #1e9bd7;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.plus-icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* --------------------------------
c-parts-column03
----------------------------------- */
.c-parts-column03 .abde-col-12 {
  width: 100%;
}
.c-parts-column03 .abde-col-mdlg-4 {
  width: calc(33.3333333333% - 15px);
  margin: 15px 0 0 15px;
  padding: 25px;
  background: no-repeat center/cover;
}
.c-parts-column03 .abde-col-mdlg-4:first-of-type {
  background-image: url(../images/home/bg_climate.jpg);
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.c-parts-column03 .abde-col-mdlg-4:first-of-type .column-ttl {
  color: #1d9ad6;
}
.c-parts-column03 .abde-col-mdlg-4:first-of-type .column-ttl:after {
  background-image: url(../images/home/ico_climate.svg?20230509);
  width: 80px;
  height: 77px;
}
.c-parts-column03 .abde-col-mdlg-4:nth-of-type(2) {
  background-image: url(../images/home/bg_health.jpg?20230509);
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.c-parts-column03 .abde-col-mdlg-4:nth-of-type(2) .column-ttl {
  color: #febb1a;
}
.c-parts-column03 .abde-col-mdlg-4:nth-of-type(2) .column-ttl:after {
  background-image: url(../images/home/ico_health.svg?20230509);
  width: 71px;
  height: 70px;
}
.c-parts-column03 .abde-col-mdlg-4:last-of-type {
  background-image: url(../images/home/bg_empowerment.jpg);
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.c-parts-column03 .abde-col-mdlg-4:last-of-type .column-ttl {
  color: #73648f;
  font-size: 40px;
  letter-spacing: 0;
  padding-left: 90px;
}
.c-parts-column03 .abde-col-mdlg-4:last-of-type .column-ttl:after {
  background-image: url(../images/home/ico_empowerment.svg?20230509);
  width: 72px;
  height: 42px;
}
.c-parts-column03 .abde-card-container {
  margin: -15px 0 0 -15px;
}
.c-parts-column03 .column-ttl {
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0.025em;
  padding-left: 100px;
  line-height: 1;
  min-height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.c-parts-column03 .column-ttl:after {
  position: absolute;
  content: "";
  background: no-repeat center/100%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-parts-column03 .abde-card {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 15px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.c-parts-column03 .fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.c-parts-column03 .abde-card-body p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.c-parts-column03 .abde-card-body p:first-of-type {
  margin-top: 16px;
}
.c-parts-column03 .abde-card-body p + p {
  margin-top: 25px;
}
.c-parts-column03 .abde-authored-card {
  height: 100%;
}
.c-parts-column03 .abde-mb-xs {
  height: 1px;
  margin-top: 45px;
}

/* --------------------------------
c-txt-box
----------------------------------- */
.c-txt-box.white .box {
  background-color: #fff;
}
.c-txt-box .box {
  padding: 40px 50px;
  background-color: #eeeeee;
  max-width: 1000px;
  margin: 0 auto;
}
.c-txt-box .box + .box {
  margin-top: 50px;
}
.c-txt-box .txt {
  font-size: 14px;
  line-height: 1.71;
  padding-top: 20px;
}
.c-txt-box .read-txt {
  position: relative;
}
.c-txt-box .read-txt::before {
  position: absolute;
  left: -12px;
  top: 8px;
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  vertical-align: top;
  border-radius: 5px;
  background-color: #333;
}
.c-txt-box img {
  opacity: 1;
}

/* --------------------------------
c-bg
----------------------------------- */
.c-bg-black {
  background-color: #000;
}

.c-bg-sky {
  background: url(../images/home/bg_sky.jpg) no-repeat top center/cover;
}

.c-bg-chart {
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
.c-bg-chart::before {
  background: url(../images/home/bg_chart.jpg) no-repeat top/cover;
  content: "";
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 100%;
}

.c-bg-blue-img {
  position: relative;
  background-color: #1e9bd7;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 390px;
  background-image: url(../images/home/bg_blue.png);
}
.c-bg-blue-img:after {
  position: absolute;
  content: "";
  width: 78px;
  top: 0;
  height: 100%;
  right: 0;
  border-right: 26px solid #fff;
  border-top: 26px solid #fff;
  border-bottom: 26px solid #fff;
  border-right-width: 43px;
  border-top-width: 43px;
  border-bottom-width: 43px;
}

/* --------------------------------
c-link-area
----------------------------------- */
.c-link-area {
  background-color: #fff;
  position: relative;
  z-index: 3;
  padding-top: 50px;
}
.c-link-area .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 700px) {
  .c-link-area .list {
    justify-content: initial;
  }
}
.c-link-area .list li {
  width: calc(100% / 3);
  border-left: 1px solid #d1d1d1;
}
.c-link-area .list a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 18px 0;
}
.c-link-area .list .c-arrow-bg:after {
  width: 13px;
  height: 13px;
  right: 0;
  left: 0;
  bottom: 7px;
  margin: auto;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-link-area .abde-mb-md {
  margin-top: 50px !important;
}

/* --------------------------------
c-tab-area
----------------------------------- */
.c-tab-area {
  margin-top: 42px;
}
.c-tab-area .qsTabs {
  border-bottom: 1px solid #fff;
}
.c-tab-area .qsTabs li {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.025em;
  color: #363636;
  text-align: center;
  width: 33.3333333333%;
}
.c-tab-area .qsTabs li .txt {
  display: inline-block;
  cursor: pointer;
  padding-bottom: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.c-tab-area .qsTabs li:first-of-type .txt:hover:after {
  background-color: #1d9ad6;
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  bottom: 0;
  right: 0;
  left: 0;
}
.c-tab-area .qsTabs li:nth-of-type(2) .txt:hover:after {
  background-color: #febb1a;
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  bottom: 0;
  right: 0;
  left: 0;
}
.c-tab-area .qsTabs li:last-of-type .txt:hover:after {
  background-color: #73648f;
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  bottom: 0;
  right: 0;
  left: 0;
}
.c-tab-area .qsTabs li.abco-active {
  pointer-events: none;
}
.c-tab-area .qsTabs li.abco-active .txt {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-tab-area .qsTabs li.abco-active .txt:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  bottom: 0;
  right: 0;
  left: 0;
}
.c-tab-area .qsTabs li:first-of-type .txt:after {
  background-color: #1d9ad6;
}
.c-tab-area .qsTabs li:nth-of-type(2) .txt:after {
  background-color: #febb1a;
}
.c-tab-area .qsTabs li:last-of-type .txt:after {
  background-color: #73648f;
}
.c-tab-area .qsTabs .abco-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 665px;
  margin: 0 auto;
}
.c-tab-area .abco-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.c-tab-area .p_column02 {
  margin-top: 68px;
}

/* --------------------------------
c-img-txt-area
----------------------------------- */
.c-img-txt-area .abde-image .abde-image-container {
  text-align: center;
}
.c-img-txt-area .abde-title-teaser {
  font-size: 14px;
  line-height: 1.71;
  max-width: 1000px;
  margin: 15px auto 0;
  font-weight: 500;
}
.c-img-txt-area .abde-title-teaser .bold {
  font-weight: bold;
}

.growing-sdgs-block {
  position: relative;
  z-index: 2;
}
.growing-sdgs-block .c-img-txt-area {
  margin-top: 33px;
}
.growing-sdgs-block .abde-image-container {
  max-width: 652px;
  margin: 0 auto;
}

/* --------------------------------
c-list
----------------------------------- */
.c-dot-list:not(.small) li {
  font-size: 16px;
  font-weight: bold;
}
.c-dot-list li {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.025em;
  line-height: 1.42;
}
.c-dot-list li + li {
  margin-top: 8px;
}
.c-dot-list li:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 555px;
  background-color: #000;
  left: -16px;
  top: 6px;
}
.c-dot-list.small {
  padding-left: 40px;
  border-left: 2px solid #1e9bd7;
}
.c-dot-list.small li {
  line-height: 1.33;
  font-size: 12px;
}
.c-dot-list.small li:after {
  width: 4px;
  height: 4px;
  top: 5px;
}

/* --------------------------------
c-aco-target-wrap
----------------------------------- */
.c-aco-target-wrap .c-aco-target {
  display: none;
  width: 100%;
}
.c-aco-target-wrap .c-aco-target .c-parts-column01 {
  border-top: none;
}

/* --------------------------------
common
----------------------------------- */

.abde-d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.abde-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-content-wrap {
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-top: 160px;
}
.c-content-wrap.pt120 {
  padding-top: 120px;
}

.common-block {
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.c-arrow {
  width: 15px;
  height: 15px;
  border-top: 3px solid #1e9bd7;
  border-right: 3px solid #1e9bd7;
  border-radius: 1px;
}
.c-arrow.bottom {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.c-arrow.right {
  -webkit-transform: rotate(45deg) !important;
          transform: rotate(45deg) !important;
}

.abde-mb-md {
  height: 1px;
  margin-top: 120px !important;
}
.abde-mb-md.mt-60 {
  margin-top: 60px !important;
}

.c-btn01 {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  display: block;
  max-width: 200px;
  border-radius: 20px;
  border: 1px solid #1e9bd7;
  padding: 10px;
  text-align: center;
}
.c-btn01 .btn-txt {
  position: relative;
}
.c-btn01 .btn-txt:after {
  position: absolute;
  content: "";
  background: url(../images/home/ico-arrow_blue.svg) no-repeat center/100%;
  width: 13px;
  height: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-arrow-bg {
  position: relative;
}
.c-arrow-bg:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 3px solid #1e9bd7;
  border-right: 3px solid #1e9bd7;
  border-radius: 1px;
}

.c-cat {
  font-size: 12px;
  letter-spacing: 0em;
  font-weight: bold;
  color: #1e9bd7;
  max-width: 150px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #1e9bd7;
  padding: 5px;
  line-height: 1.5;
}

.fund-block {
  position: relative;
}
.fund-block .abde-row {
  justify-content: flex-start;
}
.fund-block .p_column02 .txt {
  height: auto;
}
#pagetop {
  z-index: 55;
}
#pagetop .arrow {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 2px solid #1e9bd7;
  border-radius: 555px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#pagetop .arrow img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  top: 0;
}
#pagetop img {
  opacity: 1;
}

.ib {
  display: inline-block;
}

.not-found {
  padding: 100px 0;
}
.not-found .ttl {
  font-size: 44px;
}
.not-found .txt {
  line-height: 2;
  margin: 15px 0 30px;
}
.not-found .btn-wrap {
  text-align: center;
}
.not-found .link {
  background: #000;
  border: 2px solid #000;
  border-radius: 60px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  line-height: 1.4;
  padding: 10px 40px;
}
.anti {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
}
/* --------------------------------
mv-block
----------------------------------- */
.mv-block {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.mv-block .inner-block {
  max-width: 1098px;
}
.mv-block .abde-video-wrapper {
  position: relative;
}
.mv-block .mv {
  width: 100%;
  -webkit-transition: 0.9s ease-in-out;
  transition: 0.9s ease-in-out;
  opacity: 1;
}
.mv-block .mv .img {
  -webkit-transition: 0.9s ease-in-out;
  transition: 0.9s ease-in-out;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.mv-block .mv .img img {
  width: 100%;
}
.mv-block .mv .img .ttl {
  font-size: 3.125vw;
  font-weight: bold;
  line-height: 1.4;
  position: absolute;
  z-index: 2;
  color: transparent;
}
.mv-block .mv .img .ttl .inn {
  display: block;

}
.mv-block .mv .img .logo {
  position: relative;
  z-index: 2;
  -webkit-animation: fadeIn 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeIn 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
.mv-block .mv .img .logo img {
  width: auto;
}
.mv-block .mv .img .bg {
  background: url(../images/home/mv_bg.jpg) no-repeat center center/cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-animation: zoomIn 10s ease-out 1 forwards;
          animation: zoomIn 10s ease-out 1 forwards;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.mv-block .txt-box {
  background-color: #1e9bd7;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-align: center;
  padding: 3.0145530146vw 0 3.0665280665vw;
}
.mv-block .txt-box .top {
  font-size: 65px;
}
.mv-block .txt-box .top .small-txt {
  font-size: 25px;
  padding-right: 10px;
  vertical-align: middle;
  text-align: left;
}
.mv-block .txt-box .middle {
  font-size: 68px;
  line-height: 1.35;
  margin-top: 3px;
}
.mv-block .txt-box .middle .sub {
  font-size: 40px;
}
.mv-block .txt-box .bottom {
  font-size: 24px;
  margin-top: 10px;
  font-weight: bold;
}
.mv-block .txt-box .small {
  font-size: 16px;
  margin-top: 30px;
  font-weight: bold;
  text-align: left;
  display: inline-block;
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  50%, 100% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  50%, 100% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes blur {
  0% {
    opacity: 0;
    color: #fff;
  }
  100% {
    opacity: 1;
    color: #fff;
  }
}
@keyframes blur {
  0% {
    opacity: 0;
    color: #fff;
  }
  100% {
    opacity: 1;
    color: #fff;
  }
}
/* --------------------------------
times-block
----------------------------------- */
.times-block {
  position: relative;
  z-index: 2;
}
.times-block .ttl {
  text-align: left;
  line-height: 1.4;
  margin-left: 40px;
  position: relative;
  padding-left: calc(32px + 0.5em);
  /* text-indent: -0.5em; */
  color: #0c0c0c;
}
.times-block .ttl:after {
  position: absolute;
  content: "";
  background: url(../images/home/object_parenthesis.svg) no-repeat center/100%;
  width: 32px;
  height: 176px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.times-block .abde-card-icon.abde-icon-left {
  text-align: center;
}
.times-block .txt {
  font-size: 14px;
  line-height: 1.71;
  margin-top: 100px;
  font-weight: 500;
  text-align: left;
  display: inline-block;
}
.times-block .inner-block {
  max-width: 1030px;
  padding-top: 102px;
  padding-bottom: 69px;
}
.times-block .abde-mb-md {
  margin-top: 150px !important;
}
.times-block .abde-col-12 {
  width: 100%;
}

/* --------------------------------
news-block
----------------------------------- */
.news-block .cont-ttl {
  margin-top: 40px;
}
.news-block .news-column {
  margin-top: 20px;
}
.news-block .abde-mb-md {
  margin-top: 100px !important;
}
.news-block .abde-d-flex {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.news-block .c-cat,
.news-block .abde-date {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

/* --------------------------------
video-list-block
----------------------------------- */
.video-list-block .p_column01 {
  margin-top: 20px;
}
.video-list-block .p_column01 .abde-insights-card .abde-h4 {
  height: 4.5em;
}
.video-list-block .p_column01 .abde-col-mdlg-4 {
  min-height: auto;
}
.video-list-block .abde-image-container {
  position: relative;
}
.video-list-block .abde-image-container::before,
.video-list-block .abde-image-container::after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.video-list-block .abde-image-container::before {
  background: rgba(33, 33, 33, 0.8);
  border-radius: 7px/15px;
  width: 68px;
  height: 48px;
  z-index: 5;
  -webkit-transition: 0.2s ease-out background;
  transition: 0.2s ease-out background;
}
.video-list-block .abde-image-container::after {
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #fff;
  left: 3px;
  width: 0;
  height: 0;
  z-index: 6;
}
.video-list-block .p_column01 .abde-color-darkest:hover .abde-h4 {
  text-decoration: none;
}

/* --------------------------------
award-block
----------------------------------- */
.award-block {
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-top: 160px;
}
.award-block .abde-card a,
.award-block .abde-card .abde-color-darkest {
  pointer-events: none;
}

  /* --------------------------------
  運用会社（ABについて）
  ----------------------------------- */
  .about-block{
    position: relative;
    z-index: 1;
    padding-bottom: 75px;
  }

  .link-attention {
    margin: 12px auto 0;
    font-weight: bold;
    padding: 0 20px;
    max-width: 1236px;
  }

  @media only screen and (max-width: 640px) {
    .about-block .link-area {
      margin-top: 18px;
    }
    .about-block .company-img {
      padding-top: 56.267vw;
      margin: 0 -15px;
    }
    .about-block .link-box {
        backdrop-filter: blur(15px) brightness(130%);
        padding: 27px 20px 4px;
        text-align: left;
        margin: -39px auto 0;
    }
    .about-block .logo {
      width: 170px;
    }
    .about-block .area-ttl {
      font-size: 18px;
      margin-top: 15px;
    }
    .about-block .txt {
      font-size: 14px;
      line-height: 1.2142857143;
    }
    .about-block .c-btn01 {
      margin-top: 20px;
      max-width: 210px;
      font-size: 14px;
      padding-top: 10px;
      padding-bottom: 10px;
      border-radius: 555px;
      border-width: 2px;
      margin-right: auto;
      margin-left: auto;
    }
    .about-block .c-btn01 .btn-txt::after {
      width: 14px;
      height: 11px;
    }
  }

  @media only screen and (min-width: 641px){
    .about-block::after{
      position: absolute;
      content: '';
      width: 100%;
      height: 400px;
      background: url(../images/home/bg_about_ab.jpg) no-repeat center / cover;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      z-index: -1;
    }

    .about-block .link-area{
      display: grid;
      grid-template-columns: 1fr 1fr;
      margin-top: 40px;
      align-items: flex-end;
      grid-gap: 42px;
    }
  }


  .about-block .c-btn01{
    color: #000;
    background-color: rgba(255, 255, 255, 0.6);
    margin-top: 20px;
    transition: 0.3s ease-in-out ;
    transition-property:background-color, color ;
  }

  .about-block .c-btn01 .btn-txt::after{
    transition: 0.3s ease-in-out ;
    transition-property:filter, color ;
  }

  .about-block .link-box{
    position: relative;
    margin-bottom: 37px;
  }

  .about-block .company-logo{
    background-color: #fff;
    margin: 0 auto;
    padding: 20px 40px;
  }

  .about-block .company-logo > img{
    width: 100%;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
  }

  .about-block .company-img{
    height: 0;
    padding-top: 361px;
    position: relative;
  }

  .about-block .company-img > img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    object-position: top;
  }

  .about-block .area-ttl{
    font-size: 24px;
    font-weight: bold;
    word-break: break-word;
    margin-top: 20px;
  }

  .about-block .txt{
    margin-top: 10px;
    line-height: 1.75;
  }

  .about-block .logo{
    width: 190px;
  }

  .about-block .company-logo{
    padding: 5px 10px;
  }
  ::-webkit-full-page-media, :future, :root .about-block .link-box{
    background: #ffffff94;
  }

  @media only screen and (min-width: 641px){
    .about-block .c-btn01:hover{
      background-color: #1E9BD7;
      color: #fff;
    }
    .about-block .c-btn01:hover .btn-txt::after{
      filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(95deg) brightness(200%) contrast(104%);
    }
  }

  @media only screen and (min-width: 641px) and (max-width: 1100px) {
    .c-header .abde-ourfirm-nav {
      margin-right: 9px;
    }
    .c-header .btn-trigger.active {
      right: 38px;
    }
    .about-block{
      padding-bottom: 58px;
    }
    .about-block .link-box{
      margin-bottom: 0;
    }
  }

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
/* レイアウトや見た目のスタイル */
/* ---------------------------- */
/* アニメーションスタイル */
/* ---------------------------- */
/* アニメーション前 */
.u-fade-type-up {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
.u-fade-type-up.is-active {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/* トリガー発火でis-activeを付与 */
.txt-loading {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
.txt-loading.is-active {
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
@media (max-width:768px) {
  .pc {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  .inner-block {
    margin: 0 auto;
  }
  .sp {
    display: none !important;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  a,
a::before,
a::after,
button {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-header .abde-navbar-nav li:first-of-type {
    position: relative;
  }
  .c-header .abde-navbar-nav li:first-of-type:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px -6px 5px -4px rgba(0, 0, 0, 0.05);
            box-shadow: 0px -6px 5px -4px rgba(0, 0, 0, 0.05);
    top: 0;
    left: 0;
    pointer-events: none;
  }
  .c-header .abde-navbar-nav li a .txt {
    display: inline-block;
    position: relative;
    padding: 0 27px;
  }
  .c-header .abde-navbar-nav li a:hover .txt:after {
    position: absolute;
    content: "";
    height: 2px;
    background-color: #1e9bd7;
    right: 0;
    left: 0;
    bottom: -20px;
    margin: auto;
  }
  .c-header .abde-ourfirm-nav {
    margin: 0 45px 0 9px;
  }
  .c-header .abde-navbar {
    padding-top: 160px;
    top: 0;
    width: 260px;
    left: auto;
    right: 0;
    position: fixed;
  }
  .c-header .btn-trigger {
    max-height: 50px;
  }
  .c-header .btn-trigger.active {
    position: fixed;
    right: 76px;
    top: 55px;
  }
  .c-header .btn-trigger span {
    width: 100%;
  }
  .c-header .btn-trigger {
    margin-right: 0;
  }
  .c-header .btn-trigger .box {
    width: 40px;
    height: 35px;
  }
  .c-header #btn01.active span:nth-of-type(1) {
    -webkit-transform: translateY(16.5px) rotate(-45deg);
            transform: translateY(16.5px) rotate(-45deg);
  }
  .c-header #btn01.active span:nth-of-type(3) {
    -webkit-transform: translateY(-16.5px) rotate(45deg);
            transform: translateY(-16.5px) rotate(45deg);
  }
  .c-footer .c-footer-list li a:hover {
    text-decoration: underline;
  }
  .c-footer .sns-list a {
    -webkit-transition: none;
    transition: none;
  }
  .c-footer .sns-list a:hover {
    opacity: 0.6;
  }
  .c-aco-block .column-wrap {
    padding: 0 35px;
  }
  .c-aco-block .c-txt-box .box .img.mt-50 {
    margin-top: 45px;
  }
  .c-aco-block .column-wrap .c-parts-column01.arrow-btn .abde-container.abde-bg:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .c-aco-block .arrow-btn .abde-container:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .p_column01_1 .abde-color-darkest:hover .abde-h4 {
    text-decoration: underline;
  }
  .abde-column-layout.p_ttl01.arrow-btn:hover {
    background-color: rgba(30, 155, 215, 0.1);
  }
  .p_column01 .abde-color-darkest:hover .abde-h4 {
    text-decoration: underline;
  }
  .news-column .p_ttl01 .c-cat {
    padding: 5px 2px;
  }
  .p_column02 .abde-col-mdlg-4 {
    padding-bottom: 25px;
  }
  .p_column02 .abde-color-darkest:hover .abde-h4 {
    text-decoration: underline;
  }
  .p_column02 .abde-card-body .abde-color-darkest:hover .txt {
    text-decoration: underline;
  }
  .p_column02.cont_4 .item-list li:last-of-type {
    border-right: 1px solid #d1d1d1;
  }
  .p_column02.cont_4 .item-list .item-ttl .size-17 {
    font-size: 17px;
  }
  .img-bg:hover {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  .c-parts-column02 .p_column_border .abde-col-mdlg-4:nth-child(3n),
.c-parts-column01 .p_column_border .abde-col-mdlg-4:nth-child(3n) {
    border-right: 1px solid #d1d1d1;
  }
  .theme-tab-block .p_ttl02 .ttl {
    letter-spacing: 0.075em;
  }
  .c-link-area .list .c-arrow-bg:hover:after {
    bottom: 0px;
  }
  .c-tab-area .qsTabs li:hover {
    cursor: pointer;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-tab-area .p_column02.cont_4 .item-list .txt {
    font-size: 14px;
    line-height: 1.42;
  }
  .c-dot-list.small li:after {
    left: -20px;
  }
  .inner-block {
    width: auto;
    max-width: 1096px;
  }
  .abde-mb-md.mt-160 {
    margin-top: 160px !important;
  }
  .abde-mb-md.mt-80 {
    margin-top: 80px !important;
  }
  #pagetop:hover img {
    position: relative;
    top: -6px;
  }
  .not-found {
    text-align: center;
  }
  .not-found .link:hover {
    background: #fff;
    color: #000;
  }
  .mv-block .mv .img .ttl {
    top: 4.167vw;
    left: 4.861vw;
  }

  .mv-block .mv .img .ttl.is-animated .cl-gr01 {
    color: #2da7a2;
  }
  .mv-block .mv .img .ttl.is-animated .cl-gr02 {
    color: #156479;
  }
  .video-list-block .popup-youtube:hover .abde-image-container:before {
    background-color: #f90100;
  }
}

@media only screen and (max-width: 640px) {
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }

  .outer-block {
    min-width: 320px;
  }

  .inner-block {
    padding: 0 15px;
    width: auto;
  }

  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }

  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }

  input,
select,
textarea {
    font-size: 16px !important;
  }

  .c-header .abde-logo-wrapper {
    width: 130px;
  }
  .c-header .abde-navbar-nav li a {
    display: block;
    font-size: 15px;
    padding: 11px 10px;
  }
  .c-header .abde-ourfirm-nav {
    height: 70px;
  }
  .c-header .btn-trigger:after {
    bottom: 10px;
    font-size: 10px;
  }
  .c-footer .inner-block {
    padding-top: 45px;
    padding-bottom: 85px;
  }
  .c-footer .c-footer-list {
    margin-bottom: 32px;
  }
  .c-footer .c-footer-list li + li {
    margin-top: 5px;
  }
  .c-footer .c-footer-list li a {
    font-size: 16px;
  }
  .c-footer .sns-list a + a {
    margin-left: 22px;
  }
  .c-footer .sns-list .fa-twitter:after {
    width: 21px;
  }
  .c-footer .sns-list .fa-facebook-f:after {
    width: 21px;
  }
  .c-footer .sns-list .fa-instagram:after {
    width: 21px;
  }
  .c-footer .sns-list .fa-youtube:after {
    width: 21px;
  }
  .c-footer .company-name {
    font-size: 15px;
    margin-top: 35px;
  }
  .c-footer .txt {
    font-size: 15px;
    margin-top: 4px;
    line-height: 1.6;
  }
  .c-footer .copyright-area {
    line-height: 1.5;
    margin-top: 35px;
  }
  .c-footer .copyright-area .txt {
    margin-top: 15px;
  }
  .c-video-block .abde-col-mdlg-7 {
    margin-top: 23px;
  }
  .c-video-block .p_ttl02 .ttl {
    font-size: 20px;
  }
  .c-aco-block {
    padding-bottom: 60px;
  }
  .c-aco-block .p_ttl02 .ttl {
    padding-top: 38px;
  }
  .c-aco-block .c-parts-column01 .ttl {
    padding-left: 27px;
  }
  .c-aco-block .c-parts-column01 .ttl {
    font-size: 18px;
    line-height: 1.44;
    padding-right: 0;
  }
  .c-aco-block .c-parts-column01 .abde-col-12 {
    width: calc(100% - 32px);
  }
  .c-aco-block .c-txt-box .box {
    padding: 20px 11px;
  }
  .c-aco-block .c-txt-box .box .img {
    margin-top: 20px;
  }
  .c-aco-block .cio-box .name {
    font-size: 20px;
    line-height: 1.4;
  }
  .c-aco-block .cio-box .name .size-s {
    font-size: 14px;
  }
  .c-aco-block .cio-box .position-area .position {
    font-size: 16px;
  }
  .c-aco-block .cio-box .position-area .position-detail {
    font-size: 12px;
  }
  .c-aco-block .cio-box .position-sub {
    font-size: 14px;
    margin-top: 10px;
  }
  .c-aco-block .column-wrap {
    margin-top: 22px;
  }
  .c-aco-block .column-wrap .c-parts-column01.arrow-btn .abde-container.abde-bg {
    padding: 25px 0 28px;
  }
  .c-aco-block .column-wrap .c-parts-column01.arrow-btn .abde-container.abde-bg.is_active .c-arrow {
    top: -1px;
  }
  .c-aco-block .arrow-btn .abde-container {
    padding: 25px 0 28px;
  }
  .c-aco-block .arrow-btn .abde-container.is_active .c-arrow {
    top: -1px;
  }
  .c-aco-block .note {
    font-size: 12px;
    line-height: 1.42;
  }
  .c-aco-block .p_ttl01 .c-arrow {
    width: 8px;
    height: 8px;
    top: 0;
  }
  .p_ttl01.arrow-btn .abde-container {
    padding: 25px 0 28px;
  }
  .p_ttl01.arrow-btn .abde-container.is_active .c-arrow {
    top: -1px;
  }
  .p_ttl01 .ttl {
    font-size: 17px;
  }
  .p_ttl01 .c-arrow {
    top: -4px;
  }
  .p_column01_1 {
    padding-bottom: 63px;
  }
  .p_column01_1 .abde-col-mdlg-4 {
    width: 100%;
    min-height: auto;
    margin-top: 33px;
  }
  .p_column01_1 .abde-container {
    margin-top: -33px;
  }
  .p_column01_1 .abde-insights-card .abde-h4 {
    font-size: 20px;
    margin-top: 17px;
  }
  .p_column01 {
    padding-bottom: 63px;
  }
  .p_column01 .abde-col-mdlg-4 {
    width: 100%;
    min-height: auto;
    margin-top: 33px;
  }
  .p_column01 .abde-container {
    margin-top: -33px;
  }
  .p_column01 .abde-insights-card .abde-h4 {
    font-size: 20px;
    margin-top: 17px;
  }
  .news-column .p_ttl01 .abde-d-flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .news-column .p_ttl01 .c-cat {
    font-size: 10px;
  }
  .news-column .p_ttl01 .abde-container {
    padding: 25px 0 20px;
  }
  .news-column .abde-date {
    font-size: 10px;
    margin-left: 15px;
  }
  .news-column .ttl {
    margin: 7px 0 0;
    line-height: 1.35;
    font-size: 14px;
    width: 100%;
  }
  .news-column .c-arrow {
    width: 9px;
    height: 9px;
  }
  .p_ttl02 .ttl {
    font-size: 22px;
  }
  .p_ttl02 .ttl.small {
    font-size: 20px;
  }
  .p_ttl02 .ttl.middle {
    font-size: 16px;
  }
  .p_ttl02 .sub-ttl {
    font-size: 18px;
  }
  .p_column02 .abde-col-mdlg-4 {
    margin-top: 40px;
  }
  .p_column02 .column-block {
    margin-top: -40px;
  }
  .p_column02 .abde-h4 {
    padding-top: 15px;
  }
  .p_column02 .txt {
    font-size: 12px;
    height: auto;
    line-height: 1.5;
    margin-top: 10px;
  }
  .p_column02.cont_4 .item-list ul {
    margin-top: -17px;
  }
  .p_column02.cont_4 .item-list li {
    padding: 8px 8px 0;
    margin-top: 17px;
  }
  .p_column02.cont_4 .item-list li:nth-of-type(2n) {
    border-right: 1px solid #d1d1d1;
  }
  .p_column02.cont_4 .item-list .item-ttl {
    font-size: 15px;
    margin-top: 11px;
  }
  .p_column02.cont_4 .item-list .txt {
    line-height: 1.44;
    margin-top: 7px;
  }
  .c-parts-column02 .p_column02 {
    margin-top: 20px;
  }
  .img-bg.black {
    height: 163px;
  }
  .img-bg.black:after {
    height: 171px;
  }
  .img-bg.black .abde-h4 {
    padding-top: 65px;
  }
  .img-bg.white {
    height: 140px;
  }
  .img-bg.white:after {
    height: 135px;
  }
  .img-bg.white .abde-h4 {
    padding-top: 60px;
  }
  .img-bg .c-btn01 {
    margin-top: 25px;
  }
  .parts-img-bg .p_column02 .abde-col-mdlg-4 {
    width: 164px;
    margin-left: 15px;
  }
  .parts-img-bg .p_column02 .column-block {
    margin-left: -15px;
  }
  .c-parts-column02 .p_column_border .abde-col-mdlg-4,
.c-parts-column01 .p_column_border .abde-col-mdlg-4 {
    width: 100%;
    margin-top: 30px;
  }
  .c-parts-column02 .p_column_border .abde-col-mdlg-4 a,
.c-parts-column02 .p_column_border .abde-col-mdlg-4 .abde-color-darkest,
.c-parts-column01 .p_column_border .abde-col-mdlg-4 a,
.c-parts-column01 .p_column_border .abde-col-mdlg-4 .abde-color-darkest {
    padding: 0 15px;
  }
  .c-parts-column02 .p_column_border .abde-col-mdlg-4 .js-img-bg,
.c-parts-column01 .p_column_border .abde-col-mdlg-4 .js-img-bg {
    margin-top: 12.5px;
    padding-top: 42.3%;
  }
  .c-parts-column02 .p_column_border .abde-col-mdlg-4 .abde-card-body .ttl,
.c-parts-column01 .p_column_border .abde-col-mdlg-4 .abde-card-body .ttl {
    font-size: 16px;
  }
  .c-parts-column02 .p_column_border .abde-col-mdlg-4 .abde-card-body .txt,
.c-parts-column01 .p_column_border .abde-col-mdlg-4 .abde-card-body .txt {
    line-height: 1.51;
    margin-bottom: 32px;
  }
  .c-parts-column02 .p_column_border .column-block,
.c-parts-column01 .p_column_border .column-block {
    margin-top: -30px;
  }
  .field-block .p_ttl02 .ttl,
.theme-tab-block .p_ttl02 .ttl {
    font-size: 20px;
  }
  .field-block .p_ttl02 .ttl {
    line-height: 1.625;
  }
  .theme-tab-block .p_ttl02 .ttl {
    line-height: 1.4;
  }
  .icon-btn {
    margin-top: 30px;
  }
  .c-parts-column03 .abde-col-mdlg-4 {
    padding: 22px;
  }
  .c-parts-column03 .abde-col-mdlg-4:first-of-type .column-ttl:after {
    width: 72px;
    height: 69px;
  }
  .c-parts-column03 .abde-col-mdlg-4:nth-of-type(2) .column-ttl:after {
    width: 63px;
    height: 62px;
  }
  .c-parts-column03 .abde-col-mdlg-4:last-of-type .column-ttl {
    font-size: 35px;
  }
  .c-parts-column03 .abde-col-mdlg-4:last-of-type .column-ttl:after {
    width: 64px;
    height: 39px;
  }
  .c-parts-column03 .column-ttl {
    font-size: 40px;
    padding-left: 90px;
  }
  .c-parts-column03 .abde-card {
    padding: 20px 15px 30px;
  }
  .c-parts-column03 .abde-card-body p {
    font-size: 12px;
    line-height: 1.79;
  }
  .c-parts-column03 .abde-card-body p:first-of-type {
    margin-top: 8px;
  }
  .c-parts-column03 .abde-card-body p + p {
    margin-top: 22px;
  }
  .c-txt-box .box {
    padding: 20px 13px;
  }
  .c-txt-box .box + .box {
    margin-top: 25px;
  }
  .c-txt-box .txt {
    font-size: 12px;
    letter-spacing: 0.025em;
    line-height: 1.5;
  }
  .c-txt-box .read-txt::before {
    left: -8px;
    top: 8px;
  }
  .c-bg-sky {
    background-image: url(../images/home/bg_sky-sp.jpg);
  }
  .c-bg-blue-img:after {
    width: 8px;
    border-right-width: 0px;
    border-top-width: 80px;
    border-bottom-width: 80px;
  }
  .c-link-area {
    padding-top: 90px;
  }
  .c-link-area .list a {
    font-size: 14px;
    padding: 13px 0;
  }
  .c-link-area .list .c-arrow-bg:after {
    width: 8px;
    height: 8px;
    border-width: 2px;
    bottom: 5px;
  }
  .c-link-area .abde-mb-md {
    margin-top: 90px !important;
  }
  .c-tab-area {
    margin-top: 20px;
  }
  .c-tab-area .qsTabs {
    border-color: #d1d1d1;
  }
  .c-tab-area .qsTabs li {
    font-size: 14px;
    line-height: 1.25;
  }
  .c-tab-area .qsTabs li .txt {
    height: 100%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-tab-area .qsTabs .abco-tabs {
    max-width: 58.6666666667vw;
  }
  .c-tab-area .p_column02 {
    margin-top: 22px;
  }
  .c-img-txt-area .abde-title-teaser {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 28px;
  }
  .c-img-txt-area .abde-title-teaser .bold {
    display: block;
  }
  .growing-sdgs-block .p_ttl02 .ttl {
    font-size: 20px;
    line-height: 1.4;
  }
  .c-dot-list li {
    font-size: 12px;
    padding-left: 1em;
  }
  .c-dot-list li + li {
    margin-top: 5px;
  }
  .c-dot-list li:after {
    width: 4px;
    height: 4px;
    left: 0;
  }
  .c-dot-list.small {
    padding-left: 10px;
  }
  .c-content-wrap {
    padding-top: 120px;
  }
  .c-arrow {
    width: 10px;
    height: 10px;
    border-width: 2px;
  }
  .c-btn01 {
    font-size: 10px;
    max-width: 110px;
    border-radius: 12px;
    padding: 3px 6px;
  }
  .c-btn01 .btn-txt:after {
    width: 8px;
    height: 6px;
  }
  .c-cat {
    max-width: 180px;
    padding: 2px 5px;
  }
  #pagetop .arrow {
    width: 30px;
    height: 30px;
    border-width: 1px;
  }
  #pagetop .arrow img {
    width: 10px;
  }
  .not-found .ttl {
    font-size: 36px;
  }
  .mv-block .mv .img .ttl {
    font-size: 6.133vw;
    line-height: 1.6;
    left: 4vw;
    bottom: 22vw;
  }
  .mv-block .mv .img .bg {
    background-image: url(../images/home/mv_bg_sp.jpg);
  }
  .mv-block .txt-box {
    padding: 27px 0;
  }
  .mv-block .txt-box .top {
    font-size: 30px;
  }
  .mv-block .txt-box .top .small-txt {
    font-size: 16px;
    padding-right: 5px;
    vertical-align: middle;
  }
  .mv-block .txt-box .middle {
    font-size: 30px;
    line-height: 1.4;
  }
  .mv-block .txt-box .middle .sub {
    font-size: 16px;
    line-height: 1.4;
  }
  .mv-block .txt-box .bottom {
    font-size: 12px;
  }
  .mv-block .txt-box .small {
    font-size: 10px;
    margin-top: 10px;
  }
  .times-block .ttl {
    font-size: 20px;
    padding-left: calc(19px + 0.5em);
    margin-left: 15px;
    line-height: 1.62;
  }
  .times-block .ttl:after {
    width: 19px;
    height: 105px;
  }
  .times-block .txt {
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
    margin: 37px 15px 0;
  }
  .times-block .inner-block {
    padding-top: 45px;
    padding-bottom: 65px;
  }
  .news-block .cont-ttl {
    margin-top: 18px;
  }
  .news-block .news-column {
    margin-top: 12px;
  }
  .news-block .abde-mb-md {
    margin-top: 70px !important;
  }
  .video-list-block .abde-mb-md {
    margin-top: 72px !important;
  }
  .award-block {
    padding-top: 120px;
  }
  .award-block .p_ttl02 .ttl {
    font-size: 20px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1100px) {
  .c-header .abde-ourfirm-nav {
    margin-right: 9px;
  }
  .c-header .btn-trigger.active {
    right: 38px;
  }
}

@media only screen and (min-width: 641px) and (-ms-high-contrast: none) {
  .c-header .abde-ourfirm-nav {
    margin: 0;
    padding: 0 45px 0 9px;
  }
  .news-column .p_ttl01 .c-cat {
    padding: 7px 2px 3px;
  }
  .c-parts-column02 .p_column_border .abde-col-mdlg-4,
.c-parts-column01 .p_column_border .abde-col-mdlg-4 {
    width: calc(33.3333333333% - 5px);
  }
}

@media only screen and (min-width: 641px) and (-ms-high-contrast: none) and (max-width: 1100px) {
  .c-header .abde-ourfirm-nav {
    padding-right: 9px;
  }
}

@media all and (-ms-high-contrast: none) {
  .c-header .btn-trigger {
    margin-left: auto;
  }
  .c-header .btn-trigger:after {
    left: auto;
    right: 0;
  }
  .c-parts-column03 .abde-col-mdlg-4 {
    width: calc(33.3333333333% - 15px - 5px);
  }
  .c-parts-column03 .column-ttl {
    min-height: auto;
    height: 90px;
  }
  .c-cat {
    padding: 7px 0 4px;
  }
}

@media only screen and (-ms-high-contrast: none) and (max-width: 640px) {
  .c-header .btn-trigger:after {
    right: -5px;
  }
}

@media only screen and (max-width: 735px) {
  .c-video-block .abde-col-mdlg-7 .video {
    height: 50.34vw;
  }
}

@media only screen and (max-width: 800px) {
  .c-aco-block .cio-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .c-aco-block .cio-box .cio {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 801px) {
  .c-aco-block .cio-box .txt-area {
    width: calc(100% - 264px - 32px);
    margin-left: 32px;
  }
}

@media only screen and (max-width: 801px) {
  .c-aco-block .cio-box .txt-area {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 1150px) and (min-width: 951px) {
  .p_column01_1 .abde-col-mdlg-4 {
    width: calc(33.3333333333% - 30px);
  }
  .p_column01 .abde-col-mdlg-4 {
    width: calc(33.3333333333% - 30px);
  }
}

@media only screen and (max-width: 1150px) and (min-width: 951px) and (-ms-high-contrast: none) {
  .p_column01_1 .abde-col-mdlg-4 {
    width: calc(33.3333333333% - 33px);
  }
  .p_column01 .abde-col-mdlg-4 {
    width: calc(33.3333333333% - 33px);
  }
}

@media only screen and (max-width: 950px) and (min-width: 551px) {
  .p_column01_1 .abde-col-mdlg-4 {
    width: calc(50% - 30px);
  }
  .p_column01 .abde-col-mdlg-4 {
    width: calc(50% - 30px);
  }
}

@media only screen and (max-width: 950px) and (min-width: 551px) and (-ms-high-contrast: none) {
  .p_column01_1 .abde-col-mdlg-4 {
    width: calc(50% - 33px);
  }
  .p_column01 .abde-col-mdlg-4 {
    width: calc(50% - 33px);
  }
}

@media only screen and (min-width: 641px) and (max-width: 1200px) {
  .p_ttl02 .ttl.middle {
    font-size: 4vw;
  }
  .p_ttl02 .ttl.middle .small-txt {
    font-size: 1.813vw;
    padding-right: 5px;
    vertical-align: middle;
  }
  .p_ttl02 .sub-ttl {
    font-size: 2.5vw;
  }
  .p_ttl02 .sub-ttl .small-txt {
    font-size: 1.813vw;
    padding-right: 5px;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 1070px) and (min-width: 551px) {
  .p_column02.cont_3 {
    max-width: 630px;
  }
}

@media only screen and (max-width: 550px) {
  .p_column02 {
    max-width: 100%;
  }
  .p_column02 .abde-col-mdlg-4 {
    max-width: none;
    width: 100%;
  }
}

@media only screen and (max-width: 730px) and (min-width: 551px) {
  .p_column02 .abde-col-mdlg-4 {
    width: calc(50% - 30px);
    max-width: none;
    margin-left: 30px;
  }
  .p_column02 .column-block {
    margin-left: -30px;
  }
}

@media only screen and (max-width: 640px) and (max-width: 550px) {
  .p_column02 .abde-h4 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 850px) {
  .p_column02.cont_4 .item-list li {
    width: 50%;
  }
}

@media only screen and (max-width: 640px) and (max-width: 375px) {
  .p_column02.cont_4 .item-list .item-ttl .size-17 {
    font-size: 13px;
  }
}

@media only screen and (max-width: 640px) and (min-width: 375px) {
  .img-bg .abde-h4 {
    font-size: 15px !important;
  }
}

@media only screen and (max-width: 640px) and (max-width: 374px) {
  .img-bg .abde-h4 {
    font-size: 12px;
  }
  .parts-img-bg .p_column02 .abde-col-mdlg-4 {
    width: 43.7333333333vw;
  }
  .c-parts-column03 .abde-col-mdlg-4:last-of-type .column-ttl {
    font-size: 25px;
  }
  .c-tab-area .qsTabs .abco-tabs {
    max-width: 220px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 920px) {
  .c-parts-column02 .p_column_border .abde-col-mdlg-4,
.c-parts-column01 .p_column_border .abde-col-mdlg-4 {
    width: 50%;
  }
  .c-parts-column02 .p_column_border .abde-col-mdlg-4:nth-of-type(2n),
.c-parts-column01 .p_column_border .abde-col-mdlg-4:nth-of-type(2n) {
    border-right: 1px solid #d1d1d1;
  }
}

@media only screen and (min-width: 641px) and (-ms-high-contrast: none) and (max-width: 920px) {
  .c-parts-column02 .p_column_border .abde-col-mdlg-4,
.c-parts-column01 .p_column_border .abde-col-mdlg-4 {
    width: calc(50% - 5px);
  }
}

@media only screen and (-ms-high-contrast: none) and (max-width: 1150px) and (min-width: 861px) {
  .c-parts-column03 .abde-col-mdlg-4 {
    width: calc(50% - 15px - 5px);
  }
}

@media only screen and (max-width: 1150px) and (min-width: 861px) {
  .c-parts-column03 .abde-col-mdlg-4 {
    width: calc(50% - 15px);
  }
}

@media only screen and (max-width: 860px) {
  .c-parts-column03 .abde-col-mdlg-4 {
    width: 100%;
  }
}

@media only screen and (max-width: 700px) {
  .c-link-area .list {
    margin-top: -10px;
  }
  .c-link-area .list li {
    width: 50%;
    margin-top: 10px;
  }
  .c-link-area .list li:nth-of-type(2n) {
    border-right: 1px solid #d1d1d1;
  }
}

@media only screen and (min-width: 701px) {
  .c-link-area .list li:last-child {
    border-right: 1px solid #d1d1d1;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1600px) {
  .mv-block .txt-box .top {
    font-size: 3.5vw;
  }
  .mv-block .txt-box .top .small-txt {
    font-size: 1.5vw;
    padding-right: 5px;
    vertical-align: middle;
  }
  .mv-block .txt-box .middle {
    font-size: 2.5vw;
  }
  .mv-block .txt-box .middle .sub {
    font-size: 2.3vw;
  }
  .mv-block .txt-box .bottom {
    font-size: 1.5vw;
  }
  .mv-block .txt-box .small {
    font-size: 1.2vw;
  }
}

@media only screen and (min-width: 701px) {
  .fund-txt-block .p_column02.cont_3{
    max-width: 1236px;
  }
  .fund-txt-block .p_column02 .abde-col-mdlg-4 {
    margin: 60px 0 0 45px;
  }
}

.w-100 {
  width: 100%;
}

