@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
#saishingaku {
	font-family: 'Noto Sans JP', Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: sec4 */ }

#saishingaku .container {
  max-width: 1130px;
  width: 90%;
  margin: auto;
  padding: 5% 0;
}

#saishingaku .sec-oc {
	font-family:"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic;
	padding-top: 0;
}
#saishingaku .sec-oc .container {
	max-width: 700px;
}
#saishingaku .sec-oc p.cap {
	border: 1px solid #333;
	border-radius: 25px;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	padding: 8px 20px;
	position: relative;
}
#saishingaku .sec-oc p.cap::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -14px;
	margin: auto;
	width: 15px;
	height: 15px;
	background: url(../img/special/heigan/arrow.png) no-repeat left center/cover;
}
#saishingaku .sec-oc dl {
	align-items: flex-start;
	display: flex;
	padding: 20px 0;
	position: relative;
}
#saishingaku .sec-oc dl:first-of-type {
	align-items: flex-end;
	border-bottom: 1px solid #989898;
	margin-top: -10px;
	padding-top: 0;
}
#saishingaku .sec-oc dl dt {
	background:linear-gradient(transparent 80%, #fcee21 80%);
	border-bottom: 5px solid #fcee21;
	color: #de4d14;
	font-size: 40px;
	font-weight: bold;
	padding: 0 5px;
}
#saishingaku .sec-oc dl dt small {
	font-size: 90%;
}
#saishingaku .sec-oc dl dd {
	color: #000;
	font-size: 40px;
	font-weight: bold;
	padding-left: 15px;
}
#saishingaku .sec-oc dl dd p {
	font-size: 22px;
	font-weight: normal;
	margin-top: .5em;
	line-height: 1.5;
}
#saishingaku .sec-oc dl:first-of-type dd p {
	color: #de4d14;
	font-size: 25px;
	font-weight: bold;
	margin: 0 0 .25em 0;
	text-align: right;
}
#saishingaku .sec-oc .button {
	max-width: 500px;
	margin: 2em auto 0;
}
#saishingaku .sec-oc .button a {
	background-color: #de4d14;
	border-radius: 30px;
	color: #fff;
	font-size: 18px;
	display: block;
	padding: 1em;
	position: relative;
	text-align: center;
	box-shadow: 7px 7px 3px rgba(190, 183, 183, 0.75);
}
#saishingaku .sec-oc .button a::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 10px;
	top: 0;
	bottom: 0;
	right: 2em;
	margin: auto;
	background: url(../img/society/arrow-right.png) no-repeat center/contain;
}
#saishingaku .sec-oc .button a:hover {
	opacity: .7;
}
@media screen and (max-width: 769px){
	#saishingaku .sec-oc p.cap {
		border-radius: 25px;
		font-size: 15px;
		line-height: 1.25;
	}
	#saishingaku .sec-oc p.cap::after{
		bottom: -9px;
		width: 10px;
		height: 10px;
	}
	#saishingaku .sec-oc dl {
		display: block;
		padding: 15px 0;
	}
	#saishingaku .sec-oc dl:first-of-type {
		margin-top: 0;
		padding-top: 15px;
	}
	#saishingaku .sec-oc dl dt {
		border-bottom-width: 3px;
		display: inline-block;
		font-size: 25px;
		margin-bottom: 5px;
	}
	#saishingaku .sec-oc dl dd {
		font-size: 25px;
		line-height: 1.3;
		padding: 0;
	}
	#saishingaku .sec-oc dl dd p {
		font-size: 18px;
		margin-top: .5em;
	}
	#saishingaku .sec-oc dl:first-of-type dd p {
		font-size: 18px;
		margin: 0;
		text-align: left;
	}
}


#saishingaku .tab-btn{
	display:none;
}
#saishingaku .tab-list-wrap{
	padding:0;
	margin: 0;
	list-style-type:none;
	display:flex;
	justify-content:space-between;
	max-width: 680px;
	margin: auto;
}
#saishingaku .tab-list-wrap li {
	display: block;
	width: 100%;
}
#saishingaku .tab-list{
	display:block;
	font-size: 18px;
	font-weight: bold;
	width: 95%;
	padding: 10px 0;
	text-align:center;
	background: #989898;
	border-top: 5px solid #989898;
	border-bottom: 5px solid #989898;
	box-sizing:border-box;
	cursor:pointer;
}
#saishingaku #tab-btn1:checked ~ .tab-list-wrap #tab-list1,
#saishingaku #tab-btn2:checked ~ .tab-list-wrap #tab-list2,
#saishingaku #tab-btn3:checked ~ .tab-list-wrap #tab-list3,
#saishingaku #tab-btn4:checked ~ .tab-list-wrap #tab-list4{
	background:#feeabc;
	border-top: 5px solid #de4d14;
	border-bottom: 5px solid #feeabc;
}
#saishingaku .tab-content{
	display:none;
}
#saishingaku #tab-btn1:checked ~ .tab-content-wrap #tab-content1,
#saishingaku #tab-btn2:checked ~ .tab-content-wrap #tab-content2,
#saishingaku #tab-btn3:checked ~ .tab-content-wrap #tab-content3,
#saishingaku #tab-btn4:checked ~ .tab-content-wrap #tab-content4{
	display: block;
}
@media screen and (max-width: 769px){
	#saishingaku .tab-list-wrap {
		width: 95%;
	}
	#saishingaku .tab-list {
		border-top: 3px solid #989898;
		border-bottom: 3px solid #989898;
		font-size: 13px;
		padding: 8px 0;
	}
	#saishingaku #tab-btn1:checked ~ .tab-list-wrap #tab-list1,
	#saishingaku #tab-btn2:checked ~ .tab-list-wrap #tab-list2,
	#saishingaku #tab-btn3:checked ~ .tab-list-wrap #tab-list3,
	#saishingaku #tab-btn4:checked ~ .tab-list-wrap #tab-list4{
		border-top: 3px solid #de4d14;
		border-bottom: 3px solid #feeabc;
	}
}





#saishingaku .catch_L {
  font-size: 27px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #saishingaku .catch_L {
    font-size: 1em;
	}
}
#saishingaku .btn {
    border: 1px solid #000;
    color: #fff;
    font-family: 'Noto Sans JP', Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 17px;
    text-align: center;
    padding: 15px;
    max-width: 600px;
    width: 90%;
    position: relative;
		display: block;
		margin: 10px auto;
		box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  #saishingaku .btn {
    padding: 10px;
    font-size: 1em;
    width: 100%;
	}
}
#saishingaku .btn span {
  background-color: #000;
  display: block;
  width: 100%;
  padding: 8px;
	box-sizing: border-box;
}
#saishingaku .btn:hover {
  background: none;
	text-decoration: none;
	opacity: .75;
}
#saishingaku .arrow-down {
  display: block;
  margin: auto;
  background-image: url(../img/society/arrow-down.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 60px;
  height: 70px;
}
@media only screen and (max-width: 750px) {
  #saishingaku .arrow-down {
    width: 30px;
    height: 35px;
	}
}
#saishingaku #tab-content3 .section-title {
  background-color: #fff;
	box-sizing: border-box;
  color: #595757;
  font-size: 30px;
  font-weight: 700;
  padding: 1rem 2rem;
  max-width: 860px;
  margin: 0 auto 3rem;
  text-align: center;
}
#saishingaku #tab-content3 .section-title span {
	font-size: 90%;
}
@media only screen and (max-width: 750px) {
  #saishingaku #tab-content3 .section-title {
    font-size: 1.1em;
    margin-bottom: 1rem;
    padding: 1rem 0;
	}
}
#saishingaku h3.title {
  background-color: #fff100;
	box-sizing: border-box;
  display: block;
  font-size: 30px;
  font-weight: 700;
  max-width: 600px;
  width: 100%;
	line-height: 1;
  margin: 0 auto 3rem;
  padding: 1rem 2rem;
  text-align: center;
}
#saishingaku h3.blue {
	background-color: #7dcdf9;
}
@media only screen and (max-width: 750px) {
  #saishingaku h3.title {
    font-size: 1.1em;
    margin-bottom: 1rem;
    padding: 0.6rem;
	}
}
#saishingaku .text-boder {
  background: linear-gradient(transparent 70%, #fff100 30%);
}
#saishingaku .text {
  font-size: 20px;
}
@media only screen and (max-width: 750px) {
  #saishingaku .text {
    font-size: 1em;
	}
}
/* #saishingaku .sec1 {
  color: #727171;
  margin-bottom: 0;
}
#saishingaku .sec1 img {
  width: 100%;
  height: auto;
  max-width: inherit;
}
#saishingaku .sec1 .lead {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 750px) {
  #saishingaku .sec1 .lead {
    margin-bottom: 2rem;
	}
}
#saishingaku .sec1 .text {
	font-size: 16px;
  text-align: center;
  line-height: 2;
}
@media only screen and (max-width: 750px) {
  #saishingaku .sec1 .text {
		font-size: 1em;
    line-height: 2;
	}
}
#saishingaku .sec1 .btn-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
	margin: auto;
}
@media only screen and (max-width: 750px) {
  #saishingaku .sec1 .btn-list {
    display: block;
	}
}
#saishingaku .sec1 .btn-list li {
	list-style: none;
  width: 30%;
}
@media only screen and (max-width: 750px) {
  #saishingaku .sec1 .btn-list li {
    width: 100%;
	}
}
#saishingaku .sec1 .btn-list li .btn {
  border-color: #727171;
	display: block;
margin: 10px auto;
cursor: pointer;
}
#saishingaku .sec1 .btn-list li .btn span {
	background-color: #feeabc;
	box-sizing: border-box;
}
#saishingaku .sec1 .btn-list li:first-child .btn span {
	background-color: #d6e6b4;
}
#saishingaku .sec1 .btn-list li:last-child .btn span {
  background-color: #f2cc29;
}
#saishingaku .sec1 .btn-list li .btn:hover {
	text-decoration: none;
	background: none;
	opacity: 0.75;
} */
/* #saishingaku .sec2 {
  background-color: #d6e6b4;
  text-align: center;
  margin-bottom: 0;
}
#saishingaku .sec2 .farm {
  margin: 5rem auto;
}
@media only screen and (max-width: 750px) {
  #saishingaku .sec2 .farm {
    margin: 3rem auto 0;
	}
}
#saishingaku .sec2 .image {
  max-width: 650px;
  margin: auto;
  margin-bottom: 2rem;
}
#saishingaku .sec2 .text {
  text-align: center;
  margin: 1rem auto;
}
#saishingaku .sec2 .btn {
  background-color: #fff100;
  border-color: #fff100;
  color: #fff100;
} */
#saishingaku .sec3 {
  background-color: #feeabc;
  color: #231815;
  margin-bottom: 0;
	padding: 0;
}
#saishingaku .sec3 .bg {
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #saishingaku .sec3 .bg .container {
    width: 94%;
	}
}
#saishingaku .sec3 .bg1 {
  background-color: rgba(255, 241, 0, 0.1);
  padding: 2rem;
  margin-top: -8%;
  position: relative;
  z-index: 0;
  padding: 4rem 2rem;
}
@media only screen and (max-width: 750px) {
  #saishingaku .sec3 .bg1 {
    padding: 2rem 1rem;
	}
}
#saishingaku .sec3 .bg2 {
  background-color: rgba(125, 205, 249, 0.1);
  padding: 4rem 2rem;
  margin-bottom: 2rem;
  margin-top: -8%;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 750px) {
  #saishingaku .sec3 .bg2 {
    padding: 10% 1rem;
	}
}
#saishingaku .sec3 .title {
  position: relative;
  z-index: 1;
}
#saishingaku .sec3 .lead {
  color: #e60012;
  font-weight: 700;
  font-size: 50px;
  text-align: center;
	margin: auto;
	line-height: 1.4;
}
@media only screen and (max-width: 750px) {
  #saishingaku .sec3 .lead {
    font-size: 1.3em;
	}
}
#saishingaku .sec3 .lead strong {
  font-size: 100px;
}
@media only screen and (max-width: 750px) {
  #saishingaku .sec3 .lead strong {
    font-size: 2em;
	}
}
#saishingaku .sec3 .lead .text-boder {
  font-size: 60px;
	font-weight: 700;
}
@media only screen and (max-width: 750px) {
  #saishingaku .sec3 .lead .text-boder {
    font-size: 1.1em;
	}
}
#saishingaku .sec3 h4 {
  border-bottom: 1px solid #000;
  font-size: 28px;
  font-weight: 700;
	line-height: 1.4em;
	margin: 1.5em 0 3rem;
}
@media only screen and (max-width: 750px) {
  #saishingaku .sec3 h4 {
    font-size: 1.1em;
    margin-bottom: 1rem;
    text-align: center;
	}
}
#saishingaku .sec3 h4 small {
  display: inline-block;
  font-size: 0.8em;
}
@media only screen and (max-width: 750px) {
  #saishingaku .sec3 h4 small {
    text-align: left;
    font-size: 0.7em;
	}
}
#saishingaku .sec3 .sub_title {
  border: 0;
	font-weight: 700;
	margin-bottom: 1.5rem;
  text-align: center;
}
#saishingaku .sec3 .list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
	list-style: none;
	margin-left: 0;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 750px) {
  #saishingaku .sec3 .list {
    margin-bottom: 1rem;
    overflow: hidden;
    position: relative;
	}
}
#saishingaku .sec3 .list li {
  width: 29%;
}
@media only screen and (max-width: 750px) {
  #saishingaku .sec3 .list li {
    width: 31%;
	}
}
#saishingaku .sec3 .list .image {
	margin-bottom: 0;
  position: relative;
}
#saishingaku .sec3 .list .image .icon-01 {
  position: absolute;
  width: 15%;
  height: 15%;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -19%;
  background-image: url(../img/society/icon-01.png);
  background-repeat: no-repeat;
  background-size: contain; }
@media only screen and (max-width: 750px) {
  #saishingaku .sec3 .list .image .icon-01 {
    width: 10%;
    height: 10%;
    right: -11%;
	}
}
#saishingaku .sec3 .list .image .icon-02 {
  position: absolute;
  width: 15%;
  height: 15%;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -19%;
  background-image: url(../img/society/icon-02.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 750px) {
  #saishingaku .sec3 .list .image .icon-02 {
    width: 10%;
    height: 10%;
    right: -11%;
	}
}
#saishingaku .sec3 .list span {
  font-size: 11px;
  line-height: 1.4;
  margin-top: 5px;
}
#saishingaku .sec3 small {
  font-size: 11px;
  line-height: 1.4;
  margin-bottom: .75rem;
  display: block;
}
#saishingaku .sec3 .farm {
  margin-top: 4rem;
}
@media only screen and (max-width: 750px) {
  #saishingaku .sec3 .farm {
    margin-top: 2rem;
	}
}
#saishingaku .sec3 .text {
	line-height: 1.5;
	margin-bottom: 0;
  text-align: center;
}
#saishingaku .sec3 .text.icon-03 {
  margin: 4rem auto;
  display: block;
}
@media only screen and (max-width: 750px) {
  #saishingaku .sec3 .text.icon-03 {
    margin: 2rem auto;
	}
}
#saishingaku .sec3 .text.icon-03 img {
  width: 50px;
  height: auto;
}
@media only screen and (max-width: 750px) {
  #saishingaku .sec3 .text.icon-03 img {
    width: 25px;
	}
}
#saishingaku .sec3 .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  top: 0;
  left: 0;
}
#saishingaku .sec3 .list-disc {
  display: inline-block;
  margin: 1.5rem auto;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  #saishingaku .sec3 .list-disc {
    max-width: 500px;
	}
}
#saishingaku .sec3 .list-disc li {
	list-style: none;
	line-height: 1.55;
  padding-left: 1em;
  text-indent: -1em;
}
#saishingaku .sec3 .flow {
	list-style: none;
	margin-left: 0;
  margin-bottom: 6rem;
	box-shadow:none;
}
@media only screen and (max-width: 750px) {
  #saishingaku .sec3 .flow {
    margin-bottom: 2rem;
	}
}
#saishingaku .sec3 .flow li {
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 750px) {
  #saishingaku .sec3 .flow li {
    margin-bottom: 1rem;
	}
}
#saishingaku .sec3 .flow h4 {
  border: none;
  font-size: 28px;
	font-weight: 700;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 750px) {
  #saishingaku .sec3 .flow h4 {
    font-size: 1.1em;
    margin: 0.5rem;
	}
}
#saishingaku .sec3 .flow .number {
  background-color: #f7c5db;
  color: #fff;
  display: block;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  margin: auto;
  width: 60px;
  border-radius: 30px;
}
@media only screen and (max-width: 750px) {
  #saishingaku .sec3 .flow .number {
    font-size: 20px;
    width: 30px;
    line-height: 30px;
    height: 30px;
    margin-bottom: 5px;
	}
}
#saishingaku .sec3 .flow .text {
  margin-bottom: 1rem;
}
#saishingaku .sec3 .flow .image {
  max-width: 620px;
  margin: auto;
  width: 90%;
}
#saishingaku .sec3 .flow .image img {
	width: 100%;
}
#saishingaku .sec3 .school {
	box-sizing: border-box;
  max-width: 600px;
  margin: auto;
	background-color: #f8bd3b;
	padding: 0 15px 15px;
}
#saishingaku .sec3 .school li {
	background-color: #fff;
	list-style: none;
	padding: 3rem 0;
}
#saishingaku .sec3 .school a {
	color: #231815;
	display: block;
	font-size: 35px;
	font-weight:500;
	text-decoration: none;
	border: none;
	width: 70%;
	margin: auto;
	text-align: center;
}
@media only screen and (max-width: 750px) {
	#saishingaku .sec3 .school {
		padding: 0 10px 10px;
	}
  #saishingaku .sec3 .school li {
    padding: 1.5rem 0;
	}
	#saishingaku .sec3 .school a {
		font-size: 22px;
		width: 80%;
	}
}
#saishingaku .sec3 .sec3-about {
  max-width: 920px;
  margin: auto;
}
#saishingaku .sec3 .sec3-about .title {
  color: #e60012;
  font-size: 45px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
  max-width: inherit;
  background: none;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 750px) {
  #saishingaku .sec3 .sec3-about .title {
    font-size: 1.1em;
	}
}
#saishingaku .sec3 .sec3-about .sec3-about-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	list-style: none;
	margin: auto;
}
#saishingaku .sec3 .sec3-about .sec3-about-list li {
  width: 46%;
  background-color: #feeabc;
	border-radius: 8px;
	box-sizing: border-box;
  padding: 1.5rem 1.5rem 10rem;
	position: relative;
  margin-bottom: 8%;
	list-style: none;
}
#saishingaku .sec3 .sec3-about .sec3-about-list li:nth-child(5){
	margin: auto;
}
@media only screen and (max-width: 750px) {
  #saishingaku .sec3 .sec3-about .sec3-about-list li {
    width: 100%;
    padding: 0.8rem;
	}
}
#saishingaku .sec3 .sec3-about .sec3-about-list h4 {
  background-color: #fff;
	border-radius: 8px;
  border: none;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
	margin-top: inherit;
  margin-bottom: 1rem;
  padding: 5px;
}
@media only screen and (max-width: 750px) {
  #saishingaku .sec3 .sec3-about .sec3-about-list h4 {
      font-size: 1em;
	}
}
#saishingaku .sec3 .sec3-about .sec3-about-list .text {
  font-size: 20px;
	line-height: 30px;
  margin-bottom: 0;
	font-feature-settings: "palt";
}
@media only screen and (max-width: 750px) {
  #saishingaku .sec3 .sec3-about .sec3-about-list .text {
    font-size: 1em;
	}
}
#saishingaku .sec3 .sec3-about .sec3-about-list .text-strong {
  color: #e60012;
  font-size: 25px;
  font-weight: 700;
	line-height: 35px;
	margin-bottom: 0;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #saishingaku .sec3 .sec3-about .sec3-about-list .text-strong {
    font-size: 1em;
	}
}
#saishingaku .sec3 .sec3-about .sec3-about-list .arrow-down {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: auto;
}
@media only screen and (max-width: 750px) {
  #saishingaku .sec3 .sec3-about .sec3-about-list .arrow-down {
    position: static;
	}
}
#saishingaku .sec3 .sec3-about .sec3-about-list .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 1rem auto;
  background-color: #feeabc;
  border-color: #727171;
  font-size: 15px;
  max-width: 280px;
  padding: 10px;
}
@media only screen and (max-width: 750px) {
  #saishingaku .sec3 .sec3-about .sec3-about-list .btn {
    position: static;
    margin: auto;
    font-size: 1em;
	}
}
#saishingaku .sec3 .sec3-about .sec3-about-list .btn span {
  background-color: #727171;
}
#saishingaku .sec3 .sec3-about .text-small {
  font-size: 15px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #saishingaku .sec3 .sec3-about .text-small {
    font-size: 0.8em;
	}
}
#saishingaku .sec3 .sec3-about .text-more {
  color: #727171;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #saishingaku .sec3 .sec3-about .text-more {
    font-size: 1.1em;
	}
}
#saishingaku .sec3 .sec3-about .btn {
  max-width: 360px;
  margin: auto;
}
#saishingaku .sec3 .sec3-about .btn span {
  background-color: #727171;
}
#saishingaku .sec4 {
  color: #666767;
  margin-bottom: 0;
}
#saishingaku .sec4 .container {
  padding: 0;
}


#saishingaku #voice .bnr {
  max-width: 1130px;
  margin: auto;
}


@media screen and (min-width: 1151px){
#saishingaku .sp,
#saishingaku .tab {
    display: none;
}
}

@media screen and (min-width: 751px){
#saishingaku .sp {
    display: none;
}
}
@media screen and (max-width: 750px){
#saishingaku .pc {
    display: none;
}
}




#saishingaku #tab-content1 {
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#saishingaku #tab-content1 img {
	width: 100%;
}
#saishingaku #tab-content1 .flex-box {
	display: flex;
	flex-wrap: wrap;
	margin: 20px auto;
}
#saishingaku #tab-content1 .flex-box .imgBox {
	margin-left: -5%;
	width: 50%;
}
#saishingaku #tab-content1 .flex-box .txtBox {
	width: 55%;
}
#saishingaku #tab-content1 .about .text {
	color: #de4d14;
	font-size: 36px;
	font-weight: bold;
}
#saishingaku #tab-content1 .about .text2 {
	color: #595757;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.75;
	margin: 1em 0 1.5em;
	text-align: center;
}
#saishingaku #tab-content1 .about .time {
	color: #b40005;
	max-width: 710px;
	margin: 0 auto 5%;
	text-align: center;
}
#saishingaku #tab-content1 .about .time p {
	border-top: 1px solid #b40005;
	border-bottom: 1px solid #b40005;
	font-size: 35px;
	font-weight: bold;
	padding: 15px 0;
}
#saishingaku #tab-content1 .about .time small {
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
}
#saishingaku #tab-content1 .step p {
	border: 1px solid #de4d14;
	color: #de4d14;
	font-size: 45px;
	font-weight: bold;
	margin-bottom: 60px;
}
#saishingaku #tab-content1 .step ul li {
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	padding-bottom: 80px;
	position: relative;
}
#saishingaku #tab-content1 .step ul li:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 25%;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 19px 19px 0 19px;
	border-color: #de4d14 transparent transparent transparent;
}
#saishingaku #tab-content1 .step ul li:last-child::after {
	content: none;
}
#saishingaku #tab-content1 .step ul li span {
	display: table-cell;
}
#saishingaku #tab-content1 .step ul li span:first-child {
	color: #de4d14;
	padding-right: 1em;
}
#saishingaku #tab-content1 .line-btn {
	max-width: 500px;
	margin: auto;
}
#saishingaku #tab-content1 .line-btn a {
	background-color: #00b800;
	border-radius: 30px;
	color: #fff;
	font-size: 18px;
	display: block;
	padding: 1em;
	position: relative;
	text-align: center;
	box-shadow: 7px 7px 3px rgba(190, 183, 183, 0.75);
}
#saishingaku #tab-content1 .line-btn a::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 10px;
	top: 0;
	bottom: 0;
	right: 2em;
	margin: auto;
	background: url(../img/society/arrow-right.png) no-repeat center/contain;
}
#saishingaku #tab-content1 .line-btn a:hover {
	opacity: .7;
}
@media screen and (max-width: 769px){
	#saishingaku #tab-content1.sec3 .bg .container {
		width: 90%;
	}
	#saishingaku #tab-content1 .flex-box {
		flex-direction: column-reverse;
	}
	#saishingaku #tab-content1 .flex-box .imgBox {
		margin-left: 0;
		margin-top: -5%;
		width: 80%;
	}
	#saishingaku #tab-content1 .flex-box .txtBox {
		width: 100%;
	}
	#saishingaku #tab-content1 .about .text {
		font-size: 18px;
	}
	#saishingaku #tab-content1 .about .text2 {
		font-size: 14px;
	}
	#saishingaku #tab-content1 .about .time {
		margin: 0 auto 10%;
		width: 90%;
	}
	#saishingaku #tab-content1 .about .time p {
		font-size: 22px;
		line-height: 28px;
		padding: 5px 0;
	}
	#saishingaku #tab-content1 .about .time small {
		font-size: 14px;
		margin-top: 5px;
	}
	#saishingaku #tab-content1 .step p {
		font-size: 25px;
		margin-bottom: 8%;
	}
	#saishingaku #tab-content1 .step ul li {
		font-size: 16px;
		line-height: 25px;
		padding-bottom: 50px;
	}
	#saishingaku #tab-content1 .step ul li:after {
		bottom: 23%;
		border-width: 12px 12px 0 12px;
	}
	#saishingaku #tab-content1 .step ul li:last-child {
		padding-bottom: 30px;
	}
	#saishingaku #tab-content1 .line-btn {
		padding-bottom: 8%;
	}
	#saishingaku #tab-content1 .line-btn a {
		font-size: 15px;
	}
}





#saishingaku #tab-content2 {
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#saishingaku #tab-content2 img {
	width: 100%;
}
#saishingaku #tab-content2 .section-title {
	background-color: #de4d14;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	padding: 8px;
	text-align: center;
}
#saishingaku #tab-content2 .lead {
	color: #595757;
	font-size: 30px;
	margin: 1.5em 0;
}
#saishingaku #tab-content2 h3 {
	background-color: #feeabc;
	color: #de4d14;
	font-family:'Noto Sans JP';
	font-size: 25px;
	font-weight: 900;
	margin-bottom: 10px;
	padding: 8px 10px;
}
#saishingaku #tab-content2 h3 small {
	color: #000;
	display: inline-block;
	font-size: 60%;
	font-weight: 700;
	margin: auto;
	padding-left: 5px;
}
#saishingaku #tab-content2 .flex-box {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 3em;
}
#saishingaku #tab-content2 .flex-box ul {
	width: 84%;
}
#saishingaku #tab-content2 .flex-box ul li {
	border-bottom: 1px dotted #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	padding: 8px 0;
}
#saishingaku #tab-content2 .flex-box ul li span {
	display: table-cell;
}
#saishingaku #tab-content2 .flex-box ul li span:first-child {
	text-align: center;
	width: 120px
}
#saishingaku #tab-content2 .flex-box ul li span.color01 {
	color: #009b8c;
	border: 1px solid #009b8c;}
#saishingaku #tab-content2 .flex-box ul li span.color02 {
	color: #3ebbde;
	border: 1px solid #3ebbde;}
#saishingaku #tab-content2 .flex-box ul li span.color03 {
	color: #e95c42;
	border: 1px solid #e95c42;}
#saishingaku #tab-content2 .flex-box ul li span.color04 {
	color: #a38e69;
	border: 1px solid #a38e69;}
#saishingaku #tab-content2 .flex-box ul li span.color05 {
	color: #eb798b;
	border: 1px solid #eb798b;}
#saishingaku #tab-content2 .flex-box ul li span:last-child {
	padding-left: 5px;
	width: calc(100% - 120px);
}
#saishingaku #tab-content2 .flex-box .img {
	width: 15%;
}
#saishingaku #tab-content2 .kyujin {
	align-items: flex-start;
	margin-top: 20px;
}
#saishingaku #tab-content2 .kyujin p {
	width: 220px;
}
#saishingaku #tab-content2 .kyujin ul {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: 10px;
	width: calc(100% - 230px);
}
#saishingaku #tab-content2 .kyujin ul li {
	border: none;
	line-height: 0;
	padding: 0 0 10px;
	width: 32%;
}
#saishingaku #tab-content2 .kyujin ul li:nth-child(n+4){
	border-top: 1px dotted #000;
	padding-top: 10px;
}
#saishingaku #tab-content2 .support {
	align-items: flex-start;
}
#saishingaku #tab-content2 .support .box {
	width: 32%;
}
#saishingaku #tab-content2 .support .box .head {
	font-size: 18px;
	font-weight: bold;
	margin: .75em 0 .5em;
	text-align: center;
}
#saishingaku #tab-content2 .support .box .text {
	font-size: 14px;
	line-height: 1.75;
	text-align: left;
}
#saishingaku #tab-content2 .message {
	align-items: inherit;
	margin-bottom: 0;
}
#saishingaku #tab-content2 .message .box1 {
	background: #ededee;
	width: 59%;
}
#saishingaku #tab-content2 .message .box1 .head {
	background: #fff;
	line-height: 0;
}
#saishingaku #tab-content2 .message .box1 .head img {
	width: 363px;}
#saishingaku #tab-content2 .message .box1 .content {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	margin-top: -2px;
	padding: 20px;
}
#saishingaku #tab-content2 .message .box1 .img {
	margin-right: 2%;
	margin-top: 0;
	max-width: 100%;
	width: 48%;
}
#saishingaku #tab-content2 .message .box1 .txt {
	width: 50%;
}
#saishingaku #tab-content2 .message .box2 {
	background: #ededee;
	width: 40%;}
#saishingaku #tab-content2 .message .box2 .content {
	box-sizing: border-box;
	margin-top: -2px;
	padding: 20px;
}
#saishingaku #tab-content2 .message .box2 .img {
	margin-top: 0;
	max-width: 100%;
	width: 100%;
}
#saishingaku #tab-content2 .message .content dl {
	margin-top: 5px;
}
#saishingaku #tab-content2 .message .content dl dt {
	color: #002f7c;
	font-size: 16px;
	font-weight: bold;
}
#saishingaku #tab-content2 .message .content dl dd {
	font-size: 14px;
}
@media screen and (max-width: 769px){
	#saishingaku #tab-content2 .section-title {
		font-size: 22px;
		padding: 10px;
	}
	#saishingaku #tab-content2 .lead {
		font-size: 16px;
	}
	#saishingaku #tab-content2 h3 {
		font-size: 20px;
	}
	#saishingaku #tab-content2 .flex-box {
		display: block;
	}
	#saishingaku #tab-content2 .flex-box ul {
		width: 100%;
	}
	#saishingaku #tab-content2 .flex-box ul li {
		font-size: 14px;
		padding: 10px 0;
	}
	#saishingaku #tab-content2 .flex-box ul li span {
		display: block;
	}
	#saishingaku #tab-content2 .flex-box ul li span:first-child {
		margin-bottom: 5px;
		width: 100%;
	}
	#saishingaku #tab-content2 .flex-box ul li span:last-child {
		padding-left: 0;
		width: 100%;
	}
	#saishingaku #tab-content2 .flex-box .img {
		margin: 15px auto 0;
		max-width: 300px;
		width: 100%;
	}
	#saishingaku #tab-content2 .kyujin p {
		width: 100%;
	}
	#saishingaku #tab-content2 .kyujin ul {
		margin: auto;
		width: 100%;
	}
	#saishingaku #tab-content2 .kyujin ul li {
		border-top: 1px dotted #000;
		width: 48%;
	}
	#saishingaku #tab-content2 .support .box {
		margin-bottom: 15px;
		width: 100%;
	}
	#saishingaku #tab-content2 .message .box1 {
		width: 100%;
	}
	#saishingaku #tab-content2 .message .box2 {
		margin-top: 15px;
		width: 100%;
	}
	#saishingaku #tab-content2 .message .box1 .content{
		padding: 10px;
	}
	#saishingaku #tab-content2 .message .box1 .img {
		margin-right: 0;
		width: 100%;
	}
	#saishingaku #tab-content2 .message .box1 .txt {
		width: 100%;
	}
	#saishingaku #tab-content2 .message .box2 .content {
		padding: 10px;
	}
	#saishingaku #tab-content2 .message .content dl dt {
		font-size: 14px;
	}
	#saishingaku #tab-content2 .message .content dl dd {
		font-size: 12px;
	}
}
