@charset "UTF-8";
/* ======================================================================
 common style index
・reset
・variable
・mixin
・base
・utility
・component
・layout
====================================================================== */
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ======================================================================
 base
====================================================================== */
html {
  font-size: 62.5%;
}

body {
  color: #222;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  position: relative;
}

body.u_body_fixed {
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (min-width: 769px) {
  body {
    width: 100%;
    min-width: 1160px;
  }
}

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

* {
  -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 {
  text-decoration: none;
}

a:link {
  cursor: pointer;
}

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

/* Text Highlight */
/* button */
button {
  display: block;
}

textarea {
  resize: vertical;
}

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

/* placeholder */
input:placeholder-shown, textarea:placeholder-shown {
  color: #F78500;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #F78500;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #F78500;
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #F78500;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #F78500;
}

input:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: #F78500;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #F78500;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: #F78500;
  opacity: 1;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #F78500;
  opacity: 1;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #F78500;
}

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

@media screen and (max-width: 768px) {
  img {
    height: auto;
  }
}

/* ======================================================================
 utility
====================================================================== */
/* =================================
 layout
================================= */
.u_cf:after {
  display: block;
  clear: both;
  content: "";
}

@media screen and (min-width: 769px) {
  .u_pc {
    display: block;
  }
  .u_pc_i {
    display: inline;
  }
  .u_pc_ib {
    display: inline-block;
  }
  .u_pc_f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .u_pc_if {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .u_sp {
    display: none;
  }
  .u_sp_i, .u_sp_ib, .u_sp_f, .u_sp_if {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .u_pc {
    display: none;
  }
  .u_pc_i, .u_pc_ib, .u_pc_f, .u_pc_if {
    display: none;
  }
  .u_sp {
    display: block;
  }
  .u_sp_i {
    display: inline;
  }
  .u_sp_ib {
    display: inline-block;
  }
  .u_sp_f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .u_sp_if {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

/* =================================
 content_size
================================= */
.u_content_size {
  padding: 0 20px;
}

@media screen and (min-width: 769px) {
  .u_content_size {
    padding: 0;
    margin: 0 auto;
    width: 1160px;
  }
}

/* =================================
 text
================================= */
.u_txt_1 {
  font-size: 1.6em;
  line-height: 1.5;
}

.u_txt_2 {
  font-size: 2em;
  line-height: 2.3;
}

@media screen and (max-width: 768px) {
  .u_txt_2 {
    font-size: 1.6em;
    line-height: 2.2;
  }
}

.u_txt_3 {
  font-size: 1.4em;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .u_txt_3 {
    font-size: 1.2em;
    line-height: 1.5;
  }
}

.u_txt_4 {
  font-size: 2.2em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .u_txt_4 {
    font-size: 1.4em;
    line-height: 1.3;
  }
}

.u_txt_5 {
  font-size: 1.2em;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .u_txt_5 {
    font-size: 1em;
    line-height: 1.5;
  }
}

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

.u_bold {
  font-weight: bold;
}

/* =================================
 text align
================================= */
.u_ta_c {
  text-align: center;
}

.u_ta_cl {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .u_ta_cl {
    text-align: left;
  }
}

/* =================================
 paragraph margin
================================= */
.u_paragraph + .u_paragraph {
  margin: 15px 0 0;
}

/* =================================
 hoge
================================= */
.u_osw {
  font-family: 'Oswald',sans-serif;
}

/* ======================================================================
 component
====================================================================== */
/* =================================
 text
================================= */
.c_txt_1 {
  text-align: center;
}

.c_txt_1 > span {
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c_txt_1 > span {
    font-size: 16px;
  }
}

.c_txt_1 > span:before {
  position: absolute;
  top: 14px;
  left: -18px;
  content: '';
  width: 15px;
  height: 2px;
  background: #3E3E3E;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.c_txt_1 > span:after {
  position: absolute;
  top: 15px;
  right: -18px;
  content: '';
  width: 15px;
  height: 2px;
  background: #3E3E3E;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}

@media screen and (max-width: 768px) {
  .c_txt_1 > span:after {
    top: 13px;
  }
}

/* =================================
 title
================================= */
.c_ttl_1 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  text-align: center;
  padding: 78px 0 0;
}

@media screen and (max-width: 768px) {
  .c_ttl_1 {
    font-size: 24px;
    line-height: 1.5;
    padding: 56px 0 0;
  }
}

.c_ttl_1:before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: url(../img/common/elect.svg);
}

@media screen and (max-width: 768px) {
  .c_ttl_1:before {
    content: '';
    background: url(../img/common/elect.svg);
    background-size: cover;
    width: 35px;
    height: 51px;
  }
}

.c_ttl_2 {
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .c_ttl_2 {
    font-size: 24px;
  }
}

.c_ttl_3 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 55px;
}

@media screen and (max-width: 768px) {
  .c_ttl_3 {
    font-size: 18px;
    padding: 0;
  }
}

.c_ttl_3:before {
  width: 40px;
  height: 40px;
  background: url(../img/common/no1.png);
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .c_ttl_3:before {
    display: none;
  }
}

.c_ttl_3 > span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FBC632));
  background: linear-gradient(transparent 70%, #FBC632 70%);
}

.c_ttl_4 {
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 0 22px;
  position: relative;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .c_ttl_4 {
    font-size: 18px;
    padding: 0 0 0 17px;
  }
}

.c_ttl_4:before {
  position: absolute;
  width: 7px;
  height: 100%;
  background: #FBC933;
  top: 0;
  left: 0;
  content: '';
}

.c_ttl_5 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0 12px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c_ttl_5 {
    font-size: 18px;
  }
}

.c_ttl_5:before {
  content: '';
  width: 30px;
  height: 2px;
  background: #222;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* =================================
 buttons
================================= */
.c_btn_1 {
  width: 190px;
  height: 45px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #069AEA;
  border-radius: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 4px 0px #0C70A5;
          box-shadow: 0px 4px 0px #0C70A5;
}

.c_btn_1:hover {
  -webkit-box-shadow: 0 0 0 #0C70A5;
          box-shadow: 0 0 0 #0C70A5;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.c_btn_1 > span {
  padding: 0 0 0 18px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}

.c_btn_1 > span:before {
  position: absolute;
  top: 0;
  left: 0;
  content: url(../img/common/header-dentaku.svg);
}

.c_btn_1._pt1 {
  background: #0E5BB5;
  -webkit-box-shadow: 0px 4px 0px #073f88;
          box-shadow: 0px 4px 0px #073f88;
}

.c_btn_1._pt1:hover {
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

.c_btn_1._pt1 > span {
  padding: 0 0 0 22px;
  position: relative;
}

.c_btn_1._pt1 > span:before {
  position: absolute;
  top: 0;
  left: 0;
  content: url(../img/common/header-mail.svg);
}

.c_btn_2 {
  width: 330px;
  height: 60px;
  background: #069AEA;
  border-radius: 30px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 5px 0 #0C70A5;
          box-shadow: 0 5px 0 #0C70A5;
}

@media screen and (max-width: 768px) {
  .c_btn_2 {
    width: 100%;
    height: 50px;
  }
}

.c_btn_2:hover {
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.c_btn_2 > span {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 0 0 0 28px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c_btn_2 > span {
    font-size: 17px;
  }
}

.c_btn_2 > span:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: url(../img/common/btn-ico-den.svg);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .c_btn_2 > span:before {
    content: '';
    width: 17px;
    height: 24px;
    background: url(../img/common/btn-ico-den.svg);
    background-size: cover;
  }
}

.c_btn_2._mail {
  background: #0B4EA8;
  -webkit-box-shadow: 0 5px 0 #073F80;
          box-shadow: 0 5px 0 #073F80;
}

.c_btn_2._mail:hover {
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

.c_btn_2._mail > span {
  padding: 0 0 0 40px;
}

@media screen and (max-width: 768px) {
  .c_btn_2._mail > span {
    padding: 0 0 0 30px;
  }
}

.c_btn_2._mail > span:before {
  content: url(../img/common/btn-ico-form.svg);
}

@media screen and (max-width: 768px) {
  .c_btn_2._mail > span:before {
    content: '';
    width: 26px;
    height: 18px;
    background: url(../img/common/btn-ico-form.svg);
    background-size: cover;
  }
}

.c_btn_2._graph {
  background: #0B4EA8;
  -webkit-box-shadow: 0 5px 0 #073F80;
          box-shadow: 0 5px 0 #073F80;
}

.c_btn_2._graph:hover {
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

.c_btn_2._graph > span {
  padding: 0 0 0 46px;
}

@media screen and (max-width: 768px) {
  .c_btn_2._graph > span {
    padding: 0 0 0 40px;
  }
}

.c_btn_2._graph > span:before {
  content: url(../img/common/btn-ico-graph.svg);
}

@media screen and (max-width: 768px) {
  .c_btn_2._graph > span:before {
    content: '';
    width: 32px;
    height: 18px;
    background: url(../img/common/btn-ico-graph.svg);
    background-size: cover;
  }
}

.c_btn_3 {
  width: 350px;
  height: 60px;
  background: #3E3E3E;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  -webkit-box-shadow: 0px 5px 0px #000000;
          box-shadow: 0px 5px 0px #000000;
}

@media screen and (max-width: 768px) {
  .c_btn_3 {
    width: 100%;
    height: 50px;
  }
}

.c_btn_3:hover {
  -webkit-box-shadow: 0 0 0 #000000;
          box-shadow: 0 0 0 #000000;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.c_btn_3.mypage > span {
  padding: 0 0 0 25px;
}

.c_btn_3.mypage > span:before {
  position: absolute;
  top: 0;
  left: 0;
  content: url(../img/common/btn-ico-mypage.svg);
}

.c_btn_3 > span {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 0 37px;
  position: relative;
}

.c_btn_3 > span:before {
  position: absolute;
  top: 0;
  left: 0;
  content: url(../img/common/btn-ico-contact.svg);
}

.c_btn_4 {
  width: 340px;
  height: 50px;
  background: #3E3E3E;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 25px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  -webkit-box-shadow: 0px 5px 0px #000000;
          box-shadow: 0px 5px 0px #000000;
}

@media screen and (max-width: 768px) {
  .c_btn_4 {
    width: 100%;
  }
}

.c_btn_4:hover {
  color: #FBC933;
  -webkit-box-shadow: 0 0 0 #000;
          box-shadow: 0 0 0 #000;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

@media screen and (max-width: 768px) {
  .c_btn_4:hover {
    color: #fff;
    -webkit-box-shadow: 0px 5px 0px #000000;
            box-shadow: 0px 5px 0px #000000;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.c_btn_4:hover:before {
  content: url(../img/common/consent-hover.svg);
}

@media screen and (max-width: 768px) {
  .c_btn_4:hover:before {
    content: url(../img/common/consent.svg);
  }
}

.c_btn_4:hover:after {
  content: url(../img/common/elect-hover.svg);
  position: absolute;
  top: -18px;
  right: -18px;
}

@media screen and (max-width: 768px) {
  .c_btn_4:hover:after {
    content: '';
  }
}

.c_btn_4:before {
  content: url(../img/common/consent.svg);
  position: absolute;
  top: 53%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c_btn_4._mail:before {
  display: none;
}

.c_btn_4._mail > span {
  font-size: 16px;
  position: relative;
  display: inline-block;
  padding: 0 0 0 32px;
}

.c_btn_4._mail > span:before {
  width: 22px;
  height: 18px;
  content: '';
  background: url(../img/common/btn-ico-contact.svg);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* =================================
 icon
================================= */
.c_ico_1 {
  width: 116px;
  height: 20px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c_ico_1._pt1 {
  background: #3CAD2E;
  color: #fff;
}

.c_ico_1._pt2 {
  background: #E08A14;
  color: #fff;
}

.c_ico_1._pt3 {
  background: #D8618E;
  color: #fff;
}

.c_ico_1._pt4 {
  background: #61A1D8;
  color: #fff;
}

.c_ico_2 {
  background: #0E5BB5;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding: 9px 39px;
  font-weight: bold;
}

/* =================================
 table
================================= */
/* =================================
 list
================================= */
/* =================================
 item
================================= */
/* =================================
 pager
================================= */
/* =================================
 hoge
================================= */
/* ======================================================================
 layout
====================================================================== */
.l_flex {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l_flex.spaceb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.l_container._hover:before {
  position: absolute;
  content: '';
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 2;
}

/* =================================
 l_header
================================= */
.l_header {
  position: fixed;
  width: 100%;
  z-index: 3;
  background: #fff;
}

.l_header .inner {
  width: 1160px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l_header .inner {
    width: 100%;
  }
}

.l_header .inner > .head {
  padding: 10px 0 0;
}

@media screen and (max-width: 768px) {
  .l_header .inner > .head {
    padding: 6px 15px;
  }
}

.l_header .inner > .head .l_flex .left {
  width: 220px;
}

@media screen and (max-width: 768px) {
  .l_header .inner > .head .l_flex .left {
    width: 167px;
    padding: 5px 0 0;
  }
}

.l_header .inner > .head .l_flex .right {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l_header .inner > .head .l_flex .right .link1 {
  font-size: 12px;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .l_header .inner > .head .l_flex .right .link1 {
    display: none;
  }
}

.l_header .inner > .head .l_flex .right .link1:hover {
  text-decoration: none;
}

.l_header .inner > .head .l_flex .right .link2 {
  font-size: 12px;
  text-decoration: underline;
  margin: 0 20px;
}

@media screen and (max-width: 768px) {
  .l_header .inner > .head .l_flex .right .link2 {
    display: none;
  }
}

.l_header .inner > .head .l_flex .right .link2:hover {
  text-decoration: none;
}

.l_header .inner > .head .l_flex .right .link3 {
  font-size: 13px;
  padding: 7px 12px 7px 26px;
  border: 1px solid #BEBEBE;
  border-radius: 4px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l_header .inner > .head .l_flex .right .link3 {
    font-size: 10px;
  }
}

.l_header .inner > .head .l_flex .right .link3:before {
  content: url(../img/common/header-lock.svg);
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l_header .inner > .middle {
  padding: 16px 0;
}

@media screen and (max-width: 768px) {
  .l_header .inner > .middle {
    position: relative;
    padding: 6px 15px 9px;
    border-top: 1px solid #E2E2E2;
  }
}

.l_header .inner > .middle .l_flex .center {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .l_header .inner > .middle .l_flex .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.l_header .inner > .middle .l_flex .center > h1 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .l_header .inner > .middle .l_flex .center > h1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.l_header .inner > .middle .l_flex .center > h1 > a {
  width: 242px;
}

@media screen and (max-width: 768px) {
  .l_header .inner > .middle .l_flex .center > h1 > a {
    width: 164px;
  }
}

.l_header .inner > .middle .l_flex .center > h1 > span {
  font-size: 12px;
  margin: 0 0 0 15px;
}

@media screen and (max-width: 768px) {
  .l_header .inner > .middle .l_flex .center > h1 > span {
    font-size: 10px;
    margin: 0 0 10px;
    width: 100%;
  }
}

.l_header .inner > .middle .l_flex .center > span {
  font-size: 12px;
  margin: 0 0 0 15px;
}

@media screen and (max-width: 768px) {
  .l_header .inner > .middle .l_flex .center > span {
    width: 100%;
    margin: 0 0 10px;
    font-size: 10px;
  }
}

.l_header .inner > .middle .l_flex .center > a {
  width: 242px;
}

@media screen and (max-width: 768px) {
  .l_header .inner > .middle .l_flex .center > a {
    width: 164px;
  }
}

.l_header .inner > .middle .l_flex .center > p {
  font-size: 12px;
  margin: 0 0 0 15px;
}

@media screen and (max-width: 768px) {
  .l_header .inner > .middle .l_flex .center > p {
    width: 100%;
    margin: 0 0 10px;
    font-size: 10px;
  }
}

.l_header .inner > .middle .l_flex .btns {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .l_header .inner > .middle .l_flex .btns {
    display: none;
  }
}

.l_header .inner > .middle .l_flex .btns .attention {
  color: #E02424;
  font-size: 12px;
  padding: 0 0 0 15px;
  text-decoration: underline;
  margin: 0 20px 0 0;
  position: relative;
}

.l_header .inner > .middle .l_flex .btns .attention:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .l_header .inner > .middle .l_flex .btns .attention:hover {
    text-decoration: underline;
  }
}

.l_header .inner > .middle .l_flex .btns .attention:before {
  position: absolute;
  top: 0;
  left: 0;
  content: url(../img/common/caution.svg);
}

.l_header .inner > .middle .l_flex .btns .c_btn_1:not(:first-child) {
  margin: 0 0 0 10px;
}

.l_header .inner > .middle > .menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .l_header .inner > .middle > .menu {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 57px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    border-left: 1px solid #E2E2E2;
  }
  .l_header .inner > .middle > .menu .middlebox .linebox {
    width: 25px;
    height: 20px;
    margin: 0 auto 5px;
    position: relative;
  }
  .l_header .inner > .middle > .menu .middlebox .linebox .border {
    width: 24px;
    height: 2px;
    position: absolute;
  }
  .l_header .inner > .middle > .menu .middlebox .linebox .border.border1 {
    background: #222;
    top: 0;
  }
  .l_header .inner > .middle > .menu .middlebox .linebox .border.border2 {
    background: #FBC933;
    top: 8px;
    left: -5px;
  }
  .l_header .inner > .middle > .menu .middlebox .linebox .border.border3 {
    background: #222;
    bottom: 0;
  }
  .l_header .inner > .middle > .menu .middlebox .menutxt {
    font-weight: bold;
  }
}

.l_header .menu {
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
}

@media screen and (max-width: 768px) {
  .l_header .menu {
    display: none;
  }
}

.l_header .menu .inner {
  padding: 0;
}

.l_header .menu .inner > ul {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l_header .menu .inner > ul > li {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l_header .menu .inner > ul > li:nth-child(1) {
  width: 193px;
}

.l_header .menu .inner > ul > li:nth-child(2) {
  width: 193px;
}

.l_header .menu .inner > ul > li:nth-child(3) {
  width: 250px;
}

.l_header .menu .inner > ul > li:nth-child(4) {
  width: 225px;
}

.l_header .menu .inner > ul > li:nth-child(5) {
  width: 300px;
}

.l_header .menu .inner > ul > li > a {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 57px 14px 56px;
  position: relative;
  white-space: nowrap;
}

.l_header .menu .inner > ul > li > a:hover {
  background: #F3F3F3;
}

.l_header .menu .inner > ul > li > a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 23px;
  background: #D3D3D3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l_header .menu .inner > ul > li > a.no_before:before {
  display: none;
}

.l_header .menu .inner > ul > li.mega._hover .txt {
  background: #F3F3F3;
}

.l_header .menu .inner > ul > li.mega._hover .txt .triangle {
  top: 47%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.l_header .menu .inner > ul > li .txt {
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 70px 14px 42px;
  position: relative;
  width: 100%;
}

.l_header .menu .inner > ul > li .txt:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 23px;
  background: #D3D3D3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l_header .menu .inner > ul > li .txt:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 23px;
  background: #D3D3D3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l_header .menu .inner > ul > li .txt .triangle {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  top: 43%;
  right: 54px;
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l_header .megabox {
  display: none;
  position: absolute;
  width: 100%;
  background: #F3F3F3;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  border-radius: 0 0 10px 10px;
}

.l_header .megabox > .biglink {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  border-bottom: 1px solid #D9D9D9;
}

.l_header .megabox > .biglink:hover > span {
  color: #EEA91E;
}

.l_header .megabox > .biglink:hover > span:before {
  right: -10px;
  border-top: 1px solid #EEA91E;
  border-right: 1px solid #EEA91E;
}

.l_header .megabox > .biglink > span {
  font-size: 22px;
  font-weight: bold;
  padding: 0 25px 0 0;
  position: relative;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.l_header .megabox > .biglink > span:before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #222222;
  border-right: 1px solid #222222;
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.l_header .megabox > ul {
  padding: 30px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.l_header .megabox > ul > li:nth-child(n+4) {
  margin: 10px 0 0;
}

.l_header .megabox > ul > li:nth-child(2) {
  margin: 0 14px;
}

.l_header .megabox > ul > li:nth-child(5) {
  margin: 10px 14px 0;
}

.l_header .megabox > ul > li > a {
  position: relative;
  width: 357px;
  height: 50px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #BEBEBE;
  overflow: hidden;
}

.l_header .megabox > ul > li > a > span {
  position: relative;
  z-index: 2;
  font-size: 16px;
}

.l_header .megabox > ul > li > a:before {
  z-index: 2;
  content: '';
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.l_header .megabox > ul > li > a:after {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #FBC933;
  -webkit-transition: .2s all linear;
  transition: .2s all linear;
}

.l_header .megabox > ul > li > a:hover {
  border: none;
}

.l_header .megabox > ul > li > a:hover:after {
  left: 0;
}

.menuopen {
  display: none;
}

@media screen and (max-width: 768px) {
  .menuopen {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 4;
    background: #fff;
  }
}

.menuopen > .middle {
  padding: 16px 0;
}

@media screen and (max-width: 768px) {
  .menuopen > .middle {
    position: relative;
    padding: 6px 15px 9px;
    border-bottom: 1px solid #E2E2E2;
  }
}

.menuopen > .middle .l_flex .center {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .menuopen > .middle .l_flex .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.menuopen > .middle .l_flex .center > a {
  width: 242px;
}

@media screen and (max-width: 768px) {
  .menuopen > .middle .l_flex .center > a {
    width: 164px;
  }
}

.menuopen > .middle .l_flex .center > p {
  font-size: 12px;
  margin: 0 0 0 15px;
}

@media screen and (max-width: 768px) {
  .menuopen > .middle .l_flex .center > p {
    width: 100%;
    margin: 0 0 10px;
    font-size: 10px;
  }
}

.menuopen > .middle > .menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .menuopen > .middle > .menu {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 57px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
  }
  .menuopen > .middle > .menu .middlebox .linebox {
    width: 25px;
    height: 20px;
    margin: 0 auto 5px;
    position: relative;
  }
  .menuopen > .middle > .menu .middlebox .linebox .border {
    width: 20px;
    height: 2px;
    position: absolute;
  }
  .menuopen > .middle > .menu .middlebox .linebox .border.border1 {
    background: #222;
    top: 5px;
    left: 3px;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .menuopen > .middle > .menu .middlebox .linebox .border.border3 {
    background: #222;
    top: 5px;
    left: -2px;
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .menuopen > .middle > .menu .middlebox .menutxt {
    font-weight: bold;
  }
}

.menuopen .btnwrap {
  padding: 15px;
}

.menuopen .btnwrap .c_btn_2._calc > span {
  font-size: 14px;
  padding: 0 0 0 20px;
}

.menuopen .btnwrap .c_btn_2._calc > span:before {
  content: '';
  width: 14px;
  height: 19px;
  background: url(../img/common/btn-ico-den.svg);
  background-size: cover;
}

.menuopen .btnwrap .doublebtn {
  margin: 15px 0 0;
}

.menuopen .btnwrap .doublebtn .c_btn_2._mail {
  width: 168px;
}

.menuopen .btnwrap .doublebtn .c_btn_2._mail > span {
  font-size: 14px;
  padding: 0 0 0 20px;
}

.menuopen .btnwrap .doublebtn .c_btn_2._mail > span:before {
  content: '';
  width: 15px;
  height: 9px;
  background: url(../img/common/btn-ico-mail.svg);
  background-size: cover;
}

.menuopen .btnwrap .doublebtn .c_btn_2._graph {
  width: 168px;
}

.menuopen .btnwrap .doublebtn .c_btn_2._graph > span {
  text-align: center;
  font-size: 14px;
  padding: 0 0 0 28px;
}

.menuopen .btnwrap .doublebtn .c_btn_2._graph > span:before {
  content: '';
  width: 22px;
  height: 13px;
  background: url(../img/common/btn-ico-graph.svg);
  background-size: cover;
}

.menuopen .btnwrap .center {
  margin: 20px 0 0;
  text-align: center;
}

.menuopen .btnwrap .center > a {
  color: #E02424;
  text-decoration: underline;
  position: relative;
  padding: 0 0 0 16px;
  display: inline-block;
  font-size: 12px;
}

.menuopen .btnwrap .center > a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: url(../img/common/caution.svg);
}

.menuopen .btnwrap .contactbox {
  margin: 15px 0 0;
  border: 2px solid #D5D5D5;
  border-radius: 10px;
  padding: 20px 15px;
}

.menuopen .btnwrap .contactbox .c_btn_3 {
  height: 40px;
}

.menuopen .btnwrap .contactbox .c_btn_3 > span {
  font-size: 14px;
  padding: 0 0 0 23px;
}

.menuopen .btnwrap .contactbox .c_btn_3 > span:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: '';
  background: url(../img/common/btn-ico-contact.svg);
  background-size: cover;
  width: 17px;
  height: 14px;
}

.menuopen .btnwrap .contactbox .txt {
  margin: 15px 0 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}

.menuopen .btnwrap .contactbox .txt > a {
  color: #0B4EA8;
  text-decoration: underline;
}

.menuopen .menulist {
  width: 100%;
}

.menuopen .menulist .arrow {
  position: relative;
}

.menuopen .menulist .arrow:before {
  position: absolute;
  width: 7px;
  height: 7px;
  right: 20px;
  top: 19px;
  content: '';
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menuopen .menulist .tgl {
  position: relative;
}

.menuopen .menulist .tgl._active:after {
  display: none;
}

.menuopen .menulist .tgl:before {
  position: absolute;
  width: 15px;
  height: 1px;
  background: #222;
  right: 14px;
  top: 20px;
  content: '';
}

.menuopen .menulist .tgl:after {
  position: absolute;
  width: 1px;
  height: 15px;
  background: #222;
  right: 21px;
  top: 13px;
  content: '';
}

.menuopen .menulist .tgl > ul {
  display: none;
}

.menuopen .menulist > li > a,
.menuopen .menulist > li > span {
  border-top: 1px solid #E2E2E2;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  padding: 12px 25px 13px 15px;
}

.menuopen .menulist > li > ul {
  width: calc(100% - 30px);
  margin: 0 auto 15px;
  background: #F3F3F3;
  border-radius: 10px;
}

.menuopen .menulist > li > ul > li > a {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  padding: 10px 15px 15px;
}

.menuopen .menulist > li > ul > li:not(:first-child) > a {
  border-top: 1px solid #E2E2E2;
}

.menuopen .scrollwrap {
  height: calc(100% - 56px);
  overflow-y: scroll;
}

.l_fixedbtns {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 7px 0;
  background: #fff;
  z-index: 3;
}

.l_fixedbtns .wrap {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 355px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l_fixedbtns .wrap .c_btn_1 {
  height: 35px;
  width: 174px;
}

.l_fixedbtns .wrap .c_btn_1._pt1 span:before {
  top: 1px;
  content: url(../img/common/sp/mail_sp.svg);
}

.l_fixedbtns .wrap .c_btn_1 span {
  padding: 0 0 0 20px;
  font-size: 12px;
  text-align: center;
}

.l_fixedbtns .wrap .c_btn_1 span:before {
  top: 4px;
  content: url(../img/common/sp/dentaku_sp.svg);
}

/* =================================
 l_breadcrumbs
================================= */
.l_breadcrumbs {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l_breadcrumbs {
    overflow-x: scroll;
  }
}

.l_breadcrumbs > .breadcrumbs {
  width: 1160px;
  margin: 0 auto;
  padding: 12px 0 10px;
}

@media screen and (max-width: 768px) {
  .l_breadcrumbs > .breadcrumbs {
    width: 100%;
    padding: 0 0 10px;
  }
}

.l_breadcrumbs > .breadcrumbs a {
  font-size: 14px;
  text-decoration: underline;
  color: #0E5BB5;
}

.l_breadcrumbs > .breadcrumbs a:hover {
  text-decoration: none;
}

.l_breadcrumbs > .breadcrumbs span {
  margin: 0 0 0 5px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .l_breadcrumbs > .breadcrumbs > span > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.l_breadcrumbs > .breadcrumbs > span > span > a {
  margin: 0 5px 0 0;
}

/* =================================
 l_main_visual
================================= */
.l_main_visual_top {
  padding: 195px 0 30px;
  background: #F3F3F3;
  max-height: 645px;
}

@media screen and (max-width: 768px) {
  .l_main_visual_top {
    padding: 114px 0 30px;
  }
}

.l_main_visual_top .slick {
  position: relative;
}

.l_main_visual_top .slick > li {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l_main_visual_top .slick > li:not(:first-child) {
  display: none;
}

.l_main_visual_top .slick .slick-slide {
  margin: 0 6px;
}

.l_main_visual_top .slick .slick-slide.slick-current a img, .l_main_visual_top .slick .slick-slide.is-active-next a img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.l_main_visual_top .slick .slick-slide.slick-current a img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.l_main_visual_top .slick .slick-slide a {
  display: block;
  text-align: center;
}

.l_main_visual_top .slick .slick-slide a img {
  margin: 0 auto;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.l_main_visual_top .slick .slide-arrow.next-arrow {
  position: absolute;
  top: 50%;
  left: calc(50% + 580px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: url(../img/p_top/right.png);
  background-size: cover;
  z-index: 1;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

@media screen and (max-width: 768px) {
  .l_main_visual_top .slick .slide-arrow.next-arrow {
    left: initial;
    width: 30px;
    height: 30px;
    right: -10px;
  }
}

.l_main_visual_top .slick .slide-arrow.next-arrow:hover {
  opacity: .7;
}

.l_main_visual_top .slick .slide-arrow.prev-arrow {
  position: absolute;
  top: 50%;
  left: calc(50% - 580px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: url(../img/p_top/left.png);
  background-size: cover;
  z-index: 1;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

@media screen and (max-width: 768px) {
  .l_main_visual_top .slick .slide-arrow.prev-arrow {
    width: 30px;
    height: 30px;
    left: 20px;
  }
}

.l_main_visual_top .slick .slide-arrow.prev-arrow:hover {
  opacity: .7;
}

.l_main_visual {
  padding: 165px 0 0;
  width: 100%;
  background: #FDE9AC;
}

@media screen and (max-width: 768px) {
  .l_main_visual {
    padding: 94px 0 0;
  }
}

.l_main_visual > .inner {
  width: 1160px;
  margin: 0 auto;
  padding: 54px 0 60px;
}

@media screen and (max-width: 768px) {
  .l_main_visual > .inner {
    width: 100%;
    padding: 35px 15px 31px;
  }
}

.l_main_visual > .inner > h1 {
  padding: 0 0 0 62px;
  position: relative;
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .l_main_visual > .inner > h1 {
    font-size: 22px;
    padding: 0 0 0 36px;
  }
}

.l_main_visual > .inner > h1:before {
  position: absolute;
  top: 30%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: url(../img/common/mvttl-ico.svg);
}

@media screen and (max-width: 768px) {
  .l_main_visual > .inner > h1:before {
    content: '';
    width: 31px;
    height: 36px;
    background: url(../img/common/mvttl-ico.svg);
    background-size: cover;
  }
}

/* =================================
 l_main
================================= */
/* =================================
 l_side
================================= */
/* =================================
 l_footer
================================= */
.cv {
  width: 100%;
  background: #FBC933;
  padding: 50px 0;
}

@media screen and (max-width: 768px) {
  .cv {
    width: 100%;
    padding: 30px 15px;
  }
}

.cv > .inner {
  width: 1160px;
  background: #fff;
  margin: 0 auto;
  padding: 50px;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .cv > .inner {
    width: 100%;
    padding: 30px 15px;
  }
}

@media screen and (max-width: 768px) {
  .cv .content {
    display: block;
  }
}

.cv .txt {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin: 10px 0 20px;
}

@media screen and (max-width: 768px) {
  .cv .txt {
    font-size: 18px;
  }
}

.cv .left_box {
  width: 357px;
  padding: 0 27px 0 0;
  border-right: 1px solid #D3D3D3;
}

@media screen and (max-width: 768px) {
  .cv .left_box {
    width: 100%;
    padding: 0 0 30px;
    border-bottom: 1px solid #D3D3D3;
    border-right: none;
  }
}

.cv .right_box {
  width: calc(100% - 357px);
}

@media screen and (max-width: 768px) {
  .cv .right_box {
    width: 100%;
    padding: 20px 0 0;
  }
}

.cv .right_box .btns {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .cv .right_box .btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.cv .right_box .btns .c_btn_2:not(:first-child) {
  margin: 0 0 0 20px;
}

@media screen and (max-width: 768px) {
  .cv .right_box .btns .c_btn_2:not(:first-child) {
    margin: 10px 0 0;
  }
}

.l_footer .contact {
  padding: 60px 0;
  background: #F3F3F3;
}

@media screen and (max-width: 768px) {
  .l_footer .contact {
    padding: 30px 15px;
  }
}

.l_footer .contact > .inner {
  width: 1160px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l_footer .contact > .inner {
    width: 100%;
  }
}

.l_footer .contact > .inner .c_ttl_2 {
  text-align: center;
}

.l_footer .contact > .inner .l_flex {
  margin: 40px 0 0;
}

@media screen and (max-width: 768px) {
  .l_footer .contact > .inner .l_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px 0 0;
  }
}

.l_footer .contact > .inner .box {
  width: 560px;
  padding: 40px;
  background: #fff;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .l_footer .contact > .inner .box {
    width: 100%;
    padding: 20px 15px;
  }
}

@media screen and (max-width: 768px) {
  .l_footer .contact > .inner .box.box2 {
    margin: 10px 0 0;
  }
}

.l_footer .contact > .inner .box .txt1 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}

@media screen and (max-width: 1024px) {
  .l_footer .contact > .inner .box .txt1 {
    font-size: 18px;
    margin: 0 0 10px;
  }
}

.l_footer .contact > .inner .box .c_btn_3 {
  margin: 0 auto;
}

.l_footer .contact > .inner .box .center {
  text-align: center;
}

.l_footer .contact > .inner .box .tel {
  font-size: 55px;
  padding: 0 0 0 61px;
  position: relative;
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .l_footer .contact > .inner .box .tel {
    pointer-events: all;
    width: 100%;
    height: 50px;
    -webkit-box-shadow: 0px 5px 0px #000;
            box-shadow: 0px 5px 0px #000;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 24px;
    background: #3E3E3E;
    padding: 0;
    border-radius: 30px;
  }
  .l_footer .contact > .inner .box .tel > span {
    padding: 0 0 0 33px;
    color: #fff;
    position: relative;
  }
  .l_footer .contact > .inner .box .tel > span:before {
    position: absolute;
    top: 0;
    left: 0;
    content: url(../img/common/sp/tel-white.svg);
  }
}

.l_footer .contact > .inner .box .tel:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: url(../img/common/tel.svg);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .l_footer .contact > .inner .box .tel:before {
    display: none;
  }
}

.l_footer .contact > .inner .box .txt2 {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.l_footer .contact > .inner .box .txt2 > a {
  color: #0B4EA8;
  text-decoration: underline;
}

.l_footer .contact > .inner .box .txt2 > a:hover {
  text-decoration: none;
}

.l_footer .contact > .inner .box .txt2._second {
  margin: 10px 0 0;
}

.l_footer .foot {
  padding: 60px 0 30px;
  border-bottom: 1px solid #C3C3C3;
}

@media screen and (max-width: 768px) {
  .l_footer .foot {
    padding: 30px 15px;
  }
}

.l_footer .foot > .inner {
  width: 1160px;
  margin: 0 auto;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .l_footer .foot > .inner {
    width: 100%;
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.l_footer .foot > .inner .middle {
  padding: 0 0 0 165px;
}

@media screen and (max-width: 768px) {
  .l_footer .foot > .inner .middle {
    padding: 20px 0 0;
  }
}

.l_footer .foot > .inner .right {
  padding: 0 0 0 203px;
}

@media screen and (max-width: 768px) {
  .l_footer .foot > .inner .right {
    padding: 15px 0 0;
  }
}

.l_footer .foot > .inner .list1._second {
  margin: 20px 0 0;
}

.l_footer .foot > .inner .list1 > li:not(:first-child) {
  margin: 15px 0 0;
}

.l_footer .foot > .inner .list1 > li.last {
  margin: 12px 0 0 23px;
}

.l_footer .foot > .inner .list1 > li > a, .l_footer .foot > .inner .list1 > li span {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 23px;
  display: inline-block;
}

.l_footer .foot > .inner .list1 > li > a:before, .l_footer .foot > .inner .list1 > li span:before {
  content: '';
  width: 15px;
  height: 3px;
  background: #FBC933;
  position: absolute;
  top: 9px;
  left: 0;
}

.l_footer .foot > .inner .list1 > li > .list2 > li:not(:first-child) {
  margin: 10px 0 0;
}

.l_footer .foot > .inner .list1 > li > .list2 > li > a {
  font-size: 14px;
  padding: 0 0 0 15px;
  position: relative;
}

.l_footer .foot > .inner .list1 > li > .list2 > li > a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .l_footer .foot > .inner .list1 > li > .list2 > li > a:hover {
    text-decoration: none;
  }
}

.l_footer .foot > .inner .list1 > li > .list2 > li > a:before {
  content: '';
  width: 10px;
  height: 1px;
  background: #222;
  position: absolute;
  top: 10px;
  left: 0;
}

.l_footer .copy {
  padding: 30px 0;
  width: 1160px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l_footer .copy {
    width: 100%;
    padding: 30px 0 70px;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .l_footer .copy .logo {
    text-align: center;
  }
}

.l_footer .copy .logo a {
  display: block;
}

.l_footer .copy .logo a img {
  width: 337px;
}

@media screen and (max-width: 768px) {
  .l_footer .copy .logo a img {
    width: 300px;
  }
}

.l_footer .copy .outlinks .links {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .l_footer .copy .outlinks .links {
    margin: 20px 0 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l_footer .copy .outlinks .links > a {
  font-size: 14px;
  color: #222;
  text-decoration: underline;
  padding: 0 20px 0 0;
  margin: 0 0 0 17px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l_footer .copy .outlinks .links > a:nth-child(3), .l_footer .copy .outlinks .links > a:nth-child(4) {
    margin: 10px 0 0 17px;
  }
}

.l_footer .copy .outlinks .links > a:before {
  width: 14px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/common/outlink.svg);
  content: '';
  background-size: cover;
}

.l_footer .copy .outlinks .links > a:hover {
  text-decoration: none;
}

.l_footer .copy .outlinks .right {
  margin: 10px 0 0;
  text-align: right;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .l_footer .copy .outlinks .right {
    margin: 0;
    font-size: 10px;
    text-align: center;
  }
}

.pagetop {
  position: fixed;
  width: 60px;
  height: 60px;
  background: #000;
  bottom: 20px;
  right: 20px;
  border-radius: 10px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  z-index: 1;
}

.pagetop:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .pagetop:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .pagetop {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    right: 10px;
    bottom: 60px;
  }
}

.pagetop .wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.pagetop .wrap:before {
  content: '';
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 26px;
  left: 22px;
}

@media screen and (max-width: 768px) {
  .pagetop .wrap:before {
    width: 13px;
    height: 13px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    top: 17px;
    left: 13px;
  }
}
/*# sourceMappingURL=style.css.map */