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

body {
  background-color: #e2e2e2;
  color: #333;
  font-family: sans-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;
}

.top_contents_btn a button {
  border: none;
  padding: 20px 120px;
  font-size: 18px;
  transition: all 0.4s;
  color: #fff;
  background-color: #00479d;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_contents_btn a button {
    padding: 20px 90px;
  }
}
@media screen and (max-width: 768px) {
  .top_contents_btn a button {
    padding: 10px 80px;
    font-size: 12.5px;
  }
}
.top_contents_btn a button:hover {
  background-color: #00a0e9;
}
.top_contents_btn a button .fa-solid {
  padding-left: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_contents_btn a button .fa-solid {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top_contents_btn a button .fa-solid {
    padding-left: 20px;
  }
}

.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: #00479d;
}
@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: #00a0e9;
}
.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);
}

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: 3.2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.8rem;
  }
}

h2 {
  font-size: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h2 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2.5rem;
  }
}

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

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

.lower_headline_image {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .lower_headline_image {
    margin-top: 40px;
  }
}

.lower_headline {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .lower_headline {
    margin-bottom: 40px;
  }
}

.wp-pagenavi span.current {
  color: #fff;
  padding: 10px;
  margin: 0 10px;
  background-color: #00479d;
}
@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: #1567cc;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hamburger {
    width: 45px;
    height: 45px;
  }
}

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

.hamburger span:nth-child(1) {
  top: 20px;
}
@media screen and (max-width: 768px) {
  .hamburger span:nth-child(1) {
    top: 12px;
  }
}

.hamburger span:nth-child(2) {
  top: 30px;
}
@media screen and (max-width: 768px) {
  .hamburger span:nth-child(2) {
    top: 21px;
  }
}

.hamburger span:nth-child(3) {
  top: 40px;
}
@media screen and (max-width: 768px) {
  .hamburger span:nth-child(3) {
    top: 30px;
  }
}

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

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  left: 10%;
  transform: rotate(45deg) translate(50%, 0);
}
@media screen and (max-width: 768px) {
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 10px;
    left: 6%;
  }
}

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: rgba(3, 53, 114, 0.9);
  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: 30px;
}
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: 100%;
}

/* このクラスを、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: 40px;
  display: inline-block;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .header_logo {
    margin-left: 20px;
    height: 20px;
  }
}
.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: #f5a21c;
  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: #00479d;
  color: #fff;
}
.header_tel_btn a button i {
  margin-right: 10px;
}

#top_main {
  padding-left: 60px;
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #top_main {
    padding: 0;
    margin-bottom: 40px;
  }
}
#top_main .slide-images {
  width: 80%;
  margin-left: auto;
  margin-right: 0;
  height: 700px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_main .slide-images {
    height: 300px;
  }
}
#top_main .slide-images::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#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;
  height: 300px;
  top: 85%;
  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: 85px;
  font-weight: 600;
  color: #00479d;
  text-shadow: 0 1px 8px #fff;
}
@media screen and (max-width: 768px) {
  #top_main .top_main_text .top_main_headline {
    font-size: 36px;
  }
}
#top_main .top_main_text .top_main_writing {
  font-size: 24px;
  font-weight: 600;
  color: #00a0e9;
}
@media screen and (max-width: 768px) {
  #top_main .top_main_text .top_main_writing {
    font-size: 15px;
  }
}

#top_news {
  margin-bottom: 5rem;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  #top_news {
    margin-bottom: 3rem;
  }
}
#top_news .top_news_contents {
  width: 100%;
  background-color: #F0F0F0;
  padding: 40px;
  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 {
    display: none;
  }
}
#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: 20px;
  }
}
#top_news .top_news_contents .top_news_title h2 {
  font-family: "HGP創英角ゴシックUB";
  color: #00479d;
  position: relative;
}
#top_news .top_news_contents .top_news_title h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #00479d;
}
#top_news .top_news_contents .top_news_title p {
  color: #333;
  margin-bottom: 20px;
}
#top_news .top_news_contents ul {
  list-style: none;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_contents ul {
    width: 100%;
  }
}
#top_news .top_news_contents ul a {
  text-decoration: none;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_contents ul a {
    font-size: 12.5px;
    margin-bottom: 10px;
  }
}
#top_news .top_news_contents ul a li {
  position: relative;
  padding-right: 20px;
}
#top_news .top_news_contents ul a li::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #00479d;
}
#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: 40px;
  padding: 5px;
  background-color: #00479d;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_contents ul a li .outline .news_list_text .date {
    margin-right: 10px;
    font-size: 12.5px;
  }
}
#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 .top_news_icon a {
  text-decoration: none;
}
#top_news .top_news_contents .top_news_icon a button {
  padding: 15px 60px;
  border: none;
  background-color: #00479d;
  color: #fff;
  transition: all 0.4s;
}
#top_news .top_news_contents .top_news_icon a button:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #00479d;
  color: #00479d;
}
#top_news .top_news_contents .top_news_icon a button i {
  margin-left: 20px;
}
#top_news .top_news_contents_sp {
  width: 100%;
  background-color: #F0F0F0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  right: 0;
  bottom: 0;
  padding: 20px 10px 40px;
  flex-flow: column;
}
@media screen and (min-width: 1441px) {
  #top_news .top_news_contents_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #top_news .top_news_contents_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news_contents_sp {
    display: none;
  }
}
#top_news .top_news_contents_sp .top_news_title {
  text-align: center;
  margin-bottom: 20px;
}
#top_news .top_news_contents_sp .top_news_title h2 {
  font-family: "HGP創英角ゴシックUB";
  color: #00479d;
  position: relative;
}
#top_news .top_news_contents_sp .top_news_title h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #00479d;
}
#top_news .top_news_contents_sp .top_news_title p {
  color: #333;
}
#top_news .top_news_contents_sp ul {
  list-style: none;
  width: 100%;
  margin-bottom: 20px;
}
#top_news .top_news_contents_sp ul a {
  text-decoration: none;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_contents_sp ul a {
    font-size: 12.5px;
    margin-bottom: 10px;
  }
}
#top_news .top_news_contents_sp ul a li {
  position: relative;
  padding-right: 20px;
}
#top_news .top_news_contents_sp ul a li::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #00479d;
}
#top_news .top_news_contents_sp ul a li .outline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
}
#top_news .top_news_contents_sp ul a li .outline .news_list_text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#top_news .top_news_contents_sp ul a li .outline .news_list_text .date {
  margin-right: 40px;
  padding: 5px;
  background-color: #00479d;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_contents_sp ul a li .outline .news_list_text .date {
    margin-right: 10px;
    font-size: 12.5px;
  }
}
#top_news .top_news_contents_sp ul a li .outline .news_list_text .title {
  width: 300px;
  text-align: start;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_contents_sp ul a li .outline .news_list_text .title {
    font-size: 12.5px;
    width: 250px;
  }
}
#top_news .top_news_contents_sp .top_news_icon a {
  text-decoration: none;
}
#top_news .top_news_contents_sp .top_news_icon a button {
  padding: 15px 60px;
  border: none;
  background-color: #00479d;
  color: #fff;
  transition: all 0.4s;
}
#top_news .top_news_contents_sp .top_news_icon a button:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #00479d;
  color: #00479d;
}
#top_news .top_news_contents_sp .top_news_icon a button i {
  margin-left: 20px;
}

#top_about {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 9rem;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  #top_about {
    padding: 0;
    height: 400px;
    align-items: flex-start;
  }
}
#top_about .top_about_contents {
  width: 60% !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 60px;
  position: absolute;
  top: 20%;
  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: 60% !important;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about_contents {
    width: 90% !important;
    margin: auto;
    margin-bottom: 20px;
    padding: 20px;
  }
}
#top_about .top_about_contents .top_about_contents_leftTop .line01 {
  position: absolute;
  top: 30px;
  left: 20px;
  width: 60px;
  height: 3px;
  background-color: #00479d;
}
@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: #00479d;
}
@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 .top_about_logo {
  width: 200px;
}
@media screen and (max-width: 768px) {
  #top_about .top_about_contents .top_about_logo {
    width: 120px;
  }
}
#top_about .top_about_contents .top_about_logo img {
  width: 100%;
}
#top_about .top_about_contents .top_about_headline {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about_contents .top_about_headline {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about_contents .top_about_headline {
    font-size: 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: #00479d;
}
@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: #00479d;
}
@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: 50%;
  margin-left: auto;
  margin-right: 0;
  height: 600px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about_image {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about_image {
    width: 100%;
    height: 300px;
  }
}
#top_about .top_about_image img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about_image img {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about_image img {
    height: 200px;
  }
}

#top_recruit .top_recruit_contents {
  background-position: center;
  background-size: cover;
}
#top_recruit .top_recruit_contents .top_recruit_bg_opacity {
  padding: 80px 0;
  width: 100%;
  height: 100%;
  background-color: rgba(89, 130, 173, 0.8);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit_contents .top_recruit_bg_opacity {
    padding-left: 60px;
  }
}
@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: 50%;
  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 {
    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;
  }
}
#top_recruit .top_recruit_contents .top_recruit_bg_opacity .top_recruit_content .top_contents_title {
  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_title {
    margin-bottom: 20px;
  }
}
#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 {
    margin-bottom: 20px;
  }
}
#top_recruit .top_recruit_contents .top_recruit_bg_opacity .top_recruit_content .top_contents_btn button {
  background-color: #fff;
  color: #333;
  transition: all 0.4s;
}
#top_recruit .top_recruit_contents .top_recruit_bg_opacity .top_recruit_content .top_contents_btn button:hover {
  background-color: #00479d;
  color: #fff;
}

#top_three {
  width: 100%;
  height: 800px;
  position: relative;
  background-color: #F2F3F2;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_three {
    height: 700px;
  }
}
@media screen and (max-width: 768px) {
  #top_three {
    height: 1300px;
  }
}
#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: 10;
}
@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 {
    border-width: 800px 300px 0 0;
  }
}
#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: 10;
}
@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%;
  height: 600px;
  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: 60%;
  }
}
#top_three .top_three {
  width: 33.3333333333%;
  margin: auto;
  margin-bottom: 240px;
  z-index: 100;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_three .top_three {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  #top_three .top_three {
    width: 100%;
    margin-bottom: 80px;
  }
}
#top_three .top_three .top_business_contents {
  position: absolute;
  width: 100%;
  height: 600px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_three .top_three .top_business_contents {
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  #top_three .top_three .top_business_contents {
    height: 300px;
  }
}
#top_three .top_three .top_business_contents .top_contents_title {
  position: absolute;
  z-index: 50;
  bottom: 60px;
  left: 20px;
  color: #fff;
}
#top_three .top_three .top_business_contents .top_contents_title i::before {
  margin-left: 40px;
  font-size: 20px;
}
#top_three .top_three .top_business {
  background-position: center;
  background-size: cover;
  height: 600px;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_three .top_three .top_business {
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  #top_three .top_three .top_business {
    height: 300px;
  }
}
#top_three .top_three .top_business .top_business_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#top_three .top_three .top_three_btn {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}
#top_three .top_three .top_three_btn a {
  text-decoration: none;
}
#top_three .top_three .top_three_btn a button {
  width: 20vw;
  margin: auto;
  padding: 20px 0;
  background-color: #fff;
  color: #333;
  border: none;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #top_three .top_three .top_three_btn a button {
    width: 80vw;
  }
}
#top_three .top_three .top_three_btn a button:hover {
  background-color: #00479d;
  color: #fff;
}
#top_three .top_three .top_three_btn a button i {
  margin-left: 20px;
}
#top_three .top_three {
  width: 33.3333333333%;
  margin: auto;
  margin-bottom: 240px;
  z-index: 100;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_three .top_three {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  #top_three .top_three {
    width: 100%;
    margin-bottom: 80px;
  }
}
#top_three .top_three .top_company_contents {
  position: absolute;
  width: 100%;
  height: 600px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_three .top_three .top_company_contents {
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  #top_three .top_three .top_company_contents {
    height: 300px;
  }
}
#top_three .top_three .top_company_contents .top_company_number {
  z-index: 50;
  position: absolute;
  top: -30px;
  right: 15px;
}
@media screen and (max-width: 768px) {
  #top_three .top_three .top_company_contents .top_company_number {
    top: -10px;
    right: 9px;
  }
}
#top_three .top_three .top_company_contents .top_company_number h2 {
  font-size: 600%;
  opacity: 0.6;
  color: #fff;
  font-style: italic;
  font-family: serif;
}
@media screen and (max-width: 768px) {
  #top_three .top_three .top_company_contents .top_company_number h2 {
    font-size: 300%;
    opacity: 0.8;
  }
}
#top_three .top_three .top_company_contents .top_contents_title {
  position: absolute;
  z-index: 50;
  bottom: 60px;
  left: 20px;
  color: #fff;
}
#top_three .top_three .top_company_contents .top_contents_title i::before {
  margin-left: 40px;
  font-size: 20px;
}
#top_three .top_three .top_company {
  background-position: center;
  background-size: cover;
  height: 600px;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_three .top_three .top_company {
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  #top_three .top_three .top_company {
    height: 300px;
  }
}
#top_three .top_three .top_company .top_company_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#top_three .top_three {
  width: 33.3333333333%;
  margin: auto;
  margin-bottom: 240px;
  z-index: 100;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_three .top_three {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  #top_three .top_three {
    width: 100%;
    margin-bottom: 80px;
  }
}
#top_three .top_three .top_works_contents {
  position: absolute;
  width: 100%;
  height: 600px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_three .top_three .top_works_contents {
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  #top_three .top_three .top_works_contents {
    height: 300px;
  }
}
#top_three .top_three .top_works_contents .top_contents_title {
  position: absolute;
  z-index: 50;
  bottom: 60px;
  left: 20px;
  color: #fff;
}
#top_three .top_three .top_works_contents .top_contents_title i::before {
  margin-left: 40px;
  font-size: 20px;
}
#top_three .top_three .top_works {
  background-position: center;
  background-size: cover;
  height: 600px;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_three .top_three .top_works {
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  #top_three .top_three .top_works {
    height: 300px;
  }
}
#top_three .top_three .top_works .top_works_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

#service_main {
  padding: 0 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #service_main {
    padding: 0;
  }
}
#service_main #service_main_bg {
  background-position: center;
  background-size: cover;
  padding-top: 500px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service_main #service_main_bg {
    padding-top: 500px;
  }
}
@media screen and (max-width: 768px) {
  #service_main #service_main_bg {
    padding-top: 280px;
  }
}
#service_main #service_main_bg .service_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) {
  #service_main #service_main_bg .service_main_title {
    left: 50%;
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  #service_main #service_main_bg .service_main_title {
    left: 55%;
    font-size: 24px;
  }
}

#service .service_writing .service_bg {
  padding: 120px 0;
  background-color: rgba(102, 165, 201, 0.8);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #service .service_writing .service_bg {
    padding: 60px 0;
  }
}
#service .service_writing .service_bg .service_writing_headline {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #service .service_writing .service_bg .service_writing_headline {
    font-size: 21px;
  }
}
#service .service_writing .service_bg .service_writing_text {
  color: #fff;
  width: 45%;
  margin: auto;
  line-height: 35px;
}
@media screen and (max-width: 768px) {
  #service .service_writing .service_bg .service_writing_text {
    width: 90%;
    line-height: 25px;
  }
}
#service .service_contents {
  width: 100%;
  padding: 120px 0;
  margin: auto;
  margin-bottom: 80px;
  position: relative;
  background-color: #F2F3F2;
}
@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 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 80%;
  margin: auto;
  position: relative;
  z-index: 20;
}
#service .service_contents .service_content .service_contents_image {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_content .service_contents_image {
    height: 150px;
  }
}
#service .service_contents .service_content .service_contents_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#service .service_contents .service_content .service_detail_contents {
  padding: 3rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_content .service_detail_contents {
    padding: 2rem 1rem;
  }
}
#service .service_contents .service_content .service_detail_contents .service_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_content .service_detail_contents .service_detail {
    flex-flow: column;
  }
}
#service .service_contents .service_content .service_detail_contents .service_detail .service_detail_writing {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_content .service_detail_contents .service_detail .service_detail_writing {
    width: 100%;
  }
}
#service .service_contents .service_content .service_detail_contents .service_detail .service_detail_writing h2 {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_content .service_detail_contents .service_detail .service_detail_writing h2 {
    font-size: 1.4rem;
  }
}
#service .service_contents .service_content .service_detail_contents .service_detail .service_detail_writing p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_content .service_detail_contents .service_detail .service_detail_writing p {
    margin-bottom: 20px;
  }
}
#service .service_contents .service_content .service_detail_contents .service_detail .service_detail_image {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_content .service_detail_contents .service_detail .service_detail_image {
    width: 100%;
  }
}
#service .service_contents .service_content .service_detail_contents .service_detail .service_detail_image img {
  width: 100%;
}
#service .service_contents .service_content .service_detail_contents .service_detail:first-child {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_content .service_detail_contents .service_detail:nth-last-child(2n) {
    flex-flow: column-reverse;
  }
}

#works_main {
  padding: 0 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #works_main {
    padding: 0;
  }
}
#works_main #works_main_bg {
  background-position: center;
  background-size: cover;
  padding-top: 500px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works_main #works_main_bg {
    padding-top: 500px;
  }
}
@media screen and (max-width: 768px) {
  #works_main #works_main_bg {
    padding-top: 280px;
  }
}
#works_main #works_main_bg .works_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) {
  #works_main #works_main_bg .works_main_title {
    left: 50%;
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  #works_main #works_main_bg .works_main_title {
    left: 55%;
    font-size: 24px;
  }
}

#works {
  background-color: #F2F3F2;
}
#works .works_contents {
  width: 90%;
  margin: auto;
  padding: 80px 0;
}
#works .works_contents ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
}
#works .works_contents ul li {
  width: 22%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works_contents ul li {
    width: 45%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #works .works_contents ul li {
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
  }
}
#works .works_contents ul li .thumb {
  text-align: center;
  width: 100%;
  height: 180px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works_contents ul li .thumb {
    height: 220px;
  }
}
#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: 20px;
}
#works .works_contents ul li .outline .title {
  color: #00479d;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #works .works_contents ul li .outline .title {
    font-size: 15px;
  }
}
#works .works_contents ul li .outline .descn {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #works .works_contents ul li .outline .descn {
    font-size: 12.5px;
  }
}
#works .works_contents .navigation {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #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;
  }
}

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

#news_main {
  padding: 0 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #news_main {
    padding: 0;
  }
}
#news_main #news_main_bg {
  background-position: center;
  background-size: cover;
  padding-top: 500px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_main #news_main_bg {
    padding-top: 500px;
  }
}
@media screen and (max-width: 768px) {
  #news_main #news_main_bg {
    padding-top: 280px;
  }
}
#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 #00479d;
  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 {
  padding: 0 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #news_main {
    padding: 0;
  }
}
#news_main #news_main_bg {
  background-position: center;
  background-size: cover;
  padding-top: 500px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_main #news_main_bg {
    padding-top: 500px;
  }
}
@media screen and (max-width: 768px) {
  #news_main #news_main_bg {
    padding-top: 280px;
  }
}
#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: #e2e2e2;
  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 {
  padding: 0 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #company_main {
    padding: 0;
  }
}
#company_main #company_main_bg {
  background-position: center;
  background-size: cover;
  padding-top: 500px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company_main #company_main_bg {
    padding-top: 500px;
  }
}
@media screen and (max-width: 768px) {
  #company_main #company_main_bg {
    padding-top: 280px;
  }
}
#company_main #company_main_bg .company_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) {
  #company_main #company_main_bg .company_main_title {
    left: 50%;
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  #company_main #company_main_bg .company_main_title {
    left: 55%;
    font-size: 24px;
  }
}

#company {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #company {
    margin-bottom: 80px;
  }
}
#company .company_contents {
  width: 100%;
  padding: 120px 0;
  margin: auto;
  margin-bottom: 80px;
  position: relative;
  background-color: #F2F3F2;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_contents {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #company .company_contents {
    width: 100%;
  }
}
#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: 80px;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_contents .company_detail {
    width: 80%;
    padding: 60px;
  }
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail {
    width: 90%;
    padding: 40px 20px;
  }
}
#company .company_contents .company_detail table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
}
#company .company_contents .company_detail table tr th {
  width: 30%;
  padding: 20px 0;
  border-bottom: 2px solid #333;
  text-align: end;
  padding-right: 40px;
  color: #00479d;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail table tr th {
    padding-right: 5px;
    font-size: 12.5px;
    width: 25%;
  }
}
#company .company_contents .company_detail table tr td {
  width: 70%;
  padding: 20px 0;
  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: 12.5px;
    width: 75%;
  }
}

#recruit_main {
  padding: 0 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #recruit_main {
    padding: 0;
  }
}
#recruit_main #recruit_main_bg {
  background-position: center;
  background-size: cover;
  padding-top: 500px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_main #recruit_main_bg {
    padding-top: 500px;
  }
}
@media screen and (max-width: 768px) {
  #recruit_main #recruit_main_bg {
    padding-top: 280px;
  }
}
#recruit_main #recruit_main_bg .recruit_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) {
  #recruit_main #recruit_main_bg .recruit_main_title {
    left: 50%;
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  #recruit_main #recruit_main_bg .recruit_main_title {
    left: 55%;
    font-size: 24px;
  }
}

#recruit .recruit_writing {
  position: relative;
  height: 400px;
  width: 100%;
  margin-bottom: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_writing {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_writing {
    height: 200px;
  }
}
#recruit .recruit_writing::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 20%;
  left: 0;
  width: 60%;
  height: 300px;
  background-color: #E1F0F4;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_writing::after {
    top: 10%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_writing::after {
    top: 0;
    width: 80%;
    height: 150px;
  }
}
#recruit .recruit_writing .recruit_writing_text {
  position: absolute;
  width: 50%;
  top: 40%;
  left: 40%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_writing .recruit_writing_text {
    top: 30%;
    left: 20%;
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_writing .recruit_writing_text {
    top: 10%;
    left: 15%;
    width: 80%;
  }
}
#recruit .recruit_writing .recruit_writing_text h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_writing .recruit_writing_text h2 {
    font-size: 18px;
  }
}
#recruit .recruit_writing .recruit_writing_text p {
  line-height: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_writing .recruit_writing_text p {
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_writing .recruit_writing_text p {
    line-height: 20px;
  }
}
#recruit .recruit_contents {
  width: 100%;
  padding: 120px 0;
  margin: auto;
  margin-bottom: 80px;
  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 {
  text-align: center;
  color: #00479d;
  margin-bottom: 40px;
}
@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: 80px;
  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%;
    padding: 40px 20px;
  }
}
#recruit .recruit_contents .recruit_detail table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
}
#recruit .recruit_contents .recruit_detail table tr th {
  width: 35%;
  padding: 20px 0;
  border-bottom: 2px solid #333;
  text-align: end;
  padding-right: 40px;
  color: #00479d;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail table tr th {
    padding-right: 20px;
    font-size: 12.5px;
    width: 35%;
  }
}
#recruit .recruit_contents .recruit_detail table tr td {
  width: 65%;
  padding: 20px 0;
  border-bottom: 2px solid #333;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail table tr td {
    padding-left: 20px;
    font-size: 12.5px;
    width: 65%;
  }
}
#recruit .recruit_contents .recruit_detail table tr:first-child th {
  background-color: #E1F0F4;
  border: none;
}
#recruit .recruit_contents .recruit_detail table tr:first-child td {
  background-color: #00479d;
  color: #fff;
  border: none;
}

#contact_main {
  padding: 0 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contact_main {
    padding: 0;
  }
}
#contact_main #contact_main_bg {
  background-position: center;
  background-size: cover;
  padding-top: 500px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact_main #contact_main_bg {
    padding-top: 500px;
  }
}
@media screen and (max-width: 768px) {
  #contact_main #contact_main_bg {
    padding-top: 280px;
  }
}
#contact_main #contact_main_bg .contact_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) {
  #contact_main #contact_main_bg .contact_main_title {
    left: 50%;
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  #contact_main #contact_main_bg .contact_main_title {
    left: 55%;
    font-size: 24px;
  }
}

.contact_form {
  width: 70%;
  margin: auto;
  padding: 40px;
  color: #333;
  margin-top: 40px;
  padding-bottom: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contact_form {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .contact_form {
    width: 90%;
    padding: 0;
    margin-top: 60px;
    margin-bottom: 0px;
  }
}
.contact_form form {
  width: 100%;
}
.contact_form form table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
  border-top: 1px solid #00479d;
}
@media screen and (max-width: 768px) {
  .contact_form form table tr {
    display: flex;
    flex-flow: column;
  }
}
.contact_form form table tr th {
  padding: 40px 0;
  width: 35%;
  text-align: end;
  padding-right: 80px;
  border-bottom: 1px solid #00479d;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contact_form form table tr th {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .contact_form form table tr th {
    width: 100%;
    border-bottom: none;
    text-align: start;
    padding: 10px 0;
    padding-top: 20px;
    padding-left: 0px;
    font-size: 12.5px;
  }
}
.contact_form form table tr th span {
  padding: 10px;
  background-color: red;
  color: #fff;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .contact_form form table tr th span {
    padding: 5px;
    font-size: 10px;
  }
}
.contact_form form table tr td {
  padding: 40px 0;
  width: 65%;
  border-bottom: 1px solid #00479d;
  padding-right: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contact_form form table tr td {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .contact_form form table tr td {
    width: 100%;
    padding: 10px 0;
    padding-bottom: 20px;
    padding-right: 0;
  }
}
.contact_form form table tr td input {
  width: 80%;
  height: 50px;
  padding-left: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contact_form form table tr td input {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .contact_form form table tr td input {
    width: 100%;
  }
}
.contact_form form table tr td textarea {
  width: 80%;
  height: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contact_form form table tr td textarea {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .contact_form form table tr td textarea {
    width: 100%;
  }
}
.contact_form form table tr:nth-child(4) th span {
  background-color: blue;
}
.contact_form form table tr:nth-child(4) td input {
  width: 20% !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contact_form form table tr:nth-child(4) td input {
    width: 25% !important;
  }
}
@media screen and (max-width: 768px) {
  .contact_form form table tr:nth-child(4) td input {
    width: 29% !important;
  }
}
.contact_form form .agree {
  text-align: center;
  margin-bottom: 40px;
}
.contact_form form .submit {
  text-align: center;
}
.contact_form form .submit input {
  padding: 20px 180px;
  font-size: 18px;
  border: none;
  background-color: #00479d;
  color: #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .contact_form form .submit input {
    padding: 10px 90px;
  }
}
.contact_form form .submit input:hover {
  background-color: #2bbfba;
}
.contact_form form .submit input[name=submitBack] {
  padding: 20px 90px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .contact_form form .submit input[name=submitBack] {
    padding: 10px 45px;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}
.contact_form form .submit input[name=confirm] {
  padding: 20px 90px;
}
@media screen and (max-width: 768px) {
  .contact_form form .submit input[name=confirm] {
    padding: 10px 45px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}

#mw_wp_form_mw-wp-form-197 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #mw_wp_form_mw-wp-form-197 {
    font-size: 12.5px;
  }
}

#policy_main {
  padding: 0 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #policy_main {
    padding: 0;
  }
}
#policy_main #policy_main_bg {
  background-position: center;
  background-size: cover;
  padding-top: 500px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #policy_main #policy_main_bg {
    padding-top: 500px;
  }
}
@media screen and (max-width: 768px) {
  #policy_main #policy_main_bg {
    padding-top: 280px;
  }
}
#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;
  }
}

#top_contact {
  padding: 5rem 0;
}
#top_contact .top_contact_image {
  width: 30%;
  margin: auto;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact_image {
    width: 50%;
  }
}
#top_contact .top_contact_image img {
  width: 100%;
}
#top_contact .top_contact_text {
  text-align: center;
}
#top_contact .top_contact_text .text {
  margin-bottom: 1rem;
}
#top_contact .top_contact_text .address {
  margin-bottom: 1rem;
}
#top_contact .top_contact_text .fax {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact_text .fax {
    margin-bottom: 20px;
  }
}
#top_contact .top_contact_text #instagram {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#top_contact .top_contact_text #instagram .insta {
  width: 25%;
  margin: auto;
  padding-top: 1vw;
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact_text #instagram .insta {
    width: 80%;
    margin: auto;
    padding: 4vw;
  }
}
#top_contact .top_contact_text #instagram .insta .insta_btn {
  display: inline-block;
  text-align: center; /*中央揃え*/
  color: #2E6CA5; /*文字色*/
  font-size: 20px; /*文字サイズ*/
  text-decoration: none; /*下線消す*/
  border-radius: 10px 0 0 10px;
  transition: all 1s;
}
#top_contact .top_contact_text #instagram .insta .insta_btn:hover {
  opacity: 0.7;
  transition: all 1s;
  border-radius: 5px;
}
#top_contact .top_contact_text #instagram .insta .insta_btn img {
  width: 100%;
  border-radius: 5px;
}
#top_contact .top_contact_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: auto;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact_contents {
    flex-flow: column;
  }
}
#top_contact .top_contact_contents .form {
  width: 45%;
  height: 300px;
  padding: 40px;
  text-align: center;
  background: #EFEEEA;
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact_contents .form {
    height: 250px;
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
  }
}
#top_contact .top_contact_contents .form .form_title {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact_contents .form .form_title .form_image img {
    width: 150px;
  }
}
#top_contact .top_contact_contents .form .form_title .form_title_text h2 {
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contact .top_contact_contents .form .form_title .form_title_text h2 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact_contents .form .form_title .form_title_text h2 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contact .top_contact_contents .form .top_contents_btn a button {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact_contents .form .top_contents_btn a button {
    padding: 15px 60px;
  }
}
#top_contact .top_contact_contents .tel {
  width: 45%;
  height: 300px;
  padding: 40px;
  text-align: center;
  background: #EFEEEA;
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact_contents .tel {
    width: 90%;
    margin: auto;
    height: 250px;
  }
}
#top_contact .top_contact_contents .tel .tel_title {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact_contents .tel .tel_title .tel_image img {
    width: 150px;
  }
}
#top_contact .top_contact_contents .tel .tel_title .tel_title_text h2 {
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contact .top_contact_contents .tel .tel_title .tel_title_text h2 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact_contents .tel .tel_title .tel_title_text h2 {
    font-size: 1rem;
  }
}
#top_contact .top_contact_contents .tel .top_contents_tel_number a {
  font-size: 1.5rem;
  font-weight: 600;
  color: #00479d;
}
@media screen and (min-width: 1441px) {
  #top_contact .top_contact_contents .tel .top_contents_tel_number a {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #top_contact .top_contact_contents .tel .top_contents_tel_number a {
    display: none;
  }
}
#top_contact .top_contact_contents .tel .top_contents_tel_number .tel_pc {
  font-size: 2rem;
  color: #00479d;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contact .top_contact_contents .tel .top_contents_tel_number .tel_pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #top_contact .top_contact_contents .tel .top_contents_tel_number .tel_pc {
    display: none;
  }
}
#top_contact .top_contact_contents .tel .top_contents_tel_number p {
  margin-top: 0.5rem;
}

.map {
  width: 100%;
}
.map iframe {
  width: 100%;
  vertical-align: top;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .map iframe {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .map iframe {
    height: 300px;
  }
}

footer {
  background-color: #00479d;
}
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: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer ul.footer_menu li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  footer ul.footer_menu li {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
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: -5px 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: 12.5px;
  }
}
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 20px;
  padding-left: 0;
}
footer ul.footer_sns li a {
  position: relative;
  color: #fff;
  padding: 0px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  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: -5px 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: 10px 0;
}
footer .copyright p {
  font-size: 12.5px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .copyright p {
    font-size: 10px;
  }
}

.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: #e2e2e2;
  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 */