@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;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: 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 */
#in_main,
#in_main002,
main {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, Verdana, Meiryo, sans-serif !important;
  letter-spacing: 0.15em;
  line-height: 1.7;
}

/****************************************************** setting end */
#mv_area {
  width: 100%;
}

.slider_img img {
  max-width: 100%;
}

@media screen and (max-width: 1000px) {
  .slider_img {
    text-align: center;
  }
}
.dots_list {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -60px;
}

.dots_list li {
  margin-right: 20px;
  display: flex;
  align-items: 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;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  text-indent: -9999px;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
}

@media screen and (max-width: 1000px) {
  .dots_list li button[type=button] {
    width: 10px;
    height: 10px;
  }
}
/****************************/
#art01 {
  padding: 0 0 5.7vw;
  position: relative;
  z-index: 0;
}

#art01 #art_txt001 {
  margin-bottom: 4.5vw;
}

#art01 #art_txt001 .art_txt001_in {
  max-width: 1100px;
  margin: 0 auto;
  width: 96%;
}

@media screen and (max-width: 1000px) {
  #art01 #art_txt001 .art_txt001_in {
    width: 100%;
  }
}
#art01 #art_txt001 .art_txt001_in img {
  width: 100%;
}

#art01::before {
  position: absolute;
  content: "";
  bottom: 40%;
  left: 0;
  width: 100%;
  height: 200px;
  background: rgb(240, 240, 240);
  background: linear-gradient(180deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
  z-index: -1;
}

@media screen and (max-width: 1000px) {
  #art01::before {
    bottom: 51%;
  }
}
@media screen and (max-width: 1000px) {
  #art01 {
    padding: 0 0 60px;
  }
}
#art02 {
  position: relative;
  z-index: 0;
  padding: 0 0 6vw;
  background: #edf5fa;
}

@media screen and (max-width: 1000px) {
  #art02 {
    padding: 0 0 30px;
  }
}
#art03 {
  position: relative;
  z-index: 0;
  padding: 0 0 15vw;
  background: #fff;
}

#art03::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #f7f7f7;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 1000px) {
  #art03 {
    padding: 0 0 95px;
  }
}
#art04 {
  position: relative;
  z-index: 0;
  padding: 3vw 0;
  background: #004ea2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1000px) {
  #art04 {
    padding: 30px 0;
  }
}
#art05 {
  padding: 6vw 0;
  background: #f4f8f0;
}

@media screen and (max-width: 1000px) {
  #art05 {
    padding: 30px 0;
  }
}
#art06 {
  padding: 6vw 0;
  background: #fff;
}

@media screen and (max-width: 1000px) {
  #art06 {
    padding: 30px 0;
  }
}
#art07 {
  position: relative;
  z-index: 0;
  padding: 6vw 0;
  background: #f7f7f7;
}

@media screen and (max-width: 1000px) {
  #art07 {
    padding: 30px 0;
  }
}
.sys_ball_area {
  position: absolute;
  top: -79px;
  left: 9vw;
}

@media screen and (max-width: 1000px) {
  .sys_ball_area {
    top: -59px;
    left: 0;
  }
}
.sys_ball_box {
  background: #004ea2;
  padding: 0 50px;
  height: 80px;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: flex-end;
  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 #004ea2 transparent;
}

@media screen and (max-width: 1000px) {
  .sys_ball_box::before {
    border-width: 0 0 60px 60px;
    display: none;
  }
}
.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 #004ea2;
}

@media screen and (max-width: 1000px) {
  .sys_ball_box::after {
    right: -59px;
    border-width: 60px 0 0 60px;
  }
}
@media screen and (max-width: 1000px) {
  .sys_ball_box {
    align-items: center;
    padding: 0 30px;
    height: 60px;
  }
}
.sys_ball {
  font-weight: 900;
  font-size: 3.8rem;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .sys_ball {
    font-size: 6.65rem;
  }
}
@media screen and (max-width: 1000px) {
  .sys_ball {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .sys_ball {
    font-size: 4.9rem;
  }
}
.box {
  max-width: 1280px;
  width: 94%;
  margin: 0 auto;
}

.box.min {
  max-width: 1200px;
}

.box.minmin {
  max-width: 1000px;
}

/* tab */
.tab-group {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 870px;
  width: 100%;
  margin: 40px auto 0 auto;
}

@media screen and (max-width: 1000px) {
  .tab-group {
    margin: 20px auto 0 auto;
    flex-direction: column;
  }
}
.tab {
  width: 30%;
  margin-right: 5%;
  text-align: center;
  cursor: pointer;
  color: #2285bf;
  border: 1px solid #edf5fa;
  border-radius: 10px;
  overflow: hidden;
}

.tab:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1000px) {
  .tab:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .tab {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.tab_tit {
  font-weight: 900;
  font-size: 2.4rem;
  background: #edf5fa;
  padding: 10px 0;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1000px) {
  .tab_tit {
    font-size: 4.2rem;
  }
}
.tab_tit::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background: #2285bf;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

@media screen and (max-width: 1000px) {
  .tab_tit::before {
    width: 25px;
    height: 25px;
  }
}
.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;
  transform: rotate(45deg);
}

@media screen and (max-width: 1000px) {
  .tab_tit span::before {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    left: -28px;
    margin-right: 7px;
  }
}
@media screen and (max-width: 1000px) {
  .tab_tit {
    font-size: 2.1rem;
    padding: 5px 0;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .tab_tit {
    font-size: 3.675rem;
  }
}
.tab_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 10px 0;
}

@media screen and (max-width: 1000px) {
  .tab_txt {
    font-size: 3.15rem;
  }
}
@media screen and (max-width: 1000px) {
  .tab_txt {
    font-size: 1.6rem;
    padding: 5px 0;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .tab_txt {
    font-size: 2.8rem;
  }
}
.panel-group {
  border: solid 1px #ddd;
}

.panel {
  display: none;
}

.tab.is-active {
  border: 1px solid #2285bf;
  transition: 0.3s ease-in;
}

.tab.is-active .tab_tit {
  background: #2285bf;
  color: #fff;
  transition: 0.3s ease-in;
}

.tab.is-active .tab_tit::before {
  background: #fff;
  transition: 0.3s ease-in;
}

.tab.is-active .tab_tit span::before {
  border-top: 4px solid #2285bf;
  border-right: 4px solid #2285bf;
  transition: 0.3s ease-in;
}

@media screen and (max-width: 1000px) {
  .tab.is-active .tab_tit span::before {
    border-top: 3px solid #2285bf;
    border-right: 3px solid #2285bf;
  }
}
.panel.is-show {
  display: block;
}

/* tab END */
/* Magnific Popup */
#inline-wrap01,
#inline-wrap02,
#inline-wrap03,
#inline-wrap04,
#inline-wrap05,
#inline-wrap06,
#inline-wrap07,
#inline-wrap08,
#inline-wrap09,
#inline-wrap010,
#inline-wrap011 {
  position: relative;
  margin: 10px auto;
  max-width: 1200px;
  width: 94%;
  background: #fff;
  padding: 60px 54px;
  border-radius: 10px;
  margin-top: 60px;
}

@media screen and (max-width: 1000px) {
  #inline-wrap01,
  #inline-wrap02,
  #inline-wrap03,
  #inline-wrap04,
  #inline-wrap05,
  #inline-wrap06,
  #inline-wrap07,
  #inline-wrap08,
  #inline-wrap09,
  #inline-wrap010,
  #inline-wrap011 {
    padding: 30px 20px;
  }
}
/* overlay at start */
.mfp-bg {
  opacity: 0;
  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;
  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;
}

@media screen and (max-width: 1000px) {
  .popup-modal_area.ty01 {
    margin: 20px auto 0 auto;
  }
}
.popup-modal_area.min {
  margin: 30px auto 0 auto;
}

@media screen and (max-width: 1000px) {
  .popup-modal_area.min {
    margin: 15px auto 0 auto;
  }
}
.popup-modal_area.big {
  max-width: 865px;
}

@media screen and (max-width: 1000px) {
  .popup-modal_area {
    margin: 20px auto 0 auto;
  }
}
.popup-modal,
.normal_link {
  font-size: 2.4rem;
  font-weight: 900;
  background: #ffc600;
  padding: 15px 0;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in;
}

@media screen and (max-width: 1000px) {
  .popup-modal,
  .normal_link {
    font-size: 4.2rem;
  }
}
.popup-modal.min,
.normal_link.min {
  font-size: 1.8rem;
}

@media screen and (max-width: 1000px) {
  .popup-modal.min,
  .normal_link.min {
    font-size: 3.15rem;
  }
}
.popup-modal span,
.normal_link span {
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: 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;
}

@media screen and (max-width: 1000px) {
  .popup-modal span::before,
  .normal_link span::before {
    width: 22px;
    height: 19px;
    margin-right: 5px;
  }
}
@media screen and (min-width: 1001px) {
  .popup-modal:hover,
  .normal_link:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1000px) {
  .popup-modal,
  .normal_link {
    font-size: 2.1rem;
    padding: 10px 0;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .popup-modal,
  .normal_link {
    font-size: 3.675rem;
  }
}
.pomo_area {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pomo_area.ty01 {
  margin-top: 60px;
}

@media screen and (max-width: 1000px) {
  .pomo_area.ty01 {
    margin-top: 20px;
  }
}
.pomo_area.flst {
  align-items: flex-start;
}

@media screen and (max-width: 1000px) {
  .pomo_area {
    flex-direction: column;
  }
}
.pomo_box:first-child {
  width: 52%;
}

@media screen and (max-width: 1000px) {
  .pomo_box:first-child {
    width: 100%;
  }
}
.pomo_box:last-child {
  width: 46%;
  margin-left: 2%;
}

@media screen and (max-width: 1000px) {
  .pomo_box:last-child {
    width: 100%;
    margin-left: 0;
  }
}
.pomo_con_area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

@media screen and (max-width: 1000px) {
  .pomo_con_area {
    margin-top: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.pomo_con {
  width: 32%;
  margin-right: 2%;
}

@media screen and (max-width: 1000px) {
  .pomo_con:nth-child(2) {
    margin-right: 0;
  }
}
.pomo_con:last-child {
  margin-right: 0;
}

.pomo_con.ty01 {
  width: 48%;
  margin-right: 4%;
}

.pomo_con.ty01:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1000px) {
  .pomo_con.ty01 {
    width: 49%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 1000px) {
  .pomo_con {
    width: 49%;
  }
}
.pomo_tit {
  max-width: 270px;
  width: 100%;
}

.pomo_tit.ty01 {
  margin-top: 60px;
}

@media screen and (max-width: 1000px) {
  .pomo_tit.ty01 {
    margin-top: 20px;
  }
}
.pomo_tit.ty02 {
  max-width: 370px;
}

.pomo_tit span {
  display: block;
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
  background: #2285bf;
  padding: 5px 0;
}

@media screen and (max-width: 1000px) {
  .pomo_tit span {
    font-size: 5.25rem;
  }
}
.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;
}

@media screen and (max-width: 1000px) {
  .pomo_tit span {
    font-size: 2.3rem;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding: 5px 30px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .pomo_tit span {
    font-size: 4.025rem;
  }
}
@media screen and (max-width: 1000px) {
  .pomo_tit {
    max-width: none;
    width: auto;
  }
}
.pomo_sub {
  font-size: 3.7rem;
  font-weight: 500;
  color: #2285bf;
  line-height: 1.4;
  margin-top: 20px;
}

@media screen and (max-width: 1000px) {
  .pomo_sub {
    font-size: 6.475rem;
  }
}
.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;
}

@media screen and (max-width: 1000px) {
  .pomo_sub.mt {
    margin-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .pomo_sub {
    font-size: 3rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .pomo_sub {
    font-size: 5.25rem;
  }
}
.pomo_txt {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 20px;
}

@media screen and (max-width: 1000px) {
  .pomo_txt {
    font-size: 2.625rem;
  }
}
.pomo_txt.ty01 {
  margin-top: 40px;
}

@media screen and (max-width: 1000px) {
  .pomo_txt.ty01 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .pomo_txt {
    font-size: 1.7rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .pomo_txt {
    font-size: 2.975rem;
  }
}
.pomo_txt_min {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 40px;
}

@media screen and (max-width: 1000px) {
  .pomo_txt_min {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 1000px) {
  .pomo_txt_min {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .pomo_txt_min {
    font-size: 2.45rem;
  }
}
.pomo_jido {
  font-size: 2.7rem;
  font-weight: 500;
  color: #6fa13b;
  line-height: 1.2;
  border-left: 11px solid #6fa13b;
  padding-left: 20px;
  margin-top: 40px;
}

@media screen and (max-width: 1000px) {
  .pomo_jido {
    font-size: 4.725rem;
  }
}
@media screen and (max-width: 1000px) {
  .pomo_jido {
    font-size: 2.4rem;
    line-height: 1.2;
    border-left: 7px solid #6fa13b;
    padding-left: 10px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .pomo_jido {
    font-size: 4.2rem;
  }
}
.pomo_kei {
  font-size: 2rem;
  font-weight: 500;
  background: #6fa13b;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}

@media screen and (max-width: 1000px) {
  .pomo_kei {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .pomo_kei {
    font-size: 1.8rem;
    margin-top: 10px;
    padding: 5px 0;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .pomo_kei {
    font-size: 3.15rem;
  }
}
.pomo_nai {
  background: #f5f6f3;
  padding: 10px;
}

.pomo_nai span {
  display: block;
  font-size: 1.7rem;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .pomo_nai span {
    font-size: 2.975rem;
  }
}
@media screen and (max-width: 1000px) {
  .pomo_nai span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .pomo_nai span {
    font-size: 2.8rem;
  }
}
.pomo_img.ty01 {
  margin-top: 30px;
}

@media screen and (max-width: 1000px) {
  .pomo_img.ty01 {
    margin-top: 15px;
  }
}
.pomo_img.ty02 {
  margin-top: 60px;
}

@media screen and (max-width: 1000px) {
  .pomo_img.ty02 {
    margin-top: 15px;
  }
}
.pomo_img img {
  max-width: 100%;
}

@media screen and (max-width: 1000px) {
  .pomo_img {
    margin-top: 10px;
  }
}
.pomo_zagg {
  border: 4px solid #ddd;
  padding: 20px;
  margin-top: 40px;
}

@media screen and (max-width: 1000px) {
  .pomo_zagg {
    border: 3px solid #ddd;
    padding: 15px;
    margin-top: 20px;
  }
}
.pomo_zagg_in {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

@media screen and (max-width: 1000px) {
  .pomo_zagg_in {
    flex-direction: column;
  }
}
.pomo_zagg_lr:first-child {
  width: 56%;
}

@media screen and (max-width: 1000px) {
  .pomo_zagg_lr:first-child {
    width: 100%;
  }
}
.pomo_zagg_lr:last-child {
  width: 40%;
  margin-left: 4%;
}

@media screen and (max-width: 1000px) {
  .pomo_zagg_lr:last-child {
    width: 100%;
    margin-left: 0;
  }
}
.pomo_zagg_tit {
  max-width: 225px;
  width: 100%;
}

.pomo_zagg_tit span {
  display: block;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 900;
  color: #fff;
  background: #a7b6bf;
  padding: 5px 0;
}

@media screen and (max-width: 1000px) {
  .pomo_zagg_tit span {
    font-size: 4.025rem;
  }
}
@media screen and (max-width: 1000px) {
  .pomo_zagg_tit span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .pomo_zagg_tit span {
    font-size: 3.5rem;
  }
}
.pomo_zagg_sub {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 15px;
}

@media screen and (max-width: 1000px) {
  .pomo_zagg_sub {
    font-size: 5.25rem;
  }
}
@media screen and (max-width: 1000px) {
  .pomo_zagg_sub {
    font-size: 2.7rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .pomo_zagg_sub {
    font-size: 4.725rem;
  }
}
.pomo_zagg_txt {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 20px;
}

@media screen and (max-width: 1000px) {
  .pomo_zagg_txt {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 1000px) {
  .pomo_zagg_txt {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .pomo_zagg_txt {
    font-size: 2.45rem;
  }
}
/* 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 {
  transform: rotate(0);
}

.acc_tit {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 2.2rem;
  font-weight: 900;
  color: #004ea2;
  padding: 40px;
  transition: 0.3s ease-in;
}

@media screen and (max-width: 1000px) {
  .acc_tit {
    font-size: 3.85rem;
  }
}
.acc_tit::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 5px;
  background: #004ea2;
  right: 40px;
}

@media screen and (max-width: 1000px) {
  .acc_tit::before {
    width: 20px;
    height: 3px;
    right: 20px;
  }
}
.acc_tit::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 5px;
  background: #004ea2;
  right: 40px;
  transform: rotate(90deg);
  transition: 0.3s ease-in;
}

@media screen and (max-width: 1000px) {
  .acc_tit::after {
    width: 20px;
    height: 3px;
    right: 20px;
  }
}
@media screen and (min-width: 1001px) {
  .acc_tit:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1000px) {
  .acc_tit {
    font-size: 1.9rem;
    padding: 20px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .acc_tit {
    font-size: 3.325rem;
  }
}
.acc_box {
  padding: 0 40px 40px 40px;
}

@media screen and (max-width: 1000px) {
  .acc_box {
    padding: 0 20px 20px 20px;
  }
}
.acc_con {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media screen and (max-width: 1000px) {
  .acc_con {
    flex-direction: column;
  }
}
.acc_con_in {
  width: 48%;
  margin-right: 4%;
}

.acc_con_in:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1000px) {
  .acc_con_in {
    width: 100%;
    margin-right: 0;
  }
}
.acc_main {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

@media screen and (max-width: 1000px) {
  .acc_main {
    font-size: 3.15rem;
  }
}
.acc_main.engai {
  color: #ff4200;
  margin-bottom: 10px;
}

.acc_main.model {
  color: #004ea2;
}

.acc_main::before {
  content: "■";
  margin-right: 5px;
}

@media screen and (max-width: 1000px) {
  .acc_main {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .acc_main {
    font-size: 2.8rem;
  }
}
.acc_img {
  text-align: center;
  margin-top: 30px;
}

.acc_img img {
  max-width: 100%;
}

@media screen and (max-width: 1000px) {
  .acc_img {
    margin-top: 15px;
  }
}
/* accordion menu END */
.pow_sub {
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
  font-size: 3rem;
}

@media screen and (max-width: 1000px) {
  .pow_sub {
    font-size: 5.25rem;
  }
}
.pow_sub.ty01 {
  margin-top: 5px;
}

@media screen and (max-width: 1000px) {
  .pow_sub {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .pow_sub {
    font-size: 3.675rem;
  }
}
.pow_main {
  font-weight: 900;
  text-align: center;
  font-size: 3.7rem;
  line-height: 1.4;
  margin-top: 5px;
}

@media screen and (max-width: 1000px) {
  .pow_main {
    font-size: 6.475rem;
  }
}
.pow_main span {
  font-size: 3rem;
}

@media screen and (max-width: 1000px) {
  .pow_main span {
    font-size: 5.25rem;
  }
}
@media screen and (max-width: 1000px) {
  .pow_main span {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .pow_main span {
    font-size: 3.675rem;
  }
}
@media screen and (max-width: 1000px) {
  .pow_main {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .pow_main {
    font-size: 5.6rem;
  }
}
.pow_area {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 670px;
  width: 100%;
  margin: 60px auto 0 auto;
}

@media screen and (min-width: 1000px) {
  .pow_area {
    margin: 30px auto 0 auto;
    justify-content: center;
  }
}
@media screen and (max-width: 470px) {
  .pow_area {
    justify-content: flex-start;
  }
}
.pow_box {
  width: 48%;
  /*@include mq_sp {
    width: auto;
  }*/
}

.pow_box:last-child {
  margin-left: 4%;
}

.pow_img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.pow_img.ty01 {
  position: relative;
  z-index: 0;
}

.pow_img.ty01::after {
  position: absolute;
  content: "";
  top: -30px;
  right: -175px;
  background-image: url(../../image/adm_img003.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 268px;
  height: 152px;
}

@media screen and (max-width: 1000px) {
  .pow_img.ty01::after {
    top: -50px;
    right: 5%;
    width: 200px;
    height: 113px;
  }
}
.pow_img img {
  max-width: 70%;
}

.pow_img img.adm_img002 {
  max-width: 60%;
}

@media screen and (max-width: 1000px) {
  .pow_img img.adm_img002 {
    max-width: 120px;
  }
}
@media screen and (max-width: 1000px) {
  .pow_img img {
    max-width: 120px;
  }
}
.pow_name {
  text-align: center;
  font-weight: 900;
  font-size: 1.6rem;
  margin-top: 40px;
}

@media screen and (max-width: 1000px) {
  .pow_name {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .pow_name {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .pow_name {
    font-size: 2.8rem;
  }
}
.ene_main {
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.4;
}

@media screen and (max-width: 1000px) {
  .ene_main {
    font-size: 10.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .ene_main {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .ene_main {
    font-size: 6.125rem;
  }
}
.ene_txt {
  font-weight: 500;
  font-size: 2rem;
  margin-top: 20px;
}

@media screen and (max-width: 1000px) {
  .ene_txt {
    font-size: 3.5rem;
  }
}
.ene_txt.ty01 {
  margin-top: 45px;
}

@media screen and (max-width: 1000px) {
  .ene_txt.ty01 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .ene_txt {
    font-size: 1.8rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .ene_txt {
    font-size: 3.15rem;
  }
}
.tab-panel {
  max-width: 1100px;
  width: 100%;
  margin: 60px auto 0 auto;
  background: #fff;
  padding: 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1000px) {
  .tab-panel {
    margin: 30px auto 0 auto;
    padding: 30px 10px;
  }
}
.panel {
  text-align: center;
}

.panel img {
  max-width: 100%;
}

.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;
}

@media screen and (max-width: 1000px) {
  .dit_area.ty01 {
    padding: 115px 10px 30px 10px;
  }
}
@media screen and (max-width: 1000px) {
  .dit_area.ty02 {
    margin-top: 55px;
  }
}
@media screen and (max-width: 1000px) {
  .dit_area {
    margin-top: 30px;
    padding: 50px 10px 30px 10px;
  }
}
.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;
}

@media screen and (max-width: 1000px) {
  .dit_ball_area.ty01 {
    margin-left: 0;
    top: -10px;
    left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .dit_ball_area {
    top: -33px;
    left: auto;
    margin-left: 0;
    max-width: 250px;
  }
}
.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;
}

@media screen and (max-width: 1000px) {
  .dit_ball::before {
    bottom: -24px;
    border-width: 0 25px 25px 0;
  }
}
@media screen and (max-width: 1000px) {
  .dit_ball {
    padding: 10px 0;
  }
}
.dit_ball_txt {
  text-align: center;
  font-weight: 900;
  color: #fff;
  font-size: 3rem;
}

@media screen and (max-width: 1000px) {
  .dit_ball_txt {
    font-size: 5.25rem;
  }
}
@media screen and (max-width: 1000px) {
  .dit_ball_txt {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .dit_ball_txt {
    font-size: 4.375rem;
  }
}
.dit_main {
  text-align: center;
  font-weight: bold;
  font-size: 4.2rem;
  color: #2285bf;
  line-height: 1.4;
}

@media screen and (max-width: 1000px) {
  .dit_main {
    font-size: 7.35rem;
  }
}
.dit_main.ty01 {
  color: #00ac9c;
}

@media screen and (max-width: 1000px) {
  .dit_main {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .dit_main {
    font-size: 5.6rem;
  }
}
.dit_txt {
  text-align: center;
  font-weight: bold;
  font-size: 2.6rem;
  margin-top: 20px;
}

@media screen and (max-width: 1000px) {
  .dit_txt {
    font-size: 4.55rem;
  }
}
@media screen and (max-width: 1000px) {
  .dit_txt {
    font-size: 2.3rem;
    margin-top: 10px;
    text-align: left;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .dit_txt {
    font-size: 4.025rem;
  }
}
.dit_arow_area {
  padding-top: 50px;
}

@media screen and (max-width: 1000px) {
  .dit_arow_area {
    padding-top: 25px;
  }
}
.dit_arow {
  text-align: center;
  font-weight: bold;
  font-size: 5rem;
  color: #2285bf;
  position: relative;
  z-index: 0;
  padding: 30px 0;
}

@media screen and (max-width: 1000px) {
  .dit_arow {
    font-size: 8.75rem;
  }
}
.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;
}

@media screen and (max-width: 1000px) {
  .dit_arow::before {
    margin-left: -25px;
    border-width: 15px 25px 0 25px;
  }
}
.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;
}

@media screen and (max-width: 1000px) {
  .dit_arow::after {
    margin-left: -25px;
    border-width: 15px 25px 0 25px;
  }
}
@media screen and (max-width: 1000px) {
  .dit_arow {
    font-size: 4rem;
    padding: 20px 0;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .dit_arow {
    font-size: 7rem;
  }
}
.uct_tit {
  font-weight: 900;
  font-size: 4.4rem;
  text-align: center;
  color: #2285bf;
}

@media screen and (max-width: 1000px) {
  .uct_tit {
    font-size: 7.7rem;
  }
}
@media screen and (max-width: 1000px) {
  .uct_tit {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .uct_tit {
    font-size: 5.95rem;
  }
}
.uct_area {
  max-width: 900px;
  width: 100%;
  margin: 60px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1000px) {
  .uct_area {
    margin: 30px auto 0 auto;
    flex-direction: column;
  }
}
.uct_box {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 10px 0;
  border-radius: 100px;
  transition: 0.3s ease-in;
}

.uct_box:last-child {
  margin-left: 4%;
}

@media screen and (max-width: 1000px) {
  .uct_box:last-child {
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1001px) {
  .uct_box:hover {
    background: #fafafa;
  }
}
@media screen and (max-width: 1000px) {
  .uct_box {
    width: 100%;
    padding: 5px 0;
    margin-bottom: 10px;
  }
}
.uct_img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.uct_img img {
  max-width: 100%;
}

.uct_name {
  font-weight: 900;
  font-size: 2.2rem;
  color: #2285bf;
  margin-left: 10px;
}

@media screen and (max-width: 1000px) {
  .uct_name {
    font-size: 3.85rem;
  }
}
.sto_list {
  margin-top: 60px;
}

.sto_list li {
  margin-bottom: 40px;
  position: relative;
  z-index: 0;
}

.sto_list li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
  .sto_list li {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .sto_list {
    margin-top: 30px;
  }
}
.sto_all {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1000px) {
  .sto_all {
    flex-direction: column;
  }
}
.usu_all {
  display: flex;
  align-items: 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: 160px;
}

@media screen and (max-width: 1000px) {
  .usu_all {
    padding: 30px 10px 0 10px;
    margin-left: 0;
    flex-direction: column-reverse;
  }
}
.usu_all_in:first-child {
  margin-left: -160px;
}

@media screen and (max-width: 1000px) {
  .usu_all_in:first-child {
    margin-left: 0;
    margin-bottom: -60px;
    margin-top: 30px;
  }
}
.usu_all_in:last-child {
  margin-left: 40px;
}

@media screen and (max-width: 1000px) {
  .usu_all_in:last-child {
    margin-left: 0;
  }
}
.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;
}

@media screen and (max-width: 1000px) {
  .sto_all_in:first-child {
    padding: 30px 10px 70px 10px;
  }
}
.sto_all_in:last-child {
  margin-left: -50px;
}

@media screen and (max-width: 1000px) {
  .sto_all_in:last-child {
    margin-left: 0;
    margin-top: -40px;
  }
}
.sto_area {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1000px) {
  .sto_area {
    flex-direction: column;
  }
}
.sto_box:last-child {
  margin-left: 20px;
}

@media screen and (max-width: 1000px) {
  .sto_box:last-child {
    margin-left: 0;
  }
}
.sto_img img {
  max-width: 100%;
}

@media screen and (max-width: 1000px) {
  .sto_img img {
    max-width: 111px;
  }
}
@media screen and (max-width: 1000px) {
  .sto_img {
    text-align: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .usu_img.ty01 img {
    max-width: 220px;
  }
}
.usu_img img {
  max-width: 100%;
}

.sto_tit {
  font-weight: 900;
  font-size: 4.4rem;
  color: #2285bf;
}

@media screen and (max-width: 1000px) {
  .sto_tit {
    font-size: 7.7rem;
  }
}
@media screen and (max-width: 1000px) {
  .sto_tit {
    font-size: 3.4rem;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .sto_tit {
    font-size: 5.95rem;
  }
}
.sto_txt {
  font-weight: bold;
  font-size: 2.2rem;
  margin-top: 30px;
}

@media screen and (max-width: 1000px) {
  .sto_txt {
    font-size: 3.85rem;
  }
}
@media screen and (max-width: 1000px) {
  .sto_txt {
    font-size: 1.9rem;
    margin-top: 15px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .sto_txt {
    font-size: 3.325rem;
  }
}
.sto_date_area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

@media screen and (max-width: 1000px) {
  .sto_date_area {
    margin-top: 20px;
    flex-direction: column;
  }
}
.sto_date_box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sto_date_box:last-child .sto_date:first-child {
  margin-left: 10px;
}

@media screen and (max-width: 1000px) {
  .sto_date_box:last-child .sto_date:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .sto_date_box:last-child {
    margin-top: 5px;
  }
}
.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%;
}

@media screen and (max-width: 1000px) {
  .sto_date img.ty01 {
    max-width: 111px;
  }
}
@media screen and (max-width: 1000px) {
  .sto_date {
    margin-left: 5px;
  }
}
.usu_txt {
  font-weight: bold;
  font-size: 1.3rem;
  color: #fff;
  margin-top: 40px;
}

@media screen and (max-width: 1000px) {
  .usu_txt {
    font-size: 2.275rem;
  }
}
@media screen and (max-width: 1000px) {
  .usu_txt {
    margin-top: 60px;
  }
}
.est_area {
  background: #fff;
  padding: 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

@media screen and (max-width: 1000px) {
  .est_area {
    margin-top: 20px;
    padding: 30px 10px;
    flex-direction: column;
  }
}
.est_box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.est_box:first-child {
  width: 20%;
}

@media screen and (max-width: 1000px) {
  .est_box:first-child {
    width: 100%;
  }
}
.est_box:nth-child(2) {
  width: 56%;
  margin: 0 2%;
}

@media screen and (max-width: 1000px) {
  .est_box:nth-child(2) {
    width: 100%;
    margin: 0;
  }
}
.est_box:last-child {
  width: 20%;
}

@media screen and (max-width: 1000px) {
  .est_box:last-child {
    width: 100%;
  }
}
.est_sub {
  font-weight: 900;
  font-size: 2.6rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 1000px) {
  .est_sub {
    font-size: 4.55rem;
  }
}
.est_sub::before {
  position: absolute;
  content: "";
  background: linear-gradient(135deg, #2285bf 0%, #2285bf 50%, #479bcd 50%, #479bcd 100%);
  width: 183px;
  height: 183px;
  border-radius: 50%;
  z-index: -1;
}

@media screen and (max-width: 1000px) {
  .est_sub::before {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 1000px) {
  .est_sub {
    height: 120px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .est_sub {
    font-size: 3.5rem;
  }
}
.est_tit {
  font-weight: 900;
  font-size: 3.2rem;
  color: #2285bf;
  text-align: left;
  line-height: 1.4;
}

@media screen and (max-width: 1000px) {
  .est_tit {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .est_tit {
    font-size: 2.9rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .est_tit {
    font-size: 5.075rem;
  }
}
.est_txt {
  font-weight: bold;
  font-size: 2rem;
  margin-top: 15px;
}

@media screen and (max-width: 1000px) {
  .est_txt {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .est_txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .est_txt {
    font-size: 3.15rem;
  }
}
.est_img img {
  border-radius: 10px;
  max-width: 100%;
}

@media screen and (max-width: 1000px) {
  .est_img img {
    max-width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .est_img {
    margin-top: 15px;
  }
}
.sys_all {
  position: relative;
  z-index: 0;
  border-radius: 10px;
  overflow: hidden;
  padding: 3vw 0;
}

.sys_all::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-image: url(../../image/e2/bg_img003.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
  /*@include mq_sp {
    background: $wc;
  }*/
}

@media screen and (max-width: 1000px) {
  .sys_all {
    padding: 0;
  }
}
.sys_area {
  max-width: 1150px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .sys_area {
    width: 100%;
    padding-bottom: 30px;
  }
}
.sys_con {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

@media screen and (max-width: 1000px) {
  .sys_con {
    flex-direction: column-reverse;
  }
}
.sys_con_in:first-child {
  width: 45%;
}

@media screen and (max-width: 1000px) {
  .sys_con_in:first-child {
    width: 90%;
    padding: 10px 0;
    margin: 0 auto;
  }
}
.sys_con_in:last-child {
  width: 50%;
  margin-left: 5%;
  padding-top: 3vw;
}

@media screen and (max-width: 1000px) {
  .sys_con_in:last-child {
    width: 100%;
    margin-left: 0;
    position: relative;
    z-index: 0;
    /*&::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      background-image: url(../../image/e2/bg_img003.jpg);
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      width: 100%;
      height: 100%;
      z-index: -1;
    }*/
  }
}
.sys24_01 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-top: 20px;
}

.sys24_01 h5 {
  padding: 14px 20px;
  background: rgb(8, 60, 108);
  background: linear-gradient(90deg, rgb(5, 139, 208) 0%, rgb(8, 60, 108) 100%);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2rem;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .sys24_01 h5 {
    font-size: 3.5rem;
  }
}
.sys24_01 p {
  padding: 14px 20px;
  text-align: center;
  font-size: 1.5rem;
}

@media screen and (max-width: 1000px) {
  .sys24_01 p {
    font-size: 2.625rem;
  }
}
.sys_con_img img {
  max-width: 100%;
}

@media screen and (max-width: 1000px) {
  .sys_con_img img {
    max-width: 70vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1000px) {
  .sys_con_img {
    text-align: center;
  }
}
.sys_area_in {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

@media screen and (max-width: 1000px) {
  .sys_area_in {
    display: block;
    width: 100%;
  }
}
.sys_box002 {
  /* &:first-child {
     width: 70%;
     @include mq_sp {
       width: 70%;
     }
   }
   &:last-child {
     @include mq_sp {
       width: 30%;
     }
   }*/
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

@media screen and (max-width: 1000px) {
  .sys_box002 .sys_area_r {
    width: 20%;
  }
}
@media screen and (max-width: 1000px) {
  .sys_box002 {
    max-width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    justify-content: space-between;
  }
}
.sys_main {
  font-weight: 900;
  font-size: 3.7rem;
  color: #004ea2;
  text-shadow: 3px 3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, -3px -3px 3px #fff;
  line-height: 1.4;
}

@media screen and (max-width: 1000px) {
  .sys_main {
    font-size: 6.475rem;
  }
}
.sys_main span {
  font-size: 2.7rem;
}

@media screen and (max-width: 1000px) {
  .sys_main span {
    font-size: 4.725rem;
  }
}
@media screen and (max-width: 1000px) {
  .sys_main span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .sys_main span {
    font-size: 2.45rem;
  }
}
@media screen and (max-width: 1000px) {
  .sys_main {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .sys_main {
    font-size: 4.9rem;
  }
}
.sys_sub02 {
  font-weight: 900;
  font-size: 2.8rem;
  color: #004ea2;
  text-shadow: 3px 3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, -3px -3px 3px #fff;
}

@media screen and (max-width: 1000px) {
  .sys_sub02 {
    font-size: 4.9rem;
  }
}
@media screen and (max-width: 1000px) {
  .sys_sub02 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .sys_sub02 {
    font-size: 3.15rem;
  }
}
.sys_sub {
  font-weight: 900;
  font-size: 2.2rem;
  color: #004ea2;
  text-shadow: 3px 3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, -3px -3px 3px #fff;
}

@media screen and (max-width: 1000px) {
  .sys_sub {
    font-size: 3.85rem;
  }
}
@media screen and (max-width: 1000px) {
  .sys_sub {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .sys_sub {
    font-size: 2.45rem;
  }
}
.sys_tit {
  font-weight: bold;
  font-size: 2.2rem;
  margin-top: 10px;
  text-shadow: 3px 3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, -3px -3px 3px #fff;
}

@media screen and (max-width: 1000px) {
  .sys_tit {
    font-size: 3.85rem;
  }
}
@media screen and (max-width: 1000px) {
  .sys_tit {
    font-size: 2rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .sys_tit {
    font-size: 3.5rem;
  }
}
.sys_txt {
  font-weight: 500;
  font-size: 1.5rem;
  margin-top: 20px;
  text-shadow: 3px 3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, -3px -3px 3px #fff;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1000px) {
  .sys_txt {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 1000px) {
  .sys_txt {
    font-size: 1.7rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .sys_txt {
    font-size: 2.975rem;
  }
}
.sys_img {
  margin-left: 40px;
}

.sys_img img {
  max-width: 100%;
}

@media screen and (max-width: 1000px) {
  .sys_img {
    margin-left: 0;
  }
}
.net_main {
  font-weight: 900;
  font-size: 4.4rem;
  color: #6fa13a;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 1000px) {
  .net_main {
    font-size: 7.7rem;
  }
}
.net_main::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  margin-left: -81px;
  width: 162px;
  height: 2px;
  background: #6fa13a;
}

@media screen and (max-width: 1000px) {
  .net_main::before {
    margin-left: -45px;
    width: 90px;
  }
}
@media screen and (max-width: 1000px) {
  .net_main {
    font-size: 3.4rem;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .net_main {
    font-size: 5.95rem;
  }
}
.net_tit {
  font-weight: 900;
  font-size: 3.7rem;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 1000px) {
  .net_tit {
    font-size: 6.475rem;
  }
}
@media screen and (max-width: 1000px) {
  .net_tit {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .net_tit {
    font-size: 4.375rem;
  }
}
.net_txt {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 1000px) {
  .net_txt {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .net_txt {
    font-size: 1.8rem;
    margin-top: 20px;
    text-align: left;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .net_txt {
    font-size: 3.15rem;
  }
}
.net_list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 60px;
}

.net_list li {
  width: 32%;
  margin-right: 2%;
}

.net_list li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1000px) {
  .net_list li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .net_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .net_list {
    flex-direction: column;
    margin-top: 30px;
  }
}
.net_area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 114px;
}

@media screen and (max-width: 1000px) {
  .net_area {
    height: 80px;
  }
}
.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: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.net_img img {
  max-width: 100%;
}

.net_hit {
  color: #fff;
  font-weight: 900;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

@media screen and (max-width: 1000px) {
  .net_hit {
    font-size: 3.5rem;
  }
}
.clu_area {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  background: #f4f8f0;
  padding: 30px;
}

@media screen and (max-width: 1000px) {
  .clu_area {
    padding: 15px 10px;
    flex-direction: column;
  }
}
.clu_box:first-child {
  width: 28%;
}

@media screen and (max-width: 1000px) {
  .clu_box:first-child {
    width: 100%;
  }
}
.clu_box:last-child {
  width: 68%;
  margin-left: 4%;
}

@media screen and (max-width: 1000px) {
  .clu_box:last-child {
    width: 100%;
    margin-left: 0;
  }
}
.clu_con {
  background: #fff;
  padding: 12px 20px 15px 20px;
  border-radius: 10px;
  margin-top: 20px;
}

@media screen and (max-width: 1000px) {
  .clu_con {
    padding: 10px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .clu_img.ty01 img {
    max-width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .clu_img.ty01 {
    text-align: center;
    margin-top: 0;
  }
}
.clu_img img {
  max-width: 100%;
}

@media screen and (max-width: 1000px) {
  .clu_img {
    margin-top: 20px;
  }
}
.clu_txt {
  color: #6fa13a;
  font-weight: 900;
  font-size: 1.8rem;
}

@media screen and (max-width: 1000px) {
  .clu_txt {
    font-size: 3.15rem;
  }
}
.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: 1.6rem;
  margin-right: 5px;
  padding: 2px 10px;
  border-radius: 5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 1000px) {
  .clu_tag span {
    font-size: 2.8rem;
  }
}
.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 {
  max-width: 320px;
  margin: 30px 0 0 0;
}

.clu_link_area.ty01 {
  width: 92%;
  max-width: 800px;
  margin: 50px auto 0;
}

@media screen and (max-width: 1000px) {
  .clu_link_area.ty01 {
    margin: 20px auto 0;
  }
}
.clu_link_area.ty01 a {
  font-size: 1.9rem;
}

@media screen and (max-width: 1000px) {
  .clu_link_area.ty01 a {
    font-size: 3.325rem;
  }
}
@media screen and (max-width: 1000px) {
  .clu_link_area.ty01 a {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .clu_link_area.ty01 a {
    font-size: 2.975rem;
  }
}
.clu_link_area a {
  transition: 0.3s ease-in;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 900;
  background: #ff5897;
  padding: 15px 0;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in;
}

@media screen and (max-width: 1000px) {
  .clu_link_area a {
    font-size: 4.2rem;
  }
}
.clu_link_area a.min {
  font-size: 1.7rem;
}

@media screen and (max-width: 1000px) {
  .clu_link_area a.min {
    font-size: 2.975rem;
  }
}
.clu_link_area a span {
  position: relative;
  z-index: 0;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}

.clu_link_area a span.min::after {
  width: 20px;
  height: 18px;
}

.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;
}

@media screen and (max-width: 1000px) {
  .clu_link_area a span::after {
    width: 20px;
    height: 18px;
    margin-left: 5px;
  }
}
@media screen and (min-width: 1001px) {
  .clu_link_area a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1000px) {
  .clu_link_area a {
    font-size: 2.1rem;
    padding: 10px 0;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .clu_link_area a {
    font-size: 3.675rem;
  }
}
@media screen and (max-width: 1000px) {
  .clu_link_area {
    margin: 20px auto 0 auto;
  }
}
.clu_zaq {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3f3f37;
  border-radius: 10px;
  margin-top: 15px;
}

@media screen and (max-width: 1000px) {
  .clu_zaq {
    max-width: 200px;
    width: 100%;
    margin: 15px auto 0 auto;
  }
}
.clu_zaq_in {
  width: 50%;
  padding: 15px 0;
}

.clu_zaq_in:last-child {
  border-left: 1px solid #fff;
}

@media screen and (max-width: 1000px) {
  .clu_zaq_in {
    padding: 10px 0;
  }
}
.clu_zaq_txt {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .clu_zaq_txt {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .clu_zaq_txt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .clu_zaq_txt {
    font-size: 2.625rem;
  }
}
.spe_main {
  color: #004ea2;
  font-size: 4.4rem;
  font-weight: 900;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .spe_main {
    font-size: 7.7rem;
  }
}
.spe_main.sec001 {
  margin-top: 2vw;
}

@media screen and (max-width: 1000px) {
  .spe_main.sec001 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .spe_main {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .spe_main {
    font-size: 5.95rem;
  }
}
.spe_area {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 2vw;
}

.spe_area.sec001 {
  margin-top: 2vw;
}

@media screen and (max-width: 1000px) {
  .spe_area {
    margin-top: 20px;
  }
}
.spe_box {
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
  padding: 5vw 0;
}

@media screen and (max-width: 1000px) {
  .spe_box {
    padding: 30px 0;
  }
}
.spe_img {
  text-align: center;
}

.spe_img img {
  max-width: 100%;
}

.spe_name {
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 1000px) {
  .spe_name {
    font-size: 3.5rem;
  }
}
.spe_name.mt0 {
  margin-top: 0;
}

@media screen and (max-width: 1000px) {
  .spe_name {
    font-size: 1.8rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .spe_name {
    font-size: 3.15rem;
  }
}
.spe_opp {
  text-align: center;
  color: #004ea2;
  font-size: 3rem;
  font-weight: 900;
}

@media screen and (max-width: 1000px) {
  .spe_opp {
    font-size: 5.25rem;
  }
}
@media screen and (max-width: 1000px) {
  .spe_opp {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .spe_opp {
    font-size: 4.725rem;
  }
}
/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
.gla_list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 40px;
}

.gla_list li {
  margin-right: 10px;
}

.gla_list li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1000px) {
  .gla_list li:nth-last-of-type(-n + 3) {
    margin-top: 5px;
  }
}
@media screen and (max-width: 1000px) {
  .gla_list li:nth-child(3n) {
    margin-right: 0;
  }
}
.gla_list li img {
  max-width: 100%;
}

.gla_list li span {
  font-size: 0.8rem;
  font-weight: bold;
  color: #053c69;
  display: block;
  padding-top: 10px;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 1000px) {
  .gla_list li span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .gla_list li span {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .gla_list li span {
    font-size: 1.925rem;
  }
}
@media screen and (max-width: 1000px) {
  .gla_list li {
    width: 32%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 1000px) {
  .gla_list {
    flex-wrap: wrap;
  }
}
.gla_link {
  max-width: 740px;
  width: 100%;
  margin: 60px auto 0 auto;
}

.gla_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 900;
  position: relative;
  z-index: 0;
  color: #fff;
  background: #ff5897;
  padding: 15px 0;
  border-radius: 100px;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1000px) {
  .gla_link a {
    font-size: 4.2rem;
  }
}
.gla_link a::before {
  display: block;
  content: "";
  background-image: url(../../image/e2/icon001.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 23px;
  margin-right: 15px;
}

.gla_link a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 40px;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
}

@media screen and (max-width: 1000px) {
  .gla_link a::after {
    right: 30px;
    margin-top: -6px;
    width: 12px;
    height: 12px;
  }
}
@media screen and (min-width: 1001px) {
  .gla_link a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1000px) {
  .gla_link a {
    font-size: 2rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .gla_link a {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .gla_link {
    margin: 30px auto 0 auto;
  }
}
.gla_area {
  border: 4px solid #ddd;
  border-radius: 10px;
  padding: 40px 0;
  margin-top: 5vw;
}

@media screen and (max-width: 1000px) {
  .gla_area {
    border: 2px solid #ddd;
    padding: 20px 10px;
    margin-top: 30px;
  }
}
.gla_box {
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
}

.gla_txt {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.2;
}

@media screen and (max-width: 1000px) {
  .gla_txt {
    font-size: 2.975rem;
  }
}
.gla_txt a {
  color: #004ea2;
  text-decoration: underline;
}

@media screen and (min-width: 1001px) {
  .gla_txt a:hover {
    text-decoration: none;
  }
}
.hij_main {
  font-size: 3.7rem;
  font-weight: 900;
  color: #004ea2;
  text-align: center;
  position: relative;
  z-index: 0;
  padding: 50px 0;
}

@media screen and (max-width: 1000px) {
  .hij_main {
    font-size: 6.475rem;
  }
}
.hij_main::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  margin-left: -45px;
  width: 90px;
  height: 15px;
  background: #004ea2;
}

@media screen and (max-width: 1000px) {
  .hij_main::before {
    margin-left: -40px;
    width: 80px;
    height: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .hij_main {
    font-size: 3rem;
    padding: 25px 0;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .hij_main {
    font-size: 5.25rem;
  }
}
.hij_area {
  background: #fff;
  padding: 60px 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1000px) {
  .hij_area {
    padding: 30px 10px;
  }
}
.hij_box {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.hij_img {
  text-align: center;
}

.hij_img.ty01 {
  margin-top: 40px;
}

@media screen and (max-width: 1000px) {
  .hij_img.ty01 {
    margin-top: 20px;
  }
}
.hij_img img {
  max-width: 100%;
}

.hij_tit {
  text-align: center;
  color: #063968;
  font-family: YuMincho, "Hiragino Mincho ProN", "MS PMincho", Meiryo, serif;
  font-size: 5.5rem;
  font-weight: 900;
  line-height: 1.3;
  margin-top: 5px;
}

@media screen and (max-width: 1000px) {
  .hij_tit {
    font-size: 9.625rem;
  }
}
@media screen and (max-width: 1000px) {
  .hij_tit {
    margin-top: 20px;
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .hij_tit {
    font-size: 7.875rem;
  }
}
.hij_tit_min {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 1000px) {
  .hij_tit_min {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 1000px) {
  .hij_tit_min {
    text-align: left;
    margin-top: 10px;
  }
}
.hij_sub {
  text-align: center;
  color: #063968;
  font-family: YuMincho, "Hiragino Mincho ProN", "MS PMincho", Meiryo, serif;
  font-size: 2.8rem;
  font-weight: 900;
}

@media screen and (max-width: 1000px) {
  .hij_sub {
    font-size: 4.9rem;
  }
}
@media screen and (max-width: 1000px) {
  .hij_sub {
    font-size: 2.5rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .hij_sub {
    font-size: 4.375rem;
  }
}
.hij_con {
  background: #edf5fa;
  padding: 60px 0;
  margin-top: 50px;
}

@media screen and (max-width: 1000px) {
  .hij_con {
    padding: 30px 0;
    margin-top: 25px;
  }
}
.hij_the {
  line-height: 1.4;
  font-size: 3.7rem;
  font-weight: 900;
  text-align: center;
  color: #004ea2;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 1000px) {
  .hij_the {
    font-size: 6.475rem;
  }
}
.hij_the::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 2px;
  background: #004ea2;
}

@media screen and (max-width: 1000px) {
  .hij_the {
    font-size: 3rem;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .hij_the {
    font-size: 5.25rem;
  }
}
.vgs_list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 5vw;
}

.vgs_list li {
  width: 32%;
  margin-right: 2%;
}

.vgs_list li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1000px) {
  .vgs_list li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .vgs_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1000px) {
  .vgs_list {
    margin-top: 60px;
    flex-direction: column;
  }
}
.vgs_area {
  background: #fff;
  padding: 30px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

@media screen and (max-width: 1000px) {
  .vgs_area {
    padding: 15px 10px;
  }
}
.vgs_num {
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: #fff;
  position: relative;
  z-index: 0;
  margin-top: -60px;
}

@media screen and (max-width: 1000px) {
  .vgs_num {
    font-size: 7rem;
  }
}
.vgs_num::before {
  position: absolute;
  content: "";
  width: 88px;
  height: 88px;
  background: #004ea2;
  border-radius: 50%;
  z-index: -1;
}

@media screen and (max-width: 1000px) {
  .vgs_num::before {
    margin-top: 0;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .vgs_num {
    font-size: 3rem;
    margin-top: -35px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .vgs_num {
    font-size: 5.25rem;
  }
}
.vgs_tit_area {
  text-align: center;
  position: relative;
  z-index: 0;
  margin-top: 25px;
}

.vgs_tit_area::before {
  position: absolute;
  bottom: 0.3vw;
  left: 0;
  content: "";
  width: 100%;
  height: 10px;
  background: #ffc600;
  z-index: -1;
  border-radius: 100px;
}

@media screen and (max-width: 1000px) {
  .vgs_tit_area::before {
    bottom: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .vgs_tit_area {
    margin-top: 15px;
  }
}
.vgs_tit {
  font-size: 3.7rem;
  font-style: italic;
  font-weight: 900;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background: linear-gradient(135deg, #002d6b 0%, #004da0 100%);
  background: -webkit-linear-gradient(-45deg, #002d6b 0%, #004da0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1000px) {
  .vgs_tit {
    font-size: 6.475rem;
  }
}
.vgs_tit span {
  font-size: 2.4rem;
}

@media screen and (max-width: 1000px) {
  .vgs_tit span {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 1000px) {
  .vgs_tit span {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .vgs_tit span {
    font-size: 4.375rem;
  }
}
@media screen and (max-width: 1000px) {
  .vgs_tit {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .vgs_tit {
    font-size: 7.875rem;
  }
}
.vgs_txt {
  font-size: 1.5rem;
  font-weight: 500;
  color: #221815;
  line-height: 2;
  padding-top: 10px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1000px) {
  .vgs_txt {
    font-size: 2.625rem;
  }
}
sub {
  vertical-align: sub;
  font-size: smaller;
}

.zxo_list li {
  margin-bottom: 30px;
}

.zxo_list li:last-child {
  margin-bottom: 60px;
}

@media screen and (max-width: 1000px) {
  .zxo_list li:last-child {
    margin-bottom: 30px;
  }
}
.zxo_area {
  background: #fff;
  padding: 40px 0;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.zxo_area.ty01 {
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 1000px) {
  .zxo_area {
    padding: 30px 0;
  }
}
.zxo_area_in {
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
}

.zxo_tit {
  color: #063968;
  font-family: YuMincho, "Hiragino Mincho ProN", "MS PMincho", Meiryo, serif;
  font-weight: 900;
  font-size: 3.5rem;
  position: relative;
  z-index: 0;
  line-height: 1.4;
  padding-left: 90px;
}

@media screen and (max-width: 1000px) {
  .zxo_tit {
    font-size: 6.125rem;
  }
}
.zxo_tit::before {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 0;
  content: "";
  width: 70px;
  height: 14px;
  background: #063968;
}

@media screen and (max-width: 1000px) {
  .zxo_tit::before {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .zxo_tit {
    font-size: 2.8rem;
    padding-left: 15px;
    border-left: 10px solid #063968;
    line-height: 1;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .zxo_tit {
    font-size: 4.9rem;
  }
}
.zxo_txt_area {
  margin-top: 40px;
}

@media screen and (max-width: 1000px) {
  .zxo_txt_area {
    margin-top: 20px;
  }
}
.zxo_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .zxo_con {
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 1000px) {
  .zxo_con_in:first-child {
    margin-right: auto;
  }
}
.zxo_txt {
  line-height: 1.4;
}

.zxo_txt.ty01 {
  margin-top: 15px;
}

@media screen and (max-width: 1000px) {
  .zxo_txt.ty01 {
    margin-top: 10px;
  }
}
.zxo_txt span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  color: #fff;
  font-family: YuMincho, "Hiragino Mincho ProN", "MS PMincho", Meiryo, serif;
  font-weight: 900;
  font-size: 4rem;
  position: relative;
  z-index: 0;
  background: -owg-linear-gradient(45deg, #22a1dd, #00447c);
  background: linear-gradient(45deg, #22a1dd, #00447c);
  padding-left: 10px;
  line-height: 1.4;
}

@media screen and (max-width: 1000px) {
  .zxo_txt span {
    font-size: 7rem;
  }
}
.zxo_txt span::before {
  content: "";
}

@media screen and (max-width: 1000px) {
  .zxo_txt span {
    font-size: 2.6rem;
    padding: 2px 0 2px 10px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .zxo_txt span {
    font-size: 4.55rem;
  }
}
.zxo_box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 60px;
}

@media screen and (max-width: 1000px) {
  .zxo_box {
    margin-top: 20px;
    flex-direction: column;
  }
}
.zxo_img_a img {
  max-width: 100%;
}

.zxo_img {
  width: 48%;
  margin-right: 4%;
}

.zxo_img:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1000px) {
  .zxo_img:last-child {
    margin-bottom: 0;
  }
}
.zxo_img img {
  max-width: 100%;
}

@media screen and (max-width: 1000px) {
  .zxo_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.diy_img img {
  max-width: 100%;
}

@media screen and (max-width: 1000px) {
  .diy_img {
    margin-top: 20px;
  }
}
.xba_area {
  background: #edf5fa;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 40px 0;
  border: 7px solid #fff;
}

@media screen and (max-width: 1000px) {
  .xba_area {
    border: 4px solid #fff;
    padding: 20px 0;
  }
}
.xba_area_in {
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
}

.xba_list li {
  margin-bottom: 20px;
}

.xba_list li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
  .xba_list li {
    margin-bottom: 15px;
  }
}
.xba_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  border-radius: 10px;
  padding: 40px;
}

.xba_box.ty01 {
  align-items: flex-start;
}

@media screen and (max-width: 1000px) {
  .xba_box {
    padding: 20px 10px;
    align-items: flex-start;
  }
}
.xba_box_in:first-child {
  width: 15%;
}

.xba_box_in:last-child {
  width: 80%;
  margin-left: 5%;
}

.egg_img {
  text-align: center;
}

.egg_img img {
  max-width: 100%;
}

@media screen and (max-width: 1000px) {
  .egg_img {
    margin-top: 5px;
  }
}
.xba_tit {
  color: #063968;
  font-family: YuMincho, "Hiragino Mincho ProN", "MS PMincho", Meiryo, serif;
  font-weight: 900;
  font-size: 3rem;
}

@media screen and (max-width: 1000px) {
  .xba_tit {
    font-size: 5.25rem;
  }
}
.xba_tit span {
  font-size: 2.4rem;
}

@media screen and (max-width: 1000px) {
  .xba_tit span {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 1000px) {
  .xba_tit span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .xba_tit span {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .xba_tit {
    font-size: 2.6rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .xba_tit {
    font-size: 4.55rem;
  }
}
.xba_txt {
  font-weight: bold;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 5px;
}

@media screen and (max-width: 1000px) {
  .xba_txt {
    font-size: 2.625rem;
  }
}
#art_24_second {
  position: relative;
  margin-bottom: 60px;
}

@media screen and (max-width: 1000px) {
  #art_24_second {
    margin-bottom: 30px;
  }
}
#art_24_second::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 20vw;
  background: #edf5fa;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1000px) {
  #art_24_second::before {
    height: 60vw;
  }
}
#art_24_third, #art_24_fourth, #art_24_fifth {
  position: relative;
  margin-bottom: 100px;
}

@media screen and (max-width: 1000px) {
  #art_24_third, #art_24_fourth, #art_24_fifth {
    margin-bottom: 50px;
  }
}
#art_24_third::before, #art_24_fourth::before, #art_24_fifth::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 20vw;
  background: #edf5fa;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1000px) {
  #art_24_third::before, #art_24_fourth::before, #art_24_fifth::before {
    height: 60vw;
  }
}
#art_24_fifth {
  position: relative;
  margin-bottom: 140px;
}

@media screen and (max-width: 1000px) {
  #art_24_fifth {
    margin-bottom: 80px !important;
  }
}
#art_24_fifth::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 20vw;
  background: #edf5fa;
  left: 0;
  top: 0;
}

.art_24_md {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 30px;
}

.art_24_md h3 {
  font-size: 3.4rem;
  color: #004ea2;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .art_24_md h3 {
    font-size: 5.95rem;
  }
}
@media screen and (max-width: 1000px) {
  .art_24_md h3 {
    font-size: 3rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .art_24_md h3 {
    font-size: 5.25rem;
  }
}
.art_24_md .art_24_md_com {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-top: -20px;
  background: #004ea2;
  padding: 14px 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  position: relative;
  margin-bottom: 26px;
}

.art_24_md .art_24_md_com::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 14px solid #004ea2;
  border-bottom: 0;
  margin-left: -7px;
}

.art_24_md .art_24_md_com span {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 3.4rem;
  line-height: 1;
  padding-left: 6px;
}

@media screen and (max-width: 1000px) {
  .art_24_md .art_24_md_com span {
    font-size: 5.95rem;
  }
}
#art_second_01 {
  background-image: url("../../image/second_ph001.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 40px;
  padding: 0 4vw 5vw;
  margin-top: 90px;
}

@media screen and (max-width: 1000px) {
  #art_second_01 {
    margin-top: 0;
    padding: 5vw;
    background-position: right center;
    position: relative;
  }
  #art_second_01::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1;
  }
}
#art_second_01 #art_second_01in {
  width: 70%;
}

@media screen and (max-width: 1000px) {
  #art_second_01 #art_second_01in {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
#art_second_01 #art_second_01in .md24_txt01 {
  line-height: 2.2;
  color: #004ea2;
  padding-right: 15vw;
}

@media screen and (max-width: 1000px) {
  #art_second_01 #art_second_01in .md24_txt01 {
    padding-right: 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  #art_second_01 #art_second_01in .md24_txt01 {
    font-size: 3.5rem;
  }
}
#art_second_01 #art_second_01in .md24_txt01 sub {
  vertical-align: sub;
  font-size: smaller;
}

#art_second_01 #art_second_01in .md24_txt01.m001 {
  margin-bottom: 30px;
}

#art_second_01 #art_second_01in .md24_01 {
  font-size: 3vw;
  font-family: "Noto Serif JP", serif;
  margin-top: -2vw;
  font-weight: 500;
  display: inline-block;
  background: rgb(8, 60, 108);
  background: linear-gradient(90deg, rgb(5, 139, 208) 0%, rgb(8, 60, 108) 100%);
  background: -webkit-linear-gradient(0deg, rgb(5, 139, 208) 0%, rgb(8, 60, 108) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  #art_second_01 #art_second_01in .md24_01 {
    margin-top: 0;
    font-size: 8vw;
  }
}
#art_second_02 {
  background-image: url("../../image/third_ph001.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 40px;
  padding: 5vw 4vw 5vw;
}

@media screen and (max-width: 1000px) {
  #art_second_02 {
    padding: 5vw;
    position: relative;
  }
  #art_second_02::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
  }
}
#art_second_02 #art_second_02in {
  width: 70%;
}

@media screen and (max-width: 1000px) {
  #art_second_02 #art_second_02in {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
#art_second_02 #art_second_02in .md24_txt01 {
  line-height: 2.2;
  color: #fff;
  padding-right: 15vw;
}

@media screen and (max-width: 1000px) {
  #art_second_02 #art_second_02in .md24_txt01 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  #art_second_02 #art_second_02in .md24_txt01 {
    font-size: 3.5rem;
  }
}
#art_second_02 #art_second_02in .md24_txt01.m001 {
  margin-bottom: 30px;
}

#art_second_02 #art_second_02in .md24_01 {
  font-size: 3vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  display: inline-block;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  #art_second_02 #art_second_02in .md24_01 {
    font-size: 6vw;
    margin-bottom: 20px;
  }
}
.art_second_02 {
  position: relative;
  padding-left: 100px;
  padding-top: 30px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1000px) {
  .art_second_02 {
    padding-left: 2%;
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
.art_second_02 .art_mark001_l {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 30vw;
}

.art_second_02 .art_mark001_l img {
  width: 100%;
}

.art_second_02 .art_mark001_r {
  background: #edf5fa;
  padding: 60px 30px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .art_second_02 .art_mark001_r {
    padding: 40px 0 20px;
  }
  .art_second_02 .art_mark001_r img {
    max-width: 94%;
  }
}
.art_second_02 .art_mark001_r img {
  max-width: 80%;
}

.art_2024_list001 {
  margin-bottom: 60px;
}

@media screen and (max-width: 1000px) {
  .art_2024_list001 {
    margin-bottom: 20px;
  }
}
.art_2024_list001 .art_2024_list001_in {
  display: table;
  width: 100%;
  min-height: 280px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .art_2024_list001 .art_2024_list001_in {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }
}
.art_2024_list001 .art_2024_list001_in .hosoku_all {
  display: table;
  width: 100%;
}

.art_2024_list001 .art_2024_list001_in .hosoku {
  text-align: right;
  width: 100%;
  font-size: 1.2rem;
  padding-top: 10px;
}

@media screen and (max-width: 1000px) {
  .art_2024_list001 .art_2024_list001_in .hosoku {
    font-size: 2.1rem;
  }
}
.art_2024_list001 .art_2024_list001_in .hosoku span {
  display: block;
  text-align: right;
}

.art_2024_list001 .art_2024_list001_in:last-child {
  margin-bottom: 0;
}

.art_2024_list001 .art_2024_list001_in .art2024_list001_l, .art_2024_list001 .art_2024_list001_in .art2024_list001_r {
  display: table-cell;
}

@media screen and (max-width: 1000px) {
  .art_2024_list001 .art_2024_list001_in .art2024_list001_l, .art_2024_list001 .art_2024_list001_in .art2024_list001_r {
    display: block;
    width: 100%;
  }
}
.art_2024_list001 .art_2024_list001_in .art2024_list001_l {
  vertical-align: middle;
  padding: 60px 30px;
  text-align: center;
  width: 60%;
  background: rgb(8, 60, 108);
  background: linear-gradient(146deg, rgb(5, 139, 208) 0%, rgb(8, 60, 108) 100%);
}

@media screen and (max-width: 1000px) {
  .art_2024_list001 .art_2024_list001_in .art2024_list001_l {
    padding: 20px 4% 30px;
  }
}
.art_2024_list001 .art_2024_list001_in .art2024_list001_l h3 {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-weight: 500;
  font-size: 3rem;
}

@media screen and (max-width: 1000px) {
  .art_2024_list001 .art_2024_list001_in .art2024_list001_l h3 {
    font-size: 5.25rem;
  }
}
@media screen and (max-width: 1000px) {
  .art_2024_list001 .art_2024_list001_in .art2024_list001_l h3 {
    line-height: 1.4;
  }
}
.art_2024_list001 .art_2024_list001_in .art2024_list001_l .md24_txt02 {
  padding-top: 20px;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .art_2024_list001 .art_2024_list001_in .art2024_list001_l .md24_txt02 {
    text-align: left;
  }
  .art_2024_list001 .art_2024_list001_in .art2024_list001_l .md24_txt02 br {
    display: none;
  }
}
.art_2024_list001 .art_2024_list001_in .art2024_list001_r {
  width: 40%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1000px) {
  .art_2024_list001 .art_2024_list001_in .art2024_list001_r {
    height: 200px;
  }
}
.art_2024_list001＿btn {
  padding-top: 30px;
}

.art_2024_list001＿btn a {
  background: #ffc600;
  border-radius: 100px;
  display: block;
  padding: 10px 20px;
  min-width: 300px;
  margin: 0 auto;
  width: 50%;
}

.art_2024_list001＿btn a i {
  font-weight: bold;
  color: #004ea2;
  font-size: 2rem;
  padding-left: 60px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .art_2024_list001＿btn a i {
    font-size: 3.5rem;
  }
}
.art_2024_list001＿btn a i::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 45px;
  height: 39px;
  margin-top: -19px;
  background-image: url("../../image/win_icon002.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.art_2024_list002 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

@media screen and (max-width: 1000px) {
  .art_2024_list002 {
    flex-direction: column;
  }
}
.art_2024_list002 .art_2024_list002_in {
  width: 49%;
  margin-right: 2%;
  background: #edf5fa;
  padding: 40px 20px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .art_2024_list002 .art_2024_list002_in {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .art_2024_list002 .art_2024_list002_in:last-child {
    margin-bottom: 0;
  }
}
.art_2024_list002 .art_2024_list002_in h3 {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-weight: 500;
  font-size: 3rem;
  color: #004ea2;
}

@media screen and (max-width: 1000px) {
  .art_2024_list002 .art_2024_list002_in h3 {
    font-size: 5.25rem;
  }
}
@media screen and (max-width: 1000px) {
  .art_2024_list002 .art_2024_list002_in h3 {
    font-size: 2.6rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .art_2024_list002 .art_2024_list002_in h3 {
    font-size: 4.55rem;
  }
}
.art_2024_list002 .art_2024_list002_in:nth-child(2n) {
  margin-right: 0;
}

.md24_txt03 {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-weight: 500;
  font-size: 2.2vw;
  color: #004ea2;
  text-align: center;
  padding: 5vw 0;
}

@media screen and (max-width: 1000px) {
  .md24_txt03 {
    font-size: 2.8rem;
    text-align: left;
    max-width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .md24_txt03 {
    font-size: 4.9rem;
  }
}
.fourth001 {
  padding-top: 2.5vw;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .fourth001 {
    padding-top: 30px;
  }
}
.fourth001 .fourth_001_in {
  position: relative;
}

.fourth001 .fourth_001_in figcaption {
  position: absolute;
  padding-left: 5vw;
  margin-top: -2.5vw;
  display: inline-block;
  left: 0;
  top: 0;
  z-index: 10;
}

@media screen and (max-width: 1000px) {
  .fourth001 .fourth_001_in figcaption {
    left: 10px;
    margin-top: -34px;
  }
}
.fourth001 .fourth_001_in figcaption span {
  background: rgb(8, 60, 108);
  background: linear-gradient(90deg, rgb(5, 139, 208) 0%, rgb(8, 60, 108) 100%);
  background: -webkit-linear-gradient(0deg, rgb(5, 139, 208) 0%, rgb(8, 60, 108) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.4;
  font-size: 3vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

@media screen and (max-width: 1000px) {
  .fourth001 .fourth_001_in figcaption span {
    font-size: 2.8rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .fourth001 .fourth_001_in figcaption span {
    font-size: 4.9rem;
  }
}
@media screen and (max-width: 1000px) {
  .fourth001 .fourth_001_in figcaption {
    background: rgba(255, 255, 255, 0.6);
  }
}
.fourth001 .fourth_001_in .fourth_ph001 {
  position: relative;
}

.fourth001 .fourth_001_in .fourth_ph001 img {
  max-width: 100%;
}

.fourth001 .fourth_001_in .fourth_ph001::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 10vw;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(8, 60, 108, 0) 100%);
  z-index: 6;
  left: 0;
  bottom: 0;
}

.fourth_list_all {
  position: relative;
  z-index: 7;
  max-width: 1200px;
  width: 92%;
  margin: 0 auto 40px;
}

.fourth_list_all .fourth_list {
  margin-top: -3vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.fourth_list_all .fourth_list .fourth_list_in {
  width: 49%;
  margin-right: 2%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 14px;
}

@media screen and (max-width: 1000px) {
  .fourth_list_all .fourth_list .fourth_list_in {
    width: 100%;
    margin-right: 0;
  }
}
.fourth_list_all .fourth_list .fourth_list_in:last-child {
  margin-bottom: 0;
}

.fourth_list_all .fourth_list .fourth_list_in.all {
  width: 100%;
  margin-right: 0;
}

.fourth_list_all .fourth_list .fourth_list_in .fourth_box {
  padding: 20px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .fourth_list_all .fourth_list .fourth_list_in .fourth_box {
    padding: 10px 16px;
    justify-content: flex-start;
    flex-direction: column;
  }
  .fourth_list_all .fourth_list .fourth_list_in .fourth_box .fourth_box_r {
    margin-top: 10px;
  }
  .fourth_list_all .fourth_list .fourth_list_in .fourth_box .fourth_box_r img {
    max-width: 100%;
  }
}
.fourth_list_all .fourth_list .fourth_list_in .fourth_md {
  padding: 20px;
  background: #fff;
  font-size: 1.5rem;
}

@media screen and (max-width: 1000px) {
  .fourth_list_all .fourth_list .fourth_list_in .fourth_md {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 1000px) {
  .fourth_list_all .fourth_list .fourth_list_in .fourth_md {
    padding: 10px 16px;
  }
}
.fourth_list_all .fourth_list .fourth_list_in .fourth_md001 {
  padding: 14px 20px;
  background: rgb(8, 60, 108);
  background: linear-gradient(90deg, rgb(5, 139, 208) 0%, rgb(8, 60, 108) 100%);
}

.fourth_list_all .fourth_list .fourth_list_in .fourth_md001 h4 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2rem;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .fourth_list_all .fourth_list .fourth_list_in .fourth_md001 h4 {
    font-size: 3.5rem;
  }
}
.fourth_list_all .fourth_list .fourth_list_in:nth-child(2n) {
  margin-right: 0;
}

.pop24_md001 {
  position: relative;
  padding-left: 60px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .pop24_md001 {
    padding-left: 37px;
  }
  .pop24_md001::before {
    width: 23px;
    height: 8px;
    top: 13px;
  }
}
.pop24_md001::before {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  height: 11px;
  background: #004ea2;
  left: 0;
  top: 22px;
}

.pop24_md001 h4 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3rem;
  color: #004ea2;
}

@media screen and (max-width: 1000px) {
  .pop24_md001 h4 {
    font-size: 5.25rem;
  }
}
@media screen and (max-width: 1000px) {
  .pop24_md001 h4 {
    font-size: 2.7rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .pop24_md001 h4 {
    font-size: 4.725rem;
  }
}
.model_md001 {
  position: relative;
  padding-left: 60px;
  margin-bottom: 20px;
}

.model_md001::before {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  height: 11px;
  background: #004ea2;
  left: 0;
  top: 22px;
}

@media screen and (max-width: 1000px) {
  .model_md001 {
    padding-left: 37px;
  }
  .model_md001::before {
    width: 23px;
    height: 8px;
    top: 13px;
  }
}
.model_md001 h4 {
  font-weight: 900;
  font-size: 3rem;
  color: #004ea2;
}

@media screen and (max-width: 1000px) {
  .model_md001 h4 {
    font-size: 5.25rem;
  }
}
@media screen and (max-width: 1000px) {
  .model_md001 h4 {
    font-size: 2.7rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .model_md001 h4 {
    font-size: 4.725rem;
  }
}
.pop24_lay01 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

@media screen and (max-width: 1000px) {
  .pop24_lay01 {
    flex-direction: column;
  }
}
.pop24_lay01 .pop_lay01_in {
  width: 49%;
  margin-right: 2%;
}

@media screen and (max-width: 1000px) {
  .pop24_lay01 .pop_lay01_in {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.pop24_lay01 .pop_lay01_in:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1000px) {
  .pop24_lay01 .pop_lay01_in:last-child {
    margin-bottom: 0;
  }
}
.pop_ph001_in {
  background: #e7eff7;
  text-align: center;
}

.pop_ph001_in img {
  max-width: 100%;
}

.pop_txt001 {
  padding-top: 10px;
  font-weight: bold;
}

.pop24_txt002 {
  font-weight: bold;
  margin-bottom: 14px;
}

.pop24_ph002 {
  background: #e7eff7;
  text-align: center;
  margin-bottom: 20px;
}

.pop24_ph002 img {
  max-width: 100%;
}

.pop24_txt003 {
  font-size: 1.3rem;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .pop24_txt003 {
    font-size: 2.275rem;
  }
}
.pop24_02 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .pop24_02 {
    flex-direction: column;
  }
}
.pop24_02 .pop24_02_l {
  width: 50%;
  margin-right: 4%;
}

@media screen and (max-width: 1000px) {
  .pop24_02 .pop24_02_l {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.pop24_02 .pop24_02_r {
  width: 46%;
}

@media screen and (max-width: 1000px) {
  .pop24_02 .pop24_02_r {
    width: 100%;
  }
}
.pop24_02 .pop24_02_r .pop24_02_r_in {
  background: #e7eff7;
  width: 100%;
  text-align: center;
}

.pop24_02 .pop24_02_r .pop24_02_r_in img {
  max-width: 100%;
}

.pop24_03 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.pop24_03 .pop24_04 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
}

@media screen and (max-width: 1000px) {
  .pop24_03 .pop24_04 {
    flex-direction: column;
  }
}
.pop24_03 .pop24_04 .pop24_04_l {
  width: 55%;
  margin-right: 5%;
}

@media screen and (max-width: 1000px) {
  .pop24_03 .pop24_04 .pop24_04_l {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.pop24_03 .pop24_04 .pop24_04_l.sec {
  width: 78%;
  margin-right: 4%;
}

@media screen and (max-width: 1000px) {
  .pop24_03 .pop24_04 .pop24_04_l.sec {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.pop24_03 .pop24_04 .pop24_04_l .pop24_txt004 {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .pop24_03 .pop24_04 .pop24_04_l .pop24_txt004 {
    font-size: 2.625rem;
  }
}
.pop24_03 .pop24_04 .pop24_04_l .pop24_txt004 sup {
  vertical-align: super;
  font-size: smaller;
}

.pop24_03 .pop24_04 .pop24_04_r {
  width: 40%;
  border: solid 1px #ddd;
}

@media screen and (max-width: 1000px) {
  .pop24_03 .pop24_04 .pop24_04_r {
    width: 100%;
  }
}
.pop24_03 .pop24_04 .pop24_04_r.sec {
  width: 18%;
  border: none;
}

@media screen and (max-width: 1000px) {
  .pop24_03 .pop24_04 .pop24_04_r.sec {
    width: 100%;
  }
}
.pop24_03 .pop24_04 .pop24_04_r p {
  text-align: center;
}

.pop24_03 .pop24_04 .pop24_04_r p img {
  max-width: 100%;
}

.pop24_03 .pop_md002 {
  padding: 14px 20px;
  background: rgb(8, 60, 108);
  background: linear-gradient(90deg, rgb(5, 139, 208) 0%, rgb(8, 60, 108) 100%);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2rem;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .pop24_03 .pop_md002 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .pop24_03 .pop_md002 {
    padding: 14px 10px;
  }
}
.pop24_md004 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: #004ea2;
  margin-bottom: 14px;
}

@media screen and (max-width: 1000px) {
  .pop24_md004 {
    font-size: 4.2rem;
  }
}
.pop24_lay01 {
  margin-bottom: 20px;
}

.pop_lay01_in h5 {
  padding: 8px 20px;
  background: rgb(8, 60, 108);
  background: linear-gradient(90deg, rgb(5, 139, 208) 0%, rgb(8, 60, 108) 100%);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .pop_lay01_in h5 {
    font-size: 3.15rem;
  }
}
/*20240723 movie page-add*/
#in_main002 {
  padding-top: 144px;
  text-align: center;
  margin-bottom: 45px;
}

@media screen and (max-width: 1000px) {
  #in_main002 {
    padding-top: 90px;
    margin-bottom: 20px;
  }
}
#in_main002 #in_main002_md001 {
  font-size: 3rem;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  #in_main002 #in_main002_md001 {
    font-size: 5.25rem;
  }
}
@media screen and (max-width: 1000px) {
  #in_main002 #in_main002_md001 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  #in_main002 #in_main002_md001 {
    font-size: 4.55rem;
  }
}
#in_main002 #in_main002_txt001 {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #004ea2;
}

@media screen and (max-width: 1000px) {
  #in_main002 #in_main002_txt001 {
    font-size: 2.8rem;
  }
}
.movie_md001 {
  margin-bottom: 45px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .movie_md001 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .movie_md001 {
    margin-bottom: 30px;
  }
}
.movie_list {
  padding-bottom: 90px;
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .movie_list {
    padding-bottom: 40px;
  }
}
.movie_list .movie_list_in {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.movie_list .movie_list_in .movie_list001 {
  width: 49%;
  margin-right: 2%;
}

@media screen and (max-width: 1000px) {
  .movie_list .movie_list_in .movie_list001 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .movie_list .movie_list_in .movie_list001:last-child {
    margin-bottom: 0;
  }
}
.movie_list .movie_list_in .movie_list001:nth-child(2n) {
  margin-right: 0;
}

.movie_link:hover .movie_title {
  color: #004ea2;
}

.movie_link:hover .movie_ph img {
  transform: scale(1.1);
}

.movie_link .movie_title {
  position: relative;
  padding-left: 22px;
  font-weight: bold;
  font-size: 1.6rem;
  transition: 0.3s ease-in;
}

@media screen and (max-width: 1000px) {
  .movie_link .movie_title {
    font-size: 2.8rem;
  }
}
.movie_link .movie_title::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 8px solid transparent;
  border-left: 8px solid #004ea2;
}

.movie_link .movie_ph {
  overflow: hidden;
  margin-bottom: 16px;
}

.movie_link .movie_ph img {
  width: 100%;
  transition: 0.3s ease-in;
}

/*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: flex;
  align-items: center;
  justify-content: center;
}

#in_main.list {
  background-image: url("../../image/list_ph01.jpg");
}

#in_main.model {
  background-image: url("../../image/model_ph01.jpg");
}

@media screen and (max-width: 1000px) {
  #in_main {
    height: 200px;
    margin-top: 70px;
  }
}
#in_main #in_main_in {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}

@media screen and (max-width: 1000px) {
  #in_main #in_main_in {
    width: 90%;
    padding-top: 0;
  }
}
#in_main #in_main_in #in_main_md001 {
  font-size: 3rem;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  #in_main #in_main_in #in_main_md001 {
    font-size: 5.25rem;
  }
}
@media screen and (max-width: 1000px) {
  #in_main #in_main_in #in_main_md001 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  #in_main #in_main_in #in_main_md001 {
    font-size: 4.55rem;
  }
}
#in_main #in_main_in #in_main_txt001 {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #004ea2;
}

@media screen and (max-width: 1000px) {
  #in_main #in_main_in #in_main_txt001 {
    font-size: 2.8rem;
  }
}
.list_lib {
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_lib .list_lib_in {
  font-size: 2rem;
  font-weight: bold;
  max-width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .list_lib .list_lib_in {
    font-size: 3.5rem;
  }
}
#in_art01 {
  position: relative;
  z-index: 0;
  padding: 3vw 0;
}

@media screen and (max-width: 1000px) {
  #in_art01 {
    padding: 30px 0;
  }
}
.app_name_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 1000px) {
  .app_name_box {
    flex-direction: column-reverse;
  }
}
.app_name_box .app_name_box_l {
  margin-right: 5%;
}

@media screen and (max-width: 1000px) {
  .app_name_box .app_name_box_l {
    margin-right: 0;
  }
  .app_name_box .app_name_box_l .app_txt002 {
    font-size: 2.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .app_name_box .app_name_box_l .app_txt002 {
    font-size: 4.55rem;
  }
}
.app_name_box .app_name_box_l .app_txt002 {
  padding-top: 14px;
  font-size: 3rem;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .app_name_box .app_name_box_l .app_txt002 {
    font-size: 5.25rem;
  }
}
.app_name_box .app_name_box_l .app_txt001 {
  font-size: 1.6rem;
}

@media screen and (max-width: 1000px) {
  .app_name_box .app_name_box_l .app_txt001 {
    font-size: 2.8rem;
  }
}
.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;
}

@media screen and (max-width: 1000px) {
  .app_name_box .app_name_box_r {
    padding: 20px;
    width: 40%;
  }
}
.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;
  transform: translate(-50%, -50%);
}

.app_list001 {
  padding-top: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .app_list001 {
    flex-direction: column;
  }
}
.app_list001 .app_list001_in {
  width: 49%;
  margin-right: 2%;
}

@media screen and (max-width: 1000px) {
  .app_list001 .app_list001_in {
    width: 100%;
    margin-right: 0;
    margin-bottom: 14px;
  }
}
.app_list001 .app_list001_in:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1000px) {
  .app_list001 .app_list001_in:last-child {
    margin-bottom: 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;
  transition: 0.2s ease-in;
}

.app_list001 .app_list001_in .app_link:hover {
  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%;
  width: auto;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .app_list001 .app_list001_in .app_link .app_link_in001 img {
    max-width: 70%;
  }
}
.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;
  font-size: 1.6rem;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

@media screen and (max-width: 1000px) {
  .app_list001 .app_list001_in .app_link .app_link_in002 .app_txt003 .app_txt003_in {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .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 {
  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;
  transform: rotate(45deg);
}

@media screen and (max-width: 1000px) {
  .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;
  }
}
.app_all {
  padding: 30px 20px 20px;
  background: #f0f0f0;
  margin-top: 30px;
}

.app_all .app_all_md {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #004ea2;
}

@media screen and (max-width: 1000px) {
  .app_all .app_all_md {
    font-size: 4.2rem;
  }
}
.gg001 {
  text-align: center;
  margin: 20px 0;
}

@media screen and (max-width: 1000px) {
  .gg001 {
    width: 100%;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 1000px) {
  .gg001 .gg001_in {
    width: 1000px;
  }
}
.gg001 .gg001_in img {
  text-align: center;
  max-width: 100%;
}

/*20240215　app-page-end*/
/*20240415　add*/
.fr_txt001 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .fr_txt001 {
    font-size: 3.5rem;
  }
}
.fr_txt001 a {
  text-decoration: underline;
  color: #004ea2;
}

.fr_txt001 a:hover {
  text-decoration: none;
}

.box.oss {
  padding: 40px 0 80px;
}

@media screen and (max-width: 1000px) {
  .box.oss {
    padding: 40px 0;
  }
}
.box.model {
  margin-bottom: 40px;
}

.oss_txt001 {
  font-size: 2rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .oss_txt001 {
    font-size: 3.5rem;
  }
}
.oss_txt001.add {
  margin-bottom: 40px;
}

.oss_btn a {
  border: solid 1px #004ea2;
  padding: 20px 40px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  transition: 0.2s ease-in;
}

.oss_btn a:hover {
  background: #004ea2;
}

.oss_btn a:hover i::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.oss_btn a:hover i em {
  color: #fff;
}

.oss_btn a i {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative;
  padding-left: 1.25rem;
}

.oss_btn a i::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #004ea2;
  border-right: 2px solid #004ea2;
  margin-top: -3px;
  transform: rotate(45deg);
  transition: 0.2s ease-in;
}

.oss_btn a i.pdf::after {
  content: url(/products/v2h/common/image/icon01.png);
  padding-left: 0.3125rem;
}

.oss_btn a i em {
  color: #004ea2;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  transition: 0.2s ease-in;
}

/*20240415　add-end*/
.model_all {
  padding: 60px 0;
}

.model_txt001 {
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .model_txt001 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .model_txt001 {
    font-size: 2.625rem;
  }
}
.model_con_area {
  background: #edf5fa;
  padding: 30px;
  margin-top: 30px;
}

.model_con_area .model_con_md {
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

@media screen and (max-width: 1000px) {
  .model_con_area .model_con_md {
    font-size: 3.5rem;
  }
}
.model_con_area .model_con_md::before {
  content: "■";
  margin-right: 5px;
}

@media screen and (max-width: 1000px) {
  .model_con_area .model_con_md {
    font-size: 1.6rem;
    /*margin-top: 20px;*/
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .model_con_area .model_con_md {
    font-size: 2.8rem;
  }
}
.model_nav {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

@media screen and (max-width: 1000px) {
  .model_nav {
    flex-direction: column;
  }
}
.model_nav .model_nav_in {
  width: 49%;
  margin-right: 2%;
}

@media screen and (max-width: 1000px) {
  .model_nav .model_nav_in {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .model_nav .model_nav_in:last-child {
    margin-bottom: 0;
  }
}
.model_nav .model_nav_in .mo_box {
  border: solid 1px #004ea2;
  padding: 20px 20px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}

.model_nav .model_nav_in .mo_box .model_con_btn {
  margin-top: 14px;
}

.model_nav .model_nav_in .mo_box .model_con_btn a {
  padding: 10px 20px;
  width: 100%;
}

.model_nav .model_nav_in .mo_box h5 {
  font-weight: 900;
  color: #004ea2;
  font-size: 1.8rem;
}

@media screen and (max-width: 1000px) {
  .model_nav .model_nav_in .mo_box h5 {
    font-size: 3.15rem;
  }
}
.model_nav .model_nav_in .mo_box .model_tel_sub {
  line-height: 1;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .model_nav .model_nav_in .mo_box .model_tel_sub {
    font-size: 2.45rem;
  }
}
.model_nav .model_nav_in .mo_box .model_tel_sub br {
  display: none;
}

.model_nav .model_nav_in .mo_box .model_tel span {
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 50px;
}

@media screen and (max-width: 1000px) {
  .model_nav .model_nav_in .mo_box .model_tel span {
    font-size: 5.25rem;
  }
}
.model_nav .model_nav_in .mo_box .model_tel span::before {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 32px;
  margin-top: -16px;
  background-image: url("../../image/free_call.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.model_nav .model_nav_in:last-child {
  margin-right: 0;
}

.model_con_btn a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  border: solid 1px #004ea2;
  padding: 20px 40px;
  transition: 0.2s ease-in;
  border-radius: 10px;
  width: 49%;
  text-align: center;
  background: #fff;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .model_con_btn a {
    width: 100%;
    margin-right: 0;
  }
}
.model_con_btn a span {
  font-weight: bold;
  color: #004ea2;
  font-size: 2rem;
  transition: 0.2s ease-in;
}

@media screen and (max-width: 1000px) {
  .model_con_btn a span {
    font-size: 3.5rem;
  }
}
.model_con_btn a::before {
  content: "";
  display: block;
  position: absolute;
  right: 2vw;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #004ea2;
  border-right: 2px solid #004ea2;
  margin-top: -3px;
  transform: rotate(45deg);
  transition: 0.2s ease-in;
}

@media screen and (max-width: 1000px) {
  .model_con_btn a::before {
    right: 3vw;
  }
}
.model_con_btn a:hover {
  background: #004ea2;
}

.model_con_btn a:hover span {
  color: #fff;
}

.model_con_btn a:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.engai_txt001 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .engai_txt001 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .engai_txt001 {
    text-align: left;
  }
}
.engai_box {
  margin-bottom: 40px;
}

@media screen and (max-width: 1000px) {
  .engai_box {
    margin-bottom: 20px;
  }
}
.engai_list.num05 li {
  background: #f0f0f0;
  padding: 14px 20px 14px 2.8em;
  font-weight: bold;
  margin-bottom: 12px;
  text-indent: -1.1em;
}

.engai_list.num05 li:last-child {
  margin-bottom: 0;
}

.engai_ph {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

@media screen and (max-width: 1000px) {
  .engai_ph {
    flex-direction: column;
  }
}
.engai_ph li {
  width: 48.5%;
  margin-right: 3%;
}

@media screen and (max-width: 1000px) {
  .engai_ph li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 14px;
  }
}
.engai_ph li figcaption {
  text-align: center;
  color: #004ea2;
  font-weight: bold;
  padding-top: 14px;
}

.engai_ph li figcaption span {
  font-size: 1.3rem;
}

@media screen and (max-width: 1000px) {
  .engai_ph li figcaption span {
    font-size: 2.275rem;
  }
}
.engai_ph li img {
  display: block;
  width: 100%;
}

.engai_ph li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1000px) {
  .engai_ph li:last-child {
    margin-bottom: 0;
  }
}
.uchi_box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

@media screen and (max-width: 1000px) {
  .uchi_box {
    flex-direction: column;
  }
}
.uchi_box .uchi_box_l {
  width: 49%;
  margin-right: 2%;
}

@media screen and (max-width: 1000px) {
  .uchi_box .uchi_box_l {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .uchi_box .uchi_box_l.last {
    margin-bottom: 0;
  }
}
.uchi_box .uchi_box_l.last {
  margin-right: 0;
}

.uchi_ph001 {
  text-align: center;
}

.uchi_ph001 img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.uchi_txt001 {
  color: #004ea2;
  margin-bottom: 20px;
  font-weight: bold;
}

.uchi_txt002 {
  color: #ff4200;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.5rem;
}

@media screen and (max-width: 1000px) {
  .uchi_txt002 {
    font-size: 2.625rem;
  }
}
.engai_ph001 {
  text-align: center;
  margin: 0 auto 20px;
}

.engai_ph001 img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.engai_area {
  margin-top: 14px;
}

.engai_area li {
  background: #f7f7f7;
  padding: 4%;
  margin-bottom: 14px;
}

.engai_area li h6 {
  color: #000;
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {
  .engai_area li h6 {
    font-size: 3.5rem;
  }
}
.engai_area li h5 {
  color: #004ea2;
  font-weight: 900;
  font-size: 2.4rem;
  margin-bottom: 20px;
  line-height: 1.2;
}

@media screen and (max-width: 1000px) {
  .engai_area li h5 {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 1000px) {
  .engai_area li h5 span {
    display: block;
  }
}
.engai_area li:last-child {
  margin-bottom: 0;
}

.engai_box_in {
  background: #eaf1f9;
  padding: 30px 20px 20px;
}

.engai_box_in h4 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #004ea2;
}

@media screen and (max-width: 1000px) {
  .engai_box_in h4 {
    font-size: 3.5rem;
  }
}
.engai_box_in .engai_p {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

@media screen and (max-width: 1000px) {
  .engai_box_in .engai_p {
    flex-direction: column;
  }
}
.engai_box_in .engai_p li {
  margin-right: 2%;
  width: 49%;
  border: solid 1px #004ea2;
}

@media screen and (max-width: 1000px) {
  .engai_box_in .engai_p li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.engai_box_in .engai_p li .engai_w {
  background: #fff;
  padding: 14px 14px 14px;
  text-align: center;
}

.engai_box_in .engai_p li .engai_w .engai_w_in {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 0 auto;
}

.engai_box_in .engai_p li .engai_w .engai_w_in h5 {
  color: #004ea2;
  font-weight: bold;
  margin-bottom: 6px;
}

.engai_box_in .engai_p li .engai_w .engai_w_in .engai_sub {
  font-size: 1.3rem;
  text-align: right;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 1000px) {
  .engai_box_in .engai_p li .engai_w .engai_w_in .engai_sub {
    font-size: 2.275rem;
  }
}
.engai_box_in .engai_p li .engai_w .engai_w_in .engai_price {
  color: #004ea2;
  letter-spacing: 0.01em;
  font-weight: bold;
}

.engai_box_in .engai_p li .engai_w .engai_w_in .engai_price i {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 4rem;
  padding-right: 4px;
  line-height: 1;
}

@media screen and (max-width: 1000px) {
  .engai_box_in .engai_p li .engai_w .engai_w_in .engai_price i {
    font-size: 7rem;
  }
}
.engai_box_in .engai_p li .engai_w .engai_w_in .engai_price span {
  font-size: 2rem;
}

@media screen and (max-width: 1000px) {
  .engai_box_in .engai_p li .engai_w .engai_w_in .engai_price span {
    font-size: 3.5rem;
  }
}
.engai_box_in .engai_p li .engai_bl {
  background: #004ea2;
  padding: 20px 14px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.engai_box_in .engai_p li .engai_bl .engai_waku {
  border: solid 1px #fff;
  padding: 10px 14px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
}

@media screen and (max-width: 1000px) {
  .engai_box_in .engai_p li .engai_bl .engai_waku {
    font-size: 2.625rem;
  }
}
.engai_box_in .engai_p li .engai_bl .engai_title {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 0 0;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .engai_box_in .engai_p li .engai_bl .engai_title {
    font-size: 3.15rem;
  }
}
.engai_box_in .engai_p li .engai_bl .engai_num001 {
  color: #fff;
}

.engai_box_in .engai_p li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1000px) {
  .engai_box_in .engai_p li:last-child {
    margin-bottom: 0;
  }
}
.hojyo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 92%;
  max-width: 1000px;
  margin: 20px auto 20px;
  background: #f7f7f7;
  padding: 10px 20px;
}

.hojyo .hojyo_r {
  width: calc(100% - 54px);
}

.hojyo .hojyo_r p {
  font-size: 1.5rem;
}

@media screen and (max-width: 1000px) {
  .hojyo .hojyo_r p {
    font-size: 2.625rem;
  }
}
.hojyo .hojyo_r a {
  text-decoration: underline;
  font-weight: bold;
  color: #2285bf;
}

.hojyo .hojyo_r a:hover {
  text-decoration: none;
}

.hojyo .hojyo_l {
  width: 108px;
  height: 108px;
  margin-right: 2%;
}

.hojyo .hojyo_l img {
  max-width: 100%;
}

@media screen and (max-width: 1000px) {
  .hojyo .hojyo_l {
    width: 54px;
    height: 54px;
  }
}
.b002_01 {
  width: 100%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .b002_01 {
    width: 70%;
  }
}
/*# sourceMappingURL=index.css.map */
