@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: #FAFAFA;
  background-image: none;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  color: #1D2022;
}
@media only screen and (max-width: 780px) {
  html {
    height: 100%;
  }
}

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

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

.blockink {
  cursor: pointer;
}

@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: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media only screen and (max-width: 780px) {
  .inner {
    width: 88%;
    padding: 0;
  }
}
.inner .inner_in {
  width: 1080px;
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  .inner .inner_in {
    width: 100%;
  }
}

@media only screen and (min-width: 781px) {
  .column_wrap:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (min-width: 781px) {
  .column_wrap .col_left {
    width: 32.8rem;
    float: left;
  }
}
@media only screen and (min-width: 781px) {
  .column_wrap .col_right {
    float: right;
  }
}

.midashi01 {
  margin-bottom: 3rem;
  white-space: nowrap;
  overflow: hidden;
  transition: width 0.8s ease-out;
}
@media only screen and (max-width: 780px) {
  .midashi01 {
    margin-bottom: 1.5rem;
  }
}
.midashi01 .ja {
  padding-left: 0.5em;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  display: block;
}
@media only screen and (max-width: 1099px) {
  .midashi01 .ja {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 780px) {
  .midashi01 .ja {
    margin-bottom: 0.5em;
    font-size: 1.3rem;
  }
}
.midashi01 .ja:before {
  width: 1.1rem;
  height: 1rem;
  margin-right: 0.75em;
  content: "";
  background-image: url("../img/icon_arrow08.png");
  background-size: cover;
  display: inline-block;
  vertical-align: 0.15em;
}
@media only screen and (max-width: 1099px) {
  .midashi01 .ja:before {
    width: 0.9rem;
    height: 0.8rem;
  }
}
@media only screen and (max-width: 780px) {
  .midashi01 .ja:before {
    width: 0.55rem;
    height: 0.5rem;
  }
}
.midashi01 .eng {
  font-family: "Poppins", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  display: block;
}
@media only screen and (max-width: 1099px) {
  .midashi01 .eng {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 780px) {
  .midashi01 .eng {
    font-size: 2.6rem;
    line-height: 1.1;
  }
}

.btn_line01 {
  padding: 0.8rem 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff !important;
  background-color: #02B902;
  border-radius: 0.4rem;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .btn_line01 {
    width: 17.7rem;
    padding: 0.8rem;
    font-size: 1.6rem;
    text-align: center;
  }
}
.btn_line01:before {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.8rem;
  content: "";
  background-color: #ffffff;
  background-image: url("../img/icon_line01.png");
  background-size: 1.6rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  display: inline-block;
  vertical-align: -0.4em;
}
@media only screen and (max-width: 780px) {
  .btn_line01:before {
    width: 3.6rem;
    height: 3.6rem;
    background-size: 2rem auto;
    vertical-align: -0.7em;
  }
}
.btn_line01:hover {
  background-color: #54CF54;
}

.btn_line02 {
  padding: 0.8rem 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff !important;
  background-color: #02B902;
  border: solid 0.2rem #ffffff;
  border-radius: 0.4rem;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .btn_line02 {
    font-size: 1.6rem;
  }
}
.btn_line02:before {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.8rem;
  content: "";
  background-color: #ffffff;
  background-image: url("../img/icon_line01.png");
  background-size: 1.6rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  display: inline-block;
  vertical-align: -0.4em;
}
@media only screen and (max-width: 780px) {
  .btn_line02:before {
    width: 3.6rem;
    height: 3.6rem;
    background-size: 2rem auto;
    vertical-align: -0.7em;
  }
}
.btn_line02:hover {
  background-color: #54CF54;
}

.btn_mail01 {
  padding: 0.8rem 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff !important;
  background-color: #DB7600;
  border-radius: 0.4rem;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .btn_mail01 {
    width: 17.7rem;
    padding: 0.8rem;
    font-size: 1.6rem;
    text-align: center;
  }
}
.btn_mail01:before {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.8rem;
  content: "";
  background-color: #ffffff;
  background-image: url("../img/icon_mail01.png");
  background-size: 1.6rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  display: inline-block;
  vertical-align: -0.4em;
}
@media only screen and (max-width: 780px) {
  .btn_mail01:before {
    width: 3.6rem;
    height: 3.6rem;
    background-size: 2rem auto;
    vertical-align: -0.7em;
  }
}
.btn_mail01:hover {
  background-color: #F8B62D;
}

.btn_mail02 {
  padding: 0.8rem 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #1D2022 !important;
  background-color: #ffffff;
  border-radius: 0.4rem;
  border: solid 0.2rem #ffffff;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .btn_mail02 {
    font-size: 1.6rem;
  }
}
.btn_mail02:before {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.8rem;
  content: "";
  background-color: #DB7600;
  background-image: url("../img/icon_mail01.png");
  background-size: 1.6rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  display: inline-block;
  vertical-align: -0.4em;
}
@media only screen and (max-width: 780px) {
  .btn_mail02:before {
    width: 3.6rem;
    height: 3.6rem;
    background-size: 2rem auto;
    vertical-align: -0.7em;
  }
}
.btn_mail02:hover {
  background-color: #F8B62D;
}

.conditional_search_area h3 {
  font-weight: 700;
}
@media only screen and (min-width: 781px) {
  .conditional_search_area h3 {
    margin-bottom: 2.4rem;
    padding-bottom: 2.4rem;
    font-size: 2rem;
    border-bottom: solid 1px #DEDEDE;
  }
}
@media only screen and (max-width: 780px) {
  .conditional_search_area h3 {
    padding: 1.2rem;
    font-size: 1.7rem;
    color: #ffffff;
    background-color: #DB7600;
  }
}
@media only screen and (min-width: 781px) {
  .conditional_search_area .conditional_list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 781px) {
  .conditional_search_area .conditional_list dl {
    width: 31.25%;
    margin: 0 3.125% 3rem 0;
  }
  .conditional_search_area .conditional_list dl:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .conditional_search_area .conditional_list dl {
    border-bottom: solid 1px #DEDEDE;
  }
}
.conditional_search_area .conditional_list dl dt {
  font-size: 1.5rem;
  font-weight: 700;
}
@media only screen and (min-width: 781px) {
  .conditional_search_area .conditional_list dl dt {
    margin-bottom: 0.8rem;
  }
}
@media only screen and (max-width: 780px) {
  .conditional_search_area .conditional_list dl dt {
    padding: 1.6rem 2.4rem;
    font-size: 1.5rem;
    background-color: #F5F4EA;
    position: relative;
  }
  .conditional_search_area .conditional_list dl dt:after {
    width: 2rem;
    height: 2rem;
    content: "";
    background-image: url("../img/icon_arrow03.png");
    background-size: cover;
    position: absolute;
    right: 1rem;
    top: 0.9em;
    transform: rotate(-90deg);
  }
  .conditional_search_area .conditional_list dl dt.open:after {
    transform: rotate(90deg);
  }
  .conditional_search_area .conditional_list dl dt.open + dd {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 780px) {
  .conditional_search_area .conditional_list dl dd {
    padding: 2.4rem;
    display: none;
  }
}
.conditional_search_area .conditional_list dl dd a {
  font-weight: 500;
  color: #0E89CA;
}
@media only screen and (min-width: 781px) {
  .conditional_search_area .conditional_list dl dd a:hover {
    color: #DB7600;
  }
  .conditional_search_area .conditional_list dl dd a:after {
    margin: 0 0.5em;
    content: "|";
    color: #DEDEDE;
    display: inline-block;
  }
  .conditional_search_area .conditional_list dl dd a:last-child:after {
    content: none;
  }
}
@media only screen and (max-width: 780px) {
  .conditional_search_area .conditional_list dl dd a {
    width: 50%;
    margin: 0.8rem 0;
    padding-left: 2.3rem;
    padding-right: 1.6rem;
  }
  .conditional_search_area .conditional_list dl dd a:before {
    width: 1.8rem;
    height: 1.8rem;
    margin-left: -2.3rem;
    margin-right: 0.5rem;
    content: "";
    background-image: url("../img/icon_arrow04.png");
    background-size: cover;
    display: inline-block;
    vertical-align: -0.2em;
  }
}

/*検索関連*/
.searchandfilter p {
  margin-top: 0;
  display: block;
}
.searchandfilter ul {
  display: block;
}
.searchandfilter ul li {
  display: list-item;
  padding-right: 0;
}
.searchandfilter h4 {
  margin: 0;
}

.filter-section dt {
  font-weight: 700;
}
@media only screen and (min-width: 781px) {
  .filter-section dt {
    padding: 0.8rem 1.6rem;
    color: #ffffff;
    background-color: #DB7600;
    border-radius: 0.8rem 0.8rem 0 0;
    border: solid 1px #DB7600;
    overflow: hidden;
  }
}
@media only screen and (max-width: 780px) {
  .filter-section dt {
    margin-bottom: 1.6rem;
    font-size: 1.9rem;
  }
}
@media only screen and (min-width: 781px) {
  .filter-section dd {
    padding: 3.2rem;
    background-color: #ffffff;
    border-radius: 0 0 0.8rem 0.8rem;
    border: solid 1px #DEDEDE;
  }
}
.filter-section dd + dt {
  margin-top: 6rem;
}
@media only screen and (max-width: 780px) {
  .filter-section dd + dt {
    margin-top: 3rem;
  }
}

.custom-search-form01 ul {
  display: flex;
  border: solid 1px #DEDEDE;
  border-radius: 0.4rem;
  overflow: hidden;
}
.custom-search-form01 ul li:first-child {
  width: calc(100% - 4rem);
}
.custom-search-form01 ul li:first-child input[type=text] {
  width: 100%;
  height: 5.5rem;
  padding: 0 1.5em;
  font-size: 1.5rem;
  background-color: #ffffff;
}
.custom-search-form01 ul li:first-child input[type=text]:placeholder {
  color: #B9B9B9;
}
.custom-search-form01 ul li:last-child {
  width: 4rem;
}
.custom-search-form01 ul li:last-child input[type=submit] {
  width: 100%;
  height: 5.5rem;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background-color: #DB7600;
  background-image: url("../img/icon_search01.png");
  background-size: 1.9rem auto;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (min-width: 781px) {
  .custom-search-form02 > div > ul > li {
    margin-bottom: 2.4rem;
    padding-bottom: 2.4rem;
    border-bottom: solid 1px #DEDEDE;
  }
}
@media only screen and (max-width: 780px) {
  .custom-search-form02 > div > ul > li {
    margin-bottom: 3.2rem;
  }
}
.custom-search-form02 > div > ul > li:last-child {
  margin-bottom: 0;
  text-align: center;
}
@media only screen and (min-width: 781px) {
  .custom-search-form02 > div > ul > li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.custom-search-form02 > div > ul > li:last-child input[type=submit] {
  width: 21rem;
  height: 3.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #DB7600;
  border-radius: 1.8rem;
}
@media only screen and (max-width: 780px) {
  .custom-search-form02 > div > ul > li:last-child input[type=submit] {
    width: 25rem;
    height: 4.3rem;
  }
}
.custom-search-form02 > div > ul > li:last-child input[type=submit]:hover {
  background-color: #F8B62D;
}
.custom-search-form02 > div > ul > li h4 {
  margin-bottom: 2.5rem;
  padding-right: 3.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .custom-search-form02 > div > ul > li h4 {
    margin-bottom: 2.3rem;
    padding: 1.2rem;
    font-size: 1.7rem;
    background-color: #EFE5CA;
  }
}
.custom-search-form02 > div > ul > li h4:after {
  width: 1.6rem;
  height: 1.6rem;
  content: "";
  background-image: url("../img/icon_arrow03.png");
  background-size: cover;
  position: absolute;
  top: 0.5em;
  right: 1rem;
  transform: rotate(90deg);
}
@media only screen and (max-width: 780px) {
  .custom-search-form02 > div > ul > li h4:after {
    width: 2rem;
    height: 2rem;
    top: 0.9em;
    transform: rotate(-90deg);
  }
}
@media only screen and (max-width: 780px) {
  .custom-search-form02 > div > ul > li h4.open:after {
    transform: rotate(90deg);
  }
}
@media only screen and (max-width: 780px) {
  .custom-search-form02 > div > ul > li h4.open + ul {
    display: block;
  }
}
.custom-search-form02 > div > ul > li ul {
  padding: 0 1.2rem;
}
@media only screen and (max-width: 780px) {
  .custom-search-form02 > div > ul > li ul {
    display: none;
  }
}
.custom-search-form02 > div > ul > li ul li {
  font-size: 1.5rem;
  font-weight: 500;
}
.custom-search-form02 > div > ul > li ul li + li {
  margin-top: 1.8rem;
}
.custom-search-form02 > div > ul > li ul li label {
  padding-left: 3.2rem;
  display: block;
  position: relative;
}
.custom-search-form02 > div > ul > li ul li label input[type=checkbox] {
  width: 2.4rem;
  height: 2.4rem;
  background-color: #F8F8F8;
  border: solid 1px #E6E6E6;
  border-radius: 0.4rem;
  position: absolute;
  top: 0;
  left: 0;
}
.custom-search-form02 > div > ul > li ul li label input[type=checkbox]:checked {
  background-image: url("../img/icon_check01.png");
  background-size: 1.7rem auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 780px) {
  .custom-search-form02 > div > ul > li ul li label input[type=checkbox]:checked {
    background-image: url("../img/icon_check02.png");
    background-size: 1.4rem auto;
    border-color: #DB7600;
  }
}

/*ライン問い合わせバナー*/
.line_contact {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 4.8rem 3.2rem 4.8rem;
  background-color: #ffffff;
  border: solid 1px #DEDEDE;
  border-radius: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 780px) {
  .line_contact {
    padding: 0 2rem 2rem 2rem;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.line_contact .text {
  padding-bottom: 2rem;
}
@media only screen and (min-width: 781px) {
  .line_contact .text {
    width: 46.4rem;
    order: 2;
  }
}
@media only screen and (max-width: 780px) {
  .line_contact .text {
    width: 100%;
  }
}
.line_contact .text .subttl {
  padding: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  color: #ffffff;
  background-color: #DB7600;
  border-radius: 0 0 0.8rem 0.8rem;
}
.line_contact .text p {
  margin: 1em 0;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .line_contact .text p {
    font-size: 1.6rem;
  }
}
.line_contact .text .btn {
  text-align: center;
}
@media only screen and (min-width: 781px) {
  .line_contact .text .btn a {
    width: 34.7rem;
    padding: 1.1rem;
    font-size: 1.9rem;
    text-align: center;
  }
  .line_contact .text .btn a:before {
    width: 3.2rem;
    height: 3.2rem;
    background-size: 2rem auto;
  }
}
@media only screen and (min-width: 781px) {
  .line_contact .img01 {
    width: 19.7rem;
    order: 1;
  }
}
@media only screen and (max-width: 780px) {
  .line_contact .img01 {
    width: 50%;
  }
}
@media only screen and (min-width: 781px) {
  .line_contact .img02 {
    width: 19.7rem;
    order: 3;
  }
}
@media only screen and (max-width: 780px) {
  .line_contact .img02 {
    width: 50%;
  }
}

/*タブ切り替え　ベース*/
.tab_content .tab_body > * {
  animation: tabDisp 1s;
}
.tab_content .tab_body > *:not(.current) {
  display: none;
  opacity: 0;
}
@keyframes tabDisp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*アコーディオン　ベース*/
.acc .acc_head {
  position: relative;
}
.acc .acc_head i {
  position: absolute;
  transform: rotate(90deg);
}
.acc .acc_body {
  display: none;
}
.acc.open .acc_head i {
  transform: rotate(270deg);
}
.acc.open .acc_body {
  display: block;
}

/*スワイパー　基本設定*/
.swiper .swiper-button-prev {
  width: 7.8rem;
  height: 7.8rem;
  background-image: url("../img/slide_arrow_prev.png");
  background-size: cover;
  left: 4.6rem;
}
@media only screen and (max-width: 780px) {
  .swiper .swiper-button-prev {
    width: 5.8rem;
    height: 5.8rem;
    left: 0;
  }
}
.swiper .swiper-button-prev:after {
  content: none;
}
.swiper .swiper-button-next {
  width: 7.8rem;
  height: 7.8rem;
  background-image: url("../img/slide_arrow_next.png");
  background-size: cover;
  right: 4.6rem;
}
@media only screen and (max-width: 780px) {
  .swiper .swiper-button-next {
    width: 5.8rem;
    height: 5.8rem;
    right: 0;
  }
}
.swiper .swiper-button-next:after {
  content: none;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.8rem;
  background-color: #DEDEDE;
  vertical-align: middle;
  opacity: 1 !important;
}
@media only screen and (max-width: 780px) {
  .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.4rem;
    margin: 0 0.4rem;
  }
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.6rem;
  height: 1.6rem;
  background-color: #DB7600;
}
@media only screen and (max-width: 780px) {
  .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.8rem;
    height: 0.8rem;
  }
}

/*メールフォーム　基本*/
.mailform table {
  width: 100%;
}
@media only screen and (max-width: 780px) {
  .mailform table {
    display: block;
  }
}
@media only screen and (max-width: 780px) {
  .mailform table tbody {
    display: block;
  }
}
@media only screen and (max-width: 780px) {
  .mailform table tbody tr {
    display: block;
  }
}
.mailform table tbody tr:last-child th, .mailform table tbody tr:last-child td {
  border-bottom: none;
}
.mailform table tbody tr th {
  width: 30rem;
  padding: 5.5rem 0;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  border-bottom: solid 1px #DEDEDE;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .mailform table tbody tr th {
    width: auto;
    padding: 2rem 0 0 0;
    border-bottom: none;
    display: block;
  }
}
.mailform table tbody tr th .hissu {
  margin-left: 0.5em;
  font-size: 0.83em;
  color: #DB7600;
  display: inline-block;
  vertical-align: super;
}
.mailform table tbody tr td {
  padding: 4.8rem 0 4.8rem 5.6rem;
  font-size: 1.5rem;
  border-bottom: solid 1px #DEDEDE;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .mailform table tbody tr td {
    padding: 1rem 0 2rem 0;
    display: block;
  }
}
.mailform table tbody tr td .annotation {
  margin-top: 0.5em;
}
@media only screen and (min-width: 781px) {
  .mailform table tbody tr td .radio-group, .mailform table tbody tr td .check-group {
    padding-top: 1rem;
  }
}
.mailform .privacy {
  margin: 3.2rem 0;
  font-size: 1.5rem;
  text-align: center;
}
.mailform .privacy a {
  color: #0E89CA;
  text-decoration: underline;
}
.mailform .submit {
  text-align: center;
}
.mailform .submit input[type=submit] {
  width: 24.8rem;
  height: 5rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #DB7600;
  border-radius: 0.4rem;
}
.mailform .submit input[type=submit]:hover {
  background-color: #F8B62D;
}
.mailform input[type=text], .mailform input[type=tel], .mailform input[type=email], .mailform input[type=number], .mailform input[type=password] {
  width: 100%;
  padding: 1.1em 1.5em;
  background-color: #F5F5F5;
  border-radius: 0.8rem;
}
.mailform textarea {
  width: 100%;
  height: 15em;
  padding: 1.1em 1.5em;
  background-color: #F5F5F5;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 780px) {
  .mailform textarea {
    height: 10em;
  }
}
.mailform select {
  width: 100%;
  padding: 1.1em 5rem 1.1em 1.5em;
  background-color: #F5F5F5;
  background-image: url("../img/icon_arrow02.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 2.4rem) center;
  background-size: 1.6rem auto;
  border-radius: 0.8rem;
}
.mailform .radio-group label {
  margin-right: 1em;
  padding-left: 3.5rem;
  display: inline-block;
  position: relative;
}
.mailform .radio-group label input[type=radio] {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("../img/icon_radio_off.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.mailform .radio-group label input[type=radio]:checked {
  background-image: url("../img/icon_radio_on.png");
}
@media only screen and (max-width: 780px) {
  .mailform .radio-group label input[type=radio]:checked {
    background-size: 1.4rem auto;
  }
}
.mailform .check-group label {
  margin-right: 1em;
  padding-left: 3.5rem;
  display: inline-block;
  position: relative;
}
.mailform .check-group label input[type=checkbox] {
  width: 2.4rem;
  height: 2.4rem;
  background-color: #ffffff;
  border: solid 1px #DEDEDE;
  border-radius: 0.4rem;
  position: absolute;
  top: 0;
  left: 0;
}
.mailform .check-group label input[type=checkbox]:checked {
  background-image: url("../img/icon_check01.png");
  background-size: 1.7rem auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 780px) {
  .mailform .check-group label input[type=checkbox]:checked {
    background-size: 1.4rem auto;
  }
}
.mailform span.error {
  margin-top: 0.5em;
  font-size: 1.2rem;
  color: #ff0000;
  display: block;
}

/*ページネーション*/
.pagination {
  text-align: center;
  letter-spacing: -0.4em;
}
.pagination > * {
  display: inline-block;
  letter-spacing: normal;
}
.pagination > * {
  width: 3.2rem;
  height: 4rem;
  margin: 0 0.4rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 4rem;
  text-align: center;
  vertical-align: top;
  color: #DEDEDE;
  background-color: #ffffff;
  border: solid 1px #DEDEDE;
  border-radius: 0.4rem;
}
@media only screen and (max-width: 780px) {
  .pagination > * {
    width: 2.8rem;
    height: 3.6rem;
    margin: 0.4rem !important;
    line-height: 3.6rem;
  }
}
.pagination .current {
  color: #ffffff;
  background-color: #DB7600;
}
.pagination .dots {
  line-height: 3rem;
  background-color: transparent;
  border: none;
}
.pagination .prev, .pagination .next {
  background-color: transparent;
  background-image: url("../img/icon_arrow03.png");
  background-size: 1.6rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.pagination .prev:hover, .pagination .next:hover {
  background-image: url("../img/icon_arrow07.png");
}
.pagination .prev {
  transform: scaleX(-1);
}
.pagination a:hover {
  color: #DB7600;
  border-color: #DB7600;
}

/*ページャー*/
.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;
  }
}
.post-navigation .nav-list a {
  width: 18rem;
  margin: 0 auto;
  padding: 0.4em;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #DB7600;
  border-radius: 0.4rem;
  display: block;
}
.post-navigation .nav-list a:hover {
  background-color: #F8B62D;
}
@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: 1.6rem;
  height: 1.6rem;
  background-image: url("../img/icon_arrow03.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.2em;
}
.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
  color: #DB7600;
}
@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: "";
}

/* ブロックエディタ用基本CSS */
.editor-area:after {
  content: "";
  display: block;
  clear: both;
}
.editor-area > *:last-child {
  margin-bottom: 0 !important;
}
.editor-area p {
  margin-bottom: 2em;
  line-height: 1.7;
}
.editor-area h4 {
  margin-bottom: 1em;
  padding: 0.2em 0.5em;
  font-size: 1.5em;
  font-weight: 700;
  color: #ffffff;
  background-color: #DB7600;
  border-radius: 0.4rem;
}
.editor-area h5 {
  margin-bottom: 1em;
  padding-left: 2.2rem;
  font-size: 1.5em;
  font-weight: 700;
  position: relative;
}
.editor-area h5:before {
  width: 0.6rem;
  height: 100%;
  content: "";
  background-color: #DB7600;
  border-radius: 1rem;
  position: absolute;
  top: 0;
  left: 0;
}
.editor-area h6 {
  margin-bottom: 1em;
  font-size: 1.25em;
  font-weight: 700;
}
.editor-area ul {
  margin-bottom: 2em;
}
.editor-area ul li {
  margin-bottom: 0.5em;
  padding-left: 3rem;
}
.editor-area ul li:before {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 1.4rem 0 -3rem;
  content: "";
  background-image: url("../img/news/check.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.1em;
}
.editor-area ol {
  margin-bottom: 2em;
  counter-reset: num;
}
.editor-area ol li {
  margin-bottom: 0.5em;
  padding-left: 3rem;
  counter-increment: num;
}
.editor-area ol li:before {
  width: 2rem;
  margin: 0 1rem 0 -3rem;
  content: counter(num) ".";
  color: #DB7600;
  font-weight: 700;
  display: inline-block;
  vertical-align: 0;
}
.editor-area .wp-block-image {
  margin-bottom: 2em;
}
.editor-area .alignleft {
  max-width: 50%;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 2em;
}
.editor-area .alignright {
  max-width: 50%;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 2em;
}
.editor-area .aligncenter {
  margin-bottom: 2em;
}
.editor-area .aligncenter img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.editor-area blockquote {
  margin-bottom: 2.5em;
  margin-left: 0;
  padding: 1.2em 1.2em 1.2em 6rem;
  background-color: #F5F5F5;
  border-left: 0.25em solid #DB7600;
  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: #DB7600;
  background-image: url("../img/news/innyou.png");
  background-size: 2.4rem auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 780px) {
  .editor-area blockquote:before {
    width: 3rem;
    height: 3rem;
    background-size: 2rem;
  }
}
.editor-area blockquote > *:last-child {
  margin-bottom: 0 !important;
}
.editor-area table {
  width: 100%;
  margin-bottom: 2em;
  border-collapse: collapse;
}
.editor-area table td, .editor-area table th {
  border: 1px solid #dedede;
  padding: 0.5em;
}
.editor-area table th {
  background-color: #F5F5F5;
}
.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: #0E89CA;
  text-decoration: underline;
  word-break: break-all;
}
.editor-area strong, .editor-area b {
  font-weight: bold !important;
}
.editor-area em, .editor-area i {
  font-style: italic !important;
}
.editor-area .wp-block-spacer {
  clear: both;
}

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

/****************************************************
 * 4.テンプレートスタイル
 ****************************************************/
/*ヘッダーブロック*/
#header {
  width: 100%;
  height: 12rem;
  padding-top: 1.6rem;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
@media only screen and (max-width: 780px) {
  #header {
    min-width: 360px;
    height: 6.4rem;
    padding-top: 0.8rem;
    box-shadow: 0 0.15rem 0.3rem rgba(0, 0, 0, 0.16);
  }
}
#header .inner:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 780px) {
  #header .inner {
    width: 90%;
  }
}
#header .header_left {
  float: left;
}
#header .header_left .logo {
  width: 23.1rem;
}
@media only screen and (max-width: 780px) {
  #header .header_left .logo {
    width: 12.5rem;
  }
}
#header .header_left p {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
}
@media only screen and (max-width: 780px) {
  #header .header_left p {
    margin-top: 0.1rem;
    font-size: 0.8rem;
  }
}
#header .header_left p span {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  color: #DB7600;
  font-size: 1.7rem;
}
@media only screen and (max-width: 780px) {
  #header .header_left p span {
    font-size: 1.2rem;
  }
}
#header .header_right {
  float: right;
}
@media only screen and (max-width: 780px) {
  #header .header_right {
    margin-right: -6.5%;
  }
}
#header .header_content_pc .menu_area {
  margin-bottom: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#header .header_content_pc .menu_area ul {
  letter-spacing: -0.4em;
}
#header .header_content_pc .menu_area ul > * {
  display: inline-block;
  letter-spacing: normal;
}
#header .header_content_pc .menu_area ul li {
  font-size: 1.4rem;
  font-weight: 500;
}
#header .header_content_pc .menu_area ul li:after {
  margin: 0 1rem;
  content: "・";
  color: #F8B62D;
  display: inline-block;
}
#header .header_content_pc .menu_area ul li:last-child:after {
  content: none;
}
#header .header_content_pc .menu_area ul li a:hover {
  color: #DB7600;
}
#header .header_content_pc .menu_area .terms-of-use {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0 1.6rem 0 2.4rem;
}
#header .header_content_pc .menu_area .terms-of-use:before {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.5rem;
  content: "";
  background-image: url("../img/icon_arrow01.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.2em;
}
#header .header_content_pc .menu_area .terms-of-use a:hover {
  color: #DB7600;
}
#header .header_content_pc .menu_area .btn a + a {
  margin-left: 0.8rem;
}
#header .header_content_pc .search_area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#header .header_content_pc .search_area .conditional_search {
  margin-right: 3rem;
}
#header .header_content_pc .search_area .conditional_search > span, #header .header_content_pc .search_area .conditional_search > a {
  font-size: 1.6rem;
  font-weight: 500;
}
#header .header_content_pc .search_area .conditional_search > span:after, #header .header_content_pc .search_area .conditional_search > a:after {
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.5rem;
  content: "";
  background-image: url("../img/icon_arrow02.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.1em;
}
#header .header_content_pc .search_area .conditional_search .conditional_search_area {
  width: 100%;
  min-width: 1280px;
  padding: 4rem 0;
  background-color: #ffffff;
  position: absolute;
  top: calc(100% - 1.6rem);
  left: 0;
  display: none;
}
#header .header_content_pc .search_area .keyword_search .custom-search-form01 ul {
  border: none;
  flex-direction: row-reverse;
}
#header .header_content_pc .search_area .keyword_search .custom-search-form01 ul li:first-child {
  width: calc(100% - 4rem);
}
#header .header_content_pc .search_area .keyword_search .custom-search-form01 ul li:first-child input[type=text] {
  height: 3.2rem;
  font-size: 1.4rem;
  background-color: #F4F4F4;
}
#header .header_content_pc .search_area .keyword_search .custom-search-form01 ul li:last-child {
  width: 4rem;
}
#header .header_content_pc .search_area .keyword_search .custom-search-form01 ul li:last-child input[type=submit] {
  height: 3.2rem;
  background-size: 1.8rem auto;
}
#header .header_content_sp {
  letter-spacing: -0.4em;
}
#header .header_content_sp > * {
  display: inline-block;
  letter-spacing: normal;
}
#header .header_content_sp .search_area .sp_search_btn {
  width: 6rem;
  height: 6rem;
  margin-top: -0.6rem;
  background-image: url("../img/sp_menu_search.png");
  background-size: cover;
  display: block;
}
#header .header_content_sp .search_area .search_block {
  width: 100%;
  height: calc(100vh - 6.4rem);
  padding: 5rem 0;
  background-color: #F5F4EA;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: auto;
}
#header .header_content_sp .search_area .search_block .filter-section {
  width: 94%;
  margin: 0 auto;
}
#header .header_content_sp .menu_area .sp_menu_btn {
  width: 6rem;
  height: 6rem;
  margin-top: -0.6rem;
  background-image: url("../img/sp_menu_open.png");
  background-size: cover;
  display: block;
}
#header .header_content_sp .menu_area.open .sp_menu_btn {
  background-image: url("../img/sp_menu_close.png");
}
#header .header_content_sp .menu_area .menu_block {
  width: 100%;
  height: calc(100vh - 6.4rem);
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}
#header .header_content_sp .menu_area .menu_block:after {
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#header .header_content_sp .menu_area .menu_block .content {
  width: 84.6%;
  height: 100%;
  margin: 0 0 0 auto;
  background-color: #DB7600;
  overflow: auto;
}
#header .header_content_sp .menu_area .menu_block .content ul {
  margin-bottom: 3.3rem;
}
#header .header_content_sp .menu_area .menu_block .content ul li {
  border-bottom: dashed 0.2rem #F0B269;
}
#header .header_content_sp .menu_area .menu_block .content ul li a {
  padding: 2rem 2.8rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #ffffff;
  display: block;
}
#header .header_content_sp .menu_area .menu_block .content .btn a {
  width: 83%;
  margin: 0 auto;
  text-align: center;
  display: block !important;
}
#header .header_content_sp .menu_area .menu_block .content .btn a + a {
  margin-top: 1.2rem;
}

/*フッターブロック*/
#footer {
  width: 100%;
  min-width: 1280px;
  background-color: #ffffff;
}
@media only screen and (max-width: 780px) {
  #footer {
    min-width: 0;
  }
}
@media only screen and (min-width: 781px) {
  #footer .conditional_search_area {
    padding: 7rem 0 4rem 0;
    border-bottom: solid 1px #DEDEDE;
  }
}
@media only screen and (max-width: 780px) {
  #footer .conditional_search_area .inner {
    width: 100%;
  }
}
@media only screen and (min-width: 781px) {
  #footer .footer_content {
    padding: 4.8rem 0;
  }
}
@media only screen and (max-width: 780px) {
  #footer .footer_content {
    padding: 4rem 0 4.4rem 0;
  }
}
@media only screen and (min-width: 781px) {
  #footer .footer_content .inner:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (min-width: 781px) {
  #footer .footer_content .inner .footer_left {
    float: left;
  }
}
@media only screen and (min-width: 781px) {
  #footer .footer_content .inner .footer_left .logo {
    width: 18.9rem;
    margin-bottom: 1.6rem;
  }
}
@media only screen and (max-width: 780px) {
  #footer .footer_content .inner .footer_left .logo {
    width: 16.4rem;
    margin: 0 auto 0.8rem auto;
  }
}
#footer .footer_content .inner .footer_left p {
  color: #07376B;
}
@media only screen and (min-width: 781px) {
  #footer .footer_content .inner .footer_left p {
    margin-bottom: 3rem;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 780px) {
  #footer .footer_content .inner .footer_left p {
    margin-bottom: 2.5rem;
    font-size: 1.3rem;
    text-align: center;
  }
}
#footer .footer_content .inner .footer_left .time {
  font-weight: 500;
  color: #07376B;
}
@media only screen and (min-width: 781px) {
  #footer .footer_content .inner .footer_left .time {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 780px) {
  #footer .footer_content .inner .footer_left .time {
    font-size: 1.4rem;
    text-align: center;
  }
}
#footer .footer_content .inner .footer_left .time span {
  margin-right: 0.5em;
  padding: 0.3em 0.6em;
  background-color: #EFEFEF;
  border-radius: 0.2rem;
  display: inline-block;
}
@media only screen and (min-width: 781px) {
  #footer .footer_content .inner .footer_right {
    float: right;
  }
}
@media only screen and (max-width: 780px) {
  #footer .footer_content .inner .footer_right {
    margin-top: 4rem;
  }
}
#footer .footer_content .inner .footer_right .link {
  font-size: 1.4rem;
  font-weight: 500;
}
@media only screen and (min-width: 781px) {
  #footer .footer_content .inner .footer_right .link {
    letter-spacing: -0.4em;
  }
  #footer .footer_content .inner .footer_right .link > * {
    display: inline-block;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 780px) {
  #footer .footer_content .inner .footer_right .link {
    width: calc(113% + 1px);
    margin: 0 calc(-6.5% - 1px);
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px #DEDEDE;
  }
}
@media only screen and (min-width: 781px) {
  #footer .footer_content .inner .footer_right .link li:after {
    width: 1px;
    height: 1em;
    margin: 0 1em;
    content: "";
    background-color: #DEDEDE;
    display: inline-block;
  }
  #footer .footer_content .inner .footer_right .link li:nth-child(6):after {
    content: none;
  }
}
@media only screen and (max-width: 780px) {
  #footer .footer_content .inner .footer_right .link li {
    width: 50%;
    text-align: center;
    border-left: solid 1px #DEDEDE;
    border-bottom: solid 1px #DEDEDE;
  }
}
@media only screen and (min-width: 781px) {
  #footer .footer_content .inner .footer_right .link li a:hover {
    color: #DB7600;
  }
}
@media only screen and (max-width: 780px) {
  #footer .footer_content .inner .footer_right .link li a {
    padding: 1.6rem 0;
    display: block;
  }
}
@media only screen and (min-width: 781px) {
  #footer .footer_content .inner .footer_right .link2 {
    margin: 2.4rem 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
@media only screen and (min-width: 781px) {
  #footer .footer_content .inner .footer_right .link2 .terms-of-use {
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0 1.6rem 0 2.4rem;
  }
  #footer .footer_content .inner .footer_right .link2 .terms-of-use:before {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.5rem;
    content: "";
    background-image: url("../img/icon_arrow01.png");
    background-size: cover;
    display: inline-block;
    vertical-align: -0.2em;
  }
  #footer .footer_content .inner .footer_right .link2 .terms-of-use a:hover {
    color: #DB7600;
  }
}
@media only screen and (max-width: 780px) {
  #footer .footer_content .inner .footer_right .link2 .btn {
    width: 108%;
    margin: 2.8rem -4%;
    display: flex;
    justify-content: center;
  }
  #footer .footer_content .inner .footer_right .link2 .btn a + a {
    margin-left: 1.2rem;
  }
}
#footer .footer_content .inner .footer_right .copyright {
  color: #707070;
}
@media only screen and (min-width: 781px) {
  #footer .footer_content .inner .footer_right .copyright {
    font-size: 1.2rem;
    text-align: right;
  }
}
@media only screen and (max-width: 780px) {
  #footer .footer_content .inner .footer_right .copyright {
    font-size: 1.3rem;
    text-align: center;
  }
}
@media only screen and (min-width: 781px) {
  #footer .footer_content .inner .footer_right .copyright a {
    margin-right: 3.2rem;
    color: #707070;
    display: inline-block;
  }
  #footer .footer_content .inner .footer_right .copyright a:hover {
    text-decoration: underline;
  }
}
#footer .footer_content .inner .footer_right .copyright span {
  font-family: "Poppins", sans-serif;
}

/****************************************************
 * 5.コンテンツスタイル
 ****************************************************/
/*TOPページ*/
.p-top__mv {
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 780px) {
  .p-top__mv {
    margin-bottom: 2.4rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__mv .swiper {
    min-width: 1280px;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__mv .swiper .swiper-button-prev, .p-top__mv .swiper .swiper-button-next {
    margin-top: -5rem;
  }
}
.p-top__mv .swiper .swiper-slide {
  height: 48rem;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .swiper .swiper-slide {
    height: 56.6rem;
  }
}
.p-top__mv .swiper .swiper-slide.mv01 {
  color: #ffffff;
}
@media only screen and (min-width: 781px) {
  .p-top__mv .swiper .swiper-slide.mv01 {
    padding-top: 7rem;
    background-image: url("../img/top/mv_bg01.jpg");
  }
}
@media only screen and (max-width: 780px) {
  .p-top__mv .swiper .swiper-slide.mv01 {
    padding-top: 3rem;
    background-image: url("../img/top/mv_bg01_sp.jpg");
  }
}
.p-top__mv .swiper .swiper-slide.mv01 .inner {
  text-align: center;
  position: relative;
}
.p-top__mv .swiper .swiper-slide.mv01 h2 {
  font-size: 6rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .swiper .swiper-slide.mv01 h2 {
    margin-bottom: 1rem;
    font-size: 3.8rem;
    line-height: 1.1;
  }
}
.p-top__mv .swiper .swiper-slide.mv01 h2 .fukidashi {
  width: 20.6rem;
  font-size: 2.8rem;
  margin: 0 auto;
  padding: 0.1em 0;
  color: #1D2022;
  border-radius: 99px;
  background-color: #ffffff;
  display: block;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .swiper .swiper-slide.mv01 h2 .fukidashi {
    width: 16.3rem;
    margin-bottom: 2rem;
    padding: 0.2em 0 0.3em 0;
    font-size: 2.2rem;
  }
}
.p-top__mv .swiper .swiper-slide.mv01 h2 .fukidashi:after {
  width: 0;
  height: 0;
  margin-left: -0.5rem;
  content: "";
  border-style: solid;
  border-width: 1rem 1rem 0 1rem;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
}
.p-top__mv .swiper .swiper-slide.mv01 p {
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .swiper .swiper-slide.mv01 .img {
    margin-top: 2rem;
    letter-spacing: -0.4em;
  }
  .p-top__mv .swiper .swiper-slide.mv01 .img > * {
    display: inline-block;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__mv .swiper .swiper-slide.mv01 .img img {
    position: absolute;
    top: 0;
  }
  .p-top__mv .swiper .swiper-slide.mv01 .img img:nth-child(1) {
    width: 33.5rem;
    left: 0;
  }
  .p-top__mv .swiper .swiper-slide.mv01 .img img:nth-child(2) {
    width: 29.6rem;
    right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__mv .swiper .swiper-slide.mv01 .img img:nth-child(1) {
    width: 13.35rem;
  }
  .p-top__mv .swiper .swiper-slide.mv01 .img img:nth-child(2) {
    width: 11.8rem;
    margin-left: 2.5rem;
  }
}
.p-top__mv .swiper .swiper-slide.mv01 .link {
  margin-top: 3rem;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .swiper .swiper-slide.mv01 .link {
    margin-top: 2.4rem;
  }
}
.p-top__mv .swiper .swiper-slide.mv01 .link > span {
  margin-bottom: 0.8rem;
  display: block;
}
.p-top__mv .swiper .swiper-slide.mv01 .link > span span {
  padding: 0 1em;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .swiper .swiper-slide.mv01 .link > span span {
    font-size: 1.8rem;
  }
}
.p-top__mv .swiper .swiper-slide.mv01 .link > span span:before, .p-top__mv .swiper .swiper-slide.mv01 .link > span span:after {
  width: 0.2rem;
  height: 1em;
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 50%;
}
.p-top__mv .swiper .swiper-slide.mv01 .link > span span:before {
  right: 100%;
  transform: translate(0, -50%) skew(20deg);
}
.p-top__mv .swiper .swiper-slide.mv01 .link > span span:after {
  left: 100%;
  transform: translate(0, -50%) skew(-20deg);
}
.p-top__mv .swiper .swiper-slide.mv01 .link a {
  width: 28rem;
  padding: 1.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #1D2022;
  background-color: #ffffff;
  background-image: url("../img/icon_arrow01.png");
  background-repeat: no-repeat;
  background-size: 1.6rem auto;
  background-position: calc(100% - 1.6rem) center;
  border-radius: 0.4rem;
  display: inline-block;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 780px) {
  .p-top__mv .swiper .swiper-slide.mv01 .link a {
    width: 100%;
    max-width: 34.2rem;
    padding: 1.5rem;
    font-size: 2.2rem;
    background-size: 2rem auto;
  }
}
.p-top__mv .swiper .swiper-slide.mv01 .link a:hover {
  background-color: #f4f4f4;
}
.p-top__mv .swiper .swiper-slide.mv02 {
  text-align: center;
  color: #ffffff;
}
@media only screen and (min-width: 781px) {
  .p-top__mv .swiper .swiper-slide.mv02 {
    padding-top: 5rem;
    background-image: url("../img/top/mv_bg02.jpg");
  }
}
@media only screen and (max-width: 780px) {
  .p-top__mv .swiper .swiper-slide.mv02 {
    padding-top: 2rem;
    background-image: url("../img/top/mv_bg02_sp.jpg");
  }
}
@media only screen and (min-width: 781px) {
  .p-top__mv .swiper .swiper-slide.mv02 .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__mv .swiper .swiper-slide.mv02 .left {
    width: 45rem;
    margin-right: 3rem;
  }
}
.p-top__mv .swiper .swiper-slide.mv02 .left h2 {
  margin-bottom: 1.8rem;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .swiper .swiper-slide.mv02 .left h2 {
    margin-bottom: 1.5rem;
    font-size: 3rem;
  }
}
.p-top__mv .swiper .swiper-slide.mv02 .left h2 > span {
  margin-bottom: 0.8rem;
  display: block;
}
.p-top__mv .swiper .swiper-slide.mv02 .left h2 > span span {
  padding: 0 1em;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .swiper .swiper-slide.mv02 .left h2 > span span {
    font-size: 1.8rem;
  }
}
.p-top__mv .swiper .swiper-slide.mv02 .left h2 > span span:before, .p-top__mv .swiper .swiper-slide.mv02 .left h2 > span span:after {
  width: 0.2rem;
  height: 1em;
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 50%;
}
.p-top__mv .swiper .swiper-slide.mv02 .left h2 > span span:before {
  right: 100%;
  transform: translate(0, -50%) skew(20deg);
}
.p-top__mv .swiper .swiper-slide.mv02 .left h2 > span span:after {
  left: 100%;
  transform: translate(0, -50%) skew(-20deg);
}
@media only screen and (max-width: 780px) {
  .p-top__mv .swiper .swiper-slide.mv02 .left .img {
    width: 34.2rem;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__mv .swiper .swiper-slide.mv02 .right {
    width: calc(100% - 48rem);
  }
}
@media only screen and (max-width: 780px) {
  .p-top__mv .swiper .swiper-slide.mv02 .right {
    margin-top: -1rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__mv .swiper .swiper-slide.mv02 .right ol {
    display: flex;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__mv .swiper .swiper-slide.mv02 .right ol {
    width: 34.2rem;
    max-width: 100%;
    margin: 0 auto;
  }
}
.p-top__mv .swiper .swiper-slide.mv02 .right ol li {
  color: #1D2022;
  background-color: #ffffff;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
  position: relative;
}
@media only screen and (min-width: 781px) {
  .p-top__mv .swiper .swiper-slide.mv02 .right ol li {
    width: 32%;
    margin-right: 2%;
    padding: 0 3rem 3rem 3rem;
    border-radius: 0.8rem;
  }
  .p-top__mv .swiper .swiper-slide.mv02 .right ol li:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__mv .swiper .swiper-slide.mv02 .right ol li {
    padding: 0.8rem 0;
    display: flex;
    align-items: center;
    border-radius: 0.4rem;
  }
  .p-top__mv .swiper .swiper-slide.mv02 .right ol li + li {
    margin-top: 0.8rem;
  }
}
.p-top__mv .swiper .swiper-slide.mv02 .right ol li:nth-child(2) .num {
  background-color: #7FB230;
}
.p-top__mv .swiper .swiper-slide.mv02 .right ol li .num {
  padding: 0.6rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #ffffff;
  background-color: #2D8D3F;
}
@media only screen and (min-width: 781px) {
  .p-top__mv .swiper .swiper-slide.mv02 .right ol li .num {
    width: 10.8rem;
    margin: 0 auto;
    border-radius: 0 0 0.8rem 0.8rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__mv .swiper .swiper-slide.mv02 .right ol li .num {
    width: 6rem;
    padding: 1.5rem 0;
    font-size: 1.4rem;
    border-radius: 0 0.4rem 0.4rem 0;
  }
}
.p-top__mv .swiper .swiper-slide.mv02 .right ol li .img {
  width: 11.2rem;
  margin: 2.4rem auto 2rem auto;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .swiper .swiper-slide.mv02 .right ol li .img {
    width: 5.8rem;
    margin: 0 1.2rem 0 0.8rem;
  }
}
.p-top__mv .swiper .swiper-slide.mv02 .right ol li p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.27;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .swiper .swiper-slide.mv02 .right ol li p {
    width: calc(100% - 13.8rem);
    font-size: 1.6rem;
    text-align: left;
  }
}
.p-top__mv .conditional_search_btn_area {
  width: 96.8rem;
  margin: -9.5rem auto 0 auto;
  padding: 6.7rem 2.4rem 5.4rem 5.4rem;
  background: linear-gradient(to bottom, #FAD53B, #F5C600);
  border-radius: 0.8rem;
  position: relative;
  z-index: 20;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .conditional_search_btn_area {
    width: 107%;
    margin: -5rem -3.5% 0 -3.5%;
    padding: 4.3rem 1.2rem 1.2rem 1.2rem;
  }
}
.p-top__mv .conditional_search_btn_area dt {
  width: 67.6rem;
  padding: 0.8rem 0;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  background-color: #FFE67C;
  border-radius: 0 0 0.8rem 0.8rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 780px) {
  .p-top__mv .conditional_search_btn_area dt {
    width: 22.8rem;
    padding: 0.4rem;
    font-size: 1.6rem;
  }
}
.p-top__mv .conditional_search_btn_area dd {
  display: flex;
  flex-wrap: wrap;
}
.p-top__mv .conditional_search_btn_area dd .btn {
  border-radius: 0.4rem;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .conditional_search_btn_area dd .btn {
    width: 49% !important;
    margin: 0 2% 2% 0 !important;
  }
  .p-top__mv .conditional_search_btn_area dd .btn:nth-child(even) {
    margin-right: 0 !important;
  }
}
.p-top__mv .conditional_search_btn_area dd .btn:nth-child(1) {
  width: calc(50% - 0.4rem);
  margin: 0 0.8rem 0.8rem 0;
}
.p-top__mv .conditional_search_btn_area dd .btn:nth-child(1) a:before {
  background-image: url("../img/top/search_cate_fig01.png");
}
@media only screen and (min-width: 781px) {
  .p-top__mv .conditional_search_btn_area dd .btn:nth-child(1) a > span span {
    display: inline-block;
  }
}
.p-top__mv .conditional_search_btn_area dd .btn:nth-child(2) {
  width: calc(50% - 0.4rem);
  margin: 0 0 0.8rem 0;
}
.p-top__mv .conditional_search_btn_area dd .btn:nth-child(2) a:before {
  background-image: url("../img/top/search_cate_fig02.png");
}
@media only screen and (min-width: 781px) {
  .p-top__mv .conditional_search_btn_area dd .btn:nth-child(2) a > span span {
    display: inline-block;
  }
}
.p-top__mv .conditional_search_btn_area dd .btn:nth-child(3) {
  width: calc(25% - 0.6rem);
  margin: 0 0.8rem 0 0;
}
.p-top__mv .conditional_search_btn_area dd .btn:nth-child(3) a:before {
  background-image: url("../img/top/search_cate_fig03.png");
}
.p-top__mv .conditional_search_btn_area dd .btn:nth-child(4) {
  width: calc(25% - 0.6rem);
  margin: 0 0.8rem 0 0;
}
.p-top__mv .conditional_search_btn_area dd .btn:nth-child(4) a:before {
  background-image: url("../img/top/search_cate_fig04.png");
}
.p-top__mv .conditional_search_btn_area dd .btn:nth-child(5) {
  width: calc(25% - 0.6rem);
  margin: 0 0.8rem 0 0;
}
.p-top__mv .conditional_search_btn_area dd .btn:nth-child(5) a:before {
  background-image: url("../img/top/search_cate_fig05.png");
}
.p-top__mv .conditional_search_btn_area dd .btn:nth-child(6) {
  width: calc(25% - 0.6rem);
  margin: 0;
}
.p-top__mv .conditional_search_btn_area dd .btn:nth-child(6) a:before {
  background-image: url("../img/top/search_cate_fig06.png");
}
.p-top__mv .conditional_search_btn_area dd .btn a {
  width: 100%;
  height: 100%;
  padding: 1.6rem 0;
  font-size: 1.5rem;
  font-weight: 500;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .conditional_search_btn_area dd .btn a {
    padding: 1.2rem 0;
    font-size: 1.3rem;
  }
}
.p-top__mv .conditional_search_btn_area dd .btn a:hover {
  color: #ffffff;
  background-color: #F8B62D;
}
.p-top__mv .conditional_search_btn_area dd .btn a:hover > span span {
  color: #ffffff;
}
.p-top__mv .conditional_search_btn_area dd .btn a:before {
  width: 6.7rem;
  height: 6.7rem;
  margin-right: 1rem;
  content: "";
  background-color: #F5F5F5;
  background-size: 5.7rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .conditional_search_btn_area dd .btn a:before {
    width: 4.4rem;
    height: 4.4rem;
    background-size: 3.4rem auto;
  }
}
.p-top__mv .conditional_search_btn_area dd .btn a > span span {
  font-size: 1.8rem;
  font-weight: 700;
  color: #DB7600;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .conditional_search_btn_area dd .btn a > span span {
    font-size: 1.5rem;
  }
}
.p-top__step {
  margin-bottom: 5.8rem;
}
@media only screen and (max-width: 780px) {
  .p-top__step {
    margin-bottom: 2.8rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__step .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../img/top/step_dots.png");
    background-repeat: no-repeat;
    background-position: 13.4rem center;
  }
}
.p-top__step h2 {
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #DB7600;
  position: relative;
}
@media only screen and (min-width: 781px) {
  .p-top__step h2 {
    width: 13.4rem;
    height: 13.4rem;
    margin-right: 4rem;
    padding: 2.5rem 0 0 3.2rem;
    border-radius: 50%;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__step h2 {
    width: 27rem;
    margin: 0 auto 2rem auto;
    padding: 0.8rem 0;
    text-align: center;
    border-radius: 0.4rem;
  }
}
.p-top__step h2:before {
  width: 4.3rem;
  height: 3.8rem;
  content: "";
  background-image: url("../img/top/step_ttl_fig01.png");
  background-size: cover;
  position: absolute;
  top: -2.5rem;
  left: 0;
}
@media only screen and (max-width: 780px) {
  .p-top__step h2:before {
    width: 1.7rem;
    height: 2.2rem;
    background-image: url("../img/top/step_ttl_fig01_sp.png");
    top: -0.5rem;
    left: -2.5rem;
  }
}
.p-top__step h2 > span {
  font-family: "Poppins", sans-serif;
  font-size: 1.35em;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-top__step h2 > span {
    margin-left: 0.25em;
    font-size: 1.28em;
    display: inline-block;
    vertical-align: middle;
  }
}
.p-top__step h2 > span span {
  font-size: 2em;
  display: inline-block;
  vertical-align: -0.15em;
}
.p-top__step ol {
  counter-reset: num;
}
@media only screen and (min-width: 781px) {
  .p-top__step ol {
    display: flex;
  }
}
.p-top__step ol li {
  background-color: #ffffff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
  counter-increment: num;
  overflow: hidden;
}
@media only screen and (min-width: 781px) {
  .p-top__step ol li {
    width: 26.4rem;
    border-radius: 0.8rem;
  }
  .p-top__step ol li + li {
    margin-left: 3.7rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__step ol li {
    display: flex;
    align-items: center;
    border-radius: 0.4rem;
  }
  .p-top__step ol li + li {
    margin-top: 1.2rem;
  }
}
.p-top__step ol li .img {
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-top__step ol li .img {
    width: 13.2rem;
  }
}
.p-top__step ol li .img:before {
  content: counter(num);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  background-color: #DB7600;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 781px) {
  .p-top__step ol li .img:before {
    width: 3.4rem;
    height: 3.4rem;
    font-size: 2rem;
    line-height: 3.4rem;
    border-radius: 0.8rem 0 0.8rem 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__step ol li .img:before {
    width: 2.8rem;
    height: 2.8rem;
    font-size: 1.5rem;
    line-height: 2.8rem;
    border-radius: 0.4rem 0 0.4rem 0;
  }
}
.p-top__step ol li p {
  font-weight: 700;
  line-height: 1.27;
}
@media only screen and (min-width: 781px) {
  .p-top__step ol li p {
    padding: 1.6rem 0;
    font-size: 1.8rem;
    text-align: center;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__step ol li p {
    padding: 0 1.6rem;
    font-size: 1.7rem;
  }
}
.p-top__step ol li p span {
  font-size: 0.83em;
  font-weight: 500;
  display: block;
}
@media only screen and (min-width: 781px) {
  .p-top__new_business {
    min-width: 1280px;
    margin-bottom: 5.6rem;
  }
}
.p-top__new_business h2 {
  padding: 0.8rem 0;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  background-color: #E8E5C4;
}
@media only screen and (max-width: 780px) {
  .p-top__new_business h2 {
    font-size: 1.6rem;
  }
}
.p-top__new_business h2 > span {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: normal;
}
@media only screen and (min-width: 781px) {
  .p-top__new_business h2 > span {
    margin-left: 1em;
    display: inline-block;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__new_business h2 > span {
    display: block;
  }
}
.p-top__new_business h2 > span span {
  margin: 0 0.25em;
  font-family: "Poppins", sans-serif;
  font-size: 2.2rem;
  color: #DB7600;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .p-top__new_business h2 > span span {
    vertical-align: -0.15em;
  }
}
.p-top__new_business .swiper {
  padding: 5.6rem 0 3.2rem 0;
  background-color: #F5F4EA;
}
@media only screen and (max-width: 780px) {
  .p-top__new_business .swiper {
    padding: 3.4rem 0 1.6rem 0;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__new_business .swiper .swiper-button-prev {
    left: 20rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__new_business .swiper .swiper-button-next {
    right: 20rem;
  }
}
.p-top__new_business .swiper .swiper-pagination {
  bottom: 2rem;
}
.p-top__new_business .swiper .swiper-slide {
  width: 29.6rem;
  margin: 0 1.6rem;
  padding: 1.6rem;
  background-color: #ffffff;
  border: solid 1px #DEDCC5;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 780px) {
  .p-top__new_business .swiper .swiper-slide {
    width: 22.2rem;
    margin: 0 0.8rem;
    padding: 1.2rem;
  }
}
.p-top__new_business .swiper .swiper-slide:before {
  padding: 0.2em 0.4em;
  content: "NEW";
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #DB4C01;
  border-radius: 0.4rem 0.4rem 0 0;
  position: absolute;
  bottom: 100%;
  left: 1.6rem;
}
@media only screen and (max-width: 780px) {
  .p-top__new_business .swiper .swiper-slide:before {
    font-size: 1.3rem;
  }
}
.p-top__new_business .swiper .swiper-slide:hover .text .link a {
  color: #DB7600;
}
.p-top__new_business .swiper .swiper-slide:hover .text .link a:after {
  background-image: url("../img/icon_arrow03.png");
}
.p-top__new_business .swiper .swiper-slide .img {
  width: 100%;
  height: auto;
  margin-bottom: 1.6rem;
  aspect-ratio: 264/176;
  overflow: hidden;
}
.p-top__new_business .swiper .swiper-slide .img > img, .p-top__new_business .swiper .swiper-slide .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top__new_business .swiper .swiper-slide .text p {
  margin-bottom: 1em;
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (max-width: 780px) {
  .p-top__new_business .swiper .swiper-slide .text p {
    font-size: 1.5rem;
  }
}
.p-top__new_business .swiper .swiper-slide .text .tag {
  letter-spacing: -0.4em;
}
.p-top__new_business .swiper .swiper-slide .text .tag > * {
  display: inline-block;
  letter-spacing: normal;
}
.p-top__new_business .swiper .swiper-slide .text .tag span {
  margin: 0 0.8rem 0.8rem 0;
  padding: 0.1em 0.2em 0.2em 0.2em;
  font-size: 1.2rem;
  font-weight: 500;
  color: #65563A;
  border: solid 1px #65563A;
  border-radius: 0.2rem;
}
.p-top__new_business .swiper .swiper-slide .text .link {
  text-align: right;
}
.p-top__new_business .swiper .swiper-slide .text .link a {
  font-size: 1.5rem;
  font-weight: 500;
  color: #0E89CA;
}
@media only screen and (max-width: 780px) {
  .p-top__new_business .swiper .swiper-slide .text .link a {
    font-size: 1.4rem;
  }
}
.p-top__new_business .swiper .swiper-slide .text .link a:after {
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.5em;
  content: "";
  background-image: url("../img/icon_arrow04.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.2em;
}
.p-top__conditional_list_subTtl {
  margin-bottom: 2.4rem;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 780px) {
  .p-top__conditional_list_subTtl {
    margin-bottom: 1.6rem;
    font-size: 2.1rem;
  }
}
.p-top__conditional_list_subTtl:before {
  width: 4.8rem;
  height: 4.8rem;
  margin-right: 1.6rem;
  content: "";
  background-color: #ffffff;
  background-size: cover;
  border-radius: 50%;
  display: inline-block;
  vertical-align: -0.66em;
}
@media only screen and (max-width: 780px) {
  .p-top__conditional_list_subTtl:before {
    width: 3.2rem;
    height: 3.2rem;
    margin-right: 0.8rem;
    vertical-align: -0.4em;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__ranking {
    width: 87.2rem;
    margin-bottom: 7.3rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__ranking {
    margin-bottom: 2rem;
    padding: 3.2rem 0;
    position: relative;
  }
  .p-top__ranking:before {
    width: 100vw;
    height: 1.2rem;
    content: "";
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .p-top__ranking:after {
    width: 100vw;
    height: 1.2rem;
    content: "";
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.p-top__ranking .p-top__conditional_list_subTtl:before {
  background-image: url("../img/top/search_cate_fig02.png");
}
.p-top__ranking .swiper {
  padding-bottom: 8rem;
}
@media only screen and (max-width: 780px) {
  .p-top__ranking .swiper {
    padding-bottom: 4.8rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__ranking .swiper .swiper-button-prev, .p-top__ranking .swiper .swiper-button-next {
    margin-top: -7.8rem;
    top: 100% !important;
    z-index: 20;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__ranking .swiper .swiper-pagination {
    bottom: 2.5rem;
  }
}
.p-top__ranking .swiper .swiper-slide {
  width: 20rem;
  margin-right: 2.4rem;
}
@media only screen and (max-width: 780px) {
  .p-top__ranking .swiper .swiper-slide {
    width: 19.8rem;
    margin-right: 1.6rem;
  }
}
.p-top__ranking .swiper .swiper-slide:hover .text .link a {
  color: #DB7600;
}
.p-top__ranking .swiper .swiper-slide:hover .text .link a:after {
  background-image: url("../img/icon_arrow03.png");
}
.p-top__ranking .swiper .swiper-slide .rank {
  margin-bottom: 0.8rem;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  border-radius: 0.4rem 0.4rem 0 0;
}
.p-top__ranking .swiper .swiper-slide .rank:before {
  width: 2.6rem;
  height: 1.8rem;
  content: "";
  background-size: cover;
  display: inline-block;
  vertical-align: 0;
}
.p-top__ranking .swiper .swiper-slide .rank span {
  margin: 0 0.25em;
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  display: inline-block;
}
.p-top__ranking .swiper .swiper-slide .rank.rank1 {
  color: #ffffff;
  background-color: #D7AD46;
}
.p-top__ranking .swiper .swiper-slide .rank.rank1:before {
  background-image: url("../img/top/oukan01.png");
}
.p-top__ranking .swiper .swiper-slide .rank.rank2 {
  color: #ffffff;
  background-color: #909090;
}
.p-top__ranking .swiper .swiper-slide .rank.rank2:before {
  background-image: url("../img/top/oukan01.png");
}
.p-top__ranking .swiper .swiper-slide .rank.rank3 {
  color: #ffffff;
  background-color: #967943;
}
.p-top__ranking .swiper .swiper-slide .rank.rank3:before {
  background-image: url("../img/top/oukan01.png");
}
.p-top__ranking .swiper .swiper-slide .rank.rank4, .p-top__ranking .swiper .swiper-slide .rank.rank5, .p-top__ranking .swiper .swiper-slide .rank.rank6, .p-top__ranking .swiper .swiper-slide .rank.rank7, .p-top__ranking .swiper .swiper-slide .rank.rank8, .p-top__ranking .swiper .swiper-slide .rank.rank9, .p-top__ranking .swiper .swiper-slide .rank.rank10 {
  color: #A8A8A8;
  background-color: #E3E3E3;
}
.p-top__ranking .swiper .swiper-slide .rank.rank4:before, .p-top__ranking .swiper .swiper-slide .rank.rank5:before, .p-top__ranking .swiper .swiper-slide .rank.rank6:before, .p-top__ranking .swiper .swiper-slide .rank.rank7:before, .p-top__ranking .swiper .swiper-slide .rank.rank8:before, .p-top__ranking .swiper .swiper-slide .rank.rank9:before, .p-top__ranking .swiper .swiper-slide .rank.rank10:before {
  background-image: url("../img/top/oukan02.png");
}
.p-top__ranking .swiper .swiper-slide .img {
  width: 100%;
  height: auto;
  margin-bottom: 1.6rem;
  aspect-ratio: 200/133;
  border-radius: 0.8rem;
  overflow: hidden;
}
.p-top__ranking .swiper .swiper-slide .img > img, .p-top__ranking .swiper .swiper-slide .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top__ranking .swiper .swiper-slide .text p {
  margin-bottom: 1em;
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (max-width: 780px) {
  .p-top__ranking .swiper .swiper-slide .text p {
    font-size: 1.5rem;
  }
}
.p-top__ranking .swiper .swiper-slide .text .tag {
  letter-spacing: -0.4em;
}
.p-top__ranking .swiper .swiper-slide .text .tag > * {
  display: inline-block;
  letter-spacing: normal;
}
.p-top__ranking .swiper .swiper-slide .text .tag span {
  margin: 0 0.8rem 0.8rem 0;
  padding: 0.1em 0.2em 0.2em 0.2em;
  font-size: 1.2rem;
  font-weight: 500;
  color: #65563A;
  border: solid 1px #65563A;
  border-radius: 0.2rem;
}
.p-top__ranking .swiper .swiper-slide .text .link {
  text-align: right;
}
.p-top__ranking .swiper .swiper-slide .text .link a {
  font-size: 1.5rem;
  font-weight: 500;
  color: #0E89CA;
}
@media only screen and (max-width: 780px) {
  .p-top__ranking .swiper .swiper-slide .text .link a {
    font-size: 1.4rem;
  }
}
.p-top__ranking .swiper .swiper-slide .text .link a:after {
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.5em;
  content: "";
  background-image: url("../img/icon_arrow04.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.2em;
}
@media only screen and (min-width: 781px) {
  .p-top__style {
    width: 87.2rem;
    margin-bottom: 7.3rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__style {
    margin-bottom: 2rem;
    padding-bottom: 3.2rem;
    position: relative;
  }
  .p-top__style:after {
    width: 100vw;
    height: 1.2rem;
    content: "";
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.p-top__style .p-top__conditional_list_subTtl:before {
  background-image: url("../img/top/search_cate_fig04.png");
}
.p-top__style ul {
  display: flex;
  flex-wrap: wrap;
}
.p-top__style ul li {
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 0.4rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 781px) {
  .p-top__style ul li {
    width: 28rem;
    margin: 0 1.6rem 1.6rem 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__style ul li {
    width: 31.7%;
    margin: 0 2.45% 2.45% 0;
  }
}
.p-top__style ul li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (min-width: 781px) {
  .p-top__style ul li a {
    display: flex;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__style ul li a {
    display: block;
  }
}
.p-top__style ul li a:hover .text {
  color: #DB7600;
}
@media only screen and (min-width: 781px) {
  .p-top__style ul li a:hover .text {
    background-image: url("../img/icon_arrow03.png");
  }
}
.p-top__style ul li .img {
  overflow: hidden;
}
.p-top__style ul li .img > img, .p-top__style ul li .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 781px) {
  .p-top__style ul li .img {
    width: 10.4rem;
    height: 8.8rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__style ul li .img {
    width: 100%;
    height: auto;
    aspect-ratio: 232/155;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__style ul li .text {
    width: calc(100% - 10.4rem);
    padding: 0 4rem 0 1.6rem;
    background-image: url("../img/icon_arrow04.png");
    background-repeat: no-repeat;
    background-size: 1.6rem;
    background-position: calc(100% - 2rem) center;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__style ul li .text {
    padding: 0.8rem 1.6rem;
    text-align: center;
  }
}
.p-top__style ul li .text p {
  font-weight: 700;
}
@media only screen and (min-width: 781px) {
  .p-top__style ul li .text p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__style ul li .text p {
    font-size: 1.6rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__fee {
    width: 87.2rem;
    margin-bottom: 7.3rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__fee {
    margin-bottom: 2rem;
    padding-bottom: 3.2rem;
    position: relative;
  }
  .p-top__fee:after {
    width: 100vw;
    height: 1.2rem;
    content: "";
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.p-top__fee .p-top__conditional_list_subTtl:before {
  background-image: url("../img/top/search_cate_fig05.png");
}
.p-top__fee ul {
  display: flex;
  flex-wrap: wrap;
}
.p-top__fee ul li {
  overflow: hidden;
}
@media only screen and (min-width: 781px) {
  .p-top__fee ul li {
    width: 42.4rem;
    margin: 0 2.4rem 2.4rem 0;
    border-radius: 0.8rem;
  }
  .p-top__fee ul li a {
    padding: 2.4rem 3.2rem;
    font-size: 1.8rem;
    background-image: url("../img/icon_arrow05.png");
    background-size: 1.6rem auto;
    background-repeat: no-repeat;
    background-position: calc(100% - 1.5rem) center;
    display: flex;
    align-items: center;
  }
  .p-top__fee ul li a i {
    margin-right: 2rem;
  }
  .p-top__fee ul li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__fee ul li {
    width: 48%;
    margin: 0 4% 4% 0;
    text-align: center;
    border-radius: 0.4rem;
  }
  .p-top__fee ul li a {
    padding: 1.6rem 3rem;
    font-size: 1.6rem;
    line-height: 1.2;
    display: block;
  }
}
.p-top__fee ul li:nth-child(2n) {
  margin-right: 0;
}
.p-top__fee ul li a {
  font-weight: 700;
  color: #ffffff;
  background-color: #DB7600;
}
.p-top__fee ul li:nth-child(4n+2) a, .p-top__fee ul li:nth-child(4n+3) a {
  background-color: #F8B62D;
}
.p-top__fee ul li i {
  width: 6.7rem;
  height: 6.7rem;
  background-color: #ffffff;
  border-radius: 50%;
  overflow: hidden;
}
.p-top__fee ul li i > img, .p-top__fee ul li i > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 780px) {
  .p-top__fee ul li i {
    width: 5.1rem;
    height: 5.1rem;
    margin: 0 auto 0.4rem auto;
    display: block;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__products {
    width: 87.2rem;
    margin-bottom: 7.3rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__products {
    margin-bottom: 2rem;
    padding-bottom: 3.2rem;
    position: relative;
  }
  .p-top__products:after {
    width: 100vw;
    height: 1.2rem;
    content: "";
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.p-top__products .p-top__conditional_list_subTtl:before {
  background-image: url("../img/top/search_cate_fig03.png");
}
.p-top__products ul {
  display: flex;
  flex-wrap: wrap;
}
.p-top__products ul li {
  overflow: hidden;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 781px) {
  .p-top__products ul li {
    width: 28rem;
    margin: 0 1.6rem 1.6rem 0;
    border-radius: 0.8rem;
  }
  .p-top__products ul li:nth-child(3n) {
    margin-right: 0;
  }
  .p-top__products ul li a {
    padding: 2.4rem;
  }
  .p-top__products ul li a:hover:before {
    background-color: #F8B62D;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__products ul li {
    width: 48%;
    margin: 0 4% 4% 0;
    text-align: center;
    border-radius: 0.4rem;
  }
  .p-top__products ul li:nth-child(2n) {
    margin-right: 0;
  }
  .p-top__products ul li a {
    padding: 1.6rem;
  }
}
.p-top__products ul li a {
  width: 100%;
  height: 100%;
  font-weight: 700;
  background-color: #ffffff;
  display: block;
  position: relative;
}
.p-top__products ul li a:before {
  width: 13rem;
  height: 0.4rem;
  content: "";
  background-color: #DB7600;
  border-radius: 0 0 0.8rem 0.8rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 780px) {
  .p-top__products ul li a:before {
    width: 8.2rem;
  }
}
.p-top__products ul li a i {
  width: 5.7rem;
  height: 5.7rem;
  margin: 0 auto 0.8rem auto;
  background-color: #F5F5F5;
  border-radius: 50%;
  overflow: hidden;
  display: block;
}
.p-top__products ul li a i > img, .p-top__products ul li a i > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 780px) {
  .p-top__products ul li a i {
    width: 6rem;
    height: 6rem;
  }
}
.p-top__products ul li a p {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  word-break: break-all;
}
@media only screen and (max-width: 780px) {
  .p-top__products ul li a p {
    font-size: 1.5rem;
  }
}
.p-top__products ul li a p span {
  padding: 0 1.25em;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-top__products ul li a p span {
    padding: 0 1em;
  }
}
.p-top__products ul li a p span:before, .p-top__products ul li a p span:after {
  width: 0.8rem;
  height: 0.8rem;
  content: "";
  background-color: #DB7600;
  border-radius: 50%;
  position: absolute;
  top: 0.66em;
}
.p-top__products ul li a p span:before {
  left: 0;
}
.p-top__products ul li a p span:after {
  right: 0;
}
@media only screen and (min-width: 781px) {
  .p-top__support {
    width: 87.2rem;
    margin-bottom: 7.3rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__support {
    margin-bottom: 2rem;
    padding-bottom: 3.2rem;
    position: relative;
  }
  .p-top__support:after {
    width: 100vw;
    height: 1.2rem;
    content: "";
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.p-top__support .p-top__conditional_list_subTtl:before {
  background-image: url("../img/top/search_cate_fig06.png");
}
@media only screen and (min-width: 781px) {
  .p-top__support ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__support ul li {
    width: 20rem;
    margin: 0 2.4rem 2.4rem 0;
  }
  .p-top__support ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__support ul li + li {
    margin-top: 1.2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__support ul li a {
    height: 100%;
    border-bottom: solid 0.3rem #F8B62D;
    display: block;
  }
  .p-top__support ul li a:hover {
    border-bottom-color: #DB7600;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__support ul li a {
    display: flex;
  }
}
.p-top__support ul li a .img {
  height: auto;
  border-radius: 0.4rem;
  overflow: hidden;
}
.p-top__support ul li a .img > img, .p-top__support ul li a .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 781px) {
  .p-top__support ul li a .img {
    width: 100%;
    aspect-ratio: 200/133;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__support ul li a .img {
    width: 27.3%;
    margin-right: 4.7%;
  }
}
.p-top__support ul li a p {
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (min-width: 781px) {
  .p-top__support ul li a p {
    padding: 1em;
    text-align: center;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__support ul li a p {
    width: 68%;
    display: flex;
    align-items: center;
    border-bottom: solid 0.3rem #F8B62D;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__example {
    width: 87.2rem;
    margin-bottom: 7.3rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__example {
    margin-bottom: 2rem;
    padding-bottom: 3.2rem;
    position: relative;
  }
  .p-top__example:after {
    width: 100vw;
    height: 1.2rem;
    content: "";
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.p-top__example .p-top__conditional_list_subTtl:before {
  background-image: url("../img/top/search_cate_fig07.png");
}
@media only screen and (max-width: 780px) {
  .p-top__example .swiper {
    padding-bottom: 4.8rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__example .swiper .swiper-wrapper {
    flex-wrap: wrap;
    transform: none !important;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__example .swiper .swiper-slide-duplicate {
    display: none !important;
  }
}
.p-top__example .swiper .swiper-slide {
  background-color: #ffffff;
  border: solid 1px #DEDEDE;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 781px) {
  .p-top__example .swiper .swiper-slide {
    width: 42.4rem;
    margin: 0 2.4rem 2.4rem 0;
    padding: 2.4rem;
    border-radius: 0.8rem;
  }
  .p-top__example .swiper .swiper-slide:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__example .swiper .swiper-slide {
    width: 30.8rem;
    padding: 1.5rem;
    margin-right: 1.2rem;
    border-radius: 0.4rem;
  }
}
.p-top__example .swiper .swiper-slide .headding {
  display: flex;
}
@media only screen and (min-width: 781px) {
  .p-top__example .swiper .swiper-slide .headding {
    padding-right: 6rem;
    margin-bottom: 1.6rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__example .swiper .swiper-slide .headding {
    margin-bottom: 1.2rem;
  }
}
.p-top__example .swiper .swiper-slide .headding .num {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
  background-image: url("../img/top/case_num_bg.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 781px) {
  .p-top__example .swiper .swiper-slide .headding .num {
    width: 5.6rem;
    text-align: center;
    background-position: center top;
    background-size: 100% auto;
    right: 2.4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__example .swiper .swiper-slide .headding .num {
    height: 2.5rem;
    padding-left: 0.55rem;
    line-height: 1.2;
    background-size: auto 100%;
    background-position: left top;
    right: 1.6rem;
  }
}
.p-top__example .swiper .swiper-slide .headding .num span {
  font-size: 3rem;
  color: #D3420C;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-top__example .swiper .swiper-slide .headding .num span {
    margin-left: 1.4rem;
    font-size: 1.7rem;
    display: inline-block;
    vertical-align: top;
  }
}
.p-top__example .swiper .swiper-slide .headding .img {
  width: 7.7rem;
  height: 7.7rem;
  margin-right: 2.4rem;
  border-radius: 50%;
  overflow: hidden;
}
.p-top__example .swiper .swiper-slide .headding .img > img, .p-top__example .swiper .swiper-slide .headding .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 780px) {
  .p-top__example .swiper .swiper-slide .headding .img {
    width: 9.2rem;
    height: 9.2rem;
    margin-right: 1.6rem;
  }
}
.p-top__example .swiper .swiper-slide .headding .text {
  width: calc(100% - 10.1rem);
  font-size: 1.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-top__example .swiper .swiper-slide .headding .text {
    width: calc(100% - 10.8rem);
    padding-top: 2rem;
    font-size: 1.2rem;
  }
}
.p-top__example .swiper .swiper-slide .headding .text .company {
  margin-bottom: 0.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-top__example .swiper .swiper-slide .headding .text .company {
    margin-bottom: 0.4rem;
    font-size: 1.6rem;
  }
}
.p-top__example .swiper .swiper-slide .headding .text .genre {
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 780px) {
  .p-top__example .swiper .swiper-slide .headding .text .genre {
    margin-bottom: 0.4rem;
  }
}
.p-top__example .swiper .swiper-slide .headding .text .genre span {
  margin-right: 0.5em;
  padding: 0.1em 0.25em;
  background-color: #EFEFEF;
  border-radius: 0.4rem;
  display: inline-block;
}
.p-top__example .swiper .swiper-slide .content h3 {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.27;
  color: #DB7600;
}
@media only screen and (max-width: 780px) {
  .p-top__example .swiper .swiper-slide .content h3 {
    font-size: 1.7rem;
  }
}
.p-top__example .swiper .swiper-slide .content p {
  font-size: 1.5rem;
  color: #545758;
}
@media only screen and (max-width: 780px) {
  .p-top__example .swiper .swiper-slide .content p {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__model {
    width: 87.2rem;
    margin-bottom: 7.3rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__model {
    margin-bottom: 3.6rem;
    padding-bottom: 3.2rem;
    position: relative;
  }
  .p-top__model:after {
    width: 100vw;
    height: 1.2rem;
    content: "";
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.p-top__model .p-top__conditional_list_subTtl:before {
  background-image: url("../img/top/search_cate_fig08.png");
}
@media only screen and (max-width: 780px) {
  .p-top__model .swiper {
    padding-bottom: 4.8rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__model .swiper .swiper-wrapper {
    transform: none !important;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__model .swiper .swiper-slide-duplicate {
    display: none !important;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__model .swiper .swiper-slide {
    width: 28rem;
    margin-right: 1.6rem;
  }
  .p-top__model .swiper .swiper-slide:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__model .swiper .swiper-slide {
    width: 30rem;
    margin-right: 1.2rem;
  }
}
.p-top__model .swiper .swiper-slide .num {
  width: 7.7rem;
  margin-left: 1.6rem;
  padding: 0.1em;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  border-radius: 0.4rem 0.4rem 0 0;
}
.p-top__model .swiper .swiper-slide .num.num1 {
  background-color: #6FB220;
}
.p-top__model .swiper .swiper-slide .num.num2 {
  background-color: #299BBE;
}
.p-top__model .swiper .swiper-slide .num.num3 {
  background-color: #DD4F86;
}
.p-top__model .swiper .swiper-slide .box {
  background-color: #ffffff;
  border: solid 1px #DEDEDE;
  overflow: hidden;
}
@media only screen and (min-width: 781px) {
  .p-top__model .swiper .swiper-slide .box {
    padding: 1.6rem;
    border-radius: 0.8rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__model .swiper .swiper-slide .box {
    padding: 1.2rem;
  }
}
.p-top__model .swiper .swiper-slide .box h3 {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.27;
  color: #DB7600;
}
@media only screen and (max-width: 780px) {
  .p-top__model .swiper .swiper-slide .box h3 {
    font-size: 1.7rem;
  }
}
.p-top__model .swiper .swiper-slide .box p {
  margin-bottom: 1em;
  font-size: 1.5rem;
  color: #545758;
}
@media only screen and (max-width: 780px) {
  .p-top__model .swiper .swiper-slide .box p {
    font-size: 1.4rem;
  }
}
.p-top__model .swiper .swiper-slide .box table {
  width: 100%;
}
.p-top__model .swiper .swiper-slide .box table th {
  width: 11rem;
  padding: 0.8rem;
  font-size: 1.5rem;
  font-weight: 500;
  background-color: #F5F5F5;
  border-bottom: solid 1px #DEDEDE;
}
@media only screen and (max-width: 780px) {
  .p-top__model .swiper .swiper-slide .box table th {
    width: 12rem;
    font-size: 1.4rem;
  }
}
.p-top__model .swiper .swiper-slide .box table td {
  padding: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: solid 1px #DEDEDE;
}
@media only screen and (max-width: 780px) {
  .p-top__model .swiper .swiper-slide .box table td {
    font-size: 1.3rem;
  }
}
.p-top__model .swiper .swiper-slide .box table tr:last-child th, .p-top__model .swiper .swiper-slide .box table tr:last-child td {
  border-bottom: none;
}
.p-top__lp_bnr {
  text-align: center;
}
@media only screen and (min-width: 781px) {
  .p-top__lp_bnr {
    width: 87.2rem;
    margin-bottom: 10rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__lp_bnr {
    margin-bottom: 3.6rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__lp_bnr a img {
    width: 72rem;
  }
}
.p-top__faq {
  margin-bottom: 10rem;
  padding-top: 11.2rem;
  border-top: solid 1px #DEDEDE;
}
@media only screen and (max-width: 780px) {
  .p-top__faq {
    margin-bottom: 6rem;
    padding-top: 3.6rem;
  }
}
.p-top__faq h2 {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 780px) {
  .p-top__faq h2 {
    font-size: 2rem;
  }
}
.p-top__faq h2:before {
  width: 7.5rem;
  height: 0.2rem;
  margin-bottom: 2.4rem;
  content: "";
  background-color: #DEDEDE;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-top__faq h2:before {
    width: 5.8rem;
    margin-bottom: 1.6rem;
  }
}
.p-top__faq h2 span {
  margin-top: 1em;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #DB7600;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-top__faq h2 span {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__faq .faq_list {
    width: 87.2rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__faq .faq_list {
    padding-top: 1.7rem;
  }
}
.p-top__faq .faq_list > li {
  background-color: #ffffff;
  border-radius: 0.8rem;
}
.p-top__faq .faq_list > li + li {
  margin-top: 2.4rem;
}
@media only screen and (max-width: 780px) {
  .p-top__faq .faq_list > li + li {
    margin-top: 0.8rem;
  }
}
.p-top__faq .faq_list > li .faq_q {
  padding: 1.6rem 6.6rem;
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-top__faq .faq_list > li .faq_q {
    padding: 1.2rem 5rem;
    font-size: 1.6rem;
  }
}
.p-top__faq .faq_list > li .faq_q:before {
  width: 3rem;
  height: 3rem;
  content: "Q";
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 3rem;
  text-align: center;
  color: #ffffff;
  background-color: #DB7600;
  border-radius: 50%;
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
}
@media only screen and (max-width: 780px) {
  .p-top__faq .faq_list > li .faq_q:before {
    top: 1.2rem;
    left: 1.2rem;
  }
}
.p-top__faq .faq_list > li .faq_q i {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../img/icon_arrow03.png");
  background-size: cover;
  top: 2.6rem;
  right: 1.6rem;
}
@media only screen and (max-width: 780px) {
  .p-top__faq .faq_list > li .faq_q i {
    margin-top: -0.8rem;
    top: 50%;
    right: 1.2rem;
  }
}
.p-top__faq .faq_list > li .faq_a {
  padding: 1.6rem;
  font-size: 1.5rem;
  color: #535353;
  border-top: solid 1px #DEDEDE;
}
@media only screen and (max-width: 780px) {
  .p-top__faq .faq_list > li .faq_a {
    padding: 1.2rem;
    font-size: 1.4rem;
  }
}
.p-top__info {
  margin-bottom: 11rem;
}
@media only screen and (max-width: 780px) {
  .p-top__info {
    margin-bottom: 6rem;
  }
}
.p-top__info h2 {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 780px) {
  .p-top__info h2 {
    font-size: 2rem;
  }
}
.p-top__info h2:before {
  width: 7.5rem;
  height: 0.2rem;
  margin-bottom: 2.4rem;
  content: "";
  background-color: #DEDEDE;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-top__info h2:before {
    width: 5.8rem;
    margin-bottom: 1.6rem;
  }
}
.p-top__info h2 span {
  margin-top: 1em;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #DB7600;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-top__info h2 span {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__info .info_area {
    width: 87.2rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__info .info_area {
    padding-top: 2.4rem;
  }
}
.p-top__info .info_area .tab_content {
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 780px) {
  .p-top__info .info_area .tab_content {
    margin-bottom: 2.8rem;
  }
}
.p-top__info .info_area .tab_content .tab_head {
  margin-bottom: 3.6rem;
  letter-spacing: -0.4em;
}
.p-top__info .info_area .tab_content .tab_head > * {
  display: inline-block;
  letter-spacing: normal;
}
.p-top__info .info_area .tab_content .tab_head li {
  margin-right: 0.8em;
  padding: 0.1em 2em 0.2em 2em;
  font-size: 1.8rem;
  font-weight: 700;
  color: #C9C3B6;
  background-color: #F2EEE9;
  border-radius: 99px;
}
@media only screen and (max-width: 780px) {
  .p-top__info .info_area .tab_content .tab_head li {
    font-size: 1.5rem;
  }
}
.p-top__info .info_area .tab_content .tab_head li.current, .p-top__info .info_area .tab_content .tab_head li:hover {
  color: #ffffff;
  background-color: #DB7600;
}
.p-top__info .info_area .tab_content .tab_body .infolist {
  border-top: solid 1px #DEDEDE;
}
.p-top__info .info_area .tab_content .tab_body .infolist li {
  padding: 2rem 0;
  border-bottom: solid 1px #DEDEDE;
}
.p-top__info .info_area .tab_content .tab_body .infolist li a {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  display: block;
}
@media only screen and (min-width: 781px) {
  .p-top__info .info_area .tab_content .tab_body .infolist li a {
    padding-left: 18.5rem;
  }
}
.p-top__info .info_area .tab_content .tab_body .infolist li a .meta {
  letter-spacing: -0.4em;
}
.p-top__info .info_area .tab_content .tab_body .infolist li a .meta > * {
  display: inline-block;
  letter-spacing: normal;
}
@media only screen and (min-width: 781px) {
  .p-top__info .info_area .tab_content .tab_body .infolist li a .meta {
    width: 18.5rem;
    margin-left: -18.5rem;
    display: inline-block;
    vertical-align: top;
  }
}
.p-top__info .info_area .tab_content .tab_body .infolist li a .meta .date {
  width: 8rem;
  margin-right: 1.5rem;
  font-family: "Poppins", sans-serif;
  color: #A0A0A0;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .p-top__info .info_area .tab_content .tab_body .infolist li a .meta .date {
    font-size: 1.6rem;
  }
}
.p-top__info .info_area .tab_content .tab_body .infolist li a .meta .cate {
  padding: 0.1em 1em 0.2em 1em;
  font-size: 1.2rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #DB7600;
  border-radius: 99px;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .p-top__info .info_area .tab_content .tab_body .infolist li a .meta .cate {
    font-size: 1.3rem;
  }
}
.p-top__info .info_area .tab_content .tab_body .infolist li a:hover {
  color: #DB7600;
}
.p-top__info .info_area .link {
  text-align: right;
}
.p-top__info .info_area .link a {
  font-size: 1.5rem;
  font-weight: 500;
  color: #0E89CA;
}
.p-top__info .info_area .link a:hover {
  color: #DB7600;
}
.p-top__info .info_area .link a:hover:after {
  background-image: url("../img/icon_arrow03.png");
}
.p-top__info .info_area .link a:after {
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.5em;
  content: "";
  background-image: url("../img/icon_arrow04.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.2em;
}

/*下層ページ*/
.pagetitle {
  padding: 8rem 0;
}
@media only screen and (max-width: 780px) {
  .pagetitle {
    padding: 4rem 0;
  }
}
.pagetitle h2 {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 780px) {
  .pagetitle h2 {
    font-size: 2rem;
  }
}
.pagetitle h2:after {
  width: 7.5rem;
  height: 0.2rem;
  margin-top: 3.2rem;
  content: "";
  background-color: #DEDEDE;
  display: block;
}
@media only screen and (max-width: 780px) {
  .pagetitle h2:after {
    width: 5.8rem;
    margin-bottom: 1.6rem;
  }
}
.pagetitle h2 span {
  margin-top: 1.2em;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #DB7600;
  display: block;
}
@media only screen and (max-width: 780px) {
  .pagetitle h2 span {
    font-size: 1.2rem;
  }
}

.pankuzu {
  padding: 1.1rem 0;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: #F5F5F5;
}
.pankuzu a, .pankuzu span {
  display: inline-block;
}
.pankuzu a {
  color: #0E89CA;
}
.pankuzu a:after {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 0.5em;
  content: "";
  background-image: url("../img/icon_arrow06.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.4em;
}

.p-info__list {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 780px) {
  .p-info__list {
    margin-bottom: 6rem;
  }
}
.p-info__list .cate_list {
  margin-bottom: 5.6rem;
  letter-spacing: -0.4em;
}
.p-info__list .cate_list > * {
  display: inline-block;
  letter-spacing: normal;
}
.p-info__list .cate_list li {
  margin-right: 0.8em;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #F2EEE9;
  border-radius: 99px;
}
@media only screen and (max-width: 780px) {
  .p-info__list .cate_list li {
    font-size: 1.5rem;
  }
}
.p-info__list .cate_list li a {
  padding: 0.1em 2em 0.2em 2em;
  display: block;
  color: #C9C3B6;
}
.p-info__list .cate_list li.current, .p-info__list .cate_list li:hover {
  background-color: #DB7600;
}
.p-info__list .cate_list li.current a, .p-info__list .cate_list li:hover a {
  color: #ffffff;
}
.p-info__list .infolist {
  margin-bottom: 7rem;
  border-top: solid 1px #DEDEDE;
}
@media only screen and (max-width: 780px) {
  .p-info__list .infolist {
    margin-bottom: 4rem;
  }
}
.p-info__list .infolist li {
  padding: 2rem 0;
  border-bottom: solid 1px #DEDEDE;
}
.p-info__list .infolist li a {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  display: block;
}
@media only screen and (min-width: 781px) {
  .p-info__list .infolist li a {
    padding-left: 18.5rem;
    padding-right: 10rem;
    position: relative;
  }
  .p-info__list .infolist li a:after {
    width: 2.4rem;
    height: 2.4rem;
    margin-top: -1.2rem;
    content: "";
    background-color: #F2EEE8;
    background-image: url("../img/icon_arrow03.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.6rem auto;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 4rem;
  }
}
.p-info__list .infolist li a .meta {
  letter-spacing: -0.4em;
}
.p-info__list .infolist li a .meta > * {
  display: inline-block;
  letter-spacing: normal;
}
@media only screen and (min-width: 781px) {
  .p-info__list .infolist li a .meta {
    width: 18.5rem;
    margin-left: -18.5rem;
    display: inline-block;
    vertical-align: top;
  }
}
.p-info__list .infolist li a .meta .date {
  width: 8rem;
  margin-right: 1.5rem;
  font-family: "Poppins", sans-serif;
  color: #A0A0A0;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .p-info__list .infolist li a .meta .date {
    font-size: 1.6rem;
  }
}
.p-info__list .infolist li a .meta .cate {
  padding: 0.1em 1em 0.2em 1em;
  font-size: 1.2rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #DB7600;
  border-radius: 99px;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .p-info__list .infolist li a .meta .cate {
    font-size: 1.3rem;
  }
}
.p-info__list .infolist li a:hover {
  color: #DB7600;
}
.p-info__post {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 780px) {
  .p-info__post {
    margin-bottom: 6rem;
  }
}
.p-info__post .post_area {
  padding: 5.6rem 6rem;
  background-color: #ffffff;
}
@media only screen and (max-width: 780px) {
  .p-info__post .post_area {
    padding: 1.5rem;
  }
}
.p-info__post .headding {
  margin-bottom: 3.2rem;
  padding-bottom: 3.2rem;
  border-bottom: solid 1px #dedede;
}
@media only screen and (max-width: 780px) {
  .p-info__post .headding {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
.p-info__post .headding h3 {
  margin-bottom: 0.9rem;
  font-size: 3.2rem;
  font-weight: 700;
}
.p-info__post .headding .date {
  margin-bottom: 1.6rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #A0A0A0;
}
.p-info__post .headding .date span {
  margin-left: 0.25em;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  display: inline-block;
}
.p-info__post .headding .cate {
  letter-spacing: -0.4em;
}
.p-info__post .headding .cate > * {
  display: inline-block;
  letter-spacing: normal;
}
.p-info__post .headding .cate > span {
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.1em 1em 0.2em 1em;
  font-size: 1.2rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #DB7600;
  border-radius: 99px;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .p-info__post .headding .cate > span {
    font-size: 1.3rem;
  }
}
.p-info__post .post-navigation {
  margin-top: 4rem;
  padding-top: 5.6rem;
  border-top: solid 1px #dedede;
}
@media only screen and (max-width: 780px) {
  .p-info__post .post-navigation {
    margin-top: 2rem;
    padding-top: 2rem;
  }
}

.p-contact__content {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 780px) {
  .p-contact__content {
    margin-bottom: 6rem;
  }
}
.p-contact__content p {
  font-weight: 500;
}
.p-contact__content .line_contact {
  margin-top: 5.6rem;
}
.p-contact__content .form_area {
  margin-top: 5.6rem;
  padding: 8rem 0;
  background-color: #ffffff;
}

.p-bizmatch__list {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 780px) {
  .p-bizmatch__list {
    margin-bottom: 6rem;
  }
}
.p-bizmatch__list .headding {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: solid 1px #DEDEDE;
}
@media only screen and (min-width: 781px) {
  .p-bizmatch__list .headding {
    width: 89rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.p-bizmatch__list .headding .find {
  font-weight: 500;
}
.p-bizmatch__list .headding .find span {
  margin: 0 0.25em;
  font-family: "Poppins", sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  color: #DB7600;
  display: inline-block;
}
.p-bizmatch__list .headding .sort {
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-bizmatch__list .headding .sort {
    margin-top: 1em;
  }
}
.p-bizmatch__list .headding .sort:before {
  width: 1.6em;
  height: 1.6em;
  margin-right: 0.5em;
  content: "";
  background-image: url("../img/icon_sort01.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.35em;
}
@media only screen and (min-width: 781px) {
  .p-bizmatch__list .product_list {
    width: 89rem;
    margin-bottom: 4rem;
  }
}
.p-bizmatch__list .product_list li {
  margin-bottom: 1em;
  padding: 1.5em;
  background-color: #ffffff;
  border-radius: 0.4rem;
}
@media only screen and (min-width: 781px) {
  .p-bizmatch__list .product_list li {
    display: flex;
    align-items: flex-start;
  }
}
.p-bizmatch__list .product_list li:hover .text .link a {
  color: #DB7600;
}
.p-bizmatch__list .product_list li:hover .text .link a:after {
  background-image: url("../img/icon_arrow03.png");
}
.p-bizmatch__list .product_list li .img {
  height: auto;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 0.4rem;
}
.p-bizmatch__list .product_list li .img > img, .p-bizmatch__list .product_list li .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 781px) {
  .p-bizmatch__list .product_list li .img {
    width: 45rem;
    margin-right: 2.4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-bizmatch__list .product_list li .img {
    width: 100%;
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 781px) {
  .p-bizmatch__list .product_list li .text {
    width: calc(100% - 47.4rem);
  }
}
.p-bizmatch__list .product_list li .text h3 {
  margin-bottom: 0.75em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (max-width: 780px) {
  .p-bizmatch__list .product_list li .text h3 {
    font-size: 1.5rem;
  }
}
.p-bizmatch__list .product_list li .text .tag {
  margin-bottom: 0.5em;
  letter-spacing: -0.4em;
}
.p-bizmatch__list .product_list li .text .tag > * {
  display: inline-block;
  letter-spacing: normal;
}
.p-bizmatch__list .product_list li .text .tag span {
  margin: 0 0.8rem 0.8rem 0;
  padding: 0.1em 0.2em 0.2em 0.2em;
  font-size: 1.2rem;
  font-weight: 500;
  color: #65563A;
  border: solid 1px #65563A;
  border-radius: 0.2rem;
}
.p-bizmatch__list .product_list li .text p {
  margin-bottom: 2em;
  font-size: 1.5rem;
  color: #545758;
}
@media only screen and (max-width: 780px) {
  .p-bizmatch__list .product_list li .text p {
    font-size: 1.4rem;
  }
}
.p-bizmatch__list .product_list li .text .link {
  text-align: right;
}
.p-bizmatch__list .product_list li .text .link a {
  font-size: 1.5rem;
  font-weight: 500;
  color: #0E89CA;
}
@media only screen and (max-width: 780px) {
  .p-bizmatch__list .product_list li .text .link a {
    font-size: 1.4rem;
  }
}
.p-bizmatch__list .product_list li .text .link a:after {
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.5em;
  content: "";
  background-image: url("../img/icon_arrow04.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.2em;
}

.p-item__post_pass_area {
  padding: 10rem 0;
}
@media only screen and (max-width: 780px) {
  .p-item__post_pass_area {
    padding: 5rem 0;
  }
}
.p-item__post_pass_area .mailform p {
  margin-bottom: 2em;
  font-size: 1.4rem;
  text-align: center;
}
.p-item__post_pass_area .mailform table {
  width: auto;
  margin: 0 auto;
}
.p-item__post_pass_area .mailform table tbody tr td {
  padding: 0;
}
.p-item__post_pass_area .mailform table tbody tr td input[type=submit] {
  padding: 1em;
  background: none;
  color: #ffffff;
  background-color: #F8B62D;
  border: none;
}
@media only screen and (max-width: 780px) {
  .p-item__post_pass_area .mailform table tbody tr td {
    display: inline-block;
    vertical-align: middle;
  }
  .p-item__post_pass_area .mailform table tbody tr td:first-child {
    width: calc(100% - 5rem);
  }
  .p-item__post_pass_area .mailform table tbody tr td:last-child {
    width: 4.5rem;
  }
}
.p-item__subttl01 {
  margin-bottom: 2.6rem;
  padding: 0.2em 0.5em;
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #DB7600;
  border-radius: 0.4rem;
}
.p-item__headding {
  margin-bottom: 4.8rem;
  padding-top: 8rem;
}
@media only screen and (max-width: 780px) {
  .p-item__headding {
    margin-bottom: 3rem;
    padding-top: 4rem;
  }
}
.p-item__headding .inner_in {
  border-bottom: solid 1px #DEDEDE;
}
@media only screen and (min-width: 781px) {
  .p-item__headding .inner_in {
    padding-bottom: 4.8rem;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 780px) {
  .p-item__headding .inner_in {
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-item__headding .img {
    width: 45rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-item__headding .img {
    margin-bottom: 2rem;
  }
}
.p-item__headding .img .icatch {
  width: 100%;
  height: auto;
  margin-bottom: 1.6rem;
  aspect-ratio: 3/2;
  border-radius: 0.4rem;
  overflow: hidden;
}
.p-item__headding .img .icatch > img, .p-item__headding .img .icatch > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-item__headding .img .thumnail {
  display: flex;
}
.p-item__headding .img .thumnail li {
  width: 22.3%;
  height: auto;
  margin-right: 3.6%;
  aspect-ratio: 3/2;
  border-radius: 0.4rem;
  overflow: hidden;
}
.p-item__headding .img .thumnail li > img, .p-item__headding .img .thumnail li > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-item__headding .img .thumnail li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 781px) {
  .p-item__headding .text {
    width: 58.8rem;
  }
}
.p-item__headding .text h2 {
  margin-bottom: 0.6em;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 780px) {
  .p-item__headding .text h2 {
    font-size: 1.5rem;
  }
}
.p-item__headding .text .tag {
  margin-bottom: 0.3rem;
  letter-spacing: -0.4em;
}
.p-item__headding .text .tag > * {
  display: inline-block;
  letter-spacing: normal;
}
.p-item__headding .text .tag span {
  margin: 0 0.8rem 0.8rem 0;
  padding: 0.1em 0.2em 0.2em 0.2em;
  font-size: 1.2rem;
  font-weight: 500;
  color: #65563A;
  border: solid 1px #65563A;
  border-radius: 0.2rem;
}
.p-item__headding .text p {
  margin-bottom: 2.5em;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #545758;
}
@media only screen and (max-width: 780px) {
  .p-item__headding .text p {
    margin-bottom: 1.5em;
    font-size: 1.3rem;
  }
}
.p-item__headding .text dl {
  padding: 1.8rem 2.7rem;
  background-color: #ffffff;
  border: solid 0.6rem #F5F5F5;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 780px) {
  .p-item__headding .text dl {
    padding: 1.5rem;
  }
}
.p-item__headding .text dl dt {
  width: 14rem;
  margin-bottom: 1.6rem;
  padding-top: 0.5rem;
  padding-bottom: 1.6rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  border-bottom: dashed 1px #DEDEDE;
}
@media only screen and (max-width: 780px) {
  .p-item__headding .text dl dt {
    width: 10rem;
    padding-top: 0.2em;
  }
}
.p-item__headding .text dl dt:before {
  width: 0.4rem;
  height: 1em;
  margin-right: 0.8rem;
  content: "";
  background-color: #DB7600;
  border-radius: 0.4rem;
  display: inline-block;
  vertical-align: -0.15em;
}
.p-item__headding .text dl dt:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.p-item__headding .text dl dd {
  width: calc(100% - 14rem);
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
  border-bottom: dashed 1px #DEDEDE;
  letter-spacing: -0.4em;
}
@media only screen and (max-width: 780px) {
  .p-item__headding .text dl dd {
    width: calc(100% - 10rem);
  }
}
.p-item__headding .text dl dd > * {
  display: inline-block;
  letter-spacing: normal;
}
.p-item__headding .text dl dd:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.p-item__headding .text dl dd span {
  margin: 0 0.8rem 0.8rem 0;
  padding: 0.1em 0.2em 0.2em 0.2em;
  font-size: 1.2rem;
  font-weight: 500;
  color: #65563A;
  border: solid 1px #65563A;
  border-radius: 0.2rem;
}
.p-item__outline {
  margin-bottom: 5.7rem;
}
@media only screen and (max-width: 780px) {
  .p-item__outline {
    margin-bottom: 3rem;
  }
}
.p-item__outline p {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media only screen and (max-width: 780px) {
  .p-item__outline p {
    font-size: 1.4rem;
  }
}
.p-item__features {
  margin-bottom: 5.7rem;
}
@media only screen and (max-width: 780px) {
  .p-item__features {
    margin-bottom: 3rem;
  }
}
.p-item__features p {
  letter-spacing: -0.4em;
}
.p-item__features p > * {
  display: inline-block;
  letter-spacing: normal;
}
.p-item__features p span {
  margin: 0 1em 1em 0;
  padding: 0.3em 0.3em 0.3em 1.2em;
  font-weight: 700;
  letter-spacing: 0.03em;
  background-color: #FFFFFF;
  border: solid 1px #DEDEDE;
  border-radius: 0.4rem;
}
.p-item__features p span:before {
  width: 0.6em;
  height: 0.6em;
  margin: 0 0.3em 0 -0.9em;
  content: "";
  border: solid 1px #DEDEDE;
  border-radius: 50%;
  display: inline-block;
  vertical-align: 0.05em;
}
.p-item__flow {
  margin-bottom: 5.7rem;
}
@media only screen and (max-width: 780px) {
  .p-item__flow {
    margin-bottom: 3rem;
  }
}
.p-item__flow ol {
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (min-width: 781px) {
  .p-item__flow ol {
    background-image: url("../img/item/step_dots.png");
    background-repeat: repeat-y;
    background-size: 0.8rem auto;
    background-position: 4rem 0;
  }
}
@media only screen and (min-width: 781px) {
  .p-item__flow ol li {
    display: flex;
  }
  .p-item__flow ol li:last-child {
    background-color: #FAFAFA;
  }
}
.p-item__flow ol li + li {
  margin-top: 4rem;
}
@media only screen and (max-width: 780px) {
  .p-item__flow ol li + li {
    margin-top: 3rem;
  }
}
.p-item__flow ol li .step {
  width: 8.8rem;
  height: 8.8rem;
  margin-right: 2.4rem;
  padding-top: 1rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  background-color: #ffffff;
  border: solid 0.4rem #DB7600;
  border-radius: 50%;
}
@media only screen and (max-width: 780px) {
  .p-item__flow ol li .step {
    margin: 0 auto 1rem auto;
  }
}
.p-item__flow ol li .step span {
  font-size: 2.66em;
  line-height: 0.9;
  display: block;
}
@media only screen and (min-width: 781px) {
  .p-item__flow ol li .text {
    width: calc(100% - 11.2rem);
  }
}
.p-item__flow ol li .text h3 {
  margin-bottom: 0.8em;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-item__flow ol li .text h3 {
    font-size: 1.6rem;
  }
}
.p-item__flow ol li .text p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #545758;
}
@media only screen and (max-width: 780px) {
  .p-item__flow ol li .text p {
    font-size: 1.4rem;
  }
}
.p-item__example {
  margin-bottom: 5.7rem;
}
@media only screen and (max-width: 780px) {
  .p-item__example {
    margin-bottom: 3rem;
  }
}
.p-item__example h3 {
  margin-bottom: 1.6em;
  padding-left: 2.2rem;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}
.p-item__example h3:before {
  width: 0.4rem;
  height: 100%;
  content: "";
  background-color: #DB7600;
  border-radius: 1rem;
  position: absolute;
  top: 0;
  left: 0;
}
.p-item__example .box {
  margin-bottom: 4rem;
  background-color: #ffffff;
  border-radius: 0.8rem;
}
@media only screen and (min-width: 781px) {
  .p-item__example .box {
    padding: 4rem;
    display: flex;
  }
}
@media only screen and (max-width: 780px) {
  .p-item__example .box {
    padding: 2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-item__example .box .headding {
    width: 22rem;
    margin-right: 1.5rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-item__example .box .headding {
    margin-bottom: 2rem;
  }
}
.p-item__example .box .headding .img {
  width: 11.9rem;
  height: 11.9rem;
  margin: 0 auto 1.6rem auto;
  border-radius: 50%;
  overflow: hidden;
}
.p-item__example .box .headding .img > img, .p-item__example .box .headding .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-item__example .box .headding .text {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
.p-item__example .box .headding .text .company {
  margin-bottom: 0.6rem;
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-item__example .box .headding .text .company {
    margin-bottom: 0.4rem;
  }
}
.p-item__example .box .headding .text .genre {
  margin-bottom: 0.6rem;
  color: #555758;
}
@media only screen and (max-width: 780px) {
  .p-item__example .box .headding .text .genre {
    margin-bottom: 0.4rem;
  }
}
.p-item__example .box .headding .text .genre span {
  margin-right: 0.5em;
  padding: 0.1em 0.25em;
  color: #1D2022;
  background-color: #EFEFEF;
  border-radius: 0.4rem;
  display: inline-block;
}
@media only screen and (min-width: 781px) {
  .p-item__example .box .content {
    width: calc(100% - 23.5rem);
  }
}
.p-item__example .box .content h4 {
  margin-bottom: 0.77em;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.27;
  color: #DB7600;
}
@media only screen and (max-width: 780px) {
  .p-item__example .box .content h4 {
    font-size: 1.8rem;
  }
}
.p-item__example .box .content p {
  font-size: 1.5rem;
  color: #545758;
}
@media only screen and (max-width: 780px) {
  .p-item__example .box .content p {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-item__example .row {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 781px) {
  .p-item__example .row table {
    width: 52.8rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-item__example .row table {
    width: 100%;
  }
  .p-item__example .row table:first-child {
    border-bottom: solid 1px #DEDEDE;
  }
}
.p-item__example .row table th {
  width: 17.8rem;
  padding: 2.4rem;
  font-weight: 700;
  background-color: #F5F5F5;
  border-bottom: solid 1px #DEDEDE;
}
@media only screen and (max-width: 780px) {
  .p-item__example .row table th {
    width: 15rem;
    padding: 1.5rem;
    font-size: 1.5rem;
  }
}
.p-item__example .row table td {
  padding: 2.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #ffffff;
  border-bottom: solid 1px #DEDEDE;
}
@media only screen and (max-width: 780px) {
  .p-item__example .row table td {
    padding: 1.5rem;
    font-size: 1.3rem;
  }
}
.p-item__example .row table tr:last-child th, .p-item__example .row table tr:last-child td {
  border-bottom: none;
}
.p-item__company_info {
  margin-bottom: 5.6rem;
}
@media only screen and (max-width: 780px) {
  .p-item__company_info {
    margin-bottom: 3rem;
  }
}
.p-item__company_info table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.p-item__company_info table tbody tr th {
  width: 30%;
  padding: 3.2rem 0;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-bottom: solid 1px #DEDEDE;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .p-item__company_info table tbody tr th {
    padding: 1.9rem 0;
    font-size: 1.6rem;
  }
}
.p-item__company_info table tbody tr td {
  padding: 3.3rem 0;
  font-weight: 500;
  border-bottom: solid 1px #DEDEDE;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .p-item__company_info table tbody tr td {
    padding: 2rem 0;
  }
}
.p-item__back {
  margin-bottom: 20rem;
}
@media only screen and (max-width: 780px) {
  .p-item__back {
    margin-bottom: 10rem;
  }
}
.p-item__back .btn {
  text-align: center;
}
.p-item__back .btn a {
  width: 24.8rem;
  padding: 1.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #DB7600;
  border-radius: 0.4rem;
  display: inline-block;
}
.p-item__back .btn a:hover {
  background-color: #F8B62D;
}
.p-item__form {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 780px) {
  .p-item__form {
    margin-bottom: 6rem;
  }
}
.p-item__form h3 {
  margin-bottom: 2.1em;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-item__form h3 {
    font-size: 2rem;
  }
}
.p-item__form h3:after {
  width: 7.5rem;
  height: 0.2rem;
  margin: 3.2rem auto 0 auto;
  content: "";
  background-color: #DEDEDE;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-item__form h3:after {
    width: 5.8rem;
    margin-top: 1.6rem;
  }
}
.p-item__form h3 span {
  margin-top: 1em;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #DB7600;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-item__form h3 span {
    font-size: 1.2rem;
  }
}
.p-item__form .line_contact {
  margin-bottom: 5.6rem;
}
@media only screen and (max-width: 780px) {
  .p-item__form .line_contact {
    margin-bottom: 3rem;
  }
}
.p-item__form .box {
  padding: 8rem;
  background-color: #ffffff;
  border-radius: 2rem;
}
@media only screen and (max-width: 780px) {
  .p-item__form .box {
    padding: 2rem;
  }
}
.p-item__form .box table {
  max-width: 1000px;
  margin: 0 auto;
}

.p-thanks__content {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 780px) {
  .p-thanks__content {
    margin-bottom: 6rem;
  }
}

.p-privacypolicy__content, .p-terms-of-use__content {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 780px) {
  .p-privacypolicy__content, .p-terms-of-use__content {
    margin-bottom: 6rem;
  }
}
.p-privacypolicy__content .privacypolicy_text p, .p-privacypolicy__content .terms-of-use_text p, .p-terms-of-use__content .privacypolicy_text p, .p-terms-of-use__content .terms-of-use_text p {
  margin-bottom: 1em;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 780px) {
  .p-privacypolicy__content .privacypolicy_text p, .p-privacypolicy__content .terms-of-use_text p, .p-terms-of-use__content .privacypolicy_text p, .p-terms-of-use__content .terms-of-use_text p {
    font-size: 1.4rem;
  }
}
.p-privacypolicy__content .privacypolicy_text p.meta, .p-privacypolicy__content .terms-of-use_text p.meta, .p-terms-of-use__content .privacypolicy_text p.meta, .p-terms-of-use__content .terms-of-use_text p.meta {
  margin-bottom: 2em;
}
.p-privacypolicy__content .privacypolicy_text > ul, .p-privacypolicy__content .terms-of-use_text > ul, .p-terms-of-use__content .privacypolicy_text > ul, .p-terms-of-use__content .terms-of-use_text > ul {
  margin-top: 2em;
}
.p-privacypolicy__content .privacypolicy_text > ul > li + li, .p-privacypolicy__content .terms-of-use_text > ul > li + li, .p-terms-of-use__content .privacypolicy_text > ul > li + li, .p-terms-of-use__content .terms-of-use_text > ul > li + li {
  margin-top: 5rem;
}
@media only screen and (max-width: 780px) {
  .p-privacypolicy__content .privacypolicy_text > ul > li + li, .p-privacypolicy__content .terms-of-use_text > ul > li + li, .p-terms-of-use__content .privacypolicy_text > ul > li + li, .p-terms-of-use__content .terms-of-use_text > ul > li + li {
    margin-top: 3rem;
  }
}
.p-privacypolicy__content .privacypolicy_text > ul > li > *:last-child, .p-privacypolicy__content .terms-of-use_text > ul > li > *:last-child, .p-terms-of-use__content .privacypolicy_text > ul > li > *:last-child, .p-terms-of-use__content .terms-of-use_text > ul > li > *:last-child {
  margin-bottom: 0 !important;
}
.p-privacypolicy__content .privacypolicy_text > ul > li h3, .p-privacypolicy__content .terms-of-use_text > ul > li h3, .p-terms-of-use__content .privacypolicy_text > ul > li h3, .p-terms-of-use__content .terms-of-use_text > ul > li h3 {
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: solid 1px #dedede;
}
@media only screen and (max-width: 780px) {
  .p-privacypolicy__content .privacypolicy_text > ul > li h3, .p-privacypolicy__content .terms-of-use_text > ul > li h3, .p-terms-of-use__content .privacypolicy_text > ul > li h3, .p-terms-of-use__content .terms-of-use_text > ul > li h3 {
    font-size: 1.6rem;
  }
}
.p-privacypolicy__content .privacypolicy_text > ul > li h4, .p-privacypolicy__content .terms-of-use_text > ul > li h4, .p-terms-of-use__content .privacypolicy_text > ul > li h4, .p-terms-of-use__content .terms-of-use_text > ul > li h4 {
  margin-bottom: 0.5em;
  font-weight: 500;
  display: inline-block;
}
.p-privacypolicy__content .privacypolicy_text > ul > li ul, .p-privacypolicy__content .privacypolicy_text > ul > li ol, .p-privacypolicy__content .terms-of-use_text > ul > li ul, .p-privacypolicy__content .terms-of-use_text > ul > li ol, .p-terms-of-use__content .privacypolicy_text > ul > li ul, .p-terms-of-use__content .privacypolicy_text > ul > li ol, .p-terms-of-use__content .terms-of-use_text > ul > li ul, .p-terms-of-use__content .terms-of-use_text > ul > li ol {
  margin-bottom: 1em;
  padding-left: 1em;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 780px) {
  .p-privacypolicy__content .privacypolicy_text > ul > li ul, .p-privacypolicy__content .privacypolicy_text > ul > li ol, .p-privacypolicy__content .terms-of-use_text > ul > li ul, .p-privacypolicy__content .terms-of-use_text > ul > li ol, .p-terms-of-use__content .privacypolicy_text > ul > li ul, .p-terms-of-use__content .privacypolicy_text > ul > li ol, .p-terms-of-use__content .terms-of-use_text > ul > li ul, .p-terms-of-use__content .terms-of-use_text > ul > li ol {
    font-size: 1.4rem;
  }
}
.p-privacypolicy__content .privacypolicy_text > ul > li ul > li, .p-privacypolicy__content .privacypolicy_text > ul > li ol > li, .p-privacypolicy__content .terms-of-use_text > ul > li ul > li, .p-privacypolicy__content .terms-of-use_text > ul > li ol > li, .p-terms-of-use__content .privacypolicy_text > ul > li ul > li, .p-terms-of-use__content .privacypolicy_text > ul > li ol > li, .p-terms-of-use__content .terms-of-use_text > ul > li ul > li, .p-terms-of-use__content .terms-of-use_text > ul > li ol > li {
  margin-bottom: 1em;
}
.p-privacypolicy__content .privacypolicy_text > ul > li ul > li:last-child, .p-privacypolicy__content .privacypolicy_text > ul > li ol > li:last-child, .p-privacypolicy__content .terms-of-use_text > ul > li ul > li:last-child, .p-privacypolicy__content .terms-of-use_text > ul > li ol > li:last-child, .p-terms-of-use__content .privacypolicy_text > ul > li ul > li:last-child, .p-terms-of-use__content .privacypolicy_text > ul > li ol > li:last-child, .p-terms-of-use__content .terms-of-use_text > ul > li ul > li:last-child, .p-terms-of-use__content .terms-of-use_text > ul > li ol > li:last-child {
  margin-bottom: 0;
}
.p-privacypolicy__content .privacypolicy_text > ul > li ul > li > ul, .p-privacypolicy__content .privacypolicy_text > ul > li ul > li > ol, .p-privacypolicy__content .privacypolicy_text > ul > li ol > li > ul, .p-privacypolicy__content .privacypolicy_text > ul > li ol > li > ol, .p-privacypolicy__content .terms-of-use_text > ul > li ul > li > ul, .p-privacypolicy__content .terms-of-use_text > ul > li ul > li > ol, .p-privacypolicy__content .terms-of-use_text > ul > li ol > li > ul, .p-privacypolicy__content .terms-of-use_text > ul > li ol > li > ol, .p-terms-of-use__content .privacypolicy_text > ul > li ul > li > ul, .p-terms-of-use__content .privacypolicy_text > ul > li ul > li > ol, .p-terms-of-use__content .privacypolicy_text > ul > li ol > li > ul, .p-terms-of-use__content .privacypolicy_text > ul > li ol > li > ol, .p-terms-of-use__content .terms-of-use_text > ul > li ul > li > ul, .p-terms-of-use__content .terms-of-use_text > ul > li ul > li > ol, .p-terms-of-use__content .terms-of-use_text > ul > li ol > li > ul, .p-terms-of-use__content .terms-of-use_text > ul > li ol > li > ol {
  margin-top: 0.5em;
}
.p-privacypolicy__content .privacypolicy_text > ul > li ol.num01, .p-privacypolicy__content .terms-of-use_text > ul > li ol.num01, .p-terms-of-use__content .privacypolicy_text > ul > li ol.num01, .p-terms-of-use__content .terms-of-use_text > ul > li ol.num01 {
  counter-reset: num01;
}
.p-privacypolicy__content .privacypolicy_text > ul > li ol.num01 > li, .p-privacypolicy__content .terms-of-use_text > ul > li ol.num01 > li, .p-terms-of-use__content .privacypolicy_text > ul > li ol.num01 > li, .p-terms-of-use__content .terms-of-use_text > ul > li ol.num01 > li {
  padding-left: 2rem;
  counter-increment: num01;
}
.p-privacypolicy__content .privacypolicy_text > ul > li ol.num01 > li:before, .p-privacypolicy__content .terms-of-use_text > ul > li ol.num01 > li:before, .p-terms-of-use__content .privacypolicy_text > ul > li ol.num01 > li:before, .p-terms-of-use__content .terms-of-use_text > ul > li ol.num01 > li:before {
  width: 2rem;
  margin-left: -2rem;
  content: counter(num01) ".";
  display: inline-block;
}
.p-privacypolicy__content .privacypolicy_text > ul > li ol.num02, .p-privacypolicy__content .terms-of-use_text > ul > li ol.num02, .p-terms-of-use__content .privacypolicy_text > ul > li ol.num02, .p-terms-of-use__content .terms-of-use_text > ul > li ol.num02 {
  counter-reset: num02;
}
.p-privacypolicy__content .privacypolicy_text > ul > li ol.num02 > li, .p-privacypolicy__content .terms-of-use_text > ul > li ol.num02 > li, .p-terms-of-use__content .privacypolicy_text > ul > li ol.num02 > li, .p-terms-of-use__content .terms-of-use_text > ul > li ol.num02 > li {
  padding-left: 3rem;
  counter-increment: num02;
}
.p-privacypolicy__content .privacypolicy_text > ul > li ol.num02 > li:before, .p-privacypolicy__content .terms-of-use_text > ul > li ol.num02 > li:before, .p-terms-of-use__content .privacypolicy_text > ul > li ol.num02 > li:before, .p-terms-of-use__content .terms-of-use_text > ul > li ol.num02 > li:before {
  width: 3rem;
  margin-left: -3rem;
  content: "(" counter(num02) ")";
  display: inline-block;
}
.p-privacypolicy__content .privacypolicy_text > ul > li ul > li, .p-privacypolicy__content .terms-of-use_text > ul > li ul > li, .p-terms-of-use__content .privacypolicy_text > ul > li ul > li, .p-terms-of-use__content .terms-of-use_text > ul > li ul > li {
  padding-left: 2rem;
}
.p-privacypolicy__content .privacypolicy_text > ul > li ul > li:before, .p-privacypolicy__content .terms-of-use_text > ul > li ul > li:before, .p-terms-of-use__content .privacypolicy_text > ul > li ul > li:before, .p-terms-of-use__content .terms-of-use_text > ul > li ul > li:before {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 1.2rem 0 -2rem;
  content: "";
  background-color: #dedede;
  border-radius: 50%;
  display: inline-block;
}
.p-privacypolicy__content .privacypolicy_text > ul > li table th, .p-privacypolicy__content .privacypolicy_text > ul > li table td, .p-privacypolicy__content .terms-of-use_text > ul > li table th, .p-privacypolicy__content .terms-of-use_text > ul > li table td, .p-terms-of-use__content .privacypolicy_text > ul > li table th, .p-terms-of-use__content .privacypolicy_text > ul > li table td, .p-terms-of-use__content .terms-of-use_text > ul > li table th, .p-terms-of-use__content .terms-of-use_text > ul > li table td {
  padding: 0.25em 0.5em;
  border: solid 1px #dedede;
}
.p-privacypolicy__content .privacypolicy_text > ul > li a, .p-privacypolicy__content .terms-of-use_text > ul > li a, .p-terms-of-use__content .privacypolicy_text > ul > li a, .p-terms-of-use__content .terms-of-use_text > ul > li a {
  color: #0E89CA;
}

.p-whats__subtttl01 {
  margin-bottom: 1.45em;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-whats__subtttl01 {
    font-size: 2rem;
  }
}
.p-whats__subtttl01 span {
  margin-bottom: 0.5em;
  font-family: "Poppins", sans-serif;
  font-size: 0.53em;
  font-weight: 500;
  color: #DB7600;
  display: block;
}
.p-whats__mv {
  background-image: url("../img/whats/pagetitale_bg.jpg");
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 781px) {
  .p-whats__mv {
    min-width: 1280px;
    margin-bottom: 7rem;
    padding: 6.5rem 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-whats__mv {
    margin-bottom: 3.5rem;
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 781px) {
  .p-whats__mv .inner_in {
    display: flex;
    align-items: center;
  }
}
.p-whats__mv h2 {
  font-weight: 700;
  line-height: 1.8;
}
@media only screen and (min-width: 781px) {
  .p-whats__mv h2 {
    width: 54%;
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-whats__mv h2 {
    font-size: 2.6rem;
    text-align: center;
  }
}
.p-whats__mv h2 small {
  font-size: 0.66em;
}
.p-whats__mv h2 span {
  padding: 0 0.25em;
  line-height: 1.5;
  background-color: #ffffff;
  display: inline-block;
}
@media only screen and (min-width: 781px) {
  .p-whats__mv .img {
    width: 46%;
  }
}
@media only screen and (max-width: 780px) {
  .p-whats__mv .img {
    width: 80%;
    max-width: 400px;
    margin: 1em auto 0 auto;
  }
}
@media only screen and (min-width: 781px) {
  .p-whats__like {
    margin-bottom: 5.6rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-whats__like {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-whats__like ul {
    margin-bottom: 4.8rem;
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 780px) {
  .p-whats__like ul {
    width: 90%;
    margin: 0 auto 2rem auto;
  }
}
.p-whats__like ul li {
  background-color: #ffffff;
  border-radius: 0.8rem;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.05);
  position: relative;
}
@media only screen and (min-width: 781px) {
  .p-whats__like ul li {
    width: 34.4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-whats__like ul li {
    margin-top: 4rem;
  }
}
.p-whats__like ul li:before {
  width: 4rem;
  height: 4rem;
  content: "";
  background-image: url("../img/icon_check03.png");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-whats__like ul li .img {
  width: 100%;
  border-radius: 0.8rem 0.8rem 0 0;
  overflow: hidden;
}
.p-whats__like ul li p {
  padding: 2.4rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .p-whats__like ul li p {
    font-size: 1.8rem;
  }
}
.p-whats__like ul li p span {
  color: #DB7600;
}
.p-whats__like .bottom_text {
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-whats__like .bottom_text {
    font-size: 2rem;
  }
}
.p-whats__system {
  overflow: hidden;
}
@media only screen and (min-width: 781px) {
  .p-whats__system {
    min-width: 1280px;
    margin-bottom: 5.6rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-whats__system {
    margin-bottom: 3rem;
  }
}
.p-whats__system h3 {
  margin-bottom: 2.5em;
  padding: 0.5em;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-whats__system h3 {
    font-size: 2rem;
  }
}
.p-whats__system h3:before {
  width: 9999px;
  height: 100%;
  content: "";
  background-color: #DB7600;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, 0);
}
.p-whats__system h3:after {
  width: 0;
  height: 0;
  margin-left: -1.4rem;
  content: "";
  border-style: solid;
  border-width: 2.4rem 1.4rem 0 1.4rem;
  border-color: #DB7600 transparent transparent transparent;
  position: absolute;
  top: 99%;
  left: 50%;
}
.p-whats__system .inner {
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-whats__system .inner {
    padding-bottom: 12rem;
  }
}
.p-whats__system .inner:before, .p-whats__system .inner:after {
  width: 16.3rem;
  height: 17rem;
  content: "";
  background-size: cover;
  position: absolute;
  bottom: 4.8rem;
}
@media only screen and (max-width: 780px) {
  .p-whats__system .inner:before, .p-whats__system .inner:after {
    width: 10rem;
    height: 10.4rem;
    bottom: 0;
  }
}
.p-whats__system .inner:before {
  background-image: url("../img/whats/system_img01.png");
  left: 6.7rem;
}
@media only screen and (max-width: 780px) {
  .p-whats__system .inner:before {
    left: 0;
  }
}
.p-whats__system .inner:after {
  background-image: url("../img/whats/system_img02.png");
  right: 6.7rem;
}
@media only screen and (max-width: 780px) {
  .p-whats__system .inner:after {
    right: 0;
  }
}
.p-whats__system .box {
  max-width: 77.2rem;
  margin: 0 auto;
  padding: 4.8rem;
  background-color: #ffffff;
  border-radius: 0.8rem;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 780px) {
  .p-whats__system .box {
    padding: 1.6rem;
  }
}
.p-whats__suggest {
  background-color: #F5F5F5;
}
@media only screen and (min-width: 781px) {
  .p-whats__suggest {
    min-width: 1280px;
    margin-bottom: 4.8rem;
    padding: 4.8rem 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-whats__suggest {
    margin-bottom: 2.4rem;
    padding: 2.4rem 0;
  }
}
.p-whats__suggest .p-whats__subtttl01 + p {
  margin-bottom: 2em;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 781px) {
  .p-whats__suggest .p-whats__subtttl01 + p {
    font-size: 1.8rem;
  }
}
.p-whats__suggest .box {
  background-color: #ffffff;
  border-radius: 0.8rem;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 781px) {
  .p-whats__suggest .box {
    width: 96rem;
    margin: 0 auto 3.2rem auto;
    padding: 3.2rem;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 780px) {
  .p-whats__suggest .box {
    margin-bottom: 2rem;
    padding: 1.6rem;
  }
}
.p-whats__suggest .box .agent, .p-whats__suggest .box .customer {
  text-align: center;
  background-color: #F5F5F5;
  border-radius: 0.8rem;
}
@media only screen and (min-width: 781px) {
  .p-whats__suggest .box .agent, .p-whats__suggest .box .customer {
    width: 34rem;
    padding: 2.4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-whats__suggest .box .agent, .p-whats__suggest .box .customer {
    padding: 1.6rem;
  }
}
.p-whats__suggest .box .agent h4, .p-whats__suggest .box .customer h4 {
  margin-bottom: 0.8em;
  padding: 0.2em;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  border-radius: 99px;
}
@media only screen and (max-width: 780px) {
  .p-whats__suggest .box .agent h4, .p-whats__suggest .box .customer h4 {
    font-size: 1.6rem;
  }
}
.p-whats__suggest .box .agent .img, .p-whats__suggest .box .customer .img {
  width: 18.4rem;
  margin: 0 auto 1em auto;
}
.p-whats__suggest .box .agent p, .p-whats__suggest .box .customer p {
  font-weight: 500;
}
.p-whats__suggest .box .agent h4 {
  background-color: #DB7600;
}
.p-whats__suggest .box .customer h4 {
  background-color: #1D2022;
}
@media only screen and (min-width: 781px) {
  .p-whats__suggest .box .arrow {
    width: calc(100% - 68rem);
  }
}
@media only screen and (max-width: 780px) {
  .p-whats__suggest .box .arrow {
    width: 18rem;
    margin: 0 auto;
  }
}
.p-whats__suggest .bottom_text {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-whats__suggest .bottom_text {
    font-size: 2rem;
  }
}
.p-whats__suggest .bottom_text span {
  color: #DB7600;
}
.p-whats__appeal {
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 780px) {
  .p-whats__appeal {
    margin-bottom: 2.4rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-whats__appeal ul {
    display: flex;
    justify-content: space-between;
  }
}
.p-whats__appeal ul li {
  padding: 1.6rem;
  background-color: #ffffff;
  border: solid 0.4rem #DB7600;
  border-radius: 0.8rem;
}
@media only screen and (min-width: 781px) {
  .p-whats__appeal ul li {
    width: 34.4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-whats__appeal ul li {
    width: 80%;
    margin: 0 auto;
  }
  .p-whats__appeal ul li + li {
    margin-top: 2rem;
  }
}
.p-whats__appeal ul li .img {
  margin-bottom: 2.4rem;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .p-whats__appeal ul li .img {
    margin-bottom: 2rem;
  }
}
.p-whats__appeal ul li p {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-whats__appeal ul li p {
    font-size: 1.6rem;
  }
}
.p-whats__flow {
  background-color: #F5F5F5;
}
@media only screen and (min-width: 781px) {
  .p-whats__flow {
    min-width: 1280px;
    padding: 4.8rem 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-whats__flow {
    padding: 2.4rem 0;
  }
}
.p-whats__flow .inner {
  max-width: 1200px;
}
.p-whats__flow ol {
  margin-bottom: 2em;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 781px) {
  .p-whats__flow ol {
    display: flex;
    justify-content: space-between;
  }
}
.p-whats__flow ol:after {
  width: 100%;
  height: 0.3rem;
  content: "";
  background-color: #D6C9B9;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-whats__flow ol:after {
    width: 0.3rem;
    height: 100%;
    top: 0;
    left: 50%;
  }
}
.p-whats__flow ol li {
  padding: 0 1.6rem 4rem 1.6rem;
  background-color: #ffffff;
  border-radius: 0.8rem;
}
@media only screen and (min-width: 781px) {
  .p-whats__flow ol li {
    width: 26.4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-whats__flow ol li {
    width: 80%;
    margin: 0 auto;
  }
  .p-whats__flow ol li + li {
    margin-top: 2rem;
  }
}
.p-whats__flow ol li .num {
  width: 6.4rem;
  padding: 0.2rem;
  margin: 0 auto 3.2rem auto;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  background-color: #DB7600;
  border-radius: 0 0 0.8rem 0.8rem;
  left: 50%;
}
.p-whats__flow ol li .img {
  width: 11.7rem;
  margin: 0 auto 1em auto;
}
.p-whats__flow ol li p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-whats__flow ol li p {
    font-size: 1.6rem;
  }
}
.p-whats__flow .bottom_text {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-whats__flow .bottom_text {
    font-size: 2rem;
  }
}
.p-whats__support {
  color: #ffffff;
  background-image: url("../img/whats/support_bg.jpg");
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 781px) {
  .p-whats__support {
    min-width: 1280px;
    padding: 10.9rem 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-whats__support {
    padding: 5rem 0;
    border-bottom: solid 0.5rem #ffffff;
  }
}
.p-whats__support h3 {
  margin-bottom: 0.5em;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  -webkit-text-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 780px) {
  .p-whats__support h3 {
    font-size: 2.4rem;
  }
}
.p-whats__support p {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  -webkit-text-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 780px) {
  .p-whats__support p {
    font-size: 1.6rem;
  }
}

.p-greeting__greeting {
  padding: 12rem 0 8rem 0;
  background-color: #ffffff;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-greeting__greeting {
    margin-top: -7.5rem;
    padding: 7.5rem 0 4rem 0;
  }
}
.p-greeting__greeting:after {
  width: 50%;
  height: 100%;
  content: "";
  background-color: #dddddd;
  position: absolute;
  top: 0;
  right: 0;
}
.p-greeting__greeting .inner {
  position: relative;
  z-index: 1;
}
.p-greeting__greeting .headding {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 781px) {
  .p-greeting__greeting .headding {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 781px) {
  .p-greeting__greeting .headding .ttl {
    width: 45.1%;
    padding-right: 4rem;
    position: relative;
    z-index: 1;
  }
}
.p-greeting__greeting .headding .ttl .midashi01 {
  margin-bottom: 2rem;
}
.p-greeting__greeting .headding .ttl h3 {
  margin-bottom: -0.5em;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
@media only screen and (max-width: 780px) {
  .p-greeting__greeting .headding .ttl h3 {
    font-size: 2.4rem;
  }
}
.p-greeting__greeting .headding .ttl h3 span {
  margin-bottom: 0.5em;
  padding: 0 0 0 0.5em;
  color: #ffffff;
  background-color: #545758;
  display: inline-block;
}
.p-greeting__greeting .headding .ttl .eng_text {
  width: 114%;
  margin-right: -14%;
}
@media only screen and (max-width: 780px) {
  .p-greeting__greeting .headding .ttl .eng_text {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (min-width: 781px) {
  .p-greeting__greeting .headding .img {
    width: 54.9%;
  }
}
@media only screen and (max-width: 780px) {
  .p-greeting__greeting .headding .img {
    margin-bottom: 3.2rem;
  }
}
.p-greeting__greeting .greeting_content p {
  margin-bottom: 1.2em;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.66;
}
@media only screen and (max-width: 780px) {
  .p-greeting__greeting .greeting_content p {
    font-size: 1.6rem;
  }
}
.p-greeting__greeting .greeting_content p + ul {
  margin-top: -1em;
}
.p-greeting__greeting .greeting_content p + ul li {
  padding-left: 1.77em;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.66;
}
@media only screen and (max-width: 780px) {
  .p-greeting__greeting .greeting_content p + ul li {
    font-size: 1.6rem;
  }
}
.p-greeting__greeting .greeting_content p + ul li:before {
  width: 1.27em;
  height: 1.27em;
  margin: 0 0.5em 0 -1.77em;
  content: "";
  background-image: url("../img/icon_check04.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.2em;
}
.p-greeting__greeting .greeting_content p b {
  font-size: 1.2em;
  font-weight: 700;
}
.p-greeting__greeting .greeting_content .name {
  margin-top: 2em;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-greeting__greeting .greeting_content .name {
    font-size: 1.6rem;
  }
}
.p-greeting__greeting .greeting_content .name span {
  font-size: 1.1em;
  display: block;
}
.p-greeting__member {
  padding: 8.8rem 0;
}
@media only screen and (max-width: 780px) {
  .p-greeting__member {
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 781px) {
  .p-greeting__member ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-greeting__member ul li {
  background-color: #ffffff;
}
@media only screen and (min-width: 781px) {
  .p-greeting__member ul li {
    width: 32%;
    margin: 0 2% 5.6rem 0;
  }
  .p-greeting__member ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1099px) {
  .p-greeting__member ul li {
    width: 48%;
    margin: 0 4% 4rem 0 !important;
  }
  .p-greeting__member ul li:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 780px) {
  .p-greeting__member ul li + li {
    margin-top: 3.5rem;
  }
}
.p-greeting__member ul li .img {
  width: 100%;
  height: auto;
  aspect-ratio: 384/280;
  overflow: hidden;
}
.p-greeting__member ul li .img > img, .p-greeting__member ul li .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-greeting__member ul li .text {
  padding: 1.5em;
}
.p-greeting__member ul li .text .name {
  margin-bottom: 0.66em;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 780px) {
  .p-greeting__member ul li .text .name {
    font-size: 1.8rem;
  }
}
.p-greeting__member ul li .text .name span {
  font-size: 0.63em;
  letter-spacing: 0.05em;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: #545758;
  display: block;
}
.p-greeting__member ul li .text dl + dl {
  margin-top: 1em;
}
.p-greeting__member ul li .text dl dt {
  margin-bottom: 0.5em;
  overflow: hidden;
}
.p-greeting__member ul li .text dl dt span {
  padding-right: 1em;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
.p-greeting__member ul li .text dl dt span:after {
  width: 999px;
  height: 1px;
  content: "";
  background-color: #F5F5F5;
  position: absolute;
  top: 50%;
  left: 100%;
}
.p-greeting__member ul li .text dl dd {
  font-size: 1.5rem;
  letter-spacing: 0.009em;
}
@media only screen and (max-width: 780px) {
  .p-greeting__member ul li .text dl dd {
    font-size: 1.3rem;
  }
}

.p-aboutus__philosophy {
  padding: 12rem 0 8rem 0;
  background-color: #ffffff;
}
@media only screen and (max-width: 780px) {
  .p-aboutus__philosophy {
    margin-top: -7.5rem;
    padding: 7.5rem 0 4rem 0;
  }
}
.p-aboutus__philosophy .inner {
  position: relative;
  z-index: 1;
}
.p-aboutus__philosophy h3 {
  margin-bottom: 0.87em;
  font-size: 4.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-aboutus__philosophy h3 {
    font-size: 2.4rem;
  }
}
.p-aboutus__philosophy h3 + p {
  margin-bottom: 4em;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-aboutus__philosophy h3 + p {
    margin-bottom: 2em;
    font-size: 1.6rem;
  }
}
.p-aboutus__philosophy .box {
  padding: 4rem;
  background-color: #FAFAFA;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-aboutus__philosophy .box {
    padding: 2rem;
  }
}
.p-aboutus__philosophy .box:before {
  width: 2.3rem;
  height: 2.3rem;
  content: "";
  background-image: url("../img/aboutus/box_sankaku.png");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 780px) {
  .p-aboutus__philosophy .box:before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.p-aboutus__philosophy .box + .box {
  margin-top: 1.6rem;
}
.p-aboutus__philosophy .box h4 {
  margin-bottom: 0.625em;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-aboutus__philosophy .box h4 {
    font-size: 2.2rem;
  }
}
.p-aboutus__philosophy .box h4 span {
  font-family: "Poppins", sans-serif;
  font-size: 0.625em;
  letter-spacing: 0.05em;
  color: #545758;
  display: block;
}
.p-aboutus__philosophy .box .vision_text {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-aboutus__philosophy .box .vision_text {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 901px) {
  .p-aboutus__philosophy .box .mission_list {
    display: flex;
    justify-content: space-between;
  }
}
.p-aboutus__philosophy .box .mission_list li {
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 901px) {
  .p-aboutus__philosophy .box .mission_list li {
    width: 49%;
    padding: 6rem 3rem 6rem 5rem;
  }
}
@media only screen and (max-width: 900px) {
  .p-aboutus__philosophy .box .mission_list li {
    padding: 2rem;
  }
  .p-aboutus__philosophy .box .mission_list li + li {
    margin-top: 1.6rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-aboutus__philosophy .box .mission_list li .fig {
    width: 10rem;
    margin-right: 4.8rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-aboutus__philosophy .box .mission_list li .fig {
    width: 8rem;
    margin-right: 2rem;
  }
}
.p-aboutus__philosophy .box .mission_list li p {
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
@media only screen and (min-width: 781px) {
  .p-aboutus__philosophy .box .mission_list li p {
    width: calc(100% - 14.8rem);
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-aboutus__philosophy .box .mission_list li p {
    width: calc(100% - 10rem);
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-aboutus__philosophy .box .value_list {
    display: flex;
    justify-content: space-between;
  }
}
.p-aboutus__philosophy .box .value_list li {
  background-color: #ffffff;
}
@media only screen and (min-width: 781px) {
  .p-aboutus__philosophy .box .value_list li {
    width: 31.5%;
  }
}
@media only screen and (max-width: 780px) {
  .p-aboutus__philosophy .box .value_list li {
    padding: 2rem;
  }
  .p-aboutus__philosophy .box .value_list li + li {
    margin-top: 1.6rem;
  }
}
.p-aboutus__philosophy .box .value_list li .text {
  padding: 2.4rem 2.4rem 3.2rem 2.4rem;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-aboutus__philosophy .box .value_list li .text {
    padding: 1.6rem;
  }
}
.p-aboutus__philosophy .box .value_list li .text h5 {
  margin-bottom: 0.28em;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 780px) {
  .p-aboutus__philosophy .box .value_list li .text h5 {
    font-size: 2.2rem;
  }
}
.p-aboutus__philosophy .box .value_list li .text p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 780px) {
  .p-aboutus__philosophy .box .value_list li .text p {
    font-size: 1.6rem;
  }
}
.p-aboutus__profile {
  padding: 8.8rem 0;
  background-color: #F5F5F5;
}
@media only screen and (max-width: 780px) {
  .p-aboutus__profile {
    padding: 4rem 0;
  }
}
.p-aboutus__profile .box {
  max-width: 1600px;
  margin: 5.6rem auto 0 auto;
  padding: 8.8rem 0;
  background-color: #ffffff;
}
@media only screen and (max-width: 780px) {
  .p-aboutus__profile .box {
    padding: 2.8rem 0;
  }
}
.p-aboutus__profile .box .inner {
  max-width: 1000px;
}
.p-aboutus__profile table {
  width: 100%;
}
.p-aboutus__profile table tr td {
  padding: 3.2rem 0;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  vertical-align: top;
  border-bottom: solid 1px #DEDEDE;
}
@media only screen and (max-width: 780px) {
  .p-aboutus__profile table tr td {
    padding: 1.6rem 0;
    font-size: 1.6rem;
  }
}
.p-aboutus__profile table tr td:first-child {
  width: 32%;
  padding-top: 3.2rem;
  font-size: 2.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-aboutus__profile table tr td:first-child {
    padding-top: 1.2rem;
    font-size: 2rem;
  }
}
.p-aboutus__access {
  padding: 0 0 8.8rem 0;
  background-color: #F5F5F5;
}
@media only screen and (max-width: 780px) {
  .p-aboutus__access {
    padding: 0 0 4rem 0;
  }
}
@media only screen and (min-width: 781px) {
  .p-aboutus__access .inner {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 781px) {
  .p-aboutus__access .text {
    width: 41%;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-aboutus__access .text {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-aboutus__access .text .address {
    padding-left: 4rem;
  }
}
.p-aboutus__access .text .address .company_name {
  margin-bottom: 0.66em;
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-aboutus__access .text .address .company_name {
    font-size: 2rem;
  }
}
.p-aboutus__access .text .address address {
  margin-bottom: 2.5em;
  font-weight: 500;
}
@media only screen and (min-width: 781px) {
  .p-aboutus__access .map {
    width: 59%;
  }
}
.p-aboutus__access .map iframe {
  width: 100%;
  height: 100%;
  min-height: 42rem;
}
@media only screen and (max-width: 780px) {
  .p-aboutus__access .map iframe {
    height: 24rem;
    min-height: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-aboutus__access .map .btn {
    margin-top: 1.6rem;
    text-align: center;
  }
}
.p-aboutus__access .btn01 {
  width: 28rem;
  padding: 1.5rem 3rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  color: #ffffff;
  background-color: #333333;
  background-image: url("../img/icon_arrow09.png");
  background-repeat: no-repeat;
  background-size: 1.1rem auto;
  background-position: calc(100% - 2.3rem) center;
  border: solid 0.2rem #333333;
  border-radius: 99px;
  display: inline-block;
}
.p-aboutus__access .btn01:hover {
  color: #333333;
  background-color: #ffffff;
  background-image: url("../img/icon_arrow08.png");
}
@media only screen and (max-width: 900px) {
  .p-aboutus__access .btn01 {
    width: 25.2rem;
    padding: 1.4rem;
    font-size: 1.5rem;
  }
}

.p-publish__subtttl01 {
  margin-bottom: 1.45em;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-publish__subtttl01 {
    font-size: 2rem;
  }
}
.p-publish__subtttl01 span {
  margin-bottom: 0.5em;
  font-family: "Poppins", sans-serif;
  font-size: 0.53em;
  font-weight: 500;
  color: #DB7600;
  display: block;
}
.p-publish__pagetitle {
  background-image: url("../img/publish/pagetitle_bg.jpg");
}
@media only screen and (min-width: 781px) {
  .p-publish__pagetitle .inner {
    padding: 7.3rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 780px) {
  .p-publish__pagetitle .inner {
    padding: 4rem 0;
    position: relative;
  }
}
.p-publish__pagetitle h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 2;
}
@media only screen and (max-width: 780px) {
  .p-publish__pagetitle h2 {
    font-size: 1.6rem;
  }
}
.p-publish__pagetitle h2 span {
  font-size: 1.66em;
  line-height: 1.5;
}
.p-publish__pagetitle h2 span strong {
  margin-right: 0.25em;
  padding: 0.1em 0.25em;
  font-weight: 700;
  background-color: #ffffff;
  display: inline-block;
}
.p-publish__pagetitle img {
  width: 27.4rem;
  margin-right: 5.5rem;
}
@media only screen and (max-width: 780px) {
  .p-publish__pagetitle img {
    width: 8.5rem;
    margin-right: 0;
    position: absolute;
    bottom: 1rem;
    right: 0;
  }
}
.p-publish__intro {
  padding: 7rem 0 9.5rem 0;
}
@media only screen and (max-width: 780px) {
  .p-publish__intro {
    padding: 3.5rem 0;
  }
}
@media only screen and (min-width: 781px) {
  .p-publish__intro .content {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 781px) {
  .p-publish__intro .content .img {
    width: 46.4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-publish__intro .content .img {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media only screen and (min-width: 781px) {
  .p-publish__intro .content .text {
    width: 56.8rem;
  }
}
.p-publish__intro .content .text p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
}
@media only screen and (max-width: 780px) {
  .p-publish__intro .content .text p {
    font-size: 1.6rem;
  }
}
.p-publish__intro .content .text p span {
  color: #DB7600;
}
.p-publish__system {
  margin-bottom: 6.4rem;
  padding-bottom: 7.2rem;
  background-color: #F5F5F5;
}
@media only screen and (max-width: 780px) {
  .p-publish__system {
    margin-bottom: 3.2rem;
    padding-bottom: 3.5rem;
  }
}
.p-publish__system .headding {
  margin-bottom: 5.5rem;
  padding: 1.4rem 0;
  color: #ffffff;
  background-color: #DB7600;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-publish__system .headding {
    margin-bottom: 3rem;
  }
}
.p-publish__system .headding:after {
  width: 0;
  height: 0;
  margin-left: -2.4rem;
  content: "";
  border: solid transparent;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #DB7600;
  border-width: 2.4rem;
  position: absolute;
  top: 100%;
  left: 50%;
}
@media only screen and (max-width: 780px) {
  .p-publish__system .headding:after {
    margin-left: -1.2rem;
    border-width: 1.2rem;
  }
}
.p-publish__system .headding h3 {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-publish__system .headding h3 {
    font-size: 2rem;
  }
}
.p-publish__system p {
  margin-bottom: 2.7em;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-publish__system p {
    font-size: 1.6rem;
  }
}
.p-publish__system .img {
  width: 84rem;
  margin: 0 auto;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 780px) {
  .p-publish__system .img {
    width: 39rem;
    max-width: 100%;
  }
}
.p-publish__strengths {
  margin-bottom: 10.4rem;
}
@media only screen and (max-width: 780px) {
  .p-publish__strengths {
    margin-bottom: 5.2rem;
  }
}
.p-publish__strengths .inner_in {
  max-width: 1000px;
}
@media only screen and (min-width: 781px) {
  .p-publish__strengths .strengths > li {
    display: flex;
    justify-content: space-between;
  }
}
.p-publish__strengths .strengths > li + li {
  margin-top: 4.8rem;
}
.p-publish__strengths .strengths > li .img {
  width: 38.5rem;
}
@media only screen and (max-width: 780px) {
  .p-publish__strengths .strengths > li .img {
    max-width: 100%;
    margin: 0 auto 2rem auto;
  }
}
@media only screen and (min-width: 781px) {
  .p-publish__strengths .strengths > li .text {
    width: 55.2rem;
  }
}
.p-publish__strengths .strengths > li .text h4 {
  margin-bottom: 1.33em;
  padding-bottom: 0.7em;
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: solid 1px #DEDEDE;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-publish__strengths .strengths > li .text h4 {
    font-size: 2rem;
  }
}
.p-publish__strengths .strengths > li .text h4:after {
  width: 4em;
  height: 0.2rem;
  content: "";
  background-color: #DB7600;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
}
.p-publish__strengths .strengths > li .text ul li {
  padding-left: 5rem;
  font-size: 1.8rem;
  font-weight: 500;
  background-image: url("../img/icon_check03.png");
  background-repeat: no-repeat;
  background-size: 2.6rem auto;
  background-position: left center;
}
@media only screen and (max-width: 780px) {
  .p-publish__strengths .strengths > li .text ul li {
    padding-left: 3rem;
    font-size: 1.6rem;
    background-size: 2rem auto;
  }
}
.p-publish__strengths .strengths > li .text ul li + li {
  margin-top: 2.5rem;
}
.p-publish__flow {
  margin-bottom: 7.2rem;
  padding: 5.6rem 0 6.5rem 0;
  background-color: #F5F5F5;
}
@media only screen and (max-width: 780px) {
  .p-publish__flow {
    margin-bottom: 3.5rem;
    padding: 3.5rem 0;
  }
}
.p-publish__flow .inner {
  max-width: 1200px;
}
.p-publish__flow ol {
  margin-bottom: 2em;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 781px) {
  .p-publish__flow ol {
    display: flex;
    justify-content: space-between;
  }
}
.p-publish__flow ol:after {
  width: 100%;
  height: 0.3rem;
  content: "";
  background-color: #D6C9B9;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-publish__flow ol:after {
    width: 0.3rem;
    height: 100%;
    top: 0;
    left: 50%;
  }
}
.p-publish__flow ol li {
  padding: 0 1.6rem 4rem 1.6rem;
  background-color: #ffffff;
  border-radius: 0.8rem;
}
@media only screen and (min-width: 781px) {
  .p-publish__flow ol li {
    width: 26.4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-publish__flow ol li {
    width: 80%;
    margin: 0 auto;
  }
  .p-publish__flow ol li + li {
    margin-top: 2rem;
  }
}
.p-publish__flow ol li .num {
  width: 6.4rem;
  padding: 0.2rem;
  margin: 0 auto 3.2rem auto;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  background-color: #DB7600;
  border-radius: 0 0 0.8rem 0.8rem;
  left: 50%;
}
.p-publish__flow ol li .img {
  width: 11.7rem;
  margin: 0 auto 1em auto;
}
.p-publish__flow ol li h4 {
  margin-bottom: 0.4em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-publish__flow ol li h4 {
    font-size: 1.6rem;
  }
}
.p-publish__flow ol li p {
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-publish__flow ol li p {
    font-size: 1.4rem;
  }
}
.p-publish__flow .bottom_text {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-publish__flow .bottom_text {
    font-size: 2rem;
  }
}
.p-publish__flow .bottom_text span {
  color: #DB7600;
}
.p-publish__fee {
  margin-bottom: 8.8rem;
}
@media only screen and (max-width: 780px) {
  .p-publish__fee {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-publish__fee .content {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 781px) {
  .p-publish__fee .content .img {
    width: 28.8rem;
    margin-right: 3.8rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-publish__fee .content .img {
    margin-bottom: 2rem;
    text-align: center;
  }
  .p-publish__fee .content .img img {
    width: 28.8rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-publish__fee .content .text {
    width: 56.8rem;
  }
}
.p-publish__fee .content .text h4 {
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  border-bottom: solid 1px #DEDEDE;
}
@media only screen and (max-width: 780px) {
  .p-publish__fee .content .text h4 {
    font-size: 1.8rem;
  }
}
.p-publish__fee .content .text p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
}
@media only screen and (max-width: 780px) {
  .p-publish__fee .content .text p {
    font-size: 1.6rem;
  }
}
.p-publish__fee .content .text p span {
  color: #DB7600;
}
.p-publish__cta {
  padding: 4.8rem 0 6.4rem 0;
  background-image: url("../img/publish/cta_bg.jpg");
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 780px) {
  .p-publish__cta {
    margin-bottom: 0.3rem;
    padding: 3.5rem 0;
  }
}
.p-publish__cta .p-publish__subtttl01 {
  color: #ffffff;
}
.p-publish__cta .p-publish__subtttl01 span {
  color: #ffffff;
}
@media only screen and (min-width: 781px) {
  .p-publish__cta .content {
    display: flex;
    justify-content: space-between;
  }
}
.p-publish__cta .content .box {
  text-align: center;
  background-color: #ffffff;
  border-radius: 0.8rem;
}
@media only screen and (min-width: 781px) {
  .p-publish__cta .content .box {
    width: 52.8rem;
    padding: 4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-publish__cta .content .box {
    padding: 2rem;
  }
  .p-publish__cta .content .box + .box {
    margin-top: 3rem;
  }
}
.p-publish__cta .content .box h4 {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-publish__cta .content .box h4 {
    font-size: 1.8rem;
  }
}
.p-publish__cta .content .box h4:before {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.4em;
  content: "";
  background-size: cover;
  display: inline-block;
  vertical-align: -0.2em;
}
.p-publish__cta .content .box.tel h4 {
  margin-bottom: 0.8em;
}
.p-publish__cta .content .box.tel h4:before {
  background-image: url("../img/publish/icon_tel01.png");
}
.p-publish__cta .content .box.tel .num {
  font-family: "Poppins", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
}
@media only screen and (max-width: 780px) {
  .p-publish__cta .content .box.tel .num {
    font-size: 1.8rem;
  }
}
.p-publish__cta .content .box.tel .num a {
  margin-left: 0.25em;
  font-size: 1.86em;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
}
.p-publish__cta .content .box.tel p {
  font-size: 1.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-publish__cta .content .box.tel p {
    font-size: 1.3rem;
  }
}
.p-publish__cta .content .box.mail h4 {
  margin-bottom: 1.1em;
}
.p-publish__cta .content .box.mail h4:before {
  background-image: url("../img/publish/icon_mail01.png");
}
.p-publish__cta .content .box.mail .btn a {
  width: 36rem;
  padding: 0.66em;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #1D2022;
  border-radius: 0.4rem;
  box-shadow: 0 0.5rem 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .p-publish__cta .content .box.mail .btn a {
    width: 30rem;
    max-width: 100%;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-publish__cta .content .box.mail .btn a:hover {
    background-color: #DB7600;
  }
}

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