@charset "UTF-8";
/*! 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 ------------ */
.en {
  font-family: din-2014,  sans-serif;
  line-height: 1;
}

body {
  overflow-x: hidden;
  font-family: source-han-sans-japanese, sans-serif;
  text-align: justify;
  line-height: 1.6;
  color: #111111;
  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;
}

::selection,
::-moz-selection {
  background: #00b8f4;
}

*: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;
}

body > img[src^="https://at3.biz/"] {
  display: none;
}

/*----------------------------------------
  l-header
----------------------------------------*/
.l-header__logo {
  position: fixed;
  top: 10px;
  left: 20px;
  z-index: 3000;
}
.l-header__logo a {
  display: flex;
  align-items: center;
}
.l-header__logo a span {
  font-weight: bold;
  transition: 0.3s;
}
.l-header__logo a span:nth-child(1) {
  font-family: din-2014,  sans-serif;
  margin: 0 10px 0 0;
  line-height: 1;
  width: 200px;
}
.l-header__logo a span:nth-child(1) .logo-image02 {
  display: none;
}
.l-header__logo a span:nth-child(2) {
  font-size: 16px;
  line-height: 1.5;
  margin: 0px, 5px;
}
.l-header__ctrl {
  position: fixed;
  display: flex;
  top: 0;
  right: 0;
  z-index: 3000;
}
.l-header__entry a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 60px;
  padding: 0 10px 0 0;
  background: #ff2bb2;
  background: -moz-linear-gradient(left, #ff2bb2 0%, #ff82d2 100%);
  background: -webkit-linear-gradient(left, #ff2bb2 0%, #ff82d2 100%);
  background: linear-gradient(to right, #ff2bb2 0%, #ff82d2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff2bb2", endColorstr="#ff82d2",GradientType=1 );
  box-sizing: border-box;
}
.l-header__entry a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
}
.l-header__entry a span {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.l-header__entry a span:nth-child(2) {
  font-size: 20px;
  font-family: din-2014,  sans-serif;
  margin: 0 0 0 10px;
}
.l-header__hum {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 60px;
  height: 60px;
  background: #007DF9;
  cursor: pointer;
}
.l-header__hum span {
  width: 22px;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}
.l-header__hum span:nth-child(2) {
  margin: 4px 0;
}
.l-header__nav {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #007DF9;
  padding: 150px 0;
  opacity: 0;
  z-index: 2000;
  visibility: hidden;
  overflow-y: scroll;
  transition: 0.3s;
  box-sizing: border-box;
}
.l-header__nav__inner {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
}
.l-header__nav__banner {
  display: none;
}
.l-header__nav__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 520px;
  padding: 0 20px 0 0;
  text-align: left;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}
.l-header__nav__main h2 {
  font-size: 60px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
}
.l-header__nav__main p {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.l-header__nav__content {
  width: 520px;
  padding: 0 40px 0 60px;
  box-sizing: border-box;
}
.l-header__nav__menu {
  margin: 0 0 30px;
}
.l-header__nav__menu > li > a {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 10px 10px 10px 24px;
}
.l-header__nav__menu > li > a:before {
  content: "-";
  position: absolute;
  top: 10px;
  left: 0;
  color: #66C2E6;
}
.l-header__nav__menu > li ul {
  display: none;
}
.l-header__nav__menu > li ul li {
  margin: 0 0 5px;
}
.l-header__nav__menu > li ul li:last-child {
  margin: 0;
}
.l-header__nav__menu > li ul li a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #2E94FA;
  padding: 10px 30px;
}
.l-header__nav__menu > li ul li a:before {
  content: "-";
  position: absolute;
  top: 10px;
  left: 15px;
  color: #66C2E6;
}
.l-header__nav__menu > li.accordion > a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  transition: 0.3s;
  box-sizing: border-box;
}
.l-header__nav__menu > li.accordion > a.in-active:after {
  transform: rotate(225deg);
}
.l-header__nav__entry {
  display: none;
}
.l-header__nav__sns {
  display: flex;
  align-items: center;
}
.l-header__nav__sns p {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin: 0 10px 0 0;
}
.l-header__nav__sns ul {
  display: flex;
  align-items: center;
}
.l-header__nav__sns ul li {
  margin: 0 10px;
}
.l-header__nav__sns ul li a {
  display: block;
  height: 30px;
}
.l-header__nav__sns ul li a img {
  width: auto;
  height: 100%;
}

.l-header.in-active .l-header__logo a{
background-color: transparent;
}
.l-header.in-active .l-header__logo a span {
  color: #fff;
  margin-top: 0;
  text-shadow: none;
}
.l-header.in-active .l-header__logo a span .logo-image01 {
  display: none;
}
.l-header.in-active .l-header__logo a span .logo-image02 {
  display: block;
}
.l-header.in-active .l-header__logo a span:nth-child(2) {
}
.l-header.in-active .l-header__hum span:nth-child(1) {
  transform: translateY(1px) rotate(-45deg);
}
.l-header.in-active .l-header__hum span:nth-child(2) {
  display: none;
}
.l-header.in-active .l-header__hum span:nth-child(3) {
  transform: translateY(-1px) rotate(45deg);
}
.l-header.in-active .l-header__nav {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 760px) {
  .l-header__logo {
    top: 2vw;
    left: 2vw;
  }
  .l-header__logo a span:nth-child(1) {
    font-size: 5vw;
    margin: 0 2vw 0 1vw;
    width: 200px;
    margin-top: 8px;
  }
  .l-header__logo a span:nth-child(2) {
    font-size: 3vw;
  }
  .l-header__entry {
    display: none;
  }
  .l-header__hum {
    width: 15vw;
    height: 15vw;
  }
  .l-header__nav {
    display: block;
    padding: 20vw 5vw;
  }
  .l-header__nav__inner {
    display: block;
  }
  .l-header__nav__banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -1vw;
  }
  .l-header__nav__banner p {
    width: 50%;
    padding: 1vw;
    box-sizing: border-box;
  }
  .l-header__nav__banner p:nth-child(1) {
    width: 100%;
  }
  .l-header__nav__banner p a {
    display: block;
  }
  .l-header__nav__main {
    display: none;
  }
  .l-header__nav__content {
    width: 100%;
    padding: 0;
  }
  .l-header__nav__menu {
    margin: 0 0 30px;
  }
  .l-header__nav__menu > li {
    border-bottom: 1px solid #2E94FA;
  }
  .l-header__nav__menu > li > a {
    font-size: 5.2vw;
    padding: 4vw 4vw 4vw 6vw;
  }
  .l-header__nav__menu > li > a:before {
    top: 4vw;
  }
  .l-header__nav__menu > li ul {
    display: none;
  }
  .l-header__nav__menu > li ul li {
    margin: 0 0 2vw;
  }
  .l-header__nav__menu > li ul li a {
    font-size: 4.2vw;
    padding: 2vw 8vw;
  }
  .l-header__nav__menu > li ul li a:before {
    top: 2vw;
    left: 4vw;
  }
  .l-header__nav__sns {
    flex-direction: column;
    margin: 0 0 10vw;
  }
  .l-header__nav__sns p {
    font-size: 5.2vw;
    margin: 0 0 4vw;
  }
  .l-header__nav__sns ul li {
    margin: 0 4vw;
  }
  .l-header__nav__sns ul li a {
    height: 10vw;
  }
  .l-header__nav__entry {
    display: block;
  }
  .l-header__nav__entry a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 20vw;
    padding: 0 2vw 0 0;
    background: #ff2bb2;
    background: -moz-linear-gradient(left, #ff2bb2 0%, #ff82d2 100%);
    background: -webkit-linear-gradient(left, #ff2bb2 0%, #ff82d2 100%);
    background: linear-gradient(to right, #ff2bb2 0%, #ff82d2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff2bb2", endColorstr="#ff82d2",GradientType=1 );
    box-sizing: border-box;
  }
  .l-header__nav__entry a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 4vw;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #fff;
  }
  .l-header__nav__entry a span {
    font-size: 4.8vw;
    font-weight: bold;
    color: #fff;
  }
  .l-header__nav__entry a span:nth-child(2) {
    font-size: 8vw;
    font-family: din-2014,  sans-serif;
    margin: 0 0 0 2vw;
  }
}
/*----------------------------------------
  l-footer
----------------------------------------*/
.l-footer {
  background: #007DF9;
  padding: 100px 40px 20px;
}
.l-footer__container {
  max-width: 1200px;
  margin: auto;
}
.l-footer__logo {
  margin: 0 auto 20px;
}
.l-footer__logo h2 {
  font-size: 91px;
  font-weight: bold;
  font-family: din-2014,  sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1;
  width: 300px;
  margin: 0 auto 10px;
}
.l-footer__logo p {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.l-footer__add {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  margin: 0 0 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.l-footer__add__post {
  font-size: 13px;
  color: #fff;
  margin: 0 10px 0 0;
}
.l-footer__add__map {
  margin: 0 30px 0 0;
}
.l-footer__add__map a {
  position: relative;
  display: block;
  font-size: 10px;
  font-weight: 500;
  background: #E5E5E5;
  padding: 2px 15px 2px 10px;
}
.l-footer__add__map a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 2px 0 2px 3px;
  border-color: transparent transparent transparent #262626;
}
.l-footer__add__num {
  display: flex;
  align-items: center;
}
.l-footer__add__num p {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}
.l-footer__add__num p a {
  display: flex;
  align-items: center;
  color: #fff;
}
.l-footer__add__num p a span {
  font-size: 20px;
  color: #fff;
  margin: 0 0 0 10px;
}
.l-footer__sitemap {
  display: flex;
  justify-content: center;
  margin: 0 0 100px;
}
.l-footer__sitemap > ul {
  margin: 0 20px;
}
.l-footer__sitemap > ul li a {
  position: relative;
  display: block;
  font-size: 13px;
  color: #b8d2ea;
  padding: 0 0 0 14px;
}
.l-footer__sitemap > ul > li a {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding: 0 0 0 15px;
}
.l-footer__sitemap > ul > li a:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.l-footer__sitemap > ul > li ul li a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #fff;
  padding: 0 0 0 14px;
}
.l-footer__copyright {
  font-size: 10px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .l-footer {
    padding: 10vw 5vw 30vw;
  }
  .l-footer__logo {
    margin: 0 0 5vw;
  }
  .l-footer__logo h2 {
    font-size: 23vw;
    margin: 0 auto 2vw;
  }
  .l-footer__logo p {
    font-size: 3.8vw;
  }
  .l-footer__add {
    flex-direction: column;
    padding: 5vw 0;
    margin: 0 0 5vw;
  }
  .l-footer__add__post {
    font-size: 3.3vw;
    margin: 0 0 2vw;
    text-align: center;
  }
  .l-footer__add__map {
    margin: 0 0 2vw;
  }
  .l-footer__add__map a {
    font-size: 2.8vw;
    padding: 1vw 4vw 1vw 2vw;
  }
  .l-footer__add__num {
    flex-direction: column;
  }
  .l-footer__add__num p {
    font-size: 4.1vw;
  }
  .l-footer__add__num p:nth-child(2) {
    font-size: 2.5vw;
  }
  .l-footer__add__num p a span {
    font-size: 4.8vw;
    margin: 0;
  }
  .l-footer__sitemap {
    display: none;
  }
  .l-footer__copyright {
    font-size: 2.5vw;
  }
}
/* ------------------------------------

common

------------------------------------ */
img {
  width: 100%;
}

.vertical_writing {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

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

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

l-list-index

------------------------------------ */
.l-index .l-list-index {
  margin-bottom: 140px;
  margin-top: 60px;
}
.l-index .l-list-index .p-item {
  border: 1px solid #7d7d7d;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
.l-index .l-list-index .p-item::after {
  position: absolute;
  z-index: 1000;
  bottom: 20px;
  right: 10px;
  display: block;
  width: 40px;
  height: 8px;
  margin: auto;
  content: "";
  background: url("../images/cmn/icon_arrow_gr.png") center top/contain no-repeat;
}
.l-index .l-list-index .p-item__title {
  font-size: 36px;
  font-weight: 600;
  color: #ff2bb2;
  text-align: left;
  line-height: 1.4;
}
.l-index .l-list-index .p-item__text {
  margin: 12px 0 22px;
  padding: 0;
  text-align: left;
  font-weight: 400;
  line-height: 1.8;
}
.l-index .l-list-index .p-item__btn {
  margin-top: 18px;
}
.l-index .l-list-index .p-item a {
  display: block;
}

@media screen and (min-width: 761px) {
  .l-index .l-list-index .p-item {
    padding: 24px;
    width: 1120px;
    margin: 0 auto 60px;
  }
  .l-index .l-list-index .p-item__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .l-index .l-list-index .p-item__photo {
    width: 520px;
  }
  .l-index .l-list-index .p-item__info {
    width: 520px;
  }
  .l-index .l-list-index .p-item__text {
    padding: 0;
  }
  .l-index .l-list-index .p-item02 .p-item__inner {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 740px) {
  .l-index .l-list-index {
    margin-bottom: 16%;
    margin-top: 8%;
  }
  .l-index .l-list-index .p-item {
    padding: 4% 4% 8%;
    width: 90%;
    margin: 0 5% 6%;
  }
  .l-index .l-list-index .p-item__info {
    margin-top: 5%;
  }
  .l-index .l-list-index .p-item__title {
    text-align: center;
    font-size: 6.4vw;
    line-height: 1.4;
  }
  .l-index .l-list-index .p-item__text {
    margin-top: 8px;
    line-height: 1.7;
  }
}
/* ------------------------------------

l-table

------------------------------------ */
.l-table dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.3%;
}
.l-table dl dt {
  background: #007df9;
  color: #fff;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.l-table dl dd {
  background: #f1f1f1;
  width: 79.5%;
  padding: 10px 16px;
  font-weight: 400;
}

@media screen and (max-width: 740px) {
  .l-table dl dt {
    font-size: 3.6vw;
    text-align: center;
  }
  .l-table dl dd {
    font-size: 3.74vw;
  }
}
/* ------------------------------------

404

------------------------------------ */
.l-404 .l-section_404 {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 760px) {
  .l-404 .l-section_404 {
    padding: 0 5%;
    margin-bottom: 20%;
  }
}
.l-404 .l-section_404 .tit {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .l-404 .l-section_404 .tit {
    font-size: 5vw;
    margin-bottom: 5%;
  }
}
.l-404 .l-section_404 .section_sub {
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 760px) {
  .l-404 .l-section_404 .section_sub {
    font-size: 4vw;
    margin-bottom: 10%;
  }
}
.l-404 .l-section_404 .txt {
  font-size: 16px;
}
@media screen and (max-width: 760px) {
  .l-404 .l-section_404 .txt {
    font-size: 4vw;
  }
}

/**************************************

quality

**************************************/
.l-sustainability .l-sdgs {
  margin: 0 auto 140px;
}
@media screen and (min-width: 761px) {
  .l-sustainability .l-sdgs {
    width: 1100px;
  }
}
@media screen and (max-width: 760px) {
  .l-sustainability .l-sdgs {
    width: 90%;
  }
}
.l-sustainability .inner h3.en_tit {
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: bold;
  color: #007DF9;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .l-sustainability .inner h3.en_tit {
    font-size: 7vw;
  }
}
.l-sustainability .inner .sub {
  text-align: center;
}
.l-sustainability .section01 .wrap {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 15px;
}
.l-sustainability .section01 .wrap .ph {
  width: 489px;
  float: left;
  background: #eaeaea;
}
.l-sustainability .section01 .wrap .ph .cmt {
  background: #fff;
  padding: 15px;
  font-size: 13px;
}
.l-sustainability .section01 .wrap .ph .txt_area {
  padding: 25px 25px;
  font-size: 15px;
}
.l-sustainability .section01 .wrap .txt_box {
  width: 375px;
  float: right;
  background: #eaeaea;
  padding: 28px 75px;
}
.l-sustainability .section01 .box {
  text-align: center;
  font-size: 15px;
  margin-bottom: 35px;
}
.l-sustainability .section01 .box h4 {
  font-weight: 500;
  margin-bottom: 10px;
}
.l-sustainability .section01 .box.last {
  margin-bottom: 0;
}
.l-sustainability .section02 .ph01 {
  margin-bottom: 40px;
}
.l-sustainability .section02 .box {
  text-align: center;
  font-size: 15px;
  margin-bottom: 70px;
}
.l-sustainability .section02 .box h4 {
  font-weight: 500;
  margin-bottom: 10px;
}
.l-sustainability .section02 .ph02 {
  width: 858px;
  margin: 60px auto 45px;
}
.l-sustainability .section02 .wrap {
  margin-bottom: 60px;
}
.l-sustainability .section02 .wrap h3 {
  margin-bottom: 40px;
  font-size: 44px;
  font-weight: bold;
  color: #007DF9;
  text-align: center;
}
.l-sustainability .section02 .wrap .list {
  width: 520px;
  float: left;
  border-top: 1px solid #007df9;
  padding-top: 20px;
  padding-bottom: 30px;
}
.l-sustainability .section02 .wrap .list .tit {
  line-height: 37px;
  font-size: 21px;
  font-weight: 500;
  color: #007df9;
  margin-bottom: 10px;
}
.l-sustainability .section02 .wrap .list .tit span {
  display: inline-block;
  width: 37px;
  height: 37px;
  background: #007df9;
  border-radius: 50%;
  color: #fff;
  font-size: 19px;
  text-align: center;
  margin-right: 10px;
}
.l-sustainability .section02 .wrap .list:nth-child(2n) {
  float: right;
}
.l-sustainability .section02 .wrap .list:nth-child(16),
.l-sustainability .section02 .wrap .list:nth-child(17) {
  border-bottom: 1px solid #007df9;
}
.l-sustainability .section02 .wrap .txt {
  font-size: 15px;
  font-feature-settings: "palt";
}

@media screen and (max-width: 760px) {
  .l-sustainability .section01 .wrap {
    text-align: center;
    margin-bottom: 10%;
    padding: 0 0;
  }
  .l-sustainability .section01 .wrap .ph {
    width: 100%;
    float: none;
    background: #eaeaea;
  }
  .l-sustainability .section01 .wrap .ph .cmt {
    background: #fff;
    padding: 5%;
    font-size: 3.8vw;
  }
  .l-sustainability .section01 .wrap .ph .txt_area {
    padding: 5%;
    font-size: 3.8vw;
  }
  .l-sustainability .section01 .wrap .txt_box {
    width: 100%;
    float: none;
    background: #eaeaea;
    padding: 5%;
    text-align: left;
  }
  .l-sustainability .section01 .box {
    text-align: center;
    font-size: 3.8vw;
    margin-bottom: 8%;
  }
  .l-sustainability .section01 .box h4 {
    font-weight: 500;
    margin-bottom: 4%;
  }
  .l-sustainability .section01 .box .txt {
    text-align: left;
  }
  .l-sustainability .section01 .box.last {
    margin-bottom: 0;
  }
  .l-sustainability .section02 .ph01 {
    margin-bottom: 40px;
  }
  .l-sustainability .section02 .box {
    text-align: center;
    font-size: 3.8vw;
    margin-bottom: 10%;
  }
  .l-sustainability .section02 .box h4 {
    font-weight: 500;
    margin-bottom: 4%;
  }
  .l-sustainability .section02 .box .txt {
    text-align: left;
  }
  .l-sustainability .section02 .ph02 {
    width: 100%;
    margin: 0 auto 12%;
  }
  .l-sustainability .section02 .wrap h3 {
    font-size: 7vw;
    font-weight: 500;
    margin-bottom: 5%;
  }
  .l-sustainability .section02 .wrap .list {
    width: 100%;
    float: none;
    border-top: 1px solid #007df9;
    padding-top: 3%;
    padding-bottom: 8%;
  }
  .l-sustainability .section02 .wrap .list .tit {
    line-height: 30px;
    font-size: 4.3vw;
    font-weight: 500;
    color: #007df9;
    margin-bottom: 2%;
  }
  .l-sustainability .section02 .wrap .list .tit span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #007df9;
    border-radius: 50%;
    color: #fff;
    font-size: 3.8vw;
    text-align: center;
    margin-right: 5px;
  }
  .l-sustainability .section02 .wrap .list:nth-child(2n) {
    float: none;
  }
  .l-sustainability .section02 .wrap .list:nth-child(16) {
    border-bottom: none;
  }
  .l-sustainability .section02 .wrap .list:nth-child(17) {
    border-bottom: 1px solid #007df9;
  }
  .l-sustainability .section02 .wrap .txt {
    font-size: 3.8vw;
  }
}
/*2019 add*/
.l-sustainability .box_bg {
  padding: 15px 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  /* for sp */
}
@media screen and (max-width: 760px) {
  .l-sustainability .box_bg {
    margin-bottom: 0;
  }
}
.l-sustainability .box_bg .tit {
  color: #007df9;
  font-size: 28px;
  /* for sp */
}
@media screen and (max-width: 760px) {
  .l-sustainability .box_bg .tit {
    font-size: 6vw;
  }
}
.l-sustainability .box_area {
  /* for pc */
  /* for sp */
}
.l-sustainability .box_area h3 {
  font-family: "source-han-serif-japanese", serif;
  font-weight: 600;
  font-size: 26px;
}
@media screen and (min-width: 761px) {
  .l-sustainability .box_area {
    display: flex;
  }
  .l-sustainability .box_area .item {
    width: 50%;
  }
  .l-sustainability .box_area .item:last-child {
    margin-left: 2%;
    width: 48%;
    margin-top: 5px;
  }
  .l-sustainability .box_area .item .btn_more {
    margin-top: 30px;
  }
}
@media screen and (max-width: 760px) {
  .l-sustainability .box_area .box_bg {
    margin-bottom: 0%;
  }
  .l-sustainability .box_area .item {
    margin-bottom: 4%;
  }
  .l-sustainability .box_area .item h3 {
    margin-bottom: 4%;
  }
  .l-sustainability .box_area .item .btn_more {
    margin-top: 10%;
  }
}

.l-sustainability .box_bg {
  margin-bottom: 40px;
}
@media screen and (max-width: 760px) {
  .l-sustainability .box_bg {
    /* for sp Device Only */
    margin-bottom: 5%;
  }
}
.l-sustainability .box_bg .tit {
  font-size: 27px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 760px) {
  .l-sustainability .box_bg .tit {
    /* for sp Device Only */
    font-size: 5.6vw;
  }
}

.l-sustainability .section03 .inner {
  border-bottom: solid 2px #007DF9;
  margin-bottom: 80px;
  padding-bottom: 80px;
}
.l-sustainability .section03 .inner:last-child {
  border: none;
  margin: 0;
  padding-bottom: 0;
}
.l-sustainability .section03 .inner .sub {
  margin-bottom: 34px;
}
.l-sustainability .section03 .inner .btn {
  width: 270px;
}
.l-sustainability .section03 .inner .ph_limex {
  width: 560px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 760px) {
  .l-sustainability .section03 .inner .ph_limex {
    /* for sp Device Only */
    width: 100%;
    margin: 0 auto 9%;
  }
}
.l-sustainability .section03 .inner .ph_environment {
  width: 720px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 760px) {
  .l-sustainability .section03 .inner .ph_environment {
    /* for sp Device Only */
    width: 75%;
    margin: 0 auto 9%;
  }
}
.l-sustainability .section03 .inner .ph_quality,
.l-sustainability .section03 .inner .ph_works {
  width: 900px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 760px) {
  .l-sustainability .section03 .inner .ph_quality,
.l-sustainability .section03 .inner .ph_works {
    /* for sp Device Only */
    width: 75%;
    margin: 0 auto 9%;
  }
}
.l-sustainability .section03 .inner .ph_quality {
  width: 890px;
}
@media screen and (max-width: 760px) {
  .l-sustainability .section03 .inner .ph_quality {
    /* for sp Device Only */
    width: 75%;
    margin: 0 auto 9%;
  }
}
.l-sustainability .section03 .inner .txt_list {
  font-size: 15px;
  line-height: 2;
}
.l-sustainability .section03 .inner .txt_list li {
  margin-bottom: 10px;
  font-size: 20px;
  color: #007ef9;
}
.l-sustainability .section03 .inner .txt_list li small {
  display: block;
  line-height: 1.5;
  text-align: left;
  font-size: 14px;
  color: #000;
}
@media screen and (max-width: 760px) {
  .l-sustainability .section03 .inner .txt_list {
    /* for sp Device Only */
    font-size: 3.8vw;
  }
  .l-sustainability .section03 .inner .txt_list li {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.6;
  }
  .l-sustainability .section03 .inner .txt_list li small {
    padding-left: 1em;
    margin-top: 6px;
    line-height: 1.5;
  }
}
.l-sustainability .section03 .inner .txt_list02 {
  margin: 30px auto 0;
}
@media screen and (min-width: 761px) {
  .l-sustainability .section03 .inner .txt_list02 {
    display: flex;
  }
}
.l-sustainability .section03 .inner .txt_list02 ul {
  margin-right: 50px;
}
.l-sustainability .section03 .inner .txt_list02 li {
  font-size: 15px;
  margin-bottom: 0;
  color: #000;
}

@media screen and (max-width: 760px) {
  .l-keyword .p-visual {
    padding-bottom: 0;
  }
}

/*----------------------------------------
  c-button
----------------------------------------*/
.c-button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 470px;
  height: 70px;
  background: #FF2BB2;
  text-align: center;
  transition: 0.3s;
  box-sizing: border-box;
}
.c-button a:before, .c-button a:after {
  content: "";
  position: absolute;
}
.c-button a:before {
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #007DF9;
  transition: 0.3s;
}
.c-button a:after {
  top: 0;
  bottom: 0;
  right: 20px;
  width: 24px;
  height: 5px;
  background: url(../images/cmn/icon_arrow_wh.png) 0 0/cover;
  margin: auto;
}
.c-button a:hover {
  opacity: 1;
}
.c-button a:hover:before {
  width: 100%;
  left: 0;
}
.c-button a span {
  position: relative;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  transition: 0.3s;
}
.c-button.mod-a a {
  width: 300px;
  height: 50px;
  background: none;
  border: 1px solid #fff;
}
.c-button.mod-a a:before {
  background: #fff;
}
.c-button.mod-a a:hover span {
  color: #FF2BB2;
}
.c-button.mod-a a span {
  font-size: 14px;
}
.c-button.mod-b a {
  width: 300px;
  height: 50px;
  background: #007DF9;
}
.c-button.mod-b a:before {
  background: #FF2BB2;
}
.c-button.mod-b a span {
  font-size: 14px;
}
.c-button.mod-c a {
  width: 300px;
  height: 50px;
}
.c-button.mod-c a span {
  font-size: 14px;
}
.c-button.mod-d a {
  width: 390px;
  height: 70px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #ff2bb2;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ff2bb2 0%, #ff82d2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ff2bb2 0%, #ff82d2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ff2bb2 0%, #ff82d2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff2bb2", endColorstr="#ff82d2",GradientType=1 );
  /* IE6-9 */
}
.c-button.mod-d a span {
  margin: 0 0 0 10px;
}
.c-button.mod-d a span:nth-child(2) {
  font-size: 20px;
}
.c-button.mod-e a {
  width: 380px;
}
.c-button.mod-f a {
  width: 390px;
}
.c-button.mod-g a {
  width: 390px;
  background: #007DF9;
}
.c-button.mod-g a:before {
  background: #FF2BB2;
}
.c-button.mod-h a {
  width: 580px;
  height: 85px;
}
.c-button.mod-h a span {
  font-size: 20px;
}

@media screen and (max-width: 760px) {
  .c-button a {
    width: 90vw;
    height: 22vw;
  }
  .c-button a span {
    font-size: 4.3vw;
  }
  .c-button.mod-a a {
    width: 73vw;
    height: 12vw;
  }
  .c-button.mod-a a span {
    font-size: 4.1vw;
  }
  .c-button.mod-b a {
    width: 73vw;
    height: 12vw;
  }
  .c-button.mod-b a span {
    font-size: 4.1vw;
  }
  .c-button.mod-c a {
    width: 73vw;
    height: 12vw;
  }
  .c-button.mod-c a span {
    font-size: 4.1vw;
  }
  .c-button.mod-d a {
    width: 90vw;
    height: 22vw;
    font-size: 4.8vw;
  }
  .c-button.mod-d a span {
    margin: 0 0 0 2vw;
  }
  .c-button.mod-d a span:nth-child(2) {
    font-size: 8.4vw;
  }
  .c-button.mod-e a {
    width: 90vw;
    height: 30vw;
  }
  .c-button.mod-f a {
    width: 90vw;
  }
  .c-button.mod-g a {
    width: 90vw;
  }
  .c-button.mod-h a {
    width: 90vw;
    height: 30vw;
    line-height: 1.4;
  }
  .c-button.mod-h a span {
    font-size: 5.1vw;
  }
}
/*----------------------------------------
  c-content
----------------------------------------*/
.c-content__other {
  background: #FF2BB2;
  padding: 80px 40px;
}
.c-content__other__container {
  max-width: 1200px;
  margin: auto;
}
.c-content__other__container h2 {
  font-size: 45px;
  font-weight: bold;
  font-family: din-2014,  sans-serif;
  color: #fff;
  text-align: center;
  margin: 0 0 20px;
}
.c-content__other__container ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}
.c-content__other__container ul li {
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
}
.c-content__other__container ul li a {
  display: block;
}
.c-content__other__container ul li a span {
  display: block;
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 10px 0 0;
}
.c-content__menu {
  padding: 60px 40px;
}
.c-content__menu ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}
.c-content__menu ul li {
  flex: 1;
  margin: 0 10px;
}
.c-content__menu ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  font-size: 29px;
  font-weight: bold;
  color: #fff;
  background: #007DF9;
  text-align: center;
  padding: 30px 20px;
  box-sizing: border-box;
}
.c-content__menu ul li a:before {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 24px;
  height: 5px;
  background: url(../images/cmn/icon_arrow_wh.png) 0 0/cover;
}
.c-content__menu ul li a span {
  display: block;
  font-size: 19px;
  font-family: din-2014,  sans-serif;
  color: #fff;
  opacity: 0.4;
}

@media screen and (max-width: 760px) {
  .c-content__other {
    padding: 10vw 5vw;
  }
  .c-content__other__container h2 {
    font-size: 8.4vw;
    margin: 0 0 5vw;
  }
  .c-content__other__container ul {
    flex-wrap: wrap;
    margin: 0 -2vw;
  }
  .c-content__other__container ul li {
    width: 50%;
    padding: 0 2vw 4vw;
  }
  .c-content__other__container ul li a span {
    font-size: 4.6vw;
    margin: 2vw 0 0;
    line-height: 1.3;
  }
  .c-content__menu {
    padding: 10vw 5vw;
  }
  .c-content__menu ul {
    display: block;
    margin: 0;
  }
  .c-content__menu ul li {
    margin: 0 0 5vw;
  }
  .c-content__menu ul li:last-child {
    margin: 0;
  }
  .c-content__menu ul li a {
    font-size: 6.9vw;
    padding: 8vw 2vw;
  }
  .c-content__menu ul li a span {
    font-size: 4.6vw;
  }
}
/*----------------------------------------
  p-business
----------------------------------------*/
.l-recruit .p-business,
.l-business .p-business {
  background: #eee;
  padding: 100px 40px;
}
.l-recruit .p-business__container,
.l-business .p-business__container {
  max-width: 1200px;
  margin: auto;
}
.l-recruit .p-business__head,
.l-business .p-business__head {
  margin: 0 0 30px;
}
.l-recruit .p-business__head h2,
.l-business .p-business__head h2 {
  font-size: 44px;
  color: #007DF9;
  text-align: center;
}
.l-recruit .p-business__head h2 span,
.l-business .p-business__head h2 span {
  display: block;
  font-size: 30px;
  color: #007DF9;
  opacity: 0.4;
}
.l-recruit .p-business__body,
.l-business .p-business__body {
  margin: 0 0 50px;
}
.l-recruit .p-business__body__block,
.l-business .p-business__body__block {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 50px;
  margin: 0 0 50px;
}
.l-recruit .p-business__body__block:nth-child(even),
.l-business .p-business__body__block:nth-child(even) {
  flex-direction: row-reverse;
}
.l-recruit .p-business__body__block:last-child,
.l-business .p-business__body__block:last-child {
  margin: 0;
}
.l-recruit .p-business__body__block .photo,
.l-business .p-business__body__block .photo {
  width: 40%;
}
.l-recruit .p-business__body__block .content,
.l-business .p-business__body__block .content {
  width: 56%;
}
.l-recruit .p-business__body__block .content h3,
.l-business .p-business__body__block .content h3 {
  font-size: 34px;
  font-weight: bold;
  color: #007DF9;
  margin: 0 0 20px;
}
.l-recruit .p-business__body__block .content p,
.l-business .p-business__body__block .content p {
  font-size: 15px;
  line-height: 2;
}
.l-recruit .p-business__foot,
.l-business .p-business__foot {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 760px) {
  .l-recruit .p-business,
.l-business .p-business {
    padding: 10vw 5vw;
  }
  .l-recruit .p-business__head,
.l-business .p-business__head {
    margin: 0 0 5vw;
  }
  .l-recruit .p-business__head h2,
.l-business .p-business__head h2 {
    font-size: 9.4vw;
  }
  .l-recruit .p-business__head h2 span,
.l-business .p-business__head h2 span {
    font-size: 6.4vw;
  }
  .l-recruit .p-business__body,
.l-business .p-business__body {
    margin: 0 0 5vw;
  }
  .l-recruit .p-business__body__block,
.l-business .p-business__body__block {
    display: block;
    padding: 5vw;
    margin: 0 0 5vw;
  }
  .l-recruit .p-business__body__block .photo,
.l-business .p-business__body__block .photo {
    width: 100%;
    margin: 0 0 4vw;
  }
  .l-recruit .p-business__body__block .content,
.l-business .p-business__body__block .content {
    width: 100%;
  }
  .l-recruit .p-business__body__block .content h3,
.l-business .p-business__body__block .content h3 {
    font-size: 7.6vw;
    text-align: center;
    margin: 0 0 2vw;
  }
  .l-recruit .p-business__body__block .content p,
.l-business .p-business__body__block .content p {
    font-size: 3.8vw;
  }
}
/*----------------------------------------
  c-message
----------------------------------------*/
.c-message {
  position: relative;
  padding: 0 40px 100px;
  margin: 0 0 -100px;
}
.c-message:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/cmn/bg_message01.jpg);
  opacity: 0.2;
  z-index: -1;
}
.c-message__content {
  margin: 0 0 30px;
}
.c-message__content h2 {
  font-size: 35px;
  font-weight: bold;
  font-family: din-2014,  sans-serif;
  color: #007DF9;
  background: linear-gradient(to right, #007df9 25%, rgba(0, 125, 249, 0.2) 80%);
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
  margin: 0 0 10px;
}
.c-message__content h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}
.c-message__content p {
  font-size: 15px;
  text-align: center;
  line-height: 2;
}
.c-message__btn {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 760px) {
  .c-message {
    padding: 0 5vw 20vw;
    margin: 0 0 -10vw;
  }
  .c-message:before {
    background-size: 400%;
  }
  .c-message__photo {
    margin: 0 -5vw 5vw;
  }
  .c-message__content {
    margin: 0 0 5vw;
  }
  .c-message__content h2 {
    font-size: 8.4vw;
    margin: 0 0 2vw;
  }
  .c-message__content h3 {
    font-size: 5.8vw;
    margin: 0 0 4vw;
  }
  .c-message__content p {
    font-size: 3.8vw;
    text-align: left;
  }
}
/*----------------------------------------
  c-sns
----------------------------------------*/
.c-sns {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 20px;
  margin: 100px 0 0;
}
.c-sns:before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  transform: rotate(180deg);
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=0 );
  /* IE6-9 */
}
.c-sns h2 {
  font-size: 24px;
  font-weight: bold;
  color: #FF2BB2;
  margin: 0 20px 0 0;
}
.c-sns ul {
  display: flex;
  align-items: center;
}
.c-sns ul li {
  margin: 0 16px;
}
.c-sns ul li a {
  display: block;
  height: 34px;
}
.c-sns ul li a img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 760px) {
  .c-sns {
    flex-direction: column;
    padding: 8vw 2vw;
    margin: 10vw 0 0;
  }
  .c-sns:before {
    top: -10vw;
    height: 10vw;
  }
  .c-sns h2 {
    font-size: 5.6vw;
    margin: 0 0 4vw;
  }
  .c-sns ul {
    display: flex;
    align-items: center;
  }
  .c-sns ul li {
    margin: 0 2vw;
  }
  .c-sns ul li a {
    height: 10vw;
  }
}
/* ------------------------------------

icon

------------------------------------ */
/*  p-item__icons  */
.p-item__icons .icon {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  text-align: center;
  padding: 1px 8px;
  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) {
  .p-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: #ff2bb2;
  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;
}

/*  p-visual  */
.p-visual {
  padding: 100px 40px;
}
.p-visual h2 {
  font-size: 49px;
  font-weight: bold;
  color: #FF2BB2;
  text-align: center;
  margin: 0 0 20px;
}
.p-visual h2 span {
  display: block;
  font-size: 33px;
  font-weight: bold;
  font-family: din-2014,  sans-serif;
  color: #FF2BB2;
  opacity: 0.4;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 2px;
}
.p-visual h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}
.p-visual p {
  font-size: 15px;
  text-align: center;
}

.p-visual.p-visual02 {
  padding-bottom: 30px;
}

@media screen and (max-width: 760px) {
  .p-visual {
    padding: 22vw 5vw 10vw;
  }
  .p-visual h2 {
    font-size: 8.4vw;
    margin: 0 0 5vw;
    line-height: 1.2;
  }
  .p-visual h2 span {
    font-size: 9.2vw;
    padding-bottom: 2vw;
  }
  .p-visual h3 {
    font-size: 5.6vw;
    margin: 0 0 2vw;
    line-height: 1.4;
  }
  .p-visual p {
    font-size: 3.8vw;
    text-align: left;
  }
}
.l-page .p-visual h2.color02 {
  color: #007df9;
}
.l-page .p-visual h2.color02 span {
  color: #007df9;
  opacity: 0.4;
}
.l-page .p-visual h3.color01 {
  color: #ff2bb2;
}

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

@keyframes text01 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1299.5px);
  }
}
@keyframes text02 {
  0% {
    transform: translateX(-997px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes text03 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1639px);
  }
}
@keyframes text04 {
  0% {
    transform: translateX(-1268px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes text05 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1462.5px);
  }
}
@keyframes text06 {
  0% {
    transform: translateX(-1450.5px);
  }
  100% {
    transform: translateX(0);
  }
}
/*----------------------------------------
  u-animation
----------------------------------------*/
.u-animation {
  transition: 0.8s;
}
.u-animation[data-type=fadeUp] {
  opacity: 0;
  visibility: hidden;
  transform: translateY(80px);
}
.u-animation[data-type=fadeUp].in-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.u-animation[data-type=fadeIn] {
  opacity: 0;
  visibility: hidden;
}
.u-animation[data-type=fadeIn].in-active {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 760px) {
  .u-animation[data-type=fadeUp] {
    transform: translateY(30px);
  }
}
.l-design {
  padding-top: 80px;
  position: relative;
}
@media print, screen and (min-width: 741px) {
  .l-design p {
    width: 1446px;
    position: absolute;
    left: 50%;
    margin-left: -723px;
    padding: 0 0;
  }
}

@media screen and (max-width: 760px) {
  .btn_fix {
    position: fixed;
    bottom: 0;
    left: 0;
  }
}

.l-design.l-design02 {
  padding-top: 0;
}

@media print, screen and (min-width: 741px) {
  .l-step .l-design {
    height: 4477px;
  }
}

@media print, screen and (min-width: 741px) {
  .l-welfare .l-design {
    height: 4694px;
  }
}

@media print, screen and (min-width: 741px) {
  .l-about .l-design {
    height: 4510px;
  }
}

@media print, screen and (min-width: 741px) {
  .l-keyword .l-design {
    height: 9440px;
  }
}

@media print, screen and (min-width: 741px) {
  .l-business .l-design {
    height: 4510px;
  }
}

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

.p-entry-box{width: 600px;max-width: 90%;margin: 0 auto;padding: 40px; background-color: #FFF; border: 1px solid #000;}
.p-entry-box-ite:not(:last-child){margin-bottom: 20px;}
.p-entry-box-ite .c-button:not(:last-child){margin-bottom: 20px;}
.p-entry-box-ite .c-button a{width: 100%;}
.p-entry-box-bnn{display: flex; justify-content: space-between; padding: 20px;background-color: #e7e6e6;}
.p-entry-box-bnn li{width: calc(50% - 10px)}
.p-entry-box-bnn li a{padding: 20px;background-color: #FFF; cursor: pointer;width: 100%;display: flex; height: 70px; justify-content: center; align-items: center;}
.p-entry-box-tt{font-size: 22px;font-weight: bold;text-align: center; margin-bottom: 30px; position: relative;padding: 10px;}
.p-entry-box-tt.nobor{margin: -10px 0 10px 0; padding: 0;}
.p-entry-box-tt:not(.nobor){border: 1px solid #000;}
.p-entry-box-tt:not(.nobor):before { content: ""; position: absolute; left: 0; right: 0; bottom: -11px; width: 20px; height: 20px; margin: auto; border-right: 1px solid #000; border-bottom: 1px solid #000; transform: rotate(45deg); box-sizing: border-box; }
.p-entry-box-tt:not(.nobor):after { content: ""; position: absolute; right: 0; left: 0; bottom: -1px; width: 26px; height: 1px; background: #fff; margin: auto; }
.c-button.bg-blue a{background: #007DF9;}
.c-button.bg-blue a:before{background: linear-gradient(to right, #ff2bb2 0%, #ff82d2 100%);}
.pd-b0{padding-bottom: 0 !important;}

@media print, screen and (max-width: 768px) {
  .p-entry-box{padding: 20px}
  .p-entry-box-ite .c-button a{padding: 0 40px 0 20px;max-height: 100px;}
  .p-entry-box-ite .c-button a span{font-size: 3.3vw;}
  .p-entry-box-tt{font-size: 3.7vw;}
}
