.section {
  padding: 80px 10px;
}
.bg-blue {
  background-color: #EFF4FC;
}
.bg-deepblue {
  background-color: #065EE3;
}
.section-inner {
  max-width: 980px;
  margin: 0 auto;
}

.h2-title {
  font-size: 2.6rem;
  font-weight: 100;
  color: #065EE3;
  margin-bottom: 40px;
  font-family: 'Noto Sans', sans-serif;
}
.h2-title span {
  display: block;
  color: #065EE3;
  font-weight: 600;
  font-size: 3.2rem;
  letter-spacing: 0.04em;
  font-family: 'Noto Sans', sans-serif;
}
.title-border {
  position: relative;
  padding-bottom: 24px;
  box-shadow: inset 0 -1px 0 rgba(6,94,227,0.4);
}
.title-border:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 30%;
  height: 1px;
  background-color: #065EE3;
}

.h3-title {
  font-weight: 600;
  font-size: 1.6rem
}
.h4-title {
  font-size: 1.6rem;
  font-weight: 600;
  padding: 10px 0;
}
.section-text {
  font-size: 1.6rem;
  line-height: 1.8;
}
.txt-blue {
  color: #065EE3;
}

/* text */
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
strong {
  font-weight: 600;
}

/* flex-box */
.flex {
  display: flex;
}
.f-center {
  align-item: center;
}
.f-left {
  margin-right: auto;
}
.f-right {
  margin-left: auto;
}

.flex-col60 {
  width: 60%;
  padding: 0 16px;
  box-sizing border-box;
}
.flex-col40 {
  width: 40%;
  padding: 0 16px;
  box-sizing: border-box;
}
.flex-col50 {
  width: 50%;
  padding: 0 16px;
  box-sizing: border-box;
}

/* */
.page-title {
  background: #011f50;
  background: -moz-linear-gradient(left, #011f50 0%, #0044ac 100%);
  background: -webkit-linear-gradient(left, #011f50 0%,#0044ac 100%);
  background: linear-gradient(to right, #011f50 0%,#0044ac 100%);
}
.page-title-inner {
  width: 980px;
  margin: 0 auto;
  padding: 40px 0;
  color: #FFF;
  box-sizing: border-box;
}
.page-title-inner.min {
  padding: 20px 0;
}
.page-title-inner a {
  color: #FFF;
  text-decoration: none;
  transition-duration: 0.25s;
}
.page-title-inner a:hover {
  box-shadow: 0 1px 0 #FFF;
}
.page-title h1 {
  font-size: 2.8rem;
}


.container-min {
  max-width: 680px;
  margin: 0 auto;
  /*padding: 0 16px;*/
  box-sizing: border-box;
}
/* table */
.dl-basic {
  margin: 0;
  display: flex;
  align-items: flex-start;
  font-size: 1.6rem;
}
.dl-basic-dt {
  width: 20%;
  margin: 0 0 16px;
  padding: 8px 16px;
  box-sizing: border-box;
  text-align: left;
  font-weight: 600;
}
.dl-basic-dd {
  width: 80%;
  margin: 0 0 16px;
  padding: 8px 16px;
  box-sizing: border-box;
  /*box-shadow: -1px 0 0 #065EE3;*/
}

.dl-list-content a {
  color: #FFF;
}


/* adviser-profile */
.adviser-profile {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.adviser-profile-box {
  border-top: 1px solid #eee;
  width: 50%;
  padding: 24px;
  box-sizing: border-box;
}
.adviser-profile-box:nth-child(2n) {
  border-left: 1px solid #eee;
}
.adviser-profile-title {
  font-size: 1.8rem;
  margin-bottom: 8px;
}
.adviser-profile-title span {
  font-size: 1.2rem;
  color: #065EE3;
  display: block;
}
.adviser-profile-contents {

}


/* margin */
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
/* padding */
.p20 {
  padding: 20px;
}
.ptb20 {
  padding: 20px 0;
}
.ptb40 {
  padding: 40px 0;
}



/* business-model */
.business-model-pattern {
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.business-model-pattern-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  background-size: cover;
}
.business-model-pattern-item {
  position: relative;
  width: 33.333%;
  background-color: #0044AC;
  color: #FFF;
  padding: 40px 24px;
  box-sizing: border-box;
}
.business-model-pattern-item:nth-child(2) {
  background-color: #065EE3;
}
.business-model-pattern-item:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.12;
}
.business-model-pattern-item:nth-child(1):after {
  background-image: url(../images/business/img-business-p01.png);
}
.business-model-pattern-item:nth-child(2):after {
  background-image: url(../images/business/img-business-p02.png);
}
.business-model-pattern-item:nth-child(3):after {
  background-image: url(../images/business/img-business-p03.png);
}
/*.business-model-pattern-item:nth-child(4):after {
  background-image: url(../images/business/img-business-p04.png);
}*/

.business-model-pattern-item h3 {
  margin: 0 0 20px;
  padding: 0 0 10px;
  font-size: 2.0rem;
  border-bottom: 1px solid #065EE3;
}

.business-model-pattern-item:nth-child(2) h3 {
  border-bottom: 1px solid #011f50;
}
.business-model-pattern-footer {
  position: relative;
  text-align: center;
  padding: 0 40px 40px;
  box-sizing: border-box;
  border: 1px solid #065EE3;
  border-top: 0; 
}
.business-model-pattern-footer:before {
  content: "";
  display: inline-block;
  border: 32px solid transparent;
  border-top: 32px solid #065EE3;
  border-bottom: 0;
}
.business-model-pattern-footer h3 {
  margin-bottom: 16px;
  font-size: 3.2rem;
  color: #065EE3;
}
.business-model-pattern-footer p {
  font-size: 1.8rem;
}

/* company-list */
.company-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #eee;
}
.company-list-item {
  width: 20%;
  padding: 24px;
  box-sizing: border-box;
  text-align: center;
}
.company-list-item img {
  width: 100%;
  height: auto;
}
.company-list-title {
  text-align: center;
  padding: 16px;
  font-size: 1.6rem;
  font-weight: 600;
}

/* member-porfile */
.member-profile {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  flex-wrap: wrap;
  flex-direction: row;
}
.member-profile-list {
  position: relative;
  width: 33.3333%;
}
.member-profile-photo {
  position: relative;
  height: 300px;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  overflow: hidden;
  cursor: pointer;
}
.member-profile-photo img {
  /*filter: grayscale(100%) brightness(80%);*/
  /*transform: scale(1);*/
  transition-duration: 0.25s;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.member-profile-photo img:hover {
  /*filter: grayscale(0);*/
  /*transform: scale(1.1);*/
}
.member-profile-name {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  z-index: 2;
  background-color: rgba(0,0,0,0.4);
  color: #FFF;
}
.member-profile-name .name {
  font-size: 1.8rem;
}
.member-profile-name .name span {
  display: block;
  font-size: 1.2rem;
}
.member-profile-name .name-english {
  font-size: 1.8rem;
  font-family: 'Noto Sans', sans-serif;
}
.member-profile-name .name-english span {
  font-size: 1.2rem;
  display: block;
}
.member-profile-name .en {
  color: #065EE3;
}
.member-profile-detail {
  display: none;
  position: relative;
  z-index: 2;
  width: 300%;
  color: #FFF;
  background-color: #065EE3;
  box-sizing: border-box;
  padding: 24px;
}
.member-profile-list:nth-child(2) .member-profile-detail,
.member-profile-list:nth-child(5) .member-profile-detail,
.member-profile-list:nth-child(8) .member-profile-detail,
.member-profile-list:nth-child(11) .member-profile-detail {
  left: -100%;
}
.member-profile-list:nth-child(3n) .member-profile-detail {
  left: -200%;
}

.member-profile-content {
  width: 75%;
}
.member-profile-content .name {
  font-size: 1.8rem;
}
.member-profile-content .name span {
  display: block;
  font-size: 1.4rem;
}
.member-profile-content .en {
  color: #065EE3;
  font-size: 1.2rem;
  margin-bottom: 16px;
}


/* portfolio */
.section-portfolio {
  padding: 60px 0;
  /*background-color: #065EE3;*/
  background: #000e40;
  background: -moz-linear-gradient(left, #000e40 0%, #003382 100%);
  background: -webkit-linear-gradient(left, #000e40 0%,#003382 100%);
  background: linear-gradient(to right, #000e40 0%,#003382 100%);
}
.portfolio-box {
  max-width: 980px;
  min-height: 800px;
  margin: 80px auto;
  display: flex;
  background: url(../images/portfolio/img-mannequin.png) no-repeat 50% 50%;
  /*background-size: 100%;*/
  background-size: contain;
  position: relative;
}
.portfolio-left {
  width: 280px;
  margin-top: 20px;
  z-index: 2;
}
.portfolio-right {
  width: 280px;
  margin-left: auto;
  z-index: 2;
}
.portfolio-item {
  margin-bottom: 40px;
  transition-duration: 0.25s;
}
.portfolio-item:hover {
  cursor: pointer;
  transform: translateY(-2px);
  box-shadow: 0 2px 30px rgba(0,0,0,0.4);
}
.portfolio-item a {
  border-left: 2px solid #065EE3;
  display: block;
  background-color: rgba(6,94,227, 0.44);
  color: #FFF;
  text-decoration: none;
}
.portfolio-item a span {
  font-weight: 600;
  display: block;
  padding: 20px;
}
.portfolio-item a:after {
  position: relative;
  content: "> MORE";
  display: block;
  padding: 5px;
  background-color: rgba(6,94,227, 0.2);
  text-align: right;
  color: #FFF;
}

.portfolio-circle {
  position: absolute;
  z-index: 1;
  top: 20%;
  left: 50%;
  animation: circle 1s 1s ease-in alternate infinite;
}
@keyframes circle {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
.portfolio-circle .circle {
  position: absolute;
  top: calc(50% - 200px);
  left: calc(50% - 200px);
  display: block;
  z-index: 2;
  width: 400px;
  height: 400px;
  border: 1px solid rgba(255,255,255,0.8);
  border-radius: 50%;
}


/* 基本コメント */
.basic-comment {
  margin-bottom: 40px;
}
.basic-comment p {
  margin-bottom: 2rem;
}



/* ブログ */
.blog-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
/* 記事詳細 framework/inc/post-format/single.php */
.post {
  max-width: 980px;
  margin: 0 auto;
}
.post-content {

}
.post-title {
  display: block;
}
.post-link {
  transition-duration: 0.25s;
}
.post-link:hover {
  background-color: #eee;
}
.post-title h2 {
  font-size: 2.4rem;
  font-weight: 600;
  /*margin-bottom: 40px;*/
  text-align: left;
}
.post-link {
  text-decoration: none;
}
.post-link time.updated,
.post-meta {
  color: #065EE3;
  text-decoration: none;
}

.post-title h2 a {
  color: #011f50;
  text-decoration: none;
}
/* blogは一覧　singleは詳細ページにつくclassのようだ */

.blog .post-title h2 {
  font-size: 2rem;
}
.single .post-title h2 {
  margin-bottom: 40px;
}
.archive .blog .post-title h2,
.blog .post-title h2,
.post-list .post-title h2 {
  font-size: 1.6rem;
  color: #15315E;
}
.archive .blog .post,
.blog .post,
.post-list {
  padding: 24px 16px;
  border-bottom: 1px solid #eee;
  transition-duration: 0.25s;

}
.archive .blog .post:hover,
.blog .post:hover,
.post-list:hover {
  background-color: #f0f0f0;
}


/* 記事内 */
.post-excerpt {
  font-size: 1.6rem;
  word-wrap: break-word;
}
.post-excerpt p {
  margin-bottom: 2rem;
}
.post-excerpt strong {
  font-weight: 600;
}
.post-excerpt .responsive img {
/*  width: 100%;
  height: auto;*/
}

.img-responsive {
  width: 100%;
}


/* text */
.text-center {
  text-align: center;
}
.text-white {
  color: #FFF;
}

/* button */
.button {
  display: inline-block;
  padding: 16px 24px;
  text-decoration: none;
  transition-duration: 0.25s;
  outline: 0;
  border: 0;
  cursor: pointer;
}
.button:hover {
  box-shadow: 1px 3px 40px rgba(0,0,0, 0.2);
  transform: translateY(-1px);
}
.button-white {
  border-radius: 100px;
  background-color: #FFF;
  color: #065EE3 !important;
}
.button-large {
  font-size: 1.6rem;
  font-weight: 600;
}
.button-xlarge {
  font-size: 2rem;
  font-weight: 600;
  padding: 24px;
  min-width: 60%;
}
.button-line {
  border: 1px solid #EEE;
}
.button-blue {
  border-radius: 100px;
  background-color: #065EE3;
  color: #FFF;
}
.button-full {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}



/* news-list */
.update-list h2 {
  text-align: left;
}


/* ブログの同一カテゴリサマリー */
.favorite-box {
  background-color: #efefef;
  padding: 24px;
  border-radius: 4px;
}
.favorite-box h5{
  margin-bottom: 10px;
  font-weight: 600;
}
.wpp-list {
  margin-bottom: 30px;
}

.responsive img {
  max-width: 100%;
  height: auto;
}

/* ローカルナビ */
.local-nav {
  border-bottom: 1px solid #eee;
}
.local-nav-list {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.local-nav-item a {
  display: block;
  padding: 24px 24px;
  text-decoration: none;
  color: #456;
  transition-duration: 0.25s;
  font-weight: 600;
}
.local-nav-item a.active {
  box-shadow: inset 0 -2px 0 #065EE3;
}
.local-nav-item a:hover {
  box-shadow: inset 0 -2px 0 #065EE3;
}

/* ページネーション */
.pagination {
  max-width: 980px;
  margin: 0 auto 40px;
  padding: 24px 0;
  text-align: center;
}
.pagination .allpages {
  display: none;
}
.pagination-item.current {
  background-color: #065EE3;
  color: #FFF;
}
.pagination-item {
  display: inline-block;
  color: #456;
  border: 1px solid #eee;
  padding: 16px 20px;
  margin: 0 4px;
  text-decoration: none;
  transition-duration: 0.25s;
}
.pagination-item:hover {
  color: #065EE3;
  border-color: #065EE3;
  box-shadow: 0 2px 10px rgba(6,94,227,0.2);
}
.pagination .hidden .nextprev {
  display: none;
}



/* 記事 詳細のprevnext */

.post-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 16px;
  margin-bottom: 20px;
}
.post-navigation .prev {
  /*margin-right: auto;*/
}
.post-navigation .prev a,
.post-navigation .next a{
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #345;
  text-indent: -9999px;
  border-radius: 50%;
  transition-duration: 0.25s;
}
.post-navigation .prev a:before,
.post-navigation .next a:before {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  z-index: 2;
  top: 20px;
  left: 24px;
  transform: rotate(-45deg);
}
.post-navigation .next a:before {
  left: auto;
  right: 24px;
  transform: rotate(135deg);
}
.post-navigation .prev a:hover,
.post-navigation .next a:hover {
  background-color: #065EE3;
}


/* english */
.english {
  font-family: 'Noto Sans', sans-serif;
}
.english .post-title h2 a {
  font-weight: 300;
}
.english-layout {
  display: flex;
  flex-direction: column;
}
/* 並び順指定 */
.english-layout .order1 {
  order: 1;
  width: 100%;
}
.english-layout .order2 {
  order: 2;
  width: 100%;
}
.english-layout .order3 {
  order: 3;
  width: 100%;
}
.english-layout .order4 {
  order: 4;
  width: 100%;
}
.english-layout .order5 {
  order: 5;
  width: 100%;
}
.english-layout .order6 {
  order: 6;
  width: 100%;
}
.englisn-profile {
}
.english-profile-item {

}


.year-box {
  border-bottom: 1px solid #eee;
}
.year-box-inner {
  max-width: 1012px;
  margin: 0 auto;
}
.year-box a {
  display: inline-block;
  padding: 20px 10px;
  text-decoration: none;
  color: #065EE3;
  transition-duration: 0.25s;
}
.year-box a:hover {
  box-shadow: 0 2px 0 #065EE3;
}


/* sns */
.fb-like,
.twitter-share-button {
  vertical-align: bottom !important;
}


/* 問い合わせ */
.inquiry-head {
  text-align: center;
  margin-bottom: 30px;
}
.inquiry-head h2 {
  font-size: 2.4rem;
}
.inquiry-head p {
  font-size: 1.6rem;
}


/* ソーシング */
.sourcing-list {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  border-top: 1px solid #EEE;
}
.sourcing-list:last-child {
  border-bottom: 1px solid #EEE;
}
.sourcing-list-title {
  font-size: 1.4rem;
  font-weight: 600;
  padding: 20px;
  width: 30%;
  background-color: #abc2e42e;
  box-sizing: border-box;
}
.sourcing-list-content {
  margin: 0;
  padding: 20px;
  width: 70%;
  box-sizing: border-box;
}
.sourcing-list ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.sourcing-list li {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
.sourcing-list li:before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #011f50;
  border-radius: 50%;
  margin-right: 5px;
}
.sourcing-box {
  text-align: center;
  margin-bottom: 40px;
  padding: 40px 20px;
  background-color: #f5f5f5;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  border-radius: 10px;
}
.sourcing-box p {
  font-size: 1.6rem;
  line-height: 1.6;
}
