﻿@charset "UTF-8";

@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600&display=swap');


/*=================================================
ナビゲーション
=================================================*/
nav {
  width: 100%;
  height: 48px;
  background: #FFF;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 15px;
  z-index: 1;
  text-align: center;
  box-shadow: 0px 6px 6px -5px rgba(0,0,0,0.4);
}
@media screen and (max-width: 1240px) {
nav {
  text-align: left;
  }
}
@media screen and (max-width: 640px) {
nav {
  height: 42px;
  text-align: center;
  }
}

/* アンカーリンク位置調整 */
a.anchor{
  display: block;
  padding-top: 48px;
  margin-top: -48px;
}
@media screen and (max-width: 640px) {
a.anchor{
  padding-top: 42px;
  margin-top: -42px;
  }
}

/* 区切り線付きリンク */
.navlink {
  margin: 0 auto;
  line-height: 100%;
}
.navlink li {
	display:inline;
	list-style-type:none;
	margin-right:6px;
	padding-left:10px;
}
.navlink li+li {
	border-left:1px solid #999;
}
.navlink a {
  font-weight: bold;
  color: #D3511D;
  text-decoration: none;
}
.navlink a:hover{
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
.navlink {
  font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
.navlink {
  font-size: 0.85em;
  }
.navlink li {
  white-space: nowrap;
	margin-right:4px;
	padding-left:6px;
  }
}


/*=================================================
ヘッダー
=================================================*/
header {
  width: 100%;
  height: 740px;
  margin: 0 auto;
  padding: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-image: url(../img/header.png);
  text-align: center;
  position: relative;
}
.headcomment {
  position: absolute;
  width: 100%;
  top: 10%;
  left: 50%;
  transform: translateX(-50%) translateY(-10%);
  padding: 0 20px;
}
header h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #FFF;
  font-size: 3.2em;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
  text-shadow:3px 3px 5px #000;
}
header h1 {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.02em;
  font-weight: 900;
  color: #111;
  line-height: 1.4;
  font-size: 1.8em;
  text-shadow:0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF;
}
@media screen and (max-width: 1240px) {
.headcomment {
  top: 20%;
  left: 50%;
  transform: translateX(-50%) translateY(-20%);
  }
}
@media screen and (max-width: 960px) {
header {
  height: 540px;
  }
header h2 {
  font-size: 2.8em;
  }
header h1 {
  font-size: 1.6em;
  }
}
@media screen and (max-width: 640px) {
header {
  height: 340px;
  }
.headcomment {
  top: 10%;
  left: 50%;
  transform: translateX(-50%) translateY(-10%);
  }
header h2 {
  font-size: 1.7em;
  margin-bottom: 10px;
  }
header h1 {
  font-size: 1.3em;
  }
}


/*=================================================
本文
=================================================*/
/*-------------------------
ライズの企業向け研修プログラム
--------------------------*/
/*３つの特長*/
.tokuchopr {
  width:100%;
  margin: 0 auto;
  padding:0 0 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.tokuchopr li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding:0 10px 0 10px;
  box-sizing: border-box;
}
.tokuchopr li img {
  width:100%;
  max-width: 380px;
  margin-bottom: 12px;
}
.tokuchopr p{
  font-size: 0.95em;
  padding: 0 12px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
.tokuchopr {
  padding:0 0 10px;
  }
.tokuchopr li {
  flex-direction: column;
  display:block;
  width: 100%;
  max-width:100%;
  padding:0 0 15px 0;
  }
.tokuchopr li img {
  width:100%;
  max-width: 260px;
  margin-bottom: 8px;
  }
.tokuchopr p{
  padding: 0;
  }
}

/*PDFリンクボタン*/
a.pdfbtn{
  padding: 15px 10px;
  margin: 0;
  display: block;
  color: #D3511D;
  background: #FFF;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size:1.2em;
  border: 1px solid #D3511D;
  border-radius: 42px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  text-align:center;
  line-height: 100%;
}
a.pdfbtn:before {
  content: "";
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  margin: 0 12px 0 0;
  background: url("../img/icon_pdf.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.pdfbtn:hover {
  background: #FFFF73;
}
@media screen and (max-width: 640px) {
a.pdfbtn{
  padding: 15px 10px;
  font-size:1em;
  }
}

/*-------------------------
リーダーシップ研修とは
--------------------------*/
/*研修の目的*/
.trainingaim {
  width: 100%;
  padding: 20px 0;
  margin: 0 auto;
  background: #FAEBDE;
}
.trainingkajo {
	padding: 0;
}
.trainingkajo p {
 margin-left:1.6em;
 text-indent:-1.6em;
  margin-bottom: 5px;
  line-height: 1.5;
}

/*ステップ0*/
.stepnumb0 {
  display: flex;
  align-items: center;
  color: #65D50F;
  font-family: "Montserrat", sans-serif;
  line-height: 100%;
  font-size: 1.8em;
  font-weight: 600;
}
.stepnumb0:before,
.stepnumb0:after {
  content: "";
  height: 5px;
  flex-grow: 1;
  background-color: #65D50F;
}
.stepnumb0:before {
  margin-right: 1rem;
}
.stepnumb0:after {
  margin-left: 1rem;
}
.steptitle0 {
  color: #65D50F;
}
/*ステップ1*/
.stepnumb1 {
  display: flex;
  align-items: center;
  color: #52CB36;
  font-family: "Montserrat", sans-serif;
  line-height: 100%;
  font-size: 1.8em;
  font-weight: 600;
}
.stepnumb1:before,
.stepnumb1:after {
  content: "";
  height: 5px;
  flex-grow: 1;
  background-color: #52CB36;
}
.stepnumb1:before {
  margin-right: 1rem;
}
.stepnumb1:after {
  margin-left: 1rem;
}
.steptitle1 {
  color: #52CB36;
}
/*ステップ2*/
.stepnumb2 {
  display: flex;
  align-items: center;
  color: #3DC15F;
  font-family: "Montserrat", sans-serif;
  line-height: 100%;
  font-size: 1.8em;
  font-weight: 600;
}
.stepnumb2:before,
.stepnumb2:after {
  content: "";
  height: 5px;
  flex-grow: 1;
  background-color: #3DC15F;
}
.stepnumb2:before {
  margin-right: 1rem;
}
.stepnumb2:after {
  margin-left: 1rem;
}
.steptitle2 {
  color: #3DC15F;
}
/*ステップ3*/
.stepnumb3 {
  display: flex;
  align-items: center;
  color: #2BB884;
  font-family: "Montserrat", sans-serif;
  line-height: 100%;
  font-size: 1.8em;
  font-weight: 600;
}
.stepnumb3:before,
.stepnumb3:after {
  content: "";
  height: 5px;
  flex-grow: 1;
  background-color: #2BB884;
}
.stepnumb3:before {
  margin-right: 1rem;
}
.stepnumb3:after {
  margin-left: 1rem;
}
.steptitle3 {
  color: #2BB884;
}
/*ステップ4*/
.stepnumb4 {
  display: flex;
  align-items: center;
  color: #18AFAA;
  font-family: "Montserrat", sans-serif;
  line-height: 100%;
  font-size: 1.8em;
  font-weight: 600;
}
.stepnumb4:before,
.stepnumb4:after {
  content: "";
  height: 5px;
  flex-grow: 1;
  background-color: #18AFAA;
}
.stepnumb4:before {
  margin-right: 1rem;
}
.stepnumb4:after {
  margin-left: 1rem;
}
.steptitle4 {
  color: #18AFAA;
}

.stepnumb_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.8em;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.03em;
  margin: 15px 0;
}
.stepnumb_subtitle {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.02em;
  font-size: 1.2em;
  font-weight: 900;
  text-align: center;
  line-height: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
.stepnumb_title {
  font-size: 1.6em;
  margin: 12px 0;
  }
.stepnumb_subtitle {
  font-size: 1.1em;
  }
}

/*テーブル*/
.steptable {
  width: 100%;
  border-collapse: collapse;
}
.steptable th{
  padding: 10px 15px;
  text-align:left;
  vertical-align: middle;
  background-color: #EEE;
  font-weight:normal;
  line-height: 1.7;
  border: 1px solid #777;
  line-height: 1.6;
}
.steptable td{
  padding: 10px 15px;
  background-color: #FFF;
  text-align:left;
  vertical-align: middle;
  border: 1px solid #777;
  line-height: 1.6;
}
.stepcalnumb {
  background: #444;
  color: #FFF;
  padding: 0 5px;
  margin-right: 5px;
}
.steptable h5 {
  font-weight: bold;
  margin: 5px 0 2px;
}
@media screen and (max-width: 640px) {
.steptable {
  font-size: 0.95em;
  }
}

/*-------------------------
受講後の変化
--------------------------*/
.voicewrap {
  width: 94%;
  padding: 0 0 20px;
  margin: 0 auto;
  background: #FAEBDE;
}
.voicecontent {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 32px;
}
.voicetitle {
  max-width: 240px;
  background: #D3511D;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  letter-spacing: 0.03em;
  line-height: 100%;
  padding: 12px 10px 15px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
.voicecontent {
  padding: 0 15px;
  }
}
@media screen and (max-width: 640px) {
.voicetitle {
  max-width: 180px;
  font-size: 1.2em;
  margin-bottom: 15px;
  }
}
.voiceq {
	padding: 0;
    font-weight: bold;
    font-size: 1.15em;
    line-height: 1.6;
}
.voiceq p {
 margin-left:2.4em;
 text-indent:-2.4em;
  margin-bottom: 10px;
}
.qmark {
  color: #D3511D;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8em;
  margin-right: 8px;
  line-height: 100%;
}

/*ボックス並び*/
.voicecol {
  width:100%;
  height: auto;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:stretch;
  flex-wrap: wrap;
}
.voicecol li {
  width: 25%;
  max-width:25%;
  width: calc(100% / 4);
  height: auto;
  padding:0 6px 12px 6px;
  box-sizing: border-box;
  display: flex;
  align-items:stretch;
}
@media screen and (max-width: 960px) {
.voicecol li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  box-sizing: border-box;
  padding:0 6px 12px 6px;
  }
}
@media screen and (max-width: 640px) {
.voicecol li {
  padding:0 5px 10px 5px;
  }
}

/*ボックス*/
.voicebox {
  width: 100%;
  height: 100%;
  background: #FFF;
  padding: 15px;
  margin: 0 auto;
  line-height: 1.6;
  font-size: 0.95em;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  text-shadow:0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF;
  color: #222;
  display: flex;
  align-items: center;
}

.vb01 {
  background-image: url(../img/voice_p01.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100px;
}
.vb02 {
  background-image: url(../img/voice_p02.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100px;
}
.vb03 {
  background-image: url(../img/voice_p03.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100px;
}
.vb04 {
  background-image: url(../img/voice_p04.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100px;
}
.vb05 {
  background-image: url(../img/voice_p05.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100px;
}
.vb06 {
  background-image: url(../img/voice_p06.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100px;
}
.vb07 {
  background-image: url(../img/voice_p07.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100px;
}
.vb08 {
  background-image: url(../img/voice_p08.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100px;
}
.vb09 {
  background-image: url(../img/voice_p09.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100px;
}
.vb10 {
  background-image: url(../img/voice_p10.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100px;
}

@media screen and (max-width: 960px) {
.vb01,
.vb02,
.vb03,
.vb04,
.vb05,
.vb06,
.vb07,
.vb08,
.vb09,
.vb10{
  background-size: auto 80px;
  }
}

/*-------------------------
ライズについて
--------------------------*/
.comcol {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:flex-start;
}
.comcol_logo {
  max-width: 200px;
  margin: 0 40px 0 0;
}
.comcol_info {
  flex: 1;
}
@media screen and (max-width: 1000px) {
.comcol_logo {
  max-width: 140px;
  margin: 0 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
.comcol {
  flex-direction: column;
  display:block;
  }
.comcol_logo {
  max-width: 100%;
  margin: 0 0 20px 0;
  text-align: center;
  }
.comcol_logo img {
  max-width: 100px;
  }
}

/*テーブル*/
.comtable {
  width: 100%;
  border-collapse: collapse;
}
.comtable tr{
  border-top: 1px solid #777;
}
.comtable th{
  width: 25%;
  padding: 10px 15px 10px 0;
  text-align:left;
  vertical-align: middle;
  font-weight:normal;
  line-height: 1.7;
}
.comtable td{
  width: 75%;
  padding: 10px 0 10px 15px;
  text-align:left;
  vertical-align: middle;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
.comtable {
  font-size: 0.9em;
  }
.comtable th{
  width: 25%;
  padding: 6px 12px 6px 0;
  }
.comtable td{
  width: 75%;
  padding: 6px 0 6px 12px;
  }
}

/* バナー並び */
.bannercol {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.bannercol li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding:0 6px 12px 6px;
  box-sizing: border-box;
}
.bannercol img {
  width:100%;
}
@media screen and (max-width: 640px) {
.bannercol li {
  flex-direction: column;
  display:block;
  width: 100%;
  max-width:100%;
  padding:0 0 10px 0;
  }
}

/*-------------------------
お問い合わせ
--------------------------*/
.formtable {
  width: 100%;
  border-collapse: collapse;
}
.formtable tr{
  border-bottom: 2px dotted #777;
  padding: 0 15px;
}
.formtable tr:first-child{
  border-top: 2px dotted #777;
}
.formtable th{
  width: 35%;
  padding: 20px 0;
  text-align:center;
  vertical-align: middle;
  font-weight:normal;
  line-height: 1.6;
  font-size: 1.15em;
  font-weight: bold;
}
.formtable td{
  width: 65%;
  padding: 20px 0;
  text-align:left;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
.formtable tr{
  display:block;
  width:100%;
  }
.formtable th{
  display:block;
  width:100%;
  padding: 15px 0 0px;
  text-align:left;
  }
.formtable td{
  display:block;
  width:100%;
  padding: 5px 0 20px;
  }
}

/*-------------------------
フォームスタイリング
--------------------------*/
/* 入力・選択欄 */
input[type='text'],
input[type='search'],
input[type='tel'],
input[type='url'],
input[type='email'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='number'],
select {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  width:100%;
  outline: none;
  border: 1px solid #AAA;
  background:#FFF;
  padding:0.5em;
  font-size:1.2em;
}
select::-ms-expand {
  display: none;
}
textarea{
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  width:100%;
  outline: none;
  border: 1px solid #AAA;
  background:#FFF;
  padding:0.5em;
  font-size:1.2em;
  height:140px;
}
input::placeholder,
textarea::placeholder {
	color: #CCC;
}
/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #CCC;
}
/* IE11 & IE10 */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #CCC;
}
/* ラジオボタン・チェックボックス */
input[type="radio"] , 
input[type="checkbox"]{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  margin:10px 6px 8px 0;
}
label {
  margin-right:1em;
  cursor:pointer;
  display: inline-block;
}
/* ボタン */
/* @import url('http://fonts.googleapis.com/earlyaccess/notosansjapanese.css'); */
input[type='submit'],
input[type='reset'],
input[type='button'],
button {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  font-size:1.4em;
  cursor: pointer;
  padding: 24px 42px;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  background: rgb(51,51,51);
  background: linear-gradient(0deg, rgba(51,51,51,1) 0%, rgba(85,85,85,1) 100%);
  line-height: 100%;
  border: 0;
  cursor: pointer;
  letter-spacing: 0.05em;
  margin:24px 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
/* 必須項目アイコン */
.hissu {
  font-size:12px;
  line-height:100%;
  color:#FFF;
  background-color:#CC3300;
  padding:2px 5px;
  margin-left:8px;
  font-weight:normal;
  letter-spacing: 0.03em;
  white-space: nowrap;
}


/*=================================================
ライズのサービス情報特設サイト
=================================================*/
.servicelink {
  width: 100%;
  padding: 60px 0 40px;
  margin: 0 auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(../img/servicelink_bg.png);
  line-height: 1.7;
  color: #FFF;
  margin-top: 80px;
}
.servicelink h3 {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.03em;
  color: #D2511D;
  font-weight: 900;
  font-size: 1.3em;
  line-height: 100%;
  text-shadow:0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
.servicelink {
  padding: 30px 0 24px;
  margin-top: 60px;
  }
.servicelink h3 {
  font-size: 1.2em;
  margin-bottom: 24px;
  }
}

/* リンクボタン並び */
.servicelinkcol {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.servicelinkcol li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding:0 6px 12px 6px;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
.servicelinkcol li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  box-sizing: border-box;
  padding:0 5px 10px 5px;
  }
}
@media screen and (max-width: 640px) {
.servicelinkcol li {
  flex-direction: column;
  display:block;
  width: 100%;
  max-width:100%;
  padding:0 0 6px 0;
  }
}

/* リンクボタン */
a.servicelinkbtn{
  padding: 12px 5px;
  margin: 0 auto;
  display: block;
  position: relative;
  color: #D2511D;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size:0.9em;
  background: #FFF;
  border: 1px solid #D2511D;
  text-align:center;
  line-height: 100%;
  white-space: nowrap;
  text-shadow:0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF;
}
a.servicelinkbtn:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 10px;
  width: 1.2em;
  height: 1.2em;
  transform: translateY(-50%);
  background: url("../img/icon_extlink.png") no-repeat;
  background-size: contain;
}
a.servicelinkbtn:hover {
  background: none;
}
@media screen and (max-width: 640px) {
a.servicelinkbtn{
  max-width: 300px;
  font-size:0.95em;
  }
}


/*=================================================
フッター
=================================================*/
footer {
  width: 100%;
  padding: 40px 25px 15px;
  margin: 0 auto;
  text-align: center;
}
footer a {
  text-decoration: none;
  color: #333;
  font-weight: normal;
}
.copyright {
  font-family: "Montserrat", sans-serif;
  font-size: 0.7em;
  font-weight: 400;
  color: #AAA;
  line-height: 100%;
  margin-top: 24px;
}


/*=================================================
汎用パーツ
=================================================*/
/*-------------------------
各タイトル
--------------------------*/
.titlewrap {
  width: 92%;
  max-width: 740px;
  background: #FFF;
  margin: 0 auto;
  margin-top: -64px;
  text-align: center;
  padding: 40px 15px 0;
  margin-bottom: 48px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
}
.title_eng {
  font-size: 1.3em;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 100%;
  color: #EBBA8D;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
}
.title_jpn {
  font-size: 2em;
  font-weight: 900;
  line-height: 100%;
  color: #111; 
  letter-spacing: 0.03em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 840px) {
.titlewrap {
  width: 84%;
  max-width: 540px;
  margin-top: -42px;
  text-align: center;
  padding: 24px 15px 0;
  margin-bottom: 38px;
  }
.title_eng {
  font-size: 1.1em;
  margin-bottom: 12px;
  }
.title_jpn {
  font-size: 1.6em;
  }
}
@media screen and (max-width: 640px) {
.title_eng {
  font-size: 0.95em;
  margin-bottom: 12px;
  }
.title_jpn {
  font-size: 1.4em;
  }
}

/*リーダーシップ研修とは*/
.title_training {
  width: 100%;
  min-height: 420px;
  background-image:url(../img/training_title.png);
  background-position:center top;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
}
/*受講後の変化*/
.title_voice {
  width: 100%;
  min-height: 420px;
  background-image:url(../img/voice_title.png);
  background-position:center top;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
}
/*ライズについて*/
.title_aboutus {
  width: 100%;
  min-height: 420px;
  background-image:url(../img/aboutus_title.png);
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
}
/*お問い合わせ*/
.title_contact {
  width: 100%;
  min-height: 420px;
  background-image:url(../img/contact_title.png);
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
}

@media screen and (max-width: 1000px) {
.title_training,
.title_voice,
.title_aboutus,
.title_contact{
  min-height: 320px;
  }
}
@media screen and (max-width: 840px) {
.title_training,
.title_voice,
.title_aboutus,
.title_contact{
  min-height: 240px;
  }
}
@media screen and (max-width: 640px) {
.title_training,
.title_voice,
.title_aboutus,
.title_contact{
  min-height: 180px;
  }
}

/*-------------------------
アイコン付き電話リンク
--------------------------*/
.tel  {
  font-size:1.8em;
  line-height:100%;
  padding:5px 0;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.tel :before {
  content:"";
  display:inline-block;
  width:0.8em;
  height:0.8em;
  background:url(../img/icon_tel.png) no-repeat;
  background-size:contain;
  padding-left:0.8em;
  vertical-align:bottom;
}
.tel  a{
  text-decoration:none;
  color:#ED7D31;
  font-weight:500;
}
@media screen and (max-width: 960px) {
.tel  {
  font-size:1.6em;
  }
}

/*-------------------------
ページ上部へジャンプ
--------------------------*/
#jumptop{
  position:fixed;
  right: 40px;
  bottom:40px;
}
.jumpbtn {
  width:5em;
  height:5em;
  cursor:pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  cursor:pointer;
  background:#D3511D;
  position: relative;
}
.jumpbtn:before {
  content: '';
  position: absolute;
  top: 45%;
  right: 1.7em;
  display: block;
  width: 1.5em;
  height: 1.5em;
  border-top: 2px solid #FFF; 
  border-right: 2px solid #FFF; 
  transform: rotate(-45deg); 
}
@media(max-width:960px){
#jumptop{
  right: 20px;
  bottom:20px;
  }
.jumpbtn {
  width: 3.5em;
  height: 3.5em;
  }
.jumpbtn:before {
  top: 42%;
  right: 1.2em;
  width: 1em;
  height: 1em;
  }
}

/*-------------------------
右上固定リンクボタン
--------------------------*/
.fixbtn {
  width:260px;
  height:auto;
  position:fixed;
  z-index:9999;
  top: 0;
  right: 12px;
}
@media screen and (max-width: 960px) {
.fixbtn {
  width:220px;
  right: 8px;
  }
}
@media screen and (max-width: 640px) {
.fixbtn {
  display: none;
  }
}

/*-------------------------
フッター固定バナー(スマホでのみ表示)
--------------------------*/
.footbtn {
  display: none;
  z-index: 9999;
  position: relative;
}
@media screen and (max-width: 640px) {
.footbtn {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  }
.footbtn a {
  display: block;
}
.footbtn img {
  width: auto;
  height: 64px;
  }
footer {
  padding-bottom: 64px;
  }
#jumptop{
  right: 15px;
  bottom:64px;
  }
}

/*-------------------------
ボタン
--------------------------*/
/* 矢印付き黄色四角ボタン */
.btn {
  display: block;
  position: relative;
  background: #D3511D;
  width: 100%;
  max-width: 240px;
  padding: 10px 12px 12px;
  color: #FFF !important;
  text-align: center;
  text-decoration: none;
  font-size: 1.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  transition: all .3s;
}
.btn:before {
  content: "";
  position: absolute;
  top: 42%;
  right: 12px;
  width: 12px;
  height: 2px;
  background: #FFF;
  transform: rotate(45deg);
}
.btn:after {
  content: "";
  position: absolute;
  top: 56%;
  right: 12px;
  width: 12px;
  height: 2px;
  background: #FFF;
  transform: rotate(-45deg);
}

/*-------------------------
写真ギャラリー
--------------------------*/
/* 写真ギャラリー横並び2列(640px以下で縦列切替) */
.gallery2 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery2 li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding:0 15px 30px 15px;
  box-sizing: border-box;
}
.gallery2 img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery2 li {
  flex-direction: column;
  display:block;
  width: 100%;
  max-width:100%;
  padding:0 0 25px 0;
  }
}

/* 写真ギャラリー横並び2列固定 */
.gallery2_fix {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery2_fix li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding:0 10px 20px 10px;
  box-sizing: border-box;
}
.gallery2_fix img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery2_fix li {
  padding:0 5px 10px 5px;
  }
}

/* 写真ギャラリー横並び3列(640px以下で縦列切替) */
.gallery3 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery3 li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding:0 6px 12px 6px;
  box-sizing: border-box;
}
.gallery3 img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery3 li {
  flex-direction: column;
  display:block;
  width: 100%;
  max-width:100%;
  padding:0 0 15px 0;
  }
}

/* 写真ギャラリー横並び3列固定 */
.gallery3_fix {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery3_fix li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding:0 6px 12px 6px;
  box-sizing: border-box;
}
.gallery3_fix img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery3_fix li {
  padding:0 3px 8px 3px;
  }
}

/* 写真ギャラリー横並び3列→2列 */
.gallery3_prefix {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery3_prefix li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding:0 8px 15px 8px;
  box-sizing: border-box;
}
.gallery3_prefix img {
  width:100%;
}
@media screen and (max-width: 960px) {
.gallery3_prefix li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  box-sizing: border-box;
  padding:0 6px 12px 6px;
  }
}
@media screen and (max-width: 640px) {
.gallery3_prefix li {
  padding:0 5px 10px 5px;
  }
}

/* 写真ギャラリーキャプション */
.gallerycaption {
  font-size: 0.9em;
  margin-top: 6px;
  line-height: 1.5;
  padding: 0;
  text-align: center;
  padding: 2px 3px 0;
}
.gallerycaption:before{
  content: "▲";
}
@media screen and (max-width: 840px) {
.gallerycaption {
  font-size: 0.8em;
  text-align: left;
  margin-top: 3px;
  }
}

/*-------------------------
横並びflexbox
--------------------------*/
/* 幅可変横並び*/
.column {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:flex-start;
}
.column li{
  margin:0 15px 0 0;
}
.column li:last-child{
  margin:0 0 0 0;
}

/* 画像320px ＋ テキスト*/
.column320 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.column320_img {
  max-width: 320px;
  margin: 0 30px 0 0;
}
.column320_text {
  flex: 1;
}
@media screen and (max-width: 1000px) {
.column320_img {
  max-width: 240px;
  margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
.column320 {
  flex-direction: column;
  display:block;
  }
.column320_img {
  max-width: 100%;
  margin: 0 0 18px 0;
  text-align: center;
  }
}

/* 均等2列(767px以下で縦列切り替え) */
.col2 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.col2 li{
  width:50%;
  margin:0 30px 0 0;
}
.col2 li:last-child{
  margin:0 0 0 0;
}
@media screen and (max-width: 1000px) {
.col2 li{
  margin:0 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
.col2 {
  flex-direction: column;
  display:block;
  }
.col2 li {
  width:100%;
  margin:0 0 20px 0;
  }
.col2 li:last-child{
  margin:0 0 0 0;
  }
}
