.container {
    max-width: 1200px;
    margin: 0 auto;
}

.entry #entry {
    padding-top: 48px;
    padding-bottom: 6rem;
    /*background: #f2f6f7;*/
}

.entry #entry h2 {
    margin-bottom: 5rem;
    color: #666464;
}

.entry #entry h2 em {
    font-family: Impact, Charcoal;
    font-weight: bold;
    /*font-style: italic;*/
    letter-spacing: 0.05em;
    font-size: 60px;
    font-size: 6rem;
}

.entry #entry h2 span {
    display: block;
    font-size: 26px;
    font-size: 2rem;
    /*font-weight: bold;
  padding-left: 0.5em;*/
}

.entry .entry_step {
    margin-bottom: 85px;
    letter-spacing: -0.4em;
    text-align: left;
}

.entry .entry_step li {
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 20px;
    padding: 0 5px;
    background: linear-gradient(rgba(0, 0, 0, 0) 85%, #ffff00 15%);
}

.entry .entry_step li:first-child {
    margin-left: 0;
}

.entry .entry_step li:after {
    position: absolute;
    right: -24px;
    top: 50%;
    margin-top: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #959595;
    content: "";
}

.entry .entry_step li:last-child:after {
    display: none;
}

.entry .entry_step span:first-child {
    position: relative;
    font-size: 23px;
    font-size: 2.3rem;
    font-family: "Noto Sans JP", sans-serif;
    font-style: italic;
}

.entry .entry_step span:last-child {
    position: relative;
    font-size: 28px;
    font-size: 2.8rem;
}

.entry .entry_message {
    text-align: center;
    margin-bottom: 50px;
}

.entry .comp_message {
    text-align: center;
    margin-bottom: 80px;
}

.entry .entry_table {
    width: 100%;
}

.entry .entry_table th,
.entry .entry_table td {
    vertical-align: middle;
    text-align: left;
}

.entry .entry_table td.greencheck {
    display: table-cell;
    text-align: center;
}

.entry .entry_table th {
    width: 300px;
    padding: 10px 25px;
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: normal;
    background: #ebeef0;
    border: #d0d2d4 1px solid;
}

.entry .entry_table th.required:after {
    display: inline-block;
    width: 52px;
    margin-left: 0.8em;
    text-align: center;
    vertical-align: middle;
    line-height: 26px;
    font-size: 17px;
    font-size: 1.7rem;
    color: #fff;
    background: #e60012;
    content: "必須";
}

.entry .entry_table td {
    /* padding: 10px 0 10px 10px; */
    padding: 20px 10px;
    font-size: 19px;
    font-size: 1.9rem;
    color: #898989;
    background-color: #fff;
    border: 1px solid #ccc;
}

.entry .entry_table td select {
    font-size: 19px;
    font-size: 1.9rem;
    width: 90%;
}

.entry .entry_table td>div+div {
    margin-top: 15px;
}

.entry .entry_table .input_list {
    letter-spacing: -0.4em;
}

.entry .entry_table .input_list select {
    min-width: 70px;
}

.entry .entry_table .input_list>* {
    display: inline-block;
    letter-spacing: normal;
    margin-right: 0.8em;
}

@media (max-width: 768px) {
    .entry .entry_table .input_list>* {
        display: inline-block;
        letter-spacing: normal;
        margin: 0.8em;
        margin-left: 0;
    }
}

.entry .entry_table .input_list span {
    padding-left: 0.8em;
}

.entry .entry_table .error {
    color: #e60012;
}

.entry .entry_table p.error {
    margin-bottom: 0.3em;
    font-size: 16px;
    font-size: 1.6rem;
}

.entry .entry_table input[type="text"],
.entry .entry_table input[type="number"],
.entry .entry_table input[type="email"],
.entry .entry_table input[type="tel"] {
    -webkit-appearance: none;
    width: 90%;
    height: 40px;
    line-height: 1;
    font-size: 20px;
    font-size: 2rem;
    padding: 0.4em;
    color: #898989;
    border: #d2d2d2 1px solid;
    border-radius: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

.entry .entry_table input[type="text"]:placeholder-shown,
.entry .entry_table input[type="number"]:placeholder-shown,
.entry .entry_table input[type="email"]:placeholder-shown,
.entry .entry_table input[type="tel"]:placeholder-shown {
    color: #898989;
    opacity: 0.6;
}

.entry .entry_table input[type="text"]::-webkit-input-placeholder,
.entry .entry_table input[type="number"]::-webkit-input-placeholder,
.entry .entry_table input[type="email"]::-webkit-input-placeholder,
.entry .entry_table input[type="tel"]::-webkit-input-placeholder {
    color: #898989;
    opacity: 0.6;
}

.entry .entry_table input[type="text"]:-moz-placeholder,
.entry .entry_table input[type="number"]:-moz-placeholder,
.entry .entry_table input[type="email"]:-moz-placeholder,
.entry .entry_table input[type="tel"]:-moz-placeholder {
    color: #898989;
    opacity: 0.6;
}

.entry .entry_table input[type="text"]::-moz-placeholder,
.entry .entry_table input[type="number"]::-moz-placeholder,
.entry .entry_table input[type="email"]::-moz-placeholder,
.entry .entry_table input[type="tel"]::-moz-placeholder {
    color: #898989;
    opacity: 0.6;
}

.entry .entry_table input[type="text"]:-ms-input-placeholder,
.entry .entry_table input[type="number"]:-ms-input-placeholder,
.entry .entry_table input[type="email"]:-ms-input-placeholder,
.entry .entry_table input[type="tel"]:-ms-input-placeholder {
    color: #898989;
    opacity: 0.6;
}

.entry .entry_table input[type="text"]:placeholder-shown,
.entry .entry_table input[type="number"]:placeholder-shown,
.entry .entry_table input[type="email"]:placeholder-shown,
.entry .entry_table input[type="tel"]:placeholder-shown,
.entry .entry_table select:placeholder-shown {
    /* background-color: #ffcfcf; */
}


/* .entry .entry_table input[type="text"]:valid,
.entry .entry_table input[type="number"]:valid,
.entry .entry_table input[type="email"]:valid,
.entry .entry_table input[type="tel"]:valid,
.entry .entry_table select:valid, */

.entry_table input:required:valid,
.entry_table select:required:valid,
.entry_table textarea:required:valid {
    background-color: #e7ffed;
}

.entry_table input:required:invalid,
.entry_table select:required:invalid,
.entry_table textarea:required:invalid {
    background-color: #ffcfcf;
    opacity: 0.6;
}


/* 
.entry .entry_table input[type="text"]:valid+span,
.entry .entry_table input[type="email"]:valid+span,
.entry .entry_table input[type="tel"]:valid+span {
    position: relative;
}

.entry .entry_table input[type="text"]:not(.width01):not(.p-locality):not(.p-street-address):valid+span::after,
.entry .entry_table input[type="email"]:valid+span::after,
.entry .entry_table input[type="tel"]:valid+span::after {
    content: '✅';
    position: absolute;
    top: 0px;
    left: 10px;
} */

.entry .entry_table input[type="radio"] {
    /* display: none; */
    -ms-transform: scale(1.5);
    /* IE */
    -moz-transform: scale(1.5);
    /* FF */
    -webkit-transform: scale(1.5);
    /* Safari and Chrome */
    -o-transform: scale(1.5);
    /* Opera */
    transform: scale(1.5);
    margin-left: 3px;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .entry .entry_table input[type="radio"] {
        /* display: none; */
        -ms-transform: scale(1.2);
        /* IE */
        -moz-transform: scale(1.2);
        /* FF */
        -webkit-transform: scale(1.2);
        /* Safari and Chrome */
        -o-transform: scale(1.2);
        /* Opera */
        transform: scale(1.2);
    }
}

.entry .entry_table input[type="radio"]+label {
    display: block;
    position: relative;
    padding-left: 30px;
}

.entry label {
    margin-bottom: 0;
}

.entry_table td {
    position: relative;
}

.entry .entry_table input[type="radio"]+label:before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border-radius: 100%;
    border: 1px solid #333;
    background: #dcdcdc;
    content: "";
}

.entry .entry_table input[type="radio"]:checked+label:after {
    position: absolute;
    left: 5px;
    top: 50%;
    display: block;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 100%;
    background: #333;
    content: "";
}

.entry .entry_table input.width01 {
    width: 115px;
}

.entry .entry_table input.width02 {
    width: 180px;
}

.entry .entry_table select.width02 {
    padding: 0 4px;
}

.entry .entry_table input.width03 {
    width: 70px;
}

.entry .entry_table .recruit_table select {
    min-width: 70px;
}

.entry .entry_table textarea {
    -webkit-appearance: none;
    width: 100%;
    height: 250px;
    font-size: 20px;
    font-size: 2rem;
    color: #898989;
    padding: 0.5em;
    border: #d2d2d2 1px solid;
    border-radius: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

.entry .entry_table textarea.height01 {
    height: 150px;
}

.entry .form_btns {
    text-align: center;
    margin: 50px auto 100px;
}

.entry .form_btns li+li {
    margin-top: 50px;
}

.entry .primary_btn {
    display: block;
    width: 520px;
    height: 80px;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    line-height: 80px;
    font-size: 33px;
    font-size: 3.3rem;
    font-weight: bold;
    color: #fff !important;
    border-radius: 0;
    border: none;
    background-image: url(../images/entry/btn_bg.png);
    box-shadow: none !important;
}

.entry .primary_btn:disabled {
    opacity: 0.3;
}

.entry .primary_btn:enabled {
    cursor: pointer;
}

.entry .sub_btn {
    display: block;
    width: 520px;
    height: 60px;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    color: #030303;
    border-radius: 0;
    border: #ccc 3px solid;
    background: #fff;
}

.tel_info {
    /*margin: 90px auto;*/
    padding: 4rem;
    background: #259BD7;
    color: #FFF;
}

.tel_info p {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 2;
    text-align: center;
    color: #FFF;
}

.tel_info p .tel_info_tel {
    font-size: 4rem;
    font-family: Impact, Charcoal;
    display: block;
    line-height: 4rem;
}

.tel_info p .tel_info_tel:before {
    content: "";
    background-image: url(../images/tel_i.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 4rem;
    height: 4rem;
    background-size: contain;
    vertical-align: middle;
}

.entry #privacy {
    max-width: 800px;
    margin: 90px auto;
    padding: 35px 40px;
    color: #626262;
    background: #F3F7F8;
}

.entry #privacy h3 {
    margin-bottom: 50px;
    text-align: center;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
}

.entry #privacy div p {
    line-height: 1.5;
    font-size: 16px;
    font-size: 1.6rem;
}

.entry #privacy div p+p {
    margin-top: 1.5em;
}

.accordion {
    margin: 3rem auto;
    max-width: 1200px;
}

@media screen and (max-width: 768px) {
    .accordion .privacy {
        margin: 3rem auto;
        max-width: 3200px;
    }
    .accordion .title {
        padding-left: 0.5rem;
    }
    .accordion .content p,
    .accordion .content dl {
        padding: 0.5rem 2rem 1rem;
    }
}

.toggle {
    display: none;
}

.privacy {
    position: relative;
    margin-bottom: 1em;
}

.title,
.content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    /* transition: all 0.3s; */
}

.title {
    /*border: solid 1px #ccc;*/
    padding: 1em;
    display: block;
    color: #333;
    font-weight: bold;
    background-color: #259BD7;
    color: #FFF;
    text-align: center;
}

.title::after,
.title::before {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 2px;
    height: 0.75em;
    background-color: #FFF;
    /* transition: all 0.3s; */
}

.title::after {
    transform: rotate(90deg);
}

.content {
    max-height: 0;
    overflow: hidden;
    background-color: #F3F7F8;
}

.content p,
.content dl {
    margin: 0;
    padding: 0.5rem 4rem 1rem;
    font-size: 0.9em;
    line-height: 1.5;
}

.content p:first-child {
    padding-top: 4rem;
}

.content dl:last-child {
    padding-bottom: 4rem;
}

.content dl {
    /*display: flex;
  flex-wrap:wrap;*/
}

.content dl dt {
    font-weight: bold;
    margin-right: 1rem;
}

.content dl dd {
    font-size: 1.5rem;
}


/*.content .privacy_signature {
  text-align: right;
}*/

.toggle:checked+.title+.content {
    max-height: 2000px;
    /* transition: all 1.5s; */
}

.toggle:checked+.title::before {
    transform: rotate(90deg) !important;
}

@media screen and (max-width: 768px) {
    .entry {
        /* Keyvisual
      ----------------------------------------- */
        /* Entry
      ----------------------------------------- */
    }
    .entry #keyvisual {
        /* height: 0; */
        /*        padding-top: 33%;*/
        padding-top: 100px;
        overflow: hidden;
        background-repeat: repeat, no-repeat;
        background-position: left center;
        background-size: auto, auto 100%;
    }
    .entry #entry {
        padding: 3rem 2rem;
        /*background: #f2f6f7;*/
    }
    .entry #entry h2 {
        margin-bottom: 20px;
    }
    .entry #entry h2 em {
        font-size: 30px;
        font-size: 3rem;
        letter-spacing: normal;
    }
    .entry #entry h2 span {
        font-size: 13px;
        font-size: 1.3rem;
    }
    .entry .entry_step {
        margin-bottom: 40px;
        width: 100%;
    }
    .entry .entry_step li {
        position: relative;
        display: inline-block;
        letter-spacing: normal;
        margin: 10px 10px 0;
        padding: 0 3px;
        background: linear-gradient(rgba(0, 0, 0, 0) 85%, #ffff00 15%);
    }
    .entry .entry_step li:after {
        right: -12px;
        margin-top: -4px;
        border-width: 4px 0 4px 4px;
    }
    .entry .entry_step span:first-child {
        font-size: 11px;
        font-size: 1.1rem;
    }
    .entry .entry_step span:last-child {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .entry .entry_step li:last-child {
        margin-right: 0;
    }
    .entry .entry_message {
        margin-bottom: 30px;
    }
    .entry .comp_message {
        margin-bottom: 50px;
    }
    .entry .entry_table {
        display: block;
    }
    .entry .entry_table tbody,
    .entry .entry_table tr,
    .entry .entry_table th,
    .entry .entry_table td {
        display: block;
        width: 100% !important;
    }
    .entry .entry_table th {
        padding: 5px 10px;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .entry .entry_table th.required:after {
        width: 30px;
        line-height: 16px;
        font-size: 11px;
        font-size: 1.1rem;
    }
    .entry .entry_table td {
        /* padding: 10px 0 20px; */
        font-size: 16px;
        font-size: 1.6rem;
    }
    .entry .entry_table td>div+div {
        margin-top: 15px;
    }
    .entry .entry_table .input_list>* {
        margin-right: 0.4em;
    }
    .entry .entry_table .input_list span {
        padding-left: 0.4em;
    }
    .entry .entry_table p.error {
        font-size: 12px;
        font-size: 1.2rem;
    }
    .entry .entry_table input[type="text"],
    .entry .entry_table input[type="number"],
    .entry .entry_table input[type="email"],
    .entry .entry_table input[type="tel"] {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .entry .entry_table input.width01 {
        width: 70px;
    }
    .entry .entry_table input.width02 {
        width: 90px;
    }
    .entry .entry_table textarea {
        height: 200px;
        font-size: 16px;
        font-size: 1.6rem;
    }
    .entry .form_btns {
        margin: 30px auto 50px;
    }
    .entry .form_btns li+li {
        margin-top: 30px;
    }
    .entry .primary_btn {
        width: 100%;
        height: 60px;
        line-height: 60px;
        font-size: 22px;
        font-size: 2.2rem;
        /* background-image: url(../images/entry/btn_bg_sp.png); */
        background-position: right center;
    }
    .entry .sub_btn {
        display: block;
        width: 100%;
        height: 50px;
        padding: 0;
        margin: 0 auto;
        text-align: center;
        line-height: 50px;
        font-size: 20px;
        font-size: 2rem;
        border: #ccc 2px solid;
    }
    .entry .tel_info {
        /*margin: 50px auto;*/
        margin: 0;
        padding: 15px 10px;
    }
    .entry .tel_info p {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .entry #privacy {
        margin: 50px auto;
        padding: 15px;
        color: #030303;
        background: #fff;
    }
    .entry #privacy h3 {
        margin-bottom: 20px;
        font-size: 18px;
        font-size: 1.8rem;
    }
    .entry #privacy div p {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.for_pc {
    display: block;
}

@media (max-width: 768px) {
    .for_pc {
        display: none;
    }
}

.for_sp {
    display: none;
}

@media (max-width: 768px) {
    .for_sp {
        display: block;
    }
    .for_sp a {
        color: #FFF;
    }
}

#requiredFields {
    padding: 10px;
    background: rgba(46, 24, 2, 0.7);
    color: #fff;
    width: 250px;
    z-index: 99;
    text-align: center;
    font-size: 12px;
    position: fixed;
    right: 75px;
    border-radius: 5px 5px 0 0;
    bottom: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    opacity: 0;
}

@media (max-width: 768px) {
    #requiredFields {
        right: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}

#requiredFields.show {
    opacity: 1;
}


/* .btn {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #199bd7;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
} */


/* Button
----------------------------------------- */

.link_btn {
    display: block !important;
    width: 100%;
    max-width: 700px;
    margin: 50px auto 50px;
    text-align: center;
    font-size: 22px !important;
    font-size: 2.2rem !important;
    font-weight: bold !important;
    color: #fff !important;
    border-radius: 0;
    border: none;
    background-size: cover;
    background-color: #199bd7;
}

@media screen and (max-width: 768px) {
    .link_btn {
        font-size: 15px !important;
        font-size: 1.5rem !important;
    }
}

.link_btn:hover {
    color: #fff;
}

.link_btn span {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0 0 0 25px;
    line-height: 60px;
}

.link_btn span:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 15px;
    height: 25px;
    margin-top: -12px;
    background: url(../images/arw.svg);
    background-size: cover;
    content: "";
}

.link_btn span:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 15px;
    height: 25px;
    margin-top: -12px;
    background: url(../images/arw.svg);
    background-size: cover;
    content: "";
}