@charset "UTF-8";
/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/* * What follows is the result of much research on cross-browser styling.
 * * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * * Kroc Camen, and the H5BP dev community and team. */
/* ==========================================================================
 * * Base styles: opinionated defaults
 * * ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/* * Remove text-shadow in selection highlight:
 * * https://twitter.com/miketaylr/status/12228805301
 * *
 * * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * * https://stackoverflow.com/a/16982510/7133471
 * *
 * * Customize the background color to match your design. */
::-moz-selection, ::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* * A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* * Remove the gap between audio, canvas, iframes,
 * * images, videos and the bottom of their containers:
 * * https://github.com/h5bp/html5-boilerplate/issues/440 */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

/* * Remove default fieldset styles. */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* * Allow only vertical resizing of textareas. */
textarea {
  resize: vertical;
}

/* ==========================================================================
 * * Browser Upgrade Prompt
 * * ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
 * * Author's custom styles
 * * ========================================================================== */
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  padding: 0;
  background: #F1F1EC;
  color: #5A5A5A;
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2;
}
body * {
  box-sizing: border-box;
}
body *::before, body *::after {
  box-sizing: border-box;
}

a {
  color: #5EB0B1;
  text-decoration: none;
  opacity: 1;
}
a:hover {
  opacity: 1;
}
a.no-link {
  pointer-events: none;
}

input[type=submit], input[type=reset], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
  opacity: 1;
}

button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 300ms ease-in;
}
button:hover {
  opacity: 1;
}
button::-webkit-search-decoration {
  display: none;
}
button::focus {
  outline-offset: -2px;
}

input[type=submit]::-webkit-search-decoration, input[type=reset]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=reset]::focus, input[type=button]::focus {
  outline-offset: -2px;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
}

strong {
  color: #5EB0B1;
  font-weight: 700;
}

p:empty {
  margin: 0;
}

:focus {
  outline: none;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.content {
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
.content.n {
  width: 840px;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.image-scroll {
  margin: 50px 0;
}
.image-scroll .swiper-wrapper {
  transition-timing-function: linear;
}
.image-scroll img {
  display: block;
}

.btn {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  margin-left: -40px;
}
.btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 580px;
  max-width: 100%;
  height: 120px;
  margin: 0 0 0 40px;
  border-radius: 20px;
  background: #5A5A5A;
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 700;
}
.btn a::after {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  width: 60px;
  height: 60px;
  background: url(../img/button-icon.png) 59% 50% no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
}
.btn a:hover {
  background: #5EB0B1;
}
.btn a:hover::after {
  background-image: url(../img/button-icon-h.png);
}
.btn a.ex::after {
  background-image: url(../img/button-icon-ex.png);
}
.btn a.ex:hover::after {
  background-image: url(../img/button-icon-ex-h.png);
}
.btn a.back {
  width: 386px;
  height: 80px;
  font-size: 2rem;
}
.btn a.back::after {
  left: 24px;
  right: auto;
  width: 44px;
  height: 44px;
  background-image: url(../img/button-icon-back.png);
}
.btn a.back:hover::after {
  background-image: url(../img/button-icon-back-h.png);
}

ul.recruit-btn {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -40px 0 0;
  padding: 0;
}
ul.recruit-btn li {
  width: calc(50% - 20px);
  margin-top: 40px;
}
ul.recruit-btn li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  border-radius: 20px;
  background: #5EB0B1;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
}
ul.recruit-btn li a::after {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  width: 60px;
  height: 60px;
  background: url(../img/button-icon.png) 59% 50% no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
}
ul.recruit-btn li a:hover::after {
  background-image: url(../img/button-icon-h.png);
}
ul.recruit-btn li.full {
  width: 100%;
}
ul.recruit-btn li.reverse a {
  background: #ffffff;
  color: #3B4043;
}
ul.recruit-btn li.reverse a::after {
  background-image: url(../img/button-icon-r.png);
}
ul.recruit-btn li.reverse a:hover::after {
  background-image: url(../img/button-icon-h.png);
}

.voices-list > div a > div {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.voices-list > div a > div > div {
  position: absolute;
  right: 0;
  bottom: -10px;
  padding: 10px 15px;
  background: #F1F1EC;
}
.voices-list > div a > div > div p {
  margin: 0;
  color: #3B4043;
  font-size: 1.4rem;
  line-height: 1.5;
}
.voices-list > div a > div > div p:nth-of-type(1) {
  font-size: 1.8rem;
  font-weight: 700;
}
.voices-list > div a > div img {
  transition: all 300ms ease-in;
}
.voices-list > div a h3 {
  margin: 30px 0 0;
  color: #5A5A5A;
  font-size: 2.1rem;
  line-height: 1.6;
  letter-spacing: -0.04em;
}
.voices-list > div a:hover > div img {
  transform: scale(1.1);
}

ul.requirement {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #5A5A5A;
}
ul.requirement li {
  display: flex;
  padding: 10px 30px;
  border-top: solid 1px #5A5A5A;
}
ul.requirement li p {
  margin: 0;
}
ul.requirement li p:nth-of-type(1) {
  flex-shrink: 0;
  width: 210px;
  padding-right: 20px;
  font-weight: 700;
}
ul.requirement li p:nth-of-type(2) {
  flex: 1;
}

.form {
  border-top: solid 1px #5A5A5A;
}
.form form > div {
  display: flex;
  margin-top: 40px;
}
.form form > div > div:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  width: 210px;
  padding: 17px 10px 0 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 25px;
}
.form form > div > div:nth-of-type(1) span {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 25px;
  background: #5EB0B1;
  color: #ffffff;
  font-size: 1.4rem;
}
.form form > div > div:nth-of-type(2) {
  flex: 1;
}
.form form > div > div:nth-of-type(2) input[type=text], .form form > div > div:nth-of-type(2) input[type=email], .form form > div > div:nth-of-type(2) input[type=tel] {
  display: block;
  width: 100%;
  height: 58px;
  border: none;
  padding: 0 20px;
  border-radius: 20px;
  font-size: 2.2rem;
}
.form form > div > div:nth-of-type(2) input[type=text]::placeholder, .form form > div > div:nth-of-type(2) input[type=email]::placeholder, .form form > div > div:nth-of-type(2) input[type=tel]::placeholder {
  color: #908F8F;
}
.form form > div > div:nth-of-type(2) input[type=file] {
  padding-top: 17px;
}
.form form > div > div:nth-of-type(2) textarea {
  display: block;
  width: 100%;
  height: 240px;
  border: none;
  padding: 20px;
  border-radius: 20px;
  font-size: 2.2rem;
}
.form form > div > div:nth-of-type(2) textarea::placeholder {
  color: #908F8F;
}
.form form > div > div:nth-of-type(2).opencompany-item {
  padding-top: 5px;
}
.form form > div > div:nth-of-type(2).opencompany-item > span > span > span label {
  display: block;
  font-size: 2rem;
}
.form form > div > div:nth-of-type(2).opencompany-item > span > span > span label input {
  margin-right: 0.5em;
}
.form form #privacy {
  margin-top: 60px;
  font-size: 1.8rem;
}
.form form #privacy input {
  margin-right: 0.5em;
}
.form form #privacy a {
  padding-bottom: 2px;
  border-bottom: solid 1px #5A5A5A;
  color: #5A5A5A;
  font-weight: 700;
}
.form form #btn_position {
  margin-top: 80px;
  position: relative;
}
.form form #btn_position input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 580px;
  margin: 0 auto;
  max-width: 100%;
  height: 120px;
  border-radius: 20px;
  background: #5A5A5A;
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 700;
}
.form form #btn_position input[type=submit]:hover {
  background: #5EB0B1;
}
.form form #btn_position input[type=submit][disabled] {
  background: #ccc;
}

.movie-wrap {
  width: 100%;
}
.movie-wrap .movie-item {
  position: relative;
  padding-bottom: 56.25%;
}
.movie-wrap .movie-item iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.movie-wrap p {
  margin: 8px 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
}

.calendar-wrap {
  width: 100%;
}
.calendar-wrap iframe {
  width: 100%;
  border: none;
  aspect-ratio: 10/9;
}

.map-wrap {
  width: 100%;
  margin: 40px 0;
}
.map-wrap iframe {
  width: 100%;
  border: none;
  aspect-ratio: 5/2;
}

#wrapper {
  padding-top: 80px;
  overflow: hidden;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #F1F1EC;
}
#header h1 {
  margin: 0;
  padding-left: 2.0833vw;
  line-height: 0;
}
#header h1 a {
  display: flex;
  align-items: center;
  height: 80px;
}
#header h1 a img {
  width: 20.833vw;
}
#header #nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header #nav > ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
#header #nav > ul > li {
  display: flex;
  position: relative;
  align-items: center;
}
#header #nav > ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 80px;
  color: #5A5A5A;
  font-size: 0.9375vw;
  font-weight: 700;
}
#header #nav > ul > li > a:hover {
  color: #5EB0B1;
}
#header #nav > ul:nth-of-type(1) > li {
  margin-right: 3.125vw;
}
#header #nav > ul:nth-of-type(2) > li > a {
  width: 8.3333vw;
  background: #5EB0B1;
  color: #ffffff;
  letter-spacing: 0.04em;
}
#header #nav > ul:nth-of-type(2) > li > a:hover {
  background: #5A5A5A;
  color: #ffffff;
}
#header #nav > ul:nth-of-type(2) > li > a.active + div {
  left: 0;
  opacity: 1;
}
#header #nav > ul:nth-of-type(2) > li > div {
  position: fixed;
  left: 100vw;
  top: 0;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background: rgba(90, 90, 90, 0.8);
  opacity: 0;
  transition: opacity 200ms ease-in;
}
#header #nav > ul:nth-of-type(2) > li > div .content > div {
  margin: 0 0 40px;
  text-align: right;
}
#header #nav > ul:nth-of-type(2) > li > div .content > div a img {
  width: 80px;
}
#header #nav-btn {
  display: none;
}

#footer {
  padding: 60px 0;
  background: #5EB0B1;
  color: #ffffff;
}
#footer a {
  color: #ffffff;
}
#footer .content > div {
  display: flex;
  justify-content: space-between;
}
#footer .content > div > div:nth-of-type(1) h2 {
  margin: 0;
}
#footer .content > div > div:nth-of-type(1) h2 img {
  width: 222px;
}
#footer .content > div > div:nth-of-type(2) nav {
  display: flex;
}
#footer .content > div > div:nth-of-type(2) nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .content > div > div:nth-of-type(2) nav > ul > li > a {
  font-size: 2rem;
  font-weight: 800;
}
#footer .content > div > div:nth-of-type(2) nav > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 24px;
}
#footer .content > div > div:nth-of-type(2) nav > ul > li > ul > li > a {
  font-size: 1.4rem;
  font-weight: 700;
}
#footer .content > div > div:nth-of-type(2) nav > ul:nth-of-type(2) {
  margin-left: 70px;
}
#footer .content > div > div:nth-of-type(3) ul {
  list-style: none;
  margin: -20px 0 0;
  padding: 0;
}
#footer .content > div > div:nth-of-type(3) ul li {
  margin-top: 20px;
}
#footer .content > div > div:nth-of-type(3) ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  height: 48px;
  padding: 0 14px;
  border-radius: 10px;
  background: #5A5A5A;
  font-size: 1.4rem;
  font-weight: 700;
}
#footer .content > div > div:nth-of-type(3) ul li a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/footer-icon-ex.png) 59% 50% no-repeat;
  background-size: contain;
}
#footer .content > div > div:nth-of-type(4) p {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
}
#footer .content > div > div:nth-of-type(4) > div {
  display: flex;
}
#footer .content > div > div:nth-of-type(4) > div ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .content > div > div:nth-of-type(4) > div ul li {
  margin-top: 12px;
}
#footer .content > div > div:nth-of-type(4) > div ul li a {
  font-size: 1.4rem;
  font-weight: 700;
}
#footer .content > div > div:nth-of-type(4) > div ul li a img {
  width: 32px;
  margin-right: 10px;
}
#footer .content > div > div:nth-of-type(4) > div ul:nth-of-type(2) {
  margin-left: 50px;
}
#footer .content > div > div:nth-of-type(4) > div ul:nth-of-type(2) li a img {
  margin-right: 0;
}
#footer .content > p {
  margin: 40px 0 0;
  font-size: 1.4rem;
}

#mv {
  margin-top: 38px;
  opacity: 0;
  transition: all 300ms ease-in;
}
#mv.active {
  opacity: 1;
}
#mv .mv-slide {
  position: relative;
}
#mv .mv-slide .swiper-wrapper {
  transition-timing-function: linear !important;
}
#mv .mv-slide .swiper-wrapper .swiper-slide {
  margin-right: 3.125vw;
}
#mv .mv-slide .swiper-wrapper .swiper-slide:nth-of-type(even) {
  margin-top: 6.25vw;
}
#mv .mv-slide .catch {
  position: absolute;
  left: 0;
  bottom: 4.1666vw;
  width: 100%;
  z-index: 1;
}
#mv .mv-slide .catch .content h1 {
  display: inline-block;
  margin: 0 -1.0416vw;
  padding: 0 1.0416vw;
  background: #F1F1EC;
  font-size: 2.0833vw;
}
#mv p {
  margin: 3.125vw 0 0;
  font-size: 2.4rem;
  line-height: 2.25;
}

#content > section {
  padding: 140px 0 0;
}
#content > section .col2 {
  display: flex;
  justify-content: space-between;
}
#content > section .col2 > div {
  width: 50%;
}
#content > section h2 {
  margin: 0 0 50px;
  font-size: 6.4rem;
  line-height: 1.5;
}
#content > section h2 span {
  display: block;
  color: #5EB0B1;
  font-size: 1.6rem;
}
#content > section#message .col2 > div:nth-of-type(1) {
  width: 45.3333%;
}
#content > section#message .col2 > div:nth-of-type(1) p {
  margin: 20px 0 0;
}
#content > section#message .col2 > div:nth-of-type(2) {
  width: 48.6666%;
}
#content > section#message h3 {
  margin: 0;
  font-size: 2.8rem;
  line-height: 1.7;
}
#content > section#message p {
  margin: 30px 0 0;
  font-size: 1.8rem;
  line-height: 1.7;
}
#content > section.link {
  display: flex;
}
#content > section.link > div:nth-of-type(1) {
  width: 58.3333%;
}
#content > section.link > a {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px 0 2.6041%;
  background: #5A5A5A;
}
#content > section.link > a h2 {
  margin-bottom: 25px;
  color: #ffffff;
}
#content > section.link > a p {
  margin: 0;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
}
#content > section.link > a::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin-top: 25px;
  background: url(../img/button-icon.png) 59% 50% no-repeat;
  background-size: contain;
}
#content > section.link > a:hover {
  background: #5EB0B1;
}
#content > section.link > a:hover h2 span {
  color: #ffffff;
}
#content > section.link > a:hover::after {
  background-image: url(../img/button-icon-h.png);
}
#content > section#feature .col2 > div:nth-of-type(1) {
  position: relative;
  width: auto;
  flex: 1;
}
#content > section#feature .col2 > div:nth-of-type(1) img {
  position: absolute;
  right: 0;
  top: 0;
  width: 1080px;
  max-width: 1080px;
}
#content > section#feature .col2 > div:nth-of-type(2) {
  flex-shrink: 0;
  width: 480px;
  min-height: 1180px;
  padding-left: 80px;
}
#content > section#feature .col2 > div:nth-of-type(2) ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content > section#feature .col2 > div:nth-of-type(2) ol li {
  margin-top: 50px;
}
#content > section#feature .col2 > div:nth-of-type(2) ol li:nth-child(1) {
  margin-top: 0;
}
#content > section#feature .col2 > div:nth-of-type(2) ol li h3 {
  display: flex;
  margin: 0;
  font-size: 2.8rem;
  line-height: 1.4;
}
#content > section#feature .col2 > div:nth-of-type(2) ol li h3 span {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin-right: 10px;
  border-radius: 34px;
  background: #5EB0B1;
  color: #ffffff;
}
#content > section#voices {
  padding-bottom: 140px;
}
#content > section#voices .col2 {
  align-items: center;
}
#content > section#voices .col2 div:nth-of-type(1) {
  width: 295px;
}
#content > section#voices .col2 div:nth-of-type(2) {
  flex: 1;
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 60px;
}
#content > section#voices .col2 div:nth-of-type(2) ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
#content > section#voices .col2 div:nth-of-type(2) ul li a::after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background: url(../img/voices-icon-left.png) 59% 50% no-repeat;
  background-size: contain;
}
#content > section#voices .col2 div:nth-of-type(2) ul li a:hover::after {
  background-image: url(../img/voices-icon-left-a.png);
}
#content > section#voices .col2 div:nth-of-type(2) ul li:nth-child(2) {
  margin-left: 18px;
}
#content > section#voices .col2 div:nth-of-type(2) ul li:nth-child(2) a::after {
  background-image: url(../img/voices-icon-right.png);
}
#content > section#voices .col2 div:nth-of-type(2) ul li:nth-child(2) a:hover::after {
  background-image: url(../img/voices-icon-right-a.png);
}
#content > section#voices .col2 div:nth-of-type(2) p {
  margin: 0;
}
#content > section#voices .col2 div:nth-of-type(2) p a {
  display: flex;
  align-items: center;
  color: #5A5A5A;
  font-size: 1.8rem;
  font-weight: 700;
}
#content > section#voices .col2 div:nth-of-type(2) p a::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin-left: 15px;
  background: url(../img/button-icon-r.png) 59% 50% no-repeat;
  background-size: contain;
}
#content > section#voices .col2 div:nth-of-type(2) p a:hover::after {
  background-image: url(../img/button-icon-h.png);
}
#content > section#voices .voices-slide .swiper-wrapper .swiper-slide {
  width: 287px;
}
#content > section#voices .voices-slide .swiper-wrapper .swiper-slide:nth-of-type(even) {
  margin-top: 60px;
}
#content > section#recruit {
  padding: 100px 0;
  background: #5A5A5A;
}
#content > section#recruit h2 {
  color: #ffffff;
}

.sub #content > section {
  padding: 98px 0;
}
.sub #content > section .col2 > div:nth-of-type(1) {
  padding-right: 20px;
}
.sub #content > section .col2 > div:nth-of-type(2) {
  padding-left: 20px;
}
.sub #content > section .kv {
  padding-bottom: 120px;
}
.sub #content > section .kv h2 {
  margin-bottom: 70px;
}
.sub #content > section .kv div img {
  width: 1560px;
  max-width: 1560px;
}
.sub #content > section .kv div + h2 {
  margin: 60px 0 0;
  font-size: 4.8rem;
  line-height: 1.6;
}
.sub #content > section .kv.no-line {
  padding-bottom: 0;
}
.sub #content > section .kv.no-line h2 {
  margin-bottom: 0;
}
.sub #content > section .kv.no-line + section {
  border-top: 0;
}
.sub #content > section .kv.no-line:nth-of-type(2) {
  margin-top: 100px;
}
.sub #content > section > section {
  margin-top: 120px;
  padding-top: 80px;
  border-top: solid 1px #5A5A5A;
}
.sub #content > section > section h3 {
  margin: 0 0 50px;
  color: #5EB0B1;
  font-size: 4.8rem;
  line-height: 1;
}
.sub #content > section > section h3 span {
  display: block;
  margin-top: 20px;
  color: #5A5A5A;
  font-size: 1.6rem;
}
.sub #content > section > section > section {
  margin-top: 90px;
}
.sub #content > section > section > section:nth-of-type(1) {
  margin-top: 50px;
}
.sub #content > section > section > section h4 {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
  font-size: 2.8rem;
}
.sub #content > section > section > section h4::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 18px;
  border-radius: 20px;
  background: #5EB0B1;
}
.sub #content > section > section:nth-of-type(1) {
  margin-top: 0;
}
.sub #content > section > section#credo > section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub #content > section > section#credo > section ul li {
  margin-top: 50px;
}
.sub #content > section > section#credo > section ul li:nth-child(1) {
  margin-top: 0;
}
.sub #content > section > section#credo > section ul li p {
  font-size: 3.2rem;
  line-height: 1.5;
}
.sub #content > section > section#credo > section ul li #value {
  position: relative;
  width: 1008px;
  height: 666px;
}
.sub #content > section > section#credo > section ul li #value .value-list .page-wrapper {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.075);
}
.sub #content > section > section#credo > section ul li #value .value-list .value-item {
  position: relative;
}
.sub #content > section > section#credo > section ul li #value .arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.sub #content > section > section#credo > section ul li #value .arrow.hidden {
  display: none;
}
.sub #content > section > section#credo > section ul li #value .arrow img {
  display: block;
  width: 50px;
}
.sub #content > section > section#progress > section#history .col2 {
  align-items: flex-end;
}
.sub #content > section > section#progress > section#history ul {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}
.sub #content > section > section#progress > section#history ul::before {
  content: "";
  position: absolute;
  left: 71px;
  top: 7px;
  width: 1px;
  height: calc(100% - 14px);
  background: #5EB0B1;
}
.sub #content > section > section#progress > section#history ul li {
  display: flex;
  margin-top: 16px;
}
.sub #content > section > section#progress > section#history ul li h5 {
  flex-shrink: 0;
  width: 50px;
  margin: 0;
  font-size: 2rem;
  line-height: 1.3;
}
.sub #content > section > section#progress > section#history ul li > div {
  padding-left: 44px;
}
.sub #content > section > section#progress > section#history ul li > div p {
  position: relative;
  margin: 0;
  line-height: 1.75;
}
.sub #content > section > section#progress > section#history ul li > div p::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #5EB0B1;
}
.sub #content > section > section#progress > section#history ul li > div p + p {
  margin-top: 16px;
}
.sub #content > section > section#progress > section#history ul li > div div {
  padding: 20px 0 10px;
}
.sub #content > section > section#progress > section#history ul li > div div img {
  width: 300px;
}
.sub #content > section > section#progress > section#profile ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #5A5A5A;
}
.sub #content > section > section#progress > section#profile ul li {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-top: solid 1px #5A5A5A;
}
.sub #content > section > section#progress > section#profile ul li > p {
  margin: 0;
}
.sub #content > section > section#progress > section#profile ul li > p:nth-of-type(1) {
  flex-shrink: 0;
  width: 200px;
  padding-right: 20px;
  font-weight: 700;
}
.sub #content > section > section#welfare > section#office > .col2 {
  margin-top: 30px;
}
.sub #content > section > section#welfare > section#data .data-slide .data-wrap .swiper-wrapper .swiper-slide {
  border-radius: 40px;
  background: #ffffff;
  overflow: hidden;
  padding: 20px;
}
.sub #content > section > section#welfare > section#data .data-slide .data-wrap .swiper-wrapper .swiper-slide > p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-weight: 700;
}
.sub #content > section > section#welfare > section#data .data-slide .data-wrap .swiper-wrapper .swiper-slide > div {
  margin-top: 8px;
}
.sub #content > section > section#welfare > section#system h5 {
  margin: 34px 0;
  font-size: 2rem;
}
.sub #content > section > section#welfare > section#system ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -3.3334% 0 0 0;
  padding: 0;
}
.sub #content > section > section#welfare > section#system ul li {
  width: 48.3333%;
  margin-top: 3.3334%;
  padding: 16px 20px;
  border-radius: 20px;
  background: #ffffff;
}
.sub #content > section > section#welfare > section#system ul li > p {
  margin: 0;
  padding: 0 0 16px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
.sub #content > section > section#welfare > section#system ul li > div p {
  margin: 0;
  line-height: 1.75;
}
.sub #content > section > section#community > section .content h4::before {
  display: none;
}
.sub #content > section > section#community > section .content > p {
  font-size: 1.8rem;
  line-height: 1.75;
}
.sub #content > section > section#community > section .content > div {
  margin: 40px 0;
}
.sub #content > section > section#community > section .content ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.sub #content > section > section#community > section .content ul li {
  width: 30%;
  margin: 50px 0 0 5%;
}
.sub #content > section > section#community > section .content ul li:nth-child(3n+1) {
  margin-left: 0;
}
.sub #content > section > section#community > section .content ul li h5 {
  margin: 20px 0 0;
  font-size: 2rem;
}
.sub #content > section > section#community > section .content ul li p {
  margin: 20px 0 0;
  padding-top: 20px;
  border-top: solid 1px #5A5A5A;
}
.sub #content > section > section#flow > section .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub #content > section > section#flow > section .content ul li p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 11px 12px;
  line-height: 1.2;
}
.sub #content > section > section#flow > section .content ul li p:nth-of-type(1) {
  background: #5A5A5A;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
}
.sub #content > section > section#flow > section .content ul li p:nth-of-type(2) {
  background: #ffffff;
  line-height: 1.75;
}
.sub #content > section > section#flow > section .content ul:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
}
.sub #content > section > section#flow > section .content ul:nth-of-type(1) li {
  position: relative;
  width: 16.6666%;
}
.sub #content > section > section#flow > section .content ul:nth-of-type(1) li::before {
  content: "";
  position: absolute;
  left: -19%;
  top: 50%;
  width: 12%;
  aspect-ratio: 1/1;
  background: url(../img/works-flow-arrow.png) 50% 50% no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
}
.sub #content > section > section#flow > section .content ul:nth-of-type(1) li p:nth-of-type(1) {
  height: 48px;
  border-radius: 16px 16px 0 0;
}
.sub #content > section > section#flow > section .content ul:nth-of-type(1) li p:nth-of-type(2) {
  height: calc(100% - 48px);
  border-radius: 0 0 16px 16px;
}
.sub #content > section > section#flow > section .content ul:nth-of-type(1) li:nth-child(1)::before {
  display: none;
}
.sub #content > section > section#flow > section .content ul:nth-of-type(2) {
  margin-top: 30px;
}
.sub #content > section > section#flow > section .content ul:nth-of-type(2) li {
  display: flex;
}
.sub #content > section > section#flow > section .content ul:nth-of-type(2) li p:nth-of-type(1) {
  width: 16.6666%;
  border-radius: 16px 0 0 16px;
  min-height: 48px;
}
.sub #content > section > section#flow > section .content ul:nth-of-type(2) li p:nth-of-type(2) {
  flex: 1;
  border-radius: 0 16px 16px 0;
  padding: 11px 20px;
}
.sub #content > section > section#organization > section .content .col2 div h5 {
  margin: 20px 0 0;
  font-size: 2rem;
}
.sub #content > section > section#organization > section .content .col2 div h5:nth-of-type(1) {
  margin: 0;
}
.sub #content > section > section#organization > section .content .col2 div p {
  margin: 20px 0 0;
  padding-top: 20px;
  border-top: solid 1px #5A5A5A;
}
.sub #content > section > section#organization > section .content ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0 -34px;
  padding: 0;
}
.sub #content > section > section#organization > section .content ul li {
  margin: 30px 0 0 34px;
}
.sub #content > section > section#organization > section .content ul li img {
  width: 120px;
}
.sub #content > section > section#organization > section .content ul li a {
  display: flex;
  width: 274px;
}
.sub #content > section > section#organization > section .content ul li a > div:nth-of-type(2) {
  position: relative;
  padding-left: 8px;
}
.sub #content > section > section#organization > section .content ul li a > div:nth-of-type(2) p {
  margin: 0;
  color: #5A5A5A;
}
.sub #content > section > section#organization > section .content ul li a > div:nth-of-type(2) p:nth-of-type(1) {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}
.sub #content > section > section#organization > section .content ul li a > div:nth-of-type(2)::after {
  content: "";
  position: absolute;
  left: 8px;
  bottom: 0;
  width: 44px;
  height: 44px;
  background: url(../img/button-icon-r.png) 59% 50% no-repeat;
  background-size: contain;
}
.sub #content > section > section#organization > section .content ul li a:hover > div:nth-of-type(2)::after {
  background-image: url(../img/button-icon-h.png);
}
.sub #content > section > section#voices-list .voices-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -70px;
}
.sub #content > section > section#voices-list .voices-list::after {
  content: "";
  display: block;
  width: 29.25%;
}
.sub #content > section > section#voices-list .voices-list > div {
  width: 29.25%;
  margin-top: 70px;
}
.sub #content > section > section#voices-list .voices-list > div a > div > div {
  bottom: -15px;
  padding: 15px 20px;
}
.sub #content > section > section#voices-list .voices-list > div a > div > div p {
  font-size: 1.6rem;
}
.sub #content > section > section#voices-list .voices-list > div a > div > div p:nth-of-type(1) {
  font-size: 2.2rem;
}
.sub #content > section > section#voices-list .voices-list > div a h3 {
  margin: 20px 0 0;
  color: #5A5A5A;
  font-size: 2.4rem;
  line-height: 1.6;
}
.sub #content > section > section#voices-detail {
  padding-top: 50px;
}
.sub #content > section > section#voices-detail .content .info {
  margin-bottom: 80px;
}
.sub #content > section > section#voices-detail .content .info p {
  margin: 0;
  line-height: 1.7;
}
.sub #content > section > section#voices-detail .content .info p:nth-of-type(1) {
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-weight: 700;
}
.sub #content > section > section#voices-detail .content .info p:nth-of-type(1) span {
  display: inline-block;
  margin-left: 1em;
  font-size: 1.8rem;
}
.sub #content > section > section#voices-detail .content > section {
  margin-top: 60px;
}
.sub #content > section > section#voices-detail .content > section h3 {
  margin: 0 0 20px;
  color: #5A5A5A;
  font-size: 2.4rem;
  line-height: 1.6;
}
.sub #content > section > section#voices-detail .content > section p {
  font-size: 1.8rem;
  line-height: 1.6;
}
.sub #content > section > section#voices-detail .content > section .col2 .article {
  width: 45%;
  padding: 0;
}
.sub #content > section > section#voices-detail .content > section .col2 .article p:nth-of-type(1) {
  margin-top: 0;
}
.sub #content > section > section#voices-detail .content > section .col2 .article p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.sub #content > section > section#voices-detail .content > section .col2 .image {
  width: 50%;
  padding: 0;
}
.sub #content > section > section#voices-detail .content > section .col2 .image.r {
  order: 1;
}
.sub #content > section > section#voices-detail .content .btn {
  margin-top: 120px;
}
.sub #content > section > section#qa-list {
  padding-top: 30px;
}
.sub #content > section > section#qa-list .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub #content > section > section#qa-list .content ul li {
  margin-top: 30px;
  padding: 30px;
  border-radius: 20px;
  background: #ffffff;
}
.sub #content > section > section#qa-list .content ul li > p {
  display: flex;
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
.sub #content > section > section#qa-list .content ul li > p::before {
  content: "Q";
  flex-shrink: 0;
  width: 46px;
  font-size: 2.4rem;
  font-weight: 700;
  transform: translate(0, -4px);
}
.sub #content > section > section#qa-list .content ul li > div {
  display: flex;
}
.sub #content > section > section#qa-list .content ul li > div::before {
  content: "A";
  flex-shrink: 0;
  width: 46px;
  color: #5EB0B1;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 0;
  opacity: 0;
  transform: translate(0, -6px);
}
.sub #content > section > section#qa-list .content ul li > div p {
  flex: 1;
  margin: 0;
  line-height: 0;
  opacity: 0;
}
.sub #content > section > section#qa-list .content ul li.toggle > p {
  position: relative;
  padding-right: 36px;
  cursor: pointer;
}
.sub #content > section > section#qa-list .content ul li.toggle > p::after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  width: 17px;
  height: 10px;
  background: url(../img/icon-toggle.png) 59% 50% no-repeat;
  background-size: contain;
  transition: all 100ms ease-in;
}
.sub #content > section > section#qa-list .content ul li.toggle.opened > p::after {
  transform: rotate(180deg);
}
.sub #content > section > section#qa-list .content ul li.toggle.opened > div {
  padding-top: 40px;
  transition: all 300ms ease-in;
}
.sub #content > section > section#qa-list .content ul li.toggle.opened > div::before {
  line-height: 1.75;
  opacity: 1;
  transition: all 300ms ease-in;
}
.sub #content > section > section#qa-list .content ul li.toggle.opened > div p {
  line-height: 1.75;
  opacity: 1;
  transition: all 300ms ease-in;
}
.sub #content > section > section#new-graduate {
  padding-top: 30px;
}
.sub #content > section > section#new-graduate section.flow ul {
  list-style: none;
  display: flex;
  margin: 0 0 0 -4.1666%;
  padding: 0;
}
.sub #content > section > section#new-graduate section.flow ul li {
  display: flex;
  align-items: center;
  position: relative;
  width: 200px;
  height: 88px;
  margin-left: 4.1666%;
  padding: 0 1.6666%;
  border-radius: 16px;
  background: #ffffff;
}
.sub #content > section > section#new-graduate section.flow ul li::before {
  content: "";
  position: absolute;
  left: -19%;
  top: 50%;
  width: 12%;
  aspect-ratio: 1/1;
  background: url(../img/works-flow-arrow.png) 50% 50% no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
}
.sub #content > section > section#new-graduate section.flow ul li p {
  margin: 0;
  font-size: 1.8rem;
}
.sub #content > section > section#new-graduate section.flow ul li p:nth-of-type(1) {
  width: 50px;
  font-weight: 700;
}
.sub #content > section > section#new-graduate section.flow ul li:nth-child(1)::before {
  display: none;
}
.sub #content > section > section#new-graduate section .btn {
  margin-top: 120px;
}
.sub #content > section > section#recruit-list {
  padding-top: 30px;
}
.sub #content > section > section#recruit-list section .recruit-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.sub #content > section > section#recruit-list section .recruit-list li {
  width: 22.5%;
  margin-top: 3.3333%;
}
.sub #content > section > section#recruit-list section .recruit-list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 0 20px;
  border-radius: 20px;
  background: #ffffff;
  color: #5A5A5A;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.sub #content > section > section#recruit-list section .recruit-list li a span {
  font-size: 1.4rem;
  text-align: left;
  letter-spacing: -0.04em;
}
.sub #content > section > section#recruit-list section .recruit-list li a:hover {
  background: #5A5A5A;
  color: #ffffff;
}
.sub #content > section > section#recruit-list section .recruit-list li.disabled a {
  pointer-events: none;
  background: #ffffff;
  color: #ccc;
}
.sub #content > section > section#recruit-list section .recruit-list:nth-of-type(2) {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.sub #content > section > section#recruit-list section .recruit-list:nth-of-type(2) li {
  width: 48.3333%;
}
.sub #content > section > section#recruit-list section .recruit-list:nth-of-type(2) li a {
  background: #5EB0B1;
  color: #ffffff;
}
.sub #content > section > section#recruit-list section .recruit-list:nth-of-type(2) li a:hover {
  background: #5A5A5A;
}
.sub #content > section > section#recruit-list section .requirement-list {
  list-style: none;
  margin: 200px 0 0;
  padding: 0;
}
.sub #content > section > section#recruit-list section .requirement-list > li {
  display: flex;
  border: solid 1px #5A5A5A;
  border-radius: 20px;
  margin-top: 40px;
}
.sub #content > section > section#recruit-list section .requirement-list > li > div:nth-of-type(1) {
  flex: 1;
  padding: 26px 30px;
}
.sub #content > section > section#recruit-list section .requirement-list > li > div:nth-of-type(1) ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: -20px 0 0 -20px;
  padding: 0;
}
.sub #content > section > section#recruit-list section .requirement-list > li > div:nth-of-type(1) ul li {
  margin: 20px 0 0 20px;
  padding: 0 12px;
  background: #ffffff;
  font-size: 1.8rem;
}
.sub #content > section > section#recruit-list section .requirement-list > li > div:nth-of-type(1) h3 {
  margin: 20px 0 0;
  color: #5A5A5A;
  font-size: 2.2rem;
  line-height: 1.4;
}
.sub #content > section > section#recruit-list section .requirement-list > li > div:nth-of-type(1) p {
  margin: 20px 0 0;
  font-size: 1.8rem;
  line-height: 1.6;
}
.sub #content > section > section#recruit-list section .requirement-list > li > div:nth-of-type(2) {
  flex-shrink: 0;
  width: 140px;
}
.sub #content > section > section#recruit-list section .requirement-list > li > div:nth-of-type(2) .btn {
  width: 100%;
  height: 100%;
  margin: 0;
}
.sub #content > section > section#recruit-list section .requirement-list > li > div:nth-of-type(2) .btn a {
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0 20px 20px 0;
  font-size: 1.6rem;
}
.sub #content > section > section#recruit-list section .requirement-list > li > div:nth-of-type(2) .btn a::after {
  position: static;
  margin-top: 10px;
  transform: none;
}
.sub #content > section > section#requirement {
  padding-top: 30px;
}
.sub #content > section > section#requirement section .content > p {
  margin: 40px 0 30px;
  font-size: 1.8rem;
  line-height: 1.6;
}
.sub #content > section > section#requirement section .feature-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: -20px 0 0 -20px;
  padding: 0;
}
.sub #content > section > section#requirement section .feature-list li {
  margin: 20px 0 0 20px;
  padding: 0 12px;
  background: #ffffff;
  font-size: 1.8rem;
}
.sub #content > section > section#privacy {
  padding-top: 30px;
}
.sub #content > section > section#privacy section .content h5 {
  margin: 50px 0 0;
  font-size: 1.8rem;
}
.sub #content > section > section#entry {
  padding-top: 30px;
}
.sub #content > section > section#internship, .sub #content > section > section#opencompany {
  margin-top: 0;
  padding-top: 30px;
}
.sub #content > section > section#internship .content > p, .sub #content > section > section#opencompany .content > p {
  font-size: 1.8rem;
}
.sub #content > section > section#internship .content ul, .sub #content > section > section#opencompany .content ul {
  list-style: none;
  margin: 0;
  padding: 1em 0 0 1em;
  border-top: solid 1px #5A5A5A;
  text-indent: -1em;
}
.sub #content > section > section#internship .content > div, .sub #content > section > section#opencompany .content > div {
  margin: 1em 0 0 0;
  border-top: solid 1px #5A5A5A;
}
.sub #content > section > section#internship + .form, .sub #content > section > section#opencompany + .form {
  margin-top: 100px;
}

/* ==========================================================================
 * * Helper classes
 * * ========================================================================== */
/* * Hide visually and from screen readers */
.hidden {
  display: none !important;
}

/* * Hide only visually, but have it available for screen readers:
 * * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 * *
 * * 1. For long content, line feeds are not interpreted as spaces and small width
 * *    causes content to wrap 1 word per line:
 * *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/* * Extends the .visuallyhidden class to allow the element
 * * to be focusable when navigated to via the keyboard:
 * * https://www.drupal.org/node/897638 */
/* * Hide visually and from screen readers, but maintain layout */
.invisible {
  visibility: hidden;
}

/* * Clearfix: contain floats
 * *
 * * For modern browsers
 * * 1. The space content is one way to avoid an Opera bug when the
 * *    `contenteditable` attribute is included anywhere else in the document.
 * *    Otherwise it causes space to appear at the top and bottom of elements
 * *    that receive the `clearfix` class.
 * * 2. The use of `table` rather than `block` is only necessary if using
 * *    `:before` to contain the top-margins of child elements. */
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

/* ==========================================================================
 * * EXAMPLE Media Queries for Responsive Design.
 * * These examples override the primary ('mobile first') styles.
 * * Modify as content requires.
 * * ========================================================================== */
@media only screen and (min-width: 815px) {
  .sp-only {
    display: none !important;
  }

  .sub #content > section > section#welfare > section#data .data-slide .data-wrap .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -5%;
  }
  .sub #content > section > section#welfare > section#data .data-slide .data-wrap .swiper-wrapper .swiper-slide {
    width: 30%;
    margin-top: 5%;
  }
}
@media only screen and (max-width: 814px) {
  .pc-only {
    display: none !important;
  }

  .voices-list > div a > div > div p {
    font-size: 1.2rem;
  }
  .voices-list > div a > div > div p:nth-of-type(1) {
    font-size: 1.6rem;
  }
  .voices-list > div a h3 {
    margin: 25px 0 0;
    font-size: 1.7rem;
  }

  ul.requirement li {
    display: block;
    padding: 6px 0;
    border-top: solid 1px #5A5A5A;
  }
  ul.requirement li p {
    margin: 0;
  }
  ul.requirement li p:nth-of-type(1) {
    width: auto;
    padding-right: 0;
  }
  ul.requirement li p:nth-of-type(2) {
    margin-top: 3px;
  }

  .movie-wrap {
    width: 100%;
  }
  .movie-wrap p {
    font-size: 1.2rem;
  }

  .map-wrap {
    margin: 20px 0;
  }
  .map-wrap iframe {
    aspect-ratio: 5/3;
  }

  .toggle > p {
    position: relative;
    padding-right: 36px;
  }
  .toggle > p::after {
    content: "";
    position: absolute;
    right: 0;
    top: 6px;
    width: 17px;
    height: 10px;
    background: url(../img/icon-toggle.png) 59% 50% no-repeat;
    background-size: contain;
    transition: all 100ms ease-in;
  }
  .toggle.opened > p::after {
    transform: rotate(180deg);
  }

  .btn {
    margin-top: 40px;
    flex-direction: column;
    align-items: center;
  }
  .btn a {
    justify-content: flex-start;
    width: 335px;
    height: 90px;
    padding: 0 30px;
    font-size: 2rem;
  }
  .btn a::after {
    right: 30px;
  }
  .btn a.back {
    justify-content: flex-end;
    width: 335px;
    height: 70px;
    padding: 0 24px;
    font-size: 1.6rem;
  }
  .btn a.back::after {
    left: 24px;
    right: auto;
    width: 44px;
    height: 44px;
    background-image: url(../img/button-icon-back.png);
  }
  .btn a.back:hover::after {
    background-image: url(../img/button-icon-back-h.png);
  }
  .btn a:nth-of-type(2) {
    margin-top: 40px;
  }

  ul.recruit-btn {
    margin: -20px 0 0;
  }
  ul.recruit-btn li {
    width: 100%;
    margin-top: 20px;
  }
  ul.recruit-btn li a {
    justify-content: flex-start;
    height: 90px;
    padding: 0 30px;
    font-size: 1.8rem;
  }
  ul.recruit-btn li a::after {
    right: 30px;
  }

  .form form > div {
    display: block;
    margin-top: 30px;
  }
  .form form > div > div:nth-of-type(1) {
    display: flex;
    justify-content: flex-start;
    width: auto;
    padding: 0;
    font-size: 1.4rem;
    line-height: 16px;
  }
  .form form > div > div:nth-of-type(1) span {
    width: 32px;
    height: 16px;
    margin-left: 10px;
    font-size: 1.2rem;
  }
  .form form > div > div:nth-of-type(2) {
    margin-top: 10px;
  }
  .form form > div > div:nth-of-type(2) input[type=text], .form form > div > div:nth-of-type(2) input[type=email], .form form > div > div:nth-of-type(2) input[type=tel] {
    height: 40px;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 1.6rem;
  }
  .form form > div > div:nth-of-type(2) input[type=file] {
    padding-top: 0;
  }
  .form form > div > div:nth-of-type(2) textarea {
    padding: 10px;
    border-radius: 10px;
    font-size: 1.6rem;
  }
  .form form > div > div:nth-of-type(2).opencompany-item {
    padding-top: 0;
  }
  .form form > div > div:nth-of-type(2).opencompany-item > span > span > span label {
    font-size: 1.8rem;
  }
  .form form #privacy {
    margin-top: 40px;
    font-size: 1.4rem;
  }
  .form form #privacy span span span {
    margin-left: 0;
  }
  .form form #privacy span span span label {
    display: flex;
    align-items: flex-start;
  }
  .form form #privacy span span span label input {
    transform: translate(0, 4px);
  }
  .form form #btn_position {
    margin-top: 60px;
  }
  .form form #btn_position input[type=submit] {
    width: 335px;
    height: 90px;
    font-size: 2rem;
  }

  body {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  #wrapper {
    padding-top: 60px;
  }

  #header h1 {
    padding-left: 20px;
  }
  #header h1 a img {
    width: 178px;
  }
  #header #nav {
    position: absolute;
    left: 100vw;
    top: 60px;
    z-index: 10;
    width: 100vw;
    height: calc(100vh - 60px);
    padding: 40px 20px;
    overflow-y: auto;
    transition: background 300ms ease-in;
  }
  #header #nav > ul > li > a {
    height: 60px;
    font-size: 2rem;
  }
  #header #nav > ul:nth-of-type(1) {
    flex-direction: column;
    align-items: center;
    width: 100%;
    opacity: 0;
    transition: all 300ms ease-in;
  }
  #header #nav > ul:nth-of-type(1) > li {
    margin-right: 0;
  }
  #header #nav > ul:nth-of-type(2) {
    position: fixed;
    right: 60px;
    top: 0;
  }
  #header #nav > ul:nth-of-type(2) > li > a {
    width: 90px;
    font-size: 1.4rem;
  }
  #header #nav > ul:nth-of-type(2) > li > a.active + div {
    left: 0;
    opacity: 1;
  }
  #header #nav > ul:nth-of-type(2) > li > div {
    position: fixed;
    left: 100vw;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background: rgba(90, 90, 90, 0.8);
    opacity: 0;
    transition: opacity 200ms ease-in;
  }
  #header #nav > ul:nth-of-type(2) > li > div .content > div {
    margin: 0 0 40px;
    text-align: right;
  }
  #header #nav > ul:nth-of-type(2) > li > div .content > div a img {
    width: 80px;
  }
  #header #nav-btn {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    z-index: 1;
  }
  #header #nav-btn a {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    background: #5A5A5A;
  }
  #header #nav-btn a span {
    position: absolute;
    top: 25px;
    right: 22px;
    width: 16px;
    height: 1px;
    background: #ffffff;
    transition: all 300ms ease-in;
    transform-origin: 0 0;
  }
  #header #nav-btn a span:nth-of-type(2) {
    top: 35px;
    transform-origin: 0 100%;
  }
  #header #nav-btn a.active span:nth-of-type(1) {
    width: 18px;
    transform: rotate(34deg);
  }
  #header #nav-btn a.active span:nth-of-type(2) {
    width: 18px;
    transform: rotate(-34deg);
  }
  #header.active #nav {
    left: 0;
    background: #F1F1EC;
  }
  #header.active #nav > ul:nth-of-type(1) {
    opacity: 1;
  }

  #footer {
    padding: 40px 0;
  }
  #footer .content > div {
    flex-direction: column;
    align-items: center;
  }
  #footer .content > div > div:nth-of-type(1) h2 img {
    width: 200px;
  }
  #footer .content > div > div:nth-of-type(2) {
    margin-top: 40px;
  }
  #footer .content > div > div:nth-of-type(2) nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #footer .content > div > div:nth-of-type(2) nav > ul > li {
    margin-top: 8px;
  }
  #footer .content > div > div:nth-of-type(2) nav > ul > li > ul > li {
    margin-top: 16px;
  }
  #footer .content > div > div:nth-of-type(2) nav > ul:nth-of-type(2) {
    margin-left: 70px;
  }
  #footer .content > div > div:nth-of-type(3) {
    margin-top: 40px;
  }
  #footer .content > div > div:nth-of-type(4) {
    margin-top: 40px;
  }
  #footer .content > div > div:nth-of-type(4) p {
    font-size: 1.6rem;
    text-align: center;
  }
  #footer .content > div > div:nth-of-type(4) > div ul li a {
    font-size: 1.2rem;
  }
  #footer .content > p {
    font-size: 1.2rem;
  }

  #mv {
    margin-top: 48px;
  }
  #mv .mv-slide {
    position: relative;
  }
  #mv .mv-slide .swiper-wrapper {
    transition-timing-function: linear !important;
  }
  #mv .mv-slide .swiper-wrapper .swiper-slide {
    margin-right: 0;
  }
  #mv .mv-slide .swiper-wrapper .swiper-slide:nth-of-type(even) {
    margin-top: 60px;
  }
  #mv .mv-slide .catch {
    position: static;
  }
  #mv .mv-slide .catch .content h1 {
    display: block;
    margin: 20px 0 0;
    padding: 0;
    background: none;
    font-size: 2.8rem;
    line-height: 1.4;
  }
  #mv p {
    margin: 30px 0 0;
    font-size: 1.6rem;
    line-height: 1.75;
  }

  #content > section {
    padding: 100px 0 0;
  }
  #content > section .col2 {
    display: block;
  }
  #content > section .col2 > div {
    width: auto;
  }
  #content > section .col2 > div:nth-of-type(2) {
    margin-top: 30px;
  }
  #content > section h2 {
    margin: 0 0 30px;
    font-size: 4rem;
    line-height: 1.5;
  }
  #content > section h2 span {
    font-size: 1.4rem;
  }
  #content > section#message .col2 > div:nth-of-type(1) {
    width: auto;
  }
  #content > section#message .col2 > div:nth-of-type(1) p {
    margin: 20px 0 0;
  }
  #content > section#message .col2 > div:nth-of-type(2) {
    width: auto;
  }
  #content > section#message h3 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  #content > section#message p {
    font-size: 1.6rem;
  }
  #content > section.link {
    display: block;
  }
  #content > section.link > div:nth-of-type(1) {
    width: auto;
  }
  #content > section.link > a {
    position: relative;
    padding: 20px 20px 30px;
  }
  #content > section.link > a h2 {
    margin-bottom: 20px;
  }
  #content > section.link > a p {
    padding-right: 100px;
    font-size: 1.6rem;
  }
  #content > section.link > a::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 30px;
  }
  #content > section#feature .col2 > div:nth-of-type(1) {
    margin-left: -20px;
  }
  #content > section#feature .col2 > div:nth-of-type(1) img {
    position: static;
    right: 0;
    top: 0;
    width: auto;
    max-width: 100%;
  }
  #content > section#feature .col2 > div:nth-of-type(2) {
    width: auto;
    min-height: auto;
    padding-left: 0;
  }
  #content > section#feature .col2 > div:nth-of-type(2) ol li {
    margin-top: 50px;
  }
  #content > section#feature .col2 > div:nth-of-type(2) ol li:nth-child(1) {
    margin-top: 0;
  }
  #content > section#feature .col2 > div:nth-of-type(2) ol li h3 {
    display: flex;
    margin: 0;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  #content > section#feature .col2 > div:nth-of-type(2) ol li h3 span {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    border-radius: 30px;
    font-size: 2.4rem;
  }
  #content > section#voices {
    padding-bottom: 100px;
  }
  #content > section#voices .col2 div:nth-of-type(1) {
    width: auto;
  }
  #content > section#voices .col2 div:nth-of-type(2) {
    padding-bottom: 40px;
  }
  #content > section#voices .col2 div:nth-of-type(2) ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
  }
  #content > section#voices .col2 div:nth-of-type(2) ul li a::after {
    width: 40px;
    height: 40px;
  }
  #content > section#voices .col2 div:nth-of-type(2) ul li:nth-child(2) {
    margin-left: 16px;
  }
  #content > section#voices .col2 div:nth-of-type(2) p a {
    font-size: 1.2rem;
  }
  #content > section#voices .voices-slide .swiper-wrapper .swiper-slide {
    width: 240px;
  }
  #content > section#voices .voices-slide .swiper-wrapper .swiper-slide:nth-of-type(even) {
    margin-top: 40px;
  }
  #content > section#recruit {
    padding: 30px 0 60px;
  }

  .sub #content > section {
    padding: 55px 0;
  }
  .sub #content > section .col2 > div:nth-of-type(1) {
    padding-right: 0;
  }
  .sub #content > section .col2 > div:nth-of-type(2) {
    padding-left: 0;
  }
  .sub #content > section .kv {
    margin-right: -20px;
    padding-bottom: 80px;
  }
  .sub #content > section .kv h2 {
    margin-bottom: 40px;
  }
  .sub #content > section .kv div img {
    width: auto;
    max-width: 100%;
  }
  .sub #content > section .kv div + h2 {
    margin: 40px 0 0;
    font-size: 2.8rem;
  }
  .sub #content > section .kv.no-line h2 {
    margin-bottom: 0;
  }
  .sub #content > section .kv.no-line + section {
    margin-top: 0;
  }
  .sub #content > section > section {
    margin-top: 80px;
    padding-top: 50px;
  }
  .sub #content > section > section h3 {
    margin: 0 0 30px;
    font-size: 3.2rem;
  }
  .sub #content > section > section h3 span {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  .sub #content > section > section > section {
    margin-top: 80px;
  }
  .sub #content > section > section > section:nth-of-type(1) {
    margin-top: 40px;
  }
  .sub #content > section > section > section h4 {
    margin: 0 0 20px;
    font-size: 2rem;
  }
  .sub #content > section > section > section h4::before {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    border-radius: 12px;
  }
  .sub #content > section > section#credo > section ul li {
    margin-top: 30px;
  }
  .sub #content > section > section#credo > section ul li p {
    font-size: 2.4rem;
    line-height: 1.6;
  }
  .sub #content > section > section#credo > section ul li #value {
    width: 335px;
    height: 422px;
    margin: 0 auto;
  }
  .sub #content > section > section#credo > section ul li #value .sp-value-list {
    overflow: visible !important;
  }
  .sub #content > section > section#credo > section ul li #value .sp-value-list .page-wrapper {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.075);
  }
  .sub #content > section > section#credo > section ul li #value .sp-value-list .value-item {
    position: relative;
  }
  .sub #content > section > section#credo > section ul li #value .arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 100;
  }
  .sub #content > section > section#credo > section ul li #value .arrow.hidden {
    display: none;
  }
  .sub #content > section > section#credo > section ul li #value .arrow img {
    display: block;
  }
  .sub #content > section > section#progress > section#history .col2 {
    position: relative;
  }
  .sub #content > section > section#progress > section#history .col2::before {
    content: "";
    position: absolute;
    left: 53px;
    top: 6px;
    width: 1px;
    height: calc(100% - 12px);
    background: #5EB0B1;
  }
  .sub #content > section > section#progress > section#history .col2 > div:nth-of-type(2) {
    margin-top: 0;
  }
  .sub #content > section > section#progress > section#history ul::before {
    display: none;
  }
  .sub #content > section > section#progress > section#history ul li {
    margin-top: 12px;
  }
  .sub #content > section > section#progress > section#history ul li h5 {
    flex-shrink: 0;
    width: 46px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .sub #content > section > section#progress > section#history ul li > div {
    padding-left: 22px;
  }
  .sub #content > section > section#progress > section#history ul li > div p {
    line-height: 1.6;
  }
  .sub #content > section > section#progress > section#history ul li > div p::before {
    left: -20px;
    top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
  }
  .sub #content > section > section#progress > section#history ul li > div p + p {
    margin-top: 12px;
  }
  .sub #content > section > section#progress > section#history ul li > div div {
    padding: 10px 0 5px;
  }
  .sub #content > section > section#progress > section#history ul li > div div img {
    width: 160px;
  }
  .sub #content > section > section#progress > section#profile .col2 > div:nth-of-type(1) ul {
    border-bottom: none;
  }
  .sub #content > section > section#progress > section#profile .col2 > div:nth-of-type(2) {
    margin-top: 0;
  }
  .sub #content > section > section#progress > section#profile ul li {
    display: block;
    padding: 8px 0;
  }
  .sub #content > section > section#progress > section#profile ul li > p:nth-of-type(1) {
    width: auto;
    padding-right: 0;
  }
  .sub #content > section > section#welfare > section#office .col2 .sp-only {
    margin: 20px -20px 0;
  }
  .sub #content > section > section#welfare > section#office .col2 .sp-only + div {
    margin-top: 40px;
  }
  .sub #content > section > section#welfare > section#data .data-slide .data-wrap .swiper-wrapper .swiper-slide {
    width: 260px;
    border-radius: 24px;
  }
  .sub #content > section > section#welfare > section#data ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 40px 0 0;
    padding: 0;
  }
  .sub #content > section > section#welfare > section#data ul li a::after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(../img/voices-icon-left.png) 59% 50% no-repeat;
    background-size: contain;
  }
  .sub #content > section > section#welfare > section#data ul li a:hover::after {
    background-image: url(../img/voices-icon-left-a.png);
  }
  .sub #content > section > section#welfare > section#data ul li:nth-child(2) {
    margin-left: 18px;
  }
  .sub #content > section > section#welfare > section#data ul li:nth-child(2) a::after {
    background-image: url(../img/voices-icon-right.png);
  }
  .sub #content > section > section#welfare > section#data ul li:nth-child(2) a:hover::after {
    background-image: url(../img/voices-icon-right-a.png);
  }
  .sub #content > section > section#welfare > section#system h5 {
    margin: 25px 0 20px;
    font-size: 1.6rem;
  }
  .sub #content > section > section#welfare > section#system ul {
    display: block;
    margin: 0;
  }
  .sub #content > section > section#welfare > section#system ul li {
    width: auto;
    margin-top: 20px;
    border-radius: 10px;
  }
  .sub #content > section > section#welfare > section#system ul li > p {
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .sub #content > section > section#welfare > section#system ul li > div p {
    line-height: 0;
    opacity: 0;
  }
  .sub #content > section > section#welfare > section#system ul li.opened > p {
    padding-bottom: 16px;
  }
  .sub #content > section > section#welfare > section#system ul li.opened > div p {
    line-height: 1.5;
    opacity: 1;
    transition: all 300ms ease-in;
  }
  .sub #content > section > section#community > section .content > p {
    font-size: 1.6rem;
  }
  .sub #content > section > section#community > section .content > div {
    margin: 20px -20px;
  }
  .sub #content > section > section#community > section .content ul {
    display: block;
  }
  .sub #content > section > section#community > section .content ul li {
    width: auto;
    margin: 30px 0 0;
  }
  .sub #content > section > section#community > section .content ul li h5 {
    margin: 16px 0 0;
    font-size: 1.6rem;
  }
  .sub #content > section > section#community > section .content ul li p {
    margin: 16px 0 0;
    padding-top: 16px;
  }
  .sub #content > section > section#flow > section .content {
    display: flex;
  }
  .sub #content > section > section#flow > section .content ul li p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 11px 12px;
    line-height: 1.2;
  }
  .sub #content > section > section#flow > section .content ul li p:nth-of-type(1) {
    font-size: 1.6rem;
  }
  .sub #content > section > section#flow > section .content ul li p:nth-of-type(2) {
    background: #ffffff;
    line-height: 1.75;
  }
  .sub #content > section > section#flow > section .content ul:nth-of-type(1) {
    flex: 1;
    display: block;
  }
  .sub #content > section > section#flow > section .content ul:nth-of-type(1) li {
    flex: 1;
    width: auto;
    margin-top: 20px;
  }
  .sub #content > section > section#flow > section .content ul:nth-of-type(1) li::before {
    left: 50%;
    top: -18px;
    width: 16px;
    transform: translate(-50%, 0) rotate(90deg);
  }
  .sub #content > section > section#flow > section .content ul:nth-of-type(1) li p:nth-of-type(1) {
    height: 40px;
  }
  .sub #content > section > section#flow > section .content ul:nth-of-type(1) li p:nth-of-type(2) {
    height: auto;
  }
  .sub #content > section > section#flow > section .content ul:nth-of-type(1) li:nth-child(1) {
    margin-top: 0;
  }
  .sub #content > section > section#flow > section .content ul:nth-of-type(2) {
    width: 60px;
    margin: 0 0 0 20px;
    border-radius: 16px;
    background: #ffffff;
  }
  .sub #content > section > section#flow > section .content ul:nth-of-type(2) li {
    display: block;
  }
  .sub #content > section > section#flow > section .content ul:nth-of-type(2) li p {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  .sub #content > section > section#flow > section .content ul:nth-of-type(2) li p:nth-of-type(1) {
    width: 100%;
    height: 145px;
    text-align: center;
    border-radius: 16px 16px 0 0;
    min-height: auto;
  }
  .sub #content > section > section#flow > section .content ul:nth-of-type(2) li p:nth-of-type(2) {
    width: 100%;
    border-radius: 0 0 16px 16px;
    padding: 20px 10px;
    background: none;
  }
  .sub #content > section > section#organization > section .content .col2 div h5 {
    margin: 16px 0 0;
    font-size: 1.6rem;
  }
  .sub #content > section > section#organization > section .content .col2 div p {
    margin: 16px 0 0;
    padding-top: 16px;
  }
  .sub #content > section > section#organization > section .content ul {
    justify-content: space-between;
    margin: 20px 0 0;
  }
  .sub #content > section > section#organization > section .content ul li {
    width: 21.4925%;
    margin: 16px 0 0 0;
  }
  .sub #content > section > section#organization > section .content ul li.voice {
    width: 47.76%;
  }
  .sub #content > section > section#organization > section .content ul li img {
    width: 100%;
  }
  .sub #content > section > section#organization > section .content ul li a {
    display: flex;
    width: 274px;
  }
  .sub #content > section > section#organization > section .content ul li a > div:nth-of-type(1) {
    width: 26.25%;
  }
  .sub #content > section > section#organization > section .content ul li a > div:nth-of-type(2) p {
    font-size: 1.1rem;
  }
  .sub #content > section > section#organization > section .content ul li a > div:nth-of-type(2) p:nth-of-type(1) {
    font-size: 1.8rem;
  }
  .sub #content > section > section#organization > section .content ul li a > div:nth-of-type(2)::after {
    width: 24px;
    height: 24px;
    background-image: url(../img/button-icon-r-s.png);
  }
  .sub #content > section > section#organization > section .content ul li a:hover > div:nth-of-type(2)::after {
    background-image: url(../img/button-icon-h-s.png);
  }
  .sub #content > section > section#voices-list .voices-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -70px;
  }
  .sub #content > section > section#voices-list .voices-list::after {
    display: none;
  }
  .sub #content > section > section#voices-list .voices-list > div {
    width: 47.7611%;
    margin-top: 60px;
  }
  .sub #content > section > section#voices-list .voices-list > div a > div > div {
    position: static;
    margin-top: 15px;
    padding: 0;
  }
  .sub #content > section > section#voices-list .voices-list > div a > div > div p {
    font-size: 1.2rem;
  }
  .sub #content > section > section#voices-list .voices-list > div a > div > div p:nth-of-type(1) {
    font-size: 1.4rem;
  }
  .sub #content > section > section#voices-list .voices-list > div a h3 {
    margin: 15px 0 0;
    font-size: 1.5rem;
    line-height: 1.75;
    letter-spacing: -0.03em;
  }
  .sub #content > section > section#voices-detail {
    padding-top: 40px;
  }
  .sub #content > section > section#voices-detail .content .info {
    margin-bottom: 35px;
  }
  .sub #content > section > section#voices-detail .content .info p {
    font-size: 1.2rem;
    line-height: 1.7;
  }
  .sub #content > section > section#voices-detail .content .info p:nth-of-type(1) {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
  .sub #content > section > section#voices-detail .content .info p:nth-of-type(1) span {
    font-size: 1.2rem;
  }
  .sub #content > section > section#voices-detail .content > section {
    margin-top: 30px;
  }
  .sub #content > section > section#voices-detail .content > section h3 {
    margin: 0 0 20px;
    font-size: 1.8rem;
  }
  .sub #content > section > section#voices-detail .content > section .col2 .article {
    width: auto;
  }
  .sub #content > section > section#voices-detail .content > section .col2 .article p {
    font-size: 1.6rem;
  }
  .sub #content > section > section#voices-detail .content > section .col2 .image {
    width: auto;
  }
  .sub #content > section > section#voices-detail .content .btn {
    margin-top: 40px;
  }
  .sub #content > section > section#qa-list {
    padding-top: 0;
  }
  .sub #content > section > section#qa-list .content ul li {
    margin-top: 20px;
    padding: 18px;
    border-radius: 10px;
  }
  .sub #content > section > section#qa-list .content ul li > p {
    font-size: 1.8rem;
  }
  .sub #content > section > section#qa-list .content ul li > p::before {
    width: 36px;
    font-size: 2rem;
  }
  .sub #content > section > section#qa-list .content ul li > div::before {
    width: 36px;
    font-size: 2rem;
    transform: translate(0, -4px);
  }
  .sub #content > section > section#qa-list .content ul li.toggle.opened > p::after {
    transform: rotate(180deg);
  }
  .sub #content > section > section#qa-list .content ul li.toggle.opened > div {
    padding-top: 20px;
  }
  .sub #content > section > section#qa-list .content ul li.toggle.opened > div p {
    line-height: 1.6;
  }
  .sub #content > section > section#new-graduate {
    padding-top: 0;
  }
  .sub #content > section > section#new-graduate section.flow ul {
    display: block;
    margin: 0;
  }
  .sub #content > section > section#new-graduate section.flow ul li {
    width: auto;
    height: 48px;
    margin-top: 20px;
    margin-left: 0;
    padding: 0 20px;
    border-radius: 10px;
  }
  .sub #content > section > section#new-graduate section.flow ul li::before {
    left: 50%;
    top: -18px;
    width: 16px;
    transform: translate(-50%, 0) rotate(90deg);
  }
  .sub #content > section > section#new-graduate section.flow ul li p {
    font-size: 1.6rem;
  }
  .sub #content > section > section#new-graduate section.flow ul li p:nth-of-type(1) {
    width: 40px;
  }
  .sub #content > section > section#new-graduate section.flow ul li p:nth-of-type(2) {
    width: 120px;
    margin: 0 auto;
    padding-right: 40px;
    white-space: nowrap;
  }
  .sub #content > section > section#new-graduate section.flow ul li:nth-child(1)::before {
    display: none;
  }
  .sub #content > section > section#new-graduate section .btn {
    margin-top: 50px;
  }
  .sub #content > section > section#recruit-list {
    padding-top: 0;
  }
  .sub #content > section > section#recruit-list section .recruit-list li {
    width: 47.7611%;
    margin-top: 4.4778%;
  }
  .sub #content > section > section#recruit-list section .recruit-list li a {
    height: 60px;
    padding: 0 15px;
    border-radius: 10px;
    font-size: 1.6rem;
  }
  .sub #content > section > section#recruit-list section .recruit-list li a span {
    font-size: 1rem;
    letter-spacing: 0;
  }
  .sub #content > section > section#recruit-list section .recruit-list:nth-of-type(2) {
    margin-top: 4.4778%;
  }
  .sub #content > section > section#recruit-list section .recruit-list:nth-of-type(2) li {
    width: 100%;
  }
  .sub #content > section > section#recruit-list section .requirement-list {
    margin: 80px 0 0;
  }
  .sub #content > section > section#recruit-list section .requirement-list > li {
    display: block;
    margin-top: 20px;
  }
  .sub #content > section > section#recruit-list section .requirement-list > li > div:nth-of-type(1) {
    padding: 20px;
  }
  .sub #content > section > section#recruit-list section .requirement-list > li > div:nth-of-type(1) ul {
    margin: -12px 0 0 -12px;
    padding: 0;
  }
  .sub #content > section > section#recruit-list section .requirement-list > li > div:nth-of-type(1) ul li {
    margin: 12px 0 0 12px;
    padding: 0 10px;
    font-size: 1.4rem;
  }
  .sub #content > section > section#recruit-list section .requirement-list > li > div:nth-of-type(1) h3 {
    margin: 16px 0 0;
    font-size: 1.8rem;
  }
  .sub #content > section > section#recruit-list section .requirement-list > li > div:nth-of-type(1) p {
    margin: 16px 0 0;
    font-size: 1.4rem;
  }
  .sub #content > section > section#recruit-list section .requirement-list > li > div:nth-of-type(2) {
    width: auto;
  }
  .sub #content > section > section#recruit-list section .requirement-list > li > div:nth-of-type(2) .btn a {
    flex-direction: row;
    justify-content: space-between;
    height: 80px;
    padding: 0 20px;
    border-radius: 0 0 20px 20px;
    font-size: 1.4rem;
  }
  .sub #content > section > section#recruit-list section .requirement-list > li > div:nth-of-type(2) .btn a::after {
    position: absolute;
    margin-top: 0;
    transform: translate(0, -50%);
  }
  .sub #content > section > section#requirement {
    padding-top: 0;
  }
  .sub #content > section > section#requirement section .content > p {
    margin: 20px 0;
    font-size: 1.6rem;
  }
  .sub #content > section > section#requirement section .feature-list {
    margin: -12px 0 0 -12px;
    padding: 0;
  }
  .sub #content > section > section#requirement section .feature-list li {
    margin: 12px 0 0 12px;
    padding: 0 10px;
    font-size: 1.4rem;
  }
  .sub #content > section > section#privacy {
    padding-top: 0;
  }
  .sub #content > section > section#privacy section .content h5 {
    margin: 40px 0 0;
    font-size: 1.6rem;
  }
  .sub #content > section > section#entry {
    padding-top: 0;
  }
  .sub #content > section > section#internship, .sub #content > section > section#opencompany {
    padding-top: 0;
  }
  .sub #content > section > section#internship .content > p, .sub #content > section > section#opencompany .content > p {
    font-size: 1.6rem;
  }
  .sub #content > section > section#internship + .form, .sub #content > section > section#opencompany + .form {
    margin-top: 50px;
  }
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
 * * Print styles.
 * * Inlined to avoid the additional HTTP request:
 * * http://www.phpied.com/delay-loading-your-print-css/
 * * ========================================================================== */