@charset "utf-8";
/*
====================================================
■ FUNCTION
====================================================
*/
/*
====================================================
■ ModBtn
====================================================
*/
/*
====================================================
■ MIXIN
====================================================
*/
/*
===== CLEARFIX ==========================================
*/
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
/*
====================================================
■ EASING
====================================================
*/
/*
====================================================
■ BASE
====================================================
*/
/*
===== reset ===========================
*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/*要素のフォントサイズやマージン・パディングをリセットしています*/
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;
}
/*行の高さをフォントサイズと同じにしています*/
body {
  line-height: 1;
}
/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
/*nav ul {
    list-style:none;
}*/
ol,
ul {
  list-style: none;
}
/*引用符の表示が出ないようにしています*/
blockquote,
q {
  quotes: none;
}
/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/*テキストに打ち消し線が付くようにしています*/
del {
  text-decoration: line-through;
}
/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
/*縦方向の揃え位置を中央揃えに指定しています*/
input,
select {
  vertical-align: middle;
}
/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
/*box-sizingを全ブラウザに対応*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*
===== link setting ===========================
*/
a {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:active {
  color: #000;
  text-decoration: none;
}
/* memo  */
/*#demo1 {font-size:85%;}*/
/*renders 11px */
/*#demo2 {font-size:100%;}*/
/*renders 13px */
/*#demo3 {font-size:108%;}*/
/*renders 14px */
/*#demo4 {font-size:123.1%;}*/
/*renders 16px */
/*#demo5 {font-size:138.5%;}*/
/*renders 18px */
/*
====================================================
■ webfont.fontplus.jpの一瞬横スクロールバーが出てしまう問題の対応
====================================================
*/
#_cmp_elm_0_0,
#_cmp_elm_0_1 {
  overflow: hidden;
  width: 0;
  height: 0;
}
/*
====================================================
■ all
====================================================
*/
html,
body {
  width: 100%;
  height: auto;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #000;
  background: #FFF;
  font-size: 14px;
  font-family: 'Noto Sans Japanese', YuGothic, '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 175%;
  font-weight: 400;
  letter-spacing: 0.05rem;
}
body.antialiased {
  -webkit-font-smoothing: antialiased;
}
body.antialiased ::-webkit-input-placeholder {
  -webkit-font-smoothing: antialiased;
}
body.antialiased ::-moz-placeholder {
  -webkit-font-smoothing: antialiased;
}
body.antialiased :-ms-input-placeholder {
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 3.2vw;
  }
}
/*
====================================================
■ BodyWrapper
====================================================
*/
@media screen and (min-width: 769px), print {
  #BodyWrapper {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    min-width: 960px;
  }
}
@media screen and (max-width: 768px) {
  #BodyWrapper {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    min-width: 0;
  }
}
/*
====================================================
■ BodyContents
====================================================
*/
@media screen and (min-width: 769px), print {
  #BodyContents {
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  #BodyContents {
    position: relative;
    z-index: 2;
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  #BodyContents.active {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/*
====================================================
■ Bg
====================================================
*/
@media screen and (min-width: 769px), print {
  #Bg {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    /*background: #CCC;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  #Bg video {
    position: absolute;
  }
  #Bg .ph {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  #Bg {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    /*background: #CCC;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  #Bg video {
    position: absolute;
  }
  #Bg .ph {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
  }
}
/*
====================================================
■ Contents
====================================================
*/
@media screen and (min-width: 769px), print {
  #Contents {
    position: relative;
    z-index: 10;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #Contents {
    position: relative;
    z-index: 10;
    width: 100%;
  }
}
/*
====================================================
■ BR等 SP/PCの切り替え
====================================================
*/
@media screen and (min-width: 769px), print {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*
====================================================
■ MARGIN
====================================================
*/
@media screen and (min-width: 769px), print {
  .mtop5 {
    margin-top: 5px;
  }
  .mtop10 {
    margin-top: 10px;
  }
  .mtop20 {
    margin-top: 20px;
  }
  .mtop30 {
    margin-top: 30px;
  }
  .mtop40 {
    margin-top: 40px;
  }
  .mtop50 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .mtop5 {
    margin-top: 1.33333333vw;
  }
  .mtop10 {
    margin-top: 2.66666667vw;
  }
  .mtop20 {
    margin-top: 5.33333333vw;
  }
  .mtop30 {
    margin-top: 8vw;
  }
  .mtop40 {
    margin-top: 10.66666667vw;
  }
  .mtop50 {
    margin-top: 13.33333333vw;
  }
}
/*
====================================================
■ ALIGN
====================================================
*/
.tC {
  text-align: center;
}
.tR {
  text-align: right;
}
.tL {
  text-align: left;
}
/*
====================================================
■ Header
====================================================
*/
@media screen and (min-width: 769px), print {
  #Header {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1000;
    width: 100%;
    height: 80px;
    background-color: #FFF;
  }
  #Header .logo {
    background-image: url('../../img/common/header/logo.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 190px;
    height: 60px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: 30px;
    top: 8px;
    right: auto;
    bottom: auto;
    z-index: 2;
  }
  #Header .contents {
    display: block;
    position: absolute;
    right: 112px;
    top: 19px;
    z-index: 1;
  }
  #Header .contents li {
    float: left;
  }
  #Header .contents li:nth-child(2) {
    margin-left: 0;
  }
  #Header .contents li a {
    padding: 10px 12px;
    display: inline-block;
    position: relative;
  }
  #Header .contents li a .txt {
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
    font-family: "Noto Sans Japanese";
    font-weight: 700;
    position: relative;
  }
  #Header .contents li a .txt .line {
    display: block;
    position: absolute;
    left: 0;
    top: 24px;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: 2px;
  }
  #Header .contents li a .txt .line span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 0%;
    height: 100%;
    background-color: #000;
  }
  #Header .contents li.top {
    display: none;
  }
  #Header .sns {
    display: block;
    position: absolute;
    right: 29px;
    top: 30px;
    z-index: 3;
  }
  #Header .sns li {
    float: left;
    margin-left: 10px;
  }
  #Header .sns li:first-child {
    margin-left: 0;
  }
  #Header .sns li a {
    width: 20px;
    height: 20px;
    position: relative;
    text-indent: -9999px;
    display: block;
  }
  #Header .sns li a:before,
  #Header .sns li a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
  }
  #Header .sns li a:after {
    opacity: 0;
  }
  #Header .sns li a:hover:before {
    opacity: 0;
  }
  #Header .sns li a:hover:after {
    opacity: 1;
  }
  #Header .sns li a.fb:before {
    background-image: url(../../img/common/header/icon_fb.png);
  }
  #Header .sns li a.fb:after {
    background-image: url(../../img/common/header/icon_fb_over.png);
  }
  #Header .sns li a.tw:before {
    background-image: url(../../img/common/header/icon_tw.png);
  }
  #Header .sns li a.tw:after {
    background-image: url(../../img/common/header/icon_tw_over.png);
  }
  #HeaderDummy {
    width: 100%;
    height: 80px;
  }
  #Header.top {
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    top: -80px;
  }
  #Header.top .logo {
    display: none;
  }
  #Header.top .contents {
    display: inline-block;
    text-align: center;
    width: 100%;
    position: absolute;
    padding-top: 19px;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  #Header.top .contents li {
    float: none;
    display: inline-block;
  }
  #Header.top .contents li.top {
    display: none;
  }
  #Header.top .sns {
    right: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  #Header .logo {
    background-image: url('../../img/common/header/logo_sm.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 61px;
    height: 60px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: 30px;
    top: 8px;
    right: auto;
    bottom: auto;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  #Header {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    left: 100%;
    background-color: rgba(255, 240, 0, 0.1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #Header .inner {
    padding-bottom: 4vh;
  }
  #Header .logo {
    background-image: url('../../img/common/header/logo_sp.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 53.33333333vw;
    height: 16.66666667vw;
    display: block;
    text-indent: -9999px;
    margin: 0 auto 0;
  }
  #Header .contents {
    width: 89.33333333vw;
    margin: 5.86666667vw auto 0;
  }
  #Header .contents:after {
    content: " ";
    display: block;
    clear: both;
  }
  #Header .contents li {
    float: left;
    margin-left: 4vw;
    width: 42.66666667vw;
    border-bottom: 1px solid #000;
  }
  #Header .contents li a {
    font-size: 3.46666667vw;
    font-weight: bold;
    display: inline-block;
    font-family: "Noto Sans Japanese";
    font-weight: 700;
    padding-left: 4vw;
    padding-top: 6.66666667vw;
    padding-bottom: 6.66666667vw;
    line-height: 1;
    position: relative;
    width: 100%;
    /*					height: 100%;
*/
  }
  #Header .contents li a:after {
    content: "";
    position: absolute;
    right: 2.66666667vw;
    top: 6.66666667vw;
    z-index: 1;
    background-image: url('../../img/common/header/arrow_sp.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 3.33333333vw;
    height: 3.33333333vw;
    display: block;
    text-indent: -9999px;
  }
  #Header .contents li:nth-child(odd) {
    margin-left: 0;
  }
  #Header .contents li:nth-child(1),
  #Header .contents li:nth-child(2) {
    border-top: 1px solid #000;
  }
  #Header .sns {
    margin-top: 8.8vw;
    text-align: center;
  }
  #Header .sns li {
    display: inline-block;
    margin-left: 8vw;
  }
  #Header .sns li:first-child {
    margin-left: 0;
  }
  #Header .sns li a {
    width: 6.66666667vw;
    height: 6.66666667vw;
    position: relative;
    text-indent: -9999px;
    display: block;
  }
  #Header .sns li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-transition: opacity 150ms;
    transition: opacity 150ms;
  }
  #Header .sns li a.fb:before {
    background-image: url(../../img/common/header/icon_fb_sp.png);
  }
  #Header .sns li a.tw:before {
    background-image: url(../../img/common/header/icon_tw_sp.png);
  }
  #HeaderDummy {
    display: none;
  }
  #Header.active {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/* ipad */
/*
====================================================
■ #BtnHamburger
====================================================
*/
@media screen and (min-width: 769px), print {
  #BtnHamburger {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #BtnHamburger {
    position: fixed;
    right: 6.66666667vw;
    top: 8.66666667vw;
    z-index: 2000;
    width: 13.33333333vw;
    height: 13.33333333vw;
  }
  #BtnHamburger svg {
    width: 10.66666667vw;
    height: 10.66666667vw;
    display: block;
    position: absolute;
    left: 1.33333333vw;
    top: 1.33333333vw;
    right: auto;
    bottom: auto;
    z-index: 1;
  }
  #BodyContents.active {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/*
====================================================
■ Footer
====================================================
*/
@media screen and (min-width: 769px), print {
  #Footer {
    text-align: right;
    padding-bottom: 80px;
  }
  #Footer .bg1 {
    padding-bottom: 380px;
  }
  #Footer .bg2 {
    padding-bottom: 30px;
  }
  #Footer .info {
    font-weight: bold;
    text-align: right;
    font-size: 12px;
    padding-top: 18px;
    margin-right: 62px;
  }
  #Footer .btn_houkoku {
    margin-right: 62px;
    margin-top: 15px;
  }
  #Footer .corpyright {
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-weight: 700;
    font-size: 11px;
    display: block;
    position: absolute;
    left: 85px;
    bottom: 6px;
    right: auto;
    top: auto;
    z-index: 1;
  }
  body#top #Footer .ModBgPatternHellolife {
    display: none;
  }
  body#top #Footer.ie .ModBgPatternHellolife {
    display: block;
  }
}
@media screen and (min-width: 1921px), print {
  #Footer .corpyright {
    left: calc(50% - 880px);
  }
}
@media screen and (max-width: 768px) {
  #Footer {
    text-align: right;
    padding-bottom: 12vw;
  }
  #Footer .bg1 {
    padding-bottom: 50.66666667vw;
  }
  #Footer .bg2 {
    padding-bottom: 9.33333333vw;
  }
  #Footer .info {
    font-weight: bold;
    text-align: right;
    font-size: 2.93333333vw;
    padding-top: 4.8vw;
    margin-right: 5.06666667vw;
  }
  #Footer .btn_houkoku {
    margin-right: 5.06666667vw;
    margin-top: 4.53333333vw;
  }
  #Footer .corpyright {
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-weight: 700;
    font-size: 2.66666667vw;
    display: block;
    position: absolute;
    left: 5.33333333vw;
    bottom: 1.33333333vw;
    right: auto;
    top: auto;
    z-index: 1;
  }
}
@media screen and (min-width: 769px), print {
  #FooterAnime {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    z-index: 1;
    width: 100%;
    height: 100px;
  }
  #FooterAnime canvas {
    width: 100%;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  #FooterAnime {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    z-index: 1;
    width: 100%;
    height: 14.66666667vw;
  }
  #FooterAnime canvas {
    width: 100%;
    height: 14.66666667vw;
  }
}
@media screen and (min-width: 769px), print {
  #FooterHellolife {
    position: fixed;
    left: 0;
    bottom: 95px;
    z-index: 2;
    width: 720px;
    height: 152px;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #FooterHellolife {
    display: none;
  }
}
/*
====================================================
■ Pagetop
====================================================
*/
@media screen and (min-width: 769px), print {
  #Pagetop {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    background-color: #FFF000;
    position: relative;
    overflow: hidden;
    -webkit-transition: color 150ms;
    transition: color 150ms;
    display: block;
    position: absolute;
    right: 78px;
    bottom: 0;
    left: auto;
    top: auto;
    z-index: 1000;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  #Pagetop .normal {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  #Pagetop .normal span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  #Pagetop .normal span:before,
  #Pagetop .normal span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #Pagetop .hover {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: -100%;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 2;
    overflow: hidden;
    background-color: #000;
    color: #FFF000;
  }
  #Pagetop .hover span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center;
  }
  #Pagetop .hover span:before,
  #Pagetop .hover span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #Pagetop span {
    z-index: 2;
    text-align: center;
  }
  #Pagetop .bg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #000;
    left: -100%;
  }
  #Pagetop .normal span:before {
    background-image: url(../../img/common/footer/pagetop.png);
  }
  #Pagetop .hover span:after {
    background-image: url(../../img/common/footer/pagetop_hover.png);
  }
}
@media screen and (min-width: 1921px), print {
  #Pagetop {
    right: calc(50% - 880px);
  }
}
@media screen and (max-width: 768px) {
  #Pagetop {
    display: block;
    position: absolute;
    left: 5.06666667vw;
    bottom: 26vw;
    right: auto;
    top: auto;
    z-index: 1000;
    width: 8vw;
    height: 8vw;
    background-color: #FFF000;
    cursor: pointer;
  }
  #Pagetop .arrow {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  #Pagetop .arrow:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    background-image: url('../../img/common/footer/pagetop_sp.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 8vw;
    height: 8vw;
    display: block;
    text-indent: -9999px;
  }
  #Pagetop .hover .arrow {
    display: none;
  }
}
/*
**********************************************************************************
*
*
*
*
*
*   MOCULE
*
*
*
*
*
**********************************************************************************
*/
/*
====================================================
■ ModBgPattern
====================================================
*/
@media screen and (min-width: 1921px), print {
  .ModBgPattern1 {
    width: 1880px;
    background: url(../../img/common/bg/parts/bg.png) right top;
    margin: 0 auto;
  }
  .ModBgPatternHellolife {
    width: 1880px;
    height: 162px;
    background: url(../../img/common/bg/parts/hellolife.png) right top;
    margin: 0 auto;
  }
  .ModBgPatternFooter {
    width: 1880px;
    height: 31px;
    background: url(../../img/common/bg/parts/footer.png) right top no-repeat;
    position: relative;
    z-index: 2;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1920px), print {
  .ModBgPattern1 {
    width: calc(100% - 20px);
    min-width: 980px;
    background: url(../../img/common/bg/parts/bg.png) right top;
  }
  .ModBgPatternHellolife {
    width: calc(100% - 20px);
    min-width: 980px;
    height: 162px;
    background: url(../../img/common/bg/parts/hellolife.png) right top;
  }
  .ModBgPatternFooter {
    width: calc(100% - 20px);
    min-width: 980px;
    height: 31px;
    background: url(../../img/common/bg/parts/footer.png) right top no-repeat;
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .ModBgPattern1 {
    width: 97.33333333vw;
    background: url(../../img/common/bg/parts/bg_sp.png) right top;
    background-size: 100% auto;
  }
  .ModBgPatternHellolife {
    width: 97.33333333vw;
    height: 17.6vw;
    background: url(../../img/common/bg/parts/hellolife_sp.png) right top;
    background-size: 100% auto;
  }
  .ModBgPatternFooter {
    width: 97.33333333vw;
    height: 3.73333333vw;
    background: url(../../img/common/bg/parts/footer_sp.png) right top no-repeat;
    background-size: 100% auto;
    position: relative;
    z-index: 2;
  }
}
/*
**********************************************************************************
*
*
*   MODULE BTN系
*
*
**********************************************************************************
*/
/*
====================================================
■ ModBtnText
====================================================
*/
@media screen and (min-width: 769px), print {
  .ModBtnText {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    background-color: #FFF000;
    position: relative;
    overflow: hidden;
    -webkit-transition: color 150ms;
    transition: color 150ms;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
  }
  .ModBtnText .normal {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .ModBtnText .normal span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .ModBtnText .normal span:before,
  .ModBtnText .normal span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ModBtnText .hover {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: -100%;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 2;
    overflow: hidden;
    background-color: #000;
    color: #FFF000;
  }
  .ModBtnText .hover span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center;
  }
  .ModBtnText .hover span:before,
  .ModBtnText .hover span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ModBtnText span {
    z-index: 2;
    text-align: center;
  }
  .ModBtnText .bg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #000;
    left: -100%;
  }
  .ModBtnText.white {
    background-color: #FFFFFF;
  }
  .ModBtnText.white .hover {
    color: #FFF;
  }
}
@media screen and (max-width: 768px) {
  .ModBtnText {
    display: inline-block;
    font-weight: bold;
    font-size: 2.93333333vw;
    color: #000;
    background-color: #FFF000;
    position: relative;
    overflow: hidden;
    height: 8vw;
    padding: 0 4vw;
    line-height: 8vw;
  }
  .ModBtnText .normal {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .ModBtnText .normal span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .ModBtnText .normal span:before,
  .ModBtnText .normal span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ModBtnText .hover {
    display: none;
  }
  .ModBtnText.white {
    background-color: #FFFFFF;
  }
}
/*
====================================================
■ ModBtnTextMini
====================================================
*/
@media screen and (min-width: 769px), print {
  .ModBtnTextMini {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    background-color: #FFF000;
    position: relative;
    overflow: hidden;
    -webkit-transition: color 150ms;
    transition: color 150ms;
    height: 30px;
    padding: 0 20px;
    line-height: 30px;
  }
  .ModBtnTextMini .normal {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .ModBtnTextMini .normal span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .ModBtnTextMini .normal span:before,
  .ModBtnTextMini .normal span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ModBtnTextMini .hover {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: -100%;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 2;
    overflow: hidden;
    background-color: #000;
    color: #FFF000;
  }
  .ModBtnTextMini .hover span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center;
  }
  .ModBtnTextMini .hover span:before,
  .ModBtnTextMini .hover span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ModBtnTextMini span {
    z-index: 2;
    text-align: center;
  }
  .ModBtnTextMini .bg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #000;
    left: -100%;
  }
}
@media screen and (max-width: 768px) {
  .ModBtnTextMini {
    display: inline-block;
    font-weight: bold;
    font-size: 2.93333333vw;
    color: #000;
    background-color: #FFF000;
    position: relative;
    overflow: hidden;
    height: 5.33333333vw;
    padding: 0 4vw;
    line-height: 5.33333333vw;
  }
  .ModBtnTextMini .normal {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .ModBtnTextMini .normal span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .ModBtnTextMini .normal span:before,
  .ModBtnTextMini .normal span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ModBtnTextMini .hover {
    display: none;
  }
}
/*
====================================================
■ ModBtnMore
====================================================
*/
@media screen and (min-width: 769px), print {
  .ModBtnMore {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    background-color: #FFF000;
    position: relative;
    overflow: hidden;
    -webkit-transition: color 150ms;
    transition: color 150ms;
    width: 80px;
    height: 80px;
    text-indent: -9999px;
  }
  .ModBtnMore .normal {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .ModBtnMore .normal span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .ModBtnMore .normal span:before,
  .ModBtnMore .normal span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ModBtnMore .hover {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: -100%;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 2;
    overflow: hidden;
    background-color: #000;
    color: #FFF000;
  }
  .ModBtnMore .hover span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center;
  }
  .ModBtnMore .hover span:before,
  .ModBtnMore .hover span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ModBtnMore span {
    z-index: 2;
    text-align: center;
  }
  .ModBtnMore .bg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #000;
    left: -100%;
  }
  .ModBtnMore .normal span:before {
    background-image: url(../../img/common/btn/btn_more.png);
  }
  .ModBtnMore .hover span:after {
    background-image: url(../../img/common/btn/btn_more_over.png);
  }
  .ModBtnMoreSmall {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    background-color: #FFF000;
    position: relative;
    overflow: hidden;
    -webkit-transition: color 150ms;
    transition: color 150ms;
    width: 80px;
    height: 80px;
    text-indent: -9999px;
    width: 70px;
    height: 70px;
  }
  .ModBtnMoreSmall .normal {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .ModBtnMoreSmall .normal span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .ModBtnMoreSmall .normal span:before,
  .ModBtnMoreSmall .normal span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ModBtnMoreSmall .hover {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: -100%;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 2;
    overflow: hidden;
    background-color: #000;
    color: #FFF000;
  }
  .ModBtnMoreSmall .hover span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center;
  }
  .ModBtnMoreSmall .hover span:before,
  .ModBtnMoreSmall .hover span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ModBtnMoreSmall span {
    z-index: 2;
    text-align: center;
  }
  .ModBtnMoreSmall .bg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #000;
    left: -100%;
  }
  .ModBtnMoreSmall .normal span:before {
    background-image: url(../../img/common/btn/btn_more.png);
  }
  .ModBtnMoreSmall .hover span:after {
    background-image: url(../../img/common/btn/btn_more_over.png);
  }
  .ModBtnMoreSmall .normal span:before {
    background-image: url(../../img/common/btn/btn_more_small.png);
  }
  .ModBtnMoreSmall .hover span:after {
    background-image: url(../../img/common/btn/btn_more_small_over.png);
  }
}
@media screen and (max-width: 768px) {
  .ModBtnMore {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    background-color: #FFF000;
    position: relative;
    overflow: hidden;
    -webkit-transition: color 150ms;
    transition: color 150ms;
    width: 13.33333333vw;
    height: 13.33333333vw;
    text-indent: -9999px;
  }
  .ModBtnMore .normal {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .ModBtnMore .normal span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .ModBtnMore .normal span:before,
  .ModBtnMore .normal span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ModBtnMore .hover {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: -100%;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 2;
    overflow: hidden;
    background-color: #000;
    color: #FFF000;
  }
  .ModBtnMore .hover span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center;
  }
  .ModBtnMore .hover span:before,
  .ModBtnMore .hover span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ModBtnMore span {
    z-index: 2;
    text-align: center;
  }
  .ModBtnMore .bg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #000;
    left: -100%;
  }
  .ModBtnMore .normal span:before {
    background-image: url(../../img/common/btn/btn_more_sp.png);
  }
  .ModBtnMoreSmall {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    background-color: #FFF000;
    position: relative;
    overflow: hidden;
    -webkit-transition: color 150ms;
    transition: color 150ms;
    width: 13.33333333vw;
    text-indent: -9999px;
    width: 76vw;
    height: 13.33333333vw;
  }
  .ModBtnMoreSmall .normal {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .ModBtnMoreSmall .normal span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .ModBtnMoreSmall .normal span:before,
  .ModBtnMoreSmall .normal span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ModBtnMoreSmall .hover {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: -100%;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 2;
    overflow: hidden;
    background-color: #000;
    color: #FFF000;
  }
  .ModBtnMoreSmall .hover span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center;
  }
  .ModBtnMoreSmall .hover span:before,
  .ModBtnMoreSmall .hover span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ModBtnMoreSmall span {
    z-index: 2;
    text-align: center;
  }
  .ModBtnMoreSmall .bg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #000;
    left: -100%;
  }
  .ModBtnMoreSmall .normal span:before {
    background-image: url(../../img/common/btn/btn_more_sp.png);
  }
  .ModBtnMoreSmall .normal span:before {
    background-image: url(../../img/common/btn/btn_more_yoko_sp.png);
    background-size: contain;
  }
}
/*
====================================================
■ ModPhotoHoverMotion
====================================================
*/
@media screen and (min-width: 769px), print {
  .ModPhotoHoverMotionChild,
  .ModPhotoHoverMotion {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .ModPhotoHoverMotionChild .ModPhotoHoverMotionPhoto,
  .ModPhotoHoverMotion .ModPhotoHoverMotionPhoto {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .ModPhotoHoverMotionChild .ModPhotoHoverMotionPhoto .cover,
  .ModPhotoHoverMotion .ModPhotoHoverMotionPhoto .cover {
    background: url(../../img/common/btn/photo_hover_cover.png);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 2;
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .ModPhotoHoverMotionChild,
  .ModPhotoHoverMotion {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
  }
  .ModPhotoHoverMotionChild .ModPhotoHoverMotionPhoto,
  .ModPhotoHoverMotion .ModPhotoHoverMotionPhoto {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
  }
}
/*
====================================================
■ ModPhotoHoverMotion
====================================================
*/
@media screen and (min-width: 769px), print {
  .ModBgWhiteHoverMotion {
    -webkit-transition: background-color 500ms;
    transition: background-color 500ms;
  }
  .ModBgWhiteHoverMotion:hover {
    background-color: #FFF;
  }
}
/*
**********************************************************************************
*
*
*   MODULE TITLE系
*
*
**********************************************************************************
*/
/*
====================================================
■ Modh2
====================================================
*/
@media screen and (min-width: 769px), print {
  .Modh2 {
    width: 330px;
    position: relative;
    padding-top: 155px;
    padding-bottom: 10px;
    vertical-align: bottom;
    margin-bottom: 132px;
  }
  .Modh2:after {
    content: " ";
    display: block;
    clear: both;
  }
  .Modh2 .jp {
    font-family: "Noto Sans Japanese";
    font-weight: 700;
    font-size: 18px;
    float: left;
    margin-left: 40px;
    line-height: 1;
  }
  .Modh2 .en {
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-weight: 700;
    font-size: 12px;
    float: right;
    margin-right: 20px;
    line-height: 1;
    padding-top: 7px;
  }
  .Modh2 .border {
    width: 100%;
    height: 2px;
    background-color: #000;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .Modh2 {
    width: 58.66666667vw;
    position: relative;
    padding-top: 33.33333333vw;
    padding-bottom: 1.86666667vw;
    vertical-align: bottom;
    margin-bottom: 18.4vw;
  }
  .Modh2:after {
    content: " ";
    display: block;
    clear: both;
  }
  .Modh2 .jp {
    font-family: "Noto Sans Japanese";
    font-weight: 700;
    font-size: 4vw;
    float: left;
    margin-left: 5.06666667vw;
    line-height: 1;
  }
  .Modh2 .en {
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-weight: 700;
    font-size: 2.4vw;
    float: right;
    margin-right: 4vw;
    line-height: 1;
    padding-top: 1.6vw;
  }
  .Modh2 .border {
    width: 100%;
    height: 2px;
    background-color: #000;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    z-index: 1;
  }
}
/*
====================================================
■ ModReadtext
====================================================
*/
@media screen and (min-width: 769px), print {
  .ModReadtext h3 {
    font-size: 36px;
    font-family: "Noto Sans Japanese";
    font-weight: 700;
    margin-top: 170px;
    line-height: 2.2;
  }
  .ModReadtext h3 + h4 {
    margin-bottom: 100px;
  }
  .ModReadtext h3 + p {
    margin-top: 100px;
  }
  .ModReadtext p {
    margin-left: 80px;
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 768px) {
  .ModReadtext h3 {
    font-size: 4vw;
    font-family: "Noto Sans Japanese";
    font-weight: 700;
    margin-top: 170px;
    margin-bottom: 100px;
  }
  .ModReadtext p {
    margin-left: 0;
  }
}
/*
**********************************************************************************
*
*
*   MODULE ICON系
*
*
**********************************************************************************
*/
@media screen and (min-width: 769px), print {
  .ModCategory {
    display: inline-block;
    position: relative;
    height: 36px;
    line-height: 36px;
    background-color: #FFF000;
    font-size: 14px;
    border-radius: 18px;
    padding: 0 15px 0 43px;
    font-weight: bold;
  }
  .ModCategory:after {
    content: "";
    display: block;
    position: absolute;
    left: 8px;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .ModCategory.small {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    padding: 0 14px 0 36px;
  }
  .ModCategory.small:after {
    display: block;
    position: absolute;
    left: 6px;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 30px;
    height: 30px;
  }
  .ModCategory.press:after {
    background-image: url(../../img/common/icon/icon_press.png);
  }
  .ModCategory.evaluation:after {
    background-image: url(../../img/common/icon/icon_gaibu.png);
  }
  .ModCategory.report:after {
    background-image: url(../../img/common/icon/icon_report.png);
  }
  .ModCategory.info:after {
    background-image: url(../../img/common/icon/icon_news_info.png);
  }
  .ModCategory.media:after {
    background-image: url(../../img/common/icon/icon_news_media.png);
  }
  .ModCategory.solution:after {
    background-image: url(../../img/common/icon/icon_syugyo.png);
  }
  .ModCategory.produce:after {
    background-image: url(../../img/common/icon/icon_project.png);
  }
}
@media screen and (max-width: 768px) {
  .ModCategory {
    display: inline-block;
    position: relative;
    height: 5.33333333vw;
    line-height: 5.33333333vw;
    background-color: #FFF000;
    font-size: 2.13333333vw;
    border-radius: 2.66666667vw;
    padding: 0 3.46666667vw 0 6.66666667vw;
    font-weight: bold;
  }
  .ModCategory:after {
    content: "";
    display: block;
    position: absolute;
    left: 1.6vw;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 5.33333333vw;
    height: 5.33333333vw;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .ModCategory.press:after {
    background-image: url(../../img/common/icon/icon_press_sp.png);
  }
  .ModCategory.evaluation:after {
    background-image: url(../../img/common/icon/icon_gaibu_sp.png);
  }
  .ModCategory.report:after {
    background-image: url(../../img/common/icon/icon_report_sp.png);
  }
  .ModCategory.info:after {
    background-image: url(../../img/common/icon/icon_news_info_sp.png);
  }
  .ModCategory.media:after {
    background-image: url(../../img/common/icon/icon_news_media_sp.png);
  }
  .ModCategory.solution:after {
    background-image: url(../../img/common/icon/icon_syugyo_sp.png);
  }
  .ModCategory.produce:after {
    background-image: url(../../img/common/icon/icon_project_sp.png);
  }
}
/*
**********************************************************************************
*
*
*   MODULE LAYOUT系
*
*
**********************************************************************************
*/
/*
====================================================
■ ModContentsCenter
====================================================
*/
@media screen and (min-width: 769px), print {
  .ModContentsCenter {
    width: 960px;
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .ModContentsCenter {
    width: 86.66666667vw;
    margin: 0 auto;
    position: relative;
  }
}
/*
====================================================
■ ModContentsCenterMin
====================================================
*/
@media screen and (min-width: 769px), print {
  .ModContentsCenterMin {
    width: 800px;
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .ModContentsCenterMin {
    width: 86.66666667vw;
    margin: 0 auto;
    position: relative;
  }
}
/*
====================================================
■ ModCard3Column
====================================================
*/
@media screen and (min-width: 769px), print {
  .ModCard3Column {
    width: 100%;
  }
  .ModCard3Column:after {
    content: " ";
    display: block;
    clear: both;
  }
  .ModCard3Column li {
    width: 300px;
    float: left;
    margin-left: 30px;
  }
  .ModCard3Column li .item {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 45px;
  }
  .ModCard3Column li .ModCategory {
    display: block;
    position: absolute;
    left: 0;
    top: -18px;
    right: auto;
    bottom: auto;
    z-index: 2;
  }
  .ModCard3Column li .phbox {
    width: 300px;
    height: 200px;
  }
  .ModCard3Column li .inner {
    width: 260px;
    margin: 0 auto;
  }
  .ModCard3Column li .txt {
    font-weight: 700;
    line-height: 1.8;
    margin-top: 15px;
  }
  .ModCard3Column li .tag {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.5;
    color: #918e8d;
    font-weight: bold;
    letter-spacing: 0;
  }
  .ModCard3Column li .date {
    margin-top: 4px;
    font-weight: 700;
  }
  .ModCard3Column li:nth-child(3n+1) {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .ModCard3Column {
    width: 100%;
  }
  .ModCard3Column:after {
    content: " ";
    display: block;
    clear: both;
  }
  .ModCard3Column li {
    width: 100%;
    margin-top: 10.4vw;
  }
  .ModCard3Column li:first-child {
    margin-top: 0;
  }
  .ModCard3Column li .item {
    display: inline-block;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ModCard3Column li .ModCategory {
    display: block;
    position: absolute;
    left: 0;
    top: -2.66666667vw;
    right: auto;
    bottom: auto;
    z-index: 2;
  }
  .ModCard3Column li .phbox {
    width: 40vw;
    height: inherit;
  }
  .ModCard3Column li .inner {
    width: 46.66666667vw;
    background: #FFF;
    padding-left: 3.2vw;
    padding-right: 3.2vw;
    min-height: 26.66666667vw;
    padding-bottom: 2.66666667vw;
  }
  .ModCard3Column li .txt {
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5;
    margin-top: 2.13333333vw;
    min-height: 10.66666667vw;
  }
  .ModCard3Column li .tag {
    margin-top: 1.33333333vw;
    font-size: 2.66666667vw;
    line-height: 1.3;
  }
  .ModCard3Column li .tag a {
    color: #918e8d;
    font-weight: bold;
    letter-spacing: 0;
  }
  .ModCard3Column li .date {
    margin-top: 1.06666667vw;
    font-weight: 700;
    font-size: 2.66666667vw;
    line-height: 1;
  }
}
/*
====================================================
■ ModCard2Column
====================================================
*/
@media screen and (min-width: 769px), print {
  .ModCard2Column {
    width: 100%;
  }
  .ModCard2Column:after {
    content: " ";
    display: block;
    clear: both;
  }
  .ModCard2Column li {
    width: 450px;
    height: 470px;
    float: left;
    margin-left: 60px;
    background-color: #FFF;
  }
  .ModCard2Column li .item {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .ModCard2Column li .phbox {
    width: 450px;
    height: 310px;
  }
  .ModCard2Column li .phbox .ph {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    opacity: 0;
  }
  .ModCard2Column li .phbox .ph:first-child {
    opacity: 1;
  }
  .ModCard2Column li .title {
    font-size: 23px;
    font-family: "Noto Sans Japanese";
    font-weight: 700;
    letter-spacing: 0;
    padding-left: 20px;
    margin-top: 22px;
  }
  .ModCard2Column li .txt {
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0;
    margin-top: 32px;
    padding-left: 20px;
    padding-right: 110px;
  }
  .ModCard2Column li .ModBtnMoreSmall {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: auto;
    top: auto;
    z-index: 1;
  }
  .ModCard2Column li:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .ModCard2Column {
    width: 100%;
  }
  .ModCard2Column:after {
    content: " ";
    display: block;
    clear: both;
  }
  .ModCard2Column li {
    width: 100%;
    height: auto;
    background-color: #FFF;
    margin-top: 13.33333333vw;
    padding-bottom: 4.66666667vw;
  }
  .ModCard2Column li:first-child {
    margin-top: 0;
  }
  .ModCard2Column li .item {
    display: inline-block;
    width: 100%;
    /*				height: 100%;
*/
    position: relative;
  }
  .ModCard2Column li .phbox {
    width: 86.66666667vw;
    height: 53.33333333vw;
  }
  .ModCard2Column li .phbox .ph {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    opacity: 0;
  }
  .ModCard2Column li .phbox .ph:first-child {
    opacity: 1;
  }
  .ModCard2Column li .title {
    font-size: 4.66666667vw;
    font-family: "Noto Sans Japanese";
    font-weight: 700;
    line-height: 1.5;
    padding-left: 5.33333333vw;
    padding-right: 5.33333333vw;
    padding-top: 4.53333333vw;
  }
  .ModCard2Column li .txt {
    font-weight: 700;
    line-height: 1.5;
    margin-top: 3.33333333vw;
    padding-left: 5.33333333vw;
    padding-right: 5.33333333vw;
  }
  .ModCard2Column li .ModBtnMoreSmall {
    margin-left: 5.33333333vw;
    margin-top: 4vw;
  }
}
/*
====================================================
■ ModCard1Column
====================================================
*/
@media screen and (min-width: 769px), print {
  .ModCard1Column {
    width: 100%;
  }
  .ModCard1Column:after {
    content: " ";
    display: block;
    clear: both;
  }
  .ModCard1Column li {
    width: 960px;
    height: 500px;
    float: left;
    margin-left: 60px;
  }
  .ModCard1Column li .item {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .ModCard1Column li .phbox {
    width: 960px;
    height: 500px;
  }
  .ModCard1Column li .inner {
    background-color: #FFF;
    width: 880px;
    height: 140px;
    display: block;
    position: absolute;
    left: 40px;
    bottom: -40px;
    right: auto;
    top: auto;
    z-index: 1;
  }
  .ModCard1Column li .inner:after {
    content: " ";
    display: block;
    clear: both;
  }
  .ModCard1Column li .title {
    font-size: 30px;
    font-family: "Noto Sans Japanese";
    font-weight: 700;
    width: 220px;
    float: left;
    line-height: 1.5;
    margin-left: 30px;
    padding-top: 20px;
  }
  .ModCard1Column li .txt {
    width: 470px;
    float: left;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0;
    font-size: 16px;
    margin-left: 27px;
    padding-top: 24px;
  }
  .ModCard1Column li .ModBtnMore {
    display: block;
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: auto;
    top: auto;
    z-index: 1;
  }
  .ModCard1Column li:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .ModCard1Column {
    width: 100%;
  }
  .ModCard1Column li .item {
    display: inline-block;
    width: 100%;
    /*				height: 100%;
*/
    position: relative;
  }
  .ModCard1Column li .phbox {
    width: 86.66666667vw;
    height: 49.33333333vw;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
  }
  .ModCard1Column li .inner {
    background-color: #FFF;
    width: 81.33333333vw;
    height: auto;
    position: relative;
    z-index: 2;
    margin: 38.66666667vw auto 0;
    padding-bottom: 4.26666667vw;
  }
  .ModCard1Column li .inner:after {
    content: " ";
    display: block;
    clear: both;
  }
  .ModCard1Column li .title {
    font-size: 4.8vw;
    font-family: "Noto Sans Japanese";
    font-weight: 700;
    width: 100%;
    line-height: 1.5;
    padding-left: 5.33333333vw;
    padding-right: 5.33333333vw;
    padding-top: 3.2vw;
  }
  .ModCard1Column li .txt {
    width: 100%;
    font-weight: 700;
    line-height: 1.8;
    font-size: 2.93333333vw;
    padding-top: 3.2vw;
    padding-left: 5.33333333vw;
    padding-right: 5.33333333vw;
  }
  .ModCard1Column li .ModBtnMore {
    display: inline-block;
    font-weight: bold;
    font-size: 2.93333333vw;
    color: #000;
    background-color: #FFF000;
    position: relative;
    overflow: hidden;
    width: 70.66666667vw;
    height: 13.33333333vw;
    margin-left: 5.33333333vw;
    padding: 0;
    margin-top: 5.06666667vw;
  }
  .ModCard1Column li .ModBtnMore .normal {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .ModCard1Column li .ModBtnMore .normal span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .ModCard1Column li .ModBtnMore .normal span:before,
  .ModCard1Column li .ModBtnMore .normal span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ModCard1Column li .ModBtnMore .hover {
    display: none;
  }
  .ModCard1Column li .ModBtnMore span:before {
    background-image: url(../../img/common/btn/btn_more_yoko_sp.png);
    background-size: contain;
  }
}
/*
====================================================
■ ModCategoryLink
====================================================
*/
@media screen and (min-width: 769px), print {
  .ModCategoryLink {
    margin-bottom: 100px;
    opacity: 0;
  }
  .ModCategoryLink ul {
    text-align: center;
  }
  .ModCategoryLink ul:after {
    content: " ";
    display: block;
    clear: both;
  }
  .ModCategoryLink ul li {
    display: block;
    float: left;
    margin-bottom: 60px;
  }
  .ModCategoryLink ul li a {
    width: 100%;
    padding: 0;
    font-size: 13px;
    letter-spacing: 0;
  }
  .ModCategoryLink ul li a span {
    padding-left: 20px;
  }
  .ModCategoryLink ul li a .hover:before,
  .ModCategoryLink ul li a .normal:before {
    content: "";
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0px;
    top: 1px;
  }
  .ModCategoryLink ul li a.current .normal {
    background-color: #000;
  }
  .ModCategoryLink ul li a.current .normal span {
    color: #ffee00;
  }
  .ModCategoryLink ul li a.all span {
    padding-left: 0px;
    font-size: 14px;
  }
  .ModCategoryLink ul li a.syugyo .normal:before,
  .ModCategoryLink ul li a.syugyo .hover:before {
    left: 14px;
  }
  .ModCategoryLink ul li a.syugyo .normal:before {
    background-image: url(../../img/common/icon/icon_syugyo.png);
  }
  .ModCategoryLink ul li a.syugyo .hover:before {
    background-image: url(../../img/common/icon/icon_syugyo_yellow.png);
  }
  .ModCategoryLink ul li a.syugyo.current .normal:before {
    background-image: url(../../img/common/icon/icon_syugyo_yellow.png);
  }
  .ModCategoryLink ul li a.project .normal:before,
  .ModCategoryLink ul li a.project .hover:before {
    left: 30px;
  }
  .ModCategoryLink ul li a.project .normal:before {
    background-image: url(../../img/common/icon/icon_project.png);
  }
  .ModCategoryLink ul li a.project .hover:before {
    background-image: url(../../img/common/icon/icon_project_yellow.png);
  }
  .ModCategoryLink ul li a.project.current .normal:before {
    background-image: url(../../img/common/icon/icon_project_yellow.png);
  }
  .ModCategoryLink ul li a.press .normal:before,
  .ModCategoryLink ul li a.press .hover:before {
    left: 30px;
  }
  .ModCategoryLink ul li a.press .normal:before {
    background-image: url(../../img/common/icon/icon_press.png);
  }
  .ModCategoryLink ul li a.press .hover:before {
    background-image: url(../../img/common/icon/icon_press_yellow.png);
  }
  .ModCategoryLink ul li a.press.current .normal:before {
    background-image: url(../../img/common/icon/icon_press_yellow.png);
  }
  .ModCategoryLink ul li a.evaluation .normal:before,
  .ModCategoryLink ul li a.evaluation .hover:before {
    left: 30px;
  }
  .ModCategoryLink ul li a.evaluation .normal:before {
    background-image: url(../../img/common/icon/icon_gaibu.png);
  }
  .ModCategoryLink ul li a.evaluation .hover:before {
    background-image: url(../../img/common/icon/icon_gaibu_yellow.png);
  }
  .ModCategoryLink ul li a.evaluation.current .normal:before {
    background-image: url(../../img/common/icon/icon_gaibu_yellow.png);
  }
  .ModCategoryLink ul li a.report .normal:before,
  .ModCategoryLink ul li a.report .hover:before {
    left: 30px;
  }
  .ModCategoryLink ul li a.report .normal:before {
    background-image: url(../../img/common/icon/icon_report.png);
  }
  .ModCategoryLink ul li a.report .hover:before {
    background-image: url(../../img/common/icon/icon_report_yellow.png);
  }
  .ModCategoryLink ul li a.report.current .normal:before {
    background-image: url(../../img/common/icon/icon_report_yellow.png);
  }
}
@media screen and (max-width: 768px) {
  .ModCategoryLink {
    margin-bottom: 16vw;
    opacity: 0;
  }
  .ModCategoryLink ul li {
    display: block;
  }
  .ModCategoryLink ul li a {
    width: 100%;
    padding: 0;
    text-align: center;
    display: block;
    overflow: hidden;
    height: 0;
  }
  .ModCategoryLink ul li a span {
    padding-left: 2.66666667vw;
    line-height: 9.33333333vw;
  }
  .ModCategoryLink ul li a .hover:before,
  .ModCategoryLink ul li a .normal:before {
    content: "";
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 5.33333333vw;
    height: 5.33333333vw;
    position: absolute;
    left: 0px;
    top: 2vw;
  }
  .ModCategoryLink ul li a:after {
    content: "";
    display: block;
    position: absolute;
    right: 2.93333333vw;
    top: 3.33333333vw;
    z-index: 1;
    width: 2.93333333vw;
    height: 2.93333333vw;
    background-image: url(../../img/common/parts/arrow_select_right_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .ModCategoryLink ul li a.current {
    height: 9.33333333vw;
  }
  .ModCategoryLink ul li a.current .normal {
    background-color: #000;
  }
  .ModCategoryLink ul li a.current .normal span {
    color: #ffee00;
  }
  .ModCategoryLink ul li a.current:after {
    background-image: url(../../img/common/parts/arrow_select_down_yellow_sp.png);
  }
  .ModCategoryLink ul li a.all span {
    padding-left: 0px;
  }
  .ModCategoryLink ul li a.syugyo .normal:before,
  .ModCategoryLink ul li a.syugyo .hover:before {
    left: 11.2vw;
  }
  .ModCategoryLink ul li a.syugyo .normal:before {
    background-image: url(../../img/common/icon/icon_syugyo_sp.png);
  }
  .ModCategoryLink ul li a.syugyo .hover:before {
    background-image: url(../../img/common/icon/icon_syugyo_yellow_sp.png);
  }
  .ModCategoryLink ul li a.syugyo.current .normal:before {
    background-image: url(../../img/common/icon/icon_syugyo_yellow_sp.png);
  }
  .ModCategoryLink ul li a.project .normal:before,
  .ModCategoryLink ul li a.project .hover:before {
    left: 15.2vw;
  }
  .ModCategoryLink ul li a.project .normal:before {
    background-image: url(../../img/common/icon/icon_project_sp.png);
  }
  .ModCategoryLink ul li a.project .hover:before {
    background-image: url(../../img/common/icon/icon_project_yellow_sp.png);
  }
  .ModCategoryLink ul li a.project.current .normal:before {
    background-image: url(../../img/common/icon/icon_project_yellow_sp.png);
  }
  .ModCategoryLink ul li a.press .normal:before,
  .ModCategoryLink ul li a.press .hover:before {
    left: 28vw;
  }
  .ModCategoryLink ul li a.press .normal:before {
    background-image: url(../../img/common/icon/icon_press_sp.png);
  }
  .ModCategoryLink ul li a.press .hover:before {
    background-image: url(../../img/common/icon/icon_press_yellow_sp.png);
  }
  .ModCategoryLink ul li a.press.current .normal:before {
    background-image: url(../../img/common/icon/icon_press_yellow_sp.png);
  }
  .ModCategoryLink ul li a.evaluation .normal:before,
  .ModCategoryLink ul li a.evaluation .hover:before {
    left: 31.2vw;
  }
  .ModCategoryLink ul li a.evaluation .normal:before {
    background-image: url(../../img/common/icon/icon_gaibu_sp.png);
  }
  .ModCategoryLink ul li a.evaluation .hover:before {
    background-image: url(../../img/common/icon/icon_gaibu_yellow_sp.png);
  }
  .ModCategoryLink ul li a.evaluation.current .normal:before {
    background-image: url(../../img/common/icon/icon_gaibu_yellow_sp.png);
  }
  .ModCategoryLink ul li a.report .normal:before,
  .ModCategoryLink ul li a.report .hover:before {
    left: 24.53333333vw;
  }
  .ModCategoryLink ul li a.report .normal:before {
    background-image: url(../../img/common/icon/icon_report_sp.png);
  }
  .ModCategoryLink ul li a.report .hover:before {
    background-image: url(../../img/common/icon/icon_report_yellow_sp.png);
  }
  .ModCategoryLink ul li a.report.current .normal:before {
    background-image: url(../../img/common/icon/icon_report_yellow_sp.png);
  }
  .ModCategoryLink.open ul li a.current:after {
    background-image: url(../../img/common/parts/arrow_select_up_yellow_sp.png);
  }
}
/*
====================================================
■ archive系
====================================================
*/
/*
====================================================
■ pagination
====================================================
*/
@media screen and (min-width: 769px), print {
  .pagination {
    padding-top: 30px;
    text-align: center;
  }
  .pagination .current,
  .pagination a {
    display: inline-block;
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .pagination {
    padding-top: 8vw;
    text-align: center;
  }
  .pagination .current,
  .pagination a {
    display: inline-block;
    margin: 0 2.13333333vw;
  }
}
/*
====================================================
■ 
====================================================
*/
/*
====================================================
■ ModScrollShowMotion
====================================================
*/
.ModScrollShowMotionChild,
.ModScrollShowMotion {
  opacity: 0;
}
@media screen and (min-width: 769px), print {
  .ModInterviewList li {
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .ModInterviewList li .ModInterviewImage {
    float: left;
    width: 550px;
    height: 240px;
  }
  .ModInterviewList li .ModInterviewContent {
    float: left;
    width: 360px;
    margin-left: 40px;
    position: relative;
    padding-right: 25px;
  }
  .ModInterviewList li .ModInterviewContent .ModInterviewListName {
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 25px;
    font-weight: 500;
    letter-spacing: 0.1rem;
  }
  .ModInterviewList li .ModInterviewContent .ModCategory {
    text-align: center;
    height: 24px;
    line-height: 24px;
    font-size: 10.4px;
    position: absolute;
    left: 160px;
    top: 40px;
    padding: 0 15px 0 15px;
  }
  .ModInterviewList li .ModInterviewContent .ModCategory:after {
    display: none;
  }
  .ModInterviewList li .ModInterviewContent .ModInterviewListPosition {
    font-size: 12px;
    margin-bottom: 30px;
    line-height: 1.8;
    letter-spacing: 0.01rem;
    font-weight: 600;
  }
  .ModInterviewList li .ModInterviewContent .ModInterviewListDescription {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .ModInterviewList li {
    background: #fff;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .ModInterviewList li .ModInterviewImage {
    width: auto;
    height: 160px;
  }
  .ModInterviewList li .ModInterviewContent {
    position: relative;
    padding: 0 20px 20px 20px;
  }
  .ModInterviewList li .ModInterviewContent .ModInterviewListName {
    font-size: 5.33333333vw;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .ModInterviewList li .ModInterviewContent .ModCategory {
    text-align: center;
    height: 24px;
    line-height: 24px;
    font-size: 10.4px;
    position: absolute;
    right: 20px;
    top: 0px;
    padding: 0 15px 0 15px;
  }
  .ModInterviewList li .ModInterviewContent .ModCategory:after {
    display: none;
  }
  .ModInterviewList li .ModInterviewContent .ModInterviewListPosition {
    font-size: 3.2vw;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  .ModInterviewList li .ModInterviewContent .ModInterviewListDescription {
    font-size: 3.73333333vw;
    line-height: 1.6;
  }
}
