@charset "UTF-8";
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, figure, form, fieldset, input, textarea, p, blockquote, th, td, a {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

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

a {
  text-decoration: none;
}
a:link, a:visited, a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

ul {
  list-style: none;
}

fieldset, img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

br {
  letter-spacing: 0;
}

body {
  text-align: justify;
  line-height: 1.8;
}

p, th, td {
  text-align: justify;
  line-height: 1.8;
}

/*title*/
/*main_black*/
/* form */
/*main*/
/*footer*/
/*main_bg*/
body, h3, h4, p {
  font-family: "游ゴシック", "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 400;
  color: #313131;
}

h1, h2 {
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  font-weight: 400;
  color: #000000;
}

.bold {
  font-weight: bold;
}

.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}

.sp, .sp-960, .sp-480, .sp-375 {
  display: none;
}

@media (max-width: 960px) {
  .sp-960 {
    display: block !important;
  }
  .pc-960 {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .sp-480 {
    display: block !important;
  }
  .pc-480 {
    display: none !important;
  }
}
@media (max-width: 375px) {
  .sp-375 {
    display: block !important;
  }
  .pc-375 {
    display: none !important;
  }
}
.delay1 {
  animation-delay: 0.1s !important;
}

.delay2 {
  animation-delay: 0.2s !important;
}

.delay3 {
  animation-delay: 0.3s !important;
}

.delay4 {
  animation-delay: 0.4s !important;
}

.delay5 {
  animation-delay: 0.5s !important;
}

.delay6 {
  animation-delay: 0.6s !important;
}

.delay7 {
  animation-delay: 0.7s !important;
}

.delay8 {
  animation-delay: 0.8s !important;
}

.delay9 {
  animation-delay: 0.9s !important;
}

.delay10 {
  animation-delay: 1s !important;
}

.delay11 {
  animation-delay: 1.1s !important;
}

a {
  transition-duration: 0.3s;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* page header ***********/
/* page-title */
.page-title {
  width: 100%;
  background: #152A3F;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 5rem;
}
.page-title h1 {
  margin-top: 4rem;
  display: inline-block;
  font-size: 3.125rem;
  letter-spacing: 0.3rem;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
@media screen and (max-width: 960px) {
  .page-title h1 {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 960px) {
  .page-title {
    padding-bottom: 3rem;
  }
  .page-title h1 {
    margin-top: 0.5rem;
  }
}

/* top + page header ***********/
header {
  width: 100%;
  overflow: hidden;
}

.page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  height: 70px;
  margin: 30px auto 0;
  box-sizing: border-box;
}
.page-header h1 a, .page-header h2 a {
  display: block;
  max-width: 253px;
  height: 50px;
}
.page-header h1 a img, .page-header h2 a img {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .page-header {
    margin-top: 5px;
  }
  .page-header h1 a, .page-header h2 a {
    max-width: 200px;
  }
}

/* header__menu pc */
.header__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
.header__menu nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* contact */
}
.header__menu nav ul li {
  border-left: 1px solid #FFFFFF;
}
.header__menu nav ul li:first-child {
  border: none;
}
.header__menu nav ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 40px;
  color: #FFFFFF;
  font-size: 1rem;
  position: relative;
}
.header__menu nav ul a:hover {
  text-decoration: none;
}
.header__menu nav ul a::after {
  position: absolute;
  bottom: 5px;
  left: 15%;
  content: "";
  width: 70%;
  height: 1px;
  background: #FFFFFF;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.header__menu nav ul a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.header__menu nav ul .header-contact {
  border: none;
}
.header__menu nav ul .header-contact a {
  width: 200px;
  height: 70px;
  background: #DB3462;
}
.header__menu nav ul .header-contact a:hover {
  text-decoration: none;
  background: #FFFFFF;
  color: #DB3462;
}
.header__menu nav ul .header-contact a::after {
  background: none;
}

/* header__menu sp */
.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 0px;
  top: 0px;
  width: 52px;
  height: 52px;
  cursor: pointer;
  text-align: center;
  background: #152A3F;
  /* スマホメニューを開いてる時のボタン */
}
.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 12px;
  background: #FFFFFF;
  transition: 0.3s all;
}
.hamburger span:nth-child(1) {
  top: 15px;
}
.hamburger span:nth-child(2) {
  top: 25px;
}
.hamburger span:nth-child(3) {
  top: 35px;
}
.hamburger.active {
  background: #152A3F;
}
.hamburger.active span:nth-child(1) {
  top: 25px;
  left: 12px;
  background: #FFFFFF;
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  top: 25px;
  background: #FFFFFF;
  transform: rotate(45deg);
}

/* menu bg　*/
nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #152A3F;
  text-align: center;
  width: 50%;
  transform: translateX(101%);
  transition: all 0.6s;
  /* クリックでjQueryで追加・削除 */
}
nav.globalMenuSp h2 {
  max-width: 200px;
  margin: 30px;
}
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
  transform: translateX(0%);
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp {
    width: 100%;
  }
}

.globalMenuSp__menu li {
  padding-left: 30px;
  padding-bottom: 20px;
  width: auto;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  font-size: 1rem;
  text-align: left;
}
.globalMenuSp__menu li:last-child {
  padding-bottom: 0;
}
.globalMenuSp__menu li a {
  color: #FFFFFF;
  text-decoration: none;
}
.globalMenuSp__menu li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icon_aroow_dot.png) no-repeat;
  background-size: cover;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 15px;
  height: 15px;
}

.globalMenuSp__sekoujirei {
  background: #004A94;
  margin-top: 30px;
  padding: 20px 30px 50px;
}
.globalMenuSp__sekoujirei h3 {
  font-size: 1rem;
  color: #FFFFFF;
  text-align: left;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
}
.globalMenuSp__sekoujirei h3 a {
  color: #FFFFFF;
}
.globalMenuSp__sekoujirei ul {
  margin-top: 10px;
}
.globalMenuSp__sekoujirei li {
  text-align: left;
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
  font-size: 0.875rem;
}
.globalMenuSp__sekoujirei li:last-child {
  padding-bottom: 0;
}
.globalMenuSp__sekoujirei li a {
  color: #FFFFFF;
}
.globalMenuSp__sekoujirei li a::before {
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 6px;
  width: 6px;
  border-color: #FFFFFF;
  top: calc(50% - 6px / 2);
  transform: rotate(-45deg);
  content: "";
  display: inline-block;
  vertical-align: middle;
  left: 10px;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .globalMenuSp__sekoujirei li {
    padding-bottom: 15px;
  }
}

h1,
h2,
h3 {
  text-align: center;
}

p {
  font-size: 1rem;
}
@media screen and (max-width: 960px) {
  p {
    font-size: 0.8125rem;
  }
}

.slide-arrow {
  position: absolute;
  display: block;
  height: 22px;
  width: 22px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.button {
  max-width: 90%;
  width: 316px;
  margin: auto;
  color: #fff;
  text-align: left;
  display: block;
  padding: 1em;
  font-size: 1rem;
}
.button:hover {
  text-decoration: none;
}

input[type=submit] {
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .button {
    font-size: 0.8125rem;
  }
}
.contact {
  margin-top: 7.5rem;
  margin-bottom: 12.5rem;
}
.contact__overview {
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  text-align: center;
  margin-bottom: 3rem;
}
.contact__overview .att {
  display: block;
  background: #fff0f4;
  max-width: 750px;
  width: 90%;
  margin: 20px auto 0;
  padding: 20px;
  box-sizing: border-box;
  font-weight: bold;
  color: #DB3462;
}
.contact__att {
  text-align: center;
  margin-bottom: 10px;
}
.contact__att span {
  color: #DB3462;
}
@media screen and (max-width: 768px) {
  .contact {
    margin-top: 4rem;
    margin-bottom: 10rem;
  }
  .contact__overview {
    width: 90%;
    margin: 0 auto 2rem;
  }
}

.contact__mailform {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}
.contact__mailform th {
  width: 23.5%;
  background: #EBF3FB;
  border-top: solid 1px #004A94;
  border-bottom: solid 1px #004A94;
  font-weight: bold;
  color: #004A94;
  padding: 30px 20px;
}
.contact__mailform th.textarea {
  vertical-align: middle;
}
.contact__mailform td {
  width: 76.5%;
  border-top: solid 1px #D7E0E9;
  border-bottom: solid 1px #D7E0E9;
  padding: 20px;
}
.contact__mailform label {
  margin-right: 20px;
}
.contact__mailform input {
  width: 100%;
}
.contact__mailform input::-moz-placeholder {
  color: #A2B1BF;
  font-family: "游ゴシック", "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Verdana, Geneva, Tahoma, sans-serif;
}
.contact__mailform input::placeholder {
  color: #A2B1BF;
  font-family: "游ゴシック", "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Verdana, Geneva, Tahoma, sans-serif;
}
.contact__mailform input[type=text], .contact__mailform input[type=tel], .contact__mailform input[type=number], .contact__mailform input[type=date], .contact__mailform input[type=email] {
  padding: 0.8em 0.5em;
  border: solid 1px #A2B1BF;
  box-sizing: border-box;
  font-size: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
}
.contact__mailform input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* デフォルトのスタイルを削除 */
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #707070;
  vertical-align: 0px;
  outline: none;
}
.contact__mailform input[type=radio]:hover {
  cursor: pointer;
}
.contact__mailform input[type=radio]::before {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 4px;
  background-color: #004A94;
  transform: translate(1.5px, 1.5px) scale(0);
  transform-origin: center;
  transition: all 0.3s cubic-bezier(0.25, 0.25, 0.56, 2);
}
.contact__mailform input[type=radio]:checked::before {
  transform: translate(1.5px, 1.5px) scale(1.2);
}
.contact__mailform input[type=text] {
  width: 100%;
}
.contact__mailform input[type=text].name {
  width: 150px;
}
.contact__mailform input[type=text].name + .name {
  margin-left: 2%;
}
.contact__mailform input[type=email] {
  width: 100%;
}
.contact__mailform input[type=radio] {
  transform: scale(1.4);
  margin-right: 0.5em;
}
.contact__mailform textarea {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  padding: 0.5em;
  border: solid 1px #A2B1BF;
  width: 100%;
  box-sizing: border-box;
  height: 200px;
  line-height: 1.5rem;
  font-size: 1rem;
}
.contact__mailform textarea::-moz-placeholder {
  color: #A2B1BF;
  font-family: "游ゴシック", "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Verdana, Geneva, Tahoma, sans-serif;
}
.contact__mailform textarea::placeholder {
  color: #A2B1BF;
  font-family: "游ゴシック", "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Verdana, Geneva, Tahoma, sans-serif;
}

input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background: #004A94;
  width: 100%;
  display: block;
  border: 0;
  text-align: center;
  line-height: 60px;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  color: #FFF;
  font-size: 1.25rem;
  letter-spacing: 0.2rem;
  box-sizing: border-box;
  border: 1px solid #004A94;
  transition: all 0.3s;
}
input[type=submit]:hover {
  background: #FFFFFF;
  color: #004A94;
}

.submitbtn {
  width: 100%;
  max-width: 300px;
  margin: 5rem auto 0;
  position: relative;
}
.submitbtn::after {
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 6px;
  width: 6px;
  border-color: #FFFFFF;
  top: calc(50% - 6px / 2);
  transform: rotate(-45deg);
  content: "";
  display: inline-block;
  vertical-align: middle;
  right: 20px;
  top: 46%;
  transition: all 0.3s;
}
.submitbtn:hover::after {
  border-color: #004A94;
  right: 15px;
}

.hissu {
  color: #DB3462;
  font-weight: normal;
  font-size: 0.875rem;
  padding: 0.35em 0.5em;
  line-height: 1;
}

.mw_wp_form_input .confirm-show {
  display: none;
}

.mw_wp_form_confirm .input-show {
  display: none;
}
.mw_wp_form_confirm .hissu {
  display: none;
}

.mw_wp_form_complete .input-show,
.mw_wp_form_complete .confirm-show {
  display: none;
}
.mw_wp_form_complete .compmes {
  padding: 2em 5%;
  font-weight: bold;
  width: 100%;
  max-width: 720px;
  margin: 30px auto;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .contact__mailform {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .contact__mailform {
    margin-bottom: 20px;
    width: 90%;
    margin: 0 auto;
  }
  .contact__mailform tr:last-child {
    border-bottom: 1px solid #D7E0E9;
  }
  .contact__mailform th, .contact__mailform td {
    display: block;
    width: 100%;
  }
  .contact__mailform th {
    padding: 10px;
    font-size: 0.8125rem;
  }
  .contact__mailform td {
    padding: 10px 10px 20px;
    border-top: none;
    border-bottom: none;
    font-size: 1rem;
  }
  .contact__mailform input[type=text], .contact__mailform input[type=tel], .contact__mailform input[type=date], .contact__mailform input[type=email], .contact__mailform input[type=radio] {
    font-size: 1rem;
  }
  .contact__mailform textarea {
    font-size: 1rem;
  }
  input[type=submit] {
    font-size: 1rem;
    line-height: 3;
  }
  .hissu {
    font-size: 0.8125rem;
  }
  .submitbtn {
    width: 100%;
    margin-top: 2.5rem;
  }
}
.mailcomp {
  width: 90%;
  max-width: 650px;
  margin: 7.5rem auto 12.5rem;
}
@media screen and (max-width: 768px) {
  .mailcomp {
    margin: 4rem auto 10rem;
  }
}
.mailcomp h2 {
  margin-bottom: 3rem;
  color: #004A94;
}
.mailcomp ul {
  background: #EBF3FB;
  margin: 2rem 0;
  padding: 30px 30px 30px 50px;
  border-radius: 10px;
}
.mailcomp ul li {
  font-weight: bold;
  list-style: disc;
}
@media screen and (max-width: 768px) {
  .mailcomp ul li {
    font-size: 0.8125rem;
  }
}

#page_top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 40px;
  height: 40px;
  right: 2%;
  z-index: 9997;
  background: #004A94;
  color: #FFFFFF;
  text-align: center;
  border-radius: 2px;
}
#page_top p {
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.2;
}
#page_top:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 0.7;
}

/* footer-contact */
.footer-contact {
  background: #152A3F;
  overflow: hidden;
  padding: 3.7rem 0;
}
.footer-contact h2 {
  font-size: 1.875rem;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .footer-contact {
    padding: 2.5rem 0 3.5rem;
  }
  .footer-contact h2 {
    width: 90%;
    margin: 0 auto;
    font-size: 1.25rem;
  }
}
.footer-contact__box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 850px;
  margin: 3.5rem auto;
}
@media screen and (max-width: 768px) {
  .footer-contact__box {
    margin: 2rem auto 0;
    display: block;
    width: 90%;
  }
}
.footer-contact__box__tel, .footer-contact__box__mailform a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  text-align: center;
  width: 420px;
  height: 150px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .footer-contact__box__tel, .footer-contact__box__mailform a {
    width: 100%;
    height: 120px;
  }
}
.footer-contact__box__tel {
  border: 1px solid #FFFFFF;
}
.footer-contact__box__tel p, .footer-contact__box__tel a {
  color: #FFFFFF;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  text-align: center;
}
.footer-contact__box__tel a:hover {
  text-decoration: none;
  cursor: pointer;
}
.footer-contact__box__tel--number {
  margin-top: 10px;
  font-size: 2.1875rem;
  line-height: 1.5rem;
}
.footer-contact__box__tel--number span {
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .footer-contact__box__tel {
    margin-bottom: 10px;
  }
  .footer-contact__box__tel--number {
    font-size: 1.5625rem;
  }
}
.footer-contact__box__mailform {
  background: #FFFFFF;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  font-size: 1.25rem;
  position: relative;
}
.footer-contact__box__mailform a {
  color: #004A94;
}
.footer-contact__box__mailform a:hover {
  text-decoration: none;
  background: #004A94;
  color: #FFFFFF;
}
.footer-contact__box__mailform a::after {
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 6px;
  width: 6px;
  border-color: #004A94;
  top: calc(50% - 6px / 2);
  transform: rotate(-45deg);
  content: "";
  display: inline-block;
  vertical-align: middle;
  right: 30px;
  top: 46%;
  transition: all 0.3s;
}
.footer-contact__box__mailform a:hover::after {
  right: 25px;
  border-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .footer-contact__box__mailform {
    font-size: 1rem;
  }
}

/* footer */
footer {
  width: 100%;
}

.footer {
  background: #D7E0E9;
  overflow: hidden;
}
.footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  width: 90%;
  margin: 3.75rem auto 0;
}
@media screen and (max-width: 768px) {
  .footer .inner {
    display: block;
    margin-top: 2rem;
  }
}
.footer__company h2 {
  font-family: "游ゴシック", "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
  font-size: 1.5625rem;
  text-align: left;
}
.footer__company p {
  font-size: 0.8125rem;
  font-weight: bold;
}
.footer__company a {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer__company h2 {
    font-size: 1.25rem;
    text-align: left;
  }
  .footer__company a {
    display: inline-block;
    color: #000000;
  }
}
.footer__sitemap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer__sitemap a {
  color: #313131;
}
.footer__sitemap a:hover {
  color: #004A94;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .footer__sitemap {
    display: block;
  }
}
.footer__sitemap__list {
  margin-right: 7.5rem;
}
.footer__sitemap__list li {
  padding-bottom: 20px;
}
.footer__sitemap__list li:last-child {
  padding-bottom: 0;
}
.footer__sitemap__list li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
}
.footer__sitemap__list li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icon_aroow_dot.png) no-repeat;
  background-size: cover;
  margin-right: 10px;
  width: 21px;
  height: 21px;
}
@media screen and (max-width: 768px) {
  .footer__sitemap__list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    margin-right: 0;
  }
  .footer__sitemap__list li {
    padding-bottom: 0;
    padding-right: 30px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 480px) {
  .footer__sitemap__list {
    display: block;
  }
  .footer__sitemap__list li {
    margin-bottom: 10px;
  }
  .footer__sitemap__list li:last-child {
    margin-bottom: 0;
  }
}
.footer__sitemap__sekoujirei dt {
  font-weight: bold;
}
.footer__sitemap__sekoujirei li {
  position: relative;
  margin-left: 35px;
}
.footer__sitemap__sekoujirei li:last-child {
  padding-bottom: 0;
}
.footer__sitemap__sekoujirei li a {
  font-size: 0.875rem;
}
.footer__sitemap__sekoujirei li a::before {
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 6px;
  width: 6px;
  border-color: #004A94;
  top: calc(50% - 6px / 2);
  transform: rotate(-45deg);
  content: "";
  display: inline-block;
  vertical-align: middle;
  left: -15px;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .footer__sitemap__sekoujirei ul {
    display: grid;
    justify-content: flex-start;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 10px;
  }
  .footer__sitemap__sekoujirei ul li {
    padding-bottom: 5px;
    margin-left: 15px;
  }
  .footer__sitemap__sekoujirei ul li a {
    font-size: 0.8125rem;
  }
}
.footer .copyright {
  text-align: center;
  padding-bottom: 3rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .footer .copyright {
    margin-top: 3.25rem;
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.5s;
  animation-timing-function: ease-out;
  opacity: 0;
}
.animated.infinite {
  animation-iteration-count: infinite;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes rote {
  0%, 100% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
}
@keyframes fluffy1 {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-10px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fluffy2 {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-5px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes zoomIn {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
@keyframes zoomInFade {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.zoomInFade {
  animation-name: zoomInFade;
}

@keyframes blurIn {
  from {
    opacity: 0;
    filter: blur(20px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}
.blurIn {
  animation-name: blurIn;
}

@keyframes noFilter {
  100% {
    opacity: 1;
    filter: none;
  }
}
.noFilter {
  animation-name: noFilter;
}

@keyframes noTransform {
  100% {
    opacity: 1;
    transform: none;
  }
}
.noTransform {
  animation-name: noTransform;
}

.lineanime {
  fill: none;
  stroke: #ffffff;
  stroke-width: 19;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1800px;
  stroke-dashoffset: 1800px;
  animation: line 2.5s 0.1s forwards;
}
.lineanime.st2 {
  animation-delay: 0.3s;
}
.lineanime.st3 {
  animation-delay: 0.6s;
}
.lineanime.st4 {
  animation-delay: 0.9s;
}
.lineanime.st5 {
  animation-delay: 1.2s;
}
.lineanime.st6 {
  animation-delay: 1.5s;
}
.lineanime.st7 {
  animation-delay: 1.8s;
}

@keyframes line {
  0% {
    stroke-dashoffset: 1800px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* animation */
@keyframes SlideRight {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes SlideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* main-visual ****************************/
.main-visual {
  position: relative;
}
.main-visual .page-header {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .main-visual .page-header {
    width: 100%;
    margin-top: 0;
  }
  .main-visual .page-header h1 {
    margin-top: 5px;
    margin-left: 5%;
  }
}

/* main-visual copy */
.main-visual__copy {
  position: absolute;
  z-index: 1;
  top: 60%;
  overflow: hidden;
}
.main-visual__copy h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.125rem;
  color: #FFFFFF;
  letter-spacing: 0.2rem;
  padding: 10px 50px 18px;
  background: #004A94;
  text-align: left;
  line-height: 4rem;
  transform: translateX(-100%);
  animation: SlideRight 2.5s cubic-bezier(0.25, 1, 0.35, 1) 0.3s forwards;
}
.main-visual__copy h2::after {
  content: "";
  border-top: 1px solid #FFFFFF;
  width: 100px;
  margin-left: 10px;
}
.main-visual__copy h2 span {
  display: none;
}
.main-visual__copy p {
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  padding-left: 50px;
  padding-top: 40px;
  color: #FFFFFF;
  line-height: 3rem;
  letter-spacing: 0.1rem;
  font-size: 1.25rem;
  transform: translateX(-100%);
  animation: SlideRight 2.5s cubic-bezier(0.25, 1, 0.35, 1) 0.3s forwards;
  text-align: justify;
}
@media screen and (max-width: 960px) {
  .main-visual__copy h2 {
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 1.875rem;
  }
  .main-visual__copy p {
    font-size: 1rem;
  }
}
.main-visual__copy--sp {
  position: absolute;
  z-index: 1;
  background: #004A94;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  padding: 25px;
  transform: translateY(100%);
  animation: SlideUp 2.5s cubic-bezier(0.25, 1, 0.35, 1) 0.3s forwards;
}
.main-visual__copy--sp h2, .main-visual__copy--sp p {
  width: 100%;
  color: #FFFFFF;
  text-align: left;
}
.main-visual__copy--sp h2 {
  display: inline-block;
  font-size: 1.5625rem;
  line-height: 2.5rem;
}
.main-visual__copy--sp h2::after {
  border: none;
}
.main-visual__copy--sp h2 span {
  display: inline-block;
}
.main-visual__copy--sp p {
  font-size: 0.8125rem;
  line-height: 1.5rem;
  padding-top: 15px;
  text-align: justify;
}

/* main-visual bg-img slide */
.main-visual__slide {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.main-visual__slide__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: slider-1 24s linear infinite;
}
.main-visual__slide__image:nth-child(1) {
  background-image: url(../images/main_visual_01.jpg);
  animation-delay: -2s;
}
.main-visual__slide__image:nth-child(2) {
  background-image: url(../images/main_visual_02.jpg);
  animation-delay: 6s;
}
.main-visual__slide__image:nth-child(3) {
  background-image: url(../images/main_visual_03.jpg);
  animation-delay: 14s;
}
@media screen and (max-width: 768px) {
  .main-visual__slide__image:nth-child(3) {
    background-image: url(../images/main_visual_03.jpg);
    background-position: center right 20%;
    animation-delay: 14s;
  }
}

@keyframes slider-1 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}
/* top-overview ****************************/
.top-overview {
  width: 100%;
  margin: 6.25rem auto 9.4rem;
  text-align: center;
}
.top-overview h2 {
  font-size: 3.125rem;
  color: #004A94;
  letter-spacing: 0.1rem;
  display: inline-block;
  border-bottom: 1px solid #004A94;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .top-overview h2 {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 768px) {
  .top-overview {
    margin: 5rem auto 7rem;
  }
}
.top-overview__point {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 880px;
  margin: 0 auto;
}
.top-overview__point__box {
  margin-top: 5rem;
  opacity: 0;
}
.top-overview__point__box img {
  display: block;
  max-width: 210px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.top-overview__point__box h3 {
  display: inline-block;
  margin-top: 2.5rem;
  border-bottom: 1px solid #004A94;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  font-size: 1.875rem;
  letter-spacing: 0.1rem;
  color: #004A94;
}
.top-overview__point__box p {
  max-width: 230px;
  margin: 20px auto 0;
  color: #004A94;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .top-overview__point {
    width: 90%;
  }
  .top-overview__point__box {
    margin-top: 3rem;
  }
  .top-overview__point__box h3 {
    margin-top: 1.5rem;
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 768px) {
  .top-overview__point {
    display: block;
  }
  .top-overview__point__box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
    max-width: 100%;
  }
  .top-overview__point__box img {
    width: 40%;
  }
  .top-overview__point__box .inner {
    width: 60%;
    margin-left: 0;
  }
  .top-overview__point__box .inner h3 {
    font-size: 1.125rem;
    display: block;
    width: 100%;
    margin-top: 0;
  }
}

/* top-sekoujirei ****************************/
.top-sekoujirei {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(../images/sekoujirei_bg.jpg) top center no-repeat;
  background-size: cover;
  opacity: 0;
}
.top-sekoujirei__title, .top-sekoujirei__list {
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top-sekoujirei {
    display: block;
    overflow: hidden;
  }
  .top-sekoujirei__title, .top-sekoujirei__list {
    width: 100%;
  }
}
.top-sekoujirei__title {
  padding-left: 3rem;
}
.top-sekoujirei__title h2 {
  display: inline-block;
  font-size: 3.125rem;
  color: #FFFFFF;
  letter-spacing: 0.1rem;
  text-align: left;
  border-bottom: 1px solid #FFFFFF;
}
@media screen and (max-width: 960px) {
  .top-sekoujirei__title h2 {
    font-size: 1.5625rem;
  }
}
.top-sekoujirei__title--sub {
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  margin-top: 10px !important;
  color: #FFFFFF;
  font-size: 1.25rem;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .top-sekoujirei__title--sub {
    font-size: 1rem;
  }
}
.top-sekoujirei__title p {
  margin-right: 2rem;
  color: #FFFFFF;
  font-size: 1.25rem;
  margin-top: 2.5rem;
}
.top-sekoujirei__title p span {
  font-size: 0.875rem;
}
@media screen and (max-width: 960px) {
  .top-sekoujirei__title p {
    font-size: 1rem;
  }
  .top-sekoujirei__title p span {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .top-sekoujirei__title {
    padding: 3rem 0 3rem 3rem;
  }
  .top-sekoujirei__title p {
    margin-top: 2rem;
  }
}
.top-sekoujirei__list {
  display: grid;
  justify-content: flex-end;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 1px;
}
@media screen and (max-width: 768px) {
  .top-sekoujirei__list {
    width: 99.7%;
    margin: 0 auto 1px;
  }
}
@media screen and (max-width: 480px) {
  .top-sekoujirei__list {
    width: 99.5%;
  }
}
.top-sekoujirei__list__box {
  position: relative;
  background: #FFFFFF;
  width: 100%;
  transition: all 0.3s;
}
.top-sekoujirei__list__box::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.top-sekoujirei__list__box:hover {
  opacity: 0.8;
}
.top-sekoujirei__list__box .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-sekoujirei__list__box a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: column;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15%;
}
.top-sekoujirei__list__box a img {
  display: block;
  margin: 0 auto;
  max-width: 110px;
  transition: all 0.3s;
}
.top-sekoujirei__list__box a p {
  color: #004A94;
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
  margin-top: 10%;
}
.top-sekoujirei__list__box a:hover {
  text-decoration: none;
}
.top-sekoujirei__list__box a:hover img {
  transform: translateX(0) scale(1.1);
}
.top-sekoujirei__list__box a::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 0;
  height: 0;
  margin-right: 0;
  border-top: 25px solid transparent;
  border-right: 25px solid #004A94;
  transition: all 0.3s;
}
@media screen and (max-width: 1440px) {
  .top-sekoujirei__list__box a {
    padding: 10%;
  }
  .top-sekoujirei__list__box a p {
    margin-top: 5%;
  }
}
@media screen and (max-width: 1280px) {
  .top-sekoujirei__list__box a img {
    max-width: 100px;
  }
  .top-sekoujirei__list__box a p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-sekoujirei__list__box a img {
    max-width: 90px;
  }
}
@media screen and (max-width: 960px) {
  .top-sekoujirei__list__box a img {
    max-width: 70px;
  }
  .top-sekoujirei__list__box a p {
    font-size: 0.875rem;
    line-height: 1.3rem;
  }
  .top-sekoujirei__list__box a::after {
    border-top: 10px solid transparent;
    border-right: 10px solid #004A94;
  }
}
@media screen and (max-width: 768px) {
  .top-sekoujirei__list__box a img {
    max-width: 70%;
  }
  .top-sekoujirei__list__box a::after {
    border-top: 25px solid transparent;
    border-right: 25px solid #004A94;
  }
}
@media screen and (max-width: 480px) {
  .top-sekoujirei__list__box a img {
    max-width: 60%;
  }
  .top-sekoujirei__list__box a p {
    font-size: 0.75rem;
  }
  .top-sekoujirei__list__box a::after {
    border-top: 10px solid transparent;
    border-right: 10px solid #004A94;
  }
}

/* top-contents ****************************/
.top-contents {
  display: grid;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  text-align: center;
}
.top-contents h2 {
  display: inline-block;
  font-size: 3.125rem;
  color: #FFFFFF;
  letter-spacing: 0.1rem;
  text-align: left;
  border-bottom: 1px solid #FFFFFF;
}
@media screen and (max-width: 960px) {
  .top-contents h2 {
    font-size: 1.5625rem;
  }
}
.top-contents__title--sub {
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  margin-top: 10px !important;
  color: #FFFFFF;
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .top-contents__title--sub {
    font-size: 1rem;
  }
}
.top-contents__company, .top-contents__recruit {
  position: relative;
  width: 100%;
  overflow: hidden;
  opacity: 0;
}
.top-contents__company::after, .top-contents__recruit::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  transition: all 0.3s ease-out;
}
.top-contents__company:hover::after, .top-contents__recruit:hover::after {
  transform: translateX(0) scale(1.2);
}
.top-contents__company::after {
  background: url(../images/company_bg.jpg) center center no-repeat;
  background-size: cover;
}
.top-contents__recruit::after {
  background: url(../images/recruit_bg.jpg) center center no-repeat;
  background-size: cover;
}
.top-contents a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 13.2rem 0 10.8rem;
  z-index: 1;
}
.top-contents a::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 0;
  height: 0;
  margin-right: 0;
  border-top: 25px solid transparent;
  border-right: 25px solid #FFFFFF;
}
.top-contents a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .top-contents a {
    padding: 6rem 0 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .top-contents {
    display: block;
  }
}

/* top-contact ****************************/
.top-contact {
  background: #152A3F;
  margin: 0 auto;
  padding: 8.1rem 0;
  text-align: center;
}
.top-contact h2 {
  display: inline-block;
  font-size: 3.125rem;
  color: #FFFFFF;
  letter-spacing: 0.1rem;
  text-align: left;
  border-bottom: 1px solid #FFFFFF;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .top-contact h2 {
    font-size: 1.5625rem;
  }
}
.top-contact__title--sub {
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  margin-top: 10px !important;
  color: #FFFFFF;
  font-size: 1.25rem;
  text-align: center;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .top-contact__title--sub {
    font-size: 1rem;
  }
}
.top-contact a {
  display: block;
  position: relative;
  background: #FFFFFF;
  max-width: 300px;
  margin: 3.5rem auto 0;
  padding: 12px 0;
  color: #004A94;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  font-size: 1.25rem;
  opacity: 0;
}
.top-contact a:hover {
  background: #004A94;
  color: #FFFFFF;
  text-decoration: none;
}
.top-contact a::after {
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 6px;
  width: 6px;
  border-color: #004A94;
  top: calc(50% - 6px / 2);
  transform: rotate(-45deg);
  content: "";
  display: inline-block;
  vertical-align: middle;
  right: 30px;
  top: 46%;
  transition: all 0.3s;
}
.top-contact a:hover::after {
  right: 25px;
  border-color: #FFFFFF;
}
@media screen and (max-width: 960px) {
  .top-contact a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .top-contact {
    padding: 4.5rem 0;
  }
  .top-contact a {
    margin-top: 2rem;
  }
}

.sekoujirei {
  margin: 7.5rem auto 12.5rem;
  overflow: hidden;
}
.sekoujirei hr {
  width: 100%;
  height: 1px;
  background: #313131;
  margin: 3rem auto;
  border: none;
}
@media screen and (max-width: 768px) {
  .sekoujirei {
    margin: 4rem auto 10rem;
  }
}
.sekoujirei__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 70px;
}
@media screen and (max-width: 1280px) {
  .sekoujirei__box {
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .sekoujirei__box {
    display: block;
    padding-bottom: 0;
  }
}

/* sekoujirei__box overview ****************************/
.sekoujirei__box__overview {
  max-width: 530px;
  width: 45%;
  margin-top: 3.75rem;
  margin-left: 3rem;
}
.sekoujirei__box__overview h2 {
  position: relative;
  font-size: 1.875rem;
  text-align: left;
  letter-spacing: 0.1rem;
}
.sekoujirei__box__overview h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #004A94;
}
.sekoujirei__box__overview dd {
  margin-top: 2.5rem;
  padding-left: 30px;
}
.sekoujirei__box__overview dd ul {
  background: #EBF3FB;
  border-radius: 10px;
  margin-top: 30px;
  padding: 30px 30px 30px 50px;
}
.sekoujirei__box__overview dd li {
  list-style: disc;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sekoujirei__box__overview {
    max-width: 100%;
    width: 90%;
    margin: 6rem auto 0;
  }
  .sekoujirei__box__overview h2 {
    font-size: 1.25rem;
    text-align: center;
  }
  .sekoujirei__box__overview h2::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .sekoujirei__box__overview dd {
    padding-left: 0;
  }
  .sekoujirei__box__overview dd li {
    font-size: 0.8125rem;
  }
  .sekoujirei__box__overview dd ul {
    margin-top: 20px;
    padding: 20px 20px 20px 40px;
  }
}

/* sekoujirei__box slide ****************************/
.sekoujirei__box__slide {
  width: 660px;
  height: 400px;
  display: block;
  transition: all 0.3s;
}
@media screen and (max-width: 1280px) {
  .sekoujirei__box__slide {
    width: 500px;
    height: 303px;
  }
}
@media screen and (max-width: 960px) {
  .sekoujirei__box__slide {
    width: 450px;
    height: 273px;
  }
}
@media screen and (max-width: 768px) {
  .sekoujirei__box__slide {
    width: 100%;
    height: auto;
  }
}
.sekoujirei__box__slide .sekoujirei__slider {
  position: relative;
}
.sekoujirei__box__slide .sekoujirei__slider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -70px !important;
}
.sekoujirei__box__slide .sekoujirei__slider .slick-dots li {
  width: 80px !important;
  height: 49px !important;
  border: none;
  transition: all 0.3s;
}
.sekoujirei__box__slide .sekoujirei__slider .slick-dots li:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1280px) {
  .sekoujirei__box__slide .sekoujirei__slider .slick-dots {
    bottom: -51px !important;
  }
  .sekoujirei__box__slide .sekoujirei__slider .slick-dots li {
    width: 60px !important;
    height: 36px !important;
  }
}
@media screen and (max-width: 960px) {
  .sekoujirei__box__slide .sekoujirei__slider .slick-dots {
    bottom: -48px !important;
  }
}
@media screen and (max-width: 768px) {
  .sekoujirei__box__slide .sekoujirei__slider .slick-dots {
    bottom: -68px !important;
  }
  .sekoujirei__box__slide .sekoujirei__slider .slick-dots li {
    width: 80px !important;
    height: 49px !important;
  }
}
.sekoujirei__box__slide .slick-arrow {
  position: absolute;
  top: 111% !important;
  z-index: 1;
}
.sekoujirei__box__slide .slick-arrow::before, .sekoujirei__box__slide .slick-arrow::after {
  content: "" !important;
}
@media screen and (max-width: 768px) {
  .sekoujirei__box__slide .slick-arrow {
    top: 50% !important;
  }
}
.sekoujirei__box__slide .slick-next, .sekoujirei__box__slide .slick-prev {
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s;
}
.sekoujirei__box__slide .slick-next {
  right: 120px;
}
.sekoujirei__box__slide .slick-next::after {
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 20px;
  width: 20px;
  border-color: #313131;
  top: calc(50% - 20px / 2);
  transform: rotate(-45deg);
  right: 0;
}
.sekoujirei__box__slide .slick-next:hover {
  right: 115px;
}
.sekoujirei__box__slide .slick-prev {
  left: 120px;
}
.sekoujirei__box__slide .slick-prev::after {
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 20px;
  width: 20px;
  border-color: #313131;
  top: calc(50% - 20px / 2);
  transform: rotate(135deg);
  left: 0;
}
.sekoujirei__box__slide .slick-prev:hover {
  left: 115px;
}
@media screen and (max-width: 1280px) {
  .sekoujirei__box__slide .slick-next {
    right: 90px;
  }
  .sekoujirei__box__slide .slick-next:hover {
    right: 85px;
  }
  .sekoujirei__box__slide .slick-prev {
    left: 90px;
  }
  .sekoujirei__box__slide .slick-prev:hover {
    left: 85px;
  }
}
@media screen and (max-width: 960px) {
  .sekoujirei__box__slide .slick-next {
    right: 60px;
  }
  .sekoujirei__box__slide .slick-next:hover {
    right: 55px;
  }
  .sekoujirei__box__slide .slick-prev {
    left: 60px;
  }
  .sekoujirei__box__slide .slick-prev:hover {
    left: 65px;
  }
}
@media screen and (max-width: 768px) {
  .sekoujirei__box__slide .slick-next {
    right: 10px;
  }
  .sekoujirei__box__slide .slick-next::after {
    border-style: solid;
    border-width: 0 1px 1px 0;
    content: "";
    display: inline-block;
    position: absolute;
    height: 15px;
    width: 15px;
    border-color: #FFFFFF;
    top: calc(50% - 15px / 2);
    transform: rotate(-45deg);
  }
  .sekoujirei__box__slide .slick-next:hover {
    right: 10px;
  }
  .sekoujirei__box__slide .slick-prev {
    left: 10px;
  }
  .sekoujirei__box__slide .slick-prev::after {
    border-style: solid;
    border-width: 0 1px 1px 0;
    content: "";
    display: inline-block;
    position: absolute;
    height: 15px;
    width: 15px;
    border-color: #FFFFFF;
    top: calc(50% - 15px / 2);
    transform: rotate(135deg);
  }
  .sekoujirei__box__slide .slick-prev:hover {
    left: 10px;
  }
}

.company {
  background: url(../images/company/bg.jpg) top center no-repeat;
  background-size: cover;
  margin: 0 auto;
  padding-top: 7.5rem;
  padding-bottom: 12.5rem;
  text-align: center;
  color: #FFFFFF;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .company {
    padding-top: 4rem;
    padding-bottom: 10rem;
  }
}

.company dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.company dl dt, .company dl dd {
  width: 50%;
}
.company dl dt {
  padding-right: 30px;
  text-align: right;
  font-weight: bold;
}
.company dl dd {
  text-align: left;
  border-left: 2px solid #FFFFFF;
  margin-bottom: 20px;
  padding-left: 30px;
}
.company dl dd:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .company dl {
    display: block;
    max-width: 260px;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
  }
  .company dl dt, .company dl dd {
    width: 100%;
    text-align: left;
    font-size: 0.8125rem;
  }
  .company dl dt {
    padding-right: 0;
    position: relative;
  }
  .company dl dt::before {
    content: "";
    position: absolute;
    left: 25px;
    bottom: -5px;
    display: inline-block;
    width: 50px;
    height: 2px;
    transform: translateX(-50%);
    background-color: #FFFFFF;
  }
  .company dl dd {
    border: none;
    padding-left: 15px;
    padding-top: 15px;
  }
}

.googlemap {
  width: 600px;
  height: 300px;
  margin: 3rem auto 0;
}
@media screen and (max-width: 768px) {
  .googlemap {
    width: 80%;
    height: auto;
  }
}

/* animation */
@keyframes SlideRight {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/* recruit-overview ****************************/
.recruit-overview {
  background: url(../images/recruit/bg.jpg) top center no-repeat;
  background-size: cover;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .recruit-overview {
    background: none;
  }
  .recruit-overview img {
    width: 100%;
  }
}
.recruit-overview__box {
  background: #004A94;
  max-width: 700px;
  margin: 9.3rem 0;
  padding: 5rem;
  box-sizing: border-box;
  transform: translateX(-100%);
  animation: SlideRight 2.5s cubic-bezier(0.25, 1, 0.35, 1) 0.3s forwards;
}
.recruit-overview__box h3, .recruit-overview__box p {
  color: #FFFFFF;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
}
.recruit-overview__box h3 {
  font-size: 2.8125rem;
  text-align: left;
}
.recruit-overview__box hr {
  width: 100%;
  max-width: 200px;
  height: 1px;
  background: #FFFFFF;
  margin-left: 0;
  margin-top: 40px;
  margin-bottom: 50px;
  border: none;
}
@media screen and (max-width: 1280px) {
  .recruit-overview__box {
    width: 55%;
  }
}
@media screen and (max-width: 1024px) {
  .recruit-overview__box h3 {
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 960px) {
  .recruit-overview__box {
    margin: 5rem 0;
    padding: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-overview__box {
    padding: 30px;
  }
  .recruit-overview__box h3 {
    font-size: 1.25rem;
  }
  .recruit-overview__box hr {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-overview__box {
    width: 100%;
    margin: 0 auto;
  }
}

/* recruit-detail ****************************/
.recruit-detail {
  margin-top: 6.2rem;
  margin-bottom: 12.5rem;
}
.recruit-detail h3 {
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  letter-spacing: 0.2rem;
  font-size: 1.875rem;
  color: #004A94;
  margin-bottom: 3rem;
}
.recruit-detail__box {
  max-width: 850px;
  width: 90%;
  margin: 0 auto;
}
.recruit-detail__box th {
  width: 23.5%;
  border-top: solid 1px #004A94;
  border-bottom: solid 1px #004A94;
  font-weight: bold;
  color: #004A94;
  padding: 20px;
  vertical-align: top;
}
.recruit-detail__box td {
  width: 76.5%;
  border-top: solid 1px #D7E0E9;
  border-bottom: solid 1px #D7E0E9;
  padding: 20px;
  font-weight: bold;
}
.recruit-detail__box td ul {
  list-style: disc;
  margin: 5px 0 5px 25px;
}
.recruit-detail__box td .att {
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .recruit-detail {
    margin-top: 4rem;
    margin-bottom: 10rem;
  }
  .recruit-detail h3 {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
  .recruit-detail__box th, .recruit-detail__box td {
    display: block;
    width: 100%;
    font-size: 0.8125rem;
  }
  .recruit-detail__box th {
    border-bottom: none;
    padding: 10px;
  }
  .recruit-detail__box td {
    padding: 10px 10px 10px 25px;
  }
}/*# sourceMappingURL=common_style.css.map */