@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
/*===========================================================
+-----+// break point
===========================================================*/
:root {
  --vw: 1vw;
}

/*===========================================================
+-----+// font
===========================================================*/
/*===========================================================
+-----+// reset
===========================================================*/
body, div, pre, p, blockquote, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, pre, form,
fieldset, input, textarea, select, option, table, th, td, tr, embed, object, figure, figcaption {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

fieldset, table, img {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 65.5%;
}

html, body {
  -webkit-text-size-adjust: 100%;
}

/*===========================================================
+-----+// Body
===========================================================*/
body {
  text-size-adjust: 100%;
  text-align: left;
}

body img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd, form, pre, td, th, label, div, figure, figcaption, select, textarea, option, input {
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 980px) {
  h1, h2, h3, h4, h5, h6, p, li, dt, dd, form, pre, td, th, label, div, figure, figcaption, select, textarea, option, input {
    font-size: 1.4rem;
  }
}

a {
  overflow: hidden;
  text-decoration: none;
}

body, td, th, p, div, input, textarea, pre, ul, li, ol, select, option {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

input, texarea {
  margin: 0;
  padding: 0;
  border: none;
}

* html body * {
  vertical-align: baseline;
}

::placeholder {
  color: #a7a7a7;
}

/*===========================================================
+-----+// hover
===========================================================*/
.over a, .over li a,
.over dt a, .over dd a {
  transition: all 0.3s;
  opacity: 1;
}

.over a:hover, .over li a:hover,
.over dt a:hover, .over dd a:hover {
  opacity: 0.7;
}

/*===========================================================
+-----+// color
===========================================================*/
/*===========================================================
+-----+// text
===========================================================*/
.txt_c {
  text-align: center !important;
}

.txt_r {
  text-align: right !important;
}

.txt_l {
  text-align: left !important;
}

.red {
  color: #ff0000;
}

.red2 {
  color: #aa0000;
}

.yellow {
  color: #bfa34c;
}

.white {
  color: #fff;
}

.minus {
  color: #ff0000 !important;
}

.fw_nomal {
  font-weight: normal !important;
}

.fw_bold {
  font-weight: bold !important;
}

/*===========================================================
+-----+// radius
===========================================================*/
/*===========================================================
+-----+// txt link
===========================================================*/
/*===========================================================
+-----+// btn
===========================================================*/
/*===========================================================
+-----+// youtube
===========================================================*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*===========================================================
+-----+// float
===========================================================*/
.float_l {
  float: left;
}

.float_r {
  float: right;
}

/*===========================================================
+-----+// flex
===========================================================*/
/*===========================================================
+-----+// マージン設定
===========================================================*/
/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+//
--+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
.m_b0 {
  margin-bottom: 0px !important;
}

.m_b5 {
  margin-bottom: 5px !important;
}

.m_b10 {
  margin-bottom: 10px !important;
}

.m_b15 {
  margin-bottom: 15px !important;
}

.m_b20 {
  margin-bottom: 20px !important;
}

.m_b25 {
  margin-bottom: 25px !important;
}

.m_b30 {
  margin-bottom: 30px !important;
}

.m_b35 {
  margin-bottom: 35px !important;
}

.m_b40 {
  margin-bottom: 40px !important;
}

.m_b45 {
  margin-bottom: 45px !important;
}

.m_b50 {
  margin-bottom: 50px !important;
}

/*==========================================================================================
+-----+// common layout
==========================================================================================*/
body {
  position: relative;
}

.sp {
  display: none;
}

a {
  transition: 0.3s;
}

@media only screen and (max-width: 980px) {
  body img {
    width: 100%;
    height: auto;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
#loading {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  position: fixed;
  left: 0;
  background: #fff;
  top: 0;
  z-index: 300;
}
#loading img {
  width: 239px;
}

/*===========================================================
+-----+// header
===========================================================*/
header {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100px;
  padding: 0 35px 0 30px;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
}
header #logo {
  width: 239px;
}
header #logo a {
  transition: 0.3s;
}
header #logo a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 980px) {
  header #logo {
    width: 180px;
    margin-bottom: 40px;
  }
  header #logo img {
    width: 100%;
  }
}
header nav {
  height: 100px;
  margin-left: auto;
  position: relative;
}
header nav ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
header nav ul a {
  transition: 0.3s;
}
header nav ul a:hover {
  opacity: 0.7;
}
header #nav_head {
  margin: 15px 0 15px;
}
header #nav_head a {
  color: #525252;
  font-weight: 500;
  font-size: 1.4rem;
}
header #nav_head a svg {
  margin-top: -4px;
}
header #nav_head a .cls-1, header #nav_head a .cls-2 {
  transition: 0.3s;
}
header #nav_head a:hover {
  color: #ef8014;
  opacity: 1;
}
header #nav_head a:hover .cls-1 {
  fill: #ef8014;
}
header #nav_head a:hover .cls-2 {
  stroke: #ef8014;
}
header #nav_head li {
  margin-left: 15px;
  padding-right: 15px;
  line-height: 1;
  align-items: flex-end;
}
header #nav_head li:nth-child(1), header #nav_head li:nth-child(2) {
  border-right: solid 1px #525252;
}
header #nav_head li:last-child {
  padding-right: 6px;
  line-height: 1;
}
header #nav_head li:last-child img {
  margin: -4px 0;
}
header #glb_nav {
  position: absolute;
  bottom: 0;
  right: 0;
  align-items: flex-end;
}
header #glb_nav li {
  margin-left: 11px;
}
header #glb_nav li a {
  width: 230px;
  height: 48px;
  line-height: 48px;
  display: block;
  color: #fff;
  text-align: center;
  font-weight: 500;
  background-size: 100% 100% !important;
}
header #glb_nav li:nth-child(1) a {
  background: url("../img/common/bg_nav01.png") left bottom no-repeat;
}
header #glb_nav li:nth-child(2) a {
  background: url("../img/common/bg_nav02.png") left bottom no-repeat;
}
header #glb_nav li:nth-child(3) a {
  background: url("../img/common/bg_nav03.png") left bottom no-repeat;
}
header #glb_nav li.active {
  margin-left: 9px;
}
header #glb_nav li.active a {
  width: 230px;
  height: 56px;
  padding-top: 5px;
  box-sizing: border-box;
}
@media only screen and (max-width: 980px) {
  header {
    height: 50px;
    padding: 0 15px 0 15px;
    transition: 0.5s;
  }
  header.active {
    background: #eaeaea;
  }
  header #logo {
    width: 150px;
    margin: 0;
  }
  header nav {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: auto;
    background: #eaeaea;
    padding: 25px 15px 90px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  header nav ul {
    width: 100%;
    flex-wrap: wrap;
  }
  header nav ul li {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border-top: solid 1px #bebebe;
  }
  header nav ul li a {
    color: #333 !important;
    line-height: 1 !important;
    display: block;
    padding: 12px 10px;
    box-sizing: border-box;
    font-weight: 700 !important;
    position: relative;
    background: url("../img/common/icon_arrow01.svg") right 15px center no-repeat !important;
    background-size: 22px auto !important;
  }
  header #nav_head {
    order: 2;
    margin: 0;
  }
  header #nav_head li {
    border-right: none !important;
  }
  header #nav_head li a {
    font-size: 1.8rem;
  }
  header #nav_head li:last-child {
    border-bottom: solid 1px #bebebe;
  }
  header #glb_nav {
    position: relative;
    order: 1;
  }
  header #glb_nav li a {
    font-size: 1.8rem;
    height: auto;
    width: 100%;
    text-align: left;
    background-size: 22px auto !important;
  }
  header #glb_nav li.active a {
    width: 100%;
    height: auto;
    padding-top: 10px;
  }
  header #menu_btn {
    position: absolute;
    right: 15px;
    top: 11px;
    width: 36px;
    z-index: 5;
  }
  header #menu_btn .menu_trigger,
  header #menu_btn .menu_trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  header #menu_btn .menu_trigger {
    position: relative;
    width: 35px;
    height: 30px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
  }
  header #menu_btn .menu_trigger span {
    position: absolute;
    width: 35px;
    height: 4px;
    left: 5px;
    background-color: #ea5632;
  }
  header #menu_btn .menu_trigger span:nth-of-type(1) {
    top: 0px;
  }
  header #menu_btn .menu_trigger span:nth-of-type(2) {
    top: 12px;
  }
  header #menu_btn .menu_trigger span:nth-of-type(3) {
    bottom: 2px;
  }
  header #menu_btn .menu_trigger.active span:nth-of-type(1) {
    transform: translateY(12px) rotate(-315deg);
  }
  header #menu_btn .menu_trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  header #menu_btn .menu_trigger.active span:nth-of-type(3) {
    transform: translateY(-12px) rotate(315deg);
  }
}

/*===========================================================
+-----+// main
===========================================================*/
main {
  display: block;
  padding-top: 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 980px) {
  main {
    padding: 50px 0 0;
  }
}
main #page_ttl {
  width: 100%;
  height: 280px;
  text-align: center;
  background-size: cover !important;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}
main #page_ttl h1 {
  padding: 30px 35px;
  font-size: 3.6rem;
  display: inline-block;
  background: rgba(255, 255, 255, 0.6);
}
main #page_ttl h1 span {
  display: block;
  font-size: 2.8rem;
}
@media only screen and (max-width: 980px) {
  main #page_ttl {
    height: 200px;
    margin-bottom: 40px;
  }
  main #page_ttl h1 {
    padding: 20px 15px;
    font-size: 2.4rem;
  }
  main #page_ttl h1 span {
    font-size: 1.6rem;
  }
}
main #pankuz {
  padding-top: 10px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
main #pankuz li {
  line-height: 1;
  padding-right: 10px;
  margin-right: 10px;
  border-right: solid 1px #888;
}
main #pankuz li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
main #pankuz li a {
  color: #888;
}
@media only screen and (max-width: 980px) {
  main #pankuz {
    display: none;
  }
}
main .row {
  max-width: 900px;
  margin: 0 auto 100px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 980px) {
  main .row {
    max-width: 100%;
    margin: 0 15px 50px;
  }
}
main .row2 {
  max-width: 900px;
  margin: 0 auto 30px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 980px) {
  main .row2 {
    max-width: 100%;
    margin: 0 15px 50px;
  }
}
main .h2ttl {
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 2px;
  margin-bottom: 60px;
}
main .h2ttl span {
  display: block;
  color: #9b9b9b;
  font-size: 1.6rem;
  letter-spacing: 1px;
}
@media only screen and (max-width: 980px) {
  main .h2ttl {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
  main .h2ttl span {
    font-size: 1.2rem;
  }
}

/*===========================================================
+-----+// btn
===========================================================*/
/*===========================================================
+-----+// pagetop
===========================================================*/
#pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10;
}
#pagetop a {
  width: 56px;
  height: 56px;
  display: block;
  background: #666;
  border-radius: 28px;
  box-sizing: border-box;
  transition: 0.3s;
  position: relative;
  font-size: 0;
}
#pagetop a:hover {
  opacity: 0.7;
}
#pagetop a::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  left: 20px;
  top: 25px;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 980px) {
  #pagetop {
    right: 10px;
    bottom: 20px;
  }
  #pagetop a {
    width: 38px;
    height: 38px;
    border-radius: 24px;
  }
  #pagetop a::after {
    content: "";
    width: 15px;
    height: 15px;
    left: 11px;
    top: 16px;
  }
}

/*===========================================================
+-----+// footer
===========================================================*/
footer {
  padding: 25px;
  background: #333333;
}
footer nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
footer nav ul li {
  margin: 0 10px;
  padding-right: 20px;
  line-height: 1;
  border-right: solid 1px #fff;
}
footer nav ul li a {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
}
footer nav ul li a:hover {
  color: #ef8014;
}
footer nav ul li:last-child {
  border: none;
  padding-right: 0;
}
footer #foot_info {
  margin: 50px auto 30px;
  padding: 20px 55px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
footer #foot_info p a {
  transition: 0.3s;
}
footer #foot_info p a:hover {
  opacity: 0.7;
}
footer #foot_info dl {
  margin-left: 45px;
}
footer #foot_info dl dt,
footer #foot_info dl dd {
  color: #fff;
  line-height: 1.8;
  font-size: 1.4rem;
}
footer #foot_link {
  padding: 0 55px;
}
footer #foot_link ul {
  justify-content: flex-start;
}
footer #foot_link ul li {
  padding-right: 10px;
  margin: 0 10px 0 0;
}
footer small {
  padding: 0 55px;
  display: block;
  color: #fff;
  font-size: 1.2rem;
  text-align: right;
}
@media only screen and (max-width: 980px) {
  footer {
    padding: 25px 15px;
  }
  footer #foot_nav {
    display: none;
  }
  footer #foot_info {
    width: 260px;
    min-width: auto;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  footer #foot_info p, footer #foot_info img {
    width: 100%;
  }
  footer #foot_info dl {
    display: none;
  }
  footer #foot_link {
    padding: 0;
    margin: 30px 0 40px;
  }
  footer #foot_link ul {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
  }
  footer #foot_link ul li {
    width: 50%;
    text-align: center;
    padding: 0;
    margin: 0;
  }
  footer small {
    padding: 0;
    text-align: center;
  }
}

/*===========================================================
+-----+// Effect
===========================================================*/
.effect_01,
.effect_01_group .effect {
  transition: all 0.8s;
  opacity: 0;
  position: relative;
  top: 50px;
}
.effect_01.active,
.effect_01_group .effect.active {
  opacity: 1;
  top: 0;
}

.effect_02 {
  transition: all 1s;
  opacity: 0;
  position: relative;
  top: -50px;
}
.effect_02.active {
  opacity: 1;
  top: 0;
}

.effect_03 {
  transition: all 1s;
  opacity: 0;
  position: relative;
  left: 50px;
}
.effect_03.active {
  opacity: 1;
  left: 0;
}

.effect_04 {
  transition: all 1s;
  opacity: 0;
  position: relative;
  right: 50px;
}
.effect_04.active {
  opacity: 1;
  right: 0;
}

/*==========================================================================================
+-----+// TOP layout
==========================================================================================*/
#top #sec_mv {
  width: 100%;
  position: relative;
  left: -100%;
  transition: 1s;
  overflow: hidden;
}
#top #sec_mv img {
  width: 100%;
}
#top #sec_mv .anime {
  -webkit-animation: fadezoom 8s 0s linear infinite;
  animation: fadezoom 8s 0s linear infinite;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
#top #sec_mv .slider_txt {
  position: absolute;
  right: 70px;
  bottom: 50px;
  transition: 1s;
  opacity: 0;
}
#top #sec_mv .slider_txt .txt {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1000px;
}
#top #sec_mv .slider_txt .txt:nth-of-type(2) {
  display: none;
}
#top #sec_mv .slider_txt .txt p {
  display: block;
  text-align: right;
}
#top #sec_mv .slider_txt .txt p span {
  display: inline;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.6);
}
#top #sec_mv .slider_txt .txt p:nth-of-type(1) {
  font-size: 5.2rem;
  font-weight: 700;
}
#top #sec_mv .slider_txt .txt p:nth-of-type(1) span span {
  font-size: 4.3rem;
  background: none;
}
#top #sec_mv .slider_txt .txt p:nth-of-type(2) {
  font-size: 4.2rem;
  font-weight: 700;
  margin-top: 9px;
}
#top .more a {
  color: #fff;
  width: 240px;
  display: block;
  padding: 15px 15px 15px 25px;
  box-sizing: border-box;
  background: url("../img/top/arrow00.svg") right 20px center no-repeat #000;
  background-size: 22px auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
#top #sec_service {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 0;
}
#top #sec_service .service {
  min-height: 580px;
  position: relative;
  margin-bottom: 90px;
}
#top #sec_service .service .img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#top #sec_service .service .txt {
  width: 480px;
  position: absolute;
  background: #fff;
  z-index: 2;
  left: 12.5%;
  top: 50px;
  padding: 15px 10px 30px 15px;
  box-sizing: border-box;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
#top #sec_service .service .txt h3 {
  font-size: 1.8rem;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: solid 4px #000;
  margin-bottom: 10px;
}
#top #sec_service .service .txt dl {
  margin-bottom: 30px;
}
#top #sec_service .service .txt dl dt {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 20px;
}
#top #sec_service .service .txt dl dt span {
  font-size: 1.8rem;
  font-weight: 600;
  display: block;
  margin-top: 5px;
}
#top #sec_service .service .txt dl dd {
  line-height: 1.8;
}
#top #sec_service .service .txt figure {
  text-align: center;
}
#top #sec_service .service .more {
  position: absolute;
  bottom: 25px;
  width: 100%;
}
#top #sec_service .service .more a {
  margin: 0 auto;
}
#top #sec_service .service::before {
  content: "";
  width: 695px;
  height: 435px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #eaeaea;
  z-index: 0;
}
#top #sec_service .service:nth-of-type(1) h3 {
  border-color: #2a8500;
}
#top #sec_service .service:nth-of-type(1) dt span {
  color: #2a8500;
}
#top #sec_service .service:nth-of-type(1) .more a {
  background-color: #2a8500;
  border: solid 1px #2a8500;
}
#top #sec_service .service:nth-of-type(1) .more a:hover {
  color: #2a8500;
  background: url("../img/top/arrow01.svg") right 20px center no-repeat #fff;
}
#top #sec_service .service:nth-of-type(2) h3 {
  border-color: #004cb7;
}
#top #sec_service .service:nth-of-type(2) dt span {
  color: #004cb7;
}
#top #sec_service .service:nth-of-type(2) .more a {
  background-color: #004cb7;
  border: solid 1px #004cb7;
}
#top #sec_service .service:nth-of-type(2) .more a:hover {
  color: #004cb7;
  background: url("../img/top/arrow02.svg") right 20px center no-repeat #fff;
}
#top #bb_information {
  padding-top: 100px;
  margin-top: -100px;
}
#top #sec_information {
  background: url("../img/top/bg_info01.png") left top repeat-x, url("../img/top/bg_info02.png") left top repeat;
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 65px;
}
#top #sec_information h2 {
  padding-top: 15px;
  color: #ff5122;
  margin-bottom: 45px;
  background: url("../img/top/bg_info_ttl.png") center top no-repeat;
}
#top #sec_information .information {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
#top #sec_information article {
  max-width: 285px;
}
#top #sec_information article a {
  display: block;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  margin-bottom: 25px;
}
#top #sec_information article a img {
  width: 100%;
}
#top #sec_information article a p {
  width: 100%;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  padding: 10px 15px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  transition: 0.3s;
  background: url("../img/top/arrow00.svg") right 20px center no-repeat rgba(42, 31, 0, 0.4);
}
#top #sec_information article a:hover p {
  background-color: rgba(255, 81, 34, 0.8);
}
#top #sec_information article .txt {
  font-size: 1.4rem;
  text-align: center;
}
#top #sec_recruit {
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 0 0;
  overflow-x: hidden;
}
#top #sec_recruit .recruit {
  min-height: 580px;
  margin-bottom: 120px;
  position: relative;
}
#top #sec_recruit .recruit .img {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  text-align: center;
}
#top #sec_recruit .recruit .txt {
  width: 480px;
  position: absolute;
  background: #fff;
  z-index: 2;
  right: 12.5%;
  top: 315px;
  padding: 15px 10px 30px 15px;
  box-sizing: border-box;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
#top #sec_recruit .recruit .txt h3 {
  font-size: 2.4rem;
  color: #ff5122;
  display: inline-block;
  margin-bottom: 10px;
}
#top #sec_recruit .recruit .txt p {
  font-weight: 500;
  line-height: 1.6;
}
#top #sec_recruit .recruit .txt figure {
  text-align: center;
}
#top #sec_recruit .recruit .more {
  position: absolute;
  bottom: -25px;
  width: 100%;
}
#top #sec_recruit .recruit .more a {
  margin: 0 auto;
  background-color: #ff5122;
  border: solid 1px #ff5122;
}
#top #sec_recruit .recruit .more a:hover {
  color: #ff5122;
  background: url("../img/top/arrow03.svg") right 20px center no-repeat #fff;
}
#top #sec_recruit .recruit::before {
  content: "";
  width: 695px;
  height: 435px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #eaeaea;
  z-index: 0;
}
#top #sec_news,
#top #sec_news_top {
  padding: 0 0 90px;
}
#top #sec_news dl,
#top #sec_news_top dl {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding: 10px 0;
  border-bottom: solid 1px #dedede;
}
#top #sec_news dl dt,
#top #sec_news_top dl dt {
  width: 115px;
  padding-top: 2px;
}
#top #sec_news dl dd,
#top #sec_news_top dl dd {
  width: calc(100% - 115px);
  color: #535353;
  font-size: 1.7rem;
}
#top #sec_news dl dd a,
#top #sec_news_top dl dd a {
  color: #535353;
  text-decoration: underline;
  transition: 0.3s;
}
#top #sec_news dl dd a:hover,
#top #sec_news_top dl dd a:hover {
  opacity: 0.7;
}
#top #sec_news dl dd a:hover,
#top #sec_news_top dl dd a:hover {
  text-decoration: none;
}
#top #sec_news_top {
  max-width: 910px;
  margin: 45px auto 0;
  padding: 0;
  box-sizing: border-box;
}
#top #sec_news_top dl {
  padding: 10px;
  max-width: 100%;
}
@media only screen and (max-width: 980px) {
  #top .more a {
    width: 200px;
    padding: 10px 10px 10px 15px;
  }
  #top #sec_mv .slider_txt {
    right: 15px;
    bottom: 50px;
  }
  #top #sec_mv .slider_txt .txt {
    width: 100vw;
  }
  #top #sec_mv .slider_txt .txt p span {
    padding: 5px;
    word-break: keep-all;
  }
  #top #sec_mv .slider_txt .txt p:nth-of-type(1) {
    font-size: 2.6rem;
  }
  #top #sec_mv .slider_txt .txt p:nth-of-type(1) span span {
    font-size: 2.2rem;
  }
  #top #sec_mv .slider_txt .txt p:nth-of-type(2) {
    font-size: 2.1rem;
  }
  #top #sec_service {
    margin: 0 auto;
    padding: 40px 0 0;
  }
  #top #sec_service .service {
    min-height: auto;
    margin-bottom: 60px;
  }
  #top #sec_service .service .img {
    position: relative;
  }
  #top #sec_service .service .txt {
    width: calc(100% - 30px);
    position: relative;
    left: 0;
    top: -20px;
    padding: 10px 10px 20px;
    margin: 0 15px 15px;
  }
  #top #sec_service .service .txt h3 {
    font-size: 1.2rem;
  }
  #top #sec_service .service .txt dl {
    margin-bottom: 20px;
  }
  #top #sec_service .service .txt dl dt {
    font-size: 2.1rem;
    margin-bottom: 10px;
  }
  #top #sec_service .service .txt dl dt span {
    font-size: 1.2rem;
  }
  #top #sec_service .service .txt dl dd {
    line-height: 1.8;
  }
  #top #sec_service .service .txt figure {
    width: 200px;
    margin: 0 auto;
  }
  #top #sec_service .service .more {
    position: relative;
    bottom: 0;
    width: 100%;
  }
  #top #sec_service .service .more a {
    margin: 0 auto;
  }
  #top #sec_service .service::before {
    content: "";
    width: 100%;
    height: 300px;
    bottom: 180px;
  }
  #top #sec_information {
    background-size: auto 33px, 5px auto;
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 10px;
  }
  #top #sec_information h2 {
    padding-top: 5px;
    margin-bottom: 30px;
    background-size: 250px auto;
  }
  #top #sec_information .information {
    max-width: 64%;
    min-width: 300px;
    display: block;
  }
  #top #sec_information article {
    max-width: 100%;
    margin-bottom: 30px;
  }
  #top #sec_information article a {
    margin-bottom: 15px;
  }
  #top #sec_recruit {
    padding: 40px 0 0;
  }
  #top #sec_recruit .recruit {
    min-height: auto;
    margin-bottom: 90px;
  }
  #top #sec_recruit .recruit .img {
    position: relative;
  }
  #top #sec_recruit .recruit .txt {
    width: calc(100% - 30px);
    position: relative;
    right: 0;
    top: -20px;
    padding: 10px 10px 20px;
    margin: 0 15px 15px;
  }
  #top #sec_recruit .recruit .txt h3 {
    font-size: 2.1rem;
  }
  #top #sec_recruit .recruit .more {
    position: relative;
    bottom: 0;
  }
  #top #sec_recruit .recruit::before {
    width: 100%;
    height: 300px;
    bottom: 100px;
  }
  #top #sec_news,
  #top #sec_news_top {
    padding: 0 0 90px;
  }
  #top #sec_news dl,
  #top #sec_news_top dl {
    max-width: 100%;
    margin: 0 15px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 5px 0;
  }
  #top #sec_news dl dt,
  #top #sec_news_top dl dt {
    font-size: 1.2rem;
    width: 85px;
  }
  #top #sec_news dl dd,
  #top #sec_news_top dl dd {
    font-size: 1.2rem;
    width: calc(100% - 85px);
  }
  #top #sec_news_top {
    max-width: 100%;
    margin: 20px 15px 0;
    padding: 0;
  }
  #top #sec_news_top dl {
    padding: 10px;
    margin: 0;
  }
}

/*===========================================================
+-----+// dayservice
===========================================================*/
#dayservice #page_ttl {
  background: url("../img/dayservice/bg_ttl.jpg") center center no-repeat;
}
#dayservice #page_ttl span {
  color: #338f00;
}
#dayservice #sec_program h2 span {
  font-size: 2.8rem;
  color: #338f00;
  margin-bottom: 5px;
}
#dayservice #sec_program h2 rt {
  font-size: 2.2rem;
  color: #338f00;
}
#dayservice .program_about {
  width: 860px;
  background: #e6f1e0;
  padding: 50px 30px 35px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 150px;
}
#dayservice .program_about dl {
  width: 700px;
  padding: 50px;
  box-sizing: border-box;
  position: absolute;
  left: 200px;
  top: 50px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
#dayservice .program_about dl dt {
  font-size: 2.4rem;
  font-weight: 600;
  color: #338f00;
  margin-bottom: 20px;
}
#dayservice .program_about dl dd {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
#dayservice .program_about dl dd::before {
  font-size: 1.2rem;
  content: "●";
  color: #338f00;
  position: absolute;
  left: 0;
  top: 2px;
}
#dayservice .program_about dl dd:last-child {
  margin-bottom: 0;
}
#dayservice .program {
  padding: 0 0 100px;
  background: #e6f1e0;
  margin-bottom: 300px;
  position: relative;
}
#dayservice .program h3 {
  width: 100%;
  font-size: 3.6rem;
  text-align: center;
  margin-top: -40px;
  position: absolute;
}
#dayservice .program h3 span {
  font-size: 4.8rem;
  width: 60px;
  margin: 0 auto;
  color: #338f00;
  display: block;
  border-bottom: solid 4px #338f00;
}
#dayservice .program h4 {
  color: #338f00;
  font-size: 2.4rem;
  text-align: center;
  padding-top: 120px;
  margin-bottom: 40px;
}
#dayservice .program ul {
  padding: 0 50px;
}
#dayservice .program ul li {
  position: relative;
  padding-left: 25px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: dotted 1px #c7c7c7;
}
#dayservice .program ul li::before {
  font-size: 1.2rem;
  content: "●";
  color: #338f00;
  position: absolute;
  left: 0;
  top: 2px;
}
#dayservice .program ul li:last-child {
  margin-bottom: 0;
}
#dayservice .program figure {
  width: 100%;
  text-align: center;
  position: absolute;
  top: calc(100% - 50px);
}
#dayservice #sec_office .office {
  margin-bottom: 100px;
}
#dayservice #sec_office .office h3 {
  text-align: left;
  font-size: 2.4rem;
  display: inline-block;
  border-bottom: solid 4px #338f00;
  margin-bottom: 20px;
}
#dayservice #sec_office .office dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
#dayservice #sec_office .office dl dt {
  width: 250px;
  padding: 10px 0;
  border-bottom: solid 1px #9a9a9a;
}
#dayservice #sec_office .office dl dd {
  width: calc(100% - 250px);
  padding: 10px 0;
  border-bottom: solid 1px #9a9a9a;
}
#dayservice #sec_office .office .link {
  color: #e95632;
  padding-right: 25px;
  background: url("../img/common/icon_arrow01.svg") right center no-repeat;
  background-size: 20px auto;
}
#dayservice #sec_office .office .link:hover {
  opacity: 0.7;
}
#dayservice #sec_office .office .map {
  margin-left: 20px;
}
#dayservice #sec_office .office .map:hover {
  opacity: 0.7;
}
#dayservice #sec_office .office .btn a {
  display: block;
  width: 360px;
  font-weight: bold;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  padding-right: 25px;
  background: url("../img/common/icon_arrow02.svg") right 20px center no-repeat #338f00;
  background-size: 20px auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
#dayservice #sec_office .office .btn a:hover {
  opacity: 0.7;
}
#dayservice #sec_howto {
  text-align: center;
}
@media only screen and (max-width: 980px) {
  #dayservice #page_ttl {
    background: url("../img/dayservice/bg_ttl_sp.jpg") center center no-repeat;
  }
  #dayservice #sec_program h2 span {
    font-size: 1.8rem;
  }
  #dayservice .program_about {
    width: 100%;
    padding: 15px 0 125px;
    margin-bottom: 180px;
  }
  #dayservice .program_about img {
    height: 70px;
  }
  #dayservice .program_about dl {
    width: calc(100% - 10px);
    padding: 15px;
    left: 5px;
    top: 100px;
  }
  #dayservice .program_about dl dt {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  #dayservice .program_about dl dd {
    padding-left: 20px;
  }
  #dayservice .program_about dl dd::before {
    top: 3px;
  }
  #dayservice .program {
    padding: 0 0 100px;
    background: #e6f1e0;
    margin-bottom: 40vw;
    position: relative;
  }
  #dayservice .program h3 {
    font-size: 2.4rem;
    margin-top: -30px;
  }
  #dayservice .program h3 span {
    font-size: 3.6rem;
    margin: 0 auto 20px;
  }
  #dayservice .program h4 {
    font-size: 1.4rem;
    padding-top: 100px;
    margin-bottom: 30px;
  }
  #dayservice .program ul {
    padding: 0 15px;
  }
  #dayservice .program ul li {
    padding-left: 15px;
  }
  #dayservice .program ul li::before {
    font-size: 1rem;
    top: 3px;
  }
  #dayservice .program figure {
    width: calc(100% - 30px);
    margin: 0 15px;
    top: calc(100% - 80px);
  }
  #dayservice #sec_office .office {
    margin-bottom: 60px;
    text-align: center;
  }
  #dayservice #sec_office .office h3 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  #dayservice #sec_office .office dl {
    text-align: left;
    margin-bottom: 30px;
    border-top: solid 1px #9a9a9a;
  }
  #dayservice #sec_office .office dl dt {
    width: 100%;
    padding: 10px 0 5px;
    border: none;
    font-size: 1.2rem;
    color: #666;
  }
  #dayservice #sec_office .office dl dd {
    width: 100%;
    padding: 0 0 10px;
  }
  #dayservice #sec_office .office .map img {
    width: 80px;
  }
  #dayservice #sec_office .office .btn a {
    width: 100%;
    max-width: 315px;
  }
  #dayservice #sec_howto {
    text-align: left;
  }
}

/*===========================================================
+-----+// gym
===========================================================*/
#gym #page_ttl {
  background: url("../img/gym/bg_ttl.jpg") center center no-repeat;
}
#gym #page_ttl span {
  color: #004cb6;
}
#gym #sec_gym h2 {
  font-size: 3.2rem;
  height: 150px;
  background: url("../img/gym/img01.svg") center top no-repeat;
  background-size: 100% auto;
  margin-bottom: 0;
}
#gym #sec_gym h2 span {
  font-size: 2.8rem;
  color: #004cb6;
  margin-bottom: 5px;
}
#gym #sec_gym h2 rt {
  font-size: 2.2rem;
  color: #004cb6;
}
#gym .gym_about {
  text-align: center;
  margin-bottom: 130px;
}
#gym .program {
  padding: 0 0 100px;
  background: #eef2f8;
  margin-bottom: 300px;
  position: relative;
}
#gym .program h3 {
  width: 100%;
  font-size: 3.6rem;
  text-align: center;
  margin-top: -40px;
  position: absolute;
}
#gym .program h3 span {
  font-size: 4.8rem;
  width: 60px;
  margin: 0 auto;
  color: #004cb6;
  display: block;
  border-bottom: solid 4px #004cb6;
}
#gym .program ul {
  padding: 130px 50px 0;
}
#gym .program ul li {
  position: relative;
  padding-left: 25px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: dotted 1px #c7c7c7;
}
#gym .program ul li::before {
  font-size: 1.2rem;
  content: "●";
  color: #004cb6;
  position: absolute;
  left: 0;
  top: 2px;
}
#gym .program ul li:last-child {
  margin-bottom: 0;
}
#gym .program figure {
  width: 100%;
  text-align: center;
  position: absolute;
  top: calc(100% - 50px);
}
#gym #sec_guide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#gym #sec_guide h2 {
  width: 100%;
}
#gym #sec_guide h3 {
  text-align: left;
  font-size: 2.4rem;
  display: inline-block;
  border-bottom: solid 4px #004cb6;
  margin-bottom: 20px;
}
#gym #sec_guide .guide:nth-child(1) {
  width: 380px;
}
#gym #sec_guide figure {
  width: calc(100% - 380px);
}
#gym #sec_guide li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
#gym #sec_guide li::before {
  font-size: 1.2rem;
  content: "●";
  color: #004cb6;
  position: absolute;
  left: 0;
  top: 2px;
}
#gym #sec_guide li:last-child {
  margin-bottom: 0;
}
#gym #sec_voice {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#gym #sec_voice h2 {
  width: 100%;
}
#gym #sec_voice .voice {
  width: 48%;
  padding: 20px;
  box-sizing: border-box;
  background: #ecf1f9;
  border-radius: 5px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 45px;
}
#gym #sec_voice .voice:nth-of-type(2n) {
  margin-left: 4%;
}
#gym #sec_voice .voice figure {
  width: 70px;
}
#gym #sec_voice .voice dl {
  width: calc(100% - 70px);
}
#gym #sec_voice .voice dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}
#gym #sec_voice .voice dd:last-child {
  margin-top: 10px;
  text-align: right;
}
#gym #sec_office .office {
  margin-bottom: 100px;
}
#gym #sec_office .office h3 {
  text-align: left;
  font-size: 2.4rem;
  display: inline-block;
  border-bottom: solid 4px #004cb6;
  margin-bottom: 20px;
}
#gym #sec_office .office dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
#gym #sec_office .office dl dt {
  width: 250px;
  padding: 10px 0;
  border-bottom: solid 1px #9a9a9a;
}
#gym #sec_office .office dl dd {
  width: calc(100% - 250px);
  padding: 10px 0;
  border-bottom: solid 1px #9a9a9a;
}
#gym #sec_office .office .link {
  color: #e95632;
  padding-right: 25px;
  background: url("../img/common/icon_arrow01.svg") right center no-repeat;
  background-size: 20px auto;
}
#gym #sec_office .office .link:hover {
  opacity: 0.7;
}
#gym #sec_office .office .map {
  margin-left: 20px;
}
#gym #sec_office .office .map:hover {
  opacity: 0.7;
}
#gym #sec_office .office .btn a {
  display: block;
  width: 360px;
  font-weight: bold;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  padding-right: 25px;
  background: url("../img/common/icon_arrow02.svg") right 20px center no-repeat #004cb6;
  background-size: 20px auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
#gym #sec_office .office .btn a:hover {
  opacity: 0.7;
}
#gym #sec_howto ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  background: url("../img/gym/icon.svg") left 6px no-repeat;
}
@media only screen and (max-width: 980px) {
  #gym #page_ttl {
    background: url("../img/gym/bg_ttl_sp.jpg") center center no-repeat;
  }
  #gym #sec_gym h2 {
    font-size: 2.4rem;
    height: auto;
    padding-bottom: 120px;
    background: url("../img/gym/img01_sp.svg") center bottom no-repeat;
    background-size: 230px auto;
  }
  #gym #sec_gym h2 span {
    font-size: 1.8rem;
  }
  #gym .gym_about {
    width: 100%;
    padding: 15px 0 0;
    margin-bottom: 60px;
  }
  #gym .program {
    padding: 0 0 100px;
    background: #eef2f8;
    margin-bottom: 40vw;
    position: relative;
  }
  #gym .program h3 {
    font-size: 2.4rem;
    margin-top: -30px;
  }
  #gym .program h3 span {
    font-size: 3.6rem;
    margin: 0 auto 20px;
  }
  #gym .program ul {
    padding: 100px 15px 0;
  }
  #gym .program ul li {
    padding-left: 15px;
  }
  #gym .program ul li::before {
    font-size: 1rem;
    top: 3px;
  }
  #gym .program figure {
    width: calc(100% - 30px);
    margin: 0 15px;
    top: calc(100% - 80px);
  }
  #gym #sec_guide {
    margin-top: -30px;
    text-align: center;
  }
  #gym #sec_guide .guide {
    width: 100%;
  }
  #gym #sec_guide .guide h3 {
    font-size: 2rem;
  }
  #gym #sec_guide .guide p {
    margin-bottom: 30px;
  }
  #gym #sec_guide .guide li {
    text-align: left;
  }
  #gym #sec_voice .voice {
    width: 100%;
    padding: 15px;
    margin-bottom: 25px;
  }
  #gym #sec_voice .voice:nth-of-type(2n) {
    margin-left: 0;
  }
  #gym #sec_voice .voice figure {
    width: 50px;
  }
  #gym #sec_voice .voice figure img {
    width: 36px;
  }
  #gym #sec_voice .voice dl {
    width: calc(100% - 50px);
  }
  #gym #sec_voice .voice dt {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  #gym #sec_voice .voice dd:last-child {
    margin-top: 5px;
  }
  #gym #sec_office .office {
    margin-bottom: 60px;
    text-align: center;
  }
  #gym #sec_office .office h3 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  #gym #sec_office .office dl {
    text-align: left;
    margin-bottom: 30px;
    border-top: solid 1px #9a9a9a;
  }
  #gym #sec_office .office dl dt {
    width: 100%;
    padding: 10px 0 5px;
    border: none;
    font-size: 1.2rem;
    color: #666;
  }
  #gym #sec_office .office dl dd {
    width: 100%;
    padding: 0 0 10px;
  }
  #gym #sec_office .office .map img {
    width: 80px;
  }
  #gym #sec_office .office .btn a {
    width: 100%;
    max-width: 315px;
  }
  #gym #sec_howto {
    text-align: left;
  }
}

#btm_nav {
  width: 100%;
  position: fixed;
  bottom: 0;
  background: #F0F6F8;
  z-index: 9;
  padding: 10px;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
#btm_nav.stop {
  position: relative;
}
#btm_nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 60px;
}
#btm_nav ul li {
  width: 300px;
  height: 50px;
  border-radius: 25px;
  background: rgb(134, 185, 255);
  background: linear-gradient(110deg, rgb(134, 185, 255) 0%, rgb(248, 169, 169) 50%, rgb(255, 157, 0) 100%);
  transition: 0.3s;
}
#btm_nav ul li:hover {
  opacity: 0.7;
}
#btm_nav ul li a {
  display: block;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  padding-left: 20px;
}
#btm_nav ul li:nth-child(1) a {
  color: #fff;
  font-size: 1.8rem;
  background: url(../img/recruit/icon_mail.svg) left 35px center no-repeat;
}
#btm_nav ul li:nth-child(2) {
  padding: 2px;
}
#btm_nav ul li:nth-child(2) a {
  color: #DD5B56;
  font-size: 2.2rem;
  border-radius: 25px;
  background: url(../img/recruit/icon_tel.svg) left 45px center no-repeat #fff;
}
@media only screen and (max-width: 980px) {
  #btm_nav {
    padding: 10px;
  }
  #btm_nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0;
  }
  #btm_nav ul li {
    width: 48%;
    max-width: 300px;
    height: 30px;
    border-radius: 15px;
  }
  #btm_nav ul li a {
    line-height: 30px;
    padding-left: 10px;
  }
  #btm_nav ul li:nth-child(1) a {
    font-size: 1.4rem;
    background: url(../img/recruit/icon_mail.svg) left 15px center/15px auto no-repeat;
  }
  #btm_nav ul li:nth-child(2) a {
    font-size: 1.4rem;
    background: url(../img/recruit/icon_tel.svg) left 15px center/15px auto no-repeat #fff;
  }
}

#btm_nav2 {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 9;
  padding: 10px;
  box-sizing: border-box;
}
#btm_nav2.stop {
  position: relative;
}
#btm_nav2 ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 60px;
}
#btm_nav2 ul li {
  width: 220px;
  height: 50px;
  border-radius: 25px;
  background: rgb(191, 67, 10);
  transition: 0.3s;
}
#btm_nav2 ul li:hover {
  opacity: 0.7;
}
#btm_nav2 ul li a {
  display: block;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  padding-left: 20px;
  margin-top: 5px;
}
#btm_nav2 ul li:nth-child(1) a {
  color: #fff;
  font-size: 1.6rem;
  background: url(../img/recruit/icon_mail.svg) left 15px center no-repeat;
}
#btm_nav2 ul li:nth-child(2) {
  padding: 2px;
}
#btm_nav2 ul li:nth-child(2) a {
  color: #DD5B56;
  font-size: 2.2rem;
  border-radius: 25px;
  background: url(../img/recruit/icon_tel.svg) left 45px center no-repeat #fff;
}
#btm_nav2 ul li .co_ent {
  font-weight: 400;
  font-size: 1.4rem;
}
@media only screen and (max-width: 980px) {
  #btm_nav2 {
    padding: 10px;
  }
  #btm_nav2 ul {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0;
  }
  #btm_nav2 ul li {
    max-width: 300px;
    height: 36px;
    border-radius: 15px;
  }
  #btm_nav2 ul li a {
    line-height: 14px;
    padding-left: 10px;
    margin-top: 3px;
  }
  #btm_nav2 ul li:nth-child(1) a {
    font-size: 1.4rem;
    background: url(../img/recruit/icon_mail.svg) left 15px center/15px auto no-repeat;
  }
  #btm_nav2 ul li:nth-child(2) a {
    font-size: 1.4rem;
    background: url(../img/recruit/icon_tel.svg) left 15px center/15px auto no-repeat #fff;
  }
}

#pagetop.recruit {
  bottom: 90px;
}
@media only screen and (max-width: 980px) {
  #pagetop.recruit {
    bottom: 70px;
  }
}

a[href^="tel:"] {
  pointer-events: none;
}

@media only screen and (max-width: 980px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
/*===========================================================
+-----+// recruit
===========================================================*/
#recruit {
  /*==========================
  // recruit_ttl
  =============================*/
  /*==========================
  // sec_message
  =============================*/
  /*==========================
  // sec_message2
  =============================*/
  /*==========================
  // sec_movie
  =============================*/
  /*==========================
  // sec_about
  =============================*/
  /*==========================
  // sec_promise
  =============================*/
  /*==========================
  // sec_promise2
  =============================*/
  /*==========================
  // sec_flow
  =============================*/
  /*==========================
  // sec_commitments
  =============================*/
  /*==========================
  // sec_allowances
  =============================*/
  /*==========================
  // sec_feature
  =============================*/
  /*==========================
  // sec_voice
  =============================*/
  /*==========================
  // sec_recruit
  =============================*/
  /*==========================
  // sec_entry
  =============================*/
  /*==========================*/
}
#recruit .h2ttl {
  display: inline-block;
  position: relative;
  padding-bottom: 25px;
}
#recruit .h2ttl::after {
  content: "";
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(134, 185, 255);
  background: linear-gradient(110deg, rgb(134, 185, 255) 0%, rgb(248, 169, 169) 50%, rgb(255, 157, 0) 100%);
}
@media only screen and (max-width: 980px) {
  #recruit .h2ttl {
    padding-bottom: 15px;
  }
}
#recruit .br15 {
  border-radius: 15px;
}
@media only screen and (max-width: 980px) {
  #recruit .br15 {
    border-radius: 10px;
  }
}
#recruit #recruit_ttl {
  position: relative;
  min-height: 540px;
}
#recruit #recruit_ttl .txt {
  position: absolute;
  top: calc(5.3333333333 * var(--vw));
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  height: 100%;
  text-align: center;
}
#recruit #recruit_ttl h1 span {
  display: block;
  width: 407px;
  padding: 15px;
  text-align: center;
  background: rgb(208, 227, 253);
  background: linear-gradient(90deg, rgb(208, 227, 253) 0%, rgb(252, 203, 203) 50%, rgb(255, 219, 160) 100%);
  font-size: 2.2rem;
}
#recruit #recruit_ttl h1 img {
  margin-top: calc(-2 * var(--vw));
  padding: 0 calc(4 * var(--vw));
  width: calc(48 * var(--vw));
}
#recruit #recruit_ttl .mv_txt {
  margin-top: calc(-3.3333333333 * var(--vw));
  font-size: 1.6rem;
  text-shadow: 0 0 calc(0.3333333333 * var(--vw)) #fff, 0 0 calc(0.3333333333 * var(--vw)) #fff;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
  width: 430px;
}
#recruit #recruit_ttl .mv_txt span {
  padding: calc(0.6666666667 * var(--vw));
  display: block;
  font-size: 3rem;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: calc(1 * var(--vw));
  text-shadow: none;
}
#recruit #recruit_ttl .mv_txt1 {
  margin-top: 0;
  text-shadow: 0 0 calc(0.3333333333 * var(--vw)) #fff, 0 0 calc(0.3333333333 * var(--vw)) #fff;
  line-height: 1.5;
  font-weight: bold;
}
#recruit #recruit_ttl .mv_txt1 span {
  display: block;
  font-size: calc(3 * var(--vw));
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: calc(1 * var(--vw));
  text-shadow: none;
}
#recruit #recruit_ttl .mv_txt11 {
  text-align: center;
  font-size: calc(2.1333333333 * var(--vw));
  text-shadow: 0 0 5px #fff, 0 0 5px #fff;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
}
#recruit #recruit_ttl .mv_txt2 {
  font-size: 3.3rem;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff;
  line-height: 1.8;
  font-weight: bold;
  text-align: left;
  color: #ff0000;
  width: 500px;
}
#recruit #recruit_ttl .slider {
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#recruit #recruit_ttl .slider figure {
  width: 100%;
  height: 100%;
}
#recruit #recruit_ttl .slider figure img {
  width: 100%;
  min-height: 100%;
  transition: 5s;
  transform: scale(1);
}
#recruit #recruit_ttl .slider figure.anime img {
  transform: scale(1.2);
}
@media only screen and (max-width: 980px) {
  #recruit #recruit_ttl {
    min-height: 400px;
  }
  #recruit #recruit_ttl .txt {
    position: relative;
    top: 0;
    left: 0;
    transform: initial;
    z-index: 2;
    height: 100%;
    text-align: center;
  }
  #recruit #recruit_ttl h1 {
    text-align: center;
    padding: 20px 20px 0;
    box-sizing: border-box;
  }
  #recruit #recruit_ttl h1 span {
    width: auto;
    padding: 5px;
    font-size: 1.6rem;
  }
  #recruit #recruit_ttl h1 img {
    width: 100%;
    margin: 0;
    padding: initial;
    max-width: calc(76.5306122449 * var(--vw));
  }
  #recruit #recruit_ttl .mv_txt {
    margin-top: -30px;
    font-size: 1.2rem;
    text-align: center;
    width: auto;
  }
  #recruit #recruit_ttl .mv_txt span {
    width: 100%;
    padding: 10px;
    font-size: 2rem;
  }
  #recruit #recruit_ttl .mv_txt1 {
    text-align: center;
    width: 93%;
  }
  #recruit #recruit_ttl .mv_txt1 span {
    display: block;
    font-size: calc(6.5306122449 * var(--vw));
    margin-bottom: calc(1.5306122449 * var(--vw));
    text-shadow: none;
    padding: 0 calc(1.0204081633 * var(--vw));
  }
  #recruit #recruit_ttl .mv_txt11 {
    font-size: calc(3.6734693878 * var(--vw));
    text-align: center;
    width: auto;
  }
  #recruit #recruit_ttl .mv_txt2 {
    font-size: 1.6rem;
    text-align: center;
    width: auto;
  }
}
#recruit #sec_message {
  padding: 60px 0;
}
#recruit #sec_message .message {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
#recruit #sec_message .message .img figure {
  margin-left: 50px;
}
#recruit #sec_message .message .txt {
  width: 540px;
}
#recruit #sec_message .message .txt p {
  font-size: 1.4rem;
  line-height: 2;
}
#recruit #sec_message .message .txt p .line {
  background: rgb(208, 227, 253);
  background: linear-gradient(90deg, rgb(208, 227, 253) 0%, rgb(252, 203, 203) 50%, rgb(255, 219, 160) 100%);
}
#recruit #sec_message .message .txt p:not(:last-of-type) {
  margin-bottom: 30px;
}
#recruit #sec_message .resources {
  border-radius: 24px;
  border: solid 2px #B0CDFA;
  padding: 0 30px 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
#recruit #sec_message .resources h3 {
  width: 100%;
}
#recruit #sec_message .resources h3 span {
  font-size: 3rem;
  color: #3F69AC;
  width: 270px;
  text-align: center;
  display: block;
  background: #fff;
  margin: -25px auto 30px;
}
#recruit #sec_message .resources dl {
  max-width: 242px;
  width: 28.9127837515%;
}
#recruit #sec_message .resources dl dt {
  margin-bottom: 20px;
}
#recruit #sec_message .resources dl dd {
  font-size: 1.4rem;
  line-height: 2;
}
@media only screen and (max-width: 980px) {
  #recruit #sec_message {
    padding: 30px 0;
    text-align: center;
  }
  #recruit #sec_message .message {
    display: block;
  }
  #recruit #sec_message .message .img {
    margin-bottom: 20px;
  }
  #recruit #sec_message .message .img figure {
    width: 120px;
    margin: 0 auto;
  }
  #recruit #sec_message .message .txt {
    width: 100%;
    text-align: left;
  }
  #recruit #sec_message .message .txt p:not(:last-of-type) {
    margin-bottom: 20px;
  }
  #recruit #sec_message .resources {
    padding: 0 15px 10px;
    box-sizing: border-box;
    display: block;
  }
  #recruit #sec_message .resources h3 {
    width: 100%;
  }
  #recruit #sec_message .resources h3 span {
    font-size: 2rem;
    width: 170px;
    margin: -15px auto 30px;
  }
  #recruit #sec_message .resources dl {
    max-width: 100%;
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
  }
  #recruit #sec_message .resources dl dt {
    width: 150px;
    margin: 0 auto 10px;
  }
}
#recruit #sec_message2 {
  text-align: center;
  position: relative;
  margin-bottom: 0;
  /*
  .line{
  	display: inline-block;
  	position: relative;
  	span{
  		position: relative;
  		z-index: 2;				
  	}
  	&::before{
  		content: "";
  		position: absolute;
  		left: 0;
  		bottom: -2px;
  		width: 100%;
  		height: 15px;
  		@include gra02;
  		z-index: 1;
  	}
  }
  */
}
#recruit #sec_message2 .h2ttl::after {
  width: 70%;
  left: 15%;
}
#recruit #sec_message2 .message2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
#recruit #sec_message2 .message2 .txt {
  width: calc(100% - 500px);
  line-height: 1.8;
  text-align: left;
  padding-top: 20px;
}
#recruit #sec_message2 .message2 .txt p {
  font-size: 1.4rem;
  line-height: 2;
}
#recruit #sec_message2 .message2 .txt p .line {
  background: rgb(208, 227, 253);
  background: linear-gradient(90deg, rgb(208, 227, 253) 0%, rgb(252, 203, 203) 50%, rgb(255, 219, 160) 100%);
  font-weight: 600;
}
#recruit #sec_message2 .message2 .txt p:not(:last-of-type) {
  margin-bottom: 30px;
}
#recruit #sec_message2 .message2 figure {
  width: 420px;
}
#recruit #sec_message2 .message2 figure img {
  width: 420px;
}
@media only screen and (max-width: 980px) {
  #recruit #sec_message2 .message2 figure img {
    width: 100%;
  }
}
@media only screen and (max-width: 980px) {
  #recruit #sec_message2 {
    padding: 30px 0 0;
    margin-bottom: 16px;
  }
  #recruit #sec_message2::after {
    height: 100px;
  }
  #recruit #sec_message2 .message2 {
    display: block;
  }
  #recruit #sec_message2 .message2 .txt {
    width: 100%;
    padding-top: 0;
  }
  #recruit #sec_message2 .message2 .txt p:not(:last-of-type) {
    margin-bottom: 20px;
  }
  #recruit #sec_message2 .message2 figure {
    max-width: 240px;
    margin: 30px auto;
  }
}
#recruit #sec_movie {
  padding-bottom: 100px;
}
#recruit #sec_movie .row {
  text-align: center;
}
#recruit #sec_movie .movie_slide li {
  width: 20%;
}
#recruit #sec_movie .movie_slide li img {
  width: 100%;
}
@media only screen and (max-width: 980px) {
  #recruit #sec_movie {
    padding-bottom: 50px;
  }
}
#recruit #sec_about {
  padding: 100px 0 10px;
  background: #F4F4F4;
  text-align: center;
}
#recruit #sec_about ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#recruit #sec_about ul li {
  max-width: 278px;
  width: 30.8888888889%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 980px) {
  #recruit #sec_about {
    padding: 30px 0;
    align-items: stretch;
  }
  #recruit #sec_about .row {
    margin-bottom: 0;
  }
  #recruit #sec_about ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #recruit #sec_about ul li {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    margin: 0 20px 15px;
  }
}
#recruit #sec_promise {
  padding: 0 0 360px;
  text-align: center;
  position: relative;
  margin-bottom: 120px;
}
#recruit #sec_promise::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  display: block;
  background: url(../img/recruit/bg_promise.jpg) left bottom/cover no-repeat;
}
#recruit #sec_promise .h2ttl::after {
  width: 70%;
  left: 15%;
}
#recruit #sec_promise .promise {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
#recruit #sec_promise .promise .txt {
  width: calc(100% - 500px);
  line-height: 1.8;
  text-align: left;
  padding-top: 20px;
}
#recruit #sec_promise .promise .txt p:not(:last-of-type) {
  margin-bottom: 30px;
}
#recruit #sec_promise .promise figure {
  width: 480px;
}
#recruit #sec_promise .line {
  display: inline-block;
  position: relative;
}
#recruit #sec_promise .line span {
  position: relative;
  z-index: 2;
}
#recruit #sec_promise .line::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 15px;
  background: rgb(208, 227, 253);
  background: linear-gradient(90deg, rgb(208, 227, 253) 0%, rgb(252, 203, 203) 50%, rgb(255, 219, 160) 100%);
  z-index: 1;
}
@media only screen and (max-width: 980px) {
  #recruit #sec_promise {
    padding: 0 0 100px;
    margin-bottom: 60px;
  }
  #recruit #sec_promise::after {
    height: 100px;
  }
  #recruit #sec_promise .promise {
    display: block;
  }
  #recruit #sec_promise .promise .txt {
    width: 100%;
    padding-top: 0;
  }
  #recruit #sec_promise .promise .txt p:not(:last-of-type) {
    margin-bottom: 20px;
  }
  #recruit #sec_promise .promise figure {
    max-width: 240px;
    margin: 30px auto;
  }
}
#recruit #sec_promise2 {
  padding: 0 0 calc(20 * var(--vw));
  position: relative;
  margin-bottom: 120px;
}
#recruit #sec_promise2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(20 * var(--vw));
  display: block;
  background: url(../img/recruit/bg_promise.jpg) left bottom/100% no-repeat;
}
#recruit #sec_promise2 .h2ttl::after {
  width: 70%;
  left: 15%;
}
#recruit #sec_promise2 .promise {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
#recruit #sec_promise2 .promise .txt {
  width: 100%;
  line-height: 1.8;
  text-align: left;
  padding-top: 20px;
}
#recruit #sec_promise2 .promise .txt p:not(:last-of-type) {
  margin-bottom: 30px;
  font-size: 1.4rem;
}
#recruit #sec_promise2 .promise .txt p {
  font-size: 1.4rem;
}
#recruit #sec_promise2 .promise figure {
  width: 480px;
}
#recruit #sec_promise2 .promise .promise_ttl {
  width: 100%;
  text-align: center;
}
#recruit #sec_promise2 .line {
  display: inline-block;
  position: relative;
}
#recruit #sec_promise2 .line span {
  position: relative;
  z-index: 2;
  font-size: 1.4rem;
  font-weight: 600;
}
#recruit #sec_promise2 .line::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 15px;
  background: rgb(208, 227, 253);
  background: linear-gradient(90deg, rgb(208, 227, 253) 0%, rgb(252, 203, 203) 50%, rgb(255, 219, 160) 100%);
  z-index: 1;
}
@media only screen and (max-width: 980px) {
  #recruit #sec_promise2 {
    padding: 0 0 calc(10.2040816327 * var(--vw));
    margin-bottom: 60px;
  }
  #recruit #sec_promise2::after {
    height: 100px;
  }
  #recruit #sec_promise2 .promise {
    display: block;
  }
  #recruit #sec_promise2 .promise .txt {
    width: 100%;
    padding-top: 0;
  }
  #recruit #sec_promise2 .promise .txt p:not(:last-of-type) {
    margin-bottom: 20px;
  }
  #recruit #sec_promise2 .promise figure {
    max-width: 240px;
    margin: 30px auto;
  }
}
#recruit #sec_flow {
  padding: 60px 0 100px;
  text-align: center;
}
#recruit #sec_flow .h2ttl::after {
  width: 70%;
  left: 15%;
}
#recruit #sec_flow ol {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
#recruit #sec_flow ol li {
  max-width: 150px;
  width: 16.6666666667%;
  border-radius: 10px;
  padding: 15px 0;
  position: relative;
}
#recruit #sec_flow ol li::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: -30px;
  top: 75px;
  background: url(../img/recruit/icon_flow.svg) left top no-repeat;
}
#recruit #sec_flow ol li:last-of-type::after {
  display: none;
}
#recruit #sec_flow ol li figure {
  height: 75px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 20px;
}
#recruit #sec_flow ol li p {
  font-size: 1.6rem;
  font-weight: bold;
}
#recruit #sec_flow ol li:nth-child(1) {
  background: #88B8FD;
}
#recruit #sec_flow ol li:nth-child(1) img {
  height: 73px;
}
#recruit #sec_flow ol li:nth-child(2) {
  background: #ABB4E3;
}
#recruit #sec_flow ol li:nth-child(2) img {
  height: 73px;
}
#recruit #sec_flow ol li:nth-child(3) {
  background: #F8A8A4;
}
#recruit #sec_flow ol li:nth-child(3) img {
  height: 58px;
}
#recruit #sec_flow ol li:nth-child(4) {
  background: #FAA575;
}
#recruit #sec_flow ol li:nth-child(4) img {
  height: 58px;
}
#recruit #sec_flow ol li:nth-child(5) {
  background: #FF9D04;
}
#recruit #sec_flow ol li:nth-child(5) img {
  height: 63px;
}
@media only screen and (max-width: 980px) {
  #recruit #sec_flow {
    padding: 30px 0;
  }
  #recruit #sec_flow ol {
    display: block;
  }
  #recruit #sec_flow ol li {
    max-width: 180px;
    width: 60%;
    margin: 0 auto 40px;
  }
  #recruit #sec_flow ol li::after {
    right: calc(50% - 10px);
    top: auto;
    bottom: -30px;
    transform: rotate(90deg);
  }
  #recruit #sec_flow ol li:last-of-type::after {
    display: none;
  }
  #recruit #sec_flow ol li figure {
    height: auto;
    margin-bottom: 10px;
  }
  #recruit #sec_flow ol li p {
    font-size: 1.4rem;
  }
}
#recruit #sec_commitments {
  padding: 60px 0;
  background: #F4F4F4;
  text-align: center;
}
#recruit #sec_commitments .h2ttl::after {
  width: 70%;
  left: 15%;
}
#recruit #sec_commitments .commitments {
  border-radius: 16px;
  box-sizing: border-box;
  padding: 60px 160px 50px 40px;
}
#recruit #sec_commitments .commitments .ttl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 20px;
  align-items: center;
}
#recruit #sec_commitments .commitments .ttl .num {
  width: 195px;
}
#recruit #sec_commitments .commitments .ttl h3 {
  font-size: 3rem;
  font-weight: bold;
}
#recruit #sec_commitments .commitments .box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: flex-end;
  gap: 0 25px;
}
#recruit #sec_commitments .commitments .txt {
  width: 500px;
}
#recruit #sec_commitments .commitments .txt ul {
  width: 100%;
  padding: 30px 20px;
  border-radius: 17px;
  border: solid 1px #D8D8D8;
  text-align: left;
  box-sizing: border-box;
}
#recruit #sec_commitments .commitments .txt ul li {
  padding-left: 30px;
  background: url(../img/recruit/icon_commitments.svg) left top 5px no-repeat;
}
#recruit #sec_commitments .commitments .txt ul li:not(:last-child) {
  margin-bottom: 10px;
}
#recruit #sec_commitments .commitments2 {
  border-radius: 16px;
  box-sizing: border-box;
  padding: 60px 40px 0 40px;
}
#recruit #sec_commitments .commitments2 .ttl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 20px;
  align-items: center;
}
#recruit #sec_commitments .commitments2 .ttl .num {
  width: 195px;
}
#recruit #sec_commitments .commitments2 .ttl h3 {
  font-size: 3rem;
  font-weight: bold;
}
#recruit #sec_commitments .commitments2 .box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 10px;
}
#recruit #sec_commitments .commitments2 .txt {
  width: 500px;
}
#recruit #sec_commitments .commitments2 .txt ul {
  width: 100%;
  padding: 30px 20px;
  border-radius: 17px;
  border: solid 1px #D8D8D8;
  text-align: left;
  box-sizing: border-box;
}
#recruit #sec_commitments .commitments2 .txt ul li {
  padding-left: 30px;
  background: url(../img/recruit/icon_commitments.svg) left top 5px no-repeat;
}
#recruit #sec_commitments .commitments2 .txt ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 980px) {
  #recruit #sec_commitments {
    padding: 30px 0;
  }
  #recruit #sec_commitments .commitments {
    padding: 20px;
  }
  #recruit #sec_commitments .commitments .ttl {
    margin-bottom: 10px;
  }
  #recruit #sec_commitments .commitments .ttl .num {
    width: 50px;
  }
  #recruit #sec_commitments .commitments .ttl h3 {
    font-size: 1.8rem;
    padding-left: 20px;
    text-align: left;
  }
  #recruit #sec_commitments .commitments .box {
    display: block;
  }
  #recruit #sec_commitments .commitments .box figure {
    width: 100px;
    margin: 0 auto 20px;
  }
  #recruit #sec_commitments .commitments .txt {
    width: 100%;
  }
  #recruit #sec_commitments .commitments .txt ul {
    padding: 15px;
  }
  #recruit #sec_commitments .commitments2 {
    padding: 20px;
  }
  #recruit #sec_commitments .commitments2 .ttl {
    margin-bottom: 10px;
  }
  #recruit #sec_commitments .commitments2 .ttl .num {
    width: 50px;
  }
  #recruit #sec_commitments .commitments2 .ttl h3 {
    font-size: 1.8rem;
    padding-left: 20px;
    text-align: left;
  }
  #recruit #sec_commitments .commitments2 .box figure {
    width: 100px;
    margin: 0 auto 20px;
  }
  #recruit #sec_commitments .commitments2 .txt {
    width: 100%;
  }
  #recruit #sec_commitments .commitments2 .txt ul {
    padding: 15px;
  }
}
#recruit #sec_allowances {
  padding: 60px 0 30px;
  text-align: center;
}
#recruit #sec_allowances .h2ttl::after {
  width: 60%;
  left: 20%;
}
#recruit #sec_allowances ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#recruit #sec_allowances li {
  max-width: 380px;
  width: 42.2222222222%;
  position: relative;
  margin-bottom: 90px;
}
#recruit #sec_allowances li .inner {
  background: #fff;
  position: relative;
  z-index: 2;
  border: solid 1px #CBCBCB;
  border-radius: 16px;
  padding: 30px;
  box-sizing: border-box;
}
#recruit #sec_allowances li::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 30px;
  left: 30px;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: rgb(208, 227, 253);
  background: linear-gradient(90deg, rgb(208, 227, 253) 0%, rgb(252, 203, 203) 50%, rgb(255, 219, 160) 100%);
  opacity: 0.5;
}
#recruit #sec_allowances li h3 {
  color: #467ED1;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#recruit #sec_allowances li h3 span {
  display: block;
  font-size: 1.4rem;
}
#recruit #sec_allowances li .box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
}
#recruit #sec_allowances li .box p {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
  padding: 0 0 0 20px;
}
#recruit #sec_allowances li:nth-child(1) p, #recruit #sec_allowances li:nth-child(2) p {
  order: 1;
  padding: 0 20px 0 0;
}
#recruit #sec_allowances li:nth-child(1) figure, #recruit #sec_allowances li:nth-child(2) figure {
  order: 2;
}
@media only screen and (max-width: 980px) {
  #recruit #sec_allowances {
    padding: 30px 0 10px;
  }
  #recruit #sec_allowances ul {
    display: block;
  }
  #recruit #sec_allowances li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  #recruit #sec_allowances li .inner {
    padding: 15px;
  }
  #recruit #sec_allowances li::before {
    top: 10px;
    left: 10px;
  }
  #recruit #sec_allowances li h3 {
    font-size: 1.8rem;
  }
  #recruit #sec_allowances li:nth-child(1) p, #recruit #sec_allowances li:nth-child(3) p {
    order: 1;
    padding: 0 20px 0 0;
  }
  #recruit #sec_allowances li:nth-child(1) figure, #recruit #sec_allowances li:nth-child(3) figure {
    order: 2;
  }
  #recruit #sec_allowances li:nth-child(2) p, #recruit #sec_allowances li:nth-child(4) p {
    order: 2;
    padding: 0 0 0 20px;
  }
  #recruit #sec_allowances li:nth-child(2) figure, #recruit #sec_allowances li:nth-child(4) figure {
    order: 1;
  }
}
#recruit #sec_allowances2 {
  padding: 60px 0 30px;
  text-align: center;
}
#recruit #sec_allowances2 .h2ttl::after {
  width: 60%;
  left: 20%;
}
#recruit #sec_allowances2 ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 3.8rem;
}
#recruit #sec_allowances2 li {
  max-width: 270px;
  width: 30%;
  position: relative;
  margin-bottom: 30px;
}
#recruit #sec_allowances2 li .inner {
  background: #fff;
  position: relative;
  z-index: 2;
  border: solid 1px #CBCBCB;
  border-radius: 16px;
  padding: 20px 10px;
  box-sizing: border-box;
}
#recruit #sec_allowances2 li::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 15px;
  left: 15px;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: rgb(208, 227, 253);
  background: linear-gradient(90deg, rgb(208, 227, 253) 0%, rgb(252, 203, 203) 50%, rgb(255, 219, 160) 100%);
  opacity: 0.5;
}
#recruit #sec_allowances2 li h3 {
  color: #467ED1;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  width: 60%;
  text-align: left;
}
#recruit #sec_allowances2 li h3 span {
  display: block;
  font-size: 1.4rem;
}
#recruit #sec_allowances2 li .h3_f16 {
  font-size: 1.6rem;
}
#recruit #sec_allowances2 li .box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
}
#recruit #sec_allowances2 li .box p {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
  padding: 0 0 0 20px;
}
#recruit #sec_allowances2 li figure {
  width: 40%;
}
#recruit #sec_allowances2 li figure img {
  width: 100%;
}
@media only screen and (max-width: 980px) {
  #recruit #sec_allowances2 {
    padding: 30px 0 10px;
  }
  #recruit #sec_allowances2 ul {
    gap: 2rem;
    justify-content: center;
  }
  #recruit #sec_allowances2 li {
    width: 100%;
    margin-bottom: 30px;
  }
  #recruit #sec_allowances2 li .inner {
    padding: 15px;
  }
  #recruit #sec_allowances2 li::before {
    top: 10px;
    left: 10px;
  }
  #recruit #sec_allowances2 li h3 {
    font-size: 1.6rem;
  }
  #recruit #sec_allowances2 li:nth-child(1) p, #recruit #sec_allowances2 li:nth-child(3) p {
    padding: 0 20px 0 0;
  }
  #recruit #sec_allowances2 li:nth-child(2) p, #recruit #sec_allowances2 li:nth-child(4) p {
    padding: 0 0 0 20px;
  }
}
#recruit #sec_feature {
  padding: 60px 0 50px;
  text-align: center;
  background: #Fff;
}
#recruit #sec_feature .ranking_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#recruit #sec_feature .ranking {
  position: relative;
  margin-bottom: 50px;
}
#recruit #sec_feature .ranking .inner {
  background: #fff;
  position: relative;
  z-index: 2;
  border: solid 1px #CBCBCB;
  border-radius: 16px;
  padding: 10px 20px 40px 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
#recruit #sec_feature .ranking::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 30px;
  left: 30px;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: rgb(208, 227, 253);
  background: linear-gradient(90deg, rgb(208, 227, 253) 0%, rgb(252, 203, 203) 50%, rgb(255, 219, 160) 100%);
  opacity: 0.5;
}
#recruit #sec_feature .ranking .box {
  text-align: left;
  padding-left: 60px;
}
#recruit #sec_feature .ranking h3 {
  padding-top: 20px;
  margin-bottom: 30px;
  font-size: 2.2rem;
}
#recruit #sec_feature .ranking p {
  font-size: 1.4rem;
  line-height: 1.8;
}
#recruit #sec_feature .ranking:nth-child(1) {
  max-width: 760px;
  width: 84.4444444444%;
  margin-right: auto;
}
#recruit #sec_feature .ranking:nth-child(2) {
  max-width: 760px;
  width: 84.4444444444%;
  margin-left: auto;
}
#recruit #sec_feature .ranking:nth-child(2)::before {
  right: auto;
  left: -30px;
}
#recruit #sec_feature .ranking:nth-child(3) {
  max-width: 760px;
  width: 84.4444444444%;
  margin-right: auto;
}
#recruit #sec_feature .ranking:nth-child(4), #recruit #sec_feature .ranking:nth-child(5) {
  max-width: 350px;
  width: 38.8888888889%;
  margin: 0 40px;
}
#recruit #sec_feature .ranking:nth-child(4) .inner, #recruit #sec_feature .ranking:nth-child(5) .inner {
  display: block;
  padding-top: 30px;
}
#recruit #sec_feature .ranking:nth-child(4) .ttl, #recruit #sec_feature .ranking:nth-child(5) .ttl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 20px;
}
#recruit #sec_feature .ranking:nth-child(4) .ttl h3, #recruit #sec_feature .ranking:nth-child(5) .ttl h3 {
  padding: 0 0 0 20px;
  margin: 0;
  text-align: left;
}
#recruit #sec_feature .ranking:nth-child(4)::before, #recruit #sec_feature .ranking:nth-child(5)::before {
  top: auto;
  bottom: -30px;
}
#recruit #sec_feature .ranking:nth-child(4) .box, #recruit #sec_feature .ranking:nth-child(5) .box {
  padding: 0;
}
@media only screen and (max-width: 980px) {
  #recruit #sec_feature {
    padding: 30px 0;
  }
  #recruit #sec_feature .ranking_wrap {
    display: block;
  }
  #recruit #sec_feature .ranking {
    margin-bottom: 40px;
  }
  #recruit #sec_feature .ranking .inner {
    padding: 15px;
    display: block;
    position: relative;
  }
  #recruit #sec_feature .ranking .inner figure {
    width: 50px;
    position: absolute;
    left: 10px;
    top: 10px;
  }
  #recruit #sec_feature .ranking::before {
    top: 10px;
    left: 10px;
  }
  #recruit #sec_feature .ranking .box {
    padding-left: 0;
  }
  #recruit #sec_feature .ranking h3 {
    min-height: 55px;
    padding: 15px 0 0 60px;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  #recruit #sec_feature .ranking p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  #recruit #sec_feature .ranking:nth-child(1) {
    width: 100%;
    max-width: 100%;
  }
  #recruit #sec_feature .ranking:nth-child(2) {
    width: 100%;
    max-width: 100%;
  }
  #recruit #sec_feature .ranking:nth-child(2)::before {
    right: -10px;
    left: auto;
  }
  #recruit #sec_feature .ranking:nth-child(3) {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
  }
  #recruit #sec_feature .ranking:nth-child(4), #recruit #sec_feature .ranking:nth-child(5) {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 40px;
  }
  #recruit #sec_feature .ranking:nth-child(4) .inner, #recruit #sec_feature .ranking:nth-child(5) .inner {
    padding-top: 0;
  }
  #recruit #sec_feature .ranking:nth-child(4) .ttl, #recruit #sec_feature .ranking:nth-child(5) .ttl {
    display: block;
  }
  #recruit #sec_feature .ranking:nth-child(4) .ttl figure, #recruit #sec_feature .ranking:nth-child(5) .ttl figure {
    width: 45px;
    top: 15px;
    left: 15px;
  }
  #recruit #sec_feature .ranking:nth-child(4) .ttl h3, #recruit #sec_feature .ranking:nth-child(5) .ttl h3 {
    min-height: 45px;
    padding: 25px 0 0 60px;
  }
  #recruit #sec_feature .ranking:nth-child(4)::before, #recruit #sec_feature .ranking:nth-child(5)::before {
    top: auto;
    bottom: -10px;
  }
  #recruit #sec_feature .ranking:nth-child(4) .box, #recruit #sec_feature .ranking:nth-child(5) .box {
    padding: 0;
  }
}
#recruit #sec_voice {
  padding: 60px 0 340px;
  text-align: center;
  position: relative;
}
#recruit #sec_voice::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  display: block;
  background: url(../img/recruit/bg_staff.jpg) left bottom/cover no-repeat;
}
#recruit #sec_voice .h2ttl::after {
  width: 70%;
  left: 15%;
}
#recruit #sec_voice .staff_wrap {
  max-width: 840px;
}
#recruit #sec_voice .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 60px;
}
#recruit #sec_voice .box .staff {
  width: 140px;
}
#recruit #sec_voice .box .staff figure {
  border-bottom: solid 1px #CBCBCB;
  margin-bottom: 15px;
}
#recruit #sec_voice .box .staff figure img {
  width: 100%;
}
#recruit #sec_voice .box .staff figure figcaption {
  padding: 10px 0;
  font-size: 1.2rem;
}
#recruit #sec_voice .box .staff p {
  font-weight: bold;
}
#recruit #sec_voice .box .voicebox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media only screen and (max-width: 980px) {
  #recruit #sec_voice .box .voicebox {
    max-width: calc(100% - 90px);
    width: calc(100% - 70px);
  }
}
#recruit #sec_voice .box .voicebox h3 {
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 2.2rem;
}
@media only screen and (max-width: 980px) {
  #recruit #sec_voice .box .voicebox h3 {
    margin-bottom: 5px;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
#recruit #sec_voice .box .voice {
  padding: 25px;
  max-width: 660px;
  width: 78.5714285714%;
  border: solid 2px #CBCBCB;
  border-radius: 16px;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  width: 100%;
}
#recruit #sec_voice .box .voice p {
  line-height: 1.8;
}
#recruit #sec_voice .box .voice::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 35px;
  left: -18px;
  transform: scale(1, 0.8) rotate(-45deg);
  background: #fff;
  border-left: solid 2px #CBCBCB;
  border-top: solid 2px #CBCBCB;
}
#recruit #sec_voice .box:nth-child(2) .staff {
  order: 2;
}
#recruit #sec_voice .box:nth-child(2) .voice {
  order: 1;
}
#recruit #sec_voice .box:nth-child(2) .voice::before {
  left: auto;
  right: -18px;
  transform: scale(1, 0.8) rotate(135deg);
}
@media only screen and (max-width: 980px) {
  #recruit #sec_voice {
    padding: 30px 0 100px;
  }
  #recruit #sec_voice::after {
    height: 100px;
  }
  #recruit #sec_voice .box {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  #recruit #sec_voice .box .staff {
    width: 80px;
  }
  #recruit #sec_voice .box .staff figure {
    margin-bottom: 10px;
  }
  #recruit #sec_voice .box .staff figure figcaption {
    font-size: 1rem;
  }
  #recruit #sec_voice .box .voice {
    padding: 10px;
  }
  #recruit #sec_voice .box .voice::before {
    width: 20px;
    height: 20px;
    top: 32px;
    left: -13px;
  }
  #recruit #sec_voice .box:nth-child(2) .voice::before {
    right: -13px;
  }
}
#recruit #sec_recruit {
  padding: 60px 0 300px;
  text-align: center;
  position: relative;
  background: #F4F4F4;
}
#recruit #sec_recruit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  display: block;
  background: url(../img/recruit/bg_recruit.jpg) left bottom/cover no-repeat;
}
#recruit #sec_recruit .requirements {
  border-radius: 10px;
  background: #fff;
  margin-bottom: 50px;
  padding: 20px;
  box-sizing: border-box;
  text-align: left;
}
#recruit #sec_recruit .requirements h3 {
  font-size: 2.2rem;
  position: relative;
  transition: 0.3s;
}
#recruit #sec_recruit .requirements h3:hover {
  opacity: 0.7;
}
#recruit #sec_recruit .requirements h3:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: -3px;
  background: url(../img/recruit/icon_ac_off.svg) left top no-repeat;
}
#recruit #sec_recruit .requirements h3.active:after {
  background: url(../img/recruit/icon_ac_on.svg) left top no-repeat;
}
#recruit #sec_recruit .requirements .ac_detail {
  padding: 60px 25px 20px;
}
#recruit #sec_recruit .requirements dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding: 15px 0;
  border-bottom: solid 1px #9a9a9a;
}
#recruit #sec_recruit .requirements dl:first-of-type {
  border-top: solid 1px #9a9a9a;
}
#recruit #sec_recruit .requirements dl dt {
  width: 165px;
  padding-left: 20px;
  box-sizing: border-box;
}
#recruit #sec_recruit .requirements dl dd {
  width: calc(100% - 165px);
}
#recruit #sec_recruit .requirements dl dd h4 {
  margin: 15px 0 5px;
}
#recruit #sec_recruit .requirements dl dd h4:first-of-type {
  margin-top: 0;
}
#recruit #sec_recruit .requirements dl dd ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
#recruit #sec_recruit .requirements dl dd ul li::before {
  font-size: 1.2rem;
  content: "・";
  position: absolute;
  left: 0;
  top: 2px;
}
#recruit #sec_recruit .requirements dl dd ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 980px) {
  #recruit #sec_recruit {
    padding: 30px 0 100px;
  }
  #recruit #sec_recruit::after {
    height: 100px;
  }
  #recruit #sec_recruit .requirements {
    margin-bottom: 30px;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
  }
  #recruit #sec_recruit .requirements h3 {
    font-size: 1.8rem;
  }
  #recruit #sec_recruit .requirements h3:after {
    width: 30px;
    height: 30px;
    background: url(../img/recruit/icon_ac_off.svg) left top/30px auto no-repeat;
  }
  #recruit #sec_recruit .requirements h3.active:after {
    background: url(../img/recruit/icon_ac_on.svg) left top/30px auto no-repeat;
  }
  #recruit #sec_recruit .requirements .ac_detail {
    padding: 20px 0 10px;
  }
  #recruit #sec_recruit .requirements dl {
    display: block;
    padding: 15px 0;
  }
  #recruit #sec_recruit .requirements dl dt {
    width: 100%;
    padding-left: 0;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #recruit #sec_recruit .requirements dl dd {
    width: 100%;
  }
  #recruit #sec_recruit .requirements dl dd h4 {
    margin: 15px 0 5px;
  }
  #recruit #sec_recruit .requirements dl dd h4:first-of-type {
    margin-top: 0;
  }
  #recruit #sec_recruit .requirements dl dd ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
  }
  #recruit #sec_recruit .requirements dl dd ul li::before {
    font-size: 1.2rem;
    content: "・";
    position: absolute;
    left: 0;
    top: 2px;
  }
  #recruit #sec_recruit .requirements dl dd ul li:last-child {
    margin-bottom: 0;
  }
}
#recruit #sec_entry {
  padding: 60px 0;
  background: #ececec;
  text-align: center;
}
#recruit #sec_entry .h2ttl::after {
  display: none;
}
#recruit #sec_entry dl {
  text-align: left;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  padding: 20px 0;
  border-bottom: solid 1px #9a9a9a;
}
#recruit #sec_entry dl:first-of-type {
  border-top: solid 1px #9a9a9a;
}
#recruit #sec_entry dl dt {
  width: 250px;
  padding-left: 50px;
  box-sizing: border-box;
  font-weight: bold;
}
#recruit #sec_entry dl dt span {
  font-size: 1.2rem;
  border-radius: 10px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  padding: 0 5px 2px;
  color: #fff;
  background: #ff5122;
  margin-left: 10px;
}
#recruit #sec_entry dl dd {
  width: calc(100% - 250px);
}
#recruit #sec_entry dl dd input, #recruit #sec_entry dl dd textarea {
  width: 100%;
  border: none;
  padding: 5px;
  box-sizing: border-box;
}
#recruit #sec_entry dl dd textarea {
  height: 120px;
}
#recruit #sec_entry dl dd label {
  display: block;
  margin-bottom: 5px;
}
#recruit #sec_entry dl dd label:last-child {
  margin-bottom: 0;
}
#recruit #sec_entry dl dd label input {
  width: auto;
  margin-right: 10px;
}
#recruit #sec_entry dl dd .file {
  margin-bottom: 10px;
  width: auto;
}
#recruit #sec_entry dl dd .note {
  color: #ff0000;
}
#recruit #sec_entry dl dd .note a {
  color: #ff0000;
  text-decoration: underline;
}
#recruit #sec_entry .privacy {
  padding-top: 20px;
  text-align: center;
}
#recruit #sec_entry .privacy a {
  color: #ff5122;
  transition: 0.3s;
}
#recruit #sec_entry .privacy a:hover {
  opacity: 0.7;
}
#recruit #sec_entry .privacy p {
  margin-bottom: 20px;
}
#recruit #sec_entry .privacy input {
  margin-right: 10px;
}
#recruit #sec_entry .btn {
  margin-top: 50px;
  text-align: center;
}
#recruit #sec_entry .btn input {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  padding: 15px 15px 15px 25px;
  min-width: 270px;
  text-align: left;
  box-sizing: border-box;
  background: url(../img/common/icon_arrow02.svg) right 20px center no-repeat #ff5122;
  background-size: 22px auto;
  transition: 0.3s;
  cursor: pointer;
}
#recruit #sec_entry .btn input:hover {
  opacity: 0.7;
  background-position: right 10px center;
}
#recruit #sec_entry .btn a.back {
  display: none;
  color: #fff;
  font-weight: bold;
  text-align: right;
  padding: 15px 25px 15px 55px;
  background: url(../img/common/icon_arrow03.svg) left 20px center no-repeat #9a9a9a;
  background-size: 22px auto;
  margin-right: 50px;
}
#recruit #sec_entry .btn a.back:hover {
  background-position: left 10px center;
}
#recruit #sec_entry .mw_wp_form_confirm .privacy,
#recruit #sec_entry .mw_wp_form_confirm .conf_none {
  display: none;
}
#recruit #sec_entry .mw_wp_form_confirm .btn .back {
  display: inline;
}
@media only screen and (max-width: 980px) {
  #recruit #sec_entry {
    padding: 30px 0 10px;
  }
  #recruit #sec_entry dl {
    display: block;
    padding: 15px 0;
  }
  #recruit #sec_entry dl dt {
    width: 100%;
    padding-left: 0;
  }
  #recruit #sec_entry dl dt span {
    font-size: 1rem;
    margin-left: 10px;
    top: -2px;
    position: relative;
  }
  #recruit #sec_entry dl dd {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  #recruit #sec_entry dl dd textarea {
    height: 80px;
  }
  #recruit #sec_entry .privacy p {
    text-align: left;
  }
  #recruit #sec_entry .btn {
    margin-top: 30px;
  }
  #recruit #sec_entry .btn input {
    font-size: 1.4rem;
  }
  #recruit #sec_entry .btn input.back {
    width: 270px;
    margin: 0 auto 15px;
  }
  #recruit #sec_entry .mw_wp_form_confirm .btn .back {
    display: inline-block;
    margin: 0 0 20px;
  }
}

/*===========================================================
+-----+// dayservice
===========================================================*/
#company #page_ttl {
  background: url("../img/company/bg_ttl.jpg") center center no-repeat;
}
#company .philosophy {
  text-align: center;
  margin-bottom: 70px;
}
#company .philosophy figure {
  margin-bottom: 60px;
}
#company .philosophy h3 {
  font-size: 2.4rem;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-bottom: 50px;
}
#company .philosophy h3:after {
  content: "";
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fbddd6;
  z-index: -1;
}
#company .philosophy p {
  text-align: left;
  line-height: 1.8;
  margin-bottom: 40px;
  font-size: 1.8rem;
}
#company .philosophy p:last-child {
  margin-bottom: 0;
}
#company .philosophy .sign {
  text-align: right;
}
#company #sec_profile .profile {
  margin-bottom: 100px;
}
#company #sec_profile .profile dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
#company #sec_profile .profile dl dt {
  width: 250px;
  padding: 10px 0;
  border-bottom: solid 1px #9a9a9a;
}
#company #sec_profile .profile dl dd {
  width: calc(100% - 250px);
  padding: 10px 0;
  border-bottom: solid 1px #9a9a9a;
}
#company #sec_profile .profile dl dl {
  display: block;
  border: none;
  margin-bottom: 25px;
}
#company #sec_profile .profile dl dl:last-child {
  margin-bottom: 0;
}
#company #sec_profile .profile dl dl dt {
  font-weight: 600;
}
#company #sec_profile .profile dl dl dt, #company #sec_profile .profile dl dl dd {
  width: 100%;
  border: none;
  padding: 0;
}
#company #sec_profile .profile .map {
  margin-left: 20px;
}
#company #sec_profile .profile .map:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 980px) {
  #company #page_ttl {
    background: url("../img/company/bg_ttl_sp.jpg") center center no-repeat;
  }
  #company .philosophy {
    margin-bottom: 50px;
  }
  #company .philosophy figure {
    margin-bottom: 40px;
  }
  #company .philosophy h3 {
    font-size: 1.9rem;
    margin-bottom: 30px;
  }
  #company .philosophy h3:after {
    height: 10px;
  }
  #company .philosophy p {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  #company .philosophy .sign {
    text-align: right;
  }
  #company #sec_profile .profile {
    margin-bottom: 80px;
  }
  #company #sec_profile .profile dl {
    margin-bottom: 50px;
  }
  #company #sec_profile .profile dl dt {
    width: 90px;
  }
  #company #sec_profile .profile dl dd {
    width: calc(100% - 90px);
  }
  #company #sec_profile .profile dl dl {
    margin-bottom: 15px;
  }
  #company #sec_profile .profile .map img {
    width: 80px;
  }
}

/*===========================================================
+-----+// recruit
===========================================================*/
#contact #page_ttl {
  background: url("../img/contact/bg_ttl.jpg") center center no-repeat;
}
#contact #sec_contact {
  padding: 60px 0;
}
#contact #sec_contact dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  padding: 20px 0;
  border-bottom: solid 1px #9a9a9a;
}
#contact #sec_contact dl:first-of-type {
  border-top: solid 1px #9a9a9a;
}
#contact #sec_contact dl dt {
  width: 250px;
  padding-left: 50px;
  box-sizing: border-box;
  font-weight: bold;
}
#contact #sec_contact dl dt span {
  font-size: 1.2rem;
  border-radius: 10px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  padding: 0 5px 2px;
  color: #fff;
  background: #ff5122;
  margin-left: 10px;
}
#contact #sec_contact dl dd {
  width: calc(100% - 250px);
}
#contact #sec_contact dl dd input, #contact #sec_contact dl dd textarea {
  width: 100%;
  border: none;
  padding: 5px;
  box-sizing: border-box;
  border: solid 1px #ccc;
}
#contact #sec_contact dl dd .zip {
  width: 200px;
  margin-bottom: 10px;
}
#contact #sec_contact dl dd textarea {
  height: 120px;
}
#contact #sec_contact dl dd label {
  display: block;
  margin-bottom: 5px;
}
#contact #sec_contact dl dd label:last-child {
  margin-bottom: 0;
}
#contact #sec_contact dl dd label input {
  width: auto;
  margin-right: 10px;
}
#contact #sec_contact dl dd .file {
  margin-bottom: 10px;
}
#contact #sec_contact .privacy {
  padding-top: 20px;
  text-align: center;
}
#contact #sec_contact .privacy a {
  color: #ff5122;
  transition: 0.3s;
}
#contact #sec_contact .privacy a:hover {
  opacity: 0.7;
}
#contact #sec_contact .privacy p {
  margin-bottom: 20px;
}
#contact #sec_contact .privacy input {
  margin-right: 10px;
}
#contact #sec_contact .btn {
  text-align: center;
  margin-top: 50px;
}
#contact #sec_contact .btn input {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  padding: 15px 15px 15px 25px;
  min-width: 270px;
  text-align: left;
  box-sizing: border-box;
  background: url(../img/common/icon_arrow02.svg) right 20px center no-repeat #ff5122;
  background-size: 22px auto;
  transition: 0.3s;
  cursor: pointer;
}
#contact #sec_contact .btn input:hover {
  opacity: 0.7;
  background-position: right 10px center;
}
#contact #sec_contact .btn a.back {
  display: none;
  color: #fff;
  font-weight: bold;
  text-align: right;
  padding: 15px 25px 15px 55px;
  background: url(../img/common/icon_arrow03.svg) left 20px center no-repeat #9a9a9a;
  background-size: 22px auto;
  margin-right: 50px;
}
#contact #sec_contact .btn a.back:hover {
  background-position: left 10px center;
}
#contact #sec_contact .mw_wp_form_confirm .privacy {
  display: none;
}
#contact #sec_contact .mw_wp_form_confirm .btn .back {
  display: inline;
}
@media only screen and (max-width: 980px) {
  #contact #page_ttl {
    height: 200px;
    background: url("../img/contact/bg_ttl_sp.jpg") center center no-repeat;
    margin-bottom: 30px;
  }
  #contact #page_ttl h1 {
    margin-top: 0;
  }
  #contact #sec_contact {
    padding: 0;
  }
  #contact #sec_contact dl {
    display: block;
    padding: 15px 0;
  }
  #contact #sec_contact dl dt {
    width: 100%;
    padding-left: 0;
  }
  #contact #sec_contact dl dt span {
    font-size: 1rem;
    margin-left: 10px;
    top: -2px;
    position: relative;
  }
  #contact #sec_contact dl dd {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  #contact #sec_contact dl dd textarea {
    height: 80px;
  }
  #contact #sec_contact .privacy p {
    text-align: left;
  }
  #contact #sec_contact .btn {
    margin-top: 30px;
  }
  #contact #sec_contact .btn input {
    font-size: 1.4rem;
  }
  #contact #sec_contact .btn input.back {
    width: 270px;
    margin: 0 auto 15px;
  }
  #contact #sec_contact .mw_wp_form_confirm .btn .back {
    display: inline-block;
    margin: 0 0 20px;
  }
}

/*===========================================================
+-----+// privacy
===========================================================*/
#privacy #page_ttl {
  background: url("../img/privacy/bg_ttl.jpg") center center no-repeat;
}
#privacy #sec_privacy {
  padding: 60px 0;
}
#privacy #sec_privacy h3 {
  font-size: 2.2rem;
  margin: 40px 0 20px;
}
#privacy #sec_privacy ul {
  margin: 20px 0;
}
#privacy #sec_privacy ul li {
  list-style-type: disc;
  margin: 0 0 10px 20px;
}
@media only screen and (max-width: 980px) {
  #privacy #page_ttl {
    height: 200px;
    background: url("../img/privacy/bg_ttl_sp.jpg") center center no-repeat;
    margin-bottom: 30px;
  }
  #privacy #page_ttl h1 {
    margin-top: 0;
  }
  #privacy #sec_privacy {
    padding: 0;
  }
  #privacy #sec_privacy h3 {
    margin: 30px 0 10px;
    font-size: 1.8rem;
  }
}

/*===========================================================
+-----+// sitemap
===========================================================*/
#sitemap #page_ttl {
  background: url("../img/sitemap/bg_ttl.jpg") center center no-repeat;
}
#sitemap #sec_sitemap {
  padding: 60px 0 0;
}
#sitemap #sec_sitemap .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
#sitemap #sec_sitemap .row a {
  color: #333;
  display: block;
  padding: 15px 20px;
  border: solid 1px #ff5122;
  background: url("../img/common/icon_arrow01.svg") right 10px center no-repeat;
  background-size: 20px auto;
}
#sitemap #sec_sitemap .row a:hover {
  opacity: 0.7;
}
#sitemap #sec_sitemap .row .top {
  width: 48%;
}
#sitemap #sec_sitemap .row .top a {
  font-weight: bold;
}
#sitemap #sec_sitemap .row nav {
  width: 48%;
}
#sitemap #sec_sitemap .row nav ul li {
  margin: 0 0 20px;
}
#sitemap #sec_sitemap .row nav ul li:nth-child(1) a, #sitemap #sec_sitemap .row nav ul li:nth-child(2) a, #sitemap #sec_sitemap .row nav ul li:nth-child(3) a {
  color: #fff;
  background: url("../img/common/icon_arrow02.svg") right 10px center no-repeat;
  background-size: 20px auto;
}
#sitemap #sec_sitemap .row nav ul li:nth-child(1) a {
  background-color: #338f00;
  border: solid 1px #338f00;
}
#sitemap #sec_sitemap .row nav ul li:nth-child(2) a {
  background-color: #004cb6;
  border: solid 1px #004cb6;
}
#sitemap #sec_sitemap .row nav ul li:nth-child(3) a {
  background-color: #ff5122;
  border: solid 1px #ff5122;
  margin-bottom: 30px;
}
@media only screen and (max-width: 980px) {
  #sitemap #page_ttl {
    height: 200px;
    background: url("../img/sitemap/bg_ttl_sp.jpg") center center no-repeat;
    margin-bottom: 30px;
  }
  #sitemap #page_ttl h1 {
    margin-top: 0;
  }
  #sitemap #sec_sitemap {
    padding: 0;
  }
  #sitemap #sec_sitemap .row {
    display: block;
  }
  #sitemap #sec_sitemap .row .top {
    width: 100%;
    margin-bottom: 20px;
  }
  #sitemap #sec_sitemap .row nav {
    width: 100%;
  }
}

/*===========================================================
+-----+// B&B 情報広場
===========================================================*/
#bbinfo #pankuz.row {
  margin-bottom: 50px;
}
#bbinfo.qa #page_ttl {
  background: url("../img/bbinfo/bg_ttl_qa.jpg") center center no-repeat;
}
#bbinfo.mo #page_ttl {
  background: url("../img/bbinfo/bg_ttl_mo.jpg") center center no-repeat;
}
#bbinfo.di #page_ttl {
  background: url("../img/bbinfo/bg_ttl_di.jpg") center center no-repeat;
}
#bbinfo.tag #page_ttl {
  background: url("../img/bbinfo/bg_ttl_tag.jpg") center center no-repeat;
}
#bbinfo.tag #sec_bbinfo {
  display: block;
}
#bbinfo.tag #sec_bbinfo #sec_articles {
  margin: 0 auto;
}
#bbinfo .h2wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  background: url("../img/bbinfo/ttl_bg.png") left top repeat-x;
}
#bbinfo .h2wrap::before, #bbinfo .h2wrap::after {
  content: "";
  width: 51px;
  height: 57px;
  display: block;
  background: url("../img/bbinfo/ttl_bg_l.png") left top no-repeat;
}
#bbinfo .h2wrap::after {
  background: url("../img/bbinfo/ttl_bg_r.png") left top no-repeat;
}
#bbinfo .h2wrap h2 {
  position: relative;
  padding: 5px;
  min-width: 300px;
  max-width: calc(100% - 200px);
  background: url("../img/bbinfo/ttl_bg_t.png") center top repeat-x;
}
#bbinfo.tag h2 {
  font-size: 2.8rem;
  padding: 10px 5px;
}
#bbinfo #sec_bbinfo {
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#bbinfo #sec_bbinfo #sec_articles {
  width: 68%;
  max-width: 615px;
}
#bbinfo #sec_bbinfo #sec_articles .cat_ttl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  font-size: 2.4rem;
  margin-bottom: 10px;
  align-items: center;
  color: #000;
}
#bbinfo #sec_bbinfo #sec_articles .cat_ttl figure {
  width: 56px;
  margin-right: 10px;
}
#bbinfo #sec_bbinfo #sec_articles .cat_ttl figure img {
  width: 100%;
}
#bbinfo #sec_bbinfo #sec_articles article {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  border-top: solid 1px #ccc;
}
#bbinfo #sec_bbinfo #sec_articles article:last-of-type {
  border-bottom: solid 1px #ccc;
}
#bbinfo #sec_bbinfo #sec_articles article a {
  color: #333;
  padding: 0 10px 0 20px;
  display: block;
  font-weight: 500;
  position: relative;
}
#bbinfo #sec_bbinfo #sec_articles article a::before {
  content: "■";
  color: #ff5122;
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: 3px;
}
#bbinfo #sec_bbinfo #sec_articles article a:hover {
  color: #ff5122;
}
#bbinfo #sec_bbinfo #sec_articles #sec_page_nav {
  margin-top: 60px;
}
#bbinfo #sec_bbinfo #sec_articles #sec_page_nav .wp-pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
#bbinfo #sec_bbinfo #sec_articles #sec_page_nav .wp-pagenavi .current, #bbinfo #sec_bbinfo #sec_articles #sec_page_nav .wp-pagenavi a {
  display: block;
  padding: 5px 10px;
  margin: 0 10px;
  transition: 0.3s;
}
#bbinfo #sec_bbinfo #sec_articles #sec_page_nav .wp-pagenavi .current:hover, #bbinfo #sec_bbinfo #sec_articles #sec_page_nav .wp-pagenavi a:hover {
  opacity: 0.7;
}
#bbinfo #sec_bbinfo #sec_articles #sec_page_nav .wp-pagenavi .current {
  color: #ff5122;
  border: solid 1px #ff5122;
}
#bbinfo #sec_bbinfo #sec_articles #sec_page_nav .wp-pagenavi a {
  color: #fff;
  background: #ff5122;
}
#bbinfo #sec_bbinfo .btn_back {
  text-align: center;
  padding-top: 60px;
}
#bbinfo #sec_bbinfo .btn_back a {
  color: #fff;
  font-weight: bold;
  text-align: left;
  width: 300px;
  padding: 10px 55px 10px 20px;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  background: url("../img/common/icon_arrow02.svg") right 15px center no-repeat #ff5122;
  transition: 0.3s;
}
#bbinfo #sec_bbinfo .btn_back a:hover {
  opacity: 0.7;
}
#bbinfo #sec_bbinfo #sec_di_category {
  width: 700px;
  margin: 0 auto;
}
#bbinfo #sec_bbinfo #sec_di_category ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
#bbinfo #sec_bbinfo #sec_di_category ul li {
  width: 320px;
  margin-bottom: 30px;
}
#bbinfo #sec_bbinfo #sec_di_category ul li:nth-child(even) {
  margin-left: auto;
}
#bbinfo #sec_bbinfo #sec_di_category ul li a {
  color: #000;
  font-weight: bold;
  font-size: 2.4rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding: 10px 35px 10px 15px;
  line-height: 1.2;
  align-items: center;
  background: url("../img/common/icon_arrow01.svg") right 20px center no-repeat #ececec;
  transition: 0.3s;
}
#bbinfo #sec_bbinfo #sec_di_category ul li a:hover {
  opacity: 0.7;
}
#bbinfo #sec_bbinfo #sec_di_category ul li figure {
  margin-right: 20px;
}
#bbinfo #sec_bbinfo #sec_article_detail {
  width: 68%;
  max-width: 615px;
}
#bbinfo #sec_bbinfo #sec_article_detail .detail_ttl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  font-size: 2.4rem;
  margin-bottom: 10px;
  align-items: center;
  color: #000;
  position: relative;
  padding-left: 25px;
}
#bbinfo #sec_bbinfo #sec_article_detail .detail_ttl:before {
  content: "■";
  color: #ff5122;
  font-size: 1.4rem;
  position: absolute;
  left: 0;
  top: 8px;
}
#bbinfo #sec_bbinfo #sec_article_detail .date {
  padding-left: 25px;
}
#bbinfo #sec_bbinfo #sec_article_detail article {
  margin-top: 10px;
  padding: 35px 0 60px;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}
#bbinfo #sec_bbinfo #sec_article_detail article h1, #bbinfo #sec_bbinfo #sec_article_detail article h2, #bbinfo #sec_bbinfo #sec_article_detail article h3, #bbinfo #sec_bbinfo #sec_article_detail article h4, #bbinfo #sec_bbinfo #sec_article_detail article h5, #bbinfo #sec_bbinfo #sec_article_detail article h6 {
  color: #ff5122;
  margin-bottom: 20px;
}
#bbinfo #sec_bbinfo #sec_article_detail article h1 {
  font-size: 2.2rem;
}
#bbinfo #sec_bbinfo #sec_article_detail article h2 {
  font-size: 2rem;
}
#bbinfo #sec_bbinfo #sec_article_detail article h3 {
  font-size: 1.8rem;
}
#bbinfo #sec_bbinfo #sec_article_detail article h4 {
  font-size: 1.6rem;
}
#bbinfo #sec_bbinfo #sec_article_detail article h5 {
  font-size: 1.5rem;
}
#bbinfo #sec_bbinfo #sec_article_detail article h6 {
  font-size: 1.4rem;
}
#bbinfo #sec_bbinfo #sec_article_detail article ul li {
  list-style-type: disc;
  margin-left: 25px;
}
#bbinfo #sec_bbinfo #sec_article_detail article ol li {
  list-style-type: decimal;
  margin-left: 25px;
}
#bbinfo #sec_bbinfo #sec_article_detail .imgs {
  padding: 60px 0;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
#bbinfo #sec_bbinfo #sec_article_detail .imgs figure {
  max-width: calc(50% - 15px);
}
#bbinfo #sec_bbinfo #sec_article_detail .imgs figure img {
  width: 100%;
}
#bbinfo #sec_bbinfo #sec_article_detail .imgs figure:nth-child(2) {
  margin-left: 30px;
}
#bbinfo #sec_bbinfo #sec_article_detail .btn_pdf {
  text-align: center;
}
#bbinfo #sec_bbinfo #sec_article_detail .btn_pdf a {
  color: #fff;
  font-weight: bold;
  padding: 10px 55px 10px 20px;
  background: url("../img/bbinfo/icon_dl.svg") right 15px center no-repeat #ff5122;
  transition: 0.3s;
}
#bbinfo #sec_bbinfo #sec_article_detail .btn_pdf a:hover {
  opacity: 0.7;
}
#bbinfo #sec_bbinfo #sec_tag_nav ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 10px;
}
#bbinfo #sec_bbinfo #sec_tag_nav ul li {
  margin-right: 20px;
}
#bbinfo #sec_bbinfo #sec_tag_nav ul li a {
  color: #666;
  text-decoration: underline;
  transition: 0.3s;
}
#bbinfo #sec_bbinfo #sec_tag_nav ul li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#bbinfo #sec_bbinfo #nav_category {
  width: 25%;
}
#bbinfo #sec_bbinfo #nav_category h3 {
  padding: 5px 10px;
  color: #858585;
  background: #ececec;
}
#bbinfo #sec_bbinfo #nav_category dl {
  padding: 10px;
  border-bottom: dotted 1px #ccc;
}
#bbinfo #sec_bbinfo #nav_category dl dt {
  color: #333;
  position: relative;
  transition: 0.3s;
}
#bbinfo #sec_bbinfo #nav_category dl dt::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #ff5122;
  border-radius: 10px;
  right: 0;
  top: 2px;
}
#bbinfo #sec_bbinfo #nav_category dl dt::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  right: 4px;
  top: 4px;
  transform: rotate(-135deg);
}
#bbinfo #sec_bbinfo #nav_category dl dt.active::after {
  top: 8px;
  transform: rotate(45deg);
}
#bbinfo #sec_bbinfo #nav_category dl dt:hover {
  opacity: 0.7;
}
#bbinfo #sec_bbinfo #nav_category dl dd {
  margin-top: 5px;
}
#bbinfo #sec_bbinfo #nav_category dl dd ul li {
  font-size: 1.4rem;
  margin-bottom: 5px;
  display: block;
  position: relative;
  padding-left: 15px;
}
#bbinfo #sec_bbinfo #nav_category dl dd ul li a {
  color: #333;
}
#bbinfo #sec_bbinfo #nav_category dl dd ul li a:hover {
  color: #ff5122;
}
#bbinfo #sec_bbinfo #nav_category dl dd ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
#bbinfo #sec_bbinfo #nav_category dl dd ul li:last-child {
  margin-bottom: 0;
}
#bbinfo #bbinfo_nav {
  padding: 0 0 100px;
}
#bbinfo #bbinfo_nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
#bbinfo #bbinfo_nav ul li {
  width: 360px;
  margin: 0 38px;
  background: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#bbinfo #bbinfo_nav ul li a {
  color: #fff;
  font-size: 2.4rem;
  line-height: 100px;
  font-weight: bold;
  height: 100px;
  padding-left: 60px;
  box-sizing: border-box;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
}
#bbinfo #bbinfo_nav ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  background: url("../img/common/icon_arrow02.svg") right 20px center no-repeat;
}
#bbinfo #bbinfo_nav ul li a:hover {
  background: rgba(255, 81, 34, 0.4);
}
#bbinfo #bbinfo_nav ul li.bnr_dictionary {
  background: url("../img/bbinfo/bnr01.jpg") left top no-repeat;
  background-size: 100%;
}
#bbinfo #bbinfo_nav ul li.bmr_motion {
  background: url("../img/bbinfo/bnr02.jpg") left top no-repeat;
  background-size: 100%;
}
#bbinfo #bbinfo_nav ul li.bnr_qa {
  background: url("../img/bbinfo/bnr03.jpg") left top no-repeat;
  background-size: 100%;
}
#bbinfo #bbinfo_nav ul.all {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
#bbinfo #bbinfo_nav ul.all li {
  width: 288px;
  height: 80px;
  margin: 0 8px;
}
#bbinfo #bbinfo_nav ul.all li a {
  font-size: 2rem;
  line-height: 80px;
  height: 80px;
  padding-left: 40px;
}
@media only screen and (max-width: 980px) {
  #bbinfo #page_ttl {
    height: 200px;
    margin-bottom: 30px;
  }
  #bbinfo #page_ttl h1 {
    margin-top: 0;
  }
  #bbinfo #pankuz.row {
    margin-bottom: 50px;
  }
  #bbinfo.qa #page_ttl {
    background: url("../img/bbinfo/bg_ttl_qa_sp.jpg") center center no-repeat;
    background-size: 100%;
  }
  #bbinfo.mo #page_ttl {
    background: url("../img/bbinfo/bg_ttl_mo_sp.jpg") center center no-repeat;
    background-size: 100%;
  }
  #bbinfo.di #page_ttl {
    background: url("../img/bbinfo/bg_ttl_di_sp.jpg") center center no-repeat;
    background-size: 100%;
  }
  #bbinfo.tag #page_ttl {
    background: url("../img/bbinfo/bg_ttl_tag_sp.jpg") center center no-repeat;
    background-size: 100%;
  }
  #bbinfo .h2wrap {
    background-size: auto 34px;
  }
  #bbinfo .h2wrap::before, #bbinfo .h2wrap::after {
    width: 30px;
    height: 34px;
    background-size: 30px 34px;
  }
  #bbinfo .h2wrap::after {
    background-size: 30px 34px;
  }
  #bbinfo .h2wrap h2 {
    min-width: calc(100% - 100px);
    background-size: auto 34px;
  }
  #bbinfo.tag h2 {
    font-size: 1.8rem;
    padding: 5px;
  }
  #bbinfo #sec_bbinfo {
    padding: 10px 0 0;
  }
  #bbinfo #sec_bbinfo #sec_articles {
    width: 100%;
    max-width: 100%;
  }
  #bbinfo #sec_bbinfo #sec_articles .cat_ttl {
    font-size: 2rem;
    margin-bottom: 5px;
  }
  #bbinfo #sec_bbinfo #sec_articles .cat_ttl figure {
    width: 40px;
  }
  #bbinfo #sec_bbinfo #sec_articles article {
    padding: 10px 0;
    flex-wrap: wrap;
  }
  #bbinfo #sec_bbinfo #sec_articles article h3 {
    width: 100%;
    order: 2;
  }
  #bbinfo #sec_bbinfo #sec_articles article .data {
    width: 100%;
    order: 1;
    margin-bottom: 5px;
  }
  #bbinfo #sec_bbinfo #sec_articles #sec_page_nav {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #bbinfo #sec_bbinfo #sec_articles #sec_page_nav .wp-pagenavi .current, #bbinfo #sec_bbinfo #sec_articles #sec_page_nav .wp-pagenavi a {
    margin: 0 5px;
  }
  #bbinfo #sec_bbinfo .btn_back {
    padding-top: 30px;
    margin-bottom: 60px;
  }
  #bbinfo #sec_bbinfo .btn_back a {
    width: 200px;
  }
  #bbinfo #sec_bbinfo #nav_category {
    width: 100%;
    margin-top: 30px;
  }
  #bbinfo #sec_bbinfo #sec_di_category {
    width: 100%;
  }
  #bbinfo #sec_bbinfo #sec_di_category ul li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #bbinfo #sec_bbinfo #sec_di_category ul li a {
    font-size: 1.8rem;
  }
  #bbinfo #sec_bbinfo #sec_di_category ul li figure {
    margin-right: 10px;
    width: 40px;
  }
  #bbinfo #sec_bbinfo #sec_article_detail {
    width: 100%;
    max-width: 100%;
  }
  #bbinfo #sec_bbinfo #sec_article_detail .detail_ttl {
    font-size: 2rem;
    padding-left: 20px;
    margin-bottom: 5px;
  }
  #bbinfo #sec_bbinfo #sec_article_detail .detail_ttl:before {
    font-size: 1.2rem;
    top: 6px;
  }
  #bbinfo #sec_bbinfo #sec_article_detail .date {
    padding-left: 20px;
  }
  #bbinfo #sec_bbinfo #sec_article_detail article {
    margin-top: 10px;
    padding: 20px 0 50px;
  }
  #bbinfo #sec_bbinfo #sec_article_detail article h3 {
    margin-bottom: 10px;
  }
  #bbinfo #sec_bbinfo #sec_article_detail .imgs {
    padding: 30px 0;
    display: block;
  }
  #bbinfo #sec_bbinfo #sec_article_detail .imgs figure:nth-child(2) {
    margin: 20px 0 0 0;
  }
  #bbinfo #sec_bbinfo #sec_tag_nav {
    margin-bottom: 50px;
  }
  #bbinfo #bbinfo_nav {
    padding: 0 0 60px;
    margin: 0 15px;
  }
  #bbinfo #bbinfo_nav ul {
    display: block;
  }
  #bbinfo #bbinfo_nav ul li {
    width: 100%;
    height: 80px;
    margin: 0 0 20px;
  }
  #bbinfo #bbinfo_nav ul li a {
    font-size: 2rem;
    line-height: 80px;
    height: 80px;
    padding-left: 30px;
  }
  #bbinfo #bbinfo_nav ul.all {
    display: block;
  }
  #bbinfo #bbinfo_nav ul.all li {
    width: 100%;
    margin: 0 0 20px;
  }
  #bbinfo #bbinfo_nav ul.all li a {
    padding-left: 30px;
  }
}/*# sourceMappingURL=style.css.map */