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

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

a {
  color: #101010;
}
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;
}

.midashi01 {
  margin-bottom: 2em;
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .midashi01 {
    margin-bottom: 1em;
    font-size: 1.8rem;
  }
}
.midashi01.white {
  color: #ffffff;
}
.midashi01.center {
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .midashi01.sp_center {
    text-align: center;
  }
}
.midashi01 .en {
  margin-bottom: 0.1em;
  font-family: "Montserrat", sans-serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 780px) {
  .midashi01 .en {
    font-size: 4rem;
  }
}
.midashi01 .ja {
  display: block;
}

.btn01 {
  width: 28rem;
  max-width: 100%;
  padding: 0.9em;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff !important;
  background-color: #101010;
  background-image: url("../img/icon_arrow01.png");
  background-repeat: no-repeat;
  background-size: 1.77em auto;
  background-position: calc(100% - 1.3em) center;
  border: solid 0.2rem #101010;
  border-radius: 99px;
  transition: background-position 0.3s;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .btn01 {
    width: 20rem;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 781px) {
  .btn01:hover {
    background-position: calc(100% - 0.7em) center;
  }
}
.btn02 {
  width: 28rem;
  max-width: 100%;
  padding: 0.9em;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #101010 !important;
  background-color: #ffffff;
  background-image: url("../img/icon_arrow02.png");
  background-repeat: no-repeat;
  background-size: 1.77em auto;
  background-position: calc(100% - 1.3em) center;
  border: solid 0.2rem #101010;
  border-radius: 99px;
  transition: background-position 0.5s;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .btn02 {
    width: 20rem;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 781px) {
  .btn02:hover {
    background-position: calc(100% - 0.7em) center;
  }
}
.btn_mail01 {
  width: 58rem;
  max-width: 100%;
  padding: 2.4em 1em;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #101010 !important;
  background-color: #ffffff;
  background-image: url("../img/icon_arrow02.png");
  background-repeat: no-repeat;
  background-size: 1.77em auto;
  background-position: calc(100% - 1.3em) center;
  border-radius: 0.8rem;
  transition: background-position 0.5s;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .btn_mail01 {
    width: 34.2rem;
    padding: 1.6em 2em 1.6em 1em;
    font-size: 1.5rem;
    display: block;
  }
}
.btn_mail01:before {
  width: 1.77em;
  height: 1.77em;
  margin-right: 1.3em;
  content: "";
  background-image: url("../img/icon_mail02.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.4em;
}
@media only screen and (min-width: 781px) {
  .btn_mail01:hover {
    background-position: calc(100% - 0.7em) center;
  }
}
.btn_tel01 {
  width: 58rem;
  max-width: 100%;
  padding: 2.4em 1em;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #101010 !important;
  background-color: #ffffff;
  background-image: url("../img/icon_arrow02.png");
  background-repeat: no-repeat;
  background-size: 1.77em auto;
  background-position: calc(100% - 1.3em) center;
  border-radius: 0.8rem;
  transition: background-position 0.5s;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .btn_tel01 {
    width: 34.2rem;
    padding: 1.6em 2em 1.6em 1em;
    font-size: 1.5rem;
    display: block;
  }
}
.btn_tel01:before {
  width: 1.77em;
  height: 1.77em;
  margin-right: 1.3em;
  content: "";
  background-image: url("../img/icon_tel02.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.4em;
}
@media only screen and (min-width: 781px) {
  .btn_tel01:hover {
    background-position: calc(100% - 0.7em) center;
  }
}

.fadeIn {
  opacity: 0;
  transform: translate(0, 0);
  transition: opacity 0.5s ease-in, transform 0.5s ease-in;
}
.fadeIn.from-bottom {
  transform: translateY(5%);
}
.fadeIn.from-right {
  transform: translateX(5%);
}
.fadeIn.from-left {
  transform: translateX(-5%);
}
.fadeIn.view {
  opacity: 1;
  transform: translate(0, 0);
}
@media only screen and (min-width: 781px) {
  .fadeIn.delay1 {
    transition-delay: 0.2s;
  }
  .fadeIn.delay2 {
    transition-delay: 0.4s;
  }
  .fadeIn.delay3 {
    transition-delay: 0.6s;
  }
  .fadeIn.delay4 {
    transition-delay: 0.8s;
  }
  .fadeIn.delay5 {
    transition-delay: 1s;
  }
  .fadeIn.delay6 {
    transition-delay: 1.2s;
  }
  .fadeIn.delay7 {
    transition-delay: 1.4s;
  }
  .fadeIn.delay8 {
    transition-delay: 1.6s;
  }
  .fadeIn.delay9 {
    transition-delay: 1.8s;
  }
  .fadeIn.delay10 {
    transition-delay: 2s;
  }
}

.ttl_slide_fade_view span {
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.ttl_slide_fade_view .slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #101010;
  transition: left 0.3s ease-in;
}
.ttl_slide_fade_view .fade {
  opacity: 0;
  transition: opacity 0.5s ease-in;
  transition-delay: 0.3s;
}
.ttl_slide_fade_view.view .slide:before {
  left: 100%;
}
.ttl_slide_fade_view.view .fade {
  opacity: 1;
}
.ttl_slide_fade_view.layer_white .slide:before {
  background-color: #ffffff;
}

.cta_block {
  color: #ffffff;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 781px) {
  .cta_block {
    padding: 8rem 0;
    background-image: url("../img/cta_bg.jpg");
  }
}
@media only screen and (max-width: 780px) {
  .cta_block {
    padding: 3.5rem 0;
    background-image: url("../img/cta_bg_sp.jpg");
  }
}
@media only screen and (min-width: 781px) {
  .cta_block .inner {
    display: flex;
  }
}
@media only screen and (min-width: 781px) {
  .cta_block .text {
    width: 50%;
  }
}
@media only screen and (max-width: 780px) {
  .cta_block .text {
    margin-bottom: 1.6rem;
  }
}
@media only screen and (max-width: 780px) {
  .cta_block .text .midashi01 {
    margin-bottom: 0.72em;
  }
}
.cta_block .text p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.72;
}
@media only screen and (max-width: 780px) {
  .cta_block .text p {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 781px) {
  .cta_block .btn_area {
    width: 48.3%;
  }
}
@media only screen and (max-width: 780px) {
  .cta_block .btn_area .btn_mail01 {
    margin: 0 auto 1.2rem auto;
  }
}
@media only screen and (max-width: 780px) {
  .cta_block .btn_area .btn_tel01 {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 781px) {
  .cta_block .btn_area .tel_pc {
    margin-top: 4rem;
    text-align: center;
  }
  .cta_block .btn_area .tel_pc p {
    margin-bottom: 0.8rem;
    font-size: 2rem;
    font-weight: 500;
  }
  .cta_block .btn_area .tel_pc .num {
    font-family: "Montserrat", sans-serif;
    font-size: 3.2rem;
    font-weight: 600;
  }
}

@media only screen and (max-width: 780px) {
  .sp_fix_contact {
    width: 100%;
    letter-spacing: -0.4em;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 90;
  }
  .sp_fix_contact > * {
    display: inline-block;
    letter-spacing: normal;
  }
  .sp_fix_contact > a {
    width: 50%;
    padding: 1em;
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
  }
  .sp_fix_contact > a:before {
    width: 2.8rem;
    height: 2.8rem;
    margin-right: 0.8rem;
    content: "";
    background-size: cover;
    display: inline-block;
    vertical-align: -0.4em;
  }
  .sp_fix_contact > a:first-child {
    background-color: #101010;
  }
  .sp_fix_contact > a:first-child:before {
    background-image: url("../img/icon_tel01.png");
  }
  .sp_fix_contact > a:last-child {
    background: linear-gradient(to right, #000ADC, #016FF0);
  }
  .sp_fix_contact > a:last-child:before {
    background-image: url("../img/icon_mail01.png");
  }
}

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

/*ページャー*/
.post-navigation {
  display: flex;
}
@media only screen and (min-width: 781px) {
  .post-navigation {
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (max-width: 780px) {
  .post-navigation {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 780px) {
  .post-navigation .nav-list {
    width: 100%;
    padding-top: 2rem;
    text-align: center;
    order: 3;
  }
}
@media only screen and (max-width: 780px) {
  .post-navigation .nav-previous, .post-navigation .nav-next {
    width: 50%;
  }
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
  font-size: 1.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .post-navigation .nav-previous a, .post-navigation .nav-next a {
    font-size: 1.3rem;
  }
}
.post-navigation .nav-previous a:before, .post-navigation .nav-previous a:after, .post-navigation .nav-next a:before, .post-navigation .nav-next a:after {
  width: 3rem;
  height: 3rem;
  background-color: #FF7600;
  background-image: url("../img/icon_arrow03.png");
  background-size: 0.6rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  display: inline-block;
  vertical-align: -0.5em;
}
@media only screen and (max-width: 780px) {
  .post-navigation .nav-previous a:before, .post-navigation .nav-previous a:after, .post-navigation .nav-next a:before, .post-navigation .nav-next a:after {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media only screen and (max-width: 780px) {
  .post-navigation .nav-previous {
    order: 1;
  }
}
.post-navigation .nav-previous a:before {
  margin-right: 1rem;
  content: "";
  transform: scale(-1, 1);
}
@media only screen and (max-width: 780px) {
  .post-navigation .nav-next {
    text-align: right;
    order: 2;
  }
}
.post-navigation .nav-next a:after {
  margin-left: 1rem;
  content: "";
}

/*フォームベース*/
.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;
  position: relative;
}
.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: #FF7600;
  border: solid 1px #FF7600;
  border-radius: 0.4rem;
  display: inline-block;
}
@media only screen and (min-width: 781px) {
  .form_area .input_field_area .input_field .input_label span {
    position: absolute;
    top: 1.8em;
  }
}
.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%;
}
.form_area .input_field_area .input_field .input_area.row .col .label {
  display: block;
}
.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: 2.5em;
  font-weight: 500;
  text-align: center;
}
.form_area .privacy p a {
  text-decoration: underline;
}
.form_area .privacy p a:hover {
  color: #000ADC;
}
.form_area .privacy .check {
  text-align: center;
}
.form_area .submit {
  text-align: center;
}
.form_area .submit input[type=submit] {
  width: 28rem;
  max-width: 100%;
  padding: 0.9em;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff !important;
  background-color: #101010;
  background-image: url("../img/icon_arrow01.png");
  background-repeat: no-repeat;
  background-size: 1.77em auto;
  background-position: calc(100% - 1.3em) center;
  border: solid 0.2rem #101010;
  border-radius: 99px;
  transition: background-position 0.3s;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .form_area .submit input[type=submit] {
    width: 20rem;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 781px) {
  .form_area .submit input[type=submit]:hover {
    background-position: calc(100% - 0.7em) center;
  }
}
.form_area .submit input[type=submit]:disabled {
  opacity: 0.3 !important;
}
.form_area .wpcf7-text {
  width: 100%;
  padding: 0.75em;
  background-color: #F4F4F4;
  border-radius: 0.4rem;
}
.form_area .wpcf7-text::-moz-placeholder {
  color: #9F9F9F;
}
.form_area .wpcf7-text::placeholder {
  color: #9F9F9F;
}
.form_area .wpcf7-textarea {
  width: 100%;
  height: 16em;
  padding: 0.75em;
  background-color: #F4F4F4;
  border-radius: 0.4rem;
}
@media only screen and (max-width: 780px) {
  .form_area .wpcf7-textarea {
    height: 8em;
  }
}
.form_area .wpcf7-textarea::-moz-placeholder {
  color: #9F9F9F;
}
.form_area .wpcf7-textarea::placeholder {
  color: #9F9F9F;
}
.form_area .wpcf7-select {
  width: 100%;
  padding: 0.75em;
  background-color: #F4F4F4;
  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;
}
.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 #9F9F9F;
  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;
}
.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 #9F9F9F;
  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);
}

/* ブロックエディタ用基本CSS */
.editor-area:after {
  content: "";
  display: block;
  clear: both;
}
.editor-area > *:last-child {
  margin-bottom: 0 !important;
}
.editor-area p {
  margin-bottom: 2em;
  font-weight: 500;
  line-height: 2.3;
  color: #4B4B4B;
}
.editor-area h3 {
  margin-bottom: 0.8em;
  padding: 0.5em 1em;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.25;
  background-color: #ffffff;
  border-left: solid 0.5rem #FF7600;
}
@media only screen and (max-width: 780px) {
  .editor-area h3 {
    font-size: 1.8rem;
  }
}
.editor-area h4 {
  margin-bottom: 0.8em;
  padding-left: 3.5rem;
  font-size: 2.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .editor-area h4 {
    font-size: 1.8rem;
  }
}
.editor-area h4:before {
  width: 2rem;
  height: 2rem;
  margin: 0 1.5rem 0 -3.5rem;
  content: "";
  background-image: url("../img/news/midashi_icon01.png");
  background-size: cover;
  display: inline-block;
  vertical-align: 0;
}
.editor-area h5 {
  margin-bottom: 0.6em;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .editor-area h5 {
    font-size: 1.6rem;
  }
}
.editor-area ul {
  margin-bottom: 2em;
}
.editor-area ul li {
  margin-bottom: 0.5em;
  padding-left: 3rem;
  color: #4B4B4B;
}
.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;
  color: #4B4B4B;
}
.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: #FF7600;
  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 .has-text-align-center {
  text-align: center;
}
.editor-area .has-text-align-right {
  text-align: right;
}
.editor-area blockquote {
  margin-bottom: 2.5em;
  margin-left: 0;
  padding: 1.2em 1.2em 1.2em 6rem;
  background-color: #ffffff;
  border-left: 0.25em solid #FF7600;
  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: #FF7600;
  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;
  background-color: #ffffff;
  border-collapse: collapse;
}
.editor-area table td, .editor-area table th {
  border: 1px solid #E2E2E2;
  padding: 0.5em;
  color: #4B4B4B;
}
.editor-area table th {
  background-color: #F4F4F4;
}
.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%;
  padding-top: 8rem;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .container {
    padding-top: 6.8rem;
  }
}

/****************************************************
 * 4.テンプレートスタイル
 ****************************************************/
/*ヘッダーブロック*/
#header {
  width: 100%;
  height: 8rem;
  padding: 0 2.4rem;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
@media only screen and (max-width: 780px) {
  #header {
    height: 6.8rem;
    padding: 0 1.2rem;
  }
}
#header .logo {
  width: 23.3rem;
}
@media only screen and (max-width: 780px) {
  #header .logo {
    width: 21.3rem;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .sp_menu_btn {
    width: 4.8rem;
    height: 4.8rem;
    background-image: url("../img/sp_menu_open.png");
    background-size: cover;
  }
}
#header .header_right .sp_menu_btn.open {
  background-image: url("../img/sp_menu_close.png");
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi {
    width: 34.6rem;
    height: calc(100vh - 6.8rem);
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
  }
  #header .header_right .navi:before {
    width: 100%;
    height: 100%;
    content: "";
    background-color: #FF7600;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  #header .header_right .navi:after {
    width: 100vw;
    height: 100%;
    content: "";
    background-color: #000000;
    opacity: 0.85;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi nav {
    margin-bottom: 4.4rem;
  }
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi nav > ul {
    display: table;
  }
  #header .header_right .navi nav > ul > * {
    display: table-cell;
  }
}
#header .header_right .navi nav > ul > li {
  font-weight: 500;
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi nav > ul > li {
    padding: 0 1.5em;
    font-size: 1.5rem;
    border-left: solid 1px #E2E2E2;
  }
  #header .header_right .navi nav > ul > li:first-child {
    border-left: none;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi nav > ul > li {
    font-size: 1.7rem;
    border-bottom: solid 1px #FFB100;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi nav > ul > li > a {
    padding: 1.8rem 2.3rem;
    color: #ffffff;
    display: block;
  }
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi nav > ul > li > a:hover {
    color: #FF7600;
  }
}
#header .header_right .navi nav > ul > li.dropdown {
  position: relative;
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi nav > ul > li.dropdown:hover span {
    color: #FF7600;
  }
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi nav > ul > li.dropdown span {
    display: inline-block;
  }
  #header .header_right .navi nav > ul > li.dropdown span:after {
    width: 0.6rem;
    height: 0.5rem;
    margin-left: 0.5em;
    content: "";
    background-image: url("../img/icon_sankaku01.png");
    background-size: cover;
    display: inline-block;
    vertical-align: 0.2em;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi nav > ul > li.dropdown span {
    padding: 1.8rem 2.3rem;
    color: #ffffff;
    background-image: url("../img/icon_plus01.png");
    background-repeat: no-repeat;
    background-size: 1.7rem auto;
    background-position: calc(100% - 2.4rem) center;
    display: block;
  }
}
#header .header_right .navi nav > ul > li.dropdown ul {
  display: none;
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi nav > ul > li.dropdown ul {
    padding-top: 1em;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi nav > ul > li.dropdown ul {
    padding-bottom: 1.8rem;
  }
}
#header .header_right .navi nav > ul > li.dropdown ul li {
  font-weight: 500;
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi nav > ul > li.dropdown ul li {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi nav > ul > li.dropdown ul li {
    padding: 0 2.3rem;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi nav > ul > li.dropdown ul li a {
    padding: 0.5em 1em;
    white-space: nowrap;
    background-color: #E2E2E2;
    display: inline-block;
  }
  #header .header_right .navi nav > ul > li.dropdown ul li a:hover {
    background-color: #F4F4F4;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi nav > ul > li.dropdown ul li a {
    padding: 1rem 0 1rem 1.5rem;
    color: #ffffff;
    background-image: url("../img/icon_sankaku03.png");
    background-repeat: no-repeat;
    background-size: 0.8rem auto;
    background-position: left center;
    display: block;
  }
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi nav > ul > li.dropdown ul li:first-child a {
    padding-top: 1em;
    border-radius: 1rem 1rem 0 0;
    position: relative;
  }
  #header .header_right .navi nav > ul > li.dropdown ul li:first-child a:before {
    margin-left: -0.5rem;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0.5rem 1rem 0.5rem;
    border-color: transparent transparent #E2E2E2 transparent;
    position: absolute;
    bottom: 100%;
    left: 50%;
  }
  #header .header_right .navi nav > ul > li.dropdown ul li:last-child a {
    padding-bottom: 1em;
    border-radius: 0 0 1rem 1rem;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi nav > ul > li.dropdown.open span {
    background-image: url("../img/icon_minus01.png");
  }
}
#header .header_right .navi nav > ul > li.dropdown.open ul {
  display: block;
}
#header .header_right .navi .contact_pc .btn01 {
  width: 18.5rem;
  padding: 0.65em 1.3em 0.65em 0.65em;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  background-size: 1em auto;
  background-position: calc(100% - 1em) center;
}
#header .header_right .navi .contact_pc .btn01:before {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.8rem;
  content: "";
  background-image: url("../img/icon_mail01.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.35em;
}
@media only screen and (min-width: 781px) {
  #header .header_right .navi .contact_pc .btn01:hover {
    background-position: calc(100% - 0.5em) center;
  }
}
#header .header_right .navi .contact_sp {
  width: 28.2rem;
  margin: 0 auto;
}
#header .header_right .navi .contact_sp .btn_mail01, #header .header_right .navi .contact_sp .btn_tel01 {
  padding: 1.6em 1em;
  background: none;
  background-color: #ffffff;
}
#header .header_right .navi .contact_sp .btn_mail01 {
  margin-bottom: 1.2rem;
}

/*フッターブロック*/
#footer {
  color: #ffffff;
  background-color: #101010;
}
#footer a {
  color: #ffffff;
}
#footer .pagetop {
  padding: 3.2rem 0;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  #footer .pagetop {
    padding: 1.6rem 0;
  }
}
#footer .pagetop a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
}
@media only screen and (max-width: 780px) {
  #footer .pagetop a {
    font-size: 1.6rem;
  }
}
#footer .pagetop a:after {
  width: 1rem;
  height: 0.9rem;
  margin-left: 0.8rem;
  content: "";
  background-image: url("../img/icon_sankaku02.png");
  background-size: cover;
  display: inline-block;
  vertical-align: 0.1em;
}
#footer .footer_content {
  border-top: solid 1px #2F2F2F;
  border-bottom: solid 1px #2F2F2F;
}
@media only screen and (min-width: 781px) {
  #footer .footer_content .inner {
    padding: 6.4rem 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 780px) {
  #footer .footer_content .inner {
    padding: 4.4rem 0 2.7rem 0;
  }
}
#footer .footer_content .content .logo {
  width: 22.6rem;
  margin-bottom: 1em;
}
@media only screen and (max-width: 780px) {
  #footer .footer_content .content .logo {
    width: 21.7rem;
    margin: 0 auto 2rem auto;
  }
}
#footer .footer_content .content address {
  font-size: 1.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  #footer .footer_content .content address {
    font-size-adjust: 1.3rem;
    text-align: center;
  }
}
@media only screen and (min-width: 781px) {
  #footer .footer_content .navi {
    display: flex;
    gap: 4.8rem;
  }
}
@media only screen and (min-width: 781px) {
  #footer .footer_content .navi dl {
    width: 20rem;
  }
}
@media only screen and (max-width: 780px) {
  #footer .footer_content .navi dl {
    margin-bottom: 4.5rem;
  }
}
#footer .footer_content .navi dl dt {
  margin-bottom: 2.4rem;
  padding-bottom: 1.6rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: solid 1px #4B4B4B;
}
@media only screen and (max-width: 780px) {
  #footer .footer_content .navi dl dt {
    margin-bottom: 2rem;
    padding-bottom: 1.6rem;
    font-size: 2.2rem;
  }
}
#footer .footer_content .navi dl dd {
  margin-bottom: 1em;
  font-size: 1.4rem;
  font-weight: 500;
}
#footer .footer_content .navi dl dd:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 780px) {
  #footer .footer_content .navi dl dd {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 781px) {
  #footer .footer_content .navi dl dd a:hover {
    color: #FF7600;
  }
}
#footer .copyright {
  padding: 1.6rem 0;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  color: #4B4B4B;
  position: relative;
}
@media only screen and (max-width: 780px) {
  #footer .copyright {
    padding: 2rem 0 10rem 0;
  }
}
@media only screen and (min-width: 781px) {
  #footer .copyright span {
    position: absolute;
    top: 1.6rem;
    right: 1rem;
  }
}
@media only screen and (max-width: 780px) {
  #footer .copyright span {
    display: block;
  }
}

/****************************************************
 * 5.コンテンツスタイル
 ****************************************************/
/*TOPページ*/
.p-top__mv {
  width: 100%;
}
@media only screen and (min-width: 781px) {
  .p-top__mv .inner {
    height: 59.5vw;
    max-height: 95.2rem;
    position: relative;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__mv .inner {
    height: 48.2rem;
    padding-top: 25.5rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__mv .catch_copy {
    width: 100%;
    position: absolute;
    top: 55%;
    left: 0;
    transform: translateY(-50%);
  }
}
.p-top__mv .catch_copy h1 {
  margin-bottom: 1rem;
}
.p-top__mv .catch_copy h1 span {
  margin-bottom: 0.2em;
  padding: 0.2em 0.5em;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
  background-color: #ffffff;
  display: inline-block;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 1279px) {
  .p-top__mv .catch_copy h1 span {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__mv .catch_copy h1 span {
    font-size: 3rem;
  }
}
.p-top__mv .catch_copy p {
  font-size: 2.2rem;
  font-weight: 500;
  -webkit-text-shadow: 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff;
  -moz-text-shadow: 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff;
  text-shadow: 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff;
}
@media only screen and (max-width: 1279px) {
  .p-top__mv .catch_copy p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__mv .catch_copy p {
    font-size: 1.7rem;
    color: #ffffff;
    -webkit-text-shadow: 1px 1px 0 #000000, -1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000;
    -moz-text-shadow: 1px 1px 0 #000000, -1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000;
    text-shadow: 1px 1px 0 #000000, -1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000;
  }
}
.p-top__about {
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 901px) {
  .p-top__about {
    margin-top: -26rem;
    margin-bottom: 8.8rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1599px) {
  .p-top__about {
    margin-top: -16.25vw;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1099px) {
  .p-top__about {
    margin-top: -13rem;
  }
}
@media only screen and (max-width: 900px) {
  .p-top__about {
    margin-top: -5rem;
    margin-bottom: 3rem;
  }
}
.p-top__about .inner {
  position: relative;
  z-index: 1;
}
.p-top__about .text {
  max-width: 98rem;
  position: relative;
}
@media only screen and (min-width: 901px) {
  .p-top__about .text {
    padding: 10rem 0;
  }
}
@media only screen and (max-width: 900px) {
  .p-top__about .text {
    padding: 2.4rem 0 11rem 0;
  }
}
.p-top__about .text:before {
  height: 100%;
  content: "";
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media only screen and (min-width: 901px) {
  .p-top__about .text:before {
    width: calc(100% + 11rem);
    background-image: url("../img/top/about_bg.jpg");
    border-radius: 0.8rem;
    left: -11rem;
  }
}
@media only screen and (max-width: 900px) {
  .p-top__about .text:before {
    width: 105.5%;
    background-image: url("../img/top/about_bg_sp.jpg");
    border-radius: 0 0.8rem 0.8rem 0;
    left: -5.5%;
  }
}
.p-top__about .text p {
  color: #ffffff;
}
.p-top__about .text p.ja {
  margin-bottom: 4.4rem;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.73;
}
@media only screen and (max-width: 780px) {
  .p-top__about .text p.ja {
    margin-bottom: 1.3rem;
    font-size: 1.6rem;
  }
}
.p-top__about .text p.en {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
@media only screen and (max-width: 780px) {
  .p-top__about .text p.en {
    font-size: 1.2rem;
  }
}
.p-top__about .img {
  height: auto;
}
@media only screen and (min-width: 901px) {
  .p-top__about .img {
    width: 53.3%;
    position: absolute;
    top: 10rem;
    left: 56%;
  }
  .p-top__about .img .img_in {
    aspect-ratio: 640/440;
  }
}
@media only screen and (max-width: 900px) {
  .p-top__about .img {
    width: 75%;
    margin: -9rem -5.5% 0 auto;
    position: relative;
  }
  .p-top__about .img .img_in {
    aspect-ratio: 577/321;
  }
  .p-top__about .img .img_in img {
    -o-object-position: center top;
    object-position: center top;
  }
}
.p-top__about .img:before {
  width: 11rem;
  height: 4.6rem;
  content: "";
  background-image: url("../img/fig01.png");
  background-size: cover;
  position: absolute;
  top: -5rem;
  left: -6rem;
}
@media only screen and (max-width: 900px) {
  .p-top__about .img:before {
    width: 5.5rem;
    height: 2.3rem;
    top: 1.5rem;
    left: -3.5rem;
  }
}
.p-top__about .img:after {
  width: 11rem;
  height: 4.6rem;
  content: "";
  background-image: url("../img/fig02.png");
  background-size: cover;
  position: absolute;
  bottom: 5rem;
  right: -6rem;
  transform: rotate(180deg);
}
@media only screen and (max-width: 900px) {
  .p-top__about .img:after {
    width: 5.5rem;
    height: 2.3rem;
    bottom: -2.5rem;
    right: 0.5rem;
  }
}
.p-top__about .img .img_in {
  border-radius: 0.8rem;
  overflow: hidden;
}
.p-top__about .img .img_in > img,
.p-top__about .img .img_in > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top__business {
  margin-bottom: 8.8rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-top__business {
    margin-bottom: 3rem;
    padding-bottom: 7rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__business .sp_scroll {
    width: 111%;
    margin: 0 -5.5%;
    padding-bottom: 1em;
    overflow-x: auto;
  }
}
.p-top__business ul {
  display: flex;
}
@media only screen and (min-width: 781px) {
  .p-top__business ul {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__business ul li {
    width: 30.6%;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__business ul li {
    flex: 0 0 28rem;
    margin: 0 1.5rem;
  }
}
.p-top__business ul li .img {
  margin-bottom: 3.2rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .p-top__business ul li .img {
    margin-bottom: 1.6rem;
  }
}
.p-top__business ul li .text {
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 780px) {
  .p-top__business ul li .text {
    margin-bottom: 1.6rem;
  }
}
.p-top__business ul li .text h3 {
  margin-bottom: 1.2em;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-top__business ul li .text h3 {
    font-size: 1.8rem;
  }
}
.p-top__business ul li .text h3:after {
  width: 3.5em;
  height: 0.2rem;
  margin: 0.8em auto 0 auto;
  content: "";
  background-color: #FF7600;
  display: block;
}
.p-top__business ul li .text p {
  font-weight: 500;
  color: #4B4B4B;
}
@media only screen and (max-width: 780px) {
  .p-top__business ul li .text p {
    font-size: 1.4rem;
  }
}
.p-top__business ul li .btn {
  text-align: center;
}
.p-top__business .scroll_text {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 13rem;
  font-weight: 800;
  line-height: 1;
  color: #F4F4F4;
  position: absolute;
  top: 18rem;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-top__business .scroll_text {
    font-size: 6.5rem;
    top: auto;
    bottom: 0;
  }
}
.p-top__strength {
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 781px) {
  .p-top__strength {
    margin-bottom: 8rem;
    padding: 8.8rem 0 9.6rem 0;
    background-image: url("../img/top/strength_bg.jpg");
  }
}
@media only screen and (max-width: 780px) {
  .p-top__strength {
    margin-bottom: 4.4rem;
    padding: 4rem 0;
    background-image: url("../img/top/strength_bg_sp.jpg");
  }
}
.p-top__strength .midashi01 + p {
  margin-bottom: 2em;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.375;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-top__strength .midashi01 + p {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__strength ol {
    margin-bottom: -12rem;
    padding-top: 7.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__strength ol {
    margin-bottom: -6rem;
    padding-top: 4rem;
  }
}
.p-top__strength ol li {
  border-radius: 0.8rem;
  background-color: #ffffff;
}
@media only screen and (min-width: 781px) {
  .p-top__strength ol li {
    width: 48%;
    margin-bottom: 12rem;
    padding: 0 2.4rem 3.6rem 2.4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__strength ol li {
    margin-bottom: 6rem;
    padding: 0 1.7rem 2.5rem 1.7rem;
  }
}
.p-top__strength ol li .img {
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative;
  top: -7.5rem;
}
@media only screen and (max-width: 780px) {
  .p-top__strength ol li .img {
    top: -4rem;
  }
}
.p-top__strength ol li .text {
  margin-top: -4rem;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-top__strength ol li .text {
    margin-top: -2rem;
  }
}
.p-top__strength ol li .text .num {
  width: 6.4rem;
  height: 6.4rem;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  line-height: 6.4rem;
  color: #FF7600;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}
@media only screen and (max-width: 780px) {
  .p-top__strength ol li .text .num {
    width: 4rem;
    height: 4rem;
    font-size: 2.4rem;
    line-height: 4rem;
  }
}
.p-top__strength ol li .text h3 {
  margin-bottom: 0.77em;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-top__strength ol li .text h3 {
    font-size: 1.8rem;
  }
}
.p-top__strength ol li .text p {
  font-weight: 500;
  text-align: center;
  color: #4B4B4B;
}
@media only screen and (max-width: 780px) {
  .p-top__strength ol li .text p {
    font-size: 1.4rem;
  }
}
.p-top__company {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 781px) {
  .p-top__company {
    margin-bottom: 10rem;
    padding-bottom: 5.6rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__company {
    margin-bottom: 4.4rem;
    padding-bottom: 4.8rem;
  }
}
.p-top__company:before {
  width: 100%;
  content: "";
  background-size: cover;
  background-position: center center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 781px) {
  .p-top__company:before {
    height: 40rem;
    background-image: url("../img/top/company_bg.jpg");
  }
}
@media only screen and (max-width: 780px) {
  .p-top__company:before {
    height: 73%;
    background-image: url("../img/top/company_bg_sp.jpg");
  }
}
.p-top__company .midashi01 + p {
  margin-bottom: 2em;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.375;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-top__company .midashi01 + p {
    font-size: 1.7rem;
  }
}
.p-top__company ul {
  position: relative;
}
@media only screen and (min-width: 781px) {
  .p-top__company ul {
    margin-bottom: 4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__company ul {
    margin-bottom: 3.2rem;
  }
}
.p-top__company ul:before {
  width: 11rem;
  height: 4.6rem;
  content: "";
  background-image: url("../img/fig03.png");
  background-size: cover;
  position: absolute;
  top: -5rem;
  left: -6rem;
}
@media only screen and (max-width: 900px) {
  .p-top__company ul:before {
    content: none;
  }
}
.p-top__company ul:after {
  width: 11rem;
  height: 4.6rem;
  content: "";
  background-image: url("../img/fig01.png");
  background-size: cover;
  position: absolute;
  bottom: -5rem;
  right: -6rem;
  transform: rotate(180deg);
}
@media only screen and (max-width: 900px) {
  .p-top__company ul:after {
    content: none;
  }
}
.p-top__company ul li {
  background-color: #ffffff;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media only screen and (min-width: 781px) {
  .p-top__company ul li {
    width: 32%;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__company ul li + li {
    margin-top: 1.6rem;
  }
}
.p-top__company ul li a {
  display: block;
}
@media only screen and (min-width: 781px) {
  .p-top__company ul li a {
    padding: 1.6rem;
  }
  .p-top__company ul li a:hover .text {
    color: #FF7600;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__company ul li a {
    padding: 1.4rem;
  }
}
.p-top__company ul li .img {
  margin-bottom: 2.4rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .p-top__company ul li .img {
    margin-bottom: 1.2rem;
  }
}
.p-top__company ul li .text {
  background-image: url("../img/icon_arrow02.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media only screen and (min-width: 781px) {
  .p-top__company ul li .text {
    background-size: 3.2rem auto;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__company ul li .text {
    background-size: 2.8rem auto;
  }
}
.p-top__company ul li .text p {
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-top__company ul li .text p {
    font-size: 1.4rem;
  }
}
.p-top__company ul li .text p span {
  font-family: "Montserrat", sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-top__company ul li .text p span {
    font-size: 2.8rem;
  }
}
.p-top__company .btn {
  text-align: center;
}
.p-top__news {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 780px) {
  .p-top__news {
    margin-bottom: 6rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__news .inner:after {
    content: "";
    display: block;
    clear: both;
  }
  .p-top__news .inner .left {
    width: 28rem;
    float: left;
  }
  .p-top__news .inner .right {
    width: calc(100% - 30rem);
    max-width: 80.8rem;
    float: right;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__news .btn {
    margin-top: 4rem;
    text-align: center;
  }
}
.p-top__news .news_list > li {
  margin-bottom: 2.6rem;
  padding-bottom: 2.6rem;
  border-bottom: solid 1px #E2E2E2;
}
@media only screen and (max-width: 780px) {
  .p-top__news .news_list > li {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.p-top__news .news_list > li a {
  padding: 1rem 4rem 1rem 25rem;
  background-image: url("../img/icon_arrow02.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 3.2rem auto;
  display: block;
  letter-spacing: -0.4em;
}
.p-top__news .news_list > li a > * {
  display: inline-block;
  letter-spacing: normal;
}
@media only screen and (max-width: 780px) {
  .p-top__news .news_list > li a {
    padding: 1rem 3rem 1rem 0;
    background-size: 2.4rem auto;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__news .news_list > li a:hover p {
    color: #FF7600;
  }
}
.p-top__news .news_list > li a .date {
  width: 8rem;
  margin-left: -25rem;
  margin-right: 4rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #9F9F9F;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .p-top__news .news_list > li a .date {
    width: auto;
    margin-left: 0;
    margin-right: 0.8rem;
    font-size: 1.3rem;
  }
}
.p-top__news .news_list > li a .cate {
  width: 8.8rem;
  margin-right: 3.2rem;
  padding: 0.1em;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  background-color: #FF7600;
  border-radius: 99px;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .p-top__news .news_list > li a .cate {
    width: auto;
    margin-right: 0;
    padding: 0.1em 0.5em;
    font-size: 1.2rem;
  }
}
.p-top__news .news_list > li a p {
  width: calc(100% - 25rem);
  font-weight: 500;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .p-top__news .news_list > li a p {
    width: 100%;
    display: block;
  }
}

/*下層ページ*/
.pagetitle {
  width: 100%;
  background-image: url("../img/pagetitle_bg.jpg");
  background-size: cover;
  background-position: center center;
}
.pagetitle .inner {
  padding: 6rem 0;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .pagetitle .inner {
    padding: 3rem 0;
  }
}
.pagetitle h1 {
  width: 100%;
  font-size: 2rem;
  font-weight: 500;
  color: #ffffff;
}
@media only screen and (max-width: 780px) {
  .pagetitle h1 {
    font-size: 1.8rem;
  }
}
.pagetitle h1 .en {
  margin-bottom: 0.1em;
  font-family: "Montserrat", sans-serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media only screen and (max-width: 780px) {
  .pagetitle h1 .en {
    font-size: 4rem;
  }
}
.pagetitle h1 .ja {
  display: block;
}

.pankuzu {
  margin: 2.4rem 0 5.6rem 0;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .pankuzu {
    margin: 2rem 0;
    font-size: 1.4rem;
  }
}
.pankuzu a:after {
  width: 0.6rem;
  height: 0.7rem;
  margin: 0 1em;
  content: "";
  background-image: url("../img/icon_sankaku04.png");
  background-size: cover;
  display: inline-block;
  vertical-align: 0.15em;
}
.pankuzu span {
  color: #9F9F9F;
}

.p-company__intro {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 780px) {
  .p-company__intro {
    margin-bottom: 4rem;
  }
}
.p-company__intro h2 {
  margin-bottom: 1em;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-company__intro h2 {
    font-size: 2.4rem;
  }
}
.p-company__intro h2 span {
  font-size: 0.5em;
  display: block;
}
.p-company__intro p {
  font-weight: 500;
  line-height: 2;
  text-align: center;
  color: #4B4B4B;
}
.p-company__message {
  padding: 8rem 0;
  background-image: url("../img/company/message_bg.jpg");
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 780px) {
  .p-company__message {
    padding: 4rem 0;
  }
}
.p-company__message h3 {
  margin-bottom: 1em;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-company__message h3 {
    font-size: 2.4rem;
  }
}
.p-company__message p {
  margin-bottom: 2em;
  font-weight: 500;
  text-align: center;
  line-height: 2;
  color: #4B4B4B;
}
.p-company__message .name {
  font-weight: 700;
  text-align: center;
  color: #4B4B4B;
}
.p-company__message .name span {
  font-size: 1.125em;
  margin-left: 1em;
  display: inline-block;
}
.p-company__logo {
  margin-bottom: 8rem;
  padding: 8rem 0;
  background-color: #ffffff;
}
@media only screen and (max-width: 780px) {
  .p-company__logo {
    margin-bottom: 4rem;
    padding: 4rem 0;
  }
}
.p-company__logo .logo {
  margin: 5rem 0;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-company__logo .logo {
    max-width: 80%;
    margin: 3rem auto;
  }
}
.p-company__logo p {
  font-weight: 500;
  line-height: 2;
  text-align: center;
  color: #4B4B4B;
}
.p-company__overview {
  margin-bottom: 16rem;
}
@media only screen and (max-width: 780px) {
  .p-company__overview {
    margin-bottom: 8rem;
  }
}
.p-company__overview table {
  max-width: 84rem;
  margin: 0 auto;
}
.p-company__overview table tbody tr td {
  padding: 2em 2em 2em 0;
  vertical-align: top;
  border-bottom: solid 1px #E2E2E2;
}
@media only screen and (max-width: 780px) {
  .p-company__overview table tbody tr td {
    padding: 2em 1em 2em 0;
  }
}
.p-company__overview table tbody tr td:first-child {
  width: 18rem;
  padding: 1.66em 0;
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-company__overview table tbody tr td:first-child {
    width: 30%;
    font-size: 1.7rem;
  }
}

.p-business01__beginning {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 780px) {
  .p-business01__beginning {
    margin-bottom: 4rem;
  }
}
.p-business01__beginning h2 {
  margin-bottom: 1em;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-business01__beginning h2 {
    font-size: 2.4rem;
  }
}
.p-business01__beginning h2 + p {
  margin-bottom: 3.5em;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  color: #4B4B4B;
}
@media only screen and (max-width: 780px) {
  .p-business01__beginning h2 + p {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 781px) {
  .p-business01__beginning .soudan {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
}
.p-business01__beginning .soudan:before {
  width: 11rem;
  height: 4.6rem;
  content: "";
  background-image: url("../img/fig02.png");
  background-size: cover;
  position: absolute;
  top: 6rem;
  left: -6rem;
}
@media only screen and (max-width: 900px) {
  .p-business01__beginning .soudan:before {
    content: none;
  }
}
.p-business01__beginning .soudan:after {
  width: 11rem;
  height: 4.6rem;
  content: "";
  background-image: url("../img/fig03.png");
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: -6rem;
  transform: rotate(180deg);
}
@media only screen and (max-width: 900px) {
  .p-business01__beginning .soudan:after {
    content: none;
  }
}
.p-business01__beginning .soudan dt {
  text-align: center;
}
@media only screen and (min-width: 781px) {
  .p-business01__beginning .soudan dt {
    width: 100%;
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-business01__beginning .soudan dt {
    margin-bottom: 3rem;
  }
}
.p-business01__beginning .soudan dt span {
  padding: 0.5em 4em;
  font-size: 2.4rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #FF7600;
  display: inline-block;
  border-radius: 0.8rem;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-business01__beginning .soudan dt span {
    padding: 0.5em 2em;
    font-size: 2rem;
  }
}
.p-business01__beginning .soudan dt span:after {
  margin-left: -1rem;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 1rem 0 1rem;
  border-color: #FF7600 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
}
.p-business01__beginning .soudan dd {
  padding: 1em;
  background-color: #ffffff;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.1);
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 781px) {
  .p-business01__beginning .soudan dd {
    width: 49%;
    margin-bottom: 2.4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-business01__beginning .soudan dd + dd {
    margin-top: 2rem;
  }
}
.p-business01__beginning .soudan dd:before {
  width: 4rem;
  height: 4rem;
  margin-right: 1.5rem;
  content: "";
  background-image: url("../img/icon_check01.png");
  background-size: cover;
}
@media only screen and (max-width: 780px) {
  .p-business01__beginning .soudan dd:before {
    width: 3rem;
    height: 3rem;
  }
}
.p-business01__beginning .soudan dd p {
  width: calc(100% - 5.5rem);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.33;
  color: #4B4B4B;
}
@media only screen and (max-width: 780px) {
  .p-business01__beginning .soudan dd p {
    width: calc(100% - 4.5rem);
    font-size: 1.6rem;
  }
}
.p-business01__whats {
  margin-bottom: 8rem;
  padding: 8rem 0;
  background-color: #F4F4F4;
}
@media only screen and (max-width: 780px) {
  .p-business01__whats {
    margin-bottom: 4rem;
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 781px) {
  .p-business01__whats ul {
    max-width: 1000px;
    margin: 0 auto -4rem auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.p-business01__whats ul li {
  background-color: #ffffff;
  border-radius: 0.8rem;
}
@media only screen and (min-width: 781px) {
  .p-business01__whats ul li {
    width: 48%;
    margin-bottom: 4rem;
    padding: 2em;
  }
}
@media only screen and (max-width: 780px) {
  .p-business01__whats ul li {
    padding: 1em;
  }
  .p-business01__whats ul li + li {
    margin-top: 3rem;
  }
}
.p-business01__whats ul li h3 {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-business01__whats ul li h3 {
    font-size: 1.8rem;
  }
}
.p-business01__whats ul li h3 span {
  padding: 0 0.5em;
  display: inline-block;
  position: relative;
}
.p-business01__whats ul li h3 span:before, .p-business01__whats ul li h3 span:after {
  width: 0.8rem;
  height: 0.8rem;
  margin-top: -0.4rem;
  content: "";
  background-color: #FF7600;
  border-radius: 50%;
  position: absolute;
  top: 50%;
}
.p-business01__whats ul li h3 span:before {
  right: 100%;
}
.p-business01__whats ul li h3 span:after {
  left: 100%;
}
.p-business01__whats ul li .img {
  margin: 2.4rem 0;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .p-business01__whats ul li .img {
    margin: 1.5rem 0;
  }
}
.p-business01__whats ul li p {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #4B4B4B;
}
@media only screen and (max-width: 780px) {
  .p-business01__whats ul li p {
    font-size: 1.4rem;
  }
}
.p-business01__case {
  margin-bottom: 8rem;
  padding-bottom: 8rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-business01__case {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
  }
}
.p-business01__case:before {
  width: 100%;
  content: "";
  background-size: cover;
  background-position: center center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 781px) {
  .p-business01__case:before {
    height: 40%;
    background-image: url("../img/business01/bg01.jpg");
  }
}
@media only screen and (max-width: 780px) {
  .p-business01__case:before {
    height: 70%;
    background-image: url("../img/business01/bg01_sp.jpg");
  }
}
.p-business01__case ul {
  padding-top: 3.6rem;
}
@media only screen and (min-width: 781px) {
  .p-business01__case ul {
    display: flex;
    justify-content: space-between;
  }
}
.p-business01__case ul li {
  padding: 12rem 2rem 2rem 2rem;
  background-color: #ffffff;
  border-radius: 0.8rem;
}
@media only screen and (min-width: 781px) {
  .p-business01__case ul li {
    width: 32%;
  }
}
@media only screen and (max-width: 780px) {
  .p-business01__case ul li + li {
    margin-top: 6rem;
  }
}
.p-business01__case ul li .img {
  width: 13.3rem;
  margin-left: -6.65rem;
  position: absolute;
  top: -3.6rem;
  left: 50%;
}
.p-business01__case ul li .text h3 {
  margin-bottom: 0.7em;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (max-width: 780px) {
  .p-business01__case ul li .text h3 {
    font-size: 1.8rem;
  }
}
.p-business01__case ul li .text p {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #4B4B4B;
}
@media only screen and (max-width: 780px) {
  .p-business01__case ul li .text p {
    font-size: 1.4rem;
  }
}
.p-business01__faq {
  margin-bottom: 16rem;
}
@media only screen and (max-width: 780px) {
  .p-business01__faq {
    margin-bottom: 8rem;
  }
}
.p-business01__faq .inner {
  max-width: 1080px;
}
.p-business01__faq ul li {
  padding: 2em;
  background-color: #ffffff;
  border: solid 1px #E2E2E2;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 780px) {
  .p-business01__faq ul li {
    padding: 1em;
  }
}
.p-business01__faq ul li + li {
  margin-top: 1em;
}
.p-business01__faq ul li .faq_q {
  margin-bottom: 1em;
  padding-left: 6.5rem;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-business01__faq ul li .faq_q {
    padding-left: 4.5rem;
    font-size: 1.8rem;
  }
}
.p-business01__faq ul li .faq_q:before {
  width: 4rem;
  height: 4rem;
  margin: 0 2.5rem 0 -6.5rem;
  content: "Q";
  font-family: "Montserrat", sans-serif;
  line-height: 3.6rem;
  text-align: center;
  color: #ffffff;
  background-color: #FF7600;
  border: solid 0.2rem #FF7600;
  border-radius: 50%;
  display: inline-block;
  vertical-align: 0;
}
@media only screen and (max-width: 780px) {
  .p-business01__faq ul li .faq_q:before {
    width: 3rem;
    height: 3rem;
    margin: 0 1.5rem 0 -4.5rem;
    line-height: 2.6rem;
  }
}
.p-business01__faq ul li .faq_a {
  padding-left: 6.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #4B4B4B;
}
@media only screen and (max-width: 780px) {
  .p-business01__faq ul li .faq_a {
    padding-left: 4.5rem;
    font-size: 1.6rem;
  }
}
.p-business01__faq ul li .faq_a:before {
  width: 4rem;
  height: 4rem;
  margin: 0 2.5rem 0 -6.5rem;
  content: "A";
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.6rem;
  text-align: center;
  background-color: #ffffff;
  border: solid 0.2rem #4B4B4B;
  border-radius: 50%;
  display: inline-block;
  vertical-align: 0;
}
@media only screen and (max-width: 780px) {
  .p-business01__faq ul li .faq_a:before {
    width: 3rem;
    height: 3rem;
    margin: 0 1.5rem 0 -4.5rem;
    line-height: 2.6rem;
  }
}

.p-business02__beginning {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 780px) {
  .p-business02__beginning {
    margin-bottom: 4rem;
  }
}
.p-business02__beginning h2 {
  margin-bottom: 1em;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-business02__beginning h2 {
    font-size: 2.4rem;
  }
}
.p-business02__beginning h2 + p {
  margin-bottom: 3.5em;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  color: #4B4B4B;
}
@media only screen and (max-width: 780px) {
  .p-business02__beginning h2 + p {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 781px) {
  .p-business02__beginning .soudan {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
}
.p-business02__beginning .soudan:before {
  width: 11rem;
  height: 4.6rem;
  content: "";
  background-image: url("../img/fig02.png");
  background-size: cover;
  position: absolute;
  top: 6rem;
  left: -6rem;
}
@media only screen and (max-width: 900px) {
  .p-business02__beginning .soudan:before {
    content: none;
  }
}
.p-business02__beginning .soudan:after {
  width: 11rem;
  height: 4.6rem;
  content: "";
  background-image: url("../img/fig03.png");
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: -6rem;
  transform: rotate(180deg);
}
@media only screen and (max-width: 900px) {
  .p-business02__beginning .soudan:after {
    content: none;
  }
}
.p-business02__beginning .soudan dt {
  text-align: center;
}
@media only screen and (min-width: 781px) {
  .p-business02__beginning .soudan dt {
    width: 100%;
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-business02__beginning .soudan dt {
    margin-bottom: 3rem;
  }
}
.p-business02__beginning .soudan dt span {
  padding: 0.5em 4em;
  font-size: 2.4rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #FF7600;
  display: inline-block;
  border-radius: 0.8rem;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-business02__beginning .soudan dt span {
    padding: 0.5em 2em;
    font-size: 2rem;
  }
}
.p-business02__beginning .soudan dt span:after {
  margin-left: -1rem;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 1rem 0 1rem;
  border-color: #FF7600 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
}
.p-business02__beginning .soudan dd {
  padding: 1em;
  background-color: #ffffff;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.1);
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 781px) {
  .p-business02__beginning .soudan dd {
    width: 49%;
    margin-bottom: 2.4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-business02__beginning .soudan dd + dd {
    margin-top: 2rem;
  }
}
.p-business02__beginning .soudan dd:before {
  width: 4rem;
  height: 4rem;
  margin-right: 1.5rem;
  content: "";
  background-image: url("../img/icon_check01.png");
  background-size: cover;
}
@media only screen and (max-width: 780px) {
  .p-business02__beginning .soudan dd:before {
    width: 3rem;
    height: 3rem;
  }
}
.p-business02__beginning .soudan dd p {
  width: calc(100% - 5.5rem);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.33;
  color: #4B4B4B;
}
@media only screen and (max-width: 780px) {
  .p-business02__beginning .soudan dd p {
    width: calc(100% - 4.5rem);
    font-size: 1.6rem;
  }
}
.p-business02__whats {
  margin-bottom: 8rem;
  padding: 8rem 0;
  background-color: #F4F4F4;
}
@media only screen and (max-width: 780px) {
  .p-business02__whats {
    margin-bottom: 4rem;
    padding: 4rem 0;
  }
}
.p-business02__whats .whats_list {
  max-width: 1000px;
  margin: 0 auto;
}
.p-business02__whats .whats_list > li {
  padding: 4rem;
  background-color: #ffffff;
  border-radius: 0.8rem;
}
@media only screen and (min-width: 781px) {
  .p-business02__whats .whats_list > li:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (max-width: 780px) {
  .p-business02__whats .whats_list > li {
    padding: 2rem;
  }
}
.p-business02__whats .whats_list > li + li {
  margin-top: 2.4rem;
}
.p-business02__whats .whats_list > li .img {
  border-radius: 0.8rem;
  overflow: hidden;
}
@media only screen and (min-width: 781px) {
  .p-business02__whats .whats_list > li .img {
    width: 30.8rem;
    margin-right: 4rem;
    float: left;
  }
}
@media only screen and (max-width: 780px) {
  .p-business02__whats .whats_list > li .img {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-business02__whats .whats_list > li .text {
    width: calc(100% - 34.8rem);
    float: right;
  }
}
.p-business02__whats .whats_list > li .text h3 {
  margin-bottom: 1em;
  font-size: 2.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-business02__whats .whats_list > li .text h3 {
    font-size: 1.8rem;
  }
}
.p-business02__whats .whats_list > li .text p {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #4B4B4B;
}
@media only screen and (max-width: 780px) {
  .p-business02__whats .whats_list > li .text p {
    font-size: 1.4rem;
  }
}
.p-business02__whats .whats_list > li .text ul {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 780px) {
  .p-business02__whats .whats_list > li .text ul {
    margin-top: 1.5rem;
  }
}
.p-business02__whats .whats_list > li .text ul li {
  margin-bottom: 0.5em;
  padding-left: 2.6em;
  font-size: 1.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-business02__whats .whats_list > li .text ul li {
    font-size: 1.4rem;
  }
}
.p-business02__whats .whats_list > li .text ul li:before {
  width: 1.6em;
  height: 1.6em;
  margin-left: -2.6em;
  margin-right: 1em;
  content: "";
  background-image: url("../img/icon_check02.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.3em;
}
.p-business02__examples {
  margin-bottom: 16rem;
}
@media only screen and (max-width: 780px) {
  .p-business02__examples {
    margin-bottom: 8rem;
  }
}
.p-business02__examples ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 780px) {
  .p-business02__examples ul {
    padding-top: 2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-business02__examples ul li {
    width: 17.3%;
    margin: 0 3.375% 3.375% 0;
  }
  .p-business02__examples ul li:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-business02__examples ul li {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .p-business02__examples ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.p-business02__examples ul li .img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
  aspect-ratio: 208/170;
  border-radius: 0.8rem;
  overflow: hidden;
}
.p-business02__examples ul li .img > img,
.p-business02__examples ul li .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-business02__examples ul li p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-business02__examples ul li p {
    font-size: 1.4rem;
  }
}
.p-business02__examples ul li p span {
  font-size: 0.83em;
  font-weight: 400;
  color: #4B4B4B;
  display: block;
}

.p-business03__beginning {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 780px) {
  .p-business03__beginning {
    margin-bottom: 4rem;
  }
}
.p-business03__beginning h2 {
  margin-bottom: 1em;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-business03__beginning h2 {
    font-size: 2.4rem;
  }
}
.p-business03__beginning h2 + p {
  margin-bottom: 3.5em;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  color: #4B4B4B;
}
@media only screen and (max-width: 780px) {
  .p-business03__beginning h2 + p {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 781px) {
  .p-business03__beginning .soudan {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
}
.p-business03__beginning .soudan:before {
  width: 11rem;
  height: 4.6rem;
  content: "";
  background-image: url("../img/fig02.png");
  background-size: cover;
  position: absolute;
  top: 6rem;
  left: -6rem;
}
@media only screen and (max-width: 900px) {
  .p-business03__beginning .soudan:before {
    content: none;
  }
}
.p-business03__beginning .soudan:after {
  width: 11rem;
  height: 4.6rem;
  content: "";
  background-image: url("../img/fig03.png");
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: -6rem;
  transform: rotate(180deg);
}
@media only screen and (max-width: 900px) {
  .p-business03__beginning .soudan:after {
    content: none;
  }
}
.p-business03__beginning .soudan dt {
  text-align: center;
}
@media only screen and (min-width: 781px) {
  .p-business03__beginning .soudan dt {
    width: 100%;
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-business03__beginning .soudan dt {
    margin-bottom: 3rem;
  }
}
.p-business03__beginning .soudan dt span {
  padding: 0.5em 4em;
  font-size: 2.4rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #FF7600;
  display: inline-block;
  border-radius: 0.8rem;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-business03__beginning .soudan dt span {
    padding: 0.5em 2em;
    font-size: 2rem;
  }
}
.p-business03__beginning .soudan dt span:after {
  margin-left: -1rem;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 1rem 0 1rem;
  border-color: #FF7600 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
}
.p-business03__beginning .soudan dd {
  padding: 1em;
  background-color: #ffffff;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.1);
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 781px) {
  .p-business03__beginning .soudan dd {
    width: 49%;
    margin-bottom: 2.4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-business03__beginning .soudan dd + dd {
    margin-top: 2rem;
  }
}
.p-business03__beginning .soudan dd:before {
  width: 4rem;
  height: 4rem;
  margin-right: 1.5rem;
  content: "";
  background-image: url("../img/icon_check01.png");
  background-size: cover;
}
@media only screen and (max-width: 780px) {
  .p-business03__beginning .soudan dd:before {
    width: 3rem;
    height: 3rem;
  }
}
.p-business03__beginning .soudan dd p {
  width: calc(100% - 5.5rem);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.33;
  color: #4B4B4B;
}
@media only screen and (max-width: 780px) {
  .p-business03__beginning .soudan dd p {
    width: calc(100% - 4.5rem);
    font-size: 1.6rem;
  }
}
.p-business03__sevice {
  margin-bottom: 8rem;
  padding: 8rem 0;
  background-color: #F4F4F4;
}
@media only screen and (max-width: 780px) {
  .p-business03__sevice {
    margin-bottom: 4rem;
    padding: 4rem 0;
  }
}
.p-business03__sevice .service_detail + .service_detail {
  margin-top: 8rem;
}
@media only screen and (max-width: 780px) {
  .p-business03__sevice .service_detail + .service_detail {
    margin-top: 4rem;
  }
}
.p-business03__sevice .service_detail .ttl {
  width: 100%;
  height: 18.7rem;
  padding-top: 4.8rem;
  color: #ffffff;
  background-size: cover;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 780px) {
  .p-business03__sevice .service_detail .ttl {
    height: auto;
    padding: 3rem 2rem;
    border-radius: 0.8rem 0.8rem 0 0;
  }
}
.p-business03__sevice .service_detail .ttl h3 {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-business03__sevice .service_detail .ttl h3 {
    font-size: 2rem;
  }
}
.p-business03__sevice .service_detail .ttl h3 span {
  padding: 0 0.5em;
  display: inline-block;
  position: relative;
}
.p-business03__sevice .service_detail .ttl h3 span:before, .p-business03__sevice .service_detail .ttl h3 span:after {
  width: 0.8rem;
  height: 0.8rem;
  margin-top: -0.4rem;
  content: "";
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
}
.p-business03__sevice .service_detail .ttl h3 span:before {
  right: 100%;
}
.p-business03__sevice .service_detail .ttl h3 span:after {
  left: 100%;
}
.p-business03__sevice .service_detail .content {
  width: 90%;
  max-width: 1000px;
  margin: -6rem auto 0 auto;
  padding: 4rem 4.8rem;
  background-color: #ffffff;
  border-radius: 0.8rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-business03__sevice .service_detail .content {
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
    border-radius: 0 0 0.8rem 0.8rem;
  }
}
.p-business03__sevice .service_detail .content > p {
  margin-bottom: 2.6em;
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: center;
  color: #4B4B4B;
}
@media only screen and (max-width: 780px) {
  .p-business03__sevice .service_detail .content > p {
    margin-bottom: 1.5em;
    font-size: 1.4rem;
    text-align: left;
  }
}
@media only screen and (min-width: 781px) {
  .p-business03__sevice .service_detail .content ul {
    margin-bottom: -3.2rem;
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 781px) {
  .p-business03__sevice .service_detail .content ul li {
    width: 31%;
    margin: 0 3.5% 3.2rem 0;
  }
  .p-business03__sevice .service_detail .content ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-business03__sevice .service_detail .content ul li + li {
    margin-top: 3rem;
  }
}
.p-business03__sevice .service_detail .content ul li .img {
  margin-bottom: 1em;
  border-radius: 0.8rem;
  overflow: hidden;
}
.p-business03__sevice .service_detail .content ul li .text p {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #4B4B4B;
}
@media only screen and (max-width: 780px) {
  .p-business03__sevice .service_detail .content ul li .text p {
    font-size: 1.8rem;
  }
}
.p-business03__sevice .service_detail .content ul li .text p span {
  font-size: 0.75em;
  font-weight: 400;
  display: block;
}
.p-business03__sevice .service_detail.sevice1 .ttl {
  background-image: url("../img/business03/sub_ttl_bg01.jpg");
}
.p-business03__sevice .service_detail.sevice2 .ttl {
  background-image: url("../img/business03/sub_ttl_bg02.jpg");
}
.p-business03__sevice .service_detail.sevice3 .ttl {
  background-image: url("../img/business03/sub_ttl_bg03.jpg");
}
.p-business03__hoken {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 780px) {
  .p-business03__hoken {
    margin-bottom: 4rem;
  }
}
.p-business03__hoken h2 {
  margin-bottom: 1.5em;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-business03__hoken h2 {
    font-size: 2.4rem;
  }
}
.p-business03__hoken h2:after {
  width: 6em;
  height: 0.2rem;
  margin: 1em auto 0 auto;
  content: "";
  background-color: #E2E2E2;
  display: block;
}
.p-business03__hoken .hoken_content {
  max-width: 1080px;
  margin: 0 auto;
}
@media only screen and (min-width: 781px) {
  .p-business03__hoken .hoken_content > li {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .p-business03__hoken .hoken_content > li:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 781px) and (min-width: 781px) {
  .p-business03__hoken .hoken_content > li:nth-child(2n) .text h3:after {
    left: 0;
    right: auto;
  }
}
@media only screen and (min-width: 781px) {
  .p-business03__hoken .hoken_content > li + li {
    margin-top: 4.3rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-business03__hoken .hoken_content > li {
    margin-top: 3rem;
  }
}
.p-business03__hoken .hoken_content > li .img {
  border-radius: 0.8rem;
  overflow: hidden;
}
@media only screen and (min-width: 781px) {
  .p-business03__hoken .hoken_content > li .img {
    width: 46.2%;
    position: relative;
    z-index: 1;
  }
}
@media only screen and (max-width: 780px) {
  .p-business03__hoken .hoken_content > li .img {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-business03__hoken .hoken_content > li .text {
    width: 47.7%;
  }
}
.p-business03__hoken .hoken_content > li .text h3 {
  font-weight: 700;
}
@media only screen and (min-width: 781px) {
  .p-business03__hoken .hoken_content > li .text h3 {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    font-size: 2.2rem;
    position: relative;
  }
  .p-business03__hoken .hoken_content > li .text h3:after {
    width: 120%;
    height: 1px;
    content: "";
    background-color: #E2E2E2;
    position: absolute;
    top: 100%;
    right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-business03__hoken .hoken_content > li .text h3 {
    margin-bottom: 1em;
    padding-bottom: 1em;
    font-size: 2rem;
    border-bottom: solid 1px #E2E2E2;
  }
}
.p-business03__hoken .hoken_content > li .text p {
  font-weight: 500;
  line-height: 2.18;
  color: #4B4B4B;
}
.p-business03__hoken .hoken_content > li .text ul li {
  margin-bottom: 0.5em;
  padding-left: 2.5em;
  font-weight: 500;
  color: #4B4B4B;
}
.p-business03__hoken .hoken_content > li .text ul li:before {
  width: 1.5em;
  height: 1.5em;
  margin-left: -2.5em;
  margin-right: 1em;
  content: "";
  background-image: url("../img/icon_check02.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.3em;
}
.p-business03__case {
  margin-bottom: 16rem;
}
@media only screen and (max-width: 780px) {
  .p-business03__case {
    margin-bottom: 8rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-business03__case ul {
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 780px) {
  .p-business03__case ul {
    padding-top: 4rem;
  }
}
.p-business03__case ul li {
  background-color: #ffffff;
  border: solid 1px #E2E2E2;
  border-radius: 0.8rem;
}
@media only screen and (min-width: 781px) {
  .p-business03__case ul li {
    width: 49%;
    margin-bottom: 2.4rem;
    padding: 2.8rem 4rem;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 780px) {
  .p-business03__case ul li {
    margin-bottom: 6rem;
    padding: 6rem 2rem 2rem 2rem;
    position: relative;
  }
}
@media only screen and (min-width: 781px) {
  .p-business03__case ul li .img {
    width: 10.5rem;
    margin-right: 3rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-business03__case ul li .img {
    width: 8rem;
    margin-left: -4rem;
    position: absolute;
    top: -4rem;
    left: 50%;
  }
}
@media only screen and (min-width: 781px) {
  .p-business03__case ul li .text {
    width: calc(100% - 13.5rem);
  }
}
.p-business03__case ul li .text p {
  margin-bottom: 0.7em;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (max-width: 780px) {
  .p-business03__case ul li .text p {
    font-size: 1.8rem;
  }
}
.p-business03__case ul li .text .note {
  font-size: 1.5rem;
  color: #4B4B4B;
}
@media only screen and (max-width: 780px) {
  .p-business03__case ul li .text .note {
    font-size: 1.4rem;
  }
}

.p-news__list {
  margin-bottom: 16rem;
}
@media only screen and (max-width: 780px) {
  .p-news__list {
    margin-bottom: 8rem;
  }
}
.p-news__list .box {
  max-width: 1160px;
  margin-bottom: 10rem;
  padding: 5rem 0;
  background-color: #ffffff;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 780px) {
  .p-news__list .box {
    width: 111%;
    margin: 0 -5.5% 4rem -5.5%;
    padding: 2.5rem 0;
    border-radius: 0;
  }
}
.p-news__list .news_list {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.p-news__list .news_list > li {
  margin-bottom: 2.6rem;
  padding-bottom: 2.6rem;
  border-bottom: solid 1px #E2E2E2;
}
@media only screen and (max-width: 780px) {
  .p-news__list .news_list > li {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.p-news__list .news_list > li:last-child {
  margin-bottom: 0;
}
.p-news__list .news_list > li a {
  padding: 1rem 4rem 1rem 25rem;
  background-image: url("../img/icon_arrow02.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 3.2rem auto;
  display: block;
  letter-spacing: -0.4em;
}
.p-news__list .news_list > li a > * {
  display: inline-block;
  letter-spacing: normal;
}
@media only screen and (max-width: 780px) {
  .p-news__list .news_list > li a {
    padding: 1rem 3rem 1rem 0;
    background-size: 2.4rem auto;
  }
}
@media only screen and (min-width: 781px) {
  .p-news__list .news_list > li a:hover p {
    color: #FF7600;
  }
}
.p-news__list .news_list > li a .date {
  width: 8rem;
  margin-left: -25rem;
  margin-right: 4rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #9F9F9F;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .p-news__list .news_list > li a .date {
    width: auto;
    margin-left: 0;
    margin-right: 0.8rem;
    font-size: 1.3rem;
  }
}
.p-news__list .news_list > li a .cate {
  width: 8.8rem;
  margin-right: 3.2rem;
  padding: 0.1em;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  background-color: #FF7600;
  border-radius: 99px;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .p-news__list .news_list > li a .cate {
    width: auto;
    margin-right: 0;
    padding: 0.1em 0.5em;
    font-size: 1.2rem;
  }
}
.p-news__list .news_list > li a p {
  width: calc(100% - 25rem);
  font-weight: 500;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .p-news__list .news_list > li a p {
    width: 100%;
    display: block;
  }
}
.p-news__post {
  margin-bottom: 16rem;
}
@media only screen and (max-width: 780px) {
  .p-news__post {
    margin-bottom: 8rem;
  }
}
.p-news__post .inner {
  max-width: 1000px;
}
.p-news__post .news_headding {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: solid 1px #E2E2E2;
}
.p-news__post .news_headding .cate span {
  padding: 0.1em 0.5em 0.2em 0.5em;
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #FF7600;
  border-radius: 99px;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .p-news__post .news_headding .cate span {
    font-size: 1.2rem;
  }
}
.p-news__post .news_headding h2 {
  margin: 0.5em 0;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 780px) {
  .p-news__post .news_headding h2 {
    font-size: 2.2rem;
  }
}
.p-news__post .news_headding .date {
  letter-spacing: -0.4em;
}
.p-news__post .news_headding .date > * {
  display: inline-block;
  letter-spacing: normal;
}
.p-news__post .news_headding .date span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #4B4B4B;
}
.p-news__post .news_headding .date span:before {
  margin-right: 0.5em;
  content: "";
  background-size: cover;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .p-news__post .news_headding .date span {
    font-size: 1.3rem;
  }
}
.p-news__post .news_headding .date span.post_date:before {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../img/news/post_date.png");
  vertical-align: 0;
}
.p-news__post .news_headding .date span.update_post {
  margin-left: 1em;
}
.p-news__post .news_headding .date span.update_post:before {
  width: 1.1rem;
  height: 1.4rem;
  background-image: url("../img/news/update_post.png");
  vertical-align: -0.1em;
}
.p-news__post .news_headding .icatch {
  margin-top: 3rem;
  text-align: center;
}
.p-news__post .post-navigation {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: solid 1px #E2E2E2;
}

.p-contact__form {
  margin-bottom: 16rem;
}
@media only screen and (max-width: 780px) {
  .p-contact__form {
    margin-bottom: 8rem;
  }
}
.p-contact__form .box {
  max-width: 1160px;
  margin-bottom: 10rem;
  padding: 5rem 0;
  background-color: #ffffff;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 780px) {
  .p-contact__form .box {
    width: 111%;
    margin: 0 -5.5% 4rem -5.5%;
    padding: 2.5rem 0;
    border-radius: 0;
  }
}
.p-contact__form .box .form_area {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.p-privacy-policy__content01 {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 780px) {
  .p-privacy-policy__content01 {
    margin-bottom: 4rem;
  }
}
.p-privacy-policy__content01 h2 {
  margin-bottom: 2em;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-privacy-policy__content01 h2 {
    font-size: 1.8rem;
  }
}
.p-privacy-policy__content01 h2 span {
  display: block;
  font-size: 0.8em;
  font-weight: 400;
}
.p-privacy-policy__content01 h3 {
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: solid 1px #E2E2E2;
}
@media only screen and (max-width: 780px) {
  .p-privacy-policy__content01 h3 {
    font-size: 1.6rem;
  }
}
.p-privacy-policy__content01 p {
  margin-bottom: 2.5em;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  color: #4B4B4B;
}
@media only screen and (max-width: 780px) {
  .p-privacy-policy__content01 p {
    font-size: 1.4rem;
  }
}
.p-privacy-policy__content01 p a {
  color: #4B4B4B;
}
.p-privacy-policy__content01 p a:hover {
  text-decoration: underline;
}
.p-privacy-policy__content01 dl {
  margin-bottom: 2.5em;
  padding-left: 1em;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  color: #4B4B4B;
}
@media only screen and (max-width: 780px) {
  .p-privacy-policy__content01 dl {
    font-size: 1.4rem;
  }
}
.p-privacy-policy__content01 dl dd + dt {
  margin-top: 1em;
}
.p-privacy-policy__content01 ol {
  margin-bottom: 2.5em;
  padding-left: 1em;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  color: #4B4B4B;
}
@media only screen and (max-width: 780px) {
  .p-privacy-policy__content01 ol {
    font-size: 1.4rem;
  }
}
.p-privacy-policy__content01 ol li + li {
  margin-top: 1em;
}
.p-privacy-policy__content02 {
  margin-bottom: 16rem;
}
@media only screen and (max-width: 780px) {
  .p-privacy-policy__content02 {
    margin-bottom: 8rem;
  }
}
.p-privacy-policy__content02 .box {
  max-width: 1160px;
  margin-bottom: 10rem;
  padding: 5rem 0;
  background-color: #ffffff;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 780px) {
  .p-privacy-policy__content02 .box {
    width: 111%;
    margin: 0 -5.5% 4rem -5.5%;
    padding: 2.5rem 0;
    border-radius: 0;
  }
}
.p-privacy-policy__content02 .box .in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.p-privacy-policy__content02 .box .in > *:last-child {
  margin-bottom: 0 !important;
}
.p-privacy-policy__content02 h2 {
  margin-bottom: 1em;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-privacy-policy__content02 h2 {
    font-size: 2rem;
  }
}
.p-privacy-policy__content02 h2 span {
  display: block;
  font-size: 0.8em;
  font-weight: 400;
}
.p-privacy-policy__content02 h3 {
  margin-bottom: 2em;
  padding: 0.6em;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  background-color: #F4F4F4;
}
@media only screen and (max-width: 780px) {
  .p-privacy-policy__content02 h3 {
    font-size: 1.6rem;
  }
}
.p-privacy-policy__content02 h4 {
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: solid 1px #E2E2E2;
}
@media only screen and (max-width: 780px) {
  .p-privacy-policy__content02 h4 {
    font-size: 1.6rem;
  }
}
.p-privacy-policy__content02 p {
  margin-bottom: 2.5em;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  color: #4B4B4B;
}
@media only screen and (max-width: 780px) {
  .p-privacy-policy__content02 p {
    font-size: 1.4rem;
  }
}
.p-privacy-policy__content02 p.annotation {
  font-size: 1.2rem;
}
.p-privacy-policy__content02 p a {
  color: #4B4B4B;
}
.p-privacy-policy__content02 p a:hover {
  text-decoration: underline;
}
.p-privacy-policy__content02 ul {
  margin-bottom: 2.5em;
  padding-left: 1em;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  color: #4B4B4B;
  list-style: disc outside;
}
@media only screen and (max-width: 780px) {
  .p-privacy-policy__content02 ul {
    font-size: 1.4rem;
  }
}

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