@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;700&display=swap");
/*
 Theme Name:  noguchi
*/
/* reset
------------------------------ */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, img, dl, dt, dd, ol, ul, li, sub, sup, i, small, address, time, fieldset, form, label, legend, hr, table, caption, tbody, tfoot, thead, tr, th, td, header, footer, nav, section, article, aside, figure, figcaption, canvas, audio, video {
  font-style: normal;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
}
ul, ol, li {
  list-style: none;
}
a {
  position: relative;
  color: inherit;
  text-decoration: none;
  -webkit-transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  transition: All 0.5s ease;
}
a:hover {
  color: #0078e4;
}
a:hover img {
  opacity: 0.5;
}
img {
  max-width: 100%;
  height: auto;
  transition:
    all 0.5s ease, opacity 0.5s ease;
  -webkit-transition:
    all 0.5s ease, opacity 0.5s ease;
  object-fit: cover;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table th {
  width: 25%;
  vertical-align: middle;
}
table th, table td {
  padding: 30px 2%;
  box-sizing: border-box;
  border-top: 1px solid #dcdcdc;
  text-align: left;
}
table tr:last-of-type th, table tr:last-of-type td {
  border-bottom: 1px solid #dcdcdc;
}
/* common
------------------------------ */
body {
  min-width: 1100px;
  font:
    15px/1.8em "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", meiryo, sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
}
main {
  display: block;
}
section {
  margin-bottom: 8vw;
}
.scrollin {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  opacity: 0;
}
.scrollin.view {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
h1, h2, h3, h4 {
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  letter-spacing: 0.03em;
}
h1, #top h2 {
  font-size: 2.7em;
  line-height: 1.4em;
  margin-bottom: 2vw;
}
h1 span, #top h2 span {
  font:
    0.4em "Noto Sans JP", "sans-serif";
  font-weight: bold;
  letter-spacing: 0;
  display: block;
  color: #2c9fe9;
  margin-bottom: 8px;
}
h2 {
  font-size: 2em;
  margin-bottom: 2.5vw;
}
h3 {
  font-size: 1.5em;
  margin-bottom: 1.2vw;
}
h4 {
  font-size: 1.3em;
  color: #2c9fe9;
  margin-bottom: 1vw;
}
#breadcrumb {
  font-size: 0.9em;
  text-align: right;
}
#breadcrumb li {
  position: relative;
  display: inline-block;
	width: auto !important;
  padding-right: 30px;
}
#breadcrumb li:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 14px;
  width: 10px;
  height: 1px;
  background-color: #000;
}
#breadcrumb li:last-of-type:before {
  content: none;
}
#breadcrumb li a {
  color: #8c8c8c;
}
.min {
  font-family: "Shippori Mincho", serif;
}
.forSP {
  display: none !important;
}
.inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.under #mainvisual {
  padding: 10vw 0 30px 0;
  background:
    url("/assets/img/common/bg_ring.png") no-repeat bottom 25px right 2vw/610px, #f5fbfe;
  margin-bottom: 6vw;
}
.clear {
  overflow: hidden;
}
.clear .half-left, .clear .half-right {
  width: 48%;
}
.clear .half-left {
  float: left;
}
.clear .half-right {
  float: right;
}
.flex {
  display: flex;
}
.bg-sky {
  background-color: #f5fbfe;
}
.btn a {
  font:
    1.05em "Shippori Mincho", serif;
  font-weight: bold;
  display: inline-block;
  width: 280px;
  color: #fff;
  padding: 18px 20px 18px 30px;
  box-sizing: border-box;
  background-color: #2c9fe9;
  border-radius: 30px;
}
@media screen and (max-width: 1100px) {
  .btn a {
    width: 26vw;
  }
}
.btn a:hover {
  background-color: #0078e4;
}
.btn a img {
  float: right;
  width: 20px;
}
.btn a:hover img {
  opacity: 1;
}
.btn-area .btn {
  display: inline-block;
}
.mb00 {
  margin-bottom: 0;
}
.mb10 {
  margin-bottom: 1vh;
}
.mb30 {
  margin-bottom: 3vh;
}
.mb50 {
  margin-bottom: 5vh;
}
.mb70 {
  margin-bottom: 7vh;
}
.tR {
  text-align: right;
}
.tC {
  text-align: center;
}
.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  width: 45px;
  line-height: 45px;
  color: #2c9fe9;
  text-decoration: none;
  padding: 0;
  margin: 5px;
  border: solid 1px #2c9fe9;
  border-radius: 50%;
}
.wp-pagenavi span.current {
  color: #fff;
  background-color: #2c9fe9;
}
.wp-pagenavi .prev, .wp-pagenavi .next {
  position: relative;
}
.wp-pagenavi .prev, .wp-pagenavi .next {
  border: none;
  width: 15px;
  margin: 0 20px;
}
/* header
------------------------------ */
header {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
  z-index: 10;
}
header.small {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  animation-duration: 1s;
  animation-name: UpToDown;
}
@keyframes UpToDown {
  0% {
    opacity: 0;
    /* 透明 */
    transform: translateY(-50px);
    /* Y軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    transform: translateY(0);
  }
}
header #logo {
  float: left;
  width: 180px;
  margin: 25px 0 0px 2vw;
}
header.small #logo {
  margin: 12px 0 15px 2vw;
}
header nav {
  font-size: 0.92em;
  float: right;
}
header nav ul {
  display: inline-block;
  margin-top: 15px;
}
header.small nav ul {
  margin-top: 2px;
}
header nav > ul > li {
  display: inline-block;
  font-size: 1.05em;
  font-weight: 500;
  margin-right: 2vw;
	padding: 10px 0;
}
header nav > ul > li > a {
	        display: inline-block;
  padding: 0.5vh 0;
}
header nav li a span {
  display: block;
  font-size: 0.6em;
  font-weight: normal;
  letter-spacing: 0.15em;
}
header nav ul li .child {
  position: absolute;
  right: 12%;
  top: 48px;
  width: 180px;
  background: linear-gradient(to right, #2c9fe9, #2ccee9);
  padding: 18px 20px;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: left;
  visibility: hidden; /*デフォルトでは非表示の状態にしておく*/
  opacity: 0; /*不透明度0*/
  transition: all 0.3s; /*表示の変化を0.3秒に指定*/
}
header nav ul li:hover .child {
  visibility: visible; /*Gナビメニューにホバーしたら表示*/
  opacity: 1; /*不透明度1*/
}
header nav ul li .child li {
  display: block;
  font-size: 0.8em;
  font-weight: normal;
  color: #fff;
  margin-right: 0;
}
header nav p {
  display: inline-block;
  margin: 16px 2vw 0 0;
}
header.small nav p {
  margin: 6px 2vw 0 0;
}
header nav p a {
  display: block;
  width: 160px;
  color: #fff;
  padding: 8px;
  box-sizing: border-box;
  background-color: #2c9fe9;
  border-radius: 22px;
  text-align: center;
}
/* footer
------------------------------ */
footer {
  margin-top: 110px;
  padding: 70px 0 50px;
  background:
    url("/assets/img/common/bg_footer.png") no-repeat left 1% bottom/14%, #f7f7f7;
}
footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12vw;
  background: url("/assets/img/common/img_footer_grade.png") repeat-x center top;
}
footer .inner #foot-logo {
  width: 200px;
}
footer .inner #foot-logo + p {
  font-size: 1.1em;
  line-height: 1;
  letter-spacing: -0.05em;
  margin-bottom: 100px;
}
footer .inner #foot-logo + p small {
  color: #8c8c8c;
  letter-spacing: 0;
}
footer > div div, footer > div div ul {
  display: inline-block;
  vertical-align: top;
}
footer > div div:nth-of-type(2) {
  width: calc(94% - 285px);
  margin-left: 5%;
}
footer > div div ul {
  margin-left: 8%;
}
footer > div div ul li {
  margin-bottom: 15px;
}
footer > div div ul li a{
	display:block;
}
footer > div div ul li.child {
  font-size: 0.87em;
  color: #8c8c8c;
  margin: -8px 0 12px 0;
}
footer > div div ul li.child img {
  width: 12px;
  margin-left: 5px;
}
footer > div div ul:nth-of-type(4) li {
  display: inline-block;
  margin: 30px 18px 0 0;
  text-decoration: underline;
}
footer > div div #copyright {
  font-size: 0.72em;
  float: right;
  color: #8c8c8c;
  margin-top: 30px;
}
/* top
------------------------------ */
#top #mainvisual {
  position: relative;
  height: 100vh;
}
#top #mainvisual h1 {
  position: absolute;
  top: calc(62px + 8vw);
  left: 4vw;
  width: 500px;
}
#top #mainvisual .scroll {
  position: absolute;
  bottom: 70px;
  right: 0;
  color: #fff;
  transform: rotate(90deg);
}
#top #mainvisual .scroll span {
  display: block;
  position: relative;
  left: 20px;
  width: 1px;
  height: 30px;
  margin: 0;
  transform: rotate(-90deg);
}
#top #mainvisual .scroll span:before {
  content: "";
  background: #fff;
  width: 1px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  -webkit-animation: scrollDown 2s ease-in-out infinite;
  animation: scrollDown 2s ease-in-out infinite;
}
@-webkit-keyframes scrollDown {
  0% {
    top: 0;
  }
  to {
    top: 100%;
  }
}
@keyframes scrollDown {
  0% {
    top: 0;
  }
  to {
    top: 100%;
  }
}
#top #top-about .half-left {
  width: 40%;
}
#top #top-about .half-right {
  width: 60%;
  margin-top: 3vw;
}
#top #top-about .half-right p:first-of-type {
  line-height: 2em;
}
#top #top-about .scroll-container {
  position: relative;
  bottom: 2vw;
  display: flex;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  z-index: -1;
}
#top #top-about .scroll-content {
  display: flex;
  animation: scroll 100s linear infinite;
}
#top #top-about .item {
  flex: 0 0 auto;
  width: 3000px;
  margin: 0 10px; /*左右の余白はここを調整*/
  text-align: center;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
#top #top-business {
  padding: 6vw 0;
  background:
    url(/assets/img/common/bg_ring.png) no-repeat bottom 25px right 2vw / 610px, #f5fbfe;
}
#top #top-business .flex {
  justify-content: space-between;
}
#top #top-business ul li {
  display: inline-flex;
  flex-direction: column;
  width: 31%;
  height: 36vh;
  color: #fff;
  padding: 3vw 2.8vw 2vw;
  box-sizing: border-box;
  margin: 3% 3% 0 0;
  border-radius: 10px;
  text-align: left;
}
#top #top-business ul li:nth-of-type(1) {
  background: url(/assets/img/top/img_business_01.jpg) no-repeat center/cover;
}
#top #top-business ul li:nth-of-type(2) {
  background: url(/assets/img/top/img_business_02.jpg) no-repeat center/cover;
}
#top #top-business ul li:nth-of-type(3) {
  background: url(/assets/img/top/img_business_03.jpg) no-repeat center/cover;
}
#top #top-business ul li:nth-of-type(4) {
  background: url(/assets/img/top/img_business_04.jpg) no-repeat center/cover;
}
#top #top-business ul li:nth-of-type(5) {
  background: url(/assets/img/top/img_business_05.jpg) no-repeat center/cover;
}
#top #top-business ul li:nth-of-type(3n) {
  margin-right: 0;
}
#top #top-business ul li h3 {
  font-size: 1.8em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", meiryo, sans-serif;
  font-feature-settings: "palt"1;
}
#top #top-business ul li p {
  line-height: 1.6em;
  margin-top: auto;
}
#top #recruit {
  background: url(/assets/img/top/bg_recruit.jpg) no-repeat bottom right 4vw/54vw;
}
#top #recruit .half-left {
  width: 53%;
}
#top #recruit ul {
  width: 42%;
  margin-right: 3vw;
}
#top #recruit ul li {
  border-top: solid 1px #ccc;
}
#top #recruit ul li:last-of-type {
  border-bottom: solid 1px #ccc;
}
#top #recruit ul li h3 {
  margin-bottom: 0;
}
#top #recruit ul li h3 a {
  display: block;
  padding: 22px 10px;
  background: url(/assets/img/common/ico_arrow_blue.png) no-repeat right center/20px;
}
#top #works,#top #news {
  position: relative;
}
#top #works .btn,#top #news .btn {
  position: absolute;
  top: 22px;
  right: 0;
}
/* company
------------------------------ */
#company #greeting .clear .half-left {
  width: 35%;
}
#company #greeting .clear .half-right {
  width: 62%;
}
#company #policy ol li {
  display: inline-block;
  font-size: 1.35em;
  margin: 0 2vw 8px 0;
}
#company #policy ol li:last-of-type {
  margin-right: 0;
}
#company #policy ol li:before {
  content: "●";
  font-size: 0.7em;
  color: #0078e4;
  margin-right: 7px;
}
#company iframe {
  height: 30vw;
}
#company #csr ul li {
  display: inline-block;
  width: 23.8%;
  margin-right: 1%;
}
#company #csr ul li:nth-of-type(4n) {
  margin-right: 0;
}
/* works
------------------------------ */
#works #mainvisual {
  margin-bottom: 5vw;
}
#works .list li {
  display: inline-block;
  width: 23%;
  margin: 0 2% 5% 0;
	vertical-align: top;
}
#works .list li:nth-of-type(4n) {
  margin-right: 0;
}
#works .list li a figure {
  margin-bottom: 5%;
  border-radius: 7px;
	background-color: #edf7fd;
  overflow: hidden;
}
#works .list li a figure img {
  width: 100%;
	height: 12vw;
        object-fit: cover;
}
#works .list li a:hover figure img {
  transform: scale(1.1);
}
#works .list li a span {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1;
  color: #2c9fe9;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 10px;
	margin-right: 3px;
  text-align: center;
}
#works .list li a p {
  margin-top: 10px;
}
#works .select li {
  width: auto;
  margin: 0;
}
#works .select li a span.active {
  color: #fff;
  background-color: #2c9fe9;
}
#works .select li:first-of-type a span {
  color: initial;
  background-color: #f7f7f7;
}
/* works-detail
------------------------------ */
@media screen and (min-width: 1200px) {
  #works-detail section, #news-detail section {
    width: 75%;
  }
}
#works-detail #mainvisual, #news-detail #mainvisual {
  margin-bottom: 0vw;
  background: none;
}
#works-detail #mainvisual > span {
  display: inline-block;
  font-size: 0.9em;
  line-height: 1;
  color: #2c9fe9;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #edf7fd;
	margin-right:3px;
  text-align: center;
}
#works-detail .slider li {
  width: 100%;
  height: 40rem;
  border-radius: 10px;
  overflow: hidden;
}
#works-detail .slider li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#works-detail .thumbnail {
  margin: 20px 0 35px;
}
#works-detail .thumbnail .slick-track {
  width: 100% !important;
  margin: 0;
  transform: none !important;
}
#works-detail .thumbnail li {
  width: 10.47% !important;
  height: 5vw;
  margin: 0.2vw;
  border-radius: 5px;
  overflow: hidden;
  opacity: 0.5;
}
#works-detail .thumbnail li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
#works-detail .thumbnail li.slick-current {
  opacity: 1;
}
#works-detail table th, #works-detail table td {
  padding: 18px 2%;
}
#works-detail .bg-sky.mb50 {
  padding: 4vw;
}
/* recruit-common
------------------------------ */
.under.recruit h1, .under.recruit h2, .under.recruit h3, .under.recruit h4 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", meiryo, sans-serif;
}
.under.recruit #mainvisual {
  color: #fff;
  background:
    url("/assets/img/common/bg_ring_recruit.png") no-repeat bottom 25px right 2vw/610px, linear-gradient(to top, #2c9fe9, #64dbef);
}
.under.recruit #mainvisual h1 {
  font-size: 3.5em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", meiryo, sans-serif;
  letter-spacing: 0.08em;
}
.under.recruit #mainvisual h1 span, .under.recruit #mainvisual #breadcrumb li a {
  color: #fff;
}
.under.recruit #mainvisual #breadcrumb li:before {
  background-color: #fff;
}
/* recruit-message
------------------------------ */
#message #comment .inner {
  width: 70%;
}
#message #comment p {
  font-size: 1.08em;
  line-height: 1.8em;
  text-align: justify;
}
#message #comment p:first-of-type {
  margin-top: 5vh;
}
#message #benefit .bg-sky {
  padding: 3.2vw;
}
#message #benefit .bg-sky ul li {
  display: inline-block;
  /*font-size: 0.8em;*/
	font-weight: bold;
  color: #fff;
	width: auto;
  padding: 0px 10px;
  background-color: #2c9fe9;
  border-radius: 5px;
  margin: 5px 5px 0 0;
}
#message p + ul li {
  display: inline-block;
  width: 23.2%;
  margin:0 2% 3% 0;
	vertical-align: top;
}
#message p + ul li:nth-of-type(4n) {
  margin-right: 0;
}
#message p + ul li img{
	border-radius: 3%;
}
/* recruit-number
------------------------------ */
#number h2, #number h3 {
  color: #2c9fe9;
  margin-bottom: 1vw;
  text-align: left;
}
#number h4 {
  color: #000;
}
#number .num-box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-weight: bold;
  color: #0078e4;
}
#number .num-box .num {
  font-size: 6rem;
  font-family: "Lato", sans-serif;
}
#number .num-box .unit {
  font-size: 3rem;
}
#number section.bg-sky {
  padding: 6vw 0;
}
#number section:nth-of-type(2) .inner > div {
  padding: 4vw 4vw 3vw;
}
#number section:nth-of-type(2) .inner > div:first-of-type .num-box {
  justify-content: normal;
  margin: 22% 0 0 2vw;
}
#number section:nth-of-type(2) .inner > div:nth-of-type(2) h2 {
  display: inline-block;
  margin-right: 10px;
}
#number section:nth-of-type(2) .inner > div:nth-of-type(2) .clear {
  width: 90%;
  margin: 0 auto;
}
#number section:nth-of-type(2) .inner > div:nth-of-type(2) .clear .half-left {
  margin-top: 5%;
}
#number section:nth-of-type(2) .inner > div:nth-of-type(2) .clear .half-left .num-box .num {
  font-size: 7.2rem;
}
#number section:nth-of-type(2) .inner > div:nth-of-type(2) .clear .half-left .num-box .unit {
  font-size: 4rem;
}
#number section:nth-of-type(2) .inner > div:nth-of-type(2) .clear .half-left .num-box p {
  font-weight: normal;
  color: #000;
}
#number section:nth-of-type(2) .inner > div:nth-of-type(2) .clear .half-right {
  padding-top: 20px;
}
#number section:nth-of-type(2) .inner > div:nth-of-type(2) .clear .half-right .num-box .num {
  font-size: 5rem;
}
#number section:nth-of-type(2) .inner > div:nth-of-type(2) .clear .half-right .num-box .unit {
  font-size: 1.8rem;
}
#number section:nth-of-type(2) .inner > div:nth-of-type(3) .clear {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 30px;
}
#number section.bg-sky .inner ul li, #number section.bg-sky .inner .clear > div {
  padding: 2.5vw;
  box-sizing: border-box;
  background-color: #fff;
}
#number section.bg-sky .inner ul li {
  width: 31.5%;
  margin-right: 3%;
}
#number section.bg-sky .inner ul li:nth-of-type(3n) {
  margin-right: 0;
}
#number section.bg-sky .inner ul li img {
  height: 8vw;
  margin: 0.5vw 0 2.8vw;
}
#number section.bg-sky .inner .clear > div {
  width: 49%;
}
#number section.bg-sky .inner .clear .half-left {
  margin-right: 2vw;
}
#number section.bg-sky .inner .clear .half-left.new .flex {
  justify-content: space-around;
}
#number section.bg-sky .inner .clear .half-left.new .flex img {
  height: 40%;
  margin: 10% auto 3vw;
}
#number section.bg-sky .inner .clear .half-left.new .num-box .num {
  font-size: 4.5rem;
}
#number section.bg-sky .inner .clear .half-left.new .num-box .unit {
  font-size: 2.2rem;
}
/* recruit-interview
------------------------------ */
#interview > .inner {
  position: relative;
  display: flex;
  align-items: flex-start;
}
#interview #question {
  position: -webkit-sticky; /* Safari対応 */
  position: sticky;
  top: 0;
  flex-grow: 1;
  margin-right: 3%;
  padding: 3vw 2vw 3vw 3vw;
  box-sizing: border-box;
  background-color: #f7f7f7;
  border-radius: 10px;
  z-index: 10;
}
#interview #question h4 {
  color: #000;
}
#interview #question ol li {
  list-style-type: decimal;
  margin-left: 20px;
}
#interview #question ol li::marker {
  font-weight: bold;
}
#interview .answer {
  width: 72%;
  margin-bottom: 0;
}
#interview .answer figure {
  position: relative;
}
#interview .answer figure div {
  position: absolute;
  bottom: 10px;
  color: #fff;
  padding: 1.1vw 1.5vw 1vw;
  border-radius: 0px 10px 10px 0px;
  background-color: #0078e4;
}
#interview .answer figure.none div {
  position: inherit;
  width: 60%;
}
#interview .answer figure div h4 {
  display: inline-block;
  color: #fff;
  margin-right: 5px;
}
#interview .answer figure div small:first-of-type {
  display: block;
  line-height: 1em;
}
#interview .answer figure.none div small:first-of-type {
  display: inline;
}
#interview .answer ol li {
  position: relative;
  line-height: 1.6em;
  padding-left: 36px;
  margin-bottom: 12px;
}
#interview .answer ol li:before {
  position: absolute;
  left: 0;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  width: 30px;
  line-height: 30px;
  color: #0078e4;
  border-radius: 30px;
  background-color: #edf7fd;
  text-align: center;
}
#interview .answer ol li:first-of-type:before {
  content: "1";
}
#interview .answer ol li:nth-of-type(2):before {
  content: "2";
}
#interview .answer ol li:nth-of-type(3):before {
  content: "3";
}
#interview .answer ol li:nth-of-type(4):before {
  content: "4";
}
#interview .answer ol li:nth-of-type(5):before {
  content: "5";
}
#interview .answer ol li:nth-of-type(6):before {
  content: "6";
}
#interview .answer ol li:nth-of-type(7):before {
  content: "7";
}
#interview .answer ol li:nth-of-type(8):before {
  content: "8";
}
#interview .answer ol li:nth-of-type(9):before {
  content: "9";
}
/* recruit-job
------------------------------ */
#job #day ol li {
  position: relative;
  align-items: center;
}
#job #day ol li:after {
  content: "";
  position: absolute;
  bottom: -14%;
  left: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(/assets/img/common/ico_arrow_blue_next.jpg) no-repeat center / 20px;
  transform: translateX(-50%);
  transform: rotate(90deg); /* 回転 */
}
#job #day ol li:last-of-type:after {
  content: none;
}
#job #day ol li img {
  width: 14%;
  margin-right: 3%;
}
#job #day ol li div h4 small {
  color: #000;
  margin-right: 10px;
}
/* recruit-summary
------------------------------ */
#summary h3 span {
  font-size: 0.6em;
  font-weight: normal;
  letter-spacing: 0;
  padding: 5px 12px;
  box-sizing: border-box;
  border-radius: 15px;
  margin-left: 10px;
}
#summary h3 span.new {
  color: #2c9fe9;
  background-color: #edf7fd;
}
#summary h3 span.carrer {
  color: #0078e4;
  background-color: #ecf5fc;
}
#summary #flow ol {
  display: flex;
  justify-content: space-between;
}
#summary #flow ol li {
  position: relative;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  padding: 4.5%;
  background-color: #edf7fd;
  writing-mode: vertical-rl;
}
#summary #flow ol li:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: -35%;
  width: 20px;
  height: 20px;
  background: url(/assets/img/common/ico_arrow_blue_next.jpg) no-repeat center / 20px;
  transform: translateY(-50%);
}
#summary #flow ol li:last-of-type:after {
  content: none;
}
#summary .bg-sky{
	width: 94%;
	padding: 3vw;
	box-sizing: border-box;
	margin: 0 auto 8vw;
}
#summary .bg-sky h2{
	color: #2c9fe9;
	margin-bottom: 1.8vw;
}
/* member
------------------------------ */
#member h2 {
  font-size: 1.5em;
  padding-bottom: 12px;
  border-bottom: solid 2px #2c9fe9;
}
#member form table th, #member form table td {
  padding: 18px 2%;
}
#member #download .inner div {
  display: inline-block;
  margin-right: 5vw;
  vertical-align: top;
}
#member #download .inner ul li {
  list-style-type: disc;
  margin-left: 20px;
}
#member #download .inner ul li a {
  text-decoration: underline;
}
#member #download .inner ul li a img {
  width: 18px;
  margin: -3px 0 0 6px;
}
/* member-news
------------------------------ */
#news .inner ul li {
  width: 100%;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#news .inner ul li a {
  padding-left: 24px;
  background: url(/assets/img/common/ico_arrow_blue.png) no-repeat left bottom / 18px;
}
#news .inner ul li a span {
  margin-right: 15px;
  vertical-align: top;
}
#news-detail #mainvisual {
  margin-bottom: 2vw;
}
#news-detail #mainvisual h1 {
  font-size: 2.2em;
}
#news-detail section:nth-of-type(2) p {
  margin-bottom: 1vw;
}
#news-detail section:nth-of-type(2) .btn {
  margin-top: 5vw;
}
/* contact
------------------------------ */
@media screen and (min-width: 1200px) {
  #contact section:nth-of-type(2) {
    width: 70%;
  }
}
#contact dl {
  display: flex;
  align-items: center;
}
#contact dl dt {
  font-size: 1.1em;
  width: 35%;
}
#contact dl dt span {
  font-size: 1.2em;
  letter-spacing: 0;
  color: #ff0000;
  margin: -4px 0 0 2px;
}
#contact dl dt small {
  display: block;
  line-height: 1.6em;
  letter-spacing: -0.05em;
}
#contact dl dd {
  width: 100%;
}
#contact dl.item dd, #contact dl.item dd label {
  display: flex;
}
#contact dl.item dd label {
  margin-right: 20px;
}
#contact #privacy {
  height: 38vh;
  padding: 4.5vw;
  box-sizing: border-box;
  overflow-y: scroll;
  border: solid 1px #ccc;
}
#contact #privacy h4 {
  margin-top: 3vh;
}
input[type="text"], textarea, input[type="tel"], input[type="email"] {
  width: 60%;
  padding: 18px;
  box-sizing: border-box;
  border: 1px #ccc solid;
}
input#company, input#address, input#email {
  width: 100%;
}
input#zip {
  width: 25%;
  margin-bottom: 10px;
}
input[type="submit"], input[type="button"] {
  font-size: 1.1em;
  font-weight: bold;
  background-color: #888;
  width: 40%;
  color: #fff;
  padding: 15px 0;
  box-sizing: border-box;
  border: none;
  margin: 0 0.5%;
  border-radius: 30px;
  text-align: center;
  cursor: pointer;
  transition: All 0.5s ease;
}
input[type="submit"] {
  background-color: #0078e4;
  background-image: none;
}
textarea {
  width: 100%;
  height: 250px;
}
::placeholder {
  color: #bbb;
}
.wpcf7c-force-hide {
  display: none !important;
}