@charset "UTF-8";
/* ACCORDER Inc. */
/* Base Style
----------------------- */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1D2B3B;
}

@media all and (-ms-high-contrast: none) {
  *, body {
    font-family: "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  }
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
} /* Crearfix for Modern Browsers including Firefox, Opera, Safari, etc */
.clearfix {
  display: inline-block;
} /* For Windows IE7 and Mac IE5 */
* html .clearfix {
  height: 1px;
} /* For Windows IE5/IE6: Hides from IE-mac */
.clearfix {
  display: block;
}

.clear {
  clear: both;
} /* End hide from IE-mac */
img {
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizequality;
  vertical-align: bottom;
} /* Better images when resized for IE7, FF3.5+ */
a {
  text-decoration: none;
  color: inherit;
}

html, body {
  height: 100%;
}

body {
  background: #fff;
  line-height: 1.5;
}

@media (hover: hover) {
  a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

sup {
  vertical-align: super;
  color: inherit;
}

sub {
  vertical-align: sub;
  color: inherit;
}

::-webkit-input-placeholder {
  color: #9FA5AF;
}

::-moz-placeholder {
  color: #9FA5AF;
}

:-ms-input-placeholder {
  color: #9FA5AF;
}

::-ms-input-placeholder {
  color: #9FA5AF;
}

::placeholder {
  color: #9FA5AF;
}

/* mixinと変数  ----------------------- */
/* wrapper  ----------------------- */
#wrapper {
  position: relative;
  overflow: hidden;
}

#wrapper:after {
  content: "";
  background: url(../images/all_sub_bg_border.svg) no-repeat center/100% 100%;
  width: 100%;
  height: auto;
  padding-top: 61.0625%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  display: block;
}

#container {
  position: relative;
  z-index: 2;
}

.content {
  width: 89%;
  max-width: 1200px;
  margin: 0 auto;
}

/* color  ----------------------- */
/* font  ----------------------- */
.all_font_montserrat {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

/* animation  ----------------------- */
.all_fade_in {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.all_fade_in._anime {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@-webkit-keyframes scaleOpacity {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    opacity: 0;
  }
}

@keyframes scaleOpacity {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    opacity: 0;
  }
}
/*共通  ----------------------- */
.all_new_line {
  display: inline-block;
  letter-spacing: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
}

.sp {
  display: none;
}

.all_text_big {
  line-height: 2;
  font-size: 17px;
}
.all_text_big + .all_read_more {
  margin-top: 42px;
}
.all_text_big._white {
  color: #fff;
}
.all_text_big._center {
  text-align: center;
}

.all_text {
  line-height: 1.875;
  font-size: 16px;
}
.all_text + .all_read_more {
  margin-top: 50px;
}
.all_text p + p {
  margin-top: 10px;
}
.all_text + .all_circle_list {
  margin-top: 65px;
}
.all_text .all_text_smaller {
  line-height: 2.1;
}
.all_text + .all_graph {
  margin-top: 42px;
}
.all_text + .all_circle_list_mini {
  margin-top: 15px;
}
.all_text._white {
  color: #fff;
}
.all_text._center {
  text-align: center;
}

.all_text_small {
  line-height: 1.73;
  font-size: 15px;
}
.all_text_small._white {
  color: #fff;
}
.all_text_small._center {
  text-align: center;
}

.all_text_smaller {
  line-height: 1.57;
  font-size: 14px;
  color: rgba(29, 43, 59, 0.7);
}

.all_color_07 {
  color: rgba(29, 43, 59, 0.7);
}

.all_text_link {
  text-decoration: underline;
  color: #0E5DA8;
}

.all_head {
  position: relative;
  line-height: 1.5;
  font-size: 48px;
  color: #0E5DA8;
}
.all_head:after {
  content: "";
  background: #0E5DA8;
  width: 11px;
  height: 11px;
  position: absolute;
  left: -32px;
  top: 0.75em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  border-radius: 50%;
}
.all_head._white {
  color: #fff;
}
.all_head._white:after {
  background: #fff;
}
.all_head sup {
  font-size: 0.48em;
  font-family: inherit;
  color: inherit;
}

.all_title {
  font-size: 20px;
  color: rgba(14, 93, 168, 0.8);
}
.all_title._white {
  color: rgba(255, 255, 255, 0.9);
}
.all_title + .all_copy {
  margin-top: 65px;
}
.all_title + .all_copy2 {
  margin-top: 38px;
}
.all_title + .all_text {
  margin-top: 32px;
}

.all_title2 {
  line-height: 1.66;
  font-size: 36px;
  color: #0E5DA8;
}
.all_title2 + .all_title_circle {
  margin-top: 70px;
}
.all_title2 + .all_text {
  margin-top: 70px;
}
.all_title2 + .all_img_text_column {
  margin-top: 80px;
}
.all_title2 + .all_title5 {
  margin-top: 5px;
}
.all_title2._white {
  color: rgba(255, 255, 255, 0.9);
}

.all_title3 {
  font-size: 24px;
  color: #0E5DA8;
}

.all_title4 {
  font-size: 28px;
  color: #0E5DA8;
}
.all_title4 + .all_text {
  margin-top: 20px;
}

.all_title5 {
  line-height: 1.78;
  font-size: 18px;
}
.all_title5 + .all_text {
  margin-top: 30px;
}
.all_title5._white {
  color: rgba(255, 255, 255, 0.9);
}

.all_sub_intro {
  padding: 330px 0 195px;
}

.all_main_ttl {
  padding-left: 1px;
  position: relative;
  z-index: 2;
}
.all_main_ttl ._en {
  font-size: 100px;
  font-weight: 300;
  letter-spacing: -0.01em;
  color: #0E5DA8;
}
.all_main_ttl ._en ._ani {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  display: inline-block;
  letter-spacing: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.all_main_ttl ._en ._ani._anime {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.all_main_ttl ._jp {
  padding-left: 6px;
  opacity: 0.9;
  letter-spacing: 0.03em;
  font-size: 20px;
  color: #1D2B3B;
}
.all_main_ttl + .all_text {
  margin-top: 135px;
}
.all_main_ttl .all_copy {
  margin-top: 35px;
}

.all_sub_wave {
  width: 100%;
  position: absolute;
  left: 0;
  top: 96px;
  z-index: 1;
  -webkit-transform: skew(0deg);
          transform: skew(0deg);
  -webkit-animation-name: subWave;
          animation-name: subWave;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.all_sub_wave img {
  width: 100%;
}

@-webkit-keyframes subWave {
  0% {
    -webkit-transform: skewY(0deg);
            transform: skewY(0deg);
  }
  50% {
    -webkit-transform: skewY(5deg);
            transform: skewY(5deg);
  }
  100% {
    -webkit-transform: skewY(0deg);
            transform: skewY(0deg);
  }
}

@keyframes subWave {
  0% {
    -webkit-transform: skewY(0deg);
            transform: skewY(0deg);
  }
  50% {
    -webkit-transform: skewY(5deg);
            transform: skewY(5deg);
  }
  100% {
    -webkit-transform: skewY(0deg);
            transform: skewY(0deg);
  }
}
/*all_title_circle*/
.all_title_circle {
  padding-left: 28px;
  position: relative;
  line-height: 1.6;
  font-size: 28px;
  color: #0E5DA8;
}
.all_title_circle:after {
  content: "";
  background: #0E5DA8;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 0.8em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  border-radius: 50%;
}
.all_title_circle + .all_text {
  margin-top: 25px;
}

.all_copy {
  line-height: 1.684;
  letter-spacing: 0;
  font-size: 38px;
}
.all_copy + .all_text_big {
  margin-top: 20px;
}
.all_copy._white {
  color: #fff;
}
.all_copy._center {
  text-align: center;
}

.all_copy2 {
  line-height: 1.56;
  font-size: 32px;
}
.all_copy2._white {
  color: #fff;
}
.all_copy2 + .all_text {
  margin-top: 35px;
}
.all_copy2 + .all_text_big {
  margin-top: 35px;
}

.all_circle_arrow {
  width: 85px;
  height: 85px;
  position: absolute;
  right: 48px;
  bottom: 45px;
  border-radius: 50%;
}
.all_circle_arrow svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.all_circle_arrow svg path {
  -webkit-transition: stroke 0.4s ease;
  transition: stroke 0.4s ease;
}
.all_circle_arrow:before {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border: 1px #fff solid;
  border-radius: 50%;
  -webkit-transition: background 0.4s ease, border-color 0.4s ease, -webkit-transform 0.4s ease;
  transition: background 0.4s ease, border-color 0.4s ease, -webkit-transform 0.4s ease;
  transition: background 0.4s ease, transform 0.4s ease, border-color 0.4s ease;
  transition: background 0.4s ease, transform 0.4s ease, border-color 0.4s ease, -webkit-transform 0.4s ease;
}

@media (hover: hover) {
  a:hover .all_circle_arrow svg path {
    stroke: #fff;
  }
  a:hover .all_circle_arrow:before {
    background: none;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
/*.all_circle_arrow._gray*/
.all_circle_arrow._gray:before {
  border: 1px #E4E8EE solid;
}

@media (hover: hover) {
  a:hover {
    opacity: 1;
  }
  a:hover .all_circle_arrow._gray svg path {
    stroke: #0e5da8;
  }
}
.all_read_more a {
  background: #fff;
  width: 196px;
  height: 64px;
  padding-right: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px #fff solid;
  border-radius: 32px;
  letter-spacing: 0;
  color: #0E5DA8;
  -webkit-transition: border-color 0.4s ease, background 0.4s ease, color 0.4s ease;
  transition: border-color 0.4s ease, background 0.4s ease, color 0.4s ease;
}
.all_read_more a:before {
  content: "";
  background: #0E5DA8;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  border-radius: 50%;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.all_read_more a:after {
  content: "";
  background: url(../images/all_read_more_arrow.svg) no-repeat center/11px 8px;
  width: 11px;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.all_read_more a._gray {
  background: #F2F5F8;
}
.all_read_more a:hover {
  background: none;
  opacity: 1;
  border-color: #0E5DA8;
}
.all_read_more a:hover:before {
  opacity: 0;
}
.all_read_more a:hover:after {
  opacity: 1;
}
.all_read_more a._hover_white:after {
  background-image: url(../images/all_read_more_arrow_white.svg);
}
.all_read_more a._hover_white:hover {
  border-color: #fff;
  color: #fff;
}
.all_read_more.pdf a {
  background: #005DB0;
  color: #FFF;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.all_read_more.pdf a:before {
  display: none;
}
.all_read_more.pdf a:after {
  content: "";
  background: url(../images/all_pdf_icon_w.svg) no-repeat center/contain;
  width: 20px;
  height: 22px;
  border-radius: 0;
  opacity: 1;
}
.all_read_more.pdf a:hover {
  background: #fff;
  color: #005DB0;
}
.all_read_more.pdf a:hover:after {
  background-image: url(../images/all_pdf_icon_b.svg);
}

.all_slide,
.all_slide3,
.all_slide4 {
  width: calc(600px + 50vw);
  margin-top: 45px;
  padding-right: 52px;
}
.all_slide .swiper-slide,
.all_slide3 .swiper-slide,
.all_slide4 .swiper-slide {
  width: 447px;
}
.all_slide .swiper-slide a,
.all_slide3 .swiper-slide a,
.all_slide4 .swiper-slide a {
  background: url(../images/top_service_three_minutes.jpg) no-repeat center/cover;
  height: 671px;
  position: relative;
  display: block;
}
.all_slide .swiper-slide a .all_circle_arrow,
.all_slide3 .swiper-slide a .all_circle_arrow,
.all_slide4 .swiper-slide a .all_circle_arrow {
  right: auto;
  left: 42px;
  bottom: 60px;
}
.all_slide .swiper-slide a:hover,
.all_slide3 .swiper-slide a:hover,
.all_slide4 .swiper-slide a:hover {
  opacity: 1;
}

.all_slide2 {
  width: calc(600px + 50vw);
  margin-top: 45px;
  padding-right: 52px;
}
.all_slide2 .swiper-slide {
  width: 379px;
}
.all_slide2 .swiper-slide ._img {
  overflow: hidden;
}
.all_slide2 .swiper-slide ._img img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media (hover: hover) {
  .all_slide2 .swiper-slide a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.all_slide2 ._sec {
  height: 84px;
  padding-right: 80px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.all_slide2 .all_title {
  color: #1D2B3B;
}
.all_slide2 .all_circle_arrow {
  width: 64px;
  height: 64px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.all_slide2 .all_circle_arrow svg {
  width: 15px;
}
.all_slide2 + .all_slide_controls {
  margin-top: 10px;
}

.all_slide_controls,
.all_slide_controls3,
.all_slide_controls4 {
  margin-top: 35px;
  position: relative;
  text-align: right;
}
.all_slide_controls ._bar,
.all_slide_controls3 ._bar,
.all_slide_controls4 ._bar {
  background: rgba(29, 43, 59, 0.08);
  width: calc(100% - 200px);
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.all_slide_controls .swiper-scrollbar-drag,
.all_slide_controls3 .swiper-scrollbar-drag,
.all_slide_controls4 .swiper-scrollbar-drag {
  background: #0E5DA8;
}
.all_slide_controls button,
.all_slide_controls3 button,
.all_slide_controls4 button {
  background: #FFFFFF;
  width: 80px;
  height: 80px;
  position: relative;
  border: 1px #E4E8EE solid;
  border-radius: 50%;
}
.all_slide_controls button svg,
.all_slide_controls3 button svg,
.all_slide_controls4 button svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.all_slide_controls ._prev svg,
.all_slide_controls3 ._prev svg,
.all_slide_controls4 ._prev svg {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.all_slide_controls .swiper-button-disabled,
.all_slide_controls3 .swiper-button-disabled,
.all_slide_controls4 .swiper-button-disabled {
  opacity: 0.5;
}

.all_slide_controls3 button,
.all_slide_controls4 button {
  border: none;
}

.all_slide2_sp + .all_slide_controls {
  display: none;
}

.all_slide_caption span:nth-child(n+2) {
  display: none;
}

.all_case_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.all_case_tab li {
  width: 50%;
}
.all_case_tab a {
  background: #F6F8FA;
  width: 100%;
  height: 72px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: cneter;
  font-size: 18px;
  color: #0E5DA8;
  -webkit-transition: background 0.4s ease, color 0.4s ease;
  transition: background 0.4s ease, color 0.4s ease;
}
.all_case_tab a span {
  text-align: center;
  color: #0E5DA8;
}
@media (hover: hover) {
  .all_case_tab a:hover {
    background: #0E5DA8;
    font-weight: 700;
    color: #fff;
    opacity: 1;
  }
  .all_case_tab a:hover span {
    font-weight: 700;
    color: #fff;
  }
}
.all_case_tab a._on {
  background: #0E5DA8;
  font-weight: 700;
  color: #fff;
}
.all_case_tab a._on span {
  font-weight: 700;
  color: #fff;
}
.all_case_tab a span {
  color: #0E5DA8;
}

.all_case_container {
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}

.all_case_sec {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  -webkit-transition: opacity 0s ease, -webkit-transform 0s 0.4s ease;
  transition: opacity 0s ease, -webkit-transform 0s 0.4s ease;
  transition: opacity 0s ease, transform 0s 0.4s ease;
  transition: opacity 0s ease, transform 0s 0.4s ease, -webkit-transform 0s 0.4s ease;
}
.all_case_sec._on {
  position: static;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0s ease;
  transition: opacity 0.4s ease, -webkit-transform 0s ease;
  transition: opacity 0.4s ease, transform 0s ease;
  transition: opacity 0.4s ease, transform 0s ease, -webkit-transform 0s ease;
}
.all_case_sec ._menu {
  width: 218px;
}
.all_case_sec ._menu ._case_column {
  margin-top: 32px;
}
.all_case_sec ._menu._fixed {
  position: fixed;
}
.all_case_sec ._menu ._select {
  display: none;
}
.all_case_sec ._menu ._list {
  margin-top: 30px;
  padding-bottom: 20px;
}
.all_case_sec ._menu ._list li:nth-child(1) {
  display: none;
}
.all_case_sec ._menu ._list button {
  padding: 0;
  border-radius: 50px;
  font-size: 16px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: left;
}
.all_case_sec ._menu ._list button._on {
  background: #0E5DA8;
  padding: 3px 15px;
  font-weight: 700;
  color: #fff;
}
.all_case_sec ._menu .all_case_button_open:nth-child(n+3) {
  margin-top: 0;
}
.all_case_sec ._menu li + li {
  margin-top: 18px;
}
.all_case_sec ._menu a {
  position: relative;
  display: inline-block;
  line-height: 1.25;
  font-size: 18px;
  color: #0E5DA8;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.all_case_sec ._menu a._on {
  opacity: 1;
}
@media (hover: hover) {
  .all_case_sec ._menu a:hover {
    opacity: 1;
  }
}
.all_case_sec ._main {
  width: calc(100% - 270px);
  margin-left: auto;
}
.all_case_sec ._main._menu_none {
  margin: 0 auto;
}
.all_case_sec ._main ._list {
  margin-top: -45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.all_case_sec ._main ._list li {
  width: 47.74%;
  margin-top: 45px;
}
.all_case_sec ._main ._list_sec:nth-of-type(n+2) {
  display: none;
}
.all_case_sec ._main a {
  display: block;
}
.all_case_sec ._main ._img {
  width: 100%;
  padding-top: 61.26%;
  position: relative;
  overflow: hidden;
  border: 1px rgba(29, 43, 59, 0.08) solid;
}
.all_case_sec ._main ._img div {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.all_case_sec ._main ._head {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.all_case_sec ._main ._head time {
  margin-top: 10px;
  margin-right: 15px;
  font-size: 15px;
  color: rgba(29, 43, 59, 0.6);
}
.all_case_sec ._main ._head ._tag {
  background: #F2F5F8;
  margin-right: 8px;
  margin-top: 10px;
  padding: 3px 12px;
  display: inline-block;
  border-radius: 18px;
  font-size: 14px;
  color: rgba(29, 43, 59, 0.5);
}
.all_case_sec ._main ._head ._tag._on {
  background: #0E5DA8;
  font-weight: 700;
  color: #fff;
}
.all_case_sec ._main ._head ._tag:last-child {
  margin-right: 0;
}
.all_case_sec ._main ._head ._new {
  margin-top: 10px;
  font-weight: 500;
  font-size: 18px;
  color: #E83643;
}
.all_case_sec ._main ._title {
  margin-top: 15px;
}
.all_case_sec ._main ._title ._name {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #005DB0;
}
.all_case_sec ._main ._title ._client {
  margin-top: 5px;
  display: block;
  vertical-align: middle;
}
.all_case_sec ._main ._title + .all_text_small {
  margin-top: 8px;
  color: rgba(29, 43, 59, 0.8);
}
@media (hover: hover) {
  .all_case_sec ._main a:hover {
    opacity: 1;
  }
  .all_case_sec ._main a:hover ._img div {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.top_case .all_case_sec .all_read_more {
  margin: 50px auto 0;
  position: static;
  display: block;
}

.all_case_button_all {
  background: #0E5DA8;
  height: 35px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.all_case_button_all._off {
  background: none;
  padding: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #0E5DA8;
}

.all_case_button_open {
  width: 100%;
  padding: 12px 25px 12px 0;
  position: relative;
  text-align: left;
  border-bottom: 1px rgba(9, 68, 124, 0.1) solid;
}
.all_case_button_open ._head {
  margin-right: 2px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  font-size: 18px;
  color: #0E5DA8;
}
.all_case_button_open ._text {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #0E5DA8;
}
.all_case_button_open:after {
  content: "";
  background: url(../images/all_case_button_open_arrow.svg) no-repeat center/16px 8px;
  width: 16px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

.all_info_list {
  margin-top: 42px;
}
.all_info_list li + li {
  margin-top: 32px;
}
.all_info_list ._head time {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: rgba(29, 43, 59, 0.6);
}
.all_info_list ._head time:last-child {
  margin-right: 0;
}
.all_info_list ._head ._tag {
  padding: 3px 10px;
  display: inline-block;
  vertical-align: middle;
  border: 1px #E4E8EE solid;
  border-radius: 13px;
  font-weight: 500;
  font-size: 14px;
  color: #0E5DA8;
}
.all_info_list a {
  display: block;
}
.all_info_list .all_text {
  margin-top: 5px;
}

.all_float_banner {
  position: fixed;
  left: 18px;
  bottom: 22px;
  z-index: 9;
}
.all_float_banner ._main a {
  position: relative;
  display: block;
}
.all_float_banner ._main a ._wrap_img {
  width: 360px;
}
.all_float_banner ._main a ._date {
  width: 27%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3%;
}
.all_float_banner ._close {
  position: absolute;
  right: -8px;
  top: -12px;
  z-index: 2;
}

.all_copyright {
  height: 200px;
  position: absolute;
  top: 330px;
  left: 22px;
  z-index: 2;
  letter-spacing: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 12px;
  color: #FFF;
}
.all_copyright._color {
  color: #1D2B3B;
}

/*all_has_sidebar_sec*/
.all_has_sidebar_sec {
  padding-left: 280px;
  padding-bottom: 210px;
  position: relative;
}
.all_has_sidebar_sec .content {
  max-width: 960px;
}

.all_sidebar {
  width: 280px;
  height: calc(100vh - 96px);
  position: fixed;
  left: 0;
  top: 96px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px rgba(29, 43, 59, 0.08) solid;
  overflow: auto;
  -webkit-transition: padding-top 0.4s ease;
  transition: padding-top 0.4s ease;
}

.all_sidebar_list a {
  display: block;
  line-height: 1.6;
  font-size: 15px;
}
.all_sidebar_list > li {
  border-bottom: 1px rgba(29, 43, 59, 0.08) solid;
}
.all_sidebar_list > li > a {
  padding: 20px 42px;
  position: relative;
}
.all_sidebar_list > li > a._on {
  background: #F8FAFB;
  font-weight: 700;
  color: #0E5DA8;
}
.all_sidebar_list > li > a._on:after {
  content: "";
  background: #0E5DA8;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 28px;
  top: calc(20px + 0.8em);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  border-radius: 50%;
}
.all_sidebar_list ._accordion {
  position: relative;
}
.all_sidebar_list ._accordion:before, .all_sidebar_list ._accordion:after {
  content: "";
  background: #0E5DA8;
  width: 12px;
  height: 1px;
  position: absolute;
  right: 34px;
  top: 50%;
  display: block;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.all_sidebar_list ._accordion:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.all_sidebar_list ._accordion._open:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.all_sidebar_list ._sub_list {
  margin-top: -8px;
  padding: 0 42px 20px;
  display: none;
}
.all_sidebar_list ._sub_list._on {
  display: block;
}
.all_sidebar_list ._sub_list li:nth-child(n+2) {
  margin-top: 8px;
}
.all_sidebar_list ._sub_list a {
  padding-left: 20px;
  position: relative;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media (hover: hover) {
  .all_sidebar_list ._sub_list a:hover {
    opacity: 1;
  }
}
.all_sidebar_list ._sub_list a._on {
  font-weight: 700;
  color: #0E5DA8;
  opacity: 1;
}
.all_sidebar_list ._sub_list a._on:after {
  content: "";
  background: #0E5DA8;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 0.8em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  border-radius: 50%;
}

/*all_breadcrumb*/
.all_breadcrumb {
  padding: 0 40px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px rgba(29, 43, 59, 0.08) solid;
}
.all_breadcrumb li:nth-child(n+2) {
  padding-left: 22px;
  position: relative;
}
.all_breadcrumb li:nth-child(n+2):after {
  content: "";
  background: url(../images/all_breadcrumb_arrow.svg) no-repeat center/100% 100%;
  width: 5px;
  height: 10px;
  position: absolute;
  left: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}
.all_breadcrumb a span {
  font-size: 14px;
  color: rgba(29, 43, 59, 0.3);
}

/*all3*/
.all3_fv {
  padding-top: 340px;
}
.all3_fv .all_copyright {
  top: 370px;
}
.all3_fv + .all_full_bg {
  margin-top: 190px;
}

.all_under3_head {
  position: relative;
  line-height: 1.6;
  font-size: 19px;
  color: #0E5DA8;
}
.all_under3_head:after {
  content: "";
  background: #0E5DA8;
  width: 8px;
  height: 8px;
  position: absolute;
  left: -25px;
  top: 0.8em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  border-radius: 50%;
}

.all_under3_title {
  margin-top: 5px;
  -webkit-transform: translateX(-0.1em);
          transform: translateX(-0.1em);
  font-size: 48px;
}
.all_under3_title_sub {
  display: block;
  font-size: 40px;
}

.all_under3_internal_list_sec {
  background: #F8FAFB;
  margin-top: 110px;
  padding: 28px 40px 38px;
  border-left: 1px #0E5DA8 solid;
}

.all_under3_internal_list_button {
  display: none;
}

.all_under3_internal_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.all_under3_internal_list li {
  margin: 10px 30px 0 0;
}
.all_under3_internal_list li a {
  padding-right: 18px;
  position: relative;
  display: block;
  font-size: 16px;
  color: #0E5DA8;
}
.all_under3_internal_list li a:after {
  content: "";
  background: url(../images/all_under3_internal_list_arrow.svg) no-repeat center/10px 5px;
  width: 10px;
  height: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}
.all_under3_internal_list li ._normal_arrow:after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.all_under3_internal_list li:last-child {
  margin-right: 0;
}

/*all_border_sec*/
.all_border_sec {
  margin-top: 120px;
  padding-top: 30px;
  position: relative;
  border-top: 2px rgba(29, 43, 59, 0.1) solid;
}
.all_border_sec:after {
  content: "";
  background: #0E5DA8;
  width: 68px;
  height: 2px;
  position: absolute;
  left: 0;
  top: -2px;
  display: block;
}
.all_border_sec + .all_border_sec {
  margin-top: 155px;
}

/*all_list*/
.all_list {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.all_list li {
  width: 31.25%;
}
.all_list li:nth-child(n+2) {
  margin-left: 3.12%;
}
.all_list li:nth-child(3n-2) {
  margin-left: 0;
}
.all_list img {
  width: 100%;
}
.all_list .all_text_smaller,
.all_list + .all_text_smaller {
  margin-top: 10px;
  display: block;
}
.all_list .all_scale {
  pointer-events: none;
}
.all_list .all_scale:after {
  display: none;
}
.all_list + .all_title_circle {
  margin-top: 70px;
}

.all_list._two li {
  width: 47.08%;
}
.all_list._two li:nth-child(n+2) {
  margin-left: 5.84%;
}
.all_list._two li:nth-child(2n-1) {
  margin-left: 0;
}
.all_list._two li:nth-child(n+3) {
  margin-top: 38px;
}

/*all_circle_list*/
.all_circle_list li + li {
  margin-top: 65px;
}

.all_circle_list_mini li {
  padding-left: 1.5em;
  position: relative;
}
.all_circle_list_mini li:after {
  content: "";
  background: #0E5DA8;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 0.9375em;
  display: block;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.all_circle_list_mini + .all_text {
  margin-top: 15px;
}

/*all_table_sec*/
.all_table_sec {
  margin-top: 32px;
  overflow: auto;
}
.all_table_sec + .all_title_circle {
  margin-top: 72px;
}

.all_table {
  width: 100%;
  border-left: 1px rgba(14, 93, 168, 0.1) solid;
}
.all_table thead th {
  background: #0E5DA8;
  padding: 15px 10px;
  border-right: 1px rgba(255, 255, 255, 0.7) solid;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
}
.all_table thead tr th:first-child {
  border-left: 1px solid #0E5DA8;
}
.all_table thead tr th:last-child {
  border-color: #0E5DA8;
}
.all_table tbody td {
  padding: 15px 10px;
  border-right: 1px rgba(14, 93, 168, 0.1) solid;
  border-bottom: 1px rgba(14, 93, 168, 0.1) solid;
  text-align: center;
  font-size: 14px;
  color: #1D2B3B;
}
.all_table tbody tr:nth-child(2n) td {
  background: #F8FAFB;
}
.all_table.all_table_alt tbody tr td:first-child {
  background: #EDF3F7;
  width: 185px;
  padding: 15px 22px;
  text-align: left;
  font-weight: 600;
  color: #0E5DA8;
}

/*all_img_text_column*/
.all_img_text_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.all_img_text_column ._img {
  width: 41.67%;
}
.all_img_text_column ._img img {
  width: 100%;
}
.all_img_text_column ._img .all_text_smaller {
  margin-top: 10px;
}
.all_img_text_column ._text {
  width: 52.6%;
}

/*all_next_content*/
.all_next_content {
  margin-top: 200px;
}
.all_next_content ._title {
  text-align: center;
  font-size: 20px;
}
.all_next_content ._list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px rgba(29, 43, 59, 0.2) solid;
}
.all_next_content ._list li {
  width: 50%;
}
.all_next_content ._list li:nth-child(n+2) {
  border-left: 1px rgba(29, 43, 59, 0.1) solid;
}
.all_next_content ._sec {
  height: 180px;
  padding: 0 180px 0 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.all_next_content ._sec ._head {
  font-size: 30px;
  color: #0E5DA8;
}
.all_next_content ._sec ._text {
  margin-top: 8px;
  font-size: 18px;
}
.all_next_content ._sec .all_circle_arrow {
  right: 60px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.all_next_content ._img {
  overflow: hidden;
}
.all_next_content ._img div {
  height: 347px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.all_next_content ._case ._img div {
  background: url(../images/all_next_content_case.jpg) no-repeat center/cover;
}
.all_next_content ._seedprojects ._img div {
  background: url(../images/all_next_content_seed_projects.jpg) no-repeat center/cover;
}
@media (hover: hover) {
  .all_next_content a:hover ._img div {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

/*all_link_column_list*/
.all_link_column_list li + li {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px rgba(14, 93, 168, 0.1) solid;
}
.all_link_column_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.all_link_column_list ._text {
  width: 50%;
}
.all_link_column_list ._img {
  width: 37.33%;
  overflow: hidden;
}
.all_link_column_list ._img img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.all_link_column_list .all_title2 {
  padding-right: 100px;
  position: relative;
}
.all_link_column_list .all_title2 .all_circle_arrow {
  position: absolute;
  right: 0;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (hover: hover) {
  .all_link_column_list a:hover ._img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

/*all_link_bar*/
.all_link_bar {
  margin-top: 175px;
}
.all_link_bar a {
  background: #0E5DA8;
  width: 100%;
  height: 200px;
  padding: 0 220px 0 100px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.all_link_bar a:after {
  content: "";
  background: radial-gradient(circle at left bottom, rgba(135, 101, 180, 0.75), rgba(135, 101, 180, 0.15));
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  opacity: 0.7;
}
.all_link_bar a .all_circle_arrow {
  position: absolute;
  right: 100px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.all_link_bar p {
  position: relative;
  z-index: 2;
  font-size: 28px;
  color: #fff;
}
.all_link_bar + .all_link_bar {
  margin-top: 50px;
}

/*all_dlist*/
.all_dlist dl {
  padding: 41px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 1px rgba(14, 93, 168, 0.1) solid;
}
.all_dlist dl:last-child {
  padding-bottom: 0;
}
.all_dlist dt {
  width: 200px;
  font-weight: 700;
}
.all_dlist dd {
  width: calc(100% - 200px);
}

/*all_map_icon*/
.all_map_icon {
  background: #F2F5F8;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 15px;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.all_map_icon svg path {
  -webkit-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
}
@media (hover: hover) {
  .all_map_icon:hover {
    background: #0E5DA8;
    opacity: 1;
  }
  .all_map_icon:hover svg path {
    fill: #fff;
  }
}

/*all_full_bg*/
.all_full_bg {
  height: 600px;
}

.all_graph ._graph {
  border: 1px rgba(29, 43, 59, 0.1) solid;
}
.all_graph ._graph img {
  width: 100%;
}
.all_graph .all_text_smaller {
  margin-top: 10px;
  display: block;
}

/*all_calculate*/
.all_calculate {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.all_calculate ._main {
  margin-right: 60px;
  font-weight: 500;
  font-size: 24px;
  color: #0E5DA8;
}
.all_calculate ._number {
  font-size: 16px;
  color: #707070;
}
.all_calculate + .all_text {
  margin-top: 25px;
}

/*all_last_sec*/
.all_last_sec {
  padding-bottom: 200px;
}

/*all_modal*/
.all_modal {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  display: none;
}
.all_modal ._inner {
  background: #fff;
  width: 89%;
  max-width: 846px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.all_modal ._inner img {
  width: 100%;
}
.all_modal ._close {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: -35px;
}
.all_modal ._close:before, .all_modal ._close:after {
  content: "";
  background: #fff;
  width: 32px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  display: block;
}
.all_modal ._close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.all_modal ._bg {
  background: rgba(26, 26, 26, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.all_modal#library_modal ._inner {
  max-width: 1018px;
}

/*all_scale*/
.all_scale {
  position: relative;
  overflow: hidden;
}
.all_scale img {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.all_scale:after {
  content: "";
  background: url(../images/all_scale.svg) no-repeat center/56px 56px;
  width: 56px;
  height: 56px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
}
@media (hover: hover) {
  .all_scale:hover {
    opacity: 1;
  }
  .all_scale:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

/*all_foot_copy*/
.all_foot_copy {
  text-align: center;
  letter-spacing: -0.01em;
  font-size: 78px;
  font-weight: 300;
  color: #0E5DA8;
}
.all_foot_copy img {
  max-width: 87.164%;
}
.all_foot_copy span {
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
}
.all_foot_copy ._letter {
  letter-spacing: 0.04em;
}
.all_foot_copy + .all_title3 {
  margin-top: 20px;
  text-align: center;
  letter-spacing: 0.05em;
}

/*all_search_space*/
.all_search_space {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px rgba(29, 43, 59, 0.1) solid;
}
.all_search_space ._input_text {
  background: rgba(255, 255, 255, 0.22);
  width: calc(100% - 52px);
  height: 52px;
  padding: 0 20px;
  font-size: 16px;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.all_search_space ._input_text:focus {
  background: #fff;
}
.all_search_space ._submit {
  background: #005DB0;
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.all_search_space ._submit span {
  display: block;
  line-height: 0;
}

.all_loading {
  background: #fff;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 11;
}
.all_loading ._logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.all_loading ._logo img {
  width: 159px;
}

.all_back_top {
  margin-top: 30px;
  text-align: right;
}
.all_back_top a {
  padding-right: 18px;
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #005DB0;
}
.all_back_top a:after {
  content: "";
  background: url(../images/all_back_top.svg) no-repeat center/100% 100%;
  width: 10px;
  height: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media (hover: hover) {
  .all_back_top a:hover:after {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

/*all_download_link*/
.all_download_link {
  margin-top: 70px;
}
.all_download_link a {
  background: #F2F5F8;
  width: 265px;
  height: 60px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px #fff solid;
  border-radius: 32px;
  letter-spacing: 0;
  -webkit-transition: border-color 0.4s ease, background 0.4s ease, color 0.4s ease;
  transition: border-color 0.4s ease, background 0.4s ease, color 0.4s ease;
}
.all_download_link a:hover {
  background: none;
  opacity: 1;
  border-color: #0E5DA8;
}
.all_download_link span {
  padding-right: 28px;
  position: relative;
  color: #0E5DA8;
}
.all_download_link span:after {
  content: "";
  background: url(../images/all_download_link.svg) no-repeat center/100% 100%;
  width: 13px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* #header ヘッダー
=========================================== */
#header {
  width: 100%;
  height: 120px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px rgba(255, 255, 255, 0.16) solid;
  -webkit-transition: background 0.4s, -webkit-transform 0.4s;
  transition: background 0.4s, -webkit-transform 0.4s;
  transition: background 0.4s, transform 0.4s;
  transition: background 0.4s, transform 0.4s, -webkit-transform 0.4s;
  /*_search_menu*/
}
#header:before {
  content: "";
  background: rgba(26, 26, 26, 0.3);
  width: 100vw;
  height: calc(100vh + 1000px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: block;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0s 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0s 0.4s ease;
  transition: transform 0s 0.4s ease, opacity 0.4s ease;
  transition: transform 0s 0.4s ease, opacity 0.4s ease, -webkit-transform 0s 0.4s ease;
}
#header._has_sub_service_on:before, #header._has_sub_project_on:before, #header._has_sub_md_on:before, #header._has_sub_company_on:before, #header._has_sub_news_on:before, #header._search_menu_on:before {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0s 0s ease;
  transition: opacity 0.4s ease, -webkit-transform 0s 0s ease;
  transition: transform 0s 0s ease, opacity 0.4s ease;
  transition: transform 0s 0s ease, opacity 0.4s ease, -webkit-transform 0s 0s ease;
}
#header .header_logo {
  position: absolute;
  top: 33px;
  left: 50px;
  z-index: 6;
}
@media (max-width: 1350px) {
  #header .header_logo {
    top: 24px;
  }
}
#header .header_logo ._blue {
  display: none;
}
#header .header_logo ._white {
  display: block;
}
#header._scroll {
  background: #FFF;
  border-bottom: 1px rgba(29, 43, 59, 0.08) solid;
}
#header._scroll .header_content ._main {
  color: #1D2B3B;
}
#header._scroll .header_content ._main.another_tab::after {
  background-image: url(../images/another_tab_black.svg);
}
#header._scroll .header_content ._language_list li a {
  color: #8eafce;
}
#header._scroll .header_content ._language_list li a._on {
  background: #e5edf4;
  color: #0E5DA8;
}
#header._scroll .header_content ._search_button a {
  border: 1px solid #a5aab0;
}
#header._scroll .header_logo ._white {
  display: none;
}
#header._scroll .header_logo ._blue {
  display: block;
}
#header#header._move {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: background 0.4s, -webkit-transform 0.4s;
  transition: background 0.4s, -webkit-transform 0.4s;
  transition: background 0.4s, transform 0.4s;
  transition: background 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
#header ._language_list_sp {
  display: none;
}
#header ._search_menu {
  background: #fff;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
  -webkit-transform: translateY(-500px);
          transform: translateY(-500px);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0s 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0s 0.4s ease;
  transition: transform 0s 0.4s ease, opacity 0.4s ease;
  transition: transform 0s 0.4s ease, opacity 0.4s ease, -webkit-transform 0s 0.4s ease;
}
#header ._search_menu ._inner {
  width: 89%;
  max-width: 767px;
  margin: 0 auto;
  padding: 170px 0 120px;
}
#header ._search_menu .all_head {
  padding-left: 0;
}
#header ._search_menu .all_head:after {
  display: none;
}
#header ._search_menu ._close {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 48px;
  bottom: 22px;
}
#header ._search_menu ._close:before, #header ._search_menu ._close:after {
  content: "";
  background: #1D2B3B;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  display: block;
}
#header ._search_menu ._close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
#header._search_menu_on ._search_menu {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 1;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0s ease;
  transition: opacity 0.4s ease, -webkit-transform 0s ease;
  transition: transform 0s ease, opacity 0.4s ease;
  transition: transform 0s ease, opacity 0.4s ease, -webkit-transform 0s ease;
}
#header._search_menu_on .header_content ._main {
  color: #1D2B3B;
}
#header._search_menu_on .header_content ._language_list li a {
  color: #8eafce;
}
#header._search_menu_on .header_content ._language_list li a._on {
  background: #e5edf4;
  color: #0E5DA8;
}
#header._search_menu_on .header_content ._search_button a {
  border: 1px solid #E4E8EE;
}
#header._search_menu_on .header_logo ._white {
  display: none;
}
#header._search_menu_on .header_logo ._blue {
  display: block;
}
#header ._search_keywards {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header ._search_keywards ._head {
  width: 155px;
  position: relative;
  line-height: 1.6;
  font-size: 13px;
  color: #fff;
}
#header ._search_keywards ._list {
  width: calc(100% - 155px);
}
#header ._search_keywards ._list li {
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
}
#header ._search_keywards ._list a {
  display: block;
  line-height: 1.6;
  font-size: 14px;
  color: #fff;
}

.header_content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /*/_list_sub*/
}
.header_content ._pc_sec {
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 50px;
  margin-top: 24px;
}
.header_content ._list {
  width: 100%;
  padding: 0 50px;
  position: absolute;
  bottom: 10px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 50px;
}
.header_content ._list li {
  position: relative;
}
.header_content ._main {
  display: block;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  text-align: center;
  font-size: 15px;
  color: #fff;
}
.header_content ._main.another_tab::after {
  content: "";
  background-image: url(../images/another_tab_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1350px) {
  .header_content ._main.another_tab::after {
    background-image: url(../images/another_tab_black.svg);
  }
}
.header_content ._language_list {
  margin-left: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_content ._language_list li a {
  padding: 2px 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 14px;
  color: #fff;
}
.header_content ._language_list li a._on {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 16px;
}
.header_content ._search_button {
  margin-left: 15px;
}
.header_content ._search_button a {
  background: #fff;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}
.header_content ._contact_button {
  margin-left: 10px;
}
.header_content ._contact_button a {
  background: #0E5DA8;
  height: 35px;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 25px;
  font-size: 15px;
  color: #fff;
}
.header_content ._contact_button._white a {
  background: #fff;
  border: 1px solid #0E5DA8;
  color: #0E5DA8;
}
.header_content ._list_sub {
  width: 875px;
  padding-top: 52px;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-1000px);
          transform: translateY(-1000px);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0s 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0s 0.4s ease;
  transition: transform 0s 0.4s ease, opacity 0.4s ease;
  transition: transform 0s 0.4s ease, opacity 0.4s ease, -webkit-transform 0s 0.4s ease;
  /*/_sub_head*/
}
.header_content ._list_sub ._inner {
  background: #fff;
  padding: 65px 60px 60px;
  position: relative;
}
.header_content ._list_sub ._sub_head {
  width: 100%;
  max-width: 214px;
}
.header_content ._list_sub ._sub_head a {
  position: relative;
  display: block;
  font-size: 18px;
  color: #0E5DA8;
}
.header_content ._list_sub ._sub_head .all_circle_arrow {
  width: 38px;
  height: 38px;
  right: 0;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header_content ._list_sub ._sub_head .all_circle_arrow svg {
  width: 9px;
}
.header_content ._list_sub ._sub_head .all_circle_arrow:before {
  border: 1px #E4E8EE solid;
}
@media (hover: hover) {
  .header_content ._list_sub ._sub_head a:hover {
    opacity: 1;
  }
  .header_content ._list_sub ._sub_head a:hover .all_circle_arrow svg path {
    stroke: #0e5da8;
  }
  .header_content ._list_sub ._sub_head a:hover .all_circle_arrow:before {
    background: none;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    border: 1px #0E5DA8 solid;
  }
}
.header_content ._list_sub ._sub_head + ._sub_main {
  margin-top: 50px;
}
.header_content ._list_sub ._sub_main {
  max-width: 263px;
  padding-bottom: 12px;
  position: relative;
  border-bottom: 1px rgba(29, 43, 59, 0.2) solid;
}
.header_content ._list_sub ._sub_main a {
  padding-right: 30px;
  position: relative;
  display: block;
  font-size: 14px;
  -webkit-transition: color 0.6s ease;
  transition: color 0.6s ease;
  color: #1D2B3B;
}
.header_content ._list_sub ._sub_main a:after {
  content: "";
  background: url(../images/all_read_more_arrow.svg) no-repeat center/12px 9px;
  width: 12px;
  height: 9px;
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
}
@media (hover: hover) {
  .header_content ._list_sub ._sub_main a:hover {
    color: #0E5DA8;
    opacity: 1;
  }
  .header_content ._list_sub ._sub_main a:hover:after {
    right: -2px;
  }
}
.header_content ._list_sub ._sub_main a:before {
  content: "";
  background: #0E5DA8;
  width: 40px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -13px;
  display: block;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
@media (hover: hover) {
  .header_content ._list_sub ._sub_main a:hover:before {
    width: 100%;
  }
}
.header_content ._list_sub ._sub_main span {
  color: #1D2B3B;
  position: relative;
  display: block;
  font-size: 14px;
}
.header_content ._list_sub ._sub_main span:before {
  content: "";
  background: #0E5DA8;
  width: 40px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -13px;
  display: block;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.header_content ._list_sub ._sub_main._carbon {
  width: 265px;
  max-width: none;
  position: absolute;
  left: 330px;
  top: 137px;
}
.header_content ._list_sub ._column3 {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header_content ._list_sub ._column2 {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header_content ._list_sub ._column1 {
  margin-top: 50px;
}
.header_content ._list_sub._sub_head_none ._column1 {
  margin-top: 0;
}
.header_content ._list_sub ._column {
  width: 263px;
  max-width: 263px;
}
.header_content ._list_sub ._column ._sub_main:nth-child(n+2) {
  margin-top: 42px;
}
.header_content ._list_sub ._column:nth-child(n+2) {
  margin-left: 30px;
}
.header_content ._list_sub ._sub_list {
  margin-top: 28px;
}
.header_content ._list_sub ._sub_list li {
  padding-bottom: 10px;
  border-bottom: 1px rgba(29, 43, 59, 0.08) solid;
}
.header_content ._list_sub ._sub_list li:nth-child(n+2) {
  margin-top: 15px;
}
.header_content ._list_sub ._sub_list a {
  opacity: 0.7;
  color: #1D2B3B;
  padding-right: 30px;
  position: relative;
  display: block;
  font-size: 14px;
  -webkit-transition: color 0.6s ease;
  transition: color 0.6s ease;
}
.header_content ._list_sub ._sub_list a:after {
  content: "";
  background: url(../images/all_read_more_arrow.svg) no-repeat center/12px 9px;
  width: 12px;
  height: 9px;
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
}
@media (hover: hover) {
  .header_content ._list_sub ._sub_list a:hover {
    color: #0E5DA8;
    opacity: 1;
  }
  .header_content ._list_sub ._sub_list a:hover:after {
    right: -2px;
  }
}
.header_content ._has_sub_service ._list_sub {
  right: auto;
  left: -220px;
}
.header_content ._has_sub ._text {
  position: relative;
  padding-right: 18px;
}
.header_content ._has_sub ._text::before {
  content: "";
  display: block;
  background: url("../images/header_arrow.svg") no-repeat center top/cover;
  width: 10px;
  height: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media (hover: hover) {
  .header_content ._has_sub:hover ._list_sub {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0s 0s ease;
    transition: opacity 0.4s ease, -webkit-transform 0s 0s ease;
    transition: transform 0s 0s ease, opacity 0.4s ease;
    transition: transform 0s 0s ease, opacity 0.4s ease, -webkit-transform 0s 0s ease;
  }
}
.header_content ._has_sub_company ._list_sub {
  width: 595px;
}
.header_content ._acc {
  display: none;
}
.header_content ._has_sub_project ._list_sub,
.header_content ._has_sub_md ._list_sub,
.header_content ._has_sub_news ._list_sub {
  width: 386px;
}
.header_content ._link_list_sp,
.header_content ._foot {
  display: none;
}

/*header_content*/
.header_ham {
  width: 24px;
  height: 14px;
  position: absolute;
  right: 5.5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
.header_ham div {
  background: #0E5DA8;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header_ham div:nth-child(2) {
  top: 6px;
}
.header_ham div:nth-child(3) {
  top: 12px;
}

/* #top　トップページ
=========================================== */
.top#wrapper:after {
  display: none;
}

.top_fv_sec {
  position: relative;
  overflow: hidden;
}

.top_fv {
  background: url(../images/top_mv.jpg) no-repeat center/cover;
  height: 100vh;
}

.top_mv {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.top_mv ._clip {
  position: absolute;
}
.top_mv ._img img {
  width: 100%;
}
.top_mv ._copy {
  position: absolute;
  right: 105px;
  bottom: 165px;
  z-index: 2;
}
.top_mv ._copy img {
  max-width: 100%;
}
.top_mv ._head {
  line-height: 1.08;
  letter-spacing: -0.01em;
  font-weight: 300;
  font-size: 100px;
  color: #fff;
}
.top_mv ._head ._l40 {
  letter-spacing: 0.04em;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
}
.top_mv ._title {
  margin-top: 12px;
  letter-spacing: 0.1em;
  font-size: 24px;
  color: #fff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.top_mv_news {
  background: #fff;
  width: 89.6%;
  max-width: 685px;
  position: absolute;
  right: 0;
  bottom: 35px;
  z-index: 6;
  overflow: hidden;
  border-radius: 50px 0 0 50px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.top_mv_news._hide {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.top_mv_news ._main {
  padding: 21px calc(10% + 30px) 21px 32px;
  font-size: 16px;
}
.top_mv_news ._main p,
.top_mv_news ._main a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  color: #1D2B3B;
}
.top_mv_news ._main a._no_link {
  pointer-events: none;
}
.top_mv_news ._date {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  font-size: 14px;
  opacity: 0.5;
  color: #1D2B3B;
}
.top_mv_news ._text {
  width: calc(100% - 100px);
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  color: #1D2B3B;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.top_mv_news ._cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #005DB0;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  height: 24px;
  margin: 0 16px 0;
  padding: 0 10px;
  border: 1px solid #E4E8EE;
  border-radius: 34px;
}
.top_mv_news .swiper-slide-prev ._text {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.top_mv_news ._navi {
  position: absolute;
  right: 17.5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top_mv_news ._navi div {
  font-size: 0;
  cursor: pointer;
}
.top_mv_news ._navi div:nth-child(2) {
  margin: 12px 0 0;
}

.top_wave {
  width: 106%;
  position: absolute;
  left: -3%;
  top: -40vw;
  -webkit-transform: skew(0deg);
          transform: skew(0deg);
  -webkit-animation-name: topWave;
          animation-name: topWave;
  -webkit-animation-duration: 60s;
          animation-duration: 60s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.top_wave img {
  width: 100%;
}

@-webkit-keyframes topWave {
  0% {
    -webkit-transform: skewY(0deg);
            transform: skewY(0deg);
  }
  50% {
    -webkit-transform: skewY(20deg);
            transform: skewY(20deg);
  }
  100% {
    -webkit-transform: skewY(0deg);
            transform: skewY(0deg);
  }
}

@keyframes topWave {
  0% {
    -webkit-transform: skewY(0deg);
            transform: skewY(0deg);
  }
  50% {
    -webkit-transform: skewY(20deg);
            transform: skewY(20deg);
  }
  100% {
    -webkit-transform: skewY(0deg);
            transform: skewY(0deg);
  }
}
@-webkit-keyframes topWhoBefore {
  0% {
    -webkit-transform: skewY(0deg);
            transform: skewY(0deg);
  }
  33.3% {
    -webkit-transform: skewY(-30deg);
            transform: skewY(-30deg);
  }
  66.7% {
    -webkit-transform: skewX(10deg) skewY(-30deg);
            transform: skewX(10deg) skewY(-30deg);
  }
  100% {
    -webkit-transform: skewY(0deg);
            transform: skewY(0deg);
  }
}
@keyframes topWhoBefore {
  0% {
    -webkit-transform: skewY(0deg);
            transform: skewY(0deg);
  }
  33.3% {
    -webkit-transform: skewY(-30deg);
            transform: skewY(-30deg);
  }
  66.7% {
    -webkit-transform: skewX(10deg) skewY(-30deg);
            transform: skewX(10deg) skewY(-30deg);
  }
  100% {
    -webkit-transform: skewY(0deg);
            transform: skewY(0deg);
  }
}
@-webkit-keyframes topWhoAfter {
  0% {
    -webkit-transform: skewY(0deg);
            transform: skewY(0deg);
  }
  33.3% {
    -webkit-transform: skewY(-10deg);
            transform: skewY(-10deg);
  }
  66.7% {
    -webkit-transform: skewY(-10deg);
            transform: skewY(-10deg);
  }
  100% {
    -webkit-transform: skewY(0deg);
            transform: skewY(0deg);
  }
}
@keyframes topWhoAfter {
  0% {
    -webkit-transform: skewY(0deg);
            transform: skewY(0deg);
  }
  33.3% {
    -webkit-transform: skewY(-10deg);
            transform: skewY(-10deg);
  }
  66.7% {
    -webkit-transform: skewY(-10deg);
            transform: skewY(-10deg);
  }
  100% {
    -webkit-transform: skewY(0deg);
            transform: skewY(0deg);
  }
}
.top_who {
  background: #0B5092;
  padding: 225px 0 202px;
  position: relative;
}
.top_who ._bg {
  background: url(../images/top_who_bg.png) no-repeat left 23% bottom -150px/auto 535px;
  width: 100%;
  height: 535px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.top_who:before {
  content: "";
  background: radial-gradient(#8765b4 0%, rgba(135, 101, 180, 0.64) 55%, rgba(135, 101, 180, 0) 100%);
  width: 3821px;
  height: 1200px;
  position: absolute;
  right: -2800px;
  top: -700px;
  z-index: 2;
  display: block;
  opacity: 1;
  border-radius: 50%;
  opacity: 0.5;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  pointer-events: none;
  -webkit-animation-name: topWhoBefore;
          animation-name: topWhoBefore;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.top_who:after {
  content: "";
  background: radial-gradient(#8765b4 0%, rgba(135, 101, 180, 0.64) 55%, rgba(135, 101, 180, 0) 100%);
  width: 4036px;
  height: 4055px;
  position: absolute;
  left: -2880px;
  bottom: -2400px;
  display: block;
  opacity: 1;
  border-radius: 50%;
  opacity: 0.5;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  -webkit-animation-name: topWhoAfter;
          animation-name: topWhoAfter;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.top_who ._line {
  width: 100vw;
  left: 50%;
  top: -11vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  position: absolute;
}
.top_who .content {
  position: relative;
  z-index: 4;
}
.top_who ._left {
  width: 50%;
  max-width: 506px;
}
.top_who ._right {
  width: 44.375vw;
  position: absolute;
  left: 57.5%;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top_who ._right ._img img {
  width: 100%;
}
.top_who ._right ._img:nth-child(1) {
  margin-top: 5.63%;
}
.top_who ._right ._img:nth-child(3) {
  margin-top: 9.58%;
}
.top_who ._right + .all_read_more {
  display: none;
}
.top_who .all_copy,
.top_who .all_text_big {
  color: #fff;
}
.top_who ._cover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(100, 145, 198, 0)), to(#012e61));
  background: linear-gradient(to bottom, rgba(100, 145, 198, 0), #012e61);
  width: 100%;
  height: 582px;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

.top_who_circle {
  -webkit-filter: drop-shadow(0 0 5px #00ebff);
          filter: drop-shadow(0 0 5px #00ebff);
}

@media all and (-ms-high-contrast: none) {
  .top_who_circle {
    display: none;
  }
}
.top_business {
  padding-top: 230px;
  position: relative;
  z-index: 4;
}
.top_business:after {
  content: "";
  background: url(../images/top_business_border.svg) no-repeat top left/cover;
  width: 100%;
  height: 883px;
  position: absolute;
  left: 0;
  top: 360px;
  display: block;
}
.top_business .content {
  position: relative;
  z-index: 2;
}
.top_business ._content {
  width: calc(600px + 50vw);
  margin-top: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top_business ._content ._sec {
  width: 50%;
  overflow: hidden;
}
.top_business ._content ._sec a {
  height: 640px;
  position: relative;
  display: block;
}
.top_business ._content ._sec a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
@media (hover: hover) {
  .top_business ._content ._sec a:hover {
    opacity: 1;
  }
  .top_business ._content ._sec a:hover:after {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.top_business ._content ._business a:after {
  background: url(../images/top_business_business.jpg) no-repeat center/cover;
}
.top_business ._content ._flow a:after {
  background: url(../images/top_business_flow.jpg) no-repeat center/cover;
}
.top_business ._content ._inner {
  width: calc(100% - 230px);
  max-width: 410px;
  min-height: 375px;
  position: absolute;
  z-index: 2;
  left: 58px;
  top: 195px;
}
.top_business ._content ._head {
  -webkit-transform: translateY(300px);
          transform: translateY(300px);
  font-size: 47px;
  color: #fff;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  white-space: nowrap;
}
.top_business ._content ._title {
  margin-top: 12px;
  -webkit-transform: translateY(300px);
          transform: translateY(300px);
  font-size: 16px;
  color: #fff;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.top_business ._content .all_text {
  margin-top: 40px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  color: #fff;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.top_business .all_circle_arrow {
  z-index: 2;
}

.top_service {
  margin-top: 235px;
  position: relative;
  z-index: 3;
}
.top_service:after {
  content: "";
  background: #F6F8FA;
  width: 100%;
  height: 1224px;
  position: absolute;
  left: 0;
  top: -540px;
  display: block;
}
.top_service .content {
  position: relative;
  z-index: 2;
}
.top_service .all_read_more {
  position: absolute;
  right: 0;
  top: 30px;
}
.top_service .top_service_slide {
  margin-top: 78px;
}
.top_service .top_service_slide ._service_sec {
  width: 80%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 205px;
}
.top_service .top_service_slide ._service_title {
  position: relative;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  font-size: 28px;
  color: #fff;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.top_service .top_service_slide ._service_title + .all_text_small {
  margin-top: 20px;
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .top_service .top_service_slide a:hover ._service_title {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .top_service .top_service_slide a:hover ._service_title + .all_text_small {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.top_service ._about a {
  background-image: url(../images/top_service_about.jpg);
}
.top_service ._technology a {
  background-image: url(../images/top_service_technology.jpg);
}
.top_service ._infra a {
  background-image: url(../images/top_service_infra.jpg);
}
.top_service ._system a {
  background-image: url(../images/top_service_system.jpg);
}
.top_service ._scaleup a {
  background-image: url(../images/top_service_scaleup.jpg);
}

.top_case {
  background: #fff;
  padding: 155px 0 200px;
  position: relative;
  z-index: 2;
}
.top_case .all_case_tab {
  margin-top: 60px;
}
.top_case .content {
  position: relative;
}
.top_case .all_read_more {
  position: absolute;
  right: 0;
  top: 25px;
}

.top_recruit {
  background: url(../images/top_recruit_bg.jpg) no-repeat center/cover;
  padding: 190px 0 165px;
  position: relative;
  z-index: 2;
}
.top_recruit ._inner {
  max-width: 424px;
}
.top_recruit .all_text {
  color: #fff;
}

.top_info {
  margin-top: 195px;
}
.top_info .content {
  padding-bottom: 110px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_info .content:after {
  content: "";
  background: rgba(29, 43, 59, 0.08);
  width: calc(100% - 275px);
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}
.top_info section {
  width: 44.67%;
}
.top_info .all_read_more {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.top_carbon {
  margin-top: 220px;
  position: relative;
}
.top_carbon .content {
  position: relative;
  z-index: 2;
}
.top_carbon:after {
  content: "";
  background: url(../images/top_carbon_bg.png) no-repeat right top/cover;
  width: 100%;
  height: calc(100% - 25px);
  position: absolute;
  left: 0;
  top: 25px;
  display: block;
}
.top_carbon .all_head {
  line-height: 1.2;
  color: #73BC5D;
}
.top_carbon .all_head sup {
  display: inline-block;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  vertical-align: text-top;
  font-size: 13px;
}
.top_carbon .all_head:after {
  background: #73BC5D;
  top: 0.6em;
}
.top_carbon .all_title {
  margin-top: 5px;
  color: #73BC5D;
}
.top_carbon ._sec {
  width: 100%;
  max-width: 570px;
  padding: 240px 0 90px;
  position: relative;
}
.top_carbon ._sec ._title {
  line-height: 1.8;
  letter-spacing: 0;
  font-size: 30px;
  color: #fff;
}
.top_carbon ._sec ._title sup {
  display: inline-block;
  vertical-align: text-top;
  font-size: 10px;
  color: #fff;
}
.top_carbon ._sec .all_text_big {
  margin-top: 28px;
  color: #fff;
}
.top_carbon ._sec sup {
  font-size: 0.5em;
  color: #fff;
}

/* #business
=========================================== */
.business#wrapper:after {
  background-image: url(../images/business_sub_bg_border.svg);
  z-index: 3;
}

.business .all_sub_intro:not(.search .all_sub_intro) {
  margin-bottom: -140px;
  padding-top: 363px;
  padding-bottom: 0;
  position: relative;
}

.business .all_sub_intro:after {
  content: "";
  width: 100%;
  height: 100px;
  background: #FFF;
  position: absolute;
  top: 96px;
}

.business_wrapper {
  background: #0B4D8C;
  padding: 470px 0 235px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.business_wrapper .whoweare_vision {
  margin-top: 0;
}
.business_wrapper:before {
  content: "";
  background: radial-gradient(#8765b4 0%, rgba(135, 101, 180, 0.64) 55%, rgba(135, 101, 180, 0) 100%);
  width: 3821px;
  height: 1200px;
  position: absolute;
  right: -2800px;
  top: -700px;
  z-index: 2;
  display: block;
  opacity: 1;
  border-radius: 50%;
  opacity: 0.7;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  pointer-events: none;
  -webkit-animation-name: topWhoBefore;
          animation-name: topWhoBefore;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.business_wrapper:after {
  content: "";
  background: radial-gradient(#8765b4 0%, rgba(135, 101, 180, 0.64) 55%, rgba(135, 101, 180, 0) 100%);
  width: 4036px;
  height: 4055px;
  position: absolute;
  left: -2880px;
  bottom: -2400px;
  display: block;
  opacity: 1;
  border-radius: 50%;
  opacity: 0.7;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  -webkit-animation-name: topWhoAfter;
          animation-name: topWhoAfter;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.business_circle {
  width: 63.17%;
  padding-top: 63.17%;
  position: absolute;
  left: 50%;
  top: 45.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.business_circle div {
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.business_circle._circle1 {
  opacity: 0.2;
}
.business_circle._circle1 div {
  opacity: 0.5;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.business_circle._circle2 {
  opacity: 0.2;
}
.business_circle._circle2 div {
  -webkit-animation: scaleOpacity 6s linear infinite;
          animation: scaleOpacity 6s linear infinite;
}

.business_model {
  margin-top: 250px;
  position: relative;
  z-index: 3;
}

@-webkit-keyframes business_model_graph_arrow_before {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-75%, -50%);
            transform: translate(-75%, -50%);
  }
}

@keyframes business_model_graph_arrow_before {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-75%, -50%);
            transform: translate(-75%, -50%);
  }
}
@-webkit-keyframes business_model_graph_arrow_after {
  0% {
    opacity: 0;
    -webkit-transform: translate(50%, -50%) rotate(180deg);
            transform: translate(50%, -50%) rotate(180deg);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(75%, -50%) rotate(180deg);
            transform: translate(75%, -50%) rotate(180deg);
  }
}
@keyframes business_model_graph_arrow_after {
  0% {
    opacity: 0;
    -webkit-transform: translate(50%, -50%) rotate(180deg);
            transform: translate(50%, -50%) rotate(180deg);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(75%, -50%) rotate(180deg);
            transform: translate(75%, -50%) rotate(180deg);
  }
}
.business_model_graph {
  margin-top: 15%;
  position: relative;
}
.business_model_graph ._graph {
  position: relative;
  z-index: 2;
}
.business_model_graph img {
  width: 100%;
}

.business_vision {
  margin-top: 20px;
  position: relative;
  z-index: 3;
}
.business_vision .all_text_big {
  margin-top: 15px;
}
.business_vision .all_copy2 + .all_text_big {
  margin-top: 30px;
}
.business_vision ._split {
  letter-spacing: 0;
  font-size: 0;
}
.business_vision ._split ._left {
  width: 63%;
  padding-right: 25px;
  display: inline-block;
  vertical-align: top;
}
.business_vision ._split ._right {
  width: 37%;
  padding-bottom: 50.1%;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}
.business_vision ._split ._right p {
  display: inline-block;
}
.business_vision ._split ._right p:nth-child(1) {
  width: 100%;
  position: absolute;
}
.business_vision ._split ._right p:nth-child(2) {
  width: 53.605%;
  position: absolute;
  bottom: -22.4%;
  right: -8.6%;
}
.business_vision ._split ._right p img {
  width: 100%;
}

.business_solution {
  margin-top: 145px;
  padding-top: 45px;
  border-top: 1px rgba(255, 255, 255, 0.8) solid;
}

.business_solution_container {
  background: url(../images/all_dots.png) no-repeat left top/1200px;
  padding-top: 82px;
}
.business_solution_container ._sec_split {
  letter-spacing: 0;
  font-size: 0;
}
.business_solution_container ._sec_split ._txt {
  width: 46.7%;
  display: inline-block;
  vertical-align: top;
}
.business_solution_container ._sec_split ._graph {
  width: 46.7%;
  margin-left: 6.6%;
  display: inline-block;
  vertical-align: top;
}
.business_solution_container ._sec_split ._graph img {
  width: 100%;
  max-width: 486px;
  margin: -42px auto 0;
  display: block;
}
.business_solution_container .all_title5 {
  margin-top: 37px;
}
.business_solution_container .all_title {
  padding-left: 82px;
  position: relative;
  font-size: 24px;
}
.business_solution_container .all_title._plateform:after {
  content: "";
  background: url(../images/businbess_icon_plateform.png) no-repeat center/contain;
  width: 64px;
  height: 63px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.business_solution_container .all_title._rnd:after {
  content: "";
  background: url(../images/businbess_icon_rnd.png) no-repeat center/contain;
  width: 62px;
  height: 39px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.business_solution_container .all_title._infra:after {
  content: "";
  background: url(../images/businbess_icon_infra.png) no-repeat center/contain;
  width: 54px;
  height: 46px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.business_solution_container_solo {
  margin-top: 92px;
}

.business_solution_container_split {
  margin-top: 100px;
  letter-spacing: 0;
  font-size: 0;
}
.business_solution_container_split .business_solution_container {
  width: 46.7%;
  display: inline-block;
  vertical-align: top;
}
.business_solution_container_split .business_solution_container:nth-child(n+2) {
  margin-left: 6.6%;
}

.business_scheme {
  margin-top: 142px;
  position: relative;
  z-index: 2;
}

.business_platform {
  margin-top: 200px;
  position: relative;
}
.business_platform .business_platform_title {
  position: relative;
}
.business_platform .business_platform_title .all_copy,
.business_platform .business_platform_title .all_text_small {
  position: relative;
  z-index: 2;
}
.business_platform .all_copy {
  font-weight: 300;
}

.business_platform_list {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.business_platform_list li {
  width: 22.75%;
  position: relative;
}
.business_platform_list li._anime ._circle:before, .business_platform_list li._anime ._circle:after {
  opacity: 1;
}
.business_platform_list li._anime ._circle ._circle_border circle {
  stroke-dasharray: 900 900;
}
.business_platform_list li._anime ._number,
.business_platform_list li._anime ._main,
.business_platform_list li._anime .all_title4,
.business_platform_list li._anime .all_text,
.business_platform_list li._anime ._bottom {
  opacity: 1;
}
.business_platform_list li:last-child ._circle {
  -webkit-transition: background 0.4s 0.5s ease;
  transition: background 0.4s 0.5s ease;
}
.business_platform_list li:last-child ._circle:after {
  background: url(../images/business_arrow_blue.svg) no-repeat center/28px 14px;
  width: 28px;
  height: 14px;
  left: -1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.business_platform_list li:last-child ._circle .all_text {
  -webkit-transition: color 0.4s 0.5s ease, opacity 0.4s 0.5s ease;
  transition: color 0.4s 0.5s ease, opacity 0.4s 0.5s ease;
}
.business_platform_list li:last-child ._number {
  -webkit-transition: color 0.4s 0.5s ease, opacity 0.4s 0.5s ease;
  transition: color 0.4s 0.5s ease, opacity 0.4s 0.5s ease;
}
.business_platform_list li:last-child .all_title4 {
  font-size: 23px;
  -webkit-transition: color 0.4s 0.5s ease, opacity 0.4s 0.5s ease;
  transition: color 0.4s 0.5s ease, opacity 0.4s 0.5s ease;
}
.business_platform_list li:last-child._anime ._circle {
  background: #fff;
}
.business_platform_list li:last-child._anime ._circle .all_text {
  color: #0E5DA8;
}
.business_platform_list li:last-child._anime ._number {
  color: #0E5DA8;
}
.business_platform_list li:last-child._anime .all_title4 {
  color: #0E5DA8;
}
.business_platform_list ._circle {
  width: 100%;
  padding-top: calc(100% - 2px);
  position: relative;
  border-radius: 50%;
  pointer-events: none;
  overflow: visible;
}
.business_platform_list ._circle ._circle_border {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.business_platform_list ._circle ._circle_border svg {
  width: 100%;
  height: 100%;
}
.business_platform_list ._circle ._circle_border circle {
  stroke-dasharray: 0 900;
  -webkit-transition: stroke-dasharray 1s ease;
  transition: stroke-dasharray 1s ease;
}
.business_platform_list ._circle:before {
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.5s ease;
  transition: opacity 0.4s 0.5s ease;
}
.business_platform_list ._circle:after {
  content: "";
  background: url(../images/all_long_arrow.svg) no-repeat center/81px 11px;
  width: 81px;
  height: 11px;
  position: absolute;
  left: 108%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.5s ease;
  transition: opacity 0.4s 0.5s ease;
}
.business_platform_list ._circle ._number {
  position: absolute;
  left: 25%;
  top: 25%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 14px;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.5s ease;
  transition: opacity 0.4s 0.5s ease;
}
.business_platform_list ._circle ._main {
  width: 90%;
  position: absolute;
  left: 50%;
  top: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.5s ease;
  transition: opacity 0.4s 0.5s ease;
}
.business_platform_list ._circle .all_title4 {
  letter-spacing: 0;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.5s ease;
  transition: opacity 0.4s 0.5s ease;
}
.business_platform_list ._circle .all_text {
  margin-top: 5px;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.5s ease;
  transition: opacity 0.4s 0.5s ease;
}
.business_platform_list ._bottom {
  max-width: 256px;
  margin: 0 auto;
  padding-top: 78px;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.5s ease;
  transition: opacity 0.4s 0.5s ease;
}
.business_platform_list ._bottom .all_text {
  color: #fff;
}
.business_platform_list ._bottom ._close {
  display: none;
}
.business_platform_list ._bottom:after {
  content: "";
  background: #fff;
  width: 2px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 28px;
  display: block;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: #fff 0 8px 0 0, #fff 0 16px 0 0, #fff 0 24px 0 0;
          box-shadow: #fff 0 8px 0 0, #fff 0 16px 0 0, #fff 0 24px 0 0;
}

.business_modal ._inner {
  padding: 42px 25px;
}
.business_modal ._inner .all_text {
  line-height: 2;
  font-size: 15px;
}

.business .whoweare_2col_sec {
  margin-top: 60px;
}

/* #paper
=========================================== */
.paper #container {
  padding-bottom: 200px;
}

.paper_filter {
  margin-bottom: 63px;
  letter-spacing: 0;
  font-size: 0;
}
.paper_filter li {
  background: #F6F8FA;
  width: 50%;
  text-align: center;
  display: inline-block;
}
.paper_filter li a {
  padding: 27px 0;
  display: block;
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
  color: #005DB0;
}
.paper_filter li._active {
  background: #005DB0;
}
.paper_filter li._active a {
  color: #FFF;
}

.paper_content {
  margin-bottom: 70px;
}

.paper_list li {
  padding: 30px 0 28px;
  letter-spacing: 0;
  font-size: 0;
}
.paper_list li:nth-child(n+2) {
  border-top: 1px solid rgba(29, 43, 59, 0.08);
}
.paper_list li:last-child {
  border-bottom: 1px solid rgba(29, 43, 59, 0.08);
}
.paper_list li ._nb {
  width: 100px;
  padding: 2px 0 0 47px;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  font-weight: 500;
  color: #9FA5AF;
}
.paper_list li ._date {
  width: 200px;
  padding: 2px 0 0 47px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: -0.025em;
  font-size: 15px;
  font-weight: 500;
  color: #9FA5AF;
}
.paper_list li ._info {
  display: inline-block;
}
.paper_list li ._txt {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.paper_list li ._page {
  margin-top: 3px;
  opacity: 0.5;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.paper_list li ._link {
  margin-top: 1px;
  padding-left: 22px;
  position: relative;
  display: inline-block;
}
.paper_list li ._link:after {
  content: "";
  background: url(../images/all_icon_out.png) no-repeat center/contain;
  width: 14px;
  height: 13px;
  position: absolute;
  top: 6px;
  left: 0;
}
.paper_list li ._link span {
  display: inline-block;
  word-break: break-word;
  letter-spacing: 0.05em;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 500;
  color: #005DB0;
}

.paper_contributions ._info {
  width: calc(100% - 200px);
}

.paper_papers ._info {
  width: calc(100% - 100px);
}

/* #awards
=========================================== */
.awards #container {
  padding-bottom: 200px;
}

.award_content {
  padding-bottom: 90px;
}

.award_list ul {
  letter-spacing: 0;
  font-size: 0;
}
.award_list li {
  padding: 30px 0 28px;
  letter-spacing: 0;
  font-size: 0;
}
.award_list li:nth-child(1) {
  padding-top: 0;
}
.award_list li:nth-child(n+2) {
  border-top: 1px solid rgba(29, 43, 59, 0.08);
}
.award_list li:last-child {
  border-bottom: 1px solid rgba(29, 43, 59, 0.08);
}
.award_list li ._date {
  width: 115px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  letter-spacing: -0.025em;
  font-size: 15px;
  color: #9FA5AF;
}
.award_list li ._mid {
  width: 370px;
  padding-left: 65px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.award_list li ._info {
  width: calc(100% - 485px);
  padding-left: 83px;
  display: inline-block;
  vertical-align: top;
}
.award_list li ._info p {
  letter-spacing: 0.05em;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.award_list li ._info a {
  padding-left: 22px;
  position: relative;
  display: inline-block;
  line-height: 1.5;
  font-size: 16px;
  letter-spacing: inherit;
  text-decoration: underline;
  color: #005DB0;
}
.award_list li ._info a:after {
  content: "";
  background: url(../images/all_icon_out.png) no-repeat center/contain;
  width: 14px;
  height: 13px;
  position: absolute;
  top: calc(0.75em - 6px);
  left: 0;
}
.award_list li ._txt {
  letter-spacing: 0.05em;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.award_list li ._link {
  margin-top: 1px;
  padding-left: 22px;
  position: relative;
  display: inline-block;
  font-size: 16px;
}
.award_list li ._link:after {
  content: "";
  background: url(../images/all_icon_out.png) no-repeat center/contain;
  width: 14px;
  height: 13px;
  position: absolute;
  top: 6px;
  left: 0;
}
.award_list li ._link span {
  display: inline-block;
  letter-spacing: 0.05em;
  text-decoration: underline;
  font-weight: 500;
  color: #005DB0;
}
.award_list li._has_img ._info {
  padding-right: 100px;
  position: relative;
}
.award_list li._has_img ._info figure, .award_list li._has_img ._info ._img {
  width: 75px;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.award_list li._has_img ._info figure img, .award_list li._has_img ._info ._img img {
  width: 100%;
}

/* #service
=========================================== */
.service_sec {
  margin-top: 155px;
}
.service_sec + .service_sec {
  margin-top: 145px;
}

.service_list_sec {
  margin-top: 50px;
  overflow: visible;
}

.service_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service_list > div {
  width: 30.92%;
}
.service_list > div:nth-child(n+2) {
  margin-left: 3.62%;
}
.service_list > div:nth-child(3n-2) {
  margin-left: 0;
}
.service_list > div:nth-child(n+4) {
  margin-top: 55px;
}
.service_list ._img {
  overflow: hidden;
}
.service_list img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.service_list ._text {
  min-height: 40px;
  margin-top: 40px;
  padding-right: 85px;
  position: relative;
  line-height: 1.4;
  font-size: 20px;
}
.service_list ._text .all_circle_arrow {
  width: 64px;
  height: 64px;
  right: 0;
  bottom: auto;
  top: 0.7em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.service_list ._text .all_circle_arrow svg {
  width: 14px;
}
@media (hover: hover) {
  .service_list a:hover {
    opacity: 1;
  }
  .service_list a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

/* #microwave
=========================================== */
.microwave_column {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.microwave_column ._text {
  width: 48.23%;
}
.microwave_column ._img {
  width: 46.04%;
}
.microwave_column ._img img {
  width: 100%;
}
.microwave_column + .all_text {
  margin-top: 28px;
}

.all_title2 + .microwave_column {
  margin-top: 70px;
}

/* #outline
=========================================== */
.outline_map {
  width: 100%;
  height: 428px;
  margin-top: 80px;
}

.outline_access_list {
  margin-top: 30px;
}
.outline_access_list dl {
  padding: 22px 0;
  position: relative;
}
.outline_access_list dl:nth-child(1) {
  border-width: 0;
}
.outline_access_list dd {
  padding-right: 100px;
}
.outline_access_list .outline_access {
  margin-top: 15px;
  position: relative;
  display: block;
}
.outline_access_list .outline_access .outline_access_head {
  display: block;
  font-weight: 700;
}

.outline_team_sec {
  margin-top: 70px;
}
.outline_team_sec + .outline_team_sec {
  margin-top: 80px;
}

.outline_team_list {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 96px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (max-width: 1024px) {
  .outline_team_list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 650px) {
  .outline_team_list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 66px;
  }
}
.outline_team_list::after {
  content: "";
  display: block;
  height: 1px;
  width: 32%;
}
.outline_team_list li {
  position: relative;
  border: 1px solid rgba(9, 68, 124, 0.1);
}
.outline_team_list li:nth-child(4n-3) {
  margin-left: 0;
}
.outline_team_list ._img img {
  width: 100%;
}
.outline_team_list ._sec {
  margin-top: 22px;
  position: relative;
  z-index: 2;
}
.outline_team_list .all_text_smaller {
  color: #1D2B3B;
}
.outline_team_list .all_text_small {
  margin-top: 15px;
}
.outline_team_list ._name_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.outline_team_list ._name_sec ._name {
  margin-right: 12px;
  font-size: 22px;
  color: #005DB0;
}
.outline_team_list ._name_sec ._name2 {
  font-size: 16px;
  color: rgba(29, 43, 59, 0.7);
}

/*outline_team_list*/
.outline_team_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.outline_team_column ._inner {
  margin-top: 35px;
}
.outline_team_column ._dlist {
  margin-top: 30px;
}

.en_content .outline_team_column {
  display: block;
}
.en_content .outline_team_column ._dlist {
  margin-top: 15px;
}

.outline_team_column2 {
  width: 66.7%;
}
.outline_team_column2 ._inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.outline_team_column2 ._inner ._sec {
  width: 50%;
}

.en_content .outline_team_column2 {
  width: 82%;
}

.outline_team_column1 {
  width: 33.3%;
}

.en_content .outline_team_column1 {
  width: 100%;
  margin-top: 60px;
}

.outline_history_dlist {
  width: calc(100% - 155px);
  margin-left: auto;
}
.outline_history_dlist dl:last-child {
  padding-bottom: 41px;
  border-bottom: 1px rgba(9, 68, 124, 0.1) solid;
}
.outline_history_dlist dt {
  width: 145px;
  position: relative;
  text-align: center;
}
.outline_history_dlist dt ._head {
  position: absolute;
  left: -155px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 28px;
  color: #0E5DA8;
}
.outline_history_dlist dd {
  width: calc(100% - 145px);
}

._name_container {
  padding: clamp(2.188rem, 2.13rem + 0.245vw, 2.375rem) clamp(2.063rem, 2.005rem + 0.245vw, 2.25rem) clamp(3.5rem, 3.423rem + 0.327vw, 3.75rem);
}

._carrer_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10%;
  background-color: rgba(0, 93, 176, 0.9);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 2;
  overflow-x: hidden;
  overflow-y: auto;
}
._carrer_container p {
  color: #fff;
  line-height: 2;
}
._carrer_container.on {
  opacity: 1;
  pointer-events: all;
}
._carrer_container .all_read_more {
  margin-top: 1.5rem;
}
._carrer_container .all_read_more a {
  margin: 0 auto;
  width: 220px;
  height: 46px;
}

._carrer_open_btn_wrapper {
  position: absolute;
  left: 50%;
  bottom: -34px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}

._carrer_open_btn {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  background-color: #fff;
  border: 1px solid #E4E8EE;
  border-radius: 100%;
}
._carrer_open_btn::before, ._carrer_open_btn::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 10px;
  background-color: #005DB0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
._carrer_open_btn::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
._carrer_open_btn.on::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
._carrer_open_btn.on::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/* #message
=========================================== */
.all_full_bg._massage1 {
  background: url(../images/massage_full_bg1.jpg) no-repeat center/cover;
}

.all_full_bg._massage2 {
  background: url(../images/massage_full_bg2.jpg) no-repeat center right 35%/cover;
  margin-top: 182px;
}
.all_full_bg._massage2 + .message_sec {
  margin-top: 160px;
}

.all_full_bg._massage3 {
  background: url(../images/massage_full_bg3.jpg) no-repeat center left 32%/cover;
  margin-top: 160px;
}

.message_sec {
  margin-top: 200px;
}

.message_intro_copy + .all_head {
  margin-top: 145px;
}

.message_boss_list {
  max-width: 1100px;
  margin: 75px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.message_boss_list li {
  width: 44.54%;
}
.message_boss_list li:nth-child(2n) {
  margin-left: 10.92%;
}
.message_boss_list ._img img {
  width: 100%;
}
.message_boss_list ._position {
  margin-top: 40px;
  font-size: 20px;
}
.message_boss_list ._name_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.message_boss_list ._name {
  margin-right: 18px;
  font-size: 28px;
  color: #0E5DA8;
}
.message_boss_list ._name2 {
  font-size: 18px;
}
.message_boss_list .all_text_small {
  margin-top: 12px;
}

.message_message_list {
  margin-top: 40px;
}
.message_message_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.message_message_list li:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.message_message_list li:nth-child(n+2) {
  margin-top: 120px;
}
.message_message_list .all_title2 {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.message_message_list .all_title2 + .all_text {
  margin-top: 50px;
}
.message_message_list ._img {
  width: 45.67%;
  height: 680px;
  max-width: 548px;
}
.message_message_list ._img_sp {
  display: none;
}
.message_message_list ._text {
  width: 45.75%;
}
.message_message_list ._name {
  margin-top: 8px;
  font-size: 28px;
  color: rgba(29, 43, 59, 0.8);
}
.message_message_list ._name + ._img_sp + .all_text {
  margin-top: 55px;
}
.message_message_list ._list_img1 {
  background: url(../images/message_message_list_img1.jpg) no-repeat center/cover;
}
.message_message_list ._list_img2 {
  background: url(../images/message_message_list_img2.jpg) no-repeat center/cover;
}

.message_foot {
  margin-top: clamp(7.5rem, 5.969rem + 6.531vw, 12.5rem);
  padding: 270px 0 200px;
  position: relative;
  background-image: url(../images/message_foot_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 16% top 5%;
}
@media (max-width: 480px) {
  .message_foot {
    background-image: url(../images/message_foot_bg_sp.jpg);
    background-position: center top;
  }
}
.message_foot .all_foot_copy {
  text-align: left;
}
@media (max-width: 480px) {
  .message_foot .all_foot_copy {
    text-align: center;
  }
}
.message_foot .content {
  position: relative;
  z-index: 3;
}
.message_foot .all_title3 {
  color: rgba(29, 43, 59, 0.9);
}
.message_foot .all_read_more {
  margin-top: 65px;
}
.message_foot .all_read_more a {
  width: 262px;
  height: 58px;
}
@media (max-width: 480px) {
  .message_foot .all_read_more a {
    margin: 0 auto;
  }
}
.message_foot .all_read_more a:hover {
  border-color: #fff;
  color: #fff;
}
.message_foot .all_read_more a:hover::after {
  background: url(../images/all_read_more_arrow_white.svg) no-repeat center/11px 8px;
}

/* #story
=========================================== */
.story .all_copyright {
  position: fixed;
  z-index: 3;
  mix-blend-mode: exclusion;
  color: #FFFFFF;
}

.story_mv {
  height: 100vh;
  padding-top: 225px;
  position: relative;
  z-index: 3;
}
.story_mv._opacity {
  opacity: 0;
}
.story_mv ._title {
  text-align: center;
  line-height: 1.75;
  font-weight: 700;
  font-size: 48px;
}
.story_mv ._title > .all_new_line {
  color: #005DB0;
  -webkit-transition: color 1s ease;
  transition: color 1s ease;
}
.story_mv ._title > .all_new_line._white {
  color: #fff;
}
.story_mv img {
  width: 173%;
  margin-top: 60px;
  border-radius: 50% 50% 0 0;
  -webkit-transform: translateX(-21%);
          transform: translateX(-21%);
  opacity: 0;
}

.story_container {
  position: relative;
}

.story_sec {
  padding-top: 350px;
  position: relative;
  z-index: 3;
}
.story_sec .story_content:nth-child(n+2) {
  margin-top: 190px;
}
.story_sec ._inner {
  width: 43.67%;
}
.story_sec .story_content:nth-child(2n) ._inner {
  margin-left: auto;
}
.story_sec .all_copy {
  width: 41vw;
  letter-spacing: 0.03em;
  color: #fff;
}
.story_sec .all_copy + .all_text {
  margin-top: 40px;
}
.story_sec .all_text {
  width: 41vw;
  color: #fff;
}
.story_sec .all_text p {
  color: #fff;
}
.story_sec .all_text p + p {
  margin-top: 22px;
}
.story_sec .all_text .all_text_smaller {
  font-size: 12px;
  color: #fff;
}
.story_sec ._img {
  max-width: 524px;
  margin-top: 75px;
}
.story_sec ._img img {
  width: 100%;
}
.story_sec ._img.sp {
  display: none;
}
@media (max-width: 768px) {
  .story_sec ._img.sp {
    display: block;
  }
}

.story_foot {
  padding: 470px 0 365px;
}
.story_foot .all_foot_copy,
.story_foot .all_title3 {
  color: #fff;
}
.story_foot .all_read_more {
  margin-top: 58px;
}
.story_foot .all_read_more a {
  width: 311px;
  height: 58px;
  margin: 0 auto;
  border-color: #0E5DA8;
}
@media (min-width: 769px) {
  .story_foot .all_read_more a {
    border-color: #fff;
  }
  .story_foot .all_read_more a:hover {
    border-color: #fff;
    color: #fff;
  }
  .story_foot .all_read_more a:hover::after {
    background: url(../images/all_read_more_arrow_white.svg) no-repeat center/11px 8px;
  }
}

.story_fixed_bg {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
}
.story_fixed_bg > div {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.story_fixed_bg > div:after {
  content: "";
  background: rgba(0, 0, 0, 0.49);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.story_fixed_bg ._bg_mv {
  width: 130%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 500px;
  display: block;
  overflow: hidden;
  border-radius: 50% 50% 0 0;
}
.story_fixed_bg ._bg_mv div {
  background: url(../images/story_mv.jpg) no-repeat center/cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  bottom: 500px;
}
.story_fixed_bg ._bg_mv:after {
  display: none;
}
.story_fixed_bg ._bg1 {
  background: url(../images/story_fixed1.jpg) no-repeat center/cover;
}
.story_fixed_bg ._bg2 {
  background: url(../images/story_fixed2.jpg) no-repeat center/cover;
}
.story_fixed_bg ._bg3 {
  background: url(../images/story_fixed3.jpg) no-repeat center/cover;
}
.story_fixed_bg ._bg4 {
  background: url(../images/story_fixed4.jpg) no-repeat center/cover;
}

.story_fixed_pagination {
  background: rgba(255, 255, 255, 0.3);
  width: 1px;
  height: 100vh;
  position: fixed;
  left: 50%;
  top: 0;
  z-index: 5;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: -webkit-transform 0.4s 0.4s ease;
  transition: -webkit-transform 0.4s 0.4s ease;
  transition: transform 0.4s 0.4s ease;
  transition: transform 0.4s 0.4s ease, -webkit-transform 0.4s 0.4s ease;
}
.story_fixed_pagination._on {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.story_fixed_pagination._on ._inner {
  opacity: 1;
  -webkit-transition: opacity 0.4s 0.4s ease;
  transition: opacity 0.4s 0.4s ease;
}
.story_fixed_pagination ._inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.story_fixed_pagination ._inner button {
  width: 38px;
  height: 38px;
  position: relative;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.story_fixed_pagination ._inner button:after {
  content: "";
  background: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  border-radius: 50%;
}
.story_fixed_pagination ._inner button ._text {
  position: absolute;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
  font-size: 13px;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.story_fixed_pagination ._inner button svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.story_fixed_pagination ._inner button svg circle {
  stroke-dasharray: 0 366;
  /*114 366*/
}
.story_fixed_pagination ._inner button._on {
  opacity: 1;
}
.story_fixed_pagination ._inner button._on ._text {
  opacity: 1;
}
.story_fixed_pagination ._inner button._on svg {
  opacity: 1;
}
.story_fixed_pagination ._inner div:nth-child(n+2) {
  margin-top: 10px;
}

/* #whoweare
=========================================== */
.whoweare#wrapper:after {
  background-image: url(../images/business_sub_bg_border.svg);
  z-index: 3;
}

.whoweare .all_sub_intro:not(.search .all_sub_intro) {
  margin-bottom: -140px;
  padding-top: 363px;
  padding-bottom: 0;
  position: relative;
}

.whoweare .all_sub_intro:after {
  content: "";
  width: 100%;
  height: 100px;
  background: #FFF;
  position: absolute;
  top: 96px;
}

.whoweare_content {
  margin-top: 190px;
  position: relative;
  z-index: 3;
}

.whoweare_intro {
  margin-top: 0;
}
.whoweare_intro * {
  color: #fff;
}
.whoweare_intro ._copy_sec ._top {
  font-size: 23px;
}
.whoweare_intro ._copy_sec .all_font_montserrat {
  font-size: 33px;
}
.whoweare_intro ._copy_sec ._main {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, transparent), color-stop(25%, rgba(0, 226, 255, 0.4)));
  background: linear-gradient(transparent 25%, rgba(0, 226, 255, 0.4) 25%);
  display: inline;
  font-size: 40px;
}
.whoweare_intro ._text {
  margin-top: 25px;
  font-size: 19px;
  line-height: 1.8947368421;
}

.whoweare_mission {
  position: relative;
}
.whoweare_mission ._bg {
  width: calc(50vw + 120px);
  position: absolute;
  top: 37%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.whoweare_mission ._bg img {
  width: 100%;
  height: auto;
}
.whoweare_mission .content {
  position: relative;
  z-index: 1;
}
.whoweare_mission ._text_sec {
  margin-top: 80px;
}
.whoweare_mission ._text_sec ._copy_img {
  max-width: 518px;
  width: 100%;
}
.whoweare_mission ._text_sec ._copy_img img {
  width: 100%;
  height: auto;
}
.whoweare_mission ._text_sec ._copy_img + .all_text_big {
  margin-top: 60px;
}
.whoweare_mission ._text_sec .all_text_big {
  margin-top: 20px;
}

.whoweare_2col_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.whoweare_2col_sec > * {
  width: 47.6666666667%;
}
.whoweare_2col_sec img {
  width: 100%;
  height: auto;
}
.whoweare_2col_sec ._caption {
  margin-top: 10px;
  letter-spacing: 0.05em;
  font-size: 14px;
  color: #fff;
}

.whoweare .whoweare_vision {
  margin-top: 200px;
}
.whoweare .whoweare_vision .whoweare_2col_sec {
  margin-top: 60px;
}

.whoweare_carbon_sec.whoweare_carbon_sec {
  margin-top: 140px;
}
.whoweare_carbon_sec.whoweare_carbon_sec .content {
  padding-top: 70px;
}
.whoweare_carbon_sec.whoweare_carbon_sec .carbon_column {
  background: transparent;
  margin-top: 0;
  padding: 0;
}
.whoweare_carbon_sec.whoweare_carbon_sec .carbon_column ._column_title + ._text {
  margin-top: 40px;
}
.whoweare_carbon_sec.whoweare_carbon_sec .carbon_column ._text {
  font-weight: bold;
  font-size: 15px;
  line-height: 2.1333333333;
}

.whoweare_carbon_compare {
  max-width: 870px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.whoweare_carbon_compare ._item {
  width: 47.816091954%;
  border: 1px solid #E8E9EB;
  padding: 40px 40px 20px;
}
.whoweare_carbon_compare ._item_title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.whoweare_carbon_compare ._img {
  width: 183px;
  margin: 0 auto;
  margin-top: 30px;
}
.whoweare_carbon_compare ._img img {
  width: 100%;
  height: auto;
}
.whoweare_carbon_compare ._list {
  margin-top: 40px;
}
.whoweare_carbon_compare ._list li {
  position: relative;
  padding-left: 24px;
  line-height: 2;
  font-size: 16px;
  font-weight: bold;
}
.whoweare_carbon_compare ._list li + li {
  margin-top: 4px;
}
.whoweare_carbon_compare ._list li::before {
  content: "";
  display: block;
  background: #005DB0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.whoweare_carbon_compare + ._text {
  margin-top: 40px;
}

.whoweare_about.whoweare_about .content {
  padding-bottom: 85px;
}
.whoweare_about.whoweare_about .all_read_more {
  margin-top: 80px;
}
.whoweare_about.whoweare_about .all_read_more a {
  width: 406px;
  max-width: 100%;
}

.whoweare_strength ._nav_circle_list {
  margin-top: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.whoweare_strength ._nav_circle_list li {
  width: 34.8333333333%;
}
.whoweare_strength ._nav_circle_list li:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.whoweare_strength ._nav_circle_list li a {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 25px rgba(255, 255, 255, 0.01);
          box-shadow: 0px 1px 25px rgba(255, 255, 255, 0.01);
}
.whoweare_strength ._nav_circle_list li a::before {
  content: "";
  display: block;
  background: url("../images/whoweare_strength_nav_arrow.svg") no-repeat center right/100%;
  width: 26px;
  height: 13px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 10.7655502392%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.whoweare_strength ._nav_circle_list li a:hover::before {
  bottom: 8.3732057416%;
}
.whoweare_strength ._nav_circle_list li ._num {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.whoweare_strength ._nav_circle_list li ._num img {
  width: 100%;
  height: auto;
}
.whoweare_strength ._nav_circle_list li ._text_sec {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  text-align: center;
}
.whoweare_strength ._nav_circle_list li ._text_sec * {
  color: #fff;
}
.whoweare_strength ._nav_circle_list li ._text_sec ._top {
  font-size: 1.5625vw;
}
@media (min-width: 1600px) {
  .whoweare_strength ._nav_circle_list li ._text_sec ._top {
    font-size: 25px;
  }
}
.whoweare_strength ._nav_circle_list li ._text_sec ._main {
  font-size: 2.625vw;
  font-weight: bold;
}
@media (min-width: 1600px) {
  .whoweare_strength ._nav_circle_list li ._text_sec ._main {
    font-size: 42px;
  }
}
.whoweare_strength ._nav_circle_list li ._text_sec ._jp {
  margin-top: 12px;
  font-size: 1vw;
}
@media (min-width: 1600px) {
  .whoweare_strength ._nav_circle_list li ._text_sec ._jp {
    font-size: 16px;
  }
}

.whoweare_strength_sec_wrap {
  margin-top: 140px;
}

.whoweare_strength_sec {
  padding-bottom: 120px;
}
.whoweare_strength_sec ._title_sec {
  background-image: linear-gradient(to right, #fff, #fff 2px, transparent 2px, transparent 8px);
  background-size: 8px 2px; /* グラデーションの幅・高さを指定 */
  background-position: left top; /* 背景の開始位置を指定 */
  background-repeat: repeat-x; /* 横向きにのみ繰り返す */
  padding-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.whoweare_strength_sec ._title_sec * {
  color: #fff;
}
.whoweare_strength_sec ._title_sec ._num {
  width: 110px;
  line-height: 1;
  letter-spacing: 0;
  font-size: 72px;
}
.whoweare_strength_sec ._title_sec ._en {
  font-size: 40px;
}
.whoweare_strength_sec ._title_sec ._en ._bold {
  font-weight: bold;
}
.whoweare_strength_sec ._title_sec ._jp {
  font-size: 20px;
}
.whoweare_strength_sec ._intro_text {
  margin-top: 60px;
  line-height: 2;
  font-size: 17px;
  color: #fff;
}
.whoweare_strength_sec ._notice {
  margin-top: 2px;
  font-size: 14px;
  color: #fff;
}

.whoweare_strength_process_list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.whoweare_strength_process_list img {
  width: 100%;
  height: auto;
}
.whoweare_strength_process_list li {
  background: #fff;
  width: 31.3333333333%;
  border-radius: 10px;
  padding: 48px 40px;
}
.whoweare_strength_process_list ._title {
  background: #005DB0;
  line-height: 44px;
  border-radius: 22px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
}
.whoweare_strength_process_list ._num_sec {
  margin-top: 20px;
  text-align: center;
}
.whoweare_strength_process_list ._num_sec * {
  color: #005DB0;
}
.whoweare_strength_process_list ._num_sec ._num_text {
  font-size: 18px;
  font-weight: bold;
}
.whoweare_strength_process_list ._num_sec ._num {
  font-size: 47px;
  font-weight: bold;
}
.whoweare_strength_process_list ._img {
  margin-top: 16px;
}
.whoweare_strength_process_list ._copy {
  margin-top: 35px;
  font-weight: bold;
  line-height: 1.75;
  font-size: 16px;
  color: #005DB0;
}
.whoweare_strength_process_list ._text {
  margin-top: 10px;
  line-height: 2;
  font-size: 14px;
}

.whoweare_strength_product .whoweare_2col_sec {
  margin-top: 40px;
}
.whoweare_strength_product .all_read_more.all_read_more {
  text-align: center;
  margin-top: 50px;
}
.whoweare_strength_product .all_read_more.all_read_more a {
  width: 280px;
  margin: 0 auto;
  font-weight: 700;
}

.whoweare_strength_carbon .all_read_more {
  margin-top: 90px;
}
.whoweare_strength_carbon .all_read_more a {
  max-width: 425px;
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
}

.whoweare_strength_carbon_sec.whoweare_strength_carbon_sec.whoweare_strength_carbon_sec {
  background: transparent;
  padding: 0;
  margin-top: 50px;
}
.whoweare_strength_carbon_sec.whoweare_strength_carbon_sec.whoweare_strength_carbon_sec * {
  color: #fff;
}
.whoweare_strength_carbon_sec.whoweare_strength_carbon_sec.whoweare_strength_carbon_sec .achiev_el ._ruler span:after {
  background: #FFF;
}
.whoweare_strength_carbon_sec.whoweare_strength_carbon_sec.whoweare_strength_carbon_sec .carbon_sec3_column_inner .all_title {
  font-size: 28px;
}
.whoweare_strength_carbon_sec.whoweare_strength_carbon_sec.whoweare_strength_carbon_sec .carbon_sec3_column_inner .carbon_graph {
  margin-top: 85px;
}
.whoweare_strength_carbon_sec.whoweare_strength_carbon_sec.whoweare_strength_carbon_sec .achiev_el {
  border-color: #fff;
}
.whoweare_strength_carbon_sec.whoweare_strength_carbon_sec.whoweare_strength_carbon_sec .carbon_sec3_column_inner + .carbon_sec3_column_inner {
  margin-top: 110px;
}
.whoweare_strength_carbon_sec.whoweare_strength_carbon_sec.whoweare_strength_carbon_sec .achiev_anim_wrapper ._ttl {
  left: 50%;
  top: -50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 24px;
  font-weight: normal;
}

.whoweare_carbon_design {
  margin-top: 0;
}

.whoweare_carbon_design_content {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.whoweare_carbon_design_content ._item {
  width: 47.5%;
}
.whoweare_carbon_design_content ._item_title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.whoweare_carbon_design_content ._item_title ._blue {
  font-weight: inherit;
  color: #005DB0;
}
.whoweare_carbon_design_content ._text {
  margin-top: 7px;
  line-height: 2.125;
  font-size: 16px;
}
.whoweare_carbon_design_content ._img {
  margin-top: 30px;
}
.whoweare_carbon_design_content ._img img {
  width: 100%;
  height: auto;
}
.whoweare_carbon_design_content .all_read_more.all_read_more {
  margin-top: 60px;
}
.whoweare_carbon_design_content .all_read_more.all_read_more a {
  width: 337px;
  max-width: 100%;
  margin: 0 auto;
}

.whoweare .all_next_content {
  margin-top: 24px;
}

/* #contact お問い合わせ
=========================================== */
.contact_section .all_case_tab {
  margin-bottom: 155px;
}

.contact_nav {
  width: 410px;
  margin: 0 auto;
  padding-top: 63px;
  position: relative;
  letter-spacing: 0;
  font-size: 0;
}
.contact_nav:after {
  content: "";
  background: #e5e5e5;
  width: calc(100% - 60px);
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.contact_nav._download:after {
  width: calc(100% - 90px);
  left: 48%;
}
.contact_nav li {
  position: relative;
  display: inline-block;
  line-height: 1;
  text-align: center;
}
.contact_nav li:nth-child(1) {
  position: absolute;
  left: 0;
  bottom: 0;
}
.contact_nav li:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.contact_nav li:nth-child(3) {
  position: absolute;
  right: 0;
  bottom: 0;
}
.contact_nav li:after {
  content: "";
  background: #e5e5e5;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -54px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  border-radius: 100%;
}
.contact_nav li span {
  opacity: 0.4;
  letter-spacing: 0.05em;
  font-size: 16px;
  color: #000;
}
.contact_nav li._active span {
  opacity: 0.9;
  font-weight: 600;
  color: #005DB0;
}
.contact_nav li._active:after {
  background: #005DB0;
}
.contact_nav li._active:before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: -76px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  border: 1px solid #005DB0;
  border-radius: 100%;
}

#mailform {
  margin: 75px 0 200px;
}
#mailform input,
#mailform textarea {
  width: 100%;
  padding: 18px 17px 16px;
  border: 1px solid #D5D5D5;
  font-size: 16px;
}
#mailform textarea {
  resize: vertical;
  min-height: 200px;
}
#mailform input:placeholder,
#mailform textarea:placeholder {
  font-size: 16px;
  color: #9FA5AF;
}
#mailform .contact_form > li {
  letter-spacing: 0;
  font-size: 0;
}
#mailform .contact_form > li:nth-child(n+2) {
  margin-top: 52px;
}
#mailform .contact_head {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
#mailform .contact_head ._req {
  margin: -3px 0 3px;
  font-weight: 600;
  font-size: 13px;
  color: #FF0200;
}
#mailform .contact_head ._txt {
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 16px;
}
#mailform .contact_body {
  width: 75%;
  display: inline-block;
  vertical-align: top;
}
#mailform .contact_body ._txt {
  letter-spacing: 0.05em;
  font-size: 16px;
  color: #434343;
}
#mailform .contact_big {
  font-size: 16px;
}
#mailform .contact_double_input {
  width: 100%;
  max-width: 600px;
  letter-spacing: 0;
  font-size: 0;
}
#mailform .contact_double_input input {
  width: 47%;
  display: inline-block;
  font-size: 16px;
}
#mailform .contact_double_input input:nth-child(n+2) {
  margin-left: 6%;
}
#mailform .contact_zipcode {
  width: 100%;
  max-width: 435px;
  letter-spacing: 0;
  font-size: 0;
}
#mailform .contact_zipcode ._head {
  width: 37px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600;
}
#mailform .contact_zipcode input {
  width: calc(100% - 177px);
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
#mailform .contact_zipcode p {
  display: inline-block;
  vertical-align: middle;
}
#mailform .contact_zipcode p._search {
  width: 140px;
}
#mailform .contact_zipcode p a {
  display: block;
  text-align: center;
  text-decoration: underline;
  font-size: 16px;
  color: #005DB0;
}
#mailform .contact_select {
  width: 100%;
  max-width: 410px;
  border: 1px solid #D5D5D5;
  position: relative;
}
#mailform .contact_select select {
  width: calc(100% + 50px);
  padding: 18px 17px 16px;
  line-height: 1.5;
  font-size: 16px;
}
#mailform .contact_select:after {
  content: "";
  background: url(../images/contact_select.svg) no-repeat center/contain;
  width: 13px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
#mailform .comments {
  font-size: 16px;
}

#mailform .contact_radio_list {
  padding-top: 20px;
}
#mailform .contact_radio_list li:nth-child(n+2) {
  margin-top: 15px;
}
#mailform .contact_radio_list label {
  position: relative;
  display: inline-block;
}
#mailform .contact_radio_list input {
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#mailform .contact_radio_list input:checked + .contact_radio_text:after {
  background: #185db0;
}
#mailform .contact_radio_list input:checked + .mwform-radio-field-text:after {
  background: #185db0;
}

.contact_radio_text,
#mailform .mwform-radio-field-text {
  padding-left: 25px;
  position: relative;
  font-size: 16px;
}
.contact_radio_text:after,
#mailform .mwform-radio-field-text:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  border: 1px #D5D5D5 solid;
  border-radius: 50%;
}

.contact_thanks ._thanks, .thanks ._thanks {
  text-align: center;
  margin: 125px auto 215px;
}
.contact_thanks ._thanks ._ttl, .thanks ._thanks ._ttl {
  margin-bottom: 42px;
  letter-spacing: 0.03em;
  font-size: 28px;
  color: #005DB0;
}
.contact_thanks ._thanks ._reg, .thanks ._thanks ._reg {
  margin-bottom: 95px;
  letter-spacing: 0.05em;
  font-size: 16px;
  color: #434343;
}
.contact_thanks ._thanks ._back, .thanks ._thanks ._back {
  text-align: center;
}
.contact_thanks ._thanks ._back a, .thanks ._thanks ._back a {
  display: inline-block;
  font-size: 16px;
  text-decoration: underline;
  color: #005DB0;
}

.contact_back {
  margin-top: 30px;
  text-align: center;
}
.contact_back a, .contact_back button {
  display: inline-block;
  text-decoration: underline;
  color: #005DB0;
}

.contact_intro {
  margin: 110px 0 75px;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.875;
  font-size: 16px;
  color: #434343;
}
.contact_intro._left {
  text-align: left;
}
.contact_intro p {
  letter-spacing: inherit;
}
.contact_intro p:nth-child(n+2) {
  margin-top: 1em;
}

.top_info .all_read_more {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.top_info .content:after {
  content: "";
  background: rgba(29, 43, 59, 0.08);
  width: calc(100% - 275px);
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}

.entry_confirm {
  margin-top: 23px;
  padding-left: 25%;
  position: relative;
}

.entry_submit_btn {
  background: #F2F5F8;
  width: 265px;
  height: 60px;
  margin: 115px auto 0;
  position: relative;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 32px;
  border: 1px #F2F5F8 solid;
  letter-spacing: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.entry_submit_btn input {
  width: 100%;
  padding: 17px 0 19px !important;
  border: none !important;
  color: #005DB0;
  cursor: pointer;
}
@media (hover: hover) {
  .entry_submit_btn:hover {
    background: none;
    opacity: 1;
    border-color: #0E5DA8;
  }
  .entry_submit_btn:hover:before {
    opacity: 0;
  }
  .entry_submit_btn:hover:after {
    opacity: 1;
  }
}

.entry_submit_btn:before {
  content: "";
  background: #0E5DA8;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  border-radius: 50%;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.entry_submit_btn:after {
  content: "";
  background: url(../images/all_read_more_arrow.svg) no-repeat center/11px 8px;
  width: 11px;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.contact_checkbox_check {
  width: 1px !important;
  height: 1px;
  position: absolute;
  left: 25%;
  top: 0;
  opacity: 0;
}

.contact_check_text {
  padding-left: 25px;
  position: relative;
  display: inline-block;
  font-size: 16px;
}
.contact_check_text a {
  display: inline-block;
  text-decoration: underline;
  color: #005DB0;
}
.contact_check_text span {
  color: #9FA5AF;
}

.contact_checkbox_content_title .contact_check_text {
  padding-left: 40px;
}

.contact_check_text:before {
  content: "";
  background: #fff;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  border: 1px #D5D5D5 solid;
}

.contact_checkbox_check:checked + .contact_check_text:before {
  background: #185db0;
  border: 1px #185db0 solid;
}

.contact_checkbox_check:checked + .contact_check_text:after {
  content: "";
  width: 7px;
  height: 14px;
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-60%) rotate(45deg);
          transform: translateY(-60%) rotate(45deg);
  border-bottom: 2px #fff solid;
  border-right: 2px #fff solid;
  display: block;
}

.contact .contact_back {
  display: none;
}

.mw_wp_form #mailform .error {
  position: absolute;
  font-size: 12px;
}

.confirm #mailform .contact_body,
.confirm #mailform .contact_double_input,
.confirm #mailform .contact_zipcode,
.mw_wp_form_confirm #mailform .contact_body,
.mw_wp_form_confirm #mailform .contact_double_input,
.mw_wp_form_confirm #mailform .contact_zipcode {
  letter-spacing: 0.05em;
  font-size: 16px;
  color: #434343;
}
.confirm #mailform .contact_zipcode ._head,
.mw_wp_form_confirm #mailform .contact_zipcode ._head {
  display: none;
}
.confirm #mailform .contact_zipcode ._search,
.mw_wp_form_confirm #mailform .contact_zipcode ._search {
  display: none;
}
.confirm #mailform .contact_select,
.mw_wp_form_confirm #mailform .contact_select {
  max-width: none;
  border: none;
}
.confirm #mailform .contact_select:after,
.mw_wp_form_confirm #mailform .contact_select:after {
  display: none;
}

#complete {
  display: none;
}

/* #news お知らせ
=========================================== */
.news #container {
  padding-bottom: 200px;
}

.news_filter {
  background: #F8FAFB;
  border-left: 1px solid #0E5DA8;
  padding: 30px 4.3% 28px;
}
.news_filter ._ttl {
  margin-bottom: 2px;
  letter-spacing: 0.03em;
  font-size: 18px;
  color: #1D2B3B;
}
.news_filter ul {
  letter-spacing: 0;
  font-size: 0;
}
.news_filter ul li {
  margin-top: 12px;
  letter-spacing: 0;
  display: inline-block;
  margin-right: 16px;
}
.news_filter ul li:last-child {
  margin-right: 0;
}
.news_filter ul li a {
  background: #FFF;
  padding: 3px 9px 2px;
  display: block;
  border-radius: 50px;
  border: 1px solid #E4E8EE;
  font-size: 14px;
  font-weight: 500;
  color: #0E5DA8;
}
.news_filter ul li._active a {
  background: #0E5DA8;
  border: 1px solid #0E5DA8;
  color: #FFF;
}

.news_list {
  margin: 65px 0 120px;
}
.news_list ul li {
  border-bottom: 1px solid #edeef0;
}
.news_list ul li a {
  padding: 30px 24px;
  display: block;
  letter-spacing: 0;
  font-size: 0;
}
.news_list ._date {
  width: 85px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: -0.025em;
  text-align: center;
  line-height: 24px;
  font-size: 15px;
  color: #9FA5AF;
}
.news_list ._cate {
  width: 149px;
  margin: 0 36px 0 8px;
  padding: 2px 9px 3px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #E4E8EE;
  border-radius: 50px;
  letter-spacing: 0.03em;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #0E5DA8;
}
.news_list ._txt {
  width: calc(100% - 278px);
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.05em;
  line-height: 1.625;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

.news_nav {
  padding: 23px 75px;
  position: relative;
  text-align: center;
}
.news_nav ul {
  letter-spacing: 0;
  text-align: center;
  font-size: 0;
}
.news_nav ul li {
  margin: 0 16px;
  display: inline-block;
}
.news_nav ul li a {
  display: block;
  letter-spacing: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #0E5DA8;
}
.news_nav ul li.active a {
  opacity: 0.2;
  color: #454545;
}
.news_nav ul li.dots {
  font-size: 16px;
}
.news_nav .page-numbers {
  margin: 0 16px;
  display: inline-block !important;
  letter-spacing: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #0E5DA8;
}
.news_nav .page-numbers.current {
  opacity: 0.2;
  color: #454545;
}
.news_nav [rel=prev],
.news_nav [rel=next],
.news_nav .prev,
.news_nav .next {
  background: #F2F5F8;
  width: 64px;
  height: 64px;
  margin: 0;
  position: absolute;
  top: 50%;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news_nav [rel=prev] a,
.news_nav [rel=next] a,
.news_nav .prev a,
.news_nav .next a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.news_nav [rel=prev]:after,
.news_nav [rel=next]:after,
.news_nav .prev:after,
.news_nav .next:after {
  content: "";
  background: url(../images/all_arrow_blue.svg) no-repeat center/contain;
  width: 17px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.news_nav [rel=prev],
.news_nav .prev {
  left: 0;
}
.news_nav [rel=prev]:after,
.news_nav .prev:after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.news_nav [rel=next],
.news_nav .next {
  right: 0;
}
.news_nav [rel=next]:after,
.news_nav .next:after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.news_nav .back {
  text-align: center;
}
.news_nav .back a {
  display: inline-block;
  text-decoration: underline;
}

.news_article.all_sub_intro {
  margin-top: 0 !important;
}

.news_article_head {
  margin-bottom: 150px;
}
.news_article_head ._date {
  margin-right: 15px;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.025em;
  color: #9FA5AF;
}
.news_article_head ._cate {
  padding: 4px 9px;
  display: inline-block;
  border: 1px solid #E4E8EE;
  border-radius: 20px;
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
  color: #005DB0;
}
.news_article_head ._ttl {
  margin-top: 42px;
  line-height: 1.6;
  font-size: 32px;
  color: #000;
}
.news_article_head ._subtitle {
  margin-top: 25px;
  font-size: 20px;
}

.news_article_content {
  margin-bottom: 120px;
}

.news_txt {
  font-size: 16px;
}

.news_txt a {
  text-decoration: underline;
  color: #005DB0;
}

.news_btn {
  margin-top: 35px;
  letter-spacing: 0;
  font-size: 0;
}
.news_btn p {
  margin-right: 40px;
  display: inline-block;
}
.news_btn p a {
  background: #F2F5F8;
  width: 196px;
  padding: 21px 10px 21px 0;
  position: relative;
  display: block;
  border-radius: 100px;
  letter-spacing: 0;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #005DB0;
}
.news_btn p a:after {
  content: "";
  background: #005DB0;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50px;
}
.news_btn p:last-child {
  margin: 0;
}
.news_btn.pdf a {
  background: #005DB0;
  color: #FFF;
}
.news_btn.pdf a:after {
  content: "";
  background: url(../images/all_pdf_icon_w.svg) no-repeat center/contain;
  width: 20px;
  height: 22px;
  border-radius: 0;
}

.news_article_content > * 　 {
  clear: both;
}
.news_article_content > :nth-child(1) {
  margin-top: 0;
}
.news_article_content h2 {
  padding-top: 30px;
  position: relative;
  border-top: 2px solid rgba(29, 43, 59, 0.1);
  font-size: 30px;
  color: #005DB0;
}
.news_article_content h2 + .wp-block-image {
  margin-top: 60px;
}
.news_article_content h2:after {
  content: "";
  background: #005DB0;
  width: 68px;
  height: 2px;
  position: absolute;
  top: -2px;
  left: 0;
}
.news_article_content h2 + p {
  margin: 25px 0 0;
}
.news_article_content .wp-block-image {
  margin: 24px 0 0;
}
.news_article_content .wp-block-image img {
  max-width: 100%;
  height: auto;
}
.news_article_content .wp-block-image figcaption {
  margin: 10px 0 0;
  display: block;
  text-align: left;
  font-size: 14px;
  color: #1D2B3B;
  opacity: 0.7;
}
.news_article_content h3 {
  margin: 77px 0 0;
  padding-left: 25px;
  position: relative;
  font-size: 28px;
  color: #005DB0;
}
.news_article_content h3:after {
  content: "";
  background: #005DB0;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 15px;
  left: 0;
  border-radius: 15px;
}
.news_article_content h3 + p {
  margin: 28px 0 0;
}
.news_article_content h4 {
  margin: 79px 0 0;
  font-size: 24px;
  color: #005DB0;
}
.news_article_content p {
  margin: 12px 0 0;
  line-height: 1.875;
  font-size: 16px;
}
.news_article_content p a {
  text-decoration: underline;
  color: #005DB0;
}
.news_article_content ul {
  margin: 95px 0 0;
}
.news_article_content ul li {
  padding-left: 25px;
  position: relative;
  font-size: 16px;
  color: #1A1A1A;
}
.news_article_content ul li:after {
  content: "";
  background: #005DB0;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 15px;
}
.news_article_content ul li:nth-child(n+2) {
  margin: 5px 0 0;
}
.news_article_content .wp-block-gallery {
  margin: 28px 0 0;
}
.news_article_content .wp-block-gallery .wp-block-image {
  width: 47.7% !important;
  -webkit-box-flex: unset !important;
      -ms-flex-positive: unset !important;
          flex-grow: unset !important;
}
.news_article_content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
  margin-right: 4.6%;
}
.news_article_content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: none;
  padding: 0;
  position: static;
  margin: 10px 0 0;
  display: block;
  text-align: left;
  font-size: 14px;
  color: #1D2B3B;
  opacity: 0.7;
}
.news_article_content .wp-block-columns {
  margin-top: 100px;
}
.news_article_content .wp-block-columns .wp-block-column {
  font-size: 35px;
}
.news_article_content .wp-block-columns .wp-block-column > *:nth-child(1) {
  margin-top: 0;
}
.news_article_content .wp-block-table {
  margin-top: 45px;
  overflow: auto;
}
.news_article_content .wp-block-table table {
  min-width: 960px;
  border-top: 1px rgba(9, 68, 124, 0.1) solid;
  border-left: 1px rgba(9, 68, 124, 0.1) solid;
}
.news_article_content .wp-block-table thead th {
  background: #005DB0;
  padding: 15px 10px;
  border: none;
  border-right: 1px rgba(255, 255, 255, 0.7) solid;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
}
.news_article_content .wp-block-table tbody td {
  background: #fff;
  padding: 15px 10px;
  border: none;
  border-right: 1px rgba(9, 68, 124, 0.1) solid;
  border-bottom: 1px rgba(9, 68, 124, 0.1) solid;
  text-align: center;
  font-size: 14px;
}
.news_article_content .wp-block-buttons {
  margin: 35px 0 0;
}
.news_article_content .wp-block-buttons .wp-block-button {
  margin-right: 40px;
  position: relative;
  display: inline-block;
}
.news_article_content .wp-block-buttons .wp-block-button__link {
  background: #F2F5F8;
  min-width: 196px;
  padding: 21px 45px 21px 40px;
  position: relative;
  display: block;
  border-radius: 100px;
  letter-spacing: 0;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #005DB0;
}
.news_article_content .wp-block-buttons .wp-block-button__link:after {
  content: "";
  background: #005DB0;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50px;
}
.news_article_content .wp-block-buttons .wp-block-button__link[href$=".pdf"] {
  background: #005DB0;
  color: #FFF;
}
.news_article_content .wp-block-buttons .wp-block-button__link[href$=".pdf"]:after {
  content: "";
  background: url(../images/all_pdf_icon_w.svg) no-repeat center/contain;
  width: 20px;
  height: 22px;
  border-radius: 0;
}

/* #simulation
=========================================== */
.all_listB {
  letter-spacing: 0;
  font-size: 0;
}
.all_listB li:nth-child(n+2) {
  margin-top: 75px;
}
.all_listB ._left {
  width: 53%;
  margin-top: -6px;
  padding-right: 5.7%;
  display: inline-block;
  vertical-align: top;
}
.all_listB ._right {
  width: 47%;
  display: inline-block;
  vertical-align: top;
}
.all_listB ._caption {
  margin-top: 7px;
  padding-left: 45px;
  position: relative;
  opacity: 0.7;
  font-size: 14px;
  color: #1D2B3B;
}
.all_listB ._caption span {
  position: absolute;
  left: 0;
  top: 0;
}

.design .all_listB {
  margin-top: 73px;
}

.design_reactor_table {
  margin-top: 65px;
}

/* #privacy
=========================================== */
.privacy .all_title4 {
  margin-top: 110px;
}
.privacy .all_title4:nth-of-type(n+2) {
  margin-top: 80px;
}

/* #flow01
=========================================== */
.flow01 .mt30 {
  margin-top: 30px;
}
.flow01 .all_img_text_column ._img,
.flow01 .all_img_text_column ._text {
  width: 47.08%;
}
.flow01 .all_img_text_column + .all_img_text_column {
  margin-top: 90px;
}

/* #flow02
=========================================== */
.flow02 .all_border_sec .mt30 {
  margin-top: 30px;
}
.flow02 .all_border_sec .all_text + .all_title_circle {
  margin-top: 65px;
}
.flow02 .all_border_sec .all_graph + .all_text {
  margin-top: 35px;
}
.flow02 .all_border_sec_lists {
  margin: 30px 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  counter-reset: number 0;
}
.flow02 .all_border_sec_lists::after {
  content: "";
  height: 0;
  display: block;
}
.flow02 .all_border_sec_lists::after, .flow02 .all_border_sec_lists_item {
  width: 31.04%;
}
.flow02 .all_border_sec_lists_item {
  background: #F9FAFB;
  padding: 50px 30px 15px;
  position: relative;
}
.flow02 .all_border_sec_lists_item::marker {
  content: none;
}
.flow02 .all_border_sec_lists_item::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) "";
  position: absolute;
  top: 15px;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  color: #005DB0;
}

/* #flow04
=========================================== */
@-webkit-keyframes flow04Arrow {
  0% {
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
    opacity: 0;
  }
  25% {
    -webkit-transform: translate(-50%, -45%);
            transform: translate(-50%, -45%);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
  }
  75% {
    -webkit-transform: translate(-50%, -55%);
            transform: translate(-50%, -55%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
    opacity: 0;
  }
}
@keyframes flow04Arrow {
  0% {
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
    opacity: 0;
  }
  25% {
    -webkit-transform: translate(-50%, -45%);
            transform: translate(-50%, -45%);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
  }
  75% {
    -webkit-transform: translate(-50%, -55%);
            transform: translate(-50%, -55%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
    opacity: 0;
  }
}
.flow04_wrap {
  margin-top: 60px;
  position: relative;
}
.flow04_wrap_img {
  width: 46.4%;
  margin-left: 2%;
  position: relative;
}
.flow04_wrap_img img {
  width: 100%;
}
.flow04_wrap_img ._arrow {
  background: url(../images/flow04_wrap_img_arrow_white.png) no-repeat center/100%;
  width: 6.27%;
  padding-top: 12.1%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: flow04Arrow 5s linear infinite;
          animation: flow04Arrow 5s linear infinite;
}
.flow04_wrap_img ._arrow1 {
  background-image: url(../images/flow04_wrap_img_arrow_blue.png);
  top: 7.45%;
}
.flow04_wrap_img ._arrow2 {
  top: 44%;
}
.flow04_wrap_img ._arrow3 {
  top: 65.8%;
}
.flow04_wrap_img ._arrow4 {
  top: 83.8%;
}
.flow04_wrap_lists {
  width: 58.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: absolute;
  bottom: 15px;
  right: 4.2%;
}
.flow04_wrap_lists ._item {
  width: 78.5%;
  height: 8.75vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 0 10px 15%;
  background-image: linear-gradient(to right, #1D2B3B 2px, transparent 2px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media (min-width: 1600px) {
  .flow04_wrap_lists ._item {
    height: 130px;
  }
}
.flow04_wrap_lists ._item.item2 {
  margin-left: 7%;
}
.flow04_wrap_lists ._item.item3 {
  margin-left: 14%;
}
.flow04_wrap_lists ._item.item4 {
  margin-left: 21%;
}
.flow04_wrap_lists ._item .stit {
  padding: 0 0 5px;
  position: relative;
  font-size: 1.125vw;
  color: #005DB0;
}
.flow04_wrap_lists ._item .stit .small_text {
  display: block;
  font-size: 0.75vw;
}
.flow04_wrap_lists ._item .stit ._number {
  position: absolute;
  left: -1.8em;
  top: 0.75em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #005DB0;
}
.flow04_wrap_lists ._item ._graph {
  width: 36%;
}
.flow04_wrap_lists ._item ._graph img {
  width: 100%;
}
.flow04_wrap_lists ._item ._graph .all_scale:after {
  background: url(../images/all_scale.svg) no-repeat center/2.5vw 2.5vw;
  width: 2.5vw;
  height: 2.5vw;
}
.flow04 .microwave_column {
  margin-top: 70px;
}
.flow04 .all_text + .all_title_circle {
  margin-top: 100px;
}
.flow04 .flow04_sstit {
  margin: 40px 0 5px;
  font-size: 24px;
  color: #005DB0;
}

/* #pilot
=========================================== */
.pilot .all_title_circle {
  margin: 100px 0 45px;
}
.pilot .all_slide3,
.pilot .all_slide4 {
  margin: 0;
  padding-right: 0;
}
.pilot .all_slide3 .swiper-wrapper .swiper-slide,
.pilot .all_slide4 .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
}
.pilot .all_slide3 .all_slide_controls3,
.pilot .all_slide3 .all_slide_controls4,
.pilot .all_slide4 .all_slide_controls3,
.pilot .all_slide4 .all_slide_controls4 {
  width: 112px;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  bottom: 31px;
  right: 0;
  z-index: 10;
}
.pilot .all_slide3 .all_slide_controls3::before,
.pilot .all_slide3 .all_slide_controls4::before,
.pilot .all_slide4 .all_slide_controls3::before,
.pilot .all_slide4 .all_slide_controls4::before {
  content: "";
  width: 1px;
  height: 24px;
  background: #E4E8EE;
  position: absolute;
  top: calc(50% - 12px);
  left: 50%;
  z-index: 11;
}
.pilot .all_slide3 .all_slide_controls3 .swiper-button-disabled,
.pilot .all_slide3 .all_slide_controls4 .swiper-button-disabled,
.pilot .all_slide4 .all_slide_controls3 .swiper-button-disabled,
.pilot .all_slide4 .all_slide_controls4 .swiper-button-disabled {
  opacity: 1;
}
.pilot .all_slide3 .all_slide_controls3 .swiper-button-disabled svg,
.pilot .all_slide3 .all_slide_controls4 .swiper-button-disabled svg,
.pilot .all_slide4 .all_slide_controls3 .swiper-button-disabled svg,
.pilot .all_slide4 .all_slide_controls4 .swiper-button-disabled svg {
  opacity: 0.5;
}
.pilot .all_slide3 .all_slide_controls3 button,
.pilot .all_slide3 .all_slide_controls4 button,
.pilot .all_slide4 .all_slide_controls3 button,
.pilot .all_slide4 .all_slide_controls4 button {
  width: 56px;
  height: 56px;
  border-radius: 0;
}
.pilot .all_slide3 .all_slide_controls3 button._prev,
.pilot .all_slide3 .all_slide_controls4 button._prev,
.pilot .all_slide4 .all_slide_controls3 button._prev,
.pilot .all_slide4 .all_slide_controls4 button._prev {
  border-right: none;
}
.pilot .all_slide3 .all_slide_controls3 button._next,
.pilot .all_slide3 .all_slide_controls4 button._next,
.pilot .all_slide4 .all_slide_controls3 button._next,
.pilot .all_slide4 .all_slide_controls4 button._next {
  border-left: none;
}
.pilot .all_img_text_column {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pilot .all_img_text_column ._img {
  width: 47.2%;
}
.pilot .all_img_text_column .all_table_sec {
  width: 46.8%;
  margin-top: 0;
}
.pilot .all_img_text_column .all_table_sec .all_table {
  min-width: 46.8%;
}
.pilot .all_img_text_column .all_table_sec th,
.pilot .all_img_text_column .all_table_sec td {
  border: 1px rgba(14, 93, 168, 0.1) solid;
  letter-spacing: 0;
}
.pilot .all_img_text_column .all_table_sec th {
  width: 42%;
  padding-left: 25px;
  background: #EDF3F7;
  color: #005DB0;
  font-size: 14px;
  font-weight: bold;
}
.pilot .all_img_text_column .all_table_sec td .note {
  display: block;
  font-size: 12px;
  color: rgba(29, 43, 59, 0.7);
}
.pilot .all_img_text_column + .all_text {
  margin: 45px 0 0;
}
.pilot .all_table tbody tr:nth-child(2n) td.none {
  background: none;
}
.pilot .all_table th.w185 {
  width: 19%;
}
.pilot .all_table th.w295 {
  width: 31%;
}
.pilot .all_table th.w260 {
  width: 27%;
}
.pilot .all_table th.w220 {
  width: 23%;
}

/* #scaleup_results
=========================================== */
.scaleup_results .scaleup_main_table {
  margin-top: 100px;
}
.scaleup_results .scaleup_main_table tbody th {
  text-align: center;
}
.scaleup_results .scaleup_main_table tbody th.w45 {
  width: 4.7%;
}
.scaleup_results .scaleup_main_table tbody td.bg {
  background: #F8FAFB;
}
.scaleup_results .scaleup_main_table tbody td.bg_none {
  background: none;
}
.scaleup_results .all_border_sec .all_table_sec {
  margin-top: 90px;
}
.scaleup_results .all_border_sec tbody th {
  padding-left: 15px;
  width: 19.3%;
}
.scaleup_results .all_border_sec tbody td {
  width: 16.14%;
}
.scaleup_results .all_table_sec .all_table tbody th {
  background: #EDF3F7;
  color: #005DB0;
  font-size: 14px;
  font-weight: 700;
}
.scaleup_results .all_table_sec .all_table tbody th,
.scaleup_results .all_table_sec .all_table tbody td {
  letter-spacing: 0;
}
.scaleup_results .scaleup_results_lists {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.scaleup_results .scaleup_results_lists dt,
.scaleup_results .scaleup_results_lists dd {
  border-bottom: 1px solid rgba(29, 43, 59, 0.08);
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.scaleup_results .scaleup_results_lists dt {
  padding-top: 20px;
  padding-left: 5.7%;
  width: 24.5%;
  color: #005DB0;
}
.scaleup_results .scaleup_results_lists dd {
  padding: 20px 0;
  width: 75.5%;
}
.scaleup_results .scaleup_results_lists dd .item {
  display: inline-block;
}
.scaleup_results .scaleup_results_lists dd .item + .item {
  margin-top: 35px;
}

/* #interview
=========================================== */
.interview_wrap_sub {
  padding-left: 23px;
  position: relative;
  font-size: 19px;
  color: #005DB0;
}
.interview_wrap_sub::before {
  content: "";
  background: #005DB0;
  width: 8px;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  border-radius: 50%;
}
.interview_wrap_sub + .s_title {
  margin-top: 20px;
}

.interview_wrap {
  padding-bottom: 0 !important;
}
.interview_wrap_main_title {
  margin: 10px 0 0;
  font-size: 32px;
  color: #005DB0;
}
.interview_wrap_main_text {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.interview_wrap_main_text .name {
  margin-right: 10px;
  font-size: 16px;
}
.interview_wrap_main_text .data {
  line-height: 1;
  font-size: 14px;
  color: rgba(29, 43, 59, 0.6);
}
.interview_wrap_main_pic {
  margin: 90px auto 83px;
}
.interview_wrap_main_pic img {
  width: 100vw;
}
.interview_cot_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.interview_cot_item._full .interview_cot_item_text {
  width: 100%;
}
.interview_cot_item_text {
  width: 46.66%;
}
.interview_cot_item_text .s_title {
  margin-bottom: 35px;
  line-height: 1.6;
  font-size: 23px;
  color: #005DB0;
}
.interview_cot_item_pic {
  width: 45.83%;
}
.interview_cot_item_pic img {
  width: calc(50vw - 50px);
  position: relative;
}
.interview_cot_item_pic_sp {
  display: none;
}
.interview_cot_item_pic_sp img {
  width: 100%;
}
.interview_cot_item + .interview_cot_item {
  margin: 155px auto 0;
}
.interview_cot_item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.interview_cot_item.item1 .interview_cot_item_text {
  width: 100%;
}
.interview_cot_item.item2 .interview_cot_item_text {
  margin: 0 -40px 0 0;
}
.interview_cot_item.item2 .interview_cot_item_pic img {
  right: calc(50vw - 50px - 100%);
}
.interview_other {
  padding: 190px 0 180px;
}
.interview_other_title {
  margin: 0 0 50px;
  font-size: 32px;
}
.interview_other_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.interview_other_lists::after {
  content: "";
  height: 0;
  display: block;
}
.interview_other_lists::after, .interview_other_lists_item {
  width: 30.25%;
}
.interview_other_lists_item .pic {
  overflow: hidden;
}
.interview_other_lists_item .pic img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.interview_other_lists_item .text {
  min-height: 110px;
  padding-right: 85px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.interview_other_lists_item .text .name {
  margin-right: 0px;
  letter-spacing: 0;
  font-size: 24px;
  color: #005DB0;
}
.interview_other_lists_item .text .type {
  padding: 0;
}
.interview_other_lists_item .text .all_circle_arrow {
  width: 72px;
  height: 72px;
  position: absolute;
  right: 0;
  bottom: calc(50% - 36px);
}
@media (hover: hover) {
  .interview_other_lists_item a:hover {
    opacity: 1;
  }
  .interview_other_lists_item a:hover .pic img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.interview_slider,
.interview_controls {
  display: none;
}

/* #achievements
=========================================== */
.achievements_mv {
  background: url(../images/achievement_dummy_mv.jpg) no-repeat center/cover;
  width: calc(50% + 50vw);
  height: 600px;
  margin: 88px 0 193px;
}

.achievements_head {
  margin-bottom: 150px;
  letter-spacing: 0;
  font-size: 0;
}
.achievements_head ._info {
  width: calc(100% - 246px);
  padding-right: 20px;
  display: inline-block;
  vertical-align: top;
}
.achievements_head ._info._full {
  width: 100%;
  padding-right: 0;
}
.achievements_head ._logo {
  width: 246px;
  margin-top: 7px;
  display: inline-block;
  vertical-align: top;
}
.achievements_head ._logo p {
  background: #fff;
  padding-top: 48.78%;
  position: relative;
  border: 1px rgba(29, 43, 59, 0.1) solid;
}
.achievements_head ._logo img {
  max-width: 85%;
  max-height: 85%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}
.achievements_head ._logo_sp {
  display: none;
}
.achievements_head ._ttl {
  margin-bottom: 20px;
  letter-spacing: 0.03em;
  font-size: 32px;
  color: #005DB0;
}
.achievements_head ._client_date {
  margin-bottom: 9px;
  letter-spacing: 0.03em;
  font-size: 16px;
  color: #1D2B3B;
}
.achievements_head ._client_date ._client {
  margin-right: 19px;
}
.achievements_head ._client_date ._date {
  display: inline-block;
  letter-spacing: -0.025em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #9FA5AF;
}
.achievements_head ._date {
  margin-bottom: 9px;
  display: inline-block;
  letter-spacing: -0.025em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #9FA5AF;
}
.achievements_head ._type {
  letter-spacing: 0;
  font-size: 0;
}
.achievements_head ._type li {
  margin-right: 22px;
  display: inline-block;
}
.achievements_head ._type li:last-child {
  margin-right: 0;
}
.achievements_head ._type li p {
  letter-spacing: 0.03em;
  font-size: 14px;
  color: #8e959d;
}
.achievements_head ._type li span {
  margin-right: 5px;
  padding: 3px 12px 3px;
  display: inline-block;
  background: #F2F5F8;
  border-radius: 25px;
  color: #8e959d;
}
.achievements_head ._type li span:last-child {
  margin-right: 0;
}

.achievements .paper_section,
.seedprojects .paper_section {
  padding-bottom: 200px;
}
.achievements .news_nav,
.seedprojects .news_nav {
  margin-top: 120px;
}
.achievements ._menu a,
.seedprojects ._menu a {
  opacity: 1;
}

.achievement_section {
  margin-bottom: 200px;
  padding-bottom: 0 !important;
}

.achievements_content {
  margin-bottom: 150px;
}
.achievements_content h2 {
  margin-top: 150px;
  padding: 0 0 0 25px;
  border-top: none;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-size: 19px;
}
.achievements_content h2:before {
  content: "";
  background: #005DB0;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 0.8em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  border-radius: 50%;
}
.achievements_content h2:after {
  display: none;
}
.achievements_content h3 {
  margin-top: 18px;
  padding-left: 0;
  line-height: 1.7;
  letter-spacing: 0.03em;
  font-size: 28px;
  color: #005DB0;
}
.achievements_content h3 strong {
  color: #005DB0;
}
.achievements_content h3:after {
  display: none;
}
.achievements_content .wp-block-columns {
  margin-top: 150px;
}
.achievements_content .wp-block-columns .wp-block-image img {
  border: 1px #E3E3E3 solid;
}
.achievements_content .wp-block-gallery {
  margin-top: 40px;
}

._full_size ._info {
  width: 100%;
  padding-right: 0;
}
._full_size:nth-child(2n+2) ._info {
  padding-right: 0;
  padding-left: 0;
  float: none;
}
._full_size:nth-child(2n+2) ._img {
  padding-left: 0;
  padding-right: 0;
}

.achievements_nav {
  margin: 110px auto 200px;
}

.achievements_dualpic {
  margin-top: 45px;
  letter-spacing: 0;
  font-size: 0;
}
.achievements_dualpic p {
  width: 47.7%;
  display: inline-block;
}
.achievements_dualpic p:nth-child(n+2) {
  margin-left: 4.6%;
}
.achievements_dualpic p img {
  width: 100%;
}
.achievements_dualpic span {
  margin-top: 6px;
  display: block;
  opacity: 0.7;
  letter-spacing: 0.03em;
  font-size: 14px;
  color: #1D2B3B;
}

.achievements_list {
  margin: 22px auto 47px;
}
.achievements_list li {
  padding-left: 25px;
  position: relative;
  letter-spacing: 0.03em;
  font-size: 16px;
}
.achievements_list li:nth-child(n+2) {
  margin-top: 8px;
}
.achievements_list li:after {
  content: "";
  background: #005DB0;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 7px;
  left: 0;
  border-radius: 100%;
}

.achievements_table {
  width: 100%;
  margin: 47px 0 80px;
  border: 1px solid rgba(9, 68, 124, 0.1);
}
.achievements_table thead th {
  background: #005DB0;
  width: 25%;
  padding: 15px 0 16px;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  color: #FFF;
}
.achievements_table thead th:nth-child(n+2) {
  border-left: 1px solid rgba(255, 255, 255, 0.7);
}
.achievements_table tbody tr:nth-child(n+2) {
  border-top: 1px solid rgba(9, 68, 124, 0.1);
}
.achievements_table tbody tr td {
  padding: 17px 0;
  letter-spacing: 0;
  text-align: center;
  font-size: 14px;
}
.achievements_table tbody tr td:nth-child(n+2) {
  border-left: 1px solid rgba(9, 68, 124, 0.1);
}
.achievements_table tbody tr:nth-child(2n+2) {
  background: #F8FAFB;
}

.achievements .news_nav {
  margin-top: 70px;
}

/* #search
=========================================== */
.search_list {
  padding-top: 60px;
}
.search_list li {
  padding: 40px 0;
  border-bottom: 1px solid #edeef0;
}
.search_list li:nth-child(1) {
  padding-top: 0;
}
.search_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.search_list ._img {
  background: url(../images/news_article_dummy.jpg) no-repeat center/cover;
  width: 20%;
  padding-top: 15%;
  border: 1px solid #edeef0;
}
.search_list ._sec {
  width: calc(80% - 40px);
}
.search_list ._text {
  margin-top: 10px;
}

.search .news_nav {
  margin-top: 90px;
}

/* #recruit 
=========================================== */
.recruit_message {
  margin: 0 0 0;
}

.recruit_interview {
  margin-bottom: 154px;
}

.recruit_guideline {
  margin-bottom: 320px;
}

.recruit_section {
  font-size: 16px;
}

.recruit_mid_images {
  margin: 85px 0 155px;
}
.recruit_mid_images div {
  width: 715px;
}
.recruit_mid_images img {
  width: 100%;
}

.recruit_slider.all_slide {
  margin-top: 73px;
}
.recruit_slider .all_slide_controls5 {
  margin-top: 20px;
}
.recruit_slider .swiper-slide ._img {
  width: 100%;
  height: 540px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.recruit_slider .swiper-slide.recruit_slide_mo ._img {
  background-image: url(../images/recruit_slide_mo.jpg);
}
.recruit_slider .swiper-slide.recruit_slide_mk ._img {
  background-image: url(../images/recruit_slide_mk.jpg);
}
.recruit_slider .swiper-slide.recruit_slide_to ._img {
  background-image: url(../images/recruit_slide_to.jpg);
}
.recruit_slider .swiper-slide.recruit_slide_ah ._img {
  background-image: url(../images/recruit_slide_ah.jpg);
}
.recruit_slider .swiper-slide a {
  background: none;
  height: auto;
  position: relative;
  display: block;
}
.recruit_slider .swiper-slide ._name {
  padding-right: 80px;
  position: relative;
}
.recruit_slider .swiper-slide ._name p {
  padding: 36px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit_slider .swiper-slide ._name p span {
  display: inline-block;
  vertical-align: middle;
}
.recruit_slider .swiper-slide ._name p span:first-child {
  margin-right: 25px;
  letter-spacing: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #005DB0;
}
.recruit_slider .swiper-slide ._name p span:last-child {
  opacity: 0.7;
  letter-spacing: 0.03em;
  font-size: 18px;
  color: #1D2B3B;
}
.recruit_slider .swiper-slide ._name .all_circle_arrow {
  width: 72px;
  height: 72px;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.recruit_slider .swiper-slide ._name .all_circle_arrow:before {
  border: 1px #E4E8EE solid;
}

@media (hover: hover) {
  .recruit_slider .swiper-slide a:hover .all_circle_arrow svg path {
    stroke: #005DB0;
  }
  .recruit_slider .swiper-slide a:hover .all_circle_arrow:before {
    border: 1px #005DB0 solid !important;
  }
}
.recruit_intro {
  margin-top: 62px;
  line-height: 1.65;
  letter-spacing: 0.03em;
  font-size: 38px;
  color: #005DB0;
}

.recruit_intro_wrapper {
  max-width: 945px;
}

.recruit_intro_txt {
  margin-top: 20px;
}
.recruit_intro_txt p {
  line-height: 1.9;
  font-size: 17px;
}
.recruit_intro_txt p:nth-child(n+2) {
  margin-top: 17px;
}

.recruit_table {
  width: 100%;
  border: 1px solid rgba(9, 68, 124, 0.1);
  border-top: none;
}
.recruit_table tr:nth-child(n+2) {
  border-top: 1px solid rgba(9, 68, 124, 0.1);
}
.recruit_table tr:first-child th {
  background: #005DB0;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  color: #FFF;
}
.recruit_table tr:first-child th:nth-child(n+2) {
  border-left: 1px solid #FFFFFF;
}
.recruit_table tr:first-child th:nth-child(n+2) span {
  display: block;
  width: 1em;
  margin: 0 auto;
  line-height: 1.1;
}
.recruit_table tr:first-child th:first-child {
  max-width: 246px;
  min-width: 246px;
  width: 246px;
}
.recruit_table tr:first-child th:last-child {
  border-right: 1px solid #005DB0;
}
.recruit_table tr:nth-child(n+2) th {
  background: #edf3f7;
  padding: 25px 0 25px 22px;
  font-weight: 600;
  font-size: 14px;
  color: #005db0;
}
.recruit_table tr:nth-child(n+2) th._splitA {
  max-width: 48px;
  min-width: 48px;
  width: 48px;
  padding: 0;
  border-right: 1px solid rgba(9, 68, 124, 0.1);
  text-align: center;
}
.recruit_table tr:nth-child(n+2) th._splitA span {
  display: block;
  width: 1em;
  margin: 0 auto;
  line-height: 1.1;
}
.recruit_table tr:nth-child(n+2) th._splitB {
  max-width: 198px;
  min-width: 198px;
  width: 198px;
}
.recruit_table td {
  text-align: center;
}
.recruit_table tr:nth-child(n+2) td {
  border-left: 1px solid rgba(9, 68, 124, 0.1);
}
.recruit_table ._angle {
  position: relative;
}
.recruit_table ._tri {
  letter-spacing: 0;
  font-size: 0;
}
.recruit_table ._tri img {
  width: 100%;
  height: 100%;
}
.recruit_table ._top {
  position: absolute;
  top: 53px;
  right: 66px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 17px;
  color: #FFF;
}
.recruit_table ._bot {
  position: absolute;
  bottom: 35px;
  left: 64px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 17px;
  color: #005DB0;
}

.recruit_table_legend {
  margin: 70px 0 8px;
  text-align: right;
  letter-spacing: 0;
  font-size: 0;
}
.recruit_table_legend p {
  display: inline-block;
  font-size: 16px;
}
.recruit_table_legend p:nth-child(n+2) {
  margin-left: 16px;
}

/* #oscillator 発振器求む
=========================================== */
.oscillator_section .all_copy2 {
  color: #0E5DA8;
}
.oscillator_section + .oscillator_section {
  margin-top: 150px;
}
.oscillator_section .outline_history_dlist {
  width: calc(100% - 235px);
}
.oscillator_section .outline_history_dlist dl:nth-child(1) {
  border-top: none;
}
.oscillator_section .outline_history_dlist dt {
  width: 70px;
  height: 30px;
}
.oscillator_section .outline_history_dlist dt ._head {
  left: -235px;
}
.oscillator_section .outline_history_dlist dl:last-child {
  border-bottom: none;
}

.oscillator_list {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.oscillator_list li {
  width: 47.66%;
}
.oscillator_list li:nth-child(2n) {
  margin-left: 4.68%;
}
.oscillator_list ._img img {
  width: 100%;
}
.oscillator_list .all_text_smaller {
  margin-top: 10px;
}

.oscillator_graph {
  margin-top: 55px;
}

/*md 各種ご紹介動画&資料ダウンロード
=========================================== */
.md_sec {
  margin-top: -90px;
}
.md_sec .content {
  position: relative;
}
.md_sec .all_case_sec {
  display: block;
}
.md_sec .all_case_sec ._menu {
  width: 100%;
}
.md_sec .all_case_sec ._main {
  width: 100%;
}
.md_sec .all_case_sec ._main ._list li {
  width: 31.2%;
}
.md_sec .all_case_sec ._main ._list:after {
  content: "";
  width: 31.2%;
  height: 0;
  display: block;
}
.md_sec .all_read_more {
  position: absolute;
  right: 0;
  top: 25px;
}
.md_sec + .md_sec {
  margin-top: 160px;
}
.md_sec._movies .all_case_sec ._main ._img:after {
  content: "";
  background: url(../images/all_movie_icon.svg) no-repeat center/100% 100%;
  width: 76px;
  height: 76px;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.md_sec .news_nav {
  margin-top: 75px;
}

.md_tab li:nth-child(2n) a {
  background: #F1F4F7;
}
@media (hover: hover) {
  .md_tab li:nth-child(2n) a:hover {
    background: #0E5DA8;
    font-weight: 700;
    color: #fff;
    opacity: 1;
  }
  .md_tab li:nth-child(2n) a:hover span {
    font-weight: 700;
    color: #fff;
  }
}
.md_tab li:nth-child(2n) a._on {
  background: #0E5DA8;
  font-weight: 700;
  color: #fff;
}
.md_tab li:nth-child(2n) a._on span {
  font-weight: 700;
  color: #fff;
}

.md_new_sec {
  margin-top: -55px;
  position: relative;
}
.md_new_sec .md_new_slide {
  width: 100%;
  margin-top: 52px;
  overflow: visible;
}
.md_new_sec .md_new_slide:after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(66.04%, rgba(255, 255, 255, 0.85)), color-stop(85.36%, rgba(255, 255, 255, 0.93)), to(#fff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 66.04%, rgba(255, 255, 255, 0.93) 85.36%, #fff 100%);
  width: calc(50vw - 600px);
  height: 485px;
  position: absolute;
  left: 100%;
  top: -25px;
  z-index: 2;
  display: block;
}
.md_new_sec .md_new_slide._movies ._img:after {
  content: "";
  background: url(../images/all_movie_icon.svg) no-repeat center/100% 100%;
  width: 101px;
  height: 101px;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.md_new_sec .md_new_slide .swiper-slide {
  width: 744px;
}
.md_new_sec .all_slide_controls {
  width: 50%;
  margin-top: 0;
  position: absolute;
  right: 0;
  top: -140px;
}
.md_new_sec + .md_sec {
  margin-top: 150px;
}
.md_new_sec ._main ._title ._name {
  font-size: 24px;
}

.md_form_sec .entry_confirm {
  margin-top: 55px;
  padding-left: 0;
}
.md_form_sec #mailform .contact_head {
  width: 29%;
}
.md_form_sec #mailform .contact_body {
  width: 71%;
}

.md_tag_square {
  background: #005DB0;
  padding: 8px 30px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

@media (min-width: 601px) {
  .md_new_sec .md_tag_square {
    padding: 4px 30px;
    font-size: 22px;
  }
}
.md_form_split {
  margin-top: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.md_form_split ._left {
  width: 35%;
  padding-right: 118px;
}
.md_form_split ._left ._img {
  width: 100%;
  padding-top: 61.26%;
  position: relative;
  overflow: hidden;
  border: 1px rgba(29, 43, 59, 0.08) solid;
}
.md_form_split ._left ._img div {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.md_form_split ._left ._tag {
  background: #005DB0;
  margin-top: 20px;
  padding: 3px 12px;
  display: inline-block;
  border-radius: 50px;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
}
.md_form_split ._left ._name {
  margin-top: 12px;
  font-size: 16px;
  color: #005DB0;
}
.md_form_split ._left .all_text_small {
  margin-top: 10px;
  color: rgba(29, 43, 59, 0.8);
}
.md_form_split ._right {
  width: 65%;
}

.md_category_title {
  display: none;
}

.md_category_head {
  margin-right: 28px;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-size: 18px;
  color: #1D2B3B;
}

.md_form_thanks .content {
  max-width: 600px;
}

.md_form_thanks_main {
  margin-top: 110px;
}
.md_form_thanks_main ._img {
  width: 100%;
  margin-top: 60px;
  padding-top: 61.26%;
  position: relative;
  overflow: hidden;
  border: 1px rgba(29, 43, 59, 0.08) solid;
}
.md_form_thanks_main ._img div {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

/* #footer フッター
=========================================== */
#footer {
  position: relative;
  z-index: 3;
  overflow: hidden;
}
#footer ._sns_list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer ._sns_list li {
  font-size: 0;
}
#footer ._sns_list li:nth-child(n+2) {
  margin-left: 22px;
}

.footer_banner {
  background: radial-gradient(circle at top left, #2A67AB, #0E5DA8 90%, #0E5DA8 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_banner a {
  background: url(../images/footer_banner_bg.png) no-repeat center bottom/cover;
  width: 100%;
  height: 400px;
  padding: 0 calc(16.5% + 120px) 0 15.625%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer_banner a:after {
  content: "";
  background: radial-gradient(circle at top left, rgba(135, 101, 180, 0.4), rgba(135, 101, 180, 0));
  width: 80%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.footer_banner a:nth-child(2) {
  border-left: 1px #5578AD solid;
}
@media (hover: hover) {
  .footer_banner a:hover {
    opacity: 1;
  }
}
.footer_banner ._head {
  padding-left: 25px;
  position: relative;
  z-index: 2;
  font-size: 19px;
  color: #fff;
}
.footer_banner ._head:after {
  content: "";
  background: #FFF;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.footer_banner ._text {
  margin-top: 20px;
  position: relative;
  z-index: 2;
  font-size: 34px;
  color: #fff;
}
.footer_banner ._text + .all_text {
  margin-top: 30px;
}
.footer_banner .all_text {
  position: relative;
  z-index: 2;
  color: #fff;
}
.footer_banner .all_circle_arrow {
  width: 100px;
  height: 100px;
  right: 16.5%;
  bottom: auto;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer_main {
  background: #1D2B3B;
  padding: 130px 0 160px;
}
.footer_main * {
  color: #fff;
}
.footer_main .content {
  max-width: 1360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_main ._left ._name {
  margin-top: 65px;
  font-size: 20px;
}
.footer_main ._left address {
  margin-top: 20px;
  line-height: 2.14;
  font-size: 14px;
}
.footer_main ._left ._suggest_banner {
  margin-top: 45px;
}
.footer_main ._left ._suggest_banner.mt20 {
  margin-top: 20px;
}
.footer_main ._left ._suggest_banner img {
  width: 340px;
}
.footer_main ._right {
  width: 775px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_main ._right ._sec {
  width: calc(50% - 92px);
  padding-right: 25px;
}
.footer_main ._right ._sec:last-child {
  width: 195px;
}
.footer_main .footer_list > li:nth-child(n+2) {
  margin-top: 30px;
}
.footer_main .footer_list ._main {
  display: inline-block;
  line-height: 1.875;
  font-size: 16px;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.footer_main .footer_list sup {
  font-size: 0.5em;
  color: #fff;
}
.footer_main .footer_sub_list {
  margin-top: 12px;
}
.footer_main .footer_sub_list a {
  display: inline-block;
  line-height: 1.57;
  font-size: 14px;
  opacity: 0.6;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.footer_main .footer_sub_list li:nth-child(n+2) {
  margin-top: 10px;
}
.footer_main .footer_sub_list ._has_head:nth-child(n+2) {
  margin-top: 28px;
}
.footer_main .footer_sub_list ._head {
  margin-bottom: 5px;
  font-size: 12px;
  opacity: 0.4;
}
@media (hover: hover) {
  .footer_main .footer_sub_list a:hover {
    opacity: 1;
  }
}
.footer_main ._acc {
  display: none;
}

#footer .footer_bottom {
  margin-top: 65px;
  display: none;
}
#footer .footer_bottom ._language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer .footer_bottom ._language ._head {
  margin-right: 18px;
  font-size: 14px;
  color: #fff;
}
#footer .footer_bottom ._language ._list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer_bottom ._language ._list li a {
  padding: 1px 0;
  display: block;
  font-size: 14px;
  color: #fff;
  opacity: 0.7;
}
#footer .footer_bottom ._language ._list li a._on {
  background: rgba(255, 255, 255, 0.3);
  padding: 1px 10px;
  border-radius: 10px;
  font-weight: 500;
  opacity: 1;
}
#footer .footer_bottom ._language ._list li:nth-child(n+2) {
  margin-left: 8px;
}
#footer .footer_bottom ._sns_list {
  margin-top: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_copyright {
  margin-top: 15px;
  text-align: center;
}
.footer_copyright small {
  font-size: 12px;
}

/* #carbon_neutral カーボンニュートラル
=========================================== */
.carbon_neutral#wrapper:before {
  content: "";
  background: url(../images/carbon_bg.jpg) no-repeat center right 30%/cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  display: block;
}
.carbon_neutral#wrapper:after {
  display: none;
}
.carbon_neutral#wrapper #container {
  position: relative;
  z-index: 2;
}
.carbon_neutral#wrapper .all_next_content {
  background: #fff;
  padding-top: 20px;
  position: relative;
  z-index: 3;
}

.carbon_intro {
  height: 150vh;
}
.carbon_intro._on2 .carbon_mv {
  opacity: 0;
}
.carbon_intro._on2 .carbon_full1 {
  opacity: 1;
}
.carbon_intro._on2 .carbon_full2 {
  opacity: 0;
}
.carbon_intro._on3 .carbon_mv {
  opacity: 0;
}
.carbon_intro._on3 .carbon_full1 {
  opacity: 0;
}
.carbon_intro._on3 .carbon_full2 {
  opacity: 1;
}
.carbon_intro._on4 .carbon_mv {
  opacity: 0;
}
.carbon_intro._on4 .carbon_full1 {
  opacity: 0;
}
.carbon_intro._on4 .carbon_full2 {
  opacity: 0;
}

.carbon_full {
  width: 100%;
  height: 100vh;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.carbon_full .all_title5 {
  line-height: 2.22;
  font-weight: 700;
  color: #fff;
}
.carbon_full .all_title5:nth-child(n+2) {
  margin-top: 15px;
}
.carbon_full ._copy_img {
  margin-top: 25px;
  display: inline-block;
}
.carbon_full ._copy_img img {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, transparent), color-stop(5%, rgba(0, 226, 255, 0.4)));
  background: linear-gradient(transparent 5%, rgba(0, 226, 255, 0.4) 5%);
  max-width: 100%;
}

.carbon_mv {
  opacity: 1;
}
.carbon_mv ._title {
  width: 74.66%;
  text-align: center;
}
.carbon_mv ._title img {
  max-width: 100%;
}

.carbon_full1 .content {
  width: 85.6%;
}

.carbon_full2 .content {
  max-width: 900px;
}

.carbon_copy {
  margin-top: 17px;
  text-align: center;
  font-weight: 700;
  font-size: 29px;
  color: #fff;
}
.carbon_copy > span {
  display: block;
  font-weight: inherit;
  color: inherit;
}
.carbon_copy > span:nth-child(n+2) {
  margin-top: 18px;
}
.carbon_copy span span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, transparent), color-stop(5%, rgba(0, 226, 255, 0.4)));
  background: linear-gradient(transparent 5%, rgba(0, 226, 255, 0.4) 5%);
  display: inline-block;
  line-height: 1.2;
  text-indent: 10px;
  font-weight: inherit;
  color: inherit;
}

.carbon_sec {
  margin-top: 140px;
  position: relative;
  z-index: 2;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  opacity: 0;
}
.carbon_sec._on {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.carbon_sec .content {
  background: #fff;
  padding: 135px 100px;
  border-radius: 24px;
}
.carbon_sec ._head {
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  color: #005DB0;
}
.carbon_sec ._title {
  margin-top: 30px;
  text-align: center;
  font-weight: 700;
  font-size: 48px;
}
.carbon_sec ._qa {
  margin-top: 70px;
}
.carbon_sec ._qa ._qa_head {
  position: absolute;
  left: 0;
  top: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  letter-spacing: -0.01em;
  font-weight: 500;
  font-size: 40px;
  color: #005DB0;
}
.carbon_sec ._qa ._qa_top_text {
  padding-left: 65px;
  position: relative;
  line-height: 1.66;
  font-weight: 700;
  font-size: 24px;
  color: #005DB0;
}
.carbon_sec ._qa ._q {
  background: #F8FBFD;
  padding: 21px 90px;
  border-radius: 14px;
}
.carbon_sec ._qa ._a {
  background: #FDF9F8;
  margin-top: 20px;
  padding: 35px 90px 40px;
  border-radius: 14px;
}
.carbon_sec ._qa ._a ._qa_head {
  top: 20px;
  color: #D31D12;
}
.carbon_sec ._qa ._a ._qa_top_text {
  color: #D31D12;
}
.carbon_sec ._qa ._a .all_text_big {
  margin-top: 15px;
  padding-left: 65px;
  position: relative;
  font-weight: 700;
}
.carbon_sec .all_read_more {
  margin-top: 55px;
}
.carbon_sec .all_read_more a {
  background: #E4E8EE;
  width: 246px;
  height: 60px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 18px;
}
.carbon_sec .all_read_more a:hover {
  background: #fff;
}

.carbon_index .content {
  padding-top: 50px;
  padding-bottom: 50px;
}

.carbon_index_list li:nth-child(n+2) {
  margin-top: 25px;
}
.carbon_index_list a {
  display: inline-block;
  font-size: 17px;
}
.carbon_index_list ._number {
  margin-right: 15px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  color: #005DB0;
}
.carbon_index_list ._text {
  padding-right: 28px;
  position: relative;
  display: inline-block;
  font-weight: 700;
  color: #005DB0;
}
.carbon_index_list ._text:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
  display: block;
  border-right: 2px #005DB0 solid;
  border-bottom: 2px #005DB0 solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.carbon_first .content {
  background: #1D2B3B;
  padding: 150px 100px;
}

.carbon_first_title {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  color: #fff;
}

.carbon_first_copy {
  margin-top: 45px;
  text-align: center;
  line-height: 2.63;
  font-weight: 700;
  font-size: 19px;
  color: #fff;
}
.carbon_first_copy p {
  font-weight: inherit;
  color: inherit;
}

.carbon_sec_con {
  margin-top: 152px;
}
.carbon_sec_con .all_title3 {
  text-align: center;
  line-height: 1.67;
  font-weight: 700;
  color: #1D2B3B;
}
.carbon_sec_con .all_title {
  text-align: center;
  font-weight: 700;
  color: #1D2B3B;
}

.carbon_sec_con2 {
  margin-top: 110px;
}

.carbon_graph {
  margin-top: 25px;
  text-align: center;
}
.carbon_graph img {
  max-width: 100%;
}
.carbon_graph + .carbon_text {
  margin-top: 50px;
}

.carbon_graph_list {
  letter-spacing: 0;
  font-size: 0;
}
.carbon_graph_list li {
  width: 31.3%;
  display: inline-block;
  vertical-align: top;
}
.carbon_graph_list li:nth-child(n+2) {
  margin-left: 3%;
}

.carbon_text {
  text-align: center;
  line-height: 2.13;
  font-weight: 700;
  font-size: 15px;
}

.carbon_column {
  background: #F8FCFF;
  margin-top: 70px;
  padding: 90px 80px 80px;
  border-radius: 20px;
}
.carbon_column ._column_head {
  opacity: 0.47;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #005DB0;
}
.carbon_column ._column_head ._first {
  margin-right: 15px;
  font-weight: 500;
  font-size: 22px;
  color: #005DB0;
}
.carbon_column ._column_head + ._column_title {
  margin-top: 50px;
}
.carbon_column ._column_title {
  text-align: center;
  line-height: 1.66;
  font-weight: 700;
  font-size: 30px;
  color: #005DB0;
}
.carbon_column ._column_title + .carbon_text {
  margin-top: 30px;
}
.carbon_column .carbon_graph {
  margin-top: 95px;
}
.carbon_column .all_title {
  text-align: center;
  font-weight: 700;
  color: #1D2B3B;
}

.carbon_sec2 .carbon_column .carbon_graph {
  margin-top: 60px;
}

.carbon_sec3 .carbon_column .carbon_sec3_column_inner:nth-child(n+2) {
  margin-top: 117px;
}
.carbon_sec3 .carbon_column .carbon_graph {
  margin-top: 78px;
}

.carbon_last {
  height: 110vh;
}
.carbon_last ._sp {
  display: none;
}
.carbon_last .carbon_full {
  position: fixed;
  left: 0;
  top: 0;
}
.carbon_last._on .carbon_full {
  opacity: 1;
}
.carbon_last .all_title5 > span {
  display: block;
  font-weight: inherit;
  color: inherit;
}
.carbon_last .all_title5 > span:nth-child(2) {
  margin-top: 20px;
}
.carbon_last .all_title5 > span:nth-child(n+3) {
  margin-top: 14px;
}
.carbon_last .all_title5 > span span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(20%, rgba(0, 226, 255, 0.4)));
  background: linear-gradient(transparent 20%, rgba(0, 226, 255, 0.4) 20%);
  display: inline-block;
  line-height: 1.2;
  text-indent: 5px;
  font-weight: inherit;
  font-size: 29px;
  color: inherit;
}

.carbon_graph ._graph {
  border: none;
}

.carbon_anim_wrapper {
  max-width: 440px;
  margin: 155px auto 185px;
  border-top: 1px solid #dee2e7;
  border-bottom: 1px solid #dee2e7;
  position: relative;
}
.carbon_anim_wrapper:after {
  content: "";
  background: #dee2e7;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 58px;
  display: block;
}
.carbon_anim_wrapper .carbon_el_wrapper {
  position: absolute;
  display: inline-block;
  width: 257px;
  height: 100%;
  bottom: 0;
}
.carbon_anim_wrapper .carbon_el_wrapper ._ttl {
  width: 325px;
  position: absolute;
  top: -64px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1.6;
  font-weight: 600;
  font-size: 18px;
}
.carbon_anim_wrapper .carbon_el_wrapper:nth-child(1) {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.carbon_anim_wrapper .carbon_el_wrapper:nth-child(2) {
  right: 0;
}
.carbon_anim_wrapper .carbon_el_wrapper ._side {
  width: 60px;
  position: absolute;
  left: -70px;
  height: 243px;
  bottom: 0;
}
.carbon_anim_wrapper .carbon_el_wrapper ._container {
  width: 60px;
  position: absolute;
  left: 0;
  border-right: 2px solid #1d2b3b;
}
.carbon_anim_wrapper .carbon_el_wrapper ._container:nth-child(1) {
  height: 149px;
  top: 1px;
}
.carbon_anim_wrapper .carbon_el_wrapper ._container:nth-child(2) {
  height: 91px;
  bottom: 0;
}
.carbon_anim_wrapper .carbon_el_wrapper ._container:after {
  content: "";
  width: 7px;
  height: 2px;
  background: #1d2b3b;
  position: absolute;
  top: 0;
  right: -8px;
}
.carbon_anim_wrapper .carbon_el_wrapper ._container:before {
  content: "";
  width: 7px;
  height: 2px;
  background: #1d2b3b;
  position: absolute;
  bottom: 0;
  right: -8px;
}
.carbon_anim_wrapper .carbon_el_wrapper ._ball {
  background: #1D2B3B;
  width: 52px;
  height: 52px;
  padding: 20px 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100%;
  text-align: center;
  line-height: 1;
  font-size: 13px;
  font-weight: 600;
  color: #FFF;
}
.carbon_anim_wrapper .carbon_el_wrapper ._bot_img {
  position: absolute;
  bottom: -184px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.carbon_anim_wrapper .carbon_el_wrapper:nth-child(1) ._bot_img {
  width: 335px;
}
.carbon_anim_wrapper .carbon_el_wrapper ._float_ball {
  width: 53.3%;
  position: absolute;
  left: 103%;
  top: 5%;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.carbon_anim_wrapper .carbon_el_wrapper ._float_ball img {
  width: 100%;
}
.carbon_anim_wrapper > ._inner {
  max-width: 690px;
  height: 302px;
  position: relative;
  margin: 0 auto;
  z-index: 2;
  letter-spacing: 0;
  font-size: 0;
}
.carbon_anim_wrapper .carbon_el {
  width: 105px;
  position: absolute;
  bottom: 0;
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
}
.carbon_anim_wrapper .carbon_el ._bloc {
  position: relative;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.carbon_anim_wrapper .carbon_el ._bloc ._inner {
  background: #adadad;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.carbon_anim_wrapper .carbon_el ._bloc + ._bloc {
  margin-top: 2px;
}
.carbon_anim_wrapper .carbon_el ._bloc._green ._inner {
  background: #626262;
}
.carbon_anim_wrapper .carbon_el ._bloc._blue ._inner {
  background: #005DB0;
}
.carbon_anim_wrapper .carbon_el ._bloc._red ._inner {
  background: #4EB42F;
}
.carbon_anim_wrapper .carbon_el ._bloc ._txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  line-height: 1.3;
  font-weight: 600;
  font-size: 15px;
  color: #FFF;
}
.carbon_anim_wrapper .carbon_el ._bloc ._txt._fix {
  width: 33px;
}
.carbon_anim_wrapper .carbon_el ._bloc ._txt span {
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 600;
  font-size: 8px;
  color: #FFF;
}
.carbon_anim_wrapper .carbon_el._col1 {
  left: 0;
}
.carbon_anim_wrapper .carbon_el._col1 ._bloc:nth-child(1) {
  height: 57px;
}
.carbon_anim_wrapper .carbon_el._col1 ._bloc:nth-child(1) ._inner {
  border-radius: 5px 5px 0 0;
}
.carbon_anim_wrapper .carbon_el._col1 ._bloc:nth-child(2) {
  height: 91px;
}
.carbon_anim_wrapper .carbon_el._col1 ._bloc:nth-child(3) {
  height: 91px;
}
.carbon_anim_wrapper .carbon_el._col2 {
  right: 0;
}
.carbon_anim_wrapper .carbon_el._col2 ._bloc:nth-child(1) {
  height: 0;
  opacity: 0;
  border: 2px dotted #dadada;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}
.carbon_anim_wrapper .carbon_el._col2 ._bloc:nth-child(1) ._inner {
  opacity: 0;
}
.carbon_anim_wrapper .carbon_el._col2 ._bloc:nth-child(2) {
  height: 57px;
}
.carbon_anim_wrapper .carbon_el._col2 ._bloc:nth-child(2) ._inner {
  border-radius: 5px 5px 0 0;
}
.carbon_anim_wrapper .carbon_el._col2 ._bloc:nth-child(3) {
  height: 91px;
}
.carbon_anim_wrapper .carbon_el._col2 ._bloc:nth-child(4) {
  height: 91px;
}
.carbon_anim_wrapper .carbon_el._col3 {
  left: 0;
}
.carbon_anim_wrapper .carbon_el._col3 ._bloc:nth-child(1) {
  height: 57px;
}
.carbon_anim_wrapper .carbon_el._col3 ._bloc:nth-child(1) ._inner {
  border-radius: 5px 5px 0 0;
}
.carbon_anim_wrapper .carbon_el._col3 ._bloc:nth-child(2) {
  height: 57px;
}
.carbon_anim_wrapper .carbon_el._col3 ._bloc:nth-child(3) {
  height: 91px;
}
.carbon_anim_wrapper .carbon_el._col3 ._bloc:nth-child(4) {
  height: 91px;
}
.carbon_anim_wrapper .carbon_el._col4 {
  right: 0;
}
.carbon_anim_wrapper .carbon_el._col4 ._bloc:nth-child(1) {
  height: 0;
  opacity: 0;
  border: 2px dotted #dadada;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}
.carbon_anim_wrapper .carbon_el._col4 ._bloc:nth-child(1) ._inner {
  opacity: 0;
}
.carbon_anim_wrapper .carbon_el._col4 ._bloc:nth-child(2) {
  height: 57px;
}
.carbon_anim_wrapper .carbon_el._col4 ._bloc:nth-child(2) ._inner {
  border-radius: 5px 5px 0 0;
}
.carbon_anim_wrapper .carbon_el._col4 ._bloc:nth-child(3) {
  height: 0;
  opacity: 0;
  border: 2px dotted #dadada;
  border-bottom: none;
  border-top: none;
  border-radius: 5px 5px 0 0;
}
.carbon_anim_wrapper .carbon_el._col4 ._bloc:nth-child(3) ._inner {
  opacity: 0;
}
.carbon_anim_wrapper .carbon_el._col4 ._bloc:nth-child(4) {
  height: 57px;
}
.carbon_anim_wrapper .carbon_el._col4 ._bloc:nth-child(5) {
  height: 91px;
}
.carbon_anim_wrapper .carbon_el._col4 ._bloc:nth-child(6) {
  height: 91px;
}
.carbon_anim_wrapper ._footnote {
  width: 100%;
  position: absolute;
  bottom: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  letter-spacing: -1px;
  font-weight: 600;
  font-size: 15px;
}
.carbon_anim_wrapper ._deco1 {
  position: absolute;
  left: 105px;
}
.carbon_anim_wrapper ._deco1 span:nth-child(1) {
  width: 45px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-top: 2px dotted #dadada;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.carbon_anim_wrapper ._deco1 span:nth-child(2) {
  width: 78px;
  position: absolute;
  left: -17px;
  top: 37px;
  -webkit-transform: rotate(56deg) scale(0);
          transform: rotate(56deg) scale(0);
  border-top: 2px dotted #dadada;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.carbon_anim_wrapper ._deco2 {
  position: absolute;
  left: 105px;
}
.carbon_anim_wrapper ._deco2 span:nth-child(1) {
  width: 45px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-top: 2px dotted #dadada;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.carbon_anim_wrapper ._deco2 span:nth-child(2) {
  width: 53px;
  position: absolute;
  left: -4px;
  top: 19px;
  -webkit-transform: rotate(33deg) scale(0);
          transform: rotate(33deg) scale(0);
  border-top: 2px dotted #dadada;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.carbon_anim_wrapper .animA .carbon_el._col2 ._bloc:nth-child(1) {
  height: 72px;
  display: block;
  opacity: 1;
}
.carbon_anim_wrapper .animA .carbon_el._col2 ._bloc:nth-child(1) ._inner {
  border-radius: 5px;
}
.carbon_anim_wrapper .animA .carbon_el._col2 ._bloc:nth-child(2) {
  height: 29px;
}
.carbon_anim_wrapper .animA .carbon_el._col2 ._bloc:nth-child(2) ._inner {
  border-radius: 0;
}
.carbon_anim_wrapper .animA .carbon_el._col2 ._bloc:nth-child(3) {
  height: 91px;
}
.carbon_anim_wrapper .animA .carbon_el._col2 ._bloc:nth-child(4) {
  height: 45px;
}
.carbon_anim_wrapper .animA .carbon_el._col4 ._bloc:nth-child(1) {
  height: 40px;
  display: block;
  opacity: 1;
}
.carbon_anim_wrapper .animA .carbon_el._col4 ._bloc:nth-child(1) ._inner {
  border-radius: 5px;
}
.carbon_anim_wrapper .animA .carbon_el._col4 ._bloc:nth-child(2) {
  height: 16px;
}
.carbon_anim_wrapper .animA .carbon_el._col4 ._bloc:nth-child(2) ._inner {
  border-radius: 0;
}
.carbon_anim_wrapper .animA .carbon_el._col4 ._bloc:nth-child(3) {
  height: 72px;
  display: block;
  opacity: 1;
}
.carbon_anim_wrapper .animA .carbon_el._col4 ._bloc:nth-child(3) ._inner {
  border-radius: 5px;
}
.carbon_anim_wrapper .animA .carbon_el._col4 ._bloc:nth-child(4) {
  height: 29px;
}
.carbon_anim_wrapper .animA .carbon_el._col4 ._bloc:nth-child(5) {
  height: 91px;
}
.carbon_anim_wrapper .animA .carbon_el._col4 ._bloc:nth-child(6) {
  height: 45px;
}
.carbon_anim_wrapper .animA ._deco1 span:nth-child(1) {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.carbon_anim_wrapper .animA ._deco1 span:nth-child(2) {
  -webkit-transform: rotate(54deg) scale(1);
          transform: rotate(54deg) scale(1);
}
.carbon_anim_wrapper .animA ._deco2 span:nth-child(1) {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.carbon_anim_wrapper .animA ._deco2 span:nth-child(2) {
  -webkit-transform: rotate(33deg) scale(1);
          transform: rotate(33deg) scale(1);
}
.carbon_anim_wrapper .animB .carbon_el._col2 ._bloc:nth-child(1) {
  border: none;
}
.carbon_anim_wrapper .animB .carbon_el._col2 ._bloc:nth-child(1) ._inner {
  border-radius: 12px;
  opacity: 1;
}
.carbon_anim_wrapper .animB .carbon_el._col4 ._bloc:nth-child(1) {
  border: none;
}
.carbon_anim_wrapper .animB .carbon_el._col4 ._bloc:nth-child(1) ._inner {
  border-radius: 12px;
  opacity: 1;
}
.carbon_anim_wrapper .animB .carbon_el._col4 ._bloc:nth-child(3) {
  border: none;
}
.carbon_anim_wrapper .animB .carbon_el._col4 ._bloc:nth-child(3) ._inner {
  border-radius: 12px;
  opacity: 1;
}
.carbon_anim_wrapper .animB ._deco1 span:nth-child(1) {
  border-color: #005DB0;
}
.carbon_anim_wrapper .animB ._deco1 span:nth-child(2) {
  border-color: #005DB0;
}
.carbon_anim_wrapper .animB ._deco2 span:nth-child(1) {
  border-color: #4EB42F;
}
.carbon_anim_wrapper .animB ._deco2 span:nth-child(2) {
  border-color: #4EB42F;
}
.carbon_anim_wrapper .animC ._float_ball {
  opacity: 1;
}

.achiev_anim_wrapper ._inner {
  letter-spacing: 0;
  font-size: 0;
}
.achiev_anim_wrapper ._ttl {
  position: absolute;
  top: -36px;
  left: -34px;
  line-height: 1;
  font-weight: 600;
  font-size: 18px;
  color: #005DB0;
}

.achiev_el {
  width: 223px;
  height: 182px;
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #1D2B3B;
  border-left: 1px solid #1D2B3B;
}
@media (max-width: 600px) {
  .achiev_el {
    width: 90% !important;
  }
}
.achiev_el:nth-child(n+2) {
  margin-left: 9.6%;
}
.achiev_el ._bloc {
  width: 44px;
  height: 100%;
  position: absolute;
  bottom: 0;
  display: inline-block;
  vertical-align: bottom;
}
.achiev_el ._bloc ._data {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.achiev_el ._bloc:nth-child(1) {
  left: 21%;
}
.achiev_el ._bloc:nth-child(1) ._data {
  height: 100%;
  background: #E0EDF3;
}
.achiev_el ._bloc:nth-child(2) {
  right: 21%;
}
.achiev_el ._bloc:nth-child(2) ._data {
  height: 95.6%;
  background: #2776BC;
}
.achiev_el ._footnote {
  width: 62px;
  position: absolute;
  bottom: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 600;
  font-size: 10px;
  text-align: center;
  letter-spacing: -1px;
}
.achiev_el ._deco {
  position: absolute;
  border-top: 3px dotted #d7d7d7;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.achiev_el ._arrow {
  width: 77px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.achiev_el ._arrow > span {
  width: 100%;
  position: absolute;
  top: 33%;
  left: 0;
  z-index: 1;
  display: block;
  line-height: 1;
  font-weight: 600;
  font-size: 18px;
  color: #FFF;
}
.achiev_el ._arrow > span span {
  margin-top: 4px;
  display: block;
  font-weight: 600;
  font-size: 13px;
  color: #FFF;
}
.achiev_el ._arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 38.5px 0 38.5px;
  border-color: #5fda75 transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.achiev_el ._arrow:before {
  content: "";
  background: #5fda75;
  width: 47px;
  height: calc(100% - 44px);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.achiev_el ._ruler {
  position: absolute;
  height: 100%;
  left: -38px;
  width: 30px;
}
.achiev_el ._ruler span {
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
  letter-spacing: 0;
  text-align: right;
  font-weight: 600;
  font-size: 10px;
}
.achiev_el ._ruler span:after {
  content: "";
  background: #1d2b3b;
  width: 10px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -17px;
}
.achiev_el ._ruler span:nth-child(1) {
  top: 0;
}
.achiev_el ._ruler span:nth-child(2) {
  top: 20%;
}
.achiev_el ._ruler span:nth-child(3) {
  top: 40%;
}
.achiev_el ._ruler span:nth-child(4) {
  top: 60%;
}
.achiev_el ._ruler span:nth-child(5) {
  top: 80%;
}
.achiev_el ._ruler span:nth-child(6) {
  top: 100%;
}
.achiev_el ._ruler span:nth-child(6):after {
  content: none;
}
.achiev_el._el1 ._deco {
  width: 166px;
  position: absolute;
  right: -105px;
  top: 84px;
  -webkit-transform: rotate(75deg) scale(0);
          transform: rotate(75deg) scale(0);
}
.achiev_el._el1 ._arrow {
  height: 150px;
  top: -20px;
}
.achiev_el._el1.animA ._bloc:nth-child(2) ._data {
  height: 9.4%;
}
.achiev_el._el1.animA ._deco {
  -webkit-transform: rotate(75deg) scale(1);
          transform: rotate(75deg) scale(1);
  opacity: 1;
}
.achiev_el._el1.animB ._arrow {
  top: 0;
  opacity: 1;
}
.achiev_el._el2 ._deco {
  width: 156px;
  position: absolute;
  right: -101px;
  top: 76px;
  -webkit-transform: rotate(74deg) scale(0);
          transform: rotate(74deg) scale(0);
}
.achiev_el._el2 ._arrow {
  height: 132px;
  top: -20px;
}
.achiev_el._el2.animA ._bloc:nth-child(2) ._data {
  height: 18.9%;
}
.achiev_el._el2.animA ._deco {
  -webkit-transform: rotate(74deg) scale(1);
          transform: rotate(74deg) scale(1);
  opacity: 1;
}
.achiev_el._el2.animB ._arrow {
  top: 0;
  opacity: 1;
}
.achiev_el._el3 ._deco {
  width: 173px;
  position: absolute;
  right: -110px;
  top: 84px;
  -webkit-transform: rotate(75deg) scale(0);
          transform: rotate(75deg) scale(0);
}
.achiev_el._el3 ._arrow {
  height: 146px;
  top: -20px;
}
.achiev_el._el3.animA ._bloc:nth-child(2) ._data {
  height: 11.2%;
}
.achiev_el._el3.animA ._deco {
  -webkit-transform: rotate(75deg) scale(1);
          transform: rotate(75deg) scale(1);
  opacity: 1;
}
.achiev_el._el3.animB ._arrow {
  top: 0;
  opacity: 1;
}
.achiev_el._el4 ._deco {
  width: 115px;
  position: absolute;
  right: -82px;
  top: 54px;
  -webkit-transform: rotate(67deg) scale(0);
          transform: rotate(67deg) scale(0);
}
.achiev_el._el4 ._arrow {
  height: 87px;
  top: -20px;
}
.achiev_el._el4 ._arrow > span {
  top: 24%;
}
.achiev_el._el4.animA ._bloc:nth-child(2) ._data {
  height: 43.7%;
}
.achiev_el._el4.animA ._deco {
  -webkit-transform: rotate(67deg) scale(1);
          transform: rotate(67deg) scale(1);
  opacity: 1;
}
.achiev_el._el4.animB ._arrow {
  top: 0;
  opacity: 1;
}
.achiev_el._el5 ._deco {
  width: 155px;
  position: absolute;
  right: -100px;
  top: 77px;
  -webkit-transform: rotate(74deg) scale(0);
          transform: rotate(74deg) scale(0);
}
.achiev_el._el5 ._arrow {
  height: 132px;
  top: -20px;
}
.achiev_el._el5.animA ._bloc:nth-child(2) ._data {
  height: 18.9%;
}
.achiev_el._el5.animA ._deco {
  -webkit-transform: rotate(74deg) scale(1);
          transform: rotate(74deg) scale(1);
  opacity: 1;
}
.achiev_el._el5.animB ._arrow {
  top: 0;
  opacity: 1;
}
.achiev_el._el6 ._deco {
  width: 95px;
  position: absolute;
  right: -71px;
  top: 42px;
  -webkit-transform: rotate(62deg) scale(0);
          transform: rotate(62deg) scale(0);
}
.achiev_el._el6 ._arrow {
  height: 68px;
  top: -20px;
}
.achiev_el._el6 ._arrow > span {
  top: 15%;
}
.achiev_el._el6.animA ._bloc:nth-child(2) ._data {
  height: 54.2%;
}
.achiev_el._el6.animA ._deco {
  -webkit-transform: rotate(62deg) scale(1);
          transform: rotate(62deg) scale(1);
  opacity: 1;
}
.achiev_el._el6.animB ._arrow {
  top: 0;
  opacity: 1;
}

.achievements .all_modal_button p {
  position: absolute;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 1.2;
  letter-spacing: 0;
}
.achievements .all_modal_button p::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  margin-left: 5px;
}
.achievements .all_modal_button p._green::after {
  background-image: url(../images/focus_area_modal_green.svg);
}
.achievements .all_modal_button p._green._green1 {
  color: #40B75C;
}
.achievements .all_modal_button p._green._green2 {
  color: #43B38E;
}
.achievements .all_modal_button p._blue {
  color: #4CBBC5;
}
.achievements .all_modal_button p._blue::after {
  background-image: url(../images/focus_area_modal_blue.svg);
}
.achievements .all_modal_button p._blue._blue1 {
  color: #3E78D5;
}
.achievements .all_modal_button p._petrochemistry {
  top: 103px;
  left: 80px;
  color: #66C96D;
}
.achievements .all_modal_button p._nano {
  top: 80px;
  left: 76px;
  color: #3E78D5;
  text-align: center;
}
.achievements .all_modal_button p._nano::after {
  margin-top: 22px;
  background-image: url(../images/focus_area_modal_purple.svg);
}
.achievements .all_modal_button p._film {
  top: 103px;
  left: 80px;
  color: #685DB4;
}
.achievements .all_modal_button p.not_icon {
  position: absolute;
}
.achievements .all_modal_button p.not_icon::after {
  content: none;
}
.achievements .all_modal_button:hover p:not(.not_icon) {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.achievements .focus_area_title .all_text_big {
  margin-top: 63px;
}
.achievements .focus_area_container {
  width: 100%;
  margin: 80px auto;
}
@media (max-width: 1199px) {
  .achievements .focus_area_container {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.achievements .focus_area_container .focus_area_contents {
  width: 1200px;
  height: 850px;
  position: relative;
  white-space: nowrap;
}
.achievements .focus_area_container img {
  width: 100%;
}
.achievements .focus_area_container .business_circle {
  width: 800px;
  height: 800px;
  padding-top: inherit;
  top: 420px;
  left: 600px;
}
.achievements .focus_area_container .business_circle div {
  background: rgba(0, 93, 176, 0.5);
}
.achievements .focus_area_container .text {
  position: absolute;
  top: 265px;
  left: 545px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 30px;
  font-weight: bold;
  color: #005DB0;
  text-align: center;
  line-height: 1.2;
}
.achievements .focus_area_container .text span {
  font-size: 14px;
  font-weight: bold;
  color: #005DB0;
}
.achievements .focus_area_container .logo {
  position: absolute;
}
.achievements .focus_area_container .logo.modal {
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.achievements .focus_area_container .microwave_logo {
  width: 185px;
  position: absolute;
  top: 420px;
  left: 600px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
.achievements .focus_area_container .logo2 {
  width: 196px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 1px 34px rgba(9, 68, 124, 0.09);
          box-shadow: 0px 1px 34px rgba(9, 68, 124, 0.09);
  z-index: 2;
}
.achievements .focus_area_container .green {
  top: 280px;
  left: 710px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.achievements .focus_area_container .green::before {
  content: "";
  background-color: #44C35C;
  width: 100px;
  height: 3px;
  position: absolute;
  top: 110px;
  left: -50px;
  z-index: -1;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.achievements .focus_area_container .healthcare {
  top: 220px;
  left: 320px;
}
.achievements .focus_area_container .healthcare::before {
  content: "";
  background-color: #447CF2;
  width: 100px;
  height: 3px;
  position: absolute;
  top: 140px;
  left: 130px;
  z-index: -1;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.achievements .focus_area_container .electronics {
  top: 470px;
  left: 350px;
}
.achievements .focus_area_container .electronics::before {
  content: "";
  background-color: #595DB9;
  width: 100px;
  height: 3px;
  position: absolute;
  top: 30px;
  left: 130px;
  z-index: -1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.achievements .focus_area_container .green_logo_hydrogen {
  width: 250px;
  top: 140px;
  left: 870px;
  z-index: 5;
}
.achievements .focus_area_container .green_logo_hydrogen p {
  top: 70px;
  left: 93px;
}
.achievements .focus_area_container .green_logo_hydrogen::before {
  content: "";
  background-color: #44C35C;
  width: 100px;
  height: 3px;
  position: absolute;
  top: 180px;
  left: -30px;
  z-index: -1;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.achievements .focus_area_container .green_logo_chemical {
  width: 360px;
  top: 310px;
  left: 865px;
}
.achievements .focus_area_container .green_logo_chemical p {
  top: 65px;
  left: 122px;
}
.achievements .focus_area_container .green_logo_chemical::before {
  content: "";
  background-color: #43B38D;
  width: 100px;
  height: 3px;
  position: absolute;
  top: 120px;
  left: -20px;
  z-index: -1;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.achievements .focus_area_container .green_logo_mine {
  width: 280px;
  top: 16px;
  left: 710px;
}
.achievements .focus_area_container .green_logo_mine p {
  top: 75px;
  left: 88px;
}
.achievements .focus_area_container .green_logo_mine::before {
  content: "";
  background-color: #6FD068;
  width: 100px;
  height: 3px;
  position: absolute;
  top: 220px;
  left: 80px;
  z-index: -1;
  -webkit-transform: rotate(-75deg);
          transform: rotate(-75deg);
}
.achievements .focus_area_container .green_logo_petrochemistry {
  width: 250px;
  top: 50px;
  left: 545px;
}
.achievements .focus_area_container .green_logo_petrochemistry p {
  top: 75px;
  left: 75px;
}
.achievements .focus_area_container .green_logo_petrochemistry::before {
  content: "";
  background-color: #6FD068;
  width: 100px;
  height: 3px;
  position: absolute;
  top: 210px;
  left: 130px;
  z-index: -1;
  -webkit-transform: rotate(-125deg);
          transform: rotate(-125deg);
}
.achievements .focus_area_container .green_logo_innovation {
  width: 360px;
  top: 470px;
  left: 600px;
}
.achievements .focus_area_container .green_logo_innovation p {
  top: 90px;
  left: 130px;
}
.achievements .focus_area_container .green_logo_innovation::before {
  content: "";
  background-color: #42AA9A;
  width: 100px;
  height: 3px;
  position: absolute;
  top: 20px;
  left: 150px;
  z-index: -1;
  -webkit-transform: rotate(-80deg);
          transform: rotate(-80deg);
}
.achievements .focus_area_container .healthcare_logo_medicine {
  width: 300px;
  top: -10px;
  left: 140px;
}
.achievements .focus_area_container .healthcare_logo_medicine p {
  top: 75px;
  left: 120px;
}
.achievements .focus_area_container .healthcare_logo_medicine::before {
  content: "";
  background-color: #4CBBC5;
  width: 100px;
  height: 3px;
  position: absolute;
  top: 220px;
  left: 180px;
  z-index: -1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.achievements .focus_area_container .healthcare_logo_food {
  width: 330px;
  top: 200px;
  left: 20px;
}
.achievements .focus_area_container .healthcare_logo_food p {
  top: 70px;
  left: 135px;
}
.achievements .focus_area_container .healthcare_logo_food::before {
  content: "";
  background-color: #3E76D9;
  width: 100px;
  height: 3px;
  position: absolute;
  top: 150px;
  left: 230px;
  z-index: -1;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.achievements .focus_area_container .electronics_logo_nano {
  width: 280px;
  top: 480px;
  left: 80px;
}
.achievements .focus_area_container .electronics_logo_nano::before {
  content: "";
  background-color: #6A7ACF;
  width: 100px;
  height: 3px;
  position: absolute;
  top: 110px;
  left: 190px;
  z-index: -1;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.achievements .focus_area_container .electronics_logo_film {
  width: 230px;
  top: 620px;
  left: 260px;
}
.achievements .focus_area_container .electronics_logo_film::before {
  content: "";
  background-color: #685DB4;
  width: 100px;
  height: 3px;
  position: absolute;
  top: 60px;
  left: 70px;
  z-index: -1;
  -webkit-transform: rotate(-65deg);
          transform: rotate(-65deg);
}
.achievements .focus_area_container ._guidance {
  text-align: right;
  font-size: 15px;
  color: rgba(29, 43, 59, 0.8);
}
@media (max-width: 650px) {
  .achievements .focus_area_container ._guidance {
    font-size: 13px;
  }
}
.achievements .focus_area_container .anime1 {
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  z-index: 4;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  .achievements .focus_area_container .anime1 {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
}
.achievements .focus_area_container .anime1.on {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  .achievements .focus_area_container .anime1.on {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
.achievements .focus_area_container .anime_2_1 {
  pointer-events: none;
}
.achievements .focus_area_container .anime2_2 {
  z-index: 3;
  pointer-events: none;
}
.achievements .focus_area_container .anime2_1,
.achievements .focus_area_container .anime2_2,
.achievements .focus_area_container .anime3 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  .achievements .focus_area_container .anime2_1,
  .achievements .focus_area_container .anime2_2,
  .achievements .focus_area_container .anime3 {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
}
.achievements .focus_area_container .anime2_1.on,
.achievements .focus_area_container .anime2_2.on,
.achievements .focus_area_container .anime3.on {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  .achievements .focus_area_container .anime2_1.on,
  .achievements .focus_area_container .anime2_2.on,
  .achievements .focus_area_container .anime3.on {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
.achievements .all_swipe_item.swipe_active.on .focus_area_contents::before {
  content: "";
  display: block;
  background: #005DB0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  pointer-events: none;
}
.achievements .all_swipe_item.swipe_active.on .focus_area_contents::after {
  content: "";
  display: block;
  background: url("../images/all_swipe_icon.svg") no-repeat center right/100%;
  width: 70px;
  height: 55px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-animation: swipeScroll 1.8s infinite;
          animation: swipeScroll 1.8s infinite;
  z-index: 7;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.achievements .all_swipe_item.swipe_active.on.none .focus_area_contents::before {
  opacity: 0;
}
.achievements .all_swipe_item.swipe_active.on.none .focus_area_contents::after {
  opacity: 0;
  -webkit-animation: none;
          animation: none;
}
.achievements .table_wrapper.all_swipe_item.swipe_active.on > *::before {
  content: "";
  display: block;
  background: #005DB0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  pointer-events: none;
}
.achievements .table_wrapper.all_swipe_item.on.none > *::before {
  opacity: 0;
}
.achievements .table_wrapper.all_swipe_item.swipe_active.on > *::after {
  content: "";
  display: block;
  background: url("../images/all_swipe_icon.svg") no-repeat center right/100%;
  width: 70px;
  height: 55px;
  position: absolute;
  top: 50%;
  left: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: swipeScroll 1.8s infinite;
          animation: swipeScroll 1.8s infinite;
  z-index: 7;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.achievements .table_wrapper.all_swipe_item.on.none > *::after {
  opacity: 0;
  -webkit-animation: none;
          animation: none;
}
.achievements .modal_wrapper {
  background-color: #fff;
  max-width: 1100px;
  width: 95%;
  margin: 0 auto;
  padding: 45px 65px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 936px) {
  .achievements .modal_wrapper {
    padding: 45px 25px;
  }
}
.achievements .title_wrapper {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.achievements .title_wrapper * {
  color: #005DB0;
}
@media (max-width: 650px) {
  .achievements .title_wrapper {
    display: block;
  }
}
.achievements .title_wrapper .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.achievements .title_wrapper .logo .all_font_montserrat {
  margin-left: 10px;
  font-size: 21px;
}
.achievements .title_wrapper .logo .small_text {
  margin-left: 6px;
  font-size: 10px;
}
.achievements .title_wrapper .table_title {
  margin-left: 24px;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 650px) {
  .achievements .title_wrapper .table_title {
    margin-left: 0;
    margin-top: 10px;
    font-size: 20px;
  }
}
.achievements .table_wrapper {
  width: 100%;
}
@media (max-width: 936px) {
  .achievements .table_wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.achievements .table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  position: relative;
}
@media (max-width: 936px) {
  .achievements .table {
    width: 980px;
  }
}
.achievements .table * {
  font-size: 14px;
}
.achievements .table .head {
  border: 1px solid #005DB0;
}
.achievements .table th {
  background-color: #005DB0;
  padding: 15px 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.achievements .table th.border {
  width: 155px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.achievements .company_name {
  width: 250px;
}
.achievements .table td {
  padding: 15px 10px;
  border: 1px solid rgba(9, 68, 124, 0.1);
}
.achievements .table td.company,
.achievements .table td a {
  font-weight: bold;
  color: #005DB0;
}
.achievements .table td.company {
  background-color: #EDF3F7;
}
.achievements .table td a {
  text-decoration: underline;
}
.achievements .table td a::after {
  content: "";
  background-image: url(../images/another_tab_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 12px;
  height: 12px;
}
.achievements .all_scale::after {
  content: none;
}
.achievements #footer {
  z-index: 1;
}

.md .all_swipe_item.swipe_active,
.lab .all_swipe_item.swipe_active,
.design .all_swipe_item.swipe_active,
.pilot .all_swipe_item.swipe_active,
.scaleup_results .all_swipe_item.swipe_active {
  width: 100%;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}
.md .all_swipe_item.swipe_active.on::before,
.lab .all_swipe_item.swipe_active.on::before,
.design .all_swipe_item.swipe_active.on::before,
.pilot .all_swipe_item.swipe_active.on::before,
.scaleup_results .all_swipe_item.swipe_active.on::before {
  content: "";
  display: block;
  background: url("../images/all_swipe_icon.svg") no-repeat center right/100%;
  width: 70px;
  height: 55px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-animation: swipeScroll 1.8s infinite;
          animation: swipeScroll 1.8s infinite;
  z-index: 5;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  pointer-events: none;
}
.md .all_swipe_item.swipe_active.on.none::before,
.lab .all_swipe_item.swipe_active.on.none::before,
.design .all_swipe_item.swipe_active.on.none::before,
.pilot .all_swipe_item.swipe_active.on.none::before,
.scaleup_results .all_swipe_item.swipe_active.on.none::before {
  opacity: 0;
  -webkit-animation: none;
          animation: none;
}
.md .all_swipe_item.swipe_active > *,
.lab .all_swipe_item.swipe_active > *,
.design .all_swipe_item.swipe_active > *,
.pilot .all_swipe_item.swipe_active > *,
.scaleup_results .all_swipe_item.swipe_active > * {
  position: relative;
}
.md .all_swipe_item.swipe_active.on > *::before,
.lab .all_swipe_item.swipe_active.on > *::before,
.design .all_swipe_item.swipe_active.on > *::before,
.pilot .all_swipe_item.swipe_active.on > *::before,
.scaleup_results .all_swipe_item.swipe_active.on > *::before {
  content: "";
  display: block;
  background: #005DB0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  pointer-events: none;
}
.md .all_swipe_item.on.none > *::before,
.lab .all_swipe_item.on.none > *::before,
.design .all_swipe_item.on.none > *::before,
.pilot .all_swipe_item.on.none > *::before,
.scaleup_results .all_swipe_item.on.none > *::before {
  opacity: 0;
}

@-webkit-keyframes swipeScroll {
  0% {
    -webkit-transform: translateX(-85%) translateY(-50%);
            transform: translateX(-85%) translateY(-50%);
  }
  80% {
    -webkit-transform: translateX(-15%) translateY(-50%);
            transform: translateX(-15%) translateY(-50%);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

@keyframes swipeScroll {
  0% {
    -webkit-transform: translateX(-85%) translateY(-50%);
            transform: translateX(-85%) translateY(-50%);
  }
  80% {
    -webkit-transform: translateX(-15%) translateY(-50%);
            transform: translateX(-15%) translateY(-50%);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.en * {
  font-family: "Montserrat", sans-serif;
}
.en strong {
  font-weight: bold;
}
.en .header_content ._list {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.en.top .top_case {
  padding: 155px 0 0;
}
.en.top .top_info section {
  width: 100%;
}
.en.carbon_neutral .carbon_sec .all_read_more a {
  width: 300px;
  font-size: 16px;
}
.en.carbon_neutral .carbon_anim_wrapper ._footnote {
  bottom: -45px;
}
.en.carbon_neutral .achiev_el ._footnote {
  bottom: -32px;
}
.en.carbon_neutral .achiev_el ._arrow > span {
  color: #000;
}
.en.carbon_neutral .achiev_el ._arrow > span span {
  color: #000;
}
@media (max-width: 810px) {
  .en.carbon_neutral .achiev_anim_wrapper ._ttl {
    font-size: 14px;
  }
}
.en.whoweare .achiev_el ._footnote {
  bottom: -32px;
}
.en.whoweare .whoweare_strength_carbon .all_read_more a {
  max-width: 480px;
}
.en.whoweare .whoweare_strength_carbon_sec.whoweare_strength_carbon_sec.whoweare_strength_carbon_sec .achiev_anim_wrapper ._ttl {
  top: -65px;
  font-size: 18px;
}
.en.flow03 .all_scale:after {
  content: none;
}
.en.flow04 .flow04_wrap_lists ._item .stit {
  width: 60%;
}
.en.flow04 .flow04_wrap_lists ._item ._graph .all_scale:after {
  content: none;
}
@media (max-width: 600px) {
  .en.flow04 .flow04_wrap_lists ._item ._graph {
    width: 38%;
  }
}
@media (max-width: 600px) {
  .en.outline .all_dlist dt {
    width: 180px;
  }
  .en.outline .outline_history_dlist dt {
    width: 120px;
  }
}
@media (max-width: 850px) {
  .en.story .story_mv {
    padding-top: 120px;
  }
}
@media (max-width: 768px) {
  .en.story .story_mv ._title {
    white-space: pre-wrap;
  }
}
@media (max-width: 600px) {
  .en.contact #mailform .contact_head ._req {
    position: static;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .en.contact .contact_nav:after {
    width: calc(100% - 30px);
  }
}
.en.design .all_scale:after {
  content: none;
}
.en.top .top_press .all_info_list ._head ._cate {
  width: 149px;
  margin: 0 36px 0 8px;
  padding: 2px 9px 3px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #E4E8EE;
  border-radius: 50px;
  letter-spacing: 0.03em;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #0E5DA8;
}
@media (max-width: 768px) {
  .en.top .top_press .all_info_list ._head ._cate {
    width: auto;
    margin-left: 0;
    display: inline-block;
  }
}