@charset "UTF-8";
/* Scss Document */
/*-------------------------------------------------------

カラー

----------------------------------------------------------*/
/*-------------------------------------------------------

メディアクエリ

----------------------------------------------------------*/
/*-------------------------------------------------------

サブメニュー 連番

----------------------------------------------------------*/
.g-menu__submenu-item:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.g-menu__submenu-item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.g-menu__submenu-item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.g-menu__submenu-item:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.g-menu__submenu-item:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.g-menu__submenu-item:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

/*-------------------------------------------------------

矢印モジュール

----------------------------------------------------------*/
/*-------------------------------------------------------

flex オプション

----------------------------------------------------------*/
/*-------------------------------------------------------

その他 オプション

----------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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

ul,
ol {
  list-style: none;
}

html {
  font-size: 10px;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  color: #333;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #444444;
  line-height: 180%;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

img {
  display: block;
  max-width: 100%;
}

::-moz-selection {
  background: #000000;
  color: #ffffff;
}

::selection {
  background: #000000;
  color: #ffffff;
}

/* for Firefox */
::-moz-selection {
  background: #000000;
  color: #ffffff;
}

/*-------------------------------------------------------

outer

----------------------------------------------------------*/
.container-fixed {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-left: 5%;
  padding-right: 5%;
}

.container-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.container-inline {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

main {
  margin-top: 70px;
}

@media only screen and (max-width: 1024px) {
  main {
    margin-top: 78px;
    margin-bottom: -48px;
  }
}

@media only screen and (max-width: 767px) {
  main {
    margin-top: 66px;
    margin-bottom: -46px;
  }
}

.outer-box-L {
  padding-top: 180px;
  padding-bottom: 180px;
}

@media only screen and (max-width: 767px) {
  .outer-box-L {
    padding-bottom: 90px;
    padding-top: 90px;
  }
}

.outer-box-M {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .outer-box-M {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.outer-box-S {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .outer-box-S {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.outer-box-XS {
  padding-top: 20px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .outer-box-XS {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.outer-pt-L {
  padding-top: 120px;
}

@media only screen and (max-width: 767px) {
  .outer-pt-L {
    padding-top: 90px;
  }
}

.outer-pt-M {
  padding-top: 80px;
}

@media only screen and (max-width: 767px) {
  .outer-pt-M {
    padding-top: 40px;
  }
}

.outer-pt-S {
  padding-top: 50px;
}

@media only screen and (max-width: 767px) {
  .outer-pt-S {
    padding-top: 30px;
  }
}

.outer-pt-XS {
  padding-top: 30px;
}

@media only screen and (max-width: 767px) {
  .outer-pt-XS {
    padding-top: 20px;
  }
}

.outer-mt-L {
  margin-top: 120px;
}

@media only screen and (max-width: 767px) {
  .outer-mt-L {
    margin-top: 90px;
  }
}

.outer-mt-M {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .outer-mt-M {
    margin-top: 40px;
  }
}

.outer-mt-S {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .outer-mt-S {
    margin-top: 30px;
  }
}

.outer-mt-XS {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .outer-mt-XS {
    padding-top: 20px;
  }
}

.mt-1 {
  margin-top: 5px;
}

.mt-2 {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .mt-1-sp {
    margin-top: 5px;
  }
  .mt-2-sp {
    margin-top: 15px;
  }
}

.mx-auto {
  margin: 0 auto;
}

.w-100 {
  width: 100%;
}

.secThird + .secThird {
  margin-top: 180px;
}

@media only screen and (max-width: 767px) {
  .secThird + .secThird {
    margin-top: 90px;
  }
}

.secFourth {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .secFourth {
    margin-top: 60px;
  }
}

.secFourth + .secFourth {
  margin-top: 120px;
}

@media only screen and (max-width: 767px) {
  .secFourth + .secFourth {
    margin-top: 60px;
  }
}

/*
 *	モジュール一覧
 *
 *		1. header
 *		2. footer
 * 	  3. 矢印・ボタン・リンク
 *		4. リストスタイル・行間
 *		5. 文字スタイル
 *		6. グリッド
 *		7. フレックス
 *		8. タイトル
 *		9. tableレイアウト
 *		10. imgレイアウト
 *		11. カラー
 *		12. topへ戻るボタン
 *		13. リンク一覧
 *
 */
/*-------------------------------------------------------

header

----------------------------------------------------------*/
.header__container {
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 0 0 2%;
  background: #fff;
  z-index: 9999;
  position: fixed;
}

@media only screen and (max-width: 767px) {
  .header__container {
    padding: 0 0 0 4%;
  }
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 455px;
  z-index: 9999;
}

@media only screen and (max-width: 767px) {
  .header__logo {
    max-width: 285px;
  }
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.5%;
}

.header__right a {
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #000000;
  width: 133px;
  height: 29px;
  margin-right: 10px;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .header__right a {
    display: none;
  }
}

.header__right a:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

.header__toggle-wrap {
  width: 70px;
  height: 70px;
}

@media only screen and (max-width: 767px) {
  .header__toggle-wrap {
    width: 68px;
    height: 66px;
  }
}

.header__toggle {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  z-index: 9999;
  cursor: pointer;
}

.header__toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #000000;
  border-radius: 2px;
}

.header__toggle span:nth-of-type(1) {
  top: 2px;
}

.header__toggle span:nth-of-type(2) {
  top: 13px;
}

.header__toggle span:nth-of-type(3) {
  bottom: 3px;
}

.header__toggle.active {
  width: 40px;
}

.header__toggle.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-40deg);
  transform: translateY(11px) rotate(-40deg);
}

.header__toggle.active span:nth-of-type(2) {
  opacity: 0;
}

.header__toggle.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(40deg);
  transform: translateY(-11px) rotate(40deg);
}

@media only screen and (max-width: 767px) {
  .header__toggle {
    width: 30px;
    height: 20px;
    z-index: 9999;
  }
  .header__toggle span:nth-of-type(1) {
    top: 0;
  }
  .header__toggle span:nth-of-type(2) {
    top: 9px;
  }
  .header__toggle span:nth-of-type(3) {
    bottom: 0;
  }
  .header__toggle.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-40deg);
    transform: translateY(9px) rotate(-40deg);
  }
  .header__toggle.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header__toggle.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(40deg);
    transform: translateY(-8px) rotate(40deg);
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 12px;
  display: none;
  position: fixed;
  background: #f0efea;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 881px;
  height: auto;
  z-index: 999;
  overflow: scroll;
  margin-top: 70px;
  padding-bottom: 80px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

@media only screen and (max-width: 767px) {
  .header__nav {
    margin-top: 66px;
  }
}

.header__nav.active {
  right: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.g-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 9999;
  height: auto;
  padding: 115px 117.5px 0 115px;
}

@media only screen and (max-width: 767px) {
  .g-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 66px 5% 0;
  }
}

.g-menu .nonelink {
  font-size: 26px;
  font-weight: 700;
  color: #000;
}

.g-menu__submenu {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .g-menu__submenu {
    width: 279px;
  }
}

.g-menu__submenu-item a {
  margin-top: 16px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#FFFFFF)) no-repeat right bottom/0 var(--bg-h);
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF) no-repeat right bottom/0 var(--bg-h);
  -webkit-transition: background-size 500ms;
  transition: background-size 500ms;
  --bg-h: 100%;
}

.g-menu__submenu-item a:where(:hover, :focus-visible) {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}

.g-menu__submenu span {
  font-weight: 700;
}

.g-menu li:nth-child(5) {
  margin-top: 80px;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.g-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 270px;
  border-bottom: 1px solid #eee;
  margin-top: 56px;
}

@media only screen and (max-width: 767px) {
  .g-menu__item {
    width: 279px;
    margin-top: 58px;
  }
}

.g-menu__item:first-child {
  margin-top: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.g-menu__item:nth-child(2) {
  margin-top: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media only screen and (max-width: 767px) {
  .g-menu__item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 58px;
  }
}

.g-menu__item:nth-child(3) {
  margin-top: 12px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media only screen and (max-width: 767px) {
  .g-menu__item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 58px;
  }
}

.g-menu__item:nth-child(4) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.g-menu__item a {
  width: 100%;
  font-weight: 700;
  text-align: left;
  display: block;
  color: #000000;
}

.g-menu__item a.nonelink {
  padding: 0 0 9px 0;
}

.g-menu__item--submenu {
  position: relative;
}

.g-menu__parent {
  position: relative;
  cursor: pointer;
}

.g-menu__parent::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 27px;
  height: 1px;
  width: 16px;
  background: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.g-menu__parent::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 34px;
  height: 16px;
  width: 1px;
  background: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.g-menu__parent.active::after {
  -webkit-transform: translateY(-10px) rotate(-90deg);
  transform: translateY(-10px) rotate(-90deg);
  opacity: 0;
}

.nav-arrow {
  position: relative;
}

.nav-arrow::after {
  content: url(../images/material/nav-arrow.svg);
  border: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media only screen and (min-width: 1025px) {
  .pc-none {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .pc-none {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
}

@media only screen and (min-width: 1025px) {
  .pc-only {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .pc-only {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .sp-none {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .sp-none {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .sp-only {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .sp-only {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.is-fixed {
  height: 100%;
  overflow: hidden;
}

.is-fixed main,
.is-fixed > .modal-content {
  pointer-events: none;
}

.is-active {
  height: 100%;
  overflow: auto;
}

.is-active main,
.is-active > .modal-content {
  pointer-events: auto;
}

/*-------------------------------------------------------

footer

----------------------------------------------------------*/
footer {
  background-color: #fff;
  color: #4c4948;
  font-size: 12px;
}

@media only screen and (max-width: 1024px) {
  footer {
    font-size: 10px;
    padding-bottom: 15px;
  }
}

footer .copy {
  line-height: 1;
  font-size: 12px;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 20px;
  border-top: 1px solid #cecece;
}

@media only screen and (max-width: 1024px) {
  footer .copy {
    padding-bottom: 6px;
  }
}

footer a {
  color: #444444;
  font-size: 14px;
}

footer a:hover {
  text-decoration: underline;
}

footer a span {
  font-size: 16px;
  font-weight: 700;
}

footer .nonelink {
  pointer-events: none;
  color: #000;
}

.footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1024px) {
  .footer-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin: 0 auto 12px;
  }
}

.footer-link li::after {
  content: url(../images/material/site_icon.svg);
  vertical-align: middle;
  padding-left: 5px;
}

.footer-link li + li {
  margin-left: 10px;
}

@media only screen and (max-width: 1024px) {
  .footer-link li + li {
    margin-left: 0;
  }
}

.footer-link li + li:before {
  content: "｜";
  padding-right: 10px;
}

@media only screen and (max-width: 1024px) {
  .footer-link li + li:before {
    display: none;
  }
}

.footer__mainNav {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  max-width: 725px;
  margin: 0 auto;
  padding-bottom: 93px;
}

@media only screen and (max-width: 1024px) {
  .footer__mainNav {
    display: none;
  }
}

.footer__mainNav .mainNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  /*line-height: 40px;*/
  list-style: none;
}

.footer__mainNav .mainNav--sustaina {
  margin-top: 15px;
}

.footer__mainNav .mainNav__sub {
  font-size: 13px;
  margin-top: 15px;
}

.footer__mainNav .mainNav__sub li + li {
  margin-top: 10px;
}

.entrybox {
  background-color: #F7F6F0;
}

.entrybox__wrap {
  padding: 95px 50px;
  margin-bottom: 130px;
}

@media only screen and (max-width: 767px) {
  .entrybox__wrap {
    margin-bottom: 50px;
  }
}

.entrybox .outer-pt-S {
  padding-top: 32px;
}

@media only screen and (max-width: 767px) {
  .entrybox .outer-pt-S {
    padding-top: 0;
  }
}

.entrybox p {
  text-align: left;
}

.entrybox__ttl {
  font-size: 26px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.03em;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .entrybox__ttl {
    font-size: 22px;
    text-align: center;
  }
}

.entrybox__txt {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 55px;
}

.entrybox__bnrerea {
  max-width: 692px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .entrybox__bnrerea .column-2-1 > *:nth-child(2) {
    margin-top: 23px;
  }
}

.entrybox__bnrerea .img-layout-2 .figcaption {
  font-size: 22px;
  font-weight: 700;
  margin-top: -20px;
  color: #000;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .entrybox__bnrerea .img-layout-2 .figcaption {
    font-size: 16px;
    margin-top: -24px;
    text-align: left;
  }
}

@media only screen and (max-width: 1024px) {
  .entrybox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin: 0 auto 0;
  }
}

.entrybox .hover-zoom {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #c1c1c1;
}

.entrybox .hover-zoom img {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.entrybox .arrow-btn {
  position: relative;
  width: 60px;
  height: 60px;
  margin: -30px 10px auto auto;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .entrybox .arrow-btn {
    margin: -30px -15px auto auto;
  }
}

.entrybox .arrow-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
}

.entrybox .entry-hover:hover .hover-zoom img {
  -webkit-transform: scale(1.13, 1.13);
          transform: scale(1.13, 1.13);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.entrybox .entry-hover:hover .arrow-btn img:nth-of-type(2) {
  opacity: 0;
}

.footer-container-fixed {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-left: 6%;
  padding-right: 6%;
}

.lh-20 {
  line-height: 2.0em;
}

/*-------------------------------------------------------

矢印・ボタン・リンク

----------------------------------------------------------*/
.common-arrow {
  position: relative;
  padding-right: 20px;
}

.common-arrow::after {
  content: "";
  position: absolute;
  top: 34%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 6px;
  height: 6px;
  border-top: solid 2px #0098e3;
  border-right: solid 2px #0098e3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.link-text-1 {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

.link-text-1:hover {
  color: #0098e3;
}

.link-text-2 {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  text-decoration: underline;
}

.link-text-2:hover {
  color: #0098e3;
}

.common-btn-1 {
  max-width: 155px;
  width: 100%;
  background: #fff;
  color: #fff;
  display: block;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  /*margin-left: auto;
  margin-right: auto;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
  .common-btn-1 {
    max-width: 100%;
  }
}

.common-btn-1 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 48px;
  position: relative;
  /*&::after {
      content: "";
      position: absolute;
      top: calc(50% - 4px);
      right: 20px;
      width: 6px;
      height: 6px;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }*/
}

.common-btn-1:hover {
  background: #fff;
  border: 1px solid #fff;
}

.common-btn-1:hover span {
  color: #fff;
  /*&::after {
        border-top: solid 2px $color-base;
        border-right: solid 2px $color-base;
      }*/
}

.common-btn-2 {
  max-width: 155px;
  width: 100%;
  background: #fff;
  color: #0b318f;
  display: block;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  /*margin-left: auto;
  margin-right: auto;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #0b318f;
}

.common-btn-2 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 48px;
  position: relative;
  font-weight: bold;
  /*&::after {
      content: "";
      position: absolute;
      top: calc(50% - 4px);
      right: 20px;
      width: 6px;
      height: 6px;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }*/
}

.common-btn-2:hover {
  background: #0b318f;
}

.common-btn-2:hover span {
  color: #fff;
  /*&::after {
        border-top: solid 2px $color-base;
        border-right: solid 2px $color-base;
      }*/
}

/**
.common-btn-3 {
  max-width: 300px;
  width: 100%;
  border: 1px solid $color-base;
  color: $color-base;
  display: block;
  transition-duration: 0.1s;
  margin: 0 auto;
  font-weight: bold;

  @include breakPoint(sp) {
    max-width: 100%;
  }

  span {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 50px;
    position: relative;

    &::after {
      content: "";
      position: absolute;
      right: 15px;
      top: calc(50% - 10px);
      width: 20px;
      height: 20px;
      background: url("../images/material/icon_pdf.svg") no-repeat center center;
      background-size: contain;
    }
  }

  &:hover {
    opacity: 0.7;
  }
}**/
.common-btn-4 {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 50px;
  width: 280px;
  padding: 17.102px 0;
}

.common-btn-4:hover {
  color: #000000;
  background-color: #fff;
  border: 1px solid #000;
}

.common-btn-4:hover::after {
  content: url(../images/material/nav-arrow.svg);
}

.common-btn-4::after {
  content: url(../images/material/icon_arrow_white.svg);
  position: absolute;
  top: 50%;
  right: 24.5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.common-btn-5 {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  width: 280px;
  padding: 17.102px 0;
  margin: 0 auto;
}

.common-btn-5:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}

.common-btn-5:hover::after {
  content: url(../images/material/icon_arrow_white.svg);
}

.common-btn-5::after {
  content: url(../images/material/nav-arrow.svg);
  position: absolute;
  top: 50%;
  right: 24.5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.common-btn-6 {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  width: 280px;
  padding: 17.102px 0;
  margin: 0 auto;
}

.common-btn-6:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}

.common-btn-6:hover::after {
  content: url(../images/material/site_icon_white.svg);
}

.common-btn-6::after {
  content: url(../images/material/site_icon.svg);
  position: absolute;
  top: 50%;
  right: 24.5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.common-btn-7 {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  width: 280px;
  padding: 17.102px 0;
  margin: 0 auto;
  height: 65px;
  line-height: 1.3;
}

.common-btn-7:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}

.common-btn-7:hover::after {
  content: url(../images/material/site_icon_white.svg);
}

.common-btn-7::after {
  content: url(../images/material/site_icon.svg);
  position: absolute;
  top: 50%;
  right: 24.5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.anchor-btn li {
  border: 1px solid #fff;
  display: block;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  background: #fff;
  border-radius: 25px;
}

@media only screen and (max-width: 767px) {
  .anchor-btn li {
    width: 100%;
  }
}

.anchor-btn li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 50px;
  position: relative;
  color: #fff;
}

.anchor-btn li a::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.anchor-btn li:hover {
  background: #fff;
}

.anchor-btn li:hover a {
  color: #fff;
}

.anchor-btn li:hover a::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.find-item-link {
  cursor: pointer;
}

/**
a[href$=".pdf"]:after {
  font-family: 'Material Icons';
  content: "\e415";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 0.2em;
  line-height: 1.4;
  vertical-align: middle;
}**/
.arrow-down {
  margin-bottom: 60px;
  position: relative;
}

.arrow-down::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 22px 0 22px;
  border-color: #fff transparent transparent transparent;
}

.arrow-center-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .arrow-center-1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.arrow-center-1::before {
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 18px;
  border-color: transparent transparent transparent #fff;
  margin: 20px;
}

@media only screen and (max-width: 767px) {
  .arrow-center-1::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.arrow-center-1 > *:nth-child(1),
.arrow-center-1 > *:nth-child(2) {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .arrow-center-1 > *:nth-child(1),
  .arrow-center-1 > *:nth-child(2) {
    width: 100%;
  }
}

.arrow-center-1 > *:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.arrow-center-1 > *:nth-child(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.arrow-center-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.arrow-center-2::before {
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 18px;
  border-color: transparent transparent transparent #fff;
  margin: 0 auto;
}

.arrow-center-2::after {
  content: "";
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 18px;
  border-color: transparent transparent transparent #fff;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .arrow-center-2::before, .arrow-center-2::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.arrow-center-2 > *:nth-child(1),
.arrow-center-2 > *:nth-child(2),
.arrow-center-2 > *:nth-child(3) {
  width: 29%;
}

@media only screen and (max-width: 767px) {
  .arrow-center-2 > *:nth-child(1),
  .arrow-center-2 > *:nth-child(2),
  .arrow-center-2 > *:nth-child(3) {
    width: 100%;
  }
}

.arrow-center-2 > *:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.arrow-center-2 > *:nth-child(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.arrow-center-2 > *:nth-child(3) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.arrow-center-2 > *:nth-child(4) {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

/**
.arrow-btn {
  position: relative;
  width: 60px;
  height: 60px;
  margin: -30px 10px auto auto;
  display: block;
  overflow: hidden;
  cursor: pointer;

  @include breakPoint(sp) {
    margin: -30px -15px auto auto;
  }

  img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
  }

  &:hover img:nth-of-type(2) {
    opacity: 0;
  }

  .mouseovr2 img:nth-of-type(2) {
    opacity: 0;
  }
}**/
.other-senior .colorbox {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.other-senior .colorbox img {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.other-senior .entry-hover .arrow-btn {
  position: relative;
  width: 60px;
  height: 60px;
  margin: -30px 10px auto auto;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.other-senior .entry-hover .arrow-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
}

.other-senior .entry-hover:hover .colorbox img {
  -webkit-transform: scale(1.13, 1.13);
          transform: scale(1.13, 1.13);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.other-senior .entry-hover:hover .arrow-btn img:nth-of-type(2) {
  opacity: 0;
}

/*-------------------------------------------------------

リストスタイル・行間

----------------------------------------------------------*/
.text-box > * + * {
  margin-top: 10px;
}

.disc-list {
  padding-left: 1.2em;
}

.disc-list li {
  position: relative;
  display: block;
}

.disc-list li + li {
  padding-top: 12px;
}

.disc-list li::before {
  position: absolute;
  content: "・";
  color: #333;
  top: 12px;
  left: -20px;
}

.disc-list li:first-child::before {
  position: absolute;
  content: "・";
  color: #333;
  top: 0;
  left: -20px;
}

.square-list {
  padding-left: 1.2em;
}

.square-list li {
  position: relative;
  display: block;
}

.square-list li + li {
  padding-top: 12px;
}

.square-list li::before {
  position: absolute;
  content: "■";
  top: 12px;
  left: -18px;
}

.square-list li:first-child::before {
  position: absolute;
  content: "■";
  top: 0;
  left: -18px;
}

.note-list {
  padding-left: 1em;
  position: relative;
  display: block;
}

.note-list::before {
  position: absolute;
  content: "※";
  color: #333;
  top: 0;
  left: 0;
}

.notecount-list {
  counter-reset: note;
  /* 数字のカウントをリセットする */
}

.notecount-list li {
  position: relative;
  padding-left: 2em;
  display: block;
}

.notecount-list li::before {
  counter-increment: note;
  /* 任意の名前を付ける（もちろん英語で） */
  content: "※" counter(note);
  /* 名前を付けたカウンターをcontentで発動！ */
  position: absolute;
  color: #333;
  top: 0;
  left: 0;
}

.number-list {
  counter-reset: note;
  /* 数字のカウントをリセットする */
}

.number-list > li {
  position: relative;
  padding-left: 1.2em;
  display: block;
}

.number-list > li + li {
  padding-top: 12px;
}

.number-list > li::before {
  counter-increment: note;
  /* 任意の名前を付ける（もちろん英語で） */
  content: counter(note) ".";
  /* 名前を付けたカウンターをcontentで発動！ */
  position: absolute;
  top: 12px;
  left: 0;
}

.number-list > li:first-child::before {
  counter-increment: note;
  /* 任意の名前を付ける（もちろん英語で） */
  content: counter(note) ".";
  /* 名前を付けたカウンターをcontentで発動！ */
  position: absolute;
  top: 0;
  left: 0;
}

.number-list .brackets-limit-over {
  padding-left: 2em;
}

.bracketsw-list {
  counter-reset: note;
  /* 数字のカウントをリセットする */
}

.bracketsw-list > li {
  position: relative;
  padding-left: 1.4em;
  display: block;
}

.bracketsw-list > li + li {
  padding-top: 12px;
}

.bracketsw-list > li::before {
  counter-increment: note;
  /* 任意の名前を付ける（もちろん英語で） */
  content: "(" counter(note) ")";
  /* 名前を付けたカウンターをcontentで発動！ */
  position: absolute;
  top: 12px;
  left: 0;
}

.bracketsw-list > li:first-child::before {
  counter-increment: note;
  /* 任意の名前を付ける（もちろん英語で） */
  content: "(" counter(note) ")";
  /* 名前を付けたカウンターをcontentで発動！ */
  position: absolute;
  top: 0;
  left: 0;
}

/*-------------------------------------------------------

文字スタイル

----------------------------------------------------------*/
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-bold {
  font-weight: bold;
}

.text-normal {
  font-weight: normal;
}

.fs-14 {
  font-size: 14px;
}

/*-------------------------------------------------------

グリッド

----------------------------------------------------------*/
.grid-full {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.grid-full img {
  width: 100%;
}

.grid-half {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .grid-half {
    width: 100%;
  }
}

.grid-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grid-8-12 {
  width: calc(8 * (100% / 12) - 30px);
}

@media only screen and (max-width: 767px) {
  .grid-8-12 {
    width: 100%;
  }
}

.grid-4-12 {
  width: calc(4 * (100% / 12) - 30px);
}

@media only screen and (max-width: 767px) {
  .grid-4-12 {
    width: 100%;
  }
}

.column-3-2::after {
  content: "";
  display: block;
  width: 32%;
}

.column-3-2 > * {
  width: 32%;
  margin-top: 20px;
}

.column-3-2 > *:nth-child(1), .column-3-2 > *:nth-child(2), .column-3-2 > *:nth-child(3) {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .column-3-2 > * {
    width: calc(50% - 5px);
    margin-top: 10px;
  }
  .column-3-2 > *:nth-child(3) {
    margin-top: 10px;
  }
}

.column-3-1::after {
  content: "";
  display: block;
  width: 32%;
}

.column-3-1 > * {
  width: 32.9%;
  margin-top: 30px;
}

.column-3-1 > *:nth-child(1), .column-3-1 > *:nth-child(2), .column-3-1 > *:nth-child(3) {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .column-3-1 > * {
    width: 100%;
    margin-top: 20px;
  }
  .column-3-1 > *:nth-child(2), .column-3-1 > *:nth-child(3) {
    margin-top: 20px;
  }
}

.column-2-1 > * {
  width: calc(50% - 15px);
  margin-top: 30px;
}

.column-2-1 > *:nth-child(1), .column-2-1 > *:nth-child(2) {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .column-2-1 > * {
    width: 100%;
    margin-top: 30px;
  }
  .column-2-1 > *:nth-child(2) {
    margin-top: 30px;
  }
}

.mt--90 {
  margin-top: -90px;
}

@media only screen and (max-width: 767px) {
  .mt--90 {
    margin-top: 0%;
  }
}

/*-------------------------------------------------------

フレックス

----------------------------------------------------------*/
.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-start-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-between-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-between-wrapreverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

/*-------------------------------------------------------

タイトル

----------------------------------------------------------*/
.ttl-L {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}

.ttl-L span {
  display: block;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .ttl-L {
    font-size: 3rem;
  }
}

.ttl-M_number1,
.ttl-M_number2,
.ttl-M_number3,
.ttl-M_number4,
.ttl-M_number5,
.ttl-M_number6,
.ttl-M_number7,
.ttl-M_number8,
.ttl-M_number9,
.ttl-M_number10,
.ttl-M_number11 {
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .ttl-M_number1,
  .ttl-M_number2,
  .ttl-M_number3,
  .ttl-M_number4,
  .ttl-M_number5,
  .ttl-M_number6,
  .ttl-M_number7,
  .ttl-M_number8,
  .ttl-M_number9,
  .ttl-M_number10,
  .ttl-M_number11 {
    font-size: 18px;
  }
}

.ttl-M_number1::before,
.ttl-M_number2::before,
.ttl-M_number3::before,
.ttl-M_number4::before,
.ttl-M_number5::before,
.ttl-M_number6::before,
.ttl-M_number7::before,
.ttl-M_number8::before,
.ttl-M_number9::before,
.ttl-M_number10::before,
.ttl-M_number11::before {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  content: "";
  display: block;
  height: 109px;
  width: 160px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  z-index: -1;
}

.ttl-M_number1::before {
  background-image: url(/images/material/number_small_one.svg);
}

.ttl-M_number2::before {
  background-image: url(/images/material/number_small_two.svg);
}

.ttl-M_number3::before {
  background-image: url(/images/material/number_small_three.svg);
}

.ttl-M_number4::before {
  background-image: url(/images/material/number_small_four.svg);
}

.ttl-M_number5::before {
  background-image: url(/images/material/number_small_five.svg);
}

.ttl-M_number6::before {
  background-image: url(/images/material/number_small_six.svg);
}

.ttl-M_number7::before {
  background-image: url(/images/material/number_small_seven.svg);
}

.ttl-M_number8::before {
  background-image: url(/images/material/number_small_eight.svg);
}

.ttl-M_number9::before {
  background-image: url(/images/material/number_small_nine.svg);
}

.ttl-M_number10::before {
  background-image: url(/images/material/number_small_ten.svg);
}

.ttl-M_number11::before {
  background-image: url(/images/material/number_small_eleven.svg);
}

.ttl-M {
  position: relative;
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.ttl-M::before {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 60px;
  background: #fff;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .ttl-M {
    font-size: 18px;
  }
}

.ttl-S {
  font-size: 24px;
  font-weight: bold;
  color: #082260;
}

@media only screen and (max-width: 767px) {
  .ttl-S {
    font-size: 18px;
  }
}

.st-text {
  font-size: 1.8rem;
  color: #fff;
}

.h2-img-ttl {
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .h2-img-ttl {
    height: 120px;
  }
}

.h2-img-ttl__wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.h2-img-ttl__wrap span {
  color: #bdb843;
}

.h2-img-ttl img {
  position: absolute;
  top: 30px;
  right: 6%;
  width: 16.4vw;
}

@media only screen and (max-width: 767px) {
  .h2-img-ttl img {
    top: unset;
    bottom: -48.3vw;
    right: 8%;
    width: 30.934vw;
    z-index: 100;
  }
}

.h2-img-ttl h2 {
  position: relative;
  bottom: 0;
  left: 0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  margin: 0;
  margin-left: -35px;
  padding: 17px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
  color: #242424;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (max-width: 767px) {
  .h2-img-ttl h2 {
    font-size: 23px;
  }
}

.h2-img-ttl h2 span {
  font-size: 26px;
  font-weight: bold;
  line-height: 140%;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .h2-img-ttl h2 span {
    font-size: 12px;
  }
}

.h2-solidcolor-ttl {
  position: relative;
  width: 100%;
  height: 174px;
  /* padding-top: calc(348 / 1366 * 100%); */
  /*
  background-color: $color-accent;*/
  background-position: center 10%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .h2-solidcolor-ttl {
    height: 120px;
  }
}

.h2-solidcolor-ttl h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: 0;
  font-size: 42px;
  line-height: 150%;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90%;
}

@media only screen and (max-width: 767px) {
  .h2-solidcolor-ttl h2 {
    font-size: 23px;
  }
}

.h2-solidcolor-ttl h2 span {
  font-size: 22px;
  font-weight: bold;
  line-height: 140%;
  color: #54C3F1;
}

@media only screen and (max-width: 767px) {
  .h2-solidcolor-ttl h2 span {
    font-size: 12px;
  }
}

/*-------------------------------------------------------

tableレイアウト

----------------------------------------------------------*/
.table-box {
  overflow: auto;
  overflow-y: hidden;
}

.table-layout-3 {
  width: 100%;
  border-top: 1px solid #b9b9b9;
}

.table-layout-3 tr th,
.table-layout-3 tr td {
  margin-top: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #b9b9b9;
}

.table-layout-3 tr th {
  width: 35%;
  text-align: left;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .table-layout-3 tr th {
    width: 20%;
  }
}

.table-layout-3 tr td {
  text-align: left;
  vertical-align: middle;
}

.table-layout-4 {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .table-layout-4 {
    border-top: none;
    border-bottom: none;
    margin-top: 26px;
  }
}

.table-layout-4 tbody {
  border-top: 1px dashed #E2BA42;
}

@media only screen and (max-width: 767px) {
  .table-layout-4 tbody {
    border-top: none;
  }
}

.table-layout-4 tr {
  border-bottom: 1px dashed #E2BA42;
}

@media only screen and (max-width: 767px) {
  .table-layout-4 tr {
    border-bottom: none;
  }
}

.table-layout-4 tr th,
.table-layout-4 tr td {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .table-layout-4 tr th,
  .table-layout-4 tr td {
    margin-top: 0;
  }
}

.table-layout-4 tr th {
  color: #000;
  padding: 9.5px 14px;
  width: 19%;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  line-height: 21px;
}

@media only screen and (max-width: 767px) {
  .table-layout-4 tr th {
    display: block;
    width: 100%;
    background: #EBB912;
  }
}

.table-layout-4 tr td {
  font-size: 14px;
  padding: 9.5px 30px;
}

@media only screen and (max-width: 767px) {
  .table-layout-4 tr td {
    display: block;
    padding: 16px 12px;
  }
}

@media only screen and (max-width: 767px) {
  .table-layout-4 tr:nth-child(3) {
    display: none;
  }
}

.table-layout-4 tr:nth-child(3) td {
  line-height: 40px;
}

@media only screen and (max-width: 767px) {
  .table-layout-4 tr:nth-child(3) td {
    border-bottom: none;
  }
}

/*-------------------------------------------------------

imgレイアウト

----------------------------------------------------------*/
.img-layout-2 img {
  width: 100%;
}

.img-layout-2 figcaption {
  margin-top: 10px;
  text-align: left;
}

.grid-half-img-left {
  max-width: 750px;
  margin-right: 0;
  margin-left: auto;
}

.grid-half-img-right {
  max-width: 750px;
  margin-left: 0;
  margin-right: auto;
}

.opacity-05:hover {
  opacity: 0.8;
}

.mt-180 {
  margin-top: 180px;
}

@media only screen and (max-width: 767px) {
  .mt-180 {
    margin-top: 90px;
  }
}

.mt-10 {
  margin-top: 10px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-65 {
  margin-top: 65px;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.w-100 {
  width: 100% !important;
}

.lh-16 {
  line-height: 1.6;
}

/*-------------------------------------------------------

カラー

----------------------------------------------------------*/
.color-red {
  color: red;
}

/*-------------------------------------------------------

topへ戻るボタン

----------------------------------------------------------*/
#page-top {
  position: relative;
  top: 253px;
  left: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  overflow: hidden;
  width: 48px;
  height: 155px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media only screen and (max-width: 1024px) {
  #page-top {
    top: 8px;
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  #page-top {
    top: 6.5px;
    width: 40px;
    height: 40px;
  }
}

#page-top.top-anchor {
  opacity: 1;
  z-index: 99;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  transition: all 0.2s;
}

#page-top a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 510%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 5px;
  z-index: 1;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

@media only screen and (max-width: 1024px) {
  #page-top a {
    padding-left: 0;
  }
}

@media only screen and (max-width: 1024px) {
  #page-top a span {
    display: none;
  }
}

#page-top::before, #page-top::after {
  position: absolute;
  width: 48px;
  height: 155px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

@media only screen and (max-width: 1024px) {
  #page-top::before, #page-top::after {
    width: 40px;
    height: 40px;
  }
}

#page-top::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 48px;
  height: 155px;
  background-color: #0464a4;
}

@media only screen and (max-width: 1024px) {
  #page-top::before {
    width: 40px;
    height: 40px;
  }
}

#page-top::after {
  top: 16px;
  left: 20px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: arrow 1.2s infinite;
          animation: arrow 1.2s infinite;
}

@media only screen and (max-width: 1024px) {
  #page-top::after {
    left: 15px;
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes arrow {
  50% {
    top: 13px;
    opacity: 1;
  }
  100% {
    top: 5px;
    opacity: 0;
  }
}

@keyframes arrow {
  50% {
    top: 13px;
    opacity: 1;
  }
  100% {
    top: 5px;
    opacity: 0;
  }
}

.nav-active {
  color: #fff;
  font-weight: bold;
}

/* ページの先頭に戻る
 * ========================================================================== */
.returnToTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9998;
}

.returnToTop__button {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 60px;
  height: 60px;
  background-image: url(https://www.tocalo.co.jp/recruit/images/material/returntotop_arrow_black.svg);
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .returnToTop__button {
    width: 44px;
    height: 44px;
    background-size: 44px 44px;
  }
}

.returnToTop__button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 14px;
  /**
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 5 9"><path fill="none" stroke="%23006CB7" stroke-width="1" stroke-linejoin="round" d="M0.4,8.5l4-4l-4-4" /></svg>') no-repeat center center;**/
  -webkit-transform: rotate(-90deg) translate(7px, -4px);
  transform: rotate(-90deg) translate(7px, -4px);
}

.returnToTop__button:hover {
  width: 60px;
  height: 60px;
  background-image: url(https://www.tocalo.co.jp/recruit/images/material/returntotop_arrow_white.svg);
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .returnToTop__button:hover {
    width: 44px;
    height: 44px;
    background-image: url(https://test.tocalo.co.jp/recruit/images/material/returntotop_arrow_black.svg);
    background-size: 44px 44px;
  }
}

.returnToTop__text {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

.returnToTop.is-stop {
  position: -webkit-sticky;
  position: sticky;
}

.returnToTop.is-stop .returnToTop__button {
  right: 20px;
  bottom: 20px;
}

/*-------------------------------------------------------

タブ

----------------------------------------------------------*/
.tab-box .tab-name li {
  width: calc(4 * (100% / 12));
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}

.tab-box .tab-name li a {
  width: 100%;
  line-height: 40px;
  display: block;
}

.tab-box .tab-name li.current {
  border-bottom: 1px solid #fff;
}

.tab-box .tab-content {
  margin-top: 30px;
}

.tab-box .tab-content li {
  display: none;
}

.tab-box .tab-content .current {
  display: block;
}

/*-------------------------------------------------------

アコーディオン

----------------------------------------------------------*/
/*
.accordion-box {
  cursor: pointer;
  position: relative;
  border: 1px solid #b9b9b9;
  padding: 20px;

  &::before {
    position: absolute;
    top: 0;
    right: 20px;
    height: 0;
    content: "";
    display: block;
    height: 1px;
    width: 16px;
    background: $color-base;
    top: 35px;
    transform: translateY(-50%);
    transition: all 0.1s;
  }

  &::after {
    position: absolute;
    top: 0;
    right: 27px;
    height: 0;
    content: "";
    display: block;
    height: 16px;
    width: 1px;
    background: $color-base;
    top: 35px;
    transform: translateY(-50%);
    transition: all 0.1s;
  }

  .nav-menu-child li {
    background: #eee;
  }

  &.active::after {
    -webkit-transform: translateY(-10px) rotate(-90deg);
    transform: translateY(-10px) rotate(-90deg);
    opacity: 0;
  }

  dd {
    display: none;
  }
}
*/
.toggle {
  display: none;
}

.option {
  position: relative;
}

.title,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.title {
  background: #EBB912;
  padding: 7px 12px;
  display: block;
  color: #000;
  font-weight: bold;
}

.title span {
  font-weight: bold;
}

.title span::after {
  content: '開く';
  position: absolute;
  right: 38px;
  color: #fff;
}

.title::after,
.title::before {
  content: "";
  position: absolute;
  right: 26px;
  top: 1.05em;
  width: 2px;
  height: 10px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.title::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.content {
  max-height: 0;
  overflow: hidden;
  padding: 16px 12px 0 12px !important;
}

.content p {
  margin: 0;
  line-height: 1.5;
}

.toggle:checked + .title span {
  font-weight: bold;
}

.toggle:checked + .title span::after {
  content: '閉じる';
  position: absolute;
  right: 38px;
  color: #fff;
}

.toggle:checked + .title + .content {
  max-height: 500px;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.toggle:checked + .title::before {
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}

.career-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
}

.career-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
}

.content .career-grid:last-child {
  padding-bottom: 16px;
}

.career-grid p:first-child {
  width: 30%;
}

.career-grid p:last-child {
  width: 70%;
}

/*-------------------------------------------------------

Q&A

----------------------------------------------------------*/
.qa-container {
  /*padding: 15px 30px;*/
  /*background: #f9f4f0;*/
  /*&:nth-child(n + 2) {
    margin-top: 15px;
  }*/
}

.qa-container__q, .qa-container__a {
  width: 100%;
  position: relative;
  padding: 20px 0 20px 40px;
}

.qa-container__q::before {
  content: "Q";
  position: absolute;
  color: #0098e3;
  left: 0;
  top: 18px;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  font-size: 2.6rem;
}

.qa-container__a::before {
  content: "A";
  position: absolute;
  color: #fff;
  left: 4px;
  top: 19px;
  font-size: 2.6rem;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}

.qa-container__a {
  border-top: 1px solid #b9b9b9;
}

/*-------------------------------------------------------

リンク一覧

----------------------------------------------------------*/
.link-list {
  background-color: #f9f9f9;
  padding-top: 12px;
  padding-bottom: 10px;
  margin-bottom: 140px;
}

.link-list__wrapper {
  border-top: 1px solid #205d86;
  border-bottom: 1px solid #205d86;
}

@media only screen and (max-width: 1024px) {
  .link-list .flex-between-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .link-list .column-3-2 > * {
    width: 100%;
  }
  .link-list .column-3-2 > *:nth-child(2),
  .link-list .column-3-2 > *:nth-child(3) {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .link-list {
    margin-bottom: 120px;
  }
  .link-list .column-3-2 > *:nth-child(2),
  .link-list .column-3-2 > *:nth-child(3) {
    margin-top: 10px;
  }
}

.link-list ul {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.link-list ul li {
  position: relative;
  text-align: center;
  line-height: 560%;
}

.link-list ul li:hover {
  background-color: #fff;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .link-list ul li {
    line-height: 270%;
  }
}

.link-list ul li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1024px) {
  .link-list ul li img {
    display: none;
  }
}

.link-list ul li a {
  color: #555555;
  position: relative;
  white-space: nowrap;
}

.win {
  /* Windows (全バージョン)のみ */
}

.win .slick-dots li button:before {
  font-size: 40px !important;
}

/*-------------------------------------------------------

facilities

----------------------------------------------------------*/
.ipros-btn {
  position: relative;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}

.ipros-btn img {
  position: absolute;
  margin-top: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .ipros-btn img {
    margin-top: 30px;
  }
}

.ipros-btn:hover img:nth-of-type(2) {
  opacity: 0;
}

/*-------------------------------------------------------

products

----------------------------------------------------------*/
.products-banner {
  margin: 50px auto 0;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .products-banner {
    margin: 30px auto 0;
  }
}

.products-banner img {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.products-banner img:hover {
  -webkit-transform: scale(1.03, 1.03);
          transform: scale(1.03, 1.03);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

/*-------------------------------------------------------

パンくずリスト

----------------------------------------------------------*/
.breadcrumb {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
}

.breadcrumb__list:nth-child(n + 2) {
  margin-left: 10px;
}

.breadcrumb__list:nth-child(n + 2)::before {
  display: inline-block;
  content: ">";
  margin-right: 10px;
  color: #666;
}

.breadcrumb__list {
  color: #00257f;
}

.breadcrumb__list a:hover {
  opacity: 0.7;
}

.under-diagonal01 {
  position: relative;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #f8f8f8), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #f8f8f8), color-stop(0.75, #f8f8f8), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 10px 10px;
  height: 49px;
}

.under-diagonal02 {
  position: relative;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #f2fbff), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #f2fbff), color-stop(0.75, #f2fbff), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 10px 10px;
  height: 50px;
}

.under-diagonal03 {
  position: relative;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #e8f6f1), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #e8f6f1), color-stop(0.75, #e8f6f1), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 10px 10px;
  height: 50px;
}

.mt-8 {
  margin-top: -8px;
}

@media only screen and (max-width: 1024px) {
  .mt-8 {
    margin-top: 0;
  }
}

/*-------------------------------------------------------

スライダー

----------------------------------------------------------*/
.slider {
  margin: 0 auto;
  width: 888px;
  overflow: hidden;
  padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .slider {
    width: 100%;
    padding-bottom: 0;
  }
}

.slider img {
  width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
  margin: 0 10px;
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute;
  /*絶対配置にする*/
  top: 97%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  height: 10px;
  width: 10px;
  display: -ms-grid;
  display: grid;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: 42%;
  content: url(../images/people/slick-prev_arrow.svg);
}

@media only screen and (max-width: 767px) {
  .slick-prev {
    display: none !important;
  }
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: 42%;
  content: url(../images/people/slick-next_arrow.svg);
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  .slick-next {
    display: none !important;
  }
}

.slick-dots button {
  color: transparent;
  outline: none;
  border: none;
  width: 8.4px;
  /*ドットボタンのサイズ*/
  height: 8.4px;
  /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc;
  /*ドットボタンの色*/
}

/*-------------------------------------------------------

アニメーション

----------------------------------------------------------*/
/*====== 右に消えるアニメ ======*/
.header__nav.SlideOut {
  -webkit-animation: SlideOut 0.5s forwards;
          animation: SlideOut 0.5s forwards;
  display: block;
}

@-webkit-keyframes SlideOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(881px);
            transform: translateX(881px);
  }
}

@keyframes SlideOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(881px);
            transform: translateX(881px);
  }
}

/*====== 左に現れるアニメ ======*/
.header__nav.SlideIN {
  -webkit-animation: SlideIN 0.5s forwards;
          animation: SlideIN 0.5s forwards;
  display: block;
  z-index: 9999;
  overflow-y: scroll;
  overflow-x: hidden;
}

@-webkit-keyframes SlideIN {
  from {
    -webkit-transform: translateX(881px);
            transform: translateX(881px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes SlideIN {
  from {
    -webkit-transform: translateX(881px);
            transform: translateX(881px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.header__container_scroll {
  overflow-y: scroll;
}

/* その場で */
.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.mask_wrap {
  display: table;
  overflow: hidden;
}

.mask-wrap .mask-red,
.mask-wrap .mask-gold {
  display: table;
  position: relative;
  margin-bottom: .25em;
  left: -100%;
  overflow: hidden;
}

.mask-wrap .mask-bg-red {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #E06D6D;
}

.mask-wrap .mask-bg-gold {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #EBB912;
}

/*----------------------
関連コンテンツボタン
-------------------------*/
.related-content {
  border-top: 1px solid #707070;
}

.related-content h3 {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  line-height: 39px;
  letter-spacing: 0.03em;
  color: #000000;
  -webkit-font-smoothing: subpixel-antialiased;
  margin-top: 80px;
}

.related-content__btn {
  padding-top: 46px;
  padding-bottom: 126px;
  max-width: 600px;
  margin: 0 auto;
}

.related-content__btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.related-content__btn li {
  max-width: 280px;
}

@media screen and (max-width: 767px) {
  .related-content__btn ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .related-content__btn li + li {
    margin-top: 31px;
  }
}

.related-content__video {
  padding-top: 46px;
  padding-bottom: 126px;
  max-width: 430px;
  margin: 0 auto;
}

.related-content__video a:hover .section-menuImg img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
/*# sourceMappingURL=common.css.map */