/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

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

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */



/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*--------------------------------------------------------------------------------
layout
--------------------------------------------------------------------------------*/
/* common
------------------------------------------------------*/
* {
    box-sizing: border-box;
}
body {
    font-size: 16px;
    color: #222;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','メイリオ', Meiryo,'MS ゴシック',sans-serif;
}
a {
    display: block;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
.sp-on {
    display: none;
}
@media screen and (max-width: 1023px){
    body {
        font-size: 13px;
    }
    .sp-on {
        display: block;
    }
    .sp-off {
        display: none;
    }
}
.container {
    padding-top: 90px;
}

/*header
------------------------------------------------------*/
.header {
    display: block;
    width: 100%;
    height: 90px;
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.header a {
    transition: .2s;
}
.header a:hover {
    opacity: .7;
}
.header__inner {
    display: block;
    height: 90px;
    overflow: hidden;
}
.header_logo {
    width: 237px;
    height: 64px;
    margin: 13px 0 0 30px;
    float: left;
}
.nav {
    width: 988px;
    float: right;
}
.gnav {
    display: block;
    overflow: hidden;
}
.gnav li {
    float: left;
}
.gnav li:nth-child(1),
.gnav li:nth-child(2),
.gnav li:nth-child(3),
.gnav li:nth-child(4),
.gnav li:nth-child(5) {
    padding-top: 30px;
}
.gnav li a {
    font-size: 16px;
    font-weight: 300;
    padding: 0 28px;
    line-height: 2;
}
.gnav_entry,
.gnav_contact {
    width: 190px;
    height: 90px;
    text-align: center;
}
li.gnav_entry a,
li.gnav_contact a {
    height: 90px;
    background-color: #F46117;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding: 15px 10px 0;
}
li.gnav_contact a {
    background-color: #00A7EA;
}
li.gnav_entry span,
li.gnav_contact span {
    display: inline-block;
    background-color: #fff;
    font-size: 13px;
    color: #F46117;
    line-height: 20px;
    padding: 2px 26px 3px;
    border-radius: 30px;
}
li.gnav_contact span {
    color: #00A7EA;
}
.gnav_splogo {
    display: none;
}
.humBtn {
    display: none;
}
.entryBtn {
    display: block;
    width: 146px;
    height: 146px;
    border-radius: 50%;
    position: fixed;
    top: calc(100vh - 288px);
    left: calc(100% - 196px);
    z-index: 100;
}
.entryBtn a {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: .2s;
}
.entryBtn a:hover {
    transform: scale(0.97);
    transform-origin: center bottom;
    opacity: 1;
}
.spMenuLayer {
    display: none;
}
.toTop {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: fixed;
    top: calc(100vh - 125px);
    left: calc(100% - 158px);
    z-index: 100;
}
.toTop a {
    display: block;
    transition: .2s;
}
.toTop a:hover {
    transform: scale(0.98) translateY(2px);
}
@media screen and (min-width: 1442px){
    .nav {
        width: 1158px;
    }
    .gnav_entry {
        margin-left: 50px;
    }
}
@media screen and (max-width: 1441px){
    .header_logo {
        margin: 13px 0 0 10px;
    }
    .nav {
        width: calc(100% - 247px);
        text-align: right;
    }
    .gnav {
        display: inline-block;
    }
    .gnav_entry,
    .gnav_contact {
        width: 130px;
    }
    li.gnav_entry a,
    li.gnav_contact a {
        padding: 15px 0 0;
        font-size: 18px;
    }
    .gnav li:not(.gnav_entry):not(.gnav_contact) a {
        padding: 0 25px;
    }
    @media screen and (max-width: 1220px){
        .gnav li:not(.gnav_entry):not(.gnav_contact) a {
            padding: 0 20px;
        }
        li.gnav_entry,
        li.gnav_contact {
            width: 110px;
        }
        li.gnav_entry a,
        li.gnav_contact a {
            font-size: 16px;
        }
        li.gnav_entry span, li.gnav_contact span {
            padding: 2px 10px;
            font-size: 11px;
        }
        @media screen and (max-width: 1140px){
            .gnav li:not(.gnav_entry):not(.gnav_contact) a {
                padding: 0 15px;
                font-size: 14px;
            }
            li.gnav_entry,
            li.gnav_contact {
                width: 90px;
            }
            li.gnav_entry a,
            li.gnav_contact a {
                font-size: 14px;
            }
        }
    }
}
@media screen and (max-width: 1023px){
    .header {
        height: 80px;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
        z-index: 1000;
    }
    .header__inner {
        height: 80px;
    }
    .header_logo {
        width: 178px;
        height: 46px;
        margin: 17px 0 0 20px;
    }
    .nav {
        width: 100%;
        float: none;
        background-color: #0C3463;
        padding-bottom: 18px;
        position: fixed;
        top: 0;
        left: 120vw;
        z-index: 1001;
        text-align: center;
        transition: .3s;
    }
    body.spMenuOpend .nav {
        left: 20px;
    }
    .gnav {
        display: block;
        padding-top: 88px;
    }
    .gnav li {
        float: none;
    }
    .gnav li:nth-child(1) {padding-top: 0;}
    .gnav li:nth-child(2),
    .gnav li:nth-child(3),
    .gnav li:nth-child(4) {
        padding-top: 30px;
    }
    .gnav li a {
        font-size: 18px;
        font-weight: 600;
        padding: 0;
        line-height: 29px;
        color: #fff;
    }
    .gnav li:not(.gnav_entry):not(.gnav_contact) a {
        font-size: 18px;
    }
    li.gnav_entry,
    li.gnav_contact {
        width: 270px;
        height: 70px;
        margin: 0 auto 24px;
    }
    li.gnav_entry {
        margin-top: 46px;
    }
    li.gnav_entry a,
    li.gnav_contact a {
        font-size: 20px;
        height: 70px;
        padding: 30px 0 8px;
        border-radius: 45px;
        position: relative;
    }
    li.gnav_entry a span,
    li.gnav_contact a span {
        font-size: 13px;
        background-color: inherit;
        color: #fff !important;
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
    }
    li.gnav_entry a:after,
    li.gnav_contact a:after {
        display: block;
        content: "";
        width: 16px;
        height: 16px;
        background-image: url(/recruit/fresh/img/icon_arrow_orange.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: absolute;
        top: calc(50% - 8px);
        right: 45px;
    }
    li.gnav_contact a:after {
        background-image: url(/recruit/fresh/img/icon_arrow_blue.png);
    }
    .gnav_splogo {
        display: block;
        width: 127px;
        height: 30px;
        margin: 48px auto 0;
    }
    .gnav_splogo a {
        padding: 0 !important;
    }
    .humBtn {
        display: block;
        width: 66px;
        height: 80px;
        padding: 29px 21px;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 10000;
        cursor: pointer;
    }
    .humBtn span {
        width: 23px;
        height: 2px;
        background-color: #000;
        position: absolute;
        top: 29px;
        left: 21px;
    }
    .humBtn span:nth-child(2) {top: 39px;}
    .humBtn span:nth-child(3) {top: 49px;}
    body.spMenuOpend .humBtn span {
        background-color: #fff;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }
    body.spMenuOpend .humBtn span:nth-child(1) {transform: rotate(-45deg);}
    body.spMenuOpend .humBtn span:nth-child(2) {opacity: 0;}
    body.spMenuOpend .humBtn span:nth-child(3) {transform: rotate(45deg);}
    .entryBtn {
        display: block;
        width: 87px;
        height: 87px;
        top: inherit;
        left: inherit;
        right: 10px;
        bottom: 70px;
        z-index: 100;
    }
    .container {
        padding-top: 80px;
    }
    body.spMenuOpend .spMenyLayer {
        width: 100vw;
        height: 100vh;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
    }
    body.spMenuOpend .entryBtn {
        display: none;
    }
    body.spMenuOpend .header {
        box-shadow: none;
    }
    .toTop {
        width: 44px;
        height: 44px;
        top: inherit;
        bottom: 10px;
        left: calc(100% - 72px);
    }
}



/* mvArea
------------------------------------------------------*/
.mvArea {
    display: block;
    background-color: #0C3463;
}
@media screen and (max-width: 1023px){
    .mvArea  {
        margin-bottom: 56px;
    }
    .mvArea .img img {
        width: 100%;
        margin: 0 auto;
    }
}
/* conceptArea
------------------------------------------------------*/
.h2 {
    width: 961px;
    height: 240px;
    background-image: url(/recruit/fresh/img/title_concept.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 240px;
    color: #0C3463;
    margin: 0 auto 40px;
}
.lead {
    font-size: 50px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #0C3463;
    font-weight: 800;
    margin-bottom: 131px;
}
.text_orange {
    color: #F46117;
}
.size65 {
    font-size: 65px;
}
.conceptArea {
    overflow: hidden;
}
.conceptArea .h2 {
    margin-top: 48px;
}
.conceptBgBlock {
    max-width: 1309px;
    margin: 0 auto;
    position: relative;
}
.conceptBgBlock:after {
    display: block;
    content: "";
    width: 1000%;
    height: 340px;
    background-color: #0C3463;
    position: absolute;
    top: -65px;
    left: 240px;
    z-index: -1;
}
.conceptBgInner {
    display: block;
    overflow: hidden;
}
.conceptBgInner .leftImg {
    width: 51.56%;
    float: left;
}
.conceptBgInner .leftImg img {
    border-radius: 5px;
}
.conceptBgInner .textBlock {
    width: 44.92%;
    float: right;
}
.conceptBgInner .textBlock .text {
    font-size: 22px;
    line-height: 2;
    font-weight: 600;
    color: #fff;
    margin-bottom: 47px;
    padding-right: 20px;
}
@media screen and (max-width: 1023px){
    .h2 {
        width: calc(100% - 40px);
        margin-top: 56px;
        height: 84px;
        font-size: 14px;
        line-height: 84px;
        margin: 0 auto 24px;
    }
    .lead {
        font-size: 25px;
        margin-bottom: 43px;
        line-height: 1.37;
    }
    .size65 {
        font-size: 39px;
        margin-right: -18px;
    }
    .conceptArea {
        overflow: visible;
    }
    .conceptArea .h2 {
        margin-top: 56px;
    }
    .conceptBgBlock {
        max-width: 100%;
        overflow: hidden;
    }
    .conceptBgBlock:after {
        width: 100%;
        height: calc(100% - 95px);
        top: 40px;
        left: 17%;
    }
    .conceptBgInner .leftImg {
        width: 82.9%;
        float: none;
    }
    .conceptBgInner .textBlock {
        width: 100%;
        float: none;
    }
    .conceptBgInner .textBlock .text {
        width: calc(247px + 24.5%);
        font-size: 13px;
        margin-bottom: 32px;
        padding-right: 0;
        margin-top: 32px;
        padding-left: 24.5%;
    }
    .conceptBgInner .textBlock .img {
        padding-left: 38px;
    }
}
/* cultureArea
------------------------------------------------------*/
.cultureArea {
    padding-top: 48px;
    overflow: hidden;
}
.cultureArea .h2 {
    background-image: url(/recruit/fresh/img/title_culture.png);;
}
.cultureArea .lead {
    padding-left: 14px;
    position: relative;
}
.cultureArea .lead:before {
    display: block;
    content: "";
    width: 50px;
    height: 52px;
    background: url(/recruit/fresh/img/culture_icon.png) no-repeat center / cover;
    position: absolute;
    top: -38px;
    left: calc(50% - 9.1em);
}
.cultureArea .lead .leadInner {
    display: inline;
    background: linear-gradient(transparent 70%, rgba(0, 167, 234, .7) 60%);;
}
.cultureLinkList {
    display: flex;
    justify-content: space-between;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto 100px;
}
.cultureLinkList li {
    max-width: 350px;
}
.cultureLinkList li:nth-child(2) {
    margin: 0 20px;
}
.cultureLinkList li a {
    transition: .2s;
}
.cultureLinkList li a:hover {
    transform: scale(0.98) translateY(2px);
}
@media screen and (max-width: 1023px){
    .cultureArea {
        padding-top: 56px;
    }
    .cultureArea .lead {
        padding-left: 0;
        line-height: 50px;
    }
    .cultureArea .lead:before {
        width: 15px;
        height: 17px;
        top: -3px;
        left: calc(50% - 4.1em);
    }
    .cultureLinkList {
        display: block;
        max-width: 260px;
        padding: 0;
        margin: 0 auto 56px;
    }
    .cultureLinkList li {
        max-width: 100%;
    }
    .cultureLinkList li:nth-child(2) {
        margin: 32px 0;
    }
}
/* point1 */
.point1Block {
    background-color: rgba(255, 122, 0, .08);
    padding-bottom: 100px;
}
.h3 {
    display: flex;
    width: 100%;
    height: 180px;
    background: linear-gradient(to right, #FF7A00, #FFD15C);
    color: #fff;
    margin-bottom: 100px;
}
.h3Inner {
    display: flex;
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    justify-content: start;
    align-items: center;
}
.h3 .point {
    font-family: 'Century Gothic', Futura;
    font-weight: 300;
    font-size: 40px;
}
.h3 .num {
    font-family: 'Century Gothic', Futura;
    font-weight: 800;
    font-size: 120px;
    letter-spacing: -0.05em;
    margin: 0 48px 0 16px;
}
.h3 .title {
    display: inline-block;
    font-size: 55px;
    font-weight: 800;
    padding-left: 48px;
    border-left: 2px solid #fff;
}
.h4 {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto 36px;
    font-size: 35px;
    font-weight: 800;
    line-height: 53px;
    color: #FF7A00;
    padding-left: 70px;
    position: relative;
}
.h4:before {
    display: block;
    content: "";
    width: 34px;
    height: 34px;
    background: url(/recruit/fresh/img/icon_check_orange.png) no-repeat center / cover;
    position: absolute;
    top: 10px;
    left: 20px;
}
.point1BgBox {
    width: 100%;
    position: relative;
    margin: 0 auto 100px;
}
.point1BgWhite {
    display: block;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px 0;
}
.point1BgWhite .textBlock {
    width: 723px;
    padding: 70px 0 60px;
    position: relative;
}
.point1BgWhite .textBlock:before {
    display: block;
    content: "";
    width: 200vw;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: -147px;
}
.point1BgWhite .textBlock:after {
    display: block;
    content: "";
    width: 592px;
    height: 523px;
    background: url(/recruit/fresh/img/culture_bg_1.png) no-repeat center / cover;
    position: absolute;
    top: -126px;
    left: calc(100% - 20px);
}
.h5 {
    font-size: 28px;
    font-weight: 600;
    line-height: 45px;
    margin: 0 0 21px;
    position: relative;
    z-index: 1;
}
.h5 span {
    display: inline-block;
    font-size: 22px;
    line-height: 35px;
    color: #fff;
    background-color: #FF7A00;
    text-align: center;
    padding: 5px 21px 2px;
    border-radius: 5px;
    margin-right: 24px;
}
.point1BgWhite .text {
    max-width: 723px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}
.point1List {
    display: flex;
    max-width: 1220px;
    margin: 0 auto 92px;
    padding: 0 20px;
    justify-content: space-between;
}
.point1List li {
    width: 350px;
}
.point1List li:nth-child(2) {
    margin: 0 20px;
}
.point1List .img {
    margin-bottom: 24px;
}
.point1List .title {
    height: 58px;
    font-size: 18px;
    color: #FF7A00;
    line-height: 1.62;
    font-weight: 600;
    margin-bottom: 16px;
}
.point1List .text {
    font-size: 16px;
    line-height: 1.6;
}
.bgWhiteTextBlock {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px;
}
.bgWhiteTextBlock .text {
    background-color: #fff;
    padding: 47px 20px 41px;
    color: #FF7A00;
    font-size: 35px;
    font-weight: 600;
    line-height: 56px;
    text-align: center;
}
@media screen and (max-width: 1023px){
    .point1Block {
        padding-bottom: 56px;
    }
    .h3 {
        height: 100px;
        margin-bottom: 48px;
    }
    .h3Inner {
        max-width: 100%;
        padding: 20px 0 20px 20px;
    }
    .h3 .point {
        font-size: 20px;
    }
    .h3 .num {
        font-size: 49px;
        margin: 0 16px 0 6px;
    }
    .h3 .title {
        font-size: 25px;
        padding-left: 16px;
    }
    .h4 {
        max-width: 100%;
        font-size: 20px;
        line-height: 32px;
        padding-left: 54px;
    }
    .h4:before {
        width: 23px;
        height: 23px;
        top: 5px;
        left: 15px;
    }
    .point1BgBox {
        margin: 0 auto 171px;
    }
    .point1BgWhite {
        max-width: 100%;
        padding: 0 27px 0 20px;
    }
    .point1BgWhite .textBlock {
        width: 100%;
        padding: 40px 0 82px;
    }
    .point1BgWhite .textBlock:before {
        width: 100vw;
        right: -10px;
    }
    .point1BgWhite .textBlock:after {
        width: 241px;
        height: 213px;
        top: calc(100% - 88px);
        left: inherit;
        right: 0;
    }
    .h5 {
        font-size: 18px;
        line-height: 29px;
    }
    .h5 span {
        display: block;
        width: 80px;
        font-size: 14px;
        line-height: 28px;
        padding: 0 12px;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .point1BgWhite .text {
        max-width: 95%;
        font-size: 13px;
        line-height: 1.7;
    }
    .point1List {
        display: block;
        max-width: calc(100% - 40px);
        margin: 0 auto 48px;
        padding: 0;
    }
    .point1List li {
        width: 100%;
    }
    .point1List li:nth-child(2) {
        margin: 40px 0;
    }
    .point1List .img {
        width: 240px;
        margin: 0 auto 24px;
    }
    .point1List .title {
        height: inherit;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 4px;
    }
    .point1List .text {
        font-size: 13px;
        line-height: 1.7;
    }
    .bgWhiteTextBlock {
        max-width: 100%;
    }
    .bgWhiteTextBlock .text {
        padding: 33px 14px;
        font-size: 18px;
        line-height: 1.7;
        text-align: left;
    }
}
/* point2 */
.point2Block {
    background-color: rgba(57, 175, 83, 0.08);
    padding-bottom: 120px;
}
.point2Block .h3 {
    background: linear-gradient(to right, #39AF53, #26E88B);
}
.point2Block .h4 {
    color: #39AF53;
    margin-bottom: 37px;
}
.point2Block .h4:before {
    background-image: url(/recruit/fresh/img/icon_check_green.png);
}
.point2BgBox {
    display: block;
    max-width: 1220px;
    margin: 0 auto 80px;
    padding: 0 20px;
    text-align: right;
}
.point2BgWhite {
    display: inline-block;
    width: 590px;
    text-align: left;
}
.point2BgWhite .textBlock {
    display: block;
    position: relative;
    padding: 61px 0 53px;
}
.point2BgWhite .textBlock:before {
    display: block;
    content: "";
    width: 624px;
    height: 341px;
    background: url(/recruit/fresh/img/culture_bg_2.png) no-repeat center / contain;
    position: absolute;
    top: -140px;
    left: -640px;
    z-index: 1;
}
.point2BgWhite .textBlock:after {
    display: block;
    content: "";
    width: 200vw;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -256px;
}
.point2BgWhite .h5 {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #39AF53;
}
.point2BgWhite .text {
    font-size: 18px;
    font-weight: 300;
    line-height: 29px;
    position: relative;
    z-index: 1;
}
.point2BgBox + .img {
    max-width: 1195px;
    margin: 0 auto 80px;
    padding: 0 20px;
}
.commentBlock {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px;
}
.h4_comment {
    display: inline-block;
    font-size: 28px;
    color: #fff;
    font-weight: 800;
    line-height: 70px;
    padding: 0 35px;
    background-color: #0C483F;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 40px;
}
.h4_comment span {
    display: inline-block;
    width: 42px;
    height: 42px;
    margin-left: 16px;
}
.h4_comment span img {
    vertical-align: middle;
}
.commentList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.commentList li {
    display: flex;
    justify-content: space-between;
    width: 47.5%;
    max-width: 560px;
}
.commentList li .img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    order: 2;
}
.commentList li .commentBox {
    display: block;
    max-width: 400px;
    width: calc(100% - (130px + 30px));
    height: fit-content;
    background-color: #fff;
    padding: 18px 21px 18px 19px;
    position: relative;
    border-radius: 5px;
}
.commentList li .commentBox:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid #fff;
    border-bottom: 15px solid #fff;
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    left: calc(100% - 8px);
    top: calc(50% - 15px);
}
.commentList li .text {
    font-size: 18px;
    font-weight: 300;
    line-height: 29px;
}
@media screen and (max-width: 1023px){
    .point2Block {
        padding-bottom: 56px;
    }
    .point2BgBox {
        max-width: 100%;
        margin: 0 auto 115px;
        padding: 0 20px;
        text-align: left;
    }
    .point2BgWhite {
        display: block;
        width: 100%;
    }
    .point2BgWhite .h4 {
        padding-left: 39px;
    }
    .point2BgWhite .h4:before {
        left: 0;
    }
    .point2BgWhite .textBlock {
        padding: 40px 33px 75px 0;
    }
    .point2BgWhite .textBlock:before {
        width: 280px;
        height: 148px;
        top: calc(100% - 80px);
        left: inherit;
        right: 0;
    }
    .point2BgWhite .textBlock:after {
        width: calc(100% + 20px);
        left: -20px;
    }
    .point2BgWhite .h5 {
        font-size: 18px;
        line-height: 29px;
        margin-bottom: 10px;
    }
    .point2BgWhite .text {
        font-size: 13px;
        line-height: 22px;
    }
    .point2BgBox + .img {
        max-width: 100%;
        margin: 0 auto 47px;
    }
    .commentBlock {
        max-width: calc(100% - 40px);
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }
    .h4_comment {
        display: inline-block;
        font-size: 16px;
        line-height: 40px;
        padding: 0 17px;
        margin-bottom: 24px;
        border-radius: 5px;
    }
    .h4_comment span {
        width: 24px;
        height: 24px;
        margin-left: 8px;
    }
    .commentList {
        display: block;
    }
    .commentList li {
        align-items: center;
        width: 100%;
        max-width:335px;
        background-color: #fff;
        padding: 16px 12px;
        border-radius: 5px;
        margin: 0 auto;
        text-align: left;
    }
    .commentList li + li {
        margin-top: 16px;
    }
    .commentList li .img {
        width: 80px;
        height: 80px;
    }
    .commentList li .commentBox {
        max-width: 100%;
        width: 216px;
        padding: 0;
        position: inherit;
        border-radius: 0;
    }
    .commentList li .commentBox:after {
        display: none;
    }
    .commentList li .text {
        font-size: 13px;
        line-height: 21px;
    }
}
/* point3 */
.point3Block {
    background-color: rgba(8, 106, 220, 0.08);
    padding-bottom: 100px;
}
.point3Block .h3 {
    background: linear-gradient(to right, #086ADC, #30C4FF);
}
.point3Block .h4 {
    color: #086ADC;
}
.point3Block .h5 {
    color: #0C3463;
    font-size: 22px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 25px;
}
.point3Block .h4:before {
    background-image: url(/recruit/fresh/img/icon_check_blue.png);
}
.point3BgBox {
    width: 100%;
    position: relative;
    margin: 0 auto 100px;
}
.point3BgWhite {
    display: block;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px 0;
}
.point3BgWhite .textBlock {
    width: 710px;
    padding: 56px 0 52px;
    position: relative;
}
.point3BgWhite .textBlock:before {
    display: block;
    content: "";
    width: 200vw;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: -147px;
}
.point3BgWhite .textBlock:after {
    display: block;
    content: "";
    width: 689px;
    height: 561px;
    background: url(/recruit/fresh/img/culture_bg_3.png) no-repeat center / cover;
    position: absolute;
    top: -166px;
    left: calc(100% - 185px);
}
.point3List {
    display: block;
    position: relative;
}
.point3List dt {
    display: inline-block;
    color: #fff;
    background-color: #086ADC;
    font-size: 22px;
    font-weight: 600;
    line-height: 42px;
    padding: 0 24px;
    margin-bottom: 16px;
    border-radius: 5px;
}
.point3List dd {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}
.point3List dd + dt {
    margin-top: 28px;
}

.point3BgBox2 {
    display: block;
    max-width: 1220px;
    margin: 120px auto 80px;
    padding: 0 20px;
    text-align: right;
}
.point3BgWhite2 {
    display: inline-block;
    width: 612px;
    text-align: left;
}
.point3BgWhite2 .textBlock {
    display: block;
    position: relative;
    padding: 82px 0 79px;
}
.point3BgWhite2 .textBlock:before {
    display: block;
    content: "";
    width: 600px;
    height: 400px;
    background: url(/recruit/fresh/img/culture_img_8.png) no-repeat center / contain;
    position: absolute;
    bottom: 46px;
    left: -640px;
    z-index: 1;
}
.point3BgWhite2 .textBlock:after {
    display: block;
    content: "";
    width: 200vw;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -256px;
}
.point3BgWhite2 .h5 {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 26px;
    font-weight: 600;
    color: #0C3463;
}
.point3BgWhite2 .text {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    position: relative;
    z-index: 1;
}
.point3Block .h4_comment {
    background-color: #074184;
}
.point3Block .commentList li:nth-child(n + 3) {
    margin-top: 32px;
}
@media screen and (max-width: 1023px){
    .point3Block {
        padding-bottom: 48px;
    }
    .point3Block .h5 {
        font-size: 18px;
        line-height: 29px;
    }
    .point3BgBox {
        margin: 0 auto 174px;
    }
    .point3BgWhite {
        max-width: 100%;
        text-align: center;
    }
    .point3BgWhite .textBlock {
        width: 100%;
        padding: 40px 0;
    }
    .point3BgWhite .textBlock:before {
        width: calc(100% + 40px);
        right: inherit;
        left: -40px;
    }
    .point3BgWhite .textBlock:after {
        width: 243px;
        height: 198px;
        top: calc(100% - 40px);
        left: inherit;
        right: 0;
    }
    .point3List {
        padding-right: 27px;
    }
    .point3List dt {
        font-size: 16px;;
        line-height: 35px;
        padding: 0 16px;
        margin-bottom: 8px;
    }
    .point3List dd {
        font-size: 13px;
        line-height: 1.7;
    }
    .point3List dd + dt {
        margin-top: 24px;
    }

    .point3BgBox2 {
        max-width: 100%;
        margin: 48px auto 192px;
        padding: 0;
        text-align: left;
    }
    .point3BgWhite2 {
        width: 100%;
        padding: 0 20px;
    }
    .point3BgWhite2 .textBlock {
        padding: 40px 24px 68px 0;
        text-align: center;
    }
    .point3BgWhite2 .textBlock:before {
        width: 290px;
        height: 193px;
        bottom: inherit;
        left: inherit;
        top: calc(100% - 41px);
        right: -20px;
    }
    .point3BgWhite2 .textBlock:after {
        width: calc(100% + 40px);
        left: -40px;
    }
    .point3BgWhite2 .h5 {
        font-size: 18px;
        line-height: 29px;
        margin-bottom: 16px;
    }
    .point3BgWhite2 .text {
        font-size: 13px;
        line-height: 1.7;
    }
    .point3Block .commentList li:nth-child(n + 3) {
        margin-top: 16px;
    }
}

/* interviewArea
-------------------------------------------------------------------- */
.interviewArea {
    background-color: #F5F5F5;
    padding-bottom: 53px;
}
.interviewArea .h2 {
    background-image: url(/recruit/fresh/img/title_interview.png);
    margin-bottom: 0;
}
.interviewArea .lead {
    font-size: 55px;
    line-height: 1.6;
    margin-bottom: 25px;
}
.interviewArea .lead span {
    display: block;
    font-size: 35px;
    letter-spacing: 0.03em;
}
.interviewArea .lead + .text {
    font-size: 22px;
    font-weight: 300;
    line-height: 35px;
    text-align: center;
    margin-bottom: 60px;
}
.interviewList {
    display: flex;
    max-width: calc(1280px + 100px);
    width: 100%;
    padding: 50px;
    justify-content: space-between;
    background-color: #fff;
    margin: 0 auto 64px;
}
.interviewList li {
    width: 232px;
}
.interviewList .img {
    margin-bottom: 16px;
}
.interviewList .title {
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 29px;
    font-weight: 800;
    color: #FF681C;
    padding-bottom: 10px;
    border-bottom: 1px solid #FF681C;
    margin-bottom: 16px;
}
.interviewList .group {
    font-size: 16px;
    font-weight: 600;
    color: #0C3463;
    line-height: 26px;
    margin-bottom: 6px;
}
.interviewList .text {
    font-size: 16px;
    line-height: 1.625;
    font-weight: 300;
}
.pushText {
    font-size: 35px;
    font-weight: 800;
    line-height: 66px;
    color: #0C3463;
    text-align: center;
}
.pushText span {
    display: block;
}
@media screen and (max-width: 1023px){
    .interviewArea {
        padding-bottom: 40px;
        padding-top: 56px;
    }
    .interviewArea .lead {
        font-size: 31px;
        margin-bottom: 15px;
    }
    .interviewArea .lead span {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .interviewArea .lead + .text {
        font-size: 13px;
        line-height: 21px;
        margin-bottom: 37px;
    }
    .interviewList {
        display: block;
        max-width: calc(100% - 40px);
        padding: 24px 10px 20px 14px;
        margin: 0 auto 40px;
    }
    .interviewList li {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .interviewList li + li {
        margin-top: 28px;
    }
    .interviewList .img {
        width: 90px;
        height: 90px;
        margin-bottom: 0;
        margin-right: 16px;
    }
    .interviewList .textBlock {
        width: calc(100% - 90px - 16px);
    }
    .interviewList .title {
        display: inline-block;
        font-size: 18px;
        margin-bottom: 8px;
    }
    .interviewList .group {
        font-size: 14px;
        line-height: 22px;
    }
    .interviewList .text {
        font-size: 13px;
        line-height: 21px;
    }
    .pushText {
        font-size: 20px;
        line-height: 1.7;
    }
}
/* entryArea
---------------------------------------------------------------------------- */
.entryArea {
    display: block;
    width: 100%;
    background: url(/recruit/fresh/img/entry_bg.png) no-repeat center / cover;
    padding: 140px 0;
    text-align: center;
}
.entryArea .text {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 40px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}
.entryArea .text .big {
    font-size: 44px;
}
.entryArea .text .line_green {
    display: inline;
    background: linear-gradient(transparent 70%, #39AF53 60%);
}
.btnList {
    max-width: 1040px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.btnList li {
    width: 450px;
    border-radius: 20px;
}
.btnList li a {
    font-size: 28px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
    padding: 29px 0 26px;
    color: #fff;
    background-color: #39AF53;
    position: relative;
    box-shadow: 10px 10px 4px rgba(0, 0, 0, .4);
    border-radius: 20px;
    transition: .1s;
}
.btnList li a:hover {
    transform: scale(0.98) translateY(2px);
    box-shadow: none;
}
.btnList li a:after {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 7px);
    right: 70px;
}
.btnList li:nth-child(2) a {
    background-color: #fff;
    color: #39AF53;
}
.btnList li:nth-child(2) a:after {
    border-color: #39AF53;
    right: 50px;
}
@media screen and (max-width: 1023px){
    .entryArea {
        background: url(/recruit/fresh/img/entry_bg_sp.png) no-repeat center / cover;
        padding: 80px 20px 100px;
    }
    .entryArea .text {
        font-size: 18px;
    }
    .entryArea .text .big {
        font-size: 25px;
    }
    .btnList {
        max-width: 300px;
        display: block;
    }
    .btnList li {
        width: 100%;
    }
    .btnList li + li {
        margin-top: 24px;
    }
    .btnList li a {
        font-size: 18px;
        line-height: 29px;
        padding: 18px 0 17px;
        border-radius: 10px;
    }
    .btnList li a:after {
        width: 10px;
        height: 10px;
        top: calc(50% - 5px);
        right: 50px;
    }
    .btnList li:nth-child(2) a:after {
        right: 30px;
    }
}
/* infoArea
--------------------------------------------------------------------- */
.infoArea {
    background-color: #F5F5F5;
    padding: 80px 0;
}
.infoInner {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px;
}
.h3-info {
    font-size: 28px;
    font-weight: 600;
    line-height: 45px;
    color: #000;
}
.terms .h3-info {
    margin-bottom: 37px;
    text-align: center;
}
.infoTable {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 76px;
}
.infoTable th,
.infoTable td {
    padding: 21px 20px 21px 56px;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #000;
    border: 1px solid #9D9D9D;
}
.infoTable tr:nth-child(odd) {
    background-color: #E8E8E8;
}
.infoTable tr:nth-child(even) {
    background-color: #FFFFFF;
}
.infoTable th {
    width: 200px;
    text-align: center;
    vertical-align: middle;
    padding-left: 0;
    padding-right: 0;
}
@media screen and (max-width: 1023px){
    .infoArea {
        padding: 56px 0;
    }
    .infoInner {
        max-width: 100%;
    }
    .h3-info {
        font-size: 18px;
        line-height: 29px;
    }
    .terms .h3-info {
        margin-bottom: 22px;
    }
    .infoTable {
        margin-bottom: 32px;
    }
    .infoTable,
    .infoTable tr,
    .infoTable th,
    .infoTable td {
        display: block;
        width: 100%;
        border: none;
    }
    .infoTable tr {
        padding: 0 20px;
        border: 1px solid #9D9D9D;
        border-bottom: none;
    }
    .infoTable tr:last-child {
        border-bottom: 1px solid #9D9D9D;
    }
    .infoTable th {
        padding: 16px 0;
        text-align: left;
        border-bottom: 1px solid #9D9D9D;
    }
    .infoTable td {
        padding: 16px 0;
    }
    .infoTable th,
    .infoTable td {
        font-size: 13px;
        line-height: 21px;
    }
}

/* footer
---------------------------------------------------------------------- */
.footer {
    height: 130px;
    padding: 28px 0 11px;
}
.footerLogo {
    width: 237px;
    height: 64px;
    margin: 0 auto 11px;
}
small {
    display: block;
    font-size: 10px;
    font-weight: 300;
    line-height: 16px;
    text-align: center;
}
@media screen and (max-width: 1023px){
    .footer {
        height: 100px;
        padding: 23px 0 6px;
    }
    .footerLogo {
        width: 167px;
        height: 45px;
        margin: 0 auto 12px;
    }
    small {
        font-size: 8px;
        line-height: 13px;
    }
}


/* form
------------------------------------------------------------------------- */
.pageForm .formTitle {
    margin: 80px 0 34px;
    text-align: center;
    font-weight: 800;
    color: #f46117;
    letter-spacing: 0.03em;
}
.pageForm .formTitle .ja {
    font-size: 16px;
    display: block;
}
.pageForm .formTitle .en {
    font-size: 55px;
}
.form {
    width: 900px;
    margin: 0 auto 80px;
    background-color: #FFF1E3;
    border-radius: 5px;
    padding: 62px 0 56px;
    box-sizing: border-box;
    color: #222;
}
.formList {
    width: 500px;
    margin: 0 auto;
    line-height: 1.5;
}
.formList dt {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.formList dt .qNum {
    display: inline-block;
    font-size: 22px;
    font-weight: 800;
    margin-right: 12px;
}
.formList dt .icon_required {
    width: 50px;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    background-color: #cf3b1d;
    border-radius: 5px;
    margin-left: 16px;
}
.formList input,
.formList textarea {
    width: 100%;
    background-color: #fff;
    padding: 17px 14px 21px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
}
.formList textarea {
    height: 200px;
}
.formList dd {
    margin-bottom: 32px;
}
input[type="radio"] {
    display: none;
}

.gender {
    display: flex;
    justify-content: space-between;
}
.gender label {
    display: inline-block;
    width: calc(50% - 18px);
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
    line-height: 55px;
    font-weight: 600;
}
.gender.three label {
    width: calc(33.3333% - 18px);
}

.gender label.error {
  width: 100%;
  text-align: left;
  background-color: transparent;
  padding: 0;
  line-height: 1.2;
  font-size: inherit;
  font-weight: normal;
}

input[type="radio"]:checked+label {
    background: #F46117;
    color: #fff;
}
.dropdown {
    display: block;
    position: relative;
}
.dropdown:after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 3px solid #222;
    border-bottom: 3px solid #222;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 14px);
    right: 20px;
}
select {
    width: 100%;
    background-color: #fff;
    padding: 17px 14px 21px;
    box-sizing: border-box;font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    -webkit-appearance: none;
    appearance: none;
    color: #222;
}
.dropdown + p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}
.privacyCheck {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.privacyCheckInner {
    display: inline-block;
}
.privacyCheck a {
    display: inline;
    text-decoration: underline;
    color: #086ADC;
    transition: .3s;
}
.privacyCheck a:hover {
    opacity: .5;
}
.privacyCheck input[type="checkbox"] {
    display: none;
}
.privacyCheck label {
    display: block;
    padding-left: 40px;
    box-sizing: border-box;
    position: relative;
}
.privacyCheck label:before {
    display: block;
    content: "";
    width: 26px;
    height: 26px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #222;
    position: absolute;
    top: -3px;
    left: 0;
}
.privacyCheck label:after {
    display: block;
    content: "";
    width: 16px;
    height: 13px;
    background: url(/recruit/fresh/img/icon_check.png) no-repeat center / contain;
    position: absolute;
    top: 3px;
    left: 5px;
    opacity: 0;
}
.privacyCheck input[type="checkbox"]:checked+label:after {
    opacity: 1;
}
.btn_submit {
    display: block;
    width: 230px;
    margin: 40px auto 0;
    position: relative;
}
.btn_submit:after {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 6px);
    right: 30px;
    transition: .3s;
}
input[type="submit"] {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    color: #fff;
    line-height: 65px;
    background-color: #F46117;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s;
}
.btn_submit:hover input {
    transform: scale(.98) translateY(2px);
}
.btn_submit:hover:after {
    top: calc(50% - 4px);
}
.btn_back {
    display: block;
    width: 230px;
    margin: 40px auto 0;
    position: relative;
}
.btn_back:after {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 6px);
    left: 30px;
    transition: .3s;
}
.btn_back a {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    color: #fff;
    line-height: 65px;
    background-color: #999;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s;
}
.btn_back:hover a {
    transform: scale(.98) translateY(2px);
}
.btn_back:hover:after {
    top: calc(50% - 4px);
}
@media screen and (max-width: 1023px){
    .pageForm .formTitle {
        margin: 40px 0 20px;
    }
    .pageForm .formTitle .ja {
        font-size: 14px;
    }
    .pageForm .formTitle .en {
        font-size: 30px;
    }
    .form {
        width: calc(100% - 20px);
        margin: 0 auto 40px;
        padding: 30px 0 25px;
    }
    .formList {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .formList dt {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .formList dt .qNum {
        font-size: 18px;
        margin-right: 8px;
    }
    .formList dt .icon_required {
        width: 35px;
        font-size: 12px;
        margin-left: 10px;
        line-height: 20px;
    }
    .formList input,
    .formList textarea {
        padding: 12px 10px 15px;
        font-size: 14px;
    }
    .formList dd {
        margin-bottom: 20px;
    }
    .gender label {
        font-size: 16px;
        line-height: 40px;
    }
    select {
        padding: 12px 10px 15px;
        font-size: 14px;
        margin-bottom: 15px;
    }
    .dropdown + p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .privacyCheck {
        font-size: 14px;
    }
    .privacyCheck label {
        padding-left: 30px;
    }
    .privacyCheck label:before {
        width: 20px;
        height: 20px;
    }
    .privacyCheck label:after {
        width: 12px;
        height: 9px;
    }
}
/* contact */
#contact .formTitle {
    color: #00A7EA;
}
#contact .form {
    background-color: #EDEDED;
}
#contact input[type="submit"] {
    background-color: #00A7EA;
}
