@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* =============================================================================
 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;
}

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

nav ul,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}



/* =============================================================================
 Fonts
============================================================================= */

@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 400;
  src: url('font/NotoSansCJKjp-Regular.woff2') format('woff2'),
    url('font/NotoSansCJKjp-Regular.woff') format('woff'),
    url('font/NotoSansCJKjp-Regular.ttf') format('truetype'),
    url('font/NotoSansCJKjp-Regular.eot') format('embedded-opentype');
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 500;
  src: url('font/NotoSansCJKjp-Medium.woff2') format('woff2'),
    url('font/NotoSansCJKjp-Medium.woff') format('woff'),
    url('font/NotoSansCJKjp-Medium.ttf') format('truetype'),
    url('font/NotoSansCJKjp-Medium.eot') format('embedded-opentype');
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 700;
  src: url('font/NotoSansCJKjp-Bold.woff2') format('woff2'),
    url('font/NotoSansCJKjp-Bold.woff') format('woff'),
    url('font/NotoSansCJKjp-Bold.ttf') format('truetype'),
    url('font/NotoSansCJKjp-Bold.eot') format('embedded-opentype');
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 900;
  src: url('font/NotoSansCJKjp-Black.woff2') format('woff2'),
    url('font/NotoSansCJKjp-Black.woff') format('woff'),
    url('font/NotoSansCJKjp-Black.ttf') format('truetype'),
    url('font/NotoSansCJKjp-Black.eot') format('embedded-opentype');
}

@font-face {
  font-family: 'DINNextLTPro-Bold';
  src: url('font/37BF27_0_0.eot');
  src: url('font/37BF27_0_0.eot?#iefix') format('embedded-opentype'), url('font/37BF27_0_0.woff2') format('woff2'), url('font/37BF27_0_0.woff') format('woff'), url('font/37BF27_0_0.ttf') format('truetype');
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans CJK JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: 'Noto Sans JP', "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

p,
li,
dt,
dd {
  line-height: 1.85;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}


/* =============================================================================
 Base
============================================================================= */

body {}

@media screen and (max-width: 1100px) {
  #container {
    padding-top: 52px;
  }

  #mainArea {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 1101px) {
  #container {
    padding-top: 80px;
  }

  #mainArea {
    padding-bottom: 100px;
  }
}

/* =============================================================================
 Slider
============================================================================= */

.hero .mv .image {
  width: 100%;
  height: 34.7vw;
  background-size: cover;
}

.hero {
  height: 34.7vw !important;
}

#mainArea {
  padding-bottom: 0;
}

.hero .slick-dots {
  display: none;
}

.topPage #container {
  padding-bottom: 100px;
}


/* =============================================================================
 Elements
============================================================================= */

/* color setting */

html {}

body {}


/* link setting */

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


/* image setting */

img {
  width: 100%;
  vertical-align: bottom;
}

@media screen and (min-width: 768px) {
  img {
    width: auto;
    max-width: 100%;
  }
}

/* =============================================================================
 Common Class
============================================================================= */

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}


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

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

/* =============================================================================
 common header
============================================================================= */


@media screen and (min-width: 1101px) {
  #commonHeader {
    border-bottom: 1px #cfcfcf solid;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #fff;
    z-index: 100;
  }

  #commonHeader .logo {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 155px;
    height: 80px;
    background-color: #dd2c2e;
    z-index: 2;
  }

  #commonHeader .logo img {
    width: 111px;
  }

  #commonHeader .btnMenu {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  #commonHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 52px;
    background-color: #fff;
    z-index: 100;
  }

  #commonHeader .logo {
    position: absolute;
    top: 10px;
    left: calc(26/750*100%);
    width: 106px;
  }

  .btnMenu {
    position: absolute;
    top: 17px;
    right: calc(26/750*100%);
    width: 30px;
    height: 16px;
    -webkit-transition: top ease .3s;
    transition: top ease .3s;
  }

  .btnMenu span {
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #dd2c2e;
    font-size: 0;
    text-indent: -9999px;
  }

  .btnMenu span:before,
  .btnMenu span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #dd2c2e;
    -webkit-transition: transform ease .3s;
    transition: transform ease .3s;
  }

  .btnMenu span:before {
    top: -7px;
  }

  .btnMenu span:after {
    top: 7px;
  }

  .menuOpen {
    overflow: hidden;
  }

  .menuOpen .btnMenu span {
    background-color: transparent;
  }

  .menuOpen .btnMenu span:after {
    top: 50%;
    width: 30px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menuOpen .btnMenu span:before {
    top: 50%;
    width: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* =============================================================================
 global navi
============================================================================= */



@media screen and (min-width: 1101px) {
  #globalNavi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
  }

  #globalNavi .navInner {}

  #globalNavi .navInner>ul {
    padding-left: 4px
  }

  #globalNavi .navInner>ul>li {
    float: left;
  }

  #globalNavi .navInner>ul>li>a,
  #globalNavi .navInner>ul>li>span {
    padding: 30px 16px 0;
    display: block;
    position: relative;
    height: 80px;
    line-height: 23px;
    color: #000;
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
  }

  #globalNavi .navInner>ul>li:nth-child(3)>a,
  #globalNavi .navInner>ul>li:nth-child(3)>span,
  #globalNavi .navInner>ul>li:nth-child(4)>a,
  #globalNavi .navInner>ul>li:nth-child(4)>span {
    padding-top: 18px;
  }

  #globalNavi .navInner>ul>li>a:before,
  #globalNavi .navInner>ul>li>span:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
    height: 4px;
    background-color: #dd2c2e;
    opacity: 0;
  }

  #globalNavi .navInner>ul>li>a:hover:before,
  #globalNavi .navInner>ul>li>span:hover:before {
    opacity: 1;
  }

  #globalNavi .navInner>ul>li .small {
    display: block;
    font-size: 1.2rem;
  }

  #globalNavi .navInner>ul>li .subMenu {
    padding: 40px 0 50px;
    display: block !important;
    position: absolute;
    top: 81px;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }

  #globalNavi .navInner>ul>li.hovered .subMenu {
    visibility: visible;
    opacity: 1;
  }

  #globalNavi .navInner>ul>li .subMenu dl {
    margin: 0 auto;
    padding: 0 25px;
    max-width: 1140px;
  }

  #globalNavi .navInner>ul>li .subMenu dl dt {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px #ebbabd solid;
    color: #dd2c2e;
    font-size: 2rem;
    font-weight: 700;
  }

  #globalNavi .navInner>ul>li.navProduct .subMenu dl dt {
    border-color: #adc4e0;
    color: #0f4da1;
  }

  #globalNavi .navInner>ul>li .subMenu dl dt .small {
    padding-left: 1em;
    display: inline-block;
    font-size: 1.4rem;
  }

  #globalNavi .navInner>ul>li .subMenu dl dd {}

  #globalNavi .navInner>ul>li .subMenu dl dd ul {
    display: flex;
  }

  #globalNavi .navInner>ul>li .subMenu dl dd ul li {
    margin: 0 calc(20/1140*100%) 0 0;
    width: calc(160/1140*100%);
  }

  #globalNavi .navInner>ul>li .subMenu dl dd ul li:last-child {
    margin-right: 0;
  }

  #globalNavi .navInner>ul>li .subMenu dl dd ul li a {
    display: block;
    position: relative;
    color: #dd2c2e;
    font-size: 1.6rem;
    text-decoration: none;
  }

  #globalNavi .navInner>ul>li .subMenu dl dd ul li a .image {
    border-radius: 10px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  #globalNavi .navInner>ul>li .subMenu dl dd ul li a .image:after {
    content: "";
    border: 3px #dd2c2e solid;
    border-radius: 10px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    opacity: 0;
  }

  #globalNavi .navInner>ul>li.navProduct .subMenu dl dd ul li a .image:after {
    border-color: #0f4da1;
  }

  #globalNavi .navInner>ul>li .subMenu dl dd ul li a:hover .image:after {
    opacity: 1;
  }

  #globalNavi .navInner>ul>li .subMenu dl dd ul li a .text {
    padding-top: 5px;
  }

  #globalNavi .navInner>ul>li.navProduct .subMenu dl dd ul li a {
    color: #0f4da1;
  }

  #globalNavi .socialBtns {
    position: absolute;
    top: 28px;
    right: 180px;
  }

  #globalNavi .socialBtns .sns {
    margin-left: 25px;
    float: left;
  }

  #globalNavi .socialBtns .sns a {
    color: #9e9e9e;
    font-size: 25px;
    text-decoration: none;
    -webkit-transition: opacity ease .3s;
    transition: opacity ease .3s;
  }

  #globalNavi .socialBtns .sns a:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 1100px) {
  #globalNavi {
    position: fixed;
    top: 52px;
    left: 0;
    width: 100%;
    height: calc(100% - 52px);
    overflow: auto;
    background-color: #dd2c2e;
    z-index: 200;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }

  .menuOpen #globalNavi {
    visibility: visible;
    opacity: 1;
  }

  #globalNavi .navInner {}

  #globalNavi .navInner>ul {}

  #globalNavi .navInner>ul>li {
    border-bottom: 1px #eb8082 solid;
  }

  #globalNavi .navInner>ul>li>a,
  #globalNavi .navInner>ul>li>span {
    padding: 22px 0 0;
    display: block;
    position: relative;
    height: 70px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    box-sizing: border-box;
  }

  #globalNavi .navInner>ul>li>a:before {
    content: "";
    display: block;
    border-top: 2px #fff solid;
    border-right: 2px #fff solid;
    position: absolute;
    top: 29px;
    right: calc(29/750*100%);
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #globalNavi .navInner>ul>li>span:before {
    content: "";
    display: block;
    position: absolute;
    top: 25px;
    right: calc(26/750*100%);
    width: 20px;
    height: 20px;
    background: url(/yell/img/common/icon_plus.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  #globalNavi .navInner>ul>li>span.open:before {
    background-image: url(/yell/img/common/icon_minus.png);
  }

  #globalNavi .navInner>ul>li:nth-child(3)>a,
  #globalNavi .navInner>ul>li:nth-child(3)>span,
  #globalNavi .navInner>ul>li:nth-child(4)>a,
  #globalNavi .navInner>ul>li:nth-child(4)>span {
    padding: 12px 0 0;
  }

  #globalNavi .navInner>ul>li>a:before,
  #globalNavi .navInner>ul>li>span:before {}

  #globalNavi .navInner>ul>li>a:hover:before,
  #globalNavi .navInner>ul>li>span:hover:before {}

  #globalNavi .navInner>ul>li .small {
    display: block;
    font-size: 1.2rem;
  }

  #globalNavi .navInner>ul>li .subMenu {
    margin: 0 calc(26/750*100%);
    padding: 10px 0 20px;
    display: none;
  }

  #globalNavi .navInner>ul>li.hovered .subMenu {}

  #globalNavi .navInner>ul>li .subMenu dl {
    padding: 25px 25px 10px;
    border-radius: 10px;
    background-color: #fff;
  }

  #globalNavi .navInner>ul>li .subMenu dl dt {
    display: none;
  }

  #globalNavi .navInner>ul>li .subMenu dl dt .small {}

  #globalNavi .navInner>ul>li .subMenu dl dd {}

  #globalNavi .navInner>ul>li .subMenu dl dd ul {
    display: flex;
    flex-wrap: wrap;
  }

  #globalNavi .navInner>ul>li .subMenu dl dd ul li {
    margin: 0 3.5% 15px 0;
    width: 31%;
  }

  #globalNavi .navInner>ul>li .subMenu dl dd ul li:nth-child(3n) {
    margin-right: 0;
  }

  #globalNavi .navInner>ul>li .subMenu dl dd ul li a {
    color: #dd2c2e;
    font-size: 1.3rem;
  }

  #globalNavi .navInner>ul>li .subMenu dl dd ul li a .image {
    border-radius: 10px;
    overflow: hidden;
  }

  #globalNavi .navInner>ul>li .subMenu dl dd ul li a .image img {
    width: 100%;
  }

  #globalNavi .navInner>ul>li .subMenu dl dd ul li a .text {}

  #globalNavi .navInner>ul>li.navProduct .subMenu dl dd ul li a {
    color: #0f4da1;
  }

  #globalNavi .socialBtns {
    padding: 35px 0;
    text-align: center;
  }

  #globalNavi .socialBtns .sns {
    margin: 0 25px;
    display: inline-block;
    font-size: 35px;
  }

  #globalNavi .socialBtns .sns a {
    color: #fff;
    text-decoration: none;
  }

  #globalNavi .socialBtns .sns a:hover {}
}

@media screen and (max-width: 767px) {
  #globalNavi .navInner>ul>li .subMenu dl dd ul li {
    margin: 0 6% 15px 0;
    width: 47%;
  }

  #globalNavi .navInner>ul>li .subMenu dl dd ul li:nth-child(3n) {
    margin-right: 6%;
  }

  #globalNavi .navInner>ul>li .subMenu dl dd ul li:nth-child(even) {
    margin-right: 0;
  }
}





/* =============================================================================
 common footer
============================================================================= */

@media screen and (min-width: 901px) {
  #commonFooter {
    padding: 0 25px;
    background-color: #eee;
  }

  #commonFooter .footerInner {
    margin: 0 auto;
    padding: 80px 0;
    position: relative;
    max-width: 1140px;
    height: 360px;
    box-sizing: border-box;
  }

  #commonFooter .footerInner>ul {}

  #commonFooter .footerInner>ul>li {
    border-bottom: 1px #cecece solid;
    position: absolute;
    top: 80px;
    right: 435px;
    width: 200px;
  }

  #commonFooter .footerInner>ul>li>a {
    line-height: 35px;
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
  }

  #commonFooter .footerInner>ul>li>a:hover {
    text-decoration: underline;
  }

  #commonFooter .footerInner>ul>li.navTop {}

  #commonFooter .footerInner>ul>li.navProject {
    border-bottom: none;
    right: 205px;
  }

  #commonFooter .footerInner>ul>li.navProduct {
    border-bottom: none;
    right: 0;
    width: 180px;
  }

  #commonFooter .footerInner>ul>li.navFuture {
    top: 116px;
  }

  #commonFooter .footerInner>ul>li.navDeclare {
    top: 153px;
  }

  #commonFooter .footerInner>ul>li.blank {
    border-bottom: none;
    top: 240px;
    right: 0;
    width: 180px;
  }

  #commonFooter .footerInner>ul>li.blank a {
    display: inline-block;
    line-height: 1.33;
    font-weight: 400;
    padding-right: 25px;
    background: url(/yell/img/common/icon_blank.png) right center no-repeat;
  }

  #commonFooter .footerInner>ul>li.blank a:hover {
    text-decoration: underline;
  }

  #commonFooter .footerInner>ul>li.blank01 {}

  #commonFooter .footerInner>ul>li.blank02 {
    top: 267px;
  }

  #commonFooter .footerInner>ul>li dl {}

  #commonFooter .footerInner>ul>li dl dt {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px #cecece solid;
    line-height: 22px;
    font-size: 1.4rem;
    font-weight: 700;
  }

  #commonFooter .footerInner>ul>li dl dt .small {
    display: block;
    font-size: 1.2rem;
    letter-spacing: -.05em;
  }

  #commonFooter .footerInner>ul>li dl dd {
    display: block !important;
  }

  #commonFooter .footerInner>ul>li dl dd ul {}

  #commonFooter .footerInner>ul>li dl dd ul li {
    line-height: 26px;
    font-size: 1.4rem;
  }

  #commonFooter .footerInner>ul>li dl dd ul li a {
    position: relative;
    display: block;
    color: #000;
  }

  #commonFooter .footerInner>ul>li dl dd ul li a:after {
    content: "";
    border-top: 1px #000 solid;
    border-right: 1px #000 solid;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 4px;
    height: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #commonFooter .logo {
    position: absolute;
    top: 80px;
    left: 0;
    width: 195px;
  }

  #commonFooter .copyright {
    padding-top: 200px;
    font-size: 1.2rem;
    font-weight: 400;
  }
}

@media screen and (max-width: 900px) {
  #commonFooter {
    background-color: #eee;
  }

  #commonFooter .footerInner {}

  #commonFooter .footerInner>ul:after {
    content: "";
    display: block;
    clear: both;
  }

  #commonFooter .footerInner>ul>li {
    border-bottom: 1px #cecece solid;
  }

  #commonFooter .footerInner>ul>li>a {
    padding: 10px calc(26/750*100%) 8px;
    display: block;
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
  }

  #commonFooter .footerInner>ul>li.navProject {}

  #commonFooter .footerInner>ul>li.navProduct {}

  #commonFooter .footerInner>ul>li.blank {
    float: left;
    width: 50%;
    box-sizing: border-box;
  }

  #commonFooter .footerInner>ul>li.blank a {
    padding-left: calc(50/750*100%);
    font-weight: 400;
  }

  #commonFooter .footerInner>ul>li.blank a span {
    padding-right: 20px;
    background: url(/yell/img/common/icon_blank_sp.png) right center no-repeat;
    -webkit-background-size: 14px auto;
    background-size: 14px auto;
  }

  #commonFooter .footerInner>ul>li.blank01 {
    border-right: 1px #cecece solid;
  }

  #commonFooter .footerInner>ul>li.blank02 {}

  #commonFooter .footerInner>ul>li dl {}

  #commonFooter .footerInner>ul>li dl dt {
    padding: 10px calc(26/750*100%) 8px;
    position: relative;
    display: block;
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
  }

  #commonFooter .footerInner>ul>li dl dt:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: calc(35/750*100%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(/yell/img/common/icon_plus2.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  #commonFooter .footerInner>ul>li dl dt.open:after {
    background-image: url(/yell/img/common/icon_minus2.png);
  }

  #commonFooter .footerInner>ul>li dl dt .small {
    padding-left: 1em;
    font-size: 1rem;
  }

  #commonFooter .footerInner>ul>li dl dd {
    display: none;
    background-color: #ddd;
  }

  #commonFooter .footerInner>ul>li dl dd ul {
    margin: 0 calc(26/750*100%)
  }

  #commonFooter .footerInner>ul>li dl dd ul li {
    border-bottom: 1px #c0c0c0 solid;
  }

  #commonFooter .footerInner>ul>li dl dd ul li:last-child {
    border-bottom: none;
  }

  #commonFooter .footerInner>ul>li dl dd ul li a {
    padding: 10px 0 8px;
    position: relative;
    display: block;
    color: #000;
    font-size: 1.4rem;
    font-weight: 400;
    text-decoration: none;
  }

  #commonFooter .footerInner>ul>li dl dd ul li a:after {
    content: "";
    display: block;
    border-top: 1px #5e5e5e solid;
    border-right: 1px #5e5e5e solid;
    position: absolute;
    top: 18px;
    right: 10px;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #commonFooter .logo {
    margin: 17px calc(35/750*100%) 28px;
    width: calc(206/750*100%);
  }

  #commonFooter .copyright {
    padding: 0 0 18px;
    font-size: .9rem;
    font-weight: 400;
    text-align: center;
  }
}

@media screen and (max-width: 374px) {
  #commonFooter .footerInner>ul>li dl dt .small {
    display: block;
  }
}





/* =============================================================================
 Common Block Styles
============================================================================= */

/* page header */
.pageHeader {
  margin: 0 0 35px;
  position: relative;
  height: calc(100vh - 52px);
}

.pageHeader .image {
  position: relative;
  height: calc(100vh - 52px);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.pageHeader .headline {
  padding: calc(60/750*100%) calc(26/750*100%) calc(110/750*100%);
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background-color: rgba(221, 44, 46, .9);
  box-sizing: border-box;
}

.productPages .pageHeader .headline {
  background-color: rgba(15, 77, 161, .9);
}

.pageHeader .headline .icon {
  margin-right: 10px;
  border: 2px #fff solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}

.pageHeader .headline .icon img {
  width: 30px;
  height: auto;
}

.productPages .pageHeader .headline .icon img {
  width: 36px;
}

.pageHeader .headline .text {
  width: calc(100% - 60px);
}

.pageHeader .headline .label {
  font-size: 1.2rem;
  font-family: 'DINNextLTPro-Bold';
  font-weight: 400;
}

.pageHeader .headline .pageTitle {
  margin-top: 6px;
  padding-top: 6px;
  position: relative;
  line-height: 1;
  font-size: 2rem;
  font-weight: 700;
}

.pageHeader .headline .pageTitle:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #e37273;
}

.productPages .pageHeader .headline .pageTitle {
  letter-spacing: .05em;
}

.productPages .pageHeader .headline .pageTitle:before {
  background-color: #618abf;
}

.pageHeader .scroll {
  padding-bottom: 15px;
  position: absolute;
  bottom: 13px;
  left: 50%;
  width: 28px;
  color: #fff;
  font-size: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pageHeader .scroll:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 3px;
  width: 21px;
  height: 12px;
  background: url(/yell/img/common/icon_scrollarrow_pc.png) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  animation-name: scrollMove;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media screen and (min-width: 768px) {
  .pageHeader {
    margin-bottom: 70px;
  }

  .pageHeader .image {
    position: relative;
    overflow: hidden;
  }

  .pageHeader .image img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    min-width: 1440px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .pageHeader .headlineWrap {
    padding: 0 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(221, 44, 46, .9);
    box-sizing: border-box;
  }

  .productPages .pageHeader .headlineWrap {
    background-color: rgba(15, 77, 161, .9);
  }

  .pageHeader .headline {
    margin: 0 auto;
    padding: 30px 45px 0 0;
    position: static;
    align-items: flex-start;
    width: 100%;
    max-width: 1070px;
    height: 190px;
    box-sizing: border-box;
    background-color: transparent;
  }

  .productPages .pageHeader .headline {
    background-color: transparent;
  }

  .productPages .pageHeader .headline {}

  .pageHeader .headline .icon {
    margin-right: 35px;
    width: 90px;
    height: 90px;
  }

  .pageHeader .headline .icon img {
    width: 54px;
  }

  .productPages .pageHeader .headline .icon img {
    width: 62px;
  }

  .pageHeader .headline .text {
    width: calc(100% - 125px);
  }

  .pageHeader .headline .label {
    width: auto;
    font-size: 2rem;
  }

  .pageHeader .headline .pageTitle {
    margin-top: 15px;
    padding-top: 12px;
    font-size: 3.4rem;
  }

  .productPages .pageHeader .headline .pageTitle {}

  .pageHeader .scroll {
    padding: 0 28px 0 0;
    bottom: 20px;
    width: auto;
    font-size: 1.4rem;
  }

  .pageHeader .scroll:after {
    left: auto;
    right: 0;
    bottom: 0;
    width: 18px;
    height: 11px;
    background: url(/yell/img/common/icon_scrollarrow2_pc.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

@media screen and (min-width: 1101px) {

  .pageHeader,
  .pageHeader .image {
    height: calc(100vh - 81px);
  }
}



/* page lead */
.pageLead {
  margin: -35px 0 40px;
  padding: 30px calc(26/750*100%);
  color: #dd2c2e;
  background-color: #eee;
}

.productPages .pageLead {
  color: #003377;
}

.pageLead .leadTitle {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.productPages .pageLead .leadTitle {
  text-align: left;
}

.pageLead p {}

@media screen and (min-width: 768px) {
  .pageLead {
    margin: -70px 0 80px;
    padding: 80px 25px 70px;
  }

  .productPages .pageLead {}

  .pageLead .leadTitle {
    margin-bottom: 30px;
    font-size: 3rem;
  }

  .productPages .pageLead .leadTitle {
    text-align: center;
  }

  .pageLead p {
    margin: 0 auto;
    max-width: 820px;
  }
}



/* column box */
.columnBox {
  margin-bottom: 50px;
  padding: 0 calc(26/750*100%);
}

.columnBox:last-child {
  margin-bottom: 0;
}

.columnBox p {
  margin-bottom: 30px;
}

.columnBox p .sup {
  font-size: .9rem;
  vertical-align: super;
}

.columnBox .image+p {
  margin-top: 30px;
}

.columnBox>*:last-child {
  margin-bottom: 0;
}

.columnBox p .notice {
  padding-top: 1em;
  display: block;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .columnBox {
    margin: 0 auto 50px;
    padding: 0 25px;
    max-width: 870px;
    box-sizing: border-box;
  }

  .columnBox p .notice {
    font-size: 1.2rem;
  }
}



/* interview box */
.interviewBox {
  margin-bottom: 50px;
  padding: 50px calc(26/750*100%) 20px;
  position: relative;
  color: #fff;
  background-color: #dd2c2e;
}

.productPages .interviewBox {
  background-color: #0f4da1;
}

.interviewBox:last-child {
  margin-bottom: 0;
}

.interviewBox .interviewTitle {
  margin: 0 0 30px;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 700;
}

.interviewBox p {
  font-size: calc(30/750*100vw);
}

.interviewBox .photo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(478/750*100%);
  max-width: 180px;
}

.interviewBox .illust {
  position: absolute;
  width: calc(500/750*100%);
  max-width: 250px;
}

.interviewBox .profileData {
  margin-top: 40px;
  position: relative;
  left: calc(-25/750*100vw);
  z-index: 2;
  width: 102%;
  color: #000;
  background-color: #fff;
  font-weight: 400;
}

.interviewBox .profileData .post {
  margin-right: calc(25/710*100%);
  padding: 10px 0 5px calc(25/710*100%);
  border-bottom: 1px #dd2c2e solid;
  line-height: 1.65;
  font-size: 1rem;
}

.interviewBox .profileData .name {
  padding: 10px 0 10px calc(25/710*100%);
  font-size: 1.5rem;
}

@media screen and (min-width: 376px) {
  .interviewBox p {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .interviewBox {
    margin: 0;
    padding: 70px 25px 40px;
    overflow: hidden;
  }

  .productPages .interviewBox {}

  .interviewBox:last-child {}

  .interviewBox .interviewTitle {
    margin: 0 auto 20px;
    max-width: 980px;
    line-height: 1.67;
    font-size: 3rem;
  }

  .interviewBox p {
    margin: 0 auto;
    padding-right: 260px;
    max-width: 980px !important;
    font-size: 1.6rem;
    box-sizing: border-box;
  }

  .interviewBox p br {
    display: none;
  }

  .interviewBox .photo {
    left: auto;
    right: 0;
    width: 372px;
    max-width: inherit;
  }

  .interviewBox .illust {}

  .interviewBox .profileData {
    margin: 30px 0 0;
    left: 0;
    width: 490px;
  }

  .interviewBox .profileData .post {
    font-size: 1.6rem;
  }

  .interviewBox .profileData .post .small {
    font-size: 1.2rem;
  }

  .interviewBox .profileData .name {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 1047px) {
  .interviewBox .photo {
    left: calc(50% + 140px);
    right: auto;
  }

  .interviewBox .profileData {
    left: calc(50% - 490px);
  }
}



/* title */
.columnTitle {
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  line-height: 1.5;
  color: #dd2c2e;
  font-size: 2rem;
  font-weight: 700;
}

.columnTitle:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #dd2c2e;
}

.productPages .columnTitle {
  border-color: #0f4da1;
  color: #0f4da1;
}

.productPages .columnTitle:before {
  background-color: #0f4da1;
}

.squareTitle {
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: 700;
}

.squareTitle:before {
  content: "■";
}

@media screen and (min-width: 768px) {
  .columnTitle {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 3rem;
  }

  .squareTitle {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }

  .banner+.squareTitle {
    margin-top: 60px;
  }
}



/* banner */
.banner {
  margin-bottom: 30px;
}

.banner ul li {
  margin-bottom: 30px;
}

.banner ul li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .banner {
    margin: 0 auto 30px;
    padding-top: 40px;
    max-width: 820px;
  }

  .interviewBox+.columnBox .banner {
    padding-top: 100px;
  }

  .banner ul li {
    margin-bottom: 60px;
  }

  .banner ul li a {
    -webkit-transition: opacity ease .3s;
    transition: opacity ease .3s;
  }

  .banner ul li a:hover {
    opacity: .7;
  }
}





/* =============================================================================
 Top Page Styles
============================================================================= */

.hero {
  position: relative;
  overflow: hidden;
}

.hero .mv {}

.hero .mv .image {
  position: relative;
  overflow: hidden;
}

@media screen and (orientation:landscape) {
  .hero .mv .image img {
    width: 100%;
    height: auto;
  }
}

.hero .mv .copy {
  position: relative;
  background-color: #dd2c2e;
}

.hero .mv .copy .yell {
  position: absolute;
  top: calc(140/540*100%);
  left: 50%;
  width: calc(436/750*100%);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.hero .mv .copy .text {}

.hero .slick-dots {
  position: absolute;
  bottom: 15px;
  right: calc(26/750*100%);
}

.hero .slick-dots li {
  margin: 0 5px;
  display: inline-block;
}

.hero .slick-dots li button {
  margin: 0;
  padding: 0;
  border: 1px transparent solid;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, .8);
  text-indent: -9999px;
  font-size: 0;
  outline: none;
  box-sizing: border-box;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.hero .slick-dots li button:hover,
.hero .slick-dots li.slick-active button {
  border-color: #fff;
  background-color: transparent;
}

@media screen and (max-width: 1030px) {
  .hero {
    height: 100vh;
  }

  .hero .heroSlider,
  .hero .slick-list,
  .hero .slick-track,
  .hero .slick-slide {
    height: 100%;
  }

  .hero .scrollWrap {
    position: absolute;
    bottom: 15px;
    left: calc(26/750*100%);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: top;
    transform-origin: top;
  }

  .hero .mv {
    display: flex;
    flex-wrap: wrap;
  }

  .hero .mv:nth-child(even) {
    flex-direction: column-reverse;
  }

  .hero .mv .image {
    width: 100%;
    /*height: 50%;*/
    background-position: center 20%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .hero .mv .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .hero .mv .image.horizon img {
    width: 100%;
    height: auto;
  }

  .hero .mv .copy {
    width: 100%;
    height: 50%;
  }

  .hero .mv .copy .text {
    width: 100%;
    height: 100%;
    text-align: center;
  }

  .hero .mv .copy .text img {
    position: relative;
    top: 50%;
    display: inline;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  /*
  .hero .mv .copy .yell {
    max-width: 218px;
  }
  .hero .mv .copy .text {
    max-width: 232px;
  }
  */
  .hero .scroll {
    padding-bottom: 5px;
    position: relative;
    width: 45px;
    color: #fff;
    font-size: 10px;
  }

  .hero .scroll:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    right: 1px;
    width: 45px;
    height: 6px;
    background: url(/yell/img/common/icon_scrollarrow.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    animation-name: scrollMoveSP;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }




  .hero .mv {
    opacity: 1 !important;
  }

  .hero .mv .image {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform ease 0s 1s;
    transition: transform ease 0s 1s;
  }

  .hero .mv .copy {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: transform ease 0s 1s;
    transition: transform ease 0s 1s;
  }

  .hero .mv.slick-active .image {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform ease .6s 0s;
    transition: transform ease .6s 0s;
  }

  .hero .mv.slick-active .copy {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform ease .6s 0s;
    transition: transform ease .6s 0s;
  }
}

@keyframes scrollMoveSP {
  0% {
    transform: translateX(-3px);
  }

  50% {
    transform: translateX(3px);
  }

  100% {
    transform: translateX(-3px);
  }
}

@keyframes scrollMove {
  0% {
    transform: translateY(5px);
  }

  50% {
    transform: translateY(-3px);
  }

  100% {
    transform: translateY(5px);
  }
}

@media screen and (min-width: 1101px) {
  .hero .mv .copy {
    height: calc(100vh - 81px);
  }
}

@media screen and (min-width: 1031px) {
  .hero {}

  .hero .heroSlider {}

  .hero .mv {
    display: flex;
    flex-direction: row-reverse;
    overflow: hidden;
  }

  .hero .mv:nth-child(even) {
    flex-direction: row;
  }

  .hero .mv .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: inherit;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .hero .mv .image.horizon img {
    width: 100%;
    height: auto;
  }

  .hero .mv .copy {
    position: relative;
    width: 50%;
    height: 100vh;
  }

  .hero .mv .copy .yell {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(436/720*100%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .hero .mv .copy .text {
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(580/720*100%);
    height: calc(374/1457*100vw);
    max-width: 580px;
    max-height: 374px;
    -webkit-transform: translate(-38%, -38%);
    transform: translate(-38%, -38%);
  }

  .hero .mv .copy .text img {
    display: inline;
  }

  /*
  .hero .mv .copy .text {
    position: absolute;
    right: 0;
    bottom: calc(90/720*100%);
    width: calc(464/720*100%);
  }
  .hero .mv .copy .text {
    padding: 0 0 81px 11.5%;
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
  .hero .mv .copy .text picture {
    margin: auto;
  }
  .hero .mv .copy .text img {
    display: inline;
    max-height: calc(100vh - 81px);
  }
  */
  .slick-vertical .slick-slide {
    border: none;
  }

  .hero .slick-dots {
    position: absolute;
    right: 20px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
  }

  .hero .slick-dots li {
    margin: 16px 0;
    display: block;
    height: 12px;
    line-height: 1;
  }

  .hero .slick-dots li button {
    border: none;
    width: 12px;
    height: 12px;
  }

  .hero .slick-dots li button:hover,
  .hero .slick-dots li.slick-active button {
    background-color: #dd2c2e;
  }

  .hero .scrollWrap {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 42px;
    color: #fff;
    font-size: 14px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .hero .scroll {
    padding-bottom: 30px;
    position: relative;
    color: #fff;
    font-size: 14px;
  }

  .hero .scroll:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 42px;
    height: 24px;
    background: url(/yell/img/common/icon_scrollarrow_pc.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    animation-name: scrollMove;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }

  .hero .mv {
    opacity: 1 !important;
  }

  .hero .mv .image {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: transform ease 0s 1s;
    transition: transform ease 0s 1s;
  }

  .hero .mv .copy {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: transform ease 0s 1s;
    transition: transform ease 0s 1s;
  }

  .hero .mv.slick-active .image {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform ease .6s 0s;
    transition: transform ease .6s 0s;
  }

  .hero .mv.slick-active .copy {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform ease .6s 0s;
    transition: transform ease .6s 0s;
  }
}

@media screen and (max-width: 767px) {
  .hero .mv .image {
    height: 59vw;
  }

  .hero {
    height: 59vw !important;
  }
}

.pickup {
  padding: 1px calc(26/750*100%) 35px;
  background: url(/yell/img/top/bg_pickup.png) 0 0 repeat;
  overflow: hidden;
}

.pickup .label {
  margin: 0 0 5px calc(-7/700*100%);
  width: calc(158/700*100%);
}

.pickup .slick-list {
  overflow: visible;
}

.pickup .slick-track {
  margin: 0 auto;
}

.pickup ul li {
  margin: 0 20px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, .1);
}

.pickup ul li a {
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.pickup ul li .image {
  width: calc(310/620*100%);
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.pickup ul li .image img {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.pickup ul li .text {
  margin-left: calc(30/620*100%);
  padding: 5px 0;
  position: relative;
  width: calc(280/620*100%);
}

.pickup ul li .title {
  margin: 0 0 5px;
  padding: 5px 0 5px 7px;
  border-left: 2px #d33c3e solid;
  line-height: 1;
  font-weight: 700;
}

.pickup ul li.product .title {
  border-left-color: #124c99;
}

.pickup ul li p {
  padding-right: 1em;
  line-height: 1.5;
  font-size: .9rem;
}

.pickup ul li .cb {
  padding: 5px 8px;
  border-radius: 6px;
  position: absolute;
  top: -20px;
  left: 0;
  display: inline-block;
  line-height: 1;
  color: #fff;
  background-color: #dd2c2e;
  font-size: 1rem;
  font-family: DINNextLTPro-Bold;
  white-space: nowrap;
  box-shadow: 0px 4px 8px -3px rgba(0, 0, 0, .3);
}

.pickup ul li.product .cb {
  background-color: #124c99;
}

.pickup ul li .cb:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 2px 0 2px;
  border-color: #dd2c2e transparent transparent transparent;
}

.pickup ul li.product .cb:before {
  border-color: #124c99 transparent transparent transparent;
}

.pickup .slick-arrow {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  position: absolute;
  top: calc(50% - 10px);
  z-index: 10;
  width: 20px;
  height: 20px;
  background: url(/yell/img/common/icon_arrow.png) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  text-indent: -9999px;
  font-size: 0;
  outline: none;
  box-sizing: border-box;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.pickup .slick-prev {
  margin-left: -5px;
  left: 0;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.pickup .slick-next {
  margin-right: -5px;
  right: 0;
}

.pickup .slick-arrow:hover {
  opacity: .7;
}



@media screen and (min-width: 768px) {
  .pickup {
    padding: 0 25px;
    background: url(/yell/img/top/bg_pickup.png) 0 0 repeat;
    overflow: hidden;
  }

  .pickup .inner {
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
    overflow: hidden;
  }

  .pickup .inner:after {
    content: "";
    display: block;
    clear: both;
  }

  .pickup .label {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
  }

  .pickup .pikupList {
    margin-left: 90px;
    padding: 15px 80px;
    overflow: hidden;
  }

  .pickup ul {}

  .pickup ul li {
    margin: 0 10px;
  }

  .pickup ul li p {
    font-size: 1.4rem;
  }

  .pickup ul li .title {
    font-size: 1.8rem;
  }

  .pickup .slick-list {
    padding: 15px 0;
    overflow: hidden;
  }

  .pickup .slick-arrow {
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    cursor: pointer;
  }

  .pickup .slick-prev {
    margin-left: -45px;
  }

  .pickup .slick-next {
    margin-right: -45px;
  }
}



.future {
  padding: 45px calc(45/750*100%);
  color: #dd2c2e;
}

.future .title {
  margin-bottom: 25px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.future .title span {
  padding-bottom: 10px;
  display: inline-block;
  position: relative;
}

.future .title span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dd2c2e;
}

.future p {
  line-height: 1.93;
  font-size: 1.4rem;
  letter-spacing: .05em;
}

@media screen and (min-width: 768px) {
  .future {
    padding: 80px 25px 70px;
  }

  .future .title {
    margin-bottom: 40px;
    font-size: 2.4rem;
  }

  .future p {
    margin: 0 auto;
    max-width: 980px;
    line-height: 2;
    font-size: 1.6rem;
    letter-spacing: .1em;
  }
}



.contentsIntro {}

.contentsIntro .introHead {
  position: relative;
  color: #fff;
}

.contentsIntro .introHead .icon {
  border: 2px #fff solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(116/1030*100%);
  left: calc(50% - 37px);
  width: 74px;
  height: 74px;
}

.contentsIntro .introHead .icon img {
  width: 44px;
}

.contentsIntro.productIntro .introHead .icon img {
  width: 50px;
}

.contentsIntro .introHead .title {
  position: absolute;
  top: calc(327/1030*100%);
  left: 50%;
  width: calc(659/750*100vw);
  overflow: hidden;
  /*
  font-size: 4rem;
  font-weight: 400;
  font-family: DINNextLTPro-Bold;
  */
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.contentsIntro.productIntro .introHead .title {
  width: calc(679/750*100vw);
}

.contentsIntro .introHead .title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(221, 44, 46, .9);
}

.contentsIntro .introHead .title span {
  display: inline-block;
  position: relative;
}

.contentsIntro.productIntro .introHead .title:before {
  background-color: rgba(22, 78, 154, 1);
}

.contentsIntro .introHead .titleJP {
  position: absolute;
  top: calc(420/1030*100%);
  left: 0;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.contentsIntro .introHead .subTitle {
  position: absolute;
  top: calc(485/1030*100%);
  left: 0;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

.contentsIntro .introHead .image {}

.contentsIntro .introHead .text {
  padding: calc(26/750*100%) calc(26/750*100%) calc(100/750*100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(221, 44, 46, .9);
  box-sizing: border-box;
}

.contentsIntro.productIntro .introHead .text {
  background-color: rgba(22, 78, 154, .9);
}

.contentsIntro .introHead .text p {
  line-height: 1.77;
  letter-spacing: .05em;
}

.contentsIntro ul {
  margin-top: calc(-80/750*100%);
  padding: 0 calc(26/750*100%);
  position: relative;
}

.contentsIntro ul li {
  margin: 0 0 20px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, .1);
}

.contentsIntro ul li a {
  color: #000;
  text-decoration: none;
}

.contentsIntro ul li .image {
  position: relative;
}

.contentsIntro ul li .text {
  padding: 20px calc(40/700*100%);
  position: relative;
}

.contentsIntro ul li .title {
  padding: 0 0 0 10px;
  border-left: 3px #d33c3e solid;
  position: relative;
  line-height: 1;
  font-size: 2rem;
  font-weight: 700;
}

.contentsIntro ul li .title:after {
  content: "";
  border-top: 2px #d33c3e solid;
  border-right: 2px #d33c3e solid;
  display: block;
  position: absolute;
  top: 5px;
  right: 2px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contentsIntro.productIntro ul li .title,
.contentsIntro.productIntro ul li .title:after {
  border-color: #0f4da1;
}

.contentsIntro ul li p {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px #d6d6d6 solid;
  position: relative;
  font-weight: 700;
}

.contentsIntro ul li .cb {
  padding: 2px 8px;
  border-radius: 6px;
  position: absolute;
  top: -15px;
  left: calc(40/620*100%);
  display: inline-block;
  color: #fff;
  background-color: #dd2c2e;
  font-size: 1rem;
  font-family: DINNextLTPro-Bold;
  white-space: nowrap;
  box-shadow: 0px 4px 8px -3px rgba(0, 0, 0, .3);
}

.contentsIntro ul li .cb:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 2px 0 2px;
  border-color: #dd2c2e transparent transparent transparent;
}

.contentsIntro.productIntro ul li .cb {
  background-color: #0f4da1;
}

.contentsIntro.productIntro ul li .cb:before {
  border-color: #0f4da1 transparent transparent transparent;
}


.contentsIntro ul li.cs a {
  cursor: default;
}

.contentsIntro ul li.cs .text {
  color: #9e9e9e !important;
}

.contentsIntro ul li.cs .title,
.contentsIntro ul li.cs .title:after {
  border-color: #9e9e9e !important;
}

.contentsIntro ul li.cs .image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2c2e;
}

.contentsIntro.productIntro ul li.cs .image:before {
  background-color: #0f4da1;
}

.contentsIntro ul li.cs .image:after {
  content: "COMING SOON...";
  position: absolute;
  top: calc(50% + 5px);
  left: 50%;
  width: 100%;
  color: #fff;
  font-family: 'DINNextLTPro-Bold';
  font-size: 2.5rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: .05em;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contentsIntro ul li.cs .image img {
  position: relative;
  opacity: .25;
}




@media screen and (min-width: 768px) {
  .contentsIntro {
    padding-bottom: 70px;
  }

  .contentsIntro .introHead {
    position: relative;
    height: 540px;
    flex-shrink: 0;
  }

  .contentsIntro .introHead .headInner {
    margin: 0 auto;
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }

  .contentsIntro .introHead .icon {
    position: static;
    width: 104px;
    height: 104px;
    box-sizing: border-box;
    margin-right: 18px;
  }

  .contentsIntro .introHead .icon img {
    width: 62px;
  }

  .contentsIntro.productIntro .introHead .icon img {
    width: 70px;
  }

  .contentsIntro .introHead .titles {
    width: auto;
    padding-top: 4px;
  }

  .contentsIntro .introHead .title {
    position: static;
    display: inline-block;
    width: auto;
    height: 34px;
    /*
    font-size: 4.6rem;
    */
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .contentsIntro .introHead .title img {
    width: auto;
    height: 34px;
  }

  .contentsIntro.productIntro .introHead .title,
  .contentsIntro.productIntro .introHead .title img {
    width: auto;
    height: 34px;
  }

  .contentsIntro .introHead .title span {}

  .contentsIntro .introHead .titleWrap {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }

  .contentsIntro .introHead .titleJP {
    padding: 10px 0;
    position: static;
    font-size: 1.6rem;
    text-align: left;
    width: auto;
    flex-shrink: 0;
    margin-right: 1em;
  }

  .contentsIntro .introHead .subTitle {
    position: static;
    font-size: 2rem;
    text-align: left;
  }

  .contentsIntro .introHead .image {
    position: relative;
    width: 100%;
    height: 540px;
    overflow: hidden;
  }

  .contentsIntro .introHead .image img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: inherit;
    min-width: 1440px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .contentsIntro .introHead .text {
    padding: 20px 25px 65px;
  }

  .contentsIntro.productIntro .introHead .text {
    letter-spacing: .1em;
  }

  .contentsIntro .introHead .text p {
    margin: 0 auto;
    max-width: 980px;
  }

  .contentsIntro ul {
    margin: -40px auto 0;
    position: relative;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    max-width: 1140px;
    z-index: 1;
  }

  .contentsIntro ul li {
    margin: 0 calc(29/1140*100%) 30px 0;
    position: relative;
    width: calc(360/1140*100%);
    overflow: hidden;
    z-index: 1;
  }

  .contentsIntro ul li:nth-child(3n) {
    margin-right: 0;
  }

  .contentsIntro ul li a {
    border-radius: 8px 8px 0 0;
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
    mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  }

  .contentsIntro ul li a:after {
    content: "";
    border: 3px #d33c3e solid;
    border-radius: 8px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    visibility: hidden;
  }

  .contentsIntro ul li a p:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #d33c3e;
    -webkit-transition: width ease .3s;
    transition: width ease .3s;
  }

  body:not(.ios) .contentsIntro ul li:not(.cs) a:hover:after {
    visibility: visible;
  }

  body:not(.ios) .contentsIntro ul li:not(.cs) a:hover p:after {
    width: 100%;
  }

  .contentsIntro.productIntro ul li a p:after {
    background-color: #0f4da1;
  }

  .contentsIntro.productIntro ul li a:after {
    border-color: #0f4da1;
  }

  .contentsIntro ul li p {
    letter-spacing: -.01em;
  }

  .contentsIntro ul li .image {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
  }

  .contentsIntro ul li a .image img {
    border-radius: 8px 8px 0 0;
    -webkit-transition: transform ease .3s;
    transition: transform ease .3s;
  }

  body:not(.ios) .contentsIntro ul li:not(.cs) a:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .contentsIntro ul li .cb {
    font-size: 1rem;
  }

  .contentsIntro ul li.cs .image:after {
    font-size: 3rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .contentsIntro ul li.mirai p br {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .contentsIntro ul li.teacher p br {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1190px) {
  .contentsIntro ul li.club p br {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1070px) {
  .contentsIntro ul li.senpai p br {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1190px) {
  .contentsIntro ul li.seishun p br {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1190px) {
  .contentsIntro ul li.jukensei p br {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1190px) {
  .contentsIntro ul li.manufacturing p br {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
  .contentsIntro ul li.ara_yell p br {
    display: none;
  }
}



.yellCommittee {
  margin-bottom: 50px;
  color: #fff;
}

.yellCommittee .image {
  margin: 0 calc(26/750*100%) calc(-130/750*100%);
}

.yellCommittee .title {
  margin: 0 0 calc(20/750*100%);
  position: relative;
  display: inline-block;
  line-height: 40px;
  font-size: 1.8rem;
  font-weight: 700;
}

.yellCommittee .title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f17f8b;
}

.yellCommittee .title span {
  padding: 0 calc(26/750*100vw);
  display: block;
  position: relative;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, .1);
}

.yellCommittee .link {
  display: inline-block;
  position: relative;
  font-weight: 700;
}

.yellCommittee .link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f17f8b;
}

.yellCommittee .link a {
  padding: 0 calc(26/750*100%);
  position: relative;
  display: inline-block;
  width: 280px;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, .1);
}

.yellCommittee .link a:after {
  content: "";
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  display: block;
  position: absolute;
  top: 16px;
  right: 12px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .yellCommittee {
    margin: 0 auto 100px;
    position: relative;
    max-width: 980px;
  }

  .yellCommittee .image {
    margin: 0 0 0 calc(410/980*100%);
    width: calc(570/980*100%);
  }

  .yellCommittee .title {
    margin: 0;
    position: absolute;
    bottom: 100px;
    left: 0;
    line-height: 60px;
    font-size: 2.4rem;
  }

  .yellCommittee .title span {
    padding: 0 30px;
  }

  .yellCommittee .link {
    position: absolute;
    bottom: 20px;
    left: 0;
    line-height: 60px;
    font-size: 2rem;
  }

  .yellCommittee .link a {
    padding: 0 30px;
    width: auto;
    line-height: 60px;
    text-align: center;
    -webkit-transition: opacity ease .3s;
    transition: opacity ease .3s;
  }

  .yellCommittee .link a:hover {
    opacity: .7;
  }

  .yellCommittee .link a:after {
    border: none;
    transform: none;
    top: 22px;
    right: 18px;
    width: 10px;
    height: 16px;
    background: url(/yell/img/top/icon_arrow.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .yellCommittee .link a:hover:after {
    animation: arrowanime .8s ease infinite alternate;
  }
}

@keyframes arrowanime {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(6px);
  }
}


.yellStatement {
  padding: 45px 0 15px;
  background-color: #dd2c2e;
}

.yellStatement .image {
  margin: 0 calc(26/750*100%)
}

.yellStatement .label {
  margin: 0 auto 30px;
  width: 105px;
}

.yellStatement .title {
  margin: 0 auto 30px;
  width: 235px;
}

.yellStatement p {
  margin: 0 1em 30px;
  line-height: 2.31;
  color: #fff;
  font-size: calc(26/750*100vw);
  text-align: center;
  letter-spacing: -.05em;
}

@media screen and (min-width: 768px) {
  .yellStatement {
    padding: 100px 25px;
    height: 720px;
    overflow: hidden;
    box-sizing: border-box;
  }

  .yellStatement .inner {
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
    height: 100%;
    max-height: 520px;
    box-sizing: border-box;
  }

  .yellStatement .inner:after {
    content: "";
    display: block;
    clear: both;
  }

  .yellStatement .image {
    margin: 0;
    position: absolute;
  }

  .yellStatement .label {
    margin: 0;
    position: absolute;
    top: calc(220/720*100%);
    right: calc(65/1140*100%);
    width: calc(140/1140*100%);
  }

  .yellStatement .title {
    margin: 0;
    position: absolute;
    top: calc(360/720*100%);
    right: 0;
    width: calc(268/1140*100%);
  }

  .yellStatement .text {
    padding-right: calc(330/1140*100%);
  }

  .yellStatement p {
    margin: 0;
    width: 100%;
    line-height: 2;
    font-size: calc(16/1140*100vw);
    box-sizing: border-box;
    text-align: justify;
    line-break: strict;
    word-break: break-word;
    letter-spacing: .2em;
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }

  .yellStatement p .eisu {
    margin: 0 !important;
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all;
  }

  .yellStatement p .kuto {
    margin: -2px 0 -8px;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  .yellStatement p .nobi {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

@media screen and (min-width: 1140px) {
  .yellStatement p {
    font-size: 1.6rem;
  }
}

@media all and (-ms-high-contrast: none) {
  .yellStatement p {
    line-height: 1.9;
  }
}


.forChildrenFuture {
  padding: 50px 0 0;
}

.forChildrenFuture .title {
  margin: 0 calc(26/750*100%) 50px;
  position: relative;
  line-height: 1.5;
  color: #dd2c2e;
  letter-spacing: .05em;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.forChildrenFuture .title:before,
.forChildrenFuture .title:after,
.forChildrenFuture .title span:before,
.forChildrenFuture .title span:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
}

.forChildrenFuture .title:before {
  border-top: 2px #dd2c2e solid;
  border-left: 2px #dd2c2e solid;
  top: 0;
  left: 0;
}

.forChildrenFuture .title:after {
  border-top: 2px #dd2c2e solid;
  border-right: 2px #dd2c2e solid;
  top: 0;
  right: 0;
}

.forChildrenFuture .title span:before {
  border-bottom: 2px #dd2c2e solid;
  border-left: 2px #dd2c2e solid;
  bottom: 0;
  left: 0;
}

.forChildrenFuture .title span:after {
  border-bottom: 2px #dd2c2e solid;
  border-right: 2px #dd2c2e solid;
  bottom: 0;
  right: 0;
}

.forChildrenFuture .title span {
  display: block;
  padding: 20px 0;
}

.forChildrenFuture .graph {
  position: relative;
}

.forChildrenFuture .text {
  position: absolute;
  width: calc(410/750*100%);
}

.forChildrenFuture .text01 {
  top: 0;
  left: calc(26/750*100%);
}

.forChildrenFuture .text02 {
  top: calc(930/1678*100%);
  right: calc(26/750*100%);
  width: calc(540/750*100%);
}

.forChildrenFuture .text dt {
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px #dd2c2e solid;
  line-height: 1.4;
  font-size: calc(30/750*100vw);
  font-weight: 700;
}

.forChildrenFuture .text dt .em {
  color: #dd2c2e;
}

.forChildrenFuture .text dd {
  line-height: 1.62;
  font-size: calc(26/750*100vw);
  letter-spacing: .025em;
}

.forChildrenFuture .link {
  position: absolute;
  bottom: calc(20/1678*100%);
  width: calc(300/750*100%);
}

.forChildrenFuture .linkLab {
  left: calc(65/750*100%);
}

.forChildrenFuture .linkKESC {
  right: calc(65/750*100%);
}

@media screen and (min-width: 768px) {
  .forChildrenFuture {
    margin: 0 auto;
    padding: 100px 25px 0;
    max-width: 980px;
  }

  .forChildrenFuture .title {
    margin: 0 0 90px;
    width: 640px;
    font-size: 3rem;
  }

  .forChildrenFuture .title br {
    display: none;
  }

  .forChildrenFuture .title:before,
  .forChildrenFuture .title:after,
  .forChildrenFuture .title span:before,
  .forChildrenFuture .title span:after {
    border-width: 4px;
    width: 27px;
    height: 27px;
  }

  .forChildrenFuture .title span {
    padding: 25px 0;
  }

  .forChildrenFuture .text {
    width: calc(365/980*100%);
  }

  .forChildrenFuture .text01 {
    top: 0;
    left: 0;
  }

  .forChildrenFuture .text02 {
    top: calc(270/750*100%);
    right: 0;
    width: calc(355/980*100%);
  }

  .forChildrenFuture .text dt {
    font-size: calc(24/980*100vw);
  }

  .forChildrenFuture .text dd {
    font-size: calc(16/980*100vw);
    letter-spacing: .05em;
  }

  .forChildrenFuture .link {
    bottom: calc(20/750*100%);
    width: calc(150/980*100%);
  }

  .forChildrenFuture .link a {
    -webkit-transition: opacity ease .3s;
    transition: opacity ease .3s;
  }

  .forChildrenFuture .link a:hover {
    opacity: .7;
  }

  .forChildrenFuture .linkLab {
    left: auto;
    right: calc(190/980*100%);
  }

  .forChildrenFuture .linkKESC {
    right: calc(20/980*100%);
  }
}

@media screen and (min-width: 980px) {
  .forChildrenFuture .text dt {
    font-size: 2.4rem;
  }

  .forChildrenFuture .text dd {
    font-size: 1.6rem;
  }
}


/* yell map */

.forChildrenFuture .cloud,
.forChildrenFuture .baloon {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity ease 1s .5s;
  transition: opacity ease 1s .5s;
}

.forChildrenFuture .star {
  position: absolute;
}

.animated.forChildrenFuture .star,
.animated.forChildrenFuture .cloud,
.animated.forChildrenFuture .baloon {
  opacity: 1;
}

.animated.forChildrenFuture .baloon {
  animation: fuwafuwa 6s linear infinite;
}

.animated.forChildrenFuture .cloud01 {
  animation: fuwafuwa2 2.5s linear infinite;
}

.animated.forChildrenFuture .cloud02 {
  animation: fuwafuwa3 3.5s linear infinite;
}

.animated.forChildrenFuture .cloud03 {
  animation: fuwafuwa4 3s linear infinite;
}

.forChildrenFuture .star01 {
  top: calc(155/1678*100%);
  left: calc(506/750*100%);
  width: calc(30/750*100%);
}

.forChildrenFuture .star02 {
  top: calc(190/1678*100%);
  left: calc(486/750*100%);
  width: calc(13/750*100%);
}

.forChildrenFuture .star03 {
  top: calc(229/1678*100%);
  left: calc(486/750*100%);
  width: calc(20/750*100%);
}

.forChildrenFuture .star04 {
  top: calc(197/1678*100%);
  left: calc(700/750*100%);
  width: calc(21/750*100%);
}

.forChildrenFuture .star05 {
  top: calc(220/1678*100%);
  left: calc(715/750*100%);
  width: calc(14/750*100%);
}

.forChildrenFuture .star06 {
  top: calc(270/1678*100%);
  left: calc(692/750*100%);
  width: calc(17/750*100%);
}

.forChildrenFuture .cloud01 {
  top: calc(498/1678*100%);
  left: calc(40/750*100%);
  width: calc(119/750*100%);
}

.forChildrenFuture .cloud02 {
  top: calc(768/1678*100%);
  left: calc(330/750*100%);
  width: calc(140/750*100%);
}

.forChildrenFuture .cloud03 {}

.forChildrenFuture .baloon {
  top: calc(310/1678*100%);
  left: calc(168/750*100%);
  width: calc(438/750*100%);
}

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

@media screen and (min-width: 768px) {
  .forChildrenFuture .star01 {
    top: calc(4/750*100%);
    left: calc(664/980*100%);
    width: calc(33/980*100%);
  }

  .forChildrenFuture .star02 {
    top: calc(62/750*100%);
    left: calc(643/980*100%);
    width: calc(14/980*100%);
  }

  .forChildrenFuture .star03 {
    top: calc(94/750*100%);
    left: calc(642/980*100%);
    width: calc(22/980*100%);
  }

  .forChildrenFuture .star04 {
    top: calc(56/750*100%);
    left: calc(874/980*100%);
    width: calc(23/980*100%);
  }

  .forChildrenFuture .star05 {
    top: calc(98/750*100%);
    left: calc(890/980*100%);
    width: calc(15/980*100%);
  }

  .forChildrenFuture .star06 {
    top: calc(137/750*100%);
    left: calc(865/980*100%);
    width: calc(18/980*100%);
  }

  .forChildrenFuture .cloud01 {
    top: calc(267/750*100%);
    left: calc(2/980*100%);
    width: calc(129/980*100%);
  }

  .forChildrenFuture .cloud02 {
    top: calc(539/750*100%);
    left: calc(300/980*100%);
    width: calc(152/980*100%);
  }

  .forChildrenFuture .cloud03 {
    top: calc(649/750*100%);
    left: calc(24/980*100%);
    width: calc(113/980*100%);
  }

  .forChildrenFuture .baloon {
    top: calc(84/750*100%);
    left: calc(254/980*100%);
    width: calc(369/980*100%);
  }
}


@keyframes fuwafuwa {
  0% {
    transform: translateY(0)
  }

  33.33333% {
    transform: translateY(-10px)
  }

  66.66667% {
    transform: translateY(10px)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes fuwafuwa2 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(5px)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes fuwafuwa3 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-6px)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes fuwafuwa4 {
  0% {
    transform: translateY(-8px)
  }

  50% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(-8px)
  }
}






































/* top layout fix */

#topPage #container {
  padding-top: 0;
}

@media screen and (max-width: 1100px) {
  #topPage #commonHeader {
    background-color: transparent;
    -webkit-transition: background-color ease .3s;
    transition: background-color ease .3s;
  }

  #topPage.menuOpen #commonHeader:not(.fixed) {
    background-color: #dd2c2e;
  }

  #topPage #commonHeader .logo {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity ease .3s, visibility ease .3s;
    transition: opacity ease .3s, visibility ease .3s;
  }

  #commonHeader .logo .only-pc {
    display: none;
  }

  #commonHeader .logo .only-sp {
    display: block;
  }

  #topPage #commonHeader .btnMenu span,
  #topPage #commonHeader .btnMenu span:before,
  #topPage #commonHeader .btnMenu span:after {
    background-color: #fff;
    -webkit-transition: transform ease .3s, background-color ease .3s;
    transition: transform ease .3s, background-color ease .3s;
  }

  #topPage #commonHeader.fixed {
    background-color: #fff;
  }

  #topPage #commonHeader.fixed .logo {
    opacity: 1;
    visibility: visible;
  }

  #topPage #commonHeader.fixed .btnMenu span,
  #topPage #commonHeader.fixed .btnMenu span:before,
  #topPage #commonHeader.fixed .btnMenu span:after {
    background-color: #dd2c2e;
  }

  #topPage.menuOpen #commonHeader .btnMenu span {
    background-color: transparent;
    -webkit-transition: none;
    transition: none;
  }
}

@media screen and (min-width: 1101px) {
  .pickup {}

  #topPage #commonHeader {
    position: absolute;
    top: calc(100vh - 81px);
  }

  #topPage #commonHeader #globalNavi .navInner>ul>li .subMenu {
    top: auto;
    bottom: 80px;
  }

  #topPage #commonHeader.subBottom #globalNavi .navInner>ul>li .subMenu {
    top: 81px;
    bottom: auto;
  }

  #topPage #commonHeader.fixed {
    margin-top: 0;
    position: fixed;
    top: 0;
  }

  #commonHeader .logo .only-pc {
    display: block;
  }

  #commonHeader .logo .only-sp {
    display: none;
  }

  .hero .scrollWrap {
    bottom: 130px;
  }
}





/* =============================================================================
 Project Page Styles
============================================================================= */

/* seishun */
.subColumn {
  margin-bottom: 35px;
}

.subColumn dl {
  margin-bottom: 25px;
  padding: 20px calc(50/700*100%);
  border-radius: 8px;
  background-color: #fce9ea;
}

.subColumn dl:last-child {
  margin-bottom: 0;
}

.subColumn dl dt {
  margin-bottom: 5px;
  line-height: 1.54;
  color: #dd2c2e;
  font-weight: 700;
}

.subColumn dl dd {}

.renmeiList {
  margin-bottom: 35px;
}

.renmeiList ul {
  border-top: 1px #eee solid;
}

.renmeiList ul li {
  padding: 15px 0 15px 35px;
  border-bottom: 1px #eee solid;
}

.renmeiList ul li {
  display: block;
}

.renmeiList ul li img {
  width: calc(520/750*100vw);
}

@media screen and (min-width: 768px) {
  .subColumn {}

  .subColumn dl {
    border-radius: 20px;
    padding: 35px 40px;
  }

  .subColumn dl dt {}

  .subColumn dl dd {}

  .renmeiList {
    margin: 50px 0 20px;
  }

  .renmeiList ul {
    border-width: 2px;
  }

  .renmeiList ul li {
    border-width: 2px;
  }

  .renmeiList ul li {
    padding: 40px 0;
    text-align: center;
  }

  .renmeiList ul li img {
    width: 520px;
  }
}


/* mirai */
.careerTitle {
  margin: 0 0 30px;
  line-height: 1.6;
  color: #dd2c2e;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}

.careerTitle span {
  position: relative;
  display: inline-block;
}

.careerTitle .only-pc {
  display: none;
}

.careerTitle span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #dd2c2e;
}

.productPages .careerTitle span:before {
  background-color: #0f4da1;
}

.careerEducation {}

.careerEducation .intro {
  margin: 0 calc(26/750*100%) 54px;
  border: 1px #dd2c2e dashed;
  border-radius: 8px;
}

.careerEducation .intro dl {
  padding: 25px calc(50/700*100%);
}

.careerEducation .intro dl dt {
  margin-bottom: 15px;
  color: #dd2c2e;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

.careerEducation .intro dl dd {}

.careerEducation .intro dl dd .small {
  display: block;
  font-size: 1rem;
}

.careerLead {
  padding: 0 calc(26/750*100%) 35px;
}

.careerLead .careerTitle {
  margin: 0 calc(26/750*100vw) 20px;
  position: relative;
  z-index: 2;
  text-align: left;
}

.careerLead .image {
  margin: 0 calc(-25/700*100%) 30px;
}

.careerLead p {}

.careerLead .subColumn {
  margin-top: 55px;
  padding: 25px calc(50/700*100%);
  border-radius: 10px;
  background-color: #fce9ea;
}

.careerLead .subColumn .image {
  margin-bottom: 20px;
}

.careerLead .subColumn .subColumnTitle {
  padding-left: .5em;
  text-indent: -1em;
  margin-bottom: 10px;
  line-height: 1.6;
  color: #dd2c2e;
  font-size: 2rem;
  font-weight: 700;
}

.careerLead .subColumn .subColumnTitle .fix {
  margin-right: -.2em;
  text-indent: 0;
  display: inline-block;
}

.careerLead .subColumn p {}

.requireStudy {
  margin: 30px 0 0;
  padding: 0;
}

.requireStudy .subTitle {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 700;
}

.requireStudy p {}

.requireStudy ul {}

.requireStudy ul li {
  margin: 0 0 20px;
  padding: 30px calc(50/700*100%);
  border-radius: 8px;
  background-color: #dd2c2e;
}

.requireStudy ul li .graphImg {}

.requireStudy ul li p {
  margin: 30px 0 0;
  color: #fff;
}

.requireStudy ul li p .em {
  color: #ffe400;
}

.careerProgram {}

.programCurriculum {
  padding: 40px calc(26/750*100%);
  background-color: #fdf0f0;
}

.careerProgram .careerTitle {}

.careerProgram p {}

.careerProgram .step {
  margin: 0 calc(50/700*100%) 0 calc(30/700*100%);
}

.careerProgram .step li {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  font-size: calc(26/750*100vw);
}

.careerProgram .step li .label {
  padding-top: calc(70/620*100%);
  width: calc(180/620*100%);
  height: calc(230/750*100vw);
  line-height: 1.38;
  color: #dd2c2e;
  background: url(/yell/img/project/bg_step.png) 0 0 no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
}

.careerProgram .step li:last-child .label {
  padding-top: calc(35/620*100%);
  height: calc(182/750*100vw);
}

.careerProgram .step li p {
  padding-top: .8em;
  width: calc(385/620*100%);
  color: #dd2c2e;
}

.careerProgram .uniqueProgram {}

.careerProgram .uniqueProgram dl {
  margin: 0 0 25px;
  padding: 25px calc(40/700*100%);
  border: 2px #dd2c2e solid;
  border-radius: 8px;
  color: #dd2c2e;
}

.careerProgram .uniqueProgram dl dt {
  margin: 0 0 30px;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.careerProgram .uniqueProgram dl dd {}

.careerProgram .uniqueProgram dl dd .image {
  margin: 0 0 30px;
}

.careerProgram .uniqueProgram dl dd .copy {
  margin-bottom: 5px;
  line-height: 1.53;
  font-size: 1.5rem;
  font-weight: 700;
}

.careerProgram .uniqueProgram dl dd p {
  margin: 0;
}

.careerProgram .programCases {}

.careerProgram .programCases ul {}

.careerProgram .programCases ul li {
  position: relative;
}

.careerProgram .programCases ul li .label {
  padding: 5px calc(25/700*100%);
  display: inline-block;
  position: absolute;
  top: 15px;
  left: calc(-25/700*100%);
  color: #fff;
  background-color: #dd2c2e;
  font-family: 'DINNextLTPro-Bold';
  font-size: 1.2rem;
  font-weight: 700;
}

.careerProgram .programCases ul li .image {
  margin: 0 0 15px;
}

.careerProgram .programCases ul li .caseTitle {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px #dd2c2e solid;
  line-height: 1.53;
  font-size: 1.5rem;
  font-weight: 700;
}

.careerProgram .programCases ul li p {}

@media screen and (min-width: 768px) {
  .careerLead .careerTitle {
    margin: 0;
    position: absolute;
    top: 50%;
    right: calc(50vw - 490px);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}


@media screen and (min-width: 768px) {
  .careerTitle {
    margin: 0 0 30px;
    line-height: 1.91;
    font-size: 3.4rem;
    text-align: left;
  }

  .careerTitle span {
    border-bottom-width: 3px;
  }

  .careerTitle .only-pc {
    display: inline-block;
  }

  .careerTitle .only-sp {
    display: none;
  }

  .careerEducation {}

  .careerEducation .intro {
    margin: 0;
    padding: 0 25px;
    border: none;
  }

  .careerEducation .intro dl {
    margin: 0 auto 80px;
    padding: 35px 80px;
    border: 1px #dd2c2e dashed;
    border-radius: 8px;
    border-width: 2px;
    max-width: 980px;
    box-sizing: border-box;
  }

  .careerEducation .intro dl dt {
    margin-bottom: 15px;
    font-size: 2.4rem;
  }

  .careerEducation .intro dl dd {}

  .careerEducation .intro dl dd .small {
    font-size: 1.2rem;
  }

  .careerLead {
    padding: 0 25px 70px;
  }

  .careerLead .careerTitle {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .careerLead .image {
    margin: 0 -25px 70px;
    position: relative;
  }

  .careerLead .image img {
    width: 100%;
  }

  .careerLead p {
    margin: 0 auto;
    max-width: 820px;
  }

  .careerLead .subColumn {
    margin: 70px auto 0;
    padding: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 980px;
    box-sizing: border-box;
  }

  .careerLead .subColumn .image,
  .careerLead .subColumn .text {
    margin: 0;
    width: calc(430/900*100%);
  }

  .careerLead .subColumn .subColumnTitle {
    margin-bottom: 10px;
    font-size: 3rem;
  }

  .careerLead .subColumn p {}

  .requireStudy {
    margin: 70px auto 0;
    padding: 0;
    max-width: 980px;
  }

  .requireStudy .subTitle {
    margin: 0 auto 20px;
    max-width: 820px;
    font-size: 3rem;
  }

  .requireStudy p {
    margin: 0 auto 50px;
    max-width: 820px;
  }

  .requireStudy ul {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
  }

  .requireStudy ul li {
    margin: 0;
    padding: 50px 40px 40px;
    width: calc(470/980*100%);
    box-sizing: border-box;
  }

  .requireStudy ul li .graphImg {}

  .requireStudy ul li p {
    margin: 30px 0 0;
    color: #fff;
  }

  .requireStudy ul li p .em {
    color: #ffe400;
  }

  .requireStudy ul+p {
    text-align: center;
  }

  .careerProgram {
    max-width: 1030px;
  }

  .programCurriculum {
    margin: 0 0 90px;
    padding: 90px 25px;
    max-width: inherit;
  }

  .programCurriculum .careerTitle {
    text-align: center;
  }

  .programCurriculum .careerTitle br {
    display: none;
  }

  .programCurriculum p {
    margin: 0 auto;
    max-width: 820px;
  }

  .careerProgram .careerTitle {
    text-align: center;
  }

  .careerProgram p {
    margin: 0 auto 50px;
    max-width: 820px;
  }

  .careerProgram .uniqueProgram {
    margin: 0 auto 100px;
    max-width: 980px;
    display: flex;
    justify-content: space-between;
  }

  .careerProgram .uniqueProgram dl {
    margin: 0;
    padding: 50px 35px 40px;
    width: calc(470/980*100%);
    box-sizing: border-box;
  }

  .careerProgram .uniqueProgram dl dt {
    font-size: 2.4rem;
    text-align: center;
  }

  .careerProgram .uniqueProgram dl dd {}

  .careerProgram .uniqueProgram dl dd .image {}

  .careerProgram .uniqueProgram dl dd .copy {
    font-size: 2rem;
  }

  .careerProgram .uniqueProgram dl dd p {
    margin: 0;
  }

  .careerProgram .programCases {
    margin: 70px auto 120px;
    max-width: 980px;
  }

  .careerProgram .programCases ul {}

  .careerProgram .programCases ul li {
    margin: 0 0 60px;
    padding-right: 330px;
    position: relative;
  }

  .careerProgram .programCases ul li .label {
    margin-bottom: 10px;
    padding: 10px 15px;
    display: inline-block;
    position: static;
    line-height: 1;
    font-size: 1.6rem;
    font-weight: 300;
  }

  .careerProgram .programCases ul li .image {
    margin: 0;
    position: absolute;
    top: 30px;
    right: 0;
    width: 280px;
  }

  .careerProgram .programCases ul li .caseTitle {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 2rem;
  }

  .careerProgram .programCases ul li .caseTitle br {
    display: none;
  }

  .careerProgram .programCases ul li p {
    margin: 0;
  }
}



@media screen and (min-width: 980px) {
  .careerLead .careerTitle {
    right: calc(50vw - 490px);
  }
}


/* =============================================================================
 Product Page Styles
============================================================================= */

.manufacturingStory {
  padding: 0 calc(26/750*100%);
}

.story {}

.story .careerTitle {
  margin: 0 calc(26/750*100vw);
  position: relative;
  color: #0f4da1;
  text-align: left;
}

.story .careerTitle span {
  border-color: #0f4da1;
}

.story .image {
  margin: 0 calc(-25/750*100%);
}

.story .personInfo {
  padding: 10px 0 10px 15px;
  display: inline-block;
  color: #fff;
  background-color: #0f4da1;
}

.story .personInfo .post {
  padding-right: 15px;
  font-size: 1.2rem;
}

.story .personInfo .name {
  margin-top: 10px;
  padding: 10px 15px 0 0;
  border-top: 1px #5783bd solid;
  font-size: 1.5rem;
  text-align: right;
}

.whatInstitute {
  margin: 45px 0 30px;
  padding: 0 calc(50/700*100%);
  border: 2px #0f4da1 solid;
  border-radius: 8px;
}

.whatInstitute .title {
  margin: 0 0 30px;
  position: relative;
  top: -14px;
  line-height: 25px;
  color: #0f4da1;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

.whatInstitute .title span {
  padding: 0 15px;
  display: inline-block;
  position: relative;
  background-color: #fff;
}

.whatInstitute .title span:before,
.whatInstitute .title span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 2px;
  height: 105%;
  background-color: #0f4da1;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

.whatInstitute .title span:before {
  left: 0;
}

.whatInstitute .title span:after {
  right: 0;
}

.whatInstitute .sight {
  display: flex;
  justify-content: space-between;
}

.whatInstitute .sight li {
  border-radius: 50%;
  position: relative;
  width: calc(120/750*100vw);
  height: calc(120/750*100vw);
  line-height: calc(120/750*100vw);
  color: #fff;
  background-color: #0f4da1;
  font-weight: 700;
  text-align: center;
}

.whatInstitute .sight li:after {
  content: "×";
  position: absolute;
  top: 0;
  left: calc(116/750*100vw);
  width: calc(18/320*100vw);
  color: #0f4da1;
  text-align: center;
}

.whatInstitute .sight li:last-child:after {
  display: none;
}

.whatInstitute .copy {
  margin: 25px 0 35px;
  line-height: 1.77;
  font-weight: 700;
}

.whatInstitute .point {
  margin-bottom: 15px;
  line-height: 1.53;
  color: #0f4da1;
  font-size: 1.5rem;
  font-weight: bold;
}

.whatInstitute p {
  margin: -10px 0 30px;
}

.whatInstitute .image {
  margin: 0 0 30px;
}

.whatInstitute .caption {
  margin: 10px 0 0;
  line-height: 1.5;
  color: #606060;
  font-size: 1rem;
}

.whatInstitute .caption.center {
  text-align: center;
}

.storyDetail {
  margin: 30px 0;
}

.storyDetail .image {
  margin: 0 0 30px calc(-25/700*100%);
}

.storyDetail.imgRight .image {
  margin-left: 0;
  margin-right: calc(-25/700*100%);
}

.storyDetail .articleTitle {
  margin: 0 0 15px;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 700;
}

.storyDetail p {}

.manufacturingStory .interviewBox {
  margin: 0 calc(-25/700*100%);
}


.story01 {
  margin-bottom: 70px;
}

.story01 .careerTitle {
  margin-bottom: -30px;
}

.story01 .personInfo {
  margin: -30px calc(-25/700*100%) 30px 0;
  position: relative;
  float: right;
}

.story01 .personInfo+p {
  clear: both;
}

.story01 .interviewBox {
  margin: calc(335/750*100%) calc(-25/700*100%) 50px;
}

.story01 .interviewBox .illust {
  margin-top: calc(-252/750*100%);
  top: 0;
  right: calc(60/750*100%);
}


.story02 .careerTitle {
  margin: 0 calc(25/700*100%) calc(-520/700*100%) 0;
  float: right;
  width: 77px;
}

.story02 .personInfo {
  margin: -30px 0 30px calc(-25/700*100%);
  padding: 10px 15px 10px 0;
  position: relative;
}

.story02 .personInfo>* {
  padding-left: 15px !important;
  padding-right: 0 !important;
}

.story02 .storyCloseup {}

.story02 .storyCloseup .image {
  margin: 0 calc(25/700*100%) 0 calc(-25/700*100%);
  position: relative;
}

.story02 .storyCloseup .image a {
  display: block;
  position: absolute;
  right: calc(272/750*100vw);
  bottom: calc(256/750*100vw);
  width: calc(200/750*100vw);
  height: calc(232/750*100vw);
  background: url(/yell/img/product/btn_modal_needle.png) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  font-size: 0;
  text-indent: -9999px;
}

.story02 .storyCloseup p {
  margin: -25px calc(-25/700*100%) 0 calc(25/700*100%);
  padding: 25px calc(25/700*100%);
  position: relative;
  color: #0f4da1;
  background-color: #e7edf5;
}

.story02 .interviewBox {
  margin: calc(370/750*100%) calc(-25/700*100%) -50px;
}

.story02 .interviewBox .illust {
  margin-top: calc(-310/750*100%);
  top: 0;
  right: 0;
}


@media screen and (min-width: 768px) {
  .productPages {
    overflow: hidden;
  }

  .manufacturingStory {
    margin-top: -80px;
    padding: 0 25px;
  }

  .story {}

  .story>p,
  .story>.anime>p {
    margin: 0 auto;
    max-width: 820px;
  }

  .story .image {
    margin: 0 -25px;
    position: relative;
  }

  .story .careerTitle {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -60%);
    transform: translate(0, -60%);
  }

  .story .image img {
    width: 100%;
  }

  .story .personInfo {
    margin: 0;
    padding: 15px 0 10px 40px;
    position: relative;
    top: -45px;
    right: 0;
  }

  .story .personInfo .post {
    padding-right: 40px;
    font-size: 1.6rem;
  }

  .story .personInfo .name {
    margin-top: 15px;
    padding: 10px 40px 0 0;
    font-size: 2.4rem;
  }

  .whatInstitute {
    margin: 80px auto 50px;
    padding: 0 77px 70px;
    border-width: 3px;
    border-radius: 18px;
    max-width: 980px;
    box-sizing: border-box;
  }

  .whatInstitute .title {
    margin: 0 0 50px;
    top: -25px;
    line-height: 45px;
    font-size: 2.4rem;
  }

  .whatInstitute .title span {
    padding: 0 60px;
  }

  .whatInstitute .title span:before,
  .whatInstitute .title span:after {
    width: 3px;
  }

  .whatInstitute .sight {
    margin: 0 auto;
    width: 580px;
  }

  .whatInstitute .sight li {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 2rem;
  }

  .whatInstitute .sight li:after {
    content: "×";
    left: 120px;
    width: 1em;
  }

  .whatInstitute .copy {
    margin: 20px 0 70px;
    font-size: 2rem;
  }

  .whatInstitute .whatInstituteMain {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .whatInstitute .point {
    margin-bottom: 10px;
    font-size: 2rem;
  }

  .whatInstitute p {
    margin: 0;
  }

  .whatInstitute .text,
  .whatInstitute .image {
    margin: 0 0 50px;
    width: calc(390/820*100%);
  }

  .whatInstitute .img04 {
    margin: 0 auto;
  }

  .whatInstitute .caption {
    font-size: 1.2rem;
  }

  .storyDetail {
    margin: 80px -25px 0;
    display: flex;
    justify-content: space-between;
  }

  .storyDetail.imgRight {
    flex-direction: row-reverse;
  }

  .storyDetail .image {
    margin: 0 !important;
    width: calc(680/1440*100%);
  }

  .storyDetail .text {
    padding-right: 25px;
    width: calc(680/1440*100%);
    box-sizing: border-box;
  }

  .storyDetail .text>* {
    padding-right: 25px;
    max-width: 450px;
    width: 100%;
  }

  .storyDetail.imgRight .text {
    padding-right: 0;
    padding-left: 25px;
  }

  .storyDetail.imgRight .text:after {
    content: "";
    display: block;
    clear: both;
  }

  .storyDetail.imgRight .text>* {
    padding-right: 0;
    padding-left: 25px;
    clear: right;
    float: right;
  }

  .storyDetail .articleTitle {
    font-size: 3rem;
  }

  .storyDetail p {}


  .story01 {
    margin-bottom: 70px;
  }

  .story01 .interviewBox {
    margin: 330px -25px 50px;
    padding: 70px 25px;
    overflow: visible;
  }

  .story01 .interviewBox .photo {
    left: auto;
    right: 0;
    width: 292px;
    z-index: 2;
  }

  .story01 .interviewBox .illust {
    margin-top: -280px;
    top: 0;
    right: 0;
    width: 368px;
    max-width: inherit;
  }

  .story02 .careerTitle {
    margin-bottom: calc(-410/1440*100%);
    position: relative;
    right: 0;
    width: 117px;
    z-index: 2;
    -webkit-transform: none;
    transform: none;
  }

  .story02 .personInfo {
    padding: 15px 40px 10px 0;
  }

  .story02 .personInfo>* {
    padding-right: 0 !important;
    padding-left: 40px !important;
    text-align: left !important;
  }

  .story02 .storyCloseup {
    margin: 90px auto 0;
    display: flex;
    max-width: 980px;
  }

  .story02 .storyCloseup .image {
    margin: 0;
    width: 50%;
  }

  .story02 .storyCloseup .image a {
    margin-top: calc(178/490*100%);
    padding-top: calc(188/490*100%);
    right: auto;
    left: calc(160/490*100%);
    bottom: auto;
    top: 0;
    width: calc(162/490*100%);
    height: 0;
    background: none;
  }

  .story02 .storyCloseup .image a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/yell/img/product/btn_modal_needle.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .story02 .storyCloseup .image a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/yell/img/product/btn_modal_needle2.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0;
  }

  .story02 .storyCloseup .image a:hover:before {
    opacity: 0;
    animation-name: clickAnime2;
    animation-duration: 1.2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }

  .story02 .storyCloseup .image a:hover:after {
    animation-name: clickAnime;
    animation-duration: 1.2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }

  .story02 .storyCloseup p {
    margin: calc(67/980*100%) 0 0;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    width: 50%;
    box-sizing: border-box;
  }

  .story02 .interviewBox {
    margin: 405px -25px -100px;
    padding: 70px 25px;
    overflow: visible;
  }

  .story02 .interviewBox .photo {
    left: auto;
    right: 0;
    width: 284px;
    z-index: 2;
  }

  .story02 .interviewBox .illust {
    margin-top: -340px;
    top: 0;
    right: 0;
    width: 356px;
    max-width: inherit;
  }
}



@keyframes clickAnime {
  0% {
    opacity: 1;
  }

  49% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes clickAnime2 {
  0% {
    opacity: 0;
  }

  49% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}






@media screen and (min-width: 1047px) {

  .story .careerTitle,
  .story01 .personInfo,
  .story .interviewBox .photo,
  .story .interviewBox .illust {
    right: calc(50% - 490px);
  }

  .story02 .personInfo {
    left: calc(50% - 490px);
  }
}


@media screen and (min-width: 1440px) {
  .story02 .careerTitle {
    margin-bottom: -410px;
  }
}



/* school */

.introExample {
  margin: 0 0 40px;
}

.introExample .exampleSchool {}

.introExample .photo a {
  display: block;
  position: relative;
}

.introExample .photo .label {
  padding: 10px calc(26/750*100vw);
  position: absolute;
  top: 15px;
  left: calc(-25/750*100vw);
  color: #fff;
  background-color: #0f4da1;
  font-size: 1.2rem;
  font-weight: 700;
}

.introExample .caption {
  padding-top: 10px;
  line-height: 1.87;
  font-size: 1.5rem;
}

.introExample .caption a {
  color: #000;
  text-decoration: none;
}

.introExample .caption span {
  border-bottom: 1px #b5b5b5 solid;
}

@media screen and (min-width: 768px) {
  .introExample {
    margin: 70px 0 40px;
  }

  .introExample .exampleSchool {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }

  .introExample .photo {
    width: calc(370/820*100%);
  }

  .introExample .photo a {
    -webkit-transition: opacity ease .3s;
    transition: opacity ease .3s;
  }

  .introExample .photo a:hover {
    opacity: .7;
  }

  .introExample .photo .label {
    padding: 10px 20px;
    top: 20px;
    left: -20px;
    font-family: 'DINNextLTPro-Bold';
    font-size: 1.6rem;
    font-weight: 400;
  }

  .introExample .caption {
    padding-top: 0;
    width: calc(430/820*100%);
    line-height: 1.88;
    font-size: 1.6rem;
  }

  .introExample .caption a span {
    border-bottom: none;
  }

  .introExample .caption a:hover span {
    border-bottom: 1px #b5b5b5 solid;
  }
}





/* =============================================================================
 modal
============================================================================= */

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0 !important;
  z-index: 10000;
}

#needle {
  margin: 0 auto;
  padding: 70px 0 35px;
  border-radius: 10px;
  position: relative;
  background-color: rgba(15, 77, 161, .9);
  text-align: center;
}

#needle img {
  width: calc(506/750*100vw);
}

#needle p {
  padding: 30px 0 0;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}

#needle .mfp-close {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  top: 20px;
  right: 20px;
  width: 76px;
  height: 13px;
  background: transparent url(/yell/img/product/btn_close.png) 0 0 no-repeat;
  opacity: 1 !important;
  -webkit-background-size: contain;
  background-size: contain;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.manufacturingStory #needle {
  display: none;
}

@media screen and (min-width: 768px) {
  #needle {
    margin: 0 auto;
    padding: 85px 0 50px;
    border-radius: 18px;
    position: relative;
    max-width: 980px;
    background-color: rgba(15, 77, 161, .9);
    text-align: center;
  }

  #needle img {
    width: 406px;
  }

  #needle p {
    font-size: 1.2rem;
  }

  #needle .mfp-close {
    top: 50px;
    right: 50px;
  }
}


/**
       * Fade-zoom animation for first dialog
       */

/* start state */
.my-mfp-zoom-in .modalContent {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .modalContent {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .modalContent {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}





/* =============================================================================
 Anime Setting
============================================================================= */

.anime {
  opacity: 0;
  -webkit-transition: opacity ease 1s;
  transition: opacity ease 1s;
}

.anime.animated {
  opacity: 1;
}

/* top */
.future .title span:before {
  width: 0;
  -webkit-transition: width ease .5s 1s;
  transition: width ease .5s 1s;
}

.animated.future .title span:before {
  width: 100%;
}

.contentsIntro .introHead .title:before {
  width: 0;
  -webkit-transition: width ease .5s .5s;
  transition: width ease .5s .5s;
}

.animated.contentsIntro .introHead .title:before {
  width: 100%;
}

.contentsIntro .introHead .title span {
  left: -100%;
  -webkit-transition: left ease .5s 1s;
  transition: left ease .5s 1s;
}

.contentsIntro .introHead .titleJP,
.contentsIntro .introHead .subTitle {
  opacity: 0;
  -webkit-transition: opacity ease .5s 1.3s;
  transition: opacity ease .5s 1.3s;
}

.animated.contentsIntro .introHead .title span {
  left: 0;
}

.animated.contentsIntro .introHead .titleJP,
.animated.contentsIntro .introHead .subTitle {
  opacity: 1;
}

.yellCommittee .title:before,
.yellCommittee .link:before {
  width: 0;
  -webkit-transition: width ease .5s .5s;
  transition: width ease .5s .5s;
}

.animated.yellCommittee .title:before,
.animated.yellCommittee .link:before {
  width: 100%;
}

.yellCommittee .title span,
.yellCommittee .link a {
  opacity: 0;
  -webkit-transition: opacity ease .5s 1s;
  transition: opacity ease .5s 1s;
}

.animated.yellCommittee .title span,
.animated.yellCommittee .link a {
  opacity: 1;
}

.yellStatement .label {
  position: relative;
  opacity: 0;
}

.animated.yellStatement .label {
  opacity: 1;
  animation-name: bounceInDown;
  animation-duration: 1s;
  animation-timing-function: linear;
}

@media screen and (min-width: 768px) {
  .yellStatement .label {
    position: absolute;
  }

  .animated.yellStatement .label {}
}

@keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}



/* lowers common */

.pageHeader {
  overflow: hidden;
}

.pageHeader .headline {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: transform ease .5s 1s;
  transition: transform ease .5s 1s;
}

.animated.pageHeader .headline {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.pageHeader .headline .pageTitle:before {
  width: 0;
  -webkit-transition: width ease .5s 1.5s;
  transition: width ease .5s 1.5s;
}

.animated.pageHeader .headline .pageTitle:before {
  width: 100%;
}

.pageHeader .scroll {
  opacity: 0;
  -webkit-transition: opacity ease .5s 2s;
  transition: opacity ease .5s 2s;
}

.animated.pageHeader .scroll {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .pageHeader .headline {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .pageHeader .headlineWrap {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: transform ease .5s 1s;
    transition: transform ease .5s 1s;
  }

  .animated.pageHeader .headlineWrap {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.columnTitle:before {
  width: 0;
  -webkit-transition: width ease .5s 1s;
  transition: width ease .5s 1s;
}

.animated .columnTitle:before {
  width: 100%;
}



/* mirai */
.careerTitle span:before {
  width: 0;
  -webkit-transition: width ease .5s 1s;
  transition: width ease .5s 1s;
}

.animated .careerTitle span:before {
  width: 100%;
}



/* manufacturing */
.whatInstitute .sight li {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: transform ease.5s .6s, opacity ease .5s .6s;
  transition: transform ease.5s .6s, opacity ease .5s .6s;
}

.whatInstitute .sight li:after {
  opacity: 0;
  -webkit-transition: opacity ease .5s 1.6s;
  transition: opacity ease .5s 1.6s;
}

.whatInstitute .sight li:nth-child(2) {
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}

.whatInstitute .sight li:nth-child(3) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.whatInstitute .sight li:nth-child(4) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.animated.whatInstitute .sight li {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.animated.whatInstitute .sight li:after {
  opacity: 1;
}

.story02 .careerTitle:before,
.story02 .careerTitle:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: calc(180/304*100%);
  width: 2px;
  height: 0;
  background-color: #0f4da1;
  -webkit-transition: height ease .5s 1s;
  transition: height ease .5s 1s;
}

.story02 .careerTitle:before {
  right: 0;
}

.story02 .animated .careerTitle:before {
  height: 65%;
}

.story02 .animated .careerTitle:after {
  height: 100%;
}

.story02 .storyCloseup .image {
  position: relative;
}

.storyCloseup .image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(116/750*100vw);
  width: 2px;
  height: 0;
  background-color: #0f4da1;
  -webkit-transition: height ease .5s 1s;
  transition: height ease .5s 1s;
}

.animated.storyCloseup .image:before {
  height: 20.5%;
}

@media screen and (min-width: 768px) {
  .story02 .storyCloseup .image:before {
    left: calc(88/490*100%);
  }

  .animated.storyCloseup .image:before {
    height: 19%;
  }
}





/* =============================================================================
 個別調整
============================================================================= */

#ara_yellPage .pageHeader .image {
  background-position: center top;
}

@media screen and (max-width:1030px) {
  .hero .mv03 .image {
    background-position: center center;
  }

  .hero .mv04 .image {
    background-position: center top 19%;
  }

  #senpaiPage .pageHeader .image {
    background-position: center top;
  }
}

@media screen and (min-width:768px) {
  .pageHeader .image {
    background-position: center top;
  }
}

@media screen and (min-width:768px) and (max-width:1030px) {

  #senpaiPage .pageHeader .image,
  #ara_yellPage .pageHeader .image {
    display: none !important;
  }

  #senpaiPage .pageHeader .image.only-sp,
  #ara_yellPage .pageHeader .image.only-sp {
    display: block !important;
  }
}


@media screen and (max-width: 767px) {
  .careerEducation .interviewBox .profileData {
    width: 82%;
  }

  .careerEducation .interviewBox .post .small:first-child {
    display: block;
  }
}




/* =============================================================================
 Template
============================================================================= */

.fieldsArea>*:last-child {
  margin-bottom: 0;
}



.fullWindowImage {
  margin-bottom: 50px;
}

.fullWindowImage img {
  width: 100%;
}



.imgColumn {
  margin: 0 0 50px;
  padding: 0 calc(25/750*100%);
}

.imgColumn .image {
  margin: 0 0 30px calc(-25/700*100%);
}

.imgColumn .image img {
  width: 100%;
}

.imgColumn.imgRight .image {
  margin-left: 0;
  margin-right: calc(-25/700*100%);
}

.imgColumn .articleTitle {
  margin: 0 0 15px;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .imgColumn {
    padding: 0;
    display: flex;
    justify-content: space-between;
  }

  .imgColumn.imgRight {
    flex-direction: row-reverse;
  }

  .imgColumn .image {
    margin: 0 !important;
    width: calc(680/1440*100%);
  }

  .imgColumn .text {
    padding-right: 25px;
    width: calc(680/1440*100%);
    box-sizing: border-box;
  }

  .imgColumn .text>* {
    padding-right: 25px;
    max-width: 450px;
    width: 100%;
  }

  .imgColumn.imgRight .text {
    padding-right: 0;
    padding-left: 25px;
  }

  .imgColumn.imgRight .text:after {
    content: "";
    display: block;
    clear: both;
  }

  .imgColumn.imgRight .text>* {
    padding-right: 0;
    padding-left: 25px;
    clear: right;
    float: right;
  }

  .imgColumn .articleTitle {
    font-size: 3rem;
  }
}



.imgColumnS {}

.imgColumnS .photo a {
  display: block;
  position: relative;
}

.imgColumnS .photo img {
  width: 100%;
}

.imgColumnS .caption {
  padding-top: 10px;
  line-height: 1.87;
  font-size: 1.5rem;
}

.imgColumnS .caption a {
  color: #000;
  text-decoration: none;
}

.imgColumnS .caption span {
  border-bottom: 1px #b5b5b5 solid;
}

@media screen and (min-width: 768px) {
  .imgColumnS {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }

  .imgColumnS.imgRight {
    flex-direction: row-reverse;
  }

  .imgColumnS .photo {
    width: calc(370/820*100%);
  }

  .imgColumnS .photo a {
    -webkit-transition: opacity ease .3s;
    transition: opacity ease .3s;
  }

  .imgColumnS .photo a:hover {
    opacity: .7;
  }

  .imgColumnS .caption {
    padding-top: 0;
    width: calc(430/820*100%);
    line-height: 1.88;
    font-size: 1.6rem;
  }

  .imgColumnS .caption a span {
    border-bottom: none;
  }

  .imgColumnS .caption a:hover span {
    border-bottom: 1px #b5b5b5 solid;
  }
}



.fullWindowText {
  margin: 0 0 50px;
  padding: 30px calc(26/750*100%);
  color: #dd2c2e;
  background-color: #fdf0f0;
}

.productPages .fullWindowText {
  background-color: #e7edf5;
}

.fullWindowText.bgGray {
  background-color: #eee;
}

.productPages .fullWindowText {
  color: #003377;
}

.fullWindowText .leadTitle {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.productPages .fullWindowText .leadTitle {
  text-align: left;
}

.fullWindowText p {}

@media screen and (min-width: 768px) {
  .fullWindowText {
    padding: 80px 25px 70px;
  }

  .fullWindowText .leadTitle {
    margin-bottom: 30px;
    font-size: 3rem;
  }

  .productPages .fullWindowText .leadTitle {
    text-align: center;
  }

  .fullWindowText p {
    margin: 0 auto;
    max-width: 820px;
  }
}



.asideColumn {
  margin-bottom: 50px;
}

.asideColumn dl {
  margin-bottom: 25px;
  padding: 20px calc(50/700*100%);
  border-radius: 8px;
  background-color: #fce9ea;
}

.productPages .asideColumn dl {
  background-color: #e7edf5;
}

.asideColumn dl:last-child {
  margin-bottom: 0;
}

.asideColumn dl dt {
  margin-bottom: 5px;
  line-height: 1.54;
  color: #dd2c2e;
  font-weight: 700;
}

.productPages .asideColumn dl dt {
  color: #0f4da1;
}

.asideColumn dl dd>*:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .asideColumn dl {
    border-radius: 20px;
    padding: 35px 40px;
  }
}



.imageList {
  margin-bottom: 50px;
}

.imageList ul {
  border-top: 1px #eee solid;
}

.imageList ul li {
  padding: 15px 35px;
  border-bottom: 1px #eee solid;
}

.imageList ul li {
  display: block;
}

.imageList ul li img {
  width: auto;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .imageList {}

  .imageList ul {
    border-width: 2px;
  }

  .imageList ul li {
    border-width: 2px;
  }

  .imageList ul li {
    padding: 40px 0;
    text-align: center;
  }

  .imageList ul li img {
    max-width: 520px;
  }
}



.fieldsArea .banner {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .fieldsArea .banner {
    padding-left: 0;
    padding-right: 0;
  }
}



.imageDouble {
  margin: 0 auto 50px;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  box-sizing: border-box;
}

.imageDouble .image {
  width: calc(700/1440*100%);
  max-width: inherit;
}

.imageDouble .image img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .imageDouble {
    padding: 0 calc(26/750*100%);
  }
}



.imageTriple {
  margin: 0 auto 50px;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  box-sizing: border-box;
}

.imageTriple .image {
  width: calc(460/1440*100%);
}

.imageTriple .image img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .imageTriple {
    padding: 0 calc(26/750*100%);
  }
}



.relationContents {
  margin: 0 0 50px;
  padding: 60px 0 50px;
  background: url(/yell/img/project/bg_relation.png) 0 0 repeat;
}

.productPages .relationContents {
  background-image: url(/yell/img/product/bg_relation.png);
}

.relationContents .columnBox {
  max-width: 1140px;
}

.relationContents .title {
  margin: 0 0 40px;
  padding-left: 20px;
  border-left: 4px #dd2c2e solid;
  color: #dd2c2e;
  font-size: 2rem;
  font-weight: bold;
}

.productPages .relationContents .title {
  border-color: #0f4da1;
  color: #0f4da1;
}

.relationContents ul {
  display: flex;
  flex-wrap: wrap;
}

.relationContents ul li {
  margin: 0 calc(20/1140*100%) 20px 0;
  width: calc(270/1140*100%);
}

.relationContents ul li:nth-child(4n) {
  margin-right: 0;
}

.relationContents ul li a {
  border-radius: 20px;
  padding-bottom: 20px;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-sizing: border-box;
  text-decoration: none;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, .1);
}

.relationContents ul li a:after {
  content: "";
  border: 3px #d33c3e solid;
  border-radius: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  visibility: hidden;
}

.productPages .relationContents ul li a:after {
  border-color: #0f4da1;
}

.relationContents ul li a:hover:after {
  visibility: visible;
}

.relationContents ul li .image {
  margin: 0 0 20px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.relationContents ul li .image img {
  -webkit-transition: transform ease .3s;
  transition: transform ease .3s;
}

.relationContents ul li a:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.relationContents ul li .articleTitle {
  margin: 0 20px;
  padding: 0 20px 0 10px;
  border-left: 3px #dd2c2e solid;
  position: relative;
  line-height: 1.2;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
}

.productPages .relationContents ul li .articleTitle {
  border-color: #0f4da1;
}

.relationContents ul li .articleTitle:after {
  content: "";
  border-top: 2px #d33c3e solid;
  border-right: 2px #d33c3e solid;
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 2px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.productPages .relationContents ul li .articleTitle:after {
  border-color: #0f4da1;
}

@media screen and (max-width: 767px) {
  .relationContents {
    padding: 40px calc(25/750*100vw) 20px;
  }

  .relationContents .columnBox {
    padding: 0;
  }

  .relationContents .title {
    margin: 0 0 20px;
    padding-left: 10px;
    border-width: 3px;
    font-size: 1.5rem;
  }

  .relationContents ul li {
    margin: 0 calc(40/700*100%) 20px 0;
    width: calc(330/700*100%);
  }

  .relationContents ul li:nth-child(4n) {
    margin-right: calc(40/750*100%);
  }

  .relationContents ul li:nth-child(2n) {
    margin-right: 0;
  }

  .relationContents ul li a {
    border-radius: 10px;
    padding-bottom: 10px;
  }

  .relationContents ul li .image {
    margin: 0 0 10px;
    border-radius: 10px 10px 0 0;
  }

  .relationContents ul li .articleTitle {
    margin: 0 10px;
    padding: 0 10px 0 5px;
    border-width: 2px;
    font-size: 1.2rem;
  }
}





/* =============================================================================
 404
============================================================================= */

.page404 {
  padding-top: 50px;
}

.page404 .linkTop {
  text-align: center;
}

.page404 .linkTop a {
  padding: 0 20px;
  border-radius: 20px;
  display: inline-block;
  line-height: 40px;
  color: #fff;
  background-color: #dd2c2e;
  text-decoration: none;
  transition: opacity ease .3s;
}

.page404 .linkTop a:hover {
  opacity: .7;
}





/* =============================================================================
 Temporary
============================================================================= */