@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

body {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  font-size: 13px;
  color: #333;
  position: relative;
  line-height: 1.7;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

a {
  color: #333;
  text-decoration: none;
}
a img {
  transition: all 0.2s;
}
a:hover img {
  opacity: 0.7;
}
a:hover {
  color: #ed4337;
}

img {
  line-height: 1;
  vertical-align: middle;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

.fs-min {
  font-size: 12px;
}

.c-red {
  color: #ed4337;
}

.sp-on {
  display: none;
}

.pc-on {
  display: block;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.content {
  padding-top: 116px;
}

.page-content {
  padding-top: 70px;
}

.wrapper {
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.inner {
  width: 1020px;
  margin: 0 auto;
}

.content-bg-01 {
  background: url(../img/object/bg_page_01.png) no-repeat;
  background-size: 2000px;
  background-position: center 20%;
}

.content-bg-02 {
  background: url(../img/object/bg_page_02.png) no-repeat;
  background-size: 2000px;
  background-position: center 20%;
}

.page-bg-01 {
  background: url(../img/object/bg_pageBot_01.png) no-repeat;
  background-size: 2000px;
  background-position: center 120%;
}

.page-bg-02 {
  background: url(../img/object/bg_pageBot_02.png) no-repeat;
  background-size: 2000px;
  background-position: center -80%;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
    line-height: 1.5;
    min-width: 320px;
  }

  .sp-on {
    display: block;
  }

  .pc-on {
    display: none;
  }

  .wrapper {
    display: block;
  }

  img {
    width: 100%;
  }

  .page-content {
    padding-top: 30px;
  }

  .wrapper {
    min-width: inherit;
  }

  .inner {
    width: 90%;
    margin: 0 auto;
  }

  .content {
    padding-top: 76px;
  }

  .page-bg-02 {
    background-size: cover;
    background-position: center bottom;
  }
}
.c-more-btn {
  width: 180px;
  padding: 7px 0 5px 0;
  margin: 0 auto;
  font-size: 14px;
  display: block;
  border: 1px solid #ed4236;
  color: #ed4236;
  background: #fff;
  text-align: center;
  transition: all 0.2s;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  letter-spacing: 1px;
}
.c-more-btn--long {
  width: 240px;
}
.c-more-btn:before {
  transition: all 0.2s;
  content: "";
  width: 7px;
  height: 11px;
  display: inline-block;
  background: url(../img/object/arr_btn.png);
  margin-right: 4px;
}
.c-more-btn:hover {
  color: #fff;
  background: #ed4236;
}
.c-more-btn:hover:before {
  background: url(../img/object/arr_btn_on.png);
}

.c-icon-list li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 14px;
}
.c-icon-list li:last-child {
  margin-bottom: 0;
}
.c-icon-list li:before {
  content: url(../img/object/dot.png);
  position: absolute;
  top: 0;
  left: 0;
}
.c-icon-list .icon-bot:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-icon-list li {
    margin-bottom: 14px !important;
  }
}

.c-dot-list {
  margin-bottom: 60px;
}
.c-dot-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
}
.c-dot-list li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.c-icon {
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto;
  background-color: #f8f8f8;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: all 0.2s;
  background-size: 100%;
}
.c-icon:hover {
  background-color: #ed4236;
}

.c-content-list li {
  float: left;
  width: 227px;
  text-align: center;
  margin-right: 37px;
}
.c-content-list li:last-child {
  margin-right: 0 !important;
}
.c-content-list li .c-icon {
  margin-bottom: 14px;
}
.c-content-list li h3 {
  margin-bottom: 10px;
}
.c-content-list li p {
  margin-bottom: 12px;
  font-size: 14px;
}
.c-content-list li .c-more-btn {
  margin-bottom: 14px;
}
.c-content-list li .c-icon-list {
  margin-top: 10px;
}
.c-content-list li .c-icon-list li {
  float: none;
  text-align: left;
}
.c-content-list li .etc-text {
  text-align: right;
  font-size: 13px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-content-list li {
    float: none;
    margin: 0 auto 60px auto;
  }
  .c-content-list li:last-child {
    margin-right: auto !important;
  }
}

.c-check-list {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
}
.c-check-list li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 30px;
}
.c-check-list li:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/object/icon_check.png);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-check-list {
    font-size: 14px;
  }
}

.c-squ-text {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #ed4337;
  background: #fff;
  border: 1px solid #ed4337;
  padding: 12px 10px 10px 10px;
}
@media screen and (max-width: 767px) {
  .c-squ-text {
    font-size: 14px;
    text-align: left;
  }
}

.c-squ-text-red {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #ed4337;
  padding: 12px 10px 10px 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-squ-text-red {
    text-align: left;
    font-size: 14px;
  }
}

.c-circle-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  padding-left: 36px;
}
.c-circle-title:before {
  content: "";
  background: url(../img/object/icon_circle.png);
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 2px;
  left: 0;
}

.c-check-title {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
}
.c-check-title:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/object/icon_check.png);
  position: absolute;
  top: 0;
  left: 0;
}

.c-line-title {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 18px;
}
.c-line-title:before {
  content: "";
  display: block;
  width: 8px;
  height: 23px;
  background: #ed4337;
  position: absolute;
  top: 1px;
  left: 0;
}

.c-page-title {
  text-align: center;
  color: #ed4337;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 50px;
}
.c-page-title h2 {
  margin-bottom: 26px;
}
.c-page-title h3 {
  margin-bottom: 16px;
}
.c-page-title h4 {
  font-size: 42px;
  margin-top: 20px;
  color: #333;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .c-page-title h2 {
    width: 100px;
    margin: 0 auto 10px auto;
  }
  .c-page-title h4 {
    font-size: 30px;
  }
}

.c-page-title--type2 {
  text-align: center;
  margin-bottom: 200px;
}
.c-page-title--type2 h2 {
  margin-bottom: 30px;
}
.c-page-title--type2 h3 {
  color: #ed4438;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
.c-page-title--type2 p {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-page-title--type2 {
    margin-bottom: 100px;
  }
  .c-page-title--type2 h3 {
    font-size: 16px;
  }
  .c-page-title--type2 p {
    font-size: 14px;
    text-align: left;
  }
}

.c-disc-text {
  text-align: center;
  font-size: 16px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .c-disc-text {
    text-align: left;
  }
}

.c-contact-box {
  text-align: center;
  font-size: 16px;
  padding-bottom: 120px;
}
.c-contact-box h3 {
  margin-bottom: 36px;
}
.c-contact-box p {
  margin-bottom: 28px;
}
.c-contact-box .tel-num {
  margin-bottom: 22px;
  display: block;
}
.c-contact-box .tel-num img {
  vertical-align: text-bottom;
  margin-right: 20px;
  margin-bottom: -5px;
}
.c-contact-box .mail-btn {
  width: 430px;
  padding: 8px 0 6px 0;
  margin: 0 auto;
  font-size: 16px;
  display: block;
  border: 1px solid #ed4236;
  color: #fff;
  background: #ed4236;
  text-align: center;
  transition: all 0.2s;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  letter-spacing: 1px;
}
.c-contact-box .mail-btn:before {
  transition: all 0.2s;
  content: "";
  width: 27px;
  height: 21px;
  display: inline-block;
  background: url(../img/object/icon_mail.png);
  margin-right: 14px;
  margin-bottom: -4px;
}
.c-contact-box .mail-btn:hover {
  color: #ed4236;
  background: #fff;
}
.c-contact-box .mail-btn:hover:before {
  background: url(../img/object/icon_mail_on.png);
}
@media screen and (max-width: 767px) {
  .c-contact-box {
    font-size: 12px;
  }
  .c-contact-box h3 {
    width: 200px;
    margin: 0 auto 20px auto;
  }
  .c-contact-box p {
    margin-bottom: 20px;
  }
  .c-contact-box .tel-num {
    margin-bottom: 22px;
    font-size: 16px;
  }
  .c-contact-box .tel-num img {
    vertical-align: text-bottom;
    margin-right: 0;
    margin-bottom: 0;
  }
  .c-contact-box .mail-btn {
    width: 300px;
  }
}

.c-float-box {
  width: 100%;
  margin-bottom: 40px;
}
.c-float-box h3 {
  margin-bottom: 10px;
}
.c-float-box__L {
  width: 50%;
  float: left;
}
.c-float-box__R {
  width: 50%;
  float: right;
}
@media screen and (max-width: 767px) {
  .c-float-box__L {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .c-float-box__R {
    width: 100%;
    float: none;
  }
}

.c-table {
  width: 100%;
  border: 1px solid #000;
}
.c-table tr:last-child th, .c-table tr:last-child td {
  border-bottom: none;
}
.c-table th {
  width: 198px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #333;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  text-align: center;
}
.c-table .sub-tit {
  width: 198px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #555;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #000;
  text-align: center;
}
.c-table td {
  padding: 10px;
  border-bottom: 1px solid #000;
  background: #fff;
}
.c-table td .c-dot-list {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-table th {
    width: 100%;
    display: block;
    padding: 10px 0;
    border-right: none;
  }
  .c-table .sub-tit {
    width: 100%;
    border-right: none;
  }
  .c-table td {
    width: 100%;
    display: block;
    border-right: none;
  }
}

#page-cont01 {
  padding-top: 120px;
  margin-top: -120px;
}

#page-cont02 {
  padding-top: 120px;
  margin-top: -120px;
}

#page-cont03 {
  padding-top: 120px;
  margin-top: -120px;
}

#page-cont04 {
  padding-top: 120px;
  margin-top: -120px;
}

.l-header {
  margin: 0 auto;
  padding: 30px 0;
}
.l-header__tel {
  text-align: right;
  padding-right: 40px;
}
.l-header__tel p {
  display: inline-block;
}
.l-header__tel a {
  display: inline-block;
}
.l-header__tel .menu-btn {
  display: none;
}
.l-header__logo {
  text-align: center;
  margin-bottom: 30px;
}
.l-header__logo .pc-on {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .l-header {
    max-width: inherit;
    width: 100%;
    height: 76px;
    padding: 16px 0;
    position: fixed;
    background: #fff;
    z-index: 999;
  }
  .l-header__in {
    height: 44px;
  }
  .l-header__tel {
    float: right;
    padding: 0;
    padding-right: 3%;
  }
  .l-header__tel a {
    width: 44px;
    vertical-align: middle;
  }
  .l-header__tel .menu-btn {
    display: inline-block;
    width: 44px;
    height: 44px;
    background: url(../img/layout/header/btn_menu.png) no-repeat;
    background-size: 100%;
  }
  .l-header__tel .menu-btn.is-open {
    background: url(../img/layout/header/btn_menu_close.png) no-repeat;
    background-size: 100%;
  }
  .l-header__logo {
    float: left;
    width: 92px;
    margin-bottom: 0;
    padding-left: 3%;
  }
  .l-header__logo .pc-on {
    display: none;
  }
  .l-header .sp-menu {
    display: none;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
}

nav .g-nav {
  text-align: center;
  height: 28px;
  position: relative;
}
nav .g-nav li {
  display: inline-block;
  margin: 0 20px;
  padding-bottom: 3px;
  transition: all 0.1s;
}
nav .g-nav li span {
  display: none;
}
nav .g-nav li:hover {
  border-bottom: 3px solid #ed4236;
  padding-bottom: 0;
}
nav .g-nav li:hover a img {
  opacity: 1;
}
nav .g-nav li.cont-info:hover {
  border-bottom: none;
}
nav .g-nav li.cont-info {
  position: absolute;
  top: -6px;
  right: 30px;
}
nav.pc-menu {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  padding: 20px 0;
  border-bottom: 1px solid #000;
}
nav.pc-menu .l-header__logo {
  float: left;
  margin-bottom: 0;
  padding-left: 30px;
}
nav.pc-menu .l-header__tel {
  float: right;
  margin-top: 20px;
  padding-right: 30px;
}
nav.pc-menu .l-header__tel ul {
  display: inline-block;
  vertical-align: text-bottom;
}
nav.d-menu-p .d-menu {
  position: relative;
}
nav.d-menu-p .d-menu .m-menu {
  display: none;
  position: absolute;
  top: 20px;
  left: -10px;
  background-color: #fff;
  text-align: left;
  padding-top: 10px;
  z-index: 999;
}
nav.d-menu-p .d-menu .m-menu.m-menu1 {
  width: 150px;
}
nav.d-menu-p .d-menu .m-menu.m-menu2 {
  width: 170px;
}
nav.d-menu-p .d-menu .m-menu li {
  display: block;
  padding: 10px 0;
  border-top: 1px dashed #ccc;
  margin: 0 10px;
}
nav.d-menu-p .d-menu .m-menu li:first-child {
  border-top: none;
}
nav.d-menu-p .d-menu .m-menu li:hover {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  nav.pc-menu {
    display: none;
  }
  nav .g-nav {
    background: #fff;
    height: auto;
    width: 100%;
  }
  nav .g-nav li {
    display: block;
    border-top: 1px solid #f8f8f8;
    padding-bottom: 0;
    margin: 0;
  }
  nav .g-nav li a {
    width: 100%;
    padding: 10px 0;
    display: block;
  }
  nav .g-nav li a:hover {
    color: #fff;
    background: #ed4236;
  }
  nav .g-nav li img {
    display: none;
  }
  nav .g-nav li span {
    display: inline;
    font-size: 16px;
  }
  nav .g-nav li:hover {
    border-bottom: none;
    padding-bottom: 0;
  }
  nav .g-nav li:hover a img {
    opacity: 1;
  }
  nav .g-nav .sp-menu-sub {
    display: none;
    background-color: #f8f8f8;
  }
  nav .g-nav .sp-menu-sub li {
    padding: 6px 0;
    border-bottom: 1px solid #d9d8d8;
  }
}

.l-footer {
  width: 100%;
  text-align: center;
  background: #fff;
  font-size: 11px;
}
.l-footer__in {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
}
.l-footer__in .to-top {
  position: absolute;
  right: 30px;
  top: -120px;
}
.l-footer .footer-menu {
  text-align: center;
  margin-bottom: 6px;
}
.l-footer .footer-menu li {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .l-footer__in .to-top {
    position: absolute;
    width: 50px;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -80px;
  }
}

#page-index .l-footer {
  background: #f8f8f8;
  border-bottom: 20px solid #fff;
  border-top: 3px solid #ed4236;
}

#page-index .pc-menu {
  display: none;
}
#page-index .content {
  padding-top: 0;
}
#page-index .key-visual {
  width: 100%;
  height: 500px;
  background: url(../img/pages/top/bg_kv.png) no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 60px;
  overflow: hidden;
}
@keyframes crampsTypeA {
  0% {
    transform: rotateZ(0deg);
  }
  30% {
    transform: rotateZ(30deg);
  }
  60% {
    transform: rotateZ(-30deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
@keyframes crampsTypeB {
  0% {
    transform: rotateZ(0deg);
  }
  30% {
    transform: rotateZ(-30deg);
  }
  60% {
    transform: rotateZ(30deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
#page-index .key-visual__in {
  width: 1200px;
  margin: 0 auto;
}
#page-index .key-visual__L {
  float: left;
  width: 640px;
}
#page-index .key-visual__L li {
  float: left;
  position: relative;
}
#page-index .key-visual__L li img {
  display: none;
}
#page-index .key-visual__L li .shape {
  position: absolute;
  z-index: 1;
}
#page-index .key-visual__L li:nth-child(1) .shape {
  top: 10px;
  left: 140px;
  animation-name: crampsTypeA;
  animation-duration: 0.5s;
  animation-delay: 3.7s;
}
#page-index .key-visual__L li:nth-child(2) {
  padding-top: 140px;
}
#page-index .key-visual__L li:nth-child(2) .shape {
  top: 180px;
  left: 130px;
  animation-name: crampsTypeB;
  animation-duration: 0.5s;
  animation-delay: 4.2s;
}
#page-index .key-visual__L li:nth-child(3) .shape {
  top: -10px;
  left: 130px;
  animation-name: crampsTypeA;
  animation-duration: 0.5s;
  animation-delay: 4.7s;
}
#page-index .key-visual__L li:nth-child(4) {
  padding-top: 140px;
}
#page-index .key-visual__L li:nth-child(4) .shape {
  top: 100px;
  left: 0;
  animation-name: crampsTypeB;
  animation-duration: 0.5s;
  animation-delay: 5.2s;
}
#page-index .key-visual__R {
  width: 470px;
  padding: 70px 0;
  margin-top: 80px;
  background-color: rgba(0, 0, 0, 0.3);
  float: right;
  text-align: center;
  display: none;
}
#page-index .key-visual__R p {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 40px;
}
#page-index .key-visual__R .c-more-btn {
  width: 380px;
  padding: 10px 0 8px 0;
  font-size: 21px;
  color: #fff;
  background: #ed4236;
}
#page-index .key-visual__R .c-more-btn:before {
  width: 9px;
  height: 15px;
  background: url(../img/object/arr_btn_02.png);
  margin-right: 10px;
}
#page-index .key-visual__R .c-more-btn:hover {
  color: #ed4236;
  background: #fff;
}
#page-index .key-visual__R .c-more-btn:hover:before {
  background: url(../img/object/arr_btn_02_on.png);
}
#page-index .sec-01 {
  margin-bottom: 40px;
}
#page-index .sec-01__tit {
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
}
#page-index .sec-01__tit h2 {
  margin-bottom: 20px;
}
#page-index .sec-01 .c-content-list li:nth-child(1) .c-icon {
  background-image: url(../img/pages/top/icon_research.png);
}
#page-index .sec-01 .c-content-list li:nth-child(1) .c-icon:hover {
  background-image: url(../img/pages/top/icon_research_on.png);
}
#page-index .sec-01 .c-content-list li:nth-child(2) .c-icon {
  background-image: url(../img/pages/top/icon_workshop.png);
}
#page-index .sec-01 .c-content-list li:nth-child(2) .c-icon:hover {
  background-image: url(../img/pages/top/icon_workshop_on.png);
}
#page-index .sec-01 .c-content-list li:nth-child(3) .c-icon {
  background-image: url(../img/pages/top/icon_professional.png);
}
#page-index .sec-01 .c-content-list li:nth-child(3) .c-icon:hover {
  background-image: url(../img/pages/top/icon_professional_on.png);
}
#page-index .sec-01 .c-content-list li:nth-child(4) .c-icon {
  background-image: url(../img/pages/top/icon_seminar.png);
}
#page-index .sec-01 .c-content-list li:nth-child(4) .c-icon:hover {
  background-image: url(../img/pages/top/icon_seminar_on.png);
}
#page-index .sec-02 {
  width: 100%;
  padding: 40px 0;
  background: #f8f8f8;
  margin-bottom: 110px;
}
#page-index .sec-02 .c-content-list {
  float: left;
}
#page-index .sec-02 .c-content-list .c-icon {
  background-color: #fff;
  background-image: url(../img/pages/top/icon_room.png);
}
#page-index .sec-02 .c-content-list .c-icon:hover {
  background-image: url(../img/pages/top/icon_room_on.png);
  background-color: #ed4236;
}
#page-index .sec-02__R {
  float: right;
  width: 750px;
  padding: 10px 0 10px 30px;
  height: 260px;
  background: url(../img/pages/top/line_02.png) no-repeat;
  background-position: left center;
}
#page-index .sec-02__R__img {
  margin-top: 10px;
}
#page-index .sec-02__R__img li {
  float: left;
  margin-right: 5px;
}
#page-index .sec-02__R__img li:last-child {
  margin-right: 0;
}
#page-index .sec-03 {
  margin-bottom: 120px;
}
#page-index .sec-03__L {
  width: 500px;
  float: left;
}
#page-index .sec-03__L h3 {
  border-bottom: 3px solid #000;
  padding-bottom: 14px;
  margin-bottom: 20px;
}
#page-index .sec-03__L .news-list li {
  margin-bottom: 6px;
  font-size: 14px;
}
#page-index .sec-03__L .news-list li:last-child {
  margin-bottom: 0;
}
#page-index .sec-03__L .news-list li span {
  display: inline-block;
  width: 78px;
  margin-right: 10px;
  font-size: 12px;
}
#page-index .sec-03__L .news-list li a:hover {
  text-decoration: underline;
}
#page-index .sec-03__R {
  width: 460px;
  float: right;
}
#page-index .sec-03__R .ban-list li {
  margin-bottom: 10px;
}
#page-index .sec-03__R .ban-list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #page-index .content {
    padding-top: 76px;
  }
  #page-index .key-visual {
    height: auto;
  }
  #page-index .key-visual__in {
    width: 100%;
    position: relative;
  }
  #page-index .key-visual__L {
    display: none;
  }
  #page-index .key-visual__R {
    display: block;
    position: absolute;
    width: 90%;
    padding: 14px 0 18px 0;
    top: 58%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #page-index .key-visual__R .c-more-btn {
    width: 80%;
    font-size: 16px;
  }
  #page-index .key-visual__R p {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #page-index .sec-01__tit h2 {
    width: 40%;
    margin: 0 auto 20px auto;
  }
  #page-index .sec-01__tit p {
    font-size: 14px;
  }
  #page-index .sec-02 {
    margin-bottom: 50px;
  }
  #page-index .sec-02 .c-content-list {
    float: none;
  }
  #page-index .sec-02__R {
    width: 100%;
    float: none;
    background: none;
    padding: 0;
  }
  #page-index .sec-02__R__img li {
    width: 46%;
    margin: 2%;
  }
  #page-index .sec-03__L {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  #page-index .sec-03__L h3 {
    text-align: center;
  }
  #page-index .sec-03__L h3 img {
    width: 50%;
  }
  #page-index .sec-03__R {
    width: 100%;
    float: none;
  }
}

#page-research .page-bg-01 {
  background-position: center 105%;
}
#page-research section {
  margin-bottom: 80px;
}
#page-research .num-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #ed4337;
  color: #fff;
  font-size: 20px;
  font-weight: normal !important;
}
#page-research .research-abc-btns li {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #fff;
  border: 1px solid #ed4337;
  height: 52px;
  padding-left: 70px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 14px;
}
#page-research .research-abc-btns li:after {
  display: block;
  content: "";
  background: url(../img/object/icon_anc.png);
  width: 12px;
  height: 8px;
  position: absolute;
  top: 20px;
  right: 20px;
}
#page-research .research-abc-btns li .num-icon {
  position: absolute;
  top: 0;
  left: 0;
}
#page-research .research-abc-btns li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.2s;
  opacity: 0;
  background-color: #fff;
}
#page-research .research-abc-btns li a:hover {
  opacity: 0.3;
}
#page-research .num-title {
  margin-bottom: 20px;
  padding-top: 120px;
  margin-top: -120px;
}
#page-research .num-title .num-icon {
  width: 30px;
  height: 30px;
  margin-right: 6px;
}
#page-research .num-title div {
  display: inline-block;
}
#page-research .num-title div:last-child {
  font-size: 20px;
  font-weight: bold;
  color: #ed4337;
}
#page-research .c-disc-text {
  text-align: left;
}
#page-research .research-img-01 {
  margin-bottom: 50px;
}
#page-research .cont-tit {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}
#page-research .sec-01__cont h4 {
  color: #333;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
}
#page-research .sec-01__cont .bgc-1 {
  background: #f7c5c8;
}
#page-research .sec-01__cont .bgc-2 {
  background: #fff6c7;
}
#page-research .sec-01__cont .bgc-3 {
  background: #d8e9d6;
}
#page-research .sec-01__cont .bgc-4 {
  background: #c0e0e6;
}
#page-research .sec-01__cont li {
  margin-bottom: 2px;
}
#page-research .sec-01__cont__L {
  width: 480px;
  float: left;
}
#page-research .sec-01__cont__R {
  width: 480px;
  float: right;
}
#page-research .sec-02 {
  background: url(../img/pages/service/research/bg_researchs_01.png) no-repeat;
  background-position: top center;
  background-size: 2000px;
  padding-bottom: 110px;
}
#page-research .sec-02__cont {
  margin-bottom: 30px;
}
#page-research .sec-02__cont li {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 2px 16px;
  background: #fff;
  border: 1px dashed #000;
  margin: 3px;
}
#page-research .sec-03 .co-gr {
  color: #81c1a1;
}
#page-research .sec-03 .cont-tit {
  margin: 80px 0 40px 0;
}
#page-research .sec-03 .war-text {
  font-size: 12px;
  color: #ed4337;
}
#page-research .sec-03__cont1 {
  font-size: 14px;
  margin-bottom: 20px;
}
#page-research .sec-03__cont1__icon {
  width: 80px;
  float: left;
  margin-top: 20px;
}
#page-research .sec-03__cont1__L {
  width: 130px;
  padding: 10px 0;
  float: left;
  text-align: center;
  background: url(../img/pages/service/research/line.png) no-repeat;
  background-position: right center;
}
#page-research .sec-03__cont1__L p {
  margin-bottom: 12px;
  font-weight: bold;
}
#page-research .sec-03__cont1__L p:last-child {
  margin-bottom: 0;
}
#page-research .sec-03__cont1__R {
  float: left;
  height: 113px;
  padding-left: 40px;
}
#page-research .sec-03__cont1__R ul {
  margin-top: 18px;
}
#page-research .sec-03__cont1__R ul.s-line {
  margin-top: 32px;
}
#page-research .sec-03__cont2 {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #000;
}
#page-research .sec-03__cont2.b-none {
  border-bottom: none;
  padding-bottom: 0;
}
#page-research .sec-03__cont2__box {
  position: relative;
  text-align: center;
  float: left;
  margin-bottom: 40px;
}
#page-research .sec-03__cont2__box .icon {
  position: absolute;
  left: 0px;
  top: -26px;
}
#page-research .sec-03__cont2__box h4 {
  font-weight: bold;
}
#page-research .sec-03__cont2__box img {
  margin: 12px 0 12px 0;
}
#page-research .sec-03__cont2__plus {
  float: left;
  text-align: center;
  width: 100px;
  margin-top: 24px;
}
#page-research .sec-03__cont2 .c-more-btn {
  clear: both;
}
#page-research .sec-04 {
  background: url(../img/pages/service/research/bg_researchs_01.png) no-repeat;
  background-position: center 60px;
  background-size: 2600px;
  padding-bottom: 70px;
}
#page-research .sec-04__list {
  float: left;
  width: 340px;
  font-size: 14px;
  font-weight: bold;
}
#page-research .sec-04__list .mb {
  margin-bottom: 20px;
}
#page-research .sec-05__cont li {
  text-align: center;
  float: left;
  width: 204px;
}
#page-research .sec-05__cont li span {
  display: block;
  width: 205px;
  height: 10px;
  border: 1px solid #000;
  margin-bottom: 10px;
}
#page-research .sec-05__cont li h4 {
  margin-bottom: 10px;
  position: relative;
}
#page-research .sec-05__cont li h4:after {
  position: absolute;
  content: url(../img/pages/service/research/step_arr.png);
  top: 4px;
  right: -7px;
}
#page-research .sec-05__cont li h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  height: 55px;
}
#page-research .sec-05__cont li p {
  text-align: left;
  width: 180px;
  margin: 0 auto;
}
#page-research .sec-05__cont li:nth-child(1) span {
  background: #fff;
}
#page-research .sec-05__cont li:nth-child(2) span {
  background: #cdcdcd;
}
#page-research .sec-05__cont li:nth-child(3) span {
  background: #999;
}
#page-research .sec-05__cont li:nth-child(4) span {
  background: #666;
}
#page-research .sec-05__cont li:nth-child(5) span {
  background: #343434;
}
#page-research .detail section {
  padding-top: 120px;
  margin-top: -120px;
}
#page-research .detail .work-table {
  width: 100%;
  margin-bottom: 40px;
}
#page-research .detail .work-table .tit-box {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  width: 458px;
  border: 1px solid #000;
  background: #fff;
  padding: 16px 0;
}
#page-research .detail .work-table .line-box {
  width: 50px;
  padding-right: 10px;
}
#page-research .detail .work-table .line-box span {
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
}
#page-research .detail .work-table .text-box {
  font-size: 14px;
}
#page-research .detail .work-table .text-box ul {
  font-size: 14px;
}
#page-research .detail .work-table .text-box ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 10px;
}
#page-research .detail .work-table .text-box ul li:last-child {
  margin-bottom: 0;
}
#page-research .detail .work-table .text-box ul li:before {
  content: "●";
  font-size: 12px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
#page-research .detail .work-table .arr-box {
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  #page-research section {
    margin-bottom: 50px;
  }
  #page-research .research-abc-btns li {
    padding-right: 14%;
    font-size: 13px;
  }
  #page-research .num-title {
    font-size: 16px;
  }
  #page-research .num-title div {
    margin-bottom: 6px;
    display: block;
  }
  #page-research .cont-tit {
    font-size: 14px;
  }
  #page-research .c-disc-text {
    margin-bottom: 30px;
  }
  #page-research .sec-01__cont__L {
    float: none;
    width: 100%;
  }
  #page-research .sec-01__cont__R {
    float: none;
    width: 100%;
  }
  #page-research .sec-02 {
    background: none;
    padding-bottom: 20px;
  }
  #page-research .sec-03 .cont-tit {
    margin: 30px 0;
  }
  #page-research .sec-03__cont1__icon {
    margin: 10px;
  }
  #page-research .sec-03__cont1__L {
    background: none;
  }
  #page-research .sec-03__cont1__L img {
    width: 10px;
  }
  #page-research .sec-03__cont1__R {
    width: 100%;
    float: none;
    clear: both;
    height: auto;
    padding-left: 0;
  }
  #page-research .sec-03__cont1__R .c-dot-list {
    margin-bottom: 30px;
  }
  #page-research .sec-03__cont2__box {
    float: none;
    width: 100%;
  }
  #page-research .sec-03__cont2__plus {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 50px;
  }
  #page-research .sec-03__cont2__plus img {
    width: 20px;
  }
  #page-research .sec-04 {
    padding-bottom: 0;
  }
  #page-research .sec-05__cont li {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  #page-research .sec-05__cont li h4 {
    width: 80px;
    margin: 10px auto;
  }
  #page-research .sec-05__cont li h4:after {
    display: none;
  }
  #page-research .sec-05__cont li span {
    width: 100%;
  }
  #page-research .sec-05__cont li p {
    width: 100%;
  }
  #page-research .detail .work-table .tit-box {
    width: 100%;
    display: block;
    font-size: 14px;
  }
  #page-research .detail .work-table .line-box {
    display: none;
  }
  #page-research .detail .work-table .text-box {
    padding-top: 10px;
    width: 100%;
    display: block;
  }
  #page-research .detail .work-table .arr-box {
    width: 100%;
    display: block;
  }
  #page-research .detail .work-table .arr-box img {
    width: 60px;
  }
}

#page-professional .c-content-list {
  margin-bottom: 120px;
}
#page-professional .c-content-list li .c-icon {
  background-color: #fff;
}
#page-professional .c-content-list li .c-icon:hover {
  background-color: #ed4337;
}
#page-professional .c-content-list li h3 {
  font-weight: bold;
  font-size: 16px;
  height: 55px;
}
#page-professional .c-content-list li:nth-child(1) .c-icon {
  background-image: url(../img/pages/service/professional/icon_professional01.png);
}
#page-professional .c-content-list li:nth-child(1) .c-icon:hover {
  background-image: url(../img/pages/service/professional/icon_professional01_on.png);
}
#page-professional .c-content-list li:nth-child(2) .c-icon {
  background-image: url(../img/pages/service/professional/icon_professional02.png);
}
#page-professional .c-content-list li:nth-child(2) .c-icon:hover {
  background-image: url(../img/pages/service/professional/icon_professional02_on.png);
}
#page-professional .c-content-list li:nth-child(3) .c-icon {
  background-image: url(../img/pages/service/professional/icon_professional03.png);
}
#page-professional .c-content-list li:nth-child(3) .c-icon:hover {
  background-image: url(../img/pages/service/professional/icon_professional03_on.png);
}
#page-professional .c-content-list li:nth-child(4) .c-icon {
  background-image: url(../img/pages/service/professional/icon_professional04.png);
}
#page-professional .c-content-list li:nth-child(4) .c-icon:hover {
  background-image: url(../img/pages/service/professional/icon_professional04_on.png);
}
#page-professional .detail {
  margin-bottom: 120px;
}
#page-professional .detail .sec-01 {
  margin-bottom: 60px;
}
#page-professional .detail .sec-01 .disc-text {
  text-align: center;
  margin-bottom: 30px;
}
#page-professional .detail .sec-01__list {
  width: 760px;
  margin: 0 auto;
}
#page-professional .detail .sec-01__list ul {
  width: 330px;
  float: left;
}
#page-professional .detail .sec-01__list ul:last-child {
  float: right;
}
#page-professional .detail .sec-02 h4 {
  width: 100%;
  padding: 16px 5%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #ed4337;
  margin-bottom: 20px;
}
#page-professional .detail .sec-02 .c-icon-list {
  margin-bottom: 20px;
}
#page-professional .detail .sec-02 p {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #page-professional .c-content-list {
    margin-bottom: 60px;
  }
  #page-professional .detail {
    margin-bottom: 60px;
  }
  #page-professional .detail .sec-01__list {
    width: 100%;
  }
  #page-professional .detail .sec-01__list ul {
    float: none;
    width: 100%;
  }
  #page-professional .detail .sec-02 h4 {
    font-size: 14px;
    text-align: left;
  }
  #page-professional .detail .sec-01 .disc-text {
    text-align: left;
  }
}

#page-workshop section {
  margin-bottom: 90px;
}
#page-workshop section .war-text {
  text-align: right;
  color: #ed4337;
  font-size: 11px;
  margin-top: 10px;
}
#page-workshop section .c-circle-title {
  padding-top: 120px;
  margin-top: -120px;
}
#page-workshop section .c-circle-title:before {
  top: 122px;
}
#page-workshop .work-table {
  width: 100%;
  margin-bottom: 40px;
}
#page-workshop .work-table .tit-box {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  width: 458px;
  border: 1px solid #000;
  background: #fff;
  padding: 16px 0;
}
#page-workshop .work-table .line-box {
  width: 50px;
  padding-right: 10px;
}
#page-workshop .work-table .line-box span {
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
}
#page-workshop .work-table .text-box {
  font-size: 14px;
}
#page-workshop .work-table .arr-box {
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  #page-workshop section {
    margin-bottom: 50px;
  }
  #page-workshop section .war-text {
    text-align: left;
  }
  #page-workshop section .c-circle-title:before {
    top: inherit;
    bottom: inherit;
  }
  #page-workshop .work-table .tit-box {
    width: 100%;
    display: block;
    font-size: 14px;
  }
  #page-workshop .work-table .line-box {
    display: none;
  }
  #page-workshop .work-table .text-box {
    padding-top: 10px;
    width: 100%;
    display: block;
  }
  #page-workshop .work-table .arr-box {
    width: 100%;
    display: block;
  }
  #page-workshop .work-table .arr-box img {
    width: 60px;
  }
}

#page-seminar .c-content-list {
  margin-bottom: 120px;
}
#page-seminar .c-content-list li {
  width: 460px;
  margin-right: 100px;
}
#page-seminar .c-content-list li .c-icon-list {
  margin-top: 20px;
}
#page-seminar .c-content-list li .c-icon {
  background-color: #fff;
}
#page-seminar .c-content-list li .c-icon:hover {
  background-color: #ed4337;
}
#page-seminar .c-content-list li h3 {
  font-weight: bold;
  font-size: 16px;
  height: 55px;
}
#page-seminar .c-content-list li:nth-child(1) .c-icon {
  background-image: url(../img/pages/service/seminar/icon_seminar01.png);
}
#page-seminar .c-content-list li:nth-child(1) .c-icon:hover {
  background-image: url(../img/pages/service/seminar/icon_seminar01_on.png);
}
#page-seminar .c-content-list li:nth-child(2) .c-icon {
  background-image: url(../img/pages/service/seminar/icon_seminar02.png);
}
#page-seminar .c-content-list li:nth-child(2) .c-icon:hover {
  background-image: url(../img/pages/service/seminar/icon_seminar02_on.png);
}
#page-seminar section {
  margin-bottom: 90px;
}
#page-seminar section .war-text {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 50px;
}
#page-seminar .c-float-box a {
  color: #ed4236;
  text-decoration: underline;
}
#page-seminar .c-float-box .ass-link {
  position: relative;
  padding-left: 14px;
  margin-left: 10px;
}
#page-seminar .c-float-box .ass-link:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 14px;
  background-image: url(../img/object/icon-ass.png);
  top: 0;
  left: 0;
}
#page-seminar .c-float-box .c-dot-list {
  margin-bottom: 0;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  #page-seminar section {
    margin-bottom: 50px;
  }
  #page-seminar .c-content-list li {
    width: 227px;
    margin: 0 auto 60px auto !important;
  }
}

#page-concept {
  background: url(../img/pages/concept/bg_concept.png) no-repeat;
  background-size: 1800px;
  background-position: top center;
}
#page-concept .page-bg-01 {
  background-position: center 105%;
}
#page-concept .concept__cont {
  margin-bottom: 80px;
}
#page-concept .concept__cont h4 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
#page-concept .concept__cont h5 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #ed4236;
  margin-bottom: 14px;
}
#page-concept .concept__cont p {
  margin-bottom: 14px;
  font-size: 14px;
}
#page-concept .concept__cont__L {
  width: 480px;
  float: left;
}
#page-concept .concept__cont__R {
  width: 480px;
  float: right;
}
#page-concept .service-title {
  margin-top: 100px;
  margin-bottom: 60px;
}
#page-concept .service-title h3 {
  margin-bottom: 30px;
}
#page-concept #page-index .sec-02 {
  background: none;
}
#page-concept #page-index .sec-02 .c-content-list .c-icon {
  background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
  #page-concept {
    background-size: 1340px;
    background-position: -160px 76px;
  }
  #page-concept .concept__cont {
    margin-bottom: 40px;
  }
  #page-concept .concept__cont h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #page-concept .concept__cont h5 {
    font-size: 14px;
  }
  #page-concept .concept__cont__L {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  #page-concept .concept__cont__R {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  #page-concept .service-title {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  #page-concept .service-title h3 {
    width: 180px;
    margin-bottom: 20px;
  }
}

#page-about {
  background: url(../img/pages/about/bg_about.png) no-repeat;
  background-size: 1800px;
  background-position: top center;
}
#page-about .page-bg-01 {
  background-position: center 105%;
}
#page-about .concept__cont {
  margin-bottom: 80px;
}
#page-about .concept__cont h4 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
#page-about .concept__cont h5 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #ed4236;
  margin-bottom: 14px;
}
#page-about .concept__cont p {
  margin-bottom: 14px;
  font-size: 14px;
}
#page-about .concept__cont__L {
  width: 480px;
  float: left;
}
#page-about .concept__cont__R {
  width: 480px;
  float: right;
}
#page-about .link-btns {
  width: 999px;
  margin: 0 auto 100px auto;
}
#page-about .link-btns__L {
  float: left;
}
#page-about .link-btns__R {
  float: right;
}
#page-about .media-area {
  width: 999px;
  margin: 0 auto 100px auto;
  font-size: 14px;
  border: 3px solid #000;
}
#page-about .media-area__L {
  width: 227px;
  float: left;
  background: url(../img/pages/about/line.png);
  background-repeat: no-repeat;
  background-position: right center;
}
#page-about .media-area__R {
  float: right;
  width: 730px;
  padding-right: 30px;
}
#page-about .media-area__R p {
  margin-top: 20px;
}
#page-about .media-area a {
  border-top: 3px solid #000;
  text-align: center;
  background: #ed4236;
  color: #fff;
  display: block;
  clear: both;
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  #page-about {
    background-size: 1500px;
  }
  #page-about .concept__cont {
    margin-bottom: 40px;
  }
  #page-about .concept__cont h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #page-about .concept__cont h5 {
    font-size: 14px;
  }
  #page-about .concept__cont__L {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  #page-about .concept__cont__R {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  #page-about .link-btns {
    width: 100%;
    margin-bottom: 50px;
  }
  #page-about .link-btns__L {
    width: 100%;
    float: none;
  }
  #page-about .link-btns__R {
    width: 100%;
    float: none;
  }
  #page-about .media-area {
    width: 100%;
    padding: 20px;
  }
  #page-about .media-area__L {
    width: 100%;
    float: none;
    background: none;
  }
  #page-about .media-area__R {
    width: 100%;
    float: none;
    background: none;
    padding-right: 0;
    margin-top: -100px;
    margin-bottom: 30px;
  }
  #page-about .media-area__R p {
    margin-top: 30px;
  }
  #page-about .media-area a {
    border-top: none;
    text-align: center;
    background: #ed4236;
    color: #fff;
    display: block;
    clear: both;
    padding: 8px 0;
  }
}

#page-access section {
  margin-bottom: 90px;
}
#page-access .c-table th {
  border-right: none;
}
#page-access .c-table td {
  padding: 20px;
}
#page-access .content02__cont {
  margin-top: 20px;
}
#page-access .content02__cont__L {
  float: left;
}
#page-access .content02__cont__R {
  width: 180px;
  float: right;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #page-access section {
    margin-bottom: 50px;
  }
  #page-access .content02__cont {
    margin-top: 20px;
  }
  #page-access .content02__cont__L {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  #page-access .content02__cont__R {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
}

#page-recruit .recuit-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 30px;
  background: url(../img/pages/about/recruit/line.png);
  background-repeat: no-repeat;
  background-position: bottom;
  margin-bottom: 30px;
}
#page-recruit .recuit-btns {
  text-align: center;
  margin-bottom: 100px;
}
#page-recruit .recuit-btns li {
  display: inline-block;
}
#page-recruit .content01 {
  margin-bottom: 100px;
}
#page-recruit .content01 .term-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #ed4236;
}
#page-recruit .content01 .term-title p {
  display: inline-block;
  position: relative;
  padding-left: 65px;
  margin-bottom: 50px;
}
#page-recruit .content01 .term-title p:before {
  content: "";
  display: block;
  background: url(../img/pages/about/recruit/icon_rewriter.png);
  width: 55px;
  height: 55px;
  position: absolute;
  top: -8px;
  left: 0;
}
#page-recruit .content01 .term {
  margin-bottom: 40px;
  font-size: 14px;
}
#page-recruit .content01 .c-line-title {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #page-recruit .recuit-btns {
    margin-bottom: 50px;
  }
  #page-recruit .content01 {
    margin-bottom: 50px;
  }
}

#page-media {
  background-position: center 60%;
}
#page-media section {
  margin-bottom: 80px;
}
#page-media .media-list li {
  font-size: 14px;
  margin-bottom: 40px;
}
#page-media .media-list__L {
  width: 200px;
  float: left;
  margin-right: 20px;
}
#page-media .media-list__L img {
  width: 100%;
}
#page-media .media-list__R {
  width: 800px;
  float: left;
}
#page-media .media-list__R h4 {
  font-size: 20px;
  font-weight: bold;
  color: #ed4236;
  margin-bottom: 16px;
}
#page-media .media-list__R .vol {
  position: relative;
  padding-left: 16px;
}
#page-media .media-list__R .vol:before {
  content: url(../img/object/dot.png);
  position: absolute;
  top: 0;
  left: 0;
}
#page-media .media-list__R .title {
  font-weight: bold;
  margin-bottom: 10px;
}
#page-media .media-list__R .title a{
  color:#333;
  margin-top: 0px;
}
#page-media .media-list__R a {
  display: block;
  color: #ed4236;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #page-media .media-list li {
    margin-bottom: 50px;
  }
  #page-media .media-list__L {
    width: 50%;
    margin: 0 auto 10px auto;
    float: none;
  }
  #page-media .media-list__R {
    width: 100%;
    float: none;
  }
  #page-media .media-list__R h4 {
    font-size: 16px;
    margin-bottom: 0;
  }
}

#page-contact .inner {
  width: 800px;
  padding-bottom: 100px;
}
#page-contact .req {
  color: #ed4337;
}
#page-contact section {
  font-size: 14px;
  margin-bottom: 40px;
}
#page-contact section .date {
  text-align: right;
}
#page-contact section .camp-name {
  margin-bottom: 40px;
}
#page-contact section h3 {
  margin-bottom: 60px;
}
#page-contact section .cont {
  margin-bottom: 40px;
}
#page-contact section h4 {
  margin-bottom: 10px;
}
#page-contact section p {
  margin-bottom: 10px;
}
#page-contact .prt-text {
  margin: 0 auto 60px auto;
}
#page-contact .prt-text a {
  color: #ed4337;
}
#page-contact .required-text {
  color: #ed4337;
  font-weight: bold;
}
#page-contact .contact-form {
  width: 100%;
  margin: 0 auto 30px auto;
}
#page-contact .contact-form th {
  font-size: 16px;
  font-weight: bold;
  width: 220px;
  padding-bottom: 20px;
  vertical-align: top;
}
#page-contact .contact-form td {
  padding-bottom: 20px;
}
#page-contact .contact-form td input, #page-contact .contact-form td textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #e2e2e2;
}
#page-contact .contact-form td textarea {
  height: 300px;
}
#page-contact .contact-form td .pri-btn {
  width: auto;
}
#page-contact .thanks-text {
  text-align: center;
  font-size: 14px;
  margin-bottom: 100px;
}
#page-contact .pri-box {
  width: 100%;
  height: 200px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  overflow: scroll;
}
#page-contact .pri-box__in {
  padding: 20px;
  background-color: #f8f8f6;
}
#page-contact .pri-box__in h3 {
  text-align: center;
  margin-bottom: 20px;
}
#page-contact .pri-box__in ul {
  padding-left: 20px;
  margin-top: 30px;
}
#page-contact .pri-box__in ul li {
  list-style-type: decimal;
  margin-bottom: 20px;
}
#page-contact .pri-box__in a {
  text-decoration: underline;
}
#page-contact .pri-check {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #page-contact .inner {
    width: 90%;
  }
  #page-contact .c-page-title h2 {
    width: 200px;
  }
  #page-contact .c-page-title h4 {
    margin-top: 0;
  }
  #page-contact .contact-form {
    width: 100%;
    margin: 0 auto 40px auto;
  }
  #page-contact .contact-form th {
    width: 100%;
    display: block;
  }
  #page-contact .contact-form td {
    width: 100%;
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
