@charset "UTF-8";
/* ======================================================================
 common style index
・reset
・setting
・mixin
・base
・sprite
・utility
・component
・layout
・z-index
====================================================================== */
/* ======================================================================
 reset
====================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Roboto:ital,wght@1,100&display=swap");
html {
  overflow-y: scroll; }

body {
  line-height: 1;
  color: #000; }

/* html5doctor.com Reset Stylesheet v1.6.1
  Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details,
dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section,
small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

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

ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
/* ======================================================================
 setting
====================================================================== */
@font-face {
  font-family: 'Kozuka Gothic Pr6N';
  src: url(../fonts/kozgopr6n-regular.otf); }
@font-face {
  font-family: 'Meiryo UI';
  src: url(../fonts/Meiryo-UI-W53-Regular.ttf) format("ttf"); }
@font-face {
  font-family: '03SmartFontUI';
  src: url(../fonts/智能字体03SmartFontUI.otf); }
/* ======================================================================
 base
====================================================================== */
html {
  font-size: calc(10/390*100vw);
  position: relative;
  overflow-x: hidden; }

@media (min-width: 969px) {
  html {
    font-size: 62.5%; } }
@media screen and (max-width: 1280px) and (min-width: 969px) {
  html {
    zoom: .8; } }
body {
  position: relative;
  background: #fff;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "hiragino kaku gothic pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana, sans-serif;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  font-size: 1.4rem; }
  body.js_page_trans {
    opacity: 1; }

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

.page {
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 1280px) and (max-width: 1440px) {
    .page {
      zoom: 90%; } }

/* border-box */
* {
  box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent; }

/* h1 - h6 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em; }

.container {
  max-width: 1300px;
  margin: 0 auto; }

/* a */
a {
  color: #1A1A1A;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    text-decoration: none;
    opacity: .7; }
  a:active {
    color: #1A1A1A;
    text-decoration: none; }

a[href^="tel"] {
  color: #1A1A1A; }

/* Text Highlight */
/* button */
button {
  display: block;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer; }

/* input */
input, textarea, select {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  border-image: none;
  background: transparent;
  font-family: inherit !important;
  border-radius: 0;
  appearance: none; }
  input::-ms-expand, textarea::-ms-expand, select::-ms-expand {
    display: none; }

textarea {
  resize: vertical; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #1A1A1A; }

/* placeholder */
input:placeholder-shown, textarea:placeholder-shown {
  color: #1A1A1A; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #1A1A1A; }
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #1A1A1A;
  opacity: 1; }
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #1A1A1A;
  opacity: 1; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #1A1A1A; }
input:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: #1A1A1A; }
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #1A1A1A; }
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: #1A1A1A;
  opacity: 1; }
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #1A1A1A;
  opacity: 1; }
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #1A1A1A; }

img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%; }

.sup {
  vertical-align: super !important;
  font-size: 1.4rem; }
  @media screen and (min-width: 969px) {
    .sup {
      font-size: 1rem; } }

/* ======================================================================
 sprite
====================================================================== */
/* =================================
 hoge
================================= */
/* =================================
 hoge
================================= */
/* =================================
 hoge
================================= */
/* ======================================================================
 utility
====================================================================== */
/* =================================
 layout
================================= */
.cf:after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: '\0020'; }

@media screen and (min-width: 1025px) {
  .u_pc {
    display: block; }

  .u_sp {
    display: none; } }
@media screen and (max-width: 1024px) {
  .u_pc {
    display: none; }

  .u_sp {
    display: block; } }
.u_fixed {
  position: fixed;
  top: 0;
  left: 0; }

.u_body_fixed {
  position: fixed;
  width: 100%;
  height: 100%; }

/* =================================
 text pt
================================= */
.u_txt_1 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: .1em; }

.u_txt_2 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: .1em; }

.u_txt_3 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: .1em; }

.u_txt_4 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: .1em; }

.u_txt_5 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: .1em; }

.u_txt_6 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: .1em; }

/* =================================
 text weight
================================= */
.u_lighter {
  font-weight: lighter; }

.u_bold {
  font-weight: bold; }

/* =================================
 text marker
================================= */
.u_marker_1_1 {
  background: linear-gradient(to bottom, #ffff66 0%, #ffff66 100%); }

.u_marker_1_2 {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffff66 100%); }

/* =================================
 box-shadow
================================= */
.u_box_shadow_1 {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }

/* =================================
 gradation
================================= */
.u_gradient_1 {
  background: linear-gradient(180deg, #a9e9f3 0%, #a9e9f3 10%, #2d9dae 25%, #2d9dae 37%, #2d9dae 50%, #2d9dae 83%, #bdf5fd 100%); }

/* =================================
 animation
================================= */
/* =================================
 hoge
================================= */
/* ======================================================================
 component
====================================================================== */
/* =================================
 title
================================= */
/* =================================
 buttons
================================= */
/* =================================
 icon
================================= */
/* =================================
 alerts
================================= */
/* =================================
 pager
================================= */
/* =================================
 table
================================= */
/* =================================
 forms
================================= */
/* =================================
 list
================================= */
/* =================================
 item
================================= */
/* =================================
 hoge
================================= */
@media screen and (max-width: 968px) {
  .h-sp {
    display: none !important; }

  .br-sp {
    display: block; } }
@media screen and (min-width: 969px) {
  .h-pc {
    display: none !important; }

  .br-pc {
    display: block; } }
.d-inline-block {
  display: inline-block; }

.w-100 {
  width: 100%; }

.mb-1 {
  margin-bottom: 1rem; }

.mb-6 {
  margin-bottom: 6rem; }

@media screen and (min-width: 969px) {
  .mb-lg-0 {
    margin-bottom: 0; }

  .mb-lg-1 {
    margin-bottom: 1rem; }

  .mb-lg-6 {
    margin-bottom: 6rem; } }
.px-3 {
  padding: 0 3rem; }

@media screen and (min-width: 969px) {
  .px-lg-0 {
    padding: 0; }

  .px-lg-3 {
    padding: 0 calc(30/1920*100vw); } }
.lh-0 {
  line-height: 0; }

/* ======================================================================
 layout
====================================================================== */
/* =================================
 l_loader
================================= */
.l_loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #f6ff8f;
  z-index: 1; }
  .l_loader .loader {
    display: none;
    height: 100%;
    position: relative;
    z-index: 2; }
    .l_loader .loader .content {
      display: inline-table;
      transform: translate(-50%, -50%);
      position: absolute;
      top: 50%;
      left: 50%;
      text-align: center; }
      .l_loader .loader .content .logo_img {
        display: block;
        margin: 0 auto;
        width: 50px;
        height: auto; }
      .l_loader .loader .content .txt {
        margin: 20px 0 0;
        font-size: 1.8em;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "hiragino kaku gothic pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana, sans-serif;
        font-weight: bold; }
        .l_loader .loader .content .txt span {
          display: inline-block;
          -webkit-animation: loading 0.7s infinite alternate;
          -moz-animation: loading 0.7s infinite alternate;
          animation: loading 0.7s infinite alternate;
          -webkit-animation-fill-mode: both;
          -moz-animation-fill-mode: both;
          animation-fill-mode: both; }

/* =================================
 l_content_size
================================= */
.l_content_size_sp_1 {
  padding: 0 4.6875%; }
  @media screen and (min-width: 1025px) {
    .l_content_size_sp_1 {
      max-width: 1200px;
      margin: 0 auto; } }

.l_content_size_pc_1 {
  width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .l_content_size_pc_1 {
      width: auto;
      padding: 0 4.6875%; } }

/* =================================
 l_container
================================= */
.l_container {
  position: relative; }

/* =================================
 l_header
================================= */
/* =================================
 l_header_sp
================================= */
/* =================================
 l_menu_sp
================================= */
/* =================================
 l_breadcrumbs
================================= */
/* =================================
 l_main_visual
================================= */
/* =================================
 l_content
================================= */
/* =================================
 l_main
================================= */
/* =================================
 l_side
================================= */
/* =================================
 l_footer
================================= */
/* =================================
 l_hoge
================================= */
/* ======================================================================
 layout p_top
====================================================================== */
/* =================================
 l_container_top
================================= */
.l_container_top {
  position: relative; }

/* =================================
 l_header_top
================================= */
/* =================================
 l_header_sp_top
================================= */
/* =================================
 l_main_visual_top
================================= */
/* =================================
 l_content_top
================================= */
/* =================================
 l_main_top
================================= */
/* =================================
 l_side_top
================================= */
/* =================================
 l_footer_top
================================= */
/* =================================
 l_hoge_top
================================= */
/* ======================================================================
 z-index
====================================================================== */
.l_loader {
  z-index: 1000; }

.l_menu_sp {
  z-index: 999; }

.l_header {
  z-index: 998; }

.l_header_sp {
  z-index: 998; }

.c_btn_p_top {
  z-index: 997; }

.l_side {
  z-index: 996; }

/* =================================
 p_top
================================= */
.l_menu_sp_top {
  z-index: 999; }

.l_header_top {
  z-index: 998; }

.l_header_sp_top {
  z-index: 998; }

.c_btn_p_top_top {
  z-index: 997; }

.l_side_top {
  z-index: 996; }

/*# sourceMappingURL=style.css.map */
