@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique&family=Zen+Old+Mincho&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);
@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  /* 2 */
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

.inview,
.inviewL,
.inviewR {
  opacity: 0;
}

.fadeInUp {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInBigUp {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInBigUp;
          animation-name: fadeInBigUp;
}

@-webkit-keyframes fadeInBigUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 240px, 0);
            transform: translate3d(0, 240px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInBigUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 240px, 0);
            transform: translate3d(0, 240px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.delay_1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay_2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay_3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay_4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay_5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay_6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay_7 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.delay_8 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay_9 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.delay_10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay_20 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay_30 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.delay_40 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.delay_50 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.delay_60 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

/*-- settingフォルダの中の_index.scss --*/
html {
  font-size: 62.5%;
}

body {
  text-wrap: wrap;
  box-sizing: border-box;
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, Arial, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  overflow-wrap: normal;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 2.3rem;
  }
}

.lato {
  font-family: "Lato", sans-serif;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.hiragino-w8 {
  font-family: "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴ StdN W8", sans-serif;
}

.en {
  font-family: "Roboto", sans-serif;
}

.mincho {
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a {
  color: inherit;
  text-decoration: none;
}

a.img-link figure {
  overflow: hidden;
}
a.img-link figure img {
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
a.img-link:hover figure img {
  -webkit-transform: scale(1.15, 1.15);
          transform: scale(1.15, 1.15);
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: auto;
  width: 100%;
}

.italic {
  font-style: italic;
}

main {
  display: block;
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 70px;
  }
}

.bold {
  font-weight: 700;
}

.ie .slick-dots li button:before {
  font-size: 20px;
}

*:focus {
  outline: none;
}

@media screen and (min-width: 769px) {
  .sp_view {
    display: none;
  }
  .pc_view {
    display: block;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_view {
    display: block;
  }
  .pc_view {
    display: none;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  input[type=text],
  input[type=search],
  input[type=submit] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0;
  }
}
.disabled {
  opacity: 0.6;
  pointer-events: none;
}

.el_btn1 {
  background: #fff;
  background-color: #fff;
  border: 0.2rem solid #00A1AF;
  border-radius: 9999px;
  color: #00A1AF;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  padding: 1rem 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .el_btn1 {
    font-size: 1.4rem;
  }
}
.el_btn1 .arrow {
  background-color: #fff;
  border-radius: 9999px;
  display: inline-block;
  height: 0.2rem;
  margin-top: 0.5rem;
  position: relative;
  position: absolute;
  right: 2rem;
  top: calc(50% - 0.25rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.6rem;
}
@media screen and (max-width: 768px) {
  .el_btn1 .arrow {
    height: 0.1rem;
    right: 1rem;
    width: 1.8rem;
  }
}
.el_btn1 .arrow::before {
  background-color: #fff;
  border-radius: 9999px;
  content: "";
  height: 0.2rem;
  position: absolute;
  right: 0;
  top: calc(50% - 2px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: calc(100% - 2px) 50%;
          transform-origin: calc(100% - 2px) 50%;
  width: 1.1rem;
}
@media screen and (max-width: 768px) {
  .el_btn1 .arrow::before {
    height: 0.1rem;
    width: 0.7rem;
  }
}

.el_btn2 {
  background: #fff;
  background-image: url(../images/top/bg_el_btn2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0.2rem solid #00A1AF;
  border-radius: 9999px;
  color: #00A1AF;
  display: block;
  font-size: min(1.5151515152vw, 30px);
  font-weight: bold;
  padding: min(0.7575757576vw, 15px) 0;
  position: relative;
  text-align: center;
}
.el_btn2::after {
  background-image: url(../images/top/arrow_wh.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: min(0.5050505051vw, 10px);
  position: absolute;
  right: min(1.5151515152vw, 30px);
  top: calc(50% - min(0.2525252525vw, 5px));
  width: min(2.0202020202vw, 40px);
}

.event_btn a,
.entry_btn a{
	transition : .5s;
	display: block;
	width: 100%;
	height: 100%;
}

.event_btn a:hover{
	opacity: 0.7;
}

.entry_btn a:hover{
	opacity: 0.7;
}

.menu_list li a:hover{
	opacity: 0.7;
}

.btn{
	transition : .5s;
}

.or_gr_btn:hover{
	opacity: 0.7;
}

header {
  background-color: #fff;
  left: 0;
  position: relative;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  header {
    min-height: 70px;
  }
}
header .hd_cnt {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  /*max-width: 1280px;*/
  width: 95%;
}
@media screen and (max-width: 768px) {
  header .logoArea {
    width: 45%;
  }
}
header .logo {
  padding: 20px 0 30px;
  width: 348px;
}
@media screen and (max-width: 768px) {
  header .logo {
    padding: 10px 0 20px;
    width: 100%;
  }
}
header .r_menu {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 768px) {
  header .r_menu .top_btnArea {
    margin-right: 0px;
    width: calc(100% - 40px);
  }
}
header .r_menu .top_btnArea ul {
  display: flex;
  padding-right: 0px;
  justify-content: flex-end;
}
@media screen and (min-width: 901px) {
  header .r_menu .top_btnArea ul {
    padding-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  header .r_menu .top_btnArea ul {
    padding-right: 0;
    width: 100%;
    justify-content: flex-end;
  }
}
header .r_menu .top_btnArea ul li {
  margin-right: 10px;
  max-width: 130px;
}
@media screen and (min-width: 901px) {
  header .r_menu .top_btnArea ul li {
    max-width: 180px;
    margin: auto 1%;
  }
}
@media screen and (max-width: 768px) {
  header .r_menu .top_btnArea ul li {
    margin-right: 0px;
    margin-left: 5px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  header .r_menu .top_btnArea ul li.event_btn {
    
  }
}
header .menu-btn {
  height: 50px;
  width: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  header .menu-btn {
    height: 45px;
    width: 45px;
  }
}
header .menu-btn .menu-trigger {
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 5px;
  top: 10px;
  width: 40px;
}

@media screen and (max-width: 768px) {
	header .menu-btn .menu-trigger {
  right: 0px;
  top: 40%;
}
}

header .menu-btn .menu-trigger span {
  background: #000;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: 0.5s ease-in-out;
  width: 100%;
}
header .menu-btn .menu-trigger span:nth-child(1) {
  top: 0;
}
header .menu-btn .menu-trigger span:nth-child(2) {
  top: 12px;
}
@media screen and (max-width: 640px) {
  header .menu-btn .menu-trigger span:nth-child(2) {
    top: 9px;
  }
}
header .menu-btn .menu-trigger span:nth-child(3) {
  top: 25px;
}
@media screen and (max-width: 640px) {
  header .menu-btn .menu-trigger span:nth-child(3) {
    top: 19px;
  }
}
header .menu-btn.open .menu-trigger span {
  background: #000;
}
header .menu-btn.open .menu-trigger span:nth-child(1) {
  -webkit-transform: rotate(145deg);
  -moz-transform: rotate(145deg);
  top: 12px;
  transform: rotate(145deg);
}
header .menu-btn.open .menu-trigger span:nth-child(2) {
  display: none;
}
header .menu-btn.open .menu-trigger span:nth-child(3) {
  -webkit-transform: rotate(-145deg);
  -moz-transform: rotate(-145deg);
  left: 0;
  top: 12px;
  transform: rotate(-145deg);
  width: 100%;
}
header .menuArea {
  background-color: #bb1a2a;
  color: #fff;
  padding: 20px 0 0px;
  position: fixed;
  top: 90px;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  header .menuArea {
    top: 70px;
  }
}
header .menuArea .menu_cnt {
  display: flex;
  /*justify-content: space-between;*/
  margin: 0 auto;
  max-width: 1280px;
  width: 92%;
  position: relative;
}
@media screen and (max-width: 768px) {
  header .menuArea .menu_cnt {
    display: block;
    font-size: 3vw;
    margin: 0 auto;
    width: 90%;
  }
}
header .menuArea .menu_cnt .menu_ttl {
  font-size: 1.5em;
  margin-right: 2.5rem;
}

@media screen and (max-width: 1280px) {
	header .menuArea .menu_cnt .menu_ttl {
		position: absolute;
		top: 0;
	}
}
@media screen and (max-width: 768px) {
  header .menuArea .menu_cnt .menu_ttl {
    font-size: 4vw;
    margin-bottom: 30px;
    margin-right: 0;
    position: relative;
  }
}
header .menuArea .menu_cnt .nav_list {
  display: flex;
}

@media screen and (max-width: 1280px) {
	header .menuArea .menu_cnt .nav_list {
		padding-top: 50px;
	}
}


@media screen and (max-width: 1100px) {
	header .menuArea .menu_cnt .nav_list {
		flex-wrap: wrap;
	}
	header .menuArea .menu_cnt .nav_list .menu_list.menu_list_top {
    width: 100%;
  }
}


@media screen and (max-width: 768px) {
  header .menuArea .menu_cnt .nav_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 0;
  }
}
header .menuArea .menu_cnt .nav_list .menu_list {
  margin-bottom: 50px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  header .menuArea .menu_cnt .nav_list .menu_list {
    margin-bottom: 20px;
    margin-right: 0;
    width: 48%;
  }
  header .menuArea .menu_cnt .nav_list .menu_list.menu_list_top {
    width: 100%;
  }
}
header .menuArea .menu_cnt .nav_list .menu_list li {
  margin-bottom: 10px;
}
header .menuArea .menu_cnt .nav_list .menu_list li a {
  display: inline-block;
}
header .menuArea .menu_cnt .nav_list .menu_list li a::after {
  border: 0;
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 12px;
}
@media screen and (max-width: 768px) {
  header .menuArea .menu_cnt .nav_list .menu_list li a::after {
    height: 8px;
    margin-left: 10px;
    width: 8px;
  }
}
header .menuArea .menu_cnt .btn_list {
  max-width: 180px;
}
@media screen and (max-width: 768px) {
  header .menuArea .menu_cnt .btn_list {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  header .menuArea .menu_cnt .btn_list ul {
    display: flex;
    justify-content: center;
  }
}
header .menuArea .menu_cnt .btn_list li {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  header .menuArea .menu_cnt .btn_list li {
    margin: 0 2% 30px;
    width: 45%;
  }
}

.btnArea {
  max-width: 450px;
}
.btnArea .or_gr_btn {
  background: linear-gradient(to right, #e1b539 0%, #e8402c 50%, #e43965 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 1.2em;
  padding: 10px 0;
  position: relative;
  text-align: center;
}
.btnArea .or_gr_btn::before {
  border: 0;
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  bottom: 0;
  content: "";
  height: 12px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 12px;
}
@media screen and (max-width: 768px) {
  .btnArea .or_gr_btn {
    font-size: 3.7vw;
  }
}
.btnArea .w_btn {
  background: #fff;
  border-radius: 30px;
  box-sizing: border-box;
  color: #000;
  display: block;
  font-size: 0.9em;
  padding: 10px 25px;
  position: relative;
}
.btnArea .w_btn::before {
  border: 0;
  border-right: solid 2px #000;
  border-top: solid 2px #000;
  bottom: 0;
  content: "";
  height: 12px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 12px;
}

.btnArea .w_btn:hover{
	background: #bb1a2a;
	color: #fff;
}

.btnArea .w_btn:hover::before {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
}

@media screen and (max-width: 768px) {
  .btnArea .w_btn {
    font-size: 3vw;
  }
}

.nav {
  background-image: url(../images/common/bg_footer-01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4rem 0 9rem;
  position: relative;
  z-index: 6;
}
@media screen and (max-width: 768px) {
  .nav {
    padding: 2rem 0 6rem;
  }
}
.nav .copy {
  margin: 0 auto 4rem;
  max-width: 120rem;
  mix-blend-mode: multiply;
  width: calc(100% - 4rem);
}
@media screen and (max-width: 768px) {
  .nav .copy {
    margin-bottom: 2rem;
  }
}
.nav .inner {
  margin: 0 auto;
  max-width: 96rem;
  width: calc(100% - 40px);
}
.nav .inner .logo {
  margin: 0 auto 4rem;
  width: 17rem;
}
@media screen and (max-width: 768px) {
  .nav .inner .logo {
    display: none;
    margin-bottom: 1rem;
    width: 12rem;
  }
}
.nav .inner .wrap {
  position: relative;
}
.nav .inner .box {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr 1.5fr 1.5fr 1fr;
}
@media screen and (max-width: 768px) {
  .nav .inner .box {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .nav .inner .box .column {
    display: contents;
  }
}
.nav .inner .box .column a {
  color: #fff;
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .nav .inner .box .column a {
    border-bottom: 0.1rem solid #fff;
    font-size: 1.4rem;
    padding: 0.8rem 0 0.6rem;
  }
}
.nav .inner .box .column a + a {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .nav .inner .box .column a + a {
    margin-top: 0.5rem;
  }
}
.nav .inner .btn {
  background: transparent;
  border-color: #fff;
  bottom: 1rem;
  color: #fff;
  font-size: 2rem;
  position: absolute;
  right: 0;
  width: 19.5rem;
}
@media screen and (max-width: 768px) {
  .nav .inner .btn {
    background: #fff;
    border-color: #00A1AF;
    bottom: auto;
    color: #00A1AF;
    font-size: 1.6rem;
    margin: 1rem auto 0;
    padding: 0.5rem;
    position: relative;
    right: auto;
    width: 100%;
  }
  .nav .inner .btn .arrow {
    background-color: #00A1AF;
  }
  .nav .inner .btn .arrow::before {
    background-color: #00A1AF;
  }
}
.nav .inner .copyright {
  color: #fff;
  display: block;
  margin: 6rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .nav .inner .copyright {
    display: none;
  }
}

.footer-sec .nav .logo {
  display: block;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .footer-sec .nav .box {
    display: none !important;
  }
}
.footer-sec .nav .btn {
  padding: 1rem 0;
  width: 19.5rem;
}
.footer-sec .nav .copyright {
  display: block;
}
:not(.p-top) .footer-sec .nav .copy {
  display: none;
}

.menu {
  bottom: 0;
  left: 50%;
  position: fixed;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 100;
}
.menu .bar {
  background: linear-gradient(90deg, #2db3e7 0%, #02096c 30%, #00a1af 80%, white 100%);
  border-radius: 9999px 9999px 0 0;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 600;
  left: 50%;
  margin: 0 auto;
  max-width: 80rem;
  padding: 1rem 0;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: background-color 0.3s;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .menu .bar {
    font-size: 1.4rem;
    padding: 1rem 0;
  }
}
.menu .nav {
  bottom: 0;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
  left: 0;
  position: absolute;
  visibility: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .menu .nav {
    height: 100vh;
  }
}

.toTop{
	width: 62px;
	height: 62px;
	position: fixed;
	right: 3%;
	bottom: 10px;
	margin-left: auto;
}

footer {
  background-color: #bb1a2a;
  width: 100%;
}
footer .ft_box {
  color: #fff;
  display: flex;
  flex-direction: row-reverse;
  gap: 0 50px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1080px;
  padding: 50px 0 0;
  width: 90%;
}
@media screen and (max-width: 768px) {
  footer .ft_box {
    display: block;
    margin: 0 auto;
  }
}
footer .sitemap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  justify-content: space-between;
  max-width: 600px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  footer .sitemap {
    display: block;
    font-size: 3.5vw;
    width: 100%;
  }
}
footer .sitemap .ft_nav_list ul {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  footer .sitemap .ft_nav_list ul {
    margin-bottom: 20px;
  }
}
footer .sitemap .ft_nav_list ul li {
  margin-bottom: 5px;
}
footer .sitemap .ft_nav_list ul li a {
  display: inline-block;
}
footer .sitemap .ft_nav_list ul li a::after {
  border: 0;
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 12px;
}
footer .logoArea {
  width: 350px;
}

footer .logoArea a{
  display: inline-block;
  margin-top: 15px;
}

/*footer .logoArea a::after{
	border: 0;
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 12px;
}*/

@media screen and (max-width: 768px) {
  footer .logoArea {
    padding-bottom: 50px;
    width: 100%;
    font-size: 3.5vw;
  }
  footer .logoArea .address {
    font-size: 3vw;
  }
  footer .logoArea .btn_logo{
	  width: 60%;
	  margin-top: 10px;
  }
}
footer .logoArea .ft_logo {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  footer .logoArea .ft_logo {
    margin-bottom: 15px;
    width: 60%;
  }
}
footer .copyright {
  background-color: #fff;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}
footer .copyright small {
  display: block;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  footer .copyright small {
    font-size: 2.6vw;
  }
}

.p-top .mv-sec {
  position: relative;
}
.p-top .mv-sec .top_slider {
  -webkit-animation: sliderFadeIn 1s ease-out forwards;
          animation: sliderFadeIn 1s ease-out forwards;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  opacity: 0;
}
.p-top .mv-sec .top_slider .slide_img {
  margin: auto 5px;
  max-width: 460px;
}
@media screen and (max-width: 768px) {
  .p-top .mv-sec .top_slider .slide_img {
    margin: auto 2px;
    max-width: 130px;
  }
}
.p-top .mv-sec .copy {
  left: 7.03125vw;
  position: absolute;
  top: calc(55% + 1rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .p-top .mv-sec .copy {
    left: 2.5rem;
    top: 15rem;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: calc(100% - 50px);
  }
}
.p-top .mv-sec .copy .main-catch {
  -webkit-animation: slideUpFadeIn 1s ease-out forwards;
          animation: slideUpFadeIn 1s ease-out forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
          font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-top .mv-sec .copy .main-catch {
     font-size: 6vw;
    margin-top: 10rem;
  }
}
.p-top .mv-sec .copy .sub-catch {
  -webkit-animation: slideUpFadeIn 0.6s ease-out forwards;
          animation: slideUpFadeIn 0.6s ease-out forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  color: #000;
  max-width: 536px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-top .mv-sec .copy .sub-catch {
   width: 80%
  }
}
@-webkit-keyframes slideUpFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideUpFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes sliderFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes sliderFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-top .mv-sec .copy .btn {
  border-width: 0.1rem;
  margin: 3rem auto 0;
  padding: 0.5rem 0;
  width: 14rem;
}
.p-top .mv-sec .copy .btn .arrow {
  background: #00A1AF;
}
.p-top .mv-sec .copy .btn .arrow::before {
  background: #00A1AF;
}
.p-top .mv-sec .earthArea {
  position: relative;
  width: 100%;
}
.p-top .mv-sec .earthArea::before {
  background-color: #bf192a;
  content: "";
  display: block;
  height: 190px;
  position: absolute;
  top: 250px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top .mv-sec .earthArea::before {
    height: 80px;
    top: 100px;
  }
}
.p-top .mv-sec .earthArea .earth {
  margin: 0 auto;
  max-width: 633px;
  position: relative;
  top: -50px;
}
@media screen and (max-width: 768px) {
  .p-top .mv-sec .earthArea .earth {
    top: -20px;
    width: 60%;
  }
}
.p-top .mv-sec .scroll_down {
  bottom: 320px;
  position: absolute;
  right: 5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-top .mv-sec .scroll_down {
    display: none;
  }
}
.p-top .mv-sec .scroll_down a {
  color: #fff;
  display: block;
  font-size: 14px;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.p-top .mv-sec .scroll_down::before {
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  background: #bf192a;
  bottom: 0;
  content: "";
  height: 12px;
  left: calc(50% - 2px);
  position: absolute;
  width: 3px;
  z-index: 1;
}
.p-top .mv-sec .scroll_down::after {
  background: #fff;
  bottom: 10px;
  content: "";
  height: 80px;
  left: calc(50% - 2px);
  position: absolute;
  width: 2px;
}
@-webkit-keyframes circlemove {
  0% {
    bottom: 80px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 80px;
  }
  100% {
    bottom: 0px;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

#movie-sec,
#crosstalk-sec,
#tec-sec{
	padding-top: 100px;
margin-top: -100px;
}

.lower-btm-sec .btn_list {
  margin: 100px auto;
  max-width: 880px;
}
.lower-btm-sec .btn_list ul {
  display: flex;
  justify-content: center;
}
.lower-btm-sec .btn_list ul li {
  max-width: 270px;
  width: 32%;
  margin: auto 1%;
}



.p-top main .inner {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}
.p-top .lead-sec {
  padding-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .lead-sec {
    padding-bottom: 50px;
  }
}
.p-top .lead-sec .lead_txt {
  padding: 60px 0;
}
.p-top .lead-sec .lead_txt h2 {
  font-size: 2.6em;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .lead-sec .lead_txt h2 {
    font-size: 6vw;
  }
}
.p-top .lead-sec .lead_txt p {
  font-size: 1.3em;
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  .p-top .lead-sec .lead_txt p {
    font-size: 3.5vw;
  }
}
.p-top section .midahi {
  color: #c11826;
  line-height: 1.2;
}
.p-top section .midahi .sub-title {
  font-size: 2em;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .p-top section .midahi .sub-title {
    font-size: 4vw;
  }
}
.p-top section .midahi .main-title {
  font-size: 2.5em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-top section .midahi .main-title {
    font-size: 6vw;
  }
}
.p-top section .midahi .comment {
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  .p-top section .midahi .comment {
    font-size: 3vw;
  }
}
.p-top .business-sec {
  width: 100%;
}
.p-top .business-sec .business-img {
  background: url(../images/top/busi_img.jpg) no-repeat center center;
  background-size: cover;
  height: 1572px;
  margin: 50px auto;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .p-top .business-sec .business-img {
    height: auto;
    width: 100%;
  }
}
.p-top .business-sec .business-img .busi_inner {
  height: 1572px;
  max-width: 1280px;
  position: relative;
}
@media screen and (max-width: 1030px) {
  .p-top .business-sec .business-img .busi_inner {
    height: 0;
    padding-bottom: 102%;
    width: 100%;
  }
}
.p-top .business-sec .business-img .busi_txt {
  position: absolute;
}
.p-top .business-sec .business-img .busi_en1 {
  left: 0;
  top: 100px;
  width: 298px;
}
@media screen and (max-width: 1030px) {
  .p-top .business-sec .business-img .busi_en1 {
    left: 5%;
    top: 10%;
    width: 20%;
  }
}
.p-top .business-sec .business-img .busi_en2 {
  right: 0;
  top: 0;
  width: 300px;
}
@media screen and (max-width: 1030px) {
  .p-top .business-sec .business-img .busi_en2 {
    right: 5%;
    width: 20%;
  }
}
.p-top .business-sec .business-img .busi_en3 {
  bottom: 120px;
  left: 0;
  width: 299px;
}
@media screen and (max-width: 1030px) {
  .p-top .business-sec .business-img .busi_en3 {
    bottom: 10%;
    left: 5%;
    width: 20%;
  }
}
.p-top .business-sec .business-img .busi_en4 {
  bottom: 100px;
  right: 0;
  width: 298px;
}
@media screen and (max-width: 1030px) {
  .p-top .business-sec .business-img .busi_en4 {
    bottom: 9%;
    right: 5%;
    width: 20%;
  }
}
.p-top .business-sec .business-img .busi_jp1 {
  right: 200px;
  top: 100px;
  width: 228px;
}
@media screen and (max-width: 1030px) {
  .p-top .business-sec .business-img .busi_jp1 {
    right: 30%;
    top: 5%;
    width: 16%;
  }
}
.p-top .business-sec .business-img .busi_jp2 {
  left: 200px;
  top: 150px;
  width: 229px;
}
@media screen and (max-width: 1030px) {
  .p-top .business-sec .business-img .busi_jp2 {
    left: 30%;
    top: 25%;
    width: 16%;
  }
}
.p-top .business-sec .business-img .busi_jp3 {
  bottom: 200px;
  right: 400px;
  width: 200px;
}
@media screen and (max-width: 1030px) {
  .p-top .business-sec .business-img .busi_jp3 {
    bottom: -5%;
    right: 40%;
    width: 15%;
  }
}
.p-top .business-sec .txtArea {
  margin: 30px auto 60px;
}
@media screen and (min-width: 769px) {
  .p-top .business-sec .txtArea .txt {
    display: flex;
    font-size: 1.3em;
    justify-content: center;
    line-height: 2;
  }
}
.p-top .business-sec .txtArea .stairs span {
  display: inline-block;
}
.p-top .business-sec .txtArea .stairs span.stairs1 {
  text-indent: 4em;
}
.p-top .business-sec .txtArea .stairs span.stairs2 {
  text-indent: 3em;
}
.p-top .business-sec .txtArea .stairs span.stairs3 {
  text-indent: 2em;
}
.p-top .business-sec .txtArea .stairs span.stairs4 {
  text-indent: 1em;
}
@media screen and (max-width: 768px) {
  .p-top .business-sec .txtArea .stairs {
    font-size: 3.5vw;
    line-height: 2;
  }
}
.p-top .business-sec .txtArea .btnArea {
  margin-left: auto;
  margin-right: 0;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-top .business-sec .txtArea .btnArea {
    max-width: 70%;
  }
}
.p-top .movie-sec .midahi {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}
.p-top .movie-sec .bg_orgr {
  background: linear-gradient(to right, #e1b539 0%, #e8402c 50%, #e43965 100%);
  margin-top: 100px;
  width: 100%;
}
.p-top .movie-sec .bg_orgr .inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  max-width: 1080px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .movie-sec .bg_orgr .inner {
    display: block;
  }
}
.p-top .movie-sec .bg_orgr .imgArea {
  position: relative;
  top: -50px;
  width: 63%;
}
@media screen and (max-width: 768px) {
  .p-top .movie-sec .bg_orgr .imgArea {
    width: 100%;
  }
}
.p-top .movie-sec .bg_orgr .img {
  margin-left: calc((100vw - 1080px) / 2 * -1 - 26%);
  width: calc(100% + (100vw - 1080px) / 2 + 26%);
}
@media screen and (max-width: 768px) {
  .p-top .movie-sec .bg_orgr .img {
    margin-left: -5vw;
    width: 100%;
  }
}
.p-top .movie-sec .bg_orgr .txtArea {
  color: #fff;
  padding-left: 4%;
  width: 36%;
}
@media screen and (min-width: 769px) {
  .p-top .movie-sec .bg_orgr .txtArea .wht {
    line-height: 2;
  }
}
.p-top .movie-sec .bg_orgr .txtArea .btnArea {
  margin-top: 30px;
  max-width: 365px;
}
@media screen and (max-width: 768px) {
  .p-top .movie-sec .bg_orgr .txtArea .btnArea {
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-top .movie-sec .bg_orgr .txtArea {
    font-size: 3.5vw;
    position: relative;
    top: -30px;
    width: 100%;
  }
}
.p-top .about-sec {
  padding: 100px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top .about-sec {
    padding: 50px 0;
  }
}
.p-top .about-sec .r_box {
  position: relative;
}
.p-top .about-sec .r_box::before {
  border: solid 1px #bb1a2a;
  content: "";
  display: block;
  height: 750px;
  position: absolute;
  top: 70px;
  width: 100%;
  z-index: -1;
}
.p-top .about-sec .r_box::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 160px;
  left: 0;
  position: absolute;
  top: 0;
  width: 40%;
  z-index: 1;
}
.p-top .about-sec .midahi {
  position: relative;
  z-index: 10;
}
.p-top .about-sec .box {
  margin: 50px auto;
  max-width: 1080px;
}
@media screen and (max-width: 768px) {
  .p-top .about-sec .box {
    max-width: 90%;
  }
}
.p-top .about-sec .msg_box {
  margin-bottom: 50px;
  position: relative;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-top .about-sec .msg_box {
    margin-bottom: 0;
  }
}
.p-top .about-sec .msg_box .txt {
  bottom: 20px;
  max-width: 50%;
  position: absolute;
  right: 20px;
  width: 460px;
}
.p-top .about-sec .msg_box .txt p {
  line-height: 2;
}
.p-top .about-sec .msg_box .txt .btnArea {
  margin-top: 10px;
  max-width: 365px;
}
@media screen and (max-width: 768px) {
  .p-top .about-sec .msg_box .txt {
    bottom: auto;
    margin: 20px auto;
    max-width: none;
    position: relative;
    right: auto;
    width: 100%;
  }
  .p-top .about-sec .msg_box .txt p {
    font-size: 3vw;
    line-height: 1.75;
  }
  .p-top .about-sec .msg_box .txt .btnArea {
    max-width: 50%;
  }
  .p-top .about-sec .msg_box .txt .btnArea .w_btn {
    border: solid 1px #000;
  }
}
.p-top .about-sec .btm_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top .about-sec .btm_box {
    display: block;
  }
}
.p-top .about-sec .btm_box .h_box {
  max-width: 510px;
  position: relative;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-top .about-sec .btm_box .h_box {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
  }
}
.p-top .about-sec .btm_box .h_box .txt {
  bottom: 20px;
  position: absolute;
  right: 20px;
  width: 276px;
}
.p-top .about-sec .btm_box .h_box .txt .box_ttl {
  color: #fff;
  font-size: 1.7em;
  font-weight: 600;
}
.p-top .about-sec .btm_box .h_box .txt .btnArea {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-top .about-sec .btm_box .h_box .txt {
    width: 60%;
  }
}
.p-top .interview-sec {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-top .interview-sec {
    padding: 50px 0;
  }
}
.p-top .interview-sec .int_box {
  margin: 50px auto;
  max-width: 1080px;
}
@media screen and (max-width: 768px) {
  .p-top .interview-sec .int_box {
    width: 95%;
  }
}
.p-top .interview-sec .int_box ul li {
  align-items: center;
  display: flex;
  margin-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .interview-sec .int_box ul li {
    flex-wrap: wrap;
  }
}
.p-top .interview-sec .int_box ul li .imgArea {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .interview-sec .int_box ul li .imgArea {
    width: 55%;
  }
}
.p-top .interview-sec .int_box ul li .imgArea .case {
  left: -50px;
  position: absolute;
  top: 0;
  width: 30px;
}
@media screen and (max-width: 768px) {
  .p-top .interview-sec .int_box ul li .imgArea .case {
    left: -10%;
    width: 20px;
  }
}
.p-top .interview-sec .int_box ul li .imgArea .img {
  margin-right: 40px;
  max-width: 360px;
}
@media screen and (max-width: 768px) {
  .p-top .interview-sec .int_box ul li .imgArea .img {
    max-width: 90%;
    width: 90%;
  }
}
.p-top .interview-sec .int_box ul li .txtArea {
  max-width: 360px;
}
@media screen and (max-width: 768px) {
  .p-top .interview-sec .int_box ul li .txtArea {
    max-width: 100%;
    position: relative;
    width: 100%;
  }
}
.p-top .interview-sec .int_box ul li .txtArea .int_ttl {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .interview-sec .int_box ul li .txtArea .int_ttl {
    font-size: 3.8vw;
    position: absolute;
    right: 0;
    top: -60%;
  }
}
.p-top .interview-sec .int_box ul li .txtArea .red_box {
  border: solid 1px #bb1a2a;
  color: #bb1a2a;
  margin-bottom: 10px;
  max-width: 257px;
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .interview-sec .int_box ul li .txtArea .red_box {
    margin-right: 3%;
    max-width: 100%;
    padding: 10px;
  }
}
.p-top .interview-sec .int_box ul li .txtArea .belong {
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  .p-top .interview-sec .int_box ul li .txtArea .belong {
    align-items: flex-start;
    display: flex;
    font-size: 2.5vw;
    margin-top: 20px;
    width: 100%;
  }
}
.p-top .interview-sec .int_box ul li::after {
  background-color: #bf192a;
  content: "";
  display: block;
  height: 90%;
  position: absolute;
  right: 180px;
  top: 5%;
  width: 1px;
}
@media screen and (max-width: 900px) {
  .p-top .interview-sec .int_box ul li::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-top .interview-sec .int_box ul li::after {
    display: block;
    height: 30%;
    right: 25%;
    top: 0;
  }
}
.p-top .interview-sec .int_box ul li:nth-child(2) {
  flex-direction: row-reverse;
}
.p-top .interview-sec .int_box ul li:nth-child(2) .imgArea {
  position: relative;
}
.p-top .interview-sec .int_box ul li:nth-child(2) .imgArea .case {
  left: auto;
  position: absolute;
  right: -50px;
}
@media screen and (max-width: 768px) {
  .p-top .interview-sec .int_box ul li:nth-child(2) .imgArea .case {
    right: -4%;
    width: 20px;
  }
}
.p-top .interview-sec .int_box ul li:nth-child(2) .imgArea .img {
  margin-left: 40px;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-top .interview-sec .int_box ul li:nth-child(2) .imgArea .img {
    margin-left: 0;
    margin-right: auto;
  }
}
.p-top .interview-sec .int_box ul li:nth-child(2) .txtArea .int_ttl {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-top .interview-sec .int_box ul li:nth-child(2) .txtArea .int_ttl {
    left: 5%;
    right: auto;
    text-align: left;
  }
}
.p-top .interview-sec .int_box ul li:nth-child(2) .txtArea .red_box {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-top .interview-sec .int_box ul li:nth-child(2) .txtArea .red_box {
    margin-right: 5%;
  }
}

.p-top .interview-sec .int_box ul li:nth-child(2) .txtArea .btnArea {
  margin-left: auto;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .p-top .interview-sec .int_box ul li:nth-child(2) .txtArea .btnArea {
    margin-right: 5%;
  }
}


.p-top .interview-sec .int_box ul li:nth-child(2) .txtArea .belong {
  margin-left: auto;
  margin-right: 0;
  max-width: 257px;
}
@media screen and (max-width: 768px) {
  .p-top .interview-sec .int_box ul li:nth-child(2) .txtArea .belong {
    max-width: 100%;
  }
}
.p-top .interview-sec .int_box ul li:nth-child(2)::after {
  left: 180px;
  right: auto;
}
@media screen and (max-width: 768px) {
.p-top .interview-sec .int_box ul li:nth-child(2)::after {
    display: block;
    right: auto;
    left: 25%;
  }
 }

.p-top .interview-sec .int_box ul li .txtArea .btnArea {
  margin-top: 20px;
  max-width: 257px;
}

.p-top .interview-sec .int_box ul li .txtArea .btnArea .w_btn {
    border: solid 1px #000;
}

.p-top .crosstalk-sec {
  padding-bottom: 100px;
}
.p-top .crosstalk-sec .talk_box ul li {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-top .crosstalk-sec .talk_box ul li {
    display: block;
  }
}
.p-top .crosstalk-sec .talk_box ul li .img {
  width: 50.5%;
}
@media screen and (max-width: 768px) {
  .p-top .crosstalk-sec .talk_box ul li .img {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .p-top .crosstalk-sec .talk_box ul li .txt {
    margin: 20px auto;
    margin-left: 5%;
  }
}
.p-top .crosstalk-sec .talk_box ul li .txt .red {
  color: #bf192a;
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-top .crosstalk-sec .talk_box ul li .txt .red {
    font-size: 5vw;
  }
}
.p-top .crosstalk-sec .talk_box ul li .txt .btnArea {
  max-width: 360px;
}
@media screen and (max-width: 768px) {
  .p-top .crosstalk-sec .talk_box ul li .txt .btnArea {
    max-width: 50%;
  }
}
.p-top .crosstalk-sec .talk_box ul li .txt .btnArea .w_btn {
  border: solid 1px #000;
}
.p-top .crosstalk-sec .talk_box ul li:first-child {
  justify-content: flex-end;
}
.p-top .crosstalk-sec .talk_box ul li:first-child .txt {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .crosstalk-sec .talk_box ul li:first-child .img {
    margin-left: auto;
    margin-right: 0;
  }
}
.p-top .crosstalk-sec .talk_box ul li:last-child .img {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  .p-top .crosstalk-sec .talk_box ul li:last-child .img {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top .crosstalk-sec .talk_box ul li:last-child .txt {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    margin-right: 5%;
  }
  .p-top .crosstalk-sec .talk_box ul li:last-child .txt .btnArea {
    width: 100%;
  }
}
.p-top .recruit-sec {
  background-color: #bb1a2a;
  padding: 60px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top .recruit-sec {
    padding: 50px 0 20px;
  }
}
.p-top .recruit-sec .flexbox {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-top .recruit-sec .flexbox {
    display: block;
  }
}
.p-top .recruit-sec .flexbox .midahi {
  color: #fff;
  margin-right: 60px;
  width: 260px;
}
@media screen and (max-width: 768px) {
  .p-top .recruit-sec .flexbox .midahi {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.p-top .recruit-sec .flexbox .midahi .sub-title {
  opacity: 1;
}
.p-top .recruit-sec .flexbox .txt {
  color: #fff;
  line-height: 2;
  max-width: 860px;
  width: calc(100% - 260px);
}
@media screen and (max-width: 768px) {
  .p-top .recruit-sec .flexbox .txt {
    font-size: 3.5vw;
    width: 100%;
  }
}
.p-top .recruit-sec .flexbox .txt .btnArea {
  margin-left: auto;
  margin-right: 0;
  margin-top: 30px;
  max-width: 360px;
}
@media screen and (max-width: 768px) {
  .p-top .recruit-sec .flexbox .txt .btnArea {
    max-width: 50%;
  }
}
.p-top .recruit-sec .rec_list {
  display: flex;
  justify-content: center;
  margin: 50px auto;
}
.p-top .recruit-sec .rec_list li {
  margin: auto 20px;
  width: 150px;
}
@media screen and (max-width: 768px) {
  .p-top .recruit-sec .rec_list li {
    width: 80px;
  }
}
.p-top .recruit-sec .rec_list2 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 96%;
}
@media screen and (max-width: 768px) {
  .p-top .recruit-sec .rec_list2 {
    display: block;
  }
}
.p-top .recruit-sec .rec_list2 li {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-top .recruit-sec .rec_list2 li {
    margin-bottom: 20px;
    width: 100%;
  }
}
.p-top .recruit-sec .rec_list2 li a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.p-top .recruit-sec .rec_list2 li a .wht {
  bottom: 20px;
  color: #fff;
  font-size: 2em;
  font-weight: 600;
  left: 20px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-top .recruit-sec .rec_list2 li a .wht {
    bottom: 5%;
    font-size: 5vw;
    left: 5%;
  }
}
.p-top .recruit-sec .rec_list2 li:first-child a img {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .recruit-sec .rec_list2 li:first-child a img {
    border-radius: 20px;
  }
}
.p-top .recruit-sec .rec_list2 li:last-child a img {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .recruit-sec .rec_list2 li:last-child a img {
    border-radius: 20px;
  }
}
.p-top .news-sec {
  padding: 50px 0;
}
.p-top .news-sec .inner {
  margin: 0 auto;
  max-width: 1080px;
}
.p-top .news-sec .inner .midahi {
  color: #000;
  margin-bottom: 40px;
}
.p-top .news-sec .inner .midahi .main-title {
  color: #000;
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  .p-top .news-sec .inner .midahi .main-title {
    font-size: 5vw;
  }
}
.p-top .news-sec .inner .news_box {
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  .p-top .news-sec .inner .news_box {
    margin: 0 auto 60px;
  }
}
.p-top .news-sec .inner .news_box dl .row {
  border-bottom: solid 1px #000;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .p-top .news-sec .inner .news_box dl .row {
    font-size: 3.2vw;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .news-sec .inner .news_box dl .row dt {
    max-width: 75%;
  }
}
.p-top .news-sec .inner .news_box dl .row dd .more {
  display: block;
  font-size: 0.9em;
  margin-right: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .news-sec .inner .news_box dl .row dd .more {
    font-size: 2.5vw;
    margin-right: 20px;
  }
}
.p-top .news-sec .inner .news_box dl .row dd .more::before {
  border: 0;
  border-right: solid 1px #000;
  border-top: solid 1px #000;
  bottom: 0;
  content: "";
  height: 8px;
  margin: auto;
  position: absolute;
  right: -30px;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
}
@media screen and (max-width: 768px) {
  .p-top .news-sec .inner .news_box dl .row dd .more::before {
    right: -15px;
  }
}
.p-top .news-sec .inner .btn_list {
  margin: 20px auto;
  max-width: 880px;
}
.p-top .news-sec .inner .btn_list ul {
  display: flex;
  justify-content: center;
}
.p-top .news-sec .inner .btn_list ul li {
  max-width: 270px;
  width: 32%;
  margin: auto 1%;
}
.p-top .story-sec {
  background: #fff;
  padding-top: 6rem;
  position: relative;
  z-index: 6;
}
@media screen and (max-width: 768px) {
  .p-top .story-sec {
    overflow: hidden;
    padding-top: 3rem;
  }
}
.p-top .story-sec .copy {
  margin: 0 auto;
  padding-top: min(3.3333333333vw, 66px) 0 min(3.8888888889vw, 77px);
  width: min(94.4949494949vw, 1871px);
}
@media screen and (max-width: 768px) {
  .p-top .story-sec .copy {
    margin-bottom: 3rem;
    padding-top: 0;
    width: calc(100% - 40px);
  }
}
.p-top .story-sec .inner {
  margin: 0 auto;
  width: min(78.0808080808vw, 1546px);
}
@media screen and (max-width: 768px) {
  .p-top .story-sec .inner {
    width: calc(100% - 40px);
  }
}
.p-top .story-sec .inner .midashi {
  color: #00A1AF;
  margin-bottom: 4rem;
}
.p-top .story-sec .inner .midashi .main-title {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(270deg, #57D0FC 0%, #00A1AF 100%);
  -webkit-background-clip: text;
          background-clip: text;
  display: inline-block;
  font-size: min(8.7373737374vw, 173px);
  letter-spacing: 0.1rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-top .story-sec .inner .midashi .main-title {
    font-size: 6rem;
  }
}
.p-top .story-sec .inner .midashi .sub-title {
  font-size: min(2.0202020202vw, 40px);
  font-weight: bold;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  .p-top .story-sec .inner .midashi .sub-title {
    font-size: 1.8rem;
  }
}
.p-top .story-sec .inner .box {
  background-color: #fff;
  background-image: radial-gradient(at bottom right, rgba(61, 255, 218, 0.4), rgba(0, 104, 184, 0.4));
  border-radius: 4rem;
  padding: 4rem 8rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top .story-sec .inner .box {
    padding: 2rem;
  }
}
.p-top .story-sec .inner .box .komidashi {
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .story-sec .inner .box .komidashi {
    margin-bottom: 2rem;
  }
}
.p-top .story-sec .inner .box .komidashi .en {
  color: rgba(0, 161, 175, 0.7);
  font-size: 7.2rem;
  font-size: 3rem;
}
.p-top .story-sec .inner .box .komidashi .ja {
  color: #00A1AF;
  font-size: 2.5rem;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  .p-top .story-sec .inner .box .komidashi .ja {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top .story-sec .inner .box figure {
    margin-left: -50%;
    width: 200%;
  }
}
.p-top .story-sec .inner .top_el_btn1 {
  background: transparent;
  margin: 50px auto;
  max-width: 330px;
}
.p-top .othercontents-sec {
  background: #fff;
  position: relative;
  z-index: 6;
}
@media screen and (max-width: 768px) {
  .p-top .othercontents-sec {
    padding: 8rem 0;
  }
}
.p-top .othercontents-sec .inner {
  margin: 0 auto;
  width: min(78.0808080808vw, 1546px);
}
@media screen and (max-width: 768px) {
  .p-top .othercontents-sec .inner {
    width: calc(100% - 40px);
  }
}
.p-top .othercontents-sec .inner .box {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top .othercontents-sec .inner .box {
    display: block;
  }
}
.p-top .othercontents-sec .inner .box figure {
  border-radius: 50%;
  overflow: hidden;
}
.p-top .othercontents-sec .inner .box .scroll {
  width: min(43.3333333333vw, 858px);
}
@media screen and (max-width: 768px) {
  .p-top .othercontents-sec .inner .box .scroll {
    width: 100%;
  }
}
.p-top .othercontents-sec .inner .box .scroll .group {
  display: flex;
  flex-flow: column;
  height: 100vh;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-top .othercontents-sec .inner .box .scroll .group {
    height: auto;
  }
  .p-top .othercontents-sec .inner .box .scroll .group + .group {
    padding-top: 8rem;
  }
}
.p-top .othercontents-sec .inner .box .scroll .midashi .en {
  font-size: min(5.9595959596vw, 118px);
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-top .othercontents-sec .inner .box .scroll .midashi .en {
    font-size: 4rem;
  }
}
.p-top .othercontents-sec .inner .box .scroll .midashi .en span {
  color: #00A1AF;
}
.p-top .othercontents-sec .inner .box .scroll .midashi .ja {
  color: #00A1AF;
  font-size: min(2.3232323232vw, 46px);
  letter-spacing: 0.3rem;
  margin-top: min(2.5252525253vw, 50px);
}
@media screen and (max-width: 768px) {
  .p-top .othercontents-sec .inner .box .scroll .midashi .ja {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top .othercontents-sec .inner .box .scroll figure {
    margin: 4rem auto 0;
    width: 26rem;
  }
}
.p-top .othercontents-sec .inner .box .scroll .btn {
  margin-top: min(3.5353535354vw, 70px);
  width: min(25.4545454545vw, 504px);
}
@media screen and (max-width: 768px) {
  .p-top .othercontents-sec .inner .box .scroll .btn {
    margin: 0 auto;
    margin-top: 3rem;
    width: 20rem;
  }
}
.p-top .othercontents-sec .inner .box .scroll .btn .arrow {
  background: #00A1AF;
}
.p-top .othercontents-sec .inner .box .scroll .btn .arrow::after {
  background: #00A1AF;
}
.p-top .othercontents-sec .inner .box .scroll .comingsoon {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(270deg, #57D0FC 0%, #00A1AF 100%);
  -webkit-background-clip: text;
          background-clip: text;
  display: block;
  font-size: min(2.7777777778vw, 55px);
  letter-spacing: 0.2rem;
  line-height: 1.4;
  margin-top: min(2.5252525253vw, 50px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-top .othercontents-sec .inner .box .scroll .comingsoon {
    font-size: 3rem;
    margin: 3rem auto 0;
  }
}
.p-top .othercontents-sec .inner .box .photo {
  padding: calc(50vh - min(17.1717171717vw, 340px)) 0;
  position: relative;
  width: min(34.3434343434vw, 680px);
}
@media screen and (max-width: 768px) {
  .p-top .othercontents-sec .inner .box .photo {
    display: none;
  }
}
.p-top .othercontents-sec .inner .box .photo figure {
  opacity: 0;
  position: relative;
  transition: opacity 0.2s;
  width: 100%;
  z-index: 1;
}
.p-top .othercontents-sec .inner .box .photo figure:first-child {
  opacity: 1;
}
.p-top .othercontents-sec .inner .box .photo figure.is_view {
  opacity: 1;
}
.p-top .othercontents-sec .inner .box .photo figure.figure2 {
  position: absolute;
  right: 0;
  top: calc(50vh - min(17.1717171717vw, 340px));
  z-index: 2;
}
.p-top .othercontents-sec .inner .box .photo.sticky {
  position: sticky;
  top: 0;
}
.p-top .information-sec {
  background: #fff;
  padding-bottom: min(6.0606060606vw, 120px);
  position: relative;
  z-index: 6;
}
@media screen and (max-width: 768px) {
  .p-top .information-sec {
    padding-bottom: 10rem;
  }
}
.p-top .information-sec .inner {
  margin: 0 auto;
  width: min(78.0808080808vw, 1546px);
}
@media screen and (max-width: 768px) {
  .p-top .information-sec .inner {
    width: calc(100% - 40px);
  }
}
.p-top .information-sec .inner .midashi {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(270deg, #57D0FC 0%, #00A1AF 100%);
  -webkit-background-clip: text;
          background-clip: text;
  display: block;
  font-size: min(3.0808080808vw, 61px);
  letter-spacing: 0.2rem;
  line-height: 1.4;
  margin: 0 auto min(5.4545454545vw, 108px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-top .information-sec .inner .midashi {
    font-size: 3rem;
    margin: 0 auto 2rem;
  }
}
.p-top .information-sec .inner .list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top .information-sec .inner .list {
    display: block;
  }
}
.p-top .information-sec .inner .list li {
  border-radius: 2rem;
  overflow: hidden;
  width: min(23.1818181818vw, 459px);
}
@media screen and (max-width: 768px) {
  .p-top .information-sec .inner .list li {
    margin: 0 auto;
    width: calc(100% - 60px);
  }
  .p-top .information-sec .inner .list li + li {
    margin-top: 4rem;
  }
}
.p-top .information-sec .inner .list li a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.p-top .information-sec .inner .list li a p {
  color: #fff;
  font-size: min(1.5151515152vw, 30px);
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-top .information-sec .inner .list li a p {
    font-size: 2rem;
    text-align: center;
    width: 100%;
  }
}
.p-top .information-sec .inner .btn {
  margin: min(4.5454545455vw, 90px) auto 0;
  width: min(25.5555555556vw, 506px);
}
@media screen and (max-width: 768px) {
  .p-top .information-sec .inner .btn {
    font-size: 2rem;
    margin: 6rem auto 0;
    width: 100%;
  }
  .p-top .information-sec .inner .btn .arrow {
    right: 2rem;
  }
}
.p-top .story-slider {
  margin: 0 auto;
  max-width: 1000px;
  /* 中央のスライド */
}
.p-top .story-slider li {
  margin: auto 20px;
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .p-top .story-slider li {
    margin: auto 10px;
    max-width: 280px;
  }
}
.p-top .story-slider li .img {
  position: relative;
  width: 100%;
}
.p-top .story-slider li .img img {
  border-radius: 15px;
  height: auto;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  width: 100%;
}
.p-top .story-slider li .img::after {
  background: url(../images/top/filter_story.png);
  background-size: cover;
  border-radius: 15px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  width: 100%;
}
.p-top .story-slider li .item_ttl {
  bottom: 10px;
  color: #fff;
  font-size: 1.4em;
  left: -10px;
  opacity: 0;
  position: absolute;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .p-top .story-slider li .item_ttl {
    font-size: 2rem;
  }
}
.p-top .story-slider li .item_ttl .bg_gr {
  background: linear-gradient(to right, #0071bc 0%, #00a1af 100%);
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 7px;
}
.p-top .story-slider li p {
  font-size: 0.9em;
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .story-slider li p {
    font-size: 1.3rem;
  }
}
.p-top .story-slider .slick-arrow {
  background: linear-gradient(to right, #0067bb 0%, #20b2cb 49%, #57d0fc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 50%;
  height: 60px;
  text-align: center;
  width: 60px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-top .story-slider .slick-arrow {
    height: 45px;
    width: 45px;
  }
}
.p-top .story-slider .slick-prev {
  left: calc(50% - 200px);
  top: 35%;
}
@media screen and (max-width: 768px) {
  .p-top .story-slider .slick-prev {
    left: calc(50% - 180px);
    top: 30%;
  }
}
.p-top .story-slider .slick-next {
  right: calc(50% - 200px);
  top: 35%;
}
@media screen and (max-width: 768px) {
  .p-top .story-slider .slick-next {
    right: calc(50% - 180px);
    top: 30%;
  }
}
.p-top .story-slider .slick-center li .img img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.p-top .story-slider .slick-center li .img::after {
  content: none;
}
.p-top .story-slider .slick-center li .img .item_ttl {
  opacity: 1;
}

.p-about {
  width: 100%;
}
.p-about .lower-top-sec .lower-top-img {
  height: 400px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-about .lower-top-sec .lower-top-img {
    height: 200px;
  }
}
.p-about .lower-top-sec .lower-top-img figure {
  height: 400px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-about .lower-top-sec .lower-top-img figure {
    height: 200px;
  }
}
.p-about .lower-top-sec .lower-top-img figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-about .lower-top-sec .inner {
  margin: 0 auto;
  max-width: 1080px;
}
.p-about .lower-top-sec .lower-ttl-box {
  background-color: #c11826;
  box-sizing: border-box;
  color: #fff;
  max-width: 510px;
  padding: 20px 30px;
  position: relative;
  top: -150px;
}
@media screen and (max-width: 768px) {
  .p-about .lower-top-sec .lower-ttl-box {
    margin: 0 auto;
    padding: 5%;
    top: -50px;
    width: 90%;
  }
}
.p-about .lower-top-sec .lower-ttl-box .sub-catch {
  font-size: 1.5em;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .p-about .lower-top-sec .lower-ttl-box .sub-catch {
    font-size: 4vw;
  }
}
.p-about .lower-top-sec .lower-ttl-box .main-catch {
  font-size: 2em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-about .lower-top-sec .lower-ttl-box .main-catch {
    font-size: 5vw;
  }
}
.p-about .lower-top-sec .lower-ttl-box .logomark {
  bottom: 0;
  position: absolute;
  right: 20px;
  width: 179px;
}
@media screen and (max-width: 768px) {
  .p-about .lower-top-sec .lower-ttl-box .logomark {
    right: 5%;
    width: 20%;
  }
}
.p-about .midahi {
  color: #c11826;
  line-height: 1.2;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-about .midahi {
    margin-bottom: 30px;
  }
}
.p-about .midahi .sub-title {
  font-size: 2em;
  opacity: 0.5;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .p-about .midahi .sub-title {
    font-size: 4vw;
  }
}
.p-about .midahi .main-title {
  font-size: 2.5em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-about .midahi .main-title {
    font-size: 6vw;
  }
}
.p-about .lower-sec .inner {
  margin: 0 auto;
  max-width: 1280px;
}
@media screen and (max-width: 768px) {
  .p-about .lower-sec .inner {
    width: 90%;
  }
}
.p-about .lower-sec .flexbox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-about .lower-sec .flexbox {
    display: block;
    margin-bottom: 40px;
  }
}
.p-about .lower-sec .flexbox .txtArea {
  max-width: 740px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .p-about .lower-sec .flexbox .txtArea {
    font-size: 3.3vw;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .p-about .lower-sec .flexbox .txtArea p {
    line-height: 2;
  }
}
.p-about .lower-sec .flexbox .txtArea .box-ttl {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-about .lower-sec .flexbox .txtArea .box-ttl {
    font-size: 3.8vw;
  }
}
.p-about .lower-sec .flexbox .imgArea {
  max-width: 510px;
  width: 38%;
}
@media screen and (max-width: 768px) {
  .p-about .lower-sec .flexbox .imgArea {
    margin: 40px auto;
    width: 90%;
  }
}
.p-about .lower-sec .r_flex {
  flex-direction: row-reverse;
}
.p-about .about-lead-sec .btm_img {
  margin-bottom: 60px;
}
.p-about .mdl-imgArea {
  height: 334px;
  margin: 100px auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-about .mdl-imgArea {
    height: 200px;
    margin: 50px auto;
  }
}
.p-about .mdl-imgArea figure {
  height: 334px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-about .mdl-imgArea figure {
    height: 200px;
  }
}
.p-about .mdl-imgArea figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-about .position-sec .midahi {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-about .position-sec .midahi {
    display: block;
    margin-bottom: 30px;
  }
}
.p-about .position-sec .flexbox .txtArea {
  max-width: 450px;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .p-about .position-sec .flexbox .txtArea {
    font-size: 3.3vw;
    width: 100%;
  }
}
.p-about .position-sec .flexbox .imgArea {
  max-width: 690px;
  width: 55%;
}
@media screen and (max-width: 768px) {
  .p-about .position-sec .flexbox .imgArea {
    margin: 40px auto;
    width: 100%;
  }
}
.p-about .tec-sec .midahi {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-about .tec-sec .midahi {
    margin-bottom: 30px;
  }
}
.p-about .tec-sec .lead_txt {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-about .tec-sec .lead_txt {
    font-size: 3.8vw;
  }
}
.p-about .tec-sec .tec-linkArea {
  margin: 60px auto;
  position: relative;
}
.p-about .tec-sec .tec-linkArea::before {
  background-color: #e6e6e6;
  content: "";
  display: block;
  height: 100px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: -1;
}
.p-about .tec-sec .tec-linkArea ul {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}
.p-about .tec-sec .tec-linkArea ul li {
  max-width: 379px;
  width: 32%;
}
.p-about .tec-sec .red_ttl {
  color: #c11826;
  font-size: 1.7em;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-about .tec-sec .red_ttl {
    font-size: 4vw;
  }
}
.p-about .tec-sec .flexbox .txtArea {
  max-width: 580px;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-about .tec-sec .flexbox .txtArea {
    font-size: 3.3vw;
    width: 100%;
  }
}
.p-about .tec-sec .flexbox .txtArea dl .arrow_l {
  display: inline-block;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-about .tec-sec .flexbox .txtArea dl .arrow_l {
    font-size: 3.8vw;
    width: 100%;
  }
}
.p-about .tec-sec .flexbox .txtArea dl .arrow_l::before {
  border-color: transparent transparent transparent #bf192a;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
.p-about .tec-sec .flexbox .txtArea dl dd {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-about .tec-sec .flexbox .txtArea dl dd {
    font-size: 3vw;
  }
}
.p-about .tec-sec .flexbox .txtArea dl dd .strong {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-about .tec-sec .flexbox .txtArea dl dd .strong {
    font-size: 3.3vw;
  }
}
.p-about .tec-sec .flexbox .imgArea {
  max-width: 580px;
  width: 47%;
}
@media screen and (max-width: 768px) {
  .p-about .tec-sec .flexbox .imgArea {
    width: 100%;
  }
}


.p-interview {
  width: 100%;
}
.p-interview .lower-top-sec .lower-top-img {
  height: 400px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-interview .lower-top-sec .lower-top-img {
    height: 200px;
  }
}
.p-interview .lower-top-sec .lower-top-img figure {
  height: 400px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-interview .lower-top-sec .lower-top-img figure {
    height: 200px;
  }
}
.p-interview .lower-top-sec .lower-top-img figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-interview .lower-top-sec .inner {
  margin: 0 auto;
  max-width: 1080px;
}
.p-interview .lower-top-sec .lower-ttl-box {
  background-color: #c11826;
  box-sizing: border-box;
  color: #fff;
  max-width: 510px;
  padding: 20px 30px;
  position: relative;
  top: -150px;
}
@media screen and (max-width: 768px) {
  .p-interview .lower-top-sec .lower-ttl-box {
    margin: 0 auto;
    padding: 5%;
    top: -50px;
    width: 90%;
  }
}
.p-interview .lower-top-sec .lower-ttl-box .sub-catch {
  font-size: 1.5em;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .p-interview .lower-top-sec .lower-ttl-box .sub-catch {
    font-size: 4vw;
  }
}
.p-interview .lower-top-sec .lower-ttl-box .main-catch {
  font-size: 2em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-interview .lower-top-sec .lower-ttl-box .main-catch {
    font-size: 5vw;
  }
}
.p-interview .lower-top-sec .lower-ttl-box .logomark {
  bottom: 0;
  position: absolute;
  right: 20px;
  width: 179px;
}
@media screen and (max-width: 768px) {
  .p-interview .lower-top-sec .lower-ttl-box .logomark {
    right: 5%;
    width: 20%;
  }
}
.p-interview .midahi {
  color: #c11826;
  line-height: 1.2;
}
.p-interview .midahi .sub-title {
  font-size: 2em;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .p-interview .midahi .sub-title {
    font-size: 4vw;
  }
}
.p-interview .midahi .main-title {
  font-size: 2.5em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-interview .midahi .main-title {
    font-size: 6vw;
  }
}
.p-interview .lower-sec .inner {
  margin: 0 auto;
  max-width: 1280px;
}
@media screen and (max-width: 768px) {
  .p-interview .lower-sec .inner {
    width: 90%;
  }
}
.p-interview .lower-sec .flexbox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-interview .lower-sec .flexbox {
    display: block;
    margin-bottom: 40px;
  }
}
.p-interview .lower-sec .flexbox .txtArea {
  max-width: 740px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .p-interview .lower-sec .flexbox .txtArea {
    font-size: 3.3vw;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .p-interview .lower-sec .flexbox .txtArea p {
    line-height: 2;
  }
}
.p-interview .lower-sec .flexbox .txtArea .box-ttl {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-interview .lower-sec .flexbox .txtArea .box-ttl {
    font-size: 3.8vw;
  }
}
.p-interview .lower-sec .flexbox .imgArea {
  max-width: 510px;
  width: 38%;
}
@media screen and (max-width: 768px) {
  .p-interview .lower-sec .flexbox .imgArea {
    margin: 40px auto;
    width: 90%;
  }
}
.p-interview .lower-sec .r_flex {
  flex-direction: row-reverse;
}
.p-interview .lower-sec .msgArea {
  margin: 70px auto;
  max-width: 1080px;
}
.p-interview .lower-sec .msgArea .midahi {
  position: relative;
  z-index: 10;
}
.p-interview .lower-sec .msgArea .midahi .sub-title {
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  .p-interview .lower-sec .msgArea .midahi .sub-title {
    font-size: 3.7vw;
  }
}
.p-interview .lower-sec .msgArea .midahi .main-title {
  font-size: 1.8em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-interview .lower-sec .msgArea .midahi .main-title {
    font-size: 5vw;
  }
}
.p-interview .lower-sec .msgArea .box {
  border: solid 1px #c11826;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
}
.p-interview .lower-sec .msgArea .box::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 20px;
  left: -5px;
  position: absolute;
  top: -10px;
  width: 30%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-interview .lower-sec .msgArea .box::after {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .p-interview .lower-sec .msgArea .box {
    padding: 20px 5%;
  }
}
@media screen and (min-width: 769px) {
  .p-interview .lower-sec .msgArea .box .txt p {
    line-height: 2;
  }
}
.p-interview .lower-sec .msgArea .box .box_inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-interview .lower-sec .msgArea .box .box_inner {
    flex-direction: row;
    margin-bottom: 15px;
  }
}
.p-interview .lower-sec .msgArea .box .box_inner .img {
  max-width: 263px;
}
@media screen and (max-width: 768px) {
  .p-interview .lower-sec .msgArea .box .box_inner .img {
    width: 30%;
  }
}
.p-interview .lower-sec .msgArea .box .box_inner .txt {
  margin-top: 20px;
  width: calc(100% - 300px);
}
@media screen and (max-width: 768px) {
  .p-interview .lower-sec .msgArea .box .box_inner .txt {
    font-size: 2.8vw;
    margin-top: 0;
    width: 66%;
  }
}
.p-interview .lower-sec .msgArea .box .box_inner .txt .career {
  display: block;
  font-size: 0.9em;
  margin-top: 40px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-interview .lower-sec .msgArea .box .box_inner .txt .career {
    display: none;
  }
}
.p-interview .lower-sec .msgArea .box .int-ttl {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-interview .lower-sec .msgArea .box .int-ttl {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .p-interview .lower-sec .msgArea .box .career {
    font-size: 2.8vw;
  }
}
.p-interview .lower-sec .int_box {
  margin: 50px auto;
}
.p-interview .lower-sec .int_box ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-interview .lower-sec .int_box ul {
    display: block;
  }
}
.p-interview .lower-sec .int_box ul li {
  max-width: 387px;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .p-interview .lower-sec .int_box ul li {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-interview .lower-sec .int_box ul li:nth-child(2) {
    flex-direction: row-reverse;
  }
}
.p-interview .lower-sec .int_box ul li .imgArea {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-interview .lower-sec .int_box ul li .imgArea {
    width: 52%;
  }
}
.p-interview .lower-sec .int_box ul li .imgArea a {
  display: block;
  height: 100%;
  width: 100%;
}
.p-interview .lower-sec .int_box ul li .imgArea a .arrow_btn {
  bottom: 15px;
  height: 56px;
  position: absolute;
  right: 15px;
  width: 56px;
}
@media screen and (max-width: 768px) {
  .p-interview .lower-sec .int_box ul li .imgArea a .arrow_btn {
    bottom: 5px;
    height: 40px;
    right: 5px;
    width: 40px;
  }
}

.p-interview .lower-sec .int_box ul li .imgArea a .img{
	position: relative;
}

.p-interview .lower-sec .int_box ul li .imgArea a:hover .img::before{
	background-color: rgba(193, 24, 38, 0.3);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.p-interview .lower-sec .int_box ul li .imgArea a .current {
  position: relative;
}
.p-interview .lower-sec .int_box ul li .imgArea a .current::before {
  background-color: rgba(193, 24, 38, 0.3);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-interview .lower-sec .int_box ul li .txtArea {
    width: 45%;
  }
}
.p-interview .lower-sec .int_box ul li .txtArea .int_ttl {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-interview .lower-sec .int_box ul li .txtArea .int_ttl {
    font-size: 3.5vw;
  }
}
.p-interview .lower-sec .int_box ul li .txtArea .red_box {
  border: solid 1px #bb1a2a;
  color: #bb1a2a;
  margin-bottom: 10px;
  max-width: 247px;
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-interview .lower-sec .int_box ul li .txtArea .red_box {
    margin-right: 3%;
    max-width: 100%;
    padding: 10px;
  }
}
.p-interview .lower-sec .int_box ul li .txtArea .belong {
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  .p-interview .lower-sec .int_box ul li .txtArea .belong {
    font-size: 2.5vw;
    margin-top: 20px;
    width: 100%;
  }
}
.p-interview .lower-sec .cross-box {
  margin: 60px auto;
}
.p-interview .lower-sec .cross-box .imgArea {
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}

.p-interview .lower-sec .cross-box .imgArea a {
  display: block;
  height: 100%;
  width: 100%;
}
.p-interview .lower-sec .cross-box .imgArea a picture {
  display: block;
  height: 100%;
  position: relative;
}
.p-interview .lower-sec .cross-box .imgArea a:hover picture::before {
  background-color: rgba(193, 24, 38, 0.3);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.p-interview .lower-sec .cross-box .imgArea .arrow_btn {
  bottom: 15px;
  height: 56px;
  position: absolute;
  right: 15px;
  width: 56px;
}
@media screen and (max-width: 768px) {
  .p-interview .lower-sec .cross-box .imgArea .arrow_btn {
    bottom: 5px;
    height: 40px;
    right: 5px;
    width: 40px;
  }
}
.p-interview .lower-sec .cross-box .lower-ttl-box {
  background-color: #c11826;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  left: 100px;
  padding: 20px 30px;
  position: absolute;
  width: 510px;
}
@media screen and (max-width: 768px) {
  .p-interview .lower-sec .cross-box .lower-ttl-box {
    bottom: -50px;
    left: 0;
    padding: 15px 5%;
    width: 60%;
  }
}
.p-interview .lower-sec .cross-box .lower-ttl-box .sub-catch {
  font-size: 1.5em;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .p-interview .lower-sec .cross-box .lower-ttl-box .sub-catch {
    font-size: 3.5vw;
  }
}
.p-interview .lower-sec .cross-box .lower-ttl-box .main-catch {
  font-size: 2em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-interview .lower-sec .cross-box .lower-ttl-box .main-catch {
    font-size: 4vw;
  }
}
.p-interview .lower-sec .cross-box .txtArea {
  margin: 50px auto;
  max-width: 1080px;
}
@media screen and (max-width: 768px) {
  .p-interview .lower-sec .cross-box .txtArea {
    font-size: 3vw;
    margin: 70px auto 20px;
  }
}
.p-interview .lower-sec .cross-box .txtArea .btnArea {
  margin-left: auto;
  margin-right: 0;
  margin-top: 20px;
  max-width: 365px;
}
.p-interview .lower-sec .cross-box .txtArea .btnArea .w_btn {
  border: solid 1px #000;
}
.p-interview .lower-sec .cross-box2 .lower-ttl-box {
  left: auto;
  right: 100px;
}
@media screen and (max-width: 768px) {
  .p-interview .lower-sec .cross-box2 .lower-ttl-box {
    bottom: -50px;
    left: 0;
    padding: 15px 5%;
    width: 60%;
  }
}


.p-requirements {
  width: 100%;
}
.p-requirements .lower-top-sec {
  position: relative;
}
.p-requirements .lower-top-sec .lower-top-img {
  height: 400px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-requirements .lower-top-sec .lower-top-img {
    height: 162px;
  }
}
.p-requirements .lower-top-sec .lower-top-img figure {
  height: 400px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-requirements .lower-top-sec .lower-top-img figure {
    height: 162px;
  }
}
.p-requirements .lower-top-sec .lower-top-img figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-requirements .lower-top-sec .inner {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  max-width: 1080px;
  position: absolute;
  right: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-requirements .lower-top-sec .inner {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
.p-requirements .lower-top-sec .lower-ttl-box {
  background-color: #c11826;
  box-sizing: border-box;
  color: #fff;
  max-width: 510px;
  padding: 20px 45px 55px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-requirements .lower-top-sec .lower-ttl-box {
    margin: 0 0 0 5%;
    padding: 1.6vw 5%;
    width: 50%;
  }
}
.p-requirements .lower-top-sec .lower-ttl-box .sub-catch {
  font-size: 1.9em;
  font-weight: 100;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .p-requirements .lower-top-sec .lower-ttl-box .sub-catch {
    font-size: 3.5vw;
  }
}
.p-requirements .lower-top-sec .lower-ttl-box .main-catch {
  font-size: 2.2em;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-requirements .lower-top-sec .lower-ttl-box .main-catch {
    font-size: 4.5vw;
  }
}
.p-requirements .midashi {
  color: #c11826;
  line-height: 1.2;
}
.p-requirements .midashi .sub-title {
  font-size: 2.3em;
  font-weight: 200;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .p-requirements .midashi .sub-title {
    font-size: 5.6vw;
  }
}
.p-requirements .midashi .main-title {
  font-size: 3.3em;
  font-weight: 800;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-requirements .midashi .main-title {
    font-size: 7vw;
    margin-top: 10px;
  }
}
.p-requirements .lower-sec .inner {
  margin: 0 auto;
  max-width: 1080px;
}
@media screen and (max-width: 768px) {
  .p-requirements .lower-sec .inner {
    width: 90%;
  }
}
.p-requirements .anker-sec {
  padding: 30px 0 45px;
}
@media screen and (max-width: 768px) {
  .p-requirements .anker-sec {
    padding: 10vw 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-requirements .anker-sec .inner {
    width: 100%;
  }
}
.p-requirements .anker-sec .anker-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .p-requirements .anker-sec .anker-list {
    -ms-overflow-style: none;
    display: block;
    overflow: auto;
    padding: 0 5% 10px;
    scrollbar-width: none;
    white-space: nowrap;
  }
  .p-requirements .anker-sec .anker-list::-webkit-scrollbar {
    display: none;
  }
}
.p-requirements .anker-sec .anker-list li {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-requirements .anker-sec .anker-list li {
    display: inline-block;
    font-size: 3.2vw;
    margin-right: 15px;
  }
  .p-requirements .anker-sec .anker-list li:last-child {
    margin-right: 0;
  }
}
.p-requirements .anker-sec .anker-list li .icon {
  margin-right: 15px;
  width: 30px;
}
@media screen and (max-width: 768px) {
  .p-requirements .anker-sec .anker-list li .icon {
    margin-right: 6px;
    width: 5vw;
  }
}
.p-requirements .requirements-sec {
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .p-requirements .requirements-sec {
    padding-bottom: 60px;
  }
}
.p-requirements .requirements-sec .requirements-table {
  border-collapse: collapse;
  margin-top: 85px;
}
@media screen and (max-width: 768px) {
  .p-requirements .requirements-sec .requirements-table {
    margin-top: 20px;
  }
}
.p-requirements .requirements-sec .requirements-table thead th, .p-requirements .requirements-sec .requirements-table tbody th {
  font-size: 1.5em;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .p-requirements .requirements-sec .requirements-table thead th, .p-requirements .requirements-sec .requirements-table tbody th {
    font-size: 4vw;
  }
}
.p-requirements .requirements-sec .requirements-table thead th {
  padding-bottom: 25px;
}
.p-requirements .requirements-sec .requirements-table tbody tr th, .p-requirements .requirements-sec .requirements-table tbody tr td {
  border-top: 1px solid #251714;
}
@media screen and (max-width: 768px) {
  .p-requirements .requirements-sec .requirements-table tbody tr th, .p-requirements .requirements-sec .requirements-table tbody tr td {
    font-size: 3.2vw;
  }
}
.p-requirements .requirements-sec .requirements-table tbody tr:last-child th, .p-requirements .requirements-sec .requirements-table tbody tr:last-child td {
  border-bottom: 1px solid #251714;
}
.p-requirements .requirements-sec .requirements-table tbody tr th {
  padding: 20px 0;
  width: 180px;
}
@media screen and (max-width: 768px) {
  .p-requirements .requirements-sec .requirements-table tbody tr th {
    padding: 25px 0;
    width: 20vw;
  }
}
.p-requirements .requirements-sec .requirements-table tbody tr td {
  line-height: 2;
  padding-bottom: 25px;
  padding-left: 5px;
  padding-top: 25px;
}
.p-requirements .flow-sec {
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .p-requirements .flow-sec {
    padding-bottom: 60px;
  }
}
.p-requirements .flow-sec .flow-wrap {
  margin-top: 90px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-requirements .flow-sec .flow-wrap {
    margin-top: 25px;
  }
}
.p-requirements .flow-sec .flow-wrap::before {
  background-color: #c11826;
  bottom: 0;
  content: "";
  display: block;
  left: 95px;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-requirements .flow-sec .flow-wrap::before {
    left: 14%;
    width: 2px;
  }
}
.p-requirements .flow-sec .flow-wrap .flow-block {
  align-items: center;
  background-color: #f1f1f1;
  display: flex;
  margin-bottom: 15px;
  padding: 40px 50px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-requirements .flow-sec .flow-wrap .flow-block {
    display: block;
    margin-bottom: 25px;
    padding: 20px 25px 15px;
  }
}
.p-requirements .flow-sec .flow-wrap .flow-block:last-child {
  margin-bottom: 0;
}
.p-requirements .flow-sec .flow-wrap .flow-block .flow-block-number {
  align-items: center;
  background-color: #fff;
  border-radius: 9999px;
  color: #c11826;
  display: flex;
  font-size: 1.4em;
  font-weight: 700;
  height: 100px;
  justify-content: center;
  line-height: 1.2;
  text-align: center;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .p-requirements .flow-sec .flow-wrap .flow-block .flow-block-number {
    font-size: 3.7vw;
    height: 13.4vw;
    width: 13.4vw;
  }
}
.p-requirements .flow-sec .flow-wrap .flow-block .txtArea {
  flex: 1;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .p-requirements .flow-sec .flow-wrap .flow-block .txtArea {
    flex: none;
    padding-left: 0;
    padding-top: 2vw;
    position: relative;
    width: 100%;
  }
}
.p-requirements .flow-sec .flow-wrap .flow-block .txtArea .int-ttl {
  font-size: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-requirements .flow-sec .flow-wrap .flow-block .txtArea .int-ttl {
    font-size: 4vw;
    left: 16vw;
    position: absolute;
    top: -10vw;
  }
}
.p-requirements .flow-sec .flow-wrap .flow-block .txtArea .int-ttl a {
  text-decoration-thickness: 2px;
}
.p-requirements .flow-sec .flow-wrap .flow-block .txtArea .txt {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-requirements .flow-sec .flow-wrap .flow-block .txtArea .txt {
    font-size: 3.2vw;
  }
}
.p-requirements .flow-sec .flow-wrap .flow-block .txtArea a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.p-requirements .flow-sec .flow-wrap .flow-block .txtArea a:hover {
  text-decoration: none;
}
.p-requirements .flow-sec .flow-wrap .flow-block:last-child {
  background-color: #c11826;
}
.p-requirements .flow-sec .flow-wrap .flow-block:last-child .int-ttl {
  color: #fff;
}
.p-requirements .flow-sec .flow-wrap .flow-block:last-child .flow-block-number {
  color: #000;
}
@media screen and (min-width: 769px) {
  .p-requirements .flow-sec .flow-wrap .flow-block:last-child .flow-block-number {
    font-size: 1.9em;
    line-height: 1;
  }
}
.p-requirements .flow-sec .flow-wrap .flow-block:last-child .flow-block-number .small {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-requirements .flow-sec .flow-wrap .flow-block:last-child .flow-block-number .small {
    font-size: 0.5em;
  }
}
.p-requirements .qa-sec .qa-wrap {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-requirements .qa-sec .qa-wrap {
    margin-top: 20px;
  }
}
.p-requirements .qa-sec .qa-wrap .ttl_sub {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .p-requirements .qa-sec .qa-wrap .ttl_sub {
    font-size: 3.2vw;
    margin-bottom: 25px;
  }
}
.p-requirements .qa-sec .qa-wrap + .qa-wrap {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-requirements .qa-sec .qa-wrap + .qa-wrap {
    margin-top: 30px;
  }
}
.p-requirements .qa-sec .qa-block {
  margin-bottom: 10px;
}
.p-requirements .qa-sec .qa-block:last-child {
  margin-bottom: 0;
}
.p-requirements .qa-sec .qa-block.is-opened .qa-question::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.p-requirements .qa-sec .qa-block .qa-question {
  cursor: pointer;
  list-style: none;
  position: relative;
}
.p-requirements .qa-sec .qa-block .qa-question::-webkit-details-marker {
  display: none;
}
.p-requirements .qa-sec .qa-block .qa-question::before, .p-requirements .qa-sec .qa-block .qa-question::after {
  background-color: #000;
  bottom: 0;
  content: "";
  display: block;
  height: 7px;
  margin: auto;
  position: absolute;
  right: 40px;
  top: 0;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  width: 40px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-requirements .qa-sec .qa-block .qa-question::before, .p-requirements .qa-sec .qa-block .qa-question::after {
    height: 3.5px;
    right: 4.4vw;
    width: 5.4vw;
  }
}
.p-requirements .qa-sec .qa-block .qa-question::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-requirements .qa-sec .qa-block .qa-question-inner {
  align-items: center;
  background-color: #f1f1f1;
  display: flex;
  padding: 23px 100px 23px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-requirements .qa-sec .qa-block .qa-question-inner {
    padding: 18px 15% 18px 4.5%;
  }
}
.p-requirements .qa-sec .qa-block .qa-question-inner .txt {
  flex: 1;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .p-requirements .qa-sec .qa-block .qa-question-inner .txt {
    font-size: 3.2vw;
  }
}
.p-requirements .qa-sec .qa-block .qa-answer-inner {
  align-items: center;
  background-color: rgba(210, 0, 26, 0.2);
  border-bottom: 2px solid #c11826;
  display: flex;
  padding: 15px 100px 15px 30px;
  position: relative;
}
.p-requirements .qa-sec .qa-block .qa-answer-inner a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
@media screen and (max-width: 768px) {
  .p-requirements .qa-sec .qa-block .qa-answer-inner {
    align-items: flex-start;
    padding: 13px 4.5% 15px;
  }
}
.p-requirements .qa-sec .qa-block .qa-answer-inner .mark {
  color: #c11826;
}
.p-requirements .qa-sec .qa-block .qa-answer-inner .txt {
  flex: 1;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-requirements .qa-sec .qa-block .qa-answer-inner .txt {
    font-size: 3.2vw;
  }
}
.p-requirements .qa-sec .qa-block .mark {
  align-items: center;
  background-color: #fff;
  border-radius: 9999px;
  display: flex;
  font-size: 1.6em;
  font-weight: 700;
  height: 57px;
  justify-content: center;
  margin-right: 20px;
  width: 57px;
}
@media screen and (max-width: 768px) {
  .p-requirements .qa-sec .qa-block .mark {
    font-size: 5.4vw;
    height: 8vw;
    margin-right: 12px;
    width: 8vw;
  }
}

.p-company {
  width: 100%;
}
.p-company .lower-top-sec {
  position: relative;
}
.p-company .lower-top-sec .lower-top-img {
  height: 400px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-company .lower-top-sec .lower-top-img {
    height: 162px;
  }
}
.p-company .lower-top-sec .lower-top-img figure {
  height: 400px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-company .lower-top-sec .lower-top-img figure {
    height: 162px;
  }
}
.p-company .lower-top-sec .lower-top-img figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-company .lower-top-sec .inner {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  max-width: 1080px;
  position: absolute;
  right: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-company .lower-top-sec .inner {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
.p-company .lower-top-sec .lower-ttl-box {
  background-color: #c11826;
  box-sizing: border-box;
  color: #fff;
  max-width: 510px;
  padding: 20px 45px 55px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-company .lower-top-sec .lower-ttl-box {
    margin: 0 0 0 5%;
    padding: 1.6vw 5%;
    width: 50%;
  }
}
.p-company .lower-top-sec .lower-ttl-box .sub-catch {
  font-size: 1.9em;
  font-weight: 100;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .p-company .lower-top-sec .lower-ttl-box .sub-catch {
    font-size: 3.5vw;
  }
}
.p-company .lower-top-sec .lower-ttl-box .main-catch {
  font-size: 2.2em;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-company .lower-top-sec .lower-ttl-box .main-catch {
    font-size: 4.5vw;
  }
}
.p-company .midashi {
  color: #c11826;
  line-height: 1.2;
}
.p-company .midashi .sub-title {
  font-size: 2.3em;
  font-weight: 200;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .p-company .midashi .sub-title {
    font-size: 5.6vw;
  }
}
.p-company .midashi .main-title {
  font-size: 3.3em;
  font-weight: 800;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-company .midashi .main-title {
    font-size: 7vw;
    margin-top: 10px;
  }
}
.p-company .lower-sec .inner {
  margin: 0 auto;
  max-width: 1080px;
}
@media screen and (max-width: 768px) {
  .p-company .lower-sec .inner {
    width: 90%;
  }
}
.p-company .lower-sec .flexbox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .p-company .lower-sec .flexbox {
    display: block;
    margin-top: 30px;
  }
}
.p-company .lower-sec .flexbox.--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-company .lower-sec .flexbox.--reverse {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .p-company .lower-sec .flexbox.--reverse .imgArea {
    width: 41%;
  }
}
.p-company .lower-sec .flexbox.--reverse .imgArea img {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .p-company .lower-sec .flexbox.--reverse .imgArea img {
    width: 113.6%;
  }
}
.p-company .lower-sec .flexbox.--reverse .txtArea {
  padding-left: 0;
  padding-right: 7.2%;
}
@media screen and (max-width: 768px) {
  .p-company .lower-sec .flexbox.--reverse .txtArea {
    margin-top: 0;
    width: 59%;
  }
}
.p-company .lower-sec .flexbox .imgArea {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-company .lower-sec .flexbox .imgArea {
    margin-left: 0;
    width: 100%;
  }
}
.p-company .lower-sec .flexbox .imgArea img {
  margin-left: calc((100vw - 1080px) / 2 * -1);
  max-width: none;
  width: calc(100% + (100vw - 1080px) / 2);
}
@media screen and (max-width: 1000px) {
  .p-company .lower-sec .flexbox .imgArea img {
    margin-left: 0;
    width: 100%;
  }
}
.p-company .lower-sec .flexbox .txtArea {
  padding-left: 7.2%;
  width: 52%;
}
@media screen and (max-width: 768px) {
  .p-company .lower-sec .flexbox .txtArea {
    margin-top: 30px;
    padding-left: 0;
    width: 100%;
  }
}
.p-company .lower-sec .flexbox .txtArea .ttl-sub {
  align-items: center;
  display: flex;
  font-size: 1.6em;
  font-weight: bold;
  gap: 0 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-company .lower-sec .flexbox .txtArea .ttl-sub {
    font-size: 4vw;
    margin-bottom: 10px;
    width: 100%;
  }
}
.p-company .lower-sec .flexbox .txtArea .ttl-sub .icon {
  width: 113px;
}
@media screen and (max-width: 768px) {
  .p-company .lower-sec .flexbox .txtArea .ttl-sub .icon {
    margin: 0 auto;
    width: 17%;
  }
}
.p-company .lower-sec .flexbox .txtArea .txt {
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-company .lower-sec .flexbox .txtArea .txt {
    font-size: 3.3vw;
  }
}
.p-company .lower-sec .flexbox .txt-block + .txt-block {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-company .lower-sec .flexbox .txt-block + .txt-block {
    margin-top: 30px;
  }
}
.p-company .anker-sec {
  padding: 30px 0 45px;
}
@media screen and (max-width: 768px) {
  .p-company .anker-sec {
    padding: 10vw 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-company .anker-sec .inner {
    width: 100%;
  }
}
.p-company .anker-sec .anker-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .p-company .anker-sec .anker-list {
    -ms-overflow-style: none;
    display: block;
    overflow: auto;
    padding: 0 5% 10px;
    scrollbar-width: none;
    white-space: nowrap;
  }
  .p-company .anker-sec .anker-list::-webkit-scrollbar {
    display: none;
  }
}
.p-company .anker-sec .anker-list li {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-company .anker-sec .anker-list li {
    display: inline-block;
    font-size: 3.2vw;
    margin-right: 15px;
  }
  .p-company .anker-sec .anker-list li:last-child {
    margin-right: 0;
  }
}
.p-company .anker-sec .anker-list li .icon {
  margin-right: 15px;
  width: 30px;
}
@media screen and (max-width: 768px) {
  .p-company .anker-sec .anker-list li .icon {
    margin-right: 6px;
    width: 5vw;
  }
}
.p-company .overview-sec {
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .p-company .overview-sec {
    padding-bottom: 60px;
  }
}
.p-company .overview-sec .overview-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.3%;
  justify-content: center;
  margin-top: 100px;
}
@media screen and (max-width: 900px) {
  .p-company .overview-sec .overview-list {
    gap: 20px 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-company .overview-sec .overview-list {
    gap: 15px 4%;
    margin-top: 25px;
  }
}
.p-company .overview-sec .overview-list .item {
  background-color: rgba(210, 0, 26, 0.1);
  border-radius: 10px;
  padding: 25px 10px;
  text-align: center;
  width: 24%;
}
@media screen and (max-width: 900px) {
  .p-company .overview-sec .overview-list .item {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .p-company .overview-sec .overview-list .item {
    border-radius: 5px;
    padding: 12px 0;
    width: 38%;
  }
}
.p-company .overview-sec .overview-list .item .txt {
  color: #000;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-company .overview-sec .overview-list .item .txt {
    font-size: 3.5vw;
  }
}
.p-company .overview-sec .overview-list .item .txt.--txt06 {
  line-height: 1;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-company .overview-sec .overview-list .item .txt.--txt06 {
    margin-top: 2vw;
  }
}
.p-company .overview-sec .overview-list .item .txt .label {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-company .overview-sec .overview-list .item .txt .label {
    margin-bottom: 5px;
  }
}
.p-company .overview-sec .overview-list .item .txt .red {
  color: #c11826;
  display: inline-block;
  font-size: 2.1em;
}
.p-company .overview-sec .overview-list .item .txt .crown {
  background: url(/hr/assets/images/company/overview_icon06.svg) no-repeat center top/26px auto;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-company .overview-sec .overview-list .item .txt .crown {
    background-size: 4vw auto;
    padding-top: 3vw;
  }
}
.p-company .overview-sec .overview-list .item .txt .small {
  display: inline-block;
  font-size: 0.7em;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-company .overview-sec .overview-list .item .txt .small {
    margin-top: 10px;
  }
}
.p-company .overview-sec .overview-list .item .icon {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-company .overview-sec .overview-list .item .icon {
    margin-top: 15px;
  }
}
.p-company .overview-sec .overview-list .item .icon.--icon05, .p-company .overview-sec .overview-list .item .icon.--icon07, .p-company .overview-sec .overview-list .item .icon.--icon08 {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-company .overview-sec .overview-list .item .icon.--icon05, .p-company .overview-sec .overview-list .item .icon.--icon07, .p-company .overview-sec .overview-list .item .icon.--icon08 {
    margin-top: 5px;
  }
}
.p-company .overview-sec .overview-list .item .icon.--icon01 img {
  width: 76px;
}
@media screen and (max-width: 768px) {
  .p-company .overview-sec .overview-list .item .icon.--icon01 img {
    width: 30%;
  }
}
.p-company .overview-sec .overview-list .item .icon.--icon02 img {
  width: 81px;
}
@media screen and (max-width: 768px) {
  .p-company .overview-sec .overview-list .item .icon.--icon02 img {
    width: 33%;
  }
}
.p-company .overview-sec .overview-list .item .icon.--icon03 img {
  width: 85px;
}
@media screen and (max-width: 768px) {
  .p-company .overview-sec .overview-list .item .icon.--icon03 img {
    width: 33%;
  }
}
.p-company .overview-sec .overview-list .item .icon.--icon04 img {
  width: 101px;
}
@media screen and (max-width: 768px) {
  .p-company .overview-sec .overview-list .item .icon.--icon04 img {
    width: 39%;
  }
}
.p-company .overview-sec .overview-list .item .icon.--icon05 img {
  width: 76px;
}
@media screen and (max-width: 768px) {
  .p-company .overview-sec .overview-list .item .icon.--icon05 img {
    width: 30%;
  }
}
.p-company .overview-sec .overview-list .item .icon.--icon07 img {
  width: 79px;
}
@media screen and (max-width: 768px) {
  .p-company .overview-sec .overview-list .item .icon.--icon07 img {
    width: 30%;
  }
}
.p-company .overview-sec .overview-list .item .icon.--icon08 img {
  width: 63px;
}
@media screen and (max-width: 768px) {
  .p-company .overview-sec .overview-list .item .icon.--icon08 img {
    width: 30%;
  }
}
.p-company .overview-sec .overview-map {
  margin-top: 75px;
  padding: 0 1.8% 0 0.5%;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-company .overview-sec .overview-map {
    margin-top: 27px;
    padding: 0;
  }
}
.p-company .overview-sec .overview-map .txtArea {
  position: absolute;
}
.p-company .overview-sec .overview-map .txtArea.--shiga {
  left: 0.5%;
  padding: 4.4vw 4% 10px 7.7%;
  top: 0;
  width: 33%;
}
@media screen and (min-width: 1101px) {
  .p-company .overview-sec .overview-map .txtArea.--shiga {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-company .overview-sec .overview-map .txtArea.--shiga {
    padding: 8.3vw 3% 10px 9.7%;
    width: 60%;
  }
}
.p-company .overview-sec .overview-map .txtArea.--tokyo {
  left: 36.8%;
  padding: 6vw 2% 10px 4%;
  top: 63.2%;
  width: 24%;
}
@media screen and (min-width: 1101px) {
  .p-company .overview-sec .overview-map .txtArea.--tokyo {
    padding-top: 63px;
    top: 63.2%;
  }
}
@media screen and (max-width: 768px) {
  .p-company .overview-sec .overview-map .txtArea.--tokyo {
    left: 56.8%;
    padding: 10vw 2% 10px 6%;
    top: 43.4%;
    width: 42%;
  }
}
.p-company .overview-sec .overview-map .txtArea.--osaka {
  left: 8.3%;
  padding: 6.2vw 1% 10px 3%;
  top: 66%;
  width: 24%;
}
@media screen and (min-width: 1101px) {
  .p-company .overview-sec .overview-map .txtArea.--osaka {
    padding-top: 60px;
    top: 66%;
  }
}
@media screen and (max-width: 768px) {
  .p-company .overview-sec .overview-map .txtArea.--osaka {
    left: 0;
    padding: 9.2vw 1% 10px 7%;
    top: 51%;
    width: 46%;
  }
}
.p-company .overview-sec .overview-map .txtArea.--north-carolina {
  padding: 7vw 2.5% 10px 4.3%;
  right: 2.2%;
  top: 21.8%;
  width: 27.6%;
}
@media screen and (min-width: 1101px) {
  .p-company .overview-sec .overview-map .txtArea.--north-carolina {
    padding-top: 70px;
    top: 21.8%;
  }
}
@media screen and (max-width: 768px) {
  .p-company .overview-sec .overview-map .txtArea.--north-carolina {
    padding: 8vw 1.5% 10px 8.3%;
    right: 0;
    top: 74.6%;
    width: 44.6%;
  }
}
.p-company .overview-sec .overview-map .txtArea .name {
  font-size: 1.6vw;
  font-weight: bold;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 1101px) {
  .p-company .overview-sec .overview-map .txtArea .name {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .p-company .overview-sec .overview-map .txtArea .name {
    font-size: 3.3vw;
    line-height: 1.2;
  }
}
.p-company .overview-sec .overview-map .txtArea .address, .p-company .overview-sec .overview-map .txtArea .link {
  font-weight: 500;
  letter-spacing: 0.1em;
}
.p-company .overview-sec .overview-map .txtArea .address {
  font-size: 1.4vw;
  margin-top: 0.2vw;
}
@media screen and (min-width: 1101px) {
  .p-company .overview-sec .overview-map .txtArea .address {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-company .overview-sec .overview-map .txtArea .address {
    font-size: 2.7vw;
    line-height: 1.3;
    margin-top: 1vw;
  }
}
.p-company .overview-sec .overview-map .txtArea .link {
  font-size: 1.3vw;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
@media screen and (min-width: 1101px) {
  .p-company .overview-sec .overview-map .txtArea .link {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-company .overview-sec .overview-map .txtArea .link {
    font-size: 2.7vw;
  }
}
.p-company .overview-sec .overview-map .txtArea .link:hover {
  text-decoration: none;
}
.p-company .overview-sec .overview-map .txtArea .address + .name {
  margin-top: 1vw;
}
@media screen and (min-width: 1101px) {
  .p-company .overview-sec .overview-map .txtArea .address + .name {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-company .overview-sec .overview-map .txtArea .address + .name {
    margin-top: 3vw;
  }
}
.p-company .identity-sec {
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .p-company .identity-sec {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-company .identity-sec .flexbox .imgArea {
    margin-left: -5vw;
    width: 100vw;
  }
}
.p-company .identity-sec .flexbox .txtArea .ttl-sub {
  margin-bottom: 30px;
}
.p-company .identity-sec .flexbox .txt-block + .txt-block {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-company .identity-sec .flexbox .txt-block + .txt-block {
    margin-top: 30px;
  }
}
.p-company .global-sec .tips {
  border: 1px solid #dc3951;
  margin-top: 65px;
  padding: 20px 30px;
  position: relative;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-company .global-sec .tips {
    margin-top: 35px;
    padding: 5vw 4% 10px;
  }
}
.p-company .global-sec .tips .tips-head {
  background-color: white;
  font-size: 1.6em;
  font-weight: bold;
  left: -1px;
  padding-bottom: 17px;
  padding-right: 21px;
  position: absolute;
  top: -35px;
}
@media screen and (max-width: 768px) {
  .p-company .global-sec .tips .tips-head {
    font-size: 4vw;
    padding-bottom: 0;
    padding-right: 10vw;
    top: -4vw;
  }
}
.p-company .global-sec .tips .tips-head img {
  margin-right: 19px;
  vertical-align: middle;
  width: 32px;
}
@media screen and (max-width: 768px) {
  .p-company .global-sec .tips .tips-head img {
    margin-right: 1vw;
    width: 7vw;
  }
}
.p-company .global-sec .tips .txt {
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-company .global-sec .tips .txt {
    font-size: 3.3vw;
  }
}
.p-company .global-sec .global-bottom {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .p-company .global-sec .global-bottom {
    margin-top: 60px;
  }
}
.p-company .global-sec .global-bottom-lead {
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 2;
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .p-company .global-sec .global-bottom-lead {
    font-size: 3.3vw;
    margin-top: 18px;
  }
}


.p-jobs {
  width: 100%;
}
.p-jobs .lower-top-sec {
  position: relative;
}
.p-jobs .lower-top-sec .lower-top-img {
  height: 400px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-jobs .lower-top-sec .lower-top-img {
    height: 162px;
  }
}
.p-jobs .lower-top-sec .lower-top-img figure {
  height: 400px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-jobs .lower-top-sec .lower-top-img figure {
    height: 162px;
  }
}
.p-jobs .lower-top-sec .lower-top-img figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-jobs .lower-top-sec .inner {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  max-width: 1080px;
  position: absolute;
  right: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-jobs .lower-top-sec .inner {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
.p-jobs .lower-top-sec .lower-ttl-box {
  background-color: #c11826;
  box-sizing: border-box;
  color: #fff;
  max-width: 510px;
  padding: 20px 45px 55px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-jobs .lower-top-sec .lower-ttl-box {
    margin: 0 0 0 5%;
    padding: 1.6vw 5%;
    width: 50%;
  }
}
.p-jobs .lower-top-sec .lower-ttl-box .sub-catch {
  font-size: 1.9em;
  font-weight: 100;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .p-jobs .lower-top-sec .lower-ttl-box .sub-catch {
    font-size: 3.5vw;
  }
}
.p-jobs .lower-top-sec .lower-ttl-box .main-catch {
  font-size: 2.2em;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-jobs .lower-top-sec .lower-ttl-box .main-catch {
    font-size: 4.5vw;
  }
}
.p-jobs .midashi {
  color: #c11826;
  line-height: 1.2;
}
.p-jobs .midashi .sub-title {
  font-size: 2.3em;
  font-weight: 200;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .p-jobs .midashi .sub-title {
    font-size: 5.6vw;
  }
}
.p-jobs .midashi .main-title {
  font-size: 3.3em;
  font-weight: 800;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-jobs .midashi .main-title {
    font-size: 7vw;
    margin-top: 10px;
  }
}
.p-jobs .topArea {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-jobs .topArea {
    gap: 20px;
  }
}
.p-jobs .topArea .midashiArea {
  align-items: flex-end;
  display: flex;
}
.p-jobs .topArea .midashiArea .midashi .sub-title {
  font-size: 1.6em;
}
@media screen and (max-width: 768px) {
  .p-jobs .topArea .midashiArea .midashi .sub-title {
    font-size: 5vw;
  }
}
.p-jobs .topArea .midashiArea .midashi .main-title {
  font-size: 2.5em;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-jobs .topArea .midashiArea .midashi .main-title {
    font-size: 7vw;
    margin-top: 10px;
  }
}
.p-jobs .topArea .midashiArea .icon {
  margin-right: 12px;
  width: 89px;
}
@media screen and (max-width: 768px) {
  .p-jobs .topArea .midashiArea .icon {
    margin-right: 4vw;
    width: 21vw;
  }
}
.p-jobs .topArea .lead {
  flex: 1;
  font-size: 1.6em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-jobs .topArea .lead {
    flex: none;
    font-size: 3.8vw;
    line-height: 2;
    width: 100%;
  }
}
.p-jobs .lower-sec {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-jobs .lower-sec {
    padding-bottom: 60px;
  }
}
.p-jobs .lower-sec .inner {
  margin: 0 auto;
  max-width: 1080px;
}
@media screen and (max-width: 768px) {
  .p-jobs .lower-sec .inner {
    width: 90%;
  }
}
.p-jobs .lower-sec .txt {
  font-weight: 500;
  line-height: 2;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-jobs .lower-sec .txt {
    font-size: 3.2vw;
    margin-top: 20px;
  }
}
.p-jobs .lower-sec .flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-jobs .lower-sec .flexbox {
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
}
.p-jobs .lower-sec .flexbox .img {
  width: 46.3%;
}
@media screen and (max-width: 768px) {
  .p-jobs .lower-sec .flexbox .img {
    width: 100%;
  }
}
.p-jobs .lower-sec .tips {
  border: 1px solid #dc3951;
  margin-top: 67px;
  padding: 22px 30px;
  position: relative;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-jobs .lower-sec .tips {
    margin-top: 35px;
    padding: 5vw 4% 10px;
  }
}
.p-jobs .lower-sec .tips .tips-head {
  background-color: white;
  font-weight: bold;
  left: -1px;
  padding-bottom: 17px;
  padding-right: 21px;
  position: absolute;
  top: -20px;
}
@media screen and (max-width: 768px) {
  .p-jobs .lower-sec .tips .tips-head {
    font-size: 3.2vw;
    padding-bottom: 2vw;
    padding-right: 2vw;
    top: -4vw;
  }
}
.p-jobs .lower-sec .tips .txt {
  font-weight: 500;
  line-height: 2;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-jobs .lower-sec .tips .txt {
    font-size: 3.3vw;
  }
}
.p-jobs .anker-sec {
  padding: 30px 0 45px;
}
@media screen and (max-width: 768px) {
  .p-jobs .anker-sec {
    padding: 10vw 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-jobs .anker-sec .inner {
    width: 100%;
  }
}
.p-jobs .anker-sec .anker-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .p-jobs .anker-sec .anker-list {
    -ms-overflow-style: none;
    display: block;
    overflow: auto;
    padding: 0 5% 10px;
    scrollbar-width: none;
    white-space: nowrap;
  }
  .p-jobs .anker-sec .anker-list::-webkit-scrollbar {
    display: none;
  }
}
.p-jobs .anker-sec .anker-list li {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-jobs .anker-sec .anker-list li {
    display: inline-block;
    font-size: 3.2vw;
    margin-right: 15px;
  }
  .p-jobs .anker-sec .anker-list li:last-child {
    margin-right: 0;
  }
}
.p-jobs .anker-sec .anker-list li .icon {
  margin-right: 15px;
  width: 30px;
}
@media screen and (max-width: 768px) {
  .p-jobs .anker-sec .anker-list li .icon {
    margin-right: 6px;
    width: 5vw;
  }
}
.p-jobs .business-process-sec {
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .p-jobs .business-process-sec {
    padding-bottom: 50px;
  }
}
.p-jobs .business-process-sec .txt {
  font-weight: 500;
  line-height: 2;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-jobs .business-process-sec .txt {
    font-size: 3.2vw;
    margin-top: 20px;
  }
}
.p-jobs .business-process-sec .img {
  margin: 90px auto 0;
  width: 78%;
}
@media screen and (max-width: 768px) {
  .p-jobs .business-process-sec .img {
    margin: 10px auto 0;
    width: 97%;
  }
}
.p-jobs .sales-sec {
  padding-bottom: 0;
}


.p-environment {
  width: 100%;
}
.p-environment .lower-top-sec {
  position: relative;
}
.p-environment .lower-top-sec .lower-top-img {
  height: 400px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-environment .lower-top-sec .lower-top-img {
    height: 162px;
  }
}
.p-environment .lower-top-sec .lower-top-img figure {
  height: 400px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-environment .lower-top-sec .lower-top-img figure {
    height: 162px;
  }
}
.p-environment .lower-top-sec .lower-top-img figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-environment .lower-top-sec .inner {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  max-width: 1080px;
  position: absolute;
  right: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-environment .lower-top-sec .inner {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
.p-environment .lower-top-sec .lower-ttl-box {
  background-color: #c11826;
  box-sizing: border-box;
  color: #fff;
  max-width: 510px;
  padding: 20px 45px 55px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-environment .lower-top-sec .lower-ttl-box {
    margin: 0 0 0 5%;
    padding: 1.6vw 5%;
    width: 53%;
  }
}
.p-environment .lower-top-sec .lower-ttl-box .sub-catch {
  font-size: 1.9em;
  font-weight: 100;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .p-environment .lower-top-sec .lower-ttl-box .sub-catch {
    font-size: 3.5vw;
  }
}
.p-environment .lower-top-sec .lower-ttl-box .main-catch {
  font-size: 2.2em;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-environment .lower-top-sec .lower-ttl-box .main-catch {
    font-size: 4.5vw;
  }
}
.p-environment .midashi {
  color: #c11826;
  line-height: 1.2;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .p-environment .midashi {
    margin-bottom: 20px;
  }
}
.p-environment .midashi .sub-title {
  font-size: 2.3em;
  font-weight: 200;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .p-environment .midashi .sub-title {
    font-size: 5.6vw;
  }
}
.p-environment .midashi .main-title {
  font-size: 3.3em;
  font-weight: 800;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-environment .midashi .main-title {
    font-size: 7vw;
    margin-top: 10px;
  }
}
.p-environment .lower-sec {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-environment .lower-sec {
    padding-bottom: 60px;
  }
}
.p-environment .lower-sec .inner {
  margin: 0 auto;
  max-width: 1080px;
}
@media screen and (max-width: 768px) {
  .p-environment .lower-sec .inner {
    width: 90%;
  }
}
.p-environment .lower-sec .ttl-sub {
  font-size: 1.6em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-environment .lower-sec .ttl-sub {
    font-size: 4vw;
    line-height: 2;
    margin-bottom: 20px;
  }
}
.p-environment .lower-sec .txt {
  font-weight: 500;
  line-height: 2;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-environment .lower-sec .txt {
    font-size: 3.2vw;
    margin-top: 0;
  }
}
.p-environment .lower-sec .flexbox {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-environment .lower-sec .flexbox {
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
}
.p-environment .lower-sec .flexbox.--reverse {
  flex-direction: row-reverse;
}
.p-environment .lower-sec .flexbox .imgArea {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 3.5%;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-environment .lower-sec .flexbox .imgArea {
    gap: 10px 3.5%;
    width: 100%;
  }
}
.p-environment .lower-sec .flexbox .imgArea .main-img {
  width: 100%;
}
.p-environment .lower-sec .flexbox .imgArea .sub-img {
  width: 31%;
}
.p-environment .lower-sec .flexbox .txtArea {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .p-environment .lower-sec .flexbox .txtArea {
    width: 100%;
  }
}
.p-environment .lower-sec .img-list {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 2%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-environment .lower-sec .img-list {
    gap: 20px 4%;
    margin-top: 60px;
  }
}
.p-environment .lower-sec .img-list .item {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .p-environment .lower-sec .img-list .item {
    width: 48%;
  }
}
.p-environment .lower-sec .img-list .item .name {
  font-size: 1.3em;
  margin: 30px 0 25px;
}
@media screen and (max-width: 768px) {
  .p-environment .lower-sec .img-list .item .name {
    font-size: 3.3vw;
    margin: 25px 0 10px;
  }
}
.p-environment .anker-sec {
  padding: 30px 0 45px;
}
@media screen and (max-width: 768px) {
  .p-environment .anker-sec {
    padding: 10vw 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-environment .anker-sec .inner {
    width: 100%;
  }
}
.p-environment .anker-sec .anker-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .p-environment .anker-sec .anker-list {
    -ms-overflow-style: none;
    display: block;
    overflow: auto;
    padding: 0 5% 10px;
    scrollbar-width: none;
    white-space: nowrap;
  }
  .p-environment .anker-sec .anker-list::-webkit-scrollbar {
    display: none;
  }
}
.p-environment .anker-sec .anker-list li {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-environment .anker-sec .anker-list li {
    display: inline-block;
    font-size: 3.2vw;
    margin-right: 15px;
  }
  .p-environment .anker-sec .anker-list li:last-child {
    margin-right: 0;
  }
}
.p-environment .anker-sec .anker-list li .icon {
  margin-right: 15px;
  width: 30px;
}
@media screen and (max-width: 768px) {
  .p-environment .anker-sec .anker-list li .icon {
    margin-right: 6px;
    width: 5vw;
  }
}
.p-environment .lead-sec {
  padding-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .p-environment .lead-sec {
    padding-bottom: 60px;
  }
}
.p-environment .lead-sec .flexbox {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .p-environment .lead-sec .flexbox {
    margin-top: 0;
  }
}
.p-environment .lead-sec .flexbox .img {
  margin-left: calc((100vw - 1080px) / 2 * -1);
  max-width: none;
  width: calc(100% + (100vw - 1080px) / 2);
}
@media screen and (max-width: 900px) {
  .p-environment .lead-sec .flexbox .img {
    margin-left: 0;
    width: 100%;
  }
}
.p-environment .sales-sec {
  padding-bottom: 0;
}

.p-environment .notfound-sec{
	padding: 100px 0;
	text-align: center;
}

.p-environment .notfound-sec .backPage {
  padding-top: 50px
}

.p-environment .notfound-sec .backPage a{
	text-decoration: underline;
}

.p-event {
  width: 100%;
}
.p-event .lower-top-sec {
  position: relative;
}
.p-event .lower-top-sec .lower-top-img {
  height: 400px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-event .lower-top-sec .lower-top-img {
    height: 162px;
  }
}
.p-event .lower-top-sec .lower-top-img figure {
  height: 400px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-event .lower-top-sec .lower-top-img figure {
    height: 162px;
  }
}
.p-event .lower-top-sec .lower-top-img figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-event .lower-top-sec .inner {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  max-width: 1080px;
  position: absolute;
  right: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-event .lower-top-sec .inner {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
.p-event .lower-top-sec .lower-ttl-box {
  background-color: #c11826;
  box-sizing: border-box;
  color: #fff;
  max-width: 510px;
  padding: 20px 45px 55px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-event .lower-top-sec .lower-ttl-box {
    margin: 0 0 0 5%;
    padding: 1.6vw 5%;
    width: 53%;
  }
}
.p-event .lower-top-sec .lower-ttl-box .sub-catch {
  font-size: 1.9em;
  font-weight: 100;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .p-event .lower-top-sec .lower-ttl-box .sub-catch {
    font-size: 3.5vw;
  }
}
.p-event .lower-top-sec .lower-ttl-box .main-catch {
  font-size: 2.2em;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-event .lower-top-sec .lower-ttl-box .main-catch {
    font-size: 4.5vw;
  }
}
.p-event .midashi {
  color: #c11826;
  line-height: 1.2;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .p-event .midashi {
    margin-bottom: 20px;
  }
}
.p-event .midashi .sub-title {
  font-size: 2.3em;
  font-weight: 200;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .p-event .midashi .sub-title {
    font-size: 5.6vw;
  }
}
.p-event .midashi .main-title {
  font-size: 3.3em;
  font-weight: 800;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-event .midashi .main-title {
    font-size: 7vw;
    margin-top: 10px;
  }
}
.p-event .lower-sec {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-event .lower-sec {
    padding-bottom: 60px;
  }
}
.p-event .lower-sec .inner {
  margin: 0 auto;
  max-width: 1080px;
}
@media screen and (max-width: 768px) {
  .p-event .lower-sec .inner {
    width: 90%;
  }
}
.p-event .lower-sec .komidashi {
  color: #c11826;
  font-size: 2.3em;
  font-weight: bold;
  margin-bottom: 50px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-event .lower-sec .komidashi {
    font-size: 5.3vw;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.p-event .lower-sec .ttl-sub {
  font-size: 1.6em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-event .lower-sec .ttl-sub {
    font-size: 4vw;
    line-height: 2;
    margin-bottom: 15px;
  }
}
.p-event .lower-sec .txt {
  font-weight: 500;
  line-height: 2;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-event .lower-sec .txt {
    font-size: 3.2vw;
    margin-top: 0;
  }
}
.p-event .lower-sec .txt + .txt {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-event .lower-sec .txt + .txt {
    margin-top: 15px;
  }
}
.p-event .lower-sec .flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-event .lower-sec .flexbox {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
}
.p-event .lower-sec .flexbox.--reverse {
  flex-direction: row-reverse;
}
.p-event .lower-sec .flexbox .imgArea {
  display: flex;
  flex-wrap: wrap;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-event .lower-sec .flexbox .imgArea {
    width: 100%;
  }
}
.p-event .lower-sec .flexbox .imgArea .img {
  margin-left: calc((100vw - 1080px) / 2 * -1);
  max-width: none;
  width: calc(100% + (100vw - 1080px) / 2);
}
@media screen and (max-width: 900px) {
  .p-event .lower-sec .flexbox .imgArea .img {
    margin-left: 0;
    width: 100%;
  }
}
.p-event .lower-sec .flexbox .txtArea {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .p-event .lower-sec .flexbox .txtArea {
    width: 100%;
  }
}
.p-event .lower-sec .point-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-event .lower-sec .point-wrap {
    margin-top: 30px;
  }
}
.p-event .lower-sec .point-wrap .wrap-head {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 45px;
  margin-top: 85px;
}
@media screen and (max-width: 768px) {
  .p-event .lower-sec .point-wrap .wrap-head {
    font-size: 4.3vw;
    margin-bottom: 10px;
    margin-top: 50px;
  }
}
.p-event .lower-sec .point-wrap .numberArea {
  align-items: center;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-event .lower-sec .point-wrap .numberArea {
    margin-bottom: 25px;
  }
}
.p-event .lower-sec .point-wrap .numberArea img {
  margin-right: 30px;
  width: 113px;
}
@media screen and (max-width: 768px) {
  .p-event .lower-sec .point-wrap .numberArea img {
    margin-right: 10px;
    width: 18%;
  }
}
.p-event .lower-sec .point-wrap .numberArea .number-txt {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-event .lower-sec .point-wrap .numberArea .number-txt {
    font-size: 4vw;
  }
}
.p-event .lower-sec .point-wrap .numberArea .number-txt .small {
  display: block;
  font-size: 0.7em;
}
.p-event .lower-sec .point-block + .point-block {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-event .lower-sec .point-block + .point-block {
    margin-top: 30px;
  }
}
.p-event .lower-sec .btn-block {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.p-event .lower-sec .btn-block .btnArea{
	width: 450px;
}

@media screen and (max-width: 768px) {
  .p-event .lower-sec .btn-block {
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
  }
  
  .p-event .lower-sec .btn-block .btnArea{
	width: 100%;
}
}
.p-event .lower-sec .btn-block .event-btn {
  display: inline-block;
  width: 335px;
}
@media screen and (max-width: 768px) {
  .p-event .lower-sec .btn-block .event-btn {
    width: 64%;
  }
}
.p-event .lower-sec .btn-block .txt {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-event .lower-sec .btn-block .txt {
    font-size: 2.7vw;
  }
}
.p-event .anker-sec {
  padding: 30px 0 45px;
}
@media screen and (max-width: 768px) {
  .p-event .anker-sec {
    padding: 10vw 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-event .anker-sec .inner {
    width: 100%;
  }
}
.p-event .anker-sec .anker-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .p-event .anker-sec .anker-list {
    -ms-overflow-style: none;
    display: block;
    overflow: auto;
    padding: 0 5% 10px;
    scrollbar-width: none;
    white-space: nowrap;
  }
  .p-event .anker-sec .anker-list::-webkit-scrollbar {
    display: none;
  }
}
.p-event .anker-sec .anker-list li {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-event .anker-sec .anker-list li {
    display: inline-block;
    font-size: 3.2vw;
    margin-right: 15px;
  }
  .p-event .anker-sec .anker-list li:last-child {
    margin-right: 0;
  }
}
.p-event .anker-sec .anker-list li .icon {
  margin-right: 15px;
  width: 30px;
}
@media screen and (max-width: 768px) {
  .p-event .anker-sec .anker-list li .icon {
    margin-right: 6px;
    width: 5vw;
  }
}
.p-event .development-sec .tips {
  align-items: center;
  border: 1px solid #dc3951;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin-top: 80px;
  padding: 45px 40px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-event .development-sec .tips {
    flex-direction: column;
    gap: 30px;
    margin-top: 35px;
    padding: 5vw 4% 30px;
  }
}
.p-event .development-sec .tips .tips-head {
  background-color: white;
  font-size: 1.6em;
  font-weight: bold;
  left: -1px;
  padding-bottom: 30px;
  padding-right: 60px;
  position: absolute;
  top: -35px;
}
@media screen and (max-width: 768px) {
  .p-event .development-sec .tips .tips-head {
    font-size: 3.3vw;
    padding-bottom: 3.5vw;
    padding-right: 7vw;
    top: -4vw;
  }
}
.p-event .development-sec .tips .tips-head img {
  margin-right: 19px;
  vertical-align: middle;
  width: 32px;
}
@media screen and (max-width: 768px) {
  .p-event .development-sec .tips .tips-head img {
    margin-right: 1vw;
    width: 7vw;
  }
}
.p-event .development-sec .tips .txt {
  font-weight: 500;
  line-height: 2;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-event .development-sec .tips .txt {
    font-size: 3.3vw;
    line-height: 1.7;
  }
}
.p-event .development-sec .tips .imgArea {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .p-event .development-sec .tips .imgArea {
    width: 100%;
  }
}
.p-event .development-sec .img-list {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 4%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-event .development-sec .img-list {
    gap: 30px 4%;
    margin-top: 30px;
  }
}
.p-event .development-sec .img-list .item {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-event .development-sec .img-list .item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-event .development-sec .img-list .item .txt {
    margin-top: 20px;
  }
}
.p-event .development-sec .flow {
  align-items: center;
  display: flex;
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-event .development-sec .flow {
    font-size: 2.6vw;
    margin-top: 15px;
  }
}
.p-event .development-sec .flow dt {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .p-event .development-sec .flow dt {
    margin-right: 15px;
  }
}
.p-event .development-sec .flow dd {
  background-color: #c11826;
  color: #fff;
  margin-right: 35px;
  padding: 10px 46px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-event .development-sec .flow dd {
    margin-right: 30px;
    padding: 7px 20px;
  }
}
.p-event .development-sec .flow dd::after {
  border-bottom: 10px solid transparent;
  border-left: 10px solid #c11826;
  border-top: 10px solid transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
}
@media screen and (max-width: 768px) {
  .p-event .development-sec .flow dd::after {
    border-bottom-width: 8px;
    border-left-width: 8px;
    border-top-width: 8px;
    right: -20px;
  }
}
.p-event .development-sec .flow dd:last-child {
  margin-right: 0;
}
.p-event .development-sec .flow dd:last-child::after {
  display: none;
}
.p-event .development-sec .event-table {
  border-collapse: collapse;
  margin-top: 85px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-event .development-sec .event-table {
    margin-top: 20px;
  }
}
.p-event .development-sec .event-table thead th {
  font-size: 1.5em;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .p-event .development-sec .event-table thead th {
    font-size: 4.4vw;
  }
}
.p-event .development-sec .event-table tbody tr th, .p-event .development-sec .event-table tbody tr td {
  border-top: 1px solid #251714;
}
@media screen and (max-width: 768px) {
  .p-event .development-sec .event-table tbody tr th, .p-event .development-sec .event-table tbody tr td {
    font-size: 3.2vw;
  }
}
.p-event .development-sec .event-table tbody tr:last-child th, .p-event .development-sec .event-table tbody tr:last-child td {
  border-bottom: 1px solid #251714;
}
.p-event .development-sec .event-table tbody tr th {
  font-size: 1.3em;
  padding: 20px 0;
  width: 180px;
}
@media screen and (max-width: 768px) {
  .p-event .development-sec .event-table tbody tr th {
    font-size: 3.3vw;
    padding: 25px 0;
    width: 20vw;
  }
}
.p-event .development-sec .event-table tbody tr td {
  line-height: 2;
  padding-bottom: 25px;
  padding-left: 5px;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-event .development-sec .event-table tbody tr td {
    line-height: 1.7;
  }
}
.p-event .sales-sec {
  padding-bottom: 0;
}
.p-event .sales-sec .komidashi {
  margin-top: 0;
}


.p-crosstalk {
  width: 100%;
}
.p-crosstalk .lower-top-sec .lower-top-img {
  height: 400px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .lower-top-sec .lower-top-img {
    height: 200px;
  }
}
.p-crosstalk .lower-top-sec .lower-top-img figure {
  height: 400px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .lower-top-sec .lower-top-img figure {
    height: 200px;
  }
}
.p-crosstalk .lower-top-sec .lower-top-img figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-crosstalk .lower-top-sec .inner {
  display: flex;
  justify-content: right;
  margin: 0 auto;
  max-width: 1080px;
}
.p-crosstalk .lower-top-sec .lower-ttl-box {
  background-color: #c11826;
  box-sizing: border-box;
  color: #fff;
  max-width: 510px;
  padding: 20px 30px;
  position: relative;
  top: -150px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .lower-top-sec .lower-ttl-box {
    margin: 0 auto;
    padding: 5%;
    top: -50px;
    width: 90%;
  }
}
.p-crosstalk .lower-top-sec .lower-ttl-box .sub-catch {
  font-size: 1.5em;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .lower-top-sec .lower-ttl-box .sub-catch {
    font-size: 4vw;
  }
}
.p-crosstalk .lower-top-sec .lower-ttl-box .main-catch {
  font-size: 2em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .lower-top-sec .lower-ttl-box .main-catch {
    font-size: 5vw;
  }
}
.p-crosstalk .lower-top-sec .lower-ttl-box .logomark {
  bottom: 0;
  position: absolute;
  right: 20px;
  width: 179px;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .lower-top-sec .lower-ttl-box .logomark {
    right: 5%;
    width: 20%;
  }
}
.p-crosstalk .midahi {
  color: #c11826;
  line-height: 1.2;
}
.p-crosstalk .midahi .sub-title {
  font-size: 2em;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .midahi .sub-title {
    font-size: 4vw;
  }
}
.p-crosstalk .midahi .main-title {
  font-size: 2.5em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .midahi .main-title {
    font-size: 6vw;
  }
}
.p-crosstalk .interlocutor-sec {
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .interlocutor-sec {
    margin-top: -20px;
  }
}
.p-crosstalk .interlocutor-sec .inner {
  margin: 0 auto;
  max-width: 1080px;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .interlocutor-sec .inner {
    width: 90%;
  }
}
.p-crosstalk .interlocutor-sec .container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .interlocutor-sec .container {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.p-crosstalk .interlocutor-sec .container .flexbox {
  display: flex;
  justify-content: space-between;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .interlocutor-sec .container .flexbox {
    margin-bottom: 30px;
    width: 100%;
  }
}
.p-crosstalk .interlocutor-sec .container .flexbox .imgArea {
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .interlocutor-sec .container .flexbox .imgArea {
    max-width: initial;
    width: 35%;
  }
}
.p-crosstalk .interlocutor-sec .container .flexbox .txtArea {
  flex: 1;
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .interlocutor-sec .container .flexbox .txtArea {
    margin-left: 20px;
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .p-crosstalk .interlocutor-sec .container .flexbox .txtArea .name {
    font-size: 2.8vw;
  }
}
.p-crosstalk .interlocutor-sec .container .flexbox .txtArea .red_box {
  border: solid 1px #bb1a2a;
  color: #bb1a2a;
  margin: 25px 0 20px;
  max-width: 247px;
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .interlocutor-sec .container .flexbox .txtArea .red_box {
    margin: 12px 3% 12px 0;
    max-width: 100%;
    padding: 10px;
  }
}
.p-crosstalk .interlocutor-sec .container .flexbox .txtArea .belong {
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .interlocutor-sec .container .flexbox .txtArea .belong {
    font-size: 2.5vw;
    margin-top: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-crosstalk .interlocutor-sec .container .flexbox .txtArea .belong dd {
    font-size: 2.8vw;
  }
}
.p-crosstalk .lower-sec .inner {
  margin: 0 auto;
  max-width: 1280px;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .lower-sec .inner {
    width: 90%;
  }
}
.p-crosstalk .lower-sec .flexbox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .lower-sec .flexbox {
    display: block;
    margin-bottom: 40px;
  }
}
.p-crosstalk .lower-sec .flexbox .txtArea {
  max-width: 740px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .lower-sec .flexbox .txtArea {
    font-size: 3.3vw;
    width: 100%;
  }
}
.p-crosstalk .lower-sec .flexbox .txtArea.--content-width {
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-crosstalk .lower-sec .flexbox .txtArea p {
    line-height: 2;
  }
}
.p-crosstalk .lower-sec .flexbox .txtArea .box-ttl {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .lower-sec .flexbox .txtArea .box-ttl {
    font-size: 3.8vw;
  }
}
.p-crosstalk .lower-sec .flexbox .txtArea .imgPut {
  float: right;
  max-width: 510px;
  padding: 0 0 30px 30px;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .lower-sec .flexbox .txtArea .imgPut {
    float: none;
    margin: 40px auto;
    padding: 0;
    width: 90%;
  }
}
.p-crosstalk .lower-sec .flexbox .txtArea .imgExtend {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .lower-sec .flexbox .txtArea .imgExtend {
    margin: 0 calc(50% - 50vw) 20px;
    width: 100vw;
  }
}
.p-crosstalk .lower-sec .flexbox .imgArea {
  max-width: 510px;
  width: 38%;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .lower-sec .flexbox .imgArea {
    margin: 40px auto;
    width: 90%;
  }
}
.p-crosstalk .lower-sec .r_flex {
  flex-direction: row-reverse;
}
.p-crosstalk .lower-sec .msgArea {
  margin: 70px auto;
  max-width: 1080px;
}
.p-crosstalk .lower-sec .msgArea .midahi {
  position: relative;
  z-index: 10;
}
.p-crosstalk .lower-sec .msgArea .midahi .sub-title {
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .lower-sec .msgArea .midahi .sub-title {
    font-size: 4.2vw;
  }
}
.p-crosstalk .lower-sec .msgArea .midahi .main-title {
  font-size: 1.8em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .lower-sec .msgArea .midahi .main-title {
    font-size: 5.2vw;
  }
}
.p-crosstalk .lower-sec .msgArea .box {
  border: solid 1px #c11826;
  box-sizing: border-box;
  padding: 40px;
  position: relative;
}
.p-crosstalk .lower-sec .msgArea .box::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 20px;
  left: -5px;
  position: absolute;
  top: -10px;
  width: 40%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .lower-sec .msgArea .box::after {
    width: 80%;
  }
}
.p-crosstalk .lower-sec .msgArea .box.crosstalk02::after {
  width: 24%;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .lower-sec .msgArea .box.crosstalk02::after {
    width: 51%;
  }
}
@media screen and (max-width: 768px) {
  .p-crosstalk .lower-sec .msgArea .box {
    padding: 20px 5%;
  }
}
@media screen and (min-width: 769px) {
  .p-crosstalk .lower-sec .msgArea .box .txt p {
    line-height: 2;
  }
}
.p-crosstalk .lower-sec .msgArea .box .box_inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .lower-sec .msgArea .box .box_inner {
    flex-direction: column;
    margin-bottom: 15px;
  }
}
.p-crosstalk .lower-sec .msgArea .box .box_inner .img {
  margin-left: 40px;
  max-width: 413px;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .lower-sec .msgArea .box .box_inner .img {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
  }
}
.p-crosstalk .lower-sec .msgArea .box .box_inner .txt {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .lower-sec .msgArea .box .box_inner .txt {
    font-size: 2.8vw;
    width: 100%;
  }
}
.p-crosstalk .lower-sec .msgArea .box .box_inner .txt .career {
  display: block;
  font-size: 0.9em;
  margin-top: 40px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .lower-sec .msgArea .box .box_inner .txt .career {
    display: none;
  }
}
.p-crosstalk .lower-sec .msgArea .box .int-ttl {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .lower-sec .msgArea .box .int-ttl {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .p-crosstalk .lower-sec .msgArea .box .career {
    font-size: 2.8vw;
  }
}
.p-crosstalk .lower-sec .int_box {
  margin: 50px auto;
}
.p-crosstalk .lower-sec .int_box ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .lower-sec .int_box ul {
    display: block;
  }
}
.p-crosstalk .lower-sec .int_box ul li {
  max-width: 387px;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .lower-sec .int_box ul li {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-crosstalk .lower-sec .int_box ul li:nth-child(2) {
    flex-direction: row-reverse;
  }
}
.p-crosstalk .lower-sec .int_box ul li .imgArea {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .lower-sec .int_box ul li .imgArea {
    width: 52%;
  }
}
.p-crosstalk .lower-sec .int_box ul li .imgArea a {
  display: block;
  height: 100%;
  width: 100%;
}
.p-crosstalk .lower-sec .int_box ul li .imgArea a .arrow_btn {
  bottom: 15px;
  height: 56px;
  position: absolute;
  right: 15px;
  width: 56px;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .lower-sec .int_box ul li .imgArea a .arrow_btn {
    bottom: 5px;
    height: 40px;
    right: 5px;
    width: 40px;
  }
}

.p-crosstalk .lower-sec .int_box ul li .imgArea a .img{
	position: relative;
}

.p-crosstalk .lower-sec .int_box ul li .imgArea a:hover .img::before{
	background-color: rgba(193, 24, 38, 0.3);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

.p-crosstalk .lower-sec .int_box ul li .imgArea a .current {
  position: relative;
}
.p-crosstalk .lower-sec .int_box ul li .imgArea a .current::before {
  background-color: rgba(193, 24, 38, 0.3);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .lower-sec .int_box ul li .txtArea {
    width: 45%;
  }
}
.p-crosstalk .lower-sec .int_box ul li .txtArea .int_ttl {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .lower-sec .int_box ul li .txtArea .int_ttl {
    font-size: 3.5vw;
  }
}
.p-crosstalk .lower-sec .int_box ul li .txtArea .red_box {
  border: solid 1px #bb1a2a;
  color: #bb1a2a;
  margin-bottom: 10px;
  max-width: 247px;
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .lower-sec .int_box ul li .txtArea .red_box {
    margin-right: 3%;
    max-width: 100%;
    padding: 10px;
  }
}
.p-crosstalk .lower-sec .int_box ul li .txtArea .belong {
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .lower-sec .int_box ul li .txtArea .belong {
    font-size: 2.5vw;
    margin-top: 20px;
    width: 100%;
  }
}
.p-crosstalk .lower-sec .cross-box {
  margin: 60px auto;
}
.p-crosstalk .lower-sec .cross-box .imgArea {
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}
.p-crosstalk .lower-sec .cross-box .imgArea .arrow_btn {
  bottom: 15px;
  height: 56px;
  position: absolute;
  right: 15px;
  width: 56px;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .lower-sec .cross-box .imgArea .arrow_btn {
    bottom: 5px;
    height: 40px;
    right: 5px;
    width: 40px;
  }
}
.p-crosstalk .lower-sec .cross-box .lower-ttl-box {
  background-color: #c11826;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  left: 100px;
  padding: 20px 30px;
  position: absolute;
  width: 510px;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .lower-sec .cross-box .lower-ttl-box {
    bottom: -50px;
    left: 0;
    padding: 15px 5%;
    width: 60%;
  }
}
.p-crosstalk .lower-sec .cross-box .lower-ttl-box .sub-catch {
  font-size: 1.5em;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .lower-sec .cross-box .lower-ttl-box .sub-catch {
    font-size: 3.5vw;
  }
}
.p-crosstalk .lower-sec .cross-box .lower-ttl-box .main-catch {
  font-size: 2em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .lower-sec .cross-box .lower-ttl-box .main-catch {
    font-size: 4vw;
  }
}
.p-crosstalk .lower-sec .cross-box .txtArea {
  margin: 50px auto;
  max-width: 1080px;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .lower-sec .cross-box .txtArea {
    font-size: 3vw;
    margin: 70px auto 20px;
  }
}
.p-crosstalk .lower-sec .cross-box .txtArea .btnArea {
  margin-left: auto;
  margin-right: 0;
  margin-top: 20px;
  max-width: 365px;
}
.p-crosstalk .lower-sec .cross-box .txtArea .btnArea .w_btn {
  border: solid 1px #000;
}

.p-crosstalk .lower-sec .cross-box a{
	display: block;
	width: 100%;
	height: 100%;
}

.p-crosstalk .lower-sec .cross-box a picture{
	display: block;
  height: 100%;
  position: relative;
}

.p-crosstalk .lower-sec .cross-box a:hover picture::before {
  background-color: rgba(193, 24, 38, 0.3);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.p-crosstalk .lower-sec .cross-box .current {
  display: block;
  height: 100%;
  position: relative;
}
.p-crosstalk .lower-sec .cross-box .current::before {
  background-color: rgba(193, 24, 38, 0.3);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}


.p-crosstalk .lower-sec .cross-box2 .lower-ttl-box {
  left: auto;
  right: 100px;
}
@media screen and (max-width: 768px) {
  .p-crosstalk .lower-sec .cross-box2 .lower-ttl-box {
    bottom: -50px;
    left: 0;
    padding: 15px 5%;
    width: 60%;
  }
}

.p-topmessage {
  width: 100%;
}
.p-topmessage .lower-top-sec .lower-top-img {
  height: 400px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-topmessage .lower-top-sec .lower-top-img {
    height: 200px;
  }
}
.p-topmessage .lower-top-sec .lower-top-img figure {
  height: 400px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-topmessage .lower-top-sec .lower-top-img figure {
    height: 200px;
  }
}
.p-topmessage .lower-top-sec .lower-top-img figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-topmessage .lower-top-sec .inner {
  margin: 0 auto;
  max-width: 1080px;
}
.p-topmessage .lower-top-sec .lower-ttl-box {
  background-color: #c11826;
  box-sizing: border-box;
  color: #fff;
  max-width: 510px;
  padding: 20px 30px;
  position: relative;
  top: -150px;
}
@media screen and (max-width: 768px) {
  .p-topmessage .lower-top-sec .lower-ttl-box {
    margin: 0 auto;
    padding: 5%;
    top: -50px;
    width: 90%;
  }
}
.p-topmessage .lower-top-sec .lower-ttl-box .sub-catch {
  font-size: 1.5em;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .p-topmessage .lower-top-sec .lower-ttl-box .sub-catch {
    font-size: 4vw;
  }
}
.p-topmessage .lower-top-sec .lower-ttl-box .main-catch {
  font-size: 2em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-topmessage .lower-top-sec .lower-ttl-box .main-catch {
    font-size: 5vw;
  }
}
.p-topmessage .lower-top-sec .lower-ttl-box .logomark {
  bottom: 0;
  position: absolute;
  right: 20px;
  width: 179px;
}
@media screen and (max-width: 768px) {
  .p-topmessage .lower-top-sec .lower-ttl-box .logomark {
    right: 5%;
    width: 20%;
  }
}
.p-topmessage .midahi {
  color: #c11826;
  line-height: 1.2;
}
.p-topmessage .midahi .sub-title {
  font-size: 2em;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .p-topmessage .midahi .sub-title {
    font-size: 4vw;
  }
}
.p-topmessage .midahi .main-title {
  font-size: 2.5em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-topmessage .midahi .main-title {
    font-size: 6vw;
    margin-top: 16px;
  }
}
.p-topmessage .lower-sec .inner {
  margin: 0 auto;
  max-width: 1280px;
}
@media screen and (max-width: 768px) {
  .p-topmessage .lower-sec .inner {
    width: 90%;
  }
}
.p-topmessage .lower-sec .flexbox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-topmessage .lower-sec .flexbox {
    display: block;
    margin-bottom: 40px;
  }
}
.p-topmessage .lower-sec .flexbox .txtArea {
  max-width: 740px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .p-topmessage .lower-sec .flexbox .txtArea {
    font-size: 3.3vw;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .p-topmessage .lower-sec .flexbox .txtArea p {
    line-height: 2;
  }
}
.p-topmessage .lower-sec .flexbox .txtArea .box-ttl {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-topmessage .lower-sec .flexbox .txtArea .box-ttl {
    font-size: 4vw;
  }
}

.p-topmessage .lower-sec .flexbox .txtArea .sub-title {
  font-size: 1.4em;
  opacity: 0.5;
  font-weight: 200;
  color: #c11826;
}
@media screen and (max-width: 768px) {
  .p-topmessage .lower-sec .flexbox .txtArea .sub-title {
    font-size: 3.5vw;
  }
}

.p-topmessage .lower-sec .flexbox .imgArea {
  max-width: 510px;
  width: 38%;
}
@media screen and (max-width: 768px) {
  .p-topmessage .lower-sec .flexbox .imgArea {
    margin: 40px auto;
    width: 90%;
  }
}
.p-topmessage .lower-sec .r_flex {
  flex-direction: row-reverse;
}
.p-topmessage .lower-sec .msgArea {
  margin: 70px auto;
  max-width: 1080px;
}
.p-topmessage .lower-sec .msgArea .midahi {
  position: relative;
  z-index: 10;
}
.p-topmessage .lower-sec .msgArea .midahi .sub-title {
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  .p-topmessage .lower-sec .msgArea .midahi .sub-title {
    font-size: 3.7vw;
  }
}
.p-topmessage .lower-sec .msgArea .midahi .main-title {
  font-size: 1.8em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-topmessage .lower-sec .msgArea .midahi .main-title {
    font-size: 5vw;
  }
}
.p-topmessage .lower-sec .msgArea .box {
  border: solid 1px #c11826;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
}
.p-topmessage .lower-sec .msgArea .box::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 20px;
  left: -5px;
  position: absolute;
  top: -10px;
  width: 30%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-topmessage .lower-sec .msgArea .box::after {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .p-topmessage .lower-sec .msgArea .box {
    padding: 20px 5%;
  }
}
@media screen and (min-width: 769px) {
  .p-topmessage .lower-sec .msgArea .box .txt p {
    line-height: 2;
  }
}
.p-topmessage .lower-sec .msgArea .box .box_inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-topmessage .lower-sec .msgArea .box .box_inner {
    flex-direction: row;
    margin-bottom: 15px;
  }
}
.p-topmessage .lower-sec .msgArea .box .box_inner .img {
  max-width: 263px;
}
@media screen and (max-width: 768px) {
  .p-topmessage .lower-sec .msgArea .box .box_inner .img {
    width: 30%;
  }
}
.p-topmessage .lower-sec .msgArea .box .box_inner .txt {
  margin-top: 20px;
  width: calc(100% - 300px);
}
@media screen and (max-width: 768px) {
  .p-topmessage .lower-sec .msgArea .box .box_inner .txt {
    font-size: 2.8vw;
    margin-top: 0;
    width: 66%;
  }
}
.p-topmessage .lower-sec .msgArea .box .box_inner .txt .career {
  display: block;
  font-size: 0.9em;
  margin-top: 40px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-topmessage .lower-sec .msgArea .box .box_inner .txt .career {
    display: none;
  }
}
.p-topmessage .lower-sec .msgArea .box .int-ttl {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-topmessage .lower-sec .msgArea .box .int-ttl {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .p-topmessage .lower-sec .msgArea .box .career {
    font-size: 2.8vw;
  }
}
.p-topmessage .lower-sec .int_box {
  margin: 50px auto;
}
.p-topmessage .lower-sec .int_box ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-topmessage .lower-sec .int_box ul {
    display: block;
  }
}
.p-topmessage .lower-sec .int_box ul li {
  max-width: 387px;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .p-topmessage .lower-sec .int_box ul li {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-topmessage .lower-sec .int_box ul li:nth-child(2) {
    flex-direction: row-reverse;
  }
}
.p-topmessage .lower-sec .int_box ul li .imgArea {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-topmessage .lower-sec .int_box ul li .imgArea {
    width: 52%;
  }
}
.p-topmessage .lower-sec .int_box ul li .imgArea a {
  display: block;
  height: 100%;
  width: 100%;
}
.p-topmessage .lower-sec .int_box ul li .imgArea a .arrow_btn {
  bottom: 15px;
  height: 56px;
  position: absolute;
  right: 15px;
  width: 56px;
}
@media screen and (max-width: 768px) {
  .p-topmessage .lower-sec .int_box ul li .imgArea a .arrow_btn {
    bottom: 5px;
    height: 40px;
    right: 5px;
    width: 40px;
  }
}
.p-topmessage .lower-sec .int_box ul li .imgArea a .current {
  position: relative;
}
.p-topmessage .lower-sec .int_box ul li .imgArea a .current::before {
  background-color: rgba(193, 24, 38, 0.3);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-topmessage .lower-sec .int_box ul li .txtArea {
    width: 45%;
  }
}
.p-topmessage .lower-sec .int_box ul li .txtArea .int_ttl {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-topmessage .lower-sec .int_box ul li .txtArea .int_ttl {
    font-size: 3.5vw;
  }
}
.p-topmessage .lower-sec .int_box ul li .txtArea .red_box {
  border: solid 1px #bb1a2a;
  color: #bb1a2a;
  margin-bottom: 10px;
  max-width: 247px;
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-topmessage .lower-sec .int_box ul li .txtArea .red_box {
    margin-right: 3%;
    max-width: 100%;
    padding: 10px;
  }
}
.p-topmessage .lower-sec .int_box ul li .txtArea .belong {
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  .p-topmessage .lower-sec .int_box ul li .txtArea .belong {
    font-size: 2.5vw;
    margin-top: 20px;
    width: 100%;
  }
}
.p-topmessage .lower-sec .cross-box {
  margin: 60px auto;
}
.p-topmessage .lower-sec .cross-box .imgArea {
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}
.p-topmessage .lower-sec .cross-box .imgArea .arrow_btn {
  bottom: 15px;
  height: 56px;
  position: absolute;
  right: 15px;
  width: 56px;
}
@media screen and (max-width: 768px) {
  .p-topmessage .lower-sec .cross-box .imgArea .arrow_btn {
    bottom: 5px;
    height: 40px;
    right: 5px;
    width: 40px;
  }
}
.p-topmessage .lower-sec .cross-box .lower-ttl-box {
  background-color: #c11826;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  left: 100px;
  padding: 20px 30px;
  position: absolute;
  width: 510px;
}
@media screen and (max-width: 768px) {
  .p-topmessage .lower-sec .cross-box .lower-ttl-box {
    bottom: -50px;
    left: 0;
    padding: 15px 5%;
    width: 60%;
  }
}
.p-topmessage .lower-sec .cross-box .lower-ttl-box .sub-catch {
  font-size: 1.5em;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .p-topmessage .lower-sec .cross-box .lower-ttl-box .sub-catch {
    font-size: 3.5vw;
  }
}
.p-topmessage .lower-sec .cross-box .lower-ttl-box .main-catch {
  font-size: 2em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-topmessage .lower-sec .cross-box .lower-ttl-box .main-catch {
    font-size: 4vw;
  }
}
.p-topmessage .lower-sec .cross-box .txtArea {
  margin: 50px auto;
  max-width: 1080px;
}
@media screen and (max-width: 768px) {
  .p-topmessage .lower-sec .cross-box .txtArea {
    font-size: 3vw;
    margin: 70px auto 20px;
  }
}
.p-topmessage .lower-sec .cross-box .txtArea .btnArea {
  margin-left: auto;
  margin-right: 0;
  margin-top: 20px;
  max-width: 365px;
}
.p-topmessage .lower-sec .cross-box .txtArea .btnArea .w_btn {
  border: solid 1px #000;
}
.p-topmessage .lower-sec .cross-box2 .lower-ttl-box {
  left: auto;
  right: 100px;
}
@media screen and (max-width: 768px) {
  .p-topmessage .lower-sec .cross-box2 .lower-ttl-box {
    bottom: -50px;
    left: 0;
    padding: 15px 5%;
    width: 60%;
  }
}
.p-topmessage .message-sec {
  /*background-image: url("../images/topmessage/int_img04.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;*/
  margin-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .p-topmessage .message-sec {
    /*background-image: url("../images/topmessage/int_img04_sp.jpg");
    height: 250px;*/
    margin-bottom: 60px;
  }
}
.p-topmessage .message-sec .inner {
  height: 100%;
  margin: 0 auto;
  max-width: 1080px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-topmessage .message-sec .inner {
    width: 90%;
  }
}
.p-topmessage .message-sec .inner .top-message {
  background-color: rgba(255, 255, 255, 0.8);
  left: 0;
  max-width: 540px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-topmessage .message-sec .inner .top-message {
    bottom: 0;
    top: initial;
    -webkit-transform: initial;
            transform: initial;
    width: 65%;
  }
}
.p-topmessage .message-sec .inner .top-message p {
  font-size: 30px;
  font-weight: bold;
  line-height: 2.1;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .p-topmessage .message-sec .inner .top-message p {
    font-size: 14px;
    line-height: 1.6071428571;
    padding: 10px;
  }
}
.p-topmessage .other-int-sec .inner,
.p-topmessage .int-crosstalk-sec .inner {
  padding-right: 100px;
}
@media screen and (max-width: 768px) {
  .p-topmessage .other-int-sec .inner,
  .p-topmessage .int-crosstalk-sec .inner {
    padding-right: 0;
  }
}
.p-topmessage .other-int-sec .flexbox,
.p-topmessage .int-crosstalk-sec .flexbox {
  align-items: flex-end;
}
.p-topmessage .other-int-sec .flexbox .link,
.p-topmessage .int-crosstalk-sec .flexbox .link {
  max-width: 365px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-topmessage .other-int-sec .flexbox .link,
  .p-topmessage .int-crosstalk-sec .flexbox .link {
    margin-left: auto;
    margin-top: 12px;
    width: 60%;
  }
}
.p-topmessage .other-int-sec .flexbox .link .w_btn,
.p-topmessage .int-crosstalk-sec .flexbox .link .w_btn {
  background: #fff;
  border: 1px solid #000;
  border-radius: 30px;
  box-sizing: border-box;
  color: #000;
  display: block;
  font-size: 0.9em;
  padding: 10px 25px;
  position: relative;
}
.p-topmessage .other-int-sec .flexbox .link .w_btn::before,
.p-topmessage .int-crosstalk-sec .flexbox .link .w_btn::before {
  border: 0;
  border-right: solid 2px #000;
  border-top: solid 2px #000;
  bottom: 0;
  content: "";
  height: 12px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 12px;
}
@media screen and (max-width: 768px) {
  .p-topmessage .other-int-sec .flexbox .link .w_btn,
  .p-topmessage .int-crosstalk-sec .flexbox .link .w_btn {
    font-size: 3vw;
  }
}


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