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


/*---------------------------------------------------------------------------------
reset
--------------------------------------------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
  font-family: 'Noto Serif JP', serif;
  font-size: 13px;
	line-height: 1.8;
  /*letter-spacing: 0.08em;*/
	color: #111;
  -webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
    word-break : break-all;
    word-wrap : break-word;
    overflow-wrap : break-word;
}

h1,h2,h3,h4,h5,h6,
ul,ol,dl,
p,li,dt,dd,th,td,em,strong,blockquote {
	margin: 0px;
	padding: 0px;
	border: 0;
	vertical-align: baseline;
	font-weight: inherit;
/*	font-size: 15px;
	word-break: break-all;*/
}
em {
  font-style: normal;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
	margin: 0px;
	padding: 0px;
}

p,dd,li {
  list-style: none;
}
em,strong {
  font-weight: bold;
}

img {
  vertical-align:top;
  width:100%;
  max-width: 100%;
  height: auto;
}
.fit-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
a img {
	border: none;
}
a:link,
a:visited,
a:hover,
a:active {
	color: inherit;
	text-decoration: none;
}

a:hover {
	transition: 0.3s ease-in-out;
  opacity: 0.5;
}
.anchor {
  display: block;
  height: 0;
  position: relative;
}
.page-ttl {
  box-sizing: border-box;
  width: 100%;
  padding: 14px 10px 15px;
  background-color: #000;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
article {
  display: block;
  max-width: 750px;
  margin: 0 auto;
}
/*---------------------------------------------------------------------------------
sec
--------------------------------------------------------------------------------- */
.sec01 {
  padding-bottom: 30px;
}
.sec01__catchphrase {
}
.sec01__read-txt {
  padding: 16px 10px 16px;
  font-size: 13px;
  line-height: 1.92;
  text-align: center;
}
.sec01__ttl-01 {
  padding-bottom: 26px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
.sec01__ttl-02 {
  padding: 43px 0 4px;
}
.sec01__txt-02-1 {
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 1.54;
  text-align: center;
}
.sec01__txt-02-2 {
  padding: 5px 0 42px;
  font-size: 13px;
  line-height: 1.54;
  text-align: center;
}
.sec01-detail-block {
  padding: 40px 0 80px;
  position: relative;
  background-color: #ed3232;
}
.sec01-detail-block::before,
.sec01-detail-block::after {
  display: block;
  width: 100%;
  height: 40px;
  background-size: 100% 40px;
  position: absolute;
  left: 0;
  content:"";
}
.sec01-detail-block::before {
  background-image: url("images/sec01_05_before.png");
  top: 0;
}
.sec01-detail-block::after {
  background-image: url("images/sec01_05_after.png");
  bottom: 0;
}
.sec01-detail-block__ttl {
  padding: 12px 0 16px;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  color: #fff;
}
.sec01-detail-block__ttl span {
  display: block;
  padding-bottom: 7px;
  font-size: 16px;
  font-weight: 400;  
}
.sec01-detail-block__txt {
  width: 92%;
  margin: 0 auto 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  line-height: 1.6;
  color: #fff;
}
.sec01-detail-block__btn {
  width: 82%;
  margin: 0 auto;
}
.sec01-detail-block__btn a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 55px;
  padding-top: 19px;
  background-color: #fff;
  font-size: 17px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  color: #ed3232;
  position: relative;
}
.sec01-detail-block__btn a::after {
  width: 6px;
  height: 6px;
  border-top: 1px solid #ed3232;
  border-right: 1px solid #ed3232;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 3.5%;
  bottom: 0;
  margin: auto;
  content:"";
}

/*---------------------------------------------------------------------------------
MEDIA
--------------------------------------------------------------------------------- */
.sec02 {
  padding: 0 4% 30px;
}
.sec02-ttl {
  padding-bottom: 22px;
  font-size: 23px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}

/*---------------------------------------------------------------------------------

--------------------------------------------------------------------------------- */
.sec03 {
  padding: 60px 4% 60px;
  background: url("images/sec03-bg_before.jpg") no-repeat left top,
              url("images/sec02-bg_after.png") no-repeat left bottom,
     #e3ecf0;
  background-size: 100% auto;
}
.sec03-ttl {
  padding-bottom: 25px;
  font-size: 23px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.sec03-ttl .jp {
  display: block;
  padding-top: 8px;
  font-size: 13px;
  font-weight: 400;
}
.sec03-list {
  background-color: #fff;
  margin-bottom: 30px;
}
.sec03-list dt {
  padding: 15px 0 16px;
  background-color: #000;
  font-size: 18px;
  line-height: 1.57;
  text-align: center;
  color: #fff;
}
.sec03-list dd {
  padding: 0 5% 45px;
  background-color: #fff;
}
.sec03-list dd .small {
  padding-bottom: 22px;
  font-size: 10px;
  line-height: 1.5;
}
.sec03-list dd .red {
  color: #d90203;
}
.sec03-list dd:nth-of-type(1) {
  font-size: 12px;
  line-height: 1.66;
}
.sec03-01-ttl-1 {
  box-sizing: border-box;
  min-height: 89px;
  padding: 18px 0 13px 123px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
  position: relative;
}
.sec03-01-ttl-1::before {
  width: 125px;
  height: 113px;
  background-image:url("images/sec03_01_img1.png");
  background-size: 100% auto;
  position: absolute;
  top: -23px;
  left: -9px;
  content:"";
}
.sec03-01-ttl-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 0 5px;
  margin: 30px 0 12px;
}
.sec03-01-ttl-2 span {
  font-size: 17px;
  line-height: 1.6;
  font-weight: 600;
}
.sec03-01-ttl-2 img {
  width: 62%;
}
.sec03-01-ttl-3 {
  display: flex;
  align-items: center;
  align-content: center;
  padding: 0 5px;
  margin: 30px 0 12px;
}
.sec03-01-ttl-3 span {
  font-size: 17px;
  line-height: 1.6;
  font-weight: 600;
  padding-left: 3%;
}
.sec03-01-ttl-3 img {
  width: 50%;
}

.sec03-list dd:nth-of-type(2) {
  padding: 20px 0 43px;
  background: url("images/sec03_02_bg.jpg") no-repeat center bottom;
  background-size: 375px auto;
}
.sec03-list dd:nth-of-type(2) p {
  padding: 0 4%;
}
.sec03-list dd:nth-of-type(2) div {
  max-width: 345px;
  margin: 0 auto;
}
.sec03-list dd:nth-of-type(3) {
  padding-bottom: 0;
}
.sec03-03-list {
  padding: 33px 0 1px;
}
.sec03-03-list li {
  margin-bottom: 55px;
  position: relative;
}
.sec03-03-list li:last-child {
  margin-bottom: 48px;
}
.sec03-03-text {
  box-sizing: border-box;
  padding: 15px 20px;
  width: 270px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.44;
  font-weight: 600;
  position: absolute;
  bottom: -40px;
  left: 0;
}
.sec03-03-list li:nth-of-type(3n+2) .sec03-03-text{
  right: 0;
  left: auto;
}

/*---------------------------------------------------------------------------------
EVALUATION
--------------------------------------------------------------------------------- */
.sec04 {
  padding: 30px 4% 15px;
}
.sec04-ttl {
  padding-bottom: 21px;
  font-size: 23px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.sec04-ttl .jp {
  display: block;
  padding-top: 8px;
  font-size: 13px;
  font-weight: 400;
}
.sec04-lsit dt {
  padding: 11px 0 11px;
  background-color: #000;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.sec04-lsit dd {
  padding-bottom: 33px;
  font-size: 13px;
  line-height: 1.7;
}

/*---------------------------------------------------------------------------------
COLLABORATIVE STUDY
--------------------------------------------------------------------------------- */
.sec05 {
  padding: 72px 4% 60px;
  background: url("images/sec05_before.png") no-repeat center top,
              url("images/sec05_after.png") no-repeat center bottom,
              #f0f5f7;
  background-size: 100% auto;
}
.sec05-ttl {
  padding-bottom: 30px;
  font-size: 23px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.sec05-ttl .jp {
  display: block;
  padding-top: 8px;
  font-size: 13px;
  font-weight: 400;
}
.sec05-read {
  padding-bottom: 24px;
  font-size: 12px;
  line-height: 1.66;
}
.sec05-list li {
  padding: 22px 5.5% 28px;
  background-color: #fff;
  margin-bottom: 25px;
  font-size: 12px;
  line-height: 1.6;
  position: relative;
}
.sec05-list li::before,
.sec05-list li::after {
  width: 42px;
  height: 42px;
  background-size: 100% auto;
  position: absolute;
  content:"";
}
.sec05-list li::before {
  background-image: url("images/sec05_icon_before.png");
  top: -10px;
  left: -10px;
}
.sec05-list li::after {
  background-image: url("images/sec05_icon_after.png");
  right: -10px;
  bottom: -10px;
}
.sec05-list-ttl {
  padding-bottom: 15px;
  border-bottom: 1px solid #355e6f;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.4;
  color: #0b5776;
}

/*---------------------------------------------------------------------------------
INTERVIEW
--------------------------------------------------------------------------------- */
.sec06 {
  padding: 35px 0 0;
  overflow:hidden;
  z-index: 3;
}
.sec06-ttl {
  padding-bottom: 17px;
  font-size: 23px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.sec06-ttl .jp {
  display: block;
  padding-top: 8px;
  font-size: 13px;
  font-weight: 400;
}
.sec06-catchphrase {
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 1.38;
  font-weight: 600;
  text-align: center;
}
.sec06-sub-ttl {
  padding: 8px;
  background-color: #000;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
.sec06-sub-read {
  padding: 16px 4% 38px;
  font-size: 12px;
  line-height: 1.75;
  text-align: center;
}
.sec06-talk-wrap {
  position: relative;
}
.sec06-talk-wrap::before {
  width: 100%;
  height: calc(100% - 52px);
  background: url("images/sec06-bg.svg") no-repeat center top #f3f7f8;
  background-size: 720px auto;
  position: absolute;
  bottom: 0;
  left: 0;
  content:"";
  z-index: 1;
}
.sec06-profile {
  width: 90%;
  margin: 0 auto 48px;
  padding-top: 25px;
  background-color: #111;
  color: #fff;
  position: relative;
  z-index: 5;
}
.sec06-profile img {
  display: block;
  width: 50%;
  margin: 0 auto;
}
.sec06-profile-name {
  padding: 22px 5.5% 10px;
  font-size: 17px;
  line-height: 1;
  font-weight: 600;
}
.sec06-profile-name span {
  box-sizing: border-box;
  display: inline-block;
  padding-left: 18px;
  padding-top: 5px;
  background: url("images/sec06-icon_profile.svg") no-repeat;
  background-size: 13px auto;
  font-size: 10px;
  font-weight: 400;
}
.sec06-profile p {
  padding: 0 5.5% 25px;
  font-size: 12px;
  line-height: 1.56;
}
.sec06-talk-list {
  width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.sec06-talk-list li {
  min-height: 38.4px;
  padding-bottom: 19px;
  border-bottom: 1px solid #949697;
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 1.6;
  position: relative;
}
.sec06-talk-list li:last-child {
  margin-bottom: 0;
}
.sec06-talk-list li::before {
  width: 10px;
  height: 7px;
  background-size: 100% auto;
  position: absolute;
  top: 25px;
  content:"";
}
.sec06-talk-list li::after {
  width: 16px;
  height: 16px;
  background-size: 100% auto;
  position: absolute;
  bottom: -1px;
  content:"";
}
.sec06-talk-list__icon {
  width: 48px;
  position: absolute;
  top: 0;
}
.sec06-talk-list li a {
  color: #ed3232;
  text-decoration: underline;
}
.sec06-talk-list li:nth-of-type(odd) {
  padding-left: 12px;
  border-left: 1px solid #949697;
  margin-left: 64px;
}
.sec06-talk-list li:nth-of-type(odd)::before {
  background-image: url("images/sec06_odd_before.png");
  left: -10px;
}
.sec06-talk-list li:nth-of-type(odd)::after {
  background-image: url("images/sec06_odd_after.png");
  left: -1px;
}
.sec06-talk-list li:nth-of-type(odd) .sec06-talk-list__icon {
  left: -64px;
}
.sec06-talk-list li:nth-of-type(even) {
  padding-right: 12px;
  border-right: 1px solid #949697;
  margin-right: 64px;
}
.sec06-talk-list li:nth-of-type(even)::before {
  background-image: url("images/sec06_even_before.png");
  right: -10px;
}
.sec06-talk-list li:nth-of-type(even)::after {
  background-image: url("images/sec06_even_after.png");
  right: -1px;
}
.sec06-talk-list li:nth-of-type(even) .sec06-talk-list__icon {
  right: -64px;
}
.sec06-talk-note {
  width: 92%;
  padding: 17px 0 54px;
  margin: 0 auto;
  font-size: 9px;
  line-height: 1.66;
  position: relative;
  z-index: 2;
}
/*---------------------------------------------------------------------------------
ステムボーテ愛用の皆様に向けて特別オファー
--------------------------------------------------------------------------------- */
.sec07 {
  padding-bottom: 30px;
}
.sec07-ttl {
  padding: 18px 10px 19px;
  background-color: #111;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.sec07-sub-ttl {
  width: 310px;
  margin: 0 auto;
}
.sec07-period {
  padding-bottom: 15px;
  text-align: center;
  font-size: 16px;
  color: #ec3233;
  font-weight: 600;
}
.sec07-btn {
  width: 74%;
  margin: 0 auto;
}
.sec07-btn a {
  display: block;
  box-sizing: border-box;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.sec07-btn a::after {
  width: 6.5%;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content:"";
  margin: auto;
}
.sec07-note {
  width: 92%;
  font-size: 12px;
  margin: 20px auto 0;
}
.sec07-btn__course {
  height: 55px;
  padding-top: 18px;
  background-color: #4d8c03;
  font-size: 18px;
  color: #fff!important;
}
.sec07-btn__course::after {
  background-color: #fff;
}
.sec07-btn__regular {
  height: 50px;
  padding-top: 17px;
  border: 1px solid #111;
  font-size: 15px;
}
.sec07-btn__regular::after {
  background-color: #111;
}

.sec07-txt {
  text-align: center;
  margin-bottom: 20px;
}

.sec07-txt span {
  border: 1px solid #ec3233;
  color: #ec3233;
  line-height: 1;
  padding: 5px 28px;
  font-weight: bold;
  font-size: 16px;
}

.sec07-txt02 {
  text-align: center;
  padding-top: 20px;
  font-weight: bold;
  font-size: 15px;
}

/*---------------------------------------------------------------------------------
footer
--------------------------------------------------------------------------------- */
.page-footer {
  padding: 25px 10px;
  background-color: #111;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  color: #fff;
}

/*---------------------------------------------------------------------------------

--------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------

--------------------------------------------------------------------------------- */


/*---------------------------------------------------------------------------------

--------------------------------------------------------------------------------- */


/*---------------------------------------------------------------------------------

--------------------------------------------------------------------------------- */


/*---------------------------------------------------------------------------------

--------------------------------------------------------------------------------- */


/*---------------------------------------------------------------------------------

--------------------------------------------------------------------------------- */



