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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: sans-serif !important;
  background-color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.5;
  font-feature-settings: "palt";
  overflow-x: hidden;
}

li {
  list-style: none;
}

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

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

.ff-h {
  font-family: "Cormorant", serif;
  color: #616477;
}

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

.txt_bg {
  font-size: 12rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .txt_bg {
    font-size: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .txt_bg {
    font-size: 6rem;
  }
}

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

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

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

.focus-in-expand {
  animation: focus-in-expand 1.5s ease-in-out both;
}

/**
 * ----------------------------------------
 * animation focus-in-expand
 * ----------------------------------------
 */
@keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
.skewed {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 30vh;
  background: #ededed;
  z-index: -1;
  transform: skewY(5deg);
  transform-origin: top right;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .skewed {
    height: 15vh;
  }
}

.skewed_reverse {
  position: absolute;
  top: 85%;
  right: 0;
  left: 0;
  width: 100%;
  height: 30vh;
  background: #ededed;
  z-index: -1;
  transform: skewY(-5deg);
  transform-origin: top left;
}
@media screen and (min-width: 1441px) {
  .skewed_reverse {
    top: 90%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .skewed_reverse {
    height: 15vh;
  }
}

.skewed02 {
  position: absolute;
  top: 85%;
  right: 0;
  left: 0;
  width: 100%;
  height: 30vh;
  background: #fdfdfd;
  z-index: -1;
  transform: skewY(5deg);
  transform-origin: top right;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .skewed02 {
    height: 15vh;
  }
}

.skewed_reverse02 {
  position: absolute;
  top: 0%;
  right: 0;
  left: 0;
  width: 100%;
  height: 30vh;
  background: #fdfdfd;
  z-index: -1;
  transform: skewY(-5deg);
  transform-origin: top left;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .skewed_reverse02 {
    height: 15vh;
  }
}

.tate {
  text-combine-upright: all;
}

.ul {
  border-bottom: solid 1px #333;
}

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

a {
  text-decoration: none;
}

#lower {
  /*
  margin-top: 80px;
  @include tab{
      margin-top: 60px;
  }
  @include sp{
      margin-top: 60px;
  }
  */
}
#lower .lower {
  position: relative;
  width: 100%;
  z-index: 0;
}
#lower .lower .lower_image {
  height: 85vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower .lower_image {
    height: 60vh;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_image {
    height: 70vh;
  }
}
#lower .lower .lower_image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 85vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower .lower_image img {
    height: 60vh;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_image img {
    height: 70vh;
  }
}
#lower .lower .lower_h {
  visibility: visible;
  z-index: 99;
  font-size: clamp(20px, 3.1301482702vw, 38px);
  position: absolute;
  right: 7.7777777778vw;
  top: 8.25vw;
  letter-spacing: 0.3em;
  line-height: 1.1;
  padding: 14px 12px;
  text-align: center;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 1441px) {
  #lower .lower .lower_h {
    top: 6.25vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower .lower_h {
    top: 15.25vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_h {
    top: 25.25vw;
  }
}
#lower .lower .lower_h::before {
  background: #fff;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
#lower .breadcrumbs {
  margin: 0 0 0 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .breadcrumbs {
    margin: 0 0 0 3vw;
    padding-top: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .breadcrumbs {
    margin: 0 0 0 4vw;
    padding-top: 3vw;
  }
}
#lower .breadcrumbs p {
  font-size: 0.8vw;
  color: #333333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .breadcrumbs p {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .breadcrumbs p {
    font-size: 2.7vw;
  }
}
#lower .breadcrumbs p a {
  text-decoration: none;
  color: #333333;
  transition: all 0.8s ease;
}
@media screen and (min-width: 1441px) {
  #lower .breadcrumbs p a {
    font-size: 0.7vw;
  }
}
#lower .breadcrumbs p a:hover {
  color: #a2945e;
  text-shadow: 0 0 8px #fdfdfd;
}
#lower .breadcrumbs p span {
  margin: 0 1vw;
  color: #333333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .breadcrumbs p span {
    margin: 0 2vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .breadcrumbs p span {
    margin: 0 4vw;
  }
}

.contact_lower h2 {
  padding-left: 120px !important;
}
@media screen and (min-width: 1441px) {
  .contact_lower h2 {
    padding-left: 130px !important;
  }
}
@media screen and (max-width: 768px) {
  .contact_lower h2 {
    padding-left: 105px !important;
  }
}
.contact_lower p {
  padding-left: 120px !important;
}
@media screen and (min-width: 1441px) {
  .contact_lower p {
    padding-left: 130px !important;
  }
}
@media screen and (max-width: 768px) {
  .contact_lower p {
    padding-left: 105px !important;
  }
}

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

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

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

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

/*
 * 空の子パネル
 * padding, margin の左右も 0 に指定してしまうと、
 * 最後の行のレイアウトが崩れるので注意。
 */
.cell.is-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.top_contents_btn {
  width: 42% !important;
  margin: auto;
}
@media screen and (min-width: 1441px) {
  .top_contents_btn {
    width: 32% !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_contents_btn {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .top_contents_btn {
    width: 100% !important;
  }
}
.top_contents_btn a {
  text-decoration: none;
  text-align: center;
  width: 100%;
  margin: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .top_contents_btn a {
    width: 60%;
  }
}
.top_contents_btn a button {
  width: 100%;
  padding: 1.4vw 0;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #333;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .top_contents_btn a button {
    padding: 3vw 0;
    font-size: 2.6vw;
  }
}
.top_contents_btn a button:hover {
  background-color: #151c83;
  color: #fdfdfd;
  border: none;
}
.top_contents_btn a button i {
  margin-left: 1vw;
}

.btn_container {
  text-align: center;
  padding: 3vw;
}

button a {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  border: 2px solid #333;
  text-transform: uppercase;
  color: #333;
  text-decoration: none;
  font-weight: 600;
  font-size: 10px;
}

button a::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% - 12px);
  background-color: #fff;
  transition: 0.3s ease-in-out;
  transform: scaleY(1);
}

button a:hover::before {
  transform: scaleY(0);
}

button a::after {
  content: "";
  position: absolute;
  left: 6px;
  top: -2px;
  height: calc(100% + 4px);
  width: calc(100% - 12px);
  background-color: #fff;
  transition: 0.3s ease-in-out;
  transform: scaleX(1);
  transition-delay: 0.5s;
}

button a:hover::after {
  transform: scaleX(0);
}

button a span {
  position: relative;
  z-index: 3;
}

button {
  text-decoration: none;
  background-color: #fff;
  border: none;
}

.transparent a {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  border: 2px solid #fff;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 10px;
  transition: all 1s ease;
}
.transparent a:hover {
  color: #333;
  background-color: #fff;
}

.transparent a::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% - 12px);
  background-color: transparent;
  transition: 0.3s ease-in-out;
  transform: scaleY(1);
}

.transparent a:hover::before {
  transform: scaleY(0);
  background-color: #fff;
}

.transparent a::after {
  content: "";
  position: absolute;
  left: 6px;
  top: -2px;
  height: calc(100% + 4px);
  width: calc(100% - 12px);
  background-color: transparent;
  transition: 0.3s ease-in-out;
  transform: scaleX(1);
  transition-delay: 0.5s;
}

.transparent a:hover::after {
  transform: scaleX(0);
  background-color: #fff;
}

.transparent a span {
  position: relative;
  z-index: 3;
}

.transparent {
  text-decoration: none;
  background-color: transparent;
  border: none;
}

.foot_btn_container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1vw auto 0;
}

.button {
  padding: 1em 2em;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: 5px;
  text-transform: uppercase;
  cursor: pointer;
  color: #151c83;
  transition: all 1000ms;
  font-size: 15px;
  position: relative;
  overflow: hidden;
  outline: 2px solid #151c83;
  white-space: nowrap;
  background-color: #fdfdfd;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .button {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .button {
    font-size: 10px;
  }
}
.button::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #151c83;
  transform: skewX(45deg);
  z-index: -1;
  transition: width 1000ms;
}

.foot_btn_container button:hover {
  color: #ffffff;
  transform: scale(1.1);
  outline: 2px solid #151c83;
  box-shadow: 4px 5px 17px -4px #151c83;
}
.foot_btn_container button:hover::before {
  width: 250%;
}

/* back-to-top */
.back-to-top {
  display: none;
  position: fixed;
  z-index: 500;
  right: 0%;
  bottom: 2%;
  color: #fff;
  padding: 1rem 2rem;
  font-size: 2vw;
  display: inline-block;
  text-decoration: none;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .back-to-top {
    display: none !important;
  }
}

.back-to-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  z-index: -1;
}

.back-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #151c83;
  border: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 4px rgba(9, 14, 80, 0.253);
  cursor: pointer;
  transition-duration: 0.3s;
  overflow: hidden;
  position: relative;
}

.svgIcon {
  width: 12px;
  transition-duration: 0.3s;
}

.svgIcon path {
  fill: white;
}

.back-button:hover {
  width: 140px;
  border-radius: 50px;
  transition-duration: 0.3s;
  background-color: #151c83;
  align-items: center;
}

.back-button:hover .svgIcon {
  /* width: 20px; */
  transition-duration: 0.3s;
  transform: translateY(-200%);
}

.back-button::before {
  position: absolute;
  bottom: -20px;
  content: "ページトップへ";
  color: white;
  /* transition-duration: .3s; */
  font-size: 0px;
}

.back-button:hover::before {
  font-size: 13px;
  opacity: 1;
  bottom: unset;
  /* transform: translateY(-30px); */
  transition-duration: 0.3s;
}

header {
  position: fixed;
  z-index: 500;
  width: 100%;
}
header #header_pc {
  width: 100%;
  height: 90px;
  padding: 0 2vw;
  background-color: #fdfdfd;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header #header_pc {
    display: none;
  }
}
header #header_pc .header_logo {
  height: 60px;
}
header #header_pc .header_logo a {
  display: flex;
  align-items: center;
}
header #header_pc .header_logo a img {
  width: 5%;
  height: 100%;
}
header #header_pc .header_logo a h3 {
  margin-left: 0.5vw;
  color: #151c83;
}
header #header_pc .header_menu {
  width: 100%;
  display: flex;
  margin-top: -0.5vw;
}
header #header_pc .header_menu ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
header #header_pc .header_menu ul li {
  margin-left: 3rem;
}
header #header_pc .header_menu ul li a {
  text-decoration: none;
  color: #333;
  position: relative;
  font-weight: 700;
  font-size: 1.2rem;
  width: -moz-fit-content;
  width: fit-content;
}
header #header_pc .header_menu ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #151c83;
  bottom: -4px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
header #header_pc .header_menu ul li a:hover::after {
  transform: scale(1, 1);
}
header #header_pc .header_menu ul li:last-child a {
  min-height: 34px;
  border-radius: 100vw;
  padding: 8px 24px;
  background-color: #a8e6ff;
  transition: all 0.4s;
  color: #333;
}
header #header_pc .header_menu ul li:last-child a:hover {
  background-color: #333;
  color: #fff;
}
header #header_pc .header_menu ul li:last-child a::after {
  width: 0;
}
header #header_pc .header_contact_btn {
  width: 20%;
}
header #header_sp {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #fdfdfd;
  height: 17.9487vw;
  padding: 5.1282vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_sp {
    height: 80px;
  }
}
@media screen and (min-width: 1441px) {
  header #header_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header #header_sp {
    display: none;
  }
}
header #header_sp .header_logo {
  height: 60px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_sp .header_logo {
    height: 60px;
    margin-left: -2vw;
  }
}
@media screen and (max-width: 768px) {
  header #header_sp .header_logo {
    height: 40px;
    margin-left: 0;
  }
}
header #header_sp .header_logo img {
  height: 100%;
}

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

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

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

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

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

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

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

.hamburger.active {
  background-color: #fff;
}

nav.globalMenuSp {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(0, 43, 121, 0.8);
  text-align: center;
  width: 100%;
  height: 100vh;
  transform: translate(100%);
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

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

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
}

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;
  text-decoration: none;
  font-size: 2vw;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a {
    font-size: 3vw;
  }
}
nav.globalMenuSp ul li a i {
  font-size: 2vw;
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a i {
    font-size: 4vw;
  }
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translate(0%);
}

.header.change-color {
  background-color: #fdfdfd;
  transition: 0.3s;
}

.cta {
  position: relative;
  margin: auto;
  padding: 10px 15px;
  transition: all 0.2s ease;
  border: 3px solid #151c83;
  border-radius: 50px;
  background: #151c83;
  cursor: pointer;
}

.cta:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  border-radius: 50px;
  background: #fdfdfd;
  width: 40px;
  height: 40px;
  transition: all 0.8s ease;
}
@media screen and (min-width: 1441px) {
  .cta:before {
    top: 5.5%;
  }
}

.cta span {
  position: relative;
  font-family: Montserrat;
  font-size: 0.9vw;
  color: #fdfdfd;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #fdfdfd;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.5s ease;
}

.cta:hover:before {
  width: 100%;
  background: #a2945e;
}

.cta:hover svg {
  transform: translateX(0);
  transition: all 2s ease;
}

.cta:active {
  transform: scale(0.95);
  transition: all 2s ease;
}

/* ↓↓↓ ローディング ↓↓↓ */
.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading_text {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 555;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.load_main_bg {
  position: absolute;
  z-index: 556;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: #fdfdfd;
}

.loadingImg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 557;
  width: 25%;
  height: auto;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .loadingImg {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .loadingImg {
    width: 65%;
  }
}
.loadingImg img {
  width: 100%;
  height: 100%;
}

.loadingText {
  position: absolute;
  z-index: 557;
  font-size: 20rem;
  font-weight: bolder;
  color: #e0dfd8;
  font-family: system-ui;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .loadingText {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .loadingText {
    font-size: 10rem;
  }
}

.loader {
  position: absolute;
  z-index: 557;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-family: monospace;
  font-size: 30px;
  background: radial-gradient(circle closest-side, #151c83 94%, rgba(0, 0, 0, 0)) right/calc(200% - 1em) 100%;
  animation: l24 1s infinite alternate linear;
}

.loader::before {
  content: "Loading...";
  line-height: 1em;
  color: rgba(0, 0, 0, 0);
  background: inherit;
  background-image: radial-gradient(circle closest-side, #fff 94%, #151c83);
  -webkit-background-clip: text;
  background-clip: text;
}

@keyframes l24 {
  100% {
    background-position: left;
  }
}
#top_main {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#top_main .top_main_bg {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}
#top_main .slide-images {
  width: 90%;
  margin: 0 auto;
  height: max(660px, -90px + 85svh);
  margin-top: 90px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_main .slide-images {
    margin-top: 17.9487vw;
    height: max(550px, -17.9487vw + 85svh);
  }
}
#top_main .slide-images .slick-list {
  width: 100%;
  height: 100%;
}
#top_main .slide-images .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
#top_main .slide-images .slick-list .slick-track img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

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

.slide-images {
  position: relative;
}

.slide-image_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 95vh;
  position: absolute;
  top: 25%;
  left: -25%;
  z-index: 99;
}
@media screen and (min-width: 1441px) {
  .slide-image_flex {
    top: 25%;
    left: -32%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .slide-image_flex {
    height: 65vh;
    top: 43%;
    left: -10%;
  }
}
@media screen and (max-width: 768px) {
  .slide-image_flex {
    height: 100vh;
    top: 25%;
    left: -3%;
  }
}
.slide-image_flex h3 {
  text-align: left;
  font-size: 10rem;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .slide-image_flex h3 {
    font-size: 5.5rem;
    top: 60vw;
  }
}

/*-- TOPキャッチ ------------------*/
#home_catch {
  padding-top: 11rem;
  padding-bottom: 1rem;
}
#home_catch .home_inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#home_catch .home_inner h2 {
  text-align: center;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
  line-height: 1.55;
  font-size: 3rem;
  font-weight: 400;
  color: #616477;
  font-family: "Cormorant", serif;
}
@media screen and (max-width: 768px) {
  #home_catch .home_inner h2 {
    font-size: 1.5rem;
  }
}
#home_catch .home_inner p {
  text-align: left;
  letter-spacing: 0.04em;
  line-height: 2.25;
  max-width: 45%;
  margin: 0 auto 4.875rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #home_catch .home_inner p {
    max-width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #home_catch .home_inner p {
    max-width: 90%;
  }
}

.line {
  height: 7.5rem;
  overflow: hidden;
  margin-top: 4.75rem;
}
.line .home_line {
  position: relative;
  width: 1px;
  height: 100%;
  margin: 0 auto;
  display: block;
  background-color: #616477;
}
.line .home_line::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  width: 5px;
  height: 5px;
  background-color: #616477;
  border-radius: 50%;
  animation-name: Scroll;
  animation-duration: 2s;
  animation-timing-function: linear, linear;
  animation-iteration-count: infinite;
}

@keyframes Scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(7.5rem);
  }
}
/*-- 中央見出し ------------------*/
.top_ttl {
  text-align: center;
}
.top_ttl .top_head {
  font-size: 3rem;
  color: #616477;
  margin-bottom: 0.5em;
}
.top_ttl .top_head .top_head_en {
  display: block;
  font-size: 5.5rem;
  line-height: 0.8;
  letter-spacing: 0.04em;
  margin-bottom: 0.625rem;
  font-weight: 400;
  color: #616477;
  font-family: "Cormorant", serif;
}
.top_ttl .top_head .top_head_ja {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.666;
  font-weight: 700;
  color: #bebdb9;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

/*-- 挨拶 ------------------*/
#greeting {
  margin: 10vh 0 0;
}
#greeting .greeting {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #greeting .greeting {
    display: block;
  }
}
#greeting .greeting .greeting_right {
  width: 40%;
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_right {
    width: 90%;
    margin: 0 auto;
  }
}
#greeting .greeting .greeting_right .greeting_head .greeting_head_en {
  display: block;
  font-size: 5.5rem;
  line-height: 0.8;
  letter-spacing: 0.04em;
  margin-bottom: 0.625rem;
  font-weight: 400;
  color: #616477;
  font-family: "Cormorant", serif;
}
#greeting .greeting .greeting_right .greeting_head .greeting_head_ja {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.666;
  font-weight: 700;
  color: #bebdb9;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
#greeting .greeting .greeting_right h3 {
  font-size: 2.2vw;
}
#greeting .greeting .greeting_right p {
  padding: 0 3vw 0 0;
}
#greeting .greeting .greeting_left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_left {
    width: 100%;
    margin-top: 10vw;
  }
}
#greeting .greeting .greeting_left .greeting_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
#greeting .greeting .greeting_left .greeting_img .greeting_img_list {
  width: 32%;
  height: 80vh;
}
#greeting .greeting .greeting_left .greeting_img .greeting_img_list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.text-animation {
  display: inline-flex;
  height: auto;
  width: 100%;
  line-height: 21vh;
  top: -30%;
  z-index: 1000;
  overflow: hidden;
}
@media screen and (min-width: 1441px) {
  .text-animation {
    top: -23%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .text-animation {
    top: -60%;
  }
}
@media screen and (max-width: 768px) {
  .text-animation {
    top: -28%;
  }
}
.text-animation p {
  display: inline-block;
  color: #ebebeb;
  font-size: 170px;
  white-space: nowrap;
  animation: text_scroll 30s linear infinite;
  padding-left: 100%;
}
@media screen and (min-width: 1441px) {
  .text-animation p {
    font-size: 170px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .text-animation p {
    font-size: 140px;
  }
}
@media screen and (max-width: 768px) {
  .text-animation p {
    font-size: 120px;
  }
}

@keyframes text_scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
#top_imgbg {
  position: relative;
  z-index: 1;
}
#top_imgbg .top_imgbg {
  background-size: cover;
  background-position: bottom;
  position: relative;
  width: 100%;
  height: 35vw;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  #top_imgbg .top_imgbg {
    height: 60vh;
  }
}
#top_imgbg .top_imgbg .top_imgbg_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(18, 26, 65, 0.5);
}

/*-- BLOG ------------------*/
#blog {
  margin: 0 0 10vh;
}
#blog .blog_ttl {
  text-align: center;
}
#blog .blog_ttl .blog_head {
  font-size: 3rem;
  color: #616477;
  margin-bottom: 0.5em;
}
#blog .blog_ttl .blog_head .blog_head_en {
  display: block;
  font-size: 5.5rem;
  line-height: 0.8;
  letter-spacing: 0.04em;
  margin-bottom: 0.625rem;
  font-weight: 400;
  color: #616477;
  font-family: "Cormorant", serif;
}
#blog .blog_ttl .blog_head .blog_head_ja {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.666;
  font-weight: 700;
  color: #bebdb9;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
#blog .blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
  #blog .blog {
    display: block;
  }
}
#blog .blog .blog_item {
  width: 35%;
  background-color: #f8f8f8;
}
@media screen and (max-width: 768px) {
  #blog .blog .blog_item {
    width: 80%;
    margin: 5vw auto;
  }
}
#blog .blog .blog_item a {
  height: 20vw;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #blog .blog .blog_item a {
    height: 50vw;
  }
}
#blog .blog .blog_item a .blog_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#blog .blog .blog_item a .blog_txt h4 {
  transition: all 1s ease;
  color: #fdfdfd;
  -webkit-text-stroke: 1px #000;
  paint-order: stroke;
}
#blog .blog .blog_item a:hover h4 {
  transform: scale(1.3);
}

/*-- 強み ------------------*/
#strong .strong .strong_contents .strong_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin: 5vw 0;
}
@media screen and (max-width: 768px) {
  #strong .strong .strong_contents .strong_inner {
    display: block;
  }
}
#strong .strong .strong_contents .strong_inner .strong_txt {
  width: 40%;
  margin: 3vw 0;
}
@media screen and (max-width: 768px) {
  #strong .strong .strong_contents .strong_inner .strong_txt {
    width: 90%;
    margin: 0 auto;
  }
}
#strong .strong .strong_contents .strong_inner .strong_txt .strong_item {
  text-align: center;
}
#strong .strong .strong_contents .strong_inner .strong_txt .strong_text {
  padding: 2vw;
}
#strong .strong .strong_contents .strong_inner .strong_img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #strong .strong .strong_contents .strong_inner .strong_img {
    width: 100%;
    margin-top: 10vw;
  }
}
#strong .strong .strong_contents .strong_inner .strong_img img {
  width: 100%;
}
#strong .strong .strong_contents .strong_inner:nth-child(2n) {
  flex-flow: row-reverse;
}

/*-- 施工 ------------------*/
#top_works {
  position: relative;
  margin: 10vw 0;
}
#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(0, 0, 0, 0.5);
  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 #000;
}
@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: #fff;
  text-align: center;
  padding-bottom: 1rem;
  font-size: 3rem;
  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 {
    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: #fff;
  font-size: 2rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
#top_works .top_works .top_works_contents .top_works_contents_bg .top_works_text p {
  color: #fff;
  text-align: center;
  margin-bottom: 3vw;
  line-height: 2;
}
@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 .row {
  overflow: hidden;
}
#top_works .top_works .row .autoplay-slider {
  display: flex;
  width: 100%;
  list-style: none;
}
#top_works .top_works .row .slide {
  height: 20vw;
  width: 250px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .row .slide {
    width: 150px;
  }
}
#top_works .top_works .row .slide .top_about_image_bg {
  height: 20vw;
  background-size: cover;
}
@media screen and (min-width: 1441px) {
  #top_works .top_works .row .slide .top_about_image_bg {
    height: 15vw;
  }
}
@keyframes sliderAnimation {
  100% {
    transform: translateX(-50%);
  }
}
#top_works .top_works .row .autoplay-slider {
  display: flex;
  min-width: 100%;
  width: -moz-min-content;
  width: min-content;
  animation: 30s linear infinite sliderAnimation;
}

/*-- 採用 ------------------*/
#top_recruit {
  position: relative;
  margin-bottom: 10vw;
}
#top_recruit .recruit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background-color: #fdfdfd;
}
#top_recruit .recruit .recruit_heading_bg {
  position: absolute;
  top: 0;
  right: 10%;
  color: #11779f;
  font-weight: 600;
  opacity: 0.1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .recruit .recruit_heading_bg {
    top: 8%;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .recruit .recruit_heading_bg {
    top: 4%;
    right: 5%;
  }
}
#top_recruit .recruit .recruit_box {
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 8rem 15px 3rem;
  transform: translateY(0);
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .recruit .recruit_box {
    margin: 8rem 0 3rem;
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .recruit .recruit_box {
    margin: 8rem 0 3rem;
    padding: 0 15px;
  }
}
#top_recruit .recruit .recruit_box .recruit_img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  gap: 6px;
}
#top_recruit .recruit .recruit_box .recruit_img figure {
  height: auto;
  max-height: 468px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #top_recruit .recruit .recruit_box .recruit_img figure {
    margin: 0;
  }
}
#top_recruit .recruit .recruit_box .recruit_img figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  #top_recruit .recruit .recruit_box .recruit_img figure img {
    height: 30vh;
  }
}
#top_recruit .recruit .recruit_box .recruit_head {
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: min(412px, 32.1875vw);
  background: rgb(255, 255, 255);
  border-radius: 10px;
  overflow: hidden;
  padding: min(75px, 5.85938vw) min(67px, 5.23438vw) min(85px, 6.64062vw);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .recruit .recruit_box .recruit_head {
    width: min(412px, 45vw);
    padding: min(75px, 3vw) min(67px, 2vw) min(85px, 4vw);
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .recruit .recruit_box .recruit_head {
    width: min(412px, 67.1875vw);
    padding: min(75px, 3.85938vw) min(67px, 4.23438vw) min(85px, 4.64062vw);
  }
}
#top_recruit .recruit .recruit_box .recruit_head .recruit_head_ttl {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
#top_recruit .recruit .recruit_box .recruit_head .recruit_head_ttl span {
  font-size: clamp(22px, 3.13015vw, 38px);
  font-weight: 700;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  #top_recruit .recruit .recruit_box .recruit_head .recruit_head_ttl span {
    font-size: clamp(11px, 3.13015vw, 38px);
  }
}
#top_recruit .recruit .recruit_box .recruit_head .recruit_head_txt {
  font-weight: 700;
  margin-top: min(18px, 1.40625vw);
  margin-bottom: min(18px, 1.40625vw);
}
@media screen and (max-width: 768px) {
  #top_recruit .recruit .recruit_box .recruit_head .recruit_head_txt p {
    font-size: 1rem;
  }
}
#top_recruit .recruit .recruit_box .recruit_head .btn_container {
  padding: 0;
}
#top_recruit .recruit .recruit_box .recruit_head .btn_container button a::after {
  content: "";
  position: absolute;
  left: 6px;
  top: -3px;
  height: calc(100% + 6px);
  width: calc(100% - 12px);
  background-color: #fff;
  transition: 0.3s ease-in-out;
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#top_recruit .recruit .recruit_box .recruit_head .btn_container button a:hover::after {
  transform: scaleX(0);
}

#news {
  padding-top: 80px;
  position: relative;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #news {
    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: #151c83;
  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: #151c83;
}
#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: #151c83;
  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: 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.3rem;
}

.wp-pagenavi span.current {
  color: #fff;
  padding: 10px;
  margin: 0 10px;
  background-color: #151c83;
}
@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: #151c83;
}
@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;
}

#works {
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #works {
    margin: 0;
    padding: 0;
  }
}
#works .works_heading_bg {
  position: absolute;
  top: 0%;
  left: 5%;
  color: #11779f;
  font-weight: 600;
  opacity: 0.1;
}
@media screen and (max-width: 768px) {
  #works .works_heading_bg {
    top: -4%;
    font-size: 5rem;
  }
}
#works .lower_headline {
  text-align: center;
  width: 100%;
}
#works .lower_headline h4 {
  font-size: 3rem;
  color: #151c83;
  letter-spacing: 0.6vw;
}
#works .works {
  width: 100%;
}
#works .works .works_contents {
  width: 90%;
  margin: auto;
  padding: 80px 0;
}
#works .works .works_contents h2 {
  text-align: center;
}
#works .works .works_contents .works_list {
  display: flex;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}
#works .works .works_contents .works_list .works_item {
  width: 48%;
  margin-bottom: 5vw;
}
#works .works .works_contents .works_list .works_item p {
  padding: 0 1vw;
}
#works .works .works_contents ul {
  display: flex;
  justify-content: start;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
}
#works .works .works_contents ul a {
  width: 23%;
  margin: 0 1% 30px 1%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_contents ul a {
    width: 48%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul a {
    width: 98%;
  }
}
#works .works .works_contents ul a li {
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_contents ul a li {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul a li {
    margin: auto;
    margin-bottom: 40px;
  }
}
#works .works .works_contents ul a li .thumb {
  text-align: center;
  width: 100%;
  height: 220px;
}
@media screen and (min-width: 1441px) {
  #works .works .works_contents ul a li .thumb {
    height: 300px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_contents ul a li .thumb {
    height: 270px;
  }
}
#works .works .works_contents ul a li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
#works .works .works_contents ul a li .outline {
  background-color: #fff;
  padding: 20px;
  height: 150px;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul a li .outline {
    height: 150px;
  }
}
#works .works .works_contents ul a li .outline .title {
  color: #151c83;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul a li .outline .title {
    font-size: 15px;
  }
}
#works .works .works_contents ul a li .outline .descn {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul a li .outline .descn {
    font-size: 12.5px;
  }
}
#works .works .works_contents .navigation {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents .navigation {
    margin-top: 40px;
  }
}

#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: 560px;
  height: 340px;
}
@media screen and (max-width: 768px) {
  #modal-container > div > img {
    width: 300px;
    height: 180px;
  }
}
#modal-container .close {
  position: absolute;
  top: 30%;
  right: 30%;
}
@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;
  }
}

.outline {
  text-align: center;
  margin-bottom: 30px;
}
.outline .date {
  font-size: 1.5rem;
}
.outline .title {
  font-size: 1.5rem;
}
.outline .descn {
  font-size: 1rem;
}

.works_images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 80%;
}
.works_images img.popup {
  cursor: pointer;
  width: 45%;
  height: 100%;
  margin-bottom: 30px;
}

a {
  text-decoration: none;
  color: #333;
}

#news_single {
  padding-top: 80px;
  position: relative;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #news_single {
    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: #151c83;
  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: 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.3rem;
}

#business {
  margin-top: 10vh;
  width: 100%;
  margin: 0 auto;
}
#business .business_headline {
  display: flex;
  text-align: center;
  margin: 80px auto;
  width: 50%;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #business .business_headline {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  #business .business_headline {
    width: 90%;
    flex-direction: column-reverse;
  }
}
#business .business_headline .business_heading_bg {
  position: absolute;
  top: -20%;
  left: -30%;
  color: #11779f;
  font-weight: 600;
  opacity: 0.1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #business .business_headline .business_heading_bg {
    top: -10%;
    left: -10%;
  }
}
@media screen and (max-width: 768px) {
  #business .business_headline .business_heading_bg {
    top: -10%;
    left: 0;
    font-size: 5rem;
  }
}
#business .business_headline .business_headline-t {
  text-align: start;
  padding-top: 10vw;
}
@media screen and (max-width: 768px) {
  #business .business_headline .business_headline-t {
    line-height: 2;
  }
}
#business .business_headline .business_headline-h {
  margin-bottom: 20px;
  writing-mode: vertical-rl;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #business .business_headline .business_headline-h {
    margin-bottom: 15vw;
  }
}
@media screen and (max-width: 768px) {
  #business .business_headline .business_headline-h {
    writing-mode: horizontal-tb;
  }
}
#business .business_headline .business_headline-h .business_icon {
  position: absolute;
  top: 50%;
  left: 180%;
  width: 200%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #business .business_headline .business_headline-h .business_icon {
    top: 95%;
    left: -80%;
    width: 200%;
  }
}
@media screen and (max-width: 768px) {
  #business .business_headline .business_headline-h .business_icon {
    display: none;
  }
}
#business .business_headline .business_headline-h .business_icon img {
  width: 100%;
}

.business_inner {
  width: 95%;
  margin: auto;
  padding-top: 10vw;
  padding-bottom: 5vw;
}
.business_inner .business_box h2 {
  text-align: center;
  position: relative;
  width: 50%;
  margin: 0 auto 5vw;
}
@media screen and (max-width: 768px) {
  .business_inner .business_box h2 {
    width: 80%;
  }
}
.business_inner .business_box h2::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 2px;
  top: 90%;
  right: 0;
  background-color: #333;
}
.business_inner .business_box .business_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.business_inner .business_box .business_list .business_item {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .business_inner .business_box .business_list .business_item {
    width: 100%;
    margin-bottom: 3vw;
  }
}
.business_inner .business_box .business_list .business_item .business_item_txt {
  text-align: center;
}
.business_inner .business_box .business_list .business_item .business_item_txt p {
  text-align: start;
  padding: 0 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .business_inner .business_box .business_list .business_item .business_item_txt p {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .business_inner .business_box .business_list .business_item .business_item_txt p {
    font-size: 1rem;
  }
}

.business_inner-01 {
  position: relative;
  background: #ededed;
  margin: 20vw 0;
}
@media screen and (max-width: 768px) {
  .business_inner-01 {
    margin: 20vw 0 40vw;
  }
}
.business_inner-01 .business_content {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .business_inner-01 .business_content {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .business_inner-01 .business_content {
    width: 100%;
  }
}
.business_inner-01 .business_content .business_heading_bg-c {
  position: absolute;
  top: 0%;
  right: 5%;
  color: #11779f;
  font-weight: 600;
  opacity: 0.1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .business_inner-01 .business_content .business_heading_bg-c {
    top: 0%;
    right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .business_inner-01 .business_content .business_heading_bg-c {
    top: 0%;
    right: 5%;
    font-size: 5rem;
  }
}
.business_inner-01 .business_content h2 {
  font-family: "Cormorant", serif;
}
@media screen and (max-width: 768px) {
  .business_inner-01 .business_content h2 {
    padding-top: 20vw;
  }
}
.business_inner-01 .business_content .business_content_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 5vw;
}
.business_inner-01 .business_content .business_content_list .business_content_img {
  width: 45%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .business_inner-01 .business_content .business_content_list .business_content_img {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .business_inner-01 .business_content .business_content_list .business_content_img {
    width: 80%;
  }
}
.business_inner-01 .business_content .business_content_list .business_content_img img {
  width: 100%;
  border-radius: 12px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .business_inner-01 .business_content .business_content_list .business_content_img img {
    height: 30vw;
  }
}
.business_inner-01 .business_content .business_content_list .business_content_txt {
  width: 45%;
  text-align: start;
  display: flex;
}
@media screen and (max-width: 768px) {
  .business_inner-01 .business_content .business_content_list .business_content_txt {
    width: 95%;
    flex-flow: column-reverse;
  }
}
.business_inner-01 .business_content .business_content_list .business_content_txt img {
  width: 100%;
  border-radius: 12px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .business_inner-01 .business_content .business_content_list .business_content_txt img {
    height: 30vw;
  }
}
.business_inner-01 .business_content .business_content_list .business_content_txt h3 {
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .business_inner-01 .business_content .business_content_list .business_content_txt h3 {
    writing-mode: horizontal-tb;
  }
}
.business_inner-01 .business_content .business_content_list .business_content_txt p {
  padding-top: 3vw;
}

.business_inner-02 {
  position: relative;
  background-color: #fdfdfd;
  margin: 20vw 0;
}
@media screen and (max-width: 768px) {
  .business_inner-02 {
    margin: 20vw 0;
  }
}
.business_inner-02 .business_content {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .business_inner-02 .business_content {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .business_inner-02 .business_content {
    width: 100%;
  }
}
.business_inner-02 .business_content .business_heading_bg-c {
  position: absolute;
  top: 0%;
  left: 5%;
  color: #11779f;
  font-weight: 600;
  opacity: 0.1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .business_inner-02 .business_content .business_heading_bg-c {
    top: 0%;
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .business_inner-02 .business_content .business_heading_bg-c {
    top: 0%;
    left: 5%;
    font-size: 5rem;
  }
}
.business_inner-02 .business_content h2 {
  font-family: "Cormorant", serif;
}
@media screen and (max-width: 768px) {
  .business_inner-02 .business_content h2 {
    padding-top: 20vw;
  }
}
.business_inner-02 .business_content .business_content_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 5vw;
}
@media screen and (max-width: 768px) {
  .business_inner-02 .business_content .business_content_list {
    flex-flow: wrap-reverse;
  }
}
.business_inner-02 .business_content .business_content_list .business_content_img {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .business_inner-02 .business_content .business_content_list .business_content_img {
    width: 80%;
  }
}
.business_inner-02 .business_content .business_content_list .business_content_img img {
  width: 100%;
  border-radius: 12px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .business_inner-02 .business_content .business_content_list .business_content_img img {
    height: 30vw;
  }
}
.business_inner-02 .business_content .business_content_list .business_content_txt {
  width: 45%;
  display: flex;
  text-align: start;
}
@media screen and (max-width: 768px) {
  .business_inner-02 .business_content .business_content_list .business_content_txt {
    width: 95%;
    flex-flow: column-reverse;
  }
}
.business_inner-02 .business_content .business_content_list .business_content_txt h3 {
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .business_inner-02 .business_content .business_content_list .business_content_txt h3 {
    writing-mode: horizontal-tb;
  }
}
.business_inner-02 .business_content .business_content_list .business_content_txt p {
  padding-top: 3vw;
}

.reverse {
  flex-flow: row-reverse;
}

#reasons {
  margin-top: 10vh;
  width: 100%;
  margin: 0 auto;
}
#reasons .reasons_headline {
  display: flex;
  text-align: center;
  margin: 80px auto;
  width: 60%;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #reasons .reasons_headline {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  #reasons .reasons_headline {
    width: 90%;
  }
}
#reasons .reasons_headline .reasons_heading_bg {
  position: absolute;
  top: -20%;
  left: -30%;
  color: #11779f;
  font-weight: 600;
  opacity: 0.1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #reasons .reasons_headline .reasons_heading_bg {
    top: -10%;
    left: -10%;
  }
}
@media screen and (max-width: 768px) {
  #reasons .reasons_headline .reasons_heading_bg {
    top: -10%;
    left: 0;
    font-size: 5rem;
  }
}
#reasons .reasons_headline .reasons_headline-t {
  text-align: start;
  padding-top: 3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #reasons .reasons_headline .reasons_headline-t {
    padding-top: 0vw;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #reasons .reasons_headline .reasons_headline-t {
    line-height: 2;
    font-size: 1.1rem;
  }
}
#reasons .reasons_headline .reasons_headline-h {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #reasons .reasons_headline .reasons_headline-h {
    margin-bottom: 15vw;
  }
}
@media screen and (max-width: 768px) {
  #reasons .reasons_headline .reasons_headline-h {
    font-size: 4vw;
  }
}
#reasons .reasons_headline-i {
  overflow: hidden;
  width: 100%;
  margin: 5vw calc(50% - 50vw);
  height: 50vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #reasons .reasons_headline-i {
    height: 30vh;
  }
}
#reasons .reasons_headline-i img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: -webkit-fill-available;
}

.reasons_inner-01 {
  position: relative;
  background-color: #ededed;
  margin: 20vw 0;
}
@media screen and (max-width: 768px) {
  .reasons_inner-01 {
    margin: 20vw 0 40vw;
  }
}
.reasons_inner-01 .reasons_content {
  width: 85%;
  margin: 0 auto;
  text-align: center;
  padding: 10vw 0;
}
.reasons_inner-01 .reasons_content .reasons_heading_bg-c {
  position: absolute;
  top: 0%;
  right: 5%;
  color: #11779f;
  font-weight: 600;
  opacity: 0.1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .reasons_inner-01 .reasons_content .reasons_heading_bg-c {
    top: 0%;
    right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .reasons_inner-01 .reasons_content .reasons_heading_bg-c {
    top: 0%;
    right: 60%;
    font-size: 7rem;
  }
}
.reasons_inner-01 .reasons_content .reasons_content_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .reasons_inner-01 .reasons_content .reasons_content_list {
    flex-flow: column-reverse;
  }
}
.reasons_inner-01 .reasons_content .reasons_content_list .reasons_content_img {
  width: 47.5%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .reasons_inner-01 .reasons_content .reasons_content_list .reasons_content_img {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .reasons_inner-01 .reasons_content .reasons_content_list .reasons_content_img {
    width: 100%;
  }
}
.reasons_inner-01 .reasons_content .reasons_content_list .reasons_content_img img {
  width: 100%;
  border-radius: 12px;
}
.reasons_inner-01 .reasons_content .reasons_content_list .reasons_content_txt {
  width: 47.5%;
  text-align: start;
}
@media screen and (max-width: 768px) {
  .reasons_inner-01 .reasons_content .reasons_content_list .reasons_content_txt {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .reasons_inner-01 .reasons_content .reasons_content_list .reasons_content_txt h3 {
    font-size: 2.7vw;
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  .reasons_inner-01 .reasons_content .reasons_content_list .reasons_content_txt h3 {
    text-align: center;
  }
}
.reasons_inner-01 .reasons_content .reasons_content_list .reasons_content_txt p {
  padding-top: 3vw;
  padding-left: 1vw;
}

.reasons_inner-02 {
  position: relative;
  background-color: #fdfdfd;
  margin: 20vw 0;
}
@media screen and (max-width: 768px) {
  .reasons_inner-02 {
    margin: 40vw 0;
  }
}
.reasons_inner-02 .reasons_content {
  width: 85%;
  margin: 0 auto;
  text-align: center;
  padding: 10vw 0;
}
.reasons_inner-02 .reasons_content .reasons_heading_bg-c {
  position: absolute;
  top: 0%;
  left: 5%;
  color: #11779f;
  font-weight: 600;
  opacity: 0.1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .reasons_inner-02 .reasons_content .reasons_heading_bg-c {
    top: 0%;
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .reasons_inner-02 .reasons_content .reasons_heading_bg-c {
    top: 0%;
    right: 60%;
    left: 0;
    font-size: 7rem;
  }
}
.reasons_inner-02 .reasons_content .reasons_content_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .reasons_inner-02 .reasons_content .reasons_content_list {
    flex-flow: column;
  }
}
.reasons_inner-02 .reasons_content .reasons_content_list .reasons_content_img {
  width: 47.5%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .reasons_inner-02 .reasons_content .reasons_content_list .reasons_content_img {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .reasons_inner-02 .reasons_content .reasons_content_list .reasons_content_img {
    width: 100%;
  }
}
.reasons_inner-02 .reasons_content .reasons_content_list .reasons_content_img img {
  width: 100%;
  border-radius: 12px;
}
.reasons_inner-02 .reasons_content .reasons_content_list .reasons_content_txt {
  width: 47.5%;
  text-align: start;
}
@media screen and (max-width: 768px) {
  .reasons_inner-02 .reasons_content .reasons_content_list .reasons_content_txt {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .reasons_inner-02 .reasons_content .reasons_content_list .reasons_content_txt h3 {
    font-size: 2.7vw;
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  .reasons_inner-02 .reasons_content .reasons_content_list .reasons_content_txt h3 {
    text-align: center;
  }
}
.reasons_inner-02 .reasons_content .reasons_content_list .reasons_content_txt p {
  padding-top: 3vw;
  padding-left: 1vw;
}

.reverse {
  flex-flow: row-reverse;
}

.list-s {
  position: relative;
  padding: 1.5em 1em 1em 5.5em;
  border: 2px solid #151c83;
  width: 30%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .list-s {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .list-s {
    width: 90%;
  }
}

.list-s > div {
  position: absolute;
  top: -1.3em;
  left: 1em;
  padding: 0 0.5em;
  background-color: #f7f7f7;
  color: #151c83;
  font-weight: 600;
  font-size: 1.5em;
}

.list-s ul {
  list-style-type: disc;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-flow: column;
}

.list-s li {
  padding: 0.3em 0.3em 0.3em 0;
  list-style: decimal-leading-zero;
}
.list-s li a {
  color: #333;
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  .list-s li a {
    font-size: 1.1rem;
  }
}

.list-s li::marker {
  color: #151c83;
  font-size: 1.1em;
}

#strength {
  margin-top: 10vh;
  width: 100%;
  margin: 0 auto;
}
#strength .strength_headline {
  display: flex;
  text-align: center;
  margin: 80px auto;
  width: 60%;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #strength .strength_headline {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  #strength .strength_headline {
    width: 90%;
  }
}
#strength .strength_headline .strength_heading_bg {
  position: absolute;
  top: -20%;
  left: -30%;
  color: #11779f;
  font-weight: 600;
  opacity: 0.1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #strength .strength_headline .strength_heading_bg {
    top: -10%;
    left: -10%;
  }
}
@media screen and (max-width: 768px) {
  #strength .strength_headline .strength_heading_bg {
    top: -10%;
    left: 0;
    font-size: 5rem;
  }
}
#strength .strength_headline .strength_headline-t {
  text-align: start;
  padding-top: 3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #strength .strength_headline .strength_headline-t {
    padding-top: 0vw;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #strength .strength_headline .strength_headline-t {
    line-height: 2;
    font-size: 1.1rem;
  }
}
#strength .strength_headline .strength_headline-h {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #strength .strength_headline .strength_headline-h {
    margin-bottom: 15vw;
  }
}
@media screen and (max-width: 768px) {
  #strength .strength_headline .strength_headline-h {
    font-size: 4vw;
  }
}
#strength .strength_headline-i {
  overflow: hidden;
  width: 100%;
  margin: 5vw calc(50% - 50vw);
  height: 50vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #strength .strength_headline-i {
    height: 30vh;
  }
}
#strength .strength_headline-i img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: -webkit-fill-available;
}

.strength_inner-01 {
  position: relative;
  background-color: #ededed;
  margin: 20vw 0;
}
@media screen and (max-width: 768px) {
  .strength_inner-01 {
    margin: 20vw 0 40vw;
  }
}
.strength_inner-01 .strength_content {
  width: 85%;
  margin: 0 auto;
  text-align: center;
  padding: 10vw 0;
}
.strength_inner-01 .strength_content .strength_heading_bg-c {
  position: absolute;
  top: 0%;
  right: 5%;
  color: #11779f;
  font-weight: 600;
  opacity: 0.1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .strength_inner-01 .strength_content .strength_heading_bg-c {
    top: 0%;
    right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .strength_inner-01 .strength_content .strength_heading_bg-c {
    top: 0%;
    right: 60%;
    font-size: 7rem;
  }
}
.strength_inner-01 .strength_content .strength_content_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .strength_inner-01 .strength_content .strength_content_list {
    flex-flow: column-reverse;
  }
}
.strength_inner-01 .strength_content .strength_content_list .strength_content_img {
  width: 47.5%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .strength_inner-01 .strength_content .strength_content_list .strength_content_img {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .strength_inner-01 .strength_content .strength_content_list .strength_content_img {
    width: 100%;
  }
}
.strength_inner-01 .strength_content .strength_content_list .strength_content_img img {
  width: 100%;
  border-radius: 12px;
}
.strength_inner-01 .strength_content .strength_content_list .strength_content_txt {
  width: 47.5%;
  text-align: start;
}
@media screen and (max-width: 768px) {
  .strength_inner-01 .strength_content .strength_content_list .strength_content_txt {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .strength_inner-01 .strength_content .strength_content_list .strength_content_txt h3 {
    font-size: 2.7vw;
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  .strength_inner-01 .strength_content .strength_content_list .strength_content_txt h3 {
    text-align: center;
  }
}
.strength_inner-01 .strength_content .strength_content_list .strength_content_txt p {
  padding-top: 3vw;
  padding-left: 1vw;
}

.strength_inner-02 {
  position: relative;
  background-color: #fdfdfd;
  margin: 20vw 0;
}
@media screen and (max-width: 768px) {
  .strength_inner-02 {
    margin: 40vw 0;
  }
}
.strength_inner-02 .strength_content {
  width: 85%;
  margin: 0 auto;
  text-align: center;
  padding: 10vw 0;
}
.strength_inner-02 .strength_content .strength_heading_bg-c {
  position: absolute;
  top: 0%;
  left: 5%;
  color: #11779f;
  font-weight: 600;
  opacity: 0.1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .strength_inner-02 .strength_content .strength_heading_bg-c {
    top: 0%;
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .strength_inner-02 .strength_content .strength_heading_bg-c {
    top: 0%;
    right: 60%;
    left: 0;
    font-size: 7rem;
  }
}
.strength_inner-02 .strength_content .strength_content_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .strength_inner-02 .strength_content .strength_content_list {
    flex-flow: column;
  }
}
.strength_inner-02 .strength_content .strength_content_list .strength_content_img {
  width: 47.5%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .strength_inner-02 .strength_content .strength_content_list .strength_content_img {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .strength_inner-02 .strength_content .strength_content_list .strength_content_img {
    width: 100%;
  }
}
.strength_inner-02 .strength_content .strength_content_list .strength_content_img img {
  width: 100%;
  border-radius: 12px;
}
.strength_inner-02 .strength_content .strength_content_list .strength_content_txt {
  width: 47.5%;
  text-align: start;
}
@media screen and (max-width: 768px) {
  .strength_inner-02 .strength_content .strength_content_list .strength_content_txt {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .strength_inner-02 .strength_content .strength_content_list .strength_content_txt h3 {
    font-size: 2.7vw;
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  .strength_inner-02 .strength_content .strength_content_list .strength_content_txt h3 {
    text-align: center;
  }
}
.strength_inner-02 .strength_content .strength_content_list .strength_content_txt p {
  padding-top: 3vw;
  padding-left: 1vw;
}

#recruit_main {
  height: 700px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_main {
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #recruit_main {
    height: 300px;
  }
}
#recruit_main .recruit_main_contents {
  background-position: center;
  background-size: cover;
  width: 70%;
  height: 700px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_main .recruit_main_contents {
    width: 60%;
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #recruit_main .recruit_main_contents {
    width: 95%;
    height: 300px;
  }
}
#recruit_main .recruit_main_contents .recruit_main_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0 0 0 80px;
  position: relative;
}
#recruit_main .recruit_main_contents .recruit_main_bg .recruit_title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #recruit_main .recruit_main_contents .recruit_main_bg .recruit_title {
    top: 130%;
    left: 5%;
    color: #151c83;
  }
}
#recruit_main .recruit_main_contents .recruit_main_bg .recruit_title h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 48px;
  letter-spacing: 3.5px;
}
@media screen and (max-width: 768px) {
  #recruit_main .recruit_main_contents .recruit_main_bg .recruit_title h2 {
    font-size: 36px;
  }
}

#recruit .recruit_headline {
  display: flex;
  text-align: center;
  margin: 80px auto;
  width: 50%;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_headline {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_headline {
    width: 90%;
    flex-direction: column-reverse;
  }
}
#recruit .recruit_headline .recruit_heading_bg {
  position: absolute;
  top: -20%;
  left: -30%;
  color: #11779f;
  font-weight: 600;
  opacity: 0.1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_headline .recruit_heading_bg {
    top: -10%;
    left: -10%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_headline .recruit_heading_bg {
    top: -10%;
    left: 0;
    font-size: 5rem;
  }
}
#recruit .recruit_headline .recruit_headline-t {
  text-align: start;
  padding-top: 10vw;
}
#recruit .recruit_headline .recruit_headline-h {
  margin-bottom: 20px;
  writing-mode: vertical-rl;
  text-align: start;
  position: relative;
  font-size: 1.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_headline .recruit_headline-h {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_headline .recruit_headline-h {
    writing-mode: horizontal-tb;
    font-size: 5vw;
  }
}
#recruit .recruit_headline .recruit_headline-h .recruit_icon {
  position: absolute;
  top: 50%;
  left: 170%;
  width: 400%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_headline .recruit_headline-h .recruit_icon {
    top: 95%;
    left: -80%;
    width: 350%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_headline .recruit_headline-h .recruit_icon {
    display: none;
  }
}
#recruit .recruit_headline .recruit_headline-h .recruit_icon img {
  width: 100%;
}
#recruit ul {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
#recruit ul li {
  width: 30%;
  text-align: center;
}
#recruit ul li .btn {
  display: inline-block;
  padding: 0.9rem 1.8rem;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  border: 3px solid #151c83;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  font-family: inherit;
}
#recruit ul li .btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #151c83;
  transform: translateX(-100%);
  transition: all 0.3s;
  z-index: -1;
}
#recruit ul li .btn:hover {
  color: #fff;
}
#recruit ul li .btn:hover::before {
  transform: translateX(0);
}
#recruit .recruit_headline-i {
  overflow: hidden;
  width: 100%;
  margin: 5vw calc(50% - 50vw);
  height: 50vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_headline-i {
    height: 30vh;
  }
}
#recruit .recruit_headline-i img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: -webkit-fill-available;
}
#recruit .recruit_contents {
  width: 100%;
  margin: auto;
  position: relative;
  padding-bottom: 60px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_contents {
    width: 100%;
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents {
    width: 100%;
    padding: 60px 0;
    padding-bottom: 160px;
  }
}
#recruit .recruit_contents p {
  text-align: center;
}
#recruit .recruit_contents .recruit_detail_title {
  text-align: center;
  margin-bottom: 40px;
  color: #151c83;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail_title {
    margin-bottom: 20px;
  }
}
#recruit .recruit_contents .recruit_detail {
  width: 70%;
  margin: auto;
  background-color: #fdfdfd;
  border-radius: 25px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 80px;
  position: relative;
  z-index: 100;
  margin-bottom: 5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_contents .recruit_detail {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail {
    width: 90%;
    padding: 20px;
  }
}
#recruit .recruit_contents .recruit_detail table {
  width: 100%;
  margin: 0;
}
#recruit .recruit_contents .recruit_detail table tr th {
  width: 20%;
  padding: 20px 0;
  border-bottom: 2px solid #ddd;
  text-align: end;
  padding-right: 40px;
  color: #333;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail table tr th {
    padding-right: 20px;
    font-size: 1rem;
    width: 30%;
  }
}
#recruit .recruit_contents .recruit_detail table tr td {
  width: 80%;
  padding: 20px 0;
  border-bottom: 2px solid #333;
  padding-left: 40px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail table tr td {
    padding-left: 20px;
    font-size: 1rem;
    width: 70%;
  }
}
#recruit .recruit_contents .recruit_detail .recruit_btn {
  text-align: center;
  margin-top: 40px;
}
#recruit .recruit_contents .recruit_detail .recruit_btn button {
  padding: 20px 180px;
  border-radius: 50px;
  font-size: 18px;
  border: none;
  background-color: #fff;
  color: #333;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_contents .recruit_detail .recruit_btn button {
    padding: 20px 160px;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail .recruit_btn button {
    padding: 10px 60px;
    font-size: 12.5px;
  }
}
#recruit .recruit_contents .recruit_detail .recruit_btn button:hover {
  background-color: #fff;
}

#company {
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #company {
    margin: 0;
    padding: 0;
  }
}
#company .company_heading_bg {
  position: absolute;
  top: 0%;
  left: 5%;
  color: #11779f;
  font-weight: 600;
  opacity: 0.1;
}
@media screen and (max-width: 768px) {
  #company .company_heading_bg {
    top: -4%;
    font-size: 5rem;
  }
}
#company .lower_headline {
  text-align: center;
  width: 100%;
}
#company .lower_headline h4 {
  font-size: 3rem;
  color: #151c83;
  letter-spacing: 0.6vw;
}
#company .company_img {
  width: 40%;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #company .company_img {
    width: 100%;
    padding: 0;
  }
}
#company .company_img img {
  height: 110vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0 12px 12px 0;
}
@media screen and (min-width: 1441px) {
  #company .company_img img {
    height: 150vh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_img img {
    height: 80vh;
  }
}
@media screen and (max-width: 768px) {
  #company .company_img img {
    height: 15vh;
    border-radius: 0;
  }
}
#company .company_contents {
  width: 60%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #company .company_contents {
    width: 100%;
    padding: 0;
  }
}
#company .company_contents .company_detail_title {
  width: 30%;
  margin: auto;
  position: relative;
  z-index: 100;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail_title {
    width: 60%;
    margin-bottom: 20px;
  }
}
#company .company_contents .company_detail_title h4 {
  padding: 20px 60px;
  background-color: #151c83;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail_title h4 {
    padding: 10px 20px;
    font-size: 15px;
  }
}
#company .company_contents .company_detail {
  width: 90%;
  margin: auto;
  padding: 80px;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_contents .company_detail {
    width: 90%;
    padding: 80px 30px;
  }
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail {
    width: 95%;
    padding: 20px;
  }
}
#company .company_contents .company_detail table {
  margin: 0;
  width: 100%;
}
#company .company_contents .company_detail table tr th, #company .company_contents .company_detail table tr td {
  font-size: 1vw;
  letter-spacing: 0.2vw;
  padding: 2vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_contents .company_detail table tr th, #company .company_contents .company_detail table tr td {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail table tr th, #company .company_contents .company_detail table tr td {
    font-size: 3vw;
    padding: 4vw 0;
  }
}
#company .company_contents .company_detail table tr th {
  width: 30%;
  border-bottom: 2px solid #151c83;
  text-align: end;
  padding-right: 40px;
  color: #151c83;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail table tr th {
    padding-right: 20px;
    font-size: 10px;
    width: 25%;
    border-bottom: 1px solid #151c83;
  }
}
#company .company_contents .company_detail table tr td {
  width: 70%;
  border-bottom: 2px solid #333;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail table tr td {
    padding-left: 20px;
    font-size: 10px;
    width: 75%;
    border-bottom: 1px solid #333;
  }
}
#company .company_map {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_map {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #company .company_map {
    width: 85%;
  }
}
#company .company_map iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #company .company_map iframe {
    height: 240px;
  }
}

#policy_main {
  height: 58vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #policy_main {
    height: 58vw;
  }
}
@media screen and (max-width: 768px) {
  #policy_main {
    height: 58vw;
  }
}
#policy_main .policy_main_contents {
  background-position: center;
  background-size: cover;
  width: 70%;
  height: 58vw;
  margin-top: 2%;
  margin-right: 2%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #policy_main .policy_main_contents {
    width: 60%;
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #policy_main .policy_main_contents {
    width: 95%;
    height: 300px;
  }
}
#policy_main .policy_main_contents .policy_main_bg {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: relative;
}
#policy_main .policy_main_contents .policy_main_bg .policy_title {
  text-align: center;
  color: #31a7e5;
  padding: 30px;
  position: absolute;
  width: 100%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.75);
  left: 0%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #policy_main .policy_main_contents .policy_main_bg .policy_title {
    top: 130%;
    left: 5%;
    color: #151c83;
  }
}
#policy_main .policy_main_contents .policy_main_bg .policy_title h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 48px;
  letter-spacing: 3.5px;
}
@media screen and (max-width: 768px) {
  #policy_main .policy_main_contents .policy_main_bg .policy_title h2 {
    font-size: 36px;
  }
}

.policy_contents {
  width: 80%;
  margin: auto;
  margin-top: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .policy_contents {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .policy_contents {
    width: 90%;
    margin-top: 0;
  }
}
.policy_contents h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .policy_contents h2 {
    font-size: 15px;
  }
}
.policy_contents p {
  font-size: 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .policy_contents p {
    font-size: 10px;
  }
}

#contact .contact .contact_contents .contact_headline {
  text-align: center;
  margin-bottom: 2vw;
}
#contact .contact .contact_contents .contact_headline h4 {
  color: #151c83;
}
#contact .contact .contact_contents .contact_text {
  text-align: center;
  margin-bottom: 4vw;
}
#contact .contact .contact_contents form {
  width: 60%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_contents form {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form {
    width: 95%;
  }
}
#contact .contact .contact_contents form table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
  border-top: 1px solid #151c83;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form table tr {
    display: flex;
    flex-flow: column;
  }
}
#contact .contact .contact_contents form table tr th, #contact .contact .contact_contents form table tr td {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_contents form table tr th, #contact .contact .contact_contents form table tr td {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form table tr th, #contact .contact .contact_contents form table tr td {
    font-size: 3vw;
  }
}
#contact .contact .contact_contents form table tr th {
  padding: 40px 0;
  width: 35%;
  text-align: end;
  padding-right: 80px;
  border-bottom: 1px solid #151c83;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_contents form table tr th {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form table tr th {
    width: 100%;
    border-bottom: none;
    text-align: start;
    padding: 10px 0;
    padding-top: 20px;
    padding-left: 0px;
  }
}
#contact .contact .contact_contents form table tr th span {
  padding: 10px;
  background-color: red;
  color: #fff;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form table tr th span {
    padding: 5px;
  }
}
#contact .contact .contact_contents form table tr td {
  padding: 40px 0;
  width: 65%;
  border-bottom: 1px solid #151c83;
  padding-right: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_contents form table tr td {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form table tr td {
    width: 100%;
    padding: 10px 0;
    padding-bottom: 20px;
    padding-right: 0;
  }
}
#contact .contact .contact_contents form table tr td input {
  width: 80%;
  height: 50px;
  padding-left: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_contents form table tr td input {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form table tr td input {
    width: 100%;
  }
}
#contact .contact .contact_contents form table tr td textarea {
  width: 80%;
  height: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_contents form table tr td textarea {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form table tr td textarea {
    width: 100%;
  }
}
#contact .contact .contact_contents form table tr:nth-child(4) th span {
  background-color: blue;
}
#contact .contact .contact_contents form table tr:nth-child(4) td input {
  width: 20% !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_contents form table tr:nth-child(4) td input {
    width: 25% !important;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form table tr:nth-child(4) td input {
    width: 29% !important;
  }
}
#contact .contact .contact_contents form .agree {
  text-align: center;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form .agree {
    margin: 10px 0;
  }
}
#contact .contact .contact_contents form .submit {
  text-align: center;
}
#contact .contact .contact_contents form .submit input {
  padding: 20px 180px;
  border-radius: 50px;
  font-size: 18px;
  border: none;
  background-color: #151c83;
  color: #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form .submit input {
    padding: 10px 90px;
  }
}
#contact .contact .contact_contents form .submit input:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #151c83;
  color: #151c83;
}
#contact .contact .contact_contents form .submit input[name=submitBack] {
  padding: 20px 90px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form .submit input[name=submitBack] {
    padding: 10px 45px;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}
#contact .contact .contact_contents form .submit input[name=confirm] {
  padding: 20px 90px;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form .submit input[name=confirm] {
    padding: 10px 45px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}
#contact .contact .contact_contents form .contact_submit_btn {
  text-align: center;
  width: 40%;
  margin: 0 auto;
}
@media screen and (min-width: 1441px) {
  #contact .contact .contact_contents form .contact_submit_btn {
    width: 30%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_contents form .contact_submit_btn {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form .contact_submit_btn {
    width: 75%;
  }
}
#contact .contact .contact_contents form .contact_submit_btn input {
  padding: 16px 180px;
  font-size: 18px;
  border: none;
  background-color: transparent;
  color: #151c83;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form .contact_submit_btn input {
    padding: 15px 90px;
  }
}
#contact .contact .contact_contents form .contact_submit_btn input[name=submitBack] {
  padding: 20px 90px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form .contact_submit_btn input[name=submitBack] {
    padding: 10px 45px;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}
#contact .contact .contact_contents form .contact_submit_btn input[name=confirm] {
  padding: 20px 90px;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form .contact_submit_btn input[name=confirm] {
    padding: 10px 45px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}

#top #footer_link {
  display: none;
}

#common #footer_link {
  display: block;
}

footer {
  background-size: cover;
  background-position: center;
  margin-top: 3vw;
  width: 100%;
}
footer .footer_bg_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(81, 81, 81, 0.5);
}
footer .footer_bg_bg .top_contact_title {
  padding-top: 3vw;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 1rem;
}
footer .footer_bg_bg .top_contact_title h2 {
  color: #151c83;
  -webkit-text-stroke: 2px #fdfdfd;
  paint-order: stroke;
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg .top_contact_title h2 {
    font-size: 3rem;
  }
}
footer .footer_bg_bg .top_contact_title p {
  color: #fdfdfd;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg .top_contact_title p {
    font-size: 1rem;
  }
}
footer .footer_bg_bg #footer_contact {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: auto;
  padding: 4vw 1vw;
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg #footer_contact {
    flex-flow: column;
    padding: 8vw 0;
  }
}
footer .footer_bg_bg #footer_contact .top_contact_tel {
  width: 30%;
  color: #000;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg #footer_contact .top_contact_tel {
    width: 90%;
    margin: 1.5vw auto;
  }
}
footer .footer_bg_bg #footer_contact .top_contact_tel h4 {
  margin-bottom: 0.5vw;
  letter-spacing: 0.3vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg #footer_contact .top_contact_tel h4 {
    margin-bottom: 4vw;
  }
}
footer .footer_bg_bg #footer_contact .top_contact_tel h5 {
  text-align: center;
  letter-spacing: 0.3vw;
  margin-bottom: 0.5vw;
  font-size: 1.4vw;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg #footer_contact .top_contact_tel h5 {
    font-size: 4vw;
    margin-bottom: 1.5vw;
  }
}
footer .footer_bg_bg #footer_contact .top_contact_tel h5 i {
  margin-right: 0.5vw;
}
footer .footer_bg_bg #footer_contact .top_contact_tel p {
  text-align: center;
}
footer .footer_bg_bg #footer_contact .top_contact_form {
  width: 30%;
  color: #000;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg #footer_contact .top_contact_form {
    width: 90%;
    margin: 1.5vw auto;
  }
}
footer .footer_bg_bg #footer_contact .top_contact_form h4 {
  margin-bottom: 0.8vw;
  letter-spacing: 0.3vw;
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg #footer_contact .top_contact_form h4 {
    margin-bottom: 4vw;
  }
}
footer .footer_bg_bg #footer_contact .top_contact_form .footer_contact_btn {
  width: 60% !important;
}
@media screen and (min-width: 1441px) {
  footer .footer_bg_bg #footer_contact .top_contact_form .footer_contact_btn {
    width: 46% !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_bg_bg #footer_contact .top_contact_form .footer_contact_btn {
    width: 90% !important;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg #footer_contact .top_contact_form .footer_contact_btn {
    width: 100% !important;
  }
}
footer .footer_bg_bg #footer_contact .top_contact_form .footer_contact_btn p {
  margin-top: 1.5vw;
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg #footer_contact .top_contact_form .footer_contact_btn p {
    font-size: 1rem;
  }
}
footer .footer_bg_bg #footer_contact .top_recruit_form {
  width: 30%;
  color: #000;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg #footer_contact .top_recruit_form {
    width: 90%;
    margin: 1.5vw auto;
  }
}
footer .footer_bg_bg #footer_contact .top_recruit_form h4 {
  margin-bottom: 0.5vw;
  letter-spacing: 0.3vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg #footer_contact .top_recruit_form h4 {
    margin-bottom: 4vw;
  }
}
footer .footer_bg_bg .footer {
  padding: 4vw 0 3vw;
}
footer .footer_bg_bg .footer .footer_contents .footer_copy {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding: 5rem 0;
}
footer .footer_bg_bg .footer .footer_contents .footer_copy .footer_copy_txt {
  color: #fdfdfd;
}
footer .footer_bg_bg .footer .footer_contents .footer_copy .footer_copy_txt h2 {
  font-family: serif;
  letter-spacing: 1.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_bg_bg .footer .footer_contents .footer_copy .footer_copy_txt h2 {
    font-size: 4.3vw;
  }
}
footer .footer_bg_bg .footer .footer_contents .footer_company {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 90%;
  margin: 0 auto 1.875rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_bg_bg .footer .footer_contents .footer_company {
    padding: 2vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg .footer .footer_contents .footer_company {
    padding: 5vw 0;
  }
}
footer .footer_bg_bg .footer .footer_contents .footer_company .footer_logo {
  width: 10%;
  margin-left: 10vw;
}
@media screen and (min-width: 1441px) {
  footer .footer_bg_bg .footer .footer_contents .footer_company .footer_logo {
    width: 10%;
    margin-left: 10vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_bg_bg .footer .footer_contents .footer_company .footer_logo {
    width: 10%;
    margin-left: 10vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg .footer .footer_contents .footer_company .footer_logo {
    margin: 0 auto;
  }
}
footer .footer_bg_bg .footer .footer_contents .footer_company .footer_logo img {
  width: 100%;
}
footer .footer_bg_bg .footer .footer_contents .footer_company .footer_logo .sns {
  display: none;
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg .footer .footer_contents .footer_company .footer_logo .sns {
    display: block;
    margin-top: 4vw;
  }
}
footer .footer_bg_bg .footer .footer_contents .footer_company .footer_text {
  color: #fdfdfd;
  margin-left: 5vw;
}
footer .footer_bg_bg .footer .footer_contents .footer_company .footer_text p {
  letter-spacing: 0.2vw;
  line-height: 1.5;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_bg_bg .footer .footer_contents .footer_company .footer_text p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg .footer .footer_contents .footer_company .footer_text p {
    font-size: 1rem;
  }
}
footer .footer_bg_bg .footer .footer_contents .footer_company .footer_text .sns {
  width: 80%;
  margin-top: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_bg_bg .footer .footer_contents .footer_company .footer_text .sns {
    margin-top: 4vw;
  }
}
footer .footer_bg_bg .footer .footer_contents .footer_company .footer_text .sns a {
  text-decoration: none;
}
footer .footer_bg_bg .footer .footer_contents .footer_company .footer_text .sns a img {
  width: 100%;
}
footer .footer_bg_bg .footer .footer_contents .footer_menu {
  width: 80%;
  margin: 5rem auto 0;
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg .footer .footer_contents .footer_menu {
    width: 95%;
    margin: auto;
    margin-bottom: 4vw;
  }
}
footer .footer_bg_bg .footer .footer_contents .footer_menu ul {
  display: flex;
  justify-content: space-evenly;
  align-items: baseline;
  color: #fdfdfd;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_bg_bg .footer .footer_contents .footer_menu ul {
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg .footer .footer_contents .footer_menu ul {
    justify-content: space-evenly;
  }
}
footer .footer_bg_bg .footer .footer_contents .footer_menu ul li {
  margin-bottom: 1vw;
  list-style: initial;
}
footer .footer_bg_bg .footer .footer_contents .footer_menu ul li a {
  text-decoration: none;
  color: #fdfdfd;
  line-height: 2.5vw;
  font-size: 1vw;
  letter-spacing: 0.2vw;
  transition: all 0.8s ease;
  position: relative;
  line-height: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_bg_bg .footer .footer_contents .footer_menu ul li a {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg .footer .footer_contents .footer_menu ul li a {
    font-size: 3vw;
  }
}
footer .footer_bg_bg .footer .footer_contents .footer_menu ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fdfdfd;
  bottom: -4px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
footer .footer_bg_bg .footer .footer_contents .footer_menu ul li a:hover::after {
  transform: scale(1, 1);
}
footer .footer_bg_bg .copyright {
  padding: 1vw 0;
  text-align: center;
  color: #fdfdfd;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_bg_bg .copyright {
    padding: 3vw 0;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg .copyright {
    padding: 4vw 0;
    font-size: 1.5vw;
  }
}
footer .footer_bg_bg .copyright p {
  letter-spacing: 0.3vw;
  font-size: 1rem;
}

.contact_list {
  background-color: #fdfdfd;
  padding: 1rem;
  border-radius: 10px;
}/*# sourceMappingURL=style.css.map */