@charset "UTF-8";

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

img {
  display: block;
  height: auto;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #000;
  background-color: #cccccc;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

/* :root {
  scroll-padding: 100px;
  scroll-behavior: smooth;
} */

a {
  text-decoration: none;
}

figure {
  line-height: 0;
}

h1,
h2 {
  line-height: 1.6;
  font-weight: bold;
}

div,
span,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}

p {
  line-height: 2;
  font-weight: 500;
}

svg,
img {
  max-width: 100%;
}

ul,
ol {
  list-style-type: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sec {
  font-size: 1px;
  font-size: 0.0694444444vw;
}

@media screen and (min-width: 1441px) {
  .sec {
    font-size: 1px;
  }
}

@media (max-width: 567px) {
  .sec {
    font-size: 1px;
    font-size: 0.2666666667vw;
  }
}

/* ヘッダー */
.fixed_header .flexbox {
  display: flex;
  position: fixed;
  width: min(100%, 750px);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  justify-content: flex-end;
}

.fixed_header .flexbox .fixed_btn {
  margin-right: min(11px, 0.6875rem, 1.46666666666667vw);
  width: min(117px, 7.3125rem, 15.6vw);
}

.fixed_header .flexbox .fixed_btn:hover {
  opacity: 0.8;
}

/* メイン */
main {
  width: min(100%, 750px);
  margin: 0 auto;
  background-color: #fff;
}

.inner {
  max-width: min(670px, 41.875rem, 89.3333333333333vw);
  margin: 0 auto;
}

.din {
  font-family: din-2014, sans-serif;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

/* section01 */
section.sec01 {
  background-image: url(../images/FV.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: min(60px, 3.75rem, 8vw);
}

.sec01_txt {
  padding-top: min(80px, 5rem, 10.6666666666667vw);
  color: #fff;
  font-weight: bold;
}

.sec01_txt p {
  font-size: min(30px, 1.875rem, 4vw);
  line-height: 2;
  letter-spacing: 0.07em;
}

.sec01_txt h1 {
  padding-top: min(30px, 1.875rem, 4vw);
  font-size: min(62px, 3.875rem, 8.26666666666667vw);
  line-height: min(100px, 6.25rem, 13.3333333333333vw);
  letter-spacing: 0.07em;
}

.sec01_box {
  width: min(616px, 38.5rem, 82.1333333333333vw);
  margin: 0 auto;
  text-align: center;
  background-color: rgba(35, 35, 45, 0.5);
  padding-top: min(31px, 1.9375rem, 4.13333333333333vw);
  padding-bottom: min(27px, 1.6875rem, 3.6vw);
  margin-top: min(40px, 2.5rem, 5.33333333333333vw);
}

.sec01_box h2 {
  font-size: min(36px, 2.25rem, 4.8vw);
  color: #54607a;
  letter-spacing: 0.07em;
  line-height: 1;
}

.sec01_box h2 span {
  background-color: #fff;
  padding-inline: min(22px, 1.375rem, 2.93333333333333vw);
  padding-top: min(9px, 0.5625rem, 1.2vw);
  padding-bottom: min(11px, 0.6875rem, 1.46666666666667vw);
}

.sec01_box p {
  font-size: min(26px, 1.625rem, 3.46666666666667vw);
  line-height: min(42px, 2.625rem, 5.6vw);
  letter-spacing: 0.07em;
  color: #fff;
  padding-top: min(27px, 1.6875rem, 3.6vw);
}

/* section02 */
section.sec02 {
  padding-block: min(42px, 2.625rem, 5.6vw);
  position: relative;
  z-index: 0;
}

.sec02_box1 {
  background-color: #54607A;
  padding-top: min(35px, 2.1875rem, 4.66666666666667vw);
  padding-inline: min(39px, 2.4375rem, 5.2vw);
  padding-bottom: min(40px, 2.5rem, 5.33333333333333vw);
  position: relative;
}

.sec02_box1_arrow {
  position: absolute;
  top: min(59px, 3.6875rem, 7.86666666666667vw);
  right: min(104px, 6.5rem, 13.8666666666667vw);
  width: min(121.56px, 7.5975rem, 16.208vw);
}

.sec02_box1 p {
  font-size: min(34px, 2.125rem, 4.53333333333333vw);
  color: #fff;
  line-height: 1.5;
}

.sec02_box1 p.small {
  font-size: min(22px, 1.375rem, 2.93333333333333vw);
  color: #fff;
  line-height: 1;
  text-align: center;
}

.sec02_box1 h2 {
  text-align: center;
  font-size: min(96px, 6rem, 12.8vw);
  font-weight: 600;
  color: #FFF84D;
  letter-spacing: -0.02em;
  line-height: 1;
  padding-top: min(35px, 2.1875rem, 4.66666666666667vw);
  padding-bottom: min(10px, 0.625rem, 1.33333333333333vw);
}

.sec02_box1 h2 span.white {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(40px, 2.5rem, 5.33333333333333vw);
  color: #000;
  background-color: #fff;
  border: solid 1px #000;
  padding-inline: min(10px, 0.625rem, 1.33333333333333vw);
  letter-spacing: 0;
  margin-right: min(10px, 0.625rem, 1.33333333333333vw);
}

.sec02_box1 h2 span.salary {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(62px, 3.875rem, 8.26666666666667vw);
  color: #FFF84D;
  letter-spacing: 0;
}

.sec02_box1 h2 span.en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(52px, 3.25rem, 6.93333333333333vw);
  color: #FFF84D;
  letter-spacing: 0;
  font-weight: bolder;
}

.sec02_box2 {
  margin-top: min(68px, 4.25rem, 9.06666666666667vw);
  background-color: #54607A;
  padding-top: min(44px, 2.75rem, 5.86666666666667vw);
  padding-bottom: min(7px, 0.4375rem, 0.933333333333334vw);
  padding-inline: min(64px, 4rem, 8.53333333333333vw);

}


.sec02_box2 p {
  font-size: min(40px, 2.5rem, 5.33333333333333vw);
  font-weight: bold;
  text-align: center;
  color: #54607A;
}

.sec02_box2 p span {
  background-color: #fff;
  padding-top: min(2px, 0.125rem, 0.266666666666667vw);
  padding-bottom: min(3px, 0.1875rem, 0.4vw);
  padding-inline: min(100px, 6.25rem, 13.3333333333333vw);
}

.sec02_box2 h2 {
  text-align: center;
  font-size: min(102px, 6.375rem, 13.6vw);
  font-weight: bold;
  color: #FFF84D;
  line-height: 1;
}

.sec02_box2 h2 span.en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(52px, 3.25rem, 6.93333333333333vw);
  font-weight: bolder;
}

.sec02_box2 h2 span.ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(75px, 4.6875rem, 10vw);
  font-weight: bold;
}

.sec02_circle {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sec02_circle p.circle {
  font-size: min(32px, 2rem, 4.26666666666667vw);
  font-weight: bold;
  color: #000;
}

.sec02_circle p.circle span {
  background-color: #fff;
  border: solid 2px #54607A;
  padding-block: min(35px, 2.1875rem, 4.66666666666667vw);
  padding-inline: min(12px, 0.75rem, 1.6vw);
  border-radius: 50%;
}

/* section03 */
.support {
  background-color: #606060;
  color: #fff;
  padding-top: min(54px, 3.375rem, 7.2vw);
  padding-bottom: min(47px, 2.9375rem, 6.26666666666667vw);
  margin-bottom: min(90px, 5.625rem, 12vw);
}

.support_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.support_txt h2 {
  font-size: min(40px, 2.5rem, 5.33333333333333vw);
  color: #606060;
}

.support_txt h2 span {
  background-color: #fff;
  padding-inline: min(21px, 1.3125rem, 2.8vw);
  padding-top: min(7px, 0.4375rem, 0.933333333333334vw);
  padding-bottom: min(5px, 0.3125rem, 0.666666666666667vw);
}

.support_txt p {
  font-weight: bold;
  font-size: min(32px, 2rem, 4.26666666666667vw);
  padding-top: min(25px, 1.5625rem, 3.33333333333333vw);
}

.support_img {
  width: min(188px, 11.75rem, 25.0666666666667vw);
}

.point {
  padding-bottom: min(85px, 5.3125rem, 11.3333333333333vw);
}

.point h2 {
  font-size: min(40px, 2.5rem, 5.33333333333333vw);
  font-weight: bold;
  color: #fff;

}

.point h2 span {
  background-color: #54607A;
  padding-left: min(17px, 1.0625rem, 2.26666666666667vw);
  padding-right: min(27px, 1.6875rem, 3.6vw);
  padding-top: min(5px, 0.3125rem, 0.666666666666667vw);
  padding-bottom: min(8px, 0.5rem, 1.06666666666667vw);
}

.point p {
  padding-top: min(20px, 1.25rem, 2.66666666666667vw);
  padding-bottom: min(22px, 1.375rem, 2.93333333333333vw);
  font-size: min(32px, 2rem, 4.26666666666667vw);
  font-weight: 500;
  line-height: 2;
}

/* section04 */
section.sec04 {
  background-image: url(../images/sec04.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: min(107px, 6.6875rem, 14.2666666666667vw);
  padding-bottom: min(172px, 10.75rem, 22.9333333333333vw);
}

.sec04_ttl {

  padding-bottom: min(60px, 3.75rem, 8vw);
}

.sec04_ttl h2 {
  text-align: center;
  font-size: min(40px, 2.5rem, 5.33333333333333vw);
  color: #fff;
  font-weight: bold;
}

.sec04_contents_blue {
  display: flex;
  gap: min(27px, 1.6875rem, 3.6vw);
  border-radius: min(15px, 0.9375rem, 2vw);
  background-color: #43516E;
  color: #fff;
  padding-left: min(51px, 3.1875rem, 6.8vw);
  padding-top: min(37px, 2.3125rem, 4.93333333333333vw);
  padding-bottom: min(35px, 2.1875rem, 4.66666666666667vw);
  margin-bottom: min(32px, 2rem, 4.26666666666667vw);
}

.sec04_contents_blue:last-of-type {
  margin-bottom: 0;
}

.sec04_contents_white {
  display: flex;
  gap: min(27px, 1.6875rem, 3.6vw);
  border-radius: min(15px, 0.9375rem, 2vw);
  background-color: #fff;
  color: #54607A;
  padding-left: min(51px, 3.1875rem, 6.8vw);
  padding-top: min(37px, 2.3125rem, 4.93333333333333vw);
  padding-bottom: min(35px, 2.1875rem, 4.66666666666667vw);
  margin-bottom: min(32px, 2rem, 4.26666666666667vw);
}

.sec04_contents_blue p,
.sec04_contents_white p {
  font-size: min(32px, 2rem, 4.26666666666667vw);
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.03em;
}

.sec04_contents_blue img,
.sec04_contents_white img {
  width: min(50px, 3.125rem, 6.66666666666667vw);
}

/* cta */
section.cta {
  padding-top: min(84px, 5.25rem, 11.2vw);
  padding-bottom: min(63px, 3.9375rem, 8.4vw);
  text-align: center;
}

.cta_txt {
  margin-bottom: min(50px, 3.125rem, 6.66666666666667vw);
}

.cta_txt p {
  text-align: center;
  font-size: min(36px, 2.25rem, 4.8vw);
  font-weight: bold;
  line-height: 1.8;
}

a.lineup_btn {
  width: min(560px, 35rem, 74.6666666666667vw);
  height: min(104px, 6.5rem, 13.8666666666667vw);
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #01BE27;
  line-height: 1;
  border-radius: min(10px, 0.625rem, 1.33333333333333vw);
  margin-bottom: min(30px, 1.875rem, 4vw);
}

a.lineup_btn:hover {
  opacity: 0.7;
}

.lineup_btn p {
  line-height: 1;
  color: #fff;
  text-align: center;
  font-size: min(36px, 2.25rem, 4.8vw);
  font-weight: bold;
  letter-spacing: -0.05em;
  margin-left: min(10px, 0.625rem, 1.33333333333333vw);
}

.lineup_btn span {
  color: #FFF500;
  letter-spacing: 0.02em;
}

.lineup_btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: min(15px, 0.9375rem, 2vw);
  height: min(15px, 0.9375rem, 2vw);
  border: 3px solid #fff;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  top: 50%;
  right: min(57px, 3.5625rem, 7.6vw);
  transform: translateY(-50%) rotate(45deg);
}

.lineup_btn img {
  width: min(41px, 2.5625rem, 5.46666666666667vw);
}

a.mail_btn span.frommail {

  font-size: min(26px, 1.625rem, 3.46666666666667vw);
  font-weight: 500;
}

a.mail_btn:hover {
  color: #0044CC;
}

/* section05 */
section.sec05 {
  background-color: #606060;
  padding-top: min(122px, 7.625rem, 16.2666666666667vw);
  padding-bottom: min(89px, 5.5625rem, 11.8666666666667vw);
}

.sec05_ttl h2 {
  font-size: min(40px, 2.5rem, 5.33333333333333vw);
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.sec05_box {
  margin-top: min(38px, 2.375rem, 5.06666666666667vw);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(30px, 1.875rem, 4vw);
}

.sec05_list {
  width: min(320px, 20rem, 42.6666666666667vw);
  background-color: #fff;
  border-radius: min(14px, 0.875rem, 1.86666666666667vw);
  text-align: center;
  padding-top: min(88px, 5.5rem, 11.7333333333333vw);
  padding-bottom: min(54px, 3.375rem, 7.2vw);
}

.sec05_list img {
  display: inline;
  width: min(127px, 7.9375rem, 16.9333333333333vw);
  height: min(115px, 7.1875rem, 15.3333333333333vw);
}

.sec05_list p {
  font-size: min(36px, 2.25rem, 4.8vw);
  font-weight: bold;
  color: #54607A;
  padding-top: min(45px, 2.8125rem, 6vw);
}

.sec05_txt {
  padding-top: min(45px, 2.8125rem, 6vw);
}

.sec05_txt h2 {
  text-align: center;
  color: #fff;
  font-size: min(36px, 2.25rem, 4.8vw);
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.sec05_txt h2 span {
  color: #FFF84D;
  border-bottom: solid 1px #fff;
}

.sec05_txt p {
  text-align: center;
  padding-top: min(63px, 3.9375rem, 8.4vw);
  font-size: min(22px, 1.375rem, 2.93333333333333vw);
  font-weight: 500;
  color: #fff;
}

/* section06 */
section.sec06 {
  padding-top: min(91px, 5.6875rem, 12.1333333333333vw);
  padding-bottom: min(76px, 4.75rem, 10.1333333333333vw);
}

.sec06_ttl {
  padding-bottom: min(39px, 2.4375rem, 5.2vw);
}

.sec06_ttl h2 {
  text-align: center;
  font-size: min(40px, 2.5rem, 5.33333333333333vw);
}

.sec06_box {
  margin-bottom: min(67px, 4.1875rem, 8.93333333333333vw);
}

.sec06_box:last-of-type {
  margin-bottom: 0;
}

.question {
  background-color: #54607A;
  border-radius: min(10px, 0.625rem, 1.33333333333333vw) min(10px, 0.625rem, 1.33333333333333vw) 0px 0px;
  display: flex;
  padding-top: min(22px, 1.375rem, 2.93333333333333vw);
  padding-bottom: min(13px, 0.8125rem, 1.73333333333333vw);
  padding-left: min(20px, 1.25rem, 2.66666666666667vw);
  align-items: center;
}

.question img {
  width: min(54px, 3.375rem, 7.2vw);
  height: min(54px, 3.375rem, 7.2vw);
}

.question p {
  padding-left: min(20px, 1.25rem, 2.66666666666667vw);
  font-size: min(32px, 2rem, 4.26666666666667vw);
  font-weight: bold;
  color: #fff;
}

.answer {
  border: solid 1px #72A5B4;
  border-radius: 0px 0px min(10px, 0.625rem, 1.33333333333333vw) min(10px, 0.625rem, 1.33333333333333vw);
  display: flex;
  padding-top: min(27px, 1.6875rem, 3.6vw);
  padding-bottom: min(30px, 1.875rem, 4vw);
  padding-left: min(20px, 1.25rem, 2.66666666666667vw);
  padding-right: min(11px, 0.6875rem, 1.46666666666667vw);
}

.answer img {
  margin-top: min(16px, 1rem, 2.13333333333333vw);
  width: min(54px, 3.375rem, 7.2vw);
  height: min(54px, 3.375rem, 7.2vw);
}

.answer p {
  padding-left: min(20px, 1.25rem, 2.66666666666667vw);
  font-size: min(32px, 2rem, 4.26666666666667vw);
  line-height: 2;
  font-weight: bold;
  color: #000;
}

/* section07 */
section.sec07 {
  background-color: #54607A;
  padding-top: min(111px, 6.9375rem, 14.8vw);
  padding-bottom: min(78px, 4.875rem, 10.4vw);
}

.sec07_ttl {
  padding-bottom: min(40px, 2.5rem, 5.33333333333333vw);
}

.sec07_ttl h2 {
  text-align: center;
  color: #fff;
  font-size: min(40px, 2.5rem, 5.33333333333333vw);
  font-weight: bold;
}

.step01 {
  background-image: url(../images/step01.webp);
  width: min(670px, 41.875rem, 89.3333333333333vw);
  height: min(236px, 14.75rem, 31.4666666666667vw);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: min(85px, 5.3125rem, 11.3333333333333vw);
  padding-left: min(46px, 2.875rem, 6.13333333333333vw);
}

.step01 h2 {
  font-size: min(36px, 2.25rem, 4.8vw);
  color: #fff;
  letter-spacing: 0.05em;
}

.step01 p {
  font-size: min(32px, 2rem, 4.26666666666667vw);
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.step01 h2 span {
  vertical-align: middle;
  font-size: min(24px, 1.5rem, 3.2vw);
  background-color: #fff;
  color: #54607A;
  border-radius: min(18px, 1.125rem, 2.4vw);
  padding-inline: min(14px, 0.875rem, 1.86666666666667vw);
  margin-right: min(10px, 0.625rem, 1.33333333333333vw);
}

.step02 {
  background-image: url(../images/step02.webp);
  width: min(670px, 41.875rem, 89.3333333333333vw);
  height: min(288px, 18rem, 38.4vw);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: min(91px, 5.6875rem, 12.1333333333333vw);
  padding-left: min(46px, 2.875rem, 6.13333333333333vw);
  margin-block: min(45px, 2.8125rem, 6vw);
}

.step02 h2 {
  font-size: min(36px, 2.25rem, 4.8vw);
  color: #fff;
  letter-spacing: 0.05em;
}

.step02 p {
  font-size: min(32px, 2rem, 4.26666666666667vw);
  color: #fff;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.step02 h2 span {
  vertical-align: middle;
  font-size: min(24px, 1.5rem, 3.2vw);
  background-color: #fff;
  color: #54607A;
  border-radius: min(18px, 1.125rem, 2.4vw);
  padding-inline: min(14px, 0.875rem, 1.86666666666667vw);
  margin-right: min(10px, 0.625rem, 1.33333333333333vw);
}

.step03 {
  background-image: url(../images/step03.webp);
  width: min(670px, 41.875rem, 89.3333333333333vw);
  height: min(288px, 18rem, 38.4vw);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: min(91px, 5.6875rem, 12.1333333333333vw);
  padding-left: min(46px, 2.875rem, 6.13333333333333vw);
}

.step03 h2 {
  font-size: min(36px, 2.25rem, 4.8vw);
  color: #fff;
  letter-spacing: 0.05em;
}

.step03 p {
  font-size: min(32px, 2rem, 4.26666666666667vw);
  color: #fff;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.step03 h2 span {
  vertical-align: middle;
  font-size: min(24px, 1.5rem, 3.2vw);
  background-color: #fff;
  color: #54607A;
  border-radius: min(18px, 1.125rem, 2.4vw);
  padding-inline: min(14px, 0.875rem, 1.86666666666667vw);
  margin-right: min(10px, 0.625rem, 1.33333333333333vw);
}

.sec07 p.attention {
  padding-top: min(44px, 2.75rem, 5.86666666666667vw);
  font-size: min(26px, 1.625rem, 3.46666666666667vw);
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

/* section08 */
section.sec08 {
  background-color: #EDEDED;
  padding-top: min(137px, 8.5625rem, 18.2666666666667vw);
  padding-bottom: min(40px, 2.5rem, 5.33333333333333vw);
}

.sec08_ttl {
  padding-bottom: min(75px, 4.6875rem, 10vw);
}

.sec08_ttl h2 {
  text-align: center;
  font-size: min(40px, 2.5rem, 5.33333333333333vw);
  font-weight: bold;
}

.form {
  background-color: #fff;
  padding-top: min(68px, 4.25rem, 9.06666666666667vw);
  padding-bottom: min(72px, 4.5rem, 9.6vw);
}

.sub_ttl {
  padding-top: min(35px, 2.1875rem, 4.66666666666667vw);
  padding-bottom: min(50px, 3.125rem, 6.66666666666667vw);
}

.sub_ttl h2 {
  text-align: center;
  font-size: min(30px, 1.875rem, 4vw);
  font-weight: bold;
}

footer {
  width: min(100%, 750px);
  margin: 0 auto;
  background: #333333;
  text-align: center;
  color: #fff;
  padding: 1% 0;
  font-size: min(22px, 1.375rem, 2.93333333333333vw);
}