@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow: auto;
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow: hidden;
  font-size: 14px;
  color: #222;
  font-family: "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-weight: normal;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  width: 100%;
}

a {
  color: #222;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
}

a:hover {
  text-decoration: none;
  opacity: 0.65;
}

a:active,
a:hover {
  outline-width: 0;
}

li {
  margin: 0;
  list-style: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

figure {
  margin: 0;
}

figcaption,
figure,
main {
  display: block;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: none;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: none;
  font: inherit;
}

[hidden] {
  display: none;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
}

dd {
  margin-left: 0;
}

/* Grid System width Flex */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-nowrap {
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flex-row-rev {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.flex-justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*margin*/
.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

/* form input*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
select {
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid #e8e8e8;
  margin: 2px;
  outline: none;
  padding: 0 0.3em;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
select:focus {
  border-color: #39b8b8;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

textarea {
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 0 0.3em;
  outline: none;
  resize: vertical;
  width: 100%;
}

textarea:focus {
  border-color: #39b8b8;
}

input[type="checkbox"],
input[type="radio"] {
  background: #fff;
  cursor: pointer;
  margin-right: 0.5em;
}

/* wordpress pager */
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  margin-bottom: 60px;
  max-width: 100%;
  padding: 30px 0;
  position: relative;
}

.pager a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  position: relative;
  line-height: 1.42857143;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  color: #39b8b8;
  font-weight: bold;
  margin: 5px;
  padding: 5px 10px;
}

.pc .pager a:active,
.pc .pager a:hover,
.pc .pager a:focus {
  border-color: #39b8b8;
  color: #39b8b8;
}

.pager .previous,
.pager .next,
.pager .back {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pager .previous a {
  padding-left: 1.5em;
}

.pager .previous a:before {
  content: "≪";
  position: absolute;
  left: 5px;
  top: 4px;
}

.pager .next a {
  padding-right: 1.5em;
}

.pager .next a:after {
  content: "≫";
  position: absolute;
  right: 5px;
  top: 4px;
}

.pager .back a {
  padding: 5px;
}

/* wordpress pagination */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.pagination>li {
  position: relative;
}

.pagination>li>span,
.pagination>li>a {
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  color: #231815;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}

.pagination>li>span {
  border-color: #231815;
  cursor: default;
}

.pc .pagination>li>a:active,
.pc .pagination>li>a:hover,
.pc .pagination>li>a:focus {
  border-color: #39b8b8;
  color: #39b8b8;
}

.pagination>li span.dot {
  border: none;
  width: 1em;
}

/* wordpress wp-pagenavi */
.wp-pagenavi {
  padding: 50px 0 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  position: relative;
  z-index: 2;
}

.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 1.6rem;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #ffeb00;
  margin: 3px;
  width: 2.7em;
  height: 2.7em;
  line-height: 2.7;
  display: block;
  text-decoration: none;
  padding: 0 0 0 1px;
  background: transparent;
}

.wp-pagenavi span.current {
  border: 0px;
  background: #ffeb00;
  font-weight: 700;
}

.wp-caption-text,
.wp-caption,
.aligncenter,
.alignleft,
.alignright,
.sticky,
.gallery-caption,
.bypostauthor,
.screen-reader-text {
  font-weight: normal;
}

/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

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

.slick-slide img {
  width: 100%;
  height: auto;
}

[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("./img/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick/slick.eot");
  src: url("./fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick/slick.woff") format("woff"),
    url("./fonts/slick/slick.ttf") format("truetype"), url("./fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

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

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

.slick-prev {
  left: 30px;
  background: url(img/common/btn-prev.png) no-repeat center center;
}

.slick-next {
  right: 30px;
  background: url(img/common/btn-next.png) no-repeat center center;
}

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

.slick-dots {
  position: absolute;
  bottom: 10px;
  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;
  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: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #aaa;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.slick-archive {
  padding-top: 10px;
  margin: 0 auto;
  width: calc(100% - 50px);
}

.slick-archive__item {
  padding: 5px;
}

.slick-archive__item a {
  display: block;
  max-width: 350px;
  margin: auto;
  color: #231815;
  text-decoration: none;
  position: relative;
}

.slick-archive__item a:hover {
  opacity: 0.65;
}

.slick-archive__date {
  margin-top: 5px;
  display: block;
}

.slick-archive__title {
  display: block;
  font-weight: bold;
}

.slick-archive__label {
  background-color: #464a4c;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0.2em 2em;
}

@media screen and (max-width: 560px) {
  .slick-archive__date {
    font-size: 1rem;
  }

  .slick-archive__title {
    font-size: 1.2rem;
  }

  .slick-archive__label {
    font-size: 1rem;
  }
}

/* toggle button */
.toggle {
  display: none;
}

@media screen and (max-width: 1024px) {
  .toggle {
    cursor: pointer;
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    padding: 10px 5px;
    right: 10px;
    text-align: center;
    top: 5px;
    z-index: 7;
    background: white;
    border-radius: 10px;
  }

  .toggle__bar {
    position: relative;
    margin-top: 10px;
    margin-bottom: 6px;
    margin-left: auto;
    margin-right: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .toggle__bar,
  .toggle__bar::before,
  .toggle__bar::after {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #231815;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  .toggle__bar::before,
  .toggle__bar::after {
    position: absolute;
    content: "";
  }

  .toggle__bar::before {
    top: -8px;
  }

  .toggle__bar::after {
    top: 8px;
  }

  .toggle__title {
    font-size: 10px;
    font-size: 1rem;
    display: block;
    padding-top: 5px;
    width: 4em;
    white-space: nowrap;
  }

  .toggle__title:before {
    content: "メニュー";
  }
}

.toggle[aria-expanded="true"] .toggle__bar {
  background-color: transparent;
}

.toggle[aria-expanded="true"] .toggle__bar::before {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.toggle[aria-expanded="true"] .toggle__bar::after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

.toggle[aria-expanded="true"] .toggle__title:before {
  content: "とじる";
}

.icon-check,
.list-check>li {
  position: relative;
  padding-left: 1.5em;
}

.icon-check:before,
.list-check>li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 2;
}

.icon-come {
  text-indent: -1em;
  margin-left: 1em;
}

.icon-come:before {
  content: "※";
}

.list,
.pagination {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

/* Hamburger menu */
.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.gnav {
  line-height: 1.6;
  margin: 0;
}

@media screen and (min-width: 1025px) {
  .gnav {
    display: block !important;
    height: inherit !important;
  }
}

@media screen and (max-width: 1024px) {
  .gnav {
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
    background: transparent;
    /*border-bottom: 1px solid #E8E8E8;*/
    /*-webkit-box-shadow: 0 1px 5px #E8E8E8;*/
    /*box-shadow: 0 1px 5px #E8E8E8;*/
    z-index: 6;
  }
}

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

 user common css

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

.under-visual {
  background-image: url(img/common/under_visual.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin: 0 0 70px 0;
  padding: 130px 60px 162px 60px;
}

.under-visual h2 .ja {
  font-size: 44px;
  font-weight: 700;
  display: block;
  transform: scale(0.9, 1);
  transform-origin: left;
  margin-right: auto;
  line-height: 1.4;
}

@media screen and (max-width: 1024px) {
  .under-visual h2 .ja {
    font-size: 32px;
  }
}

.under-visual h2 .en {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.2;
  color: #e50012;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-top: 20px;
}

.container {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.contents_box {
  max-width: 1350px;
  width: calc(100% - 150px);
  margin-left: auto;
}

.flex_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}

.bt_box {
  max-width: 490px;
  width: 100%;
}

.btn-type01 {
  text-align: center;
  display: block;
  background: transparent;
  border: 1px solid #222;
  padding: 28px 15px;
  font-size: 14px;
  outline: none;
  position: relative;
  color: #fff;
  background-color: #222;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.btn-type01 span {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  margin: auto 0;
}

.btn-type01::before,
.btn-type01::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.btn-type01,
.btn-type01::before,
.btn-type01::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.btn-type01:hover {
  background-color: transparent;
  opacity: 1;
  color: #222;
}

.btn-type01::before,
.btn-type01::after {
  top: 0;
  width: 50%;
  height: 100%;
}

.btn-type01::before {
  right: 0;
}

.btn-type01::after {
  left: 0;
}

.btn-type01:hover::before,
.btn-type01:hover::after {
  width: 0;
  background-color: #222;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.heading-a {
  margin: 0 0 50px 0;
  font-size: 28px;
  text-align: left;
  font-weight: 500;
  color: #e50012;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.heading-a span {
  margin: 0 0 0 15px;
  padding: 0 0 0 20px;
  display: inline-block;
  position: relative;
  color: #444444;
  font-size: 14px;
  vertical-align: middle;
}

.heading-a span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  display: block;
  width: 18px;
  height: 18px;
  border-top: 1px solid #444444;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.arrow_ss {
  text-align: center;
  line-height: 9px;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  color: white;
  background: #222;
  border-radius: 50%;
  display: inline-block;
}

.arrow_ss::before {
  color: white;
  content: "\0203a";
}

.arrow_sm {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  transition: 0.5s;
  position: relative;
}

.arrow_sm::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 10px;
  background-image: url(img/common/arrow_sm.png);
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 2px);
}

.arrow_lg {
  text-align: center;
  line-height: 12px;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  color: white;
  background: #ffe900;
  border-radius: 50%;
  display: inline-block;
  transition: 0.5s;
}

.arrow_lg::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 15px;
  background-image: url(./img/common/arrow.png);
  position: absolute;
  top: calc(50% - 15px / 2);
  left: calc(50% - 2px);
}

.fixedmenu {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  transition: 0.5s;
  background: white;
  box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.1);
}

.txt_center {
  text-align: center;
}

.f-bold {
  font-weight: bold;
}

.news_flexbox {
  padding: 0 35px;
}

.news_box {
  background: white;
  padding: 15px 0;
  width: 100%;
  max-width: 320px;
  margin: 0 25px 0 0;
  position: relative;
  z-index: 2;
  filter: drop-shadow(3px 3px 3px rgb(220, 205, 69, 0.4));
}

.news_box:last-child {
  margin-right: 0;
}

.news_box .date {
  font-size: 26px;
  width: 69px;
  height: 69px;
  background: -moz-linear-gradient(left, #ffeb00, #fffbc7);
  background: -webkit-linear-gradient(left, #ffeb00, #fffbc7);
  background: linear-gradient(135deg, transparent 10px, #ffeb00 10px, #fffbc7);
  text-align: center;
  line-height: 2;
  margin-top: -30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.news_box .date span {
  font-size: 12px;
  display: block;
  margin-top: -15px;
  letter-spacing: 0;
}

.news_box .category {
  font-size: 12px;
  text-align: center;
  position: relative;
  margin-top: 10px;
}

.news_box .category::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 10px;
  width: 10px;
  height: 1px;
  background: black;
}

.news_box .txt_box {
  max-width: 215px;
  width: 100%;
  padding-left: 15px;
}

.news_box .txt_box a {
  color: black;
  display: inline-block;
}

.news_box .txt_box a.effect-shine:hover {
  -webkit-mask-image: linear-gradient(-75deg, rgba(34, 34, 34, 0.6) 30%, #222 50%, rgba(34, 34, 34, 0.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 3s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }

  to {
    -webkit-mask-position: -50%;
  }
}

.news_box .title {
  font-weight: bold;
  height: 3.6em;
}

.news_box .title+p {
  font-size: 12px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 1024px) {

  .sp,
  .flex_container {
    display: block;
  }

  .pc {
    display: none;
  }

  .contents_box {
    width: auto;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .under-visual {
    margin: 0 0 50px 0;
    padding: 90px 0px 80px 0px;
  }

  .under-visual h2 {
    font-size: 34px;
    text-align: center;
  }

  .under-visual h2 .ja {
    transform-origin: center;
  }

  .under-visual h2 .en {
    display: block;
    font-size: 24px;
    line-height: 0.7;
  }
}

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

EFFECTS

////////////////////////*/
/*ロード時にフェードイン*/
.fadein {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*文字フェードインエフェクト*/
/*.letter_fadein span{ opacity:0; }*/

/*横からのフェードイン*/
.fadeInSide {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;

  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;

  visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

 header

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

header {
  background: transparent;
}

header nav {
  width: 100%;
  max-width: 500px;
}

header nav ul {
  padding: 15px 0;
}

header .side_menu_box {
  width: 150px;
  height: 100%;
  margin-left: auto;
  border-right: 1px solid #d6d6d6;
  position: fixed;
  background: white;
}

header .side_menu_box h1 {
  padding: 15px 0;
  text-align: center;
}

header .side_menu_box ul.menu_list {
  text-align: center;
}

header .side_menu_box ul.menu_list img {
  margin-bottom: 8px;
}

header .side_menu_box ul.menu_list li {
  font-size: 12px;
  border-top: 1px solid #d6d6d6;
}

header .side_menu_box ul.menu_list li,
header .side_menu_box p {
  font-weight: 600;
}

header .side_menu_box ul.menu_list li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 16px 0;
  transition: 0.2s;
  opacity: 1;
}

header .side_menu_box ul.menu_list li a:hover {
  background-color: rgb(238, 238, 238, 0.5);
  border-right: 4px solid #222;
}

header .side_menu_box ul.menu_list li:last-child {
  border-bottom: 1px solid #d6d6d6;
}

header .side_menu_box p {
  margin-top: 10px;
  font-size: 11px;
  padding-left: 8px;
  line-height: 2;
}

header .link_box_list {
  margin: 150px auto;
}

header .link_box_list li {
  margin: 10px auto;
  text-align: center;
}

/*ハンバーガーメニューの背景設定*/
header .toggleWrap {
  background: rgba(234, 234, 234, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  header h1 {
    padding: 10px 0;
    font-size: 16px;
    line-height: 60px;
  }

  header nav {
    max-width: 1300px;
  }

  header nav ul.flexbox {
    display: block;
    padding: 0;
    text-align: center;
    background: white;
  }

  header nav ul li {
    border-top: 1px solid #222;
    line-height: 2;
  }

  header nav ul li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 25px 0;
  }

  header nav ul li a:hover {
    color: white;
    background: #222;
    opacity: 1;
  }

  header nav ul li:first-child a:hover {
    background: none;
  }

  header nav ul li:first-child {
    border-top: none;
  }

  header nav ul li:last-child {
    box-shadow: 0 2px 1px #222;
  }
}

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

footer

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

footer {
  font-weight: normal;
  padding: 90px 0 0;
  background-image: url(./img/common/footer_bg.png);
  background-repeat: no-repeat;
  background-position: right 35px bottom 15px;
}

main:has(.top01)+footer {
  padding: 50px 0 0;
  background-position: right 35px bottom 15px;
}

footer .add {
  font-family: "Meiryo", "メイリオ", sans-serif;
  line-height: 1.8;
  min-width: 290px;
}

footer .add .map {
  color: #e50012;
  font-size: 12px;
}

footer a:hover {
  text-decoration: underline;
}

footer h1+p {
  font-size: 14px;
  margin-top: 30px;
}

footer .sub-nav {
  margin-left: 120px;
}

footer .sub-nav ul {
  display: flex;
  gap: 20px 40px;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 700;
}

footer .copyright_box {
  margin-top: 50px;
  padding: 10px 0;
  background: #eee;
}

footer .copyright_box p a {
  color: #666;
  font-size: 12px;
}

footer .copyright_box small {
  color: #666;
  font-size: 10px;
}

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

  footer .sub-nav {
    margin-left: 0;
    margin-top: 30px;
    margin-right: 140px;
  }
}

@media screen and (max-width: 500px) {
  footer .sub-nav {
    margin-right: 0;
  }
}

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

TOPPAGE

////////////////////////*/
h2 {
  font-size: 28px;
  text-align: left;
  font-weight: normal;
}

h2+p {
  line-height: 1.8;
}

h3 {
  font-size: 20px;
}

.section {
  margin-top: 7.5%;
}

.top01 video {
  max-width: 100%;
  aspect-ratio: 1920 / 1080;
}
@media screen and (max-width: 540px){
  .top01 .fadein{
    display: flex;
    justify-content: center;
  }
  .top01 video {
  max-width: 160%;
  aspect-ratio: 1920 / 1080;
}
}

.top02 {
  background: #fffbc7;
  padding: 50px 0;
}

.top02 h2 a {
  color: #e50012;
  text-transform: uppercase;
}

.top02 .arrow_sm {
  background-color: #222;
}

.top02 .arrow_sm::before {
  background-image: url(img/common/arrow_sm_white.png);
}

.top02 h2 {
  border-right: 1px solid #d6d6d6;
  padding: 10px 80px 10px 45px;
  text-align: center;
  margin-right: 50px;
}

.top02 h2 a:hover span.arrow_sm,
.top04 .img_box a:hover span.arrow_lg,
.top05 ul li a:hover span.arrow_lg {
  transform: translateX(10px);
}

.top03 {
  background: url(img/top/bkg02.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  padding: 120px 15px 90px;
}

.top03 h3 {
  font-size: 44px;
  line-height: 1.4;
  transform: scale(0.9, 1);
  font-weight: 800;
}

@media screen and (max-width: 500px) {
  .top03 h3 {
    font-size: 31px;
    text-align: left;
    transform: scale(1);
  }
  .top03 .slide-right.mt-40{
    margin-top: 20px;
  }

  .top03 p {
    margin-bottom: 20px;
    line-height: 1.8;
    text-align: left;
  }
}

.top03 p {
  margin-bottom: 20px;
  line-height: 1.8;
}

.top04 .box {
  padding-left: 35px;
  position: relative;
}

.top04 .ttl {
  /* font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #e50012;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.2;
  position: absolute;
  top: 0;
  left: 0;
  writing-mode: sideways-lr;

  display: flex;
  align-items: flex-start; */
  writing-mode: sideways-lr;
}

.top04 .ttl span {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #e50012;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.2;
  position: absolute;
  top: 0;
  left: 0;
  writing-mode: sideways-lr;

  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 35px;
}

.top04 .img_box {
  position: relative;
}

.top04 .img_box .arrow_lg {
  position: absolute;
  bottom: -22px;
  right: 15px;
}

.top04 h3,
.top04 h3+p {
  margin-top: 15px;
}

.top04 .flexbox p {
  /* max-width: 540px;
  width: 100%; */
  line-height: 1.8;
}

.top07 .img_bkg {
  background: url(img/top/bkg03.jpg) no-repeat;
  padding: 130px 12%;
  background-position: right bottom;
}
@media screen and (max-width: 500px){
  .top07 .img_bkg {
  background: url(img/top/bkg03.jpg) no-repeat;
  padding: 103px 12%;
  background-position: right -205px bottom;
  background-size: cover;
}
}

.top07 .img_bkg p {
  margin-top: 15px;
  color: white;
  max-width: 330px;
  width: 100%;
  line-height: 1.8;
}

.top05 .grey_bkg {
  background: #eeeeee;
  padding: 90px 0;
}

.top05 h4 {
  font-size: 16px;
  margin: 10px 0;
}

.top05 ul {
  max-width: 1000px;
  width: 100%;
  margin: 50px auto 0;
  display: grid;
  /* grid-template-columns: repeat(auto-fit, 220px); */
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  /* gap: 40px; */
  gap: 20px;
}

@media screen and (min-width: 769px) {
  .top05 ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 1200px) {
  .top05 ul {
    gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.top05 ul li div {
  /* width: 220px;
  height: 200px; */
  aspect-ratio: 220 / 220;
  background: #fff;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top04 .flexbox {
  gap: 50px;
  justify-content: center;
}

.top04 .box .img_box a {
  display: block;
  color: white;
}

.top05 ul li div p:first-child {
  line-height: 200px;
  display: block;
}

.top05 .btn-type01,
.top06 .btn-type01 {
  margin-top: 60px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.top06 {
  padding: 90px 0;
}

.top06 .swiper {
  margin-right: 0;
  max-width: calc(50% + 500px + 15px);
  padding-left: 15px;
}

.top06 .swiper-slide {
  width: 100%;
  max-width: 300px;
  transition: opacity 0.4s;
}

.top06 .swiper-slide-next+.swiper-slide+.swiper-slide {
  position: relative;
}

.top06 .swiper-slide-next+.swiper-slide+.swiper-slide::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255, 0.65);
  position: absolute;
  top: 0;
  left: 0;
}

.top06 .swiper-button-prev,
.top06 .swiper-button-next {
  color: transparent;
  width: 47px;
  height: 48px;
  background-image: url(./img/common/arrow-yellow.png);
  top: 100px;
}

.top06 .swiper-button-prev {
  left: 0;
  transform: rotate(180deg);
}

.top06 .swiper-button-next {
  right: auto;
  left: 1010px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-image: url(./img/common/arrow-gray.png);
}

.top06 .ttl {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 20px;
}

.top06 .cate {
  margin-top: 20px;
  color: #aaa;
  font-size: 13px;
  display: flex;
}

.top06 .cate p:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 1px;
  background-color: #aaa;
  transform: rotate(-45deg);
  margin: 0 5px 0.25em;
}

@media screen and (max-width: 1500px) {
  .top02 .news_flexbox {
    display: block;
  }

  .top02 h2 {
    border-right: none;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 10px 0 10px 0;
  }

  .top02 .news_box {
    margin: 40px auto;
  }
}

@media screen and (max-width: 1260px) {
  .top06 .swiper-button-prev {
    left: 5px;
  }

  .top06 .swiper-button-next {
    left: auto;
    right: 5px;
  }
}

@media screen and (max-width: 600px) {
  .top02 h2 {
    font-size: 32px;
  }

  .top02 h2 span {
    font-size: 27px;
  }

  .top04 h3,
  .top04 h3+p {
    margin: 15px 0;
  }
}

@media screen and (max-width: 500px) {
  .top02 .news_flexbox {
    padding: 0 15px;
  }

  .top02 .news_box {
    width: 100%;
    padding: 15px;
  }
}

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

SUBPAGE

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

.fixed_link_box {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
}

@media screen and (max-width: 500px) {
  .fixed_link_box {
    width: 80px;
  }
}

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

RECRUIT

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

.recruit01 .lead {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 30px;
}

.recruit01 .txt {
  text-align: center;
  line-height: 2.2;
}

.recruit02,
.recruit03 {
  margin-top: 90px;
}

.recruit02 .heading-a,
.recruit03 .heading-a,
.contact01 .heading-a,
.company03 .heading-a,
.company04 .heading-a {
  padding-top: 40px;
  border-top: 1px solid #eee;
  position: relative;
}

.recruit02 .heading-a::before,
.recruit03 .heading-a::before,
.contact01 .heading-a::before,
.company03 .heading-a::before,
.company04 .heading-a::before {
  content: "";
  display: inline-block;
  width: 78px;
  height: 1px;
  background-color: #e50012;
  position: absolute;
  top: -1px;
  left: 0;
}

.company {
  overflow: hidden;
}

.recruit02 .item {
  display: flex;
}

.recruit02 .item+.item {
  margin-top: 60px;
}

.recruit02 .cont {
  width: calc(100% - 462px);
  /* padding: 50px 80px; */
  padding: 15px 80px;
  background-color: rgb(253, 250, 223, 0.6);
}

.recruit02 .cont p {
  line-height: 2.2;
}

.recruit02 .ttl {
  font-family: "Montserrat", sans-serif;
  color: #e50012;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 15px;
}

.recruit02 .flexbox {
  gap: 10px;
  align-items: center;
}

.recruit02 .flexbox .box {
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  background-color: #222;
  padding: 0 5px;
}

.recruit02 .flexbox .gray {
  color: #99998c;
  font-size: 13px;
  font-weight: 700;
}

.recruit02 .name {
  font-weight: 700;
  margin-top: 5px;
}

.recruit02 .name span {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 21px;
}

.recruit02 .txt {
  line-height: 2.2;
  border-top: 1px solid #bbb;
  margin-top: 20px;
  padding-top: 35px;
}

.recruit03 .table {
  border: 1px solid #d6d6d6;
  line-height: 2.2;
}

.recruit03 .table .row {
  display: flex;
}

.recruit03 .table .row:not(:last-child) {
  border-bottom: 1px solid #d6d6d6;
}

.recruit03 .table .ttl {
  background-color: #eee;
  min-width: 157px;
  padding: 18px 20px;
}

.recruit03 .table .cont {
  padding: 18px 30px;
}

ul.disc li {
  text-indent: -1em;
  margin-left: 1em;
}

ul.disc li::before {
  content: "・";
}

.recruit03 .flexbox {
  margin-top: 60px;
  justify-content: center;
  align-items: flex-end;
  gap: 45px 65px;
  flex-wrap: wrap;
}

.recruit03 .banner .txt {
  text-align: center;
  line-height: 2.2;
}

.recruit03 .btn-type01 {
  width: 100%;
  max-width: 350px;
}

@media screen and (max-width: 1260px) {
  .recruit02 .item {
    display: block;
  }

  .recruit02 .cont {
    width: auto;
  }

  .recruit02 .item div:has(img) {
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .recruit02 .cont {
    padding: 40px 30px;
  }

  .recruit03 .table .row {
    display: block;
  }
}

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

COMPANY

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

.company-a .img_box {
  position: relative;
  margin: 0 30px;
}

.company-a .img_box .arrow_lg {
  position: absolute;
  bottom: 6px;
  right: 50px;
}

.company-a img.ttl {
  position: absolute;
  top: 0;
  left: -30px;
}

.company-a h3,
.company-a h3+p {
  margin: 15px 30px;
}

.company-a .flexbox {
  margin: 40px 0 0 0;
}

.company-a .flexbox p {
  max-width: 540px;
  width: 100%;
  line-height: 1.8;
}

.company-a .flexbox .box:nth-child(even) {
  margin-top: 60px;
}

.company-a .img_box a:hover span.arrow_lg {
  transform: translateX(10px);
}

@media screen and (max-width: 1390px) {

  .company-a .flexbox .box:nth-child(odd),
  .company-a .flexbox .box:nth-child(even) {
    margin-top: 0px;
    margin-bottom: 40px;
  }
}

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

message

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

.message-a {
  background: #eeeeee;
  padding: 100px 0 90px 0;
  margin-bottom: -10%;
}

.message-a .layout-a {
  margin: 0 0 60px 0;
}

.message-a .layout-a .pic {
  position: relative;
  width: 54%;
  text-align: right;
}

.message-a .layout-a .text {
  position: relative;
  width: 46%;
  padding: 0 15px 0 0;
}

.message-a .layout-a .text span {
  width: 190px;
  display: block;
  margin: 0 0 15px 0;
  padding: 15px 5px;
  color: #005faa;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background: #fff;
  border: 3px solid #007ac3;
}

.message-a .layout-a .text h3 {
  width: 215px;
  display: block;
  margin: 0 0 50px 0;
  padding: 15px 5px;
  color: #005faa;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background: #fff;
  border: 3px solid #007ac3;
}

.message-a .layout-a .text h4 {
  font-size: 44px;
  font-weight: bold;
  color: #005faa;
  line-height: 1.2;
}

.message-a .layout-a .text .message-text {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: -90px;
}

.message-a ul li {
  margin: 0 0 70px 0;
}

.message-a ul li h5 {
  font-size: 28px;
  color: #0079c3;
  line-height: 1.4;
  margin: 0 0 25px 0;
}

.message-a ul li p {
  line-height: 1.9;
  letter-spacing: 1px;
}

.message-a .layout-b {
  position: relative;
  padding: 0 0 190px 0;
}

.message-a .layout-b .text {
  position: absolute;
  top: 170px;
  right: 0;
  background: #fff;
  width: 100%;
  max-width: 800px;
  padding: 70px 65px;
}

.message-a .layout-b .text h5 {
  font-size: 28px;
  color: #0079c3;
  line-height: 1.4;
  margin: 0 0 35px 0;
}

.message-a .layout-b .text p {
  margin: 15px 0 0 0;
  line-height: 1.9;
  letter-spacing: 1px;
}

@media screen and (max-width: 1024px) {
  .message-a .layout-a {
    display: block;
  }

  .message-a .layout-a .pic {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
  }

  .message-a .layout-a .text {
    position: relative;
    width: 100%;
    max-width: 640px;
    margin: 40px auto 0 auto;
    padding: 0;
  }

  .message-a .layout-a .text h3 {
    margin: 0 0 35px 0;
  }

  .message-a .layout-a .text .message-text {
    position: relative;
    margin: 30px 0 0 0;
    z-index: 2;
    bottom: auto;
    right: auto;
    text-align: right;
  }

  .message-a .layout-b {
    padding: 0;
  }

  .message-a .layout-b .pic {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
  }

  .message-a .layout-b .text {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 50px 30px;
  }
}

@media screen and (max-width: 600px) {
  .message-a .layout-b .text {
    padding: 40px 15px;
  }
}

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

outline

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

.outline-a .table-wrap {
  width: 100%;
  padding: 270px 15px 0 15px;
  background-image: url(img/company/outline/sub_visual.jpg);
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
}

.outline-a table {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
}

.outline-a table th {
  width: 11%;
  min-width: 140px;
  padding: 20px 20px;
  text-align: left;
  font-weight: normal;
  border: 1px solid #d6d6d6;
  background: #eeeeee;
}

.outline-a table td {
  width: 89%;
  padding: 20px 20px;
  border: 1px solid #d6d6d6;
  background: #fff;
}

.outline-a table td a {
  color: #0079c3;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .outline-a .table-wrap {
    padding: 50px 15px 0 15px;
  }

  .outline-a table {
    border-bottom: 1px solid #d6d6d6;
  }

  .outline-a table th {
    width: 100%;
    padding: 15px;
    display: block;
    border-bottom: none;
  }

  .outline-a table td {
    width: 100%;
    padding: 15px;
    display: block;
    border-bottom: none;
  }
}

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

history

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

.history-a table {
  width: 100%;
}

.history-a table th {
  width: 17%;
  min-width: 205px;
  padding: 20px 20px;
  text-align: right;
  font-weight: normal;
  border: 1px solid #d6d6d6;
  background: #eeeeee;
}

.history-a table td {
  width: 83%;
  padding: 20px 20px;
  border: 1px solid #d6d6d6;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .history-a table {
    border-bottom: 1px solid #d6d6d6;
  }

  .history-a table th {
    width: 100%;
    padding: 15px;
    display: block;
    border-bottom: none;
    text-align: left;
  }

  .history-a table td {
    width: 100%;
    padding: 15px;
    display: block;
    border-bottom: none;
  }
}

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

interview

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

.interview-visual {
  margin: 0 0 80px 0;
}

.interview-visual .container {
  position: relative;
}

.interview-visual img {
  display: block;
  margin: 70px 0 0 0;
  padding: 55px 0 0 20px;
}

.interview-visual h3 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.interview-visual span {
  display: block;
  color: #057dc4;
}

.interview-visual span.num {
  position: relative;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.3;
  margin: 0 0 50px 0;
}

.interview-visual span.num:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 2px;
  background: #057dc4;
}

.interview-visual span.career {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
  padding: 13px 20px;
  background: #fff;
  border: 3px solid #057dc4;
}

.interview-visual span.name {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 10px 0;
  padding: 13px 20px;
  background: #fff;
  border: 3px solid #057dc4;
  display: inline-block;
}

.interview.layout-a li {
  margin: 0 0 75px 0;
  position: relative;
}

.interview.layout-a li:nth-child(2) {
  margin: 0 0 150px 0;
}

.interview.layout-a li h3 {
  margin: 0 0 30px 20px;
  padding: 5px 10px;
  display: inline-block;
  position: relative;
  background: #0079c3;
  color: #fff;
  font-size: 28px;
  font-weight: normal;
}

.interview.layout-a li:nth-child(1) h3:before {
  content: "Q.1";
}

.interview.layout-a li:nth-child(2) h3:before {
  content: "Q.2";
}

.interview.layout-a li:nth-child(3) h3:before {
  content: "Q.3";
}

.interview.layout-a li h3:before {
  position: absolute;
  left: -60px;
  bottom: 2px;
  color: #0079c3;
  font-size: 32px;
}

.interview.layout-a li h3:after {
  content: "";
  position: absolute;
  left: -95px;
  bottom: 0;
  width: 75px;
  height: 2px;
  background: #0079c3;
}

.interview.layout-a li h4 {
  margin: 0 0 20px 20px;
  color: #0079c3;
  font-size: 28px;
  font-weight: normal;
}

.interview.layout-a li p {
  margin: 0 0 0 20px;
  line-height: 2;
  letter-spacing: 1px;
}

.interview.layout-a li .wrap {
  position: absolute;
  right: 0;
  top: 170px;
  background: #fff;
  width: 100%;
  max-width: 800px;
  padding: 30px 20px 30px 50px;
}

.interview.layout-a li:nth-child(3) img {
  margin: 0 0 80px 0;
}

.interview .btn-type01 .arrow_sm {
  right: auto;
  left: 35px;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}

.interview .btn-type01 .arrow_sm::before {
  position: absolute;
  top: 4px;
  right: 6px;
}

.interview.layout-b li {
  margin: 0 0 75px 0;
  position: relative;
}

.interview.layout-b li h4 {
  margin: 0 0 20px 0;
  color: #0079c3;
  font-size: 28px;
  font-weight: normal;
}

.interview.layout-b li p {
  margin: 0 0 0 0;
  line-height: 2;
  letter-spacing: 1px;
}

.interview.layout-b li img {
  margin: 70px 0 0 0;
}

@media screen and (max-width: 1515px) {
  .interview.layout-a li h3 {
    margin: 0 0 30px 120px;
  }
}

@media screen and (max-width: 1024px) {
  .interview-visual {
    margin: 0 0 50px 0;
  }

  .interview-visual img {
    display: block;
    margin: 60px 0 30px 0;
    padding: 0;
  }

  .interview-visual h3 {
    display: block;
    position: relative;
    top: auto;
    left: auto;
  }

  .interview-visual span.num {
    margin: 0 0 14px 0;
    display: inline-block;
    vertical-align: middle;
  }

  .interview-visual span.career {
    margin: 0 0 15px 0;
    display: inline-block;
  }

  .interview-visual span.name {
    display: table;
  }

  .interview.layout-a li h3 {
    margin: 0 0 30px 95px;
  }

  .interview.layout-a li h4 {
    margin: 0 0 20px 0;
  }

  .interview.layout-a li p {
    margin: 0;
  }

  .interview.layout-a li img {
    display: block;
    margin: 0 auto;
  }

  .interview.layout-a li .wrap {
    position: relative;
    right: auto;
    top: auto;
    max-width: 640px;
    margin: 50px auto 0 auto;
    padding: 0;
  }

  .interview.layout-a li,
  .interview.layout-a li:nth-child(2) {
    margin: 0 0 50px 0;
  }

  .interview.layout-a li:nth-child(3) img {
    margin: 0 0 50px 0;
    padding: 0 15px;
  }

  .interview.layout-b li {
    margin: 0 0 50px 0;
  }

  .interview.layout-b li img {
    margin: 40px 0 0 0;
  }
}

@media screen and (max-width: 600px) {
  .interview-visual span.num {
    display: none;
  }

  .interview-visual span.career {
    line-height: 1.3;
    margin: 0 0 10px 0;
    padding: 10px;
  }

  .interview-visual span.name {
    padding: 10px;
  }

  .interview.layout-a li h3 {
    margin: 50px 0 20px 0;
  }

  .interview.layout-a li h3:before {
    left: 0;
    bottom: auto;
    top: -65px;
  }

  .interview.layout-a li h3:after {
    left: 0;
    bottom: auto;
    top: -15px;
    width: 75px;
  }
}

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

new_graduate

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

.new_graduate {
  padding: 70px 0 0 0;
}

.new_graduate h3 {
  margin: 0 0 70px 0;
}

.new_graduate table {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto 50px auto;
  letter-spacing: 1px;
  line-height: 1.6;
}

.new_graduate table th {
  width: 16%;
  min-width: 195px;
  padding: 20px 20px;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  border: 1px solid #d6d6d6;
  background: #eeeeee;
}

.new_graduate table td {
  width: 84%;
  padding: 20px 20px;
  border: 1px solid #d6d6d6;
  background: #fff;
}

.new_graduate table td p:first-child {
  margin: 0 0 10px 0;
}

.new_graduate table td p span {
  font-weight: bold;
}

.new_graduate .arrow_sm::before {
  position: absolute;
  top: 4px;
  left: 6px;
}

@media screen and (max-width: 768px) {
  .new_graduate table {
    border-bottom: 1px solid #d6d6d6;
  }

  .new_graduate table th {
    width: 100%;
    padding: 15px;
    display: block;
    border-bottom: none;
  }

  .new_graduate table td {
    width: 100%;
    padding: 15px;
    display: block;
    border-bottom: none;
  }
}

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

career

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

.career {
  padding: 70px 0 0 0;
}

.career h3 {
  margin: 0 0 70px 0;
}

.career-list_wrap {
  background: url(img/recruit/top/bkg02.png) repeat;
  padding-top: 80px;
  position: relative;
  padding-bottom: 60px;
  z-index: 0;
}

.career ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.career ul li {
  width: 48%;
  margin: 0 4% 60px 0;
  position: relative;
  z-index: 2;
}

.career ul li:nth-child(even) {
  margin: 0 0 60px 0;
}

.career ul li a {
  display: block;
  position: relative;
  z-index: 2;
  padding: 40px 40px 40px 45px;
  background: #fff;
  border: 3px solid #69b1dc;
}

.career ul li a span {
  color: #444444;
  font-size: 12px;
  display: block;
}

.career ul li a h4 {
  font-size: 20px;
  font-weight: bold;
  color: #0079c3;
  margin: 0 0 15px 0;
}

.career ul li a .arrow_lg {
  position: absolute;
  bottom: -23px;
  right: 25px;
}

.career ul li a:hover span.arrow_lg {
  transform: translateX(10px);
}

.career .cart {
  position: absolute;
  bottom: 0;
  left: 50px;
  z-index: 1;
}

.career .truck {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .career ul {
    display: block;
  }

  .career ul li {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 40px auto;
  }

  .career ul li:nth-child(even) {
    margin: 0 auto 40px auto;
  }
}

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

News

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

.news01 .news_flexbox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px 40px;
  padding: 0;
}

.news01 .news_box {
  margin: 0;
  filter: none;
  border: 1px solid #ddd;
  height: 276px;
}

.news01 .news_box .txt_box {
  max-width: none;
  padding: 0 15px;
}

.news01 .news_box .title,
.news01 .news_box .title+p {
  padding: 0 12px;
}

.news01 .news_box .title {
  font-size: 16px;
  margin-bottom: 15px;
  height: auto;
}

.news01 .news_box .title+p {
  font-size: 13px;
}

.news-detail01 .contents {
  position: relative;
  z-index: 2;
  margin: 0 0 70px 0;
  padding: 15px 60px 60px;
  border: 1px solid #ddd;
}

.news-detail01 .contents .date {
  display: inline-block;
  font-size: 28px;
  width: 69px;
  height: 69px;
  background: -moz-linear-gradient(left, #ffeb00, #fffbc7);
  background: -webkit-linear-gradient(left, #ffeb00, #fffbc7);
  background: linear-gradient(135deg, transparent 10px, #ffeb00 10px, #fffbc7);
  text-align: center;
  line-height: 2;
  margin-top: -30px;
  margin-bottom: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.news-detail01 .contents .date span {
  font-size: 12px;
  display: block;
  margin-top: -15px;
  letter-spacing: 0;
}

.news-detail01 .editor {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.news-detail01 .contents h3 {
  font-size: 28px;
  font-weight: normal;
  margin: 0 0 30px 0;
}

.news-detail01 .contents p {
  font-size: 13px;
}

.news-detail01 .contents p+p {
  margin-top: 20px;
}

.news-detail01 .btn-type01 {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.news-detail01 .arrow_sm {
  right: auto;
  left: 35px;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}

.news-detail01 .arrow_sm::before {
  position: absolute;
  top: 4px;
  right: 6px;
}

@media screen and (max-width: 768px) {
  .news-detail01 .contents {
    margin: 0 0 50px 0;
    padding: 15px 30px 30px;
  }

  .news-detail01 .contents .date {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 500px) {
  .news-detail01 .contents h3 {
    font-size: 22px;
  }
}

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

Contact

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

.contact01 .tel {
  margin-top: 80px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fdfadf;
  padding: 40px;
}

.contact01 .tel .ttl {
  font-weight: 700;
  font-size: 16px;
  border-top: 1px solid #f0f0e1;
  padding-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.contact01 .tel .ttl::before {
  content: "";
  display: inline-block;
  width: 78px;
  height: 1px;
  background-color: #ffeb00;
  position: absolute;
  left: 0;
  top: -1px;
}

.contact01 .tel .num {
  color: #e50012;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 36px;
}

.contact01 .tel .num span {
  font-size: 26px;
}

.contact01 .tel .flexbox {
  justify-content: center;
  align-items: center;
  gap: 15px 40px;
  flex-wrap: wrap;
}

.contact01 .heading-a {
  color: #222;
  font-weight: 700;
  font-size: 32px;
}

.form {
  margin-top: 80px;
}

.form input,
.form select,
.form textarea {
  width: 100%;
  max-width: 900px;
  font-size: 14px;
  border: 1px solid #d7d7d7;
  outline: none;
  margin: 0;
  padding: 15px 25px;
  line-height: 1.5;
}

::placeholder {
  color: #777;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border: 1px solid #222;
}

.form select {
  max-width: 338px;
  appearance: none;
  background-image: url(./img/common/arrow_sm_down.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
}

.form textarea {
  min-height: 250px;
}

.form input[name="your-postcode"] {
  max-width: 222px;
  margin-bottom: 10px;
  margin-left: 15px;
}

.form table {
  margin-top: 60px;
}

.form table tr {
  border-bottom: 1px solid #d6d6d6;
}

.form table th {
  width: 19%;
  min-width: 200px;
  padding: 50px 10px 50px 40px;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  position: relative;
}

.form table th .required,
.form table th .optional {
  position: absolute;
  left: 0;
  top: auto;
  display: inline-block;
  margin: 1px 0 0 0;
  padding: 1px 3px 1px 3px;
  font-size: 11px;
}

.form table th .required {
  background: #e50012;
  color: #fff;
}

.form table th .optional {
  background-color: #eee;
}

.form table td {
  position: relative;
  width: 81%;
  padding: 35px 10px;
}

.form .privacy {
  margin-top: 30px;
}

.form .privacy .modal-btn {
  text-decoration: underline;
  color: #e50012;
  cursor: pointer;
  transition: opacity 0.4s;
}

.form .privacy-cont {
  padding: 50px;
  background-color: #fff;
  border-radius: 5px;
  max-width: 1000px;
}

.form .privacy-cont .ttl {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.form .privacy-cont .item-ttl {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
}

.form .privacy-cont .item+.item {
  margin-top: 30px;
}

.form .privacy .modal-btn:hover {
  opacity: 0.65;
}

.modal {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
  padding: clamp(20px, 14px + 1.54vw, 30px);
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  margin: auto;
}

.modal-close {
  position: fixed;
  top: 15px;
  right: 15px;
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  filter: drop-shadow(3px 3px 3px rgba(17, 17, 17, 0.33));
}

.modal-close::before,
.modal-close::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 3px;
  background-color: #d9dde1;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 15px);
}

.modal-close::before {
  transform: rotate(45deg);
}

.modal-close::after {
  transform: rotate(-45deg);
}

p:has(.wpcf7-acceptance) {
  text-align: center;
  margin-top: 20px;
}

.wpcf7-acceptance input[type="checkbox"] {
  display: none;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.wpcf7-acceptance label {
  padding-left: 35px;
  position: relative;
  cursor: pointer;
}

.wpcf7-acceptance label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #d6d6d6;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.wpcf7-acceptance label:has(input[type="checkbox"]:checked)::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0px;
  width: 10px;
  height: 5px;
  border-left: 3px solid #222;
  border-bottom: 3px solid #222;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 5px 0 0 5px;
}

.form .submit {
  padding: 30px 15px;
  background: #222;
  border: 1px solid #222;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.form .submit:hover {
  background-color: transparent;
  opacity: 1;
  color: #222;
}

.form .submit {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.form p:has(.submit) {
  position: relative;
  width: 100%;
  max-width: 490px;
  margin: 60px auto 0;
}

.form p:has(.submit)::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 35px;
  top: calc(50% - 10px);
  pointer-events: none;
}

.form p:has(.submit)::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 10px;
  background-image: url(img/common/arrow_sm.png);
  position: absolute;
  top: calc(50% - 5px);
  right: 42px;
  pointer-events: none;
}

.wpcf7-spinner {
  margin: 0;
  display: inline;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
  font-weight: 700;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-form-control-wrap.is-show .wpcf7-not-valid-tip {
  display: block;
}

.wpcf7 form .wpcf7-response-output {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .form table {
    margin: 40px 0 35px 0;
  }

  .form table th,
  .form table th.other {
    display: block;
    width: 100%;
    padding: 15px 10px 5px 40px;
  }

  .form table th.privacy {
    padding: 0;
  }

  .form table td {
    display: block;
    width: 100%;
    padding: 15px 0 30px 0;
  }
}

@media screen and (max-width: 500px) {
  .contact01 .tel {
    margin-top: 50px;
    padding: 20px;
  }

  .form {
    margin-top: 60px;
  }

  .form table {
    margin-top: 30px;
  }

  .form .submit {
    margin-top: 40px;
  }

  .contact01 .heading-a {
    font-size: 26px;
  }
}

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

sitemap

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

.sitemap .list-wrap {
  width: 100%;
  max-width: 910px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sitemap .list-wrap ul {
  width: 33.333%;
  padding: 0 30px;
  border-left: 1px solid #cccccc;
}

.sitemap .list-wrap ul:last-child {
  border-right: 1px solid #cccccc;
}

.sitemap .list-wrap ul li a {
  position: relative;
  display: block;
  margin: 0 0 10px 0;
  padding: 0 0 0 30px;
  font-size: 16px;
}

.sitemap .list-wrap ul li a:before {
  content: "\f105";
  position: absolute;
  left: 6px;
  top: 0;
  font-weight: bold;
  font-family: Font Awesome\5 Free;
  color: #007ac3;
}

.sitemap .list-wrap ul li.heading a {
  margin: 0 0 15px 0;
  font-size: 20px;
  color: #007ac3;
}

.sitemap .list-wrap ul li.heading a:before {
  content: "\f138";
  left: 0;
}

.sitemap .list-wrap ul li.grandson a {
  margin: 0 0 5px 0;
  font-size: 14px;
}

.sitemap .list-wrap ul li.grandson.last a {
  margin: 0 0 15px 0;
}

.sitemap .list-wrap ul li.grandson a:before {
  content: "\f068";
  top: 4px;
  left: 5px;
  font-size: 10px;
  color: #cccccc;
}

.sitemap .list-wrap ul li.current a {
  pointer-events: none;
  color: #000;
}

@media screen and (max-width: 768px) {
  .sitemap .list-wrap {
    display: block;
    max-width: 500px;
  }

  .sitemap .list-wrap ul,
  .sitemap .list-wrap ul:last-child {
    width: 100%;
    padding: 0 30px;
    border: none;
  }
}

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

career-detail

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

.career-detail {
  padding: 70px 0 0 0;
}

.career-detail h3 {
  display: block;
  font-size: 50px;
  color: #0079c3;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 40px 0;
}

.career-detail h3 span {
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.career-detail table {
  width: 100%;
  margin: 0 0 60px 0;
}

.career-detail table th {
  width: 16%;
  min-width: 195px;
  padding: 20px 20px;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  border: 1px solid #d6d6d6;
  background: #eeeeee;
}

.career-detail table td {
  width: 84%;
  padding: 20px 20px;
  border: 1px solid #d6d6d6;
  background: #fff;
}

.career-detail table td p {
  margin: 0 0 15px 0;
}

.career-detail table td p:last-child {
  margin: 0 0 0 0;
}

.career-detail table td p span {
  font-weight: bold;
}

.career-detail .entry-link {
  width: 100%;
  max-width: 490px;
  display: block;
  position: relative;
  margin: 0 auto 15px auto;
  padding: 30px 15px;
  background: #007ac3;
  border: 0px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.career-detail .entry-link:before {
  position: absolute;
  right: 30px;
  top: 27px;
  content: "\f138";
  font-size: 20px;
  font-weight: bold;
  font-family: Font Awesome\5 Free;
}

@media screen and (max-width: 768px) {
  .career-detail table {
    border-bottom: 1px solid #d6d6d6;
  }

  .career-detail table th {
    width: 100%;
    padding: 15px;
    display: block;
    border-bottom: none;
  }

  .career-detail table td {
    width: 100%;
    padding: 15px;
    display: block;
    border-bottom: none;
  }
}

/* 追記 250923 */
.uppercase {
  text-transform: uppercase;
}

.fc--red {
  color: #e50012;
}

.fc--red_bd {
  text-decoration: underline;
}

.fz-14 {
  font-size: 14px;
}

.name {
  font-size: 20px;
}

.f-bold {
  font-weight: bold;
}

.company01_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

@media screen and (min-width: 769px) {
  .company01_box {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }

  .company01_textbox {
    width: 100%;
    max-width: 690px;
  }

  .company01_text {
    width: 100%;
    max-width: 665px;
    margin-left: auto;
  }
}

.company01 {
  background: #EEEEEE;
  padding-top: 60px;
  padding-bottom: 60px;
}

.company01,
.company02,
.company03 {
  margin-bottom: 60px;
}

.company01 .lead {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}

.company01 .txt {
  line-height: 2.2;
}

@media screen and (min-width: 769px) {

  .company01,
  .company02,
  .company03 {
    margin-bottom: 80px;
  }

  .company01 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.inner {
  width: 100%;
  max-width: 1005px;
  margin-left: auto;
  margin-right: auto;
}

.company03_img {
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .company03_img {
    width: 100%;
     margin: 0 auto;
    max-width: 300px;
      margin-top: 50px;
  }
}

.company02 .heading-a {
  width: 100%;
  max-width: 594px;
}

.company02 .txt {
  line-height: 2.2;
  width: 100%;
  max-width: 298px;
}

.company02_texbox {
  display: flex;
  flex-wrap: wrap;
}


.company02_texbox {
  padding-top: 40px;
  border-top: 1px solid #eee;
  position: relative;
}


.company02_texbox::before {
  content: "";
  display: inline-block;
  width: 78px;
  height: 1px;
  background-color: #e50012;
  position: absolute;
  top: -1px;
  left: 0;
}

.company04.career-detail table td {
  line-height: 2.2;
}

.business01.recruit02 .cont {
  width: calc(100% - 442px);
  /* padding: 50px 80px; */
  background-color: rgb(253, 250, 223, 0.6);
  background: transparent;
  /* padding: 0; */
  width: 100%;
}

.business01.recruit02 .name {
  font-size: 24px;
}

@media screen and (min-width: 1261px) {
  .business01.recruit02 .cont {
    padding-right: 10px;
    max-width: 530px;
  }

  .business01.recruit02 .name {
    font-size: 32px;
  }
}

@media screen and (min-width: 1500px) {
  .business01.recruit02 .cont {
    padding-left: 100px;
  }
}

.business01.recruit02 .item {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.business01.recruit02 .item div:first-child {
  background: #fff;
}

.business01.recruit02 .item {
  background-color: rgb(253, 250, 223, 0.6);
}

.character01 {
  background: rgba(253, 250, 223, 0.6);
  padding-top: 60px;
  padding-bottom: 60px;
}

.character02 {
  background: rgba(253, 250, 223, 0.6);
  padding-top: 10px;
  padding-bottom: 60px;
}

@media screen and (min-width: 769px) {
  .character01 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .character02 {
    background: rgba(253, 250, 223, 0.6);
    padding-top: 10px;
    padding-bottom: 90px;
  }
}

.character01_wrap {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-evenly;
  gap: 40px 20px;
}

@media screen and (min-width: 1200px) {
  .character01_wrap {
    flex-direction: row;
    align-items: flex-end;
  }
}

.yellow_box {
  background: #fff;
  border: 4px solid #FFEB00;
  border-radius: 20px;
  padding: 30px;
}

.yellow_box:has(.character02_title) {
  padding: 0;
}

@media screen and (min-width: 769px) {
  .yellow_box {
    padding: 60px;
  }

  .character01 .yellow_box {
    width: 100%;
    max-width: 668px;
  }
}

.deco_yellow {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2px;
}

.deco_yellow::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background: #FFEB01;
}

@media screen and (max-width: 1200px) {
  .character01_img {
    width: 100%;
    max-width: 200px;
  }
}

.character01_wrap dl,
.character01_wrap p,
.character02 p {
  font-weight: 600;
}

.character01_wrap dd {
  margin-bottom: 20px;
}

.character01_wrap dd:last-of-type {
  margin-bottom: 0;
}

.character02_title {
  background: #FFEB01;
  font-size: 24px;
  font-weight: bold;
  border-radius: 13px 13px 0 0;
  padding: 20px 0;
}

@media screen and (min-width: 769px) {
  .character02_title {
    font-size: 32px;
  }
}

.character02_wrap {
  padding: 20px;
}

.character02_img {
  margin-bottom: 30px;
}

.character02_list {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 788px;
  margin: 0 auto;
  gap: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.character02_item p {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.4;
  margin-top: 30px;
}

@media screen and (min-width: 769px) {
  .character02_item p {
    margin-top: 70px;
  }

  .character02_img {
    margin-bottom: 50px;
  }

  .character02_list {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 788px;
    margin: 0 auto;
    gap: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.character02_img_left {

  margin-bottom: auto;
}

@media screen and (min-width: 540px) {
  .character02_img_left {
    margin-top: auto;
    margin-bottom: auto;
  }
}

.character02_img_right {
  margin-top: auto;
}

.privacy .heading-a {
  margin-bottom: 20px;
  margin-top: 30px;
}

.ml-15 {
  margin-left: 15px;
}


.bogo-language-switcher {
  position: relative;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bogo-language-switcher li+li::before {
  content: "/";
}

.bogo-language-switcher li {
  font-size: 14px;
  font-weight: 500;
}

.bogo-language-switcher li span {
  padding: 5px;
}

.bogo-language-switcher .current a {
  color: var(--white);
}

.header_left_contents {
  gap: 30px;
}

.header.-is-open .fc--white,
.header.-is-fixed .fc--white {
  color: var(--black);
}

.header.-is-open .bogo-language-switcher .current a,
.header.-is-fixed .bogo-language-switcher .current a {
  color: var(--black);
}

.br_sp_none {
  display: none;
}

@media screen and (min-width: 769px) {
  .br_sp_none {
    display: block;
  }
}

.recruit01 .txt,
.recruit01 .lead {
  text-align: left;
}

@media screen and (min-width: 769px) {

  .recruit01 .txt,
  .recruit01 .lead {
    text-align: center;
  }
}