:root {
  --main-color: #85c6ef;
  --main-color2: #f5fbfe;
  --main-bgcolor: #f2fafc ;
}


.font1{font-family: 'Hina Mincho', serif;}
.font2{font-family: 'Kosugi', sans-serif;}
.font3{font-family: 'Noto Sans JP', sans-serif;}
.font4{font-family: 'Noto Serif JP', serif;}
.font5{font-family: 'Reggae One', cursive;}
.font6{font-family: 'RocknRoll One', sans-serif;}
.font7{font-family: 'Sawarabi Gothic', sans-serif;}
.font8{font-family: 'Sawarabi Mincho', serif;}
.font9{font-family: 'Shippori Mincho B1', serif;}
.font10{font-family: 'Zen Maru Gothic', sans-serif;}
.font11{font-family: 'DotGothic16', sans-serif;}
.font12{font-family: 'Zen Kaku Gothic New', sans-serif;}

.bg_bray{background-color: #f7f7f7 !important;}
/*共通*/


.title_catch2 .contact{font-size: 40px !important;font-weight: bold;margin-bottom: 0px !;margin-top: 0px;text-align: left;line-height: 1.2em;}
.title_catch2 p{font-size: 15px !important;margin-bottom: 0px;margin-top: 0px;text-align: left;}
  .tel_icon{width: 50px !important;margin-bottom: 5px;}
  .mail_icon{width: 30px;}
  @media only screen and (max-width: 720px) {
    .mail_icon{width: 23px;}
    .title_catch2 .contact{font-size: 23px !important;text-align: center !important;}
    .title_catch2 p{text-align: center;margin-bottom: 20px;}
    .tel_icon{width: 30px !important;margin-bottom: 5px;}
}
.icon_choose{width: 60px;display: block;margin: 30px auto;}

@media only screen and (max-width: 720px) {
  .icon_choose{width: 80px;display: block;margin: 20px auto;}
}


h2{display: inline-block;font-size: 3rem;text-align: center;font-weight: 700;line-height:3.5rem;margin-bottom: 1.5em;margin-top: 0.5em;letter-spacing: 0.1rem;}
.h2-s{font-size: 1rem;text-align: center;font-weight: 500;margin-bottom: 0.0;margin-top: 0.1em;letter-spacing: 0.1rem;color: #ffc72e;}

.aichan{width: 50px;height: auto !important;}
.sub_title h2 {
  position: relative;
  font-size: 1.5rem;
  margin: 10px 0 50px;
  display: inline-block;
  letter-spacing: 0.1em;
  color: #FFF;
  padding: 0 55px;
}

.sub_title h2:before, .sub_title h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #FFF;
}

.sub_title h2:before {
  left:0;
}
.sub_title h2:after {
  right: 0;
}

.white{color:#FFF !important;
  text-decoration:none !important;}
p{font-size: 100%;}
.img_wrap img{
  cursor: pointer;
  transition-duration: 0.3s;
}
.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}
@media only screen and (max-width: 991px) {
  h2{font-size: 1.7rem;line-height: 2rem;}
  p{font-size: 100%;margin-bottom: 10px;}
}
@media only screen and (max-width: 720px) {
  p{font-size: 95%;margin-bottom: 10px;}
}
.section-bg-left{background-position: left center ;background-color: #f5f5f5;background-repeat: no-repeat;background-size: 50%;}
.section-bg-right{background-position: right center ;background: -moz-linear-gradient(left, #eb5c01, #f5a500); background: -webkit-linear-gradient(left, #eb5c01, #f5a500);background: linear-gradient(to right, #eb5c01, #f5a500);background-repeat: no-repeat;background-size: 100%;}

.cate_gray{background-color: #FFF;background-repeat: no-repeat;justify-content:center;align-items:center;margin-bottom: 30px;border: 1px solid #eee;border-radius: 20px !important;box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .05);}

.cate_gray_bg{background-position: right center ;background: -moz-linear-gradient(left, #eb5c01, #f5a500) !important; background: -webkit-linear-gradient(left, #eb5c01, #f5a500) !important;background: linear-gradient(to right, #eb5c01, #f5a500) !important;background-repeat: no-repeat;background-size: 100%;color: #FFF !important;}


.cate_white{background-image: url(../images/logo4.svg);background-position: right ;background-color: #ffffff;background-repeat: no-repeat;display: inline-flex;justify-content:center; align-items:center;}

h3{font-size: 1.5rem !important;text-align: center;font-weight: 500;letter-spacing: 0.1rem;margin-left: 0;line-height: 2rem;margin-bottom: 20px;}
h4{font-size: 1.7rem;font-weight: 500;letter-spacing: 0.1rem;margin-bottom: 30px;color: #111;}
h5{font-size: 1.3rem;font-weight: 500;letter-spacing: 0.1rem;margin: 20px 0 30px;}
.h3-s{font-size: 0.8rem;text-align: center;font-weight: 500;letter-spacing: 0rem;color: #eea317;}
.heading07 {
	position: relative;
	padding-top: 50px;
	padding-left: 0px;
	font-size: 26px;
}

.heading07 span {
	position: relative;
	z-index: 2;
}

.heading07::before {
	content: attr(data-en);
	position: absolute;
	top: -20px;
	left: 0;
	color: #eea317;
	font-size: 50px;
	font-weight: bold;
}
@media only screen and (max-width: 991px) {
h3{font-size: 1.2rem !important;letter-spacing: 0.1rem;}
h4{font-size: 1.1rem;letter-spacing: 0.1rem;margin-bottom: 10px;}
.h3-s{font-size: 1rem;}
.cate_gray{}
.sp-none{display: none;}
}
@media only screen and (max-width: 720px) {
h3{font-size: 1rem;letter-spacing: 0.1rem;}
}
.left-box p{}
.cate_gray {padding: 20px;
}

.cate_gray .left-box{
  display: inline-block; /* left-boxとright-boxをinline-blockに設定 */
  font-size: 1rem; /* フォントサイズを戻す */
  vertical-align: middle;
  box-sizing: border-box; /* paddingを含めた全体の幅を50%に設定 */
  width: 40%;
}

.cate_gray .right-box {
  display: inline-block; /* left-boxとright-boxをinline-blockに設定 */
  font-size: 1rem; /* フォントサイズを戻す */
  vertical-align: middle;
  box-sizing: border-box; /* paddingを含めた全体の幅を50%に設定 */
  width: 60%;
}
@media only screen and (max-width: 720px) {

.cate_gray {padding: 20px;display: block;
}

  .cate_gray .left-box{
    display: block !important; /* left-boxとright-boxをinline-blockに設定 */
    font-size: 1rem; /* フォントサイズを戻す */
    vertical-align: middle;
    box-sizing: border-box; /* paddingを含めた全体の幅を50%に設定 */
    width: 100%;
  }
  
  .cate_gray .right-box {
    display: block !important; /* left-boxとright-boxをinline-blockに設定 */
    font-size: 1rem; /* フォントサイズを戻す */
    vertical-align: middle;
    box-sizing: border-box; /* paddingを含めた全体の幅を50%に設定 */
    width: 100%;
  }

}
.cate_gray .left-box {
  padding:  0;
}

.cate_gray .right-box img {
  width: 100%; /* 画像を全体に拡大 */
}

.cate_gray a {
  text-decoration: none;
  color: #000;
}


@media only screen and (max-width: 991px) {

.cate_gray .right-box h3 {font-size:0.9rem;}  
}

/* パララックス用のCSS */
.parallax_tit{font-size: 40px;text-align: right;color: #46a9f0;opacity: 0.2;margin-right: 10px;margin-top: 0px;font-family: 'Noto Serif JP', serif;font-weight: bold;}
@media only screen and (max-width: 480px) {
.parallax_tit{font-size: 30px;}
}
.parallax {
  padding: 200px 0;
  height: 200px;
    background: url(../images/parallax4.jpg);
    background-size: cover;
    background-position: center;
   background-repeat: no-repeat;
}

.parallax2 {
  padding: 70px 0;
  height: 70px;
  background: url(../images/parallax5.jpg);
    background-size: cover;
    background-position:top center;
   background-repeat: no-repeat;
}
.parallax3 {
  padding: 100px 0;
  height: 100px;
  background: url(../images/parallax6.jpg);
    background-size: cover;
    background-position:top center;
   background-repeat: no-repeat;
}
.parallax4 {
  padding: 100px 0;
  height: 100px;
  background: url(../images/parallax3.jpg);
    background-size: cover;
    background-position:top center;
   background-repeat: no-repeat;
}
.normal {
  height: 10px;
  background-color: #FFF;
}

@media only screen and (max-width: 991px) {
.parallax,.parallax2{
  padding: 70px 0;
  height: 70px;
  background-position: center; }
}




/* お知らせ */

@media only screen and (max-width: 991px) {.information img{height: 250px }}
@media only screen and (max-width: 720px) {.information img{height: 170px }}
.information time{font-size: 100%;color: #46a9f0;}


.w100 {width: 100%;}
.w60 {width: 60%;}
.w70 {width: 70%;}
.w80 {width: 80%;}
.w50 {width: 50%;}
.max-100 { max-width: 100%;}

/* ヘッダー */
.header-logo{background-color: #FFF;box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .01);}
.header-logo img{ width: 80%;margin: 10px 0;max-height: 80px;}
.header-logo {
}

/* PCメニュー */
.pc-menu {
  background-color: #ffffff;
  padding: 10px 0;
}

.pc-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pc-menu li {
  margin: 0 10px;
}

.pc-menu li:first-child {
  margin-left: 0;
}

.pc-menu li:last-child {
  margin-right: 0;
}

.pc-menu a {
  color: #333333;
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9rem;
  padding: 5px;
}

.pc-menu a:hover {
}

.pc-menu a:hover {
  color: #111111;
  border-bottom:none;
  position: relative;
}

.pc-menu a:hover::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #eea317;
  bottom: -3px;
  left: 25%;
  animation: menuHover 0.3s ease-in-out forwards;
}
.pc-menu .h_recruit_btn a:hover {
  color: #111111;
  position: relative;
}
.pc-menu .h_recruit_btn a:hover::after {
  display: none;
}

@keyframes menuHover {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

a.pc-menu-rec {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 0.3rem 1.5rem;
	font-weight: bold;
	color: #FFF;
	background: #eea317;
	border-radius: 100vh;
	transition: 0.5s;
  border: 1px solid #eea317;
}
a.pc-menu-rec:hover {
	color: #eea317 !important;
  text-decoration: none !important;
	background: #FFF;
  border: 1px solid #eea317;
}

/* フッター */

a.btn_25 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	margin: auto;
	padding: 0.7rem 0;
	font-weight: bold;
  font-size: 1.2rem;
	border-radius: 40px;
  background-color: #FFF;
	color: #222;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
	transition: all 0.2s ease-in;
}
@media (max-width: 992px) {
  a.btn_25 {font-size: 0.8rem;width: 90%;padding: 0.5rem 0;}
    }
a.btn_25:before {
 content: "";
 position: absolute;
 left: 50%;
 transform: translateX(-50%) scaleY(1) scaleX(1.25);
 top: 100%;
 width: 140%;
 height: 180%;
 background-color: rgba(0, 0, 0, 0.05);
 border-radius: 50%;
 display: block;
 transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
 z-index: -1;
}
 
a.btn_25:after {
 content: "";
 position: absolute;
 left: 55%;
 transform: translateX(-50%) scaleY(1) scaleX(1.45);
 top: 180%;
 width: 160%;
 height: 190%;
 background-color: #ffdd00;
 border-radius: 50%;
 display: block;
 transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
 z-index: -1;
}
 
a.btn_25:hover {
 color: #222;
}
 
a.btn_25:hover:before {
 top: -35%;
 background-color: #ffdd00;
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
 
a.btn_25:hover:after {
 top: -45%;
 background-color: #ffdd00;
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.footer-logo{ border-top: 1px solid #eee;padding: 0;background-size: cover;background-position: bottom;background-position: top;}
.footer-logo_bg{background-color: #eea317;padding: 30px 0 0;}
.footer-logo_bg h2{font-size: 1.5rem;line-height: 1.4em;margin-bottom: 30px;letter-spacing: 0;}
.footer-logo_bg p{font-size: 1.3rem}
@media (max-width: 992px) {
.footer-logo_bg h2{font-size: 1rem;}
.footer-logo_bg p{font-size: 1rem}
  }
#footer{color: #3e3a39;font-size: 1rem;width: 100%;margin-top: 0px;background-color: #ffedcd;}
#footer a{color: #3e3a39;font-size: 1rem;text-decoration: none;}
#footer a:hover{text-decoration: underline;}
#footer .sub{margin-bottom: 10px;}
#footer .sub a{color: #111;font-size: 0.9rem;text-decoration: none;}
#footer .sub a:hover{text-decoration: underline;}
#footer .tel{color: #3e3a39;text-decoration: none;}
#footer h2{display: inline-block;writing-mode:initial;font-size: 1.6rem;color: #3e3a39;text-align: left;margin-bottom: 0.5em;margin-top: 0em;letter-spacing: 0;}

.yoyaku {
  background: #3e3a39;
  text-align: center;
  margin: 10px 0 20px;
  width: 150px;
  padding: 3px 25px;
  color: #FFF;
}
.copyright{padding: 20px 0 20px;color: #3e3a39;font-size: 0.8rem;line-height: 2rem;}
.copyright a{color: #3e3a39;font-size: 0.9rem;text-decoration: none;}
.copyright a:hover{color: #46a9f0;text-decoration: none;}
@media (max-width: 992px) {
.copyright{font-size: 10px;}
#footer h2{margin-top: 1.5rem;}
}


#topBtn{
    background:#f56e00;
    color: #fff;
    position: fixed;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 991px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
    .pcnav{ display: none !important; }
}
/*メニュー用css*/

.menu-content .row{padding: 0 ;margin: 0;}

.menu-content ul {
  padding: 90px 10px 0;
  margin-bottom: 30px !important;
}
.menu-content ul li {
  border-bottom: solid 1px #ccc;
  position: relative;
  height: auto;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color:#333;
  text-decoration: none;
  padding: 8px 15px 10px 10px;
}

.menu-content .sub {
  list-style:none;
  padding-left: 0.7em;
}


.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #eee;
  border-right: solid 2px #eee;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
@media only screen and (max-width: 1000px) {
  .menu-content ul {
    padding: 0px 30px 0;
  }
  .menu-content ul li a {
    padding: 15px 15px 10px 10px;
  }

.menu-content ul li a::before {
  right: 11px;
  top: 20px;
}
  .menu-content{
    padding: 90px 0 0;}
  }

.menu-content {
  width: 25%;
  height: 100%;
  position: fixed;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .1);
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 99998;
  overflow-y: auto;
  opacity: 0.95;
  background-color: #FFF;
  transition: all 0.5s;/*アニメーション設定*/
}

.menu-content a:hover{
  color: #d5555d;
}

#menu-btn-check:checked ~ .menu-content {
    left: 75%;/*メニューを画面内へ*/
}
@media only screen and (max-width: 1000px) {
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 99998;
    overflow-y: auto;
    opacity: 0.95;
    background-color: #FFF;
    transition: all 0.5s;/*アニメーション設定*/
  }
  
  #menu-btn-check:checked ~ .menu-content {
      left: 0%;/*メニューを画面内へ*/
  }
  .menu-mt{margin-top: 0 !important;padding-top: 0 !important;}
  .menu-mb{margin-bottom: 0 !important;padding-bottom: 0 !important;}
  }
/*三本線疑似要素*/
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
.menu-btn {
  position: fixed;
  top: 0px;
  right: 0px;
  display: flex;
  height: 80px;
  width: 80px;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  background-size: contain;
}

@media only screen and (max-width: 991px) {
  .menu-btn {
    height: 60px;
    width: 60px;
  } 
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 2px;
  width: 30px;
  border-radius: 0px;
  background-color: #111;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
.menu-btn.active span,
.menu-btn.active span:before,
.menu-btn.active span:after {
  background-color: #111;
}
/*チェックボックスを隠す*/
#menu-btn-check {
    display: none;
}

/*投稿ページ*/
.single h2{display: inline-block;writing-mode:initial;font-size: 1.4rem;color: #46a9f0;text-align: left !important;margin-bottom: 1em;margin-top: 0em;letter-spacing: 0;}
.single time{display: block;font-size: 1.2rem;color: #3e3a39;text-align: left !important;margin-bottom: 0.1em;margin-top: 0em;letter-spacing: 0;}
.single img {max-width: 100%;}
/* フォーム */
.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {

  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {

}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #46a9f0;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 30px;
  margin-top: 100px !important;
  border: none;
  margin: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #46a9f0;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}


.pagination {
  margin:auto;
  justify-content: center;
  text-align:center;
}
.pagination ul {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
    justify-content: center;
  flex-wrap: wrap;
  border-radius: 3px;
}
.pagination li {
  overflow: hidden;
  margin: 4px;
  padding: 0;
}
.pagination a, .pagination span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 3px 0 0;
    padding-top: 3px;
  text-decoration: none;
  color: #46a9f0;
  border:1px solid #46a9f0;
}
.pagination a:hover {
  display: inline-block;
  margin: 0 3px 0 0;
  text-decoration: none;
  color: #46a9f0;
  background:#feeaea;
}
.pagination .current {
  cursor: default;
  margin: 0 3px 0 0;
  color: #FFF;
  background:#46a9f0;
}
.page-numbers {
  width: auto;
  padding: 0;
  background: transparent
}

.swiper_copy1,.swiper_copy2{font-size: 5.3rem;font-weight: bold;line-height: 1rem;margin-bottom: 0em;letter-spacing: 0rem;color: #FFF;text-shadow: 3px 2px 20px #888;}
.swiper_copy2{margin-top: -3px;}

@media only screen and (max-width: 1180px) {
.swiper_copy1,.swiper_copy2{font-size: 3.5rem;letter-spacing: 0.2rem;}}

@media only screen and (max-width: 1000px) {
.swiper_copy1,.swiper_copy2{font-size: 3rem;letter-spacing: 0.2rem;}}
@media only screen and (max-width: 720px) {
.swiper_copy1,.swiper_copy2{font-size: 1.6rem;letter-spacing: 0rem;}
}


.text {
  margin-bottom: -2px;
  opacity: 0;
  line-height:1.3em;
  transform: translateY(-55px);
  filter: blur(9px);
  transition: opacity 2s, transform 1s, filter 1s;
  transition-delay: 0.1s;
  display: inline-block;
}

.text.show {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/*ボタン*/
.mainbtn{}
.mainbtn a {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 0.5rem 0;
	font-weight: bold;
	color: #FFF;
	background: #46a9f0;
	border-radius: 100vh;
	transition: 0.5s;
  border: 1px solid #46a9f0;
}
.mainbtn a:hover {
	color: #d96f86 !important;
  text-decoration: none !important;
	background: #FFF;
  border: 1px solid #46a9f0;
}




/*スクロールダウン全体の場所*/
.scrolldown1{
  /*描画位置※位置は適宜調整してください*/
position:absolute;
left:50%;
bottom:10px;
  /*全体の高さ*/
height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
  /*描画位置*/
position: absolute;
left:-15px;
top: -15px;
  /*テキストの形状*/
color: #111;
font-size: 0.7rem;
letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after{
content: "";
  /*描画位置*/
position: absolute;
top: 0;
  /*線の形状*/
width: 1px;
height: 30px;
background: #111;
  /*線の動き1.4秒かけて動く。永遠にループ*/
animation: pathmove 1.4s ease-in-out infinite;
opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
0%{
  height:0;
  top:0;
  opacity: 0;
}
30%{
  height:30px;
  opacity: 1;
}
100%{
  height:0;
  top:50px;
  opacity: 0;
}
}


#header{
width:100%;
height: 100px;
position: relative;
} 


#header:before{
content: '';
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height: 10vh;
/*背景画像設定*/
background-size:cover;
}
 /* 事業内容 */

 .work h3{font-size: 1.3rem;line-height: 1.3em;}
 .work a{ color: #221f1f;}
 @media only screen and (max-width: 991px) {
.work h3{font-size: 1.4rem;letter-spacing: 0.1rem;}
  }
  @media only screen and (max-width: 720px) {
.work h3{font-size: 1.1rem;letter-spacing: 0.1rem;}
  }
 /* 事業所紹介 */


.cate_office{background-image: url(../images/logo4.svg);background-position: right bottom;background-color: #fef5f5;background-repeat: no-repeat;justify-content:center;align-items:center;margin-bottom: 30px;border: 1px solid #eee;padding-bottom: 30px;text-align: center;}
.cate_office h3 {font-size: 1.1rem;font-weight: 500;letter-spacing: 0.1rem;margin-left: 0;margin: 10px 0 15px;line-height: 1.3em;}
.cate_office_btn a {letter-spacing: 0rem;display: block;text-align: center;text-decoration: none;font-size: 0.8rem;padding: 0.2rem 0.5rem;font-weight: bold;color: #FFF;background: #46a9f0;border-radius: 100vh;transition: 0.5s;border: 1px solid #46a9f0;width: 70%;margin: 10px auto 0;letter-spacing: 0.1rem;}
 @media only screen and (max-width: 991px) {
.cate_office h3 {font-size: 0.9rem;letter-spacing: 0rem;}
.cate_office_btn a {letter-spacing: 0rem;display: block;text-align: center;text-decoration: none;font-size: 0.5rem;padding: 0.2rem 0.5rem;font-weight: bold;color: #FFF;background: #46a9f0;border-radius: 100vh;transition: 0.5s;border: 1px solid #46a9f0;width: 70%;margin: 10px auto 0;letter-spacing: 0.1rem;}
}

.cate_office_btn a:hover {color: #46a9f0 !important;text-decoration: none !important;background: #FFF;border: 1px solid #46a9f0;}
 
 /* 求人情報 */

.recruit h2 {
  position: relative;
  font-size: 1.3rem;
  margin-top: 30px;
  display: inline-block;
  letter-spacing: 0.1em;
  color: #75d500;
  padding: 0 55px;
}

.recruit h2:before, .recruit h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #75d500;
}

.recruit h2:before {
  left:0;
}
.recruit h2:after {
  right: 0;
}

.cate_recruit{background-image: url(../images/logo4.svg);background-position: right bottom;background-color: #FFF;background-repeat: no-repeat;justify-content:center;align-items:center;margin-bottom: 30px;border: 1px solid #eee;padding-bottom: 30px;text-align: center;}
 .recruit h3 {font-size: 1.1rem;font-weight: 500;letter-spacing: 0.1rem;margin-left: 0;margin: 10px 0 15px;}
 @media only screen and (max-width: 991px) {.recruit h3 {font-size: 1rem;}}

 .recruit_btn a {display: block;text-align: center;text-decoration: none;font-size: 0.9rem;padding: 0.2rem 0;font-weight: bold;color: #FFF;background: #46a9f0;border-radius: 100vh;transition: 0.5s;border: 1px solid #46a9f0;width: 50%;margin: 10px auto 0;letter-spacing: 0.1rem;}
 .recruit_btn a:hover {color: #d96f86 !important;text-decoration: none !important;background: #FFF;border: 1px solid #46a9f0;}
 
 .recruit .right-box h3 {font-size: 1.6rem;font-weight: 500;letter-spacing: 0.1rem;margin-left: 0;margin: 10px 0 15px;text-align: left;color: #46a9f0;line-height: 1.3em;}
 .recruit .left-box{
  display: inline-block; /* left-boxとright-boxをinline-blockに設定 */
  font-size: 1rem; /* フォントサイズを戻す */
  vertical-align: middle;
  box-sizing: border-box; /* paddingを含めた全体の幅を50%に設定 */
  width: 40%;
}
.recruit .right-box {
  display: inline-block; /* left-boxとright-boxをinline-blockに設定 */
  font-size: 1rem; /* フォントサイズを戻す */
  vertical-align: middle;
  text-align: left;
  padding: 0 5% ;
  box-sizing: border-box; /* paddingを含めた全体の幅を50%に設定 */
  width: 60%;
}

@media only screen and (max-width: 991px) { 

.recruit .left-box {width: 100%;margin-bottom: 10px;}.recruit .right-box {width: 100%;padding-bottom: 20px;}}
.recruit .left-box {
  padding:  0;
}


 /* 求人情報 */
.heading-026 {
  color: #46a9f0;
}

.heading-026:first-letter {
  color: #46a9f0;
  font-size: 2em;
}

 /* 企業情報 */
 #company h3{
  text-align: left;color: #46a9f0;margin-bottom: 30px;
  }

  #company table{ width: 100%;}
#company th{width: 25%;color: var(--main-color) ;vertical-align: top;}
#company td{width: 75%;}
#company th,td{padding: 15px;border-bottom: 1px solid #ccc;}
@media (max-width: 992px) {
  #company th{width: 100%;display: block;}
  #company td{width: 100%;display: block}

}


 /* 事業所情報 */
#office h3{
text-align: left;color: #46a9f0;margin-bottom: 30px;
}
#office .paypay{
  font-size: 14px;background-color: #FFF;color: #46a9f0;padding: 5px 15px;display: inline-block;border: 2px solid #46a9f0;font-weight: bold;
  }
#office table{ width: 100%;}
#office th{width: 25%;color: var(--main-color) ;vertical-align: top;}
#office td{width: 75%;}
#office th,td{padding: 10px;border-bottom: 1px solid #ccc;}
@media (max-width: 992px) {
  #office th{width: 100%;display: block;padding: 5px;}
  #office td{width: 100%;display: block;padding: 5px;}
  #office .paypay{
    font-size: 10px;
    }
}
.map {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin:5px 0;
  padding: .1em 1em;
  border: 1px solid #46a9f0;
  border-radius: 5px;
  background-color: #fff;
  color: #46a9f0;
  font-size: 0.8em;
}

.map::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 2px solid #46a9f0;
  border-right: 2px solid #46a9f0;
  content: '';
}

a.map {
  color: #46a9f0;
  text-decoration: none;
}

a:hover.map  {text-decoration: none;
  color: #fff;
  background-color: #46a9f0;
}

a:hover.map::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
}

 /* お問い合わせ */
 #contact h3{
  text-align: left;color: #46a9f0;margin-bottom: 30px;
  }

  #contact table{ width: 100%;}
  #contact th{width: 25%;vertical-align: top;}
  #contact td{width: 75%;}
  #contact th,td{padding: 10px;border-bottom: 1px solid #ccc;}
  @media (max-width: 992px) {
    #contact th{width: 100%;display: block;padding: 5px;}
    #contact td{width: 100%;display: block;padding: 5px;}
    #contact .paypay{
      font-size: 10px;
      }
  }

 /* よくある質問 */
 .qa-007 {
  max-width: 100%;
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
  background-color: #fff;
}

.qa-007 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}

.qa-007 summary::before,
.qa-007 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}

.qa-007 summary::before {
  color: #ff892e;
  content: "Q";
}

.qa-007 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: '';
  transition: transform .5s;
}

.qa-007[open] summary::after {
  transform: rotate(225deg);
}

.qa-007 p {
  position: relative;
  font-size: 18px;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 3em 1.5em;
  color: #333;
  transition: transform .5s, opacity .5s;
}

.qa-007[open] p {
  transform: none;
  opacity: 1;
}

.qa-007 p::before {
  color: #ffd22e;
  line-height: 1.2;
  content: "A";
}
summary::-webkit-details-marker {
  display: none;
}
.line{position: fixed;bottom: 10px;left: 10px;width: 80px;z-index: 9;}