@charset "UTF-8";
#wrapper {
  padding-top: 161px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #wrapper {
    padding-top: 18%;
  }
}

/* ========== end △ */
#mainvisual {
  /* background: url(../images/bg1.jpg) no-repeat center top; */
  background-color: #003f8e;
  padding-top: 50px;
}

#mainvisual .container {
  /* height: 580px; */
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */
  padding: 0;
  position: relative;
  max-width: 100%;
}

#mainvisual .container .content {
  padding-bottom: 150px;
}

#mainvisual .container .content h1 {
  color: #fff;
  text-align: center;
  margin-bottom: -5px;
  font-weight: 500;
}

#mainvisual .container .content h1 span.logo_txt {
  font-size: 46px;
  display: block;
  background-color: #fff;
  color: #222;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mainvisual .container .content h1 span.logo_txt img {
  padding: 0 75px;
}

#mainvisual .container .content h1 span.small_text {
  font-size: 80px;
}

#mainvisual .container .content h1 span.large_text {
  font-size: 180px;
  font-feature-settings: "palt";
}

#mainvisual .container .content h1 .clh {
  line-height: 1;
  padding-top: 28px;
  display: block;
  font-weight: 500;
}

/* #mainvisual .container .content h1 strong {
  display: block;
  font-size: 65px;
  line-height: 1.4;
} */

#mainvisual .container .content h1 strong em {
  font-size: 45px;
}

#mainvisual .container .content p.logo_photo {
  background: #000;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
}

#mainvisual .container .content p.logo_photo img {
  height: 152px;
  margin-top: -75px;
}

@media only screen and (max-width: 1050px) {
  #mainvisual {
    padding-top: 85px;
  }
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 850px) {
  #mainvisual .container {
    height: auto;
    padding: 0;
  }
  #mainvisual .container .content {
    padding-bottom: 0;
  }
  #mainvisual .container .content h1 {
    padding-bottom: 14vw;
  }
  #mainvisual .container .content h1 span.logo_txt {
    font-size: 5.5vw;
  }
  #mainvisual .container .content h1 span.logo_txt img {
    height: 7vw;
    padding: 0 20px;
  }
  #mainvisual .container .content h1 span.small_text {
    font-size: 8.6vw;
  }
  #mainvisual .container .content h1 span.large_text {
    font-size: 20vw;
  }
  #mainvisual .container .content h1 .clh {
    line-height: 1.2;
    padding-top: 23px;
  }
  #mainvisual .container .content p.logo_photo img {
    height: 18vw;
    margin-top: -8vw;
  }
}

@media only screen and (max-width: 767px) {
  #mainvisual {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 450px) {
  #mainvisual .container .content h1 {
    padding-bottom: 72px;
  }
  #mainvisual .container .content p.logo_photo img {
    height: 74px;
    margin-top: -35px;
  }
}

/* ========== end △ */
.tt2_sec {
  border-top: 6px solid #38a0f7;
  background: #7cc1fb;
  padding: 45px 0;
}

.tt2_sec .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tt2_sec .container .content .left {
  width: 240px;
  margin-right: 20px;
}

.tt2_sec .container .content .left a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  -webkit-box-shadow: 3px 3px 3px #72afe1;
  box-shadow: 3px 3px 3px #72afe1;
  border: 1px solid #dcdcdc;
}

.tt2_sec .container .content .left a:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "FontAwesome";
  content: "\f054";
  color: #4591d6;
  position: absolute;
  right: 30px;
  top: 0;
  font-size: 10px;
  bottom: 0;
  margin: auto;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.tt2_sec .container .content .left a:hover {
  background: #4591d6;
  color: #fff;
}

.tt2_sec .container .content .left a:hover:after {
  right: 10px;
  opacity: 0;
}

.tt2_sec .container .content .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -20px;
  margin-right: -20px;
}

.tt2_sec .container .content .right ul li {
  width: 31%;
  margin-bottom: 20px;
  margin-right: 20px;
}

.tt2_sec .container .content .right ul li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  height: 65px;
  -webkit-box-shadow: 3px 3px 3px #72afe1;
  box-shadow: 3px 3px 3px #72afe1;
  border: 1px solid #dcdcdc;
}

.tt2_sec .container .content .right ul li a:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "FontAwesome";
  content: "\f054";
  color: #4591d6;
  position: absolute;
  right: 30px;
  top: 0;
  font-size: 10px;
  bottom: 0;
  margin: auto;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.tt2_sec .container .content .right ul li a:hover {
  background: #4591d6;
  border: 1px solid #4591d6;
  color: #fff;
}

.tt2_sec .container .content .right ul li a:hover:after {
  right: 10px;
  opacity: 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 1199px) {
  .tt2_sec .container .content .right ul {
    margin-right: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tt2_sec .container .content .right ul li {
    margin-right: 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 976px) {
  .tt2_sec .container .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tt2_sec .container .content .left {
    width: 100%;
    margin-bottom: 3%;
    margin-right: 0;
  }
  .tt2_sec .container .content .left a {
    padding: 10px;
  }
  .tt2_sec .container .content .right {
    width: 100%;
  }
  .tt2_sec .container .content .right ul li {
    width: 49%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .tt2_sec .container .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tt2_sec .container .content .left a {
    padding: 10px;
    font-size: 16px;
    text-align: center;
  }
  .tt2_sec .container .content .left a:after {
    right: 15px;
  }
  .tt2_sec .container .content .right ul li a {
    font-size: 16px;
    text-align: center;
    padding: 10px 30px 10px 15px;
  }
  .tt2_sec .container .content .right ul li a:after {
    right: 15px;
  }
}

/* ========== end △ */
.tt3_sec {
  padding: 70px 0;
  background: url(../images/bg2.jpg) no-repeat center top;
  min-height: 791px;
}
.tt3_sec p {
  text-align: center;
  margin-bottom: 30px;
}
.tt3_sec .content {
  width: 100%;
  display: flex;
  justify-content: center;
}
.tt3_sec .content iframe {
  width: 700px;
  margin: 0 auto;
  max-width: 700px;
}
.tt3_sec .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tt3_sec .container .content .left {
  margin-right: 35px;
  background: #fff;
  padding: 50px 35px;
}

.tt3_sec .container .content .left h3 {
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.tt3_sec .container .content .left h3 span {
  color: #006dc1;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 976px) {
  .tt3_sec .content iframe {
    max-width: 100%;
  }
  .tt3_sec {
    background-size: cover;
  }
  .tt3_sec .container .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tt3_sec .container .content .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .tt3_sec .container .content .right {
    width: 100%;
    text-align: center;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .tt3_sec {
    padding: 40px 0;
  }
  .tt3_sec .container .content .left {
    padding: 20px;
  }
  .tt3_sec .container .content .left h3 {
    font-size: 20px;
  }
}

/* ========== end △ */
.tt4_sec .container .cm_tt1 {
  margin-bottom: 80px;
}

.tt4_sec .container .wrap_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tt4_sec .container .wrap_content .content {
  width: 31%;
  border-radius: 15px;
  background: #def1ff;
  position: relative;
  padding: 50px 30px;
  margin-bottom: 60px;
}

.tt4_sec .container .wrap_content .content .number {
  position: absolute;
  left: 20px;
  top: -30px;
  z-index: 1;
}

.tt4_sec .container .wrap_content .content h3 {
  color: #103a8a;
  margin-bottom: 20px;
  font-size: 22px;
  font-family: "Noto Serif", serif;
  -webkit-text-stroke: 0.5px currentColor;
  -webkit-text-fill-color: currentColor;
  text-align: center;
}

.tt4_sec .container .wrap_content .content figure {
  text-align: center;
  margin-bottom: 10px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .tt4_sec .container .wrap_content .content {
    width: 100%;
    padding: 40px 20px 20px;
  }
  .tt4_sec .container .wrap_content .content .number {
    top: -20px;
  }
  .tt4_sec .container .wrap_content .content .number img {
    height: 50px;
  }
  .tt4_sec .container .wrap_content .content figure {
    margin-bottom: 20px;
  }
  .tt4_sec .container .wrap_content .content figure img {
    height: 70px;
  }
  .tt4_sec .container .wrap_content .content h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

/* ========== end △ */
.tt5_sec {
  padding-top: 100px;
}

.tt5_sec .container .wrap_content {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tt5_sec .container .wrap_content .content {
  width: 540px;
  margin-bottom: 70px;
}

.tt5_sec .container .wrap_content .content .inner {
  padding: 30px;
  margin-left: 30px;
  margin-top: -75px;
  margin-right: -40px;
  z-index: 2;
  position: relative;
  background: #def1ff;
  -webkit-box-shadow: 15px 15px 20px #ebebeb;
  box-shadow: 15px 15px 20px #ebebeb;
}

.tt5_sec .container .wrap_content .content .inner .white {
  background: #fff;
  padding: 20px;
}

.tt5_sec .container .wrap_content .content .inner p {
  margin-bottom: 20px;
}

.tt5_sec .container .wrap_content .content .inner .white ul li {
  color: #243968;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 1199px) {
  .tt5_sec .container .wrap_content .content {
    width: 49%;
  }
  .tt5_sec .container .wrap_content .content figure {
    width: 100%;
  }
  .tt5_sec .container .wrap_content .content figure img {
    width: 100%;
  }
  .tt5_sec .container .wrap_content .content .inner {
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .tt5_sec .container .wrap_content .content {
    width: 100%;
    margin-bottom: 30px;
  }
  .tt5_sec .container .wrap_content .content .inner {
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
  }
}

/* ========== end △ */
.tt6_sec {
  background: url(../images/bg3.jpg) no-repeat center top;
  padding: 200px 0;
}

.tt6_sec .container figure {
  margin-bottom: 30px;
  position: relative;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 1199px) {
  .tt6_sec {
    background-size: cover;
  }
}

/* ========== end △ */
.tt7_sec .container .wrap_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
}

.tt7_sec .container .wrap_content .content {
  background: #c6e6fe;
  padding: 30px;
  text-align: center;
  width: 25%;
  position: relative;
}

.tt7_sec .container .wrap_content .content:after {
  display: block;
  content: "";
  width: 24px;
  height: 100%;
  background: url(../images/row1.png) no-repeat center center;
  position: absolute;
  z-index: 1;
  top: 0;
  right: -24px;
}

.tt7_sec .container .wrap_content .content:nth-child(even) {
  background: #def1ff;
}

.tt7_sec .container .wrap_content .content:nth-child(even):after {
  background: url(../images/row2.png) no-repeat center center;
}

.tt7_sec .container .wrap_content .content:last-child:after {
  display: none;
}

.tt7_sec .container .wrap_content .content h3 {
  margin-bottom: 25px;
  width: 100%;
}

.tt7_sec .container .wrap_content .content figure {
  margin-bottom: 10px;
  width: 120px;
  margin: 0 auto 20px;
}

.tt7_sec .container .wrap_content .content p {
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .tt7_sec .container .wrap_content .content figure {
    width: 60px;
  }
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .tt7_sec .container .wrap_content .content figure {
    width: 60px;
    margin: 0px 0px;
    text-align: center;
    min-width: 60px;
  }
  .tt7_sec .container .wrap_content .content h3 {
    margin-bottom: 25px;
    min-width: 100px;
    width: 100px;
  }
  .tt7_sec .container .wrap_content .content h3 {
    margin-bottom: 5px;
    min-width: 60px;
    width: 60px;
  }
  .tt7_sec .container .wrap_content .content .left {
    width: 80px;
    text-align: right;
  }
  .tt7_sec .container .wrap_content .content p {
    text-align: left;
    width: 200px;
  }
  .tt7_sec .container .wrap_content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tt7_sec .container .wrap_content .content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
  }
  .tt7_sec .container .wrap_content .content:after {
    right: 0;
    width: 100% !important;
    height: 20px !important;
    top: auto;
    bottom: -20px;
    background-size: auto 100% !important;
    background: url(../images/sp_row1.png) no-repeat center bottom;
  }
  .tt7_sec .container .wrap_content .content figure img {
    height: auto;
    width: 100%;
  }
  .tt7_sec .container .wrap_content .content:nth-child(even):after {
    background: url(../images/sp_row2.png) no-repeat center bottom;
  }
}

/* ========== end △ */
.tt8_sec {
  background: url(../images/bg4.jpg) no-repeat center top/100% 100%;
  padding: 200px 0;
  /* min-height: 1250px; */
}

.tt8_sec .container .white_sec {
  padding: 60px 90px;
  margin-bottom: 50px;
  background: #fff;
}

.tt8_sec .container .white_sec dl {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e1e1e1;
}

.tt8_sec .container .white_sec dl:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.tt8_sec .container .white_sec dl dt {
  position: relative;
  cursor: pointer;
  padding-right: 80px;
}

.tt8_sec .container .white_sec dl dt:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "FontAwesome";
  content: "";
  color: #fff;
  position: absolute;
  right: 20px;
  width: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/tt5_off.png) no-repeat center center;
}

.tt8_sec .container .white_sec dl dt.opened:after {
  background: url(../images/tt5_on.png) no-repeat center center;
}

.tt8_sec .container .white_sec dl dt .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tt8_sec .container .white_sec dl dt .wrap span {
  min-width: 40px;
  min-height: 40px;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  color: #fff;
  background: url(../images/tt5_bg1.png) no-repeat center top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 20px;
}

.tt8_sec .container .white_sec dl dt .wrap strong {
  font-size: 20px;
  color: #243968;
  width: 100%;
}

.tt8_sec .container .white_sec dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  display: none;
}

.tt8_sec .container .white_sec dl dd .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tt8_sec .container .white_sec dl dd .wrap span {
  min-width: 40px;
  min-height: 40px;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  color: #fff;
  background: url(../images/tt5_bg2.png) no-repeat center top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 20px;
}

.tt8_sec .container .white_sec dl dd .wrap strong {
  font-weight: normal;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 976px) {
  .tt8_sec {
    min-height: auto;
    background-size: cover;
  }
  .tt8_sec .container .white_sec {
    padding: 50px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .tt8_sec {
    min-height: auto;
    padding: 150px 0;
  }
  .tt8_sec .container .white_sec {
    padding: 20px;
  }
  .tt8_sec .container .white_sec dl dt .wrap strong {
    font-size: 16px;
  }
  .tt8_sec .container .white_sec dl dd .wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

/* ========== end △ */
.tt9_sec .container .wrap_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tt9_sec .container .wrap_content .content {
  padding: 25px 25px 100px;
  border: 1px solid #e1e1e1;
  border-top: 4px solid #4f93dd;
  margin-bottom: 50px;
  width: 24%;
  position: relative;
}
.tt9_sec .container .wrap_content .content .btn1 {
  position: absolute;
  bottom: 30px;
  left: 0;
  margin: 0 20px;
  right: 0;
}
.tt9_sec .container .wrap_content .content p {
  margin-bottom: 15px;
  color: #243968;
  display: flex;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tt9_sec .container .wrap_content .content figure {
  margin-bottom: 20px;
}

.tt9_sec .container .wrap_content .content .btn1 a {
  min-width: 240px;
  font-size: 20px;
  height: 40px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 1199px) {
  .tt9_sec .container .wrap_content .content .btn1 a {
    min-width: 100%;
    padding-left: 20px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 976px) {
  .tt9_sec .container .wrap_content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tt9_sec .container .wrap_content .content {
    width: 49%;
    margin-bottom: 4%;
  }
  .tt9_sec .container .wrap_content .content figure {
    text-align: center;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .tt9_sec {
    padding: 0px 0;
  }
  .tt9_sec .container .wrap_content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tt9_sec .container .wrap_content .content {
    width: 100%;
    margin-bottom: 7%;
  }
  .tt9_sec .container .wrap_content .content figure {
    text-align: center;
  }
}

/* ========== end △ */
.tt10_sec {
  padding: 120px 0;
}

.tt10_sec .container .content {
  height: 240px;
  overflow: auto;
  margin-bottom: 40px;
}

.tt10_sec .container .content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #e4e4e4;
}

.tt10_sec .container .content dl dt {
  font-family: "Lato";
  font-weight: bold;
  margin-right: 20px;
  min-width: 81px;
}

.tt10_sec .container .content dl dd a {
  text-decoration: none;
  color: #243968;
}

.tt10_sec .container .content dl dd a:hover {
  text-decoration: underline;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .tt10_sec {
    padding: 40px 0;
  }
  .tt10_sec .container .content {
    height: 300px;
  }
  .tt10_sec .container .content dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
    margin-bottom: 0 !important;
  }
  .tt10_sec .container .content dl dt {
    width: 100%;
  }
}

/* ========== end △ */
.add_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.add_content .left ul li {
  margin-bottom: 30px;
}

.add_content .left ul li:last-child {
  margin-bottom: 0;
}

.add_content .left ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-text-stroke: 0.5px currentColor;
  -webkit-text-fill-color: currentColor;
  background: #fff;
  border-radius: 100px;
  padding: 10px 20px 10px 10px;
  font-family: "Noto Serif", serif;
  color: #103a8a;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.5;
}

.add_content .left ul li a img {
  margin-right: 10px;
}

.add_content .left ul li a:hover {
  background: #103a8a;
  color: #fff;
}

.add_content figure {
  padding-top: 30px;
  margin: 0 10px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 976px) {
  .add_content .left ul li a {
    font-size: 18px;
  }
  .add_content .left ul li a img {
    min-width: 60px;
    width: 60px;
  }
  .add_content .left ul li a br {
    display: none;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .add_content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .add_content figure {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .add_content figure img {
    height: 150px;
  }
  .add_content .left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .add_content .left ul li {
    margin-bottom: 10px !important;
  }
}

/* ========== end △ */

.breadcrumb {
  display: none;
}

/* ▽ SP layout ========== */

@media only screen and (max-width: 767px) {
  .breadcrumb.sp_footer {
    display: block;
    margin-bottom: 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: none;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .breadcrumb {
    display: block;
  }
  #breadcrumb {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #breadcrumb li {
    font-size: 13px;
    margin-right: 10px;
    position: relative;
    padding-left: 15px;
  }
  #breadcrumb li:first-child {
    color: #333;
    text-align: left;
    font-weight: bold;
    padding-left: 0;
  }
  #breadcrumb li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
  }
  #breadcrumb li::before {
    content: "\f105";
    margin-right: 6px;
    color: #333;
    font-size: 15px;
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
}

.columnLink {
  padding: 30px 0 50px;
}

.columnLink .content_wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px 30px;
}

.columnLink .content_wrap .columnLink_item {
  width: calc(25% - 23px);
  box-shadow: 0 0 5px #c2c2c2;
}

.columnLink .content_wrap .columnLink_item .columnLink_img {
  margin-bottom: 10px;
  transition: all ease 0.3s;
}

.columnLink .content_wrap .columnLink_item .columnLink_img:hover {
  opacity: 0.8;
}

.columnLink .content_wrap .columnLink_item .columnLink_title {
  font-size: 17px;
  line-height: 1.2;
}

.columnLink .content_wrap .columnLink_item .columnLink_title span {
  position: relative;
  display: inline-block;
}

.columnLink .content_wrap .columnLink_item .columnLink_title span::after {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f054";
  color: #4591d6;
  padding-left: 5px;
  font-size: 10px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.columnLink .btn1 {
  margin-top: 40px;
}

.columnLink_box {
  padding: 0 10px 20px 10px;
}

@media only screen and (max-width: 767px) {
  .columnLink {
    padding: 20px 0 30px;
  }

  .columnLink .content_wrap {
    gap: 20px;
  }

  .columnLink .content_wrap .columnLink_item {
    width: calc(50% - 11px);
  }

  .columnLink .content_wrap .columnLink_item .columnLink_title {
    font-size: 16px;
  }

  .columnLink_box {
    padding: 0 10px 20px 10px;
  }

  .columnLink .btn1 {
    margin-top: 30px;
  }
}

/* 20260127 add */
/* ========== end △ */
.cm_tt4 {
  text-align: center;
  font-size: 28px;
  font-family: "Noto Serif", serif;
  -webkit-text-stroke: 0.5px currentColor;
  -webkit-text-fill-color: currentColor;
  font-weight: 900;
  margin-bottom: 40px;
  color: #243968;
  line-height: 1.2;
}
.cm_tt4 strong {
  font-size: 34px;
  display: block;
}
.cm_tt4:after {
  display: block;
  width: 100px;
  height: 3px;
  background: #ff9662;
  content: "";
  margin: 15px auto 0;
}

.tt12_sec {
  padding: 70px 0;
}
@media only screen and (max-width: 767px) {
  .tt12_sec {
    padding: 40px 0;
  }
}




.modBpPc {
  display: inherit
}

@media screen and (max-width:768px) {
  .modBpPc {
    display: none
  }
}

.modBpPcInline {
  display: inline
}

@media screen and (max-width:768px) {
  .modBpPcInline {
    display: none
  }
}

.modBpSp {
  display: none
}

@media screen and (max-width:768px) {
  .modBpSp {
    display: inherit
  }
}

.modBpSpInline {
  display: none
}

@media screen and (max-width:768px) {
  .modBpSpInline {
    display: inline
  }
}

@media screen and (min-width:769px) {
  .modSection {
    margin: 70px 0
  }
}

@media screen and (max-width:768px) {
  .modSection {
    margin: 30px 0 0
  }
}

@media screen and (min-width:769px) {
  .modSection--cta {
    margin: 80px 0 0
  }
}

@media screen and (max-width:768px) {
  .modSection--cta {
    margin: 50px 0 0
  }
}

@media screen and (min-width:769px) {
  .modSection__inner {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px
  }

  .modSection__inner--small {
    max-width: 1060px
  }

  .modSection__inner--lp {
    max-width: 1200px
  }
}

@media screen and (max-width:1150px) {
  .modSection__inner .modApply {
    max-width: 100%
  }
}

@media screen and (max-width:768px) {

  .modSection__inner .modApply,
  .modSection__inner .modBtnArea {
    margin-left: 0;
    margin-right: 0
  }

  .modSection__inner .modSlider {
    margin-right: -30px
  }

  .modSection__inner .modSlider .controller {
    padding-right: 30px
  }
}
.modSelect {
    position: relative;
    overflow: hidden;
    border: 1px solid #243968;
    background: #def1ff;
    margin-right: 30px;
}
.modSelect>select {
    width: 100%;
    cursor: pointer;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: bold;
    padding: 15px 20px;
}
.modSelect:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-bottom: 2px solid #003e9d;
    border-right: 2px solid #003e9d;
    margin-top: -2px;
    width: 8px;
    height: 8px;
}
@media screen and (min-width:769px) {
  .modSection+.modSection--color {
    margin-top: 80px
  }
}

@media screen and (max-width:768px) {
  .modSection+.modSection--color {
    margin-top: 60px
  }
}

@media screen and (min-width:769px) {
  .modSection+.modApply {
    margin-top: 120px
  }
}

@media screen and (min-width:769px) {
  .modSection+.modBtnArea {
    margin-top: 120px
  }
}

@media screen and (max-width:768px) {
  .modSection+.modBtnArea {
    margin-top: 100px
  }
}

@media screen and (min-width:769px) {
  .modSection+.modCategoryTabArea {
    margin-top: 120px
  }
}

@media screen and (max-width:768px) {
  .modSection+.modCategoryTabArea {
    margin-top: 100px
  }
}

.modSection p:not([class])>a:not([class]) {
  color: #0070cf;
  text-decoration: underline
}

@media screen and (min-width:769px) {
  .modSection p:not([class])>a:not([class]):hover {
    text-decoration: none
  }
}

.modSection--blue,
.modSection--color {
  background: #f3f5f6
}

@media screen and (min-width:769px) {

  .modSection--blue,
  .modSection--color {
    padding: 80px 0 120px
  }
}

@media screen and (max-width:768px) {

  .modSection--blue,
  .modSection--color {
    padding: 60px 0
  }
}

@media screen and (min-width:769px) {

  .modSection--blue .modHeadingLine--center,
  .modSection--color .modHeadingLine--center {
    margin-top: -80px
  }
}

@media screen and (max-width:768px) {

  .modSection--blue .modHeadingLine--center,
  .modSection--color .modHeadingLine--center {
    margin-top: -60px
  }
}

.modSection--blue+.modApply,
.modSection--color+.modApply {
  margin-top: 0
}

.modSection--color {
  background: #f3f5f6
}

.modSection--color+.modSection--color.modSection--top {
  margin-top: 0
}

.modSection--blue {
  background: #e1e7ef
}

.modSection--blue+.modSection {
  margin-top: 0
}

.modSection--top {
  margin-top: 0
}

@media screen and (min-width:769px) {
  .main.caseDetail .modSection--color {
    padding-top: 70px
  }
}

.modSlider__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

@media screen and (min-width:769px) {
  .modSlider__tab {
    margin: 0 -20px 0 0
  }
}

@media screen and (max-width:768px) {
  .modSlider__tab {
    margin: 0 -5px 0 0
  }
}

@media screen and (min-width:769px) {
  .modSlider__tab .item {
    width: calc((100% - 40px) / 3);
    font-size: 16px
  }
}

@media screen and (max-width:1150px) {
  .modSlider__tab .item {
    width: calc(33.3333333333% - 20px)
  }

  .modSlider__tab .item:nth-child(4) {
    margin-top: 20px
  }
}

@media screen and (max-width:768px) {
  .modSlider__tab .item {
    width: calc((100% - 10px) / 3);
    margin: 0 5px 0 0
  }
}

@media screen and (min-width:769px) {
  .modSlider__tab .item--small {
    font-size: 15px
  }
}

.modSlider__tab .item.on a {
  background: #def1ff
}

/* @media screen and (min-width:769px) {
  .modSlider__tab .item a:hover {
    border-color: #5ca2d4;
  }
} */

.modSlider__tab .item>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  border: 1px solid #243968;
  font-weight: 700;
  color: #243968;
  text-decoration: none;
}

@media screen and (min-width:769px) {
  .modSlider__tab .item>a {
    padding: 15px
  }
}

@media screen and (max-width:768px) {
  .modSlider__tab .item>a {
    padding: 10px
  }
}

@media screen and (min-width:769px) {
  .modSlider__tab .item>a:hover {
    background: #00a7fd ;
  }
}

@media screen and (min-width:769px) {
  .modSlider__tab--small {
    margin: 0 -12px 0 0
  }
}

@media screen and (min-width:769px) {
  .modSlider__tab--small .item {
    width: calc((100% - 48px) / 4);
    margin: 12px 12px 0 0
  }
}

@media screen and (min-width:769px) {
  .modSlider__tabBox {
    margin: 80px 0 0
  }
}

@media screen and (max-width:768px) {
  .modSlider__tabBox {
    margin: 30px 0 0
  }
}

@media screen and (min-width:769px) {
  .modSlider__tabBox--index {
    margin: 60px 0 0
  }
}

.modSlider__tabBox .item {
  overflow: hidden;
  display: none
}

.modSlider__tabBox .item.on {
  display: block
}

.modSlider__tabBox .item__slider .list__item {
  height: auto
}

.modSlider__tabBox .item__slider .list__item>a {
  overflow: hidden;
  position: relative;
  display: block;
  height: 100%;
  text-decoration: none;
}

@media screen and (min-width:769px) {
  .modSlider__tabBox .item__slider .list__item>a {
    -wewbkit-transition: 0.15s ease-out;
    -webkit-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    padding: 0 0 55px
  }

  .modSlider__tabBox .item__slider .list__item>a:hover {
    color: #333
  }

  .modSlider__tabBox .item__slider .list__item>a:hover .itemText,
  .modSlider__tabBox .item__slider .list__item>a:hover .textBox__title {
    color: #0070cf
  }
}

@media screen and (max-width:768px) {
  .modSlider__tabBox .item__slider .list__item>a {
    padding: 0 0 55px
  }
}

.modSlider__tabBox .item__slider .list__item>a>.modIconArrow {
  position: absolute;
  margin: 0;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media screen and (max-width:768px) {
  .modSlider__tabBox .item__slider .list__item>a>.modIconArrow {
    width: 24px;
    height: 24px
  }
}

.modSlider__tabBox .item__slider .list__item .itemImg {
  font-size: 0
}

.modSlider__tabBox .item__slider .list__item .itemImg>img {
  width: 100%;
  height: auto
}

.modSlider__tabBox .item__slider .list__item .itemText {
  font-weight: 700;
  color: #333;
  line-height: 1.7;
  font-size: 14px;
  position: relative;
}
.modSlider__tabBox .item__slider .list__item .itemText:after{
    display: inline-block;
    font-family: "FontAwesome";
    content: "\f054";
    color: #4591d6;
    padding-left: 5px;
    font-size: 10px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
@media screen and (min-width:769px) {
  .modSlider__tabBox .item__slider .list__item .itemText {
    -wewbkit-transition: 0.15s ease-out;
    -webkit-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    padding: 20px 0 0;
  }
}

@media screen and (max-width:768px) {
  .modSlider__tabBox .item__slider .list__item .itemText {
    padding: 20px 20px 0
  }
}

.modSlider__tabBox .item__slider .list__item .catrgory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media screen and (min-width:769px) {
  .modSlider__tabBox .item__slider .list__item .catrgory {
    padding: 10px 25px
  }
}

@media screen and (max-width:768px) {
  .modSlider__tabBox .item__slider .list__item .catrgory {
    padding: 9px 20px
  }
}

.modSlider__tabBox .item__slider .list__item .catrgory__item {
  position: relative;
  width: 100%;
  font-weight: 700;
  color: #003e9d;
  text-align: center;
  background: #e5ebf5;
  border-radius: 50px
}

@media screen and (min-width:769px) {
  .modSlider__tabBox .item__slider .list__item .catrgory__item {
    font-size: 14px
  }
}

@media screen and (max-width:768px) {
  .modSlider__tabBox .item__slider .list__item .catrgory__item {
    font-size: 12px
  }
}

.modSlider__tabBox .item__slider .list__item .catrgory__item:not(:first-child) {
  margin: 0 0 0 34px
}

.modSlider__tabBox .item__slider .list__item .catrgory__item:not(:first-child):after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(/assets/img/common/ic_plus.svg) no-repeat 50% 50%;
  background-size: 100%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: -29px;
  margin-top: -2px
}

.modSlider__tabBox .item__slider .list__item .comment {
  position: relative;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #003e9d;
  border-radius: 6px
}

@media screen and (min-width:769px) {
  .modSlider__tabBox .item__slider .list__item .comment {
    margin: 0 0 20px;
    padding: 6px 10px;
    font-size: 14px
  }
}

@media screen and (max-width:768px) {
  .modSlider__tabBox .item__slider .list__item .comment {
    margin: 0 0 20px;
    padding: 7px 5px;
    font-size: 15px
  }
}

.modSlider__tabBox .item__slider .list__item .comment:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #003e9d transparent transparent transparent
}

.modSlider__tabBox .item__slider .list__item .textBox {
  margin: 0 0 -55px
}

@media screen and (min-width:769px) {
  .modSlider__tabBox .item__slider .list__item .textBox {
    padding: 20px 20px 30px
  }
}

@media screen and (max-width:768px) {
  .modSlider__tabBox .item__slider .list__item .textBox {
    padding: 20px 15px
  }
}

.modSlider__tabBox .item__slider .list__item .textBox__title {
  position: relative;
  font-weight: 700;
  -wewbkit-transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  color: #333;
  line-height: 1.4;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden
}

@media screen and (min-width:769px) {
  .modSlider__tabBox .item__slider .list__item .textBox__title {
    font-size: 20px;
    padding: 0 30px 0 0
  }

  .modSlider__tabBox .item__slider .list__item .textBox__title--large {
    font-size: 24px
  }
}

@media screen and (max-width:768px) {
  .modSlider__tabBox .item__slider .list__item .textBox__title {
    font-size: 22px;
    padding: 0 20px 0 0
  }
}

.modSlider__tabBox .item__slider .list__item .textBox__title .modIconArrow {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0
}

@media screen and (max-width:768px) {
  .modSlider__tabBox .item__slider .list__item .textBox__title .modIconArrow {
    width: 16px;
    height: 16px
  }
}

.modSlider__tabBox .item__slider .list__item .textBox__title__sub {
  display: block
}

@media screen and (min-width:769px) {
  .modSlider__tabBox .item__slider .list__item .textBox__title__sub {
    font-size: 16px
  }
}

@media screen and (max-width:768px) {
  .modSlider__tabBox .item__slider .list__item .textBox__title__sub {
    font-size: 14px
  }
}

.modSlider__tabBox .item__slider .list__item .textBox__title__sub--inLine {
  display: inline
}

@media screen and (max-width:768px) {
  .modSlider__tabBox .item__slider .list__item .textBox__text {
    line-height: 1.5
  }
}

.modSlider__tabBox .item__slider .list__item .textBox__text>strong {
  color: #009c37
}

.modSlider__tabBox .item__slider .list__item .textBox__tag {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-family: "Noto Sans JP Bold";
  font-weight: 700;
  background: #009c37;
  border-radius: 50px;
  padding: 0 20px;
  position: absolute
}

@media screen and (min-width:769px) {
  .modSlider__tabBox .item__slider .list__item .textBox__tag {
    bottom: 20px;
    left: 20px
  }
}

@media screen and (max-width:768px) {
  .modSlider__tabBox .item__slider .list__item .textBox__tag {
    bottom: 15px;
    left: 15px
  }
}

.modSlider__tabBox .item__slider .list__item .textBox--tag {
  padding-bottom: 55px
}

@media screen and (min-width:769px) {
  .modSlider__tabBox .item__slider .list__item--comment>a {
    height: calc(100% - 58px)
  }
}

@media screen and (min-width:769px) {
  .modSlider__tabBox .item__slider .list__item--small>a {
    min-height: 443px
  }
}

@media screen and (min-width:769px) {
  .modSlider__tabBox .item__slider .list--line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -20px
  }
}

@media screen and (min-width:769px) {
  .modSlider__tabBox .item__slider .list--line .list__item {
    width: calc(25% - 20px);
    margin: 40px 0 0 20px
  }

  .modSlider__tabBox .item__slider .list--line .list__item:nth-child(-n+4) {
    margin-top: 0
  }
}

@media screen and (max-width:1150px) {
  .modSlider__tabBox .item__slider .list--line .list__item {
    width: calc(50% - 20px)
  }

  .modSlider__tabBox .item__slider .list--line .list__item:nth-child(3),
  .modSlider__tabBox .item__slider .list--line .list__item:nth-child(4) {
    margin-top: 40px
  }
}

@media screen and (max-width:768px) {
  .modSlider__tabBox .item__slider .list--line .list__item {
    width: 100%;
    margin: 30px 0 0
  }

  .modSlider__tabBox .item__slider .list--line .list__item:first-child {
    margin-top: 0
  }

  .modSlider__tabBox .item__slider .list--line .list__item:nth-child(3),
  .modSlider__tabBox .item__slider .list--line .list__item:nth-child(4) {
    margin-top: 30px
  }
}

@media screen and (min-width:769px) {
  .modSlider__tabBox .item__slider .list--col2 .list__item {
    width: calc(50% - 20px)
  }

  .modSlider__tabBox .item__slider .list--col2 .list__item:nth-child(-n+4) {
    margin-top: 40px
  }

  .modSlider__tabBox .item__slider .list--col2 .list__item:first-child,
  .modSlider__tabBox .item__slider .list--col2 .list__item:nth-child(2) {
    margin-top: 0
  }
}

@media screen and (max-width:1150px) {
  .modSlider__tabBox .item__slider .list--col2 .list__item {
    width: 100%;
    margin-top: 0
  }

  .modSlider__tabBox .item__slider .list--col2 .list__item:not(:first-child) {
    margin-top: 40px !important
  }
}


.modSlider--center .modSlider__tab {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media screen and (min-width:769px) {
  .modSlider--center .modSlider__tab {
    gap: 20px 20px;
    margin: 0 !important
  }
}

@media screen and (min-width:769px) {
  .modSlider--center .modSlider__tab .item {
    margin: 0 !important
  }
}

@media screen and (min-width:769px) {
  .modSlider--center .slideOff {
    width: 100%
  }
}

@media screen and (min-width:769px) {
  .modSlider--center .slideOff .swiper-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 20px
  }
}

@media screen and (min-width:769px) {
  .modSlider--center .slideOff .swiper-slide {
    margin-right: 0 !important
  }
}

@media screen and (min-width:769px) {
  .modSlider+.modTextBtn {
    margin-top: 30px
  }
}


.swiper {
  overflow: hidden;
  opacity: 0
}

.swiper-initialized,
.swiper.slideOff {
  opacity: 1
}

.swiper .controller {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  gap: 20px;
}

@media screen and (min-width:769px) {
  .swiper .controller {
    width: fit-content;
    margin: 33px auto 0
  }
}

@media screen and (max-width:768px) {
  .swiper .controller {
    width: 93%;
    margin: 23px auto 0
  }
}

@media screen and (min-width:769px) {
  .swiper .controller--large {
    width: 348px
  }
}

@media screen and (max-width:768px) {
  .swiper .controller--large .swiper-pagination {
    max-width: 200px
  }
}

.swiper .controller>* {
  position: static;
  width: auto
}

.swiper .controller .swiper-button-next,
.swiper .controller .swiper-button-prev {
  min-width: 40px;
  height: 40px;
  margin-top: 0;
  border: 1px solid #fff;
  background: #0b2b9d;
  background: -webkit-gradient(linear, left top, right top, from(#0b2b9d), to(#00a7fd));
  background: -webkit-linear-gradient(left, #0b2b9d 0%, #00a7fd 100%);
  background: -o-linear-gradient(left, #0b2b9d 0%, #00a7fd 100%);
  background: linear-gradient(90deg, #0b2b9d 0%, #00a7fd 100%);
  position: relative;
}
.swiper .controller .swiper-button-next:after,
.swiper .controller .swiper-button-prev:after{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "FontAwesome";
    content: "\f054";
    color: #fff;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 10px;
    justify-content: center;
}
.swiper .controller .swiper-button-prev:after{
  transform: scale(-1, -1);
}
@media screen and (min-width:769px) {

  .swiper .controller .swiper-button-next,
  .swiper .controller .swiper-button-prev {
    -wewbkit-transition: 0.15s ease-out;
    -webkit-transition: 0.15s ease-out;
    transition: 0.15s ease-out
  }
}

@media screen and (min-width:769px) {

  .swiper .controller .swiper-button-next:hover,
  .swiper .controller .swiper-button-prev:hover {
    opacity: 0.7;
  }
}


/* .swiper .controller .swiper-button-prev {
  margin-right: 14px
}

.swiper .controller .swiper-button-next {
  margin-left: 14px
} */

.swiper .controller .swiper-button-next:before {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.swiper .controller .swiper-pagination {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.swiper .controller .swiper-pagination-bullet {
  height: 3px;
  width: 12px;
  border-radius: unset;
  background: #0b162a;
  opacity: 0.1;
}

.swiper .controller .swiper-pagination-bullet-active {
  background: #003e9d;
  opacity: 1
}
@media screen and (max-width:768px) {
  .swiper .controller .swiper-button-next,
  .swiper .controller .swiper-button-prev {
    min-width: 30px;
    height: 30px;
  }
  .swiper .controller .swiper-pagination-bullet {
    height: 3px;
    width: 3px;
  }
  .swiper.slideOff {
    padding: 0 30px 0 0
  }
}

.swiper.slideOff .controller {
  display: none
}

@media screen and (min-width:769px) {
  .swiper.slideOff .list__item {
    width: calc(25% - 15px);
    margin-right: 20px
  }
}

@media screen and (min-width:769px) {
  .modSection__inner--small .swiper {
    width: 115%
  }

  .modSection__inner--small .swiper .controller {
    width: calc(320px + 15%);
    padding-right: 15%
  }
}