/* Start common style */
html {
  font-size: 62.5%;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  color: #333;
  background-color: #ffffff;
}
img, svg {
  max-width: 100%;
  vertical-align: bottom;
}
a img {
  transition: .5s;
}
a img:hover {
  opacity: 0.7;
}
a {
  transition: .3s;
}
a:hover {
  opacity: 0.7;
}
main {
  padding-top: 70px;
  display:block;
}
.sectionWrapper {
  padding:0px 0 60px;
}
.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  ;
  align-items: center;
}
.flexBoxOnly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  ;
  align-items: center;
}
.contentWrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 30px;
}
.sec_title {
  font-size:3.3rem;
  font-weight: 500;
  letter-spacing: 1rem;
  text-align: center;
  max-width: 410px;
  margin: 0 auto 4.5rem auto;
  padding:60px 0 2rem;
  border-bottom: 3px solid #F29600;
}
.sec_sub_title {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
  color: #EB9200;
  width: 700px;
  margin: 52px auto;
  text-align: left;
}
a {
  text-decoration: none;
  display: inline-block;
}
.effect-fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 300ms;
}
.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}


/* End common style */
/* Start common header */
.header {
  width: 100%;
  background-color: #F29600;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.headerNavOuter {
  height: 70px;
  max-width: 1240px;
  margin: 0 auto;
  background-color: #F29600;
  padding: 0 1.5rem;
}
.nav_button {
  display: none;
}
.gNav {
  display: block;
}
.gNavMenu_item {
  padding: 0 1.6rem;
  border-left: 1px solid #231815;
}
.gNavMenu_item:first-of-type {
  border-left: none;
}
.gNavMenu_item:last-of-type {
  padding-right: 0;
}
.gNavMenu_item:first-of-type {
  border-left: none;
}
.gNavMenu_item a {
  color: #231815;
  font-size: 1.8rem;
  font-weight: 500;
}
.gNav.open {
  display: block;
}
.gNav.close {
  display: none;
}
/* End common header */

/* Start common footer */
.footer {
  width: 100%;
  margin-top: 9.5rem;
}
.footer_top {
  background-color: #F2F2F2;
  padding: 7.7rem 0;
}
.footer_top_heading {
  font-size: 3.2rem;
  letter-spacing: 6px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 3rem;
}
.footer_top_txt {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 6rem;
}
.footer_top_btn_group {
  justify-content: center;
}
.footer_top_btn_group a {
  margin: 0 2rem;
}
 .footer_top_btn_group img {
    width:400px;
  }
.footer_bottom {
  background-color: #F29600;
  padding:5rem 0;
}
.footer_NavMenu {
  justify-content: center;
}
.footer_NavMenu_item {
  padding: 0 1.6rem;
  border-right: 1px solid #FFFFFF;
}
.footer_NavMenu_item:last-of-type {
  border-right: none;
}
.footer_NavMenu_item a {
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 500;
}

/* End common footer */
/* 
----------------------
Start index css
----------------------
*/
.index {
  padding-top: 56px;
}
.center {
  text-align: center
}
.fv-img {
  padding: 5rem 0 0;
}
.fv-text {
  padding:5rem 0;
}
.sp {
  display: none;
}
.fv-text p {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.8rem;
  letter-spacing: 0.5rem;
  line-height: 4.5rem;
}
.recruit-banner img {
  width: 90%;
}
/*ここからlink-index*/
.link-box-flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  ;
  align-items: center;
  padding-bottom: 9rem;
}
.index-link-banner {
  max-width: 948px;
  margin: 0 auto;
}
.link_banner_item {
  margin: 0 2.2rem;
}
.link_banner_item img.pc{
width:266px;
}

/* 
----------------------
End index css
----------------------
*/
/* 
----------------------
Start company css
----------------------
*/
.page_company_img {
  text-align: center;
}
.sp_only {
  display: none;
}

.text_desc {
  width: 60%;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 400;
  text-align: justify;
}
.txt_red {
  color: #FF0000;
  font-weight: 700;
}
.info_list {
  margin: 8.5rem 0;
}
.info_list_heading {
  margin-bottom: 4rem;
  text-align: center;
}
.company_info_list {
  width: 60%;
  margin: 0 auto;
}
.company_info_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-top: 1px solid #CCCCCC;
  font-size: 1.6rem;
  line-height: 1.7;
}
.company_info_list_item:last-of-type {
  border-bottom: 1px solid #CCCCCC;
}
.company_info_title {
  font-weight: 500;
  -ms-flex-preferred-size: 29%;
  flex-basis: 29%;
  background-color: #F2F2F2;
  text-align: center;
  padding: 1.3rem 0;
}
.company_info_detail {
  padding: 1.3rem 0;
  margin-left: 2.4rem;
  -ms-flex-preferred-size: 71%;
  flex-basis: 71%;
  font-weight: 400;
}
.store_info_block {
  max-width: 1001px;
  margin: 0 auto;
}
.store_info_item {
  margin-bottom: 6rem;
  width: 100%;
}
.store_info_item:last-of-type {
  margin-bottom: 0;
}
.store_heading {
  width: 100%;
  background-color: #F2F2F2;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: 0.64px;
  font-weight: 700;
  padding: 1.6rem 0;
  margin-bottom: 2.2rem;
}
.store_info_left, .store_info_right {
  width: 48%;
}
.store_info_left p {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
}
.store_info_left .txt_fwm {
  font-weight: 700;
  margin-bottom: 3px;
}
.tel_link, .tel_link a {
  color: #0071BC;
  text-decoration: underline;
  text-decoration-color: #0071BC;
}
.tel_link {
  margin-right: 2.4rem;
}
.store_info_img {
  margin-top: 1.7rem;
}
.iframe_wrap {
  position: relative;
  width: 100%;
  padding-top: 60.4%;
}
iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 
----------------------
End company css
----------------------
*/
/* 
----------------------
Start service css
----------------------
*/
.service-fv-img {
  margin-top: 30px;
}
.service h4 {
  font-weight: 500;
  font-size: 2.6rem;
}
/*ここから２カラム*/
.service-wrap {
  width: 100%;
  margin: 0 auto;
}
.service-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.service-contents {
  width: 35%;
  padding: 15px;
  border: 1px solid #cccccc;
  margin-top: 3rem;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}
.service-contents:first-of-type, .service-contents:nth-of-type(2) {
  margin-top: 0;
}
.service-contents h4 {
  font-size: 2.3rem;
  font-weight: 500;
}
.service-contents img {
  margin-top: 15px;
  width: 100%;
}
.service-contents p {
  margin-top: 10px;
  text-align: justify;
  font-size: 1.6rem;
  line-height: 1.8;
}

/* 
----------------------
End service css
----------------------
*/
/* 
----------------------
Start contact css
----------------------
*/
.page_contact_txt_block > .text_desc {

  text-align: center;
}
.contactForm {
  padding: 4rem 0 0 0;
}
form {
  max-width: 630px;
  margin: 0 auto;
}
.contact_item {
  margin-bottom: 3rem;
}
.label {
  display: block;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.55px;
  margin-bottom: .6rem;
  font-weight: 500;
}
.inputs {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"], input[type="number"], input[type="email"] {
  border: solid 1px #ADADAD;
  padding: .5rem;
  font-size: 1.8rem;
}
.select_store {
  border: solid 1px #ADADAD;
  padding: .5rem;
  font-size: 1.8rem;
}
textarea {
  border: solid 1px #ADADAD;
  padding: .5rem;
  height: 207px;
  font-size: 1.8rem;
}
.btnArea {
  text-align: center;
}
input[type="submit"] {
  background: #0F66FF;
  border: none;
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 2px;
  font-weight: 500;
  padding: 1rem 4.8rem;
  margin-top: 3rem;
  cursor: pointer;
}

/* 230317追加*/
.rinji_bnr{
text-align: center;
margin:0px auto 70px;
width:812px;
}

/* 
----------------------
End contact css
----------------------
*/