@charset "UTF-8";
a, p, h1, h2, h3, h4, h5, th, td, dt, dl, li {
  line-height: 1.8;
}

.youtube iframe {
  margin: 0 auto;
}

.btn {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

/*===================================
　　　　　base
===================================*/
/*===　reset ===*/
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: 1;
  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, 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, input, textarea {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section, div, address, iframe, canvas, hr, textarea {
  display: block;
}

iframe {
  max-width: 100% !important;
}

a, label {
  cursor: pointer;
}

blockquote {
  padding: 0;
  margin: 0;
  display: block;
}

address, em {
  font-style: normal;
}

hr {
  border: 0;
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

textarea {
  resize: vertical;
  overflow: hidden;
  -webkit-appearance: none;
  border: none;
}

input, button, select {
  vertical-align: middle;
  border-radius: 0px;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

*:before,
*:after {
  padding: 0;
  margin: 0;
  line-height: 1;
}

/*=== basic ===*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #323232;
  min-width: 980px;
}

.container {
  width: 960px;
  margin: 0 auto;
}

.content_main {
  width: 830px;
  min-height: 200px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  top: -100px;
}

.content_main_wrapper {
  background: url(../../assets/images/bg_dot05.png);
}

.section {
  border-top: solid 20px #181c45;
  padding: 85px 90px 65px;
  position: relative;
}

.section:after {
  content: '';
  display: block;
  clear: both;
}

.section_block {
  padding-top: 85px;
  padding-bottom: 85px;
}

.index_section {
  border-top: none;
  padding: 90px 0;
}

.attension {
  color: red;
}

a {
  color: #036EB8;
  text-decoration: none;
}

b {
  font-weight: bold;
}

p {
  margin-bottom: 30px;
}

h1 {
  margin-bottom: 30px;
}

dl, ul, ol {
  margin-bottom: 30px;
  padding: 0;
}

em {
  font-style: italic;
}

.clearfix {
  zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: block;
}

.clearfix:after {
  clear: both;
}

/*---　404page　---*/
.error-404_heading {
  font-size: 32px;
  color: #181c45;
}

/*---　search　---*/
.screen-reader-text {
  display: none;
}

.sponly {
  display: none !important;
}

@media screen and (max-width: 640px) {
  .pconly {
    display: none !important;
  }
  .sponly {
    display: block !important;
  }
  body {
    font-size: 13px;
    min-width: auto;
  }
  .container {
    width: 100%;
  }
  .content_main {
    width: 100%;
    top: -30px;
  }
  .content_main_wrapper {
    padding: 0 15px;
  }
  .section {
    border-top: solid 15px #181c45;
    padding: 40px 15px;
  }
  .section_block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .index_section {
    border-top: none;
    padding: 50px 0;
  }
  p {
    margin-bottom: 15px;
  }
  img {
    max-width: 100%;
  }
  table {
    margin-bottom: 15px;
  }
  dl {
    margin-bottom: 15px;
  }
  ul {
    margin-bottom: 15px;
  }
  ol {
    margin-bottom: 15px;
  }
  /*===　サイド余白 ===*/
  main > p, main > ul, main > dl, main > h2, main > h3, main > h4 {
    padding: 0 20px !important;
  }
}

/*===　utill ===*/
.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

@media screen and (max-width: 640px) {
  .sp_mt0 {
    margin-top: 0px !important;
  }
  .sp_mr0 {
    margin-right: 0px !important;
  }
  .sp_mb0 {
    margin-bottom: 0px !important;
  }
  .sp_ml0 {
    margin-left: 0px !important;
  }
  .sp_pt0 {
    padding-top: 0px !important;
  }
  .sp_pr0 {
    padding-right: 0px !important;
  }
  .sp_pb0 {
    padding-bottom: 0px !important;
  }
  .sp_pl0 {
    padding-left: 0px !important;
  }
  .sp_mt5 {
    margin-top: 5px !important;
  }
  .sp_mr5 {
    margin-right: 5px !important;
  }
  .sp_mb5 {
    margin-bottom: 5px !important;
  }
  .sp_ml5 {
    margin-left: 5px !important;
  }
  .sp_pt5 {
    padding-top: 5px !important;
  }
  .sp_pr5 {
    padding-right: 5px !important;
  }
  .sp_pb5 {
    padding-bottom: 5px !important;
  }
  .sp_pl5 {
    padding-left: 5px !important;
  }
  .sp_mt10 {
    margin-top: 10px !important;
  }
  .sp_mr10 {
    margin-right: 10px !important;
  }
  .sp_mb10 {
    margin-bottom: 10px !important;
  }
  .sp_ml10 {
    margin-left: 10px !important;
  }
  .sp_pt10 {
    padding-top: 10px !important;
  }
  .sp_pr10 {
    padding-right: 10px !important;
  }
  .sp_pb10 {
    padding-bottom: 10px !important;
  }
  .sp_pl10 {
    padding-left: 10px !important;
  }
  .sp_mt15 {
    margin-top: 15px !important;
  }
  .sp_mr15 {
    margin-right: 15px !important;
  }
  .sp_mb15 {
    margin-bottom: 15px !important;
  }
  .sp_ml15 {
    margin-left: 15px !important;
  }
  .sp_pt15 {
    padding-top: 15px !important;
  }
  .sp_pr15 {
    padding-right: 15px !important;
  }
  .sp_pb15 {
    padding-bottom: 15px !important;
  }
  .sp_pl15 {
    padding-left: 15px !important;
  }
  .sp_mt20 {
    margin-top: 20px !important;
  }
  .sp_mr20 {
    margin-right: 20px !important;
  }
  .sp_mb20 {
    margin-bottom: 20px !important;
  }
  .sp_ml20 {
    margin-left: 20px !important;
  }
  .sp_pt20 {
    padding-top: 20px !important;
  }
  .sp_pr20 {
    padding-right: 20px !important;
  }
  .sp_pb20 {
    padding-bottom: 20px !important;
  }
  .sp_pl20 {
    padding-left: 20px !important;
  }
  .sp_mt25 {
    margin-top: 25px !important;
  }
  .sp_mr25 {
    margin-right: 25px !important;
  }
  .sp_mb25 {
    margin-bottom: 25px !important;
  }
  .sp_ml25 {
    margin-left: 25px !important;
  }
  .sp_pt25 {
    padding-top: 25px !important;
  }
  .sp_pr25 {
    padding-right: 25px !important;
  }
  .sp_pb25 {
    padding-bottom: 25px !important;
  }
  .sp_pl25 {
    padding-left: 25px !important;
  }
  .sp_mt30 {
    margin-top: 30px !important;
  }
  .sp_mr30 {
    margin-right: 30px !important;
  }
  .sp_mb30 {
    margin-bottom: 30px !important;
  }
  .sp_ml30 {
    margin-left: 30px !important;
  }
  .sp_pt30 {
    padding-top: 30px !important;
  }
  .sp_pr30 {
    padding-right: 30px !important;
  }
  .sp_pb30 {
    padding-bottom: 30px !important;
  }
  .sp_pl30 {
    padding-left: 30px !important;
  }
  .sp_mt35 {
    margin-top: 35px !important;
  }
  .sp_mr35 {
    margin-right: 35px !important;
  }
  .sp_mb35 {
    margin-bottom: 35px !important;
  }
  .sp_ml35 {
    margin-left: 35px !important;
  }
  .sp_pt35 {
    padding-top: 35px !important;
  }
  .sp_pr35 {
    padding-right: 35px !important;
  }
  .sp_pb35 {
    padding-bottom: 35px !important;
  }
  .sp_pl35 {
    padding-left: 35px !important;
  }
  .sp_mt40 {
    margin-top: 40px !important;
  }
  .sp_mr40 {
    margin-right: 40px !important;
  }
  .sp_mb40 {
    margin-bottom: 40px !important;
  }
  .sp_ml40 {
    margin-left: 40px !important;
  }
  .sp_pt40 {
    padding-top: 40px !important;
  }
  .sp_pr40 {
    padding-right: 40px !important;
  }
  .sp_pb40 {
    padding-bottom: 40px !important;
  }
  .sp_pl40 {
    padding-left: 40px !important;
  }
  .sp_mt45 {
    margin-top: 45px !important;
  }
  .sp_mr45 {
    margin-right: 45px !important;
  }
  .sp_mb45 {
    margin-bottom: 45px !important;
  }
  .sp_ml45 {
    margin-left: 45px !important;
  }
  .sp_pt45 {
    padding-top: 45px !important;
  }
  .sp_pr45 {
    padding-right: 45px !important;
  }
  .sp_pb45 {
    padding-bottom: 45px !important;
  }
  .sp_pl45 {
    padding-left: 45px !important;
  }
  .sp_mt50 {
    margin-top: 50px !important;
  }
  .sp_mr50 {
    margin-right: 50px !important;
  }
  .sp_mb50 {
    margin-bottom: 50px !important;
  }
  .sp_ml50 {
    margin-left: 50px !important;
  }
  .sp_pt50 {
    padding-top: 50px !important;
  }
  .sp_pr50 {
    padding-right: 50px !important;
  }
  .sp_pb50 {
    padding-bottom: 50px !important;
  }
  .sp_pl50 {
    padding-left: 50px !important;
  }
  .sp_mt55 {
    margin-top: 55px !important;
  }
  .sp_mr55 {
    margin-right: 55px !important;
  }
  .sp_mb55 {
    margin-bottom: 55px !important;
  }
  .sp_ml55 {
    margin-left: 55px !important;
  }
  .sp_pt55 {
    padding-top: 55px !important;
  }
  .sp_pr55 {
    padding-right: 55px !important;
  }
  .sp_pb55 {
    padding-bottom: 55px !important;
  }
  .sp_pl55 {
    padding-left: 55px !important;
  }
  .sp_mt60 {
    margin-top: 60px !important;
  }
  .sp_mr60 {
    margin-right: 60px !important;
  }
  .sp_mb60 {
    margin-bottom: 60px !important;
  }
  .sp_ml60 {
    margin-left: 60px !important;
  }
  .sp_pt60 {
    padding-top: 60px !important;
  }
  .sp_pr60 {
    padding-right: 60px !important;
  }
  .sp_pb60 {
    padding-bottom: 60px !important;
  }
  .sp_pl60 {
    padding-left: 60px !important;
  }
  .sp_mt65 {
    margin-top: 65px !important;
  }
  .sp_mr65 {
    margin-right: 65px !important;
  }
  .sp_mb65 {
    margin-bottom: 65px !important;
  }
  .sp_ml65 {
    margin-left: 65px !important;
  }
  .sp_pt65 {
    padding-top: 65px !important;
  }
  .sp_pr65 {
    padding-right: 65px !important;
  }
  .sp_pb65 {
    padding-bottom: 65px !important;
  }
  .sp_pl65 {
    padding-left: 65px !important;
  }
  .sp_mt70 {
    margin-top: 70px !important;
  }
  .sp_mr70 {
    margin-right: 70px !important;
  }
  .sp_mb70 {
    margin-bottom: 70px !important;
  }
  .sp_ml70 {
    margin-left: 70px !important;
  }
  .sp_pt70 {
    padding-top: 70px !important;
  }
  .sp_pr70 {
    padding-right: 70px !important;
  }
  .sp_pb70 {
    padding-bottom: 70px !important;
  }
  .sp_pl70 {
    padding-left: 70px !important;
  }
}

/*===================================
　　　　　layout
===================================*/
/*=== l-footer ===*/
.l-footer {
  height: 250px;
  background: url(../../assets/images/bg_dot01.png);
}

.l-footer_inner {
  height: 100%;
  position: relative;
}

.l-footer_inner small {
  line-height: 1.4;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: 11px;
  word-break: break-word;
  padding: 0 20px !important;
}

.l-footer_logo {
  display: table;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.l-footer_block {
  position: absolute;
  top: 35px;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-footer_block_item {
  color: #FFF;
  margin-left: 50px;
}

.l-footer_block_item * {
  font-size: 12px;
}

.l-footer_block_item h2 {
  border-bottom: 1px solid;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.l-footer_block_item a {
  color: #FFF;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.l-footer_block_item a:hover {
  opacity: 0.5;
}

.l-footer_block_item li {
  line-height: 2;
}

/*---　gotop　---*/
.gotop {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.gotop span {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 14px 8px;
  border-color: transparent transparent #fff transparent;
}

.gotop a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 1;
  background-color: #181c45;
}

@media screen and (max-width: 640px) {
  .l-footer {
    height: 753px;
  }
  .l-footer_logo {
    display: table;
    position: absolute;
    top: 20px;
    left: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
  .l-footer_block {
    width: 50%;
    position: absolute;
    top: 160px;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
  }
  .l-footer_block_item {
    color: #FFF;
    margin-left: 0;
  }
  .l-footer_block_item * {
    font-size: 12px;
  }
  .l-footer_block_item h2 {
    border-bottom: 1px solid;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .l-footer_block_item a {
    color: #FFF;
  }
  /*---　gotop　---*/
  .gotop {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 2;
  }
  .gotop span {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 14px 8px;
    border-color: transparent transparent #fff transparent;
  }
  .gotop a {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 1;
    background-color: #181c45;
  }
}

/*=== l-header ===*/
.l-header {
  background-color: #181c45;
  position: relative;
}

.l-header_top .container {
  height: 35px;
  position: relative;
}

.l-header_middle {
  height: 110px;
  background: url(../../assets/images/bg_dot01.png);
  position: relative;
}

.l-header_bottom {
  height: 70px;
  position: relative;
}

.l-header_info {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header_info_item {
  margin-left: 30px;
}

.l-header_info_item a {
  display: block;
  color: #FFF;
  font-size: 16px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.l-header_info_item a:hover {
  opacity: 0.5;
}

.l-header_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.l-header_gnav {
  width: 100%;
  background-color: rgba(34, 40, 59, 0.72);
  position: absolute;
  bottom: -50px;
  z-index: 1;
}

.l-header_gnav * {
  line-height: 1.1;
}

.l-header_gnav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding: 0;
  text-align: center;
}

.l-header_gnav > ul > li {
  display: block;
  width: 100%;
  border-right: 1px solid #476f98;
}

.l-header_gnav > ul > li:first-child {
  border-left: 1px solid #476f98;
}

.l-header_gnav > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.l-header_gnav > ul > li > a:hover {
  background-color: #181c45;
}

.l-header_gnav > ul > li > a span {
  width: 100%;
  display: block;
  font-size: 16px;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.l-header_gnav > ul > li > ul {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.l-header_gnav > ul > li > ul.menu_on {
  visibility: visible;
  opacity: 1;
}

.l-header_gnav > ul > li > ul > li > a {
  display: block;
  background: #e8e8e8;
  color: #2e2e2e;
  border-top: solid 1px #808080;
  padding: 16px 0;
  font-size: 14px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.l-header_gnav > ul > li > ul > li > a:hover {
  background: #b5b5b5;
}

.header_search {
  padding: 10px 20px 10px 30px;
  background-color: #181c45;
}

.sticky {
  position: fixed;
  top: 0;
  bottom: auto;
}

.header_search {
  width: 240px;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.header_search.search_on {
  visibility: visible;
  opacity: 1;
}

.gsc-control-cse {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

input.gsc-search-button-v2 {
  width: auto !important;
  height: auto !important;
}

table.gsc-search-box td {
  padding: 0 !important;
}

.gsc-input {
  width: 100% !important;
  padding-left: 10px;
}

.gsc-input-box {
  padding-left: 10px !important;
}

.gsc-search-button {
  background-color: #181c45 !important;
  padding: 6px !important;
  border: none !important;
  border-radius: 0 !important;
}

.gsc-search-button input {
  margin: 0 !important;
}

.gsib_a {
  vertical-align: top !important;
}

.gsst_a {
  padding-top: 3px !important;
}

.gsc-selected-option-container {
  max-width: 100% !important;
}

.gcsc-branding-img-noclear {
  vertical-align: top !important;
}

.logo_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo_right {
  width: 466px;
  line-height: 1.5;
  padding-left: 30px;
  color: #fff;
  font-size: 22px;
}

.logo_catch {
  width: 700px;
  display: inline-block;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #fff;
  font-size: 30px;
}

@media screen and (max-width: 640px) {
  .l-header_middle {
    height: 50px;
  }
  .l-header_middle .l-header_logo {
    left: 42%;
  }
  .l-header_info {
    left: 0;
  }
  .l-header_bottom {
    height: 92px;
    position: relative;
  }
  .l-header_gnav {
    display: none;
    position: fixed;
    top: 0;
    bottom: auto;
    background-color: #181c45;
    padding-top: 85px;
  }
  .l-header_gnav > ul {
    display: block;
    height: auto;
  }
  .l-header_gnav > ul > li {
    border-left: none;
    border-bottom: 1px solid #3a3f4d;
  }
  .l-header_gnav > ul > li:first-child {
    border-left: none;
    border-top: 1px solid #3a3f4d;
  }
  .l-header_gnav > ul > li > a {
    padding: 13px 0;
    position: relative;
  }
  .l-header_gnav > ul > li > a:before {
    display: inline-block;
    content: '';
    background-image: url(../../assets/images/sprite_sp.png);
    background-position: 0px 0px;
    width: 19.5px;
    height: 11px;
    background-size: 172.5px 520.5px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .l-header_gnav > ul > li > a.arrow_on:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .l-header_gnav > ul > li > a span {
    font-size: 15px;
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .l-header_gnav > ul > li > ul {
    display: none;
    visibility: visible;
    opacity: 1;
    margin: 0;
  }
  .l-header_gnav > ul > li > ul > li > a {
    display: block;
    background: #e8e8e8;
    color: #2e2e2e;
    border-top: solid 1px #808080;
    padding: 16px 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .l-header_gnav > ul > li > ul > li > a:hover {
    background-color: #181c45;
  }
  .header_search {
    left: 0;
    margin: auto;
  }
  .menu_btn {
    width: 25px;
    height: 25px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  .menu_btn_wrapper {
    width: 50px;
    height: 50px;
    background-color: #6f98cd;
    position: fixed;
    top: 35px;
    right: 0;
    z-index: 2;
    padding: 13px;
  }
  .menu_btn span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .menu_btn span:nth-child(1) {
    top: 0px;
  }
  .menu_btn span:nth-child(2), .menu_btn span:nth-child(3) {
    top: 9px;
  }
  .menu_btn span:nth-child(4) {
    top: 18px;
  }
  .menu_btn.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  .menu_btn.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu_btn.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu_btn.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  .sticky {
    position: fixed;
    top: 0;
    bottom: auto;
  }
  .logo_right {
    width: 213px;
    padding-left: 10px;
    font-size: 10px;
  }
  .logo_catch {
    width: 300px;
    line-height: 1.5;
    font-size: 23px;
  }
}

/*===　l-side ===*/
/*===================================
　　　　　module
===================================*/
/*===　btn 　===*/
.btn {
  display: inline-block;
  padding: 10px 25px;
  text-align: center;
  font-size: 16px;
}

.btn_standard {
  color: #fff;
  border: 1px solid;
  background-color: #181c45;
}

.btn_standard:hover {
  opacity: 0.7;
}

.btn_error {
  color: #fff;
  border: 1px solid;
  background-color: #e03535;
}

.btn_error:hover {
  opacity: 0.7;
}

.btn_warning {
  color: #fff;
  border: 1px solid;
  background-color: #f9a712;
}

.btn_warning:hover {
  opacity: 0.7;
}

.btn_small {
  font-size: 14px;
  padding: 5px 10px;
}

.btn_big {
  width: 100%;
}

.btn_radius {
  border-radius: 5px;
}

.btn_white {
  width: 100%;
  color: #000080;
  border: 1px solid;
  background-color: #fff;
}

.btn_white:hover {
  opacity: 0.7;
}

.btn_navy {
  width: 100%;
  color: #fff;
  border: 1px solid;
  background-color: #181c45;
}

.btn_navy:hover {
  opacity: 0.7;
}

.btn_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
}

.btn_wrapper_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn_color01 {
  background-color: #9f9f9f;
}

.btn_color02 {
  background-color: #567c2e;
}

@media screen and (max-width: 640px) {
  .btn {
    padding: 10px 20px;
    font-size: 13px;
  }
  .btn_small {
    font-size: 14px;
    padding: 0px 10px;
  }
  .btn_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/*===　heading　===*/
.heading02 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #6f98cd;
  text-align: center;
  border-bottom: 1px solid;
}

.heading03 {
  font-size: 18px;
  margin-bottom: 6px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #c2c2c2;
}

.heading04 {
  font-size: 16px;
  margin-bottom: 4px;
  color: #6f98cd;
}

.heading05 {
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: 600;
}

.bg_balloon {
  background-image: url(../../assets/images/sprite.png);
  background-position: 0px -443px;
  width: 114px;
  height: 122px;
  background-size: 250px 749px;
  color: #FFF;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  padding-top: 48px;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin: auto;
  margin-bottom: -39px;
}

.index_section .bg_balloon {
  padding-top: 45px;
  top: -50px;
}

@media screen and (max-width: 640px) {
  .bg_balloon {
    background-image: url(../../assets/images/sprite_sp.png);
    background-position: 0px -284px;
    width: 86px;
    height: 92px;
    background-size: 172.5px 520.5px;
    padding-top: 36px;
    font-size: 12px;
    top: -27px;
    margin-top: -25px;
    margin-bottom: -39px;
  }
  .index_section .bg_balloon {
    padding-top: 33px;
    top: -20px;
  }
}

.list_disc {
  margin-left: 10px;
}

.list_disc > li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 14px;
}

.list_disc > li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #323232;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 0;
}

.list_disc > li:last-child {
  margin-bottom: 0;
}

.list_circle {
  margin-left: 10px;
}

.list_circle > li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 14px;
}

.list_circle > li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  border: #333 2px solid;
  position: absolute;
  top: 7px;
  left: 0;
}

.list_circle > li:last-child {
  margin-bottom: 0;
}

.list_number > li {
  margin-bottom: 5px;
  position: relative;
  margin-left: 20px;
  list-style: decimal;
}

.list_number > li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .list_disc > li:before {
    top: 10px;
  }
}

/*===　media　===*/
.media_left, .media_right, .media_body {
  display: table-cell;
  vertical-align: top;
}

.media {
  margin-bottom: 20px;
}

.media_left {
  padding-right: 10px;
}

.media_right {
  padding-left: 10px;
}

.media01 {
  width: calc(100% - 30px);
}

.media01:nth-of-type(2) {
  margin-left: 60px;
}

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

.media01 h2 {
  color: #6f98cd;
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid;
  margin-bottom: 13px;
  line-height: 2;
}

.media01_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 10px;
}

.media01_text.on {
  height: auto !important;
}

.media01_text .img_wrapper {
  margin-right: 15px;
}

.media01_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  text-align: center;
  clear: both;
  margin-top: 20px;
}

.media01_btn a {
  width: 100%;
  padding-top: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.media01_btn a:hover {
  opacity: 0.7;
}

.media01_btn_left {
  background: url(../../assets/images/bg_dot01.png);
  color: #FFF;
}

.media01_btn_left:after {
  display: inline-block;
  content: '+';
  margin-left: 5px;
}

.media01_btn_left.on:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.media01_btn_right {
  background-color: #FFF;
  color: #181c45;
}

.media01_btn_right:after {
  display: inline-block;
  content: '';
  margin-left: 5px;
  background-image: url(../../assets/images/sprite.png);
  background-position: 0px 0px;
  width: 15.5px;
  height: 15.5px;
  background-size: 250px 749px;
  position: relative;
  top: 2px;
}

.media01_btn01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  text-align: center;
  clear: both;
  margin-top: 20px;
}

.media01_btn01 a {
  width: 100%;
  padding-top: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.media01_btn01 a:hover {
  opacity: 0.7;
}

.media01_btn01_left {
  background: url(../../assets/images/bg_dot01.png);
  color: #fff;
}

.media01_btn01_right {
  background-color: #FFF;
  color: #181c45;
}

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

.media01_4appeal a {
  color: #FFF;
}

.media01_4appeal a:hover .media01_4appeal_bottom {
  height: 130px;
}

.media01_4appeal_item {
  position: relative;
}

.media01_4appeal_num {
  padding: 0 10px;
}

.media01_4appeal_text {
  line-height: 1.4;
}

.media01_4appeal_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 15px;
  position: absolute;
  bottom: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.media01_4appeal_bottom:before {
  display: inline-block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  top: 56px;
  z-index: 2;
}

.media01_event_list li a {
  color: #000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.media01_event_list li a:before {
  display: inline-block;
  content: '〉';
  margin-right: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.media01_event_list li a:hover {
  opacity: 0.5;
}

.media01_event_list li a:hover:before {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
}

@media screen and (max-width: 640px) {
  .media_left {
    display: block;
    padding-right: 0;
    text-align: center;
    margin-bottom: 5px;
  }
  .media_right {
    display: block;
    padding-left: 0;
  }
  .media01 {
    width: 100%;
    margin-bottom: 25px;
  }
  .media01:nth-of-type(2) {
    margin-left: 0;
  }
  .media01_wrapper {
    display: block;
    padding: 0 20px !important;
  }
  .media01_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .media01_text .img_wrapper {
    margin: 0 auto 5px;
  }
  .media01 h2 {
    font-size: 20px;
  }
  .media01_btn {
    display: block;
    height: auto;
    margin-top: 0;
  }
  .media01_btn a {
    display: block;
    width: 90%;
    height: 45px;
    margin: 0 auto;
  }
  .media01_4appeal {
    display: block;
    padding: 0 20px !important;
  }
  .media01_4appeal_item {
    margin-bottom: 15px;
  }
  .media01_4appeal a:hover .media01_4appeal_bottom {
    height: auto;
  }
  .media01_4appeal a img {
    width: 100%;
  }
  .media01_4appeal_num {
    padding: 0 20px 0 10px;
  }
  .media01_4appeal_text {
    font-size: 21px;
    position: relative;
    top: -5px;
  }
  .media01_4appeal_bottom {
    height: 80px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .media01_4appeal_bottom:before {
    top: 63px;
    z-index: 2;
  }
  .media01_event_list li a {
    color: #000;
  }
  .media01_event_list li a:before {
    content: '〉';
    margin-right: 10px;
  }
}

/*===　other　===*/
main a[target="_blank"]:after, main a[href$=".pdf"]:after {
  content: '';
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 3px;
}

main a[target="_blank"]:after {
  background-image: url(../../assets/images/sprite.png);
  background-position: 0px -51.5px;
  width: 16px;
  height: 16px;
  background-size: 250px 749px;
}

main a[href$=".pdf"]:after {
  background-image: url(../../assets/images/sprite.png);
  background-position: 0px -25.5px;
  width: 16px;
  height: 16px;
  background-size: 250px 749px;
}

/*---　要素の配置　---*/
.align_center {
  text-align: center;
  margin: 0 auto;
}

.align_left {
  float: left;
  margin-right: 15px;
}

.align_right {
  float: right;
  margin-left: 15px;
}

/*---　キャプション　---*/
.caption {
  display: table;
  width: 1%;
}

.caption span {
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 1.3em;
  padding: 0;
  text-align: center;
}

/*---　youtube　---*/
.youtube {
  margin-bottom: 30px;
}

/* .youtube iframe {
  margin: 0 auto;
} */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  /*---　要素の配置　---*/
  .align_left, .align_right {
    display: table;
    float: none;
    margin: 0 auto 5px auto;
  }
  /*---　キャプション　---*/
  /*---　youtube　---*/
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

/*===　sprite/SVG　===*/
/*---　sprite　---*/
.sprite01, .sprite03, .sprite04, .sprite05, .sprite08, .sprite09, .sprite10, .sprite11, .sprite14 {
  display: inline-block;
}

.sprite01 {
  background-image: url(../../assets/images/sprite.png);
  background-position: 0px -369px;
  width: 250px;
  height: 64px;
  background-size: 250px 749px;
}

.sprite03 {
  background-image: url(../../assets/images/sprite.png);
  background-position: 0px -77.5px;
  width: 18px;
  height: 17.5px;
  background-size: 250px 749px;
}

.sprite04 {
  background-image: url(../../assets/images/sprite.png);
  background-position: 0px -133.5px;
  width: 19.5px;
  height: 19.5px;
  background-size: 250px 749px;
}

.sprite05 {
  background-image: url(../../assets/images/sprite.png);
  background-position: 0px -575px;
  width: 222.5px;
  height: 174px;
  background-size: 250px 749px;
}

.sprite08 {
  background-image: url(../../assets/images/sprite.png);
  background-position: 0px -214px;
  width: 54px;
  height: 41.5px;
  background-size: 250px 749px;
}

.sprite09 {
  background-image: url(../../assets/images/sprite.png);
  background-position: 0px -265.5px;
  width: 58px;
  height: 41.5px;
  background-size: 250px 749px;
}

.sprite10 {
  background-image: url(../../assets/images/sprite.png);
  background-position: 0px -317px;
  width: 56px;
  height: 42px;
  background-size: 250px 749px;
}

.sprite11 {
  background-image: url(../../assets/images/sprite.png);
  background-position: 0px -163px;
  width: 58.5px;
  height: 41px;
  background-size: 250px 749px;
}

.sprite14 {
  background-image: url(../../assets/images/sprite.png);
  background-position: 0px -105px;
  width: 20px;
  height: 18.5px;
  background-size: 250px 749px;
}

@media screen and (max-width: 640px) {
  /*---　sprite　---*/
  .sprite01 {
    background-image: url(../../assets/images/sprite_sp.png);
    background-position: 0px -21px;
    width: 75px;
    height: 19.5px;
    background-size: 172.5px 520.5px;
  }
  .sprite05 {
    background-image: url(../../assets/images/sprite_sp.png);
    background-position: 0px -386px;
    width: 172.5px;
    height: 134.5px;
    background-size: 172.5px 520.5px;
  }
  .sprite08 {
    background-image: url(../../assets/images/sprite_sp.png);
    background-position: 0px -50.5px;
    width: 62.5px;
    height: 48px;
    background-size: 172.5px 520.5px;
  }
  .sprite09 {
    background-image: url(../../assets/images/sprite_sp.png);
    background-position: 0px -108.5px;
    width: 68px;
    height: 48px;
    background-size: 172.5px 520.5px;
  }
  .sprite10 {
    background-image: url(../../assets/images/sprite_sp.png);
    background-position: 0px -225px;
    width: 65px;
    height: 49px;
    background-size: 172.5px 520.5px;
  }
  .sprite11 {
    background-image: url(../../assets/images/sprite_sp.png);
    background-position: 0px -166.5px;
    width: 68px;
    height: 48.5px;
    background-size: 172.5px 520.5px;
  }
}

/*===　table　===*/
.table {
  table-layout: fixed;
  width: 100%;
}

.table th {
  font-weight: bold;
  text-align: center;
}

.table th,
.table td {
  padding: 8px 10px;
}

.table_layout01 th {
  background-color: #181c45;
  color: #fff;
}

.table_border th,
.table_border td {
  border: solid 1px #ccc;
  vertical-align: top;
}

.table_center {
  margin: 0 auto 30px auto;
}

.table_center th {
  text-align: center;
}

.table_center th,
.table_center td {
  padding: 8px 10px;
}

.table_stripe tbody tr:nth-of-type(even) {
  background-color: #f9f9f9;
}

@media screen and (max-width: 640px) {
  .table th,
  .table td {
    padding: 8px 10px;
  }
  .table_center {
    margin: 10px auto 15px auto;
  }
}

/*===================================
　　　　　style
===================================*/
/*=== contents ===*/
.img_wrapper {
  width: 185px;
  height: 153px;
  overflow: hidden;
  position: relative;
}

.img_wrapper img {
  width: 100%;
  height: auto;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
}

.cover {
  z-index: 0;
}

.cover img {
  width: 100%;
}

.second_cover {
  height: 378px;
  background: url(../../content/images/second_cover_pc.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

.second_cover:before {
  display: inline-block;
  width: 830px;
  height: 160px;
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
  -ms-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
}

.second_cover h1 {
  font-size: 26px;
  color: #FFF;
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  margin: 0;
}

.bg_dot02 {
  background: url(../../assets/images/bg_dot02.png);
}

.bg_dot03 {
  background: url(../../assets/images/bg_dot03.png);
}

.bg_dot04 {
  background: url(../../assets/images/bg_dot04.png);
}

.accentColor {
  color: #6f98cd;
}

.bx-controls-direction {
  display: none;
}

.cover_wrapper {
  position: relative;
}

.cover_wrapper .bx-pager {
  position: absolute;
  right: 10px;
  bottom: 0;
}

.bx-pager {
  margin-top: 20px;
  text-align: center;
}

.bx-pager-item {
  display: inline-block;
  margin-left: 7px;
}

.bx-pager-link {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  text-indent: -1000em;
  background-color: #ccc;
}

.bx-pager-link:first-child {
  margin-left: 0;
}

.bx-pager-link.active {
  background-color: #6f98cd;
}

.media01 .bx-viewport {
  height: auto !important;
}

.news_list .media01_text {
  height: auto !important;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .img_wrapper {
    margin-bottom: 10px;
  }
  .second_cover {
    height: 190px;
    background: url(../../content/images/second_cover_sp.jpg) no-repeat top;
  }
  .second_cover:before {
    width: calc(100% - 30px);
    height: 95px;
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -70%);
    -ms-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
  }
  .second_cover h1 {
    font-size: 20px;
    color: #FFF;
    position: absolute;
    top: 53%;
    left: 50%;
    -webkit-transform: translate(-50%, -53%);
    -ms-transform: translate(-50%, -53%);
    transform: translate(-50%, -53%);
  }
}

/* ここからQA */
.qa-list dl {
  position: relative;
  margin: 30px 0 0;
  cursor: pointer;
  border: 1px solid #DDD;
}

.qa-list dl:first-child {
  margin-top: 0;
}

.qa-list dl::after {
  position: absolute;
  top: 27px;
  right: 26px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.qa-list .open::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  font-weight: bold;
  background: #DDD;
}

.qa-list dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  content: 'Q.';
  color: #6f98cd;
}

.qa-list dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  left: 20px;
  display: block;
  content: 'A.';
  font-weight: bold;
  color: #6f98cd;
}

.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
}

.qa-list dl dd p {
  margin: 30px 0 0;
}

.qa-list dl dd p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .qa-list dl {
    margin: 10px 0 0;
  }
  .qa-list dl:after {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }
  .qa-list dl dt {
    padding: 16px 16px 16px 50px;
    font-size: 14px;
  }
  .qa-list dl dt::before {
    font-size: 14px;
    top: 20px;
    left: 20px;
  }
  .qa-list dl dd::before {
    font-size: 14px;
    left: 20px;
    margin-top: 5px;
  }
  .qa-list dl dd {
    margin: 0;
    padding: 16px 16px 16px 50px;
    font-size: 14px;
  }
  .qa-list dl dd p {
    margin: 30px 0 0;
  }
  .qa-list dl dd p:first-child {
    margin-top: 0;
  }
}

.text_ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .text_ellipsis {
    -webkit-line-clamp: 2;
  }
}