@charset "utf-8";
/*****************************************************************************
CSS only for /ew/company/index.html
*****************************************************************************/

.Company {
  color: #191919;
  padding-bottom: 140px;
}

a[href^="tel:"] {
  pointer-events: none;
  color: #191919!important;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  a[href^="tel:"] {
    color: #0041C0!important;
    pointer-events: auto !important;
  }
}

/* .Pcshow
-----------------------------------------*/
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Pcshow {
    display: none;
  }
}

/* .Spshow
-----------------------------------------*/
.Spshow {
  display: none;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Spshow {
    display: inline-block;
  }
}

/* Key
-----------------------------------------*/
.Key {
  max-width: 1440px;
  margin: 70px auto 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Key {
    width: 100%;
  }
}
.Key img {
  max-width: 100%;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Key__pc {
    display: none;
  }
}
.Key__sp {
  display: none;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Key__sp {
    display: block;
    height: auto;
  }
}

/* Greeting
-----------------------------------------*/
.Greeting {
  background: url(/ew/company/index/img/bg_greeting.jpg) no-repeat center center / 100% 100%;
  color: #221815;
  padding-bottom: 109px;
}
.Greeting__inner {
  position: relative;
  margin: 0 10px;
}
.Greeting__msg {
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP', serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.2px;
}
.Greeting__msg p {
  margin-bottom: 38px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Greeting__msg p {
    margin-bottom: 32px;
  }
}
.Greeting__msg  > *:last-child {
  margin-bottom: 0;
}
.Greeting__sign {
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP', serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.2px;
  position: absolute;
  bottom: 25.677%;
  right: 19.351%;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Greeting__sign {
    position: static;
    margin-top: 40px;
  }
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Greeting__sign img {
    width: 50%;
  }
}
.Greeting__sign p {
  margin-top: 16px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Greeting__sign p {
    margin-top: 10px;
  }
}
.Greeting__img {
  position: absolute;
  right: 0;
  bottom: -109px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Greeting__img {
    width: 50%;
  }
}

/* Table
-----------------------------------------*/
.Table{
  font-family: 'Yu Mincho', 'YuMincho', 'Noto Serif JP', serif;
  font-size: 16px;
  font-weight: 500;
  margin-top: 50px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Table {
    margin-top: 30px 10px 0;
  }
}
.Table table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
.Table.Table--bold table{
  font-weight: bold;
}
.Table table th,
.Table table td{
  text-align: left;
  line-height: 1.8;
  border-bottom: 2px solid #dedede;
  padding: 10px;
  color: #1f1f1f;
  background-color: #f1f1f1;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Table table th,
  .Table table td {
    font-size: 14px;
  }
}
.Table table th{
  width: 18%;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Table table th {
    width: 25%;
  }
}
.Table table td{
  background-color: #FFF;
  width: 82%;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Table table td {
    width: 75%;
  }
}
.Table table td p.pagelink a{
  padding-left: 15px;
  position: relative;
  display: inline-block;
}
.Table table td p.pagelink a::after {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  width: 6px;
  height: 6px;
  border-top: solid 1px #5378c6;
  border-right: solid 1px #5378c6;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.Table table th.Table__name {
  text-align: center;
}
.Table table th.Table__charge {
  text-align: center;
  background-color: #FFF;
}

/* Message
-----------------------------------------*/
.Message {
  margin: 50px 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Message {
    margin:30px 10px;
  }
}
.Message p{
  margin-bottom: 1em;
  font-size: 18px;
  line-height: 1.5;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Message p {
    text-align: left;
    font-size: 16px;
  }
}
.Message__lead p {
  font-weight: bold;
  font-size: 24px;
  line-height:1.3;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Message__lead p {
    font-size: 18px;
  }
}
.Message__body {
  text-align: center;
}
.Message__body p {
  line-height: 2.0;
}

/* Soshiki
-----------------------------------------*/
.Soshiki {
  margin-top: 50px;
}
.Soshiki__figure img {
  max-width: 100%;
  height: auto;
}

/* Linkbtn
-----------------------------------------*/
.Col02 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.Col02__body {
  width: 48%;
  margin: 0 0 10px 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Col02__body {
    width: 100%;
    margin: 0;
  }
}

/* Linkbtn
-----------------------------------------*/
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Linkbtn {
    margin: 0 10px;
  }
}
.Linkbtn ul {
  display: flex;
  flex-flow: wrap;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Linkbtn ul {
    display: block;
  }
}
.Linkbtn ul li {
  width: 100%;
  margin: 0 0 10px 0;
}
.Linkbtn ul li a {
  padding:18px 20px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  display: block;
  border:solid 1px #b5b5b5;
}
.Linkbtn ul li a:link    {color:#323232; text-decoration: none;}
.Linkbtn ul li a:visited {color:#323232; text-decoration: none;}
.Linkbtn ul li a:hover   {color:#323232; text-decoration: none;}
.Linkbtn ul li a:focus   {color:#323232; text-decoration: none;}
.Linkbtn ul li a:active  {color:#323232; text-decoration: none;}

.Linkbtn ul li a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-top: solid 1px #303030;
  border-right: solid 1px #303030;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* Linkbtn--col2 */
.Linkbtn.Linkbtn--col2 ul {
  justify-content: space-between;
}
.Linkbtn.Linkbtn--col2 ul li {
  width: 48%;
  margin: 0 0 10px 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Linkbtn.Linkbtn--col2 ul li {
    width: auto;
    margin: 0;
  }
}
