@charset "UTF-8";
/*
Theme Name: ジパングアウトソーシングサービス株式会社
Theme URI: https://japang.co.jp/
Author: T2Japan Inc.
Description: ジパングアウトソーシングサービステーマ
Version: 1.0
*/
/* ==========================================================================
Foundation
========================================================================== */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

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

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

button, html[type=button], [type=submit] {
  -webkit-appearance: button;
}

:root {
  min-height: 100vh;
  font-size: 16px;
  font-weight: normal;
  vertical-align: text-bottom;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

body {
  color: #111111;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  vertical-align: text-bottom;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: bottom;
}

svg:not(:root) {
  overflow: hidden;
}

strong {
  font-weight: bolder;
}

address {
  font-style: normal;
}

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

a,
button {
  color: inherit;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  transition: opacity 0.2s ease-in;
}
a:hover,
button:hover {
  opacity: 0.6;
}

p > a {
  text-decoration: underline;
}

a:hover,
a:active {
  outline-width: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input[type=text],
input[type=email],
textarea {
  display: inline-block;
  width: 100%;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

textarea {
  height: 8rem;
  resize: vertical;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
}

[hidden] {
  display: none;
}

/* ==========================================================================
Layout
========================================================================== */
/* header ----------------- */
.header__fix--wrap {
  position: relative;
  z-index: 9992;
}
@media (min-width: 960px) {
  .header__fix--wrap {
    z-index: 9991;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    background-color: white;
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-width: 280px;
    width: 100%;
    height: 100vh;
    transition: all 0.2s linear;
  }
  .header__fix--wrap::-webkit-scrollbar {
    display: none;
  }
}

.header__fix--rightwrap {
  position: fixed;
  z-index: 9992;
  top: 20px;
  right: 20px;
  width: 260px;
}
@media (max-width: 959px) {
  .header__fix--rightwrap {
    display: none;
  }
}
.header__fix--rightwrap .head__rightnav--ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
.header__fix--rightwrap .head__rightnav--ul li a {
  color: #111111;
  font-size: 0.875rem;
}
.header__fix--rightwrap .head__rightnav--ul li.top_btn_lang {
  display: flex;
  flex-wrap: nowrap;
  width: 35%;
  text-align: center;
  line-height: 2.25rem;
}
.header__fix--rightwrap .head__rightnav--ul li.top_btn_lang a {
  width: 50%;
  font-size: 1rem;
  line-height: 2.25rem;
  font-weight: bold;
  text-align: center;
}
.header__fix--rightwrap .head__rightnav--ul li.top_btn_r {
  width: 55%;
  text-align: center;
}
.header__fix--rightwrap .head__rightnav--ul li.top_btn_r a {
  display: block;
  width: 7.5rem;
  height: 2.25rem;
  line-height: 2.25rem;
  background-color: #BF9E47;
  color: white;
}

header {
  width: 100%;
  position: relative;
}
@media (max-width: 959px) {
  header {
    position: fixed;
    z-index: 10000;
    top: 0;
    height: 60px;
    padding: 0;
    background-color: white;
  }
}
@media (max-width: 959px) {
  header .openbtn1 {
    position: fixed;
    z-index: 100004;
    top: 0;
    right: 0px;
    width: 60px;
    height: 60px;
    cursor: pointer;
  }
  header .openbtn1.active span:nth-of-type(1) {
    top: 24px;
    left: 15px;
    transform: translateY(6px) rotate(-315deg);
    width: 50%;
  }
  header .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .openbtn1.active span:nth-of-type(3) {
    top: 36px;
    left: 15px;
    transform: translateY(-6px) rotate(315deg);
    width: 50%;
  }
}
@media (max-width: 959px) {
  header .openbtn1 span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    width: 45%;
    background-color: #BF9E47;
  }
}
header .openbtn1 span:nth-of-type(1) {
  top: 20px;
}
header .openbtn1 span:nth-of-type(2) {
  top: 30px;
}
header .openbtn1 span:nth-of-type(3) {
  top: 40px;
}
header .header__inner--wrap {
  width: 100%;
  height: auto;
  margin: 20px auto auto;
}
@media (max-width: 959px) {
  header .header__inner--wrap {
    margin: auto;
  }
  header .header__inner--wrap #g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    background: white;
    transition: all 0.4s;
    background-repeat: no-repeat;
    background-position: -40% 70px;
    background-size: 55%, contain;
    background-image: url(/wp-content/themes/japang/images/icon_cloud_gray_s.svg);
  }
  header .header__inner--wrap #g-nav.panelactive {
    right: 0;
  }
  header .header__inner--wrap #g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  header .header__inner--wrap #g-nav .head__nav--ul {
    position: relative;
    z-index: 999;
    top: 65px;
    left: 0;
    width: 100%;
    margin: auto;
    display: block;
  }
}
@media (max-width: 959px) and (min-width: 600px) and (max-width: 959px) {
  header .header__inner--wrap #g-nav .head__nav--ul {
    top: 80px;
  }
}
@media (max-width: 959px) {
  header .header__inner--wrap #g-nav .head__nav--ul li {
    position: relative;
    list-style: none;
    text-align: center;
  }
  header .header__inner--wrap #g-nav .head__nav--ul li.sp_lang_fix {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    width: 50%;
    height: 3.5rem;
    line-height: 3.5rem;
    margin: 10px auto;
    border-bottom: 0;
  }
  header .header__inner--wrap #g-nav .head__nav--ul li.sp_lang_fix a {
    width: 50%;
    margin: auto;
    text-align: center;
    padding: 0;
  }
  header .header__inner--wrap #g-nav .head__nav--ul li.brdr_top {
    border-top: 1px solid #F2F2F2;
  }
}
@media (max-width: 959px) and (max-width: 599px) {
  header .header__inner--wrap #g-nav .head__nav--ul li.lang_nav {
    width: 60%;
    margin: 0.8rem auto auto;
  }
}
@media (max-width: 959px) and (max-width: 599px) {
  header .header__inner--wrap #g-nav .head__nav--ul li.lang_nav a {
    padding: 0;
  }
}
@media (max-width: 959px) {
  header .header__inner--wrap #g-nav .head__nav--ul li a {
    position: relative;
    text-decoration: none;
    padding: 20px 2%;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 959px) and (max-width: 599px) {
  header .header__inner--wrap #g-nav .head__nav--ul li a {
    padding: 1rem 2%;
  }
}
@media (max-width: 959px) {
  header .header__inner--wrap #g-nav .head__nav--ul li a::after {
    content: ">";
    display: block;
    position: absolute;
    right: 0.5rem;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 24px;
    color: white;
  }
  header .header__inner--wrap #g-nav .head__nav--ul li a.cv_btn {
    height: 60px;
    margin-bottom: 20px;
    padding: 0;
  }
}
@media (max-width: 959px) and (max-width: 599px) {
  header .header__inner--wrap #g-nav .head__nav--ul li a.cv_btn {
    height: 50px;
  }
}
@media (max-width: 959px) {
  header .header__inner--wrap #g-nav .head__nav--ul li a.cv_btn img {
    width: auto;
    height: 100%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  header .header__inner--wrap {
    background-position: 90% 90%;
    background-size: 45%, contain;
  }
  header .header__inner--wrap #g-nav {
    background-position: -40% 120px;
  }
}
header .header__inner--wrap .head__logo--wrap {
  position: relative;
  z-index: 10003;
  width: 200px;
  margin: auto;
}
@media (max-width: 959px) {
  header .header__inner--wrap .head__logo--wrap .logo_wrap {
    display: block;
    height: 50px;
    margin-top: 5px;
    text-align: center;
  }
  header .header__inner--wrap .head__logo--wrap .logo_wrap img {
    height: 100%;
  }
}
header .header__inner--wrap .head__nav--wrap {
  width: 85%;
  margin: 60px auto auto;
}
@media (max-width: 959px) {
  header .header__inner--wrap .head__nav--wrap {
    margin: auto;
  }
}
header .header__inner--wrap .head__nav--wrap .head__nav--ul {
  display: block;
}
header .header__inner--wrap .head__nav--wrap .head__nav--ul li {
  display: block;
}
@media (max-width: 599px) {
  header .header__inner--wrap .head__nav--wrap .head__nav--ul li.f_l {
    float: left;
    width: 45%;
    margin-left: 4%;
  }
  header .header__inner--wrap .head__nav--wrap .head__nav--ul li.f_r {
    float: right;
    width: 45%;
    margin-right: 4%;
  }
}
header .header__inner--wrap .head__nav--wrap .head__nav--ul li.lang_nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 70%;
  margin: 1rem auto auto;
  text-align: center;
  line-height: 2.25rem;
}
@media (max-width: 599px) {
  header .header__inner--wrap .head__nav--wrap .head__nav--ul li.lang_nav:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
    visibility: hidden;
  }
}
header .header__inner--wrap .head__nav--wrap .head__nav--ul li.lang_nav a {
  width: 40%;
  padding: 0;
  font-size: 1rem;
  line-height: 2.25rem;
  font-weight: bold;
  text-align: center;
}
header .header__inner--wrap .head__nav--wrap .head__nav--ul li.lang_nav .slash {
  width: 20%;
  font-size: 1rem;
  line-height: 2.25rem;
  font-weight: bold;
  text-align: center;
}
header .header__inner--wrap .head__nav--wrap .head__nav--ul li a {
  position: relative;
  display: block;
  font-size: 1rem;
  padding: 1rem 0.2rem 1rem 1rem;
}
header .header__inner--wrap .head__nav--wrap .head__nav--ul li a.cv_btn {
  margin-top: 0.3rem;
}
header .header__inner--wrap .head__nav--wrap .head__nav--ul li a.cv_btn img {
  width: 100%;
}

/* footer ----------------- */
.back_p {
  width: 100%;
  max-width: 1000px;
  margin: 4rem auto auto;
}
.back_p a {
  text-align: left;
  font-size: 0.9rem;
}
.back_p a img {
  width: 2.4rem;
  height: 2.4rem;
  padding-right: 0.3rem;
  vertical-align: middle;
}
@media (max-width: 599px) {
  .back_p {
    width: 96%;
    margin: 4rem auto auto;
    padding: 0 2%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .back_p {
    width: 96%;
    margin: 4rem auto auto;
    padding: 0;
  }
}
.back_p + .cv_box--wrap {
  margin-top: 1.5rem;
}

footer {
  position: relative;
  z-index: 5;
  width: 100%;
  margin: 8rem auto auto;
  background-color: #222222;
  color: white;
}
@media (min-width: 960px) {
  footer {
    margin-left: 280px;
  }
}
@media (max-width: 599px) {
  footer {
    height: auto;
    margin-top: 60px;
    padding: 1rem 0 0;
    line-height: initial;
    z-index: 0;
  }
}
footer .footer__upper--wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2rem 1% 2rem 0;
}
@media (max-width: 599px) {
  footer .footer__upper--wrap {
    display: block;
    justify-content: initial;
    align-items: initial;
    padding: 2rem 1%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  footer .footer__upper--wrap {
    padding: 2rem 0;
  }
}
@media (min-width: 960px) {
  footer .footer__upper--wrap .left {
    width: 20%;
    box-sizing: border-box;
    border-right: 1px solid white;
    text-align: center;
  }
}
@media (max-width: 599px) {
  footer .footer__upper--wrap .left {
    text-align: center;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  footer .footer__upper--wrap .left {
    width: 30%;
  }
}
footer .footer__upper--wrap .left .footer_logo {
  width: 60%;
  height: auto;
  margin: 1.6rem auto 2rem;
}
footer .footer__upper--wrap .left .footer_logo a {
  display: block;
}
footer .footer__upper--wrap .left .footer_logo a img {
  width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 599px) {
  footer .footer__upper--wrap .left .footer_logo a img {
    width: 80%;
  }
}
footer .footer__upper--wrap .left .footer_ul .saiyo {
  width: 60%;
  margin: auto;
  font-size: 0.85rem;
  padding: 0.6rem 2rem;
  box-sizing: border-box;
  border: 1px solid white;
}
@media (min-width: 600px) and (max-width: 959px) {
  footer .footer__upper--wrap .left .footer_ul .saiyo {
    text-align: center;
  }
}
footer .footer__upper--wrap .left .footer_ul .lang {
  display: flex;
  flex-wrap: nowrap;
  width: 40%;
  margin: 1.6rem auto 1rem;
  text-align: center;
}
footer .footer__upper--wrap .left .footer_ul .lang a {
  width: 50%;
  font-size: 0.85rem;
  text-align: center;
}
footer .footer__upper--wrap .right {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 78%;
  font-size: 0.95rem;
  text-align: left;
}
@media (max-width: 599px) {
  footer .footer__upper--wrap .right {
    display: block;
    padding: 0.8rem 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  footer .footer__upper--wrap .right {
    width: 68%;
  }
}
footer .footer__upper--wrap .right .footer__nav--ul {
  width: 40%;
  padding-left: 7%;
  text-align: left;
}
@media (max-width: 599px) {
  footer .footer__upper--wrap .right .footer__nav--ul {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  footer .footer__upper--wrap .right .footer__nav--ul {
    width: 48%;
    padding-left: 1%;
  }
}
footer .footer__upper--wrap .right .footer__nav--ul li {
  margin: 1rem auto;
}
@media (max-width: 599px) {
  footer .footer__upper--wrap .right .footer__nav--ul li {
    margin: auto;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  footer .footer__upper--wrap .right .footer__nav--ul li {
    text-align: center;
  }
}
footer .footer__upper--wrap .right .footer__nav--ul li a {
  padding: 1rem 0;
  text-align: left;
}
@media (max-width: 599px) {
  footer .footer__upper--wrap .right .footer__nav--ul li a {
    display: block;
    padding: 0.8rem 0;
    text-align: center;
  }
}
footer .footer__upper--wrap .right .footer__nav--ul li.cv_btn {
  margin-top: 1.8rem;
}
footer .footer__upper--wrap .right .footer__nav--ul li.cv_btn a {
  font-size: 0.85rem;
  padding: 0.6rem 2rem;
  box-sizing: border-box;
  border: 1px solid white;
}
@media (max-width: 599px) {
  footer .footer__upper--wrap .right .footer__nav--ul li.cv_btn a {
    display: block;
    width: 65%;
    margin: auto;
    text-align: center;
  }
}
footer .footer__bottom--wrap {
  width: 100%;
  margin: auto;
  padding: 0.8rem;
  text-align: center;
  background-color: #111111;
  margin-left: -10%;
}
@media (max-width: 959px) {
  footer .footer__bottom--wrap {
    display: block;
    margin-left: auto;
  }
}
footer .footer__bottom--wrap small {
  font-size: 0.8rem;
}
@media (max-width: 599px) {
  footer .footer__bottom--wrap small {
    display: block;
    width: 100%;
    padding: 0.5rem 0;
  }
}

#scrolltop {
  position: fixed;
  z-index: 998;
  bottom: 60px;
  right: 20px;
  width: 50px;
  height: 50px;
  margin: 0;
}
@media (max-width: 599px) {
  #scrolltop {
    bottom: 20px;
  }
}
#scrolltop a {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0;
}
#scrolltop a img {
  width: 100%;
}

/* ==========================================================================
Object
========================================================================== */
/* ----------------------------------------
Component
---------------------------------------- */
/* container ----------------- */
main.common__content--wrap {
  margin-left: 280px;
}
main.common__content--wrap.common__wraps {
  margin-top: 6rem;
}
main.common__content--wrap .mainfv__wrap {
  position: relative;
  z-index: 28;
  width: 94%;
  margin: auto 0 auto auto;
}
main.common__content--wrap .mainfv__wrap .fv_title {
  font-size: 2.5rem;
  text-align: left;
}
@media (max-width: 599px) {
  main.common__content--wrap .mainfv__wrap .fv_title {
    font-size: 8vw;
  }
}
main.common__content--wrap .mainfv__wrap .fv_img {
  width: 100%;
  margin: 1rem 0 auto auto;
}
@media (min-width: 960px) {
  main.common__content--wrap .mainfv__wrap .fv_img {
    height: 22.5rem;
  }
}
@media (max-width: 599px) {
  main.common__content--wrap .mainfv__wrap .fv_img {
    height: 30vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
main.common__content--wrap .mainfv__wrap .fv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.common__content--wrap .mainfv__wrap .fv__cloud {
  position: absolute;
  z-index: 29;
  bottom: -3rem;
  right: -2rem;
  width: 32rem;
  height: auto;
}
@media (max-width: 599px) {
  main.common__content--wrap .mainfv__wrap .fv__cloud {
    width: 70%;
    bottom: -1.6rem;
  }
}
@media (max-width: 599px) {
  main.common__content--wrap .mainfv__wrap {
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 599px) {
  main.common__content--wrap {
    margin: auto;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  main.common__content--wrap {
    width: 100%;
    margin: 60px auto auto;
  }
}

@media (max-width: 599px) {
  main.top.common__content--wrap {
    width: 100%;
    margin-top: 0;
  }
}

.header__c--style {
  position: relative;
  margin: 7.5rem auto 3rem;
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 599px) {
  .header__c--style {
    margin: 3rem auto 2rem;
    font-size: 7vw;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .header__c--style {
    margin: 5rem auto 2rem;
    font-size: 1.7rem;
  }
}
.header__c--style span {
  display: inline-block;
}
.header__c--style span::after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background: #C70507;
  margin: 0.1rem auto 0;
}
.header__c--style.l {
  margin: auto auto 3rem;
  font-size: 1.6rem;
  text-align: left;
}
@media (max-width: 599px) {
  .header__c--style.l {
    margin: auto auto 2rem;
    text-align: center;
  }
}
.header__c--style.l span {
  display: inline-block;
}
.header__c--style.l span::after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background: #C70507;
  margin: 1rem auto 0.5rem 0;
}
@media (max-width: 599px) {
  .header__c--style.l span::after {
    margin: 1rem auto 0.5rem;
  }
}

.iframe {
  width: 90%;
  margin: 2rem auto;
  padding-bottom: 0%;
}
.iframe > video {
  display: block;
  width: 100%;
}
@media (max-width: 599px) {
  .iframe {
    width: 96%;
  }
  .iframe > h4 {
    font-size: 1.1rem;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 509;
  width: 100vw;
}
.modal .modalPosition {
  position: relative;
}
.modal .modalPosition .modalBK {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  background: #000;
  opacity: 0.85;
}
.modal .modalPosition .modalBody {
  position: fixed;
  z-index: 510;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 40rem;
  height: auto;
  margin: auto;
  padding: 1.25rem;
  color: white;
  background: #111111;
}
@media (max-width: 599px) {
  .modal .modalPosition .modalBody {
    width: 96%;
    transform: translate(-51%, 0);
  }
}

/* button ----------------- */
.btns {
  display: inline-block;
  padding: 0 0.8rem;
  font-size: 0.875rem;
  text-align: center;
  cursor: pointer;
  color: white;
  background-color: #BF9E47;
}

.btn__normal--whte {
  position: relative;
  display: inline-block;
  max-width: 180px;
  padding: 12px 48px;
  text-align: center;
  color: white;
  box-sizing: border-box;
  border: 1px solid white;
  overflow: hidden;
}
.btn__normal--whte::before {
  position: absolute;
  top: 0px;
  left: 30px;
  width: 56px;
  height: 96px;
  content: "";
  transform: translateX(-100%) translateY(-80%) rotate(38deg);
  background: white;
}

@keyframes circleanime2 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.btn_margin {
  margin: 3rem auto auto;
}

.angle_r_w {
  display: inline-block;
  position: relative;
  padding: 0.8rem 5rem;
  border: 1px solid #F2F2F2;
  background: white;
}
@media (max-width: 599px) {
  .angle_r_w {
    padding: 0.7rem 4rem;
  }
}
.angle_r_w::after {
  content: "";
  position: absolute;
  top: 42%;
  right: 1rem;
  display: inline-block;
  width: 1.8rem;
  height: 6px;
  background: url(/wp-content/themes/japang/images/icon_angle_r_gl.svg) center right/cover no-repeat;
}

.back__wrap {
  text-align: center;
}
.back__wrap .angle_acnt_back {
  position: relative;
  display: inline-block;
  padding: 1rem 4rem 1rem 6rem;
  border: 1px solid #515151;
  background: white;
}
.back__wrap .angle_acnt_back::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 10%;
  display: inline-block;
  width: 34px;
  height: 4px;
  background: url(/wp-content/themes/japang/images/icon_angle_l_gl.svg) center left/cover no-repeat;
}

/* list ----------------- */
ul {
  list-style: none;
}

ol {
  list-style: none;
  counter-reset: number 0;
}

@media (min-width: 600px) {
  dl > dt {
    clear: both;
    float: left;
  }
}

/* form ----------------- */
.p-inquiry {
  width: 100%;
  max-width: 1000px;
  margin: 7rem auto auto;
  padding: 2.5rem 3.75rem 3rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%, cover;
  background-image: url(/wp-content/themes/japang/images/bg_paper.png);
}
@media (max-width: 599px) {
  .p-inquiry {
    margin: 4rem auto auto;
    padding: 1rem 2%;
  }
}
.p-inquiry .etc__hidden--wrap {
  display: none;
}
.p-inquiry .contact_hdln {
  width: 100%;
  margin: auto;
  padding: 1.5rem 1rem;
  border: 1px solid #BF9E47;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
}
@media (max-width: 599px) {
  .p-inquiry .contact_hdln {
    text-align: left;
  }
}
.p-inquiry .esse::after {
  content: "※";
  display: inline;
  margin-left: 0.5rem;
  color: #C70507;
  font-size: 0.9rem;
}
.p-inquiry .atten_text {
  display: block;
  font-size: 0.8rem;
  color: #C70507;
}
.p-inquiry .fnt_s {
  font-size: 0.8rem;
}
.p-inquiry .form_lead {
  margin: auto auto 2rem;
  text-align: center;
}
@media (max-width: 599px) {
  .p-inquiry .form_lead {
    margin: auto auto 1rem;
    text-align: left;
  }
}
.p-inquiry .form_lead a {
  text-decoration: underline;
}
.p-inquiry .frm {
  width: 100%;
  margin: 3rem auto auto;
}
@media (max-width: 599px) {
  .p-inquiry .frm {
    width: 98%;
  }
}
.p-inquiry .frm table {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 599px) {
  .p-inquiry .frm table tr {
    display: block;
    width: 100%;
  }
}
.p-inquiry .frm table tr.last th, .p-inquiry .frm table tr.last td {
  border-bottom: 0;
}
.p-inquiry .frm table tr th, .p-inquiry .frm table tr td {
  padding: 2.5rem 1rem;
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
  border-bottom: 1px solid #BF9E47;
}
@media (max-width: 599px) {
  .p-inquiry .frm table tr th, .p-inquiry .frm table tr td {
    display: block;
    width: 100%;
    padding: 1rem 0.5rem;
  }
}
.p-inquiry .frm table tr th {
  width: 30%;
}
@media (max-width: 599px) {
  .p-inquiry .frm table tr th {
    display: block;
    width: 100%;
    padding: 1.5rem 1rem 0rem 0.5rem;
    text-align: left;
    border: 0;
  }
}
.p-inquiry .frm table tr td {
  width: 70%;
  text-align: left;
}
@media (max-width: 599px) {
  .p-inquiry .frm table tr td {
    width: 100%;
    padding: 0.5rem 1rem 1.5rem 0.5rem;
    border-bottom: 1px solid #BF9E47;
  }
}
.p-inquiry .frm .send_check {
  border-top: 1px dotted #BF9E47;
  border-bottom: 1px dotted #BF9E47;
  padding: 1rem 0;
  margin: 2rem auto auto;
  text-align: center;
}
@media (max-width: 599px) {
  .p-inquiry .frm .send_check {
    text-align: left;
  }
}
.p-inquiry .frm .send_check a {
  text-decoration: underline;
}
.p-inquiry .btn__back--top {
  position: relative;
  width: 200px;
  margin: auto;
  font-weight: bold;
  text-align: center;
}
.p-inquiry .btn__back--top::before {
  content: "<";
  display: inline-block;
  position: absolute;
  font-weight: bold;
  line-height: 1.6;
  left: 0.5rem;
}
.application .p-inquiry {
  background-repeat: initial;
  background-position: initial;
  background-size: initial;
  background-image: initial;
}
.application .p-inquiry th, .application .p-inquiry td {
  border-bottom: 1px solid #05C0C7 !important;
}
@media (max-width: 599px) {
  .application .p-inquiry th, .application .p-inquiry td {
    border-bottom: 0 !important;
  }
}
@media (max-width: 599px) {
  .application .p-inquiry td {
    border-bottom: 1px solid #05C0C7 !important;
  }
}

.btn__cv {
  display: inline-block;
  width: auto;
  height: 3.75rem;
  line-height: 1.125rem;
  margin-top: 2rem;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  color: white;
  background-color: #BF9E47;
  padding: 1.25rem 6rem;
}
.application .btn__cv {
  background-color: #05C0C7;
}

.contact__page {
  width: 62.5rem;
  max-width: 100%;
  margin: 80px auto auto;
}
@media (max-width: 599px) {
  .contact__page .mw_wp_form {
    position: relative;
    z-index: 7;
  }
  .contact__page .mw_wp_form .error {
    font-size: 0.9rem !important;
    font-weight: bold !important;
  }
}
.contact__page .c-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 599px) {
  .contact__page .c-title {
    margin: 1rem auto 0.5rem;
  }
}
.contact__page em.u-red {
  display: block;
  height: 1rem;
  font-size: 10px;
  line-height: 1;
  font-style: normal;
}
.contact__page .form_lead {
  margin: 3rem auto 2rem;
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .contact__page .form_lead {
    padding: 0 0.5rem;
  }
}
.contact__page .contact_hdln {
  width: 100%;
  margin: 1rem auto 2.5rem;
  padding: 2rem 1rem;
  box-sizing: border-box;
  border: 1px solid #F2F2F2;
}
@media (max-width: 599px) {
  .contact__page .contact_hdln {
    width: 98%;
  }
}
.contact__page .contact_hdln h2 {
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
}
.contact__page .contact_hdln h3 {
  padding-bottom: 0.3rem;
  font-size: 1.75rem;
  font-weight: bold;
  border-bottom: 2px solid #111111;
}
@media (max-width: 599px) {
  .contact__page .contact_hdln h3 {
    border-bottom: 2px solid #BF9E47;
  }
}
.contact__page table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
@media (max-width: 599px) {
  .contact__page table {
    width: 100%;
    border-top: 1px solid #C70507;
  }
}
.contact__page table th, .contact__page table td {
  box-sizing: border-box;
  padding: 30px 20px;
  font-size: 1rem;
  font-weight: normal;
  border: 1px solid #111111;
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
}
@media (max-width: 599px) {
  .contact__page table th, .contact__page table td {
    padding: 1rem 0.5rem;
    border: 0;
  }
}
.contact__page table th {
  width: 25%;
  font-size: 14px;
  background-color: #F2F2F2;
}
@media (max-width: 599px) {
  .contact__page table th {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.contact__page table td {
  width: 75%;
  border-left: 0;
  text-align: left;
}
@media (max-width: 599px) {
  .contact__page table td {
    display: block;
    width: 100%;
    padding: 1.5rem 0.5rem 2rem;
    border-bottom: 1px solid #C70507;
  }
}
.contact__page table td label {
  display: block;
}
.contact__page table td + label {
  margin-top: 14px;
}
.contact__page input, .contact__page textarea {
  font-size: 1rem;
  border: 1px solid #222222;
  padding: 8px 10px;
  background-color: white;
}
.contact__page [type=number] {
  width: auto;
  margin-left: 20px;
  padding: 4px 10px;
  text-align: center;
  background-color: white;
}
.contact__page [type=text], .contact__page [type=email] {
  width: 80%;
}
@media (max-width: 599px) {
  .contact__page [type=text], .contact__page [type=email] {
    width: 100%;
    background-color: white;
  }
}
.contact__page textarea {
  width: 80%;
  height: 80px;
}
@media (max-width: 599px) {
  .contact__page textarea {
    width: 100%;
  }
}
.contact__page.inq textarea {
  height: 120px;
}
.contact__page .btn_set {
  margin: 30px auto 0;
  text-align: center;
}
.contact__page [type=submit] {
  width: 160px;
  padding: 14px 0;
  font-size: 18px;
  font-weight: bold;
  color: white;
  border: 0;
  background-color: #C70507;
}
@media (max-width: 599px) {
  .contact__page [type=submit] {
    width: 65%;
  }
}
.contact__page .submit_text {
  width: 800px;
  margin: 2rem auto 1rem;
  text-align: center;
}
@media (max-width: 599px) {
  .contact__page .submit_text {
    width: 100%;
  }
}
.contact__page .privacy_wrap {
  display: block;
  width: 85%;
  margin: 5% auto 0;
}
.contact__page .privacy_wrap li {
  line-height: 2rem;
  font-size: 1rem;
  list-style: none;
}
.contact__page .privacy_wrap li a {
  line-height: 2rem;
  font-size: 1rem;
}
.contact__page .privacy_wrap li > ul {
  margin-left: 10px;
}
@media (max-width: 599px) {
  .contact__page .privacy_wrap {
    width: 96%;
  }
  .contact__page .privacy_wrap li {
    line-height: 1.6rem;
    font-size: 1rem;
  }
  .contact__page .privacy_wrap li a {
    line-height: 1.6rem;
    font-size: 1rem;
  }
}
.contact__page .privacy_bdr {
  width: 85%;
  margin: 2rem auto;
}
.contact__page .privacy_bdr > p {
  line-height: 2rem;
  font-size: 1rem;
}
.contact__page .privacy_bdr > p a {
  line-height: 2rem;
  font-size: 1rem;
  vertical-align: baseline;
  text-decoration: underline;
}
@media (max-width: 599px) {
  .contact__page .privacy_bdr {
    width: 96%;
    margin: 5% auto 0;
  }
  .contact__page .privacy_bdr p {
    line-height: 1.6rem;
    font-size: 1rem;
  }
  .contact__page .privacy_bdr p a {
    line-height: 1.6rem;
    font-size: 1rem;
  }
}
@media (max-width: 599px) {
  .contact__page .form_btn_wrap {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }
}
.contact__page .c-btn {
  display: inline-block;
  margin: 2rem auto 0;
  min-width: 8rem;
  max-width: 100%;
  font-size: 0.875rem;
  padding: 0.75rem 1.5rem;
  text-align: center;
}

.submit_check {
  margin: 30px auto auto;
}
.submit_check a {
  text-decoration: underline;
}

.c-form {
  padding: 0.5rem;
  border-radius: 0;
  border: 1px solid #515151;
  background-color: white;
}
.c-form::-moz-placeholder {
  color: rgb(216.5, 216.5, 216.5);
}
.c-form::placeholder {
  color: rgb(216.5, 216.5, 216.5);
}
.c-form:-ms-input-placeholder {
  color: rgb(216.5, 216.5, 216.5);
}
.c-form::-ms-input-placeholder {
  color: rgb(216.5, 216.5, 216.5);
}
.c-form.u-mb1.u-w25 {
  width: 25%;
}

.form_lead {
  margin-bottom: 2rem;
}
@media (max-width: 599px) {
  .form_lead {
    width: 96%;
    margin: 2rem auto;
  }
}

select.c-form {
  padding-right: 2.5rem;
  background: url(/wp-content/themes/japang/images/icon_formarrow.svg) 92% center/12px 8px no-repeat no-repeat;
  background-color: white;
}

/* ----------------------------------------
Project
---------------------------------------- */
/* index contents ----------------- */
.top__fv--wrap {
  position: relative;
  width: 100%;
  height: 90vh;
  margin-left: 5%;
  z-index: 5;
}
@media (min-width: 960px) {
  .top__fv--wrap {
    max-height: 1100px;
  }
}
@media (max-width: 599px) {
  .top__fv--wrap {
    height: 520px;
    margin: 60px auto auto;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .top__fv--wrap {
    height: 520px;
  }
}
.top__fv--wrap .fv_catchcopy {
  position: absolute;
  top: 20%;
  left: 7%;
  height: 0;
  margin: auto;
  z-index: 24;
  font-size: 2rem;
  line-height: 5rem;
  letter-spacing: 0.8px;
  color: white;
  text-shadow: 2px 2px 2px #222222;
}
@media (max-width: 599px) {
  .top__fv--wrap .fv_catchcopy {
    top: 30%;
    bottom: initial;
    left: 3%;
    width: 98%;
    font-size: 6vw;
    line-height: 12vw;
  }
}
.top__fv--wrap .fv_catchcopy .main {
  display: block;
}
@media (max-width: 599px) {
  .top__fv--wrap .fv_catchcopy .main {
    font-size: 2.6rem;
  }
}
.top__fv--wrap .fv__wrap {
  width: 100%;
  height: 90vh;
  overflow: hidden;
}
@media (max-width: 599px) {
  .top__fv--wrap .fv__wrap {
    height: 520px;
    border-radius: 0;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .top__fv--wrap .fv__wrap {
    height: 520px;
  }
}
.top__fv--wrap .fv__wrap .slider {
  width: 100%;
}
.top__fv--wrap .fv__wrap .slider .slide {
  width: 100%;
}
@media (max-width: 599px) {
  .top__fv--wrap .fv__wrap .slider .slide {
    height: 520px;
  }
}
.top__fv--wrap .fv__wrap .slider .slide img {
  width: 100%;
  height: auto;
}
@media (max-width: 599px) {
  .top__fv--wrap .fv__wrap .slider .slide img {
    height: 520px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top__fv--wrap .fv__cloud {
  position: absolute;
  z-index: 29;
  bottom: -2rem;
  right: -2rem;
  width: 35rem;
  height: auto;
}
@media (max-width: 599px) {
  .top__fv--wrap .fv__cloud {
    bottom: -3rem;
    right: 0;
    width: 70%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .top__fv--wrap .fv__cloud {
    bottom: -3rem;
    width: 28rem;
  }
}
.top__fv--wrap .fv__cloud img {
  width: 100%;
  height: auto;
}

/* breadcrumb ----------------- */
.breadcrumb {
  font-size: 0.75rem;
  z-index: 100;
  position: relative;
}
@media (max-width: 959px) {
  .breadcrumb {
    z-index: 9;
  }
}
.breadcrumb .breadcrumb__list {
  display: block;
  width: 100%;
  margin: auto;
  padding: 10px;
}
@media (max-width: 599px) {
  .breadcrumb .breadcrumb__list {
    width: 100%;
    padding: 0;
  }
}
.breadcrumb .list__item {
  display: inline;
  color: #C70507;
}
.breadcrumb .list__item ~ .list__item::before {
  content: ">";
  display: inline-block;
  padding: 0 0.5rem;
}
@media (max-width: 599px) {
  .breadcrumb {
    padding: 0.8rem 0.5rem;
  }
}

/* article ----------------- */
.content__common--wrap {
  margin: 10rem auto auto;
}
@media (max-width: 959px) {
  .content__common--wrap {
    margin: 6rem auto auto;
  }
}
@media (max-width: 599px) {
  .content__common--wrap.topics {
    margin: 4rem auto auto;
  }
}

.contents__normal--wrap {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.contents__normal--wrap .text_wrap {
  line-height: 2rem;
}
.contents__normal--wrap .text_wrap a {
  text-decoration: underline;
}
@media (max-width: 959px) {
  .contents__normal--wrap .text_wrap {
    width: 98%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 599px) {
  .top .welcome {
    margin-top: 5rem;
  }
}
.top .welcome .title_img {
  width: 36rem;
  margin: auto auto 5rem;
  text-align: center;
}
@media (max-width: 599px) {
  .top .welcome .title_img {
    width: 94%;
  }
}
.top .welcome .title_img .upper {
  display: block;
  text-align: center;
  font-size: 0.9rem;
}
.top .welcome .title_img > img {
  width: 33rem;
}
.top .welcome .title_img .bottom {
  display: block;
  margin-top: 0.5rem;
  text-align: center;
  font-size: 1.25rem;
}
.top .fullwidth_wrap {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .top .fullwidth_wrap {
    flex-wrap: wrap;
  }
}
.top .fullwidth_wrap + .fullwidth_wrap {
  margin-top: 5rem;
}
@media (max-width: 599px) {
  .top .fullwidth_wrap + .fullwidth_wrap {
    margin-top: 2rem;
  }
}
.top .fullwidth_wrap .fullwrap_left {
  position: relative;
  width: 50%;
}
.top .fullwidth_wrap .fullwrap_left.m {
  width: 46%;
}
@media (max-width: 599px) {
  .top .fullwidth_wrap .fullwrap_left.m {
    width: 96%;
    margin: auto auto auto 0;
  }
}
.top .fullwidth_wrap .fullwrap_left.m.forsp_non_ml {
  width: 92%;
  margin: 0 auto auto;
}
.top .fullwidth_wrap .fullwrap_left.m.forsp_non_ml.side_m {
  margin: 0 2% auto auto;
}
@media (min-width: 960px) {
  .top .fullwidth_wrap .fullwrap_left.m.forsp_non_ml.side_m .text_wrap {
    margin-left: 2%;
  }
}
.top .fullwidth_wrap .fullwrap_left img {
  width: 100%;
  height: 620px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 599px) {
  .top .fullwidth_wrap .fullwrap_left img {
    height: 360px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .top .fullwidth_wrap .fullwrap_left .mr_wrap {
    margin-left: 2%;
  }
}
.top .fullwidth_wrap .fullwrap_left .cloud_wrap {
  position: absolute;
  z-index: 29;
  bottom: -7rem;
  left: -2rem;
  width: 27rem;
  height: auto;
}
.top .fullwidth_wrap .fullwrap_left .cloud_wrap img {
  width: 100%;
  height: auto;
}
.top .fullwidth_wrap .fullwrap_right {
  width: 50%;
}
@media (max-width: 599px) {
  .top .fullwidth_wrap .fullwrap_right {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.top .fullwidth_wrap .fullwrap_right img {
  width: 100%;
}
.top .fullwidth_wrap .fullwrap_right .mr_wrap {
  width: 95%;
  margin-right: 5%;
}
@media (max-width: 599px) {
  .top .fullwidth_wrap .fullwrap_right .mr_wrap {
    width: 100%;
    margin-right: auto;
  }
}
.top .fullwidth_wrap .fullwrap_right .text_wrap {
  line-height: 1.6rem;
}
@media (max-width: 599px) {
  .top .fullwidth_wrap .fullwrap_right .text_wrap {
    width: 92%;
    margin-right: auto;
    margin-left: auto;
  }
}
.top .fullwidth_wrap .fullwrap_right .img_wrap {
  width: 100%;
  margin-top: 4rem;
}
@media (max-width: 599px) {
  .top .fullwidth_wrap .fullwrap_right .img_wrap {
    width: 96%;
    margin: 2rem 0 auto auto;
  }
}
.top .fullwidth_wrap .fullwrap_right .img_wrap.non_mt {
  margin-top: 0;
}
.top .fullwidth_wrap .fullwrap_right .cloud_wrap.sp_only {
  width: 80%;
  margin: -2rem 0 auto auto;
}
.top .contents_two .bg {
  width: 98%;
  margin: auto;
  background-repeat: no-repeat;
  background-position: 0px;
  background-size: cover;
}
@media (max-width: 599px) {
  .top .contents_two .bg {
    width: 100%;
    padding-bottom: 3rem;
  }
}
.top .contents_two .bg.top_two_l {
  padding-left: 2%;
  background-image: url(/wp-content/themes/japang/images/top_sec02_bill.png);
}
@media (max-width: 959px) {
  .top .contents_two .bg.top_two_l {
    padding-left: 0;
  }
}
.top .contents_two .bg.top_two_r {
  padding-right: 2%;
  background-image: url(/wp-content/themes/japang/images/top_sec02_hands.png);
}
@media (max-width: 959px) {
  .top .contents_two .bg.top_two_r {
    padding-right: 0;
  }
}
@media (min-width: 960px) {
  .top .contents_two .bg {
    min-height: 560px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .top .contents_two .bg {
    min-height: 500px;
  }
}
.top .contents_two .bg .section_title {
  width: 90%;
  margin: 3rem auto auto;
  padding-left: 1rem;
  font-size: 1.6rem;
  color: white;
}
@media (min-width: 600px) and (max-width: 959px) {
  .top .contents_two .bg .section_title {
    width: 98%;
  }
}
.top .contents_two .top_two_nav {
  width: 90%;
  margin: 2rem auto auto;
}
@media (min-width: 600px) and (max-width: 959px) {
  .top .contents_two .top_two_nav {
    width: 96%;
    margin: 1rem auto auto;
  }
}
.top .contents_two .top_two_nav li {
  border-bottom: 1px solid #F2F2F2;
}
.top .contents_two .top_two_nav li:nth-of-type(1) {
  border-top: 1px solid #F2F2F2;
}
.top .contents_two .top_two_nav li a {
  position: relative;
  display: block;
  font-size: 1.2rem;
  padding: 1.5rem 0.2rem 1.5rem 1rem;
  color: white;
}
@media (max-width: 599px) {
  .top .contents_two .top_two_nav li a {
    font-size: 5vw;
    padding: 1.5rem 3rem 1.5rem 1rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .top .contents_two .top_two_nav li a {
    padding: 1.5rem 2rem 1.5rem 1rem;
    font-size: 1.1rem;
  }
}
.top .contents_two .top_two_nav li a::after {
  content: "";
  position: absolute;
  top: 46%;
  right: 4%;
  display: inline-block;
  width: 2rem;
  height: 6px;
  background: url(/wp-content/themes/japang/images/icon_angle_r_w.svg) center right/cover no-repeat;
}
@media (min-width: 600px) and (max-width: 959px) {
  .top .contents_two .top_two_nav li a::after {
    width: 1.5rem;
  }
}
.top .topics {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 94% 100%, cover;
  background-image: url(/wp-content/themes/japang/images/bg_paper.png);
}
@media (max-width: 959px) {
  .top .topics {
    margin: 0rem auto auto;
    background-size: 100% 100%, cover;
  }
}
.top .topics .top_copics_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  padding: 5rem 0 4rem;
}
@media (max-width: 599px) {
  .top .topics .top_copics_wrap {
    display: block;
    padding: 2rem 0 3rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .top .topics .top_copics_wrap {
    display: block;
    padding: 5rem 2% 4rem;
  }
}
.top .topics .top_copics_wrap .topics_title {
  width: 18%;
}
@media (max-width: 959px) {
  .top .topics .top_copics_wrap .topics_title {
    width: 98%;
    margin: auto;
  }
}
.top .topics .top_copics_wrap .topics_title h3 {
  font-size: 2.5rem;
  letter-spacing: 1px;
  text-align: left;
}
@media (max-width: 599px) {
  .top .topics .top_copics_wrap .topics_title h3 {
    text-align: center;
    font-size: 1.875rem;
  }
}
.top .topics .top_copics_wrap .topics_contents {
  width: 80%;
}
@media (max-width: 959px) {
  .top .topics .top_copics_wrap .topics_contents {
    width: 98%;
    margin: auto;
  }
}
.top .topics .top_copics_wrap .topics_contents .ul__topics--wrap li {
  border-bottom: 1px solid #515151;
}
.top .topics .top_copics_wrap .topics_contents .ul__topics--wrap li a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 20px 10px 30px 0;
}
@media (max-width: 599px) {
  .top .topics .top_copics_wrap .topics_contents .ul__topics--wrap li a {
    display: block;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .top .topics .top_copics_wrap .topics_contents .ul__topics--wrap li a {
    padding: 1rem 0;
  }
}
.top .topics .top_copics_wrap .topics_contents .ul__topics--wrap li a time {
  width: 13%;
  margin-right: 2%;
  font-weight: bold;
}
@media (max-width: 599px) {
  .top .topics .top_copics_wrap .topics_contents .ul__topics--wrap li a time {
    width: 100%;
    margin-right: auto;
    text-align: left;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .top .topics .top_copics_wrap .topics_contents .ul__topics--wrap li a time {
    width: 15%;
    margin-right: 1%;
  }
}
.top .topics .top_copics_wrap .topics_contents .ul__topics--wrap li a .text {
  width: 86%;
}
@media (max-width: 599px) {
  .top .topics .top_copics_wrap .topics_contents .ul__topics--wrap li a .text {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .top .topics .top_copics_wrap .topics_contents .ul__topics--wrap li a .text {
    width: 84%;
  }
}
@media (max-width: 599px) {
  .top .topics .top_copics_wrap .topics_contents .u-tar {
    text-align: center;
  }
}

.company .company_p_list_wrap {
  position: relative;
  z-index: 50;
  margin: 12rem auto auto;
}
@media (max-width: 599px) {
  .company .company_p_list_wrap {
    margin: 5rem auto auto;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .company .company_p_list_wrap {
    height: auto;
    margin: 6rem auto auto;
    padding-bottom: 3rem;
  }
}
.company .company_p_list_wrap .bg_paper {
  position: absolute;
  z-index: 51;
  top: -7rem;
  width: 80%;
  height: 32.5rem;
}
@media (max-width: 599px) {
  .company .company_p_list_wrap .bg_paper {
    top: -2rem;
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .company .company_p_list_wrap .bg_paper {
    top: -2rem;
    width: 100%;
    height: 38.3rem;
  }
}
.company .company_p_list_wrap .bg_paper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company .company_p_list_wrap .company_p_list {
  position: relative;
  z-index: 52;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 959px) {
  .company .company_p_list_wrap .company_p_list {
    display: block;
  }
}
.company .company_p_list_wrap .company_p_list .text_wrap {
  width: 30%;
  margin-left: 5%;
}
@media (max-width: 599px) {
  .company .company_p_list_wrap .company_p_list .text_wrap {
    width: 100%;
    margin-left: auto;
    padding: 0 2%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .company .company_p_list_wrap .company_p_list .text_wrap {
    width: 100%;
    margin-left: auto;
    padding: 0 2%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .company .company_p_list_wrap .company_p_list .text_wrap .header__c--style.l {
    margin: auto auto 1rem;
    font-size: 1.4rem;
  }
}
.company .company_p_list_wrap .company_p_list .company_ul-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 60%;
}
@media (max-width: 599px) {
  .company .company_p_list_wrap .company_p_list .company_ul-wrap {
    display: block;
    width: 98%;
    margin: 2rem auto auto;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .company .company_p_list_wrap .company_p_list .company_ul-wrap {
    width: 100%;
    margin-top: 2rem;
  }
}
.company .company_p_list_wrap .company_p_list .company_ul-wrap li {
  width: 50%;
  aspect-ratio: 40/50;
}
@media (max-width: 599px) {
  .company .company_p_list_wrap .company_p_list .company_ul-wrap li {
    width: 100%;
    aspect-ratio: 51/30;
  }
  .company .company_p_list_wrap .company_p_list .company_ul-wrap li:nth-of-type(n+2) {
    margin-top: 1.6rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .company .company_p_list_wrap .company_p_list .company_ul-wrap li {
    width: 33.4%;
    aspect-ratio: 51/60;
  }
}
.company .company_p_list_wrap .company_p_list .company_ul-wrap li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100% auto, cover;
}
@media (max-width: 599px) {
  .company .company_p_list_wrap .company_p_list .company_ul-wrap li a {
    background-position: center 25%;
  }
}
.company .company_p_list_wrap .company_p_list .company_ul-wrap li a::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.company .company_p_list_wrap .company_p_list .company_ul-wrap li a h4 {
  display: block;
  position: absolute;
  top: 60%;
  width: 96%;
  margin: auto;
  text-align: center;
  font-size: 1.8rem;
  color: white;
}
@media (max-width: 599px) {
  .company .company_p_list_wrap .company_p_list .company_ul-wrap li a h4 {
    top: 25%;
    width: 100%;
  }
}
.company .company_p_list_wrap .company_p_list .company_ul-wrap li a h4 span {
  display: block;
  font-size: 1.2rem;
}
.company .company_p_list_wrap .company_p_list .company_ul-wrap li.msg a {
  background-image: url(/wp-content/themes/japang/images/company_botn_message.png);
}
@media (max-width: 599px) {
  .company .company_p_list_wrap .company_p_list .company_ul-wrap li.msg a {
    background-position: center 22%;
  }
}
.company .company_p_list_wrap .company_p_list .company_ul-wrap li.impt a {
  background-image: url(/wp-content/themes/japang/images/company_botn_policy.png);
}
@media (max-width: 599px) {
  .company .company_p_list_wrap .company_p_list .company_ul-wrap li.impt a {
    background-position: center 40%;
  }
}
.company .company_p_list_wrap .company_p_list .company_ul-wrap li.ovw a {
  background-image: url(/wp-content/themes/japang/images/company_botn_company.png);
}
@media (max-width: 599px) {
  .company .company_p_list_wrap .company_p_list .company_ul-wrap li.ovw a {
    background-position: center 96%;
  }
}

.message .message_wrap {
  margin: 7.5rem auto auto;
}
.message .message_wrap .ceo_img {
  width: 25rem;
  height: 28.75rem;
  float: right;
}
@media (max-width: 599px) {
  .message .message_wrap .ceo_img {
    width: 65%;
    height: auto;
    float: none;
    margin: auto;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .message .message_wrap .ceo_img {
    width: 40%;
    height: auto;
    float: right;
  }
}
.message .message_wrap .ceo_img img {
  width: 100%;
  height: 100%;
  padding: 0 0 3rem 3rem;
}
@media (max-width: 599px) {
  .message .message_wrap .ceo_img img {
    padding: 0 0 1rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .message .message_wrap .ceo_img img {
    padding: 0 0 3% 3%;
  }
}
@media (max-width: 599px) {
  .message .message_wrap .header__c--style.l {
    margin: 1rem auto 0.5rem;
    font-size: 5.6vw;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .message .message_wrap .header__c--style.l {
    margin: auto auto 1rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 599px) {
  .message .message_wrap {
    margin: 5.5rem auto auto;
  }
}
.message .message_wrap .ceoname_wrap {
  margin-top: 0.8rem;
  font-size: 1rem;
  font-weight: bold;
  text-align: right;
}
.message .message_wrap .ceoname_wrap b {
  font-size: 1.1rem;
}

.company_ul-twowrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 5rem;
}
@media (max-width: 599px) {
  .company_ul-twowrap {
    display: block;
    margin: 3rem auto auto;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .company_ul-twowrap {
    width: 98%;
    margin-right: auto;
    margin-left: auto;
  }
}
.company_ul-twowrap li {
  width: 46%;
  aspect-ratio: 51/23;
}
@media (max-width: 599px) {
  .company_ul-twowrap li {
    width: 98%;
    margin: auto;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .company_ul-twowrap li {
    width: 49%;
    aspect-ratio: 51/26;
  }
}
@media (max-width: 599px) {
  .company_ul-twowrap li:nth-of-type(n+2) {
    margin-top: 1.6rem;
  }
}
.company_ul-twowrap li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 100%, contain;
}
.company_ul-twowrap li a::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.company_ul-twowrap li a h4 {
  display: block;
  position: absolute;
  top: 30%;
  width: 96%;
  margin: auto;
  text-align: center;
  font-size: 1.8rem;
  color: white;
}
.company_ul-twowrap li a h4 span {
  display: block;
  font-size: 1.2rem;
}
.company_ul-twowrap li.msg a {
  background-image: url(/wp-content/themes/japang/images/company_two_message.png);
}
.company_ul-twowrap li.impt a {
  background-image: url(/wp-content/themes/japang/images/company_two_policy.png);
}
.company_ul-twowrap li.ovw a {
  background-image: url(/wp-content/themes/japang/images/company_two_company.png);
}

.important .catch_copy {
  width: 100%;
  padding: 0 2%;
  box-sizing: border-box;
  text-align: center;
}
.important .imgonly_wrap {
  width: 570px;
  height: auto;
  margin: 3rem auto auto;
}
@media (max-width: 599px) {
  .important .imgonly_wrap {
    width: 90%;
    margin: 2rem auto auto;
  }
}
.important .imgonly_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 599px) {
  .important .imgonly_wrap img {
    height: auto;
  }
}

.threepoint_wrap {
  margin: 6rem auto auto;
}
@media (max-width: 599px) {
  .threepoint_wrap {
    width: 96%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .threepoint_wrap {
    width: 98%;
  }
}
.threepoint_wrap .threepoint_ul li {
  margin-bottom: 3.6rem;
}
.threepoint_wrap .threepoint_ul li .description_wrap {
  margin: 2rem auto auto;
}
.threepoint_wrap .threepoint_ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}

.overview .overview_wrap {
  width: 100%;
}
@media (max-width: 959px) {
  .overview .overview_wrap {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }
}
.overview .overview_wrap table {
  width: 100%;
  border-collapse: collapse;
}
.overview .overview_wrap table tr {
  width: 100%;
}
@media (max-width: 599px) {
  .overview .overview_wrap table tr {
    display: block;
  }
  .overview .overview_wrap table tr:nth-of-type(1) th {
    border-top: 1px solid #BF9E47;
  }
}
.overview .overview_wrap table tr th {
  width: 28%;
  padding: 2rem 0;
  text-align: center;
  border-bottom: 1px solid #BF9E47;
  font-weight: normal;
}
@media (max-width: 599px) {
  .overview .overview_wrap table tr th {
    display: block;
    width: 100%;
    padding: 1rem 0;
    text-align: left;
    border-bottom: 1px dotted #BF9E47;
  }
}
.overview .overview_wrap table tr td {
  width: 70%;
  padding: 2rem 1%;
  text-align: left;
  border-bottom: 1px solid #BF9E47;
}
@media (max-width: 599px) {
  .overview .overview_wrap table tr td {
    display: block;
    width: 100%;
    padding: 1rem 0;
  }
}
@media (max-width: 959px) {
  .overview .access {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }
}
.overview .access .access_lead {
  margin-bottom: 1rem;
}
@media (min-width: 960px) {
  .overview .access .goggle_map {
    width: 1100px;
    height: 420px;
  }
}
@media (max-width: 959px) {
  .overview .access .goggle_map iframe {
    width: 100%;
    height: 360px;
  }
}
.overview .loadmap {
  margin: 4rem auto auto;
}
@media (max-width: 959px) {
  .overview .loadmap {
    width: 96%;
  }
}
.overview .loadmap .threepoint_ul {
  margin-top: 2rem;
}
.overview .loadmap .threepoint_ul li {
  margin-bottom: 1.4rem;
}
.overview .loadmap .threepoint_ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.overview .loadmap .threepoint_ul li .access_description {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .overview .loadmap .threepoint_ul li .access_description {
    display: block;
  }
}
.overview .loadmap .threepoint_ul li .access_description .img {
  width: 15%;
  aspect-ratio: 17/13;
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .overview .loadmap .threepoint_ul li .access_description .img {
    aspect-ratio: initial;
    width: 100%;
    margin: auto;
  }
  .overview .loadmap .threepoint_ul li .access_description .img img {
    width: 100%;
  }
}
.overview .loadmap .threepoint_ul li .access_description .text {
  width: 83%;
}
@media (max-width: 599px) {
  .overview .loadmap .threepoint_ul li .access_description .text {
    width: 100%;
    margin: 0.5rem auto 1.5rem;
  }
}
.overview .loadmap .threepoint_ul li .access_description .text b {
  display: block;
  margin-bottom: 0.4rem;
}
.overview .loadmap .onlytext_wrap {
  margin-top: 1rem;
}
.overview .loadmap .sideline_img {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 2rem;
}
@media (max-width: 599px) {
  .overview .loadmap .sideline_img {
    display: block;
  }
}
.overview .loadmap .sideline_img img {
  display: block;
  width: 49%;
}
@media (max-width: 599px) {
  .overview .loadmap .sideline_img img {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.service .choice_wrap {
  margin: 8rem auto auto;
  padding: 5rem 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%, contain;
  background-image: url(/wp-content/themes/japang/images/bg_service.png);
}
.service .choice_wrap h3 {
  color: white;
  font-size: 1.875rem;
  text-align: center;
}
.service .choice_wrap .choice_list {
  width: 80%;
  max-width: 53.75rem;
  margin: 3.25rem auto auto;
}
@media (max-width: 599px) {
  .service .choice_wrap .choice_list {
    width: 96%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .service .choice_wrap .choice_list {
    width: 94%;
  }
}
.service .choice_wrap .choice_list .choice_ul-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 599px) {
  .service .choice_wrap .choice_list .choice_ul-wrap {
    display: block;
  }
}
.service .choice_wrap .choice_list .choice_ul-wrap li {
  width: 368px;
  height: 360px;
  margin-bottom: 2rem;
  padding: 2rem 4%;
  box-sizing: border-box;
  font-size: 0.875rem;
  color: #111111;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%, contain;
  background-color: white;
  background-image: url(/wp-content/themes/japang/images/service_wrapline.png);
}
@media (max-width: 599px) {
  .service .choice_wrap .choice_list .choice_ul-wrap li {
    width: 340px;
    height: 332px;
    margin: auto auto 2rem;
  }
}
.service .choice_wrap .choice_list .choice_ul-wrap li h4 {
  margin-bottom: 1.4rem;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 599px) {
  .service .choice_wrap .choice_list .choice_ul-wrap li h4 {
    margin-bottom: 1rem;
    font-size: 1.1rem;
  }
}
.service .choice_wrap .choice_list .choice_ul-wrap li .text {
  font-size: 1rem;
}
.service .choice_wrap .choice_list .choice_ul-wrap li:nth-of-type(2n) {
  margin-top: 2rem;
}

.service_s_list {
  margin: 5rem auto auto;
}
@media (max-width: 599px) {
  .service_s_list {
    width: 96%;
    margin: 4rem auto auto;
  }
}
.service_s_list .service_ul-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media (max-width: 599px) {
  .service_s_list .service_ul-wrap {
    display: block;
  }
}
.service_s_list .service_ul-wrap li {
  position: relative;
  width: 33.4%;
  aspect-ratio: 17/23;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 100%, contain;
}
@media (max-width: 599px) {
  .service_s_list .service_ul-wrap li {
    width: 100%;
    aspect-ratio: initial;
    height: 200px;
    background-size: 100% auto, contain;
  }
  .service_s_list .service_ul-wrap li:nth-of-type(n+2) {
    margin-top: 1rem;
  }
}
.service_s_list .service_ul-wrap li::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.service_s_list .service_ul-wrap li:nth-of-type(1) {
  background-image: url(/wp-content/themes/japang/images/service_keiri.png);
}
.service_s_list .service_ul-wrap li:nth-of-type(2) {
  background-image: url(/wp-content/themes/japang/images/service_kyuyo.png);
}
.service_s_list .service_ul-wrap li:nth-of-type(3) {
  background-image: url(/wp-content/themes/japang/images/service_mynumber.png);
}
.service_s_list .service_ul-wrap li:nth-of-type(4) {
  background-image: url(/wp-content/themes/japang/images/service_seturitu.png);
}
.service_s_list .service_ul-wrap li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.service_s_list .service_ul-wrap li a h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 100%;
  padding: 0 4%;
  font-size: clamp(1rem, 1.5vw, 1.625rem);
  text-align: center;
  color: white;
}
@media (max-width: 599px) {
  .service_s_list .service_ul-wrap li a h4 {
    font-size: 5.5vw;
  }
}
.service_s_list .service_ul-wrap li a h4 span {
  display: block;
}

.accounting .accounting_list {
  width: 100%;
  max-width: 1000px;
  margin: 7.5rem auto auto;
}
@media (max-width: 959px) {
  .accounting .accounting_list {
    width: 98%;
    margin: 4rem auto auto;
  }
}
.accounting .accounting_list .text_wrap {
  margin: 2.5rem auto 3.75rem;
}
@media (max-width: 599px) {
  .accounting .accounting_list .text_wrap {
    margin: 1rem auto 2rem;
  }
}
.accounting .accounting_list .text_wrap a {
  text-decoration: underline;
}
.accounting .accounting_list .accounting_ul-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 599px) {
  .accounting .accounting_list .accounting_ul-wrap {
    display: block;
  }
}
.accounting .accounting_list .accounting_ul-wrap li {
  width: 22.75%;
  margin-right: 3%;
  padding: 1.6rem 1rem 1.4rem;
  box-sizing: border-box;
  box-shadow: 3px 3px 6px 0px rgba(171, 171, 171, 0.4);
}
@media (max-width: 599px) {
  .accounting .accounting_list .accounting_ul-wrap li {
    width: 100%;
    margin-right: auto;
  }
  .accounting .accounting_list .accounting_ul-wrap li:nth-of-type(n+2) {
    margin-top: 1.6rem;
  }
}
.accounting .accounting_list .accounting_ul-wrap li .icon {
  height: 3rem;
  text-align: center;
}
.accounting .accounting_list .accounting_ul-wrap li .icon img {
  height: 100%;
}
.accounting .accounting_list .accounting_ul-wrap li h4 {
  margin: 1.6rem auto 1rem;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 599px) {
  .accounting .accounting_list .accounting_ul-wrap li h4 {
    margin: 1rem auto 0.6rem;
  }
}
.accounting .accounting_list .accounting_ul-wrap li .text {
  font-size: 0.875rem;
}
.accounting .accounting_list .accounting_ul-wrap li a {
  text-decoration: underline;
}
.accounting .accounting_list .accounting_ul-wrap li:nth-of-type(4n) {
  margin-right: 0;
}
@media (max-width: 599px) {
  .accounting .accounting_list .accounting_ul-wrap li:nth-of-type(4n) {
    margin-right: auto;
  }
}
.accounting .accounting_list .accounting_ul-wrap li:nth-of-type(n+5) {
  margin-top: 3rem;
}
@media (max-width: 599px) {
  .accounting .accounting_list .accounting_ul-wrap li:nth-of-type(n+5) {
    margin-top: 1.6rem;
  }
}

.servicepoint_ul-wrap {
  margin: -2rem auto auto;
}
@media (max-width: 599px) {
  .servicepoint_ul-wrap {
    width: 94%;
    margin: -1rem auto auto;
  }
}
.servicepoint_ul-wrap > li:nth-of-type(n+2) {
  margin-top: 1.4rem;
}
.servicepoint_ul-wrap > li h4 {
  position: relative;
  margin: auto auto 0.1rem;
  padding-left: 1rem;
  font-weight: bold;
}
@media (max-width: 599px) {
  .servicepoint_ul-wrap > li h4 {
    margin: auto auto 0.3rem;
  }
}
.servicepoint_ul-wrap > li h4::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 0.8rem;
  height: 2px;
  display: inline-block;
  padding-right: 10px;
  background-color: #C70507;
}
@media (max-width: 599px) {
  .servicepoint_ul-wrap > li h4::before {
    top: calc(50% - 3px);
    height: 4px;
  }
}
.servicepoint_ul-wrap > li .text > ul > li {
  list-style-type: disc;
  margin: auto auto 0.1rem 1rem;
}

.recruit_wrap_content {
  margin-top: 3rem;
}
@media (max-width: 599px) {
  .recruit_wrap_content {
    width: 96%;
    margin: 2rem auto auto;
  }
}
.recruit_wrap_content .recruit_ul-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media (max-width: 599px) {
  .recruit_wrap_content .recruit_ul-wrap {
    display: block;
  }
}
.recruit_wrap_content .recruit_ul-wrap li {
  position: relative;
  width: 20%;
  aspect-ratio: 27/46;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 100%, contain;
}
@media (max-width: 599px) {
  .recruit_wrap_content .recruit_ul-wrap li {
    display: block;
    width: 100%;
    height: 200px;
    aspect-ratio: initial;
    background-position: center;
    background-size: 100% auto, cover;
  }
  .recruit_wrap_content .recruit_ul-wrap li:nth-of-type(n+2) {
    margin-top: 1rem;
  }
}
.recruit_wrap_content .recruit_ul-wrap li::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.recruit_wrap_content .recruit_ul-wrap li:nth-of-type(1) {
  background-image: url(/wp-content/themes/japang/images/recurit_feature.png);
}
.recruit_wrap_content .recruit_ul-wrap li:nth-of-type(2) {
  background-image: url(/wp-content/themes/japang/images/recurit_benefit.png);
}
.recruit_wrap_content .recruit_ul-wrap li:nth-of-type(3) {
  background-image: url(/wp-content/themes/japang/images/recurit_interview.png);
}
.recruit_wrap_content .recruit_ul-wrap li:nth-of-type(4) {
  background-image: url(/wp-content/themes/japang/images/recurit_recruit.png);
}
.recruit_wrap_content .recruit_ul-wrap li:nth-of-type(5) {
  background-image: url(/wp-content/themes/japang/images/recurit_form.png);
}
.recruit_wrap_content .recruit_ul-wrap li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.recruit_wrap_content .recruit_ul-wrap li a h4 {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 0;
  margin: auto;
  width: 100%;
  padding: 0 4%;
  font-size: clamp(1rem, 1.5vw, 1.625rem);
  text-align: center;
  color: white;
}
@media (max-width: 599px) {
  .recruit_wrap_content .recruit_ul-wrap li a h4 {
    top: 50%;
    bottom: initial;
    left: 50%;
    height: auto;
    transform: translate(-50%, -50%);
    font-size: 6.5vw;
  }
}
.recruit_wrap_content .recruit_ul-wrap li a h4 span {
  display: block;
}

.recruit .recruit_wrap {
  margin: 8rem auto auto;
  padding: 5rem 0 0;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 1100px 100%, contain;
  background-image: url(/wp-content/themes/japang/images/bg_paper.png);
}
@media (max-width: 599px) {
  .recruit .recruit_wrap {
    margin: 6rem auto auto;
    padding: 3rem 0 0;
    background-size: 100% 100%, contain;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .recruit .recruit_wrap {
    margin: 6rem auto auto;
    padding: 4rem 0 0;
  }
}
.recruit .recruit_wrap .upper__float--wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1100px;
  margin: auto auto 5rem 0;
  padding-right: 5%;
  box-sizing: border-box;
}
@media (max-width: 959px) {
  .recruit .recruit_wrap .upper__float--wrap {
    display: block;
    width: 96%;
    margin: auto;
    padding-right: 0;
  }
}
.recruit .recruit_wrap .upper__float--wrap .header__c--style.r {
  width: 28%;
  margin: 0 auto auto;
  text-align: center;
  font-size: 1.75rem;
}
@media (max-width: 599px) {
  .recruit .recruit_wrap .upper__float--wrap .header__c--style.r {
    width: 100%;
    font-size: 6vw;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .recruit .recruit_wrap .upper__float--wrap .header__c--style.r {
    width: 100%;
    font-size: 1.75rem;
  }
}
.recruit .recruit_wrap .upper__float--wrap .header__c--style.r span::after {
  margin: 0.1rem auto 0 0;
}
@media (max-width: 959px) {
  .recruit .recruit_wrap .upper__float--wrap .header__c--style.r span::after {
    margin: 0.1rem auto auto;
  }
}
.recruit .recruit_wrap .upper__float--wrap .text_wrap {
  width: 71%;
  font-size: 1.2rem;
  line-height: 2.2rem;
}
@media (max-width: 959px) {
  .recruit .recruit_wrap .upper__float--wrap .text_wrap {
    width: 100%;
    font-size: 1rem;
    line-height: 1.8rem;
    margin: 2rem auto auto;
  }
}

.feature .contents__normal--wrap {
  width: 1100px;
  margin: auto;
}
@media (max-width: 959px) {
  .feature .contents__normal--wrap {
    width: 96%;
  }
}
.feature .point_wrap {
  width: 100%;
  margin: auto;
  padding: 2rem 7rem;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%, contain;
  background-image: url(/wp-content/themes/japang/images/bg_daikei.png);
}
@media (max-width: 599px) {
  .feature .point_wrap {
    padding: 1.5rem;
    border: 1px solid #05C0C7;
    background-image: none;
    background: rgb(245, 255, 255);
    background: linear-gradient(0deg, rgb(245, 255, 255) 0%, rgb(255, 255, 255) 100%);
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .feature .point_wrap {
    padding: 2rem 5.5rem;
  }
}
.feature .point_wrap + .point_wrap {
  margin-top: 3rem;
}
@media (max-width: 599px) {
  .feature .point_wrap + .point_wrap {
    margin-top: 2rem;
  }
}
.feature .point_wrap h4 {
  font-size: 1.5rem;
  text-align: center;
  margin: auto auto 1.4rem;
}
@media (max-width: 599px) {
  .feature .point_wrap h4 {
    font-size: 1.2rem;
    margin: auto auto 1rem;
  }
}

.welfare .welfare_ul-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 3rem auto 5rem;
}
@media (max-width: 959px) {
  .welfare .welfare_ul-wrap {
    width: 96%;
    margin: 2rem auto 4rem;
  }
}
.welfare .welfare_ul-wrap .welfare_li {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  margin: auto;
  padding: 2.4rem 2rem 2.4rem 0;
  box-sizing: border-box;
  border: 1px solid #05C0C7;
  background: rgb(245, 255, 255);
  background: linear-gradient(0deg, rgb(245, 255, 255) 0%, rgb(255, 255, 255) 100%);
  border-radius: 2rem 2rem 2rem 0;
}
@media (max-width: 599px) {
  .welfare .welfare_ul-wrap .welfare_li {
    display: block;
    padding: 2rem 1rem;
  }
}
.welfare .welfare_ul-wrap .welfare_li .img_wrap {
  position: relative;
  width: 18%;
  text-align: center;
}
@media (max-width: 599px) {
  .welfare .welfare_ul-wrap .welfare_li .img_wrap {
    width: 25%;
    margin: auto;
  }
}
.welfare .welfare_ul-wrap .welfare_li .img_wrap img {
  width: 80px;
}
@media (min-width: 600px) {
  .welfare .welfare_ul-wrap .welfare_li .img_wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 599px) {
  .welfare .welfare_ul-wrap .welfare_li .img_wrap img {
    width: 100%;
  }
}
.welfare .welfare_ul-wrap .welfare_li .text_wrap {
  width: 80%;
}
@media (max-width: 599px) {
  .welfare .welfare_ul-wrap .welfare_li .text_wrap {
    width: 100%;
    margin-top: 1rem;
  }
}
.welfare .welfare_ul-wrap .welfare_li .text_wrap h4 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
}
@media (max-width: 599px) {
  .welfare .welfare_ul-wrap .welfare_li .text_wrap h4 {
    font-size: 1.1rem;
    margin-bottom: auto;
  }
}
.welfare .welfare_ul-wrap .welfare_li .text_wrap .welfare_point > li {
  position: relative;
}
.welfare .welfare_ul-wrap .welfare_li .text_wrap .welfare_point > li:nth-of-type(n+2) {
  margin-top: 0.1rem;
}
.welfare .welfare_ul-wrap .welfare_li .text_wrap .welfare_point > li::before {
  content: "■";
  padding-right: 0.5rem;
  font-size: 0.8rem;
  line-height: 1rem;
  color: #BF9E47;
}
.welfare .welfare_ul-wrap .welfare_li:nth-of-type(n+2) {
  margin-top: 3rem;
}

.interview_a .staff__list--wrap {
  margin: 6rem auto auto;
}
@media (max-width: 599px) {
  .interview_a .staff__list--wrap {
    width: 96%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .interview_a .staff__list--wrap {
    width: 96%;
    margin: 2rem auto auto;
  }
}
.interview_a .staff__list--wrap .staff__ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 599px) {
  .interview_a .staff__list--wrap .staff__ul {
    display: block;
  }
}
.interview_a .staff__list--wrap .staff__ul > li {
  width: 48%;
  box-shadow: 3px 3px 6px 0px rgba(171, 171, 171, 0.4);
}
@media (max-width: 599px) {
  .interview_a .staff__list--wrap .staff__ul > li {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .interview_a .staff__list--wrap .staff__ul > li:nth-of-type(n+2) {
    margin-top: 2rem;
  }
}
.interview_a .staff__list--wrap .staff__ul > li:nth-of-type(n+3) {
  margin-top: 3rem;
}
@media (max-width: 599px) {
  .interview_a .staff__list--wrap .staff__ul > li:nth-of-type(n+3) {
    margin-top: 2rem;
  }
}
.interview_a .staff__list--wrap .staff__ul > li a {
  display: block;
}
.interview_a .staff__list--wrap .staff__ul > li a .thumb_wrap {
  width: 100%;
  aspect-ratio: 24/19;
}
@media (max-width: 599px) {
  .interview_a .staff__list--wrap .staff__ul > li a .thumb_wrap {
    height: 220px;
    aspect-ratio: initial;
  }
}
.interview_a .staff__list--wrap .staff__ul > li a .thumb_wrap img {
  width: 100%;
}
@media (max-width: 599px) {
  .interview_a .staff__list--wrap .staff__ul > li a .thumb_wrap img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.interview_a .staff__list--wrap .staff__ul > li a .text_wrap {
  position: relative;
  padding: 1.6rem 2rem;
}
@media (max-width: 959px) {
  .interview_a .staff__list--wrap .staff__ul > li a .text_wrap {
    padding: 1rem;
  }
}
.interview_a .staff__list--wrap .staff__ul > li a .text_wrap .cloud {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 10rem;
}
.interview_a .staff__list--wrap .staff__ul > li a .text_wrap .cloud img {
  width: 100%;
}
.interview_a .staff__list--wrap .staff__ul > li a .text_wrap .archive_team {
  font-size: 1.5rem;
  width: 90%;
  margin: auto auto auto 0;
}
@media (max-width: 959px) {
  .interview_a .staff__list--wrap .staff__ul > li a .text_wrap .archive_team {
    font-size: 1.05rem;
    width: 100%;
    margin: auto;
  }
}
.interview_a .staff__list--wrap .staff__ul > li a .text_wrap .horizon {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  font-size: 1rem;
}
@media (max-width: 599px) {
  .interview_a .staff__list--wrap .staff__ul > li a .text_wrap .horizon {
    display: block;
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
.interview_a .staff__list--wrap .staff__ul > li a .text_wrap .horizon .archive_department {
  width: auto;
  margin-right: 1rem;
}
@media (max-width: 599px) {
  .interview_a .staff__list--wrap .staff__ul > li a .text_wrap .horizon .archive_department {
    width: 100%;
    margin-right: auto;
  }
}
.interview_a .staff__list--wrap .staff__ul > li a .text_wrap .horizon .archive_year {
  width: auto;
  min-width: 22%;
}
@media (max-width: 599px) {
  .interview_a .staff__list--wrap .staff__ul > li a .text_wrap .horizon .archive_year {
    width: 100%;
    min-width: initial;
  }
}
.interview_a .staff__list--wrap .staff__ul > li a .text_wrap .archive_comment {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.3rem;
}
@media (max-width: 599px) {
  .interview_a .staff__list--wrap .staff__ul > li a .text_wrap .archive_comment {
    margin-top: 0.5rem;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .interview_a .staff__list--wrap .staff__ul > li a .text_wrap .archive_comment {
    margin-top: 0.6rem;
    font-size: 1.2rem;
  }
}

.interview_s .interview__title--wrap {
  position: relative;
  z-index: 28;
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
@media (min-width: 600px) and (max-width: 959px) {
  .interview_s .interview__title--wrap {
    width: 96%;
  }
}
.interview_s .interview__title--wrap .interview_title {
  margin-bottom: 1rem;
  font-size: 2.2rem;
  text-align: left;
}
@media (max-width: 599px) {
  .interview_s .interview__title--wrap .interview_title {
    font-size: 1.2rem;
    margin-bottom: auto;
  }
}
.interview_s .interview__title--wrap .staff__fvtop--wrap {
  position: relative;
  width: 100%;
  margin: auto;
}
@media (max-width: 599px) {
  .interview_s .interview__title--wrap .staff__fvtop--wrap {
    width: 96%;
  }
}
.interview_s .interview__title--wrap .staff__fvtop--wrap .staff_img {
  width: 60%;
}
@media (max-width: 599px) {
  .interview_s .interview__title--wrap .staff__fvtop--wrap .staff_img {
    width: 100%;
    height: 220px;
  }
}
.interview_s .interview__title--wrap .staff__fvtop--wrap .staff_img img {
  width: 100%;
}
@media (max-width: 599px) {
  .interview_s .interview__title--wrap .staff__fvtop--wrap .staff_img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.interview_s .interview__title--wrap .staff__fvtop--wrap .text_wrap {
  position: absolute;
  bottom: -6%;
  right: 0;
  width: 55%;
  padding: 2rem;
  box-sizing: border-box;
  background-color: white;
  box-shadow: 3px 3px 6px 0px rgba(171, 171, 171, 0.4);
}
@media (max-width: 599px) {
  .interview_s .interview__title--wrap .staff__fvtop--wrap .text_wrap {
    position: relative;
    bottom: initial;
    right: initial;
    width: 100%;
    padding: 1rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .interview_s .interview__title--wrap .staff__fvtop--wrap .text_wrap {
    bottom: -12%;
    width: 58%;
    padding: 1.6rem;
  }
}
.interview_s .interview__title--wrap .staff__fvtop--wrap .text_wrap .single_team {
  font-size: 1.3rem;
}
@media (max-width: 599px) {
  .interview_s .interview__title--wrap .staff__fvtop--wrap .text_wrap .single_team {
    font-size: 1rem;
  }
}
.interview_s .interview__title--wrap .staff__fvtop--wrap .text_wrap .horizon {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  font-size: 1rem;
}
@media (max-width: 599px) {
  .interview_s .interview__title--wrap .staff__fvtop--wrap .text_wrap .horizon {
    display: block;
  }
}
.interview_s .interview__title--wrap .staff__fvtop--wrap .text_wrap .horizon .single_department {
  width: auto;
  margin-right: 1rem;
}
@media (max-width: 599px) {
  .interview_s .interview__title--wrap .staff__fvtop--wrap .text_wrap .horizon .single_department {
    margin-right: auto;
  }
}
.interview_s .interview__title--wrap .staff__fvtop--wrap .text_wrap .horizon .single_year {
  width: auto;
  min-width: 22%;
}
@media (max-width: 599px) {
  .interview_s .interview__title--wrap .staff__fvtop--wrap .text_wrap .horizon .single_year {
    min-width: initial;
  }
}
.interview_s .interview__title--wrap .staff__fvtop--wrap .text_wrap .single_comment {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.3rem;
}
@media (max-width: 599px) {
  .interview_s .interview__title--wrap .staff__fvtop--wrap .text_wrap .single_comment {
    margin-top: 0.5rem;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2rem;
  }
}
.interview_s .interview__title--wrap .fv__cloud {
  position: absolute;
  z-index: 29;
  top: 8rem;
  right: -4rem;
  width: 30rem;
  height: auto;
}
@media (max-width: 599px) {
  .interview_s .interview__title--wrap .fv__cloud {
    top: 8rem;
    right: -4rem;
    width: 10rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .interview_s .interview__title--wrap .fv__cloud {
    top: 7rem;
    width: 20rem;
  }
}
.interview_s .interview__single--content {
  width: 100%;
  max-width: 1100px;
  margin: 7rem auto auto;
}
@media (max-width: 599px) {
  .interview_s .interview__single--content {
    width: 96%;
    margin: 3rem auto auto;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .interview_s .interview__single--content {
    width: 96%;
  }
}
@media (max-width: 599px) {
  .interview_s .interview__single--content .question_wrap {
    width: 96%;
    margin: auto;
  }
}
.interview_s .interview__single--content .question_wrap h3 {
  position: relative;
  font-size: 1.4rem;
  margin: auto auto 0.4rem;
  padding-left: 50px;
}
@media (max-width: 599px) {
  .interview_s .interview__single--content .question_wrap h3 {
    font-size: 1.2rem;
    padding-left: 20px;
  }
}
.interview_s .interview__single--content .question_wrap h3::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 40px;
  height: 1px;
  display: inline-block;
  padding-right: 10px;
  background-color: #C70507;
}
@media (max-width: 599px) {
  .interview_s .interview__single--content .question_wrap h3::before {
    width: 1rem;
    height: 2px;
  }
}
.interview_s .interview__single--content .question_wrap:nth-of-type(n+2) {
  margin-top: 3rem;
}
.interview_s .interview__single--content .question_wrap img {
  display: block;
  width: 80%;
  margin: 1rem auto 1.2rem 0;
}
@media (max-width: 599px) {
  .interview_s .interview__single--content .question_wrap img {
    width: 100%;
  }
}
.interview_s .interview__single--content .question_wrap p + p {
  margin-top: 1rem;
}
.interview_s .other__interview--wrap {
  width: 100%;
  max-width: 1100px;
  margin: 4rem auto auto;
}
@media (max-width: 599px) {
  .interview_s .other__interview--wrap {
    width: 96%;
    margin: 2rem auto auto;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .interview_s .other__interview--wrap {
    width: 96%;
  }
}
.interview_s .other__interview--wrap .staff__ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 599px) {
  .interview_s .other__interview--wrap .staff__ul {
    display: block;
  }
}
.interview_s .other__interview--wrap .staff__ul > li {
  width: 48%;
  box-shadow: 3px 3px 6px 0px rgba(171, 171, 171, 0.4);
}
@media (max-width: 599px) {
  .interview_s .other__interview--wrap .staff__ul > li {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .interview_s .other__interview--wrap .staff__ul > li:nth-of-type(n+2) {
    margin-top: 2rem;
  }
}
.interview_s .other__interview--wrap .staff__ul > li:nth-of-type(n+3) {
  margin-top: 3rem;
}
@media (max-width: 599px) {
  .interview_s .other__interview--wrap .staff__ul > li:nth-of-type(n+3) {
    margin-top: 2rem;
  }
}
.interview_s .other__interview--wrap .staff__ul > li a {
  display: block;
}
.interview_s .other__interview--wrap .staff__ul > li a .thumb_wrap {
  width: 100%;
  aspect-ratio: 24/19;
}
.interview_s .other__interview--wrap .staff__ul > li a .thumb_wrap img {
  width: 100%;
}
.interview_s .other__interview--wrap .staff__ul > li a .text_wrap {
  position: relative;
  padding: 1.6rem 2rem;
}
@media (max-width: 599px) {
  .interview_s .other__interview--wrap .staff__ul > li a .text_wrap {
    padding: 1rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .interview_s .other__interview--wrap .staff__ul > li a .text_wrap {
    padding: 1rem;
  }
}
.interview_s .other__interview--wrap .staff__ul > li a .text_wrap .cloud {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 10rem;
}
.interview_s .other__interview--wrap .staff__ul > li a .text_wrap .cloud img {
  width: 100%;
}
.interview_s .other__interview--wrap .staff__ul > li a .text_wrap .archive_team {
  font-size: 1.5rem;
  width: 90%;
  margin: auto auto auto 0;
}
@media (min-width: 600px) and (max-width: 959px) {
  .interview_s .other__interview--wrap .staff__ul > li a .text_wrap .archive_team {
    font-size: 1.05rem;
    width: 100%;
    margin: auto;
  }
}
.interview_s .other__interview--wrap .staff__ul > li a .text_wrap .horizon {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  font-size: 1rem;
}
@media (max-width: 599px) {
  .interview_s .other__interview--wrap .staff__ul > li a .text_wrap .horizon {
    display: block;
  }
}
.interview_s .other__interview--wrap .staff__ul > li a .text_wrap .horizon .archive_department {
  width: auto;
  margin-right: 1rem;
}
@media (max-width: 599px) {
  .interview_s .other__interview--wrap .staff__ul > li a .text_wrap .horizon .archive_department {
    margin-right: auto;
  }
}
.interview_s .other__interview--wrap .staff__ul > li a .text_wrap .horizon .archive_year {
  width: auto;
  min-width: 22%;
}
@media (max-width: 599px) {
  .interview_s .other__interview--wrap .staff__ul > li a .text_wrap .horizon .archive_year {
    min-width: initial;
  }
}
.interview_s .other__interview--wrap .staff__ul > li a .text_wrap .archive_comment {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.3rem;
}
@media (max-width: 599px) {
  .interview_s .other__interview--wrap .staff__ul > li a .text_wrap .archive_comment {
    margin-top: 0.5rem;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .interview_s .other__interview--wrap .staff__ul > li a .text_wrap .archive_comment {
    margin-top: 0.6rem;
    font-size: 1.2rem;
  }
}

.requirements .requirements_wrap {
  width: 100%;
  max-width: 1000px;
  margin: 7rem auto auto;
  padding: 2.5rem 3.75rem 3rem;
  border: 1px solid #05C0C7;
}
@media (max-width: 599px) {
  .requirements .requirements_wrap {
    width: 96%;
    margin: 4rem auto auto;
    padding: 1rem 2%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .requirements .requirements_wrap {
    width: 96%;
    padding: 1.5rem 3%;
  }
}
.requirements .requirements_wrap .requirements_table {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 599px) {
  .requirements .requirements_wrap .requirements_table tr {
    display: block;
    width: 100%;
  }
}
.requirements .requirements_wrap .requirements_table tr.last th, .requirements .requirements_wrap .requirements_table tr.last td {
  border-bottom: 0;
}
.requirements .requirements_wrap .requirements_table tr th, .requirements .requirements_wrap .requirements_table tr td {
  padding: 2.5rem 1rem;
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
  border-bottom: 1px solid #05C0C7;
}
@media (max-width: 599px) {
  .requirements .requirements_wrap .requirements_table tr th, .requirements .requirements_wrap .requirements_table tr td {
    display: block;
    width: 100%;
    padding: 1rem 0.5rem;
  }
}
.requirements .requirements_wrap .requirements_table tr th {
  width: 30%;
  vertical-align: top;
}
@media (max-width: 599px) {
  .requirements .requirements_wrap .requirements_table tr th {
    display: block;
    width: 100%;
    padding: 1.5rem 1rem 0rem 0.5rem;
    text-align: left;
    border: 0;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .requirements .requirements_wrap .requirements_table tr th {
    width: 22%;
    padding: 2rem 1%;
  }
}
.requirements .requirements_wrap .requirements_table tr td {
  width: 70%;
  text-align: left;
}
.requirements .requirements_wrap .requirements_table tr td a {
  text-decoration: underline;
}
@media (max-width: 599px) {
  .requirements .requirements_wrap .requirements_table tr td {
    width: 100%;
    padding: 0.5rem 1rem 1.5rem 0.5rem;
    border-bottom: 1px solid #05C0C7;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .requirements .requirements_wrap .requirements_table tr td {
    width: 76%;
    padding: 2rem 1% 2rem 0;
  }
}

.satisfaction_a .satisfaction__ul {
  width: 100%;
  max-width: 1000px;
  margin: 3rem auto auto;
}
@media (max-width: 959px) {
  .satisfaction_a .satisfaction__ul {
    width: 98%;
    margin: 1rem auto auto;
  }
}
.satisfaction_a .satisfaction__ul > li {
  border-bottom: 1px solid #C70507;
}
@media (max-width: 599px) {
  .satisfaction_a .satisfaction__ul > li {
    border-bottom: 1px dotted #C70507;
  }
}
.satisfaction_a .satisfaction__ul > li:nth-last-of-type(1) {
  border-bottom: 0;
}
@media (max-width: 599px) {
  .satisfaction_a .satisfaction__ul > li:nth-last-of-type(1) {
    border-bottom: 1px solid #C70507;
  }
}
@media (max-width: 599px) {
  .satisfaction_a .satisfaction__ul > li:nth-of-type(1) {
    border-top: 1px solid #C70507;
  }
}
.satisfaction_a .satisfaction__ul > li a {
  display: block;
  padding: 2rem 2% 2rem 0;
  font-size: 1.2rem;
  box-sizing: border-box;
}
.satisfaction_a .satisfaction__ul > li a .text {
  width: 100%;
}

.satisfaction_s .single__title {
  width: 100%;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #C70507;
}
.satisfaction_s .single__title .title_main {
  font-size: 1.8rem;
}
.satisfaction_s .satisfaction__single--content .boutou {
  margin: auto auto 2rem;
}
.satisfaction_s .satisfaction__single--content .satis_c_wrap h3 {
  font-size: 1.5rem;
  padding: 0.8rem 1rem;
  box-sizing: border-box;
  background-color: #F2F2F2;
  border-left: 4px solid #C70507;
}
.satisfaction_s .satisfaction__single--content .satis_c_wrap .anser {
  margin: 1rem auto auto;
}
.satisfaction_s .satisfaction__single--content .satis_c_wrap .anser strong {
  font-size: 1.1rem;
}
.satisfaction_s .satisfaction__single--content .satis_c_wrap .anser table {
  width: 100%;
  margin: 1rem auto;
  border-collapse: collapse;
  border: 1px solid #515151;
}
.satisfaction_s .satisfaction__single--content .satis_c_wrap .anser table tr th, .satisfaction_s .satisfaction__single--content .satis_c_wrap .anser table tr td {
  border: 1px solid #515151;
  padding: 1%;
  font-size: 0.9rem;
}
.satisfaction_s .satisfaction__single--content .satis_c_wrap .anser table tr th:nth-of-type(1), .satisfaction_s .satisfaction__single--content .satis_c_wrap .anser table tr td:nth-of-type(1) {
  width: 17%;
}
.satisfaction_s .satisfaction__single--content .satis_c_wrap .anser table tr th:nth-of-type(2), .satisfaction_s .satisfaction__single--content .satis_c_wrap .anser table tr td:nth-of-type(2) {
  width: 33%;
}
.satisfaction_s .satisfaction__single--content .satis_c_wrap .anser table tr th:nth-of-type(3), .satisfaction_s .satisfaction__single--content .satis_c_wrap .anser table tr td:nth-of-type(3) {
  width: 50%;
}
.satisfaction_s .satisfaction__single--content .satis_c_wrap .anser table tr th {
  background-color: #F2F2F2;
}
.satisfaction_s .satisfaction__single--content .satis_c_wrap:nth-of-type(n+2) {
  margin-top: 3rem;
}

.top__faqlist--wrap {
  width: 100%;
  margin: 8rem auto auto;
  padding: 3.75rem 0 4.375rem;
  background-color: #FFFDFD;
}
@media (max-width: 599px) {
  .top__faqlist--wrap {
    margin: 4rem auto auto;
    padding: 2rem 0;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .top__faqlist--wrap {
    margin: 5rem auto auto;
    padding: 3rem 0 3rem;
  }
}
.top__faqlist--wrap .top__faqlist {
  width: 100%;
  max-width: 1000px;
  counter-reset: number 0;
  margin: auto;
}
.top__faqlist--wrap .top__faqlist li {
  position: relative;
  height: auto;
  margin: auto auto 1.5rem;
  padding: 1rem 3rem 1rem 3.6rem;
  background-color: white;
  border-radius: 1rem;
}
.top__faqlist--wrap .top__faqlist li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.top__faqlist--wrap .top__faqlist li::before {
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translate(-50%, -50%);
  counter-increment: number 1;
  content: "Q" counter(number) ".";
  padding-right: 0.2rem;
  font-size: 1rem;
  color: #C70507;
}
@media (max-width: 599px) {
  .top__faqlist--wrap .top__faqlist li::before {
    font-size: 0.9rem;
  }
}
.top__faqlist--wrap .top__faqlist li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 1.5rem;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(/wp-content/themes/japang/images/icon_angle_r_r.svg) center right/cover no-repeat;
}
@media (max-width: 599px) {
  .top__faqlist--wrap .top__faqlist li::after {
    width: 1rem;
    height: 1rem;
    right: 0.5rem;
  }
}
@media (max-width: 599px) {
  .top__faqlist--wrap .top__faqlist li {
    width: 96%;
    padding: 1rem 2rem 1rem 3rem;
  }
}
.top__faqlist--wrap .top__faqlist li a {
  display: block;
}

.faq__single--content {
  width: 100%;
  margin: 3rem auto auto;
  padding: 3.75rem 0 4.375rem;
}
@media (max-width: 599px) {
  .faq__single--content {
    width: 96%;
    margin: 5rem auto auto;
    padding: 0;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .faq__single--content {
    width: 98%;
    margin: 5rem auto auto;
    padding: 0;
  }
}
.faq__single--content h2 {
  width: 100%;
  max-width: 1000px;
  margin: auto auto 2rem;
}
.faq__single--content .faq__single--text {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 7rem 2.5rem 3rem;
  box-sizing: border-box;
  box-shadow: 3px 3px 6px 0px rgba(171, 171, 171, 0.4);
}
@media (max-width: 599px) {
  .faq__single--content .faq__single--text {
    padding: 3.4rem 1rem 2rem;
  }
}
.faq__single--content .faq__single--text::before {
  content: "";
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  display: inline-block;
  width: 3rem;
  height: 3.15rem;
  background: url(/wp-content/themes/japang/images/icon_anser.svg) center right/cover no-repeat;
}
@media (max-width: 599px) {
  .faq__single--content .faq__single--text::before {
    top: 1rem;
    left: 1rem;
    width: 32px;
    height: 33px;
  }
}
.faq__single--content .faq__single--text img {
  width: 100%;
  max-width: 840px;
  display: block;
  text-align: center;
  margin: 1.875rem auto 2.5rem;
}

.p__article--archive {
  width: 100%;
  max-width: 1000px;
  margin: 5rem auto auto;
  padding: 2rem 4rem;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%, contain;
  background-image: url(/wp-content/themes/japang/images/bg_paper.png);
}
@media (max-width: 599px) {
  .p__article--archive {
    margin: 3rem auto auto;
    padding: 2rem 1rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .p__article--archive {
    margin: 3rem auto auto;
    padding: 2rem 2rem;
  }
}
.p__article--archive .header__c--style {
  margin: 2rem auto 3rem;
}
@media (max-width: 599px) {
  .p__article--archive .header__c--style {
    margin: 2rem auto 1rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .p__article--archive .header__c--style {
    margin: 2rem auto 1rem;
  }
}
.p__article--archive .topics__list--ul {
  width: 100%;
  margin: auto;
}
.p__article--archive .topics__list--ul li {
  border-bottom: 1px solid #515151;
}
.p__article--archive .topics__list--ul li a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 20px 10px 30px 0;
}
@media (max-width: 599px) {
  .p__article--archive .topics__list--ul li a {
    display: block;
    padding: 20px 0;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .p__article--archive .topics__list--ul li a {
    padding: 20px 10px 20px 0;
  }
}
.p__article--archive .topics__list--ul li a time {
  width: 10%;
  margin-right: 2%;
  font-weight: bold;
}
@media (max-width: 599px) {
  .p__article--archive .topics__list--ul li a time {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .p__article--archive .topics__list--ul li a time {
    width: 15%;
  }
}
.p__article--archive .topics__list--ul li a .text {
  width: 88%;
}
@media (max-width: 599px) {
  .p__article--archive .topics__list--ul li a .text {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .p__article--archive .topics__list--ul li a .text {
    width: 83%;
  }
}

.achievement__list--ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 3rem auto auto;
}
@media (max-width: 599px) {
  .achievement__list--ul {
    display: block;
    flex-wrap: initial;
    justify-content: initial;
    width: 98%;
  }
}
.achievement__list--ul .topics__list--li {
  width: 31%;
}
@media (max-width: 599px) {
  .achievement__list--ul .topics__list--li {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .achievement__list--ul .topics__list--li:nth-of-type(n+2) {
    margin-top: 3rem;
  }
}
.achievement__list--ul .topics__list--li:nth-of-type(n+4) {
  margin-top: 3rem;
}
.achievement__list--ul .topics__list--li a {
  display: block;
  width: 100%;
  height: 100%;
}
.achievement__list--ul .topics__list--li a img {
  width: 100%;
  height: 11.45rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.achievement__list--ul .topics__list--li a .author_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.5rem;
}
.achievement__list--ul .topics__list--li a .author_wrap .author_img {
  display: block;
  width: 3.75rem;
  height: auto;
}
.achievement__list--ul .topics__list--li a .author_wrap .author_name {
  width: 40%;
  margin-left: 2%;
  font-size: 0.9rem;
}
.achievement__list--ul .topics__list--li a .author_wrap > time {
  display: block;
  width: 25%;
  margin-left: 2%;
  font-size: 0.9rem;
}
@media (max-width: 959px) {
  .achievement__list--ul .topics__list--li a .author_wrap > time {
    width: 42%;
    margin-left: 0;
    text-align: right;
  }
}
.achievement__list--ul .achievement__list--li {
  position: relative;
  width: 49%;
  border: 1px solid #C70507;
  border-radius: 1rem;
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .achievement__list--ul .achievement__list--li {
    width: 100%;
  }
}
.achievement__list--ul .achievement__list--li::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 5%;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url(/wp-content/themes/japang/images/angle_right_accent.svg) center right/cover no-repeat;
}
@media (max-width: 599px) {
  .achievement__list--ul .achievement__list--li::after {
    top: 35%;
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media (max-width: 599px) {
  .achievement__list--ul .achievement__list--li:nth-of-type(2) {
    margin-top: 1rem;
  }
}
.achievement__list--ul .achievement__list--li:nth-of-type(n+3) {
  margin-top: 2rem;
}
@media (max-width: 599px) {
  .achievement__list--ul .achievement__list--li:nth-of-type(n+3) {
    margin-top: 1rem;
  }
}
.achievement__list--ul .achievement__list--li a {
  display: block;
  width: 100%;
  padding: 2rem 3rem;
}
@media (max-width: 599px) {
  .achievement__list--ul .achievement__list--li a {
    padding: 1rem 2rem;
  }
}

.single__content--wrap {
  width: 100%;
  max-width: 1000px;
  margin: 5rem auto auto;
}
@media (max-width: 599px) {
  .single__content--wrap {
    width: 98%;
    margin: 4rem auto auto;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .single__content--wrap {
    width: 98%;
    margin: 4rem auto auto;
  }
}
.single__content--wrap .single__title .single__title--main {
  display: block;
  font-size: 1.8rem;
}
@media (max-width: 599px) {
  .single__content--wrap .single__title .single__title--main {
    font-size: 5.4vw;
  }
}
.single__content--wrap time {
  display: block;
  text-align: right;
  font-size: 1rem;
}
.single__content--wrap .single__inner {
  margin: 20px auto auto;
  padding-top: 20px;
  font-size: 1rem;
  line-height: 2rem;
  border-top: 1px solid #BF9E47;
}
.single__content--wrap .single__inner .topics__thumb--img {
  width: 90%;
  max-width: 640px;
  margin: auto auto 2rem;
}
.single__content--wrap .single__inner .topics__thumb--img img {
  width: 100%;
}
.single__content--wrap .single__inner a {
  text-decoration: underline;
}
.single__content--wrap .single__inner img {
  display: block;
  width: 85%;
  margin: 10px auto 20px;
  height: auto;
}
.single__content--wrap .pager__single {
  display: flex;
  margin: 60px auto auto;
  padding-top: 1rem;
  border-top: 1px solid #fff8e7;
}
.single__content--wrap .pager__single .p-pager__next {
  order: 1;
  padding: 0 0 0 0.5rem;
  border-left: 1px solid #fff8e7;
}
.single__content--wrap .pager__single .p-pager__prev {
  width: 50%;
  text-align: center;
  padding: 0 0.5rem 0 0;
}
.single__content--wrap .pager__single .c-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.content__wrap.normal {
  width: 1200px;
  margin: auto;
}
@media (max-width: 599px) {
  .content__wrap.normal {
    width: 98%;
  }
}
.content__wrap.normal .content__inner {
  width: 1100px;
  margin: 60px auto 120px;
}
@media (max-width: 599px) {
  .content__wrap.normal .content__inner {
    width: 98%;
    margin: 30px auto 60px;
  }
}
.content__wrap.normal .content__inner .normal__detail {
  margin-top: 30px;
}

.privacy__content--wrap {
  width: 1000px;
  margin: 60px auto 120px;
}
@media (max-width: 959px) {
  .privacy__content--wrap {
    width: 98%;
    margin: 30px auto auto;
  }
}
.privacy__content--wrap .textlink {
  margin: auto auto 2rem;
  padding: 1rem 2rem;
  text-align: center;
  background-color: #F2F2F2;
}
@media (max-width: 599px) {
  .privacy__content--wrap .privacy_wrap {
    width: 98%;
    margin: 20px auto auto;
  }
}
.privacy__content--wrap .privacy_wrap > li {
  margin: auto auto 1.6rem;
  font-size: 1rem;
}
.privacy__content--wrap .privacy_wrap > li h4 {
  margin: auto auto 0.5rem;
  font-size: 1.2rem;
  font-weight: bold;
}
.privacy__content--wrap .privacy_wrap > li b {
  display: block;
  font-weight: bold;
  margin: auto auto 0.4rem;
}
.privacy__content--wrap .privacy_wrap > li .inner_ul {
  margin-top: 1rem;
  list-style-type: none;
}
.privacy__content--wrap .privacy_wrap > li .inner_ul .inner_li {
  margin-top: 0.8rem;
}
.privacy__content--wrap .privacy_wrap > li .inner_ul .inner_li > b {
  margin: auto auto 0.2rem;
}
.privacy__content--wrap a {
  color: #C70507;
  text-decoration: underline;
}
.privacy__content--wrap .privacy_bdr {
  margin: 30px auto auto;
  padding: 20px 0;
  border-top: 1px solid #FFFDFD;
  border-bottom: 1px solid #FFFDFD;
}

.notfound {
  width: 100%;
  margin: auto;
}
.notfound .lead__text {
  max-width: 1100px;
  margin: 3rem auto auto;
}
@media (max-width: 599px) {
  .notfound .lead__text {
    width: 96%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .notfound .lead__text {
    width: 96%;
    margin: 5rem auto auto;
  }
}
.notfound .back__wrap {
  margin: 3rem auto auto;
  text-align: center;
}
.notfound .back__wrap .angle_acnt_back {
  margin-bottom: 2rem;
}

/* pager ----------------- */
.p-pager {
  margin: 3.75rem auto auto;
  line-height: 2;
}
.p-pager a {
  display: block;
  color: white;
  background: #222222;
  font-size: 0.9rem;
}
.p-pager .p-pager__prev,
.p-pager .p-pager__next {
  display: inline-block;
  width: 3rem;
  margin-bottom: 0.5rem;
}

.p-pager__list {
  display: inline-block;
}
.p-pager__list .c-list__item {
  display: inline-block;
  width: 1.75rem;
  margin: 0 0.25rem 0.5rem;
}
.p-pager__list .c-list__item.is-current {
  border: 1px solid #515151;
}

.p-pager--single .c-title {
  margin-bottom: 0.25rem;
  font-size: inherit;
  font-weight: bolder;
}
@media (max-width: 599px) {
  .p-pager--single {
    padding: 0.5rem 0;
    margin-top: 2rem;
  }
  .p-pager--single .p-pager__prev,
  .p-pager--single .p-pager__next {
    padding: 0.5rem 0;
  }
  .p-pager--single .p-pager__prev > .c-title,
  .p-pager--single .p-pager__next > .c-title {
    text-align: left;
  }
  .p-pager--single .p-pager__next {
    border-top: 2px solid #222222;
    border-bottom: 1px solid #222222;
  }
}
@media (min-width: 600px) {
  .p-pager--single {
    display: flex;
    margin: 2rem auto auto;
    padding-top: 1.5rem;
    border-top: 1px solid #222222;
  }
  .p-pager--single .p-pager__prev,
  .p-pager--single .p-pager__next {
    width: 50%;
    text-align: center;
    padding: 0 0.5rem 0 0;
  }
  .p-pager--single .p-pager__next {
    order: 1;
    padding: 0 0 0 0.5rem;
    border-left: 1px solid #222222;
  }
}

/* ----------------------------------------
Utility
---------------------------------------- */
.u-small {
  font-size: 0.75rem;
}

.u-red {
  color: #ae0800;
}

.u-lato {
  font-family: Lato;
}

.u-w25 {
  width: 25%;
}

.u-w50 {
  width: 50%;
}

.u-w75 {
  width: 75%;
}

.u-w100 {
  width: 100%;
}

.width_1200 {
  width: 1200px;
  margin: auto;
}

.u-tal {
  text-align: left;
}

.u-tar {
  text-align: right;
}

.u-tac {
  text-align: center;
}

.u-mt1 {
  margin-top: 16px;
}

.u-mb1 {
  margin-bottom: 16px;
}

.u-ml1 {
  margin-left: 16px;
}

.u-mr1 {
  margin-right: 16px;
}

.u-my1 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.u-mx1 {
  margin-left: 16px;
  margin-right: 16px;
}

.u-pt1 {
  padding-top: 16px;
}

.u-pb1 {
  padding-bottom: 16px;
}

.u-pl1 {
  padding-left: 16px;
}

.u-pr1 {
  padding-right: 16px;
}

.u-py1 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.u-px1 {
  padding-left: 16px;
  padding-right: 16px;
}

.u-mt2 {
  margin-top: 32px;
}

.u-mb2 {
  margin-bottom: 32px;
}

.u-ml2 {
  margin-left: 32px;
}

.u-mr2 {
  margin-right: 32px;
}

.u-my2 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.u-mx2 {
  margin-left: 32px;
  margin-right: 32px;
}

.u-pt2 {
  padding-top: 32px;
}

.u-pb2 {
  padding-bottom: 32px;
}

.u-pl2 {
  padding-left: 32px;
}

.u-pr2 {
  padding-right: 32px;
}

.u-py2 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.u-px2 {
  padding-left: 32px;
  padding-right: 32px;
}

.fontbold {
  line-height: 1.8rem;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.posi-r {
  position: relative;
}

@media (max-width: 599px) {
  .u-hide--sp {
    display: none;
  }
  .u-show--tab {
    display: none;
  }
}
@media (min-width: 600px) {
  .u-show--sp {
    display: none;
  }
}
.flt-l {
  float: left;
}

.flt-r {
  float: right;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.line_left {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 2px;
  transform: skewY(-54.5deg);
}
@media (max-width: 599px) {
  .line_left {
    transform: skewY(-76deg);
  }
}
.line_left.blue {
  background-color: #BF9E47;
}
.line_left.white {
  background-color: white;
}
.line_left.first {
  left: -20%;
}
@media (max-width: 599px) {
  .line_left.first {
    left: -11%;
  }
}
.line_left.second {
  top: -300px;
  right: -10%;
}
.line_left.third {
  top: 300px;
  right: -20%;
}

.angle_top_left {
  position: relative;
  overflow: hidden;
}
.angle_top_left::before {
  position: absolute;
  z-index: 5;
  top: 54px;
  left: 30px;
  width: 50px;
  height: 100px;
  content: "";
  transform: translateX(-100%) translateY(-80%) rotate(38deg);
  background: #C70507;
}
@media (max-width: 599px) {
  .angle_top_left::before {
    top: 40px;
  }
}
.angle_top_left.accent_l_color::before {
  background: #FFFDFD;
}

.pagelinks--wrap {
  width: 1200px;
  margin: 60px auto auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  z-index: 21;
}
@media (max-width: 599px) {
  .pagelinks--wrap {
    width: 98%;
    display: block;
  }
}
.pagelinks--wrap.area {
  width: 1000px;
}
@media (max-width: 599px) {
  .pagelinks--wrap.area {
    width: 98%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 599px) {
  .pagelinks--wrap.area li {
    width: 49%;
  }
}
.pagelinks--wrap li {
  width: 24%;
  margin-left: 1%;
}
@media (max-width: 599px) {
  .pagelinks--wrap li {
    width: 100%;
    margin: 1rem auto auto;
  }
}
.pagelinks--wrap li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 12px 36px;
  text-align: center;
  color: #BF9E47;
  background-color: white;
  border: 1px solid #BF9E47;
  vertical-align: middle;
}
.pagelinks--wrap li:nth-of-type(1) {
  margin-left: 0;
}
@media (max-width: 599px) {
  .pagelinks--wrap li:nth-of-type(1) {
    margin: auto;
  }
}
.pagelinks--wrap li:nth-of-type(4n+1) {
  margin-left: 0;
}
@media (max-width: 599px) {
  .pagelinks--wrap li:nth-of-type(4n+1) {
    margin: 1rem auto auto;
  }
}
.pagelinks--wrap li:nth-of-type(n+5) {
  margin-top: 30px;
}
@media (max-width: 599px) {
  .pagelinks--wrap li:nth-of-type(n+5) {
    margin: 1rem auto auto;
  }
}
@media (max-width: 599px) {
  .pagelinks--wrap li:nth-last-of-type(1) {
    margin-left: 0;
  }
}

.img__zoom {
  overflow: hidden;
  width: 100%;
  height: auto;
}
.img__zoom img {
  width: 100%;
  height: 100%;
  transition: 0.4s all;
}
.img__zoom:hover img {
  transform: scale(1.2, 1.2);
  transition: 0.4s all;
}

.cv_box--wrap {
  position: relative;
  z-index: 30;
  width: 100%;
  max-width: 1000px;
  margin: 6rem auto auto;
  padding: 2rem 5rem 3.2rem;
  box-sizing: border-box;
  border: 1px solid #BF9E47;
}
.cv_box--wrap.r {
  border: 1px solid #05C0C7;
}
@media (max-width: 599px) {
  .cv_box--wrap {
    width: 96%;
    margin: 5rem auto auto;
    padding: 2.4rem 2%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .cv_box--wrap {
    width: 96%;
  }
}
.cv_box--wrap .cvbox_cloud_wrap {
  position: absolute;
  z-index: 31;
  width: 10rem;
  height: auto;
}
@media (max-width: 599px) {
  .cv_box--wrap .cvbox_cloud_wrap {
    width: 8rem;
  }
}
.cv_box--wrap .cvbox_cloud_wrap.top {
  top: 10px;
  left: 20px;
}
@media (max-width: 599px) {
  .cv_box--wrap .cvbox_cloud_wrap.top {
    left: 4px;
  }
}
.cv_box--wrap .cvbox_cloud_wrap.bottom {
  bottom: 10px;
  right: 20px;
}
@media (max-width: 599px) {
  .cv_box--wrap .cvbox_cloud_wrap.bottom {
    right: 4px;
  }
}
.cv_box--wrap .cvbox_cloud_wrap img {
  width: 100%;
}
.cv_box--wrap .cv_box--title {
  position: relative;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 599px) {
  .cv_box--wrap .cv_box--title {
    margin-bottom: 1.2rem;
    font-size: 5.6vw;
  }
}
.cv_box--wrap .contact_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-top: 2rem;
  border-top: 1px solid #BF9E47;
}
@media (max-width: 599px) {
  .cv_box--wrap .contact_wrap {
    display: block;
    padding-top: 0;
  }
}
.cv_box--wrap .contact_wrap a {
  display: block;
  width: 49%;
  text-align: center;
}
@media (max-width: 599px) {
  .cv_box--wrap .contact_wrap a {
    width: 100%;
    padding: 2rem 0;
  }
}
.cv_box--wrap .contact_wrap a:nth-of-type(1) {
  border-right: 1px solid #BF9E47;
}
@media (max-width: 599px) {
  .cv_box--wrap .contact_wrap a:nth-of-type(1) {
    border-right: 0;
    border-bottom: 1px dotted #BF9E47;
  }
}
@media (max-width: 599px) {
  .cv_box--wrap .contact_wrap a:nth-of-type(2) {
    padding-bottom: 0;
  }
}
.cv_box--wrap .contact_wrap a img {
  width: auto;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
}
.cv_box--wrap .contact_wrap.r {
  border-top: 1px solid #05C0C7;
}
.cv_box--wrap .contact_wrap.r a:nth-of-type(1) {
  border-right: 1px solid #05C0C7;
}
@media (max-width: 599px) {
  .cv_box--wrap .contact_wrap.r a:nth-of-type(1) {
    border-right: 0;
    border-bottom: 1px dotted #05C0C7;
  }
}

.border_r_h {
  font-size: 1.5rem;
  padding: 0.8rem 1rem;
  box-sizing: border-box;
  background-color: #F2F2F2;
  border-left: 4px solid #C70507;
}
@media (max-width: 599px) {
  .border_r_h {
    font-size: 5.2vw;
  }
}

@media (max-width: 959px) {
  .pc_only {
    display: none !important;
  }
}

@media (min-width: 960px) {
  .sp_only {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */