@charset "UTF-8";
/****************************************************
 * Stylesheet
 *
 * 1.リセット
 * 2.共通設定
 * 3.レイアウト設定
 * 4.テンプレートスタイル
 * 5.コンテンツスタイル
 * 6.装飾
 * 7.印刷用調整
 * 
 ****************************************************/
/****************************************************
 * 1.リセット
 ****************************************************/
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  color: #000;
  background: #FFF;
  line-height: 1.5;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

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

fieldset, img, svg {
  border: 0;
}

address, caption, cite, dfn, em, strong, th {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

abbr {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

input[type=submit], input[type=button], input[type=reset] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

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

img, svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a, a:focus, a:hover {
  text-decoration: none;
  color: inherit;
  outline: none;
}

/****************************************************
 * 2.共通
 ****************************************************/
html {
  background-color: transparent;
  background-image: none;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  color: #222222;
  scroll-behavior: smooth;
  scroll-padding-top: 13.6rem;
}
@media only screen and (max-width: 1279px) {
  html {
    font-size: 9px;
  }
}
@media only screen and (max-width: 1099px) {
  html {
    font-size: 8px;
  }
}
@media only screen and (max-width: 780px) {
  html {
    height: 100%;
    font-size: 10px;
    scroll-padding-top: 7rem;
  }
}

body {
  font-size: 1.6rem;
}
@media only screen and (max-width: 780px) {
  body {
    font-size: 1.4rem;
    -webkit-text-size-adjust: 100%;
  }
}

a {
  color: #222222;
}
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  text-decoration: none;
}

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

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

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

@media only screen and (min-width: 901px) {
  .tb_sp {
    display: none !important;
  }
}

@media only screen and (min-width: 781px) {
  .sp {
    display: none !important;
  }
}

.inner {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}

.midashi01 {
  margin-bottom: 1em;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .midashi01 {
    font-size: 2.5rem;
  }
}
.midashi01 span {
  margin-bottom: 0.4em;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #3DACA7;
  display: block;
}

.btn01 {
  width: 34.4rem;
  padding: 2.4rem 1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #3DACA7;
  background: linear-gradient(to right, #3DACA7, #3DACA7 50%, transparent 50%, transparent);
  background-size: 200% auto;
  background-position: 100% 0;
  border: solid 1px #3DACA7;
  overflow: hidden;
  display: inline-block;
  transition: background-position 0.3s, color 0.3s;
}
@media only screen and (max-width: 780px) {
  .btn01 {
    width: 27rem;
  }
}
.btn01:hover {
  color: #ffffff;
  background-position: 0;
}

.btn_recruit {
  width: 21.8rem;
  padding: 1.8rem 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(to right, #ffffff, #ffffff 50%, #FF6032 50%, #FF6032);
  background-size: 200% auto;
  background-position: 100% 0;
  border: solid 1px #FF6032;
  border-radius: 0.3rem;
  overflow: hidden;
  display: inline-block;
  transition: background-position 0.3s, color 0.3s;
}
.btn_recruit:before {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.8rem;
  content: "";
  background-image: url("../img/icon_recruit01.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.5rem;
}
@media only screen and (max-width: 780px) {
  .btn_recruit {
    width: 28rem;
  }
  .btn_recruit:before {
    width: 2.8rem;
    height: 2.8rem;
    margin-right: 1.2rem;
    border-radius: 0;
    vertical-align: -0.6rem;
  }
}
.btn_recruit:hover {
  color: #FF6032;
  background-position: 0;
}

.btn_contact {
  width: 21.8rem;
  padding: 1.8rem 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(to right, #ffffff, #ffffff 50%, #3DACA7 50%, #3DACA7);
  background-size: 200% auto;
  background-position: 100% 0;
  border: solid 1px #3DACA7;
  border-radius: 0.3rem;
  overflow: hidden;
  display: inline-block;
  transition: background-position 0.3s, color 0.3s;
}
.btn_contact:before {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.8rem;
  content: "";
  background-image: url("../img/icon_mail01.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.5rem;
}
@media only screen and (max-width: 780px) {
  .btn_contact {
    width: 28rem;
  }
  .btn_contact:before {
    width: 2.8rem;
    height: 2.8rem;
    margin-right: 1.2rem;
    border-radius: 0;
    vertical-align: -0.6rem;
  }
}
.btn_contact:hover {
  color: #3DACA7;
  background-position: 0;
}

.btn_dl {
  width: 21.8rem;
  padding: 1.8rem 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  color: #222222;
  background: linear-gradient(to right, #3DACA7, #3DACA7 50%, #ffffff 50%, #ffffff);
  background-size: 200% auto;
  background-position: 100% 0;
  border: solid 1px #ffffff;
  border-radius: 0.3rem;
  overflow: hidden;
  display: inline-block;
  transition: background-position 0.3s, color 0.3s;
}
.btn_dl:before {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.8rem;
  content: "";
  background-image: url("../img/icon_dl01.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.5rem;
}
@media only screen and (max-width: 780px) {
  .btn_dl {
    width: 28rem;
  }
  .btn_dl:before {
    width: 2.8rem;
    height: 2.8rem;
    margin-right: 1.2rem;
    border-radius: 0;
    vertical-align: -0.7rem;
  }
}
.btn_dl:hover {
  color: #ffffff;
  background-position: 0;
}

@media only screen and (min-width: 781px) {
  .bottom_bnr ul {
    display: flex;
  }
}
@media only screen and (min-width: 781px) {
  .bottom_bnr ul li {
    width: 50%;
    height: 40rem;
  }
}
@media only screen and (max-width: 780px) {
  .bottom_bnr ul li {
    height: 20rem;
  }
}
.bottom_bnr ul li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.bottom_bnr ul li a:before {
  width: 100%;
  height: 100%;
  content: "";
  background-size: cover;
  background-position: center;
  opacity: 0.05;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s;
}
.bottom_bnr ul li a:hover:before {
  opacity: 0.12;
}
.bottom_bnr ul li:nth-child(1) {
  background-color: #FF6032;
}
.bottom_bnr ul li:nth-child(1) a:before {
  background-image: url("../img/bottom_bnr_img01.jpg");
}
.bottom_bnr ul li:nth-child(2) {
  background-color: #3DACA7;
}
.bottom_bnr ul li:nth-child(2) a:before {
  background-image: url("../img/bottom_bnr_img02.jpg");
}
.bottom_bnr ul li .text {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 780px) {
  .bottom_bnr ul li .text {
    font-size: 2.5rem;
  }
}
.bottom_bnr ul li .text span {
  margin-bottom: 0.5em;
  font-family: "Poppins", sans-serif;
  font-size: 0.5em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: block;
}

/*タブ切り替え　ベース*/
.tab_content .tab_body > * {
  animation: tabDisp 1s;
}
.tab_content .tab_body > *:not(.current) {
  display: none;
  opacity: 0;
}
@keyframes tabDisp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*横長1枚画像で画像ループ*/
.loop_img_left {
  width: 100%;
  overflow: hidden;
}
.loop_img_left img {
  max-width: none;
  animation: loop_img_left 30s linear infinite;
}

@keyframes loop_img_left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*フェードイン*/
.fadeIn {
  visibility: hidden;
  animation: fadeIn 1s ease-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*ページネーション*/
.pagination {
  text-align: center;
  letter-spacing: -0.4em;
}
.pagination > * {
  display: inline-block;
  letter-spacing: normal;
}
.pagination > * {
  width: 4.3rem;
  height: 4.3rem;
  margin: 0 0.4rem;
  font-family: "Poppins", sans-serif;
  line-height: 4.3rem;
  text-align: center;
  background-color: #F4F4F4;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .pagination > * {
    width: 3.6rem;
    height: 3.6rem;
    margin: 0.4rem !important;
    line-height: 3.6rem;
  }
}
.pagination .current {
  color: #ffffff;
  background-color: #FF6032;
}
.pagination .dots {
  line-height: 3rem;
}
.pagination .prev, .pagination .next {
  background-image: url("../img/icon_arrow01.png");
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .pagination .prev, .pagination .next {
    background-size: 0.8rem auto;
  }
}
.pagination .prev {
  margin-right: 2rem;
  transform: scaleX(-1);
}
.pagination .next {
  margin-left: 2rem;
}
.pagination a:hover {
  opacity: 0.6;
}

/****************************************************
 * 3.レイアウト設定
 ****************************************************/
.container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

/****************************************************
 * 4.テンプレートスタイル
 ****************************************************/
/*ヘッダーブロック*/
#header {
  background-color: #ffffff;
  position: fixed;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 901px) {
  #header {
    width: 97.5%;
    max-width: 1872px;
    height: 8.8rem;
    padding: 1.5rem 2rem;
    border-radius: 0.6rem;
    top: 2.4rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 901px) and (max-width: 1099px) {
  #header {
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 900px) {
  #header {
    width: 100%;
    height: 7rem;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 901px) {
  #header .logo {
    width: 28.4rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1279px) {
  #header .logo {
    width: 26rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1099px) {
  #header .logo {
    width: 23rem;
  }
}
@media only screen and (max-width: 900px) {
  #header .logo {
    width: 23rem;
    margin-left: 1.2rem;
  }
}
@media only screen and (min-width: 901px) {
  #header .pc_menu {
    display: flex;
    align-items: center;
  }
  #header .pc_menu ul {
    letter-spacing: -0.4em;
  }
  #header .pc_menu ul > * {
    display: inline-block;
    letter-spacing: normal;
  }
  #header .pc_menu ul li {
    font-weight: 500;
  }
  #header .pc_menu ul li:after {
    width: 1px;
    height: 1.2em;
    content: "";
    margin: 0 1em;
    background-color: #FF6032;
    display: inline-block;
    vertical-align: -0.2em;
  }
  #header .pc_menu ul li:last-child:after {
    content: none;
  }
  #header .pc_menu ul li a:hover {
    color: #FF6032;
  }
  #header .pc_menu .btn {
    margin-left: 3rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1099px) {
  #header .pc_menu .btn {
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 901px) {
  #header .pc_menu .btn .btn_dl {
    width: 19rem;
    vertical-align: middle;
  }
  #header .pc_menu .btn .btn_recruit, #header .pc_menu .btn .btn_contact {
    width: 16rem;
    margin-left: 1em;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1099px) {
  #header .pc_menu .btn .btn_recruit, #header .pc_menu .btn .btn_contact {
    margin-left: 0.5rem;
  }
}
@media only screen and (max-width: 900px) {
  #header .sp_menu .sp_menu_btn {
    width: 7rem;
    height: 7rem;
    background-image: url("../img/sp_menu_open.png");
    background-size: cover;
  }
  #header .sp_menu .sp_menu_btn.open {
    background-image: url("../img/sp_menu_close.png");
  }
  #header .sp_menu .sp_menu_btn.open + .navi {
    left: 0;
  }
  #header .sp_menu .navi {
    width: 100%;
    height: calc(100vh - 7rem);
    background-color: #3DACA7;
    overflow: auto;
    position: absolute;
    top: 100%;
    left: 100%;
    transition: left 0.3s;
  }
  #header .sp_menu .navi dl dt {
    padding: 1.2rem 2.4rem;
    font-family: "Poppins", sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #6FBCB9;
  }
  #header .sp_menu .navi dl dd {
    border-bottom: solid 1px #92D1CE;
  }
  #header .sp_menu .navi dl dd a {
    padding: 1.2rem 2.4rem;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #ffffff;
    display: block;
  }
  #header .sp_menu .navi .btn {
    margin-top: 3.6rem;
    text-align: center;
  }
}

/*スマホ追従*/
@media only screen and (max-width: 780px) {
  .sp_fix_bar {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 90;
  }
  .sp_fix_bar ul {
    display: flex;
  }
  .sp_fix_bar ul li {
    width: 50%;
  }
  .sp_fix_bar ul li a {
    padding: 2rem;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-align: center;
    color: #ffffff;
    display: block;
  }
  .sp_fix_bar ul li a:before {
    width: 2.8rem;
    height: 2.8rem;
    margin-right: 0.5em;
    content: "";
    background-size: cover;
    display: inline-block;
    vertical-align: -0.3em;
  }
  .sp_fix_bar ul li:nth-child(1) a {
    background-color: #FF6032;
  }
  .sp_fix_bar ul li:nth-child(1) a:before {
    background-image: url("../img/icon_recruit01.png");
  }
  .sp_fix_bar ul li:nth-child(2) a {
    background-color: #3DACA7;
  }
  .sp_fix_bar ul li:nth-child(2) a:before {
    background-image: url("../img/icon_mail01.png");
  }
}

/*フッターブロック*/
#footer {
  padding: 8rem 0;
  color: #ffffff;
  background-color: #222222;
}
@media only screen and (max-width: 900px) {
  #footer {
    padding: 0 0 9rem 0;
  }
}
#footer .inner {
  max-width: 1160px;
  position: relative;
}
@media only screen and (min-width: 901px) {
  #footer .inner:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (max-width: 900px) {
  #footer .inner {
    width: 100%;
  }
}
@media only screen and (min-width: 901px) {
  #footer .footer_navi {
    float: right;
    display: flex;
  }
  #footer .footer_navi .btn a {
    display: block;
  }
  #footer .footer_navi .btn a + a {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_navi {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 901px) {
  #footer .footer_navi dl {
    width: 19rem;
    margin-right: 4.5rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1099px) {
  #footer .footer_navi dl {
    width: 18rem;
    margin-right: 3rem;
  }
}
#footer .footer_navi dl dt {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #3DACA7;
}
@media only screen and (min-width: 901px) {
  #footer .footer_navi dl dt {
    margin-bottom: 0.88em;
    overflow: hidden;
  }
  #footer .footer_navi dl dt span {
    padding-right: 1em;
    font-size: 1.8rem;
    display: inline-block;
    position: relative;
  }
  #footer .footer_navi dl dt span:after {
    width: 999px;
    height: 1px;
    content: "";
    background-color: #535353;
    position: absolute;
    top: 50%;
    left: 100%;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_navi dl dt {
    padding: 1.2rem 2.4rem;
    font-size: 2.4rem;
    background-color: #2F2F2F;
  }
}
@media only screen and (min-width: 901px) {
  #footer .footer_navi dl dd {
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_navi dl dd {
    border-bottom: solid 1px #2F2F2F;
  }
}
#footer .footer_navi dl dd a {
  color: #ffffff;
}
@media only screen and (min-width: 901px) {
  #footer .footer_navi dl dd a {
    font-weight: 500;
  }
  #footer .footer_navi dl dd a:before {
    width: 0.8em;
    height: 1px;
    margin-right: 0.5em;
    content: "";
    background-color: #3DACA7;
    display: inline-block;
    vertical-align: 0.4em;
  }
  #footer .footer_navi dl dd a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_navi dl dd a {
    padding: 1.2rem 2.4rem;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    display: block;
  }
}
@media only screen and (min-width: 901px) {
  #footer .footer_navi dl dd.tiktok {
    margin-top: 5rem;
    padding-top: 2rem;
    border-top: solid 1px #535353;
  }
  #footer .footer_navi dl dd.tiktok a {
    width: 5rem;
    display: inline-block;
  }
  #footer .footer_navi dl dd.tiktok a:before {
    content: none;
  }
}
@media only screen and (min-width: 901px) {
  #footer .footer_content {
    float: left;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_content {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  #footer .footer_content .btn {
    margin-top: 2.8rem;
  }
}
#footer .footer_content .logo {
  width: 28.4rem;
}
@media only screen and (max-width: 900px) {
  #footer .footer_content .logo {
    width: 29rem;
    margin: 0 auto;
  }
}
#footer .footer_content address {
  margin: 1em 0 2em 0;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 900px) {
  #footer .footer_content address {
    margin: 1.2rem 0 2.4rem 0;
    font-size: 1.6rem;
  }
}
#footer .footer_content .tel_fax {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  #footer .footer_content .tel_fax {
    width: 102%;
    margin: 0 -1%;
  }
}
#footer .footer_content .tel_fax dl {
  width: 16rem;
}
@media only screen and (max-width: 900px) {
  #footer .footer_content .tel_fax dl {
    width: 18rem;
  }
}
#footer .footer_content .tel_fax dl + dl {
  margin-left: 2.4rem;
}
@media only screen and (max-width: 900px) {
  #footer .footer_content .tel_fax dl + dl {
    margin-left: 1.6rem;
  }
}
#footer .footer_content .tel_fax dl dt {
  padding: 0.5rem 0;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: center;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}
@media only screen and (max-width: 900px) {
  #footer .footer_content .tel_fax dl dt {
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
  }
}
#footer .footer_content .tel_fax dl dd {
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  white-space: nowrap;
}
@media only screen and (max-width: 900px) {
  #footer .footer_content .tel_fax dl dd {
    font-size: 2rem;
  }
}
#footer .footer_content .tel_fax dl dd span {
  width: 2.5rem;
  font-size: 0.66em;
  font-weight: 500;
  display: inline-block;
  vertical-align: 0.15em;
}
@media only screen and (max-width: 780px) {
  #footer .footer_content .btn_dl {
    width: 28rem;
    padding: 1rem;
    border-radius: 0;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_content .tiktok {
    width: 5rem;
    margin: 1rem auto 0 auto;
  }
}
#footer .copyright {
  letter-spacing: 0.1em;
  color: #535353;
}
@media only screen and (min-width: 901px) {
  #footer .copyright {
    padding-top: 4rem;
    font-size: 1.2rem;
    clear: both;
  }
}
@media only screen and (max-width: 900px) {
  #footer .copyright {
    padding-top: 2.8rem;
    font-size: 1.3rem;
    text-align: center;
  }
}

/****************************************************
 * 5.コンテンツスタイル
 ****************************************************/
/*TOPページ*/
.p-top__mv {
  position: relative;
}
.p-top__mv .catchcopy {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  transform: translateY(-50%);
}
@media only screen and (max-width: 780px) {
  .p-top__mv .catchcopy {
    top: 45%;
  }
}
.p-top__mv .catchcopy .inner {
  max-width: 1160px;
}
.p-top__mv .catchcopy h1 {
  width: 38rem;
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.44;
  white-space: nowrap;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .p-top__mv .catchcopy h1 {
    width: 25rem;
    margin: 0 auto;
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__mv .catchcopy h1 {
    width: 18.5rem;
    font-size: 1.7rem;
  }
}
.p-top__mv .catchcopy h1 span {
  text-align: center;
  display: block;
}
.p-top__mv .catchcopy h1:after {
  width: 170%;
  height: auto;
  aspect-ratio: 1/1;
  content: "";
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 0.8;
  filter: blur(4.5rem);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.p-top__mv .catchcopy h1 img {
  width: 28.7rem;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 900px) {
  .p-top__mv .catchcopy h1 img {
    width: 20rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__mv .catchcopy h1 img {
    width: 14.4rem;
  }
}
.p-top__mv .slider-pro .sp-slides .sp-slide {
  height: 90rem;
  background-size: cover;
  background-position: center;
}
.p-top__mv .slider-pro .sp-slides .sp-slide.movie {
  overflow: hidden;
}
.p-top__mv .slider-pro .sp-slides .sp-slide.movie > img, .p-top__mv .slider-pro .sp-slides .sp-slide.movie > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top__about {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 781px) {
  .p-top__about {
    height: 58.2rem;
    padding-top: 6.5rem;
    background-image: url("../img/top/about_bg.jpg");
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-position: center 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__about {
    padding: 6.5rem 0 14rem 0;
    background: url("../img/top/about_bg_top_sp.jpg") no-repeat left top, url("../img/top/about_bg_bottom_sp.jpg") no-repeat left bottom;
    background-size: 780px auto;
  }
}
.p-top__about .inner {
  height: 100%;
  position: relative;
}
@media only screen and (min-width: 781px) {
  .p-top__about .inner {
    padding-left: 4rem;
  }
}
.p-top__about h2 {
  width: 65rem;
  margin-bottom: 0.65em;
  font-family: "Noto Serif JP", serif;
  font-size: 5.5rem;
  font-weight: 600;
}
@media only screen and (max-width: 780px) {
  .p-top__about h2 {
    width: auto;
    font-size: 3rem;
  }
}
.p-top__about p {
  width: 65rem;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 2.16;
}
@media only screen and (max-width: 780px) {
  .p-top__about p {
    width: auto;
    font-size: 1.7rem;
    line-height: 1.67;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__about .eng {
    width: 69.7rem;
    position: absolute;
    bottom: -5rem;
    left: -4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__about .eng {
    width: 34.01rem;
    margin-top: 1rem;
  }
}
.p-top__service {
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 781px) {
  .p-top__service {
    padding: 12rem 0;
    background-image: url("../img/top/service_bg.jpg");
  }
}
@media only screen and (max-width: 780px) {
  .p-top__service {
    padding: 4.4rem 0;
    background-image: url("../img/top/service_bg_sp.jpg");
  }
}
.p-top__service .inner {
  max-width: 1160px;
}
@media only screen and (min-width: 781px) {
  .p-top__service ul {
    margin-bottom: 5rem;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__service ul {
    margin-bottom: 3.6rem;
  }
}
.p-top__service ul li {
  text-align: center;
}
@media only screen and (min-width: 781px) {
  .p-top__service ul li {
    width: 48.2%;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__service ul li + li {
    margin-top: 4.8rem;
  }
}
.p-top__service ul li .img {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 780px) {
  .p-top__service ul li .img {
    margin-bottom: 0.8rem;
  }
}
.p-top__service ul li span {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .p-top__service ul li span {
    font-size: 1.9rem;
  }
}
.p-top__service ul li span:after {
  width: 0;
  height: 1px;
  margin: 0.5em auto 0 auto;
  content: "";
  background-color: #3DACA7;
  display: block;
  transition: width 0.3s;
}
@media only screen and (max-width: 780px) {
  .p-top__service ul li span:after {
    width: 3em;
  }
}
.p-top__service ul li a:hover span:after {
  width: 3em;
}
.p-top__service .btn {
  text-align: center;
}
.p-top__jirei {
  padding-top: 8rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-top__jirei {
    padding-top: 7.5rem;
  }
}
.p-top__jirei:before, .p-top__jirei:after {
  content: "";
  position: absolute;
  z-index: -1;
}
@media only screen and (min-width: 781px) {
  .p-top__jirei:before, .p-top__jirei:after {
    width: 1920px;
    height: 36rem;
    background-size: auto 100%;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 780px) {
  .p-top__jirei:before, .p-top__jirei:after {
    width: 4.6rem;
    height: 20.4rem;
    background-size: cover;
  }
}
.p-top__jirei:before {
  background-image: url("../img/fig01.png");
  background-position: left top;
  top: 0;
}
@media only screen and (max-width: 780px) {
  .p-top__jirei:before {
    left: 0;
  }
}
.p-top__jirei:after {
  background-image: url("../img/fig02.png");
  background-position: right top;
  bottom: 36rem;
}
@media only screen and (max-width: 780px) {
  .p-top__jirei:after {
    right: 0;
    bottom: 10.7rem;
  }
}
.p-top__jirei .inner {
  max-width: 1160px;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 780px) {
  .p-top__jirei .inner {
    margin-bottom: 6.5rem;
  }
}
.p-top__jirei .midashi01 + p {
  margin-bottom: 2em;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-top__jirei .midashi01 + p {
    font-size: 1.8rem;
  }
}
.p-top__jirei ul {
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 780px) {
  .p-top__jirei ul {
    margin-bottom: 3.5rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__jirei ul li {
    width: 32.4%;
    margin: 0 1.4% 1.6rem 0;
  }
  .p-top__jirei ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__jirei ul li {
    width: 48.5%;
    margin: 0 3% 1.2rem 0;
  }
  .p-top__jirei ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.p-top__jirei ul li a {
  transition: background-color 0.3s;
}
@media only screen and (min-width: 781px) {
  .p-top__jirei ul li a {
    padding: 3.2rem 4rem;
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1099px) {
  .p-top__jirei ul li a {
    padding: 2rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__jirei ul li a {
    padding: 2rem 1rem;
    background-color: #F7F7F7;
    display: block;
  }
}
.p-top__jirei ul li a:hover {
  background-color: #F7F7F7;
}
.p-top__jirei ul li a:hover .icon {
  background-color: #ffffff;
}
.p-top__jirei ul li a:hover .text span {
  color: #3DACA7;
}
.p-top__jirei ul li a .icon {
  width: 8rem;
  height: 8rem;
  margin-right: 2.4rem;
  padding: 1rem;
  background-color: #F7F7F7;
  border-radius: 50%;
  transition: background-color 0.3s;
}
@media only screen and (max-width: 780px) {
  .p-top__jirei ul li a .icon {
    width: 6.5rem;
    height: 6.5rem;
    margin: 0 auto 1.2rem auto;
    background-color: #ffffff;
  }
}
.p-top__jirei ul li a .text {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 780px) {
  .p-top__jirei ul li a .text {
    text-align: center;
  }
}
.p-top__jirei ul li a .text span {
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #DDDDDD;
  display: block;
  transition: color 0.3s;
}
@media only screen and (max-width: 780px) {
  .p-top__jirei ul li a .text span {
    margin-top: 0.5em;
    letter-spacing: 0.1em;
    color: #3DACA7;
  }
}
.p-top__jirei .btn {
  text-align: center;
}
.p-top__jirei .loop_img_left img {
  height: 36rem;
}
@media only screen and (max-width: 780px) {
  .p-top__jirei .loop_img_left img {
    height: 10.7rem;
  }
}
.p-top__company {
  padding: 13rem 0 15rem 0;
}
@media only screen and (max-width: 780px) {
  .p-top__company {
    padding: 4.5rem 0;
  }
}
.p-top__company .inner {
  max-width: 1000px;
}
@media only screen and (min-width: 781px) {
  .p-top__company .inner {
    display: flex;
    flex-direction: row-reverse;
  }
}
.p-top__company .img {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 781px) {
  .p-top__company .img {
    width: 58%;
    margin-right: -8%;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__company .img {
    margin-bottom: 4.8rem;
  }
}
.p-top__company .img:after {
  width: 9999px;
  height: 47.4rem;
  content: "";
  background-color: #F7F7F7;
  position: absolute;
  bottom: -7rem;
  left: 14rem;
  z-index: -1;
  transform: skew(-13deg);
}
@media only screen and (max-width: 780px) {
  .p-top__company .img:after {
    height: 25.7rem;
    bottom: -2rem;
  }
}
.p-top__company .text {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 781px) {
  .p-top__company .text {
    width: 44%;
    margin-right: 6%;
    padding-top: 8.5rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__company .text {
    padding-top: 5rem;
  }
}
.p-top__company .text .eng {
  font-family: "Poppins", sans-serif;
  font-size: 18.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 0.65;
  text-transform: uppercase;
  color: #F7F7F7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translateX(-48%);
}
@media only screen and (max-width: 780px) {
  .p-top__company .text .eng {
    font-size: 6.5rem;
    transform: translateX(-0.65em);
  }
}
@media only screen and (min-width: 781px) {
  .p-top__company .text .midashi01 {
    text-align: left;
  }
}
.p-top__company .text p {
  margin-bottom: 2.5em;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 2.16;
}
@media only screen and (max-width: 780px) {
  .p-top__company .text p {
    margin-bottom: 1.6em;
    font-size: 1.7rem;
    line-height: 1.67;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__company .text .btn {
    text-align: center;
  }
}
.p-top__recruit {
  margin-bottom: 8.8rem;
}
@media only screen and (max-width: 780px) {
  .p-top__recruit {
    margin-bottom: 5rem;
  }
}
.p-top__recruit a {
  color: #ffffff;
  background-position: center;
  display: block;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 781px) {
  .p-top__recruit a {
    padding: 4rem 0;
    background-image: url("../img/top/recruit_bg.png");
    background-size: 1920px auto;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__recruit a {
    padding: 2.8rem 0;
    background-image: url("../img/top/recruit_bg_sp.png");
    background-size: cover;
  }
}
.p-top__recruit a:before {
  width: 100%;
  height: 100%;
  content: "";
  background-color: #ffffff;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.3s;
}
.p-top__recruit a:hover:before {
  opacity: 0.2;
}
.p-top__recruit a .inner {
  max-width: 1160px;
}
@media only screen and (min-width: 781px) {
  .p-top__recruit a .text {
    max-width: 860px;
    margin: 0 0 0 auto;
  }
}
.p-top__recruit a .text h2 {
  margin-bottom: 0.5em;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 780px) {
  .p-top__recruit a .text h2 {
    font-size: 3.2rem;
    text-align: center;
  }
}
.p-top__recruit a .text h2 span {
  margin-left: 1em;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: 0.25em;
}
@media only screen and (max-width: 780px) {
  .p-top__recruit a .text h2 span {
    display: block;
  }
}
.p-top__recruit a .text p {
  margin-bottom: 0.5em;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.16;
}
@media only screen and (max-width: 780px) {
  .p-top__recruit a .text p {
    margin-bottom: 1em;
    font-size: 1.7rem;
    line-height: 1.67;
  }
}
.p-top__recruit a .text .eng {
  font-family: "Poppins", sans-serif;
  font-size: 18.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (max-width: 780px) {
  .p-top__recruit a .text .eng {
    font-size: 7.5rem;
  }
}

/*下層ページ*/
.pagetitle {
  height: 36rem;
  margin-bottom: 3.2rem;
  padding-top: 20rem;
  background-image: url("../img/pagetitle_bg.jpg");
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 780px) {
  .pagetitle {
    height: 20rem;
    margin-bottom: 2.5rem;
    padding-top: 12rem;
  }
}
.pagetitle .inner {
  max-width: 1160px;
}
.pagetitle h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (max-width: 780px) {
  .pagetitle h1 {
    font-size: 2.4rem;
  }
}

.pankuzu {
  margin-bottom: 4rem;
  font-size: 1.4rem;
}
@media only screen and (max-width: 780px) {
  .pankuzu {
    margin-bottom: 2rem;
    font-size: 1.2rem;
  }
}
.pankuzu .inner {
  max-width: 1160px;
  letter-spacing: -0.4em;
}
.pankuzu .inner > * {
  display: inline-block;
  letter-spacing: normal;
}
.pankuzu a:after {
  width: 0.75em;
  height: 1px;
  margin: 0 0.5em;
  content: "";
  background-color: #FF6032;
  display: inline-block;
  vertical-align: middle;
}
.pankuzu span {
  color: #B7B7B7;
}

.p-companyprofile__philosophy {
  padding-top: 9rem;
  background-image: url("../img/companyprofile/phirosophy_bg.jpg");
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 780px) {
  .p-companyprofile__philosophy {
    padding-top: 5rem;
  }
}
.p-companyprofile__philosophy .inner {
  padding: 7rem 0 4rem 0;
  background-color: #ffffff;
}
@media only screen and (max-width: 780px) {
  .p-companyprofile__philosophy .inner {
    padding: 4rem 0 3rem 0;
  }
}
.p-companyprofile__philosophy p {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-companyprofile__philosophy p {
    font-size: 2rem;
  }
}
.p-companyprofile__message {
  background-image: url("../img/companyprofile/message_bg.jpg");
  background-size: 1920px auto;
  background-repeat: no-repeat;
  background-position: center 15rem;
}
@media only screen and (max-width: 780px) {
  .p-companyprofile__message {
    background-size: auto 85%;
    background-position: left bottom;
  }
}
@media only screen and (min-width: 781px) {
  .p-companyprofile__message .headding {
    margin-bottom: 4.7rem;
    display: flex;
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 780px) {
  .p-companyprofile__message .headding {
    margin-bottom: 4rem;
  }
}
.p-companyprofile__message .headding .img {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 781px) {
  .p-companyprofile__message .headding .img {
    padding: 4rem 0;
    width: 66%;
    margin-right: -8%;
  }
}
@media only screen and (max-width: 780px) {
  .p-companyprofile__message .headding .img {
    margin-bottom: 4rem;
    padding: 2rem 0;
  }
}
.p-companyprofile__message .headding .img:after {
  width: 9999px;
  height: 100%;
  content: "";
  background-color: #3DACA7;
  position: absolute;
  top: 0;
  left: 14rem;
  z-index: -1;
  transform: skew(-13deg);
}
.p-companyprofile__message .headding .text {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 781px) {
  .p-companyprofile__message .headding .text {
    width: 42%;
    padding-top: 11.5rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-companyprofile__message .headding .text {
    padding-top: 5rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-companyprofile__message .headding .text .midashi01 {
    text-align: left;
  }
}
.p-companyprofile__message .headding .text .name {
  font-family: "Noto Serif JP", serif;
  font-size: 1.7rem;
}
@media only screen and (max-width: 780px) {
  .p-companyprofile__message .headding .text .name {
    font-size: 1.3rem;
  }
}
.p-companyprofile__message .headding .text .name span {
  font-size: 1.7em;
  font-weight: 600;
  display: block;
}
.p-companyprofile__message .content {
  padding-bottom: 12rem;
}
@media only screen and (max-width: 780px) {
  .p-companyprofile__message .content {
    padding-bottom: 4rem;
  }
}
.p-companyprofile__message .content p {
  font-weight: 500;
  line-height: 2.5;
}
@media only screen and (max-width: 780px) {
  .p-companyprofile__message .content p {
    line-height: 1.6;
  }
}
.p-companyprofile__message .content p + p {
  margin-top: 2em;
}
.p-companyprofile__profile {
  padding: 8.8rem 0 12rem 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-companyprofile__profile {
    padding: 4.4rem 0 6rem 0;
  }
}
.p-companyprofile__profile:before, .p-companyprofile__profile:after {
  content: "";
  position: absolute;
  z-index: -1;
}
@media only screen and (min-width: 781px) {
  .p-companyprofile__profile:before, .p-companyprofile__profile:after {
    width: 1920px;
    height: 36rem;
    background-size: auto 100%;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 780px) {
  .p-companyprofile__profile:before, .p-companyprofile__profile:after {
    width: 4.6rem;
    height: 20.4rem;
    background-size: cover;
  }
}
.p-companyprofile__profile:before {
  background-image: url("../img/fig01.png");
  background-position: left top;
  top: 0;
}
@media only screen and (max-width: 780px) {
  .p-companyprofile__profile:before {
    left: 0;
  }
}
.p-companyprofile__profile:after {
  background-image: url("../img/fig02.png");
  background-position: right top;
  bottom: 0;
}
@media only screen and (max-width: 780px) {
  .p-companyprofile__profile:after {
    right: 0;
  }
}
.p-companyprofile__profile table {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.p-companyprofile__profile table tbody tr td {
  padding: 3rem;
  vertical-align: top;
  border-bottom: solid 1px #E5E5E5;
}
@media only screen and (max-width: 780px) {
  .p-companyprofile__profile table tbody tr td {
    padding: 1rem;
    font-size: 1.3rem;
  }
}
.p-companyprofile__profile table tbody tr td:first-child {
  width: 28%;
  padding-top: 2.9rem;
  padding-right: 0;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-companyprofile__profile table tbody tr td:first-child {
    padding-top: 0.8rem;
    padding-right: 0;
  }
}
.p-companyprofile__map .map {
  width: 100%;
  height: 49rem;
}
@media only screen and (max-width: 780px) {
  .p-companyprofile__map .map {
    height: 20rem;
  }
}
.p-companyprofile__map .map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.p-companyprofile__history {
  padding: 8rem 0 14.5rem 0;
  background-image: url("../img/companyprofile/history_bg.jpg");
  background-size: 1920px auto;
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 780px) {
  .p-companyprofile__history {
    padding: 4rem 0 7rem 0;
  }
}
.p-companyprofile__history ul {
  max-width: 655px;
  margin: 0 auto;
}
.p-companyprofile__history ul li {
  padding: 1.2rem 0 1.2rem 12rem;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-companyprofile__history ul li {
    padding-left: 5rem;
  }
}
.p-companyprofile__history ul li:before {
  width: 1px;
  height: 100%;
  content: "";
  background-color: #C1C1C1;
  position: absolute;
  top: 0;
  left: 0;
}
.p-companyprofile__history ul li:after {
  width: 8.5rem;
  height: 1px;
  content: "";
  background-color: #C1C1C1;
  position: absolute;
  top: 50%;
  left: 0;
}
@media only screen and (max-width: 780px) {
  .p-companyprofile__history ul li:after {
    width: 4rem;
  }
}
.p-companyprofile__history ul li:first-child:before {
  height: 50%;
  top: 50%;
}
.p-companyprofile__history ul li:last-child:before {
  height: 125%;
}
.p-companyprofile__history ul li i {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #FF6032;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.p-companyprofile__history ul li .date {
  font-family: "Noto Serif JP", serif;
  font-size: 3.3rem;
  font-weight: 700;
  color: #D3D3D3;
}
@media only screen and (max-width: 780px) {
  .p-companyprofile__history ul li .date {
    font-size: 2rem;
  }
}

.p-service__biggining {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 781px) {
  .p-service__biggining {
    padding: 15rem 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-service__biggining {
    padding: 7rem 0;
  }
}
.p-service__biggining .inner {
  padding: 5rem;
  background-color: #ffffff;
}
@media only screen and (max-width: 780px) {
  .p-service__biggining .inner {
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.85);
  }
}
.p-service__biggining .loop_img_left {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-service__biggining .loop_img_left img {
  height: 100%;
}
@media only screen and (max-width: 780px) {
  .p-service__biggining .loop_img_left img {
    animation: loop_img_left 15s linear infinite;
  }
}
.p-service__biggining h2 {
  margin-bottom: 1.3em;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-service__biggining h2 {
    font-size: 2.2rem;
  }
}
.p-service__biggining h2:after {
  width: 27.8rem;
  height: 0.2rem;
  margin: 0.88em auto 0 auto;
  content: "";
  background-image: url("../img/service/biggining_ttl_bar.jpg");
  background-size: cover;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-service__biggining h2:after {
    width: 13.9rem;
    height: 0.1rem;
  }
}
.p-service__biggining p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 780px) {
  .p-service__biggining p {
    line-height: 1.6;
  }
}
.p-service__biggining p + p {
  margin-top: 2em;
}
.p-service__about {
  padding: 9.6rem 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-service__about {
    padding: 4.8rem 0;
  }
}
.p-service__about:before, .p-service__about:after {
  content: "";
  position: absolute;
  z-index: -1;
}
@media only screen and (min-width: 781px) {
  .p-service__about:before, .p-service__about:after {
    width: 1920px;
    height: 36rem;
    background-size: auto 100%;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 780px) {
  .p-service__about:before, .p-service__about:after {
    width: 4.6rem;
    height: 20.4rem;
    background-size: cover;
  }
}
.p-service__about:before {
  background-image: url("../img/fig01.png");
  background-position: left top;
  top: 0;
}
@media only screen and (max-width: 780px) {
  .p-service__about:before {
    left: 0;
  }
}
.p-service__about:after {
  background-image: url("../img/fig02.png");
  background-position: right top;
  bottom: 0;
}
@media only screen and (max-width: 780px) {
  .p-service__about:after {
    right: 0;
  }
}
.p-service__about .inner {
  max-width: 1160px;
}
.p-service__about .movie {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 8.8rem auto;
}
@media only screen and (max-width: 780px) {
  .p-service__about .movie {
    margin-bottom: 4.4rem;
  }
}
.p-service__about .movie video {
  width: 100%;
}
@media only screen and (min-width: 781px) {
  .p-service__about ul li {
    display: flex;
    align-items: center;
  }
  .p-service__about ul li:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
.p-service__about ul li + li {
  margin-top: 7rem;
}
@media only screen and (max-width: 780px) {
  .p-service__about ul li + li {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-service__about ul li .img {
    width: 60%;
  }
}
@media only screen and (max-width: 780px) {
  .p-service__about ul li .img {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-service__about ul li .text {
    width: 40%;
    padding: 0 2rem;
  }
}
.p-service__about ul li .text h3 {
  margin-bottom: 0.66em;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  font-weight: 600;
}
@media only screen and (max-width: 780px) {
  .p-service__about ul li .text h3 {
    font-size: 2.4rem;
    text-align: center;
  }
}
.p-service__about ul li .text h3 span {
  font-family: "Poppins", sans-serif;
  font-size: 0.55em;
  text-transform: uppercase;
  color: #3DACA7;
  display: block;
}
.p-service__about ul li .text h4 {
  margin-bottom: 1em;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 600;
}
@media only screen and (max-width: 780px) {
  .p-service__about ul li .text h4 {
    font-size: 1.8rem;
    text-align: center;
  }
}
.p-service__about ul li .text p {
  line-height: 2.5;
}
@media only screen and (max-width: 780px) {
  .p-service__about ul li .text p {
    line-height: 1.8;
  }
}
.p-service__features {
  margin-bottom: 12rem;
  padding-top: 8.8rem;
  background-image: url("../img/service/features_bg.jpg");
  background-size: 1920px auto;
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 780px) {
  .p-service__features {
    margin-bottom: 6rem;
    padding-top: 4.4rem;
    background-size: auto 90%;
    background-position: left top;
  }
}
.p-service__features ul li {
  background-color: #ffffff;
  box-shadow: 0.5rem 0.5rem 2rem rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 781px) {
  .p-service__features ul li {
    padding: 4rem;
    display: flex;
  }
}
@media only screen and (max-width: 780px) {
  .p-service__features ul li {
    padding: 2rem;
  }
}
.p-service__features ul li + li {
  margin-top: 2.4rem;
}
@media only screen and (max-width: 780px) {
  .p-service__features ul li + li {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-service__features ul li .img {
    width: 27.8rem;
    margin-right: 5rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-service__features ul li .img {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-service__features ul li .text {
    width: calc(100% - 27.8rem - 5rem);
  }
}
.p-service__features ul li .text h3 {
  margin-bottom: 1.3em;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 600;
}
@media only screen and (max-width: 780px) {
  .p-service__features ul li .text h3 {
    font-size: 1.8rem;
    text-align: center;
  }
}
.p-service__features ul li .text p {
  line-height: 2;
}
@media only screen and (max-width: 780px) {
  .p-service__features ul li .text p {
    line-height: 1.8;
  }
}
.p-service__faq {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 780px) {
  .p-service__faq {
    margin-bottom: 4rem;
  }
}
.p-service__faq ul li {
  padding: 3.4rem 4rem 3.4rem 12rem;
  background-color: #FAFAFA;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-service__faq ul li {
    padding: 2rem;
  }
}
.p-service__faq ul li + li {
  margin-top: 1em;
}
.p-service__faq ul li:before {
  content: "Q";
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #3DACA7;
}
@media only screen and (min-width: 781px) {
  .p-service__faq ul li:before {
    font-size: 4.4rem;
    position: absolute;
    top: 50%;
    left: 4rem;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 780px) {
  .p-service__faq ul li:before {
    font-size: 3rem;
    margin: 0 auto 0.5em auto;
    text-align: center;
    display: block;
  }
}
.p-service__faq ul li .faq_q {
  margin-bottom: 1em;
  padding-bottom: 1em;
  font-size: 2rem;
  font-weight: 500;
  border-bottom: solid 1px #E5E5E5;
}
@media only screen and (max-width: 780px) {
  .p-service__faq ul li .faq_q {
    font-size: 1.8rem;
  }
}
.p-contactus__contact {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 780px) {
  .p-contactus__contact {
    margin-bottom: 4rem;
  }
}
.p-contactus__contact .inner {
  max-width: 1160px;
}
.p-contactus__contact .tel {
  margin-bottom: 7rem;
}
@media only screen and (max-width: 780px) {
  .p-contactus__contact .tel {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-contactus__contact .tel dl {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.p-contactus__contact .tel dl dt {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 1em 0;
  border-top: solid 1px #E5E5E5;
  border-bottom: solid 1px #E5E5E5;
}
@media only screen and (min-width: 781px) {
  .p-contactus__contact .tel dl dt {
    margin-right: 6rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-contactus__contact .tel dl dt {
    margin-bottom: 3rem;
    text-align: center;
  }
}
.p-contactus__contact .tel dl dd {
  font-family: "Poppins", sans-serif;
  font-size: 4.4rem;
  font-weight: 600;
}
@media only screen and (max-width: 780px) {
  .p-contactus__contact .tel dl dd {
    font-size: 3rem;
    text-align: center;
  }
}
.p-contactus__contact .tel dl dd a:before {
  width: 3.9rem;
  height: 3.9rem;
  margin-right: 0.5em;
  content: "";
  background-image: url("../img/contactus/tel.png");
  background-size: cover;
  display: inline-block;
  vertical-align: 0;
}
@media only screen and (max-width: 780px) {
  .p-contactus__contact .tel dl dd a:before {
    width: 2.7rem;
    height: 2.7rem;
  }
}
.p-contactus__contact .form {
  padding: 6.5rem 4rem;
  background-color: #FAFAFA;
}
@media only screen and (max-width: 780px) {
  .p-contactus__contact .form {
    padding: 3rem 2rem;
  }
}
.p-contactus__contact .form > p {
  margin-bottom: 2.5em;
  letter-spacing: 0.07em;
  line-height: 1.8;
  text-align: center;
}
.p-contactus__contact .form table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  .p-contactus__contact .form table {
    display: block;
  }
}
@media only screen and (max-width: 780px) {
  .p-contactus__contact .form table tbody {
    display: block;
  }
}
@media only screen and (max-width: 780px) {
  .p-contactus__contact .form table tbody tr {
    display: block;
  }
}
.p-contactus__contact .form table tbody tr th {
  width: 33%;
  padding-top: 0.5rem;
  padding-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: 500;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .p-contactus__contact .form table tbody tr th {
    width: auto;
    padding-top: 0;
    padding-bottom: 1rem;
    font-size: 1.6rem;
    display: block;
  }
}
.p-contactus__contact .form table tbody tr th .hissu {
  margin-left: 1em;
  font-size: 0.77em;
  color: #FF6032;
  display: inline-block;
  vertical-align: 0;
}
.p-contactus__contact .form table tbody tr td {
  padding-bottom: 3rem;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .p-contactus__contact .form table tbody tr td {
    display: block;
  }
}
.p-contactus__contact .form table tbody tr td .annotation {
  margin-top: 0.5em;
  font-size: 0.875em;
}
.p-contactus__contact .form .row {
  display: flex;
  justify-content: space-between;
}
.p-contactus__contact .form .row .col {
  width: 48%;
  display: flex;
  align-items: center;
}
.p-contactus__contact .form .row .col .label {
  margin-right: 0.5em;
}
.p-contactus__contact .form .wpcf7-text {
  width: 100%;
  padding: 1rem;
  background-color: #ffffff;
  border: solid 1px #E5E5E5;
  border-radius: 0.4rem;
}
.p-contactus__contact .form .wpcf7-text::-moz-placeholder {
  color: #9D9D9D;
}
.p-contactus__contact .form .wpcf7-text::placeholder {
  color: #9D9D9D;
}
.p-contactus__contact .form .wpcf7-textarea {
  width: 100%;
  height: 10em;
  padding: 1rem;
  background-color: #ffffff;
  border: solid 1px #E5E5E5;
  border-radius: 0.4rem;
}
@media only screen and (max-width: 780px) {
  .p-contactus__contact .form .wpcf7-textarea {
    height: 5em;
  }
}
.p-contactus__contact .form .wpcf7-textarea::-moz-placeholder {
  color: #9D9D9D;
}
.p-contactus__contact .form .wpcf7-textarea::placeholder {
  color: #9D9D9D;
}
.p-contactus__contact .form .wpcf7-acceptance {
  margin-bottom: -1em;
  display: block;
  letter-spacing: -0.4em;
}
.p-contactus__contact .form .wpcf7-acceptance > * {
  display: inline-block;
  letter-spacing: normal;
}
.p-contactus__contact .form .wpcf7-acceptance > * {
  margin-right: 1em !important;
  margin-bottom: 1em !important;
}
.p-contactus__contact .form .wpcf7-acceptance label input {
  visibility: hidden;
}
.p-contactus__contact .form .wpcf7-acceptance label input:checked + span:after {
  content: "";
}
.p-contactus__contact .form .wpcf7-acceptance label input + span {
  padding-left: 4rem;
  font-size: 1.4rem;
  display: inline-block;
  position: relative;
}
.p-contactus__contact .form .wpcf7-acceptance label input + span:before {
  width: 2.4rem;
  height: 2.4rem;
  content: "";
  background-color: #ffffff;
  border: solid 1px #E5E5E5;
  position: absolute;
  top: -0.25rem;
  left: 0;
}
.p-contactus__contact .form .wpcf7-acceptance label input + span:after {
  width: 1.6rem;
  height: 1rem;
  content: none;
  border-left: solid 0.2rem #000000;
  border-bottom: solid 0.2rem #000000;
  position: absolute;
  top: 0.15rem;
  left: 0.4rem;
  transform: rotate(-45deg);
}
.p-contactus__contact .form .privacy_check {
  margin-top: 1rem;
  margin-bottom: 4rem;
  text-align: center;
}
.p-contactus__contact .form .submit {
  text-align: center;
}
.p-contactus__contact .form .submit .btn01:disabled {
  color: #3DACA7 !important;
  background-position: 100% 0 !important;
  opacity: 0.3 !important;
}
.p-contactus__privacy {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 780px) {
  .p-contactus__privacy {
    margin-bottom: 6rem;
  }
}
.p-contactus__privacy .inner {
  max-width: 1000px;
}
.p-contactus__privacy .wrap.hide {
  height: 30rem;
  overflow: hidden;
  position: relative;
}
.p-contactus__privacy .wrap.hide:after {
  width: 100%;
  height: 60%;
  content: "";
  background: linear-gradient(to top, #ffffff 10%, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-contactus__privacy .wrap.hide + .more {
  display: block;
}
.p-contactus__privacy .more {
  text-align: center;
  display: none;
}
.p-contactus__privacy .more span {
  width: 27.8rem;
  padding: 1rem;
  font-weight: 500;
  color: #FF6032;
  border: solid 1px #FF6032;
  border-radius: 99px;
  display: inline-block;
  transition: color 0.3s, background-color 0.3s;
}
.p-contactus__privacy .more span:hover {
  color: #ffffff;
  background-color: #FF6032;
}
.p-contactus__privacy h2 {
  margin-bottom: 1.8em;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: center;
}
.p-contactus__privacy h3 {
  margin-bottom: 0.6em;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.p-contactus__privacy p {
  margin-bottom: 1em;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1.7;
}

.p-download__content {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 780px) {
  .p-download__content {
    margin-bottom: 6rem;
  }
}
.p-download__content .intro_text {
  margin-bottom: 2.2em;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-download__content .intro_text {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-download__content .link {
    margin-bottom: 8rem;
    display: flex;
  }
}
@media only screen and (max-width: 780px) {
  .p-download__content .link {
    margin-bottom: 4rem;
    text-align: center;
    letter-spacing: -0.4em;
  }
  .p-download__content .link > * {
    display: inline-block;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 781px) {
  .p-download__content .link li {
    width: 30%;
    margin-right: 5%;
  }
  .p-download__content .link li:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-download__content .link li {
    width: 48%;
    max-width: 27rem;
    margin: 0 1% 1% 1%;
  }
}
.p-download__content .link li a {
  width: 100%;
  padding: 2rem 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #222222;
  background: linear-gradient(to right, #3DACA7, #3DACA7 50%, transparent 50%, transparent);
  background-size: 200% auto;
  background-position: 100% 0;
  border: solid 1px #3DACA7;
  overflow: hidden;
  display: inline-block;
  transition: background-position 0.3s, color 0.3s;
}
@media only screen and (max-width: 780px) {
  .p-download__content .link li a {
    font-size: 1.6rem;
  }
}
.p-download__content .link li a:hover {
  color: #ffffff;
  background-position: 0;
}
.p-download__content .file_list + .file_list {
  margin-top: 8rem;
}
.p-download__content .file_list dt {
  margin-bottom: 1.25em;
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 600;
}
@media only screen and (max-width: 780px) {
  .p-download__content .file_list dt {
    font-size: 2rem;
  }
}
.p-download__content .file_list dt:before {
  width: 0.4rem;
  height: 1em;
  margin-right: 0.5em;
  content: "";
  background-color: #3DACA7;
  display: inline-block;
  vertical-align: -0.15em;
}
.p-download__content .file_list dd {
  padding: 3rem 12rem 3rem 5.5rem;
  background-color: #FAFAFA;
  border-radius: 1rem;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .p-download__content .file_list dd {
    padding: 3rem 10rem 3rem 3rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-download__content .file_list dd {
    padding: 2rem 8rem 2rem 2rem;
  }
}
.p-download__content .file_list dd + dd {
  margin-top: 2rem;
}
.p-download__content .file_list dd .name {
  margin-bottom: 0.3em;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 780px) {
  .p-download__content .file_list dd .name {
    font-size: 1.8rem;
  }
}
.p-download__content .file_list dd .description {
  margin-bottom: 1.15em;
  padding-bottom: 1.15em;
  border-bottom: solid 1px #E5E5E5;
}
.p-download__content .file_list dd .meta {
  letter-spacing: -0.4em;
}
.p-download__content .file_list dd .meta > * {
  display: inline-block;
  letter-spacing: normal;
}
.p-download__content .file_list dd .meta .date {
  margin-right: 1em;
  font-size: 1.4rem;
  font-weight: 700;
  vertical-align: middle;
}
@media only screen and (max-width: 780px) {
  .p-download__content .file_list dd .meta .date {
    margin: 0;
    font-size: 1.2rem;
    display: block;
  }
}
.p-download__content .file_list dd .meta .file_name {
  margin-right: 0.5em;
  font-size: 1.4rem;
  font-weight: 700;
  vertical-align: middle;
}
@media only screen and (max-width: 780px) {
  .p-download__content .file_list dd .meta .file_name {
    font-size: 1.2rem;
    display: block;
  }
}
.p-download__content .file_list dd .meta .file_type {
  margin-right: 0.25em;
  font-size: 1.2rem;
  vertical-align: middle;
}
@media only screen and (max-width: 780px) {
  .p-download__content .file_list dd .meta .file_type {
    margin: 0;
    font-size: 1rem;
  }
}
.p-download__content .file_list dd .meta .file_size {
  font-size: 1.2rem;
  vertical-align: middle;
}
@media only screen and (max-width: 780px) {
  .p-download__content .file_list dd .meta .file_size {
    font-size: 1rem;
  }
}
.p-download__content .file_list dd .download_btn {
  width: 4.4rem;
  height: 4.4rem;
  margin-top: -2.2rem;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("../img/download/dl_btn.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 4rem;
}
@media only screen and (max-width: 900px) {
  .p-download__content .file_list dd .download_btn {
    width: 3.6rem;
    height: 3.6rem;
    right: 3rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-download__content .file_list dd .download_btn {
    right: 2rem;
  }
}
.p-download__content .file_list dd .download_btn:hover {
  opacity: 0.6;
}

.p-performance__content .headding {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 781px) {
  .p-performance__content .headding .link {
    margin-bottom: 8rem;
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 780px) {
  .p-performance__content .headding .link {
    margin-bottom: 4rem;
    text-align: center;
    letter-spacing: -0.4em;
  }
  .p-performance__content .headding .link > * {
    display: inline-block;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 781px) {
  .p-performance__content .headding .link li {
    width: 30%;
    margin: 0 5% 3rem 0;
  }
  .p-performance__content .headding .link li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-performance__content .headding .link li {
    width: 48%;
    max-width: 27rem;
    margin: 0 1% 1% 1%;
  }
}
.p-performance__content .headding .link li a {
  width: 100%;
  padding: 2rem 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #222222;
  background: linear-gradient(to right, #3DACA7, #3DACA7 50%, transparent 50%, transparent);
  background-size: 200% auto;
  background-position: 100% 0;
  border: solid 1px #3DACA7;
  overflow: hidden;
  display: inline-block;
  transition: background-position 0.3s, color 0.3s;
}
@media only screen and (max-width: 780px) {
  .p-performance__content .headding .link li a {
    font-size: 1.6rem;
  }
}
.p-performance__content .headding .link li a:hover {
  color: #ffffff;
  background-position: 0;
}
.p-performance__content .content {
  padding: 7rem 0 12rem 0;
  background-color: #FAFAFA;
}
@media only screen and (max-width: 780px) {
  .p-performance__content .content {
    padding: 2rem 0;
  }
}
.p-performance__content .content .inner {
  max-width: 1160px;
}
.p-performance__content .content .jisseki + .jisseki {
  margin-top: 10rem;
}
@media only screen and (max-width: 780px) {
  .p-performance__content .content .jisseki + .jisseki {
    margin-top: 5rem;
  }
}
.p-performance__content .content .jisseki h2 {
  margin-bottom: 1em;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-performance__content .content .jisseki h2 {
    font-size: 2.4rem;
  }
}
.p-performance__content .content .jisseki h2 span {
  font-family: "Poppins", sans-serif;
  font-size: 0.375em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #3DACA7;
  display: block;
}
.p-performance__content .content .jisseki > ul > li {
  padding: 2.7rem 4rem;
  background-color: #ffffff;
  border: solid 0.2rem #B9D9D3;
}
@media only screen and (max-width: 780px) {
  .p-performance__content .content .jisseki > ul > li {
    padding: 1.5rem;
  }
}
.p-performance__content .content .jisseki > ul > li + li {
  margin-top: 1.6rem;
}
.p-performance__content .content .jisseki > ul > li h3 {
  margin-bottom: 0.9em;
  padding-bottom: 0.42em;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  border-bottom: solid 1px #E5E5E5;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-performance__content .content .jisseki > ul > li h3 {
    font-size: 2rem;
  }
}
.p-performance__content .content .jisseki > ul > li h3:after {
  width: 28rem;
  height: 1px;
  content: "";
  background-color: #3DACA7;
  position: absolute;
  top: 100%;
  left: 0;
}
@media only screen and (max-width: 780px) {
  .p-performance__content .content .jisseki > ul > li h3:after {
    width: 10rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-performance__content .content .jisseki > ul > li .slider-set {
    margin-bottom: 4rem;
    display: flex;
  }
}
@media only screen and (max-width: 780px) {
  .p-performance__content .content .jisseki > ul > li .slider-set {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-performance__content .content .jisseki > ul > li .slider-set .slider-pro {
    width: 50% !important;
  }
}
@media only screen and (max-width: 780px) {
  .p-performance__content .content .jisseki > ul > li .slider-set .slider-pro {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.p-performance__content .content .jisseki > ul > li .slider-set .slider-pro .sp-slides .sp-slide {
  width: 200%;
  height: 38.3rem;
  text-align: center;
}
.p-performance__content .content .jisseki > ul > li .slider-set .slider-pro .sp-slides .sp-slide img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.p-performance__content .content .jisseki > ul > li .slider-set .slider-pro .sp-arrows .sp-arrow {
  width: 2.5rem;
  height: 5.7rem;
  background-image: url("../img/slider_arrow01.png");
  background-size: cover;
}
.p-performance__content .content .jisseki > ul > li .slider-set .slider-pro .sp-arrows .sp-arrow:before, .p-performance__content .content .jisseki > ul > li .slider-set .slider-pro .sp-arrows .sp-arrow:after {
  content: none;
}
.p-performance__content .content .jisseki > ul > li .slider-set .slider-pro .sp-arrows .sp-arrow.sp-previous-arrow {
  left: 0;
}
.p-performance__content .content .jisseki > ul > li .slider-set .slider-pro .sp-arrows .sp-arrow.sp-next-arrow {
  right: 0;
}
.p-performance__content .content .jisseki > ul > li .slider-set .sp-thumbnails {
  letter-spacing: -0.4em;
}
.p-performance__content .content .jisseki > ul > li .slider-set .sp-thumbnails > * {
  display: inline-block;
  letter-spacing: normal;
}
@media only screen and (min-width: 781px) {
  .p-performance__content .content .jisseki > ul > li .slider-set .sp-thumbnails {
    width: 50%;
    padding-left: 3rem;
  }
}
.p-performance__content .content .jisseki > ul > li .slider-set .sp-thumbnails .sp-thumbnail {
  width: 30%;
  height: 11.2rem;
  overflow: hidden;
  margin: 0 5% 5% 0;
}
.p-performance__content .content .jisseki > ul > li .slider-set .sp-thumbnails .sp-thumbnail > img, .p-performance__content .content .jisseki > ul > li .slider-set .sp-thumbnails .sp-thumbnail > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 780px) {
  .p-performance__content .content .jisseki > ul > li .slider-set .sp-thumbnails .sp-thumbnail {
    height: 8rem;
  }
}
.p-performance__content .content .jisseki > ul > li .slider-set .sp-thumbnails .sp-thumbnail:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (min-width: 781px) {
  .p-performance__content .content .jisseki > ul > li .detail {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 781px) {
  .p-performance__content .content .jisseki > ul > li .detail .info {
    width: 50%;
    display: table;
  }
  .p-performance__content .content .jisseki > ul > li .detail .info > * {
    display: table-cell;
  }
}
@media only screen and (max-width: 780px) {
  .p-performance__content .content .jisseki > ul > li .detail .info {
    margin-bottom: 2rem;
  }
}
.p-performance__content .content .jisseki > ul > li .detail .info dt {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 781px) {
  .p-performance__content .content .jisseki > ul > li .detail .info dt {
    width: 12rem;
    vertical-align: middle;
    border-right: solid 0.2rem #3DACA7;
  }
}
@media only screen and (max-width: 780px) {
  .p-performance__content .content .jisseki > ul > li .detail .info dt {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    border-bottom: solid 0.2rem #3DACA7;
  }
}
@media only screen and (min-width: 781px) {
  .p-performance__content .content .jisseki > ul > li .detail .info dd {
    vertical-align: middle;
  }
}
.p-performance__content .content .jisseki > ul > li .detail .info dd table {
  width: 100%;
}
.p-performance__content .content .jisseki > ul > li .detail .info dd table tbody tr th {
  width: 13rem;
  padding: 0.5rem 2rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
@media only screen and (max-width: 780px) {
  .p-performance__content .content .jisseki > ul > li .detail .info dd table tbody tr th {
    width: 30%;
    padding: 0.5rem;
    font-size: 1.6rem;
  }
}
.p-performance__content .content .jisseki > ul > li .detail .info dd table tbody tr td {
  padding: 0.5rem 0;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
.p-performance__content .content .jisseki > ul > li .detail .description {
  padding: 1em 1.25em;
  font-weight: 500;
  letter-spacing: 0.1em;
  border: solid 1px #E5E5E5;
}
@media only screen and (min-width: 781px) {
  .p-performance__content .content .jisseki > ul > li .detail .description {
    width: 50%;
  }
}

.p-staff__list {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 780px) {
  .p-staff__list {
    margin-bottom: 6rem;
  }
}
.p-staff__list .staff_list {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 781px) {
  .p-staff__list .staff_list li {
    width: 31%;
    margin: 0 3.5% 5.6rem 0;
  }
  .p-staff__list .staff_list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-staff__list .staff_list li {
    width: 48%;
    margin: 0 4% 3rem 0;
  }
  .p-staff__list .staff_list li:nth-child(2n) {
    margin-right: 0;
  }
}
.p-staff__list .staff_list li a {
  transition: opacity 0.3s;
}
.p-staff__list .staff_list li a:hover {
  opacity: 0.6;
}
.p-staff__list .staff_list li .img {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
  aspect-ratio: 360/350;
  overflow: hidden;
}
.p-staff__list .staff_list li .img > img, .p-staff__list .staff_list li .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-staff__list .staff_list li .subttl {
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 780px) {
  .p-staff__list .staff_list li .subttl {
    font-size: 1.8rem;
  }
}
.p-staff__list .staff_list li .initial {
  font-family: "Poppins", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 780px) {
  .p-staff__list .staff_list li .initial {
    font-size: 1.6rem;
  }
}
.p-staff__list .staff_list li .year {
  margin-left: 0.5em;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 780px) {
  .p-staff__list .staff_list li .year {
    font-size: 1.3rem;
  }
}
.p-staff__post {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 780px) {
  .p-staff__post {
    margin-bottom: 6rem;
  }
}
.p-staff__post .headding {
  margin-bottom: 8rem;
  padding-top: 4rem;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-staff__post .headding {
    margin-bottom: 4rem;
    padding-top: 0;
  }
}
@media only screen and (min-width: 781px) {
  .p-staff__post .headding .img {
    width: 60vw;
    max-width: 1088px;
    height: calc(100% - 4rem);
    min-height: 37rem;
    position: absolute;
    top: 0;
    right: 39%;
    overflow: hidden;
  }
  .p-staff__post .headding .img > img, .p-staff__post .headding .img > video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media only screen and (max-width: 780px) {
  .p-staff__post .headding .img {
    width: 111%;
    margin: 0 -5.5% 0 -5.5%;
  }
}
.p-staff__post .headding .text {
  color: #ffffff;
  background-color: #FF6032;
}
@media only screen and (min-width: 781px) {
  .p-staff__post .headding .text {
    width: 50%;
    min-height: 37rem;
    margin: 0 0 0 auto;
    padding: 4.3rem 0 4.3rem 6.5rem;
    position: relative;
  }
  .p-staff__post .headding .text:after {
    width: 9999px;
    height: 100%;
    content: "";
    background-color: #FF6032;
    position: absolute;
    top: 0;
    left: 100%;
  }
}
@media only screen and (max-width: 780px) {
  .p-staff__post .headding .text {
    width: 111%;
    margin: 0 -5.5%;
    padding: 1.5rem 2rem;
  }
}
.p-staff__post .headding .text h2 {
  margin-bottom: 0.85em;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (max-width: 780px) {
  .p-staff__post .headding .text h2 {
    font-size: 2.2rem;
  }
}
.p-staff__post .headding .text h2:after {
  width: 4em;
  height: 1px;
  margin-top: 1em;
  content: "";
  background-color: #ffffff;
  display: block;
}
.p-staff__post .headding .text .name_roma {
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 780px) {
  .p-staff__post .headding .text .name_roma {
    font-size: 2rem;
  }
}
.p-staff__post .headding .text .name {
  font-weight: 500;
}
.p-staff__post .headding .text .meta {
  margin-top: 2rem;
  letter-spacing: -0.4em;
}
.p-staff__post .headding .text .meta > * {
  display: inline-block;
  letter-spacing: normal;
}
.p-staff__post .headding .text .meta .position {
  margin-right: 1em;
  padding: 0.18em 0.5em;
  font-weight: 500;
  color: #222222;
  background-color: #ffffff;
  border-radius: 0.6rem;
  vertical-align: middle;
}
.p-staff__post .headding .text .meta .year {
  font-size: 1.8rem;
  vertical-align: middle;
}
@media only screen and (max-width: 780px) {
  .p-staff__post .headding .text .meta .year {
    font-size: 1.6rem;
  }
}
.p-staff__post .comment01, .p-staff__post .comment02, .p-staff__post .comment03 {
  max-width: 1000px;
  margin: 0 auto;
}
.p-staff__post .comment01 .comment_ttl, .p-staff__post .comment02 .comment_ttl, .p-staff__post .comment03 .comment_ttl {
  margin-bottom: 2.1em;
  font-size: 1.8rem;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-staff__post .comment01 .comment_ttl, .p-staff__post .comment02 .comment_ttl, .p-staff__post .comment03 .comment_ttl {
    margin-bottom: 1.5em;
    font-size: 1.6rem;
  }
}
.p-staff__post .comment01 .comment_ttl:after, .p-staff__post .comment02 .comment_ttl:after, .p-staff__post .comment03 .comment_ttl:after {
  height: 1px;
  content: "";
  background-color: #E5E5E5;
}
@media only screen and (min-width: 781px) {
  .p-staff__post .comment01 .comment_ttl:after, .p-staff__post .comment02 .comment_ttl:after, .p-staff__post .comment03 .comment_ttl:after {
    width: 9999px;
    position: absolute;
    top: 50%;
    right: calc(100% + 3rem);
  }
}
@media only screen and (max-width: 780px) {
  .p-staff__post .comment01 .comment_ttl:after, .p-staff__post .comment02 .comment_ttl:after, .p-staff__post .comment03 .comment_ttl:after {
    width: 3em;
    margin-top: 1em;
    display: block;
  }
}
.p-staff__post .comment01 .comment_ttl .num, .p-staff__post .comment02 .comment_ttl .num, .p-staff__post .comment03 .comment_ttl .num {
  margin-right: 0.6em;
  @includ pop;
  font-size: 4rem;
  font-weight: 500;
  color: #3DACA7;
  display: inline-block;
  vertical-align: -0.2em;
}
@media only screen and (max-width: 780px) {
  .p-staff__post .comment01 .comment_ttl .num, .p-staff__post .comment02 .comment_ttl .num, .p-staff__post .comment03 .comment_ttl .num {
    font-size: 2.4rem;
    vertical-align: -0.1em;
  }
}
.p-staff__post .comment01 .comment_ttl .eng, .p-staff__post .comment02 .comment_ttl .eng, .p-staff__post .comment03 .comment_ttl .eng {
  @includ pop;
  font-size: 2rem;
  font-weight: 500;
  white-space: nowrap;
  text-transform: uppercase;
  color: #3DACA7;
}
@media only screen and (min-width: 781px) {
  .p-staff__post .comment01 .comment_ttl .eng, .p-staff__post .comment02 .comment_ttl .eng, .p-staff__post .comment03 .comment_ttl .eng {
    width: 40rem;
    text-align: right;
    transform: rotate(-90deg);
    position: absolute;
    bottom: -45rem;
    left: -5rem;
    transform-origin: left top;
  }
}
@media only screen and (max-width: 780px) {
  .p-staff__post .comment01 .comment_ttl .eng, .p-staff__post .comment02 .comment_ttl .eng, .p-staff__post .comment03 .comment_ttl .eng {
    font-size: 1.5rem;
    display: block;
  }
}
.p-staff__post .comment01 .text h4, .p-staff__post .comment02 .text h4, .p-staff__post .comment03 .text h4 {
  margin-bottom: 0.75em;
  font-size: 4.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.25;
}
@media only screen and (max-width: 780px) {
  .p-staff__post .comment01 .text h4, .p-staff__post .comment02 .text h4, .p-staff__post .comment03 .text h4 {
    font-size: 2.2rem;
  }
}
.p-staff__post .comment01 .text p, .p-staff__post .comment02 .text p, .p-staff__post .comment03 .text p {
  line-height: 2.4;
}
@media only screen and (max-width: 780px) {
  .p-staff__post .comment01 .text p, .p-staff__post .comment02 .text p, .p-staff__post .comment03 .text p {
    line-height: 1.6;
  }
}
.p-staff__post .comment01 {
  margin-bottom: 7.2rem;
}
@media only screen and (max-width: 780px) {
  .p-staff__post .comment01 {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-staff__post .comment01 .content {
    display: flex;
  }
}
@media only screen and (min-width: 781px) {
  .p-staff__post .comment01 .content .text {
    flex: 0 0 55%;
  }
}
@media only screen and (max-width: 780px) {
  .p-staff__post .comment01 .content .text {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-staff__post .comment01 .content .img {
    flex: 0 0 49.3%;
    transform: translateX(10%);
  }
}
.p-staff__post .comment02 {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 780px) {
  .p-staff__post .comment02 {
    margin-bottom: 3rem;
  }
}
.p-staff__post .comment02 .content .text {
  margin-bottom: 7.2rem;
}
@media only screen and (max-width: 780px) {
  .p-staff__post .comment02 .content .text {
    margin-bottom: 2rem;
  }
}
.p-staff__post .comment02 .content .img {
  width: 112%;
  margin: 0 -6%;
}
@media only screen and (max-width: 780px) {
  .p-staff__post .comment02 .content .img {
    width: 111%;
    margin: 0 -5.5%;
  }
}
.p-staff__post .comment03 {
  margin-bottom: 8.8rem;
}
@media only screen and (max-width: 780px) {
  .p-staff__post .comment03 {
    margin-bottom: 3rem;
  }
}
.p-staff__post .comment03 .content .text {
  margin-bottom: 7.2rem;
}
@media only screen and (max-width: 780px) {
  .p-staff__post .comment03 .content .text {
    margin-bottom: 2rem;
  }
}
.p-staff__post .comment03 .content .img {
  width: 112%;
  margin: 0 -6%;
  letter-spacing: -0.4em;
}
.p-staff__post .comment03 .content .img > * {
  display: inline-block;
  letter-spacing: normal;
}
@media only screen and (max-width: 780px) {
  .p-staff__post .comment03 .content .img {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 781px) {
  .p-staff__post .comment03 .content .img img {
    width: 30%;
    margin-right: 5%;
  }
  .p-staff__post .comment03 .content .img img:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-staff__post .comment03 .content .img img {
    width: 48%;
    margin: 0 1% 2% 1%;
  }
}
.p-staff__post .btn {
  text-align: center;
}

.p-recruit__bg_grad01 {
  background: linear-gradient(to bottom, #F7F7F7, #F7F7F7 15%, #E2E2E2);
}
.p-recruit__subttl01 {
  margin-bottom: 1.4em;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 780px) {
  .p-recruit__subttl01 {
    font-size: 2.7rem;
  }
}
.p-recruit__subttl01 span {
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-recruit__subttl01 span {
    font-size: 1.6rem;
  }
}
.p-recruit__subttl01.white {
  color: #ffffff;
}
@media only screen and (min-width: 781px) {
  .p-recruit__mv {
    width: 100%;
    height: auto;
    aspect-ratio: 1920/1280;
    background-image: url("../img/recruit/mv.png");
    background-size: cover;
  }
}
.p-recruit__message {
  margin-top: -16%;
  padding-bottom: 11rem;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 780px) {
  .p-recruit__message {
    padding-bottom: 6.6rem;
  }
}
.p-recruit__message .inner {
  max-width: 1160px;
}
.p-recruit__message h2 {
  margin-bottom: 0.35em;
  font-family: "Noto Serif JP", serif;
  font-size: 8.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media only screen and (max-width: 780px) {
  .p-recruit__message h2 {
    font-size: 4rem;
    letter-spacing: 0.01em;
  }
}
.p-recruit__message h2 big {
  font-size: 1.3em;
}
.p-recruit__message h3 {
  margin-bottom: 1em;
  font-family: "Noto Serif JP", serif;
  font-size: 4.3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 780px) {
  .p-recruit__message h3 {
    font-size: 2.5rem;
  }
}
.p-recruit__message p {
  margin-bottom: 1em;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 2.5;
}
@media only screen and (max-width: 780px) {
  .p-recruit__message p {
    line-height: 1.6;
  }
}
.p-recruit__interview {
  padding: 8rem 0 8.8rem 0;
  background: linear-gradient(to bottom right, #383838, #222222);
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-recruit__interview {
    padding: 5rem 0 16.5rem 0;
  }
}
.p-recruit__interview:before, .p-recruit__interview:after {
  content: "";
  background-size: cover;
  position: absolute;
}
.p-recruit__interview:before {
  width: 18.4rem;
  height: 13.5rem;
  background-image: url("../img/recruit/fig01.png");
  top: -6rem;
  right: 163.3rem;
}
@media only screen and (max-width: 780px) {
  .p-recruit__interview:before {
    width: 9.2rem;
    height: 6.75rem;
    top: -4.2rem;
    left: -3.5rem;
    right: auto;
  }
}
.p-recruit__interview:after {
  width: 41.5rem;
  height: 35.3rem;
  background-image: url("../img/recruit/fig02.png");
  left: 169rem;
  bottom: -6rem;
}
@media only screen and (max-width: 780px) {
  .p-recruit__interview:after {
    width: 14.5rem;
    height: 10.5rem;
    left: auto;
    right: -6.5rem;
    bottom: -5.3rem;
  }
}
.p-recruit__interview .eng {
  width: 496rem;
  height: 13.4rem;
  margin-top: -6.7rem;
  content: "";
  background-image: url("../img/recruit/staff_eng.png");
  background-size: cover;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: -3.5rem;
}
@media only screen and (max-width: 780px) {
  .p-recruit__interview .eng {
    width: 248rem;
    height: 6.7rem;
    margin-top: 0;
    top: auto;
    bottom: 6rem;
    left: -30rem;
  }
}
.p-recruit__interview .inner {
  max-width: 1160px;
  position: relative;
  z-index: 1;
}
.p-recruit__interview ul {
  display: flex;
}
@media only screen and (max-width: 780px) {
  .p-recruit__interview ul {
    margin-bottom: 2rem;
    padding-bottom: 1.75rem;
    overflow: auto;
  }
}
@media only screen and (min-width: 781px) {
  .p-recruit__interview ul li {
    width: 31%;
    margin: 0 3.5% 5.6rem 0;
  }
  .p-recruit__interview ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__interview ul li {
    flex: 0 0 25.7rem;
    margin: 0 1.2rem;
  }
}
.p-recruit__interview ul li a {
  color: #ffffff;
  transition: opacity 0.3s;
}
.p-recruit__interview ul li a:hover {
  opacity: 0.6;
}
.p-recruit__interview ul li .img {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
  aspect-ratio: 360/350;
  overflow: hidden;
}
.p-recruit__interview ul li .img > img, .p-recruit__interview ul li .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-recruit__interview ul li .subttl {
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 780px) {
  .p-recruit__interview ul li .subttl {
    font-size: 1.8rem;
  }
}
.p-recruit__interview ul li .initial {
  font-family: "Poppins", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 780px) {
  .p-recruit__interview ul li .initial {
    font-size: 1.6rem;
  }
}
.p-recruit__interview ul li .year {
  margin-left: 0.5em;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 780px) {
  .p-recruit__interview ul li .year {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-recruit__interview .btn {
    position: absolute;
    top: 3rem;
    right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__interview .btn {
    text-align: center;
  }
}
.p-recruit__interview .btn a {
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  border: solid 0.2rem #ffffff;
  background-image: url("../img/icon_arrow02.png");
  background-size: 2.4rem auto;
  background-position: calc(100% - 1.8rem) center;
  background-repeat: no-repeat;
  border-radius: 99px;
  display: inline-block;
}
.p-recruit__interview .btn a:hover {
  color: #222222;
  background-color: #ffffff;
  background-image: url("../img/icon_arrow01.png");
}
@media only screen and (min-width: 781px) {
  .p-recruit__interview .btn a {
    width: 31.1rem;
    padding: 0.65em;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__interview .btn a {
    width: 30.4rem;
    padding: 1.1em;
    font-size: 1.6rem;
  }
}
.p-recruit__welfare {
  padding: 8.8rem 0 10.9rem 0;
  background: linear-gradient(to bottom, #F7F7F7, #E2E2E2);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-recruit__welfare {
    padding: 3.2rem 0 4rem 0;
  }
}
.p-recruit__welfare .eng {
  width: 539.4rem;
  height: 49.2rem;
  content: "";
  background-image: url("../img/recruit/welfare_eng.png");
  background-size: cover;
  position: absolute;
  left: -3rem;
  bottom: 0;
}
.p-recruit__welfare .inner {
  max-width: 1160px;
  position: relative;
  z-index: 1;
}
.p-recruit__welfare ol {
  display: flex;
  flex-wrap: wrap;
}
.p-recruit__welfare ol li {
  text-align: center;
  background-color: #ffffff;
}
@media only screen and (min-width: 781px) {
  .p-recruit__welfare ol li {
    width: 33%;
    margin: 0 0.5% 0.5% 0;
    padding: 4.8rem 2rem;
    position: relative;
  }
  .p-recruit__welfare ol li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__welfare ol li {
    width: 48%;
    margin: 0 4% 4% 0;
    padding: 1.2rem 0 2rem 0;
  }
  .p-recruit__welfare ol li:nth-child(2n) {
    margin-right: 0;
  }
}
.p-recruit__welfare ol li .num {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  border-bottom: solid 0.3rem #222222;
}
@media only screen and (min-width: 781px) {
  .p-recruit__welfare ol li .num {
    padding-left: 0.5em;
    font-size: 4.5rem;
    position: absolute;
    top: 0.8rem;
    left: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__welfare ol li .num {
    padding: 0 0.25em;
    font-size: 2.5rem;
    border-bottom-width: 0.2rem;
    display: inline-block;
  }
}
@media only screen and (min-width: 781px) {
  .p-recruit__welfare ol li .fig {
    width: 14.6rem;
    margin: 0 auto 3.6rem auto;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__welfare ol li .fig {
    width: 8.4rem;
    margin: 1.6rem auto 0.8rem auto;
  }
}
.p-recruit__welfare ol li p {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media only screen and (min-width: 781px) {
  .p-recruit__welfare ol li p {
    font-size: 2.6rem;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__welfare ol li p {
    font-size: 1.8rem;
    line-height: 1.1;
  }
}
.p-recruit__welfare ol li p span {
  font-size: 0.84em;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-recruit__welfare ol li p span {
    font-size: 0.7em;
  }
}
.p-recruit__job {
  padding: 10rem 0 8.8rem 0;
  color: #ffffff;
  background: linear-gradient(to bottom right, #383838, #222222);
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-recruit__job {
    padding: 4.4rem 0 4rem 0;
  }
}
.p-recruit__job:before, .p-recruit__job:after {
  content: "";
  background-size: cover;
  position: absolute;
}
.p-recruit__job:before {
  width: 35.6rem;
  height: 33.9rem;
  background-image: url("../img/recruit/fig03.png");
  top: 8.7rem;
  right: 167.7rem;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-recruit__job:before {
    width: 12.46rem;
    height: 11.86rem;
    top: -2.5rem;
    right: -1rem;
  }
}
.p-recruit__job:after {
  width: 25.7rem;
  height: 20.6rem;
  background-image: url("../img/recruit/fig04.png");
  left: 166.3rem;
  bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-recruit__job:after {
    width: 8.99rem;
    height: 7.2rem;
    left: auto;
    right: -3rem;
    bottom: -3rem;
  }
}
.p-recruit__job .job_bg_bottom {
  width: 24.7rem;
  height: 101.2rem;
  background-image: url("../img/recruit/job_bg_bottom.png");
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 1673px;
}
.p-recruit__job .inner {
  max-width: 1160px;
}
@media only screen and (max-width: 780px) {
  .p-recruit__job .p-recruit__subttl01 {
    margin-bottom: 0.7em;
  }
}
.p-recruit__job ol {
  padding-top: 7.5rem;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-recruit__job ol {
    padding-top: 3.5rem;
  }
}
.p-recruit__job ol:before {
  width: 100vw;
  height: 1px;
  content: "";
  background-color: #E5E5E5;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 781px) {
  .p-recruit__job ol li {
    display: flex;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 781px) {
  .p-recruit__job ol li + li {
    margin-top: 7.2rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__job ol li + li {
    margin-top: 3.6rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-recruit__job ol li .img {
    width: 45%;
    margin-right: 5%;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__job ol li .img {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-recruit__job ol li .text {
    width: 50%;
  }
}
.p-recruit__job ol li .text h3 {
  margin-bottom: 1em;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 780px) {
  .p-recruit__job ol li .text h3 {
    font-size: 2.5rem;
  }
}
.p-recruit__job ol li .text h3 .num {
  font-family: "Poppins", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-recruit__job ol li .text h3 .num {
    font-size: 4rem;
  }
}
.p-recruit__job ol li .text h3 .eng {
  margin: 0.5rem 0;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-recruit__job ol li .text h3 .eng {
    font-size: 1.4rem;
  }
}
.p-recruit__job ol li .text p {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 2.16;
}
@media only screen and (max-width: 780px) {
  .p-recruit__job ol li .text p {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.p-recruit__message2 {
  margin-top: 25rem;
  padding: 20rem 0 6rem 0;
  color: #ffffff;
  background-color: #FF6032;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-recruit__message2 {
    margin-top: 15rem;
    padding: 7.5rem 0 4rem 0;
  }
}
.p-recruit__message2:before, .p-recruit__message2:after {
  content: "";
  background-size: cover;
  position: absolute;
}
.p-recruit__message2:before {
  width: 35rem;
  height: 46.2rem;
  background-image: url("../img/recruit/fig05.png");
  top: -22.5rem;
  right: 175rem;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-recruit__message2:before {
    content: none;
  }
}
.p-recruit__message2:after {
  width: 25.7rem;
  height: 20.6rem;
  background-image: url("../img/recruit/fig06.png");
  top: 29.5rem;
  left: 166rem;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-recruit__message2:after {
    width: 8.99rem;
    height: 7.2rem;
    top: 2rem;
    left: auto;
    right: 0;
  }
}
.p-recruit__message2 .img {
  width: 162.2rem;
  position: absolute;
  top: -12.6rem;
  left: 56.6rem;
}
@media only screen and (max-width: 780px) {
  .p-recruit__message2 .img {
    width: 56.5rem;
    top: -12.2rem;
    left: -1.5rem;
  }
}
.p-recruit__message2 .inner {
  max-width: 1160px;
  position: relative;
  z-index: 1;
}
.p-recruit__message2 .p-recruit__subttl01 {
  margin-bottom: 0.68em;
  font-size: 8.2rem;
  letter-spacing: normal;
}
@media only screen and (max-width: 1599px) {
  .p-recruit__message2 .p-recruit__subttl01 {
    font-size: 7rem;
  }
}
@media only screen and (max-width: 1279px) {
  .p-recruit__message2 .p-recruit__subttl01 {
    font-size: 6.5rem;
  }
}
@media only screen and (max-width: 1099px) {
  .p-recruit__message2 .p-recruit__subttl01 {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__message2 .p-recruit__subttl01 {
    font-size: 3.5rem;
    line-height: 1.2;
  }
}
.p-recruit__message2 .p-recruit__subttl01 span {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 780px) {
  .p-recruit__message2 .p-recruit__subttl01 span {
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
  }
}
.p-recruit__message2 h3 {
  margin-bottom: 0.3em;
  font-family: "Noto Serif JP", serif;
  font-size: 4.3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-recruit__message2 h3 {
    margin-bottom: 0.9em;
    font-size: 2.2rem;
  }
}
.p-recruit__message2 h3:after {
  width: 1px;
  height: 2.4rem;
  margin: 0.8rem auto 0 auto;
  content: "";
  background-color: #ffffff;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-recruit__message2 h3:after {
    content: none;
  }
}
.p-recruit__message2 p {
  margin-bottom: 1.6em;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 2.16;
}
@media only screen and (max-width: 780px) {
  .p-recruit__message2 p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.p-recruit__message2 .name {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: right;
}
@media only screen and (max-width: 780px) {
  .p-recruit__message2 .name {
    font-size: 1.3rem;
  }
}
.p-recruit__message2 .name span {
  margin-left: 1em;
  font-size: 1.4em;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .p-recruit__message2 .name span {
    display: block;
  }
}
.p-recruit__requirements {
  margin-bottom: 32rem;
  padding: 12rem 0 32rem 0;
  color: #ffffff;
  background: linear-gradient(to bottom right, #383838, #222222);
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-recruit__requirements {
    margin-bottom: 8rem;
    padding: 4rem 0 10rem 0;
  }
}
.p-recruit__requirements .inner {
  max-width: 1160px;
}
@media only screen and (min-width: 901px) {
  .p-recruit__requirements .inner {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 901px) {
  .p-recruit__requirements .p-recruit__subttl01 {
    flex: 0 0 30rem;
  }
}
@media only screen and (min-width: 901px) {
  .p-recruit__requirements .content {
    width: 80rem;
  }
}
@media only screen and (min-width: 901px) {
  .p-recruit__requirements .content .tab_head {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 900px) {
  .p-recruit__requirements .content .tab_head {
    margin-bottom: 2rem;
  }
}
.p-recruit__requirements .content .tab_head li {
  padding: 1em;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(to right, #ffffff, #ffffff 50%, transparent 50%, transparent);
  background-size: 200% auto;
  background-position: 100% 0;
  border: solid 1px #ffffff;
  overflow: hidden;
  display: inline-block;
  transition: background-position 0.3s, color 0.3s;
}
.p-recruit__requirements .content .tab_head li:hover {
  color: #222222;
  background-position: 0;
}
@media only screen and (min-width: 901px) {
  .p-recruit__requirements .content .tab_head li {
    width: 25rem;
    margin: 0 1.5rem 1.5rem 0;
  }
}
@media only screen and (max-width: 900px) {
  .p-recruit__requirements .content .tab_head li {
    width: 100%;
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
  }
}
.p-recruit__requirements .content .tab_body table {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .p-recruit__requirements .content .tab_body table {
    display: block;
  }
}
@media only screen and (max-width: 900px) {
  .p-recruit__requirements .content .tab_body table tbody {
    display: block;
  }
}
@media only screen and (max-width: 900px) {
  .p-recruit__requirements .content .tab_body table tbody tr {
    display: block;
  }
}
.p-recruit__requirements .content .tab_body table tbody tr th {
  width: 30%;
  padding: 3rem 0 3rem 4rem;
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: solid 1px #404040;
  vertical-align: top;
}
@media only screen and (max-width: 900px) {
  .p-recruit__requirements .content .tab_body table tbody tr th {
    width: auto;
    padding: 0;
    font-size: 1.7rem;
    display: block;
    border-bottom: none;
  }
}
.p-recruit__requirements .content .tab_body table tbody tr td {
  padding: 3rem 0;
  line-height: 1.8;
  border-bottom: solid 1px #404040;
  vertical-align: top;
}
@media only screen and (max-width: 900px) {
  .p-recruit__requirements .content .tab_body table tbody tr td {
    margin-bottom: 2rem;
    padding: 1.25rem 0 2rem 0;
    font-size: 1.5rem;
    line-height: 1.26;
    display: block;
  }
}
.p-recruit__requirements .bottom_img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
@media only screen and (min-width: 781px) {
  .p-recruit__requirements .bottom_img {
    width: 240.3rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__requirements .bottom_img {
    width: 59.2rem;
  }
}

/****************************************************
 * 6.装飾
 ****************************************************/
.underline {
  text-decoration: underline;
}

.bold {
  font-weight: 700;
}

/****************************************************
 * 7.印刷用調整
 ****************************************************/
@media print {
  @page {
    /* A4縦サイズ */
    size: 210mm 297mm;
  }
  html {
    font-size: 10pt !important;
  }
  body {
    margin: 0 !important;
    padding: 0 !important;
  }
  * {
    -webkit-print-color-adjust: exact;
  }
  .container {
    padding: 0 !important;
  }
  #header {
    position: static !important;
  }
  img {
    display: block !important;
  }
}