@charset "UTF-8";
/* 基本設定 */
/*============================================
	― 変数設定
=============================================*/
@font-face {
  font-family: "Shippori Mincho";
  src: url("../webfonts/Subset-ShipporiMincho-Medium.woff2") format("woff2"), url("../webfonts/Subset-ShipporiMincho-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Shippori Mincho";
  src: url("../webfonts/Subset-ShipporiMincho-SemiBold.woff2") format("woff2"), url("../webfonts/Subset-ShipporiMincho-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cinzel";
  src: url("../webfonts/Cinzel-Medium.woff2") format("woff2"), url("../webfonts/Cinzel-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cinzel";
  src: url("../webfonts/Cinzel-SemiBold.woff2") format("woff2"), url("../webfonts/Cinzel-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 GLOBAL 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
/*============================================
	― PC表示
=============================================*/
.pc-disblock {
  display: block;
}

.pc-disline {
  display: inline;
}

.pc-dislineblock {
  display: inline-block;
}

.pc-none {
  display: none;
}

.sp-disblock {
  display: none;
}

.sp-disline {
  display: none;
}

.sp-dislineblock {
  display: none;
}

.sp-none {
  display: contents;
}

.sp-contents {
  display: none;
}

/*============================================
      ― スマホ表示切り替え
  =============================================*/
@media screen and (max-width: 769px) {
  .pc-disblock {
    display: none;
  }
  .pc-disline {
    display: none;
  }
  .pc-dislineblock {
    display: none;
  }
  .sp-disblock {
    display: block;
  }
  .sp-disline {
    display: inline;
  }
  .sp-dislineblock {
    display: inline-block;
  }
  .sp-none {
    display: none;
  }
  .sp-contents {
    display: contents;
  }
}
/*============================================
      ― タブレット表示切り替え
  =============================================*/
@media screen and (max-width: 1025px) {
  .tb-none {
    display: none;
  }
}
body {
  font-family: "Noto Sans JP";
  letter-spacing: 1px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* modules */
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 LOADING-TOP 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 199999;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.loading .bg {
  position: absolute;
  z-index: 200000;
  width: 100%;
  height: 200vh;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(17, 17, 17) 50%, rgb(64, 64, 64) 100%);
  z-index: 200000;
  left: 0;
  top: 0;
}
.loading .container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 200001;
}
.loading .container .text {
  position: relative;
  z-index: 200002;
  color: #fff;
  font-family: "Roboto";
  text-align: center;
}
.loading .container .text .main {
  visibility: hidden;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-size: 24px;
}
.loading .container .text .main .line {
  color: transparent;
  -webkit-text-stroke: rgb(220, 220, 220) 1px;
}
.loading .container .text .tagline {
  visibility: hidden;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
  font-size: 16px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .loading .container .text .main {
    letter-spacing: 6px;
    font-size: 24px;
  }
  .loading .container .text .main .line {
    -webkit-text-stroke: rgb(220, 220, 220) 1px;
  }
  .loading .container .text .tagline {
    letter-spacing: 4px;
    font-size: 16px;
  }
} /* 1024px～1280px responsive-close */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .loading .container .text .main {
    letter-spacing: 6px;
    font-size: 24px;
  }
  .loading .container .text .main .line {
    -webkit-text-stroke: rgb(220, 220, 220) 1px;
  }
  .loading .container .text .tagline {
    letter-spacing: 4px;
    font-size: 16px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .loading .container .text .main {
    letter-spacing: 5px;
    font-size: 5vw;
  }
  .loading .container .text .main .line {
    -webkit-text-stroke: rgb(220, 220, 220) 1px;
  }
  .loading .container .text .tagline {
    letter-spacing: 4px;
    font-size: 4vw;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.header {
  overflow: hidden;
}
.header .container {
  margin: 0 auto 0;
  height: 100vh;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(17, 17, 17) 50%, rgb(64, 64, 64) 100%);
}
.header .container video {
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
.header .container::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: rgba(2, 56, 87, 0.25);
  content: "";
  opacity: 0.5;
}
.header .container nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 2% 0 2%;
  z-index: 9999;
  position: fixed;
  width: 100%;
}
.header .container nav.set {
  position: fixed;
  transform: translateY(calc(-100% - 1px));
  transition: transform 0s cubic-bezier(0.16, 1, 0.3, 1);
}
.header .container nav.fixed {
  transform: translateY(0);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 25px 2% 15px 2%;
  z-index: 9999;
}
.header .container nav .logo {
  line-height: 0;
  width: 110px;
}
.header .container nav .logo.fixed {
  width: 80px;
  margin-bottom: 10px;
}
.header .container nav .logo a {
  opacity: unset;
}
.header .container nav .logo img {
  position: absolute;
  left: 0;
  top: -30px;
  transition: opacity 0.5s;
  width: 110px;
}
.header .container nav .logo .-before {
  opacity: 1;
  z-index: 2;
}
.header .container nav .logo .-after {
  opacity: 0;
  z-index: 1;
}
.header .container nav .logo.headerLogoScroll .-before {
  opacity: 0;
}
.header .container nav .logo.headerLogoScroll .-after {
  opacity: 1;
}
.header .container nav .logo.hideLogo {
  display: none;
  pointer-events: none;
}
.header .container nav ul {
  display: flex;
  align-items: center;
}
.header .container nav ul li {
  margin: 0 30px 0 0;
}
.header .container nav ul li a {
  color: #fff;
  font-family: "Roboto";
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 22px;
  padding: 0 0 0 0;
  position: relative;
  display: inline-block;
}
.header .container nav ul li a.rolltext {
  overflow: hidden; /* 1つ目の影を隠す */
  color: transparent; /* テキスト本体は透明にする */
  font-size: 22px;
  /* 影の設定
  1つ目：Y方向の位置にマイナスに設定してテキスト本体の上に配置、ぼかしなし
  2つ目：位置はテキスト本体と同じ、ぼかしなし
  */
  text-shadow: 0 -1.5em 0 #fff, 0 0 0 #fff;
  transition: text-shadow 0.3s;
}
.header .container nav ul li a.rolltext:hover {
  text-shadow: 0 0 0 #fff, 0 1.5em 0 #fff; /* 2つの影の位置を上方向に1.5emずつずらす */
}
.header .container nav ul li a:hover {
  opacity: 1;
}
.header .container nav ul li a.fixed {
  color: #000;
  text-shadow: none;
}
.header .container nav ul li a.fixed .l-header__gnav__icon svg path {
  fill: black;
}
.header .container nav ul li a.fixed.rolltext {
  overflow: hidden; /* 1つ目の影を隠す */
  color: transparent; /* テキスト本体は透明にする */
  font-size: 22px;
  /* 影の設定
  1つ目：Y方向の位置にマイナスに設定してテキスト本体の上に配置、ぼかしなし
  2つ目：位置はテキスト本体と同じ、ぼかしなし
  */
  text-shadow: 0 -1.5em 0 #000, 0 0 0 #000;
  transition: text-shadow 0.3s;
}
.header .container nav ul li a.fixed.rolltext:hover {
  text-shadow: 0 0 0 #000, 0 1.5em 0 #000; /* 2つの影の位置を上方向に1.5emずつずらす */
}
.header .container nav ul li:last-child {
  margin: 0 0 0 0;
}
.header .container nav ul li .l-header__gnav__icon svg {
  vertical-align: middle;
  transition-duration: 0.2s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.header .container nav ul li .downMenu1 {
  position: absolute;
  left: auto;
  background-color: rgba(0, 0, 0, 0.8);
  width: 200px;
  border-radius: 5px;
}
.header .container nav ul li .downMenu1 ul.downMenu-list {
  list-style: none;
  padding: 0;
  display: block;
}
.header .container nav ul li .downMenu1 ul.downMenu-list li.downMenu-list__item a {
  display: block;
  margin: 20px 0;
  width: 250px;
  height: 20px;
  font-size: 16px;
  transition: 0.2s ease;
  font-family: "Noto Sans JP";
  font-weight: 400;
  padding: 0 20px;
}
.header .container nav ul li .downMenu2 {
  position: absolute;
  left: auto;
  background-color: rgba(0, 0, 0, 0.8);
  width: 150px;
  border-radius: 5px;
}
.header .container nav ul li .downMenu2 ul.downMenu-list {
  list-style: none;
  padding: 0;
  display: block;
  justify-content: space-around;
}
.header .container nav ul li .downMenu2 ul.downMenu-list li.downMenu-list__item a {
  display: block;
  margin: 20px 0;
  width: 150px;
  height: 20px;
  font-size: 16px;
  transition: 0.2s ease;
  font-family: "Noto Sans JP";
  font-weight: 400;
  padding: 0 20px;
}
.header .container nav h1 {
  display: none;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024pxまでのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .header .container {
    max-width: 100%;
  }
  .header .container nav {
    padding: 30px 2% 0 2%;
  }
  .header .container nav.fixed {
    padding: 25px 2% 30px 2%;
  }
  .header .container nav .logo {
    line-height: 0;
    width: 170px;
  }
  .header .container nav .logo.fixed {
    width: 80px;
    margin-bottom: 10px;
  }
  .header .container nav .logo a {
    opacity: unset;
  }
  .header .container nav .logo img {
    position: absolute;
    left: 0;
    top: -20px;
    transition: opacity 0.5s;
    width: 65px;
  }
  .header .container nav .gnav-list {
    display: none;
    position: absolute;
    top: 60px; /* ヘッダー高さに合わせて調整 */
    left: 0;
    width: 100%;
    flex-direction: column;
    z-index: 1000;
  }
  .header .container nav .gnav-list.active {
    display: flex; /* または block */
    flex-direction: column;
  }
  .header .container .hamburger {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 10px;
    z-index: 30;
    transition: opacity 0.5s, transform 0.5s;
    opacity: 1;
    transform: translateY(0);
    display: block;
    padding: 0 10px 5px 5px;
  }
  .header .container .hamburger.hide {
    opacity: 0;
    transform: translateY(-40px); /* 上に隠す */
    pointer-events: none; /* クリックも無効化 */
  }
  .header .container .hamburger.active {
    z-index: 99999 !important;
  }
  .header .container .hamburger .toggle-btn span {
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    transition: all 0.3s;
  }
  .header .container .hamburger .toggle-btn.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .header .container .hamburger .toggle-btn.active span:nth-child(2) {
    opacity: 0;
  }
  .header .container .hamburger .toggle-btn.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .header .container .hamburger span {
    width: 30px;
    height: 1px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    left: 10px;
    transition: all 0.4s;
  }
  .header .container .hamburger span:nth-of-type(1) {
    top: 16px;
  }
  .header .container .hamburger span:nth-of-type(2) {
    top: 26px;
  }
  .header .container .hamburger span:nth-of-type(3) {
    top: 36px;
  }
  .header .container .hamburger.active span {
    background-color: #fff;
  }
  .header .container .hamburger.active span:nth-of-type(1) {
    top: 24px;
    transform: rotate(-45deg);
  }
  .header .container .hamburger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header .container .hamburger.active span:nth-of-type(3) {
    top: 40px;
    transform: rotate(45deg);
  }
  .header .container .hamburger.shown-again .toggle-btn span,
  .header .container .hamburger.shown-again span {
    background-color: #1f1f1f !important;
  }
  .header .container .hamburger.white .toggle-btn span,
  .header .container .hamburger.white span {
    background-color: #fff !important;
  }
  .header .container .hamburger.black .toggle-btn span,
  .header .container .hamburger.black span {
    background-color: #1f1f1f !important;
  }
  .header .container .hamburger.active .toggle-btn span,
  .header .container .hamburger.active span {
    background-color: #fff !important;
  }
  .header .container .drawer-nav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99998;
    background-color: #101a22;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-out, visibility 0.3s;
    display: block;
  }
  .header .container .drawer-nav.active {
    opacity: 1;
    visibility: visible;
  }
  .header .container .drawer-nav .drawer-nav-wrapper {
    display: block;
    width: 100%;
    padding: 100px 0 0 0;
  }
  .header .container .drawer-nav .drawer-nav-wrapper ul.drawer_ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    margin: 0 0 0 40px;
  }
  .header .container .drawer-nav .drawer-nav-wrapper ul li {
    font-size: 20px;
    position: relative;
    margin: 0 0 0 0;
  }
  .header .container .drawer-nav .drawer-nav-wrapper ul li a {
    display: block;
    font-size: 28px;
    color: #fff;
    padding: 0 0 6px 0;
    margin-bottom: 15px;
    line-height: 1.75em;
    font-weight: normal;
  }
  .header .container .drawer-nav .drawer-nav-wrapper ul li .drawer_ul_child {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin: -25px 0 10px 15px;
  }
  .header .container .drawer-nav .drawer-nav-wrapper ul li .drawer_ul_child .drawer_ul_child_list a {
    font-size: 16px;
    color: #fff;
    line-height: 3;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .header .container .first-view {
    margin: 20px 0 0 0;
    padding: 0 0 0 3%;
  }
  .header .container .first-view .text {
    width: calc(100% - 50vw);
    padding: 50px 0 0 0;
  }
  .header .container .first-view .text h2 .catch {
    line-height: 1.25;
    letter-spacing: 5px;
    font-size: 60px;
  }
  .header .container .first-view .text h1 .catch {
    letter-spacing: 2px;
    font-size: 26px;
  }
  .header .container .first-view .text ul {
    width: 120%;
    margin: 30px 0 0 0;
  }
  .header .container .first-view .text ul li {
    background-size: 18px auto;
    font-size: 18px;
    padding: 5px 20px 5px 28px;
  }
  .header .container .first-view .text .sentence {
    margin: 10px 0 0 0;
  }
  .header .container .first-view .text .sentence p {
    line-height: 2;
    font-size: 16px;
    padding: 10px 0 10px 0;
  }
} /* 1024px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 MAINVISUAL 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.container .first-view {
  margin: 0 auto 0;
  padding: 0;
  max-width: 1920px;
}
.container .first-view .text {
  color: #fff;
  width: 100%;
  max-width: 1920px;
  padding: 0 0 0 3%;
  position: absolute;
  bottom: 31%;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4705882353);
  z-index: 2;
}
.container .first-view .text h2 .catch {
  font-family: "Noto Sans JP";
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 5px;
  font-size: 64px;
}
.container .first-view .text h1 .catch {
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 28px;
  margin-top: 42px;
  margin-left: 0.5%;
}
.container .first-view .text ul {
  margin: 30px 0 0 0;
}
.container .first-view .text ul li {
  background: url(../images/verify.svg) no-repeat 0 center;
  background-size: 20px auto;
  font-size: 20px;
  padding: 5px 20px 5px 30px;
}
.container .first-view .text .sentence {
  margin: 10px 0 0 0;
}
.container .first-view .text .sentence p {
  line-height: 2;
  font-size: 18px;
  padding: 10px 0 10px 0;
}
.container .first-view .mv_scroll {
  position: absolute;
  left: 50%;
  bottom: 0;
  letter-spacing: 0.2em;
}
.container .first-view .mv_scroll .mv_scroll-text {
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
  color: #ffffff;
  text-transform: uppercase;
}
.container .first-view .mv_scroll .mv_scroll-bar {
  width: 2px;
  height: 50px;
  background: #ffffff;
  margin-inline: auto;
  animation: bar 3s ease-in-out infinite;
}
@keyframes bar {
  0% {
    clip-path: inset(0% 0% 100% 0%);
  }
  50% {
    clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    clip-path: inset(100% 0% 0% 0%);
  }
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024pxまでのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .container .first-view {
    margin: 0 auto 0;
    padding: 0;
    max-width: 100%;
  }
  .container .first-view .text {
    color: #fff;
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 5%;
    position: absolute;
    bottom: 60%;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4705882353);
    z-index: 2;
  }
  .container .first-view .text h2 .catch {
    font-family: "Noto Sans JP";
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 5px;
    font-size: 6.5vw;
    font-feature-settings: "palt";
  }
  .container .first-view .text h1 .catch {
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 4.5vw;
    margin-top: 20px;
    margin-left: 0.5%;
  }
  .container .first-view .text ul {
    margin: 30px 0 0 0;
  }
  .container .first-view .text ul li {
    background: url(../images/verify.svg) no-repeat 0 center;
    background-size: 20px auto;
    font-size: 20px;
    padding: 5px 20px 5px 30px;
  }
  .container .first-view .text .sentence {
    margin: 10px 0 0 0;
  }
  .container .first-view .text .sentence p {
    line-height: 2;
    font-size: 18px;
    padding: 10px 0 10px 0;
  }
  .container .first-view .mv_scroll {
    position: absolute;
    left: 40%;
    bottom: 0;
    letter-spacing: 0.2em;
  }
  .container .first-view .mv_scroll .mv_scroll-text {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    color: #ffffff;
    text-transform: uppercase;
  }
  .container .first-view .mv_scroll .mv_scroll-bar {
    width: 2px;
    height: 50px;
    background: #ffffff;
    margin-inline: auto;
    animation: bar 3s ease-in-out infinite;
  }
  @keyframes bar {
    0% {
      clip-path: inset(0% 0% 100% 0%);
    }
    50% {
      clip-path: inset(0% 0% 0% 0%);
    }
    100% {
      clip-path: inset(100% 0% 0% 0%);
    }
  }
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 WORKS 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.works {
  overflow: hidden;
  position: relative;
  color: #343434;
}
.works .bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.works .title {
  position: relative;
  z-index: 2;
  padding: 60px 0 60px 0;
}
.works .title h3 .catch {
  font-family: "Cinzel";
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 5px;
  text-align: center;
  font-size: 80px;
}
.works .title h2 {
  margin: 5px 0 0 0;
}
.works .title h2 .catch {
  font-weight: 500;
  letter-spacing: 4px;
  text-align: center;
  font-size: 28px;
}
.works .container {
  position: relative;
  z-index: 2;
  width: 94%;
  max-width: 1480px;
  margin: 40px auto 0;
  padding: 0 0 70px 0;
}
.works .container .splide .splide__track .splide__list .splide__slide {
  position: relative;
  color: #000000;
  box-shadow: rgba(153, 159, 163, 0.2) 0 7px 29px 0;
  background: #ffffff;
  cursor: pointer;
}
.works .container .splide .splide__track .splide__list .splide__slide .thumb {
  line-height: 0;
  width: 100%;
  height: 400px;
}
.works .container .splide .splide__track .splide__list .splide__slide .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.works .container .splide .splide__track .splide__list .splide__slide .text {
  padding: 30px 45px 30px 45px;
}
.works .container .splide .splide__track .splide__list .splide__slide .text .category p {
  display: inline-block;
  font-family: "Cinzel";
  font-weight: 600;
  background: linear-gradient(90deg, #cbcbb6 0%, #d6d2b6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 4px;
  font-size: 25px;
}
.works .container .splide .splide__track .splide__list .splide__slide .text h3 .catch {
  font-size: 22px;
}
.works .container .splide .splide__track .splide__list .splide__slide .text h4 .catch {
  font-size: 20px;
}
.works .container .splide .splide__track .splide__list .splide__slide.is-active {
  padding: 0 0 0 0;
}
.works .container .splide .splide__track .splide__progress__bar {
  background: #cccccc;
  height: 3px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024pxまでのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .works .bg {
    left: 0;
    top: 0;
  }
  .works .title {
    padding: 60px 0 60px 0;
  }
  .works .title h3 .catch {
    line-height: 1.25;
    letter-spacing: 5px;
    font-size: 80px;
  }
  .works .title h2 {
    margin: 5px 0 0 0;
  }
  .works .title h2 .catch {
    letter-spacing: 4px;
    font-size: 28px;
  }
  .works .container {
    width: 96%;
    max-width: 1480px;
    margin: 40px auto 0;
    padding: 0 0 70px 0;
  }
  .works .container .splide .splide__track .splide__list .splide__slide {
    width: 50%;
  }
  .works .container .splide .splide__track .splide__list .splide__slide .thumb {
    line-height: 0;
    width: 100%;
    height: 300px;
  }
  .works .container .splide .splide__track .splide__list .splide__slide .thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .works .container .splide .splide__track .splide__list .splide__slide .text {
    padding: 30px 20px 30px 20px;
  }
  .works .container .splide .splide__track .splide__list .splide__slide .text .category p {
    letter-spacing: 4px;
    font-size: 22px;
  }
  .works .container .splide .splide__track .splide__list .splide__slide .text .category h3 .catch {
    font-size: 19px;
  }
  .works .container .splide .splide__track .splide__list .splide__slide .text .category h4 .catch {
    font-size: 17px;
  }
  .works .container .splide .splide__track .splide__list .splide__slide.is-active {
    padding: 0 0 0 0;
  }
  .works .container .splide .splide__track .splide__progress__bar {
    height: 3px;
  }
} /* 1024px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 FEATURE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.feature {
  overflow: hidden;
  padding: 50px 0 0 0;
  position: relative;
  background: #ffffff;
  animation: bg-color 20s forwards;
}
@keyframes bg-color {
  0% {
    background-color: rgba(255, 255, 255, 0.3607843137);
  }
  100% {
    background-color: #ffffff;
  }
}
.feature .container {
  padding: 0 0 0 0;
}
.feature .container .title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1920px;
  height: 650px;
  margin: 0 auto 0;
}
.feature .container .title .text {
  position: relative;
  z-index: 2;
  padding: 0 0 0 6%;
}
.feature .container .title .text h3 .catch {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 90px;
}
.feature .container .title .text p {
  margin: 60px 0 0 0;
}
.feature .container .title .text p.catch {
  font-weight: 500;
  line-height: 1.8;
  font-size: 18px;
  width: 35%;
}
.feature .container .title .thumb {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 60%;
  height: 650px;
}
.feature .container .title .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.feature .container .box-wrapper {
  max-width: 1920px;
  margin: 0 auto 0;
  padding: 60px 6% 0 6%;
}
.feature .container .box-wrapper .box {
  position: relative;
  flex-wrap: wrap;
  margin: 60px 0 0 0;
}
.feature .container .box-wrapper .box .top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature .container .box-wrapper .box .top .thumb {
  position: relative;
  z-index: 3;
  width: 50%;
  height: 600px;
}
.feature .container .box-wrapper .box .top .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.feature .container .box-wrapper .box .top .thumb .number {
  position: absolute;
  right: 10px;
  top: -40px;
}
.feature .container .box-wrapper .box .top .thumb .number p {
  display: inline-block;
  font-family: "Cinzel";
  font-weight: 600;
  line-height: 1;
  opacity: 0.7;
  background: linear-gradient(90deg, #f5fcff 0%, #d1d2d3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 4px;
  font-size: 100px;
}
.feature .container .box-wrapper .box .top .text {
  position: relative;
  padding: 0 0 0 70px;
  width: 50%;
}
.feature .container .box-wrapper .box .top .text .en {
  position: relative;
  z-index: 2;
}
.feature .container .box-wrapper .box .top .text .en p {
  font-family: "Noto Sans JP";
  font-weight: 500;
  line-height: 1.1;
  font-size: 38px;
}
.feature .container .box-wrapper .box .top .text h3 {
  position: relative;
  z-index: 2;
  margin: 30px 0 0 0;
}
.feature .container .box-wrapper .box .top .text h3 .catch {
  line-height: 1.8;
  letter-spacing: 3px;
  font-size: 16px;
  font-weight: 400;
}
.feature .container .box-wrapper .box .top .text ul {
  position: relative;
  z-index: 2;
  margin: 30px 0 0 0;
}
.feature .container .box-wrapper .box .top .text ul li {
  background: url(../images/gems.svg) no-repeat 0 center;
  background-size: 20px auto;
  font-size: 20px;
  padding: 5px 20px 5px 30px;
}
.feature .container .box-wrapper .box .top .text .geometory {
  position: absolute;
  z-index: 1;
  opacity: 0.4;
  right: 0;
  bottom: 0;
  width: 400px;
}
.feature .container .box-wrapper .box .top .text .geometory img {
  animation: 6s fuwafuwa infinite;
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-40px);
  }
}
.feature .container .box-wrapper .box .bottom {
  margin: 30px auto 0;
}
.feature .container .box-wrapper .box .bottom .sentence {
  position: relative;
  z-index: 3;
  width: 100%;
}
.feature .container .box-wrapper .box .bottom .sentence p {
  line-height: 2;
  font-size: 18px;
  padding: 10px 0 10px 0;
}
.feature .container .box-wrapper .box:nth-child(2n) .top {
  flex-direction: row-reverse;
}
.feature .container .box-wrapper .box:nth-child(2n) .top .text {
  padding: 0 47px 0 0;
}
.feature .container .box-wrapper .box:nth-child(2n) .top .text .geometory {
  right: 70px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024pxまでのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .feature {
    padding: 50px 0 0 0;
    margin: 0 0 0 0;
    animation: unset;
  }
  .feature .container {
    padding: 0 0 0 0;
  }
  .feature .container .title {
    max-width: 1920px;
    height: auto;
    margin: 0 auto 0;
  }
  .feature .container .title .text {
    background-color: rgba(255, 255, 255, 0.4862745098);
    padding: 2% 6% 3% 6%;
    margin-top: 60px;
  }
  .feature .container .title .text h3 .catch {
    font-size: 40px;
  }
  .feature .container .title .text p.catch {
    width: 100%;
    margin: 0 0 0 0;
    font-size: 14px;
  }
  .feature .container .title .thumb {
    width: 80%;
    height: 300px;
  }
  .feature .container .title .thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .feature .container .box-wrapper {
    max-width: 100%;
    padding: 60px 0 0 0;
  }
  .feature .container .box-wrapper .box {
    margin: 60px 0 0 0;
  }
  .feature .container .box-wrapper .box .top {
    display: block;
  }
  .feature .container .box-wrapper .box .top .thumb {
    width: 100%;
    height: 400px;
  }
  .feature .container .box-wrapper .box .top .thumb img {
    width: 100%;
    height: 70%;
  }
  .feature .container .box-wrapper .box .top .thumb .number {
    right: 10px;
    top: -40px;
  }
  .feature .container .box-wrapper .box .top .thumb .number p {
    line-height: 1;
    opacity: 0.7;
    letter-spacing: 4px;
    font-size: 18vw;
  }
  .feature .container .box-wrapper .box .top .text {
    width: calc(100% - 0vw);
    padding: 30px 4% 20px 4%;
    margin: -120px 0 0 0;
  }
  .feature .container .box-wrapper .box .top .text .en p {
    line-height: 1.1;
    letter-spacing: 1px;
    font-size: 6vw;
  }
  .feature .container .box-wrapper .box .top .text h3 {
    margin: 30px 0 0 0;
  }
  .feature .container .box-wrapper .box .top .text h3 .catch {
    line-height: 1.8;
    letter-spacing: 3px;
    font-size: 14px;
  }
  .feature .container .box-wrapper .box .top .text ul {
    margin: 30px 0 0 0;
  }
  .feature .container .box-wrapper .box .top .text ul li {
    background: url(../images/gems.svg) no-repeat 0 center;
    background-size: 20px auto;
    font-size: 20px;
    padding: 5px 20px 5px 30px;
  }
  .feature .container .box-wrapper .box .top .text .geometory {
    opacity: 0.4;
    right: 50px;
    bottom: 50px;
    width: 40vw;
  }
  .feature .container .box-wrapper .box .bottom {
    margin: 30px auto 0;
  }
  .feature .container .box-wrapper .box .bottom .sentence {
    width: 100%;
    padding: 0 4% 0 4%;
  }
  .feature .container .box-wrapper .box .bottom .sentence p {
    line-height: 2;
    font-size: 18px;
    padding: 10px 0 10px 0;
  }
  .feature .container .box-wrapper .box:nth-child(2n) .top .text {
    padding: 30px 4% 0 4%;
  }
  .feature .container .box-wrapper .box:nth-child(2n) .top .text .geometory {
    right: 70px;
  }
} /* ～1024px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: iPad PRO 縦向きで適用	◆

start----------------------------------------------------------------------------*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
  .container .first-view .text {
    bottom: 40%;
  }
  .container .first-view .mv_scroll {
    left: 45%;
  }
  .feature .container .title .text h3 .catch {
    font-size: 90px;
  }
  .feature .container .box-wrapper .box .top .text .en p {
    font-size: 50px;
  }
}
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: iPad PRO 横向きで適用	◆

start----------------------------------------------------------------------------*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1528px) and (orientation: landscape) {
  .feature .container .box-wrapper .box .top .text .en p {
    font-size: 34px;
  }
}
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: iPad Air 横向きで適用	◆

start----------------------------------------------------------------------------*/
@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: landscape) {
  .feature .container .title .text h3 .catch {
    font-size: 80px;
  }
  .feature .container .box-wrapper .box .top .text .en p {
    font-size: 30px;
  }
}
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: iPad Air、iPad Mini 縦向きで適用	◆

start----------------------------------------------------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .container .first-view .mv_scroll {
    left: 45%;
  }
  .feature .container .title .text h3 .catch {
    font-size: 80px;
  }
  .feature .container .box-wrapper .box .top .text .en p {
    font-size: 38px;
  }
}
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: iPad Mini 横向きで適用	◆

start----------------------------------------------------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .container .first-view .text {
    bottom: 40%;
  }
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 SERVICE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.service {
  overflow: hidden;
  padding: 100px 0 0 0;
  position: relative;
  background: #ffffff;
}
.service .container .title h3 .catch {
  font-family: "Roboto";
  font-weight: 500;
  letter-spacing: 10px;
  text-align: center;
  font-size: 90px;
}
.service .container .title h3 .catch.heading {
  position: relative;
}
.service .container .title h3 .catch.heading::before {
  background-color: #000; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  bottom: 5px; /* 線の位置 */
  content: "";
  height: 1.5px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%); /* 線の中央寄せ */
  width: 320px;
}
.service .container .title h2 {
  margin: 10px 0 0 0;
}
.service .container .title h2 .catch {
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  font-size: 24px;
}
.service .container .box-wrapper {
  padding: 30px 0 0 0;
}
.service .container .box-wrapper .box {
  margin: 70px 0 0 0;
}
.service .container .box-wrapper .box .thumb-wrapper {
  display: flex;
  line-height: 0;
}
.service .container .box-wrapper .box .thumb-wrapper .thumb {
  width: 50%;
  height: 450px;
}
.service .container .box-wrapper .box .thumb-wrapper .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.service .container .box-wrapper .box .text {
  position: relative;
  max-width: 1920px;
  margin: 0 auto 0;
}
.service .container .box-wrapper .box .text .back {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.service .container .box-wrapper .box .text .back p {
  color: #bcbcbc;
  font-family: "Cinzel";
  font-weight: 500;
  line-height: 1;
  opacity: 0.4;
  letter-spacing: 20px;
  font-size: 6.1vw;
}
.service .container .box-wrapper .box .text .inset {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto 0;
  padding: 100px 2% 100px 2%;
}
.service .container .box-wrapper .box .text .inset .semi-title {
  display: flex;
  align-items: center;
}
.service .container .box-wrapper .box .text .inset .semi-title .number {
  position: relative;
  font-family: "Cinzel";
  font-weight: 600;
  line-height: 1;
  top: 3px;
  font-size: 22px;
}
.service .container .box-wrapper .box .text .inset .semi-title h3 {
  padding: 0 0 0 10px;
  margin-top: -20px;
}
.service .container .box-wrapper .box .text .inset .semi-title h3 .catch {
  line-height: 1.1;
  letter-spacing: 4px;
  font-size: 38px;
}
.service .container .box-wrapper .box .text .inset .sentence {
  margin: 60px 0 0 15%;
}
.service .container .box-wrapper .box .text .inset .sentence p {
  line-height: 2;
  font-size: 18px;
  padding: 10px 0 10px 0;
}
.service .container .box-wrapper .box .text .inset .sentence p.arrow-button {
  text-align: right;
  margin-top: 40px;
}
.service .container .box-wrapper .box .text .inset .sentence p.arrow-button a {
  display: inline-block;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5294117647);
  padding: 5px 31px 5px 20px;
  font-size: 0.9rem;
}
.service .container .box-wrapper .box .text .inset .sentence p.arrow-button a.rolltext {
  color: transparent; /* テキスト本体は透明にする */
  font-size: 16px;
  /* 影の設定
  1つ目：Y方向の位置にマイナスに設定してテキスト本体の上に配置、ぼかしなし
  2つ目：位置はテキスト本体と同じ、ぼかしなし
  */
  text-shadow: 0 -2.8em 0 #fff, 0 0 0 #fff;
  transition: text-shadow 0.3s;
}
.service .container .box-wrapper .box .text .inset .sentence p.arrow-button a.rolltext:hover {
  text-shadow: 0 0 0 #fff, 0 2.8em 0 #fff; /* 2つの影の位置を上方向に1.5emずつずらす */
}
.service .container .box-wrapper .box .text .inset .sentence p.arrow-button a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: 92%;
  width: 55px;
  height: 5px;
  border: none;
  border-right: 2px solid #000;
  border-bottom: 1px solid #000;
  transform: skew(45deg);
  transition: 0.3s;
}
.service .container .box-wrapper .box .text .inset .sentence p.arrow-button a:hover {
  opacity: 1;
}
.service .container .box-wrapper .box .text .inset .sentence p.arrow-button a:hover::after {
  position: absolute;
  top: calc(50% - 5px);
  left: 92%;
  width: 75px;
  height: 5px;
}
.service .container .box-wrapper .box .text .inset .sentence p.arrow-button a:visited {
  color: #ffffff;
  text-decoration: none;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024pxまでのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .service {
    padding: 50px 0 70px 0;
  }
  .service .container .title h3 .catch {
    letter-spacing: 6px;
    font-size: 9vw;
  }
  .service .container .title h3 .catch.heading::before {
    width: 130px;
  }
  .service .container .title h2 {
    margin: 0 0 0 0;
  }
  .service .container .title h2 .catch {
    line-height: 1.8;
    font-size: 16px;
  }
  .service .container .box-wrapper {
    padding: 0 0 0 0;
  }
  .service .container .box-wrapper .box {
    margin: 30px 0 0 0;
  }
  .service .container .box-wrapper .box .thumb-wrapper {
    flex-direction: column;
  }
  .service .container .box-wrapper .box .thumb-wrapper .thumb {
    width: 100%;
    height: 250px;
  }
  .service .container .box-wrapper .box .thumb-wrapper .thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .service .container .box-wrapper .box .text {
    max-width: 100%;
    margin: 0 auto 0;
  }
  .service .container .box-wrapper .box .text .back {
    left: 0;
    top: 0;
  }
  .service .container .box-wrapper .box .text .back p {
    line-height: 1;
    opacity: 0.4;
    letter-spacing: unset;
    font-size: 8vw;
  }
  .service .container .box-wrapper .box .text .inset {
    margin: 0 auto 0;
    padding: 53px 4% 0 4%;
  }
  .service .container .box-wrapper .box .text .inset .semi-title .number {
    line-height: 1;
    top: 3px;
    font-size: 21px;
  }
  .service .container .box-wrapper .box .text .inset .semi-title h3 {
    margin-top: -56px;
  }
  .service .container .box-wrapper .box .text .inset .semi-title h3 .catch {
    line-height: 1.1;
    letter-spacing: 5px;
    font-size: 6vw;
  }
  .service .container .box-wrapper .box .text .inset .sentence {
    margin: 0 0 0 0;
  }
  .service .container .box-wrapper .box .text .inset .sentence p {
    line-height: 2;
    font-size: 14px;
    padding: 0 0 0 0;
  }
  .service .container .box-wrapper .box .text .inset .sentence p.arrow-button {
    text-align: center;
    margin-top: 40px;
  }
  .service .container .box-wrapper .box .text .inset .sentence p.arrow-button a {
    display: inline-block;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.5294117647);
    padding: 5px 31px 5px 20px;
    font-size: 0.9rem;
  }
  .service .container .box-wrapper .box .text .inset .sentence p.arrow-button a.rolltext {
    color: transparent;
    font-size: 16px;
    text-shadow: 0 -2.8em 0 #fff, 0 0 0 #fff;
    transition: text-shadow 0.3s;
  }
  .service .container .box-wrapper .box .text .inset .sentence p.arrow-button a.rolltext:hover {
    text-shadow: 0 -2.8em 0 #fff, 0 0 0 #fff;
  }
  .service .container .box-wrapper .box .text .inset .sentence p.arrow-button a::after {
    content: none;
  }
  .service .container .box-wrapper .box .text .inset .sentence p.arrow-button a:hover {
    opacity: 1;
  }
  .service .container .box-wrapper .box .text .inset .sentence p.arrow-button a:hover::after {
    position: absolute;
    top: calc(50% - 5px);
    left: 92%;
    width: 75px;
    height: 5px;
  }
  .service .container .box-wrapper .box .text .inset .sentence p.arrow-button a:visited {
    color: #ffffff;
    text-decoration: none;
  }
} /* ～1024px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: iPad PRO、iPad Air、iPad Mini 縦向きで適用	◆

start----------------------------------------------------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1528px) and (orientation: portrait) {
  .service .container .box-wrapper .box .text .inset .semi-title h3 {
    margin-top: -20px;
  }
  .service .container .box-wrapper .box .text .inset .semi-title h3 .catch {
    font-size: 4vw;
  }
  .service .container .box-wrapper .box .text .inset .sentence {
    margin: 20px 0 0 0;
  }
  .service .container .box-wrapper .box .text .inset .sentence p {
    font-size: 16px;
  }
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 NEWS 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.news {
  overflow: hidden;
  padding: 60px 0 60px 0;
}
.news .container .title h3 .catch {
  text-align: center;
  font-family: "Roboto";
  font-weight: 500;
  letter-spacing: 10px;
  font-size: 90px;
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4196078431);
}
.news .container .title h3 .catch.heading {
  position: relative;
}
.news .container .title h3 .catch.heading::before {
  background-color: #fff; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  bottom: 5px; /* 線の位置 */
  content: "";
  height: 1.5px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%); /* 線の中央寄せ */
  width: 170px;
}
.news .container .title h2 {
  margin: 10px 0 0 0;
}
.news .container .title h2 .catch {
  text-align: center;
  line-height: 1.25;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4196078431);
}
.news .container .box-wrapper {
  max-width: 1680px;
  width: 96%;
  margin: 80px auto 0;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
}
.news .container .box-wrapper .box {
  position: relative;
  background: #ffffff;
  box-shadow: rgba(236, 236, 236, 0.2) 0 7px 29px 0;
  margin: -30px 0 0 0;
}
.news .container .box-wrapper .box .inner {
  padding: 20px 45px 30px 45px;
  width: 1000px;
  height: 550px;
  overflow-y: scroll;
}
.news .container .box-wrapper .box .inner .news-box {
  display: grid;
  grid-template-columns: auto 1fr;
}
.news .container .box-wrapper .box .inner .news-box dt {
  padding-right: 4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.news .container .box-wrapper .box .inner .news-box dt a {
  color: #000;
}
.news .container .box-wrapper .box .inner .news-box dt a:hover {
  color: #0589e8;
}
.news .container .box-wrapper .box .inner .news-box dd {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.news .container .box-wrapper .box .inner .news-box dd a {
  color: #000;
}
.news .container .box-wrapper .box .inner .news-box dd a:hover {
  color: #0589e8;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024pxまでのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .news {
    padding: 30px 0 60px 0;
  }
  .news .container .title h3 .catch {
    letter-spacing: 6px;
    font-size: 9vw;
  }
  .news .container .title h3 .catch.heading::before {
    width: 80px;
  }
  .news .container .title h2 {
    margin: 0 0 0 0;
  }
  .news .container .title h2 .catch {
    line-height: 1.8;
    font-size: 16px;
  }
  .news .container .box-wrapper {
    max-width: 94%;
    margin: 0 auto 0;
    padding: 0 0 0 0;
  }
  .news .container .box-wrapper .box {
    margin: 25px auto 0;
  }
  .news .container .box-wrapper .box .inner {
    width: 100%;
    font-size: 14px;
    padding: 20px 10px 10px 10px;
    height: 500px;
  }
  .news .container .box-wrapper .box .inner .news-box {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .news .container .box-wrapper .box .inner .news-box dt {
    padding: 10px 10px 10px 10px;
  }
  .news .container .box-wrapper .box .inner .news-box dt a {
    color: #000;
  }
  .news .container .box-wrapper .box .inner .news-box dt a:hover {
    color: #0589e8;
  }
  .news .container .box-wrapper .box .inner .news-box dd {
    padding: 10px 10px 10px 10px;
  }
  .news .container .box-wrapper .box .inner .news-box dd a {
    color: #000;
  }
  .news .container .box-wrapper .box .inner .news-box dd a:hover {
    color: #0589e8;
  }
} /* ～1024px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 RECRUIT 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.recruit {
  overflow: hidden;
  padding: 100px 0 0 0;
  position: relative;
  background: #ffffff;
}
.recruit .container .title h3 .catch {
  font-family: "Roboto";
  font-weight: 500;
  letter-spacing: 10px;
  text-align: center;
  font-size: 90px;
}
.recruit .container .title h3 .catch.heading {
  position: relative;
}
.recruit .container .title h3 .catch.heading::before {
  background-color: #000; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  bottom: 5px; /* 線の位置 */
  content: "";
  height: 1.5px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%); /* 線の中央寄せ */
  width: 320px;
}
.recruit .container .title h2 {
  margin: 10px 0 0 0;
}
.recruit .container .title h2 .catch {
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  font-size: 24px;
}
.recruit .container .box-wrapper {
  padding: 30px 0 0 0;
}
.recruit .container .box-wrapper .box {
  margin: 70px 0 0 0;
}
.recruit .container .box-wrapper .box .thumb-wrapper {
  display: flex;
  line-height: 0;
}
.recruit .container .box-wrapper .box .thumb-wrapper .thumb {
  width: 50%;
  height: 450px;
}
.recruit .container .box-wrapper .box .thumb-wrapper .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.recruit .container .box-wrapper .box .text {
  position: relative;
  max-width: 1920px;
  margin: 0 auto 0;
}
.recruit .container .box-wrapper .box .text .back {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.recruit .container .box-wrapper .box .text .back p {
  color: #bcbcbc;
  font-family: "Cinzel";
  font-weight: 500;
  line-height: 1;
  opacity: 0.4;
  letter-spacing: 20px;
  font-size: clamp(5rem, 6.8vw, 8.1rem);
}
.recruit .container .box-wrapper .box .text .inset {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto 0;
  padding: 0 2% 100px 2%;
}
.recruit .container .box-wrapper .box .text .inset .semi-title {
  display: flex;
  align-items: center;
}
.recruit .container .box-wrapper .box .text .inset .semi-title .number {
  position: relative;
  font-family: "Cinzel";
  font-weight: 600;
  line-height: 1;
  top: 3px;
  font-size: 22px;
}
.recruit .container .box-wrapper .box .text .inset .semi-title h3 {
  padding: 0 0 0 10px;
  margin-top: -20px;
}
.recruit .container .box-wrapper .box .text .inset .semi-title h3 .catch {
  line-height: 1.1;
  letter-spacing: 4px;
  font-size: 38px;
}
.recruit .container .box-wrapper .box .text .inset .sentence {
  margin: 60px 0 0 15%;
}
.recruit .container .box-wrapper .box .text .inset .sentence p {
  line-height: 2;
  font-size: 18px;
  padding: 10px 0 10px 0;
}
.recruit .container .box-wrapper .box .text .inset .sentence p.arrow-button {
  text-align: right;
  margin-top: 40px;
}
.recruit .container .box-wrapper .box .text .inset .sentence p.arrow-button a {
  display: inline-block;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5294117647);
  padding: 5px 31px 5px 20px;
  font-size: 0.9rem;
}
.recruit .container .box-wrapper .box .text .inset .sentence p.arrow-button a.rolltext {
  color: transparent; /* テキスト本体は透明にする */
  font-size: 16px;
  /* 影の設定
  1つ目：Y方向の位置にマイナスに設定してテキスト本体の上に配置、ぼかしなし
  2つ目：位置はテキスト本体と同じ、ぼかしなし
  */
  text-shadow: 0 -2.8em 0 #fff, 0 0 0 #fff;
  transition: text-shadow 0.3s;
}
.recruit .container .box-wrapper .box .text .inset .sentence p.arrow-button a.rolltext:hover {
  text-shadow: 0 0 0 #fff, 0 2.8em 0 #fff; /* 2つの影の位置を上方向に1.5emずつずらす */
}
.recruit .container .box-wrapper .box .text .inset .sentence p.arrow-button a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: 92%;
  width: 55px;
  height: 5px;
  border: none;
  border-right: 2px solid #000;
  border-bottom: 1px solid #000;
  transform: skew(45deg);
  transition: 0.3s;
}
.recruit .container .box-wrapper .box .text .inset .sentence p.arrow-button a:hover {
  opacity: 1;
}
.recruit .container .box-wrapper .box .text .inset .sentence p.arrow-button a:hover::after {
  position: absolute;
  top: calc(50% - 5px);
  left: 92%;
  width: 75px;
  height: 5px;
}
.recruit .container .box-wrapper .box .text .inset .sentence p.arrow-button a:visited {
  color: #ffffff;
  text-decoration: none;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024pxまでのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .recruit {
    overflow: hidden;
    padding: 50px 0 50px 0;
    position: relative;
    background: #ffffff;
  }
  .recruit .container .title h3 .catch {
    letter-spacing: 6px;
    font-size: 9vw;
  }
  .recruit .container .title h3 .catch.heading::before {
    width: 130px;
  }
  .recruit .container .title h2 {
    margin: 0 0 0 0;
  }
  .recruit .container .title h2 .catch {
    line-height: 1.8;
    font-size: 16px;
  }
  .recruit .container .box-wrapper {
    padding: 30px 0 0 0;
  }
  .recruit .container .box-wrapper .box {
    margin: 0 0 0 0;
  }
  .recruit .container .box-wrapper .box .thumb-wrapper {
    flex-direction: column;
  }
  .recruit .container .box-wrapper .box .thumb-wrapper .thumb {
    width: 100%;
    height: 250px;
  }
  .recruit .container .box-wrapper .box .thumb-wrapper .thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .recruit .container .box-wrapper .box .text {
    position: relative;
    max-width: 1920px;
    margin: 0 auto 0;
  }
  .recruit .container .box-wrapper .box .text .back {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
  }
  .recruit .container .box-wrapper .box .text .back p {
    color: #bcbcbc;
    font-family: "Cinzel";
    font-weight: 500;
    line-height: 1;
    opacity: 0.4;
    letter-spacing: 20px;
    font-size: clamp(5rem, 6.8vw, 8.1rem);
  }
  .recruit .container .box-wrapper .box .text .inset {
    margin: 0 auto 30px;
    padding: 20px 4% 0 4%;
  }
  .recruit .container .box-wrapper .box .text .inset .semi-title {
    display: flex;
    align-items: center;
  }
  .recruit .container .box-wrapper .box .text .inset .semi-title .number {
    position: relative;
    font-family: "Cinzel";
    font-weight: 600;
    line-height: 1;
    top: 3px;
    font-size: 22px;
  }
  .recruit .container .box-wrapper .box .text .inset .semi-title h3 {
    padding: 0 0 0 10px;
    margin-top: -20px;
  }
  .recruit .container .box-wrapper .box .text .inset .semi-title h3 .catch {
    line-height: 1.1;
    letter-spacing: 4px;
    font-size: 38px;
  }
  .recruit .container .box-wrapper .box .text .inset .sentence {
    margin: 0 0 0 0;
  }
  .recruit .container .box-wrapper .box .text .inset .sentence p {
    line-height: 2;
    font-size: 14px;
    padding: 0 0 0 0;
  }
  .recruit .container .box-wrapper .box .text .inset .sentence p.arrow-button {
    text-align: center;
    margin-top: 40px;
  }
  .recruit .container .box-wrapper .box .text .inset .sentence p.arrow-button a {
    display: inline-block;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.5294117647);
    padding: 5px 31px 5px 20px;
    font-size: 0.9rem;
  }
  .recruit .container .box-wrapper .box .text .inset .sentence p.arrow-button a.rolltext {
    color: transparent;
    font-size: 16px;
    text-shadow: 0 -2.8em 0 #fff, 0 0 0 #fff;
    transition: text-shadow 0.3s;
  }
  .recruit .container .box-wrapper .box .text .inset .sentence p.arrow-button a.rolltext:hover {
    text-shadow: 0 -2.8em 0 #fff, 0 0 0 #fff;
  }
  .recruit .container .box-wrapper .box .text .inset .sentence p.arrow-button a::after {
    content: none;
  }
  .recruit .container .box-wrapper .box .text .inset .sentence p.arrow-button a:hover {
    opacity: 1;
  }
  .recruit .container .box-wrapper .box .text .inset .sentence p.arrow-button a:hover::after {
    position: absolute;
    top: calc(50% - 5px);
    left: 92%;
    width: 75px;
    height: 5px;
  }
  .recruit .container .box-wrapper .box .text .inset .sentence p.arrow-button a:visited {
    color: #ffffff;
    text-decoration: none;
  }
} /* ～1024px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 CTA 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.cta {
  overflow: hidden;
  margin: 0 0 0 0;
  padding: 90px 0 50px 0;
  position: relative;
  background: #ffffff;
}
.cta .container {
  max-width: 1480px;
  margin: 0 auto 0;
  padding: 0 2% 0 2%;
}
.cta .container h2 {
  position: relative;
  z-index: 2;
  margin: 0 0 -40px 0;
}
.cta .container h2 .catch {
  font-family: "Roboto";
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 10px;
  text-align: center;
  font-size: 80px;
}
.cta .container .inner {
  overflow: hidden;
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  max-width: 1280px;
  margin: 0 auto 0;
}
.cta .container .inner .bg {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cta .container .inner .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.cta .container .inner .block {
  position: relative;
  z-index: 2;
  max-width: 70%;
  margin: 0 auto 0;
  padding: 80px 80px 80px 80px;
}
.cta .container .inner .block .sentence {
  text-align: center;
}
.cta .container .inner .block .sentence p {
  line-height: 2;
  font-size: 22px;
  padding: 10px 0 10px 0;
}
.cta .container .inner .block ul {
  margin: 40px 0 0 0;
}
.cta .container .inner .block ul li {
  border: solid 1px #343434;
  width: 100%;
  padding: 0 30px 30px 30px;
}
.cta .container .inner .block ul li a {
  color: #343434;
}
.cta .container .inner .block ul li a h3 {
  margin: -20px 0 0 40px;
}
.cta .container .inner .block ul li a h3 .catch {
  display: inline-block;
  color: #ffffff;
  background: #343434;
  font-size: 22px;
  padding: 2px 10px 2px 10px;
}
.cta .container .inner .block ul li a .number {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 35px 0 0 0;
}
.cta .container .inner .block ul li a .number .number-line {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
}
.cta .container .inner .block ul li a .number .icon {
  line-height: 0;
  width: 42px;
}
.cta .container .inner .block ul li a .number p {
  font-weight: 500;
  line-height: 1.2;
  font-size: 48px;
}
.cta .container .inner .block ul li a .number .date {
  font-size: 22px;
  margin: 10px 0 0 0;
}
.cta .container .inner .block ul li a .number .date p {
  font-size: 22px;
  text-align: center;
}
.cta .container .inner .block ul li a .number .date .en {
  font-weight: 500;
}
.cta .container .inner .block ul li a .date {
  font-size: 22px;
  margin: 10px 0 0 0;
}
.cta .container .inner .block ul li a .date .en {
  font-weight: 500;
}
.cta .container .inner .block .form {
  margin: 30px 0 0 0;
}
.cta .container .inner .block .form a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  background: #000000;
  padding: 10px 0 10px 0;
}
.cta .container .inner .block .form a.rolltext {
  overflow: hidden; /* 1つ目の影を隠す */
  color: transparent; /* テキスト本体は透明にする */
  font-size: 22px;
  /* 影の設定
  1つ目：Y方向の位置にマイナスに設定してテキスト本体の上に配置、ぼかしなし
  2つ目：位置はテキスト本体と同じ、ぼかしなし
  */
  text-shadow: 0 -3.5em 0 #fff, 0 0 0 #fff;
  transition: text-shadow 0.3s;
}
.cta .container .inner .block .form a.rolltext:hover {
  text-shadow: 0 0 0 #fff, 0 3.5em 0 #fff; /* 2つの影の位置を上方向に1.5emずつずらす */
}
.cta .container .inner .block .form a:hover {
  opacity: 1;
}
.cta .container .inner .block .form a .icon {
  line-height: 0;
  width: 40px;
}
.cta .container .inner .block .form a .catch {
  padding: 0 0 0 10px;
}
.cta .container .inner .block .form a .catch p {
  letter-spacing: 5px;
  font-size: 22px;
}
.cta .container .inner .block .form a .link {
  position: absolute;
  line-height: 0;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  width: 40px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024pxまでのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .cta {
    margin: 0 0 0 0;
    padding: 40px 0 50px 0;
  }
  .cta .container {
    max-width: 100%;
    margin: 40px auto 50px;
    padding: 0 3% 0 3%;
  }
  .cta .container h2 {
    margin: 0 0 -5vw 0;
  }
  .cta .container h2 .catch {
    line-height: 0.9;
    letter-spacing: 5px;
    font-size: 11vw;
  }
  .cta .container .inner {
    max-width: 100%;
    margin: 0 auto 0;
  }
  .cta .container .inner .bg {
    left: 0;
    right: 0;
  }
  .cta .container .inner .block {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 20px 20px 60px 20px;
  }
  .cta .container .inner .block .sentence p {
    line-height: 2;
    font-size: 4.5vw;
    padding: 10px 0 10px 0;
  }
  .cta .container .inner .block .sentence p br {
    display: none;
  }
  .cta .container .inner .block ul {
    display: block;
    margin: 20px 0 0 0;
  }
  .cta .container .inner .block ul li {
    width: 100%;
    margin: 45px 0 0 0;
    padding: 0 15px 15px 15px;
  }
  .cta .container .inner .block ul li a h3 {
    text-align: center;
    margin: -20px 0 0 0;
  }
  .cta .container .inner .block ul li a h3 .catch {
    font-size: 15px;
    padding: 2px 10px 2px 10px;
  }
  .cta .container .inner .block ul li a .number {
    display: flex;
    flex-direction: column;
    padding: 15px 0 0 0;
  }
  .cta .container .inner .block ul li a .number .number-line {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center;
  }
  .cta .container .inner .block ul li a .number .icon {
    line-height: 0;
    width: 6.5vw;
  }
  .cta .container .inner .block ul li a .number p {
    line-height: 1.2;
    font-size: 5.5vw;
    text-align: center;
  }
  .cta .container .inner .block ul li a .number .date {
    text-align: center;
    font-size: 4vw;
    margin: 0 0 0 0;
  }
  .cta .container .inner .block ul li a .number .date p {
    font-size: 4vw;
    text-align: center;
  }
  .cta .container .inner .block .form {
    margin: 30px 0 0 0;
  }
  .cta .container .inner .block .form a {
    padding: 10px 0 10px 0;
  }
  .cta .container .inner .block .form a .icon {
    line-height: 0;
    width: 6vw;
  }
  .cta .container .inner .block .form a .catch {
    padding: 0 10px 0 10px;
  }
  .cta .container .inner .block .form a .catch p {
    letter-spacing: 2px;
    font-size: 3vw;
  }
  .cta .container .inner .block .form a .link {
    position: relative;
    line-height: 0;
    right: 0;
    top: 0;
    transform: translate(0, 0%);
    width: 5vw;
  }
} /* ～1024px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: iPad PRO、iPad Air 縦向きで適用	◆

start----------------------------------------------------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1528px) and (orientation: portrait) {
  .cta .container h2 .catch {
    font-size: 7vw;
    padding-bottom: 20px;
  }
  .cta .container .inner .block {
    max-width: 80%;
  }
  .cta .container .inner .block ul li a .number {
    display: flex;
    flex-direction: column;
    padding: 35px 0 0 0;
  }
  .cta .container .inner .block ul li a .number .number-line {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center;
  }
  .cta .container .inner .block ul li a .number .icon {
    line-height: 0;
    width: 6.5vw;
  }
  .cta .container .inner .block ul li a .number p {
    line-height: 1.2;
    font-size: 5.5vw;
    text-align: center;
  }
  .cta .container .inner .block ul li a .number .date {
    text-align: center;
    font-size: 4vw;
    margin: 0 0 0 0;
  }
  .cta .container .inner .block ul li a .number .date p {
    font-size: 3vw;
    text-align: center;
  }
  .cta .container .inner .block .form {
    margin: 30px 0 0 0;
  }
  .cta .container .inner .block .form a {
    padding: 10px 0 10px 0;
  }
  .cta .container .inner .block .form a .icon {
    line-height: 0;
    width: 6vw;
  }
  .cta .container .inner .block .form a .catch {
    padding: 0 10px 0 10px;
  }
  .cta .container .inner .block .form a .catch p {
    letter-spacing: 2px;
    font-size: 3vw;
  }
  .cta .container .inner .block .form a .link {
    position: relative;
    line-height: 0;
    right: 0;
    top: 0;
    transform: translate(0, 0%);
    width: 5vw;
  }
}
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: iPad PRO 横向きで適用	◆

start----------------------------------------------------------------------------*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1528px) and (orientation: landscape) {
  .cta .container h2 .catch {
    font-size: 7vw;
    padding-bottom: 20px;
  }
  .cta .container .inner .block ul {
    margin: 20px 50px 0 50px;
  }
  .cta .container .inner .block ul li a .number {
    display: flex;
    flex-direction: column;
    padding: 25px 0 0 0;
  }
  .cta .container .inner .block ul li a .number .number-line {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center;
  }
  .cta .container .inner .block ul li a .number .icon {
    line-height: 0;
    width: 3.5vw;
  }
  .cta .container .inner .block ul li a .number p {
    line-height: 1.2;
    font-size: 3.5vw;
    text-align: center;
  }
  .cta .container .inner .block ul li a .number .date {
    text-align: center;
    font-size: 4vw;
    margin: 0 0 0 0;
  }
  .cta .container .inner .block ul li a .number .date p {
    font-size: 2vw;
    text-align: center;
  }
  .cta .container .inner .block .form {
    margin: 30px 50px 0 50px;
  }
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 FOOTER 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.footer {
  overflow: hidden;
  background-image: linear-gradient(90deg, rgb(210, 210, 210) 0%, rgb(255, 255, 255) 100%);
  padding: 120px 0 60px 0;
  position: relative;
}
.footer .container {
  max-width: 1680px;
  margin: 0 auto 0;
  padding: 0 2% 0 2%;
}
.footer .container .top .logo {
  position: relative;
  line-height: 0;
  width: 200px;
  margin: 0 auto 0;
}
.footer .container .top .logo .plane,
.footer .container .top .logo .white {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.footer .container .top nav {
  width: 1000px;
  margin: 0 auto 0;
  padding: 80px 0 0 0;
}
.footer .container .top nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 0 0 0;
}
.footer .container .top nav ul li {
  position: relative;
  padding: 8px 50px 0 0;
}
.footer .container .top nav ul li:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  background: #a4a4a4;
  width: 1px;
  height: 20px;
}
.footer .container .top nav ul li a {
  display: flex;
  align-items: center;
  color: #111;
}
.footer .container .top nav ul li a.rolltext {
  overflow: hidden;
  color: transparent;
  font-size: 22px;
  text-shadow: 0 -1.5em 0 #000, 0 0 0 #000;
  transition: text-shadow 0.3s;
}
.footer .container .top nav ul li a.rolltext:hover {
  text-shadow: 0 -1.5em 0 #000, 0 0 0 #000;
}
.footer .container .top nav ul li a .en {
  font-family: "Roboto";
  font-size: 24px;
}
.footer .container .top nav ul li a .jp {
  font-size: 16px;
  padding: 0 0 0 5px;
}
.footer .container .top nav ul li:last-child {
  padding: 8px 0 0 0;
}
.footer .container .top nav ul li:last-child:before {
  display: none;
}
.footer .container .top .sns {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.footer .container .top .sns img {
  width: 32px;
}
.footer .container .privacy {
  display: flex;
  justify-content: flex-end;
  gap: 13px;
  padding: 60px 0 20px 0;
}
.footer .container .privacy p a {
  position: relative;
  color: #111;
  font-family: "Roboto";
  font-size: 16px;
}
.footer .container .privacy p a.rolltext {
  overflow: hidden;
  color: transparent;
  font-size: 16px;
  text-shadow: 0 -1.5em 0 #000, 0 0 0 #000;
  transition: text-shadow 0.3s;
  display: block;
  padding-left: 30px;
}
.footer .container .privacy p a.rolltext:hover {
  text-shadow: 0 -1.5em 0 #000, 0 0 0 #000;
}
.footer .container .privacy p a.pri::before {
  content: none;
}
.footer .container .privacy p a.coo::before {
  content: none;
}
.footer .container .copyright {
  border-top: solid 1px #adadad;
  text-align: center;
  padding: 25px 0 0 0;
}
.footer .container .copyright small {
  color: #111;
  letter-spacing: 3px;
  font-size: 14px;
}
.footer button {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  bottom: 20px;
  width: 70px;
  height: 70px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #000;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 9998;
}
.footer button.is-active {
  opacity: 1;
  visibility: visible;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024pxまでのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .footer {
    padding: 60px 0 30px 0;
  }
  .footer .container {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 0 2.5% 0 2.5%;
  }
  .footer .container .top .logo {
    width: 200px;
    margin: 0 auto 0;
  }
  .footer .container .top nav {
    width: 100%;
    margin: 20px auto 0;
  }
  .footer .container .top nav ul {
    display: block;
    padding: 0 0 0 0;
  }
  .footer .container .top nav ul li {
    border-top: solid 1px #aaaaaa;
    padding: 12px 0 12px 0;
  }
  .footer .container .top nav ul li.bordernone {
    border-top-width: none !important;
  }
  .footer .container .top nav ul li:before {
    content: none;
  }
  .footer .container .top nav ul li a {
    justify-content: center;
  }
  .footer .container .top nav ul li a .en {
    font-size: 22px;
  }
  .footer .container .top nav ul li a .jp {
    font-size: 14px;
    padding: 0 0 0 5px;
  }
  .footer .container .top nav ul li:last-child {
    border-bottom: none;
    padding: 12px 0 12px 0;
  }
  .footer .container .top nav ul li:last-child:before {
    content: none;
  }
  .footer .container .top .sns {
    margin-top: 2px;
    border-top: 1px solid #aaaaaa;
    padding: 20px 0 0 0;
  }
  .footer .container .privacy {
    padding: 0 0 20px 0;
    justify-content: space-around;
    gap: 0;
  }
  .footer .container .privacy p a {
    position: relative;
    color: #111;
    font-family: "Roboto";
    font-size: 16px;
  }
  .footer .container .privacy p a.rolltext {
    overflow: hidden;
    color: transparent;
    font-size: 16px;
    text-shadow: 0 -1.5em 0 #000, 0 0 0 #000;
    transition: text-shadow 0.3s;
    display: block;
    padding-left: 0;
  }
  .footer .container .privacy p a.rolltext:hover {
    text-shadow: 0 -1.5em 0 #000, 0 0 0 #000;
  }
  .footer .container .privacy p a.pri::before {
    content: none;
  }
  .footer .container .privacy p a.coo::before {
    content: none;
  }
  .footer .container .copyright {
    padding: 25px 0 0 0;
  }
  .footer .container .copyright small {
    line-height: 1.35;
    letter-spacing: 2px;
    font-size: 2.95vw;
  }
} /* ～1024px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
.animation-bg {
  background: #e5e5e5;
  content: "";
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  animation-name: PageAnime-fade;
  animation-duration: 0.3s;
  animation-delay: 0.3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  pointer-events: none;
}

@keyframes PageAnime-fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 PAGE-HEADER 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.page-header {
  overflow: hidden;
}
.page-header .container nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 2% 0 2%;
  z-index: 9999;
  position: fixed;
  width: 100%;
}
.page-header .container nav.set {
  position: fixed;
  transform: translateY(calc(-100% - 1px));
  transition: transform 0s cubic-bezier(0.16, 1, 0.3, 1);
}
.page-header .container nav.fixed {
  transform: translateY(0);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 25px 2% 15px 2%;
  z-index: 9999;
}
.page-header .container nav .logo {
  line-height: 0;
  width: 80px;
}
.page-header .container nav .logo.fixed {
  width: 80px;
  margin-bottom: 10px;
}
.page-header .container nav .logo a {
  opacity: unset;
}
.page-header .container nav .logo img {
  position: absolute;
  left: 35px;
  top: 10px;
  transition: opacity 0.5s;
  width: 80px;
}
.page-header .container nav .logo .-before {
  opacity: 1;
  z-index: 2;
}
.page-header .container nav .logo .-after {
  opacity: 0;
  z-index: 1;
}
.page-header .container nav .logo.headerLogoScroll .-before {
  opacity: 0;
}
.page-header .container nav .logo.headerLogoScroll .-after {
  opacity: 1;
}
.page-header .container nav .logo.hideLogo {
  display: none;
  pointer-events: none;
}
.page-header .container nav ul {
  display: flex;
  align-items: center;
}
.page-header .container nav ul li {
  margin: 0 30px 0 0;
}
.page-header .container nav ul li a {
  color: #fff;
  font-family: "Roboto";
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 22px;
  padding: 0 0 0 0;
  position: relative;
  display: inline-block;
}
.page-header .container nav ul li a.rolltext {
  overflow: hidden; /* 1つ目の影を隠す */
  color: transparent; /* テキスト本体は透明にする */
  font-size: 22px;
  /* 影の設定
  1つ目：Y方向の位置にマイナスに設定してテキスト本体の上に配置、ぼかしなし
  2つ目：位置はテキスト本体と同じ、ぼかしなし
  */
  text-shadow: 0 -1.5em 0 #fff, 0 0 0 #fff;
  transition: text-shadow 0.3s;
}
.page-header .container nav ul li a.rolltext:hover {
  text-shadow: 0 0 0 #fff, 0 1.5em 0 #fff; /* 2つの影の位置を上方向に1.5emずつずらす */
}
.page-header .container nav ul li a:hover {
  opacity: 1;
}
.page-header .container nav ul li a::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.page-header .container nav ul li a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
.page-header .container nav ul li a.fixed {
  color: #000;
  text-shadow: none;
}
.page-header .container nav ul li a.fixed .l-header__gnav__icon svg path {
  fill: black;
}
.page-header .container nav ul li a.fixed.rolltext {
  overflow: hidden; /* 1つ目の影を隠す */
  color: transparent; /* テキスト本体は透明にする */
  font-size: 22px;
  /* 影の設定
  1つ目：Y方向の位置にマイナスに設定してテキスト本体の上に配置、ぼかしなし
  2つ目：位置はテキスト本体と同じ、ぼかしなし
  */
  text-shadow: 0 -1.5em 0 #000, 0 0 0 #000;
  transition: text-shadow 0.3s;
}
.page-header .container nav ul li a.fixed.rolltext:hover {
  text-shadow: 0 0 0 #000, 0 1.5em 0 #000; /* 2つの影の位置を上方向に1.5emずつずらす */
}
.page-header .container nav ul li a.active {
  color: #000;
  font-weight: 600;
  text-shadow: none;
  font-size: 1.5em;
  background-color: #fff;
  padding: 5px 7px;
}
.page-header .container nav ul li a.active.set.fixed {
  background-color: #000;
  color: #fff;
  padding: 5px 7px;
}
.page-header .container nav ul li:last-child {
  margin: 0 0 0 0;
}
.page-header .container nav ul li .l-header__gnav__icon svg {
  vertical-align: middle;
  transition-duration: 0.2s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.page-header .container nav ul li .downMenu1 {
  position: absolute;
  left: auto;
  background-color: rgba(0, 0, 0, 0.8);
  width: 200px;
  border-radius: 5px;
}
.page-header .container nav ul li .downMenu1 ul.downMenu-list {
  list-style: none;
  padding: 0;
  display: block;
}
.page-header .container nav ul li .downMenu1 ul.downMenu-list li.downMenu-list__item a {
  display: block;
  margin: 20px 0;
  width: 250px;
  height: 20px;
  font-size: 16px;
  transition: 0.2s ease;
  font-family: "Noto Sans JP";
  font-weight: 400;
  padding: 0 20px;
}
.page-header .container nav ul li .downMenu2 {
  position: absolute;
  left: auto;
  background-color: rgba(0, 0, 0, 0.8);
  width: 150px;
  border-radius: 5px;
}
.page-header .container nav ul li .downMenu2 ul.downMenu-list {
  list-style: none;
  padding: 0;
  display: block;
}
.page-header .container nav ul li .downMenu2 ul.downMenu-list li.downMenu-list__item a {
  display: block;
  margin: 20px 0;
  width: 250px;
  height: 20px;
  font-size: 16px;
  transition: 0.2s ease;
  font-family: "Noto Sans JP";
  font-weight: 400;
  padding: 0 20px;
}

.hamburger,
.drawer-nav {
  display: none;
}

/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 COMPANY PAGE-HEADER-TITLE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.page-header-title.company::before {
  position: absolute;
  width: 100%;
  height: 463px;
  background-color: rgba(0, 50, 78, 0.45);
  content: "";
  opacity: 0.4;
}
.page-header-title .company-img {
  width: 100%;
  height: 463px;
  background-image: url(https://techpro-j.com/images/company/mainvisual.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center -259px;
}
.page-header-title .page-title-area {
  height: 400px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  padding: 0 0 0 5%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-header-title .page-title-area h1.page-title .en {
  display: block;
  font-family: "Roboto";
  font-size: 100px;
  font-weight: 500;
  line-height: 130%;
}
.page-header-title .page-title-area h1.page-title .ja {
  display: block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 company_body 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.company_body .container {
  max-width: 1920px;
  padding: 60px 6% 0 6%;
  margin: 0 auto 0;
}
.company_body .container .greeting h2 {
  position: relative;
  margin-bottom: 0.2rem;
  color: #000;
}
.company_body .container .greeting h2::before {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  color: #f0f0f0;
  font-size: 137px;
  text-transform: uppercase;
  content: "MASSAGE";
  z-index: -1;
}
.company_body .container .greeting h2 .catch {
  font-size: 40px;
  text-align: center;
  margin: 60px 0 120px;
}
.company_body .container .greeting .box-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  margin: 0 auto 0;
  width: 90%;
}
.company_body .container .greeting .box-wrapper .text {
  line-height: 1.8;
  letter-spacing: 3px;
  font-size: 16px;
  font-weight: 400;
  width: 70%;
  position: relative;
}
.company_body .container .greeting .box-wrapper .copy {
  font-size: 1.5rem;
  font-weight: 500;
}
.company_body .container .greeting .box-wrapper .appear {
  color: #dbd9d9;
  font-size: 137px;
  font-weight: 700;
  height: auto;
  top: -55px;
  right: 0;
  line-height: 1.4;
  margin: 0 0 0 0;
  opacity: 0.4;
  position: absolute;
  text-align: left;
  width: auto;
  z-index: -1;
  max-width: 100%;
}
.company_body .container .greeting .box-wrapper .ceo {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.company_body .container .greeting .box-wrapper .ceo .thumb {
  width: 300px;
}
.company_body .container .greeting .box-wrapper .ceo .thumb img {
  width: 100%;
}
.company_body .container .greeting .box-wrapper .ceo .ceo_name {
  margin-left: -75px;
}
.company_body .container .greeting .box-wrapper .ceo .ceo_name .membername {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.company_body .container .greeting .box-wrapper .ceo .ceo_name .en {
  font-size: 11px;
  letter-spacing: 0.05em;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.company_body .container .greeting .box-wrapper .ceo .ceo_name .name {
  font-size: 24px;
  font-weight: 900;
  white-space: nowrap;
  display: block;
}
.company_body .container .greeting .box-wrapper .ceo .ceo_name .position {
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin: 5px 0 0 15px;
  white-space: nowrap;
}
.company_body .container .staff h2 {
  color: #000;
  position: relative;
}
.company_body .container .staff h2::before {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #f0f0f0;
  font-size: 137px;
  text-transform: uppercase;
  content: "MEMBER";
  z-index: -1;
}
.company_body .container .staff h2 .catch {
  font-size: 40px;
  text-align: center;
  margin: 120px 0 0 0;
  padding-top: 100px;
}
.company_body .container .staff .box-wrapper {
  margin: 0 auto 0;
  padding: 10px 0 60px 0;
}
.company_body .container .staff .box-wrapper .box {
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  background: #ffffff;
  margin: 70px 70px 0 70px;
}
.company_body .container .staff .box-wrapper .box h3 {
  width: calc(100% - 130px);
  padding: 0 30px 0 30px;
}
.company_body .container .staff .box-wrapper .box h3 .cover {
  color: #ffffff;
  line-height: 1.35;
  letter-spacing: 2px;
  text-align: center;
  font-size: 40px;
}
.company_body .container .staff .box-wrapper .box h3 .cover .small {
  font-size: 0.75em;
}
.company_body .container .staff .box-wrapper .box .second {
  display: flex;
  align-items: center;
  padding: 30px 30px 30px 30px;
  position: relative;
}
.company_body .container .staff .box-wrapper .box .second .thumb {
  line-height: 0;
  width: 20%;
}
.company_body .container .staff .box-wrapper .box .second .thumb img {
  width: 88%;
  height: auto;
}
.company_body .container .staff .box-wrapper .box .second .text {
  width: 80%;
  padding: 0 0 0 43px;
}
.company_body .container .staff .box-wrapper .box .second .text h4 {
  background: #000;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 33px;
  margin: 3px 0 0 0;
  padding: 0 0 0 0;
}
.company_body .container .staff .box-wrapper .box .second .text h4 .membername {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.company_body .container .staff .box-wrapper .box .second .text h4 .en {
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.company_body .container .staff .box-wrapper .box .second .text h4 .name {
  font-size: 30px;
  font-weight: 900;
  white-space: nowrap;
  display: block;
}
.company_body .container .staff .box-wrapper .box .second .text h4 .position {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin: 5px 0 0 15px;
  white-space: nowrap;
}
.company_body .container .staff .box-wrapper .box .second .text .sentence {
  margin: 15px 0 0 0;
}
.company_body .container .staff .box-wrapper .box .second .text .sentence p {
  color: #545454;
  line-height: 2;
  font-size: 16px;
  padding: 10px 0 10px 0;
}
.company_body .container .staff .box-wrapper .box .second .text .sentence ul {
  list-style-type: disc;
  padding: 0.5em 0.5em 0.5em 1.5em;
}
.company_body .container .staff .box-wrapper .box .second .text .sentence ul li {
  line-height: 2;
  color: #545454;
}
.company_body .container .staff .box-wrapper .box:nth-child(2n) .second {
  flex-direction: row-reverse;
}
.company_body .container .staff .box-wrapper .box:nth-child(2n) .second .text {
  padding: 0 50px 0 0;
}
.company_body .container .company_overview h2 {
  color: #000;
  position: relative;
}
.company_body .container .company_overview h2::before {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #f0f0f0;
  font-size: 137px;
  text-transform: uppercase;
  content: "COMPANY";
  z-index: -1;
}
.company_body .container .company_overview h2 .catch {
  font-size: 40px;
  text-align: center;
  margin: 120px 0 60px;
  padding-top: 100px;
}
.company_body .container .company_overview .box-wrapper {
  margin: 0 auto 0;
  padding: 10px 0 60px 0;
  max-width: 1360px;
}
.company_body .container .company_overview .box-wrapper .table_company {
  border-collapse: collapse;
  width: 100%;
  font-size: 1.125rem;
  line-height: 2;
}
.company_body .container .company_overview .box-wrapper .table_company th {
  background-color: rgba(87, 143, 174, 0.7607843137);
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 30%;
  min-width: 4em;
  border: 1px solid #fff;
  padding: 1em;
}
.company_body .container .company_overview .box-wrapper .table_company td {
  border-top: 1px solid #ccc;
  padding: 1em 1em 1em 50px;
}
.company_body .container .company_overview .box-wrapper .table_company td:last-child {
  border-bottom: 1px solid #ccc;
}
.company_body .container .google_map .box-wrapper {
  margin: 0 auto 0;
  padding: 10px 0 60px 0;
  max-width: 1360px;
}
.company_body .container .google_map .box-wrapper .map iframe {
  width: 100%;
  height: 740px;
}
.company_body .container .philosophy h2 {
  color: #000;
  position: relative;
}
.company_body .container .philosophy h2::before {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #f0f0f0;
  font-size: 137px;
  text-transform: uppercase;
  content: "PHILOSOPHY";
  z-index: -1;
}
.company_body .container .philosophy h2 .catch {
  font-size: 40px;
  text-align: center;
  margin: 120px 0 60px;
  padding-top: 100px;
}
.company_body .container .philosophy .box-wrapper {
  max-width: 1360px;
  margin: 0 auto 0;
}
.company_body .container .philosophy .box-wrapper .about_philosophy {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.company_body .container .philosophy .box-wrapper .about_philosophy dt {
  font-size: 1.5rem;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 600;
  width: 30%;
}
.company_body .container .philosophy .box-wrapper .about_philosophy dd {
  width: 70%;
  margin-bottom: 95px;
}
.company_body .container .philosophy .box-wrapper .about_philosophy .philosophy_copy_l {
  font-size: 2.3rem;
  line-height: 1.37;
  margin-bottom: 40px;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-style: normal;
}
.company_body .container .philosophy .box-wrapper .about_philosophy .philosophy_copy_s {
  font-size: 2.3rem;
  line-height: 1.37;
  margin-bottom: 15px;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-style: normal;
}
.company_body .container .philosophy .box-wrapper .about_philosophy .philosophy_copy_p {
  margin-bottom: 40px;
}
.company_body .container .philosophy .box-wrapper .about_philosophy p {
  line-height: 2;
}
.company_body .container .csr {
  overflow: hidden;
}
.company_body .container .csr h2 {
  color: #000;
  position: relative;
}
.company_body .container .csr h2::before {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #f0f0f0;
  font-size: 137px;
  text-transform: uppercase;
  content: "Corporate Social Responsibility";
  z-index: -1;
}
.company_body .container .csr h2 .catch {
  font-size: 40px;
  text-align: center;
  margin: 120px 0 60px;
  padding-top: 100px;
}
.company_body .container .csr .box-wrapper {
  max-width: 1080px;
  margin: 0 auto 120px;
}
.company_body .container .csr .box-wrapper .text {
  line-height: 2;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024pxまでのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .page-header .container nav {
    width: 100%;
  }
  .page-header .container nav .fixed {
    width: 100%;
  }
  .page-header .container nav .logo {
    max-width: 180px;
  }
  .page-header .container nav .logo img {
    left: 10px;
    top: 3px;
    width: 55px;
  }
  .page-header .container nav .gnav-list {
    display: none;
    position: absolute;
    top: 60px; /* ヘッダー高さに合わせて調整 */
    left: 0;
    width: 100%;
    flex-direction: column;
    z-index: 1000;
  }
  .page-header .container nav .gnav-list.active {
    display: flex; /* または block */
    flex-direction: column;
  }
  .page-header .container .hamburger {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 10px;
    z-index: 30;
    transition: opacity 0.5s, transform 0.5s;
    opacity: 1;
    transform: translateY(0);
    display: block;
    padding: 0 10px 5px 5px;
  }
  .page-header .container .hamburger.hide {
    opacity: 0;
    transform: translateY(-40px); /* 上に隠す */
    pointer-events: none; /* クリックも無効化 */
  }
  .page-header .container .hamburger.active {
    z-index: 99999 !important;
  }
  .page-header .container .hamburger .toggle-btn {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .page-header .container .hamburger .toggle-btn span {
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    transition: all 0.3s;
  }
  .page-header .container .hamburger .toggle-btn.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .page-header .container .hamburger .toggle-btn.active span:nth-child(2) {
    opacity: 0;
  }
  .page-header .container .hamburger .toggle-btn.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .page-header .container .hamburger span {
    width: 30px;
    height: 1px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    left: 10px;
    transition: all 0.4s;
  }
  .page-header .container .hamburger span:nth-of-type(1) {
    top: 16px;
  }
  .page-header .container .hamburger span:nth-of-type(2) {
    top: 26px;
  }
  .page-header .container .hamburger span:nth-of-type(3) {
    top: 36px;
  }
  .page-header .container .hamburger.active span {
    background-color: #fff;
  }
  .page-header .container .hamburger.active span:nth-of-type(1) {
    top: 24px;
    transform: rotate(-45deg);
  }
  .page-header .container .hamburger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .page-header .container .hamburger.active span:nth-of-type(3) {
    top: 40px;
    transform: rotate(45deg);
  }
  .page-header .container .hamburger.shown-again .toggle-btn span,
  .page-header .container .hamburger.shown-again span {
    background-color: #1f1f1f !important;
  }
  .page-header .container .hamburger.white .toggle-btn span,
  .page-header .container .hamburger.white span {
    background-color: #fff !important;
  }
  .page-header .container .hamburger.black .toggle-btn span,
  .page-header .container .hamburger.black span {
    background-color: #1f1f1f !important;
  }
  .page-header .container .hamburger.active .toggle-btn span,
  .page-header .container .hamburger.active span {
    background-color: #fff !important;
  }
  .page-header .container .drawer-nav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99998;
    background-color: #101a22;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-out, visibility 0.3s;
    display: block;
  }
  .page-header .container .drawer-nav.active {
    opacity: 1;
    visibility: visible;
  }
  .page-header .container .drawer-nav .drawer-nav-wrapper {
    display: block;
    width: 100%;
    padding: 60px 0 0 0;
  }
  .page-header .container .drawer-nav .drawer-nav-wrapper ul.drawer_ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 0 40px;
  }
  .page-header .container .drawer-nav .drawer-nav-wrapper ul li {
    font-size: 20px;
    position: relative;
    margin: 0 0 0 0;
  }
  .page-header .container .drawer-nav .drawer-nav-wrapper ul li a {
    display: block;
    font-size: 20px;
    color: #fff;
    padding: 0 0 6px 0;
    margin-bottom: 15px;
    line-height: 1.75em;
    font-weight: normal;
  }
  .page-header .container .drawer-nav .drawer-nav-wrapper ul li a::after {
    content: none;
  }
  .page-header .container .drawer-nav .drawer-nav-wrapper ul li .drawer_ul_child {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin: -25px 0 10px 15px;
  }
  .page-header .container .drawer-nav .drawer-nav-wrapper ul li .drawer_ul_child .drawer_ul_child_list a {
    font-size: 14px;
    color: #fff;
    line-height: 3;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .page-header-title.company::before {
    height: 200px;
  }
  .page-header-title .company-img {
    height: 200px;
    background-attachment: unset;
    background-position: unset;
  }
  .page-header-title .page-title-area {
    height: 190px;
  }
  .page-header-title .page-title-area h1.page-title span.en {
    font-size: 60px;
  }
  .company_body .container {
    width: 100%;
    padding: 0 5% 0 5%;
    margin: 0 auto 0;
  }
  .company_body .container .greeting h2 {
    color: #000;
  }
  .company_body .container .greeting h2::before {
    font-size: 60px;
    top: -25px;
  }
  .company_body .container .greeting h2 .catch {
    font-size: 30px;
    text-align: center;
    margin: 60px 0 40px;
  }
  .company_body .container .greeting .box-wrapper {
    flex-direction: column;
    width: 100%;
  }
  .company_body .container .greeting .box-wrapper .text {
    line-height: 1.5;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    position: relative;
  }
  .company_body .container .greeting .box-wrapper .copy {
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 20px 0 20px 0;
    display: inline-block;
  }
  .company_body .container .greeting .box-wrapper .appear {
    color: #dbd9d9;
    font-size: 137px;
    font-weight: 700;
    height: auto;
    top: -55px;
    right: 0;
    line-height: 1.4;
    margin: 0 0 0 0;
    opacity: 0.4;
    position: absolute;
    text-align: left;
    width: auto;
    z-index: -1;
    max-width: 100%;
  }
  .company_body .container .greeting .box-wrapper .ceo {
    width: 100%;
    flex-direction: column;
    margin: 20px 0 0 0;
  }
  .company_body .container .greeting .box-wrapper .ceo .thumb {
    width: 300px;
  }
  .company_body .container .greeting .box-wrapper .ceo .thumb img {
    width: 100%;
  }
  .company_body .container .greeting .box-wrapper .ceo .ceo_name {
    margin-left: -75px;
  }
  .company_body .container .greeting .box-wrapper .ceo .ceo_name .membername {
    display: flex;
    align-items: flex-end;
    gap: 8px;
  }
  .company_body .container .greeting .box-wrapper .ceo .ceo_name .en {
    font-size: 12px;
    display: contents;
  }
  .company_body .container .greeting .box-wrapper .ceo .ceo_name .name {
    display: contents;
    white-space: normal;
  }
  .company_body .container .greeting .box-wrapper .ceo .ceo_name .position {
    display: contents;
    white-space: normal;
  }
  .company_body .container .staff h2 {
    color: #000;
    position: relative;
  }
  .company_body .container .staff h2::before {
    font-size: 60px;
    top: -25px;
  }
  .company_body .container .staff h2 .catch {
    font-size: 30px;
    text-align: center;
    margin: 60px 0 40px;
    padding-top: 0;
  }
  .company_body .container .staff .box-wrapper {
    margin: 0 auto 0;
    padding: 10px 0 60px 0;
  }
  .company_body .container .staff .box-wrapper .box {
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    background: #ffffff;
    margin: 0 0 0 0;
  }
  .company_body .container .staff .box-wrapper .box h3 {
    width: calc(100% - 130px);
    padding: 0 30px 0 30px;
  }
  .company_body .container .staff .box-wrapper .box h3 .cover {
    color: #ffffff;
    line-height: 1.35;
    letter-spacing: 2px;
    text-align: center;
    font-size: 40px;
  }
  .company_body .container .staff .box-wrapper .box h3 .cover .small {
    font-size: 0.75em;
  }
  .company_body .container .staff .box-wrapper .box .second {
    display: flex;
    align-items: center;
    padding: 0 0 0 0;
    position: relative;
    flex-direction: column;
  }
  .company_body .container .staff .box-wrapper .box .second .thumb {
    line-height: 0;
    width: 100%;
    text-align: center;
    margin: 20px 0 20px 0;
  }
  .company_body .container .staff .box-wrapper .box .second .thumb img {
    width: 90%;
    height: auto;
  }
  .company_body .container .staff .box-wrapper .box .second .text {
    width: 100%;
    padding: 0 0 0 0;
  }
  .company_body .container .staff .box-wrapper .box .second .text h4 {
    background: #000;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 33px;
    margin: 3px 0 0 0;
    padding: 0 0 0 0;
  }
  .company_body .container .staff .box-wrapper .box .second .text h4 .membername {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    margin: 0 20px 0 20px;
  }
  .company_body .container .staff .box-wrapper .box .second .text h4 .en {
    font-size: 12px;
  }
  .company_body .container .staff .box-wrapper .box .second .text h4 .name {
    font-size: 24px;
    font-weight: 900;
    white-space: normal;
    display: block;
  }
  .company_body .container .staff .box-wrapper .box .second .text h4 .position {
    font-size: 14px;
    padding: 0 0 0 0;
    margin: 5px 0 0 20px;
    white-space: normal;
  }
  .company_body .container .staff .box-wrapper .box .second .text .sentence {
    font-size: 14px;
    margin: 15px 0 0 0;
    padding: 0 10px 0 15px;
  }
  .company_body .container .staff .box-wrapper .box .second .text .sentence p {
    color: #545454;
    line-height: 2;
    font-size: 16px;
    padding: 10px 0 10px 0;
  }
  .company_body .container .staff .box-wrapper .box .second .text .sentence ul {
    list-style-type: disc;
    padding: 0.5em 0.5em 0.5em 1.5em;
  }
  .company_body .container .staff .box-wrapper .box .second .text .sentence ul li {
    line-height: 2;
    color: #545454;
  }
  .company_body .container .staff .box-wrapper .box:nth-child(2n) .second {
    flex-direction: column;
    margin: 20px 0 20px 0;
  }
  .company_body .container .staff .box-wrapper .box:nth-child(2n) .second .text {
    padding: 0 0 0 0;
  }
  .company_body .container .company_overview h2 {
    color: #000;
    position: relative;
  }
  .company_body .container .company_overview h2::before {
    font-size: 60px;
    top: -25px;
  }
  .company_body .container .company_overview h2 .catch {
    font-size: 30px;
    text-align: center;
    margin: 40px 0 40px 0;
    padding-top: 0;
  }
  .company_body .container .company_overview .box-wrapper {
    width: 100%;
  }
  .company_body .container .company_overview .box-wrapper .table_company {
    width: 100%;
  }
  .company_body .container .company_overview .box-wrapper .table_company th {
    width: 23%;
    min-width: 4em;
    font-size: 14px;
    font-weight: 500;
  }
  .company_body .container .company_overview .box-wrapper .table_company td {
    font-size: 14px;
    border-top: 1px solid #ccc;
    padding: 5px 0 5px 10px;
  }
  .company_body .container .company_overview .box-wrapper .table_company td:last-child {
    border-bottom: 1px solid #ccc;
  }
  .company_body .container .company_overview .box-wrapper .table_company table.mini tr td {
    font-size: 14px;
    border: unset;
    padding: 5px 0 5px 10px;
  }
  .company_body .container .google_map .box-wrapper .map iframe {
    width: 100%;
  }
  .company_body .container .philosophy h2 {
    color: #000;
    position: relative;
  }
  .company_body .container .philosophy h2::before {
    font-size: 50px;
    top: 5px;
  }
  .company_body .container .philosophy h2 .catch {
    font-size: 27px;
    text-align: center;
    margin: 40px 0 40px 0;
    padding-top: 0;
  }
  .company_body .container .philosophy .box-wrapper {
    width: 100%;
    margin: 0 auto 0;
  }
  .company_body .container .philosophy .box-wrapper .about_philosophy {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .company_body .container .philosophy .box-wrapper .about_philosophy dt {
    font-size: 18px;
    width: 100%;
  }
  .company_body .container .philosophy .box-wrapper .about_philosophy dd {
    width: 100%;
    margin-bottom: 95px;
  }
  .company_body .container .philosophy .box-wrapper .about_philosophy .philosophy_copy_l {
    font-size: 24px;
    margin: 20px 0 20px 0;
  }
  .company_body .container .philosophy .box-wrapper .about_philosophy .philosophy_copy_s {
    font-size: 24px;
    margin: 20px 0 20px 0;
  }
  .company_body .container .philosophy .box-wrapper .about_philosophy .philosophy_copy_p {
    margin-bottom: 40px;
  }
  .company_body .container .philosophy .box-wrapper .about_philosophy p {
    line-height: 2;
    font-size: 14px;
  }
  .company_body .container .csr {
    overflow: hidden;
  }
  .company_body .container .csr h2 {
    color: #000;
    position: relative;
  }
  .company_body .container .csr h2::before {
    font-size: 40px;
    top: -30px;
  }
  .company_body .container .csr h2 .catch {
    font-size: 30px;
    text-align: center;
    margin: 40px 0 40px 0;
    padding-top: 0;
  }
  .company_body .container .csr .box-wrapper {
    width: 100%;
    margin: 0 auto 0;
  }
  .company_body .container .csr .box-wrapper .text {
    line-height: 2;
    font-size: 14px;
  }
} /* ～1024px responsive-closed */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: iPad PRO、iPad Air、iPad Mini 縦向きで適用	◆

start----------------------------------------------------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1367px) and (orientation: portrait) {
  .company_body .container .staff .box-wrapper .box {
    margin: 0 0 30px 0;
    padding: 70px;
  }
  .company_body .container .staff .box-wrapper .box .second .thumb img {
    width: 35%;
    height: auto;
  }
}
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	利回り20%倶楽部 : iPad PRO 横向きで適用	◆

start----------------------------------------------------------------------------*/
@media only screen and (min-device-width: 1025px) and (max-device-width: 1528px) and (orientation: landscape) {
  .company_body .container .staff .box-wrapper .box .second .thumb {
    width: 25%;
  }
  .company_body .container .staff .box-wrapper .box .second .thumb img {
    width: 100%;
    height: auto;
  }
  .company_body .container .staff .box-wrapper .box .second .text {
    width: 75%;
  }
  .company_body .container .philosophy .box-wrapper .about_philosophy .philosophy_copy_l {
    font-size: 2rem;
  }
  .company_body .container .philosophy .box-wrapper .about_philosophy .philosophy_copy_s {
    font-size: 2rem;
  }
}
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: iPad Mini 横向きで適用	◆

start----------------------------------------------------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .company_body .container .staff .box-wrapper .box {
    margin: 0 0 30px 0;
    padding: 70px;
  }
  .company_body .container .staff .box-wrapper .box .second .thumb img {
    width: 35%;
    height: auto;
  }
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 SERVICE PAGE-HEADER-TITLE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.page-header-title.servicepage::before {
  position: absolute;
  width: 100%;
  height: 463px;
  background-color: rgba(0, 50, 78, 0.45);
  content: "";
  opacity: 0.4;
}
.page-header-title .service-img {
  width: 100%;
  height: 463px;
  background-image: url(https://techpro-j.com/images/service/mainvisual.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center -259px;
}
.page-header-title .page-title-area {
  height: 400px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  padding: 0 0 0 5%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-header-title .page-title-area h1.page-title .en {
  display: block;
  font-family: "Roboto";
  font-size: 100px;
  font-weight: 500;
  line-height: 130%;
}
.page-header-title .page-title-area h1.page-title .ja {
  display: block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 5% 6%;
}

.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 0.6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}

/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 service_body 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.service_body {
  max-width: 1920px;
  padding: 0 6% 0 6%;
  margin: 0 auto 0;
}
.service_body h2 {
  color: #000;
  position: relative;
}
.service_body h2::before {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  color: #f0f0f0;
  font-size: 137px;
  text-transform: uppercase;
  content: "SERVICE";
  z-index: -1;
}
.service_body h2 .catch {
  font-size: 40px;
  text-align: center;
  margin: 60px 0 0 0;
}
.service_body .box-wrapper {
  max-width: 1360px;
  margin: 0 auto 0;
  padding: 10px 0 60px 0;
}
.service_body .box-wrapper .box {
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  background: #ffffff;
  margin: 70px 0 0 0;
}
.service_body .box-wrapper .box h3 {
  width: calc(100% - 130px);
  padding: 0 30px 0 30px;
}
.service_body .box-wrapper .box .second {
  display: flex;
  align-items: center;
  padding: 30px 40px 30px 40px;
  position: relative;
}
.service_body .box-wrapper .box .second .thumb {
  line-height: 0;
  width: 35%;
}
.service_body .box-wrapper .box .second .thumb .zoom-box {
  display: inline-block;
  overflow: hidden;
}
.service_body .box-wrapper .box .second .thumb .zoom-box img.zoom {
  display: block;
  transition-duration: 0.5s;
}
.service_body .box-wrapper .box .second .thumb .zoom-box img.zoom:hover {
  transform: scale(1.1);
}
.service_body .box-wrapper .box .second .thumb .txtflx {
  align-items: flex-end;
  justify-self: center;
  transition-delay: 0.6s;
  position: absolute;
  top: 23%;
  left: 9.5%;
  transform: translate(-50%, 0);
}
.service_body .box-wrapper .box .second .thumb .txtflx .num {
  font-size: 80px;
  color: #ffffff;
  font-weight: bold;
  font-family: Helvetica, "Helvetica Neue", sans-serif;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.44);
}
.service_body .box-wrapper .box .second .thumb .txtflx .num .hash {
  font-weight: bold;
  font-family: Helvetica, "Helvetica Neue", sans-serif;
  position: absolute;
  color: #ffffff;
  font-size: 2.143vw;
  top: 0.7vw;
  left: -2.1vw;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.44);
}
.service_body .box-wrapper .box .second .thumb .txtflx2 {
  align-items: flex-end;
  justify-self: center;
  transition-delay: 0.6s;
  position: absolute;
  top: 23%;
  right: 22.5%;
  transform: translate(-50%, 0);
}
.service_body .box-wrapper .box .second .thumb .txtflx2 .num {
  font-size: 80px;
  color: #ffffff;
  font-weight: bold;
  font-family: Helvetica, "Helvetica Neue", sans-serif;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.44);
}
.service_body .box-wrapper .box .second .thumb .txtflx2 .num .hash {
  font-weight: bold;
  font-family: Helvetica, "Helvetica Neue", sans-serif;
  position: absolute;
  color: #ffffff;
  font-size: 2.143vw;
  top: 0.7vw;
  left: -2.1vw;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.44);
}
.service_body .box-wrapper .box .second .text {
  width: 65%;
  padding: 0 0 0 50px;
}
.service_body .box-wrapper .box .second .text h3 {
  background: #000;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 33px;
  margin: 3px 0 0 0;
  padding: 0 0 0 0;
}
.service_body .box-wrapper .box .second .text h3 .name {
  font-size: 36px;
  font-weight: 900;
  white-space: nowrap;
  margin-top: 12px;
  display: block;
}
.service_body .box-wrapper .box .second .text .sentence {
  margin: 15px 0 0 0;
}
.service_body .box-wrapper .box .second .text .sentence p {
  color: #545454;
  line-height: 2;
  font-size: 16px;
  padding: 10px 0 10px 0;
}
.service_body .box-wrapper .box .second .text .sentence p.arrow-button {
  text-align: right;
  margin-top: 40px;
  margin-right: 70px;
}
.service_body .box-wrapper .box .second .text .sentence p.arrow-button a {
  display: inline-block;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5294117647);
  padding: 5px 31px 5px 20px;
  font-size: 0.9rem;
}
.service_body .box-wrapper .box .second .text .sentence p.arrow-button a.rolltext {
  color: transparent; /* テキスト本体は透明にする */
  font-size: 16px;
  /* 影の設定
  1つ目：Y方向の位置にマイナスに設定してテキスト本体の上に配置、ぼかしなし
  2つ目：位置はテキスト本体と同じ、ぼかしなし
  */
  text-shadow: 0 -2.8em 0 #fff, 0 0 0 #fff;
  transition: text-shadow 0.3s;
}
.service_body .box-wrapper .box .second .text .sentence p.arrow-button a.rolltext:hover {
  text-shadow: 0 0 0 #fff, 0 2.8em 0 #fff; /* 2つの影の位置を上方向に1.5emずつずらす */
}
.service_body .box-wrapper .box .second .text .sentence p.arrow-button a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: 82%;
  width: 55px;
  height: 5px;
  border: none;
  border-right: 2px solid #000;
  border-bottom: 1px solid #000;
  transform: skew(45deg);
  transition: 0.3s;
}
.service_body .box-wrapper .box .second .text .sentence p.arrow-button a:hover {
  opacity: 1;
}
.service_body .box-wrapper .box .second .text .sentence p.arrow-button a:hover::after {
  position: absolute;
  top: calc(50% - 5px);
  left: 92%;
  width: 75px;
  height: 5px;
}
.service_body .box-wrapper .box:nth-child(2n) .second {
  flex-direction: row-reverse;
}
.service_body .box-wrapper .box:nth-child(2n) .second .text {
  padding: 0 50px 0 0;
}

/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 利回り20%倶楽部 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#club20 .page-header-title.club20::before {
  position: absolute;
  width: 100%;
  height: 100px;
  background-color: #080808;
  content: "";
}
#club20 .page-header-title .mv_bg {
  width: 100%;
  height: 220px;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.club20_body {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
.club20_body .club20_ttl_txt {
  width: 50%;
}
.club20_body .club20_ttl_txt .en {
  font-size: 1.5rem;
  color: #A29069;
}
.club20_body .club20_ttl_txt .ja {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 15px 0 30px;
  position: relative;
}
.club20_body .club20_ttl_txt .ja::before {
  position: absolute;
  top: 38px;
  left: 9%;
  color: #f0f0f0;
  font-size: 2.5vw;
  text-transform: uppercase;
  content: "20% Yield Club";
  font-family: "Cinzel";
  z-index: -1;
}
.club20_body .club20_ttl_txt .read {
  padding: 0 50px 0 0;
}
.club20_body .club20_ttl_img {
  width: 50%;
  position: relative;
}
.club20_body .club20_ttl_img .number {
  position: absolute;
  right: 10px;
  top: 30px;
}
.club20_body .club20_ttl_img .number p {
  display: inline-block;
  font-family: "Cinzel";
  font-weight: 600;
  line-height: 1;
  background: linear-gradient(90deg, #b2c6cf 0%, #c6ccd1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 4px;
  font-size: 100px;
  transform: rotate(90deg);
}

.club20_features {
  margin: 80px 0;
}
.club20_features .box-wrapper {
  width: 70%;
  margin: 0px auto;
  padding: 10px 0px 60px;
}
.club20_features .box-wrapper .top_common_head .club20_common_ttl {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 50px;
}
.club20_features .box-wrapper .top_common_head .txt-center {
  text-align: center;
}
.club20_features .box-wrapper .box .second {
  display: flex;
  align-items: center;
  padding: 0 40px 0 40px;
  position: relative;
}
.club20_features .box-wrapper .box .second .thumb {
  line-height: 0;
  width: 20%;
}
.club20_features .box-wrapper .box .second .text {
  width: 80%;
  padding: 0 0 0 50px;
}
.club20_features .box-wrapper .box .second .text .features_common_ttl {
  font-size: 1.9rem;
}
.club20_features .box-wrapper .box .second .text .sentence p {
  font-size: 1.2rem;
}
.club20_features .box-wrapper .club20_list {
  display: flex;
  width: 100%;
  gap: 5px;
}
.club20_features .box-wrapper .club20_list a {
  width: 33.33%;
  margin: 0 0 0 1px;
}
.club20_features .box-wrapper .club20_list a .img img {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: center;
}
.club20_features .box-wrapper .club20_list a .img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background: rgba(69, 66, 66, 0.3);
  transition: background 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.club20_features .box-wrapper .club20_list a > div {
  position: relative;
  overflow: hidden;
  height: 98%;
}
.club20_features .box-wrapper .club20_list .framer-text {
  color: #fff;
  display: block;
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 3;
  font-size: 0.8rem;
}
.club20_features .box-wrapper .club20_list .num {
  display: block;
  position: absolute;
  right: 25px;
  top: 23px;
  z-index: 3;
}
.club20_features .box-wrapper .club20_list .num img {
  width: 20px;
  height: auto;
  max-width: none;
}
.club20_features .box-wrapper .club20_list .txt {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 30%;
  z-index: 4;
}
.club20_features .box-wrapper .club20_list .txt .ttl {
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
  text-shadow: 2px 2px 6px rgb(0, 0, 0);
}
.club20_features .box-wrapper .club20_list .txt p {
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-shadow: 1px 1px 6px rgb(0, 0, 0);
}
.club20_features .box-wrapper .club20_list .txt p span {
  font-size: 1.1rem;
  color: #fff;
  font-weight: 500;
}
.club20_features .box-wrapper .club20_list .txt p span.obi {
  background-color: rgba(82, 82, 82, 0.7882352941);
  display: block;
  margin-top: 10px;
  padding: 10px 0;
}
.club20_features .box-wrapper .club20_list .txt p .yen {
  font-size: 1.5rem;
  color: #fff;
}
.club20_features .shoukai {
  margin-top: 130px;
}

/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 新築アパートプラン 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.new_apartment_body {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
.new_apartment_body .new_apartment_ttl_txt {
  width: 50%;
}
.new_apartment_body .new_apartment_ttl_txt .en {
  font-size: 1.5rem;
  color: #A29069;
}
.new_apartment_body .new_apartment_ttl_txt .ja {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 15px 0 30px;
  position: relative;
}
.new_apartment_body .new_apartment_ttl_txt .ja::before {
  position: absolute;
  top: 32px;
  left: 10%;
  color: #f0f0f0;
  font-size: 2.5vw;
  text-transform: uppercase;
  content: "new apartment plan";
  font-family: "Cinzel";
  z-index: -1;
}
.new_apartment_body .new_apartment_ttl_txt .read {
  padding: 0 50px 0 0;
}
.new_apartment_body .new_apartment_ttl_img {
  width: 50%;
  position: relative;
}
.new_apartment_body .new_apartment_ttl_img .number {
  position: absolute;
  right: 10px;
  top: 30px;
}
.new_apartment_body .new_apartment_ttl_img .number p {
  display: inline-block;
  font-family: "Cinzel";
  font-weight: 600;
  line-height: 1;
  background: linear-gradient(90deg, #b2c6cf 0%, #c6ccd1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 4px;
  font-size: 100px;
  transform: rotate(90deg);
}

.new_apartment_features {
  margin: 80px 0;
}
.new_apartment_features .box-wrapper {
  width: 70%;
  margin: 0px auto;
  padding: 10px 0px 60px;
}
.new_apartment_features .box-wrapper .top_common_head .new_apartment_common_ttl {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 50px;
}
.new_apartment_features .box-wrapper .top_common_head .txt-center {
  text-align: center;
}
.new_apartment_features .box-wrapper .box .second {
  display: flex;
  align-items: center;
  padding: 0 40px 0 40px;
  position: relative;
}
.new_apartment_features .box-wrapper .box .second .thumb {
  line-height: 0;
  width: 20%;
}
.new_apartment_features .box-wrapper .box .second .text {
  width: 80%;
  padding: 0 0 0 50px;
}
.new_apartment_features .box-wrapper .box .second .text .features_common_ttl {
  font-size: 1.9rem;
}
.new_apartment_features .box-wrapper .box .second .text .sentence p {
  font-size: 1.2rem;
}
.new_apartment_features .shoukai {
  margin-top: 130px;
}

.apart_rimawari {
  text-align: center;
}
.apart_rimawari img {
  width: 85%;
}

/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 不動産査定 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.assessment_body {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
.assessment_body .assessment_ttl_txt {
  width: 50%;
}
.assessment_body .assessment_ttl_txt .en {
  font-size: 1.5rem;
  color: #A29069;
}
.assessment_body .assessment_ttl_txt .ja {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 15px 0 30px;
  position: relative;
}
.assessment_body .assessment_ttl_txt .ja::before {
  position: absolute;
  top: 32px;
  left: 10%;
  color: #f0f0f0;
  font-size: 2.5vw;
  text-transform: uppercase;
  content: "real estate appraisal";
  font-family: "Cinzel";
  z-index: -1;
}
.assessment_body .assessment_ttl_txt .read {
  padding: 0 50px 0 0;
}
.assessment_body .assessment_ttl_img {
  width: 50%;
  position: relative;
}
.assessment_body .assessment_ttl_img .number {
  position: absolute;
  right: 10px;
  top: 30px;
}
.assessment_body .assessment_ttl_img .number p {
  display: inline-block;
  font-family: "Cinzel";
  font-weight: 600;
  line-height: 1;
  background: linear-gradient(90deg, #b2c6cf 0%, #c6ccd1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 4px;
  font-size: 100px;
  transform: rotate(90deg);
}

.assessment_features {
  margin: 80px 0;
}
.assessment_features .box-wrapper {
  width: 70%;
  margin: 0px auto;
  padding: 10px 0px 60px;
}
.assessment_features .box-wrapper .top_common_head .assessment_common_ttl {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 50px;
}
.assessment_features .box-wrapper .top_common_head .txt-center {
  text-align: center;
}
.assessment_features .box-wrapper .box .second {
  display: flex;
  align-items: center;
  padding: 0 40px 0 40px;
  position: relative;
}
.assessment_features .box-wrapper .box .second .thumb {
  line-height: 0;
  width: 20%;
}
.assessment_features .box-wrapper .box .second .text {
  width: 80%;
  padding: 0 0 0 50px;
}
.assessment_features .box-wrapper .box .second .text .features_common_ttl {
  font-size: 1.9rem;
}
.assessment_features .box-wrapper .box .second .text .sentence p {
  font-size: 1.2rem;
}
.assessment_features .num3 {
  margin-bottom: 130px;
}
.assessment_features .innerlink:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.assessment_features .innerlink .assessment_bk {
  height: 340px;
  background-image: url(https://techpro-j.com/service/images/assessment_bk.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 130px;
}
.assessment_features .innerlink .assessment_bk .contentbox .contentinner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.assessment_features .innerlink .assessment_bk .contentbox .contentinner .txtbox {
  font-size: 2.1rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin: 100px 0 0 0;
  text-shadow: 1px 1px 6px rgb(0, 0, 0);
}
.assessment_features .innerlink .assessment_bk .contentbox .contentinner .btn_assessment {
  background: #000;
  padding: 10px 0;
  border-radius: 50px;
  width: 20%;
  font-size: 1.2rem;
  text-align: center;
  margin: auto;
  color: #fff;
}

span.aks {
  display: inline-block;
}

/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 lineボタン 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.line {
  overflow: hidden;
  padding: 0 0 50px 0;
  position: relative;
  background: #ffffff;
}
.line .container {
  max-width: 1920px;
  padding: 0;
  margin: 0px auto;
}
.line .container .line__btn {
  text-align: center;
}
.line .container .line__btn .btn-link02 {
  background: -webkit-linear-gradient(left top, #06c755, #42e988);
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.42;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  height: 6rem;
  text-decoration: none;
  position: relative;
  width: 22.3rem;
  transition: all 0.5s;
}
.line .container .line__btn .btn-link02:hover {
  background: -webkit-linear-gradient(left top, #778bff, #0314fd);
}
.line .container .line__btn .arrow {
  justify-content: flex-start;
  padding: 0 4rem;
}
.line .container .line__btn .arrow::before {
  content: "";
  width: 1rem;
  height: 100%;
  background: url(https://techpro-j.com/images/recruit/icon_right_link_white.svg) right center no-repeat;
  background-size: 1rem auto;
  position: absolute;
  right: 3.3rem;
  top: 0;
  z-index: 3;
}
.line .container .line__btn .en-font {
  text-transform: uppercase;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024pxまでのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .page-header-title.servicepage::before {
    height: 200px;
  }
  .page-header-title .service-img {
    height: 200px;
    background-attachment: unset;
    background-position: unset;
  }
  .page-header-title .page-title-area {
    height: 190px;
  }
  .page-header-title .page-title-area h1.page-title span.en {
    font-size: 60px;
  }
  .service_body {
    width: 100%;
    padding: 0 5% 0 5%;
    margin: 0 0 50px 0;
  }
  .service_body h2::before {
    font-size: 60px;
    top: -25px;
  }
  .service_body h2 .catch {
    font-size: 30px;
    margin: 20px 0 0 0;
  }
  .service_body .box-wrapper {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 0 0 0 0;
  }
  .service_body .box-wrapper .box h3 {
    width: 100%;
  }
  .service_body .box-wrapper .box .second {
    flex-direction: column;
    padding: 0;
  }
  .service_body .box-wrapper .box .second .thumb {
    line-height: 0;
    width: 100%;
  }
  .service_body .box-wrapper .box .second .thumb .zoom-box {
    display: inline-block;
    overflow: hidden;
  }
  .service_body .box-wrapper .box .second .thumb .zoom-box img.zoom {
    display: block;
    transition-duration: 0.5s;
  }
  .service_body .box-wrapper .box .second .thumb .zoom-box img.zoom:hover {
    transform: scale(1.1);
  }
  .service_body .box-wrapper .box .second .thumb .txtflx {
    align-items: flex-end;
    justify-self: center;
    transition-delay: 0.6s;
    position: absolute;
    top: 7%;
    left: 15%;
    transform: translate(-50%, 0);
  }
  .service_body .box-wrapper .box .second .thumb .txtflx .num {
    font-size: 40px;
    margin-left: 30px;
  }
  .service_body .box-wrapper .box .second .thumb .txtflx .num .hash {
    font-size: 30px;
    left: 0;
  }
  .service_body .box-wrapper .box .second .thumb .txtflx2 {
    align-items: flex-end;
    justify-self: center;
    transition-delay: 0.6s;
    position: absolute;
    top: 7%;
    left: 3%;
    right: unset;
    transform: unset;
  }
  .service_body .box-wrapper .box .second .thumb .txtflx2 .num {
    font-size: 40px;
    margin-left: 30px;
  }
  .service_body .box-wrapper .box .second .thumb .txtflx2 .num .hash {
    font-size: 30px;
    left: 0;
  }
  .service_body .box-wrapper .box .second .text {
    width: 100%;
    padding: 10px;
  }
  .service_body .box-wrapper .box .second .text h3 {
    background: #000;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 33px;
    margin: 3px 0 0 0;
    padding: 0 0 0 0;
    max-width: 100%;
  }
  .service_body .box-wrapper .box .second .text h3 .name {
    font-size: 24px;
  }
  .service_body .box-wrapper .box .second .text .sentence {
    margin: 15px 0 0 0;
  }
  .service_body .box-wrapper .box .second .text .sentence p {
    color: #545454;
    line-height: 2;
    font-size: 14px;
    padding: 10px 0 10px 0;
  }
  .service_body .box-wrapper .box .second .text .sentence p.arrow-button {
    text-align: center;
    margin: 5px 0 0 0;
  }
  .service_body .box-wrapper .box .second .text .sentence p.arrow-button a {
    display: inline-block;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.5294117647);
    padding: 5px 31px 5px 20px;
    font-size: 0.9rem;
  }
  .service_body .box-wrapper .box .second .text .sentence p.arrow-button a.rolltext {
    color: transparent; /* テキスト本体は透明にする */
    font-size: 16px;
    /* 影の設定
    1つ目：Y方向の位置にマイナスに設定してテキスト本体の上に配置、ぼかしなし
    2つ目：位置はテキスト本体と同じ、ぼかしなし
    */
    text-shadow: 0 -2.8em 0 #fff, 0 0 0 #fff;
    transition: text-shadow 0.3s;
  }
  .service_body .box-wrapper .box .second .text .sentence p.arrow-button a.rolltext:hover {
    text-shadow: 0 0 0 #fff, 0 2.8em 0 #fff; /* 2つの影の位置を上方向に1.5emずつずらす */
  }
  .service_body .box-wrapper .box .second .text .sentence p.arrow-button a::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    left: 82%;
    width: 55px;
    height: 5px;
    border: none;
    border-right: 2px solid #000;
    border-bottom: 1px solid #000;
    transform: skew(45deg);
    transition: 0.3s;
  }
  .service_body .box-wrapper .box .second .text .sentence p.arrow-button a:hover {
    opacity: 1;
  }
  .service_body .box-wrapper .box .second .text .sentence p.arrow-button a:hover::after {
    position: absolute;
    top: calc(50% - 5px);
    left: 92%;
    width: 75px;
    height: 5px;
  }
  .service_body .box-wrapper .box:nth-child(2n) .second {
    flex-direction: column;
  }
  .service_body .box-wrapper .box:nth-child(2n) .second .text {
    padding: 10px;
  }
  #club20 .page-header-title.club20::before {
    height: 55px;
  }
  #club20 .page-header-title .mv_bg {
    height: 55px;
  }
  .club20_body {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    margin: 20px auto 0;
  }
  .club20_body .club20_ttl_txt {
    width: 100%;
  }
  .club20_body .club20_ttl_txt .en {
    font-size: 18px;
    color: #A29069;
    margin: 0 0 0 20px;
  }
  .club20_body .club20_ttl_txt .ja {
    font-size: 24px;
    margin: 10px 0 20px 20px;
  }
  .club20_body .club20_ttl_txt .ja::before {
    top: 15px;
    font-size: 6.5vw;
  }
  .club20_body .club20_ttl_txt .read {
    font-size: 14px;
    padding: 0 20px 0 20px;
  }
  .club20_body .club20_ttl_img {
    width: 100%;
    position: relative;
  }
  .club20_body .club20_ttl_img .number {
    position: absolute;
    right: 10px;
    top: 30px;
  }
  .club20_body .club20_ttl_img .number p {
    font-size: 50px;
  }
  .club20_features {
    margin: 30px 0;
  }
  .club20_features .box-wrapper {
    width: 100%;
    margin: 0px auto;
    padding: 10px 20px 60px;
  }
  .club20_features .box-wrapper .top_common_head .club20_common_ttl {
    font-size: 24px;
    margin-bottom: 0;
  }
  .club20_features .box-wrapper .top_common_head .txt-center {
    text-align: center;
  }
  .club20_features .box-wrapper .box .second {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 0;
    position: relative;
  }
  .club20_features .box-wrapper .box .second .thumb {
    line-height: 0;
    width: 80%;
  }
  .club20_features .box-wrapper .box .second .text {
    width: 100%;
    padding: 0 0 0 0;
  }
  .club20_features .box-wrapper .box .second .text .features_common_ttl {
    font-size: 18px;
  }
  .club20_features .box-wrapper .box .second .text .sentence p {
    font-size: 14px;
  }
  .club20_features .box-wrapper .club20_list {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
    margin: 20px 0 0 0;
  }
  .club20_features .box-wrapper .club20_list a {
    width: 100%;
    margin: 0 0 0 1px;
  }
  .club20_features .box-wrapper .club20_list a .img::after {
    height: 98%;
  }
  .club20_features .box-wrapper .club20_list .txt {
    top: 20%;
  }
  .club20_features .shoukai {
    margin-top: 50px;
  }
  .new_apartment_body {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    margin: 20px auto 0;
  }
  .new_apartment_body .new_apartment_ttl_txt {
    width: 100%;
  }
  .new_apartment_body .new_apartment_ttl_txt .en {
    font-size: 18px;
    color: #A29069;
    margin: 0 0 0 20px;
  }
  .new_apartment_body .new_apartment_ttl_txt .ja {
    font-size: 24px;
    margin: 10px 0 20px 20px;
  }
  .new_apartment_body .new_apartment_ttl_txt .ja::before {
    top: 15px;
    font-size: 6.5vw;
  }
  .new_apartment_body .new_apartment_ttl_txt .read {
    font-size: 14px;
    padding: 0 20px 0 20px;
  }
  .new_apartment_body .new_apartment_ttl_img {
    width: 100%;
    position: relative;
  }
  .new_apartment_body .new_apartment_ttl_img .number {
    position: absolute;
    right: 10px;
    top: 30px;
  }
  .new_apartment_body .new_apartment_ttl_img .number p {
    font-size: 50px;
  }
  .new_apartment_features {
    margin: 30px 0;
  }
  .new_apartment_features .box-wrapper {
    width: 100%;
    margin: 0px auto;
    padding: 10px 20px 60px;
  }
  .new_apartment_features .box-wrapper .top_common_head .new_apartment_common_ttl {
    font-size: 24px;
    margin-bottom: 0;
  }
  .new_apartment_features .box-wrapper .top_common_head .txt-center {
    text-align: center;
  }
  .new_apartment_features .box-wrapper .box .second {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 0;
    position: relative;
  }
  .new_apartment_features .box-wrapper .box .second .thumb {
    line-height: 0;
    width: 80%;
  }
  .new_apartment_features .box-wrapper .box .second .text {
    width: 100%;
    padding: 0 0 0 0;
  }
  .new_apartment_features .box-wrapper .box .second .text .features_common_ttl {
    font-size: 18px;
  }
  .new_apartment_features .box-wrapper .box .second .text .sentence p {
    font-size: 14px;
  }
  .new_apartment_features .shoukai {
    margin-top: 50px;
  }
  .apart_rimawari {
    text-align: center;
  }
  .apart_rimawari img {
    width: 100%;
  }
  .assessment_body {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    margin: 20px auto 0;
  }
  .assessment_body .assessment_ttl_txt {
    width: 100%;
  }
  .assessment_body .assessment_ttl_txt .en {
    font-size: 18px;
    color: #A29069;
    margin: 0 0 0 20px;
  }
  .assessment_body .assessment_ttl_txt .ja {
    font-size: 24px;
    margin: 10px 0 20px 20px;
  }
  .assessment_body .assessment_ttl_txt .ja::before {
    top: 15px;
    font-size: 6.5vw;
  }
  .assessment_body .assessment_ttl_txt .read {
    font-size: 14px;
    padding: 0 20px 0 20px;
  }
  .assessment_body .assessment_ttl_img {
    width: 100%;
    position: relative;
  }
  .assessment_body .assessment_ttl_img .number {
    position: absolute;
    right: 10px;
    top: 30px;
  }
  .assessment_body .assessment_ttl_img .number p {
    font-size: 50px;
  }
  .assessment_features {
    margin: 30px 0;
  }
  .assessment_features .box-wrapper {
    width: 100%;
    margin: 0px auto;
    padding: 10px 20px 60px;
  }
  .assessment_features .box-wrapper .top_common_head .assessment_common_ttl {
    font-size: 24px;
    margin-bottom: 0;
  }
  .assessment_features .box-wrapper .top_common_head .txt-center {
    text-align: center;
  }
  .assessment_features .box-wrapper .box .second {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 0;
    position: relative;
  }
  .assessment_features .box-wrapper .box .second .thumb {
    line-height: 0;
    width: 80%;
  }
  .assessment_features .box-wrapper .box .second .text {
    width: 100%;
    padding: 0 0 0 0;
  }
  .assessment_features .box-wrapper .box .second .text .features_common_ttl {
    font-size: 18px;
  }
  .assessment_features .box-wrapper .box .second .text .sentence p {
    font-size: 14px;
  }
  .assessment_features .innerlink:hover {
    opacity: 0.8;
    transition: 0.3s;
  }
  .assessment_features .innerlink .assessment_bk .contentbox .contentinner .txtbox {
    font-size: 28px;
  }
  .assessment_features .innerlink .assessment_bk .contentbox .contentinner .btn_assessment {
    width: 60%;
  }
  span.aks {
    display: inline;
  }
  .line {
    padding: 0 0 0 0;
  }
  .line .container {
    max-width: 100%;
  }
  .line .container .line__btn {
    text-align: center;
  }
  .line .container .line__btn .btn-link02 {
    font-size: 20px;
    height: 55px;
    width: 224px;
    letter-spacing: 4px;
  }
  .line .container .line__btn .btn-link02:hover {
    background: -webkit-linear-gradient(left top, #06c755, #42e988);
  }
  .line .container .line__btn .arrow {
    justify-content: center;
    padding: 0;
  }
  .line .container .line__btn .arrow::before {
    width: 0.6rem;
    height: 103%;
    right: 1.4rem;
  }
}
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: iPad PRO、iPad Air、iPad Mini 縦向きで適用	◆

start----------------------------------------------------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1528px) and (orientation: portrait) {
  .service_body .box-wrapper .box .second .text h3 .name {
    font-size: 30px;
  }
  .club20_body .club20_ttl_txt .ja {
    font-size: 40px;
    margin: 10px 0 20px 20px;
  }
  .club20_body .club20_ttl_txt .ja::before {
    top: 15px;
    font-size: 4.5vw;
  }
  .club20_body .club20_ttl_txt .read {
    font-size: 16px;
  }
  .club20_features .box-wrapper .top_common_head .club20_common_ttl {
    font-size: 30px;
  }
  .club20_features .box-wrapper .box .second .thumb {
    width: 50%;
  }
  .club20_features .box-wrapper .box .second .text .features_common_ttl {
    font-size: 30px;
  }
  .club20_features .box-wrapper .box .second .text .sentence p {
    font-size: 16px;
  }
  .club20_features .box-wrapper .club20_list {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
    margin: 20px 0 0 0;
  }
  .club20_features .box-wrapper .club20_list a {
    width: 100%;
    margin: 0 0 0 1px;
  }
  .club20_features .box-wrapper .club20_list a .img::after {
    height: 98%;
  }
  .club20_features .box-wrapper .club20_list .txt {
    top: 40%;
  }
  .club20_features .box-wrapper .club20_list .txt .ttl {
    font-size: 2rem;
  }
  .club20_features .box-wrapper .club20_list .txt p {
    font-size: 5rem;
  }
  .club20_features .box-wrapper .club20_list .txt p span {
    font-size: 2rem;
  }
  .new_apartment_body .new_apartment_ttl_txt .ja {
    font-size: 40px;
    margin: 10px 0 20px 20px;
  }
  .new_apartment_body .new_apartment_ttl_txt .ja::before {
    top: 15px;
    font-size: 4.5vw;
  }
  .new_apartment_body .new_apartment_ttl_txt .read {
    font-size: 16px;
  }
  .new_apartment_features .box-wrapper .top_common_head .new_apartment_common_ttl {
    font-size: 30px;
  }
  .new_apartment_features .box-wrapper .box .second .thumb {
    width: 50%;
  }
  .new_apartment_features .box-wrapper .box .second .text .features_common_ttl {
    font-size: 30px;
  }
  .new_apartment_features .box-wrapper .box .second .text .sentence p {
    font-size: 16px;
  }
  .assessment_body .assessment_ttl_txt .ja {
    font-size: 40px;
    margin: 10px 0 20px 20px;
  }
  .assessment_body .assessment_ttl_txt .ja::before {
    top: 15px;
    font-size: 4.5vw;
  }
  .assessment_body .assessment_ttl_txt .read {
    font-size: 16px;
  }
  .assessment_features .box-wrapper .top_common_head .assessment_common_ttl {
    font-size: 30px;
  }
  .assessment_features .box-wrapper .top_common_head .txt-center {
    text-align: center;
  }
  .assessment_features .box-wrapper .box .second .thumb {
    width: 50%;
  }
  .assessment_features .box-wrapper .box .second .text .features_common_ttl {
    font-size: 30px;
  }
  .assessment_features .box-wrapper .box .second .text .sentence p {
    font-size: 16px;
  }
}
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	利回り20%倶楽部 : iPad PRO 横向きで適用	◆

start----------------------------------------------------------------------------*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1528px) and (orientation: landscape) {
  .club20_body .club20_ttl_txt .ja {
    font-size: 40px;
    margin: 10px 0 20px 20px;
  }
  .club20_body .club20_ttl_txt .ja::before {
    top: 15px;
    font-size: 4.5vw;
  }
  .club20_body .club20_ttl_txt .read {
    font-size: 16px;
  }
  .club20_features .box-wrapper .club20_list .txt .ttl {
    font-size: 14px;
  }
  .club20_features .box-wrapper .club20_list .txt p span.obi {
    font-size: 14px;
  }
}
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: iPad Air 横向きで適用	◆

start----------------------------------------------------------------------------*/
@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: landscape) {
  .club20_features .box-wrapper .club20_list .txt .ttl {
    font-size: 14px;
  }
  .club20_features .box-wrapper .club20_list .txt p span.obi {
    font-size: 14px;
  }
}
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: iPad Mini 横向きで適用	◆

start----------------------------------------------------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .club20_features .box-wrapper .box .second .thumb {
    width: 50%;
  }
  .club20_features .box-wrapper .box .second .text .features_common_ttl {
    font-size: 30px;
  }
  .club20_features .box-wrapper .box .second .text .sentence p {
    font-size: 16px;
  }
  .club20_features .box-wrapper .club20_list {
    flex-direction: row;
  }
  .new_apartment_body .new_apartment_ttl_txt .ja {
    font-size: 40px;
    margin: 10px 0 20px 20px;
  }
  .new_apartment_body .new_apartment_ttl_txt .ja::before {
    top: 15px;
    font-size: 4.5vw;
  }
  .new_apartment_body .new_apartment_ttl_txt .read {
    font-size: 16px;
  }
  .new_apartment_features .box-wrapper .top_common_head .new_apartment_common_ttl {
    font-size: 30px;
  }
  .new_apartment_features .box-wrapper .box .second .thumb {
    width: 50%;
  }
  .new_apartment_features .box-wrapper .box .second .text .features_common_ttl {
    font-size: 30px;
  }
  .new_apartment_features .box-wrapper .box .second .text .sentence p {
    font-size: 16px;
  }
  .assessment_body .assessment_ttl_txt .ja {
    font-size: 40px;
    margin: 10px 0 20px 20px;
  }
  .assessment_body .assessment_ttl_txt .ja::before {
    top: 15px;
    font-size: 4.5vw;
  }
  .assessment_body .assessment_ttl_txt .read {
    font-size: 16px;
  }
  .assessment_features .box-wrapper .top_common_head .assessment_common_ttl {
    font-size: 30px;
  }
  .assessment_features .box-wrapper .top_common_head .txt-center {
    text-align: center;
  }
  .assessment_features .box-wrapper .box .second .thumb {
    width: 50%;
  }
  .assessment_features .box-wrapper .box .second .text .features_common_ttl {
    font-size: 30px;
  }
  .assessment_features .box-wrapper .box .second .text .sentence p {
    font-size: 16px;
  }
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 NEWS PAGE-HEADER-TITLE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.page-header-title.newspage::before {
  position: absolute;
  width: 100%;
  height: 463px;
  background-color: rgba(0, 50, 78, 0.45);
  content: "";
  opacity: 0.4;
}
.page-header-title .newspage-img {
  width: 100%;
  height: 463px;
  background-image: url(../images/newspage/mainvisual.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center -259px;
}
.page-header-title .page-title-area {
  height: 400px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  padding: 0 0 0 5%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-header-title .page-title-area h1.page-title .en {
  display: block;
  font-family: "Roboto";
  font-size: 100px;
  font-weight: 500;
  line-height: 130%;
}
.page-header-title .page-title-area h1.page-title .ja {
  display: block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.newspage-img-ipad {
  display: none;
}

picture img {
  width: 100%;
  height: 463px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 newspage_body 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.newspage_body {
  width: 80%;
  padding: 0 6% 0 6%;
  margin: 50px auto 0;
}
.newspage_body h2 {
  color: #000;
  position: relative;
}
.newspage_body h2::before {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  color: #f0f0f0;
  font-size: 137px;
  text-transform: uppercase;
  content: "NEWS";
  z-index: -1;
}
.newspage_body h2 .catch {
  font-size: 40px;
  text-align: center;
  margin: 120px 0px 120px;
}
.newspage_body ul.display-posts-listing li.listing-item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 50px;
  border-bottom: 1px solid #cbcbcb;
  padding: 30px 0;
}
.newspage_body ul.display-posts-listing li.listing-item a {
  color: #000;
}
.newspage_body ul.display-posts-listing li.listing-item .image {
  margin: 0 0 0 0;
}
.newspage_body ul.display-posts-listing li.listing-item .image img {
  width: 300px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.newspage_body ul.display-posts-listing li.listing-item .title {
  padding: 0 0 50px 25px;
  width: 60%;
  font-size: 18px;
}

span.date {
  font-size: 18px;
}

.page-numbers {
  background-color: #ccc;
  padding: 3px 10px 5px;
  margin: 2px;
  color: #0589e8;
}

.page-numbers.current {
  color: #fff;
  background-color: #0589e8;
}

.nav-links {
  margin: 20px 0 20px 0;
  text-align: center;
}

.single_post_body a {
  color: #0589e8;
}

/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 single 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 2% 0 5% 6%;
}
.breadcrumb a {
  color: #000;
}

.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 0.6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}

.single_post_body {
  width: 80%;
  padding: 0 6% 0 6%;
  margin: 50px auto 0;
}
.single_post_body h2 {
  font-size: 40px;
  padding: 0 0 50px 0;
}
.single_post_body p {
  line-height: 2.1;
}

.news_list {
  margin: 80px 0 0 0;
}

.news_list__btn {
  text-align: center;
}
.news_list__btn .btn-link01 {
  background: -webkit-linear-gradient(left top, #707070, #ababac);
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.24em;
  line-height: 1.42;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  height: 4rem;
  text-decoration: none;
  position: relative;
  width: 310px;
  transition: all 0.5s;
}
.news_list__btn .btn-link01:hover {
  background: -webkit-linear-gradient(left top, #ababac, #707070);
}
.news_list__btn .arrow {
  justify-content: flex-start;
  padding: 0 4rem;
}
.news_list__btn .arrow::before {
  content: "";
  width: 0.8rem;
  height: 100%;
  background: url(https://techpro-j.com/images/recruit/icon_right_link_white.svg) right center no-repeat;
  background-size: 1rem auto;
  position: absolute;
  right: 3.3rem;
  top: 0;
  z-index: 3;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024pxまでのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .page-header-title.newspage::before {
    height: 200px;
  }
  .page-header-title .newspage-img {
    height: 200px;
    background-attachment: unset;
    background-position: unset;
  }
  .page-header-title picture img {
    height: 200px;
  }
  .page-header-title .page-title-area {
    height: 190px;
  }
  .page-header-title .page-title-area h1.page-title .en {
    line-height: 100%;
  }
  .newspage_body {
    width: 100%;
    padding: 0 10px 0 10px;
    margin: 0 auto 0;
  }
  .newspage_body h2 {
    color: #000;
    position: relative;
  }
  .newspage_body h2::before {
    font-size: 60px;
    top: -25px;
  }
  .newspage_body h2 .catch {
    font-size: 27px;
    margin: 20px 0 0 0;
  }
  .newspage_body ul.display-posts-listing li.listing-item {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    gap: 10px;
    border-bottom: 1px solid #cbcbcb;
    padding: 30px 0;
  }
  .newspage_body ul.display-posts-listing li.listing-item a {
    color: #000;
  }
  .newspage_body ul.display-posts-listing li.listing-item .image {
    margin: 0 0 0 0;
  }
  .newspage_body ul.display-posts-listing li.listing-item .image img {
    width: 355px;
    height: 148px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .newspage_body ul.display-posts-listing li.listing-item .title {
    padding: 0 0 0 0;
    width: 100%;
  }
  .page-numbers {
    background-color: #ccc;
    padding: 3px 10px 5px;
    margin: 2px;
    color: #0589e8;
  }
  .page-numbers.current {
    color: #fff;
    background-color: #0589e8;
  }
  .nav-links {
    margin: 20px 0 20px 0;
    text-align: center;
  }
  .single_post_body a {
    color: #0589e8;
  }
  .breadcrumb {
    font-size: 12px;
    margin: 10px 10px 0 10px;
  }
  .breadcrumb a {
    color: #000;
  }
  .breadcrumb li:not(:last-of-type)::after {
    content: "›";
    margin: 0 0.6em; /* 記号の左右の余白 */
    color: #777; /* 記号の色 */
  }
  .single_post_body {
    width: 100%;
    padding: 0 20px 0 20px;
    margin: 30px auto 0;
  }
  .single_post_body h2 {
    font-size: 24px;
    padding: 0 0 50px 0;
  }
  .single_post_body p {
    line-height: 2.1;
    font-size: 14px;
  }
  .news_list__btn {
    text-align: center;
  }
  .news_list__btn .btn-link01 {
    font-size: 20px;
    height: 55px;
    width: 240px;
  }
  .news_list__btn .btn-link01:hover {
    background: -webkit-linear-gradient(left top, #004cb8, #2dd2ff);
  }
  .news_list__btn .arrow {
    justify-content: center;
    padding: 0;
  }
  .news_list__btn .arrow::before {
    width: 0.6rem;
    right: 1.3rem;
  }
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 LOADING-TOP 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.loading_recruit {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 199999;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.loading_recruit .bg {
  position: absolute;
  z-index: 200000;
  width: 100%;
  height: 200vh;
  background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(9, 9, 121) 35%, rgb(64, 145, 161) 100%);
  z-index: 200000;
  left: 0;
  top: 0;
}
.loading_recruit .container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 200001;
}
.loading_recruit .container .text {
  position: relative;
  z-index: 200002;
  color: #fff;
  font-family: "Roboto";
  text-align: center;
}
.loading_recruit .container .text .main {
  visibility: hidden;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-size: 24px;
}
.loading_recruit .container .text .main .line {
  color: transparent;
  -webkit-text-stroke: rgb(220, 220, 220) 1px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .loading_recruit .container .text .main {
    letter-spacing: 6px;
    font-size: 24px;
  }
  .loading_recruit .container .text .main .line {
    -webkit-text-stroke: rgb(220, 220, 220) 1px;
  }
} /* 1024px～1280px responsive-close */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .loading_recruit .container .text .main {
    letter-spacing: 6px;
    font-size: 24px;
  }
  .loading_recruit .container .text .main .line {
    -webkit-text-stroke: rgb(220, 220, 220) 1px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .loading_recruit .container .text .main {
    letter-spacing: 5px;
    font-size: 5vw;
  }
  .loading_recruit .container .text .main .line {
    -webkit-text-stroke: rgb(220, 220, 220) 1px;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#recruit_header.header {
  overflow: hidden;
}
#recruit_header.header .container {
  margin: 0 auto 0;
  height: 100vh;
}
#recruit_header.header .container video {
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
#recruit_header.header .container video::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: rgba(2, 56, 87, 0.25);
  content: "";
  opacity: 0.5;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024pxまでのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  #recruit_header .header .container {
    max-width: 100%;
    margin: 0 auto 0;
  }
  #recruit_header .header .container nav {
    padding: 30px 2% 0 2%;
  }
  #recruit_header .header .container nav.fixed {
    padding: 25px 2% 30px 2%;
  }
  #recruit_header .header .container nav .logo {
    line-height: 0;
    width: 170px;
  }
  #recruit_header .header .container nav .logo.fixed {
    width: 80px;
    margin-bottom: 10px;
  }
  #recruit_header .header .container nav .logo a {
    opacity: unset;
  }
  #recruit_header .header .container nav .logo img {
    position: absolute;
    left: 0;
    top: -20px;
    transition: opacity 0.5s;
    width: 65px;
  }
  #recruit_header .header .container nav .gnav-list {
    display: none;
    position: absolute;
    top: 60px; /* ヘッダー高さに合わせて調整 */
    left: 0;
    width: 100%;
    flex-direction: column;
    z-index: 1000;
  }
  #recruit_header .header .container nav .gnav-list.active {
    display: flex; /* または block */
    flex-direction: column;
  }
  #recruit_header .header .container .first-view {
    margin: 20px 0 0 0;
    padding: 0 0 0 3%;
  }
  #recruit_header .header .container .first-view .text {
    width: calc(100% - 50vw);
    padding: 50px 0 0 0;
  }
  #recruit_header .header .container .first-view .text h2 .catch {
    line-height: 1.25;
    letter-spacing: 5px;
    font-size: 60px;
  }
  #recruit_header .header .container .first-view .text h1 .catch {
    letter-spacing: 2px;
    font-size: 26px;
  }
  #recruit_header .header .container .first-view .text ul {
    width: 120%;
    margin: 30px 0 0 0;
  }
  #recruit_header .header .container .first-view .text ul li {
    background-size: 18px auto;
    font-size: 18px;
    padding: 5px 20px 5px 28px;
  }
  #recruit_header .header .container .first-view .text .sentence {
    margin: 10px 0 0 0;
  }
  #recruit_header .header .container .first-view .text .sentence p {
    line-height: 2;
    font-size: 16px;
    padding: 10px 0 10px 0;
  }
} /* 1024px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 MAINVISUAL 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#recruit_mainvisual .container .main-view {
  margin: 20px auto 0;
  padding: 0;
  max-width: 1920px;
}
#recruit_mainvisual .container .main-view .text {
  color: #fff;
  width: 100%;
  max-width: 1920px;
  padding: 0 0 0 3%;
  position: absolute;
  bottom: 40%;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4705882353);
  z-index: 2;
}
#recruit_mainvisual .container .main-view .text h2 .catch {
  font-family: "Noto Sans JP";
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 5px;
  font-size: 64px;
}
#recruit_mainvisual .container .main-view .text h1 .catch {
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 47px;
  margin-top: 42px;
  margin-left: 0.5%;
}
#recruit_mainvisual .container .main-view .text ul {
  margin: 30px 0 0 0;
}
#recruit_mainvisual .container .main-view .text ul li {
  background: url(../images/verify.svg) no-repeat 0 center;
  background-size: 20px auto;
  font-size: 20px;
  padding: 5px 20px 5px 30px;
}
#recruit_mainvisual .container .main-view .text .sentence {
  margin: 10px 0 0 0;
}
#recruit_mainvisual .container .main-view .text .sentence p {
  line-height: 2;
  font-size: 18px;
  padding: 10px 0 10px 0;
}
#recruit_mainvisual .container .main-view .mv_scroll {
  position: absolute;
  left: 50%;
  bottom: 0;
  letter-spacing: 0.2em;
}
#recruit_mainvisual .container .main-view .mv_scroll .mv_scroll-text {
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
  color: #ffffff;
  text-transform: uppercase;
}
#recruit_mainvisual .container .main-view .mv_scroll .mv_scroll-bar {
  width: 2px;
  height: 50px;
  background: #ffffff;
  margin-inline: auto;
  animation: bar 3s ease-in-out infinite;
}
@keyframes bar {
  0% {
    clip-path: inset(0% 0% 100% 0%);
  }
  50% {
    clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    clip-path: inset(100% 0% 0% 0%);
  }
}
#recruit_mainvisual .container .main-view .top-sec01__btn {
  position: absolute;
  bottom: -60%;
  left: 76%;
  z-index: 1;
}
#recruit_mainvisual .container .main-view .btn-link01 {
  background: -webkit-linear-gradient(left top, #004cb8, #2dd2ff);
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.24em;
  line-height: 1.42;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  height: 3.8rem;
  text-decoration: none;
  position: relative;
  width: 18.3rem;
  transition: all 0.5s;
}
#recruit_mainvisual .container .main-view .btn-link01:hover {
  background: -webkit-linear-gradient(left top, #ffd000, #eb6112);
}
#recruit_mainvisual .container .main-view .btn-link01.arrow {
  justify-content: flex-start;
  padding: 0 4rem;
}
#recruit_mainvisual .container .main-view .btn-link01.arrow::before {
  content: "";
  width: 1rem;
  height: 100%;
  background: url(https://techpro-j.com/images/recruit/icon_right_link_white.svg) right center no-repeat;
  background-size: 1rem auto;
  position: absolute;
  right: 3.3rem;
  top: 0;
  z-index: 3;
}
#recruit_mainvisual .container .main-view .btn-link01.en-font {
  text-transform: uppercase;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024pxまでのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  #recruit_mainvisual .container .main-view {
    margin: 0 auto 0;
    padding: 0;
    max-width: 100%;
  }
  #recruit_mainvisual .container .main-view .text {
    color: #fff;
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 5%;
    position: absolute;
    bottom: 50%;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4705882353);
    z-index: 2;
  }
  #recruit_mainvisual .container .main-view .text h2 .catch {
    font-family: "Noto Sans JP";
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 5px;
    font-size: 7vw;
  }
  #recruit_mainvisual .container .main-view .text h1 .catch {
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 4.5vw;
    margin-top: 42px;
    margin-left: 0.5%;
  }
  #recruit_mainvisual .container .main-view .text ul {
    margin: 30px 0 0 0;
  }
  #recruit_mainvisual .container .main-view .text ul li {
    background: url(../images/verify.svg) no-repeat 0 center;
    background-size: 20px auto;
    font-size: 20px;
    padding: 5px 20px 5px 30px;
  }
  #recruit_mainvisual .container .main-view .text .sentence {
    margin: 10px 0 0 0;
  }
  #recruit_mainvisual .container .main-view .text .sentence p {
    line-height: 2;
    font-size: 18px;
    padding: 10px 0 10px 0;
  }
  #recruit_mainvisual .container .main-view .mv_scroll {
    position: absolute;
    left: 40%;
    bottom: 0;
    letter-spacing: 0.2em;
  }
  #recruit_mainvisual .container .main-view .mv_scroll .mv_scroll-text {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    color: #ffffff;
    text-transform: uppercase;
  }
  #recruit_mainvisual .container .main-view .mv_scroll .mv_scroll-bar {
    width: 2px;
    height: 50px;
    background: #ffffff;
    margin-inline: auto;
    animation: bar 3s ease-in-out infinite;
  }
  @keyframes bar {
    0% {
      clip-path: inset(0% 0% 100% 0%);
    }
    50% {
      clip-path: inset(0% 0% 0% 0%);
    }
    100% {
      clip-path: inset(100% 0% 0% 0%);
    }
  }
  #recruit_mainvisual .container .main-view .top-sec01__btn {
    position: absolute;
    bottom: -70%;
    left: 38%;
    z-index: 9999;
  }
  #recruit_mainvisual .container .main-view .btn-link01 {
    background: -webkit-linear-gradient(left top, #004cb8, #2dd2ff);
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.24em;
    line-height: 1.42;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    height: 3.8rem;
    text-decoration: none;
    position: relative;
    width: 18.3rem;
    transition: all 0.5s;
  }
  #recruit_mainvisual .container .main-view .btn-link01:hover {
    background: -webkit-linear-gradient(left top, #ffd000, #eb6112);
  }
  #recruit_mainvisual .container .main-view .btn-link01.arrow {
    justify-content: flex-start;
    padding: 0 4rem;
  }
  #recruit_mainvisual .container .main-view .btn-link01.arrow::before {
    content: "";
    width: 1rem;
    height: 100%;
    background: url(https://techpro-j.com/images/recruit/icon_right_link_white.svg) right center no-repeat;
    background-size: 1rem auto;
    position: absolute;
    right: 3.3rem;
    top: 0;
    z-index: 3;
  }
  #recruit_mainvisual .container .main-view .btn-link01.en-font {
    text-transform: uppercase;
  }
}
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: iPad PRO、iPad Air、iPad Mini 縦向きで適用	◆

start----------------------------------------------------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1520px) and (orientation: portrait) {
  #recruit_mainvisual .container .main-view .mv_scroll {
    left: 45%;
  }
  #recruit_mainvisual .container .main-view .top-sec01__btn {
    left: 45%;
  }
}
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: iPad Mini 横向きで適用	◆

start----------------------------------------------------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #recruit_mainvisual .container .main-view .text {
    bottom: 40%;
    padding: 0 0 0 3%;
  }
  #recruit_mainvisual .container .main-view .mv_scroll {
    left: 45%;
  }
  #recruit_mainvisual .container .main-view .top-sec01__btn {
    left: 45%;
    bottom: -45%;
  }
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 about_us 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.about_us {
  overflow: hidden;
  padding: 50px 0 0 0;
  position: relative;
  background: #ffffff;
}
.about_us .container {
  padding: 0 0 0 0;
}
.about_us .container .title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1920px;
  height: auto;
  margin: 0 auto 0;
}
.about_us .container .title .text {
  position: relative;
  z-index: 2;
  padding: 0 0 0 6%;
}
.about_us .container .title .text h3 .catch {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 90px;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(to right, rgb(5, 139, 232) 0%, rgb(8, 183, 251) 30%, rgb(0, 184, 255) 100%) text;
}
.about_us .container .title .text h3 p {
  font-weight: 500;
  margin: -10px 0 0 0;
}
.about_us .container .title .text h4 .catch_title {
  font-size: 40px;
}
.about_us .container .title .text p {
  margin: 30px 0 0 0;
}
.about_us .container .title .text p.catch {
  font-weight: 500;
  line-height: 1.8;
  font-size: 18px;
  width: 35%;
}
.about_us .container .title .thumb {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 60%;
  height: 650px;
}
.about_us .container .title .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024pxまでのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .about_us {
    margin: 0 0 -1px 0;
  }
  .about_us .container {
    padding: 0 0 0 0;
  }
  .about_us .container .title {
    max-width: 1920px;
    height: auto;
    margin: 0 auto 0;
  }
  .about_us .container .title .text {
    background-color: rgba(255, 255, 255, 0.4862745098);
    padding: 2% 6% 3% 6%;
    margin-top: 0;
  }
  .about_us .container .title .text h3 .catch {
    letter-spacing: 1px;
    font-size: 40px;
  }
  .about_us .container .title .text p.sub_title {
    font-size: 14px;
  }
  .about_us .container .title .text h4 {
    margin: 5px 0 5px 0;
  }
  .about_us .container .title .text h4 .catch_title {
    line-height: 1.8;
    font-size: 22px;
  }
  .about_us .container .title .text p.catch {
    margin: 0 0 0 0;
    font-size: 16px;
    width: 100%;
  }
  .about_us .container .title .thumb {
    width: 80%;
    height: 300px;
  }
  .about_us .container .title .thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
} /* ～1024px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 value 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.value {
  overflow: hidden;
  padding: 50px 0 50px 0;
  position: relative;
  background: #ffffff;
}
.value .container {
  max-width: 1920px;
  padding: 4% 6%;
  margin: 0px auto;
  background-color: #eef3f8;
}
.value .container .text {
  position: relative;
}
.value .container .text h3 .catch {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 90px;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(to right, rgb(5, 139, 232) 0%, rgb(8, 183, 251) 30%, rgb(0, 184, 255) 100%) text;
}
.value .container .text h3 p {
  font-weight: 500;
  margin: -10px 0 20px 0;
}
.value .container .value_box {
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  background: #ffffff;
  margin: 30px auto 0;
  width: 100%;
  max-width: 1380px;
}
.value .container .value_box h3 {
  width: calc(100% - 130px);
  padding: 0 30px 0 30px;
}
.value .container .value_box .value_box_second {
  display: flex;
  align-items: center;
  padding: 0 0 0 30px;
  position: relative;
}
.value .container .value_box .value_box_second .thumb {
  line-height: 0;
  width: 20%;
}
.value .container .value_box .value_box_second .thumb img {
  width: 230px;
}
.value .container .value_box .value_box_second .text {
  width: 80%;
  padding: 0 0 0 0;
}
.value .container .value_box .value_box_second .text h3 {
  background: #000;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 33px;
  margin: 3px 0 0 0;
  padding: 0 0 0 0;
}
.value .container .value_box .value_box_second .text h3 .name {
  font-size: 36px;
  font-weight: 900;
  margin-top: 12px;
  display: block;
}
.value .container .value_box .value_box_second .text .sentence {
  margin: 15px 0 0 0;
}
.value .container .value_box .value_box_second .text .sentence p {
  color: #545454;
  line-height: 2;
  font-size: 16px;
  padding: 10px 0 10px 0;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024pxまでのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .value {
    overflow: hidden;
    padding: 50px 0 0 0;
    position: relative;
    background: #ffffff;
  }
  .value .container {
    max-width: 1920px;
    padding: 4% 3% 10% 3%;
    margin: 0px auto;
    background-color: #eef3f8;
  }
  .value .container .text {
    position: relative;
  }
  .value .container .text h3 .catch {
    letter-spacing: 1px;
    font-size: 40px;
  }
  .value .container .text h3 p {
    font-size: 14px;
  }
  .value .container .value_box {
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    background: #ffffff;
    margin: 30px auto 0;
    width: 100%;
    max-width: 1380px;
  }
  .value .container .value_box h3 {
    width: 100%;
    padding: 0 30px 0 30px;
  }
  .value .container .value_box .value_box_second {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 15px 15px 15px;
    position: relative;
  }
  .value .container .value_box .value_box_second .thumb {
    line-height: 0;
    width: 100%;
  }
  .value .container .value_box .value_box_second .thumb img {
    width: 100%;
  }
  .value .container .value_box .value_box_second .text {
    width: 100%;
    padding: 0 0 0 0;
  }
  .value .container .value_box .value_box_second .text h3 {
    background: #000;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 33px;
    margin: 3px 0 0 0;
    padding: 0 0 0 0;
  }
  .value .container .value_box .value_box_second .text h3 .name {
    font-size: 21px;
    font-weight: 900;
    margin-top: 12px;
    display: block;
  }
  .value .container .value_box .value_box_second .text .sentence {
    margin: 0 0 0 0;
  }
  .value .container .value_box .value_box_second .text .sentence p {
    color: #545454;
    line-height: 2;
    font-size: 14px;
    padding: 10px 0 10px 0;
  }
} /* ～1024px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	value : iPad PRO 横向きで適用	◆

start----------------------------------------------------------------------------*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1528px) and (orientation: landscape) {
  .value .container .value_box .value_box_second .text h3 .name {
    font-size: 30px;
  }
}
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: iPad Mini 横向きで適用	◆

start----------------------------------------------------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .value .container .text h3 .catch {
    font-size: 70px;
  }
  .value .container .value_box .value_box_second .thumb {
    width: 50%;
  }
  .value .container .value_box .value_box_second .text {
    text-align: center;
  }
  .value .container .value_box .value_box_second .text h3 .name {
    font-size: 28px;
  }
  .value .container .value_box .value_box_second .text .sentence p {
    font-size: 16px;
  }
}
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: iPad PRO、iPad Air、iPad Mini 縦向きで適用	◆

start----------------------------------------------------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1520px) and (orientation: portrait) {
  .about_us .container .title .text h3 .catch {
    font-size: 70px;
  }
  .value .container .text h3 .catch {
    font-size: 70px;
  }
  .value .container .value_box .value_box_second .thumb {
    width: 50%;
  }
  .value .container .value_box .value_box_second .text {
    text-align: center;
  }
  .value .container .value_box .value_box_second .text h3 .name {
    font-size: 28px;
  }
  .value .container .value_box .value_box_second .text .sentence p {
    font-size: 16px;
  }
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 position 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.position_recruit {
  overflow: hidden;
  padding: 50px 0 50px 0;
  position: relative;
  background: #ffffff;
}
.position_recruit .container {
  max-width: 1920px;
  padding: 4% 6%;
  margin: 0px auto;
}
.position_recruit .container .text {
  position: relative;
}
.position_recruit .container .text h3 .catch {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 90px;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(to right, rgb(5, 139, 232) 0%, rgb(8, 183, 251) 30%, rgb(0, 184, 255) 100%) text;
}
.position_recruit .container .text h3 p {
  font-weight: 500;
  margin: -10px 0 20px 0;
}
.position_recruit .container .card_wrap {
  background-color: #fff;
  background-clip: border-box;
  border: 0;
  border-radius: 0.25rem;
  box-shadow: 0 10px 20px #ccc;
  transition: 0.5s;
  max-width: 1380px;
  margin: 0 auto 50px;
  overflow: hidden;
}
.position_recruit .container .card_wrap .card {
  display: flex;
  align-items: center;
  padding: 1rem;
  width: 1380px;
  justify-content: space-between;
}
.position_recruit .container .card_wrap .card:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.position_recruit .container .card_wrap .card .pic-image {
  height: 325px;
  width: 50%;
  overflow: hidden;
}
.position_recruit .container .card_wrap .card .pic-image img {
  transition: all 0.3s;
}
.position_recruit .container .card_wrap .card .card-box {
  width: 50%;
  text-align: center;
}
.position_recruit .container .card_wrap .card .card-box .card-title {
  font-size: 2rem;
  font-weight: bold;
  transition: all 0.3s;
}

.card-link {
  color: #333;
  text-decoration: none;
}
.card-link:hover .card {
  box-shadow: 0 5px 10px #ccc;
}

.accordion {
  border-radius: 25px;
  background-color: #fff;
}
.accordion summary {
  display: flex;
  align-items: center;
  position: relative;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.accordion summary::-webkit-details-marker {
  display: none;
}
.accordion:hover .card-title {
  color: #058be8;
  transform: scale(1.1);
}
.accordion[open] summary::after {
  transform: rotate(225deg);
}
.accordion h4 {
  font-size: 24px;
  color: #058be8;
  padding: 25px 25px 10px 0;
  margin: 0 50px 25px 50px;
  border-bottom: 2px solid #058be8;
}
.accordion p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 4em 0 4em;
  color: #333333;
  transition: transform 0.5s, opacity 0.5s;
}
.accordion[open] p {
  transform: none;
  opacity: 1;
}
.accordion .position_tb {
  margin: 0 0 0 64px;
  color: #333;
}
.accordion .position_fukuri {
  margin: 0 0 24px 64px;
  color: #333;
}
.accordion .position_tb2 {
  margin: 0 0 0 83px;
  color: #333;
}
.accordion .position_tb3 {
  margin: -24px 0 0 83px;
  color: #333;
}
.accordion .f14 {
  font-size: 16px;
  color: #333;
  letter-spacing: 1.6px;
  padding: 0 0 0 20px;
}
.accordion .mt20ml64 {
  margin: 20px 0 0 64px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024pxまでのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .position_recruit {
    overflow: hidden;
    padding: 0 0 0 0;
    margin: 0 0 -1px 0;
    position: relative;
    background: #ffffff;
  }
  .position_recruit .container {
    max-width: 1920px;
    padding: 4% 3%;
    margin: 0px auto;
  }
  .position_recruit .container .text {
    position: relative;
  }
  .position_recruit .container .text h3 .catch {
    letter-spacing: 1px;
    font-size: 40px;
  }
  .position_recruit .container .text h3 p {
    font-size: 14px;
  }
  .position_recruit .container .card_wrap {
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 0.25rem;
    box-shadow: 0 10px 20px #ccc;
    transition: 0.5s;
    max-width: 1380px;
    margin: 0 auto 50px;
    overflow: hidden;
  }
  .position_recruit .container .card_wrap .card {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 1rem;
    width: 100%;
    justify-content: space-between;
  }
  .position_recruit .container .card_wrap .card:hover img {
    transform: unset;
    transition: unset;
  }
  .position_recruit .container .card_wrap .card .pic-image {
    height: auto;
    width: 100%;
    overflow: hidden;
  }
  .position_recruit .container .card_wrap .card .pic-image img {
    transition: all 0.3s;
  }
  .position_recruit .container .card_wrap .card .card-box {
    width: 100%;
    text-align: center;
    margin: 10px 0 0 0;
  }
  .position_recruit .container .card_wrap .card .card-box .card-title {
    font-size: 1.2rem;
    font-weight: bold;
    transition: all 0.3s;
  }
  .card-link {
    color: #333;
    text-decoration: none;
  }
  .card-link:hover .card {
    box-shadow: unset;
  }
  .accordion {
    border-radius: 25px;
    background-color: #fff;
  }
  .accordion summary {
    display: flex;
    align-items: center;
    position: relative;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
  }
  .accordion summary::-webkit-details-marker {
    display: none;
  }
  .accordion:hover .card-title {
    color: #000;
    transform: unset;
  }
  .accordion[open] summary::after {
    transform: rotate(225deg);
  }
  .accordion h4 {
    font-size: 24px;
    color: #058be8;
    padding: 25px 25px 10px 0;
    margin: 0 15px 25px 15px;
    border-bottom: 2px solid #058be8;
  }
  .accordion p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0.3em 15px 1.5em 15px;
    color: #333333;
    transition: transform 0.5s, opacity 0.5s;
    font-size: 14px;
  }
  .accordion[open] p {
    transform: none;
    opacity: 1;
    padding-bottom: 0;
  }
  .accordion .position_tb {
    font-size: 14px;
    margin: 0 15px 0 15px;
  }
  .accordion .position_tb td {
    vertical-align: top;
  }
  .accordion .position_fukuri {
    font-size: 14px;
    margin: 0 15px 10px 15px;
  }
  .accordion .position_fukuri td {
    vertical-align: top;
  }
  .accordion .position_tb2 {
    font-size: 14px;
    margin: 0 15px 0 33px;
  }
  .accordion .position_tb2 td {
    vertical-align: top;
  }
  .accordion .position_tb3 {
    font-size: 14px;
    margin: -12px 15px 0 33px;
  }
  .accordion .position_tb3 td {
    vertical-align: top;
  }
  .accordion .f14 {
    font-size: 14px;
    color: #333;
    letter-spacing: -0.5px;
    padding: 0 0 0 18px;
  }
  .accordion .mt20ml64 {
    margin: 15px 0 0 15px;
  }
  .palt {
    font-feature-settings: "palt";
  }
  .ls {
    letter-spacing: -0.5px;
  }
} /* 1024px responsive-closed */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: iPad Mini 横向きで適用	◆

start----------------------------------------------------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .position_recruit .container .text h3 .catch {
    font-size: 70px;
  }
}
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: iPad PRO、iPad Air、iPad Mini 縦向きで適用	◆

start----------------------------------------------------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1520px) and (orientation: portrait) {
  .position_recruit .container .text h3 .catch {
    font-size: 70px;
  }
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 culture 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.culture {
  overflow: hidden;
  padding: 50px 0 50px 0;
  position: relative;
  background: #ffffff;
}
.culture .container {
  max-width: 1920px;
  padding: 4% 6%;
  margin: 0px auto;
}
.culture .container .text {
  position: relative;
}
.culture .container .text h3 .catch {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 90px;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(to right, rgb(5, 139, 232) 0%, rgb(8, 183, 251) 30%, rgb(0, 184, 255) 100%) text;
}
.culture .container .text h3 p {
  font-weight: 500;
  margin: -10px 0 20px 0;
}
.culture .container .threeColumns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.culture .container .threeColumns .column {
  width: 32%;
  padding: 40px 40px 40px 40px;
  margin-bottom: 30px;
  font-size: 16px;
  background: #eef3f8;
  color: #333;
  font-weight: normal;
}
.culture .container .threeColumns .column .image {
  width: 100px;
  margin-bottom: 25px;
  margin: auto;
}
.culture .container .threeColumns .column .title {
  font-size: 24px;
  margin: 25px 0;
  text-align: center;
  font-weight: bold;
}
.culture .container .threeColumns .column p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.8;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .culture {
    overflow: hidden;
    padding: 0 0 50px 0;
    margin: 0 0 -1px 0;
    position: relative;
    background: #ffffff;
  }
  .culture .container {
    max-width: 1920px;
    padding: 4% 6%;
    margin: 0px auto;
  }
  .culture .container .text {
    position: relative;
  }
  .culture .container .text h3 .catch {
    letter-spacing: 1px;
    font-size: 40px;
  }
  .culture .container .text h3 p {
    font-size: 14px;
  }
  .culture .container .threeColumns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
  }
  .culture .container .threeColumns .column {
    width: 100%;
    padding: 20px 20px 20px 20px;
    margin-bottom: 30px;
    font-size: 16px;
    background: #eef3f8;
    color: #333;
    font-weight: normal;
  }
  .culture .container .threeColumns .column .image {
    width: 100px;
    margin-bottom: 25px;
    margin: auto;
  }
  .culture .container .threeColumns .column .title {
    font-size: 21px;
    margin: 25px 0;
    text-align: center;
    font-weight: bold;
  }
  .culture .container .threeColumns .column p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.8;
  }
} /* ～1024px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: iPad Mini 横向きで適用	◆

start----------------------------------------------------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .culture .container .text h3 .catch {
    font-size: 70px;
  }
  .culture .container .threeColumns .column .title {
    font-size: 26px;
  }
  .culture .container .threeColumns .column p {
    font-size: 16px;
    text-align: center;
  }
}
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: iPad PRO、iPad Air、iPad Mini 縦向きで適用	◆

start----------------------------------------------------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1520px) and (orientation: portrait) {
  .culture .container .text h3 .catch {
    font-size: 70px;
  }
  .culture .container .threeColumns .column .title {
    font-size: 26px;
  }
  .culture .container .threeColumns .column p {
    font-size: 16px;
    text-align: center;
  }
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 FAQ 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.faq {
  overflow: hidden;
  padding: 50px 0 50px 0;
  position: relative;
  background: #ffffff;
}
.faq .container {
  max-width: 1920px;
  padding: 4% 6%;
  margin: 0px auto;
}
.faq .container .text {
  position: relative;
}
.faq .container .text h3 .catch {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 90px;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(to right, rgb(5, 139, 232) 0%, rgb(8, 183, 251) 30%, rgb(0, 184, 255) 100%) text;
}
.faq .container .text h3 p {
  font-weight: 500;
  margin: -10px 0 20px 0;
}
.faq .container .faq-list__item {
  max-width: 1080px;
  margin: auto;
}
.faq .container .faq-list__item .col-1 {
  vertical-align: top;
}
.faq .container .faq-list__item .col-1 .component-1 {
  font-size: 24px;
  letter-spacing: 1.8px;
  color: #0589e8;
  font-weight: 600;
  padding: 25px 0px;
}
.faq .container .faq-list__item .col-1 .component-1::before {
  content: "Q.";
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.25;
}
.faq .container .faq-list__item .col-1 .component-2 {
  font-size: 18px;
  letter-spacing: 1.35px;
  padding-bottom: 2.5rem;
  line-height: 1.6;
  border-bottom: 3px solid #e6e6e6;
}
.faq .container .faq-list__item .col-1 .component-2::before {
  color: #1a1a1a;
  content: "A.";
  font-family: "Hiragino Kaku Gothic Pro";
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.6666666667;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024pxまでのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .faq {
    overflow: hidden;
    padding: 0 0 50px 0;
    margin: 0 0 -1px 0;
    position: relative;
    background: #ffffff;
  }
  .faq .container {
    max-width: 1920px;
    padding: 4% 6%;
    margin: 0px auto;
  }
  .faq .container .text {
    position: relative;
  }
  .faq .container .text h3 .catch {
    letter-spacing: 1px;
    font-size: 40px;
  }
  .faq .container .text h3 p {
    font-size: 14px;
  }
  .faq .container .faq-list__item {
    max-width: 1080px;
    margin: auto;
  }
  .faq .container .faq-list__item .qa {
    max-width: 1080px;
    margin-bottom: 5px;
    border-bottom: 2px solid #e6e6e6;
    padding: 5px 0 5px 0;
  }
  .faq .container .faq-list__item .qa summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 10px 5px 15px 30px;
    color: #0589e8;
    font-weight: 600;
    cursor: pointer;
  }
  .faq .container .faq-list__item .qa summary::before {
    position: absolute;
    left: 0;
    font-weight: 600;
    font-size: 1.3em;
    color: #0589e8;
    content: "Q.";
  }
  .faq .container .faq-list__item .qa summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid rgba(51, 51, 51, 0.7019607843);
    border-right: 3px solid rgba(51, 51, 51, 0.7019607843);
    content: "";
    transition: transform 0.5s;
  }
  .faq .container .faq-list__item .qa p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 5px 5px 15px 25px;
    color: #333;
    transition: transform 0.5s, opacity 0.5s;
    font-size: 14px;
  }
  .faq .container .faq-list__item .qa p::before {
    position: absolute;
    left: 0;
    font-weight: 600;
    font-size: 1.3em;
    color: #000;
    line-height: 1.2;
    content: "A";
  }
  .faq .container .faq-list__item .qa[open] summary::after {
    transform: rotate(225deg);
  }
  .faq .container .faq-list__item .qa[open] p {
    transform: none;
    opacity: 1;
  }
  summary::-webkit-details-marker {
    /* Safariで表示されるデフォルトの三角形アイコンを消します */
    display: none;
  }
} /* ～1024px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: iPad Mini 横向きで適用	◆

start----------------------------------------------------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .faq .container .text h3 .catch {
    font-size: 70px;
  }
}
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: iPad PRO、iPad Air、iPad Mini 縦向きで適用	◆

start----------------------------------------------------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1520px) and (orientation: portrait) {
  .faq .container .text h3 .catch {
    font-size: 70px;
  }
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 entryボタン 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.entry {
  overflow: hidden;
  padding: 0 0 50px 0;
  position: relative;
  background: #ffffff;
}
.entry .container {
  max-width: 1920px;
  padding: 4% 6%;
  margin: 0px auto;
}
.entry .container .entry__btn {
  text-align: center;
}
.entry .container .entry__btn .btn-link01 {
  background: -webkit-linear-gradient(left top, #004cb8, #2dd2ff);
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.24em;
  line-height: 1.42;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  height: 6rem;
  text-decoration: none;
  position: relative;
  width: 18.3rem;
  transition: all 0.5s;
}
.entry .container .entry__btn .btn-link01:hover {
  background: -webkit-linear-gradient(left top, #ffd000, #eb6112);
}
.entry .container .entry__btn .arrow {
  justify-content: flex-start;
  padding: 0 4rem;
}
.entry .container .entry__btn .arrow::before {
  content: "";
  width: 1rem;
  height: 100%;
  background: url(https://techpro-j.com/images/recruit/icon_right_link_white.svg) right center no-repeat;
  background-size: 1rem auto;
  position: absolute;
  right: 3.3rem;
  top: 0;
  z-index: 3;
}
.entry .container .entry__btn .en-font {
  text-transform: uppercase;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024pxまでのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .entry {
    overflow: hidden;
    padding: 0 0 50px 0;
    position: relative;
    background: #ffffff;
  }
  .entry .container {
    max-width: 1920px;
    padding: 4% 6%;
    margin: 0px auto;
  }
  .entry .container .entry__btn {
    text-align: center;
  }
  .entry .container .entry__btn .btn-link01 {
    font-size: 20px;
    height: 55px;
    width: 240px;
  }
  .entry .container .entry__btn .btn-link01:hover {
    background: -webkit-linear-gradient(left top, #004cb8, #2dd2ff);
  }
  .entry .container .entry__btn .arrow {
    justify-content: center;
    padding: 0;
  }
  .entry .container .entry__btn .arrow::before {
    width: 0.8rem;
    right: 1.3rem;
  }
} /* ～1024px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 entryform.html 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.page-header-title.entryform::before {
  position: absolute;
  width: 100%;
  height: 463px;
  background-color: rgba(0, 50, 78, 0.45);
  content: "";
  opacity: 0.4;
}
.page-header-title .recruit-img {
  width: 100%;
  height: 463px;
  background-image: url(https://techpro-j.com/images/recruit/mainvisual.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center -259px;
}
.page-header-title .page-title-area {
  height: 400px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  padding: 0 0 0 5%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-header-title .page-title-area h1.page-title .en {
  display: block;
  font-family: "Roboto";
  font-size: 100px;
  font-weight: 500;
  line-height: 130%;
}
.page-header-title .page-title-area h1.page-title .ja {
  display: block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.entry_body {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 180px;
}
.entry_body .catchcopy {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 30px 0 0 0;
}
.entry_body .lead {
  font-size: 18px;
  line-height: 2.5;
  text-align: center;
  margin: 60px 0;
}
.entry_body .entry_form {
  background: #fff;
  padding: 80px 100px 100px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.entry_body .entry_form .wpcf7 input::-moz-placeholder {
  color: #888;
  font-weight: 500;
}
.entry_body .entry_form .wpcf7 input::placeholder {
  color: #888;
  font-weight: 500;
}
.entry_body .entry_form .wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}
.entry_body .entry_form .form-group {
  margin-bottom: 30px;
}
.entry_body .entry_form .form-group .form_ttl_area {
  display: block;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}
.entry_body .entry_form .form-group .form_ttl_area .required {
  margin-left: 5px;
  padding: 1px 4px 4px;
  border-radius: 3px;
  background: #0589e8;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1;
}
.entry_body .entry_form .form-group .wpcf7-form-control-wrap {
  position: relative;
  display: block;
  margin-top: 15px;
}
.entry_body .entry_form .form-group input[type=tel], .entry_body .entry_form .form-group input[type=text], .entry_body .entry_form .form-group input[type=email], .entry_body .entry_form .form-group textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 4px;
  font-size: 1rem;
  box-sizing: border-box;
}
.entry_body .entry_form .checkbox {
  margin-top: 60px;
}
.entry_body .entry_form .checkbox .privacy-description {
  margin-bottom: 20px;
}
.entry_body .entry_form .checkbox a[href^=http]:after, .entry_body .entry_form .checkbox a[href^="//"]:after {
  margin: 0 0 0 3px;
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 900;
}
.entry_body .entry_form .checkbox-label input[type=checkbox] {
  position: relative;
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  border: 1px solid #ccc;
  margin-right: 10px;
  vertical-align: -9px;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.entry_body .entry_form .checkbox-label input[type=checkbox]:checked {
  background-color: #0589e8;
}
.entry_body .entry_form .checkbox-label input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 3px);
  transform: rotate(45deg);
  width: 7px;
  height: 12px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}
.entry_body .entry_form .form-submit {
  position: relative;
  width: 90%;
  max-width: 200px;
  height: auto;
  margin: 80px auto 0;
  text-align: center;
}
.entry_body .entry_form .form-submit label {
  display: flex;
  align-items: center;
  width: 120px;
  gap: 10px;
  cursor: pointer;
}
.entry_body .entry_form .form-submit .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}
.entry_body .entry_form .form-submit input[type=submit], .entry_body .entry_form .form-submit button {
  position: relative;
  width: 100%;
  padding: 10px;
  border: none;
  background: #0589e8;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 5px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.3s ease;
}
.entry_body .entry_form .form-submit input[type=submit]:hover, .entry_body .entry_form .form-submit .form-submit button:hover {
  background: #48b3ff;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024pxまでのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .page-header-title.entryform::before {
    height: 200px;
  }
  .page-header-title .recruit-img {
    height: 200px;
    background-attachment: unset;
    background-position: unset;
  }
  .page-header-title .page-title-area {
    height: 190px;
  }
  .page-header-title .page-title-area h1.page-title .en {
    line-height: 100%;
  }
  .entry_body {
    width: 100%;
    padding: 0 10px 0 10px;
    margin: 0 auto 0;
  }
  .entry_body .catchcopy {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin: 10px 0 10px 0;
  }
  .entry_body .lead {
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 0 0;
  }
  .entry_body .entry_form {
    background: #fff;
    padding: 20px 10px 40px;
    margin: 0 0 60px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
  }
  .entry_body .entry_form .wpcf7 input::-moz-placeholder {
    color: #888;
    font-weight: 500;
  }
  .entry_body .entry_form .wpcf7 input::placeholder {
    color: #888;
    font-weight: 500;
  }
  .entry_body .entry_form .wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
  }
  .entry_body .entry_form .form-group {
    margin-bottom: 30px;
  }
  .entry_body .entry_form .form-group .form_ttl_area {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }
  .entry_body .entry_form .form-group .form_ttl_area .required {
    margin-left: 5px;
    padding: 1px 4px 4px;
    border-radius: 3px;
    background: #0589e8;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .entry_body .entry_form .form-group .wpcf7-form-control-wrap {
    position: relative;
    display: block;
    margin-top: 15px;
  }
  .entry_body .entry_form .form-group input[type=tel], .entry_body .entry_form .form-group input[type=text], .entry_body .entry_form .form-group input[type=email], .entry_body .entry_form .form-group textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 4px;
    font-size: 1rem;
    box-sizing: border-box;
  }
  .entry_body .entry_form .checkbox {
    margin-top: 60px;
  }
  .entry_body .entry_form .checkbox .privacy-description {
    margin-bottom: 20px;
  }
  .entry_body .entry_form .checkbox-label input[type=checkbox] {
    position: relative;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border: 1px solid #ccc;
    margin-right: 10px;
    vertical-align: -9px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
  }
  .entry_body .entry_form .checkbox-label input[type=checkbox]:checked {
    background-color: #0589e8;
  }
  .entry_body .entry_form .checkbox-label input[type=checkbox]:checked::before {
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 3px);
    transform: rotate(45deg);
    width: 7px;
    height: 12px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
  }
  .entry_body .entry_form .form-submit {
    position: relative;
    width: 90%;
    max-width: 200px;
    height: auto;
    margin: 80px auto 0;
    text-align: center;
  }
  .entry_body .entry_form .form-submit label {
    display: flex;
    align-items: center;
    width: 120px;
    gap: 10px;
    cursor: pointer;
  }
  .entry_body .entry_form .form-submit .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
  }
  .entry_body .entry_form .form-submit input[type=submit], .entry_body .entry_form .form-submit button {
    position: relative;
    width: 100%;
    padding: 10px;
    border: none;
    background: #0589e8;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 5px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.3s ease;
  }
  .entry_body .entry_form .form-submit input[type=submit]:hover, .entry_body .entry_form .form-submit .form-submit button:hover {
    background: #48b3ff;
  }
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 PRIVACY POLICY PAGE-HEADER-TITLE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#privacy .page-header-title.privacy-policy::before {
  position: absolute;
  width: 100%;
  height: 100px;
  background-color: #080808;
  content: "";
}
#privacy .page-header-title .privacy-policy-img {
  width: 100%;
  height: 463px;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#privacy .page-header-title .page-title-area {
  height: 400px;
  display: flex;
  align-items: flex-end;
  color: #000000;
  padding: 0 0 0 5%;
  position: absolute;
  top: 0;
  left: 0;
}
#privacy .page-header-title .page-title-area h1.page-title .en {
  display: block;
  font-family: "Roboto";
  font-size: 100px;
  font-weight: 500;
  line-height: 130%;
}
#privacy .page-header-title .page-title-area h1.page-title .ja {
  display: block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.privacy_cookie_body {
  width: 1080px;
  margin: 0 auto 0;
}
.privacy_cookie_body section + section {
  margin-top: 60px;
}
.privacy_cookie_body h2 {
  margin-bottom: 12px;
  line-height: 1.5;
}
.privacy_cookie_body p {
  line-height: 2;
}
.privacy_cookie_body .lead {
  line-height: 1.8;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 70px;
}
.privacy_cookie_body ul {
  margin-left: 40px;
}
.privacy_cookie_body ul li {
  list-style: disc;
}

ol {
  margin-left: 40px;
  list-style-type: decimal;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  #privacy .page-header-title.privacy-policy::before {
    height: 55px;
  }
  #privacy .page-header-title .privacy-policy-img {
    height: 200px;
  }
  #privacy .page-header-title .page-title-area {
    height: 200px;
  }
  #privacy .page-header-title .page-title-area h1.page-title .en {
    font-size: 48px;
  }
  .privacy_cookie_body {
    width: 100%;
    margin: 50px auto 0;
    padding: 0 10px 0 10px;
  }
  .privacy_cookie_body section + section {
    margin-top: 30px;
  }
  .privacy_cookie_body h2 {
    font-size: 18px;
  }
  .privacy_cookie_body p {
    font-size: 14px;
  }
  .privacy_cookie_body .lead {
    font-size: 14px;
    margin-bottom: 0;
  }
  .privacy_cookie_body ul {
    margin-left: 40px;
    font-size: 14px;
  }
  ol {
    font-size: 14px;
  }
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 PAGE-HEADER-TITLE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#cookie .page-header-title.cookie-policy::before {
  position: absolute;
  width: 100%;
  height: 100px;
  background-color: #080808;
  content: "";
}
#cookie .page-header-title .cookie-policy-img {
  width: 100%;
  height: 463px;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#cookie .page-header-title .page-title-area {
  height: 400px;
  display: flex;
  align-items: flex-end;
  color: #000000;
  padding: 0 0 0 5%;
  position: absolute;
  top: 0;
  left: 0;
}
#cookie .page-header-title .page-title-area h1.page-title .en {
  display: block;
  font-family: "Roboto";
  font-size: 100px;
  font-weight: 500;
  line-height: 130%;
}
#cookie .page-header-title .page-title-area h1.page-title .ja {
  display: block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  #cookie .page-header-title.cookie-policy::before {
    height: 55px;
  }
  #cookie .page-header-title .cookie-policy-img {
    height: 200px;
  }
  #cookie .page-header-title .page-title-area {
    height: 200px;
  }
  #cookie .page-header-title .page-title-area h1.page-title .en {
    font-size: 48px;
  }
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 CONTACT PAGE-HEADER-TITLE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#contact .page-header-title.contact::before {
  position: absolute;
  width: 100%;
  height: 100px;
  background-color: #080808;
  content: "";
}
#contact .page-header-title .contact-img {
  width: 100%;
  height: 463px;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#contact .page-header-title .page-title-area {
  height: 400px;
  display: flex;
  align-items: flex-end;
  color: #000;
  padding: 0 0 0 5%;
  position: absolute;
  top: 0;
  left: 0;
}
#contact .page-header-title .page-title-area h1.page-title .en {
  display: block;
  font-family: "Roboto";
  font-size: 100px;
  font-weight: 500;
  line-height: 130%;
}
#contact .page-header-title .page-title-area h1.page-title .ja {
  display: block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.contact_body {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 180px;
}
.contact_body .contact-form {
  background: #fff;
  padding: 80px 100px 100px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.contact_body .contact-form .wpcf7 input::-moz-placeholder {
  color: #888;
  font-weight: 500;
}
.contact_body .contact-form .wpcf7 input::placeholder {
  color: #888;
  font-weight: 500;
}
.contact_body .contact-form .wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}
.contact_body .contact-form .form-group {
  margin-bottom: 30px;
}
.contact_body .contact-form .form-group .form_ttl_area {
  display: block;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}
.contact_body .contact-form .form-group .form_ttl_area .required {
  margin-left: 5px;
  padding: 1px 4px 4px;
  border-radius: 3px;
  background: #0589e8;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1;
}
.contact_body .contact-form .form-group .wpcf7-form-control-wrap {
  position: relative;
  display: block;
  margin-top: 15px;
}
.contact_body .contact-form .form-group input[type=tel], .contact_body .contact-form .form-group input[type=text], .contact_body .contact-form .form-group input[type=email], .contact_body .contact-form .form-group textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 4px;
  font-size: 1rem;
  box-sizing: border-box;
}
.contact_body .contact-form .checkbox {
  margin-top: 60px;
}
.contact_body .contact-form .checkbox .privacy-description {
  margin-bottom: 20px;
}
.contact_body .contact-form .checkbox a[href^=http]:after, .contact_body .contact-form .checkbox a[href^="//"]:after {
  margin: 0 0 0 3px;
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 900;
}
.contact_body .contact-form .checkbox-label input[type=checkbox] {
  position: relative;
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  border: 1px solid #ccc;
  margin-right: 10px;
  vertical-align: -9px;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.contact_body .contact-form .checkbox-label input[type=checkbox]:checked {
  background-color: #0589e8;
}
.contact_body .contact-form .checkbox-label input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 3px);
  transform: rotate(45deg);
  width: 7px;
  height: 12px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}
.contact_body .contact-form .form-submit {
  position: relative;
  width: 90%;
  max-width: 200px;
  height: auto;
  margin: 80px auto 0;
  text-align: center;
}
.contact_body .contact-form .form-submit label {
  display: flex;
  align-items: center;
  width: 120px;
  gap: 10px;
  cursor: pointer;
}
.contact_body .contact-form .form-submit .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}
.contact_body .contact-form .form-submit input[type=submit], .contact_body .contact-form .form-submit button {
  position: relative;
  width: 100%;
  padding: 10px;
  border: none;
  background: #0589e8;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 5px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.3s ease;
}
.contact_body .contact-form .form-submit input[type=submit]:hover, .contact_body .contact-form .form-submit .form-submit button:hover {
  background: #48b3ff;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  #contact .page-header-title.contact::before {
    height: 55px;
  }
  #contact .page-header-title .contact-img {
    height: 170px;
  }
  #contact .page-header-title .page-title-area {
    height: 170px;
  }
  #contact .page-header-title .page-title-area h1.page-title .en {
    font-size: 60px;
  }
  .contact_body {
    margin: 10px auto 60px;
  }
  .contact_body .contact-form {
    background: #fff;
    padding: 20px 10px 40px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
  }
  .contact_body .contact-form .wpcf7 input::-moz-placeholder {
    color: #888;
    font-weight: 500;
  }
  .contact_body .contact-form .wpcf7 input::placeholder {
    color: #888;
    font-weight: 500;
  }
  .contact_body .contact-form .wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
  }
  .contact_body .contact-form .form-group {
    margin-bottom: 30px;
  }
  .contact_body .contact-form .form-group .form_ttl_area {
    display: block;
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
  }
  .contact_body .contact-form .form-group .form_ttl_area .required {
    margin-left: 5px;
    padding: 1px 4px 4px;
    border-radius: 3px;
    background: #0589e8;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1;
  }
  .contact_body .contact-form .form-group .wpcf7-form-control-wrap {
    position: relative;
    display: block;
    margin-top: 15px;
  }
  .contact_body .contact-form .form-group input[type=tel], .contact_body .contact-form .form-group input[type=text], .contact_body .contact-form .form-group input[type=email], .contact_body .contact-form .form-group textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 4px;
    font-size: 1rem;
    box-sizing: border-box;
  }
  .contact_body .contact-form .checkbox {
    margin-top: 60px;
  }
  .contact_body .contact-form .checkbox .privacy-description {
    margin-bottom: 20px;
  }
  .contact_body .contact-form .checkbox-label input[type=checkbox] {
    position: relative;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border: 1px solid #ccc;
    margin-right: 10px;
    vertical-align: -9px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
  }
  .contact_body .contact-form .checkbox-label input[type=checkbox]:checked {
    background-color: #0589e8;
  }
  .contact_body .contact-form .checkbox-label input[type=checkbox]:checked::before {
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 3px);
    transform: rotate(45deg);
    width: 7px;
    height: 12px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
  }
  .contact_body .contact-form .form-submit {
    position: relative;
    width: 90%;
    max-width: 200px;
    height: auto;
    margin: 80px auto 0;
    text-align: center;
  }
  .contact_body .contact-form .form-submit label {
    display: flex;
    align-items: center;
    width: 120px;
    gap: 10px;
    cursor: pointer;
  }
  .contact_body .contact-form .form-submit .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
  }
  .contact_body .contact-form .form-submit input[type=submit], .contact_body .contact-form .form-submit button {
    position: relative;
    width: 100%;
    padding: 10px;
    border: none;
    background: #0589e8;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 5px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.3s ease;
  }
  .contact_body .contact-form .form-submit input[type=submit]:hover, .contact_body .contact-form .form-submit .form-submit button:hover {
    background: #48b3ff;
  }
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 PRIVACY POLICY PAGE-HEADER-TITLE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#p404 .page-header-title.p404::before {
  position: absolute;
  width: 100%;
  height: 100px;
  background-color: #080808;
  content: "";
}
#p404 .page-header-title .p404-img {
  width: 100%;
  height: 200px;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#p404 .page-header-title .page-title-area {
  height: 400px;
  display: flex;
  align-items: flex-end;
  color: #000000;
  padding: 0 0 0 5%;
  position: absolute;
  top: 0;
  left: 0;
}
#p404 .page-header-title .page-title-area h1.page-title .en {
  display: block;
  font-family: "Roboto";
  font-size: 100px;
  font-weight: 500;
  line-height: 130%;
}
#p404 .page-header-title .page-title-area h1.page-title .ja {
  display: block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.p404_body {
  width: 1080px;
  margin: 0 auto 200px;
  margin-top: 60px;
}
.p404_body h2 {
  margin-bottom: 12px;
  line-height: 1.5;
}
.p404_body p {
  line-height: 2;
}

/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 Property header〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.page-header#bukken .container nav {
  padding: 0;
}
.page-header#bukken .container nav.gnav ul.gnav-list li.login_btn {
  background-color: #00A0E9;
  padding: 20px 40px 15px;
  margin: 0 0 0 0;
}
.page-header#bukken .container nav.gnav ul.gnav-list li.mypage_btn {
  background-color: #005AA0;
  padding: 20px 30px 15px;
}

/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 Property PAGE-HEADER-TITLE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#property .page-header-title.property::before {
  position: absolute;
  width: 100%;
  height: 463px;
  background-color: rgba(0, 50, 78, 0.45);
  content: "";
  opacity: 0.4;
}
#property .page-header-title .property-img {
  width: 100%;
  height: 463px;
  background-image: url(../images/property/istockphoto-2148675525-1024x1024.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center -259px;
}
#property .page-header-title .page-title-area {
  height: 400px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  padding: 0 0 0 5%;
  position: absolute;
  top: 0;
  left: 0;
}
#property .page-header-title .page-title-area h1.page-title .en {
  display: block;
  font-family: "Roboto";
  font-size: 100px;
  font-weight: 500;
  line-height: 130%;
}
#property .page-header-title .page-title-area h1.page-title .ja {
  display: block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 property_body 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.property_body .container {
  max-width: 1920px;
  padding: 60px 0 0 0;
  margin: 0 auto 0;
}
.property_body .container .property_title h2 {
  position: relative;
  margin-bottom: 0.2rem;
  color: #000;
}
.property_body .container .property_title h2::before {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  color: #f0f0f0;
  font-size: 137px;
  text-transform: uppercase;
  content: "properties";
  z-index: -1;
}
.property_body .container .property_title h2 .catch {
  font-size: 40px;
  text-align: center;
  margin: 60px 0 120px;
}
.property_body .container .property_title .box-wrapper {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.property_body .container .property_title .box-wrapper .flex {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-box {
  position: relative;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-box select#area {
  margin: 10px 0;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-box #floating-box {
  bottom: 0;
  margin-left: -20px;
  margin-bottom: -20px;
  width: 348px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-box #floating-box button.clear_btn {
  margin: 20px auto 0;
  border: 1px solid #375A9A;
  background: #375A9A;
  width: 52%;
  height: 44px;
  font-size: 1.1rem;
  padding: 0;
  font-weight: bold;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-box h5.search-box-title {
  position: relative;
  border-bottom: solid 6px #00A0E9;
  width: 346px;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-box h5.search-box-title::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 6px #005AA0;
  bottom: -6px;
  width: 20%;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-box h5.search-box-title.sizes {
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 16px;
  margin-top: 0;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-box form.SPform {
  background-color: #EDF1F5;
  padding: 0 20px 0;
  width: 348px;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-box form.SPform h5 {
  padding-top: 20px;
  margin: 0;
  font-size: 1em;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-box form.SPform .custom-checkbox {
  color: #111;
  font-size: 16px;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-box form.SPform .custom-checkbox .SPform-area-child {
  margin-bottom: 5px;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-box form.SPform .custom-checkbox .SPform-area-child:first-of-type > .SPform-area-child-title {
  margin: 10px 0;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-box form.SPform .custom-checkbox .SPform-area-child label {
  position: relative;
  cursor: pointer;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-box form.SPform .custom-checkbox .SPform-area-child label .dot {
  display: inline-block;
  vertical-align: top;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-box form.SPform .custom-checkbox .SPform-area-child-title {
  margin: 20px 0 10px;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-box form.SPform .custom-checkbox .number {
  font-size: 0.8em;
  padding-left: 5px;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-box form.SPform .custom-checkbox .number .memberProperty {
  color: #B10510;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-box form.SPform .custom-checkbox input {
  width: 21px;
  height: 21px;
  vertical-align: sub;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-box form.SPform .column {
  display: flex;
  flex-direction: column;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-box form.SPform .column label {
  margin-bottom: 5px;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-box form.SPform .m15 {
  margin: 10px 0 15px;
  transition: all 0.2s;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-box form.SPform .search-flex {
  display: flex;
  justify-content: space-between;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-box form.SPform .search-flex .auto-high {
  height: auto;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-box form.SPform .search-flex.wrap {
  flex-wrap: wrap;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-box form.SPform .search-flex .space {
  margin: auto;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-box form.SPform .search-flex label {
  width: 40%;
  margin-bottom: 5px;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-box form.SPform select {
  padding: 2px 2%;
  border: 1px solid #cccccc;
  -webkit-appearance: none;
  font-size: 0.95rem;
  font-family: inherit;
  width: 100%;
  background: #fff url(../images/property/icon_arrow.svg) no-repeat;
  background-size: 30px 20px;
  background-position: right center;
  height: 50px;
  line-height: 40px;
  cursor: pointer;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-box form.SPform button {
  width: 100%;
  padding: 2px 2%;
  border: 1px solid #333333;
  font-size: 1.1rem;
  font-family: inherit;
  height: 50px;
  line-height: 40px;
  cursor: pointer;
  background-color: #333333;
  transition: all 0.2s;
  color: #fff;
  font-weight: bold;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right {
  max-width: 950px;
  width: 100%;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right form #seikyu {
  margin: 0;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .check-icon {
  width: 332px;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-result-right_flextop {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 15px 0 0;
  float: right;
  justify-content: space-between;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-result-right_flextop p.moveup_member {
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  display: inline-block;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-result-right_flextop p.moveup_member.pr15 {
  padding-right: 15px;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-result-right_flextop p.moveup_member span {
  padding-left: 10px;
  padding-right: 10px;
  color: #B10510;
  font-size: 25px;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .top-memberlock-flex {
  display: flex;
  align-items: center;
  width: 240px;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .top-memberlock-flex .sbtn {
  color: #fff;
  width: 100%;
  height: 37.5px;
  text-align: center;
  line-height: 37.5px;
  font-size: 18px;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .top-memberlock-flex .sbtn.login {
  background-color: #00A0E9;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .top-memberlock-flex .sbtn.member {
  background-color: #005AA0;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search_parts {
  background-color: #EDF1F5;
  padding: 15px 15px;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search_parts .research_link {
  display: none;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search_parts_upper {
  clear: right;
  margin-top: 20px;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search_parts_upper form#form1 select {
  border: 1px solid #cccccc;
  -webkit-appearance: none;
  font-size: 0.95rem;
  font-family: inherit;
  background: #fff url(../images/property/icon_arrow_down.svg) no-repeat;
  background-size: 30px 15px;
  background-position: right center;
  height: auto;
  padding: 0 5px;
  margin: 0 5px;
  line-height: 30px;
  cursor: pointer;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search_parts_upper form#form1 select#offset {
  width: 50px;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search_parts_upper form#form1 select[name=limit] {
  width: 60px;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .all_detail_view {
  margin-top: 40px;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .all_detail_view form {
  display: none;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .all_detail_view form input {
  display: none;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .list_count {
  font-weight: 600;
  font-size: 20px;
  margin: 15px 0 0;
  display: inline-block;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .list_count .search_result_list_count {
  padding-left: 10px;
  padding-right: 10px;
  color: #B10510;
  font-size: 25px;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .list_count .total_count_member_text {
  display: none;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .go_member_regist {
  display: none;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block {
  display: block;
  border: 1px solid #cccccc;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 25px;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 0;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-head {
  display: flex;
  position: relative;
  height: 60px;
  align-items: center;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-head::after {
  content: "";
  display: inline-block;
  background-color: #cccccc;
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 97%;
  height: 1px;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-head .custom-checkbox {
  position: relative;
  display: block;
  width: 50px;
  text-align: center;
  cursor: pointer;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-head .custom-checkbox input[type=checkbox] {
  width: 21px;
  height: 21px;
  margin-right: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 5px;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-head .search-list-block-head-title {
  font-weight: 600;
  color: #111;
  font-size: 20px;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-head .btn-block {
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-head .btn-block img {
  width: 146px;
  height: 35px;
  -o-object-fit: contain;
  object-fit: contain;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-head .search-list-block-heade-shiryo {
  background-color: #B10510;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 146px;
  margin-left: 10px;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-content {
  display: grid;
  grid-template-columns: 10px 180px 1fr 10px;
  grid-template-rows: 45px 1fr 5px;
  box-sizing: border-box;
  width: 100%;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-content .img-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 170px;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  margin-top: 10px;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-content .img-area .img-area-type {
  background-color: #EDF1F5;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  width: 100%;
  height: 25px;
  line-height: 25px;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-content .img-area .img-area-media img {
  width: 100%;
  height: 160px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 0.2s;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-content .price-area {
  display: flex;
  width: 100%;
  height: 45px;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  align-items: flex-end;
  margin-left: 10px;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-content .price-area .price-area-price {
  color: #B10510;
  font-weight: 600;
  font-size: 25px;
  margin: 0;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-content .price-area .price-area-price > .gray {
  color: #777777;
  font-size: 16px;
  font-weight: 500;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-content .price-area .price-area-price > .price_unit {
  font-size: 16px;
  font-weight: 500;
  padding-left: 5px;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-content .price-area .inv_rate1 {
  color: #777777;
  font-size: 16px;
  font-weight: 500;
  padding-right: 5px;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-content .price-area .price-area-gain {
  margin: 0 0 0 80px;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-content .price-area .inv_rate {
  color: #B10510;
  font-weight: 600;
  font-size: 25px;
  margin: 0;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-content .price-area .inv_rate::after {
  content: "%";
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-content .info-area {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  margin-bottom: 15px;
  margin-top: 10px;
  margin-left: 10px;
  text-align: left;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-content .info-area tbody {
  width: 100%;
  display: block;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-content .info-area .info-area_line {
  display: flex;
  width: 100%;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-content .info-area .info-area_line .info-area_address {
  width: 80%;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-content .info-area .info-area_line .info-area_line_20 {
  width: 15%;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-content .info-area .info-area_line .info-area_line_30 {
  width: 35%;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-content .info-area th {
  color: #777777;
  font-size: 16px;
  font-weight: 500;
  width: 95px;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-content .info-area td {
  font-size: 16px;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .point-area {
  margin: 10px;
  background-color: #E7F7FF;
  margin-bottom: 10px;
  display: flex;
  height: auto;
  padding: 15px 15px 15px 15px;
  justify-content: space-between;
  align-items: center;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .point-area-title {
  background-color: #fff;
  font-size: 15px;
  font-weight: bold;
  color: #0060A6;
  margin: 0;
  padding: 15px;
  text-align: center;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .point-area-title span {
  display: block;
  line-height: 1;
  text-align: center;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .point-area-text {
  font-size: 18px;
  margin: 0;
  width: 86%;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search_parts_bottom form select {
  border: 1px solid #cccccc;
  -webkit-appearance: none;
  font-size: 0.95rem;
  font-family: inherit;
  background: #fff url(../images/property/icon_arrow_down.svg) no-repeat;
  background-size: 30px 15px;
  background-position: right center;
  height: auto;
  padding: 0 5px;
  line-height: 30px;
  cursor: pointer;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search_parts_bottom form select#offset2 {
  width: 50px;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search_parts_bottom form select#sort2 {
  margin: 0 10px 0 0;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search_parts_bottom form select#offset2 {
  margin: 0 10px 0 0;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search_parts_bottom form select[name=limit] {
  width: 60px;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .all_detail_view_under {
  display: none;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-result-right_flexbotom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-result-right_flexbotom .moveup_member {
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  display: inline-block;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-result-right_flexbotom .moveup_member span {
  padding-left: 10px;
  padding-right: 10px;
  color: #B10510;
  font-size: 25px;
}
.property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-result-right_flexbotom .list_count {
  margin: 0 0 0 0;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .page-header#bukken .container nav {
    padding: 20px;
  }
  .page-header .drawer-nav {
    position: fixed;
    overflow-y: scroll;
    z-index: 99;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .page-header .drawer-nav .drawer-nav-wrapper ul.drawer_ul {
    padding-bottom: 30px;
  }
  .page-header .drawer-nav .drawer-nav-wrapper ul.drawer_ul .nav_flex {
    display: flex;
    width: 310px;
  }
  .page-header .drawer-nav .drawer-nav-wrapper ul.drawer_ul .nav_flex li.login_btn {
    background-color: #00A0E9;
    padding: 7px 20px;
    width: 165px;
    height: 48px;
    text-align: center;
  }
  .page-header .drawer-nav .drawer-nav-wrapper ul.drawer_ul .nav_flex li.login_btn a {
    font-size: 20px;
  }
  .page-header .drawer-nav .drawer-nav-wrapper ul.drawer_ul .nav_flex li.mypage_btn {
    background-color: #005AA0;
    padding: 7px 20px;
    width: 200px;
    height: 48px;
    text-align: center;
  }
  .page-header .drawer-nav .drawer-nav-wrapper ul.drawer_ul .nav_flex li.mypage_btn a {
    font-size: 20px;
  }
  #property .page-header-title.property::before {
    height: 200px;
  }
  #property .page-header-title .property-img {
    height: 200px;
    background-attachment: unset;
    background-position: unset;
  }
  #property .page-header-title .page-title-area {
    height: 190px;
  }
  #property .page-header-title .page-title-area h1.page-title span.en {
    font-size: 50px;
    line-height: 53px;
  }
  .property_body .container {
    width: 100%;
    padding: 0 5% 0 5%;
    margin: 0 auto 0;
  }
  .property_body .container .property_title h2 {
    color: #000;
  }
  .property_body .container .property_title h2::before {
    font-size: 60px;
    top: -25px;
  }
  .property_body .container .property_title h2 .catch {
    font-size: 30px;
    text-align: center;
    margin: 60px 0 40px;
  }
  .property_body .container .property_title .box-wrapper .flex.search_wrap {
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: 0;
  }
  .property_body .container .property_title .box-wrapper .flex.search_wrap .search-box {
    max-width: 773px;
    width: 100%;
    margin: auto;
  }
  .property_body .container .property_title .box-wrapper .flex.search_wrap .search-box h5.sizes {
    background-color: #fff;
    border: 1px solid #cccccc;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    padding: 10px;
    transition: all 0.5s;
    font-size: 20px;
  }
  .property_body .container .property_title .box-wrapper .flex.search_wrap .search-box h5.sizes::after {
    content: "";
    display: inline-block;
    background: url(../images/property/b1outline_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 40px;
    height: 30px;
    right: 0;
    top: 12px;
    border-bottom: none;
  }
  .property_body .container .property_title .box-wrapper .flex.search_wrap .search-box h5.is-open::after {
    transform: rotate(90deg);
  }
  .property_body .container .property_title .box-wrapper .flex.search_wrap .search-box .SPform {
    margin: 0 auto;
    width: 100%;
    transition: max-height 0.2s ease-in-out;
    display: none;
    padding: 0 20px 20px;
  }
  .property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .list_count {
    margin: -10px 0 0 0;
    text-align: center;
    display: block;
  }
  .property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-result-right_flextop {
    margin: 0 0 0 0;
    display: block;
    text-align: center;
    float: none;
  }
  .property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-result-right_flextop .top-memberlock-flex {
    width: 200px;
    margin: 10px auto;
  }
  .property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search_parts_upper #form1 {
    line-height: 2.5;
  }
  .property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search_parts_upper #form1 #list_sort_select {
    display: block;
  }
  .property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .all_detail_view {
    margin-top: 0;
  }
  .property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-head {
    flex-wrap: wrap;
    height: 95px;
  }
  .property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-head::after {
    right: 12px;
    width: 94%;
  }
  .property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-head .custom-checkbox {
    height: 25px;
  }
  .property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-head .search-list-block-head-title {
    font-size: 0.9rem;
  }
  .property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-head .btn-block {
    margin: 0 10px 10px auto;
  }
  .property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-content {
    grid-template-columns: 10px 1fr 10px;
    grid-template-rows: 50px 200px 1fr;
  }
  .property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-content .img-area {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    width: 100%;
    margin: 0;
  }
  .property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-content .img-area .img-area-media img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-content .price-area {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    margin: 0;
    flex-wrap: wrap;
  }
  .property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-content .price-area .price-area-price {
    font-size: 20px;
  }
  .property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-content .price-area .price-area-gain {
    margin: 0 0 0 auto;
  }
  .property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-content .price-area .price-area-gain .inv_rate {
    font-size: 20px;
  }
  .property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-content table.info-area {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    margin: 80px 0 0;
  }
  .property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-content table.info-area th {
    font-size: 14px;
    width: 60px;
  }
  .property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-content table.info-area td {
    font-size: 14px;
  }
  .property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-content table.info-area .info-area_line .info-area_line_20 {
    width: 20%;
  }
  .property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .search-list-block-content table.info-area .info-area_line .info-area_line_30 {
    width: 30%;
  }
  .property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .point-area {
    flex-direction: column;
  }
  .property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .point-area .point-area-title {
    width: 100%;
    padding: 5px 10px;
  }
  .property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .point-area .point-area-title span {
    display: inline;
  }
  .property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-list-block .point-area .point-area-text {
    font-size: 14px;
    margin-top: 10px;
    width: 100%;
  }
  .property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search_parts_bottom {
    line-height: 2.5;
  }
  .property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search_parts_bottom #list_sort_select_form2 {
    display: block;
  }
  .property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-result-right_flexbotom {
    display: block;
  }
  .property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-result-right_flexbotom .moveup_member {
    display: block;
    text-align: center;
  }
  .property_body .container .property_title .box-wrapper .flex.search_wrap .search-result-right .search-result-right_flexbotom .top-memberlock-flex {
    margin: 10px auto;
  }
}
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	iPad PRO 横向きで適用	◆

start----------------------------------------------------------------------------*/
@media only screen and (min-device-width: 1025px) and (max-device-width: 1528px) and (orientation: landscape) {
  #bukken .container nav.gnav ul.gnav-list li a.rolltext {
    font-size: 15px;
  }
  #property_body {
    margin: 0 2%;
  }
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 member_cta 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.member_cta .container {
  width: 80%;
  margin: 120px auto;
}
.member_cta .container .innerlink:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.member_cta .container .innerlink .member_cta_bk {
  height: 340px;
  background-image: url(../images/property/istockphoto-2192637080-1024x1024.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 130px;
}
.member_cta .container .innerlink .member_cta_bk .contentbox .contentinner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.member_cta .container .innerlink .member_cta_bk .contentbox .contentinner .txtbox {
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin: 75px 0 0 0;
  text-shadow: 1px 1px 6px rgb(0, 0, 0);
}
.member_cta .container .innerlink .member_cta_bk .contentbox .contentinner .btn_member_cta {
  background: #000;
  padding: 10px 0;
  border-radius: 50px;
  width: 20%;
  font-size: 1.2rem;
  text-align: center;
  margin: auto;
  color: #fff;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .member_cta .container {
    margin: 10px auto 60px;
  }
  .member_cta .container .innerlink .member_cta_bk {
    margin-top: 0;
  }
  .member_cta .container .innerlink .member_cta_bk .contentbox .contentinner .txtbox {
    font-size: 26px;
  }
  .member_cta .container .innerlink .member_cta_bk .contentbox .contentinner .btn_member_cta {
    width: 60%;
    font-size: 1.1rem;
  }
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 Property_Details PAGE-HEADER-TITLE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#property_details .page-header-title.property_details::before {
  position: absolute;
  width: 100%;
  height: 310px;
  background-color: rgba(0, 50, 78, 0.45);
  content: "";
  opacity: 0.4;
}
#property_details .page-header-title .property_details-img {
  width: 100%;
  height: 310px;
  background-image: url(../images/property/istockphoto-2148675525-1024x1024.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center -259px;
}
#property_details .page-header-title .page-title-area {
  height: 270px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  padding: 0 0 0 5%;
  position: absolute;
  top: 0;
  left: 0;
}
#property_details .page-header-title .page-title-area h1.page-title .en {
  display: block;
  font-family: "Roboto";
  font-size: 100px;
  font-weight: 500;
  line-height: 130%;
}
#property_details .page-header-title .page-title-area h1.page-title .ja {
  display: block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 Property_Details_body 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.property_details_body .container {
  max-width: 1920px;
  padding: 60px 6% 0 6%;
  margin: 0 auto 0;
}
.property_details_body .container .detail {
  max-width: 1230px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.property_details_body .container .detail .navi {
  display: none;
}
.property_details_body .container .detail .page_title_h1 h1 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-size: 30px;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
  margin-bottom: 38px;
}
.property_details_body .container .detail .page_title_h1 h1::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 5px;
  height: 45px;
  background-color: #0060A6;
  top: 0;
  left: 0;
}
.property_details_body .container .detail .each_detail_block {
  width: 100%;
}
.property_details_body .container .detail .each_detail_block .details-table {
  width: 100%;
  margin-bottom: 15px;
}
.property_details_body .container .detail .each_detail_block .details-table .details-table-inner {
  width: 100%;
}
.property_details_body .container .detail .each_detail_block .details-table .details-table-inner .details-table-row {
  font-size: 20px;
}
.property_details_body .container .detail .each_detail_block .details-table .details-table-inner .details-table-row th {
  background-color: #EDF1F5;
  width: 15%;
  padding: 10px 15px;
  text-align: left;
  font-weight: 400;
  border: 1px solid #cccccc;
}
.property_details_body .container .detail .each_detail_block .details-table .details-table-inner .details-table-row th.t-head {
  background-color: #005AA0;
  width: 15%;
  padding: 10px 15px;
  text-align: left;
  font-weight: 400;
  color: #fff;
}
.property_details_body .container .detail .each_detail_block .details-table .details-table-inner .details-table-row td {
  padding: 10px 15px;
  border: 1px solid #cccccc;
}
.property_details_body .container .detail .each_detail_block .details-table .details-table-inner .details-table-row .details-table-price {
  color: #B10510;
  font-weight: bold;
  font-size: 25px;
}
.property_details_body .container .detail .each_detail_block .details-table .details-table-inner .details-table-row .price_unit {
  font-size: 18px;
  font-weight: 400;
}
.property_details_body .container .detail .each_detail_block .details-table .details-table-inner .details-table-row #parsent::after {
  content: "%";
  font-weight: 500;
  font-size: 18px;
}
.property_details_body .container .detail .point-area {
  background-color: #E7F7FF;
  width: 100%;
  margin: 15px 0 10px 0;
  padding: 10px;
}
.property_details_body .container .detail .point-area .point-area-title {
  background-color: #fff;
  font-size: 15px;
  font-weight: bold;
  color: #0060A6;
  margin: 0;
  padding: 10px;
  display: inline-block;
}
.property_details_body .container .detail .point-area .point-area-text {
  margin: 10px 0 0 0;
}
.property_details_body .container .detail .detail_img_thumb_li {
  position: relative;
}
.property_details_body .container .detail .detail_img_thumb_li img {
  margin: auto;
  max-width: 800px;
  height: 600px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.property_details_body .container .detail .detail_img_thumb_li .thumb_img_caption {
  text-align: center;
}
.property_details_body .container .detail .detail_img_thumb_li .slick-prev {
  z-index: 100;
}
.property_details_body .container .detail .detail_img_thumb_li .slick-prev.slick-arrow::before {
  background: url(../assets/slick/images/arrow_prev.png);
  left: 185px;
  width: 40px;
  height: 60px;
  position: absolute;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  top: 0;
}
.property_details_body .container .detail .detail_img_thumb_li .slick-next {
  z-index: 100;
}
.property_details_body .container .detail .detail_img_thumb_li .slick-next.slick-arrow::before {
  background: url(../assets/slick/images/arrow_next.png);
  right: 185px;
  width: 40px;
  height: 60px;
  position: absolute;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  top: 0;
}
.property_details_body .container .detail .thumbnail ul.thumbnail_ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.property_details_body .container .detail .thumbnail ul.thumbnail_ul li.thumbnail-item {
  width: 108px;
  height: 80px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.property_details_body .container .detail .background-color {
  background-color: #EDF1F5;
  width: 100%;
  margin: 70px 0;
}
.property_details_body .container .detail .background-color.detail-flex {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  flex-wrap: wrap;
}
.property_details_body .container .detail .background-color.detail-flex .redbutton {
  background-color: #B10510;
  color: #fff;
  text-align: center;
  font-size: 22px;
  height: 54px;
  line-height: 54px;
  width: 350px;
  cursor: pointer;
  transition: all 0.2s;
  font-weight: 600;
}
.property_details_body .container .detail .outline table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 20px;
}
.property_details_body .container .detail .outline table tr th {
  padding: 10px 15px;
  width: 15%;
  background-color: #EDF1F5;
  font-weight: 400;
  border: 1px solid #cccccc;
  text-align: left;
}
.property_details_body .container .detail .outline table tr th.t-head {
  background-color: #005AA0;
  width: 15%;
  padding: 10px 15px;
  text-align: left;
  font-weight: 400;
  color: #fff;
}
.property_details_body .container .detail .outline table tr td {
  text-align: left;
  border: 1px solid #cccccc;
  padding: 10px 15px;
  vertical-align: middle;
}
.property_details_body .container .detail .outline table tr td.details-table-price {
  color: #B10510;
  font-weight: bold;
  font-size: 25px;
}
.property_details_body .container .detail .outline table tr td#parsent::after {
  content: "%";
  font-weight: 500;
  font-size: 18px;
}
.property_details_body .container .detail .outline table tr td .price_unit {
  font-size: 18px;
  font-weight: 400;
}
.property_details_body .container .detail .outline2 table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 20px;
}
.property_details_body .container .detail .outline2 table tr th {
  padding: 10px 15px;
  width: 20%;
  background-color: #EDF1F5;
  font-weight: 400;
  border: 1px solid #cccccc;
  text-align: left;
}
.property_details_body .container .detail .outline2 table tr th.t-head {
  background-color: #005AA0;
  width: 15%;
  padding: 10px 15px;
  text-align: left;
  font-weight: 400;
  color: #fff;
}
.property_details_body .container .detail .outline2 table tr td {
  text-align: left;
  border: 1px solid #cccccc;
  padding: 10px 15px;
  vertical-align: middle;
}
.property_details_body .container .detail .outline2 table tr td.details-table-price {
  color: #B10510;
  font-weight: bold;
  font-size: 25px;
}
.property_details_body .container .detail .outline2 table tr td#parsent::after {
  content: "%";
  font-weight: 500;
  font-size: 18px;
}
.property_details_body .container .detail .outline2 table tr td .price_unit {
  font-size: 18px;
  font-weight: 400;
}
.property_details_body .container .detail .ttl_h3 {
  font-size: 25px;
  font-weight: 600;
  padding-left: 15px;
  margin: 0 0 15px 0;
  padding: 0.25em 0.5em;
  background: transparent;
  border-left: solid 5px #0060A6;
}
.property_details_body .container .detail .mikoukai-txt {
  color: #fff;
  font-size: 20px;
  margin: auto;
}
.property_details_body .container .detail .mikoukai-txt span {
  display: block;
}
.property_details_body .container .detail .login_map_area {
  margin-top: 50px;
  width: 100%;
  background-image: url(http://52.0.121.178/id/techpro-j/techpro/images/property/detail_map_mikoukai.png);
  background-size: cover;
  height: 540px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.property_details_body .container .detail .login_map_area form {
  margin-bottom: 100px;
}
.property_details_body .container .detail .login_map_area table:first-of-type td:nth-of-type(1) {
  display: none;
}
.property_details_body .container .detail .login_map_area table:first-of-type td:nth-of-type(2) {
  display: none;
}
.property_details_body .container .detail .bukken-info {
  padding: 20px;
}
.property_details_body .container .detail .font24 {
  font-size: 24px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.property_details_body .container .detail .detail-ul {
  list-style-type: disc;
  font-size: 0.9rem;
}
.property_details_body .container .detail .detail-ul li {
  margin-left: 10px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  #property_details .page-header-title.property_details::before {
    height: 200px;
  }
  #property_details .page-header-title .property_details-img {
    height: 200px;
    background-attachment: unset;
    background-position: unset;
  }
  #property_details .page-header-title .page-title-area {
    height: 190px;
  }
  #property_details .page-header-title .page-title-area h1.page-title span.en {
    font-size: 50px;
    line-height: 53px;
  }
  .property_details_body .container {
    width: 100%;
    padding: 0 5% 0 5%;
    margin: 0 auto 0;
  }
  .property_details_body .container .detail {
    padding: 0;
  }
  .property_details_body .container .detail .page_title_h1 h1 {
    font-size: 18px;
    margin: 15px 0 30px 0;
    padding-top: 10px;
  }
  .property_details_body .container .detail .details {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .property_details_body .container .detail .details .each_detail_block table.details-table .details-table-inner tr.details-table-row {
    font-size: 15px;
  }
  .property_details_body .container .detail .details .each_detail_block table.details-table .details-table-inner tr.details-table-row th {
    display: none;
  }
  .property_details_body .container .detail .details .each_detail_block table.details-table .details-table-inner tr.details-table-row th.details-table-header {
    display: none;
  }
  .property_details_body .container .detail .details .each_detail_block table.details-table .details-table-inner tr.details-table-row td {
    border-right: 1px solid #cccccc;
  }
  .property_details_body .container .detail .details .each_detail_block table.details-table .details-table-inner tr.details-table-row td::before {
    content: attr(data-title);
    display: block;
    font-weight: 600;
  }
  .property_details_body .container .detail .details .each_detail_block table.details-table .details-table-inner tr.details-table-row td.details-table-price {
    font-size: 16px;
  }
  .property_details_body .container .detail .details .each_detail_block table.details-table .details-table-inner tr.details-table-row td.details-table-price::before {
    content: attr(data-title);
    color: #111;
    font-size: 15px;
  }
  .property_details_body .container .detail .details .each_detail_block table.details-table .details-table-inner tr.details-table-row .price_unit {
    font-size: 14px;
  }
  .property_details_body .container .detail .details ul.detail_img_thumb_li li img {
    width: 100%;
    height: auto;
  }
  .property_details_body .container .detail .details ul.detail_img_thumb_li .slick-next {
    top: 42%;
  }
  .property_details_body .container .detail .details ul.detail_img_thumb_li .slick-next.slick-arrow::before {
    right: 10px;
  }
  .property_details_body .container .detail .details ul.detail_img_thumb_li .slick-prev {
    top: 42%;
  }
  .property_details_body .container .detail .details ul.detail_img_thumb_li .slick-prev.slick-arrow::before {
    left: 10px;
  }
  .property_details_body .container .detail .details .thumbnail {
    display: none;
  }
  .property_details_body .container .detail .background-color {
    margin: 15px 0 50px 0;
  }
  .property_details_body .container .detail .background-color.detail-flex {
    flex-direction: column;
    align-items: center;
  }
  .property_details_body .container .detail .background-color.detail-flex .redbutton {
    width: 100%;
  }
  .property_details_body .container .detail .background-color.detail-flex .mylist_img_view {
    margin: 10px 0 0 0;
  }
  .property_details_body .container .detail .background-color.detail-flex .mylist_img_view img {
    width: 100%;
  }
  .property_details_body .container .detail .background-color ul.detail-ul {
    list-style-type: disc;
    font-size: 0.8rem;
  }
  .property_details_body .container .detail .outline table {
    display: block;
    font-size: 12px;
  }
  .property_details_body .container .detail .outline table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .property_details_body .container .detail .outline table tr.spblock {
    display: block;
  }
  .property_details_body .container .detail .outline table tr th {
    width: 32%;
    padding: 10px 5px;
  }
  .property_details_body .container .detail .outline table tr th.t-head {
    font-weight: bold;
    padding: 10px 5px;
    width: 100vw;
  }
  .property_details_body .container .detail .outline table tr td {
    width: 68%;
    padding: 10px 5px;
  }
  .property_details_body .container .detail .outline table tr td.details-table-price {
    font-size: 16px;
  }
  .property_details_body .container .detail .outline table tr td#parsent::after {
    font-size: 16px;
  }
  .property_details_body .container .detail .outline table tr td .price_unit {
    font-size: 14px;
  }
  .property_details_body .container .detail .outline2 table {
    display: block;
    font-size: 12px;
  }
  .property_details_body .container .detail .outline2 table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .property_details_body .container .detail .outline2 table tr.spblock {
    display: block;
  }
  .property_details_body .container .detail .outline2 table tr th {
    width: 32%;
    padding: 10px 5px;
    border-top: 1px solid #ccc;
    border-right: none;
    border-bottom: none;
    border-left: 1px solid #ccc;
  }
  .property_details_body .container .detail .outline2 table tr th.t-head {
    font-weight: bold;
    padding: 10px 5px;
    width: 100vw;
  }
  .property_details_body .container .detail .outline2 table tr th.bottomline {
    border-bottom: 1px solid #ccc !important;
  }
  .property_details_body .container .detail .outline2 table tr td {
    width: 68%;
    padding: 10px 5px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: none;
    border-left: 1px solid #ccc;
  }
  .property_details_body .container .detail .outline2 table tr td.details-table-price {
    font-size: 16px;
  }
  .property_details_body .container .detail .outline2 table tr td#parsent::after {
    font-size: 16px;
  }
  .property_details_body .container .detail .outline2 table tr td .price_unit {
    font-size: 14px;
  }
  .property_details_body .container .detail .outline2 table tr td.bottomline {
    border-bottom: 1px solid #ccc !important;
  }
  .property_details_body .container .detail .ttl_h3 {
    font-size: 18px;
  }
}
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: iPad PRO、iPad Air、iPad Mini 縦向きで適用	◆

start----------------------------------------------------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1367px) and (orientation: portrait) {
  #bukken .container nav.gnav ul.gnav-list li a.rolltext {
    font-size: 12px;
  }
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 Member PAGE-HEADER-TITLE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#member .page-header-title.member::before {
  position: absolute;
  width: 100%;
  height: 310px;
  background-color: rgba(0, 50, 78, 0.45);
  content: "";
  opacity: 0.4;
}
#member .page-header-title .member-img {
  width: 100%;
  height: 310px;
  background-image: url(../images/property/istockphoto-2148675525-1024x1024.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center -259px;
}
#member .page-header-title .page-title-area {
  height: 270px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  padding: 0 0 0 5%;
  position: absolute;
  top: 0;
  left: 0;
}
#member .page-header-title .page-title-area h1.page-title .en {
  display: block;
  font-family: "Roboto";
  font-size: 100px;
  font-weight: 500;
  line-height: 130%;
}
#member .page-header-title .page-title-area h1.page-title .ja {
  display: block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 member_body 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.member_body .container {
  max-width: 1920px;
  padding: 60px 6% 0 6%;
  margin: 0 auto 0;
}
.member_body .container .member_title h2 {
  position: relative;
  margin-bottom: 0.2rem;
  color: #000;
}
.member_body .container .member_title h2::before {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  color: #f0f0f0;
  font-size: 137px;
  text-transform: uppercase;
  content: "properties";
  z-index: -1;
}
.member_body .container .member_title h2 .catch {
  font-size: 40px;
  text-align: center;
  margin: 60px 0 120px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  #member .page-header-title.member::before {
    height: 200px;
  }
  #member .page-header-title .member-img {
    height: 200px;
    background-attachment: unset;
    background-position: unset;
  }
  #member .page-header-title .page-title-area {
    height: 190px;
  }
  #member .page-header-title .page-title-area h1.page-title span.en {
    font-size: 60px;
  }
  .member_body .container {
    width: 100%;
    padding: 0 5% 0 5%;
    margin: 0 auto 0;
  }
  .member_body .container .member_title h2 {
    color: #000;
  }
  .member_body .container .member_title h2::before {
    font-size: 60px;
    top: -25px;
  }
  .member_body .container .member_title h2 .catch {
    font-size: 30px;
    text-align: center;
    margin: 60px 0 40px;
  }
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 Mypage PAGE-HEADER-TITLE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#my_page .page-header-title.my_page::before {
  position: absolute;
  width: 100%;
  height: 310px;
  background-color: rgba(0, 50, 78, 0.45);
  content: "";
  opacity: 0.4;
}
#my_page .page-header-title .mypage-img {
  width: 100%;
  height: 310px;
  background-image: url(../images/property/istockphoto-2148675525-1024x1024.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center -259px;
}
#my_page .page-header-title .page-title-area {
  height: 270px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  padding: 0 0 0 5%;
  position: absolute;
  top: 0;
  left: 0;
}
#my_page .page-header-title .page-title-area h1.page-title .en {
  display: block;
  font-family: "Roboto";
  font-size: 100px;
  font-weight: 500;
  line-height: 130%;
}
#my_page .page-header-title .page-title-area h1.page-title .ja {
  display: block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 mypage_body 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.mypage_body .container {
  max-width: 1920px;
  padding: 60px 0 0 0;
  margin: 0 auto 0;
}
.mypage_body .container .box-wrapper {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.mypage_body .container .box-wrapper .mypage .page_title_h1 h1 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-size: 30px;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
  margin-bottom: 38px;
}
.mypage_body .container .box-wrapper .mypage .page_title_h1 h1::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 5px;
  height: 45px;
  background-color: #0060A6;
  top: 0;
  left: 0;
}
.mypage_body .container .box-wrapper .mypage .member_only_notice {
  font-size: 20px;
}
.mypage_body .container .box-wrapper .mypage .no_mypage_block {
  background-color: #EDF1F5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 50px 25px;
  margin-top: 15px;
}
.mypage_body .container .box-wrapper .mypage .no_mypage_block .mypage_no_login {
  text-align: center;
}
.mypage_body .container .box-wrapper .mypage .no_mypage_block .mypage_no_login .login_view_notice {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  display: block;
}
.mypage_body .container .box-wrapper .mypage .no_mypage_block .mypage_no_login .login_view_id {
  display: block;
  margin: 20px 0;
}
.mypage_body .container .box-wrapper .mypage .no_mypage_block .mypage_no_login .login_view_id input[type=text] {
  width: 70%;
  border: 1px solid #cccccc;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  height: 46px;
  margin-left: 10px;
  cursor: pointer;
}
.mypage_body .container .box-wrapper .mypage .no_mypage_block .mypage_no_login .login_view_password {
  display: block;
  margin: 20px 0;
}
.mypage_body .container .box-wrapper .mypage .no_mypage_block .mypage_no_login .login_view_password input[type=password] {
  width: 70%;
  border: 1px solid #cccccc;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  height: 46px;
  margin-left: 10px;
  cursor: pointer;
}
.mypage_body .container .box-wrapper .mypage .no_mypage_block .mypage_no_login .login_view_button {
  display: block;
}
.mypage_body .container .box-wrapper .mypage .no_mypage_block .mypage_no_login .login_view_button > input {
  width: 340px;
  height: 54px;
  display: block;
  background-color: #005AA0;
  color: #fff;
  border: none;
  border-radius: 0px;
  font-size: 20px;
  font-weight: 600;
  margin: 20px auto;
  cursor: pointer;
}
.mypage_body .container .box-wrapper .mypage .password_reissue a {
  color: #005AA0;
  font-weight: 600;
}
.mypage_body .container .box-wrapper .mypage .cart_nologin_view {
  font-size: 20px;
  width: 340px;
}
.mypage_body .container .box-wrapper .mypage .cart_nologin_view .fontbold {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 50px;
}
.mypage_body .container .box-wrapper .mypage .cart_nologin_view input[type=submit] {
  width: 340px;
  height: 54px;
  display: block;
  background-color: #00A0E9;
  color: #fff;
  border: none;
  border-radius: 0px;
  font-size: 20px;
  font-weight: 600;
  margin: 85px auto 20px;
  cursor: pointer;
}
.mypage_body .container .box-wrapper .mypage .mypage_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mypage_body .container .box-wrapper .mypage .mypage_flex .mypage_left .fontbold {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding-left: 10px;
  margin-bottom: 15px;
}
.mypage_body .container .box-wrapper .mypage .mypage_flex .mypage_left ul.side-btns {
  border: 1px solid #cccccc;
  border-radius: 5px;
  width: 335px;
}
.mypage_body .container .box-wrapper .mypage .mypage_flex .mypage_left ul.side-btns li {
  padding: 20px 30px;
  border-bottom: 1px solid #cccccc;
}
.mypage_body .container .box-wrapper .mypage .mypage_flex .mypage_left ul.side-btns a {
  color: #111;
}
.mypage_body .container .box-wrapper .mypage .mypage_flex .mypage_right {
  width: 925px;
}
.mypage_body .container .box-wrapper .mypage .mypage_flex .mypage_right table.anqtable {
  border: 1px solid #cccccc;
  border-radius: 5px;
  border-collapse: separate;
}
.mypage_body .container .box-wrapper .mypage .mypage_flex .mypage_right table.anqtable:first-of-type tr:first-of-type {
  display: none;
}
.mypage_body .container .box-wrapper .mypage .mypage_flex .mypage_right table.anqtable:first-of-type tr td {
  padding: 20px;
  border-bottom: 1px solid #cccccc;
}
.mypage_body .container .box-wrapper .mypage .mypage_flex .mypage_right table.anqtable:first-of-type tr td.senddata_koumoku {
  background-color: #EDF1F5;
  width: 220px;
}
.mypage_body .container .box-wrapper .mypage .mypage_flex .mypage_right .form_anq_13 {
  margin-top: 20px;
}
.mypage_body .container .box-wrapper .mypage .mypage_flex .mypage_right h3.search-box-title {
  font-size: 30px;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
  margin-bottom: 56px;
}
.mypage_body .container .box-wrapper .mypage .mypage_flex .mypage_right h3.search-box-title::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 13px;
  height: 40px;
  background-color: #0060A6;
  top: 0;
  left: 0;
}
.mypage_body .container .box-wrapper .mypage .mypage_flex .mypage_right h3.mytitle {
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: 15px;
}
.mypage_body .container .box-wrapper .mypage .mypage_flex .mypage_right h3.mytitle::before {
  width: 5px;
  height: 30px;
}
.mypage_body .container .box-wrapper .mypage .mypage_flex .mypage_right .mylist a {
  color: #111;
}
.mypage_body .container .box-wrapper .mypage .mypage_flex .mypage_right ul.mypage-recommend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.mypage_body .container .box-wrapper .mypage .mypage_flex .mypage_right ul.mypage-recommend li.s_result {
  border: 1px solid #cccccc;
  background-color: #fff;
  width: 24%;
  height: 480px;
  position: relative;
  margin-bottom: 10px;
}
.mypage_body .container .box-wrapper .mypage .mypage_flex .mypage_right ul.mypage-recommend li.s_result a {
  color: #111;
}
.mypage_body .container .box-wrapper .mypage .mypage_flex .mypage_right ul.mypage-recommend li.s_result .house-type {
  background-color: #0060A6;
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  color: #fff;
}
.mypage_body .container .box-wrapper .mypage .mypage_flex .mypage_right ul.mypage-recommend li.s_result .img-block img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}
.mypage_body .container .box-wrapper .mypage .mypage_flex .mypage_right ul.mypage-recommend li.s_result .house-box-inner {
  padding: 0 10px;
  font-size: 18px;
}
.mypage_body .container .box-wrapper .mypage .mypage_flex .mypage_right ul.mypage-recommend li.s_result .house-box-inner .house-name {
  font-weight: 600;
  margin-bottom: 0;
  white-space: pre-wrap;
}
.mypage_body .container .box-wrapper .mypage .mypage_flex .mypage_right ul.mypage-recommend li.s_result .house-box-inner .price {
  color: #B10510;
  font-weight: 600;
  margin: 5px 0 0;
}
.mypage_body .container .box-wrapper .mypage .mypage_flex .mypage_right ul.mypage-recommend li.s_result .house-box-inner .price .price_unit {
  font-weight: 500;
  font-size: 16px;
}
.mypage_body .container .box-wrapper .mypage .mypage_flex .mypage_right ul.mypage-recommend li.s_result .house-box-inner .rate {
  font-weight: 600;
  margin: 5px 0 0;
}
.mypage_body .container .box-wrapper .mypage .mypage_flex .mypage_right ul.mypage-recommend li.s_result .house-box-inner .rate .inv_rate {
  color: #B10510;
  padding-left: 10px;
}
.mypage_body .container .box-wrapper .mypage .mypage_flex .mypage_right ul.mypage-recommend li.s_result .house-box-inner .rate .inv_rate::after {
  content: "%";
  display: inline-block;
  font-weight: 500;
  font-size: 0.9em;
}
.mypage_body .container .box-wrapper .mypage .mypage_flex .mypage_right ul.mypage-recommend li.s_result .house-box-inner .access {
  margin: 5px 0 0;
  font-size: 14px;
}
.mypage_body .container .box-wrapper .mypage .mypage_flex .mypage_right ul.mypage-recommend li.s_result .more {
  border: 1px solid #cccccc;
  text-align: center;
  font-size: 14px;
  width: 92%;
  height: 42px;
  line-height: 42px;
  margin: 10px auto 0;
  transition: all 0.2s;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.mypage_body .container .box-wrapper .mypage .mypage_flex .fontbold {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding-left: 10px;
  margin-bottom: 15px;
}
.mypage_body .container .box-wrapper .mypage br {
  display: none;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  #my_page .page-header-title.my_page::before {
    height: 200px;
  }
  #my_page .page-header-title .mypage-img {
    height: 200px;
    background-attachment: unset;
    background-position: unset;
  }
  #my_page .page-header-title .page-title-area {
    height: 190px;
  }
  #my_page .page-header-title .page-title-area h1.page-title span.en {
    font-size: 50px;
    line-height: 53px;
  }
  #mypage_body .container {
    width: 100%;
    padding: 0 5% 0 5%;
    margin: 0 auto 0;
  }
  #mypage_body .container .box-wrapper .mypage .page_title_h1 h1 {
    font-size: 18px;
    margin: 15px 0 30px 0;
    padding-top: 10px;
  }
  #mypage_body .container .box-wrapper .mypage .mypage_flex .mypage_left {
    width: 100%;
  }
  #mypage_body .container .box-wrapper .mypage .mypage_flex .mypage_left ul.side-btns {
    width: 100%;
  }
  #mypage_body .container .box-wrapper .mypage .mypage_flex .mypage_right {
    margin-top: 20px;
    width: 100%;
  }
  #mypage_body .container .box-wrapper .mypage .mypage_flex .mypage_right .anqtable .senddata_koumoku {
    width: 32%;
  }
  #mypage_body .container .box-wrapper .mypage .mypage_flex .mypage_right ul.mypage-recommend {
    flex-wrap: nowrap;
    margin: 0 auto;
    padding: 0;
    width: 90%;
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  #mypage_body .container .box-wrapper .mypage .mypage_flex .mypage_right ul.mypage-recommend li.s_result {
    min-width: 220px;
    margin-right: 5px;
  }
  #mypage_body .container .box-wrapper .mypage .mypage_flex .mypage_right ul.mypage-recommend li.s_result .house-box .img-block img {
    height: 200px;
  }
  #mypage_body .container .box-wrapper .mypage .mypage_flex .mypage_right ul.mypage-recommend li.s_result .house-box .house-box-inner p.house-name {
    font-size: 16px;
  }
  #mypage_body .container .box-wrapper .mypage .no_mypage_block {
    padding: 50px 0;
  }
  #mypage_body .container .box-wrapper .mypage .no_mypage_block .cart_login_view .login_view_notice {
    font-size: 16px;
  }
  #mypage_body .container .box-wrapper .mypage .no_mypage_block .cart_login_view .login_view_id input[type=text] {
    width: 60%;
  }
  #mypage_body .container .box-wrapper .mypage .no_mypage_block .cart_login_view .login_view_password input[type=password] {
    width: 60%;
  }
  #mypage_body .container .box-wrapper .mypage .no_mypage_block .mypage_no_login .login_view_button > input {
    width: 310px;
  }
  #mypage_body .container .box-wrapper .mypage .no_mypage_block .mypage_no_login input[type=submit] {
    width: 310px;
    margin-top: 10px;
  }
  #mypage_body .container .box-wrapper .mypage .no_mypage_block .cart_nologin_view {
    margin-top: 80px;
    font-size: 16px;
  }
  #mypage_body .container .box-wrapper .mypage .no_mypage_block .cart_nologin_view .fontbold {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	iPad Air 横向きで適用	◆

start----------------------------------------------------------------------------*/
@media only screen and (min-device-width: 1025px) and (max-device-width: 1365px) and (orientation: landscape) {
  .mypage_body .container {
    width: 100%;
    padding: 0 2% 0 2%;
    margin: 60px auto 0;
  }
  .mypage_body .container .box-wrapper .mypage .mypage_flex {
    flex-wrap: nowrap;
    gap: 10px;
  }
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 Favorite PAGE-HEADER-TITLE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#favorite .page-header-title.favorite::before {
  position: absolute;
  width: 100%;
  height: 310px;
  background-color: rgba(0, 50, 78, 0.45);
  content: "";
  opacity: 0.4;
}
#favorite .page-header-title .favorite-img {
  width: 100%;
  height: 310px;
  background-image: url(../images/property/istockphoto-2148675525-1024x1024.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center -259px;
}
#favorite .page-header-title .page-title-area {
  height: 270px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  padding: 0 0 0 5%;
  position: absolute;
  top: 0;
  left: 0;
}
#favorite .page-header-title .page-title-area h1.page-title .en {
  display: block;
  font-family: "Roboto";
  font-size: 100px;
  font-weight: 500;
  line-height: 130%;
}
#favorite .page-header-title .page-title-area h1.page-title .ja {
  display: block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 favorite_body 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.favorite_body .container {
  max-width: 1920px;
  padding: 60px 6% 0 6%;
  margin: 0 auto 0;
}
.favorite_body .container .box-wrapper {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.favorite_body .container .box-wrapper .page_title_h1 h1 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-size: 30px;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
  margin-bottom: 38px;
}
.favorite_body .container .box-wrapper .page_title_h1 h1::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 5px;
  height: 45px;
  background-color: #0060A6;
  top: 0;
  left: 0;
}
.favorite_body .container .box-wrapper ul.onepage-recommend {
  display: flex;
  flex-wrap: wrap;
}
.favorite_body .container .box-wrapper ul.onepage-recommend li.s_result {
  border: 1px solid #cccccc;
  background-color: #fff;
  width: 19%;
  height: 480px;
  position: relative;
  margin-bottom: 10px;
}
.favorite_body .container .box-wrapper ul.onepage-recommend li.s_result:not(:nth-child(5n+5)) {
  margin-right: 1%;
}
.favorite_body .container .box-wrapper ul.onepage-recommend li.s_result a {
  color: #111;
}
.favorite_body .container .box-wrapper ul.onepage-recommend li.s_result .house-type {
  background-color: #0060A6;
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  color: #fff;
}
.favorite_body .container .box-wrapper ul.onepage-recommend li.s_result .img-block img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}
.favorite_body .container .box-wrapper ul.onepage-recommend li.s_result .house-box-inner {
  padding: 0 10px;
  font-size: 18px;
}
.favorite_body .container .box-wrapper ul.onepage-recommend li.s_result .house-box-inner .house-name {
  font-weight: 600;
  margin-bottom: 0;
  white-space: pre-wrap;
}
.favorite_body .container .box-wrapper ul.onepage-recommend li.s_result .house-box-inner .price {
  color: #B10510;
  font-weight: 600;
  margin: 5px 0 0;
}
.favorite_body .container .box-wrapper ul.onepage-recommend li.s_result .house-box-inner .price .price_unit {
  font-weight: 500;
  font-size: 16px;
}
.favorite_body .container .box-wrapper ul.onepage-recommend li.s_result .house-box-inner .rate {
  font-weight: 600;
  margin: 5px 0 0;
}
.favorite_body .container .box-wrapper ul.onepage-recommend li.s_result .house-box-inner .rate .inv_rate {
  color: #B10510;
  padding-left: 10px;
}
.favorite_body .container .box-wrapper ul.onepage-recommend li.s_result .house-box-inner .rate .inv_rate::after {
  content: "%";
  display: inline-block;
  font-weight: 500;
  font-size: 0.9em;
}
.favorite_body .container .box-wrapper ul.onepage-recommend li.s_result .house-box-inner .access {
  margin: 5px 0 0;
  font-size: 14px;
}
.favorite_body .container .box-wrapper ul.onepage-recommend li.s_result .more {
  border: 1px solid #cccccc;
  text-align: center;
  font-size: 14px;
  width: 92%;
  height: 42px;
  line-height: 42px;
  margin: 10px auto 0;
  transition: all 0.2s;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  #favorite .page-header-title.favorite::before {
    height: 200px;
  }
  #favorite .page-header-title .favorite-img {
    height: 200px;
    background-attachment: unset;
    background-position: unset;
  }
  #favorite .page-header-title .page-title-area {
    height: 190px;
  }
  #favorite .page-header-title .page-title-area h1.page-title span.en {
    font-size: 60px;
  }
  .favorite_body .container {
    width: 100%;
    padding: 0 5% 0 5%;
    margin: 0 auto 0;
  }
  .favorite_body .container .box-wrapper .favorite .page_title_h1 h1 {
    font-size: 18px;
    margin: 15px 0 30px 0;
    padding-top: 10px;
  }
  .favorite_body .container .box-wrapper .favorite ul.onepage-recommend {
    flex-wrap: nowrap;
    margin: 0 auto;
    padding: 0;
    width: 90%;
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .favorite_body .container .box-wrapper .favorite ul li.s_result {
    min-width: 220px;
    margin-right: 5px;
  }
}/*# sourceMappingURL=style.css.map */