/* CSS Document */
/*共通のスタイルをここに記載*/
header span.name{
  font-weight: 400 !important;
}
.noneclick .menuinner ul li a, .noneclick .menuinner ul li div{
  font-weight: 400 !important;
}
@media screen and (max-width:767px){
	/*スマートフォン用のスタイルをここに記載*/
  main{
    width: 100%;
  }
   section.company{
     margin-top: -50px;
  }
  section.company > figure{
    position: relative;
    z-index: 1;
  }
  section.company > figure::before {
    content: "";
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
  section.company > figure img{
    width: 100%;
    height: 180px !important;
    object-fit: cover;
  }
  section.company figure h2{
    position: absolute;
    top: calc(50% + 2em);
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
    color: #fff;
    z-index: 2;
    padding-top: 0.5em;
  }
  section.company figure h2::before{
    content: "COMPANY";
    position: absolute;
    top: -1em;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    font-size: 2.2em;
    font-weight: 700;
    font-family: 'Oswald';
  }
  section.company_greeting{
    background-color: #fff;
    padding: 100px 0 50px 0;
  }
  section.company_greeting > h2,
  section.company_list > h2,
  section.connection > h2,
  section.history > h2{
    position: relative;
    z-index: 1;
    color: #3b465e;
    font-size: 18px;
    text-align: center; 
    margin-bottom: 1em;
  }
  section.company_greeting > h2::before {
    content: "GREETING";
    position: absolute;
    font-size: 2.2em;
    font-weight: 700;
    font-family: 'Oswald';
    color: rgba(59,70,94,1);
    top: -1.3em;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  section.company_greeting > div{
    width: 100%;
    padding: 0 1em;
    box-sizing: border-box;
  }
  section.company_greeting > div p{
    line-height: 2em;
    text-align: left;
  }
  section.company_greeting > div p > span.text_bold{
    font-weight: 700;
    color: #3b465e;
  }
  section.company_greeting > div p > span.name{
    font-size: 1.4em;
    display: table;
    margin-left: auto;
    margin-right: 0;
    margin-top: 1em;
    color: #3b465e;
  }
  section.company_greeting > div p > span.name span{
    font-size: 1rem;
    color: #3b465e;
  }
  section.company_list{
    background-color: #fff;
    width: 100%;
    padding: 60px 1em 50px 1em;
    box-sizing: border-box;
  }
  section.company_list > h2::before{
    content: "COMPANY PLOFILE";
    position: absolute;
    font-size: 2.2em;
    font-weight: 700;
    font-family: 'Oswald';
    color: rgba(59,70,94,1);
    top: -1.3em;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  section.company_list dl{
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding: 0 1em;
    box-sizing: border-box;
    border-bottom: 1px solid #3b465e;
  }
  section.company_list dl.top_border{
    border-top: 1px solid #3b465e;
  }
  section.company_list dl dt{
    width: 30%;
  }
  section.company_list dl dd{
    width: 70%;
  }
  section.company_list dl dt,
  section.company_list dl dd{
    padding: 0.5em 0;
    color: #3b465e;
  }
  section.connection{
    padding: 50px 1rem;
    background-color: #fff;
    box-sizing: border-box;
  }
  section.connection > h2::before{
    content:"AFFILIATED COMPANY";
    position: absolute;
    font-size: 2.2em;
    font-weight: 700;
    font-family: 'Oswald';
    color: rgba(59,70,94,1);
    top: -1.3em;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  section.connection div.connection_box{  
  }
  section.connection div.connection_box:nth-of-type(1){
    margin-bottom: 2rem;
  }
  section.connection div.connection_box > h3{
    font-size: 1.3rem;
    margin-bottom: 1rem;
    display: table;
    color: #3b465e;
    border-bottom: 1px solid;
    padding: 0 0.5rem;
    border-left: 2px solid;
  }
  section.connection div.connection_box dl{
    border-bottom: 1px solid #3b465e;
    display: flex;
    width: 100%;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
    color: #3b465e;
  }
  section.connection div.connection_box dl dd ul {
    list-style-position: outside;
    padding-left: 1rem;
  }
  section.connection div.connection_box dl:nth-of-type(1){
    border-top: 1px solid #3b465e;
  }
  section.connection div.connection_box dl dt{
    width: 30%;
  }
  section.connection div.connection_box dl dd{
    width: 70%;
  }
  section.history{
    background-color: #fff;
    padding: 60px 1em 50px 1em;
  }
  section.history > h2::before{
    content: "HISTORY";
    position: absolute;
    font-size: 2.2em;
    font-weight: 700;
    font-family: 'Oswald';
    color: rgba(59,70,94,1);
    top: -1.3em;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  section.history dl{
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #3b465e;
    display: flex;
    padding: 0 1rem;
    box-sizing: border-box;
    color: #3b465e;
  }
  section.history dl:nth-of-type(1){
    border-top: 1px solid #3b465e;
  }
  section.history dl dt,
  section.history dl dd{
    padding: 0.5rem 0;
  }
  section.history dl dt{
    width: 30%;
  }
  section.history dl dd{
    width: 70%;
    box-sizing: border-box;
    padding-bottom: 0;
  }
  section.history dl dd ul{
    list-style-position: outside;
    padding-left: 1rem;
  }
  section.history dl dd ul li{
    margin-bottom: 0.5rem;
  }
  div.map{
    width: 100%;
    padding-top: 500px;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  div.map iframe{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width:768px) and (max-width:1099px){
	
	/*タブレット用のスタイルをここに記載*/
   main{
    width: 100%;
  }
  section.company{
    margin-top: -70px;
  }
  section.company > figure{
    position: relative;
    z-index: 1;
  }
  section.company > figure::before {
    content: "";
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
  section.company > figure img{
    width: 100%;
    height: 300px !important;
    object-fit: cover;
  }
  section.company figure h2{
    position: absolute;
    top: calc(50% + 2em);
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 22px;
    color: #fff;
    z-index: 2;
    padding-top: 0.5em;
  }
  section.company figure h2::before{
    content: "COMPANY";
    position: absolute;
    top: -1em;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    font-size: 2.8em;
    font-weight: 700;
    font-family: 'Oswald';
  }
  section.company_greeting{
    background-color: #fff;
    padding: 150px 0 70px 0;
  }
  section.company_greeting > h2,
  section.company_list > h2,
  section.connection > h2,
  section.history > h2{
    position: relative;
    z-index: 1;
    color: #3b465e;
    font-size: 22px;
    text-align: center; 
    margin-bottom: 1em;
  }
  section.company_greeting > h2::before {
    content: "GREETING";
    position: absolute;
    font-size: 2.8em;
    font-weight: 700;
    font-family: 'Oswald';
    color: rgba(59,70,94,1);
    top: -1.3em;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  section.company_greeting > div{
    margin-top: 30px;
    width: 100%;
    padding: 0 1em;
    box-sizing: border-box;
  }
  section.company_greeting > div p{
    line-height: 2em;
    text-align: left;
    padding-right: 1em;
    box-sizing: border-box;
  }
  section.company_greeting > div p > span.text_bold{
    font-weight: 700;
    color: #3b465e;
  }
  section.company_greeting > div p > span.name{
    font-size: 1.4em;
    display: table;
    margin-left: auto;
    margin-right: 0;
    margin-top: 1em;
    color: #3b465e;
  }
  section.company_greeting > div p > span.name span{
    font-size: 1rem;
    color: #3b465e;
  }
  section.company_list{
    background-color: #fff;
    width: 100%;
    padding: 80px 1em 70px 1em;
    box-sizing: border-box;
  }
  section.company_list > h2::before{
    content: "COMPANY PLOFILE";
    position: absolute;
    font-size: 2.8em;
    font-weight: 700;
    font-family: 'Oswald';
    color: rgba(59,70,94,1);
    top: -1.3em;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  section.company_list dl{
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding: 0 1em;
    box-sizing: border-box;
    border-bottom: 1px solid #3b465e;
  }
  section.company_list dl.top_border{
    border-top: 1px solid #3b465e;
  }
  section.company_list dl dt{
    width: 20%;
  }
  section.company_list dl dd{
    width: 80%;
  }
  section.company_list dl dt,
  section.company_list dl dd{
    padding: 0.5em 0;
    color: #3b465e;
  }
  section.connection{
    padding: 80px 1rem 0 1rem;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
  }
  section.connection > h2::before{
    content:"AFFILIATED COMPANY";
    position: absolute;
    font-size: 2.8em;
    font-weight: 700;
    font-family: 'Oswald';
    color: rgba(59,70,94,1);
    top: -1.3em;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  section.connection div.connection_box{  
  }
  section.connection div.connection_box:nth-of-type(1){
    margin-bottom: 2rem;
  }
  section.connection div.connection_box > h3{
    font-size: 1.3rem;
    margin-bottom: 1rem;
    display: table;
    color: #3b465e;
    border-bottom: 1px solid;
    padding: 0 0.5rem;
    border-left: 2px solid;
  }
  section.connection div.connection_box dl{
    border-bottom: 1px solid #3b465e;
    display: flex;
    width: 100%;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
    color: #3b465e;
  }
  section.connection div.connection_box dl dd ul {
    list-style-position: outside;
    padding-left: 1rem;
  }
  section.connection div.connection_box dl:nth-of-type(1){
    border-top: 1px solid #3b465e;
  }
  section.connection div.connection_box dl dt{
    width: 20%;
  }
  section.connection div.connection_box dl dd{
    width: 80%;
  }
  section.history{
    background-color: #fff;
    padding: 80px 1em 70px 1em;
  }
  section.history > h2::before{
    content: "HISTORY";
    position: absolute;
    font-size: 2.8em;
    font-weight: 700;
    font-family: 'Oswald';
    color: rgba(59,70,94,1);
    top: -1.3em;
    left: 50%;
    transform: translateX(-50%);
  }
  section.history dl{
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #3b465e;
    display: flex;
    padding: 0 1rem;
    box-sizing: border-box;
    color: #3b465e;
  }
  section.history dl:nth-of-type(1){
    border-top: 1px solid #3b465e;
  }
  section.history dl dt,
  section.history dl dd{
    padding: 0.5rem 0;
  }
  section.history dl dt{
    width: 20%;
  }
  section.history dl dd{
    width: 80%;
    padding-bottom: 0;
  }
  section.history dl dd ul{
    list-style-position: outside;
    padding-left: 1rem;
  }
  section.history dl dd ul li{
    margin-bottom: 0.5rem;
  }
  div.map{
    width: 100%;
    padding-top: 500px;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  div.map iframe{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width:1100px){
	/*PC用のスタイルをここに記載*/
  main{
    width: 100%;
  }
  section.company{
    margin-top: -100px;
  }
  section.company > figure{
    position: relative;
    z-index: 1;
  }
  section.company > figure::before {
    content: "";
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
  section.company > figure img{
    width: 100%;
    height: 400px !important;
    object-fit: cover;
    object-position: bottom;
  }
  section.company figure h2{
    position: absolute;
    top: calc(50% + 2em);
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 2vw;
    color: #fff;
    z-index: 2;
    padding-top: 0.5em;
  }
  section.company figure h2::before{
    content: "COMPANY";
    position: absolute;
    top: -1em;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    font-size: 2em;
    font-weight: 700;
    font-family: 'Oswald';
  }
  section.company_greeting{
    background-color: #fff;
    padding: 180px 0 100px 0;
  }
  section.company_greeting > h2,
  section.company_list > h2,
  section.connection > h2,
  section.history > h2{
    position: relative;
    z-index: 1;
    color: #3b465e;
    font-size: 22px;
    text-align: center; 
    margin-bottom: 1em;
  }
  section.company_greeting > h2::before {
    content: "GREETING";
    position: absolute;
    font-size: 2.8em;
    font-weight: 700;
    font-family: 'Oswald';
    color: rgba(59,70,94,1);
    top: -1.3em;
    left: 50%;
    transform: translateX(-50%);
  }
  section.company_greeting > div{
    margin-top: 30px;
    display: flex;
    width: 800px;
    margin: 0 auto;
  }
  section.company_greeting > div p{
    line-height: 2em;
    text-align: left;
    padding-right: 1em;
    box-sizing: border-box;
  }
  section.company_greeting > div p > span.text_bold{
    font-weight: 700;
    color: #3b465e;
  }
  section.company_greeting > div p > span.name{
    font-size: 1.4em;
    display: table;
    margin-left: auto;
    margin-right: 0;
    margin-top: 1em;
    color: #3b465e;
  }
  section.company_greeting > div p > span.name span{
    font-size: 1rem;
    color: #3b465e;
  }
  section.company_list{
    background-color: #fff;
    padding-top: 80px;
  }
  section.company_list > h2::before{
    content: "COMPANY PLOFILE";
    position: absolute;
    font-size: 2.8em;
    font-weight: 700;
    font-family: 'Oswald';
    color: rgba(59,70,94,1);
    top: -1.3em;
    left: 50%;
    transform: translateX(-50%);
  }
  section.company_list dl{
    width: 800px;
    margin: 0 auto;
    display: flex;
    padding: 0 1em;
    box-sizing: border-box;
    border-bottom: 1px solid #3b465e;
  }
  section.company_list dl.top_border{
    border-top: 1px solid #3b465e;
  }
  section.company_list dl dt{
    width: 20%;
  }
  section.company_list dl dd{
    width: 80%;
  }
  section.company_list dl dt,
  section.company_list dl dd{
    padding: 0.5em 0;
    color: #3b465e;
  }
  section.connection{
    padding: 180px 0 0 0;
    background-color: #fff;
    box-sizing: border-box;
  }
  section.connection > h2::before{
    content:"AFFILIATED COMPANY";
    position: absolute;
    font-size: 2.8em;
    font-weight: 700;
    font-family: 'Oswald';
    color: rgba(59,70,94,1);
    top: -1.3em;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  section.connection div.connection_box{  
    width: 800px;
    margin: 0 auto;
  }
  section.connection div.connection_box:nth-of-type(1){
    margin-bottom: 4rem;
  }
  section.connection div.connection_box > h3{
    font-size: 1.3rem;
    margin-bottom: 1rem;
    display: table;
    color: #3b465e;
    border-bottom: 1px solid;
    padding: 0 0.5rem;
    border-left: 2px solid;
  }
  section.connection div.connection_box dl{
    border-bottom: 1px solid #3b465e;
    display: flex;
    width: 100%;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
    color: #3b465e;
  }
  section.connection div.connection_box dl dd ul {
    list-style-position: outside;
    padding-left: 1rem;
  }
  section.connection div.connection_box dl:nth-of-type(1){
    border-top: 1px solid #3b465e;
  }
  section.connection div.connection_box dl dt{
    width: 20%;
  }
  section.connection div.connection_box dl dd{
    width: 80%;
  }
  section.history{
    background-color: #fff;
    padding: 180px 0 100px 0;
  }
  section.history > h2::before{
    content: "HISTORY";
    position: absolute;
    font-size: 2.8em;
    font-weight: 700;
    font-family: 'Oswald';
    color: rgba(59,70,94,1);
    top: -1.3em;
    left: 50%;
    transform: translateX(-50%);
  }
  section.history dl{
    width: 800px;
    margin: 0 auto;
    border-bottom: 1px solid #3b465e;
    display: flex;
    padding: 0 1rem;
    box-sizing: border-box;
    color: #3b465e;
  }
  section.history dl:nth-of-type(1){
    border-top: 1px solid #3b465e;
  }
  section.history dl dt,
  section.history dl dd{
    padding: 0.5rem 0;
  }
  section.history dl dt{
    width: 20%;
  }
  section.history dl dd{
    width: 80%;
    padding-bottom: 0;
  }
  section.history dl dd ul{
    list-style-position: outside;
    padding-left: 1rem;
  }
  section.history dl dd ul li{
    margin-bottom: 0.5rem;
  }
  div.map{
    width: 100%;
    padding-top: 500px;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  div.map iframe{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
  }
}

