@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-all;
}
div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ul, ol {
  list-style: none;
}
html, body {
  margin: 0 auto;
  padding: 0;
  font-family: "Noto Sans JP", 'Noto Sans', "Lucida Grande", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 22px;
  text-align: left;
  color: #000;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  min-width: 750px;
}
img {
  border-style: none;
  vertical-align: bottom;
  padding: 0;
  line-height: 0em;
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0 auto;
  text-align: center;
}
figure.waku img {
  padding: 10px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 2px;
}
p {
  line-height: 1.725em;
  margin: 0 0 1em;
  padding: 0;
  text-align: left;
  background: url(../images/alpha.png);
}
p:last-child {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {}
.opa {
  transition: all 0.3s ease;
}
.opa:hover {
  opacity: 0.7;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.clear {
  clear: both;
}
.clearfix:after {
  margin: 0;
  padding: 0;
  visibility: hidden;
  content: ".";
  display: block;
  line-height: 0;
  clear: both;
}
/*メニュ－*/
#menu {
  display: none;
}
.menu_btn {
  cursor: pointer;
}
#menu {
  background: #fff;
  position: fixed;
  left: -8px;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  margin: auto;
  z-index: 100;
}
#menu dl {
  width: 750px;
  margin: 0 auto;
  padding: 20px 10px;
  display: table;
  table-layout: fixed;
}
#menu dl dt {
  display: table-cell;
  vertical-align: middle;
  letter-spacing: -1em;
}
#menu dl dt span {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}
#menu dl dt h1 {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4em;
  margin-left: 1em;
}
#menu dl dd {
  display: table-cell;
  vertical-align: middle;
  width: 80px;
  text-align: center;
}
#menu_nav {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:750px) {
  #menu {
    left: 0;
  }
  #menu_nav {
    max-height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
  }
  #menu_nav::-webkit-scrollbar {
    display: none;
  }
}
#menu_nav ul {
  width: 420px;
  margin: 0 auto;
  text-align: left;
  background: #fff;
}
#menu_nav ul li {
  border-bottom: 1px solid #000;
}
#menu_nav ul li a {
  display: block;
  padding: 1.5em 0.25em;
  font-size: 28px;
  position: relative;
  transition: 0.3s;
}
#menu_nav ul li a:after {
  content: "";
  width: 10px;
  height: 15px;
  background: url(../images/menu_arrow.png) right center no-repeat;
  position: absolute;
  top: calc(50% - 7px);
  right: 10px;
}
#menu_nav ul li a:hover {
  background: #efefef;
}
/*ヘッダー*/
#header {
  background: url(../images/mv_bg.jpg) center top repeat-x;
  height: 1150px;
  position: relative;
}
#header dl {
  width: 750px;
  margin: 0 auto;
  padding: 20px 10px;
  display: table;
  table-layout: fixed;
}
#header dl dt {
  display: table-cell;
  vertical-align: middle;
  letter-spacing: -1em;
}
#header dl dt span {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}
#header dl dt h1 {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4em;
  margin-left: 1em;
}
#header dl dd {
  display: table-cell;
  vertical-align: middle;
  width: 80px;
  text-align: center;
}
#mv {
  text-align: center;
  padding-top: 200px;
}
#mv span.ico {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  margin: auto;
}
/*フッター*/
#footer {
  background: url("../images/footer_bg.jpg") center top no-repeat;
  overflow: hidden;
  padding-bottom: 126px;
}
#footer figure {
  margin: 120px auto;
}
p.copyright {
  text-align: center;
  background: url(../images/footer_bg2.jpg) center center repeat-x;
  font-size: 10px;
  letter-spacing: 0.2em;
  padding: 40px;
  color: #fff;
}
/*フッター固定*/
#fixed_ban {
  background: url(../images/fixed_bar.png) center top repeat-x rgba(255, 255, 255, 0.9);
  box-shadow: rgba(0, 0, 0, 0.22) 0 0 35px 3px;
  padding: 20px;
  opacity: 0;
  transition: 1.0s;
}
#fixed_ban ul {
  display: table;
  table-layout: fixed;
  width: 690px;
  margin: 0 auto;
}
#fixed_ban ul li {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
#fixed_ban ul li:last-child {
  text-align: right;
}
#fixed_ban.active {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  opacity: 1.0;
}
/*メイン*/
#content {
  overflow: hidden;
}
section {
  width: 100%;
  background: #fff;
  margin: 0 auto;
}
.maincontent {
  padding: 0;
  margin: 0 auto;
  width: 690px;
}
/*sec001*/
#sec001 {
  background: url("../images/sec001_bg.jpg") top center no-repeat #fff;
  padding: 60px 0;
}
#sec001 #sec001_t {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 20px 20px 0 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 38px 0px;
  padding: 60px 40px;
  color: #fff;
}
#sec001 #sec001_t p {
  text-align: center;
  font-size: 28px;
  line-height: 1.5em;
  margin-bottom: 50px;
}
#sec001 #sec001_t strong {
  display: block;
  font-size: 40px;
  font-weight: 800;
  text-align: center;
}
#sec001 #sec001_b {
  background: url("../images/sec001_bg2.png") center top no-repeat #fff;
  border-radius: 0 0 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 38px 0px;
  padding: 45px 45px 60px;
  text-align: center;
}
#sec001 #sec001_b ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 30px;
}
#sec001 #sec001_b ul li {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
#sec001 #sec001_b ul li:nth-child(2) {
  text-align: right;
}
#sec001 #sec001_b h2 {
  display: inline-block;
  text-align: left;
  color: #b12997;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: normal;
  margin-bottom: 45px;
}
#sec001 #sec001_b h2 strong {
  font-weight: 900;
}
#sec001 #sec001_b h2 strong span {
  font-size: 50px;
  line-height: 1em;
}
#sec001 #sec001_b h3 {
  position: relative;
  text-align: center;
  margin-bottom: 45px;
}
#sec001 #sec001_b h3 strong {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: #153c78;
  background: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
#sec001 #sec001_b h3:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #153c78;
  position: absolute;
  top: 50%;
  left: 0;
}
/*sec002*/
#sec002 {
  background: url("../images/sec002_bg.jpg") top center no-repeat #fff;
  padding: 30px 0 60px;
}
#sec002_1 ul {
  letter-spacing: -1em;
}
#sec002_1 ul li {
  display: inline-block;
  letter-spacing: normal;
  width: 330px;
  margin: 0 auto 40px;
  position: relative;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px 0px;
}
#sec002_1 ul li:nth-child(2n+1) {
  margin-right: 15px;
}
#sec002_1 ul li:nth-child(2n) {
  margin-left: 15px;
}
#sec002_1 ul li:nth-child(2n+1) span.ico {
  position: absolute;
  left: -18px;
  top: -22px;
}
#sec002_1 ul li:nth-child(2n) span.ico {
  position: absolute;
  right: -27px;
  top: -27px;
}
#sec002_1 dl dd {
  padding: 15px;
}
#sec002_1 dl dd strong {
  display: block;
  color: #153c78;
  font-size: 24px;
  margin-bottom: 10px;
}
#sec002_1 dl dd p {
  font-size: 22px;
  line-height: 1.2em;
}
#sec002_2 h2 {
  text-align: center;
  color: #fff;
  font-size: 40px;
  line-height: 1em;
  margin: 20px auto 40px;
}
#sec002_2 h2 span {
  display: block;
  font-size: 28px;
  font-weight: normal;
  margin-top: 20px;
}
#sec002_recom {
  background: url(../images/sec002_bg2.png) top 30px center no-repeat;
  padding: 175px 60px 60px;
  position: relative;
}
#sec002_recom h3 {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  margin: auto;
  font-size: 34px;
  line-height: 1.2em;
  letter-spacing: 0.2em;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 1), 0px 0px 20px rgba(255, 255, 255, 1), 0px 0px 20px rgba(255, 255, 255, 1);
}
#sec002_recom ul {
  letter-spacing: -1em;
  padding: 40px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px 0px;
  border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
}
#sec002_recom ul li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 50%;
  border: 1px solid #01b0b6;
  padding: 15px;
}
#sec002_recom ul li:nth-child(1) {
  border-top: none;
  border-left: none;
  padding-top: 0;
}
#sec002_recom ul li:nth-child(2) {
  border-top: none;
  border-right: none;
  padding-top: 0;
}
#sec002_recom ul li:nth-child(3) {
  border-left: none;
  padding-bottom: 10px;
}
#sec002_recom ul li:nth-child(4) {
  border-right: none;
  padding-bottom: 10px;
}
#sec002_recom ul li:nth-child(5) {
  border-left: none;
  padding-bottom: 10px;
}
#sec002_recom ul li:nth-child(6) {
  border-right: none;
  padding-bottom: 10px;
}
#sec002_recom ul li:nth-child(7) {
  border-bottom: none;
  border-left: none;
  padding-bottom: 10px;
}
#sec002_recom ul li:nth-child(8) {
  border-bottom: none;
  border-right: none;
  padding-bottom: 10px;
}
#sec002_recom dl dt {
  text-align: center;
  margin-bottom: 20px;
}
#sec002_recom dl dd {
  font-size: 21px;
  line-height: 1.2em;
}
#sec002_3 ul {
  margin-top: 60px;
  letter-spacing: -1em;
  text-align: center;
}
#sec002_3 ul li {
  margin: 5px auto;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 210px;
  background: #fff;
  box-shadow: rgba(177, 41, 151, 0.3) 0 0 62px 6px;
  border-radius: 50%;
}
#sec002_3 ul li:nth-child(2) {
  margin: 0 30px;
}
#sec002_3 ul li:nth-child(4) {
  margin-right: 25px;
}
#sec002_3 ul li:nth-child(5) {
  margin-left: 25px;
}
#sec002_3 dl {
  padding: 20px 0 30px;
}
#sec002_3 dl dt {
  margin-bottom: 12px;
}
#sec002_3 dl dd {
  font-size: 22px;
  line-height: 1.2em;
}
/*sec003*/
#sec003 {
  background: url("../images/sec003_bg.jpg") top center no-repeat #fff;
  padding: 0 0 70px;
}
#sec003 h2 {
  background: url("../images/sec003_tit_bg.jpg") center center no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 26px;
  padding: 0.8em;
  margin-bottom: 60px;
}
#sec003 h2 span {
  display: block;
  max-width: 750px;
  margin: 0 auto;
}
#sec003_box {
  margin: 70px auto 80px;
  background: url("../images/sec003_box.png") top center no-repeat;
  background-size: 100% 100%;
  padding: 20px 20px 60px;
}
#sec003_box_in {
  background: #fff;
  padding: 30px 20px 40px;
  margin-bottom: 45px;
}
#sec003_box h3 {
  text-align: center;
  font-size: 40px;
  line-height: 1em;
  font-weight: 900;
  margin-bottom: 60px;
}
#sec003_box h3 span {
  display: block;
  font-size: 28px;
  line-height: 1em;
  font-weight: normal;
  margin-top: 20px;
}
#sec003_box p {
  margin: 0 10px 20px 20px;
  line-height: 1.8em;
}
#sec003_box span.bg_pu {
  background: #b12997;
  color: #fff;
}
#sec003_box span.bg_bl {
  background: #0c57b3;
  color: #fff;
}
#sec003_box h4 {
  color: #fff;
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
}
#sec003_box ul {
  display: inline-block;
  text-align: left;
}
#sec003_box ul li {
  color: #fff;
  font-size: 22px;
  margin: 10px auto;
}
#sec003_box ul li span {
  display: inline-block;
  vertical-align: top;
  margin-right: 1em;
}
#sec003_box ul li span img {
  vertical-align: middle;
}
/*sec004*/
#sec004 {
  background: url("../images/sec004_bg.jpg") top center;
  padding: 90px 0 60px;
}
#sec004 h2 {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
#sec004 h2 span.ico {
  position: absolute;
  left: 0;
  right: 0;
  top: -120px;
}
#sec004 p.lead {
  text-align: center;
  font-size: 28px;
  line-height: 1.4em;
  margin-bottom: 25px;
}
#sec004 figure.txt {
  margin-bottom: 30px;
}
#sec004 ul li {
  margin-bottom: 10px;
}
#sec004 ul li:last-child {
  margin-bottom: 0;
}
#sec004 dl {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: table;
  table-layout: fixed;
  width: 100%;
}
#sec004 dl dt {
  display: table-cell;
  vertical-align: middle;
  width: 220px;
}
#sec004 dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 15px 10px 30px;
  font-size: 22px;
}
#sec004 dl dd strong {
  color: #01b4b6;
  display: block;
  margin-bottom: 0.33em;
  line-height: 1em;
}
#sec004 dl dd p {
  line-height: 1.25em;
}
/*sec005*/
#sec005 {
  background: url("../images/sec005_bg.jpg") top center no-repeat #fff;
  padding: 110px 0 80px;
}
#sec005 h2 {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
#sec005 h2 span.ico {
  position: absolute;
  left: 0;
  right: 0;
  top: -70px;
}
#sec005 h2 strong {
  position: relative;
  z-index: 1;
}
#sec005 .maincontent {
  width: 750px;
}
#sec005_1, #sec005_2, #sec005_3, #sec005_4 {
  position: relative;
  margin-bottom: 80px;
}
#sec005 h3 {
  letter-spacing: -1em;
  position: relative;
  z-index: 5;
}
#sec005 h3 span {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  margin-right: 15px;
}
#sec005 h3 strong {
  display: inline;
  letter-spacing: normal;
  vertical-align: middle;
  color: #fff;
  background: #2954bc;
  font-size: 32px;
  line-height: 1.25em;
  font-weight: 600;
}
#sec005_2 h3, #sec005_4 h3 {
  text-align: right;
}
#sec005_2 h3 span, #sec005_4 h3 span {
  margin: 0;
  margin-left: 15px;
}
#sec005 figure.ico1 img, #sec005 figure.ico2 img {
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px 0px;
}
#sec005 .txt_box {
  padding: 40px 30px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px 0px;
  font-size: 22px;
}
#sec005 .txt_box strong {
  display: block;
  margin-bottom: 1em;
}
#sec005_1 h3 {
  position: absolute;
  left: 30px;
  top: 30px;
}
#sec005_1 figure.ico1 {
  position: relative;
  z-index: 1;
  text-align: right;
}
#sec005_1 .txt_box {
  position: relative;
  top: -50px;
  margin: 0 30px -50px;
  z-index: 2;
  width: 560px;
}
#sec005_1 figure.ico2 {
  position: relative;
  top: -40px;
  margin-bottom: -40px;
  z-index: 3;
  text-align: right;
}
#sec005_2 h3 {
  position: absolute;
  right: 30px;
  top: 190px;
}
#sec005_2 figure.ico1 {
  position: relative;
  z-index: 1;
  text-align: left;
}
#sec005_2 .txt_box {
  position: relative;
  top: -40px;
  margin: 0 30px -40px auto;
  z-index: 2;
  width: 560px;
  padding: 60px 30px
}
#sec005_2 figure.ico2 {
  position: relative;
  top: -40px;
  margin-bottom: -40px;
  z-index: 3;
  text-align: left;
}
#sec005_3 h3 {
  position: absolute;
  left: 30px;
  top: 30px;
}
#sec005_3 figure.ico1 {
  position: relative;
  z-index: 1;
  text-align: right;
}
#sec005_3 .txt_box {
  position: relative;
  top: -50px;
  margin: 0 30px -50px;
  z-index: 2;
  width: 560px;
}
#sec005_3 figure.ico2 {
  position: relative;
  top: -40px;
  margin-bottom: -40px;
  z-index: 3;
  text-align: right;
}
#sec005_4 h3 {
  position: relative;
  top: -20px;
  padding-right: 40px;
  margin-bottom: -20px;
}
#sec005_4 figure.ico3 {
  text-align: center;
}
#sec005_4 .txt_box {
  position: relative;
  top: -50px;
  margin: 0 30px -50px;
  z-index: 2;
  width: 690px;
  padding: 90px 70px 70px;
}
/*sec006*/
#sec006 {
  background: url("../images/sec006_bg.jpg") top center no-repeat;
  padding: 90px 0 60px;
}
#sec006 h2 {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
#sec006 h2 span.ico {
  position: absolute;
  left: 0;
  right: 0;
  top: -120px;
}
#sec006_box {
  background: url("../images/sec006_box_bg.png") top center no-repeat;
  padding: 50px 0 40px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 32px 3px;
}
#sec006_box h3 {
  text-align: center;
  font-size: 28px;
  line-height: 1em;
  font-weight: normal;
  margin-bottom: 50px;
}
#sec006_box h3 span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#sec006_box ul {
  margin: 0 60px 90px;
}
#sec006_box ul li {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 40px;
}
#sec006_box ul li span {
  display: table-cell;
  vertical-align: top;
  width: 90px;
  padding-top: 0.1em;
}
#sec006_box ul li strong {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
  font-size: 28px;
  line-height: 1.25em;
  color: #0c57b3;
}
#sec006_box_in {
  margin: 0 30px;
}
#sec006_box_in h4 {
  text-align: center;
  color: #fff;
  font-size: 28px;
  margin-bottom: 40px;
}
#sec006_box_in dl {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 18px 0;
}
#sec006_box_in dl dt {
  display: table-cell;
  vertical-align: middle;
  width: 80px;
  text-align: center;
}
#sec006_box_in dl dd {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1.25em;
}
#sec006_box_in dl:nth-child(2n) {
  background: #cae0f2;
}
#sec006_box_in p.notice {
  font-size: 18px;
  line-height: 1.25em;
  color: #2b6fc3;
  margin: 20px 30px 0;
}
/*sec007*/
#sec007 {
  background: url("../images/sec007_bg.jpg") top center no-repeat #fff;
  padding: 130px 0 90px;
}
#sec007 h2 {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
#sec007 h2 span.ico {
  position: absolute;
  left: 0;
  right: 0;
  top: -70px;
}
#sec007 h2 strong {
  position: relative;
  z-index: 1;
}
#sec007 dl {
  margin: 0 auto 80px;
  width: 600px;
}
#sec007 dl:last-child {
  margin-bottom: 0;
}
#sec007 dl dt {
  background: #2954bc;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 10px;
  border-radius: 16px;
  margin-bottom: 40px;
}
#sec007 dl dt span {
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
  line-height: 1.4em;
  color: #fff;
}
#sec007 dl dt span.ico {
  width: 75px;
  text-align: center;
}
#sec007 dl dd {
  font-size: 22px;
  line-height: 1.7em;
  margin: 0 15px;
}
/*sec008*/
#sec008 {
  background: url("../images/sec008_bg.jpg") top center no-repeat;
  background-size: cover;
  padding: 120px 0 80px;
}
#sec008 h2 {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
#sec008 h2 span.ico {
  position: absolute;
  left: 0;
  right: 0;
  top: -90px;
}
#sec008 h2 strong {
  position: relative;
  z-index: 1;
}
#sec008 figure.fee {
  margin-bottom: 110px;
}
#sec008 #sec008_2 {
  padding-top: 110px;
}
#sec008 #sec008_2 h2 span.ico {
  position: absolute;
  left: 0;
  right: 0;
  top: -110px;
}
#sec008 #sec008_step_box {
  padding-top: 10px;
  background: url("../images/sec008_bg2.png") center center no-repeat;
}
#sec008 .sec008_step {
  margin-bottom: 40px;
  position: relative;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 32px 3px;
  border-radius: 20px;
  padding: 10px;
}
#sec008 .sec008_step:last-child {
  margin-bottom: 0;
}
#sec008 .sec008_step img.bg_img {
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 32px 3px;
  border-radius: 20px;
}
#sec008 .sec008_step_in {
  position: absolute;
  left: 30px;
  top: -20px;
}
#sec008 .sec008_step_in h3 {
  margin-bottom: 15px;
}
#sec008 .sec008_step_in h4 {
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.25em;
}
#sec008 .sec008_step_in h4 span {
  font-weight: normal;
}
#sec008 .sec008_step_in h4 span strong {
  font-weight: 900;
}
#sec008 .sec008_step_in p {
  font-size: 22px;
  line-height: 1.5em;
}
#sec008 #sec008_step002 h3 {
  margin-bottom: 40px;
}
#sec008 #sec008_step003 h3 {
  margin-bottom: 40px;
}
#sec008 #sec008_step004 h3 {
  margin-bottom: 30px;
}
/*sec009*/
#sec009 {
  background: #fff;
  padding: 130px 0 90px;
}
#sec009 .maincontent {
  width: 100%;
}
#sec009 h2 {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
#sec009 h2 span.ico {
  position: absolute;
  left: 0;
  right: 0;
  top: -80px;
}
#sec009 h2 strong {
  position: relative;
  z-index: 1;
}
#sec009 .sec009_in {
  margin-bottom: 90px;
}
#sec009 .sec009_in:last-child {
  margin-bottom: 0;
}
#sec009 .sec009_in dl {
  display: table;
  table-layout: fixed;
  width: 650px;
  margin: 0 auto 40px;
}
#sec009 .sec009_in dl dt {
  display: table-cell;
  vertical-align: middle;
  width: 280px;
}
#sec009 .sec009_in dl dd {
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px;
}
#sec009 .sec009_in dl dd strong {
  display: block;
  font-size: 22px;
  margin-bottom: 0.5em;
}
#sec009 .sec009_in dl dd p {
  font-size: 20px;
  line-height: 1.5em;
}
#sec009 .g_map iframe {
  width: 100%;
  height: 315px; /*-webkit-filter: grayscale(1); filter: grayscale(1);*/
}
/*sec010*/
#sec010 {
  background: url("../images/sec010_bg.jpg") top center no-repeat;
  background-size: cover;
  padding: 130px 0 110px;
}
#sec010 h2 {
  text-align: center;
}
/*sec011*/
section#sec011 {
  background: #fff;
  padding: 0px 0 90px;
}
section#sec011 h2 {
  font-size: 46px;
  text-align: center;
  letter-spacing: 5px;
  color: #07b2b7;
  background: -webkit-linear-gradient(90deg, #07b2b7, #4c9dc7, #1c42b8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
section#sec011 table {
  table-layout: fixed;
  width: 100%;
  border-colspace: colspace;
  border-spacing: 0;
}
section#sec011 table th {
  border-bottom: 1px solid #ddd;
  width: 25%;
  padding: 12px 20px;
  < !--text-align: center;
  -- > color: #2954bc;
  font-size: 20px;
}
section#sec011 table td {
  border-bottom: 1px solid #ddd;
  width: 75%;
  padding: 12px 40px;
  font-size: 16px;
}
section#sec011 table a {
  text-decoration: underline;
  color: #666;
}
section#sec011 table a:hover {
  text-decoration: none;
}
@media print, screen and (min-width:751px) {
  .smp {
    display: none !important;
  }
}
@media screen and (max-width:750px) {
  .pc {
    display: none !important;
  }
}
/*20220314*/
.maincontent_990 {
  width: 990px;
}
#sec002_1 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#sec002_1 ul li {
  width: 300px;
  margin: 0 15px 40px;
}
#sec002_1 ul li:nth-child(2n) span.ico {
  left: -27px;
}
@media screen and (max-width:750px) {
  .maincontent_990 {
    width: 690px;
  }
  #sec002_1 ul {
    justify-content: flex-start;
  }
  #sec002_1 ul li {
    width: 330px;
    margin: 0 0 40px;
  }
}
/*20221205*/
.sec003_tit2 .text {
  font-size: 1.4rem;
  font-weight: 800;
}
.gradation {
  display: inline-block;
  background: linear-gradient(135deg, #0c2bb3 0%, #01b4b6 100%);
  background: -webkit-linear-gradient(-45deg, #0c2bb3 0%, #01b4b6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec003_tit2 .text_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.sec003_tit2 .text_flex .kees {
  font-size: 1.3rem;
  font-weight: bold;
}
.sec003_tit2 .text_flex .kees .kees_text:first-of-type:first-letter {
  font-size: 2rem;
}
.sec003_tit2 .text_flex .count {
  font-size: 1.3rem;
  font-weight: bold;
}
.sec003_tit2 .text_flex .count span {
  font-size: 2rem;
}
.sec003_tit2 .text_course {
  font-size: 2.9rem;
  font-weight: bold;
  letter-spacing: -2px;
}
.sec003_tit2 .text_right {
  text-align: right;
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: -1px;
}
.mv_txt {
  max-width: 580px;
  margin: 0 auto;
  background: url("../images/mv_txt-bg.png");
  background-color: rgb(255 255 255 / 70%);
  background-repeat: repeat;
  border-radius: 20px;
  overflow: hidden;
}
.mv_txt-tag {
  background: rgb(1, 180, 182);
  background: -moz-linear-gradient(325deg, rgba(1, 180, 182, 1) 38%, rgba(12, 43, 179, 1) 100%);
  background: -webkit-linear-gradient(325deg, rgba(1, 180, 182, 1) 38%, rgba(12, 43, 179, 1) 100%);
  background: linear-gradient(325deg, rgba(1, 180, 182, 1) 38%, rgba(12, 43, 179, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01b4b6", endColorstr="#0c2bb3", GradientType=1);
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  padding: 8px;
  margin-bottom: 30px;
}
.mv_txt h1 {
  font-size: 100px;
  letter-spacing: 2px;
  line-height: 1.05;
  position: relative;
  text-align: left;
}
.mv_txt .mv_txt-txt {
  font-size: 28px;
  font-weight: 700;
  margin: 30px auto 80px;
}
.mv_total5times {
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  bottom: -10px;
  right: 0;
  background: url("../images/mv_total5times-bg.png") no-repeat center;
  justify-content: center;
  align-items: center;
}
.mv_total5times-inner {
  font-size: 22px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding-bottom: 5px;
    border: none;
    border-image: none;
    border-image-width: 0;
    backface-visibility: inherit;
}
.mv_total5times-inner span {
  font-size: 60px;
}


section#other-course {
    padding: 130px 0;
    position: relative;
    z-index: 1;
    text-align: center;
}

section#other-course::before{
    content: "";
  background-image: -moz-linear-gradient( -90deg, rgb(12,87,179) 0%, rgb(1,180,182) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(12,87,179) 0%, rgb(1,180,182) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(12,87,179) 0%, rgb(1,180,182) 100%);
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: .1;
}
section#other-course .inner{
    opacity: 1;
    max-width: 960px;
    margin: 0 auto;
}
section#other-course h2{
  font-size: 46px;
  font-weight: bold;
    
}

.other-course-list {
    text-align: left;
    background-color: rgb(255 255 255 / 90%);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 50px;
    margin-top: 40px;
}

.course-list ul {
    display: flex;
    flex-flow: wrap;
    gap: 15px ;
}

.course-list ul li {
    width:calc((100% - 15px) / 2);
    font-weight: bold;
    font-size: 20px;
    position: relative;
    padding-left: 20px;
}
.course-list ul li a{
    position: relative;
    padding: 0 27px 0 0;
    display: inline;
    word-break: normal;
}

.course-list ul li::before {
    content: "";
    background: url("../images/icon-arrow.png") center left no-repeat;
    width: 19px;
    height: 29px;
    display: block;
    position: absolute;
    left: 0;
}
.course-list ul li a::after {
    content: "";
    background: url("../images/ico-external.png") center no-repeat;
    width: 19px;
    height: 29px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}
.course-list ul li.current{
    display: none;
}