@charset "UTF-8";
html, body, header, section, article, nav, header, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, :after, :before {
  box-sizing: inherit; }

a {
  text-decoration: none;
  outline: none; }

a,
a:link,
a:visited,
a:hover,
a:active {
  outline: none;
  text-decoration: none; }

ul {
  list-style: none; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* End hide from IE-mac */
html {
  box-sizing: border-box;
  font-family: sans-serif;
  height: 100%;
  width: 100%;
  min-width: 900px; }

body {
  margin: 0;
  background: #feffeb url("../img/bg.png") repeat-y;
  background-size: 100% auto;
  font-size: 16px;
  color: #000;
  overflow-x: hidden; }

a {
  text-decoration: none;
  color: #555; }

a:hover {
  text-decoration: none;
  opacity: 0.8; }

.txt_left {
  text-align: left !important; }

.color_blue {
  color: #0cf; }

.font_l {
  font-size: 30px !important; }

.font_l80p {
  font-size: 26px !important; }

.font_m {
  font-size: 16px !important; }

.font_bold {
  font-weight: bold; }

.font_red {
  color: #ff0000; }

.txt_shadow {
  text-shadow: 0 0 3px black; }

.txt_shadow02 {
  text-shadow: 0 0 3px white; }

.font_w600 {
  font-weight: 600; }

.sponly {
  display: none; }

.pconly {
  display: block; }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt80 {
  margin-top: 80px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.m0auto {
  margin: 0 auto !important; }

/* nav------------------------------------------------------ */
header {
  display: none; }

/*
#head_nav {
  width: 100%;
  margin: 0 auto;
  line-height: 1;
  z-index: 1000;
  //background: red;
  box-sizing: border-box;
}
#head_nav .inner {
  margin: 0 auto;
}
#global_nav {
  position: relative;
  width: 100%;
  height: 40px;
  margin: 0;
  //background: red;
  color:#000;
  text-align: center;
  li{
    margin: 10px 0;
    display: inline-block;
    a{
      width: 100px;
      height: 20px;
      margin: 0;
      line-height: 20px;
      overflow: hidden;
      display: inline-block;
      color: #fff;
    }
  }
}

#head_nav.fixed {
  margin: 0;
  top: 0;
  position: fixed;
  padding: 9px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -moz-transition: top 1s ease-in;
  box-sizing: border-box;
}
*/
.logo_top {
  position: absolute;
  z-index: 1001;
  top: 13px;
  left: 14px; }

.batch01 {
  position: absolute;
  z-index: 1001;
  top: 13px;
  right: calc(50% - 510px); }

/* ---------------------------------------------------------- */
/* top-------------------------------------------------------- */
#header {
  position: relative;
  min-width: 1200px;
  height: 500px;
  margin: 0 auto;
  background: #fff url(../img/bg_pc_01.jpg) 50% 50% no-repeat;
  background-size: cover; }
  #header .img_top {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }
    #header .img_top .top_pc_01 {
      position: absolute;
      top: 0;
      left: calc(50% - 600px);
      width: 1200px;
      z-index: 100; }
    #header .img_top .top_pc_02 {
      width: 100%;
      margin: 0 auto; }
    #header .img_top .btn_top {
      position: absolute;
      bottom: 30px;
      left: calc(50% - 193.5px);
      z-index: 100; }
    #header .img_top .txt_top01 {
      position: absolute;
      top: 0;
      width: 100%;
      font-weight: bold;
      font-size: 24px;
      color: #fff;
      text-shadow: 0 0 5px #000;
      text-align: center; }
    #header .img_top .txt_top02 {
      position: absolute;
      top: 600px;
      width: 100%;
      font-size: 20px;
      color: #fff;
      text-shadow: 0 0 5px #000;
      text-align: center;
      z-index: 100; }

#header:after {
  position: absolute;
  bottom: 0;
  content: " ";
  width: 100%;
  height: 100px;
  display: block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,000000+50&0+0,0.5+50 */
  background: -moz-linear-gradient(top, rgba(254, 255, 235, 0) 10%, #feffeb 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(254, 255, 235, 0) 10%, #feffeb 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(254, 255, 235, 0) 10%, #feffeb 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

/* ---------------------------------------------------------- */
/* area01--------------------------------------------------- */
#area01 {
  min-width: 1000px;
  margin: 0 auto;
  padding-bottom: 100px; }

#area01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  text-align: center; }
  #area01 .inner img {
    margin: 20px auto 0; }
  #area01 .inner p {
    font-weight: 600;
    color: #1b2561;
    font-size: 1.6rem; }
  #area01 .inner .title02 {
    margin: 80px auto 20px; }
  #area01 .inner .list01 li {
    display: inline-block;
    margin: 0 0.4%;
    width: 32%; }
    #area01 .inner .list01 li .btn_tw_m {
      margin: 10px auto 0; }
  #area01 .inner .list02 li {
    display: inline-block;
    margin: 10px 0.5% 0;
    width: 18%; }

/* ---------------------------------------------------------- */
/* area02--------------------------------------------------- */
#area02 {
  min-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
  background: #92e2ff;
  background-size: cover; }

#area02 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  text-align: center; }
  #area02 .inner img {
    margin: 40px auto 0; }
  #area02 .inner .img_how {
    margin: 20px auto 0; }
  #area02 .inner p {
    font-weight: 500;
    color: #1b2561;
    font-size: 1.6rem; }

/* ---------------------------------------------------------- */
/* area03--------------------------------------------------- */
#area03 {
  padding: 30px 0;
  min-width: 1000px;
  margin: 0 auto;
  background: #8c919e; }

#area03 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  text-align: center; }
  #area03 .inner img {
    margin: 40px auto; }
  #area03 .inner p {
    text-align: left;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 40px; }
  #area03 .inner .title {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.2rem; }

/* ---------------------------------------------------------- */
/* attention----------------------------------------------------*/
.title_attention {
  margin: 50px auto 30px;
  font-size: 24px; }

.text_attention {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 16px;
  font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  text-align: left;
  color: #fff; }

/* ---------------------------------------------------------- */
/* footer----------------------------------------------------*/
#footer {
  width: 100%;
  margin: 0 0 0;
  padding: 20px 0 50px;
  background: #000;
  text-align: center; }
  #footer a {
    display: inline-block;
    margin: 0 auto;
    width: 25%; }
    #footer a img {
      width: 100%;
      max-width: 250px; }

/* ---------------------------------------------------------- */
#page-top {
  position: fixed;
  bottom: 20px;
  left: calc(50% + 300px);
  font-size: 77%;
  z-index: 100; }

#page-top a {
  background: url(../img/arrow_top_sp.png) 50% 50% no-repeat;
  background-size: 100% auto;
  text-decoration: none;
  color: #fff;
  width: 100px;
  height: 110px;
  text-align: center;
  display: block;
  border-radius: 5px; }

#page-top a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: 0.5s; }
