/* CSS Document */
.d-n {
  display: none !important;
}

.sp_only {
  display: none;
}

header nav li img {
  height: 10px\9;
}

header nav li:first-child img {
  width: 29px\9;
}

@media all and (-ms-high-contrast: none) {
  header nav li:first-child img {
    width: 29px;
  }
}

header nav li:nth-child(2) img {
  width: 66px\9;
}

@media all and (-ms-high-contrast: none) {
  header nav li:nth-child(2) img {
    width: 66px;
  }
}

header nav li:nth-child(3) img {
  width: 66px\9;
}

@media all and (-ms-high-contrast: none) {
  header nav li:nth-child(3) img {
    width: 66px;
  }
}

header nav li:nth-child(4) img {
  width: 76px\9;
}

@media all and (-ms-high-contrast: none) {
  header nav li:nth-child(4) img {
    width: 76px;
  }
}

header nav li:nth-child(5) img {
  width: 43px\9;
}

@media all and (-ms-high-contrast: none) {
  header nav li:nth-child(5) img {
    width: 43px;
  }
}

header nav li:nth-child(6) img {
  width: 68px\9;
}

@media all and (-ms-high-contrast: none) {
  header nav li:nth-child(6) img {
    width: 68px;
  }
}

header nav li:last-child img {
  width: 72px\9;
}

@media all and (-ms-high-contrast: none) {
  header nav li:last-child img {
    width: 72px;
  }
}

header h1 svg {
  height: 37px\9;
}

@media all and (-ms-high-contrast: none) {
  header h1 svg {
    height: 37px;
  }
}

.mv__anim {
  display: none\9;
}

@media all and (-ms-high-contrast: none) {
  .mv__anim {
    display: none;
  }
}

@supports (-ms-ime-align: auto) {
  .mv__anim {
    display: none;
  }
}

#top_mv {
  background: url(../images/top_mv.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 780px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: inline-block;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: none;
  background: url(../images/select_arrw.png) no-repeat 97% center;
  background-size: 20px;
  border-radius: 0;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

@-webkit-keyframes arw_anim {
  0% {
    background-position: 0 center;
  }
  50% {
    background-position: 36px center;
  }
  51% {
    background-position: -36px center;
  }
  100% {
    background-position: 0 center;
  }
}

@keyframes arw_anim {
  0% {
    background-position: 0 center;
  }
  50% {
    background-position: 36px center;
  }
  51% {
    background-position: -36px center;
  }
  100% {
    background-position: 0 center;
  }
}

.container {
  max-width: 1080px;
  width: 96%;
  margin: 0 auto;
}

.container--outer {
  max-width: none;
  width: 96%;
}

.container--inner {
  max-width: 780px;
}

@media screen and (max-width: 780px) {
  .container--outer,
  .container--inner {
    width: 90%;
  }
}

@-webkit-keyframes line-art {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 15000;
  }
}

@keyframes line-art {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 15000;
  }
}

.line-art {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#logo-anime {
  width: 100%;
}

#logo-anime:hover .st0,
#logo-anime:focus .st0,
#logo-anime:hover .st1,
#logo-anime:focus .st1 {
  fill: none;
}

#logo-anime .st0 {
  fill: #b93a37;
}

#logo-anime .st1 {
  fill: #040000;
}

#logo-anime:hover .st0,
#logo-anime:focus .st0 {
  stroke: #b93a37;
}

#logo-anime:hover .st1,
#logo-anime:focus .st1 {
  stroke: #040000;
}

#logo-anime:hover .st0,
#logo-anime:focus .st0,
#logo-anime:hover .st1,
#logo-anime:focus .st1 {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1500;
  stroke-dashoffset: 0;
  stroke-width: 100;
  -webkit-animation: line-art 6s linear;
  animation: line-art 6s linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media all and (-ms-high-contrast: none) {
  #logo-anime:hover .st0,
  #logo-anime:focus .st0 {
    fill: #b93a37 !important;
    stroke: none !important;
  }
  #logo-anime:hover .st1,
  #logo-anime:focus .st1 {
    fill: #040000 !important;
    stroke: none !important;
  }
}

@-webkit-keyframes nav_anim {
  0% {
    width: 0%;
    left: 0;
  }
  35% {
    width: 100%;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0%;
    left: 100%;
  }
}

@keyframes nav_anim {
  0% {
    width: 0%;
    left: 0;
  }
  35% {
    width: 100%;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0%;
    left: 100%;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  background-color: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}

header.top_head {
  background: none;
}

header.top_head--active {
  background-color: #fff;
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .container--outer {
  overflow: hidden\9;
  left: auto;
  top: auto;
  width: 100%;
}

header .container--outer:after {
  content: unset;
}

@media screen and (max-width: 1050px) {
  header .container--outer {
    width: 96%;
  }
}

header h1 {
  width: 280px;
  float: left\9;
}

header h1 img {
  width: 100%;
}

header nav {
  overflow: hidden\9;
  width: 710px\9;
  float: right\9;
}

header nav:after {
  content: unset;
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px\9;
}

header nav ul li {
  float: left\9;
  margin-left: 20px;
  margin-left: 20px\9;
}

header nav ul li img {
  vertical-align: middle;
}

header nav ul li a {
  position: relative;
  top: 0;
  left: 0;
}

header nav ul li:first-child {
  margin-left: 0;
}

header nav ul li.nav_item--en {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #000;
  cursor: pointer;
}

header nav ul li.nav_item--cv a {
  background-color: #000;
  padding: 14px 34px;
  margin-top: -20px\9;
  padding: 14px 20px\9;
}

header nav ul li.nav_item--active a:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #dc0a0a;
}

header nav ul a {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}

header nav ul a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

header nav img {
  height: 10px;
}

header .nav_trg {
  display: none;
}

header.lp {
  -webkit-box-shadow: 0px 0px 16px #d2d2d2;
  box-shadow: 0px 0px 16px #d2d2d2;
}

header.lp h1 img {
  width: 180px;
}

@media screen and (max-width: 1050px) {
  header {
    padding: 20px 0;
  }
  header .nav_trg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
    width: 50px;
    float: right;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block\9;
    height: 50px\9;
  }
  header .nav_trg span {
    position: absolute\9;
    top: 49%\9;
    left: 0\9;
    width: 100%;
    height: 4px;
    background-color: #282828;
    border-radius: 30px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  header .nav_trg:before,
  header .nav_trg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #282828;
    border-radius: 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header .nav_trg:before {
    top: 0;
    left: 0;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  header .nav_trg:after {
    bottom: 0;
    right: 0;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
  header .nav_trg.nav_trg--active span {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
  }
  header .nav_trg.nav_trg--active:after {
    bottom: 1px;
    bottom: 3px\9;
    right: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .nav_trg.nav_trg--active:before {
    top: 3px;
    top: 5px\9;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header nav {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: -330px;
    z-index: 2;
    width: 330px;
    height: 100vh;
    padding-top: 120px;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 6px 0px 7px #000;
    box-shadow: 6px 0px 7px #000;
    float: right\9;
    left: auto;
  }
  header nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  header nav ul li {
    margin-left: 0;
    margin-top: 5vh;
    float: none\9;
    display: block\9;
    text-align: center\9;
    margin-bottom: 20px\9;
  }
  header nav ul li.nav_item--en {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    font-size: 16px;
  }
  header nav ul li.nav_item--en span {
    display: inline-block;
  }
  header nav ul li.nav_item--cv a {
    background-color: #000;
    padding: 14px 80px;
  }
  header nav img {
    height: 14px;
  }
  header nav.nav--active {
    right: 0;
  }
}

@media screen and (max-width: 1050px) and (max-width: 780px) {
  header {
    padding: 10px 0;
  }
  header h1 {
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
    width: 200px;
  }
  header h1 a {
    display: inline-block;
    line-height: 1em;
  }
  header h1 img {
    width: 200px;
  }
  header .nav_trg {
    width: 27px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header .nav_trg span {
    height: 3px;
  }
  header .nav_trg:before,
  header .nav_trg:after {
    height: 3px;
  }
  header .nav_trg:before {
    top: 4px;
  }
  header .nav_trg:after {
    bottom: 4px;
  }
  header .nav_trg.nav_trg--active span {
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px);
    opacity: 0;
  }
  header .nav_trg.nav_trg--active:after {
    bottom: 6px;
    right: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
  header .nav_trg.nav_trg--active:before {
    top: 4px;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  header nav {
    right: -100%;
    width: 100%;
    height: 100vh;
    padding-top: 0;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  header nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -90px;
  }
}

@media screen and (max-width: 1050px) and (max-width: 780px) and (max-width: 780px) {
  header nav ul {
    margin-top: 0;
  }
}

@media screen and (max-width: 1050px) and (max-width: 780px) {
  header nav ul li {
    margin-left: 0;
    margin-top: 5vh;
  }
  header nav ul li.nav_item--en {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    font-size: 16px;
  }
  header nav ul li.nav_item--en span.sp_only {
    display: inline-block;
  }
  header nav ul li.nav_item--cv a {
    background-color: #000;
    padding: 14px 80px;
  }
  header nav ul li.nav_item--active a:before {
    content: unset;
  }
  header nav.nav--active {
    right: 0;
  }
}

@-webkit-keyframes top_arw_anim {
  0% {
    background-position: 0 center;
  }
  50% {
    background-position: 70px center;
  }
  51% {
    background-position: -70px center;
  }
  100% {
    background-position: 0 center;
  }
}

@keyframes top_arw_anim {
  0% {
    background-position: 0 center;
  }
  50% {
    background-position: 70px center;
  }
  51% {
    background-position: -70px center;
  }
  100% {
    background-position: 0 center;
  }
}

footer {
  background-color: #2d323c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 30px;
  margin-top: 130px;
  color: #fff;
}

footer.top_foot,
footer.comp_foot,
footer.mis_foot {
  margin-top: 0;
}

@media screen and (max-width: 780px) {
  footer.top_foot,
  footer.comp_foot,
  footer.mis_foot {
    margin-top: 0;
  }
}

footer.foot_entry,
footer.foot_doc {
  margin-top: 0;
}

footer .container {
  position: relative;
  top: 0;
  left: 0;
  max-width: 1230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden\9;
}

footer .container:after {
  content: unset;
}

footer .foot__top {
  position: absolute;
  top: 8px;
  right: -28px;
  height: 16px;
  cursor: pointer;
  overflow: hidden;
  line-height: 1em;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

footer .foot__top .top_icon {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  height: 14px;
  width: 38px;
  margin-left: 10px;
}

footer .foot__top .top_icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../images/top_arw.svg) no-repeat center;
  opacity: 0\9;
}

footer .foot__top:focus .top_icon:after,
footer .foot__top:hover .top_icon:after {
  -webkit-animation: top_arw_anim 0.2s ease-in-out;
  animation: top_arw_anim 0.2s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

footer .foot__about {
  font-size: 12px;
  line-height: 2.2em;
  width: 400px\9;
  float: left\9;
}

footer .foot__about span {
  font-size: 14px;
}

footer .foot__about .about_logo {
  margin-bottom: 20px;
}

footer .foot__about .about_logo img {
  width: 230px;
}

footer .foot__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 40px;
  width: 310px\9;
  float: right\9;
}

footer .foot__info .info__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  width: 270px;
  margin-bottom: 10px;
}

footer .foot__info .info__sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
}

footer .foot__info .info__sns ul:after {
  content: "";
  clear: both;
  display: block;
}

footer .foot__info .info__sns li {
  float: left\9;
  margin-left: 20px;
}

footer .foot__info .info__sns li img {
  width: 26px;
  height: 26px\9;
}

footer .foot__info .info__sns li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 780px) {
  footer {
    margin-top: 25%;
    padding: 20px 0 30px;
  }
  footer .container {
    display: block;
  }
  footer .foot__about .about_logo {
    margin-bottom: 0;
  }
  footer .foot__about .about_logo img {
    width: 140px;
  }
  footer .foot__info {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    margin-top: 6%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
    float: none\9;
    margin-top: 20px\9;
  }
  footer .foot__info .info__sns li {
    margin-left: 20px;
  }
  footer .foot__info .info__sns li img {
    width: 26px;
    height: 26px\9;
  }
  footer .foot__info .info__copy {
    text-align: right;
    margin-top: 6%;
    font-size: 10px;
  }
  footer .foot__top {
    top: 40px;
  }
}

main .sec_line_anim .container {
  padding-left: 55px;
  position: relative;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main .sec_line_anim .container:before,
main .sec_line_anim .container:after {
  content: "";
  position: absolute;
  top: 0;
}

main .sec_line_anim .container:before {
  left: 0;
  background-color: #000;
  width: 4px;
  height: 16px;
  z-index: 0;
}

main .sec_line_anim .container:after {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  left: 2px;
  height: 100%;
  width: 2px;
  background-color: #f0f0f0;
  z-index: -1;
}

@media screen and (max-width: 780px) {
  main .sec_line_anim h2,
  main .sec_line_anim h3 {
    line-height: 1em;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 14px;
    position: relative;
    top: 0;
    left: 0;
  }
  main .sec_line_anim h2:before,
  main .sec_line_anim h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #282828;
  }
  main .sec_line_anim .top__ser_block h3:before {
    opacity: 0\9;
  }
  main .sec_line_anim .container {
    padding-left: 0;
  }
  main .sec_line_anim .container:before,
  main .sec_line_anim .container:after {
    content: unset;
    content: none\9;
    opacity: 0;
  }
}

main#main_top .btn {
  text-align: center;
  margin-top: 60px;
}

main#main_top .btn a {
  border: 1px solid #2d323c;
  background-color: #fff;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  padding: 19px 0;
  max-width: 360px;
  width: 100%;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 18px;
  position: relative;
  top: 0;
  left: 0;
}

main#main_top .btn a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  height: 100%;
  width: 36px;
  background: url(../images/pager_arwR.svg) no-repeat center right;
}

main#main_top .btn a:hover:after,
main#main_top .btn a:focus:after {
  -webkit-animation: arw_anim 0.2s ease-in-out;
  animation: arw_anim 0.2s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

main#main_top .btn a.lung-en {
  letter-spacing: 0.05em;
}

@media screen and (max-width: 780px) {
  main#main_top .btn a {
    letter-spacing: 0.05em;
  }
  main#main_top .btn a:after {
    width: 24px;
    right: 6px;
  }
}

@media screen and (max-width: 780px) and (max-width: 350px) {
  main#main_top .btn a {
    font-size: 16px;
  }
}

main#main_top section h2 img {
  height: 28px;
}

@media screen and (max-width: 780px) {
  main#main_top section h2 img {
    height: 16px;
  }
}

main#main_top .line_bg_wrap {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}

main#main_top .line_bg_wrap .line_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/top_bg.png) no-repeat center top;
}

@media screen and (max-width: 780px) {
  main#main_top .line_bg_wrap .line_bg {
    background: url(../images/top_bg_sp.png) no-repeat center top;
    background-size: 100% auto;
  }
}

main#main_top #top_mv {
  max-height: 800px;
  height: 100vh;
  position: relative;
  top: 0;
  left: 0;
  font-weight: bold;
  overflow: hidden;
}

main#main_top #top_mv .mv__anim {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/top_mv.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

main#main_top #top_mv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

main#main_top #top_mv .lung-en .mv__copy--main {
  -webkit-text-stroke-width: 1px;
  letter-spacing: 0.03em;
}

main#main_top #top_mv .mv__copy--main {
  font-size: 52px;
}

main#main_top #top_mv .mv__copy--main .pare {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}

main#main_top #top_mv .mv__copy--main .pare__child {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #282828;
}

main#main_top #top_mv .mv__copy--sub {
  margin-top: 20px;
  font-size: 24px;
  line-height: 1.9em;
  letter-spacing: 0.1em;
}

main#main_top #top_mv .mv__copy--sub span {
  display: inline-block;
}

main#main_top #top_mv .mv__copy--sub span.sub_pare {
  position: relative;
  top: 0;
  left: 0;
  padding: 3px 10px 3px 10px;
  line-height: 1em;
}

main#main_top #top_mv .mv__copy--sub span.sub_pare__child {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #dc0a0a;
  z-index: -1;
}

main#main_top #top_mv .mv__copy--sub span.sub_pare__text {
  color: #fff;
  line-height: 1em;
}

main#main_top #top_mv .container--mv {
  max-width: 1040px;
  position: relative;
  top: 29vh;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 780px) {
  main#main_top #top_mv {
    height: 90vh;
    max-height: none;
  }
  main#main_top #top_mv .mv__anim {
    background: url(../images/top_mv_sp.jpg) no-repeat center bottom;
    background-size: cover;
  }
  main#main_top #top_mv .container--mv {
    top: 16vh;
    left: 20px;
  }
  main#main_top #top_mv .container--mv.lung-en {
    left: 30px;
  }
  main#main_top #top_mv .mv__copy--main {
    font-size: 6.5vw;
    line-height: 1.5em;
  }
  main#main_top #top_mv .lung-en .mv__copy--main {
    -webkit-text-stroke-width: 0px;
    letter-spacing: 0.01em;
  }
  main#main_top #top_mv .mv__copy--sub {
    font-size: 10px;
    margin-top: 3%;
  }
}

main#main_top #top_service {
  padding-top: 100px;
}

main#main_top #top_service .top__ser_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden\9;
}

main#main_top #top_service .top__ser_block dt {
  width: 370px;
  float: left\9;
  max-width: 370px\9;
  width: 42%\9;
}

main#main_top #top_service .top__ser_block dt h3 img {
  max-width: 310px;
}

main#main_top #top_service .top__ser_block dt p {
  margin-top: 25px;
  line-height: 2.9em;
  font-weight: bold;
}

main#main_top #top_service .top__ser_block dd {
  margin-top: 84px;
  float: right\9;
  max-width: 550px\9;
  width: 48%\9;
}

main#main_top #top_service .top__ser_block dd img {
  width: 100%;
  max-width: 550px;
}

main#main_top #top_service .btn--ser_btn {
  margin-top: 28px;
  text-align: left;
}

main#main_top #top_service .btn--ser_btn a {
  border-radius: 0;
  display: inline-block;
  background-color: #2d323c;
  color: #fff;
  padding: 14px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  width: 300px;
  position: relative;
  top: 0;
  left: 0;
}

main#main_top #top_service .btn--ser_btn a:before,
main#main_top #top_service .btn--ser_btn a:after {
  content: "";
  position: absolute;
}

main#main_top #top_service .btn--ser_btn a:before {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 24px;
  height: 100%;
  right: 10px;
  top: -1px;
  z-index: 1;
  background: url(../images/top_ser_btn_arw.svg) no-repeat right center;
}

main#main_top #top_service .btn--ser_btn a:after {
  width: 13px;
  height: 100%;
  right: 28px;
  top: 0;
  z-index: 0;
  background: url(../images/top_ser_btn_icon.svg) no-repeat center;
}

main#main_top #top_service .btn--ser_btn a:hover:before,
main#main_top #top_service .btn--ser_btn a:focus:before {
  -webkit-animation: arw_anim 0.2s ease-in-out;
  animation: arw_anim 0.2s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

main#main_top #top_service .btn--ser_btn a:hover:after,
main#main_top #top_service .btn--ser_btn a:focus:after {
  -webkit-animation: none;
  animation: none;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}

@media screen and (max-width: 780px) {
  main#main_top #top_service .top__ser_block {
    margin-top: 10%;
    padding-top: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  main#main_top #top_service .top__ser_block dt {
    width: 100%;
    max-width: 100%\9;
    width: 100%\9;
    margin-bottom: 50px\9;
  }
  main#main_top #top_service .top__ser_block dt h3 {
    text-align: center;
    padding-left: 0;
    width: 100%;
  }
  main#main_top #top_service .top__ser_block dt h3:before {
    content: unset;
  }
  main#main_top #top_service .top__ser_block dt h3 img {
    max-width: none;
    width: 70%;
    margin-right: 30px;
  }
  main#main_top #top_service .top__ser_block dt p {
    margin-top: 4%;
    line-height: 2.4em;
  }
  main#main_top #top_service .top__ser_block dd {
    margin-top: 0;
    width: 100%\9;
  }
  main#main_top #top_service .top__ser_block dd img {
    width: 100%;
    max-width: none;
  }
  main#main_top #top_service .btn {
    margin-top: 10%;
  }
  main#main_top #top_service .btn--ser_btn {
    margin-top: 11%;
    text-align: center;
  }
  main#main_top #top_service .btn--ser_btn a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
}

main#main_top #top_news {
  margin-top: 200px;
}

main#main_top #top_news .top__news_list {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden\9;
}

main#main_top #top_news .top__news_list dl {
  max-width: 434px;
  width: 48%;
  width: 44%\9;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 130px;
  float: left\9;
  margin-right: 6%\9;
  overflow: hidden;
}

main#main_top #top_news .top__news_list dl:nth-child(even) {
  margin-right: 0\9;
}

main#main_top #top_news .top__news_list dl:nth-last-child(2),
main#main_top #top_news .top__news_list dl:last-child {
  margin-bottom: 0;
}

main#main_top #top_news .top__news_list dl dt {
  position: relative;
  left: 0;
  top: 0;
}

main#main_top #top_news .top__news_list dl dt img {
  width: 100%;
  border-top: 4px solid #f0f0f0;
  border-left: 4px solid #f0f0f0;
}

main#main_top #top_news .top__news_list dl dt .top__news_tag {
  background-color: #f0f0f0;
  line-height: 1em;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}

main#main_top #top_news .top__news_list dl dd {
  position: relative;
  top: 0;
  right: 0;
  background-color: #2d323c;
  color: #fff;
  max-width: 400px;
  width: 94%;
  float: right;
  margin-right: -4px;
  margin-top: -39px;
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px 34px;
  min-height: 132px;
}

main#main_top #top_news .top__news_list dl dd:after {
  content: "";
  position: absolute;
  bottom: 14px;
  right: 10px;
  width: 44px;
  height: 6px;
  background: url(../images/contact_submit_arw.svg) no-repeat;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

main#main_top #top_news .top__news_list dl dd .top__news_title {
  font-weight: bold;
  font-size: 18px;
}

main#main_top #top_news .top__news_list dl dd .top__news_date {
  position: absolute;
  bottom: 8px;
}

main#main_top #top_news .top__news_list.lung-en dl dd:after {
  content: none !important;
}

main#main_top #top_news .top__news_list a:hover dd:after {
  -webkit-animation: arw_anim 0.2s ease-in-out;
  animation: arw_anim 0.2s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

main#main_top #top_news .btn {
  margin-top: 110px;
}

@media screen and (max-width: 1050px) {
  main#main_top #top_news .top__news_list dl dd .top__news_title {
    font-size: 16px;
  }
}

@media screen and (max-width: 780px) {
  main#main_top #top_news {
    margin-top: 40%;
  }
  main#main_top #top_news .top__news_list {
    margin-top: 10%;
  }
  main#main_top #top_news .top__news_list dl {
    max-width: none;
    margin-bottom: 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  main#main_top #top_news .top__news_list dl:nth-last-child(2) {
    margin-bottom: 4%;
  }
  main#main_top #top_news .top__news_list dl a {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden\9;
  }
  main#main_top #top_news .top__news_list dl dt {
    width: 41%;
    float: left\9;
  }
  main#main_top #top_news .top__news_list dl dt img {
    border: 4px solid #f0f0f0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  main#main_top #top_news .top__news_list dl dt .top__news_tag {
    padding: 4px;
    font-size: 12px;
  }
  main#main_top #top_news .top__news_list dl dd {
    float: right\9;
    width: 55%;
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    background: none;
    color: #282828;
    max-width: none;
    min-height: 0;
  }
  main#main_top #top_news .top__news_list dl dd:after {
    content: "";
    position: absolute;
    bottom: 14px;
    right: 10px;
    width: 44px;
    height: 6px;
  }
  main#main_top #top_news .top__news_list dl dd .top__news_title {
    font-size: 14px;
  }
  main#main_top #top_news .top__news_list dl dd .top__news_date {
    font-size: 12px;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 20px;
  }
  main#main_top #top_news .btn {
    margin-top: 20%;
  }
}

main#main_top #top_recruit {
  margin-top: 204px;
  padding-bottom: 270px;
}

main#main_top #top_recruit .top__rec_img {
  margin-top: 80px;
  margin-left: -80px;
}

main#main_top #top_recruit .top__rec_img img {
  width: 100%;
  max-width: 1080px;
}

main#main_top #top_recruit .top__rec_text {
  margin-top: 37px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.7em;
}

main#main_top #top_recruit .top__rec_text.lung-en {
  letter-spacing: 0.05em;
}

main#main_top #top_recruit .btn {
  margin-top: 62px;
}

main#main_top #top_recruit .btn a {
  max-width: 460px;
}

@media screen and (max-width: 780px) {
  main#main_top #top_recruit {
    margin-top: 40%;
    padding-bottom: 40%;
  }
  main#main_top #top_recruit .top__rec_img {
    margin-top: 10%;
    margin-left: 0;
  }
  main#main_top #top_recruit .top__rec_text {
    margin-top: 11%;
    text-align: left;
    font-size: 16px;
    line-height: 2em;
  }
  main#main_top #top_recruit .btn {
    margin-top: 20%;
  }
}

main.other .hero {
  height: 570px;
}

main.other .hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 100px 0 150px;
  padding: 180px 0 150px\9;
}

main.other .hero--under {
  height: 460px;
}

main.other .hero--under h2 {
  -webkit-box-sizing: border-box\9;
  box-sizing: border-box\9;
}

@media screen and (max-width: 780px) {
  main.other .hero {
    height: 180px;
  }
  main.other .hero .container {
    padding: 0;
  }
  main.other .hero--under {
    height: auto;
    height: auto\9;
    padding: 34px 0;
  }
}

main#news .hero {
  height: 230px;
}

main#news .hero .container {
  padding-top: 0\9;
}

main#news .hero h2 {
  padding: 0\9;
  padding-top: 60px\9;
}

main#news .hero h2 img {
  height: 90px;
}

@media screen and (max-width: 780px) {
  main#news .hero {
    height: auto;
    padding: 34px 0;
  }
  main#news .hero .container {
    padding: 0;
  }
  main#news .hero h2 {
    width: 100%;
  }
  main#news .hero h2 img {
    height: auto;
    width: 22%;
  }
}

main#news .news__category {
  border-bottom: 2px solid #dc0a0a;
}

main#news .news__category:after {
  content: "";
  display: block;
  clear: both;
}

main#news .news__category .category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
  width: 770px;
  margin: 60px auto 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden\9;
}

main#news .news__category .category__list li {
  display: block\9;
  width: 120px\9;
  margin-right: 10px\9;
  float: left\9;
}

main#news .news__category .category__list li:last-child {
  margin-right: 0;
}

main#news .news__category .category__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
  height: 40px;
  background-color: #f0f0f0;
  padding: 10px 0\9;
  -webkit-box-sizing: border-box\9;
  box-sizing: border-box\9;
  display: block\9;
  width: 100%\9;
}

main#news .news__category .category__list li.list__item--active a {
  background-color: #dc0a0a;
  color: #fff;
}

main#news .news__category .category__archive {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 210px\9;
  overflow: hidden\9;
}

main#news .news__category .category__archive p {
  float: left\9;
  margin-top: 10px;
}

main#news .news__category .category__archive select {
  float: right\9;
  width: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 6px;
  margin-left: 20px;
}

@media screen and (max-width: 1050px) {
  main#news .news__category .category__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
    max-width: 770px;
    width: 100%;
    margin: 60px auto 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main#news .news__category .category__list li {
    width: 32%;
    margin-top: 8px;
  }
  main#news .news__category .category__list a {
    width: 100%;
  }
  main#news .news__category .category__archive {
    font-size: 12px;
  }
}

@media screen and (max-width: 780px) {
  main#news .news__category .category__list {
    margin: 0 auto 30px;
  }
  main#news .news__category .category__list li a {
    font-size: 11px;
  }
}

main#news .news__content .news__list {
  /*
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden\9;
  justify-content: space-between;
  */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:  0 40px;
}

main#news .news__content .news__list dl {
  /*
  margin-top: 70px;
  width: 30.613%;
  float: left\9;
  */
  margin-top: 70px;
}

main#news .news__content .news__list dl:nth-child(3n) {
  margin-right: 0;
}

main#news .news__content .news__list dl a {
  display: block;
}

main#news .news__content .news__list dl dt img {
  width: 100%;
  border: 1px solid #000;
}

main#news .news__content .news__list dl .item__date {
  color: #717070;
  margin-top: 10px;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: bold;
}

main#news .news__content .news__list dl .item__tag {
  display: inline-block;
  background: #f0f0f0;
  margin-left: 10px;
  color: #282828;
  padding: 6px 10px;
}

main#news .news__content .news__list dl .item__title {
  text-align: justify;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 780px) {
  main#news .news__content .news__list {
    display: block;
  }
  main#news .news__content .news__list dl {
    margin-top: 6%;
    margin-right: 0;
    width: 100%;
  }
  main#news .news__content .news__list dl a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  main#news .news__content .news__list dl dt {
    border: none;
    width: 38%;
  }
  main#news .news__content .news__list dl dt img {
    width: 100%;
  }
  main#news .news__content .news__list dl dd {
    width: 57%;
  }
  main#news .news__content .news__list dl .item__date {
    margin-top: 0;
    font-size: 12px;
  }
  main#news .news__content .news__list dl .item__tag {
    margin-left: 10px;
    padding: 4px 3px;
    font-size: 10px;
  }
  main#news .news__content .news__list dl .item__title {
    font-size: 14px;
  }
}

main#news .news__content .news__list--blog {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

main#news .news__content .news__list--blog dl {
  width: 100%;
  margin-right: 0;
  overflow: hidden\9;
}

main#news .news__content .news__list--blog dl a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: block\9;
  overflow: hidden\9;
}

main#news .news__content .news__list--blog dl a dt {
  margin-right: 20px;
  float: left\9;
  width: 18%\9;
}

main#news .news__content .news__list--blog dl a dt img {
  width: 200px;
  width: 100%\9;
}

main#news .news__content .news__list--blog dl a dd {
  width: 77%\9;
  float: right\9;
}

main#news .news__content .news__list--blog dl .item__date {
  margin: 0;
}

main#news .news__content .news__list--blog dl .item__content {
  color: #717070;
  font-size: 12px;
  margin-top: 20px;
}

@media screen and (max-width: 780px) {
  main#news .news__content .news__list--blog dl a dt img {
    width: 100%;
  }
}

main#news .news__content .news__pager {
  margin-top: 140px;
  text-align: center;
}

main#news .news__content .news__pager--wrap {
  display: inline-block;
}

main#news .news__content .news__pager--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden\9;
}

main#news .news__content .news__pager--content li {
  margin-right: 20px;
  float: left\9;
}

main#news .news__content .news__pager--content li:last-child {
  margin-right: 0;
}

main#news .news__content .news__pager--content li img {
  height: 6px;
}

main#news .news__content .news__pager--content li.pager__item--active {
  background-color: #dc0a0a;
  color: #fff;
  border-color: #dc0a0a;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main#news .news__content .news__pager--content li a {
  border: 1px solid #282828;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  display: block\9;
}

main#news .news__content .news__pager--content li a.pager__item--arw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  height: 30px;
  width: auto;
}

main#news .news__content .news__pager--content li.pager__item--arw a {
  border: none;
  width: 170px;
  margin-top: 10px;
}

@media screen and (max-width: 780px) {
  main#news .news__content .news__pager {
    margin-top: 20%;
  }
}

main#news .news__content article {
  word-break: break-all;
}

main#news .news__content article h1 {
  font-size: 30px;
}

main#news .news__content article h2 {
  font-size: 26px;
}

main#news .news__content article h3 {
  font-size: 22px;
}

main#news .news__content article h4 {
  font-size: 18px;
}

main#news .news__content article h5 {
  font-size: 16px;
}

main#news .news__content article a {
  color: #00a0eb;
  text-decoration: underline;
}

main#news .news__content article img {
  max-width: 100%;
  height: auto;
}

main#news .news__content .news__date {
  color: #f0f0f0;
}

main#news .news__content .article__header {
  margin-top: 30px;
  margin-bottom: 50px;
}

main#news .news__content .article__header h2 {
  font-size: 28px;
  font-weight: bold;
}

main#news .news__content .article__tag {
  display: inline-block;
  background: #f0f0f0;
  color: #282828;
  padding: 6px 10px;
  font-size: 12px;
  margin-top: 20px;
}

@media screen and (max-width: 780px) {
  main#news .news__content .article__header h2 {
    font-size: 18px;
  }
}

main#news .news__content .news__pager--content li.pager__item--archive a {
  width: 250px;
}

main#news .news__content .pager__item--archive a {
  border: 1px solid #282828;
  padding: 10px 20px;
}

@media screen and (max-width: 780px) {
  main#news .news__content .pager__item--archive {
    margin-top: 40px;
  }
  main#news .news__content .pager__item--archive a {
    padding: 14px 70px;
  }
}

@media screen and (max-width: 780px) and (max-width: 350px) {
  main#news .news__content .pager__item--archive a {
    padding: 14px 50px;
  }
}

main#news .sns_btn {
  margin-top: 100px;
  width: 240px;
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  white-space: nowrap;
}

main#news .sns_btn ._2tga._49ve {
  height: 25px;
}

main#news .sns_btn .tw {
  margin-right: 20px;
}

main#news .sns_btn .tw a {
  background-color: #1da1f2;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 10px 4px 24px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  line-height: 1em;
}

main#news .sns_btn .tw a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 4px;
  background: url(../images/sns_t_logo.png) no-repeat 5% center;
  width: 16px;
  height: 20px;
  background-size: 100%;
}

main#news .sns_btn .fb-l a {
  background-color: #4267b2;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 10px;
  color: #fff;
  font-size: 12px;
  position: relative;
  display: inline-block;
  line-height: 1em;
}

main#contact .hero {
  height: 230px;
}

main#contact .hero .container {
  padding-top: 60px\9;
}

main#contact .hero h2 img {
  height: 90px;
}

main#contact .hero h2 img.h2-en {
  height: 56px;
}

@media screen and (max-width: 780px) {
  main#contact .hero {
    height: auto;
    padding: 30px 0;
  }
  main#contact .hero h2 img,
  main#contact .hero h2 img.h2-en {
    width: 148px;
    height: auto;
  }
}

main#contact .contact__header p {
  font-size: 15px;
}

main#contact .contact__header p .rec {
  color: #dc0a0a;
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
}

main#contact .contact__header .attention {
  font-size: 12px;
  margin-top: 20px;
}

@media screen and (max-width: 780px) {
  main#contact .contact__header p {
    font-size: 13px;
  }
  main#contact .contact__header .attention {
    font-size: 10px;
  }
}

main#contact .contact__content {
  margin-top: 60px;
}

main#contact .contact__content .rec {
  color: #dc0a0a;
  position: relative;
  top: -6px;
  left: 0;
  z-index: -1;
}

main#contact .contact__content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main#contact .contact__content dl dt {
  width: 190px;
  margin-right: 10px;
}

main#contact .contact__content dl dd {
  width: 100%;
}

main#contact .contact__content dl dd input,
main#contact .contact__content dl dd select,
main#contact .contact__content dl dd textarea {
  background-color: #f5f5f5;
  border: none;
  width: 100%;
  display: block;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}

main#contact .contact__content dl dd .contact__trg {
  margin-top: 30px;
}

main#contact .contact__content dl dd .error {
  font-weight: bold;
  color: #dc0a0a;
}

main#contact .contact__content dl.contact__trg_block,
main#contact .contact__content dl.contact__come_block {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

main#contact .contact__content dl.contact__trg_block dt,
main#contact .contact__content dl.contact__come_block dt {
  padding-top: 10px;
}

main#contact .contact__content dl.contact__check_block input {
  width: auto;
  display: inline-block;
  margin-top: 0;
}

main#contact .contact__content dl.contact__check_block a {
  color: #00a0eb;
  text-decoration: underline;
}

main#contact .contact__content .contact__submit_wrap {
  text-align: center;
  margin-top: 70px;
}

main#contact .contact__content .contact__submit_wrap .contact__submit {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}

main#contact .contact__content .contact__submit_wrap .contact__submit:after {
  content: "";
  position: absolute;
  top: 48%;
  right: 30px;
  width: 44px;
  height: 6px;
  background: url(../images/contact_submit_arw.svg) no-repeat center;
}

main#contact .contact__content .contact__submit_wrap input[type="submit"] {
  background-color: #2d323c;
  color: #fff;
  width: 370px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0;
  display: inline-block;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

main#contact
  .contact__content
  .contact__submit_wrap
  input[type="submit"][data-state="disabled"] {
  color: #adb2bc;
  background-color: #fff;
  border: 1px solid #adb2bc;
  cursor: not-allowed;
}

main#contact
  .contact__content
  .contact__submit_wrap.contact__submit_wrap--comfirm
  a,
main#contact
  .contact__content
  .contact__submit_wrap.contact__submit_wrap--comfirm
  .submitBack {
  border: 1px solid #2d323c;
  display: inline-block;
  padding: 20px;
  width: 370px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
}

main#contact
  .contact__content
  .contact__submit_wrap.contact__submit_wrap--comfirm
  a:after,
main#contact
  .contact__content
  .contact__submit_wrap.contact__submit_wrap--comfirm
  .submitBack:after {
  content: "";
  position: absolute;
  top: 48%;
  right: auto;
  left: 30px;
  width: 44px;
  height: 7px;
  background: url(../images/pager_arwL.svg) no-repeat center;
}

@media screen and (max-width: 780px) {
  main#contact .contact__content dl {
    margin-top: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main#contact .contact__content dl dt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  main#contact .contact__content dl dd input,
  main#contact .contact__content dl dd select,
  main#contact .contact__content dl dd textarea {
    padding: 10px;
  }
  main#contact .contact__content dl dd .contact__trg {
    margin-top: 20px;
  }
  main#contact .contact__content .contact__submit_wrap {
    text-align: center;
    margin-top: 70px;
  }
  main#contact .contact__content .contact__submit_wrap .contact__submit {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  main#contact .contact__content .contact__submit_wrap .contact__submit:after {
    content: "";
    position: absolute;
    top: 43%;
    right: 5px;
    width: 44px;
    height: 6px;
  }
  main#contact .contact__content .contact__submit_wrap input[type="submit"] {
    width: 100%;
    text-align: center;
  }
  main#contact
    .contact__content
    .contact__submit_wrap.contact__submit_wrap--comfirm {
    margin-top: 40px;
  }
  main#contact
    .contact__content
    .contact__submit_wrap.contact__submit_wrap--comfirm
    a {
    padding: 10px 0;
    width: 100%;
  }
  main#contact
    .contact__content
    .contact__submit_wrap.contact__submit_wrap--comfirm
    a:after {
    top: 39%;
    left: 5px;
  }
}

main#contact .contact__comp .comp__maincopy {
  font-size: 30px;
  font-weight: bold;
  text-align: left;
}

main#contact .contact__comp .comp__text {
  font-size: 18px;
  text-align: left;
  margin-top: 60px;
  line-height: 2.5em;
}

main#contact .contact__comp .clr-r {
  color: #dc0a0a;
  font-weight: bold;
}

main#contact .contact__comp .btn {
  margin-top: 120px;
  text-align: left;
}

main#contact .contact__comp .btn a {
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #000;
  padding: 20px 0;
  max-width: 370px;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}

main#contact .contact__comp .btn a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  height: 100%;
  width: 40px;
  background: url(../images/pager_arwR.svg) no-repeat center;
}

@media screen and (max-width: 780px) {
  main#contact .contact__comp .comp__maincopy {
    font-size: 24px;
    margin-top: 60px;
  }
  main#contact .contact__comp .comp__text {
    font-size: 16px;
  }
  main#contact .contact__comp .btn {
    margin-top: 70px;
  }
}

main#recruit .hero {
  background: url(../images/recruit_intro_message.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
  top: 0;
  left: 0;
}

main#recruit .hero h2 {
  margin-top: -348px;
  margin-top: 0\9;
}

main#recruit .hero h2 img {
  width: 298px;
  height: 86px;
}

main#recruit .hero p {
  position: fixed;
  top: 40%;
  right: 20px;
  z-index: 2;
  display: inline-block;
  background-color: #dc0a0a;
  line-height: 1em;
  padding: 14px 24px 14px 70px;
  padding: 14px 24px 14px\9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  cursor: pointer;
  top: 40%\9;
}

main#recruit .hero p img {
  width: 70px;
  height: auto;
}

main#recruit .hero p:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 17px;
  width: 40px;
  height: 100%;
  background: url(../images/contact_submit_arw.svg) no-repeat right;
  -webkit-transform: rotate(180deg) scale(1, -1);
  -ms-transform: rotate(180deg) scale(1, -1);
  transform: rotate(180deg) scale(1, -1);
  opacity: 0\9;
}

@media screen and (max-width: 780px) {
  main#recruit .hero {
    background: url(../images/recruit_intro_message.jpg) no-repeat center bottom;
    background-size: cover;
  }
  main#recruit .hero h2 {
    margin-top: -80px;
    width: 270px;
  }
  main#recruit .hero h2 img {
    height: auto;
    width: 100%;
  }
  main#recruit .hero__entry_wrap {
    right: 14px;
  }
  main#recruit .hero__entry_wrap p {
    padding: 8px 14px 8px 68px;
    top: -72px;
    top: 40%\9;
  }
  main#recruit .hero__entry_wrap p img {
    width: 50px;
  }
  main#recruit .hero__entry_wrap p:after {
    top: 0;
  }
}

main#recruit .line_bg_wrap {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}

main#recruit .line_bg_wrap .line_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/recruit_bg.png) no-repeat center top;
}

@media screen and (max-width: 780px) {
  main#recruit .line_bg_wrap .line_bg {
    background: url(../images/recruit_bg_sp.png) no-repeat center top;
    background-size: 100% auto;
  }
}

main#recruit h2 img {
  height: 86px;
}

@media screen and (max-width: 780px) {
  main#recruit h2 img {
    max-width: 100%;
    height: 13px;
  }
}

main#recruit .rec__intro {
  padding-top: 150px;
}

main#recruit .rec__intro dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden\9;
}

main#recruit .rec__intro dl dt {
  max-width: 480px;
  width: 48%;
  margin-right: 4%;
  width: 48%\9;
  float: left\9;
}

main#recruit .rec__intro dl dt img {
  width: 100%;
}

main#recruit .rec__intro dl dd {
  width: 497px;
  line-height: 2.8em;
  font-size: 16px;
  font-weight: bold;
  width: 48%\9;
  float: right\9;
  margin-top: 30px\9;
}

@media screen and (max-width: 780px) {
  main#recruit .rec__intro {
    padding-top: 15%;
  }
  main#recruit .rec__intro dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main#recruit .rec__intro dl dt {
    margin-top: 0;
    margin-right: 0;
    width: 70%;
    width: 100%\9;
    text-align: center;
  }
  main#recruit .rec__intro dl dd {
    text-align: center;
    margin-top: 16%;
    max-width: 480px;
    width: 100%;
    line-height: 2.3em;
    font-size: 12px;
    width: 100%\9;
  }
}

main#recruit .rec__val {
  margin-top: 143px;
}

main#recruit .rec__val .val__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
  overflow: hidden;
}

main#recruit .rec__val .val__list dl {
  width: 31%;
  max-width: 300px;
  float: left\9;
  margin-right: 3.5%\9;
}

main#recruit .rec__val .val__list dl:last-child {
  margin-right: 0\9;
}

main#recruit .rec__val .val__list dl img {
  width: 100%;
}

main#recruit .rec__val .val__list dl h3 {
  font-weight: bold;
  font-size: 18px;
}

main#recruit .rec__val .val__list dl p {
  margin-top: 12px;
  line-height: 2.3em;
}

main#recruit .rec__val .val__list dl dd {
  margin-top: 26px;
}

@media screen and (max-width: 780px) {
  main#recruit .rec__val {
    margin-top: 15%;
  }
  main#recruit .rec__val .val__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10%;
  }
  main#recruit .rec__val .val__list dl {
    width: 100%;
    max-width: none;
    margin-top: 9%;
  }
  main#recruit .rec__val .val__list dl h3 {
    font-size: 16px;
  }
  main#recruit .rec__val .val__list dl p {
    margin-top: 1%;
    line-height: 1.8em;
    font-size: 12px;
  }
  main#recruit .rec__val .val__list dl dt {
    text-align: center;
  }
  main#recruit .rec__val .val__list dl dt img {
    width: 100%;
  }
  main#recruit .rec__val .val__list dl dd {
    margin-top: 4%;
  }
  main#recruit .rec__val .val__list dl:first-child {
    margin-top: 0;
  }
}

main#recruit .rec__dev {
  margin-top: 190px;
}

main#recruit .rec__dev dl {
  margin-top: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden\9;
}

main#recruit .rec__dev dl dd {
  line-height: 2.6em;
  max-width: 390px;
  width: 40%;
  float: left\9;
}

main#recruit .rec__dev dl dt {
  max-width: 530px;
  width: 55%;
  margin-top: 10px;
  float: right\9;
}

main#recruit .rec__dev dl dt img {
  width: 100%;
}

@media screen and (max-width: 780px) {
  main#recruit .rec__dev {
    margin-top: 23%;
  }
  main#recruit .rec__dev dl {
    margin-top: 8%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main#recruit .rec__dev dl dd {
    max-width: none;
    width: 100%;
    margin-top: 5%;
    line-height: 1.8em;
    font-size: 12px;
  }
  main#recruit .rec__dev dl dt {
    max-width: none;
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
  main#recruit .rec__dev dl dt img {
    width: 100%;
  }
}

main#recruit .rec__work {
  margin-top: 180px;
}

main#recruit .rec__work .work__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
  overflow: hidden\9;
}

main#recruit .rec__work .work__list dl {
  max-width: 460px;
  width: 47%;
  float: left\9;
}

main#recruit .rec__work .work__list dl dt img {
  width: 100%;
}

main#recruit .rec__work .work__list dl dd {
  margin-top: 30px;
  line-height: 2.3em;
}

main#recruit .rec__work .work__list dl:last-child {
  margin-top: 120px;
  float: right\9;
}

main#recruit .rec__work .work__list dl .list__text-box {
  border: 1px solid #2d323c;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  line-height: 1.8em;
  margin-top: 24px;
}

@media screen and (max-width: 780px) {
  main#recruit .rec__work {
    margin-top: 23%;
  }
  main#recruit .rec__work .work__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 6% auto 0;
  }
  main#recruit .rec__work .work__list dl {
    max-width: none;
    width: 100%;
  }
  main#recruit .rec__work .work__list dl dd {
    margin-top: 5%;
    line-height: 2em;
    font-size: 12px;
  }
  main#recruit .rec__work .work__list dl dt img {
    width: 100%;
  }
  main#recruit .rec__work .work__list dl:last-child {
    margin-top: 10%;
  }
  main#recruit .rec__work .work__list dl .list__text-box {
    width: 100%;
    padding: 10px;
    line-height: 1.8em;
    margin-top: 3%;
  }
}

main#recruit .rec__tech {
  background: rgba(210, 23, 26, 0.2);
  margin-top: 160px;
  padding-top: 168px;
  padding-bottom: 160px;
}

@media screen and (max-width: 780px) {
  main#recruit .rec__tech {
    margin-top: 23%;
    padding-top: 7%;
    padding-bottom: 16%;
  }
}

main#recruit .rec__tech .tech__content {
  margin-top: 54px;
}

main#recruit .rec__tech .tech__content dl {
  background-color: #dc0a0a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden\9;
}

main#recruit .rec__tech .tech__content dl:last-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 28px;
}

main#recruit .rec__tech .tech__content dl:last-child dt {
  float: right\9;
}

main#recruit .rec__tech .tech__content dl:last-child dd {
  float: left\9;
  padding: 4px 20px 4px 20px;
  padding: 20px 10px\9;
}

main#recruit .rec__tech .tech__content dl dt {
  max-width: 390px;
  width: 41%;
  width: 38%\9;
  float: left\9;
}

main#recruit .rec__tech .tech__content dl dt img {
  width: 100%;
}

main#recruit .rec__tech .tech__content dl dd {
  max-width: 570px;
  width: 60%;
  width: 60%\9;
  float: right\9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px 10px 30px;
}

main#recruit .rec__tech .tech__content dl dd h3 {
  font-size: 24px;
  font-weight: bold;
}

main#recruit .rec__tech .tech__content dl dd p {
  font-size: 18px;
  line-height: 1.8em;
  margin-top: 10px;
}

main#recruit .rec__tech .tech__content dl dd p.lung-ja {
  text-align: justify;
}

@media screen and (max-width: 780px) {
  main#recruit .rec__tech .tech__content {
    margin-top: 8%;
  }
  main#recruit .rec__tech .tech__content dl,
  main#recruit .rec__tech .tech__content dl:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5%;
  }
  main#recruit .rec__tech .tech__content dl dt,
  main#recruit .rec__tech .tech__content dl dd,
  main#recruit .rec__tech .tech__content dl:last-child dt,
  main#recruit .rec__tech .tech__content dl:last-child dd {
    width: 100%;
    width: 100%\9;
    max-width: 100%;
  }
  main#recruit .rec__tech .tech__content dl dd,
  main#recruit .rec__tech .tech__content dl:last-child dd {
    padding: 0;
    padding-top: 7%;
  }
  main#recruit .rec__tech .tech__content dl dd h3,
  main#recruit .rec__tech .tech__content dl:last-child dd h3 {
    font-size: 18px;
  }
  main#recruit .rec__tech .tech__content dl dd p,
  main#recruit .rec__tech .tech__content dl:last-child dd p {
    font-size: 14px;
    margin-top: 2%;
  }
  main#recruit .rec__tech .tech__content dl:last-child {
    margin-top: 4%;
  }
}

main#recruit .rec__tech .tech__list {
  margin-top: 100px;
}

main#recruit .rec__tech .tech__list h3 {
  background-color: #fff;
  font-size: 24px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 17px 43px;
}

main#recruit .rec__tech .tech__list .list__img {
  margin-top: 6px;
}

main#recruit .rec__tech .tech__list .list__img img {
  max-width: 982px;
  width: 100%;
}

@media screen and (max-width: 780px) {
  main#recruit .rec__tech .tech__list {
    margin-top: 23%;
  }
  main#recruit .rec__tech .tech__list h3 {
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 14px;
  }
  main#recruit .rec__tech .tech__list .list__img {
    margin-top: 3px;
  }
}

main#recruit .rec__tech .btn {
  text-align: center;
  margin-top: 60px;
}

main#recruit .rec__tech .btn a {
  border: 1px solid #2d323c;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  padding: 19px 0;
  max-width: 360px;
  width: 100%;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 18px;
  background-color: #fff;
  position: relative;
  top: 0;
  left: 0;
}

main#recruit .rec__tech .btn a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  height: 100%;
  width: 36px;
  background: url(../images/pager_arwR.svg) no-repeat center right;
}

main#recruit .rec__tech .btn a:hover:after,
main#recruit .rec__tech .btn a:focus:after {
  -webkit-animation: arw_anim 0.2s ease-in-out;
  animation: arw_anim 0.2s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

main#recruit .rec__tech .btn a.lung-en {
  letter-spacing: 0.05em;
}

@media screen and (max-width: 780px) {
  main#recruit .rec__tech .btn {
    margin-top: 16%;
  }
  main#recruit .rec__tech .btn a {
    font-size: 16px;
    padding: 20px 0;
  }
  main#recruit .rec__tech .btn a:after {
    right: 5px;
  }
}

main#recruit .rec__mem {
  margin-top: 124px;
}

main#recruit .rec__mem .mem__list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}

main#recruit .rec__mem .mem__list a {
  display: inline-block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

main#recruit .rec__mem .mem__list a:hover {
  opacity: 0.6;
}

main#recruit .rec__mem .mem__list dl {
  width: 31%;
  max-width: 300px;
  float: left\9;
  margin-right: 3.5%\9;
}

main#recruit .rec__mem .mem__list dl:last-child {
  margin-right: 0;
}

main#recruit .rec__mem .mem__list dt img {
  width: 100%;
}

main#recruit .rec__mem .mem__list dd {
  margin-top: 30px;
}

main#recruit .rec__mem .mem__list .list__text--class {
  font-size: 14px;
  line-height: 2em;
}

main#recruit .rec__mem .mem__list .list__text--name {
  font-size: 26px;
}

@media screen and (max-width: 780px) {
  main#recruit .rec__mem {
    margin-top: 28%;
  }
  main#recruit .rec__mem .mem__list {
    margin-top: 8%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main#recruit .rec__mem .mem__list dl {
    width: 46%;
    float: left\9;
    margin-right: 8%\9;
  }
  main#recruit .rec__mem .mem__list dl:last-child {
    margin-top: 9%;
    margin-right: 8%;
  }
  main#recruit .rec__mem .mem__list dl:nth-child(even) {
    margin-right: 0\9;
  }
  main#recruit .rec__mem .mem__list dt img {
    width: 100%;
  }
  main#recruit .rec__mem .mem__list dd {
    margin-top: 5%;
  }
  main#recruit .rec__mem .mem__list .list__text--class {
    font-size: 10px;
    line-height: 1.6em;
  }
  main#recruit .rec__mem .mem__list .list__text--name {
    font-size: 18px;
    margin-top: 10px;
  }
}

main#recruit .rec__blog {
  margin-top: 152px;
}

@media screen and (max-width: 780px) {
  main#recruit .rec__blog {
    margin-top: 23%;
  }
}

main#recruit .rec__blog .blog__list {
  margin-top: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden\9;
}

main#recruit .rec__blog .blog__list dl {
  max-width: 300px;
  width: 31%;
  margin-right: 3.5%;
  float: left\9;
}

main#recruit .rec__blog .blog__list dl:last-child {
  margin-right: 0;
}

main#recruit .rec__blog .blog__list dl dt img {
  width: 100%;
}

main#recruit .rec__blog .blog__list dl dd {
  background-color: #2d323c;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px;
  position: relative;
  top: 0;
  left: 0;
}

main#recruit .rec__blog .blog__list dl dd .blog__item--title {
  font-size: 16px;
}

main#recruit .rec__blog .blog__list dl dd .blog__item--date {
  font-size: 12px;
  line-height: 1em;
  margin-top: 10px;
}

main#recruit .rec__blog .blog__list dl dd:after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 9px;
  width: 38px;
  height: 7px;
  background: url(../images/contact_submit_arw.svg) no-repeat center right;
}

main#recruit .rec__blog.lung-en .blog__list dl dd:after {
  opacity: 0;
}

@media screen and (max-width: 780px) {
  main#recruit .rec__blog .blog__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 8%;
  }
  main#recruit .rec__blog .blog__list dl {
    max-width: none;
    margin-top: 4%;
    width: 100%;
  }
  main#recruit .rec__blog .blog__list dl:first-child {
    margin-top: 0;
  }
  main#recruit .rec__blog .blog__list dl dd {
    padding: 5%;
  }
  main#recruit .rec__blog .blog__list dl dd .blog__item--title {
    font-size: 14px;
  }
  main#recruit .rec__blog .blog__list dl dd .blog__item--date {
    font-size: 10px;
  }
  main#recruit .rec__blog .blog__list dl dd:after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 9px;
    width: 38px;
    height: 7px;
  }
}

main#recruit .rec__blog .btn--rec {
  margin-top: 74px;
  text-align: center;
}

main#recruit .rec__blog .btn--rec a {
  border-radius: 0;
  display: inline-block;
  background-color: #2d323c;
  color: #fff;
  padding: 14px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  width: 330px;
  letter-spacing: 0.2em;
  position: relative;
  top: 0;
  left: 0;
}

main#recruit .rec__blog .btn--rec a:before,
main#recruit .rec__blog .btn--rec a:after {
  content: "";
  position: absolute;
}

main#recruit .rec__blog .btn--rec a:before {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 24px;
  height: 100%;
  right: 10px;
  top: -1px;
  z-index: 1;
  background: url(../images/top_ser_btn_arw.svg) no-repeat right center;
}

main#recruit .rec__blog .btn--rec a:after {
  width: 13px;
  height: 100%;
  right: 28px;
  top: 0;
  z-index: 0;
  background: url(../images/top_ser_btn_icon.svg) no-repeat center;
}

main#recruit .rec__blog .btn--rec a:hover:before,
main#recruit .rec__blog .btn--rec a:focus:before {
  -webkit-animation: arw_anim 0.2s ease-in-out;
  animation: arw_anim 0.2s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media screen and (max-width: 780px) {
  main#recruit .rec__blog .btn--rec {
    margin-top: 10%;
  }
  main#recruit .rec__blog .btn--rec a {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    width: 90%;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0;
  }
  main#recruit .rec__blog .btn--rec a:before {
    top: -2px;
  }
}

main#recruit .rec__slide {
  margin-top: 152px;
}

@media screen and (max-width: 780px) {
  main#recruit .rec__slide {
    margin-top: 23%;
    padding-top: 7%;
    padding-bottom: 16%;
  }
}

main#recruit .rec__slide .slide__content {
  margin-top: 54px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 780px) {
  main#recruit .rec__slide .slide__content {
    margin-top: 8%;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
}

main#recruit .rec__entry {
  background-color: #dc0a0a;
  margin-top: 150px;
  padding-top: 100px;
  padding-bottom: 64px;
  text-align: center;
}

main#recruit .rec__entry h2 {
  margin-top: 34px;
}

main#recruit .rec__entry h2 img {
  max-width: 248px;
  width: 36%;
  height: auto;
}

main#recruit .rec__entry .entry__copy img {
  max-width: 682px;
  width: 80%;
}

main#recruit .rec__entry .entry__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 850px;
  width: 100%;
  margin: 60px auto 0;
  overflow: hidden\9;
}

main#recruit .rec__entry .entry__list li {
  max-width: 270px;
  width: 32%;
  float: left\9;
  margin-right: 2%;
  margin-bottom: 25px;
}

main#recruit .rec__entry .entry__list li:nth-child(3n) {
  margin-right: 0;
}

main#recruit .rec__entry .entry__list a {
  width: 100%;
  display: inline-block;
  font-size: 15px;
  color: #dc0a0a;
  background-color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0;
  font-weight: bold;
  min-height: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 780px) {
  main#recruit .rec__entry {
    margin-top: 27%;
    padding-top: 15%;
    padding-bottom: 14%;
  }
  main#recruit .rec__entry h2 img {
    height: auto;
  }
  main#recruit .rec__entry .entry__copy img {
    max-width: none;
    width: 100%;
  }
  main#recruit .rec__entry .entry__list {
    margin-top: 8%;
    width: 80%;
  }
  main#recruit .rec__entry .entry__list li {
    max-width: none;
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
  }
  main#recruit .rec__entry .entry__list li:nth-child(3n) {
    margin-right: 0;
  }
  main#recruit .rec__entry .entry__list li:nth-child(even) {
    margin-right: 0;
  }
  main#recruit .rec__entry .entry__list li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 38px;
  }
}

main#mission .hero {
  background: url(../images/mission_hero.jpg) no-repeat center bottom;
  background-size: cover;
}

main#mission .hero h2 img {
  height: 90px;
}

main#mission .hero h2 img.lung-en {
  height: 56px;
}

@media screen and (max-width: 780px) {
  main#mission .hero h2 {
    width: 100%;
  }
  main#mission .hero h2 img,
  main#mission .hero h2 img.lung-en {
    width: 39%;
    height: auto;
  }
}

main#mission .line_bg_wrap {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}

main#mission .line_bg_wrap .line_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/mission_bg.png) no-repeat center top;
}

@media screen and (max-width: 780px) {
  main#mission .line_bg_wrap .line_bg {
    background: url(../images/mission_bg_sp.png) no-repeat center top;
    background-size: 100% auto;
  }
}

main#mission section h2 img {
  height: 28px;
}

@media screen and (max-width: 780px) {
  main#mission section h2 img {
    height: 16px;
  }
}

main#mission .mis__philo {
  background: url(../images/mission_philo_bg.png) no-repeat right top;
  font-weight: bold;
  padding-top: 146px;
}

main#mission .mis__philo h2 {
  text-align: center;
}

main#mission .mis__philo h2 span {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.15em;
}

main#mission .mis__philo h2 span:after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

main#mission .mis__philo .philo__copy {
  text-align: center;
  font-size: 52px;
  margin-top: 55px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 780px) {
  main#mission .mis__philo {
    background: url(../images/mission_philo_bg_sp.png) no-repeat right top;
    background-size: 100%;
    padding-top: 26%;
  }
  main#mission .mis__philo h2 span {
    font-size: 18px;
  }
  main#mission .mis__philo h2 span:after {
    bottom: -6px;
  }
  main#mission .mis__philo .philo__copy {
    font-size: 5.7vw;
    margin-top: 30px;
  }
}

main#mission .mis__identity {
  background: url(../images/mission_philo_bg.png) no-repeat right top;
  font-weight: bold;
  padding-top: 146px;
}

main#mission .mis__identity h2 {
  font-size: 32px;
  font-weight: 600;
  color: #dc0a0a;
}

main#mission .mis__identity .identity__images {
  display: flex;
}

main#mission .mis__identity .identity__images img {
  width: 44%;
}

main#mission .mis__identity .identity__images img:not(:last-child) {
  padding-right: 8%;
}

@media screen and (max-width: 780px) {
  main#mission .mis__identity .identity__images {
    display: flex;
    flex-flow: column;
  }

  main#mission .mis__identity .identity__images img {
    width: 100%;
  }

  main#mission .mis__identity .identity__images img:not(:last-child) {
    padding-bottom: 40px;
  }
}

main#mission .mis__mess {
  margin-top: 180px;
  padding-bottom: 130px;
}

main#mission .mis__mess h2 {
  font-size: 32px;
  font-weight: 600;
  color: #dc0a0a;
}

main#mission .mis__mess .mess__text {
  margin-top: 74px;
  line-height: 2.1em;
}

main#mission .mis__mess .mess__auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 54px;
  position: relative;
  top: 0;
  left: 0;
}

main#mission .mis__mess .mess__auth:after {
  content: "";
  clear: both;
  display: block;
}

main#mission .mis__mess .mess__auth dt {
  max-width: 580px;
  width: 63%;
  margin-right: 40px;
  float: left\9;
}

main#mission .mis__mess .mess__auth dt img {
  width: 100%;
}

main#mission .mis__mess .mess__auth dd {
  float: left\9;
  margin-top: 380px\9;
}

main#mission .mis__mess .mess__auth dd .lung-ja img {
  height: 52px;
}

main#mission .mis__mess .mess__auth dd .lung-en img {
  height: 50px;
}

@media screen and (max-width: 1050px) {
  main#mission .mis__mess .mess__auth {
    -webkit-box-align: unset\9;
    -ms-flex-align: unset\9;
    align-items: unset\9;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column\9;
    flex-direction: column\9;
    margin-top: 16%\9;
  }
  main#mission .mis__mess .mess__auth dt {
    width: 100%\9;
    float: none\9;
  }
  main#mission .mis__mess .mess__auth dt img {
    width: 100%\9;
  }
  main#mission .mis__mess .mess__auth dd {
    margin-top: 20px\9;
    float: none\9;
    width: 100%\9;
    text-align: center\9;
  }
}

@media screen and (max-width: 780px) {
  main#mission .mis__mess {
    margin-top: 27%;
  }
  main#mission .mis__mess .mess__text {
    margin-top: 10%;
  }
  main#mission .mis__mess .mess__auth {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 16%;
  }
  main#mission .mis__mess .mess__auth dt {
    max-width: none;
    width: 100%;
    margin-right: 0;
    float: none\9;
  }
  main#mission .mis__mess .mess__auth dt img {
    width: 100%;
  }
  main#mission .mis__mess .mess__auth dd {
    margin-top: 20px;
    margin-top: 20px\9;
    text-align: right;
    float: none\9;
    width: 100%\9;
  }
  main#mission .mis__mess .mess__auth dd .lung-ja img {
    height: 39px;
  }
  main#mission .mis__mess .mess__auth dd .lung-en img {
    height: 37px;
  }
}

main#mission .mis__val {
  margin-top: 200px;
  padding-bottom: 130px;
}

main#mission .mis__val .val__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  margin-top: 40px;
  position: relative;
  top: 0;
  left: 0;
}

main#mission .mis__val .val_name {
  margin-top: 20px;
  font-size: 24px;
}

main#mission .mis__val .val_name b {
  color: #dc0a0a;
}

main#mission .mis__val .val__list:after {
  content: "";
  clear: both;
  display: block;
}

main#mission .mis__val .val__list dl {
  max-width: 294px;
  width: 32%;
  float: left\9;
  margin-right: 2%\9;
}

main#mission .mis__val .val__list dl dt img {
  width: 100%;
}

main#mission .mis__val .val__list dl dd {
  margin: 20px 40px 0 40px;
  line-height: 2em;
  text-align: center;
}

main#mission .mis__val .val__list dl dd span {
  display: inline-block;
}

main#mission .mis__val .val__list dl:last-child {
  margin-right: 0;
}

@media screen and (max-width: 780px) {
  main#mission .mis__val {
    margin-top: 27%;
    padding-bottom: 25%;
  }
  main#mission .mis__val .val__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10%;
  }
  main#mission .mis__val .val__list dl {
    max-width: none;
    width: 100%;
    margin-top: 12%;
  }
  main#mission .mis__val .val__list dl:first-child {
    margin-top: 0;
  }
  main#mission .mis__val .val__list dl dt {
    text-align: center;
  }
  main#mission .mis__val .val__list dl dt img {
    width: 70%;
  }
  main#mission .mis__val .val__list dl dd {
    text-align: center;
    margin: 20px 20px 20px 0;
  }
}
main#company .hero {
  background: url(../images/company_hero.jpg) no-repeat center bottom;
  background-size: cover;
}

main#company .hero h2 img {
  height: 90px;
}

main#company .hero h2 img.lung-en {
  height: 56px;
}

@media screen and (max-width: 780px) {
  main#company .hero {
    background: url(../images/company_hero_sp.jpg) no-repeat center top;
    background-size: cover;
  }
  main#company .hero h2 {
    width: 100%;
  }
  main#company .hero h2 img,
  main#company .hero h2 img.lung-en {
    width: 45%;
    height: auto;
  }
}

main#company .line_bg_wrap {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}

main#company .line_bg_wrap .line_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/company_bg.png) no-repeat center top;
}

@media screen and (max-width: 780px) {
  main#company .line_bg_wrap .line_bg {
    background: url(../images/company_bg_sp.png) no-repeat center top;
    background-size: 100% auto;
  }
}

main#company h2.line {
  font-weight: bold;
  border-bottom: 1px solid #dc0a0a;
  font-size: 30px;
  line-height: 1em;
  padding-bottom: 8px;
}

@media screen and (max-width: 780px) {
  main#company h2.line {
    font-size: 24px;
  }
}

main#company .comp__outline {
  padding-top: 150px;
}

main#company .comp__outline .outline__list {
  padding: 0 80px;
  margin-top: 60px;
}

main#company .comp__outline .outline__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  font-size: 16px;
  overflow: hidden\9;
}

main#company .comp__outline .outline__list dl:first-child {
  margin-top: 0;
}

main#company .comp__outline .outline__list dl dt {
  width: 150px;
  font-weight: bold;
  float: left\9;
  min-width: 150px\9;
  width: 30%\9;
}

main#company .comp__outline .outline__list dl dd {
  width: 100%;
  line-height: 2.1em;
  float: right\9;
  width: 70%\9;
}

main#company .comp__outline .outline__list dl.lung-en dt {
  width: 280px;
}

@media screen and (max-width: 780px) {
  main#company .comp__outline {
    padding-top: 27%;
  }
  main#company .comp__outline .outline__list {
    padding: 0;
    margin-top: 14%;
  }
  main#company .comp__outline .outline__list dl {
    margin-top: 5%;
    font-size: 14px;
  }
  main#company .comp__outline .outline__list dl dt {
    width: 150px;
  }
  main#company .comp__outline .outline__list dl dd {
    line-height: 2.1em;
  }
  main#company .comp__outline .outline__list dl.lung-en dt {
    width: 170px;
  }
}

main#company .comp__sponsor {
  margin-top: 206px;
}

main#company .comp__sponsor .sponsor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 70px auto 0;
  font-size: 16px;
  background-color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden\9;
}

main#company .comp__sponsor .sponsor__list dl {
  background-color: #fff;
  max-width: 250px;
  width: 25%;
  float: left\9;
  margin-right: 0.5%\9;
}

main#company .comp__sponsor .sponsor__list dl:nth-child(3),
main#company .comp__sponsor .sponsor__list dl:nth-child(6),
main#company .comp__sponsor .sponsor__list dl:nth-child(9) {
  margin-right: 0\9;
}

main#company .comp__sponsor .sponsor__list dl dt {
  border-bottom: 1px solid #000;
}

main#company .comp__sponsor .sponsor__list dl dt img {
  width: 100%;
}

main#company .comp__sponsor .sponsor__list dl dd {
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 780px) {
  main#company .comp__sponsor {
    margin-top: 27%;
  }
  main#company .comp__sponsor .sponsor__list {
    margin-top: 10%;
  }
  main#company .comp__sponsor .sponsor__list dl {
    width: 46%;
    max-width: none;
  }
}

main#company .comp__award {
  margin-top: 180px;
  padding-bottom: 130px;
}

main#company .comp__award .award__list {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden\9;
}

main#company .comp__award .award__list dl {
  max-width: 222px;
  width: 22%;
  float: left\9;
  margin-right: 4%\9;
}

main#company .comp__award .award__list dl:last-child {
  margin-right: 0;
}

main#company .comp__award .award__list dl dt {
  border-bottom: 1px solid #000;
  background: #fff;
}

main#company .comp__award .award__list dl dt img {
  width: 100%;
}

main#company .comp__award .award__list dl dd {
  font-size: 12px;
  margin-top: 10px;
}

main#company .comp__award .award__list dl li {
  padding-left: 12px;
  position: relative;
  top: 0;
  left: 0;
}

main#company .comp__award .award__list dl li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #000;
}

@media screen and (max-width: 780px) {
  main#company .comp__award {
    margin-top: 27%;
    padding-bottom: 25%;
  }
  main#company .comp__award .award__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10%;
  }
  main#company .comp__award .award__list dl {
    max-width: none;
    width: 48%;
    width: 48%\9;
  }
  main#company .comp__award .award__list dl:nth-last-child(2),
  main#company .comp__award .award__list dl:last-child {
    margin-top: 10%;
  }
  main#company .comp__award .award__list dl dd {
    margin-top: 10px;
  }
  main#company .comp__award .award__list dl li {
    letter-spacing: -0.11em;
  }
  main#company .comp__award .award__list dl li:before {
    top: 8px;
  }
  main#company .comp__award .award__list dl:nth-child(even) {
    margin-right: 0;
  }
}

main#service .hero {
  background: url(../images/service_hero.jpg) no-repeat center bottom;
  background-size: cover;
}

main#service .hero h2 {
  width: 100%;
}

main#service .hero h2 img {
  height: 90px;
}

main#service .hero h2 img.lung-en {
  height: 56px;
}

@media screen and (max-width: 780px) {
  main#service .hero h2 img,
  main#service .hero h2 img.lung-en {
    height: auto;
    width: 39%;
  }
}

main#service .ser__intro {
  margin-top: 130px;
  text-align: center;
  font-weight: bold;
  line-height: 2em;
  font-size: 18px;
  line-height: 2.9em;
  letter-spacing: 0.15em;
}

main#service .ser__intro span {
  background-color: #dc0a0a;
  padding: 2px;
  line-height: 1em;
  color: #fff;
  display: inline-block;
}

@media screen and (max-width: 780px) {
  main#service .ser__intro {
    margin-top: 24%;
    line-height: 2.4em;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 780px) and (max-width: 350px) {
  main#service .ser__intro {
    font-size: 16px;
  }
}

main#service .ser__content {
  margin-top: 136px;
}

main#service .ser__content .ser__item {
  margin-top: 120px;
}

main#service .ser__content .ser__item:first-child {
  margin-top: 0;
}

main#service .ser__content .ser__item:first-child dl {
  margin-top: 40px;
}

main#service .ser__content .ser__item:first-child dl dt {
  margin-top: 30px\9;
}

main#service .ser__content .ser__item:first-child dl dd {
  margin-top: -30px;
  width: 37%;
}

main#service .ser__content .ser__item:first-child dl dd p {
  line-height: 2em;
}

main#service .ser__content .ser__item:first-child dl dd span {
  display: block;
  width: 180px;
  margin-bottom: 40px;
  line-height: 0em\9;
  margin-bottom: 0\9;
}

main#service .ser__content h3 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1em;
}

main#service .ser__content h3 span {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  top: -3px;
  left: 0;
}

main#service .ser__content h3 img {
  vertical-align: middle;
  height: 28px;
}

main#service .ser__content dl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden\9;
}

main#service .ser__content dl dt {
  max-width: 450px;
  width: 48%;
  float: right\9;
}

main#service .ser__content dl dt img {
  width: 100%;
}

main#service .ser__content dl dd {
  max-width: 430px;
  width: 45%;
  float: left\9;
}

main#service .ser__content dl dd p {
  line-height: 2em;
}

main#service .ser__content dl:nth-child(2) dd,
main#service .ser__content dl:last-child dd {
  margin-top: 50px;
}

main#service .ser__content .btn {
  margin-top: 80px;
  text-align: center;
}

main#service .ser__content .btn a {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #000;
  background-color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 21px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 360px;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}

main#service .ser__content .btn a:before,
main#service .ser__content .btn a:after {
  content: "";
  position: absolute;
}

main#service .ser__content .btn a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  height: 100%;
  width: 36px;
  background: url(../images/pager_arwR.svg) no-repeat center right;
}

main#service .ser__content .btn a:hover:after,
main#service .ser__content .btn a:focus:after {
  -webkit-animation: arw_anim 0.2s ease-in-out;
  animation: arw_anim 0.2s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

main#service .ser__content .btn a:after {
  right: 10px;
}

@media screen and (max-width: 780px) {
  main#service .ser__content {
    margin-top: 27%;
  }
  main#service .ser__content .ser__item {
    margin-top: 18%;
  }
  main#service .ser__content .ser__item h3 {
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 1em;
  }
  main#service .ser__content .ser__item h3 span {
    margin-right: 0;
    top: -1px;
  }
  main#service .ser__content .ser__item h3 span img {
    height: 20px;
    vertical-align: top;
  }
  main#service .ser__content .ser__item dl {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  main#service .ser__content .ser__item dl dt {
    max-width: none;
    width: 100%;
    margin-top: 10%;
  }
  main#service .ser__content .ser__item dl dt img {
    width: 100%;
  }
  main#service .ser__content .ser__item dl dd {
    max-width: none;
    width: 100%;
  }
  main#service .ser__content .ser__item:first-child {
    margin-top: 0;
  }
  main#service .ser__content .ser__item:first-child dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 10%;
  }
  main#service .ser__content .ser__item:first-child dl dd {
    margin-top: 0;
    width: 100%;
  }
  main#service .ser__content .ser__item:first-child dl dd span {
    margin-bottom: 8%;
  }
  main#service .ser__content .btn a {
    padding: 14px 0;
    width: 86%;
    font-size: 14px;
  }
}

main#service .ser__tech {
  margin-top: 160px;
  background: rgba(220, 30, 30, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px;
}

main#service .ser__tech h2 img {
  height: 28px;
}

main#service .ser__tech .tech__intro {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin-top: 65px;
  letter-spacing: 0.15em;
}

main#service .ser__tech .tech__intro.lung-en {
  letter-spacing: 0.05em;
}

main#service .ser__tech .tech__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden\9;
}

main#service .ser__tech .tech__list dl {
  max-width: 400px;
  width: 48%;
  float: left\9;
}

main#service .ser__tech .tech__list dl:first-child {
  margin-right: 4%\9;
}

main#service .ser__tech .tech__list dl dt img {
  width: 100%;
}

main#service .ser__tech .tech__list dl dd {
  margin-top: 16px;
}

main#service .ser__tech .tech__list dl dd h3 {
  font-weight: bold;
  font-size: 20px;
  color: #dc0a0a;
}

main#service .ser__tech .tech__list dl dd p {
  margin-top: 12px;
  text-align: justify;
}

main#service .ser__tech .btn {
  margin-top: 80px;
  text-align: center;
}

main#service .ser__tech .btn a {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #000;
  background-color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 21px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 360px;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}

main#service .ser__tech .btn a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  height: 100%;
  width: 36px;
  background: url(../images/pager_arwR.svg) no-repeat center right;
}

main#service .ser__tech .btn a:hover:after,
main#service .ser__tech .btn a:focus:after {
  -webkit-animation: arw_anim 0.2s ease-in-out;
  animation: arw_anim 0.2s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

main#service .ser__tech .btn a:after {
  right: 10px;
}

@media screen and (max-width: 780px) {
  main#service .ser__tech {
    margin-top: 27%;
    padding: 7% 6%;
  }
  main#service .ser__tech h2 img {
    height: 16px;
  }
  main#service .ser__tech .tech__intro {
    margin-top: 6%;
    text-align: left;
    font-size: 14px;
  }
  main#service .ser__tech .tech__list {
    margin-top: 6%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main#service .ser__tech .tech__list dl {
    max-width: none;
    width: 100%;
    margin-top: 10%;
  }
  main#service .ser__tech .tech__list dl:first-child {
    margin-top: 0;
  }
  main#service .ser__tech .tech__list dl dt img {
    width: 100%;
  }
  main#service .ser__tech .tech__list dl dd {
    margin-top: 16px;
  }
  main#service .ser__tech .tech__list dl dd h3 {
    font-size: 16px;
  }
  main#service .ser__tech .tech__list dl dd p {
    margin-top: 4px;
  }
  main#service .ser__tech .btn {
    margin-top: 18%;
  }
  main#service .ser__tech .btn a {
    font-size: 14px;
    padding: 16px 0;
  }
  main#service .ser__tech .btn a.lung-en:after {
    right: 6px;
    width: 24px;
  }
  main#service .ser__tech .btn a:after {
    right: 5px;
  }
}

main#document .hero {
  height: 230px;
}

main#document .hero .container {
  padding-top: 60px\9;
}

main#document .hero h2 img {
  height: 90px;
}

main#document .hero h2 img.lung-en {
  height: 56px;
}

@media screen and (max-width: 780px) {
  main#document .hero {
    height: 90px;
    padding-top: 30px;
  }
  main#document .hero h2 img,
  main#document .hero h2 img.lung-en {
    width: 50%;
    height: auto;
  }
}

main#document .doc__list {
  max-width: 810px;
  width: 100%;
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden\9;
}

main#document .doc__list dl {
  float: left\9;
  width: 48%;
  max-width: 360px;
  text-align: center;
}

main#document .doc__list dl:last-child {
  margin-left: 4%\9;
}

main#document .doc__list dl dt img {
  max-width: 192px;
  width: 80%;
}

main#document .doc__list dl dd {
  font-size: 18px;
  margin-top: 40px;
}

main#document .doc__list dl dd p {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main#document .doc__list dl dd .btn {
  margin-top: 40px;
  font-size: 16px;
  width: 100%;
}

main#document .doc__list dl dd a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
  padding: 20px 0;
  border: 1px solid #2d323c;
  position: relative;
  top: 0;
  left: 0;
}

main#document .doc__list dl dd a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  height: 100%;
  width: 20px;
  background: url(../images/document_btn_icon.png) no-repeat center;
}

@media screen and (max-width: 780px) {
  main#document .doc__list {
    margin-top: 23%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main#document .doc__list dl {
    max-width: none;
    width: 100%;
  }
  main#document .doc__list dl:last-child {
    margin-top: 30%;
  }
  main#document .doc__list dl dt img {
    max-width: none;
    width: 66%;
  }
  main#document .doc__list dl dd {
    font-size: 14px;
    margin-top: 20px;
  }
  main#document .doc__list dl dd .btn {
    margin-top: 20px;
    font-size: 12px;
  }
  main#document .doc__list dl dd a {
    width: 80%;
  }
}

main#document .doc__cv {
  background-color: #f5f5f5;
  height: 390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 175px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main#document .doc__cv p {
  font-size: 15px;
}

main#document .doc__cv a {
  font-size: 14px;
  display: inline-block;
  max-width: 370px;
  width: 100%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  height: 50px;
  background-color: #2d323c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px auto 0;
  position: relative;
  top: 0;
  left: 0;
}

main#document .doc__cv a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  height: 100%;
  width: 40px;
  background: url(../images/contact_submit_arw.svg) no-repeat center;
}

@media screen and (max-width: 780px) {
  main#document .doc__cv {
    margin-top: 23%;
    height: 280px;
  }
  main#document .doc__cv a {
    margin-top: 6%;
  }
}

main#privacy .hero {
  height: 230px;
}

main#privacy .hero .container {
  padding: 0;
  padding-top: 60px\9;
}

main#privacy .hero h2 img {
  height: 90px;
}

main#privacy .hero h2 img.lung-en {
  height: 56px;
}

@media screen and (max-width: 780px) {
  main#privacy .hero {
    height: 90px;
    padding-top: 30px;
  }
  main#privacy .hero h2 img {
    height: auto;
    width: 100%;
  }
  main#privacy .hero h2 img.lung-en {
    width: auto;
    height: 34px;
  }
}

main#privacy .pri__intro {
  margin-top: 80px;
}

main#privacy .pri__content {
  margin-top: 20px;
}

main#privacy .pri__content dl {
  margin-top: 70px;
}

main#privacy .pri__content dl dt {
  color: #dc0a0a;
  font-weight: bold;
  font-size: 20px;
}

main#privacy .pri__content dl dd {
  margin-top: 30px;
}

main#privacy .pri__content dl dd ul ul {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
}

main#privacy .pri__content dl dd ul.contact {
  padding-left: 30px;
}

main#privacy .pri__content dl dd li {
  margin-top: 30px;
}

main#privacy .date {
  margin-top: 50px;
  line-height: 2em;
}

/*20250708追加*/
 .icon-small-gray {
    font-size: 0.8em; 
    color: #888888; 
    margin-left: 4px; 
  }
