@charset "UTF-8";

/* --------------------------------------------  
	 Reset 
-------------------------------------------- */

html {
  position: relative;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  box-sizing: border-box;
}

.page_wrapper {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

a {
  color: #333333;
  text-decoration: none;
}

.link-usual {
  color: #008cd6;
}

.link-usual:hover {
  color: #00b8e6;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

p {
  margin: 0;
}

.font-en {
  font-family: 'Cabin Condensed', sans-serif;
}

img {
  -webkit-backface-visibility: hidden !important;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
}

@media screen and (min-width: 641px), print {
  /* ------------------ pc ------------------ */
  html,
  body {
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
    min-width: 1100px;
    -webkit-text-size-adjust: none;
  }
  
  body {
    margin-top: -110px;
    padding-top: 110px;
  }
  
  /* noscript */
  .js-off-attention {
    display: block;
    width: 100%;
    min-width: 978px;
    padding: 15px 5px;
    text-align: center;
    background: #fff28f;
    margin: auto;
    box-sizing: border-box;
  }
  
  .js-off-attention h3 {
    margin-top: 0;
    margin-bottom: 5px;
  }
  
  .js-off-attention {
    position: fixed;
    z-index: 9999;
  }
}

@media screen and (max-width: 640px) {
  /* ------------------ smp ------------------ */
  html,
  body {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Meiryo, "メイリオ", sans-serif;
    min-width: 320px;
    width: 100%;
  }
  
  /* noscript */
  .js-off-attention {
    display: block;
    width: 100%;
    min-width: auto;
    padding: 13px 8px;
    text-align: center;
    background: #fff28f;
    margin: auto;
    box-sizing: border-box;
  }
  
  .js-off-attention h3 {
    margin-top: 0;
    margin-bottom: 5px;
  }
}

/* --------------------------------------------  
	 common
-------------------------------------------- */

.img-fluid {
  height: auto;
  max-width: 100%;
}

.img-area {
  line-height: 0;
}

.hover_alpha:hover {
  opacity: 0.70;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

.list-default li {
  padding-left: 1.4em;
  margin-bottom: 10px;
  position: relative;
}

.list_icon {
  padding-left: 1.4em;
  margin-bottom: 10px;
  position: relative;
}

.list-default li:before {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  margin: 0 2px;
  background: #008cd6;
  position: absolute;
  top: 6px;
  left: 0;
}

/* ---  icon  -------------------------------- */

.icon-arrow-primary,
.icon-arrow-white {
  display: inline-block;
  padding-left: 1.3em;
  position: relative;
  box-sizing: border-box;
}

.icon-arrow-primary:before,
.icon-arrow-white:before {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}

.icon-blank_orange {
  display: inline;
  padding-left: 1.3em;
  position: relative;
  box-sizing: border-box;
}

.icon-blank_orange:before {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  position: absolute;
  top: 0;
  left: 0.1em;
}

.icon-arrow-primary:before {
  background: url(../images/icon/icon_arrow_primary.png) no-repeat;
  background-size: cover;
}

.icon-arrow-white:before {
  background: url(../images/icon/icon_arrow_white.png) no-repeat;
  background-size: cover;
}

.icon-blank_orange:before {
  background: url(../images/icon/icon_blank_orange.png) no-repeat;
  background-size: cover;
}

.icon-pages-blue {
  position: relative;
}

.icon-pages-blue:before {
  content: "";
  display: block;
  clear: both;
  width: 31px;
  height: 31px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.icon-pages-blue:before {
  background: url(../images/icon/icon_pages.png) no-repeat;
  background-size: contain;
}

.link_block,
.link_no-border {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  box-sizing: border-box;
}

.link_block {
  border: 3px solid rgba(255, 255, 255, 0);
}

@media screen and (min-width: 641px), print {
  /* ------------------ pc ------------------ */
  .link_block:hover {
    border: 3px solid #008cd6;
  }
}

@media screen and (max-width: 640px) {
  /* ------------------ smp ------------------ */
  .link_block {
    border: 10px solid rgba(255, 255, 255, 0);
  }
}

.heading-icon {
  margin-left: 1.75em;
}

.heading-icon.normal {
  margin-left: 1em;
}

.heading-icon .icon-area {
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  margin-left: -1.75em;
  margin-right: 0.5em;
  line-height: 1.75;
  text-align: center;
}

.heading-icon.normal .icon-area {
  width: 1em;
  height: 1em;
  margin-left: -1em;
  margin-right: 0em;
}

.number {
  font-family: 'Cabin Condensed', sans-serif;
  color: #fff;
  font-weight: bold;
  background: #00a0c6;
}

/* ---  font  -------------------------------- */

.font-wt-md {
  font-weight: normal;
}

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

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.color-primary {
  color: #007894;
}

.heading_lead {
  margin: 0;
  padding: 0;
}

.heading-block_wrap {
  border: 2px solid #008cd6;
  background: #ffffff;
}

.toggle-area {
  display: block;
}

.toggle-body {
  display: none;
}

.heading-section {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: #007894;
  box-sizing: border-box;
}

@media screen and (min-width: 641px), print {
  /* ------------------ pc ------------------ */
  .font-xs {
    font-size: 12px !important;
  }
  
  .font-sm {
    font-size: 14px !important;
  }
  
  .font-md {
    font-size: 16px !important;
  }
  
  .font-md-lg {
    font-size: 18px !important;
  }
  
  .font-md-xl {
    font-size: 22px !important;
  }
  
  .font-md-ex {
    font-size: 28px;
    font-weight: bold;
  }
  
  .heading_lead {
    font-size: 20px;
  }
  
  .heading-block_wrap {
    display: block;
    margin: 4px 15px 36px;
    padding: 0;
    box-shadow: 8px 8px #ebf6fb;
    position: relative;
  }
  
  .heading-block_wrap:after {
    content: "";
    display: block;
    clear: both;
  }
  
  .heading-block_sub {
    width: 116px;
    height: 32px;
    padding-left: 26px;
    font-size: 15px;
    color: #fff;
    letter-spacing: 2px;
    background: url(../../project/images/heading_ribbon.png) no-repeat;
    background-position: top left;
    position: absolute;
    top: -6px;
    left: -17px;
  }
  
  .heading-block {
    margin: 22px 0;
    font-size: 24px;
    text-align: center;
    letter-spacing: 2px;
  }
  
  .toggle-body:after {
    content: "";
    display: block;
    clear: both;
  }
  
  .toggle-area {
    height: 40px;
  }
  
  .toggle-btn {
    width: 155px;
    height: 40px;
    font-size: 0;
    background: url(../../project/images/pc_btndetail_plus.png) no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 10;
  }
  
  .toggle-btn.is-open {
    background: url(../../project/images/pc_btndetail_minus.png) no-repeat;
  }
  
  .heading-section {
    max-width: 978px;
    padding: 6px 0 7px;
    margin: 0 0 30px;
  }
  
  .heading-before_line {
    font-size: 20px;
    padding-left: 30px;
    margin: 24px 0 15px 0;
    position: relative;
  }
  
  .heading-before_line:before {
    content: "";
    display: block;
    width: 20px;
    height: 6px;
    background: #008cd6;
    position: absolute;
    top: 13px;
    left: 0;
  }
}

@media screen and (max-width: 640px) {
  /* ------------------ smp ------------------ */
  .sp-text-left {
    text-align: left;
  }
  
  .sp-text-center {
    text-align: center;
  }
  
  .sp-text-right {
    text-align: right;
  }
  
  .font-xs {
    font-size: 10px !important;
  }
  
  .font-sm {
    font-size: 12px !important;
  }
  
  .font-md {
    font-size: 14px !important;
  }
  
  .font-md-lg {
    font-size: 16px !important;
  }
  
  .font-md-xl {
    font-size: 18px !important;
  }
  
  .font-md-ex {
    font-size: 26px;
    font-weight: bold;
  }
  
  .sp-font-xs {
    font-size: 11px;
  }
  
  .sp-font-sm {
    font-size: 12px;
  }
  
  .sp-font-md {
    font-size: 14px;
  }
  
  .sp-font-lg {
    font-size: 16px;
  }
  
  .sp-font-xl {
    font-size: 18px;
  }
  
  .heading_lead {
    font-size: 18px;
  }
  
  .sp-toggle-header {
    position: relative;
  }
  
  .heading-block_wrap {
    margin-bottom: 10px;
  }
  
  .heading-block_sub {
    display: inline-block;
    font-size: 10px;
    color: #008cd6;
    letter-spacing: 1px;
    position: absolute;
    top: 4px;
    left: 11px;
  }
  
  .heading-block {
    padding-right: 60px;
    margin: 21px 0 19px 15px;
    font-size: 18px;
    position: relative;
  }
  
  .sp-toggle-header:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    line-height: 0;
    background: url(../images/icon/icon_toggle_plus_blue.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .sp-toggle-header.is-open:before {
    background: url(../images/icon/icon_toggle_minus_blue.png) no-repeat;
    background-size: cover;
  }
  
  .sp-toggle-body {
    display: none;
  }
  
  .toggle-area {
    display: block;
    padding: 0;
    margin: 14px 0 20px 0;
  }
  
  .toggle-btn {
    display: block;
    padding: 11px 60px 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    background: #008cd6;
    box-sizing: border-box;
  }
  
  .toggle-btn:before {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    line-height: 0;
    background: url(../images/icon/icon_toggle_plus.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 23px;
    margin: auto 0;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .toggle-btn.is-open {
    background-color: #32589f;
  }
  
  .toggle-btn.is-open:before {
    background: url(../images/icon/icon_toggle_minus.png) no-repeat;
    background-size: cover;
  }
  
  .heading-section {
    padding: 5px 0 4px;
  }
  
  .heading-before_line {
    font-size: 18px;
    padding-left: 30px;
    margin: 12px 0 10px 0;
    position: relative;
  }
  
  .heading-before_line:before {
    content: "";
    display: block;
    width: 20px;
    height: 6px;
    background: #008cd6;
    position: absolute;
    top: 9px;
    left: 0;
  }
}

/* ---  table  --------------------------------- */

.table_usual {
  width: 100%;
  border-collapse: collapse;
}

table.table_usual > * > tr > th {
  border: 1px solid #00a0c6;
}

.table_usual th,
.table_usual td {
  padding: 15px 15px 14px;
}

.table_usual th {
  text-align: center;
  background: #e4f1f5;
}

.table_usual th.th-col {
  padding: 9px 15px 6px;
  background: #b4e0ee;
}

table.table_usual > * > tr > td {
  border: 1px solid #00a0c6;
}

.table_usual td {
  background: #fff;
}

.table_usual dl {
  margin: 0;
  position: relative;
}

.table_usual dl:after {
  content: "";
  display: block;
  clear: both;
}

.vallign_top {
  vertical-align: top;
}

@media screen and (min-width: 641px), print {
  /* ------------------ pc ------------------ */
  .table_usual {
    width: 978px;
  }
  
  .table_usual th {
    width: 238px;
    box-sizing: border-box;
  }
  
  .table_usual dl dt {
    width: 84px;
    position: absolute;
    left: 0;
  }
  
  .table_usual dl dd {
    padding-left: 84px;
    margin-left: 15px;
  }
}

@media screen and (max-width: 640px) {
  /* ------------------ smp ------------------ */
  .table_usual dl dt {
    display: block;
  }
  
  .table_usual dl dd {
    margin-left: 0;
  }
  
  .table_wrap {
    padding-bottom: 10px;
    overflow-x: auto;
    position: relative;
  }
  
  .table_wrap .table_usual {
    width: 978px;
  }
  
  .table_wrap .slide_icon {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: rgba(0, 160, 198, 0.8) url(../images/icon/touch_slide.png) no-repeat center center;
    background-size: contain;
  }
}

/* ---  col  --------------------------------- */

.col_wrap {
  overflow: hidden;
  list-style: none;
}

.col_row {
  padding: 0;
  list-style: none;
}

.col_row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

.col-offset-12 {
  margin-left: 100%;
}

.col-offset-11 {
  margin-left: 91.66666667%;
}

.col-offset-10 {
  margin-left: 83.33333333%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-offset-8 {
  margin-left: 66.66666667%;
}

.col-offset-7 {
  margin-left: 58.33333333%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-offset-5 {
  margin-left: 41.66666667%;
}

.col-offset-4 {
  margin-left: 33.33333333%;
}

.col-offset-3 {
  margin-left: 25%;
}

.col-offset-2 {
  margin-left: 16.66666667%;
}

.col-offset-1 {
  margin-left: 8.33333333%;
}

.col-offset-0 {
  margin-left: 0;
}

.col-pull-12 {
  right: 100%;
}

.col-pull-11 {
  right: 91.66666667%;
}

.col-pull-10 {
  right: 83.33333333%;
}

.col-pull-9 {
  right: 75%;
}

.col-pull-8 {
  right: 66.66666667%;
}

.col-pull-7 {
  right: 58.33333333%;
}

.col-pull-6 {
  right: 50%;
}

.col-pull-5 {
  right: 41.66666667%;
}

.col-pull-4 {
  right: 33.33333333%;
}

.col-pull-3 {
  right: 25%;
}

.col-pull-2 {
  right: 16.66666667%;
}

.col-pull-1 {
  right: 8.33333333%;
}

.col-pull-0 {
  right: auto;
}

.col-push-12 {
  left: 100%;
}

.col-push-11 {
  left: 91.66666667%;
}

.col-push-10 {
  left: 83.33333333%;
}

.col-push-9 {
  left: 75%;
}

.col-push-8 {
  left: 66.66666667%;
}

.col-push-7 {
  left: 58.33333333%;
}

.col-push-6 {
  left: 50%;
}

.col-push-5 {
  left: 41.66666667%;
}

.col-push-4 {
  left: 33.33333333%;
}

.col-push-3 {
  left: 25%;
}

.col-push-2 {
  left: 16.66666667%;
}

.col-push-1 {
  left: 8.33333333%;
}

.col-push-0 {
  left: auto;
}

@media screen and (max-width: 640px) {
  /* ------------------ smp ------------------ */
  .sp-xsmall {
    width: 5.0rem;
  }
  
  .sp-small {
    width: 8.0rem;
  }
  
  .sp-md {
    width: 10.0rem;
  }
  
  .col_row {
    margin-right: -10px;
    margin-left: -10px;
  }
  
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .sp_col-1,
  .sp_col-2,
  .sp_col-3,
  .sp_col-4,
  .sp_col-5,
  .sp_col-6,
  .sp_col-7,
  .sp_col-8,
  .sp_col-9,
  .sp_col-10,
  .sp_col-11,
  .sp_col-12 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
  }
  
  .sp_col-12 {
    width: 100%;
  }
  
  .sp_col-11 {
    width: 91.66666667%;
  }
  
  .sp_col-10 {
    width: 83.33333333%;
  }
  
  .sp_col-9 {
    width: 75%;
  }
  
  .sp_col-8 {
    width: 66.66666667%;
  }
  
  .sp_col-7 {
    width: 58.33333333%;
  }
  
  .sp_col-6 {
    width: 50%;
  }
  
  .sp_col-5 {
    width: 41.66666667%;
  }
  
  .sp_col-4 {
    width: 33.33333333%;
  }
  
  .sp_col-3 {
    width: 25%;
  }
  
  .sp_col-2 {
    width: 16.66666667%;
  }
  
  .sp_col-1 {
    width: 8.33333333%;
  }
  
  .sp_col-pull-12 {
    right: 100%;
  }
  
  .sp_col-pull-11 {
    right: 91.66666667%;
  }
  
  .sp_col-pull-10 {
    right: 83.33333333%;
  }
  
  .sp_col-pull-9 {
    right: 75%;
  }
  
  .sp_col-pull-8 {
    right: 66.66666667%;
  }
  
  .sp_col-pull-7 {
    right: 58.33333333%;
  }
  
  .sp_col-pull-6 {
    right: 50%;
  }
  
  .sp_col-pull-5 {
    right: 41.66666667%;
  }
  
  .sp_col-pull-4 {
    right: 33.33333333%;
  }
  
  .sp_col-pull-3 {
    right: 25%;
  }
  
  .sp_col-pull-2 {
    right: 16.66666667%;
  }
  
  .sp_col-pull-1 {
    right: 8.33333333%;
  }
  
  .sp_col-pull-0 {
    right: auto;
  }
  
  .sp_col-push-12 {
    left: 100%;
  }
  
  .sp_col-push-11 {
    left: 91.66666667%;
  }
  
  .sp_col-push-10 {
    left: 83.33333333%;
  }
  
  .sp_col-push-9 {
    left: 75%;
  }
  
  .sp_col-push-8 {
    left: 66.66666667%;
  }
  
  .sp_col-push-7 {
    left: 58.33333333%;
  }
  
  .sp_col-push-6 {
    left: 50%;
  }
  
  .sp_col-push-5 {
    left: 41.66666667%;
  }
  
  .sp_col-push-4 {
    left: 33.33333333%;
  }
  
  .sp_col-push-3 {
    left: 25%;
  }
  
  .sp_col-push-2 {
    left: 16.66666667%;
  }
  
  .sp_col-push-1 {
    left: 8.33333333%;
  }
  
  .sp_col-push-0 {
    left: auto;
  }
  
  .sp_col-offset-12 {
    margin-left: 100%;
  }
  
  .sp_col-offset-11 {
    margin-left: 91.66666667%;
  }
  
  .sp_col-offset-10 {
    margin-left: 83.33333333%;
  }
  
  .sp_col-offset-9 {
    margin-left: 75%;
  }
  
  .sp_col-offset-8 {
    margin-left: 66.66666667%;
  }
  
  .sp_col-offset-7 {
    margin-left: 58.33333333%;
  }
  
  .sp_col-offset-6 {
    margin-left: 50%;
  }
  
  .sp_col-offset-5 {
    margin-left: 41.66666667%;
  }
  
  .sp_col-offset-4 {
    margin-left: 33.33333333%;
  }
  
  .sp_col-offset-3 {
    margin-left: 25%;
  }
  
  .sp_col-offset-2 {
    margin-left: 16.66666667%;
  }
  
  .sp_col-offset-1 {
    margin-left: 8.33333333%;
  }
  
  .sp_col-offset-0 {
    margin-left: 0;
  }
}

/* ---  padding margin  ---------------------- */

.pdl-none {
  padding-left: 0 !important;
}

.pdr-none {
  padding-right: 0 !important;
}

.mgl-none {
  margin-left: 0 !important;
}

.mgr-none {
  margin-right: 0 !important;
}

.mgt-none {
  margin-top: 0 !important;
}

.mgb-none {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 641px), print {
  /* ------------------ pc ------------------ */
  .mgl-md {
    margin-left: 15px !important;
  }
  
  .mgr-md {
    margin-right: 15px !important;
  }
  
  .mgl-lg {
    margin-left: 30px !important;
  }
  
  .mgr-lg {
    margin-right: 30px !important;
  }
  
  .mgt-xxs {
    margin-top: 3px !important;
  }
  
  .mgb-xxs {
    margin-bottom: 3px !important;
  }
  
  .mgt-xs {
    margin-top: 5px !important;
  }
  
  .mgb-xs {
    margin-bottom: 5px !important;
  }
  
  .mgt-sm {
    margin-top: 10px !important;
  }
  
  .mgb-sm {
    margin-bottom: 10px !important;
  }
  
  .mgt-mdh {
    margin-top: 12px !important;
  }
  
  .mgb-mdh {
    margin-bottom: 12px !important;
  }
  
  .mgt-md {
    margin-top: 15px !important;
  }
  
  .mgb-md {
    margin-bottom: 15px !important;
  }
  
  .mgt-lgh {
    margin-top: 20px !important;
  }
  
  .mgb-lgh {
    margin-bottom: 20px !important;
  }
  
  .mgt-lg {
    margin-top: 30px !important;
  }
  
  .mgb-lg {
    margin-bottom: 30px !important;
  }
  
  .mgt-ex {
    margin-top: 40px !important;
  }
  
  .mgb-ex {
    margin-bottom: 40px !important;
  }
  
  .pc-lh-md {
    line-height: 1.7;
  }
  
  .pc-pdl-none {
    padding-left: 0 !important;
  }
  
  .pc-pdr-none {
    padding-right: 0 !important;
  }
  
  .pc-mgl-none {
    margin-left: 0 !important;
  }
  
  .pc-mgr-none {
    margin-right: 0 !important;
  }
  
  .pc-mgt-none {
    margin-top: 0 !important;
  }
  
  .pc-mgb-none {
    margin-bottom: 0 !important;
  }
  
  .pc-mgl-md {
    margin-left: 15px !important;
  }
  
  .pc-mgr-md {
    margin-right: 15px !important;
  }
  
  .pc-mgl-ex {
    margin-left: 40px !important;
  }
  
  .pc-mgr-ex {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 640px) {
  /* ------------------ smp ------------------ */
  .mgl-md {
    margin-left: 15px !important;
  }
  
  .mgr-md {
    margin-right: 15px !important;
  }
  
  .mgl-lg {
    margin-left: 20px !important;
  }
  
  .mgr-lg {
    margin-right: 20px !important;
  }
  
  .mgt-xxs {
    margin-top: 5px !important;
  }
  
  .mgb-xxs {
    margin-bottom: 5px !important;
  }
  
  .mgt-xs {
    margin-top: 5px !important;
  }
  
  .mgb-xs {
    margin-bottom: 5px !important;
  }
  
  .mgt-sm {
    margin-top: 5px !important;
  }
  
  .mgb-sm {
    margin-bottom: 5px !important;
  }
  
  .mgt-mdh {
    margin-top: 8px !important;
  }
  
  .mgb-mdh {
    margin-bottom: 8px !important;
  }
  
  .mgt-md {
    margin-top: 10px !important;
  }
  
  .mgb-md {
    margin-bottom: 10px !important;
  }
  
  .mgt-lg {
    margin-top: 15px !important;
  }
  
  .mgb-lg {
    margin-bottom: 15px !important;
  }
  
  .mgt-ex {
    margin-top: 17px !important;
  }
  
  .mgb-ex {
    margin-bottom: 17px !important;
  }
  
  .sp-pdl-none {
    padding-left: 0 !important;
  }
  
  .sp-pdr-none {
    padding-right: 0 !important;
  }
  
  .sp-mgt-none {
    margin-bottom: 0 !important;
  }
  
  .sp-mgb-none {
    margin-bottom: 0 !important;
  }
  
  .sp-mgt-md {
    margin-top: 10px !important;
  }
  
  .sp-mgb-md {
    margin-bottom: 10px !important;
  }
  
  .sp-mgt-lg {
    margin-top: 15px !important;
  }
  
  .sp-mgb-lg {
    margin-bottom: 15px !important;
  }
}

/* --------------------------------------------  
	 popup
-------------------------------------------- */

/* ----- インライン用 ----- */

#inline-wrap {
  position: relative;
  margin: 10px auto;
  max-width: 420px;
  background: #fff;
  padding: 60px;
}

#inline-wrap p.title {
  font-weight: bold;
  font-size: 22px;
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

#inline-wrap p.text {
  margin-bottom: 40px;
}

#inline-wrap p.btn {
  text-align: center;
}

#inline-wrap .image,
#inline-wrap .popup-modal-dismiss {
  text-align: center;
}

/* ----- 表示のエフェクト ----- */

.mfp-fade.mfp-bg {
  opacity: 0.001;
  /* Chrome opacity transition bug */
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-close-btn-in .mfp-close {
  color: #007894;
}

/* --------------------------------------------  
	 globalHeader
-------------------------------------------- */

@media screen and (min-width: 641px), print {
  /* ------------------ pc ------------------ */
  #globalHeader {
    width: 100%;
    padding-bottom: 1px;
    background: #008cd6;
    position: fixed;
    top: 0;
    z-index: 1000;
  }
  
  #globalHeader:after {
    content: "";
    display: block;
    clear: both;
  }
  
  #gh_contents_wrap {
    width: 100%;
    height: 60px;
    padding: 10px 0 8px;
    background: #008cd6;
    box-sizing: border-box;
    overflow: hidden;
  }
  
  #gh_contents {
    width: 1008px;
    margin: 0 auto;
  }
  
  #logo_group,
  #gh_contents .gh_contents_list,
  #logo_company {
    float: left;
    vertical-align: middle;
  }
  
  #logo_group,
  #logo_company {
    padding-top: 3px;
    font-size: 0;
  }
  
  #logo_group {
    margin-left: 15px;
  }
  
  #logo_company {
    float: right;
    margin-right: 15px;
  }
  
  #gh_contents .gh_contents_list {
    margin: 5px 0 6px;
  }
  
  #gh_contents .gh_contents_list li {
    float: left;
    margin-left: 20px;
  }
  
  #gh_contents .gh_contents_list li:first-child {
    margin-left: 25px;
  }
  
  #gh_contents .gh_contents_list:after {
    content: "";
    display: block;
    clear: both;
  }
  
  #gh_contents .gh_contents_list li a {
    padding-top: 4px;
    padding-bottom: 4px;
    color: #fff;
  }
  
  #gh_contents .gh_contents_list li a:hover {
    text-decoration: underline;
  }
  
  #gh_contents .gh_contents_list li.entry_contact {
    margin-left: 35px;
  }
  
  #gh_contents .gh_contents_list li.entry_contact a {
    padding-right: 15px;
    padding-left: 31px;
    border-radius: 3px;
    background: #0952b6;
  }
  
  #gh_contents .gh_contents_list li.entry_contact a.icon-arrow-white:before {
    left: 12px;
  }
  
  #gh_contents .gh_contents_list li.entry_contact a:hover {
    text-decoration: none;
    background: #0fa6e6;
  }
  
  #gnav_wrap {
    width: 100%;
    background: #ffffff;
  }
  
  #gnav {
    display: block;
    width: 1008px;
    margin: 0 auto;
    position: relative;
  }
  
  #gnav:after {
    content: "";
    display: block;
    clear: both;
  }
  
  #gnav li {
    float: left;
    font-size: 0;
  }
  
  #gnav li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
  }
  
  #top,
  #company,
  #environment,
  #interview,
  #engineering,
  #info,
  #entry {
    height: 49px;
    background: url(../images/header/pc/gnav_off.png);
    background-size: 1008px 49px;
  }
  
  #top:hover,
  .top #top,
  #company:hover,
  .company #company,
  #environment:hover,
  .environment #environment,
  #interview:hover,
  .interview #interview,
  #engineering:hover,
  .engineering #engineering,
  #info:hover,
  .info #info,
  #entry:hover,
  .entry #entry {
    background: url(../images/header/pc/gnav_on.png);
    background-size: 1008px 49px;
  }
  
  #top,
  #top:hover,
  .top #top {
    width: 169px;
    background-position: 0 0;
  }
  
  #company,
  #company:hover,
  .company #company {
    width: 125px;
    background-position: -169px 0;
  }
  
  #environment,
  #environment:hover,
  .environment #environment {
    width: 127px;
    background-position: -294px 0;
  }
  
  #interview,
  #interview:hover,
  .interview #interview {
    width: 139px;
    background-position: -421px 0;
  }
  
  #engineering,
  #engineering:hover,
  .engineering #engineering {
    width: 161px;
    background-position: -560px 0;
  }
  
  #info,
  #info:hover,
  .info #info {
    width: 126px;
    background-position: -721px 0;
  }
  
  #entry,
  #entry:hover,
  .entry #entry {
    width: 161px;
    background-position: -847px 0;
  }
}

@media screen and (max-width: 640px) {
  /* ------------------ smp ------------------ */
  #sp-globalHeader {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  
  #sp-globalHeader:after {
    content: "";
    display: block;
    clear: both;
  }
  
  #sp-gh_contents_wrap {
    height: 50px;
    margin: 0;
    padding: 0;
    background: #fff;
    position: relative;
    border-bottom: 2px solid #008cd6;
  }
  
  #sp-logo_group {
    width: 200px;
    height: 35px;
    padding: 7px 0 9px 10px;
  }
  
  #sp-menu {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: #008cd6 no-repeat;
  }
  
  #sp-btn_entry {
    width: 90px;
    position: absolute;
    right: 50px;
    top: 0;
  }
  
  #sp-gnav_wrap {
    width: 100%;
    border-width: 3px 5px 5px 5px;
    border-style: solid;
    border-color: #008cd6;
    box-sizing: border-box;
  }
  
  #sp-gnav li a {
    display: block;
    width: 100%;
    padding: 10px 45px 10px 16px;
    font-size: 14px;
    border-bottom: 1px solid #00a0c6;
    position: relative;
    box-sizing: border-box;
  }
  
  #sp-gnav li a:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/icon/ico_arrow_bold_blue.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto;
  }
  
  #sp-gnav #sp_entry a {
    padding-top: 12px;
    padding-bottom: 11px;
    /*font-size: 17px;*/
    color: #fff;
    /*letter-spacing: 2px;*/
    background: #bd0000;
  }
  
  #sp-gnav #sp_entry a:before {
    width: 16px;
    height: 16px;
    background: url(../images/icon/icon_blank_white.png) no-repeat;
    background-size: contain;
    right: 16px;
  }
  
  .sp-gh_contents_list {
    margin: 9px 3px 24px 15px;
  }
  
  .sp-gh_contents_list:after {
    content: "";
    display: block;
    clear: both;
  }
  
  .sp-gh_contents_list li {
    float: left;
    margin-right: 24px;
  }
  
  .sp-gh_contents_list a {
    display: inline-block;
    font-size: 12px;
    position: relative;
  }
  
  .sp-menu_close {
    display: block;
    padding: 13px 0;
    margin: 0 15px 20px 15px;
    text-indent: -9999px;
    border-radius: 4px;
    background: url(../images/header/sp/menu_open-btn_close_text.png) no-repeat #dddddd;
    background-size: 57px 19px;
    background-position: center center;
    box-sizing: border-box;
    position: relative;
  }
  
  .sp-menu_close:before {
    content: "";
    width: 19px;
    height: 19px;
    background: url(../images/header/sp/menu_open-btn_close_icon.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 16px;
  }
  
  #sp-gnav_wrap {
    display: none;
  }
}

/* --------------------------------------------  
	 content
-------------------------------------------- */

#content_wrap {
  width: 100%;
}

#content {
  padding: 0 10px;
  margin: 0 auto;
}

.bg_dot {
  display: block;
  background: url(../images/pattern/dot_bg.gif) repeat;
  overflow: hidden;
}

.bg_inner {
  margin: 0 auto;
}

@media screen and (min-width: 641px), print {
  /* ------------------ pc ------------------ */
  #content_wrap {
    padding-top: 80px;
  }
  
  #content {
    width: 1008px;
  }
  
  .bg_dot {
    margin: 0 -9999px;
  }
  
  .bg_inner {
    width: 1008px;
    padding: 30px 0 26px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  /* ------------------ smp ------------------ */
  #content_wrap{
    padding-top: 50px;
  }
  #content_wrap:after {
    content: "";
    display: block;
    clear: both;
  }
  
  .bg_dot {
    margin: 0 -10px;
  }
  
  .bg_inner {
    width: 100%;
    padding: 11px 10px 0;
    box-sizing: border-box;
  }
}

/* ---  visibility  -------------------------------- */

@media screen and (min-width: 641px), print {
  /* ------------------ pc ------------------ */
  .pc-hide {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  /* ------------------ smp ------------------ */
  .sp-hide {
    display: none !important;
  }
}

/* ---  page_header  -------------------------------- */

.page_header {
  width: 100%;
  background: url(../images/pattern/page_header_bg.gif) repeat;
  box-sizing: border-box;
}

.page_heading {
  margin: 0 auto;
  text-align: center;
}

.page_header img {
  vertical-align: middle;
}

@media screen and (min-width: 641px), print {
  /* ------------------ pc ------------------ */
  .page_header {
    height: 193px;
    padding-top: 45px;
    margin-bottom: 37px;
  }
}

@media screen and (max-width: 640px) {
  /* ------------------ smp ------------------ */
  .page_header {
    padding: 32px 43px;
    margin-bottom: 12px;
  }
}

/* ---  pan_area  -------------------------------- */

#pan_area ul:after {
  content: "";
  display: block;
  clear: both;
}

#pan_area ul li {
  float: left;
}

#pan_area ul li:before {
  content: "／";
  width: 1em;
  height: 1em;
  padding: 0 11px;
}

#pan_area ul li:first-child:before {
  content: "";
}

#pan_area a {
  color: #ffffff;
  background: #008cd6;
}

@media screen and (min-width: 641px), print {
  /* ------------------ pc ------------------ */
  #pan_area {
    width: 1008px;
    margin: auto;
    padding: 16px 0;
    font-size: 13px;
  }
  
  #pan_area ul li:first-child:before {
    padding: 0 0 0 15px;
  }
  
  #pan_area a {
    padding: 2px 13px 3px 16px;
    border-radius: 2px;
  }
  
  #pan_area a:hover {
    background: #00a7e3;
  }
}

@media screen and (max-width: 640px) {
  /* ------------------ smp ------------------ */
  #pan_area {
    padding: 10px 10px 5px;
    font-size: 11px;
  }
  #pan_area ul li:first-child:before {
    content: "";
    padding: 0;
  }
  #pan_area ul li {
    margin-bottom: 5px;
  }
  #pan_area a {
    padding: 3px 8px 4px;
    border-radius: 1px;
  }
}

/* --------------------------------------------  
	 globalfooter
-------------------------------------------- */

#globalfooter {
  width: 100%;
  border-top: 4px solid #008cd6;
}

#globalfooter small {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 641px), print {
  /* ------------------ pc ------------------ */
  #globalfooter {
    margin-top: 116px;
  }
  
  #globalfooter small {
    width: 1008px;
    padding: 16px 15px 17px 0;
    font-size: 11px;
    text-align: right;
    letter-spacing: 1px;
  }
  
  .info #globalfooter,
  .project #globalfooter {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 640px) {
  /* ------------------ smp ------------------ */
  #globalfooter {
    margin-top: 31px;
  }
  
  #sp-logo_company {
    display: block;
    width: 187px;
    margin: 17px auto 0;
    text-align: center;
  }
  
  #globalfooter small {
    margin: 7px 0 30px;
    font-size: 9px;
    text-align: center;
  }
}

/* --------------------------------------------  
	 pagetop
-------------------------------------------- */

@media screen and (min-width: 641px), print {
  /* ------------------ pc ------------------ */
  #topagetop {
    position: fixed;
    bottom: 0px;
    right: 20px;
    z-index: 100;
  }
  
  #topagetop a {
    text-decoration: none;
    width: 50px;
    height: 50px;
    padding: 0;
    text-align: center;
    display: block;
  }
}

@media screen and (max-width: 640px) {
  #topagetop {
    position: fixed;
    bottom: 0px;
    right: 15px;
    /*
		transition: all 0.7s;
    */
    z-index: 100;
  }
  
  #topagetop a {
    text-decoration: none;
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    display: block;
  }
  
  #topagetop img {
    width: 40px;
    height: 40px;
  }
}


/* -------------------------------
共通
------------------------------- */
.font-racing{
  font-family: "Racing Sans One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.bg-dot{
  display: block;
  background: url(/recruit/newgrads/cmn/images/pattern/bg-dot.png) repeat;
}
.s-inner-box{
  max-width: 1000px;
  margin: 0 auto;
}
.inner-box{
  max-width: 1100px;
  margin: 0 auto;
}

/* -------------------------------
ヘッダー
------------------------------- */
.header{
  width: 100%;
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  font-size: 17px;
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","Noto Sans JP",sans-serif;
  font-weight: 600;
  font-feature-settings: "palt";
  z-index: 999;
  transition: 0.3s;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.header a{
  text-decoration: none;
}
.header .h-logo{
  width: 228px;
  margin-left: 27px;
}
.header .h-logo img{
  max-width: 100%;
}
.header .h-logo a{
  transition: 0.2s;
}
.header .h-logo a:hover{
  opacity: 0.7;
}
.header .h-logo .logo-white{
  display: none;
}
.header .gnav{
  display: flex;
  align-items: center;
}
.header .gnav .nav-list{
  display: flex;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.header .gnav .nav-list li{
  margin-right: 2em;
}
.header .gnav .nav-list li a{
  color: #111;
  transition: 0.2s;
}
.header .gnav .nav-list li a:hover{
  opacity: 0.7;
}
.header .gnav .btn-list{
  display: flex;
}
.header .gnav .btn-list li{
  text-align: center;
}
.header .gnav .btn-list li a{
  display: block;
  width: 125px;
  padding: 23px 10px;
  color: #fff;
  line-height: 1;
  box-sizing: border-box;
  transition: 0.2s;
}
.header .gnav .btn-list li a:hover{
  opacity: 0.7;
}
.header .gnav .btn-list li.contact a{
  background-image: linear-gradient(150deg, rgba(203, 178, 65, 1), rgba(195, 166, 57, 1) 50%, rgba(191, 160, 53, 1));
}
.header .gnav .btn-list li.entry a{
  position: relative;
  background-image: linear-gradient(150deg, rgba(212, 59, 59, 1), rgba(205, 52, 52, 1) 50%, rgba(202, 49, 49, 1));
}
.header .gnav .btn-list li.entry a::before{
  position: absolute;
  content: "";
  bottom: 6px;
  right: 7px;
  width: 9px;
  height: 9px;
  opacity: 50%;
  background: url(../../cmn/images/icon/icon_newtab.svg) center/contain no-repeat;
}
.header .gnav .btn-list li .font-racing{
  display: block;
  font-size: 17px;
  letter-spacing: 0.11em;
}
.header .gnav .btn-list li .jp{
  font-size: 10px;
  letter-spacing: 0.1em;
}


.header.transparent{
  background: transparent;
  box-shadow: none;
}
.header.transparent .gnav .nav-list li a{
  color: #fff;
}
.header.transparent .h-logo .logo-blue{
  display: none;
}
.header.transparent .h-logo .logo-white{
  display: block;
}
.header.transparent.active{
  background: #fff;
}
.header.transparent.active .h-logo .logo-white{
  display: none;
}
.header.transparent.active .h-logo .logo-blue{
  display: block;
}
.header.transparent.active .open-btn.active {
  background: #008cd6;
}

/* -------------------------------
フッター
------------------------------- */
.footer{
  font-weight: 600;
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","Noto Sans JP",sans-serif;
  font-feature-settings: "palt";
}
.footer a{
  text-decoration: none;
}
.footer .f-btn-list{
  display: flex;
  flex-wrap: wrap;
}
.footer .f-btn-list li{
  width: 50%;
}
.footer .f-btn-list li a{
  display: block;
  padding: 70px 0;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.2;
  transition: 0.2s;
}
.footer .f-btn-list li a:hover{
  opacity: 0.7;
}
.footer .f-btn-list li.contact a{
  background-image: linear-gradient(150deg, rgba(203, 178, 65, 1), rgba(195, 166, 57, 1) 50%, rgba(191, 160, 53, 1));
}
.footer .f-btn-list li.entry a{
  position: relative;
  background-image: linear-gradient(150deg, rgba(212, 59, 59, 1), rgba(205, 52, 52, 1) 50%, rgba(202, 49, 49, 1));
}
.footer .f-btn-list li.entry a::before{
  position: absolute;
  content: "";
  bottom: 10px;
  right: 11px;
  width: 15px;
  height: 15px;
  opacity: 50%;
  background: url(../../cmn/images/icon/icon_newtab.svg) center/contain no-repeat;
}
.footer .f-btn-list li a .font-racing{
  display: block;
  font-size: 50px;
}
.footer .f-box{
  padding-top: 80px;
  background: #01182a;
}
.footer .f-box .f-inner{
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: auto;
}
.footer .f-box .f-inner .f-logo-box{
  width: 16%;
}
.footer .f-box .f-inner .f-logo-box .f-logo a:hover{
  opacity: 0.7;
}
.footer .f-box .f-inner .f-logo-box .youtube-link{
  margin-top: 30px;
}
.footer .f-box .f-inner .f-logo-box .youtube-link a{
  display: inline-block;
  position: relative;
  padding-right: 40px;
  font-size: 19px;
  letter-spacing: 0.04em;
  color: #969da0;
}
.footer .f-box .f-inner .f-logo-box .youtube-link a:hover{
  opacity: 0.7;
}
.footer .f-box .f-inner .f-logo-box .youtube-link a::before{
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 18px;
  background: url(../../cmn/images/footer/icon-youtube.png) center/contain no-repeat;
}

.footer .f-box .f-inner .f-link-box{
  width: 70%;
}
.footer .f-box .f-inner .f-link-box ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer .f-box .f-inner .f-link__list li+li{
  margin-left: 2em;
}
.footer .f-box .f-inner .f-link__list li a{
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.1em;
  transition: 0.2s;
}
.footer .f-box .f-inner .f-link__list li a:hover{
  opacity: 0.7;
}
.footer .f-box .f-inner .f-link__btnlist{
  margin-top: 28px;
}
.footer .f-box .f-inner .f-link__btnlist li+li{
  margin-left: 19px;
}
.footer .f-box .f-inner .f-link__btnlist li a{
  display: block;
  padding: 13px 30px;
  color: #fff;
  font-size: 14px;
  border: solid 1px #fff;
  border-radius: 50px;
  transition: 0.2s;
  letter-spacing: 0.1em;
}
.footer .f-box .f-inner .f-link__btnlist li.new-tab a{
  position: relative;
  padding: 11px 43px 11px 30px;
}
.footer .f-box .f-inner .f-link__btnlist li a:hover{
  background: #fff;
  color: #01182a;
}
.footer .f-box .f-inner .f-link__btnlist li.new-tab a::before{
  position: absolute;
  content: "";
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 50%;
  background: url(../../cmn/images/icon/icon_newtab.svg) center/contain no-repeat;
}
.footer .f-box .f-inner .f-link__btnlist li.new-tab a:hover::before{
  color: #01182a;
  opacity: 1;
}
.footer .f-box .copyright{
  margin-top: 80px;
  padding: 40px 0;
  border-top: solid 1px #435461;
}
.footer .f-box .copyright span{
  display: block;
  max-width: 1000px;
  margin: auto;
  text-align: right;
  color: #969da0;
  font-size: 13px;
  font-weight: 500;
}

/* -------------------------------
ページタイトル
------------------------------- */
.page-ttl{
  padding: 145px 0 175px;
  background: url(../../cmn/images/other/bg-pagettl.jpg) center/cover no-repeat;
}
.page-ttl h1{
  font-size: 41px;
  color: #fff;
  letter-spacing: 0.05em;
}
.page-ttl h1 .font-racing{
  display: block;
  font-size: 20px;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 641px) {
  .open-btn{
    display: none;
  }
  .sp-entry-btn{
    display: none;
  }
  .header{
    min-width: 1100px;
  }
  .footer{
    margin-top: 116px;
  }
}

@media screen and (max-width: 1260px) {
  .header .gnav .nav-list{
    letter-spacing: 0;
  }
  .header .gnav .nav-list li {
    margin-right: 1.5em;
  }
  .header .gnav .btn-list li a{
    width: 110px;
  }
  .page-ttl h1{
    margin: 0 50px;
  }
}

@media screen and (max-width: 640px) {
  /* -------------------------------
  共通
  ------------------------------- */
  .inner-box,
  .s-inner-box{
    margin-right: 20px;
    margin-left: 20px;
  }

  /* -------------------------------
  ヘッダー
  ------------------------------- */
  .nav-wrap.active .cover-gray{
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: rgba(3,3,3,.5);
    display: block;
    z-index: 100;
  }
  .header{
    height: 50px;
  }
  .header .h-logo{
    width: 58%;
    max-width: 156px;
    margin: 5px 0 0 15px;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: pixelated;
  }
  .header .gnav{
    position:absolute;
    display: block;
    z-index: 999;
    top:50px;
    right:-120%;
    width:100%;
    height: calc(100svh - 50px);
    text-align: center;
    background:url(../images/header/sp/bg-menu.jpg) center / cover no-repeat;
    transition: all 0.4s;
  }
  .header .gnav.active{
    right: 0;
  }
  .header .gnav .nav-list{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    display: block;
    font-size: 15px;
    letter-spacing: 0.11em;
  }
  .header .gnav .nav-list li{
    margin-right: 0;
  }
  .header .gnav .nav-list li + li{
    margin-top: 40px;
  }
  .header .gnav .nav-list li a{
    color: #fff!important;
  }
  .header .gnav .btn-list{
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .header .gnav .btn-list li{
    width: 50%;
  }
  .header .gnav .btn-list li a{
    width: 100%;
  }
  .sp-entry-btn{
    position: absolute;
    top: 0;
    right: 50px;
    width: 20%;
  }
  .sp-entry-btn a{
    position: relative;
    display: block;
    height: 50px;
    padding: 14px 0;
    background-image: linear-gradient(150deg, rgba(212, 59, 59, 1), rgba(205, 52, 52, 1) 50%, rgba(202, 49, 49, 1));
    color: #fff;
    text-align: center;
    line-height: 0.7;
    box-sizing: border-box;
  }
  .sp-entry-btn a::before {
    position: absolute;
    content: "";
    bottom: 5px;
    right: 4px;
    width: 7px;
    height: 7px;
    opacity: 50%;
    background: url(../../cmn/images/icon/icon_newtab.svg) center/contain no-repeat;
}
  .sp-entry-btn a .font-racing{
    display: block;
    font-size: 15px;
    letter-spacing: 0.11em;
  }
  .sp-entry-btn a .jp{
    font-size: 10px;
  }
  .open-btn{
    position:absolute;
    z-index: 9999;
    top:0;
    right: 0;
    width: 50px;
    height:50px;
  }
  .open-btn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 17px;
    height: 2px;
    border-radius: 2px;
    background: #008cd6;
    width: 17px;
  }
  .open-btn.active{
    background: #008cd6;
  }
  .open-btn.active span{
    background: #fff;
  }
  .open-btn span:nth-of-type(1) {
    top:17px;
  }
  .open-btn span:nth-of-type(2) {
    top:24px;
  }
  .open-btn span:nth-of-type(3) {
    top:31px;
  }
  .open-btn.active span:nth-of-type(1),
  .open-btn.active span:nth-of-type(3){
    opacity: 0;
  }

  .header.transparent .open-btn{
    background: transparent;
  }
  .header.transparent .open-btn span{
    background-color: #fff;
  }

  /* -------------------------------
  ページタイトル
  ------------------------------- */
  .page-ttl{
    position: relative;
    padding: 80px 0 115px;
    z-index: 10;
  }
  .page-ttl h1{
    margin: 0 20px;
    font-size: 23px;
  }
  .page-ttl h1 .font-racing{
    font-size: 11px;
  }

  /* -------------------------------
  フッター
  ------------------------------- */
  .footer{
    margin-top: 31px;
  }
  .footer .f-btn-list li{
    width: 100%;
  }
  .footer .f-btn-list li a{
    padding: 30px 0;
    line-height: 1;
  }
  .footer .f-btn-list li a .font-racing{
    font-size: 27px;
  }
  .footer .f-btn-list li a .jp{
    font-size: 9px;
  }
  .footer .f-btn-list li.entry a::before{
    bottom: 5px;
    right: 6px;
    font-size: 8px;
  }
  .footer .f-box{
    padding-top: 50px;
  }
  .footer .f-box .f-inner .f-link-box{
    display: none;
  }
  .footer .f-box .f-inner .f-logo-box{
    width: 40%;
    margin: auto;
    text-align: center;
  }
  .footer .f-box .f-inner .f-logo-box .youtube-link {
    margin-top: 18px;
  }
  .footer .f-box .f-inner .f-logo-box .youtube-link a{
    font-size: 21px;
  }
  .footer .f-box .copyright{
    margin-top: 37px;
    padding: 16px 0;
  }
  .footer .f-box .copyright span{
    margin: 0 10px;
    font-size: 10px;
    text-align: center;
  }

}