@charset "UTF-8";
/*font*/
/*$base_font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;*/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100; }

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200; }

/*! based on html5doctor.com Reset Stylesheet v1.6.1 Author: Richard Clark - http://richclarkdesign.com */
html {
  box-sizing: border-box; }

*,
::before,
::after {
  box-sizing: inherit; }

body {
  background: transparent;
  color: #000;
  line-height: 1;
  -webkit-text-size-adjust: 100%; }
  html[lang="ja"] body {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, Verdana, Meiryo, sans-serif; }

/* main elements group */
audio,
canvas,
progress,
video {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

/* a */
/****************************************************** setting end */
#mv_area {
  width: 100%; }

.slider_img img {
  max-width: 100%; }

.dots_list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -60px; }
  .dots_list li {
    margin-right: 20px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .dots_list li:last-child {
      margin-right: 0; }
    .dots_list li.slick-active button[type="button"] {
      background: #2285bf; }
    .dots_list li button[type="button"] {
      background-color: transparent;
      border: none;
      cursor: pointer;
      outline: none;
      padding: 0;
      -webkit-appearance: none;
              appearance: none;
      position: relative;
      text-indent: -9999px;
      width: 7px;
      height: 7px;
      background: #fff;
      border-radius: 50%; }

/****************************/
#art01 {
  padding: 5.7vw 0;
  position: relative;
  z-index: 0; }
  #art01::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: #f0f0f0;
    background: -webkit-linear-gradient(top, #f0f0f0 0%, white 100%);
    background: linear-gradient(180deg, #f0f0f0 0%, white 100%);
    z-index: -1; }

#art02 {
  position: relative;
  z-index: 0;
  padding: 6vw 0; }
  #art02::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-image: url(../../image/bg_img001.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    width: 100%;
    height: 100%;
    z-index: -1; }
  #art02::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #edf5fa;
    z-index: -2; }

#art03 {
  position: relative;
  z-index: 0;
  padding: 6vw 0 15vw; }
  #art03::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-image: url(../../image/bg_img002.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    z-index: -1; }

#art04 {
  position: relative;
  z-index: 0;
  padding: 3vw 0;
  background: #00ac9c;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

#art05 {
  position: relative;
  z-index: 0;
  padding: 6vw 0;
  background: #f4f8f0; }

#art06 {
  padding: 6vw 0;
  background: #fff; }

#art07 {
  position: relative;
  z-index: 0;
  padding: 6vw 0;
  background: #f7f7f7; }

.sys_ball_area {
  position: absolute;
  top: -79px;
  left: 9vw; }

.sys_ball_box {
  background: #00ac9c;
  padding: 0 50px;
  height: 80px;
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .sys_ball_box::before {
    position: absolute;
    content: "";
    top: 0;
    left: -79px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 80px 80px;
    border-color: transparent transparent #00ac9c transparent; }
  .sys_ball_box::after {
    position: absolute;
    content: "";
    top: 0;
    right: -79px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 0 0 80px;
    border-color: transparent transparent transparent #00ac9c; }

.sys_ball {
  font-weight: 900;
  font-size: 2.3125rem;
  color: #fff;
  text-align: center; }

.box {
  max-width: 1400px;
  width: 94%;
  margin: 0 auto; }
  .box.min {
    max-width: 1200px; }
  .box.minmin {
    max-width: 1000px; }

/* tab */
.tab-group {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 870px;
  width: 100%;
  margin: 0 auto 0 auto; }

.tab {
  width: 30%;
  margin-right: 5%;
  text-align: center;
  cursor: pointer;
  color: #2285bf;
  border: 1px solid #edf5fa;
  border-radius: 10px;
  position: relative;
  z-index: 0; }
  .tab::before {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -7px;
    right: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #999;
    z-index: 1; }
  .tab:last-child {
    margin-right: 0; }
    .tab:last-child::before {
      display: none; }

.tab_tit {
  font-weight: 900;
  font-size: 1.5rem;
  background: #edf5fa;
  padding: 10px 0;
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px 10px 0 0; }
  .tab_tit::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    background: #2285bf;
    width: 30px;
    height: 30px;
    border-radius: 50%; }
  .tab_tit span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    position: relative;
    z-index: 0; }
    .tab_tit span::before {
      position: absolute;
      content: "";
      top: 50%;
      margin-top: -6px;
      left: -33px;
      margin-right: 10px;
      border-top: 4px solid #fff;
      border-right: 4px solid #fff;
      width: 12px;
      height: 12px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.tab_txt {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 0.9375rem;
  padding: 10px 0; }

.panel {
  display: none; }

.tab.is-active {
  border: 1px solid #2285bf;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in; }
  .tab.is-active .tab_tit {
    background: #2285bf;
    color: #fff;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in; }
    .tab.is-active .tab_tit::before {
      background: #fff;
      -webkit-transition: 0.3s ease-in;
      transition: 0.3s ease-in; }
    .tab.is-active .tab_tit span::before {
      border-top: 4px solid #2285bf;
      border-right: 4px solid #2285bf;
      -webkit-transition: 0.3s ease-in;
      transition: 0.3s ease-in; }

.panel.is-show {
  display: block; }

/* tab END */
/* Magnific Popup */
#inline-wrap01,
#inline-wrap02,
#inline-wrap03,
#inline-wrap04,
#inline-wrap05,
#inline-wrap06 {
  position: relative;
  margin: 10px auto;
  max-width: 1200px;
  width: 94%;
  background: #fff;
  padding: 60px 30px;
  border-radius: 10px;
  margin-top: 60px; }

/* overlay at start */
.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/* overlay animate in */
.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

/* content animate it */
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  margin-top: -60px;
  padding: 40px 0; }

/* content animate out */
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  margin-top: 0; }

.popup-modal_area {
  max-width: 520px;
  width: 100%;
  margin: 40px auto 0 auto;
  text-align: center;
  background: #fff;
  border-radius: 100px; }
  .popup-modal_area.ty01 {
    margin: 5vw auto 0 auto; }
  .popup-modal_area.min {
    margin: 30px auto 0 auto; }

.popup-modal,
.normal_link {
  font-size: 1.5rem;
  font-weight: 900;
  background: #ffc600;
  padding: 15px 0;
  border-radius: 100px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in; }
  .popup-modal.min,
  .normal_link.min {
    font-size: 1.125rem; }
  .popup-modal span,
  .normal_link span {
    position: relative;
    z-index: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .popup-modal span.min::before,
    .normal_link span.min::before {
      width: 28px;
      height: 23px;
      margin-right: 5px; }
    .popup-modal span::before,
    .normal_link span::before {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      content: "";
      background-image: url(../../image/win_icon.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 45px;
      height: 39px;
      margin-right: 10px; }

.pomo_area {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pomo_area.ty01 {
    margin-top: 60px; }
  .pomo_area.flst {
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }

.pomo_box:first-child {
  width: 52%; }

.pomo_box:last-child {
  width: 46%;
  margin-left: 2%; }

.pomo_con_area {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px; }

.pomo_con {
  width: 32%;
  margin-right: 2%; }
  .pomo_con:last-child {
    margin-right: 0; }
  .pomo_con.ty01 {
    width: 48%;
    margin-right: 4%; }
    .pomo_con.ty01:last-child {
      margin-right: 0; }

.pomo_tit {
  max-width: 270px;
  width: 100%; }
  .pomo_tit.ty01 {
    margin-top: 60px; }
  .pomo_tit.ty02 {
    max-width: 370px; }
  .pomo_tit span {
    display: block;
    text-align: center;
    font-size: 1.875rem;
    font-weight: 900;
    color: #fff;
    background: #2285bf;
    padding: 5px 0; }
    .pomo_tit span.ty01 {
      background: #34a6a7; }
    .pomo_tit span.ty02 {
      background: #6fa13b; }
    .pomo_tit span.ty03 {
      background: #b194c4; }
    .pomo_tit span.ty04 {
      background: #4993c1; }
    .pomo_tit span.ty05 {
      background: #34a6a7; }

.pomo_sub {
  font-size: 2.3125rem;
  font-weight: 500;
  color: #2285bf;
  line-height: 1.4;
  margin-top: 20px; }
  .pomo_sub.ty01 {
    color: #34a6a7; }
  .pomo_sub.ty02 {
    color: #6fa13b; }
  .pomo_sub.ty04 {
    color: #4993c1; }
  .pomo_sub.ty04 {
    color: #4993c1; }
  .pomo_sub.ty05 {
    color: #34a6a7; }

.pomo_txt {
  font-size: 0.9375rem;
  font-weight: bold;
  margin-top: 20px; }

.pomo_txt_min {
  font-size: 0.9375rem;
  font-weight: bold;
  margin-top: 40px; }

.pomo_jido {
  font-size: 1.6875rem;
  font-weight: 500;
  color: #6fa13b;
  line-height: 1.2;
  border-left: 11px solid #6fa13b;
  padding-left: 20px;
  margin-top: 40px; }

.pomo_kei {
  font-size: 1.25rem;
  font-weight: 500;
  background: #6fa13b;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  margin-top: 20px; }

.pomo_nai {
  background: #f5f6f3;
  padding: 10px; }
  .pomo_nai span {
    display: block;
    font-size: 1.0625rem;
    font-weight: bold; }

.pomo_img.ty01 {
  margin-top: 30px; }

.pomo_img img {
  max-width: 100%; }

.pomo_zagg {
  border: 4px solid #ddd;
  padding: 20px;
  margin-top: 40px; }

.pomo_zagg_in {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.pomo_zagg_lr:first-child {
  width: 56%; }

.pomo_zagg_lr:last-child {
  width: 40%;
  margin-left: 4%; }

.pomo_zagg_tit {
  max-width: 225px;
  width: 100%; }
  .pomo_zagg_tit span {
    display: block;
    text-align: center;
    font-size: 1.4375rem;
    font-weight: 900;
    color: #fff;
    background: #a7b6bf;
    padding: 5px 0; }

.pomo_zagg_sub {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 15px; }

.pomo_zagg_txt {
  font-size: 0.9375rem;
  font-weight: bold;
  margin-top: 20px; }

/* Magnific Popup END */
/* accordion menu */
.acc_area {
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-top: 40px; }

.acc_fix {
  cursor: pointer; }
  .acc_fix.active .acc_tit::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }

.acc_tit {
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.375rem;
  font-weight: 900;
  color: #004ea2;
  padding: 40px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in; }
  .acc_tit::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 5px;
    background: #004ea2;
    right: 40px; }
  .acc_tit::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 5px;
    background: #004ea2;
    right: 40px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in; }

.acc_box {
  padding: 0 40px 40px 40px; }

.acc_con {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.acc_con_in {
  width: 48%;
  margin-right: 4%; }
  .acc_con_in:last-child {
    margin-right: 0; }

.acc_main {
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 4vw; }
  .acc_main::before {
    content: "■";
    margin-right: 5px; }

.acc_img {
  text-align: center;
  margin-top: 30px; }
  .acc_img img {
    max-width: 100%; }

/* accordion menu END */
.pow_sub {
  font-weight: 900;
  text-align: center;
  font-size: 1.875rem; }

.pow_main {
  font-weight: 900;
  text-align: center;
  font-size: 2.3125rem;
  line-height: 1.4;
  margin-top: 5px; }

.pow_area {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 670px;
  width: 100%;
  margin: 60px auto 0 auto; }

.pow_box {
  width: 48%; }
  .pow_box:last-child {
    margin-left: 4%; }

.pow_img {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pow_img.ty01 {
    position: relative;
    z-index: 0; }
    .pow_img.ty01::after {
      position: absolute;
      content: "";
      top: -50px;
      right: -175px;
      background-image: url(../../image/pow_img003.png);
      background-size: contain;
      background-repeat: no-repeat;
      width: 167px;
      height: 179px; }
  .pow_img img {
    max-width: 70%; }

.pow_name {
  text-align: center;
  font-weight: 900;
  font-size: 1.125rem;
  margin-top: 40px; }

.ene_main {
  font-weight: 900;
  font-size: 3.125rem;
  line-height: 1.4;
  text-align: center; }
  .ene_main span {
    text-align: center;
    line-height: 1.7; }

.ene_txt {
  font-weight: 500;
  font-size: 0.9375rem;
  margin-top: 20px;
  text-align: center; }
  .ene_txt span {
    text-align: center; }
  .ene_txt.ty01 {
    margin-top: 25px; }

.tab-panel {
  max-width: 1100px;
  width: 100%;
  margin: 60px auto 0 auto;
  background: #fff;
  padding: 30px 60px 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.panel {
  text-align: center; }
  .panel img {
    max-width: 70%; }

.dit_area {
  background: #fff;
  padding: 100px 60px 60px 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-top: 6vw;
  position: relative;
  z-index: 0; }

.dit_ball_area {
  position: absolute;
  top: -45px;
  left: 50%;
  margin-left: -175px;
  max-width: 350px;
  width: 100%; }
  .dit_ball_area.ty01 {
    margin-left: -355px;
    max-width: 710px; }

.dit_ball {
  padding: 20px 0;
  background: #2285bf;
  position: relative;
  z-index: 0; }
  .dit_ball.ty01 {
    background: #00ac9c; }
    .dit_ball.ty01::before {
      border-color: transparent #00ac9c transparent transparent; }
  .dit_ball::before {
    position: absolute;
    content: "";
    bottom: -29px;
    left: 60px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 0;
    border-color: transparent #2285bf transparent transparent; }

.dit_ball_txt {
  text-align: center;
  font-weight: 900;
  color: #fff;
  font-size: 1.6875rem; }

.dit_main {
  text-align: center;
  font-weight: 900;
  font-size: 2.3125rem;
  color: #2285bf;
  line-height: 1.4; }
  .dit_main.ty01 {
    color: #00ac9c; }

.dit_txt {
  text-align: center;
  font-weight: 500;
  font-size: 0.9375rem;
  margin-top: 20px; }

.dit_arow_area {
  padding-top: 50px; }

.dit_arow {
  text-align: center;
  font-weight: 900;
  font-size: 2.3125rem;
  color: #2285bf;
  position: relative;
  z-index: 0;
  padding: 30px 0; }
  .dit_arow::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    margin-left: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 30px 0 30px;
    border-color: #2285bf transparent transparent transparent; }
  .dit_arow::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 30px 0 30px;
    border-color: #00ac9c transparent transparent transparent; }

.uct_tit {
  font-weight: 900;
  font-size: 2.75rem;
  text-align: center;
  color: #2285bf; }

.uct_area {
  max-width: 900px;
  width: 100%;
  margin: 60px auto 0 auto;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.uct_box {
  width: 48%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  padding: 10px 0;
  border-radius: 100px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in; }
  .uct_box:last-child {
    margin-left: 4%; }

.uct_img {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .uct_img img {
    max-width: 100%; }

.uct_name {
  font-weight: 900;
  font-size: 1.375rem;
  color: #2285bf;
  margin-left: 10px; }

.sto_list {
  margin-top: 60px; }
  .sto_list li {
    margin-bottom: 40px;
    position: relative;
    z-index: 0; }
    .sto_list li:last-child {
      margin-bottom: 0; }

.sto_all {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.usu_all {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  padding: 60px 60px 60px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-left: 100px; }

.usu_all_in:first-child {
  width: 40%;
  margin-left: -100px; }

.usu_all_in:last-child {
  width: 60%;
  margin-left: 40px; }

.sto_all_in:first-child {
  background: #fff;
  padding: 60px 110px 60px 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px; }

.sto_all_in:last-child {
  margin-left: -50px; }

.sto_area {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.sto_box:last-child {
  margin-left: 20px; }

.sto_img img {
  max-width: 100%; }

.usu_img.ty02 img {
  max-width: 100%; }

.usu_img img {
  max-width: 70%; }

.sto_tit {
  font-weight: 900;
  font-size: 2.3125rem;
  color: #2285bf; }

.sto_txt {
  font-weight: 500;
  font-size: 0.9375rem;
  margin-top: 30px; }

.sto_date_area {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px; }

.sto_date_box {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .sto_date_box:last-child .sto_date:first-child {
    margin-left: 10px; }

.sto_date {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-left: 10px;
  border: 1px solid #2285bf; }
  .sto_date:first-child {
    margin-left: 0; }
  .sto_date.bno {
    border: none; }
  .sto_date img {
    max-width: 100%; }

.usu_txt {
  font-weight: bold;
  font-size: 0.8125rem;
  color: #fff;
  margin-top: 40px; }

.est_area {
  background: #fff;
  padding: 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px; }

.est_box {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .est_box:first-child {
    width: 20%; }
  .est_box:nth-child(2) {
    width: 56%;
    margin: 0 2%; }
  .est_box:last-child {
    width: 20%; }

.est_sub {
  font-weight: 900;
  font-size: 1.625rem;
  color: #fff;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 0; }
  .est_sub::before {
    position: absolute;
    content: "";
    background: -webkit-linear-gradient(315deg, #2285bf 0%, #2285bf 50%, #479bcd 50%, #479bcd 100%);
    background: linear-gradient(135deg, #2285bf 0%, #2285bf 50%, #479bcd 50%, #479bcd 100%);
    width: 183px;
    height: 183px;
    border-radius: 50%;
    z-index: -1; }

.est_tit {
  font-weight: 900;
  font-size: 2rem;
  color: #2285bf;
  text-align: left;
  line-height: 1.4; }

.est_txt {
  font-weight: 500;
  font-size: 0.9375rem;
  margin-top: 15px; }

.est_img img {
  border-radius: 10px;
  max-width: 100%; }

.sys_all {
  position: relative;
  z-index: 0;
  border-radius: 10px;
  overflow: hidden;
  padding: 3vw 0 0; }
  .sys_all::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-image: url(../../image/bg_img003.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1; }

.sys_area {
  max-width: 1150px;
  width: 94%;
  margin: 0 auto; }

.sys_con {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.sys_con_in:first-child {
  width: 60%; }

.sys_con_in:last-child {
  width: 35%;
  margin-left: 5%; }

.sys_con_img img {
  max-width: 100%; }

.sys_area_in {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.sys_main {
  font-weight: 900;
  font-size: 2.3125rem;
  color: #00ac9c;
  text-shadow: 3px 3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, -3px -3px 3px #fff;
  line-height: 1.4; }
  .sys_main span {
    font-size: 1.6875rem; }

.sys_sub {
  font-weight: 900;
  font-size: 1.75rem;
  color: #00ac9c;
  text-shadow: 3px 3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, -3px -3px 3px #fff; }

.sys_tit {
  font-weight: bold;
  font-size: 1.375rem;
  margin-top: 20px;
  text-shadow: 3px 3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, -3px -3px 3px #fff; }

.sys_txt {
  font-weight: 500;
  font-size: 0.9375rem;
  margin-top: 40px;
  text-shadow: 3px 3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, -3px -3px 3px #fff; }

.sys_img {
  margin-left: 40px; }
  .sys_img img {
    max-width: 100%; }

.net_main {
  font-weight: 900;
  font-size: 2.3125rem;
  color: #6fa13a;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 0; }
  .net_main::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    margin-left: -81px;
    width: 162px;
    height: 2px;
    background: #6fa13a; }

.net_tit {
  font-weight: 900;
  font-size: 2.3125rem;
  text-align: center;
  line-height: 1.4; }

.net_txt {
  font-weight: bold;
  font-size: 0.9375rem;
  text-align: center;
  margin-top: 40px; }

.net_list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 60px; }
  .net_list li {
    width: 32%;
    margin-right: 2%; }
    .net_list li:last-child {
      margin-right: 0; }

.net_area {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 114px; }

.net_box {
  height: 100%; }
  .net_box:first-child {
    width: 30%;
    background: #fff;
    padding: 0 10px; }
  .net_box:last-child {
    width: 70%;
    background: #6fa13a;
    padding-left: 20px; }

.net_img {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%; }
  .net_img img {
    max-width: 100%; }

.net_hit {
  color: #fff;
  font-weight: 900;
  font-size: 1.25rem;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%; }

.clu_area {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ddd;
  background: #f4f8f0;
  padding: 30px; }

.clu_box:first-child {
  width: 20%; }

.clu_box:last-child {
  width: 76%;
  margin-left: 4%; }

.clu_con {
  background: #fff;
  padding: 12px 20px 15px 20px;
  border-radius: 10px;
  margin-top: 20px; }

.clu_img img {
  max-width: 100%; }

.clu_txt {
  color: #6fa13a;
  font-weight: 900;
  font-size: 1.125rem; }

.clu_tag {
  margin-top: 10px; }
  .clu_tag span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    color: #fff;
    background: #6fa13a;
    font-weight: 900;
    font-size: 1rem;
    margin-right: 5px;
    padding: 2px 10px;
    border-radius: 5px;
    margin-bottom: 5px; }

.clu_link_area {
  max-width: 520px;
  width: 100%;
  margin: 40px auto 0 auto;
  text-align: center;
  background: #fff;
  border-radius: 100px; }
  .clu_link_area.min {
    margin: 30px auto 0 auto; }
  .clu_link_area.ty01 {
    max-width: 720px; }
  .clu_link_area a {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 900;
    background: #ff5897;
    padding: 15px 0;
    border-radius: 100px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in; }
    .clu_link_area a.min {
      font-size: 1.125rem; }
    .clu_link_area a span {
      position: relative;
      z-index: 0;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-justify-content: flex-start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-align-items: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .clu_link_area a span.min::before {
        width: 22px;
        height: 20px;
        margin-right: 5px; }
      .clu_link_area a span::after {
        content: "";
        background-image: url(../../image/blank_img.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 24px;
        height: 22px;
        margin-left: 10px; }

.clu_zaq {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #3f3f37;
  border-radius: 10px;
  margin-top: 15px; }

.clu_zaq_in {
  width: 50%;
  padding: 15px 0; }
  .clu_zaq_in:last-child {
    border-left: 1px solid #fff; }

.clu_zaq_txt {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 900;
  text-align: center; }

.spe_main {
  color: #004ea2;
  font-size: 2.3125rem;
  font-weight: 900;
  text-align: center; }

.spe_area {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 4vw; }

.spe_box {
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
  padding: 5vw 0; }

.spe_img {
  text-align: center; }
  .spe_img img {
    max-width: 100%; }

.spe_name {
  font-size: 1.25rem;
  font-weight: 900;
  text-align: center;
  margin-top: 20px; }
  .spe_name.mt0 {
    margin-top: 0; }

.spe_opp {
  text-align: center;
  color: #004ea2;
  font-size: 1.875rem;
  font-weight: 900; }

/*20240215　app-page-add*/
#in_main {
  width: 100%;
  height: 413px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../image/app_ph01.jpg");
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #in_main #in_main_in {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px; }
    #in_main #in_main_in #in_main_md001 {
      font-size: 1.875rem;
      font-weight: bold; }
    #in_main #in_main_in #in_main_txt001 {
      font-size: 1rem;
      font-family: "Poppins", sans-serif;
      font-weight: bold;
      color: #004ea2; }

#in_art01 {
  position: relative;
  z-index: 0;
  padding: 3vw 0; }

.app_name_box {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .app_name_box .app_name_box_l {
    margin-right: 5%; }
    .app_name_box .app_name_box_l .app_txt002 {
      padding-top: 14px;
      font-size: 1.875rem;
      font-weight: bold; }
  .app_name_box .app_name_box_r {
    width: 30%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 30px; }
    .app_name_box .app_name_box_r .app_name_ph {
      position: relative; }
      .app_name_box .app_name_box_r .app_name_ph::before {
        content: "";
        display: block;
        padding-top: 100%;
        width: 10px; }
      .app_name_box .app_name_box_r .app_name_ph img {
        max-width: 100%;
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        display: block;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

.app_list001 {
  padding-top: 20px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 90%;
  margin: 0 auto; }
  .app_list001 .app_list001_in {
    width: 49%;
    margin-right: 2%; }
    .app_list001 .app_list001_in:last-child {
      margin-right: 0; }
    .app_list001 .app_list001_in .app_link {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      border-radius: 10px;
      background: #fff;
      overflow: hidden;
      display: block;
      -webkit-transition: 0.2s ease-in;
      transition: 0.2s ease-in; }
      .app_list001 .app_list001_in .app_link:hover {
        -webkit-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
        transform: translate(0, -10px); }
      .app_list001 .app_list001_in .app_link .app_link_in001 {
        text-align: center;
        padding: 20px; }
        .app_list001 .app_list001_in .app_link .app_link_in001 img {
          max-width: 100%; }
      .app_list001 .app_list001_in .app_link .app_link_in002 {
        padding: 14px;
        text-align: center;
        background: #004ea2; }
        .app_list001 .app_list001_in .app_link .app_link_in002 .app_txt003 {
          color: #fff;
          font-weight: bold; }
          .app_list001 .app_list001_in .app_link .app_link_in002 .app_txt003 .app_txt003_in {
            position: relative;
            padding-right: 26px;
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            zoom: 1;
            *display: inline; }
            .app_list001 .app_list001_in .app_link .app_link_in002 .app_txt003 .app_txt003_in::before {
              position: absolute;
              content: "";
              top: 50%;
              margin-top: -6px;
              right: 0;
              margin-right: 10px;
              border-top: 3px solid #fff;
              border-right: 3px solid #fff;
              width: 12px;
              height: 12px;
              -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              transform: rotate(45deg); }

.app_all {
  padding: 30px 20px 20px;
  background: #f0f0f0;
  margin-top: 30px; }
  .app_all .app_all_md {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #004ea2; }

/*20240215　app-page-end*/
/*20260420 add*/
#pan_box {
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 9;
  width: 100%; }
  #pan_box #nav_list {
    max-width: 1392px;
    width: 100%;
    margin: 10px auto 0;
    padding: 0px 28px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #pan_box #nav_list .nav_list_in {
      position: relative;
      margin-right: 10px;
      padding-right: 10px; }
      #pan_box #nav_list .nav_list_in:last-child::before {
        display: none;
        margin-right: 0;
        padding-right: 0; }
      #pan_box #nav_list .nav_list_in::before {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        border-top: 1px solid #555;
        border-right: 1px solid #555;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -3px; }
    #pan_box #nav_list a {
      color: #555;
      font-size: 12px;
      display: block; }
      #pan_box #nav_list a:hover {
        text-decoration: underline; }
    #pan_box #nav_list h1 {
      color: #555;
      font-size: 12px; }

#aside_box {
  max-width: 1400px;
  width: 94%;
  margin: 30px auto;
  border: solid 1px #ddd;
  padding: 20px 2%; }
  #aside_box .aside_list {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #aside_box .aside_list .aside_list_in:last-child {
      margin-right: 0;
      padding-right: 0;
      border: none; }
    #aside_box .aside_list .aside_list_in .aside_list_box {
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      #aside_box .aside_list .aside_list_in .aside_list_box .aside_md001 {
        width: calc(100% - 93px);
        padding-right: 2%;
        font-size: 0.75rem;
        font-weight: bold;
        line-height: 1.2; }
      #aside_box .aside_list .aside_list_in .aside_list_box .aside_img001 {
        width: 93px; }
        #aside_box .aside_list .aside_list_in .aside_list_box .aside_img001 img {
          width: 100%; }

/*20260420 add-end*/

@media all and (-ms-high-contrast: none){
  body{
    font-family: Verdana, Meiryo, sans-serif; } }

@media screen and (max-width: 1000px){
  .slider_img{
    text-align: center; }
  .dots_list li button[type="button"]{
    width: 10px;
    height: 10px; }
  #art01{
    padding: 30px 0; }
  #art02{
    padding: 70px 0 30px; }
  #art03::before{
    background-attachment: scroll; }
  #art03{
    padding: 30px 0 95px; }
  #art04{
    padding: 30px 0; }
  #art05{
    padding: 30px 0; }
  #art06{
    padding: 30px 0; }
  #art07{
    padding: 30px 0; }
  .sys_ball_area{
    top: -59px;
    left: 0; }
  .sys_ball_box::before{
    border-width: 0 0 60px 60px;
    display: none; }
  .sys_ball_box::after{
    right: -60px;
    border-width: 60px 0 0 60px; }
  .sys_ball_box{
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    height: 60px; }
  .sys_ball{
    font-size: 1.75rem; }
  .tab-group{
    margin: 0 auto 0 auto; }
  .tab::before{
    display: none; }
  .tab{
    width: 32%;
    margin-right: 2%; }
  .tab_tit::before{
    width: 20px;
    height: 20px;
    margin-right: 5px; }
  .tab_tit span::before{
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    left: -19px; }
  .tab_tit{
    font-size: 1.125rem;
    padding: 5px 0; }
  .tab_txt{
    font-size: 0.875rem;
    padding: 5px;
    text-align: left; }
  .tab.is-active .tab_tit span::before{
    border-top: 3px solid #2285bf;
    border-right: 3px solid #2285bf; }
  #inline-wrap01,
    #inline-wrap02,
    #inline-wrap03,
    #inline-wrap04,
    #inline-wrap05,
    #inline-wrap06{
    padding: 30px 12px; }
  .popup-modal_area.ty01{
    width: 80%;
    margin: 20px auto 0 auto; }
  .popup-modal_area.min{
    margin: 15px auto 0 auto; }
  .popup-modal_area{
    width: 80%;
    margin: 20px auto 0 auto; }
  .popup-modal span::before,
        .normal_link span::before{
    width: 22px;
    height: 19px;
    margin-right: 5px; }
  .popup-modal,
    .normal_link{
    font-size: 1.3125rem;
    padding: 10px 0; }
  .pomo_area.ty01{
    margin-top: 20px; }
  .pomo_area{
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .pomo_box:first-child{
    width: 100%; }
  .pomo_box:last-child{
    width: 100%;
    margin-left: 0; }
  .pomo_con_area{
    margin-top: 20px;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .pomo_con:nth-child(2){
    margin-right: 0; }
  .pomo_con.ty01{
    width: 49%;
    margin-right: 2%; }
  .pomo_con{
    width: 49%; }
  .pomo_tit.ty01{
    margin-top: 20px; }
  .pomo_tit span{
    font-size: 1.4375rem;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    vertical-align: auto;
    zoom: 1;
    display: inline;
    padding: 5px 30px; }
  .pomo_tit{
    max-width: none;
    width: auto; }
  .pomo_sub.mt{
    margin-top: 0; }
  .pomo_sub{
    font-size: 1.875rem;
    margin-top: 10px; }
  .pomo_txt{
    font-size: 1.0625rem;
    margin-top: 10px; }
  .pomo_txt_min{
    font-size: 0.875rem;
    margin-top: 20px; }
  .pomo_jido{
    font-size: 1.5rem;
    line-height: 1.2;
    border-left: 7px solid #6fa13b;
    padding-left: 10px;
    margin-top: 20px; }
  .pomo_kei{
    font-size: 1.125rem;
    margin-top: 10px;
    padding: 5px 0; }
  .pomo_nai span{
    font-size: 1rem; }
  .pomo_img.ty01{
    margin-top: 15px; }
  .pomo_img{
    margin-top: 10px; }
  .pomo_zagg{
    border: 3px solid #ddd;
    padding: 15px;
    margin-top: 20px; }
  .pomo_zagg_in{
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .pomo_zagg_lr:first-child{
    width: 100%; }
  .pomo_zagg_lr:last-child{
    width: 100%;
    margin-left: 0; }
  .pomo_zagg_tit span{
    font-size: 1.25rem; }
  .pomo_zagg_sub{
    font-size: 1.6875rem;
    margin-top: 10px; }
  .pomo_zagg_txt{
    font-size: 0.875rem;
    margin-top: 10px; }
  .acc_tit::before{
    width: 20px;
    height: 3px;
    right: 20px; }
  .acc_tit::after{
    width: 20px;
    height: 3px;
    right: 20px; }
  .acc_tit{
    font-size: 1.1875rem;
    padding: 20px; }
  .acc_box{
    padding: 0 20px 20px 20px; }
  .acc_con{
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .acc_con_in{
    width: 100%;
    margin-right: 0; }
  .acc_main{
    font-size: 1rem;
    margin-top: 20px; }
  .acc_img img{
    max-width: 50%; }
  .acc_img{
    margin-top: 15px; }
  .pow_sub{
    font-size: 1.3125rem; }
  .pow_main{
    font-size: 2rem; }
  .pow_box{
    width: auto; }
  .pow_img.ty01::after{
    top: 0;
    right: -83%;
    width: 83px;
    height: 89px; }
  .pow_img img{
    max-width: 100px; }
  .pow_name{
    margin-top: 20px;
    font-size: 1rem; }
  .ene_main{
    font-size: 2.1875rem; }
  .ene_txt.ty01{
    margin-top: 15px; }
  .ene_txt{
    font-size: 1.125rem;
    margin-top: 10px; }
  .tab-panel{
    margin: 30px auto 0 auto;
    padding: 10px 10px 20px; }
  .panel img{
    max-width: 100%; }
  .dit_area.ty01{
    padding: 85px 10px 30px 10px;
    margin-top: 60px; }
  .dit_area.ty02{
    margin-top: 55px; }
  .dit_area{
    margin-top: 30px;
    padding: 50px 10px 30px 10px; }
  .dit_ball_area.ty01{
    margin-left: -140px;
    top: -40px;
    max-width: 280px; }
  .dit_ball_area{
    top: -33px;
    margin-left: -125px;
    max-width: 250px; }
  .dit_ball::before{
    bottom: -24px;
    border-width: 0 25px 25px 0; }
  .dit_ball{
    padding: 10px 0; }
  .dit_ball_txt{
    font-size: 1.375rem; }
  .dit_main{
    font-size: 2rem; }
  .dit_txt{
    font-size: 1.4375rem;
    margin-top: 10px;
    text-align: left; }
  .dit_arow_area{
    padding-top: 25px; }
  .dit_arow::before{
    margin-left: -25px;
    border-width: 15px 25px 0 25px; }
  .dit_arow::after{
    margin-left: -25px;
    border-width: 15px 25px 0 25px; }
  .dit_arow{
    font-size: 2.5rem;
    padding: 20px 0; }
  .uct_tit{
    font-size: 2.125rem; }
  .uct_area{
    margin: 30px auto 0 auto;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .uct_box:last-child{
    margin-left: 0;
    margin-bottom: 0; }
  .uct_box{
    width: 100%;
    padding: 5px 0;
    margin-bottom: 10px; }
  .uct_img img{
    height: 49px; }
  .sto_list li{
    margin-bottom: 0; }
  .sto_list{
    margin-top: 30px; }
  .sto_all{
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .usu_all{
    padding: 30px 10px 30px 10px;
    margin-left: 0;
    -webkit-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .usu_all_in:first-child{
    margin-left: 0;
    margin-bottom: -60px;
    margin-top: 30px; }
  .usu_all_in:last-child{
    margin-left: 0;
    width: 100%; }
  .sto_all_in:first-child{
    padding: 30px 10px 30px 10px;
    margin-bottom: 20px; }
  .sto_all_in:last-child{
    margin-left: 0;
    margin-top: -40px; }
  .sto_area{
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .sto_box:last-child{
    margin-left: 0; }
  .sto_img img{
    max-width: 111px; }
  .sto_img{
    text-align: center;
    margin-top: 5px; }
  .usu_img.ty01 img{
    max-width: 220px; }
  .usu_img img{
    max-width: 100%; }
  .usu_img{
    text-align: center;
    margin-top: 15px; }
  .sto_tit{
    font-size: 2.125rem;
    text-align: center; }
  .sto_txt.ty01{
    text-align: center; }
  .sto_txt{
    font-size: 1.1875rem;
    margin-top: 15px; }
  .sto_date_area{
    margin-top: 15px;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 2%; }
  .sto_date_box.ty01{
    margin-top: 15px !important; }
  .sto_date_box:last-child .sto_date:first-child{
    margin-left: 0; }
  .sto_date_box:last-child{
    margin-top: 5px; }
  .sto_date img.ty01{
    max-width: 111px; }
  .sto_date{
    margin-left: 5px; }
  .usu_txt{
    margin-top: 20px; }
  .est_area{
    margin-top: 20px;
    padding: 30px 10px;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .est_box:first-child{
    width: 28%; }
  .est_box:nth-child(2){
    width: 78%;
    margin: 0 0 0 4%; }
  .est_box:last-child{
    display: none; }
  .est_sub::before{
    width: 90px;
    height: 90px; }
  .est_sub{
    font-size: 0.9375rem;
    height: 90px; }
  .est_tit{
    font-size: 1.5625rem;
    margin-top: 10px; }
  .est_txt{
    font-size: 1.125rem; }
  .est_img{
    display: none; }
  .sys_all::before{
    background: #fff; }
  .sys_all{
    padding: 0; }
  .sys_area{
    width: 100%; }
  .sys_con{
    -webkit-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .sys_con_in:first-child{
    width: 100%;
    padding: 30px 10px; }
  .sys_con_in:last-child{
    width: 100%;
    margin-left: 0;
    position: relative;
    z-index: 0; }
  .sys_con_in:last-child::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-image: url(../../image/bg_img003.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .sys_con_img img{
    max-width: 120px;
    margin-top: 20px; }
  .sys_con_img{
    text-align: center; }
  .sys_box:first-child{
    width: 70%; }
  .sys_box:last-child{
    width: 30%; }
  .sys_main span{
    font-size: 0.875rem; }
  .sys_main{
    font-size: 1.75rem; }
  .sys_sub{
    font-size: 1.125rem; }
  .sys_tit{
    font-size: 0.875rem;
    margin-top: 15px; }
  .sys_txt{
    font-size: 0.875rem;
    margin-top: 20px; }
  .sys_img{
    margin-left: 0; }
  .net_main::before{
    margin-left: -45px;
    width: 90px; }
  .net_main{
    font-size: 2.125rem;
    margin-bottom: 30px;
    padding-bottom: 30px; }
  .net_tit{
    font-size: 1.5625rem; }
  .net_txt{
    font-size: 1.125rem;
    margin-top: 20px;
    text-align: left; }
  .net_list li:last-child{
    margin-bottom: 0; }
  .net_list li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px; }
  .net_list{
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px; }
  .net_area{
    height: 80px; }
  .clu_area{
    padding: 15px 10px;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .clu_box:first-child{
    width: 100%; }
  .clu_box:last-child{
    width: 100%;
    margin-left: 0; }
  .clu_con{
    padding: 10px;
    margin-top: 15px; }
  .clu_img.ty01 img{
    max-width: 200px; }
  .clu_img.ty01{
    text-align: center;
    margin-top: 0; }
  .clu_img{
    margin-top: 20px; }
  .clu_link_area.min{
    margin: 15px auto 0 auto; }
  .clu_link_area.ty01 a{
    font-size: 1.0625rem; }
  .clu_link_area{
    width: 80%;
    margin: 40px auto 0; }
  .clu_link_area a span::after{
    width: 20px;
    height: 18px;
    margin-left: 5px; }
  .clu_link_area a{
    font-size: 1.3125rem;
    padding: 10px 0; }
  .clu_link_area{
    margin: 20px auto 0 auto; }
  .clu_zaq{
    max-width: 200px;
    width: 100%;
    margin: 15px auto 0 auto; }
  .clu_zaq_in{
    padding: 10px 0; }
  .clu_zaq_txt{
    font-size: 0.9375rem; }
  .spe_main{
    font-size: 2.125rem; }
  .spe_area{
    margin-top: 20px; }
  .spe_box{
    padding: 30px 0; }
  .spe_img img{
    max-width: 50%; }
  .spe_name{
    font-size: 1.125rem;
    margin-top: 10px; }
  .spe_opp{
    font-size: 1.6875rem; }
  #in_main{
    height: 200px;
    margin-top: 70px; }
  #in_main #in_main_in{
    width: 90%;
    padding-top: 0; }
  #in_main #in_main_in #in_main_md001{
    font-size: 1.625rem; }
  #in_art01{
    padding: 30px 0; }
  .app_name_box{
    -webkit-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .app_name_box .app_name_box_l{
    margin-right: 0; }
  .app_name_box .app_name_box_l .app_txt002{
    font-size: 1.625rem;
    text-align: center; }
  .app_name_box .app_name_box_r{
    padding: 20px;
    width: 40%; }
  .app_list001{
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .app_list001 .app_list001_in{
    width: 100%;
    margin-right: 0;
    margin-bottom: 14px; }
  .app_list001 .app_list001_in:last-child{
    margin-bottom: 0; }
  .app_list001 .app_list001_in .app_link .app_link_in001 img{
    max-width: 70%; }
  .app_list001 .app_list001_in .app_link .app_link_in002 .app_txt003 .app_txt003_in{
    padding-right: 0;
    width: 100%; }
  .app_list001 .app_list001_in .app_link .app_link_in002 .app_txt003 .app_txt003_in::before{
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    right: 0; }
  #pan_box #nav_list{
    padding: 0px 14px; }
  #aside_box{
    padding: 20px 6%; }
  #aside_box .aside_list{
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #aside_box .aside_list .aside_list_in{
    width: 100%;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: dotted 1px #ddd; }
  #aside_box .aside_list .aside_list_in:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border: none; }
  #aside_box .aside_list .aside_list_in .aside_list_box .aside_md001{
    font-size: 0.9375rem; }
  #aside_box .aside_list .aside_list_in .aside_list_box .aside_md001 br{
    display: none; } }

@media screen and (min-width: 1001px){
  .popup-modal:hover,
    .normal_link:hover{
    opacity: 0.5; }
  .acc_tit:hover{
    opacity: 0.5; }
  .uct_box:hover{
    opacity: 0.7; }
  .clu_link_area a:hover{
    opacity: 0.5; }
  #aside_box .aside_list .aside_list_in{
    width: 17.6%;
    margin-right: 1.5%;
    padding-right: 1.5%;
    border-right: dotted 1px #ddd; }
  #aside_box .aside_list .aside_list_in:last-child{
    margin-right: 0;
    padding-right: 0;
    border: none; } }

@media screen and (min-width: 1000px){
  .pow_area{
    margin: 30px auto 0 auto;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media screen and (max-width: 470px){
  .pow_area{
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }
