@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: #212121;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 1099px) {
  html {
    font-size: 9px;
  }
}
@media only screen and (max-width: 780px) {
  html {
    height: 100%;
    font-size: 10px;
  }
}

body {
  font-size: 1.6rem;
  background-repeat: no-repeat;
  background-position: center top;
}
@media only screen and (min-width: 781px) {
  body {
    background-image: url("../img/body_bg.png");
    background-size: 1920px auto;
  }
}
@media only screen and (min-width: 781px) and (min-width: 1921px) {
  body {
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 780px) {
  body {
    font-size: 1.4rem;
    -webkit-text-size-adjust: 100%;
    background-image: url("../img/body_bg_sp.png");
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 781px) {
  body.home {
    background-image: url("../img/body_bg_top.png");
  }
}

a {
  color: #212121;
}
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;
}
@media only screen and (max-width: 780px) {
  .inner {
    width: 88%;
  }
}

.midashi01 {
  margin-bottom: 1.38em;
  font-size: 3.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .midashi01 {
    font-size: 2.5rem;
  }
}
.midashi01 span {
  margin-bottom: 0.5em;
  font-family: "Poppins", sans-serif;
  font-size: 0.55em;
  font-style: italic;
  letter-spacing: 0.1em;
  display: block;
  color: #C6C6C6;
}
@media only screen and (max-width: 780px) {
  .midashi01 span {
    margin-bottom: 0.4em;
    font-size: 0.6em;
  }
}
.midashi01 span.white {
  color: #ffffff;
}
.midashi01.white {
  color: #ffffff;
}
.midashi01.white span {
  color: #ffffff;
}
.midashi01.center {
  text-align: center;
}

.btn01 {
  padding: 1.2em;
  font-weight: 700;
  text-align: center;
  color: #ffffff !important;
  background-color: #212121;
  background-image: url("../img/icon_arrow01.png");
  background-repeat: no-repeat;
  background-size: 1.5em auto;
  border-radius: 99px;
  display: inline-block;
}
@media only screen and (min-width: 781px) {
  .btn01 {
    width: 46rem;
    font-size: 2rem;
    background-position: calc(100% - 2.4rem) center;
    transition: opacity 0.3s;
  }
  .btn01:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 780px) {
  .btn01 {
    width: 31.8rem;
    max-width: 100%;
    font-size: 1.5rem;
    background-position: calc(100% - 2rem) center;
  }
}

.page_link_block {
  padding: 9.6rem 0;
  background-color: #FAFAFA;
}
@media only screen and (max-width: 780px) {
  .page_link_block {
    padding: 4.4rem 0;
  }
}
.page_link_block .inner {
  max-width: 1200px;
}
.page_link_block h2 {
  margin-bottom: 5.6rem;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .page_link_block h2 {
    margin-bottom: 2.5rem;
  }
}
.page_link_block h2 span {
  padding: 0 0.8em;
  font-size: 3.6rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .page_link_block h2 span {
    font-size: 2.5rem;
    padding: 0 1em;
  }
}
.page_link_block h2 span:before, .page_link_block h2 span:after {
  width: 0.4rem;
  height: 100%;
  content: "";
  background-color: #212121;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 780px) {
  .page_link_block h2 span:before, .page_link_block h2 span:after {
    width: 0.2rem;
  }
}
.page_link_block h2 span:before {
  right: 100%;
  transform: rotate(-25deg);
}
.page_link_block h2 span:after {
  left: 100%;
  transform: rotate(25deg);
}
@media only screen and (min-width: 781px) {
  .page_link_block ul {
    padding-top: 4rem;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 780px) {
  .page_link_block ul {
    padding-top: 3.6rem;
  }
}
@media only screen and (min-width: 781px) {
  .page_link_block ul li {
    width: 30%;
    margin-right: 5%;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1099px) {
  .page_link_block ul li {
    width: 32%;
    margin-right: 2%;
  }
}
@media only screen and (min-width: 781px) {
  .page_link_block ul li:last-child {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 780px) {
  .page_link_block ul li + li {
    margin-top: 5.5rem;
  }
}
.page_link_block ul li a {
  width: 100%;
  display: block;
  border-radius: 1.6rem;
}
@media only screen and (min-width: 781px) {
  .page_link_block ul li a {
    height: 21.7rem;
    padding: 0 2.4rem;
    transition: opacity 0.3s;
  }
  .page_link_block ul li a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 780px) {
  .page_link_block ul li a {
    height: 18.4rem;
    padding: 0 2rem;
  }
}
.page_link_block ul li a .img {
  border-radius: 1.6rem;
  overflow: hidden;
}
.page_link_block ul li a .img > img,
.page_link_block ul li a .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 781px) {
  .page_link_block ul li a .img {
    height: 18rem;
    margin-bottom: -2rem;
    transform: translateY(-4rem);
  }
}
@media only screen and (max-width: 780px) {
  .page_link_block ul li a .img {
    height: 15.6rem;
    margin-bottom: -2rem;
    transform: translateY(-3.6rem);
  }
}
.page_link_block ul li a p {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-image: url("../img/icon_arrow01.png");
  background-repeat: no-repeat;
  background-size: 1.25em auto;
  background-position: right center;
}
@media only screen and (max-width: 1279px) {
  .page_link_block ul li a p {
    font-size: 2rem;
  }
}
.page_link_block ul li.c-blue a {
  background-color: #2AA3E3;
}
.page_link_block ul li.c-green a {
  background-color: #37BB8E;
}
.page_link_block ul li.c-pink a {
  background-color: #FC6A97;
}
.page_link_block ul li.c-orange a {
  background-color: #FCAC15;
}

.fadeIn {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.7, 0, 1, 1);
}
.fadeIn.view {
  opacity: 1;
}
@media only screen and (min-width: 781px) {
  .fadeIn.delay1 {
    transition-delay: 0.3s;
  }
  .fadeIn.delay2 {
    transition-delay: 0.6s;
  }
  .fadeIn.delay3 {
    transition-delay: 0.9s;
  }
  .fadeIn.delay4 {
    transition-delay: 1.2s;
  }
  .fadeIn.delay5 {
    transition-delay: 1.5s;
  }
  .fadeIn.delay6 {
    transition-delay: 1.8s;
  }
  .fadeIn.delay7 {
    transition-delay: 2.1s;
  }
  .fadeIn.delay8 {
    transition-delay: 2.4s;
  }
  .fadeIn.delay9 {
    transition-delay: 2.7s;
  }
  .fadeIn.delay10 {
    transition-delay: 3s;
  }
}

.subTtlAnime01 {
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 0.5s cubic-bezier(0.7, 0, 1, 1), transform 0.5s cubic-bezier(0.7, 0, 1, 1);
}
.subTtlAnime01.view {
  opacity: 1;
  transform: translateY(0);
}

/*ページネーション*/
.pagination {
  text-align: center;
  letter-spacing: -0.4em;
}
.pagination > * {
  display: inline-block;
  letter-spacing: normal;
}
.pagination > * {
  width: 2em;
  height: 2em;
  margin: 0 0.4rem;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  line-height: 2em;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #E8E8E8;
  border-radius: 50%;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .pagination > * {
    margin: 0.4rem !important;
    font-size: 1.6rem;
  }
}
.pagination .current {
  color: #ffffff;
  background-color: #212121;
  border-color: #212121;
}
.pagination .dots {
  line-height: 3rem;
  background: none;
  border: none;
}
.pagination .prev, .pagination .next {
  width: 1.6em;
  height: 1.6em;
  background: none;
  background-image: url("../img/icon_arrow04.png");
  background-size: cover;
  border: none;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: -0.85em !important;
}
.pagination .prev {
  transform: scaleX(-1);
}
.pagination a:hover {
  opacity: 0.6;
}

/*フォームベース*/
.wpcf7-text, .input-text {
  width: 100%;
  padding: 1.5em;
  background-color: #F7F7F7;
  border: solid 1px #E0E0E0;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 780px) {
  .wpcf7-text, .input-text {
    padding: 0.75em;
  }
}
.wpcf7-text::-moz-placeholder, .input-text::-moz-placeholder {
  color: #8E8E8E;
}
.wpcf7-text::placeholder, .input-text::placeholder {
  color: #8E8E8E;
}

.wpcf7-textarea, .input-textarea {
  width: 100%;
  height: 16em;
  padding: 1.5em;
  background-color: #F7F7F7;
  border: solid 1px #E0E0E0;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 780px) {
  .wpcf7-textarea, .input-textarea {
    height: 8em;
    padding: 0.75em;
  }
}
.wpcf7-textarea::-moz-placeholder, .input-textarea::-moz-placeholder {
  color: #8E8E8E;
}
.wpcf7-textarea::placeholder, .input-textarea::placeholder {
  color: #8E8E8E;
}

.wpcf7-select, .input-select {
  width: 100%;
  padding: 1.5em;
  background-color: #FAFAFA;
  background-image: url("../img/form_select_icon.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  background-size: 1.3rem auto;
  background-color: #F7F7F7;
  border: solid 1px #E0E0E0;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 780px) {
  .wpcf7-select, .input-select {
    padding: 0.75em;
  }
}

.wpcf7-radio, .radio_group {
  margin-bottom: -1em;
  display: block;
  letter-spacing: -0.4em;
}
.wpcf7-radio > *, .radio_group > * {
  display: inline-block;
  letter-spacing: normal;
}
.wpcf7-radio > *, .radio_group > * {
  margin-right: 1em !important;
  margin-bottom: 1em !important;
}
.wpcf7-radio label input, .radio_group label input {
  visibility: hidden;
  position: absolute;
  left: -9999999px;
}
.wpcf7-radio label input:checked + span:after, .radio_group label input:checked + span:after {
  content: "";
}
.wpcf7-radio label input + span, .radio_group label input + span {
  padding-left: 4rem;
  display: inline-block;
  position: relative;
}
.wpcf7-radio label input + span:before, .radio_group label input + span:before {
  width: 2.4rem;
  height: 2.4rem;
  content: "";
  background-color: #ffffff;
  border: solid 1px #C6C6C6;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.wpcf7-radio label input + span:after, .radio_group label input + span:after {
  width: 1.4rem;
  height: 1.4rem;
  content: none;
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}

.wpcf7-checkbox, .wpcf7-acceptance, .check_group {
  margin-bottom: -1em;
  display: block;
  letter-spacing: -0.4em;
}
.wpcf7-checkbox > *, .wpcf7-acceptance > *, .check_group > * {
  display: inline-block;
  letter-spacing: normal;
}
.wpcf7-checkbox > *, .wpcf7-acceptance > *, .check_group > * {
  margin-right: 1em !important;
  margin-bottom: 1em !important;
}
.wpcf7-checkbox label input, .wpcf7-acceptance label input, .check_group label input {
  visibility: hidden;
  position: absolute;
  left: -9999999px;
}
.wpcf7-checkbox label input:checked + span:after, .wpcf7-acceptance label input:checked + span:after, .check_group label input:checked + span:after {
  content: "";
}
.wpcf7-checkbox label input + span, .wpcf7-acceptance label input + span, .check_group label input + span {
  padding-left: 4rem;
  display: inline-block;
  position: relative;
}
.wpcf7-checkbox label input + span:before, .wpcf7-acceptance label input + span:before, .check_group label input + span:before {
  width: 2.4rem;
  height: 2.4rem;
  content: "";
  background-color: #ffffff;
  border: solid 1px #C6C6C6;
  position: absolute;
  top: 0;
  left: 0;
}
.wpcf7-checkbox label input + span:after, .wpcf7-acceptance label input + span:after, .check_group 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.4rem;
  left: 0.4rem;
  transform: rotate(-45deg);
}

/****************************************************
 * 3.レイアウト設定
 ****************************************************/
.container {
  width: 100%;
  overflow: hidden;
}

/****************************************************
 * 4.テンプレートスタイル
 ****************************************************/
/*ヘッダーブロック*/
#header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
}
#header .logo {
  width: 34.8rem;
  margin: 3.2rem 0 0 6.4rem;
}
@media only screen and (max-width: 780px) {
  #header .logo {
    width: 28.5rem;
    margin: 2rem 0 0 1.6rem;
  }
}
#header .menu_btn {
  width: 7.9rem;
  height: 7.9rem;
  position: fixed;
  top: 3.2rem;
  right: 4rem;
  z-index: 99;
  background-image: url("../img/menu_open.png");
  background-size: cover;
}
@media only screen and (min-width: 781px) {
  #header .menu_btn {
    transition: opacity 0.3s;
  }
  #header .menu_btn:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 780px) {
  #header .menu_btn {
    width: 5.2rem;
    height: 5.2rem;
    top: 2rem;
    right: 1.6rem;
  }
}
#header .menu_btn.open {
  background-image: url("../img/menu_close.png");
}
#header .menu_btn.open + .gloval_navi {
  right: 0;
}
#header .gloval_navi {
  width: 38.4rem;
  height: 100vh;
  padding: 15rem 0 4rem 4.8rem;
  overflow: auto;
  background-color: #212121;
  position: fixed;
  top: 0;
  right: -38.4rem;
  z-index: 98;
  transition: right 0.5s;
}
@media only screen and (max-width: 780px) {
  #header .gloval_navi {
    width: 100%;
    padding: 10rem 0 4rem 0;
    right: -100%;
  }
}
#header .gloval_navi dl {
  font-weight: 500;
}
@media only screen and (min-width: 781px) {
  #header .gloval_navi dl {
    width: 21.6rem;
    margin-bottom: 5rem;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 780px) {
  #header .gloval_navi dl {
    width: 88%;
    margin: 0 auto 3rem auto;
    font-size: 2.2rem;
  }
}
#header .gloval_navi dl dt {
  margin-bottom: 1.3em;
  padding-bottom: 0.8em;
  border-bottom: solid 1px #4B4B4B;
}
#header .gloval_navi dl dt a {
  color: #ffffff;
}
@media only screen and (min-width: 781px) {
  #header .gloval_navi dl dt a:after {
    width: 0.88em;
    height: 0.88em;
    margin-left: 0.5em;
    content: "";
    background-image: url("../img/icon_arrow01.png");
    background-size: cover;
    display: inline-block;
    vertical-align: 0;
  }
  #header .gloval_navi dl dt a:hover {
    color: #2AA3E3;
  }
}
@media only screen and (max-width: 780px) {
  #header .gloval_navi dl dt a {
    background-image: url("../img/icon_arrow01.png");
    background-repeat: no-repeat;
    background-size: 0.88em auto;
    background-position: right center;
    display: block;
  }
}
#header .gloval_navi dl dd {
  font-size: 0.83em;
}
@media only screen and (max-width: 780px) {
  #header .gloval_navi dl dd {
    font-size: 0.77em;
  }
}
#header .gloval_navi dl dd + dd {
  margin-top: 1em;
}
#header .gloval_navi dl dd a {
  color: #ffffff;
}
@media only screen and (min-width: 781px) {
  #header .gloval_navi dl dd a:hover {
    color: #2AA3E3;
  }
}
@media only screen and (min-width: 781px) {
  #header .gloval_navi ul {
    width: 21.6rem;
    margin-bottom: 4rem;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 780px) {
  #header .gloval_navi ul {
    width: 88%;
    margin: 0 auto 4.3rem auto;
    font-size: 2.2rem;
  }
}
#header .gloval_navi ul li {
  margin-bottom: 1.3em;
  padding-bottom: 0.8em;
  border-bottom: solid 1px #4B4B4B;
}
#header .gloval_navi ul li a {
  color: #ffffff;
}
@media only screen and (min-width: 781px) {
  #header .gloval_navi ul li a:after {
    width: 0.88em;
    height: 0.88em;
    margin-left: 0.5em;
    content: "";
    background-image: url("../img/icon_arrow01.png");
    background-size: cover;
    display: inline-block;
    vertical-align: 0;
  }
  #header .gloval_navi ul li a:hover {
    color: #2AA3E3;
  }
}
@media only screen and (max-width: 780px) {
  #header .gloval_navi ul li a {
    background-image: url("../img/icon_arrow01.png");
    background-repeat: no-repeat;
    background-size: 0.88em auto;
    background-position: right center;
    display: block;
  }
}
@media only screen and (min-width: 781px) {
  #header .gloval_navi .btn {
    width: 28.8rem;
  }
}
@media only screen and (max-width: 780px) {
  #header .gloval_navi .btn {
    width: 88%;
    margin: 0 auto;
    font-size: 1.7rem;
  }
}
#header .gloval_navi .btn a {
  padding: 1.25em 1.6em;
  font-weight: 700;
  background-color: #ffffff;
  background-image: url("../img/icon_arrow02.png");
  background-repeat: no-repeat;
  background-size: 1em auto;
  background-position: calc(100% - 1.3em) center;
  border-radius: 0.8rem;
  display: block;
}
@media only screen and (min-width: 781px) {
  #header .gloval_navi .btn a {
    transition: opacity 0.3s;
  }
  #header .gloval_navi .btn a:hover {
    opacity: 0.6;
  }
}
#header .gloval_navi .btn a:before {
  width: 2em;
  height: 2em;
  margin-right: 1em;
  content: "";
  background-image: url("../img/icon_hand01.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.5em;
}
@media only screen and (max-width: 780px) {
  #header .gloval_navi .btn a:before {
    width: 3.75em;
    height: 3.75em;
    vertical-align: -1.5em;
  }
}

/*CTAブロック*/
.cta_block {
  padding: 9.6rem 0 11.2rem 0;
  border-radius: 20rem 20rem 0 0;
  background-color: #2963E3;
  background-image: url("../img/bg_fig3p.png");
}
@media only screen and (max-width: 780px) {
  .cta_block {
    padding: 3.6rem 0 5.6rem 0;
    border-radius: 3rem 3rem 0 0;
    background-size: 3.3rem auto;
  }
}
.cta_block .inner {
  max-width: 1000px;
}
@media only screen and (min-width: 781px) {
  .cta_block ul {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 781px) {
  .cta_block ul li {
    width: 48%;
  }
}
.cta_block ul li a {
  font-weight: 700;
  background-color: #ffffff;
  background-image: url("../img/icon_arrow02.png");
  background-repeat: no-repeat;
  display: block;
}
@media only screen and (min-width: 781px) {
  .cta_block ul li a {
    padding: 1.6em;
    font-size: 1.8rem;
    background-size: 1.6em auto;
    background-position: calc(100% - 1.6em) center;
    border-radius: 2.4rem;
    transition: opacity 0.3s;
  }
  .cta_block ul li a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 780px) {
  .cta_block ul li a {
    padding: 1.2em;
    font-size: 1.7rem;
    background-size: 1.4em auto;
    background-position: calc(100% - 1.4em) center;
    border-radius: 1.2rem;
  }
}
.cta_block ul li a:before {
  width: 4.8em;
  height: 4.8em;
  margin-right: 1.7em;
  content: "";
  background-size: cover;
  display: inline-block;
  vertical-align: -2em;
}
@media only screen and (max-width: 780px) {
  .cta_block ul li a:before {
    width: 3.7em;
    height: 3.7em;
    margin-right: 1em;
    vertical-align: -1.5em;
  }
}
@media only screen and (max-width: 780px) {
  .cta_block ul li:nth-child(1) {
    margin-bottom: 1rem;
  }
}
.cta_block ul li:nth-child(1) a:before {
  background-image: url("../img/icon_document01.png");
}
.cta_block ul li:nth-child(2) a:before {
  background-image: url("../img/icon_hand01.png");
}

/*フッターブロック*/
#footer {
  padding: 8.8rem 0;
  color: #ffffff;
  background-color: #333333;
}
@media only screen and (max-width: 780px) {
  #footer {
    padding: 4.4rem 0 5.5rem 0;
  }
}
@media only screen and (min-width: 781px) {
  #footer .inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 781px) {
  #footer .footer_navi {
    width: 48rem;
    padding-bottom: 12rem;
    display: flex;
    flex-direction: space-between;
    position: relative;
  }
}
@media only screen and (max-width: 780px) {
  #footer .footer_navi {
    margin-bottom: 4.4rem;
  }
}
#footer .footer_navi dl {
  font-weight: 500;
}
@media only screen and (min-width: 781px) {
  #footer .footer_navi dl {
    width: 45%;
    margin-right: 10%;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 780px) {
  #footer .footer_navi dl {
    margin-bottom: 3rem;
    font-size: 2.2rem;
  }
}
#footer .footer_navi dl dt {
  margin-bottom: 1.3em;
  padding-bottom: 0.8em;
  border-bottom: solid 1px #4B4B4B;
}
#footer .footer_navi dl dt a {
  color: #ffffff;
}
@media only screen and (min-width: 781px) {
  #footer .footer_navi dl dt a:after {
    width: 0.88em;
    height: 0.88em;
    margin-left: 0.5em;
    content: "";
    background-image: url("../img/icon_arrow01.png");
    background-size: cover;
    display: inline-block;
    vertical-align: 0;
  }
  #footer .footer_navi dl dt a:hover {
    color: #2AA3E3;
  }
}
@media only screen and (max-width: 780px) {
  #footer .footer_navi dl dt a {
    background-image: url("../img/icon_arrow01.png");
    background-repeat: no-repeat;
    background-size: 0.88em auto;
    background-position: right center;
    display: block;
  }
}
#footer .footer_navi dl dd {
  font-size: 0.85em;
}
@media only screen and (max-width: 780px) {
  #footer .footer_navi dl dd {
    font-size: 0.77em;
  }
}
#footer .footer_navi dl dd + dd {
  margin-top: 1em;
}
#footer .footer_navi dl dd a {
  color: #ffffff;
}
@media only screen and (min-width: 781px) {
  #footer .footer_navi dl dd a:hover {
    color: #2AA3E3;
  }
}
@media only screen and (min-width: 781px) {
  #footer .footer_navi ul {
    width: 45%;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 780px) {
  #footer .footer_navi ul {
    font-size: 2.2rem;
  }
}
#footer .footer_navi ul li {
  margin-bottom: 1.3em;
  padding-bottom: 0.8em;
  border-bottom: solid 1px #4B4B4B;
}
#footer .footer_navi ul li a {
  color: #ffffff;
}
@media only screen and (min-width: 781px) {
  #footer .footer_navi ul li a:after {
    width: 0.88em;
    height: 0.88em;
    margin-left: 0.5em;
    content: "";
    background-image: url("../img/icon_arrow01.png");
    background-size: cover;
    display: inline-block;
    vertical-align: 0;
  }
  #footer .footer_navi ul li a:hover {
    color: #2AA3E3;
  }
}
@media only screen and (max-width: 780px) {
  #footer .footer_navi ul li a {
    background-image: url("../img/icon_arrow01.png");
    background-repeat: no-repeat;
    background-size: 0.88em auto;
    background-position: right center;
    display: block;
  }
}
@media only screen and (min-width: 781px) {
  #footer .footer_navi .btn {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media only screen and (max-width: 780px) {
  #footer .footer_navi .btn {
    margin-top: 4.4rem;
    font-size: 1.8rem;
  }
}
#footer .footer_navi .btn a {
  width: 100%;
  padding: 1.25em 1.6em;
  font-weight: 700;
  text-align: center;
  color: #212121 !important;
  background-color: #ffffff;
  border-radius: 0.8rem;
  display: block;
}
@media only screen and (min-width: 781px) {
  #footer .footer_navi .btn a {
    width: 31.2rem;
    transition: opacity 0.3s;
  }
  #footer .footer_navi .btn a:hover {
    opacity: 0.6;
  }
}
#footer .footer_navi .btn a:after {
  width: 1.5em;
  height: 1.5em;
  margin-left: 1em;
  content: "";
  background-image: url("../img/icon_arrow02.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.35em;
}
#footer .footer_content {
  padding-right: 1rem;
}
@media only screen and (min-width: 781px) {
  #footer .footer_content {
    padding-bottom: 12rem;
    position: relative;
  }
}
@media only screen and (max-width: 780px) {
  #footer .footer_content {
    text-align: center;
  }
}
#footer .footer_content .logo {
  width: 5rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 780px) {
  #footer .footer_content .logo {
    margin: 0 auto 1.6rem auto;
  }
}
#footer .footer_content .company_name {
  margin-bottom: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 780px) {
  #footer .footer_content .company_name {
    font-size: 1.7rem;
  }
}
#footer .footer_content .company_name span {
  margin-left: 0.5em;
  font-size: 0.75em;
}
@media only screen and (max-width: 780px) {
  #footer .footer_content .company_name span {
    margin: 0;
    display: block;
  }
}
@media only screen and (min-width: 781px) {
  #footer .footer_content p {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 780px) {
  #footer .footer_content p {
    margin-bottom: 2.2em;
    font-size: 1.3rem;
  }
}
#footer .footer_content .link {
  margin-top: 2em;
  font-size: 1.4rem;
}
@media only screen and (max-width: 780px) {
  #footer .footer_content .link {
    margin-bottom: 2em;
    font-size: 1.3rem;
    text-align: center;
  }
}
#footer .footer_content .link a {
  color: #ffffff !important;
}
#footer .footer_content .link a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 781px) {
  #footer .footer_content .bottomtext {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
#footer .footer_content .bottomtext .address {
  margin-bottom: 2em;
}
@media only screen and (min-width: 781px) {
  #footer .footer_content .bottomtext .address {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 780px) {
  #footer .footer_content .bottomtext .address {
    font-size: 1.3rem;
  }
}
#footer .footer_content .bottomtext .copyright {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #5D5D5D;
}

/****************************************************
 * 5.コンテンツスタイル
 ****************************************************/
/*TOPページ*/
.p-top__mv {
  padding: 8.4rem 0 16.8rem 0;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-top__mv {
    padding: 7.2rem 0 4rem 0;
  }
}
.p-top__mv .text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.p-top__mv .text .inner {
  max-width: 1200px;
  height: 100%;
  padding-top: 45.8rem;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .text .inner {
    padding-top: 51vw;
  }
}
.p-top__mv .text .inner .jp {
  padding-left: 2rem;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .text .inner .jp {
    margin-left: -10%;
    padding-left: 0;
    font-size: 5.6vw;
  }
}
.p-top__mv .text .inner .jp span {
  margin-bottom: 0.25em;
  padding: 0.35em 0.72em 0.35em 1.7em;
  background-color: #ffffff;
  display: inline-block;
  border-radius: 99px;
}
.p-top__mv .text .inner .eng {
  width: 59.5rem;
  position: absolute;
  bottom: 20rem;
  right: 0;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .text .inner .eng {
    width: 65.2vw;
    bottom: 6rem;
  }
}
.p-top__mv .splide .splide__pagination {
  margin-top: 4.8rem;
  position: static;
}
.p-top__mv .splide .splide__pagination li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 2rem;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .splide .splide__pagination li {
    margin: 0 0.6rem;
  }
}
.p-top__mv .splide .splide__pagination li button {
  width: 0.8rem;
  height: 0.8rem;
  padding: 0;
  line-height: 0;
  background-color: #C6C6C6;
}
.p-top__mv .splide .splide__pagination li button.is-active {
  background-color: #2AA3E3;
  transform: none;
}
.p-top__about {
  margin-bottom: 7.2rem;
  padding-bottom: 8.8rem;
  background: linear-gradient(to bottom, #ffffff, #FAFAFA);
}
@media only screen and (max-width: 780px) {
  .p-top__about {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
  }
}
.p-top__about .inner {
  max-width: 1200px;
}
@media only screen and (min-width: 781px) {
  .p-top__about .inner {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__about .img {
    width: 50%;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__about .img {
    margin-bottom: 2.8rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__about .text {
    width: 45.3%;
  }
}
.p-top__about .text .midashi01 {
  margin-bottom: 0.94em;
}
.p-top__about .text h3 {
  margin-bottom: 1.17em;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.35;
}
@media only screen and (max-width: 780px) {
  .p-top__about .text h3 {
    font-size: 2rem;
  }
}
.p-top__about .text p {
  line-height: 2.18;
}
.p-top__shine {
  margin-bottom: 9rem;
}
@media only screen and (max-width: 780px) {
  .p-top__shine {
    margin-bottom: 4.5rem;
  }
}
.p-top__shine .inner {
  max-width: 1552px;
}
.p-top__shine ul {
  margin-bottom: 2em;
}
@media only screen and (min-width: 781px) {
  .p-top__shine ul {
    display: flex;
    justify-content: space-between;
  }
}
.p-top__shine ul li {
  position: relative;
}
@media only screen and (min-width: 781px) {
  .p-top__shine ul li {
    width: 31.8%;
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__shine ul li {
    padding-bottom: 4rem;
  }
  .p-top__shine ul li + li {
    margin-top: 2.4rem;
  }
}
.p-top__shine ul li p {
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  color: #ffffff;
  border-radius: 99px;
  position: absolute;
  bottom: 0;
}
@media only screen and (min-width: 781px) {
  .p-top__shine ul li p {
    width: 64%;
    padding: 0.8em;
    font-size: 2rem;
    left: 18%;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1279px) {
  .p-top__shine ul li p {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1099px) {
  .p-top__shine ul li p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 781px) and (max-width: 900px) {
  .p-top__shine ul li p {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__shine ul li p {
    width: 72%;
    padding: 0.4em 0.8em;
    left: 14%;
    font-size: 1.8rem;
  }
}
.p-top__shine ul li p:after {
  width: 2.6rem;
  height: 3.4rem;
  content: "";
  background-size: cover;
  position: absolute;
  top: 0;
}
.p-top__shine ul li:nth-child(1) p {
  background-color: #149833;
}
.p-top__shine ul li:nth-child(1) p:after {
  background-image: url("../img/fukidashi_pin_green.png");
  right: 0;
}
.p-top__shine ul li:nth-child(2) p {
  background-color: #E94152;
}
.p-top__shine ul li:nth-child(2) p:after {
  background-image: url("../img/fukidashi_pin_red.png");
  left: 0;
  transform: scaleX(-1);
}
.p-top__shine ul li:nth-child(3) p {
  background-color: #2963E3;
}
.p-top__shine ul li:nth-child(3) p:after {
  background-image: url("../img/fukidashi_pin_blue.png");
  right: 0;
}
.p-top__shine .bottom_text {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-top__shine .bottom_text {
    font-size: 1.9rem;
    line-height: 1.15;
  }
}
.p-top__shine .bottom_text span {
  color: #2AA3E3;
}
.p-top__number {
  padding: 10.9rem 0 8rem 0;
  border-radius: 20rem 20rem 0 0;
  background-color: #F1D835;
  background-image: url("../img/bg_fig10p.png");
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-top__number {
    padding: 4.9rem 0 4rem 0;
    border-radius: 3rem 3rem 0 0;
    background-size: 3.3rem auto;
  }
}
.p-top__number:before {
  margin-left: -3rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.2rem 3rem 0 3rem;
  border-color: #ffffff transparent transparent transparent;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
}
@media only screen and (max-width: 780px) {
  .p-top__number:before {
    margin-left: -1.5rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.1rem 1.5rem 0 1.5rem;
    border-color: #ffffff transparent transparent transparent;
  }
}
.p-top__number .inner {
  max-width: 1200px;
}
@media only screen and (min-width: 901px) {
  .p-top__number .headding {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 901px) {
  .p-top__number .headding .text_img {
    width: 49.2rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__number .headding .text_img {
    width: 93%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__number ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.p-top__number ul li {
  margin-bottom: 2.4rem;
  background-color: #ffffff;
  position: relative;
  border-radius: 3rem;
}
@media only screen and (min-width: 901px) {
  .p-top__number ul li {
    width: 32%;
    padding: 4rem 4.8rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1099px) {
  .p-top__number ul li {
    padding: 3rem;
  }
}
@media only screen and (max-width: 900px) and (min-width: 781px) {
  .p-top__number ul li {
    width: 48%;
    padding: 3rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__number ul li {
    margin-bottom: 1.2rem;
    padding: 2rem 2.4rem;
  }
}
.p-top__number ul li h3 {
  margin-bottom: 1em;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-top__number ul li h3 {
    font-size: 1.8rem;
  }
}
.p-top__number ul li h3:after {
  width: 2em;
  height: 0.5rem;
  margin-top: 0.4em;
  content: "";
  border-radius: 99px;
  display: block;
}
.p-top__number ul li .fig {
  width: 5.6rem;
  position: absolute;
  top: 4rem;
  right: 4.8rem;
}
@media only screen and (max-width: 900px) and (min-width: 781px) {
  .p-top__number ul li .fig {
    width: 4.8rem;
    top: 3rem;
    right: 3rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__number ul li .fig {
    width: 4.8rem;
    top: 2rem;
    right: 2.4rem;
  }
}
.p-top__number ul li .text {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1099px) {
  .p-top__number ul li .text {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__number ul li .text {
    font-size: 2.4rem;
  }
}
.p-top__number ul li .text span {
  margin: 0 0.15em;
  font-family: "Poppins", sans-serif;
  font-size: 3em;
  font-style: italic;
  line-height: 1;
}
@media only screen and (max-width: 780px) {
  .p-top__number ul li .text span {
    font-size: 2.83em;
  }
}
.p-top__number ul li .annotation {
  margin-top: 1.5em;
  text-align: center;
}
.p-top__number ul li:nth-child(1) h3:after {
  background-color: #2AA3E3;
}
.p-top__number ul li:nth-child(2) h3:after {
  background-color: #8060DD;
}
.p-top__number ul li:nth-child(2) .text {
  display: flex;
  justify-content: center;
}
.p-top__number ul li:nth-child(2) .text > span {
  font-size: 0.8em;
  line-height: 3;
  align-self: flex-end;
}
.p-top__number ul li:nth-child(2) .text > div .text1 {
  font-size: 0.8em;
  font-weight: 700;
  color: #2963E3;
  display: block;
}
.p-top__number ul li:nth-child(2) .text > div .text2 {
  font-size: 0.8em;
  font-weight: 700;
  color: #E94152;
  display: block;
}
.p-top__number ul li:nth-child(2) .text > div .num {
  font-size: 1em;
}
.p-top__number ul li:nth-child(2) .text > div .num span {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 2.5em;
}
@media only screen and (max-width: 780px) {
  .p-top__number ul li:nth-child(2) .text > div .num span {
    font-size: 2em;
  }
}
.p-top__number ul li:nth-child(3) h3:after {
  background-color: #FCAC15;
}
.p-top__number ul li:nth-child(3) .text {
  margin-top: 0.6em;
  font-size: 3.6rem;
}
@media only screen and (max-width: 1099px) {
  .p-top__number ul li:nth-child(3) .text {
    font-size: 3.24rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__number ul li:nth-child(3) .text {
    font-size: 3.4rem;
  }
}
.p-top__number ul li:nth-child(4) h3:after {
  background-color: #FC6A97;
}
.p-top__number ul li:nth-child(5) h3:after {
  background-color: #37BB8E;
}
.p-top__number ul li:nth-child(5) .annotation {
  margin-top: 2em;
}
.p-top__number ul li:nth-child(6) h3:after {
  background-color: #2963E3;
}
.p-top__riyuu {
  margin-bottom: 8.8rem;
  padding-top: 10.4rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-top__riyuu {
    margin-bottom: 3.6rem;
    padding-bottom: 5rem;
  }
}
.p-top__riyuu:before, .p-top__riyuu:after {
  content: "";
  background-size: cover;
  position: absolute;
}
.p-top__riyuu:before {
  width: 61.9rem;
  height: 22.6rem;
  background-image: url("../img/body_fig_right01.png");
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-top__riyuu:before {
    width: 31rem;
    height: 11rem;
  }
}
.p-top__riyuu:after {
  width: 26.3rem;
  height: 21.9rem;
  background-image: url("../img/body_fig_left01.png");
  bottom: 10rem;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-top__riyuu:after {
    width: 13.2rem;
    height: 11rem;
    bottom: 0;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__riyuu ol {
    margin-bottom: 4.8rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__riyuu ol {
    margin-bottom: 3.2rem;
  }
}
.p-top__riyuu ol li {
  background-color: #F7F7F7;
  border-radius: 3rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (min-width: 781px) {
  .p-top__riyuu ol li {
    width: 48%;
    margin-bottom: 4rem;
    padding: 2.2rem 4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__riyuu ol li {
    margin-bottom: 1.6rem;
    padding: 1.7rem 2.4rem;
  }
}
.p-top__riyuu ol li:before {
  width: 100%;
  height: 38.2%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-top__riyuu ol li h3 {
  margin-bottom: 0.5em;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 780px) {
  .p-top__riyuu ol li h3 {
    font-size: 1.8rem;
    text-align: left;
  }
}
.p-top__riyuu ol li h3 span {
  margin-left: 0.25em;
  font-family: "Poppins", sans-serif;
  font-size: 2em;
  font-weight: 200;
  font-style: italic;
  line-height: 1;
  display: inline-block;
  vertical-align: -0.15em;
}
.p-top__riyuu ol li .img {
  margin-bottom: 1.5em;
  border-radius: 1.6rem;
  box-shadow: 0.3rem 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.p-top__riyuu ol li p {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-top__riyuu ol li p {
    font-size: 1.7rem;
  }
}
.p-top__riyuu ol li:nth-child(1):before {
  background-color: #FC6A97;
}
.p-top__riyuu ol li:nth-child(2):before {
  background-color: #37BB8E;
}
.p-top__riyuu ol li:nth-child(3):before {
  background-color: #2963E3;
}
.p-top__riyuu ol li:nth-child(4):before {
  background-color: #FCAC15;
}
.p-top__riyuu .btn {
  text-align: center;
}
.p-top__jisseki {
  margin-bottom: 9.6rem;
}
@media only screen and (max-width: 780px) {
  .p-top__jisseki {
    margin-bottom: 4.4rem;
  }
}
.p-top__jisseki .inner {
  max-width: 1200px;
}
.p-top__jisseki .box {
  background: linear-gradient(to bottom, #2AA3E3, #5CBFF4);
  border-radius: 3rem;
  overflow: hidden;
}
@media only screen and (min-width: 781px) {
  .p-top__jisseki .box {
    padding: 4rem;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__jisseki .box {
    padding: 1.2rem;
  }
}
.p-top__jisseki .box > div {
  background-color: #ffffff;
  border-radius: 1.6rem;
  overflow: hidden;
}
@media only screen and (min-width: 781px) {
  .p-top__jisseki .box > div {
    width: 49%;
    padding-top: 3rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__jisseki .box > div + div {
    margin-top: 1.2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__jisseki .img {
    margin-bottom: 3rem;
    width: 100%;
    padding-top: 21rem;
    overflow: hidden;
    position: relative;
  }
  .p-top__jisseki .img img, .p-top__jisseki .img video {
    width: auto;
    max-width: none;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 780px) {
  .p-top__jisseki .img {
    padding: 2rem 0;
    text-align: center;
  }
  .p-top__jisseki .img img {
    width: auto;
    height: 15rem;
  }
}
.p-top__jisseki .text {
  padding: 2em;
  background-color: #FAFAFA;
}
@media only screen and (max-width: 780px) {
  .p-top__jisseki .text {
    padding: 1.4em;
  }
}
.p-top__jisseki .text h3 {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-top__jisseki .text h3 {
    font-size: 1.9rem;
  }
}
.p-top__jisseki .text h3 span {
  font-size: 0.7em;
  font-weight: 400;
  display: block;
}
.p-top__jisseki .text p {
  margin-top: 1em;
}
.p-top__scroll {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 780px) {
  .p-top__scroll {
    margin-bottom: 5.5rem;
  }
}
.p-top__scroll .list {
  margin-bottom: 6.4rem;
  display: flex;
  flex-wrap: nowrap;
  gap: 1.5rem;
  overflow-x: hidden;
}
@media only screen and (max-width: 780px) {
  .p-top__scroll .list {
    margin-bottom: 3.2rem;
    gap: 1rem;
  }
}
.p-top__scroll .list > li {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media only screen and (max-width: 780px) {
  .p-top__scroll .list > li {
    gap: 1rem;
  }
}
.p-top__scroll .list > li.row2 {
  gap: 1.5rem;
}
@media only screen and (max-width: 780px) {
  .p-top__scroll .list > li.row2 {
    gap: 1rem;
  }
}
.p-top__scroll .list > li.row2 .unit {
  width: 44rem;
  height: 24.75rem;
}
@media only screen and (max-width: 780px) {
  .p-top__scroll .list > li.row2 .unit {
    width: 22rem;
    height: 12.275rem;
  }
}
.p-top__scroll .list > li .unit {
  width: 51rem;
  height: 51rem;
  position: relative;
  overflow: hidden;
  border-radius: 1.6rem;
}
@media only screen and (max-width: 780px) {
  .p-top__scroll .list > li .unit {
    width: 25.55rem;
    height: 25.55rem;
  }
}
.p-top__scroll .list > li .unit .img {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.p-top__scroll .list > li .unit .img > img,
.p-top__scroll .list > li .unit .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top__scroll .list > li .unit[data-text]:not([data-text=""]) .img {
  animation: imgFade 10s infinite;
}
.p-top__scroll .list > li .unit[data-text]:not([data-text=""])::after {
  content: attr(data-text);
  padding: 1em;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  white-space: pre-line;
  inset: 0;
  color: #ffffff;
  background-color: #37BB8E;
  display: grid;
  place-items: center;
  opacity: 0;
  position: absolute;
  animation: textFade 10s infinite;
}
@media only screen and (max-width: 780px) {
  .p-top__scroll .list > li .unit[data-text]:not([data-text=""])::after {
    font-size: 1.1rem;
  }
}
.p-top__scroll .list > li .unit.delay-1[data-text]:not([data-text=""]) .img, .p-top__scroll .list > li .unit.delay-1[data-text]:not([data-text=""])::after {
  animation-delay: 3.333s;
}
.p-top__scroll .list > li .unit.delay-1[data-text]:not([data-text=""])::after {
  background-color: #2963E3;
}
.p-top__scroll .list > li .unit.delay-2[data-text]:not([data-text=""]) .img, .p-top__scroll .list > li .unit.delay-2[data-text]:not([data-text=""])::after {
  animation-delay: 6.666s;
}
.p-top__scroll .list > li .unit.delay-2[data-text]:not([data-text=""])::after {
  color: #212121;
  background-color: #F1D835;
}
.p-top__scroll .btn {
  text-align: center;
}
@keyframes imgFade {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes textFade {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.p-top__job {
  padding: 8.8rem 0 18.9rem 0;
  border-radius: 20rem 20rem 0 0;
  background-color: #F1D835;
  background-image: url("../img/bg_fig10p.png");
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-top__job {
    padding: 4.9rem 0 9.3rem 0;
    border-radius: 3rem 3rem 0 0;
    background-size: 3.3rem auto;
  }
}
.p-top__job .inner {
  max-width: 1000px;
}
.p-top__job h3 {
  margin-bottom: 0.64em;
  font-size: 3.9rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-top__job h3 {
    font-size: 2.6rem;
  }
}
.p-top__job p {
  margin-bottom: 2.2em;
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-top__job p {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__job ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.p-top__job ul li {
  background-color: #ffffff;
  border-radius: 2.4rem;
}
@media only screen and (min-width: 781px) {
  .p-top__job ul li {
    width: 48%;
    margin-bottom: 3.2rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__job ul li {
    margin-bottom: 0.8rem;
  }
}
.p-top__job ul li a {
  font-weight: 700;
  background-color: #ffffff;
  background-image: url("../img/icon_arrow02.png");
  background-repeat: no-repeat;
  display: block;
}
@media only screen and (min-width: 781px) {
  .p-top__job ul li a {
    padding: 1.6em;
    font-size: 2.4rem;
    background-size: 1.6em auto;
    background-position: calc(100% - 1.6em) center;
    border-radius: 2.4rem;
    transition: opacity 0.3s;
  }
  .p-top__job ul li a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__job ul li a {
    padding: 1.2em;
    font-size: 1.7rem;
    background-size: 1.4em auto;
    background-position: calc(100% - 1.4em) center;
    border-radius: 1.2rem;
  }
}
.p-top__job ul li a i {
  width: 4.8em;
  height: 4.8em;
  margin-right: 1.7em;
  content: "";
  line-height: 1;
  background-size: cover;
  display: inline-block;
  vertical-align: -2em;
  border-radius: 50%;
}
@media only screen and (max-width: 780px) {
  .p-top__job ul li a i {
    width: 3.7em;
    height: 3.7em;
    margin-right: 1em;
    vertical-align: -1.5em;
  }
}
.p-top__job ul li a i.c-blue {
  background-color: #2AA3E3;
}
.p-top__job ul li a i.c-orange {
  background-color: #FCAC15;
}
.p-top__job ul li a i.c-green {
  background-color: #37BB8E;
}
.p-top__job ul li a i.c-pink {
  background-color: #FC6A97;
}
.p-top__job ul li a i img {
  vertical-align: bottom;
}
.p-top__requirements {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-top__requirements {
    margin-bottom: 4rem;
  }
}
.p-top__requirements .inner {
  max-width: 1000px;
}
.p-top__requirements h2 {
  width: 64.9rem;
  margin: -10rem auto 4.5rem auto;
}
@media only screen and (max-width: 780px) {
  .p-top__requirements h2 {
    width: 32.4rem;
    max-width: 100%;
    margin-top: -6rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__requirements .content {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__requirements .content .img {
    width: 39rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__requirements .content .text {
    width: calc(100% - 39rem);
    padding-left: 2rem;
  }
}
.p-top__requirements .content .text h3 {
  margin-bottom: 0.35em;
  font-size: 4.8rem;
  font-weight: 700;
  color: #2AA3E3;
}
@media only screen and (max-width: 1099px) {
  .p-top__requirements .content .text h3 {
    font-size: 2.9rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__requirements .content .text h3 {
    text-align: center;
  }
}
.p-top__requirements .content .text p {
  margin-bottom: 2.2em;
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-top__requirements .content .text p {
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__requirements .content .text .img {
    width: 25.5rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__requirements .content .text .btn {
    text-align: center;
  }
}
.p-top__requirements .content .text .btn .btn01 {
  max-width: 100%;
}
.p-top__miryoku {
  margin-bottom: 8rem;
  padding-top: 10.6rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-top__miryoku {
    margin-bottom: 4.8rem;
    padding-top: 6.3rem;
  }
}
.p-top__miryoku:before, .p-top__miryoku:after {
  content: "";
  background-size: cover;
  position: absolute;
}
.p-top__miryoku:before {
  width: 61.9rem;
  height: 22.6rem;
  background-image: url("../img/body_fig_right02.png");
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-top__miryoku:before {
    width: 31rem;
    height: 11rem;
    background-image: url("../img/body_fig_right02b.png");
  }
}
.p-top__miryoku:after {
  width: 26.3rem;
  height: 21.9rem;
  background-image: url("../img/body_fig_left02.png");
  bottom: 10rem;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-top__miryoku:after {
    width: 13.2rem;
    height: 11rem;
    background-image: url("../img/body_fig_left02b.png");
    bottom: 0;
  }
}
.p-top__miryoku .headding {
  text-align: center;
}
@media only screen and (min-width: 781px) {
  .p-top__miryoku .headding .midashi01 {
    padding: 0 4.45rem;
    display: inline-block;
    position: relative;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1099px) {
  .p-top__miryoku .headding .midashi01 {
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__miryoku .headding .midashi01 .textimg {
    width: 18.8rem;
    position: absolute;
    top: 0;
    right: 100%;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__miryoku .headding .midashi01 .textimg {
    width: 18.4rem;
    margin: 0 auto 1.3rem auto;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__miryoku ul {
    margin-bottom: 7.2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__miryoku ul li {
    width: 48%;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__miryoku ul li {
    margin-bottom: 2rem;
  }
}
.p-top__miryoku ul li .text {
  margin: 0 auto;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 781px) {
  .p-top__miryoku ul li .text {
    width: 31.3rem;
    height: 8rem;
    margin-top: -4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__miryoku ul li .text {
    width: 74.4%;
    height: 5.8rem;
    margin-top: -2.9rem;
  }
}
.p-top__miryoku ul li .text:after {
  width: 2.6rem;
  height: 3.4rem;
  content: "";
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
}
.p-top__miryoku ul li .text span {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-top__miryoku ul li .text span {
    font-size: 1.8rem;
  }
}
.p-top__miryoku ul li:nth-child(1) .text {
  background-color: #E94152;
}
.p-top__miryoku ul li:nth-child(1) .text:after {
  background-image: url("../img/fukidashi_pin_red.png");
}
.p-top__miryoku ul li:nth-child(2) .text {
  background-color: #FF8502;
}
.p-top__miryoku ul li:nth-child(2) .text:after {
  background-image: url("../img/fukidashi_pin_orange.png");
}
.p-top__miryoku ul li:nth-child(3) .text {
  background-color: #2963E3;
}
.p-top__miryoku ul li:nth-child(3) .text:after {
  background-image: url("../img/fukidashi_pin_blue.png");
}
.p-top__miryoku ul li:nth-child(4) .text {
  background-color: #149833;
}
.p-top__miryoku ul li:nth-child(4) .text:after {
  background-image: url("../img/fukidashi_pin_green.png");
}
.p-top__miryoku .bottom_text {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-top__miryoku .bottom_text {
    font-size: 1.9rem;
  }
}

.home .page_link_block {
  padding: 12rem 0 12.8rem 0;
}
@media only screen and (max-width: 780px) {
  .home .page_link_block {
    padding: 4.4rem 0;
  }
}

/*下層ページ*/
.pagetitle {
  padding: 26.3rem 0 8rem 0;
}
@media only screen and (max-width: 780px) {
  .pagetitle {
    padding: 10rem 0 4rem 0;
  }
}
.pagetitle .inner {
  max-width: 1200px;
}
.pagetitle h2 {
  margin-bottom: 0.88em;
  font-size: 4.6rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .pagetitle h2 {
    font-size: 2.5rem;
  }
}
.pagetitle h2:after {
  width: 2.04em;
  height: 0.76em;
  margin: 0.5em auto 0;
  content: "";
  background-image: url("../img/ttl_fig01.png");
  background-size: cover;
  display: block;
}
.pagetitle h2 span {
  margin-bottom: 0.5em;
  font-family: "Poppins", sans-serif;
  font-size: 0.43em;
  font-style: italic;
  letter-spacing: 0.1em;
  display: block;
  color: #C6C6C6;
}
@media only screen and (max-width: 780px) {
  .pagetitle h2 span {
    margin-bottom: 0.4em;
    font-size: 0.6em;
  }
}
.pagetitle .read {
  text-align: center;
}
.pagetitle .read h3 {
  margin-bottom: 1.17em;
  font-size: 2.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .pagetitle .read h3 {
    font-size: 2rem;
  }
}
.pagetitle .read p {
  line-height: 2.18;
}
@media only screen and (max-width: 780px) {
  .pagetitle .read p {
    text-align: left;
  }
}

.pankuzu {
  margin: 8.8rem 0 2.4rem 0;
  font-size: 1.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .pankuzu {
    margin: 4rem 0 1.2rem 0;
    font-size: 1.2rem;
  }
}
.pankuzu .inner {
  max-width: 1200px;
  letter-spacing: -0.4em;
}
.pankuzu .inner > * {
  display: inline-block;
  letter-spacing: normal;
}
.pankuzu a:after {
  width: 1rem;
  height: 1rem;
  margin: 0 1em;
  content: "";
  background-image: url("../img/icon_arrow03.png");
  background-size: cover;
  display: inline-block;
  vertical-align: 0;
}
.pankuzu span {
  color: #C6C6C6;
}

.p-job__list {
  padding: 9.6rem 0;
  background-color: #F7F7F7;
  background-image: url("../img/bg_fig100p.png");
}
@media only screen and (max-width: 780px) {
  .p-job__list {
    padding: 4.8rem 0;
    background-size: 3.2rem auto;
  }
}
.p-job__list .job_list > li {
  background-color: #ffffff;
  border-radius: 3rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 781px) {
  .p-job__list .job_list > li {
    padding: 3.2rem;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 780px) {
  .p-job__list .job_list > li {
    padding: 1.5rem;
  }
}
.p-job__list .job_list > li + li {
  margin-top: 2em;
}
.p-job__list .job_list > li:before {
  width: 33.8%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-job__list .job_list > li:before {
    width: 100%;
    height: 30%;
  }
}
.p-job__list .job_list > li .img {
  border-radius: 1.6rem;
  box-shadow: 0.3rem 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.p-job__list .job_list > li .img > img,
.p-job__list .job_list > li .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 781px) {
  .p-job__list .job_list > li .img {
    width: 44%;
  }
}
@media only screen and (max-width: 780px) {
  .p-job__list .job_list > li .img {
    height: 20rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-job__list .job_list > li .text {
    width: 51.5%;
    padding-bottom: 7rem;
    position: relative;
  }
}
.p-job__list .job_list > li .text h2 {
  margin-bottom: 1.5em;
  font-size: 2.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-job__list .job_list > li .text h2 {
    font-size: 2rem;
  }
}
.p-job__list .job_list > li .text h2:after {
  width: 1.5em;
  height: 0.5rem;
  margin-top: 0.27em;
  content: "";
  border-radius: 99px;
  display: block;
}
.p-job__list .job_list > li .text ul li {
  padding-left: 2.75em;
  font-weight: 500;
}
.p-job__list .job_list > li .text ul li:before {
  width: 1.75em;
  height: 1.75em;
  margin: 0 1em 0 -2.75em;
  content: "";
  background-size: cover;
  display: inline-block;
  vertical-align: -0.5em;
}
.p-job__list .job_list > li .text ul li + li {
  margin-top: 1em;
}
@media only screen and (min-width: 781px) {
  .p-job__list .job_list > li .text .link {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-job__list .job_list > li .text .link {
    margin-top: 2rem;
    text-align: right;
  }
}
.p-job__list .job_list > li .text .link a {
  font-size: 2rem;
  font-weight: 700;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .p-job__list .job_list > li .text .link a {
    font-size: 1.5rem;
  }
}
.p-job__list .job_list > li .text .link a:after {
  width: 1.5em;
  height: 1.5em;
  margin-left: 0.5em;
  content: "";
  background-image: url("../img/icon_arrow02.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.35em;
}
@media only screen and (min-width: 781px) {
  .p-job__list .job_list > li .text .link a {
    transition: opacity 0.3s;
  }
  .p-job__list .job_list > li .text .link a:hover {
    opacity: 0.6;
  }
}
.p-job__list .job_list > li.c-orange:before {
  background-color: #FCAC15;
}
.p-job__list .job_list > li.c-orange .text h2:after {
  background-color: #FCAC15;
}
.p-job__list .job_list > li.c-orange .text ul li:before {
  background-image: url("../img/icon_check02.png");
}
.p-job__list .job_list > li.c-green:before {
  background-color: #37BB8E;
}
.p-job__list .job_list > li.c-green .text h2:after {
  background-color: #37BB8E;
}
.p-job__list .job_list > li.c-green .text ul li:before {
  background-image: url("../img/icon_check03.png");
}
.p-job__list .job_list > li.c-pink:before {
  background-color: #FC6A97;
}
.p-job__list .job_list > li.c-pink .text h2:after {
  background-color: #FC6A97;
}
.p-job__list .job_list > li.c-pink .text ul li:before {
  background-image: url("../img/icon_check04.png");
}
.p-job__list .job_list > li.c-blue:before {
  background-color: #2AA3E3;
}
.p-job__list .job_list > li.c-blue .text h2:after {
  background-color: #2AA3E3;
}
.p-job__list .job_list > li.c-blue .text ul li:before {
  background-image: url("../img/icon_check05.png");
}
.p-job__post .sec_about {
  padding: 8.8rem 0 32rem 0;
  background-color: #F7F7F7;
}
@media only screen and (max-width: 780px) {
  .p-job__post .sec_about {
    padding: 4.4rem 0 16rem 0;
  }
}
.p-job__post .sec_about .inner {
  max-width: 1160px;
}
.p-job__post .sec_about .midashi01 {
  margin-bottom: 11.3rem;
}
@media only screen and (max-width: 780px) {
  .p-job__post .sec_about .midashi01 {
    margin-bottom: 6rem;
  }
}
.p-job__post .sec_about dl {
  padding: 10.7rem 0 6.4rem 0;
  background-color: #ffffff;
  border-radius: 2.4rem;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-job__post .sec_about dl {
    padding: 6rem 0 3rem 0;
  }
}
.p-job__post .sec_about dl dt {
  padding: 0.5em 1.5em;
  font-size: 3.4rem;
  font-weight: 700;
  color: #ffffff;
  border-radius: 99px;
  position: absolute;
  top: -4rem;
  left: -2rem;
}
@media only screen and (max-width: 780px) {
  .p-job__post .sec_about dl dt {
    font-size: 2.4rem;
  }
}
.p-job__post .sec_about dl dt:after {
  width: 2.4rem;
  height: 2.5rem;
  content: "";
  background-size: cover;
  position: absolute;
  top: 100%;
  left: 10rem;
}
.p-job__post .sec_about dl dd {
  width: 90%;
  max-width: 1132px;
  margin: 0 auto;
}
@media only screen and (min-width: 781px) {
  .p-job__post .sec_about dl dd {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.p-job__post .sec_about dl dd .img {
  border-radius: 1.6rem;
  overflow: hidden;
}
@media only screen and (min-width: 781px) {
  .p-job__post .sec_about dl dd .img {
    width: 38.7%;
  }
}
@media only screen and (min-width: 781px) {
  .p-job__post .sec_about dl dd .text {
    width: 57.3%;
  }
}
@media only screen and (max-width: 780px) {
  .p-job__post .sec_about dl dd .text {
    margin-bottom: 2rem;
  }
}
.p-job__post .sec_about dl dd .text h3 {
  margin-bottom: 0.9em;
  font-size: 2.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-job__post .sec_about dl dd .text h3 {
    font-size: 2rem;
  }
}
.p-job__post .sec_about dl dd .text p {
  line-height: 2.18;
}
.p-job__post .sec_about dl dd ul {
  width: 100%;
  margin-top: 2.8em;
  padding: 2.5em;
  border: solid 1px #C6C6C6;
  border-radius: 1.6rem;
}
.p-job__post .sec_about dl dd ul li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  padding-left: 2.35em;
  font-size: 2rem;
  font-weight: 500;
  border-bottom: dashed 1px #707070;
  background-image: url("../img/icon_check01.png");
  background-repeat: no-repeat;
  background-position: 0 0.15em;
  background-size: 1.4em auto;
}
@media only screen and (max-width: 780px) {
  .p-job__post .sec_about dl dd ul li {
    font-size: 1.6rem;
  }
}
.p-job__post .sec_about dl dd ul li:last-child {
  margin-bottom: 0;
}
.p-job__post .sec_about dl.content01 {
  margin-bottom: 11rem;
}
.p-job__post .sec_about dl.content01 dt {
  background-color: #E94152;
}
.p-job__post .sec_about dl.content01 dt:after {
  background-image: url("../img/fukidashi_pin_red02.png");
}
.p-job__post .sec_about dl.content02 dt {
  background-color: #37BB8E;
}
.p-job__post .sec_about dl.content02 dt:after {
  background-image: url("../img/fukidashi_pin_green02.png");
}
.p-job__post .sec_day {
  margin-top: -17rem;
  padding: 10.4rem 0;
  border-radius: 20rem 20rem 0 0;
  background-color: #F1D835;
  background-image: url("../img/bg_fig10p.png");
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-job__post .sec_day {
    margin-top: -8rem;
    padding: 4.9rem 0 4rem 0;
    border-radius: 3rem 3rem 0 0;
    background-size: 3.3rem auto;
  }
}
.p-job__post .sec_day .inner {
  max-width: 1160px;
  padding: 6.4rem 0 8rem 0;
  background-color: #ffffff;
  border-radius: 2.4rem;
}
@media only screen and (max-width: 780px) {
  .p-job__post .sec_day .inner {
    padding: 3.2rem 0 4rem 0;
  }
}
.p-job__post .sec_day .inner ul {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #FAFAFA;
}
.p-job__post .sec_day .inner ul li {
  padding: 0 3em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 780px) {
  .p-job__post .sec_day .inner ul li {
    padding: 0 1.5em;
  }
}
.p-job__post .sec_day .inner ul li:first-child .hour:before {
  height: 50%;
  top: 50%;
}
.p-job__post .sec_day .inner ul li:last-child .hour:before {
  height: 50%;
}
.p-job__post .sec_day .inner ul li:nth-child(2n) {
  background-color: #ffffff;
}
.p-job__post .sec_day .inner ul li:nth-child(2n) .hour span {
  background-color: #2963E3;
}
.p-job__post .sec_day .inner ul li .hour {
  width: 9.4rem;
  margin-right: 4rem;
  padding: 1em 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-job__post .sec_day .inner ul li .hour {
    width: 6.4rem;
    margin-right: 2rem;
  }
}
.p-job__post .sec_day .inner ul li .hour:before {
  width: 1px;
  height: 100%;
  content: "";
  border-left: dotted 0.3rem #212121;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
}
.p-job__post .sec_day .inner ul li .hour span {
  width: 9.4rem;
  height: 9.4rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  line-height: 9.4rem;
  color: #ffffff;
  background-color: #2AA3E3;
  border-radius: 50%;
  display: block;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-job__post .sec_day .inner ul li .hour span {
    width: 6.4rem;
    height: 6.4rem;
    font-size: 1em;
    line-height: 6.4rem;
  }
}
.p-job__post .sec_day .inner ul li p {
  width: calc(100% - 13.4rem);
  padding: 1em 0;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-job__post .sec_day .inner ul li p {
    width: calc(100% - 8.4rem);
  }
}
.p-job__post .sec_day .inner .note {
  width: 90%;
  max-width: 88.8rem;
  margin: 3.3rem auto 0 auto;
  padding: 2em;
  font-weight: 500;
  text-align: center;
  border: solid 1px #C6C6C6;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 780px) {
  .p-job__post .sec_day .inner .note {
    padding: 1em;
  }
}
.p-job__post .sec_model {
  padding: 10.4rem 0 12.6rem 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-job__post .sec_model {
    padding: 5rem 0;
  }
}
.p-job__post .sec_model:before, .p-job__post .sec_model:after {
  content: "";
  background-size: cover;
  position: absolute;
}
.p-job__post .sec_model:before {
  width: 61.9rem;
  height: 22.6rem;
  background-image: url("../img/body_fig_right01.png");
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-job__post .sec_model:before {
    width: 31rem;
    height: 11rem;
  }
}
.p-job__post .sec_model:after {
  width: 26.3rem;
  height: 21.9rem;
  background-image: url("../img/body_fig_left01.png");
  bottom: 10rem;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-job__post .sec_model:after {
    width: 13.2rem;
    height: 11rem;
    bottom: 0;
  }
}
.p-job__post .sec_model .inner {
  max-width: 1200px;
}
.p-job__post .sec_model .midashi01 + p {
  margin-bottom: 3em;
  text-align: center;
}
.p-job__post .sec_model ol {
  margin-bottom: 12.8rem;
  padding-top: 2.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 780px) {
  .p-job__post .sec_model ol {
    margin-bottom: 6rem;
  }
}
.p-job__post .sec_model ol li {
  padding: 3.25em 2em 2em 2em;
  background-color: #F7F7F7;
  position: relative;
}
@media only screen and (min-width: 781px) {
  .p-job__post .sec_model ol li {
    width: 25%;
  }
}
@media only screen and (max-width: 780px) {
  .p-job__post .sec_model ol li {
    width: 50%;
  }
}
.p-job__post .sec_model ol li:before {
  margin-top: -0.9rem;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.9rem 0 0.9rem 1.5rem;
  border-color: transparent transparent transparent #212121;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.p-job__post .sec_model ol li:nth-child(1):before {
  content: none;
}
.p-job__post .sec_model ol li:nth-child(1) h3 {
  background-color: #71D885;
}
.p-job__post .sec_model ol li:nth-child(2) h3 {
  background-color: #37BB8E;
}
.p-job__post .sec_model ol li:nth-child(3) h3 {
  background-color: #12A270;
}
.p-job__post .sec_model ol li:nth-child(4) h3 {
  background-color: #00881F;
}
.p-job__post .sec_model ol li:nth-child(2n) {
  background-color: #EFEFEF;
}
@media only screen and (max-width: 780px) {
  .p-job__post .sec_model ol li:nth-child(4n+1), .p-job__post .sec_model ol li:nth-child(4n+4) {
    background-color: #F7F7F7;
  }
  .p-job__post .sec_model ol li:nth-child(4n+2), .p-job__post .sec_model ol li:nth-child(4n+3) {
    background-color: #EFEFEF;
  }
  .p-job__post .sec_model ol li:nth-child(n+3) {
    margin-top: 4rem;
  }
}
.p-job__post .sec_model ol li h3 {
  width: 84%;
  padding: 0.3em 1em;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  border-radius: 99px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-job__post .sec_model ol li .img {
  margin-bottom: 1.4em;
}
.p-job__post .sec_model ol li p {
  font-size: 1.125em;
  font-weight: 500;
}
.p-job__post .sec_model .interview_box {
  max-width: 1080px;
  margin: 0 auto;
  padding: 2.5em 2.5em 4.45em 2.5em;
  color: #ffffff;
  background-color: #E94152;
  border-radius: 3rem;
  position: relative;
}
@media only screen and (min-width: 781px) {
  .p-job__post .sec_model .interview_box {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 780px) {
  .p-job__post .sec_model .interview_box {
    padding: 1.5em;
  }
}
@media only screen and (min-width: 781px) {
  .p-job__post .sec_model .interview_box .img {
    width: 44%;
  }
}
@media only screen and (max-width: 780px) {
  .p-job__post .sec_model .interview_box .img {
    margin-bottom: 1.5em;
  }
}
@media only screen and (min-width: 781px) {
  .p-job__post .sec_model .interview_box .text {
    width: 52%;
  }
}
.p-job__post .sec_model .interview_box .text h3 {
  margin-bottom: 0.7em;
  font-size: 1.5em;
  font-weight: 700;
}
.p-job__post .sec_model .interview_box .text p {
  font-size: 1.125em;
  line-height: 1.88;
}
.p-job__post .sec_model .interview_box .btn {
  text-align: center;
}
@media only screen and (min-width: 781px) {
  .p-job__post .sec_model .interview_box .btn {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.p-job__post .sec_model .interview_box .btn .btn01 {
  transform: translateY(50%);
}

.p-requirements__list .sec_list {
  padding: 9.8rem 0 5.8rem 0;
  background-color: #F7F7F7;
  background-image: url("../img/bg_fig100p.png");
}
@media only screen and (max-width: 780px) {
  .p-requirements__list .sec_list {
    padding: 4.8rem 0;
    background-size: 3.2rem auto;
  }
}
@media only screen and (min-width: 781px) {
  .p-requirements__list .sec_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.p-requirements__list .sec_list ul li {
  background-color: #ffffff;
  border-radius: 3rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (min-width: 781px) {
  .p-requirements__list .sec_list ul li {
    width: 48%;
    margin-bottom: 4rem;
    padding: 2.5rem 4rem 9rem 4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-requirements__list .sec_list ul li {
    margin-bottom: 1.6rem;
    padding: 1.7rem 2.4rem;
  }
}
.p-requirements__list .sec_list ul li:before {
  width: 100%;
  height: 38.2%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-requirements__list .sec_list ul li h3 {
  margin-bottom: 0.5em;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 780px) {
  .p-requirements__list .sec_list ul li h3 {
    font-size: 2.4rem;
  }
}
.p-requirements__list .sec_list ul li .img {
  margin-bottom: 1.5em;
  border-radius: 1.6rem;
  box-shadow: 0.3rem 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media only screen and (min-width: 781px) {
  .p-requirements__list .sec_list ul li .link {
    position: absolute;
    bottom: 3rem;
    right: 4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-requirements__list .sec_list ul li .link {
    margin-top: 2rem;
    text-align: right;
  }
}
.p-requirements__list .sec_list ul li .link a {
  font-size: 2rem;
  font-weight: 700;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .p-requirements__list .sec_list ul li .link a {
    font-size: 1.5rem;
  }
}
.p-requirements__list .sec_list ul li .link a:after {
  width: 1.5em;
  height: 1.5em;
  margin-left: 0.5em;
  content: "";
  background-image: url("../img/icon_arrow02.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.35em;
}
@media only screen and (min-width: 781px) {
  .p-requirements__list .sec_list ul li .link a {
    transition: opacity 0.3s;
  }
  .p-requirements__list .sec_list ul li .link a:hover {
    opacity: 0.6;
  }
}
.p-requirements__list .sec_list ul li.c-pink:before {
  background-color: #FC6A97;
}
.p-requirements__list .sec_list ul li.c-green:before {
  background-color: #37BB8E;
}
.p-requirements__list .sec_list ul li.c-blue:before {
  background-color: #2963E3;
}
.p-requirements__list .sec_list ul li.c-orange:before {
  background-color: #FCAC15;
}
.p-requirements__list .sec_seido {
  padding: 8.8rem 0;
}
@media only screen and (max-width: 780px) {
  .p-requirements__list .sec_seido {
    padding: 4.4rem 0;
  }
}
.p-requirements__list .sec_seido .inner {
  max-width: 1000px;
}
.p-requirements__list .sec_seido h2 {
  margin-bottom: 1.5em;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-requirements__list .sec_seido h2 {
    font-size: 2rem;
  }
}
.p-requirements__list .sec_seido ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-requirements__list .sec_seido ul li {
  text-align: center;
  background-color: #F7F7F7;
  border-radius: 1.6rem;
}
@media only screen and (min-width: 781px) {
  .p-requirements__list .sec_seido ul li {
    width: 23.2%;
    padding: 2em;
  }
}
@media only screen and (max-width: 780px) {
  .p-requirements__list .sec_seido ul li {
    width: 48%;
    margin-bottom: 2rem;
    padding: 1.5em;
  }
}
.p-requirements__list .sec_seido ul li .fig {
  width: 8.8rem;
  margin: 0 auto 1em auto;
}
.p-requirements__list .sec_seido ul li p {
  font-size: 1.125em;
  font-weight: 700;
}
.p-requirements__list .sec_seido ul + p {
  margin: 2.5em 0 3.5em 0;
  text-align: center;
  line-height: 2.18;
}
.p-requirements__list .sec_seido .btn {
  text-align: center;
}
.p-requirements__list .sec_seido .btn .btn01 {
  margin: 1rem 2rem;
}
.p-requirements__post .sec_requirements {
  padding: 8.8rem 0;
  background-color: #F1D835;
  background-image: url("../img/bg_fig10p.png");
}
@media only screen and (max-width: 780px) {
  .p-requirements__post .sec_requirements {
    padding: 4.4rem 0;
    background-size: 3.3rem auto;
  }
}
.p-requirements__post .sec_requirements .inner {
  max-width: 1160px;
}
.p-requirements__post .sec_requirements .box {
  padding: 8rem 0;
  background-color: #ffffff;
  border-radius: 2.4rem;
}
@media only screen and (max-width: 780px) {
  .p-requirements__post .sec_requirements .box {
    padding: 4rem 0;
  }
}
.p-requirements__post .sec_requirements .box table {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  border: solid 1px #C6C6C6;
}
.p-requirements__post .sec_requirements .box table tbody tr th {
  width: 23%;
  padding: 2em 2em 2em 2.5em;
  font-weight: 500;
  background-color: #F7F7F7;
  border-bottom: solid 1px #C6C6C6;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .p-requirements__post .sec_requirements .box table tbody tr th {
    width: 33%;
    padding: 1em;
  }
}
.p-requirements__post .sec_requirements .box table tbody tr td {
  padding: 2em 2em 2em 2.5em;
  border-bottom: solid 1px #C6C6C6;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .p-requirements__post .sec_requirements .box table tbody tr td {
    padding: 1em;
  }
}
.p-requirements__post .sec_requirements .box table tbody tr:last-child {
  border-bottom: none;
}
.p-requirements__post .sec_faq {
  margin-bottom: 8rem;
  padding: 9.6rem 0;
  background-color: #F7F7F7;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-requirements__post .sec_faq {
    margin-bottom: 4rem;
    padding: 4.8rem 0;
  }
}
.p-requirements__post .sec_faq:before, .p-requirements__post .sec_faq:after {
  content: "";
  background-size: cover;
  position: absolute;
}
.p-requirements__post .sec_faq:before {
  width: 61.9rem;
  height: 22.6rem;
  background-image: url("../img/body_fig_right03.png");
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-requirements__post .sec_faq:before {
    width: 31rem;
    height: 11rem;
  }
}
.p-requirements__post .sec_faq:after {
  width: 26.3rem;
  height: 21.9rem;
  background-image: url("../img/body_fig_left03.png");
  bottom: 10rem;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-requirements__post .sec_faq:after {
    width: 13.2rem;
    height: 11rem;
    bottom: 0;
  }
}
.p-requirements__post .sec_faq ul li {
  margin-bottom: 1em;
  padding: 2em;
  background-color: #ffffff;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 780px) {
  .p-requirements__post .sec_faq ul li {
    padding: 1em;
  }
}
.p-requirements__post .sec_faq ul li .faq_q {
  padding-left: 3.6em;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 780px) {
  .p-requirements__post .sec_faq ul li .faq_q {
    font-size: 1.6rem;
  }
}
.p-requirements__post .sec_faq ul li .faq_q:before {
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.4em 0 -3.6em;
  content: "";
  background-image: url("../img/requirements/faq_q.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.6em;
}
.p-requirements__post .sec_faq ul li .faq_a {
  margin-top: 2em;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 780px) {
  .p-requirements__post .sec_faq ul li .faq_a {
    font-size: 1.4rem;
  }
}
.p-requirements__post .sec_link {
  text-align: center;
}
.p-requirements__post .sec_link h2 {
  margin-bottom: 1.17em;
  font-size: 2.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-requirements__post .sec_link h2 {
    font-size: 2rem;
  }
}
.p-requirements__post .sec_link p {
  margin-bottom: 3.5em;
  line-height: 2.18;
}
@media only screen and (max-width: 780px) {
  .p-requirements__post .sec_link p {
    text-align: left;
  }
}
.p-requirements__post .sec_link .btn {
  text-align: center;
}
.p-requirements__post .sec_link .btn .btn01 {
  margin: 1rem 2rem;
}

.p-interview__list .sec_list {
  margin-bottom: 7.2rem;
  padding: 9.6rem 0 12rem 0;
  background-color: #F7F7F7;
  background-image: url("../img/bg_fig100p.png");
}
@media only screen and (max-width: 780px) {
  .p-interview__list .sec_list {
    margin-bottom: 3.6rem;
    padding: 4.4rem 0;
    background-size: 3.3rem auto;
  }
}
.p-interview__list .sec_list .inner {
  max-width: 1200px;
}
@media only screen and (min-width: 781px) {
  .p-interview__list .sec_list .list {
    margin-bottom: 4.8rem;
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 780px) {
  .p-interview__list .sec_list .list {
    margin-bottom: 3rem;
  }
}
.p-interview__list .sec_list .list li {
  background-color: #ffffff;
  border-radius: 2.4rem;
  overflow: hidden;
  box-shadow: 0.3rem 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 781px) {
  .p-interview__list .sec_list .list li {
    width: 30%;
    margin: 0 5% 5.6rem 0;
  }
  .p-interview__list .sec_list .list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-interview__list .sec_list .list li {
    margin-bottom: 3rem;
  }
}
.p-interview__list .sec_list .list li a {
  display: block;
}
@media only screen and (min-width: 781px) {
  .p-interview__list .sec_list .list li a .img img {
    transition: transform 0.3s;
  }
  .p-interview__list .sec_list .list li a:hover .img img {
    transform: scale(1.1);
  }
}
.p-interview__list .sec_list .list li .img {
  height: 27.6rem;
  overflow: hidden;
}
.p-interview__list .sec_list .list li .img > img,
.p-interview__list .sec_list .list li .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 780px) {
  .p-interview__list .sec_list .list li .img {
    height: 16rem;
  }
}
.p-interview__list .sec_list .list li .text {
  padding: 1.65em 1.5em 2em 1.5em;
  position: relative;
  z-index: 1;
}
.p-interview__list .sec_list .list li .text .cate {
  min-width: 10rem;
  padding: 0.27em 0.5em;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  border-radius: 0 99px 99px 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
.p-interview__list .sec_list .list li .text p {
  margin-bottom: 0.7em;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
}
.p-interview__list .sec_list .list li .text .name {
  margin-bottom: 0.5em;
  font-weight: 700;
}
.p-interview__list .sec_list .list li .text .year {
  font-size: 1.4rem;
}
.p-interview__list .sec_list .list li.c-orange .text .cate {
  background-color: #FCAC15;
}
.p-interview__list .sec_list .list li.c-blue .text .cate {
  background-color: #2AA3E3;
}
.p-interview__list .sec_list .list li.c-green .text .cate {
  background-color: #37BB8E;
}
.p-interview__list .sec_list .list li.c-pink .text .cate {
  background-color: #FC6A97;
}
.p-interview__list .sec_link .btn {
  text-align: center;
}
.p-interview__list .sec_link .btn .btn01 {
  margin: 1rem 2rem;
}
.p-interview__post .sec_post {
  margin-bottom: 7.2rem;
  padding: 9.6rem 0 12rem 0;
  background-color: #F7F7F7;
  background-image: url("../img/bg_fig100p.png");
}
@media only screen and (max-width: 780px) {
  .p-interview__post .sec_post {
    margin-bottom: 3.6rem;
    padding: 4.4rem 0;
    background-size: 3.3rem auto;
  }
}
.p-interview__post .sec_post .inner {
  max-width: 1120px;
}
.p-interview__post .sec_post .headding {
  background-color: #ffffff;
  border-radius: 2.4rem;
}
@media only screen and (min-width: 781px) {
  .p-interview__post .sec_post .headding {
    margin-bottom: 8rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 780px) {
  .p-interview__post .sec_post .headding {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-interview__post .sec_post .headding .img {
    width: 31%;
    transform: translate(-4rem, -4rem);
  }
}
@media only screen and (max-width: 780px) {
  .p-interview__post .sec_post .headding .img {
    max-width: 80%;
    margin: 0 auto;
    transform: translate(0, -2rem);
  }
}
.p-interview__post .sec_post .headding .img img {
  border-radius: 1.6rem;
  box-shadow: 0.3rem 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 781px) {
  .p-interview__post .sec_post .headding .text {
    width: 69%;
    padding: 7.2rem 4rem;
    display: flex;
  }
}
@media only screen and (max-width: 780px) {
  .p-interview__post .sec_post .headding .text {
    padding: 2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-interview__post .sec_post .headding .text .prof {
    width: 45%;
    padding-right: 1em;
  }
}
@media only screen and (max-width: 780px) {
  .p-interview__post .sec_post .headding .text .prof {
    margin-bottom: 2rem;
  }
}
.p-interview__post .sec_post .headding .text .prof .yakusyoku {
  margin-bottom: 0.5em;
  font-weight: 500;
}
.p-interview__post .sec_post .headding .text .prof .year {
  margin-bottom: 1em;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-interview__post .sec_post .headding .text .prof .year {
    font-size: 1.6rem;
  }
}
.p-interview__post .sec_post .headding .text .prof .name {
  font-size: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-interview__post .sec_post .headding .text .prof .name {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-interview__post .sec_post .headding .text .other {
    width: 55%;
  }
}
.p-interview__post .sec_post .headding .text .other dl dt {
  margin-bottom: 0.4em;
  padding-left: 1.2rem;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-interview__post .sec_post .headding .text .other dl dt {
    font-size: 1.6rem;
  }
}
.p-interview__post .sec_post .headding .text .other dl dt:before {
  width: 0.4rem;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.2rem;
}
.p-interview__post .sec_post .headding .text .other dl dt:nth-of-type(1):before {
  background-color: #FF8502;
}
.p-interview__post .sec_post .headding .text .other dl dt:nth-of-type(2):before {
  background-color: #37BB8E;
}
.p-interview__post .sec_post .headding .text .other dl dd {
  font-size: 1.5rem;
}
@media only screen and (max-width: 780px) {
  .p-interview__post .sec_post .headding .text .other dl dd {
    font-size: 1.4rem;
  }
}
.p-interview__post .sec_post .headding .text .other dl dd + dt {
  margin-top: 1.65em;
}
.p-interview__post .sec_post .interview {
  margin-bottom: 7.2rem;
}
@media only screen and (max-width: 780px) {
  .p-interview__post .sec_post .interview {
    margin-bottom: 4rem;
  }
}
.p-interview__post .sec_post .interview li .text {
  padding: 1rem 0 1rem 4rem;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-interview__post .sec_post .interview li .text {
    padding-left: 2rem;
  }
}
.p-interview__post .sec_post .interview li .text:before {
  width: 0.4rem;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.2rem;
}
.p-interview__post .sec_post .interview li .text .num {
  margin-bottom: 0.65em;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}
.p-interview__post .sec_post .interview li .text .num span {
  font-size: 1.14em;
}
.p-interview__post .sec_post .interview li .text h3 {
  margin-bottom: 1em;
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-interview__post .sec_post .interview li .text h3 {
    font-size: 2rem;
  }
}
.p-interview__post .sec_post .interview li .text h4 {
  margin-bottom: 0.8em;
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-interview__post .sec_post .interview li .text h4 {
    font-size: 1.8rem;
  }
}
.p-interview__post .sec_post .interview li .text p {
  font-size: 1.5rem;
  line-height: 2;
}
@media only screen and (max-width: 780px) {
  .p-interview__post .sec_post .interview li .text p {
    font-size: 1.4rem;
  }
}
.p-interview__post .sec_post .interview li .img {
  margin-top: 5.6rem;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-interview__post .sec_post .interview li .img {
    margin-top: 3rem;
  }
}
.p-interview__post .sec_post .interview li .img img {
  border-radius: 2.4rem;
}
.p-interview__post .sec_post .interview li + li {
  margin-top: 6.4rem;
}
@media only screen and (max-width: 780px) {
  .p-interview__post .sec_post .interview li + li {
    margin-top: 4rem;
  }
}
.p-interview__post .sec_post .interview li:nth-child(3n+1) .text:before {
  background-color: #E94152;
}
.p-interview__post .sec_post .interview li:nth-child(3n+1) .text .num {
  color: #E94152;
}
.p-interview__post .sec_post .interview li:nth-child(3n+2) .text:before {
  background-color: #2AA3E3;
}
.p-interview__post .sec_post .interview li:nth-child(3n+2) .text .num {
  color: #2AA3E3;
}
.p-interview__post .sec_post .interview li:nth-child(3n) .text:before {
  background-color: #37BB8E;
}
.p-interview__post .sec_post .interview li:nth-child(3n) .text .num {
  color: #37BB8E;
}
.p-interview__post .sec_post .goal {
  padding: 4rem;
  color: #ffffff;
  background-color: #E94152;
  border-radius: 2.4rem;
}
@media only screen and (min-width: 781px) {
  .p-interview__post .sec_post .goal {
    display: flex;
  }
}
@media only screen and (max-width: 780px) {
  .p-interview__post .sec_post .goal {
    padding: 2rem;
  }
}
.p-interview__post .sec_post .goal h3 {
  font-weight: 700;
}
@media only screen and (min-width: 781px) {
  .p-interview__post .sec_post .goal h3 {
    width: 21.5rem;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-interview__post .sec_post .goal h3 {
    margin-bottom: 1em;
    font-size: 2rem;
  }
}
.p-interview__post .sec_post .goal h3 span {
  font-family: "Poppins", sans-serif;
  font-size: 2.75em;
  font-weight: 600;
  line-height: 1;
  display: block;
}
@media only screen and (min-width: 781px) {
  .p-interview__post .sec_post .goal .text {
    width: calc(100% - 21.5rem);
    padding: 1rem 0;
  }
}
.p-interview__post .sec_post .goal .text h4 {
  margin-bottom: 0.7em;
  font-size: 2.2rem;
  font-weight: 500;
}
.p-interview__post .sec_post .goal .text p {
  font-size: 1.5rem;
  line-height: 2;
}
.p-interview__post .sec_other .inner {
  max-width: 1200px;
}
@media only screen and (min-width: 781px) {
  .p-interview__post .sec_other .list {
    margin-bottom: 7.2rem;
    display: flex;
  }
}
@media only screen and (max-width: 780px) {
  .p-interview__post .sec_other .list {
    margin-bottom: 3rem;
  }
}
.p-interview__post .sec_other .list li {
  background-color: #ffffff;
  border-radius: 2.4rem;
  overflow: hidden;
  box-shadow: 0.3rem 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 781px) {
  .p-interview__post .sec_other .list li {
    width: 30%;
    margin-right: 5%;
  }
  .p-interview__post .sec_other .list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-interview__post .sec_other .list li {
    margin-bottom: 3rem;
  }
}
.p-interview__post .sec_other .list li a {
  display: block;
}
@media only screen and (min-width: 781px) {
  .p-interview__post .sec_other .list li a .img img {
    transition: transform 0.3s;
  }
  .p-interview__post .sec_other .list li a:hover .img img {
    transform: scale(1.1);
  }
}
.p-interview__post .sec_other .list li .img {
  height: 27.6rem;
  overflow: hidden;
}
.p-interview__post .sec_other .list li .img > img,
.p-interview__post .sec_other .list li .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 780px) {
  .p-interview__post .sec_other .list li .img {
    height: 16rem;
  }
}
.p-interview__post .sec_other .list li .text {
  padding: 1.65em 1.5em 2em 1.5em;
  position: relative;
  z-index: 1;
}
.p-interview__post .sec_other .list li .text .cate {
  min-width: 10rem;
  padding: 0.27em 0.5em;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  border-radius: 0 99px 99px 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
.p-interview__post .sec_other .list li .text p {
  margin-bottom: 0.7em;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
}
.p-interview__post .sec_other .list li .text .name {
  margin-bottom: 0.5em;
  font-weight: 700;
}
.p-interview__post .sec_other .list li .text .year {
  font-size: 1.4rem;
}
.p-interview__post .sec_other .list li.c-orange .text .cate {
  background-color: #FCAC15;
}
.p-interview__post .sec_other .list li.c-blue .text .cate {
  background-color: #2AA3E3;
}
.p-interview__post .sec_other .list li.c-green .text .cate {
  background-color: #37BB8E;
}
.p-interview__post .sec_other .list li.c-pink .text .cate {
  background-color: #FC6A97;
}
.p-interview__post .sec_other .btn {
  text-align: center;
}

.p-gallery__content .sec_gallery {
  margin-bottom: 9.6rem;
}
@media only screen and (max-width: 780px) {
  .p-gallery__content .sec_gallery {
    margin-bottom: 4.4rem;
  }
}
.p-gallery__content .sec_gallery .inner {
  max-width: 1200px;
}
.p-gallery__content .sec_gallery .ngg-gallery-thumbnail-box img {
  border-radius: 1.6rem;
}

.p-entry__form {
  padding: 8.8rem 0 10.4rem 0;
  background-color: #F7F7F7;
  background-image: url("../img/bg_fig100p.png");
}
@media only screen and (max-width: 780px) {
  .p-entry__form {
    padding: 4.4rem 0;
    background-size: 3.3rem auto;
  }
}
.p-entry__form .inner {
  max-width: 1160px;
}
.p-entry__form .form_area .box {
  padding: 8rem 0;
  background-color: #ffffff;
  border-radius: 2.4rem;
}
@media only screen and (max-width: 780px) {
  .p-entry__form .form_area .box {
    padding: 4rem 0;
  }
}
.p-entry__form .form_area .box > p {
  width: 90%;
  max-width: 968px;
  margin: 0 auto 3.5em auto;
  font-size: 1.8rem;
  font-weight: 500;
}
.p-entry__form .form_area .box > p .hissu {
  margin: 0 0.5em 0 0;
  vertical-align: 0.1em;
}
.p-entry__form .form_area .hissu {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #E94152;
  border-radius: 50%;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: 0.2em;
}
.p-entry__form .form_area .input_field_area {
  width: 90%;
  max-width: 968px;
  margin: 0 auto 5rem auto;
}
@media only screen and (max-width: 780px) {
  .p-entry__form .form_area .input_field_area {
    margin-bottom: 2.5rem;
  }
}
.p-entry__form .form_area .input_field_area .input_field {
  margin-bottom: 3.5em;
}
.p-entry__form .form_area .input_field_area .input_field .input_label {
  margin-bottom: 1em;
  font-size: 1.125em;
  font-weight: 500;
}
.p-entry__form .form_area .input_field_area .input_field .input_label .hissu {
  margin-left: 2.4rem;
}
.p-entry__form .form_area .input_field_area .input_field .input_area + .input_area {
  margin-top: 1em;
}
.p-entry__form .form_area .input_field_area .input_field .input_area.row {
  display: flex;
  justify-content: space-between;
}
.p-entry__form .form_area .input_field_area .input_field .input_area.row .col {
  width: 48%;
}
.p-entry__form .form_area .input_field_area .input_field .input_area.row .col .label {
  margin-bottom: 0.5em;
}
.p-entry__form .form_area .input_field_area .input_field .input_area.row2 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 780px) {
  .p-entry__form .form_area .input_field_area .input_field .input_area.row2 {
    display: block;
  }
}
.p-entry__form .form_area .input_field_area .input_field .input_area.row2 .col {
  width: 32%;
}
@media only screen and (max-width: 780px) {
  .p-entry__form .form_area .input_field_area .input_field .input_area.row2 .col {
    width: 100%;
  }
  .p-entry__form .form_area .input_field_area .input_field .input_area.row2 .col + .col {
    margin-top: 1em;
  }
}
.p-entry__form .form_area .input_field_area .input_field .input_area.row2 .col .wpcf7-form-control-wrap {
  width: calc(100% - 2em);
  margin-right: 0.5em;
  display: inline-block;
}
.p-entry__form .form_area .input_field_area .input_field .input_area .annotation {
  margin-top: 1em;
  font-size: 0.875em;
}
.p-entry__form .form_area .privacy {
  width: 90%;
  max-width: 984px;
  margin: 0 auto;
}
.p-entry__form .form_area .privacy > p {
  margin-bottom: 2em;
  text-align: center;
}
.p-entry__form .form_area .privacy .wrap {
  height: 24rem;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 780px) {
  .p-entry__form .form_area .privacy .wrap {
    height: 14rem;
  }
}
.p-entry__form .form_area .privacy .wrap .scroll {
  width: 100%;
  height: 100%;
  padding-right: 1em;
  overflow: auto;
}
.p-entry__form .form_area .privacy .wrap h3 {
  margin-bottom: 1.8em;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 780px) {
  .p-entry__form .form_area .privacy .wrap h3 {
    font-size: 1.6rem;
  }
}
.p-entry__form .form_area .privacy .wrap h4 {
  margin-bottom: 0.5em;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-entry__form .form_area .privacy .wrap p {
  margin-bottom: 2em;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.p-entry__form .form_area .privacy .wrap p + h4 {
  margin-top: 1.25em;
}
.p-entry__form .form_area .privacy .wrap dl dt {
  margin-bottom: 0.5em;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-entry__form .form_area .privacy .wrap dl dd {
  margin-bottom: 1em;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.p-entry__form .form_area .privacy .check {
  font-weight: 500;
  text-align: right;
}
@media only screen and (max-width: 780px) {
  .p-entry__form .form_area .privacy .check {
    text-align: center;
  }
}
.p-entry__form .form_area .submit {
  margin-top: 5.6rem;
  text-align: center;
}
.p-entry__form .form_area .submit input[type=submit] {
  width: 90%;
  max-width: 46rem;
  padding: 1.2em;
  font-weight: 700;
  text-align: center;
  color: #ffffff !important;
  background-color: #212121;
  background-image: url("../img/icon_arrow01.png");
  background-repeat: no-repeat;
  background-size: 1.5em auto;
  border-radius: 99px;
  display: inline-block;
}
@media only screen and (min-width: 781px) {
  .p-entry__form .form_area .submit input[type=submit] {
    width: 46rem;
    font-size: 2rem;
    background-position: calc(100% - 2.4rem) center;
    transition: opacity 0.3s;
  }
  .p-entry__form .form_area .submit input[type=submit]:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 780px) {
  .p-entry__form .form_area .submit input[type=submit] {
    width: 31.8rem;
    max-width: 100%;
    font-size: 1.5rem;
    background-position: calc(100% - 2rem) center;
  }
}
.p-entry__form .form_area .submit input[type=submit]:disabled {
  opacity: 0.3 !important;
}

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

.bold {
  font-weight: 700;
}

.colorRed {
  color: #E94152;
}

/****************************************************
 * 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;
  }
}