@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: #1D1D1D;
  scroll-behavior: smooth;
  scroll-padding-top: 13.6rem;
}
@media only screen and (max-width: 1099px) {
  html {
    font-size: 9px;
  }
}
@media only screen and (max-width: 900px) {
  html {
    scroll-padding-top: 6rem;
  }
}
@media only screen and (min-width: 781px) {
  html {
    font-feature-settings: "palt";
  }
}
@media only screen and (max-width: 780px) {
  html {
    height: 100%;
    font-size: 10px;
    line-height: 1.6;
  }
}

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

a {
  color: #1D1D1D;
}
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: 1200px;
  margin: 0 auto;
}

.fadeIn {
  visibility: hidden;
  animation: fadeIn 0.5s ease-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.btn01 {
  max-width: 100%;
  padding: 0.8em;
  font-weight: 500;
  text-align: center;
  color: #ffffff !important;
  background: linear-gradient(to left, #177FB5, #177FB5 50%, #258EC6 50%, #4E9AC3);
  background-size: 200% auto;
  background-position: 100% 0;
  border-radius: 99px;
  display: inline-block;
}
@media only screen and (min-width: 781px) {
  .btn01 {
    width: 23.2rem;
    font-size: 1.8rem;
    transition: background-position 0.3s;
  }
  .btn01:hover {
    background-position: 0 0;
  }
}
@media only screen and (max-width: 780px) {
  .btn01 {
    width: 26.4rem;
  }
}

.btn02 {
  max-width: 100%;
  padding: 0.8em;
  font-weight: 500;
  text-align: center;
  color: #ffffff !important;
  background: linear-gradient(to left, #68AABE, #68AABE 50%, #258EC6 50%, #4E9AC3);
  background-size: 200% auto;
  background-position: 100% 0;
  border-radius: 99px;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  display: inline-block;
}
@media only screen and (min-width: 781px) {
  .btn02 {
    width: 23.2rem;
    font-size: 1.8rem;
    transition: background-position 0.3s;
  }
  .btn02:hover {
    background-position: 0 0;
  }
}
@media only screen and (max-width: 780px) {
  .btn02 {
    width: 26.4rem;
  }
}

.btn03 {
  max-width: 100%;
  padding: 0.8em;
  font-weight: 500;
  text-align: center;
  color: #ffffff !important;
  background: linear-gradient(to left, #E58939, #E58939 50%, #F06E00 50%, #F29E00);
  background-size: 200% auto;
  background-position: 100% 0;
  border-radius: 99px;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  display: inline-block;
}
@media only screen and (min-width: 781px) {
  .btn03 {
    width: 23.2rem;
    font-size: 1.8rem;
    transition: background-position 0.3s;
  }
  .btn03:hover {
    background-position: 0 0;
  }
}
@media only screen and (max-width: 780px) {
  .btn03 {
    width: 26.4rem;
  }
}

.btn04 {
  max-width: 100%;
  padding: 0.8em;
  font-weight: 500;
  text-align: center;
  color: #ffffff !important;
  background: linear-gradient(to left, #104A69, #104A69 50%, #177FB5 50%, #4E9AC3);
  background-size: 200% auto;
  background-position: 100% 0;
  border-radius: 99px;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  display: inline-block;
}
@media only screen and (min-width: 781px) {
  .btn04 {
    width: 23.2rem;
    font-size: 1.8rem;
    transition: background-position 0.3s;
  }
  .btn04:hover {
    background-position: 0 0;
  }
}
@media only screen and (max-width: 780px) {
  .btn04 {
    width: 26.4rem;
  }
}

.btn05 {
  max-width: 100%;
  padding: 0.8em;
  font-weight: 500;
  text-align: center;
  color: #177FB5 !important;
  background: linear-gradient(to left, #ffffff, #ffffff 50%, #EFF0F0 50%, #ffffff);
  background-size: 200% auto;
  background-position: 100% 0;
  border-radius: 99px;
  display: inline-block;
}
@media only screen and (min-width: 781px) {
  .btn05 {
    width: 23.2rem;
    font-size: 1.8rem;
    transition: background-position 0.3s;
  }
  .btn05:hover {
    background-position: 0 0;
  }
}
@media only screen and (max-width: 780px) {
  .btn05 {
    width: 26.4rem;
  }
}

.btn06 {
  font-size: 2rem;
  font-weight: 500;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .btn06 {
    font-size: 1.6rem;
  }
}
.btn06:after {
  width: 3.8rem;
  height: 3.8rem;
  margin-left: 2.4rem;
  content: "";
  background-image: url("../img/icon_arrow06.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.5em;
}
@media only screen and (max-width: 780px) {
  .btn06:after {
    width: 3.04rem;
    height: 3.04rem;
  }
}
.btn06:hover {
  color: #177FB5;
}

.midashi01 {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 780px) {
  .midashi01 {
    margin-bottom: 1.5rem;
  }
}
.midashi01 .ja {
  padding-left: 0.25em;
  font-size: 2rem;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 780px) {
  .midashi01 .ja {
    margin-bottom: 0.5em;
    font-size: 1.6rem;
  }
}
.midashi01 .ja:before {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 2.4rem;
  content: "";
  background-color: #D2DDE3;
  border-radius: 50%;
  display: inline-block;
  vertical-align: 0;
}
@media only screen and (max-width: 780px) {
  .midashi01 .ja:before {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 1.6rem;
  }
}
.midashi01 .eng {
  font-family: "Shippori Mincho", serif;
  font-size: 8.5rem;
  font-weight: 700;
  line-height: 1;
  color: #177FB5;
}
@media only screen and (max-width: 780px) {
  .midashi01 .eng {
    font-size: 5rem;
  }
}

.midashi02 {
  margin-bottom: 4rem;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .midashi02 {
    margin-bottom: 3rem;
  }
}
.midashi02 .ja {
  padding-left: 0.25em;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 780px) {
  .midashi02 .ja {
    margin-bottom: 0.5em;
    font-size: 1.6rem;
  }
}
.midashi02 .ja:after {
  width: 1.5rem;
  height: 1.5rem;
  margin: 1em auto 0 auto;
  content: "";
  background-color: #D2DDE3;
  border-radius: 50%;
  display: block;
}
@media only screen and (max-width: 780px) {
  .midashi02 .ja:after {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.midashi02 .eng {
  font-family: "Shippori Mincho", serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
  color: #177FB5;
}
@media only screen and (max-width: 780px) {
  .midashi02 .eng {
    font-size: 4rem;
  }
}

.midashi03 {
  margin-bottom: 1.2em;
  font-size: 3.4rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .midashi03 {
    font-size: 2.2rem;
  }
}
.midashi03:after {
  width: 8em;
  height: 0.3rem;
  margin: 0.75em auto 0 auto;
  content: "";
  background-color: #177FB5;
  display: block;
}
.midashi03 span {
  font-size: 0.64em;
  color: #D2DDE3;
  display: block;
}

.midashi04 {
  margin-bottom: 2.5em;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .midashi04 {
    margin-bottom: 1em;
  }
}
.midashi04 span {
  margin-bottom: 2rem;
  font-family: "Montserrat", sans-serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: 0.9;
  text-transform: uppercase;
  color: #177FB5;
  display: block;
}
@media only screen and (max-width: 780px) {
  .midashi04 span {
    margin-bottom: 1rem;
    font-size: 3.5rem;
  }
}
.midashi04.center {
  text-align: center;
}

/*PC 右サイド問い合わせ*/
.side_contact {
  width: 42rem;
  position: fixed;
  bottom: 10%;
  right: -34.8rem;
  z-index: 90;
  display: flex;
  transition: right 0.3s;
}
.side_contact:hover {
  right: 0;
}
.side_contact dt {
  width: 7.2rem;
  padding: 2.4rem 0;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 7.2rem;
  writing-mode: tb-rl;
  color: #ffffff;
  background: linear-gradient(to bottom, #F06E00, #F29E00);
  border-radius: 0.8rem 0 0 0.8rem;
}
.side_contact dt span {
  display: inline-block;
}
.side_contact dt span:after {
  width: 3.2rem;
  height: 3.2rem;
  margin-top: 0.25em;
  content: "";
  background-image: url("../img/icon_arrow02.png");
  background-size: cover;
  display: inline-block;
  vertical-align: 0.1em;
}
.side_contact dd {
  width: 34.8rem;
  padding: 2.5rem;
  background-color: #FCFCFC;
}
.side_contact dd ul li + li {
  margin-top: 0.8rem;
}
.side_contact dd ul li a {
  padding: 1.2em 1.5em;
  font-size: 1.5rem;
  font-weight: 500;
  background-color: #EFF0F0;
  border-radius: 0.4rem;
  display: block;
}
.side_contact dd ul li a:hover {
  color: #ffffff;
  background-color: #E58939;
}

/*CTA*/
.cta {
  padding: 5rem 0;
  background-color: #A6C1D0;
}
@media only screen and (max-width: 780px) {
  .cta {
    padding: 2.5rem 0;
  }
}
.cta h2 {
  margin-bottom: 2.5rem;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 780px) {
  .cta h2 {
    margin-bottom: 1.6rem;
    font-size: 2.1rem;
  }
}
.cta h2 span {
  font-family: "Shippori Mincho", serif;
  font-size: 4.5rem;
  display: block;
}
@media only screen and (max-width: 780px) {
  .cta h2 span {
    font-size: 3.3rem;
  }
}
.cta .box {
  max-width: 1160px;
  margin: 0 auto;
  padding: 4rem;
  background-color: #ffffff;
  border-radius: 0.8rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 780px) {
  .cta .box {
    padding: 3rem 2rem;
  }
}
@media only screen and (min-width: 781px) {
  .cta .box ul {
    display: flex;
  }
}
.cta .box ul li {
  text-align: center;
}
@media only screen and (min-width: 781px) {
  .cta .box ul li {
    width: 33.333%;
    padding: 0 1rem;
  }
  .cta .box ul li + li {
    border-left: solid 1px #D2DDE3;
  }
}
@media only screen and (max-width: 780px) {
  .cta .box ul li {
    margin-bottom: 2.8rem;
    padding-bottom: 2.8rem;
    border-bottom: solid 1px #D2DDE3;
  }
  .cta .box ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.cta .box ul li .img {
  width: 8.7rem;
  margin: 0 auto 1.5rem auto;
}
@media only screen and (max-width: 780px) {
  .cta .box ul li .img {
    width: 7.3rem;
  }
}
.cta .box ul li h3 {
  margin-bottom: 0.8rem;
  font-size: 2rem;
  font-weight: 700;
}
.cta .box ul li p {
  margin-bottom: 2.4rem;
  font-weight: 500;
  color: #585858;
}
.cta .box ul li p.time {
  color: #1D1D1D;
  font-size: 1.4rem;
}
@media only screen and (min-width: 781px) {
  .cta .box ul li .number {
    font-family: "Shippori Mincho", serif;
    font-size: 2.1rem;
    font-weight: 700;
    color: #104A69;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1279px) {
  .cta .box ul li .number {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1099px) {
  .cta .box ul li .number {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 781px) {
  .cta .box ul li .number span {
    margin-left: 0.25em;
    font-size: 1.8em;
    display: inline-block;
    vertical-align: -0.15em;
  }
}

/*採用エントリー導線*/
@media only screen and (min-width: 781px) {
  .recruit_apply ul {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 781px) {
  .recruit_apply ul li {
    width: 44.2rem;
    max-width: calc(50% - 3.6rem);
    margin: 0 1.8rem;
  }
}
@media only screen and (max-width: 780px) {
  .recruit_apply ul li {
    width: 30.2rem;
    margin: 0 auto;
  }
}
.recruit_apply ul li a {
  width: 100%;
  height: 10rem;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-image: url("../img/icon_arrow07.png");
  background-repeat: no-repeat;
  background-size: 3.2rem auto;
  background-position: calc(100% - 2.4rem) center;
  border-radius: 0.8rem;
  overflow: hidden;
  display: block;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 780px) {
  .recruit_apply ul li a {
    height: 7.5rem;
    font-size: 1.7rem;
    background-size: 2.4rem auto;
    background-position: calc(100% - 1.6rem) center;
  }
}
.recruit_apply ul li a span {
  font-size: 0.77em;
  font-weight: 500;
  display: block;
}
.recruit_apply ul li a:hover {
  opacity: 0.6;
}
.recruit_apply ul li:nth-child(1) a {
  padding-top: 1.8rem;
  background-color: #177FB5;
}
@media only screen and (max-width: 780px) {
  .recruit_apply ul li:nth-child(1) a {
    padding-top: 1.35rem;
  }
}
@media only screen and (max-width: 780px) {
  .recruit_apply ul li:nth-child(2) {
    margin-top: 1.6rem;
  }
}
.recruit_apply ul li:nth-child(2) a {
  padding-top: 3.2rem;
  background-color: #04A09D;
}
@media only screen and (max-width: 780px) {
  .recruit_apply ul li:nth-child(2) a {
    padding-top: 2.4rem;
  }
}

/*CF7フォーム*/
.form_area {
  max-width: 900px;
  margin: 0 auto;
}
.form_area > p {
  margin-bottom: 2em;
}
.form_area .input_field_area {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 780px) {
  .form_area .input_field_area {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 781px) {
  .form_area .input_field_area.table .input_field {
    width: 100%;
    margin-bottom: 0;
    display: table;
  }
  .form_area .input_field_area.table .input_field > * {
    display: table-cell;
  }
  .form_area .input_field_area.table .input_field .input_label {
    width: 30%;
    margin-bottom: 0;
    padding: 1em;
    vertical-align: top;
  }
  .form_area .input_field_area.table .input_field .input_area {
    padding: 1em;
    vertical-align: top;
  }
}
.form_area .input_field_area .input_field {
  margin-bottom: 2em;
}
.form_area .input_field_area .input_field .input_label {
  margin-bottom: 0.75em;
  font-size: 1.125em;
  font-weight: 500;
}
.form_area .input_field_area .input_field .input_label span {
  margin-left: 1em;
  padding: 0 0.5em;
  font-size: 0.7em;
  font-weight: 400;
  color: #E58939;
  border: solid 1px #E58939;
  border-radius: 0.4rem;
  display: inline-block;
  vertical-align: 0;
}
.form_area .input_field_area .input_field .input_area.row {
  display: flex;
  justify-content: space-between;
}
.form_area .input_field_area .input_field .input_area.row .col {
  width: 48%;
  display: flex;
  align-items: center;
}
.form_area .input_field_area .input_field .input_area.row .col .label {
  margin-right: 0.5em;
}
.form_area .input_field_area .input_field .input_area .annotation {
  margin-top: 1em;
  font-size: 0.875em;
}
.form_area .privacy {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 780px) {
  .form_area .privacy {
    margin-bottom: 2.5rem;
  }
}
.form_area .privacy p {
  margin-bottom: 2em;
  text-align: center;
}
.form_area .privacy p a {
  text-decoration: underline;
  color: #177FB5;
}
.form_area .privacy .check {
  text-align: center;
}
.form_area .submit {
  text-align: center;
}
.form_area .submit input[type=submit] {
  width: 20.8rem;
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  color: #177FB5;
  background-image: url("../img/icon_arrow05.png");
  background-repeat: no-repeat;
  background-size: 1.2rem auto;
  background-position: calc(100% - 1.4rem) center;
  border: solid 1px #D2DDE3;
  border-radius: 0.5rem;
  display: inline-block;
}
.form_area .submit input[type=submit]:hover {
  background-color: #D2DDE3;
}
.form_area .submit input[type=submit]:disabled {
  background: none;
  opacity: 0.3 !important;
}
.form_area .wpcf7-text {
  width: 100%;
  padding: 0.75em;
  background-color: #F5F6F7;
  border-radius: 0.4rem;
}
.form_area .wpcf7-text::-moz-placeholder {
  color: #899FAA;
}
.form_area .wpcf7-text::placeholder {
  color: #899FAA;
}
.form_area .wpcf7-textarea {
  width: 100%;
  height: 16em;
  padding: 0.75em;
  background-color: #F5F6F7;
  border-radius: 0.4rem;
}
@media only screen and (max-width: 780px) {
  .form_area .wpcf7-textarea {
    height: 8em;
  }
}
.form_area .wpcf7-textarea::-moz-placeholder {
  color: #899FAA;
}
.form_area .wpcf7-textarea::placeholder {
  color: #899FAA;
}
.form_area .wpcf7-select {
  width: 100%;
  padding: 0.75em;
  background-color: #F5F6F7;
  background-image: url("../img/form_select_icon.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  background-size: 2rem auto;
  border-radius: 0.4rem;
}
.form_area .wpcf7-radio {
  margin-bottom: -1em;
  display: block;
  letter-spacing: -0.4em;
}
.form_area .wpcf7-radio > * {
  display: inline-block;
  letter-spacing: normal;
}
.form_area .wpcf7-radio > * {
  margin-right: 1em !important;
  margin-bottom: 1em !important;
}
@media only screen and (max-width: 780px) {
  .form_area .wpcf7-radio > * {
    display: block;
    margin-right: 0 !important;
  }
}
.form_area .wpcf7-radio label {
  overflow: hidden;
}
.form_area .wpcf7-radio label input {
  visibility: hidden;
  position: absolute;
  left: -9999999px;
}
.form_area .wpcf7-radio label input:checked + span:after {
  content: "";
}
.form_area .wpcf7-radio label input + span {
  padding-left: 4rem;
  display: inline-block;
  position: relative;
}
.form_area .wpcf7-radio label input + span:before {
  width: 2.4rem;
  height: 2.4rem;
  content: "";
  background-color: #ffffff;
  border: solid 1px #899FAA;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.form_area .wpcf7-radio 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;
}
.form_area .wpcf7-checkbox, .form_area .wpcf7-acceptance {
  margin-bottom: -1em;
  display: block;
  letter-spacing: -0.4em;
}
.form_area .wpcf7-checkbox > *, .form_area .wpcf7-acceptance > * {
  display: inline-block;
  letter-spacing: normal;
}
.form_area .wpcf7-checkbox > *, .form_area .wpcf7-acceptance > * {
  margin-right: 1em !important;
  margin-bottom: 1em !important;
}
@media only screen and (max-width: 780px) {
  .form_area .wpcf7-checkbox > *, .form_area .wpcf7-acceptance > * {
    display: block;
    margin-right: 0 !important;
  }
}
.form_area .wpcf7-checkbox label, .form_area .wpcf7-acceptance label {
  overflow: hidden;
}
.form_area .wpcf7-checkbox label input, .form_area .wpcf7-acceptance label input {
  visibility: hidden;
  position: absolute;
  left: -9999999px;
}
.form_area .wpcf7-checkbox label input:checked + span:after, .form_area .wpcf7-acceptance label input:checked + span:after {
  content: "";
}
.form_area .wpcf7-checkbox label input + span, .form_area .wpcf7-acceptance label input + span {
  padding-left: 4rem;
  display: inline-block;
  position: relative;
}
.form_area .wpcf7-checkbox label input + span:before, .form_area .wpcf7-acceptance label input + span:before {
  width: 2.4rem;
  height: 2.4rem;
  content: "";
  background-color: #ffffff;
  border: solid 1px #899FAA;
  position: absolute;
  top: 0;
  left: 0;
}
.form_area .wpcf7-checkbox label input + span:after, .form_area .wpcf7-acceptance label input + span:after {
  width: 1.6rem;
  height: 1rem;
  content: none;
  border-left: solid 0.2rem #000000;
  border-bottom: solid 0.2rem #000000;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  transform: rotate(-45deg);
}

/*ページネーション*/
.pagination {
  text-align: center;
  letter-spacing: -0.4em;
}
.pagination > * {
  display: inline-block;
  letter-spacing: normal;
}
.pagination > * {
  width: 3.2rem;
  height: 3.2rem;
  margin: 0 0.5em;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 3.2rem;
  text-align: center;
  color: #899FAA !important;
  background-color: #D2DDE3;
  border-radius: 50%;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .pagination > * {
    margin: 0.4rem !important;
  }
}
.pagination .current {
  color: #ffffff !important;
  background-color: #177FB5;
}
.pagination .dots {
  margin: 0 0.25em;
  background: none;
}
.pagination .prev, .pagination .next {
  background: none;
  background-image: url("../img/icon_arrow07.png");
  background-size: cover;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.pagination .prev {
  transform: scaleX(-1);
}
.pagination a:hover {
  opacity: 0.6;
}

/* ブロックエディタ用基本CSS */
.editor-area:after {
  content: "";
  display: block;
  clear: both;
}
.editor-area > *:last-child {
  margin-bottom: 0 !important;
}
.editor-area p {
  margin-bottom: 2em;
}
.editor-area h3 {
  margin-bottom: 0.8em;
  padding-left: 1em;
  font-size: 1.5em;
  font-weight: 700;
  color: #177FB5;
  border-left: solid 0.5rem #177FB5;
}
.editor-area h4 {
  margin-bottom: 0.7em;
  font-size: 1.25em;
  font-weight: 700;
}
.editor-area h5 {
  margin-bottom: 0.6em;
  padding-bottom: 0.5em;
  font-size: 1em;
  font-weight: 500;
  border-bottom: solid 1px #EFF0F0;
}
.editor-area ul {
  margin-bottom: 2em;
}
.editor-area ul li {
  margin-bottom: 0.5em;
  padding-left: 3rem;
}
.editor-area ul li:before {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 1.4rem 0 -3rem;
  content: "";
  background-image: url("../img/news/check.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.1em;
}
.editor-area ol {
  margin-bottom: 2em;
  counter-reset: num;
}
.editor-area ol li {
  margin-bottom: 0.5em;
  padding-left: 3rem;
  counter-increment: num;
}
.editor-area ol li:before {
  width: 2rem;
  margin: 0 1rem 0 -3rem;
  content: counter(num) ".";
  color: #177FB5;
  font-weight: 700;
  display: inline-block;
  vertical-align: 0;
}
.editor-area .wp-block-image {
  margin-bottom: 2em;
}
.editor-area .alignleft {
  max-width: 50%;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 2em;
}
.editor-area .alignright {
  max-width: 50%;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 2em;
}
.editor-area .aligncenter {
  margin-bottom: 2em;
}
.editor-area .aligncenter img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.editor-area blockquote {
  margin-bottom: 2.5em;
  margin-left: 0;
  padding: 1.2em 1.2em 1.2em 6rem;
  background-color: #FCFCFC;
  border-left: 0.25em solid #177FB5;
  position: relative;
  display: block;
}
@media only screen and (max-width: 780px) {
  .editor-area blockquote {
    padding-left: 4rem;
  }
}
.editor-area blockquote:before {
  width: 4rem;
  height: 4rem;
  content: "";
  background-color: #177FB5;
  background-image: url("../img/news/innyou.png");
  background-size: 2.4rem auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 780px) {
  .editor-area blockquote:before {
    width: 3rem;
    height: 3rem;
    background-size: 2rem;
  }
}
.editor-area blockquote > *:last-child {
  margin-bottom: 0 !important;
}
.editor-area table {
  width: 100%;
  margin-bottom: 2em;
  border-collapse: collapse;
}
.editor-area table td, .editor-area table th {
  border: 1px solid #899FAA;
  padding: 0.5em;
}
.editor-area table th {
  background-color: #F5F6F7;
}
.editor-area .wp-block-columns {
  display: flex;
  margin-bottom: 2em;
}
.editor-area .wp-block-column {
  flex-grow: 1;
  margin-left: 0.625em;
  margin-right: 0.625em;
}
.editor-area .wp-block-media-text {
  display: grid;
}
.editor-area a {
  color: blue;
  text-decoration: underline;
  word-break: break-all;
}
.editor-area strong, .editor-area b {
  font-weight: bold;
}
.editor-area em, .editor-area i {
  font-style: italic;
}
.editor-area .wp-block-spacer {
  clear: both;
}

/****************************************************
 * 3.レイアウト設定
 ****************************************************/
.container {
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .container {
    padding-top: 6rem;
  }
}

/****************************************************
 * 4.テンプレートスタイル
 ****************************************************/
/*ヘッダーブロック*/
#header {
  background-color: #ffffff;
  box-shadow: 0 0 1rem rgba(59, 59, 59, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 99;
}
@media only screen and (min-width: 901px) {
  #header {
    width: 98%;
    max-width: 1680px;
    height: 8.8rem;
    padding: 0 1.6rem;
    border-radius: 0.8rem;
    top: 2.4rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 900px) {
  #header {
    width: 100%;
    height: 6rem;
    padding: 0 1.2rem;
    top: 0;
    left: 0;
  }
}
#header .logo {
  width: 7rem;
}
@media only screen and (min-width: 1600px) {
  #header .logo {
    margin-left: 1.6rem;
  }
}
@media only screen and (max-width: 900px) {
  #header .logo {
    width: 4.5rem;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .sp_contact {
    width: 4.4rem;
    margin-right: 1.2rem;
    display: inline-block;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .sp_menu_btn {
    width: 4.4rem;
    height: 4.4rem;
    background-image: url("../img/sp_menu_open.png");
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 901px) {
  #header .header_right .pc_menu {
    display: flex;
    align-items: center;
  }
  #header .header_right .pc_menu > ul {
    letter-spacing: -0.4em;
  }
  #header .header_right .pc_menu > ul > * {
    display: inline-block;
    letter-spacing: normal;
  }
  #header .header_right .pc_menu > ul > li {
    font-weight: 500;
  }
  #header .header_right .pc_menu > ul > li:before {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 2.4rem;
    content: "";
    background-color: #177FB5;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1599px) {
  #header .header_right .pc_menu > ul > li:before {
    margin: 0 1.6rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1099px) {
  #header .header_right .pc_menu > ul > li:before {
    margin: 0 0.8rem;
  }
}
@media only screen and (min-width: 901px) {
  #header .header_right .pc_menu > ul > li:first-child:before {
    content: none;
  }
  #header .header_right .pc_menu > ul > li:first-child.dropdown > div {
    left: 50% !important;
  }
  #header .header_right .pc_menu > ul > li > a:hover {
    color: #177FB5;
  }
  #header .header_right .pc_menu > ul > li.dropdown {
    position: relative;
  }
  #header .header_right .pc_menu > ul > li.dropdown > div {
    padding-top: 3.2rem;
    position: absolute;
    top: 100%;
    left: calc(50% + 2.9rem);
    transform: translate(-50%, 0);
    display: none;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1599px) {
  #header .header_right .pc_menu > ul > li.dropdown > div {
    left: calc(50% + 2.1rem);
  }
}
@media only screen and (min-width: 901px) and (max-width: 1099px) {
  #header .header_right .pc_menu > ul > li.dropdown > div {
    left: calc(50% + 1.3rem);
  }
}
@media only screen and (min-width: 901px) {
  #header .header_right .pc_menu > ul > li.dropdown > div ul {
    position: relative;
  }
  #header .header_right .pc_menu > ul > li.dropdown > div ul:before {
    width: 0;
    height: 0;
    margin-left: -1rem;
    content: "";
    border-style: solid;
    border-width: 0 1rem 1rem 1rem;
    border-color: transparent transparent #258EC6 transparent;
    position: absolute;
    bottom: 100%;
    left: 50%;
  }
  #header .header_right .pc_menu > ul > li.dropdown > div ul li {
    font-size: 1.4rem;
    white-space: nowrap;
    border-bottom: solid 1px #4E9AC3;
    overflow: hidden;
  }
  #header .header_right .pc_menu > ul > li.dropdown > div ul li:first-child {
    border-radius: 0.4rem 0.4rem 0 0;
  }
  #header .header_right .pc_menu > ul > li.dropdown > div ul li:last-child {
    border-bottom: none;
    border-radius: 0 0 0.4rem 0.4rem;
  }
  #header .header_right .pc_menu > ul > li.dropdown > div ul li a {
    color: #ffffff !important;
    padding: 0.5em 1.5em;
    background-color: #258EC6;
    display: block;
    overflow: hidden;
  }
  #header .header_right .pc_menu > ul > li.dropdown > div ul li a:hover {
    background-color: #177FB5;
  }
  #header .header_right .pc_menu > ul > li.dropdown:hover a {
    color: #177FB5;
  }
  #header .header_right .pc_menu > ul > li.dropdown:hover > div {
    display: block;
  }
  #header .header_right .pc_menu .contact {
    margin-left: 4.8rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1599px) {
  #header .header_right .pc_menu .contact {
    margin-left: 2.5rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1099px) {
  #header .header_right .pc_menu .contact {
    margin-left: 1.5rem;
  }
}
@media only screen and (min-width: 901px) {
  #header .header_right .pc_menu .contact a {
    padding: 1em 2.5em;
    font-weight: 500;
    color: #ffffff;
    background: linear-gradient(to left, #E58939, #E58939 50%, #F06E00 50%, #F29E00);
    background-size: 200% auto;
    background-position: 100% 0;
    border-radius: 0.4rem;
    display: inline-block;
    position: relative;
    transition: background-position 0.3s;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1599px) {
  #header .header_right .pc_menu .contact a {
    padding: 1em 2em;
  }
}
@media only screen and (min-width: 901px) {
  #header .header_right .pc_menu .contact a:after {
    width: 2.4rem;
    height: 2.4rem;
    margin-top: -1.2rem;
    content: "";
    background-image: url("../img/icon_arrow01.png");
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 0.5em;
  }
  #header .header_right .pc_menu .contact a:hover {
    background-position: 0 0;
  }
}
@media only screen and (max-width: 900px) {
  #header .sp_menu {
    width: 100%;
    height: calc(100vh - 6rem);
    background-color: #177FB5;
    overflow: auto;
    position: absolute;
    top: 100%;
    left: 100%;
    transition: left 0.5s;
  }
  #header .sp_menu .navi {
    margin-bottom: 2rem;
  }
  #header .sp_menu .navi > ul > li {
    border-bottom: solid 1px #4E9AC3;
  }
  #header .sp_menu .navi > ul > li > a {
    padding: 1.7rem 1.7rem 1.7rem 6rem;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #ffffff;
    background-image: url("../img/icon_arrow04.png");
    background-repeat: no-repeat;
    background-size: 2rem auto;
    background-position: 2.4rem center;
    display: block;
  }
  #header .sp_menu .navi > ul > li.dropdown {
    position: relative;
  }
  #header .sp_menu .navi > ul > li.dropdown i {
    width: 6.1rem;
    height: 6.1rem;
    background-image: url("../img/icon_sankaku01.png");
    background-repeat: no-repeat;
    background-size: 1.3rem;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    transition: transform 0.5s;
  }
  #header .sp_menu .navi > ul > li.dropdown i.open {
    transform: rotate(180deg);
  }
  #header .sp_menu .navi > ul > li.dropdown > div {
    background-color: #258EC6;
    display: none;
  }
  #header .sp_menu .navi > ul > li.dropdown > div ul li {
    border-bottom: solid 1px #4E9AC3;
  }
  #header .sp_menu .navi > ul > li.dropdown > div ul li:last-child {
    border-bottom: none;
  }
  #header .sp_menu .navi > ul > li.dropdown > div ul li a {
    padding: 1.2rem 1.2rem 1.2rem 2.4rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: #ffffff;
    display: block;
  }
  #header .sp_menu .contact {
    width: 87.7%;
    margin: 0 auto;
  }
  #header .sp_menu .contact a {
    padding: 1.7rem 6rem 1.7rem 2rem;
    font-weight: 500;
    color: #177FB5;
    background-color: #ffffff;
    background-image: url("../img/icon_arrow03.png");
    background-repeat: no-repeat;
    background-size: 2rem auto;
    background-position: calc(100% - 2rem) center;
    border-radius: 0.4rem;
    display: block;
  }
  #header .sp_menu .contact a:before {
    width: 4.2rem;
    height: 4.2rem;
    margin-right: 1.6rem;
    content: "";
    background-size: cover;
    display: inline-block;
    vertical-align: -1em;
  }
  #header .sp_menu .contact a + a {
    margin-top: 0.8rem;
  }
  #header .sp_menu .contact a:nth-child(1):before {
    background-image: url("../img/cta_fig01.png");
  }
  #header .sp_menu .contact a:nth-child(2):before {
    background-image: url("../img/cta_fig02.png");
  }
  #header .sp_menu .contact a:nth-child(3):before {
    background-image: url("../img/cta_fig03.png");
  }
}
@media only screen and (max-width: 900px) {
  #header.open .header_right .sp_menu_btn {
    background-image: url("../img/sp_menu_close.png");
  }
}
@media only screen and (max-width: 900px) {
  #header.open .sp_menu {
    left: 0;
  }
}

/*フッターブロック*/
#footer {
  background-color: #FAFBFC;
}
@media only screen and (min-width: 901px) {
  #footer .inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
#footer .navi {
  font-weight: 500;
}
@media only screen and (min-width: 901px) {
  #footer .navi {
    padding: 5.6rem 0 6rem 0;
    border-top: solid 1px #D2DDE3;
    display: flex;
    justify-content: space-around;
  }
}
@media only screen and (max-width: 900px) {
  #footer .navi {
    width: 111%;
    margin: 0 -5.5%;
  }
}
@media only screen and (min-width: 901px) {
  #footer .navi a:hover {
    color: #177FB5;
  }
}
@media only screen and (max-width: 900px) {
  #footer .navi > ul > li {
    font-size: 1.9rem;
    background-color: #DBE4ED;
    border-bottom: solid 1px #FAFBFC;
  }
}
@media only screen and (min-width: 901px) {
  #footer .navi > ul > li + li {
    margin-top: 4rem;
  }
}
#footer .navi > ul > li > a {
  padding-left: 3rem;
}
@media only screen and (max-width: 900px) {
  #footer .navi > ul > li > a {
    padding: 1.2rem 1.2rem 1.2rem 4.4rem;
    display: block;
  }
}
#footer .navi > ul > li > a:before {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 1.4rem 0 -3rem;
  content: "";
  background-image: url("../img/icon_arrow03.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.1em;
}
@media only screen and (max-width: 900px) {
  #footer .navi > ul > li > a:before {
    width: 2rem;
    height: 2rem;
    margin: 0 1.2rem 0 -3.2rem;
  }
}
@media only screen and (min-width: 901px) {
  #footer .navi > ul ul {
    margin-top: 2.4rem;
    padding-left: 3rem;
  }
}
@media only screen and (min-width: 901px) {
  #footer .navi > ul ul li {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 900px) {
  #footer .navi > ul ul li {
    font-size: 1.5rem;
    background-color: #FAFBFC;
    border-bottom: solid 1px #D2DDE3;
  }
  #footer .navi > ul ul li:last-child {
    border-bottom: none;
  }
}
@media only screen and (min-width: 901px) {
  #footer .navi > ul ul li + li {
    margin-top: 1.6rem;
  }
}
@media only screen and (min-width: 901px) {
  #footer .navi > ul ul li a {
    padding-left: 2rem;
  }
  #footer .navi > ul ul li a:before {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 1.2rem 0 -2rem;
    content: "";
    background-image: url("../img/footer_navi_icon.png");
    background-size: cover;
    display: inline-block;
    vertical-align: 0.2em;
  }
}
@media only screen and (max-width: 900px) {
  #footer .navi > ul ul li a {
    padding: 1.2rem 2.4rem;
    display: block;
  }
}
#footer .footer_content {
  padding: 4.8rem 0 3.2rem 0;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  #footer .footer_content {
    padding: 2.5rem 0;
  }
}
#footer .footer_content .logo {
  width: 12rem;
  margin: 0 auto 2rem auto;
}
@media only screen and (max-width: 900px) {
  #footer .footer_content .logo {
    width: 11rem;
    margin-bottom: 1.5rem;
  }
}
#footer .footer_content address {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
}
#footer .footer_content .tel {
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 900px) {
  #footer .footer_content .tel {
    font-size: 1.7rem;
  }
}
#footer .copyright {
  padding: 2rem 0;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  color: #9AB4D1;
  background-color: #EDF3F8;
}
@media only screen and (max-width: 900px) {
  #footer .copyright {
    padding: 0.5rem 0;
    font-size: 1.3rem;
  }
}

/****************************************************
 * 5.コンテンツスタイル
 ****************************************************/
/*TOPページ*/
.p-top__mv {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 781px) {
  .p-top__mv {
    height: 46.875vw;
    max-height: 90rem;
    min-height: 75rem;
    margin-bottom: 5.6rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__mv {
    height: 47rem;
    margin-bottom: 3.2rem;
  }
}
@media only screen and (min-width: 1100px) {
  .p-top__mv:after {
    width: 21rem;
    padding-bottom: 1.5rem;
    content: "Scroll";
    font-family: "Shippori Mincho", serif;
    font-size: 1.9rem;
    font-weight: 700;
    color: #B6C7D0;
    border-bottom: solid 1px #B6C7D0;
    transform: rotate(90deg);
    transform-origin: right bottom;
    position: absolute;
    bottom: 0;
    right: 98%;
  }
}
.p-top__mv .img {
  width: 87.5%;
  height: 100%;
  border-radius: 0 0 0 1rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}
.p-top__mv .img > img, .p-top__mv .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top__mv .img img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-top__mv .img img.mv02 {
  animation: mv_fade 12s infinite;
  opacity: 0;
  z-index: 2;
}
@keyframes mv_fade {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__mv .inner {
    max-width: 1560px;
    padding-top: 27.3rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__mv .inner {
    padding-top: 21.4rem;
  }
}
.p-top__mv .catchcopy .eng {
  margin-bottom: 0.5em;
  padding-left: 0.3em;
  font-family: "Shippori Mincho", serif;
  font-size: 13rem;
  font-weight: 700;
  line-height: 0.73;
  text-indent: -0.25em;
  color: #177FB5;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .catchcopy .eng {
    padding-left: 0;
    font-size: 6rem;
    -webkit-text-shadow: 0 0 3rem #ffffff, 0 0 3rem #ffffff, 0 0 3rem #ffffff, 0 0 3rem #ffffff, 0 0 3rem #ffffff, 0 0 3rem #ffffff;
    -moz-text-shadow: 0 0 3rem #ffffff, 0 0 3rem #ffffff, 0 0 3rem #ffffff, 0 0 3rem #ffffff, 0 0 3rem #ffffff, 0 0 3rem #ffffff;
    text-shadow: 0 0 3rem #ffffff, 0 0 3rem #ffffff, 0 0 3rem #ffffff, 0 0 3rem #ffffff, 0 0 3rem #ffffff, 0 0 3rem #ffffff;
  }
}
.p-top__mv .catchcopy .ja {
  display: block;
}
.p-top__mv .catchcopy .ja span {
  margin-bottom: 0.25em;
  padding: 0.1em 0.5em;
  font-size: 3rem;
  font-weight: 700;
  background-color: #ffffff;
  border-radius: 0.8rem;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .catchcopy .ja span {
    font-size: 2.3rem;
  }
}
.p-top__service {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 780px) {
  .p-top__service {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__service .headding {
    margin-bottom: 6rem;
    display: flex;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__service .headding {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__service .headding .midashi01 {
    margin-bottom: 0;
    padding-right: 8rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__service .headding p {
    line-height: 1.75;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__service ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__service ul li {
    width: 32%;
    margin: 0 2% 5.6rem 0;
  }
  .p-top__service ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__service ul li {
    margin-bottom: 2.5rem;
  }
}
.p-top__service ul li .thumbnail {
  width: 100%;
  height: 21.2rem;
  margin-bottom: 2.4rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
.p-top__service ul li .thumbnail > img, .p-top__service ul li .thumbnail > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 780px) {
  .p-top__service ul li .thumbnail {
    height: 19.2rem;
    margin-bottom: 1.6rem;
  }
}
.p-top__service ul li .thumbnail img {
  transition: transform 0.3s;
}
.p-top__service ul li h3 {
  margin-bottom: 0.7em;
  padding-left: 4.8rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.46;
  background-image: url("../img/icon_arrow03.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 3.2rem auto;
}
@media only screen and (max-width: 780px) {
  .p-top__service ul li h3 {
    font-size: 1.8rem;
    padding-left: 3.2rem;
    background-size: 1.6rem auto;
    background-position: 0 0.25em;
  }
}
.p-top__service ul li p {
  color: #585858;
}
.p-top__service ul li a {
  display: block;
}
.p-top__service ul li a:hover .thumbnail img {
  transform: scale(1.2, 1.2);
}
.p-top__service ul li a:hover h3 {
  color: #177FB5;
}
.p-top__support {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 780px) {
  .p-top__support {
    margin-bottom: 6.5rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__support .inner {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__support .img {
    width: 50%;
  }
  .p-top__support .img img {
    transform: translateX(-3rem);
  }
}
@media only screen and (max-width: 780px) {
  .p-top__support .img {
    width: 111%;
    margin: 0 -5.5% 1.6rem -5.5%;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__support .text {
    width: 50%;
    padding-left: 4.5rem;
  }
}
.p-top__support .text p {
  margin-bottom: 2em;
  color: #585858;
}
@media only screen and (min-width: 781px) {
  .p-top__support .text p {
    line-height: 2;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__support .text .btn {
    text-align: center;
  }
}
.p-top__strengths {
  margin-bottom: 13.6rem;
}
@media only screen and (max-width: 780px) {
  .p-top__strengths {
    margin-bottom: 6.5rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__strengths .headding {
    margin-bottom: 5rem;
    display: flex;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__strengths .headding .midashi01 {
    margin-bottom: 0;
    padding-bottom: 5rem;
    flex: 0 0 51rem;
    order: 1;
  }
}
.p-top__strengths .headding .img {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 781px) {
  .p-top__strengths .headding .img {
    flex: 0 0 105rem;
    order: 2;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__strengths .headding .img {
    width: 105.5%;
    margin: 0 -5.5% 1.5rem auto;
    padding-bottom: 2.5rem;
  }
}
.p-top__strengths .headding .img img {
  width: 100%;
  border-radius: 1rem;
}
@media only screen and (max-width: 780px) {
  .p-top__strengths .headding .img img {
    border-radius: 1rem 0 0 1rem;
  }
}
.p-top__strengths .headding .img span {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  line-height: 1;
  color: #F4F7F8;
  position: absolute;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 781px) {
  .p-top__strengths .headding .img span {
    font-size: 16rem;
    text-indent: -5.8em;
    top: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__strengths .headding .img span {
    font-size: 5.3rem;
    text-indent: -1em;
    bottom: 0;
  }
}
.p-top__strengths .content h3 {
  margin-bottom: 2.5rem;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 780px) {
  .p-top__strengths .content h3 {
    margin-bottom: 1.25rem;
    font-size: 2.1rem;
  }
}
.p-top__strengths .content p {
  color: #585858;
}
@media only screen and (min-width: 781px) {
  .p-top__strengths .content p {
    line-height: 2;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__strengths .content ul {
    margin-top: 6rem;
    display: flex;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__strengths .content ul {
    margin-top: 3rem;
  }
}
.p-top__strengths .content ul li {
  position: relative;
}
@media only screen and (min-width: 781px) {
  .p-top__strengths .content ul li {
    width: 33.3333%;
    padding-bottom: 2.4rem;
    text-align: center;
  }
  .p-top__strengths .content ul li:after {
    width: 35%;
    height: 1px;
    content: "";
    background-color: #177FB5;
    position: absolute;
    bottom: 0;
    left: 32.5%;
  }
  .p-top__strengths .content ul li + li {
    border-left: solid 1px #AEBDC6;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__strengths .content ul li {
    display: flex;
    align-items: center;
  }
  .p-top__strengths .content ul li:before {
    width: 8rem;
    height: 0.2rem;
    content: "";
    background-color: #177FB5;
    position: absolute;
    bottom: 0;
    left: 25%;
    z-index: 1;
  }
  .p-top__strengths .content ul li:after {
    width: 75%;
    height: 0.2rem;
    content: "";
    background-color: #AEBDC6;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .p-top__strengths .content ul li + li {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__strengths .content ul li .fig {
    width: 12rem;
    margin: 0 auto 2.4rem auto;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__strengths .content ul li .fig {
    width: 25%;
  }
  .p-top__strengths .content ul li .fig img {
    width: 80%;
  }
}
.p-top__strengths .content ul li p {
  font-size: 2rem;
  color: #1D1D1D;
}
@media only screen and (max-width: 780px) {
  .p-top__strengths .content ul li p {
    width: 75%;
    padding-bottom: 1rem;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__strengths .content ul li p.line1 {
    padding-top: 0.75em;
  }
}
.p-top__strengths .content ul li p span {
  font-size: 2.2rem;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-top__strengths .content ul li p span {
    font-size: 1.8rem;
  }
}
.p-top__case-studies {
  margin-bottom: 5rem;
  padding: 10.5rem 0 12.8rem 0;
  background: linear-gradient(to bottom, #EFF4F7, #EFF4F7 40%, #ffffff);
}
@media only screen and (max-width: 780px) {
  .p-top__case-studies {
    padding: 4.5rem 0 2rem 0;
    background: linear-gradient(to bottom, #EFF4F7, #EFF4F7 20%, #ffffff);
  }
}
.p-top__case-studies .case-studies_list {
  margin-top: 5rem;
}
@media only screen and (max-width: 780px) {
  .p-top__case-studies .case-studies_list {
    margin-top: 2.5rem;
  }
}
.p-top__case-studies .case-studies_list .case_content {
  padding: 0 2.5rem;
}
@media only screen and (max-width: 900px) {
  .p-top__case-studies .case-studies_list .case_content {
    padding: 0 1rem;
  }
}
.p-top__case-studies .case-studies_list .case_content dl {
  padding: 4rem;
  background-color: #ffffff;
  border-radius: 1.4rem;
  box-shadow: 0 0 3rem #EFF4F7;
}
@media only screen and (max-width: 780px) {
  .p-top__case-studies .case-studies_list .case_content dl {
    padding: 1.6rem;
    box-shadow: 0 0 1.5rem #EFF4F7;
  }
}
.p-top__case-studies .case-studies_list .case_content dl dt {
  margin-bottom: 3.2rem;
  padding-bottom: 2.4rem;
  border-bottom: solid 1px #D2DDE3;
  letter-spacing: -0.4em;
}
.p-top__case-studies .case-studies_list .case_content dl dt > * {
  display: inline-block;
  letter-spacing: normal;
}
@media only screen and (max-width: 780px) {
  .p-top__case-studies .case-studies_list .case_content dl dt {
    margin-bottom: 1.6rem;
    padding-bottom: 1rem;
  }
}
.p-top__case-studies .case-studies_list .case_content dl dt .num {
  width: 10rem;
  padding: 0.1em 0 0.2em 0;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #177FB5;
  border-radius: 99px;
}
@media only screen and (min-width: 781px) {
  .p-top__case-studies .case-studies_list .case_content dl dt .num {
    font-size: 1.4rem;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__case-studies .case-studies_list .case_content dl dt .num {
    font-size: 1.3rem;
  }
}
.p-top__case-studies .case-studies_list .case_content dl dt .client {
  font-size: 1.8rem;
}
@media only screen and (min-width: 781px) {
  .p-top__case-studies .case-studies_list .case_content dl dt .client {
    margin-left: 1em;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__case-studies .case-studies_list .case_content dl dt .client {
    margin-top: 0.5rem;
    display: block;
  }
}
@media only screen and (min-width: 901px) {
  .p-top__case-studies .case-studies_list .case_content dl dd {
    display: flex;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 901px) {
  .p-top__case-studies .case-studies_list .case_content dl dd .img {
    width: 35rem;
    margin-right: 4rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1279px) {
  .p-top__case-studies .case-studies_list .case_content dl dd .img {
    width: 30rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__case-studies .case-studies_list .case_content dl dd .img {
    margin-bottom: 1.6rem;
  }
}
@media only screen and (min-width: 901px) {
  .p-top__case-studies .case-studies_list .case_content dl dd .text {
    width: calc(100% - 39rem);
  }
}
@media only screen and (min-width: 901px) and (max-width: 780px) {
  .p-top__case-studies .case-studies_list .case_content dl dd .text {
    width: calc(100% - 34rem);
  }
}
.p-top__case-studies .case-studies_list .case_content dl dd .text h4 {
  margin-bottom: 0.8em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.15;
  color: #177FB5;
}
@media only screen and (max-width: 780px) {
  .p-top__case-studies .case-studies_list .case_content dl dd .text h4 {
    font-size: 1.9rem;
  }
}
.p-top__case-studies .case-studies_list .case_content dl dd .text p {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #585858;
}
@media only screen and (max-width: 780px) {
  .p-top__case-studies .case-studies_list .case_content dl dd .text p {
    font-size: 1.4rem;
  }
}
.p-top__case-studies .case-studies_list .slick-prev, .p-top__case-studies .case-studies_list .slick-next {
  width: 4.8rem;
  height: 4.8rem;
  background-image: url("../img/icon_arrow03.png");
  background-size: cover;
  z-index: 10;
}
.p-top__case-studies .case-studies_list .slick-prev:before, .p-top__case-studies .case-studies_list .slick-next:before {
  content: none;
}
.p-top__case-studies .case-studies_list .slick-prev {
  left: 20%;
  transform: scale(-1, 1);
}
@media only screen and (max-width: 1599px) {
  .p-top__case-studies .case-studies_list .slick-prev {
    left: 10%;
  }
}
@media only screen and (max-width: 1279px) {
  .p-top__case-studies .case-studies_list .slick-prev {
    left: 5%;
  }
}
.p-top__case-studies .case-studies_list .slick-next {
  right: 20%;
}
@media only screen and (max-width: 1599px) {
  .p-top__case-studies .case-studies_list .slick-next {
    right: 10%;
  }
}
@media only screen and (max-width: 1279px) {
  .p-top__case-studies .case-studies_list .slick-next {
    right: 5%;
  }
}
.p-top__case-studies .case-studies_list .slick-dots {
  bottom: -5.6rem;
}
@media only screen and (max-width: 780px) {
  .p-top__case-studies .case-studies_list .slick-dots {
    bottom: -2.5rem;
  }
}
.p-top__case-studies .case-studies_list .slick-dots li {
  width: 4rem;
  height: 0.5rem;
  margin: 0 0.8rem;
}
@media only screen and (max-width: 780px) {
  .p-top__case-studies .case-studies_list .slick-dots li {
    width: 2rem;
    height: 0.3rem;
  }
}
.p-top__case-studies .case-studies_list .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #D2DDE3;
  border-radius: 99px;
}
.p-top__case-studies .case-studies_list .slick-dots li button:before {
  content: none;
}
.p-top__case-studies .case-studies_list .slick-dots li.slick-active {
  width: 8rem;
}
@media only screen and (max-width: 780px) {
  .p-top__case-studies .case-studies_list .slick-dots li.slick-active {
    width: 4rem;
  }
}
.p-top__case-studies .case-studies_list .slick-dots li.slick-active button {
  background-color: #177FB5;
}
.p-top__company {
  margin-bottom: 16rem;
}
@media only screen and (max-width: 780px) {
  .p-top__company {
    margin-bottom: 6rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__company .inner {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__company .img {
    width: 50%;
    padding: 0 2rem;
  }
}
.p-top__company .img .box {
  padding: 2rem;
  border-radius: 0.8rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.p-top__company .img .box > img, .p-top__company .img .box > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 780px) {
  .p-top__company .img .box {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__company .text {
    width: 50%;
    padding-left: 5.5rem;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1279px) {
  .p-top__company .text {
    padding-left: 4rem;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1099px) {
  .p-top__company .text {
    padding-left: 2.5rem;
  }
}
.p-top__company .text p {
  color: #585858;
}
@media only screen and (min-width: 781px) {
  .p-top__company .text p {
    line-height: 2;
  }
}
.p-top__company .text .btn {
  margin-top: 2em;
}
@media only screen and (max-width: 780px) {
  .p-top__company .text .btn {
    margin-top: 1em;
    text-align: center;
  }
}
.p-top__recruit {
  text-align: center;
  color: #ffffff;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 781px) {
  .p-top__recruit {
    margin-bottom: 11rem;
    padding: 7rem 0;
    background-image: url("../img/top/recruit_bg.jpg");
  }
}
@media only screen and (max-width: 780px) {
  .p-top__recruit {
    margin-bottom: 4rem;
    padding: 6.5rem 0;
    background-image: url("../img/top/recruit_bg_sp.jpg");
  }
}
.p-top__recruit h2 {
  margin-bottom: 3.2rem;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-top__recruit h2 {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
}
.p-top__recruit h2 span {
  font-family: "Shippori Mincho", serif;
  font-size: 8.5rem;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-top__recruit h2 span {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__recruit p {
    text-align: left;
    display: inline-block;
  }
}
.p-top__recruit .btn {
  margin-top: 2em;
}
.p-top__news {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 780px) {
  .p-top__news {
    margin-bottom: 6rem;
  }
}
.p-top__news .inner {
  position: relative;
}
.p-top__news .news_list {
  padding-top: 2rem;
  border-top: solid 1px #D2DDE3;
}
@media only screen and (min-width: 781px) {
  .p-top__news .news_list {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__news .news_list {
    margin-top: 3rem;
  }
}
.p-top__news .news_list li {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: solid 1px #D2DDE3;
}
@media only screen and (min-width: 781px) {
  .p-top__news .news_list li {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.p-top__news .news_list li .date {
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #B1B1B1;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 780px) {
  .p-top__news .news_list li .date {
    font-size: 1.6rem;
  }
}
.p-top__news .news_list li .cate {
  margin-left: 2em;
  padding: 0.5em 2.5em;
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #177FB5;
  border-radius: 99px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .p-top__news .news_list li .cate {
    margin-left: 1.5em;
    padding: 0.2em 1em;
    font-size: 1.4rem;
  }
}
.p-top__news .news_list li p {
  padding-top: 1em;
}
@media only screen and (max-width: 780px) {
  .p-top__news .news_list li p {
    padding-top: 0.5em;
  }
}
.p-top__news .news_list li a:hover p {
  color: #177FB5;
}
@media only screen and (min-width: 781px) {
  .p-top__news .btn {
    position: absolute;
    top: 6rem;
    right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__news .btn {
    margin-top: 3rem;
    text-align: center;
  }
}

/*下層ページ*/
.pagetitle {
  height: 39.8rem;
  margin-bottom: 2.4rem;
  padding-top: 18.4rem;
  color: #ffffff;
  background-image: url("../img/pagetitle_bg.jpg");
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 900px) {
  .pagetitle {
    height: auto;
    margin-bottom: 1.8rem;
    padding: 5rem 0;
  }
}
.pagetitle .ja {
  padding-left: 0.25em;
  font-size: 2rem;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 780px) {
  .pagetitle .ja {
    margin-bottom: 0.5em;
    font-size: 1.6rem;
  }
}
.pagetitle .ja:before {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 2.4rem;
  content: "";
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: 0;
}
@media only screen and (max-width: 780px) {
  .pagetitle .ja:before {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 1.6rem;
  }
}
.pagetitle .eng {
  font-family: "Shippori Mincho", serif;
  font-size: 8.5rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 780px) {
  .pagetitle .eng {
    font-size: 5rem;
  }
}

.pagetitle2 {
  height: 49.5rem;
  margin-bottom: -10rem;
  padding-top: 20rem;
  background-image: url("../img/recruit/bg_top2.jpg");
  background-size: cover;
  background-position: center top;
}
@media only screen and (max-width: 900px) {
  .pagetitle2 {
    height: auto;
    margin-bottom: 0;
    padding: 6rem 0 3rem 0;
    background-position: 5% -10%;
  }
}
.pagetitle2 .ja {
  margin-top: 0.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 780px) {
  .pagetitle2 .ja {
    font-size: 1.6rem;
  }
}
.pagetitle2 .eng {
  font-family: "Montserrat", sans-serif;
  font-size: 7rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #177FB5;
}
@media only screen and (max-width: 780px) {
  .pagetitle2 .eng {
    font-size: 5rem;
  }
}

.pankuzu {
  margin-bottom: 7rem;
  font-size: 1.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .pankuzu {
    margin-bottom: 4rem;
  }
}
.pankuzu a {
  color: #177FB5 !important;
}
.pankuzu a:after {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 1em;
  content: "";
  background-image: url("../img/icon_sankaku02.png");
  background-size: cover;
  display: inline-block;
  vertical-align: 0.1em;
}
.pankuzu span {
  color: #B5B5B5;
}

.p-company__rinen {
  margin-bottom: 10rem;
  padding-bottom: 7rem;
  background: linear-gradient(to bottom, #ffffff, #EFF4F7);
}
@media only screen and (max-width: 780px) {
  .p-company__rinen {
    margin-bottom: 5rem;
    padding-bottom: 4rem;
  }
}
.p-company__rinen h3 {
  margin-bottom: 1.4em;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-company__rinen h3 {
    font-size: 2.2rem;
  }
}
.p-company__rinen h3 + p {
  margin-bottom: 2.5em;
  line-height: 2.6;
  text-align: center;
}
.p-company__rinen dl {
  max-width: 1080px;
  margin: 0 auto;
  background-color: #ffffff;
}
.p-company__rinen dl dt {
  padding: 0.8rem;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  background-color: #D2DDE3;
}
@media only screen and (max-width: 780px) {
  .p-company__rinen dl dt {
    font-size: 2rem;
  }
}
.p-company__rinen dl dd {
  padding: 3.2rem;
}
@media only screen and (max-width: 780px) {
  .p-company__rinen dl dd {
    padding: 1.5rem;
  }
}
.p-company__rinen dl dd ul {
  display: flex;
}
@media only screen and (max-width: 780px) {
  .p-company__rinen dl dd ul {
    flex-wrap: wrap;
  }
}
.p-company__rinen dl dd ul li {
  text-align: center;
}
@media only screen and (min-width: 781px) {
  .p-company__rinen dl dd ul li {
    width: 20%;
    padding: 1rem 2rem;
    border-left: solid 1px #D2DDE3;
  }
  .p-company__rinen dl dd ul li:first-child {
    border-left: none;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__rinen dl dd ul li {
    width: 50%;
    padding: 1rem;
    border-top: solid 1px #D2DDE3;
    border-right: solid 1px #D2DDE3;
  }
  .p-company__rinen dl dd ul li:nth-child(2n) {
    border-right: none;
  }
  .p-company__rinen dl dd ul li:nth-child(1), .p-company__rinen dl dd ul li:nth-child(2) {
    border-top: none;
  }
}
.p-company__rinen dl dd ul li h4 {
  font-size: 2rem;
  font-weight: 700;
  color: #177FB5;
}
@media only screen and (max-width: 780px) {
  .p-company__rinen dl dd ul li h4 {
    font-size: 1.8rem;
  }
}
.p-company__rinen dl dd ul li .fig {
  width: 7.2rem;
  margin: 0.5em auto;
}
.p-company__rinen dl dd ul li p {
  font-weight: 500;
}
.p-company__message {
  margin-bottom: 8.8rem;
}
@media only screen and (max-width: 780px) {
  .p-company__message {
    margin-bottom: 4.5rem;
  }
}
.p-company__message .inner {
  max-width: 1080px;
}
@media only screen and (min-width: 781px) {
  .p-company__message .inner {
    padding-top: 6.5rem;
    position: relative;
    z-index: 2;
  }
  .p-company__message .inner:before {
    content: "Message";
    font-family: "Shippori Mincho", serif;
    font-size: 16rem;
    font-weight: 700;
    line-height: 1;
    color: #F4F7F8;
    position: absolute;
    top: -0.25em;
    left: -0.85em;
    z-index: -2;
  }
}
@media only screen and (min-width: 781px) {
  .p-company__message .img {
    width: 96rem;
    height: 43rem;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    overflow: hidden;
  }
  .p-company__message .img > img, .p-company__message .img > video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__message .img {
    width: 111%;
    margin: 0 -5.5% 2rem -5.5%;
  }
}
.p-company__message h3 {
  margin-bottom: 2em;
  padding-top: 0.5em;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 780px) {
  .p-company__message h3 {
    margin: 0 0 1.5em 0;
    padding-top: 0;
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-company__message h3 + p {
    width: 111%;
    margin: 0 -5.5%;
    padding: 6rem 6rem 0 6rem;
    line-height: 2.2;
    background-color: #ffffff;
  }
}
.p-company__message .name {
  margin-top: 1.5em;
  text-align: right;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 780px) {
  .p-company__message .name {
    font-size: 1.4rem;
  }
}
.p-company__message .name > span {
  padding-left: 1em;
  font-size: 1.25em;
}
.p-company__message .name > span span {
  font-size: 0.7em;
}
.p-company__message .biography {
  margin-top: 8rem;
  padding: 5rem 6rem;
  background-color: #EFEFEF;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 780px) {
  .p-company__message .biography {
    margin-top: 4rem;
    padding: 2rem;
  }
}
.p-company__message .biography h4 {
  margin-bottom: 3em;
  font-weight: 700;
  color: #D2DDE3;
}
@media only screen and (max-width: 780px) {
  .p-company__message .biography h4 {
    margin-bottom: 1.5em;
    font-size: 1.4rem;
  }
}
.p-company__message .biography h4 span {
  margin-right: 0.25em;
  font-family: "Shippori Mincho", serif;
  font-size: 2.25em;
  color: #177FB5;
  display: inline-block;
  vertical-align: -0.15em;
}
.p-company__message .biography ul li {
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 781px) {
  .p-company__message .biography ul li {
    display: flex;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__message .biography ul li {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: solid 1px #D2DDE3;
    letter-spacing: -0.4em;
  }
  .p-company__message .biography ul li > * {
    display: inline-block;
    letter-spacing: normal;
  }
  .p-company__message .biography ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.p-company__message .biography ul li .year {
  font-weight: 500;
  color: #899FAA;
}
@media only screen and (min-width: 781px) {
  .p-company__message .biography ul li .year {
    width: 12rem;
    padding: 1.25rem 0;
    font-size: 1.8rem;
    border-right: solid 1px #D2DDE3;
  }
}
@media only screen and (min-width: 781px) {
  .p-company__message .biography ul li .month {
    width: 11rem;
    padding: 1.25rem 0 1.25rem 5.5rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__message .biography ul li .month {
    margin-left: 1em;
  }
}
@media only screen and (min-width: 781px) {
  .p-company__message .biography ul li p {
    width: calc(100% - 23rem);
    padding: 1.25rem 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__message .biography ul li p {
    display: block;
  }
}
.p-company__message .biography ul li:first-child .year, .p-company__message .biography ul li:first-child .month, .p-company__message .biography ul li:first-child p {
  padding-top: 0;
}
.p-company__message .biography ul li:last-child .year, .p-company__message .biography ul li:last-child .month, .p-company__message .biography ul li:last-child p {
  padding-bottom: 0;
}
.p-company__outline {
  margin-bottom: 14rem;
}
@media only screen and (max-width: 780px) {
  .p-company__outline {
    margin-bottom: 6rem;
  }
}
.p-company__outline .inner {
  max-width: 1080px;
}
.p-company__outline table {
  width: 100%;
  max-width: 90rem;
  margin: 4.5rem auto 0 auto;
}
@media only screen and (max-width: 780px) {
  .p-company__outline table {
    margin-top: 3rem;
    display: block;
  }
}
.p-company__outline table tbody {
  border-top: solid 1px #D2DDE3;
}
@media only screen and (max-width: 780px) {
  .p-company__outline table tbody {
    display: block;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__outline table tbody tr {
    display: block;
  }
}
.p-company__outline table tbody tr td {
  padding: 3.2rem 0;
  letter-spacing: 0.06em;
  vertical-align: top;
  border-bottom: solid 1px #D2DDE3;
}
@media only screen and (max-width: 780px) {
  .p-company__outline table tbody tr td {
    padding: 1.5rem 0 !important;
    display: block;
  }
}
.p-company__outline table tbody tr td:first-child {
  width: 25%;
  padding-top: 3rem;
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-company__outline table tbody tr td:first-child {
    width: auto;
    padding-bottom: 0 !important;
    border-bottom: none;
  }
}
.p-company__outline table tbody tr td h3 {
  font-weight: 700;
  color: #899FAA;
}
.p-company__outline table tbody tr td p + h3 {
  margin-top: 1em;
}
.p-company__outline table tbody tr td a {
  text-decoration: underline;
  color: #177FB5;
}
.p-company__access {
  margin-bottom: 16rem;
}
@media only screen and (max-width: 780px) {
  .p-company__access {
    margin-bottom: 6rem;
  }
}
.p-company__access .inner {
  max-width: 1080px;
}
@media only screen and (min-width: 781px) {
  .p-company__access .inner {
    display: flex;
  }
}
@media only screen and (min-width: 781px) {
  .p-company__access .text {
    width: 41.3%;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__access .text {
    margin-bottom: 3rem;
  }
}
.p-company__access .text address {
  margin-bottom: 1.25em;
  letter-spacing: 0.06em;
}
.p-company__access .text .access_text {
  margin-bottom: 2.5em;
  font-size: 1.5rem;
}
.p-company__access .text .access_text ul li + li {
  margin-top: 0.6rem;
}
.p-company__access .text .access_text ul li span {
  margin: 0 0.5em;
  padding: 0.1em 0.5em;
  font-size: 1.3rem;
  color: #ffffff;
  display: inline-block;
}
.p-company__access .text .access_text ul li span.root_ooedo {
  background-color: #CE3777;
}
.p-company__access .text .access_text ul li span.root_asakusa {
  background-color: #EA726D;
}
.p-company__access .text .access_text ul li span.root_ginza {
  background-color: #F09400;
}
@media only screen and (max-width: 780px) {
  .p-company__access .text .btn {
    text-align: center;
  }
}
.p-company__access .text .btn a {
  width: 20.8rem;
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  color: #177FB5;
  background-image: url("../img/icon_arrow05.png");
  background-repeat: no-repeat;
  background-size: 1.2rem auto;
  background-position: calc(100% - 1.4rem) center;
  border: solid 1px #D2DDE3;
  border-radius: 0.5rem;
  display: inline-block;
}
.p-company__access .text .btn a:hover {
  background-color: #D2DDE3;
}
@media only screen and (min-width: 781px) {
  .p-company__access .map {
    width: 64.2%;
    height: 348px;
    margin-right: -5.5%;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__access .map {
    width: 111%;
    height: 25rem;
    margin: 0 -5.5%;
  }
}
.p-company__access .map iframe {
  width: 100%;
  height: 100%;
}
.p-company__history {
  padding: 10rem 0;
  background-color: #EFF4F7;
}
.p-company__history .inner {
  max-width: 1080px;
}
.p-company__history ul {
  margin-top: 4.5rem;
}
.p-company__history ul li {
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 781px) {
  .p-company__history ul li {
    display: flex;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__history ul li {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: solid 1px #D2DDE3;
    letter-spacing: -0.4em;
  }
  .p-company__history ul li > * {
    display: inline-block;
    letter-spacing: normal;
  }
  .p-company__history ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.p-company__history ul li .year {
  font-weight: 500;
  color: #899FAA;
}
@media only screen and (min-width: 781px) {
  .p-company__history ul li .year {
    width: 12.5rem;
    padding: 1.25rem 0;
    font-size: 1.8rem;
    border-right: solid 1px #D2DDE3;
  }
}
.p-company__history ul li .month {
  font-weight: 500;
  color: #899FAA;
}
@media only screen and (min-width: 781px) {
  .p-company__history ul li .month {
    width: 12.5rem;
    padding: 1.25rem 0 1.25rem 5.5rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__history ul li .month {
    margin-left: 1em;
  }
}
@media only screen and (min-width: 781px) {
  .p-company__history ul li p {
    width: calc(100% - 25rem);
    padding: 1.25rem 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__history ul li p {
    display: block;
  }
}
.p-company__history ul li:first-child .year, .p-company__history ul li:first-child .month, .p-company__history ul li:first-child p {
  padding-top: 0;
}
.p-company__history ul li:last-child .year, .p-company__history ul li:last-child .month, .p-company__history ul li:last-child p {
  padding-bottom: 0;
}

.p-privacy-policy__content {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 780px) {
  .p-privacy-policy__content {
    margin-bottom: 5rem;
  }
}
.p-privacy-policy__content .inner {
  max-width: 1080px;
}
.p-privacy-policy__content h3 {
  margin-bottom: 0.5em;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #899FAA;
}
.p-privacy-policy__content p {
  margin-bottom: 1.5em;
  line-height: 2;
}
.p-privacy-policy__content p a {
  text-decoration: underline;
  color: #177FB5;
}

.p-inquire__content {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 780px) {
  .p-inquire__content {
    margin-bottom: 5rem;
  }
}
.p-inquire__content .inner {
  max-width: 1080px;
}
.p-inquire__content h3 {
  margin: 2em 0 1em 0;
  padding-left: 1em;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #177FB5;
  border-left: solid 0.5rem #177FB5;
}
.p-inquire__content .other {
  margin-top: 1em;
}
.p-inquire__content .other p {
  margin-bottom: 0.5em;
  font-size: 1.4rem;
}

.p-news__list {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 780px) {
  .p-news__list {
    margin-bottom: 5rem;
  }
}
.p-news__list .inner {
  max-width: 1080px;
}
.p-news__list .news_list {
  margin-bottom: 8rem;
  padding-top: 2rem;
  border-top: solid 1px #D2DDE3;
}
@media only screen and (max-width: 780px) {
  .p-news__list .news_list {
    margin-bottom: 4rem;
  }
}
.p-news__list .news_list li {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: solid 1px #D2DDE3;
}
@media only screen and (min-width: 781px) {
  .p-news__list .news_list li {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.p-news__list .news_list li .date {
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #B1B1B1;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 780px) {
  .p-news__list .news_list li .date {
    font-size: 1.6rem;
  }
}
.p-news__list .news_list li .cate {
  margin-left: 2em;
  padding: 0.5em 2.5em;
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #177FB5;
  border-radius: 99px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .p-news__list .news_list li .cate {
    margin-left: 1.5em;
    padding: 0.2em 1em;
    font-size: 1.4rem;
  }
}
.p-news__list .news_list li p {
  padding-top: 1em;
}
@media only screen and (max-width: 780px) {
  .p-news__list .news_list li p {
    padding-top: 0.5em;
  }
}
.p-news__list .news_list li a:hover p {
  color: #177FB5;
}
.p-news__post {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 780px) {
  .p-news__post {
    margin-bottom: 5rem;
  }
}
.p-news__post .inner {
  max-width: 1080px;
}
.p-news__post .headding {
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  border-bottom: solid 1px #D2DDE3;
}
@media only screen and (max-width: 780px) {
  .p-news__post .headding {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
}
.p-news__post .headding h2 {
  margin-bottom: 0.5em;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
@media only screen and (max-width: 780px) {
  .p-news__post .headding h2 {
    font-size: 2.2rem;
  }
}
.p-news__post .headding .meta .date {
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #B1B1B1;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 780px) {
  .p-news__post .headding .meta .date {
    font-size: 1.6rem;
  }
}
.p-news__post .headding .meta .cate {
  margin-left: 2em;
  padding: 0.5em 2.5em;
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #177FB5;
  border-radius: 99px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .p-news__post .headding .meta .cate {
    margin-left: 1.5em;
    padding: 0.2em 1em;
    font-size: 1.4rem;
  }
}
.p-news__post .btn {
  margin-top: 5rem;
  padding-top: 5rem;
  text-align: center;
  border-top: solid 1px #D2DDE3;
}
@media only screen and (max-width: 780px) {
  .p-news__post .btn {
    margin-top: 3rem;
    padding-top: 3rem;
  }
}

.p-support__content01 {
  margin-bottom: 10rem;
  padding-bottom: 8.8rem;
  background: linear-gradient(to bottom, #ffffff, #EFF4F7);
}
@media only screen and (max-width: 780px) {
  .p-support__content01 {
    margin-bottom: 5rem;
    padding-bottom: 4rem;
  }
}
.p-support__content01 .inner {
  max-width: 1080px;
}
.p-support__content01 .midashi02 + p {
  margin-bottom: 1.8em;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-support__content01 .midashi02 + p {
    font-size: 2rem;
  }
}
.p-support__content01 .anchor_link {
  margin-bottom: 7.2rem;
  display: flex;
  justify-content: space-between;
}
.p-support__content01 .anchor_link li {
  width: 32%;
  max-width: 30rem;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 1099px) {
  .p-support__content01 .anchor_link li {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-support__content01 .anchor_link li {
    font-size: 1.6rem;
  }
}
.p-support__content01 .anchor_link li a {
  padding-bottom: 1em;
  border-bottom: solid 1px #899FAA;
  display: block;
}
.p-support__content01 .anchor_link li a:hover {
  border-bottom-color: #177FB5;
}
@media only screen and (min-width: 901px) {
  .p-support__content01 .support_contents li {
    display: flex;
    align-items: center;
  }
  .p-support__content01 .support_contents li:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .p-support__content01 .support_contents li:nth-child(2n) .img {
    margin-right: 0;
    margin-left: -5.5%;
  }
  .p-support__content01 .support_contents li:nth-child(2n) .text {
    margin-left: 0;
    margin-right: -5.5%;
  }
  .p-support__content01 .support_contents li + li {
    margin-top: 5.6rem;
  }
}
@media only screen and (max-width: 900px) {
  .p-support__content01 .support_contents li + li {
    margin-top: 3rem;
  }
}
.p-support__content01 .support_contents li .img {
  border-radius: 0.8rem;
  overflow: hidden;
}
.p-support__content01 .support_contents li .img > img, .p-support__content01 .support_contents li .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 901px) {
  .p-support__content01 .support_contents li .img {
    width: 55.5%;
    margin-right: -5.5%;
  }
}
@media only screen and (max-width: 900px) {
  .p-support__content01 .support_contents li .img {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 901px) {
  .p-support__content01 .support_contents li .text {
    width: 55.5%;
    margin-left: -5.5%;
    padding: 4rem 4.8rem;
    background-color: #ffffff;
    border-radius: 0.8rem;
    position: relative;
    z-index: 1;
  }
}
.p-support__content01 .support_contents li .text h3 {
  margin-bottom: 0.6em;
  padding-bottom: 0.6em;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.38;
  color: #104A69;
  border-bottom: solid 1px #D2DDE3;
}
@media only screen and (max-width: 900px) {
  .p-support__content01 .support_contents li .text h3 {
    font-size: 2rem;
  }
}
.p-support__content01 .support_contents li .text p {
  line-height: 2;
  color: #585858;
}
.p-support__content02 {
  margin-bottom: 11rem;
}
@media only screen and (max-width: 780px) {
  .p-support__content02 {
    margin-bottom: 5rem;
  }
}
.p-support__content02 .img01 {
  max-width: 105rem;
  margin: 0 auto 7.5rem auto;
}
@media only screen and (max-width: 780px) {
  .p-support__content02 .img01 {
    margin-bottom: 4rem;
  }
}
.p-support__content02 .img02 {
  max-width: 96rem;
  margin: 0 auto;
}
.p-support__content02 .text {
  margin-bottom: 6rem;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-support__content02 .text {
    margin-bottom: 3rem;
  }
}
.p-support__content02 .text h3 {
  margin-bottom: 0.7em;
  font-size: 3.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-support__content02 .text h3 {
    font-size: 2.2rem;
  }
}
.p-support__content02 .text p {
  font-size: 2.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-support__content02 .text p {
    font-size: 1.8rem;
  }
}

.p-business-a__biggining {
  margin-bottom: 5.6rem;
}
@media only screen and (max-width: 780px) {
  .p-business-a__biggining {
    margin-bottom: 3rem;
  }
}
.p-business-a__biggining .inner {
  max-width: 1080px;
}
.p-business-a__biggining h3 {
  margin-bottom: 1.5em;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-business-a__biggining h3 {
    font-size: 2rem;
  }
}
.p-business-a__biggining p {
  margin-bottom: 3em;
}
@media only screen and (min-width: 781px) {
  .p-business-a__biggining p {
    line-height: 2.6;
  }
}
.p-business-a__biggining .btn {
  text-align: center;
}
.p-business-a__problem {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 780px) {
  .p-business-a__problem {
    margin-bottom: 4rem;
  }
}
.p-business-a__problem .problem {
  padding: 6rem 0 5rem 0;
  background: linear-gradient(to bottom, #ffffff, #EFF4F7);
}
@media only screen and (max-width: 780px) {
  .p-business-a__problem .problem {
    padding: 3rem 0;
  }
}
.p-business-a__problem .problem .midashi02 + p {
  margin-bottom: 1.5em;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-business-a__problem .problem .midashi02 + p {
    font-size: 2.2rem;
  }
}
.p-business-a__problem .problem ol {
  counter-reset: num;
}
@media only screen and (min-width: 781px) {
  .p-business-a__problem .problem ol {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-business-a__problem .problem ol li {
  text-align: center;
  counter-increment: num;
  background-color: #ffffff;
  border-radius: 0.8rem;
}
@media only screen and (min-width: 781px) {
  .p-business-a__problem .problem ol li {
    width: 32%;
    margin: 0 2% 2% 0;
    padding: 0 4rem 4rem 4rem;
  }
  .p-business-a__problem .problem ol li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-business-a__problem .problem ol li {
    padding: 0 2rem 2rem 2rem;
  }
  .p-business-a__problem .problem ol li + li {
    margin-top: 3rem;
  }
}
.p-business-a__problem .problem ol li:before {
  width: 10rem;
  margin: 0 auto 0.6rem auto;
  padding-top: 0.5em;
  content: counter(num, decimal-leading-zero);
  font-family: "Shippori Mincho", serif;
  font-size: 3.1rem;
  font-weight: 700;
  border-top: solid 0.6rem #D2DDE3;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-business-a__problem .problem ol li:before {
    font-size: 2.2rem;
  }
}
.p-business-a__problem .problem ol li .img {
  max-width: 24rem;
  margin: 0 auto 1em auto;
}
.p-business-a__problem .problem ol li p {
  font-size: 2.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-business-a__problem .problem ol li p {
    font-size: 1.8rem;
  }
}
.p-business-a__problem .problem ol li p span {
  color: #177FB5;
}
.p-business-a__problem .problem ol + p {
  margin-top: 1em;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-business-a__problem .problem ol + p {
    font-size: 2.2rem;
  }
}
.p-business-a__problem .solution {
  padding-top: 16rem;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-business-a__problem .solution {
    padding-top: 8rem;
  }
}
.p-business-a__problem .solution:before {
  width: 100%;
  height: 8rem;
  content: "";
  background-image: url("../img/business-a/sankaku.png");
  background-size: 100% 8rem;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 780px) {
  .p-business-a__problem .solution:before {
    height: 4rem;
    background-size: 100% 4rem;
  }
}
.p-business-a__problem .solution .inner {
  max-width: 1080px;
}
.p-business-a__problem .solution h3 {
  margin-bottom: 1.15em;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  color: #177FB5;
}
@media only screen and (max-width: 780px) {
  .p-business-a__problem .solution h3 {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-business-a__problem .solution ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-business-a__problem .solution ul li {
  background-color: #F5F6F7;
  background-image: url("../img/icon_check01.png");
  background-size: 2.8rem auto;
  background-repeat: no-repeat;
  background-position: 1.7rem 2.1rem;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 781px) {
  .p-business-a__problem .solution ul li {
    width: 48%;
    margin: 0 4% 4% 0;
    padding: 4rem 5rem;
  }
  .p-business-a__problem .solution ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-business-a__problem .solution ul li {
    padding: 2rem;
    background-size: 2rem;
    background-position: 1rem 1rem;
  }
  .p-business-a__problem .solution ul li + li {
    margin-top: 3rem;
  }
}
.p-business-a__problem .solution ul li .img {
  width: 12.2rem;
  height: 12.2rem;
  margin-right: 2.4rem;
  background-color: #ffffff;
  border-radius: 50%;
  overflow: hidden;
}
.p-business-a__problem .solution ul li .img > img, .p-business-a__problem .solution ul li .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 780px) {
  .p-business-a__problem .solution ul li .img {
    width: 8rem;
    height: 8rem;
    margin-right: 1rem;
  }
}
.p-business-a__problem .solution ul li p {
  width: calc(100% - 14.6rem);
  font-size: 2.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-business-a__problem .solution ul li p {
    width: calc(100% - 9rem);
    font-size: 1.8rem;
  }
}
.p-business-a__problem .solution ul li p span {
  color: #177FB5;
}
.p-business-a__problem .solution ul + p {
  margin-top: 1em;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-business-a__problem .solution ul + p {
    font-size: 1.6rem;
  }
}
.p-business-a__reason {
  margin-bottom: 10.4rem;
  padding-bottom: 9.6rem;
  background: linear-gradient(to bottom, #ffffff, #EFF4F7);
}
@media only screen and (max-width: 780px) {
  .p-business-a__reason {
    margin-bottom: 5rem;
    padding-bottom: 4rem;
  }
}
.p-business-a__reason .inner {
  max-width: 1080px;
  position: relative;
  z-index: 1;
}
.p-business-a__reason .eng_text {
  font-family: "Shippori Mincho", serif;
  font-size: 16.1rem;
  font-weight: 700;
  line-height: 1;
  text-indent: -2.25em;
  color: #F4F7F8;
  position: absolute;
  top: -0.2em;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 901px) {
  .p-business-a__reason ul li {
    display: flex;
    align-items: center;
  }
  .p-business-a__reason ul li:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .p-business-a__reason ul li:nth-child(2n) .img {
    margin-right: 0;
    margin-left: -5.5%;
  }
  .p-business-a__reason ul li:nth-child(2n) .text {
    margin-left: 0;
    margin-right: -5.5%;
  }
  .p-business-a__reason ul li + li {
    margin-top: 5.6rem;
  }
}
@media only screen and (max-width: 900px) {
  .p-business-a__reason ul li + li {
    margin-top: 3rem;
  }
}
.p-business-a__reason ul li .img {
  border-radius: 0.8rem;
  overflow: hidden;
}
.p-business-a__reason ul li .img > img, .p-business-a__reason ul li .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 901px) {
  .p-business-a__reason ul li .img {
    width: 55.5%;
    margin-right: -5.5%;
  }
}
@media only screen and (max-width: 900px) {
  .p-business-a__reason ul li .img {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 901px) {
  .p-business-a__reason ul li .text {
    width: 55.5%;
    margin-left: -5.5%;
    padding: 4rem 4.8rem;
    background-color: #ffffff;
    border-radius: 0.8rem;
    position: relative;
    z-index: 1;
  }
}
.p-business-a__reason ul li .text h3 {
  margin-bottom: 0.6em;
  padding-bottom: 0.6em;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.38;
  color: #104A69;
  border-bottom: solid 1px #D2DDE3;
}
@media only screen and (max-width: 900px) {
  .p-business-a__reason ul li .text h3 {
    font-size: 2rem;
  }
}
.p-business-a__reason ul li .text p {
  line-height: 2;
  color: #585858;
}
.p-business-a__feature {
  margin-bottom: 13.6rem;
}
@media only screen and (max-width: 780px) {
  .p-business-a__feature {
    margin-bottom: 6rem;
  }
}
.p-business-a__feature .inner {
  max-width: 1080px;
}
@media only screen and (min-width: 781px) {
  .p-business-a__feature ul {
    margin-bottom: 8.8rem;
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 780px) {
  .p-business-a__feature ul {
    margin-bottom: 4.5rem;
  }
}
.p-business-a__feature ul li {
  border: solid 1px #EDEDED;
  border-radius: 2rem;
}
@media only screen and (min-width: 781px) {
  .p-business-a__feature ul li {
    width: 48%;
    margin: 0 4% 4rem 0;
    padding: 3.2rem;
  }
  .p-business-a__feature ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-business-a__feature ul li {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
.p-business-a__feature ul li .img {
  width: 100%;
  height: 22.3rem;
  margin-bottom: 2.4rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
.p-business-a__feature ul li .img > img, .p-business-a__feature ul li .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 780px) {
  .p-business-a__feature ul li .img {
    height: 18rem;
    margin-bottom: 1.5rem;
  }
}
.p-business-a__feature ul li .text h3 {
  margin-bottom: 1em;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.18;
  text-align: center;
  color: #104A69;
}
@media only screen and (max-width: 780px) {
  .p-business-a__feature ul li .text h3 {
    font-size: 1.8rem;
  }
}
.p-business-a__feature ul li .text h3:after {
  width: 6em;
  height: 1px;
  margin: 0.8em auto 0 auto;
  content: "";
  background-color: #D2DDE3;
  display: block;
}
.p-business-a__feature ul li .text p {
  font-weight: 500;
  line-height: 1.8;
  color: #585858;
}
.p-business-a__feature table {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-top: solid 1px #D2DDE3;
}
.p-business-a__feature table tbody tr th {
  width: 25.5%;
  padding: 2.9rem 2rem 3.2rem 0;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  vertical-align: top;
  border-bottom: solid 1px #D2DDE3;
}
@media only screen and (max-width: 780px) {
  .p-business-a__feature table tbody tr th {
    width: 30%;
    padding: 1.5rem 1rem 1.5rem 0;
    font-size: 1.6rem;
  }
}
.p-business-a__feature table tbody tr td {
  padding: 3.2rem 0;
  letter-spacing: 0.06em;
  line-height: 1.6;
  vertical-align: top;
  border-bottom: solid 1px #D2DDE3;
}
@media only screen and (max-width: 780px) {
  .p-business-a__feature table tbody tr td {
    padding: 1.5rem 0;
  }
}
.p-business-a__feature table tbody tr td h3 {
  margin-bottom: 0.5em;
  font-weight: 700;
  color: #899FAA;
}
.p-business-a__feature table tbody tr td * + h3 {
  margin-top: 2em;
}
.p-business-a__regions {
  margin-bottom: 9rem;
  padding: 8rem 0 9rem 0;
  background-color: #EFF4F7;
}
@media only screen and (max-width: 780px) {
  .p-business-a__regions {
    margin-bottom: 4rem;
    padding: 4rem 0;
  }
}
.p-business-a__regions .img {
  max-width: 70rem;
  margin: 0 auto;
  border-radius: 1.5rem;
  overflow: hidden;
}
.p-business-a__regions .img > img, .p-business-a__regions .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-business-a__regions p {
  margin-top: 2.15em;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
  color: #177FB5;
}
@media only screen and (max-width: 780px) {
  .p-business-a__regions p {
    font-size: 1.8rem;
  }
}
.p-business-a__reqs {
  margin-bottom: 8.8rem;
}
@media only screen and (max-width: 780px) {
  .p-business-a__reqs {
    margin-bottom: 6rem;
  }
}
.p-business-a__reqs .inner {
  max-width: 1080px;
}
.p-business-a__reqs dl dt {
  padding: 0.4em;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
  color: #ffffff;
  background-color: #104A69;
}
@media only screen and (max-width: 780px) {
  .p-business-a__reqs dl dt {
    font-size: 1.8rem;
  }
}
.p-business-a__reqs dl dd table {
  width: 100%;
  letter-spacing: 0.06em;
}
.p-business-a__reqs dl dd table tbody tr th {
  width: 26%;
  padding: 1.6rem 1.6rem 1.6rem 2em;
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: solid 1px #D2DDE3;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .p-business-a__reqs dl dd table tbody tr th {
    width: 30%;
    padding: 0.5em;
  }
}
.p-business-a__reqs dl dd table tbody tr td {
  padding: 1.8rem 0;
  border-bottom: solid 1px #D2DDE3;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .p-business-a__reqs dl dd table tbody tr td {
    padding: 0.6em;
  }
}

.p-business-b__biggining {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 780px) {
  .p-business-b__biggining {
    margin-bottom: 4rem;
  }
}
.p-business-b__biggining .inner {
  max-width: 1080px;
}
.p-business-b__biggining h3 {
  margin-bottom: 1.5em;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-business-b__biggining h3 {
    font-size: 2rem;
  }
}
.p-business-b__biggining p {
  margin-bottom: 3em;
}
@media only screen and (min-width: 781px) {
  .p-business-b__biggining p {
    line-height: 2.6;
  }
}
.p-business-b__biggining .btn {
  text-align: center;
}
.p-business-b__strengths {
  margin-bottom: 10.4rem;
  padding-top: 6rem;
  padding-bottom: 9.6rem;
  background: linear-gradient(to bottom, #ffffff, #EFF4F7);
}
@media only screen and (max-width: 780px) {
  .p-business-b__strengths {
    margin-bottom: 5rem;
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}
.p-business-b__strengths .inner {
  max-width: 1080px;
}
@media only screen and (min-width: 901px) {
  .p-business-b__strengths ul li {
    display: flex;
    align-items: center;
  }
  .p-business-b__strengths ul li:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .p-business-b__strengths ul li:nth-child(2n) .img {
    margin-right: 0;
    margin-left: -5.5%;
  }
  .p-business-b__strengths ul li:nth-child(2n) .text {
    margin-left: 0;
    margin-right: -5.5%;
  }
  .p-business-b__strengths ul li + li {
    margin-top: 5.6rem;
  }
}
@media only screen and (max-width: 900px) {
  .p-business-b__strengths ul li + li {
    margin-top: 3rem;
  }
}
.p-business-b__strengths ul li .img {
  border-radius: 0.8rem;
  overflow: hidden;
}
.p-business-b__strengths ul li .img > img, .p-business-b__strengths ul li .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 901px) {
  .p-business-b__strengths ul li .img {
    width: 55.5%;
    margin-right: -5.5%;
  }
}
@media only screen and (max-width: 900px) {
  .p-business-b__strengths ul li .img {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 901px) {
  .p-business-b__strengths ul li .text {
    width: 55.5%;
    margin-left: -5.5%;
    padding: 4rem 4.8rem;
    background-color: #ffffff;
    border-radius: 0.8rem;
    position: relative;
    z-index: 1;
  }
}
.p-business-b__strengths ul li .text h3 {
  margin-bottom: 0.6em;
  padding-bottom: 0.6em;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.38;
  color: #104A69;
  border-bottom: solid 1px #D2DDE3;
}
@media only screen and (max-width: 900px) {
  .p-business-b__strengths ul li .text h3 {
    font-size: 2rem;
  }
}
.p-business-b__strengths ul li .text p {
  line-height: 2;
  color: #585858;
}
.p-business-b__flow {
  margin-bottom: 11rem;
}
@media only screen and (max-width: 780px) {
  .p-business-b__flow {
    margin-bottom: 6rem;
  }
}
.p-business-b__flow .inner {
  max-width: 1080px;
}
.p-business-b__flow ol {
  position: relative;
  z-index: 1;
  counter-reset: num;
}
.p-business-b__flow ol:after {
  width: 0.5rem;
  height: 100%;
  margin-left: -0.25rem;
  content: "";
  background-color: #114A69;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
}
.p-business-b__flow ol li {
  background-color: #ffffff;
  border: solid 0.2rem #EDEDED;
  border-radius: 1rem;
  counter-increment: num;
}
@media only screen and (min-width: 901px) {
  .p-business-b__flow ol li {
    padding: 3rem;
    display: flex;
  }
}
@media only screen and (max-width: 900px) {
  .p-business-b__flow ol li {
    padding: 2rem;
  }
}
.p-business-b__flow ol li + li {
  margin-top: 2rem;
}
.p-business-b__flow ol li .phase {
  width: 11rem;
  padding: 1rem 0;
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  color: #114A69;
  border-top: solid 1px #D2DDE3;
  border-bottom: solid 1px #D2DDE3;
}
@media only screen and (min-width: 901px) {
  .p-business-b__flow ol li .phase {
    margin-right: 5%;
    align-self: center;
    order: 1;
  }
}
@media only screen and (max-width: 900px) {
  .p-business-b__flow ol li .phase {
    margin: 0 auto 2rem auto;
    font-size: 1.8rem;
  }
}
.p-business-b__flow ol li .phase span {
  margin-left: 0.25em;
  font-size: 2em;
  display: inline-block;
  vertical-align: -0.2em;
}
.p-business-b__flow ol li .phase span:before {
  content: counter(num);
  display: inline-block;
}
.p-business-b__flow ol li .img {
  height: 20rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
.p-business-b__flow ol li .img > img, .p-business-b__flow ol li .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 901px) {
  .p-business-b__flow ol li .img {
    width: 31rem;
    margin-left: 5%;
    order: 3;
  }
}
@media only screen and (max-width: 900px) {
  .p-business-b__flow ol li .img {
    width: 100%;
    height: 15rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 901px) {
  .p-business-b__flow ol li .text {
    width: calc(90% - 45rem);
    order: 2;
  }
}
.p-business-b__flow ol li .text h3 {
  margin-bottom: 0.9em;
  font-size: 2.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 900px) {
  .p-business-b__flow ol li .text h3 {
    font-size: 1.8rem;
    text-align: center;
  }
}
.p-business-b__flow ol li .text h3:after {
  width: 7em;
  height: 0.2rem;
  margin: 0.8em 0 0 0;
  content: "";
  background-color: #177FB5;
  display: block;
}
@media only screen and (max-width: 900px) {
  .p-business-b__flow ol li .text h3:after {
    margin: 0.8em auto 0 auto;
  }
}
.p-business-b__flow ol li .text p {
  line-height: 1.8;
  color: #585858;
}
.p-business-b__schedule {
  margin-bottom: 12.8rem;
}
@media only screen and (max-width: 780px) {
  .p-business-b__schedule {
    margin-bottom: 6rem;
  }
}
.p-business-b__schedule .midashi02 + p {
  margin-bottom: 3em;
  text-align: center;
}
.p-business-b__schedule ol {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  counter-reset: num;
}
.p-business-b__schedule ol li {
  padding: 0 2rem;
  counter-increment: num;
}
@media only screen and (min-width: 1100px) {
  .p-business-b__schedule ol li {
    width: 20%;
    margin-bottom: 5rem;
  }
  .p-business-b__schedule ol li:nth-child(5n) .num:after, .p-business-b__schedule ol li:last-child .num:after {
    content: none;
  }
}
@media only screen and (max-width: 1099px) and (min-width: 781px) {
  .p-business-b__schedule ol li {
    width: 33.333%;
    margin-bottom: 4rem;
  }
  .p-business-b__schedule ol li:nth-child(3n) .num:after, .p-business-b__schedule ol li:last-child .num:after {
    content: none;
  }
}
@media only screen and (max-width: 780px) {
  .p-business-b__schedule ol li {
    width: 50%;
    margin-bottom: 3rem;
  }
  .p-business-b__schedule ol li:nth-child(2n) .num:after, .p-business-b__schedule ol li:last-child .num:after {
    content: none;
  }
}
.p-business-b__schedule ol li .num {
  width: 92%;
  margin: 0 auto 1.1em auto;
  padding-top: 1em;
  aspect-ratio: 1/1;
  text-align: center;
  position: relative;
  z-index: 2;
}
.p-business-b__schedule ol li .num:before {
  width: 100%;
  height: 100%;
  content: "";
  background-color: #F5F6F7;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-business-b__schedule ol li .num:after {
  width: 100%;
  height: 0.5rem;
  content: "";
  background-color: #114A69;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
}
.p-business-b__schedule ol li .num span {
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-weight: 700;
  color: #899FAA;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .p-business-b__schedule ol li .num span {
    font-size: 2rem;
  }
}
.p-business-b__schedule ol li .num span:before {
  content: counter(num, decimal-leading-zero);
  display: inline-block;
}
.p-business-b__schedule ol li .num .img {
  width: 51.3%;
  margin: 0 auto;
}
.p-business-b__schedule ol li p {
  font-size: 2.1rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-business-b__schedule ol li p {
    font-size: 1.6rem;
  }
}
.p-business-b__schedule ol li .annotation {
  margin-top: 0.5em;
  font-size: 1.5rem;
  text-align: center;
  color: #585858;
}
@media only screen and (max-width: 780px) {
  .p-business-b__schedule ol li .annotation {
    font-size: 1.3rem;
  }
}
.p-business-b__schedule ol + p {
  text-align: center;
  color: #585858;
}
.p-business-b__feature {
  margin-bottom: 15rem;
  padding-top: 11rem;
  background: linear-gradient(to bottom, #EFF4F7, #ffffff);
}
@media only screen and (max-width: 780px) {
  .p-business-b__feature {
    margin-bottom: 6rem;
    padding-top: 5rem;
  }
}
.p-business-b__feature h3 {
  margin-bottom: 0.5em;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-business-b__feature h3 {
    font-size: 2rem;
  }
}
.p-business-b__feature p {
  text-align: center;
}
.p-business-b__feature ol {
  margin-top: 5.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  counter-reset: num;
}
.p-business-b__feature ol li {
  padding: 2em 1em 1em 1em;
  text-align: center;
  background-color: #ffffff;
  border-radius: 0.8rem;
  box-shadow: 0 0 3rem rgba(37, 142, 198, 0.05);
  position: relative;
  counter-increment: num;
  display: flex;
}
.p-business-b__feature ol li span {
  width: 100%;
  align-self: center;
}
.p-business-b__feature ol li:before {
  width: 2em;
  height: 2em;
  margin: -1em 0 0 -1em;
  content: counter(num, decimal-leading-zero);
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  color: #ffffff;
  background-color: #114A69;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
}
@media only screen and (min-width: 781px) {
  .p-business-b__feature ol li {
    width: 23.5%;
    margin: 0 2% 2% 0;
  }
  .p-business-b__feature ol li:nth-child(4n), .p-business-b__feature ol li:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-business-b__feature ol li {
    width: 48%;
    margin: 0 4% 6% 0;
  }
  .p-business-b__feature ol li:nth-child(2n), .p-business-b__feature ol li:last-child {
    margin-right: 0;
  }
}
.p-business-b__feature .img {
  margin-top: 2em;
  padding: 4rem;
  text-align: center;
  background-color: #ffffff;
  border-radius: 1.5rem;
  box-shadow: 0 0 3rem rgba(37, 142, 198, 0.05);
}
@media only screen and (max-width: 780px) {
  .p-business-b__feature .img {
    padding: 2rem;
  }
}
.p-business-b__case {
  margin-bottom: 16rem;
}
@media only screen and (max-width: 780px) {
  .p-business-b__case {
    margin-bottom: 8rem;
  }
}
.p-business-b__case ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 781px) {
  .p-business-b__case ul li {
    width: 32%;
    margin: 0 2% 4% 0;
  }
  .p-business-b__case ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-business-b__case ul li {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .p-business-b__case ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.p-business-b__case ul li .img {
  width: 100%;
  height: 21.2rem;
  margin-bottom: 1.5em;
  border-radius: 0.8rem;
  overflow: hidden;
}
.p-business-b__case ul li .img > img, .p-business-b__case ul li .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 780px) {
  .p-business-b__case ul li .img {
    height: 15rem;
    margin-bottom: 1em;
  }
}
.p-business-b__case ul li p {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-business-b__case ul li p {
    font-size: 1.6rem;
  }
}
.p-business-b__case ul + p {
  text-align: center;
  overflow: hidden;
}
.p-business-b__case ul + p span {
  padding: 0 1.5em;
  font-size: 2.6rem;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-business-b__case ul + p span {
    font-size: 1.8rem;
  }
}
.p-business-b__case ul + p span:before, .p-business-b__case ul + p span:after {
  width: 99999px;
  height: 1px;
  content: "";
  background-color: #D2DDE3;
  position: absolute;
  top: 50%;
}
.p-business-b__case ul + p span:before {
  right: 100%;
}
.p-business-b__case ul + p span:after {
  left: 100%;
}

@media only screen and (min-width: 781px) {
  .bg_recruit {
    padding-bottom: 14.4rem;
    background-image: url("../img/recruit/bg_bottom.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 1920px auto;
  }
}
@media only screen and (max-width: 780px) {
  .bg_recruit {
    padding-bottom: 6rem;
    background: url("../img/recruit/bg_bottom_sp_left.jpg") no-repeat left bottom, url("../img/recruit/bg_bottom_sp_right.jpg") no-repeat right calc(100% - 25rem);
    background-size: 28.15rem auto, 18.5rem auto;
  }
}

.p-entry__content {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 780px) {
  .p-entry__content {
    margin-bottom: 5rem;
  }
}
.p-entry__content .inner {
  max-width: 1080px;
  background-color: #ffffff;
  border-radius: 2rem;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 781px) {
  .p-entry__content .inner {
    padding: 4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-entry__content .inner {
    padding: 2rem;
  }
}

.p-staff__list {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 780px) {
  .p-staff__list {
    margin-bottom: 6rem;
  }
}
.p-staff__list .inner {
  max-width: 1080px;
}
.p-staff__list ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 781px) {
  .p-staff__list ul li {
    width: 31.8%;
    padding: 0 2.3% 7.3rem 0;
  }
  .p-staff__list ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-staff__list ul li {
    width: 48%;
    margin: 0 4% 4rem 0;
  }
  .p-staff__list ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.p-staff__list ul li a {
  display: block;
}
.p-staff__list ul li a:hover .img img {
  opacity: 0.6;
}
.p-staff__list ul li a:hover p {
  color: #177FB5;
}
.p-staff__list ul li .img {
  width: 100%;
  height: auto;
  padding: 0.8rem;
  aspect-ratio: 344/258;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0 1rem rgba(141, 160, 175, 0.16);
}
.p-staff__list ul li .img > img, .p-staff__list ul li .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-staff__list ul li .img:after {
  width: 4rem;
  height: 4rem;
  content: "";
  background-image: url("../img/icon_arrow08.png");
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 780px) {
  .p-staff__list ul li .img:after {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-staff__list ul li .img img {
  border-radius: 0.4rem;
  transition: opacity 0.3s;
}
.p-staff__list ul li p {
  padding: 1.6rem 1.6rem 0 1.6rem;
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-staff__list ul li p {
    padding: 1rem 1rem 0 1rem;
    font-size: 1.6rem;
  }
}
.p-staff__post {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 780px) {
  .p-staff__post {
    margin-bottom: 6rem;
  }
}
.p-staff__post .inner {
  max-width: 1080px;
}
@media only screen and (min-width: 781px) {
  .p-staff__post .headding {
    margin-bottom: 4.8rem;
    display: flex;
  }
}
@media only screen and (max-width: 780px) {
  .p-staff__post .headding {
    margin-bottom: 4rem;
  }
}
.p-staff__post .headding .img {
  height: auto;
  padding: 0.8rem;
  aspect-ratio: 344/258;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0 1rem rgba(141, 160, 175, 0.16);
}
.p-staff__post .headding .img > img, .p-staff__post .headding .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-staff__post .headding .img img {
  border-radius: 0.4rem;
}
@media only screen and (min-width: 781px) {
  .p-staff__post .headding .img {
    width: 31.8%;
    margin-right: 4.5%;
  }
}
@media only screen and (max-width: 780px) {
  .p-staff__post .headding .img {
    width: 100%;
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-staff__post .headding .text {
    width: 63.7%;
  }
}
.p-staff__post .headding .text .name {
  margin-bottom: 0.56em;
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-staff__post .headding .text .name {
    font-size: 2.2rem;
  }
}
.p-staff__post .headding .text .name span {
  margin-bottom: 0.5em;
  font-family: "Montserrat", sans-serif;
  font-size: 0.53em;
  font-weight: 600;
  letter-spacing: normal;
  color: #177FB5;
  display: block;
}
.p-staff__post .headding .text .busyo {
  margin-bottom: 2em;
  font-weight: 500;
  color: #8D8D8D;
}
@media only screen and (max-width: 780px) {
  .p-staff__post .headding .text .busyo {
    font-size: 1.4rem;
  }
}
.p-staff__post .headding .text p {
  letter-spacing: 0.06em;
}
.p-staff__post .keireki {
  background-color: #FAFAFA;
  border-radius: 0.8rem;
}
@media only screen and (min-width: 781px) {
  .p-staff__post .keireki {
    margin-bottom: 6.4rem;
    padding: 3rem 3rem 3rem 19.7rem;
    position: relative;
  }
}
@media only screen and (max-width: 780px) {
  .p-staff__post .keireki {
    margin-bottom: 4rem;
    padding: 0 2rem 2rem 2rem;
  }
}
.p-staff__post .keireki dt {
  padding: 0.5em;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  background-color: #177FB5;
  border-radius: 0.8rem 0 0.8rem 0;
}
@media only screen and (min-width: 781px) {
  .p-staff__post .keireki dt {
    width: 14.4rem;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-staff__post .keireki dt {
    margin-left: -2rem;
    margin-bottom: 2rem;
    display: inline-block;
  }
}
.p-staff__post .keireki dd {
  letter-spacing: -0.4em;
}
.p-staff__post .keireki dd > * {
  display: inline-block;
  letter-spacing: normal;
}
.p-staff__post .keireki dd + dd {
  margin-top: 1em;
}
.p-staff__post .keireki dd .year {
  width: 6.5rem;
  font-size: 1.8rem;
  margin-top: -0.2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #177FB5;
  vertical-align: top;
}
.p-staff__post .keireki dd .month {
  width: 6rem;
  margin-right: 3.5rem;
  letter-spacing: 0.06em;
  text-align: right;
  vertical-align: top;
}
.p-staff__post .keireki dd p {
  width: calc(100% - 16rem);
  letter-spacing: 0.06em;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .p-staff__post .keireki dd p {
    width: 100%;
    display: block;
  }
}
.p-staff__post .interview {
  counter-reset: num;
}
.p-staff__post .interview li {
  margin-bottom: 8.8rem;
  counter-increment: num;
}
@media only screen and (max-width: 780px) {
  .p-staff__post .interview li {
    margin-bottom: 4rem;
  }
}
.p-staff__post .interview li h2 {
  margin-bottom: 1.38em;
  padding-left: 15.5rem;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-staff__post .interview li h2 {
    font-size: 1.6rem;
    padding-left: 0;
  }
}
.p-staff__post .interview li h2 > span {
  width: 15.5rem;
  margin-left: -15.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.88em;
  font-weight: 600;
  color: #177FB5;
  display: inline-block;
  vertical-align: 0;
}
@media only screen and (max-width: 780px) {
  .p-staff__post .interview li h2 > span {
    margin: 0 0 0.5em 0;
    display: block;
  }
}
.p-staff__post .interview li h2 > span span:before {
  content: counter(num, decimal-leading-zero);
  display: inline-block;
}
.p-staff__post .interview li h3 {
  margin-bottom: 1em;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (max-width: 780px) {
  .p-staff__post .interview li h3 {
    font-size: 2.2rem;
  }
}
.p-staff__post .interview li p {
  letter-spacing: 0.06em;
  line-height: 1.8;
  color: #585858;
}
.p-staff__post .message {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 780px) {
  .p-staff__post .message {
    margin-bottom: 4rem;
  }
}
.p-staff__post .message h2 {
  margin-bottom: 1.77em;
  padding: 1.2em 1.2em 1.2em 1.6em;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #ECEFF0;
  position: relative;
}
.p-staff__post .message h2:before {
  width: 0.6rem;
  height: calc(100% - 1.2em);
  content: "";
  background-color: #177FB5;
  border-radius: 0 0.4rem 0.4rem 0;
  position: absolute;
  top: 0.6em;
  left: 0;
}
.p-staff__post .message h3 {
  margin-bottom: 1em;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (max-width: 780px) {
  .p-staff__post .message h3 {
    font-size: 2.2rem;
  }
}
.p-staff__post .message p {
  letter-spacing: 0.06em;
  line-height: 1.8;
  color: #585858;
}
.p-staff__post .back {
  text-align: right;
}

@media only screen and (min-width: 901px) {
  .p-recruit__mv {
    height: 106rem;
    margin-bottom: -10rem;
    padding-top: 15rem;
    background-image: url("../img/recruit/bg_top.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 1920px auto;
  }
}
@media only screen and (max-width: 900px) {
  .p-recruit__mv {
    padding-top: 2rem;
    background: url("../img/recruit/bg_top_sp_left.png") no-repeat left 46%, url("../img/recruit/bg_top_sp_right.png") no-repeat right -6rem;
    background-size: 21.6rem auto, 33.9rem auto;
  }
}
@media only screen and (min-width: 901px) {
  .p-recruit__mv .inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    position: relative;
  }
}
@media only screen and (min-width: 901px) {
  .p-recruit__mv .img {
    width: 60%;
    margin-right: -10%;
  }
}
@media only screen and (min-width: 901px) {
  .p-recruit__mv .text {
    width: 50%;
  }
  .p-recruit__mv .text h1 {
    width: 109%;
    margin-left: -9%;
  }
  .p-recruit__mv .text p {
    margin-top: 1em;
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.65;
  }
}
@media only screen and (max-width: 900px) {
  .p-recruit__mv .text {
    margin-top: -3rem;
    margin-bottom: 3rem;
    text-align: center;
  }
  .p-recruit__mv .text p {
    margin-top: 1.5em;
    font-weight: 500;
    line-height: 1.75;
  }
}
.p-recruit__mv .scroll {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-align: center;
  color: #177FB5;
}
@media only screen and (min-width: 901px) {
  .p-recruit__mv .scroll {
    font-size: 2.2rem;
    position: absolute;
    bottom: 0;
    left: 50%;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__mv .scroll {
    font-size: 1.5rem;
    display: block;
    text-align: center;
    position: relative;
  }
}
.p-recruit__mv .scroll:before {
  width: 0.6rem;
  height: 0.6rem;
  margin-left: -0.3rem;
  content: "";
  background-color: #177FB5;
  border-radius: 50%;
  position: absolute;
  left: 50%;
}
@media only screen and (min-width: 901px) {
  .p-recruit__mv .scroll:before {
    bottom: 8.8rem;
    animation: mv_scroll 1s infinite alternate ease-in-out;
  }
}
@media only screen and (max-width: 900px) {
  .p-recruit__mv .scroll:before {
    bottom: 4.4rem;
    animation: mv_scroll_sp 1s infinite alternate ease-in-out;
  }
}
.p-recruit__mv .scroll:after {
  width: 1px;
  height: 9.4rem;
  margin: 2.6rem auto 0 auto;
  content: "";
  background-color: #BEBEBE;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-recruit__mv .scroll:after {
    height: 5rem;
    margin-top: 1rem;
  }
}
@keyframes mv_scroll {
  from {
    bottom: 8.8rem;
  }
  to {
    bottom: 0;
  }
}
@keyframes mv_scroll_sp {
  from {
    bottom: 4.4rem;
  }
  to {
    bottom: 0;
  }
}
.p-recruit__about {
  background: linear-gradient(to bottom, transparent, #F5F6F7);
}
.p-recruit__about .inner {
  max-width: 1080px;
}
.p-recruit__about ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-recruit__about ul li {
  width: 48%;
  text-align: center;
  background-color: #ffffff;
  background-position: center center;
  border-radius: 1rem;
  box-shadow: 0 0 3rem rgba(141, 160, 175, 0.16);
  position: relative;
}
@media only screen and (min-width: 781px) {
  .p-recruit__about ul li {
    height: 30.4rem;
    margin-bottom: 2.4rem;
    padding: 3.2rem;
    background-size: cover;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__about ul li {
    height: 19.5rem;
    margin-bottom: 1.2rem;
    padding: 1.6rem 1.2rem;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
}
.p-recruit__about ul li h3 span {
  width: 22.1rem;
  padding: 0.2rem 0 0.4rem 0;
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #104A69;
  border-radius: 99px;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .p-recruit__about ul li h3 span {
    width: 13.7rem;
    padding: 0.1rem 0 0.2rem 0;
    font-size: 1.5rem;
  }
}
.p-recruit__about ul li p {
  font-size: 2.7rem;
  font-weight: 500;
  position: absolute;
}
@media only screen and (max-width: 780px) {
  .p-recruit__about ul li p {
    font-size: 1.5rem;
  }
}
.p-recruit__about ul li p .num {
  font-family: "Montserrat", sans-serif;
  font-size: 9.3rem;
  font-weight: 600;
  line-height: 0.9;
  color: #177FB5;
}
@media only screen and (max-width: 780px) {
  .p-recruit__about ul li p .num {
    font-size: 5.6rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-recruit__about ul li:nth-child(1) {
    background-image: url("../img/recruit/about_bg01.jpg");
  }
  .p-recruit__about ul li:nth-child(1) p {
    width: 100%;
    font-size: 1.8rem;
    top: 11rem;
    left: 0;
  }
  .p-recruit__about ul li:nth-child(1) p .num {
    display: block;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__about ul li:nth-child(1) {
    background-image: url("../img/recruit/about_bg01_sp.jpg");
  }
  .p-recruit__about ul li:nth-child(1) p {
    width: 100%;
    top: 7rem;
    left: 0;
  }
  .p-recruit__about ul li:nth-child(1) p .num {
    display: block;
  }
}
@media only screen and (min-width: 781px) {
  .p-recruit__about ul li:nth-child(2) {
    background-image: url("../img/recruit/about_bg02.jpg");
  }
  .p-recruit__about ul li:nth-child(2) p {
    top: 11rem;
    left: 15%;
  }
  .p-recruit__about ul li:nth-child(2) p .num {
    display: block;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__about ul li:nth-child(2) {
    background-image: url("../img/recruit/about_bg02_sp.jpg");
  }
  .p-recruit__about ul li:nth-child(2) p {
    top: 7.5rem;
    left: 5%;
  }
  .p-recruit__about ul li:nth-child(2) p .num {
    display: block;
  }
}
@media only screen and (min-width: 781px) {
  .p-recruit__about ul li:nth-child(3) {
    background-image: url("../img/recruit/about_bg03.jpg");
  }
  .p-recruit__about ul li:nth-child(3) p {
    width: 100%;
    top: 11rem;
    left: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__about ul li:nth-child(3) {
    background-image: url("../img/recruit/about_bg03_sp.jpg");
  }
  .p-recruit__about ul li:nth-child(3) p {
    width: 100%;
    top: 7rem;
    left: 0;
  }
}
@media only screen and (min-width: 781px) {
  .p-recruit__about ul li:nth-child(4) {
    background-image: url("../img/recruit/about_bg04.jpg");
  }
  .p-recruit__about ul li:nth-child(4) p {
    text-align: left;
    top: 12rem;
    left: 10%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .p-recruit__about ul li:nth-child(4) p .num {
    padding-right: 0.7rem;
  }
  .p-recruit__about ul li:nth-child(4) p .text {
    line-height: 1.2;
  }
  .p-recruit__about ul li:nth-child(4) p .annotation {
    width: 100%;
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__about ul li:nth-child(4) {
    background-image: url("../img/recruit/about_bg04_sp.jpg");
  }
  .p-recruit__about ul li:nth-child(4) p {
    text-align: left;
    top: 7rem;
    left: 5%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .p-recruit__about ul li:nth-child(4) p .num {
    padding-right: 0.4rem;
  }
  .p-recruit__about ul li:nth-child(4) p .text {
    line-height: 1.2;
  }
  .p-recruit__about ul li:nth-child(4) p .annotation {
    width: 100%;
    font-size: 1.2rem;
  }
}
.p-recruit__work {
  padding-top: 14rem;
  padding-bottom: 10.5rem;
  background: linear-gradient(to top, transparent, #F5F6F7);
}
@media only screen and (max-width: 780px) {
  .p-recruit__work {
    padding-top: 4.5rem;
    padding-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-recruit__work .inner {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 781px) {
  .p-recruit__work .img {
    width: 50%;
  }
}
@media only screen and (min-width: 781px) {
  .p-recruit__work .text {
    width: 50%;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__work .text .img {
    margin-bottom: 2.4rem;
  }
}
.p-recruit__work .text h3 {
  margin-bottom: 1em;
  font-size: 2.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-recruit__work .text h3 {
    font-size: 2.3rem;
  }
}
.p-recruit__work .text p {
  line-height: 2;
}
@media only screen and (max-width: 780px) {
  .p-recruit__work .text p {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
@media only screen and (min-width: 781px) {
  .p-recruit__person {
    padding-top: 13.6rem;
    padding-bottom: 14rem;
    background-image: url("../img/recruit/person_bg01.jpg");
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-position: center top;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__person {
    padding-top: 6rem;
    padding-bottom: 8rem;
    background: url("../img/recruit/person_bg01_sp_left.png") no-repeat left 34%, url("../img/recruit/person_bg01_sp_right.png") no-repeat right 0;
    background-size: 16.5rem auto, 22.3rem auto;
  }
}
.p-recruit__person .inner {
  position: relative;
}
.p-recruit__person .inner:before {
  content: "";
  background-size: cover;
  position: absolute;
  top: -1rem;
  right: 8%;
}
@media only screen and (min-width: 901px) {
  .p-recruit__person .inner:before {
    width: 40rem;
    height: 9rem;
    background-image: url("../img/recruit/Employeesvoices_pc.png");
  }
}
@media only screen and (max-width: 900px) {
  .p-recruit__person .inner:before {
    width: 27rem;
    height: 11.7rem;
    background-image: url("../img/recruit/Employeesvoices_sp.png");
  }
}
@media only screen and (max-width: 900px) and (max-width: 780px) {
  .p-recruit__person .inner:before {
    width: 14rem;
    height: 5.9rem;
    top: 0;
    right: 0;
  }
}
.p-recruit__person ul {
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 3rem;
  display: flex;
}
@media only screen and (max-width: 780px) {
  .p-recruit__person ul {
    width: 100%;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    overflow-x: auto;
  }
}
@media only screen and (min-width: 781px) {
  .p-recruit__person ul li {
    width: 31.8%;
    padding: 0 2.3% 7.3rem 0;
  }
  .p-recruit__person ul li:nth-child(3) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__person ul li {
    flex: 0 0 25.5rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-recruit__person ul li:nth-child(2) {
    transform: translateY(-4rem);
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__person ul li:nth-child(2) {
    transform: translateY(-2rem);
  }
}
@media only screen and (min-width: 781px) {
  .p-recruit__person ul li:nth-child(3) {
    transform: translateY(-8rem);
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__person ul li:nth-child(3) {
    transform: translateY(-4rem);
  }
}
.p-recruit__person ul li a {
  display: block;
}
.p-recruit__person ul li a:hover .img img {
  opacity: 0.6;
}
.p-recruit__person ul li a:hover p {
  color: #177FB5;
}
.p-recruit__person ul li .img {
  width: 100%;
  height: auto;
  padding: 0.8rem;
  aspect-ratio: 344/258;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0 1rem rgba(141, 160, 175, 0.16);
}
.p-recruit__person ul li .img > img, .p-recruit__person ul li .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-recruit__person ul li .img img {
  border-radius: 0.4rem;
  transition: opacity 0.3s;
}
.p-recruit__person ul li p {
  padding: 1.6rem 1.6rem 0 1.6rem;
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-recruit__person ul li p {
    padding: 1rem 1rem 0 1rem;
    font-size: 1.6rem;
  }
}
.p-recruit__person .btn {
  max-width: 1080px;
  margin: 0 auto;
  text-align: right;
}
.p-recruit__company {
  margin-bottom: 10rem;
  padding-bottom: 15rem;
  background: linear-gradient(to bottom, transparent, #F5F6F7);
}
@media only screen and (max-width: 780px) {
  .p-recruit__company {
    margin-bottom: 4.8rem;
    padding-bottom: 6.5rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-recruit__company .inner {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 781px) {
  .p-recruit__company .img {
    width: 50%;
  }
}
@media only screen and (min-width: 781px) {
  .p-recruit__company .text {
    width: 50%;
    padding-right: 5.6rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__company .text .img {
    margin-bottom: 2.4rem;
  }
}
.p-recruit__company .text h3 {
  margin-bottom: 1em;
  font-size: 2.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-recruit__company .text h3 {
    font-size: 2.3rem;
  }
}
.p-recruit__company .text p {
  line-height: 2;
}
@media only screen and (max-width: 780px) {
  .p-recruit__company .text p {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
.p-recruit__company .text .btn {
  margin-top: 4.8rem;
  text-align: right;
}
.p-recruit__personality {
  margin-bottom: 6.3rem;
}
.p-recruit__personality .inner {
  max-width: 1080px;
}
@media only screen and (min-width: 781px) {
  .p-recruit__personality ul {
    display: flex;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__personality ul {
    padding-top: 2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-recruit__personality ul li {
    width: 33.3333%;
    text-align: center;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__personality ul li {
    display: flex;
  }
  .p-recruit__personality ul li + li {
    margin-top: 4rem;
  }
}
.p-recruit__personality ul li .img {
  margin-bottom: -3rem;
}
@media only screen and (max-width: 780px) {
  .p-recruit__personality ul li .img {
    width: 45%;
  }
}
@media only screen and (min-width: 781px) {
  .p-recruit__personality ul li .text {
    max-width: 24.7rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__personality ul li .text {
    width: 55%;
  }
}
.p-recruit__personality ul li .text h3 {
  margin-bottom: 1em;
  font-size: 2.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-recruit__personality ul li .text h3 {
    margin-bottom: 0.8em;
    font-size: 2rem;
  }
}
.p-recruit__personality ul li .text p {
  line-height: 2;
  text-align: left;
}
@media only screen and (max-width: 780px) {
  .p-recruit__personality ul li .text p {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.p-recruit__welfare {
  margin-bottom: 5.6rem;
}
@media only screen and (max-width: 780px) {
  .p-recruit__welfare {
    margin-bottom: 2.4rem;
  }
}
.p-recruit__welfare .inner {
  background-color: #F5F6F7;
}
@media only screen and (min-width: 781px) {
  .p-recruit__welfare .inner {
    padding: 7.2rem 0;
    border-radius: 1rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__welfare .inner {
    width: 111%;
    margin: 0 -5.5%;
    padding: 2.4rem 0;
  }
}
.p-recruit__welfare h2 {
  width: 85%;
  margin: 0 auto 1em auto;
  padding-bottom: 0.8em;
  font-size: 3.2rem;
  font-weight: 700;
  color: #177FB5;
  border-bottom: solid 1px #D1D1D1;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-recruit__welfare h2 {
    width: 81%;
    font-size: 1.8rem;
  }
}
.p-recruit__welfare h2:after {
  width: 3em;
  height: 0.2rem;
  content: "";
  background-color: #177FB5;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
}
.p-recruit__welfare .welfare_list {
  margin: 0 auto;
}
@media only screen and (min-width: 781px) {
  .p-recruit__welfare .welfare_list {
    width: 85%;
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__welfare .welfare_list {
    width: 81%;
  }
}
.p-recruit__welfare .welfare_list > li {
  background-color: #ffffff;
  border-radius: 0.8rem;
}
@media only screen and (min-width: 781px) {
  .p-recruit__welfare .welfare_list > li {
    width: 48%;
    margin: 0 4% 3.2rem 0;
    padding: 2.4rem;
  }
  .p-recruit__welfare .welfare_list > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__welfare .welfare_list > li {
    padding: 1.6rem;
    margin-bottom: 1.2rem;
  }
}
.p-recruit__welfare .welfare_list > li h3 {
  margin-bottom: 1em;
  padding-left: 2rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #104A69;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-recruit__welfare .welfare_list > li h3 {
    font-size: 1.7rem;
  }
}
.p-recruit__welfare .welfare_list > li h3:before {
  width: 0.4rem;
  height: 100%;
  content: "";
  background-color: #104A69;
  border-radius: 0.4rem;
  position: absolute;
  top: 0;
  left: 0;
}
.p-recruit__welfare .welfare_list > li ul li {
  padding: 0.8rem 0.8rem 0.8rem 4.5rem;
  font-weight: 500;
  background-color: #F5F6F7;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 780px) {
  .p-recruit__welfare .welfare_list > li ul li {
    padding-left: 3.2rem;
    font-size: 1.5rem;
  }
}
.p-recruit__welfare .welfare_list > li ul li:before {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 0.5rem 0 -2.1rem;
  content: "";
  background-color: #104A69;
  border-radius: 50%;
  display: inline-block;
  vertical-align: 0;
}
@media only screen and (max-width: 780px) {
  .p-recruit__welfare .welfare_list > li ul li:before {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: -2rem;
  }
}
.p-recruit__welfare .welfare_list > li ul li + li {
  margin-top: 0.5em;
}
.p-recruit__training {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 780px) {
  .p-recruit__training {
    margin-bottom: 6rem;
  }
}
.p-recruit__training .inner {
  background-color: #F5F6F7;
}
@media only screen and (min-width: 781px) {
  .p-recruit__training .inner {
    padding: 7.2rem 0;
    border-radius: 1rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__training .inner {
    width: 111%;
    margin: 0 -5.5%;
    padding: 2.4rem 0;
  }
}
.p-recruit__training h2 {
  width: 85%;
  margin: 0 auto 1em auto;
  padding-bottom: 0.8em;
  font-size: 3.2rem;
  font-weight: 700;
  color: #177FB5;
  border-bottom: solid 1px #D1D1D1;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-recruit__training h2 {
    width: 81%;
    font-size: 1.8rem;
  }
}
.p-recruit__training h2:after {
  width: 3em;
  height: 0.2rem;
  content: "";
  background-color: #177FB5;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
}
.p-recruit__training h2 + p {
  width: 85%;
  margin: 0 auto 2em auto;
}
@media only screen and (max-width: 780px) {
  .p-recruit__training h2 + p {
    width: 81%;
    margin-bottom: 1.4em;
    font-size: 1.5rem;
  }
}
.p-recruit__training dl {
  width: 85%;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .p-recruit__training dl {
    width: 81%;
  }
}
.p-recruit__training dl dt {
  padding: 0.3em;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  color: #104A69;
  background-color: #D2DDE3;
}
@media only screen and (max-width: 780px) {
  .p-recruit__training dl dt {
    font-size: 2rem;
  }
}
.p-recruit__training dl dd {
  padding: 4.8rem 0;
}
@media only screen and (max-width: 780px) {
  .p-recruit__training dl dd {
    padding: 1.6rem;
  }
}
.p-recruit__training dl dd ol {
  width: 88%;
  margin: 0 auto;
  padding-left: 9rem;
  counter-reset: num;
}
@media only screen and (max-width: 780px) {
  .p-recruit__training dl dd ol {
    width: 90%;
    padding-left: 4.5rem;
  }
}
.p-recruit__training dl dd ol li {
  margin-bottom: 2em;
  padding-bottom: 2em;
  counter-increment: num;
  position: relative;
  border-bottom: solid 1px #D2DDE3;
}
@media only screen and (max-width: 780px) {
  .p-recruit__training dl dd ol li {
    margin-bottom: 0.8em;
    padding-bottom: 0.8em;
  }
}
.p-recruit__training dl dd ol li:before {
  width: 5.7rem;
  height: 5.7rem;
  content: counter(num);
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 5.1rem;
  text-align: center;
  color: #177FB5;
  background-color: #F5F6F7;
  border: solid 0.3rem #177FB5;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -9rem;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-recruit__training dl dd ol li:before {
    width: 2.85rem;
    height: 2.85rem;
    border-width: 0.15rem;
    font-size: 1.6rem;
    line-height: 2.55rem;
    left: -4.5rem;
  }
}
.p-recruit__training dl dd ol li:after {
  width: 0.3rem;
  height: calc(100% + 2em);
  content: "";
  background-color: #177FB5;
  position: absolute;
  top: 0;
  left: -6.2rem;
}
@media only screen and (max-width: 780px) {
  .p-recruit__training dl dd ol li:after {
    width: 0.15rem;
    height: calc(100% + 0.8em);
    left: -3.1rem;
  }
}
.p-recruit__training dl dd ol li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.p-recruit__training dl dd ol li:last-child:after {
  content: none;
}
.p-recruit__training dl dd ol li h3 {
  margin-bottom: 0.77em;
  font-size: 2.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-recruit__training dl dd ol li h3 {
    margin-bottom: 0.25em;
    font-size: 1.7rem;
  }
}
.p-recruit__training dl dd ol li p {
  line-height: 2;
}
@media only screen and (max-width: 780px) {
  .p-recruit__training dl dd ol li p {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.p-recruit__appliction-details {
  margin-bottom: 11.2rem;
}
@media only screen and (max-width: 780px) {
  .p-recruit__appliction-details {
    margin-bottom: 4.4rem;
    padding: 4.4rem 0;
    background: linear-gradient(150deg, #177FB5, #00D9C9);
  }
}
@media only screen and (min-width: 781px) {
  .p-recruit__appliction-details .inner {
    max-width: 1800px;
    background: linear-gradient(120deg, #177FB5, #177FB5 40%, #00D9C9);
    padding: 7.2rem 0;
    border-radius: 4rem;
  }
}
.p-recruit__appliction-details .midashi04 {
  color: #ffffff;
}
.p-recruit__appliction-details .midashi04 span {
  color: #ffffff;
}
.p-recruit__appliction-details .box {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  padding: 4.8rem;
  background-color: #ffffff;
  border-radius: 1.4rem;
}
@media only screen and (max-width: 780px) {
  .p-recruit__appliction-details .box {
    width: 100%;
    padding: 2.4rem 1.6rem;
  }
}
.p-recruit__appliction-details .box table {
  width: 100%;
  letter-spacing: 0.06em;
  border-top: solid 1px #D2DDE3;
}
@media only screen and (max-width: 780px) {
  .p-recruit__appliction-details .box table {
    border: solid 1px #D2DDE3;
    display: block;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__appliction-details .box table tbody {
    display: block;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__appliction-details .box table tbody tr {
    display: block;
  }
}
.p-recruit__appliction-details .box table tbody tr th {
  width: 25.5%;
  padding: 2.2rem;
  font-weight: 700;
  vertical-align: top;
  background-color: #F4F7F8;
  border-bottom: solid 1px #D2DDE3;
}
@media only screen and (max-width: 780px) {
  .p-recruit__appliction-details .box table tbody tr th {
    width: auto;
    padding: 0.8rem 1.6rem;
    border: none;
    display: block;
  }
}
.p-recruit__appliction-details .box table tbody tr td {
  padding: 2.5rem 5rem;
  font-size: 1.5rem;
  vertical-align: top;
  border-bottom: solid 1px #D2DDE3;
}
@media only screen and (max-width: 780px) {
  .p-recruit__appliction-details .box table tbody tr td {
    padding: 0.8rem 1.6rem;
    border: none;
    display: block;
  }
}

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

.bold {
  font-weight: 700;
}

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