@charset "UTF-8";
/*----------------------------------------
	clearfix
----------------------------------------*/
/*----------------------------------------
	reset
----------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, dialog, figure, footer, header, hgroup, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #000;
  vertical-align: baseline;
}

header, footer, article, section, aside, hgroup, nav, menu, figure, figcaption, time {
  display: block;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  position: relative;
  right: 0;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  z-index: 4;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.active {
  position: fixed;
  overflow: hidden;
  -webkit-transform: translateX(-320px);
          transform: translateX(-320px);
}
body.active:before {
  opacity: 1;
  visibility: visible;
}

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

img {
  width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

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

caption, th {
  text-align: left;
}

hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

a {
  color: #000;
  outline: none;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

/*----------------------------------------
	Google Web Font
----------------------------------------*/
/**
 * Roboto
 * regular, bold
 * font-family: 'Roboto', sans-serif;
 */
/**
 * Montserrat
 * regular, bold
 * font-family: 'Montserrat', sans-serif;
 */
/**
 * Noto Sans Jp
 * regular, bold
 * font-family: font-family:'Noto Sans JP',"Noto Sans Japanese";
 */
/*----------------------------------------
	fontSize
----------------------------------------*/
html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
}

.u-wrapper-l {
  max-width: 1000px;
  margin: 0 auto;
}

.u-wrapper-m {
  max-width: 800px;
  margin: 0 auto;
}

.u-wrapper-s {
  max-width: 500px;
  margin: 0 auto;
}

.u-device-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-device-sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .u-device-pc {
    display: none;
  }
}

/*----------------------------------------
	m-breadcrumb
----------------------------------------*/
.m-breadcrumb {
  position: relative;
  background: #FAFAFA;
  padding: 10px 50px;
}
.m-breadcrumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.4px;
  background: url(../images/_common/img_line_decoration01.png)/cover;
}
.m-breadcrumb ol {
  max-width: 1200px;
  margin: 0 auto;
}
.m-breadcrumb li {
  position: relative;
  display: inline;
  font-size: 1.4rem;
  color: #243952;
  list-style: none;
  margin: 0 20px 0 0;
}
.m-breadcrumb li:after {
  content: ">";
  position: absolute;
  right: -18px;
  top: 0;
  bottom: 0;
  height: 20px;
  color: #7B7B7B;
  margin: auto;
}
.m-breadcrumb li:last-child:after {
  content: none;
}
.m-breadcrumb a {
  display: inline-block;
  text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
  .m-breadcrumb {
    padding: 10px 15px;
  }
}
/*----------------------------------------
	m-mainvisual
----------------------------------------*/
.m-mainvisual {
  position: relative;
  height: 600px;
  background: #2f405a;
  width: 95%;
  margin: 15px auto;
}
.m-mainvisual__head {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  padding: 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.m-mainvisual__head span {
  display: block;
}
.m-mainvisual__head .ttl {
  max-width: 820px;
  margin: 0 0 50px;
}
.m-mainvisual__head .txt {
  max-width: 498px;
  color: #ffffff;
}

@media only screen and (max-width: 1024px) {
  .m-mainvisual__head .ttl {
    max-width: 500px;
    margin: 0 0 30px;
  }
  .m-mainvisual__head .txt {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .m-mainvisual__head {
    padding: 0 0 20px;
  }
  .m-mainvisual__head .ttl {
    max-width: 250px;
    margin: 0 0 10px;
  }
  .m-mainvisual__head .txt {
    max-width: 230px;
  }
}
/*----------------------------------------
	m-pagevisual
----------------------------------------*/
.m-pagevisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 240px;
  background-size: cover;
  background-position: center;
}
.m-pagevisual.-news {
  background-image: url(../images/news/bg_visual.jpg);
}
.m-pagevisual.-reform {
  background-image: url(../images/reform/bg_visual.jpg);
}
.m-pagevisual.-voice {
  background-image: url(../images/voice/bg_visual.jpg);
}
.m-pagevisual.-recruit {
  background-image: url(../images/recruit/bg_visual.jpg);
}
.m-pagevisual.-eco {
  background-image: url(../images/about/eco/bg_visual.jpg);
}
.m-pagevisual.-company {
  background-image: url(../images/company/bg_visual.jpg);
}
.m-pagevisual.-gas {
  background-image: url(../images/gas/bg_visual.jpg);
}
.m-pagevisual__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 3.6rem;
  text-align: center;
}
.m-pagevisual__head span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 40px;
  font-size: 1.6rem;
  border: 2px solid #333;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 20px;
  background: #FFF;
}

@media screen and (max-width: 767px) {
  .m-pagevisual {
    height: 200px;
  }
  .m-pagevisual__head {
    font-size: 3rem;
  }
  .m-pagevisual__head span {
    width: 150px;
    height: 35px;
    font-size: 1.4rem;
    margin: 0 0 10px;
  }
}
/*----------------------------------------
	m-pagination
----------------------------------------*/
.m-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 0;
}
.m-pagination__prev a, .m-pagination__next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  background: #FFCE00;
  border-radius: 15px;
}
.m-pagination__prev img, .m-pagination__next img {
  width: 14px;
}
.m-pagination__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px;
}
.m-pagination__body li, .m-pagination__body a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-pagination__body li {
  width: 44px;
  height: 44px;
  font-size: 1.8rem;
  list-style: none;
  margin: 0 5px;
  border: 2px solid #FF9700;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.m-pagination__body a {
  width: 100%;
  height: 100%;
  color: #7B7B7B;
  text-decoration: underline;
}
.m-pagination__body .current {
  color: #fff;
  background: #FF9700;
}

@media screen and (max-width: 767px) {
  .m-pagination__prev a, .m-pagination__next a {
    width: 40px;
    height: 40px;
  }
  .m-pagination__prev img, .m-pagination__next img {
    width: 10px;
  }
  .m-pagination__body li {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
  }
}
/*----------------------------------------
	m-pageTop
----------------------------------------*/
/*----------------------------------------
	m-pager
----------------------------------------*/
.m-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*----------------------------------------
	m-cvArea
----------------------------------------*/
.m-cvArea__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-cvArea__col {
  width: 50%;
  background: #F8F8F8;
  padding: 30px;
  text-align: center;
  border: 1px solid #dedede;
}
.m-cvArea__col .ttl {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .m-cvArea {
    position: relative;
  }
  .m-cvArea:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
  .m-cvArea__middle {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 300px;
    padding: 25px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .m-cvArea__head {
    font-size: 1.6rem;
    margin: 0;
  }
  .m-cvArea__bottom {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 15px;
  }
  .m-cvArea__bodyTxt {
    font-size: 1.6rem;
    padding: 0 0 0 50px;
    margin: 0 0 25px;
  }
  .m-cvArea__bodyTxt:before {
    width: 38px;
    height: 42px;
  }
  .m-cvArea__tel {
    max-width: 250px;
  }
}
/*----------------------------------------
	m-cvContent
----------------------------------------*/
.m-cvContent {
  position: relative;
  padding: 50px 50px 100px;
  margin: 50px 0 0;
}
.m-cvContent__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
}
.m-cvContent__block {
  width: 46%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.m-cvContent__head {
  font-size: 2.8rem;
  color: #243952;
  text-align: center;
  margin: 0 0 15px;
}
.m-cvContent__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -30px 0 0;
}

@media screen and (max-width: 767px) {
  .m-cvContent {
    padding: 50px 15px;
  }
  .m-cvContent__container {
    display: block;
  }
  .m-cvContent__block {
    width: 100%;
    margin: 0 0 50px;
  }
  .m-cvContent__block:last-child {
    margin: 0;
  }
  .m-cvContent__head {
    font-size: 3rem;
  }
  .m-cvContent__btn {
    margin: -20px 0 0;
  }
}
/*----------------------------------------
	m-button01
----------------------------------------*/
.m-button01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 280px;
  height: 60px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFF;
  background: url(../images/_common/icon_arrow01_right_orange.png) no-repeat center right 10px/19px, #243952;
  border-radius: 30px;
}
.m-button01.-mod01 {
  max-width: 240px;
  width: 100%;
  height: 44px;
}

@media screen and (max-width: 767px) {
  .m-button01 {
    width: 200px;
    height: 50px;
    font-size: 1.6rem;
  }
}
/*----------------------------------------
	m-navCategory
----------------------------------------*/
.m-navCategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px;
  border-bottom: 2px solid #FF9700;
}
.m-navCategory li {
  width: 25%;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.m-navCategory a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 44px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FF9700;
  border: 2px solid #FF9700;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.m-navCategory .current a {
  color: #fff;
  background: #FF9700;
}
.m-navCategory.-mod {
  border-top: 2px solid #FF9700;
  border-bottom: none;
}
.m-navCategory.-mod a {
  border: 2px solid #FF9700;
  border-top: none;
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 767px) {
  .m-navCategory {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    border: none;
    margin: 0 -5px -10px;
  }
  .m-navCategory li {
    width: 50%;
    padding: 0 5px 10px;
  }
  .m-navCategory a {
    font-size: 1.4rem;
    border-bottom: 2px solid #FF9700;
    border-radius: 10px;
  }
  .m-navCategory.-mod {
    border: none;
  }
  .m-navCategory.-mod a {
    border-top: 2px solid #FF9700;
    border-radius: 10px;
  }
}
/*----------------------------------------
	m-archiveNews
----------------------------------------*/
.m-archiveNews__item {
  position: relative;
}
.m-archiveNews__item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.4px;
  background: url(../images/_common/img_line_decoration01.png)/cover;
}
.m-archiveNews__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
}
.m-archiveNews__item .sub {
  width: 30%;
  padding: 0 30px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.m-archiveNews__item .thumb {
  position: relative;
  overflow: hidden;
  padding-top: 65.2173913043%;
  border-radius: 60px 80px 60px 80px;
}
.m-archiveNews__item .thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-archiveNews__item .main {
  width: 70%;
}
.m-archiveNews__item .cat {
  display: inline-block;
  color: #fff;
  background: #FF9700;
  padding: 2px 15px;
  margin: 0 0 10px;
  border-radius: 13px;
}
.m-archiveNews__item .time {
  font-size: 1.4rem;
  color: #313F98;
  margin: 0 0 10px;
}
.m-archiveNews__item .ttl {
  font-size: 1.8rem;
  text-decoration: underline;
  margin: 0 0 10px;
}
.m-archiveNews__item .content {
  font-size: 1.6rem;
}
.m-archiveNews.-mod .m-archiveNews__item:last-child:before {
  content: none;
}

@media screen and (max-width: 767px) {
  .m-archiveNews__item a {
    display: block;
  }
  .m-archiveNews__item .sub {
    width: 100%;
    padding: 0 0 20px;
  }
  .m-archiveNews__item .main {
    width: 100%;
  }
  .m-archiveNews__item .cat {
    display: inline-block;
    color: #fff;
    background: #FF9700;
    padding: 2px 15px;
    margin: 0 0 10px;
    border-radius: 13px;
  }
  .m-archiveNews__item .time {
    font-size: 1.4rem;
    color: #313F98;
    margin: 0 0 10px;
  }
  .m-archiveNews__item .ttl {
    font-size: 1.8rem;
    text-decoration: underline;
    margin: 0 0 10px;
  }
  .m-archiveNews__item .content {
    font-size: 1.6rem;
  }
}
/*----------------------------------------
	m-heading01
----------------------------------------*/
.m-heading01 {
  position: relative;
  font-size: 3.6rem;
  color: #243952;
  text-align: center;
  padding: 0 0 65px;
}
.m-heading01:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 726px;
  height: 55px;
  background: url(../images/_common/img_ttl_line01.png)/cover;
  margin: 0 auto;
}
.m-heading01 small {
  font-size: 2.8rem;
  color: #FF9700;
}

@media screen and (max-width: 767px) {
  .m-heading01 {
    font-size: 3rem;
    padding: 0 0 40px;
  }
  .m-heading01:before {
    width: 290px;
    height: 22px;
  }
  .m-heading01 small {
    display: block;
    font-size: 2rem;
  }
}
/*----------------------------------------
	m-heading02
----------------------------------------*/
.m-heading02 {
  position: relative;
  font-size: 2.4rem;
  color: #313F98;
  padding: 0 0 0 40px;
}
.m-heading02:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 29px;
  height: 30px;
  background: url(../images/_common/icon_fill.png)/cover;
}

@media screen and (max-width: 767px) {
  .m-heading02 {
    font-size: 2rem;
    padding: 0 0 0 30px;
  }
  .m-heading02:before {
    top: 3px;
    width: 24px;
    height: 25px;
  }
}
/*----------------------------------------
	共通部分
----------------------------------------*/
/*----------------------------------------
	l-header
----------------------------------------*/
.l-header {
  padding: 20px 25px 0;
  margin: 0 auto;
}
.l-header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-header__logo {
  margin: 0 30px 0 0;
}
.l-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__logo .in01 {
  width: 200px;
  margin: 0 30px 0 0;
}
.l-header__logo .in02 {
  width: 280px;
}
.l-header__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 0;
}
.l-header__search {
  margin: 0 20px 0 0;
}
.l-header__search input {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic Pro", "Hiragino Maru Gothic ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  position: relative;
  width: 180px;
  height: 38px;
  font-size: 1.4rem;
  background: #F2F2F2 url(../images/_common/icon_search.png) no-repeat center left 13px/18px;
  padding: 0 15px 0 35px;
  border: none;
  border-radius: 22px;
}
.l-header__number {
  margin: 0 15px 0 0;
}
.l-header__number span {
  display: block;
}
.l-header__number .in01 {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  padding: 0 0 0 35px;
}
.l-header__number .in01:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 17px;
  background: url(../images/_common/icon_freedial.png)/cover;
  margin: auto;
}
.l-header__number .in02 {
  font-size: 1.2rem;
  color: #707070;
}
.l-header__number .in02 strong {
  color: #707070;
}
.l-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header__content a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 130px;
  height: 38px;
  font-size: 1.6rem;
  color: #fff;
  padding: 0 10px 0 0;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-header__content a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 15px;
  height: 15px;
  margin: auto;
}
.l-header__content .contact {
  margin: 0 10px 0 0;
}
.l-header__content .contact a {
  background: #ffffff;
  border: 1px solid #243952;
  color: #243952;
}
.l-header__content .contact a:before {
  background: url(../images/_common/icon_arrow01_right_orange.png)/cover;
}
.l-header__content .recruit a {
  background: #243952;
}
.l-header__content .recruit a:before {
  background: url(../images/_common/icon_arrow01_right_black.png)/cover;
}
.l-header__hum {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .l-header {
    padding: 0;
  }
  .l-header__logo {
    margin: 0;
  }
  .l-header__logo a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 14px 15px;
  }
  .l-header__logo .in01 {
    width: 110px;
    margin: 5px 0 0;
  }
  .l-header__logo .in02 {
    width: 110px;
  }
  .l-header__control {
    display: none;
  }
  .l-header__hum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 70px;
    height: 70px;
    cursor: pointer;
  }
  .l-header__hum span {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #000;
    border-radius: 1px;
  }
  .l-header__hum span:nth-child(2) {
    margin: 4px 0;
  }
}
/*----------------------------------------
	l-footer
----------------------------------------*/
.l-footer {
  background: #243952;
}
.l-footer__container {
  padding: 60px 50px;
  border-bottom: 1px solid #E5E5E5;
}
.l-footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.l-footer__nav ul li a {
  color: #ffffff;
}
.l-footer__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.l-footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 60px;
}
.l-footer__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.l-footer__logo {
  display: block;
  width: 150px;
  margin: 0 auto 15px;
}
.l-footer__sub {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  gap: 0 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.1rem;
}
.l-footer__sub a {
  color: #ffffff;
}
.l-footer__sub p {
  color: #ffffff;
}
.l-footer__add p {
  font-size: 1.4rem;
}
.l-footer__add a {
  color: #FF9700;
  text-decoration: underline;
}
.l-footer__lead {
  width: 275px;
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer__nav__block {
  padding: 0 20px;
  border-left: 1px solid #D8D8D8;
}
.l-footer__nav__block:first-child {
  border: none;
  padding: 0 20px 0 0;
}
.l-footer__nav__list {
  position: relative;
}
.l-footer__nav__list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
}
.l-footer__nav__list.about {
  padding: 0 0 0 35px;
}
.l-footer__nav__list.about:before {
  width: 24px;
  height: 22px;
  background-image: url(../images/_common/icon_about.png);
}
.l-footer__nav__list.reform {
  padding: 0 0 0 35px;
}
.l-footer__nav__list.reform:before {
  width: 26px;
  height: 25px;
  background-image: url(../images/_common/icon_reform.png);
}
.l-footer__nav__list.gas {
  padding: 0 0 0 38px;
}
.l-footer__nav__list.gas:before {
  width: 28px;
  height: 21px;
  background-image: url(../images/_common/icon_gas.png);
}
.l-footer__nav__list.company {
  padding: 0 0 0 40px;
}
.l-footer__nav__list.company:before {
  width: 31px;
  height: 28px;
  background-image: url(../images/_common/icon_company.png);
}
.l-footer__nav__list > li > a {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: underline;
  margin: 0 0 20px;
}
.l-footer__nav__list > li ul li {
  position: relative;
  padding: 0 0 0 15px;
  margin: 0 0 5px;
}
.l-footer__nav__list > li ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #FF9700;
  border-radius: 50%;
}
.l-footer__nav__list > li ul li:last-child {
  margin: 0;
}
.l-footer__nav__list > li ul a {
  font-size: 1.3rem;
}
.l-footer__nav__list > li ul .nolink a {
  pointer-events: none;
}
.l-footer__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  padding: 30px 50px;
  margin: 0 auto;
}
.l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer__list li {
  margin: 0 40px 0 0;
}
.l-footer__list li:last-child {
  margin: 0;
}
.l-footer__list a {
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: underline;
}
.l-footer__copyright {
  font-size: 1.4rem;
  font-weight: bold;
  color: #7B7B7B;
}

@media screen and (max-width: 767px) {
  .l-footer__container {
    padding: 30px 15px;
  }
  .l-footer__main {
    display: block;
    margin: 0 0 30px;
  }
  .l-footer__company {
    display: block;
    margin: 0 0 30px;
  }
  .l-footer__logo {
    margin: 0 auto 30px;
  }
  .l-footer__add {
    text-align: center;
  }
  .l-footer__lead {
    margin: 0 auto;
  }
  .l-footer__nav {
    display: block;
  }
  .l-footer__nav__block {
    padding: 0;
    margin: 0 0 30px;
    border: none;
  }
  .l-footer__nav__block:first-child {
    padding: 0;
  }
  .l-footer__nav__list > li ul a {
    font-size: 1.4rem;
  }
  .l-footer__control {
    display: block;
    padding: 30px 15px;
  }
  .l-footer__list {
    display: block;
    margin: 0 0 30px;
  }
  .l-footer__list li {
    display: inline-block;
    margin: 0 10px 10px 0;
  }
}
/*----------------------------------------
	l-sidebar
----------------------------------------*/
/*----------------------------------------
	l-nav
----------------------------------------*/
.l-nav {
  max-width: 1200px;
  margin: 0 auto;
}
.l-nav__close {
  display: none;
}
.l-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-nav__list a {
  position: relative;
  display: block;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 20px 20px 20px 10px;
  color: #243952;
}
.l-nav__list a:before, .l-nav__list a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-nav__list a:hover {
  opacity: 1;
  color: #243952;
}
.l-nav__list .home a:before, .l-nav__list .home a:after {
  width: 26px;
  height: 24px;
}
.l-nav__list .home a:hover:before {
  opacity: 0;
}
.l-nav__list .home a:hover:after {
  opacity: 1;
}
.l-nav__list .about a:before, .l-nav__list .about a:after {
  width: 24px;
  height: 22px;
}
.l-nav__list .about a:hover:before {
  opacity: 0;
}
.l-nav__list .about a:hover:after {
  opacity: 1;
}
.l-nav__list .reform a:before, .l-nav__list .reform a:after {
  width: 26px;
  height: 25px;
}
.l-nav__list .reform a:hover:before {
  opacity: 0;
}
.l-nav__list .reform a:hover:after {
  opacity: 1;
}
.l-nav__list .gas a:before, .l-nav__list .gas a:after {
  width: 28px;
  height: 21px;
}
.l-nav__list .gas a:hover:before {
  opacity: 0;
}
.l-nav__list .gas a:hover:after {
  opacity: 1;
}
.l-nav__list .news a:before, .l-nav__list .news a:after {
  width: 27px;
  height: 19px;
}
.l-nav__list .news a:hover:before {
  opacity: 0;
}
.l-nav__list .news a:hover:after {
  opacity: 1;
}
.l-nav__list .voice a:before, .l-nav__list .voice a:after {
  width: 24px;
  height: 25px;
}
.l-nav__list .voice a:hover:before {
  opacity: 0;
}
.l-nav__list .voice a:hover:after {
  opacity: 1;
}
.l-nav__list .current a {
  color: #243952;
}
.l-nav__list .current a:before {
  opacity: 0;
}
.l-nav__list .current a:after {
  opacity: 1;
}
.l-nav__control {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .l-nav {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100vh;
    background: #fff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
  }
  .l-nav__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 64px;
    background: #333;
    padding: 0 15px;
  }
  .l-nav__close div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 10px 0 0;
  }
  .l-nav__close span {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 1px;
  }
  .l-nav__close span:nth-child(1) {
    -webkit-transform: rotate(45deg) translateY(1.5px);
            transform: rotate(45deg) translateY(1.5px);
  }
  .l-nav__close span:nth-child(2) {
    -webkit-transform: rotate(-45deg) translateY(-1.5px);
            transform: rotate(-45deg) translateY(-1.5px);
  }
  .l-nav__close p {
    font-size: 1.6rem;
    color: #fff;
  }
  .l-nav__list {
    display: block;
  }
  .l-nav__list li {
    border-bottom: 1px solid #000;
  }
  .l-nav__list a {
    font-size: 1.6rem;
    padding: 20px 15px 20px 55px;
  }
  .l-nav__list a:before, .l-nav__list a:after {
    left: 15px;
  }
  .l-nav__list a:hover {
    opacity: 1;
    color: #FF9700;
  }
  .l-nav__control {
    display: block;
    padding: 30px 15px 100px;
  }
  .l-nav__search {
    margin: 0 0 15px;
  }
  .l-nav__search input {
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic Pro", "Hiragino Maru Gothic ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    position: relative;
    width: 100%;
    height: 50px;
    font-size: 1.4rem;
    background: #F2F2F2 url(../images/_common/icon_search.png) no-repeat center left 13px/18px;
    padding: 0 15px 0 35px;
    border: none;
    border-radius: 25px;
  }
  .l-nav__number {
    margin: 0 0 15px;
  }
  .l-nav__number span {
    display: block;
  }
  .l-nav__number .in01 {
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    padding: 0 0 0 35px;
  }
  .l-nav__number .in01:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 17px;
    background: url(../images/_common/icon_freedial.png)/cover;
    margin: auto;
  }
  .l-nav__number .in02 {
    font-size: 1.2rem;
    color: #707070;
  }
  .l-nav__number .in02 strong {
    color: #707070;
  }
  .l-nav__content a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 50px;
    font-size: 1.6rem;
    color: #fff;
    padding: 0 10px 0 0;
    border-radius: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .l-nav__content a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 15px;
    height: 15px;
    margin: auto;
  }
  .l-nav__content .contact {
    margin: 0 0 15px;
  }
  .l-nav__content .contact a {
    background: #FF9700;
  }
  .l-nav__content .contact a:before {
    background: url(../images/_common/icon_arrow01_right_orange.png)/cover;
  }
  .l-nav__content .recruit a {
    background: #313F98;
  }
  .l-nav__content .recruit a:before {
    background: url(../images/_common/icon_arrow01_right_black.png)/cover;
  }
}
/*----------------------------------------
	l-navMobile
----------------------------------------*/
/*----------------------------------------
	p-common
----------------------------------------*/
/*----------------------------------------
	p-front-trouble
----------------------------------------*/
.p-front-trouble {
  position: relative;
}
.p-front-trouble__sub {
  width: 95%;
}
.p-front-trouble__main {
  padding: 0 50px;
  margin: -90px 0 0;
}
.p-front-trouble__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 50px;
}
.p-front-trouble__head span {
  display: block;
}
.p-front-trouble__head .ico {
  width: 180px;
  margin: 0 0 20px;
}
.p-front-trouble__head .ttl {
  width: 420px;
}
.p-front-trouble__lead {
  font-size: 2.8rem;
  text-align: center;
  margin: 0 0 20px;
}
.p-front-trouble__txt {
  font-size: 1.8rem;
  text-align: center;
  margin: 0 0 30px;
}
.p-front-trouble__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 30px;
}
.p-front-trouble__list li {
  position: relative;
  font-size: 1.8rem;
  padding: 0 0 0 20px;
  margin: 0 0 10px;
}
.p-front-trouble__list li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 9px;
  height: 9px;
  background: #FF9700;
  border-radius: 50%;
}
.p-front-trouble__list li:last-child {
  margin: 0;
}
.p-front-trouble__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 60px;
}
.p-front-trouble__thumb {
  max-width: 515px;
  margin: 0 auto;
}
.p-front-trouble.-reform {
  padding: 0 0 75px;
  margin: -60px 0 0;
}
.p-front-trouble.-reform .p-front-trouble__sub {
  margin: 0 0 0 auto;
}
.p-front-trouble.-gas {
  padding: 0 0 150px;
}
.p-front-trouble.-gas .p-front-trouble__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-front-trouble.-gas .p-front-trouble__list li {
  width: 32%;
}

@media screen and (max-width: 767px) {
  .p-front-trouble__main {
    padding: 0 15px;
    margin: -45px 0 0;
  }
  .p-front-trouble__head {
    margin: 0 0 20px;
  }
  .p-front-trouble__head .ico {
    width: 90px;
    margin: 0 0 10px;
  }
  .p-front-trouble__head .ttl {
    width: 210px;
  }
  .p-front-trouble__lead {
    font-size: 2rem;
  }
  .p-front-trouble__txt {
    font-size: 1.6rem;
  }
  .p-front-trouble__list {
    margin: 0 0 20px;
  }
  .p-front-trouble__list li {
    font-size: 1.4rem;
    padding: 0 0 0 15px;
  }
  .p-front-trouble__list li:before {
    top: 7px;
    width: 7px;
    height: 7px;
  }
  .p-front-trouble__list li:last-child {
    margin: 0;
  }
  .p-front-trouble__btn {
    margin: 0 0 30px;
  }
  .p-front-trouble.-reform {
    padding: 0 0 30px;
    margin: -10px 0 0;
  }
  .p-front-trouble.-gas {
    padding: 0 0 100px;
  }
  .p-front-trouble.-gas .p-front-trouble__list ul {
    display: block;
  }
  .p-front-trouble.-gas .p-front-trouble__list li {
    width: 100%;
  }
}
/*----------------------------------------
	p-front-service
----------------------------------------*/
.p-front-service {
  position: relative;
  padding: 50px 50px;
}
.p-front-service__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 50px;
  z-index: 1;
}
.p-front-service__head span {
  display: block;
}
.p-front-service .c-txt {
  width: 580px;
  margin: 0 auto;
}
.p-front-service .point_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px;
  margin-top: 30px;
}
.p-front-service .point_list li {
  background: #243952;
  color: #ffffff;
  width: calc(33.3333333333% - 2px);
  text-align: center;
  padding: 80px 0;
}
.p-front-service .point_list li .ttl {
  color: #ffffff;
}

/*----------------------------------------
	p-front-about
----------------------------------------*/
.p-front-about {
  position: relative;
  padding: 100px 50px;
}
.p-front-about__main_txt {
  text-align: center;
  margin-bottom: 40px;
}
.p-front-about__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 50px;
  z-index: 1;
}
.p-front-about__head span {
  display: block;
}
.p-front-about__head .ico {
  width: 144px;
  margin: 0 0 20px;
}
.p-front-about__head .ttl {
  width: 348px;
}
.p-front-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1260px;
  margin: 0 auto 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-front-about__item {
  list-style: none;
  position: relative;
  width: 30%;
}
.p-front-about__item:nth-child(2) {
  margin: 0 5%;
}
.p-front-about__item .thumbnail {
  position: relative;
  margin: 0 0 20px;
  text-align: center;
}
.p-front-about__item .thumbnail span {
  border: 1px solid #243952;
  width: 80px;
  height: 80px;
  color: #243952;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
}
.p-front-about__item .lead {
  text-align: center;
  font-size: 2rem;
  color: #243952;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 10px;
}
.p-front-about__item .bodyTxt {
  font-size: 1.6rem;
  line-height: 1.68;
}
.p-front-about__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-front-about {
    padding: 50px 15px;
  }
  .p-front-about__head {
    margin: 0 0 30px;
  }
  .p-front-about__head .ico {
    width: 80px;
    margin: 0 0 10px;
  }
  .p-front-about__head .ttl {
    width: 200px;
  }
  .p-front-about__list {
    display: block;
    margin: 0 0 30px;
  }
  .p-front-about__item {
    width: 100%;
    margin: 0 0 30px;
  }
  .p-front-about__item:nth-child(2) {
    margin: 0 0 30px;
  }
  .p-front-about__item:nth-child(1), .p-front-about__item:nth-child(3) {
    top: 0;
  }
  .p-front-about__item .thumbnail {
    margin: 0 0 40px;
  }
  .p-front-about__item .lead {
    font-size: 1.8rem;
  }
}
/*----------------------------------------
	p-front-column
----------------------------------------*/
.p-front-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1150px;
  padding: 150px 50px;
  margin: 0 auto;
}
.p-front-column__block {
  width: 44%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-front-column__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 15px;
}
.p-front-column__head span {
  position: relative;
  font-size: 3.8rem;
  color: #FF9700;
}
.p-front-column__head span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.p-front-column__head.-voice span {
  padding: 0 0 0 65px;
}
.p-front-column__head.-voice span:before {
  width: 47px;
  height: 50px;
  background: url(../images/front/icon_voice.png)/cover;
}
.p-front-column__head.-recruit span {
  padding: 0 0 0 70px;
}
.p-front-column__head.-recruit span:before {
  width: 55px;
  height: 55px;
  background: url(../images/front/icon_recruit.png)/cover;
}
.p-front-column__main {
  margin: -30px 0 0;
}
.p-front-column__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 30px;
}
.p-front-column__txt {
  font-size: 1.8rem;
  padding: 0 50px;
}

@media screen and (max-width: 767px) {
  .p-front-column {
    display: block;
    padding: 100px 15px;
  }
  .p-front-column__block {
    width: 100%;
    margin: 0 0 50px;
  }
  .p-front-column__block:last-child {
    margin: 0;
  }
  .p-front-column__head span {
    font-size: 3rem;
  }
  .p-front-column__head.-voice span {
    padding: 0 0 0 55px;
  }
  .p-front-column__head.-voice span:before {
    width: 40px;
    height: 42px;
  }
  .p-front-column__head.-recruit span {
    padding: 0 0 0 55px;
  }
  .p-front-column__head.-recruit span:before {
    width: 45px;
    height: 45px;
  }
  .p-front-column__main {
    margin: -20px 0 0;
  }
  .p-front-column__btn {
    margin: 0 0 20px;
  }
  .p-front-column__txt {
    font-size: 1.6rem;
    padding: 0;
  }
}
/*----------------------------------------
	p-front-news
----------------------------------------*/
.p-front-news {
  position: relative;
  padding: 100px 50px;
}
.p-front-news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 50px;
}
.p-front-news__head span {
  display: block;
}
.p-front-news__head .ico {
  width: 77px;
  margin: 0 0 20px;
}
.p-front-news__head .ttl {
  width: 164px;
}
.p-front-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-front-news__item {
  width: 23%;
  margin-right: 2.6%;
}
.p-front-news__item a:hover h3 {
  text-decoration: none;
}
.p-front-news__item .thumbnail {
  position: relative;
  overflow: hidden;
  padding-top: 65.2173913043%;
  margin: 0 0 15px;
  border-radius: 60px 80px 60px 80px;
}
.p-front-news__item .thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-front-news__item time {
  font-weight: bold;
  color: #313F98;
  margin: 0 0 10px;
}
.p-front-news__item h3 {
  font-size: 1.6rem;
  text-decoration: underline;
}
.p-front-news__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-front-news {
    padding: 50px 15px;
  }
  .p-front-news__head {
    margin: 0 0 30px;
  }
  .p-front-news__head .ico {
    width: 60px;
    margin: 0 0 10px;
  }
  .p-front-news__head .ttl {
    width: 110px;
  }
  .p-front-news__list {
    display: block;
    margin: 0 auto 30px;
  }
  .p-front-news__item {
    width: 100%;
    margin: 0 0 50px;
  }
  .p-front-news__item:last-child {
    margin: 0;
  }
  .p-front-news__item time {
    margin: 0 0 5px;
  }
  .p-front-news__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*----------------------------------------
	p-about-visual
----------------------------------------*/
.p-about-visual {
  position: relative;
  padding: 0 0 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-about-visual__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 530px;
  background: url(../images/about/bg_visual.jpg) center/cover;
  padding: 70px 50px 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-about-visual__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 3.6rem;
  text-align: center;
  margin: 0 0 30px;
}
.p-about-visual__head span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 40px;
  font-size: 1.6rem;
  background: #fff;
  margin: 0 0 20px;
  border: 2px solid #333;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-about-visual__txt {
  text-align: center;
  line-height: 1.8;
}
.p-about-visual__sub {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 810px;
  padding: 0 50px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-about-visual {
    padding: 0 0 40px;
  }
  .p-about-visual__main {
    height: auto;
    padding: 30px 15px 230px;
  }
  .p-about-visual__head {
    font-size: 2.5rem;
    margin: 0 0 20px;
  }
  .p-about-visual__head span {
    width: 180px;
    height: 35px;
    font-size: 1.4rem;
  }
  .p-about-visual__txt {
    text-align: left;
  }
  .p-about-visual__sub {
    padding: 0 15px;
  }
}
/*----------------------------------------
	p-about-movie
----------------------------------------*/
.p-about-movie {
  position: relative;
  padding: 100px 50px;
}
.p-about-movie:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.4px;
  background: url(../images/_common/img_line_decoration01.png)/cover;
}
.p-about-movie:after {
  content: "";
  position: absolute;
  top: 550px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/front/bg_texture.jpg);
  z-index: -1;
}
.p-about-movie__container {
  max-width: 1000px;
  margin: 0 auto;
}
.p-about-movie__head {
  margin: 0 0 30px;
}
.p-about-movie__video {
  position: relative;
  padding-top: 60%;
  margin: 0 0 60px;
}
.p-about-movie__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-about-movie__map {
  height: 440px;
  background: url(../images/about/img_map.png) center right/cover;
  margin: 0 0 60px;
}
.p-about-movie__map p {
  font-size: 2rem;
}
.p-about-movie__add {
  background: #FFF;
  padding: 30px;
  margin: 0 0 30px;
  border-radius: 20px;
}
.p-about-movie__add h3 {
  font-size: 1.6rem;
}
.p-about-movie__logo {
  width: 247px;
}

@media screen and (max-width: 767px) {
  .p-about-movie {
    padding: 50px 15px;
  }
  .p-about-movie:after {
    top: 300px;
  }
  .p-about-movie__head {
    margin: 0 0 20px;
  }
  .p-about-movie__video {
    margin: 0 0 30px;
  }
  .p-about-movie__map {
    height: auto;
    background: none;
    margin: 0 0 30px;
  }
  .p-about-movie__map p {
    font-size: 1.6rem;
    margin: 0 0 20px;
  }
  .p-about-movie__add {
    padding: 15px;
    margin: 0 0 20px;
  }
  .p-about-movie__logo {
    width: 200px;
  }
}
/*----------------------------------------
	p-about-works
----------------------------------------*/
.p-about-works {
  max-width: 1000px;
  padding: 100px 50px 0;
  margin: 0 auto;
}
.p-about-works__block {
  margin: 0 0 80px;
}
.p-about-works__block:last-child {
  margin: 0;
}
.p-about-works__head {
  margin: 0 0 30px;
}
.p-about-works__ttl {
  margin: 0 0 30px;
}
.p-about-works__thumb {
  margin: 0 0 40px;
}
.p-about-works__caption {
  font-size: 1.8rem;
  color: #FF9700;
  margin: 0 0 20px;
}
.p-about-works__caption span {
  color: #1B224C;
}
.p-about-works__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
}
.p-about-works__list ul:nth-child(odd) {
  background: #FFFAE6;
}
.p-about-works__list li {
  width: 33.3333%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-about-works__list span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 15px;
}
.p-about-works__list span:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #313F98;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .p-about-works {
    padding: 50px 15px 0;
  }
  .p-about-works__block {
    margin: 0 0 50px;
  }
  .p-about-works__head {
    margin: 0 0 20px;
  }
  .p-about-works__ttl {
    margin: 0 0 20px;
  }
  .p-about-works__thumb {
    margin: 0 0 20px;
  }
  .p-about-works__caption {
    font-size: 1.6rem;
  }
  .p-about-works__list ul {
    display: block;
    padding: 0;
  }
  .p-about-works__list ul:nth-child(odd) {
    background: none;
  }
  .p-about-works__list ul:nth-child(odd) li:nth-child(odd) {
    background: #FFFAE6;
  }
  .p-about-works__list ul:nth-child(even) li:nth-child(even) {
    background: #FFFAE6;
  }
  .p-about-works__list li {
    width: 100%;
    padding: 5px;
    margin: 0 0 5px;
  }
}
/*----------------------------------------
	p-about-speed
----------------------------------------*/
.p-about-speed {
  max-width: 1000px;
  padding: 80px 50px 100px;
  margin: 0 auto;
}
.p-about-speed__head {
  margin: 0 0 30px;
}
.p-about-speed__lead {
  margin: 0 0 30px;
}
.p-about-speed__thumb {
  margin: 0 0 40px;
}
.p-about-speed__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
}
.p-about-speed__list ul:nth-child(odd) {
  background: #FFFAE6;
}
.p-about-speed__list li {
  width: 50%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-about-speed__list span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 15px;
}
.p-about-speed__list span:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #313F98;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .p-about-speed {
    padding: 50px 15px;
  }
  .p-about-speed__head {
    margin: 0 0 20px;
  }
  .p-about-speed__lead {
    margin: 0 0 20px;
  }
  .p-about-speed__thumb {
    margin: 0 0 20px;
  }
  .p-about-speed__list ul {
    display: block;
    padding: 0;
  }
  .p-about-speed__list ul:nth-child(odd) {
    background: none;
  }
  .p-about-speed__list ul:nth-child(odd) li:nth-child(odd) {
    background: #FFFAE6;
  }
  .p-about-speed__list ul:nth-child(even) li:nth-child(odd) {
    background: #FFFAE6;
  }
  .p-about-speed__list li {
    width: 100%;
    padding: 5px;
    margin: 0 0 5px;
  }
}
/*----------------------------------------
	p-eco-common
----------------------------------------*/
.p-eco-common {
  max-width: 1000px;
  padding: 80px 50px 0;
  margin: 0 auto;
}
.p-eco-common__head {
  margin: 0 0 30px;
}
.p-eco-common__ttl {
  margin: 0 0 30px;
}
.p-eco-common__content {
  margin: 0 0 30px;
}
.p-eco-common__content p {
  margin: 0 0 20px;
}
.p-eco-common__content p:last-child {
  margin: 0;
}
.p-eco-common__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 5px;
}
.p-eco-common__list dl:last-child {
  margin: 0;
}
.p-eco-common__list dt {
  font-weight: bold;
  color: #313F98;
}
.p-eco-common__list dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-eco-common.-mod01 {
  padding: 80px 50px 180px;
}

@media screen and (max-width: 767px) {
  .p-eco-common {
    padding: 50px 15px 0;
  }
  .p-eco-common__head {
    margin: 0 0 20px;
  }
  .p-eco-common__ttl {
    margin: 0 0 20px;
  }
  .p-eco-common__thumb img {
    margin: 0 0 30px;
  }
  .p-eco-common__thumb img:last-child {
    margin: 0;
  }
  .p-eco-common__content {
    margin: 0 0 20px;
  }
  .p-eco-common__content p {
    margin: 0 0 10px;
  }
  .p-eco-common.-mod01 {
    padding: 50px 15px;
  }
}
/*----------------------------------------
	p-company-info
----------------------------------------*/
.p-company-info {
  max-width: 1000px;
  padding: 80px 50px 60px;
  margin: 0 auto;
}
.p-company-info__thumb {
  margin: 0 0 60px;
}
.p-company-info__table {
  width: 100%;
  margin: 0 0 70px;
}
.p-company-info__table tr:nth-child(odd) {
  background: #E2E2E2;
}
.p-company-info__table th, .p-company-info__table td {
  vertical-align: top;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-company-info__table th {
  width: 180px;
}
.p-company-info__table a {
  text-decoration: underline;
}
.p-company-info__table iframe {
  width: 100%;
  height: 380px;
  vertical-align: middle;
  margin: 15px 0 5px;
}
.p-company-info__graph {
  max-width: 860px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-company-info {
    padding: 50px 15px;
  }
  .p-company-info__thumb {
    margin: 0 0 30px;
  }
  .p-company-info__table {
    margin: 0 0 30px;
  }
  .p-company-info__table th, .p-company-info__table td {
    padding: 10px 15px;
  }
  .p-company-info__table th {
    width: 100px;
    padding: 10px 0 10px 15px;
  }
  .p-company-info__table iframe {
    height: 200px;
  }
}
/*----------------------------------------
	p-greeting-message
----------------------------------------*/
.p-greeting-message {
  max-width: 800px;
  padding: 60px 50px 120px;
  margin: 0 auto;
}
.p-greeting-message__thumb {
  margin: 0 0 60px;
}
.p-greeting-message__content p {
  line-height: 1.8;
  margin: 0 0 20px;
}
.p-greeting-message__content p:last-child {
  margin: 0;
}
.p-greeting-message__content strong {
  font-size: 2rem;
}
.p-greeting-message__content ul {
  line-height: 1.8;
  margin: 0 0 20px;
}
.p-greeting-message__content ul:last-child {
  margin: 0;
}
.p-greeting-message__content ul li {
  position: relative;
  padding: 0 0 0 16px;
  margin: 0 0 5px;
}
.p-greeting-message__content ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #313F98;
  border-radius: 50%;
}
.p-greeting-message__content ul li:last-child {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-greeting-message {
    padding: 50px 15px;
  }
  .p-greeting-message__thumb {
    margin: 0 0 30px;
  }
  .p-greeting-message__content p {
    margin: 0 0 10px;
  }
  .p-greeting-message__content ul {
    margin: 0 0 10px;
  }
}
/*----------------------------------------
	p-greeting-thought
----------------------------------------*/
.p-greeting-thought {
  position: relative;
  background: url(../images/front/bg_texture.jpg) center;
  padding: 60px 50px 100px;
}
.p-greeting-thought:before, .p-greeting-thought:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.4px;
  background: url(../images/_common/img_line_decoration01.png) 0 0/cover;
}
.p-greeting-thought:before {
  top: 0;
}
.p-greeting-thought:after {
  bottom: 0;
}
.p-greeting-thought__container {
  max-width: 1000px;
  margin: 0 auto;
}
.p-greeting-thought__head {
  font-size: 3.6rem;
  color: #FF9700;
  text-align: center;
  margin: 0 0 50px;
}
.p-greeting-thought__thumb {
  margin: 0 0 60px;
}
.p-greeting-thought__body {
  max-width: 800px;
  margin: 0 auto;
}
.p-greeting-thought__block {
  margin: 0 0 50px;
}
.p-greeting-thought__block:last-child {
  margin: 0;
}
.p-greeting-thought__ttl {
  font-size: 2.8rem;
  color: #313F98;
  margin: 0 0 20px;
}
.p-greeting-thought__content p {
  line-height: 1.8;
  margin: 0 0 20px;
}
.p-greeting-thought__content p:last-child {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-greeting-thought {
    padding: 50px 15px;
  }
  .p-greeting-thought__container {
    max-width: 1000px;
    margin: 0 auto;
  }
  .p-greeting-thought__head {
    font-size: 3rem;
    margin: 0 0 30px;
  }
  .p-greeting-thought__thumb {
    margin: 0 0 20px;
  }
  .p-greeting-thought__block {
    margin: 0 0 30px;
  }
  .p-greeting-thought__ttl {
    font-size: 2rem;
    margin: 0 0 10px;
  }
  .p-greeting-thought__content p {
    margin: 0 0 10px;
  }
}
/*----------------------------------------
	p-greeting-philosophy
----------------------------------------*/
.p-greeting-philosophy {
  max-width: 800px;
  padding: 60px 50px 120px;
  margin: 0 auto;
}
.p-greeting-philosophy__head {
  margin: 0 0 30px;
}
.p-greeting-philosophy__message {
  margin: 0 0 50px;
}
.p-greeting-philosophy__logo {
  width: 170px;
  margin: 0 auto;
}
.p-greeting-philosophy__lead {
  font-size: 2.8rem;
  color: #DF4A6B;
  text-align: center;
}
.p-greeting-philosophy__block {
  margin: 0 0 50px;
}
.p-greeting-philosophy__block:last-child {
  margin: 0;
}
.p-greeting-philosophy__ttl {
  font-size: 2.8rem;
  color: #313F98;
  margin: 0 0 20px;
}
.p-greeting-philosophy__ttl small {
  font-size: 1.6rem;
  color: #313F98;
}
.p-greeting-philosophy__content p {
  line-height: 1.8;
  margin: 0 0 20px;
}
.p-greeting-philosophy__content p:last-child {
  margin: 0;
}
.p-greeting-philosophy__content ul {
  line-height: 1.8;
  margin: 0 0 20px;
}
.p-greeting-philosophy__content ul:last-child {
  margin: 0;
}
.p-greeting-philosophy__content ul li {
  position: relative;
  padding: 0 0 0 16px;
  margin: 0 0 5px;
}
.p-greeting-philosophy__content ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #313F98;
  border-radius: 50%;
}
.p-greeting-philosophy__content ul li:last-child {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-greeting-philosophy {
    padding: 50px 15px;
  }
  .p-greeting-philosophy__head {
    margin: 0 0 20px;
  }
  .p-greeting-philosophy__message {
    margin: 0 0 20px;
  }
  .p-greeting-philosophy__lead {
    font-size: 2rem;
  }
  .p-greeting-philosophy__block {
    margin: 0 0 30px;
  }
  .p-greeting-philosophy__ttl {
    font-size: 2rem;
    margin: 0 0 10px;
  }
  .p-greeting-philosophy__ttl small {
    display: block;
    font-size: 1.4rem;
  }
  .p-greeting-philosophy__content p {
    margin: 0 0 10px;
  }
  .p-greeting-philosophy__content ul {
    margin: 0 0 10px;
  }
}
/*----------------------------------------
	p-reform-concept
----------------------------------------*/
.p-reform-concept {
  position: relative;
  padding: 60px 50px 40px;
}
.p-reform-concept:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.4px;
  background: url(../images/_common/img_line_decoration01.png)/cover;
}
.p-reform-concept__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.p-reform-concept__main {
  width: 45%;
}
.p-reform-concept__head {
  font-size: 2.8rem;
  color: #FF9700;
  margin: 0 0 20px;
}
.p-reform-concept__lead {
  margin: 0 0 30px;
}
.p-reform-concept__body {
  max-width: 430px;
  margin: 0 auto;
}
.p-reform-concept__info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  margin: 0 0 38px;
}
.p-reform-concept__info:before, .p-reform-concept__info:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: url(../images/_common/img_line_decoration02.png)/contain;
}
.p-reform-concept__info:before {
  top: 0;
}
.p-reform-concept__info:after {
  bottom: 0;
}
.p-reform-concept__year {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0 0 0 80px;
  margin: 0 28px 0 0;
}
.p-reform-concept__year:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 52px;
  background: url(../images/_common/icon_medal.png)/cover;
  margin: auto;
}
.p-reform-concept__num {
  font-size: 4rem;
  font-weight: bold;
}
.p-reform-concept__num span {
  font-size: 4.8rem;
  color: #FF9700;
}
.p-reform-concept__sub {
  width: 47%;
}
.p-reform-concept__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-reform-concept {
    padding: 30px 15px;
  }
  .p-reform-concept__container {
    display: block;
  }
  .p-reform-concept__main {
    width: 100%;
    margin: 0 0 30px;
  }
  .p-reform-concept__head {
    font-size: 2rem;
  }
  .p-reform-concept__body {
    width: 100%;
  }
  .p-reform-concept__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0 20px;
    margin: 0 0 30px;
  }
  .p-reform-concept__sub {
    width: 100%;
  }
}
/*----------------------------------------
	p-reform-case
----------------------------------------*/
.p-reform-case {
  padding: 0 50px 120px;
}
.p-reform-case__container {
  position: relative;
  max-width: 1000px;
  padding: 70px 0 0;
  margin: 0 auto;
}
.p-reform-case__container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.4px;
  background: url(../images/_common/img_line_decoration01.png)/cover;
}
.p-reform-case__head {
  font-size: 3.6rem;
  color: #FF9700;
  text-align: center;
  margin: 0 0 30px;
}
.p-reform-case__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 -30px;
}
.p-reform-case__item {
  width: 30%;
  margin: 0 0 30px;
}
.p-reform-case__ttl {
  text-align: center;
  margin: 0 0 20px;
}
.p-reform-case__ttl span {
  position: relative;
  font-size: 2.2rem;
}
.p-reform-case__ttl span:before, .p-reform-case__ttl span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 27px;
  height: 5px;
  background: url(../images/_common/img_line_decoration03.png)/cover;
  margin: auto;
}
.p-reform-case__ttl span:before {
  left: -40px;
}
.p-reform-case__ttl span:after {
  right: -40px;
}
.p-reform-case__ttl.-mod01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 66px;
}
.p-reform-case__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -22px 0 20px;
}
.p-reform-case__btn a {
  pointer-events: none;
}
.p-reform-case__txt {
  margin: 40px 0 0;
}
.p-reform-case.-mod01 {
  position: relative;
  background: url(../images/front/bg_texture.jpg) center;
  padding: 0 50px 60px;
}
.p-reform-case.-mod01:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.4px;
  background: url(../images/_common/img_line_decoration01.png)/cover;
}
.p-reform-case.-mod01 .p-reform-case__container:before {
  content: none;
}

@media screen and (max-width: 767px) {
  .p-reform-case {
    padding: 0 15px 30px;
  }
  .p-reform-case__container {
    padding: 30px 0 0;
  }
  .p-reform-case__head {
    font-size: 3rem;
    margin: 0 0 20px;
  }
  .p-reform-case__list {
    margin: 0;
  }
  .p-reform-case__item {
    width: 48%;
  }
  .p-reform-case__ttl span {
    font-size: 1.8rem;
  }
  .p-reform-case__ttl span:before, .p-reform-case__ttl span:after {
    width: 14px;
    height: 3px;
  }
  .p-reform-case__ttl span:before {
    left: -20px;
  }
  .p-reform-case__ttl span:after {
    right: -20px;
  }
  .p-reform-case__ttl.-mod01 {
    height: auto;
  }
  .p-reform-case__ttl.-mod02 {
    height: 54px;
  }
  .p-reform-case.-mod01 {
    padding: 0 15px 30px;
  }
}
/*----------------------------------------
	p-reform-promise
----------------------------------------*/
.p-reform-promise {
  padding: 80px 50px 120px;
}
.p-reform-promise__thumb {
  max-width: 876px;
  margin: 0 auto;
}
.p-reform-promise__head {
  font-size: 3.2rem;
  color: #313F98;
  text-align: center;
  margin: 0 0 30px;
}
.p-reform-promise__content {
  max-width: 800px;
  margin: 0 auto;
}
.p-reform-promise__content p {
  line-height: 1.8;
  margin: 0 0 20px;
}
.p-reform-promise__content p:last-child {
  margin: 0;
}
.p-reform-promise__content ol {
  margin: 0 0 20px;
  counter-reset: li;
}
.p-reform-promise__content ol li {
  position: relative;
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0 0 5px;
}
.p-reform-promise__content ol li:last-child {
  margin: 0;
}
.p-reform-promise__content ol li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  color: #313F98;
  font-weight: bold;
  counter-increment: li;
  content: counter(li) ". ";
}

@media screen and (max-width: 767px) {
  .p-reform-promise {
    padding: 40px 15px 60px;
  }
  .p-reform-promise__thumb {
    margin: 0 0 20px;
  }
  .p-reform-promise__head {
    font-size: 2.8rem;
    margin: 0 0 20px;
  }
  .p-reform-promise__content p {
    margin: 0 0 10px;
  }
  .p-reform-promise__content ol {
    margin: 0 0 10px;
  }
}
/*----------------------------------------
	p-reform-flow
----------------------------------------*/
.p-reform-flow {
  max-width: 1000px;
  padding: 70px 50px 120px;
  margin: 0 auto;
}
.p-reform-flow dl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  border-bottom: 2px solid #E5E5E5;
}
.p-reform-flow dl:before, .p-reform-flow dl:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  margin: auto;
}
.p-reform-flow dl:before {
  bottom: -20px;
  border-width: 20px 10px 0 10px;
  border-color: #E5E5E5 transparent transparent transparent;
}
.p-reform-flow dl:after {
  bottom: -17px;
  border-width: 17px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
}
.p-reform-flow dl:last-child {
  border: none;
}
.p-reform-flow dl:last-child:before, .p-reform-flow dl:last-child:after {
  content: none;
}
.p-reform-flow dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  padding: 0 50px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-reform-flow dt span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  color: #FF9700;
  background: url(../images/_common/img_line_circle01.png)/cover;
  margin: 0 10px 0 0;
}
.p-reform-flow dt h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2rem;
  color: #FF9700;
  line-height: 1.2;
}
.p-reform-flow dt small {
  font-size: 1.4rem;
  color: #FF9700;
}
.p-reform-flow dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-reform-flow dd small {
  font-size: 1.4rem;
  color: #7B7B7B;
  margin: 10px 0 0;
}

@media screen and (max-width: 767px) {
  .p-reform-flow {
    padding: 30px 15px 60px;
  }
  .p-reform-flow dl {
    display: block;
  }
  .p-reform-flow dt {
    width: 100%;
    padding: 0 0 15px;
  }
  .p-reform-flow dt span {
    width: 40px;
    height: 40px;
  }
  .p-reform-flow dt h3 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
/*----------------------------------------
	p-gas-concept
----------------------------------------*/
.p-gas-concept {
  padding: 140px 50px;
}
.p-gas-concept__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.p-gas-concept__main {
  width: 45%;
}
.p-gas-concept__head {
  font-size: 2.8rem;
  color: #FF9700;
  margin: 0 0 20px;
}
.p-gas-concept__lead {
  margin: 0 0 30px;
}
.p-gas-concept__body {
  max-width: 430px;
  margin: 0 auto;
}
.p-gas-concept__info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  margin: 0 0 38px;
}
.p-gas-concept__info:before, .p-gas-concept__info:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: url(../images/_common/img_line_decoration02.png)/contain;
}
.p-gas-concept__info:before {
  top: 0;
}
.p-gas-concept__info:after {
  bottom: 0;
}
.p-gas-concept__year {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0 0 0 80px;
  margin: 0 28px 0 0;
}
.p-gas-concept__year:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 52px;
  background: url(../images/_common/icon_medal.png)/cover;
  margin: auto;
}
.p-gas-concept__num {
  font-size: 4rem;
  font-weight: bold;
}
.p-gas-concept__num span {
  font-size: 4.8rem;
  color: #FF9700;
}
.p-gas-concept__sub {
  width: 47%;
}

@media screen and (max-width: 767px) {
  .p-gas-concept {
    padding: 50px 15px;
  }
  .p-gas-concept__container {
    display: block;
  }
  .p-gas-concept__main {
    width: 100%;
    margin: 0 0 30px;
  }
  .p-gas-concept__head {
    font-size: 2rem;
  }
  .p-gas-concept__body {
    width: 100%;
  }
  .p-gas-concept__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0 20px;
    margin: 0 0 30px;
  }
  .p-gas-concept__sub {
    width: 100%;
  }
}
/*----------------------------------------
	p-gas-product
----------------------------------------*/
.p-gas-product {
  position: relative;
  background: url(../images/front/bg_texture.jpg) center;
  padding: 60px 50px 100px;
}
.p-gas-product:before, .p-gas-product:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.4px;
  background: url(../images/_common/img_line_decoration01.png) 0 0/cover;
}
.p-gas-product:before {
  top: 0;
}
.p-gas-product:after {
  bottom: 0;
}
.p-gas-product__container {
  max-width: 1000px;
  margin: 0 auto;
}
.p-gas-product__block {
  margin: 0 0 80px;
}
.p-gas-product__block:last-child {
  margin: 0;
}
.p-gas-product__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 30px;
}
.p-gas-product__ttl {
  font-size: 3.6rem;
  color: #FF9700;
}
.p-gas-product__btn a {
  pointer-events: none;
}
.p-gas-product__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -20px;
}
.p-gas-product__body li {
  width: 30%;
  margin: 0 5% 20px 0;
}
.p-gas-product__body li:nth-child(3n) {
  margin: 0 0 20px;
}
.p-gas-product__body a {
  display: block;
  pointer-events: none;
}
.p-gas-product__body h3 {
  font-size: 1.8rem;
  color: #313F98;
  margin: 15px 0 0;
}

@media screen and (max-width: 767px) {
  .p-gas-product {
    padding: 50px 15px;
  }
  .p-gas-product__block {
    margin: 0 0 50px;
  }
  .p-gas-product__head {
    display: block;
    margin: 0 0 20px;
  }
  .p-gas-product__ttl {
    font-size: 3rem;
    text-align: center;
    margin: 0 0 10px;
  }
  .p-gas-product__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-gas-product__body li {
    width: 48%;
    margin: 0 4% 20px 0;
  }
  .p-gas-product__body li:nth-child(3n) {
    margin: 0 4% 20px 0;
  }
  .p-gas-product__body li:nth-child(2n) {
    margin: 0 0 20px;
  }
  .p-gas-product__body h3 {
    font-size: 1.6rem;
    margin: 10px 0 0;
  }
}
/*----------------------------------------
	p-gas-promise
----------------------------------------*/
.p-gas-promise {
  padding: 80px 50px 120px;
}
.p-gas-promise__thumb {
  max-width: 876px;
  margin: 0 auto;
}
.p-gas-promise__head {
  font-size: 3.2rem;
  color: #313F98;
  text-align: center;
  margin: 0 0 30px;
}
.p-gas-promise__content {
  max-width: 800px;
  margin: 0 auto;
}
.p-gas-promise__content p {
  line-height: 1.8;
  margin: 0 0 20px;
}
.p-gas-promise__content p:last-child {
  margin: 0;
}
.p-gas-promise__content ul {
  line-height: 1.8;
  margin: 0 0 20px;
}
.p-gas-promise__content ul:last-child {
  margin: 0;
}
.p-gas-promise__content ul li {
  position: relative;
  padding: 0 0 0 16px;
  margin: 0 0 5px;
}
.p-gas-promise__content ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #313F98;
  border-radius: 50%;
}
.p-gas-promise__content ul li:last-child {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-gas-promise {
    padding: 40px 15px 60px;
  }
  .p-gas-promise__thumb {
    margin: 0 0 20px;
  }
  .p-gas-promise__head {
    font-size: 2.8rem;
    margin: 0 0 20px;
  }
  .p-gas-promise__content p {
    margin: 0 0 10px;
  }
  .p-gas-promise__content ul {
    margin: 0 0 10px;
  }
}
/*----------------------------------------
	p-privacy
----------------------------------------*/
.p-privacy {
  max-width: 800px;
  padding: 60px 50px 120px;
  margin: 0 auto;
}
.p-privacy__head {
  font-size: 3.6rem;
  text-align: center;
  margin: 0 0 80px;
}
.p-privacy__body section {
  margin: 0 0 30px;
}
.p-privacy__body section:last-child {
  margin: 0;
}
.p-privacy__body h2 {
  font-size: 2.8rem;
  color: #313F98;
  margin: 0 0 10px;
}
.p-privacy__body h3 {
  font-size: 2rem;
  margin: 0 0 10px;
}
.p-privacy__body p {
  line-height: 1.8;
  margin: 0 0 30px;
}
.p-privacy__body p:last-child {
  margin: 0;
}
.p-privacy__body ol {
  margin: 0 0 30px 20px;
}
.p-privacy__body dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.8;
}
.p-privacy__body dl:last-of-type {
  margin: 0 0 30px;
}
.p-privacy__body dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-privacy__body small {
  font-size: 1.4rem;
  color: #7B7B7B;
}

@media screen and (max-width: 767px) {
  .p-privacy {
    padding: 50px 15px;
  }
  .p-privacy__head {
    font-size: 2.8rem;
    margin: 0 0 30px;
  }
  .p-privacy__body h2 {
    font-size: 2rem;
  }
  .p-privacy__body h3 {
    font-size: 1.8rem;
  }
  .p-privacy__body p {
    margin: 0 0 20px;
  }
  .p-privacy__body ol {
    margin: 0 0 20px 20px;
  }
  .p-privacy__body dl:last-of-type {
    margin: 0 0 20px;
  }
}
/*----------------------------------------
	p-news-archive
----------------------------------------*/
.p-news-archive {
  max-width: 1000px;
  padding: 40px 50px 120px;
  margin: 0 auto;
}
.p-news-archive__nav {
  margin: 0 0 30px;
}
.p-news-archive__notfound__txt {
  text-align: center;
  margin: 0 0 30px;
}
.p-news-archive__notfound__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-news-archive {
    padding: 20px 15px 60px;
  }
  .p-news-archive__nav {
    margin: 0 0 15px;
  }
}
/*----------------------------------------
	p-news-single
----------------------------------------*/
.p-news-single {
  max-width: 800px;
  padding: 40px 50px 120px;
  margin: 0 auto;
}
.p-news-single__head {
  position: relative;
  padding: 0 0 30px;
}
.p-news-single__head:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.4px;
  background: url(../images/news/bg_line.png)/cover;
}
.p-news-single__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 34px;
  font-size: 1.6rem;
  color: #fff;
  background: #FF9700;
  border-radius: 17px;
  margin: 0 auto 30px;
}
.p-news-single__ttl {
  font-size: 2.8rem;
}
.p-news-single__body {
  padding: 10px 0 0;
}
.p-news-single__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 30px;
}
.p-news-single__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
}
.p-news-single__user img {
  width: 44px;
  margin: 0 10px 0 0;
}
.p-news-single__time {
  font-size: 1.8rem;
  font-weight: bold;
  color: #313F98;
}
.p-news-single__thumb {
  margin: 0 0 20px;
}
.p-news-single__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-news-single__media .facebook {
  margin: -9px 4px 0 0;
}
.p-news-single__content {
  position: relative;
  padding: 40px 0 50px;
  margin: 0 0 20px;
}
.p-news-single__content:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.4px;
  background: url(../images/news/bg_line.png)/cover;
}
.p-news-single__content p, .p-news-single__content ul, .p-news-single__content ol, .p-news-single__content img, .p-news-single__content blockquote {
  margin: 0 0 40px;
}
.p-news-single__content h1, .p-news-single__content h2, .p-news-single__content h3, .p-news-single__content h4, .p-news-single__content h5, .p-news-single__content h6 {
  margin: 40px 0 15px;
}
.p-news-single__content h2 {
  position: relative;
  font-size: 2.4rem;
  color: #FF9700;
  padding: 0 0 10px;
}
.p-news-single__content h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: url(../images/_common/img_line_decoration02.png) 0 0/contain;
}
.p-news-single__content h3 {
  position: relative;
  font-size: 1.8rem;
  color: #313F98;
  padding: 0 0 0 30px;
}
.p-news-single__content h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../images/_common/icon_fill.png)/cover;
}
.p-news-single__content a {
  text-decoration: underline;
}
.p-news-single__content ul li {
  position: relative;
  padding: 0 0 0 16px;
  margin: 0 0 5px;
}
.p-news-single__content ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #FF9700;
  border-radius: 50%;
}
.p-news-single__content ul li:last-child {
  margin: 0;
}
.p-news-single__content ol {
  counter-reset: li;
}
.p-news-single__content ol li {
  position: relative;
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0 0 5px;
}
.p-news-single__content ol li:last-child {
  margin: 0;
}
.p-news-single__content ol li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  color: #FF9700;
  font-weight: bold;
  counter-increment: li;
  content: counter(li) ". ";
}
.p-news-single__content blockquote {
  position: relative;
  padding: 25px 25px 25px 85px;
  border: 2px solid #E5E5E5;
  border-radius: 20px;
}
.p-news-single__content blockquote:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 23px;
  width: 40px;
  height: 33px;
  background: url(../images/_common/icon_blockquote.png)/cover;
}

@media screen and (max-width: 767px) {
  .p-news-single {
    padding: 20px 15px 60px;
  }
  .p-news-single__head {
    padding: 0 0 20px;
  }
  .p-news-single__ttl {
    font-size: 2rem;
  }
  .p-news-single__info {
    margin: 0 0 20px;
  }
  .p-news-single__user {
    font-size: 1.6rem;
  }
  .p-news-single__user img {
    width: 30px;
  }
  .p-news-single__time {
    font-size: 1.6rem;
  }
  .p-news-single__content {
    padding: 30px 0;
  }
  .p-news-single__content p, .p-news-single__content ul, .p-news-single__content ol, .p-news-single__content img, .p-news-single__content blockquote {
    margin: 0 0 30px;
  }
  .p-news-single__content h1, .p-news-single__content h2, .p-news-single__content h3, .p-news-single__content h4, .p-news-single__content h5, .p-news-single__content h6 {
    margin: 30px 0 15px;
  }
  .p-news-single__content h2 {
    font-size: 2rem;
  }
  .p-news-single__content blockquote {
    padding: 15px 15px 15px 65px;
  }
  .p-news-single__content blockquote:before {
    top: 15px;
    left: 15px;
    width: 40px;
    height: 33px;
  }
}
/*----------------------------------------
	p-news-other
----------------------------------------*/
.p-news-other {
  max-width: 1000px;
  padding: 0 50px 120px;
  margin: 0 auto;
}
.p-news-other__nav {
  margin: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .p-news-other {
    padding: 0 15px 60px;
  }
  .p-news-other__nav {
    margin: 15px 0 0;
  }
}
/*----------------------------------------
	p-voice
----------------------------------------*/
.p-voice-interview {
  background: url(../images/voice/bg_interview.png);
  padding: 80px 0 20px;
}
.p-voice-interview__head {
  font-size: 3.6rem;
  color: #FF9700;
  text-align: center;
  line-height: 1;
  margin: 0 0 40px;
}
.p-voice-interview__list {
  max-width: 1040px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-voice-interview__item {
  width: 31%;
  margin: 0 3.5% 58px 0;
}
.p-voice-interview__item:nth-child(3n) {
  margin-right: 0;
}
.p-voice-interview__item a {
  display: block;
}
.p-voice-interview__sub {
  position: relative;
  margin: 0 0 42px;
}
.p-voice-interview__sub .thumbnail {
  padding: 6px;
  background: url(../images/voice/deco_line.png) no-repeat center/100% 100%;
}
.p-voice-interview__sub .thumbnail__inner {
  position: relative;
  overflow: hidden;
  border-radius: 75px;
}
.p-voice-interview__sub .thumbnail__inner:before {
  content: "";
  display: inline-block;
  padding-top: 84.3%;
}
.p-voice-interview__sub .thumbnail img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-voice-interview__sub p {
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 240px;
  width: 100%;
  background: url(../images/voice/icon_arrow.png) no-repeat center right 10px/19px, #FF9700;
  height: 44px;
  line-height: 44px;
  font-size: 1.8rem;
  text-align: center;
  color: #FFF;
  border-radius: 30px;
}
.p-voice-interview__main .title {
  color: #313F98;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 15px;
}
.p-voice-interview__main .name {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-voice-interview__head {
    font-size: 3rem;
    line-height: 1.4;
  }
  .p-voice-interview__list {
    max-width: 100%;
  }
  .p-voice-interview__item {
    width: 100%;
    margin: 0 0 30px;
  }
  .p-voice-interview__sub {
    margin: 0 0 42px;
  }
  .p-voice-interview__sub p {
    width: 100%;
    background: url(../images/voice/icon_arrow.png) no-repeat center right 8px/14px, #FF9700;
    height: 30px;
    line-height: 30px;
    font-size: 1.5rem;
  }
  .p-voice-interview__main .title {
    font-size: 1.6rem;
    margin: 0 0 5px;
  }
  .p-voice-interview__main .name {
    font-size: 1.4rem;
  }
}
.p-voice-question {
  padding: 80px 0 100px;
}
.p-voice-question__head {
  margin: 0 0 30px;
}
.p-voice-question__inner {
  max-width: 1040px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.p-voice-question__lead {
  margin: 0 0 30px;
}
.p-voice-question__bodyTxt {
  font-size: 1.6rem;
  margin: 0 0 30px;
}
.p-voice-question__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 65px;
}
.p-voice-question__item {
  max-width: 175px;
  margin: 0 20px;
}
.p-voice-question__cs__item {
  background: #FFFAE6;
  border-radius: 20px;
  padding: 24px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 20px;
}
.p-voice-question__cs__item .sub {
  width: 140px;
}
.p-voice-question__cs__item .main {
  width: calc(100% - 140px);
  padding-left: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.p-voice-question__cs__item .main:before {
  content: "";
  position: absolute;
  width: 43px;
  height: 39px;
  background: url(../images/voice/icon_fukidashi.png) no-repeat center/contain;
  left: 17px;
  top: 0;
}
.p-voice-question__cs__item .main p {
  font-size: 1.6rem;
  line-height: 1.625;
  margin: 0 0 15px;
}
.p-voice-question__cs__item .main .heading {
  padding-left: 30px;
  font-size: 1.8rem;
  color: #FF9700;
  font-weight: bold;
  background: url(../images/voice/icon_ball_yellow.png) no-repeat top 3px left/20px auto;
  margin: 0 0 8px;
}

@media screen and (max-width: 767px) {
  .p-voice-question__head {
    margin: 0 0 20px;
  }
  .p-voice-question__inner {
    max-width: 100%;
  }
  .p-voice-question__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-voice-question__item {
    max-width: 100%;
    width: 48%;
    margin: 0 4% 20px 0;
  }
  .p-voice-question__item:nth-child(2n) {
    margin-right: 0;
  }
  .p-voice-question__cs__item {
    padding: 24px 20px;
    display: block;
    margin: 0 0 20px;
  }
  .p-voice-question__cs__item .sub {
    width: 140px;
    margin: 0 auto 20px;
  }
  .p-voice-question__cs__item .main {
    width: 100%;
    padding-left: 40px;
  }
  .p-voice-question__cs__item .main:before {
    width: 33px;
    height: 30px;
    left: 0;
    top: 0;
  }
}
/*----------------------------------------
	p-voiceSingle
----------------------------------------*/
.p-voiceSingle-head {
  padding: 40px 20px;
}
.p-voiceSingle-head__inner {
  max-width: 990px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-voiceSingle-head__sub {
  width: 34.7%;
}
.p-voiceSingle-head__sub .thumbnail {
  padding: 6px;
  background: url(../images/voice/deco_line.png) no-repeat center/100% 100%;
}
.p-voiceSingle-head__sub .thumbnail__inner {
  position: relative;
  overflow: hidden;
  border-radius: 87px;
}
.p-voiceSingle-head__sub .thumbnail__inner:before {
  content: "";
  display: inline-block;
  padding-top: 84.3%;
}
.p-voiceSingle-head__sub .thumbnail img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-voiceSingle-head__main {
  width: 62.3%;
}
.p-voiceSingle-head__main .title {
  color: #243952;
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0 0 45px;
}
.p-voiceSingle-head__main .name {
  font-size: 1.8rem;
}
.p-voiceSingle-head__main .name span {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-voiceSingle-head__inner {
    max-width: 100%;
    display: block;
  }
  .p-voiceSingle-head__sub {
    width: 100%;
    margin: 0 0 20px;
  }
  .p-voiceSingle-head__sub .thumbnail {
    max-width: 213px;
    margin: 0 auto;
  }
  .p-voiceSingle-head__sub .thumbnail__inner {
    border-radius: 53px;
  }
  .p-voiceSingle-head__main {
    width: 100%;
  }
  .p-voiceSingle-head__main .title {
    font-size: 2.3rem;
    margin: 0 0 25px;
  }
  .p-voiceSingle-head__main .name {
    font-size: 1.6rem;
  }
  .p-voiceSingle-head__main .name span {
    font-size: 1.4rem;
  }
}
.p-voiceSingle-body {
  padding: 130px 0 108px;
  max-width: 800px;
  margin: 0 auto;
}
.p-voiceSingle-body h2 {
  position: relative;
  font-size: 2.8rem;
  color: #243952;
  font-weight: bold;
  line-height: 1.28;
  padding: 0 0 22px;
  margin: 0 0 36px;
}
.p-voiceSingle-body h2:after {
  content: "";
  position: absolute;
  width: 168px;
  height: 12px;
  background: url(../images/voice/deco_line03.png) no-repeat center/contain;
  left: 0;
  bottom: 0;
}
.p-voiceSingle-body h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #313F98;
  line-height: 1.22;
  margin: 35px 0 20px;
}
.p-voiceSingle-body p {
  font-size: 1.6rem;
}
.p-voiceSingle-body p + h2 {
  margin-top: 35px;
}
.p-voiceSingle-body p + p {
  margin-top: 10px;
}
.p-voiceSingle-body figure {
  margin: 35px auto 40px;
}
.p-voiceSingle-body img {
  border-radius: 15px;
}
.p-voiceSingle-body figcaption {
  font-size: 1.4rem;
  margin: 20px 0 0;
  color: #7B7B7B;
}

@media screen and (max-width: 767px) {
  .p-voiceSingle-body {
    padding: 80px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
  }
  .p-voiceSingle-body h2 {
    font-size: 2.2rem;
  }
  .p-voiceSingle-body h3 {
    line-height: 1.4;
  }
}
.p-voiceSingle-other {
  padding: 104px 0 75px;
  position: relative;
}
.p-voiceSingle-other__head {
  font-size: 3.6rem;
  color: #243952;
  text-align: center;
  line-height: 1;
  margin: 0 0 40px;
}
.p-voiceSingle-other__list {
  max-width: 1040px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-voiceSingle-other__item {
  width: 31%;
  margin: 0 3.5% 58px 0;
}
.p-voiceSingle-other__item:nth-child(3n) {
  margin-right: 0;
}
.p-voiceSingle-other__item a {
  display: block;
}
.p-voiceSingle-other__sub {
  position: relative;
  margin: 0 0 42px;
}
.p-voiceSingle-other__sub .thumbnail {
  padding: 6px;
  background: url(../images/voice/deco_line.png) no-repeat center/100% 100%;
}
.p-voiceSingle-other__sub .thumbnail__inner {
  position: relative;
  overflow: hidden;
  border-radius: 75px;
}
.p-voiceSingle-other__sub .thumbnail__inner:before {
  content: "";
  display: inline-block;
  padding-top: 84.3%;
}
.p-voiceSingle-other__sub .thumbnail img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-voiceSingle-other__sub p {
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 240px;
  width: 100%;
  background: url(../images/voice/icon_arrow.png) no-repeat center right 10px/19px, #FF9700;
  height: 44px;
  line-height: 44px;
  font-size: 1.8rem;
  text-align: center;
  color: #FFF;
  border-radius: 30px;
}
.p-voiceSingle-other__main .title {
  color: #313F98;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 20px;
}
.p-voiceSingle-other__main .name {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-voiceSingle-other__head {
    font-size: 3rem;
    line-height: 1.4;
  }
  .p-voiceSingle-other__list {
    max-width: 100%;
  }
  .p-voiceSingle-other__item {
    width: 48%;
    margin: 0 4% 58px 0;
  }
  .p-voiceSingle-other__item:nth-child(3n) {
    margin-right: 4%;
  }
  .p-voiceSingle-other__item:nth-child(2n) {
    margin-right: 0;
  }
  .p-voiceSingle-other__sub {
    margin: 0 0 42px;
  }
  .p-voiceSingle-other__sub .thumbnail__inner {
    border-radius: 35px;
  }
  .p-voiceSingle-other__sub p {
    width: 100%;
    background: url(../images/voice/icon_arrow.png) no-repeat center right 8px/14px, #FF9700;
    height: 30px;
    line-height: 30px;
    font-size: 1.5rem;
  }
  .p-voiceSingle-other__main .title {
    font-size: 1.6rem;
  }
  .p-voiceSingle-other__main .name {
    font-size: 1.4rem;
  }
}
/*----------------------------------------
	p-recruit
----------------------------------------*/
.p-recruit-interview {
  background: url(../images/front/bg_texture.jpg) center;
  padding: 80px 50px 20px;
}
.p-recruit-interview__head {
  font-size: 3.6rem;
  color: #FF9700;
  text-align: center;
  line-height: 1;
  margin: 0 0 40px;
}
.p-recruit-interview__list {
  max-width: 1040px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-recruit-interview__item {
  width: 31%;
  margin: 0 3.5% 58px 0;
}
.p-recruit-interview__item:nth-child(3n) {
  margin-right: 0;
}
.p-recruit-interview__item a {
  display: block;
}
.p-recruit-interview__sub {
  position: relative;
  margin: 0 0 42px;
}
.p-recruit-interview__sub .thumbnail {
  padding: 6px;
  background: url(../images/voice/deco_line.png) no-repeat center/100% 100%;
}
.p-recruit-interview__sub .thumbnail__inner {
  position: relative;
  overflow: hidden;
  border-radius: 75px;
}
.p-recruit-interview__sub .thumbnail__inner:before {
  content: "";
  display: inline-block;
  padding-top: 84.3%;
}
.p-recruit-interview__sub .thumbnail img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruit-interview__sub p {
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 240px;
  width: 100%;
  background: url(../images/voice/icon_arrow.png) no-repeat center right 10px/19px, #FF9700;
  height: 44px;
  line-height: 44px;
  font-size: 1.8rem;
  text-align: center;
  color: #FFF;
  border-radius: 30px;
}
.p-recruit-interview__main .job {
  color: #313F98;
}
.p-recruit-interview__main .name {
  font-size: 2rem;
  color: #313F98;
}
.p-recruit-interview__main .name span {
  color: #313F98;
  font-size: 1.6rem;
}
.p-recruit-interview__main .caption {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-recruit-interview {
    padding: 40px 20px 20px;
  }
  .p-recruit-interview__head {
    font-size: 2.4rem;
    line-height: 1.4;
    margin: 0 0 20px;
  }
  .p-recruit-interview__list {
    max-width: 100%;
  }
  .p-recruit-interview__item {
    width: 100%;
    margin: 0 0 40px;
  }
  .p-recruit-interview__item:nth-child(3n) {
    margin-right: 0;
  }
  .p-recruit-interview__sub {
    margin: 0 0 42px;
  }
  .p-recruit-interview__sub p {
    width: 100%;
    background: url(../images/voice/icon_arrow.png) no-repeat center right 8px/14px, #FF9700;
    height: 30px;
    line-height: 30px;
    font-size: 1.5rem;
  }
  .p-recruit-interview__main .name {
    font-size: 1.4rem;
  }
}
.p-recruit-day {
  max-width: 1000px;
  padding: 80px 50px 70px;
  margin: 0 auto;
}
.p-recruit-day__head {
  margin: 0 0 50px;
}
.p-recruit-day__headArea {
  margin: 0 0 60px;
  background: #FFFAE6;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-recruit-day__headArea .sub {
  width: 25.7%;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}
.p-recruit-day__headArea .sub img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruit-day__headArea .main {
  padding: 45px 30px 35px;
}
.p-recruit-day__headArea .main p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-recruit-day__headArea .main p + p {
  margin-top: 10px;
}
.p-recruit-day__headArea .name {
  color: #313F98;
  font-size: 2.4rem;
}
.p-recruit-day__headArea .name .furigana {
  font-size: 1.4rem;
}
.p-recruit-day__headArea .name .end {
  font-size: 1.6rem;
}
.p-recruit-day__column {
  border-top: 2px solid #E5E5E5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
  position: relative;
}
.p-recruit-day__column:before {
  content: "";
  position: absolute;
  background: url(../images/recruit/icon_arrow_bottom.png) no-repeat center/contain;
  width: 19px;
  height: 18px;
  top: -3px;
  right: 0;
  left: 0;
  margin: auto;
}
.p-recruit-day__column.-modifier:before {
  content: none;
}
.p-recruit-day__column .sub {
  width: 46%;
}
.p-recruit-day__column .main {
  width: 51%;
}
.p-recruit-day__column .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 20px;
}
.p-recruit-day__column .head img {
  max-width: 50px;
}
.p-recruit-day__column .head .time {
  font-size: 2.6rem;
  color: #FF9700;
  margin: 0 10px;
}
.p-recruit-day__column .head .action {
  width: calc(100% - 130px);
  font-size: 2.6rem;
  line-height: 1.38;
}
.p-recruit-day__column .bodyTxt {
  font-size: 1.6rem;
  line-height: 1.9;
}
.p-recruit-day__column .comment {
  display: inline-block;
  border: 2px solid #E5E5E5;
  border-radius: 10px;
  padding: 18px 16px;
  margin-top: 13px;
}
.p-recruit-day__column .comment p {
  font-size: 1.6rem;
}
.p-recruit-day__column .comment p span {
  color: #FF9700;
}
.p-recruit-day__viewer {
  background: #F4F4F4;
  border-radius: 15px;
  padding: 26px 20px 26px 83px;
  margin: 20px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.p-recruit-day__viewer:before {
  content: "";
  position: absolute;
  background: url(../images/recruit/icon_mic.png) no-repeat center/contain;
  width: 45px;
  height: 51px;
  top: 26px;
  left: 20px;
}
.p-recruit-day__viewer__head {
  font-size: 2.4rem;
}
.p-recruit-day__viewer__body {
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-recruit-day {
    padding: 40px 20px;
  }
  .p-recruit-day__head {
    margin: 0 0 20px;
  }
  .p-recruit-day__headArea {
    display: block;
    margin: 0 auto 30px;
    border-radius: 15px;
  }
  .p-recruit-day__headArea .sub {
    width: 100%;
    border-radius: 15px 15px 0 0;
  }
  .p-recruit-day__headArea .main {
    padding: 20px 15px;
  }
  .p-recruit-day__column {
    display: block;
  }
  .p-recruit-day__column .sub {
    width: 100%;
    margin: 0 0 20px;
  }
  .p-recruit-day__column .main {
    width: 100%;
  }
  .p-recruit-day__column .head {
    margin: 0 0 15px;
  }
  .p-recruit-day__column .head img {
    max-width: 30px;
  }
  .p-recruit-day__column .head .time {
    font-size: 2rem;
  }
  .p-recruit-day__column .head .action {
    width: 100%;
    font-size: 1.8rem;
  }
  .p-recruit-day__viewer {
    padding: 15px 15px 15px 60px;
  }
  .p-recruit-day__viewer:before {
    width: 30px;
    height: 34px;
    top: 15px;
    left: 15px;
  }
  .p-recruit-day__viewer__head {
    font-size: 2rem;
    margin: 0 0 5px;
  }
  .p-recruit-day__viewer__body {
    font-size: 1.6rem;
  }
}
.p-recruit-message {
  position: relative;
  padding: 177px 0 127px;
  margin: 0 0 124px;
}
.p-recruit-message:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1000px;
  height: 1.4px;
  background: url(../images/_common/img_line_decoration01.png)/cover;
  margin: auto;
}
.p-recruit-message:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1360px;
  width: 100%;
  padding-top: 48.5%;
  background: url(../images/recruit/bg_messege.jpg) no-repeat center bottom/contain;
}
.p-recruit-message__head {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  margin: 0 0 40px;
  position: relative;
  z-index: 2;
}
.p-recruit-message__bodyTxt {
  position: relative;
  max-width: 760px;
  margin: 22px auto 0;
  font-size: 1.6rem;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-recruit-message {
    padding: 40px 20px 120px;
    margin: 0 0 124px;
  }
  .p-recruit-message__head {
    font-size: 3rem;
    margin: 0 0 20px;
  }
}
/*----------------------------------------
	p-recruitStaff
----------------------------------------*/
.p-recruitStaff-head {
  background: url(../images/voice/bg_interview.png);
  padding: 40px 20px;
}
.p-recruitStaff-head__inner {
  max-width: 990px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-recruitStaff-head__sub {
  width: 34.7%;
}
.p-recruitStaff-head__sub .thumbnail {
  padding: 6px;
  background: url(../images/voice/deco_line.png) no-repeat center/100% 100%;
}
.p-recruitStaff-head__sub .thumbnail__inner {
  position: relative;
  overflow: hidden;
  border-radius: 87px;
}
.p-recruitStaff-head__sub .thumbnail__inner:before {
  content: "";
  display: inline-block;
  padding-top: 84.3%;
}
.p-recruitStaff-head__sub .thumbnail img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruitStaff-head__main {
  width: 62.3%;
}
.p-recruitStaff-head__main .title {
  font-size: 3.4rem;
  font-weight: bold;
}
.p-recruitStaff-head__main .caption {
  font-size: 1.8rem;
  line-height: 2;
  margin: 0 0 20px;
}
.p-recruitStaff-head__main .job {
  font-size: 1.6rem;
  color: #313F98;
}
.p-recruitStaff-head__main .name {
  font-size: 2.4rem;
  color: #313F98;
}
.p-recruitStaff-head__main .name span {
  color: #313F98;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .p-recruitStaff-head__inner {
    max-width: 100%;
    display: block;
  }
  .p-recruitStaff-head__sub {
    width: 100%;
    margin: 0 0 20px;
  }
  .p-recruitStaff-head__sub .thumbnail {
    max-width: 213px;
    margin: 0 auto;
  }
  .p-recruitStaff-head__sub .thumbnail__inner {
    border-radius: 53px;
  }
  .p-recruitStaff-head__main {
    width: 100%;
  }
  .p-recruitStaff-head__main .title {
    font-size: 2.3rem;
  }
  .p-recruitStaff-head__main .caption {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .p-recruitStaff-head__main .job {
    font-size: 1.6rem;
  }
  .p-recruitStaff-head__main .name {
    font-size: 1.6rem;
  }
  .p-recruitStaff-head__main .name span {
    font-size: 1.4rem;
  }
}
.p-recruitStaff-body {
  padding: 75px 0 65px;
  max-width: 800px;
  margin: 0 auto;
}
.p-recruitStaff-body h2 {
  position: relative;
  font-size: 2.8rem;
  color: #FF9700;
  font-weight: bold;
  line-height: 1.28;
  padding: 0 0 22px;
  margin: 0 0 36px;
}
.p-recruitStaff-body h2:after {
  content: "";
  position: absolute;
  width: 168px;
  height: 12px;
  background: url(../images/voice/deco_line03.png) no-repeat center/contain;
  left: 0;
  bottom: 0;
}
.p-recruitStaff-body h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #313F98;
  line-height: 1.22;
  margin: 35px 0 20px;
}
.p-recruitStaff-body p {
  font-size: 1.6rem;
}
.p-recruitStaff-body p + h2 {
  margin-top: 35px;
}
.p-recruitStaff-body p + p {
  margin-top: 10px;
}
.p-recruitStaff-body figure {
  margin: 35px auto 40px;
}
.p-recruitStaff-body img {
  border-radius: 15px;
}
.p-recruitStaff-body figcaption {
  font-size: 1.4rem;
  margin: 20px 0 0;
  color: #7B7B7B;
}

@media screen and (max-width: 767px) {
  .p-recruitStaff-body {
    padding: 80px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
  }
  .p-recruitStaff-body h2 {
    font-size: 2.2rem;
  }
  .p-recruitStaff-body h3 {
    line-height: 1.4;
  }
}
.p-recruitStaff-info {
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 0 100px;
}
.p-recruitStaff-info__head {
  text-align: center;
  color: #FF9700;
  font-size: 3.6rem;
  margin: 0 0 40px;
}
.p-recruitStaff-info__body {
  width: 100%;
  margin: 0 0 40px;
}
.p-recruitStaff-info__body tr:nth-child(odd) {
  background: #FFFAE6;
}
.p-recruitStaff-info__body tr th, .p-recruitStaff-info__body tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-recruitStaff-info__body th {
  width: 22%;
  padding: 17px 30px;
  font-size: 1.6rem;
  font-weight: bold;
  vertical-align: top;
}
.p-recruitStaff-info__body td {
  width: 78%;
  padding: 17px 0;
  font-size: 1.6rem;
  font-weight: normal;
}
.p-recruitStaff-info__foot {
  text-align: center;
}
.p-recruitStaff-info__foot a {
  display: inline-block;
  max-width: 560px;
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: url(../images/recruit/icon_arrow.png) no-repeat center right 10px/19px, #FF9700;
  border-radius: 30px;
  color: #FFF;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .p-recruitStaff-info {
    max-width: 100%;
    width: calc(100% - 40px);
    padding: 60px 0;
  }
  .p-recruitStaff-info__head {
    font-size: 3rem;
  }
  .p-recruitStaff-info__body th {
    display: block;
    width: 100%;
    padding: 20px;
  }
  .p-recruitStaff-info__body td {
    display: block;
    width: 100%;
    padding: 0 20px 20px;
  }
  .p-recruitStaff-info__foot {
    text-align: center;
  }
  .p-recruitStaff-info__foot a {
    max-width: 100%;
    height: auto;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.3;
    background: url(../images/recruit/icon_arrow.png) no-repeat center right 5px/13px, #FF9700;
    font-size: 1.5rem;
  }
}
.p-recruitStaff-other {
  background: url(../images/voice/bg_interview.png);
  padding: 104px 0 75px;
  position: relative;
}
.p-recruitStaff-other:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background: url(../images/voice/single_foot.png) no-repeat center/cover;
}
.p-recruitStaff-other__head {
  font-size: 3.6rem;
  color: #FF9700;
  text-align: center;
  line-height: 1;
  margin: 0 0 40px;
}
.p-recruitStaff-other__list {
  max-width: 1040px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-recruitStaff-other__item {
  width: 31%;
  margin: 0 3.5% 58px 0;
}
.p-recruitStaff-other__item:nth-child(3n) {
  margin-right: 0;
}
.p-recruitStaff-other__item a {
  display: block;
}
.p-recruitStaff-other__sub {
  position: relative;
  margin: 0 0 42px;
}
.p-recruitStaff-other__sub .thumbnail {
  padding: 6px;
  background: url(../images/voice/deco_line.png) no-repeat center/100% 100%;
}
.p-recruitStaff-other__sub .thumbnail__inner {
  position: relative;
  overflow: hidden;
  border-radius: 75px;
}
.p-recruitStaff-other__sub .thumbnail__inner:before {
  content: "";
  display: inline-block;
  padding-top: 84.3%;
}
.p-recruitStaff-other__sub .thumbnail img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruitStaff-other__sub p {
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 240px;
  width: 100%;
  background: url(../images/voice/icon_arrow.png) no-repeat center right 10px/19px, #FF9700;
  height: 44px;
  line-height: 44px;
  font-size: 1.8rem;
  text-align: center;
  color: #FFF;
  border-radius: 30px;
}
.p-recruitStaff-other__main .job {
  color: #313F98;
}
.p-recruitStaff-other__main .name {
  font-size: 2rem;
  color: #313F98;
}
.p-recruitStaff-other__main .name span {
  color: #313F98;
  font-size: 1.6rem;
}
.p-recruitStaff-other__main .caption {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-recruitStaff-other__head {
    font-size: 3rem;
    line-height: 1.4;
  }
  .p-recruitStaff-other__list {
    max-width: 100%;
  }
  .p-recruitStaff-other__item {
    width: 48%;
    margin: 0 4% 58px 0;
  }
  .p-recruitStaff-other__item:nth-child(3n) {
    margin-right: 4%;
  }
  .p-recruitStaff-other__item:nth-child(2n) {
    margin-right: 0;
  }
  .p-recruitStaff-other__sub {
    margin: 0 0 42px;
  }
  .p-recruitStaff-other__sub .thumbnail__inner {
    border-radius: 35px;
  }
  .p-recruitStaff-other__sub p {
    width: 100%;
    background: url(../images/voice/icon_arrow.png) no-repeat center right 8px/14px, #FF9700;
    height: 30px;
    line-height: 30px;
    font-size: 1.5rem;
  }
  .p-recruitStaff-other__main .name {
    font-size: 1.4rem;
  }
}
/*----------------------------------------
	p-contact
----------------------------------------*/
.p-contact-block {
  padding: 60px 20px 120px;
  max-width: 840px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-contact-block__head {
  font-size: 3.6rem;
  text-align: center;
  margin: 0 0 80px;
}
.p-contact-block__lead {
  font-size: 1.6rem;
  margin: 0 0 24px;
}
.p-contact-block__tel {
  display: inline-block;
  max-width: 296px;
}
.p-contact-block__body {
  margin: 60px 0 0;
}
.p-contact-block__body li {
  margin: 0 0 20px;
}
.p-contact-block__body .head {
  font-size: 1.6rem;
  color: #313F98;
  font-weight: bold;
  margin: 0 0 10px;
}
.p-contact-block__body .head .require {
  font-size: 1.6rem;
  color: #313F98;
  font-weight: bold;
  vertical-align: super;
}
.p-contact-block__body .inner input[type=text],
.p-contact-block__body .inner input[type=email] {
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FAFAFA;
  border: 2px solid #E5E5E5;
  border-radius: 6px;
  padding: 18px 20px;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-contact-block__body .inner input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 14px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #707070;
}
.p-contact-block__body .inner input[type=radio]:checked {
  background: #FF9700;
}
.p-contact-block__body .inner .wpcf7-list-item {
  margin: 0 0 14px;
  display: block;
}
.p-contact-block__body .inner textarea {
  display: block;
  width: 100%;
  height: 240px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FAFAFA;
  border: 2px solid #E5E5E5;
  border-radius: 6px;
  padding: 18px 20px;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-contact-block__body .privacyLink {
  text-align: center;
  color: #1B224C;
  font-size: 1.6rem;
  margin: 0 0 30px;
}
.p-contact-block__body .privacyLink a {
  color: #1B224C;
  text-decoration: underline;
}
.p-contact-block__body .privacyCheck {
  text-align: center;
  font-size: 1.6rem;
  margin: 0 0 60px;
}
.p-contact-block__body .privacyCheck label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-contact-block__body .privacyCheck input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 16px;
}
.p-contact-block__body .privacyCheck input[type=checkbox]:checked {
  background: #FF9700;
}
.p-contact-block__body .privacyCheck span {
  color: #1B224C;
}
.p-contact-block__body .privacyCheck span.wpcf7-list-item {
  margin: 0;
}
.p-contact-block__body .privacyCheck span.wpcf7-not-valid-tip {
  color: #f00;
}
.p-contact-block__body .formBtn input[type=submit] {
  margin: 0 auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: 280px;
  height: 60px;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  background: url(../images/_common/icon_arrow01_right_orange.png) no-repeat center right 10px/19px, #FF9700;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-contact-block__body .formBtn input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .p-contact-block__head {
    font-size: 3rem;
    margin: 0 0 50px;
  }
  .p-contact-block__lead {
    line-height: 1.6;
  }
  .p-contact-block__body .head {
    font-size: 1.5rem;
  }
}