@charset "UTF-8";
/* CSS Document */

html {
    scroll-behavior: smooth;
}
h6 { position: relative; padding: 0 65px; text-align: center; }
h6:before { position: absolute; top: calc(50% - 1px); left: 0; width: 100%; height: 2px; content: ''; background: #000; }
h6 span { position: relative; padding: 0 1em; background: #fff; font-size: 300%; }
h5 { font-size:1.7rem; color:#4169e1; }
hr { padding-bottom: 1rem;}
ul { padding-bottom: 2rem;}



.blue01 { color: #3674c6; font-size: 140%;}
.orange1 { color: #e68012; font-size: 140%;}
.red1 { color: #d9527c; font-size: 140%;}
.green1 { color: #6bb359; font-size: 140%;}
.ba-bo01 { background-color: #3674c6; color: #fff; padding: 0.5rem 2rem ; font-weight: 700;}
.ba-bo02 { background-color: #e68012; color: #fff; padding: 0.5rem 2rem ; font-weight: 700;}

.large200{ font-size: 240%!important; }
.taidan-p { font-size:135%; color:#3879a9; letter-spacing:2px; font-weight:700 ;}
.keigakomi { padding: 0 2rem; border-right: solid 2px #3879a9; border-bottom: solid 2px #3879a9; }

/* みがく */

.migaku01 { background-image: url("../../assets/img/philosophy/features/1.svg") ; background-size: 6rem; background-repeat: no-repeat ;}
.migaku02 { background-image: url("../../assets/img/philosophy/features/2.svg") ; background-size: 6rem; background-repeat: no-repeat ;}
.migaku03 { background-image: url("../../assets/img/philosophy/features/3.svg") ; background-size: 6rem; background-repeat: no-repeat ;}
.migaku04 { background-image: url("../../assets/img/philosophy/features/4.svg") ; background-size: 6rem; background-repeat: no-repeat ;}
.te-in { text-indent: 7rem; color: #3674c6; }
.te-in2 { text-indent: 7rem; color: #e68012; }
.te-in3 { text-indent: 7rem; color: #d9527c; }
.te-in4 { text-indent: 7rem; color: #6bb359; }

.pad-top1 { padding-top: 1rem;}
.font-s170 { font-size: 140%!important; }

.enkaku dl { display: flex; flex-wrap: wrap; }
.enkaku dt { width: 25%; padding: 1rem; background-color: #fff; margin: 0 0 10px 0; border-bottom : solid thin #999; border-right : solid thin #999; display: flex; align-items: center; justify-content: center; }
.enkaku dd { width: 75%; padding: 1rem 2rem ; background-color: #fff; margin: 0 0 10px 0;  border-bottom : solid thin #ccc; }

/* タブ */

.tab-wrap {
	background: White;
	box-shadow: 0 0 0 rgba(0,0,0,.1);
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 0 0 20px;
	margin-bottom: 2rem;
}



.tab-label {
	color: Gray;
	cursor: pointer;
	flex: 1;
	font-weight: bold;
	order: -1;
	padding: 12px 24px;
	position: relative;
	text-align: center;
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
	user-select: none;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
}

.tab-label:hover {
	background: rgba(0, 191, 255,.1);
}

.tab-switch:checked + .tab-label {
	color: DeepSkyBlue;
}

.tab-label::after {
	background: DeepSkyBlue;
	bottom: 0;
	content: '';
	display: block;
	height: 3px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(100%);
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
	width: 100%;
	z-index: 1;
}

.tab-switch:checked ~ .tab-label::after {
	transform: translateX(-100%);
}

.tab-switch:checked + .tab-label::after {
	opacity: 1;
	transform: translateX(0);
}

.tab-content {
	height:0;
	opacity:0;
	padding: 0 20px;
	pointer-events:none;
	transform: translateX(-30%);
	transition: transform .3s 80ms, opacity .3s 80ms;
	width: 100%;
}

.tab-switch:checked ~ .tab-content {
	transform: translateX(30%);
}

.tab-switch:checked + .tab-label + .tab-content {
	height: auto;
	opacity: 1;
	order: 1;
	pointer-events:auto;
	transform: translateX(0);
}

.tab-wrap::after {
	content: '';
	height: 20px;
	order: -1;
	width: 100%;
}

.tab-switch {
	display: none;
}

.orange-border {background-color:#e68012; color:#fff; text-align: center; font-weight: 700;}



#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #3f98ef;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f98ef;
}

.papa { padding: 0; margin: 0; text-align: left; }


/* ============================== */