/* ==========================================================================
   top page
   ========================================================================== */
.main-visual {
  position: relative;
  background: url(/2027/img/index_mainvisual_img01.jpg) no-repeat;
  background-size: cover;
  padding-top: 36%;
}
@media screen and (max-width: 767px) {
  .main-visual {
    overflow: hidden;
    padding-top: 60%;
    margin-left: -33.466667%;
    margin-right: -33.466667%;
  }
}
.main-visual_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-visual_inner .main-visual_txt {
  display: table;
  width: 100%;
  height: 100%;
}
.main-visual_inner p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 7.2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .main-visual_inner p {
    font-size: 3.6rem;
  }
}
.index-section {
  width: 100%;
}
.index-section_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .index-section_inner {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.index-section_title {
  margin: 0 auto;
}
.index-section_title img {
  width: 100%;
  height: auto;
}
.index-head_txt {
  text-align: center;
  color: #fd6f31;
  font-size: 1.6rem;
  margin-top: 13.4px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .index-head_txt {
    font-size: 1.4rem;
    margin-top: 18.4px;
  }
}
.index-vision {
  position: relative;
}
.index-vision:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 20px;
  height: 38px;
  background: url(/2027/img/index_mainvisual_bg01.png) no-repeat;
  background-size: 20px auto;
  -webkit-animation: arrow 2s ease infinite;
          animation: arrow 2s ease infinite;
}
.index-vision:after {
  content: "";
  display: block;
  position: absolute;
  left: -100%;
  top: 100%;
  padding-top: 2.2694%;
  width: 200%;
  height: auto;
  background: url(/2027/img/index_people_bg01.png) no-repeat;
  background-size: 100% auto;
  -webkit-animation: wave 10s linear infinite;
          animation: wave 10s linear infinite;
}
@media screen and (max-width: 767px) {
  .index-vision:after {
    -webkit-animation: wave 7s linear infinite;
            animation: wave 7s linear infinite;
  }
}
.index-vision {
  background: #ff903e;
}
.index-vision .index-section_inner {
  padding-top: 57px;
  padding-bottom: 67px;
}
.index-vision p {
  color: #fff;
  text-align: center;
}
.index-vision p:first-child {
  font-size: 2.0rem;
  line-height: 2.4;
}
.index-vision p:nth-child(2) {
  font-size: 3.6rem;
  line-height: 2.0;
  display: table;
  margin: 0 auto;
  position: relative;
}
.index-vision p:nth-child(2):before,
.index-vision p:nth-child(2):after {
  content: "";
  width: 27px;
  height: 23px;
  position: absolute;
  top: 8px;
}
.index-vision p:nth-child(2):before {
  background: url(/2027/img/index_vision_bg01.png) no-repeat;
  background-size: 27px auto;
  left: -52px;
}
.index-vision p:nth-child(2):after {
  background: url(/2027/img/index_vision_bg02.png) no-repeat;
  background-size: 27px auto;
  right: -17px;
}
.index-vision p:nth-child(3) {
  font-size: 3.0rem;
  line-height: 2.0;
  display: table;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .index-vision .index-section_inner {
    padding-top: 42.5px;
    padding-bottom: 52px;
  }
  .index-vision p {
    color: #fff;
    text-align: center;
  }
  .index-vision p:first-child {
    font-size: 1.5rem;
    line-height: 2.0;
  }
  .index-vision p:nth-child(2) {
    font-size: 2.8rem;
    line-height: 1.3;
    display: table;
    margin: 0 auto;
  }
  .index-vision p:nth-child(2):before,
  .index-vision p:nth-child(2):after {
    width: 18px;
    height: 16px;
    position: absolute;
    background-size: 18px auto;
    top: 24.5px;
  }
  .index-vision p:nth-child(2):before {
    left: -33px;
  }
  .index-vision p:nth-child(2):after {
    right: -11px;
  }
  .index-vision p:nth-child(3) {
    font-size: 2.0rem;
    line-height: 2.0;
    display: table;
    margin: 0 auto;
  }
}
.index-people {
  position: relative;
}
.index-people .index-section_inner {
  padding-top: 105px;
  padding-bottom: 82px;
}
.index-people .index-section_title {
  width: 146px;
}
@media screen and (max-width: 767px) {
  .index-people .index-section_inner {
    padding-top: 57px;
    padding-bottom: 50px;
  }
  .index-people .index-section_title {
    width: 116px;
  }
}
.index_people_cont {
  width: 100%;
  font-size: 0;
  margin-top: 2.833333%;
  text-align: center;
}
.index_people_cont > li {
/*  width: 32.666667%; */
  width: 18.777778%;
  display: inline-block;
  margin-left: 1%;
/*  margin-left: 5%; */
}
.index_people_cont > li:first-child {
  margin-left: 0;
}
.index_people_cont > li a {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.index_people_cont > li a img {
  width: 100%;
  height: auto;
}
.index_people_cont > li a:hover {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
@media screen and (max-width: 767px) {
  .index_people_cont {
    margin-top: 3.884058%;
  }
  .index_people_cont > li {
    width: 100%;
    max-width: 345px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
  }
  .index_people_cont > li:first-child {
    margin-left: auto;
  }
  .index_people_cont > li a {
    width: 100%;
    display: block;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .index_people_cont > li a img {
    width: 100%;
    height: auto;
  }
  .index_people_cont > li a:hover {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: scale(1.05, 1.05);
        -ms-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
}
.index-about {
  position: relative;
  background: url(/2027/img/index_about_bg02.png);
}
.index-about .index-section_inner {
  padding-top: 68px;
  padding-bottom: 107px;
}
.index-about .index-section_title {
  width: 141px;
}
.index-about:before {
  content: "";
  position: absolute;
  top: 0;
  background: url(/2027/img/index_about_bg01.png) no-repeat;
  width: 100%;
  height: auto;
  background-size: 100% auto;
  padding-top: 2.196193%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .index-about .index-section_inner {
    padding-top: 60px;
    padding-bottom: 93px;
  }
  .index-about .index-section_title {
    width: 113px;
  }
}
.index-about_content {
  padding-top: 43.166667%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.index-about_content p {
  position: absolute;
}
.index-about_content p img {
  width: 100%;
  height: auto;
}
.index-about_content p:first-child {
  width: 50%;
  height: auto;
  top: 0;
}
.index-about_content p:nth-child(2) {
  width: 26.666667%;
  height: auto;
  top: 63.3320463%;
}
@media screen and (max-width: 767px) {
  .index-about_content {
    padding-top: 60.289855%;
    padding-bottom: 130px;
  }
  .index-about_content p:first-child {
    width: 97.971014%;
    top: 0;
  }
  .index-about_content p:nth-child(2) {
    display: none;
  }
}
.index-about_local_title h3 {
  width: 40%;
  height: auto;
  top: 20.46332%;
  position: absolute;
}
.index-about_local_title h3 img {
  width: 100%;
  height: auto;
}
.index-about_local_title h3:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/2027/img/index_about_bg03.png) no-repeat;
  background-size: 100% auto;
  pointer-events: none;
  top: 8.503401%;
}
.index-about_local_title h3 a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 9px;
}
.index-about_local_title h3 a:after {
  content: "";
  height: 90%;
  width: 100%;
  left: 0;
  position: absolute;
  top: 55%;
  -webkit-transform: translate3d(-50%, 0, 0) rotate(-66deg);
          transform: translate3d(-50%, 0, 0) rotate(-66deg);
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  background: #fff;
  opacity: 0.2;
}
.index-about_local_title h3 a:hover:after {
  -webkit-animation: btnHover 0.6s;
          animation: btnHover 0.6s;
}
@media screen and (max-width: 767px) {
  .index-about_local_title h3 {
    width: 271px;
    position: absolute;
    top: auto;
    bottom: 0;
  }
}
.index-about_keword {
  margin-top: 4.683333%;
}
.index-about_keword p:first-child {
  left: 39.333333%;
}
.index-about_keword p:nth-child(2) {
  left: 69.333333%;
}
.index-about_keword h3 {
  left: 4.5%;
}
.index-about_keword h3:before {
  left: 5.208333%;
}
@media screen and (max-width: 767px) {
  .index-about_keword {
    margin-top: 8.231884%;
  }
  .index-about_keword p:first-child {
    left: auto;
    right: -15px;
  }
  .index-about_keword h3 {
    left: 0;
  }
}
.index-about_career {
  margin-top: 0.583333%;
}
.index-about_career p:first-child {
  right: 39.333333%;
}
.index-about_career p:nth-child(2) {
  right: 69.333333%;
}
.index-about_career h3 {
  right: 4.5%;
}
.index-about_career h3:before {
  right: 5.208333%;
}
@media screen and (max-width: 767px) {
  .index-about_career {
    margin-top: 15.652174%;
  }
  .index-about_career p:first-child {
    right: auto;
    left: -15px;
  }
  .index-about_career h3 {
    right: 0;
  }
}
.index-messege {
  background: #ff903e;
  position: relative;
}
.index-messege .index-section_inner {
  position: relative;
  padding-top: 100px;
  padding-bottom: 94px;
}
.index-messege .btn {
  margin-top: 53px;
}
.index-messege:before {
  content: "";
  display: block;
  position: absolute;
  left: -100%;
  padding-top: 2.2694%;
  width: 200%;
  bottom: 99%;
  height: auto;
  background: url(/2027/img/index_message_bg01.png) no-repeat;
  background-size: 100% auto;
  -webkit-animation: wave 10s linear infinite;
          animation: wave 10s linear infinite;
}
@media screen and (max-width: 767px) {
  .index-messege:before {
    -webkit-animation: wave 7s linear infinite;
            animation: wave 7s linear infinite;
  }
}
@media screen and (max-width: 767px) {
  .index-messege .index-section_inner {
    padding-top: 82.5px;
    padding-bottom: 65px;
  }
  .index-messege .btn {
    margin-top: 34.5px;
  }
}
.index-message_title {
  width: 57.333333%;
  max-width: 688px;
  height: auto;
  position: absolute;
  top: -44px;
  left: -46px;
  z-index: 150;
}
.index-message_title img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .index-message_title {
    top: -30px;
    left: 14px;
    max-width: 306px;
    width: 90%;
  }
}
.index-message_text {
  color: #fff;
  line-height: 2.6;
  font-size: 1.8em;
  text-align: center;
  position: relative;
  z-index: 200;
}
@media screen and (max-width: 767px) {
  .index-message_text {
    font-size: 1.5rem;
    line-height: 2.0;
  }
}
.footer_sitemap {
  display: table;
  width: 100%;
  border-top: 1px #ced0d1 solid;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.footer_sitemap li {
  display: table-cell;
  border-left: 1px #ced0d1 solid;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .footer_sitemap {
    border-top: none;
  }
  .footer_sitemap li {
    display: block;
    border-top: 1px #ced0d1 solid;
    border-left: none;
    width: 100%;
  }
}
.footer_sitemap_column {
  display: block;
  text-align: center;
  padding-top: 38px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer_sitemap_column .footer_sitemap_column_icon {
  width: 85px;
  height: 85px;
  margin: 0 auto 13px;
}
.footer_sitemap_column .footer_sitemap_column_icon img {
  width: 100%;
  height: auto;
}
.footer_sitemap_column p {
  font-size: 2.0rem;
  line-height: 1.3;
  color: #000;
}
.footer_sitemap_column:hover {
  background: #ffe2d6;
}
.footer_sitemap_column:first-child {
  border: none;
}
.footer_sitemap_column:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .footer_sitemap_column {
    text-align: left;
    position: relative;
    padding: 25.3px 15px 27.3px 90px;
  }
  .footer_sitemap_column .footer_sitemap_column_icon {
    height: 48px;
    width: 48px;
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
  .footer_sitemap_column p {
    font-size: 1.8rem;
    line-height: 1.3;
    color: #000;
  }
  .footer_sitemap_column:first-child {
    border: none;
  }
  .footer_sitemap_column:hover {
    text-decoration: none;
  }
}
/* animation*/
@-webkit-keyframes arrow {
  0% {
    top: -20px;
  }
  40% {
    top: -5px;
  }
  100% {
    top: -20px;
  }
}
@keyframes arrow {
  0% {
    top: -20px;
  }
  40% {
    top: -5px;
  }
  100% {
    top: -20px;
  }
}
@-webkit-keyframes btnHover {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0) rotate(-66deg);
            transform: translate3d(-50%, 0, 0) rotate(-66deg);
  }
  100% {
    -webkit-transform: translate3d(180%, 0, 0) rotate(-66deg);
            transform: translate3d(180%, 0, 0) rotate(-66deg);
  }
}
@keyframes btnHover {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0) rotate(-66deg);
            transform: translate3d(-50%, 0, 0) rotate(-66deg);
  }
  100% {
    -webkit-transform: translate3d(180%, 0, 0) rotate(-66deg);
            transform: translate3d(180%, 0, 0) rotate(-66deg);
  }
}
@-webkit-keyframes wave {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@keyframes wave {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
/* modules*/
.btn {
  max-width: 300px;
  width: 100%;
  margin-top: 20px;
}
.btn a {
  display: block;
  position: relative;
  text-align: center;
  border: 2px #fff solid;
  border-radius: 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 32px auto;
  background-position: center right 18px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.3;
  padding: 17.6px 0 16.6px;
}
.btn a:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 27px;
  text-decoration: none;
}
.btn a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 18px;
  width: 32px;
  height: 8px;
  background: url(/2027/img/index_message_bg02.png) no-repeat;
  background-size: 32px auto;
}
.btn.opt-center {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .btn a {
    font-size: 1.5rem;
    padding: 18px 0;
  }
}
/* --------------------------------------------
  requirements
-------------------------------------------- */
.requirements_section_title {
  color: #fd6f31;
  text-align: center;
  margin-top: 62.4px;
  margin-bottom: 53.8px;
}
.requirements_section_title h2 {
  font-weight: normal;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .requirements_section_title {
    margin-top: 52.6px;
    margin-bottom: 33.6px;
  }
  .requirements_section_title h2 {
    font-size: 2.4rem;
  }
}
.requirements_local_title {
  color: #222;
  text-align: center;
}
.requirements_local_title h3 {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .requirements_local_title h3 {
    font-size: 2.0rem;
  }
}
.requirements_sub_title {
  color: #fd6f31;
  text-align: center;
  margin-top: 46px;
}
.requirements_sub_title.text01 {
  margin-top: 86.8px;
}
.requirements_sub_title h4 {
  font-size: 3.2rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .requirements_sub_title {
    text-align: left;
    margin-top: 39.4px;
  }
  .requirements_sub_title.txt01 {
    margin-top: 53.4px;
  }
  .requirements_sub_title h4 {
    font-size: 2.2rem;
    line-height: 1.6;
    letter-spacing: 1px;
  }
}
.requirements_row_title {
  color: #222;
  text-align: center;
  margin-top: 45.8px;
  position: relative;
}
.requirements_row_title h5 {
  font-size: 2.0rem;
}
.requirements_row_title:before,
.requirements_row_title:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 22.5%;
  height: 1px;
  background: url(/2027/information/img/requirements_bg03.png) repeat-x;
  background-size: auto  1px;
}
.requirements_row_title:before {
  left: 17.5%;
}
.requirements_row_title:after {
  right: 17.5%;
}
@media screen and (max-width: 767px) {
  .requirements_row_title {
    margin-top: 23.6px;
  }
  .requirements_row_title h5 {
    font-size: 1.8rem;
  }
  .requirements_row_title:before,
  .requirements_row_title:after {
    width: 18.84058%;
  }
  .requirements_row_title:before {
    left: 4.347826%;
  }
  .requirements_row_title:after {
    right: 4.347826%;
  }
}
@media screen and (max-width: 767px) {
  .requirements_img_wrap {
    overflow: hidden;
    margin-left: -15%;
    margin-right: -15%;
  }
}
.requirements_img {
  width: 100%;
  height: auto;
  position: relative;
}
.requirements_img img {
  width: 100%;
  height: auto;
}
.requirements_logo img {
  width: 360px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .requirements_logo img {
    max-width: 220px;
    height: auto;
  }
}
.requirements_cont_top {
  position: relative;
  background: #fff;
  margin: 0 auto 82px;
  /* padding: 74.8px 0 82px; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
}
.requirements_cont {
  position: relative;
  background: #fff;
  margin: -60px auto 0;
  padding: 74.8px 0 82px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .requirements_cont {
    margin-top: -20px;
    padding: 28px 0 42px;
  }
}
.requirements_cont_wrap {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .requirements_cont_wrap {
    padding: 0 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.requirements_read {
  font-size: 2.0rem;
  color: #444;
  line-height: 2.0;
  text-align: center;
  margin-top: 40px;
}
.requirements_read.txt01 {
  margin-top: 65px;
}
.requirements_read.notice {
  margin-top: 65px;
  color: #f00;
}
.requirements_read span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .requirements_read {
    font-size: 1.8rem;
    margin-top: 38px;
    text-align: left;
  }
  .requirements_read.txt01 {
    margin-top: 23px;
  }
  .requirements_read.txt02 {
    margin-top: 15px;
  }
}
.requirements_nec {
  width: 780px;
  font-size: 0;
  margin: 28px auto;
}
.requirements_nec > li {
  display: inline-block;
  width: 33.3333%;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .requirements_nec {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 23.2px auto;
  }
  .requirements_nec li {
    display: block;
    margin-top: 15px;
    width: 100%;
  }
  .requirements_nec li:first-child {
    margin-top: 0;
  }
}
.requirements_nec_inner {
  text-align: center;
}
.requirements_nec_inner dt {
  width: 100%;
}
.requirements_nec_inner dt div {
  background: #fd6f31;
  border-radius: 80px;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  display: table;
  position: relative;
}
.requirements_nec_inner dt div:before {
  content: '';
  opacity: 0.2;
  background: #fd6f31;
  border-radius: 80px;
  width: 160px;
  height: 160px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.requirements_nec_inner dt p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
}
.requirements_nec_inner dd {
  margin-top: 21.3px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #222;
}
@media screen and (max-width: 767px) {
  .requirements_nec_inner {
    display: table;
  }
  .requirements_nec_inner dt {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
  .requirements_nec_inner dt div {
    border-radius: 50px;
    width: 100px;
    height: 100px;
  }
  .requirements_nec_inner dt div:before {
    border-radius: 50px;
    width: 100px;
    height: 100px;
    top: 5px;
    left: 5px;
  }
  .requirements_nec_inner dt p {
    vertical-align: middle;
    font-size: 1.9rem;
    color: #fff;
  }
  .requirements_nec_inner dd {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    margin-top: 0;
    padding-left: 16px;
    font-size: 1.5rem;
  }
}
.detail_wrap {
  background: url(/2027/common/img/parts/common_bg01_pc.png);
  padding: 96px 0;
  position: relative;
}
.detail_wrap:before,
.detail_wrap:after {
  content: '';
  position: absolute;
  width: 100%;
  height: auto;
  padding-top: 2.196193%;
  z-index: 100;
}
.detail_wrap:before {
  top: 0;
  background: url(/2027/common/img/parts/wave_img01.png) no-repeat;
  background-size: 100% auto;
}
/* .detail_wrap:after {
  bottom: 0;
  background: url(/2027/common/img/parts/wave_img02.png) no-repeat;
  background-size: 100% auto;
} */
@media screen and (max-width: 767px) {
  .detail_wrap {
    background: url(/2027/common/img/parts/common_bg01_sp.png);
    padding: 48px 14px;
  }
}
.detail {
  margin: 0 auto;
  width: 960px;
  background: #fff;
  border-radius: 12px;
  padding: 60px 60px;
  line-height: 2.0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #444;
}
.detail > dt,
.detail > dd {
  font-size: 1.6rem;
  padding: 15px 9px 17px 0;
  border-bottom: 1px solid #d8d8d8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.detail > dt.first,
.detail > dd.first {
  border-top: 1px solid #d8d8d8;
}
.detail > dt {
  float: left;
  width: 250px;
  margin-right: 30px;
  font-weight: bold;
}
.detail > dd {
  overflow: hidden;
  width: 560px;
}
@media screen and (max-width: 767px) {
  .detail {
    width: 100%;
    padding: 30px 15px;
    line-height: 1.6;
  }
  .detail > dt,
  .detail > dd {
    font-size: 1.5rem;
    padding: 20.5px 3px 17.5px 0;
  }
  .detail > dt {
    float: left;
    width: 94px;
    margin-right: 0;
    padding: 20.5px 9px 17.5px 0;
  }
  .detail > dd {
    overflow: hidden;
    width: auto;
  }
}
.detail_lower {
  margin-top: 14px;
}
.detail_lower2{
  margin-top: 28px;
}
.detail_lower > dt,
.detail_lower > dd {
  font-size: 1.6rem;
  line-height: 2.0;
}
.detail_lower > dt {
  font-weight: bold;
}
.detail-note {
  margin-top: 10px;
  position: relative;
  padding-left: 1.3em;
  zoom: 1;
  font-size: 1.4rem;
}
.detail-note:first-child {
  margin-top: 0;
}
.detail-note span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}
.detail-note-ul {
  margin-top: 10px;
}
.detail-note-ul:first-child {
  margin-top: 0;
}
.detail-note-ul li {
  position: relative;
  padding-left: 1.3em;
  zoom: 1;
  line-height: 1.85;
  font-size: 1.4rem;
}
.detail-note-ul li:first-child {
  margin-top: 0;
}
.detail-note-ul li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}
.detail-notice {
  color: #f00;
}
.welfare_read {
  font-size: 1.6rem;
  line-height: 2.0;
  margin-bottom: 39.4px;
  color: #444;
}
@media screen and (max-width: 767px) {
  .welfare_read {
    font-size: 1.5rem;
    margin-bottom: 42px;
  }
}
.welfare_local_title {
  position: relative;
}
.welfare_local_title h3 {
  font-size: 2.4rem;
  line-height: 1.3;
  padding-left: 19px;
  color: #222;
}
.welfare_local_title:before {
  content: '';
  width: 4px;
  height: 83.870968%;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: #fd6f31;
}
@media screen and (max-width: 767px) {
  .welfare_local_title h3 {
    font-size: 2.0rem;
    padding-left: 20px;
  }
}
.welfare_media {
  overflow: hidden;
  margin-top: 14.4px;
  margin-bottom: 76.4px;
}
@media screen and (max-width: 767px) {
  .welfare_media {
    margin-top: 14px;
    margin-bottom: 47px;
  }
}
.welfare_media_body {
  float: left;
  margin-right: 5.833333%;
  clear: left;
  width: 64.166667%;
}
.welfare_media_body p {
  font-size: 1.6rem;
  line-height: 2.0;
  color: #444;
  margin-top: 19px;
}
.welfare_media_body p:first-child {
  margin-top: 0;
}
.welfare_media_body p span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .welfare_media_body {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 23px;
  }
  .welfare_media_body p {
    font-size: 1.5rem;
    margin-top: 12px;
  }
}

.welfare_media_body_nonimage {
  float: left;
  margin-right: 5.833333%;
  clear: left;
  width: 100%;
}
.welfare_media_body_nonimage p {
  font-size: 1.6rem;
  line-height: 2.0;
  color: #444;
  margin-top: 19px;
}
.welfare_media_body_nonimage p:first-child {
  margin-top: 0;
}
.welfare_media_body_nonimage p span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .welfare_media_body_nonimage {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 23px;
  }
  .welfare_media_body_nonimage p {
    font-size: 1.5rem;
    margin-top: 12px;
  }
}


.welfare_media_object {
  float: left;
  width: 30%;
  height: auto;
}
.welfare_media_object img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .welfare_media_object {
    float: none;
    width: 100%;
    max-width: 345px;
    margin: 0 auto;
  }
}
.welfare_wrap {
  margin-bottom: 63.6px;
}
@media screen and (max-width: 767px) {
  .welfare_wrap {
    margin-bottom: 3px;
  }
}
