/*
Theme Name: ms-company
*/
@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  font-size: 62.5%;
  box-sizing: border-box;
}
body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family:   "Noto Sans JP", sans-serif, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #333;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.3em;
}
body.open {
  overflow: hidden;
}
a {
  color: #333;
  display: block;
}
a:link {
  text-decoration: none;
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:visited {
  color: #333;
}
a:hover {
  opacity: 0.5;
}
h1 {
  font-size: 3rem;
  line-height: 1.5;
}
h1.copy {
  font-size: 4rem;
  text-align: center;
  width: max-content;
}
h2 {
  font-size: 3rem;
  line-height: 1;
}
h3 {
  font-size: 2rem;
}
h4 {
  font-size: 1.8rem;
}
img {
  display: block;
  width: fit-content;
}
input, button, textarea, select {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: normal;
}
button {
  text-decoration: none;
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
button:hover {
  cursor: pointer;
}
/*---------- header ----------*/
header {
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
}
/*.header_logo {

}*/
.header_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5rem;
  height: 10rem;
  position: fixed;
  z-index: 2;
  width: 100%;
  top: 0;
  background-color: #fff;
}
.header_logo img {
  width: fit-content;
  height: auto;
}
.header_contact {
  display: flex;
  align-items: center; 
}
.header_tel {
  display: flex;
  align-items: center;
  margin-right: 3rem;
}
.header_tel img {
  height: 4rem;
  margin-right: 1rem;
}
.tel_inner p {
  font-size: 1.4rem;
  color: #4e8cf9;
}
.tel_inner a {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: .5rem;
}
.header_mail img {
  height: 3rem;
}


/*---------- main ----------*/
.normal_btn {
 font-size: 1.6rem;
  position: relative;
  display: block;
  padding: calc(1.5rem - 12px) 3rem 1.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #333;
  background: #f0f5fe;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;
}
.normal_btn:before {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #000;
}

.fl_top_recruit {
  padding: 20rem 0 5rem;
  background-color: #7ba8f8;
  position: relative;
}
.title_box {
  position: relative;
}
.bg_text {
  text-align: center;
  line-height: 1.2;
}
.bg_text p {
  font-size: 10vw;
  color: #7ba8f8;
  font-weight: bold;
  text-shadow:1px 1px 0 #4c71b3, -1px -1px 0 #4c71b3,
              -1px 1px 0 #4c71b3, 1px -1px 0 #4c71b3,
              0px 1px 0 #4c71b3,  0-1px 0 #4c71b3,
              -1px 0 0 #4c71b3, 1px 0 0 #4c71b3;
}
.title_box h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  color: #fff;
  border-bottom: solid 3px #fff;
  padding: 0 0 1rem;
}
.title_box h2 p {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.fl_top_recruit .col3 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 5vw;
  margin-top: 3rem;
  width: calc(100% - 6rem);
}
.fl_top_recruit .md_col3 {
  width: 30%;
  line-height: 1;
  letter-spacing: normal;
  margin: 2rem 0;
  min-width: 20rem;
}
.fl_top_recruit .md_col3::after {
  display: block;
  content:"";
  width: 30%;
}
.fl_top_recruit .top_recruit_img {
  aspect-ratio: 4 / 5;
}
.fl_top_recruit .top_recruit_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}
.top_recruit_box {
  display: flex;
  margin: 5rem 0 0;
}
.top_recruit_box h3 {
  writing-mode: vertical-rl;
  letter-spacing: .5em;
  font-size: 3rem;

}
.top_recruit_box h4 {
  line-height: 1.5;
  margin: 2rem 0 0;
}
.top_recruit_box h4 p {
  font-size: 1.4rem;
}
.fl_top_recruit .normal_btn {
  margin-top: 3rem;
}
.fl_top_recruit::before {
  content: "";
  position: absolute;
  height: 100px;
  width: 100%;
  clip-path: polygon(0 0,50% 100%,100% 0);
  background-color: #fff;
  left: 0;
  top: -1px;
}
.fl_top_recruit::after {
  content: "";
  position: absolute;
  height: 100px;
  width: 100%;
  clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
  background-color: #7ba8f8;
  left: 0;
  bottom: -99px;
}
.scroll_box {
  position: absolute;
  z-index: 1;
  top: -50px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.scroll_box a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.scroll_box a::after {
  content: '';
  display: block;
  width: 2px;
  height: 300px;
  background-color: #333;
  margin-top: 1rem;
}

.fl_heading {
  height: 30rem;
  position: relative;
  background: linear-gradient(90deg, #4889fd, #a0bef8);
  color: #fff;
}
.fl_heading .frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.top_outline {
  margin: 10rem auto;
  max-width: 90rem;
}
.top_outline h2 {
  margin: 0 auto 5rem;
  text-align: center;
}
.top_outline_list dl {
  display: flex;
  font-weight: bold;
  border-bottom: solid 1px #ccc;
  padding: 1rem;
}
.top_outline_list dt {
  display: flex;
  align-items: center;
  width: 15rem;
} 
.top_outline_list dd {
  width: calc(100% - 15rem);
  word-break: break-all;
} 

.fl_top_aboutus {
  padding-top: 20rem;
}


/*---------- footer ----------*/
footer {
  background-color: #f0f5fe;
  position: relative;
  font-size: 1.3rem;
  z-index: 0;
}
.fl_copy {
  padding: 1rem 0;
}
.md_logo img {
  width: 100%;
  height: auto;
}
.md_copylight {
  font-size: 1.2rem;
  text-align: right;
  padding: 0 5rem;
}
.md_logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.md_footNavi .link_title {
  margin: 0 0 1rem;
  font-weight: bold;
  font-style: oblique;
  font-size: 2rem;
}

.error-message {
  font-size: 1.7rem;
  padding: 5rem 2rem;
}

/*==========================================================================
■ PC版のみ
==========================================================================*/
@media screen and (min-width: 769px) {
.pcDisNon {
  display: none;
}
/*---------- header ----------*/
/*header {

}*/
.nav_list li.sub_link {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.globalnav {
  padding: 0 5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.nav_list .main_link {
  width: 25%;
  text-align: center;
  border-right: solid 2px #a4c1f4;
}
.nav_list .main_link:last-of-type {
  border-right: none;  
}
.globalnav-wrap {
  z-index: 2;
  width: 100%;
  background-color: #f0f5fe;
  height: 7rem;
  position: fixed;
  top: 10rem;
}
.globalnav .nav_list {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.header_box.scrolled {
  color: #333;
  background-color: #fff;
}
.tel_inner a {
  color: #4e8cf9;
}
.header_box.scrolled .tel_inner a {
  color: #4e8cf9;  
}
.header_tel img, 
.header_mail {
    filter: invert(51%) sepia(15%) saturate(6835%) hue-rotate(199deg) brightness(100%) contrast(96%);
}

/*---------- main ----------*/
main {
  margin-top: 13.8rem;
}
.frame {
  padding: 0 5rem;
  margin: 0 auto;
}
/*---------- footer ----------*/
/* footer{
  
} */
.fl_md {
  max-width: 100rem;
  padding: 0 5rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 25rem;
}
.md_footer {
  width: 70%;
  height: 70%;
  margin: auto 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  letter-spacing: 0;
}
.md_logo {
  width: 30%;
  height: 70%;
  padding-right: 3rem;
  margin: auto 0 0;
}
.md_footNavi {
  display: flex;
  flex-wrap: wrap;
  width: 30%;
}
.md_footNavi li {
  margin: 0 1rem; 
  min-width: 55px;
  width: 100%; 
}


}

/*==========================================================================
■ Tab版
==========================================================================*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
/*---------- header ----------*/

/*---------- main ----------*/


/*---------- footer ----------*/


}


/*==========================================================================
■ SP版
==========================================================================*/
@media screen and (max-width: 768.98px) {
.spDisNon {
    display: none;
}
h1 {
  font-size: 2.5rem;
}
h1.copy {
  font-size: 2.5rem;
}
h2 {
  font-size: 2.4rem;
}
p {
  font-size: 1.4rem;
}

/*---------- header ----------*/
header {
  position: fixed;
  width: 100%;
  z-index: 2;
  background-color: #111;
}
.header_logo {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 0;
  width: fit-content;
}
.header_logo p {
  margin: 0;
}
.header_logo img {
  width: auto;
  height: 2rem;
}
.header_box {
  height: 5rem;
}
.nav_list > li > a {
  display: block;
  padding: 1rem 2rem;
  position: relative;
}
.nav_list > li > a:hover {
  opacity: 1;
}
.nav_list a:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}
.md_gl_nav .tog_bar.active + ul {
  border-bottom: solid .1rem #333;
}
.md_gl_nav .tog_bar.active:after {
  content: "\f068";
}
.md_gl_nav .md_gl_nav_inner {
  display: none;
  padding: 1rem 0;
}
.md_gl_nav .md_gl_nav_inner li {
  margin: 0 2.3rem 0;
}
.md_gl_nav .md_gl_nav_inner li a {
  display: block;
  padding: 1rem 0;
}
.md_gl_nav {
  background-color: #fff;
  height: 100%;
  margin: 0;
  padding-bottom: 10rem;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  min-width: 100vw;
  top: 4.8rem;
  right: 0;
  z-index: 6;
}
.overlay {
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 4.8rem;
  left: 0;
  z-index: 5;
  opacity: 0;
}
.globalnav-wrap .globalnav .md_gl_nav {
  -webkit-transition: all .2s;
  transition: all .2s;
  right: -100vw;
}
.globalnav-wrap.open .globalnav .md_gl_nav {
  right: 0;
}
.globalnav-wrap.open .overlay {
  opacity: 1;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  width: 100%;
  height: 100%;
}
.nav-button-wrap {
    z-index: 1000;
    cursor: pointer;
    position: absolute;
    top: 1.4rem;
    right: 1.5rem;
}
.nav-button,
.nav-button span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-button {
  z-index: 20;
  width: 25px;
  height: 17px;
  position: relative;
}
.nav-button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
}
.nav-button span:nth-of-type(1) {
  top: 0;
}
.nav-button span:nth-of-type(2) {
  top: 8px;
}
.nav-button span:nth-of-type(3) {
  bottom: 0;
}
.active .nav-button span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}
.active .nav-button span:nth-of-type(2) {
  opacity: 0;
}
.active .nav-button span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}
.header_box {
  background-color: #fff;
  padding: 0 5rem 0 2rem;
}
.md_gl_nav .tel_inner a {
  color: #4e8cf9;;
}
.md_gl_nav .header_contact {
  justify-content: center;
  margin-top: 5rem;
}
.header_contact .header_tel img, 
.header_contact .header_mail {
    filter: invert(51%) sepia(15%) saturate(6835%) hue-rotate(199deg) brightness(100%) contrast(96%);
}
/*---------- main ----------*/
main {
  padding-top: 5rem;
}
.frame {
  padding: 0 1rem;
}
.title_box h2 {
  width: max-content;
}
.bg_text p {
  font-size: 12vw;
}
.scroll_box a::after {
  height: 200px;
}
.scroll_box {
  top: 0;
}

.fl_heading {
  height: 20rem;
}



.top_outline_list dt {
  width: 10rem;
} 
.top_outline_list dd {
  width: calc(100% - 10rem);
} 




/*---------- footer ----------*/
.fl_md {
  margin: 0 1rem;
}
.md_footer {
  padding: 3rem 0 2rem;
}
.md_logo img {
  width: 20rem;
}
.md_logo {
  justify-content: center;
  padding: 5rem 0 0;
}
.md_copylight {
  letter-spacing: 0;
  text-align: center;
  line-height: 1;
}
.md_footNavi li {
  margin: 0 0 1rem 0;
  padding: 0 0 0 4rem;
}
.md_footNavi .link_title {
  padding: 0 0 0 2rem;;
}

}
/*---------- レイアウト微調整 ----------*/
