#message .inner {
  width: 100%;
  margin: 0px auto;
  padding-top: 0px; }
  @media screen and (min-width: 961px) {
    #message .inner {
      display: flex;
      justify-content: space-between; } }
#message .catchArea {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: clamp(2.5rem, 3vw, 3.8rem); }
  @media screen and (min-width: 961px) {
    #message .catchArea {
      width: 46%; } }
@media screen and (min-width: 961px) {
  #message .textArea {
    width: 50%; } }
#message .textArea p {
  line-height: 2.2; }

#overview {
  background: url("../images/company/logo_w.svg") no-repeat;
  background-color: #efe4e1; }
  @media screen and (min-width: 961px) {
    #overview {
      margin-left: 5%;
      margin-right: 5%;
      border-radius: 20px; } }
  @media screen and (max-width: 960px) {
    #overview {
      background-size: 40%;
      background-position: 95% 2%; } }
  @media screen and (min-width: 961px) {
    #overview {
      margin-left: 30px;
      margin-right: 30px;
      background-position: 95% 3%;
      background-size: 30%; } }
  #overview .inner {
    padding-left: 5%;
    padding-right: 5%; }
    @media screen and (min-width: 1281px) {
      #overview .inner {
        padding-left: 30px;
        padding-right: 30px; } }
  #overview h2.sectionTit {
    text-align: left; }
    #overview h2.sectionTit span {
      font-size: clamp(2.5rem, 4vw, 5rem) !important; }
  @media screen and (min-width: 961px) {
    #overview .ol {
      display: flex;
      justify-content: space-between; } }
  @media screen and (max-width: 960px) {
    #overview .ol .imgArea {
      max-width: 600px;
      margin-bottom: 40px; } }
  @media screen and (min-width: 961px) {
    #overview .ol .imgArea {
      width: 50%;
      padding-top: 150px; } }
  @media screen and (min-width: 961px) {
    #overview .ol .textArea {
      width: 45%; } }
  #overview .ol .imgArea {
    display: flex;
    justify-content: space-between; }
    #overview .ol .imgArea div {
      width: 47%; }
      #overview .ol .imgArea div:nth-child(2) {
        padding-top: 20%; }
      #overview .ol .imgArea div img {
        border-radius: 20px; }
  #overview .reverse {
    flex-direction: row-reverse; }
  #overview dl {
    border-bottom: 1px solid #3f3530;
    padding: 15px 0px; }
    #overview dl dt {
      font-weight: bold; }

#gMap iframe {
  display: block;
  width: 100%;
  height: 400px; }
  @media screen and (min-width: 768px) {
    #gMap iframe {
      height: 500px; } }

@media screen and (min-width: 961px) {
  #history .inner {
    padding-top: 0px; } }
@media screen and (min-width: 961px) {
  #history .sectionTit {
    text-align: left; } }
#history .inner {
  margin: 0px auto; }
  @media screen and (min-width: 961px) {
    #history .inner {
      display: flex;
      justify-content: space-between; } }
@media screen and (min-width: 961px) and (max-width: 1280px) {
  #history .titleArea {
    width: 200px; } }
@media screen and (min-width: 1281px) {
  #history .titleArea {
    width: 400px; } }
@media screen and (min-width: 961px) and (max-width: 1280px) {
  #history .textArea {
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px); } }
@media screen and (min-width: 1281px) {
  #history .textArea {
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px); } }
#history dl {
  border-bottom: 1px solid #cccccc;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #history dl dt {
    width: 80px; }
    @media screen and (min-width: 768px) {
      #history dl dt {
        width: 100px; } }
  #history dl dd {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px); }
    @media screen and (min-width: 768px) {
      #history dl dd {
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px); } }
