@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.2vw;
  position: relative;
  z-index: -200;
  background-color: #0d1620;
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25) 1px, transparent 0, transparent 15px), repeating-linear-gradient(315deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25) 1px, transparent 0, transparent 15px);
}

button {
  font-family: "Zen Old Mincho", serif;
}

html {
  font-size: 62.5%;
}

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

@media screen and (min-width: 1441px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .br_sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 1441px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .sp {
    display: none;
  }
}

.wide {
  width: 1200px;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .wide {
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .wide {
    width: 350px;
  }
}

.fade-in {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity, transform;
}

.fade-in2 {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.scroll-load {
  opacity: 1;
  transform: translate(0, 0);
}

a {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  a {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  a {
    font-size: 2.5vw;
  }
}

@keyframes fadeIn2 {
  0% {
    opacity: 0; /* 開始時点では透明 */
    transform: translateX(30px); /* 少し下から開始する（任意） */
  }
  100% {
    opacity: 1; /* 終了時点では不透明 */
    transform: translateX(0); /* 元の位置に戻る */
  }
}
p {
  font-size: 1.6rem;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  p {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.4rem;
  }
}

h1 {
  font-size: 3.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 8vw;
  }
}

h2 {
  font-size: 2.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h2 {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 6vw;
  }
}

h3 {
  font-size: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h3 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 5vw;
  }
}

h4 {
  font-size: 2.5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h4 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 2rem;
  }
}

h5 {
  font-size: 1.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h5 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 3.5vw;
  }
}

.top_headline {
  margin-bottom: 2vw;
}

.top_btn a {
  text-decoration: none;
}
.top_btn a button {
  padding: 1.2vw 3vw;
  border: none;
  border-radius: 50px;
  border: 1px solid #fff;
  color: #333;
  transition: all 0.4s;
  cursor: pointer;
}
.top_btn a button:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.top_btn a button i {
  margin-left: 1vw;
}

#lower .lower {
  position: relative;
}
#lower .lower .lower_main {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 30vw;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #lower .lower .lower_main {
    height: 35vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower .lower_main {
    height: 40vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_main {
    height: 60vw;
  }
}
#lower .lower .lower_title {
  position: absolute;
  bottom: 25%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_title {
    bottom: 18%;
  }
}
#lower .lower .lower_title h2 {
  text-align: center;
  padding: 3rem 5rem;
  color: #fff;
  background: #144374;
  background: linear-gradient(180deg, #144374, #0D1620);
}
#lower .lower .breadcrumbs {
  text-align: start;
  background-color: #fff;
  padding: 5vw 2vw 8vw 2vw;
}
#lower .lower .breadcrumbs br {
  display: none;
}
@media screen and (max-width: 768px) {
  #lower .lower .breadcrumbs {
    padding: 7rem 1rem 1rem 1rem;
  }
}
#lower .lower .breadcrumbs p a {
  color: #888;
}
#lower .lower .breadcrumbs p span {
  margin: 0 2vw;
}

.acf-field {
  width: 50%;
  float: left;
  clear: none !important;
}

.acf-field-type-settings {
  container-type: normal !important;
}

.smart-cf-meta-box-repeat-tables {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.smart-cf-meta-box-repeat-tables .smart-cf-meta-box-table {
  width: 30%;
}

.back-to-top {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 3%;
  bottom: 5%;
  color: #ffffff;
  padding: 2rem;
  font-size: 2.5vw;
  border-radius: 50px;
  display: inline-block;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .back-to-top {
    display: none !important;
  }
}

@media screen and (min-width: 1441px) {
  .topBtnSp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .topBtnSp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .topBtnSp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .topBtnSp {
    display: block !important;
    position: relative;
    top: 0;
    left: 0;
    color: #ffffff;
    padding: 1rem;
    font-size: 3vw;
    width: 100% !important;
    text-decoration: none;
    background: #333;
    text-align: center;
  }
}
.topBtnSp::before {
  width: 100% !important;
  height: 20vw !important;
  border-radius: 0 !important;
}
.topBtnSp i {
  font-size: 4vw;
}
.topBtnSp p {
  font-size: 3vw;
}

.back-to-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #333;
  box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3), 1px -1px 2px rgba(255, 255, 255, 0.3), -1px 1px 2px rgba(255, 255, 255, 0.3), -1px -1px 2px rgba(255, 255, 255, 0.3);
  z-index: -1;
}

.lightbox {
  position: fixed !important;
  top: 0 !important;
  flex-wrap: wrap;
}

.lightbox {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center; /* 縦中央 */
  justify-content: center; /* 横中央 */
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
}

.lightbox-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lb-dataContainer {
  bottom: 2%;
  position: absolute;
}

header {
  position: fixed;
  width: 100%;
  z-index: 99999;
}
header #header_pc {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header #header_pc {
    display: none !important;
  }
}
header #header_pc {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 130px;
  background: #144374;
  background: linear-gradient(180deg, #144374, #0D1620);
}
header #header_pc .header_logo a {
  display: block;
  transition: all 0.4s;
}
header #header_pc .header_logo a:hover {
  opacity: 0.75;
}
header #header_pc .header_logo a img {
  width: 100%;
}
header #header_pc .header_menu {
  padding-right: 2vw;
  width: 78%;
}
header #header_pc .header_menu .header_menu_top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header #header_pc .header_menu .header_menu_top .header_menu_time {
  color: #fff;
}
header #header_pc .header_menu .header_menu_top .header_menu_time .header_tel {
  margin-right: 1vw;
  color: #fff;
}
header #header_pc .header_menu .header_menu_top .header_menu_time .header_tel h4 {
  font-size: 1.5vw;
}
header #header_pc .header_menu .header_menu_top .header_menu_time .header_time .time {
  margin-bottom: 0.5vw;
}
header #header_pc .header_menu .header_menu_top .header_contact {
  margin-left: 2rem;
}
header #header_pc .header_menu .header_menu_top .header_contact a {
  text-decoration: none;
}
header #header_pc .header_menu .header_menu_top .header_contact a button {
  font-size: 2rem;
  font-weight: 600;
  padding: 0.8vw 5vw;
  background-color: #fff;
  border: none;
  color: #144374;
  transition: all 0.4s;
  cursor: pointer;
}
header #header_pc .header_menu .header_menu_top .header_contact a button:hover {
  opacity: 0.75;
}
header #header_pc .header_menu .header_menu_top .header_contact a button i {
  margin-right: 1vw;
}
header #header_pc .header_menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0.5vw 0;
  padding-top: 1vw;
  padding-right: 0;
  border-radius: 10px;
}
header #header_pc .header_menu ul li {
  width: 16.6666666667%;
  text-align: center;
}
header #header_pc .header_menu ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #0e1d2d;
  font-size: 1.2rem;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header #header_pc .header_menu ul li a {
    font-size: 1vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_menu ul li a {
    font-size: 1vw;
  }
}
header #header_pc .header_menu ul li a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}
header #header_pc .header_menu ul li .header_service {
  display: none;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  position: absolute;
  width: 10.5%;
  padding-left: 0;
  border: 2px solid #ffffff;
  background-color: #666;
}
header #header_pc .header_menu ul li .header_service .header_service_list {
  width: 100%;
  padding: 1vw 0;
  border-bottom: 1px solid #ffffff;
}
header #header_pc .header_menu ul li .header_service .header_service_list:last-child {
  border: none;
}
header #header_pc .header_menu ul li .header_service .header_service_list a {
  font-size: 0.9vw;
  color: #ffffff;
}
header #header_pc .header_menu ul li .header_service .header_service_list a:hover {
  border: none !important;
}
header #header_sp {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2vw;
  background: #144374;
  background: linear-gradient(180deg, #144374, #0D1620);
}
@media screen and (min-width: 1441px) {
  header #header_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header #header_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 60px;
  }
}
header .header_logo {
  width: 210px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .header_logo {
    width: 150px;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  header .header_logo {
    width: 30%;
    margin-top: 0rem;
  }
}
header .header_logo img {
  width: 100%;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 10005;
  right: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  text-align: center;
  background-color: #121212;
}
@media screen and (min-width: 1441px) {
  .hamburger {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .hamburger {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 60%;
  height: 2px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #ffffff;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 35%;
}

.hamburger span:nth-child(2) {
  top: 50%;
}

.hamburger span:nth-child(3) {
  top: 65%;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 50%;
  left: 50%;
  background: #ffffff;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 50%;
  left: 50%;
  background: #ffffff;
  transform: translate(-50%, -50%) rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

nav.globalMenuSp ul {
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li {
    margin-bottom: 3rem;
  }
}
nav.globalMenuSp ul li .list_child {
  margin-left: auto;
  margin-right: 0;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp ul li:hover {
  background: #ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #ffffff;
  padding: 0.5rem 0;
  text-decoration: none;
  font-size: 3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  nav.globalMenuSp ul li a {
    padding: 0.5em 0;
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a {
    font-size: 3vw;
  }
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}

#top_main {
  overflow: hidden;
  position: relative;
}
#top_main .top_main_images {
  width: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
  margin-left: 15%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_main_images {
    width: 85%;
    height: 60vh;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main_images {
    width: 100%;
    height: 65vh;
    margin-left: 0;
  }
}
#top_main .top_main_images .top_main_images_left {
  width: 100%;
  height: 100%;
}
#top_main .top_main_images .top_main_images_left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_main .top_main_texts {
  position: absolute;
  top: 70%;
  left: 5%;
  transform: translate(0, -50%);
}
#top_main .top_main_texts .text {
  position: relative;
  color: #ffffff;
  margin-bottom: 1vw;
  text-shadow: 0 0 5px #000;
  /* animation: [アニメーション名] [再生時間] [遅延時間 (任意)] [実行回数 (任意)] [再生後の状態 (任意)]; */
  animation: fadeIn2 1.5s ease-out forwards; /* fadeInアニメーションを1.5秒かけて実行 */
  opacity: 0; /* アニメーション開始前の初期状態を非表示に設定 */
}
#top_main .top_main_texts .text i {
  margin-top: 1rem;
  margin-right: -6rem;
  position: absolute;
  transform: rotate(45deg);
  font-size: 5rem;
  z-index: -1;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #top_main .top_main_texts .text i {
    font-size: 3rem;
  }
}
#top_main .top_main_texts .text i:nth-child(1) {
  top: 50%;
  right: 0;
}
#top_main .top_main_texts .text i:nth-child(2) {
  top: 0;
  right: 10%;
}
#top_main .top_main_texts .text i:nth-child(3) {
  top: 50%;
  right: 20%;
}
#top_main .top_main_texts .text i:nth-child(4) {
  top: 0%;
  right: 30%;
}
#top_main .top_main_texts .text i:nth-child(5) {
  top: 50%;
  right: 40%;
}
#top_main .top_main_texts .text i:nth-child(6) {
  top: 0%;
  right: 50%;
}
#top_main .top_main_texts .text i:nth-child(7) {
  top: 50%;
  right: 60%;
}
#top_main .top_main_texts .text h2 {
  font-size: 3vw !important;
}
@media screen and (max-width: 768px) {
  #top_main .top_main_texts .text h2 {
    font-size: 5vw !important;
  }
}

#top_news {
  padding: 8vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news {
    padding: 8vw 0;
  }
}
@media screen and (max-width: 768px) {
  #top_news {
    padding: 14vw 0;
    padding-bottom: 10vw;
  }
}
#top_news .top_news {
  width: 70%;
  margin: 6vw auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news {
    width: 95%;
    flex-flow: column;
  }
}
#top_news .top_news .top_news_left {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_left {
    width: 100%;
  }
}
#top_news .top_news .top_news_left .top_contents_title {
  text-align: center;
  width: 50%;
  margin: auto;
  margin-bottom: 3vw;
  color: #666;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news .top_news_left .top_contents_title {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_left .top_contents_title {
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_left .top_btn {
    margin-bottom: 6vw;
  }
}
#top_news .top_news .top_news_left .top_btn a button {
  border: none;
  color: #666;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
}
#top_news .top_news .top_news_left .top_btn a button:hover {
  opacity: 0.5;
  border: none !important;
}
#top_news .top_news .top_news_contents {
  width: 65%;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents {
    width: 100%;
  }
}
#top_news .top_news .top_news_contents ul {
  list-style: none;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news .top_news_contents ul {
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul {
    margin-bottom: 6vw;
  }
}
#top_news .top_news .top_news_contents ul a {
  text-decoration: none;
  color: #666;
  display: block;
  padding-bottom: 0.4vw;
  margin-bottom: 2vw;
  border-bottom: 1px dotted #666;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news .top_news_contents ul a {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul a {
    margin-bottom: 8vw;
  }
}
#top_news .top_news .top_news_contents ul a li .outline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 4vw;
  transition: all 0.4s;
}
#top_news .top_news .top_news_contents ul a li .outline:hover {
  opacity: 0.6;
}
#top_news .top_news .top_news_contents ul a li .outline .date {
  padding: 0.5vw;
  background-color: #666;
  color: #fff;
  margin-right: 1vw;
  font-size: 0.6vw;
  letter-spacing: 0.1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news .top_news_contents ul a li .outline .date {
    font-size: 1.6vw;
    padding: 1vw;
    margin-right: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul a li .outline .date {
    font-size: 2.6vw;
    padding: 2vw;
    margin-right: 3.4vw;
  }
}
#top_news .top_news .top_news_contents ul a li .outline .title {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news .top_news_contents ul a li .outline .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul a li .outline .title {
    font-size: 3vw;
  }
}

#top_about {
  overflow: hidden;
  margin-top: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about {
    margin-top: 8vw;
  }
}
#top_about .top_about {
  position: relative;
  padding: 6vw 0;
  height: 50vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about {
    height: 60vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about {
    height: auto;
  }
}
#top_about .top_about .top_about_enText {
  position: absolute;
  top: 0%;
  right: 5%;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_enText {
    position: relative;
    top: 0%;
    right: 0%;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 1rem;
  }
}
#top_about .top_about .top_about_enText h4 {
  font-weight: 400;
  font-style: normal;
  font-size: 6vw;
  border-bottom: solid 3px #666;
  color: #666;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_enText h4 {
    font-size: 8vw;
    color: #fff;
    border-bottom: solid 3px #fff;
  }
}
#top_about .top_about .top_about_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 35vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_contents {
    height: 45vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents {
    height: auto;
    display: block;
  }
}
#top_about .top_about .top_about_contents .top_about_images {
  position: relative;
  width: 55%;
  height: 50vw;
  background-color: #0d1620;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_images {
    width: 100%;
  }
}
#top_about .top_about .top_about_contents .top_about_images::after {
  position: absolute;
  content: "";
  top: -10%;
  left: 0%;
  width: 80%;
  height: 30vw;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_images::after {
    border-radius: 20px;
  }
}
#top_about .top_about .top_about_contents .top_about_images .top_about_image01 {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 80%;
  height: 30vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_images .top_about_image01 {
    width: 90%;
    height: 40vw;
  }
}
#top_about .top_about .top_about_contents .top_about_images .top_about_image02 {
  position: absolute;
  z-index: 10;
  top: 32%;
  left: 12%;
  width: 80%;
  height: 30vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_images .top_about_image02 {
    border-radius: 20px;
  }
}
#top_about .top_about .top_about_contents .top_about_right {
  width: 55%;
  padding: 3rem;
  background-color: #fff;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_right {
    position: relative;
    width: 100%;
  }
}
#top_about .top_about .top_about_contents .top_about_right h4 {
  font-size: 1.8vw;
  margin-bottom: 2.5vw;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #top_about .top_about .top_about_contents .top_about_right h4 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_contents .top_about_right h4 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_right h4 {
    font-size: 2.2rem;
  }
}
#top_about .top_about .top_about_contents .top_about_right img {
  width: 100%;
  height: 20vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_right img {
    border-radius: 20px;
  }
}
#top_about .top_about .top_about_button {
  width: 100%;
  position: absolute;
  bottom: 6vw;
  right: 0%;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_button {
    bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_button {
    background-color: #fff;
    padding: 0 0 3rem 0;
    bottom: 0vw;
    position: relative;
  }
}
#top_about .top_about .top_about_button a {
  font-size: 1.4vw;
  color: #fff;
  background-color: #0c3561;
  text-decoration: none;
  padding: 1rem 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_button a {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_button a {
    font-size: 3vw;
  }
}
#top_about .top_about .top_about_button a i {
  padding-left: 0.5rem;
}

#top_service {
  overflow: hidden;
}
#top_service .top_service {
  overflow: hidden;
  background-color: #fff;
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #top_service .top_service {
    padding: 8vw 1rem;
  }
}
#top_service .top_service .top_service_title {
  width: 85%;
  margin: auto;
  margin-bottom: 2vw;
  position: relative;
  color: #666;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service .top_service_title {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_title {
    width: 90%;
    margin-bottom: 8vw;
  }
}
#top_service .top_service .top_service_title h2 {
  color: #144374;
  font-size: 6vw;
  opacity: 0.2;
  border-bottom: solid 3px #144374;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_title h2 {
    font-size: 10vw;
  }
}
#top_service .top_service .top_service_title h4 {
  font-size: 3rem;
  color: #144374;
  position: absolute;
  bottom: 10%;
  text-align: right;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_title h4 {
    font-size: 2rem;
  }
}
#top_service .top_service .top_service_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents {
    width: 95%;
    flex-flow: column-reverse;
    align-items: flex-start;
  }
}
#top_service .top_service .top_service_contents .top_service_text {
  width: 85%;
  margin: 0 auto;
  color: #212121;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service .top_service_contents .top_service_text {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents .top_service_text {
    width: 90%;
  }
}
#top_service .top_service_images {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40vw;
}
@media screen and (max-width: 768px) {
  #top_service .top_service_images {
    height: 50vw;
  }
}
#top_service .top_service_images .top_service_leftImage {
  background-position: center;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: relative;
}
#top_service .top_service_images .top_service_leftImage::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(91, 91, 91, 0.8);
}
#top_service .top_service_images .top_service_leftImage .top_service_number {
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 100;
  width: 5vw;
  height: 5vw;
}
#top_service .top_service_images .top_service_leftImage .top_service_number p {
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
}
#top_service .top_service_images .top_service_leftImage .top_service_number p span {
  position: absolute;
}
#top_service .top_service_images .top_service_leftImage .top_service_number p span:first-child {
  top: -5%;
  left: -5%;
  font-size: 3vw;
}
#top_service .top_service_images .top_service_leftImage .top_service_number p span:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4vw;
}
#top_service .top_service_images .top_service_leftImage .top_service_number p span:last-child {
  bottom: 0%;
  right: 0%;
  font-size: 1.5vw;
}
@media screen and (max-width: 768px) {
  #top_service .top_service_images .top_service_leftImage .top_service_number p span:last-child {
    bottom: -5%;
    right: -5%;
    font-size: 2.5vw;
  }
}
#top_service .top_service_images .top_service_leftImage .top_service_headline {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 5%;
  color: #fff;
  width: 90%;
}
#top_service .top_service_images .top_service_leftImage .top_service_headline h4 {
  font-size: 3vw;
  letter-spacing: 1vw;
}
#top_service .top_service_images .top_service_rightImages {
  width: 50%;
  height: 100%;
  position: relative;
}
#top_service .top_service_images .top_service_rightImages .top_service_rightImage {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 50%;
  position: relative;
}
#top_service .top_service_images .top_service_rightImages .top_service_rightImage::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(91, 91, 91, 0.8);
}
#top_service .top_service_images .top_service_rightImages .top_service_rightImage .top_service_number {
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 100;
  width: 5vw;
  height: 5vw;
}
#top_service .top_service_images .top_service_rightImages .top_service_rightImage .top_service_number p {
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
}
#top_service .top_service_images .top_service_rightImages .top_service_rightImage .top_service_number p span {
  position: absolute;
}
#top_service .top_service_images .top_service_rightImages .top_service_rightImage .top_service_number p span:first-child {
  top: -5%;
  left: -5%;
  font-size: 3vw;
}
#top_service .top_service_images .top_service_rightImages .top_service_rightImage .top_service_number p span:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4vw;
}
#top_service .top_service_images .top_service_rightImages .top_service_rightImage .top_service_number p span:last-child {
  bottom: 0%;
  right: 0%;
  font-size: 1.5vw;
}
@media screen and (max-width: 768px) {
  #top_service .top_service_images .top_service_rightImages .top_service_rightImage .top_service_number p span:last-child {
    bottom: -5%;
    right: -5%;
    font-size: 2.5vw;
  }
}
#top_service .top_service_images .top_service_rightImages .top_service_rightImage .top_service_headline {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 5%;
  color: #fff;
  width: 90%;
}
#top_service .top_service_images .top_service_rightImages .top_service_rightImage .top_service_headline h4 {
  font-size: 3vw;
  letter-spacing: 1vw;
}

#top_flex {
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 5vw;
}
#top_flex .top_flex {
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_flex .top_flex {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex {
    flex-flow: column;
  }
}
#top_flex .top_flex .top_tile {
  width: 48%;
  box-shadow: 0 0 5px #878787;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_tile {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#top_flex .top_flex .top_tile .top_tile_image {
  width: 100%;
  height: 25vw;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_tile .top_tile_image {
    height: 50vw;
  }
}
#top_flex .top_flex .top_tile .top_tile_image img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_flex .top_flex .top_tile .top_tile_contents {
  padding: 3rem;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_tile .top_tile_contents {
    padding: 6vw 4vw;
  }
}
#top_flex .top_flex .top_tile .top_tile_contents h2 {
  text-align: center;
  color: #144374;
  margin-bottom: 2vw;
}
#top_flex .top_flex .top_tile .top_tile_contents p {
  text-align: left;
  color: #212121;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_tile .top_tile_contents p {
    margin-bottom: 5vw;
  }
}
#top_flex .top_flex .top_tile .top_tile_contents .btn {
  text-align: center;
}
#top_flex .top_flex .top_tile .top_tile_contents .btn a button {
  border: none;
  background-color: #fff;
  padding: 1vw 4vw;
  transition: all 0.4s;
  cursor: pointer;
  border: solid 1px #144374;
  margin-top: 2vw;
  cursor: pointer;
}
#top_flex .top_flex .top_tile .top_tile_contents .btn a button:hover {
  background-color: #144374;
  color: #fff;
}
#top_flex .top_flex .top_tile .top_tile_contents .btn a button i {
  margin-left: 2vw;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_tile .top_tile_contents .btn a button {
    padding: 3vw 8vw;
  }
}
#top_flex .top_flex .top_exterior {
  width: 48%;
  box-shadow: 0 0 5px #878787;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_exterior {
    width: 100%;
  }
}
#top_flex .top_flex .top_exterior .top_exterior_image {
  width: 100%;
  height: 25vw;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_exterior .top_exterior_image {
    height: 50vw;
  }
}
#top_flex .top_flex .top_exterior .top_exterior_image img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_flex .top_flex .top_exterior .top_exterior_contents {
  padding: 3rem;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_exterior .top_exterior_contents {
    padding: 6vw 4vw;
  }
}
#top_flex .top_flex .top_exterior .top_exterior_contents h2 {
  text-align: center;
  color: #144374;
  margin-bottom: 2vw;
}
#top_flex .top_flex .top_exterior .top_exterior_contents p {
  text-align: left;
  color: #212121;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_exterior .top_exterior_contents p {
    margin-bottom: 5vw;
  }
}
#top_flex .top_flex .top_exterior .top_exterior_contents .btn {
  text-align: center;
}
#top_flex .top_flex .top_exterior .top_exterior_contents .btn a button {
  border: none;
  background-color: #fff;
  padding: 1vw 4vw;
  transition: all 0.4s;
  cursor: pointer;
  border: solid 1px #144374;
  margin-top: 2vw;
}
#top_flex .top_flex .top_exterior .top_exterior_contents .btn a button:hover {
  background-color: #144374;
  color: #fff;
}
#top_flex .top_flex .top_exterior .top_exterior_contents .btn a button i {
  margin-left: 2vw;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_exterior .top_exterior_contents .btn a button {
    padding: 3vw 8vw;
  }
}

#top_works {
  overflow: hidden;
  background-size: 100%;
  background-position: top;
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  #top_works {
    background-size: cover;
  }
}
#top_works .top_works .top_works_title {
  width: 85%;
  margin: auto;
  margin-bottom: 2vw;
  position: relative;
  color: #666;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_works .top_works .top_works_title {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_title {
    width: 90%;
    margin-bottom: 8vw;
  }
}
#top_works .top_works .top_works_title h2 {
  color: #144374;
  font-size: 2vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_title h2 {
    font-size: 10vw;
  }
}
#top_works .top_works .top_works_title h4 {
  font-size: 3rem;
  color: #121212;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_title h4 {
    font-size: 2rem;
  }
}
#top_works .top_works .top_works_contents {
  width: 85%;
  margin: auto;
  padding-bottom: 2vw;
  position: relative;
  color: #666;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_works .top_works .top_works_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_contents {
    width: 90%;
    margin-bottom: 8vw;
  }
}
#top_works .top_works .top_works_contents li {
  width: 25%;
  padding: 1rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_works .top_works .top_works_contents li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_contents li {
    width: 50%;
  }
}
#top_works .top_works .top_works_contents li a {
	text-decoration:none;
  position: relative;
}
#top_works .top_works .top_works_contents li a .img {
  height: 20vw;
  background: linear-gradient(135deg, #ccc, #aaa);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  transition: 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_works .top_works .top_works_contents li a .img {
    height: 30vw;
  }
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_contents li a .img {
    height: 45vw;
  }
}
#top_works .top_works .top_works_contents li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_works .top_works .top_works_contents li a .caption {
  position:relative;
  bottom: 0;
  width: 100%;
  background: rgba(20, 67, 116, 0.9);
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  transition: 0.3s;
}
#top_works .top_works .top_works_contents li a .caption:hover {
  opacity: 0.75;
}
#top_works .top_works .btn {
  text-align: center;
}
#top_works .top_works .btn a button {
  border: none;
  background-color: #fff;
  padding: 1vw 4vw;
  transition: all 0.4s;
  cursor: pointer;
  border: solid 1px #144374;
  margin-top: 2vw;
}
#top_works .top_works .btn a button:hover {
  background-color: #144374;
  color: #fff;
}
#top_works .top_works .btn a button i {
  margin-left: 2vw;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .btn a button {
    padding: 3vw 8vw;
  }
}

#top_tiles {
  overflow: hidden;
  background-color: #fff;
  padding: 5rem 0;
}
#top_tiles .top_tiles .top_tiles_title {
  width: 85%;
  margin: auto;
  margin-bottom: 2vw;
  position: relative;
  color: #666;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_tiles .top_tiles .top_tiles_title {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #top_tiles .top_tiles .top_tiles_title {
    width: 90%;
    margin-bottom: 8vw;
  }
}
#top_tiles .top_tiles .top_tiles_title h2 {
  color: #144374;
  font-size: 6vw;
  opacity: 0.2;
  border-bottom: solid 3px #144374;
}
@media screen and (max-width: 768px) {
  #top_tiles .top_tiles .top_tiles_title h2 {
    font-size: 10vw;
  }
}
#top_tiles .top_tiles .top_tiles_title h4 {
  font-size: 3rem;
  color: #144374;
  position: absolute;
  bottom: 10%;
  text-align: right;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #top_tiles .top_tiles .top_tiles_title h4 {
    font-size: 2rem;
  }
}
#top_tiles .top_tiles .top_tiles_contents {
  width: 85%;
  margin: auto;
  margin-bottom: 2vw;
  position: relative;
  color: #666;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_tiles .top_tiles .top_tiles_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #top_tiles .top_tiles .top_tiles_contents {
    width: 90%;
    margin-bottom: 8vw;
  }
}
#top_tiles .top_tiles .top_tiles_contents li {
  width: 31%;
  background-color: #113152;
  padding: 1rem;
}
#top_tiles .top_tiles .top_tiles_contents li div {
  width: 100%;
  height: 20vw;
  background-size: cover;
  background-position: center;
}
#top_tiles .top_tiles .btn {
  text-align: center;
}
#top_tiles .top_tiles .btn a button {
  border: none;
  background-color: #fff;
  padding: 1vw 4vw;
  transition: all 0.4s;
  cursor: pointer;
  border: solid 1px #144374;
  margin-top: 2vw;
}
#top_tiles .top_tiles .btn a button:hover {
  background-color: #144374;
  color: #fff;
}
#top_tiles .top_tiles .btn a button i {
  margin-left: 2vw;
}
@media screen and (max-width: 768px) {
  #top_tiles .top_tiles .btn a button {
    padding: 3vw 8vw;
  }
}

#works .works .works_contents {
  position: relative;
  padding-bottom: 5rem;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #works .works .works_contents {
    width: 95%;
  }
}
#works .works .works_contents .works_detail_title {
  background: #144374;
  background: linear-gradient(180deg, #144374, #0D1620);
}
#works .works .works_contents .works_detail_title h4 {
  font-size: 2rem;
  position: relative;
  padding-top: 1rem;
  padding: 2rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents .works_detail_title h4 {
    font-size: 1.3rem;
    padding: 1rem;
  }
}
#works .works .works_contents ul {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 3rem;
}
#works .works .works_contents ul a {
  display: block;
  text-decoration: none;
  width: 48%;
  transition: all 0.4s;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_contents ul a {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul a {
    width: 100%;
    margin: 0;
  }
}
#works .works .works_contents ul a:hover {
  opacity: 0.75;
}
#works .works .works_contents ul a li {
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul a li {
    margin-bottom: 4vw;
  }
}
#works .works .works_contents ul a li .thumb {
  width: 100%;
  height: 20vw;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul a li .thumb {
    height: 60vw;
  }
}
#works .works .works_contents ul a li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#works .works .works_contents ul a li .outline {
  margin-top: 1rem;
  background-color: #fff;
}
#works .works .works_contents ul a li .outline .date {
  color: #333;
  margin-bottom: 0.3vw;
}
#works .works .works_contents ul a li .outline .title {
  color: #333;
  font-size: 1.2vw;
  padding: 1rem;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_contents ul a li .outline .title {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul a li .outline .title {
    font-size: 3vw;
  }
}
#works .works .works_achievements {
  position: relative;
  padding: 5rem 0;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_achievements {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #works .works .works_achievements {
    width: 95%;
  }
}
#works .works .works_achievements .works_detail_title {
  position: relative;
  margin-bottom: 2rem;
}
#works .works .works_achievements .works_detail_title h4 {
  font-size: 2rem;
  position: relative;
  padding-top: 1rem;
  padding: 2rem;
  text-align: center;
  color: #353535;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #works .works .works_achievements .works_detail_title h4 {
    font-size: 1.3rem;
    padding: 1rem;
  }
}
#works .works .works_achievements ul.achievements {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  list-style: none;
}
#works .works .works_achievements ul.achievements .achievements_list {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #works .works .works_achievements ul.achievements .achievements_list {
    width: 100%;
  }
}
#works .works .works_achievements ul.achievements .achievements_list h5 {
  font-size: 1.1rem;
  text-align: center;
  background-color: #fff;
  padding: 1rem 0;
  border: solid 1px #ddd;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #works .works .works_achievements ul.achievements .achievements_list h5 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_achievements ul.achievements .achievements_list h5 {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  #works .works .works_achievements ul.achievements .achievements_list h5 {
    font-size: 1rem;
  }
}
#works .works .works_achievements ul.achievements .achievements_list p {
  font-size: 1rem;
}
#works .works .works_achievements ul.achievements .achievements_list p a {
  display: block;
  margin-top: 1rem;
}
#works .works .works_achievements ul.achievements .achievements_list p a img {
  width: 100%;
}

#works_single .works_contents {
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #works_single .works_contents {
    margin-bottom: 12vw;
  }
}
#works_single .works_contents h4 {
  color: #333;
  letter-spacing: 0.2vw;
}
#works_single .works_contents h4 span {
  font-size: 2rem;
  display: inline-block;
  margin-bottom: 1rem;
}
#works_single .works_contents h4 i {
  font-size: 4rem;
  display: inline-block;
  margin-right: 5px;
}
#works_single .works_contents h4 strong {
  font-size: 2.5rem;
  display: block;
  color: #333;
  font-weight: 500;
}
#works_single .works_contents ul li .thumb {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works_single .works_contents ul li .thumb {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #works_single .works_contents ul li .thumb {
    width: 95%;
  }
}
#works_single .works_contents ul li .thumb .works_images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #works_single .works_contents ul li .thumb .works_images {
    flex-flow: column;
  }
}
#works_single .works_contents ul li .thumb .works_images img {
  width: 30%;
  height: 20vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #works_single .works_contents ul li .thumb .works_images img {
    width: 80%;
    margin: auto;
    margin-bottom: 4vw;
  }
}
#works_single .works_contents ul li .thumb .b_a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10vw;
}
@media screen and (max-width: 768px) {
  #works_single .works_contents ul li .thumb .b_a {
    flex-flow: column;
  }
}
#works_single .works_contents ul li .thumb .b_a .before, #works_single .works_contents ul li .thumb .b_a .during, #works_single .works_contents ul li .thumb .b_a .after {
  width: 32%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #works_single .works_contents ul li .thumb .b_a .before, #works_single .works_contents ul li .thumb .b_a .during, #works_single .works_contents ul li .thumb .b_a .after {
    width: 80%;
    margin: auto;
    margin-bottom: 4vw;
  }
}
#works_single .works_contents ul li .thumb .b_a .before::before {
  position: absolute;
  content: "Before";
  top: 0;
  left: 0;
  color: #fff;
  width: 30%;
  padding: 1.5vw 0;
  padding-left: 3vw;
  background-color: #333;
  opacity: 0.8;
  font-size: 1.2vw;
  letter-spacing: 0.3vw;
}
@media screen and (max-width: 768px) {
  #works_single .works_contents ul li .thumb .b_a .before::before {
    font-size: 3vw;
    padding: 3vw 0;
    padding-left: 6vw;
    letter-spacing: 0.6vw;
  }
}
#works_single .works_contents ul li .thumb .b_a .during::before {
  position: absolute;
  content: "During";
  top: 0;
  left: 0;
  color: #fff;
  width: 30%;
  padding: 1.5vw 0;
  padding-left: 3vw;
  background-color: #333;
  opacity: 0.8;
  font-size: 1.2vw;
  letter-spacing: 0.3vw;
}
@media screen and (max-width: 768px) {
  #works_single .works_contents ul li .thumb .b_a .during::before {
    font-size: 3vw;
    padding: 3vw 0;
    padding-left: 6vw;
    letter-spacing: 0.6vw;
  }
}
#works_single .works_contents ul li .thumb .b_a .after::before {
  position: absolute;
  content: "After";
  top: 0;
  left: 0;
  color: #fff;
  width: 30%;
  padding: 1.5vw 0;
  padding-left: 3vw;
  background-color: #333;
  opacity: 0.8;
  font-size: 1.2vw;
  letter-spacing: 0.3vw;
}
@media screen and (max-width: 768px) {
  #works_single .works_contents ul li .thumb .b_a .after::before {
    font-size: 3vw;
    padding: 3vw 0;
    padding-left: 6vw;
    letter-spacing: 0.6vw;
  }
}
#works_single .works_contents ul li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#works_single .works_contents ul li .outline {
  width: 80%;
  margin: auto;
  margin-top: 4vw;
}
@media screen and (max-width: 768px) {
  #works_single .works_contents ul li .outline {
    margin-top: 8vw;
    width: 95%;
  }
}
#works_single .works_contents ul li .outline .date {
  margin-bottom: 1vw;
  color: #333;
}
@media screen and (max-width: 768px) {
  #works_single .works_contents ul li .outline .date {
    margin-bottom: 2vw;
  }
}
#works_single .works_contents ul li .outline .title {
  font-size: 1.4vw;
  margin-bottom: 4vw;
  font-weight: 600;
  border-bottom: 1px solid #333;
  display: inline-block;
  padding: 0 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works_single .works_contents ul li .outline .title {
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #works_single .works_contents ul li .outline .title {
    font-size: 4vw;
    margin-bottom: 8vw;
  }
}
#works_single .works_contents ul li .outline .descn {
  font-size: 0.8vw;
}
@media screen and (max-width: 768px) {
  #works_single .works_contents ul li .outline .descn {
    font-size: 1.4vw;
  }
}

#works {
  background-color: #fff;
  padding-bottom: 5rem;
}

.works {
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .works {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .works {
    width: 90%;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #fff;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  color: #fff;
}

.works-title {
  text-align: center;
  font-size: 28px;
  color: #144374;
  margin-bottom: 40px;
  position: relative;
}

.works-title::after {
  content: "";
  width: 70px;
  height: 3px;
  background: #144374;
  display: block;
  margin: 10px auto 0;
}

/* ulリセット */
.gallery {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gallery .item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.gallery .item .img {
  height: 24vw;
  background: linear-gradient(135deg, #ccc, #aaa);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  transition: 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .gallery .item .img {
    height: 30vw;
  }
}
@media screen and (max-width: 768px) {
  .gallery .item .img {
    height: 60vw;
  }
}
.gallery .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* キャプション */
.caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(20, 67, 116, 0.9);
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  transition: 0.3s;
}

.caption:hover {
  opacity: 0.75;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current,
.wp-pagenavi a, .wp-pagenavi span {
  color: #000000;
}

.navigation {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 0 auto 3rem auto;
}
.navigation .wp-pagenavi {
  display: inline-flex;
}

/* スマホ */
@media (max-width: 768px) {
  .gallery {
    grid-template-columns: 1fr;
  }
}
#news {
  background-color: #f1f1f1;
  padding: 8vw 0;
}
#news .news {
  width: 80%;
  margin: auto;
}
#news .news .property_contents {
  margin-bottom: 8vw;
}
#news .news .property_contents .property_headline {
  position: relative;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_headline {
    margin-bottom: 8vw;
  }
}
#news .news .property_contents .property_headline h4 {
  width: 40%;
  padding: 1vw 2.5vw;
  margin: auto;
  background-color: #666;
  color: #fff;
  position: relative;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_headline h4 {
    width: 80%;
    padding: 2vw 5vw;
  }
}
#news .news .property_contents .property_headline h1 {
  position: absolute;
  color: #fff;
  font-size: 8vw;
  opacity: 0.5;
  top: 50%;
  left: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_headline h1 {
    font-size: 14vw;
  }
}
#news .news .property_contents .property_content {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_content {
    margin-bottom: 12vw;
  }
}
#news .news .property_contents .property_content ul {
  list-style: none;
  display: block !important;
}
#news .news .property_contents .property_content ul a {
  display: block;
  width: 50%;
  margin: auto;
  text-decoration: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .property_contents .property_content ul a {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_content ul a {
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_content ul li {
    margin-bottom: 4vw;
  }
}
#news .news .property_contents .property_content ul li .outline .date {
  color: #333;
}
#news .news .property_contents .property_content ul li .outline .category {
  margin-bottom: 1vw;
}
#news .news .property_contents .property_content ul li .outline .category ul {
  justify-content: flex-start;
}
#news .news .property_contents .property_content ul li .outline .category ul li {
  width: 6vw;
  text-align: center;
  padding: 0.4vw;
  color: #fff;
  margin-right: 0.8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .property_contents .property_content ul li .outline .category ul li {
    width: 12vw;
    padding: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_content ul li .outline .category ul li {
    width: 30vw;
    padding: 1.5vw 1vw;
  }
}
#news .news .property_contents .property_content ul li .outline .category ul li:first-child {
  background-color: #649BB4;
}
#news .news .property_contents .property_content ul li .outline .category ul li:nth-child(2) {
  background-color: #10C695;
}
#news .news .property_contents .property_content ul li .outline .category ul li:nth-child(3) {
  background-color: #e05a00;
}
#news .news .property_contents .property_content ul li .outline .title {
  color: #666;
  font-size: 1.2vw;
  font-weight: 600;
  border-bottom: 1px solid #666;
  margin-bottom: 0.6vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .property_contents .property_content ul li .outline .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_content ul li .outline .title {
    font-size: 3.6vw;
  }
}

.none {
  display: none !important;
}

#news_single .news .news_contents {
  background-color: #666;
  padding: 8vw 0;
}
#news_single .news .news_contents .news_content ul {
  width: 90%;
  margin: auto;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #news_single .news .news_contents .news_content ul {
    width: 95%;
  }
}
#news_single .news .news_contents .news_content ul li {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #news_single .news .news_contents .news_content ul li {
    flex-flow: column;
  }
}
#news_single .news .news_contents .news_content ul li .list_left {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #news_single .news .news_contents .news_content ul li .list_left {
    width: 90%;
    margin: auto;
  }
}
#news_single .news .news_contents .news_content ul li .list_left .thumb {
  width: 100%;
  height: 30vw;
  position: relative;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #news_single .news .news_contents .news_content ul li .list_left .thumb {
    height: 50vw;
  }
}
#news_single .news .news_contents .news_content ul li .list_left .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#news_single .news .news_contents .news_content ul li .list_left .thumb .status {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  text-align: center;
  color: #fff;
}
#news_single .news .news_contents .news_content ul li .list_left .images {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #news_single .news .news_contents .news_content ul li .list_left .images {
    margin-bottom: 4vw;
  }
}
#news_single .news .news_contents .news_content ul li .list_left .images div {
  width: 48%;
  height: 14vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #news_single .news .news_contents .news_content ul li .list_left .images div {
    height: 30vw;
  }
}
#news_single .news .news_contents .news_content ul li .list_left .images div:nth-child(odd) {
  margin-right: 1vw;
}
#news_single .news .news_contents .news_content ul li .list_left .images div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#news_single .news .news_contents .news_content ul li .outline {
  width: 48%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news .news_contents .news_content ul li .outline {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news .news_contents .news_content ul li .outline {
    width: 90%;
    margin: auto;
  }
}
#news_single .news .news_contents .news_content ul li .outline .outline_title {
  width: 100%;
}
#news_single .news .news_contents .news_content ul li .outline .outline_title .title {
  font-size: 2vw;
  margin-bottom: 2vw;
  color: #333;
  border-bottom: 2px solid #333;
}
@media screen and (max-width: 768px) {
  #news_single .news .news_contents .news_content ul li .outline .outline_title .title {
    font-size: 3.6vw;
  }
}

#property_single .property .property_contents {
  background-color: #f6f8fb;
  padding: 8vw 0;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents {
    padding: 12vw 0;
  }
}
#property_single .property .property_contents .property_content ul {
  width: 90%;
  margin: auto;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul {
    width: 95%;
  }
}
#property_single .property .property_contents .property_content ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li {
    flex-flow: column;
  }
}
#property_single .property .property_contents .property_content ul li .list_left {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .list_left {
    width: 90%;
    margin: auto;
  }
}
#property_single .property .property_contents .property_content ul li .list_left .thumb {
  width: 100%;
  height: 30vw;
  display: block;
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .list_left .thumb {
    height: 50vw;
  }
}
#property_single .property .property_contents .property_content ul li .list_left .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#property_single .property .property_contents .property_content ul li .list_left .thumb .status {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  text-align: center;
  color: #fff;
}
#property_single .property .property_contents .property_content ul li .list_left .images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .list_left .images {
    margin-bottom: 4vw;
  }
}
#property_single .property .property_contents .property_content ul li .list_left .images div {
  width: 48%;
  height: 14vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .list_left .images div {
    height: 30vw;
  }
}
#property_single .property .property_contents .property_content ul li .list_left .images div:nth-child(odd) {
  margin-right: 1vw;
}
#property_single .property .property_contents .property_content ul li .list_left .images div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#property_single .property .property_contents .property_content ul li .outline {
  width: 48%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property_single .property .property_contents .property_content ul li .outline {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .outline {
    width: 90%;
    margin: auto;
  }
}
#property_single .property .property_contents .property_content ul li .outline .outline_title {
  width: 100%;
}
#property_single .property .property_contents .property_content ul li .outline .outline_title .title {
  font-size: 2vw;
  margin-bottom: 2vw;
  color: #666;
  border-bottom: 2px solid #666;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .outline .outline_title .title {
    font-size: 3.6vw;
  }
}
#property_single .property .property_contents .property_content ul li .outline .outline_title .category {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .outline .outline_title .category {
    margin-bottom: 8vw;
  }
}
#property_single .property .property_contents .property_content ul li .outline .outline_title .category ul {
  display: flex;
  justify-content: flex-start;
  width: 100% !important;
}
#property_single .property .property_contents .property_content ul li .outline .outline_title .category ul li {
  width: auto;
  text-align: center;
  padding: 0.4vw;
  color: #fff;
  margin-right: 0.8vw;
  display: block;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property_single .property .property_contents .property_content ul li .outline .outline_title .category ul li {
    width: auto;
    padding: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .outline .outline_title .category ul li {
    width: auto;
    padding: 1.5vw 1vw;
  }
}
#property_single .property .property_contents .property_content ul li .outline .outline_title .category ul li:first-child {
  background-color: #649BB4;
}
#property_single .property .property_contents .property_content ul li .outline .outline_title .category ul li:nth-child(2) {
  background-color: #10C695;
}
#property_single .property .property_contents .property_content ul li .outline .outline_title .category ul li:nth-child(3) {
  background-color: #e05a00;
}
#property_single .property .property_contents .property_content ul li .outline .property_table {
  width: 100%;
}
#property_single .property .property_contents .property_content ul li .outline .property_table table {
  width: 100%;
}
#property_single .property .property_contents .property_content ul li .outline .property_table table tr th, #property_single .property .property_contents .property_content ul li .outline .property_table table tr td {
  padding: 1.5vw;
  font-size: 1.1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property_single .property .property_contents .property_content ul li .outline .property_table table tr th, #property_single .property .property_contents .property_content ul li .outline .property_table table tr td {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .outline .property_table table tr th, #property_single .property .property_contents .property_content ul li .outline .property_table table tr td {
    font-size: 3.3vw;
  }
}
#property_single .property .property_contents .property_content ul li .outline .property_table table tr th {
  background-color: #666;
  color: #fff;
  font-weight: 600;
}

#company {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #company {
    padding-top: 5rem;
  }
}
#company .company {
  width: 85%;
  margin: 0 auto;
  padding: 5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company {
    padding: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #company .company {
    padding: 0;
  }
}
#company .company .company_title {
  text-align: center;
  margin-bottom: 2vw;
}
#company .company .company_title h4 {
  font-size: 2.5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company .company_title h4 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_title h4 {
    font-size: 2rem;
  }
}
#company .company .company_contents table {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
  border: solid 1px #f4f9ff;
}
#company .company .company_contents table tr:nth-child(even) {
  background-color: #f4f9ff;
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
  }
}
#company .company .company_contents table tr th, #company .company .company_contents table tr td {
  padding: 1.5vw;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company .company_contents table tr th, #company .company .company_contents table tr td {
    font-size: 1.3rem;
    padding: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr th, #company .company .company_contents table tr td {
    padding: 8vw 4vw;
    text-align: start;
  }
}
#company .company .company_contents table tr th {
  width: 30%;
  color: #666;
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr th {
    width: 100%;
    padding-bottom: 1.5vw;
  }
}
#company .company .company_contents table tr td {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr td {
    width: 100%;
    padding-top: 1.5vw;
  }
}
#company .company .company_contents .map iframe {
  margin-top: 2rem;
  width: 100%;
}
#company .greeting {
  margin: 8vw 0;
}
@media screen and (max-width: 768px) {
  #company .greeting {
    margin: 16vw 0;
  }
}
#company .greeting .greeting_title {
  text-align: center;
  margin-bottom: 2vw;
}
#company .greeting .greeting_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #company .greeting .greeting_contents {
    width: 90%;
    flex-flow: column;
  }
}
#company .greeting .greeting_contents .greeting_text {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #company .greeting .greeting_contents .greeting_text {
    width: 100%;
    padding-top: 2rem;
  }
}
#company .greeting .greeting_contents .greeting_text p {
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .greeting .greeting_contents .greeting_text p {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #company .greeting .greeting_contents .greeting_text p {
    font-size: 3.3vw;
  }
}
#company .greeting .greeting_contents .greeting_image {
  width: 35%;
}
@media screen and (max-width: 768px) {
  #company .greeting .greeting_contents .greeting_image {
    width: 100%;
  }
}
#company .greeting .greeting_contents .greeting_image img {
  width: 100%;
  border-radius: 50px;
}
#company .philosophy {
  background-color: #f1f1f1;
  padding: 4vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .philosophy {
    padding: 6vw 0;
  }
}
@media screen and (max-width: 768px) {
  #company .philosophy {
    padding: 12vw 0;
  }
}
#company .philosophy .philosophy_title {
  text-align: center;
  margin-bottom: 2vw;
}
#company .philosophy .philosophy_contents table {
  width: 60%;
  margin: auto;
  border-collapse: collapse;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .philosophy .philosophy_contents table {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #company .philosophy .philosophy_contents table {
    width: 95vw;
  }
}
#company .philosophy .philosophy_contents table tr:nth-child(even) {
  background-color: #f1f1f1;
}
@media screen and (max-width: 768px) {
  #company .philosophy .philosophy_contents table tr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
  }
}
#company .philosophy .philosophy_contents table tr th, #company .philosophy .philosophy_contents table tr td {
  padding: 1.5vw;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .philosophy .philosophy_contents table tr th, #company .philosophy .philosophy_contents table tr td {
    padding: 2vw;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #company .philosophy .philosophy_contents table tr th, #company .philosophy .philosophy_contents table tr td {
    padding: 8vw 4vw;
    font-size: 3.3vw;
    text-align: start;
  }
}
#company .philosophy .philosophy_contents table tr th {
  width: 30%;
  color: #333;
  background-color: #333;
  color: #666;
  border-bottom: 1px solid #f1f1f1;
}
@media screen and (max-width: 768px) {
  #company .philosophy .philosophy_contents table tr th {
    width: 100%;
    padding-bottom: 1.5vw;
  }
}
#company .philosophy .philosophy_contents table tr td {
  width: 70%;
  border-bottom: 1px solid #666;
}
@media screen and (max-width: 768px) {
  #company .philosophy .philosophy_contents table tr td {
    width: 100%;
    padding-top: 1.5vw;
  }
}

.commitment_contents {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 5rem;
  width: 85%;
  margin: 0 auto 5rem auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .commitment_contents {
    padding: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .commitment_contents {
    padding: 1.5rem;
  }
}
.commitment_contents .commitment_content_main .commitment_mainheadline h3 {
  text-align: center;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
  border-bottom: solid 3px #144374;
}
.commitment_contents .commitment_content_main .commitment_mainheadline .commitment_content_detail_image {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .commitment_contents .commitment_content_main .commitment_mainheadline .commitment_content_detail_image {
    width: 75%;
  }
}
.commitment_contents .commitment_content_main .commitment_mainheadline .commitment_content_detail_image img {
  width: 100%;
  margin-top: 2rem;
}
.commitment_contents .commitment_content_main .commitment_mainheadline h4 {
  width: 50%;
  margin: 5rem auto 2rem auto;
  text-align: center;
  color: #144374;
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: block;
  top: 0;
}
@media screen and (max-width: 768px) {
  .commitment_contents .commitment_content_main .commitment_mainheadline h4 {
    width: 100%;
  }
}
.commitment_contents .commitment_content_main .commitment_mainheadline h4:before {
  position: absolute;
  top: 0;
  content: "";
  width: 8px;
  height: 100%;
  display: inline-block;
  border-left: solid 1px #144374;
  border-top: solid 1px #144374;
  border-bottom: solid 1px #144374;
  left: 0;
}
.commitment_contents .commitment_content_main .commitment_mainheadline h4:after {
  position: absolute;
  top: 0;
  content: "";
  width: 8px;
  height: 100%;
  display: inline-block;
  content: "";
  border-top: solid 1px #144374;
  border-right: solid 1px #144374;
  border-bottom: solid 1px #144374;
  right: 0;
}
.commitment_contents .commitment_content {
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  border-bottom: solid 1px #ccc;
}
.commitment_contents .commitment_content .commitment_headline {
  color: #144374;
  display: table;
  text-align: center;
  position: relative;
  margin: 0 auto 40px auto;
  padding: 1rem 3rem;
  border-bottom: 5px solid #144374;
}
.commitment_contents .commitment_content .commitment_headline:before {
  position: absolute;
  bottom: 0.4rem;
  left: 0rem;
  right: 0rem;
  border-bottom: 1px solid #144374;
  content: "";
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .commitment_contents .commitment_content .commitment_headline {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .commitment_contents .commitment_content .commitment_headline {
    margin-bottom: 20px;
  }
}
.commitment_contents .commitment_content .commitment_headline .title {
  color: #333;
  position: relative;
  display: inline-block;
}
.commitment_contents .commitment_content .commitment_reverse {
  color: #333;
}
@media screen and (max-width: 768px) {
  .commitment_contents .commitment_content .commitment_reverse {
    display: flex !important;
    flex-direction: column-reverse;
  }
}
.commitment_contents .commitment_content .commitment_content_detail {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .commitment_contents .commitment_content .commitment_content_detail {
    display: block;
  }
}
.commitment_contents .commitment_content .commitment_content_detail .commitment_content_detail_image {
  width: 40%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .commitment_contents .commitment_content .commitment_content_detail .commitment_content_detail_image {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .commitment_contents .commitment_content .commitment_content_detail .commitment_content_detail_image {
    width: 100%;
    margin: auto;
  }
}
.commitment_contents .commitment_content .commitment_content_detail .commitment_content_detail_image img {
  display: block;
  width: 100%;
  box-shadow: 0 0 10px #737373;
}
.commitment_contents .commitment_content .commitment_content_detail .commitment_content_detail_text {
  width: 60%;
  padding: 0 20px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .commitment_contents .commitment_content .commitment_content_detail .commitment_content_detail_text {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .commitment_contents .commitment_content .commitment_content_detail .commitment_content_detail_text {
    width: 100%;
    padding: 20px 0;
  }
}
.commitment_contents .commitment_content .commitment_content_detail .commitment_content_detail_text .commitment_detail_headline {
  color: #333;
}
.commitment_contents .commitment_content .commitment_content_detail .commitment_content_detail_text .commitment_detail_headline .title {
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .commitment_contents .commitment_content .commitment_content_detail .commitment_content_detail_text .commitment_detail_headline .title {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  .commitment_contents .commitment_content .commitment_content_detail .commitment_content_detail_text .commitment_detail_headline .title {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.commitment_contents .commitment_content .commitment_content_detail02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .commitment_contents .commitment_content .commitment_content_detail02 {
    flex-flow: column-reverse;
  }
}
.commitment_contents .commitment_content .commitment_content_detail02 .commitment_content_detail_image {
  width: 40%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .commitment_contents .commitment_content .commitment_content_detail02 .commitment_content_detail_image {
    width: 30%;
  }
}
.commitment_contents .commitment_content .commitment_content_detail02 .commitment_content_detail_image img {
  width: 100%;
}
.commitment_contents .commitment_content .commitment_content_detail02 .commitment_content_detail_text {
  width: 60%;
  padding-right: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .commitment_contents .commitment_content .commitment_content_detail02 .commitment_content_detail_text {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .commitment_contents .commitment_content .commitment_content_detail02 .commitment_content_detail_text {
    width: 100%;
  }
}
.commitment_contents .commitment_content .commitment_content_detail02 .commitment_content_detail_text .commitment_detail_headline .title {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .commitment_contents .commitment_content .commitment_content_detail02 .commitment_content_detail_text .commitment_detail_headline .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

#commitment {
  width: 100%;
  background-color: #fff;
}
#commitment .commitment {
  width: 85%;
  margin: 0 auto;
  padding: 5rem 0;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #commitment .commitment {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #commitment .commitment {
    width: 90%;
  }
}
#commitment .commitment .intro .text h2 {
  color: #144374;
  border-left: 6px solid #144374;
  padding-left: 12px;
  margin-bottom: 15px;
}
#commitment .commitment .grid .text h3 {
  color: #144374;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: solid 1px #144374;
}
#commitment .commitment .last h2 {
  color: #144374;
  border-left: 6px solid #144374;
  padding-left: 12px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #commitment .commitment .last h2 {
    font-size: 1.8rem;
  }
}

/* セクション */
.section {
  background: #fff;
  margin-bottom: 50px;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .section {
    padding: 1.5rem;
  }
}

/* 中見出し */
.middle-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #144374;
  margin: 60px 0 30px;
  position: relative;
}

.middle-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #144374;
  margin: 10px auto 0;
}

/* レイアウト */
.grid {
  display: flex;
  gap: 30px;
  align-items: center;
}

.grid.reverse {
  flex-direction: row-reverse;
}

.text {
  flex: 1;
}

.image {
  flex: 1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  width: 50%;
  margin: 3rem auto 0 auto;
}
@media screen and (max-width: 768px) {
  .image {
    width: 100%;
  }
}
.image img {
  width: 100%;
}

/* 最後 */
.last .image {
  margin-top: 20px;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .grid {
    flex-direction: column;
  }
  .grid.reverse {
    flex-direction: column;
  }
}
.exterior_contents {
  background-color: #fff;
  padding-bottom: 5rem;
}
.exterior_contents .exterior_content {
  background-color: rgba(255, 255, 255, 0.85);
  background-size: cover;
  background-position: top;
}
.exterior_contents .exterior_content .exterior_mainheadline {
  width: 85%;
  margin: auto;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 7rem 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .exterior_contents .exterior_content .exterior_mainheadline {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .exterior_contents .exterior_content .exterior_mainheadline {
    width: 90%;
  }
}
.exterior_contents .exterior_content .exterior_mainheadline .title {
  border-bottom: solid 3px rgba(20, 66, 116, 0.5);
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}
.exterior_contents .exterior_content .exterior_mainheadline .title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #144374;
  bottom: -3px;
  width: 20%;
}
.exterior_contents .exterior_content .exterior_mainheadline p {
  color: #333;
}
@media screen and (max-width: 768px) {
  .exterior_contents .exterior_content .exterior_mainheadline p {
    text-align: left;
  }
}
.exterior_contents .exterior_content2 {
  width: 85%;
  margin: auto;
  padding: 3rem;
  background-color: rgba(255, 255, 255, 0.85);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .exterior_contents .exterior_content2 {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .exterior_contents .exterior_content2 {
    width: 90%;
  }
}
.exterior_contents .exterior_content2 .exterior_headline {
  padding: 3rem 0;
}
.exterior_contents .exterior_content2 .exterior_headline .title {
  color: #144374;
  position: relative;
  display: block;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #144374;
}
@media screen and (max-width: 768px) {
  .exterior_contents .exterior_content2 .exterior_headline .title {
    font-size: 4.5vw;
  }
}
.exterior_contents .exterior_content2 .exterior_reverse {
  color: #333;
}
@media screen and (max-width: 768px) {
  .exterior_contents .exterior_content2 .exterior_reverse {
    display: flex !important;
    flex-direction: column-reverse;
  }
}
.exterior_contents .exterior_content2 .exterior_content_detail {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .exterior_contents .exterior_content2 .exterior_content_detail {
    display: block;
  }
}
.exterior_contents .exterior_content2 .exterior_content_detail .exterior_content_detail_image {
  width: 40%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .exterior_contents .exterior_content2 .exterior_content_detail .exterior_content_detail_image {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .exterior_contents .exterior_content2 .exterior_content_detail .exterior_content_detail_image {
    width: 100%;
    margin: auto;
  }
}
.exterior_contents .exterior_content2 .exterior_content_detail .exterior_content_detail_image img {
  display: block;
  width: 100%;
  box-shadow: 0 0 10px #737373;
}
.exterior_contents .exterior_content2 .exterior_content_detail .exterior_content_detail_text {
  width: 60%;
  padding: 0 20px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .exterior_contents .exterior_content2 .exterior_content_detail .exterior_content_detail_text {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .exterior_contents .exterior_content2 .exterior_content_detail .exterior_content_detail_text {
    width: 100%;
    padding: 20px 0;
  }
}
.exterior_contents .exterior_content2 .exterior_content_detail .exterior_content_detail_text .exterior_detail_headline {
  color: #333;
}
.exterior_contents .exterior_content2 .exterior_content_detail .exterior_content_detail_text .exterior_detail_headline .title {
  color: #212121;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .exterior_contents .exterior_content2 .exterior_content_detail .exterior_content_detail_text .exterior_detail_headline .title {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  .exterior_contents .exterior_content2 .exterior_content_detail .exterior_content_detail_text .exterior_detail_headline .title {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.exterior_contents .exterior_content2 .exterior_content_detail .exterior_content_detail_text .exterior_detail_headline .text {
  font-size: 1.2vw;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .exterior_contents .exterior_content2 .exterior_content_detail .exterior_content_detail_text .exterior_detail_headline .text {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .exterior_contents .exterior_content2 .exterior_content_detail .exterior_content_detail_text .exterior_detail_headline .text {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .exterior_contents .exterior_content2 .exterior_content_detail .exterior_content_detail_text .exterior_detail_headline .text {
    font-size: 2.5vw;
  }
}
.exterior_contents .exterior_content2 .exterior_content_detail02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .exterior_contents .exterior_content2 .exterior_content_detail02 {
    flex-flow: column-reverse;
  }
}
.exterior_contents .exterior_content2 .exterior_content_detail02 .exterior_content_detail_image {
  width: 40%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .exterior_contents .exterior_content2 .exterior_content_detail02 .exterior_content_detail_image {
    width: 30%;
  }
}
.exterior_contents .exterior_content2 .exterior_content_detail02 .exterior_content_detail_image img {
  width: 100%;
}
.exterior_contents .exterior_content2 .exterior_content_detail02 .exterior_content_detail_text {
  width: 60%;
  padding-right: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .exterior_contents .exterior_content2 .exterior_content_detail02 .exterior_content_detail_text {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .exterior_contents .exterior_content2 .exterior_content_detail02 .exterior_content_detail_text {
    width: 100%;
  }
}
.exterior_contents .exterior_content2 .exterior_content_detail02 .exterior_content_detail_text .exterior_detail_headline .title {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .exterior_contents .exterior_content2 .exterior_content_detail02 .exterior_content_detail_text .exterior_detail_headline .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.tile-section {
  padding: 80px 20px;
  background: #f6f8fb;
}

.container {
  max-width: 1100px;
  margin: auto;
}

.section-title {
  text-align: center;
  color: #144374;
  margin-bottom: 25px;
  position: relative;
}

.section-title:after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #144374;
  margin: 15px auto 0;
}

.lead {
  text-align: center;
  line-height: 1.9;
  margin-bottom: 60px;
  color: #444;
}
@media screen and (max-width: 768px) {
  .lead {
    text-align: left;
  }
}

.tile-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.tile-card {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.tile-img img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}

.tile-content {
  padding: 30px;
}

.tile-content h4 {
  color: #144374;
  margin-bottom: 15px;
  padding-bottom: 1rem;
  border-bottom: solid 1px #144374;
}
@media screen and (max-width: 768px) {
  .tile-content h4 {
    font-size: 1.8rem;
  }
}

.tile-content p {
  line-height: 1.8;
  color: #555;
}

@media (max-width: 768px) {
  .tile-grid {
    grid-template-columns: 1fr;
  }
}
.tile_contents {
  background-color: #fff;
  overflow: hidden;
}
.tile_contents .tile_content {
  background-color: rgba(255, 255, 255, 0.85);
  background-size: cover;
  background-position: top;
}
.tile_contents .tile_content .tile_mainheadline {
  width: 85%;
  margin: auto;
  position: relative;
  margin: 0 auto 10rem auto;
  padding: 7rem 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .tile_contents .tile_content .tile_mainheadline {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .tile_contents .tile_content .tile_mainheadline {
    width: 100%;
    padding: 5rem 3rem;
  }
}
.tile_contents .tile_content .tile_mainheadline .title {
  border-bottom: solid 3px rgba(20, 66, 116, 0.5);
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}
.tile_contents .tile_content .tile_mainheadline .title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #144374;
  bottom: -3px;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .tile_contents .tile_content .tile_mainheadline .title {
    font-size: 1.7rem;
  }
}
.tile_contents .tile_content .tile_mainheadline p {
  color: #333;
}
@media screen and (max-width: 768px) {
  .tile_contents .tile_content .tile_mainheadline p {
    text-align: left;
  }
}
.tile_contents .tile_content_sub {
  padding-bottom: 7rem;
}
.tile_contents .tile_content_sub .tile_headline {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin: auto;
  padding: 3rem 0;
  background: #144374;
  background: linear-gradient(180deg, #144374, #0D1620);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .tile_contents .tile_content_sub .tile_headline {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .tile_contents .tile_content_sub .tile_headline {
    width: 90%;
  }
}
.tile_contents .tile_content_sub .tile_headline .title {
  color: #fff;
  position: relative;
  display: inline-block;
}
.tile_contents .tile_content_sub .tile_reverse {
  color: #333;
}
@media screen and (max-width: 768px) {
  .tile_contents .tile_content_sub .tile_reverse {
    display: flex !important;
    flex-direction: column-reverse;
  }
}
.tile_contents .tile_content_sub .tile_content_detail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.85);
  border-bottom: solid 1px rgba(221, 221, 221, 0.8666666667);
  padding-bottom: 7rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .tile_contents .tile_content_sub .tile_content_detail {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .tile_contents .tile_content_sub .tile_content_detail {
    width: 90%;
    display: block;
  }
}
.tile_contents .tile_content_sub .tile_content_detail .tile_content_detail_image {
  width: 40%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .tile_contents .tile_content_sub .tile_content_detail .tile_content_detail_image {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .tile_contents .tile_content_sub .tile_content_detail .tile_content_detail_image {
    width: 100%;
    margin: auto;
  }
}
.tile_contents .tile_content_sub .tile_content_detail .tile_content_detail_image img {
  display: block;
  width: 100%;
  box-shadow: 0 0 10px #737373;
}
.tile_contents .tile_content_sub .tile_content_detail .tile_content_detail_text {
  width: 60%;
  padding: 0 20px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .tile_contents .tile_content_sub .tile_content_detail .tile_content_detail_text {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .tile_contents .tile_content_sub .tile_content_detail .tile_content_detail_text {
    width: 100%;
    padding: 2rem 0 0 0;
  }
}
.tile_contents .tile_content_sub .tile_content_detail .tile_content_detail_text .tile_detail_headline {
  color: #333;
}
.tile_contents .tile_content_sub .tile_content_detail .tile_content_detail_text .tile_detail_headline .title {
  margin-bottom: 2rem;
  padding: 1rem 0rem;
  font-weight: bold;
  color: #144374;
  border-bottom: solid 1px #144374;
}
.tile_contents .tile_content_sub .tile_content_detail .tile_content_detail_text .tile_detail_headline .title:before {
  content: "";
  border-left: 10px double #144374;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .tile_contents .tile_content_sub .tile_content_detail .tile_content_detail_text .tile_detail_headline .title {
    margin-bottom: 10px;
  }
}
.tile_contents .tile_content_sub .tile_content_detail02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .tile_contents .tile_content_sub .tile_content_detail02 {
    flex-flow: column-reverse;
  }
}
.tile_contents .tile_content_sub .tile_content_detail02 .tile_content_detail_image {
  width: 40%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .tile_contents .tile_content_sub .tile_content_detail02 .tile_content_detail_image {
    width: 30%;
  }
}
.tile_contents .tile_content_sub .tile_content_detail02 .tile_content_detail_image img {
  width: 100%;
}
.tile_contents .tile_content_sub .tile_content_detail02 .tile_content_detail_text {
  width: 60%;
  padding-right: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .tile_contents .tile_content_sub .tile_content_detail02 .tile_content_detail_text {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .tile_contents .tile_content_sub .tile_content_detail02 .tile_content_detail_text {
    width: 100%;
  }
}
.tile_contents .tile_content_sub .tile_content_detail02 .tile_content_detail_text .tile_detail_headline .title {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .tile_contents .tile_content_sub .tile_content_detail02 .tile_content_detail_text .tile_detail_headline .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.tiles_contents {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 5rem;
  width: 85%;
  margin: 0 auto 5rem auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .tiles_contents {
    padding: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .tiles_contents {
    padding: 1.5rem;
  }
}
.tiles_contents .tiles_content_main .tiles_mainheadline h3 {
  text-align: center;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
  border-bottom: solid 3px #144374;
}
.tiles_contents .tiles_content_main .tiles_mainheadline .tiles_content_detail_image {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tiles_contents .tiles_content_main .tiles_mainheadline .tiles_content_detail_image {
    width: 75%;
  }
}
.tiles_contents .tiles_content_main .tiles_mainheadline .tiles_content_detail_image img {
  width: 100%;
  margin-top: 2rem;
}
.tiles_contents .tiles_content_main .tiles_mainheadline h4 {
  width: 50%;
  margin: 5rem auto 2rem auto;
  text-align: center;
  color: #144374;
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: block;
  top: 0;
}
@media screen and (max-width: 768px) {
  .tiles_contents .tiles_content_main .tiles_mainheadline h4 {
    width: 100%;
  }
}
.tiles_contents .tiles_content_main .tiles_mainheadline h4:before {
  position: absolute;
  top: 0;
  content: "";
  width: 8px;
  height: 100%;
  display: inline-block;
  border-left: solid 1px #144374;
  border-top: solid 1px #144374;
  border-bottom: solid 1px #144374;
  left: 0;
}
.tiles_contents .tiles_content_main .tiles_mainheadline h4:after {
  position: absolute;
  top: 0;
  content: "";
  width: 8px;
  height: 100%;
  display: inline-block;
  content: "";
  border-top: solid 1px #144374;
  border-right: solid 1px #144374;
  border-bottom: solid 1px #144374;
  right: 0;
}
.tiles_contents .tiles_content {
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  border-bottom: solid 1px #ccc;
}
.tiles_contents .tiles_content .tiles_headline {
  color: #144374;
  display: table;
  text-align: center;
  position: relative;
  margin: 0 auto 40px auto;
  padding: 1rem 3rem;
  border-bottom: 5px solid #144374;
}
.tiles_contents .tiles_content .tiles_headline:before {
  position: absolute;
  bottom: 0.4rem;
  left: 0rem;
  right: 0rem;
  border-bottom: 1px solid #144374;
  content: "";
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .tiles_contents .tiles_content .tiles_headline {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .tiles_contents .tiles_content .tiles_headline {
    margin-bottom: 20px;
  }
}
.tiles_contents .tiles_content .tiles_headline .title {
  color: #333;
  position: relative;
  display: inline-block;
}
.tiles_contents .tiles_content .tiles_reverse {
  color: #333;
}
@media screen and (max-width: 768px) {
  .tiles_contents .tiles_content .tiles_reverse {
    display: flex !important;
    flex-direction: column-reverse;
  }
}
.tiles_contents .tiles_content .tiles_content_detail {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .tiles_contents .tiles_content .tiles_content_detail {
    display: block;
  }
}
.tiles_contents .tiles_content .tiles_content_detail .tiles_content_detail_image {
  width: 38%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .tiles_contents .tiles_content .tiles_content_detail .tiles_content_detail_image {
    width: 38%;
  }
}
@media screen and (max-width: 768px) {
  .tiles_contents .tiles_content .tiles_content_detail .tiles_content_detail_image {
    width: 100%;
    margin: auto;
  }
}
.tiles_contents .tiles_content .tiles_content_detail .tiles_content_detail_image img {
  background-color: #113152;
  padding: 1rem;
  display: block;
  width: 100%;
}
.tiles_contents .tiles_content .tiles_content_detail .tiles_content_detail_text {
  width: 58%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .tiles_contents .tiles_content .tiles_content_detail .tiles_content_detail_text {
    width: 58%;
  }
}
@media screen and (max-width: 768px) {
  .tiles_contents .tiles_content .tiles_content_detail .tiles_content_detail_text {
    width: 100%;
    padding: 20px 0;
  }
}
.tiles_contents .tiles_content .tiles_content_detail .tiles_content_detail_text .tiles_detail_headline {
  color: #333;
}
.tiles_contents .tiles_content .tiles_content_detail .tiles_content_detail_text .tiles_detail_headline .title {
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .tiles_contents .tiles_content .tiles_content_detail .tiles_content_detail_text .tiles_detail_headline .title {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  .tiles_contents .tiles_content .tiles_content_detail .tiles_content_detail_text .tiles_detail_headline .title {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.tiles_contents .tiles_content .tiles_content_detail02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .tiles_contents .tiles_content .tiles_content_detail02 {
    flex-flow: column-reverse;
  }
}
.tiles_contents .tiles_content .tiles_content_detail02 .tiles_content_detail_image {
  width: 40%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .tiles_contents .tiles_content .tiles_content_detail02 .tiles_content_detail_image {
    width: 30%;
  }
}
.tiles_contents .tiles_content .tiles_content_detail02 .tiles_content_detail_image img {
  width: 100%;
}
.tiles_contents .tiles_content .tiles_content_detail02 .tiles_content_detail_text {
  width: 60%;
  padding-right: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .tiles_contents .tiles_content .tiles_content_detail02 .tiles_content_detail_text {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .tiles_contents .tiles_content .tiles_content_detail02 .tiles_content_detail_text {
    width: 100%;
  }
}
.tiles_contents .tiles_content .tiles_content_detail02 .tiles_content_detail_text .tiles_detail_headline .title {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .tiles_contents .tiles_content .tiles_content_detail02 .tiles_content_detail_text .tiles_detail_headline .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

#tiles_contents {
  width: 100%;
  background-color: #fff;
  padding: 5rem 0;
}
#tiles_contents .wrap {
  width: 85%;
  margin: 0 auto;
}

/* タイトル */
.main-title {
  text-align: center;
  color: #144374;
  margin-bottom: 50px;
}

/* ブロック */
.block {
  margin-bottom: 7rem;
  overflow: hidden;
  padding-bottom: 7rem;
  border-bottom: solid 1px #ddd;
}

/* 見出し */
.block h3 {
  color: #144374;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 8px;
}

.block h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120px;
  height: 3px;
  background: #144374;
}

/* 画像（小さめ） */
.img-float {
  width: 45%;
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .img-float {
    width: 100%;
  }
}
.img-float img {
  width: 100%;
}

/* 文章 */
.block p {
  line-height: 1.9;
}

/* スマホ */
@media (max-width: 768px) {
  .img-float {
    float: none;
    margin: 0 0 15px 0;
  }
}
#contact {
  background-color: #fff;
  padding-bottom: 8vw;
}
#contact .contact_form {
  width: 80%;
  margin: auto;
  padding: 40px;
  color: #333;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact_form {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact_form {
    width: 90%;
    padding: 10px;
  }
}
#contact .contact_form h2 {
  text-align: center;
  color: #333;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #contact .contact_form h2 {
    margin-bottom: 4vw;
  }
}
#contact .contact_form .contact_text {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #contact .contact_form .contact_text {
    margin-bottom: 20px;
  }
}
#contact .contact_form .form {
  width: 100%;
}
#contact .contact_form .form .wpcf7 {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 5rem;
  border-radius: 10px;
  margin: auto;
}
#contact .contact_form .form .wpcf7 label {
  display: block;
  margin-bottom: 2rem;
  font-size: 100%;
  font-weight: 600;
  color: #333333;
}
#contact .contact_form .form .wpcf7 label .red {
  background-color: #ff0000;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 80%;
}
#contact .contact_form .form .wpcf7 label .blue {
  background-color: #2986ff;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 80%;
}
#contact .contact_form .form .wpcf7 label .wpcf7-form-control-wrap input {
  width: 100%;
  margin-top: 1rem;
  padding: 1rem;
}
#contact .contact_form .form .wpcf7 label textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #333333;
  border-radius: 5px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
  height: 250px;
  resize: vertical;
}
#contact .contact_form .form .wpcf7 label.policy {
  text-align: center;
}
#contact .contact_form .form .wpcf7 label.policy input {
  width: auto;
}
#contact .contact_form .form .wpcf7 .wpcf7 input[type=url], #contact .contact_form .form .wpcf7 .wpcf7 input[type=email], #contact .contact_form .form .wpcf7 .wpcf7 input[type=tel] {
  padding: 2rem;
  margin-bottom: 2rem;
  height: 20px;
}
#contact .contact_form .form .wpcf7 input[type=submit] {
  color: #fff;
  background-color: #666;
  cursor: pointer;
  transition: background-color 0.4s ease;
  border: none;
  width: 80%;
  margin: auto 10%;
  font-size: 120%;
  font-weight: 600;
  padding: 1rem;
  border-radius: 10px;
}
#contact .contact_form .form .wpcf7 input[type=submit]:hover {
  opacity: 0.7;
}
#contact .contact_form .form .wpcf7 .wpcf7-response-output {
  font-size: 160%;
  text-align: center;
  padding: 1rem;
  color: #333333;
  font-weight: 600;
}

#policy {
  background-color: #fff;
  padding-bottom: 8vw;
}
#policy .policy_contents {
  width: 80%;
  margin: auto;
  padding-top: 120px;
  color: #333;
}
@media screen and (max-width: 768px) {
  #policy .policy_contents {
    width: 90%;
    margin-top: 60px;
  }
}
#policy .policy_contents h2 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}
@media screen and (max-width: 768px) {
  #policy .policy_contents h2 {
    font-size: 15px;
  }
}
#policy .policy_contents p {
  font-size: 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #policy .policy_contents p {
    font-size: 10px;
  }
}

.footer_contact {
  position: relative;
  color: #333333;
}
.footer_contact .footer_menu {
  background: #144374;
  background: linear-gradient(180deg, #144374, #0D1620);
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_menu {
    display: none;
  }
}
.footer_contact .footer_menu ul {
  width: 85%;
  margin: 0 auto;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_contact .footer_menu ul {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_menu ul {
    width: 100%;
  }
}
.footer_contact .footer_menu ul li {
  text-align: center;
  margin: 2vw 0;
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_menu ul li {
    width: 33.3333333333%;
    margin-bottom: 4vw;
  }
}
.footer_contact .footer_menu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_contact .footer_menu ul li a {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_menu ul li a {
    font-size: 3vw;
  }
}
.footer_contact .footer_menu ul .footer_menu_left {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_menu ul .footer_menu_left {
    width: 100%;
  }
}
.footer_contact .footer_contact_contents {
  background-position: center;
  background-size: cover;
  width: 100%;
}
.footer_contact .footer_contact_contents:hover::after {
  width: 100%;
  height: 100%;
}
.footer_contact .footer_contact_contents .footer_contact_center {
  background: #ffffff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 15%, rgba(255, 255, 255, 0.75) 85%, rgba(255, 255, 255, 0) 100%);
  padding: 4vw;
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_contact_contents .footer_contact_center {
    padding: 8vw;
  }
}
.footer_contact .footer_contact_text {
  text-align: center;
  pointer-events: none;
  padding-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_contact_text {
    width: 95%;
    margin: auto;
  }
}
.footer_contact .footer_contact_text p {
  margin-top: 2vw;
}
.footer_contact .footer_contact_text p i {
  font-size: 4vw;
}
.footer_contact .contact_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: auto;
  z-index: 100;
  color: #fff;
  background: #144374;
  background: linear-gradient(180deg, #144374, #0D1620);
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex {
    flex-flow: column;
    padding: 4vw 0;
  }
}
.footer_contact .contact_flex .tel {
  width: 50%;
  padding: 2vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .tel {
    width: 100%;
    border: none;
  }
}
.footer_contact .contact_flex .tel h4 {
  color: #fff;
  margin-top: 1.2vw;
  margin-bottom: 0.5vw;
}
.footer_contact .contact_flex .tel a {
  text-decoration: none;
  color: #fff;
  font-size: 3vw;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .tel a {
    font-size: 4.8vw;
  }
}
.footer_contact .contact_flex .tel i {
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .tel i {
    margin-right: 2.5vw;
  }
}
.footer_contact .contact_flex .form {
  width: 50%;
  text-align: center;
  padding: 2vw;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .form {
    width: 100%;
  }
}
.footer_contact .contact_flex .form p {
  margin-bottom: 1.2vw;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .form p {
    margin-bottom: 3vw;
  }
}
.footer_contact .contact_flex .form i {
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .form i {
    margin-right: 2.5vw;
  }
}
.footer_contact .contact_flex .form a button {
  width: 90%;
  font-size: 120%;
  font-weight: 600;
  padding: 0.8vw 5vw;
  border: none;
  background: #fff;
  color: #144374;
  transition: all 0.4s;
  font-size: 1.2vw;
  cursor: pointer;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_contact .contact_flex .form a button {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .form a button {
    font-size: 2.8vw;
    padding: 3vw 8vw;
  }
}
.footer_contact .contact_flex .form a button:hover {
  opacity: 0.75;
  background-color: #333;
  color: #ffffff;
  border: none;
}

footer {
  background: #144374;
  background: linear-gradient(180deg, #144374, #0D1620);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 5vw 0;
  }
}
footer .footer_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contents {
    width: 90%;
    flex-flow: column;
  }
}
footer .footer_contents .footer_left {
  width: 45%;
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_left {
    width: 100%;
  }
}
footer .footer_contents .footer_left .footer_logo {
  width: 75%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contents .footer_left .footer_logo {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_left .footer_logo {
    width: 50%;
    margin-left: 25%;
    margin-bottom: 4vw;
  }
}
footer .footer_contents .footer_left .footer_logo a {
  display: block;
  transition: all 0.4s;
}
footer .footer_contents .footer_left .footer_logo a:hover {
  opacity: 0.75;
}
footer .footer_contents .footer_left .footer_logo a img {
  width: 100%;
}
footer .footer_contents .footer_right {
  width: 45%;
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_right {
    width: 100%;
    height: auto;
  }
}
footer .footer_contents .footer_right .footer_company_text {
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_right .footer_company_text {
    text-align: center;
    margin-bottom: 2vw;
  }
}
footer .footer_contents .footer_right .footer_map iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_right .footer_map iframe {
    height: 100%;
  }
}
footer .copy_right {
  text-align: center;
  color: #fff;
  margin-top: 2vw;
  margin-bottom: 1vw;
}
footer .copy_right p {
  font-size: 0.7vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .copy_right p {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  footer .copy_right p {
    font-size: 2vw;
  }
}/*# sourceMappingURL=style.css.map */