@charset "UTF-8";
.c-red {
  color: #9b8d24;
}

.c-blue {
  color: #9b8d24;
}

.c-green {
  color: #9b8d24;
}

.c-purple {
  color: #9b8d24;
}

.c-gold {
  color: #9b8d24 !important;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-size: 1rem;
}

body {
  font-size: 1rem;
  background-color: #fdfdfd;
  color: #333333;
  font-family: serif;
  line-height: 1.6;
  overflow-x: hidden;
  margin-left: 200px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  body {
    margin-left: 180px;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin-left: 0;
  }
}

#main {
  position: static;
}
@media screen and (max-width: 768px) {
  #main {
    padding-left: 0;
  }
}

li {
  list-style-type: none;
}

.fa_bold {
  font-weight: bolder;
}

.tel-link {
  cursor: text;
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .tel-link {
    cursor: auto;
    text-decoration: none;
    pointer-events: auto;
  }
}

a {
  color: #333333;
  text-decoration: underline;
}

.bold {
  font-weight: 700;
}

.fade-in {
  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);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .fade-in-left {
    transform: translate(0, 50px);
  }
}
@media screen and (max-width: 768px) {
  .fade-in-left {
    transform: translate(0, 50px);
  }
}

.fade-in-right {
  transform: translate(50px, 0);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .fade-in-right {
    transform: translate(0, 50px);
  }
}
@media screen and (max-width: 768px) {
  .fade-in-right {
    transform: translate(0, 50px);
  }
}

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

.text-shadow {
  text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff;
}

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

@media screen and (min-width: 1441px) {
  .br_tab {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .br_tab {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .br_tab {
    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: 1441px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .sp {
    display: none;
  }
}

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

p {
  font-size: 1rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 0.8rem;
  }
}

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

h2 {
  font-size: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h2 {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 3.8vw;
  }
}

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: 1.7vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h4 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 4vw;
  }
}

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

#lower {
  position: relative;
  height: 70vh;
}
@media screen and (min-width: 1441px) {
  #lower {
    height: 80vh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower {
    height: 60vh;
  }
}
@media screen and (max-width: 768px) {
  #lower {
    height: 50vh;
  }
}
#lower .lower {
  width: 80%;
  height: 60vh;
  margin-left: auto;
  background-position: bottom;
  background-size: cover;
  position: relative;
  margin-left: auto;
  overflow: hidden;
  clip-path: url(#kv-svg-mask-desktop);
}
@media screen and (min-width: 1441px) {
  #lower .lower {
    height: 70vh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower {
    height: 50vh;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower {
    width: 100%;
    height: 50vh;
  }
}
#lower .lower_contents {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #1d3b8c;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8), -1px 1px 2px rgba(255, 255, 255, 0.8), 1px -1px 2px rgba(255, 255, 255, 0.8), -1px -1px 2px rgba(255, 255, 255, 0.8);
  text-align: center;
  display: inline-block;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower_contents {
    top: 40%;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower_contents {
    left: 0;
    width: 100%;
  }
}
#lower .lower_contents .headline {
  font-size: 230%;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #lower .lower_contents .headline {
    font-size: 180%;
  }
}
#lower .lower_contents p {
  font-size: 140%;
}

.lower_headline {
  padding: 0.5vw 0.5vw 0.5vw 0.8vw;
  border-left: solid 4px #1d3b8c;
  font-size: 160%;
  margin-bottom: 2rem;
  border-bottom: solid 1px rgba(29, 59, 140, 0.5);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lower_headline {
    padding: 1vw 0;
    padding-left: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .lower_headline {
    padding: 2vw 0;
    padding-left: 2vw;
    font-size: 5vw;
  }
}

.lower_bg {
  background-size: 85%;
  background-position: top;
  background-repeat: repeat;
}

.back-to-top {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 3%;
  bottom: 0%;
  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;
  }
}

.topBtnSp {
  display: block !important;
  position: relative;
  top: 0;
  left: 0;
  color: #ffffff;
  padding: 1rem;
  font-size: 3vw;
  width: 100% !important;
  text-decoration: none;
  background: #1d3b8c;
  text-align: center;
}
@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;
  }
}
.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;
  border-radius: 50px;
  background: #1d3b8c;
  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;
}

/* From Uiverse.io by Gaurav-WebDev */
.button {
  height: 50px;
  width: 150px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.button:hover {
  box-shadow: 0.5px 0.5px 150px #252525;
}

.type1::after {
  content: "Click";
  height: 50px;
  width: 150px;
  background-color: #ffffff;
  color: #1d3b8c;
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translateY(50px);
  font-size: 0.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}

.type1::before {
  content: "Read more";
  height: 50px;
  width: 150px;
  background-color: #1d3b8c;
  color: #fff;
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translateY(0px) scale(1.2);
  font-size: 0.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}

.type1:hover::after {
  transform: translateY(0) scale(1.2);
}

.type1:hover::before {
  transform: translateY(-50px) scale(0) rotate(120deg);
}

.type2::after {
  content: "Click";
  height: 50px;
  width: 150px;
  background-color: #fff;
  color: #02c212;
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translateY(50px);
  font-size: 0.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}

.type2::before {
  content: "Read more";
  height: 50px;
  width: 150px;
  background-color: #02c212;
  color: #fff;
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translateY(0px) scale(1.2);
  font-size: 0.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}

.type2:hover::after {
  transform: translateY(0) scale(1.2);
}

.type2:hover::before {
  transform: translateY(-50px) scale(0) rotate(120deg);
}

.contact-banner {
  position: fixed;
  right: 5px;
  bottom: 20vh;
  background: #1d3b8c;
  border-radius: 12px;
  padding: 10px 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  z-index: 99;
  transition: all 1s ease;
}

.contact-banner a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .contact-banner a {
    font-size: 12px;
  }
}

.contact-banner:hover {
  transform: translateY(-3px);
  transition: 0.2s;
}

.loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100vw + 200px);
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #fdfdfd;
  font-size: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 9999;
  /*
  .loadingText{
      animation:.5s flashing infinite;
      color: #36992c;
      font-size: 1.2vw;
      @include tab{
          font-size: 3vw;
      }
      @include sp{
          font-size: 3vw;
      }
  }
  */
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .loading {
    width: calc(100vw + 180px);
  }
}
.loading .loading_text {
  width: 50vw;
  height: 50vw;
  margin-right: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .loading .loading_text {
    margin-right: 180px;
  }
}
.loading .loadinglogo {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .loading .loadinglogo {
    width: 100%;
  }
}
.loading .loadinglogo img {
  width: 100%;
}

.spinner-box {
  width: 300px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.spinner-box .pulse-container {
  width: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .spinner-box .pulse-container {
    width: 120px;
  }
}
.spinner-box .pulse-container .pulse-bubble {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #1d3b8c;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .spinner-box .pulse-container .pulse-bubble {
    width: 25px;
    height: 25px;
  }
}
.spinner-box .pulse-container .pulse-bubble-1 {
  animation: pulse 0.4s ease 0s infinite alternate;
}
.spinner-box .pulse-container .pulse-bubble-2 {
  animation: pulse 0.4s ease 0.2s infinite alternate;
}
.spinner-box .pulse-container .pulse-bubble-3 {
  animation: pulse 0.4s ease 0.4s infinite alternate;
}

@keyframes pulse {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0.25;
    transform: scale(0.75);
  }
}
.loading.active {
  opacity: 1;
  visibility: visible;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  z-index: 999;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  header {
    width: 100%;
  }
}
header #header_pc {
  width: 100%;
  height: 100vh;
  background: #fdfdfd;
}
@media screen and (max-width: 768px) {
  header #header_pc {
    display: none;
  }
}
header #header_pc .header_logo {
  width: 90%;
  margin: 0 auto;
  padding: 2vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_logo {
    width: 95%;
  }
}
header #header_pc .header_logo img {
  width: 100%;
}
header #header_pc .header_menu {
  padding: 0 1vw;
}
header #header_pc .header_menu ul {
  display: flex;
  flex-direction: column;
  align-items: center; /* 必要に応じて */
  list-style: none;
  width: 100%;
}
header #header_pc .header_menu ul li {
  text-align: start;
  width: 100%;
}
header #header_pc .header_menu ul li a {
  display: block;
  text-decoration: none;
  color: #1d3b8c;
  border-bottom: 1px solid #696969;
  font-size: 95%;
  font-weight: 900;
  position: relative;
  padding-top: 3vh;
  transition: all 0.4s;
  /*
  &::after {
      position: absolute;
      content: '';
      bottom: -5px;
      left: 30%;
      width: 60%;
      height: 1px;
      background: rgb(125 123 53);
      transform: scale(0, 1);
      transform-origin: center top;
      transition: transform 0.3s;
  }
  &:hover::after {
      transform: scale(1, 1);
  }
  */
}
@media screen and (min-width: 1441px) {
  header #header_pc .header_menu ul li a {
    font-size: 90%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_menu ul li a {
    font-size: 0.8rem;
  }
}
header #header_pc .header_menu ul li a:hover {
  color: rgb(197, 192, 54);
}
header #header_pc .header_menu ul li a::before {
  content: "■ ";
  color: #1d3b8c;
}
header #header_pc .header_menu ul .new_twitter:before {
  content: "𝕏" !important;
  font-family: sans-serif !important;
  font-weight: bold;
}
header #header_pc .header_menu ul .sns-link {
  font-size: 90%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_menu ul .sns-link {
    font-size: 55%;
  }
}
header #header_pc .header_menu ul .sns-link i {
  margin-right: 0.5rem;
}
header #header_pc ul.header_sns_link {
  display: flex;
  justify-content: start;
}
header #header_pc ul.header_sns_link li {
  width: 20%;
}
header #header-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
header #header-info ul {
  list-style: none;
}
header #header-info ul li#header-tel {
  padding: 0.5rem 0;
  font-size: 140%;
  text-align: center;
  background-color: #ffed5e;
  font-weight: 800;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header-info ul li#header-tel {
    font-size: 130%;
  }
}
header #header-info ul li#header-tel a {
  color: #1d3b8c;
  transition: transform 0.3s;
}
header #header-info ul li#header-tel a:hover {
  opacity: 0.7;
}
header #header-info ul li#header-tel a i {
  margin-right: 0.25rem;
}
header #header-info ul li#header-contact {
  padding: 1rem 0;
  font-size: 140%;
  text-align: center;
  background-color: #1d3b8c;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header-info ul li#header-contact {
    font-size: 130%;
  }
}
header #header-info ul li#header-contact a {
  color: #fff;
  text-decoration: none;
  transition: transform 0.3s;
}
header #header-info ul li#header-contact a:hover {
  opacity: 0.7;
}
header #header-info ul li#header-contact a i {
  margin-right: 0.25rem;
}

@media screen and (min-width: 1441px) {
  #header_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #header_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #header_sp {
    display: none;
  }
}
#header_sp .header_sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4vw;
  background: rgba(237, 248, 255, 0.8);
  position: relative;
}
#header_sp .header_sp .header_logo {
  width: 20vw;
  margin: 0 auto;
  padding-top: 1.5vw;
}
#header_sp .header_sp .header_logo img {
  width: 100%;
}
#header_sp .header_sp .header_sdgs {
  position: absolute;
  top: -30%;
  right: 0;
  width: 15%;
}
#header_sp .header_sp .header_sdgs img {
  width: 100%;
}
#header_sp .header_sp_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16vw;
  background: rgba(255, 255, 255, 0.9);
}
#header_sp .header_sp_bottom ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: 100%;
  margin: auto;
  list-style: none;
  padding-top: 5px;
}
#header_sp .header_sp_bottom ul li a {
  text-decoration: none;
  color: #1d3b8c;
}
#header_sp .header_sp_bottom ul li a .header_icon {
  text-align: center;
  height: 8vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header_sp .header_sp_bottom ul li a .header_icon i {
  font-size: 6vw;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  z-index: 10005;
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  position: relative;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #1d3b8c;
  transition: 0.3s ease-in-out;
}

.hamburger p {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #1d3b8c;
}

.hamburger span:nth-child(1) {
  top: 5px;
  left: 50%;
  transform: translate(-50%, 0);
}

.hamburger span:nth-child(2) {
  top: 15px;
  left: 50%;
  transform: translate(-50%, 0);
}

.hamburger span:nth-child(3) {
  top: 25px;
  left: 50%;
  transform: translate(-50%, 0);
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 15px;
  background: #1d3b8c;
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  left: 15px;
  background: #1d3b8c;
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 10000;
  bottom: 60px;
  left: 0;
  color: #1d3b8c;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 5vw 3vw;
  overflow: auto;
}

nav.globalMenuSp .ul {
  margin: auto;
  margin-top: 0 !important;
  margin-bottom: 4vw !important;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
nav.globalMenuSp .ul .new_twitter:before {
  content: "𝕏" !important;
  font-family: sans-serif !important;
  font-weight: bold;
}

.sns {
  justify-content: center !important;
}

nav.globalMenuSp .ul li {
  list-style-type: none;
  padding: 0;
  width: 45%;
  transition: 0.4s all;
  margin-bottom: 20px;
}

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

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

nav.globalMenuSp .ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  font-size: 3vw;
  padding: 0 4vw;
  padding-bottom: 2vw;
  border-bottom: 1px solid #1d3b8c;
}
nav.globalMenuSp .ul li a i {
  margin-right: 2vw;
}

.header_sp_policy {
  text-align: center;
  margin-bottom: 8vw;
}
.header_sp_policy a {
  text-decoration: none;
  color: #fff;
  font-size: 3.5vw;
  padding: 0 4vw;
  padding-bottom: 2vw;
  border-bottom: 1px solid #1d3b8c;
}

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

.top_bg {
  background-size: 85%;
  background-position: top;
  background-repeat: repeat;
}

#top_main {
  overflow: visible;
}
@media screen and (max-width: 768px) {
  #top_main {
    overflow: hidden;
  }
}
#top_main .top_main {
  width: 100%;
  margin-left: auto;
  height: 100vh;
  position: relative;
  margin-bottom: 20vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_main {
    height: 70vh;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main {
    height: 80vh;
    width: 100%;
  }
}
#top_main .top_main .top_main_title {
  position: absolute;
  z-index: 10;
  width: 90%;
  top: 65%;
  left: 0%;
  transform: translateY(-50%); /* ← 縦中央を安定させる */
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_main .top_main_title {
    left: -10%;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main .top_main_title {
    width: 90%;
    left: 5%;
  }
}
#top_main .top_main .top_main_title .top_main_title_headline {
  padding: 0 0 0 10%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_main .top_main_title .top_main_title_headline {
    padding: 0 0 5% 15%;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main .top_main_title .top_main_title_headline {
    padding: 0%;
  }
}
#top_main .top_main .top_main_title .top_main_title_headline h2 {
  font-family: "serif";
  color: #1d3b8c;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8), -1px 1px 2px rgba(255, 255, 255, 0.8), 1px -1px 2px rgba(255, 255, 255, 0.8), -1px -1px 2px rgba(255, 255, 255, 0.8);
  text-align: left;
  font-size: 300%;
  margin-bottom: 1.5rem;
  font-weight: 900;
  padding: 0 2vw;
}
@media screen and (min-width: 1441px) {
  #top_main .top_main .top_main_title .top_main_title_headline h2 {
    font-size: 350%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_main .top_main_title .top_main_title_headline h2 {
    font-size: 260%;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main .top_main_title .top_main_title_headline h2 {
    font-size: 200%;
    margin-bottom: 0.5rem;
  }
}
#top_main .top_main .top_main_title .top_main_title_headline h2 .catchcopy01 {
  margin-left: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_main .top_main_title .top_main_title_headline h2 .catchcopy01 {
    margin-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main .top_main_title .top_main_title_headline h2 .catchcopy01 {
    margin-left: 40px;
  }
}
#top_main .top_main .top_main_title .top_main_title_headline h2 .catchcopy02 {
  margin-left: 160px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_main .top_main_title .top_main_title_headline h2 .catchcopy02 {
    margin-left: 100px;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main .top_main_title .top_main_title_headline h2 .catchcopy02 {
    margin-left: 80px;
  }
}
#top_main .top_main .top_main_title .top_main_title_headline p {
  color: #5f5f5f;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8), -1px 1px 1px rgba(255, 255, 255, 0.8), 1px -1px 1px rgba(255, 255, 255, 0.8), -1px -1px 1px rgba(255, 255, 255, 0.8);
  font-size: 100%;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_main .top_main_title .top_main_title_headline p {
    font-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main .top_main_title .top_main_title_headline p {
    font-size: 60%;
  }
}
#top_main .top_main .top_main_title .top_main_title_headline p .top_main_span {
  font-size: 130%;
  color: #ff0000;
  font-weight: 600;
  padding: 0 0.25rem;
}
#top_main .top_main .slider {
  width: 80%;
  height: 100%;
  margin-left: auto;
  overflow: hidden;
  position: relative;
  clip-path: url(#kv-svg-mask-desktop);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_main .slider {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main .slider {
    width: 100%;
  }
}
#top_main .top_main .slider .slick-list {
  width: 100%;
  height: 100%;
}
#top_main .top_main .slider .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
#top_main .top_main .slider .slick-list .slick-track .slick-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

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

#top_news {
  overflow: hidden;
}
#top_news .top_news {
  width: 85%;
  margin: auto;
  padding: 3vw 0;
  margin-bottom: 8vw;
  padding-left: 200px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news {
    width: 95%;
    padding-left: 200px;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news {
    width: 95%;
    padding: 8vw 0;
    margin: auto;
  }
}
#top_news .top_news .top_news_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_flex {
    margin-bottom: 8vw;
  }
}
#top_news .top_news .top_news_flex .top_headline {
  color: #333333;
}
#top_news .top_news .top_news_flex .top_headline h1 {
  line-height: 1;
  margin-bottom: 0;
  font-size: 1.5rem;
}
#top_news .top_news .top_news_flex .top_headline p {
  text-align: center;
  font-size: 1rem;
  opacity: 0.8;
  color: #36992c;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news .top_news_flex .top_headline p {
    font-size: 90%;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_flex .top_headline p {
    font-size: 90%;
  }
}
#top_news .top_news .top_news_flex .top_news_btn a {
  text-decoration: none;
  transition: all 0.2s;
}
#top_news .top_news .top_news_flex .top_news_btn a:hover {
  border-bottom: 1px solid #fff;
  opacity: 0.8;
}
#top_news .top_news .top_news_flex .top_news_btn a button {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  color: #333;
  font-size: 0.8rem;
  font-weight: 600;
}
#top_news .top_news .top_news_contents ul {
  list-style: none;
}
#top_news .top_news .top_news_contents ul a {
  color: #2595EA;
  text-decoration: none;
}
#top_news .top_news .top_news_contents ul a li {
  border-bottom: 2px dotted #333;
  padding-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul a li {
    padding-bottom: 2vw;
  }
}
#top_news .top_news .top_news_contents ul a li .outline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul a li .outline {
    flex-flow: column;
    align-items: flex-start;
  }
}
#top_news .top_news .top_news_contents ul a li .outline .date {
  width: 20%;
  padding: 0.25rem;
  color: #36992c;
  background-color: #ffed5e;
  font-weight: 700;
  margin-right: 2vw;
  font-size: 1vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul a li .outline .date {
    margin-right: 0;
    margin-bottom: 2vw;
    font-size: 3vw;
  }
}
#top_news .top_news .top_news_contents ul a li .outline .title {
  width: auto;
  color: #333333;
  font-size: 1.2vw;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul a li .outline .title {
    font-size: 3vw;
  }
}

#greeting {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
}
#greeting #bg-greeting {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: 5;
}
#greeting #text-greeting {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: auto;
  padding: 2vw 3vw;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  #greeting #text-greeting {
    border-radius: 0;
    padding: 15vw 3vw;
  }
}
#greeting #text-greeting h2 {
  color: #333333;
  border-bottom: solid 1.5px #1d3b8c;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  #greeting #text-greeting h2 {
    font-size: 5vw;
  }
}
#greeting #text-greeting h2 span {
  font-size: 70%;
}
@media screen and (max-width: 768px) {
  #greeting #text-greeting h2 span {
    font-size: 55%;
  }
}
#greeting #text-greeting p {
  color: #333333;
  text-align: center;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  #greeting #text-greeting p {
    text-align: left;
    font-size: 0.9rem;
  }
}

#select {
  margin-bottom: 2rem;
}
#select .top_select_inner {
  margin-top: 10vw;
  margin-bottom: 10vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #select .top_select_inner {
    margin-top: 20vw;
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  #select .top_select_inner {
    margin-left: 0;
    margin-top: 15vw;
    margin-bottom: 5vw;
  }
}
#select .top_select_inner .top_select_box {
  width: 90%;
  margin: auto;
}
#select .top_select_inner .top_select_box h2 {
  text-align: center;
  color: #1d3b8c;
  font-size: 3.5vw;
  border-bottom: 2px solid #1d3b8c;
  width: 80%;
  margin: auto;
  text-shadow: 0px 0px 5px #ffffff;
}
@media screen and (max-width: 768px) {
  #select .top_select_inner .top_select_box h2 {
    font-size: 7.5vw;
    width: 100%;
    margin-bottom: 10vw;
  }
}
#select .top_select_inner .top_select_box .top_select_list {
  margin-top: 2vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #select .top_select_inner .top_select_box .top_select_list {
    grid-template-columns: 1fr;
    gap: 5vw;
  }
}
@media screen and (max-width: 768px) {
  #select .top_select_inner .top_select_box .top_select_list {
    grid-template-columns: 1fr;
    gap: 8vw;
  }
}
#select .top_select_inner .top_select_box .top_select_list li:nth-child(1) {
  border: 3px solid #1d3b8c;
}
#select .top_select_inner .top_select_box .top_select_list li:nth-child(2) {
  border: 3px solid #1d3b8c;
}
#select .top_select_inner .top_select_box .top_select_list li:nth-child(3) {
  border: 3px solid #1d3b8c;
}
#select .top_select_inner .top_select_box .top_select_list li:nth-child(4) {
  border: 3px solid #1d3b8c;
}
#select .top_select_inner .top_select_box .top_select_list .top_select_item {
  display: flex;
  gap: 2rem 0;
  background: #fff;
  border-radius: 10px;
  padding: 0;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #select .top_select_inner .top_select_box .top_select_list .top_select_item {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #select .top_select_inner .top_select_box .top_select_list .top_select_item {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
#select .top_select_inner .top_select_box .top_select_list .top_select_item .top_select_txt,
#select .top_select_inner .top_select_box .top_select_list .top_select_item .top_select_img {
  flex: 1;
}
#select .top_select_inner .top_select_box .top_select_list .top_select_item .top_select_img figure {
  height: 100%;
  position: relative;
  margin: auto;
}
#select .top_select_inner .top_select_box .top_select_list .top_select_item .top_select_img figure::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 10px 15px #FFF;
}
#select .top_select_inner .top_select_box .top_select_list .top_select_item .top_select_img figure img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 300px;
}
@media screen and (max-width: 768px) {
  #select .top_select_inner .top_select_box .top_select_list .top_select_item .top_select_img figure img {
    max-height: 200px;
  }
}
#select .top_select_inner .top_select_box .top_select_list .top_select_item .top_select_txt {
  font-size: clamp(0.8rem, 2vw, 1.2rem);
  padding: 0.8rem 0.2rem 0.8rem 0;
  margin: 0 0 1rem;
}
@media screen and (max-width: 768px) {
  #select .top_select_inner .top_select_box .top_select_list .top_select_item .top_select_txt {
    padding: 0 1.2rem 0 0;
    margin: 0;
  }
}
#select .top_select_inner .top_select_box .top_select_list .top_select_item .top_select_txt h3 {
  position: relative;
  display: inline-block;
  margin: 0.5rem 0 1rem -10px;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
  border-radius: 0 100vh 100vh 0;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
#select .top_select_inner .top_select_box .top_select_list .top_select_item .top_select_txt h3::before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid #005276;
  border-left: 10px solid transparent;
}
#select .top_select_inner .top_select_box .top_select_list .top_select_item .top_select_txt .c-1 {
  background-color: #1d3b8c;
}
#select .top_select_inner .top_select_box .top_select_list .top_select_item .top_select_txt .c-1::before {
  border-top: 10px solid #1d3b8c;
}
#select .top_select_inner .top_select_box .top_select_list .top_select_item .top_select_txt .c-2 {
  background-color: #1d3b8c;
}
#select .top_select_inner .top_select_box .top_select_list .top_select_item .top_select_txt .c-2::before {
  border-top: 10px solid #1d3b8c;
}
#select .top_select_inner .top_select_box .top_select_list .top_select_item .top_select_txt .c-3 {
  background-color: #1d3b8c;
}
#select .top_select_inner .top_select_box .top_select_list .top_select_item .top_select_txt .c-3::before {
  border-top: 10px solid #1d3b8c;
}
#select .top_select_inner .top_select_box .top_select_list .top_select_item .top_select_txt .c-4 {
  background-color: #1d3b8c;
}
#select .top_select_inner .top_select_box .top_select_list .top_select_item .top_select_txt .c-4::before {
  border-top: 10px solid #1d3b8c;
}
#select .top_select_inner .top_select_box .top_select_list .top_select_item .top_select_txt div {
  margin-left: 5%;
  padding-bottom: 10%;
}
#select .top_select_inner .top_select_box .top_select_list .top_select_item .top_select_txt div h4 {
  font-size: 1.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #select .top_select_inner .top_select_box .top_select_list .top_select_item .top_select_txt div h4 {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  #select .top_select_inner .top_select_box .top_select_list .top_select_item .top_select_txt div h4 {
    font-size: 4vw;
  }
}

#top_contents {
  margin-bottom: 5rem;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents {
    margin-left: 0;
  }
}
#top_contents .top_contents .contents {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents .contents {
    flex-flow: column;
  }
}
#top_contents .top_contents .contents:nth-child(even) {
  flex-flow: row-reverse;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_contents .contents:nth-child(even) {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents .contents:nth-child(even) {
    width: 100%;
    flex-flow: column;
  }
}
#top_contents .top_contents .contents .contents_image {
  width: 45%;
  height: 555px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_contents .contents .contents_image {
    height: 40vw;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents .contents .contents_image {
    width: 100%;
    height: 70vw;
  }
}
#top_contents .top_contents .contents .contents_writing {
  width: 50%;
  padding: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_contents .contents .contents_writing {
    padding: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents .contents .contents_writing {
    width: 100%;
    padding: 2rem 1rem;
  }
}
#top_contents .top_contents .contents .contents_writing .headline {
  margin-bottom: 1rem;
  position: relative;
}
#top_contents .top_contents .contents .contents_writing .headline h2 {
  font-size: 150%;
  color: #333333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_contents .contents .contents_writing .headline h2 {
    font-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents .contents .contents_writing .headline h2 {
    font-size: 120%;
    margin-bottom: 1rem;
  }
}
#top_contents .top_contents .contents .contents_writing .headline h2::after {
  content: "";
  display: block;
  height: 1px;
  width: 25%;
  background-color: #1d3b8c;
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents .contents .contents_writing .headline h2::after {
    width: 50%;
  }
}
#top_contents .top_contents .contents .contents_writing .headline span {
  display: block;
  font-size: 80%;
  color: #9b8d24;
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents .contents .contents_writing .headline span {
    font-size: 130%;
  }
}
#top_contents .top_contents .contents .contents_writing .text {
  font-size: 0.9rem;
}
#top_contents .top_contents .contents .contents_writing .contents_btn {
  margin-top: 2vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents .contents .contents_writing .contents_btn {
    margin-top: 10vw;
  }
}

#flex_contents {
  overflow: hidden;
}
#flex_contents .flex_contents {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #flex_contents .flex_contents {
    margin-bottom: 0;
  }
}
#flex_contents .flex_contents ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20vw;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #flex_contents .flex_contents ul {
    flex-flow: column;
    height: auto;
  }
}
#flex_contents .flex_contents ul li {
  width: 33.3333333333%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  #flex_contents .flex_contents ul li {
    width: 100%;
    height: 50vw;
  }
}
#flex_contents .flex_contents ul li .bnr-link {
  position: relative;
  overflow: hidden;
  display: block;
  height: 20vw;
  padding: 1vw;
}
@media screen and (max-width: 768px) {
  #flex_contents .flex_contents ul li .bnr-link {
    height: 50vw;
    min-height: 30vw;
  }
}
#flex_contents .flex_contents ul li .bnr-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #bdbdbd;
  width: 100%;
  height: 100%;
  z-index: 12;
  opacity: 0.3;
  transition: 0.4s ease-out;
}
#flex_contents .flex_contents ul li .bnr-link:hover .hl {
  right: 6%;
  bottom: 14%;
}
#flex_contents .flex_contents ul li .bnr-link:hover .bnr-bg {
  transform: scale(1.02) translate(-50%, -50%);
}
#flex_contents .flex_contents ul li .bnr-link:hover::after {
  opacity: 0.6;
}
#flex_contents .flex_contents ul li .bnr-link .bnr-bg {
  transition: transform 0.3s ease-out;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: scale(1) translate(-50%, -50%);
}
#flex_contents .flex_contents ul li .bnr-link .list_headline {
  background: rgba(24, 133, 13, 0.85);
  position: absolute;
  top: 60%;
  right: 10%;
  width: 90%;
  max-width: 50%;
  text-align: center;
  z-index: 123;
  transition: 0.4s ease-out;
  height: 4vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #flex_contents .flex_contents ul li .bnr-link .list_headline {
    height: 12vw;
    width: 40%;
  }
}
#flex_contents .flex_contents ul li .bnr-link .list_headline h2 {
  color: #fff;
  font-size: 120%;
  line-height: 1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #flex_contents .flex_contents ul li .bnr-link .list_headline h2 {
    font-size: 75%;
  }
}
@media screen and (max-width: 768px) {
  #flex_contents .flex_contents ul li .bnr-link .list_headline h2 {
    padding: 1vw 0;
    font-size: 3.3vw;
  }
}
#flex_contents .flex_contents ul li .bnr-link .list_headline h2 span {
  font-size: 70%;
}
#flex_contents .flex_contents ul li .bnr-line {
  position: absolute;
  z-index: 123;
  border: solid 1px #609103;
  display: block;
  transition: 0.2s ease-out;
}
#flex_contents .flex_contents ul li .hl {
  border-width: 1px 0 0 0;
  width: 33vw;
  right: -33vw;
  bottom: 14%;
}
@media screen and (max-width: 768px) {
  #flex_contents .flex_contents ul li .hl {
    display: none;
  }
}

#top_works {
  position: relative;
  margin: 10vw 0;
}
@media screen and (min-width: 1441px) {
  #top_works {
    margin: 10vw 0 2vw;
  }
}
#top_works .top_works .top_works_title {
  width: 100%;
  margin: auto;
  position: relative;
}
#top_works .top_works .top_works_title:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 211, 79, 0.3);
  z-index: -1;
}
#top_works .top_works .top_works_title h2 {
  background-color: #fff;
  font-weight: 600;
  width: auto;
  display: inline-block;
  font-style: italic;
  font-size: 10vw;
  color: rgba(255, 211, 79, 0.3);
  padding-right: 3vw;
}
@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 {
  color: #666;
}
#top_works .top_works .top_works_contents {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_contents {
    flex-flow: column-reverse;
    align-items: flex-start;
  }
}
#top_works .top_works .top_works_contents:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#top_works .top_works .top_works_contents .top_works_contents_bg .top_works_text {
  color: #fff;
  padding: 5vw 0 3vw;
  text-shadow: 0 0 5px #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 1441px) {
  #top_works .top_works .top_works_contents .top_works_contents_bg .top_works_text {
    padding: 5rem 0 3vw;
  }
}
#top_works .top_works .top_works_contents .top_works_contents_bg .top_works_text h2 {
  color: #ffffff;
  text-align: center;
  padding-bottom: 1rem;
  font-size: 1rem;
  width: 75rem;
  border-bottom: solid 2px #e3e3e3;
  margin: 0 auto 2rem auto;
  font-family: "Cormorant", serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_works .top_works .top_works_contents .top_works_contents_bg .top_works_text h2 {
    width: 100%;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_contents .top_works_contents_bg .top_works_text h2 {
    width: 100%;
    font-size: 2rem;
  }
}
#top_works .top_works .top_works_contents .top_works_contents_bg .top_works_text h2 span {
  display: block;
  color: #333333;
  font-size: 1.5rem;
}
#top_works .top_works .top_works_contents .top_works_contents_bg .top_works_text p {
  color: #333333;
  text-align: center;
  margin-bottom: 3vw;
  line-height: 2;
  font-weight: 700;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_works .top_works .top_works_contents .top_works_contents_bg .top_works_text p {
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_contents .top_works_contents_bg .top_works_text p {
    text-align: left;
    padding: 0 3rem;
  }
}
#top_works .top_works .top_works_contents .top_works_contents_bg .top_works_text .btn_container {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}

#works .works {
  width: 90%;
  margin: auto;
}
#works .works .works_text {
  margin-bottom: 2rem;
}
#works .works .works_text p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #works .works .works_text p {
    text-align: left;
  }
}
#works .works .works_contents ul {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul {
    flex-flow: column;
  }
}
#works .works .works_contents ul li {
  width: 30%;
  margin: 1%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul li {
    width: 100%;
    margin-bottom: 8vw;
  }
}
#works .works .works_contents ul li .thumb {
  width: 100%;
  height: 20vw;
  margin-bottom: 1vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul li .thumb {
    height: 50vw;
    margin-bottom: 2vw;
  }
}
#works .works .works_contents ul li .thumb::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  background-color: rgba(0, 0, 0, 0);
}
#works .works .works_contents ul li .thumb:hover::after {
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
#works .works .works_contents ul li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#works .works .works_contents ul li .thumb .search {
  position: absolute;
  top: 4%;
  right: 1%;
  z-index: 10;
}
#works .works .works_contents ul li .thumb .search i {
  transition: all 0.4s;
  font-size: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_contents ul li .thumb .search i {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul li .thumb .search i {
    font-size: 6vw;
  }
}
#works .works .works_contents ul li .title h4 {
  font-weight: 600;
  margin-bottom: 0.5vw;
  font-size: 1.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_contents ul li .title h4 {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul li .title h4 {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#works .works .works_contents ul li .text p {
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul li .text p {
    font-size: 3.3vw;
  }
}
#works .works .works_contents .ba li {
  width: 45%;
  padding: 1vw;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents .ba li {
    width: 100%;
    padding: 3vw;
    margin-bottom: 8vw;
  }
}
#works .works .works_contents .ba li .thumb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 15vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents .ba li .thumb {
    height: 35vw;
  }
}
#works .works .works_contents .ba li .thumb::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0% !important;
  height: 0% !important;
  transition: all 0.2s;
  background-color: rgba(0, 0, 0, 0);
}
#works .works .works_contents .ba li .thumb:hover::after {
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
#works .works .works_contents .ba li .thumb .img-before {
  width: 40%;
  position: relative;
}
#works .works .works_contents .ba li .thumb .img-before::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  background-color: rgba(0, 0, 0, 0);
}
#works .works .works_contents .ba li .thumb .img-before:hover::after {
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
#works .works .works_contents .ba li .thumb .img-before img {
  width: 100%;
}
#works .works .works_contents .ba li .thumb .img-after {
  width: 50%;
  position: relative;
}
#works .works .works_contents .ba li .thumb .img-after::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  background-color: rgba(0, 0, 0, 0);
}
#works .works .works_contents .ba li .thumb .img-after:hover::after {
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
#works .works .works_contents .ba li .thumb .img-after img {
  width: 100%;
}
#works .works .works_contents .ba li .thumb p {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
}
#works .works .works_contents .ba li .thumb p i {
  color: #1d3b8c;
  font-size: 3vw;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents .ba li .thumb p i {
    font-size: 6vw;
  }
}

#modal-container {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
#modal-container > div {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
#modal-container > div > img {
  width: 60%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #modal-container > div > img {
    width: 300px;
    height: 180px;
  }
}
#modal-container .close {
  position: absolute;
  top: 20%;
  right: 20%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #modal-container .close {
    top: 32%;
    right: 22%;
  }
}
@media screen and (max-width: 768px) {
  #modal-container .close {
    top: 33%;
    right: 15%;
  }
}
#modal-container .close span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  width: 50px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #modal-container .close span:first-child {
    width: 25px;
  }
}
#modal-container .close span:last-child {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg);
  width: 50px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #modal-container .close span:last-child {
    width: 25px;
  }
}

img.popup {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

#officesupport {
  overflow: hidden;
}
#officesupport .officesupport {
  width: 85%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #officesupport .officesupport {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #officesupport .officesupport {
    width: 90%;
  }
}
#officesupport .officesupport .officesupport_text {
  margin: 5rem 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #officesupport .officesupport .officesupport_text {
    margin: 4rem 0;
  }
}
@media screen and (max-width: 768px) {
  #officesupport .officesupport .officesupport_text {
    margin: 2rem 0;
  }
}
#officesupport .officesupport .officesupport_text p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #officesupport .officesupport .officesupport_text p {
    text-align: left;
  }
}
#officesupport .officesupport .officesupport_contents {
  padding-bottom: 3rem;
}
#officesupport .officesupport .officesupport_contents ul {
  list-style: none;
}
#officesupport .officesupport .officesupport_contents ul li {
  margin-bottom: 5rem;
}
#officesupport .officesupport .officesupport_contents ul li.reverse .contents_box {
  flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  #officesupport .officesupport .officesupport_contents ul li.reverse .contents_box {
    flex-flow: column-reverse;
  }
}
#officesupport .officesupport .officesupport_contents ul li h4 {
  position: relative;
  padding: 0.5em 0.7em;
  background-color: #1d3b8c;
  color: #fff;
}
#officesupport .officesupport .officesupport_contents ul li h4:before {
  position: absolute;
  top: 100%;
  left: 0;
  border-bottom: solid 10px transparent;
  border-right: solid 20px #1d3b8c;
  content: "";
}
#officesupport .officesupport .officesupport_contents ul li .contents_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #officesupport .officesupport .officesupport_contents ul li .contents_box {
    flex-flow: column-reverse;
    margin-bottom: 6vw;
  }
}
#officesupport .officesupport .officesupport_contents ul li .contents_box .list_writing {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #officesupport .officesupport .officesupport_contents ul li .contents_box .list_writing {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #officesupport .officesupport .officesupport_contents ul li .contents_box .list_writing p {
    font-size: 3.3vw;
    line-height: 6vw;
  }
}
#officesupport .officesupport .officesupport_contents ul li .contents_box .list_image {
  width: 48%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #officesupport .officesupport .officesupport_contents ul li .contents_box .list_image {
    width: 100%;
  }
}
#officesupport .officesupport .officesupport_contents ul li .contents_box .list_image:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 10px 15px #FFF;
}
#officesupport .officesupport .officesupport_contents ul li .contents_box .list_image img {
  width: 100%;
}

#company {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #company {
    width: 100%;
    margin-left: 0;
  }
}
#company #philosophy {
  width: 85%;
  margin: 3rem auto;
  border: 2px solid #002b54;
  border-radius: 10px;
  padding: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company #philosophy {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #company #philosophy {
    width: 90%;
  }
}
#company #philosophy h2 {
  text-align: center;
  border-bottom: 1px solid #002b54;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
#company #philosophy p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #company #philosophy p {
    text-align: left;
  }
}
#company .company {
  padding: 4vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company {
    padding: 6vw 0;
  }
}
@media screen and (max-width: 768px) {
  #company .company {
    padding: 12vw 0;
  }
}
#company .company .company_contents {
  width: 80%;
  margin: auto;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company .company_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents {
    width: 90%;
  }
}
#company .company .company_contents table {
  width: 100%;
  margin: auto;
  margin-bottom: 2vw;
  border-collapse: collapse;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company .company_contents table {
    width: 100%;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table {
    width: 100%;
    margin-bottom: 6vw;
  }
}
#company .company .company_contents table tr {
  border-bottom: 1px solid #ddd;
}
@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: 1rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company .company_contents table tr th, #company .company .company_contents table tr td {
    padding: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr th, #company .company .company_contents table tr td {
    text-align: start;
  }
}
#company .company .company_contents table tr th {
  color: #1d3b8c;
  width: 30%;
  background-color: rgba(247, 247, 247, 0.8);
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr th {
    width: 100%;
    padding-bottom: 0.5rem;
  }
}
#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 {
  width: 100%;
}
#company .company .company_contents .map iframe {
  width: 100%;
}

#staff {
  width: calc(100% - 200px);
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #staff {
    width: 100%;
    margin-left: 0;
  }
}
#staff .staff {
  width: 80%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #staff .staff {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #staff .staff {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #staff .staff .lower_headline {
    margin-bottom: 6vw;
  }
}
#staff .staff ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #staff .staff ul {
    flex-flow: column;
  }
}
#staff .staff ul li {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 2vw;
  background-color: rgba(255, 255, 255, 0.6705882353);
  margin-bottom: 2vw;
  padding-bottom: 1vw;
  border-bottom: 1px solid #333333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #staff .staff ul li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #staff .staff ul li {
    width: 100%;
    flex-flow: column;
  }
}
#staff .staff ul li .staff_img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #staff .staff ul li .staff_img {
    width: 50%;
    margin: 0 auto;
  }
}
#staff .staff ul li .staff_img img {
  width: 100%;
  border-radius: 5px;
}
#staff .staff ul li .staff_contents {
  width: 55%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #staff .staff ul li .staff_contents {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  #staff .staff ul li .staff_contents {
    width: 100%;
    margin-top: 4vw;
  }
}
#staff .staff ul li .staff_contents h4 {
  font-size: 2.5vw;
  font-weight: 700;
  margin-bottom: 1vw;
}
#staff .staff ul li .staff_contents h4 span {
  font-size: 1.5vw;
  font-weight: 400;
  margin-left: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #staff .staff ul li .staff_contents h4 {
    font-size: 3.5vw;
  }
  #staff .staff ul li .staff_contents h4 span {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #staff .staff ul li .staff_contents h4 {
    font-size: 6.5vw;
  }
  #staff .staff ul li .staff_contents h4 span {
    font-size: 3.5vw;
  }
}
#staff .staff ul li .staff_contents p {
  margin-bottom: 1vw;
  font-size: 1.1rem;
  font-weight: 700;
}
#staff .staff ul li .staff_contents p span {
  font-weight: 700;
  margin-right: 1vw;
  background-color: #36992c;
  color: #fff;
  border-radius: 10px;
  padding: 0.25vw 0.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #staff .staff ul li .staff_contents p span {
    padding: 0.5vw 0.75vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #staff .staff ul li .staff_contents p {
    font-size: 1.6vw;
  }
  #staff .staff ul li .staff_contents p span {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #staff .staff ul li .staff_contents p {
    font-size: 3.3vw;
    margin-bottom: 1.5vw;
  }
  #staff .staff ul li .staff_contents p span {
    font-size: 3.5vw;
    padding: 0.75vw 1.25vw;
  }
}

#sales {
  width: calc(100% - 200px);
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #sales {
    width: 100%;
    margin-left: 0;
  }
}
#sales .sales {
  width: 80%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sales .sales {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales .lower_headline {
    margin-bottom: 6vw;
  }
}
#sales .sales ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #sales .sales ul {
    flex-flow: column;
  }
}
#sales .sales ul li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 45%;
  margin-bottom: 2vw;
  padding-bottom: 1vw;
  border-bottom: 1px solid #333333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sales .sales ul li {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales ul li {
    width: 100%;
  }
}
#sales .sales ul li .sales_name {
  width: 40%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sales .sales ul li .sales_name h4 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales ul li .sales_name h4 {
    font-size: 3.3vw;
  }
}
#sales .sales ul li .sales_contents {
  width: 60%;
}
#sales .sales ul li .sales_contents p {
  margin-bottom: 0.5vw;
}
#sales .sales ul li .sales_contents .tel {
  color: #1d3b8c;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sales .sales ul li .sales_contents .tel {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales ul li .sales_contents .tel {
    font-size: 3.3vw;
  }
}
#sales .sales ul li .sales_contents .tel i {
  margin-right: 0.25rem;
}

#history .history {
  width: 80%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #history .history {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #history .history {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #history .history .lower_headline {
    margin-bottom: 6vw;
  }
}
#history .history table {
  width: 100%;
}
#history .history table tr {
  margin-bottom: 2vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #333333;
}
@media screen and (max-width: 768px) {
  #history .history table tr {
    width: 100%;
    margin-bottom: 6vw;
  }
}
#history .history table tr th, #history .history table tr td {
  padding: 1.5rem 0.5rem 0.5rem;
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #history .history table tr th, #history .history table tr td {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #history .history table tr th, #history .history table tr td {
    font-size: 3.3vw;
  }
}
#history .history table tr th {
  width: 30%;
}
#history .history table tr td {
  width: 70%;
}

#policy .policy {
  width: 90%;
  margin: auto;
  margin-bottom: 5rem;
  padding: 5%;
  background-color: rgba(255, 255, 255, 0.768627451);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #policy .policy {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #policy .policy {
    width: 100%;
  }
}
#policy .policy h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #policy .policy h2 {
    font-size: 15px;
  }
}
#policy .policy p {
  font-size: 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #policy .policy p {
    font-size: 10px;
  }
}

#strategy {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #strategy {
    width: 100%;
    margin-left: 0;
  }
}
#strategy .inner {
  max-width: 1100px;
  margin: 0 auto;
}
#strategy .ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #strategy .ttl {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #strategy .ttl {
    font-size: 1.5rem;
  }
}
#strategy .lead {
  font-size: 1rem;
  margin-bottom: 40px;
  line-height: 1.8;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #strategy .lead {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 768px) {
  #strategy .lead {
    font-size: 0.75rem;
  }
}
#strategy .items .item {
  width: 85%;
  margin: 0 auto 3rem auto;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 2rem;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #strategy .items .item {
    width: 90%;
    align-items: start;
  }
}
@media screen and (max-width: 768px) {
  #strategy .items .item {
    width: 90%;
    padding: 2rem 0;
    flex-flow: column-reverse;
    justify-content: flex-end;
  }
}
#strategy .items .item .img {
  width: 30%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #strategy .items .item .img {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  #strategy .items .item .img {
    width: 80%;
    margin: 0 auto 2rem !important;
  }
}
#strategy .items .item .img .img_bg {
  width: 100%;
  height: 18vw;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #strategy .items .item .img .img_bg {
    height: 40vw;
  }
}
#strategy .items .item .txt {
  width: 70%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #strategy .items .item .txt {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  #strategy .items .item .txt {
    width: 95%;
    margin-right: 5%;
  }
}
#strategy .items .item .txt h3 {
  color: #fff;
  font-size: 1.2rem;
  padding: 0.5rem 5%;
  margin-bottom: 1rem;
  background-color: #1d3b8c;
  border-radius: 0 1rem 1rem 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #strategy .items .item .txt h3 {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  #strategy .items .item .txt h3 {
    font-size: 1rem;
  }
}
#strategy .items .item .txt p {
  font-size: 1rem;
  line-height: 1.6;
  padding: 0 0 0 5%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #strategy .items .item .txt p {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  #strategy .items .item .txt p {
    font-size: 0.8rem;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  #strategy {
    padding: 40px 15px;
  }
  #strategy .items {
    grid-template-columns: 1fr;
  }
  #strategy .items .item {
    flex-direction: column;
    text-align: center;
  }
  #strategy .items .item .img {
    margin: 0 auto 10px;
  }
}
#strategy .mt-head {
  margin-top: 5vw;
}
#strategy .mb-bottom {
  margin-bottom: 10vw;
}

.catalog {
  width: 100%;
  margin: 10vw auto;
  background-color: rgba(255, 255, 255, 0.6);
}
.catalog h2 {
  font-weight: 700;
  border-bottom: 2px solid #36992c;
}
.catalog div {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .catalog div {
    padding: 0;
  }
}
.catalog p {
  text-align: center;
  font-weight: 700;
}

.strategy-section {
  padding: 40px 20px;
  /* ベッドセット */
  /* 車いす */
  /* レスポンシブ */
}
.strategy-section h3 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
  margin-top: 5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .strategy-section h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .strategy-section h3 {
    font-size: 1.5rem;
  }
}
.strategy-section h3 span {
  color: #36992c;
}
.strategy-section .intro-inner {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 1vw;
}
.strategy-section .intro-inner figure {
  flex: 0 0 40%;
}
.strategy-section .intro-inner figure img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.strategy-section .intro-inner p {
  flex: 1;
  font-size: 1.1rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .strategy-section .intro-inner p {
    font-size: 1rem;
  }
}
.strategy-section .strategy-set,
.strategy-section .strategy-chair {
  border-radius: 8px;
  padding: 28px;
  margin-bottom: 40px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  background-color: rgba(255, 255, 255, 0.6);
  padding: 1vw;
}
.strategy-section .strategy-set h4,
.strategy-section .strategy-chair h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  border-bottom: 3px solid #36992c;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .strategy-section .strategy-set h4,
  .strategy-section .strategy-chair h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .strategy-section .strategy-set h4,
  .strategy-section .strategy-chair h4 {
    font-size: 20px;
  }
}
.strategy-section .set-inner {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.strategy-section .set-inner dl {
  text-align: center;
  flex: 1;
}
.strategy-section .set-inner dl dt img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 15vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1441px) {
  .strategy-section .set-inner dl dt img {
    height: 17vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .strategy-section .set-inner dl dt img {
    height: 40vw;
  }
}
@media screen and (max-width: 768px) {
  .strategy-section .set-inner dl dt img {
    height: 30vw;
  }
}
.strategy-section .set-inner dl dd {
  font-size: 14px;
  font-weight: 600;
}
.strategy-section .chair-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.strategy-section .chair-inner .chair-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 20px;
}
.strategy-section .chair-inner .chair-item figure {
  flex: 0 0 140px;
}
.strategy-section .chair-inner .chair-item figure img {
  width: 100%;
  border-radius: 6px;
}
.strategy-section .chair-inner .chair-item dl dt {
  font-weight: 700;
  margin-bottom: 6px;
}
.strategy-section .chair-inner .chair-item dl dd {
  font-size: 14px;
  line-height: 1.7;
}
.strategy-section .price {
  text-align: center;
  margin: 16px 0;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .strategy-section .price {
    border: solid 1px #000;
    margin: 0 auto;
    padding: 20px 5px;
  }
}
.strategy-section .price p:first-child {
  font-size: 14px;
  margin-bottom: 4px;
}
.strategy-section .price p:first-child span {
  background: #36992c;
  width: 150px;
  height: 150px;
  line-height: 150px;
  color: #fff;
  border-radius: 75px;
  text-align: center;
  display: inline-block;
  margin: 0 10px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .strategy-section .price p:first-child span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 10px;
  }
}
.strategy-section .price p:last-child {
  font-size: 60px;
  font-weight: 800;
}
.strategy-section .price p:last-child span {
  font-size: 14px;
  margin-left: 2px;
}
.strategy-section .note {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 8px;
  padding: 20px;
}
@media (max-width: 900px) {
  .strategy-section .intro-inner {
    flex-direction: column;
  }
  .strategy-section .set-inner {
    flex-direction: column;
  }
  .strategy-section .chair-item {
    flex-direction: column;
    align-items: stretch;
  }
  .strategy-section .chair-item figure {
    flex: none;
    width: 100%;
  }
}

.container {
  max-width: 1080px;
  margin: 5vw auto 10vw;
  padding: 2rem 2rem 10rem;
  background: rgb(255, 255, 255);
  border-bottom: solid 2px #333;
}

/* ヘッダー部分 */
.page-head {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 2.5rem;
  justify-content: center;
}
.page-head .ttl {
  font-size: 2.4rem !important;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .page-head .ttl {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .page-head .ttl {
    font-size: 1.4rem !important;
  }
}

/* 図解グリッド */
.diagram {
  position: relative;
}
.diagram .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

/* カード */
.card {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  position: relative;
}
.card .title {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3rem;
}
.card .title .tag {
  font-size: 0.85rem;
  color: #333;
  font-weight: normal;
}
.card .content {
  flex: 1;
}
.card .content p {
  margin: 0;
}
.card .notes {
  font-size: 0.85rem;
  color: #555;
  margin-top: 1rem;
}

/* 各カードの強調色 */
#card-rental-ins {
  border-top: 6px solid #10b981;
}

#card-purchase-ins {
  border-top: 6px solid #10b981;
}

#card-rental-self {
  border-top: 6px solid #6b7280;
}

#card-purchase-self {
  border-top: 6px solid #6b7280;
}

/* 選択制バンド */
.band {
  grid-column: span 2;
  text-align: center;
  margin: 1.5rem 0;
  transition: all 0.3s ease;
}
.band:hover {
  cursor: pointer;
  opacity: 0.7;
}
.band .pill {
  display: inline-block;
  background: #fffb00;
  color: #2b7538;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.8rem 1.6rem;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  margin: 2vw 0;
}

/* コネクター（上2つを結ぶ線） */
.connector {
  position: absolute;
  top: 7.2rem; /* 上カードの下あたりに調整 */
  left: 10%;
  right: 10%;
  height: 2px;
  background: rgba(47, 124, 255, 0.35);
  z-index: -1;
}

/* 凡例 */
.legend {
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.legend .item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.legend .item .swatch {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}

/* 注釈リスト */
.notes {
  font-size: 0.9rem;
  color: #555;
}
.notes ol {
  margin: 0;
  padding-left: 1.2rem;
}
.notes ol li {
  margin-bottom: 0.5rem;
}

.contents_btn {
  text-align: center;
  margin-top: 2rem;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .page-head {
    flex-direction: column;
  }
  .diagram .grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .diagram .grid .card {
    width: 100%;
  }
  .diagram .grid .band {
    grid-column: auto;
    margin: 1rem 0;
  }
  .diagram .grid .band .pill {
    font-size: 0.9rem;
    padding: 0.5rem;
  }
  .connector {
    display: none; /* スマホでは非表示 */
  }
}
.maintenance {
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .maintenance {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .maintenance {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .maintenance {
    width: 100%;
    margin-left: 0;
  }
}
.maintenance .intro {
  margin-bottom: 40px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
  .maintenance .intro {
    padding: 2vw 5vw;
  }
}
.maintenance .intro h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.maintenance .intro .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.maintenance .intro .inner figure {
  flex: 1 1 300px;
  margin: 0 20px;
}
.maintenance .intro .inner figure img {
  max-width: 100%;
  height: auto;
  max-height: 400px;
}
.maintenance .intro .inner p {
  flex: 1 1 400px;
  margin: 20px 0;
  font-size: 1rem;
  text-align: left;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .maintenance .intro .inner p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  .maintenance .intro .inner p {
    font-size: 0.85rem;
  }
}
.maintenance .maintenance-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .maintenance .maintenance-wrap {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .maintenance .maintenance-wrap {
    padding: 0;
    margin-top: 3rem;
  }
}
.maintenance .maintenance-wrap .tab-label {
  margin: 0 1% 2% 1%;
  padding: 15px 12px;
  order: -1;
  border: solid 1px #000;
  width: 31%;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .maintenance .maintenance-wrap .tab-label {
    padding: 11px 8px;
  }
}
.maintenance .maintenance-wrap .maintenance_inner1 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid #aaa;
}
@media screen and (min-width: 1441px) {
  .maintenance .maintenance-wrap .maintenance_inner1 {
    align-items: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .maintenance .maintenance-wrap .maintenance_inner1 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .maintenance .maintenance-wrap .maintenance_inner1 {
    flex-direction: column-reverse;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.maintenance .maintenance-wrap .maintenance_inner1:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .maintenance .maintenance-wrap .maintenance_inner1:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.maintenance .maintenance-wrap .maintenance_inner1 figure {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .maintenance .maintenance-wrap .maintenance_inner1 figure {
    width: 80%;
    margin: 0 auto;
  }
}
.maintenance .maintenance-wrap .maintenance_inner1 figure img {
  width: 100%;
  height: 20vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  box-shadow: -10px 10px 0 #F7F7F7;
}
@media screen and (min-width: 1441px) {
  .maintenance .maintenance-wrap .maintenance_inner1 figure img {
    height: 20vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .maintenance .maintenance-wrap .maintenance_inner1 figure img {
    height: 20vw;
  }
}
@media screen and (max-width: 768px) {
  .maintenance .maintenance-wrap .maintenance_inner1 figure img {
    height: 45vw;
  }
}
.maintenance .maintenance-wrap .maintenance_inner1 div {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .maintenance .maintenance-wrap .maintenance_inner1 div {
    width: 80%;
    margin: 0 auto;
  }
}
.maintenance .maintenance-wrap .maintenance_inner1 div h4 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #1d3b8c;
  border-bottom: solid 1px #1d3b8c;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .maintenance .maintenance-wrap .maintenance_inner1 div h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .maintenance .maintenance-wrap .maintenance_inner1 div h4 {
    font-size: 16px;
  }
}
.maintenance .maintenance-wrap .maintenance_inner1 div h4 i {
  padding-right: 0.5rem;
}
.maintenance .maintenance-wrap .maintenance_inner1 div p {
  font-size: 1.1rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .maintenance .maintenance-wrap .maintenance_inner1 div p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  .maintenance .maintenance-wrap .maintenance_inner1 div p {
    font-size: 0.9rem;
    margin-bottom: 20px;
  }
}
.maintenance .maintenance-wrap .maintenance_inner2 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid #aaa;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .maintenance .maintenance-wrap .maintenance_inner2 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .maintenance .maintenance-wrap .maintenance_inner2 {
    flex-direction: column-reverse;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.maintenance .maintenance-wrap .maintenance_inner2 figure {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .maintenance .maintenance-wrap .maintenance_inner2 figure {
    width: 80%;
    margin: 0 auto;
  }
}
.maintenance .maintenance-wrap .maintenance_inner2 figure img {
  width: 100%;
  height: 15vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  box-shadow: -10px 10px 0 #F7F7F7;
}
@media screen and (min-width: 1441px) {
  .maintenance .maintenance-wrap .maintenance_inner2 figure img {
    height: 20vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .maintenance .maintenance-wrap .maintenance_inner2 figure img {
    height: 20vw;
  }
}
@media screen and (max-width: 768px) {
  .maintenance .maintenance-wrap .maintenance_inner2 figure img {
    height: 45vw;
  }
}
.maintenance .maintenance-wrap .maintenance_inner2 div {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .maintenance .maintenance-wrap .maintenance_inner2 div {
    width: 80%;
    margin: 0 auto;
  }
}
.maintenance .maintenance-wrap .maintenance_inner2 div h4 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #1d3b8c;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .maintenance .maintenance-wrap .maintenance_inner2 div h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .maintenance .maintenance-wrap .maintenance_inner2 div h4 {
    font-size: 16px;
  }
}
.maintenance .maintenance-wrap .maintenance_inner2 div p {
  font-size: 1.1rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .maintenance .maintenance-wrap .maintenance_inner2 div p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  .maintenance .maintenance-wrap .maintenance_inner2 div p {
    font-size: 0.9rem;
    margin-bottom: 20px;
  }
}
.maintenance .maintenance_note {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .maintenance .maintenance_note {
    width: 95%;
  }
}
.maintenance .maintenance_note h3 {
  color: #fff;
  padding: 5px 0px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.5rem;
  border-radius: 10px;
  background-image: linear-gradient(to right, #ffd230, #dbc41b);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .maintenance .maintenance_note h3 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .maintenance .maintenance_note h3 {
    font-size: 0.9rem;
  }
}
.maintenance .maintenance_note ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.maintenance .maintenance_note ul li {
  width: 100%;
  margin: 5vw auto;
}
.maintenance .maintenance_note ul li img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .maintenance .intro .inner {
    flex-direction: column;
  }
  .maintenance .intro .inner figure, .maintenance .intro .inner p {
    flex: 1 1 100%;
    margin: 10px 0;
  }
}
#promotion {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #promotion {
    width: 100%;
    margin-left: 0;
  }
}
#promotion .second {
  max-width: 1100px;
  margin: 0 auto;
}
#promotion .intro {
  text-align: center;
  margin-bottom: 60px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 1vw;
}
#promotion .intro h3 {
  font-size: 2rem;
  margin-bottom: 20px;
}
#promotion .intro p {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #promotion .intro p {
    font-size: 14px;
    padding: 5vw;
  }
}
#promotion .promotion_detail .promotion_detail_box {
  margin: 50px auto 30px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}
#promotion .promotion_detail .promotion_detail_box .promotion_detail_ttl {
  color: #fff;
  padding: 5px 0px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.5rem;
  border-radius: 10px;
  background-image: linear-gradient(to right, #ffd230, #dbc41b);
}
@media screen and (max-width: 768px) {
  #promotion .promotion_detail .promotion_detail_box .promotion_detail_ttl {
    font-size: 1rem;
  }
}
#promotion .promotion_detail .promotion_detail_box .promotion_detail_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
#promotion .promotion_detail .promotion_detail_box .promotion_detail_list li {
  width: 31%;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #promotion .promotion_detail .promotion_detail_box .promotion_detail_list li {
    width: 80%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #promotion .promotion_detail .promotion_detail_box .promotion_detail_list li {
    width: 100%;
    margin-right: 0;
  }
}
#promotion .promotion_detail .promotion_detail_box .promotion_detail_list li figure {
  width: 100%;
  height: auto;
}
#promotion .promotion_detail .promotion_detail_box .promotion_detail_list li figure img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
#promotion .promotion_detail .promotion_detail_box .promotion_detail_list li .promotion_detail_inner {
  position: relative;
  margin-top: -70px;
}
#promotion .promotion_detail .promotion_detail_box .promotion_detail_list li .promotion_detail_inner .ttl {
  display: inline-block;
  background: #bebc36;
  color: #fff;
  padding: 10px 30px;
  margin-bottom: 20px;
}
#promotion .promotion_detail .promotion_detail_box .promotion_detail_list li .promotion_detail_inner p {
  font-size: 14px;
  line-height: 1.6;
}
#promotion .promotion_about {
  margin-bottom: 80px;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.6);
}
#promotion .promotion_about h4 {
  font-size: 1.5rem;
  margin-bottom: 30px;
  text-align: center;
}
#promotion .promotion_about div {
  display: flex;
  align-items: center;
  gap: 30px;
}
#promotion .promotion_about div figure {
  width: 50%;
}
#promotion .promotion_about div figure img {
  max-width: 100%;
  height: auto;
}
#promotion .promotion_about div p {
  width: 50%;
  line-height: 1.8;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  #promotion .promotion_about div p {
    width: 100%;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #promotion .promotion_about div {
    flex-direction: column;
  }
  #promotion .promotion_about div figure {
    width: 100%;
  }
}
#promotion .promotion_flow {
  margin-bottom: 80px;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
  #promotion .promotion_flow {
    padding: 0px;
  }
}
#promotion .promotion_flow h4 {
  font-size: 1.5rem;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #promotion .promotion_flow h4 {
    padding: 40px;
  }
}
#promotion .promotion_flow figure {
  text-align: center;
  margin-bottom: 20px;
}
#promotion .promotion_flow figure img {
  max-width: 100%;
  height: auto;
}
#promotion .promotion_flow p {
  text-align: center;
  margin-bottom: 15px;
}
#promotion .promotion_phase {
  margin-bottom: 80px;
}
#promotion .promotion_phase h4 {
  font-size: 1.5rem;
  margin-bottom: 30px;
  text-align: center;
}
#promotion .promotion_phase .promotion_phase_img {
  width: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #promotion .promotion_phase .promotion_phase_img {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  #promotion .promotion_phase .promotion_phase_img {
    width: 98%;
  }
}
#promotion .promotion_phase .promotion_phase_img img {
  max-width: 100%;
}
#promotion .promotion_phase p {
  font-size: 0.9rem;
  line-height: 1.6;
  text-align: center;
}
#promotion .promotion_limit {
  margin-bottom: 80px;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
  #promotion .promotion_limit {
    padding: 10px;
  }
}
#promotion .promotion_limit h4 {
  font-size: 1.5rem;
  margin-bottom: 30px;
  text-align: center;
}
#promotion .promotion_limit table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
#promotion .promotion_limit table th,
#promotion .promotion_limit table td {
  border: 1px solid #fff;
  padding: 12px;
  text-align: center;
  font-size: 0.9rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #promotion .promotion_limit table th,
  #promotion .promotion_limit table td {
    font-size: 0.5rem;
    padding: 10px 0;
  }
}
#promotion .promotion_limit table .limit_money {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #promotion .promotion_limit table .limit_money {
    font-size: 0.8rem;
  }
}
#promotion .promotion_limit table th {
  background: #c4c4c4;
  font-weight: 700;
}
#promotion .promotion_limit table td span {
  font-size: 0.8rem;
  margin-left: 3px;
}
#promotion .promotion_limit table .bg-c01 {
  background-color: #caf2f9 !important;
}
@media screen and (max-width: 768px) {
  #promotion .promotion_limit table .bg-c01 {
    font-size: 0.65rem;
  }
}
#promotion .promotion_limit table .bg-c02 {
  background-color: #f9f6d7 !important;
}
@media screen and (max-width: 768px) {
  #promotion .promotion_limit table .bg-c02 {
    font-size: 0.65rem;
  }
}
#promotion .promotion_limit table .bg-c03 {
  background-color: #f9e5c5 !important;
}
@media screen and (max-width: 768px) {
  #promotion .promotion_limit table .bg-c03 {
    font-size: 0.65rem;
  }
}
#promotion .promotion_limit table .bg-c04 {
  background-color: #f9c5ac !important;
}
@media screen and (max-width: 768px) {
  #promotion .promotion_limit table .bg-c04 {
    font-size: 0.65rem;
  }
}
#promotion .promotion_limit table .bg-c05 {
  background-color: #efb7b6 !important;
}
@media screen and (max-width: 768px) {
  #promotion .promotion_limit table .bg-c05 {
    font-size: 0.65rem;
  }
}
#promotion .promotion_limit p {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #promotion .promotion_limit p {
    font-size: 0.8rem;
    line-height: 1.3;
  }
}

#news {
  padding-top: 80px;
  position: relative;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 200px);
  margin-left: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #news {
    width: 100%;
    margin-left: 0;
    margin: 0;
    padding: 0;
  }
}
#news .works_heading_bg {
  position: absolute;
  top: 0%;
  left: 5%;
  color: #11779f;
  font-weight: 600;
  opacity: 0.1;
}
@media screen and (max-width: 768px) {
  #news .works_heading_bg {
    top: -4%;
    font-size: 5rem;
  }
}
#news .lower_headline {
  text-align: center;
  width: 100%;
  margin-bottom: 5vw;
}
#news .lower_headline h4 {
  font-size: 3rem;
  color: #36992c;
  letter-spacing: 0.6vw;
}
#news .news_contents {
  width: 70%;
  margin: auto;
  padding: 0px 0;
}
@media screen and (max-width: 768px) {
  #news .news_contents {
    width: 95%;
  }
}
#news .news_contents ul {
  list-style: none;
}
#news .news_contents ul a {
  text-decoration: none;
  color: #36992c;
}
#news .news_contents ul a li {
  width: 100%;
  margin-bottom: 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.4s;
}
#news .news_contents ul a li:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #news .news_contents ul a li {
    width: 90%;
    margin: auto;
    margin-bottom: 40px;
  }
}
#news .news_contents ul a li .outline {
  background-color: #fff;
  padding: 40px 20px;
  height: auto;
  text-align: left;
}
#news .news_contents ul a li .outline .title {
  color: #36992c;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #news .news_contents ul a li .outline .title {
    font-size: 12.5px;
    margin-bottom: 10px;
  }
}
#news .news_contents ul a li .outline .descn {
  margin-left: 20px;
}
#news .news_contents ul a li .outline .descn p {
  color: #333;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #news .news_contents ul a li .outline .descn p {
    font-size: 10px;
  }
}
#news .news_contents .navigation {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #news .news_contents .navigation {
    margin-top: 40px;
  }
}
#news .monthly-archive {
  width: 25%;
  padding: 40px 20px;
}
@media screen and (max-width: 768px) {
  #news .monthly-archive {
    width: 80%;
    margin: 0 auto;
  }
}
#news .monthly-archive h3 {
  border-bottom: solid 1px rgba(34, 34, 34, 0.4);
  font-size: 1.5vw;
}
@media screen and (min-width: 1441px) {
  #news .monthly-archive h3 {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .monthly-archive h3 {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news .monthly-archive h3 {
    font-size: 4.5vw;
  }
}
#news .monthly-archive ul li a {
  font-size: 1.1rem;
}
@media screen and (min-width: 1441px) {
  #news .monthly-archive ul li a {
    font-size: 1.2rem;
  }
}

.wp-pagenavi span.current {
  color: #fff;
  padding: 10px;
  margin: 0 10px;
  background-color: #36992c;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi span.current {
    padding: 5px;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none !important;
}

.wp-pagenavi a {
  text-decoration: underline;
  transition: all 0.4s;
  padding: 10px;
  text-decoration: none;
  color: #36992c;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a {
    padding: 5px;
  }
}
.wp-pagenavi a:hover {
  opacity: 0.5;
}

.nextpostslink {
  text-decoration: none;
}

.previouspostslink {
  text-decoration: none;
}

#news_single {
  padding-top: 80px;
  position: relative;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 200px);
  margin-left: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #news_single {
    width: 100%;
    margin-left: 0;
    margin: 0;
    padding: 0;
  }
}
#news_single .news_contents {
  width: 70%;
  margin: auto;
  padding: 0px 0;
}
@media screen and (max-width: 768px) {
  #news_single .news_contents {
    width: 95%;
  }
}
#news_single .news_contents ul {
  list-style: none;
}
#news_single .news_contents ul li {
  width: 100%;
  margin-bottom: 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #news_single .news_contents ul li {
    width: 90%;
    margin: auto;
    margin-bottom: 40px;
  }
}
#news_single .news_contents ul li .outline {
  background-color: #fff;
  padding: 40px 20px;
  height: auto;
  text-align: left;
}
#news_single .news_contents ul li .outline .title {
  color: #36992c;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #news_single .news_contents ul li .outline .title {
    font-size: 12.5px;
    margin-bottom: 10px;
  }
}
#news_single .news_contents ul li .outline .descn {
  margin-left: 20px;
}
#news_single .news_contents ul li .outline .descn p {
  color: #333;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #news_single .news_contents ul li .outline .descn p {
    font-size: 10px;
  }
}
#news_single .monthly-archive {
  width: 25%;
  padding: 40px 20px;
}
@media screen and (max-width: 768px) {
  #news_single .monthly-archive {
    width: 80%;
    margin: 0 auto;
  }
}
#news_single .monthly-archive h3 {
  border-bottom: solid 1px rgba(34, 34, 34, 0.4);
  font-size: 1.5vw;
}
@media screen and (min-width: 1441px) {
  #news_single .monthly-archive h3 {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .monthly-archive h3 {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .monthly-archive h3 {
    font-size: 4.5vw;
  }
}
#news_single .monthly-archive ul li a {
  font-size: 1.1rem;
}
@media screen and (min-width: 1441px) {
  #news_single .monthly-archive ul li a {
    font-size: 1.2rem;
  }
}

#contact {
  width: 100%;
}
#contact .contact {
  width: 85%;
  margin: 0 auto 5rem auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact {
    width: 90%;
  }
}
#contact .contact .contact_headline {
  text-align: center;
  margin-bottom: 5vw;
}
#contact .contact .contact_headline p:nth-child(1) {
  margin-bottom: 1vw;
  font-size: 2vw;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_headline p:nth-child(1) {
    font-size: 4vw;
  }
}
#contact .contact .contact_headline p:nth-child(2) {
  margin-bottom: 0;
  font-size: 3.5vw;
  font-weight: 900;
  letter-spacing: 10px;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_headline p:nth-child(2) {
    font-size: 7.5vw;
    letter-spacing: 5px;
  }
}
#contact .contact .contact_headline p:nth-child(2) a {
  color: #36992c;
  text-decoration: none;
}
#contact .contact .contact_headline p:nth-child(2) a span {
  padding: 5px 10px;
  border-radius: 5px;
  transition: all 0.4s ease;
}
#contact .contact .contact_headline p:nth-child(2) a span:hover {
  background-color: #36992c;
  color: #fff;
}
#contact .contact .contact_headline p:nth-child(2) a span i {
  margin-right: 10px;
}
#contact .contact .contact_headline p:nth-child(3) {
  line-height: 1.5vw;
  font-size: 1.1rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_headline p:nth-child(3) {
    line-height: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_headline p:nth-child(3) {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }
}
#contact .contact .contact_text {
  max-width: 50%;
  margin: 0 auto 80px auto;
  margin-bottom: 8vw;
  font-weight: 500;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_text {
    max-width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_text {
    max-width: 90%;
  }
}
#contact .contact .contact_text h4 {
  background: #36992c;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 15px 0;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_text h4 {
    width: 80%;
    margin: 0 auto;
  }
}
#contact .contact .contact_text p {
  line-height: 2.5vw;
  font-size: 1.2vw;
  margin-top: 2vw;
}
@media screen and (min-width: 1441px) {
  #contact .contact .contact_text p {
    font-size: 1vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_text p {
    font-size: 1.4vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_text p {
    font-size: 3vw;
    margin-top: 5vw;
    margin-bottom: 15vw;
    line-height: 6vw;
  }
}
#contact .contact .contact_data {
  text-align: center;
  margin-bottom: 8vw;
  z-index: 500;
}
#contact .contact .contact_data div {
  width: 80%;
  display: inline-block;
  background-color: #0d7902;
  padding: 5px;
  border-radius: 5px;
  font-size: 1.2vw;
}
#contact .contact .contact_data div a {
  text-decoration: none;
  display: block;
  padding: 25px;
  color: #fff;
  line-height: 1.5;
  transition: all 0.5s ease-in-out;
}
#contact .contact .contact_data div a:hover {
  opacity: 0.7;
  color: #f7fa43;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_data div {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_data div {
    font-size: 3.5vw;
    padding: 0px 25px;
  }
}
#contact .contact .form_head {
  text-align: center;
  margin-bottom: 3vw;
}
#contact .contact .form_head .form_headline {
  font-size: 2vw;
  font-weight: 700;
  margin-bottom: 1vw;
  padding-bottom: 1vw;
  border-bottom: 1px solid #1d3b8c;
}
@media screen and (max-width: 768px) {
  #contact .contact .form_head .form_headline {
    font-size: 6vw;
  }
}
#contact .contact .form_head .form_text {
  font-size: 1.2vw;
  line-height: 1.5vw;
}
@media screen and (min-width: 1441px) {
  #contact .contact .form_head .form_text {
    font-size: 1vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .form_head .form_text {
    font-size: 1.4vw;
    line-height: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .form_head .form_text {
    font-size: 2.7vw;
    line-height: 5vw;
  }
}
#contact .contact .form {
  width: 100%;
  margin-bottom: 8vw;
}
#contact .contact .form .wpcf7 {
  color: #333;
  background-color: #f0f0f0;
  padding: 5rem;
  border-radius: 10px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contact .contact .form .wpcf7 {
    padding: 4rem 1rem;
  }
}
#contact .contact .form .wpcf7 label {
  display: block;
  margin-bottom: 2rem;
  font-size: 100%;
  font-weight: 600;
  color: #333333;
}
#contact .contact .form .wpcf7 label .red {
  background-color: #ff0000;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 80%;
}
#contact .contact .form .wpcf7 label .blue {
  background-color: #2986ff;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 80%;
}
#contact .contact .form .wpcf7 label .wpcf7-form-control-wrap input {
  width: 100%;
  margin-top: 1rem;
  padding: 1rem;
}
#contact .contact .form .wpcf7 label textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
  height: 250px;
  resize: vertical;
}
#contact .contact .form .wpcf7 label.policy {
  text-align: center;
}
#contact .contact .form .wpcf7 label.policy input {
  width: auto;
}
#contact .contact .form .wpcf7 .wpcf7 input[type=url], #contact .contact .form .wpcf7 .wpcf7 input[type=email], #contact .contact .form .wpcf7 .wpcf7 input[type=tel] {
  padding: 2rem;
  margin-bottom: 2rem;
  height: 20px;
}
#contact .contact .form .wpcf7 input[type=submit] {
  color: #fff;
  background-color: #bf0707;
  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 .wpcf7 input[type=submit]:hover {
  opacity: 0.7;
}
#contact .contact .form .wpcf7 .wpcf7-response-output {
  font-size: 160%;
  text-align: center;
  padding: 1rem;
  color: #333;
  font-weight: 600;
}
#contact .contact .form .wpcf7 .wpcf7-form-control {
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
}
#contact .contact .form .thanks {
  text-align: center;
  font-size: 140%;
}
@media screen and (max-width: 768px) {
  #contact .contact .form .thanks {
    text-align: left;
    font-size: 100%;
  }
}

#footer_contact {
  position: relative;
}
#footer_contact .footer_contact {
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
#footer_contact .footer_contact_contents {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 2.5rem 5vw;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents {
    width: 100%;
    left: 0;
  }
}
#footer_contact .footer_contact_contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(77, 137, 183, 0.5);
  z-index: 10;
}
#footer_contact .footer_contact_contents div {
  position: relative;
  z-index: 15;
  width: 90%;
  margin: auto;
}
#footer_contact .footer_contact_contents div .headline {
  display: inline-block;
  text-align: left;
  color: #fff;
  margin-bottom: 1.5rem;
  line-height: 1;
}
#footer_contact .footer_contact_contents div .headline h2 {
  display: inline-block;
  text-align: center;
  font-size: 2.3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #footer_contact .footer_contact_contents div .headline h2 {
    line-height: 1.1;
  }
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents div .headline h2 {
    font-size: 2rem;
    line-height: 1.1;
  }
}
#footer_contact .footer_contact_contents div .headline h2 span {
  font-size: 70%;
  opacity: 0.7;
}
#footer_contact .footer_contact_contents div .footer_contact_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents div .footer_contact_content {
    width: 100%;
    flex-flow: column;
    margin-bottom: 3rem;
  }
}
#footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_tel, #footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_form {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_tel, #footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_form {
    width: 100%;
  }
}
#footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_tel a, #footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_form a {
  text-decoration: none;
}
#footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_tel a button, #footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_form a button {
  width: 100%;
  padding: 0.375rem 0.75rem;
  border: solid 1px #ffffff;
  border-radius: 0.25rem;
  background: #1d3b8c;
  color: #ffffff;
  font-size: 150%;
  font-weight: 600;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_tel a button, #footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_form a button {
    font-size: 1.8vw;
    padding: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_tel a button, #footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_form a button {
    padding: 2.5vw;
    font-size: 3.5vw;
  }
}
#footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_tel a button:hover, #footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_form a button:hover {
  opacity: 0.7;
}
#footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_tel a button i, #footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_form a button i {
  margin-right: 0.5rem;
}
#footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_tel button, #footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_form button {
  width: 100%;
  padding: 0.375rem 0.75rem;
  border: solid 1px #ffffff;
  border-radius: 0.25rem;
  background: #1d3b8c;
  color: #ffffff;
  font-size: 180%;
  font-weight: 600;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_tel button, #footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_form button {
    font-size: 1.8vw;
    padding: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_tel button, #footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_form button {
    padding: 2.5vw;
    font-size: 3.5vw;
  }
}
#footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_tel button i, #footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_form button i {
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_form {
    margin-top: 4vw;
  }
}
#footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_form button {
  color: #333333;
  transition: all 0.4s;
}
#footer_contact .footer_contact_contents div .footer_contact_content .footer_contact_form button:hover {
  opacity: 0.7;
}
#footer_contact .footer_contact_contents div .text {
  text-align: center;
  color: #fff;
  font-size: 110%;
  margin-bottom: 0.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #footer_contact .footer_contact_contents div .text {
    margin-bottom: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents div .text {
    text-align: left;
    font-size: 3.8vw;
    line-height: 1.5;
    margin-bottom: 2.5vw;
  }
}

footer .footer_logo {
  padding-top: 1.5vw;
  text-align: center;
  width: 15%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .footer_logo {
    padding-left: 0;
    width: 40%;
  }
}
footer .footer_logo img {
  width: 100%;
}
footer .footer_menu {
  padding-top: 2vw;
  background: rgb(68, 68, 68);
}
footer .footer_menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: auto;
  list-style: none;
}
@media screen and (max-width: 768px) {
  footer .footer_menu ul {
    width: 95%;
    flex-wrap: wrap;
    padding-left: 0;
  }
}
footer .footer_menu ul li {
  flex: 0 0 auto;
  width: auto;
  font-size: 100%;
  padding: 0.5rem 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_menu ul li {
    font-size: 80%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menu ul li {
    margin-bottom: 4vw;
  }
}
footer .footer_menu ul li a {
  color: #ffffff;
  padding: 0 2vw;
}
@media screen and (max-width: 768px) {
  footer .footer_menu ul li a {
    font-size: 3vw;
    padding: 0 4vw;
  }
}
footer .footer_menu ul li a i {
  margin-right: 0.5rem;
}
footer .footer_menu ul li .new_twitter:before {
  content: "𝕏" !important;
  font-family: sans-serif !important;
  font-weight: bold;
}
footer .copyright {
  text-align: center;
  padding: 1vw 0;
  background: rgb(68, 68, 68);
}
@media screen and (max-width: 768px) {
  footer .copyright {
    padding-bottom: 16vw;
  }
}
footer .copyright div {
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .copyright div {
    padding-left: 0;
  }
}
footer .copyright div p {
  color: #fff;
  font-size: 0.8rem;
}
@media screen and (max-width: 768px) {
  footer .copyright div p {
    padding: 1.5rem 0;
  }
}/*# sourceMappingURL=style.css.map */