@charset "UTF-8";
/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css 
*/
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300|Julius+Sans+One|Noto+Serif+JP|Nova+Square");
:root {
  --theme_solid: #DC3D1A;
  --theme_gradation: linear-gradient(90deg, #F4806F 0%, #DC3D1A 100%);
  --theme_gradation_02: linear-gradient(90deg, #FABEB3 0%, #E64C30 49.99%, #B22B00 99.99%);
}

html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

ol {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
  line-height: 1;
}

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td, th {
  padding: 0;
  text-align: left;
}

main {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  font-family: 'Noto Sans JP','Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  color: #000;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 1080px) {
  body {
    min-width: 1080px;
  }
}

.only_pc {
  display: none !important;
}

@media screen and (min-width: 883px) {
  .only_pc {
    display: block !important;
  }
}

.only_pc_header {
  display: none !important;
}

@media screen and (min-width: 1080px) {
  .only_pc_header {
    display: block !important;
  }
}

.only_pc_footer {
  display: none !important;
}

@media screen and (min-width: 1080px) {
  .only_pc_footer {
    display: block !important;
  }
}

@media screen and (min-width: 883px) {
  .only_sp {
    display: none !important;
  }
}

@media screen and (min-width: 1080px) {
  .only_sp_header {
    display: none !important;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}

button {
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}

a.u-linkopa:hover, .u-linkopa a:hover, button.u-linkopa:hover {
  opacity: .5;
}

a.u-linkdefault {
  color: var(--theme_solid);
}

a.u-linkborder {
  text-decoration: underline;
}

a.u-linkborder:hover {
  text-decoration: none;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

button {
  vertical-align: middle;
  padding: 0;
  outline: none;
  border: 0;
  background: none;
}

input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  max-width: 100%;
  color: #000;
  font-family: inherit;
  font-size: 1.6rem;
  border-radius: 2px;
  outline: none;
}
textarea {
  line-height: 1.4;
}

input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], textarea {
  border: 1px solid #e5e5e5;
  background: #F7F7F7;
  padding: .8rem;
  width: 100%;
}
@media screen and (min-width: 883px) {
  input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"] {
    max-width: 424px;
  }
  textarea {
    max-width: unset;
  }
}

input[type="text"].error, input[type="number"].error, input[type="tel"].error, input[type="email"].error, input[type="password"].error, textarea.error {
  background: #FFF5F4;
}

select {
  padding: .7em 35px .7em .5em;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background-color: #F7F7F7;
  background-image: url("/application/themes/holdings/images/icon/angle_down_gray.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) center;
  background-size: 14px 8px;
}
@media screen and (min-width: 883px) {
  select {
    width: 224px;
  }
}

input[type="checkbox"] {
  display: inline-block;
  margin-right: .8rem;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  background: #fff;
  width: 24px;
  height: 24px;
  position: relative;
  vertical-align: text-bottom;
}

input[type="checkbox"]:checked {
  background: #F4806F;
}

input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url("/application/themes/holdings/images/icon/check.svg") no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 6px;
  margin: auto;
}

input[type="radio"] {
  display: inline-block;
  margin-right: .8rem;
  border: 1px solid #e5e5e5;
  background: #F7F7F7;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  position: relative;
  vertical-align: top;
}

input[type="radio"]:checked:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #21A6CD;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

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

input::-ms-clear {
  visibility: hidden;
}

:placeholder-shown {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
}

label.block_label {
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  padding: 1rem;
}

.page_header_contents {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 3px solid;
  border-image: linear-gradient(90deg, #fabeb3 0%, #e64c30 49.99%, #b22b00 99.99%) 1;
  background: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
  transition: all .4s ease-out;
}
.page_header_contents.ir_header {
  z-index: 98;
  justify-content: center;
  border: none;
}
.page_header_contents.interview_header {
  z-index: -99;
  justify-content: center;
  border-top: none;
  border-bottom: 1px solid #ddd;
  border-image: none;
  height: 48px;
  background-color: #F2F2F2 !important;
  box-shadow: none !important;
  margin-top: 50px;
  opacity: 0;
}
.page_header_contents.interview_header.is_show {
  z-index: 99;
  opacity: 1;
}

/* 新卒採用ページ専用ヘッダー */
.page_header_contents.newgrad_header {
  z-index: 99;
  justify-content: center;
  border-top: none;
  border-bottom: 1px solid #ddd;
  border-image: none;
  height: 48px;
  background-color: #F2F2F2 !important;
  box-shadow: none !important;
  margin-top: 50px;
  opacity: 1;
}

.newgrad_header .page_header_contents__mainmenu-pc {
  display: block;
}

.newgrad_header .page_header_contents__mainmenu-pc > ul > li a.btn {
  font-weight: bold;
  margin: 0 2em;
}

.newgrad_header .page_header_contents__mainmenu-pc > ul > li a.nopm {
  padding: 0;
  margin: 0;
}

/* 新卒採用ページ - SP版（デフォルト） */
.newgrad_header .page_header_contents__mainmenu-pc {
  margin-right: 0;
}

.newgrad_header .page_header_contents__mainmenu-pc > ul > li a.btn {
  font-weight: bold;
  font-size: 1.0rem;
  margin: 0;
}

@media screen and (min-width: 1080px) {
  .page_header_contents {
    z-index: 98;
    height: 62px;
  }
  .page_header_contents:hover {
    z-index: 100;
  }
  .page_header_contents.ir_header {
    z-index: 99;
    border-bottom: 1px solid #ddd;
    height: 62px !important;
    background-color: #F2F2F2 !important;
    box-shadow: none;
    margin-top: 62px;
  }
  .page_header_contents.interview_header {
    height: 62px;
    margin-top: 62px;
  }
  .page_header_contents.newgrad_header {
    height: 62px;
    margin-top: 62px;
  }
  
  .newgrad_header .page_header_contents__mainmenu-pc > ul > li a.btn {
    padding: 0;
    font-size: 1.4rem;
    margin: 0 2em;
  }
  
  .interview_header .page_header_contents__mainmenu-pc > ul > li a.btn {
    font-size: 1.4rem !important;
  }
}

.is-mainmenu_pattern2 .page_header_contents.ir_header {
  background: none;
}
.is-mainmenu_pattern2 .page_header_contents {
  background: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 1080px) {
  .is-mainmenu_pattern2 .page_header_contents.no_shadow {
    box-shadow: none;
  }
  .is-mainmenu_pattern2 .page_header_contents.ir_header {
    box-shadow: none;
  }
}

.page_header_contents__title {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 1.2rem;
  flex: 1;
}
.page_header_contents__title a {
  display: flex;
  align-items: center;
  height: 100%;
}

@media screen and (min-width: 1080px) {
  .page_header_contents__title {
    margin-left: 2%;
  }
}

.page_header_contents__title img {
  width: 116px;
  height: 30px;
}

@media screen and (min-width: 1080px) {
  .page_header_contents__title img {
    width: 170px;
    height: 30px;
  }
}

.page_header_contents__mainmenu-pc {
  display: none;
  margin-right: 1%;
  height: 100%;
}

@media screen and (min-width: 1080px) {
  .page_header_contents__mainmenu-pc {
    display: block;
  }
}

.interview_header .page_header_contents__mainmenu-pc {
  display: block;
}

.page_header_contents__mainmenu-pc > ul {
  display: flex;
  justify-content: flex-end;
  white-space: nowrap;
  height: 100%;
}

.page_header_contents__mainmenu-pc > ul > li {
  display: flex;
}

.page_header_contents__mainmenu-pc > ul > li a.btn, .page_header_contents__mainmenu-pc > ul > li div.btn {
  display: flex;
  align-items: center;
  position: relative;
  padding: 1.2rem;
}
.page_header_contents__mainmenu-pc > ul > li a.btn:hover, .page_header_contents__mainmenu-pc > ul > li div.btn:hover {
  color: var(--theme_solid);
}
.ir_header .page_header_contents__mainmenu-pc > ul > li a.btn, .ir_header .page_header_contents__mainmenu-pc > ul > li div.btn {
  font-weight: bold;
  margin: 0 2em;
}
.ir_header .page_header_contents__mainmenu-pc > ul > li a.nopm {
  padding: 0;
  margin: 0;
}

.ir_header .page_header_contents__mainmenu-pc > ul > li > ul a.btn::after, .ir_header .page_header_contents__mainmenu-pc > ul > li div.btn::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  margin: auto;
  background: var(--theme_solid);
}

.interview_header .page_header_contents__mainmenu-pc > ul > li a.btn {
  font-weight: bold;
  font-size: 1.0rem;
  margin: 0 2em;
}
.interview_header .page_header_contents__mainmenu-pc > ul > li a.nopm {
  padding: 0;
  margin: 0;
}

.page_header_contents__mainmenu-pc > ul > li a.btn:hover::after, .page_header_contents__mainmenu-pc > ul > li div.btn:hover::after {
  height: 4px;
  opacity: .8;
}

.page_header_contents__mainmenu-pc > ul > li div.btn {
  cursor: default;
}

.page_header_contents__mainmenu-pc .submenu {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 62px;
  width: 100%;
  height: 62px;
  padding: 1.6rem;
  transition: all .4s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ir_header .page_header_contents__mainmenu-pc .submenu {
  transition: opacity .4s ease;
}

.ir_header .page_header_contents__mainmenu-pc .submenu {
  top: 122px;
  height: 66px;
}

.page_header_contents__mainmenu-pc .submenu::after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #fb604a 0%, #d53419 100%);
  position: absolute;
  left: 100%;
  top: 0;
  z-index: -1;
  transition: all .2s ease-out;
}

.ir_header .page_header_contents__mainmenu-pc .submenu::after {
  background: linear-gradient(to right, #999999 0%, #666666 100%);
  left: 0;
}

.page_header_contents__mainmenu-pc .submenu li {
  padding: 0 1em;
}

.page_header_contents__mainmenu-pc .submenu li a {
  padding: .5em;
  position: relative;
  color: #fff;
  font-size: 1.4rem;
}
.ir_header .page_header_contents__mainmenu-pc .submenu li a {
  font-weight: normal;
}

.page_header_contents__mainmenu-pc .submenu li a::after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: all 0.3s ease-out;
}

.page_header_contents__mainmenu-pc .submenu li a:hover::after {
  height: 1px;
  opacity: 1;
}

.page_header_contents__mainmenu-pc .submenu li:not(:last-child)::after {
  content: "/";
  margin-left: 1.5em;
  color: #fff;
  opacity: .3;
}

.page_header_contents__mainmenu-pc div.btn:hover .submenu {
  visibility: visible;
  opacity: 1;
}

.page_header_contents__mainmenu-pc div.btn:hover .submenu::after {
  left: 0;
}

.is-mainmenu_pattern2 .page_header_contents__mainmenu-pc div.btn:hover .submenu::after {
  opacity: 1;
}

.page_header_contents__mainmenu_btn {
  cursor: pointer;
  width: 50px;
  height: 100%;
  position: relative;
  padding-top: 22px;
  padding-left: 15px;
}

.page_header_contents__mainmenu_ir_btn {
  font-family: 'Julius Sans One', sans-serif;
  font-weight: bold;
  cursor: pointer;
  width: 72px;
  height: 100%;
  position: relative;
  padding-top: 14px;
  font-size: 1.3rem;
  text-align: center;
  background: #F5F5F5;
}

.page_header_contents__mainmenu_ir_btn:after {
  content: "";
  width: 15px;
  height: 8px;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
  background-image: url("/application/themes/holdings/images/icon/angle_down_gray.svg");
  background-repeat: no-repeat;
}

.is-open_menu .page_header_contents__mainmenu_btn, .is-mainmenu_pattern2 .page_header_contents__mainmenu_btn {
  background: #fff;
}

.page_header_contents__mainmenu_btn span {
  display: block;
  width: 20px;
  height: 1px;
  background: #333;
  position: relative;
}

@keyframes sp_buttonbar-top {
  0% {
    transform: translateY(0px) rotate(-45deg);
  }
  30% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}

@keyframes sp_buttonbar-bottom {
  0% {
    transform: translateY(-1px) rotate(45deg);
  }
  30% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(4px) rotate(0deg);
  }
}

@keyframes sp_buttonbar-top-close {
  0% {
    transform: translateY(-4px) rotate(0deg);
  }
  30% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(-45deg);
  }
}

@keyframes sp_buttonbar-bottom-close {
  0% {
    transform: translateY(4px) rotate(0deg);
  }
  30% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(-1px) rotate(45deg);
  }
}

.page_header_contents__mainmenu_btn span:nth-child(1) {
  animation: sp_buttonbar-top .2s;
  animation-fill-mode: forwards;
}

.page_header_contents__mainmenu_btn span:nth-child(2) {
  animation: sp_buttonbar-bottom .2s;
  animation-fill-mode: forwards;
}

.is-open_menu .page_header_contents__mainmenu_btn span:nth-child(1) {
  animation: sp_buttonbar-top-close .2s;
  animation-fill-mode: forwards;
}

.is-open_menu .page_header_contents__mainmenu_btn span:nth-child(2) {
  animation: sp_buttonbar-bottom-close .2s;
  animation-fill-mode: forwards;
}

.is-open_menu_ir .page_header_contents__mainmenu_ir_btn:after {
  transform: rotate(180deg);
}

.page_header_contents__mainmenu, .page_header_contents__mainmenu-ir {
  position: fixed;
  z-index: 98;
  right: 0;
  top: 50px;
  width: 100%;
  height: 0;
  background: #fff;
  visibility: hidden;
  transition: all .4s ease-out;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.page_header_contents__mainmenu.only_sp a, .page_header_contents__mainmenu-ir a {
  line-height: 1.4;
}

.page_header_contents__mainmenu .inner, .page_header_contents__mainmenu-ir .inner {
  padding-bottom: 6.4rem;
  opacity: 0;
  transition: opacity .4s ease-out .4s;
}

.page_header_contents__mainmenu dt, .page_header_contents__mainmenu-ir dt {
  line-height: 1.4;
  background: #f2f2f2;
  font-weight: bold;
  padding: 1.6rem;
}

.page_header_contents__mainmenu dd, .page_header_contents__mainmenu-ir dd {
  padding: 0 1.6rem;
}

.page_header_contents__mainmenu dd a, .page_header_contents__mainmenu li a,
.page_header_contents__mainmenu-ir dd a, .page_header_contents__mainmenu-ir li a {
  display: block;
  padding: 1.6rem 1.2rem;
  position: relative;
  line-height: 1.4;
  border-bottom: 1px solid #e5e5e5;
}

.page_header_contents__mainmenu dd:last-child a, .page_header_contents__mainmenu-ir dd:last-child a {
  border-bottom: none;
}

.page_header_contents__mainmenu li a, .page_header_contents__mainmenu-ir li a {
  font-weight: bold;
  border-bottom: 2px solid #e5e5e5;
}

.page_header_contents__mainmenu li:first-child a, .page_header_contents__mainmenu-ir li:first-child a {
  border-top: 2px solid #e5e5e5;
}

.page_header_contents__mainmenu-ir li a.border_none  {
  border: none;
}

.page_header_contents__mainmenu dd a::after, .page_header_contents__mainmenu li a::after,
.page_header_contents__mainmenu-ir dd a::after, .page_header_contents__mainmenu-ir li a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("/application/themes/holdings/images/icon/arrow_right_gray.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.6rem;
  margin: auto;
}

.page_header_contents__mainmenu dd a[target="_blank"]::after, .page_header_contents__mainmenu-ir a[target="_blank"]::after {
  width: 16px;
  height: 16px;
  background: url("/application/themes/holdings/images/icon/blank_header.svg") no-repeat;
}

.page_header_contents__mainmenu dd a::after, .page_header_contents__mainmenu-ir dd a::after {
  right: 0;
}

.page_header_contents__mainmenu.only_sp_header .header_recruit_list_new_grad,
.page_header_contents__mainmenu.only_sp_header .header_recruit_list_career {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.page_header_contents__mainmenu.only_sp_header .header_recruit_list_new_grad {
  border-bottom: 1px solid #e5e5e5;
}
.page_header_contents__mainmenu.only_sp_header .header_recruit_list_new_grad h3,
.page_header_contents__mainmenu.only_sp_header .header_recruit_list_career h3 {
  font-weight: bold;
  line-height: 1.4;
  padding-left: 1.6rem;
  margin-bottom: .8rem;
}
.page_header_contents__mainmenu.only_sp_header .header_recruit_list_new_grad a,
.page_header_contents__mainmenu.only_sp_header .header_recruit_list_career a {
  padding: .8rem 2.4rem;
  border: none;
}

.is-open_menu .page_header_contents__mainmenu, .is-open_menu_ir .page_header_contents__mainmenu-ir {
  visibility: visible;
  height: 100%;
}

.is-open_menu .page_header_contents__mainmenu .inner {
  opacity: 1;
}
.is-open_menu_ir .page_header_contents__mainmenu-ir .inner {
  opacity: 1;
}
.is-open_menu_ir .page_header_contents__mainmenu {
  transition: none;
}


.no_page_hero {
  height: 1px;
  margin-bottom: 50px;
}

@media screen and (min-width: 1080px) {
  .no_page_hero {
    margin-bottom: 62px;
  }
}

.no_page_hero-ir {
  height: 1px;
  margin-bottom: 50px;
}

@media screen and (min-width: 1080px) {
  .no_page_hero-ir {
    margin-bottom: 126px;
  }
}

.page_hero {
  position: relative;
  padding: 11.4rem 0 4.8rem;
  overflow-x: clip;
}

@media screen and (min-width: 883px) {
  .page_hero {
    padding-top: 20rem;
    padding-bottom: 12rem;
  }
}

.page_hero .page_title {
  max-width: calc(1080px + (3.2rem*2));
  margin: 0 auto 2.4rem;
  padding: 0 1.6rem;
  transition: all .5s ease-out;
}

@media screen and (min-width: 883px) {
  .page_hero .page_title {
    padding: 0 3.2rem;
  }
}

.page_hero .page_title.is-pattern2 {
  display: grid;
  opacity: 1;
  gap: .8rem;
}

.page_hero__title_ja {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (min-width: 883px) {
  .page_hero__title_ja {
    font-size: 3.6rem;
  }
}

.page_hero__title_en {
  display: block;
  color: var(--theme_solid);
  font-family: 'Josefin Sans';
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (min-width: 883px) {
  .page_hero__title_en {
    font-size: 1.8rem;
  }
}

.page_hero__title_back {
  position: absolute;
  font-family: "Josefin Sans";
  font-size: 8rem;
  font-style: normal;
  font-weight: 100;
  line-height: 100%;
  letter-spacing: -.2rem;
  top: 107px;
  left: 62%;
  opacity: 0.1;
  white-space: nowrap;
  background: linear-gradient(90deg, #fabeb3 0%, #e64c30 49.99%, #b22b00 99.99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 883px) {
  .page_hero__title_back {
    font-size: 20rem;
    top: 150px;
  }
}

.page_hero.outline {
  background-image: url("/application/themes/holdings/images/hero/outline.jpg");
}

.page_hero.message {
  background-image: url("/application/themes/holdings/images/hero/message.jpg");
}

.page_hero.philosophy {
  background-image: url("/application/themes/holdings/images/hero/philosophy.jpg");
}

.page_hero.access {
  background-image: url("/application/themes/holdings/images/hero/access.jpg");
}

.page_hero.history {
  background-image: url("/application/themes/holdings/images/hero/history.jpg");
}

.page_hero.lab {
  background-image: url("/application/themes/holdings/images/hero/lab.jpg");
}

.page_hero.project_ms {
  background-image: url("/application/themes/holdings/images/hero/project_ms.jpg");
}

.page_hero.project_dm {
  background-image: url("/application/themes/holdings/images/hero/project_dm.jpg");
}

.page_hero.project_web {
  background-image: url("/application/themes/holdings/images/hero/project_web.jpg");
}

.page_hero.project_sms {
  background-image: url("/application/themes/holdings/images/hero/project_sms.jpg");
}

.page_hero.project_as {
  background-image: url("/application/themes/holdings/images/hero/project_as.jpg");
}

.page_hero.newgrad {
  background-image: url("/application/themes/holdings/images/hero/newgrad.jpg");
}

.page_hero.recruit {
  background-image: url("/application/themes/holdings/images/hero/recruit.jpg");
}

.page_hero.contact {
  background-image: url("/application/themes/holdings/images/hero/contact.jpg");
}

.page_hero.ir {
  background-image: url("/application/themes/holdings/images/hero/ir.jpg");
}

.page_hero.news {
  background-image: url("/application/themes/holdings/images/hero/news.jpg");
}

.page_hero.techblog {
  background-image: url("/application/themes/holdings/images/hero/techblog.jpg");
}

.page_hero.others {
  background-image: url("/application/themes/holdings/images/hero/others.jpg");
}

.l-page_contents {
  margin: 0 auto;
  padding-bottom: 8rem;
}
@media screen and (min-width: 883px) {
  .l-page_contents {
    padding-bottom: 16rem;
  }
}

.l-page_footer .btn_to_top {
  position: fixed;
  right: 1.6rem;
  bottom: -80px;
  transition: bottom .4s;
  z-index: 9;
}

.l-page_footer .btn_to_top.is-show {
  bottom: 70px;
}

.l-page_footer .btn_to_top .c-btn_grad {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  text-align: center;
  border-radius: 50%;
}

@media screen and (min-width: 883px) {
  .l-page_footer .btn_to_top .c-btn_grad {
    width: 64px;
    height: 64px;
  }
}

.l-page_footer .btn_to_top .c-btn_grad img {
  width: 18px;
}

@media screen and (min-width: 883px) {
  .l-page_footer .btn_to_top .c-btn_grad img {
    width: 32px;
  }
}

.l-page_footer .btn_to_top .c-btn_grad::before {
  border-radius: 50%;
}

.l-page_footer .contents_upper_wrapper {
  background: #333;
  padding: 4.8rem 3.2rem;
}

.l-page_footer .contents_upper {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  font-size: 1.4rem;
}

.l-page_footer .contents_upper .contents_upper__logo {
  margin-bottom: 4.8rem;
}

.l-page_footer .contents_upper__navi_container {
  display: flex;
  flex-wrap: nowrap;
  gap: 2.4rem
}

.l-page_footer .contents_upper__navi_container dl:nth-of-type(-n+3) {
  flex: 1 0 0;
}

.l-page_footer .contents_upper__navi_container li, .l-page_footer .contents_upper__navi_container dd {
  margin-bottom: 1.6rem;
}

.l-page_footer .contents_upper__navi_title {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
}

.l-page_footer .contents_upper__navi_title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: var(--theme_solid);
}

.l-page_footer .footer_copyright {
  padding: 1.2rem 0;
  text-align: center;
  color: #666;
  font-size: 1.4rem;
  background: #f2f2f2;
}

.l-page_footer .navi_lower {
  background: #1a1a1a;
  color: #999;
  font-size: 1.4rem;
}

.l-page_footer .navi_lower__list li a {
  display: block;
  padding: 1.6rem 0.8rem;
  text-align: center;
}

.l-page_footer .navi_lower__list li:not(:last-child) {
  border-bottom: 1px solid #333;
}

@media screen and (min-width: 1080px) {
  .l-page_footer .navi_lower {
    color: #fff;
    padding: 1.6rem 0;
  }
  .l-page_footer .navi_lower__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .l-page_footer .navi_lower__list li a {
    display: inline;
    padding: 0 1.6rem;
  }
  .l-page_footer .navi_lower__list li:not(:last-child) {
    border-bottom: none;
  }
  .l-page_footer .navi_lower__list li:not(:last-child)::after {
    content: "/";
    opacity: .3;
  }
}

.l-page_footer a {
  position: relative;
}

.l-page_footer a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("/application/themes/holdings/images/icon/blank.svg") no-repeat;
  background-size: contain;
  margin-left: .6rem;
}

.l-page_footer .footer_recruit dd {
  margin-bottom: 2.2rem;
}

.l-page_footer .footer_recruit_list {
  display: grid;
  gap: 1.2rem;
}
.l-page_footer .footer_recruit_list h3 {
  font-weight: bold;
}

.l-page_footer_description {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.6rem;
  gap: 1.5rem;
}
.l-page_footer_description span {
  font-size: 1.2rem;
  line-height: 1.6;
}

.c-page_title {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.c-page_title_pattern2 {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 1.6rem;
  margin-top: 4.8rem;
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 883px) {
  .c-page_title_pattern2 {
    font-size: 3.2rem;
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
.c-page_title_pattern2:after {
  content: "";
  width: 60px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--theme_solid);
}

.c-section {
  display: grid;
  gap: 3.2rem
}
.c-section p {
  line-height: 1.8;
}

.c-title_primary {
  position: relative;
  font-size: 2rem;
  padding-bottom: .8rem;
  line-height: 1.4;
}
.c-title_primary::before {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: var(--theme_solid);
}
.c-title_primary::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  left: 22px;
  width: calc(100% - 22px);
  height: 1px;
  background: #e5e5e5;
}

@media screen and (min-width: 883px) {
  .c-title_primary {
    font-weight: normal;
    font-size: 2.4rem;
    padding-bottom: 1.6rem;
  }
  .c-title_primary::before {
    bottom: 0;
    width: 38px;
  }
  .c-title_primary::after {
    bottom: 0;
    left: 42px;
    width: calc(100% - 42px);
  }
}

.c-title_second {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}

.c-title_third {
  font-weight: bold;
  font-size: inherit;
  line-height: 1.4;
}

.c-title_enja {
  text-align: center;
  margin-bottom: 3.2rem;
}

.c-title_enja .c-title_enja__en span,
  .c-title_enja .c-title_enja__ja span {
  display: inline-block;
}

@media screen and (min-width: 883px) {
  .c-title_enja {
    margin-bottom: 4.8rem;
  }
}

.c-title_enja__en {
  display: block;
  font-family: 'Julius Sans One', sans-serif;
  font-size: 3rem;
  margin-bottom: .8rem;
}

@media screen and (min-width: 883px) {
  .c-title_enja__en {
    font-size: 4.2rem;
    margin-bottom: .8rem;
  }
}

.c-title_enja__ja {
  display: block;
  font-size: 1.4rem;
  color: var(--theme_solid);
}

@media screen and (min-width: 883px) {
  .c-title_enja__ja {
    font-size: 1.6rem;
  }
}

.c-title_mincho_primary {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.4rem;
  color: var(--theme_solid);
  margin-bottom: 1.6rem;
  line-height: 1.4;
}
.c-title_mincho_primary span {
  display: inline-block;
}

@media screen and (min-width: 883px) {
  .c-title_mincho_primary {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
  }
}

.c-breadcrumb {
  font-size: 1.4rem;
  color: #999;
}

.c-breadcrumb ol {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  padding: 1.6rem 0;
}

.c-breadcrumb ol li {
  white-space: nowrap;
  max-width: 40em;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
}

.c-breadcrumb ol li:last-child {
  display: none;
}

@media screen and (min-width: 1080px) {
  .c-breadcrumb ol li:last-child {
    display: block;
  }
}

.c-breadcrumb ol li:not(:last-child) {
  padding-right: 2.6rem;
  margin-right: 1.6rem;
  background: url("/application/themes/holdings/images/icon/breadcrumb.svg") no-repeat right center;
  background-size: 12px 12px;
}

.c-breadcrumb ol li a {
  color: var(--theme_solid);
}

.c-list_disc {
  padding-left: 2.4rem;
}
.c-list_disc li {
  list-style: disc;
}

.c-btn_grad {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 360px;
  background: linear-gradient(to right, #f4806f 0%, #dc3d1a 100%);
  color: #FFF;
  text-align: center;
  line-height: 1.4;
}

.c-btn_grad .content {
  position: relative;
  z-index: 2;
}

.c-btn_grad::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #fc8573 0%, #f4523c 100%);
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.c-btn_grad:hover::before {
  opacity: 1;
}

.c-btn_grad.l {
  padding: 1.2rem 3.2rem;
}

@media screen and (min-width: 883px) {
  .c-btn_grad.l {
    width: 360px;
    padding: 1.6rem 4.8rem;
  }
}

.c-btn_grad.business_btn {
  padding: 1.2rem 3.2rem;
  max-width: 360px;
  width: 100%;
  line-height: 1.4;
}

@media screen and (min-width: 883px) {
  .c-btn_grad.business_btn {
    padding: 1.6rem 4.8rem;
  }
}

.c-btn_grad.arrow-right::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  background: url("/application/themes/holdings/images/icon/arrow_right.svg") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 883px) {
  .c-btn_grad.arrow-right::after {
    width: 24px;
    height: 24px;
  }
}

.c-btn_grad.blank::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  background: url("/application/themes/holdings/images/icon/blank.svg") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 883px) {
  .c-btn_grad.blank::after {
    right: 20px;
  }
}

.c-btn_default {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  background: #fff;
  outline: 1px solid #666;
  outline-offset: -1px;
  box-sizing: border-box;
  color: #333;
  text-align: center;
  line-height: 1.4;
  max-width: 360px;
  width: 200px;
  padding: .8rem 3.2rem .8rem 2.4rem;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 883px) {
  .c-btn_default {
    min-width: 160px;
    max-width: 160px;
  }
}

.c-btn_default:hover {
  background: #666;
  color: #fff;
}

.c-btn_default.l {
  font-size: 1.6rem;
  padding: 1.2rem 4rem;
  width: 90%;
  min-width: initial;
  max-width: initial;
}

@media screen and (min-width: 883px) {
  .c-btn_default.l {
    max-width: 360px;
    width: 400px;
    padding: 1.6rem 4.8rem;
  }
}

.c-btn_default.arrow-right::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  background: url("/application/themes/holdings/images/icon/arrow_right_black.svg") no-repeat;
  background-size: contain;
}

.c-btn_default.l.arrow-right::after {
  width: 16px;
  height: 16px;
  right: 16px;
}

@media screen and (min-width: 883px) {
  .c-btn_default.l.arrow-right::after {
    width: 24px;
    height: 24px;
  }
}

.c-btn_default:hover.arrow-right::after {
  background: url("/application/themes/holdings/images/icon/arrow_right.svg") no-repeat;
  background-size: contain;
}

.c-btn_default.arrow-left::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
  background: url("/application/themes/holdings/images/icon/arrow_left_black.svg") no-repeat;
  background-size: contain;
}

.c-btn_default.l.arrow-left::after {
  width: 16px;
  height: 16px;
  left: 16px;
}

@media screen and (min-width: 883px) {
  .c-btn_default.l.arrow-left::after {
    width: 24px;
    height: 24px;
  }
}

.c-btn_default:hover.arrow-left::after {
  background: url("/application/themes/holdings/images/icon/arrow_left.svg") no-repeat;
  background-size: contain;
}

.c-btn_default.arrow-down::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  background: url("/application/themes/holdings/images/icon/arrow_down_black.svg") no-repeat;
  background-size: contain;
}

.c-btn_default.l.arrow-down::after {
  width: 16px;
  height: 16px;
  right: 16px;
}

@media screen and (min-width: 883px) {
  .c-btn_default.l.arrow-down::after {
    width: 24px;
    height: 24px;
  }
}

.c-btn_default:hover.arrow-down::after {
  background: url("/application/themes/holdings/images/icon/arrow_down.svg") no-repeat;
  background-size: contain;
}

.c-btn_default.blank::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  background: url("/application/themes/holdings/images/icon/blank_gray.svg") no-repeat;
  background-size: contain;
}

.c-btn_default.l.blank::after {
  width: 16px;
  height: 16px;
  right: 16px;
}

@media screen and (min-width: 883px) {
  .c-btn_default.l.blank::after {
    width: 24px;
    height: 24px;
  }
}

.c-btn_default:hover.blank::after {
  background: url("/application/themes/holdings/images/icon/blank.svg") no-repeat;
  background-size: contain;
}

a.c-link_text {
  position: relative;
  cursor: pointer;
  transition: opacity .3s ease-out;
  opacity: 1;
}
a.c-link_text:hover {
  opacity: .5;
  border-bottom: none;
}
a.c-link_text.line span {
  text-decoration: underline;
}
a.c-link_text.line:hover span {
  text-decoration: none;
}

.c-link_blank {
  padding-right: 1rem;
}
.c-link_blank.u-linkdefault {
  padding-right: 0;
}
.c-link_blank::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("/application/themes/holdings/images/icon/blank_gray.svg") no-repeat;
  background-size: contain;
  margin-left: 1rem;
}
.c-link_blank.u-linkdefault::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("/application/themes/holdings/images/icon/blank_red.svg") no-repeat;
  background-size: contain;
  margin: 0 .4rem;
}

.p-sectionbox {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
  position: relative;
}

@media screen and (min-width: 883px) {
  .p-sectionbox {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.p-sectionbox_only_sp {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
  position: relative;
}

@media screen and (min-width: 883px) {
  .p-sectionbox_only_sp {
    padding: none;
    position: static;
  }
}

@media screen and (min-width: 883px) {
  .p-sectionbox_only_pc {
    padding-top: 8rem;
    padding-bottom: 8rem;
    position: relative;
  }
}

.p-sectionbox-s {
  width: 100vw;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 1080px) {
  .p-sectionbox-s {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
}

.p-whitebox {
  width: 100%;
  padding: 2.4rem 1.6rem;
  background: #fff;
}

@media screen and (min-width: 883px) {
  .p-whitebox {
    padding: 6.4rem;
  }
}

.p-shadowbox {
  max-width: 1080px;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.10);
}
@media screen and (min-width: 883px) {
  .p-shadowbox {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-borderbox {
  border: 8px solid #f3f3f3;
}
.p-borderbox.dark {
  border-color: #e5e5e5;
}

.p-related_link_list li {
  text-align: center;
  font-size: 1.4rem;
}

.p-related_link_list li:not(:last-child) {
  margin-bottom: 1.6rem;
}

@media screen and (min-width: 1080px) {
  .p-related_link_list {
    display: flex;
    flex-wrap: wrap;
  }
  .p-related_link_list li {
    width: 340px;
    display: flex;
    margin-bottom: 3.2rem !important;
  }
  .p-related_link_list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    height: 100%;
  }
  .p-related_link_list li:not(:nth-child(3n)) {
    margin-right: 30px;
  }
}

.p-related_link_list_upto2 li {
  text-align: center;
  font-size: 1.4rem;
}

.p-related_link_list_upto2 li:not(:last-child) {
  margin-bottom: 0.8rem;
}

@media screen and (min-width: 1080px) {
  .p-related_link_list_upto2 {
    display: flex;
    justify-content: center;
  }
  .p-related_link_list_upto2 li {
    width: 340px;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
    margin-bottom: 0 !important;
  }
  .p-related_link_list_upto2 li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    height: 100%;
  }
}

.u-cw {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

@media screen and (min-width: 883px) {
  .u-cw {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    max-width: min(100%, calc(1080px + (3.2rem*2)));
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 883px) {
  .u-cw_only_pc {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    max-width: min(100%, calc(1080px + (3.2rem*2)));
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.u-cw_only_sp {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

@media screen and (min-width: 883px) {
  .u-cw_only_sp {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1080px) {
  .u-cw_footer {
    padding-left: 0;
    padding-right: 0;
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}

.u-w100per {
  width: 100%;
}

.u-relative {
  position: relative;
}

.u-hidden {
  overflow: hidden;
}

.u-ib {
  display: inline-block;
}

.u-flex {
  display: flex;
}

.u-justify_center {
  justify-content: center;
}

.u-align-items_center {
  align-items: center;
}

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

.u-center_only_sp {
  text-align: center;
}

@media screen and (min-width: 883px) {
  .u-center_only_sp {
    text-align: left;
  }

  .u-center_only_pc {
    text-align: center;
  }
}

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

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

.u-bg1 {
  background: #f3f3f3;
}

.u-bg2 {
  background: #fff;
}

.u-bb1 {
  border-bottom: 1px solid #e5e5e5;
}

.u-text_bold {
  font-weight: bold;
}

.u-text_normal {
  font-weight: normal;
}

.u-text_s {
  font-size: 1.4rem;
}

.u-text_l {
  font-size: 1.8rem;
}

.u-text_en {
  font-family: 'Julius Sans One', sans-serif;
}

.u-text_mincho {
  font-family: 'Noto Serif JP', serif;
}

.u-lh_ss {
  line-height: 1.4;
}

.u-lh_s, ul.u-lh_s > li, ol.u-lh_s > li {
  line-height: 1.6;
}

.u-lh, ul.u-lh > li, ol.u-lh > li {
  line-height: 2;
}

.u-list_decimal {
  list-style-type: decimal;
  list-style-position: inside;
}

.u-list_decimal li {
  padding-left: 1em;
  text-indent: -1em;
}

.u-mt_none {
  margin-top: 0;
}

.u-mb_none {
  margin-bottom: 0;
}

.u-mb_ss {
  margin-bottom: .8rem;
}

.u-mb_s {
  margin-bottom: 1.6rem;
}

.u-mb {
  margin-bottom: 3.2rem;
}

.u-mb_l {
  margin-bottom: 6.4rem;
}

.u-mb_ll {
  margin-bottom: 8rem;
}

.u-mb_lll {
  margin-bottom: 9.6rem;
}

.u-mr_s {
  margin-right: 1.6rem;
}

.u-mr {
  margin-right: 3.2rem;
}


.u-p_s {
  padding: 1.6rem;
}

.u-p {
  padding: 3.2rem;
}

.u-pt_none {
  padding-top: 0;
}

.u-ani_fadein {
  position: relative;
  opacity: 0;
  transition: opacity 1s;
}

.u-ani_fadein.is_show {
  opacity: 1;
}

.u-ani_up {
  position: relative;
  top: 15px;
  transition: top .5s ease-in;
}

.u-ani_up.is_show {
  top: 0;
}

.u-ani_up_fadein, .u-ani_horizontal, .u-ani_horizontal_large {
  position: relative;
  top: 15px;
  opacity: 0;
  transition: top .5s ease-in,opacity .5s ease-in;
}

.u-ani_up_fadein.is_show, .u-ani_horizontal.is_show, .u-ani_horizontal_large.is_show {
  top: 0;
  opacity: 1;
}

.u-ani_border_plus {
  width: 1px;
  height: 0;
  background: #ccc;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 25px);
  margin: auto;
  transition: all .5s;
}

@media screen and (min-width: 1080px) {
  .u-ani_border_plus {
    top: calc(100% - 50px);
  }
}

.u-ani_border_plus.is_show {
  height: 50px;
}

@media screen and (min-width: 1080px) {
  .u-ani_border_plus.is_show {
    height: 100px;
  }
}

.u-ani_bg_to_left {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: -999;
  opacity: 0;
  transition: left .3s,opacity .3s;
}

.u-ani_bg_to_left.is_show {
  left: 0;
  opacity: 1;
}

.u-ani_bg_fadein {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -999;
  opacity: 0;
  transition: opacity .3s;
}

.u-ani_bg_fadein.is_show {
  opacity: 1;
}

.u-br_pc {
  display: none;
}
@media screen and (min-width: 883px) {
  .u-br_pc {
    display: block;
  }
}

@media screen and (min-width: 883px) {
  .u-br_sp {
    display: none;
  }
}

.table_list {
  border-top: 1px solid #e5e5e5;
}
.table_list > dl {
  border-bottom: 1px solid #e5e5e5;
}
.table_list > dl > dt {
  padding: 1.6rem 0 .8rem;
  font-weight: bold;
  line-height: 1.6;
}
.table_list > dl > dd {
  padding-bottom: 1.6rem;
  line-height: 1.6;
}
.table_list > dl > dd > p {
  line-height: 1.6;
}
.table_list li {
  line-height: 1.6;
}
.table_list .course_list li .position_special {
  display: block;
  line-height: 1.6;
  width: 15em;
}
@media screen and (min-width: 883px) {
  .table_list > dl > dt {
    padding-bottom: 1.6rem;
  }
  .table_list > dl {
    display: flex;
  }
  .table_list > dl dt {
    width: 208px;
  }
  .table_list > dl dd {
    flex: 1;
    padding-top: 1.6rem;
  }
}

.google_map_link {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: .8rem 1.6rem;
  margin-top: .8rem;
  border: 1px solid #666;
  gap: 1.2rem;
  transition: all 0.3s ease-out;
}
.google_map_link::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("/application/themes/holdings/images/icon/blank_gray.svg") no-repeat;
  background-size: contain;
  transition: all 0.3s ease-out;
}
.google_map_link:hover {
  color: #fff;
  background: #666;
}
.google_map_link:hover:after {
  background: url("/application/themes/holdings/images/icon/blank.svg") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 883px) {
  .google_map_link{
    display: inline-block;
    text-align: center;
    padding-right: 3.6rem;
    margin-top: 1.6rem;
  }
  .google_map_link::after {
    display: block;
    position: absolute;
    right: 1.7rem;
    top: 50%;
    transform: translateY(-50%);
    background: url("/application/themes/holdings/images/icon/blank_gray.svg") no-repeat;
    background-size: contain;
  }
}

.product_list .list {
  margin-bottom: 8rem;
}
.product_list .list__inner {
  display: flex;
  flex-direction: column-reverse;
}
.product_list.right .list:nth-child(odd),
.product_list.left  .list:nth-child(even) {
  background: url("/application/themes/holdings/images/common/bg_list_shadow_right.png") no-repeat center -90px;
}
.product_list.right .list:nth-child(even),
.product_list.left  .list:nth-child(odd) {
  background: url("/application/themes/holdings/images/common/bg_list_shadow_left.png") no-repeat center -90px;
}
@media screen and (min-width: 1080px) {
  .product_list .list {
    min-height: 400px;
  }
  .product_list.right .list:nth-child(odd),
  .product_list.left  .list:nth-child(even) {
    background: url("/application/themes/holdings/images/common/bg_list_shadow_right__pc.png") no-repeat center top;
  }
  .product_list.right .list:nth-child(even),
  .product_list.left  .list:nth-child(odd) {
    background: url("/application/themes/holdings/images/common/bg_list_shadow_left__pc.png") no-repeat center top;
  }
  .product_list.right .list:nth-child(odd) .list__inner,
  .product_list.left .list:nth-child(even) .list__inner{
    flex-direction: row;
  }
  .product_list.right .list:nth-child(odd) .list__inner .list__photo,
  .product_list.left .list:nth-child(even) .list__inner .list__photo{
    margin-left: 4.8rem;
  }
  .product_list.right .list:nth-child(even) .list__inner,
  .product_list.left .list:nth-child(odd) .list__inner {
    flex-direction: row-reverse;
  }
  .product_list.right .list:nth-child(even) .list__inner .list__photo,
  .product_list.left .list:nth-child(odd) .list__inner .list__photo {
    margin-right: 4.8rem;
  }

}
.product_list .list__photo {
  text-align: center;
  padding: 0 3.2rem;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 1080px) {
  .product_list .list__photo {
    width: 530px;
    padding: 0;
    margin-bottom: 0;
  }
}
.product_list .list__text {
  text-align: center;
  word-break: break-all;
}
.product_list .list__text p {
  text-align: left;
}
.product_list .list__text .list__2column:not(:last-child){
  margin-bottom: 4.8rem;
}

@media screen and (min-width: 1080px) {
  .product_list .list__text {
    flex: 1;
    text-align: left;
  }
}
.product_list .list .tltle_qr img {
  vertical-align: middle;
  width: 45px;
  height: 45px;
  margin-right: 1.4rem;
}
@media screen and (min-width: 1080px) {
  .product_list .list .tltle_qr img {
    width: 80px;
    height: 80px;
  }
}
.product_list .list .app_dl_btnlist {
  display: flex;
  justify-content: center;
}
.product_list .list .app_dl_btnlist li:not(:last-child) {
  margin-right: 1.6rem;
}
.product_list .list .app_dl_btnlist a img {
  height: 40px;
}
@media screen and (min-width: 1080px) {
  .product_list .list .app_dl_btnlist {
    justify-content: left;
  }
}

.company_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
@media screen and (min-width: 1080px) {
  .company_list {
    flex-wrap: nowrap;
  }
}
.company_box {
  display: flex;
  flex-direction: column;
  min-width: 246px;
  width: 100%;
  padding: 2.4rem 1.6rem 3.2rem;
  border: 8px solid #f3f3f3;
  background: #fff;
}
@media screen and (min-width: 647px) {
  .company_box {
    max-width: calc((100% - 2.4rem)/2);
  }
}
@media screen and (min-width: 883px) {
  .company_box {
    padding: 2.4rem 1.6rem;
  }
}

.company_logo {
  display: flex;
  align-items: center;
  max-width: 178px;
  max-height: 68px;
  margin: 0 auto 1.6rem;
}

.company_info {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  height: 100%;
  padding-top: 1.6rem;
  border-top: 1px solid #e5e5e5;
  gap: 1.2rem;
}

.company_name {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  min-height: 44px;
  max-height: 44px;
  line-height: 1.4;
}
@media screen and (min-width: 883px) {
  .company_name {
    font-size: 1.4rem;
    min-height: 38px;
    max-height: 38px;
  }
}

.company_link_list {
  display: flex;
  flex-direction: column;
  gap: .8rem;
}
.company_link {
  min-width: 186px;
  max-width: 186px;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: .8rem 3.2rem .8rem 2.4rem;
  margin: 0 auto;
  border: 1px solid #666;
  transition: all 0.3s ease-out;
}
.company_link:hover {
  color: #fff;
  background: #666;
}
.company_link::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("/application/themes/holdings/images/icon/blank_gray.svg") no-repeat;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.company_link:hover::after {
  background: url("/application/themes/holdings/images/icon/blank.svg") no-repeat;
  background-size: contain;
}

.ir_contents {
  padding: 0 1.6rem;
  margin: 0 auto;
  max-width: calc(1080px + (3.2rem*2));
}
@media screen and (min-width: 883px) {
  .ir_contents{
    padding: 0 3.2rem;
  }
}

.dammy_link {
  color: #5279c3;
  text-decoration-line: underline;
}
.dammy_link:hover {
  opacity: .8;
  transition: opacity 0.3s ease-out;
}

.square_brackets {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.6;
  padding: 2.4rem .8rem;
}
.square_brackets::before,
.square_brackets::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 36px;
  background-size: 24px 36px;
}
.square_brackets::before{
  top: -2px;
  left: -2px;
  background: url("/application/themes/holdings/images/business/bracket_before.svg") no-repeat;
  background-size: contain;
}
.square_brackets::after{
  bottom: -2px;
  right: -2px;
  background: url("/application/themes/holdings/images/business/bracket_after.svg") no-repeat;
  background-size: contain;
}
.square_brackets span {
  display: inline-block;
  line-height: 1.2;
}
@media screen and (min-width: 883px) {
  .square_brackets {
    font-size: 2.6rem;
    padding: 3.2rem;
  }
  .square_brackets:before,
  .square_brackets:after {
    width: 40px;
    height: 60px;
  }
}

.recruit_flow_list {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 3.2rem;
  margin: auto;
  gap: .8rem;
}
.recruit_flow_list::before {
  content: "";
  position: absolute;
  width: 56px;
  height: calc(100% - 24px);
  left: 36px;
  border-radius: 999px 999px 0 0;
  background: #F3F3F3;
  z-index: -1;
}
.recruit_flow_list::after {
  content: "";
  position: absolute;
  width: 82px;
  height: 28px;
  bottom: 0;
  left: 23px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #F3F3F3;
  z-index: -1;
}
.recruit_flow_list li {
  display: flex;
  flex: 1;
  gap: 1.6rem;
}
@media screen and (min-width: 883px) {
  .recruit_flow_list {
    flex-direction: row;
    justify-content: center;
    max-width: 960px;
    width: 100%;
    padding-bottom: 0;
    padding-right: 4rem;
    padding-left: 4rem;
    gap: calc(1.6rem - ((880px - 100%) / 0.26));
  }
  .recruit_flow_list::before {
    width: calc(100% - 28px);
    height: 64px;
    top: 42px;
    left: 0;
    border-radius: 0 0 0 0;
  }
  .recruit_flow_list::after {
    width: 32px;
    height: 90px;
    top: 29px;
    right: 0;
    left: unset;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  .recruit_flow_list li {
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 168px;
    gap: 1.2rem;
  }
}

.recruit_flow_circle {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 128px;
  min-height: 128px;
  width: 128px;
  height: 128px;
  border-radius: 999px;
  border: 8px solid #F3F3F3;
  background: #FFF;
}
.recruit_flow_circle img {
  width: 74px;
  height: 56px;
}
@media screen and (min-width: 883px) {
  .recruit_flow_circle {
    width: 148px;
    height: 148px;
  }
  .recruit_flow_circle img {
    width: 92px;
    height: 70px;
  }
}

.recruit_flow_description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .8rem;
}
.recruit_flow_description h3 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
}
.recruit_flow_description p {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (min-width: 883px) {
  .recruit_flow_description {
    padding-right: .4rem;
    padding-left: .4rem;
    gap: 1.2rem;
  }
}

.u-annotation {
  font-size: 1rem;
}
.u-annotation::before {
  content: "※";
}
@media screen and (min-width: 883px) {
  .u-annotation {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
