@charset "utf-8";
/*
Theme Name: NB-B1.0
Theme URI: http://www.no-b.co.jp
Description: 株式会社ノーブランド［オリジナルテーマ］
Version: 1.0
Author: nobrand co.,ltd.
Author URI: http://www.no-b.co.jp
Tags: responsive

	nobrand_themes v1.0
	 http://www.no-b.co.jp

	This theme was designed and built by nobrand co.,ltd.,
	whose blog you will find at http://www.no-b.co.jp
*/


/*-------------------------------------------------------------------------------------------*/
/* 　カラー設定
/*-------------------------------------------------------------------------------------------*/
:root {
    --main: #005bac;
    --sub: #f90;
    --link: #f90;
    --link-h: #005bac;
    --line: #ccc;
}
mb {
    margin-bottom: 120px;
}



/*-------------------------------------------------------------------------------------------*/
/* 　全体
/*-------------------------------------------------------------------------------------------*/

html {
    font-size: 62.5%;
    font-size: 10px;
}
body {
    font-family: -apple-system, BlinkMacSystemFont,
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.6rem;
    line-height: 1.7;
    color: #666;
    -webkit-text-size-adjust: none;
    text-align: justify;
    word-break: break-all;
    text-justify: inter-ideograph;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body[id^="page-"] {
    overflow-x: hidden;
}

/*-------- リンク設定 --------*/
a {
    color: var(--link);
    padding: 0;
    margin: 0;
    text-decoration: none;
    background: transparent;
    outline: 0;
    vertical-align: baseline;
    transition: 0.3s;
}
a:hover,
a:active {
    outline: none;
    color: var(--link-h);
}

/*-------- ベースレイアウト --------*/
* {
    box-sizing: border-box;
}
.inner {
    display: block;
    width: 1024px;
    padding: 0px;
    margin: 0 auto;
}
header {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    padding: 10px 5%;
    background: rgba(255, 255, 255, .7);
    z-index: 20;
}
article[id^="page-"],
article[id^="post-"] {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 auto;
}
.page-content {
    flex-basis: 100%;
    width: 100%;
}
.text p {
    margin-bottom: 20px;
}
.text p:last-of-type {
    margin-bottom: 0;
}
.text:after {
    content: "";
    display: block;
    clear: both;
}
#content {
    position: relative;
    width: 100%;
    margin-bottom: 100px;
}
#footer {
    display: block;
    width: 100%;
    color: #fff;
    padding: 90px 0;
    background: var(--main);
}
:before,
:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.wide-box {
    position: relative;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
}
p:empty:before {
    content: initial !important;
}
#effect-box {
    overflow: hidden;
}

/*-------- 画像 --------*/
img,
.wp-caption,
.wp-video {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.wp-video {
    width: 100% !important;
    height: auto;
    vertical-align: bottom;
}
a img {
    transition: 0.3s ease-in-out;
}
a img:hover {
    opacity: .5;
    transition: all 1s;
}
.alignnone,
.aligncenter,
.alignleft,
.alignright {
    position: relative;
    display: block;
}
.aligncenter {
    max-width: 400px;
    margin: 0 auto 12px;
}
.alignleft {
    float: left;
    margin: 0 20px 12px 0;
}
.alignright {
    float: right;
    margin: 0 0 12px 20px;
}
.size-full {
    max-width: 100%;
}
.alignnone + br {
    margin: 0 auto 12px;
}
a .size-medium {
    cursor: url(images/zoom.png), auto;
}



/*-------------------------------------------------------------------------------------------*/
/* 　ヘッダ
/*-------------------------------------------------------------------------------------------*/

/*-------- ヘッダコンテンツ --------*/
#header-box {
    position: relative;
    height: 500px;
    margin-bottom: 1px;
    background-image: url(images/slider01.jpg);
    background-size: cover;
    background-position: center;
    z-index: 1;
}
#toppage #header-box {
    height: 100vh;
    margin-bottom: 200px;
}
body[id^="page-"] #header-box {
    background-image: url(images/slider01.jpg);
    background-size: cover;
    background-position: center;
}
#header-box .title-e {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255,255,255,.5);
    font-family: 'Bebas Neue', cursive;
    font-size: 20rem;
    line-height: 1;
}
#header-box .title-service {
    position: absolute;
    top: 180px;
    left: 50%;
    transform: translateX(-50%);
    width: 1024px;
    color: var(--main);
    font-family: "Cinzel", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 3rem;
    line-height: 1.4;
    text-align: center;
    text-shadow    : 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff;
    z-index: 2;
}
.header-copy {
    flex-shrink: 10;
    color: #444;
    font-size: 1.5rem;
    text-align: left;
    line-height: 1.4;
    padding: 10px 0;
}
header .logo-box {
    display: flex;
    justify-content: space-between;
}
header .logo-box img {
    width: 200px;
    margin: 0 0 15px;
}
header .logo-box img:hover {
    opacity: 1;
    transform: scale(1);
}
#top-slider li {
    height: 100vh;
    background-position: top center;
    background-size: cover;
}
#top-slider li:nth-child(1) {
    background-image: url(images/slider01.jpg);
}
#top-slider li:nth-child(2) {
    background-image: url(images/slider02.jpg);
}
#top-slider li:nth-child(3) {
    background-image: url(images/slider03.jpg);
}
#top-slider li p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Cinzel", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #fff;
    font-size: 4.2rem;
    text-align: center;
    text-shadow: 
    #00203d 2px 0px,  #00203d -2px 0px,
    #00203d 0px -2px, #00203d 0px 2px,
    #00203d 2px 2px , #00203d -2px 2px,
    #00203d 2px -2px, #00203d -2px -2px,
    #00203d 1px 2px,  #00203d -1px 2px,
    #00203d 1px -2px, #00203d -1px -2px,
    #00203d 2px 1px,  #00203d -2px 1px,
    #00203d 2px -1px, #00203d -2px -1px;
}
#top-slider li p .mobile {
    display: none;
}
#top-slider li span {
    position: absolute;
    bottom: -100px;
    line-height: 1;
    left: 50%;
    transform: translate(-50%, -150px);
    font-family: 'Bebas Neue', cursive;
    color: rgba(255,255,255,.5);
    font-size: 26rem;
    white-space: nowrap;
}
#top-slider li {
  transition: all 24s ease;
  transform: scale(1,1);
  transform-style: preserve-3d;
}
#top-slider li.active {
  transform: scale(1.1,1.1);
}

/*-------- パンくず --------*/
#breadcrumb {
    display: block;
    width: 100%;
    padding: 10px 10px 10px 30px;
    margin: 0 auto 200px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    background: #f8f8f8;
}
#breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    color: #999;
    margin: 0 auto;
}
#breadcrumb li,
#breadcrumb li a {
    flex-grow: 0;
    font-size: 1.2rem;
    line-height: 2;
    margin-right: 5px;
}



/*-------------------------------------------------------------------------------------------*/
/* 　ホーム
/*-------------------------------------------------------------------------------------------*/

/*-------- ホームタイトル --------*/
#toppage h1 {
    font-family: "Cinzel", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: var(--main);
    font-size: clamp(2.6rem, 2.091rem + 2.55vw, 4rem);
    text-align: center;
    line-height: 1.6;
    margin: 0 auto 140px;
}
#toppage h1 span {
    display: block;
    font-size: .7em;
    text-align: center;
    line-height: 1.5;
    margin-top: 20px;
}
#toppage .evaluation h3 {
    text-align: center;
}
h2.top-title,
h1.page-title,
h2.page-title-funnel {
    position: relative;
    color: var(--main);
    font-size: 3rem;
    text-align: center;
    line-height: 1.5;
    padding: 15px 30px;
    margin: 0 auto 50px;
}
h2.top-title span,
h1.page-title span,
h2.page-title-funnel span {
    position: relative;
    display: inline-block;
    padding: 10px 40px;
    margin: auto;
    text-align: center;
}
h2.top-title span:before,
h2.top-title span:after,
h1.page-title span:before,
h1.page-title span:after,
h2.page-title-funnel span:before,
h2.page-title-funnel span:after { 
    content:'';
    width: 20px;
    height: 100%;
    position: absolute;
    display: inline-block;
}
h2.top-title span:before,
h1.page-title span:before,
h2.page-title-funnel span:before {
    border-left: solid 1px #ccc;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	top: 0;
	left: 0;
}
h2.top-title span:after,
h1.page-title span:after,
h2.page-title-funnel span:after {
    border-right: solid 1px #ccc;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	top: 0;
	right: 0;
}
h3.top-title {
    font-size: 2.4rem;
}
.top-copy {
    font-size: 1.8rem;
    text-align: center;
}

/*-------- ホームお知らせ --------*/
.news li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    border-bottom: 1px dotted #ddd;
    transition: .5s;
}
.news li:last-child {
    border-bottom: none;
}
.news li p {
    display: flex;
    align-items: center;
}
.news li a {
    color: #222;
}
.news li svg {
    float: right;
    color: var(--sub);
    margin: 4px 10px 0 0;
    transition: .8s;
}
.news li:hover svg {
    margin-right: 20px;
}
.news li:hover {
    background: #f9f9f9;
}
.news .ymd {
    width: 90px;
    min-width: 90px;
    color: #FFF;
    font-size: 1.2rem;
    text-align: center;
    padding: 3px 10px 4px;
    margin-right: 15px;
    background: var(--main);
}
.news li img {
    width: 80px;
    min-width: 80px;
    height: 50px;
    margin-right: 15px;
    object-fit: cover;
}

/*-------- ホームコンテンツ --------*/
.funnel {
    column-gap: 8%;
    position: relative;
    left: 50%;
    width: 80vw;
    transform: translateX(-50%);
}
.funnel .w4 {
    position: relative;
    width: 28%;
    max-width: 28%;
    margin-right: 0 !important;
    background: #f8f8f8;
}
.funnel h3 {
    text-align: center;
    display: inline-block;
    width: 90%;
    color: var(--main);
    font-size: 2rem;
    line-height: 1.4;
    padding-bottom: 10px;
    margin-bottom: 30px;
    margin-left: 10px;
    border-bottom: 1px solid var(--main);
}
.funnel .w4 p.img {
    background: #fff;
}
.funnel .w4 img {
    width: 140px;
    padding-bottom: 30px;
    margin: 0 auto 30px;
}
.funnel .w4 .number {
    position: absolute;
    top: 145px;
    left: 20px;
    font-family: 'Bebas Neue', cursive;
    color: #ccc;
    font-size: 9rem;
    line-height: 1;
    z-index: 5;
}
.funnel .w4 .box {
    color: var(--main);
    padding: 0 30px 60px;
    margin-top: -20px;
}
.funnel .w4 a.funnel-btn {
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
    margin: 0;
}
a.funnel-btn2 {
    display: inline-block;
    position: absolute;
    bottom: 0px;
    width: 34px;
    color: #000;
    text-align: center;
    margin: 0 auto;
    border-bottom: 2px solid var(--sub);
}
#toppage .interview {
    display: flex;
    gap: 15px 6%;
}
#toppage .interview div {
    position: relative;
    padding: 30px 30px 60px;
    border: 1px solid #ccc;
}
#toppage .interview img {
    width: auto;
    height: 80px;
    margin: 0 auto 20px;
}
#toppage .interview h3 {
    color: #333;
    text-align: center;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px dotted var(--main);
}
#toppage .interview a {
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
    margin: 0;
}
.book-title {
    font-family: 'Bebas Neue', cursive;
    color: #ccc;
    font-size: 15rem;
    text-align: center;
    line-height: 1;
}
.book-box {
    display: block;
    height: 600px;
}
.book {
    position: relative;
    left: 50%;
    width: 70vw;
    min-width: 1024px;
    transform: translateX(-50%);
}
.book h3 {
    color: #000;
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 1px dotted #ccc;
}
.book div {
    flex: 1 0 40%;
}
.book .img {
    position: absolute;
    top: 30px;
    padding: 0 40px 40px 0;
    background: #fff;
    z-index: 2;
}
.book .box {
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    margin-top: 50px;
    z-index: 1;
}
.book .text {
    display: block;
    padding: 90px 70px 80px 35%;
    background: #f8f8f8;
}
.book .text a {
    float: right;
    color: #000;
    margin-top: 20px;
    border-bottom: 2px solid var(--sub);
}
.book .text a:hover,
a.funnel-btn:hover {
    color: var(--main);
}
.w3.img img {
    padding: 20px;
    background: #fff;
}
.voice .w4 {
    position: relative;
    padding: 3%;
    margin-top: 20px;
    border: 4px solid var(--main);
    background: #fff;
}
.voice .w4:before {
    content: url(images/icon23.png);
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 45px;
}
.voice a.btn {
    margin: 0 0 10px;
}
.service .price {
    color: #333;
    padding: 30px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}
.service .price .space {
    margin-bottom: 10px;
}
.service .price span {
    display: inline-block;
    width: 10em;
    color: var(--main);
    text-align: center;
    margin-right: 10px;
    border: 1px solid var(--main);
    background: #fff;
}




/*-------------------------------------------------------------------------------------------*/
/* 　固定ページ
/*-------------------------------------------------------------------------------------------*/

/*-------- 固定タイトル --------*/
h2.support-t {
    font-family: "Cinzel", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: var(--main);
    font-size: 4rem;
    text-align: center;
    line-height: 1.6;
    margin: 0 auto 20px;
}
h3.support-c {
    color: #000;
    font-size: 2rem;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
h2.title {
    display: inline-block;
    width: 100%;
    color: var(--main);
    font-size: 2.4rem;
    line-height: 1.4em;
    padding: 12px 15px 9px 25px;
    margin-bottom: 50px;
    border-left: 5px solid var(--sub);
    background: #fff;
}
h3.title {
    display: inline-block;
    width: 100%;
    color: var(--main);
    font-size: 2rem;
    line-height: 1.4;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--main);
}
h4.title {
    color: var(--main);
}
h5.title {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 1.7rem;
    line-height: 1.4;
    padding: 3px 10px;
    background: var(--main);
}
p.title {
    display: inline-block;
    width: 100%;
    color: var(--main);
    font-size: 1.7rem;
    line-height: 1.4;
    margin-bottom: 5px;
}
.notfound {
    text-align: center;
}

/*-------- 検索結果 --------*/
h2.post-list-title {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 5px;
}
h2.post-list-title a {
    color: #222;
}
.search-box .title {
    font-size: 1.8rem;
    color: #F30;
    margin-bottom: 20px;
    display: inline-block;
}
.search-box p {
    margin: 20px 0;
}
.post-list .search-list {
    width: 100%;
}

/*-------- リスト --------*/
ul.list li {
    padding: 10px 0 10px calc(1em + 5px);
    text-indent: calc(-1em + -5px);
    border-bottom: 1px dotted #ccc;
}
ul.list li svg {
    color: var(--sub);
    margin-right: 5px;
}
ul.list-pri {
    margin: -10px 0 10px;
}
ul.list-pri li {
    padding-left: calc(1em + 25px);
    text-indent: calc(-1em + -25px);
}

/*-------- テーブル --------*/
.table-company {
    width: 100%;
    border-collapse: collapse;
}
.table-company tr {
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.table-company tr:last-child {
    border-bottom: none;
}
.table-company th {
    width: 18%;
    font-weight: normal;
    padding: 15px 0;
}
.table-company th:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 13px;
    margin: -1px 5px 0 0;
    background: var(--sub);
}
.table-company td {
    padding: 15px 0;
}
.table-company td span {
    color: var(--sub);
    font-size: 1.4rem;
}
.table-company td span a:hover {
    color: #fff;
}
.table1 {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
}
.table1 th {
    color: var(--main);
    text-align: left;
    padding: 10px 0px;
    font-weight: 400;
    border-bottom: #e3e3e3 1px solid;
}
.table1 td {
    text-align: left;
    padding: 10px 0px;
    border-bottom: 1px solid #e3e3e3;
    margin-top: 5px;
}
.table1 th.last,
.table1 td.last {
    border-bottom: none;
}
.table2 {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}
.table2 th {
    color: #fff;
    text-align: center;
    padding: 5px 5px;
    font-weight: 400;
    border: #e3e3e3 1px solid;
    background: var(--main);
}
.table2 td {
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.2rem;
    text-align: left;
    vertical-align: middle;
    padding: 5px 5px;
    border: 1px solid #e3e3e3;
    margin-top: 5px;
}
.table2 tr:nth-child(16),
.table2 tr:nth-child(17),
.table2.nurturing tr:nth-child(14),
.table2.nurturing tr:nth-child(15) {
    background: #f3f3f3;
}
.table2 tr td:nth-of-type(1),
.table2 tr td:nth-of-type(2) {
  white-space: nowrap;
}
.annotation {
    display: none;
}
.table-books {
    width: 100%;
}
.table-books th {
    color: #333;
    font-size: 2rem;
    padding: 5px 0 0 0;
    border-top: 1px dotted #ccc;
}
.table-books tr:first-child th {
    border-top: none;
}
.table-books tr td:first-child {
    width: 30px;
    border-right: 2px solid #f90;
}
.table-books tr td:nth-child(2) {
    padding-left: 5px;
}
.table-books tr td:last-child {
    margin-bottom: 10px;
}

/*-------- 表１ --------*/
.figureA-back img.pc {
    display: block;
}
.figureA-back img.tablet,
.figureA-back img.phone {
    display: none;
}
.figureA {
    column-gap: 10px;
}

/*-------- 表２ --------*/
.figureB {
    width: 100%;
    font-size: 2rem;
    border-spacing: 10px;
}
.figureB th.emphasis .item {
    color: #fff;
    border: 2px solid #fff;
    background: #00417c;
}
.figureB td {
    width: 50px;
    text-align: center;
    font-weight: bold;
    position: relative;
}
.figureB td span {
    position: absolute;
    display: block;
    width: 100%;
    line-height: 2.4;
    border-radius: 5px;
    background: rgba(255,255,255,.5);
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    height: 100%;
}
.figureB td:nth-of-type(1) span {
    background: #0693e3;
}
.figureB td:nth-of-type(1) span:after {
    border-color: #0693e3 transparent transparent transparent;
}
.figureB tr:nth-of-type(2) td:nth-of-type(2) span,
.figureB tr span.step1 {
    color: #fff;
    font-size: 2.4rem;
    line-height: 2;
    background: #00a6ac;
}
.figureB tr:nth-of-type(2) td:nth-of-type(2) span {
    color: #fff;
    font-size: 2.4rem;
    line-height: 2;
    background: var(--sub);
}
.figureB tr:nth-of-type(2) td:nth-of-type(2) span:after,
.figureB tr span.step1:after {
    border-color: #00a6ac transparent transparent transparent;
}
.figureB tr:nth-of-type(2) td:nth-of-type(2) span:after {
    border-color: var(--sub) transparent transparent transparent;
}
.figureB tr:nth-of-type(3) td:nth-of-type(2) span,
.figureB tr span.step2 {
    color: #333;
    background: rgba(255,255,255,.4);
}
.figureB tr:nth-of-type(3) td:nth-of-type(2) span:after,
.figureB tr span.step2:after {
    border-color: rgba(255,255,255,.4) transparent transparent transparent;
}
.figureB tr:nth-of-type(4) td:nth-of-type(1) span,
.figureB tr span.step3 {
    color: #333;
    background: rgba(255,255,255,.2) !important;
}
.figureB tr:nth-of-type(4) td:nth-of-type(1) span:after,
.figureB tr span.step3:after {
    border-color: rgba(255,255,255,.2) transparent transparent transparent !important;
}
.figureB td span:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
}
.figureB .item {
    position: relative;
    color: var(--main);
    text-align: center;
    padding: 5px 10px;
    margin: 0 10px 20px !important;
    border-radius: 5px;
    background: #fff;
}
.figureB .item:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
}
.figureB .last .item:after {
    border: none;
}
.figureB .last .item {
    margin-bottom: 0 !important;
}
.figureB.back {
    padding: 20px 10px 10px;
    border-radius: 10px;
    background: var(--sub);
}
.figureB.back .title {
    color: #000;
    font-size: 2.8rem;
    line-height: 1.1;
}
/*-------- よくある質問 --------*/

.accordion {
    width: 100%;
    margin: 0 auto;
}
.accordion .ac-header {
    position: relative;
    color: #222;
    padding: 20px 35px 20px 30px;
    border-top: 1px dotted #ccc;
    cursor: pointer;
    transition-duration: 0.2s;
}
.accordion .ac-header:before {
    content: "\f067";
    float: right;
    color: var(--sub);
	font-size: 2rem;
    font-weight: 900;
    margin-right: -30px;
    transition: .5s;
}
.accordion .ac-header.open:before {
    content: "\f068";
    transform: rotate(180deg);
}
.accordion .ac-header:after,
.accordion .ac-inner:after {
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 27px;
    font-weight: bold;
    margin: 0 8px -6px 0;
    border-radius: 50%;
}
.accordion .ac-header:after {
    content: "Q";
    top: 20px;
    background: var(--main);
}
.accordion .ac-inner {
    position: relative;
    display: none;
    padding: 0 35px 20px 30px;
    box-sizing: border-box;
}
.accordion .ac-inner:after {
    content: "A";
    top: 0;
    background: var(--sub);
}
.accordion:last-child .ac-header.open {
    border-bottom: none;
}
.accordion:last-child .ac-header:after.open {
    content: "\f068";
}
.accordion:last-child .ac-inner {
    border-bottom: 1px dotted #ccc;
}


/*-------- 固定コンテンツ --------*/
#content section {
    position: relative;
    padding: 100px;
    background: #f9f9f9;
    z-index: 0;
}
#content section.back {
    color: #fff;
    background: var(--main);
}
#content section .number {
    position: absolute;
    top: -90px;
    right: 15px;
    font-family: 'Bebas Neue', cursive;
    color: #e5e5e5;
    line-height: 1;
    font-size: 20rem;
}
div[class^="box-A"] {
    position: absolute;
    left: -450px;
    top: -50px;
    width: 600px;
    height: 400px;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
div[class^="box-B"] {
    position: absolute;
    right: -450px;
    bottom: -50px;
    width: 600px;
    height: 400px;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.box-A2 {
    background-image: url(images/box-A2.jpg);
}
.box-A5 {
    background-image: url(images/box-A5.jpg);
}
.box-A6 {
    background-image: url(images/box-A6.jpg);
}
.box-A7 {
    background-image: url(images/box-A7.jpg);
}
.box-A8 {
    background-image: url(images/box-A8.jpg);
}
.box-A9 {
    background-image: url(images/box-A9.jpg);
}
.box-A10 {
    background-image: url(images/box-A10.jpg);
}
.box-A11 {
    background-image: url(images/box-A11.jpg);
}
.box-B1 {
    background-image: url(images/box-B1.jpg);
}
.box-B2 {
    background-image: url(images/box-B2.jpg);
}
.box-B3 {
    background-image: url(images/box-B3.jpg);
}
.box-B4 {
    background-image: url(images/box-B4.jpg);
}
.box-B5 {
    background-image: url(images/box-B5.jpg);
}
.box-B6 {
    background-image: url(images/box-B6.jpg);
}
.box-B7 {
    background-image: url(images/box-B7.jpg);
}
.box-B8 {
    background-image: url(images/box-B8.jpg);
}
.box-B9 {
    background-image: url(images/box-B9.jpg);
}
.box-B10 {
    background-image: url(images/box-B10.jpg);
}
.box-B11 {
    background-image: url(images/box-B11.jpg);
}
div[class^="box-"]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    background: linear-gradient(30deg, rgba(26, 42, 99, 0.85), rgba(26, 42, 99, 0.5));
}
.super  {
    justify-content: space-between;
    column-gap: 5%;
}
.super .w4  {
    position: relative;
    width: 30%;
    max-width: 30%;
    margin-right: 0;
    background: #888888;
    padding: 20px;
    color:  #fff;
}
.super .w4:first-child {
    background: #00a6ac;
}
.super .w4:last-child {
    background: #aaabab;
}
.super .w4:after {
    position: absolute;
    content: "\f105";
    color: var(--sub);
    font-size: 4rem;
    top: 40%;
    right: -30px;
}
.super .w4:last-child:after {
    display: none;
}
.super h3{
    text-align: center;
    color:  #fff;
    border-bottom: 1px solid #fff;
}
.super .w4:first-child h3 {
    color:  #fff;
    border-bottom: 1px solid #fff;
}
.arrow {
    margin: 10px 0 5px;
}
.blue {
    color: var(--main);
}
.s-contents .w6 {
    padding: 20px;
    margin-bottom: 30px;
    background: #fff;
}
.s-contents .w6 h3 {
    text-align: center;
}
.funnel2 {
    column-gap: 8%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.funnel2 .w4 {
    position: relative;
    width: 28%;
    max-width: 28%;
    margin-right: 0 !important;
    background: #f8f8f8;
}
.funnel2 .w4 p.img {
    background: #fff;
}
.funnel2 .w4 img {
    width: 140px;
    padding: 50px 0;
    margin: 0 auto 70px;
}
.funnel2 .w4 .number {
    position: absolute;
    top: 195px !important;
    left: 20px;
    font-family: 'Bebas Neue', cursive !important;
    color: #ccc;
    font-size: 9rem !important;
    line-height: 1 !important;
    z-index: 5;
}
.funnel2 .w4 .box {
    color: var(--main);
    padding: 0 0 30px;
    margin-top: -20px;
}
a.funnel-btn {
    display: block;
    width: 34px;
    color: #000;
    text-align: center;
    margin: -20px auto 50px;
    border-bottom: 2px solid var(--sub);
}
.evaluation .w6  {
    position: relative;
    width: 45%;
    max-width: 45%;
    margin-right: 0;
}
.evaluation .w6:first-child {
    margin-right: 10%;
}
.evaluation .w6:first-child:after {
    position: absolute;
    top: 40%;
    right: -18%;
    content: "\f105";
    height: 100px;
    color: var(--sub);
    font-size: 10rem;
}
.funnel3 .w5 
    width: 45%;
    max-width: 45%;
    margin-right: 0;
}
.funnel3 .w2 {
    margin-right: 0;
}
.funnel3 .w2:before {
    position: absolute;
    content: "\f105";
    width: 10%;
    height: 100px;
    color: var(--sub);
    font-size: 10rem;
    margin: 0 3%;
}
.accompaniment {
    column-gap: 10%;
}
.accompaniment .w6 {
    position: relative;
    width: 45%;
    max-width: 45%;
    margin-right: 0;
}
.accompaniment .w2 {
    margin-right: 0;
}
.accompaniment .w6:first-child:after {
    position: absolute;
    content: "\f105";
    color: var(--sub);
    font-size: 8rem;
    top: 30%;
    right: -65px;
}
.box-change {
    margin-bottom: -30px;
}
.box-change .w4 {
    padding: 20px;
    margin-bottom: 30px;
    background: #fff;
}
.box-change .w4 h3 {
    text-align: center;
}
.box-change .w4:nth-child(6) {
    margin-right: 4%;
}
.box-change .w4 img {
    width: 60%;
    margin: 0 20% 20px;
}
.box-change .w12 {
    color: var(--sub);
    font-size: 8rem;
    text-align: center;
    margin-top: -30px;
}
.c-name {
    margin-top:70px;
    text-align: right;
}
.c-name span {
    font-family: "Cinzel", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #222;
    font-size: 2rem;
}
.program {
    padding: 20px;
    margin-bottom: 30px;
    background: #fff;
}
.program img {
    padding-left: 5px;
    padding-bottom: 5px;
    background: #fff;
}
.orange {
    color: var(--sub);
}
.alert-box {
    font-size: 1.4rem;
    padding: 30px;
    background: rgba(255,255,255,.7);
}
a.btn {
    display: block;
    width: 40%;
    text-align: right;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid var(--main);
}
a.btn:hover {
    color: var(--main);
    padding-right: 20px;
    background: #fff;
}
.books-list dt {
    width: 5em;
    float: left;
    clear: both;
    color: var(--main);
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
}
.books-list dd {
    margin-left: 7em;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
}
a.amazon-btn {
    display: block;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin-top: 30px;
    background: var(--sub);
}
a.amazon-btn:hover {
    background: var(--main);
}
.books {
    line-height: 2;
    padding: 70px;
    border: 2px solid #ddd;
    background: #fff;
}
.books h3 {
    color: #222;
    font-size: 2.4rem;
    line-height: 2.2;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    background: #f8f8f8;
}
.books .title {
    color: #222;
    font-weight: bold;
}
.privacy .title {
    color: #222;
    font-size: 2rem;
}
.privacy div {
    margin-top: 70px;
}
.privacy .name {
    font-family: "Cinzel", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #222;
    font-size: 2rem;
}
.annotation {
    font-size: 1.4rem;
    margin-top: 5px;
}

/*-------- インタビュー --------*/
.interview .company {
    padding: 20px 30px;
    margin-top: 30px;
    border: 1px solid var(--main);
    background: #fff;
}
.interview  .img {
    position: relative;
    margin-top: 20px;
}
.interview .img .name {
    position: absolute;
    top: 20px;
    left: 0;
    color: #fff;
    padding: 5px 20px;
    background: var(--main);
    z-index: 1;
}
.interview .img .name:nth-child(2) {
    top: auto;
    left: auto;
    right: 0;
    bottom: 20px;
}
.interview .name {
    color: #fff;
    padding: 5px 20px;
    background: var(--main);
}
.interview .name span {
    display: block;
    font-size: 1.2rem;
    margin-top: -5px;
}
.interview .company a {
    display: block;
    width: 100px;
    color: #fff;
    text-align: right;
    line-height: 30px;
    padding: 0 10px;
    margin-top: 10px;
    background: var(--link-h);
}
.interview .company a:hover {
    color: #fff;
    padding-right: 20px;
    background: var(--link);
}
.interview dt {
    color: var(--main);
    font-size: 1.8rem;
    padding: 45px 0 10px calc(1em + 0px);
    text-indent: calc(-1em + -0px);
}
.interview dt:first-child {
    padding-top: 0;
}
.interview dd {
    position: relative;
    display: block;
    padding: 15px 25px;
    margin-left: 1em;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0,0,0,.1);
    overflow: auto;
    z-index: 0;
}
.interview dd img {
    width: 25%;
    height: auto;
}




/*-------------------------------------------------------------------------------------------*/
/* 　投稿ページ
/*-------------------------------------------------------------------------------------------*/

/*-------- 投稿ヘッダ --------*/
.single-content .cal {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    text-align: center;
    padding: 13px 10px 5px;
    margin: 0 10px 0 0;
    background: var(--main);
}
.single-content .cal .year {
    font-size: 1.8rem;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 0px;
}
.single-content .cal .day {
    color: #E9E9E9;
    margin-bottom: 0px;
}
.blog-info {
    flex-grow: 1;
    color: #666;
    font-size: 1.2rem;
    padding: 0px;
    margin-bottom: 50px;
}
.single-content .blog-info {
    background: #fff;
}
.blog-info ul {
    display: flex;
    min-height: 30px;
    padding: 10px;
    margin-top: 18px;
}

/*-------- 投稿タイトル --------*/
.post-title {
    color: #222;
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 8px;
}

/*-------- 投稿コンテンツ --------*/
.single-_post {
    word-wrap: break-word;
}

/*-------- 投稿ソーシャルボタン --------*/
.social-sharing {
    height: 32px;
    margin-top: 70px;
}
.social-sharing ul {
    display: flex;
    justify-content: center;
}
.social-sharing li {
    margin: 0px 5px;
}
.social-sharing li img:hover {
    transform: scale(1, 1);
}
.social-sharing .line {
    width: 32px;
    height: 32px;
    padding: 1px;
    background: #00b900;
}
.social-sharing a img:hover {
    opacity: 1;
    transform: scale(1);
}

/*-------- 投稿ページナビ --------*/
.pagenav {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
}
.pagenav span {
    width: 100px;
}
.pagenav a {
    display: inline-block;
    width: 100px;
    text-align: center;
    padding: 6px 15px;
    border: 1px solid var(--link);
}
.pagenav a:hover {
    border: 1px solid var(--link-h);
}
.prev a:before {
    content: "\f060";
    color: var(--sub);
    margin-right: 10px;
}
.next a:after {
    content: "\f061";
    color: var(--sub);
    margin-left: 10px;
}

/*-------- ツールチップ --------*/
[data-tooltip] {
    position: relative;
    display: inline-block;
    color: #F60;
    border-bottom: 1px dotted #F60;
}
[data-tooltip]:before,
[data-tooltip]:after {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 999999;
}
[data-tooltip]:before {
    content: '';
    position: absolute;
    border-width: 6px;
    border-style: solid;
    border-color: transparent;
}
[data-tooltip]:after {
    height: 22px;
    padding: 11px 11px 0;
    font-size: 1.2rem;
    line-height: 11px;
    content: attr(data-tooltip);
    white-space: nowrap;
    border-radius: 4px;
}
[data-tooltip]:hover,
[data-tooltip]:focus {
    background-color: transparent;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after {
    visibility: visible;
    opacity: 1;
}
.tooltip-top.tooltip-movable:before,
.tooltip-top.tooltip-movable:after {
    transition: all .1s linear;
}
.tooltip-top.tooltip-movable:before {
    margin-bottom: -15px;
}
.tooltip-top.tooltip-movable:after {
    margin-bottom: -3px;
}
.tooltip-top.tooltip-movable:hover:before,
.tooltip-top.tooltip-movable:hover:after {
    transform: translateY(-10px);
}
.tooltip-top:before,
.tooltip-top:after {
    left: 30%;
}
.tooltip-top:after {
    margin-left: -120px;
    height: auto;
    width: 150px;
    padding: 11px;
    line-height: 19px;
    white-space: normal;
    text-align: left;
}
.tooltip-top:after {
    margin-bottom: 7px;
}
[data-tooltip].tooltip-top:after {
    color: #fff;
    background: var(--sub);
}
[data-tooltip].tooltip-top:before {
    border-top-color: var(--sub);
}
.tooltip-top:before,
.tooltip-top:after {
    bottom: 100%;
}
.tooltip-top:before {
    margin-bottom: -5px;
}
[data-tooltip].social {
    border-bottom: none;
}
[data-tooltip].social:after {
    text-align: center;
    width: 120px;
}

/*-------- コラム詳細 --------*/
.hideAnchor {
    display: inline-block;
    height: 0px;
    /height: 1px;
    overflow: hidden;
    text-indent: -9999px;
    margin-top: -90px;
    padding-bottom: 90px;
}
.list-box {
    padding: 5%;
    margin-bottom: 60px;
    border: solid 1px var(--main);
    background: #fff;
}
.list-box p {
    width: 100%;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    line-height: 2;
    margin-bottom: 20px !important;
    background: var(--main);
}
.list-box ul {
    color: #333;
}
.list-box li {
    position: relative;
    padding: 5px 0 5px 18px;
    border-bottom: 1px dotted #ddd;
}
.list-box li:before,
.column-post h2:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 22px;
    background: var(--sub);
}
.list-box li a {
    color: var(--main);
}
.column-post {
    padding: 20px 50px 50px;
    background: #fff;
}
.column-post .header-img {
    margin: 30px 0 20px;
}
.column-post h2 {
    position: relative;
    color: var(--main);
    line-height: 1.5;
    padding: 10px 15px 10px 32px;
    margin: 10px 0 20px;
    background: #f8f8f8;
}
.column-post h2:before {
    top: 13px;
    left: 15px;
    width: 8px;
    height: 30px;
}
.column-post ul {
    margin-bottom: 20px;
}
.column-post ul li {
    color: #333;
    padding: 5px 0;
}
.column-post ul li + li {
    border-top: 1px dotted #CCC;
}
.column-h4 {
    color: var(--main);
    margin-bottom: 10px;
}
.column-post .margin50 {
    margin-bottom: 50px;
}
.column-post .margin50-50 {
    margin: 50px 0;
}
.coherence {
    position: relative;
    width: 100%;
    padding-top: 50px;
    margin-top: 60px;
}
.coherence h3 {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 2.2rem;
    padding: 5px 15px;
    background: var(--main);
}
.coherence li {
    position: relative;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}
.coherence li a {
    display: block;
    width: 100%;
    color: var(--main);
    padding: 5px 35px 5px 10px;
}
.coherence li a:hover {
    background: #f8f8f8;
}
.coherence li svg {
    position: absolute;
    top: 15px;
    right: 10px;
    color: var(--sub);
    transition: .5s;
}
.coherence li:hover svg  {
    right: 16px;
}
.column-link {
    display: block;
    text-align: center;
    padding: 5px 10px;
    border: 1px solid #ddd;
    background: #fff;
}
#page-column .column-link {
    margin-bottom: 50px;
}
.profile {
    border: 1px solid var(--main);
}
.profile img {
    width: 350px;
}
.profile h4 {
    color: var(--main);
    font-size: 1.8rem;
    margin: 50px 0 10px;
}
.profile div {
    clear: both;
    width: 100%;
    font-size: 1.5rem;
    padding-top: 20px;
    border-top: 1px dotted var(--main);
}



/*-------------------------------------------------------------------------------------------*/
/* 　投稿一覧
/*-------------------------------------------------------------------------------------------*/

/*-------- 投稿一覧リスト --------*/
#page-archive .post-list {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
    padding: 30px;
    background: #fff;
    background-image: linear-gradient(-45deg, var(--sub) 10px, transparent 0);
    transition: 1s;
}
a.list {
    display: block;
    color: #666;
}
#page-archive .post-list:hover {
    background: var(--main);
}
#page-archive .post-list:hover * {
    color: #fff !important;
}
#page-archive .post-list-search {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
}

/*-------- アイキャッチ --------*/
#page-archive .image-orver {
    width: 100px;
    height: 100px;
    margin-right: 25px;
    background: #f4f4f4;
    overflow: hidden;
}
#page-archive .image-orver img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    transition: all 0.25s ease-in-out;
}
#page-archive .image-orver img:hover {
    transform: scale(1.15, 1.15);
    opacity: 1;
}

/*-------- 投稿情報 --------*/
#page-archive .blog-info {
    flex-basis: 100%;
    flex-shrink: 20;
}
#page-archive .blog-info ul {
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    bottom: 30px;
    width: calc(100% - 180px);
    min-height: 35px;
    color: #666;
    padding: 8px 0px 4px;
    margin-top: 10px;
    border-top: 1px dotted #ccc;
    border-bottom: none;
}
#page-archive .blog-info ul li {
    flex-basis: 100%;
}
#page-archive .blog-info ul li.cal {
    white-space: nowrap;
}
#page-archive .blog-info li,
#page-archive .blog-info li a {
    font-size: 1.2rem;
}
.blog-comment {
    display: block;
    font-size: 1.4rem;
    overflow: hidden;
}
.blog-button {
    display: block;
    width: 115px;
    font-size: 1.2rem;
    padding: 5px 15px 3px;
    margin-top: 16px;
    border: 1px solid var(--link);
    border-radius: 3px;
}
.blog-button:before {
    content: "\f138";
    color: var(--sub);
    font-size: 1.3rem;
    margin-right: 7px;
    vertical-align: top;
}
.blog-button:hover {
    color: #FFF;
    border: 1px solid var(--link-h);
    background: var(--link-h);
}
.blog-info li {
    margin: 0 15px 0 5px;
    justify-content: center;
}
.blog-info li {
    font-size: 1.2rem;
}
.blog-info li a {
    color: #666;
}
.blog-info li a:hover,
.blog-info-single li a:hover {
    color: var(--link-h);
}
.blog-info li:before {
    color: var(--sub);
    margin-right: 7px;
}
.blog-info li.cal:before {
    content: "\f073";
}
.blog-info li.aut:before {
    content: "\f007";
}
.blog-info li.tag:before {
    content: "\f02c";
    float: left;
}
.blog-info li.cat:before {
    content: "\f07b";
}

/*-------- ページナビゲーション --------*/
.pagination {
    display: flex;
    justify-content: center;
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
    border-radius: 25px;
}
.pagination .current {
    margin: 0 2px;
    width: 30px;
    height: 30px;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 5px;
    border-radius: 15px;
    background: var(--link);
}
.pagination a {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 2px;
    padding-top: 3px;
    padding-bottom: 5px;
    border-radius: 25px;
}
.pagination a:hover {
    color: #fff;
    border-radius: 15px;
    background: var(--link-h);
}
.pagination a:before {
    display: inline-block;
    color: var(--link);
    font-size: 2rem;
    margin-top: -5px;
}
.pagination a:hover:before {
    color: #fff;
}
.previous-button a:before {
    content: "\f104";
}
.first-button a:before {
    content: "\f100";
}
.next-button a:before {
    content: "\f105";
}
.last-button a:before {
    content: "\f101";
}
.column.slider-box .box .head,
.column.slider-box .box .image {
    width: 300px;
    height: auto;
    min-height: 300px;
    padding-top: 0;
}
.column.slider-box .box {
    flex-direction: initial;
    padding-bottom: 0;
    cursor: pointer;
}
.column.slider-box .box .comment {
    flex: 1 0 0%;
    height: auto;
    padding-bottom: 60px;
}
.column.slider-box .box h3 {
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}
.column.slider-box .box .link {
    position: absolute;
    right: 30px;
    bottom: 20px;
    opacity: 1;
}
.column.slider-box .box ul {
    position: relative;
    display: block;
    padding: 5px 15px;
    margin-top: 28px;
    border: 1px solid #ddd;
    background: rgba(255,255,255,.5);
}
.column.slider-box .box li {
    font-size: 1.2rem;
    padding-left: calc(1em + 0px);
    text-indent: calc(-1em + -0px);
}
.column.slider-box .box li.title {
    position: absolute;
    top: -18px;
    left: -1px;
    color: #fff;
    line-height: 1;
    padding: 3px 8px 3px 22px;
    background: var(--main);
}
.column.slider-box .box li svg {
    color: var(--main);
}




/*-------------------------------------------------------------------------------------------*/
/* 　フッダ
/*-------------------------------------------------------------------------------------------*/

/*-------- フッダコンテンツ --------*/
.footer-logo {
    width: 200px;
    margin-bottom: 10px;
}
.under-btn {
    display: none;
}
.footer-contact {
    color: #fff;
    padding: 100px 0 0;
    margin-top: 200px;
    background: var(--main);
}
.footer-contact .inner {
    padding: 50px 0 100px;
    border-bottom: 1px dotted rgba(255,255,255,.3);
}
.footer-contact .inner .flex-box {
    column-gap: 10%;
    justify-content: space-between;
}
.footer-contact .inner .flex-box h3 {
    line-height: 1;
}
.footer-contact .inner .flex-box h3 span {
    font-family: 'Bebas Neue', cursive;
    font-size: 4rem;
    line-height: 1;
    margin-right: 10px;
}
.footer-contact .inner .flex-box a {
    width: 40%;
    text-align: right;
    line-height: 40px;
    white-space: nowrap;
    padding: 0 10px;
    border: 1px solid rgba(255,255,255,.6);
}
.footer-contact .inner .flex-box a:hover {
    color: #fff;
    padding-right: 20px;
    background: rgba(255,255,255,.3);
}
#footer .logo-box {
    display: flex;
    column-gap: 50px;
}
#footer .logo-box h5 {
    font-size: 1.8rem;
}
#footer .logo-box br {
    display: none;
}

/*-------- フッダメニュー --------*/
.footer-under {
    display: inline-block;
    width: 100%;
    padding: 25px 0 20px;
    background: var(--main);
}
.footer-under .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.copyright {
    font-size: 1.2rem;
    color: #FFF;
    margin-top: -5px;
}
.copyright br {
    display: none;
}
.footer-menu a {
    color: #fff;
    font-size: 1.2rem;
}
.footer-menu a:hover {
    color: var(--sub);
}
.footer-menu ul {
    display: flex;
}
.footer-menu ul li {
    font-size: 1.2rem;
    border-left: 1px dotted rgba(255, 255, 255, 0.30);
    border-right: 1px dotted rgba(255, 255, 255, 0.30);
    padding-right: 10px;
    padding-left: 10px;
    line-height: 1;
}
.footer-menu ul li + li {
    border-right: 1px dotted rgba(255, 255, 255, 0.30);
    border-left: 0px dotted rgba(255, 255, 255, 0.30);
}
.footer-menu ul ul li {
    border-right: 0px dotted rgba(255, 255, 255, 0.30);
    border-left: 0px dotted rgba(255, 255, 255, 0.30);
}

/*-------- ページスクロール --------*/
#page-scroll {
    position: fixed;
    right: 20px;
    bottom: 35px;
    text-align: center;
    z-index: 100;
}
#page-scroll .fa-angle-up {
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, .4);
    background: var(--main);
    transition: all 0.3s;
}
#page-scroll .fa-angle-up:hover {
    background: var(--sub);
}




/*-------------------------------------------------------------------------------------------*/
/* 　フォーム（Contact Form 7）
/*-------------------------------------------------------------------------------------------*/
div.wpcf7 {
    margin: 0;
    padding: 0;
}
form.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wpcf7 span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-not-valid {
    border: 1px solid #f30 !important;
    background: #fef0f0;
}
.wpcf7 .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors {
    width: 100%;
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
    margin-bottom: 20px;
}
.wpcf7 .wpcf7-mail-sent-ok {
    width: 100%;
    color: #3A87AD;
    background-color: #D9EDF7;
    border: 1px solid #BCE8F1;
    margin-bottom: 20px;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=tel],
.wpcf7 select{
    border: solid 1px #ccc;
    padding: 10px;
    width: 100%;
    height: 40px;
    font-size: 1.6rem;
    nowhitespace: afterproperty;
    -webkit-appearance: none;
    border-radius: 3px;
    line-height: 1.4;
    box-sizing: border-box;
}
textarea {
    border: solid 1px #ccc;
    padding: 10px;
    width: 100%;
    font-size: 1.6rem;
    nowhitespace: afterproperty;
    -webkit-appearance: none;
    border-radius: 3px;
    line-height: 1.6;
    box-sizing: border-box;
}
form.wpcf7-form input[type=text]:focus,
form.wpcf7-form input[type=password]:focus,
form.wpcf7-form input[type=email]:focus,
form.wpcf7-form input[type=url]:focus,
form.wpcf7-form input[type=tel]:focus,
form.wpcf7-form textarea:focus {
    box-shadow: 0 0 8px rgba(116, 115, 6, 0.28);
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=tel]:focus,
textarea:focus,
input[type=reset]:hover {
    border-color: var(--link);
}
.dual {
    width: 47.5%;
}
.full {
    width: 100%;
}
.wpcf7 p {
    color: #000;
    margin-bottom: 15px;
}
input[type=submit] {
    width: 100%;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: 0.2rem;
    padding: 9px 30px;
    margin-top: 30px;
    border: none;
    border-radius: 3px;
    background: var(--link);
    transition: 0.5s;
    -webkit-appearance: none;
}
input[type=submit]:hover {
    color: #fff;
    background: var(--link-h);
}
.star:before {
    content: "\f005";
    color: #f33;
    font-size: 1rem;
    padding-left: 5px;
}
.star2:before {
    content: "\f005";
    color: #f33;
    padding-left: 5px;
}
::placeholder{
    color:#d9d9d9;
}
div.wpcf7 {
    margin-top: 50px;
}

/*-------- reCAPTCHA --------*/
.grecaptcha-badge {
    visibility: hidden;
}
.recaptcha_policy {
    width: 100%;
    color: #444 !important;
    font-size: 11px !important;
    text-align: center;
    padding: 0;
    margin: 0 0 20px !important;
}
.recaptcha_policy a {
    color: #111 !important;
    font-size: 11px !important;
}



/*-------------------------------------------------------------------------------------------*/
/* 　スライダー
/*-------------------------------------------------------------------------------------------*/

/*-------- lightslider（トップ） --------*/
.top-slider-box {
    position: relative;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    padding: 0 5%;
    overflow: hidden;
    z-index: 0;
    content-visibility: auto;
    contain-intrinsic-size: 450px 100%;
}
a.all {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

/*ナビゲーション*/
.lSAction > a {
    top: 35% !important;
    width: 24px !important;
    color: #fff !important;
    line-height: 32px;
    padding: 1px 5px;
    margin-top: -23px !important;
    background-image: none !important;
    background: var(--link);
    opacity: 0.8 !important;
}
.lSPrev:before {
	content: "\f104";
    font-size: 24px;
}
.lSNext:before {
	content: "\f105";
    font-size: 24px;
}
.lSAction>.lSPrev {
    left: 0 !important;
}
.lSAction>.lSNext {
    right: 0 !important;
}
.slider-box .box {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    padding-bottom: 60px;
    overflow: hidden;
    background: #f8f8f8;
    transition:all 0s ease-in-out;
}
.slider-box .box:hover .image{
	transform: scale(1.15,1.15);
}
.slider-box a {
    color: #666;
}
.slider-box .box:hover .foot {
    border-bottom: 5px solid var(--sub);
}
.slider-box .box .head {
    position: relative;
    padding-top: 65%;
    overflow: hidden;
}
.slider-box .box .title-box {
    position: absolute;
    padding: 15px 15px;
    left: 10px;
    bottom: 10px;
    width: 128px;
    color: #fff;
    background: rgba(0,32,61,.5);
}
.slider-box .box .title-box .subheader {
    text-align: center;
}
.slider-box .box .title-box svg {
    font-size: 3rem;
    margin-left: 10px;
}
.slider-box .box .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    transition:all 0.25s ease-in-out;
}
.slider-box .box .image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background: linear-gradient(30deg, rgba(26, 42, 99, 0.85), rgba(26, 42, 99, 0.5));
}
.slider-box .box .comment {
    height: 170px;
    padding: 30px;
}
.slider-box .box h3 {
    color: #000;
    font-size: 1.2vw;
    margin: 0 0 0.8em;
}
.slider-box .box .comment .text {
    font-size: 1.5rem;
}
.slider-box .box .foot {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 30px 20px;
    border-bottom: 1px solid var(--sub);
    transition: .5s;
}
.slider-box .box .link {
    border-bottom: 2px solid var(--sub);
    opacity: 0;
}
.slider-box .box:hover .link {
    opacity: 1;
}
.slider-box .box .link:hover {
    color: var(--main);
}



/*-------------------------------------------------------------------------------------------*/
/* 　スクロールエフェクト
/*-------------------------------------------------------------------------------------------*/
.pSimple1,
.pMultiple1 > li,
.pMultiple1 > dt,
.pMultiple1 > section,
.pMultiple1 > div {
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
    transition: all 1.2s cubic-bezier(.4, 0, .2, 1);
    transition-delay: .3s;
}
.pSimple1.pActive,
.pMultiple1 .pActive {
    opacity: 1;
    --webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-delay: .3s;
}
.pSimple2,
.pMultiple2 > li,
.pMultiple2 > div {
    opacity: 0;
    transition: all 2s cubic-bezier(.4, 0, .2, 1);
    transition-delay: .3s;
}
.pSimple2.pActive,
.pMultiple2 .pActive {
    opacity: 1;
}

/*-------- 左からスクロール（単体） --------*/
.sLeft {
    opacity: 0;
    transition: all 1.2s cubic-bezier(.4, 0, .2, 1);
    -webkit-transform: translate3d(-500px, 0, 0);
    transform: translate3d(-500px, 0, 0);
    transition-delay: .3s;
}
.sLeft.pActive {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-delay: .3s;
}

/*-------- 右からスクロール（単体） --------*/
.sRight {
    opacity: 0;
    transition: all 1.2s cubic-bezier(.4, 0, .2, 1);
    -webkit-transform: translate3d(500px, 0, 0);
    transform: translate3d(500px, 0, 0);
    transition-delay: .3s;
}
.sRight.pActive {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-delay: .3s;
}



/*-------------------------------------------------------------------------------------------*/
/* 　攻めの情シス研究所（コラム・メモ）
/*-------------------------------------------------------------------------------------------*/
#page-pmo header.fixed {
    display: none;
}
#page-pmo header {
    background: none;
}
#page-pmo #header-box {
    height: 470px;
    margin-bottom: 100px;
    background-image: url(images/header09.jpg);
    background-position: top center;
}
#page-pmo .copy {
    color: #fff;
    padding-top: 70px;
}
#page-pmo .copy p:nth-child(1) {
    display: inline-block;
    width: 485px;
    text-align: center;
    padding: 3px 10px;
    background: rgba(0,61,115,.7);
}
#page-pmo .copy p:nth-child(2) {
    font-size: 4rem;
    font-weight: bold;
}
#page-pmo .copy p:nth-child(2) span {
    font-size: 7rem;
    text-shadow: 0 0 8px rgba(0,45,84,1), 0 0 5px rgba(0,0,0,1);
}
#page-pmo .copy p:nth-child(2) a {
    color: #fff;
}
#page-pmo .copy p:nth-child(3) {
    width: 532px;
    font-size: 2.8rem;
    font-weight: bold;
        padding-top: 20px;
    border-top: 7px dotted var(--sub);   
    text-shadow: 0 0 5px rgba(0,61,115,1);
}
#page-pmo #content {
    order: 2;
    margin-bottom: 0;
}
.search-results {
    color: var(--main);
    text-align: center;
    padding: 8px 10px;
    margin-bottom: 30px;
    border: 1px solid var(--main);
}
.search-results span {
    color: #fff;
    padding: 3px 8px;
    background: var(--main);
}
#page-pmo .column.slider-box .box .head {
    width: 250px;
    height: auto;
    min-height: 250px;
    padding-top: 0;
}
#page-pmo .column.slider-box .box .head p[class^="cat-"] {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 138px;
    color: #fff;
    text-align: center;
    padding: 3px 10px;
    background: var(--main);
}
#page-pmo .column.slider-box .box .head p.cat-4 {
    background: var(--sub);
}
#page-pmo .column.slider-box .box .head p.cat-90 {
    background: #00740e;
}
#page-pmo .column .comment ul.sub-cat,
#page-pmo ul.single-cat {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
    padding: 0;
    margin: 0 0 3px;
    border: none;
    background: none;
}
#page-pmo ul.single-cat {
    justify-content: center;
    width: 1024px;
    margin: -50px auto 50px;
}
#page-pmo .column .comment ul.sub-cat li,
#page-pmo .single-cat li {
    padding: 3px 5px;
    margin-bottom: 3px;
    text-indent: 0;
    border: 1px solid #ddd;
    background: #fff;
}
#page-pmo #footer {
    padding: 20px 0 15px;
    margin-top: 50px;
}
#page-pmo #page-scroll {
    bottom: 20px;
}

/*-------- シングルページ --------*/
#page-pmo #content section {
    padding: 100px 30px 30px;
}
#page-pmo .single-post {
    padding: 50px;
    background: #fff;
}
#page-pmo .post-list {
    background-image: none;
}
#page-pmo .post-list .link {
    width: 33px;
    min-width: 33px;
    height: 31px;
    color: #666;
    margin-left: 30px;
    border-bottom: 2px solid var(--sub);
}

/*-------- 検索結果 --------*/
#page-pmo #content #page-archive section {
    padding: 30px;
}
#page-pmo h2.post-list-title {
    font-size: 1.6rem;
    line-height: 1.6;
}
#page-pmo p.search {
    text-align: center;
    padding: 50px 30px;
    background: #f8f8f8;
}

/*-------- 固定ページ --------*/
#page-pmo .staff {
    color: #333;
    padding: 30px;
    background: #f8f8f8;
    overflow: auto;
}
#page-pmo .staff img {
    margin-bottom: 20px;
}
#page-pmo .staff span {
    display: block;
    font: 500 2rem/1.2em "Cinzel", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #000;
    font-weight: bold;
    margin: 15px 0 20px;
}
#page-pmo .staff .flex-box {
    align-items: flex-end;
    font-size: 1.5rem;
    padding-top: 30px;
    margin-top: 10px;
    border-top: 1px dotted #c6c6c6;
    overflow: hidden;
}
#page-pmo .staff div h3 {
    color: #000;
    margin-bottom: 10px;
}
#page-pmo .staff div p {
    margin-bottom: 15px;
}

/*-------- サイドバー --------*/
#sidebar {
    flex: 1 0 0%;
    flex-basis: 250px;
    order: 1;
    margin-right: 34px;
    margin-bottom: 50px;
}
#sidebar a {
    color: var(--main);
}
#sidebar a:hover {
    color: var(--sub);
}

/*-------- タイトル --------*/
#sidebar .widget h2,
#sidebar .widget h3 {
    color: var(--main);
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 7px;
    border-bottom: 3px solid var(--main);
}
#sidebar .widget h3 a {
    float: right;
    font-size: 1.2rem;
    padding: 1px 3px;
    border: 1px solid var(--main);
}

/*-------- ブロック --------*/
#sidebar .widget {
    width: 100%;
    margin-bottom: 20px;
}
#sidebar .greeting a {
    display: block;
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    background: #f8f8f8;
}
#sidebar .greeting a:first-child {
    margin-bottom: 20px;
}
#sidebar .entry {
    font-size: 1.4rem;
    padding: 15px;
    border: 1px solid #ccc;
    background: #f8f8f8;
}

/*-------- 検索 --------*/
#s {
    display: block;
    width: 100%;
    height: 46px;
    font-size: 1.4rem;
    padding: 0px 8px;
    margin-bottom: 10px;
    background: #FFF;
    box-shadow: 0 0 0 1px #888 inset;
    z-index: 10;
}
.my_searchform div {
    display: flex;
    justify-content: space-between;
    column-gap: 5%;
    margin-bottom: 20px;
}
.postform {
    width: 100%;
    padding: 0 10px;
    border-radius: 3px;
}
.postform:after {
    padding: 0 10px;
}
.my_searchform #submit {
    width: 46px;
    height: 46px;
    padding: 0 5px;
    margin: 0;
}
#searchsubmit {
    z-index: 90;
    height: 46px;
    width: 100%;
    background: var(--main);
}
#searchsubmit:hover {
    background: var(--sub);
}
#search-2 input {
    border: none;
}

/*-------- カテゴリー --------*/
.column-cat li a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px dotted #ccc;
}
.column-cat span {
    color: #888;
    font-size: 1.4rem;
    margin-right: -10px;
}

/*-------- アクセス ランキング --------*/
.popular-posts {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 30px;
}
.popular-posts ul {
    counter-reset: item;
}
.popular-posts ul li {
    position: relative;
    text-align: left;
    padding: 8px;
    margin-bottom: 10px;
    background: #f8f8f8;
}
.popular-posts ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    counter-increment: item;
    content: counter(item);
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    background: #00740e;
}
#block-2 .popular-posts ul li:before {
    background: var(--main);
}
#block-3 .popular-posts ul li:before {
    background: var(--sub);
}
.popular-posts img {
    width: 50px;
    height: 50px;
    margin: 0px 13px 6px 2px;
    background-color: #eee;
    box-shadow: 0 0 0 3px #fff, 0 0 0 4px #eee;
}
.popular-posts .wpp-post-title {
    display: block;
    padding-left: 65px;
}
.popular-posts .wpp-meta {
    display: inline-block;
    width: 100%;text-align: right;
}






