@charset "UTF-8";
/* --------------------------------------------------
	000.margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
  margin: 0;
  padding: 0; }

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
  display: block; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* --------------------------------------------------
	001.HTML, Body, Anchor
-------------------------------------------------- */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  * overflow-x: hidden;
  _overflow: auto; }

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

body {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #000;
  letter-spacing: .1rem;
  font-weight: 400; }

@media only screen and (min-width: 1080px) {
  .sp-visible {
    display: none !important; }

  .tablet-visible {
    display: none !important; } }
@media only screen and (max-width: 1080px) {
  html {
    font-size: .95vw; }

  .tablet-hidden {
    display: none; }

  .sp-visible {
    display: none !important; } }
@media only screen and (max-width: 1080px) and (max-width: 767px) {
  .sp-visible {
    display: block !important; } }
@media only screen and (max-width: 767px) {
  html {
    font-size: 3.125vw; }

  body {
    letter-spacing: 0; }

  .sp-hidden {
    display: none !important; }

  select,
  textarea,
  input[type='url'],
  input[type='text'],
  input[type='date'],
  input[type='tel'],
  input[type='email'],
  input[type='submit'] {
    -webkit-appearance: none; } }
span.link,
a {
  color: #000;
  text-decoration: none;
  transition: all 0.5s;
  cursor: pointer; }
  span.link.none,
  a.none {
    opacity: 0.4;
    pointer-events: none; }

@media only screen and (min-width: 1080px) {
  a:hover {
    text-decoration: none; } }
/* --------------------------------------------------
	002.Heading, Paragraph
-------------------------------------------------- */
dt, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 700; }

p {
  line-height: 1.6; }

/* --------------------------------------------------
	003.List
-------------------------------------------------- */
ol, ul, li {
  list-style: none; }

/* --------------------------------------------------
	004.Table
-------------------------------------------------- */
table {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  vertical-align: top;
  font-weight: 500; }

/* --------------------------------------------------
	005.Form
-------------------------------------------------- */
fieldset {
  border: none; }

input, textarea, select, label {
  font-size: 100%;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500; }

@media only screen and (max-width: 767px) {
  input, textarea, select {
    font-size: 1.6rem;
    box-sizing: border-box; } }
button {
  font-family: "Poppins", "Noto Sans JP", sans-serif; }

label {
  cursor: pointer; }

textarea {
  overflow: auto; }

legend {
  display: none; }

/* --------------------------------------------------
	006.Other
-------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle; }

object {
  vertical-align: middle;
  outline: none; }

em {
  font-style: italic; }

b,
strong {
  font-weight: 700; }

small {
  font-size: 100%; }

i {
  font-style: normal; }

u {
  text-decoration: none; }

abbr, acronym {
  border: none;
  font-variant: normal; }

address, caption, cite, code, dfn, var {
  font-weight: normal;
  font-style: normal; }

sup {
  font-size: 1em;
  vertical-align: text-top; }

sub {
  font-size: 1em;
  vertical-align: text-bottom; }

hr {
  display: none; }

/* --------------------------------------
		101 outline
-------------------------------------- */
#wrap {
  position: relative; }
  @media only screen and (max-width: 1080px) {
    #wrap {
      overflow: hidden; } }

div:focus,
img:focus,
textarea:focus,
a:focus,
button:focus,
input:focus {
  outline: none;
  box-shadow: none; }

#loader {
  width: 100%;
  height: 100%;
  background: #295bff;
  transition: all 1s;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  opacity: 1; }
  #loader.on {
    opacity: 0;
    z-index: -1; }

body #wrap {
  z-index: -1;
  position: relative; }
  body #wrap.on {
    z-index: 1; }

body {
  position: relative;
  z-index: 1; }

/* --------------------------------------
		102 header
-------------------------------------- */
.header {
  height: 100vh;
  min-height: 31.5rem;
  background: url("../img/fig_main.jpg") no-repeat 50% 50%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  z-index: 99; }
  @media only screen and (max-width: 767px) {
    .header {
      flex-direction: column; } }
  .header-ttl {
    font-size: 5.2rem;
    line-height: 1.3; }
    .header-ttl span {
      font-size: 110%;
      font-weight: 600;
      position: relative;
      bottom: -.05em; }
    @media only screen and (max-width: 767px) {
      .header-ttl {
        font-size: 3.4rem;
        line-height: 1.1; } }
  .header-message {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
    letter-spacing: .3rem;
    background: rgba(41, 91, 255, 0.95);
    padding: 4rem; }
    @media only screen and (max-width: 767px) {
      .header-message {
        font-size: 2rem;
        letter-spacing: .1rem;
        padding: 2rem; } }
    .header-message p {
      line-height: 1.3;
      margin: 0 auto .8rem; }
      .header-message p span {
        font-weight: 500;
        font-family: "Noto Sans JP", sans-serif; }

/* --------------------------------------
		103 content
-------------------------------------- */
.container .section-about {
  padding: 8rem 0;
  background: #295bff;
  color: #fff; }
  @media only screen and (max-width: 767px) {
    .container .section-about {
      padding: 5rem 2rem; } }
  .container .section-about-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 3rem; }
    @media only screen and (max-width: 767px) {
      .container .section-about-header {
        padding-bottom: 2rem; } }
    .container .section-about-header-en {
      font-size: 1.6rem;
      line-height: 1.1;
      color: #000; }
      @media only screen and (max-width: 767px) {
        .container .section-about-header-en {
          font-size: 1.5rem; } }
    .container .section-about-header-ttl {
      font-size: 3.2rem;
      font-weight: 400; }
      @media only screen and (max-width: 767px) {
        .container .section-about-header-ttl {
          font-size: 2.8rem;
          line-height: 1.3;
          text-align: center;
          padding-top: .3rem; } }
  .container .section-about-inner {
    max-width: 90rem;
    margin: 0 auto; }
    .container .section-about-inner p {
      font-size: 1.6rem;
      line-height: 2;
      padding-bottom: .5em;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .container .section-about-inner p {
          line-height: 1.6; } }
.container .section-guide {
  padding: 8rem 0; }
  @media only screen and (max-width: 767px) {
    .container .section-guide {
      padding: 5rem 2rem; } }
  .container .section-guide-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 3rem; }
    @media only screen and (max-width: 767px) {
      .container .section-guide-header {
        padding-bottom: 2rem; } }
    .container .section-guide-header-en {
      font-size: 1.4rem;
      line-height: 1.1;
      color: #295bff; }
      @media only screen and (max-width: 767px) {
        .container .section-guide-header-en {
          font-size: 1.3rem; } }
    .container .section-guide-header-ttl {
      font-size: 3.2rem;
      font-weight: 400; }
      @media only screen and (max-width: 767px) {
        .container .section-guide-header-ttl {
          font-size: 2.8rem; } }
  .container .section-guide-btn a {
    width: 24rem;
    height: 4rem;
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5rem;
    background: #295bff;
    color: #fff;
    margin: 0 auto; }
    .container .section-guide-btn a:hover {
      background: #000; }
  .container .section-guide-inner {
    max-width: 90rem;
    margin: 0 auto 2rem; }
    .container .section-guide-inner p {
      font-size: 1.6rem;
      line-height: 2;
      padding-bottom: .5em; }
      @media only screen and (max-width: 767px) {
        .container .section-guide-inner p {
          line-height: 1.6; } }
      .container .section-guide-inner p a {
        color: #777;
        text-decoration: underline; }
        .container .section-guide-inner p a:hover {
          color: #295bff;
          text-decoration: none; }
    .container .section-guide-inner ol {
      font-size: 1.6rem;
      padding: 3rem; }
      @media only screen and (max-width: 767px) {
        .container .section-guide-inner ol {
          padding: 1.5rem 0; } }
      .container .section-guide-inner ol li {
        display: flex;
        justify-content: flex-start;
        margin-bottom: .8rem; }
        .container .section-guide-inner ol li:before {
          content: "";
          flex-shrink: 0;
          margin-right: .3rem; }
        .container .section-guide-inner ol li:nth-of-type(1):before {
          content: "【1】"; }
        .container .section-guide-inner ol li:nth-of-type(2):before {
          content: "【2】"; }
        .container .section-guide-inner ol li:nth-of-type(3):before {
          content: "【3】"; }
        .container .section-guide-inner ol li:nth-of-type(4):before {
          content: "【4】"; }
        .container .section-guide-inner ol li:nth-of-type(5):before {
          content: "【5】"; }
.container .section-ranking {
  padding: 8rem 0; }
  .container .section-ranking-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 4rem;
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      .container .section-ranking-header {
        padding-bottom: 2rem; } }
    .container .section-ranking-header span {
      font-size: 2rem;
      line-height: 1.3; }
      @media only screen and (max-width: 767px) {
        .container .section-ranking-header span {
          font-size: 1.8rem; } }
    .container .section-ranking-header-ttl {
      font-size: 4rem;
      line-height: 1.3;
      border-bottom: 0.5rem solid #295bff; }
      @media only screen and (max-width: 767px) {
        .container .section-ranking-header-ttl {
          font-size: 2.8rem;
          border-width: .3rem; } }
  .container .section-ranking#total {
    background: #295bff;
    color: #fff; }
    @media only screen and (max-width: 1080px) {
      .container .section-ranking#total {
        padding-bottom: 3rem; } }
    @media only screen and (max-width: 767px) {
      .container .section-ranking#total {
        padding: 5rem 2rem 2rem; } }
    .container .section-ranking#total .section-ranking-header {
      padding-bottom: 8rem; }
      .container .section-ranking#total .section-ranking-header-ttl {
        border-bottom-color: #fff; }
  @media only screen and (max-width: 1080px) {
    .container .section-ranking#kibo {
      padding-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .container .section-ranking#kibo {
      padding: 5rem 0 0; } }
  .container .section-ranking-category {
    max-width: 99rem;
    margin: 0 auto;
    padding: 0 1.5rem 3rem 1.5rem; }
    .container .section-ranking-category p {
      font-size: 1.2rem;
      padding-bottom: 1rem; }
    .container .section-ranking-category table {
      width: 100%;
      border-right: 1px solid #ccc;
      border-top: 1px solid #ccc; }
      .container .section-ranking-category table th, .container .section-ranking-category table td {
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        font-size: 1.2rem;
        line-height: 1.2;
        text-align: left;
        padding: .5rem 1rem;
        vertical-align: middle; }
      .container .section-ranking-category table th {
        width: 12%; }
      .container .section-ranking-category table td {
        width: 38%; }
  .container .section-ranking-box {
    max-width: 105rem;
    background: #295bff;
    padding: 10rem 3rem 3rem;
    display: none;
    transition: all .5s;
    margin: 0 auto;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .container .section-ranking-box {
        padding: 7rem 2rem 2rem; } }
    .container .section-ranking-box.on {
      display: block; }
  .container .section-ranking-close {
    max-width: 96rem;
    margin: 0 auto;
    width: 100%;
    height: 6.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    color: #fff;
    max-height: 0;
    overflow: hidden;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .container .section-ranking-close {
        height: 5rem;
        font-size: 1.5rem; } }
    .container .section-ranking-close:hover {
      opacity: 0.6; }
    .container .section-ranking-close span {
      color: #fff;
      font-weight: 500;
      font-size: 2.4rem;
      margin-right: .5rem; }
    .container .section-ranking-close.on {
      display: flex;
      max-height: none; }
  .container .section-ranking-more {
    max-width: 96rem;
    margin: 0 auto;
    width: 100%;
    height: 6.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    font-size: 1.8rem;
    color: #000;
    cursor: pointer;
    max-height: none; }
    @media only screen and (max-width: 767px) {
      .container .section-ranking-more {
        height: 5rem;
        font-size: 1.5rem; } }
    .container .section-ranking-more:hover {
      opacity: 0.6; }
    .container .section-ranking-more small {
      font-size: 1.2rem; }
    .container .section-ranking-more span {
      color: #295bff;
      font-weight: 500;
      font-size: 2.4rem;
      margin-right: .5rem; }
    .container .section-ranking-more.active {
      max-height: 0;
      overflow: hidden; }
  .container .section-ranking-nav ul {
    display: flex;
    justify-content: center;
    padding-right: 1px; }
    .container .section-ranking-nav ul li {
      width: 11rem;
      height: 5rem;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.5rem;
      cursor: pointer;
      background: #eee;
      margin: 0 1px 0 0;
      position: relative;
      bottom: -.5rem; }
      @media only screen and (max-width: 767px) {
        .container .section-ranking-nav ul li {
          font-size: 1.2rem;
          width: calc(100% / 8);
          padding: 1rem 0;
          height: auto;
          text-align: center;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; } }
      .container .section-ranking-nav ul li:hover {
        bottom: 0;
        background: rgba(41, 91, 255, 0.2);
        border-radius: .3rem .3rem 0 0; }
      .container .section-ranking-nav ul li.active {
        background: #295bff;
        color: #fff;
        bottom: 0;
        font-weight: 700;
        border-radius: .3rem .3rem 0 0; }
  .container .section-ranking-top3 {
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .container .section-ranking-top3 {
        flex-direction: column; } }
    .container .section-ranking-top3 .article-ranking {
      width: 30rem;
      margin: 0 1.5rem 2rem 1.5rem;
      position: relative;
      z-index: 1;
      background: #fff;
      color: #000; }
      @media only screen and (max-width: 767px) {
        .container .section-ranking-top3 .article-ranking {
          width: 28rem;
          margin: 0 auto 6rem; } }
      .container .section-ranking-top3 .article-ranking:nth-of-type(1) .article-ranking-header {
        background: rgba(204, 181, 112, 0.2); }
        .container .section-ranking-top3 .article-ranking:nth-of-type(1) .article-ranking-header-rank {
          background: #ccb570;
          text-align: center; }
          .container .section-ranking-top3 .article-ranking:nth-of-type(1) .article-ranking-header-rank span {
            background: #ccb570; }
        .container .section-ranking-top3 .article-ranking:nth-of-type(1) .article-ranking-header dl {
          background: #ccb570; }
      .container .section-ranking-top3 .article-ranking:nth-of-type(2) .article-ranking-header {
        background: rgba(160, 160, 160, 0.2); }
        .container .section-ranking-top3 .article-ranking:nth-of-type(2) .article-ranking-header-rank {
          background: #a0a0a0;
          text-align: center; }
          .container .section-ranking-top3 .article-ranking:nth-of-type(2) .article-ranking-header-rank span {
            background: #a0a0a0; }
        .container .section-ranking-top3 .article-ranking:nth-of-type(2) .article-ranking-header dl {
          background: #a0a0a0; }
      @media only screen and (max-width: 767px) {
        .container .section-ranking-top3 .article-ranking:nth-of-type(3) {
          margin-bottom: 2rem; } }
      .container .section-ranking-top3 .article-ranking:nth-of-type(3) .article-ranking-header {
        background: rgba(177, 127, 97, 0.2); }
        .container .section-ranking-top3 .article-ranking:nth-of-type(3) .article-ranking-header-rank {
          background: #b17f61;
          text-align: center; }
          .container .section-ranking-top3 .article-ranking:nth-of-type(3) .article-ranking-header-rank span {
            background: #b17f61; }
        .container .section-ranking-top3 .article-ranking:nth-of-type(3) .article-ranking-header dl {
          background: #b17f61; }
      .container .section-ranking-top3 .article-ranking-header {
        padding-bottom: 3rem;
        background: #fff; }
        .container .section-ranking-top3 .article-ranking-header-rank {
          color: #fff;
          margin-bottom: 2.5rem; }
          .container .section-ranking-top3 .article-ranking-header-rank strong {
            font-size: 1.5rem;
            font-weight: 500; }
            .container .section-ranking-top3 .article-ranking-header-rank strong b {
              font-size: 2.4rem;
              font-weight: 500;
              margin: 0 .2rem; }
          .container .section-ranking-top3 .article-ranking-header-rank span {
            width: 10rem;
            height: 5rem;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 5rem 5rem 0 0;
            position: absolute;
            left: 50%;
            padding-top: .8rem;
            margin-left: -5rem;
            top: -5rem;
            letter-spacing: 0;
            font-size: 4.2rem;
            z-index: -1; }
        .container .section-ranking-top3 .article-ranking-header-ttl {
          font-size: 2.8rem;
          text-align: center;
          padding: 0 1.5rem .5rem; }
        .container .section-ranking-top3 .article-ranking-header-scale {
          text-align: center;
          font-size: 1.8rem;
          line-height: 1;
          font-weight: 700;
          padding: 0 1.5rem; }
        .container .section-ranking-top3 .article-ranking-header dl {
          max-width: 19rem;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: .3rem 2.5rem;
          background: #295bff;
          color: #fff;
          border-radius: 5rem;
          margin: 0 auto; }
          .container .section-ranking-top3 .article-ranking-header dl dt {
            font-size: 1.4rem;
            margin-right: .8rem; }
          .container .section-ranking-top3 .article-ranking-header dl dd {
            font-size: 3rem;
            line-height: 1;
            font-weight: 500; }
      .container .section-ranking-top3 .article-ranking-inner {
        padding: 0 1.5rem 1.5rem;
        background: #fff; }
        .container .section-ranking-top3 .article-ranking-inner .box canvas {
          height: 12rem; }
        .container .section-ranking-top3 .article-ranking-inner table {
          width: 100%;
          font-size: 1.5rem;
          border-right: 1px solid #ccc;
          border-top: 1px solid #ccc; }
          .container .section-ranking-top3 .article-ranking-inner table th {
            color: #295bff;
            font-size: 1.1rem;
            text-align: center;
            line-height: 1.1;
            font-weight: 700;
            border-left: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            padding: 1rem .3rem;
            vertical-align: middle; }
          .container .section-ranking-top3 .article-ranking-inner table td {
            border-left: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            padding: .5rem 1rem;
            text-align: center; }
        .container .section-ranking-top3 .article-ranking-inner-subject {
          font-size: 1rem;
          display: flex;
          margin-bottom: 1.5rem; }
          .container .section-ranking-top3 .article-ranking-inner-subject div {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center; }
            .container .section-ranking-top3 .article-ranking-inner-subject div dt {
              color: #444;
              margin-right: .3rem; }
            .container .section-ranking-top3 .article-ranking-inner-subject div dd span {
              width: 3rem;
              height: .2rem;
              position: relative;
              display: flex;
              justify-content: space-between;
              align-items: center; }
              .container .section-ranking-top3 .article-ranking-inner-subject div dd span:before, .container .section-ranking-top3 .article-ranking-inner-subject div dd span:after {
                content: "";
                width: .4rem;
                height: .4rem;
                border-radius: 50%;
                border: 1px solid #fff; }
              .container .section-ranking-top3 .article-ranking-inner-subject div dd span.average {
                background: #666; }
                .container .section-ranking-top3 .article-ranking-inner-subject div dd span.average:after, .container .section-ranking-top3 .article-ranking-inner-subject div dd span.average:before {
                  background: #666; }
              .container .section-ranking-top3 .article-ranking-inner-subject div dd span.data {
                background: #295bff; }
                .container .section-ranking-top3 .article-ranking-inner-subject div dd span.data:after, .container .section-ranking-top3 .article-ranking-inner-subject div dd span.data:before {
                  background: #295bff; }
  .container .section-ranking-other {
    max-width: 96rem;
    max-height: 0;
    transition: all .5s;
    overflow: hidden;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .container .section-ranking-other {
        overflow: scroll;
        position: relative; }
        .container .section-ranking-other:before {
          width: 100%;
          display: block;
          text-align: center;
          font-size: 1.2rem;
          content: "▼スクロールできます▼";
          position: sticky;
          left: 0;
          color: #fff; } }
    .container .section-ranking-other.on {
      max-height: 9999rem; }
    .container .section-ranking-other table {
      border-right: 1px solid #295bff;
      border-top: 1px solid #295bff; }
      @media only screen and (max-width: 767px) {
        .container .section-ranking-other table {
          width: 200%; } }
      .container .section-ranking-other table td {
        background: rgba(255, 255, 255, 0.75);
        border-left: 1px solid #295bff;
        border-bottom: 1px solid #295bff;
        font-size: 1.5rem;
        line-height: 1.2;
        text-align: center;
        padding: 2rem 1rem;
        color: #000;
        vertical-align: middle;
        width: 10%; }
        @media only screen and (max-width: 767px) {
          .container .section-ranking-other table td {
            padding: 1rem .5rem;
            font-size: 1.2rem; } }
      .container .section-ranking-other table tr:nth-of-type(1) td {
        background: #fff;
        color: #295bff;
        font-weight: 700;
        font-size: 1.2rem;
        line-height: 1.1;
        text-align: center;
        padding: 1rem; }
        @media only screen and (max-width: 767px) {
          .container .section-ranking-other table tr:nth-of-type(1) td {
            padding: .5rem;
            font-size: 1rem; } }
      .container .section-ranking-other table tr:nth-of-type(2n) td {
        background: rgba(255, 255, 255, 0.9); }
      .container .section-ranking-other table tr.average td {
        background: rgba(0, 0, 0, 0.3);
        color: #fff; }
.container .section-point {
  padding: 8rem 0;
  background: rgba(238, 238, 238, 0.5); }
  @media only screen and (max-width: 767px) {
    .container .section-point {
      padding: 5rem 2rem; } }
  .container .section-point-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 4rem; }
    @media only screen and (max-width: 767px) {
      .container .section-point-header {
        padding-bottom: 2rem; } }
    .container .section-point-header-en {
      font-size: 1.4rem;
      line-height: 1.1;
      color: #295bff; }
      @media only screen and (max-width: 767px) {
        .container .section-point-header-en {
          font-size: 1.3rem;
          margin-bottom: .6rem; } }
    .container .section-point-header-ttl {
      font-size: 3.2rem;
      font-weight: 400; }
      @media only screen and (max-width: 767px) {
        .container .section-point-header-ttl {
          font-size: 2.8rem;
          text-align: center;
          line-height: 1.3; } }
  .container .section-point-inner {
    max-width: 90rem;
    margin: 0 auto 2rem; }
    .container .section-point-inner p {
      font-size: 1.6rem;
      line-height: 2;
      padding: 0 1.5rem 1em; }
      @media only screen and (max-width: 767px) {
        .container .section-point-inner p {
          line-height: 1.5;
          padding: 0 0 1em; } }
      .container .section-point-inner p a {
        color: #777;
        text-decoration: underline; }
        .container .section-point-inner p a:hover {
          color: #295bff;
          text-decoration: none; }
    .container .section-point-inner h3 {
      font-size: 2.8rem;
      font-weight: 400;
      position: relative;
      margin-bottom: 1.5rem;
      display: flex;
      z-index: 1; }
      @media only screen and (max-width: 767px) {
        .container .section-point-inner h3 {
          font-size: 2rem;
          line-height: 1.3; } }
      .container .section-point-inner h3:after {
        content: "";
        height: 1px;
        background: #ccc;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: -1; }
      .container .section-point-inner h3 span {
        padding: 1rem 1.5rem;
        border-bottom: 1px solid #295bff;
        position: relative;
        z-index: 1; }
        @media only screen and (max-width: 767px) {
          .container .section-point-inner h3 span {
            padding: .6rem 0; } }
  .container .section-point-comment {
    max-width: 80rem;
    margin: 0 auto; }
    .container .section-point-comment div {
      display: flex;
      align-items: center;
      flex-direction: row-reverse;
      padding: 2rem 0; }
      @media only screen and (max-width: 767px) {
        .container .section-point-comment div {
          flex-direction: column;
          padding: 1rem 0; } }
      .container .section-point-comment div dt {
        max-width: 12rem;
        flex-shrink: 0;
        margin-left: 1.5rem;
        text-align: center;
        font-size: 1.4rem;
        font-weight: 700; }
        @media only screen and (max-width: 767px) {
          .container .section-point-comment div dt {
            margin: 0; } }
        .container .section-point-comment div dt figure {
          aspect-ratio: 1/1;
          border-radius: 50%;
          overflow: hidden;
          margin-bottom: .5rem; }
      .container .section-point-comment div dd {
        width: 100%;
        background: #fff;
        border-radius: 1.5rem;
        padding: 2.5rem;
        font-size: 1.4rem;
        line-height: 1.5;
        text-align: left;
        position: relative; }
        @media only screen and (max-width: 767px) {
          .container .section-point-comment div dd {
            margin-top: 1.2rem;
            padding: 1.8rem; } }
        .container .section-point-comment div dd:after {
          content: "";
          border-style: solid;
          border-width: .8rem;
          border-color: transparent transparent transparent #fff;
          position: absolute;
          right: -1.4rem;
          top: 50%;
          margin-top: -.8rem; }
          @media only screen and (max-width: 767px) {
            .container .section-point-comment div dd:after {
              border-color: transparent transparent #fff;
              right: 50%;
              top: -1.5rem;
              margin-top: 0;
              margin-right: -.8rem; } }
.container .section-information {
  padding: 8rem 0;
  background: rgba(238, 238, 238, 0.5); }
  @media only screen and (max-width: 767px) {
    .container .section-information {
      padding: 4rem 2rem; } }
  .container .section-information-ttl {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.5;
    padding-bottom: 3rem; }
    @media only screen and (max-width: 767px) {
      .container .section-information-ttl {
        font-size: 2rem;
        text-align: left;
        padding-bottom: 2rem; } }
  .container .section-information-special {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #295bff;
    padding-bottom: 2.5rem; }
    @media only screen and (max-width: 767px) {
      .container .section-information-special {
        font-size: 1.5rem; } }
    .container .section-information-special p {
      display: flex;
      justify-content: center;
      margin-bottom: .5rem; }
      .container .section-information-special p strong {
        border: 0.3rem solid #295bff;
        font-size: 2.8rem;
        padding: .3rem 1.5rem;
        background: #fff; }
        @media only screen and (max-width: 767px) {
          .container .section-information-special p strong {
            width: 100%;
            font-size: 1.6rem;
            line-height: 1.5;
            padding: .6rem 1.2rem; } }
  .container .section-information-inner {
    max-width: 90rem;
    display: flex;
    flex-direction: row-reverse;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .container .section-information-inner {
        flex-direction: column; } }
    .container .section-information-inner figure {
      width: 23rem;
      flex-shrink: 0;
      margin-left: 2rem; }
      @media only screen and (max-width: 767px) {
        .container .section-information-inner figure {
          margin: 0 auto 2rem; } }
    .container .section-information-inner-txt p {
      font-size: 1.6rem;
      line-height: 2;
      padding-bottom: 2.5rem; }
      @media only screen and (max-width: 767px) {
        .container .section-information-inner-txt p {
          font-size: 1.5rem; } }
    .container .section-information-inner-txt a {
      max-width: 30rem;
      height: 5rem;
      background: #295bff;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 5rem;
      font-weight: 700;
      font-size: 1.5rem;
      margin: 0 auto; }
      .container .section-information-inner-txt a:hover {
        background: #000; }
      @media only screen and (max-width: 767px) {
        .container .section-information-inner-txt a {
          max-width: 26rem; } }

.aside-btn {
  padding: 10rem 0 0; }
  @media only screen and (max-width: 767px) {
    .aside-btn {
      padding: 4.5rem 2rem 0; } }
  .aside-btn a {
    max-width: 50rem;
    height: 6.5rem;
    border-radius: 10rem;
    background: #295bff;
    color: #fff;
    font-size: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto; }
    .aside-btn a:hover {
      background: #000; }
    @media only screen and (max-width: 767px) {
      .aside-btn a {
        font-size: 1.6rem;
        line-height: 1.2; } }
    .aside-btn a span {
      margin-right: .8rem; }
.aside-contact {
  max-width: 85rem;
  border: .5rem solid #eeeeee;
  margin: 10rem auto;
  padding: 4rem 2rem 2rem; }
  @media only screen and (max-width: 767px) {
    .aside-contact {
      margin: 4rem 1rem;
      padding: 2.5rem 1.5rem 1.5rem; } }
  .aside-contact h5 {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 400; }
    @media only screen and (max-width: 767px) {
      .aside-contact h5 {
        font-size: 2.4rem;
        padding-bottom: 1rem; } }
  .aside-contact dl {
    display: flex;
    justify-content: space-around; }
    @media only screen and (max-width: 767px) {
      .aside-contact dl {
        flex-direction: column; } }
    .aside-contact dl div {
      width: 50%;
      padding: 2rem; }
      @media only screen and (max-width: 767px) {
        .aside-contact dl div {
          width: 100%;
          padding: 1rem; } }
      .aside-contact dl div dt {
        font-size: 1.6rem;
        color: #295bff;
        text-align: center;
        padding-bottom: 1.5rem; }
        @media only screen and (max-width: 767px) {
          .aside-contact dl div dt {
            padding-bottom: .5rem; } }
      .aside-contact dl div dd a {
        border: 0.3rem solid #295bff;
        font-size: 1.8rem;
        height: 6rem;
        display: flex;
        justify-content: center;
        align-items: center; }
        .aside-contact dl div dd a:hover {
          background: rgba(41, 91, 255, 0.2); }
        .aside-contact dl div dd a span {
          color: #295bff;
          margin-right: .8rem; }

/* --------------------------------------
		104 footer
-------------------------------------- */
.footer {
  width: 100%;
  background: #295bff;
  color: #fff;
  padding: 10rem 0 1rem; }
  @media only screen and (max-width: 767px) {
    .footer {
      padding: 5rem 2rem 1rem; } }
  .footer-logo {
    max-width: 14.7rem;
    margin: 0 auto 4.5rem; }
  .footer-link {
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    padding-bottom: 4.5rem; }
    @media only screen and (max-width: 767px) {
      .footer-link {
        flex-direction: column;
        align-items: center;
        padding-bottom: 2.5rem; } }
    .footer-link li:after {
      content: " / "; }
      @media only screen and (max-width: 767px) {
        .footer-link li:after {
          display: none; } }
    .footer-link li:nth-last-of-type(1):after {
      display: none; }
    .footer-link a {
      color: #fff; }
      .footer-link a:hover {
        opacity: 0.6; }
      @media only screen and (max-width: 767px) {
        .footer-link a {
          display: block;
          padding: 1rem; } }
  .footer-copy {
    font-size: 1.4rem;
    display: flex;
    justify-content: center; }
