@charset "utf-8";

html,
body {
	border: none;
	margin: 0;
	padding: 0;
    min-height: 100vh;
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

/*
blockquote::before,
blockquote::after {
	content: "";
	clear: both;
}
*/


/* gloval css */


blockquote {
    position: relative;
    padding: 10px 15px 10px 50px;
    box-sizing: border-box;
    font-style: italic;
    border: solid 2px #DDDDDD;
    color: #464646;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 15px;
    content: "\f10d";
    font-family: FontAwesome;
    color: #464646;
    font-size: 25px;
    line-height: 1;
    font-weight: 900;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}


a {
    color: #2E3760;
}
a:hover {
    color: #EC6438;
    text-decoration: none;
}
p,ol,ul,li,table,th,td {
    line-height: 1.8;
}
.center {
    text-align: center;
}
.m-auto {
    margin: 0 auto;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
img.alignright {
    margin-left: 1em;
    margin-bottom: 1em;
}
img.alignleft {
    margin-right: 1em;
    margin-bottom: 1em;
}
.sp {
	display: none !important;
}
.text-14 {
    font-size: 14px;
}
.txt-08 {
    font-size: 0.8rem;
}
.txt-09 {
    font-size: 09rem;
}
.txt-10 {
    font-size: 1rem;
}
.txt-11 {
    font-size: 1.1rem;
}
.txt-12 {
    font-size: 1.2rem;
}
.text-w {
    color: #fff;
}
.txt-orange {
    color: #EC6438;
}
.txt-normal {
    text-decoration: none;
    color: #231815;
}
.txt-blue {
    color: #2D365E;
}
.mg-b-20 {
    margin-bottom: 20px;
}
.flex {
    display: flex;
}
.jfc-around {
    justify-content: space-between;
}
.source {
    font-size: 0.9rem;
}
cite {
    font-style: normal;
}
body {
/*	width:100%;*/
	background: #fff;
	line-height: 1.6;
    overflow-x: hidden;
}
#body-wrap {
    max-width: 100%;
    margin: auto;
}
.wrap {
    width: 1280px;
    max-width: 96%;
    margin: auto;
}
header {
    width: 1280px;
    max-width: 100%;
    margin: 22px auto 16px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.head-logo {
    order: 0
}
nav.pc {
    order: 3;
}
.pc-top-logo {
    width: 337px;
    height: auto;
}
#g-navi {
    display: flex;
    justify-content: space-around;
    font-size: 14px;
    text-align: center;
/*    margin-left: 300px;*/
    order: 3;
}
#g-navi li {
    display: inline-block;
    margin: 0 1em;
}
#g-navi li a {
    text-decoration: none;
    color: #2E3760;
}
.animate-link {
  text-decoration: none; /* デフォルトの下線を非表示にする */
  color: #2E3760; /* 文字色 */
  background-image: linear-gradient(90deg, #2E3760, #2E3760); /* 線の色 */
  background-repeat: no-repeat;
  background-position: left bottom; /* 線の起点を左・下に設定 */
  background-size: 0 1px; /* 線の横幅を0、縦幅を1pxに */
  transition: background-size 0.3s; /* 線を伸ばすアニメーション実行時間を指定 */
  padding: 3px 5px;
}
.animate-link:hover {
  background-size: 100% 1px; /* 線の横幅を100%にする */
}
#nav-contact a {
  color: #fff !important;
  background: #2E3760;
  padding: 3px 16px;
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: .3s;
    margin-top: -3px;
}
#nav-contact a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #2E3760;
  box-sizing: border-box;
  z-index: -1;
  transform: scale(1.2);
  opacity: 0;
  transition: transform ease .3s, opacity .3s;
}
#nav-contact a:hover {
  color: #2E3760 !important;
  background: transparent;
}
#nav-contact a:hover::before {
  transform: scale(1);
  opacity: 1;
}
#header-line {
    border: 6px solid #2E3760;
    margin: 0 !important;
}
.main-visual img {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
}
.top-mission {
    background: #F6F6F6;
    padding: 48px 0 56px 0;
    text-align: center;
}
.top-ttl {
    font-size: 52px;
    margin-top: 8px;
    margin-bottom: 22px;
    line-height: 35px;
}
.top-sub-ttl {
    font-size: 20px;
    font-weight: normal;
}
.top-desc {
    font-size: 19px;
}
.top-flex-box {
    display: flex;
    justify-content: space-between;
}
.top-cnt-box {
    width: 640px;
}
.top-cnt-box img {
    max-width: 100%;
}
.top-cnt-r {
    margin-left: 44px;
}
.top-cnt-txt {
    font-size: 15px;
}
.top-clm-bg-b {
    margin-bottom: 90px;
}
.top-service {
    list-style-position: inside;
    margin-left: 5px;
}
.top-service li {
/*    padding-left: -30px !important;*/
    padding-left: 1rem;
    text-indent: -1.5rem;
}
a.top-more {
    color: #fff;
    background: #2E3760;
    padding: 6px 18px;
    text-decoration: none;
    font-weight: 100;
    font-size: 13px;
    margin-top: 2em;
    display: block;
    width: 160px;
    text-align: center;
    transition: .3s;
    border: 1px solid #2E3760;
}
a:hover.top-more {
    border: 1px solid #2E3760;
    color: #2E3760;
    background: #fff;
}
.top-sub-ttl {
    margin-left: 15px;
}
.top-slide {
    margin-top: 30px;
    max-width: 100%;
}
.t-slide-cnt {
    border: 1px solid #040000 !important;
    margin: 0 10px;
    padding: 0;
    max-width: 282px;
/*    height: 420px;*/
    min-height: 420px;
/*
    display: block;
    overflow: hidden;
*/
    margin-bottom: 20px;
}
.t-slide-cnt img {
/*    width: 100%;*/
/*    height: auto;*/
    width: 280px;
    height: 210px;
    object-fit: cover;
    max-width: 100% !important;
}
.t-slide-cnt a {
    text-decoration: none;
    color: #000;
    transition: .3s;
}
.t-slide-cnt a:hover {
    filter: brightness(50%);
    color: #eee;
}
.slick-prev, .slick-next{
    width: 36px;
    height: 36px;
}
.slick-prev:before, .slick-next:before {
    opacity: 1;
    font-size: 36px;
}
.slick-prev:before {
    font-family: 'Font Awesome 6 Free';
    content:"\f137";
    font-weight: 900;
    color: #fff;
    background: #2E3760;
    border-radius: 100%;
    opacity: 0.8;
}
.slick-next:before {
    font-family: 'Font Awesome 6 Free';
    content:"\f138";
    font-weight: 900;
    color: #fff;
    background: #2E3760;
    border-radius: 100%;
    opacity: 0.8;
}
.top-slide .slick-prev {
    left:50px;
}
.top-slide .slick-next {
    right:50px;
}
.top-slide .slick-prev,.top-slide .slick-next {
    z-index: 100;
}
.top-case-catch {
    width: 280px;
    height: 210px;
    max-width: 100%;
/*    height: auto;*/
}
.top-case-catch img {
}


/* category-title */

.top-case-cat {
    margin: 6px 10px 12px;
    text-align: center;
    padding: 4px 0;
    font-size: 14px;
    text-transform: uppercase;
}
.top-case-ttl {
    font-weight: 600;
    font-weight: 14px;
    margin: 0 12px 6px;
}
.top-case-lead {
    font-size: 14px;
    margin: 0 12px;
    line-height: 1.6;
/*    min-height: 8em;*/
}
.personal {
    color: #fff;
    background: #710019;
    letter-spacing: 1.6em;
    text-indent: 1.6em;
}
.organization {
    color: #fff;
    background: #D48F00;
    letter-spacing: 1.6em;
    text-indent: 1.6em;
}
.coaching {
    color: #fff;
    background: #006AAD;
}
.fp {
    color: #fff;
    background: #E55927;
    letter-spacing: 1.6em;
    text-indent: 1.6em;
}
.eq {
    color: #fff;
    background: #70BA3B;
    letter-spacing: 1.6em;
    text-indent: 1.6em;
}
.family_business {
    color: #fff;
    background: #4C3E83;
}
.end_of_life {
    color: #fff;
    background: #5F3819;
    letter-spacing: 1.6em;
    text-indent: 1.6em;
}
.team_coaching {
    color: #fff;
    background: #005B2E;
}
.top-news-wrap {
    width: 100%;
    max-width: 100%;
    background: #E3E7F5;
    padding: 42px 0;
    margin-top: 80px;
}
.top-news-inner {
    width: 1100px;
    max-width: 100%;
    margin: auto;
    margin-top: 38px;
}
.top-news-list li{
    border-bottom: 1px solid #fff;
    list-style: none;
    padding: 16px 32px;
    display: flex;
}
.news-rec li {
    border-bottom: 1px solid #2E3760;    
}
.top-news-list div {
/*    display: inline-block;*/
}
.top-news-date::before {
    font-family: 'Font Awesome 6 Free';
    content:"\f105";
    font-weight: 900;
    padding-right: 16px;
}
.top-news-date {
}
.top-news-cat {
    margin: 0 30px 0 40px;
    width: 134px ;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 1.7em;
}
.top-news-ttl {
    width: 700px;
    max-width: 60%;
}
.top-news-ttl a {
    color: #000;
    text-decoration: none;
    transition: .3s;
}
.top-news-ttl a:hover {
    color: #666;
}
.information {
    background: #2E3760;
    text-align: center;
}
.column {
    background: #6B000F;
    text-align: center;
}
.second-life {
    background: #005114;
    text-align: center;
}
.team-support {
    background: #620169;
    text-align: center;
}
.fb {
    background: #AA8800;
    text-align: center;
}
.seminar {
    background: #004126;
    text-align: center;
}
.top-news-more {
    width: 260px !important;
    text-indent: 20px;
}
#contact-wrap {
    width: 1100px;
    max-width: 96%;
    height: 360px;
    border: 2px solid #2E3760;
    margin: auto;
    margin-top: 200px;
    background: url("../../uploads/pc_contact_bg.png") no-repeat;
    padding-top: 70px;
    margin-bottom: 80px;
}
.top-contact-ttl {
    margin-bottom: 40px;
}
.top-contact-btn {
    font-size: 20px !important;
    width: 354px !important;
    padding: 10px 0;
}
#footer-wrap {
    background: #2E3760;
    padding: 45px 0 0;
}
#footer-inner {
    width: 1280px;
    max-width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.foot-add {
    font-size: 14px;
    color: #fff;
}
#foot-sns {
    display: flex;
    margin-top: 20px;

}
#foot-sns p {
    margin-right: 10px;
    margin-left: 10px;
}
#foot-sns a {
    transition: .3s;
}
#foot-sns a:hover {
    opacity: 0.4;
}
#foot-l {
    width: 450px;
    margin-left: 30px;
}

#foot-r nav {
    width: 500px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding-right: 10px;
}
#foot-r nav ul {
}
#foot-r nav li {
    line-height: 2.0;
}
#foot-r nav ul li li {
    margin-left: 2em;
}
#foot-r a {
    color: #fff;
    text-decoration: none;
    transition: .3s;
}
#foot-r a:hover {
    opacity: 0.5;
}
#page-top {
    position: fixed;
    font-size: 30px;
}
#page-top a {
	width: 50px;
  	height: 50px;
  	position: fixed;
  	background: #2E3760;
  	color: #fff;
  	text-align: center;
	right: 80px;
  	bottom: 30px;
    border: 1px solid #fff;
    transition: 0.3s;
}
#page-top a:hover {
    text-decoration: none;
/*	opacity: 0.8;*/
    filter: brightness(70%);
}
.copyright {
    background: #fff;
    text-align: center;
    margin-top: 45px;
    font-size: 13px;
    padding: 12px;
}
.news-ctg-head {
    display: flex;
    padding-left: 20px;
    margin: 38px 0 14px 0;
    line-height: 1;
    vertical-align: middle;
}
.news-ctg {
    width: 180px;
    text-align: center;
    display: block;
    font-size: 0.9rem;
    padding-top: 3px;
    text-transform: uppercase;
    color: #fff;
}
.news-column {
    color: #fff;
    background: #6B000F;
}
.news-info {
    color: #fff;
    background: #2E3760;
}
.news-semi {
    color: #fff;
    background: #004126;
}
.news-date {
    font-size: 1rem;
    margin-left: 20px;
    display: block;
    padding-top: 3px;
}
.news-cnt-ttl {
    font-size: 1.4rem;
    font-weight: normal;
    background: url("../../uploads/pc_news_ttl_icon.png") no-repeat 20px 0 ;
    min-height: 31px;
    padding: 0 30px 12px 54px;
    border-bottom: 4px solid #2E3760;
    margin-bottom: 28px;
}
.news-cnt {
    width: 1170px;
    margin: auto;
    }
.news-cnt p {
    margin-bottom: 1rem;
}
.blank {
    width: 1280px;
    margin: auto;
}



/* for pages */

#bread {
    width: 1280px;
    font-size: 0.8rem;
    padding: 10px 20px;
    margin: auto;
}

#p-ttl-base {
    background-color: #2E3760;
    width: 100% !important;
    height: 160px;
    display: flex;
    align-items: center;
}
#p-ttl {
    width: 1280px;
    max-width: 96%;
    margin: auto;
    padding-left: 70px;
}
#pager {
    width: 1100px;
    max-width: 100%;
    margin: 74px auto 0;
}
#pager-2 {
    width: 1160px;
    margin: auto;    
}
.news-nav {
    display: flex;
    justify-content: center;
    margin-top: 80px;
    font-size: 0.9rem;
}
.news-nav a {
    margin: 0 100px;
}
a.news-prev {
    color: #2E3760;
    background: #fff;
    padding: 6px 18px;
    text-decoration: none;
    font-weight: 100;
    font-size: 13px;
    margin-top: 2em;
    display: block;
    width: 280px;
    text-align: center;
    transition: .3s;
    border: 1px solid #2E3760;
}
a:hover.news-prev {
    border: 1px solid #2E3760;
    color: #fff;
    background: #2E3760;
}
a.news-next {
    color: #6B000F;
    background: #fff;
    padding: 6px 18px;
    text-decoration: none;
    font-weight: 100;
    font-size: 13px;
    margin-top: 2em;
    display: block;
    width: 280px;
    text-align: center;
    transition: .3s;
    border: 1px solid #6B000F;
}
a:hover.news-next {
    color: #fff;
    background: #6B000F;
    border: 1px solid #6B000F;
}
.service-head-clm {
    background: #F6F7F8;
    margin: 18px 0 70px;
    padding: 48px 0;
}
.service-head-clm-inner {
    width: 1280px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.srv-head-l {
    width: 550px;
    padding-left: 20px;
}
.srv-head-r {
    width: 640px;
}
.srv-head-cmt {
    margin: 1rem 0;
}
.srv-head-catch {
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.srv-head-catch::after {
    margin-left: 5px;border-top: 1px solid #000;
    content: "";
    flex-grow: 1;
}
a.img-link {
    filter: brightness(100%);   
    transition: .3s;
}
a:hover.img-link {
    filter: brightness(80%);
}
.srv-cnt {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
}
.srv-chip {
    width: 366px;
}
.srv-chip-img {
    margin-bottom: 1rem;
}
.srv-chip  p {
    text-align: center;
}
.srv-link {
    padding-left: 30px !important;
}
.sub-wrap {
    width: 1220px;
    margin: auto;
}
.sub-wrap-inner {
    width: 1120px;
    margin: auto;
}
.sub-wrap-inner-contact {
    width: 950px;
    margin: auto;
}
.page-sec-ttl {
    background: url("../../uploads/pc_news_ttl_icon.png") no-repeat 10px 7px;
    min-height: 31px;
    padding: 7px 0 6px 48px;
    font-size: 1.3rem;
    border-top: 2px solid #2E3760;
    border-bottom: 2px solid #2E3760;
}
.str-ico {
    display: flex;
    justify-content: center;
    margin-top: 48px;
}
.str-ico p {
    margin: 0 50px;
}
.str-txt {
    margin-top: 50px;
}
.str-clm-mg {
    margin-top: 100px;
}
.marker {
    background:linear-gradient(transparent 60%, #FFF100 60%);
    font-weight: bold;
    font-size: 1.1rem;
}
.marker-norm {
    background:linear-gradient(transparent 60%, #FFF100 60%);
}
.cnt-cap {
    margin-top: 26px;
    margin-bottom: 1rem;
}
.cnt-cap-2 {
    margin-top: 26px;
    margin-bottom: 2px;
}
.txt-normal {
    margin-bottom: 1rem;
}
.cnt-sec-ttl {
    margin-top: 72px;    
}
.txt-space {
    letter-spacing: 1em;
}
.cc-list {
}
.cc-list li {
    list-style: none;
    text-indent: -22px;
    margin-left: 24px;
    margin-bottom: 15px;
}
.cc-list li::before {
    font-family: 'Font Awesome 6 Free';
    content:"\f101";
    font-weight: 900;
    padding-right: 8px;
    color: #EC6438;
}
.coaching-grapf {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
}
.coaching-grapf p {
    width: calc(50% - 30px);
    margin-bottom: 15px;
}
.fp-ttl {
    color: #fff;
    background: #2E3760;
    padding: 2px 20px;
}
.fp-cnt-txt {
    margin-bottom: 2em;
}
.fp-kinds {
    text-indent: -10px;
}
.life-event {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 40px;
}
.life-event-wrap {
    width: calc(25% - 10px);
    margin-top: 20px;
}
.life-desc {
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin: 8px auto 0.8rem;
    width: 190px;
}
.life-cap {
/*    text-align: center;*/
    font-size: 0.8rem;
    line-height: 1.4;
    padding-left: 1.1em;
    text-indent: -1.1em;
    width: 190px;
    margin: auto;
}
.eq-choice {
    color: #2E3760;
    border: 1px solid #2E3760;
    padding: 2px 26px;
    display: inline-block;
    margin-top: 60px;
}
.eq-wrap {
    padding: 0 30px;
    margin-top: 30px;
}
.eq-chart {
    text-align: center;
    margin-bottom: 60px;
}
.eq-effect-cap {
    margin-top: 1.2rem;
}
.team-flow {
    text-align: center;
    margin-top: 3rem;
}
.support-txt {
    text-indent: -0.6em;
}
.support-kind {
    margin-top: 3rem;
}
.page-top-mg {
    margin-top: 40px;
}
.prof-l {
    width: 780px;
}
.prof-r {
    width: 280px;
}
.prof-l p {
    margin-bottom: 1em;
}
.page-clm-mg {
    margin-bottom: 50px;
}
.company-tbl {
    width: 100%;
}
.company-tbl th {
    border-top: 1px solid #9FA0A0;
    border-bottom: 1px solid #9FA0A0;
    border-right: 1px dotted #9FA0A0;
    font-weight: normal;
    padding: 0.5em 1em;
    width: 160px;
}
.company-tbl td {
    border-top: 1px solid #9FA0A0;
    border-bottom: 1px solid #9FA0A0;
    padding: 0.5em 1em;
}
.company-tbl p {
    margin-bottom: 1rem;
}
.profile-wrap {
    display: flex;
}
.contact-cap {
    margin-left: 20px;
    margin-top: 70px;
}
.input-txt {
    width: 100%;
    border: 1px solid #9FA0A0;
    border-radius: 5px;
    padding: 0.8em 1em;
    margin-top: 2px;
    margin-bottom: 48px;
}
.checkbox {
    margin-top: 10px;
    margin-bottom: 48px;
}
.label-txt {
    vertical-align: middle;
}
.require {
    color: #E7211A;
    font-size: 0.8rem;
    border: 1px solid #E7211A;
    margin-left: 1rem;
    padding: 0 10px 0 15px;
    letter-spacing: 0.5rem;
    vertical-align: middle;
}
.agree {
    margin-bottom: 10px;
}
.submit {
    padding: 2px 50px;
    margin: 30px auto 0;
    display: block;
}
.case-cap {
    margin-top: 54px;
    text-align: center;
    margin-bottom: 50px;
}
.case-cat-box {
    border: 1px solid #231815;
    width: 100%;
    padding: 28px 90px 16px;
}
.case-block a {
    color: #231815;
    text-decoration: none;
    transition: .3s;
}
.case-block a:hover {
    color: #eee;
    filter: brightness(60%);
}
.case-cat-ttl {
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 40px;
}
.case-cat-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.case-cat-label {
    width: 235px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    vertical-align: middle;
    position: relative;
    padding-top: 3px;
    margin-bottom: 26px;
}
.case-cat-label::before {
    content: "";
    display: inline-block;
    background: url("../../uploads/pc_case_cat_arrow.png") no-repeat 0 0;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 4px;
    top: 6px;
}
a.case-cat-label {
    transition: .3s
}
a:hover.case-cat-label {
    color: #fff;
    filter: brightness(50%);
}
.case-archive-base {
    background: #F6F7F8;
    width: 100%;
    padding: 44px 0;
    margin-top: 30px;
}
.case-archive-inner {
    width: 1230px;
    margin: auto;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.case-archive-inner::before {
    content:"";
    display: block;
    width:280px;
    order:1;
}
.case-archive-inner::after {
    content:"";
    display: block;
    width:280px;
}
.case-block {
    width: 280px;
    background: #fff;
/*    margin: 0 18px 0 0;*/
    margin-bottom: 30px;
}
/*
.case-block:nth-of-type(4n-1):nth-last-of-type(1){
    margin-right: 0;
}
*/
.case-eyecatch {
    width: 258px;
    max-width: 100%;
    height: auto;
    margin: 10px auto 12px;
}
.case-eyecatch img {
    max-width: 100%;
    height: auto;
}
.case-block-cat {
    font-size: 0.9rem;
    text-align: center;
    width: 258px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.case-cont-ttl {
    width: 248px;
    max-width: 100%;
    margin: auto;
    font-weight: bolder;
}
.case-cont-desc {
    font-size: 0.9rem;
    line-height: 1.4;
    width: 248px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 26px;
}
.case-sub-ttl {
    font-size: 1.3rem;
    text-align: center;
    border-top: 2px solid;
    border-bottom: 2px solid;
    width: 1280px;
    margin: 40px auto 10px auto;
    padding: 10px 0;
}
.cs-tt-short {
    letter-spacing: 2em;
    text-indent: 2em;    
}
.cs-sub-tt-personal {
    border-color: #710019;
    color: #710019;
}
.cs-sub-tt-org {
    border-color: #D48F00;
    color: #D48F00;
}
.cs-sub-tt-coach {
    border-color: #006AAD;
    color: #006AAD;
}
.cs-sub-tt-fp {
    border-color: #E55927;
    color: #E55927;
}
.cs-sub-tt-edq {
    border-color: #70BA3B;
    color: #70BA3B;
}
.cs-sub-tt-team {
    border-color: #005B2E;
    color: #005B2E;
}
.cs-sub-tt-family {
    border-color: #4C3E83;
    color: #4C3E83;
}
.cs-sub-tt-end {
    border-color: #5F3819;
    color: #5F3819;
}
.case-cnt-ctg {
    font-size: 0.8rem;
    padding: 4px 0 0 0;
    color: #fff;
    vertical-align: middle;
}
.cs-sub-ico-personal {
    background: #710019;
    letter-spacing: 1.6em;
    text-indent: 1.6em;
}
.cs-sub-ico-org {
    background: #D48F00;
    letter-spacing: 1.6em;
    text-indent: 1.6em;
}
.cs-sub-ico-coach {
    background: #006AAD;
}
.cs-sub-ico-fp {
    background: #E55927;
    letter-spacing: 1.6em;
    text-indent: 1.6em;
}
.cs-sub-tt-eq {
    background: #70BA3B;
    letter-spacing: 1.6em;
    text-indent: 1.6em;
}
.cs-sub-ico-team {
    background: #005B2E;
}
.cs-sub-ico-family {
    background: #4C3E83;
}
.cs-sub-ico-end {
    background: #5F3819;
    letter-spacing: 1.6em;
    text-indent: 1.6em;
}
.case-nav {
    display: flex;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 120px;
    font-size: 0.9rem;
}
.case-nav a {
    margin: 0 100px;
}
.com-th {
    width: 300px !important;
}
.com-td {
    margin-left: 1rem;
    text-indent: -1rem;    
}
.prv-ttl {
    color: #231815;
    font-weight: normal;
    border-top: 1px solid #9FA0A0;
    border-bottom: 1px solid #9FA0A0;
    font-size: 1.1rem;
    margin-top: 4rem;
    margin-bottom: 1rem;
    padding: 8px 50px 6px;
}
.prv-txt {
    margin-bottom: 1rem;
    padding: 0 50px;
}
.prv-list {
    margin-left: 1.4rem;
}
.prv-ind {
    text-indent: -0.5rem;
}
.sitemap-tbl {
    width: 100%;
}
.smp-td-l {
    border-top: 1px solid #9FA0A0;
    border-bottom: 1px solid #9FA0A0;
    border-right: 1px dotted #9FA0A0;
    padding: 0.8em 1em 0.8em 55px;
    width: 32%;
    vertical-align: top;
}
.smp-td-r {
    border-top: 1px solid #9FA0A0;
    border-bottom: 1px solid #9FA0A0;
    padding: 0.8em 1em 0.8em 55px;
    vertical-align: top;
}
.smp-td-l::before , .smp-list li::before {
    font-family: 'Font Awesome 6 Free';
    content:"\f105";
    font-weight: 900;
    font-size: 0.9rem;
    color: #2E3760;
    margin-right: 10px;
}
.smp-list {
    margin-top: 0;
}
.smp-list li {
    list-style: none;
    line-height: 2.6;
}
.sitemap-tbl a {
    text-decoration: none;
    color: #2E3760;
}
.sitemap-tbl a:hover {
    color: #EC6438;
}
.min-txt {
    letter-spacing: 1rem;
    text-indent: -1rem;
}
.bd-r-no {
    border-right: none;
}
#voice-wrap {
}
#voice-wrap h3 {
    background: url("../../uploads/pc_news_ttl_icon.png") no-repeat 10px 7px;
    min-height: 31px;
    padding: 7px 0 6px 48px;
    font-size: 1.3rem;
    border-top: 2px solid #2E3760;
    border-bottom: 2px solid #2E3760;
    margin-top: 40px;
    margin-bottom: 50px;
}
#voice-wrap p {
    max-width: 1180px;
    margin: 0 auto 1rem auto;
}
.contract-wrap {
    margin-left: 50px;
}
.contract-block {
}
.contract-cap {
    margin: 46px 0 30px 20px;
}
.contract-arrow {
    margin-left: 250px;
    margin-bottom: 30px;
}
.contract-sub {
    display: block;
    margin-top: 1rem;
}
.case-mg-t {
    margin-top: 150px;
}
span.wpcf7-checkbox .wpcf7-list-item {
margin-top:5px;
display: block;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}
.privacy-check {
    margin-top: 2rem;
}
.pad {
    display: none !important;
}
.blank {
    width: 1280px;
    margin: auto;
}
.top-more-l {
    width: 260px !important;
}

/*  for topics news single*/
.single-topics li {
    margin-left: 1.4em;
	text-indent: -1.4em;
}
.single-topics ol li , .single-topics ul li {
    list-style-position: inside;
}
.single-topics ol , .single-topics ul {
    margin-bottom: 1em;
}
.single-topics h1 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    border-top: 2px solid #2E3760;
    border-bottom: 2px solid #2E3760;
    padding-left: 0.5rem;
}
.single-topics h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #2E3760;
    border-left: 6px solid #EE7A53;
    padding-left: 0.5rem;
}
.single-topics > h2 {
    border-left: none;
    border-bottom: none;
}
.news-cnt-ttl {
    font-size: 1.4rem;
    font-weight: normal;
    background: url("../../uploads/pc_news_ttl_icon.png") no-repeat 20px 0 ;
    min-height: 31px;
    padding: 0 30px 12px 54px !important;
    border-bottom: 4px solid #2E3760 !important;
    margin-bottom: 28px;
}

.single-topics h3 {
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #2E3760;
    padding-left: 0.5rem;
}
.single-topics h4 {
    margin-bottom: 1rem;
    color: #2E3760;
}
.single-topics table , .single-topics th , .single-topics td {
    border-collapse: collapse;
    border: 1px solid #ddd;
    padding: 0.5rem 1rem;
}
.submit {
    padding: 10px 100px;
}
/*
input{
    -webkit-appearance: none;
}
*/

input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -webkit-font-size :1.6em;
}
.submit {
    -webkit-padding: 8px 50px;
    -webkit-font-size: 1.6em;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.page-404 {
	text-align: center;
	font-size: 1.2em;
	margin-top: 1em;
}
.mg-l-15em {
	margin-left: 1.5em !important;
}




/* iPad css */
@media screen and ( max-width : 1024px ) and ( min-width : 640px ) {
    header {
        width: 100%;
        margin: auto;
    }
    #g-navi  {
        margin-left: 50px;
    }
    .top-case-lead {
/*        height: 14em !important;*/
        height: auto;
    }
    .t-slide-cnt {
/*        height: 400px !important;*/
        height: auto;
    }
    .pad {
        display: block !important;
    }
}



/* sp css */

@media screen and ( max-width : 639px ) {
	.pc {
		display: none !important;
	}
    .pad {
        display: none !important;
    }
    .sp {
	    display: block !important;
}
	body {
		font-size: 1.1em;
		line-height: 1.6;
	}
    img {
        max-width: 100%;
        height: auto;
    }
    .wrap {
        width: 94%;
        margin: auto;
    }
    header {
        width: 100%;    
    }
    .head-logo {
        text-align: center;
        margin: auto;
        width: 70%;
    }
    .sp-navi {
    }
    .top-mission {
        padding: 2rem 0 3rem;
    }
    .top-ttl {
        font-size: 3rem;
        text-align: center;
    }
    .top-sub-ttl {
        font-size: 1.4rem;
        text-align: center;
    }
    .top-desc {
        font-size: 1.2rem;
        width: 94%;
    }
    .top-flex-box {
        display: block;
    }
    .top-cnt-box {
        width: 100%;
    }
    .top-cnt-box p {
        margin-bottom: 2rem;
    }
    .top-cnt-r {
        margin: auto;
    }
    .top-cnt-txt {
        font-size: 1rem;
    }
    a.top-more {
        margin: 2rem auto 0;
        font-size: 1.1rem;
        width: 200px;
    }
    .top-more-l {
        width: 260px;
    }
    .top-service {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    .top-sec-mg {
        margin-top: 100px;
    }
    .top-case-desc {
        font-size: 1rem;
        width: 90%;
        margin: 0 auto;
    }
    .top-slide {
        width: 100%;
    }
    .t-slide-cnt {
        height: 400px;
    }
    .top-slide {
        max-width: 100%;
    }
    .top-slide .slick-prev {
        left:20px;
    }
    .top-slide .slick-next {
        right:20px;
    }
    .top-news-inner , #contact-wrap , #foot-l , #foot-r , #foot-r nav , #footer-wrap  {
        width: 100%;
    }
    .wrap {
        max-width: 100%;
    }
    .top-news-ttl {
        width: 100%;
        max-width: 100%;
    }
    #foot-l {
        margin-left: 0 !important;
    }
    #footer-wrap{
        padding: 20px 0 0;
    }
    #footer-inner {
        width: 94%;
        margin: auto;
        display: block;
        text-align: center;
    }
    .foot-add {
        font-size: 1rem;
    }
    #foot-sns {
        display: flex;
        margin-top: 20px;
        justify-content: center;
    }
    #foot-sns p {
        margin-right: 20px;
        margin-left: 20px;
    }
    .top-news-wrap {
        padding: 20px 0 30px;
    }
    .top-news-list li {
        padding: 16px 32px;
        display: flex;
        flex-wrap: wrap;
    }
    #contact-wrap {
        width: 94%;
        height: 253px !important;
        margin: auto;
        margin-top: 100px;
        background: url("../../uploads/sp_contact_bg.png") no-repeat;
        padding-top: 30px;
        margin-bottom: 80px;
        border: 1px solid #2D365E;
    }
    .top-contact-ttl {
        margin-bottom: 20px;
    }
    .contact-sub {
        margin-bottom: 5px;
    }
    .top-contact-btn {
        font-size: 1.2rem !important;
        width: 60% !important;
        margin-top: 10px !important;
    }
    .foot-link {
        margin-top: 30px;
        font-size: 1rem;
    }
    .foot-link a {
        color: #fff;
        text-decoration: none;
    }
    
    /* for pages  */
    
    #bread {
        width: 96%;
        font-size: 0.8rem;
        padding: 10px 0;
    }
    #p-ttl-base {
        background-color: #2E3760;
        width: 100%;
        height: auto;
        padding: 14px 0;
        display: flex;
        align-items: center;
    }
    #p-ttl {
        width: 60%;
        max-width: 60%;
        text-align: center;
        padding-left: 0;
    }
    .news-nav {
        margin-top: 40px;
    }
    .news-nav a {
        margin: 0 1rem;
        font-size: 1rem;
        width: auto;
    }
    .news-cnt , .sub-wrap-inner-contact {
        width: 96%;
    }
    .service-head-clm {
        background: #F6F7F8;
        margin: 18px 0 70px;
        padding: 20px 0;
    }
    .service-head-clm-inner {
        width: 96%;
        margin: auto;
        display: block;
    }
    .srv-head-l , .srv-head-r {
        width: 100%;
        padding-left: 0;
    }
    .srv-head-str {
        text-align: center;
    }
    .srv-ttl {
        text-align: center;
    }
    .srv-head-cmt {
        margin: 1rem 0 2rem;
    }
    .srv-head-catch {
        display: block;
        text-align: center;
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
    .srv-head-catch::after {
        margin-left: 0;
        border-top: none;
        content: "";
        flex-grow: 1;
    }
        .srv-cnt {
        display: block;
        margin-bottom: 0;
    }
    .srv-chip {
        width: 96%;
        margin: auto;
        margin-bottom: 2rem;
        border-bottom: 1px solid #9FA0A0;
        padding-bottom: 4rem;
    }
    .page-sec-ttl {
        text-align: center;
        padding: 7px 35px 6px 0;
        background: none;
    }
    .page-sec-ttl::before {
        content: "";
        display: inline-block;
        background: url("../../uploads/pc_news_ttl_icon.png");
        margin-right: 8px;
        vertical-align: middle;
        width: 27px;
        height: 31px;
    }
    .sub-wrap , .sub-wrap-inner {
        width: 100%;
    }
    .str-ico {
        display: flex;
        justify-content: space-around;
        margin-top: 48px;
    }
    .str-ico p {
        margin: 0 10px ;
    }
    .coaching-grapf {
        display: block;
        margin-top: 25px;
    }
    .coaching-grapf p {
        width: 100%;
        margin-bottom: 15px;
    }
    .life-event {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-top: 40px;
    }
    .life-event-wrap {
        width: calc(50% - 10px);
        margin-top: 20px;
    }
    .source {
        text-align: center;
        display: block;
        margin-top: 1rem;
    }
    .profile-wrap {
        display: block;
    }
    .prof-l {
        width: 96%;
        margin: auto;
    }
    .prof-image {
        float: right;
        max-width: 35%;
        margin-left: 15px;
        margin-bottom: 10px;
    }
    .case-cat-box {
        padding: 28px 10px 16px;
    }
    .case-cat-ttl {
        margin-bottom: 20px;
    }
    .case-cat-label {
        width: calc(50% - 5px);
        font-size: 0.9rem;
        position: relative;
        padding-top: 3px;
        margin-bottom: 1.5rem;
    }
    .case-archive-inner {
        width: 100%;
        padding: 0 16px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .case-block {
        width: calc(50% - 10px);
        background: #fff;
        margin: 5px;
    }
    #pager-2 {
        width: 96%;
        margin: auto;
        margin-top: 2rem;
        text-align: center;
    }
    .case-sub-ttl {
        width: 96%;
        margin: 40px auto 10px auto;
        padding: 10px 0;
    }
    .case-nav {
        width: 96%;
        margin: auto;
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
    .case-nav a {
        margin: 0 1rem;
    }
    .com-th {
        width: 30% !important;
    }
    .prv-ttl {
        font-size: 1.1rem;
        text-align: center;
        margin-top: 3rem;
        margin-bottom: 1rem;
        padding: 8px 0 6px;
    }
    .prv-txt {
        margin-bottom: 1rem;
        padding: 0;
    }
    .smp-td-l {
        padding: 0.8em 1em 0.8em 1em;
        width: 38%;
    }
    .smp-td-r {
        padding: 0.8em 1em 0.8em 1em;
    }
    .contract-wrap {
        margin-left: 0;
        margin: auto;
    }
    .contract-cap {
        margin: 2rem 1rem 1rem;
    }
    .contract-arrow {
        margin-left: 0;
        text-align: center;
        margin-bottom: 2rem;
    }
    a.news-prev , a.news-next {
        min-width: 40%;
        max-width: calc(50% - 10px); 
    }
    .family_business {
        font-size: 0.8rem;
    }
    .case-prev {
        width: 100% !important;
    }
    img.alignright , img.alignleft {
        max-width: 48%;
    }
    .blank {
        width: 100%;
    }
    input[type="submit"] {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }
    .submit {
        padding: 8px 50px;
        font-size: 1.1rem;
        -webkit-padding: 8px 50px;
        -webkit-font-size: 1.6rem;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }


}