/********
サイトによって異なる
使い回し共通CSS
1.コーディング＞ページ編集＞レイアウト＞全レイアウト共通CSSにコピーして入れる。
********/

@charset "utf-8";
/* CSS Document */

/* -------------------------------------
Browser：IE11 over
-------------------------------------
基本装飾 -サイトにより変更-
-------------------------------------*/
a,
a:visited,
a > * {
  color: inherit;
}

.renew2021 {
  display: none;
}

.jc_c_afn:after {
  width: auto;
}

@media screen and (max-width: 768px) {
  body {
    overflow: hidden;
  }
}

/**================================================================================
基本装飾
================================================================================**/
.form a {
  color: #0b57d0;
  text-decoration: underline;
}
.form a:hover {
  text-decoration: none;
}
.form table {
  margin: 30px auto;
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate;
  background: #32211a;
  border: 1px solid #32211a;
}

.form th,
.form td {
  padding: 15px;
  background: #fff;
  vertical-align: top;
  text-align: left;
}

.form th {
  position: relative;
  width: 25%;
  vertical-align: middle;
  font-weight: bold;
  background: repeating-linear-gradient(45deg, #f8dc74 0, #f8dc74 6px, #f8e189 6px, #f8e189 12px);
}

@media screen and (max-width: 768px) {
  .form table,
  .form tbody,
  .form tr,
  .form th,
  .form td {
    display: block;
    border: none;
  }

  .form table {
    border: 1px solid #32211a;
    border-bottom: 2px solid #32211a;
  }

  .form th,
  .form td {
    padding: 10px;
    border: 1px solid #32211a;
    border-bottom: none;
  }

  .form th {
    width: 100%;
  }
}

.sp_scroll table {
  margin: 30px auto;
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate;
  background: #32211a;
  border: 1px solid #32211a;
}

.sp_scroll th,
.sp_scroll td {
  padding: 15px;
  background: #fff;
  vertical-align: top;
  text-align: left;
}

.sp_scroll th {
  position: relative;
  vertical-align: middle;
  font-weight: bold;
  background: repeating-linear-gradient(45deg, #f8dc74 0, #f8dc74 6px, #f8e189 6px, #f8e189 12px);
}

@media screen and (max-width: 768px) {
  .sp_scroll {
    overflow: auto;
    white-space: nowrap;
  }

  .sp_scroll table {
    margin: 5px auto;
  }

  .sp_scroll th,
  .sp_scroll td {
    padding: 5px;
  }
}

/**-------------------------------------
必須アイコンの位置
-------------------------------------**/
.require {
  top: 0;
  right: 0.5em;
  bottom: 0;
  margin: auto 5px;
}

.pink {
  color: #ff568c;
}

/**================================================================================
サイトで必ず異なる
================================================================================**/

/**-------------------------------------
アイコン
-------------------------------------**/
.cat {
  display: inline-block;
  padding: 3px 10px;
}

.red,
.red_font {
  color: #c00;
}

/**-------------------------------------
見出し
-------------------------------------**/
.titZ {
  background: url(../images/hero.jpg) no-repeat center bottom / cover;
  background-attachment: fixed;
  position: relative;
  height: 600px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  color: #fff;
}

.titZ.min {
  height: 350px;
}

.titZ:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, 0.5) url(../images/bg02.png);
  mix-blend-mode: multiply;
}

.titZ > * {
  width: 980px;
  margin: 50px auto 0;
  position: relative;
  z-index: 2;
  line-height: 1.3;
  font-weight: normal;
  font-size: 1.5em;
}

.titZ.min > * {
  margin: 80px auto 0;
}

.titZ span {
  display: block;
}

.titZ .arrow {
  display: block;
  margin: 15px auto;
  width: 20px;
  height: 20px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  transform: rotate(45deg);
}

.titZ small {
  display: block;
  width: 100%;
  font-size: 20px;
  margin: 5px auto;
}

.titA {
  display: flex;
  width: 980px;
  height: 90px;
  background: url(../images/title01.png) no-repeat center / contain;
  text-align: center;
  text-align: center;
  font-weight: 800;
  font-size: 28px;

  align-items: center;
  justify-content: center;
}

.titB {
  margin: 0 30px 0 0;
  text-align: center;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.5;

  flex: none;
}

.titB img {
  display: block;
  margin: 5px auto;
}

.titB span {
}

.titB small {
  display: block;
  margin: 15px 0 0;
  font-weight: 400;
  font-size: 1rem;
}

.titC {
  background: #fff0d8;
  text-align: center;
  font-weight: 800;
  font-size: 24px;
  padding: 20px 5%;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .titZ {
    background: url(../images/hero.jpg) no-repeat center bottom / cover;
    background-attachment: scroll;
    position: relative;
    height: 60vw;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
  }

  .titZ.min {
    height: 50vw;
  }

  .titZ > * {
    width: 90%;
    margin: 12vw auto 0;
  }

  .titZ.min > * {
    margin: 14vw auto 0;
  }

  .titZ .arrow {
    margin: 8px auto;
    width: 12px;
    height: 12px;
  }

  .titZ small {
    font-size: 12px;
  }

  .titA {
    width: 100%;
    height: 60px;
    background: url(../images/title01.png) no-repeat center / 100% 50px;
    font-size: 16px;
  }

  .titB {
    margin: 0 auto 20px;
    text-align: center;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.3;

    flex: none;
    max-width: 90vw;
  }

  .titB img {
    display: block;
    margin: 5px auto;
  }

  .titB span {
  }

  .titB small {
    display: block;
    margin: 5px 0 0;
    font-size: 0.8rem;
  }

  .titC {
    font-size: 18px;
  }
}

/**-------------------------------------
ボタン
-------------------------------------**/
.btnA {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 40px 15px 15px;
  max-width: 360px;
  border-radius: 50px;
  background: #fff;
  text-align: center;
  font-weight: 800;
  font-size: 1em;
  cursor: pointer;
}

.btnA:after {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto 0;
  height: 1em;
  border-radius: 50%;
  background: #0d7841;
  color: #fff;
  content: "\e5cc";
  font-family: "Material Icons";
  line-height: 1.25em;
}

.btnA {
  border: 2px dotted #1e1109;
  background: #fff;
  color: #1e1109;
}

.btnA:hover {
  background: #1e1109;
  color: #fff;
}

.btnB {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 40px 15px 15px;
  max-width: 360px;
  background: #ffd500 url(../images/bg.png);
  text-align: center;
  font-weight: 800;
  font-size: 1em;
  cursor: pointer;
  color: #1e1109;
  font-size: 1.2em;
  border-radius: 5px;
}

.btnB:after {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto 0;
  height: 1em;
  border-radius: 50%;
  background: #1e1109;
  color: #fff;
  content: "\e5cc";
  font-family: "Material Icons";
  line-height: 1rem;
  font-size: 1rem;
}

.btnC {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 40px 15px 15px;
  max-width: 360px;
  background: #32211a;
  text-align: center;
  font-weight: 800;
  font-size: 1em;
  cursor: pointer;
  color: #ffffff !important;
  font-size: 1.2em;
  border-radius: 5px;
}

.btnC:after {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto 0;
  height: 1em;
  border-radius: 50%;
  background: #ffffff;
  color: #32211a;
  content: "\e5cc";
  font-family: "Material Icons";
  line-height: 1rem;
  font-size: 1rem;
}

.btnD {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 40px 15px 15px;
  max-width: 360px;
  background: #0d7841;
  text-align: center;
  font-weight: 800;
  font-size: 1em;
  cursor: pointer;
  color: #ffffff !important;
  font-size: 1.2em;
  border-radius: 5px;
}

.btnD:after {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto 0;
  height: 1em;
  border-radius: 50%;
  background: #ffffff;
  color: #0d7841;
  content: "\e5cc";
  font-family: "Material Icons";
  line-height: 1rem;
  font-size: 1rem;
}

.btnE {
  display: inline-block;
  padding: 1px 20px;
  border: 1px solid #32211a;
  background: #32211a;
  text-decoration: none;
  border-radius: 50px;
  font-size: 13px;
  color: #fff !important;
}

@media screen and (max-width: 768px) {
  .btnA {
    max-width: none;
    max-width: 90vw;
    padding: 10px 20px 10px 10px;
    width: 90%;
  }

  .btnA:after {
    right: 15px;
  }

  .btnB {
    max-width: none;
    color: #1e1109;
    font-size: 1.1em;
  }

  .btnB:after,
  .btnC:after,
  .btnD:after {
    right: 15px;
  }
}

/**==================================================
header
==================================================*/
header {
  position: fixed;
  left: 50%;
  z-index: 2000;
  display: flex;
  margin: 0 auto;
  padding-right: calc((100% - 980px) / 2);
  padding-left: calc((100% - 980px) / 2);
  min-width: 980px;
  width: 100%;
  color: #fff;
  line-height: 1.5;
  transform: translateX(-50%);

  flex-wrap: wrap;
  align-items: flex-end;
}

header.scroll {
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(50, 33, 26, 0.8) url(../images/bg02.png);
}

header h1 {
  margin: 5px 0 15px;
  width: 100%;
  font-size: 10px;
  color: #fff;
}

header.scroll h1 {
  display: none;
}

header .logo {
  margin: 0 20px 0 0;
  width: 300px;
  line-height: 1;
  font-size: 0.5rem;
  letter-spacing: -1px;
  font-family: "Noto Serif JP", serif;

  flex: none;
}

header img {
  max-width: 100%;
  margin: 3px 0 0;
}

header nav {
  font-size: 14px;
  font-weight: 500;
}

header ul {
  display: flex;
  margin: 0 0 5px;
}

header ul a {
  color: #fff;
  display: block;
}

header ul a:hover {
  background: #fff;
  box-shadow: 0 0 0 5px #fff;
  color: #000;
}

header ul li {
  margin: 0 15px 0 0;
}

header a {
}

@media screen and (max-width: 768px) {
  header {
    position: absolute;
    left: auto;
    padding: 0 5%;
    min-width: 100%;
    width: 100%;
    transform: none;
  }

  header.scroll {
    padding-top: 0;
    padding-bottom: 0;
    background: none;
  }

  header h1 {
    display: none;
  }

  header .logo {
    margin: 10px 0 0;
  }

  header .logo img {
    width: 200px;
  }

  header img {
    max-width: 100%;
  }

  header nav {
    position: fixed;
    top: 0;
    right: -300px;
    z-index: 1000;
    box-sizing: border-box;
    padding-top: 60px;
    padding-bottom: 20px;
    width: 300px;
    height: 100vh;
    background: #32211a;
    font-size: 16px;

    justify-content: flex-start;
    align-items: flex-start;
    overflow-y: auto;
  }

  header nav ul {
    width: 100%;

    flex-flow: column;
  }

  header nav ul li a {
    display: block;
    padding: 10px 28px;
    color: #ddd;
    text-decoration: none;
  }

  header nav ul li a:hover {
    background: #fff;
    color: #000;
  }

  header .hamburger {
    position: fixed;
    top: 0;
    right: 5px;
    z-index: 3;
    z-index: 1500;
    display: block;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    background: none;
    color: #fff;
    font-size: 11px;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }

  header.scroll .hamburger {
    background: rgba(50, 50, 50, 0.4) url(../images/bg02.png);
  }

  /*header .hamburger:after{
		position: absolute;
		right: 0;
		left: 0;
		bottom: 5px;
		margin: 0 auto;
		content: "MENU";
		text-align: center;
		letter-spacing: 1x;
	}
	header .hamburger.open:after{
		color: #fff;
		content: "CLOSE";
		letter-spacing: 0;
	}*/
  header .hamburger span {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 40px;
    height: 2px;
    background: #fff;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }

  header .hamburger span:nth-child(1) {
    top: 16px;
  }

  header .hamburger span:nth-child(2) {
    top: 30px;
  }

  header .hamburger span:nth-child(3) {
    top: 44px;
  }

  header .hamburger.open {
    background: none;
  }

  header .hamburger.open span {
    background: #fff;
  }

  header .hamburger.open span:nth-child(1) {
    top: 20px;
    transform: rotate(45deg);
  }

  header .hamburger.open span:nth-child(2) {
    display: none;
  }

  header .hamburger.open span:nth-child(3) {
    top: 20px;
    transform: rotate(-45deg);
  }
}

/**==================================================
footer
==================================================*/

#fixed {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 1000;
  letter-spacing: 1px;
  line-height: 1;
  transform: translateY(-50%);
}

#fixed li {
  padding: 5px 0;
}

#fixed li a {
  display: flex;
  padding: 8px 10px 12px;
  min-height: 150px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;

  align-items: center;
  justify-content: center;
  flex-flow: column;
  line-height: 1;
}

#fixed li img {
  display: block;
  margin: 5px auto;
}

#fixed .one a {
  background: #32211a;
  color: #fff;
}

#fixed .two a {
  background: #ffd500;
  color: #32211a;
}

#fixed .three a {
  background: #06c755;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #fixed {
    position: fixed;
    top: auto;
    right: 0;
    bottom: -1px;
    z-index: 1000;
    width: 100%;
    letter-spacing: 1px;
    line-height: 1;
    transform: none;
  }

  #fixed ul {
    display: flex;
  }

  #fixed li {
    padding: 0 0;
    width: 50%;
  }

  #fixed li a {
    padding: 10px;
    min-height: auto;
    width: 100%;
    height: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
  }

  #fixed li img {
    display: inline-block;
    margin: 0 10px 5px;
    vertical-align: middle;
    max-width: 22px;
  }
}

.decoration {
  margin-top: 80px;
  margin-bottom: -10px;
  text-align: center;
  line-height: 0;
}

.decoration img {
  width: 400px;
}

@media screen and (max-width: 768px) {
  .decoration {
    margin-top: 50px;
  }

  .decoration img {
    width: 70%;
  }
}

address {
  padding: 1px;
  background: #0d7841;
  color: #fff;
  font-size: 14px;
}

.address_inner {
  display: flex;
  margin: 30px auto;
  width: 980px;

  align-items: center;
  justify-content: space-between;
}

address .logo {
  margin: 0 30px 0 0;
  width: 310px;
  line-height: 1;
}

address .logo img {
  max-width: 100%;
}

address ul {
  width: 180px;

  flex: none;
}

address ul li {
  margin: 0 0 8px;
}

address ul a {
  display: block;
  padding: 8px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;

  flex-flow: column;
}

address ul .one a {
  background: #32211a;
  color: #fff;
}

address ul .two a {
  background: #ffd500;
  color: #32211a;
}

address p {
  flex: 1;
}

address.tocontact h3 {
  width: 30%;
  font-weight: 800;
  font-size: 18px;
}

address.tocontact p {
  width: 30%;
  font-size: 1em;
  text-align: center;
  margin-right: 20px;
}

address.tocontact p a {
  font-size: 2.5em;
  font-weight: 800;
  text-decoration: none;
  color: #ffd500;
}

address.tocontact p a span {
  font-size: 1em;
  vertical-align: middle;
  border: 1px solid #ffd500;
  border-radius: 50%;
  padding: 5px;
  margin: 0 10px 0 0;
}

address.tocontact ul {
  width: 30%;
}

address.reccontact {
  background: #ffd500;
  color: #32211a;
}

address.reccontact .address_inner {
  margin: 15px auto;
}

address.reccontact h3 {
  width: 30%;
  font-weight: 800;
  font-size: 18px;
  text-align: right;
}

address.reccontact p {
  width: 30%;
  font-size: 1em;
  text-align: center;
  margin-right: 20px;
}

address.reccontact p a {
  font-size: 2.5em;
  font-weight: 800;
  text-decoration: none;
  color: #32211a;
}

address.reccontact p a span {
  font-size: 1em;
  vertical-align: middle;
  border: 1px solid #32211a;
  border-radius: 50%;
  padding: 5px;
  margin: 0 10px 0 0;
}

address.reccontact ul {
  width: 30%;
}

address .addfrend {
  background: #06c755;
  color: #fff;
  padding: 8px 15px;
  font-weight: bold;
}
address .addfrend img {
  line-height: 0;
  vertical-align: middle;
  margin: 0 5px;
  width: 25px;
}

@media screen and (max-width: 768px) {
  address {
    font-size: 13px;
  }

  .address_inner {
    margin: 20px auto 10px;
    width: 90%;

    flex-flow: column;
  }

  address .logo {
    margin: 15px auto;
    width: 80%;
    text-align: center;
    line-height: 1;
  }

  address ul {
    margin: 20px auto;
    width: 100%;

    flex: none;
  }

  address ul li {
    margin: 0 0 8px;
  }

  address.tocontact h3 {
    width: 100%;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
  }

  address.tocontact p {
    width: 100%;
    font-size: 1em;
    margin-right: 18px;
  }

  address.tocontact p a {
    font-size: 2.2em;
  }

  address.tocontact ul {
    width: 100%;
  }

  address.reccontact .address_inner {
    margin: 15px auto 0;
  }

  address.reccontact h3 {
    width: 100%;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
  }

  address.reccontact p {
    width: 100%;
    font-size: 1em;
    margin-right: 18px;
  }

  address.reccontact p a {
    font-size: 2.2em;
  }
}

footer {
  padding: 1px 0 0;
  background: url(../images/footer-img.jpg) no-repeat center / cover;
}

.footer_inner {
  display: grid;
  grid-auto-flow: column;
  gap: 20px;
  margin: 50px auto 15px;
  width: 980px;
}

footer .bnr {
  display: flex;
  gap: 20px;
}

footer .bnr a {
  display: block;
  margin: 0 0 10px;
  width: 200px;
}

footer nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 20px 50px;
  color: #fff;
}

footer nav dl {
  /* margin: 0 0 20px 50px; */
}

footer nav dl dt {
  text-decoration: underline;
}

footer nav dl dd {
  margin: 8px 0 0;
  font-size: 13px;
}

footer .bnr2 {
  display: flex;
  justify-content: flex-end;
}

footer .bnr2 a {
  display: block;
  margin: 10px;
  margin-right: 0;
  width: 250px;
}

footer .bnr3 {
  display: flex;
  gap: 10px;

  justify-content: flex-end;
}

footer .bnr3 a {
  display: block;
  width: 31%;
}

footer .copyright {
  position: relative;
  padding: 50px 0 10px;
  background: #fff;
  text-align: center;
  font-size: 13px;
}

footer .copyright a {
  position: absolute;
  top: -30px;
  left: 50%;
  z-index: 5;
  display: inline-block;
  text-align: center;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  footer {
    padding: 1px 0 0;
    background: url(../images/footer-img.jpg) no-repeat center / cover;
  }

  .footer_inner {
    display: flex;
    margin: 20px auto 15px;
    width: 90%;

    flex-flow: column;
  }

  footer .bnr {
    display: flex;

    justify-content: space-between;
  }

  footer .bnr a {
    display: block;
    margin: 0 auto;
    width: 45%;
  }

  footer nav {
    display: flex;
    color: #fff;

    flex-wrap: wrap;
    flex: 1;
    justify-content: flex-end;
    flex-flow: column;
  }

  footer nav dl {
    margin: 0 5%;
  }

  footer nav dl dt {
    text-decoration: underline;
  }

  footer nav dl dd {
    margin: 8px 0 0;
    font-size: 13px;
  }

  footer .bnr2 {
    display: flex;
    width: 100%;

    justify-content: space-between;
    flex-wrap: wrap;
  }

  footer .bnr2 a {
    display: block;
    margin: 10px 0;
    width: 45%;
  }

  footer .bnr3 {
    display: flex;
    width: 100%;

    justify-content: space-between;
    flex-wrap: wrap;
  }

  footer .bnr3 a {
    display: block;
    width: 48%;
  }

  footer .copyright {
    position: relative;
    padding: 30px 0 80px;
    background: #fff;
    text-align: center;
    font-size: 10px;
  }

  footer .copyright a {
    top: -20px;
    width: 44px;
  }
}

/**==================================================
TOP
==================================================*/
.hero {
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  min-height: 850px;
  width: 100%;
  height: 100vh;
  background: url(../imgages/sapmle.jpg) no-repeat center center/cover;
}

.hero video {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 850px;
  height: 100vh;
  transform: translateX(-50%);
}

.hero > * {
  z-index: 1;
}

.hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-height: 850px;
  width: 100%;
  height: 100vh;
  background: rgba(50, 50, 50, 0) url(../images/bg02.png);
}

.hero .overlay .scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: 12px;
  line-height: 1;
  transform: translateX(-50%);
}

.hero .overlay .scroll:after {
  display: block;
  margin: 0 auto;
  width: 12px;
  height: 12px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  transform: rotate(45deg);
}

.hero .catch {
  position: absolute;
  top: 36%;
  left: 50%;
  width: 100%;
  color: #fff;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
}

.hero .catch h2 {
  padding: 0 0 0 90px;
}

.hero .catch h2 img {
  width: 150px;
}

.hero .catch h3 {
  font-weight: 800;
  font-size: 42px;
}

.hero .catch h4 {
  font-weight: 500;
  font-size: 21px;
}

.hero .bnr {
  position: absolute;
  bottom: 60px;
  left: calc((100% - 980px) / 2);
  width: 300px;
  height: 180px;
}

.hero .bnr a {
  display: block;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
  background: #ffd500;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .hero {
    min-height: 485px;
    height: 85vh;
  }

  .hero video {
    min-height: 485px;
    height: 85vh;
  }

  .hero > * {
    z-index: 1;
  }

  .hero .overlay {
    min-height: 350px;
    height: 85vh;
  }

  .hero .overlay .scroll {
    bottom: 10px;
  }

  .hero .catch {
    position: absolute;
    top: 38%;
    left: 50%;
    width: 100%;
    color: #fff;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
  }

  .hero .catch h2 {
    margin: 0 auto;
    padding: 0 0 0 4.5vw;
    width: 50%;
  }

  .hero .catch h2 img {
    width: 100px;
  }

  .hero .catch h3 {
    font-weight: 800;
    font-size: 18px;
  }

  .hero .catch h4 {
    font-weight: 500;
    font-size: 12px;
  }

  .hero .bnr {
    position: absolute;
    bottom: 14vw;
    left: 5%;
    width: 225px;
    height: 135px;
  }

  .hero .bnr a {
    display: block;
    width: 100%;
    height: 100%;
    border: 5px solid #fff;
    background: #ffd500;
    color: #fff;
    text-align: center;
  }
}

.information {
  padding: 15px 3%;
  background: #32211a;
  color: #fff;
  text-align: center;
  font-size: 15px;
}

.information a {
}

.information a span {
  margin: 0 5px;
  border-radius: 50%;
  background: #fff;
  color: #32211a;
  vertical-align: middle;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .information {
    padding: 15px 5%;
    background: #32211a;
    color: #fff;
    text-align: center;
    font-size: 12px;
  }
}

/**------------------------------
イベント＆ニュース
------------------------------**/
.top-info {
  display: flex;
  margin: 50px auto;
  width: 980px;

  justify-content: space-between;
  flex-wrap: wrap;
}

.top-info h2 {
  width: 180px;
}

.top-info .box3C {
  flex: 1;
}

.info-list a {
}

.info-list time {
  font-size: 14px;
}

.info-list figure {
  margin: 8px 0;
  width: 230px;
  height: 150px;
}

.info-list figure img {
  width: 230px;
  height: 150px;

  object-fit: cover;
}

.info-list h4 {
  color: #0d7841;
  text-decoration: underline;
}

.info-list p {
  font-size: 14px;
}

.top-info .btn {
  margin: 30px 0;
  width: 100%;
}

.top-info .btn .btnA {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .top-info {
    display: flex;
    margin: 20px auto;
    width: 90%;
    flex-flow: column;
  }

  .top-info h2.titB {
    width: 100%;
  }

  .top-info h2 br {
    display: none;
  }

  .info-list li {
    margin: 0 auto 20px;
  }

  .info-list a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .info-list time {
    font-size: 10px;
    width: 100%;
    margin-left: 45%;
  }

  .info-list figure {
    margin: 0;
    width: 116px;
    height: 116px;
    flex: none;
  }

  .info-list figure img {
    width: 100%;
    height: 100%;

    object-fit: cover;
  }

  .info-list a > div {
    width: 55%;
  }

  .info-list h4 {
    color: #0d7841;
    text-decoration: underline;
  }

  .info-list p {
    font-size: 14px;
  }

  .top-info .btn {
    margin: 20px 0;
  }

  .top-info .btn .btnA {
    margin-right: auto;
  }
}

/**------------------------------
ママにやさしい
------------------------------**/
.top-mama {
  padding: 80px 0 30px;
  background: #fff0d8;
}

.bnrlink {
}

.bnrlink {
  margin: 30px auto;
}

.bnrlink li {
  margin: 0 0 70px;
}

.bnrlink li p {
  line-height: 1.5;
}

.bnrlink li p a {
  text-decoration: none;
}

.top-mama .bnrlink li {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
.top-mama .bnrlink li img {
  height: 330px;
  object-fit: cover;
  border-radius: 20px;
  border: 2px solid #32211a;
}
.top-mama .bnrlink li .btnA {
  width: 100%;
}

.bnrlink img {
  border-radius: 20px;
  border: 2px solid #32211a;
}

.bnrlink iframe {
  width: 470px;
  height: 331px;
  border-radius: 20px;
  border: 2px solid #32211a;
}

.bnrlink .btnA {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .top-mama {
    padding: 20px 0 1px;
    background: #fff0d8;
  }
  .top-mama .bnrlink li img {
    width: 100%;
    height: auto;
  }

  .box2C.bnrlink {
    margin: 20px auto 0;
  }

  .bnrlink li {
    margin: 0 0 10px;
  }

  .bnrlink .btnA {
    width: 90%;
    margin-top: -20px;
    margin-bottom: 30px;
  }

  .bnrlink iframe {
    width: 100%;
    height: 63vw;
  }
}

/**------------------------------
選ばれる理由
------------------------------**/
.top-reason {
  position: relative;
  padding: 50px 0 0;
  background:
    url(../images/icon-kagu01.png) repeat-x top 220px left,
    url(../images/icon-kagu02.png) repeat-x bottom 178px left;
  background-color: #fff0d8;
}

.top-reason:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 180px;
  border-top: 4px solid #32211a;
  background: #fff;
  content: "";
}

.top-reason:before {
  position: absolute;
  bottom: 120px;
  left: 78%;
  z-index: 5;
  display: block;
  width: 270px;
  height: 480px;
  background: url(../images/people01.png) no-repeat center bottom / contain;
  content: "";
}

.top-reason > * {
  position: relative;
  z-index: 2;
}

.reason {
  position: relative;
  margin: 50px auto;
  padding: 20px 0 20px 45px;
  min-height: 600px;
  width: 720px;
  border: 4px solid #32211a;
  border-radius: 20px;
  background: #fff;
  font-weight: 800;
  font-size: 26px;
}

.reason li {
  display: flex;
  margin: 20px 0;

  align-items: center;
}

.reason li img {
  margin: 0 20px 0 0;
  width: 79px;

  flex: none;
}

@media screen and (max-width: 768px) {
  .top-reason {
    position: relative;
    padding: 100px 0 150px;
    background:
      url(../images/icon-kagu01.png) repeat-x top center / 130px auto,
      url(../images/icon-kagu02.png) no-repeat bottom -2px left 10px / 150% auto;
    background-color: #fff0d8;
    border-bottom: 2px solid #32211a;
  }

  .top-reason:after {
    display: none;
  }

  .top-reason:before {
    position: absolute;
    bottom: -30px;
    right: -50px;
    z-index: 5;
    display: block;
    width: 130px;
    height: 250px;
    background: url(../images/people01.png) no-repeat center bottom / contain;
    content: "";
  }

  .top-reason > * {
    position: relative;
    z-index: 2;
  }

  .top-reason .btnA {
    width: 80%;
    margin-left: 5%;
  }

  .reason {
    position: relative;
    margin: 30px auto;
    padding: 10px;
    min-height: auto;
    width: 90%;
    border: 2px solid #32211a;
    font-size: 16px;
  }

  .reason li {
    display: flex;
    margin: 10px 0;

    align-items: center;
  }

  .reason li b.liner {
    display: inline-block;
    background: #fff552;
    flex: 1;
    padding: 8px;
  }

  .reason li img {
    margin: 0 10px 0 0;
    width: 50px;

    flex: none;
  }
}

/**------------------------------
分譲物件情報
------------------------------**/
.top-works {
  margin: 50px auto 0;
  padding: 50px 0;
  background: #ffea80 url(../images/bg.png) repeat center;
}

.works-list li {
  margin: 0 0 30px;
  border: 2px solid #32211a;
  border-radius: 20px;
  background: #fff;
}

.works-list li a {
  display: flex;
  padding: 15px;

  flex-wrap: wrap;
  justify-content: space-between;
}

.works-list li a[href^="tel"] {
  display: block;
}

.works-list li figure {
  width: 47%;

  flex: none;
}

.works-list li figure img {
  width: 100%;
  height: 200px;

  object-fit: cover;
}

.works-list li div {
  width: 49%;
}

.works-list li h4 {
  margin: 0 0 10px;
  color: #0d7841;
  text-decoration: underline;
}

.works-list li p {
  font-size: 14px;
  line-height: 1.7;
}

.works-list li dl {
  margin: 10px auto 0;
  padding: 15px;
  min-height: 160px;
  background: #ffe666;
  font-size: 14px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .top-works {
    margin: 0 auto 0;
    padding: 30px 0;
  }

  .works-list li {
    margin: 0 0 30px;
    border: 2px solid #32211a;
    border-radius: 20px;
    background: #fff;
  }

  .works-list li a {
    display: flex;
    padding: 15px;

    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .works-list li figure {
    width: 120px;

    flex: none;
  }

  .works-list li figure img {
    width: 100%;
    height: 120px;

    object-fit: cover;
  }

  .works-list li div {
    width: calc(100% - 120px);
  }

  .works-list li h4 {
    margin: 0 0 5px 15px;
    font-size: 14px;
  }

  .works-list li p {
    font-size: 12px;
  }

  .works-list li dl {
    margin: 5px auto 0;
    padding: 10px;
    min-height: auto;
    font-size: 14px;
  }
}

/**------------------------------
施工事例
------------------------------**/
.top-review_wrap {
  position: relative;
}

.top-review_wrap:after {
  position: absolute;
  right: 5%;
  bottom: -73px;
  display: block;
  width: 980px;
  height: 380px;
  background: url(../images/icon-kagu04.png) no-repeat right bottom / contain;
  content: "";
}

.top-review {
  position: relative;
  padding: 100px 0 300px;
  border-bottom: 4px solid #32211a;
}

.top-review:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 144px;
  background: url(../images/icon-kagu01.png) repeat-x top right;
  content: "";
}

.top-review:after {
  position: absolute;
  top: -20px;
  right: 0;
  width: 30%;
  height: 250px;
  background: url(../images/icon-kagu03.png) no-repeat top left;
  content: "";
}

.review-list {
}

.review-list li {
  display: flex;
  margin: 0 0 60px;
}

.review-list figure {
  position: relative;
  z-index: 1;
  width: 540px;

  flex: none;
  justify-content: space-between;
}

.review-list img {
  width: 540px;
  height: 350px;
  border: 2px solid #32211a;
  border-radius: 20px;

  object-fit: cover;
}

.review-list dl {
  position: relative;
  z-index: 2;
  margin-top: 100px;
  margin-left: -10%;
  padding: 50px 45px 60px;
  width: 60%;
  border: 2px dotted #32211a;
  border-radius: 20px;
  background: #fff;
  box-shadow: 8px 8px 0 0 #32211a;
}

.review-list dt {
  position: absolute;
  top: -20px;
  left: -20px;
  padding: 8px 10px;
  width: 346px;
  height: 60px;
  background: url(../images/title02.png) no-repeat top left / contain;
  text-align: center;
  font-weight: 800;
}

.review-list dd {
}

.review-list a.btnE {
  display: block;
  width: 10em;
  margin: 10px 0 0;
  text-align: center;
  color: #fff;
}

.review-list.min-list {
}

.review-list.min-list li {
  display: block;
  margin: 0 0 40px;
}

.review-list.min-list figure {
  position: relative;
  z-index: 1;
  width: 100%;

  flex: none;
  justify-content: space-between;
}

.review-list.min-list img {
  width: 100%;
  height: 189px;
  border: 2px solid #32211a;
  border-radius: 15px;

  object-fit: cover;
}

.review-list.min-list dl {
  position: relative;
  z-index: 2;
  margin-top: 15px;
  margin-left: 0;
  padding: 40px 15px 15px;
  width: 100%;
  border: 2px dotted #32211a;
  border-radius: 15px;
  background: #fff;
  box-shadow: 3px 3px 0 0 #32211a;
}

.review-list.min-list dt {
  position: absolute;
  top: -20px;
  left: 10px;
  padding: 8px 0;
  width: 100%;
  height: 60px;
  background: url(../images/title02.png) no-repeat top left / contain;
  text-align: center;
  font-weight: 800;
}

.review-list.min-list dd {
  font-size: 13px;
}

.review-list.min-list a {
  display: block;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .top-review_wrap {
    position: relative;
  }

  .top-review_wrap:after {
    position: absolute;
    right: auto;
    left: 0;
    bottom: -26px;
    display: block;
    max-width: 360px;
    width: 100%;
    height: 150px;
    background: url(../images/icon-kagu04.png) no-repeat right bottom / contain;
    content: "";
  }

  .top-review {
    position: relative;
    padding: 100px 0 150px;
    border-bottom: 4px solid #32211a;
  }

  .top-review:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 80px;
    background: url(../images/icon-kagu01.png) repeat-x top right / contain;
    content: "";
  }

  .top-review:after {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 40%;
    height: 130px;
    background: url(../images/icon-kagu03.png) no-repeat top left / contain;
    content: "";
  }

  .review-list {
  }

  .review-list li {
    display: flex;
    margin: 0 0 60px;
    flex-flow: column;
  }

  .review-list figure {
    position: relative;
    z-index: 1;
    width: 90%;

    flex: none;
    justify-content: space-between;
  }

  .review-list img {
    width: 100%;
    height: 60vw;
    border: 2px solid #32211a;
    border-radius: 15px;

    object-fit: cover;
  }

  .review-list dl {
    position: relative;
    z-index: 2;
    margin-top: -50px;
    margin-left: 10%;
    padding: 40px 20px 20px;
    width: 90%;
    font-size: 14px;
  }

  .review-list dt {
    position: absolute;
    top: -20px;
    left: -20px;
    padding: 8px 10px;
    width: 320px;
    height: 60px;
  }

  .review-list dd {
  }
}

/**------------------------------
モデルハウス
------------------------------**/
.top-model {
  padding: 50px 0;
  background: #ffea80 url(../images/bg.png) repeat center;
}

.slider .slick-prev {
  left: -25px;
  z-index: 10;
}

.slider .slick-next {
  right: -25px;
  z-index: 10;
}

.slider .slick-prev,
.slider .slick-next {
  width: 30px;
  height: 30px;
}

.slider .slick-prev:before,
.slider .slick-next:before {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #32211a;
  color: #fff;
  content: "\e5cc";
  text-align: center;
  font-size: 22px;
  font-family: "Material Icons";
  line-height: 30px;
}

.slider .slick-prev:before {
  content: "\e5cb";
}

.slider .slick-slide {
  margin: 0 15px;
}

.model-list {
  margin: 0 auto 50px;
}

.model-list a {
  overflow: hidden;
  padding: 0 0 30px;
  width: 31%;
  height: 100%;
  border: 2px solid #32211a;
  border-radius: 20px;
  background: #fff;
  text-align: center;
}

.model-list a figure {
  width: 100%;
  height: 200px;
}

.model-list a figure img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}

.model-list h3 {
  padding: 15px 0;
  background: #32211a;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
}

.model-list h4 {
  padding: 15px 0;
  background: #ffd500;
  font-weight: 800;
  font-size: 15px;
}

.model-list h5 {
  padding: 10px 0;
  background: #008000;
  color: #fff;
  font-weight: 800;
  font-size: 15px;
}

.model-list p {
  padding: 15px;
  min-height: 192px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .top-model {
    padding: 50px 0;
  }

  .slider .slick-prev {
    left: -10px;
    z-index: 10;
  }

  .slider .slick-next {
    right: -10px;
    z-index: 10;
  }

  .slider .slick-prev,
  .slider .slick-next {
    width: 20px;
    height: 20px;
  }

  .slider .slick-prev:before,
  .slider .slick-next:before {
    width: 20px;
    height: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .model-list a {
    overflow: hidden;
    padding: 0;
  }

  .model-list p {
    padding: 15px;
    min-height: auto;
    text-align: left;
  }
}

/**==================================================
ブログ
==================================================*/
.top-blog {
  margin: 50px auto;
  width: 980px;
}

.blog-list {
  margin: 0 auto 50px;
}

.blog-list li {
  padding: 20px 0;
  border-bottom: 2px dotted #c1bcba;
}

.blog-list li a {
  display: flex;
}

.blog-list li figure {
  margin: 0 15px 0 0;
  width: 160px;

  flex: none;
}

.blog-list li img {
  width: 160px;
  height: 140px;
  border: 2px solid #0d7841;
  border-radius: 15px;

  object-fit: cover;
}

.blog-list li em {
  display: block;
  margin: 5px 0 0;
  border-radius: 50px;
  background: #32211a;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.blog-list li h4 {
  margin: 0 0 5px;
  font-weight: 800;
}

.blog-list li p {
  font-size: 14px;
}

.blog-list li time {
  display: block;
  margin: 10px 0 0;
  color: #808080;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .top-blog {
    margin: 20px auto;
    width: 90%;
  }

  .blog-list {
    margin: 0 auto 50px;
  }

  .blog-list li {
    padding: 10px 0;
    border-bottom: 2px dotted #c1bcba;
  }

  .blog-list li a {
    display: flex;
  }

  .blog-list li figure {
    margin: 0 8px 0 0;
    width: 40%;

    flex: none;
  }

  .blog-list li img {
    width: 100%;
    height: 120px;
  }

  .blog-list li em {
    font-size: 12px;
  }

  .blog-list li p {
    font-size: 13px;
  }

  .blog-list li time {
    font-size: 12px;
    text-align: right;
  }
}

/**------------------------------
賃貸マンション事業バナー
------------------------------**/
.chintai {
  display: block;
  margin: 50px auto;
  padding: 15px;
  width: 980px;
  border: 1px solid #32211a;
  border-radius: 15px;
}

.chintai_inner {
  position: relative;
  min-height: 250px;
  border: 1px solid #32211a;
  background: #ffd500;
}

.chintai_inner figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 450px;
}

.chintai_inner h2 {
  margin: 40px 0 15px;
  padding-left: 500px;
  background: #0d7841;
  color: #fff;
  font-weight: 800;
  font-size: 26px;
}

.chintai_inner p {
  margin: 0 0 15px;
  padding-left: 500px;
}

.chintai_inner .box2C {
  margin: 15px auto;
  width: 96%;
}

.chintai_inner .box2C .btnA {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .chintai {
    margin: 40px auto;
    padding: 10px;
    width: 90%;
  }

  .chintai_inner {
    min-height: auto;
    padding: 0 0 10px;
  }

  .chintai_inner figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    z-index: 1;
  }

  .chintai_inner h2 {
    margin: 100px 0 15px;
    padding: 10px 20px;
    font-size: 18px;
    position: relative;
    z-index: 2;
  }

  .chintai_inner p {
    margin: 0 0 15px;
    padding: 5px 20px;
  }

  .chintai_inner .box2C {
    margin: 15px auto;
    width: 96%;
  }

  .chintai_inner .box2C .btnA {
    width: 100%;
    font-size: 12px;
    margin: 0 auto 15px;
  }
}

/**==================================================
中ページ
==================================================*/

.sec01 {
  margin: 80px auto;
  width: 980px;
}

.sec02 {
  padding: 80px 0;
  background: #fff0d8;
}

.sec03 {
  padding: 80px 0;
  background: #ffea80 url(../images/bg.png) repeat center;
}

.sec04 {
  margin: 80px auto;
}

.sec05 {
  padding: 80px 0;
  background:
    url(../images/C5R_0133.png) no-repeat right bottom / 550px auto,
    url(../images/bg02.png) repeat center;
}

.sec06 {
  background: url(../images/bg04.png) repeat-x left top;
  background-color: #ffea80;
  position: relative;
  padding: 50px 0 1px;
}

.sec06 > * {
  position: relative;
  z-index: 2;
}

.sec06:before {
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 30%;
  height: 250px;
  background: url(../images/icon-kagu03.png) no-repeat top left;
  content: "";
}

.sec07 {
  border-bottom: 3px solid #32211a;
  background-color: #fff0d8;
  position: relative;
  padding: 50px 0 100px;
}

.sec07 > * {
  position: relative;
  z-index: 2;
}

.sec07:before {
  position: absolute;
  bottom: -3px;
  right: 5%;
  width: 433px;
  height: 250px;
  background: url(../images/icon-kagu05.png) no-repeat top right / contain;
  content: "";
}

@media screen and (max-width: 768px) {
  .sec01 {
    margin: 30px auto;
    width: 90%;
  }

  .sec02 {
    padding: 30px 0;
    background: #fff0d8;
  }

  .sec03 {
    padding: 30px 0;
    background: #ffea80 url(../images/bg.png) repeat center;
  }

  .sec04 {
    margin: 30px auto;
  }

  .sec05 {
    padding: 30px 5% 150px;
    background:
      url(../images/C5R_0133.png) no-repeat right bottom / 300px auto,
      url(../images/bg02.png) repeat center;
  }

  .sec06 {
    padding: 40px 0 80px;
  }

  .sec06:after {
    border-width: 30px 20vw 0 20vw;
  }

  .sec06:before {
    position: absolute;
    bottom: -8px;
    right: 0;
    width: 130px;
    height: 100px;
    background-size: contain;
    content: "";
  }

  .sec07 {
    padding: 30px 5% 150px;
    margin: 20px auto 0;
  }

  .sec07:before {
    position: absolute;
    bottom: -3px;
    right: 5%;
    width: 300px;
    height: 173px;
  }
}

/**------------------------------
コンセプト
------------------------------**/
.logos {
  background: #32211a url(../images/bg02.png);

  text-align: center;
  padding: 30px 0 20px;
  line-height: 0;
}

.logos img {
  width: 400px;
}

.concept01 .titB {
  line-height: 1.5;
  margin: 0 auto 50px;
}

.concept01 p {
  font-weight: 600;
  margin: 1em auto;
  font-size: 18px;
  text-align: center;
}

.concept02 ol {
  width: 980px;
  margin: 50px auto 0;
}

.concept02 ol li {
  display: flex;
  border: 4px solid #32211a;
  border-radius: 15px;
  padding: 30px;
  background: #fff;
  margin: 0 auto 30px;
}

.concept02 ol li:nth-child(even) {
  flex-flow: row-reverse;
}

.concept02 ol li figure {
  width: 400px;
  flex: none;
  font-size: 12px;
  margin: 0 30px 0 0;
  text-align: center;
}

.concept02 ol li:nth-child(even) figure {
  margin: 0 0 0 30px;
}

.concept02 ol li figure img {
  width: 100%;
  /*height: 250px;*/
  object-fit: contain;
  margin: 0 0 5px;
}

.concept02 ol li h3 {
  position: relative;
  padding: 0 0 0 90px;
  min-height: 90px;
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 10px;
}

.concept02 ol li h3 img {
  position: absolute;
  top: 0;
  left: 0;
}

.concept02 a {
  text-decoration: underline;
}

.concept03 {
  background:
    url(../images/icon-kagu03.png) no-repeat bottom 80px right,
    url(../images/bg.png) repeat center;
  background-color: #ffea80;
  position: relative;
  padding: 80px 0 0;
}

.concept03 > * {
  position: relative;
  z-index: 5;
}

.concept03:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 80px;
  border-top: 2px solid #32211a;
  background: #fff;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .logos {
    background: #32211a url(../images/bg02.png);

    text-align: center;
    padding: 20px 0 5px;
    line-height: 0;
  }

  .logos img {
    width: 70%;
  }

  .concept01 .titB {
    line-height: 1.5;
    margin: 0 auto 20px;
  }

  .concept01 p {
    font-weight: 600;
    margin: 0.8em auto;
    font-size: 15px;
    text-align: center;
  }

  .concept02 {
  }

  .concept02 ol {
    width: 90%;
    margin: 30px auto 0;
  }

  .concept02 ol li {
    display: flex;
    border: 2px solid #32211a;
    padding: 15px;
    background: #fff;
    margin: 0 auto 20px;
    flex-flow: column-reverse;
  }

  .concept02 ol li:nth-child(even) {
    flex-flow: column-reverse;
  }

  .concept02 ol li figure {
    width: 100%;
    font-size: 12px;
    margin: 20px 0 10px;
    text-align: left;
  }

  .concept02 ol li:nth-child(even) figure {
    margin: 20px 0 10px;
  }

  .concept02 ol li figure img {
    width: 100%;
    min-width: auto;
    height: auto;
    object-fit: fill;
    margin: 0;
  }

  .concept02 ol li h3 {
    padding: 0 0 0 70px;
    min-height: 70px;
    font-size: 20px;
    margin: 0 0 10px;
    line-height: 1.5;
  }

  .concept02 ol li h3 img {
    width: 60px;
  }

  .concept03 {
    background:
      url(../images/icon-kagu03.png) no-repeat bottom 0 right 5% / 40% auto,
      url(../images/bg.png) repeat center;
    background-color: #ffea80;
    position: relative;
    padding: 20px 0 90px;
    border-bottom: 2px solid #32211a;
  }

  .concept03 > * {
    position: relative;
    z-index: 5;
  }

  .concept03:after {
    display: none;
  }
}

/**==================================================
コロナ
==================================================*/
.covid01 {
}

.covid01 ol {
  margin: 100px auto 50px;
  text-align: center;
}

.covid01 ol li {
  border: 4px solid #32211a;
  border-radius: 10px;
  padding: 15px 10px 30px;
  position: relative;
  font-size: 1.2em;
  font-weight: 700;
  box-shadow: 3px 2px 0 #32211a;
}

.covid01 ol .icons {
  background: #ffd500;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #32211a;
  border-radius: 50%;
  margin: 0 auto 15px;
  position: relative;
  margin-top: -70px;
  box-shadow: 0 0 0 5px #fff;
}

.covid01 ol .icons span {
  font-size: 2.5em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .covid01 {
  }

  .covid01 ol {
    margin: 30px auto;
    text-align: center;
    padding-left: 35px;
  }

  .covid01 ol li {
    padding: 15px 15px 15px;
    min-height: 110px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .covid01 ol .icons {
    width: 90px;
    height: 90px;
    margin-top: 0;
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 0 2px #fff;
  }

  .covid01 ol .icons span {
    font-size: 2em;
    text-align: center;
  }

  .w980 .box2C li {
    margin-bottom: 15px;
  }
}

/**------------------------------
ままん家プロジェクト
------------------------------**/
.mama_pj01 .catch {
  font-size: 20px;
  font-weight: bold;
  text-shadow:
    1px 1px 2px #fff,
    -1px 1px 2px #fff,
    1px -1px 2px #fff,
    -1px -1px 2px #fff;
}

.mama_pj01 .catch img {
  margin: 0 auto 20px;
  width: 200px;
  margin-right: -50px;
}

.mama_pj02 .box3C img {
  border: 2px solid #32211a;
  border-radius: 15px;
  margin: 20px 0 10px;
}
.mama_pj02 .box3C:after {
  background: url(https://morimoto-kousan.co.jp/wp/wp-content/uploads/2022/06/umekusa.png) no-repeat center / auto 90%;
}

.mama_pj02 .btnA {
  width: auto;
}

.mama_pj03 .arrow {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 80px 0 80px;
  border-color: #ff568c transparent transparent transparent;
  z-index: 1;
  margin: 15px auto;
  position: relative;
  top: -30px;
}

.inq_mama {
  border-radius: 20px;
  text-align: center;
  font-weight: bold;
  border: 3px solid #ed578a;
  box-shadow: 0 0 0 5px rgba(237, 87, 138, 0.2);
  background: #fff;
  padding: 0 0 10px;
}

.inq_mama h4 {
  background: #ed578a url(../images/bg.png);
  color: #fff;
  padding: 20px 10px;
  border-radius: 15px 15px 0 0;
  margin: 0 0 10px;
}

.inq_mama .tel {
  font-size: 46px;
  color: #ed578a;
  line-height: 1.3;
  display: block;
  margin: 8px auto 0;
}

.inq_mama .tel span {
  font-size: 40px;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.inq_mama .btnB {
  margin: 20px auto 0;
}

@media screen and (max-width: 768px) {
  .mama_pj01 .catch {
    font-size: 15px;
  }

  .mama_pj01 .catch img {
    width: 150px;
    margin: 0 auto 10px;
    margin-right: -50px;
  }

  .mama_pj01 .catch p {
    text-align: left;
  }

  .mama_pj03 .arrow {
    border-width: 30px 40px 0 40px;
  }

  .mama_pj03 .inq_mama {
    height: auto;
  }

  .inq_mama {
    border-radius: 20px;
    text-align: center;
    font-weight: bold;
    border: 3px solid #ed578a;
    box-shadow: 0 0 0 5px rgba(237, 87, 138, 0.2);
    background: #fff;
    padding: 0 0 10px;
  }

  .inq_mama h4 {
    padding: 10px;
    font-size: 15px;
  }

  .inq_mama .tel {
    font-size: 25px;
    color: #ed578a;
    line-height: 1.3;
    display: block;
    margin: 8px auto 0;
  }

  .inq_mama .tel span {
    font-size: 30px;
  }

  .inq_mama .btnB {
    width: 90%;
    margin: 10px auto;
  }

  .mama_pj04 li {
    margin: 0 0 15px;
  }
}

.company01 {
  width: 90%;
  margin: 80px auto;
  min-width: 980px;
}

.company01 .rinen {
  margin: 50px auto 100px;
  border-left: 2px solid #32211a;
  display: flex;
}

.company01 .rinen li {
  background: #fff;
  text-align: center;
  overflow: hidden;
  flex: 1;
  border-right: 2px solid #32211a;
  border-bottom: 2px solid #32211a;
}

.company01 .rinen li:nth-child(even) {
  border-top: 2px solid #32211a;
  border-bottom: none;
}

.company01 .rinen p {
  margin: 0 5% 30px;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.company01 .rinen h4 {
  font-size: 17px;
  font-weight: bold;
  margin: 0 auto 15px;
  background: #ffd500;
  padding: 15px 0;
}

.company01 .rinen figure img {
  display: block;
}

.company01 .rinen li:nth-child(even) figure img {
  margin-top: -2px;
}

.greeting {
  max-width: 980px;
  margin: 30px auto;
  border-radius: 20px;
  border: 2px dotted #32211a;
  padding: 30px 100px;
  background: #fff;
  box-shadow: 8px 8px 0 0 #32211a;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

.greeting h3 {
  font-weight: 600;
  font-size: 26px;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 15px;
}

.mincho {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

.company04 .table th {
  width: 20%;
  text-align: right;
}

.company04 table td:nth-child(1) {
  font-weight: bold;
  color: #0d7841;
}

.company04 table td:nth-child(1):before {
  content: "home_work";
  font-family: "Material Icons";
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5em;
  margin: 0 5px 0 0;
  color: #0d7841;
}

.pagelink {
  display: flex;
  flex-wrap: wrap;
}

.pagelink a {
  display: flex;
  flex: 1;
  position: relative;
  color: #fff;
  justify-content: center;
  align-content: center;
  text-align: center;
  height: 300px;
  background: no-repeat center / cover;
  flex-flow: column;
}

.pagelink a > * {
  position: relative;
  z-index: 5;
}

.pagelink a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #8d8d8d;
  mix-blend-mode: multiply;
}

.pagelink a:before {
  content: "";
  display: block;
  width: 94%;
  height: 260px;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;
}

.pagelink a:hover:after {
  background: rgba(0, 0, 0, 0.8);
  mix-blend-mode: multiply;
}

.pagelink a small {
  font-size: 18px;
}

.pagelink a p {
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .company01 {
    width: 90%;
    margin: 20px auto;
    min-width: auto;
  }

  .company01 .rinen {
    margin: 20px auto 40px;
    border-left: none;
    flex-flow: column;
  }

  .company01 .rinen li {
    border: 2px solid #32211a;
    border-top: none;
    border-right: none;
  }

  .company01 .rinen li:nth-child(even) {
    border: 2px solid #32211a;
    border-top: none;
    border-left: none;
  }

  .company01 .rinen p {
    margin: 0 5% 30px;
    font-size: 14px;
    text-align: left;
  }

  .company01 .rinen h4 {
    font-size: 16px;
    margin: 0 auto 15px;
    padding: 10px 0;
  }

  .greeting {
    max-width: 90%;
    margin: 20px auto;
    border-radius: 15px;
    padding: 20px;
  }

  .greeting h3 {
    font-size: 18px;
    text-align: left;
  }

  .company04 .table th {
    width: 100%;
    text-align: left;
  }

  .pagelink {
    flex-flow: column;
  }

  .pagelink a {
    flex: none;
    width: 100%;
    height: 55vw;
  }

  .pagelink a:before {
    width: 94%;
    height: 50vw;
  }

  .pagelink a small {
    font-size: 16px;
  }

  .pagelink a p {
    font-size: 24px;
  }
}

/**
リース
**/

#jisseki .sp_scroll {
  margin-bottom: 50px;
}

#jisseki table td strong {
  color: #fff;
  font-size: 10px;
  margin-left: 5px;
  padding: 5px;
  background-color: #0077b2;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 1;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #jisseki .sp_scroll {
    margin-bottom: 20px;
  }
}

/**-------------------------------------
スライド
-------------------------------------**/
/* slide-box */

.slider2 {
  position: relative;
  margin: 0;
  padding: 0;
}

/* slide */

.slide-main {
  position: relative;
  margin: 0;
  padding: 0;
}

.slide-main .item {
  position: relative;
  height: 100%;
}

.slide-main .item a {
  display: block;
}

.slide-main .item .image {
  position: relative;
  overflow: hidden;
}

.slide-main .item img {
  margin: auto;
  width: 100%;
  height: 500px;
  object-fit: contain;
}

.slide-main .item p {
  margin: 5px;
  font-size: 14px;
}

.slide-main > .slick-list,
.slide-main > .slick-list > .slick-track,
.slide-main > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}

/* slide-navigation */

.slide-navigation {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.slide-navigation .item {
  position: relative;
  cursor: pointer;
}

.slide-navigation .item .image {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.slide-navigation .item .image::before {
  display: block;
  padding-top: 70%;
  content: "";
}

.slide-navigation .item .image::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  opacity: 0.5;
}

.slide-navigation .slick-current .image::after {
  opacity: 0;
}

.slide-navigation .item .image {
  position: relative;
  overflow: hidden;
}

.slide-navigation .item .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .slide-main .item img {
    height: 350px;
  }

  .slide-navigation {
    width: 100%;
  }

  .slide-navigation .item .image::before {
    padding-top: 70%;
  }
}

/**==================================================
  SLIDE
  ==================================================*/
.slider2 {
  margin-bottom: 15px;
}

.slider2 .slick-prev {
  left: 0;
  z-index: 10;
}

.slider2 .slick-next {
  right: 0;
  z-index: 10;
}

.slider2 .slick-prev,
.slider2 .slick-next {
  width: 20px;
  height: 20px;
}

.slider2 .slick-prev:before,
.slider2 .slick-next:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 18px;
  content: "\e5cc";
  font-family: "Material Icons";
  background: #32211a;
  color: #fff;
  border-radius: 50%;
}

.slider2 .slick-prev:before {
  content: "\e5cb";
}

.slider2 .slick-slide {
  margin: 0;
}

.slider2 .slide-main .item img {
  max-height: 294px;
  object-fit: contain;
}

/**==================================================
土地情報募集
================================================== **/

.company_point {
  background: #ffd500;
  width: 229px;
  height: 229px;
  border: 4px solid #32211a;
  border-radius: 50%;
  margin: 0 0 15px;
  position: relative;
  text-align: center;
  padding: 10px 30px;
  line-height: 1.3;
}

.company_point dt {
  font-weight: bold;
  font-size: 22px;
  margin: 5px auto;
  line-height: 1.3;
}

.company_point dd {
  font-size: 13px;
}

.company_point .material-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  text-align: center;
  line-height: 1;
  background: #32211a;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto 15px;
}

@media screen and (max-width: 768px) {
  .company_point {
    margin: 0;
    width: 200px;
    height: 200px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
  }

  .company_point:nth-child(even) {
    margin-left: auto;
  }

  .company_point + .company_point {
    margin-top: -35px;
  }

  .company_point dt {
    font-size: 19px;
    margin: 3px auto;
  }

  .company_point .material-icons {
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}

.pagecontact {
  background: #32211a;
  width: 980px;
  margin: 50px auto;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

.pagecontact a.one {
  display: block;
  padding: 20px 8px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;

  flex-flow: column;
  background: #e36d34;
  color: #fff;
  width: 18%;
}

.pagecontact h3 {
  width: 35%;
  font-weight: 800;
  font-size: 18px;
}

.pagecontact p {
  flex: 1;
  font-size: 1em;
  text-align: center;
}

.pagecontact p a {
  font-size: 2.5em;
  font-weight: 800;
  text-decoration: none;
  color: #ffd500;
}

.pagecontact p a span {
  font-size: 1em;
  vertical-align: middle;
  border: 1px solid #ffd500;
  border-radius: 50%;
  padding: 5px;
  margin: 0 10px 0 0;
}

.pagecontact ul {
  width: 30%;
}

.telonly.pagecontact {
  background: #0d7841;
  justify-content: center;
  flex-flow: column;
  text-align: center;
}

.telonly.pagecontact h3 {
  font-size: 30px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .pagecontact {
    font-size: 13px;
    margin: 20px auto 10px;
    width: 90%;

    flex-flow: column;
    padding: 10px 0;
  }

  .pagecontact h3 {
    width: 100%;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
  }

  .pagecontact p {
    width: 100%;
    font-size: 1em;
    margin-right: 0;
    text-align: center;
  }

  .pagecontact p a {
    font-size: 2.2em;
  }

  .pagecontact a.one {
    padding: 10px;
    font-size: 18px;
    width: 90%;
    margin: 15px auto 0;
  }

  .telonly.pagecontact h3 {
    font-size: 20px;
    width: auto;
  }
}

/**==================================================
 お問い合せ
================================================== **/

.txt_form01,
.txt_form02,
.txt_form04 {
  font-size: 13px;
  border: 1px solid #b8b8b8;
  padding: 8px 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 100%;
  box-sizing: border-box;
}

.txt_form03 {
  font-size: 13px;
  border: 1px solid #b8b8b8;
  padding: 8px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 100%;
  box-sizing: border-box;
}

.txt_form05 {
  font-size: 13px;
  border: 1px solid #b8b8b8;
  padding: 8px 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-sizing: border-box;
  width: 15%;
}

.txt_form06 {
  font-size: 13px;
  border: 1px solid #b8b8b8;
  padding: 8px 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-sizing: border-box;
  width: 100%;
}

.txt_form07 {
  font-size: 13px;
  border: 1px solid #b8b8b8;
  padding: 10px 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-sizing: border-box;
  width: 100%;
}

.btn_confirm {
  font-size: 16px;
  font-weight: 700;
  display: block;
  text-align: center;
  margin: 30px auto;
  padding: 15px 50px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  cursor: pointer;
  border: none;
  background: #32211a;
  color: #fff;
}

.btn_confirm:hover {
  background: #ffd500;
  color: #32211a;
}

.btn_back {
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #999;
  background-color: #f5f5f5;
  margin: 0 5px 30px 0;
  padding: 15px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  cursor: pointer;
}

.btn_send {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #999;
  background-color: #0d7841;
  margin: 0 0 30px 10px;
  padding: 15px 50px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  cursor: pointer;
}

.btn_town {
  --town_txt: #fff;
  -webkit-appearance: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  /* min-height: 64px; */
  margin: 0 auto;
  padding: 10px 20px;
  font-weight: bold;
  color: var(--town_txt);
  background-color: var(--town_bg);
  /* border: 2px solid var(--town_txt); */
  border-radius: 1000px;
  transition: 0.3s;
}
.btn_town:hover {
  color: var(--town_bg);
  background-color: var(--town_txt);
  opacity: 1;
}
.btn_town.btn_line {
  --town_bg: #07b53b;
}
.btn_town.btn_neyagawa {
  --town_bg: #ffec28;
}
.btn_town.btn_shinhousono {
  --town_bg: #90c31f;
}
.btn_town.btn_tsuda {
  --town_bg: #ffd500;
}
.btn_town.btn_nagayoshi {
  --town_bg: #00a293;
}

.form .vertical-item {
  display: block;
}

.form .center {
  text-align: center;
}

.form .detail dt {
  text-decoration: underline;
  color: #0d7841;
  cursor: pointer;
}

.form .detail dd {
  display: none;
}

.box_privacy {
  padding: 20px 5%;
}

.box_privacy dt {
  font-weight: bold;
  font-size: 20px;
  margin: 20px 0 10px;
}

/**------------------------------
モデルハウス
 ------------------------------**/
.model {
  max-width: 980px;
  margin: 80px auto;
}

.model .model-list a {
  margin: 0 0 30px;
}

.model-detail {
}

.model-detail .form table {
  margin: 0 auto;
}

.model-detail em {
  display: inline-block;
  padding: 0 10px;
  background: #008000;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  margin: 0 15px 0 0;
  border-radius: 5px;
}

.mitorizu li {
  margin: 30px 0 0;
}

.mitorizu a {
  position: relative;
}

.mitorizu a:after {
  content: "\e56b   拡大表示する";
  font-family: "Material Icons";
  display: block;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .model {
    margin: 30px 5%;
  }

  .mitorizu li {
    margin: 20px 0 0;
  }

  .model-detail .form table {
    margin: 20px auto;
  }

  .model-detail .btnB,
  .model-detail .btnC,
  .model-detail .btnD {
    margin: 0 0 8px;
    max-width: none;
  }
}

/**-------------------------------------
サムネイルスライド
-------------------------------------**/
/* slide-box */

.slider3 {
  position: relative;
  margin: 30px auto 50px;
  padding: 0;
  max-width: 980px;
}

/* slide */

.slide-main {
  position: relative;
  margin: 0;
  padding: 0;
}

.slide-main .item {
  position: relative;
  height: 100%;
}

.slide-main .item a {
  display: block;
}

.slide-main .item .image {
  position: relative;
  overflow: hidden;
}

.slide-main .item img {
  margin: auto;
  width: 100%;
}

.slide-main .item p {
  margin: 5px;
  font-size: 14px;
}

.slide-main > .slick-list,
.slide-main > .slick-list > .slick-track,
.slide-main > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}

/* slide-navigation */

.slide-navigation {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.slide-navigation .item {
  position: relative;
  cursor: pointer;
}

.slide-navigation .item figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.slide-navigation .item figure img {
  height: 100px;
  width: 100%;
  object-fit: cover;
}

.slide-navigation .item figure::before {
  display: block;
  content: "";
}

.slide-navigation .item figure::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  opacity: 0.5;
}

.slide-navigation .slick-current figure::after {
  opacity: 0;
}

.slide-navigation .item .image {
  position: relative;
  overflow: hidden;
}

.slide-navigation .item .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .slider3 {
    width: 90%;
  }

  .slide-navigation {
    width: 100%;
  }
}

/**==================================================
SLIDER
==================================================*/
.slider3 .slick-prev {
  left: -10px;
  z-index: 10;
}

.slider3 .slick-next {
  right: -10px;
  z-index: 10;
}

.slider3 .slick-prev,
.slider3 .slick-next {
  width: 30px;
  height: 30px;
}

.slider3 .slick-prev:before,
.slider3 .slick-next:before {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 22px;
  content: "\e5cc";
  font-family: "Material Icons";
  background: #32211a;
  color: #fff;
  border-radius: 50%;
}

.slider3 .slick-prev:before {
  content: "\e5cb";
}

.slider3 .slick-slide {
  margin: 0;
}

/**------------------------------
物件リンク
 ------------------------------**/
.inq_bld {
  border-radius: 20px;
  text-align: center;
  font-weight: bold;
  border: 3px solid #0d7841;
  box-shadow: 0 0 0 5px rgba(13, 120, 65, 0.2);
  background: #fff;
  padding: 0 0 20px;
}

.inq_bld h4 {
  background: #0d7841 url(../images/bg.png);
  color: #fff;
  padding: 20px 10px;
  border-radius: 15px 15px 0 0;
  margin: 0 0 10px;
}

.inq_bld .tel {
  font-size: 46px;
  color: #0d7841;
  line-height: 1.3;
  display: block;
  margin: 8px auto 0;
}

.inq_bld .tel span {
  font-size: 40px;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.inq_bld .btnB,
.inq_bld .btnC {
  margin: 20px auto 0;
}

/**==================================================
 採用情報
================================================== **/
.recruit-list {
  width: 980px;
  margin: 80px auto 0;
}

.recruit-list li {
  margin: 0 0 40px;
}

.recruit-list li figure {
  line-height: 0;
}

.recruit-list li figure img {
  width: 100%;
  height: 314px;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: 0 0 0 3px #32211a;
}

.recruit-list li .text {
  width: 90%;
  margin: -20px auto 0;
  position: relative;
  z-index: 5;
  font-size: 14px;
}

.recruit-list li .text h3 {
  font-size: 18px;
  font-weight: bold;
  background: #ffe666;
  padding: 10px 20px;
  margin: 0 0 15px;
  border-radius: 5px;
  box-shadow: 5px 5px 0 0 #32211a;
}

@media screen and (max-width: 768px) {
  .recruit-list {
    width: 90%;
    margin: 30px auto 0;
  }

  .recruit-list li figure img {
    width: 100%;
    height: 60vw;
    object-fit: cover;
  }

  .recruit-list li .text h3 {
    font-size: 16px;
    padding: 10px;
  }
}

.bg-neyagawa {
  background:
    url(/neyagawa_lp/assets/images/hero-bdr.svg) repeat-x center top,
    linear-gradient(#fff, #fff) no-repeat top center / 100% 50px,
    url(/neyagawa_lp/assets/images/bg-stripe-ylw.svg) repeat center center / 30px auto;
  padding: 80px 0;
  position: relative;
}
.bg-neyagawa:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 200px 100vw 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 1;
}
.bg-neyagawa:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 200px 0;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.sec-line {
  border: 10px solid #2da900;
  position: relative;
  z-index: 2;
  padding: 50px;
  width: 1030px;
  margin: 10px auto;
  background: #fff;
}

.sec-line .titA {
  width: 100%;
}

.sec-line .link-line {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 40px auto;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  gap: 30px;
}

.sec-line .addfrend {
  background: #06c755;
  color: #fff;
  font-size: 1.5em;
  border-radius: 5px;
  padding: 5px 15px;
}

.sec-line .link-line img {
  width: 200px;
  line-height: 0;
  vertical-align: middle;
  margin: 0 5px;
}
.sec-line .link-line img[src$="svg"] {
  width: 30px;
}

.sec-line .titA {
  margin-top: 50px;
}

.list-stamp {
  margin: 5%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.list-stamp li {
  width: calc((100% - (30px * 4)) / 5);
}

@media screen and (max-width: 768px) {
  .bg-neyagawa {
    padding: 30px 0;
  }
  .sec-line {
    padding: 15px;
    width: 90%;
    border-width: 5px;
  }
  .sec-line .link-line {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 10px auto;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    gap: 15px;
    flex-flow: column;
  }

  .sec-line .link-line img {
    margin: 0 auto;
  }
  .sec-line .link-line img[src$="svg"] {
    width: 30px;
  }

  .sec-line .titA {
    margin: 15px 0 5px;
    line-height: 1;
  }

  .list-stamp {
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .list-stamp li {
    width: calc((100% - (10px * 2)) / 3);
  }

  .list-stamp li:last-child {
    display: none;
  }
}

/**==================================================
  #bukken
  ==================================================*/
#bukken .titB {
  margin: 0;
}
#bukken a.link_tel {
  font-size: 2.5em;
  font-weight: 800;
  text-decoration: none;
}

#bukken a.link_tel span {
  font-size: 1em;
  vertical-align: middle;
  border: 1px solid #000;
  border-radius: 50%;
  padding: 5px;
  margin: 0 10px 0 0;
}

#bukken .map iframe {
  height: 100%;
}
@media screen and (max-width: 768px) {
  #bukken .titB {
    margin: 0 auto;
  }
  #bukken a.link_tel {
    font-size: 2.2em;
  }
  #bukken .box2C.box1C_sp {
    gap: 20px;
  }
  #bukken .map iframe {
    height: auto;
    aspect-ratio: 3 / 2;
  }
}

/**************************************************
.lineofficial
**************************************************/
.titZ:has(+ .lineofficial) > * {
  font-size: 1.2em;
}
.titZ:has(+ .lineofficial) figure {
  width: 80px;
  margin: 20px auto;
}
.lineofficial .bg-beige {
  background: #fff0d8;
}
.lineofficial .greeting {
  margin-top: 0;
  padding: 30px;
}
ul.list_town li {
  padding: 30px 50px;
  background: #fff;
  border: 5px solid #07b53b;
}
ul.list_town > li:not(:first-child) {
  margin-top: 50px;
}
ul.list_town li .titA {
  width: 100%;
}
ul.list_town li .wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
}
ul.list_town li .wrap .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
ul.list_town li figure.logo {
  width: 200px;
  margin-inline: auto;
}
ul.list_town li figure.landscape {
  width: 250px;
}
ul.list_town li figure.landscape img {
  aspect-ratio: 1 / 1;
}
ul.list_town li figure.qr_code {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .titZ:has(+ .lineofficial) figure {
    width: 40px;
    margin: 10px auto;
  }

  .lineofficial .greeting,
  ul.list_town li {
    padding: 20px;
  }
  ul.list_town li .wrap {
    grid-template-columns: 1fr;
  }
  ul.list_town li figure.landscape {
    width: 60%;
    margin-inline: auto;
  }
}

/*----------------------------------------
.visit_merit
----------------------------------------*/
.visit_merit figure {
  text-align: center;
}
.visit_merit .bg-beige {
  background: #fff0d8;
}
.visit_merit .grid_2c {
  --grid: 2;
  --gap: 20px;
  display: grid;
  grid-template-columns: repeat(var(--grid), 1fr);
  gap: var(--gap);
}
@media screen and (max-width: 768px) {
  .visit_merit .grid_2c {
    --gap: 10px;
  }
}

.titZ:has(+ .visit_merit) {
  background: #0d7841;
}
.titZ:has(+ .visit_merit):after {
  display: none;
}
.titZ:has(+ .visit_merit) figure {
  width: 350px;
}
@media screen and (max-width: 768px) {
  .titZ:has(+ .visit_merit) {
    height: auto;
    padding-top: 50px;
  }
  .titZ:has(+ .visit_merit) figure {
    width: 150px;
    margin-top: 0;
  }
  .titZ:has(+ .visit_merit) h2 {
    margin-top: 10px;
  }
}

/* .visit_worries */
.visit_worries {
  padding: 20px 50px;
  border: 4px solid #32211a;
  border-radius: 20px;
  background: #fff;
  font-weight: 800;
  font-size: 26px;
}
.visit_worries li {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  gap: 20px;
}
.visit_worries li:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .visit_worries {
    padding: 20px 0;
  }
  .visit_worries li {
    grid-template-columns: 1fr;
  }
  .visit_worries li figure {
    width: 40%;
    margin: 0 auto;
  }
}

/* .visit_about */
.visit_about figure {
  width: 250px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .visit_about figure {
    width: 150px;
  }
}

/* .visit_insights */
.visit_insights + .visit_insights {
  margin-top: 100px;
}
.visit_insights .img {
  width: min(100%, 700px);
  margin: -50px auto;
}
.visit_insights .wrap {
  position: relative;
  width: fit-content;
  padding: 10px;
  border: 2px solid #32211a;
  border-radius: 20px;
  background: #fff;
}
.visit_insights .wrap::before {
  position: absolute;
  right: 0px;
  bottom: calc(100% - 2px);
  font-size: 2em;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
}
.visit_insights .before::before {
  content: "BEFORE";
  opacity: 0.5;
}
.visit_insights .after::before {
  content: "AFTER";
  color: #ffd500;
}
.visit_insights .wrap h5 {
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: bold;
}
.visit_insights .inner {
  --box: 130px;
  display: grid;
  grid-template-columns: var(--box) 1fr;
  align-items: center;
  gap: 20px;
}
.visit_insights .inner li {
  --indent: calc(1em + 5px);
  text-indent: calc(-1 * var(--indent));
  padding-left: var(--indent);
  padding-block: 5px;
}
.visit_insights .inner li::before {
  content: "check_circle";
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 1;
  margin-right: 5px;
  font-size: 1.2em;
  vertical-align: middle;
  color: #0d7841;
}
.visit_insights .after .inner span {
  font-size: 1.1em;
  font-weight: bold;
  background: linear-gradient(to top, #ffea80 30%, transparent 5%);
}
@media screen and (min-width: 769px) {
  .visit_insights .after {
    margin-left: auto;
  }
  .visit_insights .after .inner {
    grid-template-columns: 1fr var(--box);
  }
  .visit_insights .after .inner > *:first-child {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .visit_insights .img {
    margin: 10px auto 30px;
  }
  .visit_insights .wrap h5 {
    text-align: center;
  }
  .visit_insights .inner {
    grid-template-columns: 1fr;
  }
  .visit_insights .inner figure {
    width: 40%;
    margin: 0 auto;
  }
}
