@charset "UTF-8";
/*=====================================================
 * Style Name: common
 * Description:
 * Version: 2.3
 * Last Up Date: 2019/11/21
=====================================================*/
/*-----  contents -------
	1: 変数
	2: header, footer
	4: 共通
	5: SP
	6: PC

----------------------*/
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}

@keyframes headingGradient {
  0% {
    background-position: 0% 31%;
  }
  50% {
    background-position: 100% 70%;
  }
  100% {
    background-position: 0% 31%;
  }
}

html, body {
  width: 100%;
  height: 100%;
}

body, header, footer, h1, h2, h3, h4, h5, h6, div, p, dl, dt, dd, ul, ol, li, em, input, textarea, select {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  border: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

ul, ol {
  list-style: none;
}

input, textarea, select {
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 13px;
  line-height: 1.4;
}

body {
  background: #fff;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

a {
  color: #2c84dd;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

i {
  font-style: normal;
}

input[type=text], select, textarea {
  display: block;
  padding: 10px;
  width: 100%;
  background: #f9fbfb;
  color: #222;
  font-family: inherit;
  font-size: 1rem;
  border: 1px solid #c2d3d8;
  box-sizing: border-box;
}

input[type=radio] {
  margin: 0 2px 2px;
  vertical-align: middle;
}

dl.definition dt {
  font-weight: bold;
}

dl.definition dd {
  margin: .2em 0 2em;
}

dl.definition dd li {
  margin: .5em 0 0;
}

ol.ordered {
  list-style: decimal;
  margin: 0 0 0 1.56em;
}

ol.ordered li {
  margin: .5em 0 0;
}

ol.ordered > li {
  margin: 0 0 1em;
}

ol.detail li {
  margin: 0;
  list-style: none;
}

ul.unordered {
  list-style: none;
  margin: 0 0 0 1em;
}

li ul.unordered {
  margin: 0;
}

ul.unordered li {
  margin: .5em 0 0;
}

.sign {
  margin: 1rem 0;
  text-align: right;
}

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

.main_contents .news_list {
  border-top: 1px solid #ccc;
}

.news_list dt {
  margin-top: 20px;
  font-weight: bold;
}

.news_list dt:first-child {
  margin-top: 0;
}

.news_list dd {
  border-bottom: 1px dashed #999;
}

.news_list dd:last-child {
  border-bottom: none;
}

.news_list a {
  color: #333;
}

.news_list a:hover {
  color: #2c84dd;
}

.news_list .press, .news_list .irnews, .news_list .announcement {
  display: inline-block;
  margin-left: 10px;
  padding: 2px;
  color: #fff;
  font-weight: normal;
  text-align: center;
}

.news_list .press {
  background: #ee54a4;
}

.news_list .irnews {
  background: #2c84dd;
}

.news_list .announcement {
  background: #3f414a;
}

@font-face {
  font-family: 'icomoon';
  src: url("https://www.neoscorp.jp/fonts/icomoon.ttf?xqc5vd") format("truetype"), url("https://www.neoscorp.jp/fonts/icomoon.woff?xqc5vd") format("woff"), url("https://www.neoscorp.jp/fonts/icomoon.svg?xqc5vd#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.iconfont {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: text-bottom;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.external {
  display: inline-block;
  padding-right: 1.5em;
  background: url("https://www.neoscorp.jp/img/icon_external.svg") right 0.35em no-repeat;
  background-size: auto 1em;
}

.sp-slide {
  overflow: hidden;
}

.sp-slide:after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #091316;
  opacity: .2;
  transition: opacity 1s;
  z-index: 1;
}

.sp-slide a {
  display: block;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.sp-slide img {
  width: 100%;
  height: 100%;
}

.sp-slide span {
  position: absolute;
  bottom: 0;
  padding: 5.2rem 1.9rem 1.6rem;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #091316);
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
}

.sp-selected:after {
  display: none;
}

.sp-button {
  margin: 0 5px;
  background: #dcdcdc;
  vertical-align: top;
  border: 0;
}

.sp-selected-button {
  background: #63cef4;
}

.sp-slide em {
  position: absolute;
  top: -50px;
  left: -50px;
  display: block;
  width: 100px;
  height: 100px;
  color: #fff;
  font-family: 'Josefin Sans',sans-serif;
  font-size: 1rem;
  line-height: 176px;
  text-align: center;
  transform: rotate(-45deg);
  z-index: 1;
  opacity: .9;
}

.seg-solution {
  background: #7cd4f5;
  letter-spacing: -0.02em;
}

.seg-contents {
  background: #85e3ce;
  letter-spacing: -0.03em;
}

.seg-device {
  background: #b6b9ef;
}

.seg-none {
  display: none;
}

.view a {
  position: relative;
  padding-right: 10px;
  color: #333;
}

.view a:after {
  display: block;
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  transform: rotate(45deg);
}

.view a:hover {
  color: #2c84dd;
}

.view a:hover:after {
  border-color: #2c84dd;
}

.category_box .view a:hover {
  text-decoration: underline;
}

.pageanchor li a {
  display: inline-block;
  color: #333;
}

.pageanchor li a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  transform: rotate(135deg);
}

.pageanchor li a:hover {
  color: #2c84dd;
}

.pageanchor li a:hover:before {
  border-color: #2c84dd;
}

.pageanchor_box {
  margin: 30px 0 60px;
  padding: 30px;
  background: #f6f6f6;
}

.newwindow_link {
  position: relative;
  margin-top: 15px;
  padding-left: 13px;
}

.newwindow_link:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border: 1px solid #333;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}

.newwindow_link a {
  padding-left: 20px;
  background: url(../img/icon_newwindow.png) no-repeat left center;
}

.newwindow_link a:hover {
  text-decoration: underline;
}

.singlepage h2 {
  margin-bottom: 28px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}

.singlepage p + p {
  margin-top: 1rem;
}

.singlepage .read {
  margin-bottom: 35px;
  font-size: 1rem;
  line-height: 1.7;
}

.aside {
  margin: 10px 0 0;
  padding: 20px 0;
  border-top: 1px dashed #333;
}

.aside h2 {
  margin: 2rem 0 .5rem;
  font-size: 1rem;
}

.aside h2:first-child {
  margin-top: 0;
}

.aside dl {
  margin: 1rem 0;
}

.aside dl dd {
  margin-left: 1rem;
}

.main_contents h2 {
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}

.main_contents h3 {
  border-left: 4px solid #ccc;
  font-weight: bold;
}

.main_contents h4 {
  margin: 20px 0 10px;
  font-weight: normal;
}

.main_contents .pagetop {
  margin: 30px auto 15px;
  width: 100%;
}

main.main_contents h2, main.main_contents h3, main.main_contents h4, main.main_contents h5 {
  font-weight: bold;
  line-height: 1.4;
}

main.main_contents h2 {
  padding-bottom: 0;
  border: 0;
}

main.main_contents h3 {
  margin: 0;
  background: #333;
  color: #fff;
  border: solid #63cef4;
  border-width: 0 0 3px;
}

main.main_contents h4 {
  line-height: 1.1;
  border-left: 3px solid #63cef4;
}

main.main_contents h5 {
  margin-bottom: 10px;
}

main.main_contents .heading {
  margin: 35px 0 28px;
  padding: 0 0 15px;
  font-weight: bold;
  line-height: 1.1;
  border: 0;
  border-bottom: 2px solid #63cef4;
}

main.main_contents p {
  margin-bottom: .8rem;
}

main.main_contents .lead {
  font-weight: bold;
}

main.main_contents .pagetop {
  margin: 20px auto 15px;
}

.content_block {
  margin-top: 20px;
  padding: 30px 35px;
  background: #fff;
}

.content_block h2 {
  margin-bottom: 1rem;
}

.panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

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

.panel > li {
  position: relative;
  margin-top: 20px;
  padding-bottom: 40px;
  width: calc((100% - 20px) / 2);
  border: 1px solid #ccc;
}

.panel a {
  display: block;
  color: #333;
  text-decoration: none;
}

.panel dl {
  padding: 20px 20px 40px;
}

.panel dt {
  margin-bottom: .3rem;
  padding: 10px 0;
  min-height: 80px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.panel dt img {
  max-height: 56px;
  max-width: 100%;
  vertical-align: middle;
}

.panel dt img.smartlogo {
  min-width: 75%;
}

.panel dt i img {
  margin-right: 10px;
  min-width: 54px;
  height: auto;
}

.panel dd img {
  display: block;
  margin: auto;
  text-align: center;
}

.panel .productslogos {
  display: flex;
  align-items: center;
}

.panel .productslogos img {
  max-width: 25%;
  height: auto;
}

.panel .img-left {
  display: flex;
  align-items: flex-start;
}

.panel .img-left * + p {
  margin-top: 0;
}

.panel .img-left img {
  padding-right: 10px;
  margin: 0;
}

.panel_link, .heading_link {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #333;
  font-size: .75rem;
}

.panel_link:after, .heading_link:after {
  content: "";
  position: relative;
  display: inline-block;
  top: -.2em;
  margin-left: 5px;
  width: .5em;
  height: .5em;
  border: 1px solid;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}

a:hover .panel_link, a:hover .heading_link {
  color: #2c84dd;
  text-decoration: underline;
}

.panel_link {
  right: 25px;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}

.buttons li {
  display: table;
}

.buttons a {
  position: relative;
  display: table-cell;
  background: #fff;
  color: #333;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
}

.buttons a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border: 1px solid #333;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}

.buttons a:hover {
  background: #333;
  color: #fff;
  text-decoration: none;
}

.buttons a:hover:after {
  border-color: #fff;
}

.buttons .dl:after {
  display: none;
}

.pagetitle {
  color: #fff;
  background: linear-gradient(300deg, #f39dc1, #63cef4, #f39dc1, #63cef4);
  background-size: 400% 400%;
  animation: headingGradient 70s ease infinite;
  overflow: hidden;
}

.pagetitle h1 {
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
}

.pagetitle .iconfont {
  margin-right: .5em;
  vertical-align: bottom;
}

.pagetitle .drone {
  font-size: calc((1em * 1.8) / 3.5);
  vertical-align: middle;
}

.pagetitle .healthcare, .pagetitle .kids {
  font-size: calc((1em * 2.8) / 3.5);
}

.pagetitle .publication {
  font-size: calc((1em * 2.6) / 3.5);
  vertical-align: middle;
}

.bigbanner a {
  display: block;
  padding: 20px 0;
  width: 100%;
  background: #fff;
  text-align: center;
  text-decoration: none;
}

.btn-line {
  margin: 34px 0 60px;
  text-align: center;
}

.btn-line a {
  position: relative;
  display: inline-block;
  padding: 15px 25px;
  width: 240px;
  background: #333;
  color: #fff;
  font-size: .875rem;
  font-weight: bold;
  text-decoration: none;
  box-sizing: border-box;
  border: 1px solid #333;
}

.btn-line a:hover {
  background: #fff;
  color: #333;
}

.btn-line a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  margin-top: calc(-8px * 0.41);
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}

.btn-line a:hover:after {
  border-color: #333;
}

.btn_box {
  display: flex;
  margin: 40px auto;
  justify-content: space-around;
}

.link_block {
  text-align: left;
  line-height: 1.7;
  border: 1px solid #ccc;
}

.link_block dt {
  font-weight: bold;
}

.related dt {
  font-weight: bold;
  line-height: 1.1;
}

.related .thumbnail {
  display: block;
  overflow: hidden;
}

.pagetop {
  text-align: right;
}

.pagetop a {
  position: relative;
  padding-left: 13px;
  color: #333;
  font-size: 11px;
}

.pagetop a:before {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 6px;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  transform: rotate(-45deg);
}

.pagetop a:hover {
  color: #2c84dd;
}

.pagetop a:hover:before {
  border-color: #2c84dd;
}

.form_wrap .agreement {
  margin-top: 110px;
}

.form_wrap .agreement_select {
  text-align: center;
}

.form_wrap .agreement_select label {
  display: inline-block;
}

.form_read {
  font-size: 17px;
}

.form_row {
  width: 100%;
  border-top: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
  border-collapse: collapse;
}

.form_row + .form_row {
  border-top: none;
}

.form_row tr:nth-child(odd) {
  background: #fff;
}

.form_row th {
  border-top: 1px dashed #a3a3a3;
  border-bottom: none;
  border-right: none;
  text-align: left;
}

.form_row ul li {
  margin-top: 5px;
}

.form_row ul li:first-child {
  margin-top: 0;
}

.form_error {
  border-top: 1px solid #a3a3a3;
}

.form_error li {
  margin-top: 5px;
  padding-left: 1em;
  color: #ff444a;
  text-indent: -1em;
}

.form_error li:first-child {
  margin-top: 0;
}

.recruitment {
  margin-top: 60px;
}

.recruitment dd {
  font-size: 14px;
  line-height: 1.5;
}

.lower_contents .index_read {
  text-align: center;
  line-height: 1.4;
}

.section {
  position: relative;
  margin: 30px 0 80px;
}

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

.section:last-child .pagetop {
  display: none;
}

.synergy {
  margin-top: 30px;
}

.synergy img {
  max-width: 100%;
}

.synergy area {
  outline: none;
}

.cover_block {
  padding: 50px 0 80px;
  font-size: .875rem;
  line-height: 1.8;
}

.cover_block + .cover_block {
  margin-top: 20px;
}

.cover_block_inner {
  margin: auto;
  width: 800px;
}

.cover_block h2,
.cover_block h3 {
  margin-bottom: 1rem;
  padding-bottom: 0;
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  border: 0;
}

.cover_block h2 span,
.cover_block h3 span {
  display: block;
  color: #fff;
  font-family: 'Josefin Sans',sans-serif;
  font-size: 1.625rem;
}

.cover_block h4 {
  padding-left: 17px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  border-left: 3px solid #63cef4;
}

.cover_block .lead {
  margin-bottom: 1rem;
  padding: 0;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.8;
  border: 0;
}

.cover_block * + p {
  margin-top: 1em;
}

.cover_block * + p.btn-line {
  margin: 34px 0 0;
}

#section_lead {
  padding: 8px 0 100px;
  font-size: 1rem;
  text-align: center;
  line-height: 1.6;
}

#section_lead h2 {
  margin-bottom: 1.875rem;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.4;
}

#section_solution {
  background: #d5f4ff;
}

#section_technology {
  background: #eceafc;
}

#section_contents {
  background: #d1f5ed;
}

#section_device {
  background: #eceafc;
}

.lower_contents table {
  margin: 0 0 40px;
  width: 100%;
  border-collapse: collapse;
}

.lower_contents tbody th {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-right: 1px dotted;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}

.lower_contents tbody td {
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-align: left;
  vertical-align: middle;
}

.lower_contents tbody tr:nth-child(odd) {
  background: #f0f0f0;
}

.lower_contents table + .attention {
  margin-top: 10px;
}

table.normal {
  margin: 40px 0;
}

table.normal tr:nth-child(odd) {
  background: none;
}

.tab_link {
  border-bottom: 1px solid #666;
}

.tab_link li a {
  display: block;
  border: 1px solid #ccc;
  border-bottom: none;
  color: #999;
  font-weight: bold;
  text-align: center;
}

.tab_link li.current a {
  background: #fff;
  border: 1px solid #666;
  border-bottom: none;
}

.tab_contents {
  position: relative;
  display: none;
  border-bottom: 1px solid #ccc;
}

.tab_contents.visible {
  display: block;
}

.tab_contents .view {
  position: absolute;
  right: 0;
}

.tab_another_link li a {
  border: 1px solid #ccc;
  color: #999;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.category_box {
  text-align: center;
}

.category_box .thumbnail {
  margin-bottom: 25px;
  line-height: 0;
  overflow: hidden;
}

.category_box .thumbnail img {
  transition: transform .15s ease-out;
}

.category_box h2 {
  font-size: 17px;
  font-weight: bold;
}

.category_box h2 + p {
  margin-bottom: 8px;
  font-size: 13px;
}

.category_box a {
  color: #333;
}

.category_box a:hover {
  text-decoration: none;
}

.category_box a:hover .thumbnail img {
  transform: scale(1.1);
}

.view_detail {
  text-align: right;
}

.view_detail a, .view_detail span {
  position: relative;
  padding-right: 10px;
}

.view_detail a:after, .view_detail span:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  transform: rotate(45deg);
}

a:hover .view_detail a:after, a:hover .view_detail span:after {
  border-color: #2c84dd;
}

a:hover .view_detail {
  color: #2c84dd;
  text-decoration: underline;
}

.lead_thumb {
  position: relative;
  display: table;
  text-align: center;
  border: 1px solid #e0e0e0;
}

.lead_thumb i {
  display: table-cell;
  margin: auto;
  max-width: 98%;
  height: 100%;
  vertical-align: middle;
}

.lead_thumb span, .lead_thumb img {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.lead_thumb img + span {
  padding-left: 10px;
}

.thumb_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.thumb_list:after {
  content: "";
  display: block;
  width: 33%;
}

.thumb_list li {
  position: relative;
  margin: 10px auto;
}

.thumb_list .thumbnail {
  display: block;
  margin-bottom: .5em;
  text-align: center;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}

.thumb_list .imgframe {
  position: relative;
  display: block;
  margin: auto;
  text-align: center;
  box-shadow: 0 0 0 1px #e0e0e0 inset;
  overflow: hidden;
}

.thumb_list img {
  position: relative;
  max-width: calc(100% + 2px);
  max-height: calc(100% + 2px);
  vertical-align: top;
  z-index: -1;
}

.thumb_list .post-meta {
  display: block;
  margin-bottom: .5em;
  color: #999;
  line-height: 1.1;
}

.thumb_list p {
  font-size: .8rem;
}

.thumb_list p strong {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1.4;
}

.thumb_list a {
  color: #333;
}

.thumb_list a img {
  transition: transform .15s ease-out;
}

.thumb_list a:hover {
  color: #2c84dd;
}

.thumb_list a:hover img {
  transform: scale(1.1);
}

.thumb_list + * {
  margin-top: 20px;
}

.sizeS li {
  margin-left: 19px;
  width: calc((100% - 40px) / 3);
}

.sizeS li:nth-child(3n+1) {
  margin-left: 0;
}

.sizeM li {
  margin-left: 20px;
  width: calc((100% - 20px) / 2);
}

.sizeM li:nth-child(2n+1) {
  margin-left: 0;
}

.sizeF li {
  max-width: 100%;
}

.toggle_button {
  position: absolute;
  width: 100%;
  transition: height .2s;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  z-index: 10;
}

.toggle_button .btn-line a {
  padding: 10px 25px;
  width: 200px;
  background: #888;
  border-color: #888;
  cursor: pointer;
}

.toggle_button .btn-line a:hover {
  background: #fff;
  color: #888;
}

.toggle_button .btn-line a:after {
  display: none;
}

.toggle_button .btn-line a:before {
  content: "＋";
  display: inline-block;
  top: 50%;
  left: 10px;
  margin: -.5em .5em 0 -1em;
  width: 1em;
  height: 1em;
  font-weight: normal;
  line-height: 1;
}

.toggle_block {
  overflow: hidden;
  transition: height 1s;
}

.inquiry_block {
  background: #fcf2f7;
  text-align: center;
}

.inquiry_block .btn-line a {
  background: #ea3c79;
  border-color: #ea3c79;
}

.inquiry_block .btn-line a:hover {
  background: #fff;
  color: #ea3c79;
}

.inquiry_block .btn-line a:hover:after {
  border-color: #ea3c79;
}

.bottom_btn {
  text-align: center;
}

.bottom_btn input[type="submit"], .bottom_btn a {
  position: relative;
  display: block;
  margin: 0 auto;
  background: #333;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #333;
}

.bottom_btn input[type="submit"]:after, .bottom_btn a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}

.bottom_btn input[type="submit"]:hover, .bottom_btn a:hover {
  background: #fff;
  color: #333;
  text-decoration: none;
}

.bottom_btn input[type="submit"]:hover:after, .bottom_btn a:hover:after {
  border-color: #333;
}

.main_contents .bottom_btn input[type="submit"], .main_contents .bottom_btn a {
  text-decoration: none;
}

.bottom_btn input[type="submit"]:disabled {
  background: #e7e7e7;
  color: #888;
  border-color: #d0d0d0;
}

.bottom_btn span {
  display: block;
  margin-bottom: 5px;
}

.dl_btn a {
  background: #eba226;
  border-color: #eba226;
}

.dl_btn a:hover {
  color: #eba226;
}

.dl_btn a:hover:after {
  border-color: #eba226;
}

.note_block {
  margin: 4em 0 1em;
}

.subtext_btn a {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 20px;
  background: #333;
  color: #fff;
  text-align: center;
  border: 1px solid #333;
}

.subtext_btn a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}

.subtext_btn a:hover {
  background: #fff;
  color: #333;
  text-decoration: none;
}

.subtext_btn a:hover:after {
  border-color: #333;
}

.subtext_btn a em {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.subtext_btn a span {
  font-weight: 13px;
  line-height: 1.5;
}

.below_link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.below_link li a {
  display: block;
  background: #f6f6f6;
  color: #333;
  border: 1px solid #999;
}

.below_link li a > span {
  display: inline-block;
  min-height: 6em;
  text-align: left;
}

.below_link li a:hover {
  text-decoration: none;
}

.below_link li em {
  display: block;
  margin-bottom: 3px;
  font-weight: bold;
}

.sub_below_link {
  margin-bottom: 75px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.sub_below_link li {
  display: inline-block;
  margin-left: 50px;
}

.sub_below_link li:first-child {
  margin-left: 0;
}

.sub_below_link li a {
  position: relative;
  padding-left: 12px;
  font-size: 15px;
  font-weight: bold;
}

.sub_below_link li a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  transform: rotate(45deg);
}

.sitemap {
  font-size: 1rem;
  line-height: 2;
}

.sitemap a {
  color: inherit;
}

.sitemap .iconfont {
  margin-right: .5rem;
  vertical-align: middle;
}

.sitemap > li {
  margin-bottom: 1rem;
  padding-bottom: .7rem;
  width: 100%;
  border-bottom: 1px solid #d0d0d0;
}

.sitemap > li > a {
  font-size: 1.125rem;
  font-weight: bold;
}

.sitemap > li ul {
  margin-top: .5rem;
}

.sitemap > li ul ul {
  margin: 0 0 1rem;
  padding-left: 1rem;
  font-size: .875rem;
}

.error_head {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.error_head h2 {
  font-weight: bold;
  font-style: italic;
  text-align: center;
}

.error_contents p {
  font-size: 14px;
}

.maintenance {
  text-align: center;
}

.maintenance .img {
  margin-bottom: 30px;
}

.maintenance p {
  font-size: 14px;
  line-height: 1.6;
}

.post {
  position: relative;
  min-height: 175px;
  box-sizing: border-box;
}

.post-meta {
  margin-bottom: 15px;
  font-size: .85rem;
}

.post-description {
  margin-top: 15px;
  font-size: .95rem;
  line-height: 1.7;
}

.post-list {
  padding-top: 45px;
  border-top: 1px solid #e0e0e0;
}

.post-list .post-date, .post-list .taxonomy a {
  display: inline-block;
  margin-right: 7px;
}

.post-list .taxonomy a {
  color: #e986b0;
}

.post-list .post-date {
  color: #999;
}

.post-list .post-title a {
  color: #333;
  font-weight: bold;
  font-size: 1.25rem;
}

.post-list .post-title a:hover {
  color: #2c84dd;
}

.post-list + .bottom_btn {
  margin-bottom: 30px;
}

.post-list + .bottom_btn a {
  background: none;
  color: #333;
  border: 1px solid #999;
}

.post-list + .bottom_btn a:after {
  border-color: #333;
}

.post-list + .bottom_btn a:hover {
  background: #333;
  color: #fff;
}

.post-list + .bottom_btn a:hover:after {
  border-color: #fff;
}

/*-----  contents -------
1: common
2: PC: min-width: 769px
3: SP: max-width: 768px

----------------------*/
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}

@keyframes headingGradient {
  0% {
    background-position: 0% 31%;
  }
  50% {
    background-position: 100% 70%;
  }
  100% {
    background-position: 0% 31%;
  }
}

body {
  font-size: .875rem;
  line-height: 1.5;
}

body:after {
  position: fixed;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100vh;
  z-index: -1;
  transition: all .15s ease-out;
}

body.menu_open:after {
  background: #000;
  opacity: .4;
  z-index: 1;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  opacity: .9;
  border-bottom: 1px solid #e7e7e7;
  z-index: 10000;
}

header, header *, header *:before, header *:after {
  box-sizing: border-box;
}

header h1 {
  font-size: 1em;
  line-height: 1;
}

header h1 a {
  display: inline-block;
  outline: 0;
}

header label,
header a {
  display: block;
  color: #333;
}

header .nav_inquiry a {
  display: block;
  background: #ea3c79;
  color: #fff;
  font-weight: bold;
}

header .nav_inquiry a:hover, header .nav_inquiry a:focus {
  text-decoration: none;
  opacity: .8;
}

footer {
  background: #000;
  color: #fff;
}

.pmark a {
  display: inline-block;
  background: #fff;
}

.bnr-people {
  width: 100%;
}

.bnr-people a {
  display: block;
  padding: 10px 16px;
  width: 100%;
  background-image: linear-gradient(to right, #b087c3 0, #e77da8 50%, #b087c3 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  color: #000;
  font-weight: 700;
  font-size: .75rem;
  box-sizing: border-box;
  transition: all .4s ease-in-out;
}

.bnr-people a:hover {
  text-decoration: none;
  opacity: .8;
}

.bnr-people dl {
  position: relative;
  display: flex;
  align-items: center;
  padding: 14px 60px 14px 30px;
  width: 100%;
  background: #fff;
  font-weight: bold;
  letter-spacing: -.8px;
  box-sizing: border-box;
  border-radius: calc(14px * 2 + 32px);
}

.bnr-people dl:before {
  position: absolute;
  right: 28px;
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border: 1px solid #e67da9;
  border-radius: 100%;
}

.bnr-people dl:after {
  position: absolute;
  right: 42px;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 2px solid #e67da9;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}

.bnr-people dd {
  font-weight: bold;
}

.bnr-people img {
  margin-right: 10px;
  width: auto;
  height: 32px;
}

.bnr-people br {
  display: none;
}

/* PC: min-width: 769px */
@media screen and (min-width: 769px) {
  body {
    padding-top: 140px;
  }
  header {
    padding-top: 0;
    width: 100%;
  }
  header.fixed h1 {
    height: 105px;
    padding: 15px 64px 13px 10px;
  }
  header.fixed .sub_nav {
    transform: translateY(-10px);
  }
  header .inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  header h1 {
    width: 214px;
    height: 139px;
    padding: 20px 20px 17px 10px;
    transition: .3s;
  }
  header h1 img {
    max-width: 100%;
  }
  header #menu {
    display: none;
  }
  header nav {
    width: 732px;
    transition: .3s;
  }
  header .sub_nav {
    position: absolute;
    top: 33px;
    width: 732px;
    font-size: .687rem;
    transition: .3s;
  }
  header .nav_inquiry,
  header .nav_aside {
    float: right;
  }
  header .nav_aside,
  header .nav_aside li {
    display: inline;
  }
  header .nav_inquiry,
  header .nav_aside li {
    margin-left: 40px;
  }
  header .nav_inquiry a,
  header .nav_aside li a {
    position: relative;
  }
  header .nav_inquiry a:before,
  header .nav_aside li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border: 1px solid;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
  }
  header .nav_inquiry {
    margin-top: -6px;
  }
  header .nav_inquiry a {
    padding: 6px 22px 6px 14px;
    font-size: .75rem;
  }
  header .nav_inquiry a:before {
    right: 10px;
    border-color: #fff;
  }
  header .nav_aside li a {
    display: inline;
    padding-left: 12px;
  }
  header .nav_aside li a:before {
    left: 0;
    border-color: #2c84dd;
  }
  header a {
    position: relative;
  }
  .gnav {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .gnav input {
    display: none;
  }
  .gnav > li {
    flex-grow: 1;
    font-weight: bold;
    text-align: center;
  }
  .gnav > li > a,
  .gnav > li > label {
    position: relative;
    word-break: keep-all;
    white-space: nowrap;
  }
  .gnav > li > a:after,
  .gnav > li > label:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: transparent;
  }
  .gnav > li > a:hover,
  .gnav > li > label:hover {
    color: #2c84dd;
    text-decoration: none;
  }
  .gnav > li > a:hover:after,
  .gnav > li > label:hover:after {
    background: #2c84dd;
  }
  .gnav > li > a,
  .gnav > li label a {
    display: block;
    padding: 1.25rem 1rem 1.25rem;
    text-decoration: none;
  }
  .gnav > li.current > a,
  .gnav > li.current > label {
    color: #2c84dd;
    text-decoration: none;
  }
  .gnav > li.current > a:after,
  .gnav > li.current > label:after {
    background: #2c84dd;
  }
  .gnav > li:hover .nav_low, .gnav > li:focus .nav_low {
    max-height: 100vh;
  }
  .gnav .nav_low {
    position: absolute;
    left: 0;
    right: 0;
    max-height: 0;
    margin: auto;
    background: #fff;
    text-align: left;
    letter-spacing: -.05rem;
    z-index: 10;
    overflow: hidden;
    transition: max-height .15s ease-out;
  }
  .gnav .nav_low a:after {
    display: block;
    content: "";
    position: absolute;
    top: .75em;
    right: 2px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border: 1px solid #333;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
  }
  .gnav .nav_low a:hover {
    color: #2c84dd;
  }
  .gnav .nav_low a:hover:after {
    border-color: #2c84dd;
  }
  .gnav .nav_low ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 1.125rem 0 0;
    width: 984px;
    margin: 0 auto;
  }
  .gnav .nav_low ul > li {
    margin-top: 5px;
    padding-right: 30px;
    width: calc(100% / 5);
  }
  .gnav .nav_low ul > li:nth-child(5n) {
    padding-right: 0;
  }
  .gnav .nav_low ul a {
    padding: 0 20px 0 0;
    height: 3rem;
  }
  .gnav .nav_low ul a:after {
    width: 8px;
    height: 8px;
  }
  .gnav .nav_low .nav_products > li {
    width: calc(100% / 4);
  }
  .gnav .nav_low .nav_products > li:nth-child(4n) {
    padding-right: 0;
  }
  .gnav .nav_low .nav_products > li:nth-child(5n) {
    padding-right: 30px;
  }
  .gnav .nav_low .nav_products > li a {
    position: relative;
    padding-left: 1.75rem;
  }
  .gnav .nav_low .nav_products > li a .iconfont {
    display: inline-block;
    position: absolute;
    left: 0;
    font-size: 1.25rem;
  }
  .gnav .nav_low .nav_solution {
    display: block;
    padding-bottom: 1.5rem;
  }
  .gnav .nav_low .nav_solution:after {
    content: "";
    display: block;
    clear: both;
  }
  .gnav .nav_low .nav_solution > li {
    float: left;
    padding: 0;
    width: 172px;
  }
  .gnav .nav_low .nav_solution > li:nth-child(1) {
    padding-right: 60px;
    width: 435px;
  }
  .gnav .nav_low .nav_solution > li:nth-child(1) li {
    padding-right: 30px;
    width: 50%;
  }
  .gnav .nav_low .nav_solution > li:nth-child(1) li:nth-child(2n) {
    padding: 0;
  }
  .gnav .nav_low .nav_solution > li:nth-child(2) {
    padding-right: 60px;
    width: 377px;
  }
  .gnav .nav_low .nav_solution > li:nth-child(2) li {
    padding: 0;
    width: 100%;
  }
  .gnav .nav_low .nav_solution > li:nth-child(4), .gnav .nav_low .nav_solution > li:nth-child(5),
  .gnav .nav_low .nav_solution > li ul {
    padding-top: .5rem;
  }
  .gnav .nav_low .nav_solution > li:nth-child(4) a, .gnav .nav_low .nav_solution > li:nth-child(5) a,
  .gnav .nav_low .nav_solution > li ul a {
    padding: 5px 10px 5px 0;
    height: auto;
  }
  .gnav .nav_low .nav_solution > li:nth-child(4) a:after, .gnav .nav_low .nav_solution > li:nth-child(5) a:after,
  .gnav .nav_low .nav_solution > li ul a:after {
    margin: 0;
  }
  .gnav .nav_low .nav_solution > li ul {
    width: auto;
  }
  .gnav .nav_low .nav_solution > li > a {
    padding-bottom: 5px;
    height: auto;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e0;
  }
  .gnav .nav_inner {
    background: #f6f6f6;
  }
  .gnav .nav_inner em {
    display: block;
    width: 984px;
    margin: 0 auto;
    font-size: 1.25rem;
  }
  .gnav .nav_inner a {
    display: inline-block;
    padding: 1rem 2.25rem 1rem 0;
  }
  .gnav .nav_inner a:after {
    top: 50%;
    margin-top: -5px;
  }
  footer nav {
    padding: 40px 0 30px;
    background: #333;
  }
  footer a {
    color: #fff;
    font-size: 12px;
  }
  footer a:hover {
    color: #fff;
  }
  footer .inner {
    display: flex;
    justify-content: space-between;
  }
  footer .text_link > li {
    margin-bottom: 19px;
  }
  footer .text_link > li:last-child {
    margin-bottom: 0;
  }
  footer .text_link > li > a {
    position: relative;
    padding-left: 15px;
  }
  footer .text_link > li > a:before {
    display: block;
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    border-top: 6px solid #fff;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    transform: rotate(45deg);
  }
  footer .text_link > li > ul > li {
    margin: 6px 0 0 15px;
  }
  footer .text_link > li > ul > li > a {
    position: relative;
    padding-left: 12px;
  }
  footer .text_link > li > ul > li > a:before {
    display: block;
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(45deg);
  }
  footer .banner li {
    margin-top: 20px;
    line-height: 0;
  }
  footer .banner li:first-child {
    margin-top: 0;
  }
  footer .pmark {
    text-align: right;
  }
  footer .pmark img {
    width: 90px;
  }
  footer .copyright {
    width: 984px;
    margin: 0 auto;
    padding: 13px 0;
    font-size: 11px;
  }
  .bnr-people {
    position: absolute;
    top: 640px;
    right: 0;
    bottom: auto;
    width: 120px;
    box-shadow: 0px 10px 30px 0 rgba(141, 151, 189, 0.4);
  }
  .bnr-people a {
    padding: 16px;
    background-image: linear-gradient(#b087c3 0, #e77da8 50%, #b087c3 100%);
    background-size: 100% 200%;
    background-position: 0 100%;
    font-weight: 700;
    font-size: .75rem;
    box-sizing: border-box;
  }
  .bnr-people a:hover {
    opacity: .8;
  }
  .bnr-people dl {
    position: relative;
    padding: 20px 20px 90px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .bnr-people dl:before {
    right: auto;
    bottom: 28px;
    width: 46px;
    height: 46px;
  }
  .bnr-people dl:after {
    bottom: 46px;
    width: 10px;
    height: 10px;
  }
  .bnr-people dt {
    position: relative;
    margin: 71px 0;
    transform: rotate(90deg);
    transform-origin: 50% 50%;
  }
  .bnr-people dd {
    position: relative;
    text-align: left;
    font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 1rem;
  }
  .bnr-people img {
    margin-right: 18px;
    height: 45px;
  }
  .bnr-people br {
    display: block;
  }
}

/* SP: max-width: 768px */
@media screen and (max-width: 768px) {
  body {
    padding-top: 60px;
  }
  body.menu_open {
    overflow: hidden;
  }
  header {
    padding: 10px 15px 0;
  }
  header h1 {
    padding-bottom: 10px;
  }
  header h1 img {
    height: 37px;
  }
  header nav {
    position: absolute;
    left: 0;
    right: 0;
    max-height: 0;
    background: #f6f6f6;
    overflow: hidden;
    transition: max-height .15s ease-out;
    z-index: 10;
  }
  header #menu {
    -webkit-appearance: none;
    position: absolute;
    top: 21px;
    right: 16px;
    display: block;
    width: 24px;
    height: 18px;
    background: transparent;
    outline: none;
    border-bottom: 2px solid #333;
    border-radius: 0;
  }
  header #menu:before, header #menu:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    width: 24px;
    height: 2px;
    background: #333;
    transition: transform .15s ease-out;
  }
  header #menu:after {
    top: 50%;
  }
  header #menu:checked {
    border: 0;
  }
  header #menu:checked:before {
    top: 50%;
    transform: rotate(45deg);
  }
  header #menu:checked:after {
    transform: rotate(-45deg);
  }
  header #menu:checked + nav {
    max-height: calc(100vh - 60px);
    overflow-y: scroll;
  }
  header .sub_nav {
    border-top: 1px solid #e0e0e0;
  }
  header .nav_inquiry {
    padding: 30px 16px;
  }
  header .nav_inquiry a {
    padding: 10px;
    text-align: center;
  }
  header .nav_aside {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
  }
  header .nav_aside a {
    position: relative;
    margin: 0 15px;
    padding: 0 15px 0 0;
  }
  header .nav_aside a:after {
    display: block;
    content: "";
    position: absolute;
    top: .75em;
    right: 2px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border: 1px solid #333;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
  }
  header .nav_aside a:hover {
    color: #2c84dd;
  }
  header .nav_aside a:hover:after {
    border-color: #2c84dd;
  }
  .gnav > li {
    position: relative;
    border-top: 1px solid #e0e0e0;
  }
  .gnav > li > label,
  .gnav > li > a {
    padding: 1em;
    line-height: 1.8;
  }
  .gnav > li a {
    position: relative;
  }
  .gnav > li a:hover {
    text-decoration: none;
  }
  .gnav > li a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border: 1px solid #333;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
  }
  .gnav > li label a {
    pointer-events: none;
  }
  .gnav > li label a:after {
    display: none;
  }
  .gnav .nav_low {
    max-height: 0;
    background: #fff;
    transition: max-height .15s ease-out;
    overflow: hidden;
  }
  .gnav .nav_low a {
    padding: 1em;
  }
  .gnav .nav_low .iconfont {
    display: inline-block;
  }
  .gnav .nav_low > ul {
    padding: .5em 0;
  }
  .gnav .nav_low > ul a {
    padding: .8em 1em;
  }
  .gnav .nav_low .nav_solution > li:nth-child(1), .gnav .nav_low .nav_solution > li:nth-child(2) {
    margin: 0 0 1em;
  }
  .gnav .nav_low .nav_solution > li:nth-child(1) > a, .gnav .nav_low .nav_solution > li:nth-child(2) > a {
    font-weight: bold;
  }
  .gnav .nav_low .nav_solution ul {
    padding-bottom: .8em;
    border-bottom: 1px solid #e0e0e0;
  }
  .gnav .nav_low .nav_solution ul a {
    padding: .7em 1em .8em 2em;
  }
  .gnav .nav_inner {
    border: 1px solid #e0e0e0;
    border-width: 1px 0;
  }
  .gnav input {
    position: absolute;
    -webkit-appearance: none;
    right: 1em;
    top: 14px;
    width: 12px;
    height: 21px;
    background: transparent;
    border-radius: 0;
    outline: none;
  }
  .gnav input:before, .gnav input:after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    width: 12px;
    height: 1px;
    background: #333;
    transition: transform .15s ease-out;
  }
  .gnav input:before {
    transform: rotate(90deg);
  }
  .gnav input:checked:before {
    transform: rotate(180deg);
  }
  .gnav input:checked + .nav_low {
    max-height: 200vh;
  }
  footer {
    margin-top: 30px;
  }
  footer a:hover {
    text-decoration: none;
  }
  footer nav .text_link > li {
    border-bottom: 1px solid #fff;
  }
  footer nav .text_link > li a {
    position: relative;
    display: block;
    padding: 15px 10px;
    color: #fff;
  }
  footer nav .text_link > li a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 17px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(45deg);
  }
  footer nav .text_link > li > ul {
    display: none;
  }
  footer nav .banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 10px 0;
  }
  footer nav .banner li {
    margin: 20px 0 0;
    width: 48%;
  }
  footer nav .banner li img {
    width: 100%;
  }
  footer nav .banner li.pmark {
    width: 100%;
    text-align: center;
  }
  footer nav .banner li.pmark a {
    width: 20%;
  }
  footer nav .banner li.pmark img {
    width: 100%;
  }
  footer .copyright {
    padding: 15px 10px;
    font-size: 10px;
    text-align: center;
  }
  .bnr-people {
    position: fixed;
    bottom: 0;
  }
}

/* SP: max-width: 768px */
@media screen and (max-width: 768px) {
  .sp_hide {
    display: none;
  }
  .view a {
    font-size: 13px;
    font-weight: bold;
  }
  .view a:after {
    width: 8px;
    height: 8px;
  }
  .breadcrumb {
    display: none;
  }
  .pagetop {
    margin: 20px 10px 0;
  }
  .pageanchor {
    border-top: 1px solid color-gray60;
  }
  .pageanchor li {
    border-bottom: 1px solid color-gray60;
  }
  .pageanchor li a {
    position: relative;
    padding: 15px 15px 15px 20px;
    font-size: 14px;
  }
  .pageanchor li a:before {
    margin-top: -6px;
    width: 8px;
    height: 8px;
  }
  .pageanchor_box {
    margin-bottom: 50px;
    padding: 10px;
  }
  .pageanchor_box .pageanchor, .pageanchor_box .pageanchor li {
    border: 0;
  }
  .pageanchor_box .pageanchor li {
    display: inline-block;
  }
  .pageanchor_box .pageanchor a {
    padding: 10px 10px 10px 15px;
    font-size: .7rem;
    text-decoration: none;
  }
  .newwindow_link a {
    background-size: 15px;
    font-size: 14px;
  }
  .main_contents .news_list {
    padding-top: 23px;
  }
  .news_list dl {
    padding: 0 10px;
  }
  .news_list dt {
    font-size: 15px;
  }
  .news_list dd {
    margin-top: 10px;
    padding-bottom: 20px;
    font-size: 16px;
  }
  .news_list .press, .news_list .irnews, .news_list .announcement {
    min-width: 100px;
    font-size: 13px;
  }
  .pagetitle {
    padding: calc((60px - 1.125rem) / 2) 0;
    height: 60px;
  }
  .pagetitle h1 {
    font-size: 1.125rem;
  }
  .sp-horizontal .sp-arrows {
    top: 0;
    margin-top: 0;
    height: 100%;
    visibility: hidden;
  }
  .sp-horizontal .sp-arrow {
    width: 40px;
    height: 100%;
    border: 0;
    visibility: visible;
    transform: rotate(0);
  }
  .sp-horizontal .sp-arrow:before {
    display: none;
  }
  .sp-horizontal .sp-arrow:after {
    display: block;
    top: 50%;
    margin-top: -7px;
    width: 12px;
    height: 12px;
    background: none;
    border: 2px solid #63cef4;
    border-width: 2px 2px 0 0;
    transform: skew(0);
  }
  .sp-horizontal .sp-previous-arrow {
    left: 0;
  }
  .sp-horizontal .sp-previous-arrow:after {
    left: 13px;
    transform: rotate(-135deg);
  }
  .sp-horizontal .sp-next-arrow {
    right: 0;
  }
  .sp-horizontal .sp-next-arrow:after {
    right: 13px;
    transform: rotate(45deg);
  }
  .sp-horizontal .sp-button {
    width: 10px;
    height: 10px;
  }
  .cover_block {
    padding: 35px 0 0;
    font-size: .8rem;
  }
  .cover_block_inner {
    margin: 0 20px;
    width: auto;
  }
  .cover_block h2 {
    margin-bottom: 2.4rem;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .cover_block h2 span {
    margin-bottom: .5em;
    font-size: .8rem;
  }
  .cover_block h3 {
    margin-bottom: 1.2rem;
    font-size: 1.125rem;
    line-height: 1.3;
  }
  .cover_block h4 {
    padding-left: 10px;
    font-size: 1rem;
  }
  .content_block {
    padding: 20px;
  }
  .panel {
    margin-top: 20px;
  }
  .panel li {
    margin-top: 10px;
    width: 100%;
  }
  .panel li:nth-child(2n) {
    margin-left: 0;
  }
  .panel dl {
    padding: 10px 20px 20px;
  }
  .panel dt {
    min-height: 60px;
    font-size: 1rem;
  }
  .panel .img-left img {
    max-width: 80px;
  }
  .btn_box {
    display: block;
  }
  .btn_box li + li {
    margin-top: 5px;
  }
  .link_block {
    margin: 30px 0 40px;
    padding: 15px 18px;
    font-size: .8rem;
  }
  .related dt {
    padding-bottom: 8px;
    font-size: 0.875rem;
  }
  .form_read {
    margin-bottom: 40px;
    line-height: 1.5;
  }
  .form_wrap .form_row th {
    display: block;
    width: 100%;
    padding: 20px 0 0;
    font-size: 16px;
    font-weight: normal;
  }
  .form_wrap .form_row td {
    display: block;
    width: 100%;
    padding: 10px 0 20px;
    border-top: none;
    border-bottom: none;
  }
  .form_wrap .form_row tr:first-child th {
    border-top: none;
  }
  .form_wrap .form_row textarea {
    height: 300px;
  }
  .form_wrap .agreement dt {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .form_wrap .agreement textarea {
    height: 240px;
  }
  .form_wrap .agreement .agreement_select {
    margin-top: 20px;
  }
  .form_wrap .agreement .agreement_select label {
    margin: 0 10px;
  }
  .form_wrap .bottom_btn {
    margin-top: 60px;
  }
  .form_wrap p.bottom_btn {
    position: relative;
  }
  .form_wrap .bottom_btn input[type="submit"] {
    padding: 15px;
  }
  .form_wrap ul.bottom_btn .prev {
    margin-top: 20px;
  }
  .form_error {
    margin-bottom: 40px;
    padding-top: 40px;
  }
  .form_wrap .form_error li {
    font-size: 16px;
  }
  dl.recruitment dt {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .lower_contents {
    margin: 34px 10px 0;
  }
  .lower_contents .index_read {
    margin-bottom: 34px;
    font-size: 18px;
  }
  .fullsize {
    margin: 34px 0 0;
  }
  .main_contents h2 {
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-size: 19px;
  }
  .main_contents h3 {
    margin-bottom: 20px;
    padding-left: 8px;
    font-size: 1rem;
  }
  .main_contents h4 {
    font-size: 15px;
  }
  main.main_contents h2, main.main_contents h3, main.main_contents .heading {
    font-size: 1.25rem;
  }
  main.main_contents h2 {
    margin-bottom: 15px;
  }
  main.main_contents h3 {
    margin-bottom: 25px;
    padding: 8px 10px;
  }
  main.main_contents h4 {
    margin-bottom: 25px;
    padding: 7px 14px;
    font-size: 1rem;
  }
  main.main_contents h5 {
    font-size: .875rem;
  }
  main p {
    font-size: .8rem;
    line-height: 1.6;
  }
  main .lead {
    margin-bottom: 12px;
    font-size: 1rem;
    line-height: 1.3;
  }
  .buttons {
    margin: 0 auto;
  }
  .buttons li {
    padding: 10px 5px;
    width: 50%;
  }
  .buttons a {
    width: auto;
    height: 62px;
    font-size: .75rem;
  }
  .lower_contents tbody th {
    width: 23%;
    padding: 15px 7px;
    border-color: #e9c2c2;
  }
  .lower_contents tbody td {
    padding: 15px 7px;
    border-color: #e9c2c2;
  }
  .side_nav {
    display: none;
  }
  .tab_link {
    display: table;
    width: 100%;
    margin-bottom: 40px;
  }
  .tab_link li {
    display: table-cell;
    width: 50%;
    padding-right: 10px;
  }
  .tab_link li:last-child {
    padding-right: 0;
  }
  .tab_link li a {
    margin-bottom: -1px;
    padding: 15px 0;
  }
  .tab_contents {
    margin-bottom: 60px;
    padding-bottom: 20px;
  }
  .tab_contents .view {
    top: -30px;
  }
  .tab_another_link {
    width: 100%;
    margin-bottom: 30px;
  }
  .tab_another_link:after {
    content: '';
    display: block;
    clear: both;
  }
  .tab_another_link li {
    display: table;
    float: left;
    width: 50%;
    margin-bottom: 5px;
    padding-right: 5px;
  }
  .tab_another_link li a {
    display: table-cell;
    padding: 15px 0;
    font-size: 15px;
    vertical-align: middle;
  }
  .category_box {
    padding: 15px 0 4px;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
  .category_box:first-child {
    border-top: 1px solid #ccc;
  }
  .category_wrap + .category_wrap .category_box:first-child {
    border-top: none;
  }
  .category_box .thumbnail img {
    width: 100%;
  }
  .category_box .thumbnail.movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .category_box .thumbnail.movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .category_box h2 {
    margin-bottom: 10px;
  }
  .category_box h2 + p {
    line-height: 1.4;
  }
  .category_box a {
    display: table-cell;
  }
  .view_detail a, .view_detail span {
    font-size: 12px;
  }
  .lead_thumb {
    padding: 20px 0;
    width: 100%;
    min-height: 120px;
  }
  .thumb_list .post-meta {
    font-size: 0.8rem;
  }
  .sizeS li {
    margin-left: 10px;
    width: calc((100% - 20px) / 3);
  }
  .sizeM li {
    margin-left: 10px;
    width: calc((100% - 10px) / 2);
  }
  .related {
    margin-bottom: 10px;
  }
  .related .thumb_list {
    display: block;
    margin: 0;
    border-bottom: 1px solid #ccc;
  }
  .related .thumb_list li {
    display: table;
    margin-left: 0;
    padding: 10px 0 0;
    width: 100%;
    max-width: initial;
    border-top: 1px dotted #ccc;
  }
  .related .thumb_list li:first-child {
    border-top: 1px solid #ccc;
  }
  .related .thumb_list .thumbnail, .related .thumb_list p {
    display: table-cell;
    vertical-align: middle;
  }
  .related .thumb_list p {
    margin: 0;
    padding-left: 10px;
  }
  .related .thumb_list .thumbnail {
    width: 112px;
  }
  .toggle_button,
  .toggleClose {
    height: 12em;
  }
  .toggle_button .btn-line {
    margin: 8em auto 0;
  }
  .inquiry_block {
    margin: 30px 0 10px;
    padding: 20px 35px;
  }
  .inquiry_block .btn-line {
    margin: 10px 0 0;
  }
  .inquiry_block .btn-line a {
    padding: 10px;
  }
  .bottom_btn input[type="submit"], .bottom_btn a {
    padding: 15px;
    min-width: 50%;
  }
  .subtext_btn {
    margin: 45px 0 50px;
  }
  .subtext_btn a {
    width: 100%;
  }
  .below_link {
    margin-bottom: 50px;
  }
  .below_link li {
    margin-top: 15px;
    width: 100%;
  }
  .below_link li:first-child {
    margin-top: 0;
  }
  .below_link li a {
    padding: 15px 10px;
    text-align: center;
  }
  .below_link li a > span {
    min-height: 1em;
  }
  .below_link li em {
    font-size: 17px;
  }
  .below_link li span {
    font-size: 15px;
  }
  .sub_below_link {
    margin-bottom: 60px;
  }
  .sub_below_link li {
    display: inline-block;
    margin-left: 20px;
  }
  .sub_below_link li:first-child {
    margin-left: 0;
  }
  .sub_below_link li a {
    position: relative;
    padding-left: 12px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
  }
  .sub_below_link li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    transform: rotate(45deg);
  }
  .sitemap3 {
    width: auto;
  }
  .error_head {
    margin: 30px 10px 0;
  }
  .error_head h2 {
    font-size: 18px;
  }
  .error_contents {
    margin: 34px 10px 0;
  }
  .error_contents h2 {
    margin-bottom: 20px;
    border: none;
    font-size: 16px;
  }
  .error_contents p + p {
    margin-top: 15px;
  }
  .maintenance {
    padding: 30px 15px;
  }
  .maintenance .img img {
    width: 225px;
  }
  .post {
    padding: 0 0 50px;
  }
  .post .thumbnail {
    position: relative;
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
  .post .thumbnail img {
    width: 100%;
    height: auto;
  }
  .post-list + .bottom_btn a {
    font-size: 15px;
  }
}

@media screen and (min-width: 769px) {
  .inner {
    width: 984px;
    margin: 0 auto;
  }
  .pc_hide {
    display: none;
  }
  .view a {
    font-size: 11px;
  }
  .view a:after {
    width: 6px;
    height: 6px;
  }
  .breadcrumb {
    width: 984px;
    margin: 7px auto 0;
  }
  .breadcrumb li {
    display: inline-block;
    font-size: 12px;
  }
  .breadcrumb li a {
    position: relative;
    display: inline-block;
    margin-right: 1em;
  }
  .breadcrumb li a:after {
    content: ">";
    position: absolute;
    right: -1em;
    color: #333;
  }
  .pagetitle {
    padding: calc((120px - 1.875rem) / 2) 0;
    height: 120px;
  }
  .pageanchor li {
    display: inline-block;
    margin-right: 20px;
  }
  .pageanchor li a {
    position: relative;
    padding-left: 12px;
  }
  .pageanchor li a:before {
    margin-top: -4px;
    width: 6px;
    height: 6px;
  }
  .main_contents .pageanchor li a {
    padding: 5px 0 5px 12px;
  }
  .sp-horizontal .sp-arrow {
    width: 80px;
    height: 80px;
    transform: rotate(0);
  }
  .sp-horizontal .sp-arrow:before {
    top: calc(50% - 13px);
    left: calc(50% - 17px);
    width: 24px;
    height: 24px;
    background: none;
    border: 4px solid #63cef4;
    border-width: 4px 4px 0 0;
    transform: skew(0) rotate(45deg);
  }
  .sp-horizontal .sp-arrow:after {
    display: none;
  }
  .sp-horizontal .sp-previous-arrow {
    left: 0;
    transform: rotate(180deg);
  }
  .sp-horizontal .sp-next-arrow {
    right: 0;
  }
  .sp-slide em {
    top: -84px;
    left: -84px;
    width: 168px;
    height: 168px;
    font-size: 1.625rem;
    line-height: 292px;
  }
  .singlepage {
    margin: auto;
    width: 734px;
  }
  .newwindow_link a {
    background-size: 12px;
    font-size: 13px;
  }
  .main_contents .news_list {
    padding-top: 45px;
  }
  .news_list dt {
    font-size: 12px;
  }
  .news_list dd {
    margin-top: 7px;
    padding-bottom: 10px;
  }
  .news_list a span {
    font-size: 10px;
  }
  .news_list .press, .news_list .irnews, .news_list .announcement {
    min-width: 90px;
    font-size: 12px;
  }
  button.btn_box {
    display: flex;
    justify-content: space-around;
  }
  .link_block {
    margin: 40px 0;
    padding: 25px 30px;
    font-size: .875rem;
  }
  .related dt {
    padding-bottom: 20px;
    font-size: 1rem;
  }
  .related .thumbnail {
    position: relative;
    width: 224px;
    height: 125px;
  }
  .related .thumbnail img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .pagetop {
    width: 984px;
    margin: 77px auto 15px;
  }
  .form_read {
    margin-bottom: 35px;
    line-height: 1.6;
  }
  .form_wrap .form_row th {
    width: 214px;
    padding: 26px 0 20px;
    font-size: 14px;
    vertical-align: top;
  }
  .form_wrap .form_row td {
    padding: 20px 0;
    border-top: 1px dashed #e9c2c2;
    border-bottom: none;
    vertical-align: top;
  }
  .form_wrap .form_row tr:first-child th, .form_wrap .form_row tr:first-child td {
    border-top: none;
  }
  .form_wrap .form_row textarea {
    height: 330px;
  }
  .form_wrap .agreement dt {
    margin-bottom: 15px;
    font-size: 17px;
  }
  .form_wrap .agreement textarea {
    height: 270px;
  }
  .form_wrap .agreement .agreement_select {
    margin-top: 25px;
  }
  .form_wrap .agreement .agreement_select label {
    margin: 0 28px;
  }
  .form_wrap .bottom_btn input[type="submit"] {
    padding: 20px;
    cursor: pointer;
  }
  .form_wrap p.bottom_btn {
    margin: 60px auto 0;
  }
  .form_wrap p.bottom_btn {
    width: 380px;
  }
  .form_wrap ul.bottom_btn {
    margin: 60px 62px 0;
    text-align: center;
  }
  .form_wrap ul.bottom_btn .next {
    float: right;
    width: 360px;
  }
  .form_wrap ul.bottom_btn .prev {
    width: 200px;
    float: left;
  }
  .form_wrap .form_error {
    margin-bottom: 35px;
    padding-top: 35px;
  }
  .form_wrap .form_error li {
    font-size: 14px;
  }
  .recruitment dt {
    margin-bottom: 10px;
    font-size: 17px;
  }
  .lower_contents {
    position: relative;
    margin-top: 45px;
  }
  .lower_contents:after {
    content: '';
    display: block;
    clear: both;
  }
  .lower_contents .index_read {
    margin-bottom: 45px;
    font-size: 23px;
  }
  .main_contents {
    float: left;
    width: 714px;
  }
  .main_contents h2 {
    margin-bottom: 28px;
    padding-bottom: 10px;
    font-size: 18px;
  }
  .main_contents h3 {
    margin-bottom: 15px;
    padding-left: 9px;
    font-size: 14px;
  }
  .main_contents h4 {
    font-size: 14px;
  }
  main.main_contents h2, main.main_contents h3, main.main_contents .heading {
    font-size: 1.5rem;
  }
  main.main_contents h3 {
    margin-bottom: 30px;
    padding: 12px 20px 10px;
  }
  main.main_contents h4 {
    margin: 30px 0 10px;
    padding: 7px 12px;
    font-size: 1.25rem;
  }
  main.main_contents h5 {
    font-size: 1rem;
  }
  main p {
    font-size: .875rem;
    line-height: 1.7;
  }
  main .lead {
    margin-bottom: 18px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .buttons {
    margin: 10px auto;
  }
  .buttons li {
    padding: 10px;
  }
  .buttons a {
    width: 217px;
    height: 59px;
    font-size: .8rem;
  }
  .lower_contents tbody th {
    padding: 20px 10px;
    width: 138px;
    border-color: #999;
  }
  .lower_contents tbody td {
    padding: 20px 25px;
    border-color: #999;
  }
  .side_nav {
    float: right;
    width: 193px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .side_nav li {
    border-top: 1px solid #ccc;
  }
  .side_nav li:first-child {
    border-top: none;
  }
  .side_nav .current a {
    background: #f0f0f0;
    font-weight: bold;
  }
  .side_nav a {
    position: relative;
    display: block;
    padding: 20px;
    color: #333;
    font-size: 12px;
  }
  .side_nav a:hover {
    color: #2c84dd;
  }
  .side_nav a:hover:after {
    border-color: #2c84dd;
  }
  .side_nav a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    transform: rotate(45deg);
  }
  p.btn_link {
    margin-top: 25px;
  }
  p.btn_link a {
    position: relative;
    display: block;
    padding: 20px 0;
    border: 1px solid #999;
    font-size: 14px;
    text-align: center;
  }
  p.btn_link a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    transform: rotate(45deg);
  }
  .tab_link {
    margin-bottom: 28px;
  }
  .tab_link li {
    display: inline-block;
    margin: 0 20px -1px 0;
  }
  .tab_link li a {
    padding: 10px 0;
    font-size: 16px;
  }
  .tab_link li a:hover {
    text-decoration: none;
  }
  .tab_contents {
    margin-bottom: 47px;
    padding-bottom: 50px;
  }
  .tab_contents .view {
    top: -20px;
  }
  .tab_another_link {
    margin-bottom: 28px;
    border-bottom: 1px solid #666;
  }
  .tab_another_link li {
    display: inline-block;
    margin: 0 3px -1px 0;
  }
  .tab_another_link li:last-child {
    margin-right: 0;
  }
  .tab_another_link li a {
    display: block;
    padding: 10px 5px;
    border-bottom: none;
    font-size: 14px;
  }
  .tab_another_link .current a {
    background: #fff;
    border: 1px solid #666;
    border-bottom: none;
  }
  .category_wrap {
    display: flex;
    justify-content: space-between;
    border: 1px solid #ccc;
    border-width: 1px 0;
  }
  .category_wrap + .category_wrap {
    border-top: 0;
  }
  .category_box {
    padding: 40px 40px 8px;
    box-sizing: content-box;
  }
  .category_box .thumbnail img, .category_box .thumbnail iframe {
    width: 100%;
  }
  .two .category_box, .three .category_box {
    border-left: 1px solid #ccc;
  }
  .two .category_box:first-child, .three .category_box:first-child {
    padding-left: 0;
    border: 0;
  }
  .two .category_box:last-child, .three .category_box:last-child {
    padding-right: 0;
  }
  .two .category_box {
    width: 452px;
  }
  .three .category_box {
    width: 274px;
  }
  .category_box h2 {
    margin-bottom: 20px;
  }
  .category_box h2 + p {
    min-height: 45px;
    line-height: 1.7;
  }
  .category_box .buttons {
    width: 711px;
  }
  .view_detail a, .view_detail span {
    font-size: 11px;
  }
  .lead_block {
    position: relative;
    margin-bottom: 30px;
    padding-right: 244px;
    min-height: 224px;
  }
  .fortext {
    padding-right: 0;
    min-height: 0;
  }
  .lead_thumb {
    position: absolute;
    top: 0;
    right: 0;
    width: 224px;
    height: 224px;
  }
  .thumb_list .post-meta {
    font-size: 0.75rem;
  }
  .thumb_list:first-child {
    margin-top: -10px;
  }
  .thumb_list p strong {
    font-size: .875rem;
  }
  .toggle_button, .toggleClose {
    height: 170px;
  }
  .toggle_button .btn-line {
    margin: 120px auto 0;
  }
  .toggle_button .btn-line a {
    box-shadow: 0 0 40px #fff;
  }
  .inquiry_block {
    margin: 40px 0 0;
    padding: 30px;
  }
  .inquiry_block p {
    font-size: 0.8rem;
  }
  .inquiry_block .btn-line {
    margin: 22px 0 0;
  }
  .inquiry_block .btn-line a {
    font-size: 1.125rem;
  }
  .bottom_btn input[type="submit"], .bottom_btn a {
    min-width: 300px;
    max-width: 380px;
    padding: 20px;
  }
  .subtext_btn {
    margin: 60px 0 53px;
  }
  .subtext_btn a {
    width: 610px;
  }
  .below_link {
    margin-bottom: 70px;
    padding-top: 47px;
    border-top: 1px solid #ccc;
  }
  .below_link li {
    width: 231px;
  }
  .below_link li a {
    padding: 20px 18px;
  }
  .below_link li em {
    font-weight: bold;
    font-size: 1rem;
  }
  .sitemap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sitemap .sitemap3 {
    width: calc(100% / 3);
  }
  .sitemap_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .error_head {
    width: 714px;
    margin: 65px auto 0;
  }
  .error_head h2 {
    font-size: 28px;
  }
  .error_head + .breadcrumb {
    width: 714px;
  }
  .error_contents {
    width: 714px;
    margin: 45px auto 0;
  }
  .error_contents h2 {
    margin-bottom: 30px;
    border: none;
    font-size: 21px;
    font-weight: bold;
  }
  .error_contents p + p {
    margin-top: 30px;
  }
  div.maintenance {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    margin: -60px 0 0 -200px;
  }
  .post {
    padding: 0 0 50px 250px;
  }
  .post .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  .post .thumbnail img {
    transition: transform .15s ease-out;
  }
  .post .thumbnail:hover img {
    transform: scale(1.1);
  }
}
