@charset "UTF-8";
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: #00a0e9; }

a:link {
  text-decoration: none; }

a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 1; }

html, body {
  width: 100%;
  height: 100%; }

@media all and (min-width: 769px) {
  a,
  input[type="button"],
  input[type="submit"],
  button {
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s; }
  a:hover,
  input[type="button"]:hover,
  input[type="submit"]:hover,
  button:hover {
    opacity: 0.6; }
  html {
    font-size: 62.5%; }
  body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: 1.6em;
    background: url(../images/index/bg.png) center 75px repeat-x;
    background-size: 50px 700px; }
  .sp-view {
    display: none !important; }
  .container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 960px;
    margin: -235px auto 70px; }
    .container.lower {
      margin-top: 30px; }
  .main {
    width: 670px; }
    .main.singleCol {
      width: 960px;
      margin: 0 auto; }
  .side {
    width: 200px;
    height: 100%;
    position: sticky;
    top: 0;
    padding-top: 42px; }
    .side .banner ul li {
      margin-bottom: 10px; }
      .side .banner ul li img {
        width: 100%; }
  .header-top {
    background: linear-gradient(90deg, #ec6d81, #f6b8c2); }
    .header-top-wrap {
      width: 960px;
      height: 75px;
      margin: 0 auto;
      line-height: 75px; }
  .header__title {
    display: inline-block;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: white;
    margin-right: 15px; }
  .header__en {
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
    color: white; }
  .header__menu {
    width: 960px;
    height: 60px;
    margin: 0 auto; }
    .header__menu ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 12px 0; }
      .header__menu ul li:nth-of-type(1) {
        width: 13.4%; }
      .header__menu ul li:nth-of-type(2) {
        width: 13.5%; }
      .header__menu ul li:nth-of-type(3) {
        width: 18.2%; }
      .header__menu ul li:nth-of-type(4) {
        width: 13.4%; }
      .header__menu ul li:nth-of-type(5) {
        width: 23.4%; }
      .header__menu ul li:nth-of-type(6) {
        width: 17.6%; }
        .header__menu ul li:nth-of-type(6) a::after {
          content: "";
          position: absolute;
          top: 7px;
          right: 0;
          width: 1px;
          height: 18px;
          background-color: #aaaaaa; }
      .header__menu ul li a {
        position: relative;
        display: block;
        height: 35px;
        line-height: 35px;
        text-align: center;
        font-family: 'Zen Maru Gothic', sans-serif;
        font-weight: 700;
        font-size: 14px;
        color: #aaaaaa; }
        .header__menu ul li a::before {
          content: "";
          position: absolute;
          top: 7px;
          left: 0;
          width: 1px;
          height: 18px;
          background-color: #aaaaaa; }
        .header__menu ul li a.current {
          background-color: #fff;
          color: #ffb1b9;
          border-bottom: 4px solid #ffb1b9; }
  .footer {
    position: relative;
    padding: 17px 0 24px;
    background-color: #f5f5f5;
    border-top: 1px solid #aaaaaa; }
    .footer-wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-end;
      width: 960px;
      margin: 0 auto; }
    .footer__left p {
      font-size: 12px;
      font-weight: 500;
      line-height: 1.58; }
      .footer__left p + p {
        font-weight: 400;
        padding-top: 8px; }
    .footer__right {
      font-size: 10px; } }

@media all and (max-width: 768px) {
  .pc-view {
    display: none !important; }
  html, body {
    -webkit-text-size-adjust: none;
    /*文字の大きさを変えない*/ }
  body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    background: url(../images/index/bg.png) center 75px repeat-x;
    background-size: 50px 700px; }
  * {
    box-sizing: border-box; }
  /* font : rem指定 */
  html {
    font-size: 62.5%; }
  body {
    font-size: 2.8rem; }
  /* 1.0remで10px 以降1.2remであれば12px */
  body {
    line-height: 1.3; }
  .wrap {
    overflow-x: hidden; }
  .container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -50px auto 10px; }
    .container.lower {
      margin-top: 20px; }
  .main {
    width: 670px; }
    .main.singleCol {
      width: 960px;
      margin: 0 auto; }
  .side .banner {
    padding: 20px 10px 5px; }
    .side .banner ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .side .banner ul li {
        width: 48%;
        margin-bottom: 10px; }
        .side .banner ul li a {
          display: block; }
          .side .banner ul li a img {
            width: 100%; }
  .header-top {
    background: linear-gradient(90deg, #ec6d81, #f6b8c2); }
    .header-top-wrap {
      padding: 10px 10px; }
  .header__title {
    display: block;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: white;
    margin-bottom: 4px; }
  .header__en {
    display: block;
    font-weight: 500;
    font-size: 13px;
    color: white; }
  .header__menu {
    padding: 0 10px; }
    .header__menu ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 4px 0; }
      .header__menu ul li {
        width: 33.3%; }
        .header__menu ul li a {
          position: relative;
          display: block;
          height: 35px;
          line-height: 32px;
          text-align: center;
          font-family: 'Zen Maru Gothic', sans-serif;
          font-weight: 700;
          font-size: 11px;
          color: #aaaaaa; }
          .header__menu ul li a::before {
            content: "";
            position: absolute;
            top: 7px;
            left: 0;
            width: 1px;
            height: 18px;
            background-color: #aaaaaa; }
          .header__menu ul li a.current {
            background-color: #fff;
            color: #ffb1b9;
            border-bottom: 4px solid #ffb1b9; }
        .header__menu ul li:nth-of-type(3n) a::after {
          content: "";
          position: absolute;
          top: 7px;
          right: 0;
          width: 1px;
          height: 18px;
          background-color: #aaaaaa; }
  .footer {
    position: relative;
    padding: 17px 0 18px;
    background-color: #f5f5f5;
    border-top: 1px solid #aaaaaa; }
    .footer-wrap {
      padding: 0 10px; }
    .footer__left {
      margin-bottom: 20px; }
      .footer__left:empty {
        margin-bottom: 0; }
      .footer__left p {
        font-size: 11px;
        font-weight: 500;
        line-height: 1.58; }
        .footer__left p + p {
          font-weight: 400;
          padding-top: 8px; }
    .footer__right {
      text-align: center;
      font-size: 10px; } }
