@charset "UTF-8";

/* contents
===================================*/
#contents.philosophy{
    padding-bottom: 5em;
}
@media screen and (max-width: 768px) {
#contents.philosophy{
    padding-bottom: 3em;
}
}

/* mainimage
===================================*/
#mainimage.philosophy{
    background-image: url("../images/philosophy/MainVisual.png");
}
@media screen and (max-width: 768px) {
#mainimage.philosophy {
    /*background-position: right bottom;*/
  }
}
#mainimage.philosophy .logo{
    position: absolute;
    max-width: 1100px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
#mainimage.philosophy .logo{
     width: auto;
    left: 5%;
    transform: translateX(-0%);
    top: 30%;
}
}

#mainimage.philosophy .logo img{
    max-width: 345px;
   height: auto;
}
@media screen and (max-width: 768px) {
#mainimage.philosophy .logo img{
    max-width: 140px;
    height: auto;
}
}


/* philosophy
===================================*/

#philosophy {
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: -100px;
}
@media screen and (max-width: 768px) {
#philosophy {
    margin-top: -50px;
}
}

#philosophy .inner {
    max-width: 1180px; /*1100px*/
}

#philosophy .contbox {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #EBEBEB;
    padding: 4em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 4em;
}

@media screen and (max-width: 768px) {
#philosophy .contbox {
    padding: 2em;
    margin-bottom: 2em;
}
}

#philosophy .imgbox{
    text-align: center;
    margin: 2em 0;
}
@media screen and (max-width: 480px) {
#philosophy .imgbox{
    margin: 1em 0;
}
}

#philosophy p.lead{
	font-size: 1.6rem;
    line-height: 2.0;
    text-align: center;
    margin-bottom: 2em;
}

@media screen and (max-width: 480px) {
#philosophy p.lead{
	font-size: 1.4rem;
    text-align: justify;
}
}

/* information */

#philosophy .information{
    max-width: 740px;
    width: auto;
    margin: 3em auto 0;
}

#philosophy .information dl{
	margin-bottom: 1em;
    display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#philosophy .information dl:last-child{
	margin-bottom: 0;
}

#philosophy .information dt,
#philosophy .information dd{
    font-size: 1.8rem;
    font-weight: 500;
    vertical-align: top;
}

#philosophy .information dt{
    width: 160px;
    font-weight: 400;
    background-color: #FFFFFF;
    border: 1px solid #072076;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    text-align: center;
    color: #072076;
    margin-right: 40px;
}

#philosophy .information dd{
    width: calc(100%-200px);
	text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
}

@media screen and (max-width: 768px) {
#philosophy .information dt,
#philosophy .information dd{
    font-size: 1.4rem;
}
#philosophy .information dt{
    width: 100%;
    margin: 0 auto;
}
#philosophy .information dd{
    width: 100%;
    margin: 0 auto;
}
} /*@mediaEnd*/

