@charset "utf-8";

/* ------------------------------------------------------
RESET
------------------------------------------------------ */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
details,
menu,
figcaption,
figure,
main,
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
html,
body,
button,
input,
optgroup,
select,
textarea,
p,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
ul,
ol,
dl,
dt,
dd {
  margin: 0;
}
ul,
ol,
dl,
dd,
dt {
  list-style: none;
  padding: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  outline: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
canvas,
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}

/* ------------------------------------------------------
FONTS
------------------------------------------------------ */

/* ------------------------------------------------------
GENERAL
------------------------------------------------------ */
body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #000;
  font-weight: 500;
  font-size: 17px;
  line-height: 2;
}
.font-roboto {font-family: 'Roboto', sans-serif!important;}
.bg_gray {
  background-color: #ecf2f6!important;
}
.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #141a64;
  text-decoration: underline;
  outline: none;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
#wrapper {
  overflow: hidden;
}
.container {
  margin: 0 auto;
  max-width: 1230px;
  padding: 0 15px;
}
.flex_center {
  display: flex;
  justify-content: center;
}
.text_right {text-align: right!important;}
.text_center {text-align: center!important;}
.arrow_link {
  text-decoration: none;
  display: inline-block;
  position: relative;
  line-height: 1.2;
  padding: 0 30px 0 0;
  transition: opacity 0.3s ease;
}
.arrow_link:hover {
  opacity: 0.7;
}
.arrow_link::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/arrow_blue.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.maxw1000_auto {
  margin: 0 auto;
  max-width: 1000px;
}
@media (max-width: 767px) {
  #main {
    padding-top: 85px;
  }
  .pc {display: none!important;}
}
@media (min-width: 768px) {
  .sp {display: none!important;}
}
@media print {
  body {
    min-width: 1400px;
  }
}

/* ------------------------------------------------------
FORMS
------------------------------------------------------ */
.button,
.return-button {
  background: none;
  outline: none;
  text-decoration: none;
  line-height: 1.2;
  padding: 0 25px 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  color: #141a64;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #141a64;
  height: 40px;
  min-width: 300px;
  max-width: 350px;
  border-radius: 22px;
  transition: background 0.3s ease, color 0.3s ease;
  cursor: pointer;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
}
.button::after {
  content: "";
  background: url(../img/arrow.png) no-repeat 0 0 / 100% 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
}
.button::before {
  content: "";
  background: url(../img/arrow_white_nc.png) no-repeat 0 0 / 100% 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.return-button::after {
  content: "";
  background: url(../img/arrow_left.png) no-repeat 0 0 / 100% 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
}
.return-button::before {
  content: "";
  background: url(../img/arrow_white_nc_left.png) no-repeat 0 0 / 100% 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.button:hover,
.return-button:hover {
  background-color: #141a64;
  color: #fff;
}
.button:hover::after,
.return-button:hover::after {
  opacity: 0;
}
.button:hover::before,
.return-button:hover::before {
  opacity: 1;
}
.button_rss {
  background: none;
  outline: none;
  text-decoration: none;
  line-height: 1.2;
  padding: 0 10px 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  color: #141a64;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #141a64;
  height: 40px;
  width: 140px;
  border-radius: 22px;
  transition: background 0.3s ease;
}
.button_rss span {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.button_rss span::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/ico_rss.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.button_rss:hover {
  background-color: #fff;
}

/* ------------------------------------------------------
HEADER
------------------------------------------------------ */
#header {
  background-color: #fff;
  z-index: 10;
}

/* Topbar */
.topbar {
  border-top: 5px solid #141a64;
  height: 75px;
  padding: 0 0 0 20px;
  position: relative;
}
#logo {
  display: flex;
  align-items: center;
  height: 100%;
}
#logo img {
  display: block;
  width: 562px;
}
.topbar_button {
  position: absolute;
  right: 0;
  top: -5px;
}
.topbar_button a {
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 1.1;
  background-color: #141a64;
  border-radius: 0 0 0 10px;
  color: #fff;
  height: 65px;
  font-size: 18px;
  font-weight: 700;
  padding: 0 42px 0 25px;
  position: relative;
  transition: background 0.3s ease;
}
.topbar_button a:hover {
  background-color: #1c248e;
}
.topbar_button a::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/arrow_white_transparent.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.topbar_button a span {
  display: inline-block;
  position: relative;
  padding: 0 0 2px 37px;
}
.topbar_button a span::before {
  content: "";
  width: 27px;
  height: 25px;
  background: url(../img/ico_hcontact.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.topbar_search {
  position: absolute;
  right: 225px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
/* .topbar_search::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/ico_hsearch.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
} */
.topbar_search .gsib_a {
  padding: 0;
}
.gsib_b,
.topbar_search .gsc-clear-button,
.topbar_search .gsc-search-button {
  display: none!important;
}
.gsc-input-box {
  border: none!important;
}
.topbar_search input.gsc-input {
  outline: none!important;
  border: 1px solid #d2dee4!important;
  background: #ecf2f6 url(../img/ico_hsearch.png) no-repeat right center / 35px 20px!important;
  height: 40px!important;
  width: 310px!important;
  border-radius: 22px;
  padding: 0 42px 2px 22px!important;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.04em;
}
.topbar_search ::-webkit-input-placeholder {
  color: #94a2a8;
}
.topbar_search input:-ms-input-placeholder {
  color: #94a2a8;
}
.topbar_search ::placeholder {
  color: #94a2a8;
}
table.gsc-search-box td.gsc-input {
  padding-right: 0!important;
}
.gsc-input-box {
  background: none!important;
}
@media (max-width: 1145px) {
  .topbar_search input.gsc-input {
    width: 265px!important;
  }
}
@media (max-width: 991px) {
  .topbar {
    height: 85px;
  }
  #logo img {
    width: 251px;
  }
  .topbar_search {
    right: 210px;
  }
  .topbar_button a {
    font-size: 16px;
  }
  .tb_pc {display: none!important;}
}
@media (max-width: 767px) {
  .topbar {
    background-color: #fff;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.2);
    z-index: 3;
  }
  .topbar_search input.gsc-input {
    width: 100%!important;
  }
}
@media (max-width: 360px) {
  #logo img {
    width: 62.5vw;
  }
}
@media (min-width: 992px) {
  .tb_sp {display: none!important;}
}
@media (min-width: 992px) and (max-width: 1145px) {
  #logo img {
    width: 450px;
  }
}

/* Hamburger */
.hamburger {
  background-color: #141a64;
  border-radius: 0 0 0 10px;
  width: 75px;
  height: 75px;
  position: absolute;
  right: 0;
  top: -5px;
  cursor: pointer;
  font-size: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hamburger .hamburger_button {
  width: 100%;
  z-index: 10;
  width: 30px;
  height: 19px;
  position: relative;
  transition: all 0.4s;
}
.hamburger span {
  position: absolute;
  left: 0;
  background-color: #fff;
  display: block;
  width: 30px;
  height: 1px;
  transition: all 0.4s;
  z-index: 10;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 9px;
}
.hamburger span:nth-child(3) {
  top: 18px;
}
.nav--opened .hamburger .hamburger_button {
  transform: rotateX(360deg);
}
.nav--opened .hamburger span:nth-child(1) {
  transform: translateY(6px) rotate(-135deg);
  top: 3px;
}
.nav--opened .hamburger span:nth-child(3) {
  transform: translateY(-6px) rotate(135deg);
  top: 15px;
}
.nav--opened .hamburger span:nth-child(2) {
  opacity: 0;
}

/* Navbar */
.navbar {
  border-top: 1px solid #d2dee4;
  background-color: #e4eef4;
}
.mainmenu {
  display: flex;
  justify-content: center;
}
.mainmenu > li {
  display: flex;
  align-items: center;
  text-align: center;
}
.mainmenu > li > a {
  display: flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  height: 69px;
  position: relative;
  padding: 0 22px 10px;
}
.mainmenu > .has-children > a::after {
  content: "";
  width: 13px;
  height: 8px;
  background: url(../img/arrow_nav_down.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 50%;
  bottom: 13px;
  transform: translateX(-50%);
  z-index: 1;
  filter: contrast(0);
}
.mainmenu > li > a span {
  display: block;
  position: relative;
  z-index: 1;
  padding: 3px 0;
}
.mainmenu > li.nav1 > a span {
  padding-left: 35px;
}
.mainmenu > li.nav2 > a span {
  padding-left: 30px;
}
.mainmenu > li.nav3 > a span {
  padding-left: 27px;
}
.mainmenu > li.nav4 > a span {
  padding-left: 35px;
}
.mainmenu > li.nav5 > a span {
  padding-left: 30px;
}
.mainmenu > li.nav6 > a span {
  padding-left: 30px;
}
.mainmenu > li > a span::before {
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mainmenu > li.nav1 > a span::before {
  background-image: url(../img/ico_nav01.png);
  width: 25px;
  height: 25px;
}
.gNav .mainmenu > li.nav1 > a span::before {
  background-image: url(../img/ico_nav01_o.png);
}
.mainmenu > li.nav2 > a span::before {
  background-image: url(../img/ico_nav02.png);
  width: 21px;
  height: 23px;
}
.mainmenu > li.nav3 > a span::before {
  background-image: url(../img/ico_nav03.png);
  width: 18px;
  height: 20px;
}
.mainmenu > li.nav4 > a span::before {
  background-image: url(../img/ico_nav04.png);
  width: 26px;
  height: 26px;
}
.mainmenu > li.nav5 > a span::before {
  background-image: url(../img/ico_nav05.png);
  width: 21px;
  height: 27px;
}
.gNav .mainmenu > li.nav5 > a span::before {
  background-image: url(../img/ico_nav05_o.png);
}
.mainmenu > li.nav6 > a span::before {
  background-image: url(../img/ico_nav02.png);
  width: 21px;
  height: 23px;
}
.nav_close {
  display: flex;
  justify-content: center;
  padding: 0 10px;
}
.nav_close a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  border: 1px solid #141a64;
  height: 40px;
  width: 170px;
  border-radius: 22px;
  font-size: 14px;
  position: relative;
}
.nav_close a::after {
  content: "";
  background: url(../img/ico_nav_close.png) no-repeat 0 0 / 100% 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.megamenu {
  background-color: #d2dee4;
  padding: 10px;
}
.megamenu_logo {
  font-size: 0;
  text-align: center;
  padding: 15px;
  position: relative;
}
.megamenu_logo img {
  width: 89px;
}
.megamenu_logo.is-esgmark img {
  width: auto;
  height: 90px;
}
.megamenu_logo.is-esgadvisor img {
  width: auto;
  height: 50px;
}
.megamenu_introText {
  border-top: 1px solid #d2dee4;
  line-height: 1.3;
}
.megamenu_intro a::after {
  opacity: 0.7;
}
.megamenu_intro a .megamenu_logo::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/arrow_blue.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.text_certificate {
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 3px 32px 5px 15px;
}
.text_certificate::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/ico_zoom.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
a.text_certificate {
  text-decoration: none;
  color: #000;
  height: 51px;
}
a.text_certificate::after {
  width: 8px;
  height: 13px;
  background-image: url(../img/arrow_right.png);
  right: 15px;
}
.text_certificate strong {
  color: #141a64;
  font-size: 31px;
  padding-bottom: 2px;
}
.text_certificate strong i {
  font-style: normal;
}
.text_certificate small {
  color: #141a64;
  font-size: 16px;
  margin-left: 3px;
}
.megamenu_intro {
  margin-bottom: 8px;
}
.megamenu_intro .megamenu_intro_link {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #000;
  display: block;
  height: 100%;
}
.megamenu_list {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  line-height: 1.3;
}
.megamenu_list ul li:not(:last-child) {
  border-bottom: 1px solid #d2dee4;
}
.megamenu_list ul li.is-none {
  pointer-events: none;
  opacity: .3;
  cursor: default;
}
.megamenu_list ul li a {
  text-decoration: none;
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  padding: 10px 32px 12px 15px;
  position: relative;
  text-align: left;
}
.megamenu_list ul li a::after {
  content: "";
  width: 8px;
  height: 13px;
  background: url(../img/arrow_right.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.accord_body dl {
  padding-top: 5px;
  padding-bottom: 15px;
}
.accord_body {
  display: none;
  font-size: 14px;
  padding: 0 15px;
}
.accord_body dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.accord_body dd:not(:last-child) {
  margin-bottom: 20px;
}
.accord_body dd ol {
  counter-reset: my-awesome-counter;
}
.accord_body dd ol li {
  counter-increment: my-awesome-counter;
  border-bottom: none!important;
}
.accord_body dd ol li a {
  display: block;
  text-decoration: none;
  color: #111;
  position: relative;
  padding: 0 0 0 20px!important;
}
.accord_body dd ol li a::before {
  content: counter(my-awesome-counter) '. ';
  position: absolute;
  left: 0;
  top: 0;
}
.accord_body dd ol li a::after {
  display: none!important;
}
.accord_body dd ol li:not(:last-child) {
  margin-bottom: 5px;
}
.megamenu_list ul li a.event_accord::after {
  transform: translateY(-50%) rotate(90deg);
}
.megamenu_list ul li a.event_accord.opened::after {
  transform: translateY(-50%) rotate(-90deg);
}
@media (max-width: 767px) {
  #header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
  }
  .navbar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(228, 238, 244, 0.96);
    padding: 0 0 15px;
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .15s;
  }
  .navmenu {
    padding: 100px 0 0 0;
    overflow-y: scroll;
    height: 100%;
  }
  .mainmenu {
    display: block;
    border-top: 1px solid #d2dee4;
  }
  .mainmenu > li {
    border-bottom: 1px solid #d2dee4;
    display: block;
  }
  .mainmenu > li > a {
    padding: 15px 30px 15px 18px;
    height: auto;
    font-size: 16px;
    text-align: left;
  }
  .mainmenu > .has-children > a::after {
    bottom: inherit;
    transform: translate(0, -50%);
    left: inherit;
    right: 15px;
    top: 50%;
  }
  .mainmenu > .has-children.opened > a::after {
    transform: translate(0, -50%) rotate(180deg);
  }
  .mainmenu > li > a span {
    padding-left: 28px!important;
  }
  .mainmenu > li.nav1 > a span::before {
    background-image: url(../img/ico_nav01_sp.png);
    width: 20px;
    height: 20px;
  }
  .topbar_search {
    position: relative;
    right: inherit;
    top: inherit;
    display: block;
    margin: 0 15px 15px;
  }
  .topbar_search input {
    background-color: #fff;
    width: 100%;
  }
  .topbar_button {
    position: relative;
    right: inherit;
    top: inherit;
    padding: 10px;
    margin-bottom: 5px;
  }
  .topbar_button a {
    border-radius: 10px;
    justify-content: center;
    height: 50px;
    font-size: 18px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  }
  .nav--opened {
    overflow: hidden;
    position: fixed;
  }
  .nav--opened .navbar {
    transform: scaleY(1);
  }
  .megamenu {
    display: none;
  }
  .megamenu .megamenu_inner:not(:first-child){
    margin: 10px 0 0;
  }
}
@media (max-width: 360px) {
  .text_certificate {
    font-size: 4.375vw;
  }
  .text_certificate strong {
    font-size: 8.125vw;
  }
  .text_certificate small {
    font-size: 4.375vw;
  }
}
@media (min-width: 768px) {
  .navmenu {
    margin: 0 auto;
    max-width: 1230px;
    padding: 0 15px;
    position: relative;
  }
  /* .mainmenu > li.nav1 {
    width: 19%;
  }
  .mainmenu > li.nav2 {
    width: 16%;
  }
  .mainmenu > li.nav3 {
    width: 15%;
  }
  .mainmenu > li.nav4 {
    width: 14%;
  }
  .mainmenu > li.nav5 {
    width: 20%;
  }
  .mainmenu > li.nav6 {
    width: 16%;
  } */
  .mainmenu > li > a {
    transition: color 0.3s ease;
  }
  .mainmenu > li > a span::after {
    content: "";
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
  }
  .mainmenu > li.nav1 > a span::after {
    background-image: url(../img/ico_nav01_o.png);
    width: 25px;
    height: 25px;
  }
  .mainmenu > li.nav2 > a span::after {
    background-image: url(../img/ico_nav02_o.png);
    width: 21px;
    height: 23px;
  }
  .mainmenu > li.nav3 > a span::after {
    background-image: url(../img/ico_nav03_o.png);
    width: 18px;
    height: 20px;
  }
  .mainmenu > li.nav4 > a span::after {
    background-image: url(../img/ico_nav04_o.png);
    width: 26px;
    height: 26px;
  }
  .mainmenu > li.nav5 > a span::after {
    background-image: url(../img/ico_nav05_o.png);
    width: 21px;
    height: 27px;
  }
  .mainmenu > li.nav6 > a span::after {
    background-image: url(../img/ico_nav02_o.png);
    width: 21px;
    height: 23px;
  }
  .mainmenu > li > a::before {
    content: "";
    background-color: #141a64;
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 0;
    right: 0;
    border-radius: 8px 8px 0 0;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .gNav .mainmenu > li > a::before {
    background-color: #000a50;
    top: 0;
    border-radius: 0;
  }
  .gNav .mainmenu > li:nth-child(1) > a::before {
    background-color: #1f7245;
  }
  .mainmenu > li > a span::after,
  .mainmenu > li > a span::before {
    transition: opacity 0.3s ease;
  }
  .mainmenu > li.has-children.opened > a span::before {
    opacity: 0;
  }
  .mainmenu > li.has-children.opened > a span::after {
    opacity: 1;
  }
  .mainmenu > li.has-children.opened > a {
    color: #fff;
  }
  .mainmenu > li.has-children.opened > a::before {
    opacity: 1;
  }
  .mainmenu > li.has-children.opened > a::after {
    background-image: url(../img/arrow_nav_down_o.png);
    filter: none;
  }
  .megamenu {
    position: absolute;
    left: 15px;
    top: 100%;
    right: 15px;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #141a64;
    overflow: hidden;
    border-radius: 0 0 8px 8px;
    padding: 20px 0 0;
    transition: background 0.3s ease, opacity 0.3s ease;
  }
  .gNav li:nth-child(1) .megamenu {
    background-color: #1f7245;
  }
  .opened .megamenu {
    z-index: 5;
    opacity: 1;
    visibility: visible;
  }
  .megamenu_inner {
    padding: 0 0 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .megamenu_top {
    width: 310px;
    padding: 0 30px;
  }
  .megamenu_top .megamenu_top_in {
    display: block;
    border-bottom: 1px solid #fff;
    padding: 0 0 14px;
    height: 100%;
  }
  .nav1 .megamenu_top_icon img {
    width: 75px;
  }
  .nav2 .megamenu_top_icon img {
    width: 69px;
  }
  .nav3 .megamenu_top_icon img {
    width: 68px;
  }
  .nav4 .megamenu_top_icon img {
    width: 75px;
  }
  .megamenu_top_icon {
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
  }
  .megamenu_top_in a {
    color: #fff;
    text-decoration: none;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: flex-end;
    height: calc(100% - 85px);
    padding-right: 25px;
  }
  .megamenu_top_in a::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/arrow_white.png) no-repeat 0 0 / 100% 100%;
    position: absolute;
    right: 0;
    bottom: 4px;
  }
  .megamenu_intro {
    width: 340px;
    margin-right: 20px;
    margin-bottom: 0;
    align-self: stretch;
  }
  .megamenu_intro .megamenu_intro_link {
    width: 100%;
  }
  .megamenu_list {
    width: calc(100% - 390px);
    margin-right: 20px;
    /* min-height: 164px; */
  }
  .megamenu_list.about-nav {
    height: 123px;
  }
  .nav_close_megamenu {
    background-color: #000a50;
    padding: 10px;
    display: flex;
    justify-content: center;
  }
  .gNav li:nth-child(1) .nav_close_megamenu {
    background-color: #1a6630;
  }
  .nav_close_megamenu a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    border: 1px solid #141a64;
    height: 40px;
    width: 170px;
    border-radius: 22px;
    font-size: 14px;
    position: relative;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 22px;
  }
  .nav_close_megamenu a::after {
    content: "";
    background: url(../img/ico_nav_close_white.png) no-repeat 0 0 / 100% 100%;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .megamenu_logo {
    height: 105px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav1 .megamenu_logo {
    padding-top: 10px;
  }
  .megamenu_introText {
    height: calc(100% - 105px);
    min-height: 52px;
  }
  .text_certificate {
    height: 100%;
    padding-top: 0;
    padding-bottom: 4px;
  }
  a.text_certificate {
    padding-bottom: 4px;
    height: 100%;
  }
  .text_certificate strong {
    padding-bottom: 4px;
  }
  .nav4 .megamenu_list ul li:nth-child(3) {
    border-bottom: 1px solid #d2dee4;
  }
  .accord_body {
    display: none!important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mainmenu > li > a {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .gNav{
    max-width: 1470px;
  }
  .gNav .mainmenu > li{
    width: 33.3333%;
    text-align: center;
  }
  .gNav .mainmenu > li > a{
    width: 100%;
    justify-content: center;
    font-size: 14px;
  }
  .gNav .mainmenu > li:nth-child(1) > a{
    background-color: #1f7245;
    color: #fff;
  }
  .gNav .mainmenu > li:nth-child(2) > a{
    background-color: #141a64;
    color: #fff;
  }
  .gNav .mainmenu > li:nth-child(3) > a{
    background-color: #dce0e3;
  }
}
@media (min-width: 960px) {
  .gNav .mainmenu > li > a{
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .gNav .mainmenu > li > a{
    font-size: 18px;
  }
}
/* ------------------------------------------------------
FOOTER
------------------------------------------------------ */
#footer {
  border-bottom: 10px solid #fff;
  background-color: #141a64;
  color: #fff;
  line-height: 1.3;
  padding: 40px 0 45px;
}
.footer_inner {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1230px;
}
.fnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
.fnav li {
  font-size: 14px;
  letter-spacing: 0.04em;
  position: relative;
  padding: 0 14px 2px;
}
.fnav li::after {
  content: "";
  background-color: #fff;
  width: 1px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.fnav li:last-child:after {
  display: none;
}
.fnav li a {
  text-decoration: none;
  color: #fff;
}
.fnav li a:hover {
  text-decoration: underline;
}
.copyright {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.08em;
  font-weight: 400;
}
.pagetop {
  font-size: 0;
  position: fixed;
  right: 18px;
  bottom: 28px;
  opacity: 0;
  z-index: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.pagetop.show {
  opacity: 1;
  z-index: 2;
  visibility: visible;
}
.pagetop a {
  display: block;
  width: 53px;
  height: 53px;
  background: url(../img/pagetop.png) no-repeat 0 0 / 100% 100%;
}
@media (max-width: 767px) {
  #footer {
    padding: 30px 0 33px;
  }
  .fnav {
    margin-bottom: 10px;
  }
  .fnav li {
    width: 50%;
    margin-bottom: 10px;
  }
  .fnav li:nth-child(odd) {
    text-align: right;
  }
  .fnav li:nth-child(even)::after {
    display: none;
  }
  .copyright {
    font-size: 10px;
  }
}

/* ------------------------------------------------------
TOP
------------------------------------------------------ */
.relative {
  position: relative;
}
.top_head {
  line-height: 1;
  margin-bottom: 22px;
}
.top_head h2 {
  display: flex;
  align-items: center;
  font-size: 54px;
  letter-spacing: 0.08em;
  color: #141a64;
  font-weight: 700;
}
.top_head h2 strong {
  text-transform: uppercase;
}
.top_head h2 span {
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  margin-left: 10px;
  padding-bottom: 2px;
}
.top_button {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: -30px;
}
.top_button .button_rss {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .top_button {
    margin-bottom: 30px;
    margin-top: -35px;
    padding: 0 15px;
  }
  .top_button .button {
    width: 170px;
  }
  .top_button .button_rss {
    width: 100px;
  }
  .top_head h2 {
    font-size: 34px;
  }
  .top_head h2 span {
    font-size: 15px;
  }
}
@media (max-width: 374px) {
  .top_head h2 {
    font-size: 8.75vw;
  }
  .top_head h2 span {
    font-size: 3.75vw;
  }
}
@media (min-width: 1000px) {
  .top_button {
    position: absolute;
    right: 0;
    top: 5px;
    margin: 0;
  }
}

/* Visual */
.visual_slide .swiper-slide {
  height: auto;
}
.visual_item {
  background-color: #50bef4;
  background-image: linear-gradient(to right, #50bef4 20%, #9bd0e9 90%);
}
.visual_item.slide2 {
  background-color: #ff8c37;
  background-image: linear-gradient(to right, #ff8c37 20%, #f4a469 90%);
}
.visual_item.slide3 {
  background-color: #2d2e64;
  background-image: linear-gradient(to right, #2d2e64 20%, #364d74 90%);
}
.visual_item.slide4 {
  background-color: #17939e;
  background-image: linear-gradient(to right, #17939e 20%, #55a8b1 90%);
}
.visual_item.slide5 {
  background-color: #09ada0;
  background-image: linear-gradient(to right, #09ada0 20%, #77c6c2 90%);
}
.visual_inner {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1450px;
}
.visual_item figure img {
  width: 100%;
  display: block;
}
.visual_logo {
  margin-bottom: 13px;
}
.visual_logo img {
  display: block;
  width: 330px;
  border-radius: 8px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
.visual_item.slide2 .visual_logo img {
  width: 360px;
}
.visual_item.slide4 .visual_logo img,
.visual_item.slide3 .visual_logo img {
  width: 78px;
}
.visual_item.slide5 .visual_logo img {
  width: 345px;
}
.visual_body {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 15px 0;
  width: 56%;
}
.visual_body h2 {
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 84px;
  line-height: 1.17;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
.visual_body p {
  font-size: 21px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
.visual_button {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
}
.visual_button a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  height: 60px;
  line-height: 1.2;
  position: relative;
  border: 2px solid #fff;
  border-radius: 32px;
  padding: 0 55px 2px 35px;
}
.visual_button a::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/arrow_white_transparent.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
}
.visual_slide {
  position: relative;
}
.visual .swiper_pagination {
  background-color: rgba(20, 26, 100, 0.3);
  border-radius: 8px 0 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  left: inherit;
  width: auto;
  display: flex;
  height: 50px;
  align-items: center;
  padding: 0 30px;
}
.visual .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 100%;
  margin: 0 10px!important;
  background: none;
  opacity: 1;
  transition: background 0.3s ease;
}
.visual .swiper-pagination-bullet-active {
  background-color: #fff;
}
@media (max-width: 767px) {
  .visual_inner {
    padding: 0;
  }
  .visual_body {
    left: 0;
    width: 100%;
    padding: 5vw 5.333vw 0;
    top: 0;
    bottom: inherit;
    height: 62vw;
    display: block;
  }
  .visual .swiper_pagination {
    height: 40px;
    padding: 0 12px;
  }
  .visual .swiper-pagination-bullet {
    margin: 0 8px!important;
  }
  .visual_body h2 {
    letter-spacing: 0.04em;
    font-size: 12.2667vw;
    margin-bottom: 2.4vw;
    line-height: 1.1;
  }
  .visual_body p {
    letter-spacing: 0.02em;
    font-size: 3.7333vw;
    line-height: 1.5;
  }
  .visual_logo {
    margin-bottom: 2.8vw;
  }
  .visual_logo img {
    width: 50.6667vw;
  }
  .visual_item.slide2 .visual_logo img {
    width: auto;
    height: 10.667vw;
  }
  .visual_item.slide4 .visual_logo img,
  .visual_item.slide3 .visual_logo img {
    width: auto;
    height: 10.667vw;
  }
  .visual_item.slide5 .visual_logo img {
    width: 53.333vw;
  }
  .visual_item.slide2 .visual_body h2 {
    font-size: 7.2vw;
  }
  .visual_item.slide4 .visual_body h2 {
    font-size: 9.8vw;
  }
}
@media (min-width: 768px) {
  .visual_item.slide2 {
    background: #ff8c37 url(../img/mv_slide02.png) no-repeat center center / cover;
  }
  .visual_item.slide3 {
    background: #2d2e64 url(../img/mv_slide03.png) no-repeat center center / cover;
  }
  .visual_item.slide4 {
    background: #17939e url(../img/mv_slide04.png) no-repeat center center / cover;
  }
  .visual_item.slide5 {
    background: #09ada0 url(../img/mv_slide05.png) no-repeat center center / cover;
  }
  .visual_item.slide2 figure img,
  .visual_item.slide3 figure img,
  .visual_item.slide4 figure img,
  .visual_item.slide5 figure img {
    visibility: hidden;
  }
  .visual_item.slide2 .visual_body h2 {
    font-size: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1430px) {
  .visual_logo {
    margin-bottom: 8px;
  }
  .visual_logo img {
    width: 23.4375vw;
  }
  .visual_item.slide2 .visual_logo img {
    width: auto;
    height: 5vw;
  }
  .visual_item.slide4 .visual_logo img,
  .visual_item.slide3 .visual_logo img {
    width: auto;
    height: 5vw;
  }
  .visual_body h2 {
    font-size: 5.2vw;
    margin-bottom: 8px;
  }
  .visual_item.slide2 .visual_body h2 {
    font-size: 4.2vw;
  }
  .visual_body p {
    font-size: 1.5625vw;
  }
  .visual_button {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visual_button a {
    width: 44.3vw;
    height: 6.5vw;
    font-size: 1.7vw;
  }
}

/* Feature */
.feature {
  background-color: #cedae4;
}
.feature .container {
  position: relative;
  padding-bottom: 50px;
  padding-top: 25px;
  padding-left: 85px;
  padding-right: 85px;
}
.feauture_list {
  overflow: hidden;
  padding: 1px 3px 3px;
}
.feature_item {
  height: auto;
}
.feature_item a {
  display: block;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #000;
  line-height: 1.4;
  font-size: 17px;
  text-align: center;
  padding: 22px 10px 28px;
  position: relative;
  transition: opacity 0.3s ease;
}
.feature_item a:hover {
  opacity: 0.7;
}
.feature_item a::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/arrow_blue.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.feature_item h3 {
  font-size: 17px;
}
.feature_icon {
  font-size: 0;
  margin-bottom: 10px;
}
.feature_icon img {
  width: 140px;
}
.feature .swiper_pagination {
  display: flex;
  justify-content: center;
  line-height: 1;
  font-size: 0;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}
.feature .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #141a64;
  border-radius: 100%;
  margin: 0 10px;
  background: none;
  opacity: 1;
  transition: background 0.3s ease;
}
.feature .swiper-pagination-bullet-active {
  background-color: #141a64;
}
.feature .swiper_next {
  display: block;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  background: #141a64 url(../img/swiper_next.png) no-repeat center center / 15px 17px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -25px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.feature .swiper_prev {
  display: block;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  background: #141a64 url(../img/swiper_prev.png) no-repeat center center / 15px 17px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -25px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.feature .swiper_next:hover,
.feature .swiper_prev:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .feature_item {
    width: 140px;
  }
  .feature_item h3 {
    font-size: 14px;
  }
  .feature_item a::after {
    width: 15px;
    height: 15px;
    right: 5px;
    bottom: 5px;
  }
  .feature_icon img {
    width: 102px;
  }
  .feature .container {
    padding: 20px 10px 60px;
  }
  .feature .swiper_next {
    bottom: 20px;
    right: 10px;
    margin: 0;
    top: inherit;
    width: 30px;
    height: 30px;
    background-size: 10px 11px;
  }
  .feature .swiper_prev {
    bottom: 20px;
    left: 10px;
    margin: 0;
    top: inherit;
    width: 30px;
    height: 30px;
    background-size: 10px 11px;
  }
  .feature .swiper_pagination {
    bottom: 30px;
    background-color: #fff;
    height: 10px;
    left: 52px;
    right: 52px;
    border-radius: 5px;
    transform: translateX(0);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    padding: 3px;
    justify-content: inherit;
  }
  .feature .swiper-pagination-bullet {
    border: none;
    height: 4px;
    width: auto;
    flex: 1 0 0%;
    margin: 0;
    display: block;
    border-radius: 3px;
  }
}

/* Pickup */
.pickup {
  padding: 65px 0 70px 0;
}
.pickup_list {
  font-size: 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.pickup_list li {
  width: 25%;
  padding: 0 10px;
}
.pickup_list li a {
  transition: opacity 0.3s ease;
}
.pickup_list li a:hover {
  opacity: 0.7;
}
.pickup_list li img {
  border-radius: 8px;
  border: 1px solid #141a64;
}
@media (max-width: 767px) {
  .pickup {
    padding: 35px 0 40px 0;
  }
  .pickup_list {
    margin: 0 -3px -6px;
  }
  .pickup_list li {
    padding: 0 3px;
    margin-bottom: 6px;
    width: 50%;
  }
}

/* Information */
.information {
  padding: 65px 0 70px;
}
.info_list {
  line-height: 1.3;
  margin-bottom: 50px;
}
.info_list li:not(:last-child) {
  margin-bottom: 10px;
}
.info_list li a {
  display: flex;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 20px 22px;
  position: relative;
  transition: opacity 0.3s ease;
}
.info_list li a:hover {
  opacity: 0.7;
}
.info_list li a::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/arrow_white.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.info_list li .info_date {
  color: #787878;
  font-size: 12px;
  width: 80px;
  padding-top: 3px;
}
.info_list li .info_title {
  width: calc(100% - 80px);
}
@media (max-width: 767px) {
  .information {
    padding: 35px 0 40px;
  }
  .info_button {
    padding: 0 15px;
  }
  .info_list li a {
    display: block;
    padding: 15px 25px 15px 18px;
  }
  .info_list li .info_title,
  .info_list li .info_date {
    width: 100%;
    display: block;
  }
  .info_list li .info_date {
    padding: 0;
    margin-bottom: 3px;
  }
}

/* Entry list */
.entry_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.entry_item {
  width: 33.3333%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.entry_list.col2 .entry_item {
  width: 25%;
}
.entry_list.col1 .entry_item {
  width: 100%;
}
.entry_item a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 5px;
  border-radius: 8px;
  position: relative;
  transition: opacity 0.3s ease;
}
.entry_item a:hover {
  opacity: 0.7;
}
.entry_item a::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/arrow_blue.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.entry_item figure img {
  display: block;
  width: 100%;
  border-radius: 6px;
}
.entry_category {
  color: #fff;
  background-color: #141a64;
  font-size: 12px;
  line-height: 1;
  min-width: 110px;
  height: 30px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 15px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 8px 0 8px 0;
}
.entry_item h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 9px;
}
.entry_meta {
  line-height: 1.1;
}
.entry_date {
  font-size: 12px;
  color: #787878;
  line-height: 1;
}
.entry_body {
  padding: 10px 15px 12px;
}
.entry_item p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}
.entry_list.col2 .entry_item p {
  padding-right: 30px;
}
.entry_list.col1 .entry_item h3 {
  font-size: 31px;
  font-weight: 700;
  position: relative;
  line-height: 1.3;
  color: #141a64;
  padding: 0 0 20px;
  margin-bottom: 17px;
}
.entry_list.col1 .entry_item h3::after {
  content: "";
  height: 2px;
  width: 130px;
  background-color: #141a64;
  position: absolute;
  left: 0;
  bottom: 0;
}
.entry_list.col1 .entry_item a::after {
  display: none;
}
.entry_list.col1 .entry_item p {
  color: #141a64;
  font-size: 16px;
  padding: 0;
  font-weight: 700;
}
.entry_list.col1 .entry_body {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.entry_list.col1 .entry_item figure img {
  border-radius: 6px 6px 0 0;
}
.entry_feature {
  display: block;
  color: #000;
  background-color: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 5px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.entry_featureBody {
  padding: 20px 30px 30px;
}
.entry_featureBody h3 {
  font-size: 31px;
  font-weight: 700;
  position: relative;
  line-height: 1.3;
  color: #141a64;
  padding: 0 0 20px;
  margin-bottom: 17px;
}
.entry_featureBody h3::after {
  content: "";
  height: 2px;
  width: 130px;
  background-color: #141a64;
  position: absolute;
  left: 0;
  bottom: 0;
}
.entry_featureBody p {
  color: #141a64;
  font-size: 16px;
  padding: 0;
  line-height: 1.7;
  font-weight: 700;
}
.entry_feature figure img {
  border-radius: 6px 6px 0 0;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .entry_item {
    width: 100%!important;
    margin-bottom: 15px;
  }
  .entry_featureBody h3,
  .entry_list.col1 .entry_item h3 {
    font-size: 24px;
  }
}

/* ------------------------------------------------------
PAGES
------------------------------------------------------ */
.breadscrumb {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
  background-color: rgba(0, 10, 60, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 11px 15px 13px;
}
.mainhead_esg .breadscrumb {
  background-color: rgba(44, 85, 41, 0.8);
}
.breadscrumb a {
  color: #fff;
  text-decoration: none;
  padding-right: 12px;
  position: relative;
  margin-right: 4px;
}
.breadscrumb a:hover {
  text-decoration: underline;
}
.breadscrumb a::after {
  content: ">";
  position: absolute;
  right: 0;
  top: 0;
}
.mainhead {
  background: url(../img/bg_head.png) no-repeat center bottom / cover;
  position: relative;
  color: #fff;
  line-height: 1.2;
  padding: 40px 15px 0;
  height: 333px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainhead_esg {
  background: url(../img/bg_head_esg.jpg) no-repeat center bottom / cover;
}
.mainhead_inner {
  display: flex;
  flex-wrap: wrap;
}
.mainhead h1 {
  text-align: center;
  font-size: 43px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  width: 100%;
}
.mainhead .icon_head1::before {
  content: "";
  width: 80px;
  height: 80px;
  background: url(../img/icon_head01.png) no-repeat 0 0 / 100% 100%;
  display: block;
  margin: 0 auto 10px;
}
.mainhead .icon_head2::before {
  content: "";
  width: 69px;
  height: 50px;
  background: url(../img/ico_nav02_large.png) no-repeat 0 0 / 100% 100%;
  display: block;
  margin: 0 auto 10px;
}
.mainhead .icon_head3::before {
  content: "";
  width: 68px;
  height: 75px;
  background: url(../img/ico_nav03_large.png) no-repeat 0 0 / 100% 100%;
  display: block;
  margin: 0 auto 10px;
}
.mainhead .icon_head4::before {
  content: "";
  width: 75px;
  height: 75px;
  background: url(../img/ico_nav04_large.png) no-repeat 0 0 / 100% 100%;
  display: block;
  margin: 0 auto 10px;
}
.mainhead h2 {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  width: 100%;
  order: -1;
  margin-bottom: 8px;
}
.mainhead h2 span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 35px;
}
.mainhead .icon_child_head1 span::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img/ico_nav01_o.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 0;
  top: -2px;
}
.mainhead .icon_child_head2 span::before {
  content: "";
  width: 21px;
  height: 23px;
  background: url(../img/ico_nav02_o.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 0;
  top: -2px;
}
.mainhead .icon_child_head3 span::before {
  content: "";
  width: 18px;
  height: 20px;
  background: url(../img/ico_nav03_o.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 0;
  top: 0px;
}
/* .mainhead .icon_child_head5 span::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/ico_nav05_esg.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 0;
  top: -2px;
} */
.icon_child_head5 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainhead h2.icon_child_head5 span {
  padding-left: 0;
}
.icon_child_head5 img {
  flex-shrink: 0;
  width: 100px;
}
@media (max-width: 767px) {
  .mainhead h1 {
    font-size: 28px;
  }
  .icon_child_head5 img {
    width: 80px;
  }
}

.block_category {
  padding: 70px 0;
}
.block_category .entry_list {
  margin-bottom: -30px;
}
.entry_list.type_category .entry_body {
  padding: 0;
}
.entry_list.type_category .entry_item h3 {
  margin-bottom: 0;
  padding: 14px 24px 12px 24px;
  text-align: center;
  position: relative;
}
.entry_list.type_category .entry_item h3::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/arrow_blue.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.entry_list.type_category .entry_item a::after {
  display: none;
}

/* Modules */
.mb_0 {margin-bottom: 0!important;}
.mb_10 {margin-bottom: 10px!important;}
.mb_20 {margin-bottom: 20px!important;}
.mb_27 {margin-bottom: 27px!important;}
.mb_40 {margin-bottom: 40px!important;}
.mb_45 {margin-bottom: 45px!important;}
.mb_55 {margin-bottom: 55px!important;}
.mb_65 {margin-bottom: 65px!important;}
.mb_100 {margin-bottom: 100px!important;}
.mt_0 {margin-top: 0!important;}
.mt_10 {margin-top: 10px!important;}
.mt_20 {margin-top: 20px!important;}
.mt_27 {margin-top: 27px!important;}
.mt_40 {margin-top: 40px!important;}
.mt_45 {margin-top: 45px!important;}
.mt_55 {margin-top: 55px!important;}
.mt_65 {margin-top: 65px!important;}
.mt_100 {margin-top: 100px!important;}
.order_12 {order: 12!important;}
.fs_12 {font-size: 12px!important;}
.align_left {text-align: left!important;}
.display_inline_block {display: inline-block!important;}
.ele_image {
  font-size: 0;
  text-align: center;
}
.ele_image img {
  max-width: 100%;
}
.ele_iframe iframe {
  width: 100%;
  height: 450px;
}
.text_indent {
  text-indent: -1em;
  padding-left: 1em;
}
.head3 {
  font-weight: 700;
  color: #141a64;
  line-height: 1.3;
  font-size: 21px;
  position: relative;
  padding: 0 0 1px 15px;
  margin-bottom: 15px;
}
.head3::before {
  content: "";
  background-color: #141a64;
  width: 3px;
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 3px;
}
#esg .head3 {
  color: #1a6414;
}
#esg .head3::before {
  background-color: #1a6414;
}
.head3 .is-annotation {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .head3 .is-annotation {
    display: block;
    margin-top: 5px;
    font-size: 14px;
  }
}
.head4 {
  color: #141a64;
  line-height: 1.3;
  font-size: 18px;
  border-bottom: 1px solid #ced9e1;
  padding: 0 0 17px;
  margin-bottom: 8px;
}
#esg .head4 {
  color: #1a6414;
}
.dot_list {
  line-height: 1.8;
}
.dot_list li {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
  position: relative;
  padding: 0 0 0 18px;
}
.dot_list li:not(:last-child) {
  margin-bottom: 8px;
}
.dot_list li::before {
  content: "";
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 11px;
  border: 2px solid #141a64;
}
.dot_list.has_box {
  line-height: 1.3;
}
.dot_list.has_box li {
  background-color: #fff;
  border: 1px solid #ced9e1;
  border-radius: 6px;
  padding: 13px 15px 15px 35px;
}
.dot_list.has_box li::before {
  left: 14px;
  top: 18px;
}
.group_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.group_photo {
  font-size: 0;
  text-align: center;
}
.group_flex .group_photo {
  width: 360px;
}
.group_flex .group_intro {
  width: calc(100% - 400px);
  padding: 0;
}
.group_intro p:not(:last-child) {
  margin-bottom: 20px;
}
.intro_author {
  text-align: right;
  line-height: 1.4;
  font-weight: 500;
  font-size: 14px;
  margin-top: 30px;
}
.intro_author_name {
  font-weight: 700;
  font-size: 16px;
}
.intro_author_name strong {
  font-size: 31px;
  margin-left: 15px;
}
.anchor_list li:not(:last-child) {
  margin-bottom: 10px;
}
.anchor_list > li > a {
  display: flex;
  height: 60px;
  line-height: 1.2;
  align-items: center;
  text-decoration: none;
  color: #141a64;
  position: relative;
  background-color: #ecf2f6;
  border: 1px solid #ced9e1;
  border-radius: 6px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0 50px 0 30px;
  transition: opacity 0.3s ease;
  overflow: hidden;
}
.anchor_list > li > a:hover {
  opacity: 0.7;
}
.anchor_list > li > a::before {
  content: "";
  width: 4px;
  background-color: #141a64;
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
}
.anchor_list > li > a::after {
  content: "";
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion_head::after {
  background-image: url(../img/arrow_down.png);
}
.accordion_head.opened::after {
  transform: translateY(-50%) rotate(180deg);
}
.faq_content {
  padding-top: 36px;
}
.faq_item {
  border: 1px solid #ced9e1;
  border-radius: 10px;
  overflow: hidden;
}
.faq_item:not(:last-child) {
  margin-bottom: 20px;
}
.faq_head {
  display: flex;
  align-items: center;
  font-weight: 700;
  position: relative;
  line-height: 1.3;
  padding: 20px 15px 20px 65px;
}
.faq_head::before {
  content: "Q";
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #141a64;
  color: #fff;
  font-size: 21px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 2px;
  font-family: 'Roboto', sans-serif;
}
.faq_body_inner {
  border-top: 1px solid #ced9e1;
  position: relative;
  padding: 17px 30px 24px 66px;
}
.faq_body_inner::before {
  content: "A";
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #8ca0b4;
  color: #fff;
  font-size: 21px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 10px;
  top: 24px;
  padding-bottom: 2px;
  font-family: 'Roboto', sans-serif;
}
.faq_body {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.9;
}
.accordion_body {
  display: none;
}
.spec_box {
  background-color: #fff;
  border: 1px solid #ced9e1;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}
.spec_box dt {
  height: 60px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 20px 0 28px;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
.spec_box dt::before {
  content: "";
  width: 4px;
  background-color: #141a64;
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: 0;
}
.spec_linkitem a {
  height: 60px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 20px 0 28px;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #111;
  text-decoration: none;
  border: 1px solid #ced9e1;
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
}
.spec_linkitem a::before {
  content: "";
  width: 4px;
  background-color: #141a64;
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
}
.spec_linkitem a::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/arrow_blue.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.spec_box dd {
  border-top: 1px solid #ced9e1;
}
.table_list .table_row {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.6;
}
.table_list .table_row:not(:last-child) {
  border-bottom: 1px solid #ced9e1;
}
.table_list .table_th {
  font-weight: 700;
  font-size: 15px;
  background-color: #f5fbff;
  width: 182px;
  border-right: 1px solid #ced9e1;
  padding: 10px 15px 14px 24px;
}
.table_list .table_td {
  font-weight: 500;
  font-size: 15px;
  padding: 10px 15px 14px 24px;
  width: calc(100% - 182px);
}
.text_note {
  font-size: 12px;
  font-weight: 500;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.spec_linklist {
  display: flex;
  flex-wrap: wrap;
}
.spec_linklist ul {
  width: 50%;
}
.spec_linklist ul:not(:last-child) {
  border-right: 1px solid #ced9e1;
}
.spec_linklist ul li:not(:last-child) {
  border-bottom: 1px solid #ced9e1;
}
.spec_linklist span,
.spec_linklist a {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
  color: #000;
  height: 49px;
  position: relative;
  padding: 0 40px 0 25px;
  transition: opacity 0.3s ease;
}
.spec_linklist a:hover {
  opacity: 0.7;
}
.spec_linklist a::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/arrow_blue.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.linklist {
  background-color: #fff;
  border: 1px solid #ced9e1;
  border-radius: 8px;
  overflow: hidden;
}
.linklist.col3,
.linklist.col4 {
  display: flex;
}
.linklist.col3 li {
  width: 33.3333%;
}
.linklist.col4 li {
  width: 25%;
}
.linklist.col3 li:not(:last-child),
.linklist.col4 li:not(:last-child) {
  border-right: 1px solid #ced9e1;
}
.linklist a {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
  color: #000;
  height: 49px;
  position: relative;
  padding: 0 40px 0 25px;
  transition: opacity 0.3s ease;
}
.linklist a:hover {
  opacity: 0.7;
}
.linklist a::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/arrow_blue.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.form_button {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: -10px;
}
.form_button .button {
  margin: 0 5px 10px;
}
.form_table {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #ced9e1;
  background-color: #fff;
}
.form_row {
  display: flex;
  flex-wrap: wrap;
}
.form_row:not(:last-child) {
  border-bottom: 1px solid #ced9e1;
}
.form_th {
  width: 273px;
  padding: 24px 15px 27px 23px;
  line-height: 1.2;
  position: relative;
  border-right: 1px solid #ced9e1;
  background-color: #f5fbff;
  font-weight: 700;
  font-size: 15px;
}
.form_th em {
  position: absolute;
  right: 20px;
  top: 24px;
  font-style: normal;
  color: #c80000;
  border: 1px solid #c80000;
  font-size: 12px;
  font-weight: 500;
  border-radius: 3px;
  line-height: 1;
  width: 40px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
}
.form_td {
  width: calc(100% - 273px);
  padding: 10px;
}
.form_style input[type="text"],
.form_style input[type="email"],
.form_style input[type="tel"] {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #000;
  border: none;
  background-color: #f6f8fa;
  border-radius: 4px;
  width: 100%;
  max-width: 390px;
  outline: none;
  height: 49px;
  padding: 0 10px;
}
.form_style textarea {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #000;
  border: none;
  background-color: #f6f8fa;
  border-radius: 4px;
  width: 100%;
  outline: none;
  padding: 10px;
  height: 109px;
  display: block;
}
.form_style select {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  border: none;
  background: #f6f8fa url(../img/arrow_select.png) no-repeat right top / auto 100%;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  outline: none;
  width: 100%;
  max-width: 390px;
  height: 49px;
  padding: 0 30px 0 10px;
}
.form_note {
  font-size: 12px;
  color: #900;
  text-indent: -1.2em;
  padding-left: 1.2em;
  margin-top: 2px;
  line-height: 1.5;
}
.form_text {
  font-size: 15px;
  line-height: 1.3;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 13px;
}
.voice_block:not(:last-child) {
  margin-bottom: 20px;
}
.voice_box {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #ced9e1;
}
.voice_body h3 {
  font-weight: 700;
  font-size: 24px;
  color: #141a64;
  line-height: 1.3;
  margin-bottom: 7px;
}
.voice_body p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.9;
}
.voice_meta {
  font-weight: 700;
  color: #141a64;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  padding: 0 0 16px;
  margin-bottom: 9px;
}
.voice_meta::after {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #141a64;
  position: absolute;
  left: 0;
  bottom: 0;
}
.voice_thumb img {
  display: block;
  width: 120px;
}
.voice_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 25px;
}
.voice_body {
  width: calc(100% - 150px);
}
.voice_button {
  border-top: 1px solid #ced9e1;
  display: flex;
  justify-content: center;
  padding: 20px;
}
.voice_detail_head {
  display: flex;
  align-items: center;
  padding: 15px;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  width: 310px;
  border: 1px solid #ced9e1;
}
.voice_detail_head::after {
  content: "";
  width: 17px;
  height: 21px;
  background: url(../img/arrow_voice.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: -17px;
  top: 50%;
  transform: translateY(-50%);
}
.voice_detail_head figure {
  width: 120px;
  font-size: 0;
}
.voice_detail_head figure img {
  width: 100%;
}
.voice_detail_name {
  width: calc(100% - 120px);
  line-height: 1.2;
  color: #141a64;
  font-weight: 700;
  padding-left: 18px;
}
.voice_detail_name span {
  display: block;
  font-size: 16px;
}
.voice_detail_name strong {
  display: block;
  font-size: 24px;
}
.voice_detail_name small {
  font-size: 60%;
}
.voice_detail {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 65px;
}
.voice_detail_body {
  width: calc(100% - 370px);
}
.voice_detail_body dl dt {
  font-weight: 700;
  font-size: 31px;
  color: #141a64;
  line-height: 1.3;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 15px;
}
.voice_detail_body dl dt::after {
  content: "";
  background-color: #141a64;
  height: 2px;
  width: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.voice_detail_body dl dd:not(:last-child) {
  margin-bottom: 53px;
}
.voice_detail_body dl dd h3 {
  font-weight: 700;
  color: #141a64;
  line-height: 1.5;
  font-size: 21px;
  margin-bottom: 5px;
}
.voice_detail_body dl dd p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.9;
}
.voice_detail_wrap .voice_button {
  padding: 0;
  border: none;
}
.linkbar {
  background-color: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  position: relative;
}
.linkbar_inner {
  margin: 0 auto;
  max-width: 1200px;
}
.linkbar_menu {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #ced9e1;
  border-right: 1px solid #ced9e1;
}
.linkbar_menu > li {
  width: 50%;
  line-height: 1.1;
}
.linkbar_menu > li:not(:last-child) {
  border-right: 1px solid #ced9e1;
}
.linkbar_menu > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  text-decoration: none;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding: 0 0 10px 0;
}
.linkbar_menu > li > a::before {
  content: "";
  background-color: #141a64;
  position: absolute;
  left: 5px;
  top: 5px;
  bottom: 0;
  right: 5px;
  border-radius: 8px 8px 0 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.linkbar_menu > li > a::after {
  content: "";
  width: 13px;
  height: 8px;
  background: url(../img/arrow_nav_down.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  margin-left: 18px;
  z-index: 1;
}
.linkbar_menu > li > a span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.linkbar_icon1 {
  padding: 0 0 0 36px;
}
.linkbar_icon2 {
  padding: 0 0 0 35px;
}
.linkbar_icon1::before {
  content: "";
  width: 28px;
  height: 23px;
  background: url(../img/linkbar_icon01.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
}
.linkbar_icon2::before {
  content: "";
  width: 25px;
  height: 27px;
  background: url(../img/linkbar_icon02.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
}
.linkbar_icon1::after {
  content: "";
  width: 28px;
  height: 23px;
  background: url(../img/linkbar_icon01_o.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.linkbar_icon2::after {
  content: "";
  width: 25px;
  height: 27px;
  background: url(../img/linkbar_icon02_o.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.linkbar_menu > li.opened > a {
  color: #fff;
}
.linkbar_menu > li.opened > a::before {
  opacity: 1;
}
.linkbar_menu > li.opened > a::after {
  background-image: url(../img/arrow_nav_down_o.png);
}
.linkbar_menu > li.opened .linkbar_icon1::before,
.linkbar_menu > li.opened .linkbar_icon2::before {
  opacity: 0;
}
.linkbar_menu > li.opened .linkbar_icon1::after,
.linkbar_menu > li.opened .linkbar_icon2::after {
  opacity: 1;
}
.linkbar_child {
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: background 0.3s ease, opacity 0.3s ease;
  position: absolute;
  left: 0;
  top: 70px;
  width: 100%;
  background-color: #cedae4;
  padding: 20px 5px;
}
.linkbar_menu > li.opened .linkbar_child {
  z-index: 5;
  opacity: 1;
  visibility: visible;
}
.linkbar_childInner {
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.linkbar_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: right;
  padding: 10px 0;
}
.linkbar_text span:last-child {
  float: right;
  margin-left: 6vw;
}
.linkbar_child ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -2px;
}
.linkbar_child ul li {
  width: 50%;
  border-bottom: 1px solid #ced9e1;
}
.linkbar_child ul li:nth-child(odd) {
  border-right: 1px solid #ced9e1;
}
.linkbar_child ul a {
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  line-height: 1.3;
  padding: 0 15px;
  position: relative;
  height: 42px;
  font-size: 14px;
  font-weight: 500;
}
.linkbar_child ul a::after {
  content: "";
  width: 8px;
  height: 13px;
  background: url(../img/arrow_right.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.table_style {
  width: 100%;
  border: 1px solid #ced9e1;
  margin-bottom: 40px;
  background-color: #fff;
}
.table_style thead th {
  border-bottom: 1px solid #ced9e1;
  font-weight: 700;
  font-size: 15px;
  background-color: #f5fbff;
  padding: 10px 15px 14px 15px;
}
.table_style thead th:not(:last-child) {
  border-right: 1px solid #ced9e1;
}
.table_style tbody tr:not(:last-child) th,
.table_style tbody tr:not(:last-child) td {
  border-bottom: 1px solid #ced9e1;
}
.table_style tbody th {
  border-right: 1px solid #ced9e1;
  font-weight: 700;
  font-size: 15px;
  background-color: #f5fbff;
  width: 182px;
  padding: 10px 15px 14px 15px;
  text-align: center;
}
.table_style tbody td:not(:last-child) {
  border-right: 1px solid #ced9e1;
}
.table_style tbody td {
  padding: 10px 15px 14px 15px;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
}
.infoList__title {
  line-height: 1.2;
  font-weight: 700;
  font-size: 34px;
  color: #141a64;
  position: relative;
  padding: 0 0 16px;
  margin-bottom: 20px;
}
.infoList__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background-color: #141a64;
}
.infoList__date {
  font-size: 12px;
  color: #787878;
  line-height: 1;
  margin-bottom: 45px;
}
.infoList__body {
  margin-bottom: 30px;
}
.infoList__body p:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .group_flex {
    display: block;
  }
  .group_flex .group_photo {
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
  }
  .group_flex .group_photo img {
    max-width: 360px;
  }
  .group_flex .group_intro {
    padding-left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .table_list .table_th {
    width: 120px;
  }
  .table_list .table_td {
    width: calc(100% - 120px);
  }
  .spec_linklist {
    display: block;
  }
  .spec_linklist ul {
    width: 100%;
  }
  .spec_linklist ul:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #ced9e1;
  }
  .form_row {
    display: block;
  }
  .form_th {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ced9e1;
  }
  .form_td {
    width: 100%;
  }
  .form_button .button {
    margin-left: 0;
    margin-right: 0;
  }
  .voice_flex {
    display: block;
  }
  .voice_body {
    width: 100%;
  }
  .voice_thumb {
    margin-bottom: 20px;
  }
  .voice_thumb img {
    margin: 0 auto;
  }
  .voice_detail {
    display: block;
  }
  .voice_detail_body {
    width: 100%;
  }
  .voice_detail_head {
    width: 100%;
    margin-bottom: 34px;
  }
  .voice_detail_head::after {
    top: inherit;
    right: inherit;
    left: 50%;
    bottom: -17px;
    transform: translate(-50%, 0) rotate(90deg);
  }
  .linkbar_menu > li > a {
    font-size: 15px;
  }
  .linkbar_child ul li {
    width: 100%;
  }
  .linkbar_child ul li:nth-child(odd) {
    border-right: none;
  }
  .linkbar_child ul {
    margin-bottom: 0;
  }
  .linkbar_child ul li:last-child {
    border-bottom: none;
  }
  .linklist.col3,
  .linklist.col4 {
    display: block;
  }
  .linklist.col3 li,
  .linklist.col4 li {
    width: 100%;
    border-right: none!important;
  }
  .linklist li:not(:last-child) {
    border-bottom: 1px solid #ced9e1;
  }
  .linkbar_text {
    display: block;
  }
  .linkbar_text span {
    display: block;
  }
  .linkbar_text span:last-child {
    clear: both;
    float: none;
    margin-top: 10px;
    margin-left: 0;
  }
}

/* Dxmark */
.color_blue {
  color: #141a64;
}
.color_red {
  color: #EB3223;
}
.group {
  padding: 68px 0;
}
.group_head {
  text-align: center;
  line-height: 1.2;
}
.group_head h3 {
  font-weight: 700;
  font-size: 21px;
}
.group_head p {
  font-weight: 500;
  font-size: 14px;
  margin-top: 10px;
}
.group_title {
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  font-size: 34px;
  color: #141a64;
  position: relative;
  padding: 0 0 16px;
  margin-bottom: 20px;
}
#esg .group_title {
  color: #1a6414;
}
.group_title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background-color: #141a64;
}
#esg .group_title::after {
  background-color: #1a6414;
}
.block_lead {
  text-align: center;
  font-weight: 700;
  font-size: 19px;
  line-height: 2.1;
  padding: 58px 0 62px;
}
.dxmark_box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 20px 20px;
}
.dxmark_box.no_shadow {
  border: 1px solid #ced9e1;
  box-shadow: none;
}
.dxmark_box.no_title {
  padding-top: 20px;
}
.dxmark_box figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.dxmark_box h3 {
  text-align: center;
  line-height: 1.2;
  color: #141a64;
  font-weight: 700;
  font-size: 24px;
  padding: 0 20px 17px;
}
.dxmark_box h4 {
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  padding: 0 20px 22px;
}
.text_list {
  margin-bottom: 40px;
}
.text_list li {
  background-color: #ecf2f6;
  border: 1px solid #ced9e1;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  line-height: 1.3;
  padding: 17px 10px 19px 30px;
}
.text_list li:not(:last-child) {
  margin-bottom: 10px;
}
.text_list li::before {
  content: "";
  width: 4px;
  background-color: #141a64;
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
}
.table01 {
  background-color: #fff;
  width: 100%;
  font-size: 16px;
  position: relative;
  border-collapse: separate;
  border-spacing: 0;
  border-bottom: solid 1px #CFCFCF;
  border-left: solid 1px #CFCFCF;
  text-align: center;
}
.table01 th {
  padding: 5px;
  background: #e2e5ea;
  font-weight: 700;
  text-align: center;
  border-top: solid 1px #CFCFCF;
  border-right: solid 1px #CFCFCF;
}
.table01 td {
  padding: 5px;
  border-top: solid 1px #CFCFCF;
  border-right: solid 1px #CFCFCF;
  position: relative;
}
.table01 td._strong {
  font-size: 18px;
  font-weight: 700;
}
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1;
}
.wp-pagenavi span,
.wp-pagenavi a {
  display: block;
  border: 1px solid #BFBFBF;
  text-decoration: none;
  margin: 0 3px;
  background-color: #fff;
  padding: 3px 5px 6px;
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.wp-pagenavi a:hover,
.wp-pagenavi .current {
  border-color: #000;
  background-color: #141a64;
  color: #fff;
}
@media (max-width: 767px) {
  .block_lead {
    text-align: left;
    font-size: 17px;
  }
}

.bronze h4 { color: #bd634b; }
.bronze .dot_list li::before { border-color: #bd634b; }
.silver h4 { color: #a7a8a9; }
.silver .dot_list li::before { border-color: #a7a8a9; }
.gold h4 { color: #bd903c; }
.gold .dot_list li::before { border-color: #bd903c; }
.table_style tbody th.bronze { background-color: #bd634b; }
.table_style tbody th.silver { background-color: #a7a8a9; }
.table_style tbody th.gold { background-color: #bd903c; }
.frame01 {width: 100%; height: 300px; background: #fff; overflow: scroll; overflow-x: hidden;}
.frame01 .inner {padding: 20px 20px 0; height: auto;}
.form_th_check {
  width: 100%;
  padding: 24px 15px 27px 23px;
  line-height: 1.2;
  position: relative;
  background-color: #f5fbff;
  font-weight: 700;
  font-size: 15px;
}
.form_th_check em {
  position: absolute;
  left: 20px;
  top: 24px;
  font-style: normal;
  color: #c80000;
  border: 1px solid #c80000;
  font-size: 12px;
  font-weight: 500;
  border-radius: 3px;
  line-height: 1;
  width: 40px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
}
.form_th_check span { text-align: center; display: block; margin: 0 auto; }
.form_th_check span input {margin-right: 10px;}
.form_th_check span.wpcf7-list-item-label {display: inline-block;}

.w50 img {width: 50%;}
.w40 img {width: 40%;}
.w30 img {width: 30%;}

.adovisor-merit {
  position: relative;
}
.adovisor-merit.is-esg {
  display: flex;
  align-items: center;
}
.adovisor-merit__inner {
  flex: 1;
}
.adovisor-merit .dot_list {
  width: 75%;
}
.adovisor-merit .dot_list.is-max {
  width: 100%;
}
.adovisor-merit .adovisor-logo {
  width: 150px;
  height: 150px;
  position: absolute;
  right: 40px;
  top: 20px;
}
.adovisor-merit.is-esg .adovisor-logo {
  width: 300px;
  max-width: 100%;
  height: auto;
  position: relative;
  right: inherit;
  top: inherit;
  order: 2;
}
.adovisor-merit.is-esg .adovisor-logo {
  order: 1;
}
.adovisor-merit .adovisor-logo a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .adovisor-merit.is-esg {
    display: block;
  }
  .adovisor-merit.is-esg .adovisor-logo {
    margin-bottom: 50px;
  }
  .adovisor-merit .dot_list {
    width: 100%;
  }
  .adovisor-merit .adovisor-logo {
    position: initial;
    margin: 10px auto 0;
  }
}
/* Update 24/03/01 */
.esg__benefit_wrap {
  background-color: #FFF;
  border: 1px solid #ced9e1;
  border-radius: 10px;
  padding: 26px 19px 22px;
}
.esg__benefit_wrap h3 {
  text-align: center;
  color: #141a64;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 35px;
}
.esg__benefit_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.esg__benefit_item {
  width: 33.33333%;
  padding: 0 10px;
}
.esg__benefit_box {
  background-color: #d5f3f3;
  border: 1px solid #cee0de;
  border-radius: 5px;
  height: 100%;
  position: relative;
  padding: 55px 14px 14px;
}
.esg__benefit_box h4 {
  color: #019292;
  line-height: 1.2;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.esg__benefit_text {
  border-radius: 5px;
  background-color: #FFF;
  padding: 18px 20px 22px;
}
.esg__benefit_text p {
  line-height: 1.3;
  letter-spacing: 0.04em;
}
.esg__benefit_num {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  background-color: #14b4b4;
  color: #FFF;
  font-size: 21px;
  font-weight: 700;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 50%;
  top: -25px;
  transform: translateX(-50%);
}
.esg__image {
  border: 1px solid #ced9e1;
  overflow: hidden;
  border-radius: 10px;
  font-size: 0;
  padding-right: 1px;
}
.esg__image img {
  width: 100%;
}
.esg__certi_wrap h4 {
  color: #141a64;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 17px;
}
#esg .esg__certi_wrap h4 {
  color: #1a6414;
}
.esg__certi_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.esg__certi_col {
  width: 33.33333%;
  padding: 0 10px;
}
.esg__certi_item {
  height: 100%;
  border-radius: 5px;
  padding: 27px 23px 20px;
  border: 1px solid #ced9e1;
}
.esg__certi_item h5 {
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 20px;
}
.esg__certi_item.--is-green {
  background-color: #ddefe1;
}
.esg__certi_item.--is-orange {
  background-color: #f9d9c5;
}
.esg__certi_item.--is-blue {
  background-color: #b7d7e3;
}
.esg__certi_item.--is-green h5 {
  color: #279a42;
}
.esg__certi_item.--is-orange h5 {
  color: #e86a1e;
}
.esg__certi_item.--is-blue h5 {
  color: #0072a3;
}
.esg__certi_item ul {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.esg__certi_item ul li {
  margin-bottom: 4px;
}
.esg__certi_item > ul > li {
  margin-bottom: 5px;
}
.esg__certi_item ul > li > span {
  display: block;
  position: relative;
  padding: 0 0 0 18px;
  margin-bottom: 4px;
}
.esg__certi_item ul > li > span::before {
  content: "";
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 9px;
  border: 2px solid #141a64;
}
.esg__certi_item ul > li ul {
  padding: 0 0 0 18px;
}
.esg__certi_item ul ul li {
  position: relative;
  padding: 0 0 0 13px;
}
.esg__certi_item ul ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  border: 2px solid #141a64;
  position: absolute;
  left: 0;
  top: 11px;
}
.esg__kv {
  font-size: 0;
}
.esg__kv img {
  width: 100%;
}
.dxmark_box--esgabout {
  padding-top: 40px;
  padding-bottom: 40px;
}
.dxmark_box--esgabout figure img {
  max-width: 775px;
}
.table_style.is--color tbody  tr:nth-child(even) td {
  background-color: #f5fbff;
}
.esg__order {
  padding: 20px;
  background-color: #FFF;
  border: 1px solid #ced9e1;
  border-radius: 10px;
}
.esg__order li {
  background-color: #FFF;
  border: 1px solid #141a64;
  border-radius: 5px;
  margin-bottom: 18px;
  position: relative;
  padding: 20px 20px 20px 45px;
}
.esg__order li:not(:last-child)::after {
  content: "";
  width: 11px;
  height: 15px;
  background: url(/assets/img/esg_arrow.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 10px;
  bottom: -15px;
}
.esg__order li:last-child {
  margin-bottom: 0;
}
.esg__order li span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  background-color: #141a64;
  line-height: 1;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  border-radius: 5px 0 5px;
  position: absolute;
  left: -1px;
  top: -1px;
  width: 30px;
  height: 30px;
}
.esg__order li p {
  color: #141a64;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}
.breadscrumb.no--abs {
  position: inherit;
  left: inherit;
  top: inherit;
  color: #FFF;
}
.linkbar_menu--esg li {
  width: 33.3333%;
}
.linkbar_menu--esg > li > a {
  padding: 0;
}
.linkbar_menu--esg > li > a::after {
  content: none;
}
.esg--is-num li {
  padding: 0 0 0 0;
}
.esg--is-num li::before {
  display: none;
}
.esg_promotion {
  position: relative;
  display: flex;
  margin-top: 2em;
}
.esg_promotion .esg--is-num {
  flex: 1;
  margin-left: 100px;
}
.esg_promotion .adovisor-logo {
  flex-shrink: 0;
  width: 225px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .esg__benefit_list {
    display: block;
    margin: 0;
  }
  .esg__benefit_item {
    padding: 0;
    width: 100%;
    margin-bottom: 50px;
  }
  .esg__benefit_item:last-child {
    margin-bottom: 0;
  }
  .esg__certi_row {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .esg__certi_col {
    width: auto;
    padding: 0;
    margin-bottom: 20px;
  }
  .esg__certi_item:last-child {
    margin-bottom: 0;
  }
  .esg_promotion {
    display: block;
  }
  .esg_promotion .esg--is-num {
    width: 100%;
  }
  .esg_promotion .adovisor-logo {
    position: initial;
    margin: 2em auto 0;
  }
}
.is-space {
  display: block;
  text-indent: 1em;
}
.is-space2 {
  display: block;
  text-indent: 2em;
}
.is-space2-2 {
  display: block;
  text-indent: 2.2em;
}
.p-esg__pre {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #fff;
  background-color: #151a60;
  border-radius: 5px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.p-esg__flex {
  display: flex;
  align-items: center;
}
.p-esg__flex-logo {
  width: 30%;
}
.p-esg__flex-logo img {
  max-width: 100%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.p-esg__flex-item {
  flex: 1;
  padding-left: 50px;
}
@media (max-width: 767px) {
  .p-esg__pre {
    font-size: 1.4rem;
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .p-esg__flex {
    display: block;
  }
  .p-esg__flex-logo {
    width: 100%;
    margin-bottom: 30px;
  }
  .p-esg__flex-item {
    padding-left: 0;
  }
}
/* update20240625 */
.visual-sub {
  position: relative;
}
.visual-sub .visual_inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .visual-sub .visual_body {
    width: auto;
  }
  .visual-sub .visual_body h2 {
    font-size: 60px;
    margin: 0;
  }
  .visual-sub .visual_logo img {
    width: 275px;
  }
  .visual-sub .visual_item figure img {
    min-height: 400px;
    object-fit: cover;
    object-position: center;
  }
}
.categories_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 0 25px;
}
.categories_list a {
  border-radius: 20px;
  border: 1px solid #141a64;
  color: #141a64;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}
.categories_list a.is-current, .categories_list a:hover {
  background-color: #141a64;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .categories_list a {
    width: 80px;
  }
}
.megamenu_inner.noflex a {
  text-decoration: none;
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  padding: 15px 32px 15px 15px;
  text-align: center;
  background: white;
  width: 100%;
  border-radius: 10px;
}

.megamenu_inner.noflex a:after {
  content: "";
  width: 8px;
  height: 13px;
  background: url(../img/arrow_right.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .megamenu_inner.noflex {
    padding: 0 20px 20px 30px;
  }
}

/* Updated: 2025/08/26 */
.adovisor_logo_l {
  display: flex;
  gap: 30px 50px;
  justify-content: center;
  align-items: center;
}
.dxmark_box_text {
  background-color: #FFF;
  /* color: red; */
  font-weight: 700;
  padding: 10px;
  margin: 20px 0;
}
.dxmark_order strong {
  color: #141a64;
}
.dxmark_order {
  margin: 20px 0;
}
.dxmark_order li {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .dxmark_box_cnt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .dxmark_box_cnt .ele_image {
    width: 40%;
  }
}
@media screen and (min-width: 1100px) {
  .dxmark_box_cnt .dxmark_order,
  .dxmark_box_cnt .ele_image {
    width: 50%;
  }
}