/* ================================================
共通パーツ
================================================ */

@font-face {
  font-family: 'boldfont';
  src: url('assets/font/DIN\ Alternate\ Bold.ttf');
  font-display: wrap;
}

.animated {
  /* 最初から非表示 */
  opacity: 0;
}

body {}


.blue-hr {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.blue-hr:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 3px;
  width: 70px;
  background-color: #0541ac;
}

.btn-blue {
  display: block;
  text-align: right;
  padding-right: 45px;
  position: relative;
  color: #0541ac;
  font-size: 20px;
  font-weight: bold;
}

.btn-blue::before {
  content: "→";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #0541ac;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.link_box:hover .btn-blue::before {
  background-color: #fff;
  color: #0541ac;
}

.link_box {
  display: block;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.link_box:hover {
  opacity: .8 !important;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.banner {
  display: none;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 999;
  -webkit-transform: translateX(0px) translateY(-50%);
  -ms-transform: translateX(0px) translateY(-50%);
  transform: translateX(0px) translateY(-50%);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.banner.active {
  -webkit-transform: translateX(300px) translateY(-50%);
  -ms-transform: translateX(300px) translateY(-50%);
  transform: translateX(300px) translateY(-50%);
}

.banner_content:hover {
  opacity: 1;
}

.banner_content img {
  width: 300px;
}

.banner_txt {
  width: 90%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.banner_arrow {
  cursor: pointer;
  position: relative;
  background-color: #ffe744;
  width: 30px;
  border-radius: 10px 0 0 10px;
}

.banner_arrow img {
  width: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(180deg);
  transform: translateY(-50%) translateX(-50%) rotate(180deg);
}

.banner_arrow.active img {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(0deg);
  transform: translateY(-50%) translateX(-50%) rotate(0deg);
}

.banner .animated {
  opacity: 1;
}

.txt30 {
  font-size: 25px !important;
}

a.mv-btn {
  position: absolute;
  left: 2%;
}

a.mv-btn img {
  max-width: 400px;
}

.main_visual.por {
  margin-bottom: 50px;
  max-width: 1350px;
  margin: auto;
  padding: 0 2vh;
}

.mv-bg {
  background: url(assets/img/mv-bg.svg) no-repeat top left,linear-gradient(
    360deg, #accbee, #e7f0fd);
    padding:30px 0px 60px 0;
    }
    
    


@media only screen and (max-width: 769px) {
  .blue-hr {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .blue-hr:before {
    height: 3px;
    width: 40px;
  }

  .btn-blue {
    padding-right: 30px;
    font-size: 16px;
  }

  .btn-blue::before {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }

  .banner {
    display: none;
  }

  .banner.active {
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
  }

  .banner_content img {
    width: 200px;
  }

  .banner_arrow {
    width: 25px;
    border-radius: 5px 0 0 5px;
  }

  .banner_arrow img {
    width: 15px;
  }
}

/* ================================================
main_visual
================================================ */
.new-mv img {
  max-width: 60%;
}

.main_visual .wrap_inner {
  max-width: 1340px;
}

.main_visual .txt {
  width: 90%;
  padding: 0;
  margin: 0 auto;
}

.main_visual .img {
  width: 65%;
  margin: 0 auto;
}

.main_visual .logo {
  position: absolute;
  top: 30px;
  left: 30px;
}

.main_visual .border-b {
  border-bottom: 3px solid #fff;
}

.main_visual .fukidashi {
  background-color: #ffe744;
  padding: 15px 50px 20px;
  display: inline-block;
  margin: 0 auto;
  position: relative;
}

.main_visual .fukidashi::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ffe744;
}

.main_visual .txt-shadow {
  text-shadow: rgb(48, 0, 161) 0px 0px 15px;
}

.main_visual .txt1 {
  font-size: 41px;
}



.main_visual .txt2-b {
  font-size: 52px;
  line-height: 0;
}

.main_visual .txt3 {
  font-size: 28px;
}

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

  .main_visual .txt {
    width: 100%;
    padding: 0px;
  }

  .main_visual .img {
    width: 100%;
  }

  .new-mv img {
    max-width: 100%;
    padding: 0;
  }

  .main_visual .logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 150px;
  }

  .main_visual .border-b {
    border-bottom: 1px solid #fff;
  }

  .main_visual .fukidashi {
    padding: 10px 20px 13px;
  }

  .main_visual .fukidashi::before {
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #ffe744;
  }

  .main_visual .txt1 {
    font-size: 22px;
  }

  .main_visual .txt2 {
    font-size: 20px;
    line-height: 2;
  }

  .main_visual .txt2-b {
    font-size: 25px;
    line-height: 0;
  }

  .main_visual .txt3 {
    font-size: 14px;
  }

  a.mv-btn {
    position: absolute;
    padding: 10px;
    bottom: -20%;
    left: 10%;
    max-width: 80%;
    right: 10%;
}

a.mv-btn img {
  max-width: 100%;
  z-index: 9999;
}

}

/* ================================================
sec1
================================================ */
section.sec1 {
  padding-top: 0;
  padding-bottom: 0;
}

.sec1 .flex-pc > div {
  width: 49%;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.s_vr_btn.txt25.tac {
  position: relative;
}

.s_vr_btn.txt25.tac a {
  background-color: #0541ac;
  width: 76%;
  margin: 40px auto;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  display: block;
}

.s_vr_btn.txt25.tac a:before {
  background-color: #fff;
  color: #0541ac;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.s_vr_btn.txt25.tac a:before {
  content: "→";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 190px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  font-size: 25px;
}

@media only screen and (max-width: 769px) {
  section.sec1 {
    padding-top: 3vw
  }

  .sec1 .flex-pc > div {
    width: 100%;
  }

  .sec1 .flex-pc > div:first-child {
    margin-bottom: 30px;
  }

  .s_vr_btn.txt25.tac a:before {
    content: "→";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 3%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    border-radius: 50%;
    font-size: 16px;
  }

  .s_vr_btn.txt25.tac a {
    background-color: #0541ac;
    width: 100%;
    margin: 40px auto;
    padding: 20px 10px;
    border-radius: 10px;
    color: #fff;
    display: block;
  }


}

/* ================================================
sec2
================================================ */
.sec2 .sec2_ab > p {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 0;
  width: 16vw;
}

@media only screen and (max-width: 1300px) {
  .sec2 .sec2_ab > p {
    -webkit-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    transform: translateY(-15%);
    top: 0;
  }
}

.sec2 .sec2_ab > p.ab-img1 {
  left: 10px;
}

.sec2 .sec2_ab > p.ab-img2 {
  right: 10px;
}

.sec2 .flex-pc > div.img {
  width: 30%;
}

.sec2 .flex-pc > div.txt {
  width: 65%;
  position: relative;
  z-index: 2;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
}

.sec2 .flex-pc > div.txt1 {
  background-image: url("assets/img/1.png");
}

.sec2 .flex-pc > div.txt2 {
  background-image: url("assets/img/2.png");
}

.sec2 .flex-pc > div.txt3 {
  background-image: url("assets/img/3.png");
}

.sec2 .flex-pc > div.txt4 {
  background-image: url("assets/img/4.png");
}

.sec2 .flex-pc {
  margin-bottom: 150px;
}

.sec2 .flex-pc:last-child {
  margin-bottom: 0px;
}

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

  .sec2 .flex-pc > div.img {
    width: 50%;
    margin: auto;
  }

  .sec2 .flex-pc > div.txt {
    width: 100%;
    background-size: contain;
    margin-bottom: 30px;
  }

  .sec2 .flex-pc {
    margin-bottom: 50px;
  }

  .txt30 {
    font-size: 20px !important;
  }

}

/* ================================================
sec3
================================================ */
@media only screen and (max-width: 769px) {

  .sec3 .txt40 {
    font-size: 16px;

  }

}

/* ================================================
sec4
================================================ */
.sec4 .wrap_inner2 {
  max-width: 1000px;
  margin: 0 auto;
}

.sec4 .flex-pc {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px #6ea9f3;
  box-shadow: 0px 0px 30px #6ea9f3;
}

.sec4 .flex-pc > div {
  width: 50%;
}

.sec4 .flex-pc .txt {
  padding: 30px 30px 0 30px;
}

.sec4 .flex-pc .txt .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec4 .flex-pc .txt .webinner span {
  background-color: #0541ac;
  padding: 3px 13px;
  border-radius: 10px;
  text-align: center;
}

.sec4 .img img {
  border-radius: 0 10px 10px 0;
}

@media only screen and (max-width: 769px) {
  .sec4 .img img {
    border-radius: 10px 10px 0 0;
  }

  .sec4 .txt50 {
    font-size: 17px;
  }

  .sec4 .flex-pc > div {
    width: 100%;
  }

  .sec4 .flex-pc .txt {
    padding: 20px;
  }

  .sec4 .flex-pc .txt .webinner span {
    background-color: #0541ac;
    padding: 3px 13px;
    border-radius: 10px;
    text-align: center;
  }

  .sec4 .logo-navy {
    width: 50%;
  }
}

/* ================================================
sec5
================================================ */
.sec5,.sec6 {
  background-image:radial-gradient(rgb(175, 223, 230) 10%, transparent 10%);
  background-color: #fff;
  background-size: 20px 20px;
}




.sec5 .fukidasi {
  font-size: 45px;z
  font-weight: bold;
  background-color: #fff;
  padding: 20px 20px 25px;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 0px;
  position: relative;
}

.sec5 .fukidasi::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
}

.sec5 .txt {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.sec5 .big-txt {
  font-family: 'boldfont', sans-serif;
  font-size: 300px;
  font-display: wrap;
}

.sec5 .img .flex {
  max-width: 1110px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding: 20px 20px 30px;
}

@media only screen and (max-width: 769px) {
  .sec5 .fukidasi {
    font-size: 20px;
    padding: 10px 10px 15px;
    margin-bottom: 30px;
  }

  .sec5 .fukidasi::before {
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #fff;
  }

  .sec5 .big-txt {
    font-family: 'boldfont', sans-serif;
    font-size: 80px;
  }

  .sec5 .pb1 {
    font-size: 15px;
  }

  .sec5 .img .flex > p {
    width: 47%;
  }

  .sec5 .img .flex p {

    margin-bottom: 10px;
  }

  .logo5 img {
    width: 50%;
  }
}

/* ================================================
sec6
================================================ */
.sec6 .content {
  background-color: #d9eeff;
  max-width: calc(100% - (50% - 400px));
  margin-bottom: 140px;
  padding: 50px 0;
  position: relative;
}

.sec6 .content:last-child {
  margin-bottom: 55px;
}

.sec6 .content2 {
  margin: 0 0 140px auto;
}

.sec6 .content .content_inner {
  max-width: 1000px;
  margin: 0 0 0 auto;
}

.sec6 .content2 .content_inner {
  margin: 0;
}

.sec6 .content .content_inner .txt {
  width: 80%;
}

.sec6 .content2 .content_inner .txt {
  margin: 0 0 0 auto;
}

.sec6 .content .content_inner .img {
  position: absolute;
  bottom: -55px;
  right: -200px;
}

.sec6 .content2 .content_inner .img {
  position: absolute;
  right: auto;
  left: -200px;
}

.sec6 .content .content_inner hr {
  border-top: 2px solid #0541ac;
  border-bottom: none;
  margin-top: 40px;
  margin-bottom: 20px;
}

.hoge-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hoge-box .item {
  width: calc(33% - 3%);
  margin-right: 40px;
}

.hoge-box .item :last-child {
  margin-right: 0px;
}

.item p.txt20.lh2.box.animated.fadeInUp {
  height: 265px;
}

@media only screen and (max-width: 769px) {
  .sec6 {
    padding-bottom: 0;
  }

  .sec6 .content {
    background-color: transparent;
    max-width: 100%;
    margin-bottom: 0px;
    padding: 0;
    position: static;
  }

  .sec6 .content:last-child {
    margin-bottom: 0px;
  }

  .sec6 .content2 {
    margin: 0;
    margin-bottom: 0px;
  }

  .sec6 .content .content_inner {
    margin: 0;
  }

  .sec6 .content2 .content_inner {
    margin: 0;
  }

  .sec6 .content .content_inner .txt {
    background-color: #d9eeff;
    width: 100%;
    padding: 40px 20px 100px;
  }

  .sec6 .content2 .content_inner .txt {
    margin: 0 0 0 auto;
  }

  .sec6 .content .content_inner .img {
    position: relative;
    bottom: 0px;
    top: -60px;
    right: 0px;
    width: 60%;
    margin: 0 auto;
  }

  .sec6 .content2 .content_inner .img {
    position: relative;
    right: 0;
    left: 0px;
  }

  .sec6 .content .content_inner hr {
    border-top: 2px solid #0541ac;
    border-bottom: none;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .hoge-box .item {
    width: 100%;
    margin: 0 0 30px 0;
  }

  h3.txt30.fwb.lsp1.lh1.mb30.box.animated.fadeInUp {
    height: auto;
  }

  p.txt20.lh2.box.animated.fadeInUp {
    height: auto !important;
  }



}

/* ================================================
sec7
================================================ */
.sec7 {
  background-image: url("assets/img/13.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sec7 .wrap_inner2 {
  max-width: 1000px;
  margin: 0 auto;
}

.sec7 .flex-pc {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px #0c9de1;
  box-shadow: 0px 0px 30px #0c9de1;
}

.sec7 .flex-pc > div.txt {
  background-color: white;
  border-radius: 10px 0 0 10px;
  width: 56%;
  padding: 40px 40px 0 40px;
}

.sec7 .flex-pc > div.img {
  border-radius: 0 10px 10px 0;
  padding: 50px;
  width: 44%;
  background: -o-linear-gradient(rgba(255, 255, 255, .6), rgba(32, 184, 255, .6));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .6)), to(rgba(32, 184, 255, .6)));
  background: linear-gradient(rgba(255, 255, 255, .6), rgba(32, 184, 255, .6));
}

@media only screen and (max-width: 769px) {
  .sec7 .txt50 {
    font-size: 16px;
  }

  .sec7 .flex-pc > div.txt {
    background-color: white;
    border-radius: 0 0 10px 10px;
    width: 100%;
    padding: 30px 20px 20px;
  }

  .sec7 .flex-pc > div.img {
    border-radius: 10px 10px 0 0;
    padding: 0px;
    width: 100%;
    background: -o-linear-gradient(rgba(255, 255, 255, .6), rgba(32, 184, 255, .6));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .6)), to(rgba(32, 184, 255, .6)));
    background: linear-gradient(rgba(255, 255, 255, .6), rgba(32, 184, 255, .6));
  }
}

/* ================================================
	sec8
================================================ */

.toggle_contents {
  background: #0541ac;
  border-radius: 5px;
  margin: 0 0 20px 0;

}

.toggle_title {
  font-weight: bold;
  line-height: 42px;
  margin: 0;
  padding: 15px 0 15px 50px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.toggle_title::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(assets/img/arrow.svg) no-repeat right top;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.toggle_title.selected::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.toggle_txt {
  display: none;
  margin: 0 !important;
  padding: 15px;
  background: #fff;
}

.toggle_title::before {
  position: absolute;
  top: 45%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "Q.";
  color: #ffffff;
  font-size: 25px;
  font-weight: bold;
}


.sec8 {
  padding-bottom: 200px;
  background-color: #eee;
}

.sec8 .wrap_inner {
  max-width: 940px;
}

.accordion section {
  padding: 0;
}

.accordion-title {
  position: relative;
  padding: 30px 0;
  padding-left: 85px;
  background-color: #0541ac;
  border-radius: 10px;
  margin: 0 0 30px 0;
  color: #ffffff;
}


.accordion-title::before {
  position: absolute;
  top: 45%;
  left: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "Q.";
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
}

.accordion-title a {
  display: block;
}


.accordion-content {
  /* 初期状態では非表示 */
  display: none;
  position: relative;
  padding: 20px 0;
  padding-left: 60px;
  border-bottom: 1px solid #000;
}

.accordion-content::before {
  position: absolute;
  top: 45%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "A.";
  color: #ffe744;
  font-size: 40px;
  font-weight: bold;
}

/* accordion-content-activeクラスが付いているものは初期状態で表示しておく */
.accordion-content.accordion-content-active {
  display: block;
}

@media only screen and (max-width: 769px) {
  .sec8 {
    padding-bottom: 100px;
  }

  .accordion-title {

    padding: 20px 0;
    padding-left: 40px;
  }

  .accordion-title::before {
    font-size: 30px;

  }

  .accordion-content {
    padding-left: 40px;
  }

  .accordion-content::before {
    font-size: 30px;
  }

  .hs-form-iframe {
    width: 100%;
  }

  .toggle_title {
    font-weight: bold;
    line-height: 34px;
    margin: 0;
    padding: 15px 50px 15px 60px;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
  }
}

/* ================================================
	footer
================================================ */
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  width: 100%;
  z-index: 10;
}

footer .flex > div {
  width: 49%;
  border-radius: 10px;
}

footer .flex > div a {
  display: block;
  position: relative;
  position: relative;
  padding: 15px 3% 15px 10%;
}

footer .flex > div a::before {
  content: "→";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  font-size: 25px;
}

footer .flex > div .img {
  position: absolute;
  bottom: 10px;
  left: 30px;
}

footer .flex > div.item1 {
  background-color: #fff;
  color: #0541ac;
}

footer .flex > div.item1 a::before {
  background-color: #0541ac;
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

footer .flex > div.item1 a.footer_link:hover:before {
  background-color: #fff;
  color: #0541ac;
}

footer .flex > div.item2 {
  background-color: #0541ac;
  color: #fff;
}

footer .flex > div.item2 a::before {
  background-color: #fff;
  color: #0541ac;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

footer .flex > div.item2 a.footer_link:hover:before {
  background-color: #0541ac;
  color: #fff;
}

@media only screen and (max-width: 769px) {
  footer {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 15px;
    width: 100%;
    z-index: 10;
  }

  footer .wrap_inner {
    padding: 0;
  }

  footer .flex > div {
    width: 48%;
    border-radius: 10px;
  }

  footer .flex > div a {
    display: block;
    position: relative;
    position: relative;
    padding: 10px;
  }

  footer .flex > div a::before {
    right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
  }

  footer .flex > div .img {
    display: none;
  }

  .tal-sp {
    text-align: left !important;
  }
}



/* ================================================
	追記
================================================ */

.u_line{
  border-bottom: 2px solid #fff;
}

.main_visual .txt2 {
  font-size: clamp(45px, 1vw, 60px);
  line-height: 1.8;
  font-weight: bold;
  color: #0541ac;
}

.mv_inner{
display: flex;
align-items: center;
justify-content: space-between;
}

.mv_left {
  width: calc(55% - 50px/2);
}

.mv_right {
  width: calc(45% - 50px/2);
}

.sec_mv {
  padding: 0 !important;
}

span.small {
  font-size: 1.8vw;
}

@media (min-width: 768px){
.sec_mv {
    height: calc(var(--vh)*100 - 40px);
}
}

section.sec2.bgc-bgr {
  background: url(assets/img/sec2_bg.png) repeat-x bottom,linear-gradient( 
180deg
, #accbee, #d9eeff);
position: relative;
}

/* 追記 */
@media only screen and (max-width: 769px) {
  section.sec2.bgc-bgr {
  position: inherit;
  }

  section.sec2 {
    padding: 30px 0 13.3333vw!important;
  }
}

.sec2_container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.sec2_box{
  width: 43%;
}

section.sec2 .sec2_l {
  width: 28.5%;
}
section.sec2 .sec2_r {
  width: 28.5%;
}

.sec2_box p.lh2.box.animated.fadeInUp{
  font-size: clamp(14px, 1.5vw, 20px);
  font-weight: bold;
  margin: 0 0 100px 0;
  text-align: center;
  }  



.sec3 {
    background: url(assets/img/sec3_bg.png) no-repeat right,linear-gradient( 
296deg
, #004fc5, #5dc8e8);
background-blend-mode: overlay;
}

.sec3_container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.sec3_box{
  width: 31%;
  height: auto;
  margin: 1%;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px
}
.line_wh{
  background-color:#fff;
}

.sec3 p.lh2.box.animated.fadeInUp{
  font-size: clamp(23px, 1.5vw, 40px);
  font-weight: bold;
  margin: 0 0 20px 0;
  text-align: center;
  color: #fff;
}

.sec3_box img {
  margin: 15px auto 15px auto;
  display: block;
}

.sec3_box p {
  text-align: center;
  font-size: clamp(14px, 1.5vw, 20px);
  font-weight: bold;
  color: #0541ac;
  line-height: 1.5;
}

.yellow{
  color: #ffe744;
}

.blue_bg{
  background-color: #0541ac;
  color: #fff;
  padding: 1%;
  margin: 0 0.5%;
}


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

.sec3_box {
  width: 48%;
}

.sec3_box img {
max-width: 70%;
}

.sec2_box{
  width: 100%;
}

section.sec2 .sec2_l {
  display:none;
}
section.sec2 .sec2_r {
  display:none;
}

.mv-bg {
  padding: 0;
  background: url(assets/img/mv-bg-sp.png) no-repeat top,linear-gradient(
    360deg, #accbee, #e7f0fd);
    padding: 0 0 100px 0;
}



.sec2_box p.lh2.box.animated.fadeInUp {
    margin: 0 0 70px 0;

}

.mv_left {
  width:100%;
}

.mv_right {
  width:100%;
}

.mv_inner {
  
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.new-mv {
  margin: 18% 0 0 0;
}

.main_visual .txt2 {
  text-align: center;
  font-size: clamp(30px, 1.2vw, 40px);
  line-height: 1.5;
}

.sec3 {
  background-size:cover;
}

span.small {
  font-size: 4.5vw;
}


}
/* aaaa
================================================ */



/* ================================
	aaaa
================================ */

/* aaaa
================================ */

/* ======== aaaa ======== */


/* ------------------------------------------------
	aaaa
------------------------------------------------ */

/* aaaa
------------------------------------------------ */

/* --------------------------------
	aaaa
-------------------------------- */

/* aaaa
-------------------------------- */

/* -------- aaaa -------- */

/* ---- aaaa ---- */

/* -- aaaa -- */

/* aaaa */


