@charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

ul, p, a {
  padding: 0;
  margin: 0; }

/* font */
/* =====================
  pc
===================== */
/*  btn
------------------------*/
.btn {
  padding: 0.25rem 1rem;
  display: block;
  text-align: center;
  border-radius: 4px;
  vertical-align: top;
  box-sizing: border-box; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }
body {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック", "遊ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-feature-settings: "palt" 1;
  font-size: 16px;
  line-height: 1.8;
  color: #2F3D65;
  letter-spacing: 0.05rem;
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal; }

ul li {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: bold; }

img {
  vertical-align: middle; }

a {
  display: block;
  text-decoration: none;
  color: #2F3D65;
  outline: none; }
  a:hover {
    opacity: .8; }
  a:focus {
    outline: none; }

dl, dt, dd {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.layout-100vh {
  width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .layout-100vh {
      width: 100%; } }

.layout-1020 {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .layout-1020 {
      width: 94%;
      max-width: 94%; } }

/* =====================
  sp
===================== */
/*  common >
------------------------*/
.is-pc {
  display: none !important; }

.is-tablet {
  display: none !important; }

.header {
  position: fixed;
  display: block;
  width: 100%;
  height: 60px;
  top: 0;
  z-index: 100; }
  .header .header_logo > a {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: block;
    width: 180px; }
    .header .header_logo > a img {
      width: 100%; }
  .header .headerSp_btn {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 9999; }
    .header .headerSp_btn > .gNav_trigger {
      position: absolute;
      top: 1rem;
      right: 1rem;
      display: inline-block;
      width: 2rem;
      height: 1.5rem;
      z-index: 9999; }
      .header .headerSp_btn > .gNav_trigger > span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        border-radius: 2px;
        background-color: #2F3D65;
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box; }
        .header .headerSp_btn > .gNav_trigger > span:nth-of-type(1) {
          top: 0; }
        .header .headerSp_btn > .gNav_trigger > span:nth-of-type(2) {
          top: 0.625rem; }
        .header .headerSp_btn > .gNav_trigger > span:nth-of-type(3) {
          bottom: 0; }
  .header .headerSp_gNav {
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 0;
    top: 0;
    box-sizing: border-box;
    background-color: #0081FF;
    z-index: 4; }
    .header .headerSp_gNav > ul {
      position: absolute;
      width: 100%;
      height: 100%;
      padding: 3.5rem 0 0;
      box-sizing: border-box;
      background-color: #0081FF;
      z-index: 9999; }
      .header .headerSp_gNav > ul > li {
        width: 100%;
        padding: 0 1rem;
        background-color: #0081FF;
        box-sizing: border-box; }
        .header .headerSp_gNav > ul > li > a {
          width: 100%;
          height: 100%;
          line-height: 58px;
          color: #ffffff;
          box-sizing: border-box; }
          .header .headerSp_gNav > ul > li > a > span {
            display: block;
            margin: 0 20px;
            padding: 18px 10px;
            border-bottom: 1px solid #ffffff;
            font-size: 0.875rem;
            font-weight: bold;
            letter-spacing: 0.1em;
            box-sizing: border-box; }

.gNav_trigger.active {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9999; }
  .gNav_trigger.active > span {
    background-color: #ffffff !important; }

.gNav_trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-44deg);
  transform: translateY(10px) rotate(-44deg); }

.gNav_trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards; }

.gNav_trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(44deg);
  transform: translateY(-10px) rotate(44deg); }

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0; } }
@keyframes active-menu-bar02 {
  100% {
    height: 0; } }
.contact-btn {
  display: inline-block;
  height: 3rem;
  padding: 1rem 1.5rem;
  background: #0081FF;
  box-sizing: border-box;
  line-height: 1rem;
  vertical-align: middle;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.875rem;
  text-align: center; }

.header-after {
  background-color: #ffffff !important; }

body {
  overflow-x: hidden; }

.contents {
  margin: 0; }
  .contents .wrap h1, .contents .wrap h2 {
    font-size: 1.5rem;
    line-height: 1.5; }
  .contents .wrap h3 {
    font-size: 1.25rem;
    line-height: 1.5; }
  .contents .wrap h4 {
    font-size: 0.875rem; }
  .contents .wrap:before {
    position: absolute;
    top: 54rem;
    right: -0.75rem;
    display: block;
    width: 97px;
    height: 314px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-image: url("/assets/img/top/img-problem-ttlPop.png");
    z-index: -1;
    content: ''; }
  .contents .wrap:after {
    position: absolute;
    top: 108rem;
    left: -1rem;
    display: block;
    width: 96px;
    height: 316px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-image: url("/assets/img/top/img-service-ttlPop.png");
    z-index: -1;
    content: ''; }

.topConcept-sec {
  position: relative;
  padding: 7rem 0 14rem 0;
  background-color: #66D6FF;
  z-index: 2;
  box-sizing: border-box; }
  .topConcept-sec h1 {
    line-height: 1.3; }
  .topConcept-sec p {
    font-size: 0.875rem;
    margin: 1rem 0 1rem 0; }
  .topConcept-sec:before {
    position: absolute;
    top: 5rem;
    left: 0;
    display: block;
    width: 452px;
    height: 83px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-image: url("/assets/img/top/img-mainBg.png");
    z-index: -1;
    content: ''; }
  .topConcept-sec:after {
    position: absolute;
    top: 17.5rem;
    right: -0.5rem;
    display: block;
    width: 316px;
    height: 242px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-image: url("/assets/img/top/img-main.png");
    z-index: -1;
    content: ''; }
  .topConcept-sec .contact-btn {
    font-size: 1rem;
    padding: 1.25rem 2rem;
    height: 100% !important; }

.problem-sec {
  position: relative;
  margin: 3rem 0 0 0; }
  .problem-sec h2, .problem-sec h3, .problem-sec p {
    text-align: center; }
  .problem-sec .problem-block {
    position: relative;
    margin: 3rem 0 0 0; }
    .problem-sec .problem-block p {
      font-size: 0.875rem;
      margin: 1rem 0 0 0;
      line-height: 1.8; }
    .problem-sec .problem-block ul {
      width: max-content;
      margin: 1rem auto 0;
      padding: 0;
      box-sizing: border-box;
      font-size: 0.875rem; }
    .problem-sec .problem-block:first-of-type {
      margin: 2rem 0 0 0; }
      .problem-sec .problem-block:first-of-type:after {
        position: absolute;
        top: -3rem;
        right: -1.25rem;
        display: block;
        width: 75px;
        height: 69px;
        overflow: hidden;
        background-size: cover;
        background-position: center center;
        background-image: url("/assets/img/top/img-problem01.png");
        z-index: -1;
        content: ''; }
    .problem-sec .problem-block:last-of-type:after {
      position: absolute;
      top: 6rem;
      left: -2.5rem;
      display: block;
      width: 168px;
      height: 139px;
      overflow: hidden;
      background-size: cover;
      background-position: center center;
      background-image: url("/assets/img/top/img-problem02.png");
      z-index: -1;
      content: ''; }

.service-sec {
  position: relative;
  margin: 7rem 0 0 0; }
  .service-sec h2 {
    text-align: center; }
  .service-sec p {
    display: block;
    width: 88%;
    margin: 1.5rem auto 0;
    font-size: 0.875rem; }
  .service-sec .service-supplement {
    width: 100%;
    display: block;
    margin: 0;
    padding: 1.25rem 1rem 0;
    font-size: 0.75rem;
    box-sizing: border-box; }
  .service-sec > ul {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box; }
    .service-sec > ul > li {
      text-align: center;
      display: inline-block;
      width: calc(49% - 0.5rem);
      margin: 2rem 1rem 0 0;
      vertical-align: top; }
      .service-sec > ul > li:nth-child(2n) {
        margin: 2rem 0 0 0; }
      .service-sec > ul > li:last-of-type ul {
        margin: 2rem 0 0 0; }
      .service-sec > ul > li h4 {
        width: 100%;
        margin: 1rem 0 0 0; }
      .service-sec > ul > li ul {
        width: 84%;
        margin: 0.5rem auto 0;
        padding: 0;
        box-sizing: border-box; }
        .service-sec > ul > li ul li {
          position: relative;
          width: 100%;
          text-align: left !important;
          display: block;
          margin: 0;
          padding: 0 0 0 0.5rem;
          vertical-align: top;
          box-sizing: border-box;
          font-size: 0.75rem; }
          .service-sec > ul > li ul li:before {
            display: block;
            position: absolute;
            left: 0;
            content: '・'; }
  .service-sec img {
    width: 70%; }

.message-sec {
  position: relative;
  margin: 4em 0 0 0; }
  .message-sec h2 {
    text-align: center; }
  .message-sec p {
    display: block;
    width: 100%;
    margin: 1.5rem auto 0;
    font-size: 0.875rem; }
  .message-sec .leader-message {
    width: 100%;
    margin: 3rem auto 0; }
    .message-sec .leader-message .leader-message-img {
      display: block;
      width: 60%;
      margin: 0 auto;
      vertical-align: top; }
      .message-sec .leader-message .leader-message-img img {
        width: 100%; }
    .message-sec .leader-message .leader-message-txt {
      display: block;
      width: 90%;
      margin: 2rem auto 0;
      vertical-align: top; }
      .message-sec .leader-message .leader-message-txt h4 {
        margin: 0 0 0.5rem 0; }
      .message-sec .leader-message .leader-message-txt p {
        width: 100%;
        margin: 0;
        font-size: 0.75rem; }

.contact-sec {
  width: 100%;
  background-color: #0081FF;
  margin: 3rem 0 0 0;
  padding: 3rem 0;
  box-sizing: border-box; }
  .contact-sec .contact-area {
    width: 94%;
    margin: 0 auto;
    text-align: center;
    color: #ffffff; }
    .contact-sec .contact-area h3 {
      margin: 0 0 1rem 0; }
    .contact-sec .contact-area p {
      margin: 0 0 1rem 0;
      font-size: 0.875rem; }
    .contact-sec .contact-area .contact-btn {
      margin: 1rem 0 0 0;
      padding: 1.25rem 2rem;
      height: 100% !important;
      font-size: 1.125rem;
      display: inline-block;
      background-color: #ffffff;
      color: #0081FF;
      font-weight: bold; }

/* footer */
.footer {
  position: relative;
  width: 100%;
  margin: 0;
  box-sizing: border-box; }
  .footer .footer_block {
    padding: 0;
    box-sizing: border-box; }
    .footer .footer_block .footer_blockInner {
      width: 100%;
      margin: 0 auto;
      letter-spacing: -1em;
      white-space: nowrap; }
      .footer .footer_block .footer_blockInner .footer_logo {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin: 0 0 14px 0;
        letter-spacing: normal;
        white-space: normal; }
      .footer .footer_block .footer_blockInner .footer_nav {
        width: 100%;
        margin: 0 auto;
        vertical-align: top;
        box-sizing: border-box;
        letter-spacing: normal;
        white-space: normal; }
        .footer .footer_block .footer_blockInner .footer_nav ul {
          width: 100%;
          padding: 24px 0 8px;
          letter-spacing: -1em;
          white-space: nowrap; }
          .footer .footer_block .footer_blockInner .footer_nav ul li {
            display: block;
            width: 100%;
            margin: 0;
            line-height: 48px;
            height: 48px;
            padding: 0 24px;
            letter-spacing: 0.1em;
            box-sizing: border-box;
            font-size: 0.875rem;
            letter-spacing: normal;
            white-space: normal; }
            .footer .footer_block .footer_blockInner .footer_nav ul li:last-of-type {
              margin: 0; }
            .footer .footer_block .footer_blockInner .footer_nav ul li a {
              color: #2F3D65; }
      .footer .footer_block .footer_blockInner .bnr_link {
        width: 100%;
        padding: 8px 0 16px 24px;
        box-sizing: border-box;
        letter-spacing: normal;
        white-space: normal; }
        .footer .footer_block .footer_blockInner .bnr_link .circle_img {
          width: 80px; }
        .footer .footer_block .footer_blockInner .bnr_link a {
          width: 120px;
          margin: 0 8px 0 0;
          display: inline-block; }
          .footer .footer_block .footer_blockInner .bnr_link a:nth-child(2) {
            margin: 0; }
          .footer .footer_block .footer_blockInner .bnr_link a img {
            width: 100%; }
  .footer .footer_copyright {
    height: 32px;
    line-height: 32px;
    color: #2F3D65;
    font-size: 0.625rem;
    font-family: sans-serif, "游ゴシック", "遊ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ";
    text-align: center;
    font-weight: normal; }

.logo_img {
  height: 100px !important; }
  .logo_img img {
    height: 100%; }
