@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Amaranth);
a {
  color: #333;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

#footer {
  background: #fff;
}

.btn {
  display: block;
  text-align: center;
  font-weight: bold;
  position: relative;
}

.btn-arrow:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-width: 2px;
  border-style: solid;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 50%;
  right: 6%;
  margin-top: -7px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.btn-entry {
  width: 210px;
  padding: 10px;
  background: #d11619;
  border-bottom: 4px solid #841b20;
  color: #fff;
  font-size: 18px;
  transition: all 0s ease;
  -moz-transition: all 0s ease;
  -webkit-transition: all 0s ease;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.btn-entry svg, .btn-entry span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 5px;
  font-weight: bold;
}

.btn-entry path {
  fill: #fff;
}

.btn-entry:hover {
  border-top: 4px solid #841b20;
  border-bottom: 0;
}

.btn-entry-l {
  width: 370px;
  padding: 15px;
  background: #d11619;
  border-bottom: 4px solid #841b20;
  color: #fff;
  font-size: 30px;
  transition: all 0s ease;
  -moz-transition: all 0s ease;
  -webkit-transition: all 0s ease;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.btn-entry-l svg, .btn-entry-l span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 5px;
  font-weight: bold;
}

.btn-entry-l path {
  fill: #fff;
}

.btn-entry-l:hover {
  border-top: 4px solid #841b20;
  border-bottom: 0;
}

.btn-base {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #fff;
  border: 2px solid #d11619;
  color: #d11619;
}

.btn-base:hover {
  background: #d11619;
  color: #fff;
}

.bloc-ttl {
  font-size: 30px;
  font-weight: bold;
  line-height: 100px;
  letter-spacing: 2px;
  text-align: center;
}

.bloc-ttl--red {
  background: #d11619;
  color: #fff;
}

.bloc-ttl--w {
  color: #fff;
}

.bloc-ttl span {
  padding: 0 10px 20px;
  border-bottom: 2px solid #d11619;
}

a:hover.mk {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.red {
  color: #d11619;
}

.bold {
  font-weight: bold;
}

/*   clerfix
---------------------------------------------------- */
/*   table
---------------------------------------------------- */
.table-type01 table {
  width: 100%;
  border-collapse: collapse;
}

.table-type01 table tr th {
  width: 25%;
  padding: 30px 6px;
  vertical-align: top;
  color: #333;
  text-align: center;
  background-color: #eee;
  border: 1px solid #b9b9b9;
  border-right: none;
}

.table-type01 table tr td {
  padding: 30px 35px;
  background-color: #fff;
  border: 1px solid #b9b9b9;
  border-left: none;
}

/* max-width: 767px
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  /*   table
---------------------------------------------------- */
  .table-type01 table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #b9b9b9;
  }
  .table-type01 table tr th, .table-type01 table tr td {
    display: block;
  }
  .table-type01 table tr th {
    width: 100%;
    border-right: 1px solid #b9b9b9;
    border-bottom: none;
    border-top: none;
  }
  .table-type01 table tr td {
    padding: 15px 25px;
    background-color: #fff;
    border-left: 1px solid #b9b9b9;
    border-top: none;
  }
}

.hd {
  width: 1000px;
  margin: auto;
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -500px;
  z-index: 9999;
}

.hd-inner {
  height: auto;
  padding: 20px;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.hd-logo {
  float: left;
}

.hd-logo a {
  display: block;
  padding: 0 0 22px 55px;
  background: url(../img/logo.svg) no-repeat left center;
  background-size: contain;
}

.hd-logo a:hover {
  opacity: .4;
}

.hd-logo h1, .hd-logo strong {
  font-weight: bold;
  font-size: 20px;
}

.hd-logo strong {
  color: #d11619;
}

.hd-entry {
  float: right;
}

.hd.fixed .hd-inner {
  height: 0;
  padding: 0 20px;
}

.hd.fixed .nav {
  background: rgba(0, 0, 0, 0.7);
}

.nav {
  background: #333;
  text-align: center;
}

.nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin: 0 20px;
  font-size: 16px;
  position: relative;
}

.nav li:not(:last-child):after {
  content: '';
  display: block;
  width: 1px;
  height: 18px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -9px;
}

.nav a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 45px;
  letter-spacing: 1px;
  border-bottom: 1px solid transparent;
}

.nav a:hover {
  border-bottom-color: #fff;
}

.page-ttl-box .bloc-ttl {
  padding-top: 190px;
  padding-bottom: 20px;
}

.page-ttl-box .page-anchor-link {
  margin: 55px 0 100px;
  text-align: center;
  letter-spacing: -.4em;
}

.page-ttl-box .page-anchor-link li {
  display: inline-block;
  letter-spacing: normal;
  line-height: 1;
}

.page-ttl-box .page-anchor-link li::before {
  content: '|';
  color: #000;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.page-ttl-box .page-anchor-link li:first-child::before {
  content: '';
}

.anchor_h {
  padding-top: 70px;
  margin-top: -70px;
}

/* 支援や制度について
----------------------------------------------------*/
.life-event .life-event-in {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.life-event .life-event-in .life-event-ttl {
  font-size: 30px;
  margin-bottom: 60px;
}

.life-event .life-event-in .life-event-txt {
  width: 800px;
  margin: 0 auto 35px;
  line-height: 2;
  text-align: left;
}

.ikukyu {
  margin-bottom: 180px;
}

.ikukyu .bloc-ttl {
  margin-bottom: 85px;
}

.ikukyu .ikukyu-in {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.ikukyu .ikukyu-in .ikukyu-list {
  letter-spacing: -.4em;
}

.ikukyu .ikukyu-in .ikukyu-list li {
  box-sizing: border-box;
  width: 32%;
  min-height: 275px;
  padding: 30px;
  display: inline-block;
  background-color: #fed0d2;
  border-radius: 5px;
  vertical-align: top;
  letter-spacing: normal;
}

.ikukyu .ikukyu-in .ikukyu-list li .ttl {
  margin-bottom: 30px;
  padding: 10px 0;
  background-color: #ff888a;
  border-radius: 20px;
  color: #fff;
  font-size: 20px;
}

.ikukyu .ikukyu-in .ikukyu-list li .ikukyu-txt {
  font-size: 14px;
}

.ikukyu .ikukyu-in .ikukyu-list li .ikukyu-txt .ikukyu-icon {
  margin-bottom: 25px;
}

.ikukyu .ikukyu-in .ikukyu-list li:nth-of-type(2) {
  margin-left: 2%;
  background-color: #ffffaf;
}

.ikukyu .ikukyu-in .ikukyu-list li:nth-of-type(2) .ttl {
  background-color: #ffbe00;
}

.ikukyu .ikukyu-in .ikukyu-list li:nth-of-type(3) {
  margin-left: 2%;
  background-color: #bae0e9;
}

.ikukyu .ikukyu-in .ikukyu-list li:nth-of-type(3) .ttl {
  background-color: #62bbe7;
}

.sailing {
  margin-bottom: 160px;
}

.sailing .bloc-ttl {
  margin-bottom: 80px;
}

.sailing .sailing_img {
  margin-bottom: 60px;
  text-align: center;
}

.sailing .sailing-in {
  width: 700px;
  margin: auto;
}

.sailing .sailing-in .sailing-ttl {
  margin-bottom: 50px;
  font-size: 20px;
}

.sailing .sailing-in .sailing-txt {
  margin-bottom: 60px;
  line-height: 2;
}

.commendation {
  margin-bottom: 160px;
}

.commendation .bloc-ttl {
  margin-bottom: 80px;
}

.commendation .commendation_img {
  margin-bottom: 60px;
  text-align: center;
}

.commendation .commendation-in {
  width: 700px;
  margin: auto;
}

.commendation .commendation-in .commendation-ttl {
  margin-bottom: 50px;
  font-size: 20px;
}

.commendation .commendation-in .commendation-txt {
  margin-bottom: 60px;
  line-height: 2;
}

/* 採用情報
----------------------------------------------------*/
.ask-image .bloc-ttl {
  margin-bottom: 94px;
}

.ask-image .ask-image-in {
  width: 1000px;
  margin: 0 auto 80px;
  overflow: hidden;
}

.ask-image .ask-image-in .ask-image-left {
  float: left;
  width: 70%;
}

.ask-image .ask-image-in .ask-image-left .ttl {
  color: #d11619;
  font-size: 30px;
  margin-bottom: 30px;
}

.ask-image .ask-image-in .ask-image-left .txt {
  line-height: 2;
}

.ask-image .ask-image-in .ask-image-right {
  float: right;
  width: 26%;
}

.ask-internship-box {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  background: #d8edf0;
  margin-bottom: 80px;
}

.ask-internship-box .ask-internship-left {
  float: left;
  width: 38.5%;
}

.ask-internship-box .ask-internship-right {
  box-sizing: border-box;
  float: right;
  width: 61.5%;
  padding: 60px 45px;
}

.ask-internship-box .ask-internship-right .ttl {
  margin-bottom: 30px;
  padding: 10px;
  background: #d11619;
  border-radius: 50px;
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.ask-internship-box .ask-internship-right .txt {
  line-height: 2;
}

.ask-policy-box {
  width: 1000px;
  margin: 0 auto 250px;
  overflow: hidden;
}

.ask-policy-box .ask-policy-ttl {
  padding: 30px 10px;
  font-size: 30px;
  color: #d11619;
  text-align: center;
  border-top: 4px solid #d11619;
  border-right: 4px solid #d11619;
  border-left: 4px solid #d11619;
}

.ask-policy-box .ask-policy-box-in .ask-policy {
  box-sizing: border-box;
  float: left;
  width: 20%;
  padding: 20px 20px 40px;
  background: #841b20;
  color: #fff;
}

.ask-policy-box .ask-policy-box-in .ask-policy:nth-of-type(odd) {
  background-color: #d11619;
}

.ask-policy-box .ask-policy-box-in .ask-policy:nth-of-type(odd) dl dt {
  color: #841b20;
}

.ask-policy-box .ask-policy-box-in .ask-policy dl dt {
  font-size: 54px;
  color: #d11619;
}

.ask-policy-box .ask-policy-box-in .ask-policy dl dd.ttl {
  min-height: 135px;
  font-size: 28px;
  letter-spacing: -.05em;
  line-height: 1.2;
  margin-bottom: 20px;
}

.ask-policy-box .ask-policy-box-in .ask-policy dl dd.ttl span {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  letter-spacing: -.01em;
}

.ask-policy-box .ask-policy-box-in .ask-policy dl dd {
  min-height: 200px;
  line-height: 1.8;
}

.recruitment .bloc-ttl {
  margin-bottom: 85px;
}

.recruitment .recruitment-in {
  width: 1000px;
  margin: 0 auto;
}

.recruitment .recruitment-in .txt {
  width: 700px;
  margin: 0 auto 50px;
  line-height: 2;
}

.recruitment .recruitment-in .table-type01 {
  margin-bottom: 260px;
}

.process-flow {
  margin-bottom: 200px;
}

.process-flow .bloc-ttl {
  margin-bottom: 85px;
}

.process-flow .process-flow-in {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.process-flow .process-flow-in .process-flow-txt01 {
  width: 700px;
  margin: 0 auto 50px;
  line-height: 2;
  text-align: left;
}

.process-flow .process-flow-in .process-flow-img01 {
  margin-bottom: 45px;
}

.process-flow .process-flow-in .process-flow-txt02 {
  width: 880px;
  margin: 0 auto 85px;
  padding: 10px;
  background-color: #f9e3e3;
  color: #d11619;
  text-align: center;
}

.process-flow .process-flow-in .process-setp_box {
  text-align: left;
  background: url(../../img/recruit/bg_step.png) 5.65% 0 repeat-y;
}

.process-flow .process-flow-in .process-setp_box dl {
  margin-bottom: 20px;
  overflow: hidden;
}

.process-flow .process-flow-in .process-setp_box dl dt {
  clear: both;
  float: left;
  width: 17%;
}

.process-flow .process-flow-in .process-setp_box dl dd {
  float: right;
  display: block;
  width: 83%;
  padding-top: 5px;
}

.process-flow .process-flow-in .process-setp_box dl dd .ttl {
  margin-bottom: 5px;
  font-size: 24px;
}

.process-flow .process-flow-in .process-setp_box dl.last {
  margin-bottom: 0;
}

.process-flow .process-flow-in .process-setp_box dl.last dt {
  background-color: #fff;
}

.internship {
  margin-bottom: 170px;
}

.internship .bloc-ttl {
  margin-bottom: 85px;
}

.internship .internship-in {
  width: 1000px;
  margin: 0 auto;
}

.internship .internship-in img {
  vertical-align: top;
}

.internship .internship-in .internship-img {
  margin-bottom: 90px;
}

.internship-table table .it_bg2 {
  background-color: #e37375 !important;
}

.internship-table table .it_bg3 {
  background-color: #eda2a3 !important;
}

.internship-table table th {
  width: 21%;
}

.internship-table table th.it_a span,
.internship-table table th.it_b span,
.internship-table table th.it_c span {
  box-sizing: border-box;
  display: block;
  padding: 15px 10%;
  margin-left: 7%;
  background-color: #da4547;
  border-radius: 50px;
  color: #fff;
  font-size: 40px;
  text-align: center;
}

.internship-table table td.it_time,
.internship-table table td.it_time2 {
  width: 21%;
  padding: 30px 0;
  background-color: #f6d0d1;
  text-align: center;
}

.internship-table table td.it_time2 {
  background-color: #f9e3e3;
}

.internship-table table td.it_td3 {
  text-align: center;
  font-size: 24px;
}

.internship-table table td span.it_td {
  box-sizing: border-box;
  display: block;
  padding: 15px 2%;
  margin-left: 7%;
  background-color: #f9e3e3;
  text-align: center;
  font-size: 15px;
}

.internship-table table td span.it_td span {
  background-color: #da4547;
  margin-right: 2%;
  padding: 2% 5%;
  color: #fff;
  border-radius: 20px;
}

.internship-contact {
  box-sizing: border-box;
  width: 1000px;
  margin: 0 auto 150px;
  padding: 5%;
  background-color: #fffbeb;
  overflow: hidden;
}

.internship-contact .it-con-left {
  float: left;
  width: 20%;
}

.internship-contact .it-con-right {
  float: right;
  width: 72%;
}

.internship-contact .it-con-right .txt {
  font-size: 20px;
  margin-bottom: 25px;
}

.internship-contact .it-con-right .it-con-btn .solid_btn {
  position: relative;
  display: inline-block;
}

.internship-contact .it-con-right .it-con-btn .solid_btn a {
  display: inline-block;
  background-color: #29abe2;
  padding: 25px 70px 25px 30px;
  position: relative;
  /*:activeのために基準値を設ける*/
  text-decoration: none;
  color: #fff;
  font-size: 26px;
  box-shadow: 0px 6px 0px #0071bc;
  border-radius: 5px;
  text-align: center;
  line-height: 1em;
}

.internship-contact .it-con-right .it-con-btn .solid_btn a:hover {
  box-shadow: inset 0px -1px 0px #0071bc;
  top: 7px;
}

.internship-contact .it-con-right .it-con-btn .solid_btn a::before {
  font-family: "FontAwesome";
  content: "\f0e0";
  margin-right: 20px;
  font-size: 42px;
  position: relative;
  top: 15px;
}

.internship-contact .it-con-right .it-con-btn .solid_btn a span {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
}

/* 会社紹介
----------------------------------------------------*/
.message {
  margin-bottom: 170px;
}

.message .bloc-ttl {
  margin-bottom: 85px;
}

.message .message-in {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.message .message-in .message-left {
  float: left;
  width: 700px;
}

.message .message-in .message-left .message-ttl {
  font-size: 20px;
  margin-bottom: 50px;
}

.message .message-in .message-left p {
  line-height: 2;
  margin-bottom: 2em;
}

.message .message-in .message-right {
  float: right;
  width: 260px;
}

.outline {
  margin-bottom: 170px;
}

.outline .bloc-ttl {
  margin-bottom: 85px;
}

.outline .outline-in {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.outline .outline-in .outline-table {
  width: 100%;
  border-collapse: collapse;
}

.outline .outline-in .outline-table th {
  width: 25%;
  padding: 30px 6px;
  text-align: center;
  vertical-align: middle;
  color: #333;
  background-color: #ececec;
  border-top: 2px solid #d4d4d4;
  border-bottom: 2px solid #d4d4d4;
  border-left: 2px solid #d4d4d4;
}

.outline .outline-in .outline-table td {
  padding: 30px 6px 30px 35px;
  background-color: #fff;
  border-top: 2px solid #d4d4d4;
  border-right: 2px solid #d4d4d4;
  border-bottom: 2px solid #d4d4d4;
  vertical-align: middle;
}

.outline .outline-in .outline-table td .map-link {
  float: right;
  display: inline-block;
  margin-right: 50px;
  padding: 5px 20px;
  background: #d11619;
  color: #fff;
}

.biz-introduction {
  margin-bottom: 160px;
}

.biz-introduction .bloc-ttl {
  margin-bottom: 65px;
}

.biz-introduction .biz-introduction-in {
  box-sizing: border-box;
  position: relative;
  width: 1080px;
  margin: 0 auto;
  padding: 47px 40px;
  overflow: hidden;
  border: 2px solid #e88a8c;
}

.biz-introduction .biz-introduction-in::before,
.biz-introduction .biz-introduction-in::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  position: absolute;
}

.biz-introduction .biz-introduction-in::before {
  border-color: #d11619 transparent transparent #d11619;
  top: 0;
  left: 0;
}

.biz-introduction .biz-introduction-in::after {
  border-color: transparent #d11619 #d11619 transparent;
  bottom: 0;
  right: 0;
}

.biz-introduction .biz-introduction-in .biz-introduction-ttl {
  font-size: 20px;
  margin-bottom: 50px;
}

.biz-introduction .biz-introduction-in .group-box {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px dotted #ccc;
}

.biz-introduction .biz-introduction-in .group-box .group-box-left {
  float: left;
  display: inline-block;
  padding: 10px;
  box-shadow: 0 0 4px #aaa;
}

.biz-introduction .biz-introduction-in .group-box .group-box-left .group-box-left-in {
  padding: 0 0 22px 55px;
  background: url(../img/logo.svg) no-repeat left center;
  background-size: 43px;
}

.biz-introduction .biz-introduction-in .group-box .group-box-left .group-box-left-in p:first-child {
  font-size: 13px;
}

.biz-introduction .biz-introduction-in .group-box .group-box-left .group-box-left-in p:last-child {
  font-size: 20px;
}

.biz-introduction .biz-introduction-in .group-box .group-box-right {
  float: left;
  padding: 15px 0 0 20px;
}

.biz-introduction .biz-introduction-in .group-box .group-box-right p:first-child {
  font-size: 20px;
  margin-bottom: 5px;
}

.biz-introduction .biz-introduction-in .group-box .group-box-right p:last-child {
  font-size: 16px;
}

.biz-introduction .biz-introduction-in .group-box .group-box-right p:last-child a {
  color: #939393;
  text-decoration: underline;
}

.biz-introduction .biz-introduction-in .group-box-sub ul {
  letter-spacing: -.4em;
}

.biz-introduction .biz-introduction-in .group-box-sub ul li {
  display: inline-block;
  margin-right: 1%;
  letter-spacing: normal;
  vertical-align: top;
}

.biz-introduction .biz-introduction-in .group-box-sub ul li .group-box-sub-logo {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 25px 5px 10px;
  box-shadow: 0 0 4px #aaa;
}

.biz-introduction .biz-introduction-in .group-box-sub ul li .group-box-sub-logo .group-box-sub-logo-in {
  padding: 0 0 0 38px;
  background: url(../img/logo.svg) no-repeat left center;
  background-size: 30px;
}

.biz-introduction .biz-introduction-in .group-box-sub ul li .group-box-sub-logo .group-box-sub-logo-in p {
  height: 60px;
  display: table-cell;
  vertical-align: middle;
  letter-spacing: -0.1em;
}

.biz-introduction .biz-introduction-in .group-box-sub ul li .group-box-sub-logo .group-box-sub-logo-in p span {
  font-size: 18px;
}

.biz-introduction .biz-introduction-in .group-box-sub ul li .sub-txt {
  font-size: 12px;
  margin-bottom: 10px;
}

.biz-introduction .biz-introduction-in .group-box-sub ul li .sub-link a {
  color: #939393;
  text-decoration: underline;
  font-size: 12px;
}

.biz-introduction .biz-introduction-in .group-box-sub ul li:last-child {
  margin-right: 0;
}

.biz-introduction .biz-introduction-in .group-box-sub ul li:nth-of-type(1) {
  width: 20.5%;
}

.biz-introduction .biz-introduction-in .group-box-sub ul li:nth-of-type(2) {
  width: 15%;
}

.biz-introduction .biz-introduction-in .group-box-sub ul li:nth-of-type(3) {
  width: 15%;
}

.biz-introduction .biz-introduction-in .group-box-sub ul li:nth-of-type(4) {
  width: 19%;
}

.biz-introduction .biz-introduction-in .group-box-sub ul li:nth-of-type(5) {
  width: 25%;
}

/* トレーニングプロセス
----------------------------------------------------*/
.page-training .page-ttl-box {
  margin-bottom: 165px;
}

.training {
  margin-bottom: 490px;
}

.training .bloc-ttl {
  margin-bottom: 80px;
}

.training .training-img {
  margin-bottom: 90px;
}

.training .training-img ul {
  width: 100%;
  letter-spacing: -.4em;
}

.training .training-img ul li {
  width: 33.333%;
  display: inline-block;
}

.training .training-img ul li img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.training .training_table {
  text-align: center;
  margin-bottom: 100px;
}

.training .training-in {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.training .training-in ul {
  letter-spacing: -.4em;
}

.training .training-in ul li {
  width: 300px;
  margin-right: 50px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

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

.training .training-in ul li .training-in-ttl {
  margin-bottom: 15px;
  text-align: center;
  font-size: 20px;
}

.training .training-in ul li .training-in-ttl span {
  display: block;
  color: #e50012;
}

.training .training-in ul li .training-in-img {
  margin-bottom: 20px;
}

.training .training-in ul li .training-in-txt {
  line-height: 2;
}

/* max-width: 1000px
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
  /* 会社紹介
----------------------------------------------------*/
  .message .message-in {
    width: 96%;
  }
  .message .message-in .message-left {
    width: 70%;
  }
  .message .message-in .message-right {
    float: right;
    width: 28%;
  }
  .outline .outline-in {
    width: 96%;
  }
  .biz-introduction .biz-introduction-in {
    width: 96%;
    padding: 27px 20px;
  }
  .biz-introduction .biz-introduction-in .group-box .group-box-left {
    float: none;
  }
  .biz-introduction .biz-introduction-in .group-box .group-box-right {
    float: none;
    padding: 15px 0 0 0;
  }
  .biz-introduction .biz-introduction-in .group-box-sub ul li {
    width: 46% !important;
    display: inline-block;
    margin-right: 5%;
    margin-bottom: 4%;
  }
  .biz-introduction .biz-introduction-in .group-box-sub ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  /* 採用情報
----------------------------------------------------*/
  .ask-image .ask-image-in {
    width: 96%;
  }
  .ask-internship-box {
    width: 96%;
  }
  .ask-internship-box .ask-internship-left {
    display: none;
  }
  .ask-internship-box .ask-internship-right {
    width: 100%;
    float: none;
    padding: 40px 20px;
  }
  .ask-internship-box .ask-internship-right .ttl {
    padding: 10px 20px;
    font-size: 20px;
  }
  .ask-policy-box {
    width: 96%;
    margin: 0 auto 150px;
    overflow: hidden;
  }
  .ask-policy-box .ask-policy-box-in .ask-policy {
    box-sizing: border-box;
    float: none;
    width: 100%;
    padding: 20px 20px 20px;
    color: #fff;
  }
  .ask-policy-box .ask-policy-box-in .ask-policy dl dt {
    width: 7%;
    display: inline-block;
    vertical-align: top;
  }
  .ask-policy-box .ask-policy-box-in .ask-policy dl dd.ttl {
    width: 25%;
    min-height: 0;
    font-size: 30px;
    letter-spacing: .1em;
    line-height: 1.2;
    margin-bottom: 0px;
  }
  .ask-policy-box .ask-policy-box-in .ask-policy dl dd.ttl br {
    display: none;
  }
  .ask-policy-box .ask-policy-box-in .ask-policy dl dd {
    width: 62%;
    min-height: 0;
    padding-left: 2%;
    line-height: 1.8;
    display: inline-block;
    vertical-align: top;
  }
  .recruitment .recruitment-in {
    width: 96%;
  }
  .recruitment .recruitment-in .txt {
    width: 96%;
    margin-bottom: 15px;
  }
  .recruitment .recruitment-in .table-type01 {
    margin-bottom: 150px;
  }
  .process-flow {
    margin-bottom: 150px;
  }
  .process-flow .process-flow-in {
    width: 96%;
  }
  .internship-contact {
    width: 96%;
  }
  .internship-contact .it-con-left {
    display: none;
  }
  .internship-contact .it-con-right {
    float: none;
    width: 100%;
  }
  .internship-contact .it-con-right .it-con-btn {
    text-align: center;
  }
  .internship-contact .it-con-right .it-con-btn .solid_btn a {
    font-size: 20px;
    line-height: 1.2em;
  }
  /* トレーニングプロセス
----------------------------------------------------*/
  .training .training-in {
    width: 96%;
  }
  .training .training-in ul li {
    width: 31%;
    margin-right: 2%;
  }
}

/* max-width: 767px
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .page-ttl-box .bloc-ttl {
    padding-top: 210px;
    padding-bottom: 20px;
  }
  .page-ttl-box .page-anchor-link {
    margin: 55px 0 50px;
  }
  .page-ttl-box .page-anchor-link li {
    margin-bottom: 10px;
  }
  /* 支援や制度について
----------------------------------------------------*/
  .life-event .life-event-in {
    width: 96%;
  }
  .life-event .life-event-in .life-event-ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .life-event .life-event-in .life-event-txt {
    width: 96%;
  }
  .ikukyu {
    margin-bottom: 120px;
  }
  .ikukyu .ikukyu-in {
    width: 96%;
  }
  .ikukyu .ikukyu-in .ikukyu-list li {
    width: 100%;
    min-height: 0;
    display: block;
    margin-bottom: 10px;
  }
  .ikukyu .ikukyu-in .ikukyu-list li:nth-of-type(2) {
    margin-left: 0;
  }
  .ikukyu .ikukyu-in .ikukyu-list li:nth-of-type(3) {
    margin-left: 0;
  }
  .sailing {
    margin-bottom: 140px;
  }
  .sailing .sailing_img {
    margin-bottom: 30px;
    text-align: center;
  }
  .sailing .sailing-in {
    width: 96%;
  }
  .sailing .sailing-in .sailing-ttl {
    margin-bottom: 30px;
  }
  .sailing .sailing-in .sailing-txt {
    margin-bottom: 30px;
    line-height: 2;
  }
  .commendation {
    margin-bottom: 140px;
  }
  .commendation .commendation_img {
    margin-bottom: 30px;
    text-align: center;
  }
  .commendation .commendation-in {
    width: 96%;
    margin: auto;
  }
  .commendation .commendation-in .commendation-ttl {
    margin-bottom: 30px;
  }
  .commendation .commendation-in .commendation-txt {
    margin-bottom: 30px;
  }
  /* 採用情報
----------------------------------------------------*/
  .ask-image .ask-image-in .ask-image-left {
    float: none;
    width: 100%;
  }
  .ask-image .ask-image-in .ask-image-left .ttl {
    color: #d11619;
    font-size: 30px;
    margin-bottom: 30px;
  }
  .ask-image .ask-image-in .ask-image-left .txt {
    line-height: 2;
  }
  .ask-image .ask-image-in .ask-image-right {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .ask-policy-box .ask-policy-box-in .ask-policy dl dt {
    width: 10%;
    vertical-align: middle;
  }
  .ask-policy-box .ask-policy-box-in .ask-policy dl dd.ttl {
    width: 88%;
    vertical-align: middle;
  }
  .ask-policy-box .ask-policy-box-in .ask-policy dl dd {
    width: 100%;
  }
  .process-flow {
    margin-bottom: 80px;
  }
  .process-flow .process-flow-in .process-flow-txt01 {
    width: 96%;
  }
  .process-flow .process-flow-in .process-flow-txt02 {
    width: 96%;
  }
  .process-flow .process-flow-in .process-setp_box {
    text-align: left;
    background: none;
  }
  .process-flow .process-flow-in .process-setp_box dl dt {
    width: 25%;
  }
  .process-flow .process-flow-in .process-setp_box dl dd {
    width: 73%;
    padding-right: 2%;
  }
  .internship {
    margin-bottom: 70px;
  }
  .internship .bloc-ttl {
    margin-bottom: 85px;
  }
  .internship .internship-in {
    width: 96%;
    margin: 0 auto;
  }
  .internship .internship-in img {
    vertical-align: top;
  }
  .internship .internship-in .internship-img {
    margin-bottom: 90px;
  }
  .internship-table table th {
    width: 21%;
  }
  .internship-table table th.it_a span,
  .internship-table table th.it_b span,
  .internship-table table th.it_c span {
    border-radius: 100px;
  }
  .internship-table table td {
    vertical-align: top;
  }
  .internship-table table td.it_time,
  .internship-table table td.it_time2 {
    width: 21%;
    padding: 30px 0;
    background-color: #f6d0d1;
    text-align: center;
  }
  .internship-table table td.it_time2 {
    background-color: #f9e3e3;
  }
  .internship-table table td.it_td3 {
    vertical-align: middle;
    font-size: 22px;
  }
  .internship-table table td span.it_td {
    box-sizing: border-box;
    display: block;
    padding: 15px 2%;
    margin-left: 7%;
    background-color: #f9e3e3;
    text-align: center;
    font-size: 15px;
  }
  .internship-table table td span.it_td span {
    display: block;
    background-color: #da4547;
    margin-right: 2%;
    padding: 2% 5%;
    color: #fff;
    border-radius: 20px;
  }
  .internship-contact {
    margin-bottom: 70px;
  }
  /* 会社紹介
----------------------------------------------------*/
  .message {
    margin-bottom: 85px;
  }
  .message .bloc-ttl {
    margin-bottom: 70px;
  }
  .message .message-in {
    width: 96%;
  }
  .message .message-in .message-left {
    float: none;
    width: 100%;
  }
  .message .message-in .message-left .message-ttl {
    font-size: 22px;
    margin-bottom: 40px;
    text-align: center;
  }
  .message .message-in .message-left p {
    line-height: 2;
    margin-bottom: 2em;
  }
  .message .message-in .message-right {
    float: none;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .outline {
    margin-bottom: 85px;
  }
  .outline .bloc-ttl {
    margin-bottom: 70px;
  }
  .outline .outline-in {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
  }
  .outline .outline-in .outline-table {
    border-bottom: 2px solid #d4d4d4;
  }
  .outline .outline-in .outline-table th, .outline .outline-in .outline-table td {
    display: block;
  }
  .outline .outline-in .outline-table th {
    width: 100%;
    padding: 15px 6px;
    border-bottom: none;
    border-right: 2px solid #d4d4d4;
  }
  .outline .outline-in .outline-table td {
    padding: 20px 6px 20px 15px;
    border-bottom: none;
    border-left: 2px solid #d4d4d4;
  }
  .outline .outline-in .outline-table td .map-link {
    float: none;
    display: block;
    max-width: 100px;
    margin-right: 0;
    margin-top: 10px;
    padding: 5px 20px;
    text-align: center;
  }
  .biz-introduction {
    margin-bottom: 85px;
  }
  /* トレーニングプロセス
----------------------------------------------------*/
  .page-training .page-ttl-box {
    margin-bottom: 80px;
  }
  .training {
    margin-bottom: 80px;
  }
  .training .bloc-ttl {
    margin-bottom: 40px;
  }
  .training .training-img {
    margin-bottom: 45px;
  }
  .training .training-img ul {
    width: 100%;
  }
  .training .training-img ul li {
    width: 100%;
    display: block;
  }
  .training .training_table {
    width: 96%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .training .training-in ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    display: block;
  }
  .training .training-in ul li .training-in-img {
    text-align: center;
    margin-bottom: 20px;
  }
}

/* イベントカレンダー
----------------------------------------------------*/
.event-img-box {
  margin-bottom: 90px;
}

.event-img-box ul {
  width: 100%;
  letter-spacing: -.4em;
}

.event-img-box ul li {
  width: 25%;
  display: inline-block;
}

.event-img-box ul li img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.event-box {
  text-align: center;
}

.event-box .fukidashi-box {
  width: 1180px;
  margin: auto;
}

.event-box .fukidashi {
  position: relative;
  display: inline-block;
  margin-bottom: 100px;
  padding: 10px 50px;
  background-color: #333;
  border-radius: 50px;
  color: #fff;
  font-size: 30px;
}

.event-box .fukidashi::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #333 transparent transparent transparent;
}

.event-box .event-bg {
  position: relative;
  width: 1180px;
  padding-top: 85px;
  padding-bottom: 40px;
  margin: 0 auto 90px;
  background-color: #fffbeb;
}

.event-box .event-bg .icon_camera {
  text-align: center;
  margin-top: -135px;
  margin-bottom: 55px;
}

.event-box .event-bg .event-box-in {
  width: 1000px;
  margin: 0 auto 60px;
  text-align-last: left;
}

.event-box .event-bg .event-box-in ul {
  letter-spacing: -.4em;
}

.event-box .event-bg .event-box-in ul li {
  display: inline-block;
  width: 300px;
  margin-right: 50px;
  margin-bottom: 50px;
  letter-spacing: normal;
}

.event-box .event-bg .event-box-in ul li:nth-of-type(3n) {
  margin-right: 0;
}

.event-box .event-bg .event-box-in ul li img {
  vertical-align: top;
}

.csr-box {
  width: 1000px;
  margin: 0 auto 60px;
}

.csr-box .left {
  float: left;
  width: 700px;
  margin-bottom: 100px;
  line-height: 2;
  text-align: left;
}

.csr-box .left .ttl {
  margin-bottom: 30px;
  font-size: 20px;
}

.csr-box .left p {
  margin-bottom: 20px;
}

.csr-box .right {
  float: right;
  width: 260px;
}

.csr-box .actv-btn {
  margin-bottom: 100px;
}

/* 先輩社員紹介
----------------------------------------------------*/
.page-seniors .page-ttl-box {
  margin-bottom: 130px;
}

.seniors-box .seniors-box-in {
  width: 1000px;
  margin: 0 auto 60px;
  overflow: hidden;
}

.seniors-box .seniors-box-in .seniors-box-left {
  float: left;
  width: 700px;
}

.seniors-box .seniors-box-in .seniors-box-left .ttl-box {
  overflow: hidden;
  margin-bottom: 60px;
}

.seniors-box .seniors-box-in .seniors-box-left .ttl-box dl.ttl-box-in dt {
  float: left;
  width: 140px;
}

.seniors-box .seniors-box-in .seniors-box-left .ttl-box dl.ttl-box-in dt.sp {
  display: none;
}

.seniors-box .seniors-box-in .seniors-box-left .ttl-box dl.ttl-box-in dt.pc {
  display: block;
}

.seniors-box .seniors-box-in .seniors-box-left .ttl-box dl.ttl-box-in dd {
  float: right;
  width: 530px;
  padding-top: 25px;
}

.seniors-box .seniors-box-in .seniors-box-left .ttl-box dl.ttl-box-in dd .ttl {
  width: 100%;
  margin-bottom: 5px;
  padding-bottom: 5px;
  color: #d11619;
  font-size: 30px;
  border-bottom: 2px solid #d11619;
}

.seniors-box .seniors-box-in .seniors-box-left .ttl-box dl.ttl-box-in dd .txt {
  text-align: right;
  font-size: 26px;
}

.seniors-box .seniors-box-in .seniors-box-left .ttl-box dl.ttl-box-in dd .txt span {
  font-size: 14px;
  margin-right: 20px;
}

.seniors-box .seniors-box-in .seniors-box-left .txt-box {
  clear: both;
}

.seniors-box .seniors-box-in .seniors-box-left .txt-box dl {
  margin-bottom: 90px;
}

.seniors-box .seniors-box-in .seniors-box-left .txt-box dl dt {
  padding: 17px 0 17px 75px;
  background: url(../img/seniors/icon01.png) 0 0 no-repeat;
  font-size: 26px;
}

.seniors-box .seniors-box-in .seniors-box-left .txt-box dl dd {
  line-height: 2;
}

.seniors-box .seniors-box-in .seniors-box-left .txt-box dl:nth-of-type(2) {
  margin-bottom: 0;
}

.seniors-box .seniors-box-in .seniors-box-left .txt-box dl:nth-of-type(2) dt {
  background: url(../img/seniors/icon02.png) 0 0 no-repeat;
}

.seniors-box .seniors-box-in .seniors-box-right {
  float: right;
  width: 260px;
}

.entry-txt-box {
  position: relative;
  width: 1000px;
  margin: 0 auto 160px;
  background-color: #f9e3e3;
}

.entry-txt-box .img-entry {
  position: absolute;
  top: -30px;
  left: 45px;
}

.entry-txt-box .entry-txt-box-in {
  float: right;
  width: 63%;
  padding: 40px 55px 40px;
  line-height: 1.7;
}

/* クロストーク
----------------------------------------------------*/
.talking-box .talking-img {
  text-align: center;
  margin-bottom: 95px;
}

.talking-box .talking-img img {
  min-width: 100%;
  height: auto;
}

.talking-box .bloc-ttl {
  margin-bottom: 80px;
}

.talking-box .talking-box-txt {
  width: 700px;
  margin: 0 auto 80px;
  line-height: 2;
}

.talking-box .talking-member-bg {
  position: relative;
  width: 1180px;
  margin: auto;
  background-color: #fffbeb;
}

.talking-box .talking-member-bg .fukidashi {
  position: relative;
  top: -40px;
  left: 37%;
  display: inline-block;
  padding: 10px 50px;
  background-color: #d11619;
  border-radius: 50px;
  color: #fff;
  font-size: 30px;
}

.talking-box .talking-member-bg .fukidashi::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #d11619 transparent transparent transparent;
}

.talking-box .talking-member-bg .talking-member-box {
  width: 1000px;
  margin: 0 auto 20px;
  overflow: hidden;
}

.talking-box .talking-member-bg .talking-member-box .talking-member-box-in {
  float: left;
  box-sizing: border-box;
  width: 18.4%;
  margin-right: 2%;
  padding: 30px 10px;
  background-color: #ffd6e8;
  text-align: center;
  border-radius: 10px;
}

.talking-box .talking-member-bg .talking-member-box .talking-member-box-in .member-img {
  margin-bottom: 5px;
}

.talking-box .talking-member-bg .talking-member-box .talking-member-box-in .member-neme {
  margin-bottom: 5px;
  font-size: 22px;
}

.talking-box .talking-member-bg .talking-member-box .talking-member-box-in .member-data {
  display: inline-block;
  background-color: #ff738c;
  margin-bottom: 20px;
  padding: 2px 20px;
  color: #fff;
  font-size: 12px;
  border-radius: 10px;
}

.talking-box .talking-member-bg .talking-member-box .talking-member-box-in .member-txt {
  font-size: 14px;
  text-align: left;
  line-height: 1.8;
}

.talking-box .talking-member-bg .talking-member-box .talking-member-box-in:nth-of-type(2) {
  background-color: #ffffaa;
}

.talking-box .talking-member-bg .talking-member-box .talking-member-box-in:nth-of-type(2) .member-data {
  background-color: #ffc800;
}

.talking-box .talking-member-bg .talking-member-box .talking-member-box-in:nth-of-type(3) {
  background-color: #d0e9a0;
}

.talking-box .talking-member-bg .talking-member-box .talking-member-box-in:nth-of-type(3) .member-data {
  background-color: #8cc63f;
}

.talking-box .talking-member-bg .talking-member-box .talking-member-box-in:nth-of-type(4) {
  background-color: #c5f6ff;
}

.talking-box .talking-member-bg .talking-member-box .talking-member-box-in:nth-of-type(4) .member-data {
  background-color: #29abe2;
}

.talking-box .talking-member-bg .talking-member-box .talking-member-box-in:nth-of-type(5) {
  background-color: #dbd0ff;
}

.talking-box .talking-member-bg .talking-member-box .talking-member-box-in:nth-of-type(5) .member-data {
  background-color: #ad6daf;
}

.talking-box .talking-member-bg .talking-member-box .talking-member-box-in:last-child {
  margin-right: 0;
}

.talking-box .talking-img2 {
  text-align: center;
  margin-bottom: 140px;
}

.talking-facilitator-box {
  position: relative;
  box-sizing: border-box;
  width: 1000px;
  height: 200px;
  margin: 0 auto 90px;
  padding: 4% 9% 4% 0;
  background-color: #ffcb7c;
  border-radius: 10px;
}

.talking-facilitator-box .left {
  position: absolute;
  top: -14px;
  left: 104px;
}

.talking-facilitator-box .right {
  float: right;
  width: 450px;
}

.talking-facilitator-box .right .member-data {
  display: inline-block;
  background-color: #ff738c;
  margin-bottom: 20px;
  padding: 2px 20px;
  color: #fff;
  font-size: 12px;
  border-radius: 10px;
}

.talking-facilitator-box .right .member-txt {
  margin-bottom: 10px;
}

.environment {
  width: 1000px;
  margin: 0 auto 130px;
  overflow: hidden;
}

.environment .ttl {
  background-color: #d11619;
  margin-bottom: 60px;
  padding: 10px 20px;
  color: #fff;
  font-size: 30px;
  text-align: center;
  border-radius: 30px;
}

.environment dl {
  margin-bottom: 32px;
  overflow: hidden;
}

.environment dl dt {
  clear: both;
  float: left;
  width: 7%;
}

.environment dl dd {
  float: right;
  width: 90%;
  line-height: 1.6;
}

.environment dl dd span {
  color: #ff8200;
}

.environment dl dd span.user01 {
  color: #ff738c;
}

.environment dl dd span.user02 {
  color: #ffc800;
}

.environment dl dd span.user03 {
  color: #8cc63f;
}

.environment dl dd span.user04 {
  color: #29abe2;
}

.environment dl dd span.user05 {
  color: #ad6daf;
}

.environment .talking-img3 {
  margin-bottom: 140px;
  text-align: center;
}

.environment .talking-img4 {
  margin-bottom: 70px;
}

/* max-width: 767px
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  /* イベントカレンダー
----------------------------------------------------*/
  .event-img-box {
    margin-bottom: 50px;
  }
  .event-img-box ul {
    width: 100%;
  }
  .event-img-box ul li {
    width: 50%;
  }
  .event-box .fukidashi-box {
    width: 96%;
  }
  .event-box .fukidashi {
    padding: 10px 20px;
    font-size: 20px;
  }
  .event-box .event-bg {
    width: 96%;
    margin: 0 auto 50px;
    padding-bottom: 0px;
  }
  .event-box .event-bg .event-box-in {
    width: 96%;
  }
  .event-box .event-bg .event-box-in ul {
    text-align: left;
  }
  .event-box .event-bg .event-box-in ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .event-box .event-bg .event-box-in ul li:nth-of-type(3n) {
    margin-right: 4%;
  }
  .event-box .event-bg .event-box-in ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .csr-box {
    width: 96%;
    margin: 0 auto 60px;
  }
  .csr-box .left {
    float: none;
    width: 100%;
    margin-bottom: 50px;
    line-height: 2;
    text-align-last: left;
  }
  .csr-box .left .ttl {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .csr-box .left p {
    margin-bottom: 20px;
  }
  .csr-box .right {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .csr-box .actv-btn {
    margin-bottom: 50px;
  }
  /* 先輩社員紹介
----------------------------------------------------*/
  .page-seniors .page-ttl-box {
    margin-bottom: 40px;
  }
  .seniors-box .seniors-box-in {
    width: 96%;
    margin: 0 auto 60px;
  }
  .seniors-box .seniors-box-in .seniors-box-left {
    width: 63%;
  }
  .seniors-box .seniors-box-in .seniors-box-left .ttl-box {
    margin-bottom: 15px;
  }
  .seniors-box .seniors-box-in .seniors-box-left .ttl-box dl.ttl-box-in dt {
    float: none;
    width: 100%;
    padding: 10px 20px;
    background-color: #d11619;
    color: #fff;
    font-size: 24px;
  }
  .seniors-box .seniors-box-in .seniors-box-left .ttl-box dl.ttl-box-in dt.pc {
    display: none;
  }
  .seniors-box .seniors-box-in .seniors-box-left .ttl-box dl.ttl-box-in dt.sp {
    display: block;
  }
  .seniors-box .seniors-box-in .seniors-box-left .ttl-box dl.ttl-box-in dd {
    float: none;
    width: 100%;
    padding-top: 10px;
  }
  .seniors-box .seniors-box-in .seniors-box-left .ttl-box dl.ttl-box-in dd .ttl {
    width: 100%;
    font-size: 20px;
    border-bottom: 1px solid #d11619;
  }
  .seniors-box .seniors-box-in .seniors-box-left .ttl-box dl.ttl-box-in dd .txt {
    text-align: right;
    font-size: 18px;
  }
  .seniors-box .seniors-box-in .seniors-box-left .ttl-box dl.ttl-box-in dd .txt span {
    font-size: 14px;
    margin-right: 10px;
  }
  .seniors-box .seniors-box-in .seniors-box-left .txt-box dl {
    margin-bottom: 30px;
  }
  .seniors-box .seniors-box-in .seniors-box-left .txt-box dl dt {
    padding: 2% 0 2% 40px;
    background: url(../img/seniors/icon01.png) 0 0 no-repeat;
    background-size: 35px;
    font-size: 20px;
  }
  .seniors-box .seniors-box-in .seniors-box-left .txt-box dl dd {
    line-height: 1.4;
    font-size: 14px;
  }
  .seniors-box .seniors-box-in .seniors-box-left .txt-box dl:nth-of-type(2) {
    margin-bottom: 0;
  }
  .seniors-box .seniors-box-in .seniors-box-left .txt-box dl:nth-of-type(2) dt {
    background: url(../img/seniors/icon02.png) 0 0 no-repeat;
    background-size: 35px;
  }
  .seniors-box .seniors-box-in .seniors-box-right {
    float: right;
    width: 35%;
  }
  .entry-txt-box {
    position: relative;
    width: 96%;
    margin: 0 auto 60px;
    background-color: #f9e3e3;
  }
  .entry-txt-box .img-entry {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .entry-txt-box .entry-txt-box-in {
    float: right;
    width: 100%;
    padding: 160px 10px 10px;
    line-height: 1.4;
    font-size: 14px;
  }
  /* クロストーク
----------------------------------------------------*/
  .talking-box .bloc-ttl {
    margin-bottom: 80px;
  }
  .talking-box .talking-box-txt {
    width: 96%;
  }
  .talking-box .talking-member-bg {
    width: 96%;
    padding-top: 3%;
    text-align: center;
  }
  .talking-box .talking-member-bg .fukidashi {
    position: static;
    margin-bottom: 3%;
    font-size: 24px;
  }
  .talking-box .talking-member-bg .fukidashi::after {
    border: none;
  }
  .talking-box .talking-member-bg .talking-member-box {
    width: 96%;
    margin: 0 auto 20px;
    overflow: hidden;
  }
  .talking-box .talking-member-bg .talking-member-box .talking-member-box-in {
    float: left;
    box-sizing: border-box;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .talking-box .talking-member-bg .talking-member-box .talking-member-box-in:nth-of-type(2) {
    margin-right: 0;
  }
  .talking-box .talking-member-bg .talking-member-box .talking-member-box-in:nth-of-type(4) {
    margin-right: 0;
  }
  .talking-facilitator-box {
    position: relative;
    box-sizing: border-box;
    width: 96%;
    height: auto;
    margin: 0 auto 90px;
    padding: 3% 3%;
    background-color: #ffcb7c;
    border-radius: 10px;
  }
  .talking-facilitator-box .left {
    position: static;
    text-align: center;
    margin-bottom: 20px;
  }
  .talking-facilitator-box .right {
    float: none;
    width: 100%;
  }
  .talking-facilitator-box .right .member-data {
    display: inline-block;
    background-color: #ff738c;
    margin-bottom: 20px;
    padding: 2px 20px;
    color: #fff;
    font-size: 12px;
    border-radius: 10px;
  }
  .environment {
    width: 96%;
    margin: 0 auto 130px;
    overflow: hidden;
  }
  .environment .ttl {
    margin-bottom: 40px;
    padding: 8px 20px;
    font-size: 24px;
  }
  .environment dl dt {
    width: 10%;
  }
  .environment dl dd {
    width: 85%;
  }
  .environment .talking-img3 {
    margin-bottom: 80px;
  }
  .environment .talking-img4 {
    margin-bottom: 0px;
  }
}

.ft {
  text-align: center;
}

.ft-main {
  width: 100%;
  background: #fff;
  padding: 20px 0;
}

.ft-tel, .ft-tel dt, .ft-tel dd, .ft-entry {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.ft-tel {
  margin-right: 30px;
}

.ft-tel dt {
  margin-right: 10px;
  font-size: 30px;
  font-weight: bold;
}

.ft-tel dd b, .ft-tel dd span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.ft-tel dd b {
  padding-left: 50px;
  background: url(../img/ico-tel.svg) no-repeat left center;
  background-size: 40px;
  color: #d11619;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
}

.ft-tel dd span {
  margin-left: 10px;
  padding: 5px 15px;
  background: #ececec;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
}

.ft-rights {
  background: #e0e0e0;
  overflow: hidden;
}

.ft-rights--l {
  float: left;
}

.ft-rights--l a {
  display: block;
  padding: 0 30px;
  line-height: 100px;
}

.ft-rights--l a:hover {
  text-decoration: underline;
}

.ft-rights--r {
  float: right;
}

.ft-rights--r p, .ft-rights--r div {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.ft-rights--r p {
  margin-right: 30px;
  font-weight: bold;
}

.ft-rights--r p a {
  font-weight: bold;
}

.ft-rights--r p a:hover {
  background: #eee;
}

.ft-rights--r div a {
  display: block;
  width: 100px;
  height: 100px;
  line-height: 120px;
  background: #adadad;
}
