@charset "UTF-8";

/* MyYugo */

@font-face {
  font-family: yugo;
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}

@font-face {
  font-family: yugo;
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}


/*! Yaku Han JP (Gothic - All Include) v2.0.0 SIL by Qrac / Based on Noto Sans CJK JP */

@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: normal;
  src: url("/assets/fonts/YakuHanJP/YakuHanJP-Light.eot");
  src: local('☺︎'),
  url("/assets/fonts/YakuHanJP/YakuHanJP-Light.woff2") format("woff2"),
  url("/assets/fonts/YakuHanJP/YakuHanJP-Light.woff") format("woff"),
  url("/assets/fonts/YakuHanJP/YakuHanJP-Light.otf") format('opentype');
}

@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: bold;
  src: url("/assets/fonts/YakuHanJP/YakuHanJP-Bold.eot");
  src: local('☺︎'),
  url("/assets/fonts/YakuHanJP/YakuHanJP-Bold.woff2") format("woff2"),
  url("/assets/fonts/YakuHanJP/YakuHanJP-Bold.woff") format("woff"),
  url("/assets/fonts/YakuHanJP/YakuHanJP-Bold.otf") format('opentype');
}

@font-face {
  font-family: "YakuHanMP";
  font-style: normal;
  font-weight: normal;
  src: url("/assets/fonts/YakuHanMP/YakuHanMP-Regular.eot");
  src: local('☺︎'),
  url("/assets/fonts/YakuHanMP/YakuHanMP-Regular.woff2") format("woff2"),
  url("/assets/fonts/YakuHanMP/YakuHanMP-Regular.woff") format("woff"),
  url("/assets/fonts/YakuHanMP/YakuHanMP-Regular.otf") format("opentype");
}

@font-face {
  font-family: "YakuHanMP";
  font-style: normal;
  font-weight: bold;
  src: url("/assets/fonts/YakuHanMP/YakuHanMP-Bold.eot");
  src: local('☺︎'),
  url("/assets/fonts/YakuHanMP/YakuHanMP-Bold.woff2") format("woff2"),
  url("/assets/fonts/YakuHanMP/YakuHanMP-Bold.woff") format("woff"),
  url("/assets/fonts/YakuHanMP/YakuHanMP-Bold.otf") format("opentype");
}


/* Noto Serif */

@font-face {
  font-family: "NotoSerif";
  font-style: normal;
  font-weight: normal;
  src: url("/assets/fonts/NotoSerif/NotoSerifCJKjp-Regular.eot");
  src: local('☺︎'),
  url("/assets/fonts/NotoSerif/NotoSerifCJKjp-Regular.woff2") format("woff2"),
  url("/assets/fonts/NotoSerif/NotoSerifCJKjp-Regular.woff") format("woff"),
  url("/assets/fonts/NotoSerif/NotoSerifCJKjp-Regular.otf") format('opentype');
}

@font-face {
  font-family: "NotoSerif";
  font-style: normal;
  font-weight: bold;
  src: url("/assets/fonts/NotoSerif/NotoSerifCJKjp-Bold.eot");
  src: local('☺︎'),
  url("/assets/fonts/NotoSerif/NotoSerifCJKjp-Bold.woff2") format("woff2"),
  url("/assets/fonts/NotoSerif/NotoSerifCJKjp-Bold.woff") format("woff"),
  url("/assets/fonts/NotoSerif/NotoSerifCJKjp-Bold.otf") format('opentype');
}



/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


/* ==========================================================================
   ELEMENT RESET
   ======================================================================= */

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: normal;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

li {
  list-style: none;
}

figure {
  margin: 0;
}

em {
  font-style: normal;
}

a {
  color: inherit;
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}

button:focus {
  outline: none;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  line-height: inherit;
}


/* ==========================================================================
   UTILL
   ======================================================================= */


/* 画像置換 */

.u-ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
  display: block;
}

/* セクション背景色 */

.u-gray-bg {
  background: #f6f7f9;
}
.u-darkgray-bg {
  background: #f0f0f0;
}

/* フロート解除 */

.u-cf::after {
  content: "";
  display: block;
  clear: both;
}

.u-ta--center {
  text-align: center!important;
}

.u-ta--right {
  text-align: right!important;
}

.u-ta--left {
  text-align: left!important;
}


/* SPでセンター*/

@media all and (max-width: 767px) {
  .u-ta-center--sp {
    text-align: center;
  }
}


/* PCで非表示 */

@media all and (min-width: 980px) {
  .u-hide--pc {
    display: none;
  }
}


/* PC、タブレットで非表示 */

@media all and (min-width: 768px) {
  .u-hide--tab-pc {
    display: none;
  }
}


/* タブレットのみ非表示 */

@media all and (min-width: 768px) and (max-width: 979px) {
  .u-hide--tab {
    display: none;
  }
}


/* SPで非表示 */

@media all and (max-width: 767px) {
  .u-hide--sp {
    display: none;
  }
}




/* ==========================================================================
media query

タブレット、PC
@media all and (min-width: 768px){
  body{
  }
}

PC
@media all and (min-width: 980px){
  body{
  }
}

タブレットのみ
@media all and (min-width: 768px) and (max-width: 979px){
  body{
  }
}

SP
@media all and (max-width: 767px){
  body{
  }
}

基本は以下のみ
@media all and (min-width: 768px){
  body{
  }
}
@media all and (max-width: 767px){
  body{
  }
}




*/


/* ==========================================================================
   BASE
   ======================================================================= */

html {
  font-family: YakuHanJP, yugo, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino kaku Gothic ProN", "ＭＳ ゴシック", Verdana, sans-serif;
  font-size: 62.5%;
}

body {
  color: #323232;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
input,
optgroup,
select,
textarea {
  font-family: YakuHanJP, yugo, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino kaku Gothic ProN", "ＭＳ ゴシック", Verdana, sans-serif;
}

a:focus,
button:focus {
  outline: 0;
}

em {
  font-style: normal;
}

strong,
.c-bold {
  font-weight: bold;
}

hr.div {
  height: 0;
  margin: 20px 0 15px 0;
  border: none;
  border-top: 1px solid #8c8c8c;
}

hr.sub {
  height: 0;
  margin: 15px 0 80px;
  border: none;
  border-top: 1px dotted #CCC;
}

@media all and (min-width: 768px) {
  hr.div {
    margin: 80px 0 15px 0;
  }
}



/* ==========================================================================
   TYPO COMPONENT
   ======================================================================= */


/* --------------------------------------------------------------------------
   sans serif
   ----------------------------------------------------------------------- */

.c-ff--sansserif {
  font-family: YakuHanJP, yugo, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino kaku Gothic ProN", "ＭＳ ゴシック", Verdana, sans-serif;
}


/* --------------------------------------------------------------------------
   Serif
   ----------------------------------------------------------------------- */

.c-ff--serif {
  font-family: YakuHanMP, NotoSerif, "Yu Mincho", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}


/* --------------------------------------------------------------------------
   英字
   ----------------------------------------------------------------------- */

.c-ff--en {
  font-family: Verdana, sans-serif;
}



/* --------------------------------------------------------------------------
   大見出し 大
   ----------------------------------------------------------------------- */

.c-head-lv1,
.c-head-lv2 {
  text-align: center;
}

.c-head-lv1__sub-txt,
.c-head-lv2__sub-txt {
  font-family: Verdana, sans-serif;
}

.c-head-lv1__txt,
.c-head-lv2__txt {
  font-family: YakuHanMP, NotoSerif, "Yu Mincho", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}


@media all and (min-width: 768px) {
  .c-head-lv1__sub-title {
    margin-bottom: 6px;
  }
  .c-head-lv1__sub-txt {
    font-size: 13px;
    font-family: Verdana, sans-serif;
    letter-spacing: 0.03em;
  }
  .c-head-lv1__txt {
    font-size: 30px;
    letter-spacing: 0.05em;
  }
}

@media all and (max-width: 767px) {
  .c-head-lv1__txt {
    display: block;
    margin-top: 5px;
    font-size: 24px;
    line-height: 1.14;
  }
  .c-head-lv1__sub-txt,
  .c-head-lv2__sub-txt {
    font-size: 11px;
    letter-spacing: 0.03em;
  }
}


/* --------------------------------------------------------------------------
   大見出し 小
   ----------------------------------------------------------------------- */

@media all and (min-width: 768px) {
  .c-head-lv2__sub-title {
    margin-bottom: 5px;
  }
  .c-head-lv2__sub-txt {
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  .c-head-lv2__txt {
    font-size: 24px;
    letter-spacing: 0.05em;
  }
}

@media all and (max-width: 767px) {}




/* --------------------------------------------------------------------------
   本文
   ----------------------------------------------------------------------- */

@media all and (min-width: 768px) {
  .c-txt-xlarge {
    font-size: 20px;
    line-height: 1.5;
  }
  .c-txt-large {
    font-size: 18px;
    line-height: 1.75;
  }
  .c-txt {
    font-size: 16px;
    line-height: 1.75;
  }
  .c-txt-small {
    font-size: 14px;
    line-height: 1.571;
  }
  .c-txt-xsmall {
    font-size: 12px;
    line-height: 1.5;
  }
  .c-txt-attention {
    font-size: 13px;
    line-height: 1.54;
  }
}

@media all and (max-width: 767px) {
  .c-txt-xlarge {
    font-size: 18px;
    line-height: 1.5;
  }
  .c-txt-large {
    font-size: 16px;
    line-height: 1.5625;
  }
  .c-txt {
    font-size: 14px;
    line-height: 1.77;
  }
  .c-txt-small {
    font-size: 12px;
    line-height: 1.83333;
  }
  .c-txt-xsmall {
    font-size: 11px;
    line-height: 1.4545;
  }
  .c-txt-attention {
    font-size: 11px;
    line-height: 1.55;
  }
}


/* --------------------------------------------------------------------------
   注釈
   ----------------------------------------------------------------------- */

@media all and (min-width: 768px) {
  .c-note {
    font-size: 12px;
    line-height: 1.66666;
    /*20*/
    position: relative;
  }

  .c-note__ic {
    position: absolute;
    left: 0;
    top: 0;
  }

  .c-note__txt {
    padding-left: 1.5em;
    display: inline-block;
  }
}

@media all and (max-width: 767px) {
  .c-note {
    font-size: 11px;
    line-height: 1.636363;
    position: relative;
  }

  .c-note__ico {
    position: absolute;
    left: 0;
    top: 0;
  }

  .c-note__txt {
    padding-left: 1.5em;
    display: inline-block;
  }
}


/* --------------------------------------------------------------------------
   区切り線
   ----------------------------------------------------------------------- */

hr.c-dotted {
  height: 0;
  border: none;
  border-top: 1px dashed #c5ceda;
}

@media all and (min-width: 768px) {
  hr.c-dotted {
    margin: 20px 0;
  }
}

@media all and (max-width: 767px) {
  hr.c-dotted {
    margin: 20px 0;
  }
}


/* ==========================================================================
   BUTTON COMPONENT
   ======================================================================= */


/* --------------------------------------------------------------------------
  ベタボタン 共通
  ------------------------------------------------------------------------ */

.c-button,
.c-button-small,
.c-button-xsmall {
  width: 100%;
  display: block;
}

.c-button__body,
.c-button-small__body,
.c-button-xsmall__body {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #1b1e78;
  color: #FFF;
  text-align: center;
}

@media all and (max-width: 767px) {
 .c-button,
 .c-button-small,
 .c-button-xsmall {
   width: 75%;
   margin: 0 auto;
  } 
}


/* --------------------------------------------------------------------------
  ボタン（50px / 50px）
  ------------------------------------------------------------------------ */

@media all and (min-width: 768px) {
  .c-button__body {
    padding: 18px 14px 18px 14px;
    font-size: 16px;
    line-height: 16px;
    font-family: YakuHanMP, NotoSerif, "Yu Mincho", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
  }
}

@media all and (max-width: 767px) {
  .c-button__body {
    padding: 12px 14px;
    font-size: 15px;
    line-height: 14px;
    font-family: YakuHanMP, NotoSerif, "Yu Mincho", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
  }
}




/* hover */

.no-touchevents .c-button .c-button__body,
.no-touchevents .c-button-small .c-button-small__body,
.no-touchevents .c-button-xsmall .c-button-xsmall__body {
  -webkit-transition: background 0.15s linear, color 0.15s linear;
  transition: background 0.15s linear, color 0.15s linear;
}

.no-touchevents .c-button:hover .c-button__body,
.no-touchevents .c-button-small:hover .c-button-small__body,
.no-touchevents .c-button-xsmall:hover .c-button-xsmall__body {
  background: #023F96;
  color: #ffffff;
  border: 0;
}


/* --------------------------------------------------------------------------
  枠線ボタン（40px / 50px）
  ------------------------------------------------------------------------ */

.c-button-outline {
  width: 100%;
  display: block;
}

.c-button-outline__body {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #c5ceda 1px solid;
  position: relative;
  background: #f2f4f6;
  color: #333333;
  text-align: center;
}

@media all and (min-width: 768px) {
  .c-button-outline__body {
    padding: 18px 14px 18px 14px;
    font-size: 16px;
    line-height: 16px;
    font-family: YakuHanMP, NotoSerif, "Yu Mincho", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    /*font-weight: bold;*/
  }
}

@media all and (max-width: 767px) {
  .c-button-outline__body {
    padding: 12px 14px;
    font-size: 15px;
    line-height: 14px;
    font-family: YakuHanMP, NotoSerif, "Yu Mincho", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    width: 75%;
    margin: 0 auto;
  }
}





/* ==========================================================================
   IMG COMPONENT
   ======================================================================= */

.c-img-full img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}


/* ==========================================================================
   YOUTUBE COMPONENT
   ======================================================================= */

.c-youtube-full__body {
  position: relative;
  width: 100%;
  padding-top: 56.25%
}

.c-youtube-full__body iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




/* ==========================================================================
   TABLE COMPONENT
   ======================================================================= */


/* --------------------------------------------------------------------------
  細罫 テーブル
  ------------------------------------------------------------------------ */


/* ==========================================================================
   GRID COMPONENT
   ======================================================================= */


/* --------------------------------------------------------------------------
 グリッドサンプル PC TABLET 2カラム SP 1カラム
  ------------------------------------------------------------------------ */

@media all and (min-width: 768px) {
  .grid-2-1col__body::after {
    content: "";
    display: block;
    clear: both;
  }
  .grid-2-1col__item {
    width: calc( ( 100% - 41px) / 2);
    margin-right: 30px;
    float: left;
    padding-top: 40px;
  }
  .grid-2-1col__item:nth-child(2n) {
    margin-right: 0;
  }
  .grid-2-1col__item:nth-child(-n+2) {
    padding-top: 0;
  }
  .grid-2-1col__item:nth-child(2n+1) {
    clear: left;
  }
}

@media all and (max-width: 767px) {
  .grid-2-1col__item {
    width: 100%;
    padding-top: 30px;
  }
}



/* --------------------------------------------------------------------------
 グリッドサンプル PC TABLET 3カラム SP 2カラム
  ------------------------------------------------------------------------ */

@media all and (min-width: 768px) {
  .grid-3-2col__body::after {
    content: "";
    display: block;
    clear: both;
  }
  .grid-3-2col__item {
    width: calc( ( 100% - 61px) / 3);
    margin-right: 30px;
    float: left;
    padding-top: 40px;
  }
  .grid-3-2col__item:nth-child(3n) {
    margin-right: 0;
  }
  .grid-3-2col__item:nth-child(-n+3) {
    padding-top: 0;
  }
  .grid-3-2col__item:nth-child(3n+1) {
    clear: left;
  }
}

@media all and (max-width: 767px) {
  .grid-3-2col__body::after {
    content: "";
    display: block;
    clear: both;
  }
  .grid-3-2col__item {
    width: calc( ( 100% - 16px) / 2);
    margin-right: 15px;
    float: left;
    padding-top: 30px;
  }
  .grid-3-2col__item:nth-child(2n) {
    margin-right: 0;
  }
  .grid-3-2col__item:nth-child(-n+2) {
    padding-top: 0;
  }
  .grid-3-2col__item:nth-child(2n+1) {
    clear: left;
  }
}


/* --------------------------------------------------------------------------
 グリッドサンプル PC TABLET 3カラム SP 1カラム
  ------------------------------------------------------------------------ */

@media all and (min-width: 768px) {
  .grid-3-1col__body::after {
    content: "";
    display: block;
    clear: both;
  }
  .grid-3-1col__item {
    width: calc( ( 100% - 61px) / 3);
    margin-right: 30px;
    float: left;
    padding-top: 40px;
  }
  .grid-3-1col__item:nth-child(3n) {
    margin-right: 0;
  }
  .grid-3-1col__item:nth-child(-n+3) {
    padding-top: 0;
  }
  .grid-3-1col__item:nth-child(3n+1) {
    clear: left;
  }
}

@media all and (max-width: 767px) {
  .grid-3-1col__item {
    width: 100%;
    padding-top: 30px;
  }
}



/* ==========================================================================
   LOCAL NAV COMPONENT
   ======================================================================= */


/* レイアウト ベース */


/* ==========================================================================
   SECTION COMPONENT ラッパーコンポーネント
   ======================================================================= */


/* --------------------------------------------------------------------------
  section-large     MARGIN PC:30px / SP:20px   MAX 1156px
  ------------------------------------------------------------------------ */

.section-large {
  width: 100%;
  position: relative;
}

.section-large__wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (min-width: 768px) {
  .section-large {}
  .section-large__wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1156px;
  }
}

@media all and (max-width: 767px) {
  .section-large__wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}


/* --------------------------------------------------------------------------
  MARGIN PC:30px / SP:20px   MAX 920px
  ------------------------------------------------------------------------ */

.section {
  width: 100%;
  position: relative;
}

.section__wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (min-width: 768px) {
  .section__wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 920px;
  }
}

@media all and (max-width: 767px) {
  .section__wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}


/* ==========================================================================
   LAYOUT COMPONENT
   ======================================================================= */

.main-contents {
  width: 100%;
  background: #fbfbfb;
}

@media all and (min-width: 980px) {
  .page-container {
    position: relative;
  }
  .main-container {
    margin-left: 210px;
  }
}

@media all and (max-width: 979px) {
  .main-container {
    width: 100%;
  }
}

/* --------------------------------------------------------------------------
  ページのメインビジュアル（薄いパターン）
  ------------------------------------------------------------------------ */

.page-main-visual {
  width: 100%;
}

@media all and (max-width: 767px) {
  .page-main-visual__inner {
    padding-top: 40%;
  }
  /* こだわり */
  .page-main-visual__inner.about1-visual { background: url('../img/about/about1/sp-hero_bg.jpg') 0 0 / cover no-repeat; }
  .page-main-visual__inner.about2-visual { background: url('../img/about/about2/sp-hero_bg.jpg') 0 0 / cover no-repeat; }
  .page-main-visual__inner.about3-visual { background: url('../img/about/about3/sp-hero_bg.jpg') 0 0 / cover no-repeat; }
  /* ライナップ */
  .page-main-visual__inner.lineup-visual { background: url('../img/lineup/sp-hero_bg.jpg') 0 0 / cover no-repeat; }
}

@media all and (min-width: 768px) {
  .page-main-visual__inner {
    height: 240px;
  }
  /* こだわり */
  .page-main-visual__inner.about1-visual { background: url('../img/about/about1/hero_bg.jpg') 0 0 / cover no-repeat; }
  .page-main-visual__inner.about2-visual { background: url('../img/about/about2/hero_bg.jpg') 0 0 / cover no-repeat; }
  .page-main-visual__inner.about3-visual { background: url('../img/about/about3/hero_bg.jpg') 0 0 / cover no-repeat; }
  /* ライナップ */
  .page-main-visual__inner.lineup-visual { background: url('../img/lineup/hero_bg.jpg') 0 0 / cover no-repeat; }
}



/* --------------------------------------------------------------------------
  アンカー リンク （固定メニューと重なるのを回避）
  ------------------------------------------------------------------------ */

@media all and (max-width: 979px) {
  .anker-dest {
    margin-top: -70px;
    padding-top: 70px;
  }
}



/* --------------------------------------------------------------------------
  グローバル ヘッダー
  ------------------------------------------------------------------------ */

@media all and (min-width: 768px) {
  /* PC 非表示 */
}

@media all and (min-width: 980px) {
  /* PC 非表示 */
  .global-header__toggle-btn,
  .global-header-nav-secondary,
  .global-header__sns {
    display: none!important;
  }

  .global-header {
    width: 210px;
    height: 100%;
    background: #FFF;
    /*position: absolute;*/
    left: 0;
    top: 0;
    z-index: 100;
	position: fixed;
  }
  .global-header__logo {
    padding: 29px 0 0 0;
  }
  .global-header__logo a {
    display: block;
    width: 126px;
    margin: 0 auto;
  }
  .global-header__logo img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  /* 言語切り替え */
  .global-header__nav {
    margin-bottom: 56px;
  }
  .global-header-nav__item {
    text-align: center;
    margin-top: 28px;
  }
  .global-header-nav__item:first-child {
    margin-top: 37px;
  }
  .global-header-nav-primary__item span {
    font-family: YakuHanMP, NotoSerif, "Yu Mincho", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 15px;
    letter-spacing: 0.03em;
  }

  /* 言語切り替え */
  .global-header__lang {
    text-align: center;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    margin-bottom: 60px;
  }
  .global-lang__item {}
  .global-lang__item--active {
    font-weight: bold;
    text-decoration: underline;
  }

  /* バナー */
  .global-header__banner {
    width: 180px;
    margin: 0 auto;
    padding-bottom: 15px;
  }
  .global-header-banner__item {
    margin-top: 10px;
  }
  .global-header-banner__item a {
    display: block;
    width: 180px;
    height: 70px;
  }

  .global-header-banner__item.global-header-banner__item--onlinestore a {
    background: url(/assets/img/common/banner_onlinestore_pc.png) 0 0 no-repeat;
  }

  .global-header-banner__item.global-header-banner__item--minproject a {
    background: url(/assets/img/common/banner_minproject_pc.png) 0 0 no-repeat;
  }
  .global-header-banner__item.global-header-banner__item--riko-higashio a {
    background: url(/assets/img/common/banner_public_relation_jp.jpg) 0 0 no-repeat;
  }
  .global-header-banner__item.global-header-banner__item--cookpad a {
    background: url(/assets/img/common/banner_cookpad_pc.png) 0 0 no-repeat;
  }
}

@media all and (max-width: 979px) {

  .global-header .global-header__body {
    position: relative;
  }

  .global-header__bar {
    width: 100%;
    height: 70px;
    background: #FFF;
    top: 0;
    z-index: 9999;
    position: relative;
  }

  .bar-fixed {
    position: fixed;
  }

  .global-header__logo {
    width: 93px;
    height: 55px;
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .global-header__logo a {
    display: block;
  }
  .global-header__logo img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .global-header__toggle-btn {
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 0;
    width: 54px;
    height: 70px;
  }

  .global-header-toggle {
    width: 54px;
    height: 70px;
    position: relative;

    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
  }

  .global-header-toggle__humberger {
    width: 54px;
    height: 54px;
    position: absolute;
    right: 0;
    top: 0;

    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
  }

  .global-header-toggle__humberger span {
    position: absolute;
    left: 10px;
    width: 35px;
    height: 3px;
    line-height: 0;
    font-size: 0;

    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .global-header-toggle__humberger span:nth-of-type(1) {
    top: 25px;
    opacity: 1;
  }
  .global-header-toggle__humberger span:nth-of-type(1)::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 2.5px;
    background: #006ab7;
    position: absolute;
    left: 0;
    /*top: -2px;*/
  }
  .global-header-toggle__humberger span:nth-of-type(2) i {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #006ab7;
    position: absolute;
    left: 12px;
    top: -2px;
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 1;
  }
  .global-header-toggle__humberger span:nth-of-type(2) {
    top: 25px;
  }
  .global-header-toggle__humberger span:nth-of-type(3) {
    top: 25px;
    opacity: 1;
  }
  .global-header-toggle__humberger span:nth-of-type(3)::before {
    content: "";
    display: block;
    position: absolute;
    right: -2px;
    top: -3px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #006ab7;
  }
  .global-header-toggle__humberger span:nth-of-type(2)::before {
    content: '';
    position: absolute;
    /*top: 0;*/
    left: 5px;
    width: 25px;
    height: 3px;
    background-color: #006ab7;
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 0;
  }
  .global-header-toggle__humberger span:nth-of-type(2)::after {
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    width: 25px;
    height: 3px;
    background-color: #006ab7;
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 0;
  }
  .is-opend-menu .global-header-toggle__humberger span:nth-of-type(1) {
    opacity: 0;
    -webkit-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0);
  }
  .is-opend-menu .global-header-toggle__humberger span:nth-of-type(2)::before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 1;
  }
  .is-opend-menu .global-header-toggle__humberger span:nth-of-type(2)::after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    opacity: 1;
  }
  .is-opend-menu .global-header-toggle__humberger span:nth-of-type(2) i {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  .is-opend-menu .global-header-toggle__humberger span:nth-of-type(3) {
    opacity: 0;
    -webkit-transform: rotate(360deg) scale(0);
    transform: rotate(360deg) scale(0);
  }

  .global-header-toggle__label {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 15px;
    text-align: center;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #888;
    letter-spacing: 0.03em;
  }

  .global-header__menu {
    position: absolute;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 8000;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: translate3d(0, -120vh, 0);
    transform: translate3d(0, -120vh, 0);
    transition: -webkit-transform .4s ease-in;
    -webkit-transition: -webkit-transform .4s ease-in;
    transition: transform .4s ease-in;
    transition: transform .4s ease-in, -webkit-transform .4s ease-in;
    transition: opacity .4s ease-out, transform .4s ease-in, -webkit-transform .4s ease-in;
  }

  .is-opend-menu .global-header__menu {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: -webkit-transform .75s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -webkit-transition: -webkit-transform .75s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: transform .75s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: transform .75s cubic-bezier(0.165, 0.840, 0.440, 1.000), -webkit-transform .75s cubic-bezier(0.165, 0.840, 0.440, 1.000);
  }

  .is-opend-menu .main-container {
    z-index: -1;
  }

  .global-header__menu {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #FFF;
  }

  .global-header__menu-inner {
    min-height: 657px;
  }

  .global-header__menu__body {
    padding-top: 70px;
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;

    -webkit-box-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .global-header-nav__item {
    border-bottom: #c5ceda 1px solid;
  }
  .global-header-nav-primary__item {
    display: block;
    font-size: 16px;
    width: 100%;
    height: 55px;
    position: relative;
  }

  .global-header-nav-primary__arrow {
    display: inline-block;
    width: 24px;
    height: 55px;
    position: relative;
    vertical-align: middle;
    margin-left: 11px;
    margin-right: 2px;
  }
  .global-header-nav-primary__arrow::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: url(/assets/img/common/arrow_dot_s_c5ceda.svg) 50% 50% no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

  .global-header-nav-primary__item span {
    line-height: 55px;
    vertical-align: middle;
    color: #1B1E78;
  }

  .global-header-nav-primary__toggle {
    display: block;
    width: 27px;
    height: 27px;
    background: #c5ceda;

    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }

  .global-header-nav-primary__toggle::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 13px;
    height: 8px;
    background: url(/assets/img/common/arrow_down_white.svg) 50% 50% no-repeat;
    background-size: cover;
    -webkit-transition: all .4s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all .4s cubic-bezier(0.165, 0.840, 0.440, 1.000);
  }
  .is-accordion-active .global-header-nav-primary__toggle::before {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
  }

  .global-header-nav-secondary {
    background: #F9F9F9;
    display: none;
  }

  .global-header-nav-secondary__item a {
    display: block;
    font-size: 14px;
    width: 100%;
    height: 55px;
    position: relative;
    line-height: 55px;
    border-top: #c5ceda 1px solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 38px;
  }

  .global-header__lang {
    -webkit-box-ordinal-group: -1;
    -webkit-flex-order: -1;
    -moz-flex-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
        order: -1;
    min-height: 0%;
    background: #E2E8F1;
  }

  .global-header__lang p {
    line-height: 52px;
    text-align: center;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    padding-bottom: 3px;
  }
  .global-lang__item--active {
    font-weight: bold;
    text-decoration: underline;
  }


  .global-header__sns {
    margin-top: 30px;
  }
  .global-header-sns__item {
    margin: 0 0 13px 15px;
  }
  .global-header-sns__item a {
    font-size: 14px;
  }
  .global-header-sns__ico {
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  .global-header-sns__ico::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    background: #c5ceda;
    border-radius: 15px;
  }
  .global-header-sns__ico::after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .global-header-sns__item--instagram .global-header-sns__ico::after {
    background: url(/assets/img/common/logo_instagram_white.svg) 50% 50% no-repeat;
    background-size: cover;
  }
  .global-header-sns__item--x .global-header-sns__ico::after {
    background: url(/assets/img/common/logo_X_white.svg) 50% 50% no-repeat;
    background-size: 60%;
  }
  .global-header-sns__item--facebook .global-header-sns__ico::after {
    background: url(/assets/img/common/logo_facebook_white.svg) 50% 50% no-repeat;
    background-size: cover;
  }
  .global-header-sns__item--twitter .global-header-sns__ico::after {
    background: url(/assets/img/common/logo_twitter_white.svg) 50% 50% no-repeat;
    background-size: cover;
  }
  .global-header-sns__item--cookpad .global-header-sns__ico::after {
    background: url(/assets/img/common/logo_cookpad_white.svg) 50% 50% no-repeat;
    background-size: cover;
  }
  .global-header-sns__label {
    line-height: 30px;
    vertical-align: middle;
  }

  /* バナー */
  .global-header__banner {
    margin: 20px 15px 0 15px;
    padding-bottom: 80px;
  }
  .global-header__banner {}

  .global-header__banner::after {
    content: "";
    display: block;
    clear: both;
  }
  .global-header-banner__item {
    width: calc( ( 100% - 6px) / 2);
    margin-right: 6px;
    float: left;
    margin-top: 7px;
  }
  .global-header-banner__item:nth-child(2n) {
    margin-right: 0;
  }
  .global-header-banner__item:nth-child(2n+1) {
    clear: left;
  }
  .global-header-banner__item a {
    width: 100%;
    display: block;
  }
  .global-header-banner__item a::before {
    content: "";
    display: block;
    padding-top: 38.732%;
  }

  .global-header-banner__item.global-header-banner__item--onlinestore a {
    background: url(/assets/img/common/banner_onlinestore_pc.png) 0 0 no-repeat;
    background-size: cover;
  }

  .global-header-banner__item.global-header-banner__item--minproject a {
    background: url(/assets/img/common/banner_minproject_pc.png) 0 0 no-repeat;
    background-size: cover;
  }
  .global-header-banner__item.global-header-banner__item--riko-higashio a {
    background: url(/assets/img/common/banner_public_relation_jp.jpg) 0 0 no-repeat;
    background-size: cover;
  }
  .global-header-banner__item.global-header-banner__item--cookpad a {
    background: url(/assets/img/common/banner_cookpad_pc.png) 0 0 no-repeat;
    background-size: cover;
  }
}


/* --------------------------------------------------------------------------
  パンくず
  ------------------------------------------------------------------------ */

.aside-bottom {
  background: #f0f0f0;
  width: 100%;
}

@media all and (min-width: 768px) {
  .aside-bottom {
    height: 40px;
    position: relative;
  }
  .topic-path__body {
    font-size: 12px;
    position: absolute;
    left: 30px;
    top: 13px;
  }
  .topic-path__body::after {
    content: "";
    display: block;
    clear: both;
  }
  .topic-path__item {
    float: left;
  }
  .topic-path__item::before {
    content: "＞";
    margin: 0 5px;
  }
  .topic-path__item:first-child::before {
    display: none;
  }

  .aside-bottom__page-top {
    width: 80px;
    background: #FFF;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .page-top__ico {
    position: absolute;
    display: block;
    width: 20px;
    height: 11px;
    background: url(/assets/img/common/arrow_page_top.svg) 50% 50% no-repeat;
    background-size: cover;
    position: absolute;
    top: 8px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .page-top__label {
    position: absolute;
    left: 0;
    display: block;
    width: 80px;
    font-size: 11px;
    font-family: Verdana, sans-serif;
    text-align: center;
    bottom: 3px;
  }
}

@media all and (max-width: 767px) {
  .aside-bottom {
    padding: 15px 0;
  }
  .topic-path__body {
    font-size: 11px;
    padding: 0 15px;
  }
  .topic-path__body::after {
    content: "";
    display: block;
    clear: both;
  }
  .topic-path__item {
    float: left;
  }
  .topic-path__item::before {
    content: "＞";
    margin: 0 5px;
  }
  .topic-path__item:first-child::before {
    display: none;
  }
  .aside-bottom__page-top {
    display: none;
  }
  /*.aside-bottom__page-top{
    width: 80px;
    background: #FFF;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .page-top__ico{
    position: absolute;
    display: block;
    width: 20px;
    height: 11px;
    background: url(/assets/img/common/arrow_page_top.svg) 50% 50% no-repeat;
            background-size: cover;
    position: absolute;
    top: 8px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .page-top__label{
    position: absolute;
    left: 0;
    display: block;
    width: 80px;
    font-size: 11px;
    font-family: Verdana, sans-serif;
    text-align: center;
    bottom: 3px;
  }*/
}



/* --------------------------------------------------------------------------
  グローバル フッター
  ------------------------------------------------------------------------ */

.global-footer {
  width: 100%;
  position: relative;
  z-index: 100;
  background: #023f96;
}


@media all and (min-width: 768px) {
  .global-footer-nav {
    padding-top: 31px;
  }
  .global-footer-nav::after {
    content: "";
    display: block;
    clear: both;
  }
  .global-footer-nav__col {
    width: calc( ( 100% - 1px) / 3);
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 260px;
  }
  .global-footer-nav__col::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #1d539f;
    position: absolute;
    right: 0;
    top: 0;
  }
  .global-footer-nav__col:nth-child(2),
  .global-footer-nav__col:nth-child(3) {
    padding-left: 10px;
  }
  .global-footer-nav__col:nth-child(3)::after,
  .global-footer-nav__col:nth-child(4)::after {
    display: none;
  }
  .global-footer-nav__col:nth-child(4) {
    clear: left;
    min-height: auto;
    width: 100%;
  }

  .global-footer-nav-primary {
    padding-top: 17px;
  }
  .global-footer-nav-primary a {
    font-size: 13px;
    color: #FFF;
  }

  .global-footer-nav-primary__item {
    margin-bottom: 19px;
  }
  .global-footer-nav-primary__ico {
    width: 10px;
    height: 10px;
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 10px;
  }
  .global-footer-nav-primary__ico::before {
    content: "";
    width: 10px;
    height: 10px;
    background: url(/assets/img/common/arrow_dot_xs_white.svg) 50% 50% no-repeat;
    background-size: cover;
    display: block;
    left: 0;
    top: 0;
  }

  .global-footer-nav-secondary {
    margin-bottom: 25px;
    padding-left: 20px;
  }
  .global-footer-nav-secondary__item {
    margin-top: 16px;
  }
  .global-footer-sns {
    text-align: center;
  }
  .global-footer-sns__item {
    margin: 41px 10px 11px 10px;
    display: inline-block;
  }
  .global-footer-sns__item a {
    font-size: 12px;
    font-family: verdana, yugo, sans-serif;
    color: #FFF;
  }
  .global-footer-sns__ico {
    width: 26px;
    height: 26px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
  }
  .global-footer-sns__ico::before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    background: #FFF;
    border-radius: 13px;
  }
  .global-footer-sns__ico::after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

  .global-footer-sns__item--instagram .global-footer-sns__ico::after {
    background: url(/assets/img/common/logo_instagram_023f96.png) 50% 50% no-repeat;
    background-size: cover;
    z-index: 10;
  }
  .global-footer-sns__item--x .global-footer-sns__ico::after {
    background: url(/assets/img/common/logo_X_023f96_re.png) 50% 50% no-repeat;
    background-size: cover;
    z-index: 10;
  }
  .global-footer-sns__item--facebook .global-footer-sns__ico::after {
    background: url(/assets/img/common/logo_facebook_023f96.svg) 50% 50% no-repeat;
    background-size: cover;
    z-index: 10;
  }
  .global-footer-sns__item--twitter .global-footer-sns__ico::after {
    background: url(/assets/img/common/logo_twitter_023f96.svg) 50% 50% no-repeat;
    background-size: cover;
    z-index: 10;
  }
  .global-footer-sns__item--cookpad .global-footer-sns__ico::after {
    background: url(/assets/img/common/logo_cookpad_023f96.svg) 50% 50% no-repeat;
    background-size: cover;
    z-index: 10;
  }

  .global-footer-sns__label {
    line-height: 26px;
    vertical-align: middle;
  }

  .global-footer__copyright {
    font-family: Verdana, sans-serif;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 60px;
  }
}

@media all and (min-width: 980px) {
  .global-footer-nav__col {
    width: calc( ( 100% - 1px) / 4);
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 260px;
  }
  .global-footer-nav__col::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #1d539f;
    position: absolute;
    right: 0;
    top: 0;
  }
  .global-footer-nav__col:nth-child(2),
  .global-footer-nav__col:nth-child(3),
  .global-footer-nav__col:nth-child(4) {
    padding-left: 10px;
  }
  .global-footer-nav__col:nth-child(4) {
    clear: none;
    min-height: 260px;
    width: calc( ( 100% - 1px) / 4);
  }
  .global-footer-nav__col:nth-child(3)::after {
    display: block;
  }
  .global-footer-nav__col:nth-child(-n+2) {}
  .global-footer-nav__col:nth-child(4n+1) {
    clear: left;
  }

  .global-footer-sns {
    text-align: left;
  }
  .global-footer-sns__item {
    margin: 0 0 11px 0;
    display: block;
  }
}

@media all and (max-width: 767px) {
  .global-footer-nav {
    display: none;
  }
  .global-footer__copyright {
    font-family: Verdana, sans-serif;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 70px;
  }
}


/* --------------------------------------------------------------------------
  about company 下層ページバナーエリア
  ------------------------------------------------------------------------ */

/* clearfixの設定 */
.cf:after {
    content:" ";
    display:block;
    clear:both;
}

/*トップバナー*/

.company__link_bnr_list {
  width: 96.057%;
  margin: 0 auto;
  padding: 39px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company__link_bnr_list {
  width: 96.057%;
  margin: 0 auto;
  padding: 39px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.company .company__link_bnr_list {
  /*margin-top: 20px*/
}

.company .company__link_bnr_list a {
  display: block;
}

.company .company__link_bnr_list a:hover img {
  transition: 0.15s;
  opacity: 0.7;
}

.company__link_bnr_list.in_page {
  padding: 39px 0 5px;
}

.company__link_bnr_list li:first-child {
  margin-left: 0;
}

.company__link_bnr_list li {
  width: 32.66%;
  float: left;
  margin: 0 0 0 1%;
  background: #fff;
}

.bnr_list__wrapper dt img {
  width: 100%;
}

.bnr__title {
  margin: 18px 0 8px;
  text-align: center;
}

.bnr__title img {
  width: auto;
}

.bnr__text {
  width: 83.81%;
  margin: 0 auto 35px;
  font-size: 14px;
  line-height: 1.65;
}

@media all and (min-width: 768px) {

  .company .company__link_bnr_list .bnr_list:nth-child(1) .bnr__title img {
    width: 79.34%;
    max-width: 155px;
  }

  .company .company__link_bnr_list .bnr_list:nth-child(2) .bnr__title img {
    width: 47.59%;
    max-width: 93px;
  }

  .company .company__link_bnr_list .bnr_list:nth-child(3) .bnr__title img {
    width: 47.08%;
    max-width: 92px;
  }

  .company .company__link_bnr_list .bnr_list:nth-child(4) .bnr__title img {
    width: 90%;
    max-width: 241px;
  }

}

@media all and (max-width: 767px) {

  .company .company__link_bnr_list .bnr_list:nth-child(4) .bnr__title img {
    width: 66.1%;
  }

}

.company__link_bnr_list li {
  width: 24.25%;
  float: left;
  margin: 0 0 0 1%;
  background: #fff;
}

@media all and (max-width: 767px) {

  .company__link_bnr_list {
    display: inherit;
  }
  .company__link_bnr_list {
    padding: 39px 0;
  }

  .company__link_bnr_list li {
    width: 99.146%;
    float: none;
    margin: 0 auto;
  }

  .company__link_bnr_list li:first-child {
    margin-left: auto;
  }

  .bnr__title {
    margin: 20px 0 10px;
  }

  .bnr__title img {
    max-width: 100%;
  }

  .bnr__text {
    padding: 0 0 20px;
  }

}

/*下層バナー*/

.company__link_bnr_list__Wrapper {
  background: #fff;
}

.company__link_bnr_area .section__wrapper {
  padding: 0;
}

.company__link_bnr_list.in_page a {
  display: block;
}

.company__link_bnr_list.in_page .bnr__text {
  width: 100%;
  margin: 15px auto 48px;
}

@media all and (max-width: 767px) {

  .company__link_bnr_list.in_page {
    padding: 30px 0;
    background: #fff;
  }

  .message .company__link_bnr_list.in_page,
  .information .company__link_bnr_list.in_page,
  .history .company__link_bnr_list.in_page
  {
    padding: 35px 0 30px;
  }

  .company__link_bnr_list.in_page li {
    position: relative;
    width: 92.8%;
    margin: 10px auto 0;
  }

  .company__link_bnr_list.in_page li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 16px;
    height: 25px;
    margin: auto 0;
    background: url(../img/company/message/arrow_right.png) no-repeat center top;
  }

  .company__link_bnr_list.in_page dt {
    width: 38.733%;
    display: inline-block;
    vertical-align: middle;
  }

  .company__link_bnr_list.in_page dd {
    position: relative;
    /*width: 38.733%;*/
    margin: 0 0 0 10px;
    display: inline-block;
    vertical-align: middle;
  }

  .company__link_bnr_list.in_page li:first-child {
    margin-top: 0;
  }

  .company__link_bnr_list {
    padding: 39px 0;
  }


  .company__link_bnr_list.in_page li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 8px;
    height: 13px;
    margin: auto 0;
    background: url(../img/company/message/arrow_right.png) no-repeat center top;
    background-size: cover;
  }

  .company__link_bnr_list.in_page a {
    display: block;
  }

  .company__link_bnr_list.in_page dt {
    width: 38.733%;
    display: inline-block;
    vertical-align: middle;
  }

  .company__link_bnr_list.in_page dd {
    position: relative;
    /*width: 38.733%;*/
    margin: 0 0 0 10px;
    display: inline-block;
    vertical-align: middle;
  }

  .company__link_bnr_list.in_page .bnr__text {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 13px;
  }

}


/* --------------------------------------------------------------------------
  about ページ下部バナーエリア
  ------------------------------------------------------------------------ */
@media all and (min-width: 768px) {

  .story__large_bnr .bnr_wrap {
    width: 80.954%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 920px;
  }

  .story__large_bnr li .text {
    width: 45.762%;
  }

  .story__large_bnr .volume2 .text {
    margin: 0 -1.73% 0 auto;
  } 

  .story__large_bnr .volume4 .text {
    width: 55%;
    margin: 0 -1.73% 0 auto;
  } 
  
  .story-summary__btn {
    width: 36.523%;
    margin: 5.326% 0 0 4.456%;
  }

  .story__large_bnr .volume1 .story-summary__btn {
    margin: 5.326% 0 0 7.456%;
  }
  
  .story__large_bnr .volume2 .story-summary__btn {
    width: 36.523%;
    margin: 5.326% 5.756% 0 auto;
  }

  .story__large_bnr .volume3 .story-summary__btn {
    width: 36.523%;
    margin: 5.426% 0 0 3.256%;
  }

  .story__large_bnr .volume4 .story-summary__btn {
    width: 36.523%;
    margin: 5.526% 2.756% 0 auto;
  }
  

  .story__large_bnr .volume4 .story-summary__btn {
    margin: 5.526% 7.356% 0 auto;
  }

  .story__large_bnr .volume2 .text,
  .story__large_bnr .volume4 .text
  {
    text-align: right;
  }

  .story__large_bnr li .text img {
    width: 100%;
  }
  
  .story__large_bnr li {
    padding: 7.01% 0 5.346%;
  }

  .story__large_bnr .volume1 {
    background: url(../img/story/story_top_bnr1.jpg) 0 0 no-repeat;
    background-size: cover;
  }

  .story__large_bnr .volume2 {
    background: url(../img/story/story_top_bnr2.jpg) 0 0 no-repeat;
    background-size: cover;
  }

  .story__large_bnr .volume3 {
    background: url(../img/story/story_top_bnr3.jpg) 0 0 no-repeat;
    background-size: cover;
  }

  .story__large_bnr .volume4 {
    background: url(../img/story/story_top_bnr4.jpg) 0 0 no-repeat;
    background-size: cover;
  }

}

@media all and (max-width: 767px) {

  .story__large_bnr {
    padding: 0 0 9.6%;
    background: #fbfbfb;
  }

  .story__large_bnr .bnr_list {
    padding: 0 0 4.8%;
    background: #fff;
  }

  .story__large_bnr .bnr_img img {
    width: 100%;
  }

  .story-summary__btn.story__btn {
    width: 88%;
    margin: 25px auto 35px;
  }

  .story__large_bnr li .text {
    width: 92.8%;
    margin: 4.24% auto 0;
    text-align: center;
  }

  .story__large_bnr li .text img {
    width: 100%;
  }

}


