p{
  /* font-family: "游ゴシック", Yu Gothic, "メイリオ", Meiryo, sans-serif; */
  font-family: 'Montserrat', sans-serif;
}

img{
  border: 1px solid rgb(56, 52, 52);
}
.upper-container {
  width:100%;
  height: 200;
}

.header-img {
  padding-top: 50px;
  width:100%;
  max-width: 100%;
  height: auto;
}

.main {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.body-container {
  display:flex;
  position:relative;
  box-sizing:border-box;
  margin: auto;
  width: 100%;
  height: 100%;
  margin-top: 50px;
}

.left-container {
  width:350px;
  margin-top: 60px;
}

.column-pict{
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-bottom: 20px;
  font-family: 'object-fit: cover';
}

.column-content {
  position: relative;
  width: 100%;
  align-items: center;
}

.title-main{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold; 
  font-size: 26px;
}

.subtitle{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold; 
  font-size: 125%;
  margin-top: 30px;
  margin-left: 2%;
  white-space: nowrap;
}

.content-text1{
  font-family: '游ゴシック',sans-serif;
  margin-bottom: 30px;
  margin-left:3%;
  text-align: left;
  line-height: 2;
}

.content-text1 p{
  font-family: 'Montserrat', sans-serif;
}

.text-item{
  font-size:12px;
}

.text-li-title {
  color: rgb(212, 97, 31);
}

.image-container1 {
  display: block;
  width: 75%;
  height: 75%;
  margin: 0 auto;
}
.item {
  width: 50%;
  height: 50%;
}
.text {
  text-align: center;
  width: 100%;
}

.image-container2 {
  width:100%;
  height:100%;
}
.item {
  width: 100%;
  height: auto;
  margin-right: 14px;
}

.cont{
  margin-left:40px;
}

/*二分割画面*/
.column-left {
  object-fit: scale-down;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%
}
.column-right {
  width: 70%;
  margin-top: 20px;
  margin-left: 40px;
}

.conline{
  margin-top: 15px;
  margin-bottom: 15px;
}

.bottom-container {
  display: block;
  text-align: center;
  background-color: rgb(241, 241, 241);
  justify-content: center;
  margin-top: 50px;
}

.bottom-title {
  display:inline-block;
  width:55%;
  background-color: white;
  margin-top: 30px;
  margin-bottom: 30px;
}
.text {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold; 
  font-size: 18px;
  white-space: wrap;
  margin-left: auto;
  margin-right: auto;
}

.bottom-image-container {
  display: inline-block;
  width: 65%;
  height: auto;
  margin: auto;
}

.bottom-text {
  padding-bottom: 20px;
}

.value {
  font-size: 12px;
}