/* =================================
------------------------------------
  Riddle - Portfolio
  Version: 1.0
 ------------------------------------ 
 ====================================*/

/*------------------------
  field メインビジュアル
--------------------------*/
#header-container {
	background-color: #FFF;
}

#field-photo-section {
	top:0;
    left: 0;
	position: fixed;
	display: block;
	height: 800px;
	width: 100%;
	background:url("../img/second/bg-field_2022.jpg")top center no-repeat;
	background-size:cover;
	animation: fadeIn 3.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 3.5s ease 0s 1 normal;
	z-index: -10;!important;
}
@media only screen and (max-width: 750px) {
#field-photo-section {
	top:100px;
	height: 500px;
	background:url("../img/second/bg-field_2022_sp.jpg") no-repeat;
	background-size:contain;
	background-color: #194f9c;
}
}

/*------------------------
  field-introduction
--------------------------*/
#field-introduction {
	max-width: 1300px;
	width: 98%;
	margin-top:-100px;
	background: #FFFFFF;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	display: block;
}
@media only screen and (max-width: 750px) {
#field-introduction {
	width: 100%;
}
}
#field-introduction h3 {
	width: 100%;
	padding: 60px 20px 40px;
	font-size: 3.2rem;
	line-height: 1.4;
	letter-spacing: 0.15em;
	font-family: yu-mincho-pr6n, sans-serif;
	box-sizing:border-box;/*paddingでwidthを広げない処理*/
}
@media only screen and (max-width: 750px) {
#field-introduction h3 {
	font-size: 1.8rem;
	padding: 40px 15px 20px;
	letter-spacing: 0.1em;
}
}
#field-introduction img {
	width: 250px;
	max-width: 100%;
}
#field-introduction .wordcloud img {
	width:57%;
	max-width: 100%;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 750px) {
#field-introduction .wordcloud img {
	width:80%;
	max-width: 100%;
	margin-bottom: 20px;
}
}
#field-introduction p{
	padding: 0px 0 45px;
	font-size: 1.6rem;
	line-height: 2;
	font-family: yu-mincho-pr6n, sans-serif;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
#field-introduction p{
	padding: 0 10px 0px 10px;
	font-size: 1.2rem;
	line-height: 1.7;
	letter-spacing: 0em;
	margin-bottom: 10px;
}
}
#field-introduction h4 {
	width: 100%;
	padding: 20px 20px 20px;
	font-size: 3.0rem;
	line-height: 1.4;
	letter-spacing: 0.15em;
	font-family: yu-mincho-pr6n, sans-serif;
	box-sizing:border-box;/*paddingでwidthを広げない処理*/
}
@media only screen and (max-width: 750px) {
#field-introduction h4 {
	font-size: 2.0rem;
	padding: 20px 15px 20px;
	letter-spacing: 0.1em;
}
}


/*------------------------
  field-contents
--------------------------*/

.field-contents-container {
	max-width: 1300px;
	width: 98%;
	background: #FFF;
	margin-left: auto;
	margin-right: auto;
	box-sizing:border-box;/*paddingでwidthを広げない処理*/
	padding: 20px 40px 20px;

}
@media only screen and (max-width: 750px) {
.field-contents-container {
	width: 100%;
	padding: 20px 20px 10px;
}
}
.sub_ttl-blue{
	width: 100%;
}
.sub_ttl-blue h3 {
	display: inline-block;
	text-align: center;
	width: 100%;
	height: 120px;
	font-family: yu-mincho-pr6n, sans-serif;
	background: url("../img/common/bg-ttl-blue.png") center top no-repeat;
}
.sub_ttl-blue h3 span.primary {
	display: block;
	padding-top: 44px;
	font-size: 3.2rem;
	font-family: yu-mincho-pr6n, sans-serif;
	line-height: 1;
	letter-spacing: 0.15em;
	color: #194f9c;
}
@media only screen and (max-width: 750px) {
.sub_ttl-blue h3 {
	height: 90px;
	background-size: 90px;
}
.sub_ttl-blue h3 span.primary {
	padding-top: 33px;
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: 0em;
}
}
.field-contents-container .primary-sub{
	padding: 20px 0 20px;
	font-size: 1.6rem;
	line-height: 2;
	font-family: yu-mincho-pr6n, sans-serif;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
.field-contents-container .primary-sub{
	padding: 10px 10px 0px 10px;
	font-size: 1.2rem;
	line-height: 1.7;
	letter-spacing: 0em;
}
}
.field-contents-01-outer {
	display: flex;
	padding: 10px 20px 10px;
	text-align: center;
}
@media only screen and (max-width: 750px) {
.field-contents-01-outer {
	padding: 10px 0 0;
	flex-direction: row;
    flex-wrap: wrap;/*display: flex;を段組に*/
	width: 100%;
}
}
.field-contents-01-inner {
	width: 25%;
	padding: 0 10px 0 10px;
	display:flex;/*ボックスの高さを揃える*/ 
	flex-direction:column;/*ボックスの高さを揃える*/ 
}
@media only screen and (max-width: 750px) {
.field-contents-01-inner {
	width: 50%;
	padding: 0px 3px;
	margin-bottom: 10px;
}
}
.field-contents-01-inner img {
	width: 100%;
}
@media only screen and (max-width: 750px) {
.field-contents-01-inner img {
	width: 100%;
}
}
.field-curriculum img {
	width:600px;
	max-width: 100%;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 750px) {
.field-curriculum img {
	width:80%;
	max-width: 100%;
	padding-bottom: 10px;
}
}
.field-contents-01-inner h5 {
	font-size: 2.2rem;
	line-height: 1.4;
	padding: 10px 0 0;
	letter-spacing: 0.07em;
	font-family: yu-mincho-pr6n, sans-serif;
	box-sizing:border-box;/*paddingでwidthを広げない処理*/
}
@media only screen and (max-width: 750px) {
.field-contents-01-inner h5{
	font-size: 1.6rem;
	padding: 5px 0 3px;
	letter-spacing: 0.07em;
}
}
.field-contents-01-inner h6 {
	font-size: 1.8rem;
	line-height: 1.4;
	padding: 0 0 5px;
	letter-spacing: 0.07em;
	font-family: yu-mincho-pr6n, sans-serif;
	box-sizing:border-box;/*paddingでwidthを広げない処理*/
}
@media only screen and (max-width: 750px) {
.field-contents-01-inner h6{
	font-size: 1.4rem;
	padding: 3px 0 5px;
	letter-spacing: 0.07em;
}
}
.field-contents-01-inner .linebox{
	border:solid;
	border-width: 4px 0 0 0;
	background-color: #ececec;
	padding: 20px 15px;
	font-size: 1.4rem;
	text-align: left;
	flex-grow:1;/*ボックスの高さを揃える*/ 
}
@media only screen and (max-width: 750px) {
.field-contents-01-inner .linebox{
	font-size: 1.2rem;
}
}

.field-contents-01-inner p{
	padding: 10px 5px 5px;
	font-size: 1.3rem;
	letter-spacing: 0em;
	text-align: left;
	color: #000;
}


@media only screen and (max-width: 750px) {
.field-contents-01-inner p{
	font-size: 1.2rem;
	letter-spacing: 0em;
}
}


.btn--field,
a.btn--field {
  color: #fff;
  font-size: 1.3rem;
}
.btn--field:hover,
a.btn--field:hover {
  color: #fff;
   opacity: 0.5;
}

a.btn--radius {
   border-radius: 100vh;
	padding: 6px 5px 5px;
	width: 80%;
	margin: 10px auto 5px;
}
@media only screen and (max-width: 750px) {
.btn--field,
a.btn--field {
	font-size: 1.1rem;
	letter-spacing: 0em;
}
a.btn--radius {
	width: 90%;
}
}


.faq-ttl{
	width: 80%;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.8rem;
	font-family: yu-mincho-pr6n, sans-serif;
	letter-spacing: 0em;
	text-align: center;
}
@media only screen and (max-width: 750px) {
.faq-ttl{
	width: 98%;
	font-size: 1.4rem;
}
}
.faq-ttl p{
	padding-top: 5px;
}
.faq-box{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
@media only screen and (max-width: 750px) {
.faq-box{
	width: 98%;
}
}
.faq-box li{
	font-size: 1.6rem;
	background: url(../img/second/obj-field-05_2023.png) left 0px top 3px no-repeat;
	background-size: 25px auto;
	padding: 12px 0 20px 35px;
	margin-bottom: 20px;
	color: #BE82B8;
	font-weight: 600;
}
.faq-box li:last-child{
	font-size: 1.4rem;
	background: url(../img/second/obj-field-06_2023.png) left 0px top 3px no-repeat;
	background-size: 25px auto;
	padding: 0px 0 5px 35px;
	margin-left: 40px;
	font-weight: 400;
	color: #000;
}
@media only screen and (max-width: 750px) {
.faq-box li{
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.faq-box li:last-child{
	font-size: 1.2rem;
}
}