@charset "UTF-8";
/*****************************************************
  Foundation
*****************************************************/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

* {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-before: 0px;
  -webkit-padding-after: 0px;
  -webkit-padding-start: 0px;
  -webkit-padding-end: 0px;
  margin: 0;
  padding: 0;
}

/* HTML5 display-role reset for older browsers
*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  color: #333;
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック","Yu Gothic","游ゴシック体",YuGothic,"Verdana","Osaka","ＭＳ Ｐゴシック",sans-serif;
  font-size: 62.5%;
  line-height: 1.0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

a:focus {
  outline: none;
}

a:active,
a:hover,
a:link,
a:visited {
  color: #000;
  text-decoration: none;
}

button:focus {
  outline: 0;
}

img {
  vertical-align: bottom;
}

img {
  max-width: 100%;
}

a {
  transition: .2s ease-in-out;
}

a:hover {
  opacity: 0.75;
}

.is-sp {
  display: none;
}

@media screen and (max-width: 812px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}

/*****************************************************
  Layout
*****************************************************/
.l-main {
  font-size: 1.8rem;
  line-height: 1.8;
}

.l-sec {
  padding: 0 2.666%;
}

.l-sec_inner {
  margin: 0 auto;
  padding: 70px 0 80px;
}

@media (max-width: 767px) {
  .l-sec_inner {
    padding: 50px 0 60px;
  }
}

.l-sec_inner.-wide {
  max-width: 1000px;
}

.l-sec_inner.-narrow {
  max-width: 854px;
}

.l-sec_ttl {
  margin-bottom: 30px;
  color: #0068b7;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 767px) {
  .l-sec_ttl {
    margin-bottom: 25px;
    font-size: 2.4rem;
  }
}

/*-------------------------
ページトップへ戻る
-------------------------*/
#gotop {
  z-index: 9;
  position: fixed;
  right: 30px;
  bottom: 30px;
  transition: 0.5s;
}

#gotop.show {
  opacity: 1;
}

#gotop:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  #gotop {
    right: 10px;
    bottom: 10px;
  }
}

/*-------------------------
footer
-------------------------*/
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 2.666% 40px;
}

@media screen and (max-width: 767px) {
  .footer-inner {
    display: block;
    padding: 30px 2.666% 55px;
  }
}

.footer-img {
  width: 26%;
  min-width: 230px;
  font-size: 0;
}

.footer-img .bp {
  width: 81px;
}

.footer-img .nikkei {
  width: 100px;
  margin-right: 10%;
}

@media (max-width: 767px) {
  .footer-img {
    width: 100%;
    text-align: center;
  }
}

.footer-text {
  font-size: 1.3rem;
  line-height: 1.4;
}

.footer-text a {
  color: #0043da;
  text-decoration: underline;
}

.footer-text a:hover {
  text-decoration: none;
  opacity: 1;
}

.footer-text .link {
  line-height: 1.6;
}

.footer-text .link p {
  display: inline;
}

@media (max-width: 767px) {
  .footer-text .link p {
    display: block;
  }
  .footer-text .link p + p {
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .footer-text .link span {
    display: none;
  }
}

.footer-text .link a {
  text-decoration: none;
}

.footer-text .copy {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .footer-text {
    margin: 20px 0 0;
    float: none;
  }
}

/*-------------------------
sp nav
-------------------------*/
body.is_menu_open {
  max-width: 100%;
  overflow: hidden;
}

.l-spHeader {
  -webkit-transition: all .3s;
  display: none;
  transition: all .3s;
}

@media screen and (max-width: 767px) {
  .l-spHeader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: flex;
    z-index: 90;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    width: 100%;
    height: 70px;
    padding-right: 70px;
    -webkit-transform: translateY(-72px);
            transform: translateY(-72px);
    background-color: #fff;
    box-shadow: 0px 7px 11px -9px rgba(33, 33, 33, 0.32);
  }
  .l-spHeader_logo {
    max-width: 25rem;
    margin: 0 5%;
  }
  .l-spHeader_logo img {
    width: 100%;
    max-width: 243px;
  }
  .l-spHeader_spMenu_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: url(../images/icon_open.png) no-repeat center #005499;
    background-size: 50% auto;
    text-indent: 100%;
    white-space: nowrap;
    cursor: pointer;
  }
  .is_menu_open .l-spHeader_spMenu_btn {
    background: url(../images/icon_close.png) no-repeat center #005499;
    background-size: 50% auto;
  }
}

/* -----------------------------
nav
-----------------------------*/
@media (min-width: 768px) {
  .l-nav {
    background: #e9f7fc;
  }
}

.l-nav_list {
  max-width: 820px;
  margin: 0 auto;
  padding: 15px;
}

@media (min-width: 768px) {
  .l-nav_list {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    padding: 3px 10px;
  }
}

.l-nav_list_item {
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .l-nav_list_item {
    border-bottom: solid #d9d9d9 1px;
  }
}

.l-nav_list_item a {
  display: inline-block;
  position: relative;
  padding: 10px 10px 10px 30px;
}

@media (max-width: 767px) {
  .l-nav_list_item a {
    display: block;
    padding: 20px 10px 20px 20px;
  }
}

@media screen and (max-width: 360px) {
  .l-nav_list_item a {
    font-size: 1.5rem;
  }
}

.l-nav_list_item a:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 15px;
  height: 15px;
  margin: auto;
  background: url("../images/nav_arrow.png") no-repeat center center;
  background-size: contain;
  content: '';
}

@media (max-width: 767px) {
  .l-nav_list_item a:before {
    left: 0;
  }
}

.l-gnav {
  height: 61px;
}

.l-gnav_outer {
  z-index: 100;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #005499;
}

.l-gnav_outer.js-navfix {
  position: fixed;
}

@media (min-width: 768px) {
  .l-gnav_outer.js-navfix {
    box-shadow: 0px 7px 11px -7px rgba(33, 33, 33, 0.32);
  }
}

@media screen and (max-width: 1080px) {
  .l-gnav {
    height: 58px;
  }
}

@media screen and (max-width: 767px) {
  .l-gnav {
    z-index: 80;
    position: fixed;
    top: 70px;
    right: -41.5rem;
    max-width: 40.8rem;
    height: calc(100% - 5.5rem);
    overflow-y: auto;
    background-color: #fff;
    transition: right .36s;
  }
  .is_menu_open .l-gnav {
    right: 0;
  }
  .l-gnav_outer {
    position: relative !important;
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .l-overlay {
    -webkit-transition: .2s;
    visibility: hidden;
    z-index: 70;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: .2s;
  }
  .is_menu_open .l-overlay {
    visibility: visible;
    cursor: pointer;
    opacity: 1;
  }
}

/*****************************************************
  Object
*****************************************************/
.u-mt0 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mt75 {
  margin-top: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

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

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

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

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

@media (max-width: 767px) {
  .u-mtNormal {
    margin-top: 15px !important;
  }
  .u-mtLarge {
    margin-top: 30px !important;
  }
  .u-mbNormal {
    margin-bottom: 15px !important;
  }
  .u-mbLarge {
    margin-bottom: 30px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-pt75 {
  padding-top: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

.u-wAuto {
  width: auto !important;
}

.u-w5 {
  width: 5% !important;
}

.u-w10 {
  width: 10% !important;
}

.u-w15 {
  width: 15% !important;
}

.u-w20 {
  width: 20% !important;
}

.u-w25 {
  width: 25% !important;
}

.u-w30 {
  width: 30% !important;
}

.u-w35 {
  width: 35% !important;
}

.u-w40 {
  width: 40% !important;
}

.u-w45 {
  width: 45% !important;
}

.u-w50 {
  width: 50% !important;
}

.u-w55 {
  width: 55% !important;
}

.u-w60 {
  width: 60% !important;
}

.u-w65 {
  width: 65% !important;
}

.u-w70 {
  width: 70% !important;
}

.u-w75 {
  width: 75% !important;
}

.u-w80 {
  width: 80% !important;
}

.u-w85 {
  width: 85% !important;
}

.u-w90 {
  width: 90% !important;
}

.u-w95 {
  width: 95% !important;
}

.u-w100 {
  width: 100% !important;
}

.u-fs11 {
  font-size: 1.1rem !important;
}

.u-fs12 {
  font-size: 1.2rem !important;
}

.u-fs13 {
  font-size: 1.3rem !important;
}

.u-fs14 {
  font-size: 1.4rem !important;
}

.u-fs15 {
  font-size: 1.5rem !important;
}

.u-fs16 {
  font-size: 1.6rem !important;
}

.u-fs17 {
  font-size: 1.7rem !important;
}

.u-fs18 {
  font-size: 1.8rem !important;
}

.u-fs19 {
  font-size: 1.9rem !important;
}

.u-fs20 {
  font-size: 2rem !important;
}

.u-fs21 {
  font-size: 2.1rem !important;
}

.u-fs22 {
  font-size: 2.2rem !important;
}

.u-fs23 {
  font-size: 2.3rem !important;
}

.u-fs24 {
  font-size: 2.4rem !important;
}

.u-fs25 {
  font-size: 2.5rem !important;
}

.u-fs26 {
  font-size: 2.6rem !important;
}

.u-fs27 {
  font-size: 2.7rem !important;
}

.u-fs28 {
  font-size: 2.8rem !important;
}

.u-fs29 {
  font-size: 2.9rem !important;
}

.u-fs30 {
  font-size: 3rem !important;
}

.u-fs31 {
  font-size: 3.1rem !important;
}

.u-fs32 {
  font-size: 3.2rem !important;
}

.u-fs33 {
  font-size: 3.3rem !important;
}

.u-fs34 {
  font-size: 3.4rem !important;
}

.u-fs35 {
  font-size: 3.5rem !important;
}

.u-fsBig {
  font-size: 2rem !important;
}

.u-fsSmall {
  font-size: 1.4rem !important;
}

@media (max-width: 767px) {
  .u-fsBig {
    font-size: 1.8rem !important;
  }
}

.u-textbold {
  font-weight: 700 !important;
}

.u-textnormal {
  font-weight: 400 !important;
}

.u-textthin {
  font-weight: 200 !important;
}

.u-emp {
  color: #cc0000;
}

.u-emp-style01 {
  color: #e66000;
}

.u-emp-style02 {
  color: #00802a;
}

.u-emp-style03 {
  color: #809900;
}

.u-clear {
  clear: both !important;
}

.u-ac {
  text-align: center !important;
}

.u-ar {
  text-align: right !important;
}

.u-al {
  text-align: left !important;
}

.u-vm {
  vertical-align: middle !important;
}

.u-vt {
  vertical-align: top !important;
}

.u-vb {
  vertical-align: bottom !important;
}

@media (min-width: 768px) {
  .u-ac-pc {
    text-align: center !important;
  }
  .u-ar-pc {
    text-align: right !important;
  }
  .u-al-pc {
    text-align: left !important;
  }
  .u-vm-pc {
    vertical-align: middle !important;
  }
  .u-vt-pc {
    vertical-align: top !important;
  }
  .u-vb-pc {
    vertical-align: bottom !important;
  }
}

@media (max-width: 767px) {
  .u-ac-sp {
    text-align: center !important;
  }
  .u-ar-sp {
    text-align: right !important;
  }
  .u-al-sp {
    text-align: left !important;
  }
  .u-vm-sp {
    vertical-align: middle !important;
  }
  .u-vt-sp {
    vertical-align: top !important;
  }
  .u-vb-sp {
    vertical-align: bottom !important;
  }
}

.u-sp {
  display: none !important;
}

@media (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
  .u-sp {
    display: inherit !important;
  }
}

.c-indent {
  text-indent: 1em;
}

.c-btn {
  display: block;
  margin: 0 auto;
  padding: 17px;
  border-radius: 4px;
  background: #f04502;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}

.c-btn:active, .c-btn:hover, .c-btn:link, .c-btn:visited {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .c-btn {
    font-size: 20px;
  }
}

/* CSS Document */
/* -----------------------------
mv
-----------------------------*/
.p-mv {
  padding: 80px 2.666%;
  background: url("../images/202008_head_bg__pc.jpg") no-repeat center center;
  background-size: cover;
}

@media (max-width: 767px) {
  .p-mv {
    padding: 20px 2.666%;
    background: url("../images/202010_head_bg__sp.jpg") no-repeat center center;
    background-size: cover;
  }
}

.p-mv_inner {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 0;
}

@media (min-width: 768px) {
  .p-mv_inner {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .p-mv_box.-left {
    width: 61%;
    margin-right: 4%;
  }
  .p-mv_box.-right {
    width: 35%;
  }
}

.p-mv_box_main {
  margin-bottom: 5.3%;
}

@media (max-width: 767px) {
  .p-mv_box_main {
    margin-bottom: 12%;
  }
}

@media (max-width: 767px) {
  .p-mv_box_apply {
    border-radius: 4px;
    background: #fff;
  }
}

@media (max-width: 767px) {
  .p-mv_box_apply_ttl {
    padding: 2.82% 2.82% 0;
    padding-right: 4%;
  }
  .p-mv_box_apply_ttl img {
    margin-top: -11%;
  }
}

.p-mv_box_apply_info {
  padding: 2.82%;
  border-radius: 0 0 3px 3px;
  background: #fff;
}

@media (min-width: 768px) {
  .p-mv_box_apply_info {
    display: flex;
    justify-content: space-between;
    max-width: 668px;
    padding: 1.49%;
  }
}

@media (min-width: 768px) {
  .p-mv_box_apply_info .btn {
    width: 49.5%;
    text-align: right;
  }
  .p-mv_box_apply_info .btn:nth-child(1) {
    margin-right: 1%;
  }
}

@media (max-width: 767px) {
  .p-mv_box_apply_info .btn:nth-child(1) {
    margin-bottom: 2.7%;
  }
  .p-mv_box_apply_info .btn img {
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .p-mv_box_link {
    margin-top: 5.2%;
  }
}

/* -----------------------------
リード
-----------------------------*/
.p-lead .l-sec_inner {
  padding-top: 50px;
}

@media (max-width: 767px) {
  .p-lead .l-sec_inner {
    padding-top: 55px;
  }
}

.p-lead p {
  letter-spacing: -0.01em;
}

.p-lead p + p {
  margin-top: 1em;
}

.p-lead strong {
  color: #f04502;
  font-weight: bold;
}

.p-lead_btn {
  margin-top: 35px;
  text-align: center;
}

@media (max-width: 767px) {
  .p-lead_btn {
    margin-top: 30px;
  }
}

.p-lead .c-btn {
  max-width: 558px;
}

.p-lead .c-btn span {
  display: inline-block;
  position: relative;
  padding-right: 35px;
}

@media (max-width: 767px) {
  .p-lead .c-btn span {
    padding-right: 0;
  }
}

.p-lead .c-btn span:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 25px;
  margin: auto;
  background: url("../images/icon_downroad.png") no-repeat top;
  background-size: contain;
  content: "";
}

@media (max-width: 767px) {
  .p-lead .c-btn span:after {
    right: -26px;
  }
}

/* -----------------------------
概要
-----------------------------*/
.p-outline {
  background: #f7f7f7;
}

.p-outline_table {
  width: 100%;
}

.p-outline_table .ttl, .p-outline_table .info {
  padding: 13px 20px;
  border-bottom: solid #d9d9d9 1px;
}

@media (max-width: 767px) {
  .p-outline_table .ttl, .p-outline_table .info {
    padding: 13px 15px;
  }
}

.p-outline_table .ttl {
  width: 20%;
  min-width: 85px;
  font-weight: bold;
  text-align: left;
}

@media (max-width: 767px) {
  .p-outline_table .ttl {
    width: 22%;
    padding: 13px 0;
  }
}

.p-outline_table .ttl span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: normal;
}

.p-outline_table .dayList {
  margin-bottom: 10px;
}

.p-outline_table .dayList li {
  position: relative;
  line-height: 1.5;
}

.p-outline_table .dayList li + li {
  margin-top: 8px;
}

.p-outline_table .dayList li span {
  display: inline-block;
}

/* -----------------------------
特徴
-----------------------------*/
.p-point {
  background: #e9f7fc;
}

@media (max-width: 767px) {
  .p-point .l-sec_inner {
    padding-top: 40px;
  }
}

.p-point .l-sec_ttl {
  margin: 0 -2.8%;
  margin-bottom: 0;
  padding: 35px;
  background: #0068b7;
  color: #fff;
}

.p-point_box {
  position: relative;
  padding: 50px 10% 60px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
}

@media (max-width: 990px) {
  .p-point_box {
    padding: 50px 5% 60px;
  }
}

@media (max-width: 767px) {
  .p-point_box {
    padding: 50px 2.7% 35px;
  }
}

.p-point_box + .p-point_box {
  margin-top: 60px;
}

.p-point_box strong {
  font-weight: bold;
}

.p-point_box_attention {
  margin-top: 15px;
  color: #f04502;
  font-size: 2.6rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .p-point_box_attention {
    font-size: 2rem;
    line-height: 1.4;
  }
}

.p-point_box_num {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  border-radius: 4px 0 0 0;
  background: #0068b7;
}

@media (max-width: 990px) {
  .p-point_box_num {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 767px) {
  .p-point_box_num {
    width: 55px;
    height: 55px;
  }
}

.p-point_box_num img {
  width: 40px;
}

@media (max-width: 767px) {
  .p-point_box_num img {
    width: 30px;
  }
}

.p-point_box_ttl {
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 2.6rem;
  font-weight: bold;
}

@media (max-width: 990px) {
  .p-point_box_ttl {
    padding: 0 50px;
  }
}

@media (max-width: 767px) {
  .p-point_box_ttl {
    padding-top: 10px;
    padding-right: 0;
    padding-left: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
}

.p-point_box_lead {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .p-point_box_lead {
    padding-right: 2.7%;
    padding-left: 2.7%;
    line-height: 1.7;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .p-point_box_logo img {
    width: 100%;
    max-width: 298px;
    margin: 0 auto;
  }
}

.p-point_box_detail {
  margin-top: 40px;
  padding: 25px 25px 35px;
}

@media (max-width: 767px) {
  .p-point_box_detail {
    margin-top: 25px;
    padding: 25px 0;
  }
}

@media (min-width: 768px) {
  .p-point_box_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .p-point_box_list {
    padding-right: 2.7%;
    padding-left: 2.7%;
  }
}

.p-point_box_list .item {
  position: relative;
  padding: 35px 20px;
  border-radius: 4px;
  background: #f7f7f7;
}

@media (min-width: 768px) {
  .p-point_box_list .item {
    width: 48%;
  }
  .p-point_box_list .item:nth-child(n + 3) {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .p-point_box_list .item:nth-child(n + 2) {
    margin-top: 30px;
  }
}

.p-point_box_list .item:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: url("../images/point_icon_ex.png") no-repeat left top;
  background-size: contain;
  content: '';
}

.p-point_box_list .item_txt {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .p-point_box_list .item_txt {
    margin-bottom: 25px;
  }
}

.p-point_box_list .item_txt strong {
  display: block;
  margin-top: 5px;
  color: #0068b7;
  font-size: 2.2rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .p-point_box_list .item_txt strong {
    margin-top: 3px;
    font-size: 2rem;
  }
}

.p-point_box.-box01 .p-point_box_detail {
  background: #f7f7f7;
}

.p-point_box.-box02 .p-point_box_detail {
  padding-top: 30px;
  border-top: solid #e9f7fc 2px;
}

@media (max-width: 767px) {
  .p-point_box.-box02 .p-point_box_detail {
    padding-top: 22px;
  }
}

/* -----------------------------
スケジュール
-----------------------------*/
@media (min-width: 768px) {
  .p-schedule_list {
    display: flex;
    justify-content: space-between;
  }
}

.p-schedule_list_item {
  width: 100%;
  border-radius: 4px;
  background: #e9f7fc;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  /*
      .dayList {
        li {
          padding-left: 62px;
          position: relative;
          line-height: 1.5;
          text-align:left;
          @include sp {
            
            & + li {
              margin-top: 8px;
            }
          }
          .day {
            position: absolute;
            top: 0;
            left: 0;
          }
          span {
            display: inline-block;
          }
        }
      }
      */
}

@media (min-width: 768px) {
  .p-schedule_list_item {
    width: 26.5%;
  }
  .p-schedule_list_item:nth-child(3n) {
    width: 41%;
  }
}

@media (max-width: 767px) {
  .p-schedule_list_item + .p-schedule_list_item {
    margin-top: 50px;
  }
}

.p-schedule_list_item .ttl, .p-schedule_list_item .info {
  width: 100%;
  padding: 15px;
}

.p-schedule_list_item .ttl {
  border-radius: 4px 4px 0 0;
  background: #0068b7;
  color: #fff;
}

@media (max-width: 767px) {
  .p-schedule_list_item .ttl {
    padding: 13px 15px;
  }
}

.p-schedule_list_item .info {
  padding: 18px;
}

.p-schedule_list_item .info span {
  display: inline-block;
}

.p-schedule_list_item .info span i {
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  font-weight: inherit;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .p-schedule_list_item:not(:last-child) {
    position: relative;
  }
  .p-schedule_list_item:not(:last-child):before {
    display: block;
    position: absolute;
    top: 0;
    right: -33px;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    border: solid 10px #0068b7;
    border-width: 9px 12px 9px 12px;
    border-color: transparent transparent transparent #0068b7;
    content: '';
  }
}

@media (max-width: 767px) {
  .p-schedule_list_item:nth-child(-n + 2) {
    position: relative;
  }
  .p-schedule_list_item:nth-child(-n + 2):before {
    display: block;
    position: absolute;
    right: 0;
    bottom: -45px;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border: solid 10px #0068b7;
    border-width: 14px 11px 14px 11px;
    border-color: #0068b7 transparent transparent transparent;
    content: '';
  }
}

/* -----------------------------
お申し込み
-----------------------------*/
.p-application {
  background: url("../images/202008_application_bg__pc.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
}

@media (max-width: 767px) {
  .p-application {
    background: url("../images/application_bg__sp.jpg") no-repeat center center;
  }
}

.p-application .l-sec_inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.p-application .l-sec_ttl {
  margin-bottom: 15px;
}

.p-application_cont {
  padding: 50px 5%;
  border-radius: 4px;
  background: #fff;
}

@media (max-width: 767px) {
  .p-application_cont {
    padding: 35px 5%;
  }
}

.p-application_txt {
  text-align: left;
}

.p-application_btn {
  margin: 30px auto 15px;
}

.p-application_btn .c-btn {
  position: relative;
  max-width: 485px;
}

.p-application_btn .c-btn:after {
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  background: url("../images/icon_arrow.png") no-repeat center;
  background-size: contain;
  content: "";
}

.p-application_attention {
  color: #ea0000;
  font-size: 2.2rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .p-application_attention {
    font-size: 2rem;
  }
}

/* -----------------------------
お問い合わせ
-----------------------------*/
.p-inquiry {
  background: #f7f7f7;
}

.p-inquiry .l-sec_inner {
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .p-inquiry_list {
    display: flex;
    justify-content: space-between;
  }
}

.p-inquiry_list_item {
  border-radius: 4px;
  background: #fff;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 768px) {
  .p-inquiry_list_item {
    width: 48.5%;
  }
}

@media (max-width: 767px) {
  .p-inquiry_list_item + .p-inquiry_list_item {
    margin-top: 30px;
  }
}

.p-inquiry_list_item .ttl, .p-inquiry_list_item .info {
  width: 100%;
}

.p-inquiry_list_item .ttl {
  padding: 15px;
  border-radius: 4px 4px 0 0;
  background: #0068b7;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .p-inquiry_list_item .ttl {
    padding: 13px 15px;
    font-size: 1.8rem;
  }
}

.p-inquiry_list_item .info {
  padding: 25px 15px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .p-inquiry_list_item .info {
    padding: 20px 15px;
    text-align: left;
  }
}

.p-inquiry_list_item a {
  color: #0043da;
  text-decoration: underline;
}

.p-inquiry_list_item a:hover {
  text-decoration: none;
  opacity: 1;
}

/*****************************************************
  Print
*****************************************************/
@media print {
  .l-main {
    margin-top: 0 !important;
  }
  .l-header {
    position: static !important;
  }
  .l-footer_pagetop {
    display: none !important;
  }
  .p-hero_main .slick-track {
    width: 100% !important;
  }
  .p-hero_main_item.slick-active {
    position: static !important;
  }
}

@media print and (max-width: 767px) {
  .l-main {
    margin-top: 0 !important;
  }
}

/*****************************************************
  Clears
*****************************************************/
