@charset "UTF-8";
/* ======================================================================
 common style index
・reset
・setting
・mixin
・base
・sprite
・utility
・component
・layout
・z-index
====================================================================== */
/* ======================================================================
 reset
====================================================================== */
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
====================================================================== */
/* ======================================================================
 base
====================================================================== */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  background: #fff;
  color: #000;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
}

html, body {
  width: 100%;
  height: 100%;
}

.page {
  width: 100%;
  margin: 0 auto;
}

/* border-box */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* h1 - h6 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}

/* a */
a {
  transition: all .2s linear;
}
a:link {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
  opacity: .7;
}
a:active {
  color: #000;
  text-decoration: none;
}

a[href^="tel"] {
  color: #000;
}

/* Text Highlight */
/* button */
button {
  display: block;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

/* input */
input, textarea, select {
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  border-image: none;
  background: transparent;
  font-family: inherit;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-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 #000;
}

/* placeholder */
input:placeholder-shown, textarea:placeholder-shown {
  color: #000;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #000;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #000;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #000;
}
input:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: #000;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #000;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: #000;
  opacity: 1;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #000;
  opacity: 1;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #000;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ======================================================================
 sprite
====================================================================== */
/* =================================
 hoge
================================= */
/* =================================
 hoge
================================= */
/* =================================
 hoge
================================= */
/* ======================================================================
 utility
====================================================================== */
/* =================================
 layout
================================= */
.cf {
  *zoom: 1;
}
.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: 2em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .u_txt_1 {
    font-size: 1.4em;
  }
}

.u_txt_2 {
  font-size: 3.4em;
  line-height: 1.8;
  letter-spacing: .1em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .u_txt_2 {
    font-size: 1.7em;
  }
}

.u_txt_3 {
  font-size: 1.6em;
  line-height: 1;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .u_txt_3 {
    font-size: 1.1em;
  }
}

.u_txt_4 {
  font-size: 2.6em;
  line-height: 1;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .u_txt_4 {
    font-size: 1.5em;
  }
}

.u_txt_5 {
  font-size: 1.4em;
  line-height: 2.1;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .u_txt_5 {
    font-size: 1.4em;
    line-height: 1.7;
  }
}

.u_txt_6 {
  font-size: 3.2em;
  line-height: 1;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .u_txt_6 {
    font-size: 1.6rem;
  }
}

.u_txt_7 {
  font-size: 2em;
  line-height: 1;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .u_txt_7 {
    font-size: 1.5rem;
  }
}

.u_txt_7 {
  font-size: 2.4em;
  line-height: 1.5;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .u_txt_7 {
    font-size: 1.5rem;
  }
}

.u_txt_8 {
  font-size: 1.6em;
  line-height: 1;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .u_txt_8 {
    font-size: 1em;
  }
}

.u_txt_9 {
  font-size: 1.2em;
  line-height: 1.8;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .u_txt_9 {
    font-size: 1em;
    line-height: 1.5;
  }
}

.u_txt_10 {
  font-size: 1.4em;
  line-height: 1;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .u_txt_10 {
    font-size: 1.2em;
  }
}

.u_txt_11 {
  font-size: 1.2em;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .u_txt_11 {
    font-size: 1em;
    line-height: 1.5;
  }
}

.u_txt_12 {
  font-size: 4em;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .u_txt_12 {
    font-size: 2em;
  }
}

.u_txt_13 {
  font-size: 1.4em;
  line-height: 1;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .u_txt_13 {
    font-size: 1em;
  }
}

.u_txt_14 {
  font-size: 1.6em;
  line-height: 2;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .u_txt_14 {
    font-size: 1.4em;
  }
}

.u_txt_15 {
  font-size: 2em;
  line-height: 2;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .u_txt_15 {
    font-size: 1.5em;
  }
}

.u_txt_16 {
  font-size: 2.6em;
  line-height: 1;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .u_txt_16 {
    font-size: 1.7em;
  }
}

.u_txt_17 {
  font-size: 1.2em;
  line-height: 1.2;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .u_txt_17 {
    font-size: 1.2em;
  }
}

.u_txt_18 {
  font-size: 1.8em;
  line-height: 1.2;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .u_txt_18 {
    font-size: 1.4em;
  }
}

.u_txt_19 {
  font-size: 3.2em;
  line-height: 1;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .u_txt_19 {
    font-size: 1.7rem;
  }
}

.u_txt_20 {
  font-size: 2.4em;
  line-height: 1;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .u_txt_20 {
    font-size: 1.4rem;
  }
}

.u_txt_21 {
  font-size: 1.6em;
  line-height: 2.2;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .u_txt_21 {
    font-size: 1.3rem;
  }
}

.u_txt_22 {
  font-size: 1.6em;
  line-height: 1.7;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .u_txt_22 {
    font-size: 1.2rem;
  }
}

.u_txt_23 {
  font-size: 1.3em;
  line-height: 1;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .u_txt_23 {
    font-size: 1.2rem;
  }
}

/* =================================
 text weight
================================= */
.u_lighter {
  font-weight: lighter;
}

.u_bold {
  font-weight: bold;
}

.u_center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .u_center {
    text-align: left;
  }
}

.lato {
  font-family: "Lato", sans-serif;
}

.u_center {
  text-align: center;
}

/* =================================
 text marker
================================= */
.u_marker_1_1 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmY2NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmY2NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -moz-linear-gradient(top, #ffff66 0%, #ffff66 100%);
  background: -webkit-linear-gradient(top, #ffff66 0%, #ffff66 100%);
  background: linear-gradient(to bottom, #ffff66 0%, #ffff66 100%);
}

.u_marker_1_2 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmNjYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffff66 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffff66 100%);
  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 {
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

/* =================================
 gradation
================================= */
.u_gradient_1 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5ZTlmMyIvPjxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjYTllOWYzIi8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiMyZDlkYWUiLz48c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iIzJkOWRhZSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMmQ5ZGFlIi8+PHN0b3Agb2Zmc2V0PSI4MyUiIHN0b3AtY29sb3I9IiMyZDlkYWUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZGY1ZmQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -moz-linear-gradient(270deg, #a9e9f3 0%, #a9e9f3 10%, #2d9dae 25%, #2d9dae 37%, #2d9dae 50%, #2d9dae 83%, #bdf5fd 100%);
  background: -webkit-linear-gradient(270deg, #a9e9f3 0%, #a9e9f3 10%, #2d9dae 25%, #2d9dae 37%, #2d9dae 50%, #2d9dae 83%, #bdf5fd 100%);
  background: linear-gradient(180deg, #a9e9f3 0%, #a9e9f3 10%, #2d9dae 25%, #2d9dae 37%, #2d9dae 50%, #2d9dae 83%, #bdf5fd 100%);
}

/* =================================
 animation
================================= */
/* =================================
 hoge
================================= */
/* ======================================================================
 component
====================================================================== */
/* =================================
 title
================================= */
.c_ttl_1 {
  font-size: 34px;
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c_ttl_1 {
    font-size: 17px;
  }
}

.c_ttl_2 {
  font-size: 32px;
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c_ttl_2 {
    font-size: 16px;
  }
}

.c_ttl_3 {
  font-size: 34px;
  color: #064da0;
  position: relative;
  padding: 10px 30px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c_ttl_3 {
    font-size: 15px;
    line-height: 2;
    padding: 10px 30px 0;
  }
}
.c_ttl_3 i {
  position: absolute;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .c_ttl_3 i {
    font-size: 15px;
    display: inline-block;
  }
}
.c_ttl_3 i.fa-quote-left {
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c_ttl_3 i.fa-quote-left {
    position: inherit;
    transform: translateY(-5px);
    padding: 0 10px 0 0;
  }
}
.c_ttl_3 i.fa-quote-right {
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .c_ttl_3 i.fa-quote-right {
    position: inherit;
    transform: translateY(5px);
    padding: 0 0 0 10px;
  }
}

.c_ttl_4 {
  font-size: 32px;
  letter-spacing: .05em;
  display: inline-block;
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #fbf091 60%);
}
@media screen and (max-width: 768px) {
  .c_ttl_4 {
    font-size: 16px;
  }
}
.c_ttl_4 i {
  font-size: 30px;
  display: inline-block;
  padding: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .c_ttl_4 i {
    font-size: 15px;
    padding: 0 5px 0 0;
  }
}

.c_ttl_5 {
  font-size: 44px;
  letter-spacing: .05em;
  display: inline-block;
  color: #386aad;
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #fbf091 60%);
}
@media screen and (max-width: 768px) {
  .c_ttl_5 {
    font-size: 17px;
  }
}

/* =================================
 buttons
================================= */
.c_btn_1 {
  width: 250px;
  height: 60px;
  border: 1px solid #828282;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c_btn_1 {
    width: 160px;
    height: 37px;
  }
}
.c_btn_1:before {
  position: absolute;
  top: 40%;
  right: 20px;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #828282;
  border-right: 2px solid #828282;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .c_btn_1:before {
    width: 4px;
    height: 4px;
    right: 10px;
  }
}
.c_btn_1 span {
  font-size: 16px;
  letter-spacing: .07em;
}
@media screen and (max-width: 768px) {
  .c_btn_1 span {
    font-size: 11px;
  }
}

.c_btn_2 {
  width: 660px;
  height: 100px;
  background: #064da0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c_btn_2 {
    width: 100%;
    height: 75px;
  }
}
.c_btn_2:before {
  position: absolute;
  top: 44%;
  right: 30px;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .c_btn_2:before {
    width: 4px;
    height: 4px;
    right: 10px;
  }
}
.c_btn_2 span {
  color: #fff;
  font-size: 30px;
  letter-spacing: .07em;
}
@media screen and (max-width: 768px) {
  .c_btn_2 span {
    font-size: 15px;
  }
}

.c_btn_3 {
  width: 400px;
  height: 65px;
  background: #064da0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c_btn_3 {
    width: 100%;
    height: 45px;
  }
}
.c_btn_3 span {
  color: #fff;
  font-size: 20px;
  letter-spacing: .07em;
}
@media screen and (max-width: 768px) {
  .c_btn_3 span {
    font-size: 14px;
  }
}

/* =================================
 icon
================================= */
/* =================================
 alerts
================================= */
/* =================================
 pager
================================= */
/* =================================
 table
================================= */
/* =================================
 forms
================================= */
/* =================================
 list
================================= */
/* =================================
 item
================================= */
/* =================================
 hoge
================================= */
/* ======================================================================
 layout
====================================================================== */
/* =================================
 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 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1230px;
  margin: 0 auto;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .l_header {
    display: none;
  }
}
.l_header .inner {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.l_header .logo a {
  display: block;
  margin: 15px 0 0;
}
.l_header .box1 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
}
.l_header .box1 .wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.l_header .btn1 {
  width: 240px;
  height: 40px;
  background: #da3d3d;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.l_header .txtlink {
  display: inline-block;
  color: #fff;
  margin: 15px 20px 0 0;
}
.l_header .box2 {
  margin: 40px 0 0;
}
.l_header .box2 > ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.l_header .box2 > ul > li:not(:first-child) {
  margin: 0 0 0 40px;
}
.l_header .box2 > ul > li a {
  color: #fff;
}

.l_header_fixed {
  background: #fff;
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  margin: 0 auto;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l_header_fixed {
    display: none !important;
  }
}
.l_header_fixed .inner {
  padding: 0 0 30px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 1230px;
  justify-content: space-between;
}
.l_header_fixed .logo a {
  display: block;
  margin: 15px 0 0;
}
.l_header_fixed .box1 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
}
.l_header_fixed .box1 .wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.l_header_fixed .btn1 {
  width: 240px;
  height: 40px;
  background: #da3d3d;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.l_header_fixed .txtlink {
  display: inline-block;
  color: #262626;
  margin: 15px 20px 0 0;
}
.l_header_fixed .box2 {
  margin: 40px 0 0;
}
.l_header_fixed .box2 > ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.l_header_fixed .box2 > ul > li:not(:first-child) {
  margin: 0 0 0 40px;
}
.l_header_fixed .box2 > ul > li a {
  color: #262626;
  position: relative;
}
.l_header_fixed .box2 > ul > li a:before {
  content: '';
  width: 0;
  height: 2px;
  background: #064da0;
  position: absolute;
  bottom: -10px;
  left: 0;
  transition: all .2s linear;
}
.l_header_fixed .box2 > ul > li a:hover {
  color: #064da0;
}
.l_header_fixed .box2 > ul > li a:hover:before {
  width: 100%;
}

/* =================================
 l_header_sp
================================= */
.l_header_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .l_header_sp {
    width: 100%;
    height: 50px;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
  }
  .l_header_sp .inner {
    width: 100%;
    height: 100%;
    padding: 0 4.6875%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .l_header_sp .inner a img {
    width: 147px;
  }
  .l_header_sp .inner .menubtn img {
    width: 25px;
  }
}

.l_header_sp_top {
  display: none;
}
@media screen and (max-width: 768px) {
  .l_header_sp_top {
    width: 100%;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .l_header_sp_top .inner {
    width: 100%;
    height: 100%;
    padding: 0 4.6875%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .l_header_sp_top .inner a img {
    width: 147px;
  }
  .l_header_sp_top .inner .menubtn img {
    width: 25px;
  }
}

/* =================================
 l_menu_sp
================================= */
.l_menu_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .l_menu_sp {
    position: fixed;
    width: 100%;
    height: 100vh;
  }
  .l_menu_sp .logoinner {
    background: #fff;
    width: 100%;
    height: 50px;
    padding: 0  0 0 4.6875%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .l_menu_sp .logoinner a img {
    width: 147px;
  }
  .l_menu_sp .logoinner .menubtn img {
    width: 50px;
  }
  .l_menu_sp .nav-inner {
    padding: 20px 4.6875% 70px;
    background: #064da0;
    height: calc(100vh - 50px);
  }
  .l_menu_sp .nav-inner .menu > ul > li {
    border-bottom: 1px solid #4e80ba;
  }
  .l_menu_sp .nav-inner .menu > ul > li.tglmenu {
    padding: 15px 10px;
    position: relative;
  }
  .l_menu_sp .nav-inner .menu > ul > li.tglmenu .icon {
    position: absolute;
    top: 21px;
    right: 20px;
    width: 15px;
    height: 15px;
  }
  .l_menu_sp .nav-inner .menu > ul > li.tglmenu .icon._active .wrap .border1 {
    display: none;
  }
  .l_menu_sp .nav-inner .menu > ul > li.tglmenu .icon .wrap {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .l_menu_sp .nav-inner .menu > ul > li.tglmenu .icon .wrap .border {
    position: absolute;
    width: 15px;
    height: 1px;
    background: #fff;
  }
  .l_menu_sp .nav-inner .menu > ul > li.tglmenu .icon .wrap .border.border1 {
    transform: rotate(90deg);
  }
  .l_menu_sp .nav-inner .menu > ul > li a {
    display: block;
    padding: 15px 10px;
  }
  .l_menu_sp .nav-inner .menu > ul > li span {
    color: #fff;
    font-size: 15px;
  }
  .l_menu_sp .nav-inner .menu > ul > li .minilists {
    display: none;
  }
  .l_menu_sp .nav-inner .menu > ul > li .minilists .miniitem > a {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 15px;
    margin: 15px 0 0;
    position: relative;
  }
  .l_menu_sp .nav-inner .menu > ul > li .minilists .miniitem > a:before {
    content: '';
    width: 10px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 8px;
    left: 0;
  }
  .l_menu_sp .nav-inner .menu .u_center {
    margin: 50px 0 0;
  }
  .l_menu_sp .nav-inner .menu .u_center img {
    height: 72px;
  }
  .l_menu_sp .nav-inner .menu .u_center .tel {
    display: inline-block;
  }
  .l_menu_sp .nav-inner .menu .u_center .tel img {
    height: 20px;
  }
  .l_menu_sp .nav-inner .menu .u_center .tel span {
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 26px;
    color: #fff;
  }
  .l_menu_sp .nav-inner .menu .u_center .telbox {
    margin: 50px 0 10px;
  }
  .l_menu_sp .nav-inner .menu .u_center .btn1 {
    margin: 10px 0 0;
    width: 200px;
    height: 35px;
    background: #da3d3d;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 11px;
    color: #fff;
  }
  .l_menu_sp .nav-inner .menu .u_center .btn1 img {
    margin: 0 10px 0 0;
    width: 15px;
    height: auto;
  }
}

/* =================================
 l_breadcrumbs
================================= */
/* =================================
 l_main_visual
================================= */
.l_main_visual {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .l_main_visual {
    height: 125px;
	margin-bottom: 15px;
  }
}
.l_main_visual > .inner {
  width: 1260px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l_main_visual > .inner {
    width: 100%;
  }
}
.l_main_visual > .inner .mainttl {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 768px) {
  .l_main_visual > .inner .mainttl {
    font-size: 19px;
  }
}

.l_pankuzu .inner {
  width: 1260px;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
	.l_pankuzu {
		display: none;
	}
  .l_pankuzu .inner {
    width: 100%;
    padding: 15px 4.6875%;
    display: none;
  }
}
.l_pankuzu .inner ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.l_pankuzu .inner ul li {
  font-size: 14px;
}
.l_pankuzu .inner ul li:not(:first-child) {
  position: relative;
  padding: 0 0 0 20px;
}
.l_pankuzu .inner ul li:not(:first-child):before {
  content: '/';
  top: 0;
  left: 7px;
  position: absolute;
}

/* =================================
 l_content
================================= */
.l_content {
  padding: 126px 0 160px;
}
@media screen and (max-width: 768px) {
  .l_content {
    padding: 50px 0 0;
  }
}

/* =================================
 l_main
================================= */
/* =================================
 l_footer
================================= */
.l_footer {
  position: relative;
}
.l_footer .spcvbtn {
  padding: 20px 0 25px;
}
.l_footer .btn1 {
  margin: 10px 0 0;
  width: 250px;
  height: 45px;
  background: #da3d3d;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 12px;
  color: #fff;
}
.l_footer .btn1 img {
  margin: 0 10px 0 0;
  width: 17px;
  height: auto;
}
.l_footer .cv {
  background: #f6f6f6;
}
@media screen and (max-width: 768px) {
  .l_footer .cv {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .l_footer .cv .wrap {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .l_footer .cv .wrap:before {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .l_footer .cv .inner {
    width: auto;
    padding: 10px 0 0;
  }
}
.l_footer .cv .inner .txt .u_txt_8 {
  font-weight: bold;
  letter-spacing: -.05em;
}
.l_footer .cv .inner .txt .u_txt_8,
.l_footer .cv .inner .txt .u_txt_12 {
  color: #000;
}
@media screen and (max-width: 768px) {
  .l_footer .cv .inner .txt .tel {
    margin: 8px 0 5px;
  }
}
.l_footer .cv .inner .txt .tel:before {
  content: url(../img/common/tel.png);
}
@media screen and (max-width: 768px) {
  .l_footer .cv .inner .txt .tel:before {
    content: '';
    background: url(../img/common/tel.png);
    background-size: cover;
    width: 20px;
    height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .l_footer .cv .inner .mini {
    display: block;
  }
}
.l_footer .cv .inner .mini .u_txt_11 {
  color: #000;
}
@media screen and (max-width: 768px) {
  .l_footer .cv .inner .btnwrap {
    display: none;
  }
}
.l_footer > .inner {
  background: #064da0;
  padding: 70px 0 50px;
}
@media screen and (max-width: 768px) {
  .l_footer > .inner {
    padding: 13px 0;
  }
}
.l_footer .lists {
  width: 760px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l_footer .lists {
    display: none;
  }
}
.l_footer .lists .item a {
  color: #fff;
  font-size: 14px;
}
.l_footer .lists .item a i {
  margin: 0 5px 0 0;
}
.l_footer .copy {
  margin: 75px 0 0;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l_footer .copy {
    margin: 0;
  }
}
.l_footer .topbtn {
  cursor: pointer;
  top: 89px;
  left: calc(50% + 550px);
  position: absolute;
  width: 44px;
  height: 20px;
  background: #064da0;
}
@media screen and (max-width: 768px) {
  .l_footer .topbtn {
    top: initial;
    bottom: 38px;
    left: 90%;
    width: 22px;
    height: 10px;
  }
}
.l_footer .topbtn .wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.l_footer .topbtn .wrap:before {
  position: absolute;
  top: 9px;
  left: 17px;
  display: block;
  content: '';
  height: 5px;
  width: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .l_footer .topbtn .wrap:before {
    top: 5px;
    left: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

/* ======================================================================
 layout p_top
====================================================================== */
/* =================================
 l_container_top
================================= */
.l_container_top {
  position: relative;
  overflow: hidden;
}

/* =================================
 l_main_visual_top
================================= */
.l_main_visual_top {
  position: relative;
  width: 100%;
  height: 900px;
  background: url(../img/top/mv.jpg);
  background-position: center;
}
@media screen and (max-width: 768px) {
  .l_main_visual_top {
    background: url(../img/top/sp/mv.png);
    height: 450px;
    background-size: cover;
  }
}
.l_main_visual_top .center {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.l_main_visual_top .center .maintxt {
  font-size: 50px;
  line-height: 1.4;
  text-shadow: 0px 0px 38px rgba(6, 77, 160, 0.7);
}
@media screen and (max-width: 768px) {
  .l_main_visual_top .center .maintxt {
    font-size: 26px;
  }
}
.l_main_visual_top .center .subtxt {
  font-size: 38px;
  line-height: 1.5;
  text-shadow: 0px 0px 38px rgba(6, 77, 160, 0.7);
}
@media screen and (max-width: 768px) {
  .l_main_visual_top .center .subtxt {
    font-size: 20px;
    margin: 5px 0 0;
  }
}
.l_main_visual_top .center .minitxt {
  font-size: 18px;
  line-height: 1.5;
  text-shadow: 0px 0px 38px rgba(6, 77, 160, 0.7);
}
@media screen and (max-width: 768px) {
  .l_main_visual_top .center .minitxt {
    font-size: 12px;
    margin: 5px 0 0;
  }
}

.cv {
  width: 100%;
  background: #064da0;
}
.cv > .inner {
  margin: 0 auto;
  width: 1000px;
  padding: 24px 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .cv > .inner {
    width: 100%;
    padding: 10px 4.6875%;
  }
}
.cv .wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-end;
  padding: 0 0 0 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cv .wrap {
    padding: 0 0 0 55px;
  }
}
.cv .wrap:before {
  content: url(../img/top/human.png);
  position: absolute;
  bottom: -26px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .cv .wrap:before {
    bottom: -10px;
    content: '';
    width: 50px;
    height: 70px;
    background: url(../img/common/sp/human.png);
    background-size: cover;
  }
}
.cv .wrap .txt {
  color: #fff;
}
.cv .wrap .txt .tel {
  display: block;
  margin: 5px 0 0;
  padding: 0 0 0 45px;
  color: #fff;
  font-family: "Lato", sans-serif;
  letter-spacing: -.02em;
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .cv .wrap .txt .tel {
    padding: 0 0 0 25px;
  }
}
.cv .wrap .txt .tel:before {
  content: url(../img/common/tel-w.png);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .cv .wrap .txt .tel:before {
    content: '';
    background: url(../img/common/tel-w.png);
    background-size: cover;
    width: 20px;
    height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .cv .wrap .txt .tel {
    pointer-events: all;
  }
}
@media screen and (max-width: 768px) {
  .cv .wrap .mini {
    display: none;
  }
}
.cv .wrap .mini .u_txt_11 {
  color: #fff;
  padding: 0 0 5px;
  line-height: 1.2;
}
.cv .btnwrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.cv .btnwrap .cvbtn {
  width: 290px;
  height: 50px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #da3d3d;
}
@media screen and (max-width: 768px) {
  .cv .btnwrap .cvbtn {
    width: 110px;
    height: 25px;
  }
}
.cv .btnwrap .cvbtn .u_txt_13 {
  padding: 0 0 0 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cv .btnwrap .cvbtn .u_txt_13 {
    padding: 0 0 0 20px;
  }
}
.cv .btnwrap .cvbtn .u_txt_13:before {
  content: url(../img/common/mail.png);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .cv .btnwrap .cvbtn .u_txt_13:before {
    content: '';
    width: 14px;
    height: 10px;
    background: url(../img/common/mail.png);
    background-size: cover;
  }
}

/* =================================
 l_content_top
================================= */
/* =================================
 l_main_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 */
