@charset "utf-8";
/* CSS Document */

html {
  font-size: 62.5%;
  font-feature-settings: "palt";
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p,
a,
span,
th,
td {
  font-weight: 500;
  line-height: 1.7em;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
.SP {
  display: none;
}
section {
  padding: 90px 0;
}
h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 70px;
  letter-spacing: .1em;
}
h2 span {
  color: #0087c0;
  font-weight: bold;
}
.sec_tit {
  text-align: center;
  margin-bottom: 80px;
}
.sec_tit p {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: .3em;
}
.wrapp {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}
.bkg_glay {
  background-image: url(../img/bkg_gly.png);
  background-position: center;
  background-repeat: repeat-y;
  background-size: cover;
}
.sml_inner {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
}
/*header-mv*/
.mv {
  position: relative;
}
.mv header {
  position: fixed;
  top: 30px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 9999;
}
header .PC {
  padding: 20px 60px;
  background-color: #fff;
  border-radius: 300px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  right: 0;
  left: 0;
  margin: auto;
}
header .PC nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
header .PC nav li {
  height: 70px;
}
header .PC nav a {
  font-weight: bold;
  line-height: 70px;
  color: #000;
}
header .PC nav .color a {
  color: #fff;
  padding: 0 20px;
  text-align: center;

  display: block;
}
header .PC nav .color.blue {
  background-color: #0087c0;
  border-radius: 50px;
  padding: 0 20px;
  margin-left: 30px;
}
header .PC nav .color.red {
  background-color: #c60f28;
  font-size: 21px;
  border-radius: 50px;
  padding: 0 10px;
}
header .PC nav .color.red a {
  line-height: 24px;
  padding-top: 12px;
}
header .PC nav .color.red img {
  padding-right: 10px;
}
header .PC nav .color.red span {
  display: block;
  font-size: 12px;
  font-weight: bold;
}
section.sec_mv {
  padding: 0;
}
#mv_slide li {
  position: relative;
  height: 100%;
}
#mv_slide .slick-slide img.SP {
  display: none;
}
.mv_main {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 8%;
  margin: auto;
}
#mv_slide,
#mv_slide .slick-list {
  height: 1080px;
}
h1 {
  text-align: center;
  font-size: 90px;
  font-weight: bold;
  line-height: 1.3em;
  color: #fff;
  padding: 40px 0 30px 0;
  background-image: url(../img/fv_logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 30px;
}
h1 + p {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 35px;
}
h1 + p span {
  font-weight: bold;
  font-size: 28px;
}
.slick-slide img {
  object-fit: cover;
  height: 100%;
}
#mv_slide div.slick-list,
#mv_slide div.slick-track {
  height: 100%;
}
header.scrolled {
  opacity: 0.8;
  transition: opacity 0.3s;
}
/*greeting*/
.sec_greeting {
  background-image: url(../img/bkg_logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1200px;
}
.greeting_inner {
  display: flex;
  align-items: center;
  gap: 50px;
}
.greeting_inner img,
.greeting_inner div {
  max-width: 50%;
}
.greeting_inner span {
  display: block;
  text-align: right;
  margin-top: 2rem;
}
.business_inner {
  background-color: #fff;
  padding: 50px 0;
}
.business_inner p {
  margin: 30px 0;
}
.business_tit {
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 30px;
}
.business_inner ul {
  display: flex;
  gap: 20px;
}
.business_inner ul li {
  background-color: #f4f4f4;
  text-align: center;
  padding: 20px;
  width: calc(100%/4);
}
.business_inner ul li p {
  font-size: 16px;
}
.business_inner dt {
  background-color: #0087c0;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  border-radius: 50px;
}
.business_inner dd {
  margin-top: 30px;
}
.business_inner dd p {
  margin-bottom: 0;
  font-weight: bold;
}
.pf_banner {
  background-image: url(../img/bkg_pf.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 410px;
  position: relative
}
.pf_banner h3 {
  text-align: center;
  color: #fff;
  font-size: 70px;
  height: fit-content;
  font-weight: bold;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pf_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 80px 0;
}
.pf_list li {
  width: calc(97%/2);
}
.pf_list dt {
  font-size: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
  margin-bottom: 15px;
}
#pf_slide li {
  padding: 0 10px;
}
.pf_slider h3 {
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 30px;
}
.cv {
  text-align: center;
  padding: 60px 0 0 0;
  background-image: url(../img/cv_logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 80px 0 0 0;
}
.cv p {
  font-size: 35px;
  font-weight: bold;
}
.cv a {
  background-color: #0087c0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: block;
  width: fit-content;
  margin: 30px auto 0 auto;
  padding: 10px 30px;
  border-radius: 50px;
}
.cv a img {
  vertical-align: middle;
  padding-right: 15px;
}
.cv a span {
  font-weight: bold;
  font-size: 15px;
  display: block;
}
/*recruit*/
.rec_tit {
  background-image: url(../img/recruit.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 410px;
  position: relative;
}
.rec_tit h3 {
  font-size: 70px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: fit-content;
  text-align: center;
}
.rec_btn {
  display: flex;
  gap: 40px;
}
.rec_btn div {
  width: calc(100%/2);
  position: relative;
}
.rec_btn div a {
  display: block;
  background-color: #c60f28;
  color: #fff;
  text-align: center;
  padding: 5px;
  width: 80%;
  border-radius: 50px;
  font-size: 20px;
  position: absolute;
  font-weight: bold;
  bottom: 10%;
  right: 0;
  left: 0;
  margin: auto;
}
.rec_cont h4 {
  font-size: 25px;
  font-weight: 900;
  background-image: url(../img/tit_logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 40px 0;
  text-align: center;
}
.rec_cont h4 + p {
  text-align: center;
  font-weight: bold;
}
.rec_point {
  background-color: #f4f4f4;
  padding: 50px 0;
  margin: 80px 0;
}
.rec_point ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.rec_point li {
  width: calc(90%/3);
  background-color: #fff;
  padding: 30px 10px;
  border-radius: 10px;
  text-align: center;
}
.rec_point li.wide {
  width: calc(94%/2);
}
.rec_point dt {
  font-size: 20px;
  font-weight: bold;
  color: #0087c0;
}
.rec_point dd img {
  display: block;
  margin: 20px auto;
}
.rec_point dd p {
  font-weight: bold;
}
.rec_point dd p span {
  font-size: 30px;
  font-weight: bold;
  line-height: 1em;
}
.rec_point .wide dd {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0 auto;
  gap: 30px;
}
.rec_point .wide dd img {
  margin: 0;
}
.rec_point .wide dd .small {
  display: flex;
  gap: 5px;
  margin-top: 10px;
}
.rec_point .wide dd .small span {
  font-size: 12px;
  line-height: 1.3em;
  display: block;
}
.rec_intv dl {
  display: flex;
  justify-content: center;
  gap: 5%;
  align-items: center;
  margin-bottom: 50px;
}
.rec_intv dl:last-of-type {
  margin-bottom: 0;
}
.rec_intv {
  margin: 80px 0;
  background-image: url(../img/bkg_logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1200px;
}
.rec_intv dt {
  width: 50%;
}
.rec_intv dd p:first-of-type {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.rec_intv dd {
  width: 45%;
}
.rec_intv dd span {
  display: block;
  text-align: right;
  margin-top: 1rem;
}
.rec_intv dl:nth-of-type(even) {
  flex-direction: row-reverse;
}
.rec_table table {
  width: 800px;
  margin: 80px auto;
}
.rec_table table th,
.rec_table table td {
  padding: 15px;
}
.rec_table table th {
  background-color: #0087c0;
  color: #fff;
  font-weight: bold;
  border-bottom: solid 1px #fff;
  vertical-align: middle;
  width: 160px;
}
.rec_table table tr:last-of-type th {
  border-bottom: solid 1px #0087c0;
}
.rec_table table td {
  border-bottom: solid 1px #0087c0;
}
.rec_cont .rec_btn {
  margin: 20px 0 0 0;
}
.rec_cont.btn_cont h4 {
  background-image: none;
}
/*company*/
.sec_company table {
  margin: 0 auto;
}
.sec_company table th,
.sec_company table td {
  padding: 15px;
}
.sec_company table td a {
  color: #000;
}
.sec_company table th {
  background-color: #0087c0;
  color: #fff;
  font-weight: bold;
  border-bottom: solid 1px #fff;
  vertical-align: middle;
  width: 120px;
}
.sec_company table tr:last-of-type th {
  border-bottom: solid 1px #0087c0;
}
.sec_company table td {
  border-bottom: solid 1px #0087c0;
  background-color: #fff;
}
/*profile*/
.sec_profile {
  padding-bottom: 0;
}
.sec_profile > .wrapp {
  width: 1400px;
}
.sec_profile h3.sdgs_tit {
  font-size: 35px;
  font-weight: 900;
  background-image: url(../img/tit_logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 40px 0;
  text-align: center;
}
.sec_profile .bkg_glay {
  background-image: url(../img/bkg_sdgs.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: cover;
  padding: 50px;
  margin: 80px 0 0 0;
}
.sec_profile h4 {
  font-weight: 900;
  font-size: 25px;
  margin-bottom: 30px;
  line-height: 1.5em;
  text-indent: -2.8rem;
  padding-left: 2.8rem;
}
.sdgs_cont {
  background-color: #fff;
  padding: 50px;
  border-radius: 10px;
  margin-bottom: 50px;
}
.sdgs_flex {
  display: flex;
  gap: 50px;
  align-items: center;
}
.sdgs_flex img {
  max-width: 400px;
  width: 40%;
}
.sdgs_flex p {
  width: 60%;
}
.sdgs_cont h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7em;
  margin-bottom: 20px;
}
.sdgs_cont li::before {
  content: "■";
  color: #0087c0;
  margin-top: 5px;
  margin-right: 5px;
}
.sdgs_cont li {
  display: flex;
  margin-bottom: 10px;
}
.sdgs_flex_3 {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
  margin-top: 50px;
}
.kenko_cont dl {
  display: flex;
  align-items: center;
  gap: 50px;
}
.kenko_cont dt {
  width: 60%;
}
.kenko_cont dd {
  width: 40%;
}
.kenko_cont {
  padding: 100px 0;
  background-image: url(../img/bkg_logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1200px;
}
/*access*/
.access_flex {
  display: flex;
  gap: 50px;
  justify-content: center;
}
.access_flex img,
.map_box {
  width: 550px;
  height: 550px;
}
.map_box iframe {
  width: 100%;
  height: 100%;
}
/*footer*/
footer {
  background-color: #0087c0;
  background-image: url(../img/bkg_foot_logo.png);
  background-size: 800px;
  background-repeat: no-repeat;
  background-position: 15% 50%;
  padding: 80px 0 20px 0;
  color: #fff;
}
.foot_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
footer li {
  display: flex;
  gap: 10px;
  margin: 8px 0;
}
footer li a {
  color: #fff;
}
footer li span {
  display: block;
  width: 80px;
  text-align: center;
  border: solid 1px #fff;
}
small {
  text-align: center;
  font-size: 13px;
  display: block;
  margin-top: 80px;
}
@media screen and (max-width:1400px) {
  section {
    padding: 70px 0;
  }
  #mv_slide,
  #mv_slide .slick-list {
    height: 900px;
  }
  h1 {
    font-size: 70px;
  }
  h1 + p {
    font-size: 25px;
  }
  h2 {
    font-size: 60px;
  }
  .sec_tit {
    margin-bottom: 60px;
  }
  .pf_banner h3,
  .rec_tit h3 {
    font-size: 60px;
  }
  .pf_list dt {
    font-size: 20px;
  }
  .pf_list dt img {
    width: 30px;
  }
  .pf_slider h3 {
    font-size: 35px;
  }
  .cv {
    padding: 50px 0 0 0;
    margin-top: 60px;
  }
  .cv p {
    font-size: 25px;
  }
  .sdgs_flex_3 {
    flex-wrap: wrap;
  }
}
@media screen and (max-width:1300px) {
  .logo_btn {
    width: 250px;
  }
  header .PC {
    padding: 10px 40px;
  }
  header .PC nav ul {
    gap: 20px;
  }
  header .PC nav .color.blue {
    margin-left: 10px;
    padding: 0 10px;
  }
}
@media screen and (max-width:1250px) {
  #mv_slide,
  #mv_slide .slick-list {
    height: 800px;
  }
  h1 {
    font-size: 60px;
  }
  h1 + p {
    font-size: 20px;
  }
  h1 + p span {
    font-size: 25px;
  }
  h2 {
    font-size: 50px;
  }
  .sec_tit {
    margin-bottom: 40px;
  }
  .pf_banner h3,
  .rec_tit h3 {
    font-size: 50px;
  }
  .pf_banner {
    height: 310px;
  }
  .rec_tit {
    height: 310px;
  }
  .pf_slider h3 {
    font-size: 30px;
  }
  .rec_intv {
    margin-top: 50px;
  }
  .sec_profile h3.sdgs_tit {
    font-size: 30px;
  }
}
@media screen and (max-width:1235px) {
  .rec_point li {
    width: calc(88%/3);
  }
  .rec_point li.wide {
    width: calc(92%/2);
  }
  .access_flex img,
  .map_box {
    width: 50%;
    height: 450px;
  }
}
@media screen and (max-width:1200px) {
  .logo_btn {
    width: 200px;
  }
}
@media screen and (max-width:1150px) {
  .business_inner ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .business_inner ul li {
    width: calc(85%/2);
  }
  .pf_list li {
    width: calc(95% / 2);
  }
}
@media screen and (max-width:1110px) {
  .logo_btn {
    width: 180px;
  }
  header .PC nav .color a {
    padding: 0 10px;
  }
  header .PC nav ul {
    gap: 15px;
  }
  header .PC nav .color.blue {
    margin-left: 0;
  }
}
@media screen and (max-width:1030px) {
  .rec_point li {
    width: calc(88%/3);
  }
  .rec_point li.wide {
    width: calc(92%/2);
  }
  .rec_point .wide dd {
    display: block;
  }
  .rec_point .wide dd img {
    display: block;
    margin: 20px auto;
  }
  .rec_point .wide dd .small {
    justify-content: center;
  }
  .rec_point dd p span {
    font-size: 25px;
  }
  .rec_point ul {
    gap: 10px;
  }
  .greeting_inner {
    display: block;
  }
  .greeting_inner img,
  .greeting_inner div {
    max-width: 100%;
  }
  .greeting_inner img {
    display: block;
    margin: 0 auto 30px auto;
  }
  .rec_intv dl {
    display: block;
  }
  .rec_intv dt,
  .rec_intv dd {
    width: 100%;
  }
  .rec_intv dt {
    text-align: center;
    margin-bottom: 20px;
  }
  .sdgs_flex {
    display: block;
  }
  .sdgs_flex img {
    max-width: 80%;
    width: fit-content;
    margin: 0 auto 20px auto;
    display: block;
  }
  .sdgs_flex p {
    width: 100%;
  }
  .sdgs_cont h5 br {
    display: none;
  }
  .rec_intv dd p:first-of-type {
    font-size: 20px;
  }
}
@media screen and (max-width:1000px) {
  .access_flex {
    display: block;
  }
  .access_flex img,
  .map_box {
    width: 100%;
    height: 450px;
  }
  .access_flex img {
    object-fit: cover;
    margin-bottom: 30px;
  }
  header .PC {
    display: none;
  }
  header .SP {
    display: flex;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 300px;
    position: absolute;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    right: 0;
    left: 0;
    margin: auto;
  }
  .logo_btn {
    width: 200px;
  }
  /*============
nav
=============*/
  nav {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 300px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
  }
  .open nav {
    left: 0;
    opacity: 1;
  }
  nav .inner {
    padding: 25px;
  }
  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav .inner ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #333;
  }
  nav .inner ul li a {
    display: block;
    color: #000;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
  }

  /*============
.toggle_btn
=============*/
  .toggle_btn {
    display: block;
    position: fixed;
    top: 46px;
    right: 60px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    transition: all .5s;
  }
  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle_btn span {
    background-color: #fff;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  /*============
#mask
=============*/
  #mask {
    display: none;
    transition: all .5s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
  }
  .color.blue,
  .color.red {
    border-bottom: none;
    text-align: center;
    background-color: #0087c0;
    margin: 20px 0;
    border-radius: 10px;
  }
  .color.blue a,
  .color.red a {
    color: #fff;
    font-weight: bold;
  }
  .color.red {
    background-color: #c60f28;
  }
  .color.red a {
    font-size: 20px;
  }
  .color.red a span {
    display: block;
    font-size: 12px;
  }
  .color.red a img {
    padding-right: 10px;
    width: 20px;
    vertical-align: middle;
  }
  .foot_inner {
    display: block;
  }
  .foot_l {
    text-align: center;
    margin-bottom: 20px;
  }
  .foot_l a img {
    width: 250px;
  }
  .foot_r {
    width: fit-content;
    margin: 0 auto;
  }
  .foot_r p .SP {
    display: block;
  }
}
@media screen and (max-width:830px) {
  #mv_slide li:nth-of-type(2) img {
    object-position: 75% 75%;
  }
  .rec_point ul {
    display: block;
    width: 100%;
  }
  .rec_point li,
  .rec_point li.wide {
    width: 97%;
    margin-bottom: 10px;
  }
  .rec_point li dd .PC {
    display: none;
  }
  .business_inner ul li {
    width: calc(80% / 2);
  }
  .pf_banner h3,
  .rec_tit h3 {
    font-size: 35px;
  }
  .pf_banner {
    height: 210px;
  }
  .rec_tit {
    height: 210px;
  }
  .rec_btn {
    display: block;
  }
  .rec_btn div {
    width: 80%;
    margin: 0 auto 20px auto;
  }
  .rec_btn div img {
    width: 100%;
  }
  .rec_table table {
    width: 100%;
    margin: 40px auto;
  }
  .rec_table table th {
    width: 87px;
  }
  .rec_table table th .SP {
    display: block;
  }
  .rec_table table th,
  .rec_table table td {
    padding: 10px;
    font-size: 14px;
    vertical-align: middle;
  }
  .sec_profile h3.sdgs_tit {
    font-size: 25px;
  }
  .sec_profile .bkg_glay {
    margin-top: 40px;
  }
  .sec_profile h4 {
    font-size: 20px;
  }
  .sdgs_cont h5 {
    font-size: 18px;
  }
  .kenko_cont dl {
    display: block;
  }
  .kenko_cont dt,
  .kenko_cont dd {
    width: 100%;
  }
  .kenko_cont dd {
    text-align: center;
    margin-top: 20px;
  }
  .kenko_cont dd img {
    max-width: 50%;
  }
  .access_flex img,
  .map_box {
    height: 350px;
  }
  .pf_list dt {
    font-size: 16px;
    gap: 10px;
  }
  .pf_list {
    justify-content: center;
    gap: 15px;
  }
}
@media screen and (max-width:750px) {
  .rec_table td .SP {
    display: block;
  }
  .rec_table td .PC {
    display: none;
  }
  .sec_profile .bkg_glay {
    padding: 50px 20px;
  }
  .sdgs_cont {
    padding: 40px 30px;
  }
  .sec_profile .wrapp .wrapp {
    max-width: 100%;
  }
  .SP.fix_btn {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #0087c0;
    padding: 10px 0;
  }
  .fix_btn a {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 10px;
    align-items: center;
    color: #fff;
    font-weight: bold;
  }
  .fix_btn span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
  }
  .fix_btn a img {
    width: 30px;
  }
  footer {
    padding-bottom: 85px;
  }
}
@media screen and (max-width:650px) {

  #mv_slide .slick-slide img.PC {
    display: none;
  }
  #mv_slide .slick-slide img.SP {
    display: block;
  }
  #mv_slide,
  #mv_slide .slick-list {
    height: 650px;
  }
  h1 + p span {
    display: block;
  }
  h1 {
    font-size: 50px;
  }
  .sec_greeting {
    padding: 40px 0;
  }
  .bkg_glay {
    padding: 40px 0;
  }
  .business_inner {
    padding: 2px 0 40px 0;
  }
  .business_tit {
    font-size: 20px;
  }
  .business_inner p {
    margin: 15px 0;
  }
  .business_inner ul li {
    width: calc(77% / 2);
  }
  .pf_list li {
    width: 100%;
  }
  .pf_slider h3 {
    font-size: 20px;
  }
  #pf_slide .slick-slide img {
    height: 200px;
  }
  .mv header {
    top: 10px;
  }
  .toggle_btn {
    top: 22px;
    right: 30px;
  }
}
@media screen and (max-width:570px) {
  .rec_point li,
  .rec_point li.wide {
    width: 92%;
    margin: 0 auto 10px auto;
  }
  .rec_point dd img {
    width: 60px;
    display: block;
    max-height: 60px;
    object-fit: contain;
  }
  .business_inner dd img {
    display: block;
    width: 60px;
    margin: 0 auto;
    max-height: 60px;
    object-fit: contain;
  }
  .business_inner ul li p {
    font-size: 14px;
  }
  .business_inner ul {
    display: block;
  }
  .business_inner ul li {
    width: 90%;
    margin: 0 auto 20px auto;
  }
  #mv_slide,
  #mv_slide .slick-list {
    height: 550px;
  }
  .logo_btn {
    width: 150px;
  }
  header .SP {
    width: 85%;
  }
  h1 {
    font-size: 40px;
    padding: 25px 0 15px 0;
  }
  h2 {
    font-size: 40px;
  }
  .cv p {
    font-size: 20px;
  }
  .pf_banner h3,
  .rec_tit h3 {
    font-size: 25px;
  }
  h1 + p span {
    font-size: 20px;
  }
  h1 + p .SP {
    display: block;
  }
  .cv {
    margin-top: 40px;
  }
  .rec_btn div {
    width: 100%;
  }
  .rec_btn div img {
    height: 200px;
    object-fit: cover;
  }
  .rec_btn div a {
    font-size: 16px;
  }
  .rec_point {
    margin: 40px 0;
  }
  .sec_company table th {
    width: 74px;
  }
  .sec_company table th,
  .sec_company table td {
    font-size: 14px;
  }
  .sec_profile h4 {
    font-size: 18px;
  }
}
@media screen and (max-width:450px) {
  .access_flex img,
  .map_box {
    height: 250px;
  }
  .business_inner ul li {
    width: 85%;
  }
  .sdgs_cont {
    padding: 40px 15px;
  }
  #mv_slide,
  #mv_slide .slick-list {
    height: 450px;
  }
  h1 {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .mv_main {
    bottom: 4%;
  }
}
@media screen and (max-width: 400px) {
  nav {
    left: -250px;
    width: 250px;
  }
  .color.red a {
    font-size: 18px;
  }
}

/*animation*/
.up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.up.on {
  transform: translateY(0);
  opacity: 1.0;
}
.fuwa {
  display: none;
}