@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none !important;
  color: inherit;
}

.section-heading {
  font-size: 40px;
  font-family: copperplate, serif;
  letter-spacing: 0;
  font-weight: 500;
  font-style: normal;
  color: rgba(218, 22, 25, 0.55);
}

.outline-bg-text {
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 120%;
  -webkit-text-stroke: 1px #ED1C24;
  text-stroke: 1px #ED1C24;
  z-index: -1;
}

h1,
.h1-like {
  font-size: 28px;
  font-weight: 700;
  line-height: 200%;
}

h2,
.h2-like {
  font-size: 20px;
  font-weight: 700;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Gothic", sans-serif;
}

h3,
.h3-like {
  font-size: 24px;
  font-weight: 700;
}

.red-h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #DB161A;
}

.p30 {
  font-size: 18px;
}

.p25 {
  font-size: 20px;
}

h4,
.h4-like {
  font-size: 16px;
  font-weight: 700;
}

p,
.p-like {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 180%;
}

.p-small {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 180%;
}

ul li, ol li {
  font-size: 14px;
}

@media screen and (min-width: 800px) {
  .section-heading {
    font-size: 80px;
  }

  .outline-bg-text {
    font-size: 60px;
    -webkit-text-stroke: 2px #ED1C24;
    text-stroke: 2px #ED1C24;
  }

  h1,
.h1-like {
    font-size: 40px;
  }

  h2,
.h2-like {
    font-size: 24px;
  }

  h3,
.h3-like,
.red-h3 {
    font-size: 32px;
  }

  .p30 {
    font-size: 28px;
  }

  .p25 {
    font-size: 25px;
  }

  h4,
.h4-like {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }

  .p-small {
    font-size: 12px;
  }

  ul li, ol li {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .section-heading {
    font-size: 145px;
  }

  .outline-bg-text {
    font-size: 100px;
  }

  h1,
.h1-like {
    font-size: 58px;
  }

  h2,
.h2-like {
    font-size: 36px;
  }

  h3,
.h3-like,
.red-h3 {
    font-size: 50px;
  }

  .p30 {
    font-size: 30px;
  }

  .p25 {
    font-size: 25px;
  }

  h4,
.h4-like {
    font-size: 20px;
  }

  p {
    font-size: 16px;
  }

  .p-small {
    font-size: 14px;
  }

  ul li, ol li {
    font-size: 16px;
  }
}
body {
  scroll-behavior: smooth;
  font-size: 16px;
  line-height: 200%;
  color: #121212;
  font-family: "Noto Serif JP", "YuMincho", "Yu Mincho", "Hiragino", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0 0 0 0;
  overflow-x: hidden;
}

main {
  margin: 0 auto;
  width: 100%;
  align-items: center;
  max-width: 1920px;
}

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

button {
  font-family: "Noto Serif JP", "YuMincho", "Yu Mincho", "Hiragino", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", serif;
}

.a-btn:link,
.a-btn:visited,
.a-btn:active,
.a-btn {
  border: 2px solid #DB161A;
  background-color: #ffffff;
  color: #DB161A;
  cursor: pointer;
  font-weight: 500;
  padding: 10px 20px;
}
.a-btn:link:hover,
.a-btn:visited:hover,
.a-btn:active:hover,
.a-btn:hover {
  border: 2px solid #F24346;
  color: #F24346;
  background-color: #FEF3F3;
}

.submit-btn {
  appearance: unset;
  -webkit-appearance: unset;
  border: 2px solid #DB161A;
  background-color: #ffffff;
  color: #DB161A;
  cursor: pointer;
  font-weight: 500;
  padding: 10px 20px;
}
.submit-btn:hover {
  border: 2px solid #F24346;
  color: #F24346;
  background-color: #FEF3F3;
}

.width1400 {
  width: 1400px;
  max-width: 96%;
  margin: auto;
}

.width1200 {
  width: 1200px;
  max-width: 96%;
  margin: auto;
}

.width1072 {
  width: 1072px;
  max-width: 96%;
  margin: auto;
}

.width1000 {
  width: 1000px;
  max-width: 96%;
  margin: auto;
}

.width800 {
  width: 800px;
  max-width: 96%;
  margin: auto;
}

.width600 {
  width: 600px;
  max-width: 96%;
  margin: auto;
}

.table-container {
  max-width: 96%;
}
.table-container table {
  table-layout: auto;
  width: 100%;
  margin: clamp(40px, 10vw, 100px) auto;
}
.table-container table th, .table-container table td {
  font-weight: 500;
  border-top: 1px solid #DB161A;
  border-bottom: 1px solid #DB161A;
  padding: 24px 0;
  text-align: center;
}
.table-container table th.first-line, .table-container table td.first-line {
  border-top: 5px solid #DB161A;
}
.table-container table th.last-line, .table-container table td.last-line {
  border-bottom: 5px solid #DB161A;
}
.table-container table th {
  background-color: #FEF3F3;
  color: #ffffff;
  padding: 1vw;
}
.table-container table td {
  background-color: #ffffff;
}
.table-container table td a {
  width: fit-content;
  border-bottom: 1px solid #DB161A;
  padding-bottom: 6px;
}
.table-container table td a a {
  color: #DB161A;
}
.table-container table td a a:hover {
  color: #F24346;
}
.table-container table td ul {
  text-align: start;
}
@media screen and (max-width: 1600px) {
  .table-container table th, .table-container table td {
    font-size: 18px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 1200px) {
  .table-container table th, .table-container table td {
    font-size: 16px;
    padding: 16px 0;
  }
}
@media screen and (max-width: 800px) {
  .table-container table {
    filter: drop-shadow(1px 1px 5px #DB161A);
  }
  .table-container table th, .table-container table td {
    font-size: 14px;
    padding: 12px 0;
  }
}

.fx-center-self {
  align-self: center;
  justify-self: center;
}

.fx-center-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fx-row {
  display: flex;
  flex-direction: row;
}

.fx-row-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.fx-row-rev {
  display: flex;
  flex-direction: row-reverse;
}

.fx-col {
  display: flex;
  flex-direction: column;
}

.fx-col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.block-break {
  display: inline-block;
}

@media screen and (min-width: 400px) {
  .max-400 {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .min-400 {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .max-600 {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .min-600 {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .max-800 {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .min-800 {
    display: none;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

section {
  max-width: 1920px;
  margin: 0 auto;
}

.saiyou-main {
  width: 100%;
  max-width: 100%;
}
.saiyou-main a:hover {
  opacity: 0.8;
}

.logo-mark {
  width: clamp(30px, 5vw, 50px);
  margin-bottom: 10px;
}

.table-container {
  align-items: center;
}
.table-container h2 {
  margin-bottom: 40px;
}
.table-container .table {
  width: 100%;
  font-family: "YuGothic", sans-serif;
}
.table-container .table .table-row {
  width: 100%;
  border-bottom: 2px solid #ffffff;
}
.table-container .table .table-row .th {
  min-width: clamp(120px, 27vw, 270px);
  max-width: clamp(120px, 27vw, 270px);
  box-sizing: border-box;
  padding: clamp(24px, 4vw, 40px) clamp(10px, 2vw, 20px);
  color: #ffffff;
  background-color: #F24346;
  text-align: center;
  border-right: 2px solid #ffffff;
}
.table-container .table .table-row .td {
  width: 100%;
  box-sizing: border-box;
  padding: clamp(24px, 4vw, 40px) clamp(10px, 2vw, 20px);
  background-color: #FEF3F3;
  text-align: start;
}

ol {
  padding-left: 1em;
  margin-left: 0.5em;
}

.comp-table-container {
  margin-top: 40px;
  font-family: "YuGothic", sans-serif;
}
.comp-table-container h4 {
  margin-bottom: 10px;
}
.comp-table-container .comp-table {
  width: 100%;
}
.comp-table-container .comp-table.w800 {
  max-width: 800px;
}
.comp-table-container .comp-table .tr {
  width: 100%;
  text-align: center;
}
.comp-table-container .comp-table .tr .tc {
  width: 25%;
  background-color: #FEF3F3;
  padding: clamp(12px, 2.4vw, 24px) 0;
  border: 1px solid #ffffff;
}
.comp-table-container .comp-table .tr .tc.tc1 {
  background-color: #FCE9E9;
}
.comp-table-container .comp-table .tr .tc.tc75 {
  width: 75%;
}
.comp-table-container .comp-table .tr .tc.tc66 {
  width: 66%;
}
.comp-table-container .comp-table .tr .tc.tc33 {
  width: 33%;
}
.comp-table-container .comp-table .tr.th .tc {
  color: #ffffff;
  background-color: #F24346;
  font-family: 700;
}
.comp-table-container .annotation {
  margin-top: 12px;
}

header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  justify-content: space-between;
}
header .logo-container {
  margin-left: clamp(20px, 5.6vw, 108px);
  margin-top: clamp(5px, 1vw, 16px);
}
header .logo-container img {
  width: clamp(100px, 20vw, 238px);
}
header .logo-container .fx-col {
  font-size: 25px;
  color: #D90005;
  justify-content: flex-end;
  margin-left: 12px;
}
header .logo-container .fx-col p {
  font-weight: 700;
  line-height: 110%;
  font-family: "Noto Sans JP", sans-serif;
}
header .tile {
  background-color: #DB161A;
  margin-right: clamp(20px, 5.6vw, 108px);
  color: #ffffff;
  font-family: copperplate, serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0;
  padding: clamp(16px, 3vw, 40px) clamp(20px, 5.6vw, 108px);
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  header .tile {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  header .tile {
    margin-right: 0;
    font-size: 20px;
  }
}

section.landing {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  justify-content: center;
  box-sizing: border-box;
  padding: 150px 0;
  background: url(../images/landing-bg.webp) left bottom no-repeat;
  background-size: cover;
}
section.landing > * {
  margin-left: 15.6%;
  margin-right: 5%;
}
section.landing .p25 {
  color: #707070;
  margin-top: clamp(20px, 4vw, 50px);
  text-transform: uppercase;
  font-family: copperplate, serif;
}
section.landing.form-landing {
  min-height: 50vh;
}
@media screen and (max-width: 600px) {
  section.landing.form-landing h1 {
    text-align: center;
  }
}

section.introduction {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  border-bottom: clamp(20px, 5vw, 78px) solid #ED1C24;
  padding-bottom: 240px;
}
section.introduction .content-text {
  width: 690px;
  align-self: center;
  max-width: 80%;
  margin: clamp(20px, 4vw, 50px) auto clamp(50px, 15vh, 340px) auto;
  font-weight: 700;
  line-height: 300%;
}
section.introduction .outline-bg-text {
  align-self: start;
  margin: 12px 0 12px clamp(12px, 3vw, 40px);
}
section.introduction .section-heading {
  position: absolute;
  bottom: 5px;
  right: 10px;
  text-align: end;
  line-height: 110%;
}
@media screen and (max-width: 1200px) {
  section.introduction .content-text {
    margin: auto;
  }
  section.introduction .section-heading {
    opacity: 0.7;
  }
}

section.corporate {
  width: 100%;
  max-width: 100%;
  padding: clamp(40px, 11vw, 110px) 0 clamp(50px, 13vw, 130px) 0;
  border-bottom: clamp(20px, 5vw, 78px) solid #ED1C24;
}
section.corporate img {
  z-index: 1;
}
section.corporate .corporate-row {
  width: 1500px;
  max-width: 96%;
  margin: clamp(16px, 5vw, 50px) clamp(20px, 4vw, 100px);
  align-items: top;
}
section.corporate .corporate-row img {
  width: clamp(400px, 40vw, 815px);
  height: 100%;
  object-fit: cover;
  object-position: top;
}
section.corporate .corporate-row.row1 {
  align-self: start;
}
section.corporate .corporate-row.row2 {
  align-self: center;
}
section.corporate .corporate-row.row3 {
  align-self: flex-end;
}
section.corporate .content-col {
  width: clamp(600px, 67vw, 800px);
  max-width: 80%;
  margin-left: -144px;
  z-index: 2;
  align-items: flex-end;
  text-align: start;
}
section.corporate .content-col h3,
section.corporate .content-col p {
  width: 75%;
}
section.corporate .content-col .red-h3 {
  line-height: 160%;
}
section.corporate .content-col .subtitle {
  margin-bottom: 24px;
  color: #DB161A;
  font-family: copperplate, serif;
  font-weight: 700;
  line-height: 200%;
  text-transform: uppercase;
}
section.corporate .content-col .red-bar {
  display: block;
  background-color: #DB161A;
  width: clamp(600px, 67vw, 800px);
  max-width: 100%;
  height: 3px;
}
@media screen and (max-width: 1200px) {
  section.corporate .corporate-row {
    flex-direction: column;
    align-items: center;
    margin: 50px auto;
  }
  section.corporate .corporate-row img {
    width: 400px;
    max-width: 70%;
    margin-bottom: 50px;
  }
  section.corporate .corporate-row .content-col {
    width: 600px;
    max-width: 90%;
    align-items: center;
    margin-left: 0;
  }
  section.corporate .corporate-row .content-col h3,
section.corporate .corporate-row .content-col p {
    width: 90%;
    margin: auto;
  }
  section.corporate .corporate-row .content-col .subtitle {
    margin-bottom: 32px;
  }
  section.corporate .corporate-row.row1 {
    margin-left: 0;
  }
}

section.about {
  width: 100%;
  max-width: 100%;
  padding: 30px 0 0 0;
}
section.about .red-bar {
  display: block;
  width: 100%;
  height: clamp(16px, 2.6vw, 26px);
  background-color: #F24346;
  margin-bottom: clamp(40px, 9vw, 90px);
}
section.about .about-heading {
  margin-left: 2px;
}
section.about .workplace-heading {
  align-self: flex-end;
  line-height: 110%;
  text-align: end;
  margin: clamp(40px, 10vw, 100px) 10px 20px 0;
}

.office-intro {
  position: relative;
  align-items: center;
  padding: clamp(70px, 14vw, 140px) 0 clamp(90px, 18vw, 180px) 0;
  width: 100%;
  max-width: 100%;
}
.office-intro .pink-bg {
  display: block;
  position: absolute;
  background-color: #FCE9E9;
  left: 0;
  bottom: 120px;
  z-index: -1;
  width: 100%;
  height: clamp(280px, 25vw, 430px);
}
.office-intro .splide {
  z-index: 1;
}
.office-intro .splide .splide__arrow {
  top: 65%;
}
.office-intro .splide .splide__arrow svg {
  width: 1.5em;
  height: 1.5em;
}
.office-intro .splide .splide__slide .img-container {
  height: 100%;
  min-height: clamp(300px, 28vw, 480px);
  margin: 0 auto;
  padding-bottom: 60px;
  width: 78%;
  cursor: grab;
  transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
}
.office-intro .splide .splide__slide .img-container img {
  margin-top: auto;
}
.office-intro .splide .splide__slide .img-container p {
  font-size: 20px;
  line-height: 140%;
  margin-top: 20px;
  font-weight: bold;
}
@media screen and (min-width: 801px) {
  .office-intro .splide .splide__slide.is-active .img-container {
    width: 100%;
  }
  .office-intro .splide .splide__slide.is-active .img-container p {
    font-size: 30px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .office-intro .splide .splide__arrow svg {
    width: 1em;
    height: 1em;
  }
}
@media screen and (max-width: 800px) {
  .office-intro .splide .splide__arrow.splide__arrow--next {
    right: -1em;
  }
  .office-intro .splide .splide__arrow.splide__arrow--prev {
    left: -1em;
  }
  .office-intro .splide .splide__slide .img-container {
    width: 100%;
    min-height: unset;
  }
  .office-intro .pink-bg {
    height: calc(100% - clamp(240px, 55vw, 300px));
    bottom: clamp(60px, 10vw, 120px);
  }
}

section.steps {
  width: 100%;
  max-width: 100%;
  background-color: #FEF3F3;
  padding: 30px 0 136px 0;
  align-items: center;
  font-family: "YuGothic", sans-serif;
}
section.steps .step-col {
  position: relative;
  width: 100%;
  margin-top: 130px;
  align-items: center;
}
section.steps .step-col .bg-bar {
  position: absolute;
  display: block;
  height: 100%;
  width: clamp(3px, 0.8vw, 17px);
  margin-left: -3px;
  background-color: rgba(242, 69, 72, 0.44);
  z-index: 1;
}
section.steps .step-col .step-row {
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 120px;
}
section.steps .step-col .step-row:last-of-type {
  margin-bottom: -36px;
}
section.steps .step-col .step-row .left-container,
section.steps .step-col .step-row .text-container {
  width: calc(50% - 71.5px);
}
section.steps .step-col .step-row .left-container {
  justify-content: flex-end;
}
section.steps .step-col .step-row .left-container .step-img {
  width: clamp(200px, 20vw, 245px);
  margin-top: -48px;
  max-width: 80%;
}
section.steps .step-col .step-row .spacer {
  margin: -5px 15px 90px 15px;
  width: clamp(40px, 9vw, 140px);
}
section.steps .step-col .step-row .text-container {
  margin-top: -20px;
}
section.steps .step-col .step-row .text-container p {
  font-weight: 400;
}
section.steps .step-col .step-row .text-container p.p30 {
  font-weight: 700;
}
section.steps .step-col .step-row .text-container > * {
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  section.steps .step-col {
    margin-top: clamp(80px, 12.5vw, 100px);
  }
  section.steps .step-col .bg-bar {
    margin-left: -1px;
  }
  section.steps .step-col .step-row .left-container .step-img {
    width: clamp(100px, 25vw, 200px);
    margin-top: calc(clamp(20px, 6vw, 48px) * -1);
  }
  section.steps .step-col .step-row:last-of-type {
    margin-bottom: 0px;
  }
}

.requirements {
  width: 100%;
  align-items: center;
  padding: clamp(80px, 10vw, 120px) 0;
}
.requirements .application-heading {
  align-self: flex-end;
  margin: 0 10px clamp(60px, 10vw, 120px) 0;
  line-height: 120%;
  text-align: end;
}
.requirements .info-box {
  max-width: 80%;
  margin-top: 50px;
  font-family: "YuGothic", sans-serif;
  font-weight: 400;
  text-align: center;
}
.requirements .info-box p {
  line-height: 220%;
}
.requirements .btn-row {
  width: 100%;
  margin: 50px auto 30px auto;
  font-weight: 700;
  justify-content: center;
}
.requirements .btn-row .req-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 350px;
  padding: clamp(12px, 2vw, 24px);
  appearance: none;
  border: 1px solid #F24346;
  background-color: #ffffff;
  color: #DB161A;
  cursor: pointer;
  font-family: "YuGothic", sans-serif;
}
.requirements .btn-row .req-btn:hover {
  background-color: #FEF3F3;
  color: #F24346;
  border: 1px solid #ED1C24;
}
.requirements .btn-row .req-btn.active-btn {
  background-color: #F24346;
  color: #ffffff;
  cursor: default;
}
.requirements .table-container .table {
  display: none;
}
.requirements .table-container .table.active-table {
  display: unset;
}
.requirements .annotations {
  font-family: "YuGothic", sans-serif;
  max-width: 80%;
}
.requirements .annotations h2 {
  margin: 40px 0 20px 0;
}
.requirements .annotations ul {
  list-style-type: "●";
  padding-left: 20px;
}

.cta {
  width: 100%;
  margin-bottom: 50px;
  min-height: 708px;
  align-items: center;
  box-sizing: border-box;
  background: url(../images/logo-c.svg) center top 22% no-repeat, url(../images/cta-banner.jpg) center no-repeat;
  background-size: 170px, cover;
}
.cta h2 {
  color: #ffffff;
  margin-top: 80px;
  z-index: 2;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  text-align: center;
}
.cta .cta-btn {
  padding: 20px 10px 20px 30px;
  margin-top: 130px;
  background-color: #DB161A;
  color: #ffffff;
  font-family: "YuGothic", sans-serif;
}
@media screen and (max-width: 800px) {
  .cta h2 {
    margin-top: 160px;
  }
}

footer {
  width: 100%;
  padding: 80px 0 20px 0;
  align-items: center;
  background-color: #DB161A;
  color: #ffffff;
  font-family: "YuGothic", sans-serif;
}
footer .footer-logo {
  width: 91px;
}
footer .nav-row {
  margin: 30px auto;
  list-style-type: none;
  flex-wrap: wrap;
}
footer .nav-row li {
  margin: 30px;
  font-weight: 700;
}
footer .nav-row li a {
  color: #ffffff;
}
footer .nav-row li a:hover {
  color: #FEF3F3;
}
footer .access-info {
  margin-bottom: clamp(100px, 20vw, 200px);
  max-width: 90%;
  align-items: center;
  text-align: center;
}
footer .access-info p {
  margin: 10px auto;
  font-weight: 700;
}
footer .copy {
  font-weight: 700;
}

section.application-form {
  padding: clamp(40px, 10vw, 80px) 0 0 0;
  background-color: #FEE2E2;
  width: 100%;
  max-width: 100%;
  height: fit-content;
  z-index: 1;
}
section.application-form iframe {
  margin-bottom: 0;
  padding-bottom: 0;
}

footer.recruit-footer {
  position: relative;
  overflow: visible;
  margin-top: -9px;
  z-index: 10;
}

/*# sourceMappingURL=saiyou.css.map */
