@charset "UTF-8";

/*---------------------------------------
悟空のきもちについて
---------------------------------------*/
/*=============================
背景画像
=============================*/
main {
    background: url(../../new/images/common/bg_footer_cloud.png) top 4460px left -19px no-repeat,
				url(../../new/images/common/main_bg.jpg) top 57px center no-repeat;
}
/*=============================
見出し
=============================*/
/*大見出し*/
h1 {
	text-align: center;
	margin: 0 0 42px;
}
h1::after {
	content: "";
	background: url(../../new/images/about/h1_en.svg) top center / contain no-repeat;
	width: 93px;
	height: 23px;
	display: block;
	margin: 10px auto 0;
}
/*=============================
悟空のきもちが人気の理由
=============================*/
#about {
	margin: 0 30px;
	background: url(../../new/images/about/sec01_about_bg.png) top center no-repeat;
	padding: 60px 20px 100px;
	color: #fff;
	height: 4635px;
}
/*見出し*/
#about h2 {
	margin: 0 0 30px;
}
#about h2 img {
	width: 450px;
}
#about h2 + p {
	margin: 0 0 0 2px;
}
/*小見出し*/
#about h3 {
	margin: 58px -20px 38px;
	height: 70px;
	padding: 22px 0 0 22px;
	font-size: 34px;
	color: #e4ca8a;
	font-weight: bold;
	background: url(../../new/images/about/h3_bg.png) top left no-repeat;
}
/*テキスト*/
#about p {
	line-height: 1.42;
	margin: 0 0 40px;
}
/*画像*/
#about .img {
	margin: 50px -17px;
}
/*見出しh4*/
#about h4 {
	color: #e4ca8a;
	font-size: 32px;
	margin: 0 0 40px;
	font-weight: bold;
	letter-spacing: 0.105em;
}
/*注意書き*/
#about .att {
	font-size: 20px;
	text-indent: -1em;
	padding-left: 1em;
}
/*リスト*/
#about ul {
	margin: 60px 0 50px;
}
#about ul li {
	margin: 0 0 35px;
	display: flex;
	align-items: center;
}
#about ul li::before {
	content: "";
    background: url(../../new/images/about/sec01_check.svg) top center / contain no-repeat;
    width: 44px;
    height: 34px;
    display: block;
    margin: 0 20px 0 0;
}
/*先生*/
#about div figure {
	width: 475px;
	margin: 0 auto 40px;
}
#about div figure figcaption {
    font-size: 22px;
	margin: 15px 0 0;
	text-align: center;
	line-height: 1.54;
}
/*=============================
悟空の歴史
=============================*/
#history {
	background: linear-gradient(to bottom,#fff,#c7c9d3);
    padding: 57px 0 84px;
}
/*見出し*/
#history h2 {
    text-align: center;
    margin: 0 auto 20px;
    width: 434px;
    background: url(../../new/images/about/sec02_cloud.svg) top center /contain no-repeat;
}
#history h2 img {
	width: 204px;
}
#history h2::after {
    content: "";
    background: url(../../new/images/about/sec02_h2_en.svg) top center / contain no-repeat;
    width: 105px;
    height: 28px;
    display: block;
    margin: 10px auto 0;
}
/**各歴史ボックス**/
#history > ol {
	margin: 0 14px 35px;
}
#history > ol > li {
	background: url(../../new/images/about/sec02_bg1.png) top center no-repeat;
	height: 944px;
	margin: 0 0 10px;
	padding: 70px;
}
#history > ol > li:nth-of-type(2) {
	background: url(../../new/images/about/sec02_bg2.png) top center no-repeat;
	height: 797px;
}
#history > ol > li:nth-of-type(3) {
	background: url(../../new/images/about/sec02_bg8.png) top center no-repeat;
	height: 1027px;
}
#history > ol > li:nth-of-type(4) {
	background: url(../../new/images/about/sec02_bg4.png) top center no-repeat;
	height: 824px;
}
#history > ol > li:nth-of-type(5) {
	background: url(../../new/images/about/sec02_bg7.png) top center no-repeat;
	height: 869px;
} 
#history > ol > li:nth-of-type(6),
#history > ol > li:nth-of-type(8) {
	background: url(../../new/images/about/sec02_bg5.png) top center no-repeat;
	height: 942px;
}
#history > ol > li:nth-of-type(7) {
	background: url(../../new/images/about/sec02_bg6.png) top center no-repeat;
	height: 2409px;
	display: block;
	padding-top: 60px;
}
/*年度*/
#history > ol > li h3 {
	background: #917d4d;
	width: 262px;
	height: 57px;
	text-align: center;
	padding: 12px 0 0;
	margin: 0 0 15px;
}
#history > ol > li h3 img {
	width: 138px;
}
/*画像*/
#history > ol > li figure {
	margin: 30px 0 0;
}
#history > ol > li:nth-of-type(4) figure {
	margin: 20px 0 0;
}
#history > ol > li figure figcaption {
	font-size: 26px;
	text-align: center;
	margin: 15px 0 0;
}
/*テキスト*/
#history > ol > li p {	
	line-height: 1.5;
	font-size: 26px;
}
#history > ol > li:nth-of-type(6) p {
	margin: 0 -10px 10px 0;
}
#history > ol > li:nth-of-type(6) p span {
	font-size: 24px;
}
/*小見出し*/
#history > ol li h4 {
	font-weight: bold;
	font-size: 28px;
	margin: 15px 0 10px;
	line-height: 1.3;
}
#history > ol > li:nth-of-type(3) h4 {
	margin: 30px 0 10px;
}
#history > ol li:last-of-type h4 {
	margin: 15px 0 0;
}
/*2019年*/
#history > ol li ol li {
	margin: 0 0 25px;
}
#history > ol li ol li:last-of-type {
	border: none;
}
/*悟空のきもちという名前*/
#history > div {
	margin: 0 30px;
	border: 3px solid #917d4d;
	background: #fff;
	padding: 36px 35px 60px 37px;
	line-height: 1.42;
}
#history > div h5 {
	margin: 0 0 0 -37px;
	background: url(../../new/images/about/sec02_h5_bg.png) top left no-repeat;
	height: 70px;
	color: #fff;
	font-weight: bold;
	font-size: 34px;
	letter-spacing: 0.105em;
	padding: 13px 0 0 19px;
	margin: 0 0 30px;
}
#history > div p:last-of-type {
	font-size: 20px;
	text-indent: -1em;
	padding-left: 1em;
	margin: 30px 0 40px -2px;
}
#history > div ol {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 521px;
	margin: auto;
}
#history > div ol li {
	text-align: center;
}
#history > div ol li:first-of-type img {
	width: 186px;
}
#history > div ol li:last-of-type img {
	width: 200px;
}
#history > div ol li figcaption {
	font-size: 22px;
	color: #212647;
}
/*医療関係者からの高い支持*/
#doctor {
	padding: 60px 0 88px;
	margin: 0 30px;
}
#doctor .inner {
	box-shadow: 0 0 40px #e1e1e1;
    padding: 55px 33px 67px;
}
#doctor h3 {
	text-align: center;
	margin-bottom: 30px;
}
#doctor h3 img {
	width: 495px;
	height: 39px;
}
#doctor p {
	line-height: 1.42;
	margin-bottom: 20px;
}
#doctor figure {
	text-align: center;
	margin-bottom: 30px;
}
#doctor figure figcaption {
	font-size: 22px;
	line-height: 1.5;
	margin-top: 10px;
