@-webkit-keyframes rotateThis {
  from {
    -webkit-transform: scale(0.5) rotate(0deg);
  }
  to {
    -webkit-transform: scale(0.5) rotate(360deg);
  }
}

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,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
menu,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}

body {
  line-height: 1;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb11 {
  margin-bottom: 11px;
}

.mb14 {
  margin-bottom: 14px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb54 {
  margin-bottom: 54px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.mr5 {
  margin-right: 5px;
}

.mr9 {
  margin-right: 9px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
}

.h204 {
  height: 204px;
}

.op a img,
.page-home section#feed div.feeds > div article a a img,
.op2,
footer .section_wrap div.flR nav ul.fnav li.fnav_04 ul li.btn-link:hover,
footer ul.f_copy li a:hover img {
  transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}

.op a img:hover,
.page-home section#feed div.feeds > div article a a img:hover,
.op2:hover,
footer .section_wrap div.flR nav ul.fnav li.fnav_04 ul li.btn-link:hover,
footer ul.f_copy li a:hover img:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.dt {
  display: table !important;
}

.dtc {
  display: table-cell !important;
}

.clearfix:after,
header .head_wrap:after,
.page-home section#feed div.feeds ul li div:after,
.page-home section#feed div.feeds > div article a:after,
footer .section_wrap div.flR nav ul.fnav li.fnav_04 ul:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.clearfix,
header .head_wrap,
.page-home section#feed div.feeds ul li div,
.page-home section#feed div.feeds > div article a,
footer .section_wrap div.flR nav ul.fnav li.fnav_04 ul {
  _height: 1px;
  min-height: 1px;
}

.show_pc {
  display: block;
}

@media only screen and (max-width: 979px) {
  .show_pc {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .show_pc {
    display: none;
  }
}

.show_pctb {
  display: block;
}

@media only screen and (max-width: 979px) {
  .show_pctb {
    display: block;
  }
}

@media only screen and (max-width: 479px) {
  .show_pctb {
    display: none;
  }
}

.show_tbsp {
  display: none;
}

@media only screen and (max-width: 979px) {
  .show_tbsp {
    display: block;
  }
}

@media only screen and (max-width: 479px) {
  .show_tbsp {
    display: block;
  }
}

.show_tb {
  display: none;
}

@media only screen and (max-width: 979px) {
  .show_tb {
    display: block;
  }
}

@media only screen and (max-width: 479px) {
  .show_tb {
    display: none;
  }
}

.show_sp {
  display: none;
}

@media only screen and (max-width: 979px) {
  .show_sp {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .show_sp {
    display: block;
  }
}

.nobbor {
  border-bottom: none;
}

.addbbor {
  border-bottom: 1px solid #d4d4d4;
}

.addrbor {
  border-right: 1px solid #d4d4d4;
}

.addlbor {
  border-left: 1px solid #d4d4d4;
}

.addtbor {
  border-top: 1px solid #d4d4d4;
}

.temp-after,
header nav ul.gnav li.hasSubNav > div ul li:after {
  content: "";
  display: block;
  position: absolute;
}

.box-block {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.box-table {
  width: 100%;
  margin: 0 auto;
  display: table;
}

.box-border {
  width: 100%;
}

.squre-green {
  background-color: #6de292;
  width: 7px;
  height: 7px;
  display: inline-block;
}

.text-m,
.caution,
.caution em,
.page-home section#feed div.feeds ul li div {
  font-size: 12px;
  line-height: 22px;
  font-style: normal;
  font-weight: normal;
  color: #4d4d4d;
}

.caution {
  width: 100%;
  color: #4d4d4d;
}

.caution em {
  padding-left: 5px;
}

.text-overflow {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.link {
  text-decoration: underline;
  color: #0f9e3c !important;
  text-align: center;
}

.flip-container {
  -webkit-perspective: 1000;
  perspective: 1000;
}

.flip-container:hover .flipper,
.flip-container.hover .flipper {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.flip-container,
.front,
.back {
  width: 25px;
  height: 25px;
}

.flipper {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}

.front,
.back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

@-webkit-keyframes hover_bound {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes hover_bound {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.hover_bound {
  -webkit-animation: hover_bound 0.5s ease-in;
  animation: hover_bound 0.5s ease-in;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

@-webkit-keyframes hover_bound2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes hover_bound2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes hover_flash {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    zoom: 1;
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    zoom: 1;
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    zoom: 1;
  }
}

@keyframes hover_flash {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    zoom: 1;
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    zoom: 1;
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    zoom: 1;
  }
}

@-webkit-keyframes hover_shake {
  0% {
    left: -1%;
  }
  25% {
    left: 1%;
  }
  50% {
    left: -1%;
  }
  75% {
    left: 1%;
  }
  100% {
    left: -1%;
  }
}

@keyframes hover_shake {
  0% {
    left: -1%;
  }
  25% {
    left: 1%;
  }
  50% {
    left: -1%;
  }
  75% {
    left: 1%;
  }
  100% {
    left: -1%;
  }
}

html,
body {
  background-color: #ffffff;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input,
textarea {
  padding: 0;
  background-color: inherit;
  border: none;
}

body,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
input,
textarea,
option,
div,
p,
dt,
dd,
li,
address {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  letter-spacing: 0.04em;
  word-break: auto-phrase;
}

.text-h {
  font-size: 18px;
  line-height: 27px;
  color: #333333;
  font-weight: inherit;
}

.text-xs {
  font-size: 10px;
  line-height: 15px;
  color: #333333;
  font-weight: inherit;
}

.text-s {
  font-size: 12px;
  line-height: 16px;
  color: #333333;
  font-weight: inherit;
}

.text-m,
.caution,
.caution em,
.page-home section#feed div.feeds ul li div {
  font-size: 13px;
  line-height: 24px;
  color: #333333;
  font-weight: inherit;
}

.text-l {
  font-size: 14px;
  line-height: 26px;
  color: #333333;
  font-weight: inherit;
}

.text-white {
  color: white;
}

.text-bold {
  font-weight: bold;
}

a {
  color: #333333;
  text-decoration: none;
}

a:visited {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #333333;
  text-decoration: none;
}

article {
  text-align: left;
}

.box-block {
  display: block;
  width: 100%;
}

.box-inline {
  display: inline-block;
}

.box-none {
  display: none;
}

.section_wrap {
  width: 1080px;
  margin: 0 auto;
}

.box-rel {
  position: relative;
}

.box-absolute {
  position: absolute;
}

.box-block {
  display: block;
  width: 100%;
}

.box-inline {
  display: inline-block;
}

.box-none {
  display: none;
}

.font-h {
  font-size: 18px;
  line-height: 27px;
  color: #333;
  font-weight: inherit;
}

.font-xs {
  font-size: 10px;
  line-height: 15px;
  color: #333;
  font-weight: inherit;
}

.font-s {
  font-size: 12px;
  line-height: 18px;
  color: #333;
  font-weight: inherit;
}

.font-m {
  font-size: 14px;
  line-height: 22px;
  color: #333;
  font-weight: inherit;
}

.font-l {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-weight: inherit;
}

.font-white {
  color: white;
}

.font-bold {
  font-weight: bold;
}

.addbor {
  border-bottom: 1px solid #e7e7e7 !important;
}

.adtbor {
  border-top: 1px solid #e7e7e7 !important;
}

.adlbor {
  border-left: 1px solid #e7e7e7 !important;
}

.adrbor {
  border-right: 1px solid #e7e7e7 !important;
}

.addallbor,
.box-border {
  border: 1px solid #e7e7e7 !important;
}

.nobbor {
  border-bottom: none !important;
}

.notbor {
  border-top: none !important;
}

.nolbor {
  border-left: none !important;
}

.norbor {
  border-right: none !important;
}

.noallbor {
  border: none !important;
}

header {
  position: fixed;
  height: 70px;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
  border-bottom: 1px solid #dddddd;
}

header .head_wrap {
  height: 70px;
  width: 1060px;
  margin: 0 auto;
}

header h1.logo,
header p.logo {
  height: 70px;
  padding-right: 80px;
  float: left;
}

header h1.logo a,
header p.logo a {
  display: block;
}

header nav {
  float: right;
  height: 70px;
}

header nav ul.gnav {
  height: 100%;
}

header nav ul.gnav li {
  font-weight: bold;
  display: inline-block;
  padding-right: 27px;
  height: 100%;
}

header nav ul.gnav li.gnav_02 a {
  letter-spacing: 0.07em;
}

header nav ul.gnav li a {
  transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  font-size: 13px;
  line-height: 71px;
  color: #333333;
  font-weight: inherit;
  letter-spacing: 0.05em;
  display: block;
}

header nav ul.gnav li a:hover {
  font-size: 13px;
  line-height: 71px;
  color: #0f9e3c;
  font-weight: inherit;
}

header nav ul.gnav li.hasSubNav > div {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  zoom: 1;
  display: none;
  width: 100%;
  background-color: #212121;
  left: 0;
  height: 50px;
  bottom: -50px;
}

header nav ul.gnav li.hasSubNav > div ul {
  height: 50px;
  text-align: center;
}

header nav ul.gnav li.hasSubNav > div ul li {
  display: inline-block;
  text-align: center;
  padding: 0;
}

header nav ul.gnav li.hasSubNav > div ul li a {
  text-align: center;
  display: inline-block;
  padding: 0 30px;
  font-size: 13px;
  line-height: 50px;
  color: #fff;
  font-weight: inherit;
}

header nav ul.gnav li.hasSubNav > div ul li a:hover {
  font-size: 13px;
  line-height: 50px;
  color: #0f9e3c;
  font-weight: inherit;
}

header nav ul.gnav li.hasSubNav > div ul li:after {
  width: 1px;
  height: 15px;
  background-color: #383838;
  top: 18px;
}

header nav ul.gnav li.hasSubNav > div ul li:first-child:after {
  display: none;
}

header nav ul.gnav li.sns {
  padding-right: 50px;
}

header nav ul.gnav li.sns ul {
  margin-top: 12px;
}

header nav ul.gnav li.sns ul li {
  padding-right: 0;
  vertical-align: middle;
}

header nav ul.gnav li.sns ul li a {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: relative;
  background-color: #333;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

header nav ul.gnav li.sns ul li a img {
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

header nav ul.gnav li.sns ul li:hover a {
  background-color: #0f9e3c;
}

header nav ul.gnav li.sns ul li.sns_tw {
  padding-left: 3px;
}

header nav ul.gnav li.blog {
  padding-right: 0;
  width: 145px;
  text-align: center;
}

header nav ul.gnav li.blog a {
  color: #fff;
  background: url(../img/common/header/bg_blog.png) no-repeat center center;
  height: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

header nav ul.gnav li.blog a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  zoom: 1;
}

header #gsub_wrap {
  position: relative;
  pointer-events: none;
}

header #gsub_wrap.hover01 span,
header #gsub_wrap.hover02 span,
header #gsub_wrap.hover03 span,
header #gsub_wrap.hover04 span {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  zoom: 1;
}

header #gsub_wrap span {
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  zoom: 1;
  width: 14px;
  position: absolute;
  width: 14px;
  height: 6px;
  top: -6px;
  left: 0;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  height: 6px;
}

header #gsub_wrap span img {
  pointer-events: none;
  vertical-align: top;
}

.page-service #gnav li.gnav_01 a,
.page-dc #gnav li.gnav_01 a {
  height: 100%;
  box-sizing: border-box;
  border-bottom: 4px solid #0f9e3c;
}

.page-service #gnav li.gnav_01 .gsub-child li a,
.page-dc #gnav li.gnav_01 .gsub-child li a {
  border-bottom: none;
}

.page-corporate #gnav li.gnav_02 a {
  height: 100%;
  box-sizing: border-box;
  border-bottom: 4px solid #0f9e3c;
}

.page-corporate #gnav li.gnav_02 .gsub-child li a {
  border-bottom: none;
}

.page-recruit #gnav li.gnav_03 a {
  height: 100%;
  box-sizing: border-box;
  border-bottom: 4px solid #0f9e3c;
}

.page-contact #gnav li.gnav_04 a {
  height: 100%;
  box-sizing: border-box;
  border-bottom: 4px solid #0f9e3c;
}

body {
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}

body #wrapAll {
  padding-top: 70px;
}

body h1.h-type01,
body h2.h-type01 {
  font-size: 38px;
  line-height: 72px;
  color: #444444;
  font-weight: inherit;
  width: 100%;
  text-align: center;
  margin: 100px 0 0 0;
}

body h1.h-type01 span,
body h2.h-type01 span {
  font-size: 12px;
  line-height: 28px;
  color: #0f9e3c;
  font-weight: bold;
  display: block;
  margin: 0 auto 30px auto;
  text-align: center;
  position: relative;
  top: -1rem;
}

body h1.h-type02,
body h2.h-type02 {
  font-size: 38px;
  line-height: 72px;
  color: #444444;
  font-weight: inherit;
  text-align: center;
  margin-bottom: 70px;
}

body h1.h-type02 span,
body h2.h-type02 span {
  text-align: center;
  display: block;
  line-height: 0;
}

body section .section-wrap {
  width: 1080px;
  margin: 0 auto;
}

body section .section-wrap-2 {
  max-width: 1280px;
  min-width: 1080px;
  width: auto;
  margin: 0 auto;
}

body section .section-wrap-3 {
  width: 1030px;
  margin: 0 auto;
}

body section .section-wrap-4 {
  width: 840px;
  margin: 0 auto;
}

body section .section-wrap-5 {
  width: 900px;
  margin: 0 auto;
}

body section .col2 {
  width: 540px;
  float: left;
}

body ul.dot li {
  padding-left: 17px;
  position: relative;
}

body ul.dot li:before {
  display: block;
  content: "";
  position: absolute;
  top: 14px;
  left: 6px;
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
}

#totop {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 25px;
  display: block;
  width: 37px;
}

.cimg_wrap {
  position: relative;
}

.cimg_wrap .cimg {
  position: absolute;
  top: 0;
  left: 0;
}

.cimg_wrap.noimg:after {
  display: block;
  content: "";
  position: absolute;
  top: -20%;
  left: 50%;
  width: 0;
  height: 140%;
  border-left: 1px solid #f4f4f4;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-home section div.section-wrap,
.page-home section div.section-wrap-3 {
  padding: 60px 0;
}

.page-home section#Mainpic {
  width: 100%;
  height: 600px;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  zoom: 1;
}

.page-home section#Mainpic.load {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  zoom: 1;
}

.page-home section#Mainpic .bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  width: 100%;
}

.page-home section#Mainpic .bx-wrapper .bx-viewport ul {
  width: 100%;
  height: 600px;
}

.page-home section#Mainpic .bx-wrapper .bx-viewport ul li {
  background: #f8f8f8;
  width: 100%;
  height: 600px;
}

.page-home section#Mainpic .bx-wrapper .bx-viewport ul li.big:after {
  background-image: -webkit-linear-gradient(
    left,
    #f8f8f8,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 0) 80%,
    #f8f8f8
  );
  background-image: linear-gradient(
    to right,
    #f8f8f8,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 0) 80%,
    #f8f8f8
  );
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 50%;
  margin-left: -940px;
  width: 1880px;
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 80;
}

.page-home section#Mainpic .bx-wrapper .bx-viewport ul li.big.blue {
  background: #7ca8cf;
}

.page-home section#Mainpic .bx-wrapper .bx-viewport ul li.big.blue:after {
  background-image: -webkit-linear-gradient(
    left,
    #7ca8cf,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 0) 80%,
    #7ca8cf
  );
  background-image: linear-gradient(
    to right,
    #7ca8cf,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 0) 80%,
    #7ca8cf
  );
}

.page-home section#Mainpic .bx-wrapper .bx-viewport ul li a {
  display: block;
  width: 100%;
  height: 600px;
  z-index: 90;
  position: absolute;
  top: 0;
  left: 0;
}

.page-home section#Mainpic .bx-wrapper .bx-viewport ul li img {
  display: block;
  margin: 0 auto;
  z-index: 60;
}

.page-home section#Mainpic .bx-wrapper .bx-pager {
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 3%;
  z-index: 100;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page-home section#Mainpic .bx-wrapper .bx-pager .bx-pager-item {
  display: inline;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.page-home section#Mainpic .bx-wrapper .bx-pager .bx-pager-item a {
  text-indent: -9999px;
  display: inline-block;
  background: #fff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 0.4rem;
  transition: opacity 800ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms;
  -webkit-transition: opacity 800ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms;
  -moz-transition: opacity 800ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms;
  -ms-transition: opacity 800ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms;
  -o-transition: opacity 800ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms;
}

.page-home section#Mainpic .bx-wrapper .bx-pager .bx-pager-item a.active {
  background: #999;
}

.page-home section#Mainpic .bx-wrapper .bx-pager.blue .bx-pager-item a {
  background: #b8b8b8;
}

.page-home section#Mainpic .bx-wrapper .bx-pager.blue .bx-pager-item a.active {
  background: #999;
}

.page-home section#service div.section-wrap {
  padding: 40px 0 65px;
}

.page-home section#service div.section-wrap ul {
  width: 100%;
  height: 260px;
}

.page-home section#service div.section-wrap ul li {
  width: 50%;
  vertical-align: top;
  height: 180px;
}

.page-home section#service div.section-wrap ul li div.home_content {
  display: block;
  width: 100%;
  height: 100%;
}

.page-home section#service div.section-wrap ul li div.home_content dl {
  margin: 0 45px;
  height: 100%;
}

@-moz-document url-prefix() {
  .page-home section#service div.section-wrap ul li div.home_content dl {
    height: 105% !important;
  }
}

.page-home section#service div.section-wrap ul li div.home_content dl dt {
  width: 105px;
  vertical-align: middle;
  position: relative;
}

.page-home section#service div.section-wrap ul li div.home_content dl dt span {
  -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

.page-home section#service div.section-wrap ul li div.home_content dl dt.service01 span {
  display: block;
  width: 80px;
  height: 80px;
  margin: auto;
}

.page-home section#service div.section-wrap ul li div.home_content dl dt.service02 span {
  display: block;
  width: 80px;
  height: 80px;
  margin: auto;
}

.page-home section#service div.section-wrap ul li div.home_content dl dt.service03 img {
  display: block;
  margin: 0 auto;
}

.page-home section#service div.section-wrap ul li div.home_content dl dt.service03 span {
  position: absolute;
  left: 3px;
  top: 20px;
}

.page-home section#service div.section-wrap ul li div.home_content dl dt.service04 span {
  display: block;
  width: 91px;
  height: 70px;
  margin: auto;
}

.page-home section#service div.section-wrap ul li div.home_content dl dd {
  padding-left: 25px;
  width: 320px;
  vertical-align: top;
}

.page-home section#service div.section-wrap ul li div.home_content dl dd.service04 {
  padding-left: 39px;
}

.page-home section#service div.section-wrap ul li div.home_content dl dd h3 {
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-home section#service div.section-wrap ul li div.home_content dl dd p {
  font-size: 18px;
  line-height: 1.7857;
  color: #333333;
  font-weight: inherit;
}

.page-home section#service div.section-wrap ul li div.home_content:hover dl dt.service01 span {
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.page-home section#service div.section-wrap ul li div.home_content:hover dl dt.service02 span {
  -webkit-transform: rotate3d(0.5, 0.5, 0, 180deg);
  -ms-transform: rotate3d(0.5, 0.5, 0, 180deg);
  transform: rotate3d(0.5, 0.5, 0, 180deg);
}

.page-home section#service div.section-wrap ul li div.home_content:hover dl dt.service03 span {
  -webkit-animation: hover_flash 0.5s ease-in;
  animation: hover_flash 0.5s ease-in;
}

.page-home section#service div.section-wrap ul li div.home_content:hover dl dt.service04 span {
  -webkit-animation: hover_bound2 0.5s ease-in;
  animation: hover_bound2 0.5s ease-in;
}

.page-home section#feed {
  background-color: #f8f8f8;
  display: table;
  width: 100%;
}

.page-home section#feed h2.h-type01 {
  margin-top: 0;
}

.page-home section#feed div.feeds {
  /*width: 50%;*/
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  zoom: 1;
  transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  /*display: table-cell;*/
}

.page-home section#feed div.feeds.news {
  background: #f2f2f2;
}

.page-home section#feed div.feeds.news .feed_inner {
  margin-left: auto;
}

.page-home section#feed div.feeds.blog {
  background: #e8e8e8;
}

.page-home section#feed div.feeds.blog .feed_inner {
  margin-right: auto;
}

.page-home section#feed div.feeds.scroll {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  zoom: 1;
}

.page-home section#feed div.feeds .feed_inner {
  width: 800px;
  /*width: 1000px;*/
  margin: 3rem auto 6.25rem;
}

.page-home section#feed div.feeds ul {
  margin: -6px 0 40px 0;
}

.page-home section#feed div.feeds ul li {
  display: block;
}

.page-home section#feed div.feeds ul li div {
  display: block;
  overflow: hidden;
}

.page-home section#feed div.feeds ul li div span,
.page-home section#feed div.feeds ul li div h3 {
  float: left;
  font-size: 16px;
  line-height: 2;
  color: #333333;
  font-weight: inherit;
}

.page-home section#feed div.feeds ul li div span {
  letter-spacing: 0.1em;
  width: 100px;
}

.page-home section#feed div.feeds ul li div h3 {
  letter-spacing: 0;
  width: 375px;
}

.page-home section#feed div.feeds ul li div h3 a {
  text-decoration: underline;
}

.page-home section#feed div.feeds ul li div h3 a:hover {
  text-decoration: none;
}

.page-home section#feed div.feeds > div {
  margin-left: 45px;
}

.page-home section#feed div.feeds > div article {
  margin-bottom: 20px;
}

.page-home section#feed div.feeds > div article a {
  display: block;
  overflow: hidden;
}

.page-home section#feed div.feeds > div article a:hover div.flR h3 {
  font-size: 16px;
  line-height: 1.71428;
  color: #0f9e3c;
  font-weight: inherit;
  font-weight: bold;
}

.page-home section#feed div.feeds > div article a:hover div.flL img {
  -webkit-transform: scale(1.1) !important;
  -ms-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}

.page-home section#feed div.feeds > div article a div.flL {
  width: 200px;
  height: 160px;
  /*
    width: 90px;
    height: 90px;
*/
  overflow: hidden;
}

.page-home section#feed div.feeds > div article a div.flL img {
  transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 100%;
}

.page-home section#feed div.feeds > div article a div.flL img.img_h100p {
  width: auto;
  height: 100%;
  display: block;
  margin: 0 auto;
}

.page-home section#feed div.feeds > div article a div.flL img.img_w100p {
  width: auto;
  height: 100%;
  display: block;
  margin: 0 auto;
}

.page-home section#feed div.feeds > div article a div.flR {
  width: 500px;
  /*width: 360px;*/
  margin-top: -6px;
}

.page-home section#feed div.feeds > div article a div.flR span {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  font-weight: inherit;
  letter-spacing: 0.1em;
}

.page-home section#feed div.feeds > div article a div.flR h3 {
  transition: color 0.6s;
  -moz-transition: color 0.6s;
  -webkit-transition: color 0.6s;
  -o-transition: color 0.6s;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  font-weight: inherit;
  font-weight: bold;
}

.page-home section#feed div.feeds > div article a div.flR p {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  font-weight: inherit;
}

.page-home section#bnr.scroll ul li {
  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.page-home section#bnr.scroll.scale ul li {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

.page-home section#bnr ul {
  display: table;
  padding: 60px 0 70px 0;
  width: 100%;
  height: 140px;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
}

.page-home section#bnr ul li {
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  zoom: 1;
  display: table-cell;
  padding-left: 20px;
  -webkit-transform: translate3d(0, 30px, 0);
  -ms-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  vertical-align: top;
}

.page-home section#bnr ul li:first-child {
  padding-left: 0;
}

.page-home section#bnr ul li.scroll {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  zoom: 1;
}

.page-home section#bnr ul li a {
  display: block;
  margin: 0 auto;
  width: 340px;
}

.page-home section#bnr ul li a:hover .bnr-wrap {
  border-radius: 5px;
}

.page-home section#bnr ul li a:hover .bnr-wrap img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.page-home section#bnr ul li a .bnr-wrap {
  overflow: hidden;
  width: 340px;
  height: 150px;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.page-home section#bnr ul li a .bnr-wrap img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
}

.page-home section#bnr ul li a h4 {
  padding: 10px 0;
  text-align: center;
  font-size: 15px;
  line-height: 36px;
  color: #333333;
  font-weight: bold;
}

.page-content h1 {
  height: 210px;
  padding-top: 110px;
}

.page-content h2 {
  font-size: 26px;
  line-height: 2.77;
  color: #333333;
  font-weight: bold;
  position: relative;
  text-align: center;
}

.page-content h2::after {
  display: block;
  content: "";
  position: relative;
  width: 26px;
  height: 1px;
  background: #0f9e3c;
  margin: 0.5rem auto 1rem;
}

.page-content h2.exclude-after::after {
  content: none;
  display: none;
}

.page-content .btn_faq {
  text-align: center;
  margin: 1.6875rem auto;
}

.page-content .btn_faq a {
  display: block;
  margin: 0 auto;
  width: 420px;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: inherit;
  font-weight: bold;
  padding: 20px 0;
  background-color: #adadad;
  -webtki-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  border-radius: 3px;
  transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}

.page-content .btn_faq a:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: 28px;
  left: auto;
  right: 14px;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
}

.page-content .btn_faq a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  zoom: 1;
}

.page-content p {
  font-size: 18px;
  line-height: 1.8667;
  color: #333333;
  font-weight: inherit;
  letter-spacing: 0;
}

.page-content.page-service h1 {
  background: #f6f6f4 url(../img/service/h1_service.jpg) repeat-x center;
}

.page-content.page-service section {
  margin: 95px auto;
}

.page-content.page-service section.section {
  margin: 0 auto;
}

.page-content.page-service section li {
  font-size: 16px;
  line-height: 1.8667;
  color: #333333;
  font-weight: inherit;
  letter-spacing: 0;
}

.page-content.page-service section dl {
  width: 100%;
  box-sizing: border-box;
}

.page-content.page-service section dl dt {
  width: 190px;
  vertical-align: middle;
  position: relative;
  text-align: center;
}

.page-content.page-service section dl dt span {
  display: block;
  margin: auto;
  -webkit-transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

.page-content.page-service section dl dt.service01 span {
  width: 80px;
  height: 80px;
}

.page-content.page-service section dl dt.service02 span {
  width: 80px;
  height: 80px;
}

.page-content.page-service section dl dt.service03 {
  padding-top: 30px;
}

.page-content.page-service section dl dt.service03 span {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 0;
}

.page-content.page-service section dl dt.service04 span {
  width: 91px;
  height: 70px;
}

.page-content.page-service section dl dt.scroll.service01 span {
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.page-content.page-service section dl dt.scroll.service02 span {
  -webkit-transform: rotate3d(0.5, 0.5, 0, 180deg);
  -ms-transform: rotate3d(0.5, 0.5, 0, 180deg);
  transform: rotate3d(0.5, 0.5, 0, 180deg);
}

.page-content.page-service section dl dt.scroll.service03 span {
  -webkit-animation: hover_flash 0.5s ease-in;
  animation: hover_flash 0.5s ease-in;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  zoom: 1;
}

.page-content.page-service section dl dt.scroll.service04 span {
  -webkit-animation: hover_bound2 0.5s ease-in;
  animation: hover_bound2 0.5s ease-in;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  zoom: 1;
}

.page-content.page-service section dl dd {
  vertical-align: middle;
}

.page-content.page-service section dl.content {
  background: #f8f8f8;
  margin: 2.25rem 0 0;
  padding: 2.5rem;
  border-radius: 3px;
}

.page-content.page-service section dl.content dt {
  text-align: left;
  vertical-align: top;
  width: 210px;
  border-right: 1px solid #eae7e7;
}

.page-content.page-service section dl.content dt h3 {
  font-size: 17px;
  line-height: 1.53;
  color: #333333;
  font-weight: bold;
}

.page-content.page-service section dl.content dd {
  padding-left: 2.5rem;
}

.page-content.page-service section dl.content dd ol {
  counter-reset: ol_content;
  list-style: none;
}

.page-content.page-service section dl.content dd ol li {
  position: relative;
  padding-left: 2rem;
}

.page-content.page-service section dl.content dd ol li:before {
  counter-increment: ol_content;
  content: counter(ol_content) ".";
  font-weight: bold;
  padding-right: 1rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.page-content.page-service section #pbx h2:after {
  margin-bottom: 2rem;
}

.page-content.page-service section #pbx .pbx_outer {
  border: 1px solid #ddd;
  border-radius: 10px;
  position: relative;
  height: 388px;
  margin-top: 2.5rem;
}

.page-content.page-service section #pbx .pbx_outer .pbximg01,
.page-content.page-service section #pbx .pbx_outer .inner_txt,
.page-content.page-service section #pbx .pbx_outer .pbximg02,
.page-content.page-service section #pbx .pbx_outer .pbximg03,
.page-content.page-service section #pbx .pbx_outer .outer_txt {
  -webkit-transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

.page-content.page-service section #pbx .pbx_outer .pbx_inner {
  width: 75.2%;
  background: #f6f6f6;
  border-radius: 5px;
  margin-left: auto;
  margin-right: 1.875rem;
  position: relative;
  top: 200px;
  height: 160px;
}

.page-content.page-service section #pbx .pbx_outer span {
  font-size: 17px;
  line-height: 1;
  color: #333333;
  font-weight: bold;
  position: absolute;
}

.page-content.page-service section #pbx .pbx_outer span.outer_ttl {
  top: 30px;
  left: 30px;
}

.page-content.page-service section #pbx .pbx_outer span.inner_ttl {
  top: 20px;
  left: 20px;
}

.page-content.page-service section #pbx .pbx_outer p {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2857;
  color: #0f9e3c;
  font-weight: bold;
  padding-bottom: 0.1rem;
  border-bottom: 2px solid #0f9e3c;
  position: absolute;
}

.page-content.page-service section #pbx .pbx_outer p.outer_txt {
  top: 30px;
  left: auto;
  right: 30px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  zoom: 1;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
}

.page-content.page-service section #pbx .pbx_outer p.outer_txt.scroll {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  zoom: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.page-content.page-service section #pbx .pbx_outer p.inner_txt {
  top: auto;
  left: 44px;
  bottom: 55px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  zoom: 1;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
}

.page-content.page-service section #pbx .pbx_outer p.inner_txt.scroll {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  zoom: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.page-content.page-service section #pbx .pbx_outer img {
  position: absolute;
}

.page-content.page-service section #pbx .pbx_outer img.pbximg01 {
  top: 120px;
  left: 48px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  zoom: 1;
}

.page-content.page-service section #pbx .pbx_outer img.pbximg01.scroll {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  zoom: 1;
}

.page-content.page-service section #pbx .pbx_outer img.pbximg02 {
  top: 21px;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  zoom: 1;
}

.page-content.page-service section #pbx .pbx_outer img.pbximg02.scroll {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  zoom: 1;
}

.page-content.page-service section #pbx .pbx_outer img.pbximg03 {
  top: 50px;
  left: 302px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  zoom: 1;
}

.page-content.page-service section #pbx .pbx_outer img.pbximg03.scroll {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  zoom: 1;
}

.page-content.page-service section #dtc {
  margin-bottom: 9.375rem;
}

.page-content.page-service section #dtc ul {
  width: 100%;
  margin: 2.25rem 0;
}

.page-content.page-service section #dtc ul li {
  -webkit-transition: opacity 0.8s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: opacity 0.8s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  zoom: 1;
}

.page-content.page-service section #dtc ul li.scroll {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  zoom: 1;
}

.page-content.page-service .btn_more {
  text-align: center;
  margin: 1.6875rem auto;
}

.page-content.page-service .btn_more a {
  display: inline-block;
  font-size: 18px;
  line-height: 1.1;
  color: #333333;
  font-weight: inherit;
  position: relative;
  border-bottom: 1px solid #333333;
  text-align: center;
  transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}

.page-content.page-service .btn_more a:after {
  display: block;
  content: "";
  position: absolute;
  top: 6px;
  left: auto;
  right: -16px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #0f9e3c;
  border-right: 2px solid #0f9e3c;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-content.page-service .btn_more a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  zoom: 1;
}

.page-content.page-dc header {
  border-bottom: 1px solid #dddddd;
}

.page-content.page-dc #wrapAll {
  background: url(../img/service/bg_dc.png) no-repeat center top;
}

/*.page-content.page-dc #wrapAll h1 {
  margin-bottom: 0;
}
*/

.page-content.page-dc #wrapAll li {
  font-size: 17px;
  line-height: 1.8667;
  color: #333333;
  font-weight: inherit;
}

.page-content.page-dc section#chara {
  margin: 0rem auto 6rem;
}

.page-content.page-dc section#chara li.dtc {
  width: 33.3333%;
  padding: 0 2rem;
}

.page-content.page-dc section#chara li.dtc h3 {
  font-size: 18px;
  line-height: 4;
  color: #333333;
  font-weight: bold;
  text-align: center;
}

.page-content.page-dc section#chara li.dtc h3:before {
  display: block;
  content: "";
  position: relative;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
}

.page-content.page-dc section#chara li.dtc h3.no1:before {
  background: url(../img/service/ico_01.png) no-repeat;
}

.page-content.page-dc section#chara li.dtc h3.no2:before {
  background: url(../img/service/ico_02.png) no-repeat;
}

.page-content.page-dc section#chara li.dtc h3.no3:before {
  background: url(../img/service/ico_03.png) no-repeat;
}

.page-content.page-dc section#access {
  padding: 6rem 0 0;
  background: #f8f8f8;
}

.page-content.page-dc section#access ul {
  margin-bottom: 95px;
}

.page-content.page-dc section#access img {
  display: block;
  margin: 0 auto;
}

.page-content.page-dc section#access div.img_dtc03 {
  width: 100%;
  height: 400px;
  background: #efefef url(../img/service/img_dtc03.jpg) no-repeat center center;
}

.page-content.page-dc section#detail {
  margin: 6rem auto;
}

.page-content.page-dc section#detail ul.dot {
  border: 1px solid #ddd;
  margin-top: 2.25rem;
  border-radius: 10px;
  padding: 2.25rem;
}

.page-content.page-dc section#emergency {
  padding: 6rem 0 9.375rem;
  background: #f8f8f8;
}

.page-content.page-dc section#emergency ul.dt {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.page-content.page-dc section#emergency ul.dt li.dtc {
  width: 50%;
  position: relative;
  vertical-align: top;
}

.page-content.page-dc section#emergency ul.dt li.dtc:before {
  display: block;
  content: "";
  width: 95%;
  height: 310px;
  background: url(../img/common/bg_stripe.png);
  border-radius: 10px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.page-content.page-dc section#emergency ul.dt li.dtc div {
  width: 95%;
  height: 310px;
  box-sizing: border-box;
  padding: 30px 40px 46px 40px;
  background: #fff;
  border-radius: 10px;
  position: relative;
}

.page-content.page-dc section#emergency ul.dt li.dtc h3 {
  font-size: 18px;
  line-height: 1;
  color: #0f9e3c;
  font-weight: bold;
  text-align: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.875rem;
}

.page-content.page-dc section#emergency ul.dt li.dtc h3 span {
  font-size: 14px;
}

.page-content.page-dc section#emergency ul.dt li.dtc p {
  font-size: 18px;
  line-height: 1.2777;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 0.625rem;
}

.page-content.page-dc section#emergency ul.dt li.dtc p.small {
  font-size: 16px;
  line-height: 1.6923;
  color: #333333;
  font-weight: inherit;
  text-align: left;
  margin-top: 1.25rem;
}

.page-content.page-dc section#emergency ul.dt li.dtc p span {
  margin-right: 0.5rem;
}

.page-content.page-dc section#emergency ul.dt li.dtc p .mail {
  vertical-align: sub;
}

.page-content.page-corporate h1 {
  background: url(../img/corporate/h1_corporate.jpg) repeat-x center;
}

.page-content.page-corporate section#about {
  margin: 5rem auto;
}

.page-content.page-corporate section#about ul {
  width: 100%;
}

.page-content.page-corporate section#about ul li {
  vertical-align: top;
}

.page-content.page-corporate section#about ul li:first-child {
  width: 60%;
}

.page-content.page-corporate section#about ul li table {
  width: 100%;
}

.page-content.page-corporate section#about ul li table th,
.page-content.page-corporate section#about ul li table td {
  font-size: 18px;
  line-height: 1.86666;
  color: #333333;
  font-weight: inherit;
  vertical-align: top;
  padding-bottom: 1rem;
}

.page-content.page-corporate section#about ul li table th {
  width: 25%;
  font-weight: bold;
}

.page-content.page-corporate section#map {
  background: #f8f8f8;
  padding: 6rem 0 6.25rem;
}

.page-content.page-corporate section#map div.section-wrap-5 {
  position: relative;
}

.page-content.page-corporate section#map div.section-wrap-5:before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 900px;
  height: 400px;
  background: url(../img/corporate/bg_map.png) no-repeat;
}

.page-content.page-corporate section#map div.section-wrap-5 div#map_canvas {
  width: 900px;
  height: 400px;
  margin-bottom: 1.5rem;
  border-radius: 10px;
}

.page-content.page-corporate section#map div.section-wrap-5 ul {
  width: 100%;
}

.page-content.page-corporate section#map div.section-wrap-5 ul li {
  font-size: 15px;
  line-height: 1.8667;
  color: #333333;
  font-weight: inherit;
}

.page-content.page-corporate section#map div.section-wrap-5 ul li:first-child {
  width: 120px;
}

.page-content.page-corporate section#map div.section-wrap-5 ul li span {
  font-weight: bold;
}

.page-content.page-corporate section#map div.section-wrap-5 ul li a {
  padding-bottom: 2px;
  border-bottom: 1px solid #333333;
  position: relative;
  transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  margin-right: 0.6rem;
}

.page-content.page-corporate section#map div.section-wrap-5 ul li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  left: auto;
  right: -10px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #0f9e3c;
  border-right: 2px solid #0f9e3c;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-content.page-corporate section#map div.section-wrap-5 ul li a:hover {
  border: none;
}

.page-content.page-corporate section#greeting {
  height: 660px;
  padding: 60px 0;
  background: url(../img/corporate/bg_greeting.png) no-repeat center top;
}

.page-content.page-corporate section#greeting .box {
  width: 555px;
  background: #fff;
  border-radius: 10px;
  padding: 10px 30px 30px;
  opacity: 95%;
}

.page-content.page-corporate section#greeting .box h3 {
  font-size: 18px;
  line-height: 1;
  color: #0f9e3c;
  font-weight: bold;
  margin: 1.5rem 0;
  text-align: center;
}

.page-content.page-corporate section#greeting .box p {
  font-size: 16px;
  line-height: 1.8667;
  color: #333333;
  font-weight: 500;
}

.page-content.page-corporate section#greeting .box p.tar {
  margin-top: 1rem;
}

.page-content.page-corporate section#officer {
  margin: 6rem auto 10rem;
}

.page-content.page-corporate section#officer ul {
  width: 100%;
}

.page-content.page-corporate section#officer ul li.dtc {
  vertical-align: top;
  width: 430px;
}

.page-content.page-corporate section#officer ul li.dtc h4 {
  font-size: 18px;
  line-height: 1;
  color: #333333;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.page-content.page-corporate section#officer ul li.dtc h5 {
  margin-top: 1.5rem;
  border-top: 1px solid #f0f0f0;
  padding-top: 1.5rem;
  font-size: 16px;
  line-height: 1;
  color: #333333;
  font-weight: bold;
  margin-bottom: 1rem;
}

.page-content.page-corporate section#officer ul li.dtc ul li {
  display: inline;
  font-size: 18px;
  line-height: 1.857;
  color: #333333;
  font-weight: inherit;
}

.page-content.page-corporate section#officer ul li.dtc ul li:after {
  display: inline;
  content: " / ";
}

.page-content.page-corporate section#officer ul li.dtc ul li:last-child::after {
  content: "";
}

.page-content.page-corporate section#officer ul.tar li.dtc {
  vertical-align: middle;
}

.page-content.page-corporate section#officer hr {
  background: #ddd;
  margin: 4rem 0;
}

/* 取締役追加 */

.page-content.page-corporate section#officer ul.tar02 li.dtc {
  vertical-align: middle;
}

/* 役員紹介画像の角丸修正　*/
.page-content.page-corporate section#officer .border_radius {
  border-radius: 10px;
}

.page-content.page-recruit h1 {
  background: url(../img/recruit/h1_recruit.jpg) no-repeat center center;
}

.page-content.page-recruit h3 {
  font-size: 18px;
  line-height: 1.44444;
  color: #333333;
  font-weight: bold;
  position: relative;
}

.page-content.page-recruit section#day {
  margin: 6rem auto;
}

.page-content.page-recruit section#day ul {
  margin-top: 2rem;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 2.5rem;
}

.page-content.page-recruit section#day ul li {
  padding-bottom: 2rem;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 2.5rem;
}

.page-content.page-recruit section#day ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.page-content.page-recruit section#day ul li dt {
  vertical-align: top;
}

.page-content.page-recruit section#day ul li dd {
  vertical-align: top;
  padding-left: 1.75rem;
}

.page-content.page-recruit section#day ul li dd h3 {
  padding-left: 2rem;
  margin-bottom: 0.75rem;
}

.page-content.page-recruit section#day ul li dd h3:before {
  display: block;
  background: #0f9e3c;
  font-size: 13px;
  line-height: 25px;
  color: #fff;
  font-weight: bold;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

.page-content.page-recruit section#day ul li dd h3.no1:before {
  content: "1";
}

.page-content.page-recruit section#day ul li dd h3.no2:before {
  content: "2";
}

.page-content.page-recruit section#day ul li dd h3.no3:before {
  content: "3";
}

.page-content.page-recruit section#day ul li dd h3.no4:before {
  content: "4";
}

.page-content.page-recruit section#day ul li dd h3.no5:before {
  content: "5";
}

.page-content.page-recruit section#day ul li dd h3.no6:before {
  content: "6";
}

.page-content.page-recruit section#day ul li dd h3.no7:before {
  content: "7";
}

.page-content.page-recruit section#day ul li dd h3.no8:before {
  content: "8";
}

.page-content.page-recruit section#day ul li dd a {
  text-decoration: underline;
}

.page-content.page-recruit section#day ul li dd a:hover {
  text-decoration: none;
}

.page-content.page-recruit section#secret {
  margin: 8rem auto;
}

.page-content.page-recruit section#secret div {
  background: #f4f4f4;
  border-radius: 10px;
  padding: 2.75rem;
  margin: 2rem 0;
}

.page-content.page-recruit section#secret div ul {
  padding-bottom: 2rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 2rem;
}

.page-content.page-recruit section#secret div ul.dot,
.page-content.page-recruit section#secret div ul.last {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.page-content.page-recruit section#secret div ul.dot li {
  border-left: none;
  padding-left: 17px;
}

.page-content.page-recruit section#secret div ul.dot li:first-child {
  padding-left: 17px;
}

.page-content.page-recruit section#secret div ul li {
  font-size: 18px;
  line-height: 1.8667;
  color: #333333;
  font-weight: inherit;
  vertical-align: top;
  border-left: 1px solid #e7e7e7;
  padding-left: 1.75rem;
}

.page-content.page-recruit section#secret div ul li:first-child {
  width: 250px;
  border-left: none;
  padding-left: 0;
}

.page-content.page-recruit section#secret div ul li h3 {
  padding-left: 1.5rem;
}

.page-content.page-recruit section#secret div ul li h3:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #0f9e3c;
}

.page-content.page-recruit section#secret div ul li h3.no1:before {
  content: "1.";
}

.page-content.page-recruit section#secret div ul li h3.no2:before {
  content: "2.";
}

.page-content.page-recruit section#secret div ul li h3.no3:before {
  content: "3.";
}

.page-content.page-recruit section#secret div ul li h3.no4:before {
  content: "4.";
}

.page-content.page-recruit section#secret div ul li h3.no5:before {
  content: "5.";
}

.page-content.page-recruit section#secret div ul li h3.no6:before {
  content: "6.";
}

.page-content.page-recruit section#secret div ul li h3.no7:before {
  content: "7.";
}

.page-content.page-recruit section#secret div ul li h3.no8:before {
  content: "8.";
}

.page-content.page-recruit section#secret div ul li h3.no9:before {
  content: "9.";
}

.page-content.page-recruit section#secret div ul li img {
  margin-left: 1rem;
}

.page-content.page-recruit section#secret div ul li.imgtxt ul {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.page-content.page-recruit section#secret div ul li.imgtxt ul li {
  width: 216px;
  border-left: none;
  padding-left: 0;
}

.page-content.page-recruit section#everyone {
  margin: 8rem auto 10rem;
}

.page-content.page-recruit section#everyone ul {
  width: 100%;
  margin-bottom: 0.75rem;
}

.page-sub {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  zoom: 1;
}

.page-sub.load {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  zoom: 1;
}

.page-sub #wrapAll section {
  padding: 100px 0 146px 0;
}

.page-sub #wrapAll section p {
  font-size: 18px;
  line-height: 1.8667;
  color: #333333;
  font-weight: inherit;
  letter-spacing: 0;
}

.page-sub #wrapAll section ul li {
  font-size: 18px;
  line-height: 1.8667;
  color: #333333;
  font-weight: inherit;
  letter-spacing: 0;
}

.page-sub .note {
  display: table;
  width: 100%;
  margin-top: 37px;
}

.page-sub .note h4,
.page-sub .note ul {
  display: table-cell;
  vertical-align: middle;
}

.page-sub .note h4 a {
  display: block;
  font-size: 16px;
  line-height: 56px;
  color: #fff;
  font-weight: inherit;
  font-weight: bold;
  padding: 0 25px;
  background-color: #adadad;
  width: 470px;
  -webtki-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  border-radius: 3px;
}

.page-sub .note h4 a:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: 22px;
  left: auto;
  right: 14px;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
}

.page-sub .note ul {
  padding-left: 27px;
}

/*.page-sub .note ul li{font-size:15px;line-height:26px;color:#333333;font-weight:inherit;display:inline-block;font-weight:bold !important}*/

.page-sub .note ul li.text {
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  font-weight: inherit;
  padding-bottom: 5px;
  font-weight: bold !important;
}

.page-sub .note ul li span {
  font-size: 15px;
  line-height: 26px;
  color: #0f9e3c;
  font-weight: inherit;
  padding-right: 0.3rem;
}

.page-sub .note ul li span.fax {
  padding-left: 0.6rem;
}

.page-sub .note ul li a:hover {
  text-decoration: underline;
}

.page-sub .note ul li .mail {
  vertical-align: sub;
}

.page-sub.page-contact h2 {
  font-size: 18px;
  line-height: 1.4444;
  color: #333333;
  font-weight: bold;
}

.page-sub.page-contact #wrapAll section section {
  margin: 2.5rem auto;
  padding: 2rem;
  border: 1px solid #ddd;
  border-radius: 10px;
  position: relative;
}

.page-sub.page-contact #wrapAll section section#tell p {
  position: absolute;
  top: 1.75rem;
  left: auto;
  right: 2rem;
  font-size: 24px;
  line-height: 1.5;
  color: #333333;
  font-weight: bold;
}

.page-sub.page-contact #wrapAll section section#tell p span {
  color: #0f9e3c;
  margin: 0 0.4rem 0 1.5rem;
}

.page-sub.page-contact #wrapAll section section#mail .important {
  position: relative;
}

.page-sub.page-contact #wrapAll section section#mail .important:before {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  background: #6de292;
  position: absolute;
  top: 2px;
  left: -10px;
}

.page-sub.page-contact #wrapAll section section#mail span {
  font-size: 13px;
  line-height: 2;
  color: #333333;
  font-weight: inherit;
}

.page-sub.page-contact #wrapAll section section#mail table {
  width: 100%;
  border-bottom: 1px solid #ededed;
  margin-bottom: 1rem;
}

.page-sub.page-contact #wrapAll section section#mail table th {
  font-size: 15px;
  line-height: 1.8667;
  color: #333333;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
}

.page-sub.page-contact #wrapAll section section#mail table td {
  vertical-align: top;
  padding-bottom: 1.75rem;
  position: relative;
  font-size: 15px;
  line-height: 1;
  color: #333333;
  font-weight: inherit;
}

.page-sub.page-contact #wrapAll section section#mail table td.important:before {
  top: 4px;
  left: -20px;
}

.page-sub.page-contact #wrapAll section section#mail table td p {
  font-size: 13px;
  line-height: 1;
  color: #f00;
  font-weight: inherit;
  position: absolute;
  top: 3.5rem;
  left: 0;
}

.page-sub.page-contact #wrapAll section section#mail input[type="text"] {
  background: #f8f8f8;
  padding: 0.75rem 1.5rem;
  width: 100%;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1;
  color: #333333;
  font-weight: inherit;
}

.page-sub.page-contact
  #wrapAll
  section
  section#mail
  input[type="text"]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f8f8f8 inset;
}

.page-sub.page-contact #wrapAll section section#mail textarea {
  background: #f8f8f8;
  width: 100%;
  height: 230px;
  padding: 0.75rem 1.5rem;
  box-sizing: border-box;
}

.page-sub.page-contact #wrapAll section section#mail label.tac {
  display: block;
  font-size: 15px;
  line-height: 24px;
  color: #333333;
  font-weight: bold;
  vertical-align: middle;
}

.page-sub.page-contact #wrapAll section section#mail label.tac a {
  border-bottom: 1px solid #333333;
}

.page-sub.page-contact #wrapAll section section#mail label.tac a:hover {
  border-bottom: none;
}

.page-sub.page-contact
  #wrapAll
  section
  section#mail
  label.tac
  input[type="checkbox"] {
  width: 24px;
  height: 24px;
  border: 1px solid #ddd;
  background: #f8f8f8;
  position: relative;
  top: 9px;
  left: -2px;
}

.page-sub.page-contact
  #wrapAll
  section
  section#mail
  label.tac
  input[type="checkbox"]:checked
  + p:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  zoom: 1;
}

.page-sub.page-contact #wrapAll section section#mail label.tac p {
  display: inline;
  position: relative;
}

.page-sub.page-contact #wrapAll section section#mail label.tac p:before {
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  height: 15px;
  top: -4px;
  left: -23px;
  border-bottom: 3px solid #0f9e3c;
  border-right: 3px solid #0f9e3c;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  zoom: 1;
}

.page-sub.page-contact #wrapAll section section#mail input[type="submit"] {
  display: block;
  width: 420px;
  height: 70px;
  background: #adadad url(../img/common/icon/arrow.png) no-repeat 95% center;
  border-radius: 5px;
  margin: 1.5rem auto;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

.page-sub.page-contact
  #wrapAll
  section
  section#mail
  input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  zoom: 1;
}

.page-sub.page-contact
  #wrapAll
  section
  section#mail
  input[type="submit"][disabled] {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)";
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  zoom: 1;
  cursor: default;
}

.page-sub.page-contact #wrapAll section section#mail .btn {
  font-size: 0;
}

.page-sub.page-contact
  #wrapAll
  section
  section#mail
  .btn
  input[type="submit"]#correction {
  font-size: 15px;
  line-height: 24px;
  color: #333333;
  font-weight: inherit;
  background: transparent;
  margin: 0;
  display: inline;
  width: auto;
  height: auto;
  border-bottom: 1px solid #333333;
  border-radius: 0;
}

.page-503 #wrapAll {
  position: relative;
}

.page-503 #wrapAll .section_wrap {
  text-align: center;
}

.page-503 #wrapAll .section_wrap h1 {
  margin: 0 auto 74px auto;
  text-align: center;
}

.page-503 #wrapAll .section_wrap p {
  font-size: 15px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 1.5em;
}

.page-503 #wrapAll .section_wrap a {
  font-size: 15px;
  line-height: 36px;
  text-align: center;
}

.page-privacy section .text-wrap h3,
.page-security section .text-wrap h3 {
  font-size: 17px;
  line-height: 26px;
  color: #333333;
  font-weight: bold;
  margin-top: 3rem;
  margin-bottom: 0.7rem;
}

.page-privacy section .text-wrap h3:before,
.page-security section .text-wrap h3:before {
  display: inline-block;
  color: #0f9e3c;
  padding-right: 0.4rem;
}

.page-privacy section .text-wrap h3.no1:before,
.page-security section .text-wrap h3.no1:before {
  content: "1.";
}

.page-privacy section .text-wrap h3.no2:before,
.page-security section .text-wrap h3.no2:before {
  content: "2.";
}

.page-privacy section .text-wrap h3.no3:before,
.page-security section .text-wrap h3.no3:before {
  content: "3.";
}

.page-privacy section .text-wrap h3.no4:before,
.page-security section .text-wrap h3.no4:before {
  content: "4.";
}

.page-privacy section .text-wrap h3.no5:before,
.page-security section .text-wrap h3.no5:before {
  content: "5.";
}

.page-privacy section .text-wrap h3.no6:before,
.page-security section .text-wrap h3.no6:before {
  content: "6.";
}

.page-privacy section .text-wrap h3.no7:before,
.page-security section .text-wrap h3.no7:before {
  content: "7.";
}

.page-privacy section .text-wrap p.note,
.page-security section .text-wrap p.note {
  margin-top: 4.375rem;
}

.page-privacy section .text-wrap .addbbor,
.page-security section .text-wrap .addbbor {
  padding-bottom: 2.18rem;
}

.totop {
  text-align: right;
}

footer {
  width: 100%;
  position: relative;
}

footer {
  background-color: #111111;
}

footer .section_wrap {
  color: #f1f1f1;
  padding: 57px 0;
  overflow: hidden;
  position: relative;
}

footer .section_wrap a {
  display: block;
}

footer .section_wrap div.flL {
  position: relative;
  margin: 34px 0 0 40px;
}

footer .section_wrap div.flL a {
  display: block;
}

footer .section_wrap div.flR {
  width: 800px;
}

footer .section_wrap div.flR nav ul.fnav {
  display: table;
  width: 100%;
}

footer .section_wrap div.flR nav ul.fnav li {
  display: table-cell;
  vertical-align: top;
  width: 25%;
  position: relative;
}

footer .section_wrap div.flR nav ul.fnav li span {
  display: block;
}

footer .section_wrap div.flR nav ul.fnav li a {
  font-size: 13px;
  line-height: 15px;
  color: #f1f1f1;
  font-weight: inherit;
  transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}

footer .section_wrap div.flR nav ul.fnav li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  zoom: 1;
}

footer .section_wrap div.flR nav ul.fnav li ul {
  display: block;
}

footer .section_wrap div.flR nav ul.fnav li ul li {
  display: block;
  width: 100%;
}

footer .section_wrap div.flR nav ul.fnav > li > a span {
  font-size: 13px;
  line-height: 28px;
  color: #f1f1f1;
  font-weight: inherit;
  font-weight: bold;
}

footer .section_wrap div.flR nav ul.fnav > li ul li a {
  font-size: 13px;
  line-height: 28px;
  color: #f1f1f1;
  font-weight: inherit;
  letter-spacing: 0.03em;
}

footer .section_wrap div.flR nav ul.fnav li.fnav_03:after {
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  left: -44px;
  border-left: 1px dotted #343434;
}

footer .section_wrap div.flR nav ul.fnav li.fnav_04 ul {
  padding-left: 0;
}

footer .section_wrap div.flR nav ul.fnav li.fnav_04 ul li.btn-link {
  display: block;
  width: 201px;
  height: 42px;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
}

footer .section_wrap div.flR nav ul.fnav li.fnav_04 ul li.btn-link + li {
  margin-top: 15px;
}

footer .section_wrap div.flR nav ul.fnav li.fnav_04 ul li.btn-link a:hover {
  text-decoration: none;
}

footer .section_wrap div.flR nav ul.fnav li.fnav_04 ul li.btn-link a span {
  line-height: 42px;
  text-align: center;
  font-size: 12px;
  line-height: 42px;
  color: #f1f1f1;
  font-weight: bold;
}

footer .section_wrap div.flR nav ul.fnav li.fnav_04 ul li.btn-link a img {
  padding-left: 10px;
}

footer .section_wrap div.flR nav ul.fnav li.fnav_04 ul li.iso {
  text-align: center;
}

footer .section_wrap div.flR nav ul.fnav li.fnav_04 ul li.iso a {
  display: inline-block;
  padding: 0 0.5rem;
}

footer ul.f_copy {
  border-top: 1px solid #343434;
  text-align: center;
  padding-top: 22px;
}

footer ul.f_copy li.copyright {
  font-size: 9px;
  line-height: 36px;
  color: rgba(248, 248, 248, 0.2);
  font-weight: inherit;
  padding-bottom: 6px;
}

footer section.sp_pc {
  width: 100%;
  padding-bottom: 2rem;
  margin: 0 !important;
}

footer section.sp_pc a.sp_link {
  display: block;
  background: #2db759;
  width: 90%;
  height: 200px;
  font-size: 60px;
  line-height: 200px;
  color: #fff;
  font-weight: bold;
  margin: 1rem auto;
  text-align: center;
  border-radius: 20px;
  position: relative;
}

footer section.sp_pc a.sp_link:after {
  display: block;
  content: "";
  position: absolute;
  top: 85px;
  left: auto;
  right: 30px;
  width: 0;
  height: 0;
  border-top: 20px solid rgba(255, 255, 255, 0);
  border-right: 20px solid rgba(255, 255, 255, 0);
  border-bottom: 20px solid rgba(255, 255, 255, 0);
  border-left: 20px solid white;
}

/*=================================
2016.10.14 追加スタイル：記事ページ
===================================*/

/* 大見出し 背景 */

.page-hikari h1 {
  background: #f6f6f4 url(../img/service/article/h1_hikari.jpg) repeat-x center;
  margin-bottom: 20px;
}

/* パンくず(記事ページ以外にも適応する場合はクラスの「page-hikari」を外してください) */

.page-hikari #breadcrumbs {
  width: 900px;
  margin: 0 auto;
}

.page-hikari #breadcrumbs ul:after {
  content: "";
  clear: both;
  display: block;
}

.page-hikari #breadcrumbs ul li {
  float: left;
  font-size: 12px;
  margin-right: 5px;
}

.page-hikari #breadcrumbs ul li:last-child {
  margin-right: 0;
}

.breadcrumbs {
  width: 900px;
  margin: 0 auto;
  display: flex;
}

.breadcrumbs ul:after {
  content: "";
  clear: both;
  display: block;
}

.breadcrumbs ul li {
  float: left;
  font-size: 12px;
  margin-right: 5px;
}

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

/* パンくず直下、最初のセクションのマージン（パンくずが上に入るため間隔調整） 
.page-content.page-hikari section:first-of-type{margin-top:80px;}*/

/* テキストカラー 緑 */

.page-hikari section .text-green {
  color: #0c9e3d;
}

/*----------------------見出しスタイルの設定----------------------*/

/* 記事ページタイトル：h1(背景ありの大見出しでh1がすでにあるので、section>article内に入れました) */

.page-hikari section h1.article-h1 {
  font-size: 26px;
  line-height: 1.3;
  color: #333333;
  font-weight: bold;
  text-align: center;
  height: auto;
  padding-top: 0;
  position: relative;
  background: none;
}

.page-hikari section h1.article-h1:after {
  display: block;
  content: "";
  position: relative;
  width: 26px;
  height: 1px;
  background: #0f9e3c;
  margin: 1rem auto 3.5rem;
}

/* 記事ページタイトル：h2 */

.page-hikari section h2.article-h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
  padding-left: 17px;
  margin-bottom: 40px;
  border-left: 5px solid #0e9e3c;
  box-sizing: border-box;
  position: relative;
}

.page-hikari section h2.article-h2:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -5px;
  width: 900px;
  height: 1px;
  border-bottom: 1px solid #ddd;
  background: none;
  margin: 0;
}

/* 記事ページタイトル：文字大きく① */

.h_big01 {
  font-size: 22px;
  font-weight: bold;
}

/* 記事ページタイトル：文字少し大きく② */

.h_big02 {
  font-size: 20px;
  font-weight: bold;
}

/* 記事ページタイトル：文字小さく */

span.h_small {
  font-size: 13px;
  font-weight: bold;
}

/*----------------------//見出しスタイルの設定----------------------*/

/* 記事ページ写真（大） */

.page-hikari .article-img01 {
  text-align: center;
  margin: 40px 0 0 0;
}

.page-hikari .article-img01 img {
  width: 100%;
}

/* 記事ページ写真キャプション */

.page-hikari .article-img-cap01 {
  font-size: 14px;
  margin-bottom: 40px;
}

/* 記事ページ 枠（グレー） */

.page-hikari .box01 {
  background: #f8f8f8;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 20px;
  margin: 40px 0;
}

/* 記事ページ 枠（グレー枠線付） */

.page-hikari .box02 {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 20px;
  margin: 40px 0;
}

/* 記事ページ リスト */

.page-hikari .article-ulist01 li {
  font-size: 18px;
  list-style: none;
}

/* 記事ページ リスト:矢印付き */

.page-hikari .article-ulist01.arrow01 li {
  background: url(../img/service/article/arrow01.png) no-repeat left center;
  padding-left: 20px;
}

/* 記事ページ 数字リスト */

.page-hikari .article-olist01 {
  margin-bottom: 60px;
}

body .page-hikari .article-olist01 li {
  font-size: 18px;
  list-style: decimal;
  list-style-position: inside;
  color: #0d9e3d;
}

/* 記事ページ 数字リストのテキストカラー(必ずspanでくくって下さい) */

.page-hikari .article-olist01 li > span {
  color: #333;
}

/* 記事ページ 2カラム */

.page-hikari .column2-box01 {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.page-hikari .column2-box01:after {
  content: "";
  clear: both;
  display: block;
}

/* 記事ページ 2カラム テキスト部分 */

.page-hikari .column2-box01-text {
  width: 570px;
}

.page-hikari .column2-box01-text.left {
  float: left;
}

.page-hikari .column2-box01-text.right {
  float: right;
}

/* 記事ページ 2カラム 画像共通 */

.page-hikari .column2-box01-img {
  width: 100%;
  max-width: 300px;
}

.page-hikari .column2-box01-img .img01 img {
  width: 100%;
  border-radius: 5px;
}

/* 記事ページ 2カラム 画像 左右配置 */

.page-hikari .column2-box01-img.right {
  float: right;
}

.page-hikari .column2-box01-img.left {
  float: left;
}

/* 記事ページ 2カラム 画像 キャプション */

.page-hikari .column2-box01-img .cap01 {
  font-size: 14px;
}

/* 記事ページ 引用 */

.page-hikari .bquote01 {
  padding-left: 30px;
  margin: 50px 0;
}

.page-hikari .bquote01 .bquote01-in {
  padding: 30px 0 30px 50px;
  border-left: 1px solid #d6d6d6;
  position: relative;
}

.page-hikari .bquote01 .bquote01-in p {
  line-height: 1.7;
}

/* 記事ページ 引用のアイコン */

.page-hikari .bquote01 .bquote01-in:before {
  content: "";
  position: absolute;
  background: url(../img/service/article/b_quote_left.png) no-repeat left top;
  width: 21px;
  height: 20px;
  top: 0;
  left: 30px;
}

.page-hikari .bquote01 .bquote01-in:after {
  content: "";
  position: absolute;
  background: url(../img/service/article/b_quote_right.png) no-repeat right
    bottom;
  width: 21px;
  height: 20px;
  bottom: 20px;
  right: 0;
}

/* 記事ページ テーブル */

.page-hikari .table01 {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d6d6d6;
  margin-bottom: 40px;
}

.page-hikari .table01 th,
.page-hikari .table01 td {
  border: 1px solid #d6d6d6;
  padding: 10px 20px;
  box-sizing: border-box;
  font-size: 18px;
}

.page-hikari .table01 th {
  background: #f8f8f8;
  text-align: center;
  font-weight: bold;
}

/* 記事ページ 関連記事 */

.page-hikari .box-related {
  background: #f8f8f8;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 40px;
}

.page-hikari .box-related dl:after {
  content: "";
  clear: both;
  display: block;
}

.page-hikari .box-related dl dt,
.page-hikari .box-related dl dd {
  float: left;
}

.page-hikari .box-related dl dt {
  width: 30%;
  text-align: left;
  font-size: 17px;
  font-weight: bold;
}

.page-hikari .box-related dl dd {
  border-left: 1px solid #e8e8e8;
  padding-left: 40px;
}

.page-hikari .box-related dl dd ol li {
  list-style-position: inside;
  font-weight: bold;
}

.page-hikari .box-related dl dd ol li a {
  font-weight: normal;
  padding-left: 10px;
}

/* テキスト下のマージン */

.page-hikari p {
  margin-bottom: 30px;
}

/* リンクのアンダーライン */

.page-hikari a {
  text-decoration: underline;
}

.page-hikari a:hover {
  text-decoration: none;
}

/* メインビジュアルのタグ変更 */

p.hikari_ttl span {
  text-align: center;
  display: block;
  line-height: 0;
}

.page-hikari p.hikari_ttl {
  background: #f6f6f4 url(../img/service/article/h1_hikari.jpg) repeat-x center;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}

body h1.h-type p,
body p.hikari_ttl {
  font-size: 38px;
  line-height: 72px;
  color: #444444;
  font-weight: inherit;
  text-align: center;
  margin-bottom: 70px;
}

.page-content p.hikari_ttl {
  height: 210px;
  padding-top: 110px;
}

/* 一覧ページのアンダーライン */

ol.under_link li a {
  text-decoration: underline;
}

ol.under_link li a:hover {
  text-decoration: none;
}

/* 2016-12-06 */

footer .section_wrap div.flR nav ul.fnav li.fnav_04 ul li.iso a {
  padding: 0;
  padding-right: 7px;
}

footer .section_wrap div.flR nav ul.fnav li.fnav_04 ul li.iso a:last-child {
  padding-right: 7px;
}

/*=================================
2016.12.21 追加スタイル：採用ページ
===================================*/

.page-content.page-communication h1 {
  background: url(../img/communication/h1_communication.jpg) no-repeat center
    center;
  padding: 0px;
  height: auto;
  line-height: 0;
}

.page-content h2.communication_mainimg:after {
  background: none;
}

.page-content h2.communication_mainimg {
  margin: 0px;
  padding: 0px;
  line-height: 0;
}

.communication_contents {
  /*font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;*/
}

.communication_top_txt {
  text-align: center;
  background: url(../img/communication/01/top_txt_item01_all.png) no-repeat
    center center;
  padding: 20px 0px;
  margin-top: -40px;
  margin-bottom: 30px;
}

.communication_top_txt h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.communication_top_txt h4 {
  font-size: 30px;
  color: #ffabae;
}

.communication_int_box {
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.communication_pk {
  background: url(../img/communication/01/pk_bg.jpg) repeat;
}

.communication_yel {
  background: url(../img/communication/01/yel_bg.jpg) repeat;
}

.communication_int_box > dd h5 {
  font-size: 25px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.communication_pk h5 {
  border-bottom: 1px dotted #ff9698;
  color: #ff9698;
}

.communication_yel h5 {
  border-bottom: 1px dotted #ff8000;
  color: #ff8000;
}

.communication_int_box > dt {
  width: 200px;
  float: left;
}

.communication_int_box > dd {
  width: 600px;
  float: right;
}

.communication_int_box dd {
  font-size: 16px;
}

.communication_int_box dd p {
  font-size: 16px;
}

.communication_int_box p.communication_name {
  font-weight: bolder;
  font-size: 23px;
}

.communication_int_box p.communication_name span {
  font-weight: normal;
  font-size: 16px;
}

.communication_int_box > dd dl {
  display: table;
  width: 100%;
  margin-top: 7px;
}

.communication_int_box > dd dl dt {
  display: table-cell;
  width: 74px;
  vertical-align: middle !important;
}

.communication_int_box > dd dl dd {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  padding-left: 10px;
}

.communication_int_box > dd dl dd p {
  margin-top: -10px;
  line-height: 1.5;
}

.communication_mid_txt {
  margin-top: 50px;
  margin-bottom: 50px;
}

.communication_mid_txt dt {
  float: right;
  width: 303px;
}

.communication_mid_txt dd {
  float: left;
  width: 550px;
}

.communication_mid_txt dd p {
  font-size: 16px;
}

.communication_txt_pk {
  color: #fd7fad;
}

.communication_txt_or {
  color: #ff9226;
}

.communication_talk {
  background: url(../img/communication/01/bg.jpg) repeat;
  padding: 5px;
  margin-bottom: 70px;
}

.communication_talk_IN {
  border: 1px dotted #ccc;
  padding: 30px;
}

.communication_talk_ttl {
  text-align: center;
  margin-bottom: 10px;
}

.communication_talk01 {
  width: 730px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.communication_talk01 dt {
  float: left;
  width: 124px;
}

.communication_talk01 dd {
  float: right;
  width: 569px;
  padding-left: 17px;
  background: url(../img/communication/01/arrow_pk.png) no-repeat left center;
}

.communication_talk01 dd div {
  background: #ffeaeb;
  padding: 20px;
  border-radius: 5px;
}

.communication_talk01 dd div p {
  font-size: 16px;
  color: #b93753;
}

.communication_talk02 {
  width: 730px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.communication_talk02 dt {
  float: right;
  width: 124px;
}

.communication_talk02 dd {
  float: left;
  width: 569px;
  padding-right: 17px;
  background: url(../img/communication/01/arrow_yel.png) no-repeat right center;
}

.communication_talk02 dd div {
  background: #fdf1bb;
  padding: 20px;
  border-radius: 5px;
}

.communication_talk02 dd div p {
  font-size: 16px;
  color: #d86c00;
}

p.communication_mov_ttl {
  font-size: 26px;
  text-align: center;
  margin-bottom: 15px;
  color: #0e9e3b;
}

.communication_mov_box {
  margin-bottom: 30px;
}

.page-content.page-communication section#everyone ul {
  width: 100%;
  margin-bottom: 0.75rem;
}

.communication_fot_area {
  margin-top: 50px;
  margin-bottom: 50px;
}

p.communication_fot_txt {
  text-align: center;
  font-size: 22px;
  font-weight: bolder;
  margin-bottom: 50px;
}

.communication_txt_gr {
  color: #0e9e3b;
}

.communication_contact {
  width: 650px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.communication_contact li:nth-child(odd) {
  float: left;
}

.communication_contact li:nth-child(even) {
  float: right;
}

.communication_contact li a:hover {
  opacity: 0.7;
}

.communication_banner {
}

.communication_banner li {
  width: 280px;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}

.communication_banner li:nth-child(3) {
  margin-right: 0px;
}

.communication_banner li:nth-child(6) {
  margin-right: 0px;
}

.communication_banner li:nth-child(9) {
  margin-right: 0px;
}

.communication_banner li:nth-child(12) {
  margin-right: 0px;
}

.communication_banner li p {
  font-size: 16px;
  line-height: 1.3;
  color: #0059b2;
}

.communication_banner li a {
  color: #0059b2;
}

.communication_banner li a:hover {
  opacity: 0.7;
}

.communication_pager {
  width: 460px;
  margin: 0 auto;
}

.communication_pager li:nth-child(odd) {
  float: left;
}

.communication_pager li:nth-child(even) {
  float: right;
}

.communication_pager li a:hover {
  opacity: 0.7;
}

/*gnav*/

header nav ul.gnav {
}

header nav ul.gnav li.communication_nav {
  margin-left: -45px;
  width: 145px;
  text-align: center;
}

header nav ul.gnav li.communication_nav a {
  color: #fff;
  background: url(../img/common/header/communication_nav.png) no-repeat center
    center;
  height: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-indent: -9999px;
}

.communication_nav a:hover {
  opacity: 0.8;
}

header nav ul.gnav li.blog {
  padding-right: 0px;
}

/*=================================
2017.01.15 追加スタイル：採用ページ第2弾
===================================*/

.communication_top_txt02 {
  text-align: center;
  background: url(../img/communication/02/top_txt_item01_all.png) no-repeat
    center center;
  padding: 20px 0px;
  margin-top: -40px;
  margin-bottom: 30px;
}

.communication_top_txt02 h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.communication_top_txt02 h4 {
  font-size: 30px;
  color: #399fa2;
}

.communication_gr {
  background: url(../img/communication/02/pk_bg.jpg) repeat;
}

.communication_bl {
  background: url(../img/communication/02/yel_bg.jpg) repeat;
}

.communication_gr h5 {
  border-bottom: 1px dotted #008c69;
  color: #008c69;
}

.communication_bl h5 {
  border-bottom: 1px dotted #7a92ab;
  color: #7a92ab;
}

.communication_txt_bl {
  color: #7a92ab;
}

.communication_mid_txt02 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.communication_mid_txt02 dt {
  float: right;
  width: 341px;
}

.communication_mid_txt02 dd {
  float: left;
  width: 500px;
}

.communication_mid_txt02 dd p {
  font-size: 16px;
}

.communication_talk03 {
  width: 730px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.communication_talk03 dt {
  float: left;
  width: 124px;
}

.communication_talk03 dd {
  float: right;
  width: 569px;
  padding-left: 17px;
  background: url(../img/communication/02/arrow_pk.png) no-repeat left center;
}

.communication_talk03 dd div {
  background: #ecefe5;
  padding: 20px;
  border-radius: 5px;
}

.communication_talk03 dd div p {
  font-size: 16px;
  color: #008c69;
}

.communication_talk04 {
  width: 730px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.communication_talk04 dt {
  float: right;
  width: 124px;
}

.communication_talk04 dd {
  float: left;
  width: 569px;
  padding-right: 17px;
  background: url(../img/communication/02/arrow_yel.png) no-repeat right center;
}

.communication_talk04 dd div {
  background: #f0f3f6;
  padding: 20px;
  border-radius: 5px;
}

.communication_talk04 dd div p {
  font-size: 16px;
  color: #7a92ab;
}

/*=================================
2017.01.16 追加スタイル：会社案内
===================================*/

.page-content.page-corporate section#map div.section-wrap-5 div#map_canvas02 {
  width: 900px;
  height: 400px;
  margin-bottom: 1.5rem;
  border-radius: 10px;
}

.page-content.page-corporate section#map div.section-wrap-5 div#map_canvas03 {
  width: 900px;
  height: 400px;
  margin-bottom: 1.5rem;
  border-radius: 10px;
}

p.map_canvas_ttl {
  font-weight: bolder;
  margin-bottom: 20px;
  width: 900px;
  margin: 0 auto;
  margin-top: 30px;
}

/*=========================================
2017.02.08 追加スタイル：2017年新卒内定者の紹介
===========================================*/

.communication_top_txt03 {
  text-align: center;
  background: url(../img/communication/03/top_txt_item01_all.png) no-repeat
    center center;
  padding: 20px 0px;
  margin-top: -40px;
  margin-bottom: 30px;
}

.communication_top_txt03 h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.communication_top_txt03 h4 {
  font-size: 28px;
  color: #20a1cc;
  line-height: 1.5;
}

.communication_pink {
  background: url(../img/communication/03/pink_bg.jpg) repeat;
}

.communication_pink h5 {
  border-bottom: 1px dotted #ff9698;
  color: #ff9698;
}

.communication_yellow {
  background: url(../img/communication/03/yellow_bg.jpg) repeat;
}

.communication_yellow h5 {
  border-bottom: 1px dotted #ffa900;
  color: #ffa900;
}

.communication_green {
  background: url(../img/communication/03/green_bg.jpg) repeat;
}

.communication_green h5 {
  border-bottom: 1px dotted #04ac65;
  color: #04ac65;
}

.communication_blue {
  background: url(../img/communication/03/blue_bg.jpg) repeat;
}

.communication_blue h5 {
  border-bottom: 1px dotted #0086c6;
  color: #0086c6;
}

.communication_mid_txt03 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.communication_mid_txt03 dd p {
  font-size: 16px;
}

.communication_mid_txt03 dd p span {
  color: #20a1cd;
}

.communication_mid_txt03 dt {
  float: right;
  width: 341px;
}

.communication_mid_txt03 dd {
  float: left;
  width: 500px;
}

.communication_talk_box {
  width: 730px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.communication_talk_box dt {
  width: 124px;
}

.communication_talk_box.left dt {
  float: left;
}

.communication_talk_box.right dt {
  float: right;
}

.communication_talk_box dd {
  width: 569px;
}

.communication_talk_box.left dd {
  float: right;
  padding-left: 16px;
}

.communication_talk_box.right dd {
  float: left;
  padding-right: 16px;
}

.communication_talk01 dd {
  padding-left: 16px;
}

.communication_talk02 dd {
  padding-right: 16px;
}

.communication_talk_box dd div {
  padding: 20px;
  border-radius: 5px;
}

.communication_talk_box dd div p {
  font-size: 16px;
}

.communication_talk_box.green dd {
  background: url(../img/communication/03/arrow_green.png) no-repeat right
    center;
}

.communication_talk_box.green dd div {
  background: #e4f3cd;
}

.communication_talk_box.green dd div p {
  color: #58801e;
}

.communication_talk_box.blue dd {
  background: url(../img/communication/03/arrow_blue.png) no-repeat right center;
}

.communication_talk_box.blue dd div {
  background: #d5e7f4;
}

.communication_talk_box.blue dd div p {
  color: #2b75ac;
}

.sp_com_back_btn {
  text-align: center;
  margin-bottom: 50px;
}

.sp_com_back_btn:hover {
  opacity: 0.7;
}

.communication_talk02_2 {
  width: 730px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.communication_talk02_2 dt {
  float: left;
  width: 124px;
}

.communication_talk02_2 dd {
  float: right;
  width: 569px;
  padding-left: 17px;
  background: url(../img/communication/03/arrow_yel.png) no-repeat left center;
}

.communication_talk02_2 dd div {
  background: #fdf1bb;
  padding: 20px;
  border-radius: 5px;
}

.communication_talk02_2 dd div p {
  font-size: 16px;
  color: #d86c00;
}

/*20170314スタッフブログのナビ追加*/

header nav ul.gnav li.staff_blog {
  padding-right: 0;
  width: 145px;
  text-align: center;
}

/*header nav ul.gnav li.staff_blog a {
color: #fff;
background: url(../img/common/header/bg_staff_blog.png) no-repeat center center;
height: 100%;
transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
}*/

header nav ul.gnav li.staff_blog {
  margin-left: -45px;
  width: 145px;
  text-align: center;
}

header .head_wrap {
  width: 1140px;
}

header nav ul.gnav {
}

header nav ul.gnav li.blog a {
  color: #fff;
  background: url(../img/common/header/bg_ceo_blog.png) no-repeat center center;
  height: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-indent: -9999px;
}

header nav ul.gnav li.staff_blog a {
  color: #fff;
  background: url(../img/common/header/bg_staff_blog.png) no-repeat center
    center;
  height: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-indent: -9999px;
}

header nav ul.gnav li.staff_blog a:hover {
  opacity: 0.7;
}

.communication_nav a:hover {
  opacity: 0.5;
}

/*=========================================
2017.03.13 追加スタイル：スポーツ同好会
===========================================*/

.communication_top_txt04 {
  text-align: center;
  background: url(../img/communication/04/top_txt_item01_all.png) no-repeat
    center center;
  padding: 20px 0px;
  margin-top: -40px;
  margin-bottom: 30px;
}

.communication_top_txt04 h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.communication_top_txt04 h4 {
  font-size: 28px;
  color: #00a2a2;
  line-height: 1.5;
}

.communication_pinegreen {
  background: url(../img/communication/04/green_bg.jpg) repeat;
}

.communication_pinegreen h5 {
  border-bottom: 1px dotted #00a2a2;
  color: #00a2a2;
}

.communication_talk_box.pinegreen dd {
  background: none;
  position: relative;
}

.communication_talk_box.pinegreen dd:before {
  content: "";
  position: absolute;
  background: url(../img/communication/04/arrow_green.png) no-repeat left center;
  width: 17px;
  height: 44px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.communication_talk_box.pinegreen dd div {
  background: #e0fefa;
}

.communication_talk_box.pinegreen dd div p {
  color: #00a2a2;
}

.communication_banner p.fot_banner_stxt {
  font-size: 80%;
}

/*=========================================
//ここまで 2017.03.13 追加スタイル：スポーツ同好会
===========================================*/

/*=========================================
2017.04.10 追加スタイル：新入社員紹介パート2
===========================================*/

.communication_top_txt05 {
  text-align: center;
  background: url(../img/communication/05/top_txt_item01_all.png) no-repeat
    center center;
  padding: 20px 0px;
  margin-top: -40px;
  margin-bottom: 30px;
}

.communication_top_txt05 h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.communication_top_txt05 h4 {
  font-size: 28px;
  color: #4697d2;
  line-height: 1.5;
}

.communication_talk_box.pink dd {
  background: none;
  position: relative;
}

.communication_talk_box.pink dd:before {
  content: "";
  position: absolute;
  background: url(../img/communication/05/arrow_pk.png) no-repeat left center;
  width: 17px;
  height: 44px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.communication_talk_box.pink dd div {
  background: #ffeaeb;
}

.communication_talk_box.pink dd div p {
  color: #b93753;
}

/*=========================================
2017.05.28 追加スタイル：合同研修旅行SURVIVE
===========================================*/

.communication_top_txt06 {
  text-align: center;
  background: url(../img/communication/06/top_txt_item01_all.png) no-repeat
    center center;
  padding: 40px 0px;
  margin-top: -40px;
  margin-bottom: 30px;
}

.communication_top_txt06 h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.communication_top_txt06 h4 {
  font-size: 28px;
  color: #4697d2;
  line-height: 1.5;
}

.vol06_oneday {
  background: url(../img/communication/06/bg_oneday.png) repeat;
  padding: 30px;
  border: 1px dotted #b0db97;
  margin-bottom: 40px;
}

.vol06_oneday h3 {
  text-align: center;
  margin-bottom: 20px;
}

.oneday_cont01 {
}

.sv_list {
  width: 440px;
  float: left;
}

.oneday_cont_sch {
  border: 2px solid #73d0bf;
  border-radius: 10px;
  padding: 20px;
  background: #fff;
  color: #4d371a;
}

.oneday_cont_sch h4 {
  font-size: 22px;
  font-weight: bolder;
  margin-bottom: 10px;
}

.oneday_cont_sch ul li {
  font-size: 17px;
  border-bottom: 1px dotted #4d371a;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.oneday_cont_sch ul li:last-child {
  border: none;
  padding: 0px;
  margin-bottom: 0px;
}

.oneday_cont_sch ul li span {
  display: inline-block;
  width: 150px;
}

.sv_img {
  float: right;
}

.oneday_cont01_L {
  float: left;
}

.oneday_cont01_R {
  float: right;
}

.oneday_cont01_last_img {
  text-align: center;
  margin-bottom: -40px;
  margin-top: 10px;
}

.vol06_twoday {
  background: url(../img/communication/06/bg_twoday.png) repeat;
  padding: 30px;
  border: 1px dotted #ffd24d;
  margin-bottom: 40px;
}

.vol06_twoday h3 {
  text-align: center;
  margin-bottom: 20px;
}

.vol06_twoday .oneday_cont_sch {
  border: 2px solid #ff9326;
  position: relative;
}

.twoday_illu01 {
  position: absolute;
  top: 30px;
  right: 20px;
}

.twoday_illu02 {
  position: absolute;
  bottom: -110px;
  right: 0px;
}

.twoday_illu03 {
  position: absolute;
  bottom: -60px;
  right: -160px;
}

.oneday_cont_sch.short_v ul li span {
  display: inline-block;
  width: 130px;
}

.sv_talk_box {
  width: 840px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.sv_talk_box dt {
  width: 147px;
}

.sv_talk_box.left dt {
  float: left;
}

.sv_talk_box.right dt {
  float: right;
}

.sv_talk_box dd {
  width: 663px;
}

.sv_talk_box.left dd {
  float: right;
  padding-left: 16px;
}

.sv_talk_box.right dd {
  float: left;
  padding-right: 16px;
}

.sv_talk_box dd div {
  padding: 20px;
  border-radius: 5px;
}

.sv_talk_box dd div p {
  font-size: 16px;
}

.sv_talk_box.blue dd {
  background: url(../img/communication/06/arrow_oneday01.png) no-repeat left
    center;
}

.sv_talk_box.blue dd div {
  background: #d5e7f4;
}

.sv_talk_box.blue dd div p {
  color: #2b75ac;
}

.sv_talk_box.yellow dd {
  background: url(../img/communication/06/arrow_oneday02.png) no-repeat right
    center;
}

.sv_talk_box.yellow dd div {
  background: #fdf1bb;
}

.sv_talk_box.yellow dd div p {
  color: #d97717;
}

.sv_talk_box.pk dd {
  background: url(../img/communication/06/arrow_twoday01.png) no-repeat left
    center;
}

.sv_talk_box.pk dd div {
  background: #ffeaeb;
}

.sv_talk_box.pk dd div p {
  color: #b83752;
}

.sv_talk_box.green dd {
  background: url(../img/communication/06/arrow_twoday02.png) no-repeat right
    center;
}

.sv_talk_box.green dd div {
  background: #d1efdf;
}

.sv_talk_box.green dd div p {
  color: #1f5f3f;
}

/*=========================================
2017.06.23 追加スタイル：夏のボーナス特集
===========================================*/

.communication_top_txt07 {
  text-align: center;
  background: url(../img/communication/07/top_txt_item01_all.png) no-repeat
    center center;
  padding: 20px 0px;
  margin-top: -40px;
  margin-bottom: 30px;
}

.communication_top_txt07 h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.communication_top_txt07 h4 {
  font-size: 28px;
  color: #4697d2;
  line-height: 1.2;
}

.communication07_box01 {
  background: url(../img/communication/07/bg01.png) repeat;
}

.communication07_box01_in {
  background: url(../img/communication/07/bg02.png) no-repeat bottom;
  padding: 40px 30px 220px 30px;
}

.communication07_box01_in h3 {
  text-align: center;
  margin-bottom: 30px;
}

.communication07_cont01 {
  border: 2px solid #73cfdf;
  background: #fff;
  border-radius: 5px;
  position: relative;
  margin-bottom: 30px;
  /* box-shadow */
  box-shadow: rgba(89, 89, 89, 0.35) 0px 0px 6px 0px;
  -webkit-box-shadow: rgba(89, 89, 89, 0.35) 0px 0px 6px 0px;
  -moz-box-shadow: rgba(89, 89, 89, 0.35) 0px 0px 6px 0px;
}

.communication07_cont01 h4 {
  background: #73cfdf;
  color: #fff;
  padding: 10px 0px;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}

.communication07_cont01 h5 {
  color: #e95313;
  font-size: 24px;
  font-weight: bolder;
  margin-bottom: 10px;
  letter-spacing: -1px;
}

.communication07_cont01 h6 {
  color: #4c3719;
  font-size: 18px;
  font-weight: bolder;
  margin-bottom: 10px;
}

.communication07_cont01_in {
  padding: 20px;
}

.communication07_cont01 ul li {
  line-height: 1.5;
  margin-bottom: 10px;
}

.communication07_cont01_img01 {
  position: absolute;
  top: -20px;
  right: -20px;
}

.communication07_cont01_img02 {
  position: absolute;
  top: 10px;
  right: 0px;
}

.communication07_cont01 p {
  font-size: 90%;
  line-height: 1.5;
}

.communication07_cont01_img05 {
  position: absolute;
  top: 70px;
  left: 20px;
}

.communication07_cont01_img06 {
  position: absolute;
  top: -10px;
  right: -10px;
}

.communication07_cont01_left_sp {
  padding-left: 110px;
}

.communication07_cont01_img08 {
  position: absolute;
  top: 20px;
  right: -10px;
}

.communication07_cont01_img08_2 {
  position: absolute;
  top: 20px;
  right: 30px;
}

.communication07_cont01_in_TB {
  width: 100%;
  border: 1px solid #d6d6d6;
  border-collapse: collapse;
}

.communication07_cont01_in_TB th {
  width: 180px;
  border: 1px solid #d6d6d6;
  background: #fff8f0;
  padding: 10px;
  text-align: center;
  font-weight: bolder;
}

.communication07_cont01_in_TB td {
  border: 1px solid #d6d6d6;
  padding: 10px;
}

.communication_mid_txt07 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.communication_mid_txt07 dd p {
  font-size: 16px;
}

.communication_mid_txt07 dd p span {
  color: #20a1cd;
}

.communication_mid_txt07 dt {
  float: right;
  width: 341px;
  margin-top: -30px;
}

.communication_mid_txt07 dd {
  float: left;
  width: 500px;
}

.communication07bg_gr {
  border: 2px solid #93c266;
}

.communication07bg_gr h4 {
  background: #93c266;
  color: #fff;
  padding: 10px 0px;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}

/*=========================================
2017.06.28 オフィシャルサイト崩れの修正
===========================================*/

.page-home section#service div.section-wrap ul li {
  clear: both;
  width: 50%;
  vertical-align: top;
  /* height: 230px; 20210427新JPSERVE紹介に伴い文字数増えたためFFにて崩れが発生し、修正*/
  height: 260px;
  margin-bottom: 30px;
}

dl.pt40 {
  padding-top: 80px;
}

.page-home section#service div.section-wrap ul li div.home_content dl dt {
  vertical-align: top;
  text-align: center;
}

.page-home section#service div.section-wrap ul li div.home_content dl dt.service03 span {
  position: relative;
  left: inherit;
  top: inherit;
}

/*=========================================
2017.07.06 セミナーページ追加
===========================================*/

.page-content.page-semminar h1 {
  background: url(../img/manabi/main_bg.jpg) repeat-x center;
  -webkit-background-size: cover;
  background-size: cover;
  height: 360px;
  width: 100%;
  padding: 0;
  display: table;
  text-align: center;
  margin-bottom: 70px;
}

.page-content.page-semminar .lead01 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 50px;
}

.page-content.page-semminar h1 span {
  display: table-cell;
  vertical-align: middle;
}

.page-content.page-semminar section dl {
  width: 100%;
  box-sizing: border-box;
}

.page-content.page-semminar section dl.content {
  background: #f8f8f8;
  margin: 2.25rem 0 0;
  padding: 2.5rem;
  border-radius: 3px;
  margin-bottom: 50px;
}

.page-content.page-semminar section dl.content dt {
  text-align: left;
  vertical-align: top;
  width: 210px;
  border-right: 1px solid #eae7e7;
}

.page-content.page-semminar section dl.content dt h3 {
  font-size: 17px;
  line-height: 1.53;
  color: #333333;
  font-weight: bold;
}

.page-content.page-semminar section dl.content dd {
  padding-left: 2.5rem;
}

.page-content.page-semminar section dl {
  margin-bottom: 50px;
}

.page-content.page-semminar section dl dt {
  width: 190px;
  vertical-align: top;
  position: relative;
  display: table-cell;
  text-align: center;
}

.page-content.page-semminar section dl dd {
  width: 670px;
  vertical-align: top;
  display: table-cell;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.page-content.page-semminar section dl dd h3 {
  font-weight: 900;
  margin-bottom: 5px;
}

.page-content.page-semminar section dl dd p {
  font-size: 1rem;
  margin-bottom: 25px;
}

.page-content.page-semminar section .semminar-table {
  border-collapse: collapse;
  border: 1px solid #d6d6d6;
  width: 100%;
  margin-bottom: 60px;
}

.page-content.page-semminar section .semminar-table tr:nth-child(odd) {
  background: #f8f8f8;
}

.page-content.page-semminar section .semminar-table th {
  color: #fff;
  background: #666;
}

.page-content.page-semminar section .semminar-table th,
.page-content.page-semminar section .semminar-table td {
  padding: 10px;
  border: 1px solid #d6d6d6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.page-content.page-semminar section .semminar-table td:first-of-type {
  color: #0f9e3c;
}

.page-content.page-semminar section .semminar-table td:nth-of-type(2) {
  width: 150px;
}

.page-content.page-semminar section .semminar-table td:nth-of-type(3) {
  width: 140px;
}

.page-content.page-semminar section .semminar-table td span {
  color: #d80000;
}

.page-content.page-semminar section .box01 {
  border: 3px solid #eee;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.page-content.page-semminar section .box01 dl {
  border-bottom: 1px dashed #d6d6d6;
  margin-bottom: 0;
  padding: 20px 0;
}

.page-content.page-semminar section .box01 dl:first-of-type {
  padding-top: 0;
}

.page-content.page-semminar section .box01 dl:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.page-content.page-semminar section .box01 dl dt,
.page-content.page-semminar section .box01 dl dd {
  text-align: left;
  display: block;
  padding-left: 0;
}

.page-content.page-semminar section .box01 dt {
  font-size: 18px;
  color: #0e9e3b;
  font-weight: 900;
}

.page-content.page-semminar section .box01 dd .caution {
  color: #d90000;
}

.page-content.page-semminar section .btnarea {
  margin: 50px 0;
  text-align: center;
}

p.semminar_cap {
  font-size: 80%;
  margin-top: -50px;
  margin-bottom: 60px;
  text-align: right;
}

/*トップページバナー調整用*/

.page-home section#bnr ul.section_wrap_one_c {
  text-align: center;
  width: 340px;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 30px;
}

.page-home section#bnr ul.section_wrap_one_c li {
  float: none;
}

.page-home section#bnr ul.section_wrap_one_c:first-of-type {
  margin-top: 50px;
}

.page-home section#bnr ul {
  padding: 60px 0 0px 0;
}

/*=========================================
2017.07.11 追加スタイル：学びの会
===========================================*/

header nav ul.gnav li.communication_nav {
  padding-right: 0;
  width: 145px;
  text-align: center;
}

header nav ul.gnav li.seminar_nav {
  margin-left: -45px;
  width: 145px;
  text-align: center;
}

header nav ul.gnav li.seminar_nav a {
  color: #fff;
  background: url(../img/common/header/bg_seminar.png) no-repeat center center;
  height: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-indent: -9999px;
}

header nav ul.gnav li.seminar_nav a:hover {
  opacity: 0.5;
}

/*=========================================
2017.08.03 追加スタイル：セミナーページ修正
===========================================*/

.semi_pdf_dw {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 5px;
  box-sizing: border-box;
  margin-top: 50px;
}

.semi_pdf_dw h3 {
  font-weight: bolder;
  font-size: 20px;
}

.semi_pdf_dw li {
  background: url(../img/manabi/pdf.png) no-repeat left center;
  background-size: 18px;
  padding-left: 25px;
  font-size: 110%;
}

/*=========================================
2017.08.03 追加スタイル：オフィス引っ越し特集
===========================================*/

.communication_top_txt08 {
  text-align: center;
  background: url(../img/communication/08/top_txt_item01_all.png) no-repeat
    center center;
  padding: 20px 0px;
  margin-top: -40px;
  margin-bottom: 20px;
  min-height: 160px;
}

.communication_top_txt08 h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.communication_top_txt08 h4 {
  font-size: 28px;
  color: #4697d2;
  line-height: 1.2;
}

.communication08_box img {
  vertical-align: top;
}

.communication08_box_in {
  background: url(../img/communication/08/bg01.png) repeat;
  padding: 5px;
}

.communication08_box_in > * {
  border: 1px dotted #4fb089;
  padding: 5px;
}

.communication08_box h3 {
  position: relative;
  text-align: center;
  padding: 40px 10px 30px;
  margin-bottom: 30px;
  font-size: 31px;
  color: #3e8472;
  line-height: 1.1;
  font-weight: bold;
  background: url(../img/communication/08/img01.png) no-repeat center bottom;
  z-index: 2;
}

.communication08_box h3 img {
  position: absolute;
}

.communication08_box.communication08_box01 h3 img {
  right: 0;
  top: 0;
}

.communication08_box ul {
  position: relative;
  display: table;
  width: 100%;
}

.communication08_box ul > * {
  display: table-cell;
  vertical-align: top;
}

.communication08_box ul p > span {
  display: inline-block;
  font-size: 13px;
  line-height: 1.3;
  padding: 0 10px;
  vertical-align: top;
}

.communication08_box ul p > span > span {
  font-size: 11px;
}

.communication08_box .sv_talk_box {
  padding: 40px 0;
  margin-bottom: 0;
}

.communication08_box.communication08_box01 .sv_talk_box dd {
  background: url(../img/communication/08/arrow01.png) no-repeat left center;
}

.communication08_box.communication08_box01 .sv_talk_box dd div {
  background: #dbeee1;
}

.communication08_box.communication08_box01 .sv_talk_box dd div p {
  color: #3e8472;
}

.communication08_box.communication08_box02 h3 img {
  left: -30px;
  top: -20px;
}

.communication08_box02 .communication08_box_in {
  position: relative;
  background-image: url(../img/communication/08/bg02.png);
}

.communication08_box02 .communication08_box_in:after {
  content: "";
  width: 250px;
  height: 160px;
  background: url(../img/communication/08/img15.png);
  position: absolute;
  right: 0;
  bottom: 0;
}

.communication08_box02 .communication08_box_in > * {
  border-color: #5292ab;
}

.communication08_box02 h3 {
  color: #337f99;
  background-image: url(../img/communication/08/img09.png);
}

.communication08_box02_box {
  background: #d5e7f4;
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 8px;
  margin: 10px;
  margin-bottom: 180px;
}

.communication08_box ul p.communication08_box02_box > span {
  display: inline-block;
  padding: 10px 0;
  color: #337f99;
  font-size: 16px;
  line-height: 1.6;
}

.communication08_box.communication08_box02 .sv_talk_box dd {
  background: url(../img/communication/08/arrow02.png) no-repeat right center;
}

.communication08_box.communication08_box02 .sv_talk_box dd div {
  background: #e6f0f9;
}

.communication08_box.communication08_box02 .sv_talk_box dd div p {
  color: #337f99;
}

.communication08_box.communication08_box03 h3 img {
  right: -10px;
  top: -10px;
}

.communication08_box.communication08_box03 ul + h3 {
  padding-top: 50px;
  margin-bottom: 15px;
}

.communication08_box.communication08_box03 ul + h3 img {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: -50px;
}

.communication08_box03 .communication08_box_in:after {
  content: "";
  width: 440px;
  height: 200px;
  background: url(../img/communication/08/img27.png);
  position: absolute;
  right: 0;
  bottom: 0;
}

.communication08_box03 .communication08_box_in {
  position: relative;
  background-image: url(../img/communication/08/bg03.png);
}

.communication08_box03 .communication08_box_in > * {
  border-color: #ff9326;
}

.communication08_box03 h3 {
  color: #dc852b;
  background-image: url(../img/communication/08/img17.png);
}

.communication08_box03_box {
  background: #ffefbf;
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 8px;
  margin: 10px;
  margin-bottom: 200px;
}

.communication08_box ul p.communication08_box03_box > span {
  display: inline-block;
  padding: 10px 5px;
  color: #3f1f00;
  font-size: 16px;
  line-height: 1.6;
}

.communication08_box.communication08_box03 .sv_talk_box {
  padding-bottom: 0;
}

.communication08_box.communication08_box03 .sv_talk_box dd {
  background: url(../img/communication/08/arrow03.png) no-repeat left center;
}

.communication08_box.communication08_box03 .sv_talk_box dd div {
  background: #ffefbf;
  padding-right: 10px;
}

.communication08_box.communication08_box03 .sv_talk_box dd div p {
  color: #dc852b;
  letter-spacing: -0.05em;
  font-size: 16px;
}

.communication_08_bottom {
  display: table;
  width: 100%;
  margin-bottom: 80px;
}

.communication_08_bottom > * {
  display: table-cell;
  vertical-align: middle;
}

.communication_08_bottom > p {
  color: #439ebf;
}

.communication_08_bottom > div {
  width: 480px;
}

.communication08_cont01_in_TB {
  width: 100%;
  border: 1px solid #d6d6d6;
  border-collapse: collapse;
}

.communication08_cont01_in_TB th {
  width: 180px;
  border: 1px solid #d6d6d6;
  background: #fff8f0;
  padding: 10px;
  text-align: center;
  font-weight: bolder;
}

.communication08_cont01_in_TB td {
  border: 1px solid #d6d6d6;
  padding: 10px;
}

.communication_mid_txt08 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.communication_mid_txt08 dd p {
  font-size: 16px;
}

.communication_mid_txt08 dd p span {
  color: #20a1cd;
}

.communication_mid_txt08 dt {
  float: right;
  width: 341px;
  margin-top: -30px;
}

.communication_mid_txt08 dd {
  float: left;
  width: 500px;
}

.communication08bg_gr {
  border: 2px solid #93c266;
}

.communication08bg_gr h4 {
  background: #93c266;
  color: #fff;
  padding: 10px 0px;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}

/*=========================================
2017.09.02 追加スタイル：Spointショップのご紹介 vol.2
===========================================*/

.communication_top_txt09 {
  text-align: center;
  background: url(../img/communication/09/top_txt_item01_all.png) no-repeat
    center center;
  padding: 20px 0px;
  margin-top: -40px;
  margin-bottom: 30px;
}

.communication_top_txt09 h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.communication_top_txt09 h4 {
  font-size: 28px;
  color: #1f9fcc;
  line-height: 1.5;
}

.communication_09_01 {
  background: url(../img/communication/09/bg01.png) repeat;
}

.communication_09_02 {
  background: url(../img/communication/09/bg02.png) repeat;
}

.communication_09_01 h5 {
  color: #339897;
  border-bottom: 1px dotted #339897;
}

.communication_09_02 h5 {
  color: #18a0d3;
  border-bottom: 1px dotted #18a0d3;
}

.text_blue {
  color: #189fd2;
}

.communication_talk09_1 {
  width: 730px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.communication_talk09_1 dt {
  float: left;
  width: 124px;
}

.communication_talk09_1 dd {
  float: right;
  width: 569px;
  padding-left: 17px;
  background: url(../img/communication/09/arrow01.png) no-repeat left center;
}

.communication_talk09_1 dd div {
  background: #e8f6fc;
  padding: 20px;
  border-radius: 5px;
}

.communication_talk09_1 dd div p {
  font-size: 16px;
  color: #18a0d3;
}

.communication_talk09_2 {
  width: 730px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.communication_talk09_2 dt {
  float: right;
  width: 124px;
}

.communication_talk09_2 dd {
  float: left;
  width: 569px;
  padding-right: 17px;
  background: url(../img/communication/09/arrow02.png) no-repeat right center;
}

.communication_talk09_2 dd div {
  background: #e6f7f3;
  padding: 20px;
  border-radius: 5px;
}

.communication_talk09_2 dd div p {
  font-size: 16px;
  color: #339897;
}

/*=========================================
2017.10.02 追加スタイル：昇給特集！
===========================================*/

.communication_top_txt10 h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.communication_top_txt10 h4 {
  font-size: 28px;
  color: #1f9fcc;
  line-height: 1.5;
}

.communication_top_txt10 {
  text-align: center;
  background: url(../img/communication/10/top_txt_item01_all.png) no-repeat
    center center;
  padding: 20px 0px;
  margin-top: -40px;
  margin-bottom: 30px;
}

.communication_int_box_out p {
  max-width: 690px;
  margin: 0 auto;
}

.communication_10_01 {
  background: #f3fbfc;
  border-radius: 5px;
}

.communication_int_box_in {
  position: relative;
}

.communication_10_01_img08 {
  position: absolute;
  top: -50px;
  right: 30px;
  z-index: 2;
}

.communication_10_01_title01 {
  background: url(../img/communication/10/img02.png) no-repeat;
  background-position: center;
  width: 576px;
  height: 65px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

.communication_10_01_title01 span,
.communication_10_01_title02 span,
.communication_10_01_title03 span {
  color: #fff;
  font-size: 150%;
  font-weight: bold;
  line-height: 2.1;
  vertical-align: text-top;
}

.communication_10_01_img09 {
  position: absolute;
  top: 30px;
  left: -10px;
  z-index: 2;
}

.communication_10_01_title02,
.communication_10_01_title03 {
  background: url(../img/communication/10/img11.png) no-repeat;
  background-position: center;
  width: 766px;
  height: 65px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

.communication_10_01_img10 {
  position: absolute;
  top: 15px;
  right: 30px;
  z-index: 2;
}

.communication10_cont01 {
  border: 2px solid #73cfdf;
  background: #fff;
  border-radius: 5px;
  position: relative;
  margin-bottom: 30px;
  box-shadow: rgba(89, 89, 89, 0.35) 0px 0px 6px 0px;
  -webkit-box-shadow: rgba(89, 89, 89, 0.35) 0px 0px 6px 0px;
  -moz-box-shadow: rgba(89, 89, 89, 0.35) 0px 0px 6px 0px;
}

.communication10_cont01 h4 {
  background: #73cfdf;
  color: #fff;
  padding: 10px 0px;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}

.communication10_cont01_in {
  padding: 30px 0;
}

.communication10_cont01_in_TB th {
  border: 1px solid #d6d6d6;
  background: #fff8f0;
  padding: 10px;
  text-align: center;
  font-weight: bolder;
  color: #4c3719;
  box-sizing: border-box;
}

.communication10_cont01_in_TB.TB01 th:first-child {
  width: 160px;
}

.communication10_cont01_in_TB.TB01 th:last-child {
  width: 460px;
}

.communication10_cont01_in_TB td {
  border: 1px solid #d6d6d6;
  padding: 10px;
  color: #4c3719;
  text-align: center;
  box-sizing: border-box;
}

.communication10_cont01_in_TB td:last-child {
  text-align: left;
}

.communication10_cont01_in_TB {
  width: 780px;
  border: 1px solid #d6d6d6;
  border-collapse: collapse;
  margin: 0 auto;
}

.communication10_cont01_in_TB.TB02 th:first-child {
  width: 136px;
}

.communication10_cont01_in_TB.TB02 th:last-child {
  width: 440px;
}

.communication10_cont01_in_TB.TB02 td {
  vertical-align: middle;
}

td.p0 {
  padding: 0 !important;
  background: url(../img/communication/10/img06.png) no-repeat top;
  background-size: cover;
}

.mb0 {
  margin-bottom: 0 !important;
}

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

.mt40 {
  margin-top: 40px !important;
}

.center {
  text-align: center !important;
}

.communication10_cont01_in .communication10_cont01_in_text {
  padding: 0 30px;
  font-size: 100%;
}

.communication_10_01 .sv_talk_box {
  margin-bottom: 0;
}

.communication_10_01 .sv_talk_box.blue dd {
  background: url(../img/communication/10/arrow01.png) no-repeat left center;
}

.communication_10_01 .sv_talk_box.pk dd {
  background: url(../img/communication/10/arrow02.png) no-repeat right center;
}

.communication_10_01 .sv_talk_box.yellow dd {
  background: url(../img/communication/10/arrow03.png) no-repeat left center;
}

.communication_10_bottom_txt {
  margin-top: 20px;
  margin-bottom: 20px;
}

.communication_10_bottom_txt dt {
  float: right;
  width: 341px;
}

.communication_10_bottom_txt dd {
  float: left;
  width: 500px;
}

.communication_10_bottom_txt dd p {
  font-size: 16px;
  margin-top: 50px;
}

/*=========================================
2017.10.31 追加スタイル：全体研修旅行
===========================================*/

.vol11_oneday h3 {
  text-align: center;
  margin-bottom: 20px;
}

.vol11_oneday {
  background: url(../img/communication/11/bg01.png) repeat;
  padding: 30px;
  border: 1px dotted #3493d8;
  margin-bottom: 40px;
}

.vol11_twoday h3 {
  text-align: center;
  margin-bottom: 20px;
}

.vol11_twoday {
  background: url(../img/communication/11/bg02.png) repeat;
  padding: 30px;
  border: 1px dotted #ea4e14;
  margin-bottom: 40px;
}

.oneday_box01 .oneday_cont_sch ul li {
  display: table;
}

.oneday_box01 .oneday_cont_sch ul li > * {
  display: table-cell;
}

.oneday_box01 .oneday_cont_sch ul li span:first-child {
  width: 80px;
}

.oneday_box02 .oneday_cont_sch ul li span:first-child {
  width: 130px;
}

.vol11_oneday .oneday_cont_sch {
  border: 2px solid #1d6195;
  border-radius: 10px;
  padding: 20px;
  background: #fff;
  color: #4d371a;
}

.vol11_oneday .oneday_cont_sch ul li {
  font-size: 16px;
  border-bottom: 1px dotted #4d371a;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: table;
  width: 100%;
  letter-spacing: -1px;
}

.vol11_oneday .oneday_cont_sch ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.vol11_oneday .oneday_cont_sch ul li > * {
  display: table-cell;
  vertical-align: top;
}

.vol11_oneday .sv_list {
  width: 425px;
  position: relative;
}

.vol11_oneday .sv_list p {
  position: absolute;
  right: -25px;
  bottom: -100px;
}

.oneday_cont01:last-child .oneday_cont_sch ul li span:first-child {
  padding-right: 20px;
  width: 100px;
}

.vol11_twoday .oneday_cont_sch {
  border: 2px solid #ea4e14;
  border-radius: 10px;
  padding: 20px;
  background: #fff;
  color: #4d371a;
}

.vol11_twoday .sv_img.oneday_cont01_R {
  margin-top: -50px;
}

.twoday_box01 .oneday_cont_sch ul li {
  display: table;
}

.twoday_box01 .oneday_cont_sch ul li > * {
  display: table-cell;
}

.twoday_box01 .oneday_cont_sch ul li span:first-child {
  width: 110px;
}

.twoday_box02 .oneday_cont_sch ul li span:first-child {
  width: 130px;
}

.twoday_box02 {
  padding-top: 30px;
}

.sv_talk_box.blue dd {
  background: url(../img/communication/11/arrow01.png) no-repeat left center;
}

.sv_talk_box.blue dd {
  background: url(../img/communication/11/arrow01.png) no-repeat left center;
}

.sv_talk_box.blue dd.b_arrow_R {
  background: url(../img/communication/11/arrow04.png) no-repeat right center;
}

.communication_top_txt11 {
  text-align: center;
  background: url(../img/communication/11/top_txt_item01_all.png) no-repeat
    center center;
  padding: 40px 0px;
  margin-top: -40px;
  margin-bottom: 30px;
}

.communication_top_txt11 h4 {
  font-size: 26px;
  color: #4697d2;
  line-height: 1.5;
}

.communication_top_txt11 h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.oneday_cont_sch ul li {
  width: 100%;
}

/*=========================================
2017.12.01 追加スタイル：新卒内定者特集！
===========================================*/

.communication_purple {
  background: url(../img/communication/12/bg01.png) repeat;
}

.communication_purple h5 {
  border-bottom: 1px dotted #a05a93;
  color: #a05a93;
}

.communication_orange {
  background: url(../img/communication/12/bg02.png) repeat;
}

.communication_orange h5 {
  border-bottom: 1px dotted #ff5c26;
  color: #ff5c26;
}

.communication_top_txt12 {
  text-align: center;
  background: url(../img/communication/12/top_txt_item01_all.png) no-repeat
    center center;
  padding: 40px 0px;
  margin-top: -40px;
  margin-bottom: 30px;
}

.communication_top_txt12 h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.communication_top_txt12 h4 {
  font-size: 26px;
  color: #4697d2;
  line-height: 1.5;
}

.communication_project {
  background: url(../img/communication/12/bg04.png) repeat;
  padding: 5px;
  margin-top: 100px;
  margin-bottom: 70px;
}

.communication_project_IN {
  border: 1px dotted #ffffff;
  padding: 30px 0;
}

.communication_project_ttl_box {
  position: relative;
}

.communication_project_ttl_box .item01 {
  position: absolute;
  top: -90px;
  right: 0;
}

.communication_project_ttl {
  text-align: center;
  margin-bottom: 10px;
}

.communication_project_txt_box {
  padding-top: 20px;
  padding-bottom: 30px;
  position: relative;
}

.communication_project_txt_box .item01 {
  position: absolute;
  top: -40px;
  left: 25px;
}

.communication_project_txt_box .item02 {
  position: absolute;
  top: -90px;
  right: 50px;
}

.communication_project_txt span {
  display: block;
  color: #ffffbf;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
}

.communication_project_txt span:first-child {
  font-size: 28px;
}

.communication_project12_1 {
  width: 840px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.communication_project12_1 dt {
  float: left;
  width: 124px;
}

.communication_project12_1 dd {
  float: right;
  width: 640px;
  padding-left: 16px;
  background: url(../img/communication/12/arrow01.png) no-repeat left center;
}

.communication_project12_1 dd div {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}

.communication_project12_1 dd div p {
  font-size: 18px;
  line-height: 1.4;
}

.communication_project12_2 {
  width: 800px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.communication_project12_2 dt {
  float: right;
  width: 124px;
}

.communication_project12_2 dd {
  float: left;
  width: 640px;
  padding-right: 16px;
  background: url(../img/communication/12/arrow02.png) no-repeat right center;
}

.communication_project12_2 dd div {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}

.communication_project12_2 dd div p {
  font-size: 18px;
  line-height: 1.4;
}

.communication_project12_3 {
  width: 810px;
  margin: 0 auto;
  margin-bottom: 60px;
  position: relative;
}

.communication_project12_3 dt {
  float: left;
  width: 124px;
  padding-bottom: 20px;
  position: absolute;
  top: -20px;
  left: 0;
}

.communication_project12_3 dd {
  float: right;
  width: 640px;
  padding-left: 16px;
  background: url(../img/communication/12/arrow01.png) no-repeat left center;
}

.communication_project12_3 dd div {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}

.communication_project12_3 dd div p {
  font-size: 18px;
  line-height: 1.4;
}

.communication_project12_4 {
  width: 800px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 40px;
  position: relative;
}

.communication_project12_4 dt {
  float: right;
  width: 124px;
  position: absolute;
  top: -20px;
  right: 0;
}

.communication_project12_4 dd {
  float: left;
  width: 640px;
  padding-right: 16px;
  background: url(../img/communication/12/arrow02.png) no-repeat right center;
}

.communication_project12_4 dd div {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}

.communication_project12_4 dd div p {
  font-size: 18px;
  line-height: 1.4;
}

/*=========================================
2017.12.15 追加スタイル：社会貢献
===========================================*/

header nav ul.gnav li.csr_nav {
  margin-left: -45px;
  width: 145px;
  text-align: center;
}

header nav ul.gnav li.csr_nav a {
  color: #fff;
  background: url(../img/common/header/bg_csr.png) no-repeat center center;
  height: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-indent: -9999px;
}

header nav ul.gnav li.csr_nav a:hover {
  opacity: 0.5;
}

.page-content.page-csr h1 {
  background: #f6f6f4 url(../img/activities/main_bg.jpg) no-repeat;
  background-size: cover;
}

.csr_box01 {
  background: url(../img/activities/idea_bg.jpg) no-repeat center bottom;
  /*min-width: 1400px;*/
  height: 700px;
  text-align: center;
  background-size: contain;
}

.csr_box02 h3 {
  color: #0e9e3b;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 20px;
}

.csr_box02 .t_box {
  display: table;
  width: 100%;
  margin-bottom: 50px;
}

.csr_box02 .t_box > * {
  display: table-cell;
  vertical-align: top;
}

.csr_box02 .t_box .text_box {
  padding-left: 20px;
  font-size: 16px;
}

.csr_box02 .t_box .text_box span {
  display: block;
  padding-top: 20px;
}

.csr_box02 .t_box:last-child .text_box {
  padding-left: 0;
  padding-right: 20px;
}

.csr_box03 {
  padding-bottom: 100px;
}

.csr_box03 dl {
  display: table;
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
  padding: 10px 0;
}

.csr_box03 dl > * {
  display: table-cell;
  vertical-align: top;
}

.csr_box03 dl dt {
  width: 15%;
}

.csr_box03 dl dd span {
  position: relative;
  display: inline-block;
}

.csr_box03 dl dd span::before {
  content: "";
  background: url(../assets/img/activities/pdf.png) no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: -20px;
}

.t_box {
  position: relative;
}

.image_fream {
  position: absolute;
  top: -15px;
  left: -15px;
}

.image_fream02 {
  position: absolute;
  top: -15px;
  right: -10px;
}

.csr_box02 .t_box ul.kifukin_list {
  display: block;
  margin-left: 20px;
}

.kifukin_list li {
  margin-top: 10px;
  border-radius: 5px;
  background: #f4f4f4;
  padding: 10px;
  font-size: 80%;
  line-height: 1.5;
}

.kifukin_list li h4 {
  font-weight: bolder;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
}

.kifukin_saki {
  border: 1px solid #20a54a;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 60px;
  margin-top: -20px;
}

.kifukin_saki h4 {
  font-weight: bolder;
  color: #20a54a;
  font-size: 120%;
}

.kifukin_saki p {
  font-size: 90%;
}

/*=========================================
2017.12.15 追加スタイル：セミナー動画
===========================================*/

.page-content.page-video h1 {
  background: #f6f6f4 url(../img/activities/video/h1_video.jpg) no-repeat;
  background-size: cover;
}

.video_list {
  padding-bottom: 70px;
}

.video_list li {
  display: table;
  width: 100%;
  margin-bottom: 50px;
}

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

.video_list li > * {
  display: table-cell;
  vertical-align: top;
}

.video_list li .title {
  font-weight: bold;
  font-size: 18px;
}

.video_list li .title .title_sub {
  font-weight: bold;
  font-size: 14px;
}

.video_list li .text_box {
  padding-left: 20px;
}

.video_list li .text_box > * {
  display: block;
}

.video_list li .text_box .text {
  font-size: 16px;
}

/*=========================================
2017.12.15 追加スタイル：學びの会
===========================================*/

.login_box {
  border: 1px solid #d6d6d6;
  padding: 10px;
  text-align: center;
  width: 80%;
  margin: 0 auto 50px;
}

.login_box .bg_gray {
  background: #f8f8f8;
  border: 1px solid #d6d6d6;
  padding: 10px;
}

.login_box h3 {
  font-size: 25px;
  font-weight: bold;
  padding: 10px 0 20px;
}

.login_box .text {
  padding: 5px 0 10px;
}

.page-content.page-semminar section .box01 dl dt,
.page-content.page-semminar section .box01 dl dd {
  width: 100%;
}

/*=========================================
2018.01.09 追加スタイル：ボイストレーニング特集
===========================================*/

.communication_top_txt13 {
  text-align: center;
  background: url(../img/communication/13/top_txt_item01_all.png) no-repeat
    center center;
  padding: 40px 0px;
  margin-top: -40px;
  margin-bottom: 30px;
}

.communication_top_txt13 h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.communication_top_txt13 h4 {
  font-size: 26px;
  color: #4697d2;
  line-height: 1.5;
}

.communication13_area01 {
  background: url(../img/communication/13/bg01.png) repeat;
}

.communication13_area01 h5 {
  color: #3fac9f;
  border-bottom: 1px dotted #3fac9f;
}

.communication_int_box.communication13_area01 p.communication_name {
  line-height: 1;
}

.communication_int_box.communication13_area01 p.communication_name span {
  font-size: 14px;
  font-weight: bold;
}

.communication13_area01 .area01_txt {
  padding-bottom: 20px;
}

.communication13_area01 dl {
  padding-bottom: 10px;
}

.communication13_area01 dl:last-child {
  padding-bottom: 0;
}

.communication13_area01 > dd dl dd {
  line-height: 1.4;
}

.communication13_area02 {
  background: url(../img/communication/13/bg02.png) repeat;
  padding: 30px;
  box-sizing: border-box;
}

.communication13_area02 dl {
  display: table;
  width: 100%;
}

.communication13_area02 dl > * {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  text-align: center;
}

.communication13_area02_ttl {
  padding-bottom: 25px;
}

.communication13_area02 dl dt {
  width: 395px;
  margin: 0 auto;
  text-align: left;
  padding-right: 20px;
  box-sizing: border-box;
  line-height: 1.6;
}

.communication13_area02 {
  position: relative;
  margin-top: 50px;
}

.communication13_area02 .top_image {
  position: absolute;
  top: -30px;
  right: 25px;
}

.communication13_area02 .bottom_image {
  position: absolute;
  bottom: -5px;
  left: -60px;
}

.communication13_area03 {
  background: url(../img/communication/13/bg03.png) repeat;
  padding: 30px;
  box-sizing: border-box;
}

.area03_txt {
  font-size: 20px !important;
  font-weight: bold !important;
  text-align: center !important;
}

.communication13_area03 dl {
  background: #ffffff;
  padding: 25px;
  box-sizing: border-box;
}

.communication13_area03 dl dt {
  border-bottom: 1px dotted #e75863;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.communication13_area03 dl dd {
  line-height: 1.6;
}

.comment_area {
  padding: 50px 0;
}

.comment_area dl {
  width: 100%;
}

.comment_area dl > * {
  float: left;
}

.comment_area dl dt {
  width: 150px;
  padding-right: 30px;
}

.comment_area dl dd {
  line-height: 1.6;
  padding: 15px;
  width: 660px;
  margin-top: 20px;
  position: relative;
  border-radius: 5px;
}

.communication13_comment01 dl dd {
  background: #d5e7f4;
  color: #2b74ac;
}

.communication13_comment01 dl dd::before {
  content: "";
  display: inline-block;
  background: url(../img/communication/13/arrow01.png) no-repeat;
  width: 17px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: -8px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.communication13_comment02 dl dt {
  background: #ffeaeb;
  color: #bf4b70;
  width: 660px;
  margin-top: 20px;
  padding: 15px;
  line-height: 1.6;
  position: relative;
}

.communication13_comment02 dl dd {
  width: 150px;
  margin-top: 0;
  position: initial;
  padding: 0 0 0 30px;
}

.communication13_comment02 dl dt::before {
  content: "";
  display: inline-block;
  background: url(../img/communication/13/arrow02.png) no-repeat;
  width: 17px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: -25px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.communication13_comment03 dl dd {
  background: #ffefbf;
  color: #dc852b;
  margin-top: 40px;
}

.communication13_comment03 dl dd::before {
  content: "";
  display: inline-block;
  background: url(../img/communication/13/arrow03.png) no-repeat;
  width: 17px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: -8px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*=========================================
ここまで2018.01.09 追加スタイル：ボイストレーニング特集
===========================================*/

/*=========================================
2018.02.06 追加スタイル：勉強会特集
===========================================*/

.communication_top_txt14 {
  background: url(../img/communication/14/top_txt_item01_all.png) no-repeat;
  width: 900px;
  height: 240px;
  margin-top: -40px;
  margin-bottom: 30px;
  position: relative;
}

.communication_top_txt14 .text_box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.communication_top_txt14 h3 > * {
  display: block;
  text-align: center;
}

.communication_top_txt14 h3 .black {
  font-size: 22px;
}

.communication_top_txt14 h3 .blue {
  color: #1f9fcc;
  font-size: 24px;
}

.communication_top_txt14 h4 {
  color: #ff7f00;
  font-size: 24px;
  text-align: center;
  margin-top: 10px;
}

.communication_int_box.communication14 {
  margin-bottom: 30px;
}

.communication_int_box.communication14 > dt {
  width: 370px;
}

.communication_int_box.communication14 > dd {
  width: 470px;
}

.communication14.area01 {
  background: url(../img/communication/14/bg01.png) repeat;
}

.communication14.area02 {
  background: url(../img/communication/14/bg02.png) repeat;
}

.communication14.area03 {
  background: url(../img/communication/14/bg03.png) repeat;
}

.communication14.area04 {
  background: url(../img/communication/14/bg04.png) repeat;
}

.communication14.area05 {
  background: url(../img/communication/14/bg05.png) repeat;
  position: relative;
  padding: 40px 40px 20px 40px;
}

.communication14.area06 {
  background: url(../img/communication/14/bg06.png) repeat;
  position: relative;
  padding: 40px;
}

.communication14.area01 h5 {
  color: #3fac9f;
  border-bottom: 1px dotted #3fac9f;
}

.communication14.area02 h5 {
  color: #f0999a;
  border-bottom: 1px dotted #f0999a;
}

.communication14.area03 h5 {
  color: #6b94b9;
  border-bottom: 1px dotted #6b94b9;
}

.communication14.area04 h5 {
  color: #b28500;
  border-bottom: 1px dotted #b28500;
}

.communication14_comment01 .text {
  background: #d5e7f4;
  position: relative;
  color: #2a75ac;
}

.communication14_comment02 .text {
  background: #ffeaeb;
  position: relative;
  color: #c34b71;
}

.communication14_comment03 .text {
  background: #ffefbf;
  position: relative;
  color: #dd832b;
}

.communication14_comment01 .text::after {
  content: "";
  background: url(../img/communication/14/img05_2.png) no-repeat;
  display: block;
  width: 17px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: -7px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.communication14_comment02 .text::after {
  content: "";
  background: url(../img/communication/14/img07_2.png) no-repeat;
  display: block;
  width: 17px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: -25px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.communication14_comment03 .text::after {
  content: "";
  background: url(../img/communication/14/img09_2.png) no-repeat;
  display: block;
  width: 17px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: -7px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.communication14_comment02.comment_area dl dt {
  width: 660px;
  padding-right: 0;
  line-height: 1.6;
  padding: 15px;
  margin-top: 20px;
  position: relative;
  border-radius: 5px;
}

.communication14_comment02.comment_area dl dd {
  padding: 0;
  width: 150px;
  margin-top: 0;
  position: initial;
  border-radius: 0;
  padding-left: 30px;
}

.communication14.area05 .top_item01 {
  position: absolute;
  top: 30px;
  left: 60px;
  z-index: 2;
}

.communication14.area05 .top_item02 {
  position: absolute;
  top: -6px;
  right: 35px;
}

.communication14.area05 h5 {
  padding: 0 50px 10px 240px;
  position: relative;
}

.communication14.area05 h5 .item {
  position: absolute;
  bottom: 20px;
  left: 88px;
}

.communication14.area05 .top_text {
  position: relative;
  padding: 20px 0 25px 20px;
}

.communication14.area05 .top_text .item {
  position: absolute;
  bottom: -15px;
  right: 0;
}

.communication14.area05 .bottom_text {
  text-align: right;
  padding-top: 10px;
}

.communication14.area05 .bottom_item {
  position: absolute;
  bottom: -13px;
  left: 20px;
}

.communication14.area06 h5 {
  text-align: center;
}

.communication14.area06 ul li {
  float: left;
  width: 400px;
}

.communication14.area06 ul li:first-child {
  padding-right: 10px;
}

.communication14.area06 ul li:last-child {
  padding-left: 10px;
}

.communication14.area06 ul li p {
  line-height: 1;
}

.communication14.area06 ul li .text {
  font-size: 16px;
  padding-left: 10px;
  line-height: 1.4;
}

.communication14.area06 ul li:last-child .text {
  padding-right: 70px;
}

.communication14.area06 .bottom_item {
  position: absolute;
  bottom: -30px;
  right: 0;
}

/*=========================================
ここまで2018.02.06 追加スタイル：勉強会特集
===========================================*/

/*=========================================
2018.02.06 追加スタイル：採用情報
===========================================*/

/**********  indexここから  **********/

.page-recruitsite h1 {
  background: url(../img/recruitsite/index/h1_recruitsite.jpg) no-repeat center
    center;
}

.page-recruitsite .recruitsite_box01 .box_in.bg01 {
  background: url(../img/recruitsite/index/bg01.png) no-repeat center
    bottom/cover;
}

.page-recruitsite .recruitsite_box01 .box_in.bg02 {
  background: url(../img/recruitsite/index/bg02.png) no-repeat center
    center/cover;
}

.page-recruitsite .recruitsite_box01 .box_in.bg01 p,
.page-recruitsite .recruitsite_box01 .box_in.bg02 p {
  line-height: 0;
}

.page-recruitsite .recruitsite_box01 .box_in.bg01 .section-wrap-5 {
  width: 1100px;
}

.page-recruitsite .recruitsite_box01 .box_in.bg02 .section-wrap-5 {
  width: 1100px;
}

.page-recruitsite .recruitsite_box01 .text {
  padding: 80px 0;
  font-size: 140%;
}

.recruitsite_box02_subttl {
  font-weight: bolder;
  margin-bottom: 10px;
  font-size: 120%;
}

.page-recruitsite .recruitsite_box02 .dl_box {
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  margin-bottom: 100px;
}

.page-recruitsite .recruitsite_box02 .dl_box dl {
  border-bottom: 1px solid #d6d6d6;
  box-sizing: border-box;
  display: table;
  width: 100%;
}

.page-recruitsite .recruitsite_box02 .dl_box dl > * {
  padding: 20px;
  vertical-align: top;
  display: table-cell;
  box-sizing: border-box;
  line-height: 1.4;
}

.page-recruitsite .recruitsite_box02 .dl_box dl dt {
  background: #f4f4f4;
  width: 220px;
  font-weight: bold;
  border-right: 1px solid #d6d6d6;
}

.page-recruitsite .recruitsite_box03 ul {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}

.page-recruitsite .recruitsite_box03 ul li {
  width: 49%;
  margin-bottom: 10px;
}

/**********  indexここまで  **********/

/**********  dayここから  **********/

.page-recruitsite-day .area {
  padding-bottom: 50px;
}

.page-recruitsite-day h1 {
  background: url(../img/recruitsite/day/visual_bg.png) no-repeat center
    right/cover;
  height: 480px;
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}

.page-recruitsite-day .text-green {
  font-size: 150%;
  color: #0c9e39;
}

.page-recruitsite-day .mincho {
  font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif;
}

.page-recruitsite-day .top_text .mincho_none {
  margin-bottom: 70px;
  text-align: center;
  font-weight: bolder;
}

.page-recruitsite-day h2 {
  height: 200px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.page-recruitsite-day .recruitsite_box01 h2 {
  background: url(../img/recruitsite/day/bg01.png) no-repeat center center/cover;
}

.page-recruitsite-day .recruitsite_box02 h2 {
  background: url(../img/recruitsite/day/bg02.png) no-repeat center center/cover;
}

.page-recruitsite-day .recruitsite_box03 h2 {
  background: url(../img/recruitsite/day/bg03.png) no-repeat center center/cover;
}

.page-recruitsite-day .recruitsite_box04 h2 {
  background: url(../img/recruitsite/day/bg04.png) no-repeat center center/cover;
}

.page-recruitsite-day .recruitsite_box05 h2 {
  background: url(../img/recruitsite/day/bg05.png) no-repeat center center/cover;
}

.page-recruitsite-day .recruitsite_box06 h2 {
  background: url(../img/recruitsite/day/bg06.png) no-repeat center center/cover;
  line-height: 1.6;
}

.page-recruitsite-day h2 span {
  line-height: 1;
}

.page-recruitsite-day h2:after {
  display: none;
}

.page-recruitsite-day .box_in {
  display: table;
  width: 100%;
  margin-bottom: 50px;
}

.page-recruitsite-day .box_in > * {
  display: table-cell;
  vertical-align: top;
  line-height: 1.6;
}

.page-recruitsite-day .box_in > .text {
  background: #f0f0f0;
  padding: 20px;
  box-sizing: border-box;
  line-height: 1.6;
  width: 500px;
}

.page-recruitsite-day .box_in > .image {
  max-width: 400px;
  line-height: 0;
}

.page-recruitsite-day .box_in.color > .image {
  max-width: 370px;
  padding-right: 20px;
}

.page-recruitsite-day .box_in.color > .text_image > * {
  display: block;
}

.page-recruitsite-day .box_in.color > .text_image span:first-child {
  padding-bottom: 25px;
}

.page-recruitsite-day .box_in.color.green {
  background: #daefe8;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 10px;
}

.page-recruitsite-day .box_in.color.yellow {
  background: #ffffdb;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 10px;
}

.page-recruitsite-day .box_in.color.yellow .text {
  background: none;
  padding: 0;
}

.page-recruitsite-day .box_in.column {
  background: #ffe8df;
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
}

.page-recruitsite-day .box_in.column > * {
  display: block;
}

.page-recruitsite-day .box_in.column .text {
  background: none;
  padding: 0;
  color: #ff4c4c;
  width: 100%;
  padding-bottom: 30px;
}

.page-recruitsite-day .box_in.column .image {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
}

.page-recruitsite-day .recruitsite_box06 h2 .section-wrap-5 {
  position: relative;
}

.page-recruitsite-day .recruitsite_box06 h2 .section-wrap-5 img {
  position: relative;
  z-index: 2;
}

.page-recruitsite-day .recruitsite_box06 h2 .section-wrap-5 .image {
  position: absolute;
  left: -110px;
  bottom: -14px;
  z-index: 1;
}

.page-recruitsite-day .recruitsite_box06 .top_text {
  padding-bottom: 50px;
  font-size: 125%;
  line-height: 1.6;
}

.page-recruitsite-day .recruitsite_box06 .bg_area {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: center;
  padding: 50px 0;
  box-sizing: border-box;
}

.page-recruitsite-day .recruitsite_box06 .bg01 {
  background: url(../img/recruitsite/day/bg07.png) no-repeat center center/cover;
  height: 250px;
}

.page-recruitsite-day .recruitsite_box06 .bg01 .image {
  width: 400px;
  text-align: center;
}

.page-recruitsite-day .recruitsite_box06 .bg01 .text {
  background: none;
  width: 500px;
}

.page-recruitsite-day .recruitsite_box06 .bg02 {
  background: url(../img/recruitsite/day/bg08.png) no-repeat center center/cover;
  height: 420px;
}

.page-recruitsite-day .recruitsite_box06 .bg02 .image {
  width: 400px;
  text-align: center;
}

.page-recruitsite-day .recruitsite_box06 .bg02 .text {
  background: none;
  width: 500px;
  color: #fff;
}

.page-recruitsite-day .recruitsite_box06 .bg03 {
  background: url(../img/recruitsite/day/bg09.png) no-repeat center center/cover;
  height: 400px;
}

.page-recruitsite-day .recruitsite_box06 .bg03 .image {
  width: 400px;
  text-align: center;
}

.page-recruitsite-day .recruitsite_box06 .bg03 .text {
  background: none;
  width: 500px;
  color: #fff;
}

.page-recruitsite-day .recruitsite_box06 .bottom_text {
  font-size: 125%;
  line-height: 1.6;
  margin-bottom: 50px;
}

.page-recruitsite-day .bg_gray {
  background: #f0f0f0;
  padding: 50px 0;
}

.page-recruitsite-day .communication_fot_area {
  margin: 0;
}

/**********  dayここまで  **********/

/**********  numberここから  **********/

.page-recruitsite-number h2 {
  color: #0e9e3b;
  font-size: 180%;
  margin: 0 auto;
  margin-bottom: 100px;
}

.page-recruitsite-number h2 span {
  border-bottom: 1px solid #0f9e3c;
  text-align: center;
  padding-bottom: 10px;
}

.page-recruitsite-number ol {
  list-style: none;
}

.page-recruitsite-number h2:after {
  display: none;
}

.page-recruitsite-number h1 {
  background: url(../img/recruitsite/number/visual_bg.png) no-repeat center
    center/cover;
  height: 480px;
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}

.page-recruitsite-number .box_in {
  border: 1px solid #8cc894;
  margin-bottom: 60px;
  position: relative;
}

.page-recruitsite-number .box_in::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  bottom: -10px;
  border-bottom: 10px solid transparent;
  -moz-border-image: url("../img/recruitsite/number/border_slash.png") 10 0
    repeat;
  /* Old firefox */
  -webkit-border-image: url("../img/recruitsite/number/border_slash.png") 10 0
    repeat;
  /* Safari */
  -o-border-image: url("../img/recruitsite/number/border_slash.png") 10 0 repeat;
  /* Opera */
  border-image: url("../img/recruitsite/number/border_slash.png") 10 0 repeat;
}

.page-recruitsite-number .area {
  padding: 60px 20px;
}

.page-recruitsite-number .box_in ul {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-around;
}

.page-recruitsite-number .box_in dl {
  display: table;
  width: 100%;
  border-bottom: 1px solid #8cc894;
}

.page-recruitsite-number .box_in dl > * {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
  padding: 20px;
  box-sizing: border-box;
  font-size: 120%;
}

.page-recruitsite-number .box_in dl dt {
  width: 200px;
  background: #0f9e3c;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.page-recruitsite-number .box_in p.image {
  text-align: center;
}

.page-recruitsite-number .box02 ul li:last-child {
  padding: 20px;
  border: 1px dotted #0f9e3c;
  border-radius: 10px;
  position: relative;
}

.page-recruitsite-number .box02 ul li .text {
  color: #0f9e3c;
  font-size: 120%;
  background: #fff;
  position: absolute;
  top: -16px;
  left: 20px;
}

.page-recruitsite-number .box04 .image {
  background: url(../img/recruitsite/number/bg01.png) no-repeat center center;
  padding: 140px 20px;
}

.page-recruitsite-number .box06 ul {
  justify-content: flex-start;
  align-items: stretch;
}

.page-recruitsite-number .box06 ul li {
  width: 33.33%;
  margin-bottom: 20px;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-recruitsite-number .box06 ul li .title {
  text-align: center;
  font-size: 130%;
}

.page-recruitsite-number .box06 ul li .image {
  height: 80px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  align-content: stretch;
  justify-content: center;
}

.page-recruitsite-number .box06 ul li .text {
  font-size: 90%;
  line-height: 1.6;
}

.page-recruitsite-number .box06 ul li:first-child .title,
.page-recruitsite-number .box06 ul li:nth-child(7) .title {
  background: url(../img/recruitsite/number/slash_bg01.png) repeat;
  color: #85b200;
}

.page-recruitsite-number .box06 ul li:nth-child(2) .title,
.page-recruitsite-number .box06 ul li:nth-child(8) .title {
  background: url(../img/recruitsite/number/slash_bg02.png) repeat;
  color: #d75f7d;
}

.page-recruitsite-number .box06 ul li:nth-child(3) .title,
.page-recruitsite-number .box06 ul li:nth-child(9) .title {
  background: url(../img/recruitsite/number/slash_bg03.png) repeat;
  color: #0d9e3a;
}

.page-recruitsite-number .box06 ul li:nth-child(4) .title,
.page-recruitsite-number .box06 ul li:nth-child(10) .title {
  background: url(../img/recruitsite/number/slash_bg04.png) repeat;
  color: #c18bdf;
}

.page-recruitsite-number .box06 ul li:nth-child(5) .title {
  background: url(../img/recruitsite/number/slash_bg05.png) repeat;
  color: #d86c00;
}

.page-recruitsite-number .box06 ul li:nth-child(6) .title {
  background: url(../img/recruitsite/number/slash_bg06.png) repeat;
  color: #599bbf;
}

.page-recruitsite-number .box07 ul {
  justify-content: flex-start;
  align-items: stretch;
}

.page-recruitsite-number .box07 ul li {
  width: 33.33%;
  margin-bottom: 20px;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-recruitsite-number .box06 ul li p.title {
  font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-top: 3px;
}

.page-recruitsite-number .box07 ul li p.title {
  font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-top: 3px;
}

.page-recruitsite-number .box07 ul li:nth-last-child(2),
.page-recruitsite-number .box07 ul li:last-child {
  margin-bottom: 0;
}

.page-recruitsite-number .box07 ul li .title {
  text-align: center;
  font-size: 120%;
}

.page-recruitsite-number .box07 ul li .image {
  height: 80px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  align-content: stretch;
  justify-content: center;
}

.page-recruitsite-number .box07 ul li:first-child .title,
.page-recruitsite-number .box07 ul li:nth-child(7) .title,
.page-recruitsite-number .box07 ul li:nth-child(13) .title {
  background: url(../img/recruitsite/number/slash_bg01.png) repeat;
  color: #85b200;
}

.page-recruitsite-number .box07 ul li:nth-child(2) .title,
.page-recruitsite-number .box07 ul li:nth-child(8) .title,
.page-recruitsite-number .box07 ul li:nth-child(14) .title {
  background: url(../img/recruitsite/number/slash_bg02.png) repeat;
  color: #d75f7d;
}

.page-recruitsite-number .box07 ul li:nth-child(3) .title,
.page-recruitsite-number .box07 ul li:nth-child(9) .title,
.page-recruitsite-number .box07 ul li:nth-child(15) .title {
  background: url(../img/recruitsite/number/slash_bg03.png) repeat;
  color: #0d9e3a;
}

.page-recruitsite-number .box07 ul li:nth-child(4) .title,
.page-recruitsite-number .box07 ul li:nth-child(10) .title,
.page-recruitsite-number .box07 ul li:nth-child(16) .title {
  background: url(../img/recruitsite/number/slash_bg04.png) repeat;
  color: #c18bdf;
}

.page-recruitsite-number .box07 ul li:nth-child(5) .title,
.page-recruitsite-number .box07 ul li:nth-child(11) .title,
.page-recruitsite-number .box07 ul li:nth-child(17) .title {
  background: url(../img/recruitsite/number/slash_bg05.png) repeat;
  color: #d86c00;
}

.page-recruitsite-number .box07 ul li:nth-child(6) .title,
.page-recruitsite-number .box07 ul li:nth-child(12) .title,
.page-recruitsite-number .box07 ul li:nth-child(18) .title {
  background: url(../img/recruitsite/number/slash_bg06.png) repeat;
  color: #599bbf;
}

.page-recruitsite-number .box09 p.title {
  padding-left: 20px;
  box-sizing: border-box;
  background: url(../img/recruitsite/number/slash_bg03.png) repeat;
  color: #0d9e3a;
  margin: 30px 20px 0;
}

.page-recruitsite-number .box09 ol li,
.page-recruitsite-number .box09 .bottom_image {
  text-align: center;
}

.page-recruitsite-number .box09 .bottom_image {
  margin-top: -30px;
  padding-bottom: 40px;
}

a.green_txt {
  color: #0f9e3c;
  text-decoration: underline;
}

.title_text span.small {
  font-size: 80%;
}

/**********  numberここまで  **********/

/*=========================================
ここまで2018.02.06 追加スタイル：採用情報
===========================================*/

/*=========================================
2018.03.05 追加スタイル：全体研修旅行
===========================================*/

.communication_int_box.communication15 {
  margin-bottom: 50px;
  padding: 40px 30px;
}

.communication_top_txt15 {
  background: url(../img/communication/15/top_txt_item01_all.png) no-repeat;
  width: 900px;
  height: 240px;
  margin-top: -40px;
  margin-bottom: 30px;
  position: relative;
}

.communication_top_txt15 .text_box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.communication_top_txt15 h3 {
  font-size: 22px;
}

.communication_top_txt15 h4 {
  color: #1f9fcc;
  font-size: 24px;
}

.communication15.day01 {
  background: url(../img/communication/15/bg01.png) repeat;
  border: 1px dotted #ff9326;
}

.communication15.day02 {
  background: url(../img/communication/15/bg02.png) repeat;
  border: 1px dotted #85b200;
}

.comment_box dl {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}

.comment_box dl dd {
  width: 670px;
}

.communication15_comment02 dl {
  flex-flow: row-reverse nowrap;
}

.comment_box .text {
  position: relative;
  padding: 15px 10px;
  box-sizing: border-box;
  border-radius: 5px;
}

.communication15_comment01 {
  margin: 30px 0;
}

.communication15_comment03 {
  margin: 0 0 40px;
}

.communication15_comment01 .text {
  background: #daebf3;
  color: #265f72;
}

.communication15_comment02 .text {
  background: #fdf1bb;
  color: #d87717;
}

.communication15_comment03 .text {
  background: #ffeaeb;
  color: #b63570;
}

.comment_box .text::after {
  content: "";
  display: block;
  width: 17px;
  height: 20px;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.communication15_comment01 .text::after {
  background: url(../img/communication/15/arrow01.png) no-repeat;
  left: -7px;
}

.communication15_comment02 .text::after {
  background: url(../img/communication/15/arrow02.png) no-repeat;
  right: -25px;
}

.communication15_comment03 .text::after {
  background: url(../img/communication/15/arrow03.png) no-repeat;
  left: -7px;
}

.communication15 h5 {
  text-align: center;
  margin-bottom: 30px;
}

.communication15 .text_box {
  border: 2px solid #d96d00;
  background: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  box-sizing: border-box;
  width: 440px;
}

.communication15 .text_box ul {
  width: 100%;
}

.communication15 .text_box ul li:nth-of-type(2) {
  border-top: 1px dotted #4c3719;
}

/*.communication15 .text_box ul > * {
font-size: 110%;
color:#4C3719;
padding:10px 0;
}*/

.communication15 .text_box ul > * {
  font-size: 130%;
  color: #ff9224;
  font-weight: bolder;
  padding: 10px 0;
}

.communication15.day02 .text_box ul > * {
  color: #9cd000;
}

.communication15 .title {
  font-size: 22px;
  font-weight: bold;
}

.communication15.day01 .area01 {
  position: relative;
}

.communication15.day01 .area01 .image01 {
  position: absolute;
  top: -60px;
  left: 10px;
}

.communication15.day01 .area01 .image02 {
  position: absolute;
  top: -55px;
  right: -5px;
}

.communication15.day01 .area01 .bottom_box {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
  top: 20px;
}

.communication15.day01 .area01 .bottom_box .image03 {
  max-width: 272px;
}

.communication15.day01 .area01 .bottom_box .image04 {
  max-width: 568px;
}

.communication15.day01 .area02 {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}

.communication15.day01 .area02 .text_box {
  margin: 0 0 0 auto;
}

.communication15.day01 .area02 .image02 {
  position: relative;
  top: 15px;
  right: -20px;
}

.communication15.day01 .area03 .text_box {
  margin: 0 0 20px auto;
}

.communication15.day01 .area03 .box {
  position: relative;
}

.communication15.day01 .area03 .box .image01 {
  position: absolute;
  top: -100px;
  left: 10px;
}

.communication15.day01 .area03 .box {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
}

.communication15.day01 .area03 .bottom_box {
  position: relative;
  margin: 30px 0 60px;
}

.communication15.day01 .area03 .bottom_box .text_box {
  margin: 0 auto 0 0;
}

.communication15.day01 .area03 .bottom_box .image04 {
  position: absolute;
  right: 145px;
  top: -30px;
}

.communication15.day01 .area04 {
}

.communication15.day01 .area04 .text_box {
  margin: 0 0 0 auto;
}

.communication15.day01 .area04 .box {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  margin: 30px 0 20px;
}

.communication15.day01 .area04 .box .image01 {
  position: absolute;
  top: -100px;
  left: -15px;
}

.communication15.day01 .area05 {
  margin-top: 20px;
}

.communication15.day01 .area05 .box {
  position: relative;
  margin-bottom: 280px;
}

.communication15.day01 .area05 .box .image01 {
  position: absolute;
  right: 20px;
  top: -70px;
}

.communication15.day01 .area05 .box .image02 {
  text-align: center;
  margin: 10px 0 40px;
}

.communication15.day01 .area05 .box .image03 {
  position: absolute;
  left: 30px;
  bottom: -60px;
  z-index: 4;
}

.communication15.day01 .area05 .box .image04 {
  position: absolute;
  right: 60px;
  bottom: -300px;
  z-index: 2;
}

.communication15.day01 .area05 .box .image05 {
  position: absolute;
  right: 0;
  bottom: -150px;
  z-index: 3;
}

.communication15.day01 .area05 .text_box:last-child {
  margin: 0 0 0 auto;
}

.communication15.day01 .area06 .box {
  position: relative;
}

.communication15.day01 .area06 .box .top_item {
  max-width: 322px;
  position: absolute;
  top: -170px;
  right: 50px;
}

.communication15.day01 .area06 .box .image01 {
  position: absolute;
  top: -70px;
  right: 0;
}

.communication15.day01 .area06 .box .image02 {
  text-align: center;
  margin: 50px 0 30px;
}

.communication15.day01 .area06 .box .image03 {
  position: absolute;
  left: 0;
  bottom: -20px;
}

.communication15.day02 .text_box {
  border: 2px solid #85b200;
}

.communication15.day02 .area01 .box {
  margin-top: 60px;
  position: relative;
}

.communication15.day02 .area01 .box .image01 {
  position: absolute;
  left: 0;
  top: -30px;
}

.communication15.day02 .area01 .box .image02 {
  position: absolute;
  top: -190px;
  right: 40px;
}

.communication15.day02 .area01 .box .image03 {
  text-align: center;
}

.communication15.day02 .area02 {
  margin-top: 50px;
}

.communication15.day02 .area02 .text_box {
  margin: 0 0 0 auto;
}

.communication15.day02 .area02 .box {
  position: relative;
  margin: 30px 0;
}

.communication15.day02 .area02 .box .image01 {
  position: absolute;
  top: -140px;
  left: 20px;
}

.communication15.day02 .area02 .box .image02 {
  position: relative;
  z-index: 1;
  bottom: -25px;
}

.communication15.day02 .area02 .box .image03 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.communication15.day02 .area03 {
  margin: 50px 0 0;
}

.communication15.day02 .area03 .box {
  position: relative;
  margin: 25px 0;
}

.communication15.day02 .area03 .box .image01 {
  position: absolute;
  top: -150px;
  right: 90px;
}

.communication15.day02 .area03 .box .image02 {
  text-align: center;
}

.communication15.day02 .area03 .box .image03 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.communication15.day02 .area04 .text_box {
  margin: 0 auto;
}

.communication15.day02 .area04 .box {
  position: relative;
}

.communication15.day02 .area04 .box .image01 {
  position: absolute;
  left: 0;
  top: -150px;
}

.communication15.day02 .area04 .box .image02 {
  position: absolute;
  right: 0;
  top: -175px;
}

.communication15.day02 .area04 .box .image03 {
  text-align: center;
  margin-top: 25px;
}

.communication_banner li:nth-child(15) {
  margin-right: 0px;
}

/*=========================================
ここまで2018.03.05 追加スタイル：全体研修旅行
===========================================*/

/*=========================================
2018.03.14 追加スタイル：クロストーク
===========================================*/

/* 共通
------------------------------------*/

.inner {
  width: 1000px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.page-crosstalk .blue {
  color: #78a8b6;
}

.page-crosstalk .red {
  color: #cc8498;
}

.page-crosstalk .yellow {
  color: #ffbf00;
}

.page-crosstalk hr {
  background: #d6d6d6;
  height: 1px;
  width: 100%;
  margin: 50px 0;
}

.page-crosstalk h1 {
  background: url(../img/recruitsite/talk/visual_bg.png) no-repeat center
    center/cover;
  text-align: center;
  height: auto;
  padding: 250px 0 30px;
}

.page-crosstalk h1 img {
  max-width: 779px;
}

.page-crosstalk .top_image {
  margin-bottom: 50px;
}

.page-crosstalk .top_image .inner .image {
  position: relative;
  line-height: 1;
}

.page-crosstalk .top_image .inner .name {
  position: absolute;
  width: 155px;
  box-sizing: border-box;
}

.page-crosstalk .top_image .inner .name > * {
  display: block;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
}

.page-crosstalk .top_image .inner .name span {
  font-size: 70%;
}

.page-crosstalk .top_image .inner .name b {
  font-size: 110%;
}

.page-crosstalk .top_image .inner .name01 {
  background: rgba(204, 132, 152, 0.8);
  padding: 10px;
  color: #fff;
}

.page-crosstalk .top_image .inner .name02 {
  background: rgba(120, 168, 182, 0.8);
  padding: 10px;
  color: #fff;
}

.page-crosstalk .top_image .inner .name03 {
  background: rgba(255, 191, 0, 0.8);
  padding: 10px;
  color: #fff;
}

.page-crosstalk .top_image .inner .text_box {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 10px 0;
}

.page-crosstalk .top_image .inner .text_box > * {
  line-height: 1;
}

.page-crosstalk .top_image .inner .text_box .text01 {
  position: relative;
  bottom: -5px;
  left: 15px;
}

.page-crosstalk .top_image .inner .text_box .text02 {
  padding-left: 40px;
}

.page-crosstalk .top_image .inner .text_box .ct_image {
  position: absolute;
  right: -10px;
  bottom: -5px;
}

.page-crosstalk .row_box01 {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
}

.page-crosstalk .row_box02 {
  display: flex;
  flex-flow: row-reverse nowrap;
  align-items: flex-start;
  justify-content: space-between;
}

.page-crosstalk .row_box01 .text_box {
  padding-right: 45px;
  box-sizing: border-box;
}

.page-crosstalk .row_box02 .text_box {
  padding-left: 45px;
  box-sizing: border-box;
}

.page-crosstalk .row_box01 .text.no_name {
  padding-left: 80px;
}

.page-crosstalk .title {
  padding-left: 80px;
  position: relative;
  font-size: 140%;
  font-weight: bold;
  line-height: 1.3;
  font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif;
  margin-bottom: 30px;
}

.page-crosstalk .title::before {
  content: "";
  width: 60px;
  height: 2px;
  background: #0f9e3c;
  display: block;
  position: absolute;
  top: 14px;
  left: 30px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-crosstalk .name_text {
  padding-left: 90px;
  margin-bottom: 40px;
  min-height: 60px;
}

.page-crosstalk .row_box01 .name_text,
.page-crosstalk .row_box02 .name_text {
  margin-bottom: 30px;
}

.page-crosstalk .area .text {
  margin: 30px 0 40px;
}

.pt30 {
  padding-top: 30px !important;
}

/* クロストーク1本目
------------------------------------*/

.page-crosstalk .crosstalk01.top_image .name01 {
  left: 30px;
  bottom: 215px;
}

.page-crosstalk .crosstalk01.top_image .name02 {
  left: 380px;
  bottom: 215px;
}

.page-crosstalk .crosstalk01.top_image .name03 {
  right: 50px;
  bottom: 215px;
}

.page-crosstalk .crosstalk01 .name01 {
  background: url(../img/recruitsite/talk/ct01_name02.png) no-repeat left 8px/66px
    54px;
}

.page-crosstalk .crosstalk01 .name02 {
  background: url(../img/recruitsite/talk/ct01_name01.png) no-repeat left 8px/66px
    54px;
}

.page-crosstalk .crosstalk01 .name03 {
  background: url(../img/recruitsite/talk/ct01_name03.png) no-repeat left 8px/66px
    54px;
}

.page-crosstalk .crosstalk01 .name04 {
  background: url(../img/recruitsite/talk/ct01_name04.png) no-repeat left 8px/66px
    54px;
}

/* クロストーク2本目
------------------------------------*/

.page-crosstalk .crosstalk02.top_image .name03 {
  left: 200px;
  bottom: 170px;
}

.page-crosstalk .crosstalk02.top_image .name01 {
  right: 200px;
  bottom: 170px;
}

.page-crosstalk .crosstalk02 .name01 {
  background: url(../img/recruitsite/talk/ct02_name02.png) no-repeat left 8px/66px
    54px;
}

.page-crosstalk .crosstalk02 .name02 {
  background: url(../img/recruitsite/talk/ct02_name01.png) no-repeat left 8px/66px
    54px;
}

/* クロストーク3本目
------------------------------------*/

.page-crosstalk .crosstalk03.top_image .name01 {
  left: 280px;
  bottom: 170px;
}

.page-crosstalk .crosstalk03.top_image .name02 {
  right: 280px;
  bottom: 170px;
}

.page-crosstalk .crosstalk03 .name01 {
  background: url(../img/recruitsite/talk/ct03_name02.png) no-repeat left 8px/66px
    54px;
}

.page-crosstalk .crosstalk03 .name02 {
  background: url(../img/recruitsite/talk/ct03_name01.png) no-repeat left 8px/66px
    54px;
}

.top_talk_lead {
  color: #0f9e3c;
  text-align: center;
  margin-bottom: 30px;
}

/*=========================================
ここまで2018.03.14 追加スタイル：クロストーク
===========================================*/

/*=========================================
2018.04.13 追加スタイル：春の新卒社員特集！2018
===========================================*/

.communication_int_box.communication16 {
  margin-bottom: 50px;
  padding: 40px 30px;
}

.communication_top_txt16 {
  background: url(../img/communication/16/top_txt_item01_all.png) no-repeat;
  width: 900px;
  height: 240px;
  margin-top: -40px;
  margin-bottom: 30px;
  position: relative;
}

.communication_top_txt16 .text_box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.communication_top_txt16 h3 {
  font-size: 22px;
}

.communication_top_txt16 h4 {
  color: #1f9fcc;
  font-size: 24px;
}

.profile {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.profile .image {
  padding-right: 30px;
}

.profile .text_box {
  width: 100%;
}

.profile .text_box h3 {
  font-size: 25px;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  margin-bottom: 15px;
}

.profile .text_box p {
  margin-bottom: 15px;
}

.profile .text_box p > * {
  display: block;
  line-height: 1.5;
}

.profile .text_box p b {
  font-size: 23px;
}

.profile .text_box ul li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.4;
  margin-bottom: 10px;
}

.profile .text_box ul li:last-child {
  margin-bottom: 0;
}

.profile .text_box ul li span:first-child {
  padding-right: 10px;
}

.communication16.profile.area01 {
  background: url(../img/communication/16/bg04.png);
  margin-bottom: 20px;
}

.communication16.profile.area02 {
  background: url(../img/communication/16/bg05.png);
}

.communication16.profile.area01 .text_box h3 {
  color: #a3d655;
  border-bottom: 1px solid #a3d655;
  position: relative;
  z-index: 0;
}

.communication16.profile.area02 .text_box h3 {
  color: #00b2b2;
  border-bottom: 1px solid #00b2b2;
}

.communication16.area03 {
  background: url(../img/communication/16/bg01.png);
}

.communication16.area04 {
  background: url(../img/communication/16/bg02.png);
}

.communication16.area05 {
  background: url(../img/communication/16/bg03.png);
}

.communication16.contents h3 {
  position: relative;
  margin-bottom: 35px;
}

.communication16.contents.area04 h3 {
  margin-bottom: 15px;
}

.communication16.contents.area05 h3 {
  margin-bottom: 15px;
}

.communication16.contents h3 span:first-child {
  position: absolute;
  left: 0;
  bottom: 0;
}

.communication16.contents h3 span:nth-child(2) {
  display: block;
  text-align: center;
  line-height: 1;
}

.communication16.contents h3 span:last-child {
  position: absolute;
  right: 0;
  bottom: 0;
}

.communication16.contents.area03 h3 span:first-child {
  bottom: -45px;
}

.communication16.contents.area03 h3 span:last-child {
  right: -10px;
  bottom: -45px;
}

.communication16.contents.area04 h3 span:first-child {
  top: -20px;
}

.communication16.contents.area04 h3 span:last-child {
  right: 30px;
  top: -10px;
}

.communication16.contents.area05 h3 span:first-child {
  top: -10px;
}

.communication16.contents.area05 h3 span:last-child {
  right: 20px;
  top: -10px;
}

.comment {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}

.comment.reverse {
  flex-flow: row-reverse nowrap;
}

.comment .image {
  padding-right: 40px;
}

.comment.reverse .image {
  padding: 0 0 0 40px;
}

.comment .text {
  width: 100%;
  border-radius: 5px;
  font-size: 16px;
  padding: 15px;
  position: relative;
}

.comment .text::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 35%;
  left: -30px;
}

.comment.reverse .text::before {
  display: none;
}

.comment.reverse .text::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 35%;
  right: -30px;
}

.communication16.area03 .comment .text {
  background: #ffeaeb;
  color: #b63370;
}

.communication16.area03 .comment.reverse .text {
  background: #cbefe7;
  color: #006a6a;
}

.communication16.area04 .comment .text {
  background: #fdf1bb;
  color: #ff8c19;
}

.communication16.area04 .comment.reverse .text {
  background: #e8ffd5;
  color: #587f1e;
}

.communication16.area05 .comment .text {
  background: #ffeaeb;
  color: #b63370;
}

.communication16.area05 .comment.reverse .text {
  background: #cbefe7;
  color: #006a6a;
}

.communication16.area03 .comment .text::before {
  border: 15px solid transparent;
  border-right: 20px solid #ffeaeb;
}

.communication16.area03 .comment.reverse .text::after {
  border: 15px solid transparent;
  border-left: 20px solid #cbefe7;
  top: initial;
}

.communication16.area04 .comment .text::before {
  border: 15px solid transparent;
  border-right: 20px solid #fdf1bb;
}

.communication16.area04 .comment.reverse .text::after {
  border: 15px solid transparent;
  border-left: 20px solid #e8ffd5;
}

.communication16.area05 .comment .text::before {
  border: 15px solid transparent;
  border-right: 20px solid #ffeaeb;
}

.communication16.area05 .comment.reverse .text::after {
  border: 15px solid transparent;
  border-left: 20px solid #cbefe7;
}

.communication16.area03 ul {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
}

.communication16.area03 ul li .image {
  position: relative;
  line-height: 1;
  margin-bottom: 10px;
}

.communication16.area03 ul li .image > * {
  display: block;
}

.communication16.area03 ul li .image span:first-child {
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 2;
}

.communication16.area03 ul li .image span:last-child {
  box-shadow: 5px 3px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.communication16.area03 ul li .text {
  width: 245px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
}

.communication16.area04 .box {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
}

.communication16.area04 .box .text {
  padding: 20px 0 0 20px;
  line-height: 1.6;
}

.communication16.area05 .box {
  display: flex;
  flex-flow: row-reverse nowrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 10px;
}

.communication16.area05 .box .text {
  padding-top: 10px;
  padding-right: 20px;
}

.communication16.area05 .box .text > * {
  display: block;
  line-height: 1.4;
}

.communication16.area05 .box .text span:last-child {
  text-align: center;
  margin-top: 20px;
}

/*=========================================
ここまで2018.04.13 追加スタイル：春の新卒社員特集！2018
===========================================*/

/*=========================================
2018.05.07 追加スタイル：200個の夢プロジェクト！
===========================================*/

.communication_top_txt_area {
  background: url(../img/communication/17/top_txt_item01_all.png) no-repeat;
}

.communication17 h3 {
  position: relative;
  text-align: center;
}

.communication17.area01 {
  background: url(../img/communication/17/bg01.png);
}

.communication17.area02 {
  background: url(../img/communication/17/bg02.png);
  margin-bottom: 70px;
}

.communication17.area03 {
  background: url(../img/communication/17/bg03.png);
  padding: 30px 40px;
}

.communication17.area04 {
  background: url(../img/communication/17/bg04.png);
  padding: 30px 40px;
}

.communication17.area05 {
  background: url(../img/communication/17/bg05.png);
  padding: 30px 25px;
}

.communication17.area01.profile .text_box h3 {
  border-bottom: 1px solid #a3d656;
  color: #a3d656;
  text-align: left;
}

.communication17.area02.profile .text_box h3 {
  border-bottom: 1px solid #f0999b;
  color: #f0999b;
  text-align: left;
}

.comment.communication17_c01 {
  padding: 0 30px;
  margin: 40px 0;
}

.comment.communication17_c02 {
  padding: 0 30px;
  margin: 40px 0;
}

.comment.communication17_c03 {
  padding: 0 30px;
  margin: 40px 0;
}

.comment.communication17_c01 .text {
  background: #e8ffd5;
  color: #587f1e;
  font-size: 18px;
  line-height: 1.4;
}

.comment.communication17_c01 .text::before {
  border: 15px solid transparent;
  border-right: 20px solid #e8ffd5;
}

.comment.communication17_c02 .text {
  background: #ffeaeb;
  color: #b63370;
  font-size: 18px;
  line-height: 1.4;
}

.comment.communication17_c02 .text::after {
  border: 15px solid transparent;
  border-left: 20px solid #ffeaeb;
}

.comment.communication17_c03 .text {
  background: #ffeaeb;
  color: #b63370;
  font-size: 18px;
  line-height: 1.4;
}

.comment.communication17_c03 .text::before {
  border: 15px solid transparent;
  border-right: 20px solid #ffeaeb;
}

.comment.communication17_c03 .image > * {
  display: block;
  text-align: center;
}

.comment.communication17_c03 .image span:last-child {
  line-height: 1.3;
  font-size: 85%;
}

.communication17.area03 h3 {
  margin: 0 0 20px;
}

.communication17.area04 h3 {
  margin: 0 0 30px;
}

.communication17.area05 h3 {
  margin: 20px 0 10px;
}

.communication17.area03 h3 span:nth-child(2) {
  display: block;
  margin-top: 20px;
}

.communication17.area03 h3 span:first-child {
  position: absolute;
  top: -15px;
  left: 0;
}

.communication17.area03 h3 span:last-child {
  position: absolute;
  top: -30px;
  right: 0;
}

.communication17.area04 h3 span:first-child {
  position: absolute;
  bottom: -20px;
  left: -5px;
}

.communication17.area04 h3 span:last-child {
  position: absolute;
  bottom: -60px;
  right: 25px;
}

.communication17.area05 h3 span:first-child {
  position: absolute;
  bottom: -5px;
  left: 20px;
}

.communication17.area05 h3 span:last-child {
  position: absolute;
  bottom: 0;
  right: 0;
}

.communication17.area03 .box {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
}

.communication17.area03 .box .text {
  padding-left: 30px;
  line-height: 1.4;
  padding-top: 30px;
}

.communication17.area04 .box {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.communication17.area04 .text {
  padding-right: 30px;
  line-height: 1.4;
}

.communication17.area04 .box:nth-of-type(2) {
  margin-top: -30px;
}

.communication17.area04 .box:nth-of-type(2) .image:last-child {
  padding-top: 40px;
  padding-right: 40px;
}

.communication17.area05 .box {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
}

.communication17.area05 .text {
  padding-right: 30px;
  line-height: 1.4;
}

.communication17.area05 .text_box > * {
  display: block;
}

/*=========================================
ここまで2018.05.07 追加スタイル：200個の夢プロジェクト！
===========================================*/

/*=========================================
ここまで2018.06.01 追加スタイル：部署紹介特集
===========================================*/

.communication_top_txt_area.c18 {
  background: url(../img/communication/18/top_txt_item01_all.png) no-repeat;
}

.c18.profile:nth-of-type(2) {
  background: url(../img/communication/18/bg01.png);
}

.c18.profile:nth-of-type(3) {
  background: url(../img/communication/18/bg02.png);
}

.c18.cont:nth-of-type(4) {
  background: url(../img/communication/18/bg03.png);
}

.c18.cont:nth-of-type(7) {
  background: url(../img/communication/18/bg04.png);
  margin-top: 40px;
}

.c18.cont:nth-of-type(10) {
  background: url(../img/communication/18/bg05.png);
  margin-top: 40px;
}

.comment.c18_pink .text {
  background: #ffeaeb;
  color: #b63370;
}

.comment.reverse.c18_blue .text {
  background: #d5e7f4;
  color: #2b72ac;
}

.comment.c18_blue .text {
  background: #d5e7f4;
  color: #2b72ac;
}

.comment.reverse.c18_pink .text {
  background: #ffeaeb;
  color: #b63370;
}

.comment.c18_pink .text::before {
  border: 15px solid transparent;
  border-right: 20px solid #ffeaeb;
}

.comment.reverse.c18_blue .text::after {
  border: 15px solid transparent;
  border-left: 20px solid #d5e7f4;
}

.comment.c18_blue .text::before {
  border: 15px solid transparent;
  border-right: 20px solid #d5e7f4;
}

.comment.reverse.c18_pink .text::after {
  border: 15px solid transparent;
  border-left: 20px solid #ffeaeb;
}

.c18 .bottom_txt {
  text-align: center;
  margin-top: 20px;
  position: relative;
}

.c18.profile .img img:first-child {
  margin-bottom: 20px;
}

.c18.cont h3 {
  position: relative;
  text-align: center;
  margin-top: -85px;
}

.c18.cont h3 > * {
  margin: 0 auto;
  display: block;
}

.c18.cont h3 .txt {
  margin: 150px auto 20px;
}

.c18.cont h3 .left {
  position: absolute;
  left: 0;
  bottom: 0;
}

.c18.cont h3 .right {
  position: absolute;
  right: 0;
  bottom: 0;
}

.c18.cont:nth-of-type(4) h3 .left {
  bottom: 30px;
}

.c18.cont:nth-of-type(4) h3 .right {
  bottom: 40px;
}

.c18.cont:nth-of-type(4) .box {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-around;
}

.c18.cont:nth-of-type(4) .box .box_in .img_box {
  position: relative;
}

.c18.cont:nth-of-type(4) .box .box_in .img_box:first-child {
  margin-bottom: 130px;
}

.c18.cont:nth-of-type(4) .box .box_in .img_box:first-child::after {
  content: "";
  display: inline-block;
  background: url(../img/communication/18/img03_11.png) no-repeat center
    center/90px 77px;
  width: 90px;
  height: 77px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -90px;
  margin: auto;
}

.c18.cont:nth-of-type(4) .box .box_in .img_box img:first-child {
  position: absolute;
  top: -20px;
  left: -20px;
}

.c18.cont:nth-of-type(4) .box .box_in:first-child .img_box img:nth-child(3) {
  position: absolute;
  left: -20px;
  bottom: -15px;
}

.c18.cont:nth-of-type(4) .box .box_in:last-child .img_box img:nth-child(3) {
  position: absolute;
  right: -15px;
  bottom: 0;
}

.c18.cont:nth-of-type(4)
  .box
  .box_in:last-child
  .img_box:first-child
  img:nth-child(3) {
  right: -40px;
  bottom: -10px;
}

.c18.cont:nth-of-type(4) .box .box_in:first-child .img_box img:last-child {
  position: absolute;
  top: 0;
  right: -100px;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

.c18.cont:nth-of-type(7) h3 {
  margin: 20px 0 50px;
}

.c18.cont:nth-of-type(7) h3 .left {
  left: 20px;
  bottom: -100px;
}

.c18.cont:nth-of-type(7) h3 .right {
  bottom: -70px;
  z-index: 2;
}

.c18.cont:nth-of-type(7) .box_in {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-around;
}

.c18.cont:nth-of-type(7) .box_in .img_box {
  position: relative;
}

.c18.cont:nth-of-type(7) .box_in .img_box:first-child img:first-child {
  position: absolute;
  left: -20px;
  top: -30px;
}

.c18.cont:nth-of-type(7) .box_in .img_box:first-child img:last-child {
  position: absolute;
  left: -10px;
  bottom: 10px;
}

.c18.cont:nth-of-type(7) .box_in .img_box:last-child img:last-child {
  position: absolute;
  right: -10px;
  bottom: 10px;
}

.c18.cont:nth-of-type(7)
  .box_in:nth-child(3)
  .img_box:last-child
  img:first-child {
  position: absolute;
  right: -20px;
  top: -30px;
}

.c18.cont:nth-of-type(7) .txt {
  font-size: 100%;
  padding: 10px 20px 0;
  line-height: 1.5;
}

.c18.cont:nth-of-type(7) .txt:first-of-type {
  margin-bottom: 50px;
}

.c18.cont:nth-of-type(7) .box_in .img_box .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  z-index: 3;
}

.c18.cont:nth-of-type(10) .box {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-around;
}

.c18.cont:nth-of-type(10) .box .img_box {
  position: relative;
}

.c18.cont:nth-of-type(10) .box .img_box img:last-child {
  position: absolute;
  left: -20px;
  bottom: 20px;
}

.c18.cont:nth-of-type(10) .bottom_txt .left {
  position: absolute;
  left: 15px;
  bottom: 10px;
}

.c18.cont:nth-of-type(10) .bottom_txt .right {
  position: absolute;
  right: -15px;
  bottom: -25px;
}

.c18.cont .txt {
  text-align: center;
}

.communication_banner li:nth-child(18) {
  margin-right: 0px;
}

.c18.profile:nth-of-type(2) .text_box h3 {
  border-bottom: 1px dotted #3fad9f;
  color: #3fad9f;
  text-align: left;
}

.c18.profile:nth-of-type(2) .text_box h3 span {
  display: block;
}

.c18.profile:nth-of-type(2) .text_box h3 span:first-of-type {
  font-size: 14px;
  margin-bottom: 5px;
}

.c18.profile:nth-of-type(3) .text_box h3 {
  border-bottom: 1px dotted #f0999b;
  color: #f0999b;
  text-align: left;
}

.c18.profile:nth-of-type(3) .text_box h3 span {
  display: block;
}

.c18.profile:nth-of-type(3) .text_box h3 span:first-of-type {
  font-size: 14px;
  margin-bottom: 5px;
}

.txt_let {
  letter-spacing: -1px;
}

/*=========================================
ここまで2018.05.07 追加スタイル：部署紹介特集
===========================================*/

/*=========================================
ここから2018.07.06 追加スタイル：部署紹介特集2
===========================================*/

.communication_top_txt_area.c19 {
  background: url(../img/communication/19/top_txt_item01_all.png) no-repeat;
}

.c19.area01 {
  background: url(../img/communication/19/bg01.png);
}

.c19.area02 {
  background: url(../img/communication/19/bg02.png);
}

.c19.area03 {
  background: url(../img/communication/19/bg03.png);
}

.c19.area04 {
  background: url(../img/communication/19/bg04.png);
}

.c19.area05 {
  background: url(../img/communication/19/bg05.png);
}

.c19.prof {
  padding: 30px 20px;
}

.c19.area01 h3 {
  color: #0e9dcc;
  border-color: #0e9dcc !important;
}

.c19.area02 h3 {
  color: #b28500;
  border-color: #b28500 !important;
}

.c19.prof .text_box {
  padding-left: 10px;
}

.c19.area03 h3 img:first-child {
  left: -83px;
  top: -22px;
}

.c19.area03 h3 img:last-child {
  right: -86px;
  top: -10px;
}

.c19.area04 h3 img:first-child {
  left: -93px;
  top: 0;
}

.c19.area04 h3 img:last-child {
  right: -80px;
  top: 0;
}

.c19.area05 h3 img:first-child {
  left: -84px;
  top: 0;
}

.c19.area05 h3 img:last-child {
  right: -84px;
  top: 0;
}

.c19.area03 .txt {
  text-align: left;
}

.c19.area03 .f_box .img {
  position: relative;
}

.c19.area03 .f_box:first-of-type .txt {
  padding-left: 20px;
  position: relative;
}

.c19.area03 .f_box:first-of-type .txt::after {
  content: "";
  position: absolute;
  right: -170px;
  bottom: -30px;
  background: url(../img/communication/19/img01_4.png) no-repeat right
    center/160px 208px;
  width: 160px;
  height: 208px;
}

.c19.area03 .f_box.rev .img {
  position: relative;
}

.c19.cont:not(:first-child) {
  margin-top: 50px;
}

.c19 .border {
  background: url(../img/communication/19/border.png) repeat-x left center;
  height: 32px;
  margin: 20px 0;
}

.c19.area03 h3 {
  margin-bottom: 20px;
}

.c19.area03 .f_box.rev .img::after {
  content: "";
  position: absolute;
  right: -12px;
  bottom: -77px;
  background: url(../img/communication/19/img01_6.png) no-repeat right
    center/134px 186px;
  width: 134px;
  height: 186px;
}

.c19.area03 .f_box .img span:first-child {
  position: absolute;
  top: -26px;
  left: -17px;
}

.c19.area03 .f_box.rev .img span:first-child {
  position: absolute;
  top: -16px;
  left: initial;
  right: -29px;
}

.c19 .cont .img span {
  display: inline-block;
}

.c19.area04 h3 {
  margin-bottom: 20px;
}

.c19.area04 .f_box:first-of-type .img:first-of-type {
  position: relative;
  margin-right: 30px;
}

.c19.area04 .f_box:first-of-type .img:first-of-type span:first-child {
  position: absolute;
  top: -26px;
  left: -17px;
}

.c19.area04 .f_box:first-of-type .img:first-of-type span:last-of-type::before {
  content: "";
  position: absolute;
  background: url(../img/communication/19/img02_3.png) no-repeat center
    center/118px 93px;
  width: 118px;
  height: 93px;
  top: -20px;
  right: 0;
}

.c19.area04 .f_box:first-of-type .img:first-of-type span:last-of-type::after {
  content: "";
  position: absolute;
  background: url(../img/communication/19/img02_4.png) no-repeat center
    center/106px 88px;
  width: 106px;
  height: 88px;
  bottom: 0;
  left: 0;
}

.c19.area04 .f_box:first-of-type .img:last-of-type span {
  position: relative;
  display: inline-block;
}

.c19.area04 .f_box:first-of-type .img:last-of-type span:last-of-type::before {
  content: "";
  position: absolute;
  background: url(../img/communication/19/img02_6.png) no-repeat center
    center/86px 72px;
  width: 86px;
  height: 72px;
  top: 0;
  left: 0;
}

.c19.area04 .f_box:first-of-type .img:last-of-type span:last-of-type::after {
  content: "";
  position: absolute;
  background: url(../img/communication/19/img02_7.png) no-repeat center
    center/162px 147px;
  width: 162px;
  height: 147px;
  bottom: 10px;
  right: -30px;
}

.c19.area04 .f_box:last-of-type .img:first-child {
  position: relative;
  margin-right: 30px;
}

.c19.area04 .f_box:last-of-type .img:first-child::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: -22px;
  background: url(../img/communication/19/img02_9.png) no-repeat center
    center/89px 177px;
  width: 89px;
  height: 177px;
}

.c19.area04 .f_box:last-of-type .img:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/communication/19/img02_10.png) no-repeat center
    center/72px 61px;
  width: 72px;
  height: 61px;
}

.c19.area04 .f_box:last-of-type .img:last-child {
  position: relative;
}

.c19.area04 .f_box:last-of-type .img:last-child span:first-of-type {
  position: absolute;
  top: -16px;
  left: initial;
  right: -29px;
}

.c19.area04 .f_box:last-of-type .img:last-child::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background: url(../img/communication/19/img02_13.png) no-repeat center
    center/87px 60px;
  width: 87px;
  height: 60px;
}

.c19.area04 .f_box:last-of-type .img:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/communication/19/img02_14.png) no-repeat center
    center/115px 58px;
  width: 115px;
  height: 58px;
}

.c19 .txt {
  text-align: center;
}

.c19.area05 {
  text-align: center;
}

.c19.area05 .img {
  position: relative;
}

.c19.area05 .img:first-of-type::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  background: url(../img/communication/19/img03_2.png) no-repeat center
    center/204px 75px;
  width: 204px;
  height: 75px;
}

.c19.area05 .img:last-of-type::before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  background: url(../img/communication/19/img03_4.png) no-repeat center
    center/204px 75px;
  width: 204px;
  height: 75px;
}

.c19.area05 .top_txt {
  margin: 10px 0;
}

.c19.area05 .bottom_txt span {
  position: relative;
}

.c19.area05 .bottom_txt span::before {
  content: "";
  position: absolute;
  bottom: -38px;
  left: -121px;
  background: url(../img/communication/19/img03_6.png) no-repeat center
    center/111px 148px;
  width: 111px;
  height: 148px;
}

.c19.area05 .bottom_txt span::after {
  content: "";
  position: absolute;
  bottom: -38px;
  right: -95px;
  background: url(../img/communication/19/img03_7.png) no-repeat center
    center/85px 146px;
  width: 85px;
  height: 146px;
}

/* 共通 2018.07.06
--------------------------------------------------*/

body article .section-wrap-5 {
  width: 900px;
  margin: 0 auto;
}

/*----- トップテキスト -----*/

.communication_top_txt_area {
  background-repeat: no-repeat;
  width: 900px;
  height: 240px;
  margin-top: -40px;
  margin-bottom: 30px;
  position: relative;
}

.communication_top_txt_area .text_box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.communication_top_txt_area h3 {
  font-size: 22px;
}

.communication_top_txt_area h4 {
  color: #1f9fcc;
  font-size: 24px;
}

/*----- トップテキスト end -----*/

/*----- ボックス -----*/

.communication_box {
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 40px;
}

/*----- ボックス end -----*/

/*----- コンテンツ -----*/

.cont h3 {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}

.cont h3 span {
  display: inline-block;
  text-align: center;
  position: relative;
}

.cont h3 img:first-child,
.cont h3 img:last-child {
  position: absolute;
}

.f_box {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.f_box.rev {
  flex-flow: row-reverse nowrap;
}

/*----- コンテンツ end -----*/

/*----- プロフィール -----*/

.prof {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.prof .img > * {
  display: block;
}

.prof .text_box {
  width: 100%;
}

.prof .text_box h3 {
  font-size: 25px;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  margin-bottom: 15px;
}

.prof .text_box h3 > * {
  display: block;
  line-height: 1.2;
}

.prof .text_box h3 span:first-child {
  font-size: 14px;
}

.prof .text_box p {
  margin-bottom: 15px;
}

.prof .text_box p > * {
  display: block;
  line-height: 1.5;
}

.prof .text_box p b {
  font-size: 23px;
}

.prof .text_box ul li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.4;
  margin-bottom: 10px;
}

.prof .text_box ul li:last-child {
  margin-bottom: 0;
  text-align: justify;
}

.prof .text_box ul li span:first-child {
  padding-right: 10px;
}

/*----- プロフィール end -----*/

/*----- コメント ----------------------------------------------------------------------*/

.com {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}

.com.rev {
  flex-flow: row-reverse nowrap;
}

.com .img {
  padding-right: 40px;
}

.com.rev .img {
  padding: 0 0 0 40px;
}

.com .txt {
  width: 100%;
  border-radius: 5px;
  font-size: 16px;
  padding: 15px;
  position: relative;
  line-height: 1.4;
}

.com .txt::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 35%;
  left: -30px;
}

.com.rev .txt::before {
  display: none;
}

.com.rev .txt::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 35%;
  right: -30px;
}

.com.blue .txt {
  background: #d5e7f4;
  color: #2b72ac;
}

.com.green .txt {
  background: #cbefe7;
  color: #006a6a;
}

.com.green_l .txt {
  background: #e8ffd5;
  color: #587f1e;
}

.com.green_l2 .txt {
  background: #e7f0d3;
  color: #0c7272;
}

.com.pink .txt {
  background: #ffeaeb;
  color: #bf4b70;
}

.com.yellow .txt {
  background: #ffefbf;
  color: #dd832b;
}

.com.blue .txt::before {
  border: 15px solid transparent;
  border-right: 20px solid #d5e7f4;
}

.com.blue.rev .txt::after {
  border: 15px solid transparent;
  border-left: 20px solid #d5e7f4;
}

.com.green .txt::before {
  border: 15px solid transparent;
  border-right: 20px solid #cbefe7;
  top: initial;
}

.com.green.rev .txt::after {
  border: 15px solid transparent;
  border-left: 20px solid #cbefe7;
  top: initial;
}

.com.green_l .txt::before {
  border: 15px solid transparent;
  border-right: 20px solid #e8ffd5;
}

.com.green_l.rev .txt::after {
  border: 15px solid transparent;
  border-left: 20px solid #e8ffd5;
}

.com.green_l2 .txt::before {
  border: 15px solid transparent;
  border-right: 20px solid #e7f0d3;
}

.com.pink .txt::before {
  border: 15px solid transparent;
  border-right: 20px solid #ffeaeb;
}

.com.pink.rev .txt::after {
  border: 15px solid transparent;
  border-left: 20px solid #ffeaeb;
}

.com.yellow .txt::before {
  border: 15px solid transparent;
  border-right: 20px solid #fdf1bb;
}

.com.yellow.rev .txt::after {
  border: 15px solid transparent;
  border-left: 20px solid #fdf1bb;
}

/*----- コメント end ----------------------------------------------------------------------*/

/*----- 画像shadow -----*/

.sd {
  box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.1);
  display: inline-block;
}

/*----- 画像shadow end -----*/

/*------------------------------------------------*/

/*=========================================
ここまで2018.07.06 追加スタイル：部署紹介特集2
===========================================*/

.communication_top_txt_area h3 {
  line-height: 1.2;
}

.communication_top_txt_area h4 {
  margin: 15px 0;
  line-height: 1.2;
  font-size: 160%;
}

.communication_top_txt_area h5 {
  line-height: 1.2;
  font-size: 120%;
}

/*=========================================
ここから2018.10.04 追加スタイル：オフィス引越し&全体研修旅行第4弾
===========================================*/

.communication_top_txt_area.c20 {
  background: url(../img/communication/20/top_txt_item01_all.png) no-repeat;
}

.communication_top_txt_area.c20 h5 {
  background: #1f9fcc;
  border-radius: 50px;
  padding: 10px 20px;
  box-sizing: border-box;
  display: inline-block;
  color: #fff;
}

.c20.cont:not(:first-child) {
  margin-top: 50px;
}

.c20 .cont .img span {
  display: inline-block;
}

.c20.area01 {
  background: url(../img/communication/20/bg01.png);
  padding-bottom: 10px;
}

.c20.area02 {
  background: url(../img/communication/20/bg02.png);
  padding-bottom: 70px;
}

.c20.area03 {
  background: url(../img/communication/20/bg03.png);
  padding-top: 20px;
}

.c20.area01 h3:first-of-type img:first-child {
  left: -125px;
  top: -10px;
}

.c20.area01 h3:first-of-type img:nth-child(2) {
  padding-top: 10px;
}

.c20.area01 h3:first-of-type img:last-child {
  right: -130px;
  top: -10px;
}

.c20.area02 h3 img:first-child {
  left: -93px;
  top: 0;
}

.c20.area02 h3 img:last-child {
  right: -80px;
  top: 0;
}

.c20.area03 h3 img:first-child {
  left: -210px;
  top: 0;
}

.c20.area03 h3 img:last-child {
  right: -210px;
  top: 0;
}

.c20.area01 h3 {
  margin-bottom: 20px;
}

.c20.area01 h3:last-of-type img {
  position: initial;
  margin: 15px 0;
}

.c20.area01 .box {
  position: relative;
  z-index: 2;
  text-align: center;
}

.c20.area01 .box .item01 {
  position: absolute;
  top: 30px;
  left: -10px;
}

.c20.area01 .box .item02 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.c20.area01 .box .item03 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.c20.area01 .box02 {
  position: relative;
}

.c20.area01 .box02 .ul-box {
  position: relative;
}

.c20.area01 .box02 .ul-box ul {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.c20.area01 .box02 .ul-box .item01 {
  position: absolute;
  top: -25px;
  right: 0;
}

.c20.area01 .box02 .item03 {
  position: absolute;
  right: 45px;
  bottom: 0;
}

.c20.area02 h3 {
  margin-bottom: 20px;
}

.c20.area02 h3:last-of-type img {
  position: initial;
  margin: 20px 0 15px;
}

.c20.area02 .box {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.c20.area02 .box.rev {
  flex-flow: row-reverse nowrap;
}

.c20.area02 .box .txt {
  padding-left: 40px;
  box-sizing: border-box;
  line-height: 1.4;
}

.c20.area02 .box.rev .txt {
  padding: 0 40px 0 0;
  box-sizing: border-box;
}

.c20.area02 .box .item {
  position: absolute;
  bottom: 0;
  right: 20px;
}

.c20.area02 .box.rev .item {
  right: initial;
  left: 0;
}

.c20.area02 .box:last-child .item {
  right: 70px;
  top: 70px;
}

.c20.area03 {
  text-align: center;
}

.c20.area03 .pink {
  color: #bf4b70;
}

.c20.area03 .top-img {
  position: relative;
}

.c20.area03 .top-img span {
  position: absolute;
  right: 50px;
  bottom: 0;
}

.c20.area03 .pink > * {
  display: block;
}

.c20.area03 .pink b {
  line-height: 1.2;
  margin: 10px 0;
  font-size: 120%;
  text-shadow: 3px 3px 3px #fff, 3px -3px 3px #fff, -3px 3px 3px #fff,
    -3px -3px 3px #fff;
}

.c20.area03 .pink span {
  line-height: 1.3;
  font-size: 120%;
  margin-bottom: 20px;
}

.c20.area03 ul {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-around;
}

.c20.area03 ul li {
  width: 380px;
  margin-bottom: 20px;
}

.c20.area ul li:first-child:nth-child(2) {
  margin-bottom: 30px;
}

.c20.area03 ul li .img {
  position: relative;
}

.c20.area03 ul li .img span span {
  position: absolute;
}

.c20.area03 ul li:first-child .img span span {
  top: 20px;
  left: 40px;
}

.c20.area03 ul li:nth-child(2) .img span span {
  bottom: 7px;
  left: 20px;
}

.c20.area03 ul li:last-child .img span span {
  bottom: 15px;
  right: 5px;
}

.c20.area03 ul li .txt {
  line-height: 1.3;
  text-align: left;
}

.c20.area03 .bottom-txt {
  margin-bottom: 20px;
}

.c20.area03 .bottom-img > span {
  position: relative;
}

.c20.area03 .bottom-img > span span:first-child {
  position: absolute;
  left: -150px;
  bottom: 0;
}

.c20.area03 .bottom-img > span span:last-child {
  position: absolute;
  right: -200px;
  bottom: 0;
}

.c20 .line {
  background: url(../img/communication/20/img02_line.png) no-repeat center
    center/contain;
  height: 32px;
  margin: 20px 0 35px;
}

.li-txt {
  margin-top: -30px;
  margin-bottom: 30px;
}

/*=========================================
ここまで2018.10.04 追加スタイル：オフィス引越し&全体研修旅行第4弾
===========================================*/

/*=========================================
ここから2018.12.26 冬のボーナス特集
===========================================*/

.communication_box p {
  font-size: 16px;
  line-height: 1.6;
}

.communication_top_txt_area.c21 {
  background: url(../img/communication/21/top_txt_item.png) no-repeat;
}

.ttl_bar {
  line-height: 1.2 !important;
  font-size: 120% !important;
  background: #1f9fcc;
  border-radius: 50px;
  padding: 10px;
  box-sizing: border-box;
  display: block;
  color: #fff !important;
  width: 600px;
  text-align: center;
  margin: 0 auto;
}

.communication_top_txt_area .ttl_bar {
  margin: 20px auto 0;
}

.ttl_area {
  text-align: center;
}

.ttl_area b {
  display: inline-block;
  position: relative;
}

.ttl_area b:before,
.ttl_area b:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ttl_area b:before {
  background: url(../img/communication/21/img01_ttl_item01.png) no-repeat center
    center/137px 89px;
  width: 137px;
  height: 89px;
  bottom: 20px;
  left: -30%;
}

.ttl_area b:after {
  background: url(../img/communication/21/img01_ttl_item02.png) no-repeat center
    center/107px 92px;
  width: 107px;
  height: 92px;
  right: -25%;
}

.c21.area02 .ttl_area b:before {
  background: url(../img/communication/21/img02_ttl_item01.png) no-repeat center
    center/114px 87px;
  width: 114px;
  height: 87px;
  left: -23%;
}

.c21.area02 .ttl_area b:after {
  background: url(../img/communication/21/img02_ttl_item02.png) no-repeat center
    center/108px 96px;
  width: 108px;
  height: 96px;
  right: -23%;
}

.c21.area03 .ttl_area b:before {
  background: url(../img/communication/21/img03_ttl_item01.png) no-repeat center
    center/108px 136px;
  width: 108px;
  height: 136px;
  left: -20%;
}

.c21.area03 .ttl_area b:after {
  background: url(../img/communication/21/img03_ttl_item02.png) no-repeat center
    center/108px 110px;
  width: 108px;
  height: 110px;
  right: -20%;
}

.c21.area01 {
  background: url(../img/communication/21/bg01.jpg);
}

.c21.area02 {
  background: #fdfcc9;
}

.c21.area03 {
  background: url(../img/communication/21/bg02.jpg);
}

.c21.area02 .ttl_bar {
  background: #d8a300;
  margin: 0 auto 30px;
}

.c21.area03 .ttl_bar {
  background: #bf4b70;
  margin: 0 auto 30px;
}

.c21 .dl_box {
  border: 2px solid #73cfdf;
  background: #fff;
  border-radius: 7px;
  box-sizing: border-box;
}

.c21.area02 .dl_box {
  border: 2px solid #d8a300;
}

.c21.area03 .dl_box {
  border: 2px solid #bf4b70;
}

.c21 .dl_box .ttl {
  background: #73cfdf;
  color: #fff;
  font-size: 160%;
  line-height: 1.2;
  padding: 10px;
  text-align: center;
  position: relative;
}

.c21.area02 .dl_box .ttl {
  background: #d8a300;
}

.c21.area03 .dl_box .ttl {
  background: #bf4b70;
}

.c21 .dl_box .ttl::before,
.c21 .dl_box .ttl::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.c21 .dl_box .ttl::before {
  background: url(../img/communication/21/img01_ttl_item03.png) no-repeat center
    center/138px 80px;
  width: 138px;
  height: 80px;
  left: 0;
}

.c21 .dl_box .ttl::after {
  background: url(../img/communication/21/img01_ttl_item04.png) no-repeat center
    center/167px 62px;
  width: 167px;
  height: 62px;
  right: 0;
}

.c21.area02 .dl_box .ttl::before {
  background: url(../img/communication/21/img02_ttl_item03.png) no-repeat center
    center/125px 103px;
  width: 125px;
  height: 103px;
  left: 0;
}

.c21.area02 .dl_box .ttl::after {
  background: url(../img/communication/21/img02_ttl_item04.png) no-repeat center
    center/128px 105px;
  width: 128px;
  height: 105px;
  right: 0;
}

.c21.area03 .dl_box .ttl::before {
  background: url(../img/communication/21/img03_ttl_item03.png) no-repeat center
    center/143px 81px;
  width: 143px;
  height: 81px;
  left: 0;
}

.c21.area03 .dl_box .ttl::after {
  background: url(../img/communication/21/img03_ttl_item04.png) no-repeat center
    center/141px 89px;
  width: 141px;
  height: 89px;
  right: 0;
}

.c21 .dl_box .wrap {
  padding: 30px;
}

.c21 .dl_box .wrap .border {
  border: 1px solid #d6d6d6;
}

.c21 .dl_box .wrap dl {
  display: table;
  width: 100%;
}

.c21 .dl_box .wrap dl:not(:last-child) {
  border-bottom: 1px solid #d6d6d6;
}

.c21 .dl_box .wrap dl > * {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
  padding: 15px 20px;
}

.c21 .dl_box .wrap dl dt {
  text-align: center;
  color: #4c3719;
  background: #fff8f0;
  border-right: 1px solid #d6d6d6;
  font-weight: bold;
}

.c21 .dl_box .wrap dl dt:first-child,
.c21 .dl_box .wrap dl dd:first-child {
  width: 200px;
  text-align: center;
}

.c21.area02 .dl_box .wrap dl dd:last-child {
  text-align: right;
  border-left: 1px solid #d6d6d6;
}

.c21.area03 .dl_box .wrap dl dt:nth-child(2) {
  width: 150px;
  box-sizing: border-box;
}

.c21.area03 .dl_box .wrap dl dt:nth-child(2) {
  width: 150px;
  box-sizing: border-box;
}

.c21.area03 .dl_box .wrap dl dd:not(:last-child) {
  border-right: 1px solid #d6d6d6;
}

.c21.area03 .dl_box .wrap dl dd:nth-child(2) {
  width: 150px;
  box-sizing: border-box;
  text-align: center;
}

.c21.area01 .box {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 30px;
}

.c21.area01 .box .img span {
  position: relative;
  padding: 0 40px 0 0;
  display: inline-block;
}

.c21.area01 .box .img span::before,
.c21.area01 .box .img span::after {
  content: "";
  position: absolute;
}

.c21.area01 .box .img span::before {
  background: url(../img/communication/21/img01_2.png) no-repeat center
    center/62px 46px;
  width: 64px;
  height: 46px;
  top: 0;
  left: 10px;
}

.c21.area01 .box .img span::after {
  background: url(../img/communication/21/img01_3.png) no-repeat center
    center/77px 61px;
  width: 77px;
  height: 61px;
  bottom: 0;
  right: 20px;
}

.c21.area02 {
  position: relative;
}

.c21.area02::after {
  content: "";
  position: absolute;
  background: url(../img/communication/21/img02_4.png) no-repeat center
    center/201px 132px;
  width: 201px;
  height: 132px;
  bottom: 0;
  right: 20px;
}

.c21.area02 .box {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 40px 0 0;
}

.c21.area02 .box .img span {
  display: inline-block;
  position: relative;
}

.c21.area02 .box .img span::after {
  content: "";
  position: absolute;
  background: url(../img/communication/21/img02_5.png) no-repeat center
    center/78px 120px;
  width: 78px;
  height: 120px;
  bottom: -10px;
  left: 0;
}

.c21.area02 .box .img:last-child span::after {
  background: url(../img/communication/21/img02_3.png) no-repeat center
    center/238px 126px;
  width: 238px;
  height: 126px;
  bottom: auto;
  left: auto;
  top: 0;
  right: -190px;
}

.com.c21 {
  margin: 0 0 30px;
}

.c21.area01 .dl_box .txt {
  font-size: 110%;
  line-height: 1.2;
  margin: 0 0 10px;
  color: #4c3719;
}

.c21.area01 .dl_box ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.c21 .dl_box .wrap dl:first-child dt:last-child {
  border-right: none;
}

.communication_banner li:nth-child(21) {
  margin-right: 0px;
}

/*=========================================
ここまで2018.12.26 追加スタイル：冬のボーナス特集
===========================================*/

/*=========================================
ここから2019.3.22 春の新入社員特集
===========================================*/

.communication_top_txt_area.c22 {
  background: url(../img/communication/22/top_txt_item.png) no-repeat;
}

.communication_box.c22 {
  margin: 0 0 50px;
}

.communication_box.c22 .ttl_area {
  margin: 0 0 30px;
}

.communication_box.c22.area01 {
  background: rgba(241, 255, 230, 0.75);
}

.communication_box.c22 .ttl_area b::before,
.ttl_area b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}

.communication_box.c22 .ttl_area b::before {
  background: url("../img/communication/22/img01_ttl01.png") no-repeat center
    center/301px 56px;
  width: 301px;
  height: 56px;
  bottom: 10px;
  left: -135%;
}

.communication_box.c22 .ttl_area b::after {
  background: url("../img/communication/22/img01_ttl02.png") no-repeat center
    center/303px 54px;
  width: 303px;
  height: 54px;
  right: -135%;
  bottom: 10px;
}

.communication_box.c22 .profile_box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.communication_box.c22.area01 .profile_box {
  background: url("../img/communication/22/img01_item03.png") no-repeat right
    30px bottom 120px/356px 238px;
  right: 10px;
}

.communication_box.c22 .profile_box .profile {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: stretch;
  background: #fff;
  width: 44%;
  padding: 20px;
}

.communication_box.c22 .profile_box .profile:nth-child(odd) {
  margin: 0 10px 20px 0;
}

.communication_box.c22 .profile_box .profile .photo_area {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  border-bottom: dotted 1px #a3d656;
  padding: 0 0 20px;
  margin: 0 0 20px;
}

.communication_box.c22 .profile_box .profile .photo_area .name {
  font-size: 140%;
}

.communication_box.c22 .profile_box .profile ul li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.4;
  margin-bottom: 10px;
}

.communication_box.c22 .profile_box .profile ul li span:first-child {
  padding-right: 20px;
}

.communication_box.c22 .comment {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  border: 2px solid #a3d656;
  border-radius: 7px;
}

.communication_box.c22 .comment .ttl {
  color: #fff;
  background: #a3d656;
  width: 100%;
  text-align: center;
  font-size: 150%;
  padding: 10px 0 10px;
  position: relative;
}

.communication_box.c22 .comment .ttl b::before,
.communication_box.c22 .comment .ttl b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.communication_box.c22 .comment .ttl b::before {
  background: url("../img/communication/22/comment_item01.png") no-repeat center
    center/66px 88px;
  width: 66px;
  height: 88px;
  left: 28%;
}

.communication_box.c22 .comment .ttl b::after {
  background: url("../img/communication/22/comment_item02.png") no-repeat center
    center/75px 73px;
  width: 75px;
  height: 73px;
  right: 27%;
}

.communication_box.c22 .comment .comment_box {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  padding: 20px;
}

.communication_box.c22 .comment .image {
  padding-right: 20px;
}

.communication_box.c22 .comment .comment_box .text {
  padding: 0;
}

.communication_box.c22.area01 .profile_box .profile:nth-child(2) {
  position: relative;
}

.communication_box.c22.area01 .profile_box .profile:nth-child(2)::before {
  content: "";
  display: block;
  background: url("../img/communication/22/img01_item01.png") no-repeat;
  width: 114px;
  height: 98px;
  position: absolute;
  top: -6%;
  right: -5%;
}

.communication_box.c22.area01 .profile_box .profile:last-child {
  position: relative;
}

.communication_box.c22.area01 .profile_box .profile:last-child::before {
  content: "";
  display: block;
  background: url("../img/communication/22/img01_item02.png") no-repeat;
  width: 54px;
  height: 126px;
  position: absolute;
  top: 5%;
  left: 75%;
}

.communication_box.c22.area02 {
  background: rgba(255, 239, 240, 0.75);
}

.communication_box.c22.area02 .profile_box .profile {
  position: relative;
}

.communication_box.c22.area02 .profile_box .profile::before {
  content: "";
  display: block;
  background: url("../img/communication/22/img02_item01.png") no-repeat;
  width: 152px;
  height: 127px;
  position: absolute;
  top: 5%;
  left: 75%;
}

.communication_box.c22.area02 .ttl_area b::before {
  background: url("../img/communication/22/img02_ttl01.png") no-repeat center
    center/309px 74px;
  width: 309px;
  height: 74px;
  bottom: 20px;
  left: -135%;
}

.communication_box.c22.area02 .ttl_area b::after {
  background: url("../img/communication/22/img02_ttl02.png") no-repeat center
    center/314px 69px;
  width: 314px;
  height: 69px;
  right: -140%;
  bottom: 20px;
}

.communication_box.c22.area02 .profile_box .profile .photo_area {
  border-bottom: dotted 1px #bf4b70;
}

.communication_box.c22.area02 .profile_box .profile {
  width: 100%;
  padding: 20px;
}

.communication_box.c22.area02 .comment {
  border: 2px solid #bf4b70;
}

.communication_box.c22.area02 .comment .ttl {
  background: #bf4b70;
}

.communication_box.c22.area03 {
  background: rgba(255, 255, 241, 0.75);
}

.communication_box.c22.area03 .profile_box .profile:last-child {
  position: relative;
}

.communication_box.c22.area03 .profile_box .profile:last-child::before {
  content: "";
  display: block;
  background: url("../img/communication/22/img03_item01.png") no-repeat;
  width: 70px;
  height: 126px;
  position: absolute;
  top: 5%;
  left: 75%;
}

.communication_box.c22.area03 .ttl_area b::before {
  background: url("../img/communication/22/img03_ttl01.png") no-repeat center
    center/312px 82px;
  width: 312px;
  height: 82px;
  bottom: 20px;
  left: -140%;
}

.communication_box.c22.area03 .ttl_area b::after {
  background: url("../img/communication/22/img03_ttl02.png") no-repeat center
    center/308px 75px;
  width: 308px;
  height: 75px;
  right: -140%;
  bottom: 20px;
}

.communication_box.c22.area03 .comment {
  border: 2px solid #e1bd52;
}

.communication_box.c22.area03 .comment .ttl {
  background: #e1bd52;
}

.communication_box.c22.area04 {
  /*background: rgba(231,236,255,0.75);*/
  border-radius: 0px;
  padding: 0px;
}

.communication_box.c22.area04 .closing {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.communication_box.c22.area04 .closing .image img {
  vertical-align: bottom;
  width: 100%;
}

/*=========================================
ここまで2019.3.22 春の新入社員特集
===========================================*/

/*=========================================
ここから2019.6.18 S★Cafe特集！
===========================================*/

.communication_top_txt_area.c23 {
  background: url("../img/communication/23/top_txt_item.png") no-repeat;
}

.communication_top_txt_area.c23 h4 {
  color: #359e35;
}

.communication_box.c23.area01 {
  background: url("../img/communication/23/img01_bg.png") repeat;
  border-radius: 0;
  padding: 40px 30px 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 60px;
}

.communication_box.c23.area01 .left {
  padding: 0 30px 0 0;
}

.communication_box.c23.area01 .left .ttl_area {
  text-align: left;
  margin: 0 0 20px;
}

.communication_box.c23.area01 .left .ttl_area b::before {
  display: none;
}

.communication_box.c23.area01 .left .ttl_area b::after {
  display: none;
}

.communication_box.c23.area01 .left .txt {
  position: relative;
  line-height: 1.2;
}

.communication_box.c23.area01 .left .txt::after {
  content: "";
  position: absolute;
  background: url("../img/communication/23/img01_item01.png") no-repeat left
    bottom/197px 55px;
  width: 197px;
  height: 55px;
  bottom: -80px;
  left: 0;
}

.communication_box.c23.area01 .right img {
  max-width: 426px;
}

.com.c23.area02 {
  margin: 0 0 60px;
}

.communication_box.c23.area03 {
  background: url("../img/communication/23/img03_bg.png") repeat;
  border-radius: 0;
  margin: 0 0 60px;
}

.communication_box.c23.area03 .ttl_area {
  position: relative;
  margin: 0 0 40px;
  text-align: center;
}

.communication_box.c23.area03 .ttl_area b::before,
.communication_box.c23.area03 .ttl_area b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.communication_box.c23.area03 .ttl_area b::before {
  background: url("../img/communication/23/img03_ttl01.png") no-repeat center
    center/101px 131px;
  width: 101px;
  height: 131px;
  bottom: 51px;
  left: -17%;
}

.communication_box.c23.area03 .ttl_area b::after {
  background: url("../img/communication/23/img03_ttl02.png") no-repeat center
    center/70px 145px;
  width: 70px;
  height: 145px;
  bottom: 75px;
  left: 88%;
}

.communication_box.c23.area03 .box {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.communication_box.c23.area03 .box .img {
  padding: 0 30px 0 0;
}

.communication_box.c23.area03 .box .img img {
  max-width: 424px;
}

.communication_box.c23.area03 .box .txt {
  padding: 0 20px 0 0;
  position: relative;
}

.communication_box.c23.area03 .box .txt::after {
  content: "";
  position: absolute;
  background: url("../img/communication/23/img03_02.png") no-repeat center
    center/411px 266px;
  width: 411px;
  height: 266px;
  bottom: -277px;
  left: -10px;
}

.communication_box.c23.area04 {
  background: url("../img/communication/23/img04_bg.png") repeat;
  border-radius: 0;
  margin: 0 0 60px;
}

.communication_box.c23.area04 .ttl_area b::before,
.communication_box.c23.area04 .ttl_area b::after {
  display: none;
}

.communication_box.c23.area04 .ttl_area {
  margin: 0 0 20px;
}

.communication_box.c23.area04 .ttl_area img {
  max-width: 752px;
}

.communication_box.c23.area04 .image {
  margin: 0 auto;
  text-align: center;
}

.communication_box.c23.area04 .image img {
  max-width: 868px;
  width: 100%;
}

.communication_box.c23.area05 {
  background: url("../img/communication/23/img05_bg.png") repeat;
  border-radius: 0;
}

.communication_box.c23.area05 {
  background: url("../img/communication/23/img05_bg.png") repeat;
  border-radius: 0;
  padding: 20px 30px 30px;
}

.communication_box.c23.area05 .box {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.communication_box.c23.area05 .box .txt {
  padding: 0 20px 0 0;
  position: relative;
}

.communication_box.c23.area05 .box .txt::before,
.communication_box.c23.area05 .box .txt::after {
  content: "";
  position: absolute;
}

.communication_box.c23.area05 .box .txt::before {
  background: url("../img/communication/23/img05_item01.png") no-repeat center
    center/200px 71px;
  width: 200px;
  height: 71px;
  top: -111px;
  right: 22px;
}

.communication_box.c23.area05 .box .txt::after {
  background: url("../img/communication/23/img05_item02.png") no-repeat center
    center/285px 144px;
  width: 285px;
  height: 300px;
  bottom: -277px;
  top: 64px;
  left: -22px;
}

.com.c23.area06 {
  flex-flow: row-reverse;
}

.com.green_l2.rev.c23.area06 .txt::after {
  top: 35%;
  border: 15px solid transparent;
  border-left: 20px solid #e7f0d3;
}

.communication_banner li:nth-child(24) {
  margin-right: 0px;
}

/*=========================================
ここまで2019.6.18 S★Cafe特集！
===========================================*/

/*20190805 SPEEDIA MAYUMI ADD START*/
.btnarea a {
  border: 1px dotted #ff9698;
}

.btnarea a:hover {
  opacity: 0.7;
}

.dl_box a:hover {
  /*opacity:0.7;*/
  color: #5ee152;
  text-decoration: underline #5ee152;
}

/*20190805 SPEEDIA MAYUMI ADD END*/

/*=========================================
ここから2019.10.04 全体研修旅行
===========================================*/

.communication_top_txt_area.c24 {
  background: url("../img/communication/24/top_txt_item.png") no-repeat;
}

.communication_box.c24 .main_ttl {
  text-align: center;
}

.communication_box.c24 .top_txt {
  text-align: center;
  font-size: 110%;
  margin: 0 0 20px;
}

.communication_box.c24 .top_txt span {
  font-weight: bold;
  font-size: 130%;
  display: block;
}

.communication_box.c24 .box .sub_ttl {
  text-align: center;
  margin: 0 0 20px;
}

.communication_box.c24 .img_txt_box {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  margin: 0 0 30px;
}

.communication_box.c24 .img_txt_box .right {
  padding: 30px 20px 20px 10px;
}

.communication_box.c24.area01 {
  background: #f1f8f1;
  border: 1px dashed #6ecd6e;
  border-radius: 0;
  padding: 30px 20px;
}

.communication_box.c24.area01 .com {
  margin: 0 0 20px;
}

.communication_box.c24.area01 .middle_img {
  margin: 0 0 40px;
}

.communication_box.c24.area01 .sub_ttl02 {
  margin: 0 0 20px;
  text-align: center;
}

.communication_box.c24.area01 .sub_ttl03 {
  margin: 0 0 20px;
  text-align: center;
}

.communication_box.c24.area01 .sub_ttl04 {
  text-align: center;
}

.communication_box.c24.area02 {
  background: #edf9ff;
  border: 1px dashed #1d6195;
  border-radius: 0;
  padding: 30px 20px;
}

.communication_box.c24.area02 .sub_ttl01 {
  text-align: center;
}

.communication_box.c24.area02 .img_txt_box {
  margin: 0;
}

.communication_box.c24.area02 .img_txt_box .right {
  padding: 30px 0 20px 10px;
}

.communication_box.c24.area02 .img_txt_box .txt {
  margin: 0 0 20px;
}

.communication_box.c24.area02 .com {
  margin: 0 0 20px;
}

.communication_box.c24.area02 .bottom {
  text-align: center;
}

/*=========================================
ここまで2019.10.04 全体研修旅行
===========================================*/

/* [S]2019/11/15 SPEEDIA Sugeno Upd: プライバシーポリシーページのレイアウト崩れ修正 */

.page-sub .note ul {
  display: inline;
}

.page-sub .note h4 {
  display: table;
  margin: 10px auto;
}

.page-sub .note h4 a {
  width: 500px;
}

/*ファイル上部に書かれた以下のstyleを更新 */

/*
.page-sub .note ul li {
	font-size:15px;
	line-height:26px;
	color:#333333;
	font-weight:inherit;
	display:inline-block;
	font-weight:bold !important
}
*/

.page-sub .note ul li {
  font-size: 15px;
  line-height: 26px;
  color: #333333;
  font-weight: inherit;
  /*display: inline-block;*/
  /*レイアウト崩れのため削除*/
  font-weight: bold !important;
  text-align: center;
}

/* [E]2019/11/15 SPEEDIA Sugeno Upd */

/*20191220サイト改修用css追加 */

.page-content.page-service section dl.msapo {
  margin-bottom: 2.6rem;
}

/*20191220サイト改修用css追加ここまで */

/*20200130サイト改修用css追加 */

.caution.mt10 {
  margin-top: 10px;
}

.ani_new:hover .service06 {
  -webkit-animation: service06 0.6s linear 0s 1;
  animation: service06 0.6s linear 0s 1;
}

@-webkit-keyframes service06 {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 1%);
  }
  30% {
    -webkit-transform: scale(1.1, 0.8) translate(0%, 2%);
  }
  50% {
    -webkit-transform: scale(0.8, 1.1) translate(0%, -2%);
  }
  70% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 1%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes service06 {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 1%);
  }
  30% {
    transform: scale(1.1, 0.8) translate(0%, 2%);
  }
  50% {
    transform: scale(0.8, 1.1) translate(0%, -2%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 1%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}

.service06_in.scroll {
  -webkit-animation: service06_in 0.6s linear 0s 1;
  animation: service06_in 0.6s linear 0s 1;
}

@-webkit-keyframes service06_in {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 1%);
  }
  30% {
    -webkit-transform: scale(1.1, 0.8) translate(0%, 2%);
  }
  50% {
    -webkit-transform: scale(0.8, 1.1) translate(0%, -2%);
  }
  70% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 1%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes service06_in {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 1%);
  }
  30% {
    transform: scale(1.1, 0.8) translate(0%, 2%);
  }
  50% {
    transform: scale(0.8, 1.1) translate(0%, -2%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 1%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}

p.s_txt {
  font-size: 82%;
  line-height: 1.3;
  margin-top: 5px;
}

.page-content.page-corporate section#about ul li table th.line_two {
  line-height: 1.3;
}

/*20200130サイト改修用css追加ここまで */

/*=========================================
ここから2020.01.06 復職ママさん社員特集
===========================================*/

.communication_top_txt_area.c25 {
  background: url("../img/communication/25/top_txt_item.png") no-repeat;
}

.communication_box.c25.area01 {
  padding: 0;
  margin-bottom: 70px;
}

.communication_box.c25.area01 .box {
  padding: 30px;
  background: url("../img/communication/25/area01_01_bg.png") repeat;
  border-radius: 5px;
}

.communication_box.c25.area01 #box02.box {
  background: url("../img/communication/25/area01_02_bg.png") repeat;
}

.communication_box.c25.area01 #box03.box {
  background: url("../img/communication/25/area01_03_bg.png") repeat;
}

.communication_box.c25.area01 .box:not(:last-child) {
  margin: 0 0 60px;
  position: relative;
}

.communication_box.c25.area01 .box .imgtxt_box {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 20px;
}

.communication_box.c25.area01 .box .imgtxt_box .img {
  width: 20%;
}

.communication_box.c25.area01 .box .imgtxt_box .img img {
  width: 356px;
  margin: 0 30px 0 0;
}

.communication_box.c25.area01 .box .imgtxt_box .txt_box {
  width: 80%;
}

.communication_box.c25.area01 .box .imgtxt_box .txt_box .ttl {
  font-size: 25px;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px dotted #ef8487;
  color: #ef8487;
}

.communication_box.c25.area01 #box02.box .imgtxt_box .txt_box .ttl {
  border-bottom: 1px dotted #f28934;
  color: #f28934;
}

.communication_box.c25.area01 #box03.box .imgtxt_box .txt_box .ttl {
  border-bottom: 1px dotted #80c269;
  color: #80c269;
}

.communication_box.c25.area01 .box .imgtxt_box .txt_box ul li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}

.communication_box.c25.area01 .box .imgtxt_box .txt_box ul li:not(:last-child) {
  margin: 0 0 10px;
}

.communication_box.c25.area01 .box .imgtxt_box .txt_box ul li img {
  margin: 0 20px 0 0;
}

.communication_box.c25.area01 .box .bottom ul {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}

.communication_box.c25.area01 .box .bottom ul li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}

.communication_box.c25.area01 .box .bottom ul li:not(:last-child) {
  margin: 0 30px 0 0;
}

.communication_box.c25.area01 .box .bottom ul li .ttl {
  background: #ef8487;
  border-radius: 30px;
  color: #fff;
  padding: 5px 20px;
  font-weight: bold;
  margin: 0 10px 0 0;
}

.communication_box.c25.area01 #box02.box .bottom ul li .ttl {
  background: #f28934;
}

.communication_box.c25.area01 #box03.box .bottom ul li .ttl {
  background: #80c269;
}

.communication_box.c25.area02 {
  padding: 0;
}

.communication_box.c25.area02 .box {
  border-radius: 20px;
  padding: 20px;
}

.communication_box.c25.area02 #q04.box {
  padding: 20px 20px 0 20px;
}

.communication_box.c25.area02 .box:not(:last-child) {
  margin: 0 0 50px;
}

.communication_box.c25.area02 #q01.box {
  background: #f6fcfa;
}

.communication_box.c25.area02 #q02.box {
  background: #f0f4fd;
}

.communication_box.c25.area02 #q03.box {
  background: #fdf5eb;
}

.communication_box.c25.area02 #q04.box {
  background: #fbf9e2;
}

.communication_box.c25.area02 h3 {
  margin: 0 0 40px;
}

.communication_box.c25.area02 .com {
  align-items: flex-start;
  justify-content: center;
  margin: 0 0 40px;
}

.communication_box.c25.area02 .com.pink .txt {
  color: #be484c;
}

.communication_box.c25.area02 .com.orange .txt {
  background: #fae6d5;
  color: #c16d28;
}

.communication_box.c25.area02 .com.green .txt {
  background: #d6fccb;
  color: #46982a;
}

.communication_box.c25.area02 .com.green .txt::before {
  border-right: 20px solid #d6fccb;
}

.communication_box.c25.area02 .com.orange .txt::before {
  border: 15px solid transparent;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 15px;
  border-left: 20px solid #fae6d5;
  content: "";
  display: inline-block;
  position: absolute;
  top: 35%;
  left: inherit;
  right: -30px;
}

.communication_box.c25.area02 .com .txt::before {
  top: 40px;
}

.communication_box.c25.area02 .com.reverse {
  flex-flow: row-reverse;
}

.communication_box.c25.area02 .com .txt {
  width: 580px;
  margin: 0 0 0 30px;
}

.communication_box.c25.area02 .com.reverse .txt {
  margin: 0 30px 0 0;
}

.communication_box.c25.area02 .bottom_img {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.communication_box.c25.area02 #q04 .bottom_img img {
  margin: 0 0 -9px;
}

.communication_25_item01 {
  position: absolute;
  top: 20px;
  right: 0px;
}

.communication_25_item02 {
  text-align: center;
  margin-top: 15px;
}

.communication_25_item03 {
  text-align: right;
  margin-top: 15px;
}

.communication_25_item04 {
  position: absolute;
  top: 100px;
  left: 20px;
}

.communication_box.c25.area02 .com {
  position: relative;
}

.communication_25_item05 {
  position: absolute;
  top: 170px;
  left: 10px;
}

.communication_25_item06 {
  position: absolute;
  top: 120px;
  left: 10px;
}

.communication_25_item00 {
  margin-top: 15px;
}

/*=========================================
ここまで2020.01.06 復職ママさん社員特集
===========================================*/

/*=========================================
2020.04.08 サンクスカード特集　ここから
===========================================*/

.communication_top_txt_area.c26 {
  background: url("../img/communication/26/top_txt_item.png") no-repeat;
}

.communication_box.c26 {
  padding: 0;
  margin: 0 0 70px;
}

.communication_box.c26 .com {
  padding: 0 30px;
}

.communication_box.c26 .com.reverse {
  flex-flow: row-reverse;
}

.communication_box.c26 .com .txt {
  margin: 0 0 0 30px;
  width: 660px;
}

.communication_box.c26 .com.reverse .txt {
  margin: 0 30px 0 0;
}

.communication_box.c26 .com.blue {
  margin: 0 0 20px;
}

.communication_box.c26 .com.blue .txt {
  background: #e1f5ff;
  color: #4483c3;
}

.communication_box.c26 .com.green .txt {
  background: #f1fee2;
  color: #49903d;
}

.communication_box.c26 .com.blue .txt::before {
  border: 15px solid transparent;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 15px;
  border-right: 20px solid #e1f5ff;
}

.communication_box.c26 .com.reverse .txt::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 35%;
  right: -30px;
  border: 15px solid transparent;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 15px;
  border-left: 20px solid #f1fee2;
}

.communication_box.c26 .com.reverse .txt::before {
  display: none;
}

.communication_box.c26.area01 .box {
  padding: 20px;
  border-radius: 5px;
}

.communication_box.c26.area01 .box .top {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 20px;
  position: relative;
}

.communication_box.c26.area01 .box .top .img {
  width: 30%;
}

.communication_box.c26.area01 .box .top .img img {
  max-width: 220px;
}

.communication_box.c26.area01 .box .top .txt_box {
  width: 70%;
}

.communication_box.c26.area01 .box .top .txt_box .ttl {
  font-weight: bold;
  font-size: 25px;
  margin: 0 0 20px;
  padding: 0 0 10px;
}

.communication_box.c26.area01 .box .top .txt_box ul li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}

.communication_box.c26.area01 .box .top .txt_box ul li:not(:last-child) {
  margin: 0 0 10px;
}

.communication_box.c26.area01 .box .top .txt_box ul li .icon {
  margin: 0 20px 0 0;
}

.communication_box.c26.area01 .box .top .img_icon {
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
}

.communication_box.c26.area01 .box .second .ttl {
  font-size: 19px;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  margin: 0 0 20px;
  border-radius: 50px;
}

.communication_box.c26.area01 .box .second .ttl span {
  position: relative;
}

.communication_box.c26.area01 .box .second .ttl span::before {
  position: absolute;
  content: "";
  display: block;
}

.communication_box.c26.area01 .box .second .ttl span::after {
  position: absolute;
  content: "";
  display: block;
}

.communication_box.c26.area01 .box .second .txt {
  text-align: center;
}

.communication_box.c26.area01 .box.blue {
  background: #eef8fc;
  margin: 0 0 30px;
}

.communication_box.c26.area01 .box.green {
  background: #f1fee2;
}

.communication_box.c26.area01 .box.blue .top .txt_box .ttl {
  color: #3d91d3;
  border-bottom: 1px solid #3d91d3;
}

.communication_box.c26.area01 .box.green .top .txt_box .ttl {
  color: #80c269;
  border-bottom: 1px solid #80c269;
}

.communication_box.c26.area01 .box.blue .second .ttl {
  background: #3d91d3;
}

.communication_box.c26.area01 .box.green .second .ttl {
  background: #80c269;
}

.communication_box.c26.area01 .box.blue .second .ttl span::before {
  background: url("../img/communication/26/area01_01_ttl01.png") no-repeat
    center/46px 46px;
  width: 46px;
  height: 46px;
  left: -56px;
  top: -12px;
}

.communication_box.c26.area01 .box.blue .second .ttl span::after {
  background: url("../img/communication/26/area01_01_ttl02.png") no-repeat
    center/46px 46px;
  width: 46px;
  height: 46px;
  right: -56px;
  top: -12px;
}

.communication_box.c26.area01 .box.green .second .ttl span::before {
  background: url("../img/communication/26/area01_02_ttl01.png") no-repeat
    center/50px 46px;
  width: 50px;
  height: 46px;
  left: -66px;
  top: -12px;
}

.communication_box.c26.area01 .box.green .second .ttl span::after {
  background: url("../img/communication/26/area01_02_ttl02.png") no-repeat
    center/50px 46px;
  width: 50px;
  height: 46px;
  right: -66px;
  top: -12px;
}

.communication_box.c26.area02 .about {
  background: #fffff1;
  border: 3px solid #e1bd52;
  border-radius: 5px;
  padding: 40px 20px 30px;
  margin: 0 0 30px;
}

.communication_box.c26.area02 .about .ttl {
  text-align: center;
  margin: 0 0 20px;
  position: relative;
}

.communication_box.c26.area02 .about .ttl::before,
.communication_box.c26.area02 .about .ttl::after {
  position: absolute;
  display: block;
  content: "";
}

.communication_box.c26.area02 .about .ttl::before {
  background: url("../img/communication/26/area02_ttl_icon01.png") no-repeat
    center/201px 60px;
  width: 201px;
  height: 60px;
  left: -10px;
  bottom: 10px;
}

.communication_box.c26.area02 .about .ttl::after {
  background: url("../img/communication/26/area02_ttl_icon02.png") no-repeat
    center/192px 142px;
  width: 192px;
  height: 142px;
  right: -10px;
  bottom: -20px;
}

.communication_box.c26.area02 .about .txt {
  text-align: center;
  margin: 0 0 30px;
  color: #ef8487;
  font-size: 140%;
  font-weight: bolder;
}

.communication_box.c26.area03 .more {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #56be98;
  margin: 0 0 20px;
}

.communication_box.c26.area03 .btns {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}

.communication_box.c26.area03 .btns li {
  margin: 0 20px;
}

.communication_box.c26.area03 .btns li a:hover {
  opacity: 0.7;
  cursor: pointer;
}

.communication_box.c26.area02 .how .ttl {
  text-align: center;
  background: #e1bd52;
  border-radius: 50px;
  padding: 10px 0 5px;
  margin: 0 0 30px;
  position: relative;
}

.communication_box.c26.area02 .how .ttl::before,
.communication_box.c26.area02 .how .ttl::after {
  position: absolute;
  display: block;
  content: "";
}

.communication_box.c26.area02 .how .ttl::before {
  background: url("../img/communication/26/area02_ttl02_icon01.png") no-repeat
    center/138px 74px;
  width: 138px;
  height: 74px;
  left: 110px;
  bottom: -10px;
}

.communication_box.c26.area02 .how .ttl::after {
  background: url("../img/communication/26/area02_ttl02_icon02.png") no-repeat
    center/140px 74px;
  width: 140px;
  height: 74px;
  right: 110px;
  bottom: -10px;
}

.communication_box.c26.area02 .how .images {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px;
  padding: 0 20px;
}

.communication_box.c26.area02 .how .images li {
  position: relative;
  box-shadow: 0px 0px 7px -3px #000000;
  line-height: 0;
}

.communication_box.c26.area02 .how .images li:first-child::before,
.communication_box.c26.area02 .how .images li:first-child::after,
.communication_box.c26.area02 .how .images li:last-child::after {
  position: absolute;
  display: block;
  content: "";
}

.communication_box.c26.area02 .how .images li:first-child::before {
  background: url("../img/communication/26/area02_01_icon.png") no-repeat
    center/228px 173px;
  width: 228px;
  height: 173px;
  bottom: -10px;
  left: -30px;
}

.communication_box.c26.area02 .how .images li:first-child::after {
  background: url("../img/communication/26/arrow_y.png") no-repeat center/28px
    32px;
  width: 28px;
  height: 32px;
  top: 50%;
  right: -60px;
  transform: translate(-50%, -50%);
}

.communication_box.c26.area02 .how .images li:last-child::after {
  background: url("../img/communication/26/area02_02_icon.png") no-repeat
    center/213px 217px;
  width: 213px;
  height: 217px;
  bottom: -10px;
  right: -30px;
}

.communication_box.c26.area02 .how .comments {
  margin: 0 0 30px;
}

.communication_box.c26.area02 .how .images.sec li:first-child::before {
  background: url("../img/communication/26/area02_03_icon.png") no-repeat
    center/247px 201px;
  width: 247px;
  height: 201px;
  bottom: -10px;
  left: -30px;
}

.communication_box.c26.area02 .how .images.sec li:last-child::after {
  background: url("../img/communication/26/area02_04_icon.png") no-repeat
    center/272px 185px;
  width: 272px;
  height: 185px;
  bottom: -10px;
  right: -30px;
}

.communication_box.c26.area03 {
  background: #f7f7d6;
  border: 3px solid #ef8487;
  padding: 30px 0 40px;
}

.communication_box.c26.area03 .ttl {
  text-align: center;
  margin: 0 0 20px;
  position: relative;
}

.communication_box.c26.area03 .ttl::before,
.communication_box.c26.area03 .ttl::after {
  position: absolute;
  content: "";
  display: block;
}

.communication_box.c26.area03 .ttl::before {
  background: url("../img/communication/26/area03_ttl_icon01.png") no-repeat
    center/108px 161px;
  width: 108px;
  height: 161px;
  left: 10px;
  bottom: 20px;
}

.communication_box.c26.area03 .ttl::after {
  background: url("../img/communication/26/area03_ttl_icon02.png") no-repeat
    center/99px 150px;
  width: 99px;
  height: 150px;
  right: 10px;
  bottom: 30px;
}

.communication_box.c26.area03 .img {
  text-align: center;
  margin: 0 0 20px;
}

.thanks_big {
  font-size: 250%;
}

.communication_box.c26 .com.blue.line_bx .txt {
  border: 1px solid #569ed6;
}

.communication_box.c26 .com.blue.line_bx .txt::before {
  display: none;
}

.communication_box.c26 .com.green.line_bx .txt {
  border: 1px solid #80c269;
}

.communication_box.c26 .com.green.line_bx .txt::after {
  display: none;
}

.mov_img {
  margin-bottom: 50px;
}

/*=========================================
2020.04.08 サンクスカード特集　ここまで
===========================================*/
/*=========================================
2024.06 ワンダフォーカード特集　
===========================================*/

.communication_top_txt_area.c27 {
  background: url("../img/communication/27/group_introduction.png") no-repeat;
  height: 260px;
}

.communication_top_txt_area.c27 h3 {
  line-height: 1.8;
  font-weight: 500;
}

.communication_top_txt_area.c27 h4{
    font-size: 170%;
    margin: 5px;
}

.thanks_big_c27 {
  font-size: 150%;
}

.communication_box.c27 {
  padding: 40px 0;
}

.communication_box.c27.area02 {
  background: url(../img/communication/27/group_area02_bg.png) no-repeat;
  margin-bottom: 0;
}

.communication_box.c27.area02 .about .ttl {
  text-align: center;
}

.communication_box.c27.area02 .about .txt {
  text-align: center;
  margin: 40px 0 0 0;
  /* color: #ef8487; */
  font-size: 120%;
  font-weight: 500;
}

.communication_box.c27.area02 .about .txt a {
  border-bottom: #333333 1px solid;
}

.communication_box.c27.area02 .about .txt span {
  color: #1f9fcc;
  font-weight: bold;
}

.communication_box.c27.area02 .how {
  margin-top: 150px;
}

.communication_box.c27.area02 .how {
  width: 900px;
  text-align: center;
}

.communication_box.c27.area02 .how li p {
  font-size: 120%;
  font-weight: 500;
  margin: 10px 0 30px 0;
  line-height: 1.8em;
}

.communication_box.c27.area03 {
  background: url(../img/communication/27/end_bg.png) no-repeat;
  text-align: center;
}

.communication_box.c27.area03 p {
  font-size: 1.8rem;
  font-weight: 700;
  color: #957278;
  line-height: 1.7em;
}

.communication_box.c27.area03 span {
  color: #1f9fcc;
}

.communication_box.c27.area03 .ttl {
  margin-top: 40px;
}

.communication_box.c27.area03 span {
  color: #1f9fcc;
}

.communication_box.c27.area03 .img {
  margin: 10px 0;
}

.communication_box.c27.area03 .big_c27 {
  margin-bottom: 80px;
  margin-top: 20px;
}

/*=========================================
2024.06 ワンダフォーカード特集　ここまで
===========================================*/


/*=========================================
2021/01/29　TOPレイアウト変更（twitter追加）
===========================================*/

#news {
  background: #f2f2f2;
  padding-bottom: 3.5rem;
}

#news .h-type01 {
  margin: 0;
}

#news .section-wrap {
  width: 50%;
}

#news li span {
  float: left;
  font-size: 16px;
  line-height: 2;
  color: #333333;
  font-weight: inherit;
  letter-spacing: 0.1em;
  width: 100px;
}

#news h3 a {
  text-decoration: underline;
}

#feed .twitter .feed_inner {
  width: auto;
  margin-right: auto !important;
  margin-left: auto !important;
}
/*
#feed .blog .feed_inner {
    width: auto;
    margin-left: 6rem !important;
    margin-right: auto !important;
}
*/
#feed em {
  font-style: normal;
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: smaller;
}

#feed > div.feeds {
  display: flex;
  flex-wrap: wrap;
}

/*=========================================
2021/01/29　TOPレイアウト変更ここまで
===========================================*/

/*=========================================
2021/07/05　スタッフブログプラスナビゲーション追加
===========================================*/

header nav ul.gnav li.staff_blogplus {
  padding-right: 0;
  width: 145px;
  text-align: center;
}

header nav ul.gnav li.staff_blogplus {
  margin-left: -45px;
  width: 145px;
  text-align: center;
}

header nav ul.gnav li.staff_blogplus a {
  color: #fff;
  background: url(../img/common/header/blogplus_nav.png) no-repeat center center;
  height: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-indent: -9999px;
}

header nav ul.gnav li.staff_blogplus a:hover {
  opacity: 0.7;
}

header .head_wrap {
  width: 1240px;
}

/*=========================================
2022/07/05　代理店制度
===========================================*/
#partner h1.h-type02 {
  background: url("../img/partner-program/visual_bg.png") no-repeat center/cover;
  color: #fff;
}
#partner h2 {
  margin: 0 0 50px;
}
#partner h2::after {
  display: none;
}
#partner .green {
  color: #0f9e3c;
}
#partner .green_gra {
  background: linear-gradient(to top, #2eba50, #8ccf4f);
}
#partner .green_gra.circle {
  display: inline-block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  margin: 0 10px 0 0;
}
#partner .green_gra_txt {
  background: linear-gradient(to top, #2eba50, #8ccf4f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 46px;
}
#partner .area {
  padding: 80px 20px;
}

#partner #area01.area {
  padding: 0 20px 80px;
}
#partner #area01 .logo {
  text-align: center;
  margin: 0 0 60px;
}
#partner #area01 .logo img {
  max-width: 545px;
}
#partner #area01 .txt {
  text-align: center;
  line-height: 2;
}

#partner #area02 {
  background: #f2f2f2;
}
#partner #area02 ul {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
}
#partner #area02 ul li {
  width: 30%;
}
#partner #area02 ul li .ttl {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}
#partner #area02 ul li .img {
  text-align: center;
  margin: 0 0 20px;
}
#partner #area02 ul li .img img {
  max-width: 254px;
}
#partner #area02 ul li .txt {
  font-size: 16px;
}

#partner #area03 .partner_ttl {
  margin: 0;
}
#partner #area03 .top_txt {
  text-align: center;
  margin: 0 0 40px;
}
#partner #area03 .plan_list {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 780px;
  margin: 0 auto;
}
#partner #area03 .plan_list > li {
  width: 47%;
}
#partner #area03 .plan_list > li .img {
  text-align: center;
  margin: 0 0 10px;
}
#partner #area03 .plan_list > li .img img {
  max-width: 274px;
}
#partner #area03 .plan_list > li .ttl {
  text-align: center;
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 20px;
}
#partner #area03 .plan_list > li .txt {
  font-size: 16px;
  height: 120px;
  margin: 0 0 20px;
}
#partner #area03 .plan_list > li .box {
  background: #f2f2f2;
  border-radius: 10px;
  padding: 20px;
  font-size: 16px;
}
#partner #area03 .plan_list > li .box .ttl_in {
  font-weight: bold;
  margin: 0 0 5px;
}
#partner #area03 .plan_list > li .box .check_list li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}
#partner #area03 .plan_list > li .box .check_list li .check {
  margin: 0 10px 0 0;
}
#partner #area03 .plan_list > li .box .check_list li .check img {
  max-width: 17px;
}

#partner #area04 {
  background: #eff8fe;
}
#partner #area04 .partner_ttl {
  margin: 0 0 20px;
}
#partner #area04 .txt {
  text-align: center;
  margin: 0 0 60px;
}
#partner #area04 ul {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 760px;
  margin: 0 auto;
}
#partner #area04 ul li {
  width: 47%;
}
#partner #area04 ul li .ttl {
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 22px;
  font-weight: bold;
}
#partner #area04 ul li dl {
  background: #fff;
  padding: 30px 20px;
  height: 497px;
}
#partner #area04 ul li dl dt {
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid #0f9e3c;
  padding: 0 0 10px;
  margin: 0 0 10px;
  width: 100%;
}

#partner #area05 .partner_ttl {
  margin: 0 0 20px;
}
#partner #area05 .top_txt {
  text-align: center;
  margin: 0 0 60px;
}
#partner #area05 ul {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
}
#partner #area05 ul li {
  width: 30%;
}
#partner #area05 ul li .img {
  text-align: center;
}
#partner #area05 ul li .img img {
  max-width: 123px;
}
#partner #area05 ul li .ttl {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}
#partner #area05 ul li .txt {
  font-size: 16px;
}

#partner #area06 {
  background: #f2f2f2;
}
#partner #area06 .partner_ttl {
  margin: 0 0 30px;
}
#partner #area06 .flow_img img {
  width: 100%;
}
#partner #area06 ul {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
}
#partner #area06 ul li {
  width: 25%;
  font-size: 13px;
  line-height: 1.6;
}

#partner #area07 ul {
  display: flex;
  flex-flow: row nowrap;
  align-content: center;
  justify-content: space-between;
  max-width: 760px;
  margin: 0 auto;
}
#partner #area07 ul li {
  width: 48%;
}
#partner #area07 ul li .border {
  border-radius: 100px;
  background: linear-gradient(to right, #8ccf4f 0%, #2eba50 100%);
  padding: 2px;
  margin: 0 0 10px;
}
#partner #area07 ul li a {
  border-radius: 100px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: relative;
  background: #fff;
  font-weight: bold;
  box-sizing: border-box;
}
#partner #area07 ul li a div {
  border-radius: 100px;
}
#partner #area07 ul li:first-child a {
  font-size: 26px;
}
#partner #area07 ul li:last-child a {
  font-size: 20px;
}
#partner #area07 ul li:first-child a img {
  max-width: 24px;
}
#partner #area07 ul li:last-child a img {
  max-width: 27px;
}
#partner #area07 ul li .icon {
  margin: 0 10px 0 0;
}
#partner #area07 ul li .txt {
  text-align: center;
  font-size: 16px;
}

#index_partner {
  margin: 0 0 70px;
  margin-top: -35px;
}

@-moz-document url-prefix() {
  #index_partner {
    margin-top: 100px !important;
  }
}

#index_partner a {
  text-align: center;
  display: block;
}
#index_partner a img {
  max-width: 340px;
}

#index_partner .cta_btn_link img {
  max-width: 180px;
}

.partner-program_top_btn {
  position: relative;
  overflow: hidden;
  width: 550px;
  height: 230px;
  margin: 0 auto;
  margin-top: -30px;
  border-radius: 10px;
  background: #000;
  z-index: 1;
}
.partner-program_top_btn:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/partner-program/btn_partner.png) no-repeat center
    center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0.9;
  border-radius: 10px;
}
.partner-program_top_btn:hover:after {
  opacity: 0.7;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-radius: 10px;
}
.partner-program_top_btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  height: 100%;
  text-decoration: none;
  color: #fff;
}

.partner-program_logo {
  display: block;
  margin-bottom: 5px;
  padding-top: 30px;
}

.partner-program_txt {
  display: block;
  text-align: left;
  width: 80%;
  margin: 0 auto;
}

/*=========================================
2024.07 CTAボタン追加　
===========================================*/

/* with Speedia cta */
.cta_btn_with {
  position: relative;
  overflow: hidden;
  width: 896px;
  height: 488px;
  margin: 30px auto 50px auto;
  border-radius: 10px;
  background: #03210C;
}
/* Link Speedia cta */
.cta_btn_link {
  position: relative;
  overflow: hidden;
  width: 896px;
  height: 488px;
  margin: 30px auto 50px auto;
  border-radius: 10px;
  background: #43726a;
}
/* 背景 */
.cta_btn_with:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/service/img_withSpeedia_CTA.png) no-repeat center
    center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0.45;
  border-radius: 10px;
}
.cta_btn_with:hover:after {
  opacity: 0.35;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-radius: 10px;
}
.cta_btn_link:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/service/img_linkSpeedia_CTA.png) no-repeat center
    center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
  border-radius: 10px;
}
.cta_btn_link:hover:after {
  opacity: 0.35;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-radius: 10px;
}
/* テキスト */
.cta_btn_txt {
  position: relative;
  width: 80%;
  margin: 88px auto 0px auto;
  z-index: 1;
}
.cta_btn_txt_1st {
  width: 37%;
  text-align: left;
  line-height: 0;
}
.cta_btn_txt_1st h3{
  color: #fff;
  font-size: 2rem;
  letter-spacing: -0.5px;
}
.cta_btn_txt_1st p {
  display: block;
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: -1px;
  margin: 0px 0px 5px 58px;
}
.cta_btn_txt_1st img{
  max-width: 180px;
}
.cta_btn_txt_2nd h4 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 2.8rem;
  text-align: left;
}
.cta_btn_txt_2nd p {
  color: #fff;
  font-size: 1.14rem;
  margin-top: 13px;
  text-align: left;
}
/* ボタン */
.request_btn_cta span {
	display: block;
	text-align: center;
	position: relative;
	font-size: 20px;
	color: #fff;
	max-width: 104px;
	font-weight: 600;
	line-height: 1;
	padding: 17px 72px;
	border-radius: 9999px;
	background-color: #CF0F31;
	box-shadow: 0px 4px #AA2D0E;
	transition: all 0.2s;
  top: 43px;
  margin: 0px 90px 0 auto;
  z-index: 1;
}
.request_btn_cta span {
	position: relative;
}
.request_btn_cta span::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	margin-top: -6px;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: rotate(45deg);
	transition: all 0.2s;
}
.cta_btn_with:hover .request_btn_cta span {
	background-color: #8D280F;
}
.cta_btn_with:hover .request_btn_cta span {
	transform: translateY(4px);
	box-shadow: none;
}
.cta_btn_with:hover .request_btn_cta span::before {
	right: 20px;
}
.cta_btn_link:hover .request_btn_cta span {
	background-color: #8D280F;
}
.cta_btn_link:hover .request_btn_cta span {
	transform: translateY(4px);
	box-shadow: none;
}
.cta_btn_link:hover .request_btn_cta span::before {
	right: 20px;
}

/*=========================================
2024.07 CTAボタン追加　ここまで
===========================================*/

/* index slick */
.top_slider {
  max-width: 1880px;
  height: 600px;
  display: block;
  margin: 0 auto 60px;
  padding: 0;
  width: 100%;
  position: relative;
}
.top_slider li {
  position: relative;
  overflow: hidden;
  height: 600px;
}
.top_slider li a {
  width: 1880px;
  height: 600px;
  display: block;
}
.top_slider img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1880px;
  height: 600px;
}

/*20230410*/
.sv_top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sv_top li {
  max-width: 440px;
  margin-bottom: 10px;
}

.sv_top li a:hover {
  opacity: 0.7;
}

#isp,
#zoomo,
#service {
  margin-bottom: 0px;
}

#hikari_unc,
#isp_unc,
#zoomo_unc,
#dtc_unc {
  display: block;
}

.partner_program_links {
  background: #0f9e3c;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  margin-top: 20px;
}

.page-content .partner_program_links p {
  color: #fff;
}

.partner_program_links_btn {
  margin-top: 20px;
}

.partner_program_links_btn a {
  display: inline-block;
  padding: 20px 80px;
  background: #fff;
  color: #000;
  border-radius: 100px;
  transition: 0.5s;
  position: relative;
}

.partner_program_links_btn a:hover {
  opacity: 0.5;
}

.partner_program_links_btn a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -6px;
  transform: rotate(45deg);
}

/*-------------------------------------------
202402 TOPページ改修分
-------------------------------------------*/
/*詳しくはこちらボタン*/
.page-home section#service div.section-wrap ul li div.home_content a{
  display: flex;
  font-size: 18px;
  font-weight: bold;
  width: 184px;
  height: 36px;
}
.detail_btn_text{
  padding-top: 4px;
}
.page-home section#service div.section-wrap ul li div.home_content a span.detail_btn{
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 3px #0f9e3c;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: 16px;
  transition: 0.3s;
}
span.detail_btn::before{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #0f9e3c;
  border-right: 3px solid #0f9e3c;
  transform: rotate(45deg);
  position: relative;
  right: 2px;
}
.page-home section#service div.section-wrap ul li div.home_content a:hover span.detail_btn{
  background-color: #0f9e3c;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 3px #0f9e3c;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: 16px;
}
.page-home section#service div.section-wrap ul li div.home_content a:hover span.detail_btn:before{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
/*ボタン位置*/
.btn_01{
  position: relative;
  bottom: -40px;
  left: 60%;
}
.btn_02{
  position: relative;
  bottom: -104px;
  left: 60%;
}
.btn_03{
  position: relative;
  bottom: -119px;
  left: 60%;
}
.btn_04{
  position: relative;
  bottom: -22px;
  left: 60%;
}

/*-------------------------------------------
202402 事業内容一覧ページ改修分
-------------------------------------------*/
.service_main_title span{
  padding-bottom: 48px;
}
.service_title{
  display: flex;
  margin-bottom: 80px;
  width: 480px;
  margin: 0 auto 80px auto;
}
.service_title._01,
.service_title._02,
.service_title._03{
  height: 80px;
}
.service_title._04{
  height: 70px;
}
.service_title._01 h2{
  margin-left: 32px;
}
.service_title._02 h2{
  margin-left: 80px;
}
.service_title._03 h2{
  margin-left: 16px;
}
.service_title._04 h2{ 
  margin-left: 94px;
}
/*タイトル緑線　非表示*/
.service_main_title h2::after,
.service_title h2::after{
  display: none;
}
/*リンクボタン*/
.link_btn {
  margin: 85px auto 95px auto;
}
.link_btn a {
  display: inline-block;
  background: #0f9e3c;
  color: #fff;
  border-radius: 100px;
  transition: 0.5s;
  position: relative;
}
.link_btn._01 a{
  padding: 16px 96px;
}
.link_btn._02 a{
  padding: 16px 127px;
}
.link_btn._03 a{
  padding: 16px 111.5px;
}
.link_btn._04 a{
  padding: 16px 127.5px;
}
.link_btn a:hover {
  opacity: 0.7;
}
.link_btn a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -6px;
  transform: rotate(45deg);
}
.link_btn._01,
.link_btn._02{
  text-align: center;
}
.datacenter_link_btn{
  display: flex;
}
/*提供サービス一覧*/
.internet_service_list_items{
  display: flex;
  padding-bottom: 65px;
}
.internet_service_list h4{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 85px 0 40px;
}
.internet_service_list_items img{
  height: 130px;
}
/*ホバー時アクション*/
.internet_service_list_items li:first-child{
  z-index: 1;
}
.internet_service_list_items li a:hover img{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.internet_service_list_items li img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
}

/*-------------------------------------------
202402 光コラボ・ソリューション詳細ページ改修分
-------------------------------------------*/
.page-content.page-cl h1 {
  background: #f6f6f4 url(../img/service/h1_service.jpg) repeat-x center;
}
.page-content.page-cl section dl.content {
  background: #f8f8f8;
  margin: 2.25rem 0 0;
  padding: 2.5rem;
  border-radius: 3px;
}
.page-content.page-cl section dl.content dt {
  text-align: left;
  vertical-align: top;
  width: 210px;
  border-right: 1px solid #eae7e7;
}
.page-content.page-cl section dl.content dt h3 {
  font-size: 17px;
  line-height: 1.53;
  color: #333333;
  font-weight: bold;
}
.page-content.page-cl section dl.content dd {
  padding-left: 2.5rem;
}
.page-content.page-cl section dl.content dd ol {
  counter-reset: ol_content;
  list-style: none;
}
.page-content.page-cl section dl.content dd ol li {
  position: relative;
  padding-left: 2rem;
}
.page-content.page-cl section dl.content dd ol li:before {
  counter-increment: ol_content;
  content: counter(ol_content) ".";
  font-weight: bold;
  padding-right: 1rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.service_title._01.detail{
  margin: 160px auto 128px auto;
}
.page-content.page-cl section dl.content.detail{
  margin: 64px auto 24px auto;
}
.partner_program_links{
  margin: 64px auto 56px auto;
}
.service_title.detail{
  margin: 124px auto 104px auto;
}
.service_title.detail.hikari_collabo_model{
  display: block;
}
.page-content.page-cl section dl.content.bottom{
  margin-bottom: 200px;
}

/*-------------------------------------------
202402 ISPソリューションページ改修分
-------------------------------------------*/
.page-content.page-isp h1 {
  background: #f6f6f4 url(../img/service/h1_service.jpg) repeat-x center;
}
.page-content.page-isp section dl.content {
  background: #f8f8f8;
  padding: 2.5rem;
  border-radius: 3px;
}
.page-content.page-isp section dl.content dt {
  text-align: left;
  vertical-align: top;
  width: 210px;
  border-right: 1px solid #eae7e7;
}
.page-content.page-isp section dl.content dt h3 {
  font-size: 17px;
  line-height: 1.53;
  color: #333333;
  font-weight: bold;
}
.page-content.page-isp section dl.content dd {
  padding-left: 2.5rem;
}
.page-content.page-isp section dl.content dd ol {
  counter-reset: ol_content;
  list-style: none;
}
.page-content.page-isp section dl.content dd ol li {
  position: relative;
  padding-left: 2rem;
}
.page-content.page-isp section dl.content dd ol li:before {
  counter-increment: ol_content;
  content: counter(ol_content) ".";
  font-weight: bold;
  padding-right: 1rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.service_title._02.detail{
  margin: 160px auto 128px auto;
}
.page-content.page-isp section dl.content.detail{
  margin: 64px auto;
}
.btn_faq.bottom{
  margin-bottom: 200px;
}
/*-------------------------------------------
202402 データセンターページ改修分
-------------------------------------------*/
.page-content.page-dc h1 {
  background: #f6f6f4 url(../img/service/h1_service.jpg) repeat-x center;
}
.service_title._01.detail.dc{
  width: 320px;
  height: 70px;
}
.dc_title{
  margin: 122px auto 56px auto;
}
.page-content.page-dc section#access.dc_mg{
  margin-top: 144px;
}
.page-content.page-dc section#detail.dc_mg{
  margin: 138px auto 156px auto;
}
.btn_faq.dc_mg{
  margin: 80px auto 50px auto;
}

/*-------------------------------------------
202405 会社概要 グループ会社リンク追加
-------------------------------------------*/
.corp{
  border-bottom: solid 1px #333333;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.corp:hover{
  color: #adadad;
  border-bottom: solid 1px #adadad;
}
/*-------------------------------------------
202406 CTA 資料請求ボタン追加
-------------------------------------------*/
.request{
	text-align: center;
	width: 100%;
	background-image: url("../img/common/footer/request-bg.png");
	background-position: center;
	background-repeat: no-repeat;
  background-size: cover;
	padding-bottom: 60px;
}
.request_title{
  text-align: center;
	font-size: 28px;
	font-weight: 600;
	line-height: 36px;
	color: #fff;
	padding-top: 70px;
	margin-top: 0;
	margin-bottom: 48px;
	letter-spacing: 1.4px;
}
.request_title span{
	font-size: 22px;
}
.request_title span:nth-child(2){
	letter-spacing: -10px;
	font-size: 28px;
	margin-right: 8px;
}
.request_title span:nth-child(2) span:nth-child(1){
	letter-spacing: -9px;
	font-size: 28px;
	display: inline-block;
	margin-right: 2px;
}
.request_title span:nth-child(2) span:nth-child(2){
	display: inline-block;
	margin: 0 4px;
}
.request_btn a {
	display: block;
	text-align: center;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	max-width: 170px;
	font-weight: 600;
	line-height: 1;
	padding: 17px 126px;
	border-radius: 9999px;
	background-color: #CF0F31;
	box-shadow: 0px 4px #AA2D0E;
	transition: all 0.2s;
	margin: 0 auto;
}
.request_btn a span {
	position: relative;
}
.request_btn a::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	margin-top: -6px;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: rotate(45deg);
	transition: all 0.2s;
}
.request_btn a:hover {
	background-color: #8D280F;
}
.request_btn a:hover {
	transform: translateY(4px);
	box-shadow: none;
}
.request_btn a:hover::before {
	right: 20px;
}

/*-------------------------------------------
202509 お知らせ情報ページのaタグ表示変更
-------------------------------------------*/
.mainte_area a {
    text-decoration: underline;
}