@charset "UTF-8";
/* googlefont　*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,900;1,700&display=swap");
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
サイト固有の追加項目
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* base設定　*/
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  position: relative;
  font-size: 14px;
  line-height: 1.8;
  overflow-x: hidden;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  html, body {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  html, body {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  html, body {
    font-size: 16px;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  overflow-y: hidden;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  background: rgba(255, 255, 255, 0);
  color: #333;
}
body a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
body a:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
body strong {
  font-weight: bold;
}
body .small {
  font-size: 0.8rem;
}

::-moz-selection {
  background: #FFF3CE;
}

::selection {
  background: #FFF3CE;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%; /*for responsive*/
  height: auto; /*for responsive*/
  width: auto; /* IE8のみ */
}

.opacity:hover {
  opacity: 70%;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.identity_contents {
  margin: 0 auto 6rem auto;
}

/*==================================

identity_ttl

==================================*/
.identity_ttl {
  background-image: url(/img/identity/ttl_sp_identity.png);
}
@media screen and (min-width: 768px) {
  .identity_ttl {
    background-image: url(/img/identity/ttl_pc_identity.png);
  }
}

/*==================================

identity_sec  //identityページの共通項目

==================================*/
.identity_sec h2 {
  width: 90%;
  margin: 0 auto;
  font-weight: 700;
  padding-left: 2rem;
  font-size: 2rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  letter-spacing: 5px;
}
@media screen and (min-width: 576px) {
  .identity_sec h2 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .identity_sec h2 {
    font-size: 4rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .identity_sec h2 {
    margin-top: 8rem;
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 992px) {
  .identity_sec h2 {
    max-width: 1200px;
  }
}
.identity_sec h2 span {
  font-size: 1.1rem;
  display: block;
}

/*==================================

.message

==================================*/
.message {
  margin-bottom: 6rem;
}
.message .lay_wrap {
  width: 90%;
  max-width: 1200px;
  margin: 5rem auto 1rem auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .message .lay_wrap {
    margin: 10rem auto 15rem auto;
  }
}
.message h2 {
  border-left: 10px solid #ea5504;
}
.message h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 5px;
}
@media screen and (min-width: 768px) {
  .message h3 {
    font-size: 2.4rem;
  }
}
.message h3:before, .message h3:after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: black;
  display: block;
}
.message h3:before {
  margin-right: 1rem;
}
.message h3:after {
  margin-left: 1rem;
}

/*==================================

.philosophy

==================================*/
.philosophy {
  background-image: url("/img/common/para_item_01.svg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: left top;
}
.philosophy .lay_wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.philosophy h2 {
  border-left: 10px solid #0b318f;
  letter-spacing: 1px;
}

.philosophy01, .philosophy02 {
  position: relative;
  height: auto;
  padding-top: 65%;
}
@media screen and (min-width: 1200px) {
  .philosophy01, .philosophy02 {
    padding-top: 0;
  }
}

.philosophy01 {
  background-image: url(/img/identity/philosophy01_bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 96% auto;
}
@media screen and (min-width: 1200px) {
  .philosophy01 {
    background-size: 44% auto;
  }
}
.philosophy01 p {
  padding: 0 4% 2rem 4%;
}
@media screen and (min-width: 1200px) {
  .philosophy01 p {
    padding: 0 50% 2rem 0;
  }
}

.philosophy02 {
  background-image: url(/img/identity/philosophy02_bg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 96% auto;
  margin-top: 3rem;
}
@media screen and (min-width: 1200px) {
  .philosophy02 {
    background-size: 44% auto;
  }
}
.philosophy02 p {
  padding: 0 4% 2rem 4%;
}
@media screen and (min-width: 1200px) {
  .philosophy02 p {
    padding: 0 0 2rem 50%;
  }
}

/*==================================

.mission

==================================*/
.mission {
  margin-bottom: 6rem;
}
.mission .lay_wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.mission h2 {
  border-left: 10px solid #ea5504;
}
.mission h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 3px;
}
@media screen and (min-width: 768px) {
  .mission h3 {
    font-size: 2.4rem;
  }
}
.mission h3:before, .mission h3:after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: black;
  display: block;
}
.mission h3:before {
  margin-right: 1rem;
}
.mission h3:after {
  margin-left: 1rem;
}

/*==================================

.policy

==================================*/
.policy {
  margin-bottom: 6rem;
}
.policy h2 {
  border-left: 10px solid #0b318f;
  margin-bottom: 2rem;
}
.policy .policy_inner {
  background-image: url(/img/identity/policy01_sp_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .policy .policy_inner {
    background-image: url(/img/identity/policy01_pc_bg.png);
  }
}
.policy .lay_wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.policy .policy_box li {
  display: table;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1rem 4rem;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
.policy .policy_box li:last-child {
  margin-bottom: 0;
}
.policy .policy_box li h3 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 3px;
}
@media screen and (min-width: 768px) {
  .policy .policy_box li h3 {
    font-size: 2.6rem;
  }
}
.policy .policy_box li p {
  font-size: 1.1rem;
}

/*==================================

.value

==================================*/
.value {
  position: relative;
  height: auto;
  background-image: url(/img/identity/value_bg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 96% auto;
  margin-top: 3rem;
}
@media screen and (min-width: 1200px) {
  .value {
    padding-top: 0;
    background-size: 44% auto;
  }
}
.value .lay_wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.value h2 {
  border-left: 10px solid #ea5504;
  margin-bottom: 2rem;
}

.value_inner {
  padding-bottom: 2rem;
  padding-top: 57%;
}
@media screen and (min-width: 1200px) {
  .value_inner {
    padding-left: 45%;
    padding-top: 0;
  }
}
.value_inner li {
  padding: 1rem 4rem;
  line-height: 1.4;
}
.value_inner li:last-child {
  margin-bottom: 0;
}
.value_inner li h3 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 3px;
}
@media screen and (min-width: 768px) {
  .value_inner li h3 {
    font-size: 2.6rem;
  }
}
.value_inner li p {
  font-size: 1.1rem;
}

/*==================================

.logo

==================================*/
.logo {
  margin-bottom: 6rem;
}
.logo h2 {
  border-left: 10px solid #fdd000;
  margin-bottom: 2rem;
}

.logo_top {
  position: relative;
}
.logo_top .logo_img {
  background-color: white;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  border-radius: 2rem;
  width: 90%;
  max-width: 750px;
  padding: 20% 12%;
}
@media screen and (min-width: 768px) {
  .logo_top .logo_img {
    padding: 10% 12%;
  }
}
.logo_top img {
  display: block;
  margin: auto;
  width: 60%;
}
@media screen and (min-width: 768px) {
  .logo_top img {
    width: auto;
  }
}
.logo_top .logo_txt {
  text-align: center;
  font-weight: 700;
  font-size: 1.1rem;
  padding-top: 1rem;
}
@media screen and (min-width: 576px) {
  .logo_top .logo_txt {
    font-size: 1.4rem;
    padding-top: 2rem;
  }
}

#color {
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 20%;
  height: 40%;
}
@media screen and (min-width: 576px) {
  #color {
    height: 50%;
  }
}
@media screen and (min-width: 768px) {
  #color {
    height: 60%;
  }
}

.logo_contents_bg {
  background-color: #F6F6F6;
  border-radius: 2rem;
  width: 98%;
  max-width: 1200px;
  margin: 3rem auto;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .logo_contents_bg {
    padding: 5rem;
    margin: 5rem auto;
  }
}

.logo_color_info {
  background-color: white;
  border-radius: 1rem;
  padding: 5rem 2rem 2rem 2rem;
  margin-bottom: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .logo_color_info {
    padding: 5rem 2rem;
  }
}
.logo_color_info:before, .logo_color_info:after {
  z-index: -1;
  color: #DBDBDB;
  font-weight: 700;
  position: absolute;
  font-size: 3rem;
  line-height: 1;
  font-family: "Lato", sans-serif;
}
@media screen and (min-width: 768px) {
  .logo_color_info:before, .logo_color_info:after {
    font-size: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .logo_color_info:before, .logo_color_info:after {
    font-size: 8rem;
  }
}
.logo_color_info:before {
  left: 2rem;
  top: 1.5rem;
}
.logo_color_info:after {
  right: 2rem;
  top: 1.5rem;
}
.logo_color_info .parts_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.logo_color_info .parts_img img {
  display: block;
  margin: 2rem auto;
}
@media screen and (min-width: 576px) {
  .logo_color_info .parts_img img {
    margin: 8rem auto 3rem auto;
  }
}
@media screen and (min-width: 768px) {
  .logo_color_info .parts_img img {
    margin: 0 0 0 auto;
  }
}
.logo_color_info h4 {
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 5px;
  margin-bottom: 1rem;
}
.logo_color_info h4 span {
  font-size: 2rem;
}
.logo_color_info p {
  margin-bottom: 1rem;
  line-height: 2;
}
@media screen and (min-width: 576px) {
  .logo_color_info p {
    line-height: 3;
  }
}
.logo_color_info .bold {
  font-size: 1.2rem;
}

.logo_color_green:before {
  content: "1,";
}
.logo_color_green:after {
  content: "Green";
}
.logo_color_green span {
  color: #007e5c;
}

.logo_color_blue:before {
  content: "2,";
}
.logo_color_blue:after {
  content: "Blue";
}
.logo_color_blue span {
  color: #0b318f;
}

.logo_color_orange:before {
  content: "3,";
}
.logo_color_orange:after {
  content: "Orange";
}
.logo_color_orange span {
  color: #ea5504;
}

.logo_color_yellow:before {
  content: "4,";
}
.logo_color_yellow:after {
  content: "Yellow";
}
.logo_color_yellow span {
  color: #fdd000;
}

.logo_ending .logo_ending_txt1, .logo_ending .logo_ending_txt2 {
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
}
.logo_ending .logo_ending_txt1 span, .logo_ending .logo_ending_txt2 span {
  font-size: 5rem;
}
.logo_ending img {
  display: block;
}
.logo_ending p {
  max-width: 930px;
  margin: 0 auto;
}
.logo_ending ul {
  margin-top: 5rem;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .logo_ending ul {
    margin-bottom: 5rem;
  }
}
.logo_ending ul li {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .logo_ending ul li {
    margin-bottom: 1rem;
  }
}
.logo_ending ul img {
  display: block;
  margin: 0 auto;
}
.logo_ending .logo_ending_txt2 {
  letter-spacing: 3px;
  position: relative;
  line-height: 1;
  margin-bottom: 2rem;
  display: table;
}
.logo_ending .logo_ending_txt2:before {
  position: absolute;
  left: -2rem;
  top: 50%;
  font-size: 1.5rem;
  content: "＼";
}
@media screen and (min-width: 768px) {
  .logo_ending .logo_ending_txt2:before {
    left: -4rem;
  }
}
.logo_ending .logo_ending_txt2:after {
  position: absolute;
  right: -2rem;
  top: 50%;
  font-size: 1.5rem;
  content: "／";
}
@media screen and (min-width: 768px) {
  .logo_ending .logo_ending_txt2:after {
    right: -4rem;
  }
}
.logo_ending:before {
  content: "5,";
}