@charset "utf-8";

body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  width: 100%;
}

img {
  margin: 0 auto;
}

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

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

.txfae4a5 {
  display: block;
}

.tx1be521 {
  display: none;
}

@media screen and (max-width: 767px) {
  .txfae4a5 {
    display: none;
  }
  .tx1be521 {
    display: block;
  }
}

/* ==========================================================
 header
========================================================== */

#index2_top header {
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #1f4da0;
}
#index2_top header.tx032c06 {
  border-top: 0;
}
#index2_top header .tx890962 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px 20px;
}
#index2_top header #logo {
  width: 258px;
  position: relative;
}
#index2_top header #logo h1 {
  margin: 0;
}
#index2_top header .tel {
  display: flex;
  padding-top: 5px;
  padding-right: 10px;
}
#index2_top header .tel .txbe98a0 {
  height: 60px;
  position: relative;
}
#index2_top header .form {
  display: flex;
  padding-top: 5px;
}
#index2_top header .form .txf33e83 {
  height: auto;
  position: relative;
}
#index2_top header .tx213510 {
  max-width: 1000px;
  margin: 0 auto;
}
#index2_top header #gmenu2 {
  padding: 0 20px;
  list-style: none;
  display: flex;
}
#index2_top header #gmenu2 li {
  padding: 20px 0;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  width: 200px;
  color: #fff;
}
#index2_top header #gmenu2 li a {
  color: #fff;
  text-decoration: none;
}
#index2_top header #gmenu2 li.tx5b2771:hover {
  background-color: #0281f2;
}
#index2_top header #gmenu2 li.txb36781 > ul.tx57a112 {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  top: 100%;
  left: 32%;
  width: 580px;
  background-color: #eee;
  border-radius: 10px;
  height: 0;
  overflow: hidden;
  border: none;
  opacity: 1;
}
#index2_top header #gmenu2 li.txb36781 > ul.tx57a112 > li {
  font-size: 16px;
  color: #1f4da0;
  text-align: left;
  padding: 20px 10px;
  width: calc(50% - 20px);
  border-bottom: solid 1px #ccc;
}
#index2_top header #gmenu2 li.txb36781 > ul.tx57a112 > li:nth-child(odd) {
  margin-right: 25px;
}
#index2_top header #gmenu2 li.txb36781 > ul.tx57a112 > li:last-child {
  border-bottom: none;
}
#index2_top header #gmenu2 li.txb36781 > ul.tx57a112 > li:nth-last-child(2) {
  border-bottom: none;
}
#index2_top header #gmenu2 li.txb36781 > ul.tx57a112 > li a {
  color: #1f4da0;
}
#index2_top header #gmenu2 li.txb36781:hover > ul.tx57a112 {
  height: auto;
  padding: 10px 10px 5px;
}
#index2_top header .txf681e9 ul {
  max-width: 940px;
  margin: 0 auto;
  padding: 15px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  background: #030686;
}
#index2_top header .txf681e9 li {
  font-size: 12px;
  color: #fff;
  text-align: left;
  margin-right: 20px;
  padding: 10px;
  width: calc(25% - 20px);
  border-bottom: solid 1px #fff;
}
#index2_top header .txf681e9 li a {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #index2_top header .tx890962 {
    padding: 5px 10px;
    height: 70px;
  }
  #index2_top header #logo {
    width: 100%;
    max-width: 180px;
    padding: 10px;
  }
  #index2_top header .tel {
    display: block;
  }
  #index2_top header .tel .txbe98a0 {
    width: 100%;
    height: auto;
    max-width: 50px;
    max-height: 50px;
  }
  #index2_top header .form {
    display: block;
    padding: 0;
  }
  #index2_top header .txf3aa82 .tx3ed744 {
    pointer-events: none;
  }
  #index2_top header .txf3aa82 img {
    width: 100%;
    height: auto;
    max-width: 50px;
    max-height: 50px;
    margin-top: 5px;
    margin-right: 5px;
  }
  #index2_top .tx325a97 {
    background-color: #1f4da0;
    height: calc(100vh - 70px);
    opacity: 0;
    overflow-y: auto;
    padding-bottom: 2em;
    pointer-events: none;
    position: absolute;
    top: 70px;
    left: 0;
    transition: opacity 0.2s;
    width: 100%;
    z-index: 100;
  }
  #index2_top .tx325a97.tx781ff4 {
    opacity: 1;
    pointer-events: auto;
  }
  #index2_top .tx325a97 ul.txdf99a2 {
    border-top: solid 1px #fff;
  }
  #index2_top .tx325a97 ul.txdf99a2 li {
    position: relative;
    font-size: 20px;
    color: #fff;
    height: 60px;
    padding: 17px;
    border-bottom: solid 1px #fff;
  }
  #index2_top .tx325a97 ul.txdf99a2 li:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 25px;
    right: 22px;
    width: 9px;
    height: 9px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #index2_top .tx325a97 ul.txdf99a2 li.txcdf868:before {
    top: 29px;
    right: 20px;
    width: 9px;
    height: 0px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #index2_top .tx325a97 ul.txdf99a2 li.txcdf868 span:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 29px;
    right: 20px;
    width: 9px;
    height: 0px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #index2_top .tx325a97 ul.txdf99a2 li.txcdf868.tx781ff4 span:before {
    content: "";
    display: none;
  }
  #index2_top .tx325a97 ul.txdf99a2 li a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
  }
  #index2_top .tx325a97 ul.txf48315 {
    background-color: #2760c8;
  }
  #index2_top .tx325a97 ul.txf48315 li {
    border-bottom: dashed 1px #fff;
  }
}

@media screen and (min-width: 767px) and (max-width: 1199px) {
  #index2_top header #logo img {
    width: 66%;
  }
  #index2_top header .tel {
    max-width: 441px;
  }
  #index2_top header #gmenu2 li.txb36781 > ul {
    left: 24%;
  }
}

@media screen and (max-width: 399px) {
  #index2_top header #logo {
    max-width: 130px;
  }
}

/* ==========================================================
 mv
========================================================== */

#index2_top .mv {
  padding-top: 177px;
  position: relative;
  background: linear-gradient(180deg, #1f4da0 0%, #1f4da0 88%, #fff 88%, #fff 100%);
  -moz-transition: 0.75s ease;
  -webkit-transition: 0.75s ease;
  transition: 0.75s ease;
}
#index2_top .mv.txb72fc1 {
  padding-top: 334px;
  -moz-transition: 0.75s ease;
  -webkit-transition: 0.75s ease;
  transition: 0.75s ease;
}
#index2_top .mv img {
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
  #index2_top .mv {
    padding-top: 19vw;
  }
  #index2_top .tx1ba454 {
    padding: 15px;
  }
}

/* ==========================================================
 cv_area
========================================================== */

#index2_top .txdd9a82 {
  margin-bottom: 50px;
}
#index2_top .txdaa800 {
  max-width: 1000px;
  margin: 0 auto;
}
#index2_top .tx4ba133 {
  text-align: center;
  margin: 0 auto;
  padding: 50px 0 0;
}
#index2_top .txdaa800 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px 10px;
}
#index2_top .txdd52a8 {
  padding: 15px 10px;
}
#index2_top .txdc2367 img {
  border-radius: 15px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
}
#index2_top .txecfa73 img {
  border-radius: 15px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
}
#index2_top .txdaa800 .tx239769 {
  margin: 0;
  padding: 40px 0;
}
#index2_top .txdaa800 .tx239769.tx32cf63 {
  padding: 0;
}
#index2_top .txefd2a2 {
  max-width: 960px;
  margin: 12px auto;
}

@media screen and (max-width: 767px) {
  #index2_top .txdaa800 {
    padding: 0;
  }
  #index2_top .tx4ba133 {
    padding: 0 10px;
  }
  #index2_top .txdd52a8 {
    padding: 10px 10px;
  }
  #index2_top .txdc2367 {
    padding-bottom: 10px;
  }
  #index2_top .txecfa73 {
    padding-bottom: 10px;
  }
  #index2_top .txdaa800 .tx239769 {
    padding: 20px 0;
  }
  #index2_top .txdaa800 .tx239769.tx32cf63 {
    padding: 0px 10px 0;
  }
  #index2_top .txefd2a2 {
    max-width: 960px;
    margin: 12px 10px 20px;
  }
}

/* ==========================================================
 fee
========================================================== */

#index2_top .fee {
  background: #eee;
}
#index2_top .tx938650 {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 50px;
}
#index2_top .tx938650 h2 {
  font-size: 36px;
  letter-spacing: 0.25em;
  text-align: center;
  color: #1f4da0;
  padding: 50px 0 30px;
}
#index2_top .tx938650 .tx5cb954 {
  padding-bottom: 30px;
}
#index2_top .tx938650 img {
  border-radius: 10px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
}
#index2_top .txab3298 {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  #index2_top .tx938650 {
    padding: 15px 10px 30px;
  }
  #index2_top .tx938650 h2 {
    padding: 30px 0 15px;
  }
  #index2_top .tx919165 {
    display: flex;
    padding: 0 0 15px;
  }
  #index2_top .tx919165 a:first-child {
    padding-right: 10px;
  }
  #index2_top .tx919165 img {
    width: auto;
    border-radius: 5px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  }
  #index2_top .tx4f8a37 {
    padding: 0 0 15px;
  }
  #index2_top .txa2c029 {
    padding-top: 15px;
  }
}
