@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- common
- identity_sec
- philosophy_sec
- history_sec
- message_sec
- role_sec
-------------------------*/
/*=======================================
　common
=======================================*/
#contents {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  #contents {
    margin-bottom: 100px;
  }
}

.mv_sec {
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .mv_sec {
    margin-bottom: 15px;
  }
}

.page_ttl_sec {
  padding: 0 0 90px;
}
.page_ttl_sec h1, .page_ttl_sec h2 {
  font-size: 40px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .page_ttl_sec h1, .page_ttl_sec h2 {
    font-size: 30px;
  }
}
.page_ttl_sec span {
  font-weight: 400;
}
.page_ttl_sec span.jp {
  font-family: "游ゴシック", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Maru Gothic W4 JIS2004", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--main_black);
  font-size: 15px;
}

.identity_sec,
.philosophy_sec,
.history_sec,
.slogan_sec,
.message_sec {
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .identity_sec,
  .philosophy_sec,
  .history_sec,
  .slogan_sec,
  .message_sec {
    margin-bottom: 90px;
  }
}

.philosophy_sec .page_ttl_sec,
.history_sec .page_ttl_sec,
.slogan_sec .page_ttl_sec,
.message_sec .page_ttl_sec,
.role_sec .page_ttl_sec {
  margin-bottom: 45px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .philosophy_sec .page_ttl_sec,
  .history_sec .page_ttl_sec,
  .slogan_sec .page_ttl_sec,
  .message_sec .page_ttl_sec,
  .role_sec .page_ttl_sec {
    margin-bottom: 30px;
  }
}

/*=======================================
　identity_sec
=======================================*/
.identity_sec {
  overflow-x: hidden;
}
.identity_sec .inner {
  max-width: 1200px;
}
.identity_sec .inner .txt_jp04 {
  text-align: center;
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .identity_sec .inner .txt_jp04 {
    margin-bottom: 80px;
  }
}
.identity_sec .inner .section_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px 0;
}
@media screen and (max-width: 768px) {
  .identity_sec .inner .section_wrap {
    gap: 40px 0;
  }
}
.identity_sec .inner .section_wrap .section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .identity_sec .inner .section_wrap .section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
}
.identity_sec .inner .section_wrap .section .img_area .img {
  position: relative;
}
.identity_sec .inner .section_wrap .section .img_area .img .caption {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .identity_sec .inner .section_wrap .section .img_area .img .caption {
    left: 10px;
    bottom: 10px;
    font-size: 16px;
  }
}
.identity_sec .inner .section_wrap .section .txt_area .txt_en02 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .identity_sec .inner .section_wrap .section .txt_area .txt_en02 {
    margin-bottom: 25px;
  }
}
.identity_sec .inner .section_wrap .section.climate .img_area {
  width: 47.41%;
}
@media screen and (max-width: 768px) {
  .identity_sec .inner .section_wrap .section.climate .img_area {
    width: 100%;
  }
}
.identity_sec .inner .section_wrap .section.climate .txt_area {
  width: 45.08%;
}
@media screen and (max-width: 768px) {
  .identity_sec .inner .section_wrap .section.climate .txt_area {
    width: 100%;
  }
}
.identity_sec .inner .section_wrap .section.history {
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .identity_sec .inner .section_wrap .section.history {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.identity_sec .inner .section_wrap .section.history .txt_area {
  width: 29.5%;
}
@media screen and (max-width: 768px) {
  .identity_sec .inner .section_wrap .section.history .txt_area {
    width: 100%;
  }
}
.identity_sec .inner .section_wrap .section.history .img_area {
  width: 67.57%;
}
@media screen and (max-width: 768px) {
  .identity_sec .inner .section_wrap .section.history .img_area {
    width: 100%;
  }
}
.identity_sec .inner .section_wrap .section.culture .img_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 68.41%;
}
@media screen and (max-width: 768px) {
  .identity_sec .inner .section_wrap .section.culture .img_area {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
}
.identity_sec .inner .section_wrap .section.culture .img_area .img:nth-child(1) {
  width: 42.63%;
}
@media screen and (max-width: 768px) {
  .identity_sec .inner .section_wrap .section.culture .img_area .img:nth-child(1) {
    width: 100%;
  }
}
.identity_sec .inner .section_wrap .section.culture .img_area .img:nth-child(2) {
  width: 53.71%;
}
@media screen and (max-width: 768px) {
  .identity_sec .inner .section_wrap .section.culture .img_area .img:nth-child(2) {
    width: 100%;
  }
}
.identity_sec .inner .section_wrap .section.culture .img_area .caption {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.identity_sec .inner .section_wrap .section.culture .txt_area {
  width: 25.83%;
}
@media screen and (max-width: 768px) {
  .identity_sec .inner .section_wrap .section.culture .txt_area {
    width: 100%;
  }
}

/*=======================================
　philosophy_sec
=======================================*/
.philosophy_sec .inner {
  max-width: 1080px;
}
.philosophy_sec .txt_jp01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .philosophy_sec .txt_jp01 {
    margin-bottom: 25px;
  }
}

/*=======================================
　history_sec
=======================================*/
.history_sec .inner {
  max-width: 1040px;
}
.history_sec .history_wrap .history {
  padding: 100px 0;
  /* 1972 - 1989 */
  /* 1990 - 2009 */
  /* 2010- */
}
@media screen and (max-width: 768px) {
  .history_sec .history_wrap .history {
    padding: 50px 0;
  }
}
.history_sec .history_wrap .history .ttl_year {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 24px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .history_sec .history_wrap .history .ttl_year {
    font-size: 21px;
    margin-bottom: 25px;
  }
}
.history_sec .history_wrap .history ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 0;
}
@media screen and (max-width: 768px) {
  .history_sec .history_wrap .history ul {
    gap: 20px 0;
  }
}
.history_sec .history_wrap .history ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.history_sec .history_wrap .history ul li dl dt {
  width: 17.59%;
  padding-left: 15px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .history_sec .history_wrap .history ul li dl dt {
    font-size: 20px;
    padding-left: 0;
  }
}
.history_sec .history_wrap .history ul li dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 5.76%;
}
.history_sec .history_wrap .history ul li dl dd .sttl {
  font-size: 18px;
  line-height: 1.777;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .history_sec .history_wrap .history ul li dl dd .sttl {
    font-size: 16px;
  }
}
.history_sec .history_wrap .history ul li dl dd .txt_jp01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .history_sec .history_wrap .history ul li dl dd .txt_jp01 {
    margin-bottom: 20px;
  }
}
.history_sec .history_wrap .history:first-child {
  padding-top: 0;
}
.history_sec .history_wrap .history:last-child {
  padding-bottom: 0;
}
.history_sec .history_wrap .history:nth-child(even) {
  background: #F6F6F6;
}
.history_sec .history_wrap .history:nth-child(1) dd .img__s {
  width: 46.54%;
}
@media screen and (max-width: 768px) {
  .history_sec .history_wrap .history:nth-child(1) dd .img__s {
    width: 100%;
  }
}
.history_sec .history_wrap .history:nth-child(2) dd .img__s {
  width: 68.13%;
}
@media screen and (max-width: 768px) {
  .history_sec .history_wrap .history:nth-child(2) dd .img__s {
    width: 100%;
  }
}
.history_sec .history_wrap .history:nth-child(3) dd .img {
  width: 90.35%;
}
@media screen and (max-width: 768px) {
  .history_sec .history_wrap .history:nth-child(3) dd .img {
    width: 100%;
  }
}

/*=======================================
　slogan_sec
=======================================*/
.slogan_sec .inner .page_ttl_sec {
  text-align: left;
}
.slogan_sec .inner .page_ttl_sec span {
  padding: 0 0 10px;
}
.slogan_sec .inner .splide {
  overflow: hidden;
  padding-bottom: 28px;
  margin-right: 80px;
}
@media screen and (max-width: 768px) {
  .slogan_sec .inner .splide {
    margin-right: 0;
  }
}
.slogan_sec .inner .splide .splide__track {
  overflow: visible;
}
.slogan_sec .inner .splide .splide__track .splide__list .splide__slide {
  max-width: 1120px;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .slogan_sec .inner .splide .splide__track .splide__list .splide__slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 30px 0;
    width: 100%;
  }
}
.slogan_sec .inner .splide .splide__track .splide__list .splide__slide .img_area {
  width: 50.8%;
}
@media screen and (max-width: 768px) {
  .slogan_sec .inner .splide .splide__track .splide__list .splide__slide .img_area {
    width: 100%;
  }
}
.slogan_sec .inner .splide .splide__track .splide__list .splide__slide .txt_area {
  width: 40.53%;
}
@media screen and (max-width: 768px) {
  .slogan_sec .inner .splide .splide__track .splide__list .splide__slide .txt_area {
    width: 100%;
  }
}
.slogan_sec .inner .splide .splide__track .splide__list .splide__slide .txt_area .ttl {
  margin-bottom: 45px;
  padding: 9px 0 0 18px;
  border-left: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .slogan_sec .inner .splide .splide__track .splide__list .splide__slide .txt_area .ttl {
    margin-bottom: 20px;
  }
}
.slogan_sec .inner .splide .splide__track .splide__list .splide__slide .txt_area .ttl span {
  font-family: "Outfit", sans-serif;
  display: block;
}
.slogan_sec .inner .splide .splide__track .splide__list .splide__slide .txt_area .ttl span.num {
  font-size: 13px;
  letter-spacing: 0.05em;
}
.slogan_sec .inner .splide .splide__track .splide__list .splide__slide .txt_area .ttl span.en {
  font-weight: 300;
  font-size: 26px;
  line-height: 1.538;
}
@media screen and (max-width: 768px) {
  .slogan_sec .inner .splide .splide__track .splide__list .splide__slide .txt_area .ttl span.en {
    font-size: 24px;
  }
}
.slogan_sec .inner .splide .splide__track .splide__list .splide__slide .txt_area .txt_jp02 {
  width: 90.11%;
}
@media screen and (max-width: 768px) {
  .slogan_sec .inner .splide .splide__track .splide__list .splide__slide .txt_area .txt_jp02 {
    width: 100%;
  }
}

/* ページネーション */
.identity_pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  gap: 0 13px;
}
.identity_pagination li {
  line-height: 0;
}
.identity_pagination li .page {
  background: #D2D2D2;
  width: 7px;
  height: 7px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  border-radius: 50vw;
}
.identity_pagination li .page.is-active {
  background: var(--main_black);
  opacity: 1;
}

/*=======================================
　message_sec
=======================================*/
.message_sec .inner .flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 5.41%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .message_sec .inner .flex_area {
    margin-bottom: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.message_sec .inner .flex_area .img_area {
  width: 30.66%;
}
@media screen and (max-width: 768px) {
  .message_sec .inner .flex_area .img_area {
    width: 77.62%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.message_sec .inner .flex_area .ttl_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .message_sec .inner .flex_area .ttl_area {
    display: contents;
  }
}
.message_sec .inner .flex_area .ttl_area .page_ttl_sec {
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .message_sec .inner .flex_area .ttl_area .page_ttl_sec {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.message_sec .inner .flex_area .ttl_area .name {
  /* display: flex;
  flex-flow: wrap;
  align-items: baseline;
  gap: 7px 9px; */
  max-width: 335px;
  /* small {
  	display: block;
  	width: 100%;
  }
  span {
  	color: #333;
  	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  	&.en {
  		font-weight: 300;
  		font-size: 31px;
  		letter-spacing: -0.05em;
  		@include mq-down(md) {
  			font-size: 22px;
  		}
  	}
  	&.jp {
  		font-size: 12px;
  		@include mq-down(md) {
  			font-size: 10px;
  		}
  	}
  } */
}
@media screen and (max-width: 768px) {
  .message_sec .inner .flex_area .ttl_area .name {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 77.62%;
    margin: 0 auto;
  }
}
.message_sec .inner .txt_jp01 {
  width: 80.16%;
}
@media screen and (max-width: 768px) {
  .message_sec .inner .txt_jp01 {
    width: 100%;
  }
}

/*=======================================
　role_sec
=======================================*/
.role_sec .bg_area {
  background: #F6F6F6;
  margin-left: auto;
  margin-right: calc(50% - 50vw);
  padding: 130px 8%;
}
@media screen and (max-width: 768px) {
  .role_sec .bg_area {
    padding: 65px 5%;
  }
}
.role_sec .bg_area .bg_area_inn {
  max-width: 933px;
  width: 89.71%;
}
@media screen and (max-width: 768px) {
  .role_sec .bg_area .bg_area_inn {
    width: 100%;
  }
}
.role_sec .inner .page_ttl_sec {
  text-align: left;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .role_sec .inner .page_ttl_sec {
    margin-bottom: 40px;
  }
}/*# sourceMappingURL=identity.css.map */