@charset "UTF-8";
/* CSS Document */
/*==================================================
Foundation
==================================================*/
/*--------------------------------------------------
Font
--------------------------------------------------*/
/*@font-face {
  font-family: '';
  font-weight: normal;
  src: url('../font/') format('');
  font-display: swap;
}*/
.mincho {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
}

.gothic {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*--------------------------------------------------
Media Query
--------------------------------------------------*/
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.tb {
  display: block;
}
@media screen and (max-width: 960px) {
  .tb {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

/*--------------------------------------------------
Base
--------------------------------------------------*/
*, ::before, ::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1em;
  line-height: 1.6;
  color: #1b1b1b;
  position: relative;
  overflow-wrap: break-word;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.875rem;
  }
}
body.is-fixed {
  overflow: hidden;
  height: 100%;
}

#container {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  word-break: break-word;
  color: inherit;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

article a {
  text-decoration: underline;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
}

address {
  font-style: normal;
}

small {
  font-size: 100%;
}

iframe {
  vertical-align: bottom;
  max-width: 100%;
  max-height: 100%;
}

input, select, textarea {
  font-size: 16px !important;
}

button {
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

ol, ul {
  list-style-type: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

video {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  width: 100%;
}

/*==================================================
Layout
==================================================*/
/*--------------------------------------------------
Header
--------------------------------------------------*/
.header {
  width: 100%;
  position: relative;
}
.header .hero {
  position: relative;
}
.header .hero .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .header .hero .img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header .hero .img img {
  width: 50%;
  height: 940px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .header .hero .img img {
    width: 100%;
    height: 50vh;
  }
}
.header .hero .txtarea {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  color: #fff;
  position: absolute;
  bottom: 80px;
  left: 4%;
}
@media screen and (max-width: 768px) {
  .header .hero .txtarea {
    top: 50%;
    bottom: 50%;
  }
}
.header .hero .txt01 {
  font-size: 120px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .header .hero .txt01 {
    font-size: 30px;
  }
}
.header .hero .txt02 {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .header .hero .txt02 {
    font-size: 18px;
  }
}
.header .hero .txt03 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .header .hero .txt03 {
    font-size: 12px;
  }
}
.header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4%;
  max-width: 1800px;
  margin: 0 auto;
}
.header .logo {
  position: absolute;
  top: 30px;
  left: 4%;
}
@media screen and (max-width: 768px) {
  .header .logo {
    top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header .logo img {
    max-height: 40px;
  }
}
.header .logo02 {
  display: none;
}
.header .gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  background-color: #fff;
  padding: 30px 100px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .header .gnav {
    display: none;
  }
}
.header .gnav .gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
.header .gnav .gnav-list > li {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-size: 15px;
  font-size: clamp(12px, 1.2vw, 15px);
  position: relative;
}
.header .gnav .gnav-list > li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .gnav .gnav-list > li a:hover {
  opacity: 0.7;
}
.header .menu-btn {
  display: none;
  background-color: #fff;
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 9;
  top: 10px;
  right: 4%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .header .menu-btn {
    display: block;
  }
}
.header .menu-btn > span {
  display: block;
  background-color: #0f0e26;
  width: 30px;
  height: 4px;
  margin: auto;
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .menu-btn > span:nth-child(2) {
  top: 19px;
}
.header .menu-btn > span:nth-child(3) {
  top: 29px;
}
.header .menu-btn.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}
.header .menu-btn.is-active span:nth-of-type(2) {
  opacity: 0;
}
.header .menu-btn.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}
.header .menu {
  display: none;
  background-color: #0f0e26;
  color: #fff;
  position: fixed;
  z-index: 9;
  top: 60px;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding: 0 4%;
}
.header .menu-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.header .menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.header .menu-nav .menu-list {
  max-width: 400px;
  width: 100%;
}
.header .menu-nav .menu-list > li {
  border-bottom: 1px solid #fff;
  font-size: 13px;
}
.header .menu-nav .menu-list > li:last-child {
  border-bottom: 0;
}
.header .menu-nav .menu-list > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 20px 16px 20px 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.header .menu-nav .menu-list > li a::before {
  content: "";
  background-color: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 6px;
  height: 6px;
  position: absolute;
  top: 28px;
  left: 10px;
}
.header .menu-nav .menu-list > li a:hover {
  opacity: 0.7;
}

.low-header {
  color: #fff;
  width: 100%;
  padding: 30px 4%;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .low-header {
    padding: 10px 4%;
  }
}
.low-header.is-fixed {
  background-color: #fff;
  color: #1b1b1b;
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  left: 0;
}
.low-header.is-fixed .logo01 {
  display: none;
}
.low-header.is-fixed .logo02 {
  display: block;
}
.low-header .logo02 {
  display: none;
}
.low-header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4%;
  max-width: 1800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .low-header .logo img {
    max-height: 40px;
  }
}
.low-header .gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
}
@media screen and (max-width: 768px) {
  .low-header .gnav {
    display: none;
  }
}
.low-header .gnav .gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
.low-header .gnav .gnav-list > li {
  font-size: 15px;
  font-size: clamp(12px, 1.2vw, 15px);
  position: relative;
}
.low-header .gnav .gnav-list > li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.low-header .gnav .gnav-list > li a:hover {
  opacity: 0.7;
}
.low-header .menu-btn {
  display: none;
  background-color: #fff;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 9;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .low-header .menu-btn {
    display: block;
  }
}
.low-header .menu-btn > span {
  display: block;
  background-color: #0f0e26;
  width: 30px;
  height: 4px;
  margin: auto;
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.low-header .menu-btn > span:nth-child(2) {
  top: 19px;
}
.low-header .menu-btn > span:nth-child(3) {
  top: 29px;
}
.low-header .menu-btn.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}
.low-header .menu-btn.is-active span:nth-of-type(2) {
  opacity: 0;
}
.low-header .menu-btn.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}
.low-header .menu {
  display: none;
  background-color: #0f0e26;
  color: #fff;
  position: fixed;
  z-index: 9;
  top: 60px;
  left: 0;
  width: 100%;
  padding: 0 4%;
}
.low-header .menu-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.low-header .menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.low-header .menu-nav .menu-list {
  max-width: 400px;
  width: 100%;
}
.low-header .menu-nav .menu-list > li {
  border-bottom: 1px solid #fff;
  font-size: 13px;
}
.low-header .menu-nav .menu-list > li:last-child {
  border-bottom: 0;
}
.low-header .menu-nav .menu-list > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 20px 16px 20px 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.low-header .menu-nav .menu-list > li a::before {
  content: "";
  background-color: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 6px;
  height: 6px;
  position: absolute;
  top: 28px;
  left: 10px;
}
.low-header .menu-nav .menu-list > li a:hover {
  opacity: 0.7;
}

/*--------------------------------------------------
Footer
--------------------------------------------------*/
.footer {
  background-color: #0f0e26;
  color: #fff;
  padding: 60px 4%;
}
@media screen and (max-width: 768px) {
  .footer {
    font-size: 13px;
    padding: 30px 4%;
  }
}
.footer .inner {
  max-width: 1800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .nav {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .footer .nav {
    margin-bottom: 40px;
  }
}
.footer .nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em 2em;
  border-top: 1px solid #878793;
  border-bottom: 1px solid #878793;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .footer .nav .nav-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1em 0;
    padding: 20px;
  }
}
.footer .nav .nav-list > li {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .footer .nav .nav-list > li {
    padding: 0 1em;
  }
}
.footer .nav .nav-list > li a:hover {
  text-decoration: underline;
}
.footer .logo {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .footer .logo {
    margin-bottom: 50px;
  }
}
.footer .copyright {
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer .copyright {
    font-size: 12px;
  }
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .pagetop {
    right: 10px;
    bottom: 10px;
  }
}

/*--------------------------------------------------
Low
--------------------------------------------------*/
.pagehead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  height: 400px;
  padding: 150px 4%;
}
@media screen and (max-width: 768px) {
  .pagehead {
    height: 200px;
    padding: 75px 4%;
  }
}
.pagehead .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.pagehead .pagettl {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-size: 60px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .pagehead .pagettl {
    font-size: 30px;
  }
}
.pagehead .pagettl .small {
  display: block;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .pagehead .pagettl .small {
    font-size: 12px;
  }
}

.breadcrumb {
  padding: 10px 4% 100px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding-bottom: 50px;
  }
}
.breadcrumb .breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1200px;
  margin: 0 auto;
}
.breadcrumb .breadcrumb-list > li {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .breadcrumb .breadcrumb-list > li {
    font-size: 12px;
  }
}
.breadcrumb .breadcrumb-list > li::after {
  content: ">";
  margin: 0 5px;
}
.breadcrumb .breadcrumb-list > li a:hover {
  text-decoration: underline;
}
.breadcrumb .breadcrumb-list > li:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 14em;
}
.breadcrumb .breadcrumb-list > li:last-child::after {
  display: none;
}

/*==================================================
Component
==================================================*/
.c-section {
  padding: 0 4% 150px;
}
@media screen and (max-width: 768px) {
  .c-section {
    padding: 0 4% 75px;
  }
}
.c-section:last-child {
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .c-section:last-child {
    padding-bottom: 90px;
  }
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

.inner-wide {
  max-width: 1800px;
  margin: 0 auto;
}

.c-heading {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-size: clamp(18px, 4vw, 36px);
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
.c-heading .small {
  display: block;
  font-size: 16px;
}

.c-text-center {
  text-align: center;
}

.c-red {
  color: #c13133;
}

/*--------------------------------------------------
table
--------------------------------------------------*/
.c-table-company {
  overflow: auto;
}
.c-table-company table th, .c-table-company table td {
  background-color: #fff;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .c-table-company table th, .c-table-company table td {
    display: block;
    padding: 10px;
  }
}
.c-table-company table th {
  text-align: left;
  font-weight: bold;
  width: 260px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-table-company table th {
    width: auto;
  }
}
.c-table-company table th::before {
  content: "";
  border-bottom: 1px solid #b5b5b5;
  width: 80%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-table-company table td {
  border-bottom: 1px solid #b5b5b5;
}

.c-table-result {
  overflow: auto;
}
.c-table-result table tr {
  border-bottom: 1px solid #aaa;
}
.c-table-result table th, .c-table-result table td {
  background-color: #fff;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-table-result table th, .c-table-result table td {
    padding: 10px;
  }
}
.c-table-result table th {
  background-color: #eee;
  border: 1px solid #fff;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-size: 20px;
  font-weight: bold;
}

/*--------------------------------------------------
Form
--------------------------------------------------*/
.c-form {
  margin: 50px 0;
}
.c-form table th, .c-form table td {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .c-form table th, .c-form table td {
    display: block;
    padding: 10px;
  }
}
.c-form table th {
  text-align: left;
  vertical-align: top;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .c-form table th {
    width: auto;
  }
}
.c-form .required {
  display: inline-block;
  vertical-align: middle;
  background-color: #dd6580;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  margin-left: 1em;
  padding: 3px 10px;
}
.c-form .col-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.c-form .row-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.c-form label {
  cursor: pointer;
}
.c-form [type=text], .c-form [type=email], .c-form [type=tel] {
  background-color: #fff;
  border: 1px solid #959595;
  border-radius: 3px;
  max-width: 290px;
  width: 100%;
  min-height: 40px;
  padding: 10px;
}
.c-form [type=number] {
  background-color: #fff;
  border: 1px solid #959595;
  border-radius: 3px;
  max-width: 120px;
  width: 100%;
  min-height: 40px;
  padding: 10px;
}
.c-form select {
  border: 1px solid #959595;
  border-radius: 3px;
  padding: 10px;
}
.c-form textarea {
  background-color: #fff;
  border: 1px solid #959595;
  border-radius: 3px;
  max-width: 840px;
  width: 100%;
  height: 180px;
  padding: 10px;
}
.c-form ::-webkit-input-placeholder {
  color: #ccc;
}
.c-form ::-moz-placeholder {
  color: #ccc;
}
.c-form :-ms-input-placeholder {
  color: #ccc;
}
.c-form ::-ms-input-placeholder {
  color: #ccc;
}
.c-form ::placeholder {
  color: #ccc;
}
.c-form .privacy {
  background-color: #f1f1f1;
  height: 300px;
  margin: 2em 0;
  padding: 50px;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .c-form .privacy {
    height: 200px;
    padding: 20px;
  }
}
.c-form .privacy .privacy-head {
  font-weight: bold;
  margin-bottom: 1em;
}
.c-form .privacy dl {
  margin: 2em 0;
}
.c-form .privacy dl div {
  margin-bottom: 2em;
}
.c-form .privacy dl dt {
  font-weight: bold;
}
.c-form .agree {
  text-align: center;
  margin: 2em 0;
}
.c-form .btn input[type=submit] {
  display: block;
  background-color: #535353;
  border: 1px solid #535353;
  color: #fff;
  font-size: 16px;
  text-align: center;
  max-width: 240px;
  width: 100%;
  margin: 2em auto;
  padding: 15px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .c-form .btn input[type=submit] {
    font-size: 13px;
    padding: 15px;
  }
}
.c-form .btn input[type=submit]:hover {
  opacity: 0.7;
}

div.cf-turnstile {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

/*--------------------------------------------------
Pagination
--------------------------------------------------*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2em;
  line-height: 1;
  padding: 2em 0;
}
.pagination .pagination-last,
.pagination .pagination-first,
.pagination .pagination-next,
.pagination .pagination-prev,
.pagination .pagination-item a,
.pagination .is-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-decoration: none;
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  min-width: 32px;
  min-height: 32px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.5em 0.5em;
  margin: 0 0.2em;
}
.pagination .pagination-last:hover:not(li),
.pagination .pagination-first:hover:not(li),
.pagination .pagination-next:hover:not(li),
.pagination .pagination-prev:hover:not(li),
.pagination .pagination-item a:hover:not(li),
.pagination .is-current:hover:not(li) {
  background: #ddd;
}
.pagination .pagination-list {
  display: none;
}
@media (min-width: 520px) {
  .pagination .pagination-list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 960px) {
  .pagination .pagination-list {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (min-width: 520px) {
  .pagination .is-current {
    background: #202020;
    color: #fff;
    font-weight: bold;
  }
}
.pagination .pagination-page {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  border: 1px solid #ccc;
  padding: 1em;
}
@media (min-width: 520px) {
  .pagination .pagination-page {
    display: none;
  }
}
.pagination .pagination-prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 520px) {
  .pagination .pagination-prev {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 960px) {
  .pagination .pagination-prev {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.pagination .pagination-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (min-width: 520px) {
  .pagination .pagination-next {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (min-width: 960px) {
  .pagination .pagination-next {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.pagination .pagination-first {
  display: none;
}
@media (min-width: 960px) {
  .pagination .pagination-first {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.pagination .pagination-last {
  display: none;
}
@media (min-width: 960px) {
  .pagination .pagination-last {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.pagenav {
  padding: 2em 0;
}
.pagenav .pagenav-list {
  background-color: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 4%;
  padding: 1em 2em;
}
.pagenav .pagenav-list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .pagenav .pagenav-list > li {
    font-size: 13px;
  }
}
.pagenav .next {
  text-align: right;
}
.pagenav a {
  text-decoration: underline;
  color: #dd3333;
}
.pagenav a:hover {
  text-decoration: none;
}

/*==================================================
Project
==================================================*/
/*--------------------------------------------------
top
--------------------------------------------------*/
.p-top .section01 {
  padding: 140px 4%;
}
@media screen and (max-width: 768px) {
  .p-top .section01 {
    padding: 50px 4%;
  }
}
.p-top .section01 .inner {
  max-width: 1574px;
  margin: 0 auto;
  position: relative;
}
.p-top .section01 .inner::before {
  content: "GREETING";
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-size: 130px;
  line-height: 1;
  color: #eee;
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 60px;
}
@media screen and (max-width: 768px) {
  .p-top .section01 .inner::before {
    display: none;
  }
}
.p-top .section01 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.3333333333%;
}
@media screen and (max-width: 768px) {
  .p-top .section01 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-top .section01 .txtarea {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top .section01 .txtarea {
    padding: 0;
  }
}
.p-top .section01 .heading {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-size: 60px;
  margin-bottom: 1em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-top .section01 .heading {
    font-size: 30px;
  }
}
.p-top .section01 .catch {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-size: 28px;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .p-top .section01 .catch {
    font-size: 18px;
  }
}
.p-top .section01 .img {
  width: 54.1666666667%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-top .section01 .img {
    width: auto;
  }
}
.p-top .section01 .more {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  text-align: right;
  margin-top: 50px;
}
.p-top .section01 .more a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-top .section01 .more a:hover {
  opacity: 0.7;
}
.p-top .section02 {
  padding: 0 4% 140px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .section02 {
    padding: 0 4% 50px;
  }
}
.p-top .section02::before {
  content: "";
  background-color: #eee;
  clip-path: polygon(0 50%, 100% 0%, 100% 100%, 0% 100%);
  width: 100%;
  height: 80%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
.p-top .section02 .inner {
  max-width: 1645px;
  margin: 0 auto;
  position: relative;
}
.p-top .section02 .inner::before {
  content: "BUSINESS";
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-size: 130px;
  line-height: 1;
  color: #dcdcdc;
  position: absolute;
  z-index: 1;
  bottom: 120px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-top .section02 .inner::before {
    display: none;
  }
}
.p-top .section02 .heading {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-size: 46px;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .p-top .section02 .heading {
    font-size: 30px;
  }
}
.p-top .section02 .heading .small {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-top .section02 .heading .small {
    font-size: 12px;
  }
}
.p-top .section02 .business-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.6666666667%;
}
@media screen and (max-width: 768px) {
  .p-top .section02 .business-list {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .section02 .business-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top .section02 .business-list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 640px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-top .section02 .business-list > li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    height: 200px;
  }
}
.p-top .section02 .business-list > li a {
  display: block;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-top .section02 .business-list > li a {
    padding: 20px;
  }
}
.p-top .section02 .business-list > li a:hover {
  opacity: 0.7;
}
.p-top .section02 .business-list > li .ttl {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .section02 .business-list > li .ttl {
    font-size: 18px;
  }
}
.p-top .section02 .business-list > li .ttl .small {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-top .section02 .business-list > li .ttl .small {
    font-size: 12px;
  }
}
.p-top .section02 .business-list > li:nth-child(1) {
  margin-top: 260px;
}
@media screen and (max-width: 768px) {
  .p-top .section02 .business-list > li:nth-child(1) {
    margin: 0;
  }
}
.p-top .section02 .business-list > li:nth-child(2) {
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .p-top .section02 .business-list > li:nth-child(2) {
    margin: 0;
  }
}
.p-top .section03 {
  padding: 0 4% 140px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .section03 {
    padding: 0 4% 50px;
  }
}
.p-top .section03 .inner {
  max-width: 1645px;
  margin: 0 auto;
  position: relative;
}
.p-top .section03 .inner::before {
  content: "LAND PURCHASE";
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-size: 130px;
  line-height: 1;
  color: #dcdcdc;
  color: rgba(220, 220, 220, 0.5);
  position: absolute;
  z-index: 1;
  bottom: 50px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-top .section03 .inner::before {
    display: none;
  }
}
.p-top .section03::after {
  content: "";
  background-color: #eee;
  width: 100%;
  height: 70%;
  height: 784px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.p-top .section03 .heading {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-size: 46px;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .p-top .section03 .heading {
    font-size: 30px;
  }
}
.p-top .section03 .heading .small {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-top .section03 .heading .small {
    font-size: 12px;
  }
}
.p-top .section03 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.3333333333%;
  max-width: 2000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top .section03 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-top .section03 .img {
  width: 54.1666666667%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-top .section03 .img {
    width: auto;
  }
}
.p-top .section03 .img img {
  width: 100%;
  height: 768px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-top .section03 .img img {
    height: auto;
  }
}
.p-top .section03 .txtarea {
  max-width: 600px;
  padding-top: 60px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-top .section03 .txtarea {
    padding: 0;
  }
}
.p-top .section03 .catch {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-size: 28px;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .p-top .section03 .catch {
    font-size: 18px;
  }
}
.p-top .section03 .btn {
  margin-top: 50px;
  position: relative;
}
.p-top .section03 .btn a {
  display: block;
  border: 1px solid #1b1b1b;
  font-size: 16px;
  text-align: center;
  max-width: 400px;
  padding: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-top .section03 .btn a:hover {
  opacity: 0.7;
}
.p-top .section04 {
  padding: 0 4% 160px;
}
@media screen and (max-width: 768px) {
  .p-top .section04 {
    padding: 0 4% 75px;
  }
}
.p-top .section04 .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.p-top .section04 .heading {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-size: 46px;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .p-top .section04 .heading {
    font-size: 30px;
  }
}
.p-top .section04 .heading .small {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-top .section04 .heading .small {
    font-size: 12px;
  }
}
.p-top .section04 .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5%;
}
@media screen and (max-width: 768px) {
  .p-top .section04 .contact-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-top .section04 .contact-list > li {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-size: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top .section04 .contact-list > li a {
  display: block;
  border: 1px solid #1b1b1b;
  text-align: center;
  padding: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-top .section04 .contact-list > li a {
    padding: 20px;
  }
}
.p-top .section04 .contact-list > li a:hover {
  opacity: 0.7;
}
.p-top .section04 .contact-list > li .small {
  display: inline-block;
  font-size: 15px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .section04 .contact-list > li .small {
    margin: 0;
  }
}

/*--------------------------------------------------
company
--------------------------------------------------*/
.p-company .section01 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .p-company .section01 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-company .section01 .row .image {
  width: 46.15%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-company .section01 .row .image {
    text-align: center;
    width: auto;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.p-company .section01 .row .image img {
  width: 100%;
  height: 580px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-company .section01 .row .image img {
    width: auto;
    height: auto;
  }
}
.p-company .section01 .row .title {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-size: clamp(18px, 3vw, 32px);
  font-weight: bold;
  margin-bottom: 1em;
  padding-bottom: 1rem;
  position: relative;
}
.p-company .section01 .row .title::before {
  content: "";
  border-bottom: 1px solid #e5e5e5;
  width: 50%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-company .section01 .row .name {
  text-align: right;
  margin-top: 2em;
}
.p-company .section01 .row .name strong {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-size: 24px;
}
.p-company .section03 .map {
  margin-bottom: 2em;
}
.p-company .section03 .map iframe {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 768px) {
  .p-company .section03 .map iframe {
    height: 200px;
  }
}
.p-company .section03 .address::before {
  content: "";
  display: inline-block;
  background-image: url(../img/company/ico-address.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1em;
  height: 1em;
  margin-right: 10px;
}
.p-company .section03 .traffic::before {
  content: "";
  display: inline-block;
  background-image: url(../img/company/ico-traffic.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1em;
  height: 1em;
  margin-right: 10px;
}

/*--------------------------------------------------
business
--------------------------------------------------*/
.p-business .section01 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .p-business .section01 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-business .section01 .row .image {
  width: 46.15%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-business .section01 .row .image {
    text-align: center;
    width: auto;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.p-business .section01 .row .title {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-size: clamp(18px, 3vw, 32px);
  font-weight: bold;
  margin-bottom: 1em;
  padding-bottom: 1rem;
  position: relative;
}
.p-business .section01 .row .title::before {
  content: "";
  border-bottom: 1px solid #e5e5e5;
  width: 50%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-business .section01 .row .title strong {
  font-size: clamp(18px, 5vw, 50px);
}
.p-business .section01 .row .name {
  text-align: right;
  margin-top: 2em;
}
.p-business .section01 .row .name strong {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-size: 24px;
}
.p-business .section02 .value-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 52px 4.3333333333%;
}
.p-business .section02 .value-list > li {
  max-width: 365px;
  width: 30.4166666667%;
}
@media screen and (max-width: 768px) {
  .p-business .section02 .value-list > li {
    width: 100%;
    margin: 0 auto;
  }
}
.p-business .section02 .value-list > li .value-title {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-size: 24px;
  margin: 1rem 0;
}
.p-business .section03 .link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-business .section03 .link-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-business .section03 .link-list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 270px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-business .section03 .link-list > li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.p-business .section03 .link-list > li a {
  display: block;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding: 40px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-business .section03 .link-list > li a {
    padding: 20px;
  }
}
.p-business .section03 .link-list > li a::after {
  content: "→";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 26px;
  width: 65px;
  height: 65px;
  padding: 3px;
  position: absolute;
  bottom: 25px;
  right: 40px;
}
.p-business .section03 .link-list > li a:hover {
  opacity: 0.7;
}
.p-business .section03 .link-list > li .link-title {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-size: clamp(30px, 4vw, 40px);
}
.p-business .section03 .link-list > li .link-title .small {
  display: block;
  font-size: 16px;
}

/*--------------------------------------------------
example
--------------------------------------------------*/
.p-example .case-list {
  margin: 50px 0;
  counter-reset: count 0;
}
.p-example .case-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  background-color: #eee;
  margin-bottom: 50px;
  padding: 40px 60px;
  counter-increment: count 1;
}
@media screen and (max-width: 768px) {
  .p-example .case-list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
}
.p-example .case-list > li .case-number {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.p-example .case-list > li .case-number::after {
  content: counter(count, decimal-leading-zero);
  display: block;
  font-size: 46px;
  line-height: 1.2;
}
.p-example .case-list > li .case-image {
  text-align: center;
}
.p-example .case-list > li .case-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .p-example .case-list > li .case-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-example .case-list > li .case-before {
  background-color: #fff;
  border-radius: 6px;
  max-width: 340px;
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-example .case-list > li .case-before {
    max-width: none;
    width: 100%;
  }
}
.p-example .case-list > li .case-before::after {
  content: "";
  background-image: url(../img/example/example-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 97px;
  height: 55px;
  margin: auto;
  position: absolute;
  bottom: -35px;
  right: -80px;
}
@media screen and (max-width: 768px) {
  .p-example .case-list > li .case-before::after {
    bottom: -55px;
    left: 0;
    right: 0;
  }
}
.p-example .case-list > li .case-after {
  background-color: #fff;
  border-radius: 6px;
  max-width: 460px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .p-example .case-list > li .case-after {
    max-width: none;
    width: 100%;
  }
}
.p-example .case-list > li .case-title {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
.p-example .case-list > li .case-catch {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1rem;
}

/*--------------------------------------------------
result
--------------------------------------------------*/
/*--------------------------------------------------
contact
--------------------------------------------------*/
.p-contact .tel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #eee;
}
@media screen and (max-width: 768px) {
  .p-contact .tel-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-contact .tel-wrap .tel-head {
  border-right: 1px solid #aeaeae;
  padding: 20px;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact .tel-wrap .tel-head {
    border: 0;
    border-bottom: 1px solid #aeaeae;
  }
}
.p-contact .tel-wrap .tel-head .tel-title {
  font-size: 24px;
}
.p-contact .tel-wrap .tel-body {
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-contact .tel-wrap .tel-body .num-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  .p-contact .tel-wrap .tel-body .num-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 30px;
  }
}
.p-contact .tel-wrap .tel-body .num-list .small {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .p-contact .tel-wrap .tel-body .num-list .small {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */