/*----------------------------------------------------
banner
----------------------------------------------------*/
#banner {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  #banner {
    height: calc(100vh - 40px);
  }
}
#banner .top_topic_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #banner .top_topic_sp {
    text-align: right;
    color: #E60012;
    display: block;
    position: absolute;
    top: 100px;
    right: 23px;
    font-weight: bold;
    -webkit-animation: fadein 1.5s ease-out forwards;
            animation: fadein 1.5s ease-out forwards;
  }
}
#banner .main_logo {
  width: 100%;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #banner .main_logo {
    position: absolute;
    top: 66%;
    left: 50%;
  }
}
#banner .main_logo .m_inner {
  width: 230px;
  margin: 0 auto 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #banner .main_logo .m_inner {
    width: 150px;
    margin-bottom: 20px;
  }
}
#banner .main_logo .m_inner p.img {
  width: 100%;
}
#banner .main_logo .catch {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #banner .main_logo .catch {
    width: 100%;
    margin: 0 auto 0px;
    padding: 0 10px;
  }
}
#banner .main_logo .catch .c_inner {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
#banner .main_logo .catch .c_inner .top_topic {
  position: absolute;
  right: 0;
  top: 0;
  color: #E60012;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #banner .main_logo .catch .c_inner .top_topic {
    display: none;
  }
}
#banner .main_logo .catch .c_inner h2 {
  position: relative;
  font-size: 5rem;
  margin-bottom: 15px;
  line-height: 1.4;
  opacity: 0;
  -webkit-animation: fadein 2s ease-out forwards;
          animation: fadein 2s ease-out forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media screen and (max-width: 768px) {
  #banner .main_logo .catch .c_inner h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
#banner .main_logo .catch .c_inner h2 span {
  display: block;
  font-size: 2.5rem;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 768px) {
  #banner .main_logo .catch .c_inner h2 span {
    font-size: 2rem;
  }
}
#banner .main_logo .catch .c_inner p {
  opacity: 0;
  -webkit-animation: fadein 2s ease-out forwards;
          animation: fadein 2s ease-out forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  position: relative;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #banner .main_logo .catch .c_inner p {
    font-size: 1.5rem;
  }
}
#banner .main_logo .catch .c_inner p span {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  #banner .main_logo .catch .c_inner p span {
    font-size: 1.7rem;
  }
}
#banner .wave {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#banner .wave .w_inner {
  width: 100%;
  height: 200px;
}

@-webkit-keyframes gra {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 110%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@keyframes gra {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 110%;
  }
  100% {
    background-position: 0% 0%;
  }
}
/*----------------------------------------------------
message
----------------------------------------------------*/
.message_wrap {
  background: url("../img/bk_color.jpg") no-repeat;
}
@media screen and (max-width: 768px) {
  .message_wrap {
    background: #F3F3F3;
  }
}
.message_wrap .bg_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .message_wrap .bg_sp {
    display: block;
  }
}
.message_wrap #message {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0px;
}
@media screen and (max-width: 768px) {
  .message_wrap #message {
    width: 100%;
    margin: 0 auto 0px;
    padding: 0 10px;
    padding: 50px 10px 0;
  }
}
.message_wrap #message .hfp {
  text-align: center;
}
.message_wrap #message .fadein1 {
  width: 100%;
  text-align: center;
  margin-bottom: 150px;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
@media screen and (max-width: 768px) {
  .message_wrap #message .fadein1 {
    width: 100%;
    margin: 0 auto 100px;
  }
}
.message_wrap #message .pardecor {
  padding: 200px 0 0;
  position: relative;
  /*vertical-align: middle;
  text-align: center;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.message_wrap #message .pardecor:before {
  content: "";
  position: absolute;
  top: 199px;
  left: -10px;
  width: 16%;
  height: 1px;
  background: #e60012;
}
@media screen and (max-width: 768px) {
  .message_wrap #message .pardecor:before {
    top: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .message_wrap #message .pardecor {
    display: block;
    width: 78%;
    margin: 100px auto 0;
    border: 1px solid #333;
    padding: 30px;
    background: #fff;
  }
}
.message_wrap #message .pardecor .p_inner {
  width: 52%;
  height: 497px;
  padding: 45px 40px;
  position: relative;
}
.message_wrap #message .pardecor .p_inner:before {
  content: "";
  position: absolute;
  top: -19px;
  left: 10px;
  width: 1px;
  height: 16%;
  background: #e60012;
}
@media screen and (max-width: 768px) {
  .message_wrap #message .pardecor .p_inner:before {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .message_wrap #message .pardecor .p_inner {
    width: 100%;
    padding: 0;
    height: auto;
  }
}
.message_wrap #message .pardecor .p_inner .main_ttl {
  font-size: 2.3rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  position: relative;
  padding: 0 50px 50px 0;
}
.message_wrap #message .pardecor .p_inner .main_ttl:before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 43px;
  width: 1px;
  height: 65%;
  background: #e60012;
}
@media screen and (max-width: 768px) {
  .message_wrap #message .pardecor .p_inner .main_ttl:before {
    bottom: -14px;
    right: 0;
    height: 66%;
  }
}
.message_wrap #message .pardecor .p_inner .main_ttl:after {
  content: "";
  position: absolute;
  bottom: 9px;
  right: 22px;
  width: 38%;
  height: 1px;
  background: #e60012;
}
@media screen and (max-width: 768px) {
  .message_wrap #message .pardecor .p_inner .main_ttl:after {
    bottom: -5px;
    right: -9px;
    width: 21%;
  }
}
@media screen and (max-width: 1000px) {
  .message_wrap #message .pardecor .p_inner .main_ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .message_wrap #message .pardecor .p_inner .main_ttl {
    font-size: 1.5rem;
    margin-bottom: 36px;
    font-weight: 600;
    text-align: center;
    padding: 10px 10px;
  }
}
.message_wrap #message .pardecor p {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .message_wrap #message .pardecor p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .message_wrap #message .pardecor p {
    font-size: 1.3rem;
    text-align: justify;
    letter-spacing: 0.2em;
    margin-top: 0;
  }
}
.message_wrap #message .pardecor .inner_img {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .message_wrap #message .pardecor .inner_img {
    width: 80%;
    margin: 30px auto 0;
  }
}

.proust {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0px;
  text-align: left;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  position: relative;
}
@media screen and (max-width: 768px) {
  .proust {
    width: 85%;
    margin: 0 auto;
    padding: 0;
  }
}
.proust:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 9px;
  height: 9px;
  background: #333;
}
.proust:after {
  content: "";
  position: absolute;
  top: -5px;
  right: 0;
  width: 9px;
  height: 9px;
  background: #333;
}
.proust .pr_pic_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .proust .pr_pic_sp {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
}
.proust .proust_box {
  padding: 0 65px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .proust .proust_box {
    width: 100%;
    margin: 0 auto 0px;
    padding: 0 10px;
  }
}
.proust .proust_box:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 9px;
  height: 9px;
  background: #333;
}
.proust .proust_box:after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 9px;
  height: 9px;
  background: #333;
}
.proust .proust_box h3 {
  font-size: 1.9rem;
  font-weight: bold;
  margin-top: 50px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .proust .proust_box h3 {
    margin: 30px 0;
    font-size: 1.6rem;
    text-align: center;
  }
}
.proust .proust_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 50px;
}
.proust .proust_box ul li {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .proust .proust_box ul li {
    width: 100%;
  }
}
.proust .proust_box ul li p {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .proust .proust_box ul li p {
    font-size: 1.3rem;
    letter-spacing: 0.2em;
  }
}
.proust .proust_box ul li:last-child {
  width: auto;
}
@media screen and (max-width: 768px) {
  .proust .proust_box ul li:last-child {
    display: none;
  }
}

/*----------------------------------------------------
service
----------------------------------------------------*/
#service {
  margin: 200px 0 50px;
}
@media screen and (max-width: 768px) {
  #service {
    margin: 90px 0 0;
  }
}
#service .s_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0px;
  overflow: hidden;
}
#service .s_inner .main_ttl {
  font-family: "Josefin Sans", sans-serif;
  font-size: 7.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.6;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #service .s_inner .main_ttl {
    font-size: 4.5rem;
  }
}
#service .s_inner .buis {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 0px;
  padding: 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #service .s_inner .buis {
    padding: 25px 10px;
  }
}
#service .s_inner .buis p {
  padding-top: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #service .s_inner .buis p {
    font-size: 1.3rem;
    letter-spacing: 0.2em;
  }
}

/*----------------------------------------------------
case 4section
----------------------------------------------------*/
#case {
  padding: 50px 0;
  margin-bottom: 150px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #case {
    padding-top: 0;
  }
}
#case:before {
  content: "";
  position: absolute;
  right: 50%;
  width: 1px;
  height: 100%;
  background: #ccc;
}
@media screen and (max-width: 768px) {
  #case:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #case {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1000px) {
  #case img {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  #case img {
    width: 50%;
  }
}
#case .bg_inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #case .bg_inner {
    width: 100%;
  }
}
#case .ca_inner {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #case .ca_inner {
    width: 100%;
    margin: 0 auto 0px;
    padding: 0 10px;
  }
}
#case .ca_inner:after {
  content: "";
  clear: both;
  display: block;
}
#case .left_bg1 {
  position: relative;
  float: left;
}
@media screen and (max-width: 768px) {
  #case .left_bg1 {
    padding: 60px 0;
  }
}
#case .left_bg1:before {
  content: "";
  position: absolute;
  top: 0;
  width: 44.5%;
  height: 100%;
  background: #f3f3f3;
  display: block;
  z-index: -1;
}
#case .left_bg1 .ca_left1 {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #case .left_bg1 .ca_left1 {
    width: 100%;
  }
}
#case .left_bg1 .ca_left1 .ca_service_l1 {
  position: absolute;
  top: 111px;
  left: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}
#case .left_bg1 .ca_left1 .ca_service_l1:before {
  content: "";
  position: absolute;
  top: -27px;
  left: -51px;
  width: 1px;
  height: 85px;
  background: #333;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#case .right_bg1 {
  clear: both;
  position: relative;
  float: right;
}
@media screen and (max-width: 768px) {
  #case .right_bg1 {
    padding: 60px 0;
  }
}
#case .right_bg1:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 44.5%;
  height: 100%;
  background: #f3f3f3;
  display: block;
  z-index: -1;
}
#case .right_bg1 .ca_right1 {
  position: relative;
  text-align: center;
  z-index: 1;
}
#case .right_bg1 .ca_right1 .ca_service_r1 {
  position: absolute;
  top: 105px;
  right: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}
#case .right_bg1 .ca_right1 .ca_service_r1:before {
  content: "";
  position: absolute;
  top: -21px;
  left: -47px;
  width: 1px;
  height: 80px;
  background: #333;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  #case .right_bg1 .ca_right1 .ca_service_r1:before {
    top: -26px;
  }
}
#case .left_bg2 {
  float: left;
  position: relative;
  float: left;
}
@media screen and (max-width: 768px) {
  #case .left_bg2 {
    padding: 60px 0;
  }
}
#case .left_bg2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 44.5%;
  height: 100%;
  background: #f3f3f3;
  display: block;
}
#case .left_bg2 .ca_left2 {
  position: relative;
  text-align: center;
}
#case .left_bg2 .ca_left2 .ca_service_l2 {
  position: absolute;
  top: 111px;
  left: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}
#case .left_bg2 .ca_left2 .ca_service_l2:before {
  content: "";
  position: absolute;
  top: -22px;
  left: -51px;
  width: 1px;
  height: 85px;
  background: #333;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  #case .left_bg2 .ca_left2 .ca_service_l2:before {
    top: -29px;
  }
}
#case .right_bg2 {
  clear: both;
  position: relative;
  float: right;
}
@media screen and (max-width: 768px) {
  #case .right_bg2 {
    padding: 60px 0;
  }
}
#case .right_bg2:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 44.5%;
  height: 100%;
  background: #f3f3f3;
  display: block;
  z-index: -1;
}
#case .right_bg2 .ca_right2 {
  position: relative;
  text-align: center;
  z-index: 1;
}
#case .right_bg2 .ca_right2 .ca_service_r2 {
  position: absolute;
  top: 105px;
  right: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}
#case .right_bg2 .ca_right2 .ca_service_r2:before {
  content: "";
  position: absolute;
  top: -21px;
  left: -48px;
  width: 1px;
  height: 80px;
  background: #333;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  #case .right_bg2 .ca_right2 .ca_service_r2:before {
    top: -26px;
  }
}
#case .ca_ttl {
  font-weight: bold;
  line-height: 1.5;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #case .ca_ttl {
    font-size: 1.3rem;
  }
}
#case p {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #case p {
    font-size: 2rem;
  }
}

/*----------------------------------------------------
process
----------------------------------------------------*/
#process {
  clear: both;
}
@media screen and (max-width: 768px) {
  #process {
    margin-bottom: 50px;
  }
}
#process .main_ttl {
  font-family: "Josefin Sans", sans-serif;
  font-size: 7.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.6;
  padding: 100px 0;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
@media screen and (max-width: 768px) {
  #process .main_ttl {
    font-size: 4.5rem;
    padding: 50px 0;
  }
}
#process .pr_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 100px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #process .pr_inner {
    width: 80%;
  }
}
#process .pr_inner:before {
  position: absolute;
  bottom: 39%;
  left: 29%;
  content: "";
  display: block;
  width: 50px;
  height: 80px;
  background: url("../img/arrows.jpg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #process .pr_inner:before {
    display: none;
  }
}
#process .pr_inner:after {
  position: absolute;
  bottom: 39%;
  right: 27%;
  content: "";
  display: inline-block;
  width: 50px;
  height: 80px;
  background: url("../img/arrows.jpg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #process .pr_inner:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #process .pr_inner {
    display: block;
    padding: 0 40px;
  }
}
@media all and (-ms-high-contrast: none) {
  #process .pr_inner .step {
    margin-right: 150px;
  }
}
@media all and (-ms-high-contrast: none) {
  #process .pr_inner .step:last-child {
    margin-right: 0;
  }
}
#process .pr_inner .step .josefin {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #process .pr_inner .step .josefin {
    margin-top: 50px;
    margin-bottom: 0;
  }
}
#process .pr_inner .step .p_outline {
  border: 1px solid #000;
  border-radius: 20px;
  padding: 40px 20px;
  height: 363px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #process .pr_inner .step .p_outline {
    height: auto;
  }
}
#process .pr_inner .step .p_outline h4 {
  text-align: center;
  font-weight: bold;
  font-size: 1.7rem;
  display: block;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  #process .pr_inner .step .p_outline h4 {
    font-size: 1.8rem;
  }
}
#process .pr_inner .step .p_outline p {
  width: 35%;
  margin: 0 auto;
  padding: 50px 0;
}
#process .pr_inner .step .p_outline .p_small {
  margin: 0 auto;
  font-size: 1.4rem;
  display: block;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #process .pr_inner .step .p_outline .p_small {
    font-size: 1.3rem;
  }
}
#process .pr_inner .step ul li {
  width: 200px;
  max-width: 100%;
  position: relative;
  border: 1px solid #000;
  border-radius: 20px;
  margin-bottom: 15px;
  padding: 20px;
}
#process .pr_inner .step ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #process .pr_inner .step ul li {
    width: 100%;
    padding: 31px;
    font-size: 1.25rem;
  }
}
#process .pr_inner .step ul li .red {
  position: absolute;
  top: 0;
  left: 10px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  color: #E60012;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #process .pr_inner .step ul li .red {
    font-size: 2rem;
  }
}
#process .pr_inner .step ul li p {
  text-align: center;
  font-weight: bold;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  #process .pr_inner .step ul li p {
    font-size: 1.6rem;
  }
}

/*----------------------------------------------------
news
----------------------------------------------------*/
#news {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #news {
    width: 100%;
    margin: 0 auto 0px;
    padding: 0 10px;
    padding: 50px 10px;
  }
}
#news .n_inner {
  width: 1000px;
  max-width: 100%;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  #news .n_inner {
    margin: 0;
    padding: 0;
  }
}
#news .n_inner .news_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #news .n_inner .news_flex {
    display: block;
  }
}
#news .n_inner .news_flex .news_ttl {
  font-family: "Josefin Sans", sans-serif;
  font-size: 5rem;
  font-weight: 400;
  border-right: 1px dotted #ccc;
  padding: 35px;
}
@media screen and (max-width: 768px) {
  #news .n_inner .news_flex .news_ttl {
    font-size: 4.5rem;
    border-right: none;
  }
}
#news .n_inner .news_flex .news_topic {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #news .n_inner .news_flex .news_topic ul {
    margin-bottom: 30px;
  }
}
#news .n_inner .news_flex .news_topic ul li {
  padding: 0 0 0 40px;
  position: relative;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  #news .n_inner .news_flex .news_topic ul li {
    padding: 5px 5px 30px 40px;
  }
}
#news .n_inner .news_flex .news_topic ul .category {
  display: inline-block;
  width: 190px;
  font-size: 1.4rem;
}
#news .n_inner .news_flex .news_topic ul time {
  width: 8%;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  #news .n_inner .news_flex .news_topic ul time {
    display: block;
  }
}
#news a {
  width: 25%;
  margin: 0 auto;
  text-align: center;
  background: #231815;
  border: 1px solid #231815;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #news a {
    width: 40%;
    margin: 0 auto;
  }
}
#news a:hover {
  background: #fff;
  color: #231815;
}
#news a .josefin {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
}

/*----------------------------------------------------
c_list
----------------------------------------------------*/
#c_list {
  margin-bottom: 100px;
  border-bottom: 2px solid #ccc;
}
@media screen and (max-width: 768px) {
  #c_list {
    padding: 0 10px;
    margin-bottom: 50px;
  }
}
#c_list .c_list_ttl {
  font-size: 2.8rem;
  text-align: center;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #c_list .c_list_ttl {
    font-size: 2rem;
    padding: 50px 0;
  }
}
#c_list .list_box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0px;
  margin-bottom: 100px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #c_list .list_box {
    padding: 0;
    margin-bottom: 50px;
  }
}
#c_list .list_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #c_list .list_box ul li {
    margin: 10px;
  }
}
#c_list .list_box ul li:first-child {
  margin-right: 20px;
}
#c_list .list_box ul li:nth-child(6) {
  margin: 30px;
}
@media screen and (max-width: 768px) {
  #c_list .list_box ul li:nth-child(6) {
    margin: 10px;
  }
}
#c_list .list_box ul li:nth-child(7) {
  margin: 30px;
}
@media screen and (max-width: 768px) {
  #c_list .list_box ul li:nth-child(7) {
    margin: 10px;
  }
}
#c_list .list_box ul li:last-child {
  margin: 30px;
}
@media screen and (max-width: 768px) {
  #c_list .list_box ul li:last-child {
    margin: 10px;
  }
}
@media screen and (max-width: 768px) {
  #c_list .list_box ul li {
    display: block;
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  #c_list .list_box .c_margin {
    margin: 0 10px;
  }
}

/*----------------------------------------------------
company
----------------------------------------------------*/
#company .main_ttl {
  font-family: "Josefin Sans", sans-serif;
  font-size: 7.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.6;
  padding-bottom: 100px;
  border-bottom: 2px solid #ccc;
}
@media screen and (max-width: 768px) {
  #company .main_ttl {
    font-size: 4.5rem;
    padding-bottom: 50px;
  }
}
#company .co_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0px;
}
#company .about {
  /*display: flex;
  justify-content: space-between;*/
  padding: 100px 0;
  /*.gmap {
  	width: 50%;

  	@include sp_css {
  		width: 100%;
  		height: 400px;
  		padding: 0 10px;
  	}



  }*/
}
@media screen and (max-width: 768px) {
  #company .about {
    display: block;
    width: 100%;
    padding: 30px 0 80px;
  }
}
#company .about .c_detail {
  width: 80%;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  #company .about .c_detail {
    width: 100%;
    margin: 0 auto 20px;
    padding: 0 10px;
  }
}
#company .about .c_detail table {
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #company .about .c_detail table {
    font-size: 1.3rem;
  }
}
#company .about .c_detail table tr {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  #company .about .c_detail table tr {
    border-right: 1px solid #ddd;
  }
}
#company .about .c_detail table tr th {
  width: 30%;
  height: 111px;
  background: #ccc;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #company .about .c_detail table tr th {
    width: 36%;
    padding: 23px;
  }
}
#company .about .c_detail table tr td {
  vertical-align: middle;
  padding-left: 50px;
}

/*----------------------------------------------------
Instagram
----------------------------------------------------*/
.insta_box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0px;
}
@media screen and (max-width: 768px) {
  .insta_box {
    padding: 0 20px;
  }
}
.insta_box .insta_logo {
  margin-bottom: 10px;
  width: 27%;
  /*span {
  	display: inline-block;
   			width: 6%;
  	vertical-align: text-bottom;

  	@include sp_css {
  	width: 13%;
  	}
  }

  p {
  	display: inline-block;

  	@include sp_css {
  		width: 45%;
  	}
  }*/
  /*&::before {
  		  content: '';
  		  display: inline-block;
  		  width: 49px;
  		  height: 49px;
  		  background-image: url("../img/insta.png");
  		  background-size: contain;
  		  vertical-align: top;
  	}*/
}
@media screen and (max-width: 768px) {
  .insta_box .insta_logo {
    width: 50%;
  }
}
.insta_box #insta-widget .iswg-images {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
@media screen and (max-width: 768px) {
  .insta_box #insta-widget .iswg-images {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
.insta_box #insta-widget .iswg-images .iswg-images-item {
  width: 28% !important;
}
@media screen and (max-width: 768px) {
  .insta_box #insta-widget .iswg-images .iswg-images-item {
    width: 33% !important;
  }
}
.insta_box #insta-widget .iswg-copyright-wrapper {
  padding: 0 5px 100px;
}

.place-card-large {
  display: none;
}