<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&amp;display=swap');

/*----------------------
 * 1. GENERAL
 *   1.1  Margin
 *   1.2  Text
 *   1.3  Titles and Subtitles
 *   1.4  Lists
 *   1.5 Table
 *   1.6 Other Elements
 *        1.6.1 page top
 *        1.6.2 btn
 *        1.6.3 sns Icon
 * 2. HEADER
 * 3. CONTENTS
 *    3.1 Read
 *    3.2 Info
 *    3.3 Benefits
 *    3.4 Step
 *    3.5 Judge
 *    3.6 Rrecruitment
 *    3.7 About
 *    3.8 Result
 * 4. FOOTER
 * 5. INTERACTIONS
 */

/*-------------------------------
 * 1.GENERAL
 * ----------------------------*/
html {
    font-size: 62.5%;
}
html,
body {
	overflow-x: hidden;
}
body {
    font-family: 'Noto Serif JP', serif;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    background: #fff;
	color: #444444;
	line-height: 1.8;
	font-weight: 400;
	overflow: hidden;
}
@media (max-width: 1199px) {
    body {
        font-size: calc(13px + 3 * (100vw - 320px) / 879);
    }
}

a {
    color: #444444;
    text-decoration: underline;
    cursor: pointer;
}
a:hover {
    color: #444444;
    text-decoration: none;
}
a:focus {
  outline: none !important;
  overflow: hidden;
  text-decoration: none;
}
*:focus {
    outline: none;
}

a[href^="tel:"] {
	cursor: default;
	text-decoration: none;
}
a[href^="tel:"]:hover {
	text-decoration: none;
}
@media (max-width: 767px) {
	a[href^="tel:"] {
		cursor: pointer;
	}
}

small {
    font-size: 1.4rem;
    line-height: 1.8;
}
@media (max-width: 1199px) {
    small {
        font-size: calc(11px + 3 * (100vw - 320px) / 879);
    }
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

strong {
    font-weight: 600 !important;
}

img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.sp,
.md,
.sp-md,
.sp-md-lg,
.md-lg,
.lg {
	display: none !important;
}
.md-lg-pc,
.lg-pc,
.pc {
    display: block !important;
}
@media (max-width: 1199px) {
    .lg,
    .md-lg,
    .sp-md-lg {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .lg-pc,
    .lg {
        display: none !important;
    }
    .md,
    .sp-md {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .sp {
        display: block !important;
    }
    .md-lg-pc,
    .md-lg,
    .lg,
    .md,
    .pc {
        display: none !important;
    }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 1.1  Margin
 * ------------------------------*/
.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: 0.5rem !important; }
.mt10 { margin-top: 1rem !important; }
.mt15 { margin-top: 1.5rem !important; }
.mt20 { margin-top: 2rem !important; }
.mt30 { margin-top: 3rem !important; }
.mt40 { margin-top: 4rem !important; }
.mt50 { margin-top: 5rem !important; }
.mt60 { margin-top: 6rem !important; }
.mt70 { margin-top: 7rem !important; }
.mt80 { margin-top: 8rem !important; }

.mb00 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 0.5rem !important; }
.mb10 { margin-bottom: 1rem !important; }
.mb15 { margin-bottom: 1.5rem !important; }
.mb20 { margin-bottom: 2rem !important; }
.mb30 { margin-bottom: 3rem !important; }
.mb40 { margin-bottom: 4rem !important; }
.mb50 { margin-bottom: 5rem !important; }
.mb60 { margin-bottom: 6rem !important; }
.mb70 { margin-bottom: 7rem !important; }
.mb80 { margin-bottom: 8rem !important; }

@media (max-width: 767px) {
    .mt00-xs {
        margin-top: 0 !important;
    }
    .mt10-xs {
        margin-top: 1rem !important;
    }
    .mt15-xs {
        margin-top: 1.5rem !important;
    }
    .mt20-xs {
        margin-top: 2rem !important;
    }
    .mt30-xs {
        margin-top: 3rem !important;
    }
    .mt40-xs {
        margin-top: 4rem !important;
    }
    .mt50-xs {
        margin-top: 5rem !important;
    }
    .mb00-xs {
        margin-bottom: 0 !important;
    }
    .mb10-xs {
        margin-bottom: 1rem !important;
    }
    .mb15-xs {
        margin-bottom: 1.5rem !important;
    }
    .mb20-xs {
        margin-bottom: 2rem !important;
    }
    .mb30-xs {
        margin-bottom: 3rem !important;
    }
    .mb40-xs {
        margin-bottom: 4rem !important;
    }
    .mb50-xs {
        margin-bottom: 5rem !important;
    }
    .ml30-xs {
        margin-left: 3rem !important;
    }
    .mr30-xs {
        margin-right: 3rem !important;
    }
}

/* 1.2 Text
 * ------------------------------*/
p {
    margin: 1rem 0;
    /*text-align: justify;
    text-justify: inter-ideograph;*/
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
@media (max-width: 991px) {
     .text-left-md {
        text-align: left !important;
    }
    .text-center-md {
        text-align: center !important;
    }
    .text-right-md {
        text-align: right !important;
    }
}
@media (max-width: 767px) {
     .text-left-xs {
        text-align: left !important;
    }
    .text-center-xs {
        text-align: center !important;
    }
    .text-right-xs {
        text-align: right !important;
    }
}

.txt-red,
.txt-red a,
.txt-red a:hover {
    color: #dd0000 !important;
}
.txt-blue,
.txt-blue a,
.txt-blue a:hover {
    color: #0188de !important;
}

a.txt-underline,
.txt-underline {
    text-decoration: underline !important;
}
a.txt-underline:hover {
    text-decoration: none !important;
}

.txt-indent_1 {
    padding-left: 1em;
    text-indent: -1em;
    margin: 0;
}
.txt-indent_2 {
    text-indent: -2.1em;
    padding-left: 2.1em;
    margin: 0;
}
@media (max-width: 767px) {
    .txt-indent_1-sp {
        text-indent: -3.5em;
        padding-left: 3.5em;
        margin: 0;
    }
    .txt-indent_2-sp {
        text-indent: -7.5em;
        padding-left: 7.5em;
        margin: 0;
    }
    .txt-indent_3-sp {
        text-indent: -9em;
        padding-left: 9em;
        margin: 0;
    }
}

.f10 { font-size: 1rem !important; }
.f11 { font-size: 1.1rem !important; }
.f12 { font-size: 1.2rem !important; }
.f13 { font-size: 1.3rem !important; }
.f14 { font-size: 1.4rem !important; }
.f15 { font-size: 1.5rem !important; }
.f16 { font-size: 1.6rem !important; }
.f17 { font-size: 1.7rem !important; }
.f18 { font-size: 1.8rem !important; }
.f19 { font-size: 1.9rem !important; }
.f20 { font-size: 2rem !important; }
.f21 { font-size: 2.1rem !important; }
.f22 { font-size: 2.2rem !important; }
.f23 { font-size: 2.3rem !important; }
.f24 { font-size: 2.4rem !important; }
.f25 { font-size: 2.5rem !important; }
.f50 { font-size: 5rem !important; }
@media (max-width: 991px) {
    .f18, .f19 {
        font-size: 1.6rem !important;
    }
    .f20, .f21 {
        font-size: 1.7rem !important;
    }
    .f22, .f23 {
        font-size: 1.8rem !important;
    }
    .f24, .f25 {
        font-size: 2rem !important;
    }
}
@media (max-width: 767px) {
    .f13, .f14 {
        font-size: 1.2rem !important;
    }
    .f15, .f16 {
        font-size: 1.3rem !important;
    }
    .f17, .f18 {
        font-size: 1.4rem !important;
    }
    .f19, .f20, .f21 {
        font-size: 1.5rem !important;
    }
    .f22, .f23, .f24, .f25 {
        font-size: 1.6rem !important;
    }
    .f50 {
        font-size: 3rem !important;
    }
    .f15-xs {
        font-size: 1.5rem !important;
    }
    .f14-xs {
        font-size: 1.4rem !important;
    }
    .f13-xs {
        font-size: 1.3rem !important;
    }
    .f12-xs {
        font-size: 1.2rem !important;
    }
    .f11-xs {
        font-size: 1.1rem !important;
    }
    .f10-xs {
        font-size: 1rem !important;
    }
}

/* 1.3 Titles and Subtitles
 * ------------------------------*/
h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    line-height: 1.8;
}
@media (max-width: 767px) {
    h1, h2, h3, h4 {
        line-height: 1.6;
    }
}

.section-ttl {
    margin: 0 0 3rem;
    font-size: 3.2rem;
    text-align: center;
    color: #0188de;
    text-shadow: 1px 1px 3px #fff;
    letter-spacing: 0.05em;
}
@media (max-width: 1199px) {
    .section-ttl {
        font-size: calc(19px + 13 * (100vw - 320px) / 879);
    }
}
@media (max-width: 767px) {
    .section-ttl {
        margin-bottom: 2rem;
    }
}

.sub {
    font-size: 2.4rem;
}
@media (max-width: 1199px) {
    .sub {
        font-size: calc(15px + 9 * (100vw - 320px) / 879);
    }
}

/* 1.4 Lists
 * ------------------------------*/
ul.disc-list {
    list-style: disc;
    margin: 0 0 0 2.2rem;
    line-height: 2.3;
}

ol.ol-list {
    padding: 0;
    margin: 0 0 0 2.2rem;
    line-height: 2.3;
}
@media (max-width: 767px) {
    ul.disc-list {
        margin-left: 2rem;
    }
    ul.disc-list,
    ol.ol-list {
        line-height: 2;
    }
}

/* 1.5 Other Elements
 * ------------------------------*/
/* 1.5.1 page top ------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 91px;
    height: 91px;
    z-index: 10;
    transition: background-color 400ms;
    background: url(../img/pagetop.png) center center no-repeat;
    background-size: contain;
    text-indent: 100% !important;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
#pagetop:hover {
    opacity: 0.8;
    transition: 0.5s;
}
@media (max-width: 767px) {
    #pagetop {
        width: 60px;
        height: 60px;
    }
}

/* 1.6.2 btn ------------*/
.btn {
    display: block;
    margin: 4rem auto 0;
    padding: 1.5rem 1rem 1.7rem;
    max-width: 470px;
    font-size: 2rem;
    text-align: center;
    position: relative;
    outline: none;
    font-weight: 600;
    text-decoration: none;
    background: #5b90c9;
     color: #fff;
}
.btn:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}
@media (max-width: 1199px) {
    .btn {
        font-size: calc(15px + 5 * (100vw - 320px) / 879);
    }
}
@media (max-width: 767px) {
    .btn {
        max-width: 80%;
        padding: 1rem 0.5rem 1.1rem;
        margin-top: 3rem;
    }
}

.btn-small {
    display: block;
    max-width: 600px;
    background: #1c74be;
    border-radius: 80px;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin: 1.5rem auto 0;
    padding: 0.5rem 0.5rem 0.7rem 2rem;
    font-weight: 600;
    position: relative;
    outline: none;
    transition: all .3s;
    overflow: hidden;
    text-decoration: none;
}
.btn-small.end {
    max-width: 450px;
}
.btn-small.result {
    max-width: 400px;
    background: #5b90c9;
    font-size: 1.8rem;
    margin-top: 3rem;
}
.btn-small:hover,
.btn-small:focus,
.btn-small:active {
  color: #fff;
  text-decoration: none;
  background: #3B7BBF;
}
.btn-small:focus {
    outline: none;
    overflow: hidden;
    text-decoration: none;
}
@media (max-width: 1199px) {
    .btn-small.end {
        max-width: 400px;
    }
}
@media (max-width: 991px) {
    .btn-small {
        max-width: 560px;
    }
}
@media (max-width: 767px) {
    .btn-small {
        max-width: 100% !important;
        font-size: 1.4rem;
        margin: 1rem auto 0;
    }
    .btn-small.result {
         max-width: 100%;
         font-size: 1.4rem;
         margin-top: 2rem;
    }
}

/*---------- icon ----------*/
.icon-window {
    display: block;
    width: 36px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    background: url(../img/icon-window.png) 0 0 no-repeat;
    background-size: contain;
}
.icon-arrow {
    display: block;
    width: 22px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    background: url(../img/icon-arrow.png) 0 0 no-repeat;
    background-size: contain;
}
.zoom {
    position: absolute;
    right: 20px;
    bottom: 15px;
    font-size: 1.2rem;
}
.icon-zoom {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/icon-zoom.png) 0 0 no-repeat;
    background-size: contain;
    vertical-align: -30%;
    margin-right: 0.5rem;
}
@media (max-width: 991px) {
    .zoom {
        font-size: 1.1rem;
    }
}
@media (max-width: 767px) {
    .icon-window {
        width: 21px;
        height: 15px;
        left: 10px;
    }
    .icon-arrow {
        width: 18px;
        height: 20px;
    }
    .zoom {
        font-size: 1rem;
        right: 15px;
        bottom: 10px;
    }
    .icon-zoom {
        width: 15px;
        height: 15px;
        vertical-align: -27%;
    }
}

/* 1.6.3 sns Icon ------------*/
#sns-list {
    width: 60px;
    height: 180px;
    padding: 1rem 2rem 1rem 1rem;
    position: fixed;
    top: calc(200 / 1280 * 100vw);
    right: -10px;
    margin: 0;
    background: #000;
    color: #fff;
    text-align: center;
    z-index: 10010 !important;
    box-sizing: border-box;
}
#sns-list .sub {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
    font-family: "游ゴシック",YuGothic, sans-serif;
}
#sns-list .fa-facebook-f,
#sns-list .fa-twitter,
#sns-list .fa-instagram {
	font-size: 21px !important;
    color: #fff !important;
    margin-top: 1.3rem;
}
#sns-list .fa-facebook-f {
    margin-top: 2.2rem;
}
#sns-list .fa-facebook-f:hover,
#sns-list .fa-twitter:hover,
#sns-list .fa-instagram:hover {
    text-decoration: none !important;
    opacity: 0.8;
    transition: 0.7s;
}
@media (max-width: 767px) {
    #sns-list {
        display: none;
    }
}

.knt_general-set .icon_social {
    padding: 0;
    text-align: right;
}
.knt_general-set .icon_social .line {
    display: inline-block;
    line-height: 23px;
}
.knt_general-set .icon_social .line img {
    vertical-align: top;
}
.knt_general-set .icon_social iframe {
    max-width: 150px !important;
}
.knt_general-set .icon_social .twitter-share-button {
    height: 25px !important;
}

.social {
    margin: 0 auto;
    max-width: 400px;
}
.social .icon_social {
    position: relative;
    right: 0;
    top: 0;
    z-index: 3;
}
.knt_general-set,
.knt_general-set .icon_social .socialBoxON {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
}
.knt_general-set .icon_social .socialBoxON {
	margin-bottom: 3rem;
}
.knt_general-set .icon_social .socialBoxON &gt; iframe {
	margin: 0 5px;
}
@media (max-width: 767px) {
    .knt_general-set .icon_social .socialBoxON {
	    margin-bottom: 1rem;
    }
}

/*-------------------------------
 * 2. HEADER
 * ----------------------------*/
header {
    width: 100vw;
    padding: 0;
    margin: 0;
    -webkit-animation: fadeIn 0.6s ease both;
    animation: fadeIn 0.6s ease both;
}
#result-page header {
    background: #20212c;
    color: #fff;
    padding: 1rem 0 3.5rem;
    text-align: center;
}
#result-page header .sub {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 3rem;
    margin: 1.5rem auto 0;
}
@media (max-width: 767px) {
    #result-page header {
        padding-bottom: 2rem;
    }
    #result-page header .sub {
        font-size: 2rem;
    }
}

.main-visual img {
    width: 100vw;
    height: 100%;
}

/*-------------------------------
 * 3. CONTENTS
 * ----------------------------*/
main {
    margin: 0;
    padding: 0;
}
.wrap {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}
@media (max-width: 1199px) {
    .wrap {
        max-width: 100%;
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
@media (max-width: 480px) {
    .wrap {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

section {
    margin: 0;
    padding: 4rem 0;
}
@media (max-width: 767px) {
    section {
        padding: 2rem 0;
    }
}

.box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}
.col {
    box-sizing: border-box;
}
@media (max-width: 767px) {
    .order1 {
        order: 1;
    }
    .order2 {
        order: 2;
    }
}

/* 3.1 Read
 * ------------------------------*/
#read-wrap {
    background: #20212c;
    color: #fefefd;
}
 #read-wrap .txt {
    font-size: 2rem;
    text-align: center;
    line-height: 2.1;
    margin: 0;
}
#read-wrap .txt-dead {
    max-width: 680px;
    font-size: 2rem;
    text-align: center;
    margin: 3rem auto 4rem;
    background: #dd0000;
    color: #ffee00;
    padding: 0.4rem 0.5rem 0.5rem;
}
@media (max-width: 1199px) {
     #read-wrap .txt {
        font-size: calc(13px + 7 * (100vw - 320px) / 879);
        line-height: 2;
    }
}
@media (max-width: 767px) {
    #read-wrap .txt-dead {
        font-size: calc(13px + 7 * (100vw - 320px) / 447);
        margin: 2rem auto 2rem;
    }
}

/* 3.2 Info
 * ------------------------------*/
#info-wrap {
    background: url(../img/bg01.png) top center no-repeat;
    background-size: cover;
}
#info-wrap .col:nth-of-type(1) {
    width: 70%;
}
#info-wrap .col:nth-of-type(2) {
    width: 30%;
}
#info-wrap .txt {
    margin: 3rem 0;
}
@media (max-width: 767px) {
    #info-wrap .col {
        width: 100% !important;
    }
    #info-wrap .txt {
        margin: 1.5rem 0;
    }
    #info-wrap .col:nth-of-type(2) {
        padding: 2rem 1.5rem 0;
    }
}

/* 3.3 Benefits
 * ------------------------------*/
#benefits-wrap .box {
    background: #40414d;
    color: #fff;
    padding: 3rem 3rem 4rem;
    position: relative;
    margin-bottom: 3rem;
}
#benefits-wrap .box.label01 .col:nth-of-type(1) {
    width: 63%;
    padding-left: 10rem;
}
#benefits-wrap .box.label01 .col:nth-of-type(2) {
    width: 35%;
}
#benefits-wrap .box.label02 {
    padding: 2rem 0 3rem 10rem;
    margin: 0;
}
#benefits-wrap .box.label02 .col:nth-of-type(1) {
    width: 48%;
}
#benefits-wrap .box.label02 .col:nth-of-type(2) {
    width: 48%;
}
#benefits-wrap .box.label02 .col {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}
#benefits-wrap .box.label02 .img {
    width: 48%;
}
#benefits-wrap .box.label02 .txt {
    width: 48%;
}
#benefits-wrap .box.label02.center {
    justify-content: center;
    width: 70%;
    margin: auto;
    padding: 2rem 0 3rem;
}
#benefits-wrap .box.label02.center .col {
    width: 100%;
}
#benefits-wrap .box.label02.center .img {
    width: 70%;
}
#benefits-wrap .box.label02.center .txt {
    width: 26%;
}
#benefits-wrap .box.label02.wide .col:nth-of-type(1) {
    width: 46%;
}
#benefits-wrap .box.label02.wide .col:nth-of-type(2) {
    width: 52%;
}
#benefits-wrap .box.label02.wide .col:nth-of-type(1) .img {
    width: 40%;
}
#benefits-wrap .box.label02.wide .col:nth-of-type(1) .txt {
    width: 56%;
}
@media (max-width: 991px) {
    #benefits-wrap .box.label01 .col:nth-of-type(1),
    #benefits-wrap .box.label02 {
        padding-left: 6rem;
    }
}
@media (max-width: 767px) {
    #benefits-wrap .box {
        padding: 1.5rem 1rem 2rem;
        margin-bottom: 1.5rem;
    }
    #benefits-wrap .box.label01 .col:nth-of-type(1) {
        width: 100%;
        padding: 0;
    }
    #benefits-wrap .box.label01 .col:nth-of-type(2) {
        width: 100%;
        padding: 0 3rem 1.5rem;
    }
    #benefits-wrap .box.label02 {
        padding: 2rem 1rem 0;
    }
    #benefits-wrap .box.label02 .col:nth-of-type(1),
    #benefits-wrap .box.label02 .col:nth-of-type(2) {
        width: 47%;
    }
    #benefits-wrap .box.label02 .img {
        width: 100%;
    }
    #benefits-wrap .box.label02 .txt {
        width: 100%;
        padding-top: 1rem;
    }
    #benefits-wrap .box.label02.center {
        width: 100%;
        padding: 2rem 0 0;
    }
    #benefits-wrap .box.label02.center .col {
        width: 80%;
    }
    #benefits-wrap .box.label02.center .img,
    #benefits-wrap .box.label02.center .txt {
        width: 100%;
    }
    #benefits-wrap .box.label02.wide .col:nth-of-type(1) {
        width: 50%;
    }
    #benefits-wrap .box.label02.wide .col:nth-of-type(2) {
        width: 50%;
    }
    #benefits-wrap .box.label02.wide .col:nth-of-type(1) img {
        width: 70%;
        margin: 0;
    }
    #benefits-wrap .box.label02.wide .col .img,
    #benefits-wrap .box.label02.wide .col .txt {
        width: 100% !important;
    }
    #benefits-wrap .box.label02.wide .col:nth-of-type(2) .txt {
        padding-left: 2rem;
    }
}

#benefits-wrap .ttl {
    font-size: 2rem;
    width: 100%;
    font-weight: 400;
}
#benefits-wrap .sub {
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0 0 3rem;
}
#benefits-wrap .label {
    position: absolute;
    top: 0;
    left: 0;
}
#benefits-wrap .txt-link {
    font-size: 1.6rem;
    width: 100%;
    text-align: center;
}
#benefits-wrap .txt-link a {
    color: #7cb4f1;
}
@media (max-width: 1199px) {
    #benefits-wrap .ttl {
        font-size: calc(14px + 6 * (100vw - 320px) / 879);
    }
    #benefits-wrap .sub,
    #benefits-wrap .txt-link {
        font-size: calc(14px + 2 * (100vw - 320px) / 879);
    }
}
@media (max-width: 991px) {
    #benefits-wrap .label {
        width: calc(140 / 991 * 100vw);
    }
}
@media (max-width: 767px) {
    #benefits-wrap .sub {
        margin-bottom: 1rem;
    }
}
@media (max-width: 480px) {
    #benefits-wrap .label {
        width: calc(100 / 480 * 100vw);
    }
}
@media (max-width: 380px) {
    #benefits-wrap .ttl {
        font-size: calc(12px + 1 * (100vw - 320px) / 60);
    }
    #benefits-wrap .sub,
    #benefits-wrap .txt-link {
        font-size: calc(12px + 1 * (100vw - 320px) / 60);
    }
}

/* 3.4 Step
 * ------------------------------*/
#step-wrap {
    background: url(../img/bg01.png) center center no-repeat;
    background-size: cover;
}
#step-wrap .box {
    background: #bbd5f0;
    align-items: stretch;
    align-content: stretch;
    margin-bottom: 3rem;
    padding: 2.5rem;
}
#step-wrap .box .col:nth-of-type(1) {
    background: #3b7bc0;
    font-size: 2.5rem;
    color: #fff;
    width: 13%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    line-height: 1;
}
#step-wrap .box .col:nth-of-type(1) span {
    display: inline-block;
    margin-top: -0.5rem;
}
#step-wrap .box .col:nth-of-type(2) {
    width: 85%;
    position: relative;
}
@media (max-width: 1199px) {
    #step-wrap .box .col:nth-of-type(1) {
        font-size: calc(17px + 8 * (100vw - 320px) / 879);
    }
}
@media (max-width: 767px) {
    #step-wrap .box {
        margin-bottom: 1.5rem;
        padding: 1.5rem;
    }
    #step-wrap .box .col {
        width: 100% !important;
    }
    #step-wrap .box .col:nth-of-type(1) {
        padding: 1.2rem 0.5rem 0.8rem;
        margin-bottom: 1rem;
    }
}

#step-wrap .img-shirop {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
#step-wrap .txt {
    font-size: 1.8rem;
    margin: 0;
}
@media (max-width: 1199px) {
    #step-wrap .txt {
        font-size: calc(13px + 5 * (100vw - 320px) / 879);
    }
}
@media (max-width: 991px) {
    #step-wrap .img-shirop {
        width: calc(291 / 991 * 100vw);
    }
}
@media (max-width: 480px) {
    #step-wrap .img-shirop {
        width: calc(190 / 480 * 100vw);
    }
}
@media (max-width: 320px) {
    #step-wrap .img-shirop {
        top: 45px;
        width: 115px;
    }
}

#step-wrap .kikan-box dl {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    margin: 0 0 0.5rem;
    padding: 0;
}
#step-wrap .kikan-box dl dt {
    width: 8%;
    margin: 0;
    padding: 0;
    font-weight: 600;
}
#step-wrap .kikan-box dl dd {
    width: 90%;
    margin: -0.5rem 0 0;
    padding: 0;
}
#step-wrap .kikan-box strong {
    font-size: 2rem;
}
#step-wrap .kikan-box strong span {
    font-size: 1.6rem;
}
@media (max-width: 1199px) {
    #step-wrap .kikan-box strong {
        font-size: calc(15px + 5 * (100vw - 320px) / 879);
    }
    #step-wrap .kikan-box strong span {
        font-size: calc(13px + 3 * (100vw - 320px) / 879);
    }
}
@media (max-width: 991px) {
    #step-wrap .kikan-box dl dt {
        width: calc(100 / 991 * 100vw);
    }
    #step-wrap .kikan-box dl dd {
        width: calc(800 / 991 * 100vw);
    }
}
@media (max-width: 767px) {
    #step-wrap .kikan-box dl {
        margin-bottom: 0;
    }
    #step-wrap .kikan-box dl dt {
        width: calc(100 / 767 * 100vw);
    }
    #step-wrap .kikan-box dl dd {
        margin-top: -0.2rem;
        width: calc(570 / 767 * 100vw);
    }
}
@media (max-width: 480px) {
    #step-wrap .kikan-box dl dt {
        width: calc(90 / 480 * 100vw);
    }
    #step-wrap .kikan-box dl dd {
        width: calc(345 / 480 * 100vw);
    }
}

/* 3.5 Judge
 * ------------------------------*/
#judge-wrap .box {
    gap: 0 50px;
}
#judge-wrap .col {
    flex:1;
}
@media (max-width: 1199px) {
    #judge-wrap .box {
        gap: 0 30px;
    }
}
@media (max-width: 480px) {
    #judge-wrap .box {
        gap: 0;
    }
    #judge-wrap .col {
        flex: 100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: flex-start;
        align-content: flex-start;
        margin-bottom: 2rem;
    }
    #judge-wrap .img,
    #judge-wrap .txt {
        width: 48%;
    }
}

#judge-wrap .sub {
    font-size: 2.4rem;
    line-height: 1.3;
    margin: 2.5rem 0 1.5rem;
}
#judge-wrap .sub span {
    font-size: 1.6rem;
    color: #3b7bc0;
}
@media (max-width: 1199px) {
    #judge-wrap .sub {
        font-size: calc(15px + 9 * (100vw - 320px) / 879);
    }
    #judge-wrap .sub span {
        font-size: calc(13px + 3 * (100vw - 320px) / 879);
    }
}
@media (max-width: 480px) {
    #judge-wrap .sub {
        margin: 0 0 0.5rem;
    }
    #judge-wrap p {
        line-height: 1.6;
        margin: 0;
    }
}

/* 3.6 Rrecruitment
 * ------------------------------*/
#recruitment-wrap {
    background: url(../img/bg02.png) bottom center no-repeat;
    background-size: cover;
    height: 600px;
    color: #fff;
    text-align: center;
}
#recruitment-wrap .section-ttl {
    text-shadow: none;
    color: #8eb8e4;
}
#recruitment-wrap .sub {
    font-size: 2rem;
}
@media (max-width: 1199px) {
    #recruitment-wrap {
        height: calc(600 / 1280 * 100vw);
    }
    #recruitment-wrap .sub {
        font-size: calc(14px + 6 * (100vw - 320px) / 879);
    }
}
@media (max-width: 480px) {
    #recruitment-wrap {
        height: calc(300 / 480 * 100vw);
        background-position: bottom right;
    }
}

/* 3.7 About
 * ------------------------------*/
.about-wrap {
    margin-top: 2rem;
}
.about-wrap .box {
    padding: 2rem 1rem 2.5rem;
    border: 10px solid #1c74be;
    position: relative;
    display: block;
}
.about-wrap .sub {
    text-align: center;
    font-size: 2.4rem;
    color: #1c74be;
    font-weight: 700;
}
.about-wrap .sub .small {
    font-size: 2.1rem;
}
.about-wrap .logo-about {
    width: 160px;
    position: absolute;
    top: 15px;
    left: 50px;
}
@media (max-width: 991px) {
    .about-wrap .logo-about {
        width: 110px;
        left: 20px;
    }
}
@media (max-width: 767px) {
    .about-wrap {
        margin-top: 1.5rem;
    }
    .about-wrap .box {
        border-width: 5px;
        padding: 1.3rem 1.5rem 1.5rem;
    }
    .about-wrap .sub {
        font-size: 1.5rem;
    }
    .about-wrap .sub .small {
        font-size: 1.3rem;
    }
    .about-wrap .logo-about {
        width: 90px;
        top: 10px;
        left: 20px;
    }
}
@media (max-width: 480px) {
    .about-wrap .logo-about {
        width: 110px;
        top: -10px;
        left: 0;
        position: relative;
        margin: 0 auto;
    }
}

/* 3.8 Result
 * ------------------------------*/
#result-info-wrap {
    background: url(../img/bg01.png) top center no-repeat;
    background-size: cover;
    padding-bottom: 6rem;
}
@media (max-width: 767px) {
    #result-info-wrap {
        padding-bottom: 3rem;
    }
}

#result-wrap .box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    margin: 0 0 4rem;
}
#result-wrap .box .col {
    width: 49%;
    box-sizing: border-box;
    position: relative;
    background: #40414d;
    color: #fff;
    text-align: center;
}
#result-wrap .box .col.taisho {
    padding: 5rem 5rem 3rem;
}
#result-wrap .box .col.yushu {
    padding: 3rem;
}
#result-wrap .box .col .txt {
    line-height: 1.5;
    margin: 1rem 0 0;
    font-size: 1.5rem;
}
#result-wrap .box .col .txt span {
    font-size: 1.3rem;
}
#result-wrap .box .col .txt span.sup {
    font-size: 1.4rem;
    color: #ff0;
}
#result-wrap .box .col ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    gap: 30px 20px;
}
#result-wrap .box .col ul li {
    width: calc(100% / 3 - 14px);
}
@media (max-width: 991px) {
    #result-wrap .box .col.yushu {
        padding: 2rem;
    }
}
@media (max-width: 767px) {
    #result-wrap {
        padding-bottom: 1rem;
    }
    #result-wrap .box {
        margin-bottom: 1.5rem;
    }
    #result-wrap .box .col {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    #result-wrap .box .col.taisho {
        padding: 3rem 3rem 2rem;
    }
    #result-wrap .box .col.yushu {
        padding: 2rem 1.5rem;
    }
    #result-wrap .box .col .txt {
        font-size: 1.2rem;
        margin-top: 0.7rem;
    }
    #result-wrap .box .col .txt span {
        font-size: 1rem;
    }
    #result-wrap .box .col .txt span.sup {
        font-size: 1.1rem;
    }
    #result-wrap .box .col ul {
        gap: 20px 10px;
    }
    #result-wrap .box .col ul li {
        width: calc(100% / 3 - 7px);
    }
}

#result-wrap .label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
@media (max-width: 991px) {
    #result-wrap .label {
        width: calc(140 / 991 * 100vw);
    }
}
@media (max-width: 480px) {
    #result-wrap .label {
        width: calc(100 / 480 * 100vw);
    }
}

#result-judge-wrap {
    background: #f2f3f6;
    padding-bottom: 7rem;
}
#result-judge-wrap .box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    margin: 0 0 6rem;
}
#result-judge-wrap .box .img {
    width: 30%;
    box-sizing: border-box;
}
#result-judge-wrap .box .txt {
    width: 66%;
    box-sizing: border-box;
}
#result-judge-wrap .box .txt p {
    margin-top: 0;
}
@media (max-width: 767px) {
    #result-judge-wrap {
        padding-bottom: 3.5rem;
    }
    #result-judge-wrap .box {
        margin-bottom: 3rem;
    }
    #result-judge-wrap .box .img {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    #result-judge-wrap .box .img img {
        max-width: 60%;
    }
    #result-judge-wrap .box .txt {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
    }
}

#result-judge-wrap .sub {
    font-size: 2.4rem;
    line-height: 1.3;
    margin: 2rem 0 0;
}
#result-judge-wrap .sub span {
    display: inline-block;
    margin-left: 2rem;
    font-size: 1.6rem;
    color: #3b7bc0;
}
@media (max-width: 1199px) {
    #result-judge-wrap .sub {
        font-size: calc(15px + 9 * (100vw - 320px) / 879);
    }
    #result-judge-wrap .sub span {
        font-size: calc(13px + 3 * (100vw - 320px) / 879);
    }
}
@media (max-width: 767px) {
    #result-judge-wrap .sub {
        margin: 0 auto 1.2rem;
        text-align: center;
    }
    #result-judge-wrap p {
        line-height: 1.6;
        margin: 0;
    }
}

/*----- modaal -----*/
@media only screen and (max-width: 480px) {
    .modaal-gallery-control {
        bottom: -30px;
        width: 30px;
	    height: 30px;
    }
    .modaal-gallery-control:focus,
    .modaal-gallery-control:hover {
        background: none;
    }
    .modaal-gallery-next {
        right: 20px;
    }
    .modaal-gallery-prev {
        left: 0;
    }
}

/*-------------------------------
 * 4. FOOTER
 * ----------------------------*/
footer {
    margin: 0;
    padding: 1.5rem 0 3rem;
    text-align: center;
}
footer .copy {
    color: #5d5d5d;
    font-family: "游ゴシック",YuGothic, sans-serif;
    font-weight: 600;
}
@media (max-width: 767px) {
    footer {
        padding: 1.5rem 0 7rem;
    }
}

/*-------------------------------
 * 5. INTERACTIONS
 * ----------------------------*/
.opacity:hover {
  opacity: 0.75;
  transition: 0.7s;
}

/*--------- keyframes --------- */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
</pre></body></html>