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

html {
  font-size: 62.5%;
}

body {
  font-family: "source-han-sans-japanese", serif;
  letter-spacing: 1.2px;
}

@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: 1201px) and (max-width: 1440px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .br_sp {
    display: none;
  }
}

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

p {
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.25rem;
  }
}

h1 {
  font-size: 4.8rem !important;
  font-weight: 600 !important;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  h1 {
    font-size: 3.6rem !important;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.8rem !important;
  }
}

h2 {
  font-size: 3.6rem !important;
  font-weight: 600 !important;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  h2 {
    font-size: 2.8rem !important;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2rem !important;
  }
}

h3 {
  font-size: 2.8rem !important;
  font-weight: 600 !important;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  h3 {
    font-size: 2.4rem !important;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.8rem !important;
  }
}

h4 {
  font-size: 2.4rem !important;
  font-weight: 600 !important;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  h4 {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.6rem !important;
  }
}

#lower_main {
  position: relative;
  height: 45vh;
  margin-bottom: 8rem;
}
#lower_main .lower_bg_image {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 40vh;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
#lower_main .lower_bg_image .lower_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
#lower_main .lower_bg_image .lower_bg .lower_main_title {
  position: absolute;
  top: 60%;
  left: 5%;
  transform: translate(0, -50%);
  overflow: hidden;
}
#lower_main .lower_bg_image .lower_bg .lower_main_title h2 {
  color: #fff;
  text-shadow: 3px 3px 6px #666;
  letter-spacing: 4px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  animation: textAnime 1.5s 0.5s forwards ease-in-out;
  transform: translateY(150%);
}
#lower_main .lower_bg_image .lower_bg .lower_main_title p {
  color: #fff;
  position: relative;
  text-shadow: 3px 3px 6px #666;
  letter-spacing: 4px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  animation: textAnime 1.5s 0.5s forwards ease-in-out;
  transform: translateY(150%);
}
#lower_main .lower_bg_image .lower_bg .lower_main_title p::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 70%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #lower_main .lower_bg_image .lower_bg .lower_main_title p::after {
    top: 110%;
    left: 0%;
  }
}
#lower_main .breadcrumbs {
  margin: 1rem;
}
#lower_main .breadcrumbs p {
  font-size: 1rem;
  color: #479ed3;
}
#lower_main .breadcrumbs p a {
  text-decoration: none;
  color: #999;
}
#lower_main .breadcrumbs p span {
  margin: 0 2rem;
  color: #333;
}

.lower_title {
  text-align: center;
  margin: 8rem 0;
}
@media screen and (max-width: 768px) {
  .lower_title {
    margin-bottom: 4rem;
  }
}
.lower_title h2 {
  display: inline-block;
  padding: 0 4rem;
  color: #479ed3;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
}

header {
  position: fixed;
  width: 100%;
  z-index: 999999;
}

#header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4rem;
  height: 8rem;
  width: 85%;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #header_pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #header_pc {
    display: none;
  }
}
#header_pc .header_logo {
  height: 7rem;
}
#header_pc .header_logo img {
  height: 100%;
}
#header_pc .header_menu {
  width: 70%;
}
#header_pc .header_menu ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header_pc .header_menu ul li {
  text-align: center;
  width: 14%;
  transition: all 0.4s;
}
#header_pc .header_menu ul li:hover {
  transform: scale(1.1);
}
#header_pc .header_menu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#header_pc .header_menu ul li a span {
  font-size: 1rem;
  font-family: serif;
}

.header.change-color {
  background-color: #0E508D;
  transition: 0.3s;
}
.header.change-color #header_pc {
  width: 100%;
}

#header_sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 4rem;
}
@media screen and (min-width: 1441px) {
  #header_sp {
    display: none;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  #header_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #header_sp {
    padding-left: 2rem;
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  #header_sp .header_logo {
    height: 5rem;
  }
  #header_sp .header_logo img {
    height: 100%;
  }
}

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

.hamburger span {
  display: block;
  position: absolute;
  width: 35px;
  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: 20px;
    height: 1px;
  }
}

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

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

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

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

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

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

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul {
    padding-top: 4rem;
  }
}

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

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

nav.globalMenuSp ul li:hover {
  transform: scale(1.1);
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding-bottom: 1rem;
  padding-right: 2rem;
  text-decoration: none;
  text-align: end;
  font-size: 2.5rem;
  color: #479ed3;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a {
    font-size: 1.4rem;
  }
}
nav.globalMenuSp ul li a span {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a span {
    font-size: 0.8rem;
  }
}

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

#top_main {
  height: 100vh;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #top_main {
    height: 75vh;
  }
}
@media screen and (max-width: 768px) {
  #top_main {
    height: 70vh;
  }
}
#top_main .top_movie {
  position: absolute;
  z-index: 10;
  top: 18%;
  right: 0%;
  width: 75vw;
  height: 75vh;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #top_main .top_movie {
    top: 15%;
    width: 70vw;
    height: 50vh;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_movie {
    top: 15%;
    width: 70vw;
    height: 40vh;
  }
}
#top_main .top_movie video {
  width: 100%;
  height: 100%;
}
#top_main .top_main_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
  background-color: #0E508D;
  height: 98vh;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #top_main .top_main_bg {
    height: 70vh;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main_bg {
    height: 60vh;
  }
}
#top_main .top_main_bg .top_decoration {
  width: 40%;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #top_main .top_main_bg .top_decoration {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main_bg .top_decoration {
    width: 80%;
  }
}
#top_main .top_main_bg .top_main_writing {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
  animation: 2s topMain forwards;
  overflow: hidden;
}
#top_main .top_main_bg .top_main_writing .en_title {
  color: #fff;
  font-size: 5rem;
  margin-bottom: 2rem;
  text-shadow: 3px 3px 6px #666;
  letter-spacing: 4px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 70px;
}
@media screen and (max-width: 768px) {
  #top_main .top_main_bg .top_main_writing .en_title {
    font-size: 3rem;
    line-height: 4rem;
    letter-spacing: 2px;
    margin-bottom: 1rem;
  }
}
#top_main .top_main_bg .top_main_writing .ja_title {
  color: #0e508d;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 2.5rem;
  text-shadow: 2px 2px 1px #fff;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  #top_main .top_main_bg .top_main_writing .ja_title {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
#top_main .top_main_bg .scroll {
  position: absolute;
  top: 60%;
  left: 1%;
  width: 23px;
}
#top_main .top_main_bg .scroll p {
  transform: rotate(90deg);
  color: #fff;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
}
#top_main .top_main_bg .scroll p:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 240%;
  transform: translate(0%, -50%);
  animation: animation01 2s infinite;
}
#top_main .top_main_bg .top_news {
  width: 25%;
  position: absolute;
  z-index: 20;
  bottom: 10%;
  left: 10%;
  color: #fff;
  padding-bottom: 2rem;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #top_main .top_main_bg .top_news {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main_bg .top_news {
    width: 85vw;
    top: 102%;
    bottom: 0;
    left: 9%;
    right: 0;
    border: none;
    overflow: unset;
  }
}
#top_main .top_main_bg .top_news .top_news_title {
  margin-bottom: 2rem;
  animation: textAnime 1.5s 0.5s forwards ease-in-out;
  transform: translateY(250%);
}
@media screen and (max-width: 768px) {
  #top_main .top_main_bg .top_news .top_news_title {
    color: #479ed3;
    animation: none;
    transform: translateY(0%);
  }
}
#top_main .top_main_bg .top_news .top_news_title h3 {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#top_main .top_main_bg .top_news .top_news_title p {
  font-size: 1.2rem;
}
#top_main .top_main_bg .top_news .top_news_contents {
  animation: textAnime 1.5s 0.5s forwards ease-in-out;
  transform: translateY(250%);
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  #top_main .top_main_bg .top_news .top_news_contents {
    animation: none;
    transform: translateY(0%);
  }
}
#top_main .top_main_bg .top_news .top_news_contents ul {
  list-style: none;
}
#top_main .top_main_bg .top_news .top_news_contents ul a {
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top_main .top_main_bg .top_news .top_news_contents ul a {
    color: #333;
  }
}
#top_main .top_main_bg .top_news .top_news_contents ul a li {
  transition: all 0.4s;
}
#top_main .top_main_bg .top_news .top_news_contents ul a li:hover {
  transform: scale(1.1);
}
#top_main .top_main_bg .top_news .top_news_contents ul a li .outline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
@keyframes topMain {
  0% {
    transform: translate(0, -50%) scale(2.5);
    opacity: 0.1;
  }
  100% {
    transform: translate(0, -50%) scale(1); /* 拡大率 */
    opacity: 1;
  }
}
@keyframes animation01 {
  0% {
    width: 0;
  }
  50% {
    width: 100px;
  }
  100% {
    width: 0%;
  }
}
@keyframes textAnime {
  to {
    transform: translateY(0px);
  }
}
#top_works {
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_works {
    margin-top: 4rem;
  }
}
#top_works .top_works_bg {
  position: absolute;
  z-index: -10;
  right: 0;
  top: -50%;
  width: 80%;
  height: 150%;
  background-color: #efefef;
}
#top_works .top_works_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #top_works .top_works_top {
    align-items: flex-start;
  }
}
#top_works .top_works_top .top_works_title {
  color: #479ed3;
  margin-bottom: 4rem;
}
#top_works .top_works_top .top_works_title h3 {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: bold;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #top_works .top_works_top .top_works_title p {
    font-size: 1.2rem;
  }
}
#top_works .top_works_top .top_works_btn {
  width: 20%;
}
@media screen and (max-width: 768px) {
  #top_works .top_works_top .top_works_btn {
    width: 50%;
  }
}
#top_works .top_works_top .top_works_btn a {
  text-decoration: none;
}
#top_works .top_works_top .top_works_btn a button {
  border: none;
  background-color: #479ed3;
  padding: 1.5rem 0;
  width: 100%;
  color: #fff;
  font-size: 1.5rem;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #top_works .top_works_top .top_works_btn a button {
    font-size: 1rem;
    padding: 1rem 0;
  }
}
#top_works .top_works_top .top_works_btn a button:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #479ed3;
  color: #479ed3;
}
#top_works .top_works_contents {
  width: 90%;
  margin: auto;
  padding-bottom: 4rem;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #top_works .top_works_contents {
    width: 95%;
  }
}
#top_works .top_works_contents ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #7f7f7f;
}
@media screen and (max-width: 768px) {
  #top_works .top_works_contents ul {
    flex-flow: column;
  }
}
#top_works .top_works_contents ul li {
  width: 20%;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #top_works .top_works_contents ul li {
    width: 24%;
  }
}
@media screen and (max-width: 768px) {
  #top_works .top_works_contents ul li {
    width: 95%;
  }
}
#top_works .top_works_contents ul li a {
  text-decoration: none;
  color: #479ed3;
}
#top_works .top_works_contents ul li a .thumb {
  width: 100%;
  height: 20vh;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #top_works .top_works_contents ul li a .thumb {
    height: 12vh;
  }
}
@media screen and (max-width: 768px) {
  #top_works .top_works_contents ul li a .thumb {
    height: 30vh;
  }
}
#top_works .top_works_contents ul li a .thumb img {
  width: 100%;
  height: 100%;
}
#top_works .top_works_contents ul li a .outline .title {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #top_works .top_works_contents ul li a .outline .title {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  #top_works .top_works_contents ul li a .outline .title {
    font-size: 1.5rem;
  }
}
#top_works .top_works_contents ul li a .outline .descn {
  height: 40px;
}
#top_works .top_works_contents ul li a .outline .descn p {
  font-size: 1.2rem;
  color: #333;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #top_works .top_works_contents ul li a .outline .descn p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #top_works .top_works_contents ul li a .outline .descn p {
    font-size: 1rem;
  }
}

#top_about {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  margin: 20rem 0;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #top_about {
    padding: 8rem 0;
    height: 110vh;
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  #top_about {
    padding: 4rem 0;
    height: 125vh;
    margin: 8rem 0;
  }
}
#top_about .top_about_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #top_about .top_about_bg {
    display: block;
    padding: 8rem 0;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about_bg {
    display: block;
    padding: 4rem 0;
  }
}
#top_about .top_about_bg .top_about_images {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #top_about .top_about_bg .top_about_images {
    position: static;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: auto;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about_bg .top_about_images {
    position: static;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: auto;
    height: auto;
  }
}
#top_about .top_about_bg .top_about_images .top_about_image02 {
  position: absolute;
  top: -10%;
  right: 0;
  width: 40rem;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #top_about .top_about_bg .top_about_images .top_about_image02 {
    position: static;
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about_bg .top_about_images .top_about_image02 {
    position: static;
    width: 45%;
  }
}
#top_about .top_about_bg .top_about_images .top_about_image03 {
  position: absolute;
  bottom: -15%;
  left: 20%;
  width: 40rem;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #top_about .top_about_bg .top_about_images .top_about_image03 {
    position: static;
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about_bg .top_about_images .top_about_image03 {
    position: static;
    width: 45%;
  }
}
#top_about .top_about_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #top_about .top_about_contents {
    flex-flow: column;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about_contents {
    flex-flow: column;
  }
}
#top_about .top_about_contents .top_about_contents_left {
  width: 40%;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #top_about .top_about_contents .top_about_contents_left {
    width: 90%;
    margin: auto;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about_contents .top_about_contents_left {
    width: 95%;
    margin: auto;
    margin-bottom: 2rem;
  }
}
#top_about .top_about_contents .top_about_contents_left .top_about_title {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #top_about .top_about_contents .top_about_contents_left .top_about_title {
    margin-bottom: 2rem;
  }
}
#top_about .top_about_contents .top_about_contents_left .top_about_title h3 {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #479ed3;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  #top_about .top_about_contents .top_about_contents_left .top_about_title h3 {
    font-size: 2.5rem;
  }
}
#top_about .top_about_contents .top_about_contents_left .top_about_title p {
  font-size: 1.5rem;
  color: #333;
}
@media screen and (max-width: 768px) {
  #top_about .top_about_contents .top_about_contents_left .top_about_title p {
    font-size: 1.2rem;
  }
}
#top_about .top_about_contents .top_about_contents_left .top_about_image {
  width: 100%;
}
#top_about .top_about_contents .top_about_contents_left .top_about_image img {
  width: 100%;
}
#top_about .top_about_contents .top_about_contents_right {
  width: 60%;
  padding: 8rem;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #top_about .top_about_contents .top_about_contents_right {
    width: 100%;
    padding: 4rem;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about_contents .top_about_contents_right {
    width: 95%;
    margin: auto;
    padding: 0;
  }
}
#top_about .top_about_contents .top_about_contents_right .top_about_headline {
  color: #479ed3;
  margin-bottom: 4rem;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #top_about .top_about_contents .top_about_contents_right .top_about_headline {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about_contents .top_about_contents_right .top_about_headline {
    margin-bottom: 2rem;
    font-size: 1.3rem;
  }
}
#top_about .top_about_contents .top_about_contents_right .top_about_text {
  font-family: sans-serif;
  font-size: 1.4rem;
  line-height: 3rem;
  color: #333;
}
@media screen and (max-width: 768px) {
  #top_about .top_about_contents .top_about_contents_right .top_about_text {
    font-size: 1rem;
    line-height: 2.4rem;
    margin-bottom: 4rem;
  }
}

#top_catch {
  position: relative;
}
#top_catch img {
  width: 100%;
}
#top_catch .top_about_catch_text {
  position: absolute;
  top: 65%;
  left: 5%;
  width: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #top_catch .top_about_catch_text {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  #top_catch .top_about_catch_text {
    top: 100%;
    left: 0%;
    width: 100%;
    padding: 13px;
  }
}
#top_catch .top_about_catch_text h4 {
  color: #0d4f8d;
  padding-bottom: 20px;
}
#top_catch .top_about_catch_text p {
  text-align: left;
}

#top_service {
  margin: 20rem 0;
}
@media screen and (max-width: 768px) {
  #top_service {
    margin: 38rem 0 0 0;
  }
}
#top_service .top_service_title {
  width: 90%;
  margin: auto;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #top_service .top_service_title {
    margin-bottom: 2rem;
  }
}
#top_service .top_service_title h3 {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #479ed3;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  #top_service .top_service_title h3 {
    font-size: 2.5rem;
  }
}
#top_service .top_service_title p {
  font-size: 1.5rem;
  color: #333;
}
@media screen and (max-width: 768px) {
  #top_service .top_service_title p {
    font-size: 1.2rem;
  }
}
#top_service .top_service_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #top_service .top_service_contents {
    flex-flow: column;
  }
}
#top_service .top_service_contents .top_service_content {
  width: 50%;
  height: 60vh;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  display: block;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #top_service .top_service_contents .top_service_content {
    height: 35vh;
  }
}
@media screen and (max-width: 768px) {
  #top_service .top_service_contents .top_service_content {
    width: 100%;
  }
}
#top_service .top_service_contents .top_service_content .top_service_contents_image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: all 0.4s;
}
#top_service .top_service_contents .top_service_content .top_service_contents_bg {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(61, 101, 125, 0.3);
}
#top_service .top_service_contents .top_service_content .top_service_contents_bg .top_service_contents_writing {
  width: 80%;
  margin: auto;
}
#top_service .top_service_contents .top_service_content .top_service_contents_bg .top_service_contents_writing .title {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 3.5rem;
  line-height: 4rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #top_service .top_service_contents .top_service_content .top_service_contents_bg .top_service_contents_writing .title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #top_service .top_service_contents .top_service_content .top_service_contents_bg .top_service_contents_writing .title {
    font-size: 2.5rem;
  }
}
#top_service .top_service_contents .top_service_content .top_service_contents_bg .top_service_contents_writing .subTitle {
  background-color: #479ed3;
  color: #fff;
  padding: 2.5px;
  font-size: 1.2rem;
  display: inline-block;
  margin-bottom: 4rem;
}
#top_service .top_service_contents .top_service_content .top_service_contents_bg .top_service_contents_writing .text {
  font-family: sans-serif;
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #top_service .top_service_contents .top_service_content .top_service_contents_bg .top_service_contents_writing .text {
    height: 6vh;
  }
}
@media screen and (max-width: 768px) {
  #top_service .top_service_contents .top_service_content .top_service_contents_bg .top_service_contents_writing .text {
    font-size: 1rem;
  }
}
#top_service .top_service_contents .top_service_content .top_service_contents_bg .top_service_contents_writing .service_btn a {
  text-decoration: none;
}
#top_service .top_service_contents .top_service_content .top_service_contents_bg .top_service_contents_writing .service_btn a button {
  border: none;
  color: #fff;
  font-size: 1.5rem;
  background-color: #479ed3;
  padding: 1.2rem 4rem;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #top_service .top_service_contents .top_service_content .top_service_contents_bg .top_service_contents_writing .service_btn a button {
    font-size: 1rem;
    padding: 1rem 2.5rem;
  }
}
#top_service .top_service_contents .top_service_content .top_service_contents_bg .top_service_contents_writing .service_btn a button:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #479ed3;
  border: 1px solid #479ed3;
}

#top_company {
  position: relative;
  margin-bottom: 30rem;
  margin-top: 20rem;
}
@media screen and (max-width: 768px) {
  #top_company {
    margin-bottom: 10rem;
  }
}
#top_company .top_company_bg {
  position: absolute;
  top: 20%;
  right: 0;
  width: 50%;
  height: 100vh;
  background-color: #efefef;
  z-index: -1;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #top_company .top_company_bg {
    width: 70%;
    height: 70vh;
  }
}
#top_company .top_company_contents {
  width: 55%;
  height: 55vh;
  background-color: #0E508D;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding-right: 20rem;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #top_company .top_company_contents {
    width: 70%;
    height: 40vh;
    padding-right: 15rem;
  }
}
@media screen and (max-width: 768px) {
  #top_company .top_company_contents {
    width: 90%;
    height: 60vh;
    padding: 0 2rem;
  }
}
#top_company .top_company_contents .top_company_title {
  width: 50%;
  margin-bottom: 4rem;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #top_company .top_company_contents .top_company_title {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #top_company .top_company_contents .top_company_title {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#top_company .top_company_contents .top_company_title h3 {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #fff;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  #top_company .top_company_contents .top_company_title h3 {
    font-size: 2.5rem;
  }
}
#top_company .top_company_contents .top_company_title p {
  font-size: 1.5rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top_company .top_company_contents .top_company_title p {
    font-size: 1.2rem;
  }
}
#top_company .top_company_contents .top_company_text {
  color: #fff;
  font-family: sans-serif;
  font-size: 1.4rem;
  line-height: 2.5rem;
  width: 50%;
  margin-bottom: 4rem;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #top_company .top_company_contents .top_company_text {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #top_company .top_company_contents .top_company_text {
    width: 100%;
    font-size: 1rem;
  }
}
#top_company .top_company_contents .company_btn {
  width: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #top_company .top_company_contents .company_btn {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #top_company .top_company_contents .company_btn {
    width: 100%;
  }
}
#top_company .top_company_contents .company_btn a {
  text-decoration: none;
}
#top_company .top_company_contents .company_btn a button {
  border: none;
  color: #479ed3;
  font-size: 1.5rem;
  background-color: #fff;
  padding: 1.2rem 4rem;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #top_company .top_company_contents .company_btn a button {
    font-size: 1rem;
  }
}
#top_company .top_company_contents .company_btn a button:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  border: 1px solid #fff;
}
#top_company .top_company_image {
  position: absolute;
  top: 30%;
  left: 40%;
  width: 40%;
  height: 50vh;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #top_company .top_company_image {
    top: 60%;
    left: 50%;
    height: 40vh;
  }
}
@media screen and (max-width: 768px) {
  #top_company .top_company_image {
    left: auto;
    right: 0;
    top: -30%;
    height: 30vh;
    width: 80%;
  }
}
#top_company .top_company_image img {
  width: 100%;
}

#top_recruit {
  margin-bottom: 20rem;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #top_recruit {
    margin-bottom: 30rem;
  }
}
#top_recruit .top_recruit_contents {
  background-position: center;
  background-size: cover;
  width: 75%;
  height: 70vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit_contents {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #top_recruit .top_recruit_contents {
    height: 30vh;
  }
}
#top_recruit .top_recruit_contents .top_recruit_bg {
  position: absolute;
  background-color: rgba(14, 80, 141, 0.8);
  height: 80%;
  width: 55%;
  top: 200px;
  left: 800px;
  padding: 3rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #top_recruit .top_recruit_contents .top_recruit_bg {
    height: 110%;
    width: 90%;
    top: 250px;
    left: 250px;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit_contents .top_recruit_bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 4rem 2rem;
    justify-content: end;
  }
}
#top_recruit .top_recruit_contents .top_recruit_bg .top_recruit_title {
  width: 50%;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit_contents .top_recruit_bg .top_recruit_title {
    margin-bottom: 2rem;
  }
}
#top_recruit .top_recruit_contents .top_recruit_bg .top_recruit_title h3 {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #fff;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit_contents .top_recruit_bg .top_recruit_title h3 {
    font-size: 2.5rem;
  }
}
#top_recruit .top_recruit_contents .top_recruit_bg .top_recruit_title p {
  font-size: 1.5rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit_contents .top_recruit_bg .top_recruit_title p {
    font-size: 1.2rem;
  }
}
#top_recruit .top_recruit_contents .top_recruit_bg .top_recruit_text {
  margin-bottom: 4rem;
}
#top_recruit .top_recruit_contents .top_recruit_bg .top_recruit_text p {
  font-size: 1.4rem;
  font-family: sans-serif;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit_contents .top_recruit_bg .top_recruit_text p {
    font-size: 1rem;
  }
}
#top_recruit .top_recruit_contents .top_recruit_bg .recruit_btn {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit_contents .top_recruit_bg .recruit_btn {
    width: 60%;
  }
}
#top_recruit .top_recruit_contents .top_recruit_bg .recruit_btn a {
  text-decoration: none;
}
#top_recruit .top_recruit_contents .top_recruit_bg .recruit_btn a button {
  border: none;
  color: #479ed3;
  font-size: 1.5rem;
  background-color: #fff;
  padding: 1.2rem 4rem;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit_contents .top_recruit_bg .recruit_btn a button {
    font-size: 1rem;
  }
}
#top_recruit .top_recruit_contents .top_recruit_bg .recruit_btn a button:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #479ed3;
  border: 1px solid #479ed3;
}

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

#news .news_contents {
  width: 50%;
  margin: auto;
  margin-bottom: 8rem;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #news .news_contents {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #news .news_contents {
    width: 95%;
    margin-bottom: 4rem;
  }
}
#news .news_contents ul {
  list-style: none;
  border-top: 1px solid #479ed3;
  border-bottom: 1px solid #479ed3;
  padding: 4rem;
}
@media screen and (max-width: 768px) {
  #news .news_contents ul {
    padding: 0rem;
  }
}
#news .news_contents ul a {
  text-decoration: none;
  color: #479ed3;
  display: block;
}
#news .news_contents ul a li {
  width: 100%;
  margin: auto;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  padding-bottom: 0.5rem;
  position: relative;
}
#news .news_contents ul a li::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(71, 158, 211, 0.4);
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
#news .news_contents ul a li:hover::after {
  transform: scale(1, 1);
}
#news .news_contents ul a li .outline {
  display: flex;
  align-items: center;
  width: 100%;
}
#news .news_contents ul a li .outline .date {
  margin-right: 2rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#news .news_contents ul a li .outline .title {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #news .news_contents ul a li .outline .title {
    font-size: 1.2rem;
  }
}
#news .navigation {
  margin-bottom: 8rem;
  text-align: center;
}
#news .navigation .current {
  background-color: #479ed3;
  color: #fff;
  border: none;
  font-size: 1.5rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#news .navigation .page {
  padding: 1rem;
  margin: 2rem;
}
#news .navigation .larger {
  border: none;
  color: #333;
  font-size: 1.5rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: all 0.4s;
  padding: 1rem;
  position: relative;
}
#news .navigation .larger::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
  bottom: -1px;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
#news .navigation .larger:hover::after {
  transform: scale(1, 1);
}
#news .navigation .smaller {
  border: none;
  color: #333;
  font-size: 1.5rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: all 0.4s;
  padding: 1rem;
  position: relative;
}
#news .navigation .smaller::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
  bottom: -1px;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
#news .navigation .smaller:hover::after {
  transform: scale(1, 1);
}
#news .navigation .nextpostslink {
  border: none;
  color: #333;
  font-size: 1.5rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: all 0.4s;
  padding: 1rem;
}
#news .navigation .previouspostslink {
  border: none;
  color: #333;
  font-size: 1.5rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: all 0.4s;
  padding: 1rem;
}

#works {
  position: relative;
}
#works .works_contents {
  width: 80%;
  margin: auto;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #works .works_contents {
    width: 95%;
  }
}
#works .works_contents p {
  text-align: center;
}
#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: 30%;
  margin-bottom: 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #works .works_contents ul li {
    width: 45%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #works .works_contents ul li {
    width: 45%;
    margin: auto;
    margin-bottom: 40px;
  }
}
#works .works_contents ul li .thumb {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #works .works_contents ul li .thumb {
    height: 220px;
  }
}
@media screen and (max-width: 768px) {
  #works .works_contents ul li .thumb {
    height: 120px;
  }
}
#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: #479ed3;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #works .works_contents ul li .outline .title {
    font-size: 12.5px;
    margin-bottom: 10px;
  }
}
#works .works_contents ul li .outline .descn p {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #works .works_contents ul li .outline .descn p {
    font-size: 10px;
  }
}
#works .works_contents .navigation {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #works .works_contents .navigation {
    margin-top: 40px;
  }
}

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

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

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

#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;
  -o-object-fit: cover;
     object-fit: cover;
}
@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: 1200px) {
  #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%;
  -o-object-fit: cover;
     object-fit: cover;
}

#news_single {
  width: 50%;
  margin: auto;
  margin-bottom: 8rem;
}
#news_single .news_contents ul {
  list-style: none;
}
#news_single .news_contents ul li a {
  text-decoration: none;
}
#news_single .news_contents ul li a .outline .date {
  color: #333;
  margin-bottom: 1rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#news_single .news_contents ul li a .outline .title {
  color: #479ed3;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
#news_single .news_contents ul li a .outline .descn p {
  color: #333;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  #service {
    width: 95%;
    margin: auto;
  }
}
#service .service_contents {
  margin-bottom: 16rem;
}
@media screen and (max-width: 768px) {
  #service .service_contents {
    margin-bottom: 8rem;
  }
}
#service .service_contents .service_contents_title {
  margin-bottom: 4rem;
  text-align: center;
}
#service .service_contents .service_contents_title h2 {
  color: #479ed3;
}
#service .service_contents .service_content {
  width: 90%;
  margin: auto;
  margin-bottom: 8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_content {
    flex-flow: column;
  }
}
#service .service_contents .service_content .service_image {
  width: 45vw;
  height: 30vw;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #service .service_contents .service_content .service_image {
    width: 40vw;
    height: 30vw;
  }
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_content .service_image {
    width: 80vw;
    height: 60vw;
    margin-bottom: 4rem;
  }
}
#service .service_contents .service_content .service_image::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #0E508D;
  top: 5%;
  left: -5%;
}
#service .service_contents .service_content .service_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#service .service_contents .service_content .service_writing {
  width: 45%;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #service .service_contents .service_content .service_writing {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_content .service_writing {
    width: 100%;
  }
}
#service .service_contents .service_content .service_writing h4 {
  color: #479ed3;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #service .service_contents .service_content .service_writing h4 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_content .service_writing h4 {
    font-size: 1.5rem;
  }
}
#service .service_contents .service_content .service_writing p {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #service .service_contents .service_content .service_writing p {
    font-size: 1.2rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_content .service_writing p {
    font-size: 1rem;
    line-height: 2rem;
  }
}
#service .service_contents .service_content:nth-child(2), #service .service_contents .service_content:nth-child(4) {
  flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_content:nth-child(2), #service .service_contents .service_content:nth-child(4) {
    flex-flow: column;
  }
}
#service .service_contents .service_flow {
  width: 90%;
  margin: auto;
  margin-bottom: 8rem;
}
#service .service_contents .service_flow dl {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 3rem;
  border: 1px solid #0E508D;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #service .service_contents .service_flow dl {
    font-size: 1.2rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_flow dl {
    font-size: 1rem;
    line-height: 2rem;
  }
}
#service .service_contents .service_flow dl dt {
  color: #fff;
  font-size: 160%;
  font-weight: 600;
  background-color: #0E508D;
  padding: 2rem 0;
  text-align: center;
}
#service .service_contents .service_flow dl dd {
  padding: 2rem 1rem;
}
#service .service_contents .service_flow .arrow {
  color: #0E508D;
  text-align: center;
  margin-bottom: 2rem auto;
  font-size: 5rem;
  line-height: 1;
}

#greeting .alert-blue {
  background-color: #0E508D;
}
#greeting .alert-blue h3 {
  color: #fff;
  border-bottom: 1px solid #fff;
}
#greeting .alert-blue p {
  color: #fff;
}
#greeting .alert-blue p#signature {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #greeting .alert-blue p#signature {
    font-size: 1.6rem;
  }
}
#greeting .alert-blue dl {
  color: #fff;
  font-size: 1.6rem;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #greeting .alert-blue dl {
    width: 100%;
    font-size: 1.2rem;
  }
}
#greeting .alert-blue dl dt {
  background-color: #479ed3;
  color: #fff;
  padding: 0.5rem;
  border: 1px solid #fff;
  margin-bottom: 0;
}
#greeting .alert-blue dl dd {
  padding: 0.5rem;
  border: 1px solid #fff;
  margin-bottom: 0;
}

#philosophy {
  font-size: 1.8rem;
}
#philosophy h3 {
  color: #fff;
  background: linear-gradient(#6191ed, #285CBF, #6191ed);
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  #philosophy h3 {
    font-size: 160% !important;
  }
}
#philosophy p {
  font-size: 2.5rem;
  line-height: 2.5;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #philosophy p {
    line-height: 1.5;
    font-size: 1.3rem;
  }
}
#philosophy #philosophy-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 15rem 0;
  position: relative;
}
#philosophy #philosophy-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: 1;
}
#philosophy #philosophy-bg #philosophy-box {
  position: relative;
  z-index: 10;
}

#company .company_contents {
  width: 70%;
  margin: auto;
  margin-bottom: 4rem;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #company .company_contents {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #company .company_contents {
    width: 95%;
  }
}
#company .company_contents table {
  margin: 0;
  width: 100%;
}
#company .company_contents table tr th {
  width: 35%;
  padding: 20px 0;
  border: 1px solid #efefef;
  background-color: rgba(14, 80, 141, 0.8);
  text-align: end;
  padding-right: 40px;
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #company .company_contents table tr th {
    padding: 1.5rem 0;
    padding-right: 20px;
    font-size: 1.2rem;
    width: 30%;
  }
}
#company .company_contents table tr td {
  width: 65%;
  padding: 20px 0;
  border: 1px solid #efefef;
  padding-left: 40px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #company .company_contents table tr td {
    padding: 1.5rem 0;
    padding-left: 20px;
    font-size: 1.2rem;
    width: 70%;
  }
}
#company .map {
  text-align: center;
  width: 100%;
}
#company .map iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #company .map iframe {
    height: 20rem;
  }
}
#company #subsidiary {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 8rem 0;
}
#company #subsidiary #subsidiary-textbox {
  position: absolute;
  content: "";
  width: 100%;
  right: 5rem;
  padding: 10rem 3rem;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #company #subsidiary #subsidiary-textbox {
    padding: 7rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  #company #subsidiary #subsidiary-textbox {
    position: relative;
    right: 0;
  }
}
#company #subsidiary #subsidiary-textbox h3 {
  color: #479ed3;
  text-align: center;
  padding-bottom: 3rem;
}

#about {
  font-size: 1.8rem;
}
#about h3 {
  color: #fff;
  background: linear-gradient(#6191ed, #285CBF, #6191ed);
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  #about h3 {
    font-size: 160% !important;
  }
}
#about h4 {
  border-bottom: 2px solid #004085;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
#about dt {
  background-color: #479ed3;
  color: #fff;
  font-size: 130%;
  padding: 1rem 0;
  text-align: center;
  margin-bottom: 1.5rem;
  border-radius: 10px;
}
#about ul {
  padding-left: 2rem;
}
#about ul li {
  list-style: square;
}

#event {
  background: rgba(71, 158, 211, 0.1);
}

.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: 1200px) {
  .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 #479ed3;
}
@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 #479ed3;
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .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 #479ed3;
  padding-right: 40px;
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .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: 1200px) {
  .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: 1200px) {
  .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: 1200px) {
  .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: #479ed3;
  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: #fff;
  color: #479ed3;
  border: 1px solid #479ed3;
}
.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;
  }
}

#recruit .recruit_contents {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents {
    width: 95%;
  }
}
#recruit .recruit_contents .recruit_content {
  margin-bottom: 8rem;
}
#recruit .recruit_contents .recruit_content .recruit_content_title {
  position: relative;
  margin-bottom: 1rem;
}
#recruit .recruit_contents .recruit_content .recruit_content_title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #479ed3;
  bottom: -1px;
  left: 0;
}
#recruit .recruit_contents .recruit_content .recruit_content_title h4 {
  text-align: center;
  color: #479ed3;
}
#recruit .recruit_contents .recruit_content .recruit_content_text {
  margin-bottom: 2rem;
}
#recruit .recruit_contents .recruit_content .recruit_content_text p {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_content .recruit_content_text p {
    font-size: 1rem;
  }
}
#recruit .recruit_contents .recruit_content table {
  width: 100%;
  border-collapse: collapse;
}
#recruit .recruit_contents .recruit_content table tr {
  height: 6rem;
}
#recruit .recruit_contents .recruit_content table tr th {
  width: 30%;
  font-size: 1.3rem;
  color: #fff;
  background-color: rgba(14, 80, 141, 0.7);
  padding-left: 1rem;
  border: 1px solid #0E508D;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_content table tr th {
    font-size: 1rem;
  }
}
#recruit .recruit_contents .recruit_content table tr td {
  font-size: 1.3rem;
  padding: 1rem;
  border: 1px solid #0E508D;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_content table tr td {
    font-size: 1rem;
  }
}
#recruit .recruit_contents .recruit_content #faq h4 {
  text-align: center;
}
#recruit .recruit_contents .recruit_content #faq dl {
  margin-top: 2rem;
}
#recruit .recruit_contents .recruit_content #faq dl dt {
  font-size: 140%;
  font-weight: 600;
  padding: 1rem;
  color: #fff;
  background-color: #0E508D;
  border: 1px solid #0E508D;
}
#recruit .recruit_contents .recruit_content #faq dl dd {
  font-size: 1.3rem;
  padding: 1rem;
  border: 1px solid #0E508D;
}
#recruit .recruit_contents .service_content {
  width: 90%;
  margin: auto;
  margin-bottom: 8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .service_content {
    flex-flow: column;
  }
}
#recruit .recruit_contents .service_content .service_image {
  width: 45vw;
  height: 30vw;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #recruit .recruit_contents .service_content .service_image {
    width: 40vw;
    height: 30vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .service_content .service_image {
    width: 80vw;
    height: 60vw;
    margin-bottom: 4rem;
  }
}
#recruit .recruit_contents .service_content .service_image::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #479ed3;
  top: 5%;
  left: -5%;
}
#recruit .recruit_contents .service_content .service_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#recruit .recruit_contents .service_content .service_writing {
  width: 45%;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #recruit .recruit_contents .service_content .service_writing {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .service_content .service_writing {
    width: 100%;
  }
}
#recruit .recruit_contents .service_content .service_writing h4 {
  color: #479ed3;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #recruit .recruit_contents .service_content .service_writing h4 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .service_content .service_writing h4 {
    font-size: 1.5rem;
  }
}
#recruit .recruit_contents .service_content .service_writing p {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #recruit .recruit_contents .service_content .service_writing p {
    font-size: 1.2rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .service_content .service_writing p {
    font-size: 1rem;
    line-height: 2rem;
  }
}
#recruit .recruit_contents .service_content:nth-child(2), #recruit .recruit_contents .service_content:nth-child(4) {
  flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .service_content:nth-child(2), #recruit .recruit_contents .service_content:nth-child(4) {
    flex-flow: column;
  }
}
#recruit .recruit_contents .recruit_flow {
  margin-bottom: 8rem;
}
#recruit .recruit_contents .recruit_flow dl {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 3rem;
  border: 1px solid #0E508D;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #recruit .recruit_contents .recruit_flow dl {
    font-size: 1.2rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_flow dl {
    font-size: 1rem;
    line-height: 2rem;
  }
}
#recruit .recruit_contents .recruit_flow dl dt {
  color: #fff;
  font-size: 160%;
  font-weight: 600;
  background-color: #0E508D;
  padding: 2rem 1rem;
}
#recruit .recruit_contents .recruit_flow dl dt span {
  font-size: 200%;
  margin-right: 1rem;
}
#recruit .recruit_contents .recruit_flow dl dd {
  padding: 2rem 1rem;
}
#recruit .recruit_contents .recruit_flow .arrow {
  color: #0E508D;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 5rem;
  line-height: 1;
}

#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: 1200px) {
  #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: 1200px) {
  #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_main #policy_main_bg .policy_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: 1200px) {
  #policy_main #policy_main_bg .policy_main_logo {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  #policy_main #policy_main_bg .policy_main_logo {
    width: 45%;
    height: 100px;
  }
}
#policy_main #policy_main_bg .policy_main_logo img {
  width: 60%;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #policy_main #policy_main_bg .policy_main_logo img {
    width: 80%;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  #policy_main #policy_main_bg .policy_main_logo .policy_main_text {
    font-size: 10px;
  }
}

.policy_contents {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .policy_contents {
    width: 90%;
    margin-top: 60px;
  }
}
.policy_contents h2 {
  font-size: 18px !important;
  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 #top_contact {
  padding: 4rem;
  background-color: #f3f3f3;
}
@media screen and (max-width: 768px) {
  footer #top_contact {
    padding: 4rem 0;
  }
}
footer #top_contact .top_contact_title {
  color: #479ed3;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_title {
    text-align: center;
  }
}
footer #top_contact .top_contact_title h2 {
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_title h2 {
    font-size: 2.4rem;
  }
}
footer #top_contact .top_contact_contents_pc {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  footer #top_contact .top_contact_contents_pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_contents_pc {
    display: none;
  }
}
footer #top_contact .top_contact_contents_pc .top_contact_content {
  width: 33.3333333333%;
  padding: 2rem;
}
footer #top_contact .top_contact_contents_pc .top_contact_content .content_title {
  text-align: center;
  margin-bottom: 4rem;
}
footer #top_contact .top_contact_contents_pc .top_contact_content .content_title .icon {
  color: #479ed3;
  font-size: 3rem;
}
footer #top_contact .top_contact_contents_pc .top_contact_content .content_title .title {
  font-size: 1.4rem;
  color: #479ed3;
}
footer #top_contact .top_contact_contents_pc .top_contact_content:nth-child(2) {
  border-right: 1px solid #479ed3;
  border-left: 1px solid #479ed3;
}
footer #top_contact .top_contact_contents_pc .top_contact_content .contact_btn {
  text-align: center;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
footer #top_contact .top_contact_contents_pc .top_contact_content .contact_btn p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  color: #333;
}
footer #top_contact .top_contact_contents_pc .top_contact_content .contact_btn a {
  text-decoration: none;
  width: 100%;
}
footer #top_contact .top_contact_contents_pc .top_contact_content .contact_btn a button {
  border: none;
  padding: 1.5rem 0;
  width: 60%;
  background-color: #479ed3;
  color: #fff;
  font-size: 1.5rem;
  transition: all 0.4s;
}
footer #top_contact .top_contact_contents_pc .top_contact_content .contact_btn a button:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #479ed3;
  border: 1px solid #479ed3;
}
footer #top_contact .top_contact_contents_pc .top_contact_content .tel_btn_pc {
  text-align: center;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  footer #top_contact .top_contact_contents_pc .top_contact_content .tel_btn_pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_contents_pc .top_contact_content .tel_btn_pc {
    display: none;
  }
}
footer #top_contact .top_contact_contents_pc .top_contact_content .tel_btn_pc p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  color: #333;
}
footer #top_contact .top_contact_contents_pc .top_contact_content .tel_btn_pc button {
  border: none;
  padding: 1.5rem 0;
  width: 60%;
  background-color: #479ed3;
  color: #fff;
  font-size: 1.5rem;
}
footer #top_contact .top_contact_contents_pc .top_contact_content .tel_btn_sp {
  text-align: center;
}
@media screen and (min-width: 1441px) {
  footer #top_contact .top_contact_contents_pc .top_contact_content .tel_btn_sp {
    display: none;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  footer #top_contact .top_contact_contents_pc .top_contact_content .tel_btn_sp {
    display: none;
  }
}
footer #top_contact .top_contact_contents_pc .top_contact_content .tel_btn_sp a {
  text-decoration: none;
}
footer #top_contact .top_contact_contents_pc .top_contact_content .tel_btn_sp a button {
  border: none;
  padding: 1.5rem 0;
  width: 60%;
  background-color: #479ed3;
  color: #fff;
  transition: all 0.4s;
}
footer #top_contact .top_contact_contents_pc .top_contact_content .tel_btn_sp a button:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #479ed3;
  border: 1px solid #479ed3;
}
footer #top_contact .top_contact_contents_pc .top_contact_content .area_contents {
  position: relative;
  height: 250px;
}
footer #top_contact .top_contact_contents_pc .top_contact_content .area_contents .area_image {
  width: 100%;
}
footer #top_contact .top_contact_contents_pc .top_contact_content .area_contents .area_image img {
  width: 100%;
}
footer #top_contact .top_contact_contents_pc .top_contact_content .area_contents .area_text {
  position: absolute;
  top: 0%;
  left: 5%;
  transform: translate(0, -50%);
  width: 51%;
}
footer #top_contact .top_contact_contents_pc .top_contact_content .area_contents .area_text p {
  font-size: 1.2rem;
  color: #333;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_contents_pc .top_contact_content .area_contents .area_text p {
    text-align: center;
  }
}
@media screen and (min-width: 1441px) {
  footer #top_contact .top_contact_contents_sp {
    display: none;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  footer #top_contact .top_contact_contents_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_contents_sp {
    width: 95%;
    margin: auto;
  }
}
footer #top_contact .top_contact_contents_sp .top_contact_contents_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_contents_sp .top_contact_contents_flex {
    flex-flow: column;
    margin-bottom: 0;
  }
}
footer #top_contact .top_contact_contents_sp .top_contact_contents_flex .top_contact_content {
  width: 50%;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_contents_sp .top_contact_contents_flex .top_contact_content {
    width: 100%;
  }
}
footer #top_contact .top_contact_contents_sp .top_contact_contents_flex .top_contact_content .content_title {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_contents_sp .top_contact_contents_flex .top_contact_content .content_title {
    margin-bottom: 2rem;
  }
}
footer #top_contact .top_contact_contents_sp .top_contact_contents_flex .top_contact_content .content_title .icon {
  color: #479ed3;
  font-size: 3rem;
}
footer #top_contact .top_contact_contents_sp .top_contact_contents_flex .top_contact_content .content_title .title {
  font-size: 1.4rem;
  color: #479ed3;
}
footer #top_contact .top_contact_contents_sp .top_contact_contents_flex .top_contact_content:nth-child(2) {
  border-left: 1px solid #479ed3;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_contents_sp .top_contact_contents_flex .top_contact_content:nth-child(2) {
    border: none;
  }
}
footer #top_contact .top_contact_contents_sp .top_contact_contents_flex .top_contact_content .contact_btn {
  text-align: center;
}
footer #top_contact .top_contact_contents_sp .top_contact_contents_flex .top_contact_content .contact_btn p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  color: #333;
}
footer #top_contact .top_contact_contents_sp .top_contact_contents_flex .top_contact_content .contact_btn a {
  text-decoration: none;
  width: 100%;
}
footer #top_contact .top_contact_contents_sp .top_contact_contents_flex .top_contact_content .contact_btn a button {
  border: none;
  padding: 1.5rem 0;
  width: 60%;
  background-color: #479ed3;
  color: #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_contents_sp .top_contact_contents_flex .top_contact_content .contact_btn a button {
    width: 80%;
  }
}
footer #top_contact .top_contact_contents_sp .top_contact_contents_flex .top_contact_content .contact_btn a button:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #479ed3;
  border: 1px solid #479ed3;
}
footer #top_contact .top_contact_contents_sp .top_contact_contents_flex .top_contact_content .tel_btn_sp {
  text-align: center;
}
@media screen and (min-width: 1441px) {
  footer #top_contact .top_contact_contents_sp .top_contact_contents_flex .top_contact_content .tel_btn_sp {
    display: none;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  footer #top_contact .top_contact_contents_sp .top_contact_contents_flex .top_contact_content .tel_btn_sp {
    display: none;
  }
}
footer #top_contact .top_contact_contents_sp .top_contact_contents_flex .top_contact_content .tel_btn_sp p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  color: #333;
}
footer #top_contact .top_contact_contents_sp .top_contact_contents_flex .top_contact_content .tel_btn_sp a {
  text-decoration: none;
}
footer #top_contact .top_contact_contents_sp .top_contact_contents_flex .top_contact_content .tel_btn_sp a button {
  border: none;
  padding: 1.5rem 0;
  width: 60%;
  background-color: #479ed3;
  color: #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_contents_sp .top_contact_contents_flex .top_contact_content .tel_btn_sp a button {
    width: 80%;
  }
}
footer #top_contact .top_contact_contents_sp .top_contact_contents_flex .top_contact_content .tel_btn_sp a button:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #479ed3;
  border: 1px solid #479ed3;
}
footer #top_contact .top_contact_contents_sp .top_contact_content {
  width: 50%;
  margin: auto;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_contents_sp .top_contact_content {
    width: 100%;
  }
}
footer #top_contact .top_contact_contents_sp .top_contact_content .content_title {
  text-align: center;
  margin-bottom: 4rem;
}
footer #top_contact .top_contact_contents_sp .top_contact_content .content_title .icon {
  color: #479ed3;
  font-size: 3rem;
}
footer #top_contact .top_contact_contents_sp .top_contact_content .content_title .title {
  font-size: 1.4rem;
  color: #479ed3;
}
footer #top_contact .top_contact_contents_sp .top_contact_content .area_contents .area_image {
  width: 100%;
}
footer #top_contact .top_contact_contents_sp .top_contact_content .area_contents .area_image img {
  width: 100%;
}
footer #footer {
  background-color: #0E508D;
  padding: 4rem;
  padding-bottom: 5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer #footer {
    padding: 2rem;
  }
}
footer #footer .footer_contents {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  footer #footer .footer_contents {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  footer #footer .footer_contents {
    width: 100%;
    flex-flow: column;
  }
}
footer #footer .footer_contents .footer_left {
  width: 60%;
}
@media screen and (max-width: 768px) {
  footer #footer .footer_contents .footer_left {
    width: 100%;
    text-align: center;
    margin-bottom: 4rem;
  }
}
footer #footer .footer_contents .footer_left .footer_logo {
  width: 80%;
  margin-bottom: 2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  footer #footer .footer_contents .footer_left .footer_logo {
    width: 40%;
    margin: auto;
    padding: 15px 0;
  }
}
footer #footer .footer_contents .footer_left .footer_logo img {
  width: 100%;
}
footer #footer .footer_contents .footer_left .footer_company_detail .company_name {
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  footer #footer .footer_contents .footer_left .footer_company_detail .company_name {
    font-size: 1.4rem;
  }
}
footer #footer .footer_contents .footer_left .footer_company_detail .address {
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer #footer .footer_contents .footer_left .footer_company_detail .address {
    font-size: 0.8rem;
  }
}
footer #footer .footer_contents .footer_left .footer_company_detail .tel {
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer #footer .footer_contents .footer_left .footer_company_detail .tel {
    font-size: 0.8rem;
  }
}
footer #footer .footer_contents .footer_right {
  width: 40%;
}
@media screen and (max-width: 768px) {
  footer #footer .footer_contents .footer_right {
    width: 70%;
    margin: auto;
    margin-bottom: 4rem;
  }
}
footer #footer .footer_contents .footer_right .footer_menu ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer #footer .footer_contents .footer_right .footer_menu ul .footer_menu_left li {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  footer #footer .footer_contents .footer_right .footer_menu ul .footer_menu_left li {
    margin-bottom: 1rem;
  }
}
footer #footer .footer_contents .footer_right .footer_menu ul .footer_menu_left li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  footer #footer .footer_contents .footer_right .footer_menu ul .footer_menu_left li a {
    font-size: 1rem;
  }
}
footer #footer .footer_contents .footer_right .footer_menu ul .footer_menu_right li {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  footer #footer .footer_contents .footer_right .footer_menu ul .footer_menu_right li {
    margin-bottom: 1rem;
  }
}
footer #footer .footer_contents .footer_right .footer_menu ul .footer_menu_right li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  footer #footer .footer_contents .footer_right .footer_menu ul .footer_menu_right li a {
    font-size: 1rem;
  }
}
footer #footer .copy_right {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}
footer #footer .copy_right p {
  color: #fff;
  font-size: 0.8rem;
}
@media screen and (max-width: 768px) {
  footer #footer .copy_right p {
    font-size: 0.5rem;
  }
}/*# sourceMappingURL=style.css.map */