@charset "UTF-8";
#global-header {
  width: 100%;
}
#global-header .inner {
  width: 1280px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#global-header .inner h1.logo {
  width: 15%;
  margin-right: 15%;
}
#global-header .inner h1.logo a img {
  width: 100%;
}
#global-header .inner #global-navi {
  width: 70%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#global-header .inner #global-navi ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
#global-header .inner #global-navi ul li {
  width: 100%;
}
#global-header .inner #global-navi ul li a {
  display: block;
  text-align: center;
  padding: 16px 0;
  width: 100%;
  color: #2F2F2F;
  font-size: 1.8em;
}
@media screen and (max-width: 768px) {
  #global-header .inner #global-navi {
    display: none;
  }
}
@media screen and (max-width: 1336px) {
  #global-header .inner {
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  #global-header .inner h1.logo a {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  #global-header .inner {
    display: block;
  }
  #global-header .inner h1.logo {
    margin: 0 auto;
  }
  #global-header .inner h1.logo a {
    padding-top: 24px;
  }
}
@media screen and (max-width: 415px) {
  #global-header .inner {
    height: 60px;
  }
  #global-header .inner h1.logo {
    width: 40%;
  }
  #global-header .inner h1.logo a {
    padding-top: 16px;
  }
}

#top-key-visual {
  margin-bottom: 120px;
  padding: 48px 0;
  background: #F5F5F5;
}
#top-key-visual .key-wrapper {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#top-key-visual .key-wrapper .key-slide {
  position: relative;
  width: 100%;
  height: 680px;
}
#top-key-visual .key-wrapper .key-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
#top-key-visual .key-wrapper .key-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#top-key-visual .key-wrapper .key-text img {
  position: absolute;
}
#top-key-visual .key-wrapper .key-text .text1 {
  top: 10%;
  left: 5%;
}
#top-key-visual .key-wrapper .key-text .text2 {
  top: 5%;
  right: 10%;
}
#top-key-visual .key-wrapper .key-text .text3 {
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1336px) {
  #top-key-visual {
    padding: 0;
    background: #fff;
  }
  #top-key-visual .key-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top-key-visual .key-wrapper .text1 {
    width: 60%;
  }
  #top-key-visual .key-wrapper .text2 {
    width: 20%;
  }
  #top-key-visual .key-wrapper .text3 {
    width: 100%;
  }
}
@media screen and (max-width: 415px) {
  #top-key-visual .key-wrapper .key-text .text1 {
    top: 45%;
    width: 80%;
  }
  #top-key-visual .key-wrapper .key-text .text2 {
    width: 25%;
  }
}

#sub-key-visual {
  width: 100%;
  padding-top: 40px;
  margin-bottom: 80px;
}
#sub-key-visual .key-wrapper {
  position: relative;
}
#sub-key-visual .key-wrapper .key-slide img {
  width: 100%;
  vertical-align: bottom;
}
#sub-key-visual .key-wrapper .key-text {
  position: absolute;
  top: 21%;
  right: 0;
  padding: 40px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  #sub-key-visual .key-wrapper .key-text {
    padding: 24px;
    text-align: center;
    display: grid;
    place-items: center;
  }
  #sub-key-visual .key-wrapper .key-text img {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #sub-key-visual .key-wrapper .key-text {
    top: 14%;
    width: 50%;
  }
  #sub-key-visual .key-wrapper .key-text img {
    width: 100%;
  }
}
@media screen and (max-width: 415px) {
  #sub-key-visual .key-wrapper .key-slide img {
    height: 180px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  #sub-key-visual .key-wrapper .key-text {
    top: 10%;
    width: 40%;
  }
}

.content-area {
  width: 1280px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 1280px) {
  .content-area {
    width: 95%;
  }
}
@media screen and (max-width: 415px) {
  .content-area {
    margin-bottom: 40px;
  }
}

.content-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
}
.content-header span.line {
  display: block;
  width: 15%;
  height: 1px;
  background: #04074C;
  margin-right: 20px;
}
.content-header h2 {
  font-size: 40px;
  color: #04074C;
}
@media screen and (max-width: 415px) {
  .content-header h2 {
    font-size: 24px;
  }
}

.org-header {
  margin-bottom: 40px;
}
.org-header h2 {
  text-align: center;
}
.org-header h2 span {
  display: inline-block;
  padding: 12px 80px;
  border-top: 1px solid #04074C;
  border-bottom: 1px solid #04074C;
  color: #04074C;
  font-size: 40px;
  line-height: 1;
}
@media screen and (max-width: 415px) {
  .org-header h2 span {
    font-size: 20px;
    padding: 12px 64px;
  }
}

.key-header {
  text-align: center;
  padding-bottom: 40px;
}
.key-header h2 {
  font-size: 48px;
  letter-spacing: .15em;
  line-height: 1;
  margin-bottom: 16px;
  color: #04074C;
}
.key-header p {
  font-size: 18px;
  letter-spacing: .15em;
  line-height: 1;
}
@media screen and (max-width: 415px) {
  .key-header h2 {
    font-size: 24px;
  }
  .key-header p {
    font-size: 14px;
  }
}

.cta {
  width: 100%;
  height: 530px;
  background: url(../images/cta-bg.jpg) no-repeat;
  background-size: cover;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .cta {
    height: 480px;
  }
}
.cta .info {
  width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .cta .info {
    width: 90%;
  }
}
@media screen and (max-width: 415px) {
  .cta .info {
    margin-left: 20px;
  }
}
.cta .info .cta-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
}
.cta .info .cta-header span.line {
  display: block;
  width: 15%;
  height: 1px;
  background: #fff;
  margin-right: 20px;
}
.cta .info .cta-header h2 {
  font-size: 40px;
  color: #fff;
}
.cta .info .text {
  width: 60%;
  margin-bottom: 24px;
}
.cta .info .text p {
  color: #fff;
  font-size: 1.8em;
  line-height: 1.8;
  letter-spacing: .15em;
}
.cta .info .text p span.tel {
  font-size: 2.1em;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .cta .info .text {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .cta .info .text {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .cta .info .text {
    width: 95%;
  }
  .cta .info .text p {
    font-size: 1.5em;
  }
  .cta .info .text p span.tel {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 415px) {
  .cta .info .text {
    width: 95%;
    margin: 0 auto;
  }
  .cta .info .text p {
    font-size: 1.2em;
    margin-bottom: 24px;
  }
}
.cta .info .cta__area a.btn {
  display: inline-block;
  padding: 14px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
@media screen and (max-width: 415px) {
  .cta .info .cta__area {
    text-align: center;
  }
}

#global-footer {
  background: #04074C;
  padding: 32px 0;
}
#global-footer .navi__wrap {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #global-footer .navi__wrap {
    display: block;
    margin-bottom: 16px;
  }
}
#global-footer .navi__wrap .logo-f {
  width: 10%;
}
#global-footer .navi__wrap .fnavi {
  width: 40%;
  display: flex;
  justify-content: space-around;
}
#global-footer .navi__wrap .fnavi li a {
  color: #fff;
  font-size: 1.6em;
}
@media screen and (max-width: 1280px) {
  #global-footer .navi__wrap {
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  #global-footer .navi__wrap .fnavi {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #global-footer .navi__wrap .logo-f {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
  }
  #global-footer .navi__wrap .fnavi {
    width: 80%;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
  }
  #global-footer .navi__wrap .fnavi li a {
    color: #fff;
    font-size: 1.6em;
  }
}
@media screen and (max-width: 415px) {
  #global-footer .navi__wrap .fnavi {
    display: none;
  }
}
#global-footer p.copy {
  text-align: right;
  padding-right: 40px;
}
#global-footer p.copy small {
  font-size: 1.2em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #global-footer p.copy {
    text-align: center;
    padding-right: 0;
  }
}

#greet {
  display: flex;
  justify-content: space-around;
  position: relative;
}
#greet .pic {
  width: 48%;
}
#greet .info {
  width: 48%;
}
#greet .info h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  line-height: 1.8;
  letter-spacing: .15em;
  margin-bottom: 24px;
}
#greet .info div p {
  font-size: 15px;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  margin-bottom: 24px;
  line-height: 1.8;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  #greet .pic {
    width: 40%;
  }
  #greet .pic img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 415px) {
  #greet {
    display: block;
  }
  #greet .pic {
    width: 100%;
  }
  #greet .info {
    width: 100%;
  }
}

#comp-info .content-header {
  margin-bottom: 40px;
}
#comp-info .inner {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #comp-info .inner {
    width: 100%;
  }
}
#comp-info .inner dl div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #04074C;
  padding: 20px 0;
  width: 100%;
}
#comp-info .inner dl div:nth-child(1) {
  border-top: 1px solid #04074C;
}
#comp-info .inner dl div:nth-child(odd) {
  background: #fafafa;
}
@media screen and (max-width: 415px) {
  #comp-info .inner dl div {
    display: block;
  }
}
#comp-info .inner dl div dt {
  font-size: 1.6em;
  width: 18%;
  padding-left: 2%;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
@media screen and (max-width: 415px) {
  #comp-info .inner dl div dt {
    width: 98%;
    padding-left: 2%;
    font-weight: bold;
  }
}
#comp-info .inner dl div dd {
  width: 80%;
  font-size: 1.6em;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
@media screen and (max-width: 415px) {
  #comp-info .inner dl div dd {
    width: 98%;
    padding-left: 2%;
  }
}

#access .inner {
  width: 100%;
  height: 350px;
}
#access .inner iframe {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=company.css.map */
