@charset "UTF-8";
@import "menu_add.css";

/*! 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 ------------ */
/* ------------------------------- */
/* ------------ text-color ------------ */
/* ------------ border-color ------------ */
/* ------------ background-color ------------ */
/* ------------ system-color ------------ */
/* ------------ cv ------------ */
/* ------------ menu ------------ */
/* ------------ NEW ------------ */
/* ------------ slick-color ------------ */
body {
  overflow-x: hidden;
  font-family: 'Noto Sans JP',source-han-sans-japanese, sans-serif;
  text-align: justify;
  line-height: 1.6;
  color: #242424;
  font-weight: 500;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

html {
  visibility: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

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: acumin-pro, sans-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;
}

/*  tetliタグ
---------------------------------------------------------- */
[id^=ttr] [data-ttr~=container] {
  z-index: 1000000 !important;
}

/* ------------------------
l-header
------------------------ */
.l-header {
  width: 100%;
  height: 79px;
  position: fixed;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  z-index: 8000;
  background:rgba(255,255,255,0.6);
}
.l-header__container {
  width: 100%;
  margin: 0 auto;
  padding: 0 18px;
}
@media screen and (min-width: 761px) {
  .l-header__container {
    min-width: 1220px;
  }
}
.l-header.fixed {
  background: rgba(255,255,255,0.9);
}
.l-header h1 a {
  display: flex;
  align-items: center;
}
.l-header h1 .p-item-logo span {
  padding-left: 2px;
  letter-spacing: 1px;
  font-size: 17px;
  padding-top: 12px;
  display: block;
}
.l-header h1 .p-item-logo__logo {
  width: 156px;
  margin-right: 10px;
}

@media screen and (min-width: 761px) {
  .l-header .p-item-logo {
    display: inline-block;
    width: auto;
    float: left;
  }
  .l-header .l-gnav {
    display: inline-block;
    float: right;
    padding-top: 13px;
    padding-right: 21px;
  }
  .l-header .l-gnav ul {
    display: flex;
  }
  .l-header .l-gnav ul li a {
    display: block;
    font-size: 1.3rem;
    font-weight: 500;
    color: #333;
    letter-spacing: 0;
  }
  .l-header .l-gnav ul li:not(:last-child) {
    margin-right: 22px;
  }
  .l-header.fixed .l-gnav ul li a {
    color: #252525;
  }
  .l-header .button {
    float: right;
    display: flex;
    padding-top: 5px;
  }
  .l-header .button a {
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    width: 150px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: relative;
    border-radius:3px;
  }
  .l-header .button a:nth-child(1) {
    background: #6699cc;
  }
  .l-header .button a:nth-child(2) {
    background: #f69125;
    margin-left: 8px;
  }
  .l-header .button a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) scale(0.5);
    width: 0;
    height: 0;
    transition: transform 0.3s;
    border-width: 5.2px 0 5.2px 9px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 740px) {
  .l-header {
    width: 85%;
    top: 0;
    height: 15.897vw;
  }
  .l-header__container {
    padding-left: 3%;
    width: 100%;
  }

  .l-header h1 .p-item-logo__logo {
    width: 35.64vw;
    height: auto;
    margin-right: 4px;
  }
  .l-header h1 .p-item-logo__title {
    font-size: 2.8vw;
    text-align: left;
  }
  .l-header h1 .p-item-logo__title span {
    display: block;
    margin-top: 1px;
    font-size: 3.3vw;
    padding-left: 3px;
    padding-top: 4px;
  }
  .l-header h1 .p-item-logo__title small {
    display: inline-block;
    font-size: 2.4vw;
  }
}
/* mobile */
/* ------------------------------------

.l-footer_other_contents

------------------------------------ */
.l-footer_other_contents h2 {
  text-align: center;
  color: #6699cc;
  letter-spacing: 2px;
}

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

.page_top .l-footer_other_contents,
.page_index .l-footer_other_contents,
.page_number .l-footer_other_contents,
.page_training .l-footer_other_contents,
.page_policy .l-footer_other_contents,
.page_news .l-footer_other_contents,
.page_member_index .l-footer_other_contents,
.page_form .l-footer_other_contents {
  display: none;
}

.page_change .l-footer_other_contents .-communication,
.page_change .l-footer_other_contents .-belief,
.page_change .l-footer_other_contents .-member {
  display: block;
}

.page_communication .l-footer_other_contents .-change,
.page_communication .l-footer_other_contents .-belief,
.page_communication .l-footer_other_contents .-member {
  display: block;
}

.page_belief .l-footer_other_contents .-change,
.page_belief .l-footer_other_contents .-philosophy,
.page_belief .l-footer_other_contents .-message {
  display: block;
}

.page_member_detail.page_member .l-footer_other_contents .-number,
.page_member_detail.page_member .l-footer_other_contents .-communication,
.page_member_detail.page_member .l-footer_other_contents .-welfare {
  display: block;
}

.page_philosophy .l-footer_other_contents .-about,
.page_philosophy .l-footer_other_contents .-message,
.page_philosophy .l-footer_other_contents .-careers {
  display: block;
}

.page_message .l-footer_other_contents .-about,
.page_message .l-footer_other_contents .-member,
.page_message .l-footer_other_contents .-careers {
  display: block;
}

.page_business .l-footer_other_contents .-about,
.page_business .l-footer_other_contents .-message,
.page_business .l-footer_other_contents .-careers {
  display: block;
}

.page_company_about .l-footer_other_contents .-about,
.page_company_about .l-footer_other_contents .-message,
.page_company_about .l-footer_other_contents .-careers {
  display: block;
}

.page_flow .l-footer_other_contents .-guideline,
.page_flow .l-footer_other_contents .-parents,
.page_flow .l-footer_other_contents .-training {
  display: block;
}

.page_guideline .l-footer_other_contents .-guideline,
.page_guideline .l-footer_other_contents .-parents,
.page_guideline .l-footer_other_contents .-training {
  display: block;
}

.page_parents .l-footer_other_contents .-change,
.page_parents .l-footer_other_contents .-belief,
.page_parents .l-footer_other_contents .-member {
  display: block;
}

.page_welfare .l-footer_other_contents .-about,
.page_welfare .l-footer_other_contents .-company,
.page_welfare .l-footer_other_contents .-member {
  display: block;
}

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

l-footer-contact

------------------------------------ */
.l-footer-contact {
  display: block;
  position: relative;
  height: 463px;
  width: 100%;
  background-image: url("../images/cmn/contact_bg_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top:30px;
}
@media (max-width: 760px) {
  .l-footer-contact {
    height: 125.897vw;
    background-image: url("../images/cmn/contact_bg_sp.png");
  }
}
.l-footer-contact::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.l-footer-contact__container {
  position: absolute;
  left: 50%;
  text-align: center;
  width: 100%;
  padding-top: 80px;
  transform: translate(-50%, 0);
  z-index: 1;
}
@media (max-width: 760px) {
  .l-footer-contact__container {
    padding-top: 17.179vw;
  }
}
.l-footer-contact__container .f-logo {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  padding-right: 50px;
}
@media (max-width: 760px) {
  .l-footer-contact__container .f-logo {
    padding-right: 0;
    margin-bottom: 5.66vw;
  }
}
.l-footer-contact__container .f-logo a .item-flogo {
  display: block;
  height: 100%;
  margin-top: 5px;
}
@media (max-width: 760px) {
  .l-footer-contact__container .f-logo a .item-flogo {
    margin-top: 0;
  }
}
.l-footer-contact__container .f-logo a .item-flogo img {
  display: block;
  height: 100%;
  width: auto;
}
.l-footer-contact__container .content {
  display: inline-block;
  vertical-align: middle;
  height: 65px;
  text-align: justify;
}
@media (max-width: 760px) {
  .l-footer-contact__container .content {
    text-align: center;
  }
}
.l-footer-contact__container .content .title {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  margin-top: 1px;
}
@media (max-width: 760px) {
  .l-footer-contact__container .content .title {
    line-height: 1;
    padding-bottom: 2.564vw;
  }
}
.l-footer-contact__container .content .tel {
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  margin-top: 12px;
}
@media (max-width: 760px) {
  .l-footer-contact__container .content .tel {
    margin-top: 0;
  }
}
.l-footer-contact__container .l-footer-sns {
  display: block;
  margin: 32px auto;
  padding-left: 70px;
}
@media (max-width: 760px) {
  .l-footer-contact__container .l-footer-sns {
    padding-left: 0;
  }
}
.l-footer-contact__container .l-footer-sns ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 760px) {
  .l-footer-contact__container .l-footer-sns ul {
    align-items: center;
  }
}
.l-footer-contact__container .l-footer-sns ul li {
  height: 30px;
}
@media (max-width: 760px) {
  .l-footer-contact__container .l-footer-sns ul li {
    height: 10vw;
  }
}
.l-footer-contact__container .l-footer-sns ul li:nth-child(2) {
  height: 27px;
  margin-top: 2px;
  margin-left: 17px;
  margin-right: 21px;
}
@media (max-width: 760px) {
  .l-footer-contact__container .l-footer-sns ul li:nth-child(2) {
    height: 8.974vw;
    margin-top: 1.34vw;
    margin-right: 6.923vw;
    margin-left: 5.897vw;
  }
}
.l-footer-contact__container .l-footer-sns ul li:nth-child(3) {
  margin-top: 2px;
  height: 27px;
  margin-right: 17px;
}
@media (max-width: 760px) {
  .l-footer-contact__container .l-footer-sns ul li:nth-child(3) {
    margin-top: 1.34vw;
    height: 8.974vw;
    margin-right: 5.897vw;
  }
}
.l-footer-contact__container .l-footer-sns ul li:nth-child(4) {
  height: 21px;
  margin-top: 2px;
    margin-right: 17px;
}
@media (max-width: 760px) {
  .l-footer-contact__container .l-footer-sns ul li:nth-child(4) {
    margin-top: 1.34vw;
    height: 6.923vw;
  }
}

.l-footer-contact__container .l-footer-sns ul li:nth-child(5) {
  height: 21px;
  margin-top: 2px;
}
@media (max-width: 760px) {
  .l-footer-contact__container .l-footer-sns ul li:nth-child(5) {
    margin-top: 1.34vw;
    height: 6.923vw;
  }
}
.l-footer-contact__container .l-footer-sns ul li img {
  width: auto;
  height: 100%;
}
.l-footer-contact__container .l-footer-sns ul li a {
  height: 100%;
}
@media screen and (max-width: 740px) {
  .l-footer-contact__container .l-footer-sns {
    margin: 7.292vw auto 0;
  }
  .l-footer-contact__container .l-footer-sns ul {
    flex-wrap: wrap;
  }
  .l-footer-contact__container .l-footer-sns ul li {
    padding: 0;
  }
  .l-footer-contact__container .l-footer-sns ul li:nth-child(1) {
    width: 9.999vw;
    height: 9.999vw;
  }
  .l-footer-contact__container .l-footer-sns ul li:nth-child(2), .l-footer-contact__container .l-footer-sns ul li:nth-child(3) {
    width: 8.974vw;
    height: 8.974vw;
  }
  .l-footer-contact__container .l-footer-sns ul li:nth-child(4) {
    width: 9.743vw;
    height: 6.923vw;
  }
}
.l-footer-contact__container .contact-block {
  display: block;
  height: 284px;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  background-color: rgba(54, 54, 54, 0.65);
}
@media (max-width: 760px) {
  .l-footer-contact__container .contact-block {
    height: auto;
    width: 92.31vw;
    margin-top: 10.256vw;
  }
}
.l-footer-contact__container .contact-block .title {
  display: block;
  font-family: acumin-pro, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 27px;
  padding-top: 46px;
}
@media (max-width: 760px) {
  .l-footer-contact__container .contact-block .title {
    padding-top: 11.82vw;
    padding-bottom: 4.128vw;
    letter-spacing: 3px;
  }
}
.l-footer-contact__container .contact-block .txt {
  color: #fff;
  font-size: 13px;
  line-height: 39px;
  margin-bottom: 18px;
}
@media (max-width: 760px) {
  .l-footer-contact__container .contact-block .txt {
    line-height: 5.897vw;
    height: 8.974vw;
    margin-bottom: 9.487vw;
  }
}
.l-footer-contact__container .contact-block .txt br {
  display: none;
}
@media (max-width: 760px) {
  .l-footer-contact__container .contact-block .txt br {
    display: block;
  }
}
.l-footer-contact__container .contact-block .list-item {
  display: block;
}
.l-footer-contact__container .contact-block .list-item li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  height: 105px;
  width: 310px;
  background-color: #6699cc;
  /* &:nth-child(1) {
    .larg-txt {
      position: absolute;
      padding-top: 0;
      top: 50%;
      left: 135px;
      text-align: justify;
      transform: translate(0, -50%);
    }
  } */
  /* &:nth-child(1) {
    margin: auto 27px;
    @include mi.sp {
      margin: 4.1vw auto;
    }
  } */
}
@media (max-width: 760px) {
  .l-footer-contact__container .contact-block .list-item li {
    width: 79.487vw;
  }
}
.l-footer-contact__container .contact-block .list-item li a {
  display: block;
  height: 100%;
}
.l-footer-contact__container .contact-block .list-item li a:hover {
  background-color: #242424;
}
.l-footer-contact__container .contact-block .list-item li:nth-child(2) {
  margin: auto 27px;
}
@media (max-width: 760px) {
  .l-footer-contact__container .contact-block .list-item li:nth-child(2) {
    margin: 4.1vw auto;
  }
}
.l-footer-contact__container .contact-block .list-item li:nth-child(3) {
  background-color: #f69125;
}
@media (max-width: 760px) {
  .l-footer-contact__container .contact-block .list-item li:nth-child(3) {
    margin-bottom: 11.282vw;
  }
}
.l-footer-contact__container .contact-block .list-item li .itemt-img {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translate(0, -50%);
}
.l-footer-contact__container .contact-block .list-item li .itemt-img img {
  display: block;
  height: 100px;
  width: 81px;
}
.l-footer-contact__container .contact-block .list-item li .larg-txt {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  line-height: 27px;
  padding-top: 22px;
  font-family: source-han-serif-japanese, serif;
}
@media (max-width: 760px) {
  .l-footer-contact__container .contact-block .list-item li .larg-txt {
    font-size: 4.6153vw;
  }
}
.l-footer-contact__container .contact-block .list-item li .txt {
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 31px;
  margin-bottom: 0;
}
@media (max-width: 760px) {
  .l-footer-contact__container .contact-block .list-item li .txt {
    font-size: 3.333vw;
  }
}
.l-footer-contact__container .contact-block .list-item li .txt br {
  display: block;
}

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

l-footer-sns

------------------------------------ */
/*  l-footer-sns  */
/* ------------------------------------

l-footer

------------------------------------ */
.l-footer {
  padding-bottom: 15px;
  background: #fff;
  color: #6E6E6E;
}
@media (max-width: 760px) {
  .l-footer {
    height: 500px;
    padding-bottom: 0;
  }
}
.l-footer.form {
  padding-top: 15px;
}
@media (max-width: 760px) {
  .l-footer.form {
    height: auto;
  }
  .l-footer.form .l-footer__copy {
    top: 0;
  }
}
.l-footer__company {
  height: 186px;
}
@media (max-width: 760px) {
  .l-footer__company {
    height: 400px;
  }
}
.l-footer__sitemap {
  margin: 0 auto 80px;
  text-align: center;
}
.l-footer__sitemap .p-item-link {
  display: inline-block;
  padding-right: 30px;
  vertical-align: top;
  font-weight: 400;
}
.l-footer__sitemap .p-item-link li {
  margin-bottom: 10px;
  text-align: left;
  font-size: 12px;
}
.l-footer__sitemap .p-item-link li a {
  text-align: left;
}
.l-footer__sitemap .p-item-link .p-item__sub {
  font-size: 10px;
  margin-bottom: 5px;
  padding-left: 5px;
}
.l-footer__sitemap .p-item-link .p-item__sub a::before {
  content: "-";
}
.l-footer__sitemap .p-item-link .p-item__sub.last {
  margin-bottom: 15px;
}
.l-footer__copy {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 760px) {
  .l-footer__copy {
    position: relative;
    top: -15.897vw;
  }
}

.l-form-index .l-footer {
  background: none;
  color: #242424;
}
.l-form-index .fix_cv_btn {
  display: none;
}
.l-form-index .l-toggle {
  display: none;
}
.l-form-index header .cv.c-button {
  display: none;
}

@media screen and (min-width: 761px) {
  .l-footer__company .p-item-address {
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 740px) {
  .l-footer {
    padding-top: 16%;
    padding-bottom: 0;
  }
  .l-footer.form {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .l-footer .p-item-flogo__logo {
    width: 46%;
  }
  .l-footer .p-item-flogo__post-text {
    font-size: 3.74vw;
  }
  .l-footer .p-item-address {
    width: 90%;
  }
  .l-footer .p-item-address__tel {
    font-size: 5.4vw;
    margin-top: 1.5%;
  }
  .l-footer__copy {
    font-size: 2.5641vw;
  }

  .l-form-index .l-footer {
    padding-bottom: 4%;
  }
}
/* ------------------------------------

l-control : footer menu (SP)

------------------------------------ */
@media (max-width: 760px) {

.l-control {
  position: fixed;
  z-index: 8000;
  display: flex;
  width: 100%;
  left: 0;
  height: 15.897vw;
  bottom: 15.897vw;
  transform: translateY(100%);
  transition: 0.3s;
}
.l-control.active {
  transform: translateY(0);
}
.l-control .p-item-entry {
  width: 28%;
}

.l-control .p-item-entry:nth-child(2) a {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.l-control .p-item-entry:nth-child(3) a {
  background-color: #f69125;
}
.l-control .p-item-entry a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 15.897vw;
  font-size: 3.07vw;
  line-height: 21px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background: #252525;
  padding-top: 25px;
}

.l-control .p-item-entry-estate {
  width: 82%;
}

.l-control .p-item-entry-estate a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 15.897vw;
  font-size: 3.07vw;
  line-height: 21px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background: #252525;
  padding-top: 25px;
}
.l-control .p-item-entry .icon, .l-control .p-item-entry-estate .icon  {
  width: 20px;
  top: 8px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.l-control .p-item-contact {
  display: flex;
  width: 16%;
}
.l-control .p-item-contact li {
  width: 100%;
  box-sizing: border-box;
}
.l-control .p-item-contact li a {
  border-left: 2px solid #fff;
}
.l-control .p-item-contact li a span img {
  height: 20px;
}
.l-control .p-item-contact a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 15.897vw;
  color: #fff;
  background: #252525;
  font-size: 3.07vw;
  line-height: 21px;
  padding-top: 25px;
}
.l-control .p-item-contact span {
  width: 20px;
  top: 8px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
}
/* ----------------------------------------------------------
cookie-box
---------------------------------------------------------- */
.cookie-box.cookie-box--close {
  display: none;
}
.cookie-box .cookie-box__in {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10000000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0s 0.5s ease;
}
.cookie-box .cookie-box__in.js-load--on {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s 1s ease, visibility 0s 1s ease;
}
.cookie-box .cookie-box__cnt {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  padding: 20px 0;
}
@media screen and (max-width: 760px) {
  .cookie-box .cookie-box__cnt {
    width: 100%;
    padding: 5.33333vw;
    display: block;
  }
}
.cookie-box .cookie-box__txt {
  width: 850px;
  font-size: 12px;
  line-height: 1.8;
  font-weight: normal;
}
@media screen and (max-width: 760px) {
  .cookie-box .cookie-box__txt {
    width: 100%;
    font-size: 2.93333vw;
    line-height: 1.5;
  }
}
.cookie-box .cookie-box__txt a {
  text-decoration: underline;
}
.cookie-box .cookie-box__txt a:hover {
  text-decoration: none;
}
.cookie-box .cookie-box__btn {
  width: 100px;
  cursor: pointer;
}
@media screen and (max-width: 760px) {
  .cookie-box .cookie-box__btn {
    width: 53.33333vw;
    margin: 2.66667vw auto 0;
  }
}
.cookie-box .cookie-box__btn.btn-03 {
  display: inline-block;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1.6;
  font-weight: bold;
  background: #f8f8f8;
  position: relative;
  text-align: center;
  color: #000;
  z-index: 1;
  transition: border-radius 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 760px) {
  .cookie-box .cookie-box__btn.btn-03 {
    display: block;
    padding: 1.6vw 6.66667vw;
    font-size: 3.2vw;
  }
}

/*!
 * 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: #58b2dc;
  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 : l-toggle (SP)

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

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

menu : l-navigation (SP)

------------------------------------ */
.l-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;
}
.l-navigation.active {
  opacity: 1;
  visibility: visible;
}
.l-navigation__logo {
  margin: 0 0 10vw;
  width: 90%;
}
.l-navigation__logo a {
  display: flex;
  align-items: center;
  font-size: 3.74vw;
  color: #242424;
}
.l-navigation__logo .hlogo {
  width: 35.64vw;
  height: auto;
  margin-right: 6px;
}
.l-navigation__logo span.en {
  display: block;
  padding-top: 6px;
  font-size: 3.3vw;
  letter-spacing: 1px;
  font-weight: 600;
}
.l-navigation__menu {
  margin: 0;
}
.l-navigation__menu__banner {
  margin-bottom: 8vw;
}
.l-navigation__menu p {
  font-size: 3.4vw;
  text-align: center;
  color: #9e9e9e;
  margin: 0 0 2vw;
}
.l-navigation__menu > ul > li.non_link > span {
  padding: 1.769vw 4vw;
}
.l-navigation__menu > ul > li.non_link.ft {
  margin-top: 3vw;
}
.l-navigation__menu > ul > li > a {
  display: block;
  font-size: 4.615vw;
  padding: 1.769vw 4vw;
  color: #000;
}
.l-navigation__menu > ul > li > a.accordion {
  position: relative;
}
.l-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 #242424;
  border-bottom: 0.6vw solid #242424;
  transform: rotate(45deg);
  transition: 0.3s;
  box-sizing: border-box;
}
.l-navigation__menu > ul > li > a.accordion.active:before {
  transform: rotate(225deg);
}
.l-navigation__menu > ul > li ul {
  display: flex;
  padding: 0 0 3vw;
  flex-wrap: wrap;
}
.l-navigation__menu > ul > li ul li {
  margin: 0 0 1vw;
}
.l-navigation__menu > ul > li ul li:last-child {
  margin: 0;
}
.l-navigation__menu > ul > li ul li a {
  position: relative;
  display: inline-block;
  color: #C0C0C0;
  padding: 0.7vw 4vw;
}
.l-navigation__menu > ul > li ul li a span {
  position: relative;
  display: block;
  font-size: 3.9vw;
  padding: 0 0 0 5.9vw;
}
.l-navigation__menu > ul > li ul li a span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 11px;
  height: 2px;
  background: #C0C0C0;
}
.l-navigation__menu > ul > li.l-sns {
  text-align: center;
  width: 100%;
  margin: 19.743vw auto 6.67vw;
  border-bottom: none;
}
.l-navigation__menu > ul > li.l-sns ul {
  display: block;
}
.l-navigation__menu > ul > li.l-sns ul li {
  height: 40px;
  padding: 0 9px;
  display: inline-block;
  vertical-align: top;
}
.l-navigation__menu > ul > li.l-sns ul li img {
  width: auto;
  height: 100%;
  display: inline-block;
}
.l-navigation__menu > ul > li.l-sns ul li:nth-child(4) {
  width: 38px;
  height: 27px;
  margin-top: 6px;
}
.l-navigation__menu > ul > li.l-sns ul a {
  padding: 0;
  background: none;
  height: 100%;
}
.l-navigation__menu > ul > li.l-sns ul .en {
  font-size: 5vw;
  color: #242424;
  letter-spacing: 1.4px;
  padding-top: 8px;
  display: block;
  height: auto;
  margin-bottom: 12px;
}
.l-navigation .c-button.cv {
  margin: 0 auto 5vw;
  width: 100%;
  height: 90px;
  line-height: 90px;
}
.l-navigation .c-button.cv span.en {
  font-size: 9vw;
  padding-left: 3%;
  padding-right: 7%;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 5px;
}

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

menu : l-navigation-contact (SP)

------------------------------------ */
.l-navigation-contact {
  width: 100%;
  padding: 0 1.046vw;
}
.l-navigation-contact .main {
  width: 100%;
  color: #fff;
  background: rgba(54, 54, 54, 0.65);
  padding: 10.538vw 6.41vw;
}
.l-navigation-contact .l-nav-title {
  text-align: center;
  margin-bottom: 7.6923vw;
}
.l-navigation-contact .l-nav-title h2 {
  font-family: acumin-pro, sans-serif;
  font-weight: bold;
  font-size: 6.1538vw;
  margin-bottom: 2.5641vw;
  letter-spacing: 3px;
}
.l-navigation-contact .l-nav-title p {
  font-size: 3.333vw;
  font-weight: 400;
}
.l-navigation-contact .nav-list li a {
  display: block;
  background: #5b5b5b;
  width: 100%;
  height: 100%;
}
.l-navigation-contact .nav-list li a .box {
  display: flex;
  align-items: center;
  height: 36.154vw;
  padding-left: 5.897vw;
}
.l-navigation-contact .nav-list li a .box .img {
  width: 81px;
  min-width: 81px;
  height: 100px;
  margin-right: 7.6923vw;
}
.l-navigation-contact .nav-list li a p {
  font-size: 3.333vw;
  font-weight: 400;
}
.l-navigation-contact .nav-list li a p.tit {
  font-size: 4.61538vw;
}
.l-navigation-contact .nav-list li a {
  text-align: center;
  padding: 7vw 0;
}
.l-navigation-contact .nav-list li:not(:last-child) {
  margin-bottom: 5%;
}
.l-navigation-contact .nav-list li:last-child a {
  background: #6699cc;
}

.l-navigation__menu .sec_dx .main {
  width: 84.615vw;
  height: auto;
  position: relative;
  margin: 5vw auto 0;
  padding: 0;
}
.l-navigation__menu .sec_dx .main .img {
  width: 100%;
  height: 45.15vw;
  display: block;
  overflow: hidden;
}
.l-navigation__menu .sec_dx .main .img img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  display: block;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.l-navigation__menu .sec_dx .main .content {
  width: 76.41vw;
  height: 35.897vw;
  background: rgba(54, 54, 54, 0.65);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding-top: calc((45.897vw - 110px) / 2);
}
.l-navigation__menu .sec_dx .main .content .tit {
  /* font-family: txt.$font01; */
  font-size: 3.333vw;
  font-weight: 400;
  color: #fff;
  /* letter-spacing: 3px; */
  margin-bottom: 15px;
}
.l-navigation__menu .sec_dx .main .content .txt {
  font-size: 5.74358vw;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  font-family: acumin-pro, sans-serif;
}
.l-navigation__menu .sec_dx .main .content .lead {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.8em;
}
.l-navigation__menu .sec_dx .main a {
  display: block;
}
.l-navigation__menu .sec_dx .main a:hover {
  opacity: 1;
}
.l-navigation__menu .sec_dx .main a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

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

c-button

------------------------------------ */
/*  c-button  */
.c-button, .p-button {
  width: 198px;
  height: 39px;
  line-height: 38px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.c-button a, .p-button a {
  display: block;
  width: 100%;
}
.c-button::before {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  z-index: 1000;
  width: 0;
  height: 0;
  border-width: 3.5px 0 3.5px 6.1px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  content: "";
}

.p-button::before {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  z-index: 1000;
  width: 0;
  height: 0;
  border-width: 3.5px 6.1px 3.5px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  content: "";
}

.c-button a::before,.p-button a::before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  background: #fff;
  content: "";
  transition: transform 0.3s;
}


.c-button:hover::before,.p-button:hover::before  {
  border-color: transparent transparent transparent #6699cc;
}

.c-button a:hover,.p-button a:hover {
  color: #6699cc;
}
.c-button a:hover::before,.p-button a:hover::before  {
  transform: scale(1, 1);
  transform-origin: left top;
}

.c-button a:hover::before,.p-button a:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}

@media screen and (max-width: 740px) {
  .c-button,.p-button {
    font-size: 3.4vw;
  }
}
.c-button02 {
  width: 280px;
}

/*  dark  */
.c-button.dark,.p-button.dark  {
  color: #fff;
  background: #6699cc;
}
.c-button.dark::before {
  border-color: transparent transparent transparent #fff;
}

.p-button.dark::before {
  border-color: transparent #fff transparent transparent;
}

.c-button.dark:hover,.p-button.dark:hover  {
  border: 2px solid #6699cc;
  line-height: 35px;
}
.c-button.dark:hover::before {
  border-color: transparent transparent transparent #6699cc;
}
.p-button.dark:hover::before {
  border-color: transparent #6699cc transparent transparent;
}
.c-button.dark a:hover,.p-button.dark a:hover {
  opacity: 0.999;
}

/*  light  */
.c-button.light,.p-button.light  {
  color: #6699cc;
  background: #fff;
  border: 2px solid #6699cc;
  margin-bottom: 10px;
}
.c-button.light::before {
  border-color: transparent transparent transparent #6699cc;
}
.p-button.light::before {
  border-color: transparent #6699cc transparent transparent;
}
.c-button.light:hover, .p-button.light:hover {
  border: 2px solid #fff;
}
.c-button.light:hover::before {
  border-color: transparent transparent transparent #fff;
}
.p-button.light:hover::before {
  border-color: transparent #fff transparent transparent;
}
.c-button.light a::before, .p-button.light a::before {
  background: #6699cc;
}
.c-button.light a:hover, .p-button.light a:hover {
  opacity: 0.999;
  color: #fff;
}

/*  cv  */
.c-button.cv {
  width: 200px;
  height: 52px;
  line-height: 52px;
  color: #fff;
  background: #f69125;
  font-family: acumin-pro, sans-serif;
  font-size: 21px;
}
.c-button.cv a:hover {
  color: #f69125;
  opacity: 0.999;
}
.c-button.cv a:hover::before {
  border-color: transparent transparent transparent #f69125;
}
.c-button.cv:hover::before {
  border-color: transparent transparent transparent #f69125;
}

@media screen and (max-width: 740px) {
  .c-button.cv {
    width: 80%;
  }
}
.header .c-button.cv a:hover {
  opacity: 0.999999;
}

/*  c-button-text  */
.c-button.c-button-text {
  display: inline-block;
  padding-right: 10px;
  margin-left: -10px;
  font-size: 13px;
  color: #6699cc;
  width: auto;
  height: auto;
  line-height: inherit;
}
.c-button.c-button-text::before {
  border-color: transparent transparent transparent #6699cc;
  right: -6px;
  border-width: 3.2px 0 3.2px 5.6px;
}

/*  c-button-border  */
.c-button.c-button-border {
  width: 374px;
  height: 124px;
  line-height: inherit;
  border: 3px solid #6699cc;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.c-button.c-button-border .title {
  font-size: 26px;
}
.c-button.c-button-border .txt {
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 700;
  font-family: urw-din,  sans-serif;
  color: #ddf3fa;
}
.c-button.c-button-border::before {
  border-color: transparent transparent transparent #6699cc;
  top: inherit;
  bottom: 16px;
  transform: inherit;
  border-width: 3.2px 0 3.2px 5.6px;
}
.c-button.c-button-border:hover {
  border: 3px solid #6699cc;
}
.c-button.c-button-border:hover::before {
  border-color: transparent transparent transparent #fff;
}
.c-button.c-button-border a::before {
  background: #6699cc;
}
.c-button.c-button-border a:hover {
  color: #fff;
  opacity: 0.999;
}

@media screen and (max-width: 740px) {
  .c-button.c-button-border {
    width: 90%;
    border-width: 2px;
    height: 88px;
    border-radius: 12px;
  }
  .c-button.c-button-border .title {
    font-size: 5.4vw;
    font-weight: 600;
    line-height: 1.5;
  }
  .c-button.c-button-border .txt {
    font-size: 3vw;
    letter-spacing: 1.4px;
  }
  .c-button.c-button-border::before {
    border-width: 4.2px 0 4.2px 6.6px;
  }
}
/*  c-button-middle  */
.c-button.c-button-middle {
  width: 224px;
  height: 130px;
  line-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6699cc;
  background: #fff;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 18px;
  line-height: 1.5;
  overflow: hidden;
}
.c-button.c-button-middle::before {
  border-color: transparent transparent transparent #ddf3fa;
  top: inherit;
  right: 10px;
  bottom: 10px;
  transform: inherit;
  border-width: 4.2px 0 4.2px 6.6px;
}
.c-button.c-button-middle::after {
  content: "";
  position: absolute;
  z-index: 1000;
  top: -19px;
  left: -6px;
  border-width: 28px 0 28px 30px;
  transform: rotate(224deg);
  border-color: transparent transparent transparent #58b2dc;
}
.c-button.c-button-middle:hover::before {
  border-color: transparent transparent transparent #fff;
}
.c-button.c-button-middle a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.c-button.c-button-middle a::before {
  background: #6699cc;
}
.c-button.c-button-middle a:hover {
  color: #fff;
  opacity: 0.999;
}

@media screen and (max-width: 740px) {
  .c-button.c-button-middle {
    font-size: 4.4vw;
    height: 80px;
    line-height: 1.3;
  }
  .c-button.c-button-middle::before {
    border-width: 4.2px 0 4.2px 6.6px;
  }
  .c-button.c-button-middle::after {
    border-width: 20px 0 20px 22px;
  }
}
/*  c-button-cmn-cv  */
.c-button.c-button-cmn-cv {
  width: 386px;
  height: 102px;
  line-height: 102px;
  border-radius: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 18px;
  background: #f69125;
  color: #fff;
}
.c-button.c-button-cmn-cv::before {
  border-color: transparent transparent transparent #fff;
  border-width: 3.2px 0 3.2px 5.6px;
}
.c-button.c-button-cmn-cv a::before {
  background: #f69125;
}
.c-button.c-button-cmn-cv a:hover {
  color: #fff;
}

@media screen and (max-width: 740px) {
  .c-button.c-button-cmn-cv {
    width: 90%;
    border-width: 3px;
    height: 76px;
    border-radius: 10px;
    font-size: 4.6vw;
  }
  .c-button.c-button-cmn-cv::before {
    border-width: 4.2px 0 4.2px 6.6px;
  }
}
.c-button.c-button-cmn-cv.cv02 {
  background: #6699cc;
}

/*  c-button-no-link  */
.c-button.dark.no-link:hover {
  border: none;
  line-height: 39px;
}
.c-button.dark.no-link:hover::before {
  border-color: transparent transparent transparent #fff;
}

.c-button.light.no-link:hover {
  border: none;
  line-height: 39px;
}
.c-button.light.no-link:hover ::before {
  border-color: transparent transparent transparent #6699cc;
}

/*  section_cmn_cv  */
@media screen and (min-width: 761px) {
  .section_cmn_cv {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .section_cmn_cv .inner {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 740px) {
  .section_cmn_cv .c-button {
    margin-bottom: 5%;
  }
}
/* ------------------------------------

icon

------------------------------------ */
/*  p-item__icons  */
.p-item__icons .icon {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  text-align: center;
  padding: 1px 8px 2px;
  margin-bottom: 2px;
}

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

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

new icon

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

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

@media screen and (max-width: 740px) {
  .new:after {
    font-size: 12px;
    top: 5px;
    left: 5px;
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
}
/* ------------------------------------

title

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

/* list-page__header */
.list-page__header {
  text-align: center;
  padding-bottom: 40px;
}
.list-page__header .title {
  position: relative;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.3;
}
.list-page__header .subtitle {
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #6699cc;
  letter-spacing: 3px;
  font-size: 17px;
  margin-top: 9px;
  text-transform: uppercase;
}
.list-page__header .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 20px;
}

@media screen and (max-width: 740px) {
  .list-page__header {
    padding-bottom: 10%;
  }
  .list-page__header .title {
    font-size: 7.2vw;
    margin-bottom: 2%;
    letter-spacing: 1px;
    padding: 0 4px;
  }
  .list-page__header .subtitle {
    font-size: 10.14vw;
    line-height: 1.25;
    font-size: 4vw;
  }
  .list-page__header .text {
    font-size: 3.74vw;
  }
}
/* list-page__header */
.l-page .list-page__header {
  text-align: center;
  padding-top: 60px;
}

@media screen and (max-width: 740px) {
  .l-page .list-page__header {
    padding-top: 10%;
  }
}
/* ------------------------------------

page_index c-section01

------------------------------------ */
/* ------------------------------------
icon extend
------------------------------------ */
.sec-index .block-item .item-main .item-content .btn-view p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%) scale(0.5);
  width: 0;
  height: 0;
  transition: transform 0.3s;
  border-width: 5.2px 0 5.2px 9px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
}

/* ------------------------------------
sec-message
------------------------------------ */
.sec-message.index .main {
  margin: 0 auto 98px;
  text-align: center;
}
@media (max-width: 760px) {
  .sec-message.index .main {
    margin: 0 auto 16.5vw;
  }
}
.sec-message.index .main h2 {
  font-family: source-han-serif-japanese, serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 3px;
  margin-bottom: 15px;
}
@media (max-width: 760px) {
  .sec-message.index .main h2 {
    font-size: 6.41025vw;
    letter-spacing: 0.3vw;
    width: 84.6153vw;
    margin: 0 auto 4.5vw;
  }
}
.sec-message.index .main .txt {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.4;
}
@media (max-width: 760px) {
  .sec-message.index .main .txt {
    font-size: 3.33333vw;
    width: 84.6153vw;
    margin: 0 auto;
    text-align: left;
    letter-spacing: 0.06vw;
  }
}

/* ------------------------------------
sec-index
------------------------------------ */
.sec-index {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
.sec-index .block-item {
  margin-bottom: 60px;
}
@media (max-width: 760px) {
  .sec-index .block-item {
    margin-bottom: 10vw;
  }
}
.sec-index .block-item .item-main {
  display: flex;
  padding: 38px;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #dfdfdf;
  margin-bottom: 45px;
}
@media (max-width: 760px) {
  .sec-index .block-item .item-main {
    display: block;
    width: 89.744vw;
    margin: 0 auto 5.1282vw;
    padding: 20px;
  }
}
.sec-index .block-item .item-main .item-img {
  display: block;
  height: 248px;
  width: 391px;
  overflow: hidden;
}
@media (max-width: 760px) {
  .sec-index .block-item .item-main .item-img {
    height: 50.256vw;
    width: auto;
  }
}
.sec-index .block-item .item-main .item-img img {
  display: block;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sec-index .block-item .item-main .item-content {
  display: block;
  margin-left: 47px;
  margin-top: 3px;
  height: 248px;
}
@media (max-width: 760px) {
  .sec-index .block-item .item-main .item-content {
    margin-top: 4.103vw;
    margin-left: 0;
    height: auto;
  }
}
.sec-index .block-item .item-main .item-content .tit {
  font-family: source-han-serif-japanese, serif;
  font-size: 2.5rem;
  margin: 18px 0 5px;
}
@media (max-width: 760px) {
  .sec-index .block-item .item-main .item-content .tit {
    font-size: 6vw;
    margin-top: 4.103vw;
  }
}
.sec-index .block-item .item-main .item-content .txt-normal {
  font-size: 1.3rem;
  font-weight: 500;
  height: 132px;
  color: #6e6e6e;
  line-height: 2.4;
  padding-top: 8px;
}
@media (max-width: 760px) {
  .sec-index .block-item .item-main .item-content .txt-normal {
    height: auto;
    padding-top: 3.59vw;
  }
}
.sec-index .block-item .item-main .item-content .btn-view {
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
  margin-top: 10px;
}
.sec-index .block-item .item-main .item-content .btn-view p {
  display: inline-block;
  font-family: acumin-pro, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #a8a8a8;
  position: relative;
  padding-right: 14px;
  letter-spacing: 3px;
  padding-left: 3px;
}
@media (max-width: 760px) {
  .sec-index .block-item .item-main .item-content .btn-view p {
    letter-spacing: 2px;
    padding-left: 0;
    padding-right: 5.385vw;
  }
}
.sec-index .block-item .item-main .item-content .btn-view p::after {
  right: 0;
  border-color: transparent transparent transparent #a8a8a8;
}
.sec-index .block-item .item-main:hover .item-img {
  display: block;
}
.sec-index .block-item .item-main:hover .item-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.sec-index .block-item .item-main:hover .item-content .btn-view p {
  color: #6699cc;
  transition: 0.3s;
  opacity: 1;
}
.sec-index .block-item .item-main:hover .item-content .btn-view p::after {
  border-color: transparent transparent transparent #6699cc;
}

/* ------------------------------------
last_btn
------------------------------------ */
@media (max-width: 760px) {
  .last_btn {
    width: 89.744vw;
    margin: 0 auto;
  }
}
.last_btn .btn-view-more a {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  color: #6e6e6e;
  width: 333px;
  height: 64px;
  line-height: 60px;
  margin: 55px auto 0;
  text-align: center;
  border: 3px solid #e4e4e4;
  position: relative;
}
@media (max-width: 760px) {
  .last_btn .btn-view-more a {
    width: 100%;
  }
}
.last_btn .btn-view-more a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%) scale(0.5);
  width: 0;
  height: 0;
  transition: transform 0.3s;
  border-width: 5.2px 0 5.2px 9px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(168, 168, 168, 0.5);
}
.last_btn .btn-view-more a:hover {
  border-color: #6699cc;
  color: #6699cc;
}
.last_btn .btn-view-more a:hover::after {
  border-color: transparent transparent transparent #6699cc;
}

@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;
  }
}
/* ------------

Clear Fix

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

.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);
}


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

パン屑リスト

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

.breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.breadcrumb li {
  margin-right: 0.5em;
}
.breadcrumb li a {
  text-decoration: none;
  color: #007bff;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb li:not(:last-child)::after {
  content: ">";
  margin-left: 0.5em;
}



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