@charset "UTF-8";
/* --------------------
   Company
-------------------- */
/* -- #about -- */
#about{
   padding: 80px 0 80px;
   position: relative; }
#about .photo{
   right: -50%;
   top: 0;
   position: absolute;
   z-index: -1; }
#about .photo img{  width: 100%; }
#about .tag{ margin-bottom: 10px; }
#about h2{ margin-bottom: 30px; }
@media screen and (min-width: 769px){
   #about{padding: 180px 0; }
   #about .tag{ margin-bottom: 20px; }
   #about h2{ margin-bottom: 30px; }
   #about .photo{
      right: 0;
      position: absolute;
      width: 75%;
      right: 0;
      top: 120px;
      z-index: -1; }
   #about p{ width: 50%; } }
/* -- #greeting -- */
#greeting{
   margin-top: 80px;
}
#greeting .area{
   margin: auto;
   background-color: #fff;
   width: 90%;
   border-radius: 10px; }
#greeting .tag{
   background-color: #EFF9FB;
   margin-bottom: 20px; }
#greeting .wrap{ padding: 40px 0; }
#greeting .contents .flex{
   display: flex;
   flex-wrap: wrap;
   gap: 40px; }
#greeting .text{ width: 100%; }
#greeting .text h2{ margin-bottom: 20px; }
#greeting .text .right{ margin-top: 20px; }
#greeting .photo{ width: 100% ;}
#greeting .photo figure{
   width: 100%;
   border-radius: 10px;
   overflow: hidden; }
#greeting .photo img{ width: 100%; }
@media screen and (max-width: 480px){
   #greeting .photo figure{
      height: 300px;
      position: relative; }
   #greeting .photo img{
      object-fit: cover;
      width: 100%;
      height: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      position: absolute; }
}
@media screen and (min-width: 481px){
   #greeting .wrap{ padding: 60px 0; }} 
@media screen and (min-width: 769px){
   #greeting .tag{ margin-bottom: 40px; }
   #greeting{ margin-top: 120px; }
   #greeting .area{
      border-radius: 20px;
      width: calc(100% - 80px); }
   #greeting .wrap{ padding: 140px 0; }
   #greeting .contents .flex{ gap: 60px; }
   #greeting .text{ width: 50%; }
   #greeting .text h2{ margin-bottom: 40px; }
   #greeting .text .right{ margin-top: 40px; }
   #greeting .photo{ width: calc(50% - 60px); }
}
@media screen and (min-width: 1280px){
   #greeting .contents .flex{ gap: 80px; }
   #greeting .text{
      width: 560px; }
   #greeting .photo{ width: auto; }
}
/* -- #philosophy -- */
#philosophy{ padding-top: 80px; }
#philosophy h1 span{ line-height: 2.5; display: block; }
#philosophy .contents{
   justify-content: space-between;
   display: flex;
   flex-wrap: wrap;
   gap: 30px; }
#philosophy .text{ width: 100%; }
@media screen and (min-width: 769px){
   #philosophy{ padding-top: 160px; }
   #philosophy .contents{ gap: 40px; }
}
@media screen and (min-width: 1080px){
   #philosophy .contents{ gap: 0; }
   #philosophy .text{ width: 740px; }
   #philosophy .text p{ padding-top: 1em; }
}
/* -- #precepts -- */
#precepts{ padding-top: 80px; }
#precepts h1 span{ line-height: 2.5; display: block; }
#precepts .contents{
   justify-content: space-between;
   display: flex;
   flex-wrap: wrap;
   gap: 30px; }
#precepts .text{ width: 100%; }
#precepts .text p{
   display: flex;
   gap: 0.666em;
}
@media screen and (min-width: 769px){
   #precepts{ padding-top: 160px; }
   #precepts .contents{ gap: 40px; }
   #precepts .text p{ gap: 16px; }
}
@media screen and (min-width: 1080px){
   #precepts .contents{ gap: 0; }
   #precepts .text{ width: 740px; }
   #precepts .text p:first-child{ padding-top: 0.75em; }
}

/* -- #history -- */
#history{ padding-top: 80px; }
#history h1 span{ line-height: 2.5; display: block; }
#history .contents{
   justify-content: space-between;
   display: flex;
   flex-wrap: wrap;
   gap: 30px; }
#history .text{ width: 100%; }
#history .text p span{
   color: #00A4E0;
   font-weight: 500;
   display: inline-block;
   white-space: nowrap;
}
#history .text .item{
   gap: 0.25em 0.625em;
   display: flex;
   flex-wrap: wrap; }
#history .text .item + .item{ margin-top: 1em; }
#history .text .item p:first-child{ width: 100%; }
#history .text .item p:last-child{ width: 100%; }
@media screen and (min-width: 481px){
   #history .text .item p:first-child{ width: 12.5em; }
   #history .text .item p:last-child{
      width: calc(100% - 13.125em); }
      #history .text .item + .item{ margin-top: 0.5em; }
}
@media screen and (min-width: 769px){
   #history{ padding-top: 160px; }
   #history .contents{ gap: 40px; }
   #history .text p{ gap: 16px; }
   
}
@media screen and (min-width: 1080px){
   #history .contents{ gap: 0; }
   #history .text{ width: 740px; }
   #history .text .item:first-child{ padding-top: 1.375em; }
}
/* -- #outline -- */
#outline{ padding-top: 80px; }
#outline h1 span{ line-height: 2.5; display: block; }
#outline .contents{
   justify-content: space-between;
   display: flex;
   flex-wrap: wrap;
   gap: 30px; }
#outline .text{ width: 100%; }
#outline .text table{ margin-top: 5px; }
#outline .text th{
   text-align: left;
   font-weight: 500;
   color: #00A4E0; }
#outline .text td a{
   color: #00A4E0;
   text-decoration: underline; }
#outline .text td img {
  display: inline-block;
  margin: 10px 2px;}

@media screen and (max-width: 768px){
   #outline .text tr{ display: block; }
   #outline .text tr+tr{ margin-top: 1em; }
   #outline .text th,
   #outline .text td{ 
      display: block;
    }
}
@media screen and (min-width: 769px){
   #outline{ padding-top: 160px; }
   #outline .contents{ gap: 40px; }
   #outline .text p{ gap: 16px; }
   #outline .text th{
      vertical-align: top;
      width: 9.375em;
      padding: 0.5em 1em 0.5em 0; }
   #outline .text td{ padding: 0.5em 0; }
   #outline .text .noWrap{ white-space: nowrap; }
}
@media screen and (min-width: 1080px){
   #outline .contents{ gap: 0; }
   #outline .text{ width: 740px; }
   #outline .text table{ margin-top: 5px; }
   #outline .text td a:hover{
      text-decoration: underline; }
}
/* -- #accessmap -- */
#accessmap{ padding-top: 40px; }
#accessmap iframe{ width: 100%; height: 250px; }
@media screen and (min-width: 769px){
   #accessmap{ padding-top: 60px; }
   #accessmap iframe{ height: 460px; } }






/* -- aaa -- */
