/*-----------------------------------
-------------共通
-------------------------------------*/
html, body {
  height: 100%;
}
body {
  display: none;
  background-color: #f4f5f7;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Sans-Serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: .1em;
  color: #333;
  word-break: break-all;
  width: 100%;
  font-feature-settings: "palt";
}
a {
  text-decoration: none;
  transition: opacity 0.4s;}
a:hover {text-decoration: underline;}
p {letter-spacing: 0.15em;}
#wrapper {
  max-width: 100%;
  min-height: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width:1051px) {
  .pc {display: block !important;}
  .tb {display: none !important;}
  .sp {display: none !important;}
  .pc-i {display: inline-block !important;}
  .tb-i {display: none !important;}
  .sp-i {display: none !important;}
}
@media screen and (min-width:481px) and (max-width:1050px) {
  .pc {display: none !important;}
  .tb {display: block !important;}
  .sp {display: none !important;}
  .pc-i {display: none !important;}
  .tb-i {display: inline-block !important;}
  .sp-i {display: inline-block !important;}
}
@media screen and (max-width:480px) {
  .pc {display: none !important;}
  .tb {display: none !important;}
  .sp {display: block !important;}
  /*スマホ以外*/
  .exc_sp {display: none !important;}
  .only_sp {display: block !important;}
  /*スマホ以外*/
  .pc-i {display: none !important;}
  .tb-i {display: none !important;}
  .sp-i {display: inline-block !important;}
}
@media screen and (min-width:481px) {
  /*スマホ以外*/
  .exc_sp {display: block !important;}
  .only_sp {display: none !important;}
  /*スマホ以外*/
}

img {width: 100%;}

.small {font-size: 12px;}
.line_h2 {line-height: 2;}

/*-----------------------------------
-------------ヘッダー
-------------------------------------*/
#header {
    height: 93px;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1170px;
}
.header_container {
  width: 100%;
  margin: 0 auto 30px;
}
#header .header__left {
  position: relative;
  display: inline-block;
}
#header h1.header__logo {
  margin: 21px 10px 3px 10px;
}
#header h1.header__logo img {
  width: 300px;
  height: auto;
}
#header .header__left a:hover {
  opacity: 0.5;
}
#header .header__left a:hover,
#footer .footer__left a:hover {
  text-decoration: none;
}
#header .header__right {
  float: right;
}
#header .header__right .nav {
  margin: 49px 0 0 0;
  display: flex;
}
#header .header__right .nav_0 {
  display: none;
}
#header .header__right .nav li {
  font-size: 13px;
  font-weight: 600;
}



/*ヘッダー1051px以上
------------------------------*/
@media screen and (min-width:1051px) {
.sla {
  margin: 0 10px 0 5px;
  font-weight: 200;
}
#header .header__right #nav-wrap {
  display: block !important;
}
#header .menu_contact {
  background-color: #808080;
  color: #fff;
  padding: 7px 10px;
  margin: -8px 0 0 30px;
  display: inline-block;
  border-radius: 1px;
}
#header h1.header__logo,
#header .menu_contact {
  transition: 0.4s;
}
#header .menu_contact:hover {
  opacity: 0.5;
}
}/*min-width:1051px*/



/*ヘッダー1050px以下
------------------------------*/
@media screen and (max-width:1050px) {
#header {
  position: relative;
  top: 0;
  padding: 11px 0 0 12px;
  width: 100%;
  z-index: 9999;
  height: 60px;
  background-color: #fff;
}
#header h1.header__logo {
  margin: 0 10px 3px 0;
}
#header h1.header__logo img {
  width: 210px;
  height: auto;
}
#header .header__left a:hover {
  opacity: 0.5;
}

/*ハンバーガーメニュー
------------------------------*/
#header .header__right .nav {
  display: inline-block;
  margin: 0;
  padding: 23px 35px 300px;
  background-color: #c0c0c0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#header .header__right .nav_0 {
  display: inline-block;
  border-top: 1px solid #a9a9a9;
  margin: 0;
  background-color: #f4f5f7;
  width: 100%;
}
#header .header__right .nav_0 li {
  font-size: .85rem;
  white-space: nowrap;
  font-weight: 400;
  text-align: center;
  border-top: 1px solid #c0c0c0;
  padding: 4.5% 0;
  font-weight: 600;
}
#header .header__right .nav_0 li a {
  display: block;
}
#header .header__right #nav-wrap li a:hover {
  text-decoration: none;
  opacity: 0.5;
}
#header .header__right .nav .menu_normal {
  font-size: .75rem;
  white-space: nowrap;
  font-weight: 400;
  text-align: center;
  padding: 15px 0;
  width: 50%;
}
#header .header__right .nav .menu_contact,
#header .header__right .nav .menu_mailmaga {
  padding: 10px 0;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
  width: 43%;
  background-color: #f4f5f7;
  border-radius: 1px;
  letter-spacing: 0.1em;
}
#header .header__right .nav .menu_mailmaga {
  background-color: #f4f5f7;
  margin: 17px auto 0;
}
#header .header__right .nav .menu_contact {
  background-color: #f4f5f7;
  margin: 17px auto 0;
  }
.btn__wrapper {
  position: absolute;
  top: 45px;
  right: 60px;
  width: 46px;
  height: 25px;
  padding-top: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
  z-index: 20;
  cursor: pointer;
  pointer-events: auto;
  color: #000;
  text-align: center;
}
.btn__wrapper {
  display: block;
  right: 0;
  top: 0;
  padding-top: 20px;
  width: 70px;
  height: 70px;
}
#factory .btn__wrapper {
  display: none;
}
.nav-button {
  margin-bottom: 5px;
  width: 28px;
  display: inline-block;
}
.btn__wrapper_text {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; }

.btn__wrapperOpen .btn__wrapper_text.btn__wrapper_text__menu {
  display: none; }

.btn__wrapper_text.btn__wrapper_text__close {
  display: none; }

.btn__wrapperOpen .btn__wrapper_text.btn__wrapper_text__close {
  display: block;
}
.btn__wrapper_text {
  font-size: 10px;
  padding-top: 2px;
}
.btn__wrapper_text svg path {
  -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
  -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
  transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
  fill: #000;
}
.btn__wrapperOpen .btn__wrapper_text svg path {
  fill: #000;
}
.btn__wrapper span.nav-button_bar {
  display: block;
  width: 100%;
  margin: 0 auto 9px;
  height: 1px;
  background: #000;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.btn__wrapper span.nav-button_bar:last-child {
  margin-bottom: 0;
}
.tn__wrapperOpen .btn__wrapperspan.nav-button_bar {
  background: #000;
}
.btn__wrapper span.nav-button_bar {
  left: 0;
  top: 0;
  background: #000;
}
.btn__wrapperOpen .btn__wrapper span.nav-button_bar.top {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.btn__wrapperOpen .btn__wrapper span.nav-button_bar.middle {
  opacity: 0;
}
.btn__wrapperOpen .btn__wrapper span.nav-button_bar.bottom {
  -webkit-transform: translateY(-11px) rotate(45deg);
  -ms-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}
.btn__wrapperButton.btn__wrapperButton__close {
  top: 2%;
  right: 2%;
}
.btn__wrapperButton__close span.nav-button_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #000;
}
.btn__wrapperButton__close span.nav-button_bar.top {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}
.btn__wrapperButton__close span.nav-button_bar.bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}
#nav-wrap {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  right: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  width: 0;
  z-index: 3;
  padding-top: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.btn__wrapperOpen #nav-wrap {
  width: 450px;
}
.btn__wrapperOpen #nav-wrap {
  width: 100%;
  padding: 12px 0;
  background-color: #fff;
}
header__right--menu {
  margin-bottom: 28px;
  font-size: 20px;
  font-family: "Marcellus", serif !important;
  white-space: nowrap;
  margin-left: 90px;
}
.header__right--menu.op_innerLink {
  cursor: pointer;
}
html.is-fixed,
html.is-fixed body {
  height: 100%;
  overflow: hidden;
}
header__right--menu {
  margin-left: 0;
  font-size: 18px;
}
#header .header__right .arrow {
  position: relative;
  /*display: inline-block;*/
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 13px;
}
#header .header__right .arrow::before,
#header .header__right .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#header .header__right .kunoji::before {
  left: 0px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
}/*max-width:1050px*/


/*-----------------------------------
--------TOPメイン画像
-------------------------------------*/
#top #contents {
  width: 100%;
  flex: 1;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}
#top #contents .contents__mainimg--top {
  width: 100%;
  margin: 0 auto 70px;
  height: 400px;
  background-image: url("../img/main.jpg");
  background-size: cover;
}
#top #contents .contents__mainimg--top h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  color: #454545;
  padding: 85px 0 0 20px;
  letter-spacing: 10px;
  text-shadow: 1px 1px 1px #cde7eb;
}


/*TOPメイン画像（880px以下）
------------------------------*/
@media screen and (max-width:880px) {
#contents {
  padding: 0;
}
#top #contents .contents__mainimg--top {
  margin: 0 auto 45px;
  height: 290px;
  background: url(../img/main.jpg) -130px 0 no-repeat;
  background-size: cover;
}
#top #contents .contents__mainimg--top h2 {
  font-size: 23px;
  padding: 55px 0 0 8px;
  letter-spacing: 8px;
  line-height: 0.8;
}
}/*max-width:880px*/



/*TOPメイン画像（1050px以下）
------------------------------*/
@media screen and (min-width:765px) and (max-width:1050px) {
#top #contents .contents__mainimg--top {
  margin: 0 auto 70px;
}
}/*(min-width:765px) and (max-width:1050px)*/


/*-------------------------------
          採用動画
-------------------------------*/
.youtube_wrapper {
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
}
.youtube_wrapper h3 {
  margin: 0 0 10px 0;
  font-weight: 600;
}
.youtube_wrapper h3::before {
  content:'■';
  margin-right: 4px;
}
.youtube {
  position: relative;
  padding-top: 56.24%;
  margin: 0 auto 50px;
}
iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width:880px) {
  .youtube_wrapper {
    margin: 80px auto;
}
}

@media screen and (max-width:480px) {
  #innerpage .youtube_wrapper {
    width: 100%;
    margin: 0 auto 70px;
  }
  #innerpage .youtube_wrapper .youtube {
    margin: 0 auto 30px;
  }
  #top .youtube_wrapper {
    width: 90%;
    margin: 0 auto;
  }
  #top .youtube_wrapper .youtube {
    margin: 0 auto 30px;
  }
}


/*-----------------------------------
-------中ページメイン画像
-------------------------------------*/
/*中メイン
------------------------------*/
#innerpage #contents .contents__mainimg {
  margin: 0 auto;
  height: 450px;
  position: relative;
  max-width: 1800px;
}
#innerpage .bkRGBA_2:before {
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.4s;
}
#innerpage #contents .contents__mainimg h2 {
  text-align: left;
  font-size: 34px;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  letter-spacing: 10px;
  position: absolute;
  text-shadow: 1px 1px 4px #333;
}
#innerpage #contents .inner1 h2 {
  top: 120px;
  left: 107px;
}
#innerpage #contents .inner2 h2 {
  top: 195px;
  left: 145px;
}
#innerpage #contents .inner3 h2 {
  top: 80px;
  right: 50px;
}
#innerpage #contents .inner4 h2 {
  top: 197px;
  left: 107px;
}
#innerpage #contents .inner5 h2 {
  top: 380px;
  right: 40px;
}
#innerpage #contents .inner6 h2 {
  top: 205px;
  left: 305px;
}


/*@media only screen and (-webkit-min-device-pixel-ratio: 2){*/
#innerpage #contents .inner1 {
  background-image: url("../img/contents_mainimg_1.jpg");
  background-position: center center;
}
#innerpage #contents .inner2 {
  background-image: url("../img/contents_mainimg_2.jpg");
}
#innerpage #contents .inner3 {
  background-image: url("../img/contents_mainimg_3.jpg");
}
#innerpage #contents .inner4 {
  background-image: url("../img/contents_mainimg_4.jpg");
}
#innerpage #contents .inner5 {
  background-image: url("../img/contents_mainimg_5.jpg");
}
#innerpage #contents .inner6 {
  background-image: url("../img/contents_mainimg_6.jpg");
}
.inner1,.inner2,.inner3,.inner4,.inner5,.inner6 {
  background-size: cover;
  background-position: center center;
  color: #fff;
}


/*中COMMON
------------------------------*/
#innerpage #contents .inner_common {
  margin: 0 auto;
  height: 250px;
  position: relative;
  background: url("../img/inner_common_img.jpg")0px 0px no-repeat;
  background-size: cover;
}
#innerpage #contents .inner_common h2 {
  text-align: left;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  letter-spacing: 10px;
  position: absolute;
  top: 102px;
  left: 175px;
}
#innerpage .bkRGBA_3:before {
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.4s;
}


/*中ページメイン画像1050px以下*/
@media screen and (max-width:1050px) {
/*中メイン
------------------------------*/
#innerpage #contents .contents__mainimg {
  height: 360px;
  margin: 0 auto;
}
#innerpage #contents .contents__mainimg h2 {
  font-size: 1.2rem;
  padding: 0 15px;
  letter-spacing: 0.07em;
}
#innerpage #contents .inner1 h2 {
  top: 46px;
  left: 6px;
}
#innerpage #contents .inner2 h2 {
  top: 35px;
  left: 6px;
}
#innerpage #contents .inner3 h2 {
  top: 24px;
  left: 6px;
}
#innerpage #contents .inner4 h2 {
  top: 306px;
  right: 0px;
  letter-spacing: 0.04em;
  text-shadow: 1px 1px 4px #212121;
}
#innerpage #contents .inner5 h2 {
  top: 308px;
  left: 3px;
  letter-spacing: 0.04em;
}
#innerpage #contents .inner6 h2 {
  top: 43px;
  left: 12px;
  letter-spacing: 0.04em;
}
#innerpage #contents .contents__mainimg h2 span {
  font-size: 1rem;
  margin: 0 0 0 -10px;
}
#innerpage #contents .inner1 {
  background: url(../img/contents_mainimg_1.jpg)center center no-repeat;
  background-size: cover;
}
#innerpage #contents .inner2 {
  background: url(../img/contents_mainimg_2.jpg)center center no-repeat;
  background-size: cover;
}
#innerpage #contents .inner3 {
  background: url(../img/contents_mainimg_3.jpg)center center no-repeat;
  background-size: cover;
}
#innerpage #contents .inner4 {
  background: url(../img/contents_mainimg_4.jpg)center center no-repeat;
  background-size: cover;
}
#innerpage #contents .inner5 {
  background: url(../img/contents_mainimg_5.jpg)center center no-repeat;
  background-size: cover;
}
#innerpage #contents .inner6 {
  background: url(../img/contents_mainimg_6.jpg)center center no-repeat;
  background-size: cover;
}

/*中ページメイン画像480px以下*/
@media screen and (max-width:480px) {
/*中メイン
------------------------------*/
#innerpage #contents .inner1 {
  background: url(../img/contents_mainimg_1_sp.jpg)center center no-repeat;
  background-size: cover;
}
#innerpage #contents .inner2 {
  background: url(../img/contents_mainimg_2_sp.jpg)center center no-repeat;
  background-size: cover;
}
#innerpage #contents .inner3 {
  background: url(../img/contents_mainimg_3_sp.jpg)center center no-repeat;
  background-size: cover;
}
#innerpage #contents .inner4 {
  background: url(../img/contents_mainimg_4_sp.jpg)center center no-repeat;
  background-size: cover;
}
#innerpage #contents .inner5 {
  background: url(../img/contents_mainimg_5_sp.jpg)center center no-repeat;
  background-size: cover;
}
#innerpage #contents .inner6 {
  background: url(../img/contents_mainimg_6_sp.jpg)center center no-repeat;
  background-size: cover;
}
}


/*中COMMON
------------------------------*/
#innerpage #contents .inner_common {
  height: 150px;
}
#innerpage #contents .inner_common h2 {
  text-align: left;
  color: #fff;
  position: relative;
  top: 60px;
  left: 0;
  padding: 0 45px;
}
}/*max-width:1050px*/


/*中COMMON  リード
------------------------------*/
@media screen and (max-width:480px) {
#innerpage #contents .inner_common h2{
  padding: 0 45px 0 27px;
}
}/*max-width:480px*/


/*パンくず
------------------------------*/
#innerpage .breadcrumb {
  margin: 15px auto 70px;
  max-width: 1050px;
  box-sizing: content-box;
  overflow: hidden;
}
#innerpage .breadcrumb ul {
  float: right;
}
#innerpage .breadcrumb ul:after {
  content: '';
  display: block;
  clear: both;
}
#innerpage .breadcrumb li {
  font-size: 0.75rem;
  line-height: 18px;
  font-weight: 500;
  float: left;
  color: #808080;
}
#innerpage .breadcrumb li + li:before {
  content: ">";
  color: #808080;
  margin: 0 13px;
}

@media screen and (max-width:1024px) {
  #innerpage .breadcrumb ul {
    margin-right: 20px;
  }
}


/*パンくず
------------------------------*/
@media screen and (max-width:880px) and (min-width:481px) {
  #innerpage .breadcrumb {
    padding-right: 2.8%;
  }
}
@media screen and (max-width:480px) {
#innerpage .breadcrumb {
    margin: 15px auto 50px;
    padding: 0 13px 0 0;
}
}/*max-width:480px*/

/*-----------------------------------
----中ページメインコンテンツ
-------------------------------------*/
#innerpage #contents .main_contents {
  max-width: 940px;
  margin: 0 auto 100px;
  width: 100%;
  padding: 0 40px;
}
#innerpage #contents .main_contents p {
  font-size: 15px;
  margin: 0 0 80px 0;
  line-height: 1.7;
}
#innerpage h4 {
  font-size: 1.7em;
  font-weight: 600;
  width: 100%;
  border-bottom: 1px solid #a9a9a9;
  padding: 0 0 10px 0;
  margin: 0 0 35px 0;
}
#innerpage .main_contents--text {
  margin: 0 0 80px;
}


/*中ページメインコンテンツ1050px以下
------------------------------*/
@media screen and (max-width:1050px) {
#innerpage #contents .main_contents {
  max-width: 1000px;
  margin: 0 auto 100px;
  width: 95%;
}
}/*max-width:1050px*/



/*中ページメインコンテンツ880px以下
------------------------------*/
@media screen and (max-width:880px) {
#innerpage #contents .main_contents {
  margin: 0 auto;
  padding: 0 15px;
}
#innerpage .main_contents--text {
  margin: 0 0 50px;
}
#innerpage h4 {
  font-size: 1.3em;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
}
#innerpage #contents .main_contents p {
  font-size: 13px;
  text-align: left;
}
}/*max-width:880px*/


/*inner_commonページ_CORPORATE
-----------------------------*/
.main_contents--text.coroperate{
  text-align: center;
}
#innerpage .coroperate dl {
  margin: 0 auto;
  display: inline-block;
}
#innerpage .coroperate dt {
  padding: 5px 470px 8px 17px;
  box-sizing: border-box;
  margin: 0 0 10px 0;
  text-align: left;
  font-size: 1rem;
  position: relative;
}
#innerpage .coroperate dd {
  padding: 5px 0;
  margin: 20px 0 30px 50px;
  text-align: left;
  font-size: 0.85rem;
}

#innerpage .coroperate dd.office {
  display: flex;
  flex-direction: row;
  margin: 20px 0 0 50px;
}

#innerpage .coroperate dd .office_left {
  line-height: 1.5;
}

#innerpage .coroperate dd .office_left span {
  display: inline-block;
  margin: 8px 10px 0 -7px;
}

#innerpage .coroperate dd ul.office_right {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  width: 44%;
  margin-left: 30px;
}
#innerpage .coroperate dd ul.office_right li {
  width: 150px;
}

#innerpage .coroperate dt::after {
  content: "";
  display: block;
  height: 2px;
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(20 20 21), #85cee542);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#innerpage .coroperate dd ul {
  margin: 0;
}
#innerpage .coroperate dd li {
  margin: 0 0 0.3em;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

/*inner_commonページ_CORPORATE
---------------------------*/
@media screen and (max-width:880px) {
#innerpage .coroperate dt {
  padding: 5px 230px 8px 17px;
  box-sizing: border-box;
  margin: 0 0 10px 0;
  text-align: left;
  font-size: 1rem;
  position: relative;
}
}/*max-width:880px*/


/*inner_commonページ_CORPORATE
---------------------------*/
@media screen and (max-width:480px) {
#innerpage .coroperate dt {
  padding: 5px 0px 8px 8px;
}
#innerpage .coroperate dd {
  padding: 5px 0;
  margin: 0 0 20px 4px;
}

#innerpage .coroperate dd.office {
  display: block;
  margin: 0 0 20px 0;
}

#innerpage .coroperate dd .office_left {
  margin: 0 0 0 4px;
  line-height: 1.7;
}

#innerpage .coroperate dd .office_left span {
  display: block;
  margin: 0 0 11px -8px;
  font-size: 11px;
}

#innerpage .coroperate dd ul.office_right {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  margin: 0;
  padding: 0;
}

#innerpage .coroperate dd ul.office_right li {
  width: 45%;
  margin: 0;
  padding: 0;
  text-indent: unset;
}
}/*max-width:480px*/


/*inner_commonページ_NEWS
-----------------------------*/
/*▼▼▼▼▼▼ 内容が増えたらMB変更する ▼▼▼▼▼▼*/
#innerpage .news .news_area {
  margin: 0 0 270px 0;
}
/*▲▲▲▲▲▲ 内容が増えたらMB変更する ▲▲▲▲▲▲*/


#innerpage .news .news_title h3 {
    position: relative;
    color: #111;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 0 1.5em;
    padding: 0.5em 0.5em 0.5em 1.7em;
    border-bottom: 2px solid #023de5;
  text-align: left;
}
#innerpage .news .news_title h3:before{
    content: "";
    position: absolute;
    background: #73a6f7;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
#innerpage .news .news_title h3:after{
    content: "";
    position: absolute;
    background: #1b6ae6;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}
#innerpage .news .news_title time {
  text-align: right;
  font-size: 0.65em;
  float: right;
  font-weight: 400;
  line-height: 2.8em;
  color: #696969;
}
#innerpage .news .news_area .news_detail {
  margin: 13px 0 0 0 !important;
  text-align: left;
}


/*inner_commonページ_NEWS
---------------------------*/
@media screen and (max-width:880px) {

#innerpage .news .news_title h3 {
  font-size: 1em;
  padding: 0.5em 0.5em 0.3em 1.4em;
}
#innerpage .news .news_title h3:before {
  content: "";
  position: absolute;
  background: #73a6f7;
  top: 0px;
  left: 0.2em;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
#innerpage .news .news_title h3:after {
  content: "";
  position: absolute;
  background: #1b6ae6;
  top: 1.1em;
  left: -3px;
  height: 6.5px;
  width: 6.5px;
  transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
}
#innerpage .news .news_title time {
  line-height: 3.8em;
  margin-top: 0.3em;
  }
#innerpage .news .news_area p {
  margin: 13px 0 0 0 !important;
  font-size: 0.9em !important;
}

/*▼▼▼▼▼▼ 内容が増えたらMB変更する ▼▼▼▼▼▼*/
#innerpage .news .news_area {
  margin: 0 0 100px 0;
}
/*▲▲▲▲▲▲ 内容が増えたらMB変更する ▲▲▲▲▲▲*/


}/*max-width:880px*/


/*inner_commonページ_PRESIDENT
---------------------------*/
#innerpage .president_main {
  text-align: center;
}
#innerpage .president_main .president {
  text-align: left;
  display: inline-block;
}
#innerpage .president_main .president .name {
  margin: 80px 0 0 0 !important;
  text-align: right;
}
#innerpage #contents .main_contents .president p {
  margin: 0 auto 20px;
}
#innerpage #contents .main_contents .president p span {
  display: inline-block;
  margin: 0 10px;
}

/*inner_commonページ_PRESIDENT
---------------------------*/
@media screen and (max-width:880px) {
  #innerpage .president_main .president .name {
  margin: 40px 0 0 0 !important;
}
}/*max-width:880px*/


/*inner_commonページ_RECRUIT
---------------------------*/
#innerpage .recruit dl {
  max-width: 860px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  margin: 0 auto;
  border-top: 1px solid #888;
  padding: 30px 0;
  font-size: 15px;
}
#innerpage .recruit dt {
  width: 22%;
  box-sizing: border-box;
  text-align: left;
  padding-left: 50px;
  font-size: 15px;
}
#innerpage .recruit dd {
  width: 75%;
  line-height: 1.7;
  padding-right: 1%;
  font-size: 15px;
}
#innerpage .recruit dd ul {
  margin: 0;
}
#innerpage .recruit dd li {
  margin: 0 0 0.3em;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
#innerpage #contents .main_contents .recruit dd > div {
  margin: 0 0 20px 0;
}
#innerpage #contents .main_contents .recruit dd > div.recruit_detail > p {
  font-size: 14px;
  line-height: 1.8;
}
#innerpage #contents .main_contents .recruit dd > div.recruit_detail > p span {
  display: inline-block;
  margin-bottom: 10px;
  color: #606060;
}
#innerpage #contents .main_contents .recruit dd > div > p,
#innerpage #contents .main_contents .recruit dd > p {
  margin: 0 0 10px 0;
}
#innerpage .recruit dl > dd > dl {
  width: unset;
  display: block;
  flex-wrap: unset;
  margin: unset;
  border: none;
  padding: 0;
}
#innerpage .recruit dl > dd > dl > dt {
  width: unset;
  padding-left: 0;
  font-weight: 300;
}
#innerpage .recruit dl.engage_widget {
  position:relative;
}
#innerpage .recruit dl.engage_widget dd iframe {
  width: 95% !important;
  max-width: 800px !important;
  height: 300px !important;
  position: absolute;
  top: 30px;
  left: 0;
  margin: 0;
}
#innerpage .recruit dd > ul > li > a {
  color: #0182af;
  text-decoration: underline;
}
#innerpage .recruit dd > ul > li > a:hover {
  opacity: 0.6;
  text-decoration: none;
}
#innerpage .recruit dd > ul > li.engage {
  margin-top: 20px;
  color: #0182af;
}
#innerpage .recruit dd > ul > li.engage span {
  color: #5c5c5c;
  font-size: 13px;
  margin-left: 5px;
}
#innerpage .recruit dl.engage_widget {
  position: relative;
  border-bottom: 1px solid #888;
  padding: 0 0 30px;
    border-top: 0;
}
#innerpage .recruit dl.engage_widget dd {
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 !important;
}
div#engage-contributions-widget-wrapper {
  width: 95% !important;
  max-width: 800px !important;
  height: 300px !important;
}
#innerpage .recruit dl.engage_widget dd iframe {
  width: 95%;
  max-width: 800px;
  height: 300px !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#innerpage .recruit dl:nth-child(10) {
  padding: 30px 0 10px;
}



/*inner_commonページ_RECRUIT
---------------------------*/
@media screen and (max-width:880px) {
#innerpage .recruit dl {
  margin: 0 auto;
  font-size: 14px;
  padding: 20px 0;
}
#innerpage .recruit dt {
  padding: 0 0 0 2%;
  width: 30%;
  margin: 0;
  line-height: 1.7;
}
#innerpage .recruit dd {
  width: 69%;
  padding: 0 1% 0 0 !important;
  margin: 0;
}
#innerpage .recruit dd::after {
  padding-bottom: 22px;
  margin: 0 -8px 0px -47%;
}
#innerpage .recruit dd li {
  margin: 0 0 0.3em -0.3em;
}
#innerpage #contents .main_contents .recruit dd > div.recruit_detail:last-child,
#innerpage #contents .main_contents .recruit dd > div.recruit_detail:last-child p:last-child {
  margin: 0;
}
}/*max-width:880px*/


@media screen and (max-width:480px) {
  #innerpage .recruit dt,
  #innerpage .recruit dd {
    font-size: 13px;
  }
  #innerpage #contents .main_contents .recruit dd > div.recruit_detail > p {
    font-size: 12px;
  }
  #innerpage .recruit dl > dd > dl > dd {
    width: 100%;
  }
  #innerpage .recruit dd li {
    text-indent: 0;
    margin-left: 0;
    padding-left: 0;
  }
  #innerpage .recruit dd > ul > li.engage {
    margin-top: 15px;
  }
  #innerpage .recruit dd ,
  #innerpage .recruit dd li,
  #innerpage .recruit dd p {
    letter-spacing: 0.1em;
  }
}


/*inner_commonページ_CONTACT
---------------------------*/
#innerpage .contact h2 {
  font-size: 1rem;
  margin: 0 0 25px 0;
  padding: 0 0 35px 0;
  text-align: center;
}
#innerpage .contact p {
  font-size: 0.7rem;
}
#innerpage .contact .radio_p {
  margin-top: -1.3rem !important;
}
.cp_form {
  position: relative;
  margin: 40px auto;
}


@media screen and (min-width:481px) {
.cp_form {
  width: 660px;
  margin: 0 auto;
}
}


.cp_form .cp_radio, .cp_group {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 2.25rem;
}
.cp_form .cp_group input[type=button],
.cp_form .cp_group input[type=submit],
.cp_form .cp_group input[type=checkbox],
.cp_form .cp_group input[type=radio],
.cp_form .cp_group input[type=text],
.cp_form .cp_group input[type=tel],
.cp_form .cp_group input[type=password],
.cp_form .cp_group input[type=email],
.cp_form .cp_group input[type=url],
.cp_form .cp_group input[type=date],
.cp_form .cp_group input[type=number],
.cp_form .cp_group textarea,
.cp_form .cp_group .cp_file .file_text,
.cp_form .cp_group select {
  font-family: inherit;
}
.cp_form .cp_group input {
  height: 1.9rem;
}
.cp_form .cp_group textarea {
  resize: vertical;
}
.cp_form .cp_group select::-ms-expand {
  display: none;
}

.cp_form .cp_sl {
  position: relative;
  font-size: 1rem;
  font-family: inherit;
  background-color: transparent;
  width: 100%;
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border: none;
}
.cp_form .cp_sl:focus {
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.cp_form .cp_sl_selectlabel {
  color: #b3b3b3;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 10px;
  transition: 0.2s ease all;
}
.cp_form .cp_sl:focus ~ .cp_sl_selectlabel,
.cp_form .cp_sl:valid ~ .cp_sl_selectlabel {
  font-size: 0.8rem;
  color: #4eaaf1;
  top: -20px;
  transition: 0.2s ease all;
}
.cp_form .cp_sl_selectbar {
  position: relative;
  display: block;
  width: 100%;
}
.cp_form .cp_sl_selectbar:before,
.cp_form .cp_sl_selectbar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #4eaaf1;
  transition: 0.2s ease all;
}
.cp_form .cp_sl_selectbar:before {
  left: 50%;
}
.cp_form .cp_sl_selectbar:after {
  right: 50%;
}
.cp_form .cp_sl:focus ~ .cp_sl_selectbar:before,
.cp_form .cp_sl:focus ~ .cp_sl_selectbar:after {
  width: 50%;
}
.cp_form .cp_sl_highlight {
  position: absolute;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
.cp_form .cp_group .cp_label {
  position: absolute;
  top: -1.2rem;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  color: #0090e5;
  font-size: 0.8rem;
  font-weight: normal;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}
.cp_form .cp_group .cp_label span {
  color: #8f8f8f;
  margin: 0 0 0 0.3rem;
  font-size: 0.74rem;
}
.cp_form .cp_group .bar {
  position: relative;
  border-bottom: 0.0625rem solid #999999;
  display: block;
}
.cp_form .cp_group .bar::before {
  content: '';
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  background: #4eaaf1;
  -webkit-transition: left 0.28s ease, width 0.28s ease;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}
.cp_form .cp_group input[type=button],
.cp_form .cp_group input[type=submit],
.cp_form .cp_group input[type=checkbox],
.cp_form .cp_group input[type=radio],
.cp_form .cp_group input[type=text],
.cp_form .cp_group input[type=tel],
.cp_form .cp_group input[type=password],
.cp_form .cp_group input[type=email],
.cp_form .cp_group input[type=url],
.cp_form .cp_group input[type=date],
.cp_form .cp_group input[type=number],
.cp_form .cp_group textarea {
  display: block;
  background: none;
  padding: 0.125rem 0.125rem 0.0625rem;
  font-size: 1rem;
  border-width: 0;
  border-color: transparent;
  line-height: 1.9;
  width: 100%;
  color: transparent;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cp_form .cp_group input[type=date] {
  width: 30%;
}

@media print, screen and (max-width: 480px) {
  .cp_form .cp_group input[type=date] {
    width: 50%;
  }
}
.cp_form .cp_group select,
.cp_form .cp_group input:focus,
.cp_form .cp_group input:valid,
.cp_form .cp_group textarea:focus,
.cp_form .cp_group textarea:valid {
  color: #333333;
}
/*
.cp_form .cp_group select ~ .cp_label,
.cp_form .cp_group input:focus ~ .cp_label,
.cp_form .cp_group input:valid ~ .cp_label,
.cp_form .cp_group textarea:focus ~ .cp_label,
.cp_form .cp_group textarea:valid ~ .cp_label {
  font-size: 0.8rem;
  color: #4eaaf1;
  top: -1rem;
  left: 0;
}
.cp_form .cp_group select:hover,
.cp_form .cp_group input:focus,
.cp_form .cp_group textarea:focus {
  outline: none;
}
.cp_form .cp_group select:hover ~ .cp_label,
.cp_form .cp_group input:focus ~ .cp_label,
.cp_form .cp_group textarea:focus ~ .cp_label {
  color: #4eaaf1;
}
.cp_form .cp_group select:hover ~ .bar::before,
.cp_form .cp_group input:focus ~ .bar::before,
.cp_form .cp_group textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}*/
.cp_form .cp_radio label {
  position: relative;
  cursor: pointer;
  padding-left: 2rem;
  text-align: left;
  color: #333333;
  display: block;
}
.cp_form .cp_radio input {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
}
.cp_form .radio {
  margin-bottom: 1.2rem;
}
.cp_form .radio .ch_bar {
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  -webkit-user-select: none;
  user-select: none;
  color: #999999;
}
.cp_form .radio .ch_bar::before,
.cp_form .radio .ch_bar::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 0.25rem;
  width: 1rem;
  height: 1rem;
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  border-radius: 50%;
  border: 0.125rem solid currentColor;
}
.cp_form .radio .ch_bar::after {
  -webkit-transform: scale(0);
  transform: scale(0);
  background-color: #4eaaf1;
  border-color: #4eaaf1;
}
.cp_form .radio label:hover .ch_bar {
  color: #4eaaf1;
}
.cp_form .radio input:checked ~ .ch_bar::after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.cp_form .radio input:checked ~ .ch_bar::before {
  color: #4eaaf1;
}
.cp_form .radio + .radio {
  margin-top: 0.7rem;
}
.cp_form .btn_cont {
  text-align: center;
}
.cp_form .btn {
  position: relative;
  background: currentColor;
  border: 1px solid currentColor;
  font-size: 1.1rem;
  background-color: #4eaaf1;
  color: #fff;
  margin: 3rem 0;
  padding: 0.75rem 3rem;
  cursor: pointer;
  -webkit-transition: background-color 0.28s ease, color 0.28s ease, -webkit-box-shadow 0.28s ease;
  transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.cp_form .btn {
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.cp_form .btn::before {
  content: '';
  position: absolute;
  background: #071017;
  border: 50vh solid #cc393e;
  width: 30vh;
  height: 30vh;
  border-radius: 50%;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 0;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
.cp_form .btn:hover {
  color: #fff;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
  opacity: 0.5;
}
.cp_form .btn:focus {
  outline: none;
}
.error_list {
  padding: 10px 30px;
  color: #ff2e5a;
  font-size: 86%;
  text-align: left;
  border: 1px solid #ff2e5a;
  border-radius: 5px;
}
.element_wrap {
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
.element_wrap p {
  display: inline-block;
  margin: 0;
  text-align: left;
}
input[name=btn_confirm],
input[name=btn_submit],
input[name=btn_back] {
	margin-top: 10px;
	padding: 5px 20px;
	font-size: 100%;
	color: #fff;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	box-shadow: 0 3px 0 #2887d1;
	background: #4eaaf1;
}
.element_wrap_confirm p {
  display: block;
  padding: 10px 0 0 10px;
}
.element_wrap_confirm label {
  font-weight: 600;
}
.meiwaku {
  margin: 20px 0 0 0;
  padding: 20px 30px 2px;
  border: 1px solid #808080;
  border-radius: 4px;
  text-align: center;
}
.meiwaku p {
font-size: 12px !important;
    letter-spacing: 0.08em;
    text-align: left;
    display: inline-block;
}
.meiwaku p span {
  color: red;
}
.mailmaga_lead {
  text-align: center;
}



/*inner_commonページ_CONTACT
---------------------------*/
@media print, screen and (max-width: 480px) {
.cp_form {
  position: relative;
  margin: 40px auto;
}
.meiwaku {
  margin: 20px 0 0 0;
  padding: 18px 20px 0px;
}
}



/*inner_commonページ_PRIVACY
---------------------------*/
#innerpage .privacy h4 {
  padding: 0;
  margin: 30px 0 10px 0;
  border-bottom: none;
}
#innerpage .privacy li {
  margin: 0 0 5px 0;
  text-indent: -1em;
  padding: 0 0 0 1em;
  line-height: 1.5;
}


/*-----------------------------------
-----中ページメイン　ボタン
-------------------------------------*/
  #innerpage .btn_area .btn {
    max-width: 600px;
    display: block;
    padding: 20px 60px;
    background-color: #4169e1;
    font-size: 20px;
    text-align: center;
    margin: 0 auto 100px;
    color: #fff;
    border-radius: 4px;
    transition: 0.4s;
    border-bottom: 2px solid #2748DD;
  }
  #innerpage .btn_area .btn:hover {
    text-decoration: none;
    opacity: 0.5;
  }
  #innerpage .btn_area .btn:active {
    transform: translateY(2px);
    border-bottom: none;
  }


/*中ページメイン　ボタン880px以下
------------------------------*/
@media screen and (max-width:880px) {
#innerpage .btn_area .btn {
  max-width: 600px;
  font-size: 14px;
  letter-spacing: 0.01em;
  width: 75%;
  line-height: 1.5;
  padding: 11px 0;
  margin: 0 auto 20px;
}
}/*max-width:880px*/



/*-----------------------------------
------メインメニューリスト
-------------------------------------*/
#innerpage #contents .contents__menulist {
  max-width: 100%;
  margin: 40px auto 0;
  text-align: center;
  background-color: #e8e8e8;
  padding: 60px 0 100px 0;
}
#contents .contents__menulist {
  max-width: 1100px;
  margin: 40px auto 60px;
  text-align: center;
}
#contents .contents__menulist ul {
  width: 100%;
  margin: 0 auto;
}
#contents .contents__menulist li {
  width: 42%;
  display: inline-block;
  margin: 0 90px 50px 0;
}
#contents .contents__menulist li:nth-child(2n),
#contents .contents__menulist li:last-child {
  margin-right: 0;
}
.contents__menu {
  max-width: 495px;
  height: 160px;
  border-radius: 3px;
  margin: 0 auto;
  position: relative;
  border: 1px solid #a0a0a0;
}
.contents__menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.4s;
}
a:hover .contents__menu::before {
  background-color: rgba(0, 0, 0, 0.4);
}
.contents__menulist li:hover .contents__menu p {
  color: #fff;
  text-shadow: 1px 1px 1px #333;
}
#contents .contents__menulist .img_1 {
  background: url("../img/contents_menu_1.jpg") center no-repeat;
}
#contents .contents__menulist .img_2 {
  background: url("../img/contents_menu_2.jpg") center no-repeat;
}
#contents .contents__menulist .img_3 {
  background: url("../img/contents_menu_3.jpg") center no-repeat;
}
#contents .contents__menulist .img_4 {
  background: url("../img/contents_menu_4.jpg") center no-repeat;
}
#contents .contents__menulist .img_5 {
  background: url("../img/contents_menu_5.jpg") center no-repeat;
}
#contents .contents__menulist .img_6 {
  background: url("../img/contents_menu_6.jpg") center no-repeat;
}
#contents .contents__menulist .img_1,
#contents .contents__menulist .img_2,
#contents .contents__menulist .img_3,
#contents .contents__menulist .img_4,
#contents .contents__menulist .img_5,
#contents .contents__menulist .img_6 {
  background-size: cover;
}
.bkRGBA {
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}
#contents .contents__menulist p {
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.1em;
  width: 500px;
  color: #191919;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px 3px #fff;
}


/*メインメニューリスト（880px以下）
------------------------------*/
@media screen and (max-width:880px) {
  #contents .contents__menulist ul {
    width: 90%;
  }
  #contents .contents__menulist li {
    width: 100%;
    margin: 0 auto 30px;
  }
  .contents__menu {
    height: 100px;
    border-radius: 2px;
  }
  #contents .contents__menulist p {
    font-size: 1.1rem;
    font-weight: 600;
    width: 100%;
  }
  #contents .contents__menulist {
    margin: 40px auto;
  }
  #innerpage #contents .contents__menulist {
    padding: 60px 0 40px 0;
  }
  #top #contents .contents__menulist {
    margin: 40px auto 13%;
    border-bottom: 1px solid #d8d9db;
  }
  #top #contents .contents__menulist ul {
    margin: 0 auto 6%;
  }
}/*(max-width:880px)*/


/*メインメニューリスト（1050px以下）
------------------------------*/
@media screen and (min-width:765px) and (max-width:1050px) {
.contents__menu {
    height: 140px;
  }
}/*(min-width:765px) and (max-width:1050px)*/











/*-----------------------------------
----------フッター
-------------------------------------*/

#top #footer {
  margin-top: 80px;
}
#footer {
  position: relative;
  padding: 40px 0 140px 0;
  background-color: #c4c2c4;
}
.footer_container {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto 35px;
  overflow: hidden;
}
#footer .footer__left {
  margin: 40px 0 0 30px;
  display: inline-block;
}
#footer .footer__logo {
  width: 300px;
  height: auto;
  padding: 0 12px 0 0;
}
#footer .footer__right {
  float: right;
  overflow: hidden;
}
#footer .footer__right .footer__menu {
  display: flex;
  line-height: 2.7;
  margin: 0 0 40px 0;
}
#footer .footer__right .footer__right--sub {
  margin: 0 12px 0 0;
  text-align: right;
}
#footer .footer__right .footer__right--sub_p {
  font-size: 11px;
}
#footer .copyright {
  font-size: 12px;
  text-align: center;
  vertical-align: bottom;
  margin: 0 0 -90px 0;
  clear: both;
}


/*---見出しアイコン ＜共通＞---
------------------------------*/
#footer .footer__right .arrow {
  position: relative;
  /*display: inline-block;*/
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 13px;
}
#footer .footer__right .arrow::before,
#footer .footer__right .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#footer .footer__right .kunoji::before {
  left: 0px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*フッター880px以上
------------------------------*/
@media screen and (min-width:881px) {
#footer .footer__right .footer__menu .footer__menu--left {
  margin: 0 49px 0 0;
  padding: 10px 44px 15px 44px;
  border-right: 1px solid #a9a9a9;
  border-left: 1px solid #a9a9a9;
}
#footer .footer__right .footer__menu .footer__menu--left a:hover,
#footer .footer__right .footer__menu .footer__menu--right a:hover,
#footer .footer__right .footer__right--sub a:hover {
  text-decoration: underline;
}
#footer .footer__left a:hover {
  opacity: 0.5;
}
#footer .footer__right .footer__menu .footer__menu--right {
  margin: 0 15px 0 0;
  padding: 10px 42px 15px 0;
  border-right: 1px solid #a9a9a9;
}
}/*min-width:881px*/

/*フッター1050px以下
------------------------------*/
@media screen and (max-width:1050px) {
#footer .footer__logo {
  width: 250px;
  height: auto;
}
}/*max-width:1050px*/


/*フッター880px以下
------------------------------*/
@media screen and (max-width:880px) {
#top #footer {
  margin-top: 50px;
}
#footer .footer__right .arrow {
  font-size: 12px;
}
#footer {
  padding: 30px 0;
  margin: 0;
}
.footer_container {
  padding: 0 10px;
}
#footer .footer__left {
  display: block;
  text-align: center;
  margin: 20px 0 20px 0;
}
#footer .footer__right {
  float: none;
}
#footer .footer__right .footer__menu {
  display: flex;
  line-height: 2.7;
  margin: 0 0 20px;
}
#footer .footer__right .flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
}
#footer .footer__right .flexbox_1 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
#footer .footer__right .flexbox_2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
#footer .footer__right .footer__menu li a {
  display: block;
}
#footer .footer__right .footer__menu--left {
  padding: 0 10px 12px 0;
  border-bottom: 2px solid #808080;
}
#footer .footer__right .footer__menu--left li {
  float: left;
  padding: 7px 10px;
}
#footer .footer__right .footer__menu--left li a {
  display: block;
  width: 116px;
}
#footer .footer__right .footer__menu--right {
  padding: 3px 0;
  margin: 0 auto 10px;
  border-top: 2px solid #808080;
  border-bottom: 2px solid #808080;
}
#footer .footer__right .footer__menu--right li {
  border-top: 1px solid #a9a9a9;
  padding: 10px;
}
#footer .footer__right .footer__menu--right li:first-child {
  border-top: 0px;
}
#footer .footer__right .footer__menu--right,
#footer .footer__right .footer__menu--left {
  width: 100%;
}
#footer .footer__right .footer__right--sub {
  font-size: 12px;
  text-align: left;
  padding: 0 10px 21px;
  margin: 0 auto;
  border-bottom: 2px solid #808080;
}
#footer .copyright {
  font-size: 10px;
  letter-spacing: 0.01em;
  margin: 0;
}
}/*max-width:880px*/


/*TOPへボタン
-----------------------------*/
#page_top{
  width: 75px;
  height: 70px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #696969;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 45px;
  color: #fff;
  position: absolute;
  width: 21px;
  height: 46px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


/*TOPへボタン
-----------------------------*/
@media screen and (max-width:480px) {
#page_top{
  width: 65px;
  height: 59px;
}
#page_top a{
  width: 65px;
  height: 59px;
}
#page_top a::before {
  font-size: 40px;
  width: 24px;
  height: 44px;
}
}/* max-width:480px */




/*-----------------------
   企業理念
------------------------*/
#innerpage .main_contents--text.philosophy {
  width: 80%;
  margin: 0 auto;
}
#innerpage #contents .main_contents .philosophy h4 {
  font-size: 2.3rem;
    text-align: center;
    padding: 0 0 15px 0;
    color: #0a47d7;
    font-family: "open sans", "sans-serif";
}
#innerpage #contents .main_contents .philosophy h5 {
  text-align: center;
  font-weight: 600;
  margin: 0 0 30px 0;
}
#innerpage #contents .main_contents .philosophy h5::before{
  content: "―";
  margin: 0 8px 0 0;
}
#innerpage #contents .main_contents .philosophy h5::after{
  content: "―";
  margin: 0 0 0 6px;
}
#innerpage #contents .main_contents .philosophy p {
  width: 88%;
  margin: 0 auto 70px;
  line-height: 2;
}

@media screen and (max-width:768px) {
  #innerpage .main_contents--text.philosophy {
    width: 100%;
  }
  #innerpage #contents .main_contents .philosophy h5 {
    letter-spacing: 0.01em;
    line-height: 1.7;
    margin: 0 0 20px 0;
  }
  #innerpage #contents .main_contents .philosophy h4 {
    margin: 0 0 25px 0;
  }
  #innerpage #contents .main_contents .philosophy h5::before{
    content: "";
  }
  #innerpage #contents .main_contents .philosophy h5::after{
    content: "";
  }
  #innerpage #contents .main_contents .philosophy p {
    width: 93%;
    line-height: 2.2;
  }
}