/* =========================================================================================================
 　　base
========================================================================================================= */

/* =====================
  main
===================== */

/*-- common --*/
#breadcrumb {
  margin-bottom: 100px;
}

/*-- area-philosophy --*/
.area-philosophy {
  position: relative;
  text-align: center;
}

.area-philosophy.bg-title::before {
  left: 20px;
  content: "CORPORATE IDEALS";
}

.area-philosophy .philosophy_ttl {
  margin-bottom: 60px;
  font-size: 4.4rem;
  line-height: 1.1em;
  color: #184aa1;
  font-weight: 400;
}

.area-philosophy figure {
  max-width: 368px;
  margin: 0 auto 40px;
}

.area-philosophy > .section-inner {
  max-width: 1340px;
}

.area-philosophy .box {
  position: relative;
  min-height: 240px;
  z-index: 1;
}

.area-philosophy .box-inner {
  padding: 20px 32px;
  color: #fff;
  text-align: left;
  box-sizing: border-box;
  cursor: pointer;
}

.area-philosophy .box-inner > p {
  padding-top: 0px;
  padding-bottom: 20px;
  font-size: 2rem;
  font-weight: 700;
  box-sizing: border-box;
}

.area-philosophy .box .en {
  font-weight: 400;
}

.area-philosophy .box-inner:hover {
  opacity: 1;
}

.area-philosophy .box-inner:hover .btn-white > .text {
  color: #184aa1;
}

.area-philosophy .box-inner:hover .btn-white .arrow-white {
  background: #184aa1;
}

.area-philosophy .box-inner:hover .btn-white .arrow-white::after {
  background: #184aa1;
}

.area-philosophy .box-inner:hover .btn::before {
  left: 0;
}

.area-philosophy .box .mask {
  position: absolute;
  top: 0;
  right: -100%;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: left;
  color: #fff;
  background: rgba(24, 74, 161, 0.9);
  transition: 0.7s;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 10;
}

.area-philosophy .philosophy-style.box .mask,
.area-philosophy .philosophy-mission.box .mask {
  background: rgba(44, 92, 177, 0.9);
}

.area-philosophy .box.active .mask {
  right: 0;
}

.area-philosophy .box .mask .item dl {
  display: flex;
  align-items: center;
}

.area-philosophy .box .mask .item dl dt {
  margin-right: 20px;
  padding: 0 12px;
  font-size: 2rem;
  border: 1px solid #fff;
  box-sizing: border-box;
}

.area-philosophy .box .mask h3 {
  padding-bottom: 0;
  font-size: 1.8rem;
  line-height: 1.2em;
}

.area-philosophy .box .mask .close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 40px;
  right: 40px;
  height: 0;
  color: #fff;
  line-height: 1;
  z-index: 1;
  box-sizing: border-box;
}

.area-philosophy .box .mask .close span {
  width: 40px;
}

.area-philosophy .box .mask .close span:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 1px;
  background: #fff;
  border-radius: inherit;
  transform: rotate(45deg);
}

.area-philosophy .box .mask .close span:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 1px;
  background: #fff;
  border-radius: inherit;
  transform: rotate(-45deg);
}

.area-philosophy .philosophy-theme,
.area-philosophy .philosophy-style,
.area-philosophy .philosophy-target,
.area-philosophy .philosophy-mission {
  transition: 0.5s;
}

.area-philosophy .philosophy-theme:hover,
.area-philosophy .philosophy-style:hover,
.area-philosophy .philosophy-target:hover,
.area-philosophy .philosophy-mission:hover {
  opacity: 0.96;
}

.area-philosophy .philosophy-theme {
  background: url(../images/page-corporate/img_philosophy_bg01.jpg) right center no-repeat;
  background-size: cover;
}

.area-philosophy .philosophy-style {
  background: url(../images/page-corporate/img_philosophy_bg02.jpg) right center no-repeat;
  background-size: cover;
}

.area-philosophy .philosophy-target {
  background: url(../images/page-corporate/img_philosophy_bg03.jpg) right center no-repeat;
  background-size: cover;
}

.area-philosophy .philosophy-mission {
  background: url(../images/page-corporate/img_philosophy_bg04.jpg) right center no-repeat;
  background-size: cover;
}


/*-- area-message --*/
.area-message {
  position: relative;
  z-index: 1;
  margin-top: 80px;
  padding-top: 100px;
}

.area-message.bg-title::before {
  right: 20px;
  content: "TOP MESSAGES";
}

.area-message h2 {
  text-align: center;
}

.area-message .message-photo {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 52px auto 80px;
}

.area-message .message-photo p {
  position: absolute;
  bottom: 0;
  color: #fff;
  line-height: 1.2em;
  z-index: 2;
  text-shadow: 1px 1px 10px #000;
}

.area-message .message-photo p:nth-of-type(1) {
  left: 2%;
}

.area-message .message-photo p:nth-of-type(2) {
  right: 2%;
}

.area-message .message-photo p.name {
  font-size: 1.6rem;
}

.area-message .message-photo p.name span {
  font-size: 1.2rem;
}

.area-message .inner {
  max-width: 1120px;
}

.area-message .inner .ttl {
  margin-bottom: 32px;
  font-size: 40px;
  font-weight: 700;
  color: #184aa1;
}

.area-message .inner .message p + p {
  padding-top: 28px;
}

.area-message .inner .syomei {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 40px;
}

.area-message .inner .syomei p {
  padding-left: 20px;
}

.area-message .inner .syomei p span {
  font-size: 14px;
}

@media screen and (max-width: 767px) {}



/*-- area-message --*/
.area-outline {
  position: relative;
  z-index: 1;
  margin-top: 80px;
  padding-top: 60px;
  background: url(../images/page-corporate/img_outline.jpg) right top no-repeat;
  background-size: 80%;
  scroll-margin-top: 62px;
}

.area-outline.bg-title::before {
  left: 20px;
  content: "COMPANY OVERVIEW";
}

.area-outline .inner {
  max-width: 1120px;
}

.area-outline .outline-wrap {
  max-width: 860px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
}

.area-outline .outline-wrap a {
  text-decoration: underline;
}

.area-outline .outline-wrap a.en {
  text-decoration: none;
}


/*-- area-other --*/
.area-other {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  margin-top: 80px;
  padding-top: 100px;
}

.area-other.bg-title::before {
  right: 20px;
  content: "OTHER INFORMATION";
}

.area-other .inner {
  max-width: 1340px;
}

.area-other .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.area-other .inner ul li {
  position: relative;
  max-width: 320px;
  width: 100%;
  margin: 0 auto 20px;
}

.area-other .inner ul li .area-txt {
  position: absolute;
  left: 20px;
  bottom: 40px;
  width: calc(100% - 80px);
  color: #fff;
}

.area-other .inner ul li .area-txt h3 {
  padding-bottom: 16px;
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1.1em;
}

.area-other .inner ul li .area-txt h4 {
  line-height: 1.2em;
}

.area-other .inner ul li a figure {
  transition: 0.5s;
}

.area-other .inner ul li a:hover > figure {
  opacity: 0.5;
}


/*-- banner --*/
.banner {
  width: 100%;
  max-width: 1400px;
  height: 300px;
  margin: 0 auto 60px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background: #ccc;
}

.banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/front-page/bg_glance.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: .5s;
}

.banner:hover::after {
  transform: scale(1.1, 1.1);
}

.banner > .block {
  position: relative;
  z-index: 1;
  width: 90%;
  margin: 0 auto;
}

.banner h3.title {
  margin-bottom: 28px;
}

.banner .title-en {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  color: #fff;
  margin-bottom: 20px;
}

.banner .title-ja {
  display: block;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}

/* ====================================================================================
		tablet
==================================================================================== */
@media screen and (min-width: 768px) {

  /*-- common --*/
  #breadcrumb {
    margin-bottom: 100px;
  }

  /*-- area-philosophy --*/
  .area-philosophy {
    position: relative;
    text-align: center;
  }

  .area-philosophy.bg-title::before {
    left: 20px;
    content: "CORPORATE IDEALS";
  }

  .area-philosophy .philosophy_ttl {
    margin-bottom: 60px;
    font-size: 8rem;
    color: #184aa1;
    font-weight: 400;
  }

  .area-philosophy figure {
    max-width: 368px;
    margin: 0 auto 80px;
  }

  .area-philosophy > .section-inner {
    max-width: 1340px;
  }

  .area-philosophy .box {
    position: relative;
    min-height: 360px;
    z-index: 1;
  }

  .area-philosophy .box-inner {
    padding: 40px 80px;
    color: #fff;
    text-align: left;
    box-sizing: border-box;
    cursor: pointer;
  }

  .area-philosophy .box-inner > p {
    padding-top: 20px;
    padding-bottom: 40px;
    font-size: 28px;
    font-weight: 700;
    box-sizing: border-box;
  }

  .area-philosophy .box .en {
    font-weight: 400;
  }

  .area-philosophy .box-inner:hover {
    opacity: 1;
  }

  .area-philosophy .box-inner:hover .btn-white > .text {
    color: #184aa1;
  }

  .area-philosophy .box-inner:hover .btn-white .arrow-white {
    background: #184aa1;
  }

  .area-philosophy .box-inner:hover .btn-white .arrow-white::after {
    background: #184aa1;
  }

  .area-philosophy .box-inner:hover .btn::before {
    left: 0;
  }

  .area-philosophy .box .mask {
    position: absolute;
    top: 0;
    right: -100%;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px 20px 20px 80px;
    text-align: left;
    color: #fff;
    background: rgba(24, 74, 161, 0.9);
    transition: 0.7s;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 10;
  }

  .area-philosophy .philosophy-style.box .mask,
  .area-philosophy .philosophy-mission.box .mask {
    background: rgba(44, 92, 177, 0.9);
  }

  .area-philosophy .box.active .mask {
    right: 0;
  }

  .area-philosophy .box .mask .item dl {
    display: flex;
    align-items: center;
  }

  .area-philosophy .box .mask .item dl dt {
    margin-right: 20px;
    padding: 0 12px;
    font-size: 2rem;
    border: 1px solid #fff;
    box-sizing: border-box;
  }

  .area-philosophy .box .mask h3 {
    padding-bottom: 0;
    font-size: 3.2rem;
    line-height: 1.4em;
  }

  .area-philosophy .box .mask .close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 40px;
    right: 40px;
    height: 0;
    color: #fff;
    line-height: 1;
    z-index: 1;
    box-sizing: border-box;
  }

  .area-philosophy .box .mask .close span {
    width: 40px;
  }

  .area-philosophy .box .mask .close span:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 1px;
    background: #fff;
    border-radius: inherit;
    transform: rotate(45deg);
  }

  .area-philosophy .box .mask .close span:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 1px;
    background: #fff;
    border-radius: inherit;
    transform: rotate(-45deg);
  }

  .area-philosophy .philosophy-theme,
  .area-philosophy .philosophy-style,
  .area-philosophy .philosophy-target,
  .area-philosophy .philosophy-mission {
    transition: 0.5s;
  }

  .area-philosophy .philosophy-theme:hover,
  .area-philosophy .philosophy-style:hover,
  .area-philosophy .philosophy-target:hover,
  .area-philosophy .philosophy-mission:hover {
    opacity: 0.96;
  }

  .area-philosophy .philosophy-theme {}

  .area-philosophy .philosophy-style {}

  .area-philosophy .philosophy-target {}

  .area-philosophy .philosophy-mission {}


  /*-- area-message --*/
  .area-message {
    position: relative;
    z-index: 1;
    margin-top: 80px;
    padding-top: 100px;
  }

  .area-message::before {}

  .area-message h2 {
    text-align: center;
  }

  .area-message .message-photo {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 52px auto 80px;
  }

  .area-message .message-photo p {
    position: absolute;
    bottom: 24px;
    color: #fff;
    line-height: 1.2em;
    z-index: 2;
    text-shadow: 1px 1px 10px #000;
  }

  .area-message .message-photo p:nth-of-type(1) {
    left: 6%;
  }

  .area-message .message-photo p:nth-of-type(2) {
    right: 6%;
  }

  .area-message .message-photo p.name {
    font-size: 24px;
  }

  .area-message .message-photo p.name span {
    font-size: 14px;
  }

  .area-message .inner {
    max-width: 1120px;
  }

  .area-message .inner .ttl {
    margin-bottom: 32px;
    font-size: 40px;
    font-weight: 700;
    color: #184aa1;
  }

  .area-message .inner .message p + p {
    padding-top: 28px;
  }

  .area-message .inner .syomei {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 40px;
  }

  .area-message .inner .syomei p {
    padding-left: 20px;
  }

  .area-message .inner .syomei p span {
    font-size: 14px;
  }

  @media screen and (max-width: 767px) {}



  /*-- area-message --*/
  .area-outline {
    position: relative;
    z-index: 1;
    margin-top: 80px;
    padding-top: 220px;
    background: url(../images/page-corporate/img_outline.jpg) right top no-repeat;
  }

  .area-outline::before {}

  .area-outline .inner {
    max-width: 1120px;
  }

  .area-outline .outline-wrap {
    max-width: 860px;
    padding: 60px;
    background: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
  }
  body:not(.body-en) .area-outline .outline-wrap dl dt {
    box-sizing: border-box;
    padding-right: 1.5em;
  }


  /*-- area-other --*/
  .area-other {
    position: relative;
    z-index: 1;
    margin-top: 80px;
    padding-top: 100px;
  }

  .area-other::before {}

  .area-other .inner {
    max-width: 1340px;
  }

  .area-other .inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .area-other .inner ul li {
    position: relative;
    max-width: 30%;
    width: 30%;
    margin-bottom: 40px;
  }

  .area-other .inner ul li .area-txt {
    position: absolute;
    left: 40px;
    bottom: 40px;
    width: calc(100% - 80px);
    color: #fff;
  }

  .area-other .inner ul li .area-txt h3 {
    padding-bottom: 16px;
    font-size: 4.8rem;
    font-weight: 400;
    line-height: 1.1em;
  }

  .area-other .inner ul li .area-txt h4 {
    line-height: 1.2em;
  }

  .area-other .inner ul li a figure {
    transition: 0.5s;
  }

  .area-other .inner ul li a:hover > figure {
    opacity: 0.5;
  }

  /*-- banner --*/
  .banner {
    width: 96.66666%;
    max-width: 1400px;
    height: 300px;
    margin: 0 auto 60px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background: #ccc;
  }
}



/* ====================================================================================
		PC
==================================================================================== */

@media screen and (min-width: 1024px) {

  #breadcrumb {
    margin-bottom: 200px;
  }

  .area-outline {
    scroll-margin-top: 87px;
  }

  .column > li {
    margin: 0;
    margin-right: 40px;
    margin-bottom: 40px;
  }

  .column > li:nth-child(3n) {
    margin-right: 0;
  }

  .column > li:nth-last-child(1),
  .column > li:nth-last-child(2),
  .column > li:nth-last-child(3) {
    margin-bottom: 0;
  }

  .question::after {
    margin: 20px 0;
  }

  .answer-pattern-a {
    font-size: 48px;
    line-height: 1;
  }

  .answer-pattern-b {
    font-size: 100px;
    line-height: 1;
  }

  .banner .title-en {
    font-size: 60px;
  }

  .banner .title-ja {
    font-size: 24px;
  }

  .lg-nowrap {
    white-space: nowrap;
  }
}
