@charset "utf-8";
/* CSS Document */

html {
  font-size: 62.5%;
  font-feature-settings: "palt";
  scroll-behavior: smooth;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #2b2b2b;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
.SP {
  display: none;
}
.jost {
  font-family: "Jost", sans-serif;
}
p {
  line-height: 1.5em;
}
/*header*/
header {
  background-color: #005095;
  display: flex;
  width: 75%;
  margin: 0 0 0 auto;
  border-radius: 0 0 0 30px;
  padding: 30px 50px;
  align-items: center;
  gap: 100px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
}
header a {
  color: #fff;
  font-weight: bold;
  transition: .3s;
  font-size: 18px;
}
header a:hover {
  opacity: .8;
}
header nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
header a.tel_btn {
  border: solid 1px #fff;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
/*section*/
.sec_tit h2 {
  font-weight: bold;
  font-family: "Jost", sans-serif;
  font-size: 85px;
  text-align: left;
  width: fit-content;
  color: #005095;
}
.sec_tit h2 span {
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  display: block;
  text-align: right;
}
.sec_inner {
  width: 1200px;
  margin: 0 auto;
}
section {
  padding: 100px 0 0 0;
}
.bkg_tit {
  position: relative;
  height: 180px;
}
.tit_bkg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto auto auto -100px;
}
.tit_right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.tit_cont {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
}
.about_cont {
  max-width: 1000px;
  margin: 0 auto;
}
.sec_bkg {
  background-color: #f2f6fa;
}
.sec_bkg_over {
  padding-top: 0;
  margin-top: 100px;
}
.sec_bkg_over .bkg_tit {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #f2f6fa 50%, #f2f6fa 100%);
}
h3 {
  font-size: 35px;
  font-weight: bold;
  color: #005095;
  padding-bottom: 20px;
}
.bar_tit {
  width: 100%;
  margin-bottom: 0px;
}
.bar_tit span {
  display: block;
  border-bottom: solid 2px #005095;
  width: 80%;
}
/*banner*/
.rec_banner .sec_inner {
  background-image: url(../img/recruit.png);
}
.pf_banner .sec_inner {
  background-image: url(../img/performance.png);
}
.sec_banner .sec_inner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  height: 360px;
}
.sec_banner .banner_cont {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 100px;
  justify-content: center;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sec_banner .banner_cont h2 {
  color: #fff;
}
.bar_btn {
  border: solid 1px #fff;
  padding: 10px 60px 10px 20px;
  display: block;
  position: relative;
  color: #fff;
  font-size: 18px;
  width: fit-content;
  transition: .3s;
}
.bar_btn span {
  display: block;
  width: 60px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  margin: auto;
  transition: .3s;
}
.bar_btn:hover {
  background-color: #005095;
}
.bar_btn:hover span {
  right: -20px;
}
/*mv*/
.sec_mv {
  padding: 0;
}
.slick-slide img.slide_item.SP {
  display: none;
}
.slider li {
  position: relative;
}
.slider li div {
  height: fit-content;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 30px;
}
.sec_mv p {
  font-size: 80px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5em;
}
.sec_mv p span {
  font-weight: bold;
  display: block;
  font-size: 40px;
  line-height: 1.5em;
  margin-top: 20px;
}
/*business*/
.sec_business {
  padding-bottom: 100px;
}
.business_about {
  background-image: url(../img/business.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 294px;
  padding: 120px 0;
  margin-bottom: 100px;
}
.sec_wrapp {
  width: 1400px;
  margin: 70px auto;
}
.business_list {
  display: flex;
  align-items: center;
}
.business_list:nth-of-type(2) {
  flex-direction: row-reverse;
}
.business_list dt img {
  display: block;
  width: 700px;
  margin-left: -10px;
}
.business_list:nth-of-type(2) dt img {
  margin-right: -10px;
}
.business_list dd {
  max-width: 50%;
}
.business_list dd p {
  padding: 30px 50px;
}
.business_list dd h4 {
  font-size: 35px;
  font-weight: bold;
  color: #005095;
  text-align: center;
  border: solid 2px #005095;
  border-radius: 0 0 30px 0;
  padding: 20px;
  margin-left: -10px;
  line-height: 1.5em;
  border-left: none;
}
.business_list:nth-of-type(2) dd h4 {
  border-right: none;
  border-left: solid 2px #005095;
  border-radius: 0 0 0 30px;
}
/*equipment*/
.eq_inner {
  margin-top: 50px;
}
.eq_list {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 50px;
}
.eq_list:nth-of-type(2) {
  flex-direction: row-reverse;
}
.eq_list dt {
  width: 50%;
}
.eq_list dd h4 {
  position: relative;
}
.eq_list dd h4 span {
  position: absolute;
  display: block;
  width: fit-content;
  left: 20px;
  height: fit-content;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 30px;
  font-weight: bold;
}
.eq_list dd p {
  padding: 30px;
}
.sec_equipment .bar_tit {
  margin-top: 100px;
}
.bar_tit p {
  font-size: 25px;
  color: #005095;
  font-weight: bold;
  margin-top: 15px;
}
.process_list {
  margin: 100px 0 0 0;
}
.process_list p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #2b2b2b;
  padding: 50px 30px;
  text-align: center;
  display: block;
  width: fit-content;
}
.process_list li:nth-of-type(4) p {
  padding: 36.5px 30px;
}
.process_list ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
}
/**/
.process_list ul p {
  height: 90px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 90px;
}
.process_list li:nth-of-type(4) p {
  padding-top: 0;
  padding-bottom: 0;
}
.process_list li:nth-of-type(4) p span {
  font-weight: bold;
  line-height: 1.5em;
  display: inline-block;
  vertical-align: middle;
}
/**/
.process_list ul + p {
  width: 400px;
  margin: 10px auto;
  height: 70px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process_list ul + p a {
  margin: 0;
  margin-left: 20px;
  padding: 10px 20px 10px 20px;
}
.process_list ul + p a.bar_btn span {
  width: 28px;
  right: -15px;
}
.process_list ul + p a.bar_btn:hover span {
  right: -20px;
}
/*about*/
.about_inner dl {
  display: flex;
  align-items: center;
}
.about_inner li:nth-of-type(even) dl {
  flex-direction: row-reverse;
}
.about_inner dt {
  width: 50%;
}
.about_inner dd {
  width: 50%;
  padding: 50px;
}
.about_inner dd span {
  font-weight: bold;
  font-size: 85px;
  color: #005095;
  display: block;
  margin-bottom: 15px;
}
.about_inner dd h4 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.5em;
}
.about_inner dl + p {
  padding: 30px 30px 0 30px;
  font-weight: bold;
  line-height: 1.8em;
  max-width: 1000px;
  margin: 0 auto;
}
.about_inner ul {
  width: 100%;
}
.about_inner li {
  background: linear-gradient(90deg, #f5f5f5 0%, #f5f5f5 80%, #fff 80%, #fff 100%);
  margin: 50px 0;
}
.about_inner li:nth-of-type(even) {
  background: linear-gradient(90deg, #fff 0%, #fff 20%, #f5f5f5 20%, #f5f5f5 100%);
}
.about_inner .sec_inner {
  background-color: #f5f5f5;
  border-radius: 0 0 30px 0;
  padding: 40px;
}
.about_inner li:nth-of-type(even) .sec_inner {
  border-radius: 0 0 0 30px;
}
/*greeting*/
.sec_greeting {
  padding-bottom: 100px;
}
.sec_greeting .bar_tit {
  margin-top: 50px;
}
.greeting_inner {
  margin-top: 50px;
}
.greeting_inner dl {
  display: flex;
  align-items: center;
  gap: 50px;
}
.greeting_inner dt {
  display: none;
}
.greeting_inner dd {
  flex: 0 1 auto;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.greeting_inner dd p {
  line-height: 1.8em;
  font-weight: bold;
}
.greeting_inner dd p span {
  font-weight: bold;
  display: block;
}
.greeting_inner dd p:last-of-type {
  margin: 50px 0 0 auto;
  width: fit-content;
}
/*company*/
.sec_company {
  padding-bottom: 100px;
}
.company_table {
  margin-top: 60px;
}
.company_table dl {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  border-bottom: solid 2px #005095;
  margin-bottom: 10px;
}
.map_outer {
  width: 800px;
  height: 250px;
  margin: 30px auto;
}
.map_outer iframe {
  width: 100%;
  height: 100%;
}
.company_table dt {
  background-color: #005095;
  color: #fff;
  font-weight: bold;
  padding: 20px;
  width: 160px;
  text-align: center;
  line-height: 1.5em;
  align-items: center;
  display: flex;
  justify-content: center;
}
.company_table dd {
  font-weight: bold;
  padding: 20px;
  line-height: 1.5em;
}
.company_table dd a {
  color: #005095;
}
/**/
/*footer*/
footer {
  background-color: #2b2b2b;
  color: #fff;
  padding: 50px 0;
}
footer a {
  color: #fff;
}
footer .sec_inner {
  width: fit-content;
  margin: 0 auto;
}
footer .sec_inner > img {
  display: block;
  margin: 0 auto 30px auto;
}
footer .sec_inner div {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 10px;
}
footer div span {
  display: block;
  width: 100px;
  padding: 5px 0;
  text-align: center;
  border: solid 1px #fff;
  border-radius: 0 0 10px 0;
  font-weight: bold;
}
footer .bar_btn {
  margin: 30px auto;
}
small {
  display: block;
  text-align: center;
  padding: 20px;
  font-size: 12px;
  color: #005095;
  font-weight: bold;
}
/*other*/
.fix_btn {
  display: none;
}
@media screen and (max-width:1500px) {
  .sec_wrapp {
    max-width: 90%;
  }
  .business_list dt {
    max-width: 50%;
  }
  .business_list dt img {
    max-width: 100%;
  }
  .business_list dd h4 {
    font-size: 25px;
  }
  h3 {
    font-size: 25px;
  }
  .sec_tit h2 {
    font-size: 70px;
  }
  .sec_mv p {
    font-size: 70px;
  }
  .sec_mv p span {
    font-size: 30px;
  }
  .tit_right,
  .tit_left {
    width: 100px;
  }
  .eq_list h4 img {
    width: 80%;
  }
  .eq_list {
    gap: 0;
  }
  .eq_list dd {
    padding: 30px 50px;
    max-width: 40%;
  }
  .sec_inner {
    width: 80%;
  }
  .greeting_inner dl {
    gap: 0;
  }
  .greeting_inner dd {
    max-width: 50%;
    padding: 50px;
  }
  .about_inner dd span {
    font-size: 70px;
  }
  .about_inner dd h4 {
    font-size: 23px;
  }
  .mv_txt img {
    width: 100px;
  }
  .bkg_tit {
    height: 135px;
  }

  .bar_tit p {
    font-size: 22px;
  }
}
/*1500*/
@media screen and (max-width:1400px) {
  header a {
    font-size: 16px;
  }
  header {
    width: 85%;
  }
  .sec_mv p {
    font-size: 60px;
  }
  .mv_txt img {
    width: 80px;
  }
  .tit_right,
  .tit_left {
    width: 80px;
  }
  .tit_right,
  .tit_left {
    font-size: 25px;
  }
  .business_list {
    margin: 30px 0;
  }
  .business_list dd h4 {
    font-size: 20px;
    padding: 10px;
  }
  .sec_tit h2 {
    font-size: 60px;
  }
  .tit_bkg {
    width: 220px;
  }
  .business_about {
    background-size: 210px;
    padding: 70px 0;
  }
  .bkg_tit {
    height: 110px;
  }
}
/*1400*/
@media screen and (max-width:1200px) {
  header > a img {
    width: 240px;
  }
  header {
    gap: 60px;
    padding: 20px 50px;
  }
  .slick-slide img.slide_item {
    height: 800px;
    width: 100%;
    object-fit: cover;
  }
  .business_list dd p {
    padding: 30px 30px 0 30px;
  }
  .eq_list dd h4 span {
    font-size: 25px;
  }
  .process_list p {
    padding: 50px 20px;
  }
  h3 {
    font-size: 20px;
  }
  .bar_tit p {
    font-size: 18px;
  }
}
/*1200*/
@media screen and (max-width:1100px) {
  header .PC {
    display: none;
  }
  header .SP {
    display: block;
  }
  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: #333;
    font-size: 14px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
  }
  nav .inner ul li a:hover {
    background: #e4e4e4;
  }
  @media screen and (max-width: 767px) {
    nav {
      left: -220px;
      width: 220px;
    }
  }
  .toggle_btn {
    display: block;
    position: fixed;
    top: 22px;
    right: 30px;
    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: #fff;
    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 {
    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;
  }
  nav .inner ul {
    display: block;
  }
  .tel_btn span {
    display: none;
  }
  nav .inner ul li a.tel_btn {
    background-color: #005095;
    color: #fff;
  }
  nav .inner ul li a.tel_btn img {
    vertical-align: middle;
    padding-right: 20px;
  }
  nav .inner ul li:nth-of-type(6) {
    border-bottom: none;
    margin-top: 20px;
  }
  .company_table dl {
    max-width: 95%;
  }
  .map_outer {
    max-width: 95%;
  }
  .tit_right,
  .tit_left {
    width: 60px;
  }
  .tit_bkg {
    width: 170px;
  }
  .tit_bkg {
    margin-left: -60px;
  }
  .sec_tit h2 {
    font-size: 50px;
  }
  .sec_tit h2 span {
    font-size: 16px;
  }
  .company_table dt {
    width: 125px;
  }
  section {
    padding: 60px 0 0 0;
  }
  .sec_company {
    padding-bottom: 60px;
  }
  .sec_greeting {
    padding-bottom: 60px;
  }
  .sec_business {
    padding-bottom: 60px;
  }
  .sec_bkg_over {
    margin-top: 60px;
  }
  .bkg_tit {
    height: 80px;
  }
  .business_list {
    display: block;
  }
  .business_list dt {
    max-width: 100%;
  }
  .business_list dd {
    max-width: 100%;
  }
  .business_list dt img {
    margin: 0 auto 30px auto;
  }
  .business_list dd h4 {
    border: solid 2px #005095;
  }
  .business_list:nth-of-type(2) dt img {
    margin: 0 auto 30px auto;
  }
  .business_list:nth-of-type(2) dd h4 {
    border: solid 2px #005095;
  }
  .sec_banner .sec_inner {
    height: 236px;
  }
  .process_list ul {
    flex-wrap: wrap;
  }
  .greeting_inner dl {
    display: block;
  }
  .greeting_inner dt {
    width: 95%;
    margin: 0 auto;
  }
  .greeting_inner dt img {
    display: block;
    margin: 0 auto;
  }
  .greeting_inner dd {
    max-width: 90%;
    padding: 50px 0;
    margin: 0 auto;
    width: 100%;
  }
}
/*1100*/
@media screen and (max-width:900px) {
  .sec_mv p {
    font-size: 45px;
    line-height: 1.3em;
  }
  .sec_mv p span {
    font-size: 25px;
    margin-top: 10px;
  }
  .bar_tit span {
    width: 100%;
  }
  h3 {
    text-align: center;
  }
  .bar_btn {
    font-size: 16px;
  }
  .sec_banner .banner_cont {
    gap: 70px;
  }
  .eq_list {
    display: block;
  }
  .eq_list dt {
    width: 95%;
    margin: 0 auto;
  }
  .eq_list dd {
    padding: 30px;
    max-width: 100%;
  }
  .bar_tit p {
    font-size: 18px;
  }
  .about_inner dl {
    display: block;
  }
  .about_inner dt {
    width: 100%;
  }
  .about_inner dt img {
    display: block;
    margin: 0 auto;
  }
  .about_inner dd span {
    font-size: 50px;
  }
  .about_inner dd h4 br {
    display: none;
  }
  .about_inner dd {
    padding-bottom: 0;
    padding-top: 30px;
    width: 100%;
  }
  .sec_inner {
    width: 90%;
  }
  .process_list p {
    font-size: 16px;
    padding: 20px;
  }
  .sec_banner .sec_inner {
    height: 350px;
    background-size: cover;
    border-radius: 0 0 30px 0;
  }
  .sec_banner .banner_cont {
    display: block;
    height: fit-content;
    width: fit-content;
  }
  .sec_banner .banner_cont .bar_btn {
    margin: 15px auto;
  }
  .about_inner .sec_inner {
    padding: 30px 10px;
    margin: 0 auto;
  }
  .about_inner li {
    background-color: #f5f5f5;
  }
  .about_inner li:nth-of-type(even) {
    background-color: #f5f5f5;
  }
  .process_list {
    margin-top: 60px;
  }
  .sec_equipment .bar_tit {
    margin-top: 60px;
  }
  .business_about {
    margin: 60px;
  }
  .about_inner dd {
    padding: 30px 0;
    width: 90%;
  }
  header {
    width: 80%;
  }
}
/*900*/
@media screen and (max-width:850px) {
  .process_list ul {
    width: 440px;
    margin: 0 auto;
    justify-content: center;
    gap: 10px 10px;
  }
  .process_list ul li.par_80 {
    width: 69%;
  }
  .process_list ul li.par_50 {
    width: 43.5%;
  }
  .process_list ul li.par_15 {
    width: 23%;
  }
  .process_list ul li.par_25 {
    width: 27%;
  }
  .process_list ul p {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .process_list li:nth-of-type(4) p {
    padding-right: 0;
    padding-left: 0;
  }
  .process_list ul + p {
    width: 440px;
    padding-right: 0;
    padding-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width:700px) {
  .sec_mv p {
    font-size: 35px
  }
  .sec_mv p span {
    font-size: 18px;
  }
  .mv_txt img {
    width: 50px;
  }
  .tit_right,
  .tit_left {
    width: 50px;
  }
  .business_about {
    margin: 60px 0;
  }
  h3 {
    line-height: 1.3em;
  }
  h3 .SP {
    display: block;
  }
  .eq_list dd h4 span {
    font-size: 20px;
  }
  .eq_list dd {
    padding-bottom: 0;
  }
  .about_inner dl + p {
    padding: 0;
  }
  .company_table dt .SP {
    display: block;
  }
  .company_table dd .SP {
    display: block;
  }
  .company_table dt .PC {
    display: none;
  }
  .company_table dl {
    width: 100%;
  }
  .company_table dt {
    width: 84px;
    padding: 20px 10px;
  }
  .sec_company .sec_inner {
    width: 95%;
  }
  .company_table dd {
    padding-right: 0;
  }
  .company_table dd {
    width: 60%;
  }
  .process_list ul + p {
    max-width: 100%;
  }
  .sec_tit h2 {
    font-size: 35px;
  }
  .tit_bkg {
    width: 110px;
    margin-left: -35px;
  }
  .tit_right,
  .tit_left {
    width: 30px;
  }
  .about_inner dd h4 {
    font-size: 18px;
  }
  .eq_list dd {
    padding: 30px 10px 0 10px;
  }
  .eq_list dd p {
    padding: 30px 10px 0 10px;
  }
  .bkg_tit {
    height: 35px;
  }
  .greeting_inner p img {
    width: 90px;
    display: block;
  }
  footer div span {
    width: 70px;
  }
  .company_table dd {
    padding: 20px 0 20px 10px;
  }
  .pf_banner {
    padding-top: 0;
  }
  .about_inner dd {
    width: 100%;
  }
  .about_inner li {
    margin: 30px 0;
  }
  .about_inner {
    margin-top: 60px;
  }
  .sec_business .sec_wrapp {
    margin-bottom: 0;
  }
  .business_list dd p {
    padding: 30px 10px 0 10px;
  }
  .business_about {
    margin: 0;
  }
  .rec_banner .sec_inner {
    background-image: url(../img/recruit_sp.png);
  }
  .pf_banner .sec_inner {
    background-image: url(../img/performance_sp.png);
  }
  .process_list li:nth-of-type(4) p {
    padding: 0;
  }
  .process_list li:nth-of-type(4) p span {
    font-weight: bold;
    line-height: 1.5em;
    display: inline-block;
    vertical-align: middle;
  }
  .process_list ul p {
    display: block;
    width: 100%;
  }
  .process_list ul li.par_80 {
    width: 69%;
  }
  .process_list ul li.par_50 {
    width: 43%;
  }
  .process_list ul li.par_15 {
    width: 24%;
  }
  .process_list ul li.par_25 {
    width: 28%;
  }
}
/*700*/
@media screen and (max-width:500px) {
  .sec_mv .mv_txt .SP {
    display: block;
  }
  .slider li div {
    gap: 15px;
  }
  .mv_txt img {
    width: 30px;
  }
  .toggle_btn {
    top: 19px;
    right: 19px;
  }
  .slick-slide img.slide_item {
    height: 600px;
  }
  .greeting_inner dd {
    padding-bottom: 0;
  }
  .slick-slide img.slide_item.PC {
    display: none;
  }
  .slick-slide img.slide_item.SP {
    display: block;
  }
  .process_list ul + p {
    width: 400px;
    padding-right: 0;
    padding-left: 0;
    margin-top: 10px;
  }
  .process_list ul {
    width: 400px;
    margin: 0 auto;
    justify-content: center;
    gap: 10px 10px;
  }
  header {
    width: 65%;
    padding-left: 20px;
    gap: 10px;
  }
}
@media screen and (max-width:444px) {
  .process_list ul {
    width: 315px;
    margin: 0 auto;
    justify-content: center;
    gap: 10px 10px;
  }
  .process_list ul li.par_80 {
    width: 69%;
  }
  .process_list ul li.par_50 {
    width: 43.5%;
  }
  .process_list ul li.par_15 {
    width: 23%;
  }
  .process_list ul li.par_25 {
    width: 27%;
  }
  .process_list ul p {
    font-size: 15px;
    height: 80px;
    line-height: 80px;
  }
  .process_list ul + p {
    width: 312px;
    height: 50px;
    padding: 15px 0;
    font-size: 15px;
  }
  .process_list ul + p a {
    font-size: 15px;
  }
}