@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: service_info.scss

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	content
8.	main
9.	sub
10.	footer
11.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-size: 10px;
  font-family: "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

/* end */
body:first-of-type {
  font-size: 62.5%;
}

body > iframe {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

caption, th {
  font-weight: normal;
  text-align: left;
}

th, td {
  padding: 0px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

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

header, footer, article, section, aside,
nav,
figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------------
3.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
}

html {
  font-size: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #000;
  overflow-x: hidden;
}
body * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a, a:before, a:after {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a > * {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
a:hover > * {
  text-decoration: none;
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
  background: #FAFAFA;
}
* html #container {
  height: 100%;
}
body > #container {
  height: auto;
}

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
.fll {
  float: left;
}

.flr {
  float: right;
}

@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

.right-nav {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
}
.right-nav a {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  display: block;
}
.right-nav a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .right-nav img {
    width: 45px;
    height: 45px;
  }
}

@media screen and (min-width: 769px) {
  #drawernav {
    display: none;
  }
}

/*----------------------------------------------------------------------
6.	#header
----------------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  .is-animation .header__upper {
    margin-top: -100px;
  }
}
.header {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  background: #FFF;
  border-bottom: 1px solid #BEBEBE;
}
@media screen and (max-width: 768px) {
  .header {
    border-bottom: none;
  }
}
.header__inner {
  *zoom: 1;
  width: 1180px;
  margin: 0 auto;
}
.header__inner:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1210px) {
  .header__inner {
    width: 96%;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    width: 94%;
    padding: 9px 0;
  }
}
.header__upper {
  *zoom: 1;
  height: auto;
  margin-bottom: 10px;
  transition: .5s;
  overflow: hidden;
  padding-top: 26px;
  margin-top: 0;
  transition: margin 100ms;
}
.header__upper:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 768px) {
  .header__upper {
    padding-top: 0;
    margin-bottom: 0;
  }
}
.header__upper .logo {
  float: left;
  width: 190px;
}
@media screen and (max-width: 768px) {
  .header__upper .logo {
    width: 25.33333%;
  }
}
.header__upper .logo img {
  width: 100%;
  height: auto;
}
.header__upper__right {
  float: right;
}
@media screen and (max-width: 768px) {
  .header__upper__right {
    display: none;
  }
}
.header__upper__right__link {
  margin-top: 10px;
  text-align: right;
}
.header__upper__right__link a {
  color: #000;
  font-size: 12px;
  text-decoration: underline;
}
.header__upper__right__link a:hover {
  text-decoration: none;
}
.header__upper__right__link a:after {
  content: " ＞";
}
.header__contact__list {
  *zoom: 1;
}
.header__contact__list:after {
  content: "";
  display: table;
  clear: both;
}
.header__contact__item {
  float: left;
}
@media screen and (max-width: 768px) {
  .header__contact__item {
    float: none;
  }
}
.header__contact__item.-tel, .header__contact__item.-fax {
  margin: 3px 28px 0 0;
}
@media screen and (max-width: 768px) {
  .header__contact__item.-tel, .header__contact__item.-fax {
    margin: 0 0 5%;
  }
}
.header__contact__item.-tel:last-child, .header__contact__item.-fax:last-child {
  margin-right: 0;
}
.header__contact__item.-tel a, .header__contact__item.-fax a {
  position: relative;
  padding-left: 27px;
  color: #4b4b4b;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 22px;
  font-weight: bold;
  cursor: auto;
}
@media screen and (max-width: 768px) {
  .header__contact__item.-tel a, .header__contact__item.-fax a {
    font-size: 24px;
  }
}
.header__contact__item.-tel a:hover, .header__contact__item.-fax a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.header__contact__item.-tel a:before, .header__contact__item.-fax a:before {
  content: "";
  position: absolute;
  left: 0;
}
.header__contact__item.-tel a.-tel:before, .header__contact__item.-fax a.-tel:before {
  top: 1px;
  width: 22px;
  height: 22px;
  background: url("../img/header_contact_item_tel_bg.png") left top no-repeat;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.header__contact__item.-tel a.-fax:before, .header__contact__item.-fax a.-fax:before {
  top: 3px;
  width: 19px;
  height: 19px;
  background: url("../img/header_contact_item_fax_bg.png") left top no-repeat;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .header__contact__item.-fax {
    margin-bottom: 7%;
  }
}
.header__contact__item.-inquiry a {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  display: block;
  position: relative;
  padding: 7px 36px 6px 30px;
  background: #009fe8;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .header__contact__item.-inquiry a {
    padding: 17px 36px 16px 30px;
    font-size: 16px;
  }
}
.header__contact__item.-inquiry a:before {
  display: flex;
  align-items: center;
  position: absolute;
  right: 11px;
  top: 0;
  bottom: 0;
  content: "\f054";
  color: #FFF;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .header__contact__item.-inquiry a:before {
    right: 20px;
  }
}
.header__lower {
  float: right;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .header__lower {
    display: none;
  }
}
.header__nav__list {
  *zoom: 1;
}
.header__nav__list:after {
  content: "";
  display: table;
  clear: both;
}
.header__nav__item {
  position: relative;
  float: left;
}
.header__nav__item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 24px;
  background: #BEBEBE;
}
.header__nav__item:last-child:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 24px;
  background: #BEBEBE;
}
.header__nav__item a {
  display: block;
  padding: 0 18px 22px;
  color: #000;
  font-size: 14px;
}
.header__nav__item a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #009FE8;
}
.header__nav__item.-is-active > a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  width: 78%;
  height: 3px;
  margin: auto;
  background: #009FE8;
}
.header__nav__item.megamenu {
  position: relative;
}

.megamenu__box {
  display: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 70px;
  left: -35%;
  right: 0;
  width: calc(100% + 20px);
  -webkit-transition-duration: 56s;
  transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.megamenu__box:before, .megamenu__box:after {
  content: "";
  position: absolute;
  width: 170%;
  margin: auto;
  left: 0;
  right: 0;
}
.megamenu__box:before {
  height: 25px;
  top: -40px;
}
.megamenu__box:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  left: 0;
  right: 0;
  top: -20px;
  height: 122%;
  background: #FFF;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  z-index: 1;
}
.megamenu__box.-is-shown {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.megamenu__box.-is-shown:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.megamenu__list {
  position: relative;
  z-index: 100;
  width: 170%;
  padding: 0 20%;
}
.megamenu__item {
  line-height: 2.14286;
}
.megamenu__item a {
  padding: 0;
  text-align: center;
}

.drawernav__item {
  position: relative;
  border-bottom: 1px solid #009FE8;
}
.drawernav__item a {
  display: block;
  position: relative;
  padding: 20px 0 20px 30px;
  color: #000;
  font-size: 15px;
  font-weight: bold;
}
.drawernav__item a:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 33px;
  width: 7px;
  height: 7px;
  margin: auto;
  border: 0px;
  border-top: 2px solid #009fe8;
  border-right: 2px solid #009fe8;
  cursor: pointer;
}
.drawernav__contact__list {
  margin: 5% 30px;
}

/*----------------------------------------------------------------------
7.	#content
----------------------------------------------------------------------*/
#content {
  margin: 149px 0 0;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #content {
    padding-bottom: 15%;
  }
}

#content {
  padding-bottom: 0;
}

/*----------------------------------------------------------------------
8.	#main
----------------------------------------------------------------------*/
.topicpath__list {
  *zoom: 1;
  width: 1180px;
  margin: 0 auto;
  padding: 15px 0 5px;
}
.topicpath__list:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1180px) {
  .topicpath__list {
    width: 96%;
  }
}
@media screen and (max-width: 768px) {
  .topicpath__list {
    display: none;
  }
}
.topicpath__item {
  position: relative;
  float: left;
  margin-right: 25px;
  font-size: 12px;
}
.topicpath__item:after {
  content: '＞';
  position: absolute;
  top: 0;
  right: -20px;
  font-size: 12px;
}
.topicpath__item:last-child {
  margin-right: 0;
}
.topicpath__item:last-child:after {
  content: none;
}
.topicpath__item a {
  color: #000;
  font-size: 12px;
}
.topicpath__item a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #009FE8;
}

.main__visual {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1180px;
  height: 240px;
  margin: auto;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1180px) {
  .main__visual {
    width: 100%;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .main__visual {
    height: 0;
    padding-top: 28.8%;
  }
}
.main__title {
  color: #555;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main__title {
    margin-top: -27.5%;
  }
}
.main__title .small {
  display: block;
  margin-top: 10px;
  color: #6E6E6E;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .main__title .small {
    margin-top: 3%;
  }
}

/* 今後ページをリニューアル等する際はlayout-mainではなく下記をお使いください */
/* ぱんくず */
.topicpath {
  width: 1180px;
  margin: 0 auto;
  padding: 15px 0 5px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .topicpath {
    margin: 0 15px 5px;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .topicpath {
    display: none;
  }
}
.topicpath ul {
  display: flex;
}
.topicpath ul li {
  color: #000;
  font-size: 12px;
}
.topicpath ul li:not(:last-child):after {
  content: '＞';
  padding: 0 5px 0 8px;
  font-size: 12px;
}
.topicpath ul li a {
  color: #000;
}
.topicpath ul li a:hover {
  color: #009fe8;
}

/* MV(文字あり) */
.main-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 50px;
  width: 1180px;
  height: 240px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1180px) {
  .main-visual {
    width: 100%;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .main-visual {
    margin: 0 auto 30px;
    height: 0;
    padding-top: 28.8%;
  }
}

.main-visual-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #555;
}
@media screen and (max-width: 768px) {
  .main-visual-title {
    margin-top: -27.5%;
  }
}
.main-visual-title span {
  display: block;
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: bold;
  color: #6e6e6e;
}
@media screen and (max-width: 768px) {
  .main-visual-title span {
    margin-top: 3%;
  }
}

/* MV(文字なし) */
.main-visual-img {
  margin: 0 auto 50px;
  width: 1180px;
  height: auto;
}
.main-visual-img img {
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .main-visual-img {
    margin: 0 0 30px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .main-visual-img {
    margin: 0 0 30px;
    width: 100%;
  }
}

/* インナー */
.main-inner {
  margin: auto;
  width: 1180px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .main-inner {
    padding: 0 15px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .main-inner {
    padding: 0 15px;
    width: 100%;
  }
}

/*----------------------------------------------------------------------
9.	#sub
----------------------------------------------------------------------*/
.side {
  float: left;
  width: 220px;
}
@media screen and (max-width: 768px) {
  .side {
    float: none;
    width: 100%;
  }
}
.side__box {
  margin-bottom: 25px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .side__box {
    margin-bottom: 6%;
  }
}
.side__box:last-child {
  margin-bottom: 0;
}
.side__box__title {
  padding: 18px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 2px solid #ADD5F7;
}
.side__box img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .side__banner {
    float: left;
    width: 48.5%;
  }
}
@media screen and (max-width: 768px) {
  .side__banner.-article, .side__banner.-live, .side__banner.-haken {
    clear: both;
    margin-right: 3%;
  }
}
.side .sort {
  padding: 25px 0 25px 18px;
}
.side .sort li {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  position: relative;
  margin-bottom: 25px;
  padding-left: 9px;
  font-size: 14px;
  cursor: pointer;
}
.side .sort li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 12px;
  background: #ADD5F7;
}
.side .sort li:hover, .side .sort li.-is-active {
  color: #009FE8;
  text-decoration: underline;
}
.side .sort li:first-child {
  display: none;
}
.side .sort li:last-child {
  margin-bottom: 0;
}

.sns {
  height: 331px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sns {
    clear: both;
  }
}
.sns__title {
  position: relative;
  padding: 10px 0 10px 25px;
  background: #1DA1F2;
  color: #FFF;
  font-size: 13px;
}
.sns__title i {
  display: flex;
  align-items: center;
  position: absolute;
  left: 8px;
}
.sns__title.-facebook {
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .twitter-timeline {
    width: 100% !important;
    height: 500px !important;
  }
}

@media screen and (max-width: 768px) {
  .fb-page {
    display: block !important;
    width: 100% !important;
  }
}
.fb-page span,
.fb-page iframe {
  width: 220px !important;
}
@media screen and (max-width: 768px) {
  .fb-page span,
  .fb-page iframe {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .fb-page span div,
  .fb-page iframe div {
    width: 100% !important;
  }
}

.timeline-Header-title,
.timeline-Header-byline {
  font-size: 11px !important;
}

/*----------------------------------------------------------------------
10.	#footer
----------------------------------------------------------------------*/
.footer {
  background: #DDF0F9;
}
.footer__inner {
  width: 1180px;
  margin: 0 auto;
  padding: 35px 0;
}
@media screen and (max-width: 1210px) {
  .footer__inner {
    width: 96%;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner {
    width: 92%;
    padding: 8% 0;
  }
}
.footer__upper {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1020px) {
  .footer__upper {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .footer__upper {
    margin-bottom: 8%;
  }
}
.footer__upper__right {
  margin-top: 65px;
}
.footer__upper__title {
  padding-bottom: 15px;
  color: #1055C1;
  font-size: 14px;
  border-bottom: 1px solid #90B1E3;
}
.footer__aside__list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .footer__aside__list {
    gap: 20px 10px;
  }
}
.footer__aside__item {
  width: 155px;
}
.footer__aside__item a {
  display: block;
  color: #666;
  font-size: 11px;
}
.footer__aside__item a:hover, .footer__aside__item a:hover * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #009FE8;
  text-decoration: underline;
}
.footer__aside__item .small {
  display: block;
  margin-bottom: 8px;
  color: #666;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .footer__aside__item .small {
    margin-bottom: 3%;
  }
}
.footer__aside__item:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .footer__aside__item:nth-child(4n) {
    margin-right: 3%;
  }
}
.footer__logo {
  display: flex;
  align-items: center;
  justify-content: right;
}
@media screen and (max-width: 1020px) {
  .footer__logo {
    justify-content: left;
  }
}
.footer__logo__item {
  float: left;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .footer__logo__item {
    float: none;
    margin-right: 3%;
  }
}
.footer__logo__item:last-child {
  margin-right: 0;
}
.footer__logo__item.-isms {
  width: 147px;
}
.footer__logo__item.-isms img {
  width: 100%;
  height: auto;
}
.footer__logo__item.-isms span {
  display: block;
  padding-top: 4px;
  color: #000;
  text-align: center;
}
.footer__logo__item.-secturity-action {
  width: 70px;
}
.footer__logo__item.-secturity-action img {
  width: 100%;
  height: auto;
}
.footer__sns {
  *zoom: 1;
}
.footer__sns:after {
  content: "";
  display: table;
  clear: both;
}
.footer__sns__item {
  float: left;
  margin-right: 8px;
}
.footer__sns__item:last-child {
  margin-right: 0;
}
.footer__nav {
  position: relative;
  top: 14px;
}
@media screen and (max-width: 1020px) {
  .footer__nav {
    top: 0;
  }
}
.footer__nav__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1020px) {
  .footer__nav__list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav__list {
    justify-content: initial;
  }
}
@media screen and (max-width: 1020px) {
  .footer__nav__item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav__item {
    margin: 5% 5% 0 0;
  }
}
.footer__nav__item a {
  color: #333;
  font-size: 13px;
}
.footer__nav__item a:hover {
  color: #009FE8;
  text-decoration: underline;
}
.footer__copy {
  padding: 18px 0;
  background: #838383;
  color: #FFF;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    font-size: 10px;
  }
}

/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/
/* 一覧ページ */
.main__visual {
  height: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .main__visual {
    margin-bottom: 30px;
  }
}
.main__inner {
  width: 1180px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .main__inner {
    width: auto;
  }
}

.box {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  padding: 64px 70px 80px 70px;
}
@media screen and (max-width: 768px) {
  .box {
    margin-bottom: 40px;
    padding: 0;
  }
}
.box:before, .box:after {
  content: "";
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .box:before, .box:after {
    content: none;
  }
}
.box:before {
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1200px 1180px 0 0;
  border-color: #fff5bc transparent transparent transparent;
}
.box.new-employee:after {
  border-width: 1800px 0 0 1000px;
  border-color: transparent #fffd65;
  position: absolute;
  left: 0;
}
.box:after {
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 1200px 1180px;
  border-color: transparent transparent #ffd6c3 transparent;
}
.box.new-employee:before {
  border-width: 0 0 2035px 1180px;
  border-color: transparent transparent #b0e1ff transparent;
  bottom: 0;
  top: auto;
}
@media screen and (max-width: 768px) {
  .box__bg1 {
    background: #FFF5BC;
  }
}
@media screen and (max-width: 768px) {
  .box__bg2 {
    margin-top: -40px;
    padding: 50px 0 40px;
    background: #ffd6c3;
  }
}
@media screen and (max-width: 768px) {
  .box.new-employee .box__bg1, .box.new-employee .box__bg2 {
    background: #b0e1ff;
  }
}
.box__title {
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .box__title {
    margin-bottom: 15px;
    padding: 0 15px;
    font-size: 14px;
  }
}
.box__title span {
  color: #ED6D00;
  font-weight: bold;
}
.box__title em {
  color: #ED6D00;
  font-size: 44px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .box__title em {
    font-size: 22px;
  }
}
.box.new-employee .box__title {
  margin-bottom: 20px;
}
.box.new-employee .box__title span,
.box.new-employee .box__title em {
  color: #1242ae;
}
.box.new-employee.contact {
  margin-top: 0px;
}
.box__text {
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .box__text {
    margin-bottom: 10px !important;
    padding: 20px 15px;
    font-size: 12px;
  }
}
.box__text.-mgb45 {
  margin-bottom: 45px;
}
.box__text.-mgb50 {
  margin-bottom: 50px;
}
.box__text.-mgb290 {
  margin-bottom: 290px;
}
@media screen and (max-width: 768px) {
  .box__text.-mgb290 {
    margin-bottom: 0;
  }
}
.box__text.-w520 {
  width: 520px;
}
@media screen and (max-width: 768px) {
  .box__text.-w520 {
    width: auto;
  }
}
.box__text.-abs {
  position: absolute;
  right: 60px;
  top: 440px;
  width: 686px;
  height: 521px;
  padding: 65px 0 0 240px;
  background: url("../service_info/koukai_22/img/abs_bg.png") left top no-repeat;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .box__text.-abs {
    display: none;
  }
}
.box__text.-abs em {
  position: relative;
  z-index: 1;
  color: initial;
}
.box__text.-abs em:before {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 8px;
  background: #F0FF00;
}
.box__text.-abs small {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .box__text.-abs-sp {
    position: relative;
    z-index: 1;
    width: 92.93333%;
    margin: -40px auto 0;
    padding: 0;
    background: none;
  }
}
.box__text em {
  color: #ED6D00;
}
.box.new-employee .box__text em {
  color: #1242ae;
}
@media screen and (max-width: 768px) {
  .box.new-employee .box__text.-abs-sp {
    margin: auto;
  }
}
.box.new-employee .box__program {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .box.new-employee .box__program {
    display: block;
  }
}
.box.new-employee .box__program__item {
  position: relative;
  width: 47%;
  padding: 32px 28px;
  border: 1px solid #1242ae;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .box.new-employee .box__program__item {
    width: 90%;
    padding: 5%;
    margin: 0 auto 5% auto;
  }
}
.box.new-employee .box__program__item.basic::before {
  content: "";
  position: absolute;
  bottom: 280px;
  right: 32px;
  width: 100px;
  height: 100px;
  background: url(../service_info/new_employee_22/img/icon_memo.png) no-repeat left top;
}
.box.new-employee .box__program__item.manner::before {
  content: "";
  position: absolute;
  bottom: 28px;
  right: 28px;
  width: 100px;
  height: 100px;
  background: url(../service_info/new_employee_22/img/icon_tel.png) no-repeat left top;
}
.box.new-employee .box__program__title {
  width: 90%;
  padding: 12px 0;
  border: 1px solid #b0e1ff;
  margin: 0 auto 24px auto;
  background: #fffd65;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .box.new-employee .box__program__title {
    margin-bottom: 5%;
    font-size: 16px;
  }
}
.box.new-employee .box__program__txt {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .box.new-employee .box__program__txt {
    margin-bottom: 5%;
    font-size: 13px;
  }
}
.box.new-employee .box__program__list {
  counter-reset: number 0;
}
.box.new-employee .box__program__list__item {
  margin-bottom: 12px;
}
.box.new-employee .box__program__list__item dt {
  margin-bottom: 8px;
  color: #1242ae;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .box.new-employee .box__program__list__item dt {
    font-size: 13px;
  }
}
.box.new-employee .box__program__list__item dt::before {
  counter-increment: number 1;
  content: counter(number) ". ";
}
.box.new-employee .box__program__list__item dd {
  display: inline-block;
  position: relative;
  margin: 0 20px 4px 1.2em;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .box.new-employee .box__program__list__item dd {
    font-size: 13px;
  }
}
.box.new-employee .box__program__list__item dd::before {
  content: "●";
  position: absolute;
  top: 0;
  left: -1.2em;
  color: #1242ae;
}
.box__subtitle {
  display: inline-block;
  margin-bottom: 20px;
  padding: 9px 15px 7px;
  background: #ED6D00;
  color: #FFF;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .box__subtitle {
    margin: 0 0 10px 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .box__subtitle.-mgb-10 {
    margin-bottom: -10px;
  }
}
.box__lead {
  position: relative;
  margin: 8px 0 28px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .box__lead {
    margin: 8px 0 0;
    padding: 0 15px;
    font-size: 13px;
    font-weight: bold;
  }
}
.box__lead:before {
  content: "";
  position: absolute;
  right: 80px;
  top: -20px;
  width: 296px;
  height: 347px;
  background: url("../service_info/koukai_22/img/box_lead_bg.png") left top no-repeat;
}
@media screen and (max-width: 768px) {
  .box__lead:before {
    content: none;
  }
}
.box__notice {
  position: relative;
  margin-left: 1em;
  font-size: 13px;
  line-height: 1.38462;
}
@media screen and (max-width: 768px) {
  .box__notice {
    margin: 0 15px 0 calc(1em + 15px);
    font-size: 12px;
  }
}
.box__notice:before {
  content: "※";
  position: absolute;
  left: -1em;
  top: 0;
}
.box__link {
  text-align: center;
}
.box__link.-extension {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .box__link.-extension {
    margin: 40px 15px 0;
  }
}
.box__link img {
  margin: auto;
}

#contact.box:before, #contact.box:after {
  border-color: transparent;
}

.haken {
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .haken {
    margin-bottom: 50px;
  }
}
.haken__title {
  margin-bottom: 20px;
  color: #006BCE;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .haken__title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.haken__text {
  position: relative;
  margin-bottom: 60px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.66667;
}
@media screen and (max-width: 768px) {
  .haken__text {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.haken__text:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 20px 25px 0 25px;
  border-color: #b6e5ff transparent transparent transparent;
}
@media screen and (max-width: 768px) {
  .haken__text:before {
    bottom: -20px;
    border-width: 14px 20px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .haken__link {
    margin: 0 15px;
  }
}
.haken__link img {
  margin: auto;
}

.koukai {
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .koukai {
    margin-bottom: 50px;
  }
}
.koukai__title {
  margin-bottom: 20px;
  color: #f82874;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .koukai__title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.koukai__text {
  position: relative;
  margin-bottom: 60px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.66667;
}
@media screen and (max-width: 768px) {
  .koukai__text {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.koukai__text:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 20px 25px 0 25px;
  border-color: #ffa9ce transparent transparent transparent;
}
@media screen and (max-width: 768px) {
  .koukai__text:before {
    bottom: -20px;
    border-width: 14px 20px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .koukai__link {
    margin: 0 15px;
  }
}
.koukai__link img {
  margin: auto;
}

.ejinzai {
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ejinzai {
    margin-bottom: 50px;
  }
}
.ejinzai__title {
  margin-bottom: 20px;
  color: #037119;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ejinzai__title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.ejinzai__text {
  position: relative;
  margin-bottom: 60px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.66667;
}
@media screen and (max-width: 768px) {
  .ejinzai__text {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.ejinzai__text:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 20px 25px 0 25px;
  border-color: #b7b7b7 transparent transparent transparent;
}
@media screen and (max-width: 768px) {
  .ejinzai__text:before {
    bottom: -20px;
    border-width: 14px 20px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .ejinzai__link {
    margin: 0 15px;
  }
}
.ejinzai__link img {
  margin: auto;
}
