@charset "UTF-8";
/*!
 * sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css
 */
/*
 * Normalization
 */
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

input[type="number"] {
  width: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

small {
  font-size: 75%;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  box-sizing: border-box;
  cursor: default;
  color: #000;
  font: 16px / 1.5 "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: .05em;
  text-rendering: optimizeLegibility;
}

html {
  background-color: #FFFFFF;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #b81d3a;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #b81d3a;
  color: #fff;
  text-shadow: none;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
/*
@font-face {
  font-family: 'primeleap';
  src: url("../fonts/primeleap.ttf?qu1mta") format("truetype"), url("../fonts/primeleap.woff?qu1mta") format("woff"), url("../fonts/primeleap.svg?qu1mta#primeleap") format("svg");
  font-weight: normal;
  font-style: normal;
} */

/* [class^="icon-"], [class*=" icon-"] { */
  /* use !important to prevent issues with browser extensions that change fonts */
  /* font-family: 'primeleap' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; */
  /* Better Font Rendering =========== */
  /* -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */

.icon-quotes:before {
  content: "\e902";
}

.icon-facebook:before {
  content: "\e901";
}

.icon-twitter:before {
  content: "\e900";
}

.c-section {
  padding: 70px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-section h2 {
  position: relative;
  margin-bottom: 10px;
  color: #b81d3a;
  font-family: "minion-pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "Hiragino Kaku Gothic ProN, Arial", Meiryo, sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: .08em;
  text-align: center;
}

.c-section h2 span {
  display: block;
  margin-top: 10px;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 21px;
  text-transform: none;
  text-align: center;
}

.c-section h3 {
  position: relative;
  font-size: 18px;
  letter-spacing: .15em;
  text-align: center;
}

.c-section p {
  margin-bottom: 20px;
  letter-spacing: .05em;
  line-height: 2;
}

.c-section .more {
  display: flex;
  justify-content: center;
}

.c-section .more a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  padding: 10px 25px;
  background: #bbb430;
  color: #fff;
  font-size: 14px;
  letter-spacing: .05em;
}

.c-section .more a::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 6px;
  border-style: solid;
  border-width: 2.5px 0 2.5px 5px;
  border-color: transparent transparent transparent #fff;
  content: '';
}

.c-section .more a::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30%;
  width: 20px;
  background: linear-gradient(90deg, transparent 20%, rgba(255, 255, 255, 0.8) 60%, transparent);
  transform: scale(2) rotate(20deg);
  content: '';
}

.c-section .more a:hover::after {
  animation: shine 0.9s cubic-bezier(0.5, 0, 0.75, 1) forwards;
}

@keyframes shine {
  0% {
    left: -30%;
  }
  100% {
    left: 120%;
  }
}

.c-section.about h2 {
  margin-bottom: 40px;
}

.c-section.about h2::after {
  display: block;
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  z-index: -1;
  width: 292px;
  height: 174px;
  margin: 0 auto;
  background: url("/public/images/top_about_bg@2x.jpg") center/contain no-repeat;
  content: '';
}

.c-section.about h3 {
  margin-bottom: 60px;
  font-size: 21px;
}

.c-section.about h3::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  width: 20px;
  height: 0;
  margin: 0 auto;
  border-bottom: 2px solid #b81d3a;
  content: '';
}

.c-section.about p {
  text-align: center;
}

.c-section.technology {
  padding: 50px 0;
  background-image: url("/public/images/top_tech_bg@2x.jpg");
}

.c-section.technology h2 {
  text-align: left;
}

.c-section.technology h3 {
  margin-bottom: 60px;
  text-align: left;
}

.c-section.technology h3::after {
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 20px;
  height: 0;
  border-bottom: 2px solid #b81d3a;
  content: '';
}

.c-section.technology-sub {
  text-align: center;
}

.c-section.technology-sub .wrapper {
  display: flex;
}

.c-section.technology-sub .wrapper > * {
  width: 50%;
}

.c-section.technology-sub .text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.6em;
  margin-bottom: 40px;
}

.c-section.technology-sub .figure {
  vertical-align: bottom;
}

.c-section.technology-sub h4 {
  margin-bottom: 25px;
  font-size: 21px;
  letter-spacing: .2em;
}

.c-section.technology-sub h4::before {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 14px;
  background: url("/public/images/icon_cube@2x.png") center/contain no-repeat;
  content: '';
}

.c-section.technology-sub p {
  font-size: 14px;
  line-height: 1.8;
}

.c-section.news {
  background-color: #eee;
  background-image: linear-gradient(45deg, #fff 25%, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff 75%), linear-gradient(-135deg, #fff 25%, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff 75%);
  background-position: 0 0, 3px 3px;
  background-repeat: repeat;
  background-size: 6px 6px;
}

.c-section.news .wrapper {
  padding: 40px 60px;
  background: #fff;
}

.c-section.news .list ul {
  list-style: none;
}

.c-section.news .list ul li {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px dashed #adadad;
}

.c-section.news .list ul li > * + * {
  margin-left: 15px;
}

.c-section.news .list ul li .date {
  color: #4b4b4b;
  font-family: "minion-pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "Hiragino Kaku Gothic ProN, Arial", Meiryo, sans-serif;
}

.c-section.news .list ul li .category {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 24px;
  background: #b81d3a;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.c-section.news .list ul li .title {
  color: #4b4b4b;
  font-size: 15px;
}

.c-section.news .list ul li .title a {
  display: inline;
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
  color: #bbb430;
}

.c-section.news .list ul li .title a:hover {
  border-bottom-color: #bbb430;
}

.c-section.news .archive {
  text-align: right;
}

.c-section.news .archive a {
  display: inline;
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
  color: #bbb430;
  font-size: 15px;
}

.c-section.news .archive a:hover {
  border-bottom-color: #bbb430;
}

.p-intern__container + * {
  margin-top: 20px;
}

.p-intern__links {
  margin-bottom: 65px;
}

.p-intern__links ul {
  display: flex;
  list-style: none;
  margin: 0 -3px;
}

@media only screen and (max-width: 767px) {
  .p-intern__links ul {
    flex-wrap: wrap;
    margin: -3px;
  }
}

.p-intern__links ul li {
  width: calc(100% / 5 - 6px);
  margin: 0 3px;
}

@media only screen and (max-width: 767px) {
  .p-intern__links ul li {
    width: calc(100% / 2 - 6px);
    margin: 3px;
  }
}

.p-intern__links ul li.jimu a {
  color: #00479d;
}

.p-intern__links ul li.jimu a:hover .links__content {
  background: #00479d;
  color: #fff;
}

.p-intern__links ul li.jimu a:hover .links__content::after {
  border-left-color: #fff;
}

.p-intern__links ul li.jimu .links__heading {
  background: #00479d;
}

.p-intern__links ul li.jimu .links__content::after {
  border-left-color: #00479d;
}

.p-intern__links ul li.kougaku a {
  color: #c8102c;
}

.p-intern__links ul li.kougaku a:hover .links__content {
  background: #c8102c;
  color: #fff;
}

.p-intern__links ul li.kougaku a:hover .links__content::after {
  border-left-color: #fff;
}

.p-intern__links ul li.kougaku .links__heading {
  background: #c8102c;
}

.p-intern__links ul li.kougaku .links__content::after {
  border-left-color: #c8102c;
}




.p-intern__links ul li.shokuhinkagaku a {
  color: #8fc31f;
}

.p-intern__links ul li.shokuhinkagaku a:hover .links__content {
  background: #8fc31f;
  color: #fff;
}

.p-intern__links ul li.shokuhinkagaku a:hover .links__content::after {
  border-left-color: #fff;
}

.p-intern__links ul li.shokuhinkagaku .links__heading {
  background: #8fc31f;
}

.p-intern__links ul li.shokuhinkagaku .links__content::after {
  border-left-color: #8fc31f;
}


.p-intern__links ul li.nbc a {
  color: #f2b941;
}

.p-intern__links ul li.nbc a:hover .links__content {
  background: #f2b941;
  color: #fff;
}

.p-intern__links ul li.nbc a:hover .links__content::after {
  border-left-color: #fff;
}

.p-intern__links ul li.nbc .links__heading {
  background: #f2b941;
}

.p-intern__links ul li.nbc .links__content::after {
  border-left-color: #f2b941;
}

.p-intern__links ul li a {
  display: block;
  border: 3px solid;
  transition: all 0.3s;
}


/*オリエンタル追加*/

.p-intern__links ul li.oriental a {
  color: #d091b9;
}

.p-intern__links ul li.oriental a:hover .links__content {
  background: #d091b9;
  color: #fff;
}

.p-intern__links ul li.oriental a:hover .links__content::after {
  border-left-color: #fff;
}

.p-intern__links ul li.oriental .links__heading {
  background: #d091b9;
}



/*募集終了時無効化*/
.p-intern__links ul li.jimu a.notactive,
.p-intern__links ul li.kougaku a.notactive,
.p-intern__links ul li.shokuhinkagaku a.notactive {
  pointer-events: none;
  color: #a0a0a0;
}
.p-intern__links ul li.jimu a.notactive .links__content::after,
.p-intern__links ul li.kougaku a.notactive .links__content::after,
.p-intern__links ul li.shokuhinkagaku a.notactive .links__content::after{
  border-left-color: #a0a0a0;
}
.p-intern__links ul li.jimu a.notactive .links__heading,
.p-intern__links ul li.kougaku a.notactive .links__heading,
.p-intern__links ul li.shokuhinkagaku a.notactive .links__heading {
  background: #a0a0a0;
}

@media only screen and (max-width: 767px) {
  .p-intern__links ul li a {
    border-width: 2px;
  }
}

.p-intern__links .links__heading {
  display: block;
  padding: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
/*.p-intern__links .links__heading.comingsoon:after {
  content: "coming soon";
  font-size: 12px;
  position: absolute;
  top: 40px;
  left: 22%;
  color: #fff;
  z-index: 9;
}*/

.p-intern__links li p.comingsoon {
  text-align: center;
  color: #a0a0a0;
  padding-top: 5px;
  font-weight: bold;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .p-intern__links .links__heading {
    padding: 12px;
    font-size: 14px;
  }
}

.p-intern__links .links__content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 95px;
  padding: 8px;
  padding-bottom: 16px;
  text-align: center;
  line-height: 1.4;
  transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
  .p-intern__links .links__content {
    height: 80px;
  }
}

.p-intern__links .links__content::after {
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #000;
  transition: all 0.3s;
  content: '';
}

.p-intern__button a {
  display: flex;
  position: relative;
  height: 328px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*募集終了時a無効化*/

.p-intern__button a.notactive {
  pointer-events: none;
  opacity: 0.7;
}
.p-intern__button a.notactive {
  position: relative;
}

.p-intern__button a.notactive:before {
  content: "coming soon";
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 47%;
  left: 40%;
  color: #fff;
  z-index: 9;
}





@media only screen and (max-width: 767px) {
  .p-intern__button a {
    height: 160px;
  }
  .p-intern__button a.notactive:before {
    top: 40%;
    left: 30%;
    font-size: 16px;
  }
}

.p-intern__button a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s;
  content: '';
}

.p-intern__button a:hover::after {
  opacity: 1;
}

.p-intern__button a + a {
  margin-top: 20px;
}

.p-intern__button a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .05em;
  text-align: center;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .p-intern__button a span {
    width: calc(100% / 2.8);
    font-size: 12px;
    font-weight: normal;
  }
}

.p-intern__button a.jimu {
  justify-content: flex-end;
}

.p-intern__button a.kougaku {
  justify-content: flex-start;
}

.p-intern__button a.kougaku:nth-child(2n) {
  justify-content: flex-end;
}

.l-wrapper {
  position: relative;
  min-width: 1428px;
  background: url("/public/images/common_bg_pattern.jpg");
  overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
  .l-wrapper {
    width: 100%;
    min-width: inherit;
  }
}

.l-container {
  width: 1388px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .l-container {
    width: 100%;
    padding: 0 10px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}

.l-header .l-container {
  width: auto;
  min-width: 1388px;
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .l-header .l-container {
    min-width: auto;
    padding: 0 10px;
  }
}

.l-header__wrapper {
  display: flex;
  height: 70px;
}

@media only screen and (max-width: 767px) {
  .l-header__wrapper {
    justify-content: space-between;
    height: 35px;
  }
}

.l-header__logo {
  display: flex;
  align-items: center;
  font-family: 'citizen';
  font-size: 18px;
  font-weight: 700;
}

.l-header__logo a {
  display: flex;
  align-items: center;
  color: #000;
  transition: all 0.3s;
}

.l-header__logo a:hover {
  opacity: .7;
}

@media only screen and (max-width: 767px) {
  .l-header__logo img {
    width: auto;
    height: 15px;
  }
}

.l-header__logo span {
  margin-left: 10px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .l-header__logo span {
    margin-left: 5px;
    padding-top: 1px;
    font-size: 13px;
    line-height: 1;
  }
}

.l-header__menu {
  flex: 1 auto;
  margin-left: 90px;
}

@media only screen and (max-width: 767px) {
  .l-header__menu {
    display: none;
  }
}

.l-header__menu nav {
  height: 100%;
}

.l-header__menu nav ul {
  display: flex;
  height: 100%;
}

.l-header__menu nav ul li {
  margin-right: 20px;
}

.l-header__menu nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #000;
  font-size: 13px;
  white-space: nowrap;
  transition: color 0.3s;
  text-align: center;
  line-height: 160%;
}

.l-header__menu nav ul li a:hover {
  color: #e60021;
}

.l-header__menu nav ul li.parent:hover .submenu {
  max-height: 9999px;
  opacity: 1;
}

.l-header__menu nav ul li.mypage, .l-header__menu nav ul li.entry {
  width: 70px;
  margin-right: 0;
}

.l-header__menu nav ul li.mypage a, .l-header__menu nav ul li.entry a {
  background: #e60021;
  color: #fff;
  font-family: 'citizen';
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s;
}

.l-header__menu nav ul li.mypage a:hover, .l-header__menu nav ul li.entry a:hover {
  background: #000;
}

.l-header__menu nav ul li.mypage {
  margin-left: auto;
  border-right: 1px solid #fff;
}

.l-header__menu nav ul li.globalnavi {
  position: relative;
  width: 70px;
  margin-right: 0;
  cursor: pointer;
}

.l-header__menu nav ul li.globalnavi.is-toggle .trigger {
  background: transparent;
}

.l-header__menu nav ul li.globalnavi.is-toggle .trigger::before {
  margin-top: 0;
  transform: rotate(-135deg);
}

.l-header__menu nav ul li.globalnavi.is-toggle .trigger::after {
  margin-top: 0;
  transform: rotate(-45deg);
}

.l-header__menu nav ul li.globalnavi.is-toggle .wrapper {
  opacity: 1;
  pointer-events: auto;
}

.l-header__menu nav ul li.globalnavi .trigger {
  position: absolute;
  top: 50%;
  right: 22px;
  z-index: 100;
  width: 26px;
  height: 3px;
  background: #e60021;
  transition: all 0.3s;
  pointer-events: none;
}

.l-header__menu nav ul li.globalnavi .trigger::before, .l-header__menu nav ul li.globalnavi .trigger::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  height: 3px;
  background: #e60021;
  transition: all 0.3s;
  content: '';
}

.l-header__menu nav ul li.globalnavi .trigger::before {
  margin-top: -11px;
}

.l-header__menu nav ul li.globalnavi .trigger::after {
  margin-top: 7px;
}

.l-header__menu nav ul li.globalnavi .wrapper {
  position: fixed;
  top: 70px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  transition: all 0.3s;
}

.l-header__menu .parent.text .submenu ul li {
  width: calc(100% / 4);
}

.l-header__menu .parent.text .submenu ul li a {
  font-size: 14px;
  text-indent: 0;
}

.l-header__menu .parent.text .submenu ul li a:hover {
  color: #fff;
}


.l-header__menu .parent.text.btn3 .submenu ul li {
  width: calc(100% / 3);
}
.l-header__menu .parent.text.btn2 .submenu ul li {
  width: calc(100% / 2);
}

.l-header__menu .submenu {
  position: absolute;
  left: 0;
  z-index: 99;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  background: #fff;
  opacity: 0;
  transition: all 0.3s;
}

.l-header__menu .submenu ul {
  display: flex;
  margin: 0 auto;
  border-right: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  background: #fff;
}

.l-header__menu .submenu ul li {
  width: calc(100% / 7);
  margin-right: 0;
}

.l-header__menu .submenu ul li + li {
  border-left: 1px solid #dfdfdf;
}

.l-header__menu .submenu ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 12px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.3s;
}


.l-header__menu .submenu ul li a.logo_01 {
  background-image: url("/public/images/logo_01@2x.png");
}

.l-header__menu .submenu ul li a.logo_01:hover {
  background-image: url("/public/images/logo_01_white@2x.png");
}

.l-header__menu .submenu ul li a.logo_02 {
  background-image: url("/public/images/logo_02@2x.png");
}

.l-header__menu .submenu ul li a.logo_02:hover {
  background-image: url("/public/images/logo_02_white@2x.png");
}

.l-header__menu .submenu ul li a.logo_03 {
  background-image: url("/public/images/logo_03@2x.png");
}

.l-header__menu .submenu ul li a.logo_03:hover {
  background-image: url("/public/images/logo_03_white@2x.png");
}

.l-header__menu .submenu ul li a.logo_04 {
  background-image: url("/public/images/logo_04@2x.png");
}

.l-header__menu .submenu ul li a.logo_04:hover {
  background-image: url("/public/images/logo_04_white@2x.png");
}

.l-header__menu .submenu ul li a.logo_05 {
  background-image: url("/public/images/logo_05@2x.png");
}

.l-header__menu .submenu ul li a.logo_05:hover {
  background-image: url("/public/images/logo_05_white@2x.png");
}

.l-header__menu .submenu ul li a.logo_06 {
  background-image: url("/public/images/logo_06@2x.png");
}

.l-header__menu .submenu ul li a.logo_06:hover {
  background-image: url("/public/images/logo_06_white@2x.png");
}

.l-header__menu .submenu ul li a.logo_07 {
  background-image: url("/public/images/logo_07@2x.png");
}

.l-header__menu .submenu ul li a.logo_07:hover {
  background-image: url("/public/images/logo_07_white@2x.png");
}

.l-header__menu .submenu ul li a.logo_08 {
  background-image: url("/public/images/logo_08@2x.png");
}

.l-header__menu .submenu ul li a.logo_08:hover {
  background-image: url("/public/images/logo_08_white@2x.png");
}

.l-header__menu .submenu ul li a:hover {
  background-color: #e60021;
}

.l-header__menu .submenu ul li a.jimu:hover {
  background-color: #00479d;
}
.l-header__menu .submenu ul li a.shokuhinkagaku:hover {
  background-color: #8fc31f;
}
.l-header__menu .submenu ul li a.shokuhinkagaku:visited {
  text-decoration: none;
}
.l-header__menu .submenu ul li a.nbc:hover {
  background-color: #f7bf4a;
}
.l-header__menu .submenu ul li a.oriental:hover {
  background-color: #d091b9;
}

.l-header__menu .submenu ul li a span {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.l-header__globalnavi {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0;
  cursor: pointer;
}
.l-header__menu .submenu ul li.notactive {
  pointer-events: none;
  background-color: #a0a0a0;

}
.l-header__menu .submenu ul li.notactive a {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .l-header__globalnavi {
    display: block;
    width: 35px;
    height: 35px;
    transition: all 0.3s;
  }
}

.l-header__globalnavi.is-toggle {
  background: #e60021;
}

.l-header__globalnavi.is-toggle .trigger {
  background: transparent;
}

.l-header__globalnavi.is-toggle .trigger::before, .l-header__globalnavi.is-toggle .trigger::after {
  background: #fff;
}

.l-header__globalnavi.is-toggle .trigger::before {
  margin-top: 0;
  transform: rotate(-135deg);
}

.l-header__globalnavi.is-toggle .trigger::after {
  margin-top: 0;
  transform: rotate(-45deg);
}

.l-header__globalnavi.is-toggle .wrapper {
  opacity: 1;
  pointer-events: auto;
}

.l-header__globalnavi .trigger {
  position: absolute;
  top: calc(50% - 1px);
  right: 8px;
  z-index: 100;
  width: 17px;
  height: 2px;
  background: #e60021;
  transition: all 0.3s;
  pointer-events: none;
}

.l-header__globalnavi .trigger::before, .l-header__globalnavi .trigger::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 17px;
  height: 2px;
  background: #e60021;
  transition: all 0.3s;
  content: '';
}

.l-header__globalnavi .trigger::before {
  margin-top: -11px;
}

@media only screen and (max-width: 767px) {
  .l-header__globalnavi .trigger::before {
    margin-top: -8px;
  }
}

.l-header__globalnavi .trigger::after {
  margin-top: 7px;
}

@media only screen and (max-width: 767px) {
  .l-header__globalnavi .trigger::after {
    margin-top: 6px;
  }
}

.l-header__globalnavi .wrapper {
  position: fixed;
  top: 70px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  opacity: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
  .l-header__globalnavi .wrapper {
    top: 35px;
    z-index: 100;
    padding-top: 2px;
  }
}

.l-header__globalnavi .wrapper ul li {
  padding: 0 40px;
}

@media only screen and (max-width: 767px) {
  .l-header__globalnavi .wrapper ul li {
    padding: 0 20px;
  }
}

.l-header__globalnavi .wrapper ul li + li {
  margin-top: 10px;
}

.l-header__globalnavi .wrapper ul li.mypage, .l-header__globalnavi .wrapper ul li.entry {
  height: 38px;
  width: 100%;
  /*margin: 0 auto;*/
  list-style: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}

.l-header__globalnavi .wrapper ul li.mypage a, .l-header__globalnavi .wrapper ul li.entry a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #efc8cd;
  color: #d14839;
}
.l-header__globalnavi .wrapper ul li.mypage a:after, .l-header__globalnavi .wrapper ul li.entry a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 4px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #d14839;
}



.l-header__globalnavi .wrapper ul li.mypage {
 /* background: #000;*/
  background-color: #efc8cd;
  margin-top: 10px;
}

.l-header__globalnavi .wrapper ul li.mypage a {
  color: #d14839;
}

.l-header__globalnavi .wrapper ul li.entry {
  margin-top: 5px;
  /*background: #959595;*/
  background-color: #efc8cd;
}

.l-header__globalnavi .wrapper ul li.entry a {
  color: #d14839;
}

.l-header__globalnavi .wrapper ul li a {
  display: block;
  height: 20px;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.4;
}

.l-main {
  padding-top: 70px;
}

@media only screen and (max-width: 767px) {
  .l-main {
    padding-top: 35px;
  }
}

.p-top .l-main {
  padding-bottom: 135px;
}

@media only screen and (max-width: 767px) {
  .p-top .l-main {
    padding-bottom: 65px;
  }
}

.l-main__mainvisual {
  position: relative;
  height: 650px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .l-main__mainvisual {
    height: 325px;
  }
}

.l-main__mainvisual .visual .slide {
  height: 650px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .l-main__mainvisual .visual .slide {
    height: 325px;
  }
}

.l-main__mainvisual .copy {
  position: absolute;
  top: 95px;
  right: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .l-main__mainvisual .copy {
    top: 55px;
  }
}

.l-main__mainvisual .copy .wrapper {
  width: 930px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .l-main__mainvisual .copy .wrapper {
    width: 100%;
    padding: 0 25px;
  }
}

.l-main__mainvisual .copy .main {
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .l-main__mainvisual .copy .main {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .l-main__mainvisual .copy .main img {
    width: 190px;
    height: auto;
  }
}

.l-main__mainvisual .copy .sub {
  display: block;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .l-main__mainvisual .copy .sub {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .l-main__mainvisual .copy .sub img {
    width: 175px;
    height: auto;
  }
}

.l-main__mainvisual .copy .movie {
  display: inline-block;
}

.l-main__mainvisual .copy .movie a {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: 'citizen';
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .1em;
  transition: opacity 0.3s;
}

@media only screen and (max-width: 767px) {
  .l-main__mainvisual .copy .movie a {
    font-size: 11px;
  }
}

.l-main__mainvisual .copy .movie a img {
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .l-main__mainvisual .copy .movie a img {
    width: 11px;
    height: auto;
  }
}

.l-main__mainvisual .copy .movie a:hover {
  opacity: .6;
}

.l-main__mainvisual .copy--intern {
  position: absolute;
  top: 155px;
  right: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .l-main__mainvisual .copy--intern {
    top: 65px;
  }
}

.l-main__mainvisual .copy--intern .wrapper {
  width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .l-main__mainvisual .copy--intern .wrapper {
    width: 100%;
    padding: 0 25px;
  }
}

.l-main__mainvisual .copy--intern .main {
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .l-main__mainvisual .copy--intern .main {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .l-main__mainvisual .copy--intern .main img {
    width: 90%;
    max-width: 350px;
    height: auto;
  }
}

.l-main__mainvisual .copy--intern .button {
  display: block;
  width: 416px;
}

@media only screen and (max-width: 767px) {
  .l-main__mainvisual .copy--intern .button {
    width: 90%;
    max-width: 270px;
  }
}

.l-main__mainvisual .copy--intern .button a {
  display: block;
  background-color: #fff;
  padding: 6px;
  border-radius: 2px;
}

.l-main__mainvisual .copy--intern .button a:hover {
  opacity: .7;
}

.l-main__mainvisual .copy--intern .button a + a {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .l-main__mainvisual .copy--intern .button a + a {
    margin-top: 10px;
  }
}

.l-main__mainvisual .copy--intern .button img {
  display: block;
}

@media only screen and (max-width: 767px) {
  .l-main__mainvisual .copy--intern .button img {
    width: 100%;
    max-width: 230px;
    height: auto;
  }
}

.l-main__mainvisual .internship {
  position: absolute;
  /*top: 18px;*/
  right: 0;
  bottom: 40px;
  width: 55%;
}

@media only screen and (max-width: 767px) {
  .l-main__mainvisual .internship {
    /*top: 9px;*/
    bottom: 20px;
  }
}

.l-main__mainvisual .internship a {
  display: flex;
  align-items: center;
  height: 100px;
  padding: 10px;
  padding-right: 30px;
  padding-left: 20px;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  font-size: 16px;
  font-weight: bold;
  transition: opacity 0.3s;
}

@media only screen and (max-width: 767px) {
  .l-main__mainvisual .internship a {
    height: 60px;
    padding: 5px;
    padding-right: 10px;
    font-size: 10px;
    line-height: 1.4;
  }

}

.l-main__mainvisual .internship a:hover {
  opacity: .6;
}

@media only screen and (max-width: 767px) {
  .l-main__mainvisual .internship a img {
    width: 20px;
    height: auto;
  }
}

.l-main__mainvisual .internship a span {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .l-main__mainvisual .internship a span {
    margin-left: 10px;
  }
}


/*追加・横から出てくる*/
.linkbtn {
  position: absolute;
  /*top: 18px;*/
  right: 0;
  bottom: 80px;
  width: 20%;
  z-index:99;
}
.linkbtn.ent {
  bottom: 20px;
}

.linkbtn a {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 10px;
  padding-right: 30px;
  padding-left: 20px;
/*  background: rgba(255, 255, 255, 0.9);*/
  background: #e60021;
  color: #fff;
  font-size: 16px;
  font-family: 'citizen';
  font-weight: bold;
  transition: opacity 0.3s;
  box-sizing: border-box;
}
.linkbtn a:hover {
  background: #000;
}

@media only screen and (max-width: 767px) {
  .linkbtn {
    width: 36%;
    bottom: 56px;
  }
  .linkbtn a {
    height: 38px;
    font-size: 14px;
  }
  .linkbtn.ent {
    bottom: 10px;
  }
}









.l-main__news {
  background: url("/public/images/top_news_bg.jpg") center/cover no-repeat;
}

.l-main__news .wrapper {
  position: relative;
  width: 930px;
  height: 36px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .l-main__news .wrapper {
    width: 100%;
    padding: 0 20px;
  }
}

.l-main__news .ticker {
  position: relative;
  overflow: hidden;
  padding-top: 6px;
}

.l-main__news .list {
  list-style: none;
  position: relative;
  width: 100%;
}

.l-main__news .list li {
  display: none;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .l-main__news .list li {
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
  }
}

.l-main__news .date {
  margin-right: 15px;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .l-main__news .date {
    font-size: 12px;
  }
}

.l-main__news a,
.l-main__news span {
  color: #000;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .l-main__news a,
  .l-main__news span {
    overflow: hidden;
    font-size: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.l-main__section {
  position: relative;
  padding: 80px 0;
}

@media only screen and (max-width: 767px) {
  .l-main__section {
    padding: 45px 0;
  }
}

.l-main__section.about {
  padding-bottom: 290px;
  background: url("/public/images/top_about_bg.jpg") right bottom/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .l-main__section.about {
    padding-bottom: 160px;
    background-image: url("/public/images/top_about_bg@sp.jpg");
    margin-top: 0;/*インターン上移動時追加*/
  }
}

.l-main__section.company {
  padding-top: 90px;
  padding-bottom: 290px;
  /*background: url("/public/images/top_company_bg.jpg") center/cover no-repeat;*/
}

@media only screen and (max-width: 767px) {
  .l-main__section.company {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .l-main__section.company .wrapper {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .l-main__section.company .title,
  .l-main__section.company .description {
    padding-left: 25px;
  }
}

.l-main__section.company .description {
  margin-bottom: 85px;
}

@media only screen and (max-width: 767px) {
  .l-main__section.company .description {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .l-main__section.company .more {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 767px) {
  .l-main__section.company .more a {
    width: 100%;
    padding: 0 25px;
  }
}

.l-main__section.company .more a:hover {
  background: #000;
  color: #fff;
}

.l-main__section.company .links {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 80px;
  right: 100px;
  width: 750px;
}

@media only screen and (max-width: 767px) {
  .l-main__section.company .links {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }
}

.l-main__section.company .links .figure {
  padding-right: 80px;
}

@media only screen and (max-width: 767px) {
  .l-main__section.company .links .figure {
    padding-right: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .l-main__section.company .links .figure img {
    width: auto;
    max-width: 100%;
    max-height: 250px;
  }
}

.l-main__section.company .links ul {
  list-style: none;
  margin-top: -10px;
}

@media only screen and (max-width: 767px) {
  .l-main__section.company .links ul {
    margin-top: 2px;
    padding-right: 5px;
  }
}

.l-main__section.company .links ul li {
  display: flex;
  align-items: center;
}


.l-main__section.company .links ul li::before {
  display: inline-block;
  flex-shrink: 0;
  width: 55px;
  height: 0;
  margin-right: 20px;
  border-bottom: 1px solid #000;
  content: '';
}

@media only screen and (max-width: 767px) {
  .l-main__section.company .links ul li::before {
    width: 24px;
  }
}

.l-main__section.company .links ul li + li {
  margin-top: 45px;
}

@media only screen and (max-width: 767px) {
  .l-main__section.company .links ul li + li {
    margin-top: 20px;
  }
}

.l-main__section.company .links ul li a {
  transition: opacity 0.3s;
}

@media only screen and (max-width: 767px) {
  .l-main__section.company .links ul li a {
    display: flex;
    align-items: center;
  }
}

.l-main__section.company .links ul li a:hover {
  opacity: .6;
}

@media only screen and (max-width: 767px) {
  .l-main__section.company .links ul li a img {
    width: auto;
    height: 10px;
  }
}

.l-main__section.people {
  padding-top: 190px;
  padding-bottom: 385px;
  background: url("/public/images/top_people_figure.jpg") right 100px no-repeat;
  background-size: 1168px 704px;
}

@media only screen and (max-width: 767px) {
  .l-main__section.people {
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center calc(100% - 110px);
    background-size: contain;
  }
}

.l-main__section.people .description {
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .l-main__section.people .description {
    margin-bottom: 68vw;
  }
}

@media only screen and (max-width: 767px) {
  .l-main__section.people .more a {
    width: 100%;
    padding: 0 25px;
  }
}

.l-main__section.people .more a:hover {
  background: #000;
  color: #fff;
}

.l-main__section.project {
  padding-top: 130px;
  padding-bottom: 105px;
  background: #000;
}

@media only screen and (max-width: 767px) {
  .l-main__section.project {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.l-main__section.project .title {
  margin-bottom: 80px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .l-main__section.project .title {
    margin-bottom: 68vw;
  }
}

.l-main__section.project .title::before, .l-main__section.project .title::after {
  background: #fff;
}

.l-main__section.project .menu {
  margin-bottom: 40px;
}

.l-main__section.project .menu ul li {
  display: flex;
  align-items: center;
}

.l-main__section.project .menu ul li + li {
  margin-top: 12px;
}

@media only screen and (max-width: 767px) {
  .l-main__section.project .menu ul li + li {
    margin-top: 14px;
  }
}

.l-main__section.project .menu ul li.is-active a {
  color: #e60021;
}

.l-main__section.project .menu ul li span {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: 'citizen';
  font-size: 18px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .l-main__section.project .menu ul li span {
    padding-top: 2px;
  }
}

.l-main__section.project .menu ul li span::after {
  display: inline-block;
  width: 45px;
  height: 0;
  margin-left: 12px;
  border-bottom: 1px solid #fff;
  content: '';
}

@media only screen and (max-width: 767px) {
  .l-main__section.project .menu ul li span::after {
    display: none;
  }
}

.l-main__section.project .menu ul li a {
  margin-left: 12px;
  color: #fff;
  font-family: "kozuka-mincho-pr6n";
  transition: color 0.3s;
}

@media only screen and (max-width: 767px) {
  .l-main__section.project .menu ul li a {
    margin-left: 15px;
    font-size: 12px;
  }
}

.l-main__section.project .menu ul li a:hover {
  color: #e60021;
}

.l-main__section.project .more a {
  border-color: #fff;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .l-main__section.project .more a {
    width: 100%;
    padding: 0 25px;
  }
}

.l-main__section.project .more a:hover {
  border-color: #e60021;
  background: #e60021;
  color: #fff;
}

.l-main__section.project .slider {
  position: absolute;
  top: 0;
  right: 0;
  width: 690px;
  height: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .l-main__section.project .slider {
    top: 130px;
    width: 100%;
    height: auto;
  }
}

.l-main__section.project .slider .slide {
  position: relative;
}

.l-main__section.project .slider .slide::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  pointer-events: none;
  content: '';
}

@media only screen and (max-width: 767px) {
  .l-main__section.project .slider .slide::after {
    display: none;
  }
}

.l-main__section.project .slider .slide a {
  outline: none;
}

@media only screen and (max-width: 767px) {
  .l-main__section.project .slider .slide img {
    width: 100%;
    height: auto;
  }
}

.l-main__section.project .slider .slick-list {
  margin-top: -230px;
}

@media only screen and (max-width: 767px) {
  .l-main__section.project .slider .slick-list {
    margin-top: 0;
  }
}

.l-main__section.project .slider .slick-slide {
  border: 0;
}

.l-main__section.project .slider .slick-center .slide::after {
  opacity: 0;
}

.l-main__section.mugendai {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 694px;
  margin-top: 110px;
  background: url("/public/images/top_mugendai_bg.jpg") center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .l-main__section.mugendai {
    height: 230px;
    margin-top: 30px;
  }
}

.l-main__section.mugendai > * {
  width: 100%;
}

.l-main__section.mugendai .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 180px;
  background: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 767px) {
  .l-main__section.mugendai .title {
    height: 45px;
    padding-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .l-main__section.mugendai .title img {
    width: auto;
    height: 26px;
  }
}

.l-main__section.mugendai .title::after {
  display: none;
}

.l-main__section.mugendai .more {
  position: absolute;
  right: 0;
  bottom: -35px;
  left: 0;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .l-main__section.mugendai .more {
    bottom: -20px;
    margin: 0 35px;
  }
}

.l-main__section.mugendai .more a {
  justify-content: center;
  width: 894px;
  margin: 0 auto;
  background: #000;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .l-main__section.mugendai .more a {
    justify-content: flex-start;
    width: 100%;
    padding: 0 25px;
  }
}

.l-main__section.mugendai .more a:hover {
  border-color: #e60021;
  background: #e60021;
  color: #fff;
}

.l-main__section.internship {
  /*padding-top: 165px;*/
  padding-top: 100px;
  padding-bottom: 1290px;
 /* padding-bottom: 1065px;*/
}

@media only screen and (max-width: 767px) {
  .l-main__section.internship {
    /*padding-top: 90px;*/
    padding-top: 55px;
    padding-bottom: 150px;
  }
}

.l-main__section.internship .title,
.l-main__section.internship .description {
  position: relative;
  z-index: 1;
}

.l-main__section.internship .title {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .l-main__section.internship .title {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .l-main__section.internship .description {
    margin-bottom: 340px;
  }
}

.l-main__section.internship .more {
  position: absolute;
  right: 0;
  /*bottom: 80px;*/
  bottom: 20px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .l-main__section.internship .more {
    /*position: static;*/
    position: absolute;
    margin: 0 35px;
    bottom: -50px;
  }
}

.l-main__section.internship .more a {
  justify-content: center;
  width: 894px;
  margin: 0 auto;
  background: #000;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .l-main__section.internship .more a {
    justify-content: flex-start;
    width: 100%;
    padding: 0 25px;
  }
}

.l-main__section.internship .more a:hover {
  border-color: #e60021;
  background: #e60021;
  color: #fff;
}

.l-main__section.internship .list {
  position: absolute;
  top: 160px;
  right: 0;
  z-index: 0;
}

/*募集終了時<a>無効化*/
.l-main__section.internship .list a.notactive {
  pointer-events: none;
  opacity: 0.7;
  position: relative;
}







@media only screen and (max-width: 767px) {
  .l-main__section.internship .list {
    /*top: 230px;*/
    top: 200px;
    right: -10px;
    left: -10px;
  }
}

.l-main__section.internship .list ul {
  list-style: none;
}

.l-main__section.internship .list ul li:nth-child(2n-1) a {
  justify-content: flex-end;
}

.l-main__section.internship .list ul li.type01 a {
  background-image: url("/public/images/top_internship_bg_01.jpg");
}

@media only screen and (max-width: 767px) {
  .l-main__section.internship .list ul li.type01 a {
    background-image: url("/public/images/top_internship_bg_01@sp.jpg");
  }
}

.l-main__section.internship .list ul li.type02 a {
  background-image: url("/public/images/top_internship_bg_02.jpg");
}

@media only screen and (max-width: 767px) {
  .l-main__section.internship .list ul li.type02 a {
    background-image: url("/public/images/top_internship_bg_02@sp.jpg");
  }
}

.l-main__section.internship .list ul li.type03 a {
  background-image: url("/public/images/top_internship_bg_03.jpg");
}

@media only screen and (max-width: 767px) {
  .l-main__section.internship .list ul li.type03 a {
    background-image: url("/public/images/top_internship_bg_03@sp.jpg");
  }
}

.l-main__section.internship .list ul li.type04 a {
  background-image: url("/public/images/top_internship_bg_04.jpg");
}

@media only screen and (max-width: 767px) {
  .l-main__section.internship .list ul li.type04 a {
    background-image: url("/public/images/top_internship_bg_04@sp.jpg");
  }
}

.l-main__section.internship .list ul li.type05 a {
  background-image: url("/public/images/top_internship_bg_05.jpg");
}

@media only screen and (max-width: 767px) {
  .l-main__section.internship .list ul li.type05 a {
    background-image: url("/public/images/top_internship_bg_05@sp.jpg");
  }
}

.l-main__section.internship .list ul li.type06 a {
  background-image: url("/public/images/top_internship_bg_06.jpg");
}

@media only screen and (max-width: 767px) {
  .l-main__section.internship .list ul li.type06 a {
    background-image: url("/public/images/top_internship_bg_06@sp.jpg");
  }
}


.l-main__section.internship .list ul li + li {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .l-main__section.internship .list ul li + li {
    margin-top: 4px;
  }
}

.l-main__section.internship .list ul li a {
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 1145px;
  height: 220px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.l-main__section.internship .list a.notactive:before {
  content: "coming soon";
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 20%;
  color: #fff;
  z-index: 9;
  filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.4))
}
.l-main__section.internship .list a.notactive.csright:before {
  left: 70%;
}
@media only screen and (max-width: 767px) {
  .l-main__section.internship .list a.notactive:before {
    top: 35%;
    left: 15%;
    font-size: 14px;
  }
  .l-main__section.internship .list a.notactive.csright:before {
    left: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .l-main__section.internship .list ul li a {
    width: 100%;
    height: 75px;
    font-size: 10px;
    font-weight: normal;
  }
}

.l-main__section.internship .list ul li a:hover::after {
  opacity: 1;
}

.l-main__section.internship .list ul li a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  content: '';
}

.l-main__section.internship .list ul li a span {
  display: flex;
  align-items: center;
  width: 500px;
  padding: 50px;
  letter-spacing: .05em;
}

@media only screen and (max-width: 767px) {
  .l-main__section.internship .list ul li a span {
    width: 45%;
    padding: 20px;
    padding-right: 0;
  }
}

.l-main__section.zadankai {
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 45px;
  background: url("/public/images/top_zadankai_bg.jpg") center/cover no-repeat;
}

.l-main__section.zadankai .title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 87px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .l-main__section.zadankai .title {
    height: 42px;
  }
}

.l-main__section.zadankai .title h2 {
  margin-bottom: 0;
  font-size: 0;
}

@media only screen and (max-width: 767px) {
  .l-main__section.zadankai .title h2 img {
    width: auto;
    height: 24px;
  }
}

.l-main__section.zadankai .title::after {
  display: none;
}

.l-main__section.zadankai .list {
  background: url("/public/images/common_bg_pattern.jpg");
}

@media only screen and (max-width: 767px) {
  .l-main__section.zadankai .list {
    background: none;
  }
}

.l-main__section.zadankai .list ul {
  display: flex;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .l-main__section.zadankai .list ul {
    flex-wrap: wrap;
  }
}

.l-main__section.zadankai .list ul li {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .l-main__section.zadankai .list ul li {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .l-main__section.zadankai .list ul li + li {
    margin-top: 8px;
  }
}

.l-main__section.zadankai .list ul li:nth-child(1) a {
  background-image: url("/public/images/top_zadankai_bg_01.jpg");
}

.l-main__section.zadankai .list ul li:nth-child(2) a {
  background-image: url("/public/images/top_zadankai_bg_02.jpg");
}

.l-main__section.zadankai .list ul li a {
  display: block;
  position: relative;
  height: 410px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 0.3s;
}

@media only screen and (max-width: 767px) {
  .l-main__section.zadankai .list ul li a {
    height: 220px;
  }
}

.l-main__section.zadankai .list ul li a:hover {
  opacity: .7;
}

.l-main__section.zadankai .more {
  position: absolute;
  right: 0;
  bottom: -45px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .l-main__section.zadankai .more {
    bottom: -20px;
    margin: 0 35px;
  }
}

.l-main__section.zadankai .more a {
  justify-content: center;
  width: 894px;
  margin: 0 auto;
  border: 0;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
}

@media only screen and (max-width: 767px) {
  .l-main__section.zadankai .more a {
    justify-content: flex-start;
    width: 100%;
    padding: 0 25px;
  }
}

.l-main__section.zadankai .more a:hover {
  background: #000;
  color: #fff;
}

.l-main__section .wrapper {
  position: relative;
  padding: 0 40px;
}

@media only screen and (max-width: 767px) {
  .l-main__section .wrapper {
    padding: 0 25px;
  }
}

.l-main__section .title {
  display: inline-block;
  position: relative;
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .l-main__section .title {
    margin-bottom: 20px;
  }
}

.l-main__section .title::before {
  position: absolute;
  bottom: 45px;
  left: calc((100vw - 1308px) / 2 * (-1));
  width: calc((100vw - 1308px) / 2);
  height: 4px;
  background: #000;
  content: '';
}

@media only screen and (max-width: 767px) {
  .l-main__section .title::before {
    bottom: 28px;
    left: -35px;
    width: 35px;
    height: 2px;
  }
}

.l-main__section .title::after {
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #000;
  content: '';
}

@media only screen and (max-width: 767px) {
  .l-main__section .title::after {
    bottom: 28px;
    height: 2px;
  }
}

.l-main__section .title h2 {
  margin-bottom: 30px;
  font-family: 'citizen';
  font-size: 60px;
  text-transform: uppercase;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .l-main__section .title h2 {
    margin-bottom: 20px;
    font-size: 30px;
  }
}

.l-main__section .title span {
  display: block;
  font-family: "kozuka-mincho-pr6n";
  font-size: 26px;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .l-main__section .title span {
    font-size: 15px;
  }
}

.l-main__section .description {
  margin-bottom: 50px;
  font-size: 14px;
  letter-spacing: .2em;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .l-main__section .description {
    margin-bottom: 20px;
    font-size: 11px;
  }
}

.l-main__section .more a {
  display: flex;
  align-items: center;
  width: 315px;
  height: 70px;
  padding: 30px;
  border: 1px solid #000;
  color: #000;
  font-family: 'citizen';
  font-size: 15px;
  text-transform: uppercase;
  transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
  .l-main__section .more a {
    width: 150px;
    height: 40px;
    padding: 15px;
    font-size: 11px;
  }
}

.l-main__section .more a:hover {
  background: rgba(255, 255, 255, 0.8);
}

 .l-footer {
padding-top: 0;
background-color: #fff;
}
@media only screen and (min-width: 769px) {
.l-footer {
background-color: #f1ede4;
padding-top: 56px;
}
}

.l-footer a:hover{
color: #e60020 !important;
}

.l-footer__wrapper {
  display: none;
}
@media only screen and (min-width: 769px) {
.l-footer__wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 auto 63px;
   max-width: 1170px;
    width: 87%;
  flex-direction: row;
}
}

.l-footer__logo{
  margin-top: 25px;
  margin-bottom: 26px;
  display: inline-block;
}
@media only screen and (min-width: 769px) {
.l-footer__logo{
  margin-top: 0;
 margin-right: 102px;
}
}

  .l-footer__logo img {
    width: auto !important;
  }

.l-footer .content{
  display: flex;
  justify-content: space-between;
}
.l-footer .content .box{
  margin-right: 32px;
}
@media only screen and (min-width: 769px) {
.l-footer .content .box{
  margin-right: 74px;
}
}
.l-footer .content .box:last-of-type{
  margin-right: 0;
}

.l-footer .content .item{
margin-bottom: 26px !important;
line-height: 1;
}
.l-footer .content .item a{
font-size: 13px !important;
text-decoration: none;
color: #222;
}
.l-footer .content .subList{
margin-top: 16px;
}


.l-footer .content .subItem {
line-height: 1;
margin-bottom: 14px;
}
.l-footer .content .subItem a{
font-size: 12px;
color: #646464;
}
.l-footer .other{
  text-align: left;
  background-color: #fff;
}

.l-footer .other .list{
  padding: 25px 22px;

}
@media only screen and (min-width: 769px) {
  .l-footer .other{
  width: 100%;
  padding: 18px 0;
}
.l-footer .other .list{
  display: flex;
  padding: 17px 0 16px;
  justify-content: center;
}
}
.l-footer .other .item{
  display: inline-block;
  margin-right: 1.5em;
  line-height: 1;
}

.l-footer .other .item:nth-child(n+1):nth-child(-n+4){
  margin-bottom: 12px;
}

.l-footer .other .item a{
  color: #646464;
  text-decoration: none !important;
}
@media only screen and (min-width: 769px) {
  .l-footer .other .item:nth-child(n+1):nth-child(-n+4){
  margin-bottom: 0
}
.l-footer .other .item a{
  font-size: 12px;
  color: #222;
  margin-right: 26px;
}
@media only screen and (min-width: 769px) {
.l-footer .other .item a{
  font-size: 14px;
}
}
.l-footer .other .item:last-of-type{
  margin-right: 0;
}
.l-footer .other .item a:hover{
color: #e60020 !important;
}
.l-footer .other .item:last-of-type a{
  margin-right: 0;
}
}
.l-footer__bottom .wrap{
display: flex;
flex-direction: column;
}
@media only screen and (min-width: 769px) {
.l-footer__bottom{
flex-direction: row;
align-items: center;
}
.l-footer__bottom .wrap{
flex-direction: row;
width: auto;
align-items: center;
margin: 0;
}
.l-footer .other .list{
  padding: 0;
  line-height: 1;
}
.l-footer .other .item{
margin-right: 33px;
}
.l-footer .other .item a{
margin-right: 0;
}
.l-footer__logo{
margin-right: 27px;
margin-bottom: 0;
}
.l-footer__copyright{
  line-height: 1;
  padding: 0 !important;
}
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "takedajuku-chiba-icons";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "";
}

[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "";
}

[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: "takedajuku-chiba-icons";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}



.fade-in {
  opacity: 0;
  transition: all 1s;
}

.is-scrolled .fade-in {
  opacity: 1;
}



.scroll-up {
  transform: translateY(100px);
  transition: all 1s;
}

.is-scrolled .scroll-up {
  transform: translateY(0);
}

.scroll-left {
  transform: translateX(300px);
  transition: all 1s;
}

.is-scrolled .scroll-left {
  transform: translateX(0);
}

.scroll-right {
  transform: translateX(-300px);
  transition: all 1s;
}

.is-scrolled .scroll-right {
  transform: translateX(0);
}

.fade-in:nth-child(1),
.scroll-up:nth-child(1) {
  transition-delay: 0.2s !important;
}

.fade-in:nth-child(2),
.scroll-up:nth-child(2) {
  transition-delay: 0.4s !important;
}

.fade-in:nth-child(3),
.scroll-up:nth-child(3) {
  transition-delay: 0.6s !important;
}

.fade-in:nth-child(4),
.scroll-up:nth-child(4) {
  transition-delay: 0.8s !important;
}

.fade-in:nth-child(5),
.scroll-up:nth-child(5) {
  transition-delay: 1s !important;
}

.fade-in:nth-child(6),
.scroll-up:nth-child(6) {
  transition-delay: 1.2s !important;
}

.fade-in:nth-child(7),
.scroll-up:nth-child(7) {
  transition-delay: 1.4s !important;
}

.fade-in:nth-child(8),
.scroll-up:nth-child(8) {
  transition-delay: 1.6s !important;
}

.fade-in:nth-child(9),
.scroll-up:nth-child(9) {
  transition-delay: 1.8s !important;
}

.fade-in:nth-child(10),
.scroll-up:nth-child(10) {
  transition-delay: 2s !important;
}


@keyframes RightToLeft {
0% {
    opacity: 0;
    transform: translateX(300px);
}
100% {
    opacity: 1;
    transform: translateX(0px);
}
}
.anime-intern {
animation-name: RightToLeft;
animation-duration: 1s;
}








.u-sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .u-sp {
    display: inherit !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

.groupinfo {
  text-align: left;
  padding-top: 60px;
  padding-bottom: 60px;
}

.groupinfo strong {
  font-size: 22px;
  text-align: center;
  display: block;
  padding: 80px 0 40px 0;
}

.groupinfo p span {
  font-size: 1.6em;
  padding-bottom: 20px;
  line-height: 300%;
  margin-top: 80px;
}
.groupinfo p.note {
  font-size: 12px;
  line-height: 160%;
  padding-left:1em;
  text-indent:-1em;
  padding-top: 20px;
}

.m-top-s_groupinfo {
  background-color: #fff;
  width: 50%;
  border: 1px solid #000;
  margin: 60px auto 40px auto;
  box-sizing: border-box;
}
.m-top-s_groupinfo:hover {
  opacity:0.7;
}
.m-top-s_groupinfo a {
  display: block;
  padding: 10px;
}
.m-top-s_groupinfo a img {
  width: 86%;
}
.m-top-s_groupinfo a:hover {
  opacity:0.5;
}
.m-top-s_groupinfo a:hover img {
  opacity: 1;
}
.groupinfo .m-text span {
  line-height: 1.4;
  text-align: left;
  display: block;
  padding: 0;
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .groupinfo {
    padding-top: 20px;
  }

  .groupinfo strong {
    font-size: 22px;
    text-align: center;
    display: block;
    padding: 60px 0 20px 0;
  }
  .m-top-s_groupinfo {
    width: 80%;
    margin: 40px auto 20px auto;
  }
  .m-top-s_groupinfo a img {
    width: 80%;
  }
  .groupinfo .m-text span {
    font-size: 1.2em;
  }
}

p.introzadankai {
  padding: 0px 40px 20px;
  text-align: left;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .m-top-zadankai-profile .m-text.introzadankai {
    padding: 20px;
  }
}

/* 220126背景色白に変更 */

.l-wrapper {
  background-image: none;
  background-color: #f8f6f2;
}
.l-main__section.about {
  background-color: #f8f6f2;
}


/* faq */
.l-gut5-1{
  padding:0 5px;
  width: 300px;
  margin-right: 3%;
}

@media only screen and (max-width: 767px) {
  .l-gut5-1{
    padding:0 !important;
  }
}

.padding-h{
  padding: 15px 0;
}

@media only screen and (max-width: 767px) {
  .padding-h{
    padding:0 !important;
  }
}

.l-inpagenavi {
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .l-inpagenavi {
    margin: 20px 0 30px 0;
  }
}

.l-faqnav-wrapp {

}

#faq_company {
  margin-top: 100px;
  background-image: url(/public/images/faq_company.png);
  background-repeat: no-repeat;
  height: 35px;
}

.dropChildren a{
  color: #000;
}

@media only screen and (max-width: 767px) {
  .dropChildren a span{
    font-size: 14px;
    }
}

.top-wrap__wide {
  width: 980px;
  padding-top: 40px;
  padding-bottom: 60px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .top-wrap__wide {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 20px;
    margin: 0 auto;
  }
}

.l-faqQA_wrapp {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.l-faqQA_column {
  width: 48%;
  align-self: flex-start;
}
@media only screen and (max-width: 767px) {
  .l-faqQA_wrapp {
    width: 100%;
    display: block;
  }
  .l-faqQA_column {
    width: 100%;
    margin: 0 auto;
  }
}

.balloon1-left {
  position: relative;
  display: flex;
  align-items: center;
  margin: 1.5em 0 5px 0;
  padding: 20px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #f3ccb3;
  border-radius:10px;
  /*width: 690px;*/
}

@media only screen and (max-width: 767px) {
  .balloon1-left {
    width: 100%;
  }
}
/*
.balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 35px solid #f3ccb3;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .balloon1-left:before {
    left: -30px;
  }
}*/


.balloon1-left p {
  margin: 0;
  padding: 0;
}

.Q_icon{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: white;
  width: 60px;
  height: 60px;
  margin-left: 20px;
  font-size: 40px;
  font-weight: bold;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .Q_icon{
    z-index: 1;
    margin: 0;
    width: 45px;
    height: 45px;
    font-size: 30px;
  }
}

.Q_sub{
  font-weight: bold;
  margin-left: 20px;
  font-size: 16px;
  color: #000;
  line-height: 160%;
}

@media only screen and (max-width: 767px) {
  .Q_sub{
    margin-left: 10px;
    width: 100%;
    line-height: 180%;
    font-size: 14px;
  }
}

.Q_sub p{
  font-weight: bold;
  margin-left: 20px;
  font-size: 16px;
  color: #000;
  padding:5px 0;
  line-height: 160%;
}

@media only screen and (max-width: 767px) {
  .Q_sub p{
    margin-left:0px !important;
  }
}

.balloon1-right {
  position: relative;
  display: flex;
  align-items: end;
  margin: 0 0 1.5em 0;
  padding: 40px 30px 40px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  border-radius:10px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .balloon1-right {
    padding: 20px 20px 20px 10px;
  }
}
/*
.balloon1-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 35px solid #fff;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .balloon1-right:before {
    right: -30px;
  }
}*/

.balloon1-right p {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  line-height: 170%;
}


.A_icon{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #e2674d;
  width: 60px;
  height: 60px;
  margin-left: 20px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .A_icon{
    margin-left: 0px !important;
    width: 45px;
    height: 45px;
    font-size: 30px;
  }
  .balloon1-right p {
    margin: 0;
    padding: 0;
    line-height: 160%;
  }
}

.A_sub{
  width: 540px;
  margin-left: 20px;
  font-size: 16px;
  color: #000;
  line-height: 35px;
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .A_sub{
    line-height: 30px;
    letter-spacing: 0px;
    margin-left: 10px;
    width: 252px;
    font-size: 14px;
    padding-top: 0px;
  }
}

.second-me{
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .second-me{
    margin-top: 20px;
  }
}

#faq_company {
  margin-top: 100px;
  background-image: url(/public/images/faq_company.png);
  background-repeat: no-repeat;
  height: 35px;
}
@media only screen and (max-width: 767px) {
  #faq_company{
    width: 100%;
    margin: 0 auto;
    margin-top:50px;
  }
}

#faq_recruit {
  width: 100%;
  margin-top: 100px;
  background-image: url(/public/images/faq_recruit.png);
  background-repeat: no-repeat;
  height: 35px;
}

#faq_transfer {
  margin-top: 100px;
  background-image: url(/public/images/faq_transfer.png);
  background-repeat: no-repeat;
  height: 35px;
}


#faq_work {
  margin-top: 100px;
  background-image: url(/public/images/faq_work.png);
  background-repeat: no-repeat;
  height: 35px;
}

#faq_career {
  margin-top: 100px;
  background-image: url(/public/images/faq_career.png);
  background-repeat: no-repeat;
  height: 35px;
}

#faq_other {
  margin-top: 100px;
  background-image: url(/public/images/faq_other.png);
  background-repeat: no-repeat;
  height: 35px;
}

@media only screen and (max-width: 767px) {
  #faq_recruit {
    width: 90%;
    margin: 0 auto;
    margin-top: 60px;
    height: 35px;
  }
  #faq_other{
    background-size: 90%;
  }
  #faq_recruit,#faq_transfer, #faq_work, #faq_career,#faq_other {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
  }
}


.l-mt20 ul{
  justify-content: space-between;
}

.l-mt20 ul li a span{
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .l-mt20 ul li a span{
    line-height: 150%;
    text-align: left;
    padding-left:2em;
  text-indent:-1em;
    }
}

#engin_contitle01,#engin_contitle02,#engin_contitle03,#engin_contitle04{
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: black;
  display: flex;
  align-items: center;
  padding: 100px 0 60px;
}
#engin_contitle01 {
  width: 690px;
  margin: 0 auto;
}

.engin_border{
  width: 50px;
  border-width: 1px 0px 0px 0px; /* 太さ */
  border-style: solid; /* 線種 */
  border-color: black;   /* 線色 */
  height: 1px;
  margin-right: 20px;
}

.engin_mainimg{
  width: 100%;
  display: flex;
  padding-bottom: 70px;
}
.engin_mainimg:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*
.engin_imgright{
  background-color: rgba(255, 255, 255,0.8);
  padding: 30px;
  line-height: 45px;
  position: absolute;
  right: 0;
  width: 50%;
  margin-top: 80px;
  z-index: 2;
}*/


.engin_imgright {
  background-color: rgba(255, 255, 255,0.8);
  padding: 30px;
  line-height: 45px;
  position: absolute;
  right: 0;
  width: 46%;
  margin-top: 80px;
  z-index: 2;
}

/*
.engin_imgright3{
  background-color: rgba(255, 255, 255,0.8);
  padding: 30px;
  line-height: 45px;
  position: absolute;
  right: 0;
  width: 50%;
  margin-top: 80px;
  z-index: 2;
}*/

.engin_imgright p{
  font-size: 30px;
  font-family: serif;
}
/*
.engin_imgright2 p{
  font-size: 30px;
  font-family: serif;
}

.engin_imgright3 p{
  font-size: 30px;
  font-family: serif;
}*/



.engin_imgleft{
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
}

.engin_imgleft img{
  /*left: 40px;*/
  /*margin-left: -180px;*/
  margin-left: 24%;
  z-index: 2;
}

.engin_name{
  background-color:white;
  padding: 20px;
  width: 20%;
  z-index: 3;
}

.engin_name b{
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}

.engin_name p{
  padding-left: 20px;
  font-size: 14px;
  line-height: 150%;
}

/*.engin_mainback{
  width: 700px;
  height: 420px;
  margin-top: 30px;
  position: absolute;
  background-color: #c8102c;
  left: 0;
}*/

.engin_mainback {
  width: 700px;
  display: block;
  height: 420px;
  top: 0px;
  margin-top: 30px;
  position: absolute;
  z-index:1;
  background-color: #00479d;
  left: 0;
}
.engin_mainback.chemi {
  background-color: #8fc31f;
}
.engin_mainback.engi {
  background-color: #c8102c;
}

/* IE11表示用のCSS　*/
/*_:-ms-fullscreen, :root .selector {
  property: value;
}*/


.engin_subtitle{
  width: 100%;
  margin-top: 50px;
}

.engin_subtitle b{
  border-left: solid 6px #c8102c;
  padding: 5px 0 5px 10px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 150%;
}

.engin_subtitle p{
  font-size: 14px;
  line-height: 25px;
}

.clerk_subtitle{
  width: 100%;
  margin-top: 50px;
}

.clerk_subtitle b{
  border-left: solid 6px #00479d;
  padding: 5px 0 5px 10px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 150%;
}

.clerk_subtitle p{
  font-size: 14px;
  line-height: 25px;

}

.chemistry_subtitle{
  width: 100%;
  margin-top: 50px;
}

.chemistry_subtitle b{
  border-left: solid 6px #8fc31f;
  padding: 5px 0 5px 10px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 150%;
}

.chemistry_subtitle p{
  font-size: 14px;
  line-height: 25px;
}




.engincom{
  display: flex;
  justify-content: left;
}

.engincom::after{
  display: none!important;
}

.engincate{
  display: flex;
}






.chemistry_box{
  position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;
	color: #000;
  width:100%;
}

.chemistry_box label {
  font-size: 16px;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	margin: 0 0 1px 0;
  background: #8fc31f;
  border-radius: 10px 10px 0px 0px;
}

.chemistry_box input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.chemistry_box .chemistry_boxsub {
	overflow: hidden;
  max-height: 0;
  padding: 0;
  background: white;
  font-size: 14px;
  line-height: 23px;
  display: flex;
  color: #000;
  overflow: hidden;
  max-height: 0;
}

.chemistry_box .chemistry_boxsub p {
  margin: 1em;
}





.boximg img {
	margin: 1em;
}

.chemistry_box input:checked ~ .chemistry_boxsub {
  max-height: 100%;
  padding: 30px;
}

.chemistry_box label::after {
	line-height: 3;
  position: absolute;
	top: 0;
	right: 0;
	/*display: block;*/
	width: 2em;
  /*height: 2em;*/
  margin-right: 10px;
	transition: all 0.35s;
	text-align: center;
  color: #8fc31f;
  z-index:9;
}

.chemistry_box input + label::after {
  content: '\25BC	';
  border-radius: 50%;
  font-size: 12px;
  padding-top: 7px;
  padding-right: 2px;
  color: #8fc31f;
}

.chemistry_box input:checked + label::after {
  content: '\25B2';
  font-size: 12px;
  padding-top: 7px;
  padding-right: 2px;
  color: #8fc31f;
}

@media only screen and (max-width: 767px) {
  .chemistry_box input + label::after {
    padding-top: 0px;
    padding-right: 0px;
    color: #8fc31f;
  }

  .chemistry_box input:checked + label::after {
    padding-top: 0px;
    padding-right: 0px;
    color: #8fc31f;
  }
}






.clerk_box{
  position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;
	color: #fff;
  width: 100%;
}

.clerk_box label {
  font-size: 16px;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	margin: 0 0 1px 0;
  background: #00479d;
  border-radius: 10px 10px 0px 0px;
}


.clerk_box input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.clerk_box .clerk_boxsub {
	overflow: hidden;
  max-height: 0;
  padding: 0;
  background: white;
  font-size: 14px;
  line-height: 23px;
  display: flex;
  color: #000;
  overflow: hidden;
  max-height: 0;
}

.clerk_box .clerk_boxsub p {
	margin: 1em;
}

.boximg img {
	margin: 1em;
}

.clerk_box input:checked ~ .clerk_boxsub {
  max-height: 100%;
  padding: 30px;
}

.clerk_box label::after {
	line-height: 3;
  position: absolute;
	top: 0;
	right: 0;
	/*display: block;*/
	width: 2em;
  /*height: 2em;*/
  margin-right: 10px;
	transition: all 0.35s;
  text-align: center;
  color:#00479d;
  z-index:9;
}

.clerk_box input + label::after {
  content: '\25BC';
  border-radius: 50%;
  font-size: 12px;
  padding-top: 7px;
  padding-right: 2px;
  color:#00479d;
}

.clerk_box input:checked + label::after {
  content: '\25B2';
  font-size: 12px;
  padding-top: 7px;
  padding-right: 2px;
  color:#00479d;

}

/*.clerk_box.pink label[for=engin_boxtitle5] {
  background: #f3ccb3;
}*/

@media only screen and (max-width: 767px) {
  .clerk_box input + label::after {
    padding-top: 0px;
    padding-right: 0px;
  }
  .clerk_box input:checked + label::after {
    padding-top: 0px;
    padding-right: 0px;
  }
}





.engin_box {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;
	color: #000;
}

.engin_box label {
  font-size: 16px;
	line-height: 3;
	position: relative;
	display: flex;
	padding: 0 0 0 1em;
	margin: 0 0 1px 0;
  background: #f3ccb3;
  border-radius: 10px 10px 0px 0px;
}


.chemistry_box label {
  font-size: 16px;
	line-height: 3;
	position: relative;
	display: flex;
	padding: 0 0 0 1em;
  margin: 0 0 1px 0;
  color: #000;
  background: #8fc31f;
  border-radius: 10px 10px 0px 0px;
}
.engin_box input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.engin_box .engin_boxsub {
	overflow: hidden;
  max-height: 0;
  padding: 0;
  background: white;
  font-size: 14px;
  line-height: 23px;
  display: flex;
  color: #000;
  overflow: hidden;
  max-height: 0;
}

.engin_box .engin_boxsub p {
	margin: 1em;
}

.boximg img {
	margin: 1em;
}

.engin_box input:checked ~ .engin_boxsub {
  max-height: 100%;
  padding: 30px;
}



.engin_box input + label::after {
  content: '\25BC';
  border-radius: 50%;
  font-size: 12px;
  padding-top: 7px;
  padding-right: 2px;
  color: #f3ccb3;
}

.engin_box input:checked + label::after {
  content: '\25B2';
  font-size: 12px;
  padding-top: 7px;
  padding-right: 2px;
}
.engin_box label::after {
  line-height: 3;
  position: absolute;
  top: 0;
  right: 0;
  width: 2em;
  margin-right: 10px;
  transition: all 0.35s;
  text-align: center;
  color:#000;
  z-index:9;
}
@media only screen and (max-width: 767px) {
  .engin_box input + label::after {
    padding-top: 0px;
    padding-right: 0px;
    color: #f3ccb3;
  }

  .engin_box input:checked + label::after {
    padding-top: 0px;
    padding-right: 0px;
    color: #f3ccb3;
  }
}


.engineering_faq img{
  width: 100%;
}

.engin_circle{
  width: 40px;
  height: 40px;
  background-color: #fff;
}

.greenborder{
  border-bottom: 3px solid #c4dd7f !important;
}

.redborder{
  border-bottom: 3px solid #e2674d !important;
}

.boxv{
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  right: 0;
  position: absolute;
  margin-top: 10px;
  margin-right: 9px;
  color: #8fc31f;
  z-index:8;
  top: 0px;
  -webkit-appearance: none;
}

/*button [type="checkbox"]
{
    -webkit-appearance: none;
}*/







@media only screen and (max-width: 767px) {
  .engincate{
    display: block;
    }

    /*.engin_imgright{
      margin: 0;
    }*/

    /*.engin_imgright2{
      margin: 0;
    }

    .engin_imgright3{
      margin: 0;
    }*/

    .engin_imgleft img{
      margin:0 ;
    }

    .engin_mainback{
      width: 100%;
      height: 0px;
      margin-top: 110px;
    }

    .engin_imgright{
      margin: 0;
      width: 100%;
      line-height: 24px;
      color: #FFF;
      padding: 20px;
      background-color: #00479d;
      /*background-color: #c8102c;*/
    }
    .engin_imgright.chemi {
      background-color: #8fc31f;
    }
    .engin_imgright.engi {
      background-color: #c8102c;
    }

    /*.engin_imgright2{
      width: 100%;
      line-height: 24px;
      color: #FFF;
      padding: 20px;
      background-color: #00479d;
    }

    .engin_imgright3{
      width: 100%;
      line-height: 24px;
      color: #FFF;
      padding: 20px;
      background-color: #8fc31f;
    }*/

    .engin_imgright p{
      font-size: 22px;
     line-height: 150%;
    }
/*
    .engin_imgright2 p{
      font-size: 21px;
     line-height: 150%;
    }

    .engin_imgright3 p{
     font-size: 22px;
     line-height: 150%;
    }*/

    .engin_name{
      z-index: 5;
      position: absolute;
      padding: 15px 10px 10px 15px;
      width: 50%;
      right: 0;
      opacity: 0.9;
    }
    .engin_name p {
      font-size: 10px;
      padding-left: 0;
    }

    .engin_mainimg{
      display: block;
    }

    .engin_subtitle{
      margin-top: 90px;
    }
    .clerk_subtitle{
      margin-top: 90px;
    }
    #engin_contitle02,
    #engin_contitle03{
      padding: 60px 0 40px;
    }
    #engin_contitle01{
      width: 100%;
      padding: 60px 20px 40px 20px;
    }
    #engin_contitle04{
      padding: 40px 0 40px;
    }

    .engin_border{
      width: 20px;
      margin-right: 5px;
    }

    .engin_box label{
      font-size: 100%;
      font-weight: bold;
    }

    .engin_boxsub{
      display: block !important;
    }
    .engin_box input:checked ~ .engin_boxsub{
      padding:10px ;
    }

    .clerk_box input:checked ~ .clerk_boxsub{
      padding:10px ;
    }


    .chemistry_box label{
      font-size: 100%;
      font-weight: bold;
    }

    .chemistry_boxsub{
      display: block !important;
    }
    .chemistry_box input:checked ~ .engin_boxsub{
      padding:10px ;
    }

    .chemistry_box input:checked ~ .chemistry_boxsub{
      padding:10px ;
    }


    .clerk_box label{
      font-size: 100%;
      font-weight: bold;
    }

    .clerk_boxsub{
      display: block !important;
    }
    .clerk_box input:checked ~ .engin_boxsub{
      padding:10px ;
    }


    .l-gutter-8.ss-1{
      width: 100%;
    }

    .m-par{
      padding:0;
    }
    .engin_boxtitle1 {
      width: 100%;
    }
    .boxv{
      width: 26px;
      height: 26px;
      background-color: #fff;
      border-radius: 50%;
      right: 0;
      position: absolute;
      margin-top: 5px;
      margin-right: 9px;
    }
    .engin_mainback {
      display: none;
    }

   /* .engin_mainback {
      width: 700px;
      height: 0;
      margin-top: 30px;
      position: absolute;
      background-color: #00479d;
      left: 0;
    }*/

    /*.engin_mainback02{
      width: 700px;
      height: 0px;
      margin-top: 30px;
      position: absolute;
      background-color: #8fc31f;
      left: 0;
    }*/
}
.l-bottom__menu {
  width: 100%;
}
.l-bottom__menu ul {
  display: flex;
  align-items: center;
}
.l-bottom__menu ul li {
  width: 50%;
  background: #e60020;
  border-right: #faf7df solid 1px;
  text-align: center;
  list-style-type: none;
  font-family: citizen, sans-serif;
  font-weight: 700;
}
.l-bottom__menu ul li:last-child {
  border-right:none
}
.l-bottom__menu ul li a {
  display:block;
  width: 100%;
  padding: 20px 0;
  text-decoration: none;
  color: #fff;
  align-self: center;
  font-size: 32px;
  border: 2px solid transparent;
  transition: all .2s;
}
.l-bottom__menu ul li a:hover {
  background: #fff;
  transition: all .2s;
  border: 2px solid #e60020;
  color: #e60020;
}

@media only screen and (max-width: 767px) {
  .l-bottom__menu ul li a {
    padding: 26px 0;
    font-size: 28px;
  }
}

/* 220119追加 */
.page__head{
padding: 35px 0 38px;
text-align: center;
font-size: 22px;
color: #654a2f;
font-family: kozuka-mincho-pr6n, serif;
font-weight: 400;
font-style: normal;
letter-spacing: .08em;
background: url(/public/images/page_head_bg.jpg)no-repeat center;
background-size: cover;
margin-bottom: 41px;
}

@media screen and (min-width: 769px) {
.page__head{
padding: 70px 0 82px;
font-size: 39px;
color: #654a2f;
margin-bottom: 77px;
}
}
