@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2px;
}

body {
  background-color: #fff;
}

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

.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: 1rem;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1rem;
  }
}

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

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

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

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

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

.top_contents_btn {
  text-align: center;
}
.top_contents_btn a {
  text-decoration: none;
}
.top_contents_btn a button {
  padding: 15px 80px;
  border: 1px solid #333;
  background-color: #fff;
  transition: all 0.4s;
  color: #333;
}
.top_contents_btn a button:hover {
  background-color: #019bd4;
  border: none;
  color: #fff;
}
.top_contents_btn a button i {
  margin-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);
}

header {
  position: fixed;
  width: 100%;
  z-index: 99999;
}
header #header_pc {
  position: relative;
  width: 100%;
  height: 120px;
  background: rgba(255, 255, 255, 0.75);
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header #header_pc {
    display: none;
  }
}
header #header_pc .header_logo {
  height: 40px;
}
header #header_pc .header_logo a {
  height: 100%;
}
header #header_pc .header_logo a img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
header #header_pc .header_menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
header #header_pc .header_menu ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
header #header_pc .header_menu ul li {
  width: auto;
  margin: 0 1rem;
  text-align: center;
  transition: all 0.4s;
}
header #header_pc .header_menu ul li a {
  text-decoration: none;
  color: #333;
  text-align: center;
  font-weight: 900;
  font-size: 18px;
}
header #header_pc .header_menu ul li a span {
  display: block;
  color: #666;
  font-size: 12.5px;
  font-weight: 300;
}
header #header_pc .header_menu ul li a button {
  border: none;
  background-color: #019bd4;
  padding: 10px 40px;
  font-weight: 900;
  font-size: 18px;
  transition: all 0.4s;
  color: #fff;
}
header #header_pc .header_menu ul li a button:hover {
  background-color: #fff;
  color: #019bd4;
  border: 1px solid #019bd4;
  opacity: 1;
}
header #header_pc .header_menu ul li:not(:last-child):hover {
  opacity: 0.5;
}
header #header_pc .header_menu ul li:last-child {
  width: auto;
}
header #header_pc_scroll {
  position: relative;
  width: 100%;
  height: 120px;
  background: rgba(255, 255, 255, 0.75);
  display: none;
  justify-content: space-between;
  align-items: center;
}
header #header_pc_scroll .header_logo {
  height: 40px;
}
header #header_pc_scroll .header_logo a {
  height: 100%;
}
header #header_pc_scroll .header_logo a img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
header #header_pc_scroll .header_menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
header #header_pc_scroll .header_menu ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
header #header_pc_scroll .header_menu ul li {
  width: auto;
  margin: 0 1rem;
  text-align: center;
  transition: all 0.4s;
}
header #header_pc_scroll .header_menu ul li a {
  text-decoration: none;
  color: #333;
  text-align: center;
  font-weight: 900;
  font-size: 18px;
}
header #header_pc_scroll .header_menu ul li a span {
  display: block;
  color: #666;
  font-size: 12.5px;
  font-weight: 300;
}
header #header_pc_scroll .header_menu ul li a button {
  border: none;
  background-color: #019bd4;
  padding: 10px 40px;
  font-weight: 900;
  font-size: 18px;
  transition: all 0.4s;
  color: #fff;
}
header #header_pc_scroll .header_menu ul li a button:hover {
  background-color: #fff;
  color: #019bd4;
  border: 1px solid #019bd4;
  opacity: 1;
}
header #header_pc_scroll .header_menu ul li:not(:last-child):hover {
  opacity: 0.5;
}
header #header_pc_scroll .header_menu ul li:last-child {
  width: auto;
}
header #header_sp {
  position: relative;
  height: 80px;
}
@media screen and (min-width: 1441px) {
  header #header_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header #header_sp {
    display: none;
  }
}
header #header_sp .header_logo {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: start;
  align-items: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_sp .header_logo {
    height: 80px;
  }
}
header #header_sp .header_logo a {
  width: 60%;
  margin-left: 1rem;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-flow: column;
  font-size: 3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_sp .header_logo a {
    width: 40%;
  }
}
header #header_sp .header_logo img {
  width: 100%;
}

.header_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70vw 50vw 0 0;
  border-color: #019bd4 transparent transparent transparent;
  z-index: -100;
}

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

.hamburger span {
  display: block;
  position: absolute;
  width: 40px;
  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: 30px;
  }
}

.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%, -50%) rotate(-45deg);
}

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

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

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

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

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

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

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
}
nav.globalMenuSp ul li a span {
  font-weight: 300;
  font-size: 10px;
  display: block;
  color: #fff;
}

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

#top_main {
  position: relative;
  z-index: 10;
  padding-top: 120px;
  height: 700px;
  margin-bottom: 8rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  #top_main {
    margin-bottom: 2rem;
    padding-top: 60px;
    height: 350px;
  }
}
#top_main .slide-images {
  width: 90%;
  height: 100%;
  margin: auto;
}
#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 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_main .slide-images .slick-next {
  display: none !important;
}
#top_main .slide-images .slick-prev {
  display: none !important;
}
#top_main .top_main_headline {
  position: absolute;
  z-index: 10;
  top: 60%;
  left: 0%;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top_main .top_main_headline {
    display: none;
  }
}
#top_main .top_main_headline h2 span {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1rem 2rem;
  display: block;
  font-size: 1.6rem;
  color: #019bd4;
  letter-spacing: 3px;
  font-weight: 900;
}
#top_main .top_main_headline h2:first-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top_main .top_main_headline h2:first-child {
    margin-bottom: 20px;
  }
}

#top_main_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #top_main_sp {
    display: block;
    position: relative;
  }
}
#top_main_sp .top_main_headline {
  position: absolute;
  z-index: 10;
  bottom: 0.7rem;
  left: 0%;
  line-height: 1.5;
  padding: 0 5%;
}
#top_main_sp .top_main_headline h2 span {
  display: block;
  padding: 1rem 0.5rem;
  font-size: 0.8rem;
  color: #019bd4;
  background-color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0;
  font-weight: 900;
}
#top_main_sp .top_main_headline h2:first-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top_main_sp .top_main_headline h2:first-child {
    margin-bottom: 20px;
  }
}

/*全共通*/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .bgLRextend::before {
    padding: 0px;
  }
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(1);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgLRextendTrigger {
  opacity: 0;
}

#top_news {
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #top_news {
    margin-bottom: 5rem;
  }
}
#top_news .top_news .top_news_title {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_title {
    margin-bottom: 10px;
  }
}
#top_news .top_news .top_news_title h2 {
  color: #019bd4;
  font-weight: 900;
  letter-spacing: 6px;
}
#top_news .top_news .top_news_headline {
  text-align: center;
  margin-bottom: 40px;
}
#top_news .top_news .top_news_headline h3 {
  font-weight: 800;
}
#top_news .top_news .top_news_contents {
  text-align: center;
  margin: 4vw 0;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents {
    margin: 8vw 0;
  }
}
#top_news .top_news .top_news_contents ul {
  list-style: none;
  width: 35%;
  margin: auto;
  border-top: 1px solid #019bd4;
  border-bottom: 1px solid #019bd4;
  padding: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news .top_news_contents ul {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul {
    width: 85%;
  }
}
#top_news .top_news .top_news_contents ul a li {
  padding: 0.8vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news .top_news_contents ul a li {
    padding: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul a li {
    padding: 3vw;
  }
}
#top_news .top_news .top_news_contents ul a li .outline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top_news .top_news .top_news_contents ul a li .outline .date {
  font-size: 0.8vw;
  color: #019bd4;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news .top_news_contents ul a li .outline .date {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul a li .outline .date {
    font-size: 2.4vw;
  }
}
#top_news .top_news .top_news_contents ul a li .outline .title {
  width: 70%;
  text-align: start;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul a li .outline .title {
    font-size: 3vw;
  }
}

#strengths {
  padding: 0 5%;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  #strengths {
    margin-bottom: 5rem;
    flex-flow: column;
  }
}
#strengths .strengths_title {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #strengths .strengths_title {
    margin-bottom: 10px;
  }
}
#strengths .strengths_title h3 {
  text-align: left;
  color: #019bd4;
  font-weight: 900;
  letter-spacing: 6px;
}
@media screen and (max-width: 768px) {
  #strengths .strengths_title h3 {
    letter-spacing: 0px;
  }
}
#strengths .strengths_group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #strengths .strengths_group {
    display: block;
  }
}
#strengths .strengths_group .strengths_left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #strengths .strengths_group .strengths_left {
    width: 100%;
    margin-bottom: 40px;
  }
}
#strengths .strengths_group .strengths_left .strengths_headline {
  text-align: center;
  margin-bottom: 40px;
}
#strengths .strengths_group .strengths_left .strengths_headline h3 {
  font-weight: 800;
}
#strengths .strengths_group .strengths_left .strengths_text p {
  line-height: 2;
}
#strengths .strengths_group .strengths_right {
  width: 45%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #strengths .strengths_group .strengths_right {
    width: 95%;
  }
}
#strengths .strengths_group .strengths_right::before {
  position: absolute;
  content: "";
  bottom: -5%;
  left: 5%;
  width: 100%;
  height: 10px;
  background-color: #019bd4;
}
#strengths .strengths_group .strengths_right::after {
  position: absolute;
  content: "";
  bottom: -5%;
  right: -5%;
  width: 10px;
  height: 100%;
  background-color: #019bd4;
}
#strengths .strengths_group .strengths_right img {
  width: 100%;
}

#youtubevideo {
  padding: 0 5%;
  margin-bottom: 8rem;
}
#youtubevideo .youtubevideo iframe {
  height: 50vw;
}

#worries {
  padding: 0 5%;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  #worries {
    margin-bottom: 5rem;
    flex-flow: column;
  }
}
#worries .worries_title {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #worries .worries_title {
    margin-bottom: 10px;
  }
}
#worries .worries_title h3 {
  color: #019bd4;
  font-weight: 900;
  letter-spacing: 6px;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding: 15px 30px;
  border-radius: 8px;
  background-color: #019bd4;
  text-align: left;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #worries .worries_title h3 {
    font-size: 1.3rem;
    letter-spacing: 0px;
    padding: 15px;
  }
}
#worries .worries_title h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 94%;
  border-style: solid;
  border-width: 15px 0 0 20px;
  border-color: #019bd4 transparent transparent;
  translate: -50% 100%;
  transform: skew(30deg);
  transform-origin: top;
}
@media screen and (max-width: 768px) {
  #worries .worries_title h3:before {
    left: 50%;
    transform: skew(-30deg);
  }
}
#worries .worries_title h3 :after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 94%;
  border-style: solid;
  border-width: 11px 0 0 14.7px;
  border-color: #e2feff transparent transparent;
  translate: calc(-50% + 0.7px) 100%;
  transform: skew(30deg);
  transform-origin: top;
}
#worries .worries_right_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #worries .worries_right_sp {
    display: block;
  }
}
#worries .worries_right_sp img {
  display: block;
  width: 50%;
  margin: 0 auto;
}
#worries .worries_group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #worries .worries_group {
    display: block;
  }
}
#worries .worries_group .worries_left {
  width: 65%;
  text-align: center;
  padding: 3rem;
  background-color: #ecfaff;
}
@media screen and (max-width: 768px) {
  #worries .worries_group .worries_left {
    width: 100%;
    padding: 2rem 1rem;
  }
}
#worries .worries_group .worries_left .worries_headline {
  text-align: center;
  margin-bottom: 40px;
}
#worries .worries_group .worries_left .worries_headline h3 {
  font-weight: 800;
}
#worries .worries_group .worries_left .worries_text ul {
  list-style: none;
  margin-bottom: 1rem;
}
#worries .worries_group .worries_left .worries_text ul li {
  border: solid 1px #019bd4;
  padding: 0.5rem 0;
  margin: 0.5rem 0;
  color: #019bd4;
  background-color: #ffffff;
  border-radius: 5px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #worries .worries_group .worries_left .worries_text ul li {
    font-size: 0.7rem;
  }
}
#worries .worries_group .worries_left .worries_text p {
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #worries .worries_group .worries_left .worries_text p {
    text-align: left;
  }
}
#worries .worries_group .worries_left .worries_text p strong {
  color: #019bd4;
  font-weight: 600;
  font-size: 1.4rem;
  display: block;
}
@media screen and (max-width: 768px) {
  #worries .worries_group .worries_left .worries_text p strong {
    font-size: 1rem;
  }
}
#worries .worries_group .worries_left .worries_text p span {
  color: #dc3545;
  font-weight: 600;
  font-size: 1.2rem;
  display: block;
}
#worries .worries_group .worries_left .worries_text a {
  color: #fff;
  background-color: #019bd4;
  display: inline-block;
  padding: 1em 2em;
  width: auto;
  margin: 0 auto;
  text-align: center;
  transition: all 0.4s;
}
#worries .worries_group .worries_left .worries_text a:hover {
  opacity: 0.85;
}
#worries .worries_group .worries_left .worries_text a i {
  padding-left: 5px;
}
#worries .worries_group .worries_right {
  width: 30%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #worries .worries_group .worries_right {
    display: none;
  }
}
#worries .worries_group .worries_right img {
  width: 100%;
}

#greeting {
  padding: 0 5%;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  #greeting {
    margin-bottom: 5rem;
    flex-flow: column;
  }
}
#greeting .greeting_title {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #greeting .greeting_title {
    margin-bottom: 10px;
  }
}
#greeting .greeting_title h2 {
  color: #019bd4;
  font-weight: 900;
  letter-spacing: 6px;
}
@media screen and (max-width: 768px) {
  #greeting .greeting_group {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #greeting .greeting_group .greeting_contents {
    width: 100%;
  }
}
#greeting .greeting_group .greeting_contents .greeting_headline {
  text-align: center;
  margin-bottom: 40px;
}
#greeting .greeting_group .greeting_contents .greeting_headline h3 {
  font-weight: 800;
}
#greeting .greeting_group .greeting_right {
  width: 45%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #greeting .greeting_group .greeting_right {
    width: 100%;
  }
}
#greeting .greeting_group .greeting_right::before {
  position: absolute;
  content: "";
  bottom: -5%;
  left: 5%;
  width: 100%;
  height: 10px;
  background-color: #019bd4;
}
#greeting .greeting_group .greeting_right::after {
  position: absolute;
  content: "";
  bottom: -5%;
  right: -5%;
  width: 10px;
  height: 100%;
  background-color: #019bd4;
}
#greeting .greeting_group .greeting_right img {
  width: 100%;
}

#top_area {
  padding: 5%;
  margin-bottom: 8rem;
  background-color: #ecfaff;
}
@media screen and (max-width: 768px) {
  #top_area {
    margin-bottom: 5rem;
    flex-flow: column;
  }
}
#top_area .top_area_group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #top_area .top_area_group {
    display: block;
  }
}
#top_area .top_area_group .top_area_left {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #top_area .top_area_group .top_area_left {
    width: 100%;
    margin-bottom: 40px;
  }
}
#top_area .top_area_group .top_area_left h4 {
  color: #019bd4;
  font-weight: 900;
  border-bottom: solid 2px #019bd4;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  display: inline-block;
}
#top_area .top_area_group .top_area_left .top_area_headline {
  text-align: center;
  margin-bottom: 40px;
}
#top_area .top_area_group .top_area_left .top_area_headline h3 {
  font-weight: 800;
}
#top_area .top_area_group .top_area_right {
  width: 35%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_area .top_area_group .top_area_right {
    width: 100%;
  }
}
#top_area .top_area_group .top_area_right img {
  width: 100%;
}

#top_recruit {
  padding: 0 5%;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  #top_recruit {
    margin-bottom: 5rem;
    flex-flow: column;
  }
}
#top_recruit .top_recruit_group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  border: solid 1px #019bd4;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit_group {
    display: block;
  }
}
#top_recruit .top_recruit_group .top_recruit_left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit_group .top_recruit_left {
    width: 100%;
  }
}
#top_recruit .top_recruit_group .top_recruit_left .top_recruit_text {
  padding: 0 3rem;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit_group .top_recruit_left .top_recruit_text {
    padding: 2rem;
  }
}
#top_recruit .top_recruit_group .top_recruit_left .top_recruit_text h4 {
  color: #019bd4;
  font-weight: 900;
  border-bottom: solid 2px #019bd4;
  margin-bottom: 1rem;
  text-align: center;
  padding-bottom: 0.5rem;
  display: block;
}
#top_recruit .top_recruit_group .top_recruit_left .top_recruit_text p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit_group .top_recruit_left .top_recruit_text p {
    text-align: left;
  }
}
#top_recruit .top_recruit_group .top_recruit_left .top_recruit_text p a {
  color: #fff;
  background-color: #019bd4;
  display: inline-block;
  padding: 1em 2em;
  width: auto;
  margin: 0 auto;
  text-align: center;
  transition: all 0.4s;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit_group .top_recruit_left .top_recruit_text p a {
    display: block;
  }
}
#top_recruit .top_recruit_group .top_recruit_left .top_recruit_text p a:hover {
  opacity: 0.85;
}
#top_recruit .top_recruit_group .top_recruit_left .top_recruit_text p a i {
  padding-left: 5px;
}
#top_recruit .top_recruit_group .top_recruit_right {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit_group .top_recruit_right {
    width: 100%;
  }
}
#top_recruit .top_recruit_group .top_recruit_right img {
  width: 100%;
  display: block;
}

#top_faq {
  position: relative;
  overflow: hidden;
  padding: 0 5%;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  #top_faq {
    margin-bottom: 5rem;
  }
}
#top_faq .top_faq {
  margin: 5vw auto;
}
#top_faq .top_faq .top_contents_title {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #top_faq .top_faq .top_contents_title {
    margin-bottom: 10px;
  }
}
#top_faq .top_faq .top_contents_title h2 {
  color: #019bd4;
  font-weight: 900;
  letter-spacing: 6px;
}
@media screen and (max-width: 768px) {
  #top_faq .top_faq .top_contents_title h2 {
    letter-spacing: 0px;
  }
}
#top_faq .top_faq .top_faq_contents ul {
  list-style: none;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_faq .top_faq .top_faq_contents ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  #top_faq .top_faq .top_faq_contents ul {
    flex-wrap: wrap;
  }
}
#top_faq .top_faq .top_faq_contents ul li {
  margin-bottom: 2rem;
}
#top_faq .top_faq .top_faq_contents ul li .outline .acd-check {
  display: none;
}
#top_faq .top_faq .top_faq_contents ul li .outline .acd-label {
  display: block;
  position: relative;
}
#top_faq .top_faq .top_faq_contents ul li .outline .acd-label:after {
  color: #019bd4;
  font-size: 1.5rem;
  box-sizing: border-box;
  content: "\f196";
  display: block;
  font-family: "Font Awesome 5 Free";
  height: 52px;
  padding: 25px;
  position: absolute;
  right: 0;
  top: 0px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #top_faq .top_faq .top_faq_contents ul li .outline .acd-label:after {
    content: "+ 詳細はこちら";
    position: relative;
    font-size: 1rem;
    text-align: center;
    height: auto;
    padding: 10px 0 10px 0;
    color: #fff;
    background-color: #019bd4;
  }
}
@media screen and (max-width: 768px) {
  #top_faq .top_faq .top_faq_contents ul li .outline {
    padding: 12px;
  }
}
#top_faq .top_faq .top_faq_contents ul li .outline .acd-content {
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: 0.5s;
  visibility: hidden;
}
#top_faq .top_faq .top_faq_contents ul li .outline .acd-check:checked + .acd-label:after {
  content: "\f146";
}
@media screen and (max-width: 768px) {
  #top_faq .top_faq .top_faq_contents ul li .outline .acd-check:checked + .acd-label:after {
    content: "- 閉じる";
  }
}
#top_faq .top_faq .top_faq_contents ul li .outline .acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}
#top_faq .top_faq .top_faq_contents ul li .outline .title {
  color: #000;
  background-color: #ecfaff;
  padding: 1.5rem;
  font-size: 1rem;
}
#top_faq .contents_btn {
  margin-left: auto;
  margin-right: 0;
}

#top_contents {
  padding: 0 5%;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  #top_contents {
    margin-bottom: 5rem;
    flex-flow: column;
  }
}
#top_contents .top_contents_group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents_group {
    display: block;
  }
}
#top_contents .top_contents_group .top_contents_column {
  width: 31%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents_group .top_contents_column {
    width: 95%;
    margin-bottom: 3rem;
  }
}
#top_contents .top_contents_group .top_contents_column::before {
  position: absolute;
  content: "";
  bottom: -5%;
  left: 5%;
  width: 100%;
  height: 10px;
  background-color: #019bd4;
}
#top_contents .top_contents_group .top_contents_column::after {
  position: absolute;
  content: "";
  bottom: -5%;
  right: -5%;
  width: 10px;
  height: 100%;
  background-color: #019bd4;
}
#top_contents .top_contents_group .top_contents_column a {
  height: 18vw;
  display: flex;
  background-size: cover;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents_group .top_contents_column a {
    height: 30vh;
  }
}
#top_contents .top_contents_group .top_contents_column a:hover {
  opacity: 0.75;
}
#top_contents .top_contents_group .top_contents_column a h3 {
  color: #fff;
  text-shadow: 0 0 5px #000;
}

#faq_main {
  position: relative;
  z-index: 10;
  padding-top: 120px;
  height: 700px;
  margin-bottom: 240px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #faq_main {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  #faq_main {
    margin-bottom: 140px;
    padding-top: 40px;
    height: 300px;
  }
}
#faq_main .faq_main_image {
  width: 90%;
  height: 100%;
  margin: auto;
}
#faq_main .faq_main_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#faq_main .faq_title {
  width: 90%;
  margin: auto;
  padding: 20px 0;
  background-color: #019bd4;
  text-align: center;
}
#faq_main .faq_title h2 {
  font-weight: 800;
}

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

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

#facility_main {
  position: relative;
  z-index: 10;
  padding-top: 120px;
  height: 700px;
  margin-bottom: 240px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #facility_main {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  #facility_main {
    margin-bottom: 140px;
    padding-top: 40px;
    height: 300px;
  }
}
#facility_main .facility_main_image {
  width: 90%;
  height: 100%;
  margin: auto;
}
#facility_main .facility_main_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#facility_main .facility_title {
  width: 100%;
  margin: auto;
  padding: 20px 0;
  color: #fff;
  background-color: #019bd4;
  text-align: center;
  margin-top: 3rem;
}
#facility_main .facility_title h2 {
  font-weight: 800;
}

#facility {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #facility {
    overflow: hidden;
  }
}
#facility .contents_explanation {
  text-align: center;
  margin-bottom: 4rem;
}
#facility .facility_contents {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
  background-color: #ecfaff;
  border: solid 1px #e4f9ff;
}
@media screen and (max-width: 768px) {
  #facility .facility_contents {
    display: block;
  }
}
#facility .facility_contents:nth-last-of-type(odd) {
  flex-direction: row-reverse;
  background-color: #fff;
}
#facility .facility_contents .facility_writing {
  width: 49%;
  padding: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #facility .facility_contents .facility_writing {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  #facility .facility_contents .facility_writing {
    width: 100%;
    padding: 2rem 1rem;
  }
}
#facility .facility_contents .facility_writing .facility_contents_headline {
  border-bottom: solid 3px #e4f9ff;
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #facility .facility_contents .facility_writing .facility_contents_headline {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #facility .facility_contents .facility_writing .facility_contents_headline {
    font-size: 1.2rem;
  }
}
#facility .facility_contents .facility_writing .facility_contents_headline:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #019bd4;
  bottom: -3px;
  width: 20%;
}
#facility .facility_contents .facility_writing .facility_contents_text {
  line-height: 30px;
}
#facility .facility_contents .facility_image {
  width: 49%;
  height: auto;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #facility .facility_contents .facility_image {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #facility .facility_contents .facility_image {
    width: 100%;
    height: 30%;
  }
}
#facility .facility_contents .facility_image .facility_imagebg {
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #facility .facility_contents .facility_image .facility_imagebg {
    height: 35vh;
  }
}

#cleaning_main {
  position: relative;
  z-index: 10;
  padding-top: 120px;
  height: 700px;
  margin-bottom: 240px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #cleaning_main {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  #cleaning_main {
    margin-bottom: 140px;
    padding-top: 40px;
    height: 300px;
  }
}
#cleaning_main .cleaning_main_image {
  width: 90%;
  height: 100%;
  margin: auto;
}
#cleaning_main .cleaning_main_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#cleaning_main .cleaning_title {
  width: 100%;
  margin: auto;
  padding: 20px 0;
  color: #fff;
  background-color: #019bd4;
  text-align: center;
  margin-top: 3rem;
}
#cleaning_main .cleaning_title h2 {
  font-weight: 800;
}

#cleaning {
  width: 90%;
  margin: auto;
  overflow: hidden;
}
#cleaning .cleaning_headline h2 {
  text-align: center;
  font-weight: 600;
  color: #019bd4;
  position: relative;
  -webkit-box-reflect: below -10px -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5));
  margin-bottom: 3rem;
}
#cleaning .contents_explanation {
  text-align: center;
  padding-top: 4rem;
  margin-bottom: 4rem;
}
#cleaning .cleaning_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
  background-color: #ecfaff;
  border: solid 1px #e4f9ff;
  padding: 3rem;
}
@media screen and (max-width: 768px) {
  #cleaning .cleaning_contents {
    flex-flow: column;
    padding: 1.5rem;
  }
}
#cleaning .cleaning_contents:nth-last-of-type(odd) {
  flex-direction: row-reverse;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #cleaning .cleaning_contents:nth-last-of-type(odd) {
    flex-direction: column;
    padding: 1.5rem;
  }
}
#cleaning .cleaning_contents .cleaning_writing {
  width: 69%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #cleaning .cleaning_contents .cleaning_writing {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  #cleaning .cleaning_contents .cleaning_writing {
    width: 100%;
    margin-bottom: 20px;
  }
}
#cleaning .cleaning_contents .cleaning_writing .cleaning_contents_headline {
  border-bottom: solid 3px #e4f9ff;
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #cleaning .cleaning_contents .cleaning_writing .cleaning_contents_headline {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #cleaning .cleaning_contents .cleaning_writing .cleaning_contents_headline {
    font-size: 1.2rem;
  }
}
#cleaning .cleaning_contents .cleaning_writing .cleaning_contents_headline:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #019bd4;
  bottom: -3px;
  width: 20%;
}
#cleaning .cleaning_contents .cleaning_writing .cleaning_contents_text {
  line-height: 30px;
}
#cleaning .cleaning_contents .cleaning_image {
  width: 29%;
  height: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #cleaning .cleaning_contents .cleaning_image {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #cleaning .cleaning_contents .cleaning_image {
    width: 100%;
    height: 30%;
  }
}
#cleaning .cleaning_contents .cleaning_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#environmental {
  width: 90%;
  margin: auto;
  overflow: hidden;
}
#environmental .environmental_headline h2 {
  text-align: center;
  font-weight: 600;
  color: #019bd4;
  position: relative;
  -webkit-box-reflect: below -10px -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5));
  margin-bottom: 3rem;
}
#environmental .contents_explanation {
  text-align: center;
  padding-top: 4rem;
  margin-bottom: 4rem;
}
#environmental .environmental_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
  background-color: #ecfaff;
  border: solid 1px #e4f9ff;
  padding: 3rem;
}
@media screen and (max-width: 768px) {
  #environmental .environmental_contents {
    flex-flow: column;
    padding: 1.5rem;
  }
}
#environmental .environmental_contents:nth-last-of-type(odd) {
  flex-direction: row-reverse;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #environmental .environmental_contents:nth-last-of-type(odd) {
    flex-direction: column;
    padding: 1.5rem;
  }
}
#environmental .environmental_contents .environmental_writing {
  width: 69%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #environmental .environmental_contents .environmental_writing {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  #environmental .environmental_contents .environmental_writing {
    width: 100%;
    margin-bottom: 20px;
  }
}
#environmental .environmental_contents .environmental_writing .environmental_contents_headline {
  border-bottom: solid 3px #e4f9ff;
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #environmental .environmental_contents .environmental_writing .environmental_contents_headline {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #environmental .environmental_contents .environmental_writing .environmental_contents_headline {
    font-size: 1.2rem;
  }
}
#environmental .environmental_contents .environmental_writing .environmental_contents_headline:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #019bd4;
  bottom: -3px;
  width: 20%;
}
#environmental .environmental_contents .environmental_writing .environmental_contents_text {
  line-height: 30px;
}
#environmental .environmental_contents .environmental_image {
  width: 29%;
  height: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #environmental .environmental_contents .environmental_image {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #environmental .environmental_contents .environmental_image {
    width: 100%;
    height: 30%;
  }
}
#environmental .environmental_contents .environmental_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#company_main {
  position: relative;
  z-index: 10;
  padding-top: 120px;
  height: 700px;
  margin-bottom: 240px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company_main {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  #company_main {
    margin-bottom: 140px;
    padding-top: 40px;
    height: 300px;
  }
}
#company_main .company_main_image {
  width: 90%;
  height: 100%;
  margin: auto;
}
#company_main .company_main_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#company_main .company_title {
  width: 100%;
  margin: auto;
  padding: 20px 0;
  color: #fff;
  background-color: #019bd4;
  text-align: center;
  margin-top: 3rem;
}
#company_main .company_title h2 {
  font-weight: 800;
}

#company .company_detail {
  width: 70%;
  margin: auto;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_detail {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #company .company_detail {
    width: 90%;
  }
}
#company .company_detail .company_heading h3 {
  color: #019bd4;
  padding: 0.5rem 0;
  font-weight: 600;
  position: relative;
  border-bottom: solid 3px #e4f9ff;
  margin-bottom: 3rem;
}
#company .company_detail .company_heading h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #019bd4;
  bottom: -3px;
  width: 20%;
}
#company .company_detail table {
  width: 100%;
  margin: 0;
  margin-bottom: 80px;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  #company .company_detail table tr {
    display: flex;
    flex-flow: wrap;
  }
}
#company .company_detail table tr:nth-of-type(odd) th {
  background-color: #e4f9ff;
}
#company .company_detail table tr:nth-of-type(odd) td {
  background-color: #e4f9ff;
}
#company .company_detail table tr th {
  width: 35%;
  padding: 20px;
  text-align: end;
  color: #333;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #company .company_detail table tr th {
    width: 100%;
    padding: 1.5rem;
    text-align: left;
  }
}
#company .company_detail table tr td {
  width: 65%;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #company .company_detail table tr td {
    width: 100%;
    padding: 1.5rem;
  }
}
#company .company_detail .map {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  list-style: none;
}
#company .company_detail .map li {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #company .company_detail .map li {
    width: 100%;
  }
}
#company .company_detail .map li h5 {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0.5rem 0;
  border-bottom: solid 1px #ccc;
  margin-bottom: 1rem;
}
#company .company_detail .map li h5::before {
  content: "■";
}
#company .company_detail .map li iframe {
  width: 100%;
  height: 30vw;
}
@media screen and (max-width: 768px) {
  #company .company_detail .map li iframe {
    height: 100%;
    height: 30vh;
  }
}
#company .history_detail {
  width: 70%;
  margin: auto;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .history_detail {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #company .history_detail {
    width: 90%;
  }
}
#company .history_detail .history_heading h3 {
  color: #019bd4;
  padding: 0.5rem 0;
  font-weight: 600;
  position: relative;
  border-bottom: solid 3px #e4f9ff;
  margin-bottom: 3rem;
}
#company .history_detail .history_heading h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #019bd4;
  bottom: -3px;
  width: 20%;
}
#company .history_detail ul {
  width: 100%;
  list-style: none;
}
#company .history_detail ul li {
  margin-bottom: 0.5rem;
  border: solid 1px #019bd4;
}
#company .history_detail ul li dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #company .history_detail ul li dl {
    display: block;
  }
}
#company .history_detail ul li dl dt {
  width: 20%;
  padding: 20px;
  color: #fff;
  background-color: #019bd4;
}
@media screen and (max-width: 768px) {
  #company .history_detail ul li dl dt {
    width: 100%;
  }
}
#company .history_detail ul li dl dd {
  padding: 20px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  #company .history_detail ul li dl dd {
    width: 100%;
  }
}

#recruit_main {
  position: relative;
  z-index: 10;
  padding-top: 120px;
  height: 700px;
  margin-bottom: 240px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_main {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  #recruit_main {
    margin-bottom: 140px;
    padding-top: 40px;
    height: 300px;
  }
}
#recruit_main .recruit_main_image {
  width: 90%;
  height: 100%;
  margin: auto;
}
#recruit_main .recruit_main_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#recruit_main .recruit_title {
  width: 100%;
  margin: auto;
  padding: 20px 0;
  color: #fff;
  background-color: #019bd4;
  text-align: center;
  margin-top: 3rem;
}
#recruit_main .recruit_title h2 {
  font-weight: 800;
}

#recruit {
  width: 60%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #recruit {
    width: 95%;
  }
}
#recruit .recruit_contents {
  width: 100%;
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
  padding: 20px 0;
}
#recruit .recruit_contents p {
  color: #019bd4;
  text-align: center;
  font-weight: 600;
}
#recruit .recruit_contents_type {
  width: 60%;
  margin: auto;
  text-align: center;
  background-color: #019bd4;
  margin-bottom: 3rem;
  padding: 20px 0;
}
#recruit .recruit_contents_type p {
  color: #fff;
  font-weight: 600;
}
#recruit table {
  margin: 0;
  border-collapse: collapse;
  width: 100%;
}
#recruit table tr {
  border-bottom: 2px solid #c9c9c9;
}
@media screen and (max-width: 768px) {
  #recruit table tr {
    border-bottom: 1px solid #c9c9c9;
  }
}
#recruit table tr th {
  width: 20%;
  padding: 20px 0;
  text-align: center;
  color: #333;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #recruit table tr th {
    padding-right: 0px;
    text-align: start;
    padding: 15px;
    font-size: 12.5px;
    width: 35%;
  }
}
#recruit table tr td {
  width: 80%;
  padding: 20px 0;
  padding-left: 40px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #recruit table tr td {
    padding: 15px;
    font-size: 12.5px;
    width: 100%;
    padding-top: 0;
  }
}
#recruit .recruit_contents01 {
  margin-bottom: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_contents01 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents01 {
    margin-bottom: 60px;
  }
}
#recruit .recruit_contents02 {
  margin-bottom: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_contents02 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents02 {
    margin-bottom: 60px;
  }
}
#recruit .method01 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #019bd4;
  margin-top: 40px;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  #recruit .method01 {
    flex-flow: column;
  }
}
#recruit .method01 .method_title {
  width: 30%;
  margin-left: 10px;
  margin-right: 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #recruit .method01 .method_title {
    width: 100%;
    margin-bottom: 10px;
  }
}
#recruit .method01 .method_title p {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #recruit .method01 .method_title p {
    font-size: 12.5px;
  }
}
#recruit .method01 .method_detail {
  width: 70%;
  margin-left: 5px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #recruit .method01 .method_detail {
    width: 100%;
  }
}
#recruit .method01 .method_detail p {
  font-size: 16px;
  padding-left: 40px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #recruit .method01 .method_detail p {
    font-size: 12.5px;
  }
}
#recruit .method01 .method_detail p:last-child {
  margin-bottom: 0;
}
#recruit .method02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #019bd4;
  margin-top: 40px;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  #recruit .method02 {
    flex-flow: column;
  }
}
#recruit .method02 .method_title {
  width: 30%;
  margin-left: 10px;
  margin-right: 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #recruit .method02 .method_title {
    width: 100%;
    margin-bottom: 10px;
  }
}
#recruit .method02 .method_title p {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #recruit .method02 .method_title p {
    font-size: 12.5px;
  }
}
#recruit .method02 .method_detail {
  width: 70%;
  margin-left: 5px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #recruit .method02 .method_detail {
    width: 100%;
  }
}
#recruit .method02 .method_detail p {
  font-size: 16px;
  padding-left: 40px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #recruit .method02 .method_detail p {
    font-size: 12.5px;
  }
}
#recruit .method02 .method_detail p:last-child {
  margin-bottom: 0;
}
#recruit .method03 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #019bd4;
  margin-top: 40px;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  #recruit .method03 {
    flex-flow: column;
  }
}
#recruit .method03 .method_title {
  width: 30%;
  margin-left: 10px;
  margin-right: 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #recruit .method03 .method_title {
    width: 100%;
    margin-bottom: 10px;
  }
}
#recruit .method03 .method_title p {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #recruit .method03 .method_title p {
    font-size: 12.5px;
  }
}
#recruit .method03 .method_detail {
  width: 70%;
  margin-left: 5px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #recruit .method03 .method_detail {
    width: 100%;
  }
}
#recruit .method03 .method_detail p {
  font-size: 16px;
  padding-left: 40px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #recruit .method03 .method_detail p {
    font-size: 12.5px;
  }
}
#recruit .method03 .method_detail p:last-child {
  margin-bottom: 0;
}

#contact_main {
  position: relative;
  z-index: 10;
  padding-top: 120px;
  height: 700px;
  margin-bottom: 240px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact_main {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  #contact_main {
    margin-bottom: 140px;
    padding-top: 40px;
    height: 300px;
  }
}
#contact_main .contact_main_image {
  width: 90%;
  height: 100%;
  margin: auto;
}
#contact_main .contact_main_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#contact_main .contact_title {
  width: 100%;
  margin: auto;
  padding: 20px 0;
  color: #fff;
  background-color: #019bd4;
  text-align: center;
  margin-top: 3rem;
}
#contact_main .contact_title h2 {
  font-weight: 800;
}

#contact {
  width: 60%;
  margin: auto;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact {
    width: 80%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  #contact {
    width: 90%;
    margin-bottom: 40px;
  }
}

table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  table {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  table tr {
    display: flex;
    flex-flow: column;
  }
}
table tr th {
  padding: 20px 0;
  width: 35%;
  text-align: end;
  padding-right: 60px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  table tr th {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  table tr th {
    width: 100%;
    border-bottom: none;
    text-align: start;
    padding: 10px 0;
    padding-top: 20px;
    padding-left: 0px;
  }
}
table tr th span {
  padding: 10px;
  background-color: #ff0000;
  color: #fff;
  margin-left: 20px;
}
table tr td {
  padding: 20px 0;
  width: 65%;
  padding-right: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  table tr td {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  table tr td {
    width: 100%;
    padding: 10px 0;
    padding-bottom: 20px;
    padding-right: 0;
  }
}
table tr td input {
  width: 80%;
  height: 50px;
  padding-left: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  table tr td input {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  table tr td input {
    width: 100%;
  }
}
table tr td textarea {
  width: 80%;
  height: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  table tr td textarea {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  table tr td textarea {
    width: 100%;
  }
}
table tr:nth-child(4) th {
  padding-right: 140px;
}
table tr:nth-child(4) th span {
  background-color: #019bd4;
}
table tr:nth-child(4) td input {
  width: 20% !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  table tr:nth-child(4) td input {
    width: 25% !important;
  }
}
@media screen and (max-width: 768px) {
  table tr:nth-child(4) td input {
    width: 29% !important;
  }
}

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

.submit {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .submit {
    margin-bottom: 40px;
  }
}
.submit input {
  padding: 20px 180px;
  border-radius: 50px;
  font-size: 18px;
  border: none;
  background-color: #019bd4;
  color: #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .submit input {
    padding: 10px 90px;
    font-size: 15px;
  }
}
.submit input:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #333;
  color: #333;
}
.submit input[name=submitBack] {
  padding: 20px 90px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .submit input[name=submitBack] {
    padding: 10px 45px;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}
.submit input[name=confirm] {
  padding: 20px 90px;
}
@media screen and (max-width: 768px) {
  .submit input[name=confirm] {
    padding: 10px 45px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}

#policy_main {
  position: relative;
  z-index: 10;
  padding-top: 120px;
  height: 700px;
  margin-bottom: 240px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #policy_main {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  #policy_main {
    margin-bottom: 140px;
    padding-top: 40px;
    height: 300px;
  }
}
#policy_main .policy_main_image {
  width: 90%;
  height: 100%;
  margin: auto;
}
#policy_main .policy_main_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#policy_main .policy_title {
  width: 90%;
  margin: auto;
  padding: 20px 0;
  background-color: #019bd4;
  text-align: center;
}
#policy_main .policy_title h2 {
  font-weight: 800;
}

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

footer {
  background-color: #019bd4;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 2rem 0;
  }
}
footer .footer_logo {
  width: 6%;
  margin: auto;
  margin-bottom: 20px;
  display: none;
}
@media screen and (max-width: 768px) {
  footer .footer_logo {
    width: 60%;
  }
}
footer .footer_logo img {
  width: 100%;
}
footer .footer_company {
  text-align: center;
  margin: 2rem;
}
footer .footer_company .company_name {
  margin: 1rem;
  font-weight: 800;
  color: #fff;
}
footer .footer_company p {
  margin-bottom: 5px;
  color: #fff;
}
footer .footer_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin: auto;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_btn {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_btn {
    width: 90%;
    flex-flow: column;
  }
}
footer .footer_btn .footer_tel_btn {
  width: 45%;
}
@media screen and (max-width: 768px) {
  footer .footer_btn .footer_tel_btn {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_btn .footer_tel_btn .tel_btn_pc {
    display: none;
  }
}
footer .footer_btn .footer_tel_btn .tel_btn_pc button {
  background-color: #fff;
  padding: 10px 0;
  border: none;
  width: 100%;
  font-weight: 600;
  font-size: 24px;
  color: #019bd4;
}
footer .footer_btn .footer_tel_btn .tel_btn_pc button i {
  margin-right: 15px;
}
footer .footer_btn .footer_tel_btn .tel_btn_sp {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 1441px) {
  footer .footer_btn .footer_tel_btn .tel_btn_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  footer .footer_btn .footer_tel_btn .tel_btn_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_btn .footer_tel_btn .tel_btn_sp {
    display: none;
  }
}
footer .footer_btn .footer_tel_btn .tel_btn_sp button {
  background-color: #fff;
  padding: 10px 0;
  border: none;
  width: 100%;
  font-weight: 600;
  font-size: 15px;
}
footer .footer_btn .footer_tel_btn .tel_btn_sp button i {
  margin-right: 15px;
}
footer .footer_btn .footer_contact_btn {
  width: 45%;
}
@media screen and (max-width: 768px) {
  footer .footer_btn .footer_contact_btn {
    width: 100%;
  }
}
footer .footer_btn .footer_contact_btn button {
  background-color: #fff;
  padding: 10px 0;
  border: none;
  width: 100%;
  font-weight: 600;
  font-size: 24px;
  transition: all 0.4s;
  color: #019bd4;
}
@media screen and (max-width: 768px) {
  footer .footer_btn .footer_contact_btn button {
    font-size: 15px;
  }
}
footer .footer_btn .footer_contact_btn button:hover {
  background-color: #fff;
}
footer .footer_btn .footer_contact_btn button i {
  margin-right: 15px;
}
footer .footer_menu {
  margin-bottom: 30px;
}
footer .footer_menu .ul_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_menu .ul_pc {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menu .ul_pc {
    display: none;
  }
}
footer .footer_menu .ul_pc li {
  list-style: none;
  margin: 0 10px;
}
footer .footer_menu .ul_pc li a {
  text-decoration: none;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
}
footer .footer_menu .ul_pc li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: -5px; /*アンダーラインがaタグの下端から現れる*/
  transform: scale(0, 1); /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.3s; /*変形の時間*/
}
footer .footer_menu .ul_pc li a:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
footer .footer_menu .ul_sp {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 1441px) {
  footer .footer_menu .ul_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  footer .footer_menu .ul_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_menu .ul_sp {
    display: none;
  }
}
footer .footer_menu .ul_sp .footer_menu_left {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
footer .footer_menu .ul_sp .footer_menu_left li {
  list-style: none;
  margin-bottom: 15px;
  text-align: start;
}
footer .footer_menu .ul_sp .footer_menu_left li a {
  text-decoration: none;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  font-size: 12.5px;
}
footer .footer_menu .ul_sp .footer_menu_left li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: -5px; /*アンダーラインがaタグの下端から現れる*/
  transform: scale(0, 1); /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.3s; /*変形の時間*/
}
footer .footer_menu .ul_sp .footer_menu_left li a:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
footer .footer_menu .ul_sp .footer_menu_right {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
footer .footer_menu .ul_sp .footer_menu_right li {
  list-style: none;
  margin-bottom: 15px;
  text-align: start;
}
footer .footer_menu .ul_sp .footer_menu_right li a {
  text-decoration: none;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  font-size: 12.5px;
}
footer .footer_menu .ul_sp .footer_menu_right li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: -5px; /*アンダーラインがaタグの下端から現れる*/
  transform: scale(0, 1); /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.3s; /*変形の時間*/
}
footer .footer_menu .ul_sp .footer_menu_right li a:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
footer .copy_right {
  text-align: center;
}
footer .copy_right p {
  color: #fff;
  font-size: 12.5px;
}
@media screen and (max-width: 768px) {
  footer .copy_right p {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */