@charset "UTF-8";
/* break point
============================================= */
/* theme
============================================= */
/* common
============================================= */
/* shot flex */
/* css3 */
/* animation */
/* easeing */
/* http://www.knockknock.jp/archives/184 */
/* Original
============================================= */
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?ucxr2l");
  src: url("fonts/icomoon.eot?ucxr2l#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?ucxr2l") format("truetype"), url("fonts/icomoon.woff?ucxr2l") format("woff"), url("fonts/icomoon.svg?ucxr2l#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-5:before {
  content: "\e900";
}

.icon-1:before {
  content: "\e905";
}

.icon-2:before {
  content: "\e906";
}

.icon-3:before {
  content: "\e907";
}

.icon-4:before {
  content: "\e908";
}

.icon-arrow-01:before {
  content: "\e931";
}

.icon-arrow-02:before {
  content: "\e932";
}

.icon-arrow-03:before {
  content: "\e933";
}

.icon-arrow-04:before {
  content: "\e934";
}

.sp_element {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_element {
    display: block;
  }
}

.pc_element {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_element {
    display: none;
  }
}

/* ============================================================
 init
============================================================ */
body {
  color: #333;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ明朝 Pro W3", "Yu Gothic", "Hiragino Mincho Pro", "MS PMincho", serif;
  font-size: 14px;
  margin: 0;
  /*the animation definition*/
}
body .pc-element {
  display: block !important;
}
@media screen and (max-width: 768px) {
  body .pc-element {
    display: none !important;
  }
}
body .sp-element {
  display: none !important;
}
@media screen and (max-width: 768px) {
  body .sp-element {
    display: block !important;
  }
}
body p {
  line-height: 1;
}
body h2, body h3 {
  margin: 0;
  padding: 0;
  line-height: 1;
}
body .arrow {
  width: 70px;
  height: 1px;
  background-color: #000;
  transition: 0.3s;
}
body .arrow::after {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #000;
  display: block;
  margin-top: 3px;
  margin-left: 58px;
  transform: rotate(-28deg);
}
body .arrow_double {
  width: 7px;
  height: 1px;
  background-color: #fff;
  transform: rotate(-52deg);
  display: block;
}
body .arrow_double_reverse {
  width: 7px;
  height: 1px;
  background-color: #fff;
  transform: rotate(52deg);
  display: block;
}
body .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
body .animated.infinite {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
body .animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -400%, 0);
    transform: translate3d(0, -400%, 0);
    opacity: 1;
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -800%, 0);
    -ms-transform: translate3d(0, -400%, 0);
    transform: translate3d(0, -400%, 0);
    opacity: 1;
  }
}
@-webkit-keyframes slideOutUpGoTop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -80%, 0);
    transform: translate3d(0, -80%, 0);
    opacity: 1;
  }
}
@keyframes slideOutUpGoTop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -80%, 0);
    -ms-transform: translate3d(0, -80%, 0);
    transform: translate3d(0, -80%, 0);
    opacity: 1;
  }
}
body .content-wrap table:not(:last-child) {
  margin-bottom: 20px;
}
body .scroll_in {
  opacity: 0;
  transform: translateY(50px);
}
body .scroll_in_fin {
  opacity: 1;
  transition: 0.3s;
  transform: translateY(0);
}
body #overview_contents .link {
  color: blue;
}
body #wrap {
  width: 100%;
  height: 56.28%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
body #wrap #container {
  width: 100%;
  text-align: center;
}
#container p {
	line-height: 1.6;
}
body #wrap #container #recruit_info {
  width: 100%;
  height: 365px;
  background-color: #fff;
  padding-top: 200px;
  box-sizing: border-box;
}
body #wrap #container #recruit_info > div {
  margin: 0 auto;
  width: 890px;
}
body #wrap #container #recruit_info > div {
  transform: translateX(10px);
}
body #wrap #container #recruit_info > div .caption h2 {
  margin-bottom: 16px;
  font-size: 34px;
  letter-spacing: 5.3px;
  margin-left: -16px;
}
body #wrap #container #recruit_info > div .caption h2 span {
  display: none;
}
body #wrap #container #recruit_info > div .caption p {
  font-size: 14px;
  margin-bottom: 50px;
  letter-spacing: 4px;
  margin-left: -14px;
}
body #wrap #container #overview {
  width: 100%;
  height: auto;
  background-color: #fafafa;
  padding-top: 78px;
  padding-bottom: 100px;
  box-sizing: border-box;
}
body #wrap #container #overview > div {
  margin: 0 auto;
  width: 800px;
}
body #wrap #container #overview > div .caption {
  margin-bottom: 50px;
}
body #wrap #container #overview > div .caption h2 {
  font-size: 24px;
  letter-spacing: 4.5px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  line-height: 1.6;
  margin-bottom: 30px;
}
body #wrap #container #overview > div .caption h2 span {
  display: none;
}
/*
body #wrap #container #overview > div .caption h2:after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #000;
  margin: 17px auto 20px auto;
  transform: translateX(-5px);
}
*/
body #wrap #container #overview > div .caption p {
  font-size: 14px;
  margin-bottom: 70px;
/*  letter-spacing: 4px;*/
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #666;
  padding: .5em;
}
body #wrap #container #overview > div #overview_contents > ul {
  text-align: left;
}
body #wrap #container #overview > div #overview_contents > ul li {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
body #wrap #container #overview > div #overview_contents > ul li .m_l_4em {
  margin-left: 4em;
}
@media screen and (max-width: 768px) {
  body #wrap #container #overview > div #overview_contents > ul li .m_l_4em {
    margin-left: 0;
  }
}
body #wrap #container #overview > div #overview_contents > ul li .m_l_4-5em {
  margin-left: 4.5em;
}
@media screen and (max-width: 768px) {
  body #wrap #container #overview > div #overview_contents > ul li .m_l_4-5em {
    margin-left: 0;
  }
}
body #wrap #container #overview > div #overview_contents > ul li .m_l_5em {
  margin-left: 5em;
}
@media screen and (max-width: 768px) {
  body #wrap #container #overview > div #overview_contents > ul li .m_l_5em {
    margin-left: 0;
  }
}
body #wrap #container #overview > div #overview_contents > ul li > p {
  text-align: left;
  letter-spacing: 0.8px;
}
body #wrap #container #overview > div #overview_contents > ul li > p a {
	text-decoration: underline;
	color: #13477c;
}
body #wrap #container #overview > div #overview_contents > ul li > p:first-child {
  margin-left: 20px;
  width: 137px;
}
body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(2) {
  padding-bottom: 29px;
}
body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(2) > div > p {
  letter-spacing: 0.8px;
}
body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(2) > div > p:first-child {
  margin-bottom: 11px;
}
body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(2) > div > p:last-child {
  letter-spacing: 1.1px;
}
body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(4) {
  padding-bottom: 27px;
}
body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(6) > p {
  line-height: 1.5;
}
body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(7), body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(8), body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(9) {
  margin-bottom: 40px;
}
body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(7) > p, body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(8) > p, body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(9) > p {
  letter-spacing: 0.7px;
  line-height: 1.5;
}
body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(7) table tr, body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(7) .content-wrap table tr, body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(8) table tr, body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(8) .content-wrap table tr, body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(9) table tr, body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(9) .content-wrap table tr {
  display: flex;
  align-items: flex-start;
  margin-bottom: 11px;
}
body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(7) table tr:last-of-type, body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(7) .content-wrap table tr:last-of-type, body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(8) table tr:last-of-type, body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(8) .content-wrap table tr:last-of-type, body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(9) table tr:last-of-type, body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(9) .content-wrap table tr:last-of-type {
  margin-bottom: 0;
}
body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(7) table tr th, body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(7) .content-wrap table tr th, body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(8) table tr th, body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(8) .content-wrap table tr th, body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(9) table tr th, body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(9) .content-wrap table tr th {
  width: 135px;
}
body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(7) table tr .t_in_3em, body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(7) .content-wrap table tr .t_in_3em, body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(8) table tr .t_in_3em, body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(8) .content-wrap table tr .t_in_3em, body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(9) table tr .t_in_3em, body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(9) .content-wrap table tr .t_in_3em {
  text-indent: -3em;
  padding-left: 3em;
}
body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(7) table tr .t_in_4em, body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(7) .content-wrap table tr .t_in_4em, body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(8) table tr .t_in_4em, body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(8) .content-wrap table tr .t_in_4em, body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(9) table tr .t_in_4em, body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(9) .content-wrap table tr .t_in_4em {
  text-indent: -5em;
  padding-left: 5em;
}
body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(8) {
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(8) table tr {
  flex-direction: column;
}
body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(9) > p {
  line-height: 1.5;
  flex-shrink: 0;
}
body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(9) td {
  text-indent: -3em;
  padding-left: 3em;
}
body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(10) > p {
  line-height: 1.5;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(10) .image {
    width: 100%;
  }
}
body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(11) iframe {
  width: 800px;
  height: 500px;
  margin: 0 auto;
  padding-bottom: 0;
}
body #wrap #container #message {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding-top: 78px;
  margin-bottom: 100px;
  box-sizing: border-box;
}
body #wrap #container #message div {
  margin: 0 auto;
  width: 815px;
}
body #wrap #container #message div .caption {
  margin-bottom: 40px;
}
body #wrap #container #message div .caption h2 {
  font-size: 24px;
  letter-spacing: 4.5px;
  margin-left: -2px;
  display: flex;
  flex-direction: column;
}
body #wrap #container #message div .caption h2:after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #000;
  margin: 17px auto 20px auto;
  transform: translateX(-5px);
}
body #wrap #container #message div .caption p {
  font-size: 14px;
  letter-spacing: 4px;
  margin-left: 1px;
  text-align: center;
}
body #wrap #container #message div #message_contents > img {
  width: 320px;
  height: auto;
  margin: 0 auto 40px auto;
}
body #wrap #container #message div #message_contents > div {
  margin-left: 4px;
  margin-bottom: 19px;
}
body #wrap #container #message div #message_contents > div > p {
  text-align: left;
  letter-spacing: 0.42px;
}
body #wrap #container #message div #message_contents > div > p:nth-of-type(1) {
  margin-bottom: 7px;
  letter-spacing: 0.63px;
  line-height: 2.3em;
}
body #wrap #container #message div #message_contents > div > p:nth-of-type(2) {
  margin-bottom: 1em;
  letter-spacing: 0.49px;
  line-height: 2.3em;
}
body #wrap #container #message div #message_contents > div > p:nth-of-type(3) {
  margin-bottom: 1em;
  letter-spacing: 0.49px;
  line-height: 2.3em;
}
body #wrap #container #message div #message_contents > div > p:nth-of-type(4) {
  margin-bottom: 1em;
  letter-spacing: 0.49px;
  line-height: 2.3em;
}
body #wrap #container #message div #message_contents > div > p:nth-of-type(5) {
  margin-bottom: 7px;
  letter-spacing: 0.54px;
  line-height: 2.3em;
}
body #wrap #container #message div #message_contents > div > p:nth-of-type(6) {
  margin-bottom: 0;
  letter-spacing: 0.3px;
}
body #wrap #container #message div #message_contents > p {
  text-align: right;
  margin-right: 10px;
  letter-spacing: 1px;
}
body #wrap #container #philosophy {
  width: 100%;
  height: auto;
  background-color: #fafafa;
  padding-top: 78px;
  box-sizing: border-box;
  padding-bottom: 93px;
}
body #wrap #container #philosophy div {
  margin: 0 auto;
  width: 942px;
}
body #wrap #container #philosophy div .caption {
  margin-bottom: 50px;
}
body #wrap #container #philosophy div .caption h2 {
  font-size: 24px;
  letter-spacing: 4.2px;
  display: flex;
  flex-direction: column;
}
body #wrap #container #philosophy div .caption h2:after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #000;
  margin: 15px auto 20px auto;
}
body #wrap #container #philosophy div .caption p {
  font-size: 14px;
  margin-bottom: 68px;
  letter-spacing: 4px;
  margin-left: 6px;
  text-align: center;
}
body #wrap #container #philosophy div #philosophy_contents > ul > li {
  padding-bottom: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
body #wrap #container #philosophy div #philosophy_contents > ul > li > h3 {
  font-size: 28px;
  color: #01378c;
  margin-bottom: 29px;
  letter-spacing: 2.5px;
  margin-right: 4px;
}
body #wrap #container #philosophy div #philosophy_contents > ul > li > p {
  line-height: 1.9em;
  font-size: 14px;
  letter-spacing: 0.4px;
}
body #wrap #container #philosophy div #philosophy_contents > ul > li:nth-of-type(2) {
  padding-bottom: 44px;
}
body #wrap #container #philosophy div #philosophy_contents > ul > li:nth-of-type(2) > h3 {
  margin-right: -2px;
  margin-bottom: 26px;
}
body #wrap #container #philosophy div #philosophy_contents > ul > li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
body #wrap #container #philosophy div #philosophy_contents > ul > li:last-child > h3 {
  margin-right: -3px;
  margin-bottom: 25px;
}
body #wrap #container #profile {
  width: 100%;
  height: auto;
  padding-top: 78px;
  background-color: #fff;
  box-sizing: border-box;
  padding-bottom: 97px;
}
body #wrap #container #profile div {
  margin: 0 auto;
  width: 585px;
}
body #wrap #container #profile div .caption {
  margin-bottom: 50px;
}
body #wrap #container #profile div .caption h2 {
  font-size: 24px;
  letter-spacing: 4px;
  margin-left: -3px;
  display: flex;
  flex-direction: column;
}
body #wrap #container #profile div .caption h2:after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #000;
  margin: 15px auto 21px auto;
}
body #wrap #container #profile div .caption p {
  font-size: 14px;
  margin-bottom: 71px;
  letter-spacing: 4px;
  margin-left: -2px;
  text-align: center;
}
body #wrap #container #profile div #profile_contents > div {
  margin-bottom: 66px;
}
body #wrap #container #profile div #profile_contents > div > p {
  text-align: center;
}
body #wrap #container #profile div #profile_contents > div > p:first-child {
  font-size: 18px;
  margin-bottom: 17px;
  margin-right: 8px;
  letter-spacing: 1px;
}
body #wrap #container #profile div #profile_contents > div > p:first-child span {
  display: none;
}
body #wrap #container #profile div #profile_contents > div > p:last-child {
  letter-spacing: 0.6px;
  margin-left: -11px;
  line-height: 1.7;
}
body #wrap #container #profile div #profile_contents > div > p:last-child #sp {
  display: none;
}
body #wrap #container #profile div #profile_contents > ul {
  text-align: left;
  margin-left: -3px;
}
body #wrap #container #profile div #profile_contents > ul li {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 26px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
body #wrap #container #profile div #profile_contents > ul li > p {
  text-align: left;
}
body #wrap #container #profile div #profile_contents > ul li > p:first-child {
  margin-left: 20px;
  width: 120px;
}
body #wrap #container #profile div #profile_contents > ul li > p:last-child {
  letter-spacing: 0.7px;
}
body #wrap #container #profile div #profile_contents > ul li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

#contact_contents p {
	text-align : center;
}
#contact_contents p a {
	display: inline-block;
	margin: 1em auto;
	padding: 1em 0;
	border-radius: 3em;
	line-height: 1.4em;
	color: #fff;
	background: #3b63a3;
	width: 240px;
	position: relative;
}
#contact_contents p a:after {
	content: '';
	position: absolute;
	right: 1em;
	top: 1.5em;
	height: calc(1em / 2);
	width: 1em;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	rotate: 90deg;
	background: #fff;

}
@media screen and (max-width: 768px) {
  body #wrap {
    background-size: contain;
  }
  body #wrap:hover #main div:last-child {
    animation-name: none;
  }
  body #wrap #container #recruit_info {
    padding-top: 36.6vw;
    height: auto;
    padding-bottom: 12vw;
  }
  body #wrap #container #recruit_info > div {
    width: 100%;
  }
  body #wrap #container #recruit_info > div {
    transform: translateX(0);
  }
  body #wrap #container #recruit_info > div .caption h2 {
    margin-left: 1.5vw;
    font-size: 7.2vw;
    letter-spacing: 0.18em;
    line-height: 0.66;
    margin-bottom: 6vw;
    white-space: nowrap;
  }
  body #wrap #container #recruit_info > div .caption h2 span {
    display: block;
  }
  body #wrap #container #recruit_info > div .caption p {
    margin-bottom: 0;
    font-size: 3.8vw;
    font-size: 4vw;
    letter-spacing: 1vw;
    margin-left: 3vw;
  }
  body #wrap #container #overview {
    padding-top: 12.5vw;
    padding-bottom: 12vw;
  }
  body #wrap #container #overview > div {
    width: 100%;
  }
  body #wrap #container #overview > div .caption {
    margin-bottom: 11.4vw;
  }
  body #wrap #container #overview > div .caption h2 {
    font-size: 5vw;
    letter-spacing: 0.24em;
    margin-right: 10px;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }
  body #wrap #container #overview > div .caption h2:after {
    width: 9vw;
    margin: 4vw auto 4.3vw auto;
    transform: translateX(0);
  }
  body #wrap #container #overview > div .caption p {
    font-size: 3vw;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 0;
    text-align: left;
  }
  body #wrap #container #overview > div #overview_contents > ul li {
    display: block;
    width: 87%;
    margin: 0 auto 6vw auto;
    padding-bottom: 6vw;
  }
  body #wrap #container #overview > div #overview_contents > ul li > p {
    letter-spacing: 0.3px;
    font-size: 12px;
  }
  body #wrap #container #overview > div #overview_contents > ul li > p:first-child {
    margin-left: 0;
    margin-bottom: 4.5vw;
  }
  body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(2) {
    padding-bottom: 5.6vw;
  }
  body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(2) > p {
    margin-bottom: 4.5vw;
  }
  body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(2) > div {
    margin-left: 0;
  }
  body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(2) > div > p {
    letter-spacing: 0.7px;
  }
  body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(2) > div table tr {
    flex-direction: column;
  }
  body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(4) {
    padding-bottom: 6vw;
  }
  body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(7), body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(8) {
    margin-bottom: 8vw;
  }
  body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(7) > p, body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(8) > p {
    margin-bottom: 5vw;
  }
  body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(7) table tr, body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(8) table tr {
    font-size: 12px;
    margin-top: -0.5em;
    line-height: 1.5em;
    flex-direction: column;
  }
  body #wrap #container #overview > div #overview_contents > ul li:nth-of-type(11) > iframe {
    width: 100%;
    height: 80vw;
  }
  body #wrap #container #message {
    padding-top: 12.5vw;
    padding-bottom: 15vw;
    margin-bottom: 0;
  }
  body #wrap #container #message div {
    width: 100%;
  }
  body #wrap #container #message div .caption {
    margin-bottom: 11.4vw;
  }
  body #wrap #container #message div .caption h2 {
    font-size: 5vw;
    letter-spacing: 0.24em;
    margin-left: 1vw;
    display: flex;
    flex-direction: column;
  }
  body #wrap #container #message div .caption h2:after {
    width: 9vw;
    margin: 4vw auto 4.3vw auto;
    transform: translateX(0);
  }
  body #wrap #container #message div .caption p {
    font-size: 3.4vw;
    letter-spacing: 1vw;
    margin-left: 1.5vw;
    margin-bottom: 0;
  }
  body #wrap #container #message div #message_contents > img {
    width: 50vw;
    height: auto;
    margin: 0 auto 9vw auto;
  }
  body #wrap #container #message div #message_contents > div {
    width: 88.75%;
    margin: 0 auto 9vw auto;
    padding-left: 2vw;
  }
  body #wrap #container #message div #message_contents > div > p {
    font-size: 12px;
    margin-top: -0.6em;
    line-height: 1.9em;
  }
  body #wrap #container #message div #message_contents > div > p:nth-of-type(1) {
    margin-bottom: 0.7em;
    letter-spacing: 0.4px;
  }
  body #wrap #container #message div #message_contents > div > p:nth-of-type(2) {
    margin-bottom: 0.7em;
    letter-spacing: 0.2px;
    line-height: 1.9em;
  }
  body #wrap #container #message div #message_contents > div > p:nth-of-type(3) {
    margin-bottom: 2em;
    line-height: 1.9em;
    letter-spacing: 0.4px;
  }
  body #wrap #container #message div #message_contents > div > p:nth-of-type(4) {
    margin-bottom: 2em;
    line-height: 1.9em;
    letter-spacing: 0.4px;
  }
  body #wrap #container #message div #message_contents > div > p:nth-of-type(5) {
    margin-bottom: 0.7em;
    line-height: 1.9em;
    letter-spacing: 0.1px;
  }
  body #wrap #container #message div #message_contents > div > p:nth-of-type(5) span {
    display: none;
  }
  body #wrap #container #message div #message_contents > p {
    font-size: 12px;
    margin-right: 6.2vw;
    letter-spacing: 0.9px;
  }
  body #wrap #container #philosophy {
    padding-top: 12.5vw;
    padding-bottom: 13vw;
    margin-bottom: 0;
  }
  body #wrap #container #philosophy div {
    width: 100%;
  }
  body #wrap #container #philosophy div .caption {
    margin-bottom: 12.4vw;
  }
  body #wrap #container #philosophy div .caption h2 {
    font-size: 5vw;
    letter-spacing: 0.24em;
    margin-left: 1vw;
    display: flex;
    flex-direction: column;
  }
  body #wrap #container #philosophy div .caption h2:after {
    width: 9vw;
    margin: 4vw auto 4.3vw auto;
    transform: translateX(0);
  }
  body #wrap #container #philosophy div .caption p {
    font-size: 3.4vw;
    letter-spacing: 1vw;
    margin-left: 1.5vw;
    margin-bottom: 0;
  }
  body #wrap #container #philosophy div #philosophy_contents > ul {
    width: 90%;
    margin: 0 auto;
    padding-right: 2vw;
  }
  body #wrap #container #philosophy div #philosophy_contents > ul > li {
    padding-bottom: 6vw;
    margin-bottom: 8vw;
  }
  body #wrap #container #philosophy div #philosophy_contents > ul > li > h3 {
    font-size: 20px;
    letter-spacing: 1.7px;
    margin-bottom: 4.6vw;
  }
  body #wrap #container #philosophy div #philosophy_contents > ul > li > p {
    font-size: 12px;
    text-align: left;
    margin-left: 1.4vw;
    letter-spacing: 0.1px;
  }
  body #wrap #container #philosophy div #philosophy_contents > ul > li > p span {
    display: none;
  }
  body #wrap #container #philosophy div #philosophy_contents > ul > li:nth-of-type(2) {
    padding-bottom: 6vw;
    margin-bottom: 7vw;
  }
  body #wrap #container #philosophy div #philosophy_contents > ul > li:nth-of-type(2) > h3 {
    margin-bottom: 4vw;
  }
  body #wrap #container #philosophy div #philosophy_contents > ul > li:last-child {
    padding-bottom: 0;
  }
  body #wrap #container #philosophy div #philosophy_contents > ul > li:last-child > h3 {
    margin-bottom: 4vw;
  }
  body #wrap #container #profile {
    padding-top: 12vw;
    padding-bottom: 15vw;
    margin-bottom: 0;
  }
  body #wrap #container #profile div {
    width: 100%;
  }
  body #wrap #container #profile div .caption {
    margin-bottom: 10.7vw;
  }
  body #wrap #container #profile div .caption h2 {
    font-size: 5vw;
    letter-spacing: 0.24em;
    margin-left: 1vw;
    display: flex;
    flex-direction: column;
  }
  body #wrap #container #profile div .caption h2:after {
    width: 9vw;
    margin: 4vw auto 4.9vw auto;
    transform: translateX(-0.7vw);
  }
  body #wrap #container #profile div .caption p {
    font-size: 3.4vw;
    letter-spacing: 1vw;
    margin-left: 0;
    margin-bottom: 0;
  }
  body #wrap #container #profile div #profile_contents {
    width: 90%;
  }
  body #wrap #container #profile div #profile_contents > div {
    margin-bottom: 11.5vw;
  }
  body #wrap #container #profile div #profile_contents > div > p:first-child {
    font-size: 15px;
    margin-bottom: 4vw;
    margin-right: 0vw;
  }
  body #wrap #container #profile div #profile_contents > div > p:first-child span {
    display: inline;
  }
  body #wrap #container #profile div #profile_contents > div > p:last-child {
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-left: -1vw;
    margin-top: -0.1em;
    line-height: 1.4em;
  }
  body #wrap #container #profile div #profile_contents > div > p:last-child span {
    display: none;
  }
  body #wrap #container #profile div #profile_contents > div > p:last-child #sp {
    display: inline;
  }
  body #wrap #container #profile div #profile_contents > ul li {
    display: block;
    margin-bottom: 5.5vw;
    padding-bottom: 6.1vw;
  }
  body #wrap #container #profile div #profile_contents > ul li > p {
    font-size: 12px;
  }
  body #wrap #container #profile div #profile_contents > ul li > p:first-child {
    margin-left: 2vw;
    margin-bottom: 4.5vw;
    letter-spacing: 0.7px;
  }
  body #wrap #container #profile div #profile_contents > ul li > p:last-child {
    margin-left: 2vw;
    letter-spacing: -0.01px;
  }
  body #wrap #container #profile div #profile_contents > ul li:nth-of-type(4) p:last-child {
    line-height: 1.5em;
    margin-top: -0.4em;
  }
  body #wrap #container #profile div #profile_contents > ul li:nth-of-type(5) p:last-child {
    letter-spacing: 0.5px;
  }
  body #wrap #container #profile div #profile_contents > ul li:nth-of-type(6) p:last-child {
    letter-spacing: 0.7px;
  }
  body #wrap #container #profile div #profile_contents > ul li:nth-of-type(7) p:last-child {
    line-height: 1.5em;
    margin-top: -0.4em;
  }
}
/* tag
------------------------------------------------------------ */
img {
  height: auto;
  border: 0;
  vertical-align: bottom;
}

/* link
------------------------------------------------------------ */
a {
  color: #494949;
  overflow: hidden;
}

a:link,
a:visited,
a.rollover:hover {
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.rollOpa:hover {
  text-decoration: none;
  filter: alpha(opacity=60);
  opacity: 0.6;
}

a.line {
  text-decoration: underline;
}

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

/* class
------------------------------------------------------------ */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}

input {
  vertical-align: middle;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

.hgroup,
.block,
.outer,
.inner,
.row,
.box,
.cell,
.flame {
  position: relative;
  zoom: 1;
}

.hgroup:after,
.block:after,
.outer:after,
.inner:after,
.row:after,
.box:after,
.cell:after,
.flame:after {
  content: "";
  display: block;
  clear: both;
}

.box,
.cell {
  float: left;
}

.box.right,
.cell.right {
  float: right;
}

.spElement {
  display: none;
}

.josefin {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.hirakaku {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
}

.kozuka {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* header
============================================================ */
header {
  color: #fff;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
header nav {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #dddddd;
  height: 100px;
  pointer-events: none;
}
header nav > a #header_logo {
  margin-top: 39px;
  margin-left: 37px;
  width: 134px;
  height: 32px;
  background: url(/common/img/company/logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: auto;
}
header nav .gNavBox {
  display: flex;
  margin-top: 13px;
  margin-right: 30px;
  pointer-events: auto;
}
header nav .gNavBox__nav {
  font-size: 14px;
  margin-top: 27px;
  margin-right: 84px;
}
header nav .gNavBox__nav a {
  color: #000;
  position: relative;
  display: inline-block;
  transition: 0.3s;
  padding-bottom: 16px;
}
header nav .gNavBox__nav a::after {
  position: absolute;
  bottom: 0.3em;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  opacity: 0;
  transition: 0.6s;
  transform: translateX(-100px);
}
header nav .gNavBox__nav a:hover::after {
  transform: translateX(0);
  transition: 0.6s;
  opacity: 1;
}
header nav .gNavBox__nav a:nth-of-type(1) {
  margin-right: 40px;
  letter-spacing: 3.5px;
}
header nav .gNavBox__nav a:nth-of-type(2) {
  letter-spacing: 2.5px;
}
header nav .gNavBox__nav .arrow {
  display: none;
}
header nav .gNavBox__lang {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 30px 0 0;
}
header nav .gNavBox__lang a {
  color: #000;
  font-size: 14px;
  letter-spacing: 0.1em;
  position: relative;
  padding: 0 10px;
}
header nav .gNavBox__lang a.act {
  color: #999999;
}
header nav .gNavBox__lang a:nth-child(1):before {
  content: "";
  display: block;
  clear: both;
  width: 1px;
  height: 20px;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
}
header nav .gNavBox__contact {
  width: 185px;
  height: 50px;
  margin-top: 13px;
  margin-right: 30px;
  letter-spacing: 1px;
  box-sizing: border-box;
  border: solid 1px #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
header nav .gNavBox__contact a {
  width: 100%;
  height: 100%;
}
header nav .gNavBox__contact a .arrow {
  position: absolute;
  top: 46%;
  left: -47px;
  z-index: 99;
  transition: transform 0.4s;
}
header nav .gNavBox__contact a:hover .arrow {
  transform: translate3d(10px, 0, 0);
  transition: transform 0.4s;
}
header nav .gNavBox__contact a p:last-child {
  margin-top: 2px;
  font-weight: 400;
  z-index: 99;
  position: absolute;
  top: 17px;
  left: 40px;
  color: #000;
}
header nav .gNavBox__contact a:hover::before {
  transform: scaleX(1);
  z-index: 98;
}
header nav .gNavBox__contact a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  transform: scaleX(0);
  opacity: 0.15;
  transform-origin: 100% 50%;
  transition-property: transform;
  transition: all 0.3s;
  transition-timing-function: ease-out;
}
header .menu_trigger {
  display: none;
}

@media screen and (max-width: 768px) {
  header .gNavBox__lang {
    position: absolute;
    right: 70px;
    top: 35%;
    padding: 0;
  }
  header .gNavBox__lang a {
    color: #000;
    font-size: 14px;
    letter-spacing: 0.1em;
    position: relative;
    padding: 0 5px;
  }
  header .gNavBox__lang a.act {
    color: #999999;
  }
  header .gNavBox__lang a:nth-child(1):before {
    content: "";
    display: block;
    clear: both;
    width: 1px;
    height: 17px;
    background: #000;
    position: absolute;
    top: 0;
    right: -2px;
  }
  header nav {
    flex-direction: column;
    height: 19vw;
    position: relative;
  }
  header nav > a {
    position: absolute;
    left: 6vw;
    top: 50%;
    transform: translateY(-50%);
  }
  header nav > a #header_logo {
    margin-top: 0;
    margin-left: 0;
    width: 25.1vw;
    height: 4vw;
    background-size: contain;
    z-index: 999999;
  }
  header nav > div {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 99999;
  }
  header nav > div .gNavBox {
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background-color: #000;
    margin-top: 0;
    margin-right: 0;
  }
  header nav > div .gNavBox__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30.5vh;
    margin-right: 0;
    margin-bottom: 2.6vh;
    font-size: 4.3vw;
  }
  header nav > div .gNavBox__nav a {
    padding-bottom: 0;
    color: #fff;
  }
  header nav > div .gNavBox__nav a:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 2vh;
  }
  header nav > div .gNavBox__nav a:nth-of-type(2) {
    margin-bottom: 2vh;
  }
  header nav > div .gNavBox__nav .arrow {
    display: block;
    width: 58vw;
    height: 2px;
    background-color: #fff;
  }
  header nav > div .gNavBox__nav .arrow:after {
    margin-left: 54.7vw;
    height: 2px;
    background-color: #fff;
  }
  header nav > div .gNavBox__nav .arrow:nth-of-type(1) {
    margin-bottom: 7vh;
  }
  header nav > div .gNavBox__nav .arrow:nth-of-type(2) {
    margin-bottom: 5vh;
  }
  header nav > div .gNavBox__contact {
    width: 71vw;
    height: 18vw;
    border-color: #fff;
    margin-right: initial;
  }
  header nav > div .gNavBox__contact a {
    color: #fff;
  }
  header nav > div .gNavBox__contact a .arrow {
    top: 47%;
    left: 7.2vw;
    width: 15vw;
    background-color: #fff;
  }
  header nav > div .gNavBox__contact a .arrow::after {
    margin-left: 11.5vw;
    background-color: #fff;
  }
  header nav > div .gNavBox__contact a p:last-child {
    top: 6.5vw;
    left: 27vw;
    font-size: 3.4vw;
    letter-spacing: 0.4vw;
    color: #fff;
  }
  header .menu_trigger {
    display: block;
    position: absolute;
    margin-top: 7.3vw;
    margin-right: 8vw;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    z-index: 999999;
  }
  header .menu_trigger span {
    display: block;
    width: 30px;
    height: 1px;
    background-color: #000;
    margin-bottom: 6px;
    transition: all 0.8s;
    right: 0;
  }
  header .open {
    margin-right: 6.2vw;
  }
  header .open span:nth-of-type(1) {
    transform: rotate(-45deg);
    top: 8px;
    position: absolute;
    background-color: #fff;
  }
  header .open span:nth-of-type(2) {
    opacity: 0;
    top: 8px;
    position: absolute;
    background-color: #fff;
  }
  header .open span:nth-of-type(3) {
    transform: rotate(45deg);
    top: 8px;
    position: absolute;
    background-color: #fff;
  }
}
/* footer
============================================================ */
footer {
  border-top: 1px solid #ddd;
  width: 100%;
  background-color: #3b63a3;
  position: relative;
  color: #fff;
  height: 425px;
  box-sizing: border-box;
}
footer .top {
  width: 100%;
  padding-top: 70px;
}
footer .top > div {
  margin: 0 auto;
  width: 1140px;
  position: relative;
  z-index: 10;
}
footer .top > div > div {
  width: 938px;
  display: flex;
  margin: 0 auto 30px auto;
}
footer .top > div > div h2 {
  font-size: 28px;
  margin-right: 24px;
  letter-spacing: 3.6px;
  margin-left: -3px;
}
footer .top > div > div > p {
  font-size: 14px;
  margin-top: 3px;
  letter-spacing: 3px;
}
footer .top > div #contact div {
  width: 460px;
  height: 100px;
  box-sizing: border-box;
  border: solid 1px #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
}
footer .top > div #contact div:nth-of-type(1) {
  margin-right: 25px;
}
footer .top > div #contact div:nth-of-type(1) a {
  color: #fff;
  pointer-events: none;
}
footer .top > div #contact div:nth-of-type(1) a .arrow {
  display: none;
}
footer .top > div #contact div:nth-of-type(1) a p:nth-of-type(2) {
  margin-bottom: 13px;
  margin-top: 28px;
  font-size: 14px;
  letter-spacing: 3px;
}
footer .top > div #contact div:nth-of-type(1) a p:last-child {
  font-size: 22px;
  letter-spacing: 4.5px;
}
footer .top > div #contact div:nth-of-type(2) {
  position: relative;
}
footer .top > div #contact div:nth-of-type(2) a {
  width: 100%;
  height: 100%;
  position: relative;
}
footer .top > div #contact div:nth-of-type(2) a .arrow {
  position: absolute;
  top: 37px;
  left: 57px;
  width: 80px;
  background-color: #fff;
  margin-top: 12px;
  margin-right: 5px;
  transition: transform 0.5s;
  z-index: 98;
}
footer .top > div #contact div:nth-of-type(2) a .arrow::after {
  background-color: #fff;
  margin-left: 66px;
}
footer .top > div #contact div:nth-of-type(2) a:hover .arrow {
  transform: translate3d(10px, 0, 0);
  transition: transform 0.5s;
}
footer .top > div #contact div:nth-of-type(2) a p {
  position: absolute;
  top: 42px;
  left: 158px;
  letter-spacing: 3.5px;
  z-index: 98;
  color: #fff;
}
footer .top > div #contact div:nth-of-type(2) a:hover::before {
  transform: scaleX(1);
  z-index: 98;
}
footer .top > div #contact div:nth-of-type(2) a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fdfeff;
  transform: scaleX(0);
  opacity: 0.5;
  transform-origin: 100% 50%;
  transition-property: transform;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
footer .top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 357px;
  background: -moz-linear-gradient(top, rgb(0, 70, 124) 2%, rgba(0, 70, 124, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(0, 70, 124) 2%, rgba(0, 70, 124, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(0, 70, 124) 2%, rgba(0, 70, 124, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00467c", endColorstr="#0000467c",GradientType=0 ); /* IE6-9 */
}
footer .bottom {
  position: absolute;
  width: 100%;
  height: 126px;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(/common/img/footer/pc_base.png);
  background-repeat: no-repeat;
  background-size: cover;
}
footer .bottom > div {
  height: 126px;
  width: 100%;
}
footer .bottom > div > div {
  width: 1140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
footer .bottom > div > div > div:nth-of-type(1) {
  margin: 0 auto;
  width: 938px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 10;
}
footer .bottom > div > div > div:nth-of-type(1) a {
  color: #fff;
  overflow: visible;
}
footer .bottom > div > div > div:nth-of-type(1) a .star {
  display: block;
  width: 18px;
  height: 30px;
  background-image: url(/common/img/top/star.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -31px;
  margin-left: 22px;
  opacity: 0;
}
footer .bottom > div > div > div:nth-of-type(1) a:hover .star {
  animation-name: slideOutUpGoTop;
}
footer .bottom > div > div > div:nth-of-type(1) a .scroll_box {
  margin-bottom: 36px;
  position: relative;
  display: flex;
  justify-content: center;
}
footer .bottom > div > div > div:nth-of-type(1) a .scroll_box .arrow_double {
  position: absolute;
  top: 15px;
  left: 25px;
  background-color: #fff;
}
footer .bottom > div > div > div:nth-of-type(1) a .scroll_box .arrow_double_reverse {
  position: absolute;
  top: 15px;
  right: 27px;
}
footer .bottom > div > div > div:nth-of-type(1) a .scroll_box .arrow_double:nth-child(3) {
  position: absolute;
  top: 22px;
  left: 25px;
}
footer .bottom > div > div > div:nth-of-type(1) a .scroll_box .arrow_double_reverse:nth-child(4) {
  position: absolute;
  top: 22px;
  right: 27px;
}
footer .bottom > div > div > div:nth-of-type(1) a > p {
  letter-spacing: 1.5px;
  font-weight: 400;
}
footer .bottom > div > div .copy {
  width: 938px;
  margin-top: 33px;
  font-size: 12px;
  text-align: center;
  z-index: 10;
}
footer .bottom > div > div .copy p {
  letter-spacing: 1.3px;
}

@media screen and (max-width: 768px) {
  footer {
    height: 117vw;
  }
  footer .top {
    padding-top: 11vw;
  }
  footer .top > div {
    width: 100%;
  }
  footer .top > div > div {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 8vw auto;
  }
  footer .top > div > div h2 {
    font-size: 6vw;
    letter-spacing: 1vw;
    margin-left: 0;
    margin-right: 0;
  }
  footer .top > div > div > p {
    font-size: 3.5vw;
    margin-top: 2.9vw;
    letter-spacing: 0.7vw;
  }
  footer .top > div #contact div {
    width: 88%;
    height: 19vw;
    flex-direction: column;
  }
  footer .top > div #contact div:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 5vw;
    position: relative;
  }
  footer .top > div #contact div:nth-of-type(1) a {
    width: 100%;
    height: 100%;
    pointer-events: initial;
  }
  footer .top > div #contact div:nth-of-type(1) a .arrow {
    display: block;
    position: absolute;
    background-color: #fff;
    top: 50%;
    left: 10%;
    width: 15vw;
    transition: transform 0.5s;
    z-index: 98;
  }
  footer .top > div #contact div:nth-of-type(1) a .arrow::after {
    background-color: #fff;
    margin-left: 75%;
  }
  footer .top > div #contact div:nth-of-type(1) a p:nth-of-type(2) {
    margin-bottom: 0;
    margin-top: 0;
    position: absolute;
    top: 40%;
    left: 32.5%;
    font-size: 3.8vw;
    letter-spacing: 0.8vw;
  }
  footer .top > div #contact div:nth-of-type(1) a p:last-child {
    display: none;
  }
  footer .top > div #contact div:nth-of-type(2) a .arrow {
    top: 28%;
    left: 10%;
    width: 15vw;
  }
  footer .top > div #contact div:nth-of-type(2) a .arrow::after {
    margin-left: 75%;
  }
  footer .top > div #contact div:nth-of-type(2) a p {
    top: 38%;
    left: 33%;
    font-size: 3.8vw;
    letter-spacing: 0.8vw;
  }
  footer .bottom {
    width: 100%;
    height: 32vw;
    background-size: 100% 100%;
    background-image: url(/common/img/footer/sp_base.png);
  }
  footer .bottom > div > div {
    width: 100%;
  }
  footer .bottom > div > div > div:nth-of-type(1) {
    width: 100%;
  }
  footer .bottom > div > div > div:nth-of-type(1) a {
    color: #fff;
  }
  footer .bottom > div > div > div:nth-of-type(1) a .scroll_box {
    margin-bottom: 11vw;
  }
  footer .bottom > div > div > div:nth-of-type(1) a .scroll_box .arrow_double {
    top: 4.5vw;
    left: 37%;
  }
  footer .bottom > div > div > div:nth-of-type(1) a .scroll_box .arrow_double_reverse {
    top: 4.5vw;
    left: 37%;
    margin-left: 4px;
  }
  footer .bottom > div > div > div:nth-of-type(1) a .scroll_box .arrow_double:nth-child(3) {
    top: 7vw;
    right: 0;
    left: 37%;
  }
  footer .bottom > div > div > div:nth-of-type(1) a .scroll_box .arrow_double_reverse:nth-child(4) {
    top: 7vw;
    right: 0;
    left: 37%;
    margin-left: 4px;
  }
  footer .bottom > div > div > div:nth-of-type(1) a > p {
    letter-spacing: 0.8vw;
    font-size: 3vw;
  }
  footer .bottom > div > div .copy {
    flex-direction: column;
    width: 100%;
    margin-top: 9vw;
    font-size: 3.8vw;
  }
  footer .bottom > div > div .copy p {
    letter-spacing: 0.04vw;
  }
}
/* pageTop
------------------------------------------------------------ */
/* #spNav
============================================================ */
/* headings
========================================================= */
/* arrows
======================================= */
/* list
======================================= */
/* table
======================================= */
/* en recruit 英語版
======================================= */
#en_recruit header nav > div .gNavBox div:nth-of-type(1) .arrow:nth-of-type(1),
#en_recruit header nav > div .gNavBox div:nth-of-type(1) .arrow {
  width: 75vw;
  position: relative;
}
#en_recruit header nav > div .gNavBox__nav .arrow:after {
  right: 0;
  position: absolute;
}
#en_recruit #wrap #container #overview > div #overview_contents > ul li > p:first-child {
  width: 140px;
}
#en_recruit #wrap #container #overview > div #overview_contents > ul li:nth-of-type(8) {
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  #en_recruit #wrap #container #overview > div #overview_contents > ul li:nth-of-type(8) {
    padding-bottom: 6vw;
  }
}
#en_recruit #wrap #container #overview > div #overview_contents > ul li:nth-of-type(9) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  #en_recruit #wrap #container #overview > div #overview_contents > ul li:nth-of-type(9) {
    width: 87%;
    padding-bottom: 6vw;
  }
}
#en_recruit #wrap #container #overview > div #overview_contents > ul li:nth-of-type(9) .table {
  width: 80%;
}
#en_recruit #wrap #container #overview > div #overview_contents > ul li .m_l_4-5em {
  display: block;
  margin: 0 0 10px 2em;
}
@media screen and (max-width: 768px) {
  #en_recruit #wrap #container #overview > div #overview_contents > ul li .m_l_4-5em {
    margin: 0 0 10px 1em;
  }
}
#en_recruit #wrap #container #overview > div #overview_contents > ul li .table-business,
#en_recruit #wrap #container #overview > div #overview_contents > ul li .table {
  width: 80%;
}
#en_recruit #wrap #container #overview > div #overview_contents > ul li.bdr-none {
  padding-bottom: 0;
  border: 0;
}
@media screen and (max-width: 768px) {
  #en_recruit #wrap #container #overview > div #overview_contents > ul li p.sp-bottom-none {
    margin-bottom: 0;
  }
}
#en_recruit #wrap #container #overview > div #overview_contents > ul li.scroll_in.g-map.scroll_in_fin {
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  #en_recruit #wrap #container #overview > div #overview_contents > ul li.scroll_in.g-map.scroll_in_fin {
    margin: 0;
    width: 100%;
  }
}
#en_recruit #wrap #container #overview > div #overview_contents > ul li.scroll_in.g-map.scroll_in_fin iframe {
  width: 800px;
  height: 500px;
  margin: 0 auto;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  #en_recruit #wrap #container #overview > div #overview_contents > ul li.scroll_in.g-map.scroll_in_fin iframe {
    width: 100%;
    height: 80vw;
  }
}
#en_recruit #wrap #container #message div #message_contents > div > p {
  margin-bottom: 1em;
  letter-spacing: 0.49px;
  line-height: 2.3em;
}
#en_recruit #wrap #container #profile div #profile_contents > ul li > p:first-child {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #en_recruit #wrap #container #profile div #profile_contents > ul li > p:first-child {
    width: 100%;
  }
}
#en_recruit #wrap #container #profile div #profile_contents > ul li > p:last-child {
  width: 70%;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #en_recruit #wrap #container #profile div #profile_contents > ul li > p:last-child {
    width: 100%;
  }
}
#en_recruit footer .top > div #contact div:nth-of-type(1) {
  justify-content: center;
}
#en_recruit footer .top > div #contact div:nth-of-type(1) a p:last-child {
  margin: 0;
}
#en_recruit footer .top > div #contact div:nth-of-type(2) a p {
  font-size: 22px;
  letter-spacing: 4.5px;
}
@media screen and (max-width: 768px) {
  #en_recruit footer .top > div #contact div:nth-of-type(2) a p {
    font-size: 3.8vw;
  }
}
#en_recruit footer .top > div #contact div:nth-of-type(1) a p:last-child {
  display: block;
}
@media screen and (max-width: 768px) {
  #en_recruit footer .top > div #contact div:nth-of-type(1) a .arrow {
    top: 48%;
  }
  #en_recruit footer .top > div #contact div:nth-of-type(2) a .arrow {
    top: 27%;
  }
}
#en_recruit footer .top > div > div h2 {
  margin: 0 auto;
}
#en_recruit #wrap #container #message div #message_contents > p {
  line-height: 1.2;
}

/*# sourceMappingURL=recruit.css.map */