@charset "UTF-8";
/****************************************************
 * 英語調整
 ****************************************************/
html {
  font-family: "Poppins", sans-serif;
}

/*コンポーネント*/
.midashi01 span {
  margin-bottom: 0;
}

/*ヘッダーブロック*/
#header .logo {
  width: 35rem;
}
@media only screen and (max-width: 1599px) and (min-width: 1100px) {
  #header .logo {
    width: 30rem;
  }
}
@media only screen and (max-width: 1099px) {
  #header .logo {
    width: 25rem;
  }
}

/*CTAブロック*/
.cta_block .box .tel a {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1099px) {
  .cta_block .box .tel a {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 900px) {
  .cta_block .box .tel a {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 780px) {
  .cta_block .box .tel a {
    font-size: 1.2rem;
  }
}

/*フッターブロック*/
@media only screen and (max-width: 900px) {
  #footer .footer_navi nav ul + ul {
    margin-top: 0;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_navi nav ul li:last-child {
    margin-bottom: 1.2em;
  }
}

@media only screen and (max-width: 780px) {
  .p-top__mv .mv .inner .catchcopy h1 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__mv .mv .inner .catchcopy p {
    font-size: 1.5rem;
  }
}

.pagetitle {
  padding-top: 19rem;
}
@media only screen and (max-width: 780px) {
  .pagetitle {
    padding-top: 16.3rem;
  }
}
.pagetitle h1 span {
  margin-bottom: 0;
}

.p-company__profile table tbody tr th {
  width: 30%;
}
@media only screen and (max-width: 780px) {
  .p-company__profile table tbody tr th {
    width: auto;
  }
}
.p-company__history {
  margin-bottom: 9.6rem;
}
@media only screen and (max-width: 780px) {
  .p-company__history {
    margin-bottom: 5rem;
  }
}
.p-company__history .inner {
  max-width: 1160px;
}
@media only screen and (min-width: 781px) {
  .p-company__history .midashi01 {
    margin-bottom: 2.8em;
  }
}
@media only screen and (min-width: 901px) {
  .p-company__history .tab_content:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (min-width: 901px) {
  .p-company__history .tab_content .tab_head {
    width: 23.3rem;
    float: left;
  }
}
@media only screen and (max-width: 900px) {
  .p-company__history .tab_content .tab_head {
    margin-bottom: 3rem;
    text-align: center;
    letter-spacing: -0.4em;
  }
  .p-company__history .tab_content .tab_head > * {
    display: inline-block;
    letter-spacing: normal;
  }
}
.p-company__history .tab_content .tab_head li {
  padding: 0.1em 3em 0.1em 1em;
  font-weight: 500;
  color: #1D2088;
  background-color: #E4E8F0;
  background-image: url("../img/icon_arrow01.png");
  -webkit-background-size: 2.4rem auto;
  background-size: 2.4rem auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 1.4rem) center;
  border: solid 1px #1D2088;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
}
@media only screen and (max-width: 900px) {
  .p-company__history .tab_content .tab_head li + li {
    margin-left: 1em;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__history .tab_content .tab_head li {
    font-size: 1.4rem;
    -webkit-background-size: 1.8rem auto;
    background-size: 1.8rem auto;
  }
}
@media only screen and (min-width: 781px) {
  .p-company__history .tab_content .tab_head li:hover {
    background-color: #C0CDE6;
  }
}
.p-company__history .tab_content .tab_head li + li {
  margin-top: 1em;
}
.p-company__history .tab_content .tab_head li span {
  font-family: "Poppins", sans-serif;
  font-size: 2em;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 780px) {
  .p-company__history .tab_content .tab_head li span {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 901px) {
  .p-company__history .tab_content .tab_body {
    width: calc(100% - 25.3rem);
    max-width: 84.7rem;
    float: right;
  }
}
.p-company__history .tab_content .tab_body > div ol > li {
  padding: 2.5rem 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: solid 1px #CBCBCB;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-company__history .tab_content .tab_body > div ol > li {
    padding: 1.5rem 0;
  }
}
.p-company__history .tab_content .tab_body > div ol > li:first-child {
  padding-top: 0;
}
.p-company__history .tab_content .tab_body > div ol > li:last-child {
  border-bottom: none;
}
.p-company__history .tab_content .tab_body > div ol > li:before {
  width: 1px;
  height: 100%;
  content: '';
  background-color: #1D2088;
  position: absolute;
  top: 0;
  left: 18rem;
}
@media only screen and (max-width: 780px) {
  .p-company__history .tab_content .tab_body > div ol > li:before {
    left: 10rem;
  }
}
.p-company__history .tab_content .tab_body > div ol > li .year {
  width: 18rem;
  font-family: "Poppins", sans-serif;
  font-size: 6.6rem;
  font-weight: 600;
  line-height: 1.1;
  color: #C0CDE6;
}
@media only screen and (max-width: 780px) {
  .p-company__history .tab_content .tab_body > div ol > li .year {
    width: 10rem;
    font-size: 3rem;
  }
}
.p-company__history .tab_content .tab_body > div ol > li ul {
  width: calc(100% - 18rem);
}
@media only screen and (max-width: 780px) {
  .p-company__history .tab_content .tab_body > div ol > li ul {
    width: calc(100% - 10rem);
  }
}
.p-company__history .tab_content .tab_body > div ol > li ul li {
  padding-left: 3.5rem;
  font-size: 1.125em;
  position: relative;
}
.p-company__history .tab_content .tab_body > div ol > li ul li:before {
  width: 0.8rem;
  height: 0.8rem;
  margin: -0.4rem 0 0 -0.4rem;
  content: '';
  background-color: #1D2088;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
}
.p-company__history .tab_content .tab_body > div ol > li ul li + li {
  margin-top: 1.38em;
}
.p-company__site {
  padding: 9.8rem 0 8.8rem 0;
  background-image: url("../img/company/site_bg01.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 780px) {
  .p-company__site {
    padding: 3.6rem 0;
  }
}
.p-company__site .box {
  padding: 7.8rem 5.6rem;
  background-color: #ffffff;
}
@media only screen and (max-width: 1279px) {
  .p-company__site .box {
    padding: 6rem 4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__site .box {
    padding: 4rem 2rem;
  }
}
.p-company__site ul li + li {
  margin-top: 5.6rem;
}
@media only screen and (max-width: 780px) {
  .p-company__site ul li + li {
    margin-top: 3rem;
  }
}
.p-company__site ul li > *:last-child {
  margin-bottom: 0 !important;
}
.p-company__site ul li h3 {
  margin-bottom: 1.33em;
  padding-bottom: 1em;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-bottom: solid 1px #CBCBCB;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-company__site ul li h3 {
    font-size: 2rem;
  }
}
.p-company__site ul li h3:after {
  width: 16rem;
  height: 1px;
  margin-top: -1px;
  content: '';
  background-color: #E60012;
  position: absolute;
  top: 100%;
  left: 0;
}
@media only screen and (max-width: 780px) {
  .p-company__site ul li h3:after {
    width: 8rem;
  }
}
.p-company__site ul li h4 {
  margin-bottom: 0.88em;
  padding-left: 1.1em;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-left: solid 0.4rem #E60012;
}
@media only screen and (max-width: 780px) {
  .p-company__site ul li h4 {
    font-size: 1.6rem;
  }
}
.p-company__site ul li h3 a, .p-company__site ul li h4 a {
  display: inline-block;
}
.p-company__site ul li h3 a:after, .p-company__site ul li h4 a:after {
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 1.4rem;
  content: '';
  background-image: url("../img/icon_link01.png");
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
  vertical-align: 0;
}
@media only screen and (max-width: 780px) {
  .p-company__site ul li h3 a:after, .p-company__site ul li h4 a:after {
    width: 1.2rem;
    height: 1.2rem;
    margin-left: 1.2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-company__site ul li h3 a:hover, .p-company__site ul li h4 a:hover {
    color: #1D2088;
  }
}
.p-company__site ul li p {
  margin-bottom: 1.5em;
}
