@charset "UTF-8";
/*
@mixin fontyumin($weight) {
  //font-family: "游明朝体", Yu Mincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "メイリオ", system-ui, sans-serif;
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-weight: $weight;

  body.is-ios & {
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  }
}
  */
#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.25);
  }
}
#mainimg {
  position: relative;
  padding-bottom: 19px;
  margin-bottom: 71px;
}
#mainimg #mainslider img {
  width: 100%;
  height: calc(100vh - 125px);
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainimg #mainslider .add-animation {
  animation: zoomUp 6s linear 0s normal both;
}
#mainimg .catch {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0px;
  padding-left: max((100% - 1180px) / 2, 34px);
  padding-right: 10px;
  width: 100%;
}
body.is-ios #mainimg .catch {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#mainimg .catch .box {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 10px);
  background-color: #00256a;
  padding: 10px 15px;
  margin-left: -24px;
}
#mainimg .catch .box:not(:last-child) {
  margin-bottom: 7px;
}
#mainimg .catch .yellow {
  color: #ffcf00;
}
@media (max-width: 999px) {
  #mainimg {
    margin-bottom: 60px;
  }
  #mainimg #mainslider img {
    height: auto;
  }
  #mainimg .catch {
    font-size: 40px;
    padding-left: max((100% - 1180px) / 2, 20px);
  }
  #mainimg .catch .box {
    margin-left: -10px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  #mainimg {
    padding-bottom: 10px;
    margin-bottom: 50px;
  }
  #mainimg #mainslider img {
    min-height: 250px;
  }
  #mainimg .catch {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  #mainimg .catch {
    font-size: 20px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news .head {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 44px;
  overflow-x: clip;
}
#news .head h2 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #131313;
  padding: 26px 0 0 31px;
  position: relative;
}
body.is-ios #news .head h2 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#news .head h2 small {
  display: block;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 3px;
  color: #00256a;
}
#news .head h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  aspect-ratio: 1/1;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
          clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  background-color: #ffcf00;
}
@media (max-width: 999px) {
  #news .head h2 {
    font-size: 26px;
  }
  #news .head h2 small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #news .head h2 {
    font-size: 22px;
    padding: 20px 0 0 25px;
  }
  #news .head h2 small {
    font-size: 14px;
  }
  #news .head h2::before {
    width: 20px;
  }
}
#news .head .btn {
  margin-left: auto;
  margin-top: 10px;
}
#news .head .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #00256a;
  background-repeat: no-repeat;
  background-position: center right 30px;
  width: 270px;
  font-size: 16px;
  height: 70px;
  border-radius: 35px;
  background-image: url(../images/arow.webp);
}
#news .head .btn a:hover {
  opacity: 0.6;
}
body.is-ios #news .head .btn a {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
@media (max-width: 999px) {
  #news .head .btn a {
    font-size: 14px;
    width: 250px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  #news .head .btn a {
    width: 230px;
    height: 50px;
  }
}
@media (max-width: 999px) {
  #news .head {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  #news .head {
    flex-direction: column;
    align-items: unset;
    margin-bottom: 30px;
  }
  #news .head .btn {
    margin-left: unset;
  }
}

/* ----------------------------------------------
message
------------------------------------------------- */
#message {
  background: url(../images/massege-bg.webp) no-repeat center bottom/cover;
  margin-top: max(-10.5vw, -168px);
  padding: min(16.375vw, 262px) 10px min(29.0625vw, 465px) max((100% - 1180px) / 2, 10px);
}
#message h2 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #00256a;
  margin-bottom: 35px;
}
body.is-ios #message h2 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#message h2 small {
  display: block;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
}
#message .text {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #00256a;
  margin-bottom: 80px;
}
body.is-ios #message .text {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#message .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #00256a;
  background-repeat: no-repeat;
  background-position: center right 30px;
  width: 270px;
  font-size: 16px;
  height: 70px;
  border-radius: 35px;
  background-image: url(../images/arow.webp);
}
#message .btn a:hover {
  opacity: 0.6;
}
body.is-ios #message .btn a {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
@media (max-width: 999px) {
  #message .btn a {
    font-size: 14px;
    width: 250px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  #message .btn a {
    width: 230px;
    height: 50px;
  }
}
@media (max-width: 999px) {
  #message h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  #message h2 small {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #message .text {
    font-size: 18px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  #message h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #message h2 small {
    font-size: 20px;
  }
  #message .text {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

/* ----------------------------------------------
business
------------------------------------------------- */
#business .inner {
  display: flex;
  padding-right: max((100% - 1180px) / 2, 10px);
  -moz-column-gap: 4.3165467626%;
       column-gap: 4.3165467626%;
  overflow-x: clip;
}
#business .inner .image {
  width: 57.5539568345%;
}
#business .inner .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 940px;
}
#business .inner .txtbox {
  flex: 1;
  padding-top: 90px;
  padding-bottom: 10px;
}
#business .inner .txtbox h2 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #131313;
  padding: 26px 0 0 31px;
  position: relative;
  margin-bottom: 20px;
}
body.is-ios #business .inner .txtbox h2 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#business .inner .txtbox h2 small {
  display: block;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 3px;
  color: #00256a;
}
#business .inner .txtbox h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  aspect-ratio: 1/1;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
          clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  background-color: #ffcf00;
}
@media (max-width: 999px) {
  #business .inner .txtbox h2 {
    font-size: 26px;
  }
  #business .inner .txtbox h2 small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #business .inner .txtbox h2 {
    font-size: 22px;
    padding: 20px 0 0 25px;
  }
  #business .inner .txtbox h2 small {
    font-size: 14px;
  }
  #business .inner .txtbox h2::before {
    width: 20px;
  }
}
#business .inner .txtbox .text {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
  color: #131313;
  margin-bottom: 50px;
}
body.is-ios #business .inner .txtbox .text {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#business .inner .txtbox .contents {
  margin-bottom: 61px;
}
#business .inner .txtbox .contents .block {
  border-top: 1px solid #f5f5f5;
}
#business .inner .txtbox .contents .block a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 30px 0 30px 30px;
}
#business .inner .txtbox .contents .block a:hover {
  opacity: 0.6;
}
#business .inner .txtbox .contents .block a::after {
  content: "";
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/arow2.webp) no-repeat center #00256a;
  margin-left: auto;
}
#business .inner .txtbox .contents .block:not(:has(a)) {
  padding: 30px 0 30px 30px;
}
#business .inner .txtbox .contents .block .title {
  position: relative;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #131313;
}
body.is-ios #business .inner .txtbox .contents .block .title {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#business .inner .txtbox .contents .block .title .num {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-110%, -50%);
  font-size: 14px;
  color: #00256a;
}
#business .inner .txtbox .contents .block:not(:last-child) {
  margin-bottom: 3px;
}
#business .inner .txtbox .contents .block:last-child {
  border-bottom: 1px solid #f5f5f5;
}
#business .inner .txtbox .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #00256a;
  background-repeat: no-repeat;
  background-position: center right 30px;
  width: 270px;
  font-size: 16px;
  height: 70px;
  border-radius: 35px;
  background-image: url(../images/arow.webp);
}
#business .inner .txtbox .btn a:hover {
  opacity: 0.6;
}
body.is-ios #business .inner .txtbox .btn a {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
@media (max-width: 999px) {
  #business .inner .txtbox .btn a {
    font-size: 14px;
    width: 250px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  #business .inner .txtbox .btn a {
    width: 230px;
    height: 50px;
  }
}
@media (max-width: 999px) {
  #business .inner .txtbox {
    padding-top: 70px;
  }
  #business .inner .txtbox h2 {
    margin-bottom: 15px;
  }
  #business .inner .txtbox .text {
    font-size: 16px;
    margin-bottom: 40px;
  }
  #business .inner .txtbox .text br {
    display: none;
  }
  #business .inner .txtbox .contents {
    margin-bottom: 40px;
  }
  #business .inner .txtbox .contents .block a {
    padding: 20px 0 20px 20px;
  }
  #business .inner .txtbox .contents .block:not(:has(a)) {
    padding: 20px 0 20px 20px;
  }
  #business .inner .txtbox .contents .block .title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #business .inner {
    flex-direction: column;
    row-gap: 30px;
  }
  #business .inner .image {
    width: 100%;
  }
  #business .inner .image img {
    max-height: 200px;
  }
  #business .inner .txtbox {
    padding-top: 0px;
    padding-left: 10px;
  }
  #business .inner .txtbox h2 {
    margin-bottom: 10px;
  }
  #business .inner .txtbox .text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #business .inner .txtbox .contents {
    margin-bottom: 20px;
  }
  #business .inner .txtbox .contents .block a {
    padding: 10px 0 10px 10px;
  }
  #business .inner .txtbox .contents .block:not(:has(a)) {
    padding: 10px 0 10px 10px;
  }
  #business .inner .txtbox .contents .block .title {
    font-size: 16px;
  }
  #business .inner .txtbox .contents .block .title .num {
    font-size: 12px;
    position: unset;
    transform: unset;
    display: block;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  background: url(../images/company-bg.webp) no-repeat center/cover;
}
#company .inner {
  padding: 110px 0px 120px max((100% - 1180px) / 2, 10px);
  display: flex;
}
#company .inner .txtbox {
  flex: 1;
  align-content: center;
  margin-right: max(-3.1654676259%, -44px);
  padding-bottom: 45px;
  z-index: 1;
}
#company .inner .txtbox h2 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  padding: 26px 0 0 31px;
  position: relative;
  margin-bottom: 40px;
}
body.is-ios #company .inner .txtbox h2 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#company .inner .txtbox h2 small {
  display: block;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 3px;
}
#company .inner .txtbox h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  aspect-ratio: 1/1;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
          clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  background-color: #ffcf00;
}
@media (max-width: 999px) {
  #company .inner .txtbox h2 {
    font-size: 26px;
  }
  #company .inner .txtbox h2 small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #company .inner .txtbox h2 {
    font-size: 22px;
    padding: 20px 0 0 25px;
  }
  #company .inner .txtbox h2 small {
    font-size: 14px;
  }
  #company .inner .txtbox h2::before {
    width: 20px;
  }
}
#company .inner .txtbox .text {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.5882352941;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 46px;
}
body.is-ios #company .inner .txtbox .text {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#company .inner .txtbox .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #00256a;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center right 30px;
  width: 270px;
  font-size: 16px;
  height: 70px;
  border-radius: 35px;
  background-image: url(../images/arow-blue.webp);
}
#company .inner .txtbox .btn a:hover {
  opacity: 0.6;
}
body.is-ios #company .inner .txtbox .btn a {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
@media (max-width: 999px) {
  #company .inner .txtbox .btn a {
    font-size: 14px;
    width: 250px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  #company .inner .txtbox .btn a {
    width: 230px;
    height: 50px;
  }
}
#company .inner .image {
  width: 35.9712230216%;
  max-width: 500px;
  margin-right: 6.4748201439%;
}
#company .inner .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 999px) {
  #company .inner {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  #company .inner .txtbox h2 {
    margin-bottom: 30px;
  }
  #company .inner .txtbox .text {
    font-size: 26px;
    margin-bottom: 30px;
  }
  #company .inner .txtbox .text br {
    display: none;
  }
  #company .inner .image {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  #company .inner {
    padding: 70px 10px;
    flex-direction: column;
    row-gap: 30px;
  }
  #company .inner .txtbox {
    order: 1;
    margin-right: 0;
    padding-bottom: 0;
  }
  #company .inner .txtbox h2 {
    margin-bottom: 20px;
  }
  #company .inner .txtbox .text {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #company .inner .image {
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
  }
}

/* ----------------------------------------------
recruit
------------------------------------------------- */
#recruit {
  background: url(../images/recruit-bg.webp) no-repeat center/cover;
  padding: 109px 0 140px;
}
#recruit h2 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  padding: 26px 0 0 31px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 !important;
  margin-bottom: 47px;
}
body.is-ios #recruit h2 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#recruit h2 small {
  display: block;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 3px;
}
#recruit h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  aspect-ratio: 1/1;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
          clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  background-color: #ffcf00;
}
@media (max-width: 999px) {
  #recruit h2 {
    font-size: 26px;
  }
  #recruit h2 small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #recruit h2 {
    font-size: 22px;
    padding: 20px 0 0 25px;
  }
  #recruit h2 small {
    font-size: 14px;
  }
  #recruit h2::before {
    width: 20px;
  }
}
#recruit h2::before {
  position: relative;
  margin-bottom: 15px;
}
#recruit .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 41px 5.0847457627%;
  margin-bottom: 58px;
}
#recruit .contents .block {
  width: 47.4576271186%;
  display: flex;
  background-color: #fff;
}
#recruit .contents .block a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  width: 100%;
}
#recruit .contents .block a:hover {
  opacity: 0.6;
}
#recruit .contents .block a .txtbox {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#recruit .contents .block a .txtbox .title {
  flex: 1;
}
#recruit .contents .block a .txtbox::after {
  content: "";
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/arow2.webp) no-repeat center #00256a;
  margin-left: auto;
}
#recruit .contents .block .image {
  width: 19.6428571429%;
}
#recruit .contents .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#recruit .contents .block .txtbox {
  align-content: center;
  flex: 1;
  padding: 10px 5.1785714286%;
}
#recruit .contents .block .txtbox .title {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #131313;
}
body.is-ios #recruit .contents .block .txtbox .title {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
@media (max-width: 999px) {
  #recruit {
    padding: 90px 0 110px;
  }
  #recruit h2 {
    margin-bottom: 30px;
  }
  #recruit .contents {
    row-gap: 30px;
    margin-bottom: 50px;
  }
  #recruit .contents .block .txtbox .title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #recruit {
    padding: 80px 0;
  }
  #recruit h2 {
    margin-bottom: 20px;
  }
  #recruit .contents {
    row-gap: 25px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
  #recruit .contents .block {
    width: 100%;
    max-width: 560px;
  }
  #recruit .contents .block a .txtbox::after {
    width: 30px;
    background-size: 15px auto;
  }
  #recruit .contents .block .txtbox .title {
    font-size: 14px;
  }
}

#interview {
  overflow: hidden;
}
#interview .bgtxt {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 90px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.27);
  text-align: end;
  padding-right: 3.125%;
  margin-bottom: -38px;
}
body.is-ios #interview .bgtxt {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#interview .slider {
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
  margin-bottom: 92px;
}
#interview .slider .slick-list {
  margin: 0 -17.5px;
  overflow: unset;
}
#interview .slider .slick-arow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #ffcf00;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  cursor: pointer;
}
#interview .slider .slick-arow.prev {
  left: -30px;
  background-image: url(../images/prev-arow.webp);
}
#interview .slider .slick-arow.next {
  right: -30px;
  background-image: url(../images/next-arow.webp);
}
#interview .slider .block {
  margin: 0 17.5px;
}
#interview .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #00256a;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center right 30px;
  width: 400px;
  font-size: 18px;
  height: 80px;
  border-radius: 40px;
  background-image: url(../images/arow-blue2.webp);
  margin: 0 auto;
}
#interview .btn a:hover {
  opacity: 0.6;
}
body.is-ios #interview .btn a {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
@media (max-width: 999px) {
  #interview .btn a {
    font-size: 16px;
    width: 340px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  #interview .btn a {
    font-size: 14px;
    width: 280px;
    height: 60px;
  }
}
@media (max-width: 1300px) {
  #interview .slider .slick-list {
    margin: 0 -5px;
  }
  #interview .slider .slick-arow.prev {
    left: 0;
  }
  #interview .slider .slick-arow.next {
    right: 0;
  }
  #interview .slider .block {
    margin: 0 5px;
  }
}
@media (max-width: 999px) {
  #interview .bgtxt {
    font-size: 60px;
    margin-bottom: -25px;
  }
  #interview .slider {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #interview .bgtxt {
    font-size: 40px;
    margin-bottom: -20px;
  }
  #interview .slider {
    margin-bottom: 70px;
  }
  #interview .slider .slick-arow {
    width: 40px;
    background-size: 20px auto;
  }
}/*# sourceMappingURL=index.css.map */