@charset "utf-8";
/*
Theme Name: ec21-recruit-grand-open_20250728
Description: アースクリーン21採用サイトグランドオープンのテーマ
Version: 2.0
*/

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900|Noto+Serif+JP:400,500,700,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400&display=swap');
#wpadminbar {
	display: none;
}
body{
  font-family: 'Noto Sans JP', sans-serif;/* ゴシック */
  overflow-x: hidden;
  position: relative;
}

html{
  overflow-x: hidden;
  font-size:16px;/* 1rem */
}
h1{
  font-size:2rem; /* 32px */
}
h2{
  font-size:1.8rem; /* 32px */
}
h3{
  font-size:1.5rem; /* 32px */
}
h4{
  font-size:1.2rem; /* 32px */
}
h5{
  font-size:1.1rem; /* 32px */
}
p{
  font-size:1rem; /* 16px */
}
img{
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}
a {
  color: #000000;
}
a:hover{
  opacity: 0.7;
  color: #000000;
  text-decoration: none;
}
a.text-white:hover {
  color: #FFFFFF;
}
.font-weight-medium {
  font-weight: 500;
}
.italic {
  font-style: italic;
}
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.gothic {
  font-family: YuGothic, 'Yu Gothic' , '游ゴシック', 'Helvetica Neue' , 'Hiragino Sans','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro' , 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', -apple-system, BlinkMacSystemFont, sans-serif;
}
.noto-sans {
  font-family: 'Noto Sans JP', sans-serif;/* ゴシック */
}
.noto-serif {
  font-family: 'Noto Serif JP', serif;/* 明朝 */
}
.lato {
  font-family: 'Lato', sans-serif;
}
.meiryo {
  font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */
               'Helvetica Neue',            /* Macの欧文 (OS X 10.10以前) */
               'Segoe UI',                  /* Windowsの欧文 */
               'Hiragino Kaku Gothic ProN', /* Macのヒラギノ */
               Meiryo,                      /* Windowsのメイリオ */
               sans-serif;
}
.bg-blue {
  background-color: #2b559b;
}
.bg-blue2 {
  background-color: #009ee5;
}
.bg-water {
  background-color: #66c5ef;
}
.text-blue {
  color: #2b559b;
}
.text-lightblue {
  color: #5ea0ef;
}
.text-pink {
  color: #f2a3cb;
}
.text-gray {
  color: #808080;
}
.text-gray2 {
  color: #4d4d4d;
}
.bg-gray {
  background-color: #666666;
}
.bg-lightgray {
  background-color: #efefef;
}
.bg-singlegray {
  background-color: #f5f5f5;
  z-index: 300;
  position: relative;
}
.font-weight-light {
  font-weight: 300;
}
.font-weight-thin {
  font-weight: 100;
}
img.fit {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
/*ヘッダー*/
nav h1 {
  font-size: 0;
  margin-bottom: 0;
}
.navbar-nav li.menu-item a {
	padding: 5px 10px;
  font-size: 16px;
}
header {
  z-index: 500;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #ffffff;
  height: 101px;
}
.header-pc-action-wrap{
  width: 300px;
}
.header-pc-action-wrap a{
  color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.header-pc-action-wrap a span{
  display: block;
}
a.header-contact-newgrads{
  background: #50c8bf;
}
a.header-contact-careers{
  background: #ffa546;
}
.catch-copy{
  color: #5caae5;
  font-size: 0.8125rem;
  padding-left: 2px;
}
.header-pc-action-jap {
  font-size: 28px;
}
.header-pc-action-eng {
  font-size: 21px;
}
/* スライダー */
.mainvisual-inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1195px;
}
.mainvisual-inner .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}
.mainvisual-inner .swiper-container img {
  width: 100%;
}
.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
  top: 50%;
}
.swiper-container .swiper-button-prev {
  background-image: url(./images/top/page-prev.png);
  left: 20px;
}
.swiper-container .swiper-button-next {
  background-image: url(./images/top/page-next.png);
  right: 20px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 9px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
}
.swiper-pagination-bullet{
  background: #FFFFFF;
  opacity: 1;
  width: 12px;
  height: 12px;
}
.swiper-pagination-bullet-active {
  background: #1b4a9c;
}
.mainvisual {
  overflow-x: hidden;
}
/* トップ */
.top-newsbox {
  background-image: url(./images/top/top-right.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
}

.slide-p-box {
  position: absolute;
  top: 21%;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 63px;
  line-height: 70px;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
}
.slide-p-box2 {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(000,000,000,0.2);
  padding: 15px;
}
.fv-slide-title {
  font-size: 33px;
  position: relative;
  padding: 15px 25px;
  max-width: 637px;
  margin: auto;
  letter-spacing: 0.04em;
}
.fv-slide-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  border-top: 3px solid #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
  border-left: 3px solid #FFFFFF;
}
.fv-slide-title::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
}
.fv-slide-copy {
  font-size: 18px;
  line-height: 29px;
}
.read-continuation {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  color: #FFFFFF;
  background-color: #acb9bc;
  text-align: center;
  padding: 3px 8px;
}
.blog-excerpt {
  padding-bottom: 35px;
}
a.top-fvlink {
  display: block;
  position: relative;
  height: 50%;
  color: #FFFFFF;
}
h2.top-h2 {
  font-size: 41px;
}
h2.top-h2 span.noto-sans {
  font-size: 17px;
  font-weight: 500;
}
p.top-p {
  padding-bottom: 58px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
}
.top-fvlink-company {
  background: url(./images/top/top-company.jpg) no-repeat center center/cover;
}
.top-fvlink-work {
  background: url(./images/top/top-work.jpg) no-repeat center center/cover;
}
.top-readmore {
  position: absolute;
  right: 13px;
  bottom: 13px;
  font-weight: 300;
  font-size: 19px;
}
.top-readmore span {
  position: relative;
  display: block;
  padding-right: 15px;
  padding-bottom: 15px;
}
.top-readmore span::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 58px;
  height: 58px;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.top-readmore-black span::before {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.top-message-news > div {
  min-height: 498px;
}
.top-message-p {
  max-width: 355px;
  margin-left: auto;
  padding-top: 50px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.top-president {
  font-size: 14px;
}
.top-message-box {
  background-image: url(./images/top/top-message.png), url(./images/top/top-left.png);
  background-repeat: no-repeat, no-repeat;
  background-position: -22px bottom, left top;
  background-size: auto, 100%;
}
.blog-link span {
  display: inline-block;
}
.post-date {
  font-size: 17px;
}
.top-news-wrap {
  padding-top: 45px;
  padding-bottom: 41px;
}
.post-cat {
  font-size: 14px;
  margin: 0 12px;
}
.post-cat span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  background-color: #0083cf;
  width: 100px;
  height: 24px;
}
.post-cat span.newgraduate {
  background-color: #50c8bf;
}
.post-cat span.alreadygraduated {
  background-color: #ffa546;
}
.blog-title {
  font-size: 15px;
}
.top-news-wrap a {
  margin-bottom: 17px;
}
.top-staff-title {
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  margin: auto;
  padding: 0 10px;
  z-index: 50;
  color: #FFFFFF;
}
.top-staff-eng {
  font-size: 31px;
}
.top-staff-name {
  font-size: 17px;
}
.top-staff-busyo {
  font-size: 14px;
  display: block;
  padding-top: 3px;
}
a.top-staff-links {
  background-color: #000000;
}
a.top-staff-links:hover {
  opacity: 1;
}
a.top-staff-links img {
  opacity: 0.7;
}
a.top-staff-links:hover img {
  opacity: 1;
  transition-duration: 0.3s;
}
a.top-staff-links .top-staff-copy {
  background-color: #666666;
}
a.top-staff-links:hover .top-staff-copy {
  background-color: #009ee5;
  transition-duration: 0.3s;
  color: #FFFFFF;
}
.top-staff-copy {
  font-size: 17px;
  line-height: 21px;
  padding: 15px 55px 15px 15px;
  color: #D0D0D0;
}
.staff-more {
  position: absolute;
  right: 8px;
  bottom: 8px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  color: #D0D0D0;
}
a.top-staff-links:hover .staff-more {
	color: #FFFFFF;
}
.staff-more span {
  padding: 13px;
  position: relative;
  display: block;
}
.staff-more span::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-right: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
}
a.top-staff-links:hover .staff-more span::after {
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.top-data {
  background: url(./images/top/top-data.jpg) no-repeat center center/cover; 
}
.top-data p {
  max-width: 591px;
  width: 80%;
}
.bg-green {
  background-color: #50c8bf;
}
.bg-orange {
  background-color: #ffa546;
}
.top-entry-link {
  width: 50%;
  height: 135px;
  padding: 30px;
  display: block;
}
.saiyou {
  font-size: 28px;
  padding-bottom: 5px;
}
.bosyu-entry {
  font-size: 21px;
}
.top-entry-link span {
  display: block;
}
.to-oubo{
  color: #2b559b;
  font-weight: bold;
  background:linear-gradient(transparent 60%, rgba(144, 202, 249,0.5) 0%);
  display: inline-block;
  padding: 0 2px;
  margin-bottom: 15px;
  font-size: 20px;
}
/* フッター */
footer {
  background-image: url(./images/common/footer-bk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  height: auto;
  color: #606060;
}
.footer-navwrap {
  background-color: #2b559b;
}
.pagetop-wrap a {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: block;
  height: 45px;
  width: 45px;
  z-index: 100;
  background: #666666;
  opacity: 0.8;
}
.footer-nav {
	list-style: none;
	display: flex;
	justify-content: center;
	text-align: center;
}
.footer-nav a {
	padding: 5px 20px;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
}
.footer-right-links {
  text-align: right;
}
.footer-right-links ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-right-links ul li {
  display: inline-block;
}
.footer-right-links ul li a {
  color: #606060;
  font-size: 15px;
  padding: 0 20px;
}
.footer-right-links ul li:not(:last-child) a {
  border-right: 1px solid #606060;
}
.footer-sns-links {
/*  margin-right: 126px;*/
  margin-left: auto;
}
.footer-sns-links ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
}
.footer-sns-links ul li {
  width: 33.33333%;
}
.footer-sns-links ul li a {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 0;
  text-align: center;
}
.footer-sns-links ul li:not(:last-child) {
  margin-right: 1px;
}
.fb-link a {
  background-color: #3b5aa4;
}
.twi-link a {
  background-color: #5ea0ef;
}
.insta-link a {
  background-color: #4b3b8b;
}
.footer-copy {
  font-weight: 300;
  padding-bottom: 15px;
}
@media all and (min-width: 768px) {
  .footer-nav li:not(:last-child) {
    position: relative;
  }
  .footer-nav li:not(:last-child)::after {
    content: '/';
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: -3px;
    color: #FFFFFF;
  }
}
@media all and (min-width: 992px) {
  .container-entries {
    max-width: 898px;
  }
}
@media all and (min-width: 1200px) {
  .navbar-nav li.menu-item:not(:last-child) a {
    position: relative;
  }
  .navbar-nav li.menu-item:not(:last-child) a::after {
    content: '/';
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: -3px;
  }
  .navbar-nav li.menu-item:last-child {
    padding-right: 5px;
  }
  header nav,  header nav > div, .header-pc-action-wrap {
    height: 100%;
  }
  .header-nav {
    height: 100%;
  }
  .navbar-nav {
    height: 100%;
    align-items: center;
  }
}
@media all and (min-width: 1420px) {
  .container-staff {
    max-width: 1418px;
  }
}
@media all and (min-width: 992px) {
  .fv-wrap > div::before {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    display: block;
    width: 100%;
    height: 100%;
    background: url(./images/top/top-top2.png) no-repeat left bottom/100%;
    z-index: 50;
  }
  .z-100 {
    z-index: 100;
  }
}
@media all and (min-width: 768px) {
  .blueborder-right::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #66c5ef;
  }
}
@media all and (min-width: 576px) {
  .blueborder-top {
    border-top: 1px solid #66c5ef;
  }
}
/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {

}

/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  
}

/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {
  .blueborder-right-sm::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #66c5ef;
  }
}
@media all and (min-width: 1601px) {
  .logo-wrap {
    width: 488px;
  }
}
@media all and (max-width: 1600px) {
  .logo-wrap {
    width: 313px;
  }
}
@media all and (max-width: 1400px) {
  .logo-wrap img {
   width: 100%;
  }
  .header-pc-action-wrap {
    width: 200px;
  }
  .top-message-box {
    background-size: 55%, 100%;
  }
  .top-message-news > div {
    min-height: 414px;
  }
  .navbar-nav li.menu-item a {
    padding: 5px 7px;
    font-size: 15px;
  }
  .top-staff-eng {
    font-size: 26px;
  }
  .top-staff-title {
    top: 8px;
  }
  .top-staff-busyo {
    padding-top: 0px;
  }
  .top-staff-copy {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 55px 10px 10px;
  }
}
/*デスクトップまで*/
@media all and (max-width: 1199px) {
   ul.navbar-nav {
    padding-left: 0;
    margin-bottom: 0;
  }
  .navbar-toggler,
  .navbar-toggler span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }
  .navbar-toggler {
    position: relative;
    width: 42px;
    height: 35px;
    border:none;
    margin-right: 3px;
  }
  .navbar {
    padding: 0;
  }
  .navbar .container {
    max-width: 100%;
    width: 100%;
  }
  .navbar-toggler {
      padding: .75rem .75rem;
  }  
  .navbar-nav li.menu-item {
    border-right: none;
    border-top: 1px solid #000000;
    margin: 0;
    width: 100%;
  }
  .navbar-nav li.menu-item:last-child {
    border-bottom: 1px solid #000000;
  }
  .navbar-nav li.menu-item a {
    display: block;
    padding: 10px;
    font-size: 15px;
  }
  .navbar-nav li.menu-item a span {
    top: 3px;
  }
  .navbar-nav li.menu-item a:hover {
    background-color: rgba(255,255,255,0.2);
  }
  .navbar-nav li.nav-contact a:hover {
    background: #d32a37;
  }
  
  .navbar-toggler:active,
  .navbar-toggler:focus{
    outline:none;
    }
    
  .navbar-toggler span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000000;
    border-radius: 4px;
  }

  .navbar-toggler.collapsed span:nth-of-type(1) {
    top: 0;
  }
  .navbar-toggler.collapsed span:nth-of-type(2) {
    top: 16px;
    opacity: 1;
  }
  .navbar-toggler.collapsed span:nth-of-type(3) {
    bottom: 0;
  }
  .footer-nav a {
    padding: 5px 12px;
    font-size: 14px;
  }
  .navbar-toggler:not(.collapsed) span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-315deg);
    transform: translateY(16px) rotate(-315deg);
    top: 0;
    background-color: #000000;
  }
  .navbar-toggler:not(.collapsed) span:nth-of-type(2) {
    opacity: 0;
    background-color: #000000;
  }
  .navbar-toggler:not(.collapsed) span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(315deg);
    transform: translateY(-16px) rotate(315deg);
    bottom: 0;
    background-color: #000000;
  }
  .navbar-nav li.button-md-wrap {
    display: flex;
    padding: 0;
    border-bottom: 1px solid #000000;
  }
  .navbar-nav li.menu-item a.md-tel {
    border-right: 1px solid #000000;
    padding-left: 16px;
  }
  .navbar-nav li.button-md-wrap a {
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
  }
  header {
    height: auto;
  }
  .entry-links {
    display: flex;
    border-bottom: 1px solid #000000;
  }
  .entry-links a {
    color: #FFFFFF;
    display: block;
    padding: 2px 2px 8px 2px;
  }
  .header-sm-action-jap {
    font-size: 17px;
  }
  .header-sm-action-eng {
    font-size: 14px;
    line-height: 11px;
  }
  .entry-links a span {
    display: block;
  } 
  h2.top-h2 {
    font-size: 31px;
  }
  /*PCヘッダーお問い合わせ*/
  .header-pc-action-wrap a{
    display: none;  
  }
  p.top-p {
    padding-bottom: 31px;
  }
  .top-message-p {
    max-width: 309px;
  }
  .top-staff-eng {
    font-size: 20px;
  }
  .top-staff-copy {
    padding: 10px 74px 10px 10px;
  }
  .slide-p-box {
    font-size: 48px;
    line-height: 59px;
  }
  .fv-slide-title {
    font-size: 29px;
    padding: 9px 16px;
    max-width: 570px;
  }
  .fv-slide-copy {
    font-size: 16px;
    line-height: 25px;
  }
}


@media all and (max-width: 991px) {
  html{
    font-size:15px;
  }
  .footer-nav a {
    padding: 5px 8px;
    letter-spacing: -0.08em;
  }
  .footer-right-links ul li a {
    font-size: 14px;
    padding: 0 15px;
  }
  .footer-ad-wrap {
    font-size: 14px;
  }
  .footer-sns-links {
    margin-right: 16px;
  }
  .top-readmore {
    font-size: 16px;
  }
  .top-readmore span {
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .top-readmore span::before {
    width: 35px;
    height: 35px;
  }
  a.top-fvlink {
    height: auto;
  }
  .top-message-p {
    font-size: 15px;
    line-height: 24px;
  }
  .top-message-news > div {
    min-height: 356px;
  }
  .top-message-p {
    max-width: 67%;
    padding-top: 18px;
    padding-right: 0;
  }
  .top-news-wrap {
    padding-top: 13px;
  }
  .top-staff-eng {
    font-size: 18px;
  }
  .top-staff-name {
    font-size: 14px;
  }
  .top-staff-title {
    top: 1px;
  }
  .top-staff-copy {
    min-height: 100px;
  }
  .saiyou {
    font-size: 24px;
  }
  .bosyu-entry {
    font-size: 18px;
  }
  .top-message-box {
    background-image: url(./images/top/top-message.png), none;
  }
  .top-newsbox {
    background-image: none;
  }
}

/*中デバイスまで*/
@media all and (max-width: 767px) {
  .navbar-nav li.menu-item a {
    font-size: 14px;
  }
  a.top-fvlink p {
    font-size: 15px;
  }
  .footer-nav {
    display: block;
  }
  .footer-navcontainer {
    max-width: 100%;
  }
  .footer-nav a {
    width: 100%;
    display: block;
  }
  .footer-nav li:not(:last-child) {
    border-bottom: 1px solid #FFFFFF;
  }
  footer {
    background-position: left bottom;
  }
  .footer-right-links {
    text-align: center;
    margin: 20px 0;
  }
  .footer-sns-links {
    margin: 20px 0;
  }
  h2.top-h2 {
    font-size: 27px;
  }
  h2.top-h2 span.noto-sans {
    font-size: 14px;
  }
  .top-message-p {
    font-size: 14px;
    line-height: 22px;
  }
  .top-message-p {
    max-width: 69%;
  }
  .top-message-box {
    background-size: 44%;
  }
  .saiyou {
    font-size: 20px;
  }
  .bosyu-entry {
    font-size: 15px;
  }
  .slide-p-box {
    font-size: 40px;
    line-height: 50px;
    top: 18%;
  }
  .fv-slide-title {
    font-size: 25px;
    padding: 7px 15px;
    max-width: 526px;
  }
  .footer-sns-links ul {
    justify-content: center;
  }
}

/*小デバイス(横向きモバイル)まで*/

@media all and (max-width: 575px) {
 	.footer-nav {
		display: block;
	}
  .swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
    width: 15px;
    background-size: contain;
  }
  .swiper-container .swiper-button-next {
    right: 10px;
  }
  .swiper-container .swiper-button-prev {
    left: 10px;
  }
  html{
    font-size:14px;
  }
  a.top-fvlink {
    min-height: 165px;
  }
  a.top-fvlink p {
    padding-bottom: 51px;
  }
  .top-message-p {
    max-width: 100%;
  }
  .top-message-box {
    background-size: 226px;
  }
  .top-staff-copy {
    min-height: 60px;
  }
  .top-data p {
    width: 100%;
  }
  .top-entry-link {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    height: 119px;
    padding: 23px 23px 30px 23px;
  }
  .slide-p-box {
    font-size: 30px;
    line-height: 42px;
    top: 14%;
  }
  .fv-slide-title {
    font-size: 15px;
    padding: 5px;
    letter-spacing: -0.1em;
    max-width: 300px;
  }
  .fv-slide-title::before {
    width: 10px;
    border-top: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
  }
  .fv-slide-title::after {
    width: 10px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
  }
  .fv-slide-copy {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.15em;
    padding-top: 7px;
  }
  .slide-p-box2 {
    padding: 6px;
  }
}

@media all and (max-width: 480px) {
  .footer-right-links ul li a {
    padding: 0 6px;
  }
  .slide-p-box {
    font-size: 21px;
    line-height: 26px;
    top: 24%;
  }
}
@media all and (max-width: 400px) {
  .logo-wrap {
    width: 244px;
  }
  .slide-p-box {
    top: 11%;
  }
}

@media all and (max-width: 380px) {

}
@media all and (max-width: 360px) {

}

/*iPhone5:SE*/
@media all and (max-width: 320px) {

}