.Top__Intro {
  background: url(/assets/img/index/bg.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .Top__Intro {
    background-image: none;
  }
}
.Top__Intro .Top__Intro__Cont {
  padding: 50px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  .Top__Intro .Top__Intro__Cont {
    display: block;
    padding: 30px 0 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  .Top__Intro .Top__Intro__Cont {
    padding: 10px 0 10px 0;
  }
}
.Top__Intro .Top__Intro__Cont > div {
  width: calc((100% - 30px)/2);
}
@media only screen and (max-width: 1000px) {
  .Top__Intro .Top__Intro__Cont > div {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .Top__Intro .Top__Intro__Cont .Top__Intro__Text {
    display: none;
  }
}
.Top__Intro .Top__Intro__Cont .Top__Intro__Text p.Intro {
  font-size: 100%;
  line-height: 2;
  margin-bottom: 1.5em;
}
.Top__Intro .Top__Intro__Cont .Top__Intro__Text .About h2 {
  font-size: 98%;
  padding-left: 3em;
  position: relative;
  font-weight: bold;
  margin-bottom: 1em;
}
.Top__Intro .Top__Intro__Cont .Top__Intro__Text .About h2:before {
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.5em;
  background: #222;
}
.Top__Intro .Top__Intro__Cont .Top__Intro__Text .About p {
  font-size: 96%;
  line-height: 1.6em;
}
.Top__Intro .Top__Intro__Cont .Top__Intro__Beginner {
  background: rgba(255, 255, 255, 0.6);
  padding: 30px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 768px) {
  .Top__Intro .Top__Intro__Cont .Top__Intro__Beginner {
    padding: 20px 4%;
    background: none;
    box-shadow: none;
  }
}
.Top__Intro .Top__Intro__Cont .Top__Intro__Beginner h2 {
  font-size: 130%;
  color: #2882b6;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 150px;
  margin: 0 auto 1em;
  width: 100%;
}
@media only screen and (max-width: 1300px) {
  .Top__Intro .Top__Intro__Cont .Top__Intro__Beginner h2 {
    padding: 0 80px;
  }
}
@media only screen and (max-width: 768px) {
  .Top__Intro .Top__Intro__Cont .Top__Intro__Beginner h2 {
    display: none;
  }
}
.Top__Intro .Top__Intro__Cont .Top__Intro__Beginner h2:before {
  content: "";
  display: inline-block;
  width: 26%;
  height: 2px;
  background: #0b71ac;
  background: -moz-linear-gradient(45deg, #0b71ac 0%, #0285d1 100%);
  background: -webkit-linear-gradient(45deg, #0b71ac 0%, #0285d1 100%);
  background: linear-gradient(45deg, #0b71ac 0%, #0285d1 100%);
  position: absolute;
  left: 0;
  top: 50%;
}
@media only screen and (max-width: 1300px) {
  .Top__Intro .Top__Intro__Cont .Top__Intro__Beginner h2:before {
    width: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .Top__Intro .Top__Intro__Cont .Top__Intro__Beginner h2:before {
    width: 30px;
  }
}
.Top__Intro .Top__Intro__Cont .Top__Intro__Beginner h2:after {
  content: "";
  display: inline-block;
  width: 26%;
  height: 2px;
  background: #0b71ac;
  background: -moz-linear-gradient(45deg, #0b71ac 0%, #0285d1 100%);
  background: -webkit-linear-gradient(45deg, #0b71ac 0%, #0285d1 100%);
  background: linear-gradient(45deg, #0b71ac 0%, #0285d1 100%);
  position: absolute;
  right: 0;
  top: 50%;
}
@media only screen and (max-width: 1300px) {
  .Top__Intro .Top__Intro__Cont .Top__Intro__Beginner h2:after {
    width: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .Top__Intro .Top__Intro__Cont .Top__Intro__Beginner h2:after {
    width: 30px;
  }
}
.Top__Intro .Top__Intro__Cont .Top__Intro__Beginner .Search p {
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .Top__Intro .Top__Intro__Cont .Top__Intro__Beginner .Search p {
    font-size: 90%;
    color: #2882b6;
    font-weight: bold;
  }
}
.Top__Intro .Top__Intro__Cont .Top__Intro__Beginner .Search input {
  vertical-align: middle;
}
.Top__Intro .Top__Intro__Cont .Top__Intro__Beginner .Search input[type=text] {
  text-align: left;
  width: calc(100% - 150px);
  background: #fff;
  padding: 6px 10px 6px 10px;
  font-size: 100%;
  font-family: inherit;
  border: 1px solid #ececec;
}
@media only screen and (max-width: 768px) {
  .Top__Intro .Top__Intro__Cont .Top__Intro__Beginner .Search input[type=text] {
    width: calc(100% - 80px);
  }
}
.Top__Intro .Top__Intro__Cont .Top__Intro__Beginner .Search input[type=button] {
  width: 150px;
  background: #0b71ac;
  background: -moz-linear-gradient(45deg, #0b71ac 0%, #0285d1 100%);
  background: -webkit-linear-gradient(45deg, #0b71ac 0%, #0285d1 100%);
  background: linear-gradient(45deg, #0b71ac 0%, #0285d1 100%);
  font-size: 110%;
  color: #fff;
  padding: 5px 10px;
  font-family: inherit;
  font-weight: bold;
  cursor: pointer;
}
@media all and (-ms-high-contrast: none) {
  .Top__Intro .Top__Intro__Cont .Top__Intro__Beginner .Search input[type=button] {
    padding: 7px 10px 3px;
  }
}
@media only screen and (max-width: 768px) {
  .Top__Intro .Top__Intro__Cont .Top__Intro__Beginner .Search input[type=button] {
    margin: -2px auto 0;
    width: 80px;
  }
}
.Top__Intro .Top__Intro__Cont .Top__Intro__Beginner hr {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: 1px solid #b4ccd7;
  margin: 20px 0;
}
.Top__Intro .Top__Intro__Cont .Top__Intro__Beginner .Link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .Top__Intro .Top__Intro__Cont .Top__Intro__Beginner .Link {
    display: block;
  }
}
.Top__Intro .Top__Intro__Cont .Top__Intro__Beginner .Link .Title {
  width: calc(100% - 150px);
}
@media only screen and (max-width: 768px) {
  .Top__Intro .Top__Intro__Cont .Top__Intro__Beginner .Link .Title {
    width: 100%;
    text-align: center;
  }
}
.Top__Intro .Top__Intro__Cont .Top__Intro__Beginner .Link .Title h3 {
  color: #2882b6;
  font-weight: bold;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.2em;
}
@media only screen and (max-width: 768px) {
  .Top__Intro .Top__Intro__Cont .Top__Intro__Beginner .Link .Title h3 {
    font-size: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .Top__Intro .Top__Intro__Cont .Top__Intro__Beginner .Link .Title p {
    display: none;
  }
}
.Top__Intro .Top__Intro__Cont .Top__Intro__Beginner .Link .Btn {
  width: 150px;
  background: #0b71ac;
  background: -moz-linear-gradient(45deg, #0b71ac 0%, #0285d1 100%);
  background: -webkit-linear-gradient(45deg, #0b71ac 0%, #0285d1 100%);
  background: linear-gradient(45deg, #0b71ac 0%, #0285d1 100%);
}
@media only screen and (max-width: 768px) {
  .Top__Intro .Top__Intro__Cont .Top__Intro__Beginner .Link .Btn {
    width: 100%;
    margin: 5px auto 0;
  }
}
.Top__Intro .Top__Intro__Cont .Top__Intro__Beginner .Link .Btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 10px;
}
@media all and (-ms-high-contrast: none) {
  .Top__Intro .Top__Intro__Cont .Top__Intro__Beginner .Link .Btn a {
    padding: 12px 10px 8px;
  }
}
.Top__Intro .Top__Intro__Cont .Top__Intro__Beginner .Link .Btn a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translatex(-50%);
  -moz-transform: rotate(45deg) translatex(-50%);
  transform: rotate(45deg) translatex(-50%);
  position: absolute;
  right: 10px;
  top: 50%;
}

.Top__Search {
  background: #f6f6f6;
  padding: 60px 0;
}
@media only screen and (max-width: 1000px) {
  .Top__Search {
    padding: 0 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .Top__Search {
    background: #fff;
  }
}
.Top__Search .Top__Search__Kana {
  background: #fff;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .Top__Search .Top__Search__Kana {
    margin-bottom: 0;
  }
}
.Top__Search .Top__Search__Kana h2 {
  text-align: center;
  font-weight: bold;
  font-size: 110%;
  line-height: 1.6;
  padding: 10px;
  border-bottom: 2px solid #dee9ee;
}
@media all and (-ms-high-contrast: none) {
  .Top__Search .Top__Search__Kana h2 {
    padding: 14px 10px 8px;
  }
}
@media only screen and (max-width: 768px) {
  .Top__Search .Top__Search__Kana h2 {
    background: #2882b6;
    color: #fff;
    text-align: left;
    position: relative;
    cursor: pointer;
  }
  .Top__Search .Top__Search__Kana h2:before {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 16px;
    height: 2px;
    background: #fff;
  }
  .Top__Search .Top__Search__Kana h2:after {
    content: "";
    display: block;
    position: absolute;
    right: 17px;
    height: 16px;
    width: 2px;
    top: 16px;
    background: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .Top__Search .Top__Search__Kana h2.open:after {
    content: none;
  }
}
.Top__Search .Top__Search__Kana .List {
  padding: 10px;
  border-bottom: 1px solid #dee9ee;
}
.Top__Search .Top__Search__Kana .List:after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (max-width: 768px) {
  .Top__Search .Top__Search__Kana .List {
    display: none;
    padding: 10px;
  }
}
.Top__Search .Top__Search__Kana ul {
  width: 10%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .Top__Search .Top__Search__Kana ul {
    width: 100%;
    float: none;
  }
  .Top__Search .Top__Search__Kana ul:after {
    content: "";
    clear: both;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .Top__Search .Top__Search__Kana ul li {
    width: 20%;
    float: left;
  }
}
.Top__Search .Top__Search__Kana ul li a {
  display: block;
  padding: 10px 10px 10px 30px;
  width: 100%;
  height: 100%;
  font-size: 94%;
  line-height: 1.3;
  position: relative;
  font-weight: bold;
}
@media all and (-ms-high-contrast: none) {
  .Top__Search .Top__Search__Kana ul li a {
    padding: 12px 10px 8px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .Top__Search .Top__Search__Kana ul li a {
    padding: 8px 4px 8px 15px;
  }
}
.Top__Search .Top__Search__Kana ul li a:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #2882b6;
  border-top: 2px solid #2882b6;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -moz-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 10px;
}
@media only screen and (max-width: 768px) {
  .Top__Search .Top__Search__Kana ul li a:before {
    left: 0;
  }
}

.Top__Outline {
  padding: 40px 0;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .Top__Outline {
    border-top: 1px solid #2882b6;
    padding: 20px 0;
  }
}
.Top__Outline .Top__Outline__Wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .Top__Outline .Top__Outline__Wrapper {
    display: block;
  }
}
.Top__Outline .Top__Outline__Wrapper > div {
  width: calc((100% - 30px)/2);
}
@media only screen and (max-width: 768px) {
  .Top__Outline .Top__Outline__Wrapper > div {
    width: 100%;
    margin-bottom: 20px;
  }
}
.Top__Outline .Top__Outline__Wrapper > div h2 {
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .Top__Outline .Top__Outline__Wrapper > div h2 {
    padding-left: 20px;
    position: relative;
    margin-top: 15px;
  }
  .Top__Outline .Top__Outline__Wrapper > div h2:before {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    top: 10px;
    left: 0;
    position: absolute;
    background: #2882b6;
  }
}
.Top__Outline .Top__Outline__Wrapper > div p {
  line-height: 1.6;
  font-size: 96%;
}
@media only screen and (max-width: 768px) {
  .Top__Outline .Top__Outline__Wrapper > div p {
    font-size: 80%;
  }
}
.Top__Outline .Top__Outline__Wrapper > div .Content {
  border-left: 1px solid #dee9ee;
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  .Top__Outline .Top__Outline__Wrapper > div .Content {
    border-left: none;
    padding-left: 0;
  }
}
.Top__Outline .Top__Outline__Wrapper > div .Content ul {
  margin-top: 20px;
}
.Top__Outline .Top__Outline__Wrapper > div .Content ul li {
  line-height: 1.6;
}
.Top__Outline .Top__Outline__Wrapper > div .Content ul li a {
  color: #0b71ac;
  text-decoration: underline;
  font-size: 96%;
}
.Top__Outline .Top__Outline__Wrapper .sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .Top__Outline .Top__Outline__Wrapper .sp {
    display: block;
  }
  .Top__Outline .Top__Outline__Wrapper .sp p {
    font-size: 90%;
  }
}

/*# sourceMappingURL=top.css.map */
