/* ##############################################################################

    style info : リセット及びフォントサイズ

############################################################################## */
html, body, 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;
}

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

body {
  line-height: 1;
  background: #fff;
  color: #333;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: contain;
  vertical-align: middle;
}

ins {
  background-color: #ff9;
  color: #333;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #333;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #333;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*-- ClearFix --*/
/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

/*隙間消し*/
li img {
  vertical-align: bottom;
}

/* Reset input[type="search"] */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

input[type=search]:focus {
  outline-offset: -2px;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

/* iOS reset */
input[type=submit] {
  -webkit-appearance: none;
}

@media print, screen and (min-width: 768px) {
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  @-moz-document url-prefix() {
    * {
      font-feature-settings: "palt";
    }
  }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 0) {
  * {
    font-feature-settings: "palt";
  }
}



/* ##############################################################################

    COMMON

############################################################################## */
* {
  letter-spacing: .1em;
  letter-spacing: var(--ltr-space-default);
}

html {
  font-size: 16px;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  html {
    overflow-y: auto;
    overflow-x: auto;
  }
}
@media screen and (max-width: 47.9375em) {
  html {
    font-size: 14px;
  }
}

body {
  position: relative;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: .05em;
  color: #333;
  background: #ffe33f;
  -webkit-font-smoothing: antialiased;
  word-break: normal;
  overflow: hidden;
}

.ly_mainArea {
  position: relative;
  width: 100%;
}

.bl_mv {
  position: relative;
  padding-top: min(4vw,48px);
  background: url(../images/back_top.png) no-repeat bottom/cover;
}
.bl_mv_ttl {
  position: relative;
  width: min(92vw,1152px);
  margin: 0 auto min(2.5vw,30px);
}
.bl_mv_txt {
  position: relative;
  width: min(91.92vw,1103px);
  margin: 0 auto;
  padding-bottom: min(4vw,48px);
}
.bl_mv_txtInner {
  position: relative;
  z-index: 2;
}
.bl_mv_txt::before {
  
}

.bl_course {
  position: relative;
  width: min(91.92vw,1103px);
  margin: 0 auto min(6.3vw,76px);
  z-index: 2;
}

.bl_pointsWrap {
  position: relative;
  padding-bottom: min(11.92vw,143px);
}
.bl_points {
  position: relative;
  width: min(91.92vw,1103px);
  margin: 0 auto;
  z-index: 1;
}
.bl_points_cargo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: max(-7.92vw,-29.7px);
  width: min(1200px,100vw);
  z-index: 2;
}
.bl_pointsWrapBg {
  position: absolute;
  object-fit: cover;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: min(256.33vw,3076px);
  height: min(103.25vw,1239px);
  z-index: 0;
}

.bl_footer {
  padding-top: min(3.42vw,41px);
  padding-bottom: min(7.67vw,92px);
  background: url(../images/btm_back.jpg);
}

.bl_button {
  position: relative;
  display: block;
  width: min(91.92vw,1103px);
  margin: 0 auto;
}


.foot{
  width: 100%;
  padding: 28px 0 20px;
  text-align: center;
  background-color: #fff;
}

.foot img{
  max-height: 90px;
}

@media print, screen and (max-width: 750px) {
  .bl_points_cargo {
    bottom: max(-2.92vw,-12px);
  }
  .foot{
    padding: 20px 0 17px 0;
  }

  .foot img{
    max-height: 80px;
  }
}
