/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* 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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  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] {
  text-decoration: underline;
  /* 2 */
  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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  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;
  appearance: checkbox;
}

[type=radio] {
  -webkit-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;
  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;
  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;
}

/* ------------ colors ------------ */
/* ------------ setting-color ------------ */
body {
  overflow-x: hidden;
  font-family: source-han-sans-japanese, sans-serif;
  text-align: justify;
  line-height: 1.6;
  color: #1e1e1e;
  font-weight: 500;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

a:hover,
a:active,
a:hover img {
  opacity: 0.8;
}

table,
ul ul,
ol ol {
  font-size: 100%;
}

td ul,
td p,
td dt,
td dd {
  font-size: 100%;
}

select,
input,
textarea,
button {
  font-size: 99%;
}

strong,
em {
  font-weight: inherit;
  font-style: inherit;
}

.en {
  font-family: bodoni-urw, serif;
  line-height: 1;
}

::selection,
::-moz-selection {
  background: #5db2d9;
}

*:focus {
  outline: none;
}

#topcontrol {
  z-index: 1000;
}

#MenuNavi {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  width: 100%;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]),
textarea,
select {
  padding: 0.4em;
  border: 1px solid #ccc;
  border-radius: 4px;
}

select {
  -webkit-appearance: auto;
  appearance: auto;
}

/* ------------

Clear Fix

------------ */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* ------------

header

------------ */
.header {
  width: 100%;
  position: fixed;
  z-index: 8000;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  top: 14px;
}
.header .inner {
  width: 96%;
  margin: 0 auto;
}
.header h1 a {
  display: flex;
  align-items: center;
}
.header .logo_box span {
  padding-left: 2px;
  letter-spacing: 1px;
  font-size: 17px;
  padding-top: 12px;
  display: block;
}
.header .logo_box .h_logo_image {
  display: block;
}
.header .logo_box .h_logo_image_fixed {
  display: none;
}
.header .hlogo {
  width: 180px;
  margin-right: 10px;
}

.header.fixed {
  background: rgba(255, 255, 255, 0.88);
  color: #111;
  padding: 15px 0;
  top: 0;
}
.header.fixed .logo_box .h_logo_image {
  display: none;
}
.header.fixed .logo_box .h_logo_image_fixed {
  display: block;
}
.header.fixed .gnav ul li a {
  color: #111;
}
.header.fixed .btn.cv {
  border: 1px solid #111;
}
.header.fixed .btn.cv a {
  color: #111;
}

@media screen and (min-width: 761px) {
  .header .logo_box {
    display: inline-block;
    width: auto;
    float: left;
  }
  .header .gnav {
    display: inline-block;
    float: right;
    padding-top: 13px;
    padding-right: 3px;
    font-family: source-han-serif-japanese, serif;
  }
  .header .gnav ul {
    display: flex;
  }
  .header .gnav ul li {
    font-size: 14px;
    margin-right: 16px;
  }
  .header .gnav ul li a {
    color: #fff;
  }
  .header .gnav.test li {
    margin-right: 14px;
    letter-spacing: 0.4px;
  }
  .header .btn.cv {
    float: right;
    width: 220px;
    font-size: 14px;
    line-height: 37px;
    border: 1px solid #fff;
    background: none;
  }
  .header .btn.cv span.en {
    background: none;
    font-family: source-han-serif-japanese, serif;
  }
  .header .btn.cv.btn_request {
    width: 140px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 740px) {
  .header {
    width: 85%;
    top: 8px;
  }
  .header .inner {
    padding-left: 3%;
    padding-top: 1%;
    width: 100%;
  }

  .header h1 .hlogo {
    width: 54%;
    height: auto;
    margin-right: 4px;
  }
  .header h1 .title {
    font-size: 2.8vw;
    text-align: left;
  }
  .header h1 .title span {
    display: block;
    margin-top: 1px;
    font-size: 3.3vw;
    padding-left: 3px;
    padding-top: 4px;
  }
  .header h1 .title small {
    display: inline-block;
    font-size: 2.4vw;
  }

  .header.fixed {
    padding: 6px 0 7px;
  }
}
/* ------------------------------------

footer_message

------------------------------------ */
.footer_other_contents {
  background: rgba(255, 255, 255, 0.88);
  padding: 60px 0;
  margin-bottom: 0;
}
.footer_other_contents h2 {
  text-align: center;
  color: #58b2dc;
  letter-spacing: 2px;
}

@media screen and (min-width: 761px) {
  .footer_other_contents {
    margin-top: 60px;
  }
  .footer_other_contents h2 {
    margin-bottom: 30px;
    font-size: 22px;
  }
  .footer_other_contents .inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer_other_contents .inner .c-box01 {
    width: 382px;
  }
}
@media screen and (max-width: 740px) {
  .footer_other_contents {
    padding-top: 14%;
    margin-top: 16%;
  }
  .footer_other_contents h2 {
    margin-bottom: 5%;
    font-size: 6vw;
  }
  .footer_other_contents .inner {
    width: 90%;
    margin: 0 auto;
  }
  .footer_other_contents .inner .c-box01 {
    margin-bottom: 6%;
  }
}
.footer_other_contents .btn {
  display: none;
  width: 380px;
  height: 84px;
  line-height: 84px;
}

.page_top .footer_other_contents,
.page_form .footer_other_contents {
  display: none;
}

.page_emergency .footer_other_contents .-concept,
.page_emergency .footer_other_contents .-plan,
.page_emergency .footer_other_contents .-voice,
.page_flow .footer_other_contents .-concept,
.page_flow .footer_other_contents .-plan,
.page_flow .footer_other_contents .-voice,
.page_area .footer_other_contents .-concept,
.page_area .footer_other_contents .-plan,
.page_area .footer_other_contents .-voice,
.page_recruit .footer_other_contents .-concept,
.page_recruit .footer_other_contents .-plan,
.page_recruit .footer_other_contents .-voice,
.page_company .footer_other_contents .-concept,
.page_company .footer_other_contents .-plan,
.page_company .footer_other_contents .-voice,
.page_index .footer_other_contents .-concept,
.page_index .footer_other_contents .-plan,
.page_index .footer_other_contents .-voice,
.page_policy .footer_other_contents .-concept,
.page_policy .footer_other_contents .-plan,
.page_policy .footer_other_contents .-voice,
.page_news .footer_other_contents .-concept,
.page_news .footer_other_contents .-plan,
.page_news .footer_other_contents .-voice,
.page_faq .footer_other_contents .-concept,
.page_faq .footer_other_contents .-plan,
.page_faq .footer_other_contents .-voice,
.page_404 .footer_other_contents .-concept,
.page_404 .footer_other_contents .-plan,
.page_404 .footer_other_contents .-voice {
  display: block;
}

.page_concept .footer_other_contents .-day,
.page_concept .footer_other_contents .-plan,
.page_concept .footer_other_contents .-voice {
  display: block;
}

.page_day .footer_other_contents .-voice,
.page_day .footer_other_contents .-service,
.page_day .footer_other_contents .-faq {
  display: block;
}

.page_plan .footer_other_contents .-flow,
.page_plan .footer_other_contents .-concept,
.page_plan .footer_other_contents .-voice {
  display: block;
}

.page_voice .footer_other_contents .-plan,
.page_voice .footer_other_contents .-service,
.page_voice .footer_other_contents .-faq {
  display: block;
}

.page_seminar .footer_other_contents .-flow,
.page_seminar .footer_other_contents .-service,
.page_seminar .footer_other_contents .-faq {
  display: block;
}

.page_service .footer_other_contents .-plan,
.page_service .footer_other_contents .-voice,
.page_service .footer_other_contents .-day {
  display: block;
}

/* ------------------------------------

footer_link

------------------------------------ */
.footer_link {
  background: rgba(255, 255, 255, 0.88);
}

@media screen and (min-width: 761px) {
  .footer_link {
    margin: 120px auto 180px;
    padding-bottom: 55px;
  }
  .footer_link .inner {
    width: 960px;
    margin: 0 auto;
    padding: 40px 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
  }
  .footer_link .bnr {
    width: 396px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .footer_link .bnr:nth-child(2n) {
    margin-right: 0;
  }
  .footer_link .btn {
    width: 500px;
    height: 65px;
    line-height: 65px;
  }
}
@media screen and (max-width: 740px) {
  .footer_link {
    padding: 10% 5%;
  }
  .footer_link .bnr {
    margin-bottom: 4%;
  }
  .footer_link .border-bg.btn {
    width: 100%;
    height: 70px;
    line-height: 70px;
  }
}
/* ------------------------------------

footer_message

------------------------------------ */
.footer_message {
  text-align: center;
  padding: 400px 0 40px;
  background-size: contain;
  position: relative;
  overflow: hidden;
  background: url(../images/common/bg.jpg) no-repeat center;
  color: #fff;
  background-size: cover;
}
.footer_message video {
  width: 140%;
  height: auto;
  position: absolute;
  z-index: 1000;
  top: -10px;
  left: 0;
}
.footer_message .inner {
  position: absolute;
  z-index: 3000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.footer_message h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 25px;
  padding-left: 20px;
  font-family: source-han-serif-japanese, serif;
}
.footer_message .box_tel {
  font-family: source-han-serif-japanese, serif;
}
.footer_message .box_tel .tel {
  padding: 0 10px;
}
.footer_message .box_tel span {
  border: 1px solid #fff;
  padding: 4px 10px 8px;
  font-size: 22px;
  line-height: 1;
  margin-right: 10px;
  margin-top: -4px;
  display: inline-block;
  font-family: source-han-sans-japanese, sans-serif;
  vertical-align: middle;
}
.footer_message .text {
  border: 1px solid #fff;
  padding: 4px 20px 8px;
  font-size: 19px;
  margin-top: 35px;
  display: inline-block;
  font-weight: 600;
}

@media screen and (max-width: 1200px) {
  .footer_message video {
    width: auto;
    height: 150%;
  }
}
@media screen and (min-width: 761px) {
  .footer_message .box_tel {
    display: flex;
    justify-content: center;
    font-size: 35px;
  }
}
@media screen and (max-width: 740px) {
  .footer_message {
    padding: 16% 0;
    background-image: url(../images/common/bg_sp.png);
  }
  .footer_message .inner {
    width: 90%;
    margin: 0 auto;
    position: inherit;
    z-index: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
  }
  .footer_message h3 {
    font-size: 5.6vw;
    letter-spacing: -2px;
    padding-left: 0;
  }
  .footer_message .text {
    font-size: 4.6vw;
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer_message .tel {
    font-size: 8vw;
  }
  .footer_message .box_tel span {
    font-size: 4.2vw;
  }
}
/* ------------------------------------

footer

------------------------------------ */
/*  footer_sns  */
.footer_sns {
  margin: 18px auto;
}
.footer_sns ul {
  display: flex;
  justify-content: center;
}
.footer_sns ul li {
  height: 42px;
  padding: 0 10px;
}
.footer_sns ul li img {
  width: auto;
  height: 100%;
}
.footer_sns ul li a {
  height: 100%;
}

@media screen and (max-width: 740px) {
  .footer_sns {
    margin: 4% auto 0;
  }
  .footer_sns ul {
    flex-wrap: wrap;
  }
  .footer_sns ul li {
    margin-bottom: 3.6%;
    height: 40px;
  }
}
/*  footer  */
.footer {
  padding-top: 74px;
  padding-bottom: 15px;
  background: #1e1e1e;
  color: #fff;
}

.footer .section_info {
  text-align: center;
}
.footer .section_info .logo {
  width: 186px;
  margin: 0 auto 12px;
}
.footer .section_info .txt {
  font-size: 18px;
}
.footer .section_info .txt small {
  display: block;
  font-size: 12px;
}
.footer .section_info .unit_info {
  margin: 25px auto 35px;
  padding: 10px 0;
  line-height: 1.5;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.footer .section_info .unit_info .box {
  margin: 0 20px;
}
.footer .section_info .unit_info .title {
  margin-bottom: 8px;
  font-size: 17px;
}
.footer .section_info .unit_info .text {
  font-size: 13px;
  margin-right: 30px;
  min-width: 450px;
  text-align: left;
}
.footer .section_info .unit_info .map {
  font-size: 11px;
  padding: 0 14px 2px 6px;
  background: #e5e5e5;
  color: #1e1e1e;
}
.footer .section_info .unit_info .map::after {
  margin-top: -1px;
  border: 2px solid transparent;
  right: 2px;
  border-left: 4px solid #9e9e9e;
}
.footer .section_info .unit_info .tel {
  margin-left: 30px;
  font-size: 20px;
  letter-spacing: 1px;
}
.footer .section_info .unit_info .tel span {
  font-size: 13px;
  padding-right: 6px;
}
.footer .section_info .unit_info .time {
  font-size: 12px;
}
.footer .section_info .unit_info .box01.box {
  border-bottom: 1px solid #646464;
  padding-bottom: 6px;
  margin-bottom: 4px;
}

.footer .sitemap_link {
  margin: 0 auto 80px;
  text-align: center;
}
.footer .sitemap_link ul {
  display: inline-block;
  padding-right: 30px;
  vertical-align: top;
}
.footer .sitemap_link ul li {
  margin-bottom: 6px;
  text-align: left;
  font-size: 12px;
}
.footer .sitemap_link ul li a {
  text-align: left;
}
.footer .sitemap_link ul li.sub {
  font-size: 11px;
  margin-bottom: 5px;
}
.footer .sitemap_link ul li.sub a::before {
  content: "-";
}

.footer .copy {
  font-size: 10px;
  font-weight: 400;
  text-align: center;
}

.page_form_index .footer {
  background: none;
  color: #1e1e1e;
}
.page_form_index .fix_cv_btn {
  display: none;
}
.page_form_index .toggle {
  display: none;
}
.page_form_index header .btn.cv {
  display: none;
}

@media screen and (min-width: 761px) {
  .footer .section_info .unit_info {
    width: 1200px;
  }
  .footer .section_info .unit_info .box {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 740px) {
  .footer {
    padding-top: 16%;
    padding-bottom: 30%;
  }

  .footer .section_info .logo {
    width: 46%;
  }
  .footer .section_info .unit_info {
    width: 90%;
    padding-bottom: 5%;
    padding-top: 4%;
  }
  .footer .section_info .unit_info .box {
    width: auto;
    margin: 0 auto;
  }
  .footer .section_info .unit_info .box01.box {
    padding-bottom: 6%;
    margin-bottom: 6%;
  }
  .footer .section_info .unit_info .tel {
    font-size: 5.4vw;
    margin-top: 1.5%;
    margin-left: 0;
  }
  .footer .section_info .unit_info .text {
    font-size: 3.74vw;
    min-width: inherit;
    margin-right: 0;
    text-align: center;
  }

  .footer .copy {
    font-size: 3vw;
  }

  .page_form_index .footer {
    padding-bottom: 4%;
  }
}
/* ------------------------------------

sbtn (PC)

------------------------------------ */
.sbtn {
  width: 113px;
  position: fixed;
  left: 45px;
  bottom: 95px;
}
.sbtn li {
  width: 100%;
  margin-bottom: 16px;
}
.sbtn li:last-child {
  margin-bottom: 0;
}

/* ------------------------------------

control : footer menu (SP)

------------------------------------ */
.control {
  position: fixed;
  z-index: 8000;
  display: flex;
  width: 100%;
  left: 0;
  bottom: 10%;
  transform: translateY(100%);
  transition: 0.3s;
}
.control.active {
  transform: translateY(0);
}
.control .fix_cv {
  display: flex;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 12% 4%;
}
.control .fix_cv li {
  width: 28%;
  margin-top: -8%;
  box-sizing: border-box;
}
.control .fix_cv a {
  display: block;
}

/*!
 * jquery-drawer - A small CSS3 and jQuery plugin for app style drawer menu.
 * @version v2.4.0
 * @link    http://git.blivesta.com/drawer
 * @author  blivesta
 * @license MIT
 */
body.drawer-navbar.drawer-fixed {
  padding-top: 0;
}

.drawer-main {
  position: fixed;
  z-index: 999999;
  bottom: 0;
  overflow: hidden;
  height: 100%;
}

.drawer-left .drawer-main {
  left: -280px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(-280px, 0px, 0px);
  transform: translate3d(-280px, 0px, 0px);
}

.drawer-left.drawer-open .drawer-main {
  left: 0;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.drawer-right .drawer-main {
  right: -280px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(280px, 0px, 0px);
  transform: translate3d(280px, 0px, 0px);
}

.drawer-right.drawer-open .drawer-main {
  right: 0;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/* .drawer-top .drawer-main {
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, -100%, 0px);
  transform: translate3d(0, -100%, 0px);
} */
/* .drawer-top.drawer-open .drawer-main {
  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0px);
} */
.drawer-top .drawer-main {
  width: 100%;
  height: auto;
  max-height: 100%;
  right: -280px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, -100%, 0px);
  transform: translate3d(0, -100%, 0px);
}

.drawer-top.drawer-open .drawer-main {
  right: 0;
  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0px);
}

.drawer-overlay {
  position: relative;
}

.drawer-left .drawer-hamburger {
  left: 0;
  -webkit-transform: translateX(0px) translateY(0px);
  -ms-transform: translateX(0px) translateY(0px);
  -o-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
}

.drawer-left.drawer-open .drawer-hamburger {
  -webkit-transform: translateX(280px) translateY(0px);
  -ms-transform: translateX(280px) translateY(0px);
  -o-transform: translateX(280px) translateY(0px);
  transform: translateX(280px) translateY(0px);
}

.drawer-right .drawer-hamburger {
  right: 0;
  -webkit-transform: translateX(0px) translateY(0px);
  -ms-transform: translateX(0px) translateY(0px);
  -o-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
}

.drawer-right.drawer-open .drawer-hamburger {
  -webkit-transform: translateX(-280px) translateY(0px);
  -ms-transform: translateX(-280px) translateY(0px);
  -o-transform: translateX(-280px) translateY(0px);
  transform: translateX(-280px) translateY(0px);
}

.drawer-top .drawer-hamburger {
  right: 0;
}

.drawer-top.drawer-open .drawer-hamburger {
  z-index: 99999999;
  right: 0;
}

.drawer-overlay-upper {
  position: fixed;
  z-index: 5200;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: none;
  background-color: white;
}

.drawer-open .drawer-overlay-upper {
  display: block !important;
}

.drawer-hamburger {
  border: 0;
  position: fixed;
  display: block;
  bottom: 0;
  padding: 10px 16px;
  width: 50px;
  height: 49px;
  background: #f69125;
  border: none;
  /* border-radius:50%; */
  z-index: 99999999;
  outline: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.drawer-open .drawer-hamburger {
  background: #FFF;
}

.drawer-hamburger.on, .naka .drawer-hamburger {
  bottom: 0;
  z-index: 999999;
}

.drawer-header .txt {
  color: #fff;
  font-size: 0.8rem;
}

.drawer-open .drawer-header .txt {
  display: none;
}

.drawer-hamburger:hover {
  cursor: pointer;
}

.drawer-hamburger .txt {
  color: #fff;
  font-size: 0.7em;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  text-align: center;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 2px;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
  height: 2px;
  width: 100%;
  background-color: #FFF;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer-open .drawer-hamburger-icon, .drawer-open .drawer-hamburger-icon:before, .drawer-open .drawer-hamburger-icon:after {
  background-color: #f69125;
}

.drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
  position: absolute;
  content: " ";
  top: -10px;
  left: 0;
}

.drawer-hamburger-icon:after {
  top: -5px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before, .drawer-open .drawer-hamburger-icon:after {
  top: -2px;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.drawer-default {
  -webkit-box-shadow: inset 0 0px 0px #303030;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0px 0px #303030;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.5);
}

.drawer-default + .drawer-overlay {
  background-color: #fff;
}

.drawer-default li, .drawer-default a, .drawer-default .drawer-brand {
  position: relative;
  display: block;
}

.drawer-open .drawer-default li {
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #e2e2e2;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX();
  -webkit-animation: menu_anime 0.5s ease 0.25s 1 forwards;
  animation: menu_anime 0.5s ease 0.25s 1 forwards;
}

.drawer-open .drawer-default li.logo {
  width: 46%;
  margin: 10% auto;
  border-top: none;
}

.drawer-open .drawer-default li.last {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 10%;
}

.drawer-open .drawer-default li.other_link {
  width: 42%;
  display: inline-block;
  border-top: none;
}

.drawer-open .drawer-default li.other_link a {
  text-align: center;
  font-size: 11px;
  font-weight: 300;
}

.drawer-open .drawer-default li.other_link a.blank p {
  padding-right: 16px;
  background: url(../img/cmn/icon_blank.png) right 2px no-repeat;
  background-size: 10px auto;
  display: inline;
}

.drawer-open .drawer-default li .sub_list {
  height: auto;
}

.drawer-open .drawer-default li .sub_list li {
  width: 100%;
}

.drawer-open .drawer-default li .sub_list li a::before {
  content: "- ";
}

.drawer-open .drawer-default li .sub_list li a p {
  display: inline;
}

.drawer-open .drawer-default li.btn_cv,
.drawer-open .drawer-default li.btn_tel {
  border: none;
  margin-bottom: 5%;
}

.drawer-open .drawer-default li.btn_cv a {
  background: #b2ce75;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  padding: 8% 0;
}

.drawer-open .drawer-default li.btn_tel a {
  background: #f5e3e0;
  color: #393939;
  text-align: center;
  line-height: 1;
  padding: 7% 0;
}

.drawer-open .drawer-default li.btn_tel a span {
  font-size: 20px;
  margin-bottom: 5px;
}

@-webkit-keyframes menu_anime {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes menu_anime {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.drawer-default a {
  text-decoration: none;
  color: #171717;
  font-size: 13px;
  text-align: center;
  padding: 5% 5%;
  font-weight: 600;
  line-height: 1;
}

.drawer-default .logo {
  width: 100%;
  margin-bottom: 5%;
  background: #FFF;
}

.drawer-default .logo a img {
  width: 100%;
}

.drawer-default a .inner {
  margin: 0 auto;
  position: relative;
}

.drawer-default a span {
  display: inline-block;
}

@media screen and (max-width: 740px) {
  .drawer-default ul {
    height: 800px;
    text-align: center;
  }
}
.drawer-default a:hover, .drawer-default a:focus {
  background: rgba(218, 164, 163, 0.3);
}

.drawer-default .drawer-brand a {
  padding: 20px 15px;
  color: #FFF;
  font-size: 22px;
}

.drawer-default .drawer-brand a:hover {
  opacity: 1;
}

.drawer-default .drawer-brand > img {
  display: block;
}

.drawer-default .drawer-footer {
  position: relative;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  background-color: transparent;
}

.drawer-default .drawer-footer span:before, .drawer-default .drawer-footer span:after {
  content: " ";
  display: block;
}

.drawer-default > ul {
  width: 100%;
  height: 1000px;
  margin: 0 auto 54px;
  padding: 0;
  list-style: none;
}

.drawer-default .drawer-menu-item {
  padding: 15px 15px 0;
  font-size: 18px;
  color: #555;
}

.drawer-default .drawer-menu-item.disabled a {
  color: #333;
}

.drawer-default .drawer-menu-item.disabled a:hover, .drawer-default .drawer-menu-item.disabled a:focus {
  cursor: not-allowed;
  color: #333;
  background-color: transparent;
}

.drawer-default .drawer-menu-item a {
  /* color: #888; */
  color: #111;
}

.drawer-default .drawer-menu-item a:hover, .drawer-default .drawer-menu-item a:focus {
  color: #fff;
  background-color: transparent;
}

.drawer-default .drawer-menu-item a img {
  max-width: none;
}

.drawer-default .drawer-submenu {
  margin-bottom: 20px;
}

.drawer-default .drawer-submenu:last-child {
  margin-bottom: 0;
}

.drawer-default .drawer-submenu-item {
  padding: 0;
}

.drawer-default .drawer-submenu-item a {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}

.drawer-default .drawer-submenu-item a:hover, .drawer-default .drawer-submenu-item a:focus {
  color: #fff;
}

.drawer-default .dropdown-menu {
  position: absolute;
  display: none;
  z-index: 5000;
  background-color: #222;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.drawer-default .dropdown-menu > li > a {
  padding: 0 !important;
}

.drawer-default .dropdown.open > .dropdown-menu {
  position: static;
  display: block;
  float: none;
  width: auto;
}

@media (max-width: 767px) {
  .drawer-default a:hover, .drawer-default a:focus {
    color: #888 !important;
    text-decoration: none;
  }
}
.drawer-navbar-default {
  background-color: #222;
  -webkit-box-shadow: inset 0 0px 0px #000000;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0px 0px #000000;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.5);
}

.drawer-navbar-default + .drawer-overlay {
  background-color: #fff;
}

.drawer-navbar-default li, .drawer-navbar-default a, .drawer-navbar-default .drawer-brand {
  position: relative;
  display: block;
}

.drawer-navbar-default a {
  text-decoration: none;
  outline: 0;
}

.drawer-navbar-default a:hover, .drawer-navbar-default a:focus {
  text-decoration: none;
}

.drawer-navbar-default .drawer-brand a {
  padding: 20px 15px;
  color: #fff;
  font-size: 22px;
}

.drawer-navbar-default .drawer-brand a:hover, .drawer-navbar-default .drawer-brand a:focus {
  color: #555;
}

.drawer-navbar-default .drawer-brand > img {
  display: block;
}

.drawer-navbar-default .drawer-footer {
  position: relative;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  background-color: transparent;
}

.drawer-navbar-default .drawer-footer span:before, .drawer-navbar-default .drawer-footer span:after {
  content: " ";
  display: block;
}

.drawer-navbar-default ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-navbar-default .drawer-menu.drawer-navbar-right {
  float: none;
}

.drawer-navbar-default .drawer-menu-item {
  padding: 15px 15px 0;
  font-size: 18px;
  color: #555;
}

.drawer-navbar-default .drawer-menu-item.disabled a {
  color: #333;
}

.drawer-navbar-default .drawer-menu-item.disabled a:hover, .drawer-navbar-default .drawer-menu-item.disabled a:focus {
  color: #333;
  background-color: transparent;
  cursor: not-allowed;
}

.drawer-navbar-default .drawer-menu-item a {
  color: #888;
}

.drawer-navbar-default .drawer-menu-item a:hover, .drawer-navbar-default .drawer-menu-item a:focus {
  color: #fff;
  background-color: transparent;
}

.drawer-navbar-default .drawer-menu-item a img {
  max-width: none;
}

.drawer-navbar-default .drawer-submenu {
  margin-bottom: 20px;
}

.drawer-navbar-default .drawer-submenu:last-child {
  margin-bottom: 0;
}

.drawer-navbar-default .drawer-submenu-item {
  padding: 0;
}

.drawer-navbar-default .drawer-submenu-item a {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}

.drawer-navbar-default .drawer-submenu-item a:hover, .drawer-navbar-default .drawer-submenu-item a:focus {
  color: #fff;
}

.drawer-navbar-default .dropdown-menu {
  position: absolute;
  display: none;
  z-index: 5000;
  top: 100%;
  left: 0;
  background-color: #222;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.drawer-navbar-default .dropdown-menu > li > a {
  padding: 0 !important;
}

.drawer-navbar-default .dropdown.open > .dropdown-menu {
  display: block;
}

@media (max-width: 767px) {
  .drawer-navbar-default .container {
    padding-left: 0;
    padding-right: 0;
  }

  .drawer-navbar-default .drawer-menu-item a:hover, .drawer-navbar-default .drawer-menu-item a:focus {
    color: #888;
    text-decoration: none;
  }

  .drawer-navbar-default .drawer-submenu {
    margin-bottom: 20px;
  }

  .drawer-navbar-default .drawer-submenu:last-child {
    margin-bottom: 0;
  }

  .drawer-navbar-default .drawer-submenu-item a:hover, .drawer-navbar-default .drawer-submenu-item a:focus {
    color: #ddd;
  }

  .drawer-navbar-default .dropdown.open > .dropdown-menu {
    position: static;
    float: none;
    width: auto;
  }
}
.drawer-dropdown .caret, .drawer-dropdown-hover .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  -webkit-transition: -webkit-transform 0.2s ease, opacity 0.2s ease;
  -o-transition: -o-transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.drawer-dropdown.open .caret, .drawer-dropdown-hover.open .caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@media (min-width: 767px) {
  .drawer-responsive.drawer-left .drawer-toggle, .drawer-responsive.drawer-right .drawer-toggle, .drawer-navbar.drawer-left .drawer-toggle, .drawer-navbar.drawer-right .drawer-toggle, .drawer-navbar.drawer-top .drawer-toggle {
    display: none;
    visibility: hidden;
  }

  .drawer-responsive.drawer-left .drawer-main {
    left: 0;
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .drawer-responsive.drawer-right .drawer-main {
    right: 0;
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media (min-width: 768px) {
  body.drawer-navbar.drawer-fixed {
    padding-top: 50px;
  }

  .drawer-responsive {
    background-color: #222;
  }

  .drawer-responsive .drawer-overlay {
    background-color: #fff;
  }

  .drawer-responsive .container {
    max-width: 618px;
  }

  .drawer-responsive.drawer-left .drawer-main, .drawer-responsive.drawer-right .drawer-main {
    position: absolute;
    width: 150px !important;
    height: auto !important;
    overflow: visible !important;
  }

  .drawer-responsive.drawer-left .drawer-main {
    float: left;
  }

  .drawer-responsive.drawer-left .drawer-overlay {
    margin-left: 150px;
  }

  .drawer-responsive.drawer-right .drawer-main {
    float: right;
  }

  .drawer-responsive.drawer-right .drawer-overlay {
    margin-right: 150px;
  }

  .drawer-navbar.drawer-left .drawer-main, .drawer-navbar.drawer-right .drawer-main, .drawer-navbar.drawer-top .drawer-main {
    position: relative;
  }

  .drawer-navbar.drawer-static.drawer-left .drawer-main, .drawer-navbar.drawer-static.drawer-right .drawer-main, .drawer-navbar.drawer-static.drawer-top .drawer-main {
    z-index: 5000;
  }

  .drawer-navbar.drawer-fixed.drawer-left .drawer-main, .drawer-navbar.drawer-fixed.drawer-right .drawer-main, .drawer-navbar.drawer-fixed.drawer-top .drawer-main {
    position: fixed;
    z-index: 9999999999;
  }

  .drawer-navbar.drawer-left .drawer-main, .drawer-navbar.drawer-right .drawer-main, .drawer-navbar.drawer-top .drawer-main {
    display: block;
    top: 0;
    left: 0;
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .drawer-navbar-default {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }

  .drawer-navbar-default li, .drawer-navbar-default a, .drawer-navbar-default .drawer-brand {
    float: left;
  }

  .drawer-navbar-default a {
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }

  .drawer-navbar-default .drawer-brand a {
    padding: 0 15px;
    color: #555;
    font-size: 90%;
  }

  .drawer-navbar-default .drawer-brand a:hover, .drawer-navbar-default .drawer-brand a:focus {
    color: #333;
    background-color: #eee;
  }

  .drawer-navbar-default .drawer-footer {
    display: none;
  }

  .drawer-navbar-default .drawer-menu.drawer-navbar-right {
    float: right;
  }

  .drawer-navbar-default .drawer-menu.drawer-navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .drawer-navbar-default .drawer-menu-item {
    padding: 0;
    font-size: 14px;
  }

  .drawer-navbar-default .drawer-menu-item a:hover, .drawer-navbar-default .drawer-menu-item a:focus {
    color: #888;
    background-color: #eee;
  }

  .drawer-navbar-default .dropdown-menu {
    -webkit-box-shadow: 0 6px 12px #000000;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px #000000;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }

  .drawer-navbar-default .dropdown-menu > li {
    float: none;
    /* for IE7+ */
  }

  .drawer-navbar-default .dropdown-menu > li > a {
    width: 160px;
    padding: 0 15px !important;
    /* conflict by cooker */
    color: #fff;
    background-color: #444;
    border-bottom: 1px solid #555;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }

  .drawer-navbar-default .dropdown-menu > li > a:hover, .drawer-navbar-default .dropdown-menu > li > a:focus {
    color: #999;
    background-color: #333;
  }
}
@media (min-width: 1200px) {
  .drawer-responsive .container {
    max-width: 768px;
  }

  .drawer-responsive.drawer-left .drawer-main, .drawer-responsive.drawer-right .drawer-main {
    width: 280px !important;
  }

  .drawer-responsive.drawer-left .drawer-overlay {
    margin-left: 280px;
  }

  .drawer-responsive.drawer-right .drawer-overlay {
    margin-right: 280px;
  }
}
@media screen and (max-width: 740px) {
  .drawer-open .drawer-default li.logo {
    width: 35%;
    margin: 0 auto;
    border-top: none;
  }
}
/* ------------------------------------

menu : toggle (SP)

------------------------------------ */
.toggle {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: 0;
  right: 0;
  width: 15vw;
  height: 15vw;
  background: #1e1e1e;
  z-index: 9999;
}
.toggle:hover {
  cursor: pointer;
}
.toggle div {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 8vw;
  height: 6vw;
  margin: 0;
}
.toggle span {
  width: 100%;
  height: 3px;
  background: #fff;
  transition: 0.3s;
}
.toggle p {
  display: none;
}
.toggle.active div {
  justify-content: center;
}
.toggle.active span:nth-child(1) {
  transform: translateY(1px) rotate(-45deg);
}
.toggle.active span:nth-child(2) {
  display: none;
}
.toggle.active span:nth-child(3) {
  transform: translateY(-1px) rotate(45deg);
}

/* ------------------------------------

menu : navigation (SP)

------------------------------------ */
.navigation {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 3vw 3vw 10vw 2.6vw;
  overflow: scroll;
  z-index: 9000;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
}
.navigation.active {
  opacity: 1;
  visibility: visible;
}
.navigation .logo {
  margin: 0 0 10vw;
  width: 90%;
}
.navigation .logo a {
  display: flex;
  align-items: center;
  font-size: 3.74vw;
  color: #1e1e1e;
}
.navigation .logo .hlogo {
  width: 53.5%;
  height: auto;
  margin-right: 6px;
}
.navigation .logo span.en {
  display: block;
  padding-top: 6px;
  font-size: 3.3vw;
  letter-spacing: 1px;
  font-weight: 600;
}
.navigation .menu {
  margin: 8vw 0 6vw;
}
.navigation .menu .unit_btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 9%;
}
.navigation .menu .unit_btn div {
  width: 49%;
}
.navigation .menu .unit_btn div:first-child {
  width: 100%;
  margin-bottom: 3%;
}
.navigation .menu p {
  font-size: 3.4vw;
  text-align: center;
  color: #9e9e9e;
  margin: 0 0 2vw;
}
.navigation .menu > ul {
  border-top: 1px solid #9e9e9e;
}
.navigation .menu > ul > li {
  border-bottom: 1px solid #9e9e9e;
}
.navigation .menu > ul > li > a {
  display: block;
  font-size: 4.2vw;
  padding: 4vw;
  color: #1e1e1e;
}
.navigation .menu > ul > li > a.accordion {
  position: relative;
}
.navigation .menu > ul > li > a.accordion:before {
  content: "";
  position: absolute;
  top: 0;
  right: 2vw;
  bottom: 0;
  width: 2.6vw;
  height: 2.6vw;
  margin: auto;
  border-right: 0.6vw solid #9e9e9e;
  border-bottom: 0.6vw solid #9e9e9e;
  transform: rotate(45deg);
  transition: 0.3s;
  box-sizing: border-box;
}
.navigation .menu > ul > li > a.accordion.active:before {
  transform: rotate(225deg);
}
.navigation .menu > ul > li ul {
  display: none;
  padding: 0 0 6vw;
}
.navigation .menu > ul > li ul li {
  margin: 0 0 1vw;
}
.navigation .menu > ul > li ul li:last-child {
  margin: 0;
}
.navigation .menu > ul > li ul li a {
  position: relative;
  display: block;
  color: #fff;
  background: #5db2d9;
  padding: 2vw 4vw;
}
.navigation .menu > ul > li ul li a span {
  position: relative;
  display: block;
  font-size: 3.9vw;
  padding: 0 0 0 3.9vw;
}
.navigation .menu > ul > li ul li a span:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.navigation .menu > ul > li.unit_sns {
  text-align: center;
  width: 90%;
  margin: 20px auto 0;
  border-bottom: none;
}
.navigation .menu > ul > li.unit_sns ul {
  display: block;
}
.navigation .menu > ul > li.unit_sns ul li {
  height: 44px;
  padding: 0 8px;
  display: inline-block;
  vertical-align: top;
}
.navigation .menu > ul > li.unit_sns ul li img {
  width: auto;
  height: 100%;
  display: inline-block;
}
.navigation .menu > ul > li.unit_sns ul a {
  padding: 0;
  background: none;
  height: 100%;
}
.navigation .menu > ul > li.unit_sns ul .en {
  font-size: 5vw;
  color: #58b2dc;
  letter-spacing: 1.4px;
  padding-top: 8px;
  display: block;
  height: auto;
  margin-bottom: 12px;
}
.navigation .btn.cv {
  margin: 0 auto 3vw;
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 16px;
}
.navigation .btn.cv a {
  display: block;
  height: 100%;
}
.navigation .btn.cv span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.navigation .btn.cv em {
  display: block;
  width: 90%;
  margin: 0 auto;
  line-height: 1.4;
}
.navigation .btn.cv::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 4px solid transparent;
  right: 10px;
  border-left: 5px solid #9e9e9e;
  transition-duration: 200ms;
}
.navigation .btn02.-contact a {
  background: #7eb927;
  color: #fff;
  border: none;
}
.navigation .btn02.-contact::after {
  border-left: 5px solid #fff;
}

/* ------------------------------------

btn

------------------------------------ */
/*  btn  */
.btn {
  width: 198px;
  height: 39px;
  line-height: 38px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  background: #545454;
  font-family: source-han-serif-japanese, serif;
}
.btn a {
  display: block;
  color: #fff;
  background: #545454;
}
.btn::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -2px;
  border: 4px solid transparent;
  right: 10px;
  border-left: 5px solid #9e9e9e;
  transition-duration: 200ms;
}

/*  cv.btn  */
.cv.btn a {
  background: none;
  font-family: source-han-serif-japanese, serif;
}
.cv.btn::after {
  display: none;
}

/*  border.btn  */
.border.btn {
  position: relative;
  background: none;
  font-size: 18px;
}
.border.btn a {
  border: 1px solid #7a7a7a;
  background: none;
  color: #1e1e1e;
}

@media screen and (max-width: 740px) {
  .border.btn {
    width: auto;
    margin-bottom: 4%;
    font-size: 4.2vw;
    height: 64px;
    line-height: 64px;
  }
}
/*  border-bg.btn  */
.border-bg.btn {
  background: #fff;
}
.border-bg.btn a {
  background: #fff;
}

/*  btn02.btn  */
.btn02 {
  height: 60px;
  line-height: 60px;
}
.btn02 a {
  border-radius: 40px;
}

@media print, screen and (min-width: 741px) {
  .btn02 {
    width: 460px;
  }
}
/*  back.btn  */
.back.btn {
  margin-top: 40px;
}

/* ------------------------------------

icon

------------------------------------ */
/*  new-icon  */
/*  icon_box  */
.icon_box .icon {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  text-align: center;
  padding: 1px 6px;
}

@media screen and (max-width: 740px) {
  .icon_box .icon {
    padding: 0 8px 1px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .icon_box .icon {
    padding: 0 8px 4px;
  }
}
.icon_box:empty {
  margin-bottom: 0;
}

/* ------------------------------------

new icon

------------------------------------ */
.new {
  position: relative;
}

.new:after {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 53px;
  position: absolute;
  z-index: 1000;
  top: 10px;
  left: 10px;
  display: block;
  width: 54px;
  height: 54px;
  content: "NEW";
  text-align: center;
  letter-spacing: 0px;
  color: #fff;
  border-radius: 50%;
  background: #1e1e1e;
}

@media screen and (max-width: 740px) {
  .new:after {
    font-size: 10px;
    top: 5px;
    left: 5px;
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
}
.page_top .new:after {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 10px;
  left: -10px;
  top: -5px;
}

/* ------------------------------------

title

------------------------------------ */
.yakuhan {
  font-family: "YakuHanJP", source-han-sans-japanese, sans-serif;
}

/* title_box */
.title_box {
  text-align: center;
}
.title_box h3,
.title_box h2 {
  position: relative;
  font-size: 33px;
  line-height: 1.3;
  font-family: source-han-serif-japanese, serif;
}
.title_box .en {
  line-height: 1.3;
  margin-bottom: 17px;
  font-size: 15px;
  margin-top: 9px;
  letter-spacing: 1px;
  color: #7f7f7f;
}
.title_box .title {
  font-size: 24px;
}
.title_box .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 20px;
}

@media screen and (max-width: 740px) {
  .title_box h3,
.title_box h2 {
    font-size: 7.2vw;
    margin-bottom: 2%;
    letter-spacing: 1px;
    padding: 0 4px;
  }
  .title_box .title {
    font-size: 10.14vw;
    margin-bottom: 7%;
    line-height: 1.25;
  }
  .title_box .en {
    font-size: 4vw;
  }
  .title_box .text {
    font-size: 3.74vw;
  }
}
.title_box02 {
  text-align: center;
}
.title_box02 .title {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  color: #9e9e9e;
}
.title_box02 .en {
  font-family: bodoni-urw, serif;
  font-weight: 700;
  line-height: 1.3;
  color: #58b2dc;
  letter-spacing: 2px;
  font-size: 12px;
  margin-top: 5px;
}

@media screen and (max-width: 740px) {
  .title_box02 .title {
    font-size: 6.4vw;
  }
  .title_box02 .en {
    font-size: 3.6vw;
  }
}
/* article_h2 */
.page_naka .article_h2 {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  justify-content: center;
}
.page_naka .article_h2 h2 {
  width: auto;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  font-family: source-han-serif-japanese, serif;
}
.page_naka .article_h2 .title {
  width: auto;
  font-family: bodoni-urw, serif;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 17px;
  color: #fff;
  letter-spacing: 3px;
  font-size: 80px;
  margin-top: 0;
  text-transform: uppercase;
}

@media screen and (max-width: 740px) {
  .page_naka .article_h2 {
    padding-top: 30%;
    padding-bottom: 8%;
  }
  .page_naka .article_h2 .title {
    font-size: 12vw;
    margin-bottom: 4%;
  }

  .page_news .article_h2 .title {
    font-size: 10vw;
  }
}
/* title_main */
.title_main {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}

/* catch_en */
.catch_en {
  font-size: 56px;
  letter-spacing: 10px;
}

@media screen and (max-width: 740px) {
  .catch_en {
    font-size: 12vw;
    letter-spacing: 8px;
  }
}
/* catch_jp */
.catch_jp {
  font-size: 25px;
  font-weight: 700;
}

@media screen and (max-width: 740px) {
  .catch_jp {
    font-size: 6vw;
  }
}
/* catch_border */
.catch_border {
  display: inline-block;
  border-bottom: 3px solid #1e1e1e;
  padding-bottom: 25px;
}

@media screen and (max-width: 740px) {
  .catch_border {
    display: block;
    padding-bottom: 4.2%;
  }
}
/* title_h3 */
.title_h3 {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: #58b2dc;
  margin-bottom: 26px;
}

@media screen and (max-width: 740px) {
  .title_h3 {
    font-size: 6.4vw;
    margin-bottom: 4%;
  }
}
/* cmn_tit */
h3.cmn_tit {
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #58b2dc;
}
@media screen and (max-width: 740px) {
  h3.cmn_tit {
    font-size: 9vw;
    line-height: 1.3;
  }
}

h4.cmn_tit {
  line-height: 1.5;
  font-size: 33px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 740px) {
  h4.cmn_tit {
    font-size: 7vw;
  }
}

/* title_border */
.title_border {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #b2ce75;
  border-top: 1px solid #b2ce75;
  margin-bottom: 60px;
}

@media screen and (max-width: 740px) {
  .title_border {
    font-size: 5.4vw;
    margin-bottom: 8%;
  }
}
/* cmn_tit */
.h4_title {
  color: #58b2dc;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 740px) {
  .h4_title {
    font-size: 4.6vw;
  }
}
/* ------------------------------------

page_index c-section01

------------------------------------ */
.c-section01 .box {
  margin: 0 auto;
}
.c-section01 .box_info {
  border: 2px solid #b2ce75;
  background: #fff;
  position: absolute;
  z-index: 1000;
}
.c-section01 .box_info .text {
  font-weight: 400;
}

@media screen and (min-width: 761px) {
  .c-section01 .box {
    width: 1200px;
    position: relative;
  }
  .c-section01 .box_info {
    display: inline-block;
    padding: 65px 80px 70px;
    top: 93px;
    left: 0;
    width: 640px;
  }
  .c-section01 .ph {
    background: url(../images/top/thoughts.jpg) no-repeat;
    height: 0;
    padding-bottom: 35%;
    width: 52%;
    min-width: 828px;
    min-height: 563px;
    background-size: cover;
    margin: 0 0 0 auto;
  }
  .c-section01 .btn {
    margin-left: 0;
    margin-top: 26px;
  }
}
@media screen and (max-width: 740px) {
  .c-section01 .inner {
    position: relative;
  }
  .c-section01 .box {
    width: 90%;
  }
  .c-section01 .box_info {
    padding: 6%;
    top: 88%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }
  .c-section01 .title_box {
    text-align: left;
  }
  .c-section01 .title_box h3 {
    font-size: 7.2vw;
    letter-spacing: 0;
  }
  .c-section01 .btn {
    margin-top: 6%;
  }
}
.c-section02 .box_info .text {
  font-weight: 400;
}
.c-section02 .btn {
  margin-left: 0;
  margin-top: 26px;
}

@media screen and (min-width: 761px) {
  .c-section02 .box_info {
    width: 507px;
  }
  .c-section02 .ph {
    width: 640px;
  }
}
@media screen and (max-width: 740px) {
  .c-section02 {
    width: auto;
    margin: 0 auto;
  }
  .c-section02 .title_box {
    text-align: center;
  }
  .c-section02 .title_box h3 {
    font-size: 7.2vw;
    letter-spacing: 0;
  }
  .c-section02 .ph {
    margin-bottom: 7%;
  }
  .c-section02 .btn {
    margin-top: 6%;
    margin-left: auto;
  }
}
/* ------------------------------------

page_index c-box01

------------------------------------ */
.c-box01 {
  text-align: center;
  border: 1px solid #9e9e9e;
}
.c-box01 a {
  position: relative;
  display: block;
}
.c-box01 a::after {
  content: "";
  position: absolute;
  border-color: transparent transparent transparent #b2ce75;
  bottom: -24px;
  right: -16px;
  z-index: 1000;
  transform: inherit;
  border-width: 5.2px 0 5.2px 7.6px;
}
.c-box01 .ph {
  margin-bottom: 20px;
}
.c-box01 .title_box h3 {
  font-size: 25px;
}
.c-box01 .title_box .en {
  font-size: 14px;
  margin-top: 8px;
}
.c-box01 .btn.dark:hover {
  line-height: 34px;
}
.c-box01 .btn.dark:hover::before {
  border-color: transparent transparent transparent #fff;
  right: 12px;
}

@media screen and (min-width: 761px) {
  .c-box01 {
    width: 585px;
    padding: 30px 30px 20px;
  }
}
@media screen and (max-width: 740px) {
  .c-box01 {
    padding: 4%;
  }
  .c-box01 a::after {
    bottom: -20px;
    right: -6px;
    border-width: 4.2px 0 4.2px 7.6px;
  }
  .c-box01 .title_box h3 {
    font-size: 5.4vw;
    margin-bottom: 4px;
  }
  .c-box01 .title_box .en {
    margin-top: 0;
    line-height: 1;
  }
}
/* ------------------------------------

c-box01 border

------------------------------------ */
.c-box01.border {
  padding: 20px 20px 20px;
  border: 2px solid #b2ce75;
}

/* ------------------------------------

c-box02

------------------------------------ */
.c-unit02 .box .title {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #58b2dc;
}

@media screen and (min-width: 761px) {
  .c-unit02 .box {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
  }
  .c-unit02 .box .ph {
    width: 763px;
  }
  .c-unit02 .box .info_box {
    width: 466px;
  }
  .c-unit02 .box .btn {
    margin-top: 25px;
    width: 230px;
  }

  .c-unit02 .box01 .ph {
    padding-right: 50px;
  }
  .c-unit02 .box01 .btn {
    margin-left: 0;
  }

  .c-unit02 .box02 {
    flex-direction: row-reverse;
    text-align: right;
  }
  .c-unit02 .box02 .ph {
    padding-left: 50px;
  }
  .c-unit02 .box02 .btn {
    margin-right: 0;
  }
}
@media screen and (max-width: 740px) {
  .c-unit02 .ph {
    margin-bottom: 3%;
  }
  .c-unit02 .title {
    text-align: center;
    font-size: 6.4vw;
  }
  .c-unit02 .btn {
    margin-top: 6%;
  }
}
/* ------------------------------------

c-section_link

------------------------------------ */
.c-section_link .c-btn-large::before {
  transform: rotate(90deg);
}

@media screen and (min-width: 761px) {
  .c-section_link {
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
  }
  .c-section_link .c-btn-large {
    width: 528px;
    height: 74px;
    line-height: 72px;
  }
}
@media screen and (max-width: 740px) {
  .c-section_link {
    margin-bottom: 14%;
  }
  .c-section_link .c-btn-large {
    width: 100%;
    font-size: 5.2vw;
  }
}
@media print, screen and (max-width: 760px) {
  .pc {
    display: none !important;
  }

  .sp-mini {
    display: none !important;
  }
}
@media screen and (max-width: 320px) {
  .sp-mini {
    display: inherit !important;
  }
}
@media print, screen and (min-width: 761px) {
  .sp {
    display: none !important;
  }

  .sp-mini {
    display: none !important;
  }
}
.fadeInAnim {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.8s ease-out, transform 0.6s ease-out;
  transition: opacity 0.8s ease-out, transform 0.6s ease-out;
}

.fadeInAnim.visible {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

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