@font-face {
  font-family: 'noto_r';
  src: url('/wp/wp-content/themes/white/fonts/NotoSansJP-Regular.woff'),
       url('/wp/wp-content/themes/white/fonts/NotoSansJP-Regular.ttf');
}

@font-face {
  font-family: 'noto_m';
  src: url('/wp/wp-content/themes/white/fonts/NotoSansJP-Medium.woff'),
       url('/wp/wp-content/themes/white/fonts/NotoSansJP-Medium.ttf');
}

@font-face {
  font-family: 'noto_b';
  src: url('/wp/wp-content/themes/white/fonts/NotoSansJP-Bold.woff'),
       url('/wp/wp-content/themes/white/fonts/NotoSansJP-Bold.ttf');
}

@font-face {
  font-family: 'proximanova_t';
  src: url('/wp/wp-content/themes/white/fonts/ProximaNova-thin.woff')
       url('/wp/wp-content/themes/white/fonts/ProximaNova-thin.ttf');
}

@font-face {
  font-family: 'proximanova_l';
  src: url('/wp/wp-content/themes/white/fonts/ProximaNova-light.woff'),
       url('/wp/wp-content/themes/white/fonts/ProximaNova-light.ttf');
}


@font-face {
  font-family: 'proximanova_r';
  src: url('/wp/wp-content/themes/white/fonts/ProximaNova.woff'),
       url('/wp/wp-content/themes/white/fonts/ProximaNova.ttf');
}

@font-face {
  font-family: 'proximanova_b';
  src: url('/wp/wp-content/themes/white/fonts/ProximaNova-bold.woff'),
       url('/wp/wp-content/themes/white/fonts/ProximaNova-bold.ttf');
}


html{
  margin: 0;
}

body{
  margin: 0;
  font-size: 18px;
  font-family: "noto_r";
  -webkit-font-smoothing: antialiased;
}

.margin100{
  margin-left: 7%;
  margin-right: 7%;
}

.margin200{
  margin-left: 14%;
  margin-right: 14%;
}

.section{
  padding-top: 150px;
}

.page_section{
  padding-top: 17vw;
  overflow: hidden;
}

.midashi_l_wrapper{
  position: relative;
}

.midashi_l_bg{
  font-size: 200px;
  color: #F7F7F7;
  font-family: "proximanova_b";
  position: absolute;
  bottom: 0;
  left: 100px;
  z-index: -1;
  margin: 0;
  line-height: 1;
}

.midashi{
  margin: 0 0 80px;
  font-size: 50px;
  font-family: "noto_b";
  position: relative;
  display: inline-block;
}

.midashi_l{
  margin: 0;
  font-size: 65px;
  font-family: "noto_b";
}

.midashi_m{
  margin: 0;
  font-size: 50px;
  font-family: "noto_b";
  position: relative;
  display: inline-block;
}

.midashi_s{
  margin: 0;
  font-size: 45px;
  font-family: "noto_b";
  position: relative;
  display: inline-block;
}

.midashi::after,
.midashi_m::after{
  content: "";
  display: block;
  width: 50%;
  height: 8px;
  background: #307672;
  border-radius: 2px;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.breadcrumb_list{
  list-style: none;
  margin: 25px 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 15px;
}

.breadcrumb_list li{
  position: relative;
  margin-right: 70px;
}

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

.breadcrumb_list li::after{
  content: "";
  width: 30px;
  border-top: 1px solid rgba(0,0,0,.3);
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
}

.breadcrumb_list li:last-child:after{
  content: none;
}

.breadcrumb_list li a{
  text-decoration: none;
  color: rgba(0,0,0,.3);
}

.breadcrumb_list li.breadcrumb_list_current{
  font-family: "noto_b";
  color: #307672;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.more_link_wrapper{
  margin-top: 80px;
}

.more_link_wrapper a{
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-family: "noto_b";
  position: relative;
  transition: 0.3s;
}

.more_link_wrapper a::before{
  content: '';
  position: absolute;
  bottom: 11px;
  right: -55px;
  transform: rotate(30deg);
  width: 10px;
  height: 2px;
  background: #000;
  transition: 0.3s;
}

.more_link_wrapper a::after{
  content: "";
  width: 40px;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 8px;
  right: -55px;
  transition: 0.3s;
}

.more_link_wrapper a:hover{
  color: #307672;
}

.more_link_wrapper a:hover::before,
.more_link_wrapper a:hover::after{
  right: -65px;
  background: #307672;
}

.more_link_sp{
  display: none;
}

.img_sp{
  display: none;
}


.txtUpTrigger,
.txtUpScrollTrigger{
  overflow: hidden;
  display: block;
}

.txtUpTrigger_line{
  opacity: 0;
}

.txtUp .txtUpTrigger_line {
  transform: translateY(100%);
  display: inline-block;
  animation-name: updown_anim;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.txtUpTrigger .txtUpTrigger_line:nth-child(1){
  animation-delay: calc(0.4s + (0.02s*1));
}
.txtUpTrigger .txtUpTrigger_line:nth-child(2){
  animation-delay: calc(0.4s + (0.02s*2));
}
.txtUpTrigger .txtUpTrigger_line:nth-child(3){
  animation-delay: calc(0.4s + (0.02s*3));
}
.txtUpTrigger .txtUpTrigger_line:nth-child(4){
  animation-delay: calc(0.4s + (0.02s*4));
}
.txtUpTrigger .txtUpTrigger_line:nth-child(5){
  animation-delay: calc(0.4s + (0.02s*5));
}
.txtUpTrigger .txtUpTrigger_line:nth-child(6){
  animation-delay: calc(0.4s + (0.02s*6));
}
.txtUpTrigger .txtUpTrigger_line:nth-child(7){
  animation-delay: calc(0.4s + (0.02s*7));
}
.txtUpTrigger .txtUpTrigger_line:nth-child(8){
  animation-delay: calc(0.4s + (0.02s*8));
}
.txtUpTrigger .txtUpTrigger_line:nth-child(9){
  animation-delay: calc(0.4s + (0.02s*9));
}
.txtUpTrigger .txtUpTrigger_line:nth-child(10){
  animation-delay: calc(0.4s + (0.02s*10));
}
.txtUpTrigger .txtUpTrigger_line:nth-child(11){
  animation-delay: calc(0.4s + (0.02s*11));
}
.txtUpTrigger .txtUpTrigger_line:nth-child(12){
  animation-delay: calc(0.4s + (0.02s*12));
}
.txtUpTrigger .txtUpTrigger_line:nth-child(13){
  animation-delay: calc(0.4s + (0.02s*13));
}
.txtUpTrigger .txtUpTrigger_line:nth-child(14){
  animation-delay: calc(0.4s + (0.02s*14));
}
.txtUpTrigger .txtUpTrigger_line:nth-child(15){
  animation-delay: calc(0.4s + (0.02s*15));
}
.txtUpTrigger .txtUpTrigger_line:nth-child(16){
  animation-delay: calc(0.4s + (0.02s*16));
}
.txtUpTrigger .txtUpTrigger_line:nth-child(17){
  animation-delay: calc(0.4s + (0.02s*17));
}
.txtUpTrigger .txtUpTrigger_line:nth-child(18){
  animation-delay: calc(0.4s + (0.02s*18));
}
.txtUpTrigger .txtUpTrigger_line:nth-child(19){
  animation-delay: calc(0.4s + (0.02s*19));
}

.txtUpScrollTrigger .txtUpTrigger_line:nth-child(1){
  animation-delay: calc(0.0s + (0.02s*1));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(2){
  animation-delay: calc(0.0s + (0.02s*2));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(3){
  animation-delay: calc(0.0s + (0.02s*3));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(4){
  animation-delay: calc(0.0s + (0.02s*4));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(5){
  animation-delay: calc(0.0s + (0.02s*5));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(6){
  animation-delay: calc(0.0s + (0.02s*6));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(7){
  animation-delay: calc(0.0s + (0.02s*7));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(8){
  animation-delay: calc(0.0s + (0.02s*8));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(9){
  animation-delay: calc(0.0s + (0.02s*9));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(10){
  animation-delay: calc(0.0s + (0.02s*10));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(11){
  animation-delay: calc(0.0s + (0.02s*11));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(12){
  animation-delay: calc(0.0s + (0.02s*12));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(13){
  animation-delay: calc(0.0s + (0.02s*13));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(14){
  animation-delay: calc(0.0s + (0.02s*14));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(15){
  animation-delay: calc(0.0s + (0.02s*15));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(16){
  animation-delay: calc(0.0s + (0.02s*16));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(17){
  animation-delay: calc(0.0s + (0.02s*17));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(18){
  animation-delay: calc(0.0s + (0.02s*18));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(19){
  animation-delay: calc(0.0s + (0.02s*19));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(20){
  animation-delay: calc(0.0s + (0.02s*20));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(21){
  animation-delay: calc(0.0s + (0.02s*21));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(22){
  animation-delay: calc(0.0s + (0.02s*22));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(23){
  animation-delay: calc(0.0s + (0.02s*23));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(24){
  animation-delay: calc(0.0s + (0.02s*24));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(25){
  animation-delay: calc(0.0s + (0.02s*25));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(26){
  animation-delay: calc(0.0s + (0.02s*26));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(27){
  animation-delay: calc(0.0s + (0.02s*27));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(28){
  animation-delay: calc(0.0s + (0.02s*28));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(29){
  animation-delay: calc(0.0s + (0.02s*29));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(30){
  animation-delay: calc(0.0s + (0.02s*30));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(31){
  animation-delay: calc(0.0s + (0.02s*31));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(32){
  animation-delay: calc(0.0s + (0.02s*32));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(33){
  animation-delay: calc(0.0s + (0.02s*33));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(34){
  animation-delay: calc(0.0s + (0.02s*34));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(35){
  animation-delay: calc(0.0s + (0.02s*35));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(36){
  animation-delay: calc(0.0s + (0.02s*36));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(37){
  animation-delay: calc(0.0s + (0.02s*37));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(38){
  animation-delay: calc(0.0s + (0.02s*38));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(39){
  animation-delay: calc(0.0s + (0.02s*39));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(40){
  animation-delay: calc(0.0s + (0.02s*40));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(41){
  animation-delay: calc(0.0s + (0.02s*41));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(42){
  animation-delay: calc(0.0s + (0.02s*42));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(43){
  animation-delay: calc(0.0s + (0.02s*43));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(44){
  animation-delay: calc(0.0s + (0.02s*44));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(45){
  animation-delay: calc(0.0s + (0.02s*45));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(46){
  animation-delay: calc(0.0s + (0.02s*46));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(47){
  animation-delay: calc(0.0s + (0.02s*47));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(48){
  animation-delay: calc(0.0s + (0.02s*48));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(49){
  animation-delay: calc(0.0s + (0.02s*49));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(50){
  animation-delay: calc(0.0s + (0.02s*50));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(51){
  animation-delay: calc(0.0s + (0.02s*51));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(52){
  animation-delay: calc(0.0s + (0.02s*52));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(53){
  animation-delay: calc(0.0s + (0.02s*53));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(54){
  animation-delay: calc(0.0s + (0.02s*54));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(55){
  animation-delay: calc(0.0s + (0.02s*55));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(56){
  animation-delay: calc(0.0s + (0.02s*56));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(57){
  animation-delay: calc(0.0s + (0.02s*57));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(58){
  animation-delay: calc(0.0s + (0.02s*58));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(59){
  animation-delay: calc(0.0s + (0.02s*59));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(60){
  animation-delay: calc(0.0s + (0.02s*60));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(61){
  animation-delay: calc(0.0s + (0.02s*61));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(62){
  animation-delay: calc(0.0s + (0.02s*62));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(63){
  animation-delay: calc(0.0s + (0.02s*63));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(64){
  animation-delay: calc(0.0s + (0.02s*64));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(65){
  animation-delay: calc(0.0s + (0.02s*65));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(66){
  animation-delay: calc(0.0s + (0.02s*66));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(67){
  animation-delay: calc(0.0s + (0.02s*67));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(68){
  animation-delay: calc(0.0s + (0.02s*68));
}
.txtUpScrollTrigger .txtUpTrigger_line:nth-child(69){
  animation-delay: calc(0.0s + (0.02s*69));
}


@keyframes updown_anim{
  from{
    opacity: 0;
    transform: translateY(100%); /*表示範囲外から*/
  }
  to{
    opacity: 1;
    transform: translateY(0); /*通常の位置へ*/
  }
}


.fade {
  animation-name: fadeAnime;
  animation-duration: 0.3s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.8s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeUpScroll {
  animation-name: fadeUpScrollAnime;
  animation-duration: 0.8s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpScrollAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeUpTrigger,
.fadeDownTrigger,
.fadeTrigger,
.fadeUpScrollTrigger{
  opacity: 0;
}

.delay_time04 {
  animation-delay: 0.4s;
}

.delay_time06 {
  animation-delay: 0.6s;
}

.delay_time08 {
  animation-delay: 0.8s;
}

.delay_time10 {
  animation-delay: 1s;
}

.delay_time12{
  animation-delay: 1.2s;
}

.delay_time14{
  animation-delay: 1.4s;
}

.delay_time16{
  animation-delay: 1.6s;
}

.delay_time_bgmidashi{
  animation-delay: 0.4s;
}

/* .delay_time_midashi{
  animation-delay: 1.2s; 
} */

.delay_time_breadcrumb{
  animation-delay: 1.5s; 
}

.sp_br{
  display: none;
}


header{
  transition: 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  transition: 0.3s;
}

header.is_scrolled{
  opacity: 0;
  transition: box-shadow .3s ease-out,opacity .3s ease-out,visibility 0s linear .3s,transform 0s linear .3s;
  transform: translateY(-100%);
}

.header_fixed{
  background: #fff;
}

.header_wrapper{
  display: flex;
  align-items: center;
  padding: 60px 0 30px;
}

.header_fixed .header_wrapper{
  padding-top: 30px;
}

.header_menu_sp_wrapper{
  display: none;
}

.header_logo_wrapper{
  margin: 0;
  width: 14%;
  position: relative;
}

.header_logo_wrapper::before{
  content: "";
  display: block;
  padding-top: calc(60/167*100%);
}

.header_logo_wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.header_menu_wrapper{
  margin: 0 0 0 auto;
}

.header_menu_list_wrapper{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.header_menu_list_wrapper li{
  margin-right: 40px;
}

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

.header_menu_list_wrapper li a{
  text-decoration: none;
  color: #000;
  font-family: "noto_b";
  font-size: 16px;
  transition: 0.2s;
}

.header_menu_list_wrapper li a:hover{
  cursor: pointer;
  color: #307672;
}

.header_menu_list_wrapper li.current_link a{
  color: #307672;
  position: relative;
}

.header_menu_list_wrapper li.current_link a::before{
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #307672;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}



footer{
  padding: 80px 0 50px;
  border-top: 1px solid #F1F1F1;
  background: #fff;
}

.footer_wrapper{
  display: flex;
  align-items: stretch;
}

.footer_left_img_wrapper{
  width: 50%;
  position: relative;
}

.footer_left_img_wrapper::before{
  content: "";
  display: block;
  padding-top: calc(60/167*100%);
}

.footer_left_img_wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.footer_left_txt_wrapper{
  margin-top: 40px;
  font-size: 15px;
}

.footer_left_txt_company_name{
  margin: 0;
}

.footer_left_txt_address{
  margin: 5px 0 0;
}

.footer_left_txt_tel{
  margin: 5px 0 0;
}

.footer_right_wrapper{
  margin: 0 0 0 auto;
  position: relative;
}

.footer_right_menu_wrapper{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: end;
}

.footer_right_menu_wrapper li{
  margin-right: 30px;
}

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

.footer_right_menu_wrapper li a{
  text-decoration: none;
  color: #000;
  font-size: 15px;
}

.footer_right_terms_wrapper{
  list-style: none;
  margin: 25px 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: end;
}

.footer_right_terms_wrapper li{
  margin-right: 30px;
}

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

.footer_right_terms_wrapper li a{
  text-decoration: none;
  color: #bdbdbd;
  font-size: 15px;
}

.footer_right_copyright{
  color: #bdbdbd;
  margin: 0;
  font-size: 13px;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}



.footer_recruit_bg_img_item_wrapper{
  display: flex;
  align-items: flex-start;
  position: relative;
}

.footer_recruit_bg_img_item_wrapper::after{
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.4);
  position: absolute;
  top: 0;
  left: 0;
}

.footer_recruit_bg_img_item{
  width: 25%;
  position: relative;
}

.footer_recruit_bg_img_item::before{
  content: "";
  display: block;
  padding-top: calc(600/350*100%);
}

.footer_recruit_bg_img_item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.footer_recruit_wrapper{
  position: relative;
}

.footer_recruit_txt_wrapper{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  display: flex;
  align-items: flex-end;
  width: calc(100% - 28%);
}

.footer_recruit_txt_midashi{
  font-size: 70px;
  font-family: "noto_b";
  margin: 0;
}

.footer_recruit_txt_inner{
  margin-top: 30px;
  line-height: 1.5;
  font-size: 23px;
  font-family: "noto_b";
}

.footer_recruit_txt_item span{
  display: block;
}

.footer_recruit_txt_link_wrapper{
  margin: 0 0 0 auto;
  width: 30%;
}

.footer_recruit_txt_link_wrapper a{
  text-decoration: none;
  color: #fff;
  border: 2px solid #fff;
  box-sizing: border-box;
  border-radius: 100px;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 0 0 auto;
  padding: 25px 35px;
  font-family: "noto_b";
  transition: 0.3s;
}

.footer_recruit_txt_link_wrapper a span{
  position: relative;
  display: block;
}

.footer_recruit_txt_link_wrapper a span::before{
  content: '';
  position: absolute;
  bottom: 11px;
  right: 0;
  transform: rotate(30deg);
  width: 10px;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}

.footer_recruit_txt_link_wrapper a span::after{
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 8px;
  right: 0;
  transition: 0.3s;
}

.footer_recruit_txt_link_wrapper a:hover{
  color: #307672;
  background: rgba(275,275,275,.8);
  border: 2px solid #307672;
}

.footer_recruit_txt_link_wrapper a:hover span::before,
.footer_recruit_txt_link_wrapper a:hover span::after{
  right: -10px;
  background: #307672;
}


.footer_contact_section{
  padding: 35px 0;
  background: #fff;
}

.footer_contact_wrapper a{
  text-decoration: none;
  color: #307672;
  font-family: "noto_b";
  font-size: 55px;
  text-align: center;
  padding: 80px 0;
  display: inline-block;
  width: 100%;
  border-radius: 30px;
  transition: 0.3s;
}

.footer_contact_wrapper a:hover{
  color: #fff;
  background: #307672;
}



.bg_section{
  position: relative;
}

.bg_wrapper{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -3;
}

.bg_section::before{
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(275,275,275,.9);
  -webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
}

.bg_item{
  background: #307672;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.bg_item:nth-child(1){
  width: 20vw;
  height: calc(20vw);
  top: 100px;
  left: 7%;
}

.bg_item:nth-child(2){
  width: 25vw;
  height: calc(25vw);
  top: 150px;
  right: 3.5%;
}

.bg_item:nth-child(3){
  width: 28vw;
  height: calc(28vw);
  bottom: 50px;
  left: 30%;
}

.pagenation_wrapper{
  margin-top: 80px;
  font-family: "proximanova_b";
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-numbers{
  font-size: 25px;
  margin-right: 65px;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}

a.page-numbers:hover{
  color: #307672;
}

.page-numbers.current{
  color: #307672;
}

.page-numbers:last-child{
  margin-right: 0;
}

.prev,
.next{
  position: relative;
  margin-right: 0;
}

.prev::before,
.next::before{
  content: "";
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #F7F7F7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

.prev::before{
  left: -155px;
}

.next::before{
  left: 15px;
}

.prev::after,
.next::after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 2px;
  background: #307672;
  transition: 0.3s;
}

.prev::after{
  left: -125px;
}

.next::after{
  left: 35px;
}

.prev_button::before,
.next_button::before,
.prev_button::after,
.next_button::after{
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: #307672;
  transition: 0.3s;
}

.prev_button::before,
.next_button::before{
  top: -3px;
}

.prev_button::after,
.next_button::after{
  bottom: -5px;
  transform: translateY(-50%) rotate(30deg);
}

.prev_button::before{
  transform: translateY(-50%) rotate(-30deg);
  left: -137px;
}

.prev_button::after{
  transform: translateY(-50%) rotate(30deg);
  left: -137px;
}

.next_button::before{
  transform: translateY(-50%) rotate(30deg);
  left: 60px;
}

.next_button::after{
  transform: translateY(-50%) rotate(-30deg);
  left: 60px;
}

.prev:hover::before,
.next:hover::before{
  background: #307672;
}

.prev:hover::after,
.next:hover::after{
  background: #fff;
}

.prev:hover .prev_button::before,
.next:hover .next_button::before,
.prev:hover .prev_button::after,
.next:hover .next_button::after{
  background: #fff;
}


@media(max-width: 1400px){
  .page_section{
    padding-top: 21.8vw;
  }
}




@media(max-width: 1200px){

  .margin200{
    margin-right: 10%;
    margin-left: 10%;
  }

  .page_section{
    padding-top: 25.8vw;
  }

  .footer_recruit_txt_wrapper{
    width: calc(100% - 14%);
  }

  .footer_recruit_txt_link_wrapper{
    width: 40%;
  }

}


@media(max-width: 1100px){

  .more_link_wrapper{
    margin-top: 50px;
  }

  .page_section{
    padding-top: 27.6vw;
  }

  .footer_right_menu_wrapper li,
  .footer_right_terms_wrapper li{
    margin-right: 20px;
  }

}


@media(max-width: 1100px) and (orientation: portrait){

  .header_logo_wrapper{
    width: 20%;
  }

  .page_section{
    padding-top: 30vw;
  }

}


@media(max-width: 1000px) and (orientation: portrait){

  .midashi{
    margin-bottom: 50px;
    font-size: 5vw;
  }

  .midashi_l_bg{
    font-size: 20vw;
    bottom: 40px;
    left: 6%;
  }

  .header_menu_list_wrapper li{
    margin-right: 30px;
  }

  .page_section{
    padding-top: 34.5vw;
  }

  .footer_recruit_txt_midashi{
    font-size: 7vw;
    line-height: 1;
  }

  .footer_recruit_txt_inner{
    font-size: 20px;
  }

  .footer_recruit_txt_link_wrapper a{
    padding: 25px;
  }

  .footer_contact_wrapper a{
    padding: 50px 0;
    font-size: 6vw;
  }

  .footer_wrapper{
    display: block;
  }

  .footer_left_img_wrapper{
    width: 40%;
  }

  .footer_right_menu_wrapper{
    justify-content: start;
  }

  .footer_right_wrapper{
    margin-top: 50px;
  }

  .footer_right_terms_wrapper{
    justify-content: start;
    margin-top: 10px;
  }

  .footer_right_copyright{
    position: static;
    text-align: left;
    margin-top: 30px;
  }

}



@media(max-width: 670px){

  body{
    font-size: 15px;
  }

  .midashi{
    font-size: 25px;
  }

  .midashi_l{
    font-size: 30px;
  }

  .midashi_m{
    font-size: 25px;
  }

  .midashi_s{
    font-size: 23px;
  }

  .midashi_l_bg{
    font-size: 15vw;
  }

  .midashi::after,
  .midashi_m::after{
    height: 5px;
    bottom: -10px;
  }

  .margin100{
    margin-right: 5%;
    margin-left: 5%;
  }

  .breadcrumb_list{
    margin-top: 10px;
  }

  .breadcrumb_list li{
    margin-right: 40px;
    font-size: 13px;
  }

  .breadcrumb_list li::after{
    width: 20px;
    right: -30px;
  }

  .section{
    padding-top: 80px;
  }

  .page_section{
    padding-top: 60px;
  }

  .more_link_wrapper{
    margin-top: 30px;
    text-align: right;
    padding-right: 35px;
  }

  .more_link_wrapper a::after{
    width: 25px;
    right: -35px;
    height: 1px;
  }

  .more_link_wrapper a::before{
    right: -35px;
    height: 1px;
  }

  .more_link_wrapper a:hover::before,
  .more_link_wrapper a:hover:after{
    right: -40px;
  }

  .more_link_wrapper a{
    font-size: 15px;
  }

  .more_link_pc{
    display: none;
  }

  .more_link_sp{
    display: block;
  }

  .sp_br{
    display: block;
  }

  .pc_br{
    display: none;
  }

  header{
    position: static;
  }

  .header_wrapper{
    padding: 30px 0 20px;
  }

  .header_menu_list_wrapper{
    display: none;
  }

  .header_menu_sp_wrapper{
    display: block;
  }

  .header_menu_sp_open{
    position: relative;
  }

  .header_menu_sp_open::before{
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(48,118,114, .9);
  }

  .header_logo_wrapper{
    width: 30%;
  }

  .header_menu_sp_bar{
    width: 40px;
    height: 15px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    position: fixed;
    top: 43px;
    right: 5%;
    z-index: 90;
  }

  .header_menu_sp_bar:hover{
    cursor: pointer;
  }

  .header_menu_sp_inner{
    position: fixed;
    top: 50%;
    right: -100%;
    transform: translateY(-50%);
    width: 95%;
    height: 80vh;
    z-index: 100;
    background: #fff;
    border-radius: 15px 0 0 15px;
    padding: 30px 40px 0;
    box-sizing: border-box;
    transition: 0.3s;
  }

  .header_menu_sp_head{
    padding-bottom: 30px;
    border-bottom: 1px solid #F1F1F1;
    display: flex;
    align-items: center;
  }

  .header_menu_sp_logo_wrapper{
    width: 32%;
    position: relative;
  }

  .header_menu_sp_logo_wrapper::before{
    content: "";
    display: block;
    padding-top: calc(34/96*100%);
  }

  .header_menu_sp_logo_wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  .header_menu_sp_close{
    position: relative;
    width: 13%;
    height: 25px;
    margin: 0 0 0 auto;
  }

  .header_menu_sp_close:hover{
    cursor: pointer;
  }

  .header_menu_sp_close span{
    position: absolute;
    top: 50%;
    left: 0;
    background: #000;
    width: 100%;
    height: 2px;
  }

  .header_menu_sp_close span:first-child{
    transform: translateY(-50%) rotate(25deg);;
  }

  .header_menu_sp_close span:last-child{
    transform: translateY(-50%) rotate(-25deg);;
  }

  .header_menu_sp_list_wrapper{
    list-style: none;
    padding: 30px 15px;
    margin: 0;
    border-bottom: 1px solid #f1f1f1;
  }

  .header_menu_sp_list_wrapper li{
    margin-bottom: 25px;
  }

  .header_menu_sp_list_wrapper li:last-child{
    margin-bottom: 0;
  }

  .header_menu_sp_list_wrapper li a{
    text-decoration: none;
    color: #000;
    font-family: "noto_b";
    font-size: 16px;
    display: block;
    position: relative;
    transition: 0.3s;
  }

  .header_menu_sp_list_wrapper li a::before,
  .header_menu_sp_list_wrapper li a::after{
    content: "";
    width: 15px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: 0.3s;
  }

  .header_menu_sp_list_wrapper li a::after{
    transform: translateY(-50%) rotate(-90deg);
  }

  .header_menu_sp_list_wrapper li a:hover{
    color: #307672;
  }

  .header_menu_sp_list_wrapper li a:hover::before{
    background: #307672;
    transform: translateY(-50%) rotate(-360deg);
  }

  .header_menu_sp_list_wrapper li a:hover::after{
    background: #307672;
    transform: translateY(-50%) rotate(-450deg);
  }

  .header_menu_sp_foot_wrapper{
    margin-top: 30px;
    font-size: 13px;
  }

  .header_menu_sp_foot_name{
    margin: 0 0 10px;
  }

  .header_menu_sp_foot_tel{
    margin: 5px 0 0;
  }


  .footer_recruit_bg_img_item_wrapper{
    display: block;
  }

  .footer_recruit_bg_img_item{
    width: 100%;
  }

  .footer_recruit_bg_img_item:nth-child(3),
  .footer_recruit_bg_img_item:nth-child(4){
    display: none;
  }

  .footer_recruit_bg_img_item::before{
    padding-top: calc(250/400*100%);
  }

  .footer_recruit_txt_wrapper{
    display: block;
    width: calc(100% - 20%);
  }

  .footer_recruit_txt_midashi{
    font-size: 40px;
  }

  .footer_recruit_txt_inner{
    font-size: 15px;
    margin-top: 15px;
    line-height: 1.8;
  }

  .footer_recruit_txt_item span{
    display: inline;
  }

  .footer_recruit_txt_link_wrapper{
    width: 75%;
    margin: 50px auto 0 0;
  }

  .footer_recruit_txt_link_wrapper a{
    padding: 20px 25px;
  }

  .footer_recruit_txt_link_wrapper a span::after{
    width: 25px;
  }

  .footer_contact_section{
    padding: 15px 0;
  }

  .footer_contact_wrapper a{
    padding: 30px 0;
    border-radius: 15px;
  }



  footer{
    padding: 50px 0 30px;
  }

  .footer_left_txt_wrapper{
    margin-top: 30px;
  }

  .footer_left_txt_wrapper{
    font-size: 13px;
  }

  .footer_left_txt_address span{ 
    display: block;
  }

  .footer_left_txt_tel{
    margin-top: 15px;
  }

  .footer_right_menu_wrapper{
    flex-wrap: wrap;
  }

  .footer_right_menu_wrapper li{
    margin-right: 0;
    margin-bottom: 15px;
    width: 50%;
  }

  .footer_right_menu_wrapper li:last-child{
    margin-bottom: 0;
  }

  .footer_right_terms_wrapper{
    display: block;
    margin-top: 25px;
  }

  .footer_right_terms_wrapper li{
    margin-right: 0;
    margin-bottom: 10px;
  }

  .footer_right_copyright{
    margin-top: 50px;
    font-size: 12px;
  }



  .pagenation_wrapper{
    margin-top: 50px;
  }

  .page-numbers{
    margin-right: 30px;
    font-size: 18px;
  }

  .prev::before,
  .next::before{
    width: 45px;
    height: 45px;
  }

  .prev::after,
  .next::after{
    width: 15px;
  }

  .next::after{
    left: 25px;
  }

  .next_button::before{
    left: 39px;
  }

  .next_button::after{
    left: 39px;
  }

  .prev::before{
    left: -45px;
  }

  .prev::after{
    left: -27px;
  }

  .prev_button::after{
    left: -38px;
  }

  .prev_button::before{
    left: -38px;
  }

  .breadcrumb_list li.breadcrumb_list_current{
    max-width: 50%;
  }


  .bg_item:nth-child(1){
    width: 40vw;
    height: calc(40vw);
    top: 80px;
    left: 10%;
  }

  .bg_item:nth-child(2){
    width: 45vw;
    height: calc(45vw); 
    top: 260px;
    right: 5%;
  }

  .bg_item:nth-child(3){
    width: 62.5vw;
    height: calc(28vw);
    left: 15%;
  }


  .img_pc{
    display: none;
  }

  .img_sp{
    display: block;
  }

}