* {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
form,
figure {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  font-family: "Noto Serif JP", serif;
  color: #505050;
  font-size: 16px;
}

a {
  color: #505050;
  text-decoration: none;
}

.center {
  text-align: center;
}

.left {
  text-align: left !important;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

input[type=text],
input[type=email] {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Header
----------------------------------------------------------------*/
header {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  background: #FFF;
  border-bottom: 1px solid #ccc;
  width: 100%;
  height: 95px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

header .inner {
  width: 1200px;
}

header h1 {
  position: absolute;
  width: 300px;
  left: 0;
  top: 24px;
}

header h1 a {
  position: relative;
  display: block;
}

header h1 img {
  position: absolute;
  left: 0;
  top: 0;
}

header h1 p {
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  left: 100px;
  top: 16px;
  line-height: 1;
}

#hdr_tel {
  display: block;
  position: absolute;
  right: 140px;
  top: 5px;
  width: 151px;
  height: 56px;
}

#hdr_contact {
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
  width: 151px;
  height: 56px;
}

header ul {
  position: absolute;
  display: flex;
  right: 0;
  top: 62px;
  width: 680px;
}

header ul a {
  display: block;
  padding: 0px 9px 7px 9px;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: center bottom 0px;
}

#strength .strength a {
  background-image: url("/wp-content/themes/osakasogo/img/common/active.svg");
}

#business .business a {
  background-image: url("/wp-content/themes/osakasogo/img/common/active.svg");
}

#consulting .consulting a {
  background-image: url("/wp-content/themes/osakasogo/img/common/active.svg");
}

#company .company a {
  background-image: url("/wp-content/themes/osakasogo/img/common/active.svg");
}

#environment .environment a {
  background-image: url("/wp-content/themes/osakasogo/img/common/active.svg");
}

#qualifications .qualifications a {
  background-image: url("/wp-content/themes/osakasogo/img/common/active.svg");
}

#recruit .recruit a {
  background-image: url("/wp-content/themes/osakasogo/img/common/active.svg");
}

#contact .contact a {
  background-image: url("/wp-content/themes/osakasogo/img/common/active.svg");
}

/* Footer
----------------------------------------------------------------*/
footer {
  background: #06314E;
}

footer .inner {
  overflow: hidden;
  padding-top: 120px;
}

#ftr_cnt {
  float: left;
  width: 50%;
}

#ftr_logo {
  margin-bottom: 10px;
}

#ftr_logo a {
  display: block;
}

#ftr_logo img {
  width: 150px;
  height: auto;
}

#ftr_logo p {
  font-size: 16px;
  color: #FFF;
}

#ftr_address {
  font-size: 14px;
  color: #FFF;
}

footer ul {
  width: 50%;
  float: right;
  display: flex;
  flex-wrap: wrap;
}

footer li {
  width: 33.3%;
}

footer a {
  display: block;
  padding: 5px;
  color: #FFF;
}

#copyright {
  width: 100%;
  clear: both;
  text-align: center;
  padding: 70px 0;
  color: #FFF;
}

/* Structure
----------------------------------------------------------------*/
.inner {
  width: 1175px;
  margin: 0 auto;
  position: relative;
}

/* Contents
----------------------------------------------------------------*/
#mv {
  background-image: url("/wp-content/themes/osakasogo/img/top/mv_bg.jpg");
  background-size: auto 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #BCE6F1;
  height: 670px;
  text-align: center;
  padding-top: 160px;
  margin-top: 70px;
}

#mv h2 {
  font-family: "Bodoni Moda", serif;
  font-size: 83px;
  letter-spacing: 2px;
  line-height: 115%;
  color: #FFF;
  margin-bottom: 15px;
}

#mv p {
  color: #FFF;
  font-size: 30px;
}

#top_news {
  padding: 40px 0;
}

.h2 {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: normal;
}

.h2 p {
  font-size: 14px;
  font-weight: normal;
}

.list1 {
  margin-bottom: 40px;
}

.list1 li a {
  display: flex;
  border-bottom: 1px solid #BAB8B8;
  padding: 20px 0;
}

.date {
  font-size: 14px;
  width: 155px;
  padding-left: 15px;
}

.cat {
  font-size: 14px;
  background: #D2E2ED;
  width: 120px;
  text-align: center;
  line-height: 1;
  padding: 5px;
}

.list1 p {
  width: calc(100% - 275px);
  padding-left: 40px;
}

.right {
  text-align: right;
}

#top_business {
  padding: 40px 0;
}

#top_business .inner {
  width: 1200px;
}

#top_business .inner div {
  text-align: center;
}

#top_consulting .inner,
#top_recuit .inner {
  width: 100%;
  text-align: center;
  background-image: url("/wp-content/themes/osakasogo/img/top/bg_consulting.jpg");
  background-repeat: no-repeat;
  height: 505px;
  background-position: center;
  padding-top: 100px;
}

#top_consulting h2 {
  font-size: 32px;
  margin-bottom: 45px;
  font-weight: normal;
}

#top_consulting h3,
#top_recuit h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: normal;
}

#top_consulting p {
  font-size: 16px;
  margin-bottom: 90px;
}

#top_company {
  text-align: center;
  padding: 130px 0;
}

#top_company a {
  display: inline-block;
  margin: 0 15px;
}

#top_recuit {
  margin-bottom: 70px;
}

#top_recuit .inner {
  background-image: url("/wp-content/themes/osakasogo/img/top/bg_recruit.jpg");
}

#top_recuit h2 {
  font-size: 60px;
  line-height: 1;
  color: #06314E;
  font-weight: normal;
}

#top_recuit h2 p {
  font-size: 14px;
}

#top_recuit p {
  font-size: 16px;
  margin-bottom: 30px;
  padding-top: 15px;
}

#top_contact {
  text-align: center;
  background: #DCEEFA;
}

#top_contact .inner {
  text-align: center;
  padding: 120px 0;
}

#top_contact h2 {
  font-size: 60px;
  color: #06314E;
  line-height: 1;
  margin-bottom: 45px;
  font-weight: normal;
}

#top_contact p {
  font-size: 14px;
  margin-bottom: 50px;
}

#top_contact h2 p {
  font-size: 16px;
  margin-bottom: 30px;
  padding-top: 15px;
}

#page_title {
  height: 296px;
  background-image: url("/wp-content/themes/osakasogo/img/common/bg_pagetitle.jpg");
  background-size: auto 100%;
  background-position: center;
  padding-top: 80px;
  width: 100%;
  margin-top: 95px;
}

#page_title h1 {
  font-size: 60px;
  font-weight: normal;
  color: #06314E;
  font-family: "Bodoni Moda", serif;
}

#page_title p {
  font-size: 14px;
  color: #06314E;
}

main {
  padding: 60px 0 100px 0;
}

#nav_business {
  overflow: hidden;
  margin-bottom: 50px;
}

#nav_business li {
  float: left;
  height: 60px;
}

.bbox {
  margin-bottom: 100px;
}

.bbox h2 {
  background: #148CDC;
  color: #FFF;
  font-size: 20px;
  padding: 10px 15px;
  margin-bottom: 20px;
}

.bbox:before {
  content: "";
  display: block;
  height: 100px;
  margin-top: -100px;
}

.bbox h3 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 20px;
  border-left: 3px solid #06314E;
  padding-left: 10px;
}

.bbox h4 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 20px;
}

.bbox h5 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: normal;
  color: #06314E;
}

.bbox p {
  font-size: 16px;
  margin-bottom: 50px;
}

.flow_box {
  width: 975px;
  height: 240px;
  margin: 0 auto 40px auto;
  background: #FFFDF0;
  overflow: hidden;
  padding: 60px;
}

.flow_box .item {
  width: 240px;
  height: 100px;
  text-align: center;
  float: left;
  margin: 0 !important;
}

.flow_box .item img {
  margin: 0;
  width: 94px;
  height: 76px;
}

.flow_box .item:first-child {
  width: 280px;
  text-align: center;
}

.flow_box .po {
  font-size: 16px;
  margin-top: -40px;
  line-height: 120%;
}

.alw {
  padding-top: 27px;
  float: left;
}

.ta_buiness {
  width: 975px;
  margin: 0 auto;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
}

.ta_buiness td {
  background: #FCFCFC;
}

.ta_buiness th {
  background: #FCFCFC;
  text-align: left;
  font-weight: normal;
}

.ta_buiness td,
.ta_buiness th {
  border-bottom: 1px solid #707070;
  border-left: 1px solid #707070;
  font-size: 16px;
  padding: 13px;
}

.ta_buiness tr:nth-child(odd) td,
.ta_buiness tr:nth-child(odd) th {
  background: #F8F8F8;
}

.list2 {
  width: 700px;
  margin: 0 auto;
  padding: 30px;
  background: #F3F9FE;
}

.list2 li {
  font-size: 16px;
  color: #06314E;
  padding: 9px;
  background-image: url("/wp-content/themes/osakasogo/img/common/arrow1.svg");
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 26px;
}

#page_outline {
  display: flex;
  margin-bottom: 130px;
}

#page_outline figure {
  width: 50%;
  display: block;
  text-align: right;
}

#page_outline .inr {
  width: 50%;
  padding: 50px 0 0 40px;
}

#page_outline h1 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 25px;
}

#page_outline p {
  font-size: 16px;
  line-height: 200%;
}

.tit1 {
  color: #FFF;
  background: #148CDC;
  font-size: 18px;
  margin-bottom: 60px;
  padding: 15px 20px;
}

.article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.article li {
  width: 49%;
  padding-bottom: 70px;
}

.article li figure {
  display: block;
  margin-bottom: 10px;
}

.article li figure img {
  width: 100%;
  height: auto;
}

.article li h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: normal;
}

.article li p {
  font-size: 16px;
}

.page_nav {
  display: flex;
  margin-bottom: 50px;
}

.page_nav li {
  margin-right: 8px;
}

.page_nav a {
  display: block;
  text-align: center;
  line-height: 1;
  padding: 10px;
  border: 2px solid #ccc;
  border-radius: 4px;
  width: 200px;
}

#rinen {
  text-align: center;
  font-size: 50px;
  margin-bottom: 40px;
  color: #148CDC;
  line-height: 130%;
  font-family: "Bodoni Moda", serif;
  border: 1px solid #148CDC;
  padding: 80px 0;
  box-shadow: 4px 4px 0 #ccc;
}

#rinen p {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  color: #333;
}

#rinen div {
  padding-top: 20px;
}

#rinen div img {
  width: 50%;
  height: auto;
}

.abox {
  margin-bottom: 100px;
  padding-top: 100px;
  margin-top: -100px;
}

.ceoname {
  text-align: right;
  font-weight: bold;
  padding-top: 25px;
}

#clogo {
  text-align: center;
}

.ta1 {
  width: 100%;
}

.ta1 td,
.ta1 th {
  padding: 16px;
  border-bottom: 1px solid #ccc;
}

.tit2 {
  font-size: 18px;
  border-left: 4px solid #148CDC;
  padding-left: 10px;
  margin-bottom: 10px;
}

.list3 {
  width: 100%;
}

.list3 li {
  display: flex;
  border: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
  width: 100%;
  padding: 30px;
  margin-bottom: 20px;
}

.list3 .item1 {
  width: 50%;
}

.list3 .item2 {
  width: 50%;
}

.news_date {
  text-align: right;
  margin-bottom: 20px;
}

.btn_box {
  text-align: center;
  padding: 50px 0 0 0;
}

.btn2 {
  width: 220px;
  line-height: 1;
  background: #FFF;
  padding: 17px 10px;
  display: inline-block;
  color: #333;
  outline: none;
  text-align: center;
  border: 1px solid #333;
}

.stbox {
  padding: 0px;
  margin-bottom: 60px;
  overflow: hidden;
}

.stbox figure {
  float: left;
  width: 180px;
}

.stbox figure img {
  width: 100%;
  height: auto;
}

.stbox p {
  padding: 20px 40px 30px 0px;
  line-height: 180%;
  font-size: 19px;
  float: right;
  width: calc(100% - 200px);
}

#strength .tit1 {
  text-align: center;
  margin-bottom: 0px;
  font-size: 21px;
}

.sbbox {
  padding: 0px;
  margin-bottom: 60px;
  overflow: hidden;
}

.sbbox p {
  padding: 20px 0px 30px 0px;
  line-height: 180%;
  text-align: center;
  font-size: 19px;
}

#recruit table {
  margin-bottom: 60px;
}

.rbox {
  text-align: center;
  padding: 30px;
  border: 1px solid #148CDC;
  margin-bottom: 40px;
  box-shadow: 3px 3px 0 #ccc;
  background: #FFF;
}

#qualifications .tit1 {
  margin-bottom: 20px;
}

#environment .tit1 {
  margin-bottom: 20px;
}

#environment .stbox {
  margin-bottom: 20px;
}

#environment .stbox .tit1 {
  text-align: center;
  font-size: 19px;
}

.message,
.ceoname {
  font-size: 20px;
  line-height: 230%;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: bold;
}

.ibox {
  text-align: center;
  margin-bottom: 40px;
}

.hissu {
  display: block;
  color: #FFF;
  background: rgb(150, 8, 10);
  line-height: 1;
  font-size: 11px;
  width: 40px;
  text-align: center;
  border-radius: 3px;
  margin-left: 4px;
  padding: 4px 0;
  margin-top: 3px;
}

#contact .ta1 {
  width: 65%;
  margin: 0 auto;
}

#contact .ta1 th {
  padding: 32px 44px 32px 24px !important;
  background: #FFF;
}

#contact .ta1 th,
.contact_form .ta1 td {
  text-align: left;
  padding: 12px;
}

#contact input[type=text],
#contact input[type=email],
#contact textarea {
  text-align: left;
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 100%;
}

.privacybox1 {
  padding: 30px 0;
  text-align: center;
}

.privacybox2 {
  width: 70%;
  height: 200px;
  overflow-y: scroll;
  margin: 0 auto;
  padding: 15px 25px;
  border: 1px solid #ccc;
  font-size: 13px;
  line-height: 150%;
}

.privacybox2 h3 {
  margin-bottom: 5px;
}

.privacybox2 li {
  margin-bottom: 10px;
}

.privacybox2 p {
  margin-bottom: 5px;
}

.privacybox3 {
  padding: 30px 0;
  text-align: center;
}

.privacybox3 div {
  padding-top: 40px;
}

nav,
#menu {
  display: none;
}

.page-id-33 .privacybox1,
.page-id-33 .privacybox2 {
  display: none;
}

@media screen and (max-width: 1000px) {
  /* Header
  ----------------------------------------------------------------*/
  header {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
    height: 70px;
    z-index: 100;
  }
  header .inner {
    width: 100%;
  }
  header h1 {
    position: absolute;
    width: 300px;
    left: 12px;
    top: 10px;
  }
  #hdr_tel {
    display: none;
  }
  #hdr_contact {
    display: none;
  }
  header ul {
    display: none;
  }
  header ul a {
    display: block;
    padding: 0px 9px 7px 9px;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: center bottom 0px;
  }
  #menu {
    display: block;
    position: absolute;
    top: 15px;
    right: 10px;
    width: 50px;
    height: 50px;
    z-index: 101;
  }
  #menu_close {
    display: block;
    position: absolute;
    top: 15px;
    right: 10px;
    width: 50px;
    height: 50px;
    z-index: 101;
  }
  nav {
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    background: #148CDC;
    z-index: 100;
    height: 100vh;
    opacity: 0.97;
  }
  nav ul {
    margin-top: 70px;
  }
  nav ul li {
    border-bottom: 1px solid #FFF;
  }
  nav ul a {
    color: #FFF;
    display: block;
    padding: 10px 20px;
    font-size: 18px;
  }
  #menu img,
  #menu_close img {
    width: 100%;
    height: auto;
  }
  footer {
    background: #06314E;
  }
  footer .inner {
    overflow: hidden;
    padding-top: 60px;
  }
  #ftr_cnt {
    float: left;
    width: 100%;
  }
  #ftr_logo {
    margin-bottom: 10px;
    text-align: center;
  }
  #ftr_logo a {
    display: block;
  }
  #ftr_logo img {
    width: 150px;
    height: auto;
  }
  #ftr_logo p {
    font-size: 16px;
    color: #FFF;
  }
  #ftr_address {
    font-size: 14px;
    text-align: center;
    padding-bottom: 30px;
  }
  #ftr_address a {
    display: inline-block;
  }
  footer ul {
    width: 96%;
    margin: 0 auto;
    float: none;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
  footer li {
    width: 50%;
    text-align: center;
  }
  footer a {
    display: block;
    padding: 5px;
    color: #FFF;
  }
  #copyright {
    width: 100%;
    clear: both;
    text-align: center;
    padding: 30px 0 30px 0;
    color: #FFF;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* Structure
  ----------------------------------------------------------------*/
  .inner {
    width: 94%;
    margin: 0 auto;
    position: relative;
  }
  /* Contents
  ----------------------------------------------------------------*/
  #mv {
    background-image: url("/wp-content/themes/osakasogo/img/top/mv_bg.jpg");
    background-size: auto 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #BCE6F1;
    height: calc(100vh - 70px);
    text-align: center;
    padding-top: 60px;
  }
  #mv h2 {
    font-family: "Bodoni Moda", serif;
    font-size: 54px;
    letter-spacing: 2px;
    line-height: 110%;
    margin-bottom: 15px;
  }
  #mv p {
    font-size: 20px;
  }
  #top_news {
    padding: 40px 0;
  }
  .h2 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: normal;
    text-align: center;
  }
  .h2 p {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
  }
  .list1 {
    margin-bottom: 40px;
  }
  .list1 li a {
    display: block;
    border-bottom: 1px solid #BAB8B8;
    padding: 20px 0;
  }
  .date {
    font-size: 14px;
    width: 75px;
    padding-left: 0px;
    float: left;
  }
  .cat {
    font-size: 14px;
    background: #D2E2ED;
    width: 100px;
    height: 26px;
    text-align: center;
    line-height: 1;
    padding: 5px;
    float: left;
  }
  .list1 p {
    width: 100%;
    padding-left: 0px;
    clear: both;
    padding-top: 14px;
  }
  .right {
    text-align: right;
  }
  #top_business {
    padding: 40px 0;
    background: linear-gradient(to bottom right, #ECF6FC, #97CCF0);
  }
  #top_business .inner {
    width: 100%;
  }
  #top_business .inner div {
    text-align: center;
  }
  #top_consulting .innerr {
    width: 100%;
    text-align: center;
    background-image: url("/wp-content/themes/osakasogo/img/top/bg_consulting.jpg");
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: auto;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #top_recuit .inner {
    width: 100%;
    text-align: center;
    background-image: url("/wp-content/themes/osakasogo/img/top/bg_consulting.jpg");
    background-repeat: no-repeat;
    height: auto;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 40px;
  }
  #top_consulting h2 {
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: normal;
  }
  #top_consulting h3,
  #top_recuit h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: normal;
  }
  #top_consulting p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  #top_company {
    text-align: center;
    padding: 130px 0;
  }
  #top_company a {
    display: inline-block;
    margin: 0 15px;
  }
  #top_company a img {
    width: 100%;
    height: auto;
  }
  #top_recuit {
    margin-bottom: 70px;
  }
  #top_recuit .inner {
    background-image: url("/wp-content/themes/osakasogo/img/top/bg_recruit.jpg");
  }
  #top_recuit h2 {
    font-size: 60px;
    line-height: 1;
    color: #06314E;
    font-weight: normal;
  }
  #top_recuit h2 p {
    font-size: 14px;
  }
  #top_recuit p {
    font-size: 16px;
    margin-bottom: 30px;
    padding-top: 15px;
  }
  #top_contact {
    text-align: center;
    background: #DCEEFA;
  }
  #top_contact .inner {
    text-align: center;
    padding: 120px 0;
  }
  #top_contact h2 {
    font-size: 60px;
    color: #06314E;
    line-height: 1;
    margin-bottom: 45px;
    font-weight: normal;
  }
  #top_contact p {
    font-size: 14px;
    margin-bottom: 50px;
  }
  #top_contact h2 p {
    font-size: 16px;
    margin-bottom: 30px;
    padding-top: 15px;
  }
  #page_title {
    height: 276px !important;
    background-image: url("/wp-content/themes/osakasogo/img/common/bg_pagetitle.jpg");
    background-size: auto 100%;
    background-position: center;
    padding-top: 80px;
    margin-top: 70px;
  }
  #page_title h1 {
    font-size: 50px;
    font-weight: normal;
    color: #06314E;
    font-family: "Bodoni Moda", serif;
  }
  #page_title p {
    font-size: 14px;
    color: #06314E;
  }
  main {
    padding: 30px 0 100px 0;
  }
  #nav_business {
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  #nav_business li {
    float: none;
    width: 50%;
    text-align: left;
    height: 50px;
  }
  #nav_business li:nth-child(odd) {
    text-align: right;
  }
  #nav_business li:last-child {
    width: 100%;
    text-align: center;
  }
  #nav_business li img {
    width: auto;
    height: 44px;
  }
  .bbox {
    margin-bottom: 100px;
  }
  .bbox h2 {
    background: #148CDC;
    color: #FFF;
    font-size: 18px;
    padding: 10px 15px;
    margin-bottom: 20px;
  }
  .bbox h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
    border-left: 3px solid #06314E;
    padding-left: 10px;
  }
  .bbox h4 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
  }
  .bbox h5 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: normal;
    color: #06314E;
  }
  .bbox p {
    font-size: 16px;
    margin-bottom: 50px;
  }
  .flow_box {
    width: 100%;
    height: 180px;
    margin: 0 auto 40px auto;
    background: #FFFDF0;
    display: flex;
    padding: 30px 5px;
  }
  .flow_box .item {
    width: 220px;
    text-align: center;
  }
  .flow_box .po {
    font-size: 12px;
    padding-top: 0px;
  }
  .alw {
    padding-top: 27px;
    width: 40px;
  }
  .flow_box .item img {
    width: 94px;
    height: 76px;
  }
  .alw img {
    width: 100%;
    height: auto;
  }
  .ta_buiness {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
  }
  .ta_buiness td {
    background: #FCFCFC;
  }
  .ta_buiness th {
    background: #FCFCFC;
    text-align: center;
    font-weight: normal;
  }
  .ta_buiness td,
  .ta_buiness th {
    border-bottom: 1px solid #707070;
    border-left: 1px solid #707070;
    font-size: 14px;
    padding: 13px;
  }
  .ta_buiness tr:nth-child(odd) td,
  .ta_buiness tr:nth-child(odd) th {
    background: #F8F8F8;
  }
  .tb2 th,
  .tb2 td {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 7px;
  }
  .list2 {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background: #F3F9FE;
  }
  .list2 li {
    font-size: 16px;
    color: #06314E;
    padding: 9px;
    background-image: url("/wp-content/themes/osakasogo/img/common/arrow1.svg");
    background-repeat: no-repeat;
    background-position: top 12px left;
    padding-left: 26px;
  }
  #page_outline {
    display: block;
    margin-bottom: 60px;
  }
  #page_outline figure {
    width: 100%;
    display: block;
    height: 300px;
    overflow: hidden;
    text-align: right;
  }
  #page_outline figure img {
    width: 100%;
    height: auto;
  }
  #page_outline .inr {
    width: 96%;
    padding: 50px 0 0 0px;
    margin: 0 auto;
  }
  #page_outline h1 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 25px;
  }
  #page_outline p {
    font-size: 16px;
    line-height: 200%;
  }
  #consulting #page_title {
    margin: 0;
  }
  .tit1 {
    color: #FFF;
    background: #148CDC;
    font-size: 18px;
    margin-bottom: 60px;
    padding: 15px 20px;
  }
  .article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .article li {
    width: 49%;
    padding-bottom: 70px;
  }
  .article li figure {
    display: block;
    margin-bottom: 10px;
  }
  .article li figure img {
    width: 100%;
    height: auto;
  }
  .article li h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: normal;
  }
  .article li p {
    font-size: 16px;
  }
  .page_nav {
    display: flex;
    margin-bottom: 0px;
  }
  .page_nav li:nth-child(1) {
    margin: 0;
    width: 25%;
  }
  .page_nav li:nth-child(2) {
    margin: 0;
    width: 25%;
  }
  .page_nav li:nth-child(3) {
    margin: 0;
    width: 50%;
  }
  .page_nav a {
    display: block;
    text-align: center;
    line-height: 1;
    padding: 6px;
    border: 2px solid #ccc;
    border-radius: 4px;
    width: auto;
    margin: 0 4px;
  }
  #rinen {
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
    color: #148CDC;
    line-height: 130%;
    font-family: "Bodoni Moda", serif;
    border: 1px solid #148CDC;
    padding: 80px 0;
    box-shadow: 4px 4px 0 #ccc;
  }
  #rinen p {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    color: #333;
  }
  #rinen div {
    padding-top: 20px;
  }
  #rinen div img {
    width: 50%;
    height: auto;
  }
  .abox {
    margin-bottom: 100px;
  }
  .ceoname {
    text-align: right;
    font-weight: bold;
    padding-top: 25px;
  }
  #clogo {
    text-align: center;
  }
  .ta1 {
    width: 100%;
  }
  .ta1 td,
  .ta1 th {
    padding: 16px;
    border-bottom: 1px solid #ccc;
  }
  .tit2 {
    font-size: 18px;
    border-left: 4px solid #148CDC;
    padding-left: 10px;
    margin-bottom: 10px;
  }
  .list3 {
    width: 100%;
  }
  .list3 li {
    display: block;
    border: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
    width: 100%;
    padding: 30px;
    margin-bottom: 20px;
  }
  .list3 .item1 {
    width: 100%;
    padding-bottom: 15px;
  }
  .list3 .item2 {
    width: 100%;
  }
  .news_date {
    text-align: right;
    margin-bottom: 20px;
  }
  .btn_box {
    text-align: center;
    padding: 50px 0 0 0;
  }
  .btn2 {
    width: 220px;
    line-height: 1;
    background: #FFF;
    padding: 17px 10px;
    display: inline-block;
    border: none;
    font-size: 16px;
    outline: none;
    text-align: center;
    border: 1px solid #333;
  }
  .stbox {
    padding: 0px;
    margin-bottom: 60px;
    overflow: hidden;
  }
  .stbox figure {
    float: left;
    width: 100px;
  }
  .stbox figure img {
    width: 100%;
    height: auto;
  }
  .stbox p {
    padding: 0px 40px 30px 0px;
    line-height: 180%;
    font-size: 19px;
    float: right;
    width: calc(100% - 120px);
  }
  #strength .tit1 {
    text-align: center;
    margin-bottom: 0px;
    font-size: 21px;
  }
  .sbbox {
    padding: 0px;
    margin-bottom: 60px;
    overflow: hidden;
  }
  .sbbox p {
    padding: 20px 0px 30px 0px;
    line-height: 180%;
    text-align: left;
    font-size: 19px;
  }
  #recruit table {
    margin-bottom: 60px;
  }
  .rbox {
    text-align: left;
    padding: 30px;
    border: 1px solid #148CDC;
    margin-bottom: 40px;
    box-shadow: 3px 3px 0 #ccc;
    background: #FFF;
  }
  #qualifications .tit1 {
    margin-bottom: 20px;
  }
  #environment .tit1 {
    margin-bottom: 20px;
  }
  #environment .stbox {
    margin-bottom: 20px;
  }
  #environment .stbox .tit1 {
    text-align: center;
    font-size: 19px;
  }
  .message,
  .ceoname {
    font-size: 17px;
    line-height: 230%;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: bold;
  }
  .ibox {
    text-align: center;
    margin-bottom: 40px;
  }
  .ibox img {
    width: 100%;
    height: auto;
  }
  .hissu {
    display: block;
    color: #FFF;
    background: rgb(150, 8, 10);
    line-height: 1;
    font-size: 11px;
    width: 40px;
    text-align: center;
    border-radius: 3px;
    margin-left: 4px;
    padding: 4px 0;
    margin-top: 3px;
  }
  #contact .ta1 {
    width: 65%;
    margin: 0 auto;
  }
  #contact .ta1 th {
    padding: 32px 44px 32px 24px !important;
    background: #FFF;
  }
  #contact .ta1 th,
  .contact_form .ta1 td {
    text-align: left;
    padding: 12px;
  }
  #contact input[type=text],
  #contact input[type=email],
  textarea {
    text-align: left;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%;
  }
  .privacybox1 {
    padding: 30px 0;
    text-align: center;
  }
  .privacybox2 {
    width: 70%;
    height: 200px;
    overflow-y: scroll;
    margin: 0 auto;
    padding: 15px 25px;
    border: 1px solid #ccc;
    font-size: 13px;
    line-height: 150%;
  }
  .privacybox2 h3 {
    margin-bottom: 5px;
  }
  .privacybox2 li {
    margin-bottom: 10px;
  }
  .privacybox2 p {
    margin-bottom: 5px;
  }
  .privacybox3 {
    padding: 30px 0;
    text-align: center;
  }
  .privacybox3 div {
    padding-top: 40px;
  }
  #news .tit1 {
    margin-bottom: 10px;
  }
  #contact .ta1 {
    width: 100% !important;
  }
  #contact .ta1 th,
  #contact .ta1 td {
    display: block;
  }
  #contact .ta1 td input[type=text],
  #contact .ta1 tdinput[type=email] {
    width: 100%;
  }
  #contact .ta1 th {
    border-bottom: none !important;
    padding: 16px !important;
    text-align: left;
    overflow: hidden;
    height: 45px;
  }
  #contact .ta1 td {
    padding-top: 0 !important;
  }
  #contact .ta1 th .hissu {
    float: right;
  }
  .privacybox1 {
    text-align: left !important;
  }
  .privacybox2 {
    width: 100% !important;
  }
}
.new_business {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .new_business {
    margin-top: 0;
  }
}
.new_business__cont {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .new_business__cont {
    flex-direction: column;
  }
}
.new_business__cont_txt {
  width: 41%;
}
@media screen and (max-width: 1000px) {
  .new_business__cont_txt {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .new_business__cont_txt {
    display: contents;
  }
}
.new_business__cont_txt h2 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .new_business__cont_txt h2 {
    order: 1;
  }
}
.new_business__cont_txt h2 .en {
  font-size: 40px;
  line-height: 1;
  color: rgba(6, 49, 78, 0.8862745098);
}
.new_business__cont_txt h2 .ja {
  font-size: 14px;
  color: rgba(6, 49, 78, 0.9882352941);
}
.new_business__cont_txt p {
  padding: 1.5rem 0 3rem 0;
  text-align: justify;
  color: #06314E;
}
@media screen and (max-width: 767px) {
  .new_business__cont_txt p {
    order: 3;
  }
}
.new_business__cont_txt .more_btn {
  margin-left: auto;
  width: min(100%, 160px);
  height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1rem;
  background: #06314E;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .new_business__cont_txt .more_btn {
    order: 4;
  }
}
.new_business__cont_img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .new_business__cont_img {
    order: 2;
    width: 100%;
    margin-top: 20px;
  }
}
.new_business__cont_img img {
  width: 100%;
  height: auto;
}

.c-menu-bnr {
  margin: 8rem 0;
}
@media screen and (max-width: 767px) {
  .c-menu-bnr {
    margin: 4rem 0;
  }
}
.c-menu-bnr__cont {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-menu-bnr__cont {
    flex-direction: column;
  }
}
.c-menu-bnr__cont_item {
  position: relative;
  aspect-ratio: 555/364;
}
@media screen and (max-width: 767px) {
  .c-menu-bnr__cont_item {
    width: 100%;
  }
}
.c-menu-bnr__cont_item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-menu-bnr__cont_item a h2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}
.c-menu-bnr__cont_item a h2 .ja {
  font-size: 1.7rem;
}
.c-menu-bnr__cont_item a h2 .en {
  display: block;
  font-weight: normal;
  font-size: 0.65em;
}
.c-menu-bnr__cont_item a p {
  width: 100%;
  position: absolute;
  right: 5%;
  bottom: 5%;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 0.8rem;
  color: #fff;
  font-size: 0.9rem;
}
.c-menu-bnr__cont_item a p .arrow {
  width: 2.3em;
  height: 2.3em;
  border-radius: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 5px rgb(48, 48, 48);
}
.c-menu-bnr__cont_item a p .arrow img {
  width: 1em;
  height: 1em;
}
.c-menu-bnr__cont_item_bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4);
}/*# sourceMappingURL=add.css.map */