@charset "UTF-8";
/*
Theme Name:   岩下兄弟株式会社
Description:  
Author:       SHIN Inc.
Author URI:   http://www.shin-inc.jp/
Version:      1.0
Template:     archetype2018
*/
/* Fonts
--------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?9pyle4");
  src: url("fonts/icomoon.eot?9pyle4#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?9pyle4") format("truetype"), url("fonts/icomoon.woff?9pyle4") format("woff"), url("fonts/icomoon.svg?9pyle4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Normalize
--------------------------------*/
*,
*:before,
*:after {
  box-sizing: inherit;
}

html, body, div,
header, footer, main, article, section, aside, nav, figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.75;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1em;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-break: strict;
}

body {
  overflow-x: hidden;
  background: #fff;
  color: #111;
}

a {
  color: inherit;
  transition: .3s;
}

a:before, a:after {
  text-align: inherit;
  text-decoration: inherit;
}

@media print, screen and (min-width: 1192px) {
  a[href^='tel:'] {
    text-decoration: inherit;
  }
}

abbr,
cite {
  font-style: inherit;
  text-decoration: inherit;
}

blockquote {
  margin: 1.5em 0;
  padding: 1em;
  border-style: solid;
  border-width: 1px 0;
}

del {
  opacity: .8;
}

em {
  font-style: inherit;
  font-weight: bolder;
}

figcaption {
  font-weight: 700;
}

img,
iframe {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

img {
  height: auto;
}

p {
  margin: 1em 0;
}

header p,
footer p {
  margin: 0;
}

pre {
  margin: 1em 0;
  white-space: pre-wrap;
}

ul {
  margin: 1em 0;
  padding-left: 1.5em;
}

ol {
  margin: 1em 0;
  padding-left: 2em;
}

nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 1em 0;
}

dt {
  margin: 0;
  font-weight: 700;
}

dd {
  margin: 0 0 0 40px;
}

dd + dt {
  margin-top: 1em;
}

section section {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media print, screen and (min-width: 768px) {
  section section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: center;
}

th,
td {
  vertical-align: baseline;
  padding: 6px;
  border: 1px solid #666;
  text-align: left;
}

th {
  font-weight: 700;
  white-space: nowrap;
}

button,
input,
textarea,
select {
  max-width: 100%;
  vertical-align: middle;
  line-height: 1.4;
  margin: 0;
  font-family: inherit;
  font-size: 1em;
  transition: .3s;
}

button,
input[type='submit'],
input[type='button'],
input[type='reset'] {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  text-shadow: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='number'],
input[type='date'],
input[type='password'],
textarea,
select {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='date']:focus,
input[type='password']:focus,
textarea:focus,
select:focus {
  background: #ff9;
}

input[type='radio'],
input[type='checkbox'] {
  vertical-align: baseline;
}

button,
input[type='submit'],
input[type='button'],
input[type='reset'],
input[type='radio'],
input[type='checkbox'] {
  cursor: pointer;
}

input[disabled] {
  opacity: .3;
  cursor: default;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  width: 100%;
}

/* Heading
--------------------------------*/
h2, h3, h4, h5, h6 {
  line-height: 1.25;
  font-weight: 700;
}

h2[data-en]:before {
  display: block;
  text-transform: uppercase;
  content: attr(data-en);
  speak: none;
}

/* Remove Margin
--------------------------------*/
p:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, .paragraph:first-child, .widget:first-child, .post:first-child, .entry-content > :first-child {
  margin-top: 0;
}

p:last-child, .paragraph:last-child, .widget:last-child, .post:last-child, .entry-content > :last-child {
  margin-bottom: 0;
}

/* Site Width
--------------------------------*/
.site {
  margin: auto;
}

.common-content, .site-header-content, .site-footer-content, .foot-bn-area, .entry-contents {
  max-width: 1118px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.125vw;
  padding-left: 3.125vw;
}

@media print, screen and (min-width: 1192px) {
  .common-content, .site-header-content, .site-footer-content, .foot-bn-area, .entry-contents {
    padding-right: 0;
    padding-left: 0;
  }
}

/* Common
--------------------------------*/
.entry-content:after {
  display: block;
  clear: both;
  content: '';
}

.btn {
  display: block;
  position: relative;
  max-width: 100%;
  line-height: 1.5;
  box-shadow: none;
  padding: .333em 8em .333em 1em;
  border: 1px solid;
  border-radius: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 18px;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
}

.btn:after {
  position: absolute;
  top: 0;
  right: .5em;
  bottom: 0;
  height: 1em;
  margin: auto;
  font: 1em/1 icomoon;
  content: "\e904";
}

@media print, screen and (min-width: 768px) {
  .btn {
    display: inline-block;
  }
}

.image {
  text-align: center;
}

.tagline {
  margin: 0 auto 1.5rem;
  font-weight: 700;
  text-align: center;
}

.lede {
  margin: 1.5rem auto;
}

.link {
  margin-top: 20px;
  text-align: center;
}

.paragraph {
  margin: 1em 0;
}

.paragraph > p {
  margin-top: 0;
  margin-bottom: 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
  height: auto;
  width: inherit;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .screen-reader-text {
    height: 1;
    width: 1;
    position: absolute;
  }
}

br.pc-none {
  display: inherit;
}

@media print, screen and (min-width: 1192px) {
  br.pc-none {
    display: none;
  }
}

.common-content {
  margin-left: 3.125vw;
  margin-right: 3.125vw;
}

@media print, screen and (min-width: 1192px) {
  .common-content {
    margin: 0 auto;
  }
}

.pc-area {
  display: none;
}

@media print, screen and (min-width: 1192px) {
  .pc-area {
    display: inherit;
  }
}

.sp-area {
  display: inherit;
}

@media print, screen and (min-width: 1192px) {
  .sp-area {
    display: none;
  }
}

/* Header
--------------------------------*/
.site-header {
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  position: fixed;
  z-index: 10000;
}

.site-header-content {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.site-title {
  width: 80px;
  line-height: 1;
  margin: 0 auto 0 0;
  padding: 0;
  font-size: 1em;
}

@media print, screen and (min-width: 768px) {
  .site-title {
    width: auto;
  }
}

.global-nav {
  display: none;
}

.no-js .global-nav {
  display: block;
}

.global-nav__list {
  padding: 0 3.125vw;
}

.global-nav__item > a {
  padding: 10px;
}

@media print, screen and (min-width: 768px) {
  .global-nav__item > a {
    padding: 0;
  }
}

.global-nav__item ul {
  display: none;
  flex-wrap: wrap;
  font-size: 1em;
  padding-left: 1em;
}

@media print, screen and (min-width: 768px) {
  .global-nav__item ul {
    display: block;
    font-size: 0.875em;
  }
}

.global-nav__item li {
  width: calc(100%/2);
}

@media print, screen and (min-width: 768px) {
  .global-nav__item li {
    width: 100%;
  }
}

.global-nav__item li a {
  text-decoration: none;
  display: block;
  position: relative;
}

.global-nav__item li a::before {
  content: "";
  width: 5px;
  height: 5px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto auto auto -12px;
  position: absolute;
  transform: rotate(45deg);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  display: block;
}

.global-nav__item li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.global-nav__link {
  display: block;
  text-decoration: none;
}

.global-nav__link:before {
  display: block;
  text-transform: uppercase;
  content: attr(data-en);
  speak: none;
}

@media print, screen and (min-width: 768px) {
  .global-nav {
    white-space: nowrap;
  }
  .global-nav__list {
    display: flex;
    justify-content: flex-start;
  }
  .global-nav__item {
    flex: 1 100%;
  }
}

.pc-nav ul {
  display: flex;
}

.pc-nav li {
  margin-left: 60px;
  font-size: 0.875em;
}

.pc-nav a {
  text-decoration: none;
  display: block;
}

.pc-nav span[data-en]::before {
  display: block;
  content: attr(data-en);
  font-size: 1.143em;
  text-transform: uppercase;
}

.fixed,
.fixed > body {
  height: 100%;
  overflow: hidden;
}

.fixed .site {
  position: relative;
}

.menu-button {
  display: flex;
  align-items: center;
  order: 3;
  padding: 2px 0 2px 10px;
  background: #004096;
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
}

.menu-button[data-open="true"] {
  z-index: 100001;
}

.menu-icon {
  order: 2;
  margin-left: 10px;
}

.menu-icon__bar {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: .5s;
  fill: currentColor;
}

.menu-icon__bar--1 {
  -webkit-transform: translateY(-7.6px);
  transform: translateY(-7.6px);
}

.menu-icon__bar--2 {
  -webkit-transform: translateY(7.6px);
  transform: translateY(7.6px);
}

[data-open="true"] .menu-icon__bar--1 {
  -webkit-transform: translateY(3px) rotate(45deg);
  transform: translateY(3px) rotate(45deg);
}

[data-open="true"] .menu-icon__bar--2 {
  -webkit-transform: translateY(-3px) rotate(-45deg);
  transform: translateY(-3px) rotate(-45deg);
}

.drawer {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100000;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 64, 150, 0.9);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  color: #fff;
  transition: .3s;
}

.drawer[aria-hidden="false"] {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media print, screen and (min-width: 601px) {
  .admin-bar .drawer {
    top: 32px;
  }
}

.home-mainimage .swiper-container {
  max-height: 100vh;
  overflow: hidden;
}

.home-mainimage ul {
  list-style-type: none;
  padding: 0;
}

#first-animation-backdrop,
#first-animation,
#first-animation-skip {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity .5s;
}

.no-js #first-animation-backdrop, .no-js
#first-animation, .no-js
#first-animation-skip {
  display: none;
}

#first-animation-backdrop {
  z-index: 500;
  background: #002378;
}

#first-animation {
  z-index: 999;
  width: 62.5%;
  max-width: 600px;
  margin: auto;
}

#first-animation-skip {
  top: 50%;
  bottom: auto;
  z-index: 999;
  opacity: .7;
  margin: 22% auto 0;
  width: 80px;
  background: transparent;
  color: #fff;
  font-family: Shanti, sans-serif;
  text-align: center;
  text-transform: uppercase;
}

@media print, screen and (min-width: 1192px) {
  #first-animation-skip {
    margin-top: 230px;
    font-size: 18px;
  }
}

/* Footer
--------------------------------*/
.site-footer {
  background: #006dff;
  color: #006dff;
}

.site-footer-back {
  background-color: #fff;
}

.site-footer-content {
  position: relative;
  padding-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .site-footer-content {
    display: flex;
    padding-top: 40px;
  }
}

.back2top {
  display: block;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-bottom: 40px;
  border-bottom: 1px solid;
  text-align: center;
  text-decoration: none;
}

.back2top:before {
  font-family: icomoon;
  font-size: 16px;
  margin-right: 10px;
  content: "\e900";
}

@media print, screen and (min-width: 1192px) {
  .back2top:before {
    font-size: 28px;
    margin: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .back2top {
    position: absolute;
    right: 3.125vw;
    bottom: 0;
    border: 0;
    margin: 0;
  }
  .back2top:before {
    font-size: 40px;
  }
}

@media print, screen and (min-width: 1192px) {
  .back2top {
    right: 0;
  }
}

.organization:before {
  display: block;
  width: 240px;
  height: 52.8px;
  margin: 0 auto 16px;
  background: url(images/logo2.svgz) no-repeat;
  background-size: contain;
  content: "";
}

.organization > span {
  display: block;
}

.organization__name {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

@media print, screen and (min-width: 768px) {
  .organization {
    font-size: 14px;
    text-align: left;
  }
}

@media print, screen and (min-width: 1192px) {
  .organization:before {
    width: 319px;
    height: 70px;
  }
  .organization__address br {
    display: none;
  }
}

.foot-area-heading {
  margin: 0 0 10px;
  color: #08add7;
  font-weight: 400;
  font-size: 17px;
}

.foot-sitemap-area,
.foot-contact-area {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .foot-sitemap-area,
  .foot-contact-area {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .foot-sitemap-area {
    margin-left: auto;
  }
}

.foot-sitemap,
.foot-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.foot-sitemap a,
.foot-menu a {
  text-decoration: none;
}

.foot-sitemap__link:before {
  text-transform: uppercase;
  content: attr(data-en);
  speak: none;
}

.foot-sitemap__link span {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .foot-contact-area {
    margin-left: 40px;
  }
}

@media print, screen and (min-width: 1192px) {
  .foot-contact-area {
    margin-left: 70px;
  }
}

.foot-menu {
  margin-top: 16px;
}

.foot-menu a[target="_blank"]:after {
  margin-left: .5em;
  font-family: icomoon;
  content: "\e905";
}

@media print, screen and (min-width: 1192px) {
  .foot-menu {
    display: flex;
    line-height: 1.4;
  }
  .foot-menu__item {
    margin-left: 1em;
    padding-left: 1em;
    border-left: 1px solid;
  }
  .foot-menu__item:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
}

.foot-bn-area {
  text-align: right;
  margin: 0 auto;
  padding-bottom: 2em;
}

.foot-bn-area img {
  width: 100%;
}

@media print, screen and (min-width: 1192px) {
  .foot-bn-area img {
    width: auto;
  }
}

.copyright {
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  color: #fff;
}

.copyright > small {
  font-size: 1em;
}

/* Site Content
--------------------------------*/
.site-content {
  overflow: hidden;
}

.no-posts {
  font-weight: 700;
  text-align: center;
}

/* 404
--------------------------------*/
.search-form {
  display: flex;
  max-width: 400px;
}

.search-form__field[type='search'] {
  flex: 1;
  border-radius: 0;
}

.search-form__submit {
  flex: 0 0 4em;
  border-radius: 0;
}

/* Sidebar
--------------------------------*/
/* Breadcrumbs
--------------------------------*/
.breadcrumbs {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 8px 0;
  font-size: .875em;
}

.breadcrumbs > ol {
  display: flex;
}

.breadcrumbs li {
  display: inline-block;
  white-space: nowrap;
}

.breadcrumbs li:first-child {
  text-transform: uppercase;
}

.breadcrumbs li + li:before {
  margin: 0 4px;
  content: '>';
}

/* Home
--------------------------------*/
.home-mainimage {
  position: relative;
}

.home-mainimage-content {
  position: relative;
}

.home-mainimage__haeding {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 2;
  margin: auto;
  margin-top: 150px;
  width: 22%;
  height: 22%;
}

@media print, screen and (min-width: 1192px) {
  .home-mainimage__haeding {
    width: 250px;
    height: auto;
    margin-top: 180px;
  }
}

.home-mainimage .swiper-slide img {
  width: 100%;
}

@media (max-width: 768px) {
  .home-mainimage__haeding {
    margin-top: 60px;
  }
}

@media (min-width: 769px) and (max-width: 1191px) {
  .home-mainimage__haeding {
    margin-top: 13%;
  }
}

@media (min-width: 1500px) {
  .home-mainimage__haeding {
    margin-top: 12%;
  }
}

.home-information-area {
  background-color: #ff0000;
  background-image: url(images/home-info-back.png);
  background-repeat: repeat-x;
  background-position: bottom;
}

h2.home-area__heading {
  color: #fff;
  font-weight: normal;
  font-family: "Shanti", sans-serif;
}

h2.home-area__heading::before {
  font-weight: 500;
  font-size: calc(100vw / 11);
  opacity: 0.75;
}

@media print, screen and (min-width: 1192px) {
  h2.home-area__heading::before {
    font-size: 130px;
  }
}

.home-content-btn {
  background-color: #fff;
  position: relative;
  margin-bottom: 2em;
}

@media print, screen and (min-width: 1192px) {
  .home-content-btn {
    margin-bottom: 3em;
  }
}

.home-content-btn a {
  display: block;
  text-decoration: none;
  padding: 0 10px;
  margin: 10px 0;
}

.home-content-btn span::after {
  position: absolute;
  top: 0;
  right: .5em;
  bottom: 0;
  height: 1em;
  margin: auto;
  font: 1em/1 icomoon;
  content: "\e904";
}

.home-content-btn__information a {
  color: #ff0000;
}

.home-content-btn__information::after {
  color: #ff0000;
}

.home-content-btn__about {
  margin: auto 0 auto auto;
  text-align: left;
}

.home-content-btn__about a {
  color: #0085ff;
}

.home-content-btn__about::after {
  color: #0085ff;
}

.home-content-btn__recruit a {
  color: #08add7;
}

.home-content-btn__recruit::after {
  color: #08add7;
}

@media screen and (max-width: 750px) {
  /*SP*/
  .home-content-btn {
    width: 80%;
  }
}

@media screen and (min-width: 751px) and (max-width: 959px) {
  /*SP*/
  .home-content-btn {
    width: 40%;
  }
}

@media screen and (min-width: 960px) {
  /*PC*/
  .home-content-btn {
    width: 400px;
  }
}

.post-grid {
  width: 100%;
  margin: 0 auto;
}

@media print, screen and (min-width: 1192px) {
  .post-grid {
    width: 960px;
  }
}

.post-grid__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-decoration: none;
}

.post-grid__btn {
  font-size: 12px;
  border-color: #fff;
  width: 100%;
}

.post-grid__item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #fff;
}

.post-grid__thumbnail {
  width: 100%;
}

@media print, screen and (min-width: 1192px) {
  .post-grid__thumbnail {
    width: 40%;
  }
}

.post-grid__thumbnail img {
  width: 100%;
  height: auto;
}

.post-grid__content {
  width: 100%;
}

@media print, screen and (min-width: 1192px) {
  .post-grid__content {
    width: 55%;
  }
}

.post-grid__title {
  margin-bottom: 1em;
}

@media print, screen and (min-width: 768px) {
  .post-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .post-grid__item {
    flex: 0 0 48%;
    margin-right: 2%;
  }
  .post-grid__item:nth-child(2n) {
    margin-right: 0;
  }
}

.home-bn-area {
  background-color: #e70000;
  padding: 10px 3.125vw;
  text-align: center;
}

@media print, screen and (min-width: 1192px) {
  .home-bn-area {
    padding: 30px 0;
  }
}

.home-bn-area img {
  height: auto;
  margin: 0 auto;
}

.home-about-area {
  background: #0085ff url(images/home-about-back.png) right repeat-y;
  text-align: right;
  background-size: 50% auto;
}

@media print, screen and (min-width: 1192px) {
  .home-about-area {
    background-size: auto;
  }
}

.home-about-area .common-content {
  background: url(images/header-about2.svgz) no-repeat;
  background-position: top 3.125vw left 0;
  background-size: 100px auto;
}

@media print, screen and (min-width: 1192px) {
  .home-about-area .common-content {
    background-position: left;
    background-size: 300px auto;
  }
}

.home-recruit-area {
  background-image: url(images/home-recruit-back2.png), url(images/home-recruit-back.jpg);
  background-position: left, right 35% top;
  background-repeat: no-repeat;
  background-size: auto 100%, cover;
}

@media print, screen and (min-width: 1192px) {
  .home-recruit-area {
    background-position: left, center top;
  }
}

.home-map-area {
  width: 100%;
  height: 300px;
}

@media print, screen and (min-width: 1192px) {
  .home-map-area {
    height: 500px;
  }
}

.home-map-area iframe {
  width: 100%;
  height: 100%;
}

/* Page
--------------------------------*/
.page-header {
  color: #fff;
  padding: 100px 0 0;
}

@media print, screen and (min-width: 768px) {
  .page-header {
    padding: 140px 0 0;
  }
}

@media print, screen and (min-width: 1192px) {
  .page-header {
    padding: 190px 0 50px;
  }
}

.page-header__about {
  background: #006dff url(images/header-about.png) center left no-repeat;
  background-size: auto 100%;
}

.page-header__recruit {
  background: #00aed5 url(images/header-recruit_sp.jpg) center no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 1192px) {
  .page-header__recruit {
    background: #00aed5 url(images/header-recruit.jpg) center no-repeat;
    background-size: cover;
  }
}

.page-header__contact {
  background: #004096 url(images/header-contact.jpg) center no-repeat;
  background-size: auto 100%;
}

@media print, screen and (min-width: 768px) {
  .page-header__contact {
    background-size: 100% auto;
  }
}

.page-header__info {
  background-color: #e40012;
  background-image: url(images/header-info.png), url(images/header-about.png);
  background-repeat: no-repeat;
  background-position: right 0 bottom -5px, center left;
  background-size: 100px auto, auto 100%;
}

@media print, screen and (min-width: 1192px) {
  .page-header__info {
    background-position: right 15% bottom -20px, center left;
    background-size: 300px auto, auto 100%;
  }
}

.page-header--img {
  max-width: 1118px;
  margin: 0 auto;
}

.page-header--img-about {
  background: url(images/header-about2.svgz) no-repeat;
  background-position: right 3.1255vw center;
  background-size: auto 60%;
}

@media print, screen and (min-width: 1192px) {
  .page-header--img-about {
    background-position: right 60px center;
    background-size: 230px auto;
  }
}

.page-title {
  margin: 0 3.125vw;
  padding: 1em 0;
}

@media print, screen and (min-width: 1192px) {
  .page-title {
    padding: 1em 2em;
  }
}

.page-title__main {
  display: block;
  font-family: NewRodinPro-M;
  font-weight: normal;
  font-size: calc(100vw / 18);
}

@media print, screen and (min-width: 1192px) {
  .page-title__main {
    font-size: 1em;
  }
}

.page-title__sub {
  display: block;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: calc(100vw / 14);
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: -0.4em;
}

@media print, screen and (min-width: 1192px) {
  .page-title__sub {
    font-size: 2em;
    margin-bottom: -25px;
  }
}

@media print, screen and (min-width: 1192px) {
  .page-title {
    max-width: 1118px;
    margin: 0 auto;
  }
}

.common-content {
  padding: 2em 0;
}

@media print, screen and (min-width: 1192px) {
  .common-content {
    padding: 100px 0 120px;
  }
}

.common-content-recruit {
  padding: 7em 0 .1em;
}

@media print, screen and (min-width: 1192px) {
  .common-content-recruit {
    padding: 220px 0 120px;
  }
}

@media screen and (min-width: 1600px) {
  .common-content-recruit {
    padding-top: 20%;
    transition: all .3s;
  }
}

.form-content {
  padding: 2em 0;
  margin: 0 3.125vw;
}

@media print, screen and (min-width: 1192px) {
  .form-content {
    padding: 60px 0 0;
    margin: 0 auto;
  }
}

.common-title {
  font-size: 1.5em;
  text-align: center;
  color: #002378;
}

@media print, screen and (min-width: 1192px) {
  .common-title {
    font-size: 50px;
    font-weight: 500;
  }
}

.common-title span {
  border-bottom: solid 3px #002378;
}

.common-top-content {
  display: flex;
  flex-wrap: wrap;
  margin: 1em 3.125vw 2em;
}

@media print, screen and (min-width: 1192px) {
  .common-top-content {
    width: 900px;
    margin: 100px auto 120px;
  }
}

.common-top-content__about {
  border: solid 1px #006dff;
  background: #006dff url(images/common-content-back.png) left repeat-y;
  background-size: 684px 1033px;
}

.common-top-content__about a {
  color: #006dff;
}

.common-top-content__about .common-top-content-area {
  border-color: #006dff;
}

.common-top-content__recruit {
  border: solid 1px #007ab4;
  background: #00aed5 url(images/common-content-back.png) left repeat-y;
  background-size: 684px 1033px;
}

.common-top-content__recruit a {
  color: #00aed5;
}

.common-top-content__recruit .common-top-content-area {
  border-color: #007ab4;
}

.common-top-content-area {
  width: 50%;
  border-right: solid 1px;
  border-bottom: solid 1px;
  background-color: #fff;
}

.common-top-content-area:nth-child(2n) {
  border-right: none;
}

.common-top-content-area a {
  display: block;
  padding: 3.125vw;
  text-decoration: none;
}

@media print, screen and (min-width: 1192px) {
  .common-top-content-area a {
    padding: 20px 40px;
  }
}

.common-top-content-area span {
  display: block;
  margin-bottom: 10px;
}

.common-top-content-area img {
  width: 100%;
  height: auto;
}

/* about us
--------------------------------*/
.head-nav__about {
  background: #006dff;
  background: -moz-linear-gradient(left, #006dff 0%, #0057d0 100%);
  background: -webkit-linear-gradient(left, #006dff 0%, #0057d0 100%);
  background: linear-gradient(to right, #006dff 0%, #0057d0 100%);
  border-top: solid 1px #006dff;
}

.head-nav__about li a {
  background-color: #006dff;
}

.head-nav__about li a:hover {
  background-color: #0057d0;
}

.head-nav__recruit {
  background: #08add7;
  background: -moz-linear-gradient(left, #08add7 0%, #0899d5 100%);
  background: -webkit-linear-gradient(left, #08add7 0%, #0899d5 100%);
  background: linear-gradient(to right, #08add7 0%, #0899d5 100%);
  border-top: solid 1px #08add7;
}

.head-nav__recruit li:last-child {
  /*width: 100%;*/
}

.head-nav__recruit li a {
  background-color: #08add7;
}

.head-nav__recruit li a:hover {
  background-color: #007ab4;
}

.head-nav ul {
  margin: 0 3.125vw;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
}

@media print, screen and (min-width: 1192px) {
  .head-nav ul {
    width: 1118px;
    margin: 0 auto;
  }
}

.head-nav li {
  width: calc(100%/2);
  font-size: 0.750em;
}

@media print, screen and (min-width: 1192px) {
  .head-nav li {
    width: calc(100%/4);
    font-size: 1em;
  }
}

.head-nav li a {
  display: block;
  color: #fff;
  padding: 10px 1em;
  text-decoration: none;
  border: solid 1px #fff;
  position: relative;
}

.head-nav li a:hover {
  border-color: #fff;
}

.head-nav li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  transform: rotate(45deg);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.head-nav__about ul li.current a {
  background-color: #0057d0;
  border-bottom-color: #fff;
}

.head-nav__recruit ul li.current a {
  background-color: #007ab4;
  border-bottom-color: #fff;
}

.foot-nav__about {
  background: #006dff;
  background: -moz-linear-gradient(left, #006dff 0%, #0057d0 100%);
  background: -webkit-linear-gradient(left, #006dff 0%, #0057d0 100%);
  background: linear-gradient(to right, #006dff 0%, #0057d0 100%);
}

.foot-nav__recruit {
  background: #08add7;
  background: -moz-linear-gradient(left, #08add7 0%, #0899d5 100%);
  background: -webkit-linear-gradient(left, #08add7 0%, #0899d5 100%);
  background: linear-gradient(to right, #08add7 0%, #0899d5 100%);
}

.foot-nav__info {
  background: red;
  background: -moz-linear-gradient(-45deg, red 0%, #c80000 100%);
  background: -webkit-linear-gradient(-45deg, red 0%, #c80000 100%);
  background: linear-gradient(135deg, red 0%, #c80000 100%);
}

.foot-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1118px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

.foot-nav li {
  position: relative;
  text-align: left;
  font-size: 0.875em;
  border-bottom: solid 1px #fff;
}

.foot-nav li:nth-child(2n-1) {
  border-right: solid 1px #fff;
}

.foot-nav li::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-right: solid 1px white;
  border-top: solid 1px white;
  top: 0;
  bottom: 0;
  right: 3.125vw;
  margin: auto;
}

@media print, screen and (min-width: 1192px) {
  .foot-nav li {
    text-align: center;
    border: none;
  }
  .foot-nav li:nth-child(2n-1) {
    border: none;
  }
  .foot-nav li::after {
    display: none;
  }
}

.foot-nav a {
  display: block;
  padding: 20px 3.125vw;
  color: #fff;
  text-decoration: none;
}

.foot-nav a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

@media print, screen and (min-width: 1192px) {
  .foot-nav a {
    padding: 20px 0;
  }
}

.foot-nav__about li {
  width: calc(100%/2);
}

@media print, screen and (min-width: 1192px) {
  .foot-nav__about li {
    width: calc(100%/8);
  }
}

.foot-nav__recruit li {
  width: calc(100%/2);
}

@media print, screen and (min-width: 1192px) {
  .foot-nav__recruit li {
    width: calc(100%/9);
  }
}

.foot-nav__recruit li:last-child {
  /*width: 100%;*/
}

@media print, screen and (min-width: 1192px) {
  .foot-nav__recruit li:last-child {
    width: calc(100%/9);
  }
}

.foot-nav__recruit li a {
  padding: 10px 3.125vw;
}

@media print, screen and (min-width: 1192px) {
  .foot-nav__recruit li a {
    padding: 20px 0;
  }
}

@media print, screen and (min-width: 1192px) {
  .foot-nav__info ul {
    justify-content: center;
  }
}

.foot-nav__info li {
  width: calc(100%/2);
}

@media print, screen and (min-width: 1192px) {
  .foot-nav__info li {
    width: calc(100%/9);
  }
}

.foot-nav__info li a {
  padding: 10px 3.125vw;
}

@media print, screen and (min-width: 1192px) {
  .foot-nav__info li a {
    padding: 20px;
  }
}

.about-table tr {
  border-bottom: solid 1px #c8c8c8;
  color: #6a6a72;
}

.about-table tr:first-child {
  border-top: solid 1px #c8c8c8;
}

.about-table th {
  padding: 5px 3.125vw 0;
  border: none;
}

@media print, screen and (min-width: 1192px) {
  .about-table th {
    padding: 10px;
  }
}

.about-table td {
  width: 100%;
  display: block;
  padding: 0 3.125vw 5px;
  border: none;
}

@media print, screen and (min-width: 1192px) {
  .about-table td {
    width: 85%;
    display: table-cell;
    padding: 10px;
  }
}

.about-table th.justify {
  width: 100%;
  display: block;
  justify-content: space-between;
}

@media print, screen and (min-width: 1192px) {
  .about-table th.justify {
    width: 120px;
    display: block;
  }
}

.about-table th.right {
  display: block;
  width: 100%;
}

.about-table th.right span:nth-child(1) {
  display: inline-block;
  width: 80px;
}

.about-table th.right span:nth-child(2) {
  display: inline-block;
  width: 50px;
}

@media print, screen and (min-width: 1192px) {
  .about-table th.right {
    display: block;
    text-align: right;
    width: 120px;
  }
}

.content__about-comment {
  padding-top: 200px;
}

@media print, screen and (min-width: 768px) {
  .content__about-comment {
    padding-top: 500px;
  }
}

.about-comment--headtext {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  width: 100%;
  left: 0;
  margin-top: -200px;
  margin-bottom: 2em;
  position: absolute;
  background-image: url(images/about-head-back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 768px) {
  .about-comment--headtext {
    height: 500px;
    margin-top: -500px;
    margin-bottom: 60px;
  }
}

.about-comment--headtext p {
  width: 1118px;
  margin: auto;
  text-align: center;
}

.about-comment--headtext p span {
  display: block;
  color: #fff;
  font-size: calc(100vw / 20);
}

@media print, screen and (min-width: 1192px) {
  .about-comment--headtext p span {
    font-size: 2.3em;
  }
}

.about-comment--area {
  width: 100%;
  margin-top: 2em;
}

@media print, screen and (min-width: 1192px) {
  .about-comment--area {
    width: 1000px;
    line-height: 2.5em;
    margin: 60px auto;
  }
}

.about-comment--photo {
  display: flex;
  margin-top: 2em;
}

.about-comment--photo div {
  width: 49%;
  margin-right: 1%;
}

.about-comment--photo div:nth-child(2n) {
  margin-right: 0;
}

@media print, screen and (min-width: 1192px) {
  .content__about-identity {
    padding: 100px 0 300px;
  }
}

.identity-hrad {
  margin-top: 50px;
  margin-bottom: 400px;
  padding: 50px 0;
  text-align: center;
  background: url(images/identity-hrad-back.svgz) center no-repeat;
  background-size: 250px auto;
  letter-spacing: 0.1em;
  font-size: 0.875em;
}

@media print, screen and (min-width: 1192px) {
  .identity-hrad {
    margin-top: 50px;
    margin-bottom: 400px;
    padding: 50px 0;
    font-size: 1.125em;
    line-height: 2.5em;
  }
}

.identity-mission {
  width: 100%;
  left: 0;
  right: 0;
  margin-top: -300px;
  text-align: center;
  font-size: 0.875em;
  background: url(images/identity-mission-back.png) center no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 1192px) {
  .identity-mission {
    position: absolute;
    font-size: 1em;
  }
}

.identity-mission ul {
  padding: 0;
  list-style-type: none;
  color: #fff;
  margin: 0 auto;
}

@media print, screen and (min-width: 1192px) {
  .identity-mission ul {
    max-width: 580px;
  }
}

.identity-mission li {
  padding: 10px;
  line-height: 2.5em;
  border-bottom: solid 1px #fff;
}

@media print, screen and (min-width: 1192px) {
  .identity-mission li {
    padding: 20px;
  }
}

.identity-mission li:last-child {
  border-bottom: none;
}

.about-employees-content a {
  color: #004096;
  text-decoration: none;
}

.about-employees {
  padding: 10px 3.125vw;
  background: url(images/about-employees-title.jpg) center no-repeat;
  background-size: cover;
  font-weight: normal;
  color: #fff;
}

@media print, screen and (min-width: 1192px) {
  .about-employees {
    padding: 15px 10px;
  }
}

.about-employees span {
  margin-right: 1em;
  font-size: 0.875em;
}

.about-employees--item {
  margin-bottom: 2em;
}

@media print, screen and (min-width: 1192px) {
  .about-employees--item {
    margin-bottom: 60px;
  }
}

.tabs-content {
  background-color: #e50012;
}

.tabs {
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
}

.tabs li {
  width: 50%;
  color: #fff;
  font-size: 1em;
  line-height: 1.2;
}

@media print, screen and (min-width: 1192px) {
  .tabs li {
    font-size: 2em;
  }
}

.tabs li a {
  padding: 20px 0;
}

.tabs li span[data-en]::after {
  content: attr(data-en);
  display: block;
  text-transform: uppercase;
  font-size: 0.4em;
}

.tabs li a[aria-selected="false"] {
  background-color: #646464;
}

.tabs a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 0 10px;
  cursor: pointer;
}

.tabpanels {
  position: relative;
  transition: .3s;
  background-color: #e50012;
}

.tabpanels [role="tabpanel"] {
  position: absolute;
  transition: inherit;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}

.tabpanels-content {
  padding: 1em 3.125vw;
  color: #fff;
}

@media print, screen and (min-width: 1192px) {
  .tabpanels-content {
    padding: 20px;
  }
}

.tabpanels-content ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}

.tabpanels-content li {
  width: calc(100%/2.1);
  text-align: center;
  margin-right: 4.7%;
  margin-bottom: 2em;
}

.tabpanels-content li:nth-child(2n) {
  margin-right: 0;
}

@media print, screen and (min-width: 1192px) {
  .tabpanels-content li {
    width: calc(100%/3.1);
    margin-right: 1.5%;
  }
  .tabpanels-content li:nth-child(2n) {
    margin-right: 1.5%;
  }
  .tabpanels-content li:nth-child(3n) {
    margin-right: 0;
  }
}

.tabpanels-content li a {
  text-decoration: none;
}

.tabpanels-content li img {
  width: 100%;
  margin-bottom: 0.5em;
}

@media print, screen and (min-width: 1192px) {
  .tabpanels-content li img {
    margin-bottom: 1em;
  }
}

.tabpanels-content li span {
  position: relative;
  font-size: 0.750em;
  font-weight: bold;
}

@media print, screen and (min-width: 1192px) {
  .tabpanels-content li span {
    font-size: 1.250em;
  }
}

.tabpanels-content li span::before {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 10px;
  width: 10px;
  margin: auto -15px auto auto;
}

@media print, screen and (min-width: 1192px) {
  .tabpanels-content li span::before {
    height: 20px;
    width: 20px;
    margin: auto -25px auto auto;
  }
}

.tabpanels-content li span::after {
  content: "";
  position: absolute;
  display: block;
  transform: rotate(45deg);
  border-top: solid 1px #e50012;
  border-right: solid 1px #e50012;
  top: 0;
  bottom: 0;
  right: 0;
  height: 5px;
  width: 5px;
  margin: auto -12px auto auto;
}

@media print, screen and (min-width: 1192px) {
  .tabpanels-content li span::after {
    height: 9px;
    width: 9px;
    margin: auto -18px auto auto;
  }
}

.tabcontrol [role="tabpanel"][aria-hidden="true"] {
  visibility: hidden;
  opacity: 0;
  z-index: 0;
}

h3.shop-listtitle {
  border-bottom: solid 1px #fff;
}

.about-googlemap {
  height: 300px;
  margin-bottom: 2em;
}

.about-googlemap iframe {
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
}

@media print, screen and (min-width: 1192px) {
  .about-googlemap iframe {
    width: 1118px;
    margin: 0 auto;
    right: 0;
  }
}

@media print, screen and (min-width: 1192px) {
  .about-googlemap {
    height: 640px;
    margin-bottom: 50px;
  }
  .about-googlemap iframe {
    height: 640px;
  }
}

.group-content {
  margin-bottom: 1em;
}

@media print, screen and (min-width: 1192px) {
  .group-content {
    margin-bottom: 40px;
  }
}

.group-link {
  border: solid 1px #000;
}

.group-link a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 5px 3.125vw;
}

@media print, screen and (min-width: 1192px) {
  .group-link a {
    padding: 10px;
  }
}

.group-link a:after {
  position: absolute;
  top: 0;
  right: .5em;
  bottom: 0;
  height: 1em;
  margin: auto;
  margin-right: 3.125vw;
  font: 0.8em/1 icomoon;
  color: #000;
  content: "\e904";
}

@media print, screen and (min-width: 1192px) {
  .group-link a:after {
    margin-right: 10px;
  }
}

.about-group-name {
  font-size: 1.250em;
  font-weight: bold;
  color: #002378;
}

.activities-top-head--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2em;
  padding: 0;
  list-style: none;
}

@media print, screen and (min-width: 1192px) {
  .activities-top-head--list {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

.activities-top-head--list li {
  width: calc(100%/2.1);
  margin-right: 1%;
  margin-bottom: 1em;
}

.activities-top-head--list li:nth-child(2n) {
  margin-right: 0;
}

@media print, screen and (min-width: 1192px) {
  .activities-top-head--list li {
    width: calc(100%/4.1);
  }
  .activities-top-head--list li:nth-child(2) {
    margin-right: 1%;
  }
  .activities-top-head--list li:nth-child(4) {
    margin-right: 0;
  }
}

.activities-top-head--list li a {
  text-decoration: none;
}

.activities-top-head--list li span.list-img {
  width: 100%;
  display: block;
}

.activities-top-head--list li span.list-img img {
  width: 100%;
}

.activities-top-head--list li span.list-ic {
  display: block;
  width: 70%;
  margin: 1em auto;
}

.activities-top-head--list li span.list-title {
  display: block;
  background-color: #002378;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 0.75em;
}

@media print, screen and (min-width: 1192px) {
  .activities-top-head--list li span.list-title {
    font-size: 1em;
  }
}

.activities-top-head--list li span.list-title::after {
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  height: 8px;
  width: 8px;
  margin: auto 5px auto 0;
  transform: rotate(45deg);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
}

@media print, screen and (min-width: 1192px) {
  .activities-top-head--list li span.list-title::after {
    margin: auto 10px auto 0;
  }
}

.activities-list--title {
  text-align: center;
  color: #002378;
  border-bottom: solid 1px #002378;
  padding-bottom: 0.5em;
  margin: 2em 0 1em;
  padding-top: 40px;
  font-size: 1.4em;
  font-weight: 500;
}

@media print, screen and (min-width: 1192px) {
  .activities-list--title {
    font-size: 40px;
  }
}

.activities-list--content article {
  margin-bottom: 1em;
}

.activities-list--content a {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
}

@media print, screen and (min-width: 1192px) {
  .activities-list--content a {
    flex-wrap: nowrap;
  }
}

.activities-list-img {
  width: 100%;
}

@media print, screen and (min-width: 1192px) {
  .activities-list-img {
    width: 20%;
  }
}

.activities-list-img img {
  width: 100%;
  height: auto;
}

.activities-list-textarea {
  width: 100%;
  position: relative;
}

@media print, screen and (min-width: 1192px) {
  .activities-list-textarea {
    width: 80%;
  }
}

.activities-list-textarea::before, .activities-list-textarea::after {
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
}

.activities-list-textarea::before {
  width: 20px;
  height: 20px;
  margin-right: 0;
  border-radius: 50%;
  background-color: #ccc;
}

.activities-list-textarea::after {
  width: 8px;
  height: 8px;
  margin-right: 7px;
  transform: rotate(45deg);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.activities-list--data {
  color: #ccc;
  border-bottom: solid 1px #ccc;
  padding: 5px 0;
  font-family: RodinPro-L;
}

@media print, screen and (min-width: 1192px) {
  .activities-list--data {
    padding: 5px 20px;
  }
}

.activities-list--data img {
  width: 20px;
  margin-right: 5px;
}

@media print, screen and (min-width: 1192px) {
  .activities-list--data img {
    width: 20px;
  }
}

.activities-list--text {
  padding: 0;
}

@media print, screen and (min-width: 1192px) {
  .activities-list--text {
    padding: 0 20px;
  }
}

.activities-page-title--logo {
  display: block;
  width: 60%;
  height: auto;
  margin: 0 auto 2em;
}

@media print, screen and (min-width: 1192px) {
  .activities-page-title--logo {
    width: 500px;
  }
}

.activities-page-title--logo img {
  width: 100%;
}

.activities-page-title--text {
  display: block;
  width: 100%;
  padding-top: 1em;
  text-align: center;
  font-weight: normal;
  border-top: solid 1px #002378;
  color: #002378;
  font-size: 1.2em;
}

.activities-page-title--data {
  display: block;
  text-align: center;
  color: #002378;
  font-weight: normal;
  margin-top: 0.5em;
  font-size: 0.75em;
}

.activities-page-mainimage {
  height: 0;
  padding-bottom: 50%;
}

@media print, screen and (min-width: 1192px) {
  .activities-page-mainimage {
    height: 600px;
    padding-bottom: 0;
    margin: 0 auto;
  }
}

.activities-page-mainimage div {
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0;
}

@media print, screen and (min-width: 1192px) {
  .activities-page-mainimage div {
    height: 600px;
    max-width: 1365px;
    width: auto;
    margin: auto;
    padding-bottom: 0;
    right: 0;
  }
}

.activities-page-mainimage img {
  width: 100%;
  height: auto;
}

.activities-page-nav {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
}

@media print, screen and (min-width: 1192px) {
  .activities-page-nav {
    flex-wrap: nowrap;
    margin-top: 60px;
  }
}

.activities-page-nav li {
  width: 100%;
  margin-bottom: 0.5em;
}

@media print, screen and (min-width: 1192px) {
  .activities-page-nav li {
    width: calc(100% / 4.1);
    margin-right: 1%;
  }
}

.activities-page-nav li:nth-child(4) {
  margin-right: 0;
}

.activities-page-nav li a {
  display: flex;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #fff;
}

.activities-page-nav li a:hover {
  opacity: 0.7;
}

.activities-page-nav li span {
  display: block;
}

.activities-page-nav li span:nth-child(1) {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.activities-page-nav li span:nth-child(1) img {
  width: 30px;
  height: 30px;
}

.activities-page-nav li span:nth-child(2) {
  width: 80%;
  padding: 10px;
  position: relative;
}

@media print, screen and (min-width: 1192px) {
  .activities-page-nav li span:nth-child(2) {
    padding: 20px 0 20px 10px;
  }
}

.activities-page-nav li span:nth-child(2)::before, .activities-page-nav li span:nth-child(2)::after {
  content: "";
  position: absolute;
  display: block;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 0;
}

.activities-page-nav li span:nth-child(2)::before {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  margin: auto 5px auto auto;
}

.activities-page-nav li span:nth-child(2)::after {
  width: 8px;
  height: 8px;
  margin: auto 11px auto auto;
  border-top: solid 1px;
  border-right: solid 1px;
}

.activities-page-nav li.nav__pinkribbon span:nth-child(1) {
  background-color: #fef3f3;
}

.activities-page-nav li.nav__pinkribbon span:nth-child(2) {
  background-color: #f48e8e;
}

.activities-page-nav li.nav__pinkribbon span:nth-child(2)::after {
  border-color: #f48e8e;
}

.activities-page-nav li.nav__umigame span:nth-child(1) {
  background-color: #e6f7ff;
}

.activities-page-nav li.nav__umigame span:nth-child(2) {
  background-color: #08adff;
}

.activities-page-nav li.nav__umigame span:nth-child(2)::after {
  border-color: #08adff;
}

.activities-page-nav li.nav__eco span:nth-child(1) {
  background-color: #eafcf6;
}

.activities-page-nav li.nav__eco span:nth-child(2) {
  background-color: #30dfab;
}

.activities-page-nav li.nav__eco span:nth-child(2)::after {
  border-color: #30dfab;
}

.activities-page-nav li.nav__volunteer span:nth-child(1) {
  background-color: #fffbef;
}

.activities-page-nav li.nav__volunteer span:nth-child(2) {
  background-color: #ffdc64;
}

.activities-page-nav li.nav__volunteer span:nth-child(2)::after {
  border-color: #ffdc64;
}

.activities-navigation .nav-links {
  text-align: center;
}

.activities-navigation .page-numbers.prev::before {
  border-color: #000;
}

.activities-navigation .page-numbers.next::after {
  border-color: #000;
}

/* recruit
--------------------------------*/
.recruit-senpai--list {
  margin-top: 3.5em;
}

@media print, screen and (min-width: 1192px) {
  .recruit-senpai--list {
    margin-top: 100px;
  }
}

.senpai-list_back, .senpai-item__01, .senpai-item__02, .senpai-item__03 {
  background-image: url(images/recruit-senpai-list-back.png);
  background-position: right top;
  background-repeat: no-repeat;
}

.senpai-list_before, .senpai-item__01::before, .senpai-item__02::before, .senpai-item__03::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: -10px;
  margin-left: 10px;
  border-top: solid 10px;
  border-right: solid 10px;
}

.senpai-item {
  margin: 0 10px 2em 0px;
  z-index: 10;
  position: relative;
}

@media print, screen and (min-width: 1192px) {
  .senpai-item {
    margin: 0 0 2em;
    margin-bottom: 60px;
  }
}

.senpai-item__01 {
  background-color: #f095be;
}

.senpai-item__01::before {
  border-color: #f7cade;
  z-index: 0;
}

@media print, screen and (min-width: 1192px) {
  .senpai-item__01::before {
    margin-top: -20px;
    margin-left: 20px;
    border-top: solid 20px #f7cade;
    border-right: solid 20px #f7cade;
  }
}

.senpai-item__02 {
  background-color: #adcff4;
}

.senpai-item__02::before {
  border-color: #c8dff7;
  z-index: 0;
}

@media print, screen and (min-width: 1192px) {
  .senpai-item__02::before {
    margin-top: -20px;
    margin-left: 20px;
    border-top: solid 20px #c8dff7;
    border-right: solid 20px #c8dff7;
  }
}

.senpai-item__03 {
  background-color: #6ec293;
}

.senpai-item__03::before {
  border-color: #b6e0c9;
  z-index: 0;
}

@media print, screen and (min-width: 1192px) {
  .senpai-item__03::before {
    margin-top: -20px;
    margin-left: 20px;
    border-top: solid 20px #b6e0c9;
    border-right: solid 20px #b6e0c9;
  }
}

.senpai-item a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  text-decoration: none;
  position: relative;
  z-index: 1;
  color: #fff;
}

@media print, screen and (min-width: 1192px) {
  .senpai-item a {
    flex-direction: row;
  }
}

.senpai-item--img {
  width: 100%;
}

@media print, screen and (min-width: 1192px) {
  .senpai-item--img {
    width: 50%;
  }
}

.senpai-item--img img {
  width: 100%;
}

.senpai-item--text {
  width: 100%;
  padding: 3.125vw;
}

@media print, screen and (min-width: 1192px) {
  .senpai-item--text {
    width: 50%;
    padding: 40px 30px;
  }
}

.senpai-item--no {
  display: block;
  font-size: 2em;
  font-family: 'Shanti', sans-serif;
  line-height: 1em;
}

@media print, screen and (min-width: 1192px) {
  .senpai-item--no {
    font-size: 3em;
  }
}

.senpai-item--name {
  display: block;
  font-size: 1.5em;
}

.senpai-item--en {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 0.875em;
  margin-bottom: 20px;
  line-height: 1em;
}

@media print, screen and (min-width: 1192px) {
  .senpai-item--en {
    margin-bottom: 30px;
  }
}

.senpai-item--data {
  display: block;
  font-size: 0.875em;
}

@media print, screen and (min-width: 1192px) {
  .senpai-item--data {
    font-size: 1em;
  }
}

.senpai-message--head {
  display: flex;
  flex-wrap: wrap;
}

.senpai-message--img {
  width: 100%;
}

@media print, screen and (min-width: 1192px) {
  .senpai-message--img {
    width: 50%;
  }
}

.senpai-message--img img {
  width: 100%;
}

.senpai-message--text {
  width: 100%;
}

@media print, screen and (min-width: 1192px) {
  .senpai-message--text {
    width: 50%;
  }
}

.senpai-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.senpai-head.img-text {
  flex-direction: column;
}

@media print, screen and (min-width: 1192px) {
  .senpai-head.img-text {
    flex-direction: row;
    background: url(images/recruit-senpai-head_right.png) no-repeat right top;
    background-size: auto;
  }
}

.senpai-head.text-img {
  flex-direction: column;
}

@media print, screen and (min-width: 1192px) {
  .senpai-head.text-img {
    flex-direction: row-reverse;
    background: url(images/recruit-senpai-head_left.png) no-repeat left top;
    background-size: auto;
  }
}

.senpai-head--img {
  width: 100%;
}

@media print, screen and (min-width: 1192px) {
  .senpai-head--img {
    width: 50%;
  }
}

.senpai-head--img img {
  width: 100%;
}

.senpai-head--text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: calc(100vw / 20);
  text-align: center;
  color: #fff;
  padding: 1em 0;
}

@media print, screen and (min-width: 1192px) {
  .senpai-head--text {
    width: 50%;
    font-size: 2em;
    text-align: left;
    padding: 0;
  }
}

.senpai-head--text span {
  display: block;
}

.senpai-message--text {
  width: 100%;
  padding: 3.125vw;
  color: #fff;
}

@media print, screen and (min-width: 1192px) {
  .senpai-message--text {
    width: 50%;
    padding: 40px 30px;
  }
}

.senpai-content--no {
  display: block;
  font-size: 2em;
  font-family: 'Shanti', sans-serif;
  line-height: 1em;
}

@media print, screen and (min-width: 1192px) {
  .senpai-content--no {
    font-size: 3em;
  }
}

.senpai-content--name {
  display: block;
  font-size: 1.5em;
}

.senpai-content--en {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.875em;
  margin-bottom: 20px;
  line-height: 1em;
  text-transform: uppercase;
}

@media print, screen and (min-width: 1192px) {
  .senpai-content--en {
    margin-bottom: 30px;
  }
}

.senpai-01 .senpai-message--head {
  background-color: #f095be;
  background-image: url(images/recruit-senpai-head_right.png);
  background-position: right top;
  background-repeat: no-repeat;
}

.senpai-01 .senpai-qa_q {
  color: #f095be;
}

.senpai-01 .senpai-head {
  background-color: #f095be;
}

.senpai-01 .senpai-schedule {
  background-color: #f095be;
}

.senpai-02 .senpai-message--head {
  background-color: #08add7;
  background-image: url(images/recruit-senpai-head_right.png);
  background-position: right top;
  background-repeat: no-repeat;
}

.senpai-02 .senpai-qa_q {
  color: #08add7;
}

.senpai-02 .senpai-head {
  background-color: #08add7;
}

.senpai-02 .senpai-schedule {
  background-color: #08add7;
}

.senpai-03 .senpai-message--head {
  background-color: #6ec293;
  background-image: url(images/recruit-senpai-head_right.png);
  background-position: right top;
  background-repeat: no-repeat;
}

.senpai-03 .senpai-qa_q {
  color: #6ec293;
}

.senpai-03 .senpai-head {
  background-color: #6ec293;
}

.senpai-03 .senpai-schedule {
  background-color: #6ec293;
}

.senpai-qa-area {
  margin: 2em 0;
}

@media print, screen and (min-width: 1192px) {
  .senpai-qa-area {
    margin: 60px 0;
  }
}

.senpai-qa_q {
  font-size: 1.250em;
  position: relative;
  padding-left: 40px;
}

@media print, screen and (min-width: 1192px) {
  .senpai-qa_q {
    font-size: 2em;
    margin: 0 60px 20px;
  }
}

.senpai-qa_q::before {
  content: "Q.";
  margin-left: -40px;
  position: absolute;
  top: 0;
  font-size: 1.5em;
  line-height: 1em;
}

@media print, screen and (min-width: 1192px) {
  .senpai-qa_q::before {
    font-size: 1em;
    line-height: 1.8em;
  }
}

.senpai-qa_a {
  position: relative;
  padding-left: 40px;
}

@media print, screen and (min-width: 1192px) {
  .senpai-qa_a {
    margin: 0 60px;
  }
}

.senpai-qa_a::before {
  content: "A.";
  margin-left: -40px;
  position: absolute;
  top: 10px;
  font-size: 2em;
  color: #2bb2f4;
  line-height: 0;
}

.senpai-schedule {
  padding: 1em 3.125vw;
  color: #fff;
  background-image: url(images/recruit-senpai-head_right.png), url(images/senpai-schedule-back1.png), url(images/senpai-schedule-back2.png);
  background-position: right top, left -50px bottom 0, right 10px bottom 10px;
  background-repeat: no-repeat;
  background-size: 80px auto, 80px auto, 100px auto;
  font-size: 0.875em;
}

@media print, screen and (min-width: 1192px) {
  .senpai-schedule {
    padding: 30px 60px;
    font-size: 1em;
    background-size: auto, auto, 230px auto;
  }
}

.senpai-schedule p {
  font-size: 1.250em;
}

.senpai-schedule ul {
  padding: 0;
  list-style-type: none;
}

.senpai-schedule ul li {
  display: flex;
}

.senpai-schedule ul span {
  display: inline-block;
  width: 60px;
}

.qanda-area h3 {
  color: #2bb2f4;
  position: relative;
  padding-left: 20px;
  font-size: 1.125em;
  font-weight: normal;
}

@media print, screen and (min-width: 1192px) {
  .qanda-area h3 {
    padding-left: 40px;
    font-size: 2em;
  }
}

.qanda-area h3::before {
  content: "Q.";
  position: absolute;
  margin-left: -20px;
}

@media print, screen and (min-width: 1192px) {
  .qanda-area h3::before {
    margin-left: -40px;
  }
}

.qanda-area p {
  position: relative;
  padding-left: 20px;
}

@media print, screen and (min-width: 1192px) {
  .qanda-area p {
    padding-left: 40px;
  }
}

.qanda-area p::before {
  content: "A.";
  position: absolute;
  margin-left: -20px;
  font-size: 1.125em;
  color: #f095be;
}

@media print, screen and (min-width: 1192px) {
  .qanda-area p::before {
    margin-left: -40px;
    font-size: 2em;
    line-height: 0;
    top: 10px;
  }
}

.welfare-content01 {
  background-image: url(images/welfare-content01.png);
  background-repeat: repeat-x;
  background-position: center top;
  padding-top: 2em;
  padding-bottom: 1px;
}

@media print, screen and (min-width: 1192px) {
  .welfare-content01 {
    padding-top: 100px;
    padding-bottom: 10px;
  }
}

.welfare-content02 {
  background-image: url(images/welfare-content02.png);
  background-repeat: repeat-x;
  background-position: center top;
  padding-top: 2em;
}

@media print, screen and (min-width: 1192px) {
  .welfare-content02 {
    padding-top: 100px;
  }
}

.welfare-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 3.125vw 2em;
}

@media print, screen and (min-width: 1192px) {
  .welfare-head {
    width: 1118px;
    margin: 0 auto 60px;
  }
}

.welfare-head--text {
  width: 100%;
  text-align: center;
  margin-top: 1em;
}

@media print, screen and (min-width: 1192px) {
  .welfare-head--text {
    width: 60%;
    margin-top: 0;
    padding: 0 20px;
    text-align: left;
    font-size: 1.4em;
  }
}

.welfare-head--img {
  width: 100%;
}

@media print, screen and (min-width: 1192px) {
  .welfare-head--img {
    width: 40%;
  }
}

.welfare-head--img img {
  width: 100%;
}

.welfare-efforts {
  background-color: rgba(219, 245, 215, 0.5);
  padding: 2em 0;
}

@media print, screen and (min-width: 1192px) {
  .welfare-efforts {
    padding: 60px 0 40px;
  }
}

.welfare-efforts-content {
  margin: 0 3.125vw;
}

@media print, screen and (min-width: 1192px) {
  .welfare-efforts-content {
    width: 1118px;
    margin: 0 auto;
  }
}

.welfare-efforts h3 {
  font-size: 1.5em;
  font-weight: normal;
}

.welfare-efforts--area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.welfare-efforts--item {
  width: 100%;
  margin-bottom: 1em;
}

@media print, screen and (min-width: 1192px) {
  .welfare-efforts--item {
    width: 49.5%;
    margin-bottom: 20px;
  }
  .welfare-efforts--item:first-child {
    margin-right: 1%;
  }
}

.welfare-efforts--item img {
  width: 100%;
  height: auto;
}

.welfare-message {
  display: flex;
  justify-content: space-between;
  margin: 2em 3.125vw;
}

@media print, screen and (min-width: 1192px) {
  .welfare-message {
    width: 1118px;
    margin: 80px auto;
  }
}

.welfare-message__01 {
  flex-direction: column;
}

@media print, screen and (min-width: 1192px) {
  .welfare-message__01 {
    flex-direction: row;
  }
}

.welfare-message__01 .welfare-message--img p {
  color: #08add7;
}

.welfare-message__01 .welfare-message--text h4 {
  border-bottom: solid 1px #08add7;
  color: #08add7;
}

.welfare-message__02 {
  flex-direction: column;
}

@media print, screen and (min-width: 1192px) {
  .welfare-message__02 {
    flex-direction: row-reverse;
  }
}

.welfare-message__02 .welfare-message--img p {
  color: #f095be;
}

.welfare-message__02 .welfare-message--text h4 {
  color: #f095be;
  border-bottom: solid 1px #f095be;
}

.welfare-message--img {
  width: 50%;
  text-align: center;
  margin: 0 auto 1em;
}

@media print, screen and (min-width: 1192px) {
  .welfare-message--img {
    width: 30%;
    margin: 0 auto;
  }
}

.welfare-message--img p span {
  display: block;
  margin: 0 auto;
  font-size: 0.750em;
}

.welfare-message--text {
  width: 100%;
}

@media print, screen and (min-width: 1192px) {
  .welfare-message--text {
    width: 65%;
  }
}

.welfare-message--text h4 {
  font-weight: normal;
  font-size: 1.5em;
  padding-bottom: 1em;
}

.welfare-office {
  background-color: rgba(252, 255, 181, 0.5);
  margin-bottom: 2em;
  padding: 1em 0;
}

@media print, screen and (min-width: 1192px) {
  .welfare-office {
    margin-bottom: 100px;
    padding: 1px 0;
  }
}

.welfare-office-content {
  margin: 2em 3.125vw;
}

@media print, screen and (min-width: 1192px) {
  .welfare-office-content {
    width: 1118px;
    margin: 80px auto;
  }
}

.welfare-office h3 {
  font-weight: normal;
  font-size: 1.5em;
}

.welfare-office--title {
  background-color: #f9fb71;
  text-align: center;
  margin-bottom: 1em;
  padding: 5px 0;
}

.welfare-office--list {
  display: flex;
  flex-wrap: wrap;
}

.welfare-office--item {
  width: 100%;
  margin-right: 0%;
  margin-bottom: 1em;
}

@media print, screen and (min-width: 1192px) {
  .welfare-office--item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0;
  }
  .welfare-office--item:nth-child(3n) {
    margin-right: 0;
  }
}

.welfare-office--item img {
  width: 100%;
  height: auto;
}

.welfare-office--suki {
  background-color: #fff;
  margin-top: 1em;
}

@media print, screen and (min-width: 1192px) {
  .welfare-office--suki {
    margin-top: 60px;
  }
}

.suki-title {
  color: #ff8200;
  text-align: center;
  padding-top: 2em;
  font-size: 1.5em;
  font-weight: normal;
}

@media print, screen and (min-width: 1192px) {
  .suki-title {
    padding-top: 40px;
  }
}

.suki-subtitle {
  border-top: solid 1px #ff8200;
  border-bottom: solid 1px #ff8200;
  text-align: center;
  padding: 5px 0;
  color: #ff8200;
  margin: 0 3.125vw;
}

@media print, screen and (min-width: 1192px) {
  .suki-subtitle {
    width: 400px;
    margin: 0 auto;
  }
}

.suki-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 3.125vw;
}

@media print, screen and (min-width: 1192px) {
  .suki-area {
    padding: 30px 20px;
  }
}

.suki-area--item {
  width: 100%;
  border: solid 1px #ff8200;
  margin-bottom: 1em;
  padding: 3.125vw;
}

@media print, screen and (min-width: 1192px) {
  .suki-area--item {
    width: 32%;
    margin-bottom: 0;
    padding: 10px;
  }
}

.suki-item--head {
  text-align: center;
  color: #ff8200;
  font-size: 1.2em;
  padding-top: 1em;
}

@media print, screen and (min-width: 1192px) {
  .suki-item--text {
    min-height: 150px;
  }
}

.suki-item--img {
  text-align: center;
}

.suki-item--memo {
  font-size: 0.875em;
  color: #818181;
}

.plan-head {
  text-align: center;
  font-size: 1.125em;
}

@media print, screen and (min-width: 1192px) {
  .plan-head {
    font-size: 1.5em;
  }
}

.plan-head span {
  display: block;
  margin: 0 auto;
}

.plan-head-img {
  text-align: center;
  margin: 1em 0;
}

@media print, screen and (min-width: 1192px) {
  .plan-head-img {
    margin: 30px 0;
  }
}

.plan-headtext {
  text-align: center;
  position: relative;
  padding-bottom: 30px;
}

.plan-headtext::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 10px;
  right: 0;
  left: 0;
  margin: 15px auto 0;
  transform: rotate(45deg);
  background-color: #08add7;
}

/* contact
--------------------------------*/
.page-contact-nav {
  background-color: #006dff;
  margin: 0;
  padding: 10px 0;
}

.page-contact-nav ul {
  display: flex;
  border: solid 1px #fff;
  margin: 0 3.125vw;
  padding: 0;
  text-align: left;
  list-style-type: none;
  font-size: 0.875em;
}

@media print, screen and (min-width: 1192px) {
  .page-contact-nav ul {
    width: 1118px;
    margin: 0 auto;
    text-align: center;
    font-size: 1em;
  }
}

.page-contact-nav li {
  width: calc(100%/2);
  border-right: solid 1px #fff;
  transition: all .3s;
}

.page-contact-nav li:last-child {
  border: none;
}

.page-contact-nav li.current {
  background-color: rgba(0, 0, 0, 0.3);
}

.page-contact-nav li:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.page-contact-nav li a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: #fff;
  position: relative;
}

@media print, screen and (min-width: 1192px) {
  .page-contact-nav li a {
    padding: 10px 0;
  }
}

.page-contact-nav li a::after {
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
}

.contact-headbtn--item.current {
  background-color: #08add7;
}

.contact-headbtn--item.current a {
  color: #fff;
}

.contact-headbtn--item.current a:after {
  color: #fff;
}

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

.contact--item-title {
  width: 100%;
  margin-bottom: 5px;
  padding: 3.125vw;
  background-color: #d60000;
  color: #fff;
}

@media print, screen and (min-width: 1192px) {
  .contact--item-title {
    padding: 10px 10px 40px;
    width: 30%;
    margin-bottom: 26px;
  }
}

.contact--item-title span {
  font-weight: bold;
}

@media print, screen and (min-width: 1192px) {
  .contact--item-title span {
    font-size: 0.875em;
  }
}

.contact--item-title--rec {
  background-color: #08add7;
}

.contact--item-form {
  width: 100%;
  margin-bottom: 2em;
  padding-left: 0;
  font-size: 0.813em;
}

@media print, screen and (min-width: 1192px) {
  .contact--item-form {
    width: 70%;
    padding-left: 20px;
  }
}

.contact--item-form input[type='text'],
.contact--item-form input[type='tel'],
.contact--item-form input[type='email'],
.contact--item-form input[type='url'],
.contact--item-form input[type='search'],
.contact--item-form input[type='number'],
.contact--item-form input[type='date'],
.contact--item-form input[type='password'],
.contact--item-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  border-radius: 0;
  font-size: 1.231em;
}

.contact--item-acceptance {
  text-align: center;
}

.contact--item-acceptance a {
  display: block;
  color: #0085ff;
}

.contact--item-btn {
  text-align: center;
}

.contact--item-btn input[type="submit"] {
  max-width: 300px;
  margin: 2em auto 4em;
  padding: 8px 0;
  color: #fff;
  background-color: #777;
}

@media print, screen and (min-width: 1192px) {
  .contact--item-btn input[type="submit"] {
    margin: 2em 0 8em;
  }
}

.contact-privacy {
  margin: 1em 0;
  text-align: center;
  color: #6a6a72;
}

@media print, screen and (min-width: 1192px) {
  .contact-privacy {
    margin: 3em 0;
  }
}

/* recruit
--------------------------------*/
.recruit-title {
  margin: 0 0 1.2em;
  font-size: 1.5em;
  text-align: center;
  color: #0899d5;
}

@media print, screen and (min-width: 1192px) {
  .recruit-title {
    font-size: 50px;
    font-weight: 500;
  }
}

.recruit-title span {
  border-bottom: solid 3px #0899d5;
}

@media print, screen and (min-width: 1192px) {
  .recruit-table--content table {
    border-top: solid 1px #0899d5;
    border-right: solid 1px #0899d5;
  }
}

.recruit-table--content tr {
  display: flex;
  flex-wrap: wrap;
}

.recruit-table--content th {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
  border-bottom: solid 1px #fff;
  background-color: #0899d5;
  color: #fff;
  border-bottom: solid 1px #fff;
}

@media print, screen and (min-width: 1192px) {
  .recruit-table--content th {
    width: 20%;
  }
}

.recruit-table--content td {
  width: 100%;
  padding: 10px;
  border: none;
}

@media print, screen and (min-width: 1192px) {
  .recruit-table--content td {
    width: 80%;
    border-bottom: solid 1px #0899d5;
  }
}

@media print, screen and (min-width: 1192px) {
  .recruit-table--content tr:last-child th {
    border-bottom: solid 1px #0899d5;
  }
}

.recruit-footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: auto;
  margin: 0 3.125vw 2em;
}

@media print, screen and (min-width: 1192px) {
  .recruit-footer-content {
    border: solid 1px #fff;
    flex-wrap: nowrap;
  }
}

.recruit-footer-content div {
  width: 100%;
  margin-bottom: .5em;
}

@media print, screen and (min-width: 1192px) {
  .recruit-footer-content div {
    width: calc(100%/3);
    border: solid 1px #fff;
    margin-bottom: 0;
  }
}

.recruit-footer-content div img {
  width: 100%;
}

@media print, screen and (min-width: 1192px) {
  .recruit-footer-content {
    width: 900px;
    margin: 0 auto 120px;
  }
  .recruit-footer-content div {
    width: 40%;
  }
}

.recruit-head-img {
  margin-top: 1em;
}

@media print, screen and (min-width: 1192px) {
  .recruit-head-img {
    margin-top: 30px;
  }
}

.recruit-head-img img {
  width: 100%;
}

.recruit-head-img2 {
  margin-top: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media print, screen and (min-width: 1192px) {
  .recruit-head-img2 {
    margin-top: 30px;
  }
}

.message-img {
  margin-bottom: 1em;
  text-align: center;
}

@media print, screen and (min-width: 1192px) {
  .message-img {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
  }
}

.tabs-content.plan-tab {
  background-color: transparent;
}

.tabs-content.plan-tab .tabs {
  justify-content: center;
}

.tabs-content.plan-tab .tabs li {
  min-width: 150px;
  width: auto;
  font-size: 1em;
  position: relative;
}

.tabs-content.plan-tab .tabs li:hover::after {
  margin-top: -5px;
  transition: all .3s;
}

@media print, screen and (min-width: 1192px) {
  .tabs-content.plan-tab .tabs li {
    min-width: inherit;
    width: 300px;
    font-size: 1.5em;
  }
}

.tabs-content.plan-tab .tabs li span {
  display: block;
  font-size: 0.875em;
}

.tabs-content.plan-tab .tabs li::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  right: 0;
  left: 0;
  margin: -10px auto auto auto;
  transform: rotate(45deg);
  border-right: solid 1px;
  border-bottom: solid 1px;
  transition: all .3s;
}

.tabs-content.plan-tab .tabs li a {
  padding: 10px;
}

.tabs-content.plan-tab .tabs li a[aria-selected="true"] {
  color: #fff;
  background-color: #007ab4;
  font-weight: bold;
}

.tabs-content.plan-tab .tabs li a[aria-selected="false"] {
  color: #fff;
  background-color: #08add7;
}

.tabs-content.plan-tab .tabs li.business::after {
  border-color: transparent;
}

.tabs-content.plan-tab .tabs li.managing::after {
  border-color: transparent;
}

.tabpanels.plan-panels {
  background-color: transparent;
  margin-top: 2em;
  margin-bottom: 2em;
}

@media print, screen and (min-width: 1192px) {
  .tabpanels.plan-panels {
    margin-top: 50px;
    margin-bottom: 100px;
  }
}

.plan-panels--head {
  text-align: center;
  padding: 10px 0;
  font-size: 1.125em;
}

@media print, screen and (min-width: 1192px) {
  .plan-panels--head {
    font-size: 1.5em;
  }
}

.plan-panels--head span {
  display: block;
  margin: 0 auto;
  font-size: 0.750em;
}

.plan-panels--head__business {
  background-color: #def5ff;
}

.plan-panels--head__managing {
  background-color: #ffe6f0;
}

.plan-business-area,
.plan-managing-area {
  background-size: 100% auto;
  background-repeat: repeat-y;
}

.plan-business-area h2,
.plan-managing-area h2 {
  font-size: 1.125em;
  text-transform: uppercase;
  position: relative;
  margin: 0 auto;
  padding-top: 2em;
  text-align: center;
  font-weight: normal;
}

@media print, screen and (min-width: 1192px) {
  .plan-business-area h2,
  .plan-managing-area h2 {
    font-size: 1.5em;
  }
}

.plan-business-area h2::after,
.plan-managing-area h2::after {
  content: "↓";
  display: block;
  margin: 0 auto;
}

.plan-business-area {
  background-image: url(images/plan-back-blue.svg);
}

.plan-business-area h2 {
  color: #0899d5;
}

.plan-managing-area {
  background-image: url(images/plan-back-pink.svg);
}

.plan-managing-area h2 {
  color: #f095be;
}

.plan-area {
  margin: 0 3.125vw;
}

@media print, screen and (min-width: 1192px) {
  .plan-area {
    width: 1118px;
    margin: 0 auto;
  }
}

.plan-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3em;
  padding: 20px;
  position: relative;
}

@media print, screen and (min-width: 1192px) {
  .plan-item {
    margin-top: 60px;
    padding: 40px;
  }
}

.plan-item.img-text {
  flex-direction: column;
}

@media print, screen and (min-width: 1192px) {
  .plan-item.img-text {
    flex-direction: row;
  }
}

.plan-item.text-img {
  flex-direction: column;
}

@media print, screen and (min-width: 1192px) {
  .plan-item.text-img {
    flex-direction: row-reverse;
  }
}

.plan-item--img {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

@media print, screen and (min-width: 1192px) {
  .plan-item--img {
    width: 50%;
  }
}

.plan-item--img img {
  width: 100%;
  height: auto;
}

.plan-item--text {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 3.125vw;
}

@media print, screen and (min-width: 1192px) {
  .plan-item--text {
    width: 50%;
    padding: 40px;
  }
}

.plan-item--en {
  margin-bottom: .1em;
  font-size: 1.250em;
  text-transform: uppercase;
  line-height: 1.2em;
}

@media print, screen and (min-width: 1192px) {
  .plan-item--en {
    font-size: 2.5em;
  }
}

.plan-item--jobname {
  font-size: 1.250em;
}

.plan-area__business .plan-item {
  /* 営業部門 色指定 */
}

.plan-area__business .plan-item:nth-child(1) {
  color: #08add7;
  background-image: url(images/business01.svg), url(images/business01.svg);
  background-repeat: no-repeat;
  background-position: right top, left 10px bottom 10px;
  background-size: 120px, 50px;
}

@media print, screen and (min-width: 1192px) {
  .plan-area__business .plan-item:nth-child(1) {
    background-position: right 10px top 0, right 30px bottom 30px;
  }
}

.plan-area__business .plan-item:nth-child(1)::before {
  content: '1st step';
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  color: #fff;
  font-size: 0.750em;
  z-index: 100;
}

@media print, screen and (min-width: 1192px) {
  .plan-area__business .plan-item:nth-child(1)::before {
    font-size: 1.250em;
    top: 5px;
    right: 30px;
  }
}

.plan-area__business .plan-item:nth-child(2) {
  color: #00b9e9;
  background-image: url(images/business02.svg), url(images/business02.svg);
  background-repeat: no-repeat;
  background-position: left top, right 10px bottom 10px;
  background-size: 120px, 50px;
}

@media print, screen and (min-width: 1192px) {
  .plan-area__business .plan-item:nth-child(2) {
    background-position: left 10px top 0, left 30px bottom 30px;
  }
}

.plan-area__business .plan-item:nth-child(2)::before {
  content: '2nd step';
  position: absolute;
  top: 0;
  left: 20px;
  color: #fff;
  font-size: 0.750em;
}

@media print, screen and (min-width: 1192px) {
  .plan-area__business .plan-item:nth-child(2)::before {
    font-size: 1.250em;
    top: 5px;
    left: 30px;
  }
}

.plan-area__business .plan-item:nth-child(3) {
  color: #3cc3ff;
  background-image: url(images/business03.svg), url(images/business03.svg);
  background-repeat: no-repeat;
  background-position: right top, left 10px bottom 10px;
  background-size: 120px, 50px;
}

@media print, screen and (min-width: 1192px) {
  .plan-area__business .plan-item:nth-child(3) {
    background-position: right 10px top 0, right 30px bottom 30px;
  }
}

.plan-area__business .plan-item:nth-child(3)::before {
  content: '3rd step';
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  color: #fff;
  font-size: 0.750em;
  z-index: 100;
}

@media print, screen and (min-width: 1192px) {
  .plan-area__business .plan-item:nth-child(3)::before {
    font-size: 1.250em;
    top: 5px;
    right: 30px;
  }
}

.plan-area__business .plan-item:nth-child(4) {
  color: #52b0ff;
  background-image: url(images/business04.svg), url(images/business04.svg);
  background-repeat: no-repeat;
  background-position: left top, right 10px bottom 10px;
  background-size: 120px, 50px;
}

@media print, screen and (min-width: 1192px) {
  .plan-area__business .plan-item:nth-child(4) {
    background-position: left 10px top 0, left 30px bottom 30px;
  }
}

.plan-area__business .plan-item:nth-child(4)::before {
  content: '4th step';
  position: absolute;
  top: 0;
  left: 20px;
  color: #fff;
  font-size: 0.750em;
}

@media print, screen and (min-width: 1192px) {
  .plan-area__business .plan-item:nth-child(4)::before {
    font-size: 1.250em;
    top: 5px;
    left: 30px;
  }
}

.plan-area__business .plan-item:nth-child(5) {
  color: #009aff;
  background-image: url(images/business05.svg), url(images/business05.svg);
  background-repeat: no-repeat;
  background-position: right top, left 10px bottom 10px;
  background-size: 120px, 50px;
}

@media print, screen and (min-width: 1192px) {
  .plan-area__business .plan-item:nth-child(5) {
    background-position: right 10px top 0, right 30px bottom 30px;
  }
}

.plan-area__business .plan-item:nth-child(5)::before {
  content: '5th step';
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  color: #fff;
  font-size: 0.750em;
  z-index: 100;
}

@media print, screen and (min-width: 1192px) {
  .plan-area__business .plan-item:nth-child(5)::before {
    font-size: 1.250em;
    top: 5px;
    right: 30px;
  }
}

.plan-area__business .plan-item:nth-child(6) {
  color: #006ce4;
  background-image: url(images/business06.svg), url(images/business06.svg);
  background-repeat: no-repeat;
  background-position: left top, right 10px bottom 10px;
  background-size: 120px, 50px;
}

@media print, screen and (min-width: 1192px) {
  .plan-area__business .plan-item:nth-child(6) {
    background-position: left 10px top 0, left 30px bottom 30px;
  }
}

.plan-area__business .plan-item:nth-child(6)::before {
  content: '6th step';
  position: absolute;
  top: 0;
  left: 20px;
  color: #fff;
  font-size: 0.750em;
}

@media print, screen and (min-width: 1192px) {
  .plan-area__business .plan-item:nth-child(6)::before {
    font-size: 1.250em;
    top: 5px;
    left: 30px;
  }
}

.plan-area__business .plan-item:nth-child(7) {
  color: #004096;
  background-image: url(images/business07.svg), url(images/business07.svg);
  background-repeat: no-repeat;
  background-position: right top, left 10px bottom 10px;
  background-size: 120px, 50px;
}

@media print, screen and (min-width: 1192px) {
  .plan-area__business .plan-item:nth-child(7) {
    background-position: right 10px top 0, right 30px bottom 30px;
  }
}

.plan-area__business .plan-item:nth-child(7)::before {
  content: '7th step';
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  color: #fff;
  font-size: 0.750em;
  z-index: 100;
}

@media print, screen and (min-width: 1192px) {
  .plan-area__business .plan-item:nth-child(7)::before {
    font-size: 1.250em;
    top: 5px;
    right: 30px;
  }
}

.plan-area__business .plan-item:nth-child(8) {
  color: #002378;
  background-image: url(images/business08.svg), url(images/business08.svg);
  background-repeat: no-repeat;
  background-position: left top, right 10px bottom 10px;
  background-size: 120px, 50px;
}

@media print, screen and (min-width: 1192px) {
  .plan-area__business .plan-item:nth-child(8) {
    background-position: left 10px top 0, left 30px bottom 30px;
  }
}

.plan-area__business .plan-item:nth-child(8)::before {
  content: '8th step';
  position: absolute;
  top: 0;
  left: 20px;
  color: #fff;
  font-size: 0.750em;
}

@media print, screen and (min-width: 1192px) {
  .plan-area__business .plan-item:nth-child(8)::before {
    font-size: 1.250em;
    top: 5px;
    left: 30px;
  }
}

.plan-area__managing .plan-item {
  /* 本部管理部門 色指定 */
}

.plan-area__managing .plan-item:nth-child(1) {
  color: #c795db;
  background-image: url(images/managing01.svg), url(images/managing01.svg);
  background-repeat: no-repeat;
  background-position: right top, left 10px bottom 10px;
  background-size: 120px, 50px;
}

@media print, screen and (min-width: 1192px) {
  .plan-area__managing .plan-item:nth-child(1) {
    background-position: right 10px top 0, right 30px bottom 30px;
  }
}

.plan-area__managing .plan-item:nth-child(2) {
  color: #f095be;
  background-image: url(images/managing02.svg), url(images/managing02.svg);
  background-repeat: no-repeat;
  background-position: left top, right 10px bottom 10px;
  background-size: 120px, 50px;
}

@media print, screen and (min-width: 1192px) {
  .plan-area__managing .plan-item:nth-child(2) {
    background-position: left 10px top 0, left 30px bottom 30px;
  }
}

.plan-area__managing .plan-item:nth-child(3) {
  color: #f0a98d;
  background-image: url(images/managing03.svg), url(images/managing03.svg);
  background-repeat: no-repeat;
  background-position: right top, left 10px bottom 10px;
  background-size: 120px, 50px;
}

@media print, screen and (min-width: 1192px) {
  .plan-area__managing .plan-item:nth-child(3) {
    background-position: right 10px top 0, right 30px bottom 30px;
  }
}

.plan-area__managing .plan-item:nth-child(4) {
  color: #f48e8e;
  background-image: url(images/managing02.svg), url(images/managing02.svg);
  background-repeat: no-repeat;
  background-position: left top, right 10px bottom 10px;
  background-size: 120px, 50px;
}

@media print, screen and (min-width: 1192px) {
  .plan-area__managing .plan-item:nth-child(4) {
    background-position: left 10px top 0, left 30px bottom 30px;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 1192px) {
  /* IE11 */
  .plan-area__business .plan-item:nth-child(1),
  .plan-area__business .plan-item:nth-child(3),
  .plan-area__business .plan-item:nth-child(5),
  .plan-area__business .plan-item:nth-child(7),
  .plan-area__managing .plan-item:nth-child(1),
  .plan-area__managing .plan-item:nth-child(3) {
    background-position: right -60px top 0px, right -25px bottom 20px;
    background-size: 250px, 150px;
  }
  .plan-area__business .plan-item:nth-child(2),
  .plan-area__business .plan-item:nth-child(4),
  .plan-area__business .plan-item:nth-child(6),
  .plan-area__business .plan-item:nth-child(8),
  .plan-area__managing .plan-item:nth-child(2),
  .plan-area__managing .plan-item:nth-child(4) {
    background-position: left -60px top 0, left -25px bottom 20px;
    background-size: 250px, 150px;
  }
}

/* recruit store
--------------------------------*/
.page-info-nav {
  background-color: #d60000;
  margin: 0;
  padding: 10px 0;
}

.page-info-nav ul {
  display: flex;
  border: solid 1px #fff;
  margin: 0 3.125vw;
  padding: 0;
  text-align: left;
  list-style-type: none;
  font-size: 0.875em;
}

@media print, screen and (min-width: 1192px) {
  .page-info-nav ul {
    width: 1118px;
    margin: 0 auto;
    text-align: center;
    font-size: 1em;
  }
}

.page-info-nav li {
  width: calc(100%/2);
  border-right: solid 1px #fff;
  transition: all .3s;
}

.page-info-nav li:last-child {
  border: none;
}

.page-info-nav li.current {
  background-color: #ff0000;
}

.page-info-nav li:hover {
  background-color: #fe6565;
}

.page-info-nav li a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: #fff;
  position: relative;
}

@media print, screen and (min-width: 1192px) {
  .page-info-nav li a {
    padding: 10px 0;
  }
}

.page-info-nav li a::after {
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
}

.recruit-store-content {
  margin: 0 3.125vw;
  padding: 1em 0 2em;
}

@media print, screen and (min-width: 1192px) {
  .recruit-store-content {
    width: 1118px;
    margin: 0 auto;
    padding: 100px 0 120px;
  }
}

.recruit-store-title {
  margin: 0 0 1.2em;
  font-size: 1.5em;
  text-align: center;
  color: #ff3b3b;
}

@media print, screen and (min-width: 1192px) {
  .recruit-store-title {
    font-size: 50px;
    font-weight: 500;
  }
}

.recruit-store-title span {
  border-bottom: solid 3px #ff4040;
}

.recruit-store-headtext {
  font-size: 1em;
  text-align: center;
}

@media print, screen and (min-width: 1192px) {
  .recruit-store-headtext {
    font-size: 1.250em;
  }
}

.recruit-store-head {
  margin: 1.5em 0;
  padding: 5px 0;
  color: #ff3b3b;
  border-bottom: solid 1px #ff4040;
  border-top: solid 1px #ff4040;
  font-size: 1.5em;
  font-weight: bold;
}

.recruit-store-content h3 {
  color: #ff3b3b;
}

.recruit-store-content p {
  margin-bottom: 2em;
}

/* privacy policy
--------------------------------*/
.privacy-policy-part {
  margin: 2em 0;
}

@media print, screen and (min-width: 1192px) {
  .privacy-policy-part {
    margin: 60px 0;
  }
}

h2.privacy-policy-part__heading {
  color: #002378;
  font-size: 1.125em;
}

/* Post
--------------------------------*/
.post {
  margin: 60px 0;
}

.entry-title {
  margin: 0;
}

.entry-title > a {
  text-decoration: none;
}

.entry-title > a:hover, .entry-title > a:focus {
  text-decoration: underline;
}

.entry-meta {
  margin-top: 3px;
  color: #666;
  font-size: .9375em;
}

.entry-content {
  margin-top: 40px;
}

.attachment .entry-content {
  text-align: center;
}

.entry-content strong {
  color: inherit;
}

.entry-content em {
  color: inherit;
  font-style: italic;
  font-weight: inherit;
}

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

.post-share {
  margin-top: 40px;
}

.post-share__heading {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
  margin: 0;
  padding: 0;
  border: 0;
}

/*** Wordpress Native Classes ***/
.wp-caption {
  max-width: 100%;
}

.alignleft,
.alignright,
.aligncenter {
  display: block;
  margin: 1em auto;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 0 1em 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .alignright {
    float: right;
    margin: 0 0 0 1em;
  }
}

.alignnone {
  vertical-align: baseline;
}

.entry-contents {
  margin: 2em auto;
}

@media print, screen and (min-width: 1192px) {
  .entry-contents {
    margin: 100px auto;
  }
}

.entry-post-list {
  display: flex;
  flex-wrap: wrap;
}

.entry-post-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100%);
  margin-bottom: 1em;
}

@media print, screen and (min-width: 768px) {
  .entry-post-item {
    width: calc(100%/3.27);
    margin-right: 4%;
    margin-bottom: 100px;
  }
  .entry-post-item:nth-child(3n) {
    margin-right: 0;
  }
}

.entry-post--head {
  text-align: center;
}

.entry-post--head a {
  text-decoration: none;
}

.entry-post--head a:hover {
  text-decoration: underline;
}

.entry-post--title {
  margin: 0.5em 0 0;
  font-size: 1.250em;
  font-weight: 500;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .entry-post--title {
    margin: 10px 0 0;
  }
}

.entry-data--meta {
  margin: 0 0 1em;
  color: #acacac;
}

@media print, screen and (min-width: 768px) {
  .entry-data--meta {
    margin: 0 0 10px;
  }
}

.entry-data--more {
  position: relative;
  border: solid 1px #e40012;
  color: #e40012;
}

.entry-data--more::after {
  position: absolute;
  top: 0;
  right: .5em;
  bottom: 0;
  height: 1em;
  margin: auto;
  font: 1em/1 icomoon;
  content: "\e904";
}

.entry-data--more a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}

.entry-pagenav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  list-style-type: none;
  text-transform: uppercase;
}

.entry-pagenav a {
  text-decoration: none;
}

.entry-contents .page-numbers {
  border: solid 1px #ff0000;
  color: #ff0000;
}

.page-numbers.prev,
.page-numbers.next {
  position: relative;
}

.page-numbers.prev::after, .page-numbers.prev::before,
.page-numbers.next::after,
.page-numbers.next::before {
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 8px;
  width: 8px;
  position: absolute;
}

.page-numbers.prev {
  padding-left: 30px;
}

.page-numbers.prev::before {
  margin: auto auto auto 10px;
  transform: rotate(-45deg);
  border-top: solid 1px #ff0000;
  border-left: solid 1px #ff0000;
}

.page-numbers.prev::after {
  display: none;
}

.page-numbers.next {
  padding-right: 30px;
}

.page-numbers.next::after {
  margin: auto 10px auto auto;
  transform: rotate(45deg);
  border-top: solid 1px #ff0000;
  border-right: solid 1px #ff0000;
}

.page-numbers.next::before {
  display: none;
}

.page-numbers .screen-reader-text {
  position: inherit;
}

.entry-pagenav ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1em 0;
}

@media print, screen and (min-width: 1192px) {
  .entry-pagenav ul {
    margin: 2em 0 0;
  }
}

.entry-pagenav li {
  width: 100%;
  font-size: 0.750em;
  margin-bottom: 10px;
  text-align: center;
  color: #ff0000;
}

@media print, screen and (min-width: 1192px) {
  .entry-pagenav li {
    width: calc(100%/3.1);
    margin-right: 1%;
    margin-bottom: 0;
  }
}

.entry-pagenav li:nth-child(1) {
  text-align: right;
}

.entry-pagenav li:nth-child(1) a::before {
  position: absolute;
  top: 0;
  left: .5em;
  bottom: 0;
  height: 1em;
  margin: auto;
  font: 1em/1 icomoon;
  content: "\e904";
  transform: rotate(180deg);
}

.entry-pagenav li:nth-child(3) {
  margin-right: 0;
  text-align: left;
}

.entry-pagenav li:nth-child(3) a::after {
  position: absolute;
  top: 0;
  right: .5em;
  bottom: 0;
  height: 1em;
  margin: auto;
  font: 1em/1 icomoon;
  content: "\e904";
}

.entry-pagenav li a {
  display: block;
  padding: 5px;
  color: #ff0000;
  border: solid 1px #ff0000;
  position: relative;
}

div.wpcf7 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.field {
  margin-bottom: 20px;
}

.field__label {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .field {
    display: flex;
  }
  .field__label {
    flex: 0 0 12em;
    padding: 3px 8px;
    text-align: right;
  }
  .field__control {
    flex: 1;
  }
}

.required,
.optional {
  display: inline-block;
  vertical-align: text-bottom;
  padding: 0 8px;
  background: #ff3b3b;
  color: #fff;
  font-size: .75em;
}

.optional {
  background: #3b61ff;
}

.acceptance {
  margin: 40px 0;
  text-align: center;
}

.acceptance > label {
  display: inline-block;
  padding: 8px;
  cursor: pointer;
}

.submit {
  text-align: center;
  text-indent: 20px;
}

label[for],
.wpcf7-list-item > label {
  cursor: pointer;
}

.wpcf7-submit {
  width: 240px;
}

.wpcf7-text,
.wpcf7-textarea {
  background-color: #dadada;
}

.wpcf7-text.wpcf7-not-valid,
.wpcf7-textarea.wpcf7-not-valid {
  background: #fcc;
}

@media screen and (max-width: 767px) {
  .wpcf7-text {
    width: 100%;
  }
}

.wpcf7-textarea {
  width: 100%;
}

.wpcf7-checkbox,
.wpcf7-radio {
  display: block;
}

span.wpcf7-list-item {
  position: relative;
  left: -.8em;
}

.wpcf7-acceptance span {
  display: inline;
  position: static;
  margin: 0;
}

.wpcf7-response-output {
  text-align: center;
}

.wpcf7-recaptcha > div {
  margin: 30px auto;
}

/* Page Navigation
--------------------------------*/
.navigation {
  margin: 60px auto 0;
  text-align: center;
}

.pagination {
  margin-right: -4px;
  margin-left: -4px;
}

.post-navigation a {
  text-decoration: none;
}

.nav-links {
  display: flex;
  justify-content: center;
}

.nav-next {
  order: 0;
  margin-right: auto;
}

.nav-next > a:before {
  font-family: FontAwesome;
  content: '\f104';
}

.nav-previous {
  order: 1;
  margin-left: auto;
}

.nav-previous > a:after {
  font-family: FontAwesome;
  content: '\f105';
}

.page-numbers {
  display: inline-block;
  min-width: 1em;
  line-height: 1;
  box-sizing: content-box;
  margin: 0 4px;
  padding: 6px;
  border: 1px solid #000;
  font-size: 16px;
  text-decoration: none;
}

.page-numbers:before {
  vertical-align: top;
  font-family: FontAwesome;
}

/* Social
--------------------------------*/
.share-buttons {
  display: none;
  /*display: flex;*/
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
}

.share-buttons__item {
  flex: 0 0 auto;
  margin: 0 4px;
}

.share-buttons__link {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ccc;
  color: #fff;
  text-decoration: none;
}

.share-buttons__link:before {
  display: block;
  font: 20px/2.4 FontAwesome, sans-serif;
  content: '\e911';
  speak: none;
}

.share-buttons__link.facebook {
  background-color: #3b5998;
}

.share-buttons__link.twitter {
  background-color: #1da1f3;
}

.share-buttons__link.googleplus {
  background-color: #dd4b39;
}

.share-buttons__link.tumblr {
  background-color: #36465d;
}

.share-buttons__link.pocket {
  background-color: #ef4056;
}

.share-buttons__link.hatena {
  background-color: #00a5de;
}

.share-buttons__link.line {
  background-color: #00c300;
}

.share-buttons__title {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.share-buttons__link.facebook:before {
  content: '\f09a';
}

.share-buttons__link.twitter:before {
  content: '\f099';
}

.share-buttons__link.googleplus:before {
  content: '\f0d5';
}

.share-buttons__link.tumblr:before {
  content: '\f173';
}

.share-buttons__link.pocket:before {
  content: '\f265';
}

.share-buttons__link.hatena:before {
  content: 'B!';
  font-family: Verdana, sans-serif;
  font-weight: 700;
}

.share-buttons__link.line:before {
  content: 'LINE';
}

/* Extra
--------------------------------*/
.for-ie {
  padding: 10px 0;
  background: #f00;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

/* Media Queries
--------------------------------*/
@media print {
  body {
    min-width: 1182px;
  }
  h1, h2, h3, h4, h5, h6,
  figcaption {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
  figure,
  table {
    page-break-inside: avoid;
  }
}
