/* reset-css
---------------------------------------------------------------------------*/

* {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	text-decoration: none;
	cursor: pointer;
}

/*=========================================================================
# base
========================================================================== */

body {
	color: #333;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.6;
	font-family: "Meiryo UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	overflow-x:hidden;
}

a {
	color: inherit;
}

img {
	width: 100%;
	max-width: 100%;
}

.contents {
	padding: 120px 0 40px;
}

.inner {
	max-width: 1280px;
	margin: 0 auto;
}

.main-title {
	width: 55%;
	margin-right: calc(50% - 50vw);
	margin-bottom: 60px;
	margin-left: auto;
	padding: 15px;
	background: #B1B6BA;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

.main-title span{
	font-size: 30px;
}

.main-sec {
	padding: 60px 0;
}

.is-pc {
	display: block;
}

.is-sp {
	display: none;
}

#header {
  display: none;
}

/*=========================================================================
# ヘッダー
========================================================================== */
.header {
	z-index: 20;
	width: 100%;
	
	display:block;
}

.header__contents {
	display: flex;
	position: relative;
	align-items: center;
	background-color: #fff;
}

.header__logo a {
	display: block;
	padding: 15px;
	color: #000;
}

.header__logo img {
	width: 200px;
}

.header__nav {
	margin-left: auto;
}

.header__menu {
	display: flex;
	align-items: center;
}

.header__menu li {
	text-align: center;
}

.header__menu li a {
	display: block;
	padding: 22px 30px;
	color: #000;
	font-weight: bold;
	line-height: 1.2;
	transition: all 0.3s;
}

.header__menu li a span {
	display: inline-block;
	font-weight: normal;
	font-size: 10px;
}

.header__menu .header__contact a {
	display: flex;
	align-items: center;
	padding: 15px 30px;
	background: #2D3748;
	color: #fff;
	line-height: 1;
	font-size:15px;
}

.header__menu .header__contact img {
	width: 20px;
	margin-right: 10px;
}

.header__has-child:hover ul {
	visibility: visible;
	opacity: 1;
}

.header__submenu {
	display: flex;
	visibility: hidden;
	position: absolute;
	left: 50%;
	justify-content: center;
	width: auto;
	min-width: 80%;
	transform: translateX(-50%);
	background: #101B23;
	opacity: 0;
}

.header__submenu li {
	position: relative;
}

.header__submenu li::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 8px;
	height: 8px;
	transform: rotate(-45deg) translateY(-50%);
	border-right: 2px solid #477A85;
	border-bottom: 2px solid #477A85;
	content: "";
}

.header__submenu li a {
	display: block;
	padding: 18px 45px;
	color: #fff;
	font-size:15px !important;
	transition: all 0.3s;
}

/* ハンバーガーメニュー
-------------------------------------------------------*/

.menu-toggle {
	display: none;
	z-index: 40;
	position: relative;
	width: 50px;
	height: 50px;
	font-weight: bold;
	cursor: pointer;
}

.menu-toggle span {
	display: inline-block; /*アニメーションの設定*/
	position: absolute;
	left: 12px;
	width: 55%;
	height: 3px;
	border-radius: 2px;
	background: #101B23;
	transition: all 0.4s;
}

.menu-toggle span:nth-of-type(1) {
	top: 15px;
}

.menu-toggle span:nth-of-type(2) {
	top: 23px;
}

.menu-toggle span:nth-of-type(3) {
	top: 31px;
}

.menu-toggle.active span {
	background: #fff;
}

.menu-toggle.active span:nth-of-type(1) {
	top: 18px;
	left: 14px;
	width: 45%;
	transform: translateY(6px) rotate(-45deg);
}

.menu-toggle.active span:nth-of-type(2) {
	opacity: 0; /*真ん中の線は透過*/
}

.menu-toggle.active span:nth-of-type(3) {
	top: 30px;
	left: 14px;
	width: 45%;
	transform: translateY(-6px) rotate(45deg);
}

/* グローバルナビゲーション
-------------------------------------------------------*/

#g-nav.panelactive {
	top: 0;
}

/*ナビゲーションの縦スクロール*/

#g-nav.panelactive #g-nav-list {
	-webkit-overflow-scrolling: touch; /*ナビの数が増えた場合縦スクロール*/
	z-index: 20;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 80px 0; /*表示する高さ*/
	overflow: auto;
}

/*ナビゲーション*/

#g-nav ul { /*ナビゲーション天地中央揃え*/
	z-index: 999;
}

/*=========================================================================
# メインビジュアル
========================================================================== */

.mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/mainvisual.jpg) no-repeat center center/cover;
}

.dx-service-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/dx-service-mainvisual.jpg) no-repeat center center/cover;
}

.dx-training-programs-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/dx-training-programs-mainvisual.jpg) no-repeat center center/cover;
}

.degishin-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/degishin-mainvisual.jpg) no-repeat center center/cover;
}

.ai-service-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/ai-service-mainvisual.jpg) no-repeat center center/cover;
}

.ai-laboratory-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/ai-laboratory-mainvisual.jpg) no-repeat center center/cover;
}

.private-school-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/private-school-mainvisual.jpg) no-repeat center center/cover;
}

.works-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/works-mainvisual.jpg) no-repeat center center/cover;
}

.about-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/about-mainvisual.jpg) no-repeat center center/cover;
}


.aboutmember-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/aboutmember-mainvisual.jpg) no-repeat center center/cover;
}

.publication-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/publication-mainvisual.jpg) no-repeat center center/cover;
}

.mainvisual_txt {
	position: absolute;
	top: 50%;
	left: 0;
	width: 574px;
	padding: 25px;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.8);
	font-weight: bold;
	text-align: center;
}

.mainvisual_txt span {
	font-size: 28px;
	font-family: "Renner", sans-serif;
}

span.redtop {
	font-size: 28px;
	font-family: "Renner", sans-serif;
	color:#BF0000;
}

.mainvisual__var {
	position: absolute;
	bottom: -59px;
	width: 100%;
	height: 60px;
	background: #5A7993;
}

/*=========================================================================
# Vision & Mission
========================================================================== */

.vision__contents {
	position: relative;
}

.vision__row {
	position: relative;
	width: 100%;
}

.vision__pic {
	z-index: 2;
	position: absolute;
	width: 37.5%;
}

.vision__title {
	width: 62.5%;
	margin-bottom: 45px;
	margin-left: auto;
	padding-top: 60px;
	color: #5D7C95;
	font-weight: bold;
	font-size: 42px;
	line-height: 1;
	text-align: center;
}

.vision__title span {
	display: inline-block;
	font-size: 22px;
}


span.redmain {
	display: inline-block;
	font-size: 42px;
	color:#BF0000;
}

.vision__box {
	z-index: 1;
	position: relative;
	width: 66%;
	margin-left: auto;
	padding: 60px 80px;
	background: rgba(223, 223, 223, 0.8);
}

.vision__text {
	font-size: 18px;
	line-height: 2;
}

.vision__company {
	display: block;
	margin-top: 40px;
	font-weight: bold;
	font-size: 24px;
	text-align: right;
}

.vision__name {
	display: block;
	font-weight: bold;
	text-align: right;
}

.vision__images {
	z-index: 0;
	position: relative;
	width: 50%;
	margin-top: -6%;
}


.subtitle {
	position: relative;

	color: #5D7C95;
	font-weight: bold;
	font-size: 32px;
	line-height: 1;
}


/*=========================================================================
# Youtube講義
========================================================================== */

.youtube__content + .youtube__content {
	margin-top: 80px;
}

.youtube__title {
	position: relative;
	padding-left: 75px;
	color: #5D7C95;
	font-weight: bold;
	font-size: 32px;
	line-height: 1;
}

.youtube__title::before {
	position: absolute;
	left: 0;
	width: 60px;
	height: 100%;
	background: #5D7C95;
	content: "";
}

.youtube__row {
	display: flex;
	margin-top: 40px;
	padding: 0 40px;
}

.youtube__col {
	display: block;
	width: 31%;
}

.youtube__item-title {
	margin-top: 10px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

/*=========================================================================
# information
========================================================================== */

.archiveItem {
	background: #e0e0e0;
	width:100%;
}

.archiveItem:nth-child(odd) {
	background: #efefef;
}

.archive__inner {
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 22px;
	padding-right: 10px;
	padding-bottom: 22px;
	padding-left: 10px;
}

.dateList {
	display: inline-block;
}

.dateList__item {
	display: inline-block;
	margin-right: 10px;
	padding-top: 2px;
	color: #999;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
}

.icon-calendar i {
	margin-right: 5px;
	line-height: 1.5;
}

.archive__cat {
	display: inline-block;
}

.archive__cat a {
	display: inline-block;
	min-width: auto;
	margin-right: 18px;
	margin-bottom: 12px;
	padding: 2px 15px;
	border: 1px solid #333;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
}

.heading {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5;
}

/*ページネーション
-------------------------------------------------------*/
.pagination {
    text-align: center;
    margin-top: 40px;
}

.pagination * {
	margin-right: 5px;
}

.pagination span:first-child {
	display: none;
}

.pagination .current {
	display: inline-block;
	padding: 11px;
	border: #7F7F7F 1px solid;
	border-radius: 4px;
	background: #3F3F3F;
	color:#fff;
}

.pagination .inactive {
	display: inline-block;
	padding: 11px;
	border: #7F7F7F 1px solid;
	border-radius: 4px;
	transition: all 0.3s;
}

.pagination .inactive:hover {
	background: #3F3F3F;
	color: #fff;
}


/*=========================================================================
# フッター
========================================================================== */

.footer {
	background: #5A7993;
}

.footer__contents {
	padding: 40px 0;
}

.footer__img {
	margin-bottom: 35px;
	text-align: center;
}

.footer__img img {
	width: 120px;
}

.footer__row {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 10px;
}

.footer__copy {
	margin-right: 20px;
}

.footer__link a {
	display: block;
	padding: 0 20px;
	border-left: 1px solid #fff;
	line-height: 1;
	text-decoration: underline;
}

.footer__sns {
	display: flex;
	margin-left: 10px;
}

.footer__sns li:not(:first-child) {
	margin-left: 15px;
}

.footer__sns li a {
	transition: all 0.3s;
}

.footer__sns img {
	width: 25px;
}

/* フローディングボタン
-------------------------------------------------------*/

.floating-btn {
	z-index: 30;
	position: fixed;
	right: 40px;
	bottom: 40px;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background: #9DB4C4;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	opacity: 0.8;
	transition: all 0.3s;
}

.floating-btn:hover {
	opacity: 1;
}

.floating-btn__contents {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.floating-btn__contents img {
	width: 20px;
}

.floating-btn__contents span {
	display: block;
	margin-top: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}

@media screen and (min-width: 768px) {

.header__menu li a:hover {
	background: #101B23;
	color: #fff;
}

.header__has-child:hover > a {
	background: #101B23;
	color: #fff;
}

.header__submenu li a:hover {
	opacity: 0.6;
}

}

@media screen and (min-width: 769px) {

.youtube__col:not(:first-child) {
	margin-left: 3.5%;
}

.footer__sns li a:hover {
	opacity: 0.7;
}

}

@media screen and (max-width: 1279px) {

.header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	padding-bottom: 0;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
}

.header__contents {
	height: 80px;
}

.header__logo a {
	padding: 10px;
}

.header__nav {
	margin-left: 0;
}

.header__menu {
	display: block;
}

.header__menu li a {
	color: #fff;
	font-size: 18px;
}

.header__menu > li {
	position: relative;
	border-bottom: 1px solid #fff;
}

.header__menu > li:last-child {
	border-bottom: none;
}

.header__menu > li::before,
.header__menu > li::after {
	position: absolute;
	background: #477A85;
	content: "";
	transition: all 0.3s;
}
	.header__menu > li.nosub::before,
	.header__menu > li.nosub::after {
	position: none;
	background: #477A85;
	content: "";
	transition: all 0.3s;
}
	
.header__menu > li::before {
	top: 35px;
	right: 35px;
	width: 23px;
	height: 3px;
}

.header__menu > li::after {
	top: 25px;
	right: 45px;
	width: 3px;
	height: 23px;
}

.header__menu > li.nosub::before {
	top: 0px;
	right: 0px;
	width: 0px;
	height: 0px;
}
.header__menu > li.nosub::after {
	top: 0px;
	right: 0px;
	width: 0px;
	height: 0px;
}


.header__menu .header__contact {
	margin-top: 80px;
}

.header__menu .header__contact::before,
.header__menu .header__contact::after {
	display: none;
}

.header__menu .header__contact a {
	display: inline-block;
	width: 75%;
	max-width: 450px;
	padding: 20px 40px;
	background: #fff;
	color: #333;
	font-size: 20px;
	text-align: center;
}

.header__menu .header__contact img {
	width: 25px;
}

.header__has-child.active a {
	background: rgba(93, 124, 149, 0.7);
}

.header__has-child.active::before,
.header__has-child.active::after {
	background: #fff;
}

.header__has-child.active::after {
	transform: rotate(90deg);
}

.header__submenu { /*JSで制御するため一旦表示*/
	display: none;
	visibility: visible;
	position: relative;
	top: 0;
	left: 0;
	width: 100%; /*JSで制御するためCSSのアニメーションを切る*/
	transform: none;
	background: transparent; /*JSで制御するため一旦表示*/
	opacity: 1; /*JSのslidetoggleで表示させるため非表示に*/
	transition: none;
}

.header__submenu li::after {
	display: none;
}

.menu-toggle {
	display: block;
	margin-left: auto;
	cursor: pointer;
}

#g-nav {
	z-index: 20; /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
	position: fixed; /*ナビのスタート位置と形状*/
	top: -120%;
	left: 0;
	width: 100%;
	height: 100vh; /*ナビの高さ*/
	background: rgba(0, 0, 0, 0.9); /*動き*/
	transition: all 0.6s;
}

}

@media screen and (max-width: 767px) {

.contents {
	width:95%;
	margin:0 auto;
	padding: 80px 0 40px;
}

.main-title {
	width: 73%;
	margin-bottom: 40px;
	padding: 0px 10px;
	font-size: 20px;
}

	.main-title span {
	font-size: 20px;
}

	
.main-sec {
	padding: 40px 0;
}

.is-pc {
	display: none;
}

.is-sp {
	display: block;
}

.header__contents {
	height: 70px;
}

.header__logo img {
	width: 120px;
}

.header__menu li a {
	padding-left: 20%;
	text-align: left;
	text-align: left;
}

.header__menu li a span {
	position: relative;
	padding-left: 25px;
	font-size: 12px;
}

.header__menu li a span::before {
	position: absolute;
	top: 50%;
	left: 6px;
	width: 12px;
	height: 2px;
	transform: translateY(-50%);
	background: #fff;
	content: "";
}

.header__submenu li a {
	padding-left: 23%;
	font-weight: normal;
	font-size: 14px;
	text-decoration: underline;
}

#g-nav.panelactive #g-nav-list {
	padding: 60px 0;
}
	
	
.mainvisual {
	height: calc(100vh - 99px);
	background: url(../../img/mainvisual-sp.jpg) no-repeat center center/cover;
}

	
.dx-service-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/dx-service-mainvisual-sp.jpg) no-repeat center center/cover;
}

.dx-training-programs-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/dx-training-programs-mainvisual-sp.jpg) no-repeat center center/cover;
}

.degishin-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/degishin-mainvisual-sp.jpg) no-repeat center center/cover;
}

.ai-service-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/ai-service-mainvisual-sp.jpg) no-repeat center center/cover;
}

.ai-laboratory-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/ai-laboratory-mainvisual-sp.jpg) no-repeat center center/cover;
}

.private-school-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/private-school-mainvisual-sp.jpg) no-repeat center center/cover;
}

.works-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/works-mainvisual-sp.jpg) no-repeat center center/cover;
}

.about-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/about-mainvisual-sp.jpg) no-repeat center center/cover;
}


.aboutmember-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/aboutmember-mainvisual-sp.jpg) no-repeat center center/cover;
}

.publication-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/publication-mainvisual-sp.jpg) no-repeat center center/cover;
}

	
.mainvisual_txt {
	width: 80%;
	font-size: 14px;
}

.mainvisual_txt span {
	font-size: 22px;
}

.mainvisual__var {
	bottom: -39px;
	height: 40px;
}

.vision {
	padding-top: 10px;
}

.vision__row {
	display: flex;
	align-items: center;
}

.vision__pic {
	position: relative;
	width: 40%;
}

.vision__title {
	width: 60%;
	margin-bottom: 25px;
	padding-top: 0;
	padding-left: 4%;
	font-size: 22px;
	text-align: left;
}

.vision__title span {
	font-size: 12px;
}
	
	span.redmain{
		font-size: 22px;
	}

.vision__box {
	width: 100%;
	margin-top: -25px;
	padding: 50px 20px 65px;
}

.vision__text {
	font-size: 14px;
}

.vision__company {
	margin-top: 20px;
	font-size: 16px;
}

.vision__name {
	font-size: 14px;
}

.vision__images {
	z-index: 2;
	width: 100%;
}

.youtube__content + .youtube__content {
	margin-top: 40px;
}

.youtube__title {
	padding-left: 35px;
	font-size: 20px;
}

.youtube__title::before {
	width: 25px;
}

.youtube__row {
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 25px;
	padding: 0 15px;
}

.youtube__col {
	width: 48%;
}

.youtube__col:nth-child(n+3) {
	margin-top: 25px;
}

.youtube__item-title {
	font-size: 12px;
}

.footer__contents {
	padding: 30px 20px 35px;
}

.footer__img {
	margin-bottom: 25px;
	text-align: left;
}

.footer__row {
	display: block;
	font-size: 12px;
}

.footer__copy {
	margin-bottom: 20px;
}

.footer__link a {
	margin-bottom: 20px;
	padding: 0 0 0 10px;
}

.footer__sns {
	margin-top: 25px;
	margin-left: 0;
}

.footer__sns img {
	width: 30px;
}

.floating-btn {
	right: 20px;
	bottom: 20px;
	width: 50px;
	height: 50px;
}

.floating-btn__contents img {
	width: 15px;
}

.floating-btn__contents span {
	font-size: 10px;
}
	
.archive__cat a {
	font-size: 13px;
}

.heading {
	font-size: 15px;
}
.dateList__item {
	font-size: 12px;
}

}

span.red{
	color:#BF0000;
	font-size: 18px !important;
}

span.red:hover{
	color:#fff;
}

@media screen and (max-width: 798px) {
	span.red{
	color:#fff;
}
}

.undercontent{
	
}

.undercontent p{
	font-size:17px;
	line-height:2em;
	margin-top:20px;
}

.dxmenu{
	display:block;
	width:100%;	
	max-width:700px;
	margin: 0 auto;
	margin-top:24px;
}

.dxmenu h3{
	color:#CC6242;
	font-size:25px;
	margin: 0 auto;
	font-weight:bold;
	text-align: center;
}

.dxmenu img{
	display:block;
	width:700px;
	margin: 0 auto;
	
	text-align: center;
}

.underyajirushi{
	padding-top:24px;
}

p.dxlinktext{
text-align:right;	
}

a.linktext{
	color:#538BE5;
	font-weight:bold;
}

.p-lowercontent__bread{
	margin-top:20px;
}

.p-lowercontent__bread-list {
    display: flex;
    font-size: .95em;
    padding: 0.45em 0;
}
.p-lowercontent__bread-item + .p-lowercontent__bread-item::before {
    content: "＞";
}
.p-single__article-title {
    font-size: 2em;
    margin-top: 0.25em;
}


    *{box-sizing:border-box}
    article{
      width:800px;
      margin:0 auto;
    }
    h1{
      text-align:center;
    }
    amp-lightbox{
      background-image:url(img/bg.png);
    }
    .lightbox-inner{
      width:1000px;
      height:100%;
      margin:0 auto;
    }
    .lightbox-inner::before{
      content:'×';
      color:#fff;
      font-size:2em;
    }
    .lightbox-list{
      display:flex;
      align-items:center;
      list-style:none;
      margin:0;
      padding:0;
    }
    .lightbox-list li{
      flex:0 0 50%;
      padding:10px 5px 10px;
      position:relative;
      cursor:pointer;
    }
    .lightbox-body{
      text-align:right;
    }
    .lightbox-movie{
      position:absolute;
      font-size:40px;
      color:#fff;
      z-index:10;
      top:50%;
      left:50%;
      margin:-20px 0 0 -20px;
    }
    @media only screen and (max-width:760px){
      article,
      .lightbox-inner{
        width:100%;
      }
    }


/************************************
** お問い合わせフォームの入力
************************************/
table.inquiry{
 width: 100%;
	margin-top:30px;
}
input[type='text'],
input[type='password'],
input[type='datetime'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='tel'],
input[type='color'],
select,
textarea,
.field {
 display: block;
 margin-bottom: 0;
 padding: 0 12px;
 width: 100%;
 height: 45px;
 border: 0;
 border-radius: 3px;
 background-color: #eff1f5 !important;
 box-shadow: none;
 color: #5c6b80;
 vertical-align: middle;
 font-size: 1em;
 line-height: 45px;
 transition: background-color .24s ease-in-out;
}
textarea {
 overflow: auto;
 padding: .5em;
 min-height: 120px;
 max-width: 100%;
 text-align: left !important;
 line-height: 1.5em;
}
@media(max-width:500px) {
 .inquiry td,
 .inquiry th {
  display: block !important;
  -webkit-box-sizing: border-box !important;
     -moz-box-sizing: border-box !important;
          box-sizing: border-box !important;;
  width: 100% !important;
  border-top: none !important;
 }
 .inquiry tr:first-child th {
  border-top: 1px solid #d7d7d7 !important;
 }
 .inquiry .any,
 .inquiry .haveto {
  font-size: 10px;
 }
}
.inquiry th {
 padding-right: 5px;
 width: 30%;
 border: solid 1px #d7d7d7;;
 background: #718096;
 color: #444;
 text-align: left;
 font-size: 14px;
}
.inquiry td {
 border: solid 1px #d7d7d7 !important;
 font-size: 13px;
}
.entry-content .inquiry tr,
.entry-content table {
 border: solid 1px #d7d7d7;
}
.haveto {
 position: relative;
 bottom: 1px;;
 margin-right: 5px;
 padding: 5px;
 border-radius: 2px;
 background: #ff9393;
 color: #fff;
 font-size: 7px;
}
.any {
 position: relative;
 bottom: 1px;;
 margin-right: 5px;
 padding: 5px;
 border-radius: 2px;
 background: #93c9ff;
 color: #fff;
 font-size: 7px;
}
.verticallist .wpcf7-list-item {
 display: block;
}
#formbtn {
 display: block;
 margin: 25px auto 0;;
 padding: 15px;
 width: 350px;
 border-radius: 2px;
 background: #ffaa56;
 color: #fff;
 font-weight: 700;
 font-size: 18px;
}
#formbtn:hover {
 border: 2px solid #ffaa56;;
 background: #fff;
 color: #ffaa56;
}
th {
 padding: 13px;;
 text-transform: uppercase;
 font-weight: 700;
}
td {
 padding: 12px;;
 border-top: 1px solid #ededed;
}
input,
select,
textarea {
 margin: 0;
 max-width: 100%;
 border: 1px solid #dfdfdf;
 letter-spacing: 1px;
 resize: none;
}

textarea {
 text-align: left;
}

.inlineblock{
	display:block;
}


.card-container{
    display:flex;
    margin: 20px auto;
}

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

.card-text{
    width:100%;
    margin: 20px;
	line-height:2.0em;
}


.card-container2{
	display:flex;
    margin: 20px auto;
    flex-direction: row-reverse;
}


@media (max-width: 880px) {
.card-container{
    display:inline-block;
    margin: 0px auto;
}
	.card-container2{
	display:inline-block;
    margin: 0px auto;
    flex-direction: row-reverse;
}
	
	.card-text{
    width:95%;
    margin: 2.5%;
		line-height:2.0em;
}	
}

.resimg{
	display:block;
	max-width:900px;
	text-align:center;
	margin:0 auto;
	padding-top:20px;
}

.resimgmain{
	display:block;
	max-width:1260px;
	text-align:center;
	margin:0 auto;
	padding-top:20px;
}

.pc{
	display:block;
}

.sp{
	display:none;
}
@media (max-width: 880px) {
.pc{
	display:none;
}

.sp{
	display:block;
}
}

.koteibox h3{
	padding-bottom:15px;
}

.koteibox p{
	font-size:17px;
	line-height:2.5em;
	padding-bottom:30px;
}



.topcontentin{
	width:100%;
	display:inline-block;
	margin-top:20px;
}

.topcontentinleft{
	width:60%;
	float:left;
}

.topcontentinleft h3{
	font-size:25px;
	line-height:1.5em;
}

.topcontentinleft p{
	font-size:17px;
	line-height:1.5em;
}

.topcontentinright{
	width:38%;
	float:right;
	margin-left:2%;
}

@media(max-width:770px) {
.topcontentinleft{
	width:100%;
	float:none;
}

.topcontentinleft h3{
	font-size:20px;
	line-height:1.5em;
}

.topcontentinleft p{
	font-size:17px;
	line-height:1.5em;
}

.topcontentinright{
	width:100%;
	float:none;
	margin-left:0%;
}
}

.timeline {
  list-style: none;
}
.timeline > li {

}

.timeline h3{
	font-size:17px;
}

/* for Desktop */
@media ( min-width : 640px ){
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 110px;
    float: left;
	padding-top:0px;

  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
	  padding-bottom:30px;
	  	padding-top:8px;

  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #5FC0F5;
    position: absolute;
    left: 106px;
    top: 15px;
    border-radius: 100%;
  }
}

@media screen and (max-width: 767px) {
.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 30px;
}
	
	 .timeline-date {
color:#5FC0F5;
font-weight:bold;
  }

	h2.koteititle{
		font-size:20px;
	}
	
	h2.toptitle{
		font-size:20px;
	}
	
	.inlineblock{
		display:inline-block;
	}
	
}

ul.members{
		width:1000px !important;
	}
	
  .members__top {
    display: flex;
    justify-content: space-between;
  }
  .members__img {
    width: 30%;
    height: 440px;
  }

  .members__img img {
    height: 100%;
    object-fit: cover;
  }

  .members__text {
    width: 65%;
	  font-size:20px;
	  line-height:1.8em;
  }

  .members__list {
    list-style: none;
    margin: 4em 0;
  }

  .members__list p {
    font-size: 16px;
  }

  .members .members__name {
    font-size: 27px;
    font-weight: bold;
    letter-spacing: .05em;
  }

  .members .members__position {
    font-weight: bold;
    font-size: 17px;
    padding-left: 1.2em;
    position: relative;
  }

  .members__position:before {
    content: '';
    width: 1em;
    height: 2px;
    background-color: #191919;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .members__noimg .members__text {
    width: 100%;
  }

  @media only screen and (max-width: 767px) {
	  
	  ul.members{
		width:100% !important;
	}
	  
    .members__top {
      flex-direction: column;
    }
    .members__img {
      width: 80%;
      margin: 0 auto;
      height: inherit;
    }
    .members__img img {
      width: 100%;
    }
    .members__text {
      width: 100%;
      margin-top: 2em;
    }
  }
	
.members__achivement{
	margin-top:20px;
	background:#eee;
	padding:16px;
	line-height:2em;
}

.kaisha {
width: 100%;
}

.kaisha th,
.kaisha td {
border: 1px solid #ccc;
padding: 20px;
}

.kaisha td {
	background:#fff;
}

.kaisha th {
font-weight: bold;
background-color: #dedede; 
}

@media screen and (max-width: 767px) {
.kaisha,
.kaisha tr,
.kaisha td,
.kaisha th {display:block;}
.kaisha th {width:auto;}
}


.aboutbox {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height:50vh;
	margin-top:30px;
}


.aboutbox iframe {
  border:none;
  width:100%;
  height:100%;
}

.spacebottom{
	margin-bottom:30px;
}



.l-contents__block {
  width: 950px;
  max-width: calc(100% - (20px * 2));
  margin: 0 auto;
}
.l-main--column2 .l-contents__block {
  width: 100%;
  max-width: 100%;
}
.l-contents__block--min {
  width: 800px;
  max-width: calc(100% - (20px * 2));
  margin: 0 auto;
}
.l-main--column2 .l-contents__block--min {
  width: 100%;
  max-width: 100%;
}
.l-contents__block--wide {
  width: 1000px;
  max-width: calc(100% - (20px * 2));
  margin: 0 auto;
}
.l-main--column2 .l-contents__block--wide {
  width: 100%;
  max-width: 100%;
}
.l-contents__block--wide02 {
  width: 1100px;
  max-width: calc(100% - (20px * 2));
  margin: 0 auto;
}
.l-main--column2 .l-contents__block--wide02 {
  width: 100%;
  max-width: 100%;
}
.l-contents__block--break {
  padding-top: 95px;
  margin-top: -95px;
}
.l-contents__block--breakInner {
  margin-bottom:40px;
}

/*-------------------
	flexBox
-------------------*/
.c-imgTxt, .c-imgTxt--reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.c-imgTxt:not(:last-of-type), .c-imgTxt--reverse:not(:last-of-type) {
  margin-bottom: 4em;
}
.c-imgTxt--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-imgTxt + .c-imgTxt--reverse, .c-imgTxt--reverse + .c-imgTxt--reverse, .c-imgTxt--reverse + .c-imgTxt {
  margin-top: 4em;
}
.c-imgTxt__txtBox {
  width: 50%;
}


.modal-openjirei {
  display: block;
  max-width: 500px;
}

.modal-openjirei img {
  aspect-ratio: 16/9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-opendigi {
  display: block;
  max-width: 500px;
}

.modal-opendigi img {
  aspect-ratio: 16/9;
  width: 100%;

}

.c-imgTxt__txtBox h3{
	
  position: relative;
  padding-bottom: 24px;
  width: 40% !important;
  font-size: 26px;
  border-bottom: 3px solid #c7c7c7;
}

.c-imgTxt__txtBox h3::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 70px;
  height: 3px;
  background-color: #5D7C95;
}

.c-imgTxt__img, .c-imgTxt__img--reverse {
  width: 50%;
}
.c-imgTxt__img img, .c-imgTxt__img--reverse img {
  width: 100%;
}
.c-imgTxt__img--reverse img {
  width: 100%;
}


h3.midashi{
  position: relative;

  padding-bottom: 24px;
  width: 100% !important;
  font-size: 23px;
	margin-top:40px;
  border-bottom: 3px solid #c7c7c7;
}

h3.midashi::after {
  content: '';
 position: absolute;
  top: 100%;
  left: 0;
  width: 80px;
  height: 3px;
  background-color: #5D7C95;
}

.copy{
	color:#BF0000;
	font-weight:bold;
	font-size:20px;
}

h4.midashi2{
  position: relative;
margin:0 auto;
  padding-bottom: 24px;
  width: 100% !important;
  font-size: 23px;
	margin-top:40px;
	

}

h4.midashi::after {
  content: '';
 position: absolute;
  top: 100%;
  left: 0;
  width: 80px;


}


/*--------------------
  この記事を書いた人
---------------------*/
/*ボックス全体*/
.profile-box {
    margin:3em 1em 2em;
    padding:10px 10px 15px;
    position:relative;
    border:2px solid #5A7993;    /*枠線の太さ 線種 色*/
    font-size:14px;
}

.profile-box:before , .profile-box:after {
    clear:both;
    content:"";
    display:block;
}

/*「この記事を書いた人」のタイトル*/
.profile-box .profile-box_title {
    position:absolute;
    top:-30px;
    left:-2px;
    padding:0 10px;
    background:#5A7993;    /*背景色*/
    color:#fff;            /*文字の色*/
    font-weight:bold;
    border:2px solid #5A7993;    /*枠線の太さ 線種 色*/
    display:inline-block;
}

.profile-box_title:before {
    font-family:"Font Awesome 5 Free";
    content:"\f007";
    font-weight:900;
    margin-right:7px;
}

/*アイコン画像*/
.profile-box img {
    display:block;
    width:320px;
	height:250px;
object-fit: cover; 
    float:left;
    margin:10px 20px 7px 10px;    /*画像周りの余白*/
}


@media only screen and (max-width: 767px) {
	  .profile-box {
    margin:0em 0em 0em;
    padding:10px 10px 0px 5px;
    position:relative;
    border:2px solid #5A7993;    /*枠線の太さ 線種 色*/
    font-size:14px;
}
	  
	  .profile-box img {
    display:block;
    width:350px !important;
		  height:180px;
object-fit: cover; 
    float:none;
    margin:0px 0px 0px 0px;    /*画像周りの余白*/
}
	  
	  .p-study__inner {
  max-width: 960px;
  padding-right: 0px;
  padding-left: 0px;
  margin: 0 auto;
}
	  
}


	  

/*名前(ニックネーム)*/
.profile-box .profile-box_name {
   margin:0 0 7px;
	margin-top:20px;
   padding:0;
   font-size:19px;       /*文字サイズ*/
   font-weight:bolder;
}

/*プロフィール*/
.profile-box p {
    margin:0;
    padding:0;
    font-size:14px;
    line-height:21px;    /*行間*/
}

.heading2 {
  padding-bottom: 29px;
  width: 100%;
	margin-bottom:30px;
  font-size: 26px;
  text-align: center;
  background-image: linear-gradient(90deg, #c7c7c7 0%, #c7c7c7 45%, #5A7993 45%, #5A7993 55%, #c7c7c7 55%, #c7c7c7 100%);
  background-size: 100% 5px;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.button-001 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:0 auto;
    padding: .9em 2em;
    border: 1px solid #5A7993;
    border-radius: 5px;
    background-color: #fff;
    color: #5A7993;
    font-size: 1em;
}

.button-001::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #5A7993;
    border-right: 2px solid #5A7993;
    content: '';
}

.button-002 {
display:block;
	font-weight:bold;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin:0 auto;
    padding: .8em 1em;
    border: 1px solid #5A7993;
    border-radius: 5px;
    background-color: #fff;
    color: #5A7993;
    font-size: 1em;
}



.button-002 span.boldtext{
color:#C5BD98;
	font-weight:bold;
	display: initial;
}

.spacetop{
	margin-top:30px;
}



.digishinbg {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/digishinbg.jpg) no-repeat center center/cover;
}

.digishinlogo{
	position: absolute;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	
width:500px;
}

.digishinbg p{
	position: absolute;
	top:30%;
	left: 50%;
	color:#fff;
	font-size:18px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	text-align:center;
	width:100%;
}

span.ytext{
	color:#BF0000;
	font-weight:bold;
	font-size:20px;
	display:inline-block;
}

.digishinicon{
	position: absolute;
	bottom:15%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
width:350px;
}

@media only screen and (max-width: 767px) {
.digishinbg {
	height: calc(100vh - 350px);
	background: url(../../img/digishinbg.jpg) no-repeat center center/cover;
}
	
	.digishinbg p{
	position: absolute;
	top:30%;
	left: 50%;
	color:#fff;
	font-size:16px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	text-align:center;
	width:95%;
}
	
	.c-imgTxt__txtBox {
    width: 100%;
  }
	
	 .c-imgTxt, .c-imgTxt--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-imgTxt__txtBox {
    width: 100%;
  }
  .c-imgTxt__img, .c-imgTxt__img--reverse {
    width: 70%;
    margin-bottom: 2em;
    text-align: center;
  }
  .c-imgTxt__img--reverse {
    margin: 0 auto 2em;
  }

}

span.center{
	text-align:center !important;
	color:#333;
	display:block;
	
}

span.black{
	font-size:15px;
	color:#333;
	font-weight:normal;
}