@media (min-width: 768px) {
    .sp {
      display: none !important;
    }
  }
  @media (max-width: 767px) {
    .pc {
      display: none !important;
    }
  }

.bg_gray{
  background: #eee;
}

p.ttl_area {
  border-bottom: #ea5621 solid 3px;
  position: relative;

  font-family: "M PLUS 1p", sans-serif;
  font-size: 3.8rem;
  line-height: normal;

  padding: 0 0 0px 15px;
  

  span.icon {
    position: absolute;
    bottom: -12px;
    left: -32px;
    img {
      width: 35px;
      height: 40px;
    }
  }

  span.small{
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  p.ttl_area {
    font-size: 2.6rem;
    line-height: 3.6rem;
    margin-left: 30px;
    padding: 0 0 0 8px;

    span.icon {
    bottom: -10px;
    left: -30px;

      img {
        width: 30px;
        height: 34px;
      }
    }
    span.small{
      font-size: 2.8vw;
    }

  }
}

span.plus{
  display: inline-block;
  vertical-align: top;
  margin-top: -2px;
}

/*============================
#about
============================*/
main#about {
  font-family: "Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif;

  section.contents_page {
		section.about_company {

      div.wrap {
        max-width: 1000px;
        margin: 0 auto;
        padding: 100px 0;

				div.about_text {
          background: url(/assets/img/about_company_bg.a2ac2c30.png) no-repeat bottom 180px right 5px;
          background-size: 50% ;
          padding: 30px;
          width: 940px;
          box-sizing: border-box;
          margin: 40px auto;
          -webkit-box-shadow: 0px 1.61319px 4.03297px 0px rgba(0, 0, 0, 0.30);
          box-shadow: 0px 1.61319px 4.03297px 0px rgba(0, 0, 0, 0.30);

          p.text {
            font-size: 2.4rem;
            margin-bottom: 40px;
					}
					p.company_logo {
            text-align: center;
            padding: 40px 0 70px 0;
						img {
              width: 86%;
						}
					}
				}
			}
      @media (max-width: 767px) {
        div.wrap {
          padding: 50px 0;
  
          div.about_text {
            padding: 20px;
            width: 90%;
  
            p.text {
              font-size: 1.8rem;
              margin-bottom: 20px;
            }
            p.company_logo {
              text-align: center;
              padding: 20px 0;
              img {
                width: 100%;
              }
            }
          }
        }

      }
		}
		section.about_lsg_area {
			div.wrap {
        max-width: 1000px;
        margin: 0 auto;
        padding: 100px 0;

				div.content_area {
          margin: 40px 0;
					p.text {
            margin-bottom: 40px;
            font-size: 2.0rem;
						span.emp {
              color: #c75b1a;
						}
					}
					ol {
            border: #030303 solid 2px;
            border-radius: 5px;
            background: #fff;
            box-sizing: border-box;
            width: 1000px;
            display: flex;
            justify-content: space-between;
            margin-bottom: 40px;

            li {
              position: relative;
              text-align: center;
              padding: 35px 0;

              p.frame_name {
                display: table;
                margin: 0 auto;
                font-family: "M PLUS 1p", sans-serif;
                font-size: 1.8rem;
                font-weight: 500;

                span.boder{
                  background: linear-gradient(transparent 60%, #fff16c 60%);
                }
							}
              p.desc {
                font-size: 1.4rem;
                line-height: 1.4;
                margin-top: 5px;
							}
							p.arrow {
                position: absolute;
                top: 5px;
                left: -2px;
								img {
                  width: 25px;
                  height: 36px;
								}
							}
						}
            li:nth-of-type(1),li:nth-of-type(5){
              width: 200px;
            }
            li:nth-of-type(3){
              width: 228px;
            }
            li:nth-of-type(2),li:nth-of-type(4){
              width: 180px;
            }
            li:nth-of-type(odd){
              background: #efefef;
            }
            li:nth-of-type(even){
              background: #f8e3db;
            }
					}
				}
				ul {
          display: flex;
          justify-content: space-between;
          width: 98%;
          margin: 0 auto;

          li {
            background: #fff;
            border: #030303 solid 2px;
            border-radius: 5px;
            width: 33%;
            padding: 20px 10px;
            box-sizing: border-box;

            p.icon {
              text-align: center;
							img {
                width: 40%;
							}
						}
						p.box_title {
              background: #ececec;
              border-radius: 10px;
              font-size: 1.7rem;
              line-height: normal;
              color: #333;
              padding: 10px 0;
              text-align: center;
              min-height: 60px;
              margin: 20px 0;
						}
						p.box_desc {
              font-size: 1.6rem;
              line-height: normal;

						}
					}
				}
			}
      @media (max-width: 767px) {
        div.wrap {
          padding: 50px 0;
  
          div.content_area {
            width: 90%;
            margin: 40px auto;
            p.text {
              margin-bottom: 20px;
              font-size: 1.8rem;
            }
            ol {
              width: 80%;
              margin: 0 auto;
              flex-direction: column;

              margin-bottom: 20px;
  
              li {
                padding: 35px 0;
  
                p.arrow {
                  top: -5px;
                  left: calc(50% - 9px);
                  img {
                    width: 18px;
                    height: 25px;
                    transform: rotate(90deg);
                  }
                }
              }
              li:nth-of-type(1),li:nth-of-type(5){
                width: 100%;
              }
              li:nth-of-type(3){
                width: 100%;
              }
              li:nth-of-type(2),li:nth-of-type(4){
                width: 100%;
              }
              li:nth-of-type(odd){
                background: #efefef;
              }
              li:nth-of-type(even){
                background: #f8e3db;
              }
            }
          }
          ul {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            width: 94%;
            margin: 0 auto;
  
            li {
              width: 100%;
              display: flex;
              flex-wrap: wrap;
              align-items: center;
              padding: 5px;
              margin-bottom: 20px;
              box-sizing: border-box;
  
              p.icon {
                text-align: left;
                width: 30%;
                img {
                  width: 98%;
                }
              }
              p.box_title {
                width: 65%;
                font-size: 1.8rem;
                padding: 20px 10px;
                text-align: left;
                min-height: auto;
                margin: 20px 2%;
              }
              p.box_desc {
                font-size: 1.6rem;
                line-height: normal;
                padding: 0 3% 3%;
              }
            }
          }
        }
      }
		}
		section.outline_area {
			div.wrap {
        max-width: 1000px;
        margin: 0 auto;
        padding: 100px 0;

				div.content_area {
          margin-top: 40px;

          dl {
            width: 1000px;
            display: flex;
            align-items: stretch;
            background: #e9b58d;
            border-right: #fff solid 1px;
            border-bottom: #fff solid 1px;
            font-size: 1.8rem;

            dt {
              width: 250px;
              align-self: center;
              padding-left: 60px;
						}
						dd {
              padding: 20px 5px 20px 30px;
              box-sizing: border-box;
              border-left: #fff solid 1px;
              border-bottom: #fff solid 1px;
              width: 749px;
              
              a:hover{
                transition: .5s;
                color: #7758d3;
              }
						}
					}
          dl:nth-of-type(odd) dd{
            background: #ffeada;
          }
          dl:nth-of-type(even) dd{
            background: #fcfbf5;
          }
				}
			}
      @media (max-width: 767px) {
        div.wrap {
          padding: 50px 0;
  
          div.content_area {
            width: 90%;
            margin: 40px auto 0 auto;
  
            dl {
              width: 100%;
              display: flex;
              flex-direction: column;
              align-items: flex-start;
              font-size: 1.8rem;
  
              dt {
                width: 100%;
                align-self: flex-start;
                padding: 5px;
                
              }
              dd {
                width: 100%;
                padding: 10px 5px 10px 5px;
                font-size: 1.6rem;
                
              }
            }
            dl:nth-of-type(odd) dd{
              background: #fcfbf5;
            }
          }
        }

      }
		}
	}
}
