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

body {
  background-color: #fff;
  color: #333;
  font-family: "Noto Serif JP", serif;
}

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

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

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

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

.contents_btn {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .contents_btn {
    margin-top: 40px;
  }
}
.contents_btn a button {
  border: none;
  padding: 20px 180px;
  font-size: 18px;
  transition: all 0.4s;
  color: #fff;
  background-color: #0A4D8C;
  cursor: pointer;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contents_btn a button {
    padding: 20px 90px;
  }
}
@media screen and (max-width: 768px) {
  .contents_btn a button {
    padding: 10px 80px;
    font-size: 12.5px;
  }
}
.contents_btn a button:hover {
  background-color: #2bbfba;
}
.contents_btn a button .fa-solid {
  padding-left: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contents_btn a button .fa-solid {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .contents_btn a button .fa-solid {
    padding-left: 20px;
  }
}

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

.fade-up {
  transition: 2s ease-out;
  transform: translateY(40px);
  opacity: 0;
}

.fade-up.delighter.started {
  transform: translateY(0);
  opacity: 1;
}

.fade-left {
  transition: 2s ease-out;
  transform: translateX(-100px);
  opacity: 0;
}

.fade-left.delighter.started {
  transform: translateX(0);
  opacity: 1;
}

.fade-right {
  transition: 2s ease-out;
  transform: translateX(100px);
  opacity: 0;
}

.fade-right.delighter.started {
  transform: translateX(0);
  opacity: 1;
}

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

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

h2 {
  font-size: 1.8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h2 {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 4.5vw;
  }
}

h3 {
  font-size: 1.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h3 {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 4vw;
  }
}

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

.lower_headline_en {
  margin: 3rem 0 0.5rem 0;
}
.lower_headline_en h1 {
  color: #333;
  font-family: "Dancing Script", cursive;
  font-size: 3.5vw;
  text-align: center;
  opacity: 0.3;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lower_headline_en h1 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .lower_headline_en h1 {
    font-size: 10vw;
  }
}

.lower_headline {
  text-align: center;
  margin-bottom: 3rem;
}

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

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

header {
  position: fixed;
  width: 100%;
  z-index: 99999;
  height: 60px;
  display: flex;
  align-items: center;
}

.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  background-color: #0A4D8C;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hamburger {
    width: 60px;
    height: 60px;
  }
}

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

.hamburger span:nth-child(1) {
  top: 20px;
}

.hamburger span:nth-child(2) {
  top: 30px;
}

.hamburger span:nth-child(3) {
  top: 40px;
}

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

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  left: 10%;
  transform: rotate(45deg) translate(50%, 0);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: rgba(10, 77, 140, 0.85);
  text-align: start;
  padding-left: 20px;
  transform: translateX(400%);
  transition: all 0.6s;
  width: 25%;
  height: 100vh;
  visibility: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  nav.globalMenuSp {
    width: 40%;
    transform: translateX(250%);
  }
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp {
    width: 100%;
    transform: translateX(100%);
  }
}
nav.globalMenuSp ul.header_menu {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  margin-bottom: 2rem;
}
nav.globalMenuSp ul.header_menu img {
  margin: 20px 0;
  height: 45px;
}
nav.globalMenuSp ul.header_menu li {
  list-style-type: none;
  font-size: 120%;
  padding: 0;
  width: 100%;
  margin-top: 2.5rem;
}
nav.globalMenuSp ul.header_menu li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul.header_menu li:last-child a::after {
  display: none;
}
nav.globalMenuSp ul.header_menu li:last-child i::before {
  margin-right: 10px;
}
nav.globalMenuSp ul.header_sns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
}
nav.globalMenuSp ul.header_sns li {
  margin: 0 1rem;
  padding-left: 0;
}
nav.globalMenuSp ul.header_sns li a {
  font-size: 120%;
  padding: 0px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
nav.globalMenuSp ul.header_sns li .new_twitter:before {
  content: "𝕏" !important;
  font-family: sans-serif !important;
  font-weight: bold;
  color: #fff;
}

nav.globalMenuSp ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
  position: relative;
}
nav.globalMenuSp ul li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  bottom: 0;
  height: 2px;
  margin: -5px 0;
  left: 0;
  background-color: #fff;
  transition: all 0.2s ease-in 0s;
}
nav.globalMenuSp ul li a:hover::after {
  width: 80%;
}
nav.globalMenuSp ul li a.tel {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a.tel {
    pointer-events: all;
  }
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(300%);
  visibility: visible;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  nav.globalMenuSp.active {
    transform: translateX(150%);
  }
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp.active {
    transform: translateX(0%);
  }
}

.header_logo {
  height: 50px;
  display: inline-block;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .header_logo {
    margin-left: 10px;
    height: 40px;
  }
}
.header_logo img {
  height: 100%;
}

.header_contact_btn {
  position: absolute;
  top: 0;
  right: 60px;
}
@media screen and (max-width: 768px) {
  .header_contact_btn {
    display: none;
  }
}
.header_contact_btn a button {
  cursor: pointer;
  width: 60px;
  height: 60px;
  border: none;
  transition: all 0.3s;
  background: #1cb0f5;
  transition: all 0.4s;
}
.header_contact_btn a button:hover {
  background-color: #ffd38d;
}
.header_contact_btn a button .fa-solid {
  color: #fff;
  font-size: 20px;
}

.header_tel_btn {
  position: absolute;
  top: 0;
  right: 120px;
  width: 220px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .header_tel_btn {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .header_tel_btn .tel_pc {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .header_tel_btn .tel_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .header_tel_btn .tel_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .header_tel_btn .tel_sp {
    display: none;
  }
}
.header_tel_btn a {
  text-decoration: none;
}
.header_tel_btn a button {
  width: 220px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0px 20px;
  letter-spacing: 3px;
  font-size: 18px;
  background: #0A4D8C;
  color: #fff;
}
.header_tel_btn a button i {
  margin-right: 10px;
}

#top_main {
  position: relative;
}
#top_main .slide-images {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  #top_main .slide-images {
    height: 40vh;
  }
}
#top_main .slide-images .slick-list {
  height: 100%;
}
#top_main .slide-images .slick-list .slick-track {
  height: 100%;
}
#top_main .slide-images .slick-list .slick-track img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_main .slide-images .slick-next {
  display: none !important;
}
#top_main .slide-images .slick-next::before {
  display: none;
}
#top_main .top_main_text {
  position: absolute;
  top: 70%;
  left: 8%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #top_main .top_main_text {
    height: auto;
  }
}
#top_main .top_main_text .top_main_headline {
  font-size: 6vw;
  font-weight: 600;
  color: #3BA0FF;
  text-shadow: 0 1px 8px #fff;
  animation: fadeIn 3s ease 0.5s forwards normal;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top_main .top_main_text .top_main_headline {
    font-size: 8vw;
  }
}
#top_main .top_main_text .top_main_writing {
  font-size: 4vw;
  font-weight: 600;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  animation: fadeIn 3s ease 2s forwards normal;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top_main .top_main_text .top_main_writing {
    font-size: 6vw;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#top_news {
  background-color: #F0F0F0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #top_news {
    margin-bottom: 0;
  }
}
#top_news .top_news_contents {
  width: 100%;
  padding: 3rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news_contents {
    width: 100%;
    bottom: 35%;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news_contents {
    flex-flow: column;
    padding: 3rem 1rem;
  }
}
#top_news .top_news_contents .top_news_title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_contents .top_news_title {
    margin-bottom: 3rem;
  }
}
#top_news .top_news_contents .top_news_title h1 {
  color: #0A4D8C;
  position: relative;
}
#top_news .top_news_contents .top_news_title h1::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0A4D8C;
}
#top_news .top_news_contents .top_news_title p {
  color: #333;
  margin-bottom: 2rem;
}
#top_news .top_news_contents .top_news_title .top_news_icon a {
  text-decoration: none;
}
#top_news .top_news_contents .top_news_title .top_news_icon a button {
  padding: 1rem 5rem;
  border: none;
  background-color: #0A4D8C;
  color: #fff;
  transition: all 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_contents .top_news_title .top_news_icon a button {
    padding: 0.5rem 5rem;
  }
}
#top_news .top_news_contents .top_news_title .top_news_icon a button:hover {
  color: #0A4D8C;
  background-color: #F0F0F0;
  border: 1px solid #0A4D8C;
}
#top_news .top_news_contents .top_news_title .top_news_icon a button i {
  margin-left: 2rem;
}
#top_news .top_news_contents ul {
  list-style: none;
}
#top_news .top_news_contents ul a {
  text-decoration: none;
  display: block;
  position: relative;
  transition: all 0.4s;
  margin-bottom: 1.5rem;
}
#top_news .top_news_contents ul a li {
  position: relative;
  padding-right: 0.5rem;
}
#top_news .top_news_contents ul a li::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0A4D8C;
}
#top_news .top_news_contents ul a li .outline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
}
#top_news .top_news_contents ul a li .outline .news_list_text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#top_news .top_news_contents ul a li .outline .news_list_text .date {
  margin-right: 1.5rem;
  padding: 0.25rem 0.5rem;
  color: #fff;
  background-color: #0A4D8C;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_contents ul a li .outline .news_list_text .date {
    font-size: 80%;
  }
}
#top_news .top_news_contents ul a li .outline .news_list_text .title {
  width: 300px;
  text-align: start;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_contents ul a li .outline .news_list_text .title {
    font-size: 12.5px;
    width: 250px;
  }
}
#top_news .top_news_contents ul a:hover {
  opacity: 0.7;
}

#top_about {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(#0A4D8C, #fff);
  margin-bottom: 10rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_about {
    flex-flow: column;
    margin-bottom: 0;
  }
}
#top_about .top_about_contents {
  width: 70% !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 3rem 5rem;
  position: absolute;
  top: 5rem;
  left: 5%;
  z-index: 50;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about_contents {
    width: 80% !important;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about_contents {
    width: 90% !important;
    margin: auto;
    padding: 3rem 2rem;
  }
}
#top_about .top_about_contents .top_about_contents_leftTop .line01 {
  position: absolute;
  top: 30px;
  left: 20px;
  width: 60px;
  height: 3px;
  background-color: #0A4D8C;
}
@media screen and (max-width: 768px) {
  #top_about .top_about_contents .top_about_contents_leftTop .line01 {
    top: 15px;
    left: 10px;
    width: 30px;
    height: 2px;
  }
}
#top_about .top_about_contents .top_about_contents_leftTop .line02 {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 3px;
  height: 60px;
  background-color: #0A4D8C;
}
@media screen and (max-width: 768px) {
  #top_about .top_about_contents .top_about_contents_leftTop .line02 {
    top: 10px;
    left: 15px;
    width: 2px;
    height: 30px;
  }
}
#top_about .top_about_contents h1 {
  display: inline-block;
  color: #333;
  font-family: "Dancing Script", cursive;
  font-size: 6vw;
  transform: rotate(-15deg);
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  #top_about .top_about_contents h1 {
    font-size: 12vw;
  }
}
#top_about .top_about_contents h2 {
  color: #333;
  font-weight: 600;
  margin-bottom: 1rem;
}
#top_about .top_about_contents .top_about_text {
  line-height: 2;
  color: #333;
}
@media screen and (max-width: 768px) {
  #top_about .top_about_contents .top_about_text {
    font-size: 0.8rem;
  }
}
#top_about .top_about_contents .top_about_contents_rightBottom .line01 {
  position: absolute;
  bottom: 30px;
  right: 20px;
  width: 60px;
  height: 3px;
  background-color: #0A4D8C;
}
@media screen and (max-width: 768px) {
  #top_about .top_about_contents .top_about_contents_rightBottom .line01 {
    bottom: 10px;
    right: 15px;
    width: 2px;
    height: 30px;
  }
}
#top_about .top_about_contents .top_about_contents_rightBottom .line02 {
  position: absolute;
  bottom: 20px;
  right: 30px;
  width: 3px;
  height: 60px;
  background-color: #0A4D8C;
}
@media screen and (max-width: 768px) {
  #top_about .top_about_contents .top_about_contents_rightBottom .line02 {
    bottom: 15px;
    right: 10px;
    width: 30px;
    height: 2px;
  }
}
#top_about .top_about_image {
  width: 60%;
  height: 50vw;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about_image {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about_image {
    width: 100%;
    height: 80vh;
  }
}

#top_recruit {
  margin-top: 3rem;
  position: relative;
  z-index: 10;
}
#top_recruit .top_recruit_contents {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit_contents {
    background-attachment: scroll;
  }
}
#top_recruit .top_recruit_contents .top_recruit_bg_opacity {
  padding: 80px 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.8);
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit_contents .top_recruit_bg_opacity {
    padding: 40px 0;
    padding-left: 0px;
  }
}
#top_recruit .top_recruit_contents .top_recruit_bg_opacity .top_recruit_content {
  width: 85%;
  margin: auto;
  padding: 40px;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit_contents .top_recruit_bg_opacity .top_recruit_content {
    width: 90%;
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit_contents .top_recruit_bg_opacity .top_recruit_content {
    width: 90%;
    margin: auto;
    padding: 20px 0;
  }
}
#top_recruit .top_recruit_contents .top_recruit_bg_opacity .top_recruit_content .top_contents_title {
  margin-bottom: 2rem;
}
#top_recruit .top_recruit_contents .top_recruit_bg_opacity .top_recruit_content .top_contents_title h1 {
  display: inline-block;
  color: #fff;
  font-family: "Dancing Script", cursive;
  font-size: 6vw;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit_contents .top_recruit_bg_opacity .top_recruit_content .top_contents_title h1 {
    font-size: 12vw;
  }
}
#top_recruit .top_recruit_contents .top_recruit_bg_opacity .top_recruit_content .top_contents_title h2 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 1rem;
}
#top_recruit .top_recruit_contents .top_recruit_bg_opacity .top_recruit_content .top_contents_text {
  line-height: 28px;
  margin-bottom: 40px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit_contents .top_recruit_bg_opacity .top_recruit_content .top_contents_text {
    text-align: left;
    margin-bottom: 20px;
  }
}
#top_recruit .top_recruit_contents .top_recruit_bg_opacity .top_recruit_content .top_contents_btn a button {
  border: none;
  padding: 20px 120px;
  font-size: 18px;
  transition: all 0.4s;
  color: #fff;
  background-color: #0A4D8C;
  cursor: pointer;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit_contents .top_recruit_bg_opacity .top_recruit_content .top_contents_btn a button {
    padding: 20px 90px;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit_contents .top_recruit_bg_opacity .top_recruit_content .top_contents_btn a button {
    padding: 10px 80px;
    font-size: 12.5px;
  }
}
#top_recruit .top_recruit_contents .top_recruit_bg_opacity .top_recruit_content .top_contents_btn a button:hover {
  color: #0A4D8C;
  background-color: #fff;
}
#top_recruit .top_recruit_contents .top_recruit_bg_opacity .top_recruit_content .top_contents_btn a button .fa-solid {
  padding-left: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit_contents .top_recruit_bg_opacity .top_recruit_content .top_contents_btn a button .fa-solid {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit_contents .top_recruit_bg_opacity .top_recruit_content .top_contents_btn a button .fa-solid {
    padding-left: 20px;
  }
}

#top_three {
  width: 100%;
  height: 50vw;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_three {
    height: 60vw;
  }
}
@media screen and (max-width: 768px) {
  #top_three {
    margin-top: 5rem;
    height: auto;
  }
}
#top_three .triangle_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 700px 400px 0 0;
  border-color: rgba(229, 226, 220, 0.5) transparent transparent transparent;
  z-index: 5;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_three .triangle_top {
    border-width: 600px 400px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #top_three .triangle_top {
    position: relative;
  }
}
#top_three .triangle_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 700px 0 0 400px;
  border-color: transparent transparent transparent rgba(229, 226, 220, 0.5);
  z-index: 5;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_three .triangle_bottom {
    border-width: 600px 0 0 400px;
  }
}
@media screen and (max-width: 768px) {
  #top_three .triangle_bottom {
    border-width: 800px 0 0 300px;
  }
}
#top_three .top_three_container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_three .top_three_container {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top_three .top_three_container {
    display: block;
    width: 100%;
    height: 100%;
  }
}
#top_three .top_three_container .top_three {
  width: 33.3333333333%;
  margin: auto;
  z-index: 100;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_three .top_three_container .top_three {
    width: 100%;
  }
}
#top_three .top_three_container .top_three .top_three_contents {
  position: absolute;
  width: 100%;
  height: 100%;
}
#top_three .top_three_container .top_three .top_three_contents .top_contents_title {
  position: absolute;
  z-index: 50;
  bottom: 5vw;
  left: 2vw;
}
#top_three .top_three_container .top_three .top_three_contents .top_contents_title i::before {
  margin-left: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_three .top_three_container .top_three .top_three_contents .top_contents_title {
    bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  #top_three .top_three_container .top_three .top_three_contents .top_contents_title {
    bottom: 10vw;
  }
}
#top_three .top_three_container .top_three .top_three_contents .top_contents_title h1 {
  display: inline-block;
  color: #fff;
  font-family: "Dancing Script", cursive;
  font-size: 4vw;
  transform: rotate(-15deg);
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #top_three .top_three_container .top_three .top_three_contents .top_contents_title h1 {
    font-size: 10vw;
  }
}
#top_three .top_three_container .top_three .top_three_contents .top_contents_title h2 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 1rem;
}
#top_three .top_three_container .top_three .top_three_bg {
  background-position: center;
  background-size: cover;
  height: 35vw;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_three .top_three_container .top_three .top_three_bg {
    height: 35vw;
  }
}
@media screen and (max-width: 768px) {
  #top_three .top_three_container .top_three .top_three_bg {
    height: 60vw;
    margin-bottom: 5rem;
  }
}
#top_three .top_three_container .top_three .top_three_bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
#top_three .top_three_container .top_three .top_three_btn {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}
#top_three .top_three_container .top_three .top_three_btn a {
  text-decoration: none;
}
#top_three .top_three_container .top_three .top_three_btn a button {
  width: 20vw;
  margin: auto;
  padding: 20px 0;
  color: #333;
  background-color: #fff;
  border: none;
  transition: all 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #top_three .top_three_container .top_three .top_three_btn a button {
    width: 80vw;
  }
}
#top_three .top_three_container .top_three .top_three_btn a button:hover {
  background-color: #0A4D8C;
  color: #fff;
}
#top_three .top_three_container .top_three .top_three_btn a button i {
  margin-left: 2vw;
}

#service_main {
  position: relative;
  height: 70vh;
}
@media screen and (max-width: 768px) {
  #service_main {
    height: 40vh;
  }
}
#service_main #service_main_bg {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

#service .service_bg {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  #service .service_bg {
    background-attachment: scroll;
  }
}
#service .service_bg:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(102, 165, 201, 0.8);
  z-index: 1;
}
#service .service_bg .service_writing {
  position: relative;
  z-index: 10;
}
#service .service_bg .service_writing h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 3rem;
}
#service .service_bg .service_writing .service_writing_text {
  color: #fff;
  width: 45%;
  margin: auto;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #service .service_bg .service_writing .service_writing_text {
    width: 90%;
  }
}
#service .service_contents {
  width: 100%;
  padding: 5rem 0;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_contents {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #service .service_contents {
    width: 100%;
  }
}
#service .service_contents .triangle_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 700px 400px 0 0;
  border-color: rgba(229, 226, 220, 0.5) transparent transparent transparent;
  z-index: 10;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_contents .triangle_top {
    border-width: 1200px 400px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #service .service_contents .triangle_top {
    border-width: 1100px 300px 0 0;
  }
}
#service .service_contents .triangle_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 700px 0 0 400px;
  border-color: transparent transparent transparent rgba(229, 226, 220, 0.5);
  z-index: 10;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_contents .triangle_bottom {
    border-width: 1200px 0 0 400px;
  }
}
@media screen and (max-width: 768px) {
  #service .service_contents .triangle_bottom {
    border-width: 1100px 0 0 300px;
  }
}
#service .service_contents .service_content {
  width: 80%;
  margin: auto;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_content {
    width: 90%;
  }
}
#service .service_contents .service_content .service_detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_content .service_detail {
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_content .service_detail {
    flex-flow: column;
  }
}
#service .service_contents .service_content .service_detail h2 {
  width: 100%;
  position: relative;
  text-align: center;
  color: #0A4D8C;
  padding: 1rem 1rem;
  margin-bottom: 2rem;
}
#service .service_contents .service_content .service_detail h2:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 2px solid #0A4D8C;
  border-left: 2px solid #0A4D8C;
}
#service .service_contents .service_content .service_detail h2:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-right: 2px solid #0A4D8C;
  border-bottom: 2px solid #0A4D8C;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_contents .service_content .service_detail h2 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_content .service_detail h2 {
    font-size: 1rem;
    padding: 1rem 0;
  }
}
#service .service_contents .service_content .service_detail .service_detail_writing {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_content .service_detail .service_detail_writing {
    width: 100%;
  }
}
#service .service_contents .service_content .service_detail .service_detail_writing p {
  line-height: 2;
  margin-bottom: 2rem;
}
#service .service_contents .service_content .service_detail .service_detail_image {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_content .service_detail .service_detail_image {
    width: 100%;
  }
}
#service .service_contents .service_content .service_detail .service_detail_image img {
  width: 100%;
}

#works_main {
  position: relative;
  height: 70vh;
}
@media screen and (max-width: 768px) {
  #works_main {
    height: 40vh;
  }
}
#works_main #works_main_bg {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

#works {
  background-color: #F2F3F2;
}
#works .works_contents {
  width: 90%;
  margin: auto;
  padding: 5rem 0;
}
#works .works_contents ul {
  display: flex;
  justify-content: start;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
}
#works .works_contents ul li {
  width: 25%;
  padding: 0 1%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works_contents ul li {
    width: 45%;
    margin: auto;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #works .works_contents ul li {
    width: 100%;
    margin-bottom: 3rem;
  }
}
#works .works_contents ul li .thumb {
  text-align: center;
  width: 100%;
}
#works .works_contents ul li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
#works .works_contents ul li .outline {
  background-color: #fff;
  padding: 2rem;
}
#works .works_contents ul li .outline .title {
  color: #0A4D8C;
  margin-bottom: 1.5rem;
  font-size: 1.2vw;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works_contents ul li .outline .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #works .works_contents ul li .outline .title {
    font-size: 4vw;
  }
}
#works .works_contents ul li .outline .descn {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works_contents ul li .outline .descn {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #works .works_contents ul li .outline .descn {
    font-size: 2.5vw;
  }
}
#works .works_contents .navigation {
  margin-top: 5rem;
  text-align: center;
}

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

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

#news_main {
  position: relative;
  height: 70vh;
}
@media screen and (max-width: 768px) {
  #news_main {
    height: 40vh;
  }
}
#news_main #news_main_bg {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#news_main #news_main_bg .news_main_title {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(0, -50%);
  color: #fff;
  font-size: 48px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_main #news_main_bg .news_main_title {
    left: 50%;
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  #news_main #news_main_bg .news_main_title {
    left: 55%;
    font-size: 24px;
  }
}

#news {
  background-color: #F2F3F2;
}
#news .news_contents {
  width: 60%;
  margin: auto;
  padding: 80px 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news_contents {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #news .news_contents {
    width: 90%;
    padding: 40px 0;
  }
}
#news .news_contents ul {
  background-color: #fff;
  list-style: none;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  #news .news_contents ul {
    padding: 20px;
  }
}
#news .news_contents ul li {
  width: 100%;
}
#news .news_contents ul li a .outline {
  background-color: #fff;
  padding: 20px;
  padding: 40px 0;
  border-bottom: 1px solid #0A4D8C;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #news .news_contents ul li a .outline {
    padding: 20px 0;
  }
}
#news .news_contents ul li a .outline:hover {
  opacity: 0.5;
}
#news .news_contents ul li a .outline .title {
  color: #66a5c9;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #news .news_contents ul li a .outline .title {
    font-size: 15px;
  }
}
#news .news_contents ul li a .outline .descn {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #news .news_contents ul li a .outline .descn {
    font-size: 12.5px;
  }
}
#news .navigation {
  padding-bottom: 80px;
  text-align: center;
}

#news_main {
  position: relative;
  height: 70vh;
}
@media screen and (max-width: 768px) {
  #news_main {
    height: 40vh;
  }
}
#news_main #news_main_bg {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#news_main #news_main_bg .news_main_title {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(0, -50%);
  color: #fff;
  font-size: 48px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_main #news_main_bg .news_main_title {
    left: 50%;
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  #news_main #news_main_bg .news_main_title {
    left: 55%;
    font-size: 24px;
  }
}
#news_main #news_main_bg .news_main_logo {
  position: absolute;
  width: 30%;
  height: 300px;
  background-color: #fff;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_main #news_main_bg .news_main_logo {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  #news_main #news_main_bg .news_main_logo {
    width: 45%;
    height: 100px;
  }
}
#news_main #news_main_bg .news_main_logo img {
  width: 60%;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #news_main #news_main_bg .news_main_logo img {
    width: 80%;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  #news_main #news_main_bg .news_main_logo .news_main_text {
    font-size: 10px;
  }
}

#news_single {
  background-color: #F2F3F2;
}
#news_single .news_contents {
  width: 60%;
  margin: auto;
  padding: 80px 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_contents {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_contents {
    width: 90%;
    padding: 40px 0;
  }
}
#news_single .news_contents ul {
  list-style: none;
}
#news_single .news_contents ul .outline {
  background-color: #fff;
  padding: 40px;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #news_single .news_contents ul .outline .date {
    font-size: 12.5px;
  }
}
#news_single .news_contents ul .outline .title {
  color: #66a5c9;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #news_single .news_contents ul .outline .title {
    font-size: 15px;
  }
}
#news_single .news_contents ul .outline .descn {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #news_single .news_contents ul .outline .descn {
    font-size: 12.5px;
  }
}

#company_main {
  position: relative;
  height: 70vh;
}
@media screen and (max-width: 768px) {
  #company_main {
    height: 40vh;
  }
}
#company_main #company_main_bg {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

#company {
  margin-top: 3rem;
}
#company .company_contents {
  width: 100%;
  padding: 5rem 0;
  position: relative;
  background-color: #F2F3F2;
}
#company .company_contents .triangle_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 700px 400px 0 0;
  border-color: rgba(229, 226, 220, 0.5) transparent transparent transparent;
  z-index: 10;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_contents .triangle_top {
    border-width: 1200px 400px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #company .company_contents .triangle_top {
    border-width: 1100px 300px 0 0;
  }
}
#company .company_contents .triangle_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 700px 0 0 400px;
  border-color: transparent transparent transparent rgba(229, 226, 220, 0.5);
  z-index: 10;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_contents .triangle_bottom {
    border-width: 1200px 0 0 400px;
  }
}
@media screen and (max-width: 768px) {
  #company .company_contents .triangle_bottom {
    border-width: 1100px 0 0 300px;
  }
}
#company .company_contents .company_detail {
  width: 60%;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 3rem 2rem;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_contents .company_detail {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail {
    width: 90%;
  }
}
#company .company_contents .company_detail table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
}
#company .company_contents .company_detail table tr {
  border-bottom: 1px solid #0a4d8c;
}
#company .company_contents .company_detail table tr th {
  width: 35%;
  color: #0A4D8C;
  padding: 1rem 0;
  text-align: end;
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail table tr th {
    font-size: 3vw;
  }
}
#company .company_contents .company_detail table tr td {
  width: 65%;
  color: #333;
  padding: 1rem 0;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail table tr td {
    font-size: 3vw;
  }
}

#recruit_main {
  position: relative;
  height: 70vh;
}
@media screen and (max-width: 768px) {
  #recruit_main {
    height: 40vh;
  }
}
#recruit_main #recruit_main_bg {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

#recruit .recruit_writing {
  position: relative;
  width: 100%;
  margin: 5rem 0;
}
#recruit .recruit_writing .recruit_writing_text {
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_writing .recruit_writing_text {
    width: 90%;
    margin: auto;
  }
}
#recruit .recruit_writing .recruit_writing_text h2 {
  font-size: 1.5vw;
  margin-bottom: 1rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_writing .recruit_writing_text h2 {
    font-size: 4vw;
  }
}
#recruit .recruit_writing .recruit_writing_text p {
  text-align: center;
  font-size: 1rem;
  line-height: 1.8;
}
#recruit .recruit_contents {
  width: 100%;
  padding: 5rem 0;
  margin: auto;
  position: relative;
  background-color: #F2F3F2;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_contents {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents {
    width: 100%;
  }
}
#recruit .recruit_contents .triangle_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 700px 400px 0 0;
  border-color: rgba(229, 226, 220, 0.5) transparent transparent transparent;
  z-index: 10;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_contents .triangle_top {
    border-width: 1200px 400px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .triangle_top {
    border-width: 1100px 300px 0 0;
  }
}
#recruit .recruit_contents .triangle_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 700px 0 0 400px;
  border-color: transparent transparent transparent rgba(229, 226, 220, 0.5);
  z-index: 10;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_contents .triangle_bottom {
    border-width: 1200px 0 0 400px;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .triangle_bottom {
    border-width: 1100px 0 0 300px;
  }
}
#recruit .recruit_contents h2 {
  color: #0A4D8C;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents h2 {
    position: relative;
    z-index: 50;
  }
}
#recruit .recruit_contents .recruit_detail {
  width: 60%;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 3rem 2rem;
  position: relative;
  z-index: 100;
}
@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%;
  }
}
#recruit .recruit_contents .recruit_detail table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
}
#recruit .recruit_contents .recruit_detail table tr {
  border-bottom: 2px solid #333;
  padding: 1rem 0;
}
#recruit .recruit_contents .recruit_detail table tr th {
  width: 35%;
  color: #0A4D8C;
  text-align: end;
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail table tr th {
    font-size: 3vw;
  }
}
#recruit .recruit_contents .recruit_detail table tr td {
  width: 65%;
  color: #333;
  padding: 1rem 0;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail table tr td {
    font-size: 3vw;
  }
}

#contact_main {
  position: relative;
  height: 70vh;
}
@media screen and (max-width: 768px) {
  #contact_main {
    height: 40vh;
  }
}
#contact_main #contact_main_bg {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

#contact .contact {
  width: 80%;
  margin: auto;
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact {
    width: 95%;
  }
}
#contact .contact .contact_text {
  margin-bottom: 8vw;
}
#contact .contact .contact_text p {
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_text p {
    font-size: 1.4vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_text p {
    text-align: left;
    font-size: 3.3vw;
    line-height: 6vw;
  }
}
#contact .contact .form {
  width: 100%;
  margin-bottom: 8vw;
}
#contact .contact .form .wpcf7 {
  color: #333;
  background-color: #f0f0f0;
  padding: 5rem;
  border-radius: 10px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contact .contact .form .wpcf7 {
    padding: 5rem 1rem;
  }
}
#contact .contact .form .wpcf7 label {
  display: block;
  margin-bottom: 2rem;
  font-size: 100%;
  font-weight: 600;
  color: #333;
}
#contact .contact .form .wpcf7 label .red {
  background-color: #ff0000;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 80%;
}
#contact .contact .form .wpcf7 label .blue {
  background-color: #2986ff;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 80%;
}
#contact .contact .form .wpcf7 label .wpcf7-form-control-wrap input {
  width: 100%;
  margin-top: 1rem;
  padding: 1rem;
}
#contact .contact .form .wpcf7 label textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
  height: 250px;
  resize: vertical;
}
#contact .contact .form .wpcf7 label.policy {
  text-align: center;
}
#contact .contact .form .wpcf7 label.policy input {
  width: auto;
}
#contact .contact .form .wpcf7 .wpcf7 input[type=url], #contact .contact .form .wpcf7 .wpcf7 input[type=email], #contact .contact .form .wpcf7 .wpcf7 input[type=tel] {
  padding: 2rem;
  margin-bottom: 2rem;
  height: 20px;
}
#contact .contact .form .wpcf7 input[type=submit] {
  color: #fff;
  background-color: #0A4D8C;
  cursor: pointer;
  transition: background-color 0.4s ease;
  border: none;
  width: 80%;
  margin: auto 10%;
  font-size: 120%;
  font-weight: 600;
  padding: 1rem;
  border-radius: 10px;
}
#contact .contact .form .wpcf7 input[type=submit]:hover {
  opacity: 0.7;
}
#contact .contact .form .wpcf7 .wpcf7-response-output {
  font-size: 160%;
  text-align: center;
  padding: 1rem;
  color: #333;
  font-weight: 600;
}
#contact .contact .form .wpcf7 .wpcf7-form-control {
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
}
#contact .contact .form .thanks {
  text-align: center;
  font-size: 140%;
}
@media screen and (max-width: 768px) {
  #contact .contact .form .thanks {
    text-align: left;
    font-size: 100%;
  }
}

#policy_main {
  position: relative;
  height: 70vh;
}
@media screen and (max-width: 768px) {
  #policy_main {
    height: 40vh;
  }
}
#policy_main #policy_main_bg {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#policy_main #policy_main_bg .policy_main_title {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(0, -50%);
  color: #fff;
  font-size: 48px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #policy_main #policy_main_bg .policy_main_title {
    left: 50%;
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  #policy_main #policy_main_bg .policy_main_title {
    left: 55%;
    font-size: 24px;
  }
}

.policy_contents {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .policy_contents {
    width: 90%;
  }
}
.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;
  }
}

#footer_contact {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5rem 0;
  z-index: 10;
}
#footer_contact:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 15;
}
#footer_contact .footer_contents {
  position: relative;
  z-index: 20;
}
#footer_contact .footer_contents .footer_contact_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin: auto;
  margin-top: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #footer_contact .footer_contents .footer_contact_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contents .footer_contact_contents {
    flex-flow: column;
  }
}
#footer_contact .footer_contents .footer_contact_contents .company_info {
  width: 48%;
  padding: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contents .footer_contact_contents .company_info {
    width: 100%;
    padding: 0;
    margin: auto;
    margin-bottom: 2rem;
  }
}
#footer_contact .footer_contents .footer_contact_contents .company_info .footer_contact_image {
  width: 85%;
  margin: auto;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contents .footer_contact_contents .company_info .footer_contact_image {
    width: 80%;
  }
}
#footer_contact .footer_contents .footer_contact_contents .company_info .footer_contact_image img {
  width: 100%;
}
#footer_contact .footer_contents .footer_contact_contents .company_info .footer_contact_text {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contents .footer_contact_contents .company_info .footer_contact_text {
    margin-bottom: 1rem;
  }
}
#footer_contact .footer_contents .footer_contact_contents .company_info .footer_contact_text .address {
  color: #fff;
  font-size: 1.2vw;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #footer_contact .footer_contents .footer_contact_contents .company_info .footer_contact_text .address {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contents .footer_contact_contents .company_info .footer_contact_text .address {
    font-size: 3vw;
  }
}
#footer_contact .footer_contents .footer_contact_contents .company_info .footer_contact_text .fax {
  font-size: 1.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #footer_contact .footer_contents .footer_contact_contents .company_info .footer_contact_text .fax {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contents .footer_contact_contents .company_info .footer_contact_text .fax {
    font-size: 3vw;
  }
}
#footer_contact .footer_contents .footer_contact_contents .form {
  width: 48%;
  padding: 30px;
  text-align: center;
  background: rgba(10, 77, 140, 0.8);
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contents .footer_contact_contents .form {
    width: 90%;
    margin: auto;
    margin-bottom: 2rem;
  }
}
#footer_contact .footer_contents .footer_contact_contents .form .form_title {
  margin-bottom: 2rem;
}
#footer_contact .footer_contents .footer_contact_contents .form .form_title .form_title_text h2 {
  display: inline-block;
  color: #fff;
  font-family: "Dancing Script", cursive;
  font-size: 4vw;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contents .footer_contact_contents .form .form_title .form_title_text h2 {
    font-size: 10vw;
  }
}
#footer_contact .footer_contents .footer_contact_contents .form .form_title .form_title_text h3 {
  font-size: 1.6vw;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #footer_contact .footer_contents .footer_contact_contents .form .form_title .form_title_text h3 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contents .footer_contact_contents .form .form_title .form_title_text h3 {
    font-size: 1rem;
  }
}
#footer_contact .footer_contents .footer_contact_contents .form .footer_contents_btn a button {
  width: 100%;
  border: none;
  padding: 1vw 2vw;
  font-size: 1.2vw;
  transition: all 0.4s;
  color: #0A4D8C;
  background-color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #footer_contact .footer_contents .footer_contact_contents .form .footer_contents_btn a button {
    font-size: 1.5vw;
    padding: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contents .footer_contact_contents .form .footer_contents_btn a button {
    font-size: 3.5vw;
    padding: 2vw;
  }
}
#footer_contact .footer_contents .footer_contact_contents .form .footer_contents_btn a button:hover {
  color: #fff;
  background-color: #8fb5cb;
}
#footer_contact .footer_contents .footer_contact_contents .form .footer_contents_btn a button .fa-solid {
  padding-left: 2rem;
}
#footer_contact .footer_contents .footer_contact_contents .form .footer_contents_tel_number a {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 1441px) {
  #footer_contact .footer_contents .footer_contact_contents .form .footer_contents_tel_number a {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #footer_contact .footer_contents .footer_contact_contents .form .footer_contents_tel_number a {
    display: none;
  }
}
#footer_contact .footer_contents .footer_contact_contents .form .footer_contents_tel_number .tel_pc {
  font-size: 2rem;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #footer_contact .footer_contents .footer_contact_contents .form .footer_contents_tel_number .tel_pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contents .footer_contact_contents .form .footer_contents_tel_number .tel_pc {
    display: none;
  }
}
#footer_contact .footer_contents .footer_contact_contents .form .footer_contents_tel_number .tel_pc i {
  margin-right: 0.5rem;
}
#footer_contact .footer_contents .footer_contact_contents .form .footer_contents_tel_number p {
  margin-top: 0.5rem;
}

.map {
  width: 100%;
}
.map iframe {
  width: 100%;
  vertical-align: top;
}

footer {
  background-color: #0A4D8C;
}
footer ul.footer_menu {
  padding: 2rem 0 1rem;
  width: 70%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer ul.footer_menu {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  footer ul.footer_menu {
    justify-content: space-between;
    align-items: start;
  }
}
footer ul.footer_menu .footer_menu_sp_left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer ul.footer_menu .footer_menu_sp_left {
    flex-flow: column;
  }
}
footer ul.footer_menu .footer_menu_sp_left li:first-child {
  margin-left: 0;
}
footer ul.footer_menu .footer_menu_sp_right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer ul.footer_menu .footer_menu_sp_right {
    flex-flow: column;
  }
}
footer ul.footer_menu li {
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  footer ul.footer_menu li {
    margin-left: 0;
    margin-bottom: 1rem;
  }
}
footer ul.footer_menu li a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  color: #fff;
}
footer ul.footer_menu li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  bottom: 0;
  height: 2px;
  margin: -0.25rem 0;
  left: 0;
  background-color: #fff;
  transition: all 0.2s ease-in 0s;
}
footer ul.footer_menu li a:hover::after {
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer ul.footer_menu li a {
    font-size: 3vw;
  }
}
footer ul.footer_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  width: 70%;
  margin: auto;
  padding: 0 0 2rem;
}
footer ul.footer_sns li {
  width: auto;
  margin: 0 2rem;
  padding-left: 0;
}
footer ul.footer_sns li a {
  position: relative;
  color: #fff;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
footer ul.footer_sns li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  bottom: 0;
  height: 2px;
  margin: -0.25rem 0;
  left: 0;
  background-color: #fff;
  transition: all 0.2s ease-in 0s;
}
footer ul.footer_sns li a:hover::after {
  width: 100%;
}
footer ul.footer_sns li .new_twitter:before {
  content: "𝕏" !important;
  font-family: sans-serif !important;
  font-weight: bold;
}
footer .copyright {
  text-align: center;
  padding: 1rem 0;
}
footer .copyright p {
  font-size: 1vw;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .copyright p {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  footer .copyright p {
    font-size: 2.5vw;
  }
}

.wp-pagenavi a {
  text-decoration: underline;
  transition: all 0.4s;
  padding: 10px;
}
@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;
}

.lower_headline_img {
  height: 60px;
}
@media screen and (max-width: 768px) {
  .lower_headline_img {
    height: 40px;
  }
}

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

.lower_main_logo {
  position: absolute;
  width: 30%;
  height: 300px;
  background-color: #fff;
  top: 50%;
  left: 4%;
  transform: translate(0, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lower_main_logo {
    height: 200px;
    left: 7%;
  }
}
@media screen and (max-width: 768px) {
  .lower_main_logo {
    width: 45%;
    left: 0;
    height: 100px;
  }
}
.lower_main_logo img {
  width: 60%;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .lower_main_logo img {
    width: 80%;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .lower_main_logo .news_main_text {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */