@import url("https://fonts.googleapis.com/css?family=Ubuntu:300i,700i");
/*==============================*/
/* top */
/*==============================*/
/*
    COMMON
*/
article * + .m_section {
  margin-top: 0;
}

/*
    KV
*/
.kv {
  height: 550px;
  background: url(/img/index_bg_kv.jpg) no-repeat 50% 100%;
  background-size: cover;
}

.kv_inner {
  width: 1100px;
  margin: 0 auto;
  padding-top: 150px;
  padding-left: 85px;
}

.kv h1 {
  color: #ffffff;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: -2px;
}

.kv .m_btn_003 {
  margin-left: 18px;
  margin-top: 54px;
}

.kv .m_btn_003 li a {
  border: none;
  display: block;
  height: auto;
  padding-left: 0;
  padding-right: 70px;
  width: 340px;
}

.kv .m_btn_003 li a:before,
.kv .m_btn_003 li a:after {
  right: 24px;
}

.kv .m_btn_003 li a:hover:before,
.kv .m_btn_003 li a:hover:after {
  right: 18px;
}

.kv .m_btn_003 li a > span {
  display: block;
  padding: 16px 10px 8px 30px;
}

.kv .m_btn_003 li a > span + span {
  border-top: 1px solid #5c79b3;
  padding: 8px 10px 16px 30px;
}

@media screen and (max-width: 767px) {
  .kv {
    height: 322px;
    background: url(/img/index_bg_kv_sp.jpg) no-repeat 50% 100%;
    background-size: cover;
  }
  .kv_inner {
    padding: 98px 18px 0 18px;
    width: 100%;
  }
  .kv h1 {
    text-align: center;
  }
  .kv h1 img {
    max-width: 100%;
    max-height: 68px;
  }
  .kv .m_btn_003 {
    margin-top: 29px;
    margin-left: 5%;
    margin-right: 5%;
  }
  .kv .m_btn_003 li {
    padding-left: 0;
    padding-right: 0;
    max-width: 295px;
    margin-left: auto;
    margin-right: auto;
  }
  .kv .m_btn_003 li a {
    padding: 0 45px 0 0;
    width: 100%;
  }
  .kv .m_btn_003 li a:before,
  .kv .m_btn_003 li a:after {
    right: 10px;
  }
  .kv .m_btn_003 li a:before {
    width: 24px;
  }
  .kv .m_btn_003 li a:hover:before,
  .kv .m_btn_003 li a:hover:after {
    right: 10px;
  }
  .kv .m_btn_003 li a > span {
    padding: 10px 0 8px 45px;
  }
  .kv .m_btn_003 li a > span + span {
    padding: 8px 0 10px 45px;
  }
}
/*
    MESSAGE
*/
.message {
  width: 1100px;
  margin: 16px auto 0 auto;
  padding: 8px 0;
  border-top: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .message {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
}
/*
    SERVICE
*/
.service {
  padding: 80px 0 100px 0;
}

.service_slide ul {
  margin-bottom: 120px;
}

.service_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.service_list li {
  width: 14.28%;
}

.service_list li + li {
  border-left: 1px solid #bcbcbc;
}

.service_list li:nth-child(1) {
  border-left: 1px solid #bcbcbc;
}

.service_list li:last-child {
  border-right: 1px solid #bcbcbc;
}

.service_list li a {
  display: block;
  padding: 10px 9% 20px 9%;
  color: #163f92;
  background: url(/img/index_icon_service.png) no-repeat 50% calc(100% - 2px);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.service_list li a:hover {
  background: url(/img/index_icon_service.png) no-repeat 52% calc(100% - 2px);
  text-decoration: none;
}

.service_list li a:hover .service_list_txt,
.service_list li a:hover .service_list_img {
  opacity: 0.7;
}

.service_list_img {
  width: 100%;
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service_list_txt {
  width: 100%;
  height: 70px;
  margin-top: 5px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service .m_btn_001 {
  text-align: center;
}

.m_section.service .section_in {
  width: 100%;
  max-width: 1464px;
}

@media screen and (max-width: 767px) {
  .service {
    padding: 55px 0 0 0;
  }
  .service_list {
    margin-top: 20px;
  }
  .service_list li {
    width: 50%;
    border-bottom: 1px solid #bcbcbc;
  }
  .service_list li + li {
    border-left: none;
  }
  .service_list li:nth-child(1) {
    margin-left: 0;
    border-left: none;
  }
  .service_list li:nth-child(4),
  .service_list li:nth-child(5),
  .service_list li:nth-child(6),
  .service_list li:nth-child(7) {
    margin-top: 0;
  }
  .service_list li:nth-child(7) {
    border-bottom: none;
  }
  .service_list li:nth-child(odd) {
    border-right: 1px solid #bcbcbc;
  }
  .service_list li:nth-child(even) {
    position: relative;
  }
  .service_list li:nth-child(even):after {
    content: "";
    width: 12px;
    height: 12px;
    background: #ffffff;
    position: absolute;
    left: -6px;
    bottom: -6px;
  }
  .service_list li a {
    padding: 20px 0 30px 0;
    background-position: 50% calc(100% - 13px);
  }
  .service_list_img {
    height: 72px;
  }
  .service_list_img img {
    height: auto;
  }
  .service_list_txt {
    height: 40px;
    padding: 0 20px;
    font-size: 1.2rem;
  }
  .service .m_btn_001 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .service_list li a {
    font-size: 1.4rem;
  }
}
/* slide */
.service_slide ul {
  display: flex;
  overflow: hidden;
  position: relative;
}

.service_slide ul:before,
.service_slide ul:after {
  content: "";
  display: block;
  width: 120px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 5;
}

.service_slide ul:before {
  background: linear-gradient(to right, rgba(25, 117, 155, 0.7) 0%, rgba(25, 117, 155, 0) 100%);
  left: 0;
}

.service_slide ul:after {
  background: linear-gradient(to right, rgba(25, 117, 155, 0) 0%, rgba(25, 117, 155, 0.7) 100%);
  right: 0;
}

.service_slide ul li {
  margin: 0 1px;
  width: calc(25% - 2px);
  position: relative;
}

.service_slide ul li img {
  width: 100%;
}

.service_slide ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.service_slide ul li a:hover .service_slide_ttl .m_link_001:after {
  right: -6px;
}

/* hover */
.service_slide ul li a:hover .service_slide_box {
  height: 100%;
}

.service_slide ul li a:hover .service_slide_ttl {
  height: auto;
}

.service_slide_box {
  width: 100%;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  background: rgba(14, 136, 187, 0.8);
  z-index: 20;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.service_slide_ttl {
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  margin-top: auto;
  margin-bottom: 15px;
}

.service_slide_ttl .m_link_001:after {
  margin-top: -6px;
  background: url(/img/index_icon_service_slide.png) no-repeat;
}

.service_slide_txt {
  width: 100%;
  padding: 0 16%;
  color: #ffffff;
  font-size: 1.4rem;
}

/* slide */
.service_slide .slick-slider .slick-list {
  width: 100%;
}

.service_slide .slick-slider .slick-track,
.service_slide .slick-slider .slick-list {
  position: relative;
}

.service_slide .slick-arrow {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  background: none;
  border: none;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  z-index: 10;
  outline: none;
}

.service_slide .slick-arrow.slick-prev {
  left: 30px;
  transform: rotate(-45deg);
}

.service_slide .slick-arrow.slick-next {
  right: 30px;
  transform: rotate(135deg);
}

.service_slide .slick-arrow:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .service_slide {
    margin-top: 50px;
    position: relative;
  }
  .service_slide ul {
    margin-bottom: 50px;
  }
  .service_slide ul:before,
  .service_slide ul:after {
    display: none;
  }
  .service_slide ul li {
    width: calc(50% - 2px);
  }
  .service_slide ul li a {
    position: relative;
  }
  .service_slide ul li a:hover .service_slide_ttl .m_link_001:after {
    right: 0;
  }
  /* hover */
  .service_slide ul li a:hover .service_slide_box {
    height: 35px;
  }
  .service_slide ul li a:hover .service_slide_ttl {
    height: 35px;
  }
  .service_slide .service_slide_left,
  .service_slide .service_slide_right {
    display: block;
    width: 60px;
    height: 132px;
    position: absolute;
    top: 0;
    z-index: 10;
  }
  .service_slide .service_slide_left {
    background: linear-gradient(to right, rgba(25, 117, 155, 0.7) 0%, rgba(25, 117, 155, 0) 100%);
    left: 0;
  }
  .service_slide .service_slide_right {
    background: linear-gradient(to right, rgba(25, 117, 155, 0) 0%, rgba(25, 117, 155, 0.7) 100%);
    right: 0;
  }
  .service_slide_box {
    height: 50px;
  }
  .service_slide_ttl {
    height: 50px;
    font-size: 1.4rem;
  }
  .service_slide_txt {
    padding: 18px 10px 0 10px;
    color: #222222;
    font-size: 1.3rem;
    background: #ffffff;
    position: relative;
    z-index: 100;
  }
  .service_slide .slick-arrow {
    width: 18px;
    height: 18px;
    top: 55px;
    z-index: 15;
  }
  .service_slide .slick-arrow.slick-prev {
    left: 15px;
  }
  .service_slide .slick-arrow.slick-next {
    right: 15px;
  }
}
/*
    CASE STUDY
*/
.casestudy {
  padding: 80px 0 64px 0;
  background: #e5f0f8;
}

article .m_section.casestudy .section_in {
  width: 1004px;
}

.casestudy_lead {
  color: #999999;
  font-size: 1.4rem;
}

.casestudy .m_card_003 ul li {
  margin: 0 8px !important;
  background: #ffffff;
}

.casestudy .m_card_003 ul li a {
  height: 100%;
}

.casestudy .m_card_003 ul li a .cnts {
  padding: 0 !important;
}

.casestudy .m_card_003 ul li a .cnts_wrapper {
  padding: 20px 20px 30px;
}

article .m_section.casestudy .m_card_003 .hl01 {
  padding: 8px 0 0 0;
}

.casestudy .m_card_003 .hl01:before {
  display: none;
}

.casestudy .slick-slider .slick-track,
.casestudy .slick-slider .slick-list {
  padding-bottom: 7px;
  position: relative;
}

.casestudy .slick-arrow {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  background: none;
  border: none;
  border-top: 2px solid #163f92;
  border-left: 2px solid #163f92;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  outline: none;
}

.casestudy .slick-arrow.slick-prev {
  left: -25px;
  transform: rotate(-45deg);
}

.casestudy .slick-arrow.slick-next {
  right: -25px;
  transform: rotate(135deg);
}

.casestudy .slick-arrow:hover {
  opacity: 0.7;
}

.casestudy .m_btn_002 {
  margin-top: 40px;
  text-align: center;
}

.casestudy .m_h2_001 + .m_card_003 {
  margin-top: 40px;
}

.casestudy .m_card_003 + .m_btn_002 {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .casestudy {
    padding: 50px 0 32px 0;
  }
  article .m_section.casestudy .section_in {
    width: auto;
    position: relative;
    padding: 0 14px;
  }
  .casestudy .m_card_003 {
    margin: 25px 0 0;
  }
  .casestudy .m_card_003 ul li {
    margin: 0 6px !important;
  }
  .casestudy .slick-arrow {
    width: 18px;
    height: 18px;
  }
  .casestudy .slick-slider {
    position: static;
  }
  .casestudy .slick-slider .slick-list {
    padding-bottom: 0;
  }
  .casestudy .slick-arrow.slick-prev {
    left: 20px;
    top: 100%;
    margin-top: -32px;
  }
  .casestudy .slick-arrow.slick-next {
    right: 20px;
    top: 100%;
    margin-top: -32px;
  }
  .casestudy .m_card_003 ul li a .cnts_wrapper {
    padding: 16px 20px;
  }
  article .casestudy .m_btn_002 {
    margin: 25px 0 0;
  }
}
/*
    BNR
*/
.bnr {
  width: 862px;
  margin: 0 auto;
  position: relative;
  top: -72px;
}

.bnr a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 862px;
  height: 144px;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.18);
  -webkit-transition: -webkit-box-shadow 0.3s ease-out;
  transition: -webkit-box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
}

.bnr a:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
  .bnr {
    display: block;
    height: 108px;
    width: 100%;
    padding: 0 10px;
    top: 0;
    text-align: center;
    margin-top: -54px;
  }
  .bnr a {
    display: inline-block;
    width: auto;
    height: 108px;
    white-space: auto;
    position: relative;
  }
  .bnr a:hover {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.18);
  }
  .bnr a img {
    max-width: 100%;
    height: 108px;
  }
  .bnr a:hover img {
    opacity: 1;
  }
}
/*
    RECRUIT
*/
.recruit {
  background: url(/img/index_bg_recruit.jpg) no-repeat 50% 100%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recruit h2 {
  font-weight: bold;
  font-size: 6.4rem;
  color: #ffffff;
  font-family: "Ubuntu", sans-serif;
  font-style: italic;
  line-height: 1;
  text-align: center;
}

.recruit h2 span {
  font-weight: normal;
}

.recruit_lead {
  color: #ffffff;
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
}

.recruit .m_btn_007 {
  text-align: center;
  margin-top: 50px;
}

.recruit .m_btn_007 li {
  text-align: center;
  display: block;
}

.recruit .m_btn_007 li + li {
  margin-left: 0;
  margin-top: 16px;
}

.recruit .m_btn_007 a {
  background: #fff;
  display: inline-flex;
}

.recruit .m_btn_007 li a {
  min-width: 390px;
}

.recruit .m_btn_007 li a span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .recruit {
    display: block;
    padding-top: 58px;
    height: 320px;
    background: url(/img/index_bg_recruit_sp.jpg) no-repeat 50% 100%;
    background-size: cover;
  }
  .recruit .section_in {
    padding: 0 !important;
  }
  .recruit h2 {
    font-size: 4rem;
  }
  .recruit_lead {
    margin-top: 5px;
    font-size: 1.6rem;
  }
  .recruit .m_btn_007 {
    margin-top: 30px;
  }
  .recruit .m_btn_007.column_2_sp li {
    padding: 0 20px;
    display: block;
    text-align: center;
  }
  .recruit .m_btn_007 li a {
    display: inline-block;
    max-width: 280px;
    min-width: 280px;
  }
  .recruit .m_btn_007 li + li {
    margin-top: 20px;
  }
}
/*
    COMPANY
*/
.company {
  background: #299ccc;
  padding: 45px 24px 0;
}
.company .m_h2_001 {
  color: #ffffff;
  font-size: 2.8rem;
}

.company_list {
  display: inline-flex;
  width: 100%;
  margin-top: 20px;
  max-width: 700px;
  text-align: left;
}
.company_list > li {
  width: calc(50% - 1px);
}

.company_top {
  background: url("/img/index_img_company.png?230620") center bottom/cover no-repeat;
  min-height: 220px;
}
.company_top > a {
  color: #ffffff;
  display: flex;
  height: 100%;
  align-items: flex-end;
  padding: 16px 16px 32px;
}
.company_top .company_ttl {
  font-size: 1.8rem;
  font-weight: bold;
}
.company_top .company_ttl + p {
  font-size: 1.4rem;
  margin-top: 8px;
}

.company_menu {
  margin-left: 2px;
}

.company_menu_list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  gap: 2px;
  height: 100%;
}

.company_menu_item a {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-size: 1.6rem;
  color: #ffffff;
  background-color: #0e88bb;
}
.company_menu_item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 1px;
  transition: background-color 0.3s ease-out, right 0.3s ease-out;
  background-color: #ffffff;
}
.company_menu_item a::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  transform: rotate(-45deg);
  transition: border-color 0.3s ease-out, right 0.3s ease-out;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.company_menu_item a:hover::before, .company_menu_item a:hover::after {
  right: 10px;
}

.company .m_btn_002 {
  margin-top: 20px;
  text-align: right;
  margin-right: -10px;
}
.company .m_btn_002 a {
  color: #ffffff;
  background: none;
  padding: 0 48px 0 0;
  min-width: inherit;
  height: auto;
}
.company .m_btn_002 a:hover {
  background: none;
  text-decoration: underline;
}
.company .m_btn_002 a::before {
  background: #ffffff;
}
.company .m_btn_002 a::after {
  border-color: #ffffff;
}

@media screen and (max-width: 767px) {
  .company {
    padding: 40px 20px 0;
  }
  .company .m_h2_001 {
    font-size: 2.4rem;
  }
  .company_list {
    display: block;
    margin-top: 15px;
    max-width: inherit;
  }
  .company_list > li {
    width: 100%;
  }
  .company_top {
    position: relative;
    min-height: inherit;
    padding-top: 50%;
  }
  .company_top > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 3% 3%;
  }
  .company_top .company_ttl {
    font-size: 1.4rem;
  }
  .company_top .company_ttl + p {
    font-size: 1.3rem;
    margin-top: 4px;
  }
  .company_menu {
    margin-top: 2px;
    margin-left: 0;
  }
  .company_menu_list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: none;
    grid-auto-rows: 1fr;
    width: 100%;
  }
  .company_menu_item a {
    padding: 20px 40px 20px 20px;
    font-size: 1.4rem;
  }
  .company_menu_item a::before {
    width: 20px;
    right: 10px;
  }
  .company_menu_item a::after {
    right: 10px;
  }
  .company_menu_item.declaration {
    width: 100%;
    height: auto;
    margin-top: 2px;
    margin-left: 0;
  }
  .company .m_btn_002 {
    display: none;
  }
}
/*
    IR
*/
.ir {
  padding: 34px 24px 38px 24px;
  color: #fff;
  background: #299ccc;
}

.ir a {
  color: #fff;
}

.ir .m_h2_001 {
  color: #fff;
  font-size: 2.8rem;
}

.ir .ir_list {
  max-width: 700px;
  margin: 20px auto 0 auto;
  display: flex;
  align-items: flex-start;
  text-align: left;
}

.ir .ir_list > li {
  width: 50%;
  padding: 10px 0;
}

.ir .ir_list > li:nth-of-type(2) {
  padding-left: 20px;
  border-left: 1px solid #fff;
}

.ir .ir_list dl dt {
  font-size: 1.8rem;
  font-weight: bold;
}

.ir .ir_list dl dt a {
  position: relative;
  padding-right: 48px;
}

.ir .ir_list dl dt a:before {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 24px;
  height: 1px;
  -webkit-transition: background 0.3s ease-out, right 0.3s ease-out;
  transition: background 0.3s ease-out, right 0.3s ease-out;
  background: #fff;
}

.ir .ir_list dl dt a:hover:before,
.ir .ir_list dl dt a:hover:after {
  right: 10px;
}

.ir .ir_list dl dt a:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.3s ease-out, right 0.3s ease-out;
  transition: border-color 0.3s ease-out, right 0.3s ease-out;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.ir .ir_list dl dd {
  margin-top: 18px;
}

.ir .m_btn_002 {
  margin-top: 20px;
  text-align: right;
  margin-right: -10px;
}

.ir .m_btn_002 a {
  color: #fff;
  background: none;
  padding: 0 48px 0 0;
  min-width: inherit;
  height: auto;
}

.ir .m_btn_002 a:hover {
  background: none;
  text-decoration: underline;
}

.ir .m_btn_002 a:before {
  background: #fff;
}

.ir .m_btn_002 a:after {
  border-color: #fff;
}

@media screen and (max-width: 767px) {
  .ir {
    padding: 40px 20px 28px 24px;
  }
  .ir .m_h2_001 {
    font-size: 2.4rem;
  }
  .ir .ir_list {
    max-width: inherit;
    margin: 18px 0 0;
    display: block;
  }
  .ir .ir_list > li {
    width: 100%;
    padding: 20px;
    border-top: 1px solid #7fc4e0;
  }
  .ir .ir_list > li:nth-of-type(2) {
    border-left: none;
    border-bottom: 1px solid #7fc4e0;
  }
  .ir .ir_list dl dt {
    font-size: 1.6rem;
  }
  .ir .ir_list dl dt a {
    position: relative;
    padding-right: 48px;
  }
  .ir .ir_list dl dt a:before {
    width: 20px;
  }
  .ir .ir_list dl dt a:hover:before,
  .ir .ir_list dl dt a:hover:after {
    right: 16px;
  }
  .ir .ir_list dl dd {
    margin-top: 16px;
  }
  .ir .m_btn_002 {
    margin-top: 20px;
    text-align: right;
    margin-right: -10px;
  }
  .ir .m_btn_002 > li {
    padding: 0;
  }
  .ir .m_btn_002 a {
    display: inline-block;
    padding: 0 48px 0 0;
    min-width: inherit;
    height: auto;
  }
}
/*
    section_wrapper
*/
.section_wrapper {
  display: flex;
}

.section_wrapper .section_wrapper_box {
  width: 50%;
}

.section_wrapper .m_section .section_in {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section_wrapper {
    display: block;
  }
  .section_wrapper .section_wrapper_box {
    width: 100%;
  }
  .section_wrapper .m_section .section_in {
    padding: 0;
  }
}
/*
    INFORMATION
*/
.information {
  padding: 105px 0 0 0;
}

.information .m_information {
  margin-top: 50px;
}

.information .info_cnts {
  padding-bottom: 28px;
  border-bottom: 1px dashed #777;
}

.information .m_txt_001 {
  text-align: right;
}

.information .section_in > .m_txt_001 {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .information {
    padding: 55px 0 0 0;
  }
  .information .m_information {
    margin-top: 25px;
  }
  .information .info_cnts {
    padding-bottom: 20px;
  }
}
