html:not(.responsive) {
  min-width: 960px;
  /* viewport */
}

* {
  box-sizing: border-box;
}

/*=============================================
 * body
 *=============================================*/
body {
  color: #333;
  font-family: 'Noto Sans JP';
  font-size: 20px;
  line-height: 33px;
  letter-spacing: 0em;
  background: #fff;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  text-align: justify;
}

@media only screen and (min-width: 561px) {
  body {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: left;
    min-width: 960px;
    /* viewport */
  }
}

@media only screen and (max-width: 560px) {
  :root {
    --app-height: 100%;
  }
  html.open,
  body.menu-open {
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    height: var(--app-height);
  }
}

/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 75px;
}

.wrap {
  max-width: 1020px;
  width: 100%;
  padding: 0 30px;
}

a:hover {
  text-decoration: none;
}

/* a, 
img,  */
._loaded button {
  transition: 0.3s all ease-in-out;
}

@media only screen and (min-width: 561px) {
  main {
    padding-top: 80px;
  }
}

/*=============================================
 * <header>
 *=============================================*/
body.nav--opened,
body.nav--opened *,
body.nav--opened *:hover,
body.nav--opened *:focus,
body.nav--opened *:active {
  /*    cursor: none !important;*/
  touch-action: none !important;
  pointer-events: none !important;
}

body.nav--opened .hamburger,
body.nav--opened #menu-toggle,
body.nav--opened #menu-toggle *,
body.nav--opened header .logo {
  touch-action: auto !important;
  pointer-events: visible !important;
}

.nav--opened {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}

.nav--opened #menu-toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  overflow: auto;
}

.nav--opened .registry .login__button,
.nav--opened .registry .sign-up__button {
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 561px) {
  .header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    min-width: 960px;
  }
}

.header__fixed {
  height: 75px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.09);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  padding-left: 2%;
}

.header__fixed .logo {
  width: 40%;
}

.header__fixed .registry {
  width: 58%;
  display: flex;
  justify-content: flex-end;
}

.header__fixed .registry a {
  display: block;
  width: 38%;
  height: 75px;
  color: #fff;
  border: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
  padding: 16px 0 11px;
  position: relative;
}

.header__fixed .registry a:before {
  content: '';
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 8px;
}

.header__fixed .registry .login__button {
  background: linear-gradient(90deg, #294ba2 0%, #223a7b 100%);
}

.header__fixed .registry .login__button:before {
  width: 21px;
  height: 26px;
  background-image: url("../img/common/icon_in.svg");
}
.header__fixed .registry .logout__button:before {
  width: 21px;
  height: 26px;
  background-image: url("../img/common/icon_out.svg");
}

.header__fixed .registry .sign-up__button {
  background: linear-gradient(90deg, #e05656 0%, #c71b1b 100%);
}

.header__fixed .registry .sign-up__button:before {
  width: 26px;
  height: 26px;
  background-image: url("../img/common/icon_user.svg");
}

.header__fixed .registry .hamburger {
  width: 24%;
  padding: 24px 0 0 3.5vw;
}

@media only screen and (min-width: 561px) {
  .header__fixed {
    height: 80px;
    position: absolute;
    padding-left: 20px;
  }
  .header__fixed .logo {
    width: 200px;
  }
  .header__fixed .registry {
    width: 240px;
  }
  .header__fixed .registry a {
    width: 50%;
    height: 80px;
    padding-top: 20px;
  }
  ._loaded .header__fixed .registry a {
    transition: 0.3s all ease-in-out;
  }
  .header__fixed .registry a:hover {
    opacity: 0.8;
  }
  .header__fixed .registry .hamburger {
    display: none;
  }
}

@media only screen and (max-width: 1150px) and (min-width: 561px) {
  .header__fixed .logo {
    margin-bottom: 29px;
  }
}

.has-nav #ft-fixed {
  opacity: 1;
  visibility: visible;
}

.menu-toggle {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  top: 75px;
  right: 0;
  bottom: 0;
  padding: 20px 0px 0px;
  z-index: 8;
  background: #fff;
}

.menu-toggle .blk1 {
  max-width: 420px;
  width: 90%;
  margin: 0 auto;
}

.menu-toggle nav {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 30px;
}

.menu-toggle nav a {
  display: block;
  padding: 20px 0;
}

.menu-toggle nav li {
  border-bottom: 1px solid #D9D9D9;
}

.menu-toggle nav dl dt {
  padding: 20px 0;
  position: relative;
}

.menu-toggle nav dl dt:after {
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #03499B;
  border-bottom: 2px solid #03499B;
  transform: rotate(45deg);
  position: absolute;
  right: 7px;
  top: 25px;
}
._loaded .menu-toggle nav dl dt:after {
  transition: 0.2s all ease-in-out;
}

.menu-toggle nav dl dd {
  padding: 0 0 20px 20px;
}

.menu-toggle nav dl dd a {
  padding: 0;
  border-bottom: none;
  font-weight: 500;
}

.menu-toggle nav dl dd a + a {
  margin-top: 10px;
}

.menu-toggle nav dl.active dt:after {
  transform: rotate(225deg);
  top: 27px;
}

.menu-toggle .for-company__button {
  border: none;
  display: inline-block;
  background: transparent;
  cursor: pointer;
  color: #03499B;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  position: relative;
  padding-left: 20px;
  margin: 40px 0;
}

.menu-toggle .for-company__button:before {
  content: '';
  width: 15px;
  background-image: url("../img/common/icon_building.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
}

.menu-toggle .for-company__button:after {
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #03499B;
  border-bottom: 2px solid #03499B;
  transform: rotate(-45deg);
  position: absolute;
  right: -16px;
  top: 10px;
}

.menu-toggle .blk2 {
  padding: 40px 0;
  background: #F0F0F0;
}

.menu-toggle .blk2 a {
  display: block;
  max-width: 420px;
  width: 90%;
  margin: 0 auto;
  height: 80px;
  color: #fff;
  font-size: 24px;
  line-height: 80px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  position: relative;
}

.menu-toggle .blk2 a:before {
  content: '';
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 5px;
}

.menu-toggle .blk2 .login__button {
  background: linear-gradient(90deg, #294ba2 0%, #223a7b 100%);
}

.menu-toggle .blk2 .login__button:before {
  width: 18px;
  height: 24px;
  background-image: url("../img/common/icon_in.svg");
}
.menu-toggle .blk2 .logout__button:before {
  width: 18px;
  height: 24px;
  background-image: url("../img/common/icon_out.svg");
}

.menu-toggle .blk2 .sign-up__button {
  background: linear-gradient(90deg, #e05656 0%, #c71b1b 100%);
  margin-top: 20px;
}

.menu-toggle .blk2 .sign-up__button:before {
  width: 26px;
  height: 26px;
  background-image: url("../img/common/icon_user.svg");
}

@media only screen and (min-width: 561px) {
  .menu-toggle {
    opacity: 1;
    visibility: visible;
    position: absolute;
    width: 700px;
    top: 42px;
    right: 260px;
    bottom: auto;
    padding: 0px;
    background: transparent;
    z-index: 10;
  }
  .menu-toggle .blk1 {
    max-width: none;
    width: auto;
    margin: 0;
  }
  .menu-toggle nav {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }
  .menu-toggle nav ul {
    display: flex;
    justify-content: flex-end;
  }
  .menu-toggle nav a {
    padding: 0;
  }
  .menu-toggle nav a:hover {
    color: #03499B;
  }
  .menu-toggle nav li {
    border-bottom: none;
    margin-left: 20px;
  }
  .menu-toggle nav li:first-child {
    margin-left: 0;
  }
  .menu-toggle nav dl {
    position: relative;
    padding-bottom: 17px;
    cursor: pointer;
  }
  .menu-toggle nav dl dt {
    padding: 0;
    pointer-events: none;
    cursor: pointer;
  }
  .menu-toggle nav dl dt:after {
    display: inline-block;
    width: 8px;
    height: 8px;
    position: relative;
    right: auto;
    top: -2px;
    margin-left: 5px;
  }
  .menu-toggle nav dl dd {
    display: block !important;
    padding: 12px 10px 12px 18px;
    background: #fff;
    width: 215px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    opacity: 0;
    visibility: hidden;
  }
  ._loaded .menu-toggle nav dl dd {
    transition: 0.2s all ease-in-out;
  }
  .menu-toggle nav dl dd a {
    padding: 0;
    border-bottom: none;
    font-weight: 500;
  }
  .menu-toggle nav dl dd a + a {
    margin-top: 10px;
  }
  .menu-toggle nav dl:hover dt {
    color: #03499B;
  }
  .menu-toggle nav dl:hover dd {
    opacity: 1;
    visibility: visible;
  }
  .menu-toggle nav dl.active dt {
    color: #03499B;
  }
  .menu-toggle nav dl.active dt:after {
    top: 3px;
  }
  .menu-toggle .for-company__button {
    font-size: 12px;
    line-height: 18px;
    padding-left: 13px;
    margin: 0;
    position: absolute;
    top: -26px;
    right: 0;
  }
  ._loaded .menu-toggle .for-company__button {
    transition: 0.3s all ease-in-out;
  }
  .menu-toggle .for-company__button:before {
    width: 11px;
  }
  .menu-toggle .for-company__button:after {
    display: none;
  }
  .menu-toggle .for-company__button:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 1150px) and (min-width: 561px) {
  .menu-toggle {
    top: 47px;
  }
  .menu-toggle .for-company__button {
    top: -30px;
  }
}

/*=============================================
 * <footer>
 *=============================================*/
.footer {
  margin-top: 80px;
}
.footer-contact {
  background-image: url("../img/common/information_bg_sp.webp");
  background-size: cover;
  background-position: 50%;
  color: #fff;
  padding: 60px 0;
  text-align: center;
  border-radius: 2px;
}

.footer-contact__h2 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 29px;
  margin-bottom: 35px;
}

.footer-contact__h2 span {
  display: block;
  font-size: 35px;
  font-weight: 700;
  line-height: 50px;
  margin-top: 9px;
}

.footer-contact__button {
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(90deg, #e05656 0%, #c71b1b 100%);
  color: #fff;
  border-radius: 5px;
  padding: 11px 0 6px;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0;
  font-weight: 700;
  position: relative;
  border: none;
  cursor: pointer;
}

.footer-contact__button--shadow {
  box-shadow: 0 0 10px rgba(67, 107, 152, 0.8);
}

.footer-contact__button:after {
  content: '';
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 25px;
  top: 32px;
  z-index: 1;
  transform: rotate(45deg);
}

.footer-contact__button small {
  display: table;
  font-size: 18px;
  line-height: 23px;
  background: #fff;
  color: #A51418;
  border-radius: 2px;
  padding: 0 8px;
  margin: 0 auto 4px;
}

@media only screen and (min-width: 561px) {
  .footer-contact {
    background-image: url("../img/common/information_bg.webp");
    padding: 50px 0 46px;
  }
  .footer-contact__h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 22px;
  }
  .footer-contact__h2 span {
    font-size: 40px;
    line-height: 57px;
    margin-top: 4px;
  }
  .footer-contact__button {
    max-width: 300px;
    padding: 10px 0 6px;
  }
  .footer-contact__button:after {
    top: calc(50% - 4.5px);
    width: 9px;
    height: 9px;
    right: 23px;
  }
  .footer-contact__button small {
    font-size: 14px;
    line-height: 23px;
    padding: 0 7px;
    margin: 0 auto;
  }
  .footer-contact__button:hover {
    opacity: 0.8;
  }
  .footer-contact__button2 {
    width: 300px;
    font-size: 24px;
    padding: 23px 0;
  }
}

.footer-information {
  background: #F0F0F0;
  padding: 50px 0 30px;
}

.footer__logo {
  width: 308px;
  margin: 0 auto 60px;
}

.footer-nav {
  font-weight: 500;
  line-height: 29px;
}

.footer-nav__col {
  margin-top: 50px;
}

.footer-nav__col li {
  margin-bottom: 14px;
}

.footer-nav__col ul {
  padding-left: 10px;
}

.footer-nav__col li img {
  width: 17px;
  margin: -3px 0 0 5px;
}

.footer-row2 {
  margin: 40px 0;
  padding-top: 40px;
  border-top: 1px solid rgba(3, 73, 155, 0.6);
}

.footer__tel {
  text-align: center;
  color: #03499B;
  font-size: 35px;
  letter-spacing: 0;
  line-height: 52px;
  font-weight: 700;
  margin-bottom: 40px;
}

.footer__tel small {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  margin-top: 14px;
}

.footer__button .style__button + .style__button {
  margin-top: 20px;
}

address {
  text-align: center;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 25px;
}

#pagetop {
  width: 40px;
}

.footer--job address {
  text-align: right;
  padding: 0 30px;
}

@media only screen and (min-width: 561px) {
  .footer-information {
    padding: 60px 0 33px;
  }
  .footer-row1 {
    display: flex;
    justify-content: space-between;
  }
  .footer__logo {
    width: 250px;
    margin: 0 0 0px 40px;
  }
  .footer-nav {
    width: 580px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 20px;
  }
  .footer-nav a:hover {
    text-decoration: underline;
  }
  .footer-nav a:hover img {
    opacity: 1 !important;
  }
  .footer-nav__col {
    margin-top: 0px;
  }
  .footer-nav__col.mt {
    margin-top: 38px;
  }
  .footer-nav__col li {
    margin-bottom: 15px;
  }
  .footer-nav__col ul {
    padding-left: 30px;
  }
  .footer-nav__col li img {
    width: 11px;
    margin: -4px 0 0 5px;
  }
  .footer-row2 {
    margin: 60px 0 38px;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
  }
  .footer__tel {
    width: 310px;
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 0px;
  }
  .footer__tel small {
    font-size: 14px;
    line-height: 20px;
    margin-top: 4px;
  }
  .footer__button {
    width: 589px;
    margin: 10px 0px 0 0;
    display: flex;
    justify-content: space-between;
  }
  .footer__button .style__button + .style__button {
    margin-top: 0px;
  }
  address {
    font-size: 12px;
    line-height: 17px;
  }
}

@media only screen and (min-width: 1000px) {
  .footer__button {
    margin-right: 45px;
  }
}


.navigation {
  margin-top: 50px;
  text-align: center;
}

.navigation ul.pagination {
  display: flex;
  justify-content: center;
  column-gap: 5px;
  margin-top: 20px;
}

.navigation ul.pagination .pagination__link {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2B4CA3;
  border-radius: 2px;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #2B4CA3;
}

.navigation ul.pagination .pagination__link.current {
  background: #2B4CA3;
  font-weight: 700;
  font-size: 19px;
  color: #fff;
}

.navigation ul.pagination .pagination__prev,
.navigation ul.pagination .pagination__next {
  position: relative;
}

.navigation ul.pagination .pagination__prev::before,
.navigation ul.pagination .pagination__next::before {
  content: '';
  height: 100%;
  border-left: 1px solid #CDD6DD;
  position: absolute;
  top: 0;
}

.navigation ul.pagination .pagination__prev .pagination__link,
.navigation ul.pagination .pagination__next .pagination__link {
  width: auto;
  min-width: 70px;
  font-size: 17px;
}

.navigation ul.pagination .pagination__prev {
  padding-right: 24px;
}

.navigation ul.pagination .pagination__prev::before {
  right: 9px;
}

.navigation ul.pagination .pagination__next {
  padding-left: 24px;
}

.navigation ul.pagination .pagination__next::before {
  left: 9px;
}

.navigation ul.pagination .pagination__separation {
  align-self: center;
}

@media only screen and (min-width: 561px) {
  .navigation ul.pagination .pagination__link {
    width: 36px;
    height: 36px;
  }
}


.bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0, 0.45);
  z-index: 9999;
}
.modal-wrap,
.modal2-wrap {
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  width: 100%;
}
.modal,
.modal2 {
	max-width: 1100px;
	background-color: #fff;
	padding: 50px;
	z-index: 1;
	overflow: hidden;
	position: relative;
	width: 80vw;
	border-radius: 10px;
  max-height: 80vh;
  max-height: 80dvh;
}
.modal2 {
  border-radius: 0;
  height: auto;
  max-height: 80vh;
  max-height: 80dvh;
}
.modal2--2 {
  padding: 0;
}
.modal .button--close {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 40px;
	font-weight: bold;
	color: #707070;
}
.modal-header {
  text-align: center;
  position: relative;
}
.modal-header .button--text {
  color: var(--green);
}
.modal-header-title {
	font-size: 18px;
	font-weight: bold;
}
.modal-body {
  margin-top: 30px;
}
.modal-body-single {
	padding: 30px 40px;
	box-shadow: 0px 0px 10px rgba(67, 107, 152, 0.8);
	border-radius: 5px;
	max-height: calc(80vh - 290px);
	max-height: calc(80dvh - 290px);
	overflow-y: scroll;
}
.modal-body-single-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1em;
}
.modal-body-single-item {
  width: 50%;
  margin-top: 1em;
  padding: 0 0.5em 0 0;
  text-align: left;
}
.modal-body-single-item:nth-child(even) {
  padding: 0 0 0 0.5em;
}
.modal-body-separate {
	display: flex;
	justify-content: space-between;
	align-items: self-start;
}
.modal-body-left {
	overflow-y: scroll;
	width: 35%;
	max-height: calc(80vh - 290px);
	max-height: calc(80dvh - 290px);
}
.modal-body-left-list {
	display: flex;
	flex-direction: column;
	gap: 10px 0;
}
.modal-body-left-item {
}
.modal-body-left-item .button--text {
  padding: 20px 90px 20px 20px;
  width: 100%;
  text-align: left;
  position: relative;
	font-size: 18px;
	font-weight: bold;
  background-color: #CAD8F9;
  border-radius: 5px;
}
.modal-body-left-item .button--text::after {
	content: '';
	width: 12px;
	height: 12px;
  border-top: 2px solid #223A7B;
	border-right: 2px solid #223A7B;
	position: absolute;
	right: 20px;
	top: calc(50% - 6px);
	z-index: 1;
	transform: rotate(45deg);
}
.modal-body-left-item .button--text._active {
	background: transparent linear-gradient(102deg, #294BA2 0%, #223A7B 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 10px rgba(67, 107, 152, 0.8);
	color: #fff;
}
.modal-body-left-item .button--text._active::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.modal-selected {
	display: none;
	color: #707070;
	font-size: 12px;
	padding: 0.2em 0;
	width: 50px;
	text-align: center;
	position: absolute;
	right: 30px;
	top: calc(50% - 8px);
	line-height: 1;
}
.modal-body-left-item .button--text._selected .modal-selected {
  display: inline-block;
}
.modal-body-left-item .button--text._active._selected .modal-selected {
	color: #fff;
}
.modal-body-left-item:first-child {
  border-top: 0;
}
.modal-body-right {
	overflow-y: scroll;
	width: 64%;
	border: 1px solid #ccc;
	position: relative;
	max-height: calc(80vh - 290px);
	max-height: calc(80dvh - 290px);
	padding: 30px 40px;
	box-shadow: 0px 0px 10px rgba(67, 107, 152, 0.8);
	border-radius: 5px;
}
.modal-body-right-list {
  display: none;
  margin-top: -1em;
  flex-wrap: wrap;
}
.modal-body-right-list:first-child {
  display: flex;
}
.modal-body-right-item {
  width: 50%;
  padding: 0 0.5em 0 0;
  text-align: left;
}
.modal-body-right-item:nth-child(even) {
  padding: 0 0 0 0.5em;
}
.modal .button--link2 {
  margin-top: 15px;
}
.modal-btn {
	text-align: center;
	margin-top: 40px;
	position: relative;
}
.modal-btn .button {
	width: 280px;
	height: 60px;
  font-size: 20px;
	background-color: #F28E29;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(242, 142, 41, 0.55);
}
.modal-btn-clear {
  margin-top: 1em;
  text-align: center;
}
.modal-btn-clear .button{
  font-size: 18px;
  color: #9A9A9A;
  text-decoration: underline;
}
.modal-btn-wrap .button-no {
  background-color: #8CA0AF;
  border-color: #8CA0AF;
}
.modal-btn-wrap .button-yes{
  margin-left: 20px;
}
.modal-btn2-wrap {
  padding-top: 40px;
  display: flex;
  justify-content: center;
}
.modal-btn2-wrap .button {
  width: 360px;
  height: 40px;
  margin: 0;
  font-size: 16px;
}
.modal-list {
  display: flex;
  flex-wrap: wrap;
  margin: -15px 0 0 0;
}
.modal-item {
  margin: 15px 0 0 0;
}
.modal-sub-title {
  margin-top: 1.5em;
  border-bottom: 1px solid #ccc;
  padding: 0 0 0.7em;
}
.modal-center-lsit {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.modal-center-item {
}
.modal-center-item:nth-child(n + 2) {
  margin: 0 0 0 40px;
}
.modal-item-col2 {
  width: 50%;
}
.modal-item-col3 {
  width: 33%;
}
.modal-item-col4 {
  width: 25%;
}
.modal-parent-list {
  margin-top: -40px;
}
.modal-parent-item {
  margin-top: 40px;
  font-weight: bold;
}
.modal-child-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em 0;
}
.modal-child-item {
  width: 33%;
  margin: 15px 0 0 0;
  font-weight: normal;
}
.modal-condition {
	margin-top: 5px;
	font-size: 0.8em;
	color: var(--white1);
}

.modal2__ttl2 {
	background: transparent linear-gradient(180deg, #294BA2 0%, #223A7B 100%) 0% 0% no-repeat padding-box;
	padding: 20px 0;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
  font-family: 'Noto Serif JP';
  color: #fff;
}
.modal2__ttl {
  position: relative;
  text-align: center;
  padding-bottom: 1em;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Noto Serif JP';
}
.modal2__ttl::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #2B4CA3;
  bottom: 0;
  left: calc(50% - 20px);
}
.modal2__text {
	margin-top: 30px;
	max-height: calc(80dvh - 290px);
	overflow-y: scroll;
}
.modal2__btn-wrap {
	margin-top: 20px;
	margin-bottom: 40px;
	display: flex;
	gap: 0 10px;
	justify-content: center;
}
.modal2__btn-wrap .style__button {
	margin: 0;
}
.modal2--2 .modal2__btn-wrap {
  margin-top: 40px;
	margin-bottom: 40px;
}
.modal2__btn-wrap .style__button {
  width: 280px;
}
.modal2__btn-wrap .style__button--min {
  width: 177px;
}
@media only screen and (max-width: 560px) {
  body {
    font-size: 3.57vw;
    line-height: 5.89vw;
  }
  main {
    padding-top: 13.39vw;
  }
  .wrap {
    max-width: 100%;
    padding: 0 7.14vw;
  }
  .header__fixed {
    height: 13.39vw;
    box-shadow: 0 0.54vw 1.07vw rgba(0, 0, 0, 0.09);
  }
  .header__fixed .logo {
    width: 40vw;
  }
  .header__fixed .registry {
    width: calc(100% - 44.64vw);
  }
  .header__fixed .registry a {
    height: 13.39vw;
    font-size: 2.5vw;
    line-height: 3.57vw;
    padding: 2.86vw 0 1.96vw;
  }
  .header__fixed .registry a:before {
    margin-right: 0.89vw;
    top: 1.43vw;
  }
  .header__fixed .registry .login__button:before {
    width: 3.75vw;
    height: 4.64vw;
  }
  .header__fixed .registry .sign-up__button:before {
    width: 4.64vw;
    height: 4.64vw;
  }
  .header__fixed .registry .hamburger {
    padding: 0 3.21vw;
    width: 12.5vw;
    display: flex;
    align-items: center;
  }
  /* .header__fixed .registry .hamburger {
    padding: 0;
    width: 5.89vw;
    margin-right: 5.36vw;
  } */
  .menu-toggle {
    top: 13.39vw;
    padding: 3.57vw 0vw 0vw;
  }
  ._loaded .menu-toggle {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
  }
  .menu-toggle .blk1 {
    max-width: 75vw;
    width: 90%;
  }
  .menu-toggle nav {
    font-size: 3.57vw;
    line-height: 5.36vw;
  }
  .menu-toggle nav a {
    padding: 3.57vw 0;
  }
  .menu-toggle nav li {
    border-bottom: 0.18vw solid #D9D9D9;
  }
  .menu-toggle nav dl dt {
    padding: 3.57vw 0;
  }
  .menu-toggle nav dl dt:after {
    width: 2.14vw;
    height: 2.14vw;
    border-right: 0.5vw solid #03499B;
    border-bottom: 0.5vw solid #03499B;
    right: 1.25vw;
    top: 4.46vw;
  }
  .menu-toggle nav dl dd {
    padding: 0 0 3.57vw 3.57vw;
  }
  .menu-toggle nav dl dd a + a {
    margin-top: 1.79vw;
  }
  .menu-toggle nav dl.active dt:after {
    top: 4.82vw;
  }
  .menu-toggle .for-company__button {
    font-size: 3.57vw;
    line-height: 5.36vw;
    padding-left: 3.57vw;
    margin: 7.14vw 0;
  }
  .menu-toggle .for-company__button:before {
    width: 2.68vw;
  }
  .menu-toggle .for-company__button:after {
    width: 2.14vw;
    height: 2.14vw;
    border-right: 0.5vw solid #03499B;
    border-bottom: 0.5vw solid #03499B;
    right: -4vw;
    top: 1.79vw;
  }
  .menu-toggle .blk2 {
    padding: 7.14vw 0;
  }
  .menu-toggle .blk2 a {
    max-width: 75vw;
    height: 14.29vw;
    font-size: 4.29vw;
    line-height: 14.29vw;
  }
  .menu-toggle .blk2 a:before {
    margin-right: 0.89vw;
    top: 0.89vw;
  }
  .menu-toggle .blk2 .sign-up__button:before {
    width: 4.64vw;
    height: 4.64vw;
  }
  .menu-toggle .blk2 .login__button:before {
    width: 3.21vw;
    height: 4.29vw;
  }
  .menu-toggle .blk2 .login__button {
    margin-top: 3.57vw;
  }
  .footer {
    margin-top: 14.29vw;
  }
  .footer-contact {
    padding: 10.71vw 0;
    border-radius: 0.36vw;
  }
  .footer-contact__h2 {
    font-size: 3.57vw;
    line-height: 5.18vw;
    margin-bottom: 6.25vw;
  }
  .footer-contact__h2 span {
    font-size: 6.25vw;
    line-height: 8.93vw;
    margin-top: 1.61vw;
  }
  .footer-contact__button {
    max-width: 71.43vw;
    border-radius: 0.89vw;
    padding: 1.96vw 0 1.07vw;
    font-size: 4.29vw;
    line-height: 6.43vw;
  }
  .footer-contact__button--shadow {
    box-shadow: 0 0 1.79vw rgba(67, 107, 152, 0.8);
  }
  .footer-contact__button:after {
    width: 2.5vw;
    height: 2.5vw;
    border-top: 0.5vw solid #fff;
    border-right: 0.5vw solid #fff;
    right: 4.46vw;
    top: 5.71vw;
  }
  .footer-contact__button small {
    font-size: 3.21vw;
    line-height: 4.11vw;
    border-radius: 0.36vw;
    padding: 0 1.43vw;
    margin: 0 auto 0.71vw;
  }
  .footer-contact__button2 {
    width: 53.57vw;
    line-height: 6.43vw;
    padding: 3.93vw 2.68vw;
  }
  .footer-information {
    padding: 8.93vw 0 5.36vw;
  }
  .footer__logo {
    width: 50vw;
    margin: 0 auto 10.71vw;
  }
  .footer-nav {
    line-height: 5.18vw;
  }
  .footer-nav__col {
    margin-top: 8.93vw;
  }
  .footer-nav__col li {
    margin-bottom: 2.5vw;
  }
  .footer-nav__col ul {
    padding-left: 1.79vw;
  }
  .footer-nav__col li img {
    width: 3.04vw;
    margin: -0.54vw 0 0 0.89vw;
  }
  .footer-row2 {
    margin: 7.14vw 0;
    padding-top: 7.14vw;
    border-top: 0.18vw solid rgba(3, 73, 155, 0.6);
  }
  .footer__tel {
    font-size: 6.25vw;
    line-height: 9.29vw;
    margin-bottom: 7.14vw;
  }
  .footer__tel small {
    font-size: 3.57vw;
    line-height: 5.18vw;
    margin-top: 2.5vw;
  }
  .footer__button .style__button + .style__button {
    margin-top: 3.57vw;
  }
  address {
    font-size: 3.04vw;
    line-height: 4.46vw;
  }
  #pagetop {
    width: 7.14vw;
  }
  .footer--job address {
    padding: 0 5.36vw;
  }
  
  .navigation {
    margin-top: 8.93vw;
  }
  .navigation ul.pagination {
    column-gap: 0.89vw;
    margin-top: 3.57vw;
  }
  .navigation ul.pagination .pagination__link {
    width: 10.71vw;
    height: 10.71vw;
    border: 0.18vw solid #2B4CA3;
    border-radius: 0.36vw;
    font-size: 3.57vw;
  }
  .navigation ul.pagination .pagination__link.current {
    font-size: 3.39vw;
  }
  .navigation ul.pagination .pagination__prev::before,
  .navigation ul.pagination .pagination__next::before {
    border-left: 0.18vw solid #CDD6DD;
  }
  .navigation ul.pagination .pagination__prev .pagination__link,
  .navigation ul.pagination .pagination__next .pagination__link {
    min-width: 12.5vw;
    font-size: 3.04vw;
  }
  .navigation ul.pagination .pagination__prev {
    padding-right: 4.29vw;
  }
  .navigation ul.pagination .pagination__prev::before {
    right: 1.61vw;
  }
  .navigation ul.pagination .pagination__next {
    padding-left: 4.29vw;
  }
  .navigation ul.pagination .pagination__next::before {
    left: 1.61vw;
  }

  
  .modal {
    padding: 8.93vw 7.14vw;
    width: 100%;
    border-radius: 0;
    top: 0;
    height: 100%;
  }
  .modal .button--close {
    right: 1.79vw;
    top: 1.79vw;
    font-size: 7.14vw;
  }
  .modal-header-title {
    font-size: 3.57vw;
  }
  .modal-body {
    margin-top: 5.36vw;
  }
  .modal-body-single {
    padding: 5.36vw;
    border-radius: 0;
    max-height: calc(80vh - 57.14vw);
    max-height: calc(80dvh - 57.14vw);
  }
  .modal-body-single-list {
    display: block;
    margin-top: 0;
  }
  .modal-body-single-item {
    width: 100%;
    padding: 0;
    text-align: left;
  }
  .modal-body-single-item:first-child { 
    margin-top: 0;
  }
  .modal-body-single-item:nth-child(2n) {
    padding: 0;
  }
  .modal-btn {
    margin-top: 7.14vw;
  }
  .modal-btn .button {
    border-radius: 0.89vw;
    width: 71.43vw;
    font-size: 4.29vw;
    height: 14.29vw;
  }
  .modal-btn .button--text {
    position: unset;
    display: block;
    margin: 3.57vw auto 0;
  }
  .modal-condition {
    margin-top: 0.89vw;
    font-size: 0.8em;
  }
  .modal-body-left {
    width: 100%;
    border-radius: 0;
    max-height: calc(100vh - 57.14vw);
    max-height: calc(100dvh - 57.14vw);
  }
  .modal-body-left-item .button--text {
    padding: 2.68vw 7.14vw 2.68vw 3.57vw;
    font-size: 3.57vw;
  }
  .modal-body-left-item .button--text::after {
    content: '';
    width: 2.14vw;
    height: 2.14vw;
    border-top: 0.36vw solid #223A7B;
    border-right: 0.36vw solid #223A7B;
    position: absolute;
    right: 3.57vw;
    top: calc(50% - 1.43vw);
    z-index: 1;
    transform: rotate(135deg);
  }
  .modal-body-left-item .button--text._open::after {
    transform: rotate(-45deg);
    top: calc(50% - 0.54vw);
  }
  .modal-body-left-item .button--text._active::after {
    border-top: 0.36vw solid #fff;
    border-right: 0.36vw solid #fff;
  }
  .modal-selected {
    font-size: 2.32vw;
    top: calc(50% - 1.61vw);
    right: 7.14vw;
  }
  .modal-child-list {
    margin: 0;
    padding: 3.57vw;
  }
  .modal-body-right-item {
    padding: 0;
    width: 100%;
  }
  .modal-body-right-item:nth-child(2) {
    display: none;
  }
  .modal-body-right-item:nth-child(2n) {
    padding: 0;
  }
  .modal-body-right {
    display: none;
  }
  
  .modal2 {
    width: 90vw;
  }
  .modal2__ttl2 {
    padding: 3.57vw 0;
    font-size: 5.89vw;
  }
  .modal2__text {
    margin-top: 10.71vw;
    max-height: calc(80dvh - 75vw);
    padding: 0 5.36vw;
  }
  .modal2--2 .modal2__btn-wrap {
    margin-top: 10.71vw;
    margin-bottom: 10.71vw;
    flex-direction: column;
    padding: 0 5.36vw;
    gap: 2.68vw 0;
  }
  .modal2__btn-wrap .style__button {
    width: 100%;
    max-width: 100%;
  }
}

