@charset "UTF-8";
/*---------------------------------------------
	目次
  ---------------------------------------------
	リセット
	リンク
	フォント
	メインコンテンツ
	強制指定
	[CL]  カラム
	[HD]  見出し
	[TX]  テキスト
	[HR]  区切り線
	[IG]  画像
	[LT]  リスト
	[LK1]  アイコンリンク
	[LK2]  横並びリンク
	[TG1] タグ
	[TG2] ラベル
	[BT]  ボタン
	[BT3] シェアボタン
	[BT4] ページトップボタン
	[BX]  ボックス
	[FR]  枠
	[PL]  パネル
	[TB]  表
	[NV1] コンテンツナビゲーション
	[NV2] タブ
	[NV3] ページネーション
	[FM]  フォーム
	[EB1] 動画埋め込み
	[EB2] モーダル
	[SL]  スライダー
	[SC]  スクロールエフェクト
	[BC]  パンくず
	[HI]  ヒーローイメージ(下層)
	[BR]  ブランド
	[CP]  企業情報
	[PR]  プレスルーム
	[SU]  サスティナビリティ

	1200px未満
	768px未満
	480px未満
	印刷用
 ----------------------------------------------*/
/*---------------------------------------------
	リセット
  ---------------------------------------------*/
html {
  overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, header, address,
figure, figcaption {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: '';
}

object,
embed {
  vertical-align: top;
}

legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  font-weight: normal;
}

img, abbr, acronym, fieldset {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

ul li {
  list-style-type: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  color: #555;
  text-align: left;
  line-height: 1.5;
  text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  word-wrap: break-word;
}

input,
option,
select {
  outline: none;
}

input,
select {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

/*---------------------------------------------
	リンク
  ---------------------------------------------*/
.main a {
  outline: none;
  transition: color .2s linear;
}
html:not(.sp) .main a:hover {
  color: #5e80db;
}

/*---------------------------------------------
	フォント
  ---------------------------------------------*/
body {
  font-family: Verdana, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 0.88rem;
}

input,
select,
textarea,
button {
  font-family: inherit;
  font-size: inherit;
}

/*---------------------------------------------
	メインコンテンツ
  ---------------------------------------------*/
#wrapper {
  min-width: 320px;
  overflow: hidden;
}

main {
  position: relative;
  left: 18.75%;
  width: 81.25%;
  display: block;
  overflow-x: hidden;
}

.main .content {
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: #fff;
}
.main .content:not([class*="bg-"]) + .content:not([class*="bg-"]) {
  padding-top: 0;
}

.row {
  margin: 0 auto;
  padding: 0 4.2vw;
  box-sizing: content-box;
}
.row .row {
  padding: 0;
}

.anchor:before {
  content: "";
  display: block;
  margin-top: -70px;
  padding-top: 70px;
}

.fixed {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 0;
}

/*---------------------------------------------
	強制指定
  ---------------------------------------------*/
/* ----- 上下左右中央寄せ ----- */
.main .left {
  text-align: left !important;
}

.main .center {
  text-align: center !important;
}

.main .right {
  text-align: right !important;
}

.main .top {
  vertical-align: top !important;
}

.main .middle {
  vertical-align: middle !important;
}

.main .bottom {
  vertical-align: bottom !important;
}

.main .matchH.bottom {
  display: flex;
  align-items: flex-end;
}

.main .matchH.middle {
  display: flex;
  align-items: center;
}

/* ----- 表示／非表示 ----- */
@media screen and (min-width: 768px), print {
  .show-sp {
    display: none !important;
  }
}
/* ----- 文字サイズ ----- */
.main .l {
  font-size: 1.06rem !important;
}

.main .m {
  font-size: 0.88rem !important;
}

.main .s {
  font-size: 0.75rem !important;
}

/* ----- 文字装飾 ----- */
.main .normal {
  font-weight: normal !important;
}

.winChrome .main .normal {
  font-weight: 500 !important;
}

.main .bold {
  font-weight: bold !important;
}

.main .italic {
  font-style: italic !important;
}

.main .oblique {
  font-style: oblique !important;
}

/* ----- 字下げ ----- */
.main .txt-indent {
  text-indent: 1em !important;
}

.main .txt-indent0 {
  text-indent: none !important;
}

/* ----- 幅 ----- */
.main .w50 {
  width: 50px !important;
}

.main .w60 {
  width: 60px !important;
}

.main .w70 {
  width: 70px !important;
}

.main .w80 {
  width: 80px !important;
}

.main .w90 {
  width: 90px !important;
}

.main .w100 {
  width: 100px !important;
}

.main .w110 {
  width: 110px !important;
}

.main .w120 {
  width: 120px !important;
}

.main .w130 {
  width: 130px !important;
}

.main .w140 {
  width: 140px !important;
}

.main .w150 {
  width: 150px !important;
}

.main .w160 {
  width: 160px !important;
}

.main .w170 {
  width: 170px !important;
}

.main .w180 {
  width: 180px !important;
}

.main .w190 {
  width: 190px !important;
}

.main .w200 {
  width: 200px !important;
}

/* ----- 上余白 ----- */
.main .mt0 {
  margin-top: 0px !important;
}

.main .mt10 {
  margin-top: 10px !important;
}

.main .mt20 {
  margin-top: 20px !important;
}

.main .mt30 {
  margin-top: 30px !important;
}

.main .mt40 {
  margin-top: 40px !important;
}

.main .mt50 {
  margin-top: 50px !important;
}

.main .mt60 {
  margin-top: 60px !important;
}

.main .mt70 {
  margin-top: 70px !important;
}

.main .mt80 {
  margin-top: 80px !important;
}

.main .mt90 {
  margin-top: 90px !important;
}

.main .mt100 {
  margin-top: 100px !important;
}

/* ----- 下余白 ----- */
.main .mb0 {
  margin-bottom: 0px !important;
}

.main .mb10 {
  margin-bottom: 10px !important;
}

.main .mb20 {
  margin-bottom: 20px !important;
}

.main .mb30 {
  margin-bottom: 30px !important;
}

.main .mb40 {
  margin-bottom: 40px !important;
}

.main .mb50 {
  margin-bottom: 50px !important;
}

.main .mb60 {
  margin-bottom: 60px !important;
}

.main .mb70 {
  margin-bottom: 70px !important;
}

.main .mb80 {
  margin-bottom: 80px !important;
}

.main .mb90 {
  margin-bottom: 90px !important;
}

.main .mb100 {
  margin-bottom: 100px !important;
}

/* ----- 背景色 ----- */
.main .bg-white {
  background-color: #fff !important;
}

.main .bg-light {
  background-color: #f2f4f4 !important;
}

.main .bg-light2 {
  background-color: #f3f3f3 !important;
}

.main .bg-gray {
  background-color: #ebebeb !important;
}

.main .bg-dark {
  background-color: #434c4d !important;
}

.main .bg-offwhite {
  background-color: #f8f5f0 !important;
}

.main .bg-unset {
  background-color: unset !important;
}

.main .bg-color0 {
  background-color: #003689 !important;
}
.main .bg-color0.ghost {
  color: #003689 !important;
  background-color: transparent !important;
  border: solid 1px #003689;
}

.main .bg-color1 {
  background-color: #5385d3 !important;
}

.main .bg-color2 {
  background-color: #efa55e !important;
}

.main .bg-color3 {
  background-color: #ec092f !important;
}

.main .bg-gradation1 {
  background: #f79be5 !important;
  background: linear-gradient(45deg, #f79be5 0, #7e88e8 100%) !important;
}

.main .bg-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* ----- 文字色 - 白 ----- */
.main .txt-white * {
  color: #fff !important;
}

.main .txt-red * {
  color: #ec092f !important;
}

.main .txt-blue {
  color: #074194 !important;
}

/* ----- フロート解除 ----- */
.main .clear {
  clear: both;
}

/*---------------------------------------------
	ヘッダー
  ---------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform .2s ease-in-out;
  z-index: 100;
}

.header-wrap {
  width: 100%;
  display: flex;
}

/* ロゴ */
.header-logo {
  position: relative;
  width: 25%;
  height: 125px;
  padding: 0 2.8vw;
  background-color: #074194;
  transition: height .2s ease-in-out, padding .2s ease-in-out;
  display: flex;
  align-items: center;
}
.header-logo a img {
  width: 100%;
  max-width: 332px;
}

.header-ctrl {
  width: 75%;
  display: flex;
  justify-content: flex-end;
}

.header-func {
  height: 100%;
  padding-right: 2.8vw;
  margin-left: 1.8vw;
  display: flex;
  align-items: center;
  transition: padding .2s ease-in-out;
}
.header-func > ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-func > ul li {
  width: 125px;
  height: 100%;
  display: flex;
  align-items: center;
}
.header-func > ul li a {
  width: 100%;
  height: 42px;
  padding: 0 1em;
  color: #074194;
  background-color: #fff;
  box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  text-align: center;
  transition: all .2s ease-in-out;
}
.header-func > ul li.header-func-global, .header-func > ul li.header-func-search {
  width: 42px;
  margin-right: 10px;
}
.header-func > ul li.header-func-global a, .header-func > ul li.header-func-search a {
  padding: 0;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center center;
}
.header-func > ul li.header-func-global a img, .header-func > ul li.header-func-search a img {
  width: 20px;
}

.ie .header-func > ul li.header-func-search span,
.edge .header-func > ul li.header-func-search span {
  height: 125px;
}
.ie .header-func > ul li.header-func-contact a,
.edge .header-func > ul li.header-func-contact a {
  padding: 6px 20px 0;
}

.ie.is-scroll .header-func > ul li.header-func-search span,
.edge.is-scroll .header-func > ul li.header-func-search span {
  height: 110px;
}

.header-func-global a {
  background-image: url(../img/icon_global_blue.png);
}

.header-func-search {
  display: block;
  cursor: pointer;
}
.header-func-search span {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.header-func-search span::after {
  position: absolute;
  right: 0;
  bottom: -21px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 0 17.5px 21px 17.5px;
  border-color: transparent transparent #074194 transparent;
  display: block;
  opacity: 0;
  content: "";
}
.header-func-search span a {
  position: absolute;
  top: 50%;
  background-image: url(../img/icon_search_blue.png);
  transform: translateY(-50%);
}
html:not(.sp) .header-func-search:hover span::after {
  bottom: -7px;
  opacity: 1;
  transition-delay: 0.2s;
}
html:not(.sp) .header-func-search:hover .header-search-area {
  height: 320px;
  opacity: 1;
  transition: height .2s ease-in-out, opacity 0s linear;
}

.header-search-area {
  position: absolute;
  top: 125px;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #074194;
  opacity: 0;
  transition: height .2s ease-in-out, opacity 0s linear .2s;
  overflow: hidden;
  z-index: -1;
}

.is-scroll .header-search-area {
  top: 110px;
}

.header-search-wrap {
  width: 100%;
  max-width: 600px;
  height: 100%;
  padding: 135px 20px;
  margin: 0 auto;
}

.header-search-box {
  width: 100%;
  max-width: 600px;
  height: 50px;
  font-size: 1rem;
  display: flex;
  border-radius: 25px;
  overflow: hidden;
}

.header-search-input {
  width: calc(100% - 113px);
}
.header-search-input input {
  width: 100%;
  height: 100%;
  padding: 5px 30px;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  outline: none;
}

.header-search-btn {
  position: relative;
  width: 113px;
}
.header-search-btn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 17px;
  width: 17px;
  height: 18px;
  margin: auto;
  background-image: url(../img/icon_search.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 17px auto;
  display: block;
  z-index: 1;
  content: "";
}
.header-search-btn input,
.header-search-btn button {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  text-indent: 25px;
  background: #2d5eaa;
  border: 0;
  cursor: pointer;
  outline: none;
}
html:not(.sp) .header-search-btn input:hover,
html:not(.sp) .header-search-btn button:hover {
  opacity: 0.8;
}

.nav-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(69, 75, 84, 0);
  transition: height 0s linear .2s, background-color .2s linear;
  z-index: -2;
}

/* ナビホバー */
html.nav-hover .nav-bg {
  height: 100vh;
  background-color: rgba(69, 75, 84, 0.8);
  transition: height 0s linear, background-color .2s linear;
}

/* ハンバーガーメニュー */
.header-menu {
  display: none;
}

/*** スクロール ***/
.is-scroll .header {
  transform: translate3d(0, -15px, 0);
}
.is-scroll .header-wrap {
  background-color: #f8f5f0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.is-scroll .header-logo {
  height: 110px;
  padding-top: 15px;
}
.is-scroll .header-ctrl .nav > ul > li > a {
  height: 110px;
  padding-top: 15px;
}
.is-scroll .header-func ul li a {
  margin-top: 15px;
}
.is-scroll .header-func ul li.header-func-search span a {
  margin-top: 7.5px;
}
.is-scroll.nav-hover .nav-bg {
  height: calc(100vh + 15px);
}

/*** hover ***/
html:not(.sp) .header:hover::before {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
html:not(.sp) .header:hover .header-wrap {
  background-color: #f8f5f0;
  transition: background-color 0s linear 0s;
}
html:not(.sp) .header:hover .nav > ul > li > a {
  color: #074194;
}
html:not(.sp) .header-func-global a:hover {
  background-image: url(../img/icon_global.png);
  background-color: #074194;
}
html:not(.sp) .header-func-search:hover a {
  background-image: url(../img/icon_search.png);
  background-color: #074194;
}
html:not(.sp) .header-func-search a:hover {
  background-image: url(../img/icon_search.png);
}
html:not(.sp) .header-func-contact a:hover {
  color: #fff;
  background-color: #074194;
}

/*---------------------------------------------
	1440px未満
  ---------------------------------------------*/
/*---------------------------------------------
	1200px未満
  ---------------------------------------------*/
@media screen and (max-width: 1199px) {
  .header-func {
    padding-right: 2vw;
    margin-left: 1vw;
  }
  .header-func > ul li {
    width: 104px;
  }
  .header-func > ul li a {
    height: 36px;
    font-size: 0.75rem;
  }
  .header-func > ul li.header-func-global, .header-func > ul li.header-func-search {
    width: 36px;
  }
  .header-func > ul li.header-func-global a, .header-func > ul li.header-func-search a {
    background-size: 18px auto;
  }
}
/*---------------------------------------------
	990px未満
  ---------------------------------------------*/
@media screen and (max-width: 989px) {
  .header {
    background-color: #074194;
  }

  .header-wrap {
    justify-content: flex-start;
  }

  .header-logo {
    width: 212.5px;
    height: 70px;
    padding: 0 0 0 15px;
    display: flex;
    align-items: center;
  }
  .header-logo a img {
    width: 100%;
  }

  .header-ctrl {
    width: calc(100% - 197.5px);
    background-color: #074194;
    justify-content: flex-end;
  }

  .header-func {
    padding-right: 0;
    margin-left: 0;
  }
  .header-func > ul li {
    width: auto;
    height: auto;
  }
  .header-func > ul li a {
    color: #fff;
    line-height: 1;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
  }
  .header-func > ul li.header-func-global, .header-func > ul li.header-func-search {
    width: 45px;
    margin-right: 0;
  }
  .header-func > ul li.header-func-global a, .header-func > ul li.header-func-search a {
    position: relative;
    padding: 30px 8.5px 0;
    margin-top: 0 !important;
    font-size: 0.63rem;
    background-position: top center;
  }

  .header-func-global a {
    background-image: url(../img/icon_global.png);
  }

  .header-func-search span::after {
    content: none;
  }
  .header-func-search span a {
    top: auto;
    background-image: url(../img/icon_search.png);
    transform: translateY(0);
  }
  .header-func-search.is-show .header-search-area {
    height: 122px;
    opacity: 1;
    transition: height .2s ease-in-out, opacity 0s linear;
  }

  .ie .header-func > ul li.header-func-search span,
  .edge .header-func > ul li.header-func-search span {
    height: 100%;
  }

  .ie.is-scroll .header-func > ul li.header-func-search span,
  .edge.is-scroll .header-func > ul li.header-func-search span {
    height: 100%;
  }

  .header-search-area {
    top: 70px;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height .2s ease-in-out, opacity 0s linear .2s;
  }
  .header-search-area.is-show {
    height: 0;
  }

  .is-scroll .header-search-area {
    top: 70px;
  }

  .header-search-wrap {
    padding: 41px 20px;
  }

  .header-search-box {
    position: relative;
    height: 40px;
    margin: 0;
  }

  .header-search-input {
    width: calc(100% - 90px);
  }

  .header-search-btn {
    width: 90px;
  }
  .header-search-btn::before {
    left: 8px;
  }
  .header-search-btn input,
  .header-search-btn button {
    font-size: 0.88rem;
    text-indent: 15px;
  }

  .header-func-contact {
    display: none !important;
  }

  /*** スクロール ***/
  .is-scroll .header {
    transform: translate3d(0, 0, 0);
  }
  .is-scroll .header-wrap {
    background-color: #f8f5f0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .is-scroll .header-logo {
    height: 70px;
    padding-top: 0;
  }
  .is-scroll .header-ctrl .nav > ul > li > a {
    height: auto;
    padding-top: 13px;
  }

  .header-menu {
    width: 55px;
    height: 70px;
    display: flex;
    align-items: center;
  }

  .header-menu-btn {
    position: relative;
    width: 45px;
    height: 40px;
    padding-right: 10px;
    color: #fff;
    text-align: center;
    cursor: pointer;
  }
  .header-menu-btn::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 0.63rem;
    line-height: 1;
    content: "メニュー";
  }

  .header-menu-bar {
    position: absolute;
    top: 1px;
    right: 0;
    left: 0;
    width: 20px;
    height: 16.8px;
    margin: auto;
  }
  .header-menu-bar span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 100px;
    display: inline-block;
    transition: all .4s;
  }
  .header-menu-bar span:nth-child(1) {
    top: 0;
  }
  .header-menu-bar span:nth-child(2) {
    top: 7.4px;
  }
  .header-menu-bar span:nth-child(3) {
    bottom: 0;
  }

  .is-scroll .header {
    transform: translate3d(0, 0, 0);
  }
  .is-scroll .header-wrap {
    background-color: transparent;
  }

  .header.is-open {
    /*.header-bg {
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100vh;
    	background-color: rgba(69,75,84,0.8);
    }*/
  }
  .header.is-open .nav {
    height: 100vh;
    opacity: 1;
    transition: height .4s ease-in-out, opacity 0s linear;
  }
  .header.is-open .header-menu-btn::before {
    content: "閉じる";
  }
  .header.is-open .header-menu-btn span:nth-child(1) {
    -webkit-transform: translateY(7.4px) rotate(-45deg);
    transform: translateY(7.4px) rotate(-45deg);
  }
  .header.is-open .header-menu-btn span:nth-child(2) {
    opacity: 0;
  }
  .header.is-open .header-menu-btn span:nth-child(3) {
    -webkit-transform: translateY(-7.4px) rotate(45deg);
    transform: translateY(-7.4px) rotate(45deg);
  }
}
/*---------------------------------------------
	360px未満
  ---------------------------------------------*/
@media screen and (max-width: 359px) {
  .header-logo {
    width: 150px;
  }

  .header-ctrl {
    width: calc(100% - 150px);
  }
}
/*---------------------------------------------
	グローバルナビゲーション
  ---------------------------------------------*/
.nav {
  flex: 1;
}
.nav > ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.nav > ul > li {
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.nav > ul > li > a {
  position: relative;
  height: 125px;
  padding: 0 1vw;
  color: #074194;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: color .3s, padding .2s ease-in-out, height .2s ease-in-out;
  overflow: hidden;
}
.nav > ul > li > a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #074194;
  display: block;
  transition: bottom .3s;
  content: "";
}
.nav > ul > li > a span {
  font-size: 0.69rem;
  text-align: center;
}
html:not(.sp) .nav > ul > li > a:hover {
  color: #5e80db !important;
}
html:not(.sp) .nav > ul > li > a:hover::after {
  bottom: 0;
}
.nav > ul > li:last-child {
  display: none;
}
html:not(.sp) .nav > ul > li.nav-parent:hover > a::before {
  bottom: -7px;
  opacity: 1;
  transition-delay: 0.2s;
}
.nav > ul > li.nav-parent > a::before {
  position: absolute;
  right: 0;
  bottom: -21px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 0 17.5px 21px 17.5px;
  border-color: transparent transparent #074194 transparent;
  display: block;
  opacity: 0;
  content: "";
}
.nav > ul > li.nav-parent > a::after {
  content: none;
}
html:not(.sp) .nav > ul > li.nav-parent > a:hover::before {
  bottom: -7px;
  opacity: 1;
  transition-delay: 0.2s;
}

.nav-parent-btn {
  display: none;
}

/***スクロール ***/
/*** メガメニュー ***/
html:not(.sp) .nav:hover ul li:hover .nav-megamenu {
  height: 400px;
  opacity: 1;
  transition: height .2s ease-in-out, opacity 0s linear;
}

.nav-megamenu {
  position: absolute;
  top: 125px;
  left: 0;
  width: 100%;
  height: 0;
  font-size: 0.94rem;
  background-color: #074194;
  opacity: 0;
  overflow: hidden;
  transition: height .2s ease-in-out, opacity 0s linear .2s;
  word-wrap: break-word;
  z-index: -1;
}

/***スクロール ***/
.is-scroll .nav-megamenu {
  top: 110px;
}

.nav-megamenu-layer2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

.nav-megamenu-parent {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  padding: 30px 2.8vw;
}
.nav-megamenu-parent > a {
  color: #fff;
  font-size: 1.81rem;
  font-weight: bold;
}

.nav-megamenu .nav-megamenu-layer3 > ul > li a span {
  position: absolute;
  top: 0;
  right: 2vw;
  bottom: 0;
  margin: auto;
  transition: right .2s linear;
}
.nav-megamenu .nav-megamenu-layer3 > ul > li a span::before, .nav-megamenu .nav-megamenu-layer3 > ul > li a span::after {
  transition: none;
}
html:not(.sp) .nav-megamenu .nav-megamenu-layer3 > ul > li a:hover span {
  right: calc(2vw - 3px);
}
html:not(.sp) .nav-megamenu .nav-megamenu-layer3 > ul > li a:hover span::before {
  transform: translate3d(0, 0, 0);
}
html:not(.sp) .nav-megamenu .nav-megamenu-layer3 > ul > li a:hover span::after {
  transform: translate3d(0, 0, 0) rotate(25deg);
}

.nav-megamenu-layer3 {
  position: absolute;
  top: 0;
  left: 30%;
  width: 70%;
  height: 100%;
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}
.nav-megamenu-layer3::after {
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: -1;
  content: "";
}
.nav-megamenu-layer3 > ul {
  position: relative;
  height: 100%;
  padding: 30px 0;
}
.nav-megamenu-layer3 > ul > li {
  width: 50%;
}
.nav-megamenu-layer3 > ul > li a {
  position: relative;
  padding: 5px 3.4vw;
  display: block;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color .3s;
}
html:not(.sp) .nav-megamenu-layer3 > ul > li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.nav-megamenu-layer3 > ul > li.nav-megamenu-layer3-parent {
  width: 100%;
}
.nav-megamenu-layer3 > ul > li.nav-megamenu-layer3-parent > a {
  width: calc(50% - 1px);
}
html:not(.sp) .nav-megamenu-layer3 > ul > li.nav-megamenu-layer3-parent > a:hover + .nav-parent-btn + .nav-megamenu-layer4 {
  width: 50%;
}
html:not(.sp) .nav-megamenu-layer3 > ul > li.nav-megamenu-layer3-parent:hover > a {
  background-color: rgba(255, 255, 255, 0.1);
}

.nav-megamenu .icon-arrow span {
  position: relative;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
.nav-megamenu .icon-arrow span::before, .nav-megamenu .icon-arrow span::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  margin: auto;
  background-color: #fff;
  display: block;
  transition: transform .2s linear;
  content: "";
}
.nav-megamenu .icon-arrow span::before {
  width: 100%;
}
.nav-megamenu .icon-arrow span::after {
  width: 10px;
  transform: translate3d(0, 0, 0) rotate(25deg);
  transform-origin: right bottom;
}
html:not(.sp) .nav-megamenu .icon-arrow:hover span::before {
  transform: translate3d(3px, 0, 0);
}
html:not(.sp) .nav-megamenu .icon-arrow:hover span::after {
  transform: translate3d(3px, 0, 0) rotate(25deg);
}

.nav-megamenu-layer4 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0px;
  height: 100%;
  padding-top: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
html:not(.sp) .nav-megamenu-layer4:hover {
  width: 50%;
}

/*---------------------------------------------
	1440px未満
  ---------------------------------------------*/
/*---------------------------------------------
	990px ～ 1199px
  ---------------------------------------------*/
@media screen and (min-width: 990px) and (max-width: 1199px) {
  .nav > ul > li > a {
    font-size: 1.2vw;
  }

  .nav-megamenu-parent > a {
    font-size: 1.5rem;
  }
}
/*---------------------------------------------
	990px未満
  ---------------------------------------------*/
@media screen and (max-width: 989px) {
  .nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    margin-left: 0;
    opacity: 0;
    transition: height .4s ease-in-out, opacity 0s linear .4s;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: -1;
  }
  .nav > ul {
    height: auto;
    padding: 70px 15px 120px;
    background-color: #074194;
    display: block;
  }
  .nav > ul > li {
    height: auto;
    padding: 0;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    display: block;
  }
  .nav > ul > li > a {
    width: 100%;
    height: auto;
    padding: 13px 15px;
    color: #fff !important;
    font-size: 1rem;
    display: block;
  }
  .nav > ul > li > a::after {
    position: absolute;
    right: 5px;
    bottom: auto;
    left: auto;
    margin: 0;
    background-position-y: -144px;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../img/icon_link.png);
    background-repeat: no-repeat;
    background-size: 480px 240px;
    content: "";
    display: inline-block;
    margin: -2px 0 0 2px;
    vertical-align: middle;
  }
  .nav > ul > li > a span {
    font-size: 0.88rem;
  }
  .nav > ul > li > a.icon-pc::after {
    width: 22px;
    height: 21px;
    background-image: url(../img/icon_pc.png);
    background-size: 22px 21px;
    background-position-y: 0 !important;
  }
  html:not(.sp) .nav > ul > li > a:hover {
    color: #fff !important;
  }
  html:not(.sp) .nav > ul > li > a:hover::after {
    bottom: auto;
  }
  .nav > ul > li:last-child {
    display: block;
  }
  .nav > ul > li.nav-parent {
    position: relative;
  }
  .nav > ul > li.nav-parent:last-child {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
  .nav > ul > li.nav-parent > a {
    position: relative;
  }
  .nav > ul > li.nav-parent > a::before {
    content: none;
  }

  .nav-parent-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.1);
    display: block;
    outline: none;
    border: 0;
    z-index: 1;
  }
  .nav-parent-btn::before, .nav-parent-btn::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    background-color: #fff;
    transition: opacity .2s ease-in-out;
    content: "";
  }
  .nav-parent-btn::before {
    width: 18px;
    height: 1px;
  }
  .nav-parent-btn::after {
    width: 1px;
    height: 18px;
  }
  .nav-parent-btn.is-open::after {
    opacity: 0;
  }

  .is-scroll .nav > ul > li > a {
    color: #fff;
  }

  .nav-megamenu {
    position: relative;
    top: auto;
    height: auto;
    background-color: rgba(255, 255, 255, 0.1);
    display: none;
    opacity: 1;
    transition: none;
    z-index: auto;
  }

  .nav-megamenu-layer2 {
    position: relative;
  }

  .nav-megamenu-parent {
    display: none;
  }

  .nav-megamenu-layer3 {
    position: relative;
    left: 0;
    width: 100%;
    border-left: 0;
  }
  .nav-megamenu-layer3::after {
    content: none;
  }
  .nav-megamenu-layer3 > ul {
    height: auto;
    padding: 0;
  }
  .nav-megamenu-layer3 > ul > li {
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  }
  .nav-megamenu-layer3 > ul > li:last-child {
    border-bottom: 0;
  }
  .nav-megamenu-layer3 > ul > li a {
    min-height: 50px;
    padding: 13px 15px;
  }
  .nav-megamenu-layer3 > ul > li a span {
    display: none;
  }
  .nav-megamenu-layer3 > ul > li.nav-megamenu-layer3-parent {
    position: relative;
  }
  .nav-megamenu-layer3 > ul > li.nav-megamenu-layer3-parent > a {
    position: static;
    width: calc(100% - 50px);
  }
  .nav-megamenu-layer3 > ul > li.nav-megamenu-layer3-parent > a span {
    display: none;
  }
  .nav-megamenu-layer3 > ul > li.nav-megamenu-layer3-parent .nav-parent-btn {
    background-color: #416aaa;
  }
  .nav-megamenu-layer3 > ul > li.nav-megamenu-layer3-parent .nav-megamenu-layer4 > li a {
    background-color: #416aaa;
    transition: none;
  }

  .nav-megamenu-layer4 {
    position: relative;
    left: 0;
    width: 100%;
    padding-top: 0;
    background-color: transparent;
    display: none;
  }
}
/*---------------------------------------------
	サイド
  ---------------------------------------------*/
.side {
  position: fixed;
  width: 18.75%;
  padding: 0 1.4vw;
  background-color: #074194;
  z-index: 1;
}

.side-h {
  padding: 20px 0 10px;
  color: #fff;
  font-size: 0.88rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.side-wrap {
  max-width: 230px;
  height: calc(100% + 130px);
  padding: 130px 0 20px;
  margin: 0 auto;
}

.side-menu {
  width: 100%;
  padding: 10px 0 30px;
  display: flex;
  flex-wrap: wrap;
}

.side-menu-item {
  width: 50%;
}
.side-menu-item a {
  height: 100%;
  padding: 10px;
  text-align: center;
  display: block;
  transition: all .3s;
}
html:not(.sp) .side-menu-item a:hover .side-menu-item-img img {
  transform: scale(1.1);
}

.side-menu-item-img {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-menu-item-img img {
  transition: transform .2s ease-out;
}

.side-menu-item-txt {
  margin-top: 7px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.4;
  white-space: nowrap;
}
.side-menu-item-txt span {
  vertical-align: sub;
}

.superdry a img {
  width: 31px;
}

.peroni a img {
  width: 19px;
}

.pilsner a img {
  width: 21px;
}

.nikka a img {
  width: 23px;
}

.calpis a img {
  width: 18px;
}

.wonda a img {
  width: 26px;
}

.mitsuyacider a img {
  width: 18px;
}

.wilkinson a img {
  width: 20px;
}

.mintia a img {
  width: 49px;
}

.dearnatura a img {
  width: 24px;
}

.wakodo a img {
  width: 42px;
}

.amanofoods a img {
  width: 35px;
}

.side-btn {
  margin-bottom: 0;
  line-height: 1.6;
  display: block;
}
.side-btn a {
  position: relative;
  display: block;
  max-width: 210px;
  margin: 0 auto;
  padding: 9.5px 0;
  font-size: 0.88rem;
  line-height: 1.4;
  text-decoration: none;
  border: 0 none;
  cursor: pointer;
  outline: none;
  text-align: center;
  border-radius: 100px;
  color: #fff;
  border: solid 1px rgba(255, 255, 255, 0.5);
  background-color: transparent;
  transition: background-color .2s linear, border .2s linear, color .2s linear;
}
.side-btn a:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 100px;
  transition: opacity .2s linear;
}
.side-btn a span {
  position: relative;
  display: inline-block;
  padding: 0 35px 0 15px;
}
.side-btn a span::before, .side-btn a span::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  margin: auto;
  background-color: #fff;
  display: block;
  transition: transform .2s linear;
  content: "";
}
.side-btn a span::before {
  width: 24px;
}
.side-btn a span::after {
  width: 10px;
  transform: rotate(25deg);
  transform-origin: right bottom;
}
html:not(.sp) .side-btn a:hover {
  color: #074194;
  background-color: #fff;
}
html:not(.sp) .side-btn a:hover span::before, html:not(.sp) .side-btn a:hover span::after {
  background-color: #074194;
}
html:not(.sp) .side-btn a:hover span::before {
  transform: translate3d(3px, 0, 0);
}
html:not(.sp) .side-btn a:hover span::after {
  transform: translate3d(3px, 0, 0) rotate(25deg);
}

/*---------------------------------------------
	1180px未満
  ---------------------------------------------*/
@media screen and (max-width: 1179px) {
  .side-menu-item {
    width: 100%;
  }
}
/*---------------------------------------------
	1040px未満
  ---------------------------------------------*/
@media screen and (max-width: 1039px) {
  .side {
    width: 190px;
  }
}
/*---------------------------------------------
	990px未満
  ---------------------------------------------*/
@media screen and (max-width: 989px) {
  .side {
    position: relative;
    width: 100%;
    padding: 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .side-h {
    display: none;
  }

  .side-wrap {
    max-width: 100%;
    height: auto;
    padding: 70px 0 0;
  }

  .side-menu {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 0;
    display: flex;
    flex-wrap: nowrap;
  }

  .side-menu-item {
    min-width: 93.75px;
  }
  .side-menu-item a {
    padding: 0;
  }

  .side-menu-item-txt {
    padding: 0 5px;
    margin-top: 5px;
    font-size: 0.63rem;
    line-height: 1.3;
  }

  .side-btn {
    display: none;
  }
}
/*---------------------------------------------
	768px未満
  ---------------------------------------------*/
@media screen and (max-width: 767px) {
  .superdry a img {
    width: 29px;
  }

  .peroni a img {
    width: 17px;
  }

  .pilsner a img {
    width: 19px;
  }

  .nikka a img {
    width: 21px;
  }

  .calpis a img {
    width: 16px;
  }

  .wonda a img {
    width: 24px;
  }

  .mitsuyacider a img {
    width: 16px;
  }

  .wilkinson a img {
    width: 18px;
  }

  .mintia a img {
    width: 47px;
  }

  .dearnatura a img {
    width: 22px;
  }

  .wakodo a img {
    width: 40px;
  }

  .amanofoods a img {
    width: 33px;
  }
}
/*---------------------------------------------
	360px未満
  ---------------------------------------------*/
/*---------------------------------------------
	フッター
  ---------------------------------------------*/
.footer {
  position: relative;
  padding: 55px 4.2vw 50px;
  background-color: #454b54;
  z-index: 1;
}

/* ロゴ */
.footer-logo {
  width: 332px;
  margin-bottom: 46.5px;
}
.footer-logo a img {
  opacity: 0.5;
}

/* ナビ */
.footer-nav {
  width: 100%;
  margin-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
}

.footer-nav-col {
  display: flex;
  flex-direction: column;
  width: 25%;
  padding-right: 15px;
}
.footer-nav-col:last-child {
  padding-right: 0;
}

html:not(.sp) .footer-menu li a:hover {
  text-decoration: underline;
}
.footer-menu li.link-icon a:after {
  content: none;
}
.footer-menu > li {
  color: #fff;
  font-size: 0.88rem;
  font-weight: bold;
}
.footer-menu > li + li {
  margin-top: 33px;
}

.footer-menu-child {
  margin-top: 15px;
}
.footer-menu-child > li {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 8px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
}

.footer-utility ul {
  display: flex;
  align-items: center;
}
.footer-utility ul li {
  color: #fff;
  font-size: 0.81rem;
  margin-right: 25px;
}
html:not(.sp) .footer-utility ul li a:hover {
  text-decoration: underline;
}

.footer-attention {
  display: flex;
}
.footer-attention p {
  margin-right: 20px;
  color: #fff;
  font-size: 0.69rem;
  line-height: 1.4;
  order: 1;
}
.footer-attention ul {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  order: 2;
}
.footer-attention ul li {
  margin: 0 1.5px;
}
.footer-attention ul li.recycle img {
  width: 47px;
}
.footer-attention ul li.alcohol img {
  width: 47px;
}
.footer-attention ul li.stop img {
  width: 32px;
}

.footer-copyright p {
  margin-top: -10px;
  font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  line-height: 1;
}
.footer-copyright p br {
  display: none;
}

/*---------------------------------------------
	1440px未満
  ---------------------------------------------*/
/*---------------------------------------------
	1040px未満
  ---------------------------------------------*/
@media screen and (max-width: 1039px) {
  .footer-bottom {
    margin-bottom: 30px;
    display: block;
  }

  .footer-utility ul {
    width: calc(100% + 20px);
    margin-left: -10px;
    justify-content: center;
  }
  .footer-utility ul li {
    font-size: 0.88rem;
    margin-right: 10px;
    margin-left: 10px;
  }

  .footer-attention {
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .footer-attention p {
    margin-right: 0;
    order: 2;
  }
  .footer-attention ul {
    justify-content: center;
    order: 1;
  }
  .footer-attention ul li {
    margin: 0 2.5px;
  }
  .footer-attention ul li.alcohol img {
    width: 46.5px;
  }

  .footer-copyright {
    padding-bottom: 24.5px;
  }
  .footer-copyright p {
    margin-top: 0;
    font-size: 0.75rem;
    line-height: 1.5;
    text-align: center;
  }
  .footer-copyright p br {
    display: block;
  }
}
/*---------------------------------------------
	990px未満
  ---------------------------------------------*/
@media screen and (max-width: 989px) {
  /* ナビ */
  .footer-nav-col {
    width: 50%;
    margin-bottom: 30px;
  }
  .footer-nav-col:nth-child(even) {
    padding-right: 0;
  }
}
/*---------------------------------------------
	768px未満
  ---------------------------------------------*/
@media screen and (max-width: 767px) {
  .footer {
    padding: 27px 15px 0;
  }

  /* ロゴ */
  .footer-logo {
    width: 228px;
    margin-bottom: 22.5px;
  }

  /* ナビ */
  .footer-nav {
    margin-bottom: 36.5px;
    display: block;
  }

  .footer-nav-col {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }

  .footer-menu li a:after {
    content: "";
  }
  .footer-menu > li {
    height: 50px;
    padding: 0;
    color: #fff;
    font-size: 0.88rem;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
  .footer-menu > li + li {
    margin-top: 0;
  }
  .footer-menu > li a {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    display: flex;
    align-items: center;
  }
  .footer-menu > li a::after {
    position: absolute;
    right: 5px;
    margin: 0;
    background-position-y: -144px;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../img/icon_link.png);
    background-repeat: no-repeat;
    background-size: 480px 240px;
    content: "";
    display: inline-block;
    margin: -2px 0 0 2px;
    vertical-align: middle;
  }
  .footer-menu > li a.icon-pc::after {
    width: 22px;
    height: 21px;
    background-image: url(../img/icon_pc.png);
    background-size: 22px 21px;
    background-position-y: 0 !important;
  }

  .footer-menu-child {
    display: none;
  }

  .footer-utility ul {
    justify-content: flex-start;
  }
}
/*---------------------------------------------
	360px未満
  ---------------------------------------------*/
@media screen and (max-width: 359px) {
  /* ロゴ */
  .footer-logo {
    width: 180px;
  }
}
/*---------------------------------------------
	ニュース
  ---------------------------------------------*/
.main .news-box-tab {
  border-bottom: solid 1px #e5e5e5;
}
.main .news-box-tab ul {
  width: 60%;
  margin: 0 auto;
  display: flex;
}
.main .news-box-tab ul li {
  width: 100%;
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 0.88rem;
  overflow: hidden;
}
.main .news-box-tab ul li::before {
  content: none;
}
.main .news-box-tab ul li::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #074194;
  display: block;
  transition: bottom .3s;
  content: "";
}
.main .news-box-tab ul li a {
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  transition: color .3s;
}
.main .news-box-tab ul li.is-current::after, html:not(.sp) .main .news-box-tab ul li:hover::after {
  bottom: 0;
}
.main .news-box-tab ul li.is-current a, html:not(.sp) .main .news-box-tab ul li:hover a {
  color: #074194;
}

.main .news-box-elm {
  padding: 46.5px 0 32px;
  opacity: 0;
  transition: opacity .6s;
}
.main .news-box-elm.hide {
  display: none;
}
.main .news-box-elm.show {
  opacity: 1;
}

.main .news-date {
  color: #000;
  text-align: right;
}

.main dl.news dd a {
  text-decoration: none;
}
html:not(.sp) .main dl.news dd a:hover {
  text-decoration: underline;
}

#news .news-elm {
  padding: 0 55px;
}
#news .news-elm dl.news dt {
  width: 125px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
#news .news-elm dl.news dd {
  width: calc(100% - 125px);
  padding: 0 0 0 30px;
  margin-bottom: 23px;
}
#news .news-box-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#news .news-box-links > ul {
  margin: 0 35px;
  display: flex;
}
#news .news-box-links > ul li {
  padding: 0;
  margin: 0 20px;
}
#news .news-box-links > ul li::before {
  content: none;
}
#news .news-box-links a {
  font-weight: bold;
}
#news .news-elm + .news-box-links {
  margin-top: 40px;
}

/*---------------------------------------------
	990px未満
  ---------------------------------------------*/
@media screen and (max-width: 989px) {
  #news .news-elm {
    padding: 0 20px;
  }
  #news .news-box-links > ul {
    margin: 0;
  }
}
/*---------------------------------------------
	768px未満
  ---------------------------------------------*/
@media screen and (max-width: 767px) {
  .main .news-box-tab ul {
    width: 100%;
    padding: 0 15px;
  }
  .main .news-box-tab ul li {
    padding: 0 10px;
  }
  .main .news-box-tab ul li a {
    height: 50px;
    line-height: 1.2;
  }

  .main .news-box-elm {
    padding: 26.5px 0 10px;
    opacity: 0;
    transition: opacity .6s;
  }
  .main .news-box-elm.hide {
    display: none;
  }
  .main .news-box-elm.show {
    opacity: 1;
  }

  #news .news-elm {
    padding: 0;
  }
  #news .news-elm dl.news {
    display: block;
  }
  #news .news-elm dl.news dt {
    width: 100%;
    padding-bottom: 5px;
    font-size: 0.88rem;
    text-align: left;
  }
  #news .news-elm dl.news dd {
    width: 100%;
    padding: 0 0 15px;
    margin-bottom: 18px;
  }
  #news .news-box-links {
    align-items: flex-start;
  }
  #news .news-box-links > ul {
    text-align: left;
    display: block;
    margin: 0;
  }
  #news .news-box-links > ul li {
    margin: 0 0 8px;
  }
  #news .news-elm + .news-box-links {
    margin-top: 30px;
  }
}
@media screen and (max-width: 499px) {
  #news .news-box-links {
    display: block;
  }
}
/*---------------------------------------------
	360px未満
  ---------------------------------------------*/
@media screen and (max-width: 359px) {
  .main .news-box-tab ul li a {
    font-size: 0.75rem;
  }
}
/*---------------------------------------------
	英語サイト
  ---------------------------------------------*/
.en {
  /*font-family: Helvetica, Arial, sans-serif;*/
  /*** ヘッダー ***/
  /*** ナビ ***/
  	/*.nav {
  
  		& > ul {
  
  			& > li {
  				font-size: $f16px;
  
  				&:last-child {
  					display: flex;
  				}
  			}
  		}
  	}*/
  /*** サイド ***/
  /*** フッター ***/
  /*** メインビジュアル ***/
  /*** Our Business ***/
}
.en .header .header-logo {
  width: 18.75%;
  justify-content: center;
}
.en .header .header-logo a img {
  max-width: 117px;
}
.en .header .header-ctrl {
  width: 81.25%;
}
.en .header .header-func ul li.header-func-global a {
  font-size: 0.88rem;
  background-image: none;
}
html:not(.sp) .en .header .header-func ul li.header-func-global a:hover {
  color: #fff;
}
.en .header .header-menu-btn::before {
  content: "Menu";
}
.en .header.is-open .header-menu .header-menu-btn::before {
  content: "Close";
}
.en .side-h {
  font-size: 1rem;
}
.en .side-menu-item-txt span {
  font-size: 0.63rem;
  margin-left: 2px;
}
.en .footer {
  /*.footer-nav-col {
  	width: 20%;
  }*/
}
.en .footer .footer-logo {
  width: 108px;
}
.en .footer .footer-menu > li {
  font-size: 1rem;
}
.en .footer .footer-menu-child > li {
  font-size: 0.88rem;
}
.en .footer .footer-copyright p {
  margin-top: 20px;
}
.en .top-mv-copy {
  width: 1100px;
  max-width: 90%;
}
.en .top-business-map-company ul li {
  font-size: 0.88rem;
}
.en .top-philosophy .top-h {
  padding-top: 15vw;
}
.en #news .list-label dl.news > dt.iconNews + dd::before,
.en #news .list-label dl.news > dd.iconNews::before {
  content: 'Notice';
}
.en #news .list-label dl.news > dt.iconTekiji + dd::before,
.en #news .list-label dl.news > dd.iconTekiji::before {
  content: 'Disclosure';
}
.en #news .list-label dl.news > dt.iconRelease + dd::before,
.en #news .list-label dl.news > dd.iconRelease::before {
  content: 'Release';
}
.en #news .list-label dl.news > dt.iconSales + dd::before,
.en #news .list-label dl.news > dd.iconSales::before {
  content: 'Sales Update';
}
.en .top-news .top-h {
  padding-top: 70px;
  margin-bottom: 60px;
}
.en .top-news .top-h img {
  width: 278px;
}
.en .news-box-links .link-icon {
  font-size: 1rem;
}

/*---------------------------------------------
	1180px未満
  ---------------------------------------------*/
/*---------------------------------------------
	1040px未満
  ---------------------------------------------*/
@media screen and (max-width: 1039px) {
  .en .header .header-logo {
    width: 190px;
    justify-content: flex-start;
  }
  .en .header .header-ctrl {
    width: calc(100% - 190px);
  }
}
/*---------------------------------------------
	990px未満
  ---------------------------------------------*/
@media screen and (max-width: 989px) {
  .en .header .header-logo {
    width: 197.5px;
  }
  .en .header .header-logo a img {
    width: 70%;
  }
  .en .header .header-ctrl {
    width: calc(100% - 197.5px);
  }
  .en .header .header-func ul li.header-func-global a {
    font-size: 0.63rem;
    background-image: url(../img/icon_global.png);
  }
  .en .nav > ul > li:last-child {
    display: block;
  }
  .en .footer {
    /*.footer-nav-col {
    	width: 33.3333%;
    }*/
  }
  .en .top-mv-copy {
    width: 770px;
    max-width: 80%;
  }
}
/*---------------------------------------------
	768px未満
  ---------------------------------------------*/
@media screen and (max-width: 767px) {
  .en {
    /* business heading */
  }
  .en .top-business-map-bg {
    background-image: url(../img/en/bg_map_sp.png);
  }
  .en .footer {
    /*.footer-nav-col {
    	width: 100%;
    }*/
  }
  .en .footer .footer-logo a img {
    width: 81.2px;
  }
  .en .footer .footer-utility ul {
    flex-wrap: wrap;
  }
  .en .footer .footer-utility ul li {
    width: calc(50% - 20px);
    margin-bottom: 10px;
  }
  .en .footer .footer-copyright p {
    margin-top: 20px;
  }
  .en .top-philosophy .top-h {
    padding-top: 40px;
  }
  .en .business-policy-h {
    font-size: 0.94rem;
  }
  .en .business-policy-h .icon {
    padding-left: 25px;
  }
  .en .top-news .top-h {
    padding-top: 40px;
    margin-bottom: 30px;
  }
  .en .top-news .top-h img {
    width: 100%;
    max-width: 180px;
  }
}
/*---------------------------------------------
	360px未満
  ---------------------------------------------*/
/*---------------------------------------------
	[CL] カラム
  ---------------------------------------------*/
.col-set {
  display: flex;
  width: calc(100% + 60px);
  flex-wrap: wrap;
}

.no-gutter {
  width: 100%;
}

.row .no-gutter {
  margin-bottom: 20px;
}

.col1-2 {
  width: calc(50% - 60px);
}

.col1-3 {
  width: calc(33.33333333% - 60px);
}

.col2-3 {
  width: calc(66.66666666% - 60px);
}

.col1-4 {
  width: calc(25% - 60px);
}

.col3-4 {
  width: calc(75% - 60px);
}

.col1-5 {
  width: calc(20% - 60px);
}

.col1-6 {
  width: calc(16.66666666%  - 60px);
}

.no-gutter > .col1-2 {
  width: 50%;
}
.no-gutter > .col1-3 {
  width: 33.33333333%;
}
.no-gutter > .col2-3 {
  width: 66.66666666%;
}
.no-gutter > .col1-4 {
  width: 25%;
}
.no-gutter > .col3-4 {
  width: 75%;
}
.no-gutter > .col1-5 {
  width: 20%;
}
.no-gutter > .col1-6 {
  width: 16.66666666%;
}

.col1-2,
.col1-3,
.col2-3,
.col1-4,
.col3-4,
.col1-5,
.col1-6 {
  margin-right: 60px;
}

.no-gutter > .col1-2,
.no-gutter > .col1-3,
.no-gutter > .col2-3,
.no-gutter > .col1-4,
.no-gutter > .col3-4,
.no-gutter > .col1-5,
.no-gutter > .col1-6 {
  margin-right: 0;
}

/*---------------------------------------------
	[HD] 見出し
  ---------------------------------------------*/
#page-title h1 {
  padding: 60px 0 40px;
  color: #074194;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
}

#page-title h1 span {
  font-size: 0.88rem;
  display: block;
}

#page-title h1 .sub {
  font-size: 1.125rem;
}

.main h2:not([class*="heading"]),
.main .heading1 {
  margin: 50px 0 20px;
  color: #074194;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.6;
}

.main h2:not([class*="heading"]):after,
.main .heading1:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  margin: 10px 0 0;
  background-color: #074194;
}

.main h2:not([class*="heading"]).no-border:after {
  display: none;
}

.main h2:not([class*="heading"]).center:after,
.main .heading1.center:after {
  margin: 10px auto 0;
}

.main h3:not([class*="heading"]),
.main .heading2 {
  position: relative;
  margin: 40px 0 20px;
  padding: 0;
  color: #074194;
  font-size: 1.38rem;
  font-weight: bold;
  line-height: 1.6;
}

.main h3:not([class*="heading"]):after,
.main .heading2:after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 2px;
  left: -20px;
  top: calc(.8em - 1.5px);
  background-color: #074194;
}

.main h4:not([class*="heading"]),
.main .heading3 {
  position: relative;
  margin: 30px 0 20px;
  padding: 0;
  color: #000;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
}

.main h4:not([class*="heading"]):after,
.main .heading3:after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 1px;
  left: -20px;
  top: calc(.8em - 1.5px);
  background-color: #999;
}

.main h5:not([class*="heading"]),
.main .heading4 {
  margin: 20px 0 20px;
  color: #000;
  font-size: 1.06rem;
  font-weight: bold;
  line-height: 1.6;
}

.main h6:not([class*="heading"]),
.main .heading5 {
  margin: 10px 0 20px;
  color: #434c4d;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
}

.main h2 + h3,
.main h2 + h4,
.main h3 + h4,
.main h2 + h5,
.main h3 + h5,
.main h4 + h5,
.main h2 + h6,
.main h3 + h6,
.main h4 + h6,
.main h5 + h6,
.main h2 + [class*="heading"],
.main h3 + [class*="heading"],
.main h4 + [class*="heading"],
.main h5 + [class*="heading"],
.main h6 + [class*="heading"],
.main [class*="heading"] + h2,
.main [class*="heading"] + h3,
.main [class*="heading"] + h4,
.main [class*="heading"] + h5,
.main [class*="heading"] + h6,
.main [class*="heading"] + [class*="heading"],
.main h2:first-child,
.main h3:first-child,
.main h4:first-child,
.main h5:first-child,
.main h6:first-child,
.main [class*="heading"]:first-child {
  margin-top: 0;
}

.main .col-set + h2 {
  margin-top: 30px;
}
.main .col-set + h3 {
  margin-top: 20px;
}
.main .col-set + h4 {
  margin-top: 10px;
}
.main .col-set + h5 {
  margin-top: 0;
}
.main .col-set + h6 {
  margin-top: 0;
}
.main .col-set + .heading1 {
  margin-top: 30px;
}
.main .col-set + .heading2 {
  margin-top: 20px;
}
.main .col-set + .heading3 {
  margin-top: 10px;
}
.main .col-set + .heading4 {
  margin-top: 0;
}
.main .col-set + .heading5 {
  margin-top: 0;
}

.main .no-line:after {
  content: none !important;
}

.main .txt-white h2:not([class*="heading"]):after,
.main .txt-white h3:not([class*="heading"]):after,
.main .txt-white h4:not([class*="heading"]):after,
.main .txt-white .heading1:after,
.main .txt-white .heading2:after,
.main .txt-white .heading3:after,
.main .txt-white ul li:before {
  background-color: #fff;
}
.main .txt-white h3:not([class*="heading"]) {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

/*---------------------------------------------
	[TX] テキスト
  ---------------------------------------------*/
.main p {
  margin-bottom: 20px;
}

.main b,
.main strong {
  color: #000;
  font-weight: bold;
}

.main .caution {
  color: #ec092f !important;
}

.main .copy {
  color: #000;
  font-size: 1.63rem;
  font-weight: bold;
  line-height: 1.6;
}

/* ----- 注記 ----- */
.main .note {
  position: relative;
  padding-left: 1.4em;
}

.main .note-num {
  position: relative;
  padding-left: 2.4em;
}

.main .note + .note,
.main .note-num + .note-num {
  margin-top: -15px;
}

.main .note:before,
.main .note-num:before {
  content: "※";
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  margin: 0;
  background-color: transparent !important;
  border-radius: 0;
}

.main .note-num:before {
  content: "※" attr(data-num);
}

.en .main .note {
  padding-left: 1em;
}

.en .main .note:before {
  content: "*";
}

.en .main .note-num {
  padding-left: 2em;
}

.en .main .note-num:before {
  content: "*" attr(data-num);
}

/* ----- 省略 ----- */
.main .txt-ellipsis {
  overflow: hidden;
}
.main .txt-ellipsis:not([data-line]), .main .txt-ellipsis[data-line="1"] {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .txt-ellipsis[data-line]:not([data-line="1"]) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.main .txt-ellipsis[data-line="2"] {
  height: 3.6em;
  -webkit-line-clamp: 2;
}
.main .txt-ellipsis[data-line="3"] {
  height: 5.4em;
  -webkit-line-clamp: 3;
}
.main .txt-ellipsis[data-line="4"] {
  height: 7.2em;
  -webkit-line-clamp: 4;
}
.main .txt-ellipsis[data-line="5"] {
  height: 9.0em;
  -webkit-line-clamp: 5;
}
.main [class*="panel"] .txt-ellipsis[data-line="2"] {
  height: 3.2em;
}
.main [class*="panel"] .txt-ellipsis[data-line="3"] {
  height: 4.8em;
}
.main [class*="panel"] .txt-ellipsis[data-line="4"] {
  height: 6.4em;
}
.main [class*="panel"] .txt-ellipsis[data-line="5"] {
  height: 8.0em;
}

/*---------------------------------------------
	[HR] 区切り線
  ---------------------------------------------*/
.main hr {
  clear: both;
  margin-bottom: 20px;
  color: #fff;
  background: none transparent;
  border-top: 0px none transparent;
  border-right: 0px none transparent;
  border-left: 0px none transparent;
  border-bottom: 1px solid #ebebeb;
}

/*---------------------------------------------
	[IG] 画像
  ---------------------------------------------*/
.main .img {
  margin-bottom: 20px;
  text-align: center;
}
.main .img > a {
  position: relative;
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
  overflow: hidden;
}

.main .img .modal-video:before,
.main .modal-video .img:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 64px;
  height: 64px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/icon_play.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.main .img.full img {
  width: 100%;
}

.main .img.full .modal-video {
  display: block;
}
.main .img.full .modal-video:after {
  content: none;
}

/* ホバーエフェクト */
.main .img > a:after,
.main a .img:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  transition: opacity .2s linear;
}

.main .img .modal-video:after,
.main .modal-video .img:after {
  opacity: .5 !important;
}

html:not(.sp) .main .img > a:hover:after,
html:not(.sp) .main a:hover .img:after {
  opacity: .5;
}

.main .img > a img,
.main .img > a .bg-img,
.main a .img img,
.main a .img .bg-img {
  transition: transform .2s ease-out;
}

html:not(.sp) .main .img > a:hover img,
html:not(.sp) .main .img > a:hover .bg-img,
html:not(.sp) .main a:hover .img img,
html:not(.sp) .main a:hover .img .bg-img {
  transform: scale(1.1);
}

/* ----- [IG2] 画像 > キャプションあり ----- */
.main figure {
  margin-bottom: 20px;
}

.main .caption {
  display: block;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.88rem;
  color: #777;
}
.main .left .caption {
  margin-left: 0;
}
.main .right .caption {
  margin-right: 0;
}
.main .img .caption {
  margin-top: 10px;
}

/* ----- [IG3] 画像 > 画像＋テキスト ----- */
.main .img-set,
.main .thumb-set {
  overflow: hidden;
}
.main .img-set .img,
.main .thumb-set .img {
  float: left;
  max-width: 50%;
  margin-right: 15px;
  padding-right: 15px;
}
.main .img-set.right,
.main .thumb-set.right {
  float: right;
  max-width: 50%;
  margin-right: 0;
  padding-right: 0;
  margin-left: 15px;
  padding-left: 15px;
}

.main .thumb-set > .img + .txt {
  overflow: hidden;
}

/*---------------------------------------------
	[LT] リスト
  ---------------------------------------------*/
.main ul {
  margin-bottom: 20px;
}
.main ul li {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 0 1em;
}
.main ul li:before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  top: .8em;
  left: .5em;
  margin: -2px 0 0 -2px;
  background-color: #999;
  border-radius: 100%;
}
.main ul li:last-of-type {
  margin-bottom: 0;
}
.main ul.col-set {
  margin-bottom: 0;
}
.main ul.col-set li {
  margin-bottom: 30px;
  padding-left: 0;
}
.main ul.col-set li:before {
  display: none;
}

.main ol {
  margin-bottom: 20px;
  padding: 0;
}
.main ol li {
  margin: 0 0 10px 1.8em;
  padding: 0 0 0 .1em;
}
.main ol li:last-of-type {
  margin-bottom: 0;
}

.main ul ul,
.main ol ol,
.main ol ul {
  margin: 10px 0 0;
}

/* ----- [LT3] リスト > 定義リスト ----- */
.main dl {
  display: flex;
  margin-bottom: 20px;
  overflow: hidden;
  flex-wrap: wrap;
  align-items: stretch;
}
.main dl.border-set {
  border-bottom: solid 1px #e5e9e9;
}
.main dl.border-set > dt {
  border-top: solid 1px #e5e9e9;
  padding: 40px 0;
}
.main dl.border-set > dd {
  border-top: solid 1px #e5e9e9;
  padding: 40px 0 34px 30px;
}
.main dl dt {
  width: 180px;
  padding: 0 0 10px;
  font-weight: bold;
  color: #000;
}
.main dl dt.w50 ~ dt {
  width: 50px;
}
.main dl dt.w50 ~ dd {
  width: calc(100% - 50px);
}
.main dl dt.w60 ~ dt {
  width: 60px;
}
.main dl dt.w60 ~ dd {
  width: calc(100% - 60px);
}
.main dl dt.w70 ~ dt {
  width: 70px;
}
.main dl dt.w70 ~ dd {
  width: calc(100% - 70px);
}
.main dl dt.w80 ~ dt {
  width: 80px;
}
.main dl dt.w80 ~ dd {
  width: calc(100% - 80px);
}
.main dl dt.w90 ~ dt {
  width: 90px;
}
.main dl dt.w90 ~ dd {
  width: calc(100% - 90px);
}
.main dl dt.w100 ~ dt {
  width: 100px;
}
.main dl dt.w100 ~ dd {
  width: calc(100% - 100px);
}
.main dl dt.w110 ~ dt {
  width: 110px;
}
.main dl dt.w110 ~ dd {
  width: calc(100% - 110px);
}
.main dl dt.w120 ~ dt {
  width: 120px;
}
.main dl dt.w120 ~ dd {
  width: calc(100% - 120px);
}
.main dl dt.w130 ~ dt {
  width: 130px;
}
.main dl dt.w130 ~ dd {
  width: calc(100% - 130px);
}
.main dl dt.w140 ~ dt {
  width: 140px;
}
.main dl dt.w140 ~ dd {
  width: calc(100% - 140px);
}
.main dl dt.w150 ~ dt {
  width: 150px;
}
.main dl dt.w150 ~ dd {
  width: calc(100% - 150px);
}
.main dl dt.w160 ~ dt {
  width: 160px;
}
.main dl dt.w160 ~ dd {
  width: calc(100% - 160px);
}
.main dl dt.w170 ~ dt {
  width: 170px;
}
.main dl dt.w170 ~ dd {
  width: calc(100% - 170px);
}
.main dl dt.w180 ~ dt {
  width: 180px;
}
.main dl dt.w180 ~ dd {
  width: calc(100% - 180px);
}
.main dl dt.w190 ~ dt {
  width: 190px;
}
.main dl dt.w190 ~ dd {
  width: calc(100% - 190px);
}
.main dl dt.w200 ~ dt {
  width: 200px;
}
.main dl dt.w200 ~ dd {
  width: calc(100% - 200px);
}
.main dl dd {
  width: calc(100% - 180px);
  padding: 0 0 10px 30px;
}
.main dl:not(.border-set) dt:last-of-type, .main dl:not(.border-set) dd:last-of-type {
  padding-bottom: 0;
}
.main dl p:last-child,
.main dl ul:last-child,
.main dl ol:last-child,
.main dl dl:last-child {
  margin-bottom: 0;
}
.main .news {
  display: flex;
  margin-bottom: 20px;
  overflow: hidden;
  flex-wrap: wrap;
  align-items: stretch;
}
.main .news > dt,
.main .news > dd {
  font-size: 1rem;
}
.main .news > dd .news-util,
.main .news .news-body .news-util {
  width: 100%;
  margin-bottom: 14px;
}
.main .news > dd .date,
.main .news .news-body .date {
  margin-right: 15px;
  color: #000;
  font-weight: bold;
  line-height: 1.1;
  overflow: initial;
}
.main .news > dd .tag,
.main .news > dd .label,
.main .news .news-body .tag,
.main .news .news-body .label {
  align-items: center;
}
.main .news > dd .tag a,
.main .news > dd .tag span,
.main .news > dd .label span,
.main .news .news-body .tag a,
.main .news .news-body .tag span,
.main .news .news-body .label span {
  min-width: 9.5em;
  margin: 0 10px 10px 0;
  padding: 8px 10px;
  font-size: 0.75rem;
}
.main .news > dd .tag a.ghost,
.main .news > dd .tag span.ghost,
.main .news > dd .label span.ghost,
.main .news .news-body .tag a.ghost,
.main .news .news-body .tag span.ghost,
.main .news .news-body .label span.ghost {
  padding: 7px 9px;
}
.main .news > dd .tag a > i,
.main .news > dd .tag span > i,
.main .news > dd .label span > i,
.main .news .news-body .tag a > i,
.main .news .news-body .tag span > i,
.main .news .news-body .label span > i {
  font-style: normal;
}
.main .news > dd .tag a > i::before,
.main .news > dd .tag span > i::before,
.main .news > dd .label span > i::before,
.main .news .news-body .tag a > i::before,
.main .news .news-body .tag span > i::before,
.main .news .news-body .label span > i::before {
  content: "・";
}
.main .news > dd p,
.main .news .news-body p {
  overflow: hidden;
  margin-bottom: 10px;
}
.main .news > dd .link-icon:not(li) + .link-icon,
.main .news .news-body .link-icon:not(li) + .link-icon {
  margin-top: 0;
}
.main .news > dd p:last-child,
.main .news .news-body p:last-child {
  margin-bottom: 0;
}
.main .news > dd .link-icon a,
.main .news .news-body .link-icon a {
  font-weight: inherit;
}
.main .news > dd .link-icon a:not(:hover),
.main .news .news-body .link-icon a:not(:hover) {
  color: #555;
}
.main .news-box > a {
  padding: 22px 30px 23.5px;
  text-decoration: none;
  display: block;
  transition: opacity .2s linear;
}
html:not(.sp) .main .news-box > a:hover {
  color: initial;
  opacity: .6;
}
.main .news-box .news {
  margin-bottom: 0;
  display: block;
}
.main .news-box .news .news-body .news-util {
  margin-bottom: 6px;
}
.main .news-box .news .news-body .news-util .data {
  color: #000;
}
.main .news-box .news .news-box-h {
  margin-bottom: 20px;
  color: #003689;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
}
.main .news-box .news .news-set {
  width: 100%;
  display: flex;
}
.main .news-box .news .news-set .news-set-img {
  width: calc(50% - 10px);
}
.main .news-box .news .news-set .news-set-txt {
  width: calc(50% - 10px);
  margin-left: 20px;
  color: #555;
}

/*---------------------------------------------
	[LK1] アイコンリンク
  ---------------------------------------------*/
.link-icon:not(li) + .link-icon {
  margin-top: -10px;
}

.link-icon a,
a .link-icon {
  position: relative;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
}

html:not(.sp) .main .link-icon a:hover {
  text-decoration: underline;
}

a .link-icon {
  display: block;
}

.link-icon a:after,
a .link-icon:after {
  width: 24px;
  height: 24px;
  background-image: url(../img/icon_link.png);
  background-repeat: no-repeat;
  background-size: 480px 240px;
  content: "";
  display: inline-block;
  margin: -2px 0 0 2px;
  vertical-align: middle;
}

.link-icon a:not([class*="icon-"]):after,
a .link-icon:not([class*="icon-"]):after {
  transition: transform .2s linear;
}

html:not(.sp) .link-icon a:not([class*="icon-"]):hover:after,
html:not(.sp) a:hover .link-icon:not([class*="icon-"]):after {
  transform: translate3d(3px, 0, 0);
}

.main .link-icon a:not([class*="icon-"])::before, .main .link-icon a:not([class*="icon-"])::after,
.main a .link-icon:not([class*="icon-"])::before,
.main a .link-icon:not([class*="icon-"])::after {
  transition: transform .2s linear;
}

html:not(.sp) .main .link-icon a:not([class*="icon-"]):hover::before,
html:not(.sp) .main a:hover .link-icon:not([class*="icon-"])::before {
  transform: translate3d(3px, 0, 0);
}
html:not(.sp) .main .link-icon a:not([class*="icon-"]):hover::after,
html:not(.sp) .main a:hover .link-icon:not([class*="icon-"])::after {
  transform: translate3d(3px, 0, 0) rotate(25deg);
}

.main .link-icon .icon-download:after,
.main a .link-icon.icon-download:after {
  background-position-x: -24px;
  background-position-y: 0;
}

.main .link-icon .icon-window:after,
.main a .link-icon.icon-window:after {
  background-position-x: -48px;
  background-position-y: 0;
}

.main .link-icon .icon-pdf:after,
.main a .link-icon.icon-pdf:after {
  background-position-x: -72px;
  background-position-y: 0;
}

.main .link-icon .icon-enlarge:after,
.main a .link-icon.icon-enlarge:after {
  background-position-x: -168px;
  background-position-y: 0;
}

.main .link-icon .icon-search:after,
.main a .link-icon.icon-search:after {
  background-position-x: -192px;
  background-position-y: 0;
}

.main .link-icon .icon-contact:after,
.main a .link-icon.icon-contact:after {
  background-position-x: -216px;
  background-position-y: 0;
}

.main .link-icon .icon-play:after,
.main a .link-icon.icon-play:after {
  background-position-x: -240px;
  background-position-y: 0;
}

.main .link-icon .icon-anchor:after,
.main a .link-icon.icon-anchor:after {
  transform: rotate(90deg);
  transition: transform .2s linear;
}

.main .link-icon .icon-pc:after,
.main a .link-icon .icon-pc:after {
  width: 22px;
  height: 21px;
  background-image: url(../img/icon_pc.png);
  background-size: 22px 21px;
  background-position-y: 0 !important;
}

html:not(.sp) .main .link-icon .icon-anchor:hover:after,
html:not(.sp) .main a:hover .link-icon.icon-anchor a:after {
  transform: translate3d(0, 3px, 0) rotate(90deg);
}

.main .link-icon .icon-arrow::after,
.main a .link-icon .icon-arrow::after {
  content: none;
}
.main .link-icon .icon-arrow span,
.main a .link-icon .icon-arrow span {
  position: relative;
  width: 24px;
  height: 24px;
  margin-left: 6px;
  display: inline-block;
  vertical-align: middle;
}
.main .link-icon .icon-arrow span::before, .main .link-icon .icon-arrow span::after,
.main a .link-icon .icon-arrow span::before,
.main a .link-icon .icon-arrow span::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  margin: auto;
  background-color: #074194;
  display: block;
  transition: transform .2s linear;
  content: "";
}
.main .link-icon .icon-arrow span::before,
.main a .link-icon .icon-arrow span::before {
  width: 100%;
}
.main .link-icon .icon-arrow span::after,
.main a .link-icon .icon-arrow span::after {
  width: 10px;
  transform: translate3d(0, 0, 0) rotate(25deg);
  transform-origin: right bottom;
}
html:not(.sp) .main .link-icon .icon-arrow:hover span::before,
html:not(.sp) .main a .link-icon .icon-arrow:hover span::before {
  transform: translate3d(3px, 0, 0);
}
html:not(.sp) .main .link-icon .icon-arrow:hover span::after,
html:not(.sp) .main a .link-icon .icon-arrow:hover span::after {
  transform: translate3d(3px, 0, 0) rotate(25deg);
}

.main li.link-icon {
  padding-left: 0;
}

.main li.link-icon:before {
  display: none;
}

.main ul.link-icon li {
  padding: 0;
}
.main ul.link-icon li:before {
  content: none;
}
.main ul.link-icon li a {
  font-weight: normal;
}
.main ul.link-icon ul {
  margin-left: 1em;
}

.main .txt-white .link-icon a:after,
.main .txt-white a .link-icon:after {
  background-position-y: -144px !important;
}

/*---------------------------------------------
	[LK2] 横並びリンク
  ---------------------------------------------*/
.main .link-horizontal {
  display: flex;
  margin-bottom: 10px;
  line-height: 1.6;
  flex-wrap: wrap;
}
.main .link-horizontal a {
  position: relative;
  margin: 0 30px 10px 0;
  text-decoration: none;
}
html:not(.sp) .main .link-horizontal a:hover {
  text-decoration: underline;
}
.main .link-horizontal a:last-child {
  margin-right: 15px;
}
.main .link-horizontal a:not(:last-child):before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 1em;
  top: .25em;
  right: -15px;
  vertical-align: top;
  background-color: rgba(0, 0, 0, 0.15);
}

.main .txt-white .link-horizontal a:not(:last-child):before {
  background-color: rgba(255, 255, 255, 0.2);
}

/*---------------------------------------------
	[TG] タグ／ラベル
  ---------------------------------------------*/
.main .tag,
.main .label {
  display: flex;
  flex-wrap: wrap;
}
.main .tag.center,
.main .label.center {
  justify-content: center;
}
.main .tag.right,
.main .label.right {
  justify-content: flex-end;
}

.main .tag {
  margin: 0 -8px 12px 0;
}
.main .tag a,
.main .tag span {
  position: relative;
  display: block;
  margin: 0 8px 8px 0;
  padding: 8px 15px;
  font-size: 0.81rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  border-radius: 100px;
}
.main .tag a:before,
.main .tag span:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  background-color: #fff;
  opacity: 0;
  border-radius: 100px;
  transition: opacity .2s linear;
}
.main .tag a.big,
.main .tag span.big {
  padding: 0.5em 2em;
  font-size: 1.13rem;
  font-weight: 700;
}
html:not(.sp) .main .tag a:hover:before {
  opacity: .2;
}

.main .label {
  margin: 0 -10px 10px 0;
}
.main .label span {
  display: block;
  margin: 0 10px 10px 0;
  padding: 8px 10px;
  font-size: 0.81rem;
  line-height: 1;
  text-align: center;
}

.label-inline {
  display: inline-block;
  margin: 0 10px;
  padding: 4px 6px 3px;
  font-size: 0.69rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  vertical-align: middle;
}

.main .tag a,
.main .tag span,
.main .label span,
.label-inline {
  color: #fff !important;
  background-color: #074194;
}

.main .tag a.bg-white,
.main .tag a.bg-light,
.main .tag a.bg-gray,
.main .label span.bg-white,
.main .label span.bg-light,
.main .label span.bg-gray,
.label-inline.bg-white,
.label-inline.bg-light,
.label-inline.bg-gray {
  color: #555 !important;
}

.main .tag .bg-offwhite {
  color: #074194 !important;
}

.main .tag a:before {
  background-color: #fff;
}
html:not(.sp) .main .tag a:hover:before {
  opacity: .2;
}
.main .tag a.bg-white:before, .main .tag a.bg-light:before, .main .tag a.bg-gray:before {
  background-color: #000;
}
html:not(.sp) .main .tag a.bg-white:hover:before, html:not(.sp) .main .tag a.bg-light:hover:before, html:not(.sp) .main .tag a.bg-gray:hover:before {
  opacity: .07;
}

.main .tag span:before {
  background-color: #fff;
}
.main .tag span.bg-white:before, .main .tag span.bg-light:before, .main .tag span.bg-gray:before {
  background-color: #000;
}

.main .tag a[data-value="イベント・キャンペーン"], .main .tag a[data-value="Finance"],
.main .tag span[data-value="イベント・キャンペーン"],
.main .tag span[data-value="Finance"],
.main .label span[data-value="イベント・キャンペーン"],
.main .label span[data-value="Finance"] {
  background-color: #f1a400;
}
.main .tag a[data-value="CM"], .main .tag a[data-value="Management"],
.main .tag span[data-value="CM"],
.main .tag span[data-value="Management"],
.main .label span[data-value="CM"],
.main .label span[data-value="Management"] {
  background-color: #e83e33;
}
.main .tag a[data-value="新商品"], .main .tag a[data-value="Brand"],
.main .tag span[data-value="新商品"],
.main .tag span[data-value="Brand"],
.main .label span[data-value="新商品"],
.main .label span[data-value="Brand"] {
  color: #333 !important;
  background-color: #ffe329;
}
.main .tag a[data-value="研究・技術"], .main .tag a[data-value="R&D"],
.main .tag span[data-value="研究・技術"],
.main .tag span[data-value="R&D"],
.main .label span[data-value="研究・技術"],
.main .label span[data-value="R&D"] {
  background-color: #a46a57;
}
.main .tag a[data-value="事業・活動"], .main .tag a[data-value="Notice"],
.main .tag span[data-value="事業・活動"],
.main .tag span[data-value="Notice"],
.main .label span[data-value="事業・活動"],
.main .label span[data-value="Notice"] {
  background-color: #1d4294;
}
.main .tag a[data-value="サステナビリティ"], .main .tag a[data-value="Sustainability"],
.main .tag span[data-value="サステナビリティ"],
.main .tag span[data-value="Sustainability"],
.main .label span[data-value="サステナビリティ"],
.main .label span[data-value="Sustainability"] {
  background-color: #009e3b;
}
.main .tag a[data-value="HR"],
.main .tag span[data-value="HR"],
.main .label span[data-value="HR"] {
  background-color: #00b9ef;
}
.main .tag a[data-value="その他"], .main .tag a[data-value="Others"],
.main .tag span[data-value="その他"],
.main .tag span[data-value="Others"],
.main .label span[data-value="その他"],
.main .label span[data-value="Others"] {
  background-color: #b7becf;
}

/*---------------------------------------------
	[BT] ボタン
  ---------------------------------------------*/
.main .btn {
  display: flex;
  margin-bottom: 0;
  line-height: 1.6;
  flex-wrap: wrap;
}
.main .btn.center {
  justify-content: center;
}
.main .btn.right {
  justify-content: flex-end;
}
.main .btn.full > * {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}
.main .btn > * {
  position: relative;
  display: block;
  max-width: 210px;
  margin: 0 20px 20px 0;
  padding: 9.5px 0;
  font-size: 0.88rem;
  line-height: 1.4;
  text-decoration: none;
  border: 0 none;
  cursor: pointer;
  outline: none;
  text-align: center;
  border-radius: 100px;
  box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.1);
}
.main .btn > *:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 100px;
  transition: opacity .2s linear;
}
.main .btn.full > * {
  width: 100%;
  min-width: 0;
  margin-right: 0;
}
.main .btn.full > *.icon-arrow {
  width: 100%;
}
.main .btn .ghost {
  transition: background-color .2s linear, border .2s linear;
}
.main .btn .ghost:before {
  display: none;
}
.main .btn > * span {
  position: relative;
  display: inline-block;
  padding: 0 40px 0 30px;
}
.main .btn > * span:after {
  width: 24px;
  height: 24px;
  background-image: url(../img/icon_link.png);
  background-repeat: no-repeat;
  background-size: 480px 240px;
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 12px;
  margin: -3px 0 0 2px;
  vertical-align: middle;
  transition: transform .2s linear;
}
.main .btn .icon-download span:after {
  background-position-x: -24px;
}
.main .btn .icon-window span:after {
  background-position-x: -48px;
}
.main .btn .icon-pdf span:after {
  background-position-x: -72px;
}
.main .btn .icon-index span:after {
  background-position-x: -96px;
}
.main .btn .icon-open span:after {
  background-position-x: -120px;
}
.main .btn .icon-close span:after {
  background-position-x: -144px;
}
.main .btn .icon-enlarge span:after {
  background-position-x: -168px;
}
.main .btn .icon-search span:after {
  background-position-x: -192px;
}
.main .btn .icon-contact span:after {
  background-position-x: -216px;
}
.main .btn .icon-play span:after {
  background-position-x: -240px;
}
.main .btn .icon-arrow {
  width: 100%;
  max-width: 310px;
  transition: background-color .2s linear, border .2s linear, color .2s linear;
}
.main .btn .icon-arrow span {
  position: relative;
  padding: 0 35px 0 15px;
  display: inline-block;
}
.main .btn .icon-arrow span::before, .main .btn .icon-arrow span::after {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  height: 1px;
  margin: auto;
  background-color: #fff;
  display: block;
  transition: transform .2s linear;
  content: "";
}
.main .btn .icon-arrow span::before {
  width: 24px;
}
.main .btn .icon-arrow span::after {
  width: 10px;
  transform: rotate(25deg);
  transform-origin: right bottom;
}
html:not(.sp) .main .btn .icon-arrow:hover {
  color: #074194;
  background-color: #fff;
}
html:not(.sp) .main .btn .icon-arrow:hover span::before, html:not(.sp) .main .btn .icon-arrow:hover span::after {
  background-color: #074194;
}
html:not(.sp) .main .btn .icon-arrow:hover span::before {
  transform: translate3d(3px, 0, 0);
}
html:not(.sp) .main .btn .icon-arrow:hover span::after {
  transform: translate3d(3px, 0, 0) rotate(25deg);
}
.main .btn .icon-arrow.bg-white {
  color: #074194 !important;
}
.main .btn .icon-arrow.bg-white span::before, .main .btn .icon-arrow.bg-white span::after {
  background-color: #074194;
}
html:not(.sp) .main .btn .icon-arrow.bg-white:hover {
  color: #fff !important;
  background-color: #074194 !important;
}
html:not(.sp) .main .btn .icon-arrow.bg-white:hover span::before, html:not(.sp) .main .btn .icon-arrow.bg-white:hover span::after {
  background-color: #fff;
}
html:not(.sp) .main .btn > *:not([class*="icon-"]):hover span:after {
  transform: translate3d(3px, 0, 0);
}
.main .btn .icon-back span {
  padding: 0 30px 0 40px;
}
.main .btn .icon-back span:after {
  left: 12px;
  right: auto;
  transform: rotate(180deg);
  transition: transform .2s linear;
}
html:not(.sp) .main .btn .icon-back:hover span:after {
  transform: translate3d(-3px, 0, 0) rotate(180deg);
}
.main .btn .icon-anchor span:after {
  transform: rotate(90deg);
  transition: transform .2s linear;
}
html:not(.sp) .main .btn .icon-anchor span:hover:after {
  transform: translate3d(0, 3px, 0) rotate(90deg);
}
.main .btn > * {
  color: #fff;
  background-color: #074194;
}
.main .btn > *:before {
  background-color: #fff;
}
.main .btn > * span:after {
  background-position-y: -144px;
}
html:not(.sp) .main .btn > *:hover {
  color: #fff;
}
html:not(.sp) .main .btn > *:hover:before {
  opacity: .2;
}
.main .btn .bg-white,
.main .btn .bg-light,
.main .btn .bg-gray {
  color: #555 !important;
}
.main .btn .bg-white:before,
.main .btn .bg-light:before,
.main .btn .bg-gray:before {
  background-color: #000;
}
.main .btn .bg-white:not(.ghost) span:after,
.main .btn .bg-light:not(.ghost) span:after,
.main .btn .bg-gray:not(.ghost) span:after {
  background-position-y: -120px;
}
html:not(.sp) .main .btn .bg-white:hover:before,
html:not(.sp) .main .btn .bg-light:hover:before,
html:not(.sp) .main .btn .bg-gray:hover:before {
  opacity: .07;
}
.main .btn .ghost {
  color: #003689;
  border: solid 2px #003689;
  background-color: transparent !important;
}
.main .btn .ghost span:after {
  background-position-y: 0;
}
html:not(.sp) .main .btn .ghost:hover {
  background-color: #003689 !important;
}
html:not(.sp) .main .btn .ghost:hover span:after {
  background-position-y: -144px;
}
.main .btn .ghost.icon-arrow {
  color: #fff;
  border: solid 1px rgba(255, 255, 255, 0.5);
  background-color: transparent;
}
.main .btn .ghost.icon-arrow span {
  position: relative;
  padding: 0 35px 0 15px;
  display: inline-block;
}
.main .btn .ghost.icon-arrow span::before, .main .btn .ghost.icon-arrow span::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  margin: auto;
  background-color: #fff;
  display: block;
  transition: transform .2s linear;
  content: "";
}
.main .btn .ghost.icon-arrow span::before {
  width: 24px;
}
.main .btn .ghost.icon-arrow span::after {
  width: 10px;
  transform: rotate(25deg);
  transform-origin: right bottom;
}
html:not(.sp) .main .btn .ghost.icon-arrow:hover {
  color: #074194;
  background-color: #fff;
}
html:not(.sp) .main .btn .ghost.icon-arrow:hover span::before, html:not(.sp) .main .btn .ghost.icon-arrow:hover span::after {
  background-color: #074194;
}
html:not(.sp) .main .btn .ghost.icon-arrow:hover span::before {
  transform: translate3d(3px, 0, 0);
}
html:not(.sp) .main .btn .ghost.icon-arrow:hover span::after {
  transform: translate3d(3px, 0, 0) rotate(25deg);
}
.main .btn .ghost.bg-color1 {
  color: #b2c473;
  border: solid 2px #b2c473;
}
.main .btn .ghost.bg-color1 span:after {
  background-position-y: -48px;
}
html:not(.sp) .main .btn .ghost.bg-color1:hover {
  background-color: #b2c473 !important;
}
.main .btn .ghost.bg-color2 {
  color: #efa55e;
  border: solid 2px #efa55e;
}
.main .btn .ghost.bg-color2 span:after {
  background-position-y: -72px;
}
html:not(.sp) .main .btn .ghost.bg-color2:hover {
  background-color: #efa55e !important;
}
.main .btn .ghost.bg-color3 {
  color: #ec092f;
  border: solid 2px #ec092f;
}
.main .btn .ghost.bg-color3 span:after {
  background-position-y: -96px;
}
html:not(.sp) .main .btn .ghost.bg-color3:hover {
  background-color: #ec092f !important;
}
.main .btn .ghost.bg-dark {
  color: #434c4d;
  border: solid 2px #434c4d;
}
.main .btn .ghost.bg-dark span:after {
  background-position-y: -120px;
}
html:not(.sp) .main .btn .ghost.bg-dark:hover {
  background-color: #434c4d !important;
}

.txt-white .btn .ghost:not(:hover) {
  border: solid 2px rgba(255, 255, 255, 0.5);
}
.txt-white .btn .ghost span:after {
  background-position-y: -144px;
}
html:not(.sp) .txt-white .btn .ghost:hover {
  background-color: #fff !important;
  border: solid 2px #fff !important;
}
html:not(.sp) .txt-white .btn .ghost:hover span {
  color: #434c4d !important;
}
html:not(.sp) .txt-white .btn .ghost:hover span:after {
  background-position-y: -120px !important;
}

.ie .main .btn > * {
  padding: 11.5px 0 7.5px;
}

.main .btn-close {
  position: absolute;
  top: 28px;
  right: 4.2vw;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
}
.main .btn-close a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  border: solid 2px #074194;
  border-radius: 50%;
  transition: opacity .2s linear;
}
.main .btn-close a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  background-position-x: -120px;
  transform: rotate(45deg);
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icon_link.png);
  background-repeat: no-repeat;
  background-size: 480px 240px;
}
html:not(.sp) .main .btn-close a:hover {
  opacity: .7;
}

.main .btn-more .btn > *.ghost span::after {
  transform: rotate(90deg);
}
html:not(.sp) .main .btn-more .btn > *.ghost:hover span::after {
  transform: translate3d(0, 3px, 0) rotate(90deg);
}

/*---------------------------------------------
	[BT3] シェアボタン
  ---------------------------------------------*/
#topicpath + .btn-share {
  margin: 60px 0 30px;
}
.news-box-links .btn-share {
  margin: 16px 0 16px auto;
}
.footer .btn-share {
  margin: auto 0 0 auto;
}
article .btn-share {
  margin: 40px 0 0 auto;
}
article .btn-share + * {
  margin-top: 40px;
}
.btn-share .share-heading {
  margin: 0 0 5px;
  color: #1d4294;
  font-size: 0.75rem;
  font-weight: bold;
}
.btn-share ul {
  display: flex;
  margin: 0 0 0 -10px;
  line-height: 1;
}
.page-title-col .btn-share ul {
  justify-content: flex-end;
  margin: 0 -20px 20px 0;
}
.btn-share ul li {
  margin: 0;
  padding-left: 10px;
}
.main .btn-share ul li {
  text-indent: 0;
}
.btn-share ul li::before {
  content: none;
}
.btn-share ul li a {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  transition: .2s linear;
}
.main .btn-share ul li a {
  color: #1d4294;
  font-size: 1rem;
}
.main .page-title-col .btn-share ul li a {
  font-size: 0.88rem;
}
.footer .btn-share ul li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.13rem;
}
html:not(.sp) .btn-share ul li a:hover {
  opacity: 0.5;
}
.btn-share ul li a .title {
  margin-right: 1em;
}
.btn-share ul li a .share-icon {
  display: block;
  width: 40px;
  text-indent: -9999px;
  aspect-ratio: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.news-box-links .btn-share ul li a .share-icon, .page-title-col .btn-share ul li a .share-icon {
  width: 55px;
}
.footer .btn-share ul li a .share-icon {
  width: 80px;
}
.btn-share ul li.share-in .share-icon {
  background-image: url("../img/common/icon_share_in.svg");
}
.footer .btn-share ul li.share-in .share-icon {
  background-image: url("../img/common/icon_share_in_wh.svg");
  opacity: 0.7;
}
.btn-share ul li.share-fb .share-icon {
  background-image: url("../img/common/icon_share_fb.svg");
}
.btn-share ul li.share-tw .share-icon {
  background-image: url("../img/common/icon_share_tw.svg");
}
.btn-share ul li.share-mail .share-icon {
  background-image: url("../img/common/icon_share_mail.svg");
}
.btn-share ul li.share-link .share-icon {
  background-image: url("../img/common/icon_share_link.svg");
}
#page-title .btn-share + h1 {
  padding-top: 24px;
}

@media screen and (min-width: 768px), print {
  #topicpath + .btn-share, article .btn-share {
    display: grid;
    justify-content: flex-end;
  }
  .main .page-title-col .btn-share ul li a {
    color: #fff;
  }
  .page-title-col .btn-share ul li.share-in .share-icon {
    background-image: url("../img/common/icon_share_in_wh.svg");
  }
}
@media screen and (max-width: 767px) {
  .btn-share {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .page-title-col .btn-share {
    position: absolute;
    right: 15px;
    bottom: -70px;
  }
  #topicpath + .btn-share {
    margin: 40px 0 0;
  }
  .footer .btn-share {
    margin-top: 15px;
  }
  .news-box-links .btn-share {
    margin: -14px 0 0;
  }
  .btn-share .share-heading {
    margin: 0 2px 0 0;
  }
  .main .btn-share ul {
    margin: 0;
  }
  .main .btn-share ul li a, .main .page-title-col .btn-share ul li a, .footer .btn-share ul li a {
    font-size: 0.81rem;
  }
  .btn-share ul li a .share-icon {
    width: 36px;
  }
  .news-box-links .btn-share ul li a .share-icon, .page-title-col .btn-share ul li a .share-icon, .footer .btn-share ul li a .share-icon {
    width: 50px;
  }
  #page-title .btn-share + h1 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 499px) {
  .news-box-links .btn-share {
    margin: 1em 0 0 auto;
  }
}
/*---------------------------------------------
	[BT4] ページトップボタン
  ---------------------------------------------*/
#pagetop {
  bottom: 0;
}

#btn-pagetop {
  position: absolute;
  width: 68px;
  height: 68px;
  top: 0;
  right: 120px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  transition: transform .3s ease-out, background-color .2s linear;
}
html:not(.sp) #btn-pagetop:hover {
  background-color: #074194;
}
html:not(.sp) #btn-pagetop:hover a:before, html:not(.sp) #btn-pagetop:hover a:after {
  background-color: #fff;
}
#btn-pagetop.show {
  transform: translate3d(0, -80px, 0);
}
#btn-pagetop.show.bottom {
  right: 60px;
  transform: translate3d(0, 40px, 0);
}
#btn-pagetop a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 32px;
  color: #074194;
  font-size: 0.69rem;
  text-align: center;
}
#btn-pagetop a:before, #btn-pagetop a:after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 2px;
  top: 20px;
  background-color: #074194;
  border-radius: 2px;
  transition: transform .2s linear;
}
#btn-pagetop a:before {
  left: 26px;
  transform: rotate(-45deg);
}
#btn-pagetop a:after {
  left: 32px;
  transform: rotate(45deg);
}
html:not(.sp) #btn-pagetop a:hover {
  color: #fff;
}
html:not(.sp) #btn-pagetop a:hover:before {
  transform: translate3d(0, -3px, 0) rotate(-45deg);
}
html:not(.sp) #btn-pagetop a:hover:after {
  transform: translate3d(0, -3px, 0) rotate(45deg);
}

/*---------------------------------------------
	[BX] ボックス
  ---------------------------------------------*/
.main .box {
  margin-bottom: 30px;
  padding: 30px 30px 10px;
  background-color: #f2f4f4;
  overflow: hidden;
}
.main .box > .heading {
  font-weight: bold;
  font-size: 1.13rem;
  line-height: 1.6;
  background-color: rgba(0, 0, 0, 0.07);
}
.main .box > .heading:first-child {
  margin: -30px -30px 30px;
  padding: 12px 30px;
}
.main .box.rounded {
  border-radius: 8px;
}
.main .box.is-shadow {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

/*---------------------------------------------
	[FR] 枠
  ---------------------------------------------*/
.main .frame {
  position: relative;
  margin-bottom: 30px;
  padding: 30px 30px 10px;
  background: none transparent !important;
  border: solid 10px #ebebeb;
}
.main .frame .heading {
  font-weight: bold;
  font-size: 1.13rem;
  line-height: 1.6;
  color: #000;
  background-color: #ebebeb;
}
.main .frame .heading:first-child {
  margin: -30px -30px 30px;
  padding: 12px 30px 12px;
}
.main .frame.bg-white {
  border-color: #fff;
}
.main .frame.bg-light {
  border-color: #f2f4f4;
}
.main .frame.bg-gray {
  border-color: #ebebeb;
}
.main .frame.bg-dark {
  border-color: #434c4d;
}
.main .frame.bg-color0 {
  border-color: #59bdc6;
}
.main .frame.bg-color1 {
  border-color: #b2c473;
}
.main .frame.bg-color2 {
  border-color: #efa55e;
}
.main .frame.bg-color3 {
  border-color: #ec092f;
}
.main .frame.bg-gradation1 {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #f79be5;
  border-right-color: #7e88e8;
}
.main .frame.bg-gradation1:before, .main .frame.bg-gradation1:after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 20px);
  height: 10px;
  left: -10px;
  background: linear-gradient(to right, #f79be5 0, #7e88e8 100%);
}
.main .frame.bg-gradation1:before {
  top: -10px;
}
.main .frame.bg-gradation1:after {
  bottom: -10px;
}
.main .frame.bg-img {
  border-image: 10 stretch;
}
.main .frame.bg-white .heading {
  border-color: #fff;
}
.main .frame.bg-light .heading {
  color: #fff;
  background-color: #f2f4f4;
}
.main .frame.bg-gray .heading {
  color: #fff;
  background-color: #ebebeb;
}
.main .frame.bg-dark .heading {
  color: #fff;
  background-color: #434c4d;
}
.main .frame.bg-color0 .heading {
  color: #fff;
  background-color: #59bdc6;
}
.main .frame.bg-color1 .heading {
  color: #fff;
  background-color: #b2c473;
}
.main .frame.bg-color2 .heading {
  color: #fff;
  background-color: #efa55e;
}
.main .frame.bg-color3 .heading {
  color: #fff;
  background-color: #ec092f;
}
.main .frame.bg-gradation1 .heading {
  color: #fff;
  background: linear-gradient(to right, #f79be5 0, #7e88e8 100%);
}

/*---------------------------------------------
	[PL] パネル
  ---------------------------------------------*/
/* ----- [PL1] パネル > 画像上 ----- */
.main .panel-vertical {
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
  background-color: #f2f4f4;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.main .panel-vertical > a {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  /*&:before {
  	content: "";
  	position: absolute;
  	display: block;
  	width: 100%;
  	height: 100%;
  	top: 0;
  	left: 0;
  }*/
}
.main .panel-vertical > a:before {
  content: none !important;
}
.main .panel-vertical .img {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.main .panel-vertical .img::after {
  content: none;
}
.main .panel-vertical .img img {
  width: 100%;
}
.main .panel-vertical .txt {
  position: relative;
  padding: 20px 20px 0;
  margin-bottom: auto;
}
.main .panel-vertical p {
  font-size: 0.88rem;
  line-height: 1.6;
  transition: color .2s linear;
}
.main .panel-vertical p:not(.link-icon) {
  color: #555;
}
.main .panel-vertical .date {
  font-size: 0.81rem;
  color: #999;
}
.main .panel-vertical .heading {
  margin-bottom: 20px;
  padding: 0;
  font-size: 0.94rem;
  font-weight: bold;
  color: #000;
  line-height: 1.6;
}
.main .panel-vertical .badge {
  margin-left: 30px;
  margin-right: 30px;
}
.main .panel-vertical .badge.center {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.main .panel-vertical .badge.right {
  left: auto;
  right: 0;
}
.main .panel-vertical .badge + .txt {
  padding-top: 40px;
}
.main .panel-vertical .tag,
.main .panel-vertical .link-horizontal {
  position: relative;
  margin: 0;
  line-height: 1;
  border-top: solid 1px #fff;
  background-color: inherit;
}
.main .panel-vertical .tag {
  padding: 15px 12px 7px 20px;
}
.main .panel-vertical .link-horizontal {
  padding: 15px 10px 5px 20px;
}
.main .panel-vertical.txt-white .tag, .main .panel-vertical.txt-white .link-horizontal {
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}

/* ----- [PL2] パネル > 画像左右 ----- */
.main .panel-horizontal {
  position: relative;
  display: flex;
  background-color: #f2f4f4;
  overflow: hidden;
  align-items: stretch;
}
.main .panel-horizontal > a {
  display: flex;
  width: 100%;
  text-decoration: none;
  align-items: stretch;
}
.main .panel-horizontal:not(.video):before, .main .panel-horizontal:not(.video) > a:before {
  content: "";
  display: block;
  height: 300px;
}
.main .panel-horizontal:not(.txt-white) p:not(.link-icon) {
  color: #555;
}
.main .panel-horizontal.video > a .img:after {
  background-color: transparent;
}
.main .panel-horizontal .img {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0;
  overflow: hidden;
}
.main .panel-horizontal .img.right {
  order: 2;
}
.main .panel-horizontal .img div {
  position: absolute;
  top: 0;
  left: 0;
}
.main .panel-horizontal .img > a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main .panel-horizontal .txt {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0;
  padding: 30px 30px 10px;
}
.main .panel-horizontal .img.right + .badge + .txt {
  padding-right: 40px;
}
.main .panel-horizontal .img:not(.right) + .badge + .txt {
  padding-left: 40px;
}
.main .panel-horizontal .col3-4 {
  width: 75%;
}
.main .panel-horizontal .col2-3 {
  width: 66.66666666%;
}
.main .panel-horizontal .col1-2 {
  width: 50%;
}
.main .panel-horizontal .col1-3 {
  width: 33.33333333%;
}
.main .panel-horizontal .col1-4 {
  width: 25%;
}
.main .panel-horizontal h2:not([class*="heading"]),
.main .panel-horizontal .heading1 {
  font-size: 1.5rem;
}
.main .panel-horizontal p {
  line-height: 1.6;
}
.main .panel-horizontal .date {
  font-size: 0.81rem;
  color: #999;
}
.main .panel-horizontal .txt .heading {
  margin-bottom: 20px;
  padding: 0;
  font-size: 1.13rem;
  font-weight: bold;
  color: #000;
  line-height: 1.6;
}
.main .panel-horizontal .badge {
  top: 50%;
}
.main .panel-horizontal .img:not(.right) + .badge {
  left: 50%;
}
.main .panel-horizontal .img.col3-4:not(.right) + .badge {
  left: 75%;
}
.main .panel-horizontal .img.col2-3:not(.right) + .badge {
  left: 66.66666666%;
}
.main .panel-horizontal .img.col1-2:not(.right) + .badge {
  left: 50%;
}
.main .panel-horizontal .img.col1-3:not(.right) + .badge {
  left: 33.33333333%;
}
.main .panel-horizontal .img.col1-4:not(.right) + .badge {
  left: 25%;
}
.main .panel-horizontal .img.right + .badge {
  left: 50%;
}
.main .panel-horizontal .img.col3-4.right + .badge {
  left: 25%;
}
.main .panel-horizontal .img.col2-3.right + .badge {
  left: 33.33333333%;
}
.main .panel-horizontal .img.col1-2.right + .badge {
  left: 50%;
}
.main .panel-horizontal .img.col1-3.right + .badge {
  left: 66.66666666%;
}
.main .panel-horizontal .img.col1-4.right + .badge {
  left: 75%;
}

.main .row .panel-horizontal {
  margin-bottom: 30px;
}

/* ----- [PL4] パネル > 背景画像 ----- */
.main .panel-covered {
  display: flex;
  position: relative;
  overflow: hidden;
}
.main .panel-covered > a {
  display: flex;
  width: 100%;
  text-decoration: none;
  align-self: stretch;
}
.main .panel-covered:before,
.main .panel-covered > a:before {
  content: "";
  display: block;
  height: 300px;
}
.main .panel-covered .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.main .panel-covered .txt {
  width: 100%;
  padding: 30px 30px 10px;
}
.main .panel-covered .txt.bottom {
  position: relative;
  margin-top: -20px;
  padding-top: 50px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50px);
}
.main .panel-covered .txt:not(.bottom):before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.main .panel-covered .txt.sp-middle {
  padding-bottom: 60px;
}
.main .panel-covered .txt.sp-middle .heading {
  display: table-cell;
  vertical-align: bottom;
}
.main .panel-covered .txt.sp-middle .heading + * {
  margin-top: 10px;
}
.main .panel-covered .txt.sp-middle .tag {
  position: absolute;
  left: 30px;
  bottom: 20px;
}
.main .panel-covered .txt > * {
  position: relative;
}
.main .panel-covered p {
  line-height: 1.6;
}
.main .panel-covered .date {
  font-size: 0.81rem;
}
.main .panel-covered h2:not([class*="heading"]),
.main .panel-covered .heading1 {
  font-size: 1.5rem;
}
.main .panel-covered .heading {
  margin-bottom: 20px;
  padding: 0;
  font-size: 1.13rem;
  font-weight: bold;
  line-height: 1.6;
}
.main .panel-covered .link-horizontal {
  margin: 0 -30px -10px;
  padding: 15px 20px 5px 30px;
}
.main .panel-covered .tag {
  margin: 0 -30px -10px;
  padding: 15px 22px 7px 30px;
}
.main .panel-covered .tag span {
  color: #000 !important;
  background-color: #fff;
}
.main .panel-covered * {
  color: #fff !important;
}
.main .panel-covered h2:not([class*="heading"]):after,
.main .panel-covered h3:not([class*="heading"]):after,
.main .panel-covered h4:not([class*="heading"]):after,
.main .panel-covered .heading1:after,
.main .panel-covered .heading2:after,
.main .panel-covered .heading3:after,
.main .panel-covered ul li:before {
  background-color: #fff;
}
.main .panel-covered h3:not([class*="heading"]) {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.main .panel-covered .link-horizontal {
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}
.main .panel-covered .link-horizontal a:not(:last-child):before {
  background-color: rgba(255, 255, 255, 0.2);
}
.main .panel-covered .link-icon a:after,
.main .panel-covered a .link-icon:after {
  background-position-y: -144px !important;
}
.main .panel-covered .btn .ghost:not(:hover) {
  border: solid 2px rgba(255, 255, 255, 0.5);
}
.main .panel-covered .btn .ghost span:after {
  background-position-y: -144px !important;
}
html:not(.sp) .main .panel-covered .btn .ghost:hover {
  background-color: #fff !important;
  border: solid 2px #fff !important;
}
html:not(.sp) .main .panel-covered .btn .ghost:hover span {
  color: #434c4d !important;
}
html:not(.sp) .main .panel-covered .btn .ghost:hover span:after {
  background-position-y: -120px !important;
}

.main .col-set:not(.no-gutter) .panel-covered {
  margin-bottom: 30px;
}

/* ----- [PL] パネル - 共通設定 ----- */
.main .panel-vertical > a:before,
.main .panel-horizontal > a:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  transition: opacity .2s linear;
}

html:not(.sp) .main .panel-vertical > a:hover:before,
html:not(.sp) .main .panel-horizontal > a:hover:after {
  opacity: .05;
}

.main .panel-vertical.txt-white > a:before,
.main .panel-horizontal.txt-white > a:after {
  background-color: #fff;
}

html:not(.sp) .main .panel-vertical.txt-white > a:hover:before,
html:not(.sp) .main .panel-horizontal.txt-white > a:hover:after {
  opacity: .2;
}

.main .panel-horizontal .img .bg-img,
.main .panel-covered .img .bg-img {
  width: 100%;
  height: 100%;
}

.main .panel-horizontal .txt.middle,
.main .panel-covered .txt.middle {
  align-self: center !important;
}
.main .panel-horizontal .txt.bottom,
.main .panel-covered .txt.bottom {
  align-self: flex-end !important;
}

.main .panel-vertical .txt p + *,
.main .panel-horizontal .txt p + *,
.main .panel-covered .txt p + * {
  margin-top: -5px;
}
.main .panel-vertical .txt .date + *,
.main .panel-vertical .txt .heading + *,
.main .panel-horizontal .txt .date + *,
.main .panel-horizontal .txt .heading + *,
.main .panel-covered .txt .date + *,
.main .panel-covered .txt .heading + * {
  margin-top: -10px;
}
.main .panel-vertical .txt .btn,
.main .panel-vertical .txt .link-icon,
.main .panel-horizontal .txt .btn,
.main .panel-horizontal .txt .link-icon,
.main .panel-covered .txt .btn,
.main .panel-covered .txt .link-icon {
  margin-top: 0;
}
.main .panel-vertical .label,
.main .panel-horizontal .label,
.main .panel-covered .label {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  margin-bottom: 0;
}
.main .panel-vertical .label span,
.main .panel-horizontal .label span,
.main .panel-covered .label span {
  float: left;
  display: block;
  margin: 0;
  font-size: 0.69rem;
}
.main .panel-vertical .txt .label,
.main .panel-horizontal .txt .label,
.main .panel-covered .txt .label {
  position: static;
  margin-bottom: 15px;
}
.main .panel-vertical .tag a,
.main .panel-vertical .tag span,
.main .panel-horizontal .tag a,
.main .panel-horizontal .tag span,
.main .panel-covered .tag a,
.main .panel-covered .tag span {
  padding: 4px 10px;
  font-size: 0.69rem;
}
.main .panel-vertical .link-horizontal a,
.main .panel-horizontal .link-horizontal a,
.main .panel-covered .link-horizontal a {
  margin-right: 20px;
  font-size: 0.81rem;
}
.main .panel-vertical .link-horizontal a:before,
.main .panel-horizontal .link-horizontal a:before,
.main .panel-covered .link-horizontal a:before {
  right: -10px;
}

.main .panel-vertical .link-horizontal a:before {
  top: 0;
}

.main .badge {
  position: absolute;
  z-index: 2;
  display: flex;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  padding: 3px;
  font-size: 0.75rem !important;
  line-height: 1.4 !important;
  overflow: hidden;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.main .badge a {
  position: relative;
  display: flex;
  width: 60px;
  height: 60px;
  margin: -3px;
  padding: 3px;
  text-decoration: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.main .badge a:after {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 100px;
  transition: opacity .2s linear;
}
.main .badge img {
  display: block;
  width: calc(100% + 6px);
  max-width: none;
  margin: -3px;
}
.main .badge {
  color: #fff !important;
  background-color: #59bdc6;
}
.main .badge a {
  color: #fff !important;
}
.main .badge a:after {
  background-color: #fff;
}
html:not(.sp) .main .badge a:hover:after {
  opacity: .2;
}
.main .badge.bg-white, .main .badge.bg-light, .main .badge.bg-gray {
  color: #555 !important;
}
.main .badge.bg-white a, .main .badge.bg-light a, .main .badge.bg-gray a {
  color: #555 !important;
}
.main .badge.bg-white a:after, .main .badge.bg-light a:after, .main .badge.bg-gray a:after {
  background-color: #000;
}
html:not(.sp) .main .badge.bg-white a:hover:after, html:not(.sp) .main .badge.bg-light a:hover:after, html:not(.sp) .main .badge.bg-gray a:hover:after {
  opacity: .07;
}

/*---------------------------------------------
	[TB] 表
  ---------------------------------------------*/
.main table {
  width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
}
.main table td {
  padding: 15px;
  border: solid 1px #ebebeb;
}
.main table th {
  min-width: 7em;
  padding: 15px;
  color: #000;
  font-weight: bold;
  background-color: #f2f4f4;
  border: solid 1px #ebebeb;
}
.main table thead tr:first-child th,
.main table thead + tbody tr:first-child th,
.main table thead + tbody tr:first-child td {
  border-top: 0 none;
}
.main table thead th {
  min-width: 7em;
  color: #fff;
  background-color: #074194;
  border-right: solid 1px #ebebeb;
  border-left: 0 none;
  border-top: solid 1px #ebebeb;
  border-bottom: 0 none;
}
.main table td p:last-child,
.main table td ul:last-child,
.main table td ol:last-child,
.main table td dl:last-child {
  margin-bottom: 0;
}
.main table.data-num tbody td {
  text-align: right;
}

/*---------------------------------------------
	[NV1] コンテンツナビゲーション
  ---------------------------------------------*/
.main .nav-content {
  margin-bottom: 20px;
}
.main .nav-content ul {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  flex-wrap: nowrap;
  align-items: stretch;
}
.main .nav-content li {
  display: flex;
  width: 2000px;
  min-height: 60px;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1.6;
  overflow: hidden;
  align-items: stretch;
}
.main .nav-content li:before {
  display: none;
}
.main .nav-content a {
  display: flex;
  width: 100%;
  padding: 10px 15px;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  transition: background-color .2s linear, border-color .2s linear;
}
.main .nav-content.link-internal a:after {
  width: 24px;
  height: 24px;
  background-image: url(../img/icon_link.png);
  background-repeat: no-repeat;
  background-size: 480px 240px;
  content: "";
  display: block;
  min-width: 24px;
  margin: 0 -5px 0 5px;
  transform: rotate(90deg);
  transition: transform .2s linear;
}
html:not(.sp) .main .nav-content.link-internal a:hover:after {
  transform: translate3d(0, 3px, 0) rotate(90deg);
}
.main .nav-content {
  background-color: #f2f4f4;
}
.main .nav-content ul {
  border-left: solid 1px #fff;
}
.main .nav-content a {
  color: #555;
  border-right: solid 1px #fff;
}
.main .nav-content .current a {
  color: #fff;
  background-color: #074194;
  border-color: #074194;
}
html:not(.sp) .main .nav-content a:hover {
  color: #fff;
  background-color: #074194;
  border-color: #074194;
}
.main .nav-content.link-internal a:after {
  background-position-y: -24px;
}
.main .nav-content.link-internal .current a:after, html:not(.sp) .main .nav-content.link-internal a:hover:after {
  background-position-y: -144px;
}
.main .nav-content.bg-dark ul {
  border-color: #5f6768;
}
.main .nav-content.bg-dark a {
  color: #fff;
  border-color: #5f6768;
}
.main .nav-content.bg-dark.link-internal a:after {
  background-position-y: -144px;
}

@media screen and (min-width: 768px) {
  .main .row .nav-content ul,
  .main .nav-content ul:not(.row) {
    border-left: 0 none !important;
  }
  .main .row .nav-content ul li:last-of-type a,
  .main .nav-content ul:not(.row) li:last-of-type a {
    margin-right: -1px;
    border-right: 0 none;
  }
}
/*---------------------------------------------
	[NV2] タブ
  ---------------------------------------------*/
.main .tab .tab-nav {
  border-bottom: solid 1px #e5e5e5;
}
.main .tab .tab-nav ul {
  display: flex;
  margin: 0;
}
.main .tab .tab-nav ul li {
  width: 20%;
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 0.88rem;
  overflow: hidden;
}
.main .tab .tab-nav ul li:before {
  display: none;
}
.main .tab .tab-nav ul li::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #074194;
  display: block;
  transition: bottom .3s;
  content: "";
}
.main .tab .tab-nav ul li a {
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  transition: color .3s;
}
.main .tab .tab-nav ul li.is-current::after, html:not(.sp) .main .tab .tab-nav ul li:hover::after {
  bottom: 0;
}
.main .tab .tab-nav ul li.is-current a, html:not(.sp) .main .tab .tab-nav ul li:hover a {
  color: #074194;
}
.main .tab .tab-element {
  padding: 46.5px 0 32px;
  opacity: 0;
  transition: opacity .6s;
}
.main .tab .tab-element.hide {
  display: none;
}
.main .tab .tab-element.show {
  opacity: 1;
}

.main .sp-tab-nav {
  display: none;
}

.main .tab-content {
  overflow: hidden;
}

.main .row .tab-content {
  padding: 0;
}

.main .tab-container {
  overflow: hidden;
}

.main .tab-slider {
  position: relative;
  width: 1000%;
}

.main .tab-element {
  display: none;
  padding: 30px 0 10px;
}

.main .tab-slider .tab-element {
  width: 10%;
}

.main .tab-element:first-of-type {
  display: block;
}

.main .row .tab .tab-element {
  padding-left: 30px;
  padding-right: 30px;
}

/*---------------------------------------------
	[NV3] ページネーション
  ---------------------------------------------*/
.main .pagination p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.main .pagination a,
.main .pagination span {
  position: relative;
  display: inline-block;
  min-width: 45px;
  height: 45px;
  padding: 0 5px;
  line-height: 45px;
  margin: 0 1px 1px 0;
  font-size: 0.88rem;
  text-align: center;
}
.main .pagination a {
  color: #555;
  text-decoration: none;
  background-color: #f2f4f4;
  transition: background-color .2s linear, color .2s linear;
}
html:not(.sp) .main .pagination a:hover {
  color: #fff;
  background-color: #8bd1d7;
}
.main .pagination .current {
  color: #fff;
  background-color: #59bdc6;
}
.main .pagination .prev {
  padding: 0 10px 0 30px;
}
.main .pagination .prev:before {
  left: 6px;
  transform: rotate(180deg);
}
html:not(.sp) .main .pagination .prev:hover:before {
  left: 3px;
  background-position-x: 0;
  background-position-y: -144px;
}
.main .pagination .next {
  padding: 0 30px 0 10px;
}
.main .pagination .next:before {
  right: 6px;
}
html:not(.sp) .main .pagination .next:hover:before {
  right: 3px;
  background-position-x: 0;
  background-position-y: -144px;
}
.main .pagination .prev:before,
.main .pagination .next:before {
  width: 24px;
  height: 24px;
  background-image: url(../img/icon_link.png);
  background-repeat: no-repeat;
  background-size: 480px 240px;
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -12px;
  background-position: 0 0;
  transition: left .2s linear, right .2s linear;
}

/*---------------------------------------------
	[FM] フォーム
  ---------------------------------------------*/
.main .form dl.border-set {
  margin-bottom: 50px;
}
.main .form dl.border-set > dt {
  display: flex;
  padding: 25px 0;
  align-items: center;
}
.main .form .caption {
  display: inline-block;
  margin: 0;
  padding: 5px 0;
  vertical-align: middle;
}
.main .form input,
.main .form select,
.main .form textarea,
.main .form span {
  transition-duration: .2s;
  transition-timing-function: ease-out;
}
.main .form input[type="text"],
.main .form textarea {
  width: 100%;
  max-width: 300px;
  margin: 5px 0;
  padding: 5px;
  font-size: 16px;
  line-height: 1.6;
  border: 1px solid #ebebeb;
  vertical-align: middle;
  border-radius: 3px;
  appearance: none;
}
.main .form input[type="text"].full,
.main .form textarea.full {
  max-width: 100%;
}
.main .form input[type="text"]:not(.full) {
  margin-right: 15px;
}
.main .form select {
  position: relative;
  margin: 5px 0;
  padding: 5px 40px 5px 5px;
  font-size: 16px;
  line-height: 1.6;
  border: 1px solid #ebebeb;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  background-image: url(../images/btn_select.gif);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 30px 45px;
  border-radius: 3px;
  appearance: none;
}
html:not(.sp) .main .form input[type="text"]:hover, html:not(.sp) .main .form textarea:hover, html:not(.sp) .main .form select:hover {
  border: 1px solid #8bd1d7;
}
.main .form select::-ms-expand {
  display: none;
}
.main .form label {
  display: inline-block;
  margin: 5px 20px 5px 0;
  cursor: pointer;
}
.main .form input[type="radio"] {
  display: none;
}
.main .form input[type="radio"] + span {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px 6px 5px 0;
  vertical-align: middle;
  background-color: #fff;
  border: 2px solid #ebebeb;
  border-radius: 9px;
}
.main .form input[type="radio"]:checked + span {
  border-color: #59bdc6;
}
.main .form input[type="radio"]:checked + span:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 2px;
  background-color: #59bdc6;
  border-radius: 5px;
}
.main .form input[type="checkbox"] {
  display: none;
}
.main .form input[type="checkbox"] + span {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px 6px 5px 0;
  vertical-align: middle;
  background-color: #ebebeb;
}
.main .form input[type="checkbox"]:checked + span {
  background: #59bdc6;
}
.main .form input[type="checkbox"]:checked + span:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.main .form .zip input[type="text"] {
  width: 60px;
  margin-right: 0;
}
.main .form .zip input[type="text"]:last-child {
  width: 80px;
}
.main .form .btn-upload {
  position: relative;
  max-width: 300px;
  margin: 5px 0;
  overflow: hidden;
  white-space: nowrap;
}
.main .form .btn-upload .upload-value {
  display: block;
  margin: 0 !important;
  padding: 5px 10px;
  font-size: 0.88rem;
  border: 1px solid #ebebeb;
  border-right: 0 none;
  vertical-align: middle;
  background-color: transparent;
  border-radius: 3px 0 0 3px;
}
html:not(.sp) .main .form .btn-upload:hover .upload-value {
  border-color: #8bd1d7;
}
.main .form .btn-upload span {
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  padding: 5px 10px;
  font-size: 0.88rem;
  line-height: 1.6;
  color: #fff;
  background-color: #59bdc6;
  vertical-align: middle;
  border: 1px solid #59bdc6;
  border-radius: 0 3px 3px 0;
}
.main .form .btn-upload input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  opacity: 0;
}
.main .form dl.border-set .required {
  position: relative;
  padding-right: 40px;
}
.main .form dl.border-set .required:after {
  content: "必須";
  position: absolute;
  display: block;
  padding: 4px 6px 3px;
  top: 50%;
  right: 0;
  font-size: 0.69rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  vertical-align: middle;
  background-color: #ec092f;
  transform: translateY(-50%);
}

.main :-moz-placeholder {
  color: #dbd6d0;
  opacity: 1;
}

.main ::-webkit-input-placeholder {
  color: #dbd6d0;
  opacity: 1;
}

body:not(.en) .main ::-webkit-input-placeholder {
  padding-top: .2em;
}

.main :-ms-input-placeholder {
  color: #dbd6d0;
}

.main :placeholder-shown {
  color: #dbd6d0;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

/* IE Xボタン非表示 */
.main input::-ms-clear {
  visibility: hidden;
  display: none;
}

.main input::-ms-reveal {
  visibility: hidden;
  display: none;
}

/*---------------------------------------------
	[EB1] 動画埋め込み
  ---------------------------------------------*/
.main .embed-video {
  position: relative;
  margin-bottom: 20px;
  padding: 56.25% 0 0;
}
.main .embed-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0 none;
}

/*---------------------------------------------
	[EB2] モーダル
  ---------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10042;
  overflow: hidden;
  background: #000;
  opacity: .8;
  animation: mfp-bg-fadein .3s linear;
}
.mfp-bg.mfp-ready.mfp-removing {
  opacity: 0;
  transition: opacity .3s linear .3s;
}

@keyframes mfp-bg-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: .8;
  }
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10043;
  position: fixed;
  outline: none !important;
}
html:not(.sp) .mfp-wrap {
  overflow-y: scroll !important;
}

.mfp-container {
  position: absolute;
  width: 100%;
  max-width: none !important;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  z-index: 10045;
  display: inline-block;
  vertical-align: middle;
  margin: 20px auto;
  text-align: left;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  transform: scale(0.9);
}
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
  transition: transform .3s ease-out, opacity .3s linear;
}
.mfp-wrap.mfp-ready.mfp-removing .mfp-content {
  opacity: 0;
  transform: scale(0.9);
  transition: transform .3s ease-in .3s, opacity .3s linear .3s;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  padding: 40px 0;
  cursor: auto;
}
.mfp-inline-holder .mfp-content > div {
  position: relative;
  margin: 0 auto;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.6);
}
.mfp-inline-holder .mfp-content .content {
  padding: 30px 30px 10px;
  position: relative;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 60px;
  margin-top: -30px;
  text-indent: -9999px;
  z-index: 10044;
  overflow: hidden;
}
.mfp-preloader:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-image: url(../images/preloader.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 60px 60px;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

.mfp-close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: 40px;
  text-indent: -9999px;
  cursor: pointer;
  overflow: hidden;
  border: solid 2px rgba(255, 255, 255, 0.5);
  background: none;
  outline: none;
  opacity: .5;
  border-radius: 15px;
}
.mfp-ready .mfp-close {
  top: 0;
  transition: top 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, transform 0.3s ease-in-out, opacity 0.3s linear;
}
.mfp-ready.mfp-removing .mfp-close {
  top: 40px;
  transition: top .3s ease-in 0s;
}
.mfp-ready .mfp-iframe-holder .mfp-close, .mfp-ready .mfp-inline-holder .mfp-close {
  top: -40px;
}
.mfp-ready.mfp-removing .mfp-iframe-holder .mfp-close, .mfp-ready.mfp-removing .mfp-inline-holder .mfp-close {
  top: 0;
}
html:not(.sp) .mfp-close:hover {
  opacity: 1;
  transform: rotate(90deg);
}
.mfp-close:before, .mfp-close:after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 18px;
  right: 12px;
  top: 4px;
  background-color: #fff;
  border-radius: 2px;
}
.mfp-close:before {
  transform: rotate(45deg);
}
.mfp-close:after {
  transform: rotate(-45deg);
}
html:not(.sp) .mfp-close:hover {
  opacity: 1;
  transform: rotate(90deg);
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: .96rem;
  line-height: 1.6;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  z-index: 10046;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  text-indent: -9999px;
  background-color: #59bdc6;
  border: 0 none;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  appearance: none;
  border-radius: 50%;
}
.mfp-arrow:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transition: opacity .2s linear;
}
.mfp-arrow:hover:before {
  opacity: .2;
}
.mfp-arrow:after {
  width: 24px;
  height: 24px;
  background-image: url(../img/icon_link.png);
  background-repeat: no-repeat;
  background-size: 480px 240px;
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -12px;
  background-position-x: 0;
  background-position-y: -144px;
  transition: transform .2s linear;
}
.mfp-arrow-left {
  left: -100px;
}
.mfp-arrow-right {
  right: -100px;
}
.mfp-arrow-left:after {
  left: 7px;
  transform: rotate(180deg);
}
html:not(.sp) .mfp-arrow-left:hover:after {
  transform: translate3d(-3px, 0, 0) rotate(180deg);
}
.mfp-arrow-right:after {
  right: 7px;
}
html:not(.sp) .mfp-arrow-right:hover:after {
  transform: translate3d(3px, 0, 0);
}
.mfp-ready .mfp-arrow-left {
  left: 20px;
  transition: left 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s;
}
.mfp-ready.mfp-removing .mfp-arrow-left {
  left: -100px;
  transition: left .5s ease-in 0s;
}
.mfp-ready .mfp-arrow-right {
  right: 20px;
  transition: right 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s;
}
.mfp-ready.mfp-removing .mfp-arrow-right {
  right: -100px;
  transition: right .5s ease-in 0s;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: calc(100% - 200px);
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-scaler {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  line-height: 0;
  box-sizing: border-box;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
  padding: 40px 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  z-index: -1;
  display: block;
  width: auto;
  height: auto;
  left: 0;
  top: 40px;
  bottom: 40px;
  right: 0;
  background: #444;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.6);
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 0.75rem;
  line-height: 1.6;
}
.mfp-figure figure {
  position: relative;
  margin: 0;
}

.mfp-bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-ready .mfp-bottom-bar {
  bottom: -40px;
  transition: bottom 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, transform 0.2s ease-in-out, opacity 0.2s linear;
}
.mfp-ready.mfp-removing .mfp-bottom-bar {
  bottom: 0;
  transition: bottom .3s ease-in 0s;
}
.mfp-ready .mfp-iframe-holder .mfp-bottom-bar {
  bottom: 0;
}
.mfp-ready.mfp-removing .mfp-iframe-holder .mfp-bottom-bar {
  bottom: -35px;
}

.mfp-title {
  float: left;
  height: 1.6em;
  padding-right: 4em;
  text-align: left;
  line-height: 1.6;
  color: #fff;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.sb10 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 10px);
}

.sb11 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 11px);
}

.sb12 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 12px);
}

.sb13 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 13px);
}

.sb14 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 14px);
}

.sb15 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 15px);
}

.sb16 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 16px);
}

.sb17 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 17px);
}

.sb18 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 18px);
}

.sb19 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 19px);
}

.sb20 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 20px);
}

.sb21 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 21px);
}

.sb22 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 22px);
}

.sb23 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 23px);
}

.sb24 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 24px);
}

.sb25 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 25px);
}

/*---------------------------------------------
	[SL] スライダー
  ---------------------------------------------*/
.slider {
  position: relative;
  margin-bottom: 10px;
}
.slider-container {
  width: calc(100% + 40px);
  padding: 0 20px 20px;
  margin-left: -20px;
  overflow: hidden;
}
.slider .panel-vertical,
.slider .panel-covered {
  margin-bottom: 0;
}
.slider .panel-vertical {
  box-shadow: none;
}
.slider .panel-vertical.slick-active {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.ie .slider-container {
  width: 100%;
  padding: 0 0 20px;
  margin-left: 0;
}
.ie .slider .slick-list {
  width: calc(100% + 20px);
  padding-left: 20px;
  margin-left: -20px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .slider-container {
    width: calc(100% + 15px);
    padding: 0 15px;
    margin-left: -7.5px;
  }
}
/* ----- Slick Slider ----- */
.slick-slider {
  display: block;
  box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  align-items: stretch;
  margin: 0 auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  min-height: 1px;
  margin-bottom: 0;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  top: 50%;
  margin: -20px;
  text-indent: -9999px;
  background-color: #fff;
  border: 0 none;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  appearance: none;
  border-radius: 50%;
  transition: background-color .2s linear;
  /*&:hover:before {
  	opacity: .2;
  }*/
}
.slick-arrow:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transition: opacity .2s linear;
}
html:not(.sp) .slick-arrow:hover {
  background-color: #074194;
}
html:not(.sp) .slick-arrow:hover:after {
  background-position-y: -144px;
}
.slick-arrow:after {
  width: 24px;
  height: 24px;
  background-image: url(../img/icon_link.png);
  background-repeat: no-repeat;
  background-size: 480px 240px;
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -12px;
  background-position-x: 0;
  background-position-y: 0;
  transition: transform .2s linear;
}

.slick-prev {
  left: 0;
}
.slick-prev:after {
  left: 7px;
  transform: rotate(180deg);
}
html:not(.sp) .slick-prev:hover:after {
  transform: translate3d(-3px, 0, 0) rotate(180deg);
}

.slick-next {
  right: 0;
}
.slick-next:after {
  right: 7px;
}
html:not(.sp) .slick-next:hover:after {
  transform: translate3d(3px, 0, 0);
}

.slick-track .img,
.main .slick-track .img {
  margin-bottom: 0;
}

.slick-dots {
  margin: 5px 0 0;
  padding: 0 15px 0 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 2px 7.5px !important;
  padding: 0px !important;
  text-align: center;
  vertical-align: middle;
  border-radius: 8px;
  transition: background-color .2s linear;
}
.slick-dots li:before, .main .slick-dots li:before {
  display: none;
}
html:not(.sp) .slick-dots li:hover,
.slick-dots .slick-active {
  background-color: rgba(139, 209, 215, 0.4);
}
.slick-dots li button {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  background-color: #d3deef;
  overflow: hidden;
  border: 0 none;
  cursor: pointer;
  outline: none;
  border-radius: 6px;
  transition: background-color .2s linear;
}
html:not(.sp) .slick-dots li:hover button,
.slick-dots .slick-active button {
  background-color: #074194;
}

/*---------------------------------------------
	[SC] スクロールエフェクト
  ---------------------------------------------*/
/* ----- [SC1] フェードイン ----- */
.fadein {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
}

/* ----- [SC2] スライドイン ----- */
.slidein {
  visibility: hidden;
}
.slidein-bg {
  position: absolute;
  z-index: 1000;
  display: block;
  overflow: hidden;
}
.slidein-bg span {
  position: absolute;
  display: block;
  width: 120%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #434c4d;
  transform: translate3d(-100%, 0, 0);
}

/*---------------------------------------------
	[BC] パンくず
  ---------------------------------------------*/
#topicpath {
  padding: 30px 0 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

#topicpath li {
  position: relative;
  padding: 0 0 3px 20px;
  margin: 0 10px 0 0;
  color: #000;
  font-size: 0.75rem;
  line-height: 1.5;
  list-style-type: none;
}

#topicpath li:first-of-type {
  top: 1px;
  width: 19px;
  height: 16px;
  padding: 0;
}

#topicpath li:before {
  content: '>';
  position: absolute;
  width: auto;
  height: auto;
  top: -1px;
  bottom: 0;
  left: 0;
  margin: auto;
  background: none;
  color: #ccc;
}

#topicpath li:nth-of-type(2):before {
  content: '';
  width: 1px;
  height: 20px;
  top: -1px;
  bottom: auto;
  left: 5px;
  background-color: #e5e5e5;
}

#topicpath li a {
  color: #074194;
  font-weight: normal;
  text-decoration: none;
}

#topicpath li:first-of-type a {
  display: block;
  width: 19px;
  height: 16px;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url(../img/icon_home.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transition: opacity .2s linear;
}

html:not(.sp) #topicpath li a:hover {
  color: #5e80db;
  /*  text-decoration: underline;*/
}

html:not(.sp) #topicpath li:first-of-type a:hover {
  opacity: .7;
}

#topicpath li:first-child {
  padding: 0;
}

#topicpath li:first-child::before {
  content: none;
}

/*---------------------------------------------
	768px未満
  ---------------------------------------------*/
@media screen and (max-width: 767px) {
  #topicpath {
    padding: 20px 0 0;
  }
}
/*---------------------------------------------
	[HI] ヒーローイメージ(下層)
  ---------------------------------------------*/
.hero {
  position: relative;
  width: 100%;
  min-height: 440px;
  padding-top: 125px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.hero #topicpath li {
  color: #fff;
}
.hero #topicpath li a {
  color: #fff;
}

.hero #topicpath li:first-of-type a {
  background-image: url(/img/icon_home_white.png);
}

.hero #page-title h1 {
  padding-right: 2.7vw;
  padding-left: 2.7vw;
  color: #fff;
  font-size: 2.5rem;
}
.hero #page-title h1 span {
  padding-top: 6px;
}

.hero #page-title {
  position: relative;
}
.hero #page-title .page-title-set {
  width: 100%;
  padding: 50px 2.7vw 56px 2.7vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero #page-title .page-title-set h1 {
  padding: 0;
}
.hero #page-title .page-title-set .page-desc {
  margin-top: 20px;
  margin-bottom: 0;
  color: #fff;
  line-height: 1.5;
}
.hero #page-title .page-title-col + .page-title-col {
  padding-left: 30px;
}
.hero #page-title .page-title-text {
  color: #074194;
  font-weight: bold;
}
.hero #page-title .page-title-text {
  margin: 0 -20px 10px 0;
  color: #074194;
  font-weight: bold;
  text-align: center;
}
.hero #page-title .page-title-links {
  margin: 0;
}
.hero #page-title .page-title-links li {
  min-width: 265px;
  padding: 0;
}
.hero #page-title .page-title-links li::before {
  content: none;
}
.hero #page-title .page-title-links li.btn > * {
  margin: 0 0 15px;
}

.hero.outcontents .outcontents-bg #page-title h1 {
  padding-bottom: 20px;
}
.hero.outcontents .page-desc {
  padding: 0 6.9vw 56px 6.9vw;
  margin-bottom: 0;
  color: #fff;
  line-height: 1.5;
}

.hero .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*---------------------------------------------
	990px未満
  ---------------------------------------------*/
@media screen and (max-width: 989px) {
  .hero {
    padding-top: 0;
    margin-top: 70px;
  }
}
/*---------------------------------------------
	768px未満
  ---------------------------------------------*/
@media screen and (max-width: 767px) {
  .hero {
    min-height: 200px;
  }

  .hero #page-title h1 {
    font-size: 1.88rem;
  }
  .hero #page-title h1 span {
    padding-top: 0;
  }

  .hero #page-title .page-title-set {
    width: 100%;
    padding: 30px 0 10px;
    display: block;
  }
  .hero #page-title .page-title-set .page-desc {
    margin-top: 18px;
  }
  .hero #page-title .page-title-col + .page-title-col {
    padding-left: 0;
  }
  .hero #page-title .page-title-text {
    margin-top: 21.5px;
    margin-bottom: 0;
    color: #fff;
    text-align: left;
  }
  .hero #page-title .page-title-text + .page-title-links {
    margin-top: 5px;
  }
  .hero #page-title .page-title-links {
    margin-top: 21.5px;
  }
  .hero #page-title .page-title-links li {
    min-width: 265px;
    padding: 0;
  }
  .hero #page-title .page-title-links li::before {
    content: none;
  }
  .hero #page-title .page-title-links li.btn > * {
    margin: 0 0 15px;
  }

  .main .hero.outcontents {
    min-height: 0;
    background: none;
  }
  .main .hero.outcontents .outcontents-bg {
    min-height: 225px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .main .hero.outcontents .outcontents-bg #page-title h1 {
    padding-bottom: 18px;
  }
  .main .hero.outcontents .page-desc {
    padding: 20px 15px 0;
    color: #555;
    line-height: 1.7;
    background-color: #f8f5f0;
  }
}
/*---------------------------------------------
	[BR] ブランド
  ---------------------------------------------*/
.brand #container {
  padding-top: 0;
}
.brand #main {
  left: 18.75%;
  width: 81.25%;
  padding-top: 125px;
}

.brand-conts {
  position: relative;
  padding-top: 100px;
}
.brand-conts h3 {
  margin: 36px 0 20px;
  color: #074194;
  font-size: 1.38rem;
  font-weight: 700;
  line-height: 1.4;
}

.brand-set {
  width: 100%;
  padding-bottom: 45px;
  display: flex;
  justify-content: space-between;
}

.brand-info {
  width: 58.7628865979%;
  order: 1;
}

.brand-h {
  margin-bottom: 50px;
  color: #074194;
  font-size: 2.62rem;
  font-weight: 700;
  line-height: 1.2;
}
.brand-h span {
  margin-top: 10px;
  color: #888;
  font-size: 1rem;
  font-weight: 500;
  display: block;
}

.brand-item {
  width: 35.0515463917%;
  order: 2;
}

.brand-item-wrap .brand-item-h {
  margin-bottom: 56px;
  text-align: center;
}
.brand-item-wrap .brand-item-img {
  margin-bottom: 45px;
  text-align: center;
}
.main .brand-item-wrap .brand-item-btn {
  margin-bottom: 15px;
  margin-right: 0;
}
.main .brand-item-wrap .brand-item-btn > * {
  margin: 0 auto;
  font-size: 1rem;
}
.main .brand-item-wrap .brand-item-btn > *.icon-window {
  max-width: 100%;
}
.main .brand-item-wrap .brand-item-btn > *.icon-window span:after {
  margin-top: -1px;
}
.main .brand-item-wrap .brand-item-btn + .note {
  line-height: 1.2;
}

.brand-links {
  padding: 60px 0 30px;
  background-color: #f8f5f0;
}

.brand-conts-superdry .brand-item-h img {
  width: 211px;
}
.brand-conts-superdry .brand-item-img img {
  width: 179px;
}

.brand-conts-peroni .brand-item-h img {
  width: 228px;
}
.brand-conts-peroni .brand-item-img img {
  width: 86px;
}

.brand-conts-pilsnerurquell .brand-item-h img {
  width: 226px;
}
.brand-conts-pilsnerurquell .brand-item-img img {
  width: 93px;
}

.brand-conts-nikka .brand-item-h img {
  width: 321px;
}
.brand-conts-nikka .brand-item-img img {
  width: 245.5px;
}

.brand-conts-calpis .brand-item-h img {
  width: 224px;
}
.brand-conts-calpis .brand-item-img img {
  width: 99px;
}

.brand-conts-en.brand-conts-calpis .brand-item-h img {
  width: 201px;
}

.brand-conts-wonda .brand-item-h img {
  width: 223px;
}
.brand-conts-wonda .brand-item-img img {
  width: 138.5px;
}

.brand-conts-mitsuya .brand-item-h img {
  width: 142px;
}
.brand-conts-mitsuya .brand-item-img img {
  width: 95px;
}

.brand-conts-wilkinson .brand-item-h img {
  width: 190px;
}
.brand-conts-wilkinson .brand-item-img img {
  width: 107px;
}

.brand-conts-mintia .brand-item-h img {
  width: 204px;
}
.brand-conts-mintia .brand-item-img img {
  width: 256px;
}

.brand-conts-dearnatura .brand-item-h img {
  width: 252px;
}
.brand-conts-dearnatura .brand-item-img img {
  width: 151.5px;
}

.brand-conts-wakodo .brand-item-h img {
  width: 227px;
}
.brand-conts-wakodo .brand-item-img img {
  width: 211.5px;
}

.brand-conts-amanofoods .brand-item-h img {
  width: 269px;
}
.brand-conts-amanofoods .brand-item-img img {
  width: 202px;
}

.brand-conts-en.brand-conts-amanofoods .brand-item-h img {
  width: 347px;
}

/*---------------------------------------------
	990px未満
  ---------------------------------------------*/
@media screen and (max-width: 989px) {
  .brand #main {
    left: 0;
    width: 100%;
    padding-top: 0;
  }

  .brand-conts {
    padding-top: 30px;
  }

  .brand-set {
    padding-bottom: 25px;
    display: block;
  }

  .brand-info {
    width: 100%;
  }

  .main .brand-item {
    display: none;
  }
  .main .brand-item-wrap .brand-item-h {
    width: 55%;
    margin: 0 auto 20px;
  }
  .main .brand-item-wrap .brand-item-img {
    width: 50%;
    margin: 0 auto 20px;
  }
  .main .brand-item-wrap .brand-item-btn {
    margin-bottom: 0;
  }
  .main .brand-item-wrap .brand-item-btn > * {
    margin-bottom: 15px;
  }
}
/*---------------------------------------------
	768px未満
  ---------------------------------------------*/
@media screen and (max-width: 767px) {
  .brand #main {
    padding-top: 0;
  }

  .brand-conts h3 {
    margin: 25px 0 10px;
    font-size: 1.13rem;
  }

  .brand-h {
    margin-bottom: 20px;
    font-size: 1.75rem;
  }
  .brand-h span {
    margin-top: 8px;
    font-size: 0.94rem;
  }

  .brand-links {
    padding: 30px 0 15px;
    background-color: #f8f5f0;
  }

  .brand-item-wrap .brand-item-h img {
    width: 100%;
  }
  .brand-item-wrap .brand-item-img img {
    width: 100%;
  }

  .brand-conts-superdry .brand-item-h img {
    width: 105.5px;
  }
  .brand-conts-superdry .brand-item-img img {
    width: 89.5px;
  }

  .brand-conts-peroni .brand-item-h img {
    width: 114px;
  }
  .brand-conts-peroni .brand-item-img img {
    width: 43px;
  }

  .brand-conts-pilsnerurquell .brand-item-h img {
    width: 113px;
  }
  .brand-conts-pilsnerurquell .brand-item-img img {
    width: 46.5px;
  }

  .brand-conts-nikka .brand-item-h img {
    width: 160.5px;
  }
  .brand-conts-nikka .brand-item-img img {
    width: 122.75px;
  }

  .brand-conts-calpis .brand-item-h img {
    width: 112px;
  }
  .brand-conts-calpis .brand-item-img img {
    width: 49.5px;
  }

  .brand-conts-en.brand-conts-calpis .brand-item-h img {
    width: 100.5px;
  }

  .brand-conts-wonda .brand-item-h img {
    width: 111.5px;
  }
  .brand-conts-wonda .brand-item-img img {
    width: 69.25px;
  }

  .brand-conts-mitsuya .brand-item-h img {
    width: 71px;
  }
  .brand-conts-mitsuya .brand-item-img img {
    width: 47.5px;
  }

  .brand-conts-wilkinson .brand-item-h img {
    width: 95px;
  }
  .brand-conts-wilkinson .brand-item-img img {
    width: 53.5px;
  }

  .brand-conts-mintia .brand-item-h img {
    width: 102px;
  }
  .brand-conts-mintia .brand-item-img img {
    width: 128px;
  }

  .brand-conts-dearnatura .brand-item-h img {
    width: 126px;
  }
  .brand-conts-dearnatura .brand-item-img img {
    width: 75.75px;
  }

  .brand-conts-wakodo .brand-item-h img {
    width: 113.5px;
  }
  .brand-conts-wakodo .brand-item-img img {
    width: 105.75px;
  }

  .brand-conts-amanofoods .brand-item-h img {
    width: 134.5px;
  }
  .brand-conts-amanofoods .brand-item-img img {
    width: 101px;
  }

  .brand-conts-en.brand-conts-amanofoods .brand-item-h img {
    width: 173.5px;
  }
}
/*---------------------------------------------
	[CP]  企業情報
  ---------------------------------------------*/
/*---------------------------------------------
	企業情報
  ---------------------------------------------*/
.company {
  padding-bottom: 50px;
}

.company-pnlset {
  width: calc(100% + 60px);
  padding-top: 30px;
  padding-bottom: 35px;
  margin-left: -30px;
  display: flex;
}

.company-pnl {
  position: relative;
  width: calc(25% - 60px);
  margin: 0 30px 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.company-pnl > * {
  width: 100%;
  height: 100%;
  display: block;
}
html:not(.sp) .company-pnl > *:hover .company-pnl-img img {
  transform: scale(1.1);
}

.company-pnl-img img {
  width: 100%;
  transition: transform .2s ease-out;
}

.company-pnl-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15% 1.7vw 1.7vw 1.7vw;
}
.company-pnl-txt p {
  margin: 0;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: bold;
}
.company-pnl-txt p span {
  margin-top: 5px;
  font-size: 0.88rem;
  font-weight: normal;
  display: block;
}

.main .heading-group-category {
  float: right;
  margin: 0;
}

/*---------------------------------------------
	990px未満
  ---------------------------------------------*/
@media screen and (max-width: 989px) {
  .company-pnlset {
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .company-pnl {
    width: calc(25% - 30px);
    margin: 0 15px 15px;
  }

  .company-pnl-txt {
    padding: 15% 10px 12px 10px;
  }
  .main .company-pnl-txt p {
    margin: 0;
    font-size: 1rem;
  }
  .main .company-pnl-txt p span {
    font-size: 0.69rem;
  }

  .main .heading-group-category {
    float: none;
    margin: 0 0 20px;
  }
}
/*---------------------------------------------
	768px未満
  ---------------------------------------------*/
@media screen and (max-width: 767px) {
  .company {
    padding-bottom: 45px;
  }

  .company-pnlset {
    width: calc(100% + 15px);
    padding-top: 10px;
    padding-bottom: 0;
    margin-left: -7.5px;
    flex-wrap: wrap;
  }

  .company-pnl {
    width: calc(50% - 15px);
    margin: 0 7.5px 15px;
  }
}
/*---------------------------------------------
	歴史・沿革
  ---------------------------------------------*/
.history {
  padding-bottom: 70px;
}

.history-links {
  margin-bottom: 20px;
}
.history-links ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.history-links ul li {
  padding: 0;
  margin: 0 0 20px;
}
.history-links ul li::before {
  content: none;
}
.history-links ul li + li {
  position: relative;
  padding-left: 20px;
  margin-left: 15px;
}
.history-links ul li + li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 1rem;
  margin: auto;
  background-color: #ccc;
  content: "";
}
.history-links ul li:last-of-type {
  margin-bottom: 20px;
}
.history-links ul li a {
  position: relative;
  padding-right: 30px;
  color: #003689;
  font-weight: bold;
  text-decoration: none;
  transition: opacity .2s linear;
}
.history-links ul li a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(90deg);
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icon_link.png);
  background-repeat: no-repeat;
  background-size: 480px 240px;
}
html:not(.sp) .history-links ul li a:hover {
  color: #003689;
  opacity: .6;
}

.history-iconset ul {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
}
.history-iconset ul li {
  width: 120px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.history-iconset ul li::before {
  content: none;
}
.history-iconset ul li a {
  text-decoration: none;
}

.history-icon-img {
  position: relative;
  width: 65px;
  height: 65px;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
}
.history-icon-img::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  content: "";
}

.history-icon-all .history-icon-img::after {
  width: 20px;
  height: 20px;
  background-image: url(../img/company/history/icon_all_hover.png);
  background-size: 20px auto;
}

.history-icon-company .history-icon-img {
  background-color: #002762;
}
.history-icon-company .history-icon-img::after {
  width: 21px;
  height: 29px;
  background-image: url(../img/company/history/icon_company_hover.png);
  background-size: 21px auto;
}

.history-icon-beer .history-icon-img {
  background-color: #003689;
}
.history-icon-beer .history-icon-img::after {
  width: 26px;
  height: 31px;
  background-image: url(../img/company/history/icon_beer_hover.png);
  background-size: 26px auto;
}

.history-icon-drink .history-icon-img {
  background-color: #265db1;
}
.history-icon-drink .history-icon-img::after {
  width: 24px;
  height: 31px;
  background-image: url(../img/company/history/icon_drink_hover.png);
  background-size: 24px auto;
}

.history-icon-fork .history-icon-img {
  background-color: #5385d3;
}
.history-icon-fork .history-icon-img::after {
  width: 24px;
  height: 26px;
  background-image: url(../img/company/history/icon_fork_hover.png);
  background-size: 24px auto;
}

.history-icon-global .history-icon-img {
  background-color: #76a0e0;
}
.history-icon-global .history-icon-img::after {
  width: 30px;
  height: 30px;
  background-image: url(../img/company/history/icon_global_hover.png);
  background-size: 30px auto;
}

#category .history-icon-img {
  background-color: #fff;
}
#category .history-icon-all .history-icon-img {
  box-shadow: none;
}
#category .history-icon-all .history-icon-img::after {
  background-image: url(../img/company/history/icon_all.png);
}
#category .history-icon-company .history-icon-img::after {
  background-image: url(../img/company/history/icon_company.png);
}
#category .history-icon-beer .history-icon-img::after {
  background-image: url(../img/company/history/icon_beer.png);
}
#category .history-icon-drink .history-icon-img::after {
  background-image: url(../img/company/history/icon_drink.png);
}
#category .history-icon-fork .history-icon-img::after {
  background-image: url(../img/company/history/icon_fork.png);
}
#category .history-icon-global .history-icon-img::after {
  background-image: url(../img/company/history/icon_global.png);
}
#category .history-icon-all:hover .history-icon-img,
#category .history-icon-all.current .history-icon-img {
  background-color: #002762;
}
#category .history-icon-all:hover .history-icon-img::after,
#category .history-icon-all.current .history-icon-img::after {
  background-image: url(../img/company/history/icon_all_hover.png);
}
#category .history-icon-company:hover .history-icon-img,
#category .history-icon-company.current .history-icon-img {
  background-color: #002762;
}
#category .history-icon-company:hover .history-icon-img::after,
#category .history-icon-company.current .history-icon-img::after {
  background-image: url(../img/company/history/icon_company_hover.png);
}
#category .history-icon-beer:hover .history-icon-img,
#category .history-icon-beer.current .history-icon-img {
  background-color: #003689;
}
#category .history-icon-beer:hover .history-icon-img::after,
#category .history-icon-beer.current .history-icon-img::after {
  background-image: url(../img/company/history/icon_beer_hover.png);
}
#category .history-icon-drink:hover .history-icon-img,
#category .history-icon-drink.current .history-icon-img {
  background-color: #265db1;
}
#category .history-icon-drink:hover .history-icon-img::after,
#category .history-icon-drink.current .history-icon-img::after {
  background-image: url(../img/company/history/icon_drink_hover.png);
}
#category .history-icon-fork:hover .history-icon-img,
#category .history-icon-fork.current .history-icon-img {
  background-color: #5385d3;
}
#category .history-icon-fork:hover .history-icon-img::after,
#category .history-icon-fork.current .history-icon-img::after {
  background-image: url(../img/company/history/icon_fork_hover.png);
}
#category .history-icon-global:hover .history-icon-img,
#category .history-icon-global.current .history-icon-img {
  background-color: #7aa2e1;
}
#category .history-icon-global:hover .history-icon-img::after,
#category .history-icon-global.current .history-icon-img::after {
  background-image: url(../img/company/history/icon_global_hover.png);
}

.history-icon .history-icon-txt {
  margin-top: 12px;
  margin-bottom: 0;
  color: #003689;
  font-size: 0.88rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.history-block {
  padding-top: 93px;
}

.history-h {
  margin-bottom: 43px;
  color: #003689;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.history-box {
  position: relative;
  margin-bottom: -45px;
}
.history-box::before {
  position: absolute;
  top: 6px;
  right: 0;
  left: 0;
  width: 1px;
  height: calc(100% + 15px);
  margin: auto;
  background-color: #d7d7d7;
  content: "";
}
.history-box .history-icon {
  position: absolute;
  top: 6px;
  right: 0;
  left: 0;
  width: 46px;
  height: 46px;
  margin: auto;
}
.history-box .history-icon + .history-icon {
  top: 40px;
}
.history-box .history-icon-img {
  width: 46px;
  height: 46px;
}
.history-box .history-icon-company .history-icon-img::after {
  width: 15px;
  height: 20px;
  background-size: 15px auto;
}
.history-box .history-icon-beer .history-icon-img::after {
  width: 18px;
  height: 20px;
  background-size: 18px auto;
}
.history-box .history-icon-drink .history-icon-img::after {
  width: 15px;
  height: 20px;
  background-size: 15px auto;
}
.history-box .history-icon-fork .history-icon-img::after {
  width: 19px;
  height: 20px;
  background-size: 19px auto;
}
.history-box .history-icon-global .history-icon-img::after {
  width: 20px;
  height: 20px;
  background-size: 20px auto;
}

.history-elm {
  position: relative;
  width: calc(50% - 54px);
  padding: 30px 28px 8px;
  background-color: #fff;
}
.history-elm::before {
  position: absolute;
  top: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
}
.history-elm-l {
  margin-right: auto;
}
.history-elm-l::before {
  right: -12px;
  border-width: 13.5px 0 13.5px 19px;
  border-color: transparent transparent transparent #ffffff;
}
.history-elm-r {
  margin-left: auto;
}
.history-elm-r::before {
  left: -12px;
  border-width: 13.5px 19px 13.5px 0;
  border-color: transparent #ffffff transparent transparent;
}
.history-elm .history-elm-h {
  margin-bottom: 15px;
  color: #003689;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
}
.history-elm .history-elm-h-large {
  font-size: 2.25rem;
}
.history-elm .history-elm-h-large span {
  font-size: 1.5rem;
}
.history-elm .history-elm-txt {
  color: #000;
}
.history-elm .history-elm-txt strong {
  font-size: 1.25rem;
  line-height: 1.7;
}
.history-elm .caption {
  color: #000;
  line-height: 1.4;
  text-align: left;
}
.history-elm .col-set {
  width: calc(100% + 30px);
}
.history-elm .col-set .col1-2 {
  width: calc(50% - 30px);
  margin-right: 30px;
}
.history-elm .col-set .img img {
  width: 100%;
}
.history-elm .history-elm-img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.history-elm .img-set {
  display: flex;
}
.main .history-elm .img-set .img {
  width: calc(50% - 20px);
  padding-right: 0;
  margin-right: 20px;
  float: none;
}
.main .history-elm .img-set .img img {
  width: 100%;
}
.history-elm .img-set .history-elm-txt {
  width: 50%;
}

.history-box-191001 {
  position: relative;
}
.history-box-191001 .history-elm-txt {
  width: calc(100% - 68px);
}
.history-box-191001 .history-elm-img {
  right: 20px;
  width: 48px;
  height: 169px;
}

.history-box-197203 {
  position: relative;
}
.history-box-197203 .history-elm-txt {
  width: calc(100% - 101px);
}
.history-box-197203 .history-elm-img {
  right: 20px;
  width: 81px;
  height: 174px;
}

.history-box-198803 {
  position: relative;
}
.history-box-198803 .history-elm-txt {
  width: calc(100% - 118px);
}
.history-box-198803 .history-elm-img {
  right: 20px;
  width: 98px;
  height: 163px;
}

.history-box-199303-2 {
  position: relative;
}
.history-box-199303-2 .history-elm-txt {
  width: calc(100% - 86px);
}
.history-box-199303-2 .history-elm-img {
  right: 20px;
  width: 66px;
  height: 124px;
}

.history-box-200102 {
  position: relative;
}
.history-box-200102 .history-elm-txt {
  width: calc(100% - 217px);
}
.history-box-200102 .history-elm-img {
  right: 20px;
  width: 197px;
  height: 180px;
}

.history-box-200803 {
  position: relative;
}
.history-box-200803 .history-elm-txt {
  width: calc(100% - 154px);
}
.history-box-200803 .history-elm-img {
  right: 20px;
  width: 134px;
  height: 161px;
}

.history-box-201309 {
  position: relative;
}
.history-box-201309 .history-elm-txt {
  width: calc(100% - 75px);
}
.history-box-201309 .history-elm-img {
  right: 20px;
  width: 55px;
  height: 180px;
}

.history-box-201610 {
  position: relative;
}
.history-box-201610 .history-elm-txt {
  width: calc(100% - 179px);
}
.history-box-201610 .history-elm-img {
  right: 20px;
  width: 159px;
  height: 180px;
}

.history-box-201703 {
  position: relative;
}
.history-box-201703 .history-elm-txt {
  width: calc(100% - 176px);
}
.history-box-201703 .history-elm-img {
  right: 20px;
  width: 156px;
  height: 180px;
}

/* カテゴリー選択時 */
#category .history-icon {
  opacity: 1;
  transition: .2s ease-in-out;
}
#category .active .history-icon {
  transition: .2s ease-in-out;
}
#category .active .history-icon.current {
  opacity: 1;
  transition: .2s ease-in-out;
}

.history-block.hide {
  display: none;
}

.history-box {
  transition: .3s linear;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.history-box.not-active {
  display: none;
}

.history-box.is-active {
  animation: fadeIn .3s linear;
  opacity: 1;
}

.history-box.is-init {
  transition: transform .3s linear;
  transform: translate3d(0, 20px, 0);
  opacity: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/*---------------------------------------------
	990px未満
  ---------------------------------------------*/
/*---------------------------------------------
	768px未満
  ---------------------------------------------*/
@media screen and (max-width: 767px) {
  .history-links {
    margin-bottom: 10px;
  }
  .history-links ul li a {
    font-size: 0.81rem;
  }
  .history-links ul li a:hover {
    opacity: 1;
  }

  .history-iconset ul {
    min-width: 420px;
  }
  .history-iconset ul li {
    width: 70px;
  }

  .history-icon-img {
    width: 40px;
    height: 40px;
  }

  .history-icon-company .history-icon-img::after {
    width: 13.5px;
    height: 17.5px;
    background-size: 13.5px auto;
  }

  .history-icon-beer .history-icon-img::after {
    width: 17px;
    height: 20.5px;
    background-size: 17px auto;
  }

  .history-icon-drink .history-icon-img::after {
    width: 15.5px;
    height: 20.5px;
    background-size: 15.5px auto;
  }

  .history-icon-fork .history-icon-img::after {
    width: 16.5px;
    height: 18px;
    background-size: 16.5px auto;
  }

  .history-icon-global .history-icon-img::after {
    width: 18px;
    height: 18px;
    background-size: 18px auto;
  }

  .history-icon .history-icon-txt {
    margin-top: 9px;
    margin-bottom: 0;
    font-size: 0.75rem;
  }

  #category {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  #category .history-icon-all .history-icon-img::after {
    width: 15px;
    height: 15px;
    background-size: 13.5px auto;
  }

  .history-block {
    padding-top: 40px;
  }

  .history-h {
    margin-bottom: 8px;
    font-size: 1.25rem;
  }

  .history-box {
    margin-bottom: 0;
  }
  .history-box.first::before {
    top: 10px;
    height: calc(100% - 10px);
  }
  .history-box.first .history-icon {
    top: 3px;
  }
  .history-box::before {
    top: 0;
    right: auto;
    left: 12px;
    height: 100%;
  }
  .history-box + .history-box {
    padding-top: 15px;
    margin-top: 0;
  }
  .history-box .history-icon {
    top: 18px;
    right: auto;
    width: 27px;
    height: 27px;
  }
  .history-box .history-icon-img {
    width: 27px;
    height: 27px;
  }
  .history-box .history-icon-company .history-icon-img::after {
    width: 10px;
    height: 13px;
    background-size: 10px auto;
  }
  .history-box .history-icon-beer .history-icon-img::after {
    width: 11px;
    height: 13px;
    background-size: 11px auto;
  }
  .history-box .history-icon-drink .history-icon-img::after {
    width: 10px;
    height: 13px;
    background-size: 10px auto;
  }
  .history-box .history-icon-fork .history-icon-img::after {
    width: 11px;
    height: 12px;
    background-size: 11px auto;
  }
  .history-box .history-icon-global .history-icon-img::after {
    width: 11px;
    height: 11px;
    background-size: 11px auto;
  }

  .history-elm {
    width: calc(100% - 37.5px);
    padding: 15px 15px 2px;
  }
  .history-elm::before {
    top: 3px;
  }
  .history-elm-l {
    margin-left: 37.5px;
  }
  .history-elm-l::before {
    right: auto;
    left: -8px;
    border-width: 13.5px 19px 13.5px 0;
    border-color: transparent #ffffff transparent transparent;
  }
  .history-elm-r {
    margin-left: 37.5px;
  }
  .history-elm-r::before {
    left: -8px;
  }
  .history-elm .history-elm-h {
    margin-bottom: 8px;
    font-size: 1.13rem;
  }
  .history-elm .history-elm-h-large {
    font-size: 1.25rem;
  }
  .history-elm .history-elm-h-large span {
    font-size: 0.75rem;
  }
  .history-elm .history-elm-txt {
    margin-bottom: 10px;
    font-size: 0.88rem;
  }
  .history-elm .history-elm-txt strong {
    font-size: 1rem;
    line-height: 1.5;
  }
  .history-elm .caption {
    font-size: 0.69rem;
  }
  .history-elm .col-set {
    width: calc(100% + 15px);
  }
  .history-elm .col-set .col1-2 {
    width: calc(50% - 15px);
    margin-right: 15px;
  }
  .main .history-elm .img-set .img {
    width: calc(50% - 15px);
    margin-right: 15px;
  }

  .history-box-191001 .history-elm-txt {
    width: calc(100% - 34px);
  }
  .history-box-191001 .history-elm-img {
    width: 24px;
    height: 84.5px;
  }

  .history-box-197203 .history-elm-txt {
    width: calc(100% - 51px);
  }
  .history-box-197203 .history-elm-img {
    width: 40.5px;
    height: 87px;
  }

  .history-box-198803 .history-elm-txt {
    width: calc(100% - 59px);
  }
  .history-box-198803 .history-elm-img {
    width: 49px;
    height: 81.5px;
  }

  .history-box-199303-2 .history-elm-txt {
    width: calc(100% - 43px);
  }
  .history-box-199303-2 .history-elm-img {
    width: 33px;
    height: 62px;
  }

  .history-box-200102 .history-elm-txt {
    width: calc(100% - 109px);
  }
  .history-box-200102 .history-elm-img {
    width: 98.5px;
    height: 90px;
  }

  .history-box-200803 .history-elm-txt {
    width: calc(100% - 77px);
  }
  .history-box-200803 .history-elm-img {
    width: 67px;
    height: 80.5px;
  }

  .history-box-201309 .history-elm-txt {
    width: calc(100% - 38px);
  }
  .history-box-201309 .history-elm-img {
    width: 27.5px;
    height: 90px;
  }

  .history-box-201610 .history-elm-txt {
    width: calc(100% - 90px);
  }
  .history-box-201610 .history-elm-img {
    width: 79.5px;
    height: 90px;
  }

  .history-box-201703 .history-elm-txt {
    width: calc(100% - 88px);
  }
  .history-box-201703 .history-elm-img {
    width: 78px;
    height: 90px;
  }
}
/*---------------------------------------------
	400px未満
  ---------------------------------------------*/
@media screen and (max-width: 399px) {
  .history-links {
    margin-bottom: 10px;
  }
  .history-links ul li:nth-child(4) {
    padding-left: 0;
    margin-left: 0;
  }
  .history-links ul li:nth-child(4)::before {
    content: none;
  }
}
/*---------------------------------------------
	321px未満
  ---------------------------------------------*/
@media screen and (max-width: 320px) {
  .history-links ul li + li {
    padding-left: 10px;
    margin-left: 5px;
  }

  .history-icon-txt {
    font-size: 0.69rem;
  }
}
/*---------------------------------------------
	グループ理念
  ---------------------------------------------*/
.main .philosophy-intro {
  margin-bottom: -90px;
  padding: 90px 0 40vw;
  color: #fff;
  text-align: center;
  background: #163e97 url("../img/company/philosophy/bg_intro_pc.jpg") no-repeat center bottom;
  background-size: 100% auto;
}
.main .philosophy-intro h2 {
  color: inherit;
  font-size: 2.5rem;
}
.main .philosophy-intro h2 img {
  max-width: 90%;
}
.main .philosophy-intro p {
  max-width: 850px;
  margin: 0 auto;
}
.main .philosophy-quote {
  color: #000;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.main .heading-unit {
  margin: 0 0 50px;
  color: #074194;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.main .heading-unit .sub {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}
.main .heading-unit img {
  max-width: 90%;
}
.main .box-link {
  margin-top: 20px;
}
.main .box-link a {
  text-decoration: none;
}
.main .box-link a h4 {
  display: flex;
  align-items: center;
  color: inherit;
}
.main .box-link a p {
  color: #555;
}
html:not(.sp) .main .box-link a:hover p {
  color: #999;
}
.main .value-chain-unit {
  display: flex;
  flex-direction: column;
  padding: 40px;
  background-color: #e9eff6;
  border-radius: 10px;
}
.main .value-chain-unit .value-chain-panel-set {
  display: flex;
}
.main .value-chain-unit .value-chain-panel-set .panel-item {
  width: 300px;
  max-width: 40%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: none;
}
.main .value-chain-unit .value-chain-panel-set .panel-item a {
  text-decoration: none;
}
.main .value-chain-unit .value-chain-panel-set .panel-item .img {
  position: relative;
  margin: 0;
  aspect-ratio: 1.8;
  overflow: hidden;
}
.main .value-chain-unit .value-chain-panel-set .panel-item .img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .value-chain-unit .value-chain-panel-set .panel-item .img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 70%, rgba(0, 0, 0, 0.55));
  z-index: 3;
}
.main .value-chain-unit .value-chain-panel-set .panel-item .heading5 {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
  color: #fff;
  line-height: 1.1;
  z-index: 5;
}
.main .value-chain-unit .value-chain-panel-set .panel-item .heading5 .icon {
  display: block;
  margin-bottom: 10px;
}
.main .value-chain-unit .value-chain-panel-set .panel-item .heading5 .icon img {
  width: 58px;
  transform: none !important;
}
.main .value-chain-unit .value-chain-panel-set .panel-item .txt {
  padding: 15px 20px;
  text-align: center;
}
.main .value-chain-unit .value-chain-panel-set .panel-item .txt > *:last-child {
  margin-bottom: 0;
}
.main .value-chain-unit .value-chain-panel-set .panel-item .txt .lead {
  font-size: min(1.5vw, 14px);
  line-height: 1.4;
}
.main .value-chain-unit .value-chain-row2 {
  padding: 40px 10px 45px;
  text-align: center;
}
.main .value-chain-unit .value-chain-row2 .row-materiality {
  display: flex;
  justify-content: center;
}
.main .value-chain-unit .value-chain-row2 .materiality-body {
  padding: 0 4vw;
}
.main .value-chain-unit .value-chain-row2 .materiality-imgs {
  display: flex;
  justify-content: center;
  margin: 0;
}
.main .value-chain-unit .value-chain-row2 .materiality-imgs img {
  width: calc(20% - 14px);
  max-width: 90px;
  margin: 0 7px;
}
.main .value-chain-unit .value-chain-panel-sub {
  display: none;
}
.main .value-chain-unit .vc-arrow {
  position: relative;
}
.main .value-chain-unit .vc-arrow:before, .main .value-chain-unit .vc-arrow:after {
  content: "";
  position: absolute;
  background-color: #074194;
  transition: .5s linear;
}
.main .value-chain-unit .vc-arrow.vc-arrow-right {
  margin: 0 30px;
  height: 1px;
  flex: 1;
  align-self: center;
}
.main .value-chain-unit .vc-arrow.vc-arrow-right:before {
  left: calc(100% - 24px);
  top: 0;
  width: 24px;
  height: 1px;
  transform: rotate(40deg);
  transform-origin: right bottom;
}
.main .value-chain-unit .vc-arrow.vc-arrow-right:after {
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
}
.main .value-chain-unit .vc-arrow.vc-arrow-left {
  margin: 0 30px;
  height: 1px;
  flex: 1;
  align-self: center;
}
.main .value-chain-unit .vc-arrow.vc-arrow-left:before {
  right: calc(100% - 24px);
  top: 0;
  width: 24px;
  height: 1px;
  transform: rotate(-40deg);
  transform-origin: left bottom;
}
.main .value-chain-unit .vc-arrow.vc-arrow-left:after {
  right: 0;
  top: 0;
  width: 100%;
  height: 1px;
}
.main .value-chain-unit .vc-arrow.vc-arrow-down {
  width: 1px;
  height: inherit;
}
.main .value-chain-unit .vc-arrow.vc-arrow-down:before {
  left: 0;
  top: calc(100% - 24px);
  width: 1px;
  height: 24px;
  transform: rotate(40deg);
  transform-origin: left bottom;
}
.main .value-chain-unit .vc-arrow.vc-arrow-down:after {
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
}
.main .value-chain-unit .vc-arrow.vc-arrow-top {
  width: 1px;
  height: inherit;
}
.main .value-chain-unit .vc-arrow.vc-arrow-top:before {
  left: 0;
  bottom: calc(100% - 24px);
  width: 1px;
  height: 24px;
  transform: rotate(-40deg);
  transform-origin: left top;
}
.main .value-chain-unit .vc-arrow.vc-arrow-top:after {
  left: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
}

.main .value-chain-unit.js-inview .vc-arrow.vc-arrow-right:before {
  left: 0;
}
.main .value-chain-unit.js-inview .vc-arrow.vc-arrow-right:after {
  width: 24px;
}
.main .value-chain-unit.js-inview .vc-arrow.vc-arrow-left:before {
  right: 0;
}
.main .value-chain-unit.js-inview .vc-arrow.vc-arrow-left:after {
  width: 24px;
}
.main .value-chain-unit.js-inview .vc-arrow.vc-arrow-down:before {
  top: 0;
}
.main .value-chain-unit.js-inview .vc-arrow.vc-arrow-down:after {
  height: 24px;
}
.main .value-chain-unit.js-inview .vc-arrow.vc-arrow-top:before {
  bottom: 0;
}
.main .value-chain-unit.js-inview .vc-arrow.vc-arrow-top:after {
  height: 24px;
}
.main .value-chain-unit.js-inview.is-on .vc-arrow.vc-arrow-right:before {
  left: calc(100% - 24px);
}
.main .value-chain-unit.js-inview.is-on .vc-arrow.vc-arrow-right:after {
  width: 100%;
}
.main .value-chain-unit.js-inview.is-on .vc-arrow.vc-arrow-left:before {
  right: calc(100% - 24px);
}
.main .value-chain-unit.js-inview.is-on .vc-arrow.vc-arrow-left:after {
  width: 100%;
}
.main .value-chain-unit.js-inview.is-on .vc-arrow.vc-arrow-down:before {
  top: calc(100% - 24px);
}
.main .value-chain-unit.js-inview.is-on .vc-arrow.vc-arrow-down:after {
  height: 100%;
}
.main .value-chain-unit.js-inview.is-on .vc-arrow.vc-arrow-top:before {
  bottom: calc(100% - 24px);
}
.main .value-chain-unit.js-inview.is-on .vc-arrow.vc-arrow-top:after {
  height: 100%;
}

html:not(.sp) .main a:hover .btn .icon-arrow:before {
  opacity: .2;
}
html:not(.sp) .main a:hover .btn .icon-arrow span:before {
  transform: translate3d(3px, 0, 0);
}
html:not(.sp) .main a:hover .btn .icon-arrow span:after {
  transform: translate3d(3px, 0, 0) rotate(25deg);
}

/*---------------------------------------------
	1440px以上
  ---------------------------------------------*/
@media screen and (min-width: 1440px), print {
  .main .value-chain-unit .row-materiality {
    width: calc(100% - 300px);
    margin: 0 auto;
  }
  .main .value-chain-unit .row-materiality .materiality-body {
    flex: 1;
  }
  .main .value-chain-unit .row-materiality .materiality-imgs img {
    width: 90px;
  }
}
/*---------------------------------------------
	990px未満
  ---------------------------------------------*/
@media screen and (max-width: 989px) {
  .main .philosophy-intro {
    padding-bottom: 52vw;
  }
}
/*---------------------------------------------
	768px未満
  ---------------------------------------------*/
@media screen and (max-width: 767px) {
  .main .philosophy-intro {
    margin-bottom: -40px;
    padding: 45px 0 77vw;
    text-align: left;
    background-color: #003689;
    background-image: url("../img/company/philosophy/bg_intro_sp.jpg");
  }
  .main .philosophy-quote {
    font-size: 1.38rem;
  }
  .main .heading-unit {
    margin-bottom: 30px;
    font-size: 1.25rem;
  }
  .main .heading-unit .sub {
    font-size: 0.88rem;
  }
  .main .heading-unit img {
    width: auto;
    max-height: 23px;
    margin-bottom: 10px;
  }
  .main .heading-unit img.h_principles {
    max-height: 28px;
  }
  .main .box-link {
    margin-top: 15px;
  }
  .main img.logo_award {
    max-width: 35.6%;
  }
  .main .value-chain-unit {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }
  .main .value-chain-unit .value-chain-panel-set {
    margin-right: -15px;
  }
  .main .value-chain-unit .value-chain-panel-set .panel-item {
    width: calc(50% - 15px);
    max-width: none;
    height: auto;
    min-height: 0;
    margin: 0 15px 15px 0;
    border-radius: 0;
  }
  .main .value-chain-unit .value-chain-panel-set .panel-item .img {
    aspect-ratio: 1.53;
  }
  .main .value-chain-unit .value-chain-panel-set .panel-item .img:before {
    background: rgba(0, 0, 0, 0.25);
  }
  .main .value-chain-unit .value-chain-panel-set .panel-item .heading5 {
    top: 50%;
    bottom: unset;
    font-size: min(2.2vw, 13px);
    transform: translateY(calc(-50% + 10px));
  }
  .main .value-chain-unit .value-chain-panel-set .panel-item .heading5 .icon {
    margin-bottom: 10px;
  }
  .main .value-chain-unit .value-chain-panel-set .panel-item .heading5 .icon img {
    width: 42px;
    max-width: 25%;
  }
  .main .value-chain-unit .value-chain-panel-set .panel-item .txt {
    padding: 10px 0 5px;
    color: #000;
  }
  .main .value-chain-unit .value-chain-panel-set .panel-item .txt .lead {
    font-size: min(3.5vw, 13px);
    line-height: 1.7;
  }
  .main .value-chain-unit .value-chain-panel-set .vc-arrow {
    display: none;
  }
  .main .value-chain-unit .value-chain-row2 {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #e9eff6;
    border-radius: 10px;
    order: -1;
  }
  .main .value-chain-unit .value-chain-row2 .row-materiality {
    padding: 15px;
  }
  .main .value-chain-unit .value-chain-row2 .materiality-body {
    padding: 0 8vw;
    font-size: 0.69rem;
    flex: 1;
  }
  .main .value-chain-unit .value-chain-row2 .materiality-imgs {
    margin-bottom: -30px;
  }
  .main .value-chain-unit .value-chain-row2 .materiality-imgs img {
    width: 70%;
    max-width: 300px;
    margin: 0;
  }
  .main .value-chain-unit .value-chain-panel-sub {
    display: flex;
  }
  .main .value-chain-unit .value-chain-panel-sub .item {
    display: grid;
    place-items: center;
    width: 110px;
    max-width: 33%;
    padding: 10px;
    color: #074194;
    font-size: min(2.6vw, 12px);
    font-weight: bold;
    background-color: #fff;
    border-radius: 10px;
    aspect-ratio: 1;
  }
  .main .value-chain-unit .value-chain-panel-sub .vc-arrow-right,
  .main .value-chain-unit .value-chain-panel-sub .vc-arrow-left {
    margin: 0 15px;
  }

  .main .value-chain-unit.js-inview .vc-arrow.vc-arrow-right:before {
    width: 6px;
  }
  .main .value-chain-unit.js-inview .vc-arrow.vc-arrow-left:before {
    width: 6px;
  }
  .main .value-chain-unit.js-inview .vc-arrow.vc-arrow-down:before {
    height: 6px;
  }
  .main .value-chain-unit.js-inview .vc-arrow.vc-arrow-top:before {
    height: 6px;
  }
  .main .value-chain-unit.js-inview.is-on .vc-arrow.vc-arrow-right:before {
    left: calc(100% - 6px);
  }
  .main .value-chain-unit.js-inview.is-on .vc-arrow.vc-arrow-left:before {
    right: calc(100% - 6px);
  }
  .main .value-chain-unit.js-inview.is-on .vc-arrow.vc-arrow-down:before {
    top: calc(100% - 6px);
  }
  .main .value-chain-unit.js-inview.is-on .vc-arrow.vc-arrow-top:before {
    bottom: calc(100% - 6px);
  }
}
/*---------------------------------------------
	[PR]  プレスルーム
  ---------------------------------------------*/
/*---------------------------------------------
	プレスルーム
  ---------------------------------------------*/
.pressroom-block {
  padding-top: 85px;
}

.pressroom-block-head {
  position: relative;
  margin-bottom: 40px;
}
.pressroom-block-head.is-vertical .link-icon {
  margin-top: 20px;
  text-align: right;
}

.pressroom .pressroom-block-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  margin: auto;
  line-height: 1;
}
.pressroom .pressroom-block-link .icon-arrow {
  line-height: 1;
}

.pressroom .link-icon .icon-arrow {
  min-width: 240px;
  padding: 11px 25px 11px 30px;
  color: #074194;
  background: transparent;
  border: solid 2px #003689;
  border-radius: 100px;
  box-shadow: none;
  text-align: center;
}
.pressroom .link-icon .icon-arrow span::before, .pressroom .link-icon .icon-arrow span::after {
  background: #074194;
}

.pressroom-featurednews-body {
  width: calc(100% + 60px);
  margin-left: -30px;
  display: flex;
  flex-wrap: wrap;
}

.pressroom-featurednews-col {
  width: calc(50% - 60px);
  margin: 0 30px 15px;
  background-color: #fff;
}

.box .pressroom-featurednews-body {
  width: calc(100% + 30px);
  margin-left: 0;
}

.box .pressroom-featurednews-col {
  width: calc(50% - 30px);
  margin: 0 30px 15px 0;
}

.main .pressroom-newsrelease-links {
  margin-bottom: 44px;
}
.main .pressroom-newsrelease-links-set {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main .pressroom-newsrelease-links-set .pressroom-newsrelease-links-item {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 18px;
  display: flex;
  align-items: center;
}
.main .pressroom-newsrelease-links-set .pressroom-newsrelease-links-item::before {
  content: none;
}
.main .pressroom-newsrelease-links-set .pressroom-newsrelease-links-item span {
  width: 45px;
  height: 45px;
  margin-right: 8px;
  background-color: #0a337e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .pressroom-newsrelease-links-set .pressroom-newsrelease-links-item a {
  font-weight: bold;
  text-decoration: none;
}
.main .pressroom-newsrelease-links-set .pressroom-newsrelease-links-item:nth-child(1) span img {
  width: 17px;
}
.main .pressroom-newsrelease-links-set .pressroom-newsrelease-links-item:nth-child(2) span img {
  width: 20px;
}

.main .pressroom-tabs-set {
  position: relative;
  width: 100%;
  display: flex;
  margin-bottom: 0;
  z-index: 1;
}
.main .pressroom-tabs-set::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e5e9e9;
  content: '';
  z-index: -1;
}
.main .pressroom-tabs-set .pressroom-tabs-item {
  width: 16.6666%;
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1.2;
  display: flex;
}
.main .pressroom-tabs-set .pressroom-tabs-item::before {
  content: none;
}
.main .pressroom-tabs-set .pressroom-tabs-item.active label input + span {
  color: #003689;
}
.main .pressroom-tabs-set .pressroom-tabs-item.active label input + span::after {
  opacity: 1;
}
.main .pressroom-tabs-set .pressroom-tabs-item label {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 24.5px 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.main .pressroom-tabs-set .pressroom-tabs-item label input {
  display: none;
}
.main .pressroom-tabs-set .pressroom-tabs-item label input:checked + span {
  color: #003689;
}
.main .pressroom-tabs-set .pressroom-tabs-item label input:checked + span::after {
  opacity: 1;
}
.main .pressroom-tabs-set .pressroom-tabs-item label span {
  transition: color 0.2s linear;
}
.main .pressroom-tabs-set .pressroom-tabs-item label span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #003689;
  opacity: 0;
  transition: opacity 0.2s linear;
  content: '';
}
html:not(.sp) .main .pressroom-tabs-set .pressroom-tabs-item label:hover span {
  color: #003689;
}
html:not(.sp) .main .pressroom-tabs-set .pressroom-tabs-item label:hover span::after {
  opacity: 1;
}

.main .pressroom-conts {
  padding-bottom: 80px;
  background-color: #fff;
}
.main .pressroom-conts .news {
  height: auto;
  margin-bottom: 0;
  opacity: 1;
  transition: all 0.4s ease 0s;
}
.main .pressroom-conts .news.hidden {
  height: 0;
  border: 0;
  opacity: 0;
}
.main .pressroom-conts .pressroom-conts-news {
  border-top: solid 1px #e5e9e9;
}
.main .pressroom-conts .pressroom-conts-news .news.border-set:last-child {
  border-bottom: 0;
}
.main .pressroom-conts .pressroom-conts-news .news.border-set > dt, .main .pressroom-conts .pressroom-conts-news .news.border-set > dd {
  border-top: 0;
}

.main .pressroom-checks-set dl {
  position: relative;
  padding: 35px 0 20px;
  margin-bottom: 0;
  align-items: center;
}
.main .pressroom-checks-set dl::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e5e9e9;
  content: '';
}
.main .pressroom-checks-set dl dt,
.main .pressroom-checks-set dl dd {
  padding: 0;
  line-height: 1.4;
}
.main .pressroom-checks-set dl dt {
  width: 114px;
  padding-top: 5px;
  margin-bottom: 15px;
  color: #003689;
  font-weight: bold;
}
.main .pressroom-checks-set dl dt:last-of-type {
  padding-bottom: 5px;
}
.main .pressroom-checks-set dl dd {
  width: calc(100% - 114px);
  padding-left: 0;
}

.main .pressroom-checks-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main .pressroom-checks-list li {
  padding: 5px 0;
  margin-right: 30px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.main .pressroom-checks-list li:last-of-type {
  margin-bottom: 15px;
}
.main .pressroom-checks-list li::before {
  content: none;
}
.main .pressroom-checks-list li.active label input[type='checkbox'] + span::after {
  opacity: 1;
}
.main .pressroom-checks-list li.active label input[type='radio'] + span {
  color: #003689;
  font-weight: bold;
}
.main .pressroom-checks-list li label {
  cursor: pointer;
}
.main .pressroom-checks-list li label input {
  display: none;
}
.main .pressroom-checks-list li label span {
  display: block;
}
.main .pressroom-checks-list li label input[type='checkbox'] + span {
  position: relative;
  padding-left: 32px;
}
.main .pressroom-checks-list li label input[type='checkbox'] + span::before, .main .pressroom-checks-list li label input[type='checkbox'] + span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  content: '';
}
.main .pressroom-checks-list li label input[type='checkbox'] + span::before {
  width: 21px;
  height: 21px;
  background-color: #fff;
  border: solid 2px #d1d1d1;
}
.main .pressroom-checks-list li label input[type='checkbox'] + span::after {
  width: 21px;
  height: 21px;
  background-image: url(../img/icon_check_blue.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px auto;
  opacity: 0;
}
.main .pressroom-checks-list li label input[type='checkbox']:checked + span::after {
  opacity: 1;
}
.main .pressroom-checks-list li label input[type='radio']:checked + span {
  color: #003689;
  font-weight: bold;
}

.main .pressroom-checks-year .pressroom-checks-set dl::after {
  content: none;
}
.main .pressroom-checks-year .pressroom-checks-set dl dd {
  position: relative;
  width: calc(100% - 259px);
}
.main .pressroom-checks-year .pressroom-checks-list {
  display: block;
  overflow: hidden;
}
.main .pressroom-checks-year .pressroom-checks-list li {
  min-width: 3em;
  outline: none;
}
.main .pressroom-checks-year .pressroom-checks-list .slick-arrow {
  top: -15px;
  bottom: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  opacity: 0.6;
}
.main .pressroom-checks-year .pressroom-checks-list .slick-arrow::after {
  background-position-y: -120px;
}
.main .pressroom-checks-year .pressroom-checks-list .slick-arrow.slick-prev {
  right: -120px;
  left: auto;
}
.main .pressroom-checks-year .pressroom-checks-list .slick-arrow.slick-prev::after {
  left: 0;
}
.main .pressroom-checks-year .pressroom-checks-list .slick-arrow.slick-next {
  right: -145px;
}
.main .pressroom-checks-year .pressroom-checks-list .slick-arrow.slick-next::after {
  right: 0;
}
.main .pressroom-checks-year .pressroom-checks-list .slick-arrow.slick-disabled {
  opacity: 0.2;
}
html:not(.sp) .main .pressroom-checks-year .pressroom-checks-list .slick-arrow:hover {
  background-color: transparent;
}
html:not(.sp) .main .pressroom-checks-year .pressroom-checks-list .slick-arrow:hover::after {
  background-position-y: -120px;
}
html:not(.sp) .main .pressroom-checks-year .pressroom-checks-list .slick-arrow:hover.slick-disabled.slick-prev:after {
  transform: translate3d(0, 0, 0) rotate(180deg);
}
html:not(.sp) .main .pressroom-checks-year .pressroom-checks-list .slick-arrow:hover.slick-disabled.slick-next:after {
  transform: translate3d(0, 0, 0);
}

.main .pressroom-result-txt {
  margin: 48px 0 38px;
}
.main .pressroom-result-txt ul {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main .pressroom-result-txt ul li {
  padding: 0;
  margin: 0 0 10px;
  color: #000;
  font-size: 1.44rem;
  font-weight: bold;
  line-height: 1.2;
}
.main .pressroom-result-txt ul li::before {
  content: none;
}
.main .pressroom-result-txt ul li + li {
  position: relative;
  padding-left: 13px;
  margin-left: 12px;
}
.main .pressroom-result-txt ul li + li::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #e1e1e1;
  content: '';
}
.main .pressroom-result-txt ul li.pressroom-result-category span + span::before {
  margin: 0 0.5em;
  content: '-';
}
.main .pressroom-result-txt ul li.pressroom-result-category.none {
  padding-left: 0;
  margin-left: 0;
}

.main .pressroom-conts-more {
  margin-top: 40px;
  display: none;
  font-weight: bold;
}
.main .pressroom-conts-more .btn {
  margin-right: 0;
}
.main .pressroom-conts-more .btn > * {
  box-shadow: none;
}
.main .pressroom-conts-more .btn > *.ghost span::after {
  transform: rotate(90deg);
}
.main .pressroom-conts-more .btn > *.ghost span.num {
  padding: 0;
  display: inline;
}
.main .pressroom-conts-more .btn > *.ghost span.num::after {
  content: none;
}
html:not(.sp) .main .pressroom-conts-more .btn > *.ghost:hover span::after {
  transform: translate3d(0, 3px, 0) rotate(90deg);
}

.main.pressroom-article {
  color: #000;
}
.main.pressroom-article #page-title h1 {
  font-size: 1.81rem;
  padding-bottom: 40px;
}
.main.pressroom-article .row > p:not([class]) {
  text-indent: 1em;
}

.main .pressroom-newsrelease-links {
  margin: 20px 0;
}
.main .pressroom-newsrelease-links-set .pressroom-newsrelease-links-item a {
  line-height: 1.35;
}
.main .pressroom-newsrelease-links-set .pressroom-newsrelease-links-item br {
  display: none;
}
.main .pressroom-newsrelease-links-set .pressroom-newsrelease-links-item span img {
  width: 17px;
}
.main .pressroom-newsrelease-links-set .pressroom-newsrelease-links-item.hd, .main .pressroom-newsrelease-links-set .pressroom-newsrelease-links-item.ab {
  display: none;
}
.main .pressroom-newsrelease.hd .pressroom-newsrelease-links-set .pressroom-newsrelease-links-item.hd {
  display: flex;
}
.main .pressroom-newsrelease.ab .pressroom-newsrelease-links-set .pressroom-newsrelease-links-item.ab {
  display: flex;
}

.main .pressroom-newsrelease.ab .pressroom-newsrelease-text-link-item.ab {
  display: block;
}
.main .pressroom-newsrelease.ai .pressroom-newsrelease-text-link-item.ai {
  display: block;
}
.main .pressroom-newsrelease.af .pressroom-newsrelease-text-link-item.af {
  display: block;
}
.main .pressroom-newsrelease-text-link {
  margin: 10px 0 20px;
}
.main .pressroom-newsrelease-text-link-item {
  display: none;
  text-align: right;
}
.main .pressroom-newsrelease-text-link .link-icon:not(li) + .link-icon {
  margin-top: 0;
}
.main .pressroom-latestmovie h4:after {
  content: none;
}

.main .pressroom-pickup-checks-year + * {
  margin-top: 35px;
}
.main .pressroom-pickup-checks-year dl::after {
  content: none;
}

.pressroom-featured-brand {
  margin-top: 80px;
}
.pressroom-featured-brand .pressroom-featured-brand-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pressroom-featured-brand .pressroom-featured-brand-list .item {
  width: 20%;
  padding: 15px;
  line-height: 1.4;
  text-align: center;
}
.pressroom-featured-brand .pressroom-featured-brand-list .item a {
  display: block;
}
.pressroom-featured-brand .pressroom-featured-brand-list .item a .logo {
  position: relative;
  display: block;
  max-width: 140px;
  margin: 0 auto 20px;
}
.pressroom-featured-brand .pressroom-featured-brand-list .item a .logo::before {
  content: "";
  display: block;
  padding-top: 29%;
}
.pressroom-featured-brand .pressroom-featured-brand-list .item a .logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}

.main #agree-float {
  position: fixed;
  display: grid;
  place-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: #fff;
  z-index: 10050;
  overflow-y: scroll;
  overscroll-behavior-y: none;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  pointer-events: none;
  transition: .2s ease-in-out;
}
.main #agree-float > * {
  width: 100%;
  max-width: 1080px;
}
.main #agree-float.is-show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  pointer-events: all;
}
.main .check-agree {
  margin: 50px 0 35px;
  text-align: center;
}
.main .check-agree input[type='checkbox'] + span {
  position: relative;
  padding-left: 32px;
}
.main .check-agree input[type='checkbox'] + span::before, .main .check-agree input[type='checkbox'] + span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  content: '';
}
.main .check-agree input[type='checkbox'] + span::before {
  width: 21px;
  height: 21px;
  background-color: #fff;
  border: solid 2px #d1d1d1;
}
.main .check-agree input[type='checkbox'] + span::after {
  width: 21px;
  height: 21px;
  background-image: url(../img/icon_check_blue.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px auto;
  opacity: 0;
}
.main .check-agree input[type='checkbox']:checked + span::after {
  opacity: 1;
}
.main .check-agree:not(.is-checked) + .btn a {
  color: #434c4d;
  pointer-events: none;
  background-color: #ebebeb;
}
.main .check-agree:not(.is-checked) + .btn a span::before, .main .check-agree:not(.is-checked) + .btn a span::after {
  background-color: #434c4d;
}

.main .media-box .panel-vertical {
  background-color: transparent;
  box-shadow: none;
}
.main .media-box .panel-vertical .img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.main .media-box .panel-vertical .txt {
  padding: 15px 0 0;
  font-weight: bold;
}
.main .media-box .panel-vertical a {
  color: #000;
}

.main .latest-media-set .box {
  padding-bottom: 30px;
}
.main .latest-media-set .latest-media-desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .latest-media-set .pressroom-block-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.main .latest-media-set .news-body > .link-icon {
  display: none;
}

/*---------------------------------------------
	1280px未満
  ---------------------------------------------*/
@media screen and (max-width: 1279px) {
  .main .latest-media-set .pressroom-block-head .link-icon {
    display: none;
  }
  .main .latest-media-set .news-body > .link-icon {
    text-align: right;
    display: block;
  }
}
/*---------------------------------------------
	1080px未満
  ---------------------------------------------*/
@media screen and (max-width: 1079px) {
  .main .box .pressroom-featurednews-col.news-box .news .news-set {
    display: block;
  }

  .main
  .box
  .pressroom-featurednews-col.news-box
  .news
  .news-set
  .news-set-img {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
  }

  .main
  .box
  .pressroom-featurednews-col.news-box
  .news
  .news-set
  .news-set-txt {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
/*---------------------------------------------
	990px未満
  ---------------------------------------------*/
@media screen and (max-width: 989px) {
  .pressroom .pressroom-block-link {
    position: relative;
    height: auto;
    margin-top: 10px;
    text-align: right;
  }
  .pressroom .pressroom-block-link.show-tb .icon-arrow {
    width: 100%;
    padding: 6px 30px;
  }

  .pressroom-featurednews-body {
    width: calc(100% + 20px);
    margin-left: 0;
  }

  .pressroom-featurednews-col {
    width: calc(50% - 20px);
    margin: 0 20px 15px 0;
  }
}
/*---------------------------------------------
	768px未満
  ---------------------------------------------*/
@media screen and (max-width: 767px) {
  .pressroom-block {
    padding-top: 50px;
  }

  .pressroom-block-head {
    margin-bottom: 25px;
  }

  .pressroom .link-icon .icon-arrow {
    width: 100%;
    padding: 6px 30px;
  }

  .pressroom-featurednews-col,
  .box .pressroom-featurednews-col {
    margin: 0 20px 15px 0;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }

  .main .pressroom-newsrelease-links-set {
    width: calc(100% + 15px);
    margin-bottom: 0;
    margin-left: -7.5px;
    justify-content: center;
  }
  .main .pressroom-newsrelease-links-set .pressroom-newsrelease-links-item {
    margin-right: 7.5px;
    margin-left: 7.5px;
  }
  .main .pressroom-newsrelease-links-set .pressroom-newsrelease-links-item span {
    width: 35px;
    height: 35px;
    margin-right: 5px;
  }
  .main .pressroom-newsrelease-links-set .pressroom-newsrelease-links-item:nth-child(1) span img {
    width: 12px;
  }
  .main .pressroom-newsrelease-links-set .pressroom-newsrelease-links-item:nth-child(2) span img {
    width: 13px;
  }

  .main .pressroom-tabs .pressroom-tabs-inner {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .main .pressroom-tabs .pressroom-tabs-inner::-webkit-scrollbar {
    display: none;
  }
  .main .pressroom-tabs-set {
    min-width: 840px;
  }
  .main .pressroom-tabs-set .pressroom-tabs-item {
    width: 16.6666%;
  }
  .main .pressroom-tabs-set .pressroom-tabs-item label {
    padding: 15px 5px;
  }

  .pressroom-conts {
    padding-bottom: 45px;
  }

  .main .pressroom-checks-set {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .main .pressroom-checks-set::-webkit-scrollbar {
    display: none;
  }
  .main .pressroom-checks-set dl {
    min-width: 900px;
    padding: 20px 0 5px;
  }
  .main .pressroom-checks-set dl dt {
    width: 80px;
    padding-top: 5px;
    margin-bottom: 15px;
  }
  .main .pressroom-checks-set dl dd {
    width: calc(100% - 80px);
  }

  .main .pressroom-checks-year .pressroom-checks-set dl {
    min-width: 1000px;
  }
  .main .pressroom-checks-year .pressroom-checks-set dl dd {
    width: calc(100% - 80px);
  }
  .main .pressroom-checks-year .pressroom-checks-list {
    display: flex;
  }

  .main .pressroom-result-txt {
    margin: 35px 0 28px;
  }
  .main .pressroom-result-txt ul li {
    font-size: 1.13rem;
  }
  .main .pressroom-result-txt ul li + li {
    padding-left: 11px;
    margin-left: 10px;
  }

  .main.pressroom-article #page-title h1 {
    padding-bottom: 30px;
  }

  .main .pressroom-newsrelease.hd .pressroom-result-rss .pressroom-newsrelease-links-set {
    margin-bottom: 25px;
    justify-content: flex-end;
  }
  .main .pressroom-newsrelease.ab .pressroom-result-rss .pressroom-newsrelease-links-set {
    margin-bottom: 25px;
    justify-content: flex-end;
  }

  .main .pressroom-pickup-checks-year + * {
    margin-top: 15px;
  }

  .pressroom-featured-brand {
    margin-top: 40px;
  }
  .pressroom-featured-brand .pressroom-featured-brand-list .item {
    width: 50%;
  }
  .pressroom-featured-brand .pressroom-featured-brand-list .item a .logo {
    margin-bottom: 10px;
  }

  .main .check-agree {
    margin: 30px 0 20px;
  }

  .main .latest-media-set > .news-body:not(:last-child) {
    margin-bottom: 30px;
  }
  .main .latest-media-set .box {
    padding-bottom: 20px;
  }
}
/*---------------------------------------------
	374px 未満
  ---------------------------------------------*/
@media screen and (max-width: 374px) {
  .main .pressroom-newsrelease.hd .pressroom-newsrelease-links-set .pressroom-newsrelease-links-item br {
    display: block;
  }
  .main .pressroom-newsrelease.ab .pressroom-newsrelease-links-set .pressroom-newsrelease-links-item br {
    display: block;
  }
}
/*---------------------------------------------
	アサヒを知る
  ---------------------------------------------*/
.hero.hero-pr-understand {
  background-image: url(../img/pressroom/understand/img_hero_understand.jpg);
}

.hero.hero-pr-food {
  background-image: url(../img/pressroom/food/img_hero_food.jpg);
}

.hero.hero-pr-alcohol {
  background-image: url(../img/pressroom/alcohol/img_hero_alcohol.jpg);
}

.noside .page-conts.pr-understand {
  padding: 20px 0 80px;
}

.main .pr-understand-search {
  width: 100%;
  padding: 40px 0 0;
  display: flex;
  align-items: center;
}

.main .pr-understand-search-h {
  width: 12.5%;
}
.main .pr-understand-search-h p {
  color: #003689;
  font-size: 1.13rem;
  font-weight: bold;
  line-height: 1.2;
}

.main .pr-understand-search-body {
  width: calc(100% - 12.5%);
}
.main .pr-understand-search-body .scroll {
  margin-bottom: 0;
}
.main .pr-understand-search-body .scroll > * {
  margin-bottom: 10px;
}
.main .pr-understand-search-body .tag a.current {
  color: #fff !important;
  background-color: #003689 !important;
}
html:not(.sp) .main .pr-understand-search-body .tag a.current:hover {
  color: #003689 !important;
  background-color: transparent !important;
}

.main .pr-understand-keyword {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.main .pr-understand-keyword .pr-understand-search-body {
  width: 100%;
}

.main .pr-understand-key-list {
  position: relative;
  width: 100%;
  display: flex;
  margin-bottom: 0;
}

.main .pr-understand-key-item {
  display: flex;
  width: 12.5%;
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1.2;
  border-bottom: 1px solid #d1d1d1;
  transition: all .2s linear;
}
.main .pr-understand-key-item::before {
  content: none;
}
.main .pr-understand-key-item.current {
  border-bottom-color: #003689;
}
html:not(.sp) .main .pr-understand-key-item:hover {
  color: #003689;
  border-bottom: 1px solid #003689;
}
html:not(.sp) .main .pr-understand-key-item:hover a {
  color: #003689;
}
.main .pr-understand-key-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 25px 0 35px;
  color: #555;
  text-align: center;
  text-decoration: none;
  transition: all .2s linear;
}

.main .pr-understand-group .tag a {
  transition: color .2s linear, background-color .2s linear;
}
html:not(.sp) .main .pr-understand-group .tag a:hover {
  color: #fff !important;
  background-color: #003689 !important;
}
html:not(.sp) .main .pr-understand-group .tag a:hover::before {
  opacity: 0;
}

.main .pr-understand-conts {
  padding-top: 72px;
  transition: height .3s swing;
}

.main .pr-understand-postset {
  width: calc(100% + 60px);
  margin-left: -30px;
  display: flex;
  flex-wrap: wrap;
}

.main .pr-understand-post {
  position: relative;
  margin: 0 30px 60px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: flex;
}
.main .pr-understand-post.w3-2 {
  width: calc(66.6666% - 60px);
}
.main .pr-understand-post.w3-1 {
  width: calc(33.3333% - 60px);
}
.main .pr-understand-post a {
  text-decoration: none;
}
.main .pr-understand-post.covered::before {
  min-height: 440px;
  display: block;
  content: "";
}
.main .pr-understand-post.covered a {
  width: 100%;
  height: 100%;
  display: flex;
}
html:not(.sp) .main .pr-understand-post.covered a:hover .pr-understand-post-img span {
  transform: scale(1.1);
}
.main .pr-understand-post.covered .pr-understand-post-group,
.main .pr-understand-post.covered .pr-understand-post-key {
  color: #fff;
}
.main .pr-understand-post.panel-vertical {
  margin-bottom: 60px;
}
.main .pr-understand-post.panel-vertical a {
  width: 100%;
}
.main .pr-understand-post.panel-vertical .heading:not(.link-icon).pr-understand-post-h {
  color: #003689;
  font-size: 1.5rem;
  line-height: 1.4;
}
.main .pr-understand-post.panel-vertical .txt {
  padding: 20px 1.94vw 0;
}
.main .pr-understand-post .modal-video .pr-understand-post-txt {
  padding-top: 45%;
}

.main .pr-understand-post-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main .pr-understand-post-img span {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: transform .2s ease-out;
}

.main .pr-understand-post-txt {
  position: relative;
  width: 100%;
  padding: 30px 1.94vw 1.6vw;
  color: #fff;
  -ms-flex-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 60px);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 60px);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 60px);
}

.main .pr-understand-post-utils {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main .pr-understand-post-utils li {
  font-size: 1rem;
  padding-left: 0;
  margin-right: 15px;
  line-height: 1.2;
}
.main .pr-understand-post-utils li::before {
  content: none;
}
.main .pr-understand-post-utils li:last-of-type {
  margin-bottom: 10px;
}

.main .pr-understand-post-group {
  color: #555;
}

.main .pr-understand-post-key {
  color: #000;
  font-weight: bold;
}

.main .pr-understand-post-h {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}

.main .pr-understand-post-desc {
  margin-bottom: 0;
  line-height: 1.5;
}

.main .pr-understand-post-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  z-index: 1;
}
.main .pr-understand-post-icon span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 3px;
  width: 50px;
  height: 50px;
  margin: auto;
  border: solid 1px #fff;
  border-radius: 50%;
  display: block;
}
.main .pr-understand-post-icon span::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 6px 0 6px 11px;
  border-color: transparent transparent transparent #fff;
  content: "";
}

.main .pr-understand-btn {
  margin-top: -10px;
}

/*---------------------------------------------
	1180px未満
  ---------------------------------------------*/
@media screen and (max-width: 1179px) {
  .main .pr-understand-postset {
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .main .pr-understand-post {
    margin: 0 15px 30px;
  }
  .main .pr-understand-post.w3-2 {
    width: calc(66.6666% - 30px);
  }
  .main .pr-understand-post.w3-1 {
    width: calc(33.3333% - 30px);
  }
  .main .pr-understand-post.panel-vertical {
    margin-bottom: 30px;
  }

  .main .pr-understand-btn {
    margin-top: 0;
  }
}
/*---------------------------------------------
	990px未満
  ---------------------------------------------*/
@media screen and (max-width: 989px) {
  .main .pr-understand-search-body {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .main .pr-understand-search-body::-webkit-scrollbar {
    display: none;
  }
  .main .pr-understand-search-body .pr-understand-key-list {
    min-width: 680px;
  }
  .main .pr-understand-search-body .tag {
    min-width: 410px;
  }
}
/*---------------------------------------------
	768px未満
  ---------------------------------------------*/
@media screen and (max-width: 767px) {
  .hero.hero-pr-understand .outcontents-bg {
    background-image: url(../img/pressroom/understand/img_hero_understand.jpg);
  }

  .hero.hero-pr-alcohol .outcontents-bg {
    background-image: url(../img/pressroom/alcohol/img_hero_alcohol.jpg);
  }

  .hero.hero-pr-food .outcontents-bg {
    background-image: url(../img/pressroom/food/img_hero_food.jpg);
  }

  .noside .page-conts.pr-understand {
    padding: 5px 0 50px;
  }

  .main .pr-understand-search {
    padding: 10px 0 0;
  }
  .main .pr-understand-search + .pr-understand-search {
    border-top: 0;
  }

  .main .pr-understand-key-item a {
    padding: 23px 0px;
  }

  .main .pr-understand-search.pr-understand-group {
    flex-direction: column;
    padding-top: 20px;
  }

  .main .pr-understand-search-h {
    width: 100%;
    text-align: center;
  }

  .main .pr-understand-group .pr-understand-search-body {
    width: 100%;
  }

  .main .pr-understand-search-body .tag {
    display: flex;
    justify-content: center;
  }

  .main .pr-understand-conts {
    padding-top: 40px;
  }

  .main .pr-understand-postset {
    width: calc(100% + 15px);
    margin-left: -7.5px;
  }

  .main .pr-understand-post {
    margin: 0 7.5px 15px;
  }
  .main .pr-understand-post.w3-2 {
    width: 100%;
  }
  .main .pr-understand-post.w3-1 {
    width: calc(50% - 15px);
  }
  .main .pr-understand-post.covered::before {
    min-height: 0;
    padding-top: 56.25%;
  }
  .main .pr-understand-post.panel-vertical {
    margin-bottom: 15px;
  }
  .main .pr-understand-post.panel-vertical .heading:not(.link-icon).pr-understand-post-h {
    margin-bottom: 6px;
    font-size: 0.88rem;
  }
  .main .pr-understand-post.panel-vertical .txt {
    padding: 10px 15px 0;
  }
  .main .pr-understand-post.panel-vertical .txt p {
    margin-top: 0;
    font-size: 0.81rem;
    line-height: 1.4;
  }
  .main .pr-understand-post .modal-video .pr-understand-post-txt {
    padding-top: 90px;
  }

  .main .pr-understand-post-txt {
    padding: 20px 15px 15px;
  }

  .main .pr-understand-post-utils li {
    font-size: 0.63rem;
    margin-right: 10px;
    margin-bottom: 8px;
  }
  .main .pr-understand-post-utils li:last-of-type {
    margin-bottom: 8px;
  }

  .main .pr-understand-post-h {
    margin-bottom: 6px;
    font-size: 0.88rem;
  }

  .main .pr-understand-post-desc {
    font-size: 0.81rem;
    line-height: 1.4;
  }

  .main .pr-understand-post-icon {
    height: 90px;
  }
  .main .pr-understand-post-icon span {
    width: 35px;
    height: 35px;
  }

  .main .pr-understand-btn {
    margin-top: 15px;
  }
}
/*---------------------------------------------
	[BU]  事業案内
  ---------------------------------------------*/
/*---------------------------------------------
	事業案内
  ---------------------------------------------*/
/* ボタン */
.main .btn.border > * {
  width: auto;
  max-width: none;
  min-width: 240px;
  padding: 12px 25px 12px 30px;
  color: #074194;
  background: transparent;
  border: solid 2px #003689;
  border-radius: 100px;
  box-shadow: none;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
}
.main .btn.border .icon-arrow span {
  padding-left: 0;
}
.main .btn.border .icon-arrow span::before, .main .btn.border .icon-arrow span::after {
  background-color: #003689;
}
html:not(.sp) .main .btn.border .icon-arrow:hover {
  background-color: transparent;
  color: #003689;
}
html:not(.sp) .main .btn.border .icon-arrow:hover span::before, html:not(.sp) .main .btn.border .icon-arrow:hover span::after {
  background-color: #003689;
}
.main .btn.border .icon-anchor span::after {
  margin-top: 0;
  background-position-y: 0;
}
html:not(.sp) .main .btn.border .icon-anchor:hover {
  background-color: transparent;
  color: #003689;
}
html:not(.sp) .main .btn.border .icon-anchor:hover span::after {
  background-color: transparent;
  transform: translate3d(0, 3px, 0) rotate(90deg);
}
.main .col-set .btn.full {
  margin-right: 0;
}
.main .col-set .btn.full > * {
  width: 100%;
}

/* ---------------------------------------------
	990px 未満
--------------------------------------------- */
/* ---------------------------------------------
	768px 未満
--------------------------------------------- */
@media screen and (max-width: 767px) {
  .main .btn.border > * {
    width: 100%;
    padding: 9px 25px 8px 30px;
    font-size: 0.88rem;
  }
}
/* カラム */
.column {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 60px);
}
.column.-col2 .column__block {
  position: relative;
  width: calc(50% - 60px);
  margin-right: 60px;
}

/* 動画 */
.movie a {
  position: relative;
  display: block;
}
.movie .icon-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 3px;
  width: 50px;
  height: 50px;
  margin: auto;
  border: solid 1px #fff;
  border-radius: 50%;
  display: block;
}
.movie .icon-play::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 6px 0 6px 11px;
  border-color: transparent transparent transparent #fff;
  content: "";
}
.movie img {
  width: 100%;
}

/* ページ内リンク */
.page-links {
  margin: 0 0 20px;
}
.page-links ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.page-links ul li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 20px 20px 0;
}
.page-links ul li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 1rem;
  margin: auto;
  background-color: #ccc;
}
.page-links ul li:first-of-type::before {
  content: none;
}
.page-links ul li:last-of-type {
  margin-bottom: 20px;
}
.page-links ul li a {
  display: block;
  position: relative;
  padding-right: 30px;
  color: #003689;
  font-weight: bold;
  text-decoration: none;
  transition: opacity .2s linear;
}
.page-links ul li a::after {
  position: absolute;
  top: 0;
  right: -8px;
  bottom: 0;
  margin: auto;
  transform: rotate(90deg);
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icon_link.png);
  background-repeat: no-repeat;
  background-size: 480px 240px;
}
html:not(.sp) .page-links ul li a:hover {
  color: #003689;
  opacity: .6;
}
.page-links.white ul li::before {
  background-color: #fff;
}
.page-links.white ul li a {
  color: #fff;
}
.page-links.white ul li a::after {
  background-position-y: -144px;
}
html:not(.sp) .page-links.white ul li a:hover {
  color: #fff;
  opacity: .8;
}
.business .page-links.white {
  margin: 0;
  padding: 35px 0 10px;
}
.business .page-links.white ul {
  margin: 0;
}

/* ----- 事業案内 ----- */
.noside .page-conts.business {
  padding-top: 0;
}

/* heading */
.business-h {
  margin-bottom: 30px;
  color: #003689;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.heading-block .business-h {
  margin-bottom: 0;
}
.heading-block .business-h::after {
  display: none;
}

.business-policy-h {
  position: relative;
  margin: 0 auto 35px;
  color: #003689;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  overflow: hidden;
}
.business-policy-h .icon {
  position: relative;
  display: inline-block;
  padding: 10px 0 10px 60px;
  text-align: left;
  background: url(../img/business/icon_kadai.png) no-repeat left center;
  background-size: 33px auto;
}
.business-policy-h .icon::before {
  content: "";
  position: absolute;
  left: calc((100vw + 30px) * -1);
  top: 50%;
  width: 100vw;
  height: 1px;
  background: #003689;
}
.business-policy-h .icon::after {
  content: "";
  position: absolute;
  right: calc((100vw + 30px) * -1);
  top: 50%;
  width: 100vw;
  height: 1px;
  background: #003689;
}

.heading-type1 {
  margin-bottom: 15px;
  color: #003689;
  font-size: 1.5rem;
  font-weight: bold;
}
.heading-type1 img {
  margin-bottom: 10px;
}
.heading-type1 span {
  display: block;
}

/* block */
.block {
  background: #fff;
}

.heading-block {
  display: flex;
  align-items: center;
  position: relative;
  height: 510px;
  padding: 60px;
}
.heading-block::before {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.flow-block {
  transform: translateY(-50px);
  margin-bottom: -50px !important;
}

.heading-btn-block {
  position: relative;
}
.heading-btn-block .btn.border {
  position: absolute;
  top: 0;
  right: 0;
}

/* 進化するアサヒグループ */
.bg-blue {
  background: #003689;
}

.business-evolution .column__block {
  padding: 50px;
}
.business-evolution .column__block .business-h {
  line-height: 1.3125;
}
.business-evolution .column__block .business-h::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin: 10px auto 0;
  background-color: #003689;
}
.business-evolution .column__block .txt {
  font-size: 1.38rem;
}
.business-evolution .column__block .caption {
  margin: 15px 0 0 0;
}
.business-evolution .column.-col2 .column__block:first-child {
  padding: 60px 30px 60px 60px;
}
.business-evolution .column.-col2 .column__block:first-child::after {
  display: block;
  position: absolute;
  right: -30px;
  top: 50%;
  width: 1px;
  height: calc(100% - 120px);
  background: #e1e1e1;
  transform: translateY(-50%);
  content: "";
}
.business-evolution .column.-col2 .column__block:last-child {
  padding: 60px 60px 60px 30px;
}

.business-alcohol,
.business-softdrink,
.business-food,
.business-overseas {
  position: relative;
}
.business-alcohol::before,
.business-softdrink::before,
.business-food::before,
.business-overseas::before {
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 347px;
  content: "";
}

/* 酒類事業 */
.business-alcohol {
  padding-top: 50px;
  padding-bottom: 55px;
}
.business-alcohol::before {
  top: 0;
  background: #003689;
}
.business-alcohol .heading-block::before {
  top: -20px;
  right: 0;
  width: 643px;
  height: 591px;
  background-image: url(../img/business/alcohol_main.png);
}

/* 飲料事業 */
.business-softdrink {
  padding-top: 100px;
  padding-bottom: 55px;
}
.business-softdrink::before {
  top: 0;
  height: 408px;
  background: #265db1;
}
.business-softdrink .heading-block::before {
  top: 20px;
  right: -26px;
  width: 658px;
  height: 520px;
  background-image: url(../img/business/softdrinks_main.png);
}

/* 食品事業 */
.business-food {
  padding-top: 100px;
  padding-bottom: 55px;
}
.business-food::before {
  top: 0;
  height: 408px;
  background: #5385d3;
}
.business-food .heading-block::before {
  top: 85px;
  right: 60px;
  width: 488px;
  height: 412px;
  background-image: url(../img/business/food_main.png);
}

/* 国際事業 */
.business-overseas {
  padding-top: 100px;
  padding-bottom: 70px;
}
.business-overseas::before {
  top: 0;
  height: 408px;
  background: #a2b9d4;
}
.business-overseas .heading-block::before {
  top: -40px;
  right: 100px;
  width: 355px;
  height: 552px;
  background-image: url(../img/business/overseas_main.png);
}

/* ----- ブランドロゴ ----- */
.brand-list {
  display: flex;
  justify-content: center;
  width: calc(100% + 28px);
  margin: 0 -14px 50px;
  overflow: hidden;
}
.brand-list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  margin: 0 14px;
  padding: 10px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
}
.brand-list__item img {
  width: 100%;
}
.main .brand-list__item {
  padding: 0;
}
.main .brand-list__item::before {
  display: none;
}
.heading-block + .brand-list {
  margin-top: 50px;
}
.main .brand-list {
  margin-bottom: 40px;
}

/* リスト - チェック */
.list-check {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.list-check ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 55px;
  font-size: 1.13rem;
}
.list-check ul li::before {
  display: inline-block;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(../img/business/icon_check.png) no-repeat center;
  background-size: contain;
  content: "";
}

/* 強み & 機会とリスク */
.block.strength {
  margin: 0 0 40px;
}
.block.strength .column__block {
  padding: 30px 60px 30px 30px;
}
.block.strength .column__block:first-child {
  padding: 30px 0px 30px 30px;
}
.block.strength .column__block:first-child::after {
  display: block;
  position: absolute;
  right: -30px;
  top: 50%;
  width: 1px;
  height: calc(100% - 60px);
  background: #e1e1e1;
  transform: translateY(-50%);
  content: "";
}
.block.strength .column__block:last-child {
  padding: 30px 30px 30px 0px;
}
.block.strength + .btn {
  margin-top: 40px;
}
.block.strength .column.-col3 {
  width: auto;
  padding: 0 15px;
}
.block.strength .column.-col3 .column__block {
  width: 33.3333%;
  padding: 30px 15px;
}
.block.strength .column.-col3 .column__block:first-child::after {
  content: none;
}
.block.strength .column.-col3 .column__block .strength-list {
  flex-direction: column;
  align-items: center;
}
.block.strength .column.-col3 .column__block .strength-list dd {
  width: 100%;
  margin: 15px 0 0;
  padding: 15px 0 0;
  border-top: 1px solid #e1e1e1;
}

.main .strength-list {
  margin-bottom: 0;
}
.main .strength-list dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 102px;
  height: 102px;
  background: #d3deef;
  border-radius: 50%;
  color: #003689;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
}
.main .strength-list dd {
  width: calc(100% - 102px);
  padding-left: 25px;
}
.main .strength-list .list li {
  padding-left: 27px;
  font-size: 0.88rem;
}
.main .strength-list .list li::before {
  top: .6em;
  left: .2em;
  width: 6px;
  height: 6px;
  background: #003689;
}
.main .strength-list .list li:last-child {
  margin-bottom: 0;
}

/* 組織図 */
.business-organization-chart {
  padding-bottom: 50px;
}
.business-organization-chart .chart {
  margin-top: 40px;
  margin: 40px auto;
}

@media screen and (max-width: 1355px) {
  .brand-list {
    width: 100%;
    margin: 0 0 50px;
  }
  .brand-list__item {
    width: calc((100% / 8) - 2.2580vw);
    height: 9.15vw;
    margin: 0 1.129vw;
  }
}
/* ---------------------------------------------
	1241px未満
---------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1240px) {
  .business-alcohol .heading-block::before {
    top: 50%;
    width: 50vw;
    height: 45.9565vw;
    transform: translateY(-50%);
  }
  .business-alcohol .heading-block .heading-type1 img {
    max-width: 462px;
    width: 37.2580vw;
  }

  .business-softdrink .heading-block::before {
    right: -2.0967vw;
    top: 50%;
    width: 53.0645vw;
    height: 41.9354vw;
    transform: translateY(-50%);
  }
  .business-softdrink .heading-block .heading-type1 img {
    max-width: 273px;
    width: 22.0161vw;
  }

  .business-food .heading-block::before {
    top: 50%;
    width: 39.3548vw;
    height: 33.2258vw;
    transform: translateY(-50%);
  }
  .business-food .heading-block .heading-type1 img {
    max-width: 112px;
    width: 9.0322vw;
  }

  .business-overseas .heading-block::before {
    top: 50%;
    width: 28.6290vw;
    height: 44.5161vw;
    transform: translateY(-50%);
  }
  .business-overseas .heading-block .heading-type1 img {

    max-width: 224px;
    width: 18.0645vw;
  }
}
/* ---------------------------------------------
	990px未満
---------------------------------------------- */
@media screen and (max-width: 989px) {
  /* 進化するアサヒグループ */
  .business-evolution {
    /* 動画 */
  }
  .business-evolution .column.-col2 .column__block {
    width: calc(100% - 60px);
  }
  .business-evolution .column.-col2 .column__block:first-child {
    padding: 50px 50px 30px;
  }
  .business-evolution .column.-col2 .column__block:first-child::after {
    display: none;
  }
  .business-evolution .column.-col2 .column__block:last-child {
    padding: 0 50px 30px;
  }
  .business-evolution .movie {
    margin-bottom: 0;
  }

  .block.strength .column.-col3 .column__block {
    width: 50%;
  }
  .block.strength .column.-col3 .column__block:first-child {
    margin: 0 25%;
  }
}
/* ---------------------------------------------
	768px未満
---------------------------------------------- */
@media screen and (max-width: 767px) {
  /* カラム */
  .column.-col2 .column__block {
    position: relative;
    width: calc(100% - 60px);
    margin-right: 60px;
  }

  /* ページ内リンク */
  .page-links ul {
    display: block;
  }
  .page-links ul li {
    margin: 0 15px;
    padding: 0;
    font-size: 0.94rem;
  }
  .page-links ul li:last-of-type {
    margin-bottom: 0;
  }
  .page-links ul li:not(:last-of-type) {
    border-bottom: 1px solid #f2f4f4;
  }
  .page-links ul li::before {
    content: none;
  }
  .page-links ul li a {
    padding: 12px 30px 12px 15px;
  }
  .page-links ul li a::after {
    right: 10px;
  }
  .business .page-links.white {
    padding: 0;
  }
  .business .page-links.white li:not(:last-of-type) {
    border-color: rgba(255, 255, 255, 0.4);
  }

  /* heading */
  .business-h {
    margin-bottom: 20px;
    font-size: 1.31rem;
    text-align: left;
  }

  .business-policy-h {
    margin-bottom: 15px;
    font-size: 1.13rem;
  }
  .business-policy-h .icon {
    padding: 6px 0 6px 20px;
    background-size: 16.5px auto;
  }
  .business-policy-h .icon::before {
    left: calc((100vw + 10px) * -1);
  }
  .business-policy-h .icon::after {
    right: calc((100vw + 10px) * -1);
  }

  .heading-type1 {
    margin-bottom: 20px;
    font-size: 1.13rem;
  }

  .flow-block {
    transform: translateY(-20px);
    margin-bottom: -20px !important;
  }

  .heading-block {
    height: 200px;
    padding: 15px;
  }
  .heading-block::before {
    background-position: right top;
  }
  .heading-block .heading-type1 {
    margin-bottom: 0;
    font-size: 0.94rem;
  }

  .heading-btn-block .btn.border {
    position: relative;
  }
  .heading-btn-block .btn.border .icon-arrow {
    margin-bottom: 20px;
  }

  .business-evolution .column__block {
    padding: 25px 15px;
  }
  .business-evolution .column__block .business-h {
    text-align: center;
  }
  .business-evolution .column__block .txt {
    font-size: 0.94rem;
    line-height: 1.46;
  }
  .business-evolution .column__block .caption {
    font-size: 0.81rem;
  }
  .business-evolution .column.-col2 .column__block:first-child {
    padding: 25px 15px 15px;
  }
  .business-evolution .column.-col2 .column__block:last-child {
    padding: 0px 15px 25px;
  }

  .business-alcohol,
  .business-softdrink,
  .business-food,
  .business-overseas {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .business-alcohol::before,
  .business-softdrink::before,
  .business-food::before,
  .business-overseas::before {
    height: 162px;
  }

  /* 酒類事業 */
  .business-alcohol {
    padding-top: 25px;
  }
  .business-alcohol .heading-block::before {
    top: -10px;
    right: -15px;
    max-width: 224.5px;
    max-height: 296px;
    width: calc(100% - 140px);
  }
  .business-alcohol .heading-block .heading-type1 img {
    width: 117px;
  }

  /* 飲料事業 */
  .business-softdrink .heading-block::before {
    right: -6px;
    max-width: 190px;
    height: 150px;
    width: calc(100% - 150px);
  }
  .business-softdrink .heading-block .heading-type1 img {
    width: 128px;
  }

  /* 食品事業 */
  .business-food .heading-block::before {
    top: 50px;
    right: 15px;
    max-width: 149px;
    height: 126px;
    width: calc(100% - 180px);
  }
  .business-food .heading-block .heading-type1 img {
    width: 50px;
  }

  /* 国際事業 */
  .business-overseas .heading-block::before {
    top: -10px;
    right: 30px;
    max-width: 128px;
    height: 200px;
    width: calc(100% - 160px);
  }
  .business-overseas .heading-block .heading-type1 img {
    width: 102px;
  }

  /* ブランドリスト */
  .brand-list {
    flex-wrap: wrap;
    max-width: 356px;
  }
  .brand-list__item {
    max-width: 73px;
    max-height: 73px;
    width: 18vw;
    height: 18vw;
    margin: 0 8px 17px;
  }
  .main .brand-list {
    margin: 15px auto;
  }
  .business-overseas .brand-list {
    max-width: 267px;
  }

  /* リスト - チェック */
  .list-check ul li {
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 0.94rem;
  }
  .list-check ul li::before {
    top: 0.3em;
    width: 18px;
    height: 18px;
  }

  /* 強み & 機会とリスク */
  .block.strength {
    margin-bottom: 30px;
  }
  .block.strength .column__block {
    padding: 15px;
  }
  .block.strength .column__block:first-child {
    padding: 15px 15px 20px;
  }
  .block.strength .column__block:first-child::after {
    display: block;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    width: calc(100% - 30px);
    height: 1px;
    transform: translateY(0);
  }
  .block.strength .column__block:last-child {
    padding: 15px;
  }
  .block.strength + .btn {
    margin-top: 30px;
  }
  .block.strength .column.-col3 {
    padding: 0;
  }
  .block.strength .column.-col3 .column__block {
    width: 100%;
    padding: 15px;
  }
  .block.strength .column.-col3 .column__block:first-child {
    margin: 0;
  }
  .block.strength .column.-col3 .column__block .strength-list dd {
    margin: 0;
  }

  .main .strength-list dt {
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: 75px;
    height: 75px;*/
    margin: 0 auto 13px;
    font-size: 1rem;
  }
  .main .strength-list dd {
    width: 100%;
    padding-left: 0;
  }
  .main .strength-list .list li {
    padding-left: 15px;
    font-size: 0.88rem;
  }
  .main .strength-list .list li::before {
    top: .6em;
    width: 6px;
    height: 6px;
    background: #003689;
  }
  .main .strength-list .list li:last-child {
    margin-bottom: 0;
  }

  /* 組織図 */
  .scroll-txt {
    position: relative;
    padding-right: 30px;
    color: #003689;
    font-size: 0.69rem;
    text-align: right;
  }
  .scroll-txt::before, .scroll-txt::after {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    width: 23px;
    height: 1px;
    margin: auto;
    background-color: #003689;
    display: block;
    transition: transform .2s linear;
    content: "";
  }
  .scroll-txt::after {
    width: 10px;
    transform: rotate(25deg);
    transform-origin: right bottom;
  }
  .main .scroll-txt {
    margin-bottom: 5px;
  }

  .business-organization-chart {
    padding-bottom: 30px;
  }
  .business-organization-chart .chart {
    margin-top: 0px;
    margin: 10px auto 15px;
  }
}
@media screen and (max-width: 375px) {
  .heading-block {
    height: 54vw;
    padding: 4vw;
  }

  .business-alcohol::before,
  .business-softdrink::before,
  .business-food::before,
  .business-overseas::before {
    height: 43.2vw;
  }

  /* 酒類事業 */
  .business-alcohol .heading-block::before {
    top: -2vw;
    right: -4vw;
    width: calc(100% - 35.2vw);
  }
  .business-alcohol .heading-block .heading-type1 img {
    width: 31.2vw;
  }

  /* 飲料事業 */
  .business-softdrink .heading-block::before {
    right: -1vw;
    width: calc(100% - 42.1333vw);
  }
  .business-softdrink .heading-block .heading-type1 img {
    width: 34.1333vw;
  }

  /* 食品事業 */
  .business-food .heading-block::before {
    top: 13vw;
    right: 4vw;
    width: calc(100% - 60px - 12vw);
  }
  .business-food .heading-block .heading-type1 img {
    width: 13.333vw;
  }

  /* 国際事業 */
  .business-overseas .heading-block::before {
    top: -2vw;
    right: 8vw;
    width: calc(100% - 48vw);
  }
  .business-overseas .heading-block .heading-type1 img {
    width: 27.2vw;
  }
}
/* ----- Perfect Scrollbar ------ */
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: ture;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  background: #d2d2d2;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 6px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  top: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 6px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  border-radius: 6px;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  background-color: #003689;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  top: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #003689;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
/*---------------------------------------------
	[IR]  IR・投資家情報
  ---------------------------------------------*/
/*---------------------------------------------
  IR・投資家情報
  ---------------------------------------------*/
/* 各sectionのpadding設定 */
.ir .panel-section {
  padding-bottom: 70px;
}
.ir .info-section {
  padding: 60px 0 0;
}
.ir .link-panel-section {
  padding: 70px 0 45px;
}
.ir .link-panel-section .panel-set + .btn {
  margin-top: 50px;
}

/* パネルの設定 */
.panel-set {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 60px);
  margin: 0;
  padding: 0;
}
.panel-set.-col3 .panel-item {
  width: calc(33.3333% - 60px);
  margin-right: 60px;
}
.panel-set.-col4 .panel-item {
  width: calc(25% - 60px);
  margin-right: 60px;
}

.panel-item {
  position: relative;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.panel-item:nth-child(n + 4) {
  margin-top: 60px;
}
.panel-item > a {
  width: 100%;
  height: 100%;
  display: block;
}
html:not(.sp) .panel-item > a:hover .panel-item__img .cover {
  transform: scale(1.1);
}
.panel-item__img {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.panel-item__img .cover {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform .2s ease-out;
}
.panel-item__title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0 1.9vw 1.9vw 1.9vw;
  color: #fff;
}
.panel-item__title .heading {
  font-size: 1.25rem;
  line-height: 1.65;
}
.panel-item__title .heading span {
  display: block;
  font-size: 0.88rem;
  font-weight: normal;
}
.panel-item.stock-info {
  padding: 1.9vw;
  background: #f2f4f9;
}
.panel-item.stock-info a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.panel-item.stock-info a img {
  position: relative;
  display: block;
}
.panel-item.stock-info span.vertical {
  position: relative;
}
.panel-item.stock-info span.vertical::before, .panel-item.stock-info span.vertical::after {
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #f2f4f9;
  display: block;
  z-index: 1;
  content: "";
}
.panel-item.stock-info span.vertical::after {
  right: 0;
}
.panel-item.stock-info span.horizontal::before, .panel-item.stock-info span.horizontal::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: #f2f4f9;
  display: block;
  z-index: 1;
  content: "";
}
.panel-item.stock-info span.horizontal::after {
  top: auto;
  bottom: 0;
}

.panel-item.link-block {
  padding: 1.9vw;
}
.panel-item.link-block .heading {
  margin-bottom: 30px;
  color: #074194;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.65;
}
.panel-item.link-block .heading span {
  display: block;
  font-size: 0.88rem;
  font-weight: normal;
}
.panel-item.link-block .link-icon {
  margin-bottom: 5px;
  font-size: 0.94rem;
}
.panel-item.link-block .link-icon a {
  font-weight: normal;
}
.panel-item.link-block .link-icon > ul li {
  margin-bottom: 3px;
  font-size: 0.88rem;
}
.panel-item.link-block .link-icon > ul li::before {
  height: 1px;
  background: #074194;
}
.panel-item.link-block .link-icon > ul li a::after {
  display: none;
}
.panel-item.link-block.ir-data {
  background: #074194;
}
.panel-item.link-block.ir-data .heading {
  color: #fff;
}
.panel-item.link-block.ir-data .link-icon a {
  color: #fff;
}
.panel-item.link-block.ir-data .link-icon a span::before, .panel-item.link-block.ir-data .link-icon a span::after {
  background: #fff;
}

/* ----- IR情報 ----- */
.heading-btn-block + .pressroom-newsrelease-links {
  margin: 50px 0 0;
}

/* タブの設定 */
.main .page-ir .news-box-tab ul,
.main .page-ir-sub .news-box-tab ul {
  margin: 0;
}
.main .page-ir .news-box-tab ul li a,
.main .page-ir-sub .news-box-tab ul li a {
  font-size: 1rem;
  text-decoration: none;
}

#news dl.news {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
#news dl.news > dt {
  display: flex;
  width: 125px;
  text-align: left;
}
#news dl.news > dd {
  position: relative;
  margin: 0 0 30px;
  padding: 0;
  font-size: 1rem;
}
#news .list-label dl.news > dd {
  padding-left: 170px;
}
#news .list-label dl.news > dd::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 114px;
  padding: 8px 10px;
  border-radius: 100px;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
}
#news .list-label dl.news > dt.iconNews + dd::before,
#news .list-label dl.news > dd.iconNews::before {
  content: 'お知らせ';
  background-color: #1d4294;
}
#news .list-label dl.news > dt.iconTekiji + dd::before,
#news .list-label dl.news > dd.iconTekiji::before {
  content: '適時開示';
  background-color: #f1a400;
}
#news .list-label dl.news > dt.iconRelease + dd::before,
#news .list-label dl.news > dd.iconRelease::before {
  content: 'リリース';
  background-color: #a46a57;
}
#news .list-label dl.news > dt.iconSales + dd::before,
#news .list-label dl.news > dd.iconSales::before {
  content: '販売動向';
  background-color: #e83e33;
}
#news .list-label dl.news > dt.iconCategory1 + dd::before,
#news .list-label dl.news > dd.iconCategory1::before {
  content: '';
  background-color: #af69a5;
}
#news .list-label dl.news > dt.iconCategory2 + dd::before,
#news .list-label dl.news > dd.iconCategory2::before {
  content: '';
  background-color: #b1c56e;
}
#news .list-label dl.news > dt.iconCategory3 + dd::before,
#news .list-label dl.news > dd.iconCategory3::before {
  content: '';
  background-color: #01995e;
}

/* bnr award */
.main .bnr-award {
  display: flex;
  justify-content: center;
  margin: 0 auto 60px;
  padding-top: 50px;
  list-style: none;
}
.main .bnr-award li {
  margin: 0 60px 0 0;
  padding: 0;
}
.main .bnr-award li::before {
  display: none;
}
.main .bnr-award li:last-of-type {
  margin-right: 0;
}

/*---------------------------------------------
	768px未満
  ---------------------------------------------*/
@media screen and (max-width: 767px) {
  .ir .panel-section {
    padding-bottom: 35px;
  }
  .ir .info-section {
    padding: 40px 0 40px;
  }
  .ir .link-panel-section {
    padding: 45px 0 25px;
  }
  .ir .link-panel-section .panel-set + .btn {
    margin-top: 40px;
  }

  .panel-set.-col3 .panel-item {
    width: 100%;
    height: auto;
  }

  .panel-item__title, .panel-item.stock-info {
    padding: 15px;
  }
  .panel-item__title .heading {
    font-size: 1rem;
  }
  .panel-item__title .heading span {
    font-size: 0.75rem;
  }
  .panel-item.link-block {
    min-height: 306px;
    padding: 15px;
  }
  .panel-item.link-block .heading {
    margin-bottom: 25px;
    font-size: 1rem;
  }
  .panel-item.link-block > ul {
    margin-bottom: 0;
  }
  .panel-item.link-block .link-icon {
    margin-bottom: 10px;
    font-size: 0.81rem;
  }
  .panel-item.link-block .link-icon:last-child {
    margin-bottom: 0;
  }
  .panel-item.link-block .link-icon > ul li {
    margin-bottom: 5px;
    font-size: 0.75rem;
  }
  .panel-item.link-block .link-icon .icon-arrow span {
    width: 17px;
    height: 17px;
  }
  .panel-item.link-block .link-icon .icon-arrow span::after {
    width: 8px;
  }
  .panel-item.link-block.ir-data .heading {
    margin-bottom: 15px;
  }
  .panel-item.link-block.ir-data .heading span {
    font-size: 0.75rem;
  }
  .panel-item.link-block.ir-data .link-icon {
    margin-bottom: 7px;
  }

  .panel-section .panel-item {
    min-height: 257px;
  }

  .panel-item:not(.link-block) {
    height: 45vw;
    min-height: 257px;
  }
  .panel-item:not(.link-block) .cover {
    background-position: 50% 25%;
  }

  .panel-item + .panel-item {
    margin-top: 15px;
  }

  /* IR情報 */
  .heading-btn-block + .pressroom-newsrelease-links {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  /* タブの設定 */
  .main .page-ir .news-box-tab ul {
    padding: 0;
  }
  .main .page-ir .news-box-tab ul li {
    width: 50%;
  }
  .main .page-ir .news-box-tab ul li a {
    font-size: 0.88rem;
  }

  #news dl.news > dt {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #news dl.news > dd {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 0 15px;
    font-size: 0.88rem;
    border-bottom: 1px solid #ebebeb;
  }
  #news .list-label dl.news > dd {
    padding-left: 0;
  }
  #news .list-label dl.news > dd::before {
    position: relative;
    display: block;
    width: 80px;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 0.63rem;
  }

  /* bnr award */
  .main .bnr-award {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto 50px;
    padding-top: 45px;
  }
  .main .bnr-award li {
    display: flex;
    justify-content: center;
    width: 50%;
    margin: 0;
  }
}
/*---------------------------------------------
	株主・個人投資家のみなさまへ
  ---------------------------------------------*/
.ir-shareholders {
  padding-bottom: 50px;
}
.ir-shareholders .company-pnlset + .no-border {
  margin-top: 20px;
}

/*---------------------------------------------
	768px未満
  ---------------------------------------------*/
@media screen and (max-width: 767px) {
  .ir-shareholders {
    padding-bottom: 45px;
  }
}
/*---------------------------------------------
	IRイベント
  ---------------------------------------------*/
/* ----- タブの設定 下層共通 ----- */
#news.page-ir-sub dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  border-bottom: 1px solid #ebebeb;
}
#news.page-ir-sub dl > dt {
  display: flex;
  width: 125px;
  text-align: left;
}
#news.page-ir-sub dl > dd {
  position: relative;
  margin: 0 0 20px;
  padding: 0;
  font-size: 1rem;
}
#news.page-ir-sub dl > dd a {
  text-decoration: none;
}

/* IRカレンダー
--------------------------------------- */
.ir-calendar #news.page-ir-sub .news-box-elm {
  padding-bottom: 80px;
}

.ir-calendar-ill {
  margin-bottom: 80px;
}

/* 決算説明会・事業説明会
--------------------------------------- */
.ir-presentation {
  padding-bottom: 50px;
}
.ir-presentation #news.page-ir-sub .news-box-elm {
  padding-bottom: 40px;
}
.ir-presentation .frame {
  margin-top: 35px;
}
.ir-presentation .frame h4:not([class*="heading"]) {
  font-size: 1.13rem;
}
.ir-presentation .frame h4:not([class*="heading"])::after {
  display: none;
}
.ir-presentation .btn + .frame {
  margin-top: 20px;
}

.briefing-data {
  margin: 40px 0;
}
.briefing-data dl {
  border-bottom: 1px solid #ebebeb;
}
.briefing-data dl dt {
  color: #074194;
  font-weight: bold;
}
.briefing-data dl dd ol {
  margin-top: 0;
}
.briefing-data dl dd ol li {
  margin-left: 1.5em;
}
.briefing-data dl dd ul li {
  padding-left: 0;
}
.briefing-data dl dd ul li::before {
  display: none;
}
.briefing-data dl:first-of-type {
  border-top: 1px solid #ebebeb;
}
.briefing-data dl:last-of-type {
  margin-bottom: 0;
}
#news .briefing-data dl:first-of-type {
  padding-top: 25px;
}
#news .briefing-data dl > dd {
  margin-bottom: 20px;
}
.briefing-data.img-include {
  display: flex;
}
.briefing-data.img-include .text {
  min-width: 67%;
}
.briefing-data.img-include .img {
  width: calc(100% - 67%);
  margin: 0;
  padding: 30px;
  background: #fff;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.briefing-data.img-include .img img {
  width: auto;
  text-align: center;
}
#news.page-ir-sub .briefing-data.img-include .text {
  border-bottom: 1px solid #ebebeb;
}
#news.page-ir-sub .briefing-data.img-include .text dl:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

.main .related-doc-list {
  margin-top: 0;
}
.main .related-doc-list li {
  padding-left: 2px;
}
.main .related-doc-list li::before {
  display: none;
}
.main .related-doc-list li a {
  display: inline-block;
  padding-left: 37px;
  position: relative;
  text-decoration: none;
}
.main .related-doc-list li a[href*=".pdf"]::before,
.main .related-doc-list li a[href*=".xls"]::before,
.main .related-doc-list li a[href*=".xlsx"]::before,
.main .related-doc-list li a[href*=".doc"]::before,
.main .related-doc-list li a[href*=".docx"]::before,
.main .related-doc-list li a[href*=".html"]::before,
.main .related-doc-list li a[href*="html"]::before,
.main .related-doc-list li a.html::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  content: "";
}
.main .related-doc-list li a[href*=".pdf"]::before {
  background: url("/img/ir/event/presentation/pdf.png") no-repeat center center;
  background-size: contain;
}
.main .related-doc-list li a[href*=".xls"]::before,
.main .related-doc-list li a[href*=".xlsx"]::before {
  background: url("/img/ir/event/presentation/xls.png") no-repeat center center;
  background-size: contain;
}
.main .related-doc-list li a[href*=".doc"]::before,
.main .related-doc-list li a[href*=".docx"]::before {
  background: url("/img/ir/event/presentation/doc.png") no-repeat center center;
  background-size: contain;
}
.main .related-doc-list li a[href*=".html"]::before,
.main .related-doc-list li a[href*="html"]::before,
.main .related-doc-list li a.html::before {
  width: 23px;
  height: 23px;
  background: url("/img/ir/event/presentation/html.png") no-repeat center center;
  background-size: contain;
}

/* アーカイブ */
.main .ir-presentation #news.page-ir-sub .archive-list dl {
  margin-bottom: 35px;
  border-bottom: none;
}
.main .ir-presentation #news.page-ir-sub .archive-list dl > dt {
  width: 320px;
  padding-right: 25px;
}
.main .ir-presentation #news.page-ir-sub .archive-list dl > dd {
  width: calc(100% - 320px);
  margin-bottom: 0;
}

.main .archive-list {
  margin: 40px 0 70px;
  padding-top: 30px;
  border-top: 1px solid #ebebeb;
}
.main .archive-list > li {
  margin-bottom: 30px;
  padding-left: 0;
  border-bottom: 1px solid #ebebeb;
}
.main .archive-list > li::before {
  display: none;
}
.main .archive-list:last-of-type {
  margin-bottom: 60px;
}

/* Adobe ReaderTM のダウンロード */
.main .pdf-dl-block {
  display: flex;
  margin-top: 40px;
  padding: 30px 30px 10px;
}
.main .pdf-dl-block .icon {
  margin-right: 30px;
}
.main .pdf-dl-block .text {
  font-size: 0.88rem;
}
.main .pdf-dl-block .text h5 {
  margin-bottom: 10px;
}
.main .pdf-dl-block .text h5 a {
  position: relative;
  text-decoration: none;
}
.main .pdf-dl-block .text h5 a::after {
  display: inline-block;
  width: 14px;
  height: 13px;
  margin-top: 2px;
  margin-left: 5px;
  background: url("/img/ir/event/presentation/window.png") no-repeat center center;
  background-size: contain;
  content: "";
}

/* 主な質疑応答 */
.main .faq-list {
  margin-bottom: 80px;
  counter-reset: faq-num;
}
.main .faq-list > li {
  counter-increment: faq-num;
}
.main .faq-list > li a {
  padding-left: 2.5em;
}
.main .faq-list > li a::before {
  content: "Q" counter(faq-num) ".";
  position: absolute;
  left: 0;
  top: 0;
}

.main dl.faq-block {
  display: block;
  margin-bottom: 80px;
  counter-reset: faq-num;
}
.main dl.faq-block dt {
  counter-increment: faq-num;
  position: relative;
  width: auto;
  padding: 7px 35px 7px calc(35px + 2.5em);
  font-size: 1.13rem;
  line-height: 1.6;
  background-color: #eeebe6;
}
.main dl.faq-block dt::before {
  content: "Q" counter(faq-num) ".";
  position: absolute;
  left: 35px;
  top: 7px;
}
.main dl.faq-block dd {
  position: relative;
  width: auto;
  margin-bottom: 30px;
  padding: 30px 30px 30px calc(35px + 2.5em) !important;
  border: solid 5px #eeebe6;
}
.main dl.faq-block dd::before {
  content: "A.";
  position: absolute;
  left: 35px;
  top: 30px;
  color: #000;
  font-size: 1.13rem;
  font-weight: bold;
  line-height: 1.6;
}

/*---------------------------------------------
	768px未満
  ---------------------------------------------*/
@media screen and (max-width: 767px) {
  /* タブの設定 下層共通*/
  .main .page-ir-sub .news-box-tab ul {
    justify-content: flex-start;
    padding: 0;
  }
  .main .page-ir-sub .news-box-tab ul li a {
    font-size: 0.88rem;
  }

  #news.page-ir-sub dl > dt {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #news.page-ir-sub dl > dd {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
    font-size: 0.88rem;
  }

  /* IRカレンダー
  --------------------------------------- */
  .ir-calendar #news.page-ir-sub .news-box-elm {
    padding-bottom: 30px;
  }

  .ir-calendar-ill {
    margin-bottom: 40px;
  }

  /* 決算説明会・事業説明会
  --------------------------------------- */
  .ir-presentation {
    padding-bottom: 30px;
  }
  .ir-presentation #news.page-ir-sub .news-box-elm {
    padding-bottom: 30px;
  }
  .ir-presentation .frame {
    margin-top: 20px;
  }
  .ir-presentation .frame h4:not([class*="heading"]) {
    font-size: 1rem;
  }
  .ir-presentation .btn + .frame {
    margin-top: 10px;
  }
  .ir-presentation .note.m {
    font-size: 0.69rem !important;
  }

  .briefing-data {
    margin: 20px 0 25px;
  }
  #news .briefing-data dl > dd {
    margin-bottom: 15px;
    padding-bottom: 0;
    border-bottom: none;
  }
  #news .briefing-data dl:first-of-type {
    padding-top: 15px;
  }
  .briefing-data.img-include {
    flex-direction: column;
  }
  .briefing-data.img-include .text {
    width: 100%;
  }
  .briefing-data.img-include .text dl:last-of-type {
    border-bottom: none;
  }
  .briefing-data.img-include .img {
    width: 100%;
    margin: 0;
    padding: 0 15px 15px;
    background: #fff;
    border-top: none;
    border-bottom: 1px solid #ebebeb;
  }
  #news.page-ir-sub .briefing-data.img-include .text {
    border-bottom: none;
  }

  .main .related-doc-list li a {
    padding-left: 25px;
  }
  .main .related-doc-list li a[href*=".pdf"]::before,
  .main .related-doc-list li a[href*=".xls"]::before,
  .main .related-doc-list li a[href*=".xlsx"]::before,
  .main .related-doc-list li a[href*=".doc"]::before,
  .main .related-doc-list li a[href*=".docx"]::before,
  .main .related-doc-list li a[href*=".html"]::before,
  .main .related-doc-list li a[href*="html"]::before,
  .main .related-doc-list li a.html::before {
    top: 0.23em;
    width: 14px;
    height: 14px;
    content: "";
  }
  .main .related-doc-list li a[href*=".html"]::before,
  .main .related-doc-list li a[href*="html"]::before,
  .main .related-doc-list li a.html::before {
    width: 15px;
    height: 15px;
  }

  /* アーカイブ */
  .main .ir-presentation #news.page-ir-sub .archive-list dl {
    margin-bottom: 10px;
  }
  .main .ir-presentation #news.page-ir-sub .archive-list dl > dt {
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0;
  }
  .main .ir-presentation #news.page-ir-sub .archive-list dl > dd {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .main .archive-list {
    margin: 20px 0 30px;
    padding-top: 20px;
  }
  .main .archive-list > li {
    margin-bottom: 15px;
  }
  .main .archive-list .related-doc-list li {
    margin-bottom: 5px;
  }
  .main .archive-list:last-of-type {
    margin-bottom: 20px;
  }

  /* Adobe ReaderTM のダウンロード */
  .main .pdf-dl-block {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 30px;
  }
  .main .pdf-dl-block .icon {
    width: 100%;
    margin: 0 0 10px;
  }
  .main .pdf-dl-block .text {
    font-size: 0.88rem;
  }
  .main .pdf-dl-block .text h5 {
    margin-bottom: 10px;
    color: #074194;
  }

  /* 主な質疑応答 */
  .main .faq-list {
    margin-bottom: 40px;
  }

  .main dl.faq-block {
    margin-bottom: 40px;
  }
  .main dl.faq-block dt {
    padding: 7px 25px 7px calc(25px + 2.5em);
  }
  .main dl.faq-block dt::before {
    left: 25px;
  }
  .main dl.faq-block dd {
    margin-bottom: 20px;
    padding: 20px 20px 20px calc(25px + 2.5em) !important;
  }
  .main dl.faq-block dd::before {
    left: 25px;
    top: 20px;
  }
}
 /*---------------------------------------------
	[SU]  サスティナビリティ
  ---------------------------------------------*/
/*---------------------------------------------
	サスティナビリティ
  ---------------------------------------------*/
.noside .sustainability .sus-color1 {
  color: #005717 !important;
  background-color: #61af59 !important;
}
.noside .sustainability .sus-color2 {
  color: #815600 !important;
  background-color: #f4b63c !important;
}
.noside .sustainability .sus-color3 {
  color: #7e150b !important;
  background-color: #ec6c52 !important;
}
.noside .sustainability .sus-color4 {
  color: #007698 !important;
  background-color: #addef8 !important;
}
.noside .sustainability .sus-color5 {
  color: #897906 !important;
  background-color: #ffe866 !important;
}
.noside .sustainability .sus-color6 {
  color: #5c5386 !important;
  background-color: #e9e6f7 !important;
}
.noside .sustainability .sus-txt-color1 {
  color: #005717 !important;
}
.noside .sustainability .sus-txt-color2 {
  color: #815600 !important;
}
.noside .sustainability .sus-txt-color3 {
  color: #7e150b !important;
}
.noside .sustainability .sus-txt-color4 {
  color: #007698 !important;
}
.noside .sustainability .sus-txt-color5 {
  color: #897906 !important;
}
.noside .sustainability .sus-txt-color6 {
  color: #5c5386 !important;
}
.noside .sustainability .sus-bg-color1 {
  background-color: #61af59 !important;
}
.noside .sustainability .sus-bg-color2 {
  background-color: #f4b63c !important;
}
.noside .sustainability .sus-bg-color3 {
  background-color: #ec6c52 !important;
}
.noside .sustainability .sus-bg-color4 {
  background-color: #addef8 !important;
}
.noside .sustainability .sus-bg-color5 {
  background-color: #ffe866 !important;
}
.noside .sustainability .sus-bg-color6 {
  background-color: #e9e6f7 !important;
}
.noside .sustainability.page-conts {
  padding-top: 0;
  color: #000;
  /*font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", Meiryo, sans-serif;*/
  background-color: #fff;
}

.main .txt-main {
  color: #074194 !important;
}
.main .link-icon2 {
  margin: 25px 0;
}
.main .link-icon2 a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  transition: color .2s linear;
}
.main .link-icon2 a span {
  position: relative;
  display: inline-block;
  padding-right: 25px;
}
.main .link-icon2 a span:after {
  content: "";
  position: absolute;
  right: 2px;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  transition: .2s linear;
}
html:not(.sp) .main .link-icon2 a:hover {
  color: #074194;
}
html:not(.sp) .main .link-icon2 a:hover span:after {
  right: -3px;
  border-color: #074194;
}
.main .link-icon2 a.icon-round span {
  padding-right: 52px;
}
.main .link-icon2 a.icon-round span:after {
  right: 15px;
  border-color: #fff;
}
.main .link-icon2 a.icon-round span:before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 16px);
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #000;
}
html:not(.sp) .main .link-icon2 a.icon-round:hover {
  color: #074194;
}
html:not(.sp) .main .link-icon2 a.icon-round:hover span:after {
  right: 10px;
  border-color: #fff;
}
html:not(.sp) .main .link-icon2 a.icon-round:hover span:before {
  background-color: #074194;
}
.main .btn2 {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
.main .btn2.center {
  justify-content: center;
}
.main .btn2.right {
  justify-content: flex-end;
}
.main .btn2 a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 260px;
  height: 50px;
  padding: 0 32px;
  color: #000;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  background-color: transparent;
  border: 2px solid #000;
  border-radius: 25px;
  transition: .2s linear;
}
.main .btn2 a span:after {
  content: "";
  position: absolute;
  right: 22px;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  transition: .2s linear;
}
html:not(.sp) .main .btn2 a:hover {
  color: #fff;
  border-color: #074194;
  background-color: #074194;
}
html:not(.sp) .main .btn2 a:hover span:after {
  right: 18px;
  border-color: #fff;
}
.main .btn2 a.icon-anchor span:after {
  transform: rotate(135deg);
}
html:not(.sp) .main .btn2 a.icon-anchor:hover span:after {
  right: 22px;
  top: 4px;
  transform: rotate(135deg);
}
.main .btn2 a + a {
  margin-left: 80px;
}
.main .btn2.wide a {
  width: 100%;
  max-width: 400px;
  margin: 0 20px 20px;
}
.main .btn2.wide a + a {
  margin-left: 20px;
}
.main a.link-line {
  padding-bottom: 10px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  background-image: linear-gradient(to right, #000, #000 3px, transparent 3px, transparent 6px);
  background-size: 6px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
html:not(.sp) .main a.link-line:hover {
  color: #074194;
  background-image: linear-gradient(to right, #074194, #074194 3px, transparent 3px, transparent 6px);
}
.main .marker {
  padding-bottom: 4px;
  font-weight: bold;
  background: linear-gradient(transparent 40%, rgba(240, 255, 0, 0.8) 40%);
}
.main .heading-sus1 {
  color: #000;
  /*font-family: Verdana, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", Meiryo, sans-serif;*/
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.1;
  text-align: right;
}
.main .heading-sus1 .sub {
  display: block;
  margin-top: 1em;
  color: #999;
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1.5;
}
.main .heading-sus2 {
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
}
.main .heading-sus3 {
  margin-bottom: 20px;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.5;
}
.main .heading-sus4 {
  margin-bottom: 20px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.5;
}
.main .heading-sus5 {
  margin-bottom: 1em;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
}
.main .heading-sus6 {
  margin-bottom: 1em;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}

.sus-idx-conts-set {
  display: flex;
  padding: 80px 0;
  color: #000;
  border-top: 1px solid #ddd;
}
.sus-idx-conts-set .sus-idx-conts-head {
  position: relative;
  width: 33.3333%;
  padding-right: 80px;
}
.sus-idx-conts-set .sus-idx-conts-body {
  width: 66.6667%;
  padding: 0 80px;
  border-left: 1px solid #ddd;
}
.sus-idx-conts-set .sus-idx-conts-body .sus-slide {
  position: relative;
  width: 117%;
  margin-bottom: 0;
}
.sus-idx-conts-set .sus-idx-conts-body .sus-slide .slider-container {
  padding-top: 20px;
}
.sus-idx-conts-set .sus-idx-conts-body .sus-slide .slick-arrow {
  top: auto;
  bottom: 40px;
  border: 2px solid #999;
}
.sus-idx-conts-set .sus-idx-conts-body .sus-slide .slick-arrow.slick-prev {
  left: -140px;
}
.sus-idx-conts-set .sus-idx-conts-body .sus-slide .slick-arrow.slick-next {
  right: auto;
  left: -80px;
}
.sus-idx-conts-set .sus-idx-conts-body .sus-slide .slick-arrow:after {
  background-position-y: -120px;
}
html:not(.sp) .sus-idx-conts-set .sus-idx-conts-body .sus-slide .slick-arrow:hover {
  border-color: #074194;
}
html:not(.sp) .sus-idx-conts-set .sus-idx-conts-body .sus-slide .slick-arrow:hover:after {
  background-position-y: -144px;
}

.bg-video {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.main .sus-strategy .bg-video {
  background-image: url(../img/sustainability/bg_strategy.jpg);
}
.bg-video video,
.bg-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-video .video-title {
  position: absolute;
  width: 72%;
  max-width: 700px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main .bg-video .video-title h2 {
  color: #fff;
  text-align: center;
}
.main .bg-video .video-title h2 span {
  display: block;
}
.main .bg-video .video-title h2 span img {
  width: 100%;
}
.main .bg-video .video-title h2 span.sub {
  margin-top: 1.5em;
  font-size: 1.75rem;
  letter-spacing: 0.08em;
}
.bg-video .strategy-video.show-pc {
  position: relative;
  background-image: url(../img/sustainability/bg_strategy.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: -60px 0 -50px;
}
.bg-video .strategy-video.show-pc::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.bg-video .strategy-video.show-pc #strategy-video-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  pointer-events: none;
}
.bg-video .strategy-video.show-pc #strategy-video-canvas {
  opacity: 0;
}
.bg-video .strategy-video.show-pc #strategy-video-canvas.is-show {
  opacity: 1;
}

.sus-topics .sus-idx-conts-set,
.sus-theme-other .sus-idx-conts-set {
  padding: 60px 0;
  border-top: none;
}
main .sus-topics .sus-idx-conts-set .heading-sus1, main
.sus-theme-other .sus-idx-conts-set .heading-sus1 {
  margin-top: 15px;
}
.sus-topics .sus-idx-conts-set .sus-idx-conts-body,
.sus-theme-other .sus-idx-conts-set .sus-idx-conts-body {
  padding: 0;
  border-left: none;
}
.sus-topics .sus-idx-conts-set .sus-idx-conts-body .panel-vertical,
.sus-theme-other .sus-idx-conts-set .sus-idx-conts-body .panel-vertical {
  margin-bottom: 0;
}
.sus-topics .col-set,
.sus-theme-other .col-set {
  width: calc(100% + 40px);
}
.sus-topics .col-set .panel-vertical,
.sus-theme-other .col-set .panel-vertical {
  width: calc(33.333% - 40px);
  margin-right: 40px;
  border-radius: 8px;
  overflow: hidden;
}
.sus-topics .col-set .panel-vertical .img .title,
.sus-theme-other .col-set .panel-vertical .img .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 20px;
  text-align: left;
}
.sus-topics .col-set .panel-vertical .img .title .heading:not(.link-icon),
.sus-theme-other .col-set .panel-vertical .img .title .heading:not(.link-icon) {
  color: #fff;
}
.sus-topics .col-set .panel-vertical .img .title .tag,
.sus-theme-other .col-set .panel-vertical .img .title .tag {
  padding: 0;
  font-size: 0.75rem;
  font-weight: bold;
  border-top: none;
}
.sus-topics .col-set .panel-vertical .img .title .tag span,
.sus-theme-other .col-set .panel-vertical .img .title .tag span {
  padding: 9px 20px;
}
.sus-topics .col-set .panel-vertical p:not(.link-icon),
.sus-topics .col-set .panel-vertical .heading:not(.link-icon),
.sus-theme-other .col-set .panel-vertical p:not(.link-icon),
.sus-theme-other .col-set .panel-vertical .heading:not(.link-icon) {
  color: #000;
}
.sus-topics .col-set .panel-vertical .date,
.sus-theme-other .col-set .panel-vertical .date {
  padding: 7px 30px;
  color: #000;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: right;
}

.sus-topics .sus-idx-conts-set .sus-idx-conts-body {
  position: relative;
}
.sus-topics .sus-idx-conts-set .sus-idx-conts-body .sus-slide .slick-arrow.slick-prev {
  left: -390px;
}
.sus-topics .sus-idx-conts-set .sus-idx-conts-body .sus-slide .slick-arrow.slick-next {
  left: -335px;
}
.sus-topics .sus-idx-conts-set .sus-idx-conts-body .link-icon2 {
  position: absolute;
  bottom: 0;
  left: calc(-8em - 80px);
}

.sus-strategy {
  padding-bottom: 20px;
  background-color: #f3f3f3;
}
.sus-strategy .strategy-elem {
  position: relative;
  max-width: 1360px;
  margin: -80px auto 40px;
  padding: 60px 80px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.13);
}
.sus-strategy .strategy-elem .elem-inner {
  display: flex;
}
.sus-strategy .strategy-elem .elem-inner .txt {
  width: 66.6667%;
  padding-right: 80px;
}
.sus-strategy .strategy-elem .elem-inner .txt .lead {
  font-size: 1.13rem;
  line-height: 2.4;
}
.sus-strategy .strategy-elem .elem-inner .txt .lead.lead-level2 {
  font-size: 1.38rem;
  font-weight: bold;
}
.sus-strategy .strategy-elem .elem-inner .txt .lead + .lead-level2 {
  margin-top: -15px;
}
.sus-strategy .strategy-elem .elem-inner .txt .lead-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.sus-strategy .strategy-elem .elem-inner .txt .lead-bottom .sign {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sus-strategy .strategy-elem .elem-inner .txt .lead-bottom .sign .thumb {
  display: inline-block;
  width: 77px;
  height: 77px;
  margin-right: 24px;
  vertical-align: middle;
  border-radius: 100%;
  overflow: hidden;
}
.sus-strategy .strategy-elem .elem-inner .img {
  width: 33.3333%;
}

.strategy-elem .img.js-inview img {
  opacity: 0;
  transform: rotate(180deg);
}
.strategy-elem .img.js-inview.is-on img {
  opacity: 1;
  transform: rotate(360deg);
  transition: 1s;
}

.materiality-imgs {
  display: flex;
  margin: 48px -10px 0;
}
.materiality-imgs .item {
  width: calc(20% - 20px);
  margin: 0 10px;
}
.materiality-imgs .item a img {
  transition: .2s;
}
html:not(.sp) .materiality-imgs .item a:hover img {
  transform: scale(1.1);
}

.sus-theme .sus-idx-conts-set {
  padding: 0;
  border-top: none;
}
.sus-theme .sus-idx-conts-set .sus-idx-conts-body {
  padding: 0;
  border-left: none;
}
.sus-theme .sus-idx-conts-set .sus-idx-conts-body .sus-theme-conts-text {
  margin: 10px 0 70px;
  padding: 25px 80px 5px;
  border-left: 1px solid #ddd;
}
.sus-theme .anchor-menu {
  margin: 72px 0 0;
}
.sus-theme .anchor-menu li {
  margin: 24px 0 0;
  text-align: right;
}
.sus-theme .anchor-menu li:before {
  content: none;
}
.sus-theme .anchor-menu li a {
  position: relative;
  display: inline-block;
  height: 29px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}
.sus-theme .anchor-menu li a img {
  width: auto;
  height: 100%;
  background-color: #fff;
  transition: .2s;
}
html:not(.sp) .sus-theme .anchor-menu li a:hover img {
  opacity: 0;
}
.sus-theme .anchor-menu li.active a img {
  opacity: 0;
}
.sus-theme .anchor-menu li:nth-child(1) a {
  background-image: url(../img/sustainability/menu_theme01_on.png);
}
.sus-theme .anchor-menu li:nth-child(2) a {
  background-image: url(../img/sustainability/menu_theme02_on.png);
}
.sus-theme .anchor-menu li:nth-child(3) a {
  background-image: url(../img/sustainability/menu_theme03_on.png);
}
.sus-theme .anchor-menu li:nth-child(4) a {
  background-image: url(../img/sustainability/menu_theme04_on.png);
}

.p-theme-wrap {
  position: relative;
  padding: 80px;
}
.p-theme-wrap:not(:last-child) {
  margin-bottom: 40px;
}
.p-theme-wrap h3 {
  margin-bottom: 30px;
}
.p-theme-wrap h3 .sub {
  display: block;
}
.p-theme-wrap h3 .sub img {
  height: 29px;
}
.p-theme-wrap .col-set.no-gutter {
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
}
.p-theme-wrap .theme-label {
  position: absolute;
  top: 80px;
  right: 0;
  width: 64px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  border-radius: 8px 0 0 8px;
  z-index: 10;
}
.p-theme-wrap .theme-label a {
  display: block;
  padding: 24px 12px 20px;
  color: inherit;
}
html:not(.sp) .main .p-theme-wrap .theme-label a:hover {
  color: inherit;
}
.p-theme-wrap .theme-label a span {
  display: inline-block;
  margin-top: 20px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}
.p-theme-wrap .theme-label.is-normal {
  top: 80px;
  bottom: auto;
}
.p-theme-wrap .theme-label.is-fix {
  position: fixed;
  top: 200px;
  bottom: auto;
}
.p-theme-wrap .theme-label.is-bottom {
  top: auto;
  bottom: 80px;
}
.p-theme-wrap .kv {
  margin: 0 -80px 35px;
}
.p-theme-wrap > .link-icon2 {
  margin: 32px 0 42px;
}
.p-theme-wrap .kpi-set {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  line-height: 1.6;
}
.p-theme-wrap .kpi-set .kpi-elem {
  width: calc(50% - 20px);
  margin: 0 10px 20px;
  padding: 40px;
  border-radius: 8px;
  background-color: #fff;
}
.p-theme-wrap .kpi-set .kpi-elem p {
  margin-bottom: 10px;
}
.p-theme-wrap .kpi-set .kpi-elem .kpi-figure {
  position: relative;
  margin: 0 0 20px;
}
.p-theme-wrap .kpi-set .kpi-elem .kpi-figure .value {
  position: absolute;
  width: 37%;
}
.p-theme-wrap .kpi-set .kpi-elem .kpi-figure.js-inview .base {
  opacity: 0;
}
.p-theme-wrap .kpi-set .kpi-elem .kpi-figure.js-inview .value img {
  opacity: 0;
  transform: scale(0);
}
.p-theme-wrap .kpi-set .kpi-elem .kpi-figure.js-inview.is-on .base {
  opacity: 1;
  transition: opacity .6s;
}
.p-theme-wrap .kpi-set .kpi-elem .kpi-figure.js-inview.is-on .value img {
  opacity: 1;
  transform: scale(1);
  transition: .5s .2s;
}
.p-theme-wrap .progress-unit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-theme-wrap .progress-unit:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.p-theme-wrap .progress-unit .num {
  position: relative;
  min-width: 130px;
  /*font-family: Verdana, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", Meiryo, sans-serif;*/
  font-size: 24px;
  line-height: 1;
  text-align: center;
}
.p-theme-wrap .progress-unit .num .countup {
  font-size: 60px;
  font-weight: bold;
}
.p-theme-wrap .progress-unit .num.minus {
  margin-left: 20px;
}
.p-theme-wrap .progress-unit .num.minus:before {
  content: "";
  position: absolute;
  left: -20px;
  top: calc(50% - 2px);
  width: 20px;
  height: 4px;
  background-color: #000;
}
.p-theme-wrap .progress-unit + * {
  margin-top: 50px;
}
.p-theme-wrap .progress-unit .bar-set {
  position: absolute;
  left: 20px;
  bottom: 0;
  width: calc(100% - 40px);
  height: 10px;
  margin: 0 auto;
  background-color: #999;
  border-radius: 5px;
}
.p-theme-wrap .progress-unit .bar-set .bar {
  width: 0%;
  height: 10px;
  background-color: #000;
  border-radius: 5px;
}
.p-theme-wrap .progress-unit.vertical {
  position: relative;
  flex-direction: row-reverse;
  align-items: stretch;
}
.p-theme-wrap .progress-unit.vertical .num {
  align-self: center;
}
.p-theme-wrap .progress-unit.vertical .bar-set {
  position: relative;
  display: flex;
  left: 0;
  width: 18px;
  height: inherit;
  margin: 0 30px 0 0;
  padding: 2px;
  border: 3px solid #005717;
  border-radius: 9px;
  background-color: #eff7ee;
}
.p-theme-wrap .progress-unit.vertical .bar-set .bar {
  position: absolute;
  left: 2px;
  bottom: 2px;
  width: 8px;
  height: 0%;
}
.p-theme-wrap .progress-unit.vertical.less .bar {
  height: 100%;
}
.p-theme-wrap .progress-unit.vertical .txt-value {
  position: absolute;
  top: calc(50% - 1.5em);
  width: 100%;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
.p-theme-wrap .progress-unit.vertical .txt-value span {
  font-size: 18px;
}
.p-theme-wrap .progress-unit.is-on .bar {
  transition: all 1s;
}
.p-theme-wrap .progress-unit.is-on .donut .segment {
  transition: all 1s;
}
.p-theme-wrap .progress-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.p-theme-wrap .progress-wrap:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.p-theme-wrap .progress-wrap > * {
  height: 100%;
  margin: 0;
}
.p-theme-wrap .col-set .txt {
  display: flex;
  flex-direction: column;
  padding: 40px 40px 40px 0;
}
.p-theme-wrap .col-set .txt .link-icon2 {
  margin: auto 0 0;
}
.p-theme-wrap .col-set .img {
  margin: 0;
  padding: 40px;
}
.p-theme-wrap .col-set .img > * {
  border-radius: 8px;
  overflow: hidden;
}
.p-theme-wrap .col-set .img > *:after {
  content: none;
}
.p-theme-wrap.theme-color01 {
  background-color: #eff7ee;
}
.p-theme-wrap.theme-color01 .color-txt {
  color: #005717;
}
.p-theme-wrap.theme-color01 .color-txt-light {
  color: #61af59;
}
.p-theme-wrap.theme-color01 .progress-unit .bar-set {
  background-color: #61af59;
}
.p-theme-wrap.theme-color01 .progress-unit .bar-set .bar {
  background-color: #005717;
}
.p-theme-wrap.theme-color01 .progress-unit.vertical .bar-set {
  background-color: #eff7ee;
  border-color: #005717;
}
.p-theme-wrap.theme-color01 .progress-unit.vertical .bar-set .bar {
  background-color: #61af59;
}
.p-theme-wrap.theme-color01 .progress-unit .donut .ring {
  stroke: #61af59;
}
.p-theme-wrap.theme-color01 .progress-unit .donut .segment {
  stroke: #005717;
}
.p-theme-wrap.theme-color01 .progress-unit .num.minus:before {
  background-color: #005717;
}
.p-theme-wrap.theme-color01.environment01 .progress-wrap, .p-theme-wrap.theme-color01.environment03 .progress-wrap {
  margin-bottom: 20px;
  padding-bottom: 30px;
}
.p-theme-wrap.theme-color01.environment01 .progress-wrap:before, .p-theme-wrap.theme-color01.environment03 .progress-wrap:before {
  content: none;
}
.p-theme-wrap.theme-color01.environment01 .progress-wrap:after, .p-theme-wrap.theme-color01.environment03 .progress-wrap:after {
  content: "";
  position: absolute;
  left: 10%;
  bottom: 30px;
  width: 80%;
  height: 3px;
  background-color: #ccc;
}
.p-theme-wrap.theme-color01.environment01 .progress-wrap .progress-unit, .p-theme-wrap.theme-color01.environment03 .progress-wrap .progress-unit {
  height: inherit;
  margin: 0;
}
.p-theme-wrap.theme-color01.environment01 .progress-wrap .progress-unit:before, .p-theme-wrap.theme-color01.environment03 .progress-wrap .progress-unit:before {
  padding-top: 178%;
}
.p-theme-wrap.theme-color01.environment01 .progress-wrap .progress-unit .bar-set, .p-theme-wrap.theme-color01.environment03 .progress-wrap .progress-unit .bar-set {
  width: 70px;
  margin: 0 10px;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  overflow: hidden;
}
.p-theme-wrap.theme-color01.environment01 .progress-wrap .progress-unit .bar-set .bar, .p-theme-wrap.theme-color01.environment03 .progress-wrap .progress-unit .bar-set .bar {
  display: flex;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 0;
  background-color: #8fccec;
}
.p-theme-wrap.theme-color01.environment01 .progress-wrap .progress-unit .bar-set .bar:after, .p-theme-wrap.theme-color01.environment03 .progress-wrap .progress-unit .bar-set .bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
  background: url(../img/sustainability/environment/bar_cap.png) no-repeat left top;
  background-size: 100% auto;
}
.p-theme-wrap.theme-color01.environment01 .progress-wrap .progress-unit .year, .p-theme-wrap.theme-color01.environment03 .progress-wrap .progress-unit .year {
  position: absolute;
  bottom: -30px;
  width: 100%;
  margin: 10px 0 0;
  font-size: 0.88rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.p-theme-wrap.theme-color01.environment01 .progress-wrap .progress-unit:nth-child(2) .bar, .p-theme-wrap.theme-color01.environment03 .progress-wrap .progress-unit:nth-child(2) .bar {
  transition-delay: 0.3s;
}
.p-theme-wrap.theme-color01.environment01 .progress-wrap .progress-unit:last-child .bar, .p-theme-wrap.theme-color01.environment03 .progress-wrap .progress-unit:last-child .bar {
  transition-delay: 0.6s;
}
.p-theme-wrap.theme-color01.environment01 .progress-wrap .progress-unit.less .bar-set, .p-theme-wrap.theme-color01.environment03 .progress-wrap .progress-unit.less .bar-set {
  border-radius: 8px 8px 0 0;
}
.p-theme-wrap.theme-color01.environment01 .progress-wrap .progress-unit.less .bar-set .bar:after, .p-theme-wrap.theme-color01.environment03 .progress-wrap .progress-unit.less .bar-set .bar:after {
  background-image: none;
}
.p-theme-wrap.theme-color01.environment01 .progress-wrap .progress-unit .bar-set .bar {
  background-color: #005717;
}
.p-theme-wrap.theme-color01.environment01 .progress-wrap .progress-unit .bar-set .bar:after {
  background-image: url(../img/sustainability/environment/bar_cap01.png);
}
.p-theme-wrap.theme-color01.environment01 .progress-wrap .progress-unit.less .bar-set {
  background-color: #61af59;
}
.p-theme-wrap.theme-color01.environment01 .progress-wrap .progress-unit.less .bar-set .bar {
  background-color: #005717;
}
.p-theme-wrap.theme-color01.environment01 .is-on .progress-wrap .progress-unit.less .bar-set .bar:after {
  background-image: url(../img/sustainability/environment/bar_cap01_less.png);
}
.p-theme-wrap.theme-color02 {
  background-color: #fef8eb;
}
.p-theme-wrap.theme-color02 .color-txt {
  color: #815600;
}
.p-theme-wrap.theme-color02 .color-txt-light {
  color: #f4b63c;
}
.p-theme-wrap.theme-color02 .progress-unit .bar-set {
  background-color: #f4b63c;
}
.p-theme-wrap.theme-color02 .progress-unit .bar-set .bar {
  background-color: #815600;
}
.p-theme-wrap.theme-color02 .progress-unit .donut .ring {
  stroke: #f4b63c;
}
.p-theme-wrap.theme-color02 .progress-unit .donut .segment {
  stroke: #815600;
}
.p-theme-wrap.theme-color02 .progress-unit .num.minus:before {
  background-color: #815600;
}
.p-theme-wrap.theme-color03 {
  background-color: #fdf0ed;
}
.p-theme-wrap.theme-color03 .color-txt {
  color: #7e150b;
}
.p-theme-wrap.theme-color03 .color-txt-light {
  color: #ec6c52;
}
.p-theme-wrap.theme-color03 .progress-unit .bar-set {
  background-color: #ec6c52;
}
.p-theme-wrap.theme-color03 .progress-unit .bar-set .bar {
  background-color: #7e150b;
}
.p-theme-wrap.theme-color03 .progress-unit .donut .ring {
  stroke: #ec6c52;
}
.p-theme-wrap.theme-color03 .progress-unit .donut .segment {
  stroke: #7e150b;
}
.p-theme-wrap.theme-color03 .progress-unit .num.minus:before {
  background-color: #7e150b;
}
.p-theme-wrap.theme-color04 {
  background-color: #e5f1f4;
}
.p-theme-wrap.theme-color04 .color-txt {
  color: #007698;
}
.p-theme-wrap.theme-color04 .color-txt-light {
  color: #addef8;
}
.p-theme-wrap.theme-color04 .progress-unit .bar-set {
  background-color: #addef8;
}
.p-theme-wrap.theme-color04 .progress-unit .bar-set .bar {
  background-color: #007698;
}
.p-theme-wrap.theme-color04 .progress-unit .donut .ring {
  stroke: #addef8;
}
.p-theme-wrap.theme-color04 .progress-unit .donut .segment {
  stroke: #007698;
}
.p-theme-wrap.theme-color04 .progress-unit .num.minus:before {
  background-color: #007698;
}
.p-theme-wrap.theme-color05 {
  background-color: #f3f1e6;
}
.p-theme-wrap.theme-color05 .color-txt {
  color: #897906;
}
.p-theme-wrap.theme-color05 .color-txt-light {
  color: #ffe866;
}
.p-theme-wrap.theme-color05 .progress-unit .bar-set {
  background-color: #f0e085;
}
.p-theme-wrap.theme-color05 .progress-unit .bar-set .bar {
  background-color: #897906;
}
.p-theme-wrap.theme-color05 .progress-unit .donut .ring {
  stroke: #f0e085;
}
.p-theme-wrap.theme-color05 .progress-unit .donut .segment {
  stroke: #897906;
}
.p-theme-wrap.theme-color05 .progress-unit .num.minus:before {
  background-color: #897906;
}
.p-theme-wrap.environment01 .kpi-figure .value {
  left: 50.296%;
  top: 22.222%;
}
.p-theme-wrap.environment02 .kpi-figure .value {
  left: 46%;
  top: 22.222%;
}
.p-theme-wrap.environment03 .kpi-figure .value {
  left: 50.218%;
  top: 20.37%;
}
.p-theme-wrap.people02 .kpi-figure .value {
  left: 49.02%;
  top: 25.926%;
}
.p-theme-wrap.drinking01 .kpi-figure .value {
  left: 51.429%;
  top: 12.962%;
}

.sus-library-set .library-elem {
  display: flex;
}
.sus-library-set .library-elem:not(:last-child) {
  margin-bottom: 60px;
}
.sus-library-set .img {
  width: 20%;
  margin-bottom: 0;
}
.sus-library-set .img > a {
  overflow: visible;
}
.sus-library-set .img > a:after {
  content: none;
}
.sus-library-set .txt {
  width: 80%;
  padding-left: 40px;
}
.sus-library-set .txt > *:last-child {
  margin-bottom: 0;
}

.sus-related-area {
  padding: 55px 0 52px;
  background-color: #f3f3f3;
}
.sus-related-area ul.list-group {
  max-width: 800px;
  margin-top: 10px;
}
.sus-related-area ul.list-group li {
  display: inline-block;
  margin: 20px 60px 0 0;
}

/* ---------------------------------------------
	1440px 未満
--------------------------------------------- */
@media screen and (max-width: 1439px) {
  .sus-strategy .strategy-elem {
    margin-left: 40px;
    margin-right: 40px;
  }
}
/* ---------------------------------------------
	1280px 未満
--------------------------------------------- */
@media screen and (max-width: 1259px) {
  .sus-topics .sus-idx-conts-set .sus-idx-conts-body .sus-slide .slick-arrow {
    bottom: 90px;
  }
  .sus-topics .sus-idx-conts-set .sus-idx-conts-body .sus-slide .slick-arrow.slick-prev {
    left: -155px;
  }
  .sus-topics .sus-idx-conts-set .sus-idx-conts-body .sus-slide .slick-arrow.slick-next {
    left: -100px;
  }
}
/* ---------------------------------------------
	1200px 未満
--------------------------------------------- */
@media screen and (max-width: 1199px) {
  .main .heading-sus1 {
    font-size: 4vw;
  }

  .sus-idx-conts-set .sus-idx-conts-head {
    padding-right: 6.6vw;
  }

  .sus-theme .anchor-menu li a {
    height: 2vw;
  }

  .sus-topics .sus-idx-conts-set .sus-idx-conts-body .sus-slide .slick-arrow.slick-prev {
    left: calc(-6.6vw - 75px);
  }
  .sus-topics .sus-idx-conts-set .sus-idx-conts-body .sus-slide .slick-arrow.slick-next {
    left: calc(-6.6vw - 20px);
  }
  .sus-topics .sus-idx-conts-set .sus-idx-conts-body .link-icon2 {
    left: calc(-8em - 6.6vw);
  }
}
/* ---------------------------------------------
	990px 以上
--------------------------------------------- */
@media screen and (min-width: 990px) {
  .sus-theme #head-ctrl {
    position: relative;
    width: 100%;
    left: 0;
  }
  .sus-theme #head-ctrl.is-fix {
    position: fixed;
    width: calc(33.333% - 80px);
    top: 160px;
  }
  .sus-theme #head-ctrl.is-bottom {
    position: absolute;
    width: calc(100% - 80px);
    bottom: 0;
  }
}
/* ---------------------------------------------
	1080px 未満
--------------------------------------------- */
/* ---------------------------------------------
	990px 未満
--------------------------------------------- */
@media screen and (max-width: 989px) {
  .sus-theme .anchor-menu {
    display: none;
  }

  .p-theme-wrap .kpi-set .kpi-elem {
    width: calc(100% - 20px);
    margin-bottom: 30px;
  }
  .p-theme-wrap .progress-unit + * {
    margin-top: 20px;
  }
  .p-theme-wrap .col-set {
    display: block;
  }
  .p-theme-wrap .col-set > .col1-2 {
    width: 100%;
  }
  .p-theme-wrap .col-set .txt {
    padding: 30px 15px;
  }
  .p-theme-wrap .col-set .img {
    padding: 0;
  }
  .p-theme-wrap .col-set .img > * {
    border-radius: 0;
  }
}
/* ---------------------------------------------
	768px 以上
--------------------------------------------- */
/* ---------------------------------------------
	768px 未満
--------------------------------------------- */
@media screen and (max-width: 767px) {
  .main .heading-sus1 {
    font-size: 2.2857rem;
    text-align: left;
  }
  .main .heading-sus1 .sub {
    font-size: 1rem;
  }
  .main .heading-sus2 {
    font-size: 1.8571rem;
  }
  .main .heading-sus3 {
    font-size: 1.5714rem;
  }
  .main .heading-sus4 {
    font-size: 1.2857rem;
  }
  .main .heading-sus5 {
    font-size: 1.1428rem;
  }
  .main .heading-sus6 {
    font-size: 1rem;
  }
  .main .link-icon2 {
    margin: 20px 0;
  }
  .main .btn2 a + a {
    margin: 20px 0 0;
  }

  .sus-idx-conts-set {
    display: block;
    padding: 40px 15px;
  }
  .sus-idx-conts-set .sus-idx-conts-head {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .sus-idx-conts-set .sus-idx-conts-body {
    width: 100%;
    padding: 0;
    border-left: none;
  }
  .sus-idx-conts-set .sus-idx-conts-body .sus-slide {
    width: 150%;
  }
  .sus-idx-conts-set .sus-idx-conts-body .sus-slide .slider-container {
    margin-top: -20px;
    padding-bottom: 60px;
  }
  .sus-idx-conts-set .sus-idx-conts-body .sus-slide .slick-arrow {
    bottom: 20px;
  }
  .sus-idx-conts-set .sus-idx-conts-body .sus-slide .slick-arrow.slick-prev {
    left: 25px;
  }
  .sus-idx-conts-set .sus-idx-conts-body .sus-slide .slick-arrow.slick-next {
    left: 75px;
  }
  .sus-idx-conts-set > .row {
    padding: 0;
  }

  .main .bg-video .video-title h2 span.sub {
    margin-top: 1.25em;
    font-size: 0.88rem;
  }

  .sus-topics .sus-idx-conts-set,
  .sus-theme-other .sus-idx-conts-set {
    padding: 40px 15px;
  }
  main .sus-topics .sus-idx-conts-set .heading-sus1, main
  .sus-theme-other .sus-idx-conts-set .heading-sus1 {
    margin-top: 0;
  }
  .sus-topics .col-set,
  .sus-theme-other .col-set {
    width: calc(100% + 20px);
  }
  .sus-topics .col-set .panel-vertical,
  .sus-theme-other .col-set .panel-vertical {
    width: calc(100% - 20px);
    margin-right: 20px;
  }
  .sus-topics .col-set .panel-vertical .date,
  .sus-theme-other .col-set .panel-vertical .date {
    padding: 5px 20px;
  }

  .sus-topics .sus-idx-conts-set .sus-idx-conts-body .sus-slide .slick-arrow {
    bottom: 20px;
  }
  .sus-topics .sus-idx-conts-set .sus-idx-conts-body .sus-slide .slick-arrow.slick-prev {
    left: 25px;
  }
  .sus-topics .sus-idx-conts-set .sus-idx-conts-body .sus-slide .slick-arrow.slick-next {
    left: 75px;
  }
  .sus-topics .sus-idx-conts-set .sus-idx-conts-body .link-icon2 {
    left: auto;
    right: 15px;
    margin: 0;
  }

  .sus-strategy .strategy-elem {
    margin: -20px 15px 30px;
    padding: 30px 5%;
  }
  .sus-strategy .strategy-elem .elem-inner {
    flex-wrap: wrap;
  }
  .sus-strategy .strategy-elem .elem-inner .txt {
    width: 100%;
    padding-right: 0;
  }
  .sus-strategy .strategy-elem .elem-inner .txt .lead {
    font-size: 0.88rem;
  }
  .sus-strategy .strategy-elem .elem-inner .txt .lead.lead-level2 {
    font-size: 1.13rem;
  }
  .sus-strategy .strategy-elem .elem-inner .txt .lead + .lead-level2 {
    margin-top: 0;
  }
  .sus-strategy .strategy-elem .elem-inner .txt .lead-bottom {
    display: block;
  }
  .sus-strategy .strategy-elem .elem-inner .txt .lead-bottom .sign .thumb {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
  .sus-strategy .strategy-elem .elem-inner .img {
    width: 87%;
    margin: 20px auto 30px;
    order: -1;
  }

  .sus-materiality {
    border-bottom: 1px solid #ddd;
  }
  .sus-materiality .sus-idx-conts-body {
    padding: 0;
    border-left: none;
  }

  .materiality-imgs {
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px -8px 0;
    padding: 0 15px;
  }
  .materiality-imgs .item {
    width: calc(33.3333% - 16px);
    margin: 0 8px 20px;
  }

  .sus-theme {
    padding: 50px 0 0;
  }
  .sus-theme .sus-idx-conts-set .sus-idx-conts-head {
    padding: 0 15px;
  }
  .sus-theme .sus-idx-conts-set .sus-idx-conts-body .sus-theme-conts-text {
    margin: 0 0 35px;
    padding: 0 15px;
    border-left: 0;
  }

  .p-theme-wrap {
    padding: 40px 15px;
  }
  .p-theme-wrap h3 {
    padding-right: 60px;
  }
  .p-theme-wrap > .link-icon2 {
    margin: 0 0 30px;
  }
  .p-theme-wrap .kpi-set .kpi-elem {
    padding: 30px 15px;
  }
  .p-theme-wrap .progress-unit {
    max-height: 180px;
    margin: auto;
  }
  .p-theme-wrap .progress-wrap {
    margin-bottom: 20px;
  }
  .p-theme-wrap .progress-wrap .progress-unit {
    margin: 0;
    max-height: none;
  }
  .p-theme-wrap.environment01 .progress-wrap, .p-theme-wrap.environment03 .progress-wrap {
    max-height: 180px;
    margin: 0 auto 20px;
  }

  .sus-library-set .library-elem:not(:last-child) {
    margin-bottom: 30px;
  }
  .sus-library-set .img {
    width: 24%;
  }
  .sus-library-set .txt {
    width: 76%;
    padding-left: 25px;
  }

  .sus-related-area {
    padding: 40px 0;
  }
  .sus-related-area ul.list-group li {
    margin-right: 25px;
  }
}
/*---------------------------------------------
	マテリアリティ
  ---------------------------------------------*/
.noside .page-conts.sustainability .row.row-narrow {
  max-width: 960px;
}
.noside .page-conts.sustainability .row > *:last-child {
  margin-bottom: 0;
}

.conts-sus {
  padding: 80px 0;
}
.conts-sus > *:last-child {
  margin-bottom: 0;
}
.conts-sus .p-theme-wrap {
  padding: 60px;
}
.conts-sus .p-theme-wrap .kpi-set {
  margin: 0 -30px;
}
.conts-sus .p-theme-wrap .kpi-set .kpi-elem {
  width: calc(50% - 60px);
  margin: 0 30px;
}

.main sub {
  font-size: 70%;
  vertical-align: bottom;
}

.sus-bg-block {
  position: relative;
  margin: 80px 0 0;
  padding: 80px 0;
  z-index: 0;
}
.sus-bg-block:before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #f3f3f3;
  z-index: -1;
}
.sus-bg-block > *:last-child {
  margin-bottom: 0;
}
.sus-bg-block [class^="heading-"] {
  color: #074194;
}
.sus-bg-block.video {
  padding-top: 0;
}
.sus-bg-block.video:before {
  top: 80px;
  height: calc(100% - 80px);
}

.related-sdgs {
  padding: 30px 0;
  background-color: #f3f3f3;
  z-index: 0;
}
.related-sdgs .sdgs-set {
  display: flex;
  align-items: center;
}
.related-sdgs .sdgs-set h2 {
  margin: 0 45px 0 0;
  padding: 0;
}
.related-sdgs .sdgs-set .list-sdgs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px -30px 0;
  flex: 1;
}
.related-sdgs .sdgs-set .list-sdgs li {
  width: 90px;
  margin: 0 30px 30px 0;
  padding: 0;
}
main .related-sdgs .sdgs-set .list-sdgs li:before {
  content: none;
}

.sec-materiality {
  padding: 0 0 40px;
}
.main .sec-materiality .img-set .img {
  width: 37.5%;
  margin-right: 40px;
  padding-right: 0;
}
.sec-materiality .p-theme-wrap {
  margin: 80px 0 0;
}
.sec-materiality .heading-sus3 {
  margin-top: 72px;
}
.main .sec-materiality * + h4.heading-sus4 {
  margin-top: 66px;
}
.main .sec-materiality .related-doc-list li a {
  color: #000;
  font-weight: bold;
}
html:not(.sp) .main .sec-materiality .related-doc-list li a:hover {
  color: #074194;
}

.sus-kv-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 410px;
  background-position: center;
  background-size: cover;
}
.sus-kv-head .kv-title {
  text-align: center;
}
.main .sus-kv-head .kv-title .heading-sus2 {
  margin-bottom: 0;
}
.sus-kv-head .kv-title .kv-theme {
  margin-top: 15px;
  margin-bottom: -50px;
}
.sus-kv-head .kv-title .kv-theme img {
  height: 32px;
}
.main .sus-kv-head .kv-title-links {
  position: absolute;
  right: 6.9vw;
  bottom: 40px;
  margin: 0;
}
.main .sus-kv-head .kv-title-links li {
  margin-right: 0;
  padding: 0;
}
.main .sus-kv-head .kv-title-links li:before {
  content: none;
}
.main .sus-kv-head .kv-title-links li a {
  min-width: 265px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: right;
}
.main .sus-kv-head .kv-title-links li a span {
  padding-left: 0;
  padding-right: 38px;
}
.main .sus-kv-head .kv-title-links li:last-of-type a {
  margin-bottom: 0;
}

.sus-img-unit {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
[class^="heading-"] + .sus-img-unit {
  margin-top: 50px;
}
.sus-img-unit .img {
  width: 37.5%;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
}
html:not(.sp) .main .sus-img-unit .img a:after {
  opacity: 0;
}
.sus-img-unit .txt {
  width: 62.5%;
  margin: 0 0 20px;
  padding: 0 0 0 40px;
}

.sus-link-panel {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-right: -60px;
}
.sus-link-panel .panel-elem {
  width: calc(20% - 60px);
  margin-right: 60px;
}
.sus-link-panel .panel-elem a {
  position: relative;
  display: flex;
  width: 100%;
  text-decoration: none;
  border-radius: 8px;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.13);
  overflow: hidden;
}
.sus-link-panel .panel-elem a:before {
  content: "";
  display: block;
  padding-top: 140%;
}
.sus-link-panel .panel-elem a .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  margin: 0;
  overflow: hidden;
}
.sus-link-panel .panel-elem a .img:after {
  background: linear-gradient(rgba(28, 30, 36, 0) 0%, #1c1f24 100%);
  opacity: 0.58;
}
.sus-link-panel .panel-elem a .img .bg-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.sus-link-panel .panel-elem .txt {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px 20px;
  line-height: 1.5;
  text-decoration: none;
  color: #fff;
}
.sus-link-panel .panel-elem .txt > *:last-child {
  margin-bottom: 0;
}
.sus-link-panel .panel-elem .txt p {
  font-size: 0.81rem;
}
.sus-link-panel .panel-elem .txt p.heading {
  margin: 0;
  font-size: 1.13rem;
  font-weight: bold;
}
.sus-link-panel .panel-elem .txt p.heading + * {
  margin-top: 4px;
}
html[lang="en"] .sus-link-panel .panel-elem .txt p.heading {
  font-size: min(1.5vw, 1.13rem);
}
.sus-link-panel.col6 .panel-elem .txt p.heading {
  font-size: min(1.5vw, 1.13rem);
}
html[lang="en"] .sus-link-panel.col6 .panel-elem .txt p.heading {
  font-size: min(1.2vw, 1.06rem);
}

/*---------------------------------------------
	1100px以上
  ---------------------------------------------*/
@media screen and (min-width: 1200px), print {
  .sus-link-panel.col6 {
    margin-right: -40px;
  }
  .sus-link-panel.col6 .panel-elem {
    width: calc((100% / 6) - 40px);
    margin-right: 40px;
  }
}
/*---------------------------------------------
	1100px未満
  ---------------------------------------------*/
@media screen and (max-width: 1199px), print {
  .sus-link-panel {
    margin-right: -20px;
  }
  .sus-link-panel .panel-elem {
    width: calc(20% - 20px);
    margin-right: 20px;
  }
  .sus-link-panel .panel-elem .txt {
    padding: 20px;
  }
  .sus-link-panel.col6 .panel-elem {
    width: calc((100% / 6) - 20px);
  }
}
/*---------------------------------------------
	990px未満
  ---------------------------------------------*/
@media screen and (max-width: 989px) {
  .conts-sus {
    padding: 60px 0;
  }
  .conts-sus .p-theme-wrap {
    padding: 40px;
  }
  .conts-sus .p-theme-wrap .kpi-set {
    margin: 0 -20px;
  }
  .conts-sus .p-theme-wrap .kpi-set .kpi-elem {
    width: calc(50% - 40px);
    margin: 0 20px;
  }

  .sus-bg-block {
    margin: 60px 0 0;
    padding: 60px 0;
  }
  .sus-bg-block.video {
    padding-top: 0;
  }
  .sus-bg-block.video:before {
    top: 60px;
    height: calc(100% - 60px);
  }

  .sec-materiality .p-theme-wrap {
    margin: 60px 0 0;
  }
  .sec-materiality .p-theme-wrap + * {
    margin-top: 52px;
  }

  .sus-link-panel.col6 .panel-elem .txt p.heading {
    font-size: 1rem;
  }
  html[lang="en"] .sus-link-panel.col6 .panel-elem .txt p.heading {
    font-size: 1rem;
  }
}
/* ---------------------------------------------
	768px 以上 990px 未満
--------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 989px) {
  .sus-link-panel.col6 .panel-elem {
    width: calc((100% / 3) - 20px);
    margin-bottom: 20px;
  }
  html[lang="en"] .sus-link-panel.col6 .panel-elem .txt {
    padding: 20px;
  }
}
/* ---------------------------------------------
	768px 未満
--------------------------------------------- */
@media screen and (max-width: 767px) {
  .conts-sus {
    padding: 40px 0;
  }
  .conts-sus .p-theme-wrap {
    padding: 15px;
  }
  .conts-sus .p-theme-wrap .kpi-set {
    margin: 0 0 -20px;
  }
  .conts-sus .p-theme-wrap .kpi-set .kpi-elem {
    width: 100%;
    margin: 0 0 20px;
  }

  .sus-bg-block {
    margin: 40px 0 0;
    padding: 30px 0;
  }
  .sus-bg-block.video {
    padding-top: 0;
  }
  .sus-bg-block.video:before {
    top: 30px;
    height: calc(100% - 30px);
  }

  .related-sdgs .sdgs-set {
    display: block;
  }
  .related-sdgs .sdgs-set h2 {
    margin: 0 0 20px;
  }
  .related-sdgs .sdgs-set .list-sdgs {
    margin: 0 -15px -15px 0;
  }
  .related-sdgs .sdgs-set .list-sdgs li {
    width: 75px;
    margin: 0 15px 15px 0;
  }

  .sec-materiality {
    padding: 0 0 40px;
  }
  .main .sec-materiality .img-set .img {
    width: 100%;
    margin-right: 0;
  }
  .sec-materiality .heading-sus3 {
    margin-top: 32px;
  }
  .main .sec-materiality * + h4.heading-sus4 {
    margin-top: 28px;
  }
  .sec-materiality .p-theme-wrap {
    margin: 40px 0 0;
  }

  .sus-kv-head {
    justify-content: flex-end;
    height: 240px;
  }
  .sus-kv-head .kv-title .kv-theme {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .sus-kv-head .kv-title .kv-theme img {
    height: 20px;
  }
  .main .sus-kv-head .kv-title-links {
    bottom: 25px;
    right: 0;
    width: 100%;
  }
  .main .sus-kv-head .kv-title-links li {
    display: block;
    padding: 0 15px;
    text-align: center;
  }
  .main .sus-kv-head .kv-title-links li a {
    width: 100%;
    margin: 0 auto;
    max-width: 345px;
    text-align: center;
  }

  .sus-img-unit {
    display: block;
    margin-bottom: 30px;
  }
  [class^="heading-"] + .sus-img-unit {
    margin-top: 20px;
  }
  .sus-img-unit .img {
    width: 100%;
  }
  .sus-img-unit .txt {
    width: 100%;
    padding: 0;
  }

  .sus-link-panel {
    margin-right: 0;
  }
  .sus-link-panel .panel-elem {
    width: 100%;
    margin: 0 0 20px;
  }
  .sus-link-panel .panel-elem a:before {
    padding-top: 30.4%;
  }
  .sus-link-panel .panel-elem .txt {
    justify-content: center;
    padding: 15px;
  }
  .sus-link-panel .panel-elem .txt p {
    font-size: 0.75rem;
  }
  .sus-link-panel .panel-elem .txt p.heading {
    font-size: 1rem;
  }
  html[lang="en"] .sus-link-panel .panel-elem .txt p.heading {
    font-size: 1rem;
  }
  .sus-link-panel.col6 .panel-elem {
    width: 100%;
  }
}
/* 取組み事例 */
#page-title.sustainability {
  min-height: 315px;
  box-sizing: content-box;
}
#page-title.sustainability .page-title-set {
  padding: 35px 2.7vw;
}
#page-title.sustainability .page-title-set .label {
  margin: 0;
}
#page-title.sustainability .page-title-set .label span {
  padding: 0 20px;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 28px;
  border-radius: 14px;
}
#page-title.sustainability .page-title-set .label + h1 {
  margin-top: 0;
}
#page-title.sustainability .page-title-set h1 {
  margin-top: 38px;
  padding: 0;
  font-size: 2.5rem;
}
#page-title.sustainability .page-title-set h1 span {
  margin-top: 3px;
  color: #000;
  font-size: 1rem;
}

.page-conts.sustainability article {
  padding-bottom: 72px;
}
.page-conts.sustainability article .lead {
  position: relative;
  margin: 0;
  padding: 70px 0 35px;
  font-size: 1.13rem;
  font-weight: bold;
  z-index: 0;
}
.page-conts.sustainability article .lead:before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  width: 100vw;
  height: calc(100% + 80px);
  background-color: #f3f3f3;
  z-index: -1;
}
.page-conts.sustainability article .lead + .img-main {
  position: relative;
  z-index: 1;
}
.page-conts.sustainability article .img-main {
  margin-bottom: 72px;
}
.main .page-conts.sustainability article * + .heading-sus3 {
  margin-top: 66px;
}
.main .page-conts.sustainability article .img + .heading-sus3 {
  margin-top: 74px;
}
.main .page-conts.sustainability article .col-set + .heading-sus3 {
  margin-top: 46px;
}
.page-conts.sustainability article .img {
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #page-title.sustainability {
    min-height: 270px;
  }
  #page-title.sustainability .page-title-set {
    padding: 35px 0;
  }
  #page-title.sustainability .page-title-set h1 {
    font-size: 1.88rem;
  }
  #page-title.sustainability .page-title-set h1 span {
    font-size: 0.88rem;
  }

  .page-conts.sustainability article {
    padding-bottom: 32px;
  }
  .page-conts.sustainability article .lead {
    padding: 34px 0 18px;
    font-size: 1rem;
  }
  .page-conts.sustainability article .img-main {
    margin: 0 -15px 30px;
    border-radius: 0;
  }
  .main .page-conts.sustainability article * + .heading-sus3 {
    margin-top: 26px;
  }
  .main .page-conts.sustainability article .img + .heading-sus3 {
    margin-top: 34px;
  }
  .main .page-conts.sustainability article .col-set + .heading-sus3 {
    margin-top: 16px;
  }
  .page-conts.sustainability article .col-set .img + p {
    margin-top: -8px;
  }
}
.sus-activities-index {
  border-top: 1px solid #f3f3f3;
  padding: 50px 0 120px;
}
.sus-activities-index .col-set {
  width: calc(100% + 20px);
  margin-top: 80px;
}
.sus-activities-index .col-set .col1-4 {
  width: calc(25% - 20px);
  margin: 0 20px 20px 0;
  border-radius: 8px;
  overflow: hidden;
}
.main .sus-activities-index .col-set .col1-4.panel-vertical .txt {
  padding: 30px 30px 5px;
}
.main .sus-activities-index .col-set .col1-4.panel-vertical .tag {
  margin: 0 0 8px;
  padding: 0;
}
.main .sus-activities-index .col-set .col1-4.panel-vertical .tag span {
  min-width: 65px;
  padding: 8px 10px;
  font-size: 0.75rem;
  text-align: center;
}
.main .sus-activities-index .col-set .col1-4.panel-vertical .heading:not(.link-icon) {
  color: #000;
  font-size: 1.13rem;
  line-height: 1.5;
}
.main .sus-activities-index .col-set .col1-4.panel-vertical p:not(.link-icon) {
  color: #999;
}
.sus-activities-index .col-set + .btn2 {
  margin-top: 60px;
}

.main .sus-filter dl {
  align-items: center;
}
.main .sus-filter dl dt {
  width: 160px;
}
.main .sus-filter dl dd {
  width: calc(100% - 160px);
  padding: 0;
}
.main .sus-filter ul {
  display: flex;
  margin: 0 -11px;
}
.main .sus-filter ul li {
  width: calc(16.666% - 22px);
  margin: 0 11px;
  padding: 0;
}
.main .sus-filter ul li:before {
  content: none;
}
.main .sus-filter ul li label {
  cursor: pointer;
}
.main .sus-filter ul li label input {
  display: none;
}
.main .sus-filter ul li label input[value^="all"] + span {
  color: #074194;
  background-color: #f2f4f9;
}
html:not(.sp) .main .sus-filter ul li label input[value^="all"]:hover + span, .main .sus-filter ul li label input[value^="all"]:checked + span {
  color: #fff;
  background-color: #074194;
}
.main .sus-filter ul li label input[value^="environment"] + span {
  color: #005717;
  background-color: #eff7ee;
}
html:not(.sp) .main .sus-filter ul li label input[value^="environment"]:hover + span, .main .sus-filter ul li label input[value^="environment"]:checked + span {
  background-color: #61af59;
}
.main .sus-filter ul li label input[value^="people"] + span {
  color: #815600;
  background-color: #fef8eb;
}
html:not(.sp) .main .sus-filter ul li label input[value^="people"]:hover + span, .main .sus-filter ul li label input[value^="people"]:checked + span {
  background-color: #f4b63c;
}
.main .sus-filter ul li label input[value^="communities"] + span {
  color: #7e150b;
  background-color: #fdf0ed;
}
html:not(.sp) .main .sus-filter ul li label input[value^="communities"]:hover + span, .main .sus-filter ul li label input[value^="communities"]:checked + span {
  background-color: #ec6c52;
}
.main .sus-filter ul li label input[value^="health"] + span {
  color: #007698;
  background-color: #e5f1f4;
}
html:not(.sp) .main .sus-filter ul li label input[value^="health"]:hover + span, .main .sus-filter ul li label input[value^="health"]:checked + span {
  background-color: #addef8;
}
.main .sus-filter ul li label input[value^="alcohol"] + span {
  color: #897906;
  background-color: #f3f1e6;
}
html:not(.sp) .main .sus-filter ul li label input[value^="alcohol"]:hover + span, .main .sus-filter ul li label input[value^="alcohol"]:checked + span {
  background-color: #ffe866;
}
.main .sus-filter ul li label input[value^="hc"] + span {
  color: #5c5386;
  background-color: #e9e6f7;
}
html:not(.sp) .main .sus-filter ul li label input[value^="hc"]:hover + span, .main .sus-filter ul li label input[value^="hc"]:checked + span {
  background-color: #a69bd6;
}
.main .sus-filter ul li label span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5em;
  line-height: 1.1;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  transition: all .2s linear;
}
.main .sus-filter ul li.active label input[value^="all"] + span {
  color: #fff;
  background-color: #074194;
}
.main .sus-filter ul li.active label input[value^="environment"] + span {
  background-color: #61af59;
}
.main .sus-filter ul li.active label input[value^="people"] + span {
  background-color: #f4b63c;
}
.main .sus-filter ul li.active label input[value^="communities"] + span {
  background-color: #ec6c52;
}
.main .sus-filter ul li.active label input[value^="health"] + span {
  background-color: #addef8;
}
.main .sus-filter ul li.active label input[value^="alcohol"] + span {
  background-color: #ffe866;
}
.main .sus-filter ul.style-text {
  margin: 0;
}
.main .sus-filter ul.style-text li {
  width: auto;
  min-width: 3em;
  padding: 5px 0;
  margin: 0 30px 0 0;
  line-height: 1.4;
}
html:not(.sp) .main .sus-filter ul.style-text li label input:hover + span {
  color: #074194;
}
.main .sus-filter ul.style-text li label input:checked + span {
  color: #074194;
  font-weight: bold;
}
.main .sus-filter ul.style-text li label span {
  line-height: inherit;
  border-radius: 0;
  color: #555;
  background-color: transparent !important;
}
.main .sus-filter ul.style-text li.active label input[type='radio'] + span {
  color: #003689 !important;
  font-weight: bold !important;
}
.main .sus-filter + .sus-topics {
  margin-top: 35px;
}
.main #activitiesPost .hidden {
  display: none;
}

@media screen and (max-width: 1079px) {
  main .sus-filter ul li label span {
    font-size: 0.88rem;
  }
}
@media screen and (max-width: 989px) {
  .main .sus-filter dl {
    display: block;
  }
  .main .sus-filter dl.sp-static {
    display: flex;
  }
  .main .sus-filter dl.sp-static dt {
    width: 80px;
  }
  .main .sus-filter dl.sp-static dd {
    margin-top: 0;
    flex: 1;
  }
  .main .sus-filter dl dt {
    width: auto;
  }
  .main .sus-filter dl dd {
    width: auto;
    margin-top: 15px;
  }
  .main .sus-filter ul {
    margin: 0 -8px;
  }
  .main .sus-filter ul li {
    width: calc(16.666% - 16px);
    margin: 0 8px;
  }
}
@media screen and (max-width: 767px) {
  .sus-activities-index {
    padding: 40px 0;
  }
  .sus-activities-index .col-set {
    width: calc(100% + 16px);
    margin-top: 24px;
  }
  .sus-activities-index .col-set .col1-4 {
    width: calc(50% - 16px);
    margin: 0 16px 16px 0;
  }
  .main .sus-activities-index .col-set .col1-4.panel-vertical .txt {
    padding: 20px 20px 5px;
  }
  .main .sus-activities-index .col-set .col1-4.panel-vertical .tag span {
    padding: 7px 10px;
    font-size: 0.63rem;
  }
  .main .sus-activities-index .col-set .col1-4.panel-vertical .heading:not(.link-icon) {
    font-size: 0.88rem;
  }
  .main .sus-activities-index .col-set .col1-4.panel-vertical p:not(.link-icon) {
    font-size: 0.75rem;
  }
  .sus-activities-index .col-set + .btn2 {
    margin-top: 24px;
  }

  .main .sus-filter ul {
    flex-wrap: wrap;
    margin-bottom: -16px;
  }
  .main .sus-filter ul li {
    width: calc(33.333% - 16px);
    margin-bottom: 16px;
  }
  .main .sus-filter + .sus-topics {
    margin-top: 15px;
  }
}
@media screen and (max-width: 479px) {
  .main .sus-filter ul li {
    width: calc(50% - 16px);
  }
}
.strategy-structure {
  display: flex;
  align-items: center;
  margin: 0 0 60px;
}
.strategy-structure .strategy-elem {
  width: 50%;
  padding-right: 30px;
}
.strategy-structure .strategy-copy {
  width: 50%;
  padding-left: 40px;
}
.strategy-structure .strategy-copy .copy01 {
  margin: 0 0 10px;
  font-size: 1.88rem;
  font-weight: bold;
}
.strategy-structure .strategy-copy .copy03 {
  color: #999;
  font-size: 1.38rem;
  font-weight: bold;
}

.strategy-objectives {
  margin-top: 40px;
}
.strategy-objectives .copy {
  color: #074194;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}

.strategy-theme {
  margin: 60px 0;
}
.strategy-theme .col-set {
  width: calc(100% + 40px);
}
.strategy-theme .col-set .col1-4 {
  width: calc(25% - 40px);
  margin-right: 40px;
}
.strategy-theme .col-set > *:nth-child(1) .theme-label {
  width: 75%;
}
.strategy-theme .col-set > *:nth-child(2) .theme-label {
  width: 62%;
}
.strategy-theme .col-set > *:nth-child(3) .theme-label {
  width: 70%;
}
.strategy-theme .col-set > *:nth-child(4) .theme-label {
  width: 90%;
}
.strategy-theme .panel-covered {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.13);
}
.strategy-theme .panel-covered:before,
.strategy-theme .panel-covered > a:before {
  padding-top: 150%;
}
.strategy-theme .panel-covered .heading {
  font-size: 1.38rem;
}
.strategy-theme .panel-covered .tag {
  margin-bottom: 4px;
}
.strategy-theme .panel-covered .tag span {
  padding: 8px 20px;
  font-size: 0.75rem;
}
.strategy-theme .theme-label {
  margin: 0 auto;
}

@media screen and (min-width: 1300px) {
  html[lang="en"] .strategy-theme .panel-covered .heading {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 990px) and (max-width: 1299px) {
  .strategy-theme .panel-covered .heading {
    font-size: 1rem;
  }
}
@media screen and (min-width: 990px) {
  html[lang="en"] .strategy-theme .panel-covered .heading {
    line-height: 1.4;
  }
}
@media screen and (max-width: 989px) {
  .strategy-theme .col-set .col1-4 {
    width: calc(50% - 40px);
    margin-right: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .main .box.sp-wide {
    margin: 0 -15px;
  }

  .strategy-structure {
    display: block;
    margin: 0 0 30px;
  }
  .strategy-structure .strategy-elem {
    width: 75%;
    max-width: 450px;
    margin: 0 auto;
    padding-right: 0;
  }
  .strategy-structure .strategy-copy {
    width: auto;
    margin-top: 30px;
    padding-left: 0;
    text-align: center;
  }
  .strategy-structure .strategy-copy .copy01 {
    font-size: 1.44rem;
  }
  .strategy-structure .strategy-copy .copy02 {
    width: 88%;
    max-width: 440px;
    margin: 0 auto 30px;
  }
  .strategy-structure .strategy-copy .copy03 {
    font-size: 1.06rem;
  }

  .strategy-objectives .copy {
    font-size: 1.25rem;
    text-align: left;
  }

  .strategy-theme {
    margin: 30px 0;
  }
  .strategy-theme .col-set {
    width: calc(100% + 15px);
  }
  .strategy-theme .col-set .sp-col1-2 {
    width: calc(50% - 15px);
    margin-right: 15px;
    margin-bottom: 30px;
  }
  .strategy-theme .panel-covered .heading {
    font-size: 0.88rem;
  }
  .strategy-theme .panel-covered .tag span {
    font-size: 0.63rem;
  }

  html[lang="en"] .main .sus-kv-head .kv-title .heading-sus2 {
    font-size: 1.38rem;
  }
}
/*---------------------------------------------
	1200px未満
  ---------------------------------------------*/
@media screen and (max-width: 1199px), print {
  /* ----- 基本フォントサイズ ----- */
  html {
    /*font-size: $f15px;*/
  }

  /* ----- メインコンテンツ ----- */
  .main .content {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  /* ----- [CL] カラム ----- */
  .col-set {
    width: calc(100% + 20px);
  }

  .no-gutter {
    width: 100%;
  }

  .col1-2 {
    width: calc(50% - 20px);
  }

  .col1-3 {
    width: calc(33.33333333% - 20px);
  }

  .col2-3 {
    width: calc(66.66666666% - 20px);
  }

  .col1-4 {
    width: calc(25% - 20px);
  }

  .col3-4 {
    width: calc(75% - 20px);
  }

  .col1-5 {
    width: calc(20% - 20px);
  }

  .col1-6 {
    width: calc(16.66666666% - 20px);
  }

  .col1-2,
  .col1-3,
  .col2-3,
  .col1-4,
  .col3-4,
  .col1-5,
  .col1-6 {
    margin-right: 20px;
  }

  /* ----- [IG] 画像 ----- */
  .main .img-set .img,
  .main .thumb-set .img {
    margin-right: 10px;
    padding-right: 10px;
  }
  .main .img-set .img.right,
  .main .thumb-set .img.right {
    margin-right: 0;
    padding-right: 0;
    margin-left: 10px;
    padding-left: 10px;
  }

  /* ----- [LT] リスト ----- */
  .main ul.col-set li {
    margin-bottom: 20px;
  }

  /* ----- [BT5] ページトップボタン ----- */
  #btn-pagetop {
    right: 80px;
  }
  #btn-pagetop.show {
    transform: translate3d(0, -70px, 0);
  }
  #btn-pagetop.show.bottom {
    right: 20px;
  }

  /* ----- [BX] ボックス ----- */
  .main .box {
    margin-bottom: 20px;
    padding: 20px 20px 0;
  }
  .main .box > .heading:first-child {
    margin: -20px -20px 20px;
    padding: 12px 20px;
  }

  /* ----- [FR] 枠 ----- */
  .main .frame {
    margin-bottom: 20px;
    padding: 20px 20px 0;
  }
  .main .frame .heading:first-child {
    margin: -20px -20px 20px;
    padding: 12px 20px 12px;
  }

  /* ----- [PL] パネル ----- */
  .main .panel-vertical {
    margin-bottom: 20px;
  }
  .main .panel-vertical .badge {
    margin-left: 20px;
    margin-right: 20px;
  }

  .main .row .panel-horizontal {
    margin-bottom: 20px;
  }

  .main .panel-horizontal .txt {
    padding: 20px 20px 0;
  }

  .main .col-set:not(.no-gutter) .panel-covered {
    margin-bottom: 20px;
  }

  .main .panel-covered .txt {
    padding: 20px 20px 0;
  }

  .main .panel-covered .link-horizontal {
    margin: 0 -20px;
    padding: 15px 10px 5px 20px;
  }

  .main .panel-covered .tag {
    margin: 0 -20px;
    padding: 15px 12px 7px 20px;
  }

  .main .panel-covered .txt.sp-middle .tag {
    left: 20px;
  }

  /* ----- [SL] スライダー ----- */
  .main .slider {
    margin-bottom: 20px;
  }

  /* ----- [FM] フォーム ----- */
  .main .form dl.border-set {
    margin-bottom: 40px;
  }

  /* ----- [EB2] モーダル ----- */
  .mfp-inline-holder .mfp-content .content {
    padding: 20px 20px 0;
  }

  /* ----- [TB] 表 ----- */
  /* 水平スクロールバー */
  .main .scroll {
    margin: 0 0 15px;
    overflow-x: auto;
  }
  .main .scroll::-webkit-scrollbar {
    height: 6px;
  }
  .main .scroll::-webkit-scrollbar-track {
    background: #d2d2d2;
    -webkit-border-radius: 100px;
  }
  .main .scroll::-webkit-scrollbar-thumb {
    background: #003689;
    -webkit-border-radius: 100px;
  }
  .main .scroll > * {
    min-width: 900px;
    margin-bottom: 15px;
  }
  .main .scrollbar {
    position: relative;
  }
  .main .scrollbar .scrollbar-container {
    min-width: 900px;
    padding-top: 15px;
  }
}
/*---------------------------------------------
	1040px未満
  ---------------------------------------------*/
@media screen and (max-width: 1039px) {
  .main {
    left: 190px;
    width: calc(100% - 190px);
  }
}
/*---------------------------------------------
	990px以上
  ---------------------------------------------*/
@media screen and (min-width: 990px) {
  .show-tb {
    display: none !important;
  }
}
/*---------------------------------------------
	990px未満
  ---------------------------------------------*/
@media screen and (max-width: 989px) {
  /* ----- メインコンテンツ ----- */
  .main {
    left: 0;
    width: 100%;
  }

  .mfp-iframe-holder .mfp-content {
    max-width: calc(100% - 100px);
  }

  .hide-tb {
    display: none !important;
  }
}
/*---------------------------------------------
	768px以上
  ---------------------------------------------*/
@media screen and (min-width: 768px), print {
  .main .content.space-wide {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .main .box.space-wide {
    padding: 50px 60px;
  }
}
/*---------------------------------------------
	768px未満
  ---------------------------------------------*/
@media screen and (max-width: 767px) {
  /* ----- メインコンテンツ ----- */
  .main .content {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .row {
    padding: 0 15px;
  }

  .anchor:before {
    content: "";
    display: block;
    margin-top: -60px;
    padding-top: 60px;
  }

  /* ----- 強制指定 ----- */
  /* 中央寄せ */
  .main .sp-center {
    text-align: center !important;
  }

  /* 左寄せ */
  .main .sp-left {
    text-align: left !important;
  }

  /* ----- 幅 ----- */
  .main .sp-w50 {
    width: 50px !important;
  }

  .main .sp-w60 {
    width: 60px !important;
  }

  .main .sp-w70 {
    width: 70px !important;
  }

  .main .sp-w80 {
    width: 80px !important;
  }

  .main .sp-w90 {
    width: 90px !important;
  }

  .main .sp-w100 {
    width: 100px !important;
  }

  .main .sp-w110 {
    width: 110px !important;
  }

  .main .sp-w120 {
    width: 120px !important;
  }

  .main .sp-w130 {
    width: 130px !important;
  }

  .main .sp-w140 {
    width: 140px !important;
  }

  .main .sp-w150 {
    width: 150px !important;
  }

  .main .sp-w160 {
    width: 160px !important;
  }

  .main .sp-w170 {
    width: 170px !important;
  }

  .main .sp-w180 {
    width: 180px !important;
  }

  .main .sp-w190 {
    width: 190px !important;
  }

  .main .sp-w200 {
    width: 200px !important;
  }

  /* ----- 下余白 ----- */
  .main .sp-mb0 {
    margin-bottom: 0px !important;
  }

  .main .sp-mb10 {
    margin-bottom: 10px !important;
  }

  .main .sp-mb20 {
    margin-bottom: 20px !important;
  }

  .main .sp-mb30 {
    margin-bottom: 30px !important;
  }

  .main .sp-mb40 {
    margin-bottom: 40px !important;
  }

  .main .sp-mb50 {
    margin-bottom: 50px !important;
  }

  .main .sp-mb60 {
    margin-bottom: 60px !important;
  }

  .main .sp-mb70 {
    margin-bottom: 70px !important;
  }

  .main .sp-mb80 {
    margin-bottom: 80px !important;
  }

  .main .sp-mb90 {
    margin-bottom: 90px !important;
  }

  .main .sp-mb100 {
    margin-bottom: 100px !important;
  }

  /* 表示／非表示 */
  .show-pc {
    display: none !important;
  }

  /* 文字サイズ */
  .main .sp-l {
    font-size: 1.06rem !important;
  }

  .main .sp-m {
    font-size: 0.88rem !important;
  }

  .main .sp-s {
    font-size: 0.75rem !important;
  }

  /* ----- [CL] カラム ----- */
  .col-set {
    width: calc(100% + 15px);
  }

  .no-gutter {
    width: 100%;
  }
  .row .no-gutter {
    margin-bottom: 15px;
  }

  .col1-2,
  .col1-3,
  .col2-3,
  .col1-4,
  .col3-4,
  .col1-5,
  .col1-6 {
    width: calc(100% - 15px);
    margin-right: 15px;
  }

  .no-gutter > .col1-2,
  .no-gutter > .col1-3,
  .no-gutter > .col2-3,
  .no-gutter > .col1-4,
  .no-gutter > .col3-4,
  .no-gutter > .col1-5,
  .no-gutter > .col1-6 {
    width: 100%;
  }

  .sp-col1-2 {
    width: calc(50% - 15px);
  }

  .no-gutter > .sp-col1-2 {
    width: 50%;
  }

  /* ----- [HG] 見出し ----- */
  .main h2:not([class*="heading"]),
  .main .heading1 {
    margin: 40px 0 15px;
    font-size: 1.38rem;
  }

  .main h3:not([class*="heading"]),
  .main .heading2 {
    margin: 30px 0 15px;
    font-size: 1.25rem;
  }

  .main h4:not([class*="heading"]),
  .main .heading3 {
    margin: 20px 0 15px;
    font-size: 1.13rem;
  }

  .main h5:not([class*="heading"]),
  .main .heading4 {
    margin: 10px 0 15px;
    font-size: 1rem;
  }

  .main h6:not([class*="heading"]),
  .main .heading5 {
    margin: 0 0 15px;
    font-size: 0.94rem;
  }

  .main .col-set + h2 {
    margin-top: 25px;
  }
  .main .col-set + h3 {
    margin-top: 15px;
  }
  .main .col-set + h4 {
    margin-top: 5px;
  }
  .main .col-set + h5 {
    margin-top: 0;
  }
  .main .col-set + h6 {
    margin-top: 0;
  }
  .main .col-set + .heading1 {
    margin-top: 25px;
  }
  .main .col-set + .heading2 {
    margin-top: 15px;
  }
  .main .col-set + .heading3 {
    margin-top: 5px;
  }
  .main .col-set + .heading4 {
    margin-top: 0;
  }
  .main .col-set + .heading5 {
    margin-top: 0;
  }

  /* ----- [TX] テキスト ----- */
  .main p {
    margin-bottom: 15px;
  }

  .main .copy {
    font-size: 1.31rem;
  }

  .main .note + .note,
  .main .note-num + .note-num {
    margin-top: -10px;
  }

  /* ----- [HR]  区切り線 ----- */
  .main hr {
    margin-bottom: 15px;
  }

  /* ----- [IG] 画像 ----- */
  .main .img {
    margin-bottom: 15px;
  }

  .main figure {
    margin-bottom: 15px;
  }

  .main .caption {
    margin-top: -5px;
  }

  .main .right .caption {
    margin-right: auto;
  }

  .main .img-set .img, .main .img-set .img.right {
    float: none;
    width: auto;
    max-width: none;
    text-align: center !important;
  }
  .main .img-set .img {
    margin-right: 0;
    padding-right: 0;
  }
  .main .img-set .img.right {
    margin-left: 0;
    padding-left: 0;
  }

  .main .thumb-set .img {
    margin-right: 7.5px;
    padding-right: 7.5px;
  }
  .main .thumb-set .img.right {
    margin-right: 0;
    padding-right: 0;
    margin-left: 7.5px;
    padding-left: 7.5px;
  }

  /* ----- [LT] リスト ----- */
  .main ul {
    margin-bottom: 15px;
  }
  .main ul.col-set li {
    margin-bottom: 15px;
  }

  .main ol {
    margin-bottom: 15px;
  }

  .main {
    /*.main dl.news {
    	> dt {
    		//float: left;
    		//padding-right: 15px;
    	}
    	&.border-set > dt {
    		//float: left;
    		padding-top: 15px;
    		border-top: 0 none;
    	}
    	> dd .tag,
    	> dd .label {
    		clear: none;
    		float: right;
    		margin: 0 0 5px;
    	}
    	&.border-set .tag,
    	&.border-set .label {
    		margin-top: 15px;
    	}
    	&.border-set p + .tag,
    	&.border-set p + .label {
    		margin-top: 0;
    	}
    	.link-icon {
    		clear: both;
    	}
    }*/
  }
  .main dl {
    margin-bottom: 15px;
  }
  .main dl dt {
    width: 90px;
  }
  .main dl dd {
    width: calc(100% - 90px);
    padding: 0 0 15px;
  }
  .main dl.border-set > dt {
    padding: 20px 0;
  }
  .main dl.border-set > dd {
    padding: 20px 0 16.5px 15px;
  }
  .main .news > dt,
  .main .news > dd {
    font-size: 0.88rem;
  }
  .main .news > dd .news-util,
  .main .news .news-body .news-util {
    margin-bottom: 5px;
    display: block;
  }
  .main .news > dd .tag,
  .main .news > dd .label,
  .main .news .news-body .tag,
  .main .news .news-body .label {
    margin: 0;
  }
  .main .news > dd .tag a,
  .main .news > dd .tag span,
  .main .news > dd .label span,
  .main .news .news-body .tag a,
  .main .news .news-body .tag span,
  .main .news .news-body .label span {
    width: auto;
    min-width: 80px;
    padding: 5px;
    font-size: 0.63rem;
  }
  .main .news > dd .tag a.ghost,
  .main .news > dd .tag span.ghost,
  .main .news > dd .label span.ghost,
  .main .news .news-body .tag a.ghost,
  .main .news .news-body .tag span.ghost,
  .main .news .news-body .label span.ghost {
    padding: 4px 5px;
  }
  .main .news > dd p,
  .main .news .news-body p {
    line-height: 1.5;
  }
  .main .news > dd p + p,
  .main .news .news-body p + p {
    clear: both;
  }
  .main .news-box > a {
    padding: 22px 15px 11.5px;
  }
  .main .news-box .news .news-body .news-util {
    margin-bottom: 0;
    display: block;
  }
  .main .news-box .news .news-box-h {
    margin-bottom: 12px;
    font-size: 0.88rem;
    font-weight: normal;
    line-height: 1.3;
  }
  .main .news-box .news .news-set {
    display: block;
  }
  .main .news-box .news .news-set .news-set-img {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
  }
  .main .news-box .news .news-set .news-set-txt {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  /* ----- [LK1] アイコンリンク ----- */
  .main .link-icon:not(li) + .link-icon {
    margin-top: -5px;
  }

  /* ----- [LK2] 横並びリンク ----- */
  .main .link-horizontal {
    margin-bottom: 5px;
  }

  /* ----- [TG1] タグ ----- */
  .main .tag {
    margin-bottom: 7px;
  }
  .main .tag span.big {
    font-size: 0.88rem;
  }

  /* ----- [TG2] ラベル ----- */
  .main .label {
    margin-bottom: 5px;
  }

  /* ----- [BT] ボタン ----- */
  .main .btn > * {
    margin: 0 15px 15px 0;
  }

  .main .btn-close {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 30px;
    height: 30px;
  }

  /* ----- [BT5] ページトップボタン ----- */
  #btn-pagetop {
    right: 30px;
  }
  #btn-pagetop.show {
    transform: translate3d(0, -65px, 0);
  }
  #btn-pagetop.show.bottom {
    right: 15px;
    transform: translate3d(0, 20px, 0);
  }

  /* ----- [BX] ボックス ----- */
  .main .box {
    margin-bottom: 15px;
    padding: 15px 15px 0;
  }
  .main .box > .heading:first-child {
    margin: -15px -15px 15px;
    padding: 12px 15px;
  }
  .main .box.space-wide {
    padding: 40px 15px;
  }

  /* ----- [FR]  枠 ----- */
  .main .frame {
    margin-bottom: 15px;
    padding: 15px 15px 0;
  }
  .main .frame .heading:first-child {
    margin: -15px -15px 15px;
    padding: 12px 15px 12px;
  }

  /* ----- [PL] パネル ----- */
  /* [PL1] パネル > 画像上 */
  .main .panel-vertical {
    margin-bottom: 15px;
  }
  .main .panel-vertical .badge {
    margin-left: 15px;
    margin-right: 15px;
  }
  .main .panel-vertical .txt {
    padding: 15px 15px 0;
  }
  .main .panel-vertical .link-horizontal {
    padding: 12px 5px 2px 15px;
  }
  .main .panel-vertical .tag {
    padding: 10px 7px 2px 15px;
  }

  .main .sp-panel-holizontal > a {
    display: block;
  }
  .main .sp-panel-holizontal > a:after {
    content: "";
    display: block;
    clear: both;
  }
  .main .sp-panel-holizontal .img {
    float: left;
    width: 25%;
    margin: 15px;
  }
  .main .sp-panel-holizontal .badge {
    position: static;
    clear: both;
    float: left;
    width: 25%;
    height: auto;
    margin: -15px 15px 15px 15px;
    border-radius: 0;
  }
  .main .sp-panel-holizontal .badge > * {
    display: block;
    width: auto;
    height: auto;
    padding: 8px 10px;
    font-size: 0.69rem;
    line-height: 1;
  }
  .main .sp-panel-holizontal .txt,
  .main .sp-panel-holizontal .badge + .txt {
    padding: 15px 15px 0 0;
    overflow: hidden;
  }
  .main .sp-panel-holizontal .label {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
  }
  .main .sp-panel-holizontal .label span {
    float: none;
    display: block;
    margin: 0;
    text-align: center;
    border: 0 none !important;
  }

  /* [PL2] パネル > 画像左右 */
  .main .panel-horizontal,
  .main .panel-horizontal > a {
    display: block;
  }
  .main .panel-horizontal:before,
  .main .panel-horizontal > a:before {
    display: none;
  }
  .main .panel-horizontal .img {
    width: auto !important;
  }
  .main .panel-horizontal .img > a {
    position: relative;
  }
  .main .panel-horizontal .img div {
    position: relative;
    width: 100%;
    height: 0;
    padding: 56.25% 0 0;
  }
  .main .panel-horizontal .txt {
    width: auto !important;
    left: 0 !important;
    padding: 15px 15px 0;
  }
  .main .panel-horizontal .badge {
    top: auto !important;
    left: 50% !important;
  }
  .main .panel-horizontal .badge + .txt {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 40px !important;
  }

  .main .row .panel-horizontal {
    margin-bottom: 15px;
  }

  /* [PL4] パネル > 背景画像 */
  .main .panel-covered .txt {
    padding: 15px 15px 0;
  }
  .main .panel-covered .txt.sp-middle {
    padding-bottom: 0;
    align-self: center;
  }
  .main .panel-covered .txt.sp-middle .heading {
    display: block;
  }
  .main .panel-covered .txt.sp-middle .tag {
    position: static;
  }
  .main .panel-covered .link-horizontal {
    margin: 0 -15px;
    padding: 12px 5px 2px 15px;
  }
  .main .panel-covered .tag {
    margin: 0 -15px;
    padding: 10px 7px 2px 15px;
  }

  .main .col-set:not(.no-gutter) .panel-covered {
    margin-bottom: 15px;
  }

  /* ----- [TB] 表 ----- */
  .main table {
    margin-bottom: 15px;
  }

  /* 水平スクロールバー */
  .main .scroll > * {
    min-width: 738px;
  }
  .main .scrollbar .scrollbar-container {
    min-width: 738px;
  }

  /* ----- [NV1] コンテンツナビゲーション ----- */
  .main .nav-content {
    margin-bottom: 15px;
    overflow: hidden;
  }
  .main .nav-content ul {
    width: calc(100% + 1px);
    margin-bottom: -1px;
    border-left: 0 none !important;
    flex-wrap: wrap;
  }
  .main .nav-content li {
    width: 50%;
    min-height: 50px;
  }
  .main .nav-content a {
    padding: 5px 10px;
  }
  .main .nav-content.link-internal a {
    padding-right: 30px;
  }
  .main .nav-content ul li:nth-of-type(2n) a {
    border-right: 0 none !important;
  }
  .main .nav-content.link-internal a:after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin: -12px 0 0;
  }
  html:not(.sp) .main .nav-content.link-internal a:hover:after {
    margin-top: -9px;
  }
  .main .nav-content a {
    border-bottom: solid 1px #fff;
  }
  .main .nav-content .current a {
    border-color: #59bdc6 !important;
  }
  html:not(.sp) .main .nav-content a:hover {
    border-color: #8bd1d7 !important;
  }
  .main .nav-content.bg-dark a {
    border-color: #5f6768;
  }

  /* ----- [NV2] タブ ----- */
  .main .tab .tab-nav ul {
    padding: 0 15px;
  }
  .main .tab .tab-nav ul li {
    width: 100%;
    padding: 0 10px;
  }
  .main .tab .tab-nav ul li a {
    height: 50px;
    line-height: 1.2;
  }
  .main .tab .tab-element {
    padding: 26.5px 0 10px;
  }

  .main .sp-accordion .tab-slider {
    width: auto;
  }
  .main .sp-accordion .sp-tab-nav {
    display: block;
    margin: 0;
  }
  .main .sp-accordion .sp-tab-nav a {
    display: flex;
    position: relative;
    min-height: 50px;
    padding: 5px 50px 5px 15px;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    background-color: #434c4d;
    border-top: solid 1px #5f6768;
    justify-content: center;
    align-items: center;
    transition: background-color .2s linear, border-top-color .2s linear;
  }
  html:not(.sp) .main .sp-accordion .sp-tab-nav:not(.current) a:hover {
    background-color: #5f6768;
  }
  .main .sp-accordion .sp-tab-nav:first-of-type a, .main .sp-accordion .sp-tab-nav.current + .tab-element + .sp-tab-nav a {
    border-top-color: #434c4d;
  }
  .main .sp-accordion .sp-tab-nav.is-current a {
    background-color: #59bdc6;
    border-top-color: #59bdc6 !important;
  }
  .main .sp-accordion .sp-tab-nav a span {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 50%;
    right: 10px;
    margin-top: -15px;
    border: solid 1.5px rgba(255, 255, 255, 0.5);
    border-radius: 50%;
  }
  .main .sp-accordion .sp-tab-nav a span:before, .main .sp-accordion .sp-tab-nav a span:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    background-color: #fff;
    border-radius: 2px;
  }
  .main .sp-accordion .sp-tab-nav a span:before {
    width: 12px;
    height: 2px;
    margin: -1px 0 0 -6px;
  }
  .main .sp-accordion .sp-tab-nav a span:after {
    width: 2px;
    height: 12px;
    margin: -6px 0 0 -1px;
    transition: transform .2s linear;
  }
  html:not(.sp) .main .sp-accordion .sp-tab-nav a:hover span:after, .main .sp-accordion .sp-tab-nav.current a span:after {
    transform: rotate(90deg);
  }
  .main .sp-accordion .tab-element {
    float: none;
    width: auto;
  }

  /* ----- [FM] フォーム ----- */
  .main .form dl.border-set {
    margin-bottom: 30px;
  }
  .main .form dl.border-set > dt {
    padding: 15px 0 5px;
  }
  .main .form dl.border-set .required:after {
    margin-top: 5px;
    font-size: 0.75rem;
  }

  /* ----- [EB1] 動画埋め込み ----- */
  .main .embed-video {
    margin-bottom: 15px;
  }

  /* ----- [EB2] モーダル ----- */
  .mfp-inline-holder .mfp-content .content {
    padding: 15px 15px 0;
  }

  .mfp-iframe-holder .mfp-content {
    max-width: calc(100% - 20px);
  }

  /* ----- [SL] スライダー ----- */
  .main .slider {
    margin-bottom: 15px;
  }

  .main .row .slider {
    margin-left: -15px;
    margin-right: -15px;
  }
}
/*---------------------------------------------
	990px未満 & 横向き
  ---------------------------------------------*/
@media screen and (max-width: 989px) and (orientation: landscape) {
  .mfp-iframe-holder .mfp-content {
    max-width: 60%;
  }
}
/*---------------------------------------------
	480px未満
  ---------------------------------------------*/
@media screen and (max-width: 479px) {
  /* ----- [BT] ボタン ----- */
  .main .btn > * {
    width: 100%;
    margin-right: 0;
  }

  /* ----- [FM] フォーム ----- */
  .main .form input[type="text"],
  .main .form textarea {
    max-width: 100%;
  }
}
/*---------------------------------------------
	360px未満
  ---------------------------------------------*/
@media screen and (max-width: 359px) {
  /* ----- [NV2] タブ ----- */
  .main .tab .tab-nav ul li a {
    font-size: 0.75rem;
  }
}
/*---------------------------------------------
	印刷用
  ---------------------------------------------*/
@media print {
  * {
    -webkit-print-color-adjust: exact;
  }

  body {
    width: 1024px;
    background-color: #fff;
  }

  .slick-track {
    width: 50000px !important;
    transform: translate3d(0, 0, 0) !important;
  }

  .slider .col1-2 {
    width: 482px !important;
  }
  .slider .col1-3 {
    width: 314.66666666px !important;
  }
  .slider .col1-4 {
    width: 231px !important;
  }
  .slider .col1-5 {
    width: 180.8px !important;
  }
  .slider .col1-6 {
    width: 147.33333333px !important;
  }

  .slick-list {
    padding: 0 !important;
  }

  .slick-arrow {
    display: none !important;
  }

  .slick-dots {
    display: none !important;
  }
}
