@charset "UTF-8";
/*---------------------------------
Google Font
font-family: 'Noto Sans JP', sans-serif;
-----------------------------------*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* width */
/*border*/
/*screenmarge*/
/*---------------------------------
	HTML RESET
-----------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, strong, dl, dt, dd, ol, ul, li,
form, label, table, caption, tr, th, td, input, form, textarea, header, nav, section, article, aside, footer {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Arial, Meiryo, Osaka, "MS P ゴシック", MS P Gothic, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  min-width: 360px;
  font-weight: 300;
  padding-top: 82px; }
  body.fixed {
    width: 100%;
    height: calc(100% - 82px);
    position: fixed;
    top: 82px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

ol, ul {
  list-style: none; }

/*---------------------------------
	LINK
-----------------------------------*/
a {
  transition-property: all;
  transition: 0.2s linear;
  cursor: pointer; }
  a:link, a:visited, a:hover, a:active {
    color: #000;
    text-decoration: none; }
  a:hover, a:hover img {
    filter: alpha(opacity=60);
    opacity: 0.6; }

a.icon {
  position: relative;
  padding-left: 10px; }
  a.icon:before {
    display: inline-block;
    content: " ";
    position: absolute;
    top: 0.65em;
    left: 0;
    margin-top: -2px;
    border: 4px solid transparent;
    border-left: 4px solid #25A0D3; }

.linkb {
  position: relative; }
  .linkb a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*---------------------------------
	SET
-----------------------------------*/
.wrapper h1 {
  position: relative;
  padding: 0.8rem 0;
  margin: 4rem auto 4rem;
  border-bottom: 2px solid;
  color: #25A0D3;
  font-size: 3rem;
  text-align: center;
  width: 30rem;
  max-width: 100%; }
  .wrapper h1:before, .wrapper h1:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0; }
  .wrapper h1:before {
    border: 10px solid;
    border-color: transparent;
    border-top-color: #25A0D3;
    margin-left: -10px; }
  .wrapper h1:after {
    border: 7px solid;
    border-color: transparent;
    border-top-color: #FFF;
    margin-left: -7px; }

h2.type {
  color: #1D2087;
  position: relative;
  margin: 10rem auto 10px;
  text-align: center;
  font-size: 2rem;
  color: #25A0D3;
  padding: 1rem 0; }
  h2.type.high {
    padding: 2rem 0;
    font-size: 2.5rem; }
  @media only screen and (max-width: 780px) {
    h2.type {
      margin: 8rem auto 7rem; } }
  h2.type:before, h2.type:after {
    position: absolute;
    left: calc(50% - 10rem);
    content: '';
    width: 20rem;
    height: 8px;
    display: inline-block; }
  h2.type:before {
    border-left: solid 2px #25A0D3;
    border-top: solid 2px #25A0D3;
    border-right: solid 2px #25A0D3;
    top: 0; }
  h2.type:after {
    border-left: solid 2px #25A0D3;
    border-bottom: solid 2px #25A0D3;
    border-right: solid 2px #25A0D3;
    bottom: 0; }

h3 {
  border-bottom: 2px solid #25A0D3;
  padding: 0 0 0.5rem;
  margin: 2rem 0 3rem;
  color: #25A0D3;
  font-weight: bold; }

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.wrapper {
  font-size: 1.55rem;
  line-height: 1.7;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1%;
  padding-left: 1%;
  max-width: 1500px;
  background-color: #FFF; }
  @media only screen and (min-width: 1501px) {
    .wrapper {
      /*border-right:2px solid #FFF;
      border-left:2px solid #FFF;*/ } }

.clear:after {
  content: "";
  display: block;
  clear: both; }

.f_left {
  float: left; }

.f_right {
  float: right; }

.a_left {
  text-align: left; }

.a_center {
  text-align: center; }

.a_right {
  text-align: right; }
  .a_right .a_right img {
    display: inline-block; }

/*---------------------------------
	HEADER
-----------------------------------*/
header {
  width: 100%;
  z-index: 100;
  padding: 0 2%;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: top;
  flex-wrap: nowrap; }
  header h1 {
    margin: 10px 0 0;
    max-width: 100%; }
    header h1 img {
      width: 180px; }
  header .entry {
    display: flex;
    justify-content: flex-end;
    align-items: top;
    flex-wrap: nowrap; }
    header .entry a {
      background: #F2A100;
      text-align: center;
      font-size: 1.5rem;
      padding: 1rem 0 1.2rem;
      width: 8em;
      color: #FFF;
      margin: 0 0.75rem; }
      @media only screen and (max-width: 600px) {
        header .entry a {
          width: 4em; }
          header .entry a span {
            display: none; } }
    header .entry a:first-child {
      background: #E50011;
      color: #FFF; }

header .drawernav {
  display: flex;
  justify-content: center;
  align-items: top;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 63px;
  background: rgba(255, 255, 255, 0.9);
  margin: 0 auto 0 0;
  position: fixed;
  top: 0;
  right: -100vw;
  width: 100%;
  min-height: 100%;
  z-index: 9998;
  text-align: center; }
  header .drawernav nav {
    width: 100%; }
    header .drawernav nav ul {
      font-size: 1.75rem; }
      header .drawernav nav ul li {
        padding: 1.5rem 0;
        border-top: 2px solid #25A0D3; }
        header .drawernav nav ul li a {
          display: block; }
        header .drawernav nav ul li ul {
          font-size: 1.5rem; }
          header .drawernav nav ul li ul li {
            border-top: none;
            padding: 2rem 0 0; }
    header .drawernav nav > ul {
      border-bottom: 2px solid #25A0D3; }
  header .drawernav a:link, header .drawernav a:visited, header .drawernav a:hover, header .drawernav a:active,
  header .drawernav li a:link,
  header .drawernav li a:visited,
  header .drawernav li a:hover,
  header .drawernav li a:active {
    color: #1D2087; }

header .navbtn {
  width: 50px;
  height: 50px;
  z-index: 9999;
  margin: 0 0 0 auto;
  position: relative;
  cursor: pointer; }
  @media only screen and (max-width: 780px) {
    header .navbtn {
      display: block; } }
  header .navbtn.close {
    background: url(../imgs/sp_nav.svg) center center no-repeat;
    background-size: 100%; }
  header .navbtn.open {
    background: url(../imgs/sp_nav_off.svg) center center no-repeat;
    background-size: 100%;
    display: none; }

@media only screen and (max-width: 600px) {
  .mainnav nav {
    display: none; } }
.mainnav nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 2rem 0; }
  .mainnav nav ul li {
    position: relative;
    color: #8E8E8E;
    padding: 0 2rem;
    border-right: 1px solid #8E8E8E; }
    .mainnav nav ul li a {
      color: #8E8E8E; }
    .mainnav nav ul li:last-child {
      border: none; }
    .mainnav nav ul li .innavi {
      transition: all .5s;
      position: absolute;
      height: 0;
      opacity: 0;
      font-size: 1.4rem;
      top: 0.5em;
      width: 14em;
      left: calc(-14em / 2 + 2.7em);
      z-index: 1000;
      text-align: center; }
      .mainnav nav ul li .innavi:before {
        content: "";
        display: block;
        position: absolute;
        top: -6px;
        left: calc(50% - 3px);
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #8E8E8E; }
      .mainnav nav ul li .innavi a {
        display: none;
        width: 14em;
        border: 2px solid #8E8E8E;
        padding: 0.5rem 1rem;
        background: #FFF; }
        .mainnav nav ul li .innavi a:hover {
          filter: alpha(opacity=100);
          display: block;
          opacity: 1; }
      .mainnav nav ul li .innavi li {
        border: none; }
        .mainnav nav ul li .innavi li:last-child a {
          border-top: none; }
    .mainnav nav ul li:hover .innavi {
      height: 100%;
      opacity: 1; }
      .mainnav nav ul li:hover .innavi a {
        display: block; }

/*---------------------------------
	FOOTER
-----------------------------------*/
footer {
  text-align: center;
  margin: 8rem 0 0; }
  footer img {
    width: 260px; }
  footer .copy {
    padding: 2rem 0 3rem;
    width: 100%;
    display: block;
    text-align: center; }

/*---------------------------------
	font 
-----------------------------------*/
/*---------------------------------
	common
-----------------------------------*/
/* fadein */
.fadein {
  opacity: 0;
  transition: 2s; }

.fadeInDown {
  opacity: 1; }

/* btn */

/*# sourceMappingURL=base.css.map */
