@charset "UTF-8";
/* =============================
 
     css reset  
 
 ==============================*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

/* =============================
 
     汎用
 
 ==============================*/
/* clear fix
 --------------------*/
.cf:after {
  content: "";
  display: block;
  clear: both;
}

a:hover {
  opacity: 0.6;
}

p {
  line-height: 1.8em;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

/* =============================
 
     body
 
 ==============================*/
html,
body {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  color: #000;
  letter-spacing: nomal;
  font-size: 15px;
  font-size: 1.5rem;
  min-width: 980px;
  overflow-x: hidden;
}

.wrap {
  width: 100%;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

/*---------------------------------------------------------
heder
----------------------------------------------------------*/
.header {
  z-index: 99;
  width: 100%;
  box-shadow: 0 0 3px 1px rgba(175, 175, 175, 0.3);
}

.header .inner {
  width: 980px;
  margin: 0 auto;
  padding: 0;
  /* safari */
  /* IE */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .inner h1 a {
  display: block;
  width: 101px;
  height: 48px;
}

.header .inner h1 a img {
  width: 100%;
  height: auto;
}

.header .inner .gNav ul {
  height: 68px;
  /* safari */
  /* IE */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .inner .gNav ul li {
  display: block;
  height: 68px;
  width: auto;
  position: relative;
  padding: 0 35px;
  line-height: 68px;
}

.header .inner .gNav ul li:before {
  content: '/';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  color: #B3B3B3;
}

.header .inner .gNav ul li:last-child {
  padding-right: 0;
}

.header .inner .gNav ul li:first-child:before {
  content: '';
  background: none;
}

.header .inner .gNav ul li:after {
  right: 0;
}

@media screen and (min-width: 768px) {
  .header .inner .gNav ul li:hover:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    display: block;
    height: 2px;
    width: 50%;
    background: linear-gradient(to right, #ee718d, #3CA9EE);
  }
  .header .inner .gNav ul li:hover:last-child:after {
    content: '';
    left: 35px;
  }
}

.header .inner .gNav ul li a {
  color: #000;
  text-decoration: none;
  width: auto;
  height: 68px;
  /*&:hover:after{
                            content: '';
                            display: block;
                            height: 2px;
                            background: -moz-linear-gradient(to right, rgb(238, 113, 141), #3CA9EE);
                            background: -webkit-linear-gradient(to right, rgb(238, 113, 114), #3CA9EE);
                            background: linear-gradient(to right, rgb(238, 113, 141), #3CA9EE);
                        }*/
}

.header .inner .gNav ul li.active a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  display: block;
  height: 2px;
  width: 50%;
  background: linear-gradient(to right, #ee718d, #3CA9EE);
}

.header .inner .gNav ul li.last a:after {
  content: '';
  left: 35px;
}

.pankuzu {
  background: #F2F2F2;
  width: 100%;
}

.pankuzu ul {
  /* safari */
  /* IE */
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  width: 980px;
  margin: 0 auto;
  padding: 8px 0;
}

.pankuzu ul li {
  color: #505050;
  font-size: 12px;
  position: relative;
  padding: 0 20px 0 15px;
}

.pankuzu ul li:first-child {
  padding-left: 0;
}

.pankuzu ul li:after {
  content: '/';
  position: absolute;
  top: 0;
  display: inline-block;
  color: #B3B3B3;
}

.pankuzu ul li:last-child {
  padding-right: 0;
}

.pankuzu ul li:last-child:after {
  content: '';
  background: none;
}

.pankuzu ul li:after {
  right: 0;
}

.pankuzu ul li a {
  color: #4681BA;
}

.ttl {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 80px 0;
  height: 258px;
  text-align: center;
}

.ttl .bg_l {
  background: #B4D2F7;
  width: 45%;
  height: 258px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -4;
}

.ttl .bg_l:before {
  content: '';
  position: absolute;
  top: -50%;
  right: -5%;
  width: 100%;
  height: 516px;
  margin: 0;
  background: #B4D2F7;
  transform-origin: left center;
  transform: rotate(8deg);
  z-index: -1;
}

.ttl .bg_r {
  background: #F2C6D5;
  width: 55%;
  height: 258px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -5;
}

.ttl p {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.7em;
}

.footer {
  width: 100%;
  border-top: 10px solid #B4D2F7;
  border-bottom: 10px solid #F2C6D5;
}

.footer .inner {
  width: 980px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}

.footer .inner h3 {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 20px;
}

.footer p.copy {
  width: 980px;
  margin: 0 auto;
  border-top: 1px solid #ededed;
  display: block;
  text-align: center;
  font-size: 0.9em;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  html {
    font-size: 62.5%;
    width: 100%;
    height: 100%;
  }
  body {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 500;
    color: #000;
    letter-spacing: nomal;
    font-size: 1.6rem;
    min-width: 320px;
  }
  a:hover {
    opacity: 1;
  }
  .wrap {
    width: 100%;
    overflow-x: hidden;
  }
  .header {
    width: 100%;
    z-index: 99;
    position: fixed;
    height: 64px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
  }
  .header .inner {
    width: 96%;
    margin: auto;
  }
  .header .inner h1 a {
    display: block;
  }
  .header .inner .gNav {
    position: fixed;
    right: -320px;
    top: 0;
    width: 300px;
    height: 100vh;
    padding-top: 64px;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
  }
  .header .inner .gNav .gNav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
  }
  .header .inner .gNav .gNav__list li {
    height: auto;
    line-height: 1;
    width: 100%;
    padding: 0 8px;
  }
  .header .inner .gNav .gNav__list li:before {
    content: '';
  }
  .header .inner .gNav .gNav__list li a {
    display: block;
    height: auto;
    padding: 24px 16px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #111;
  }
  .header .hamburger {
    position: absolute;
    top: 50%;
    right: 0;
    width: 45px;
    margin-top: -20px;
    padding: 10px;
    cursor: pointer;
    z-index: 999;
  }
  .header .icon-bar {
    height: 2px;
    background: #000;
    display: block;
  }
  .header .icon-bar + .icon-bar {
    margin-top: 6px;
  }
  .header .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }
  .nav-open .header .inner .gNav {
    right: 0;
  }
  .nav-open .header .hamburger :nth-child(1) {
    transform: translate(0, 8px) rotate(45deg);
  }
  .nav-open .header .hamburger :nth-child(2) {
    transform: translate(-20px, 0);
    opacity: 0;
  }
  .nav-open .header .hamburger :nth-child(3) {
    transform: translate(0, -8px) rotate(-45deg);
  }
  .nav-open .header .black-bg {
    opacity: .8;
    visibility: visible;
  }
  .main {
    padding-top: 64px;
  }
  .ttl {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 80px 0;
    height: 180px;
    text-align: center;
  }
  .ttl .bg_l {
    background: #B4D2F7;
    width: 45%;
    height: 180px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -4;
  }
  .ttl .bg_l:before {
    content: '';
    position: absolute;
    top: -50%;
    right: -5%;
    width: 100%;
    height: 516px;
    margin: 0;
    background: #B4D2F7;
    transform-origin: left center;
    transform: rotate(8deg);
    z-index: -1;
  }
  .ttl .bg_r {
    background: #F2C6D5;
    width: 55%;
    height: 180px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -5;
  }
  .ttl p {
    width: 90%;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 34px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.5em;
  }
  .pankuzu {
    display: none;
  }
  .footer .inner {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .inner h3 {
    font-size: 2.6rem;
    display: block;
  }
  .footer .inner p {
    width: 100%;
    margin: 20px 0;
    padding: 0 20px;
  }
  .footer p.copy {
    width: 90%;
    margin: 0 auto;
    border-top: 1px solid #ededed;
    display: block;
    text-align: center;
    font-size: 0.9em;
    padding: 10px 0;
  }
}
/*# sourceMappingURL=style.css.map */