html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 游ゴシック, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", ヒラギノ角ゴシック, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    line-height: 1.4285em;
    font-size: 14px;
    color: #333333;
    background-color: unset !important;
}

a {
    color: #333333;
    text-decoration: none;
    outline: 0;
}

a:visited {}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0;
}

h2 {
    font-size: 1.5em;
}

cite,
dfn,
em,
i {
    font-style: italic;
}

mark,
ins {
    text-decoration: none;
}

p {
    text-align: left;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: monospace, 'san-serif';
    font-size: 14px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

blockquote {
    font-size: 100%;
    font-style: italic;
    font-weight: 300;
}

blockquote cite,
blockquote small {
    font-size: 14px;
    font-weight: 400;
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

small {
    font-size: smaller;
}

big {
    font-size: 125%;
}

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

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

ul {
    list-style-type: none;
}

ol {}

li>ul,
li>ol {
    margin: 0 0 0 0px;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}

/* a:hover img {
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
 */
figure {
    margin: 0;
}

fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 24px;
    padding: 11px 12px 0;
}

legend {
    white-space: normal;
}

button,
input,
select,
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button,
input {
    line-height: normal;
}

input,
textarea {
    background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 3px 0.5ex;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table,
th,
td {
    border: none;
}

table {
    font-size: 100%;
    border-collapse: collapse;
}

caption,
th,
td {
    font-size: 100%;
    font-weight: normal;
}

.indent {
    display: inline-block;
    /*
	padding-left: 1em;
	text-indent: -1em;
	*/
}

.only--pc {
    display: block;
}

.only--sp {
    display: none;
}

/* ラッパー
----------------------------------- */
.wrapper {
    min-width: 1000px;
    overflow: hidden;
}

/* ヘッダー
----------------------------------- */
header {
    position: relative;
    background: #fff;
}

.header__top {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
    overflow: hidden;
}

h1.header__top__logo {
    width: fit-content;
    margin: auto;
    display: flex;
}

h1.header__top__logo > img {
    width: 4em;
}

/* 新型コロナ関係の文言の追加
----------------------------------- */
/* 2020.04.22 大林追加 */
/*#information {
    padding: 0;
    width: 100%;
    margin: 110px auto 30px;
}

@media (max-width: 768px) {
    #information {
      width: 100%;
      margin: 16vw auto 5vw;
    }
}
#information .infoWrap {
    background-color: #eef3f5;
    width: 900px;
    border-radius: 10px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

@media (max-width: 768px) {
    #information .infoWrap {
        padding: 4%;
        width: 90%;
        margin: 0 auto; } }
    #information .icon_info {
    width: 24px; }

@media (max-width: 768px) {
#information .icon_info {
    width: 8vw;
    }
}
#information p {
    text-align: left;
    font-size: 16px;
    line-height: 1.8em;
    padding-left: 15px;
}

@media (max-width: 768px) {
#information p {
    font-size: 0.9rem;
    padding-left: 1em;
    }
}

#information img{
    margin-left: 10px;
    width: 100%;
    vertical-align: bottom;
}

@media (max-width: 768px) {
#information img {
    margin-left: 0;
    width: 150%;
    height: auto;
    }
}*/
/* 2020.04.22 大林追加 ここまで */

/* 2020.07.02 小林追加 ここから */

#information {
    padding: 80px 20px;
}

@media (max-width: 768px) {
    #information {
        padding: 60px 20px;
    }
}

#information .infoWrap {
    position: relative;
    border: 6px double #1f9eb9;
    border-radius: 5px;
    margin: 0 auto;
    padding: 32px;
    width: 100%;
    max-width: 900px;
    font-size: 1.2rem;
    line-height: 1.8;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    #information .infoWrap {
        font-size: 1.0rem;
    }
}

#information .infoWrap::before {
    content: 'Information';
    position: absolute;
    background-color: #fff;
    color: #1f9eb9;
    font-weight: bold;
    left: 20px;
    top: -30px;
    padding: 10px;
    font-size: 1.4rem;
}

#information .infoWrap strong {
    color: #1f9eb9;
}


/* 2020.07.02 小林追加 ここまで */


/* フッター
----------------------------------- */
footer {
    margin: 0 auto;
}

.footer__link p {
    padding: 0;
    text-align: center;
    padding: 20px 0;
}

.footer__body2{
	text-align: center;
	font-size: 14px;
	width: 100vw;
	padding: 30px 0;
	background-color: #1f9eb9;
	color: white;
}

/* iframe　ステップフォーム
----------------------------------- */
.iframe_step_form_wrapper {
    position: relative;
}

.iframe_step_form {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 30;
}

.iframe_step_form01 {
    top: -11.5em;
}

.iframe_step_form02 {
    top: -2em;
}

@media only screen and (max-width: 769px) {
    .iframe_step_form01 {
        top: -8em;
    }
}
/* 応募フォーム
----------------------------------- */
.sectionForm {
    background: #ececec;
    padding-bottom: 100px;
}

.sectionForm--inner {
    padding: 0 0 5px;
}

.form {
    width: 1150px;
    /* background: url("../images/sec2_bg.png") center top; */
    background: #ececec;
    border-radius: 20px 20px 20px 20px;
    margin: 0 auto;
    /* box-shadow: 10px 10px rgba(0, 0, 0, 0.2); */
    padding-top: 45px;
    padding-bottom: 30px;
}
.content{
    font-size: 22px;
    line-height: 2px;
    display: flex;
    align-items: center;
}
div#trust-form.contact-form span.require{
    margin-left: 3px;
    background-color: #e55a3b;
    /* padding-right: 38px; */
    font-size: 22px;
    margin-right: 18px;
    color: white!important;
    padding-right: 0.6vw;
    padding-left: 0.6vw;
}


.form__title {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    padding: 17px 0 11px;
    /* background: #1f9eb9; */
    background: linear-gradient(-65deg,#117d99  24%,#1e9eb9  0);
    /* border-radius: 20px 20px 0 0; */
    position: relative;
}
.form_lead{
    font-size: 32px;
    letter-spacing: 5px;
    font-weight: 500;
}
.form_lead2{
    font-size: 50px;
    font-weight: 600;
    line-height: 64px;
}

.form__title:after {
    /* content: '';
    background: url("../images/form_cach.png") no-repeat left center;
    width: 107px;
    height: 107px;
    position: absolute;
    left: -30px;
    top: -43px; */
    content: '';
    background: url("../images/30min.png") no-repeat left center;
    background-size: cover;
    width: 180px;
    height: 180px;
    position: absolute;
    left:116px;
    top: -23px;
}

.form div#trust-form.contact-form div.error {
    font-weight: bold;
}

.form div#trust-form.contact-form table,
.form__table {
    margin: 10px auto 10px;
    width: 784px;
}

.form div#trust-form.contact-form table tr:hover {
    background: none;
}

.form div#trust-form.contact-form table th,
.form__table th {
    /* background: rgba(231, 231, 231, 0.8);
    border-bottom: 1px dotted #aaa;
    font-size: 12px;
    padding: 5px 0 5px 10px;
    text-align: left;
    vertical-align: middle;
    width: 125px; */
    border-bottom: 2px solid #f5f5f5;
    font-size: 12px;
    padding: 5px 0 5px 10px;
    text-align: left;
    vertical-align: middle;
    width: 125px;
}

.form div#trust-form.contact-form table td,
.form__table td {
    /* border-bottom: 1px dotted #aaa;
    font-size: 13px;
    padding: 11px 0 11px 15px; */
    border-bottom: 2px solid #f5f5f5;
    font-size: 13px;
    padding: 11px 0 11px 15px;
}

.form div#trust-form.contact-form table div {
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.form div#trust-form.contact-form table tr:nth-last-child(2) th,
.form div#trust-form.contact-form table tr:nth-last-child(2) td,
.form__table .last th,
.form__table .last td {
    border: none;
}

.form div#trust-form.contact-form input[type="text"],
.form div#trust-form.contact-form input[type="email"],
.form div#trust-form.contact-form input[type="tel"],
.form__table input.year,
.form__table input.month,
.form__table input.date,
.form__table input.textbox {
    -webkit-appearance: none;
    background: none;
    border: 2px solid #8287a3;
    font-size: 16px;
    padding: 8px 10px;
    width: 100%;
}

.form__table input.year {
    width: 50px;
}

.form__table input.month {
    width: 40px;
}

.form__table input.date {
    width: 40px;
}

.form div#trust-form ul li,
.form div#trust-form.contact-form label,
.form__table label {
    display: inline-block;
    width: inherit;
}

#message-container-input,
.form__term {
    text-align: center;
    padding: 12px 0 28px;
}

#message-container-input a,
.form__term a {
    color: #1f9eb9;
    text-decoration: underline;
}

.form .submit-container,
.form__submit {
    text-align: center;
    padding: 0 0 14px;
}

.form .submit-container input[type="submit"] {
    background: #ff8500;
    border: 0;
    border-radius: 40px;
    /* box-shadow: 0 7px 0 #f65000; */
    color: #fff;
    font-size: 20px;
    margin: 10px auto 0;
    width: 80%;
    height: 50px;
    font-weight: bold;
    transition: .5s;
}

.form .submit-container input[type="submit"]:last-child {
    margin: 10px 0 0 5px;
}

.form .submit-container input[type="submit"]:hover {
    background: #b96000;
}

.form .questionnaire-container,
.form__submit {
    text-align: center;
    padding: 0 0 14px;
}

.form .questionnaire-container li {
    width: 200px !important;
    text-align: left !important;
    margin: 0 auto;
}

.form .questionnaire-container input[type="submit"] {
    background: #ff8500;
    border: 0;
    border-radius: 40px;
    box-shadow: 0 7px 0 #f65000;
    color: #fff;
    font-size: 20px;
    margin: 10px auto 0;
    width: 80%;
    height: 40px;
}

.form .questionnaire-container input[type="submit"]:last-child {
    margin: 10px 0 0 5px;
}


.header__mv__form {
    position: absolute;
    width: 440px;
    top: 79px;
    left: 59%;
    padding: 0 0 0 70px;
}

.header__mv__form .form {
    width: 440px;
}

.header__mv__form .form__title {
    font-size: 14px;
    padding: 21px 0 11px 108px;
}

.header__mv__form .form__title:after {
    left: 15px;
}

.header__mv__form .form div#trust-form.contact-form table,
.header__mv__form .form__table {
    margin: 3px auto 0;
    width: 400px;
}

#message-container-confirm,
#message-container-input,
.header__mv__form .form__term {
    /*padding: 12px 0;*/
    padding: 15px 0 0;
    font-size: 97%;
}




/*  注意事項
----------------------------------- */

.attention {
    padding: 20px;
}

.attention a {
    text-decoration: underline;
    color: #1f9eb9;
}

.attention a:hover {
    text-decoration: none;
}

.attention_ttl {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.attention p {
    font-size: .8rem;
}


/* メインビジュアル
----------------------------------- */
.mv {
    /* position: relative;
    background-image: url(../images/main_character2.png);
    background-repeat: no-repeat;
    background-position: right;
    max-width: 915px;
    margin: auto; */
    position: relative;
    background-image: url(../images/new_images/pc_new_fv02.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
@media screen and (min-width:768px){
	.mv{
		min-height: 540px;
	}
}

.mv--inner {
    /* background-position: 37% 122%; */
    max-width: 1200px;
    margin: auto;
}

.header__mv {
    width: 100%;
}

.header__mv__catch1 {
    padding: 40px 0 0 0;
}


.header__badge {
    background: url("../images/badge_bg.jpg") no-repeat center bottom;
}

.header__badge ul {
    width: 1000px;
    margin: 0 auto;
}

.header__badge ul li {
    display: inline-block;
    padding: 0px 34px 0px 0;
}

.header__badge ul li:last-child {
    padding-right: 0;
}

.mv .sectionCV__body {
    padding: 15px 5px 0;
}

.header__badge img {
    width: 86%;
}

/* メインコンテンツ
----------------------------------- */
/* sectionCV */
.sectionCV {
    background: url("../images/cv_bg.png") center top;
    padding: 50px;
    margin-top: -35px;
}

.sectionCV__catch {
    width: 555px;
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
    background: url("../images/cv_left.png") no-repeat left center;
    padding: 0 0 20px;
}

.sectionCV__catch--wide {
    width: 722px;
}

.sectionCV__catch span {
    display: block;
    padding: 20px 0;
    background: url("../images/cv_right.png") no-repeat right center;
}

.sectionCV__link {
    text-align: center;
}

/* section1 */
.section1 {
    text-align: center;
}

.section1 .section1__body--top {
    background: url("../images/sec1_bg.png") repeat-x center top;
}

.section1 .section1__title {
    padding: 50px 0 0;
}

.section1 .section1__image {
    padding: 20px 0 30px;
}

.section1 .section1__body--bottom {
    text-align: center;
    padding: 50px 0 0;
}

/* 2020/03/18 covid-19 */

.covid-19 {
    max-width: 750px;
    margin: 40px auto;
    font-size: 16px;
    box-sizing: border-box;
}

.covid-19 .txt {
    margin-bottom: 20px;
    font-size: 16px;
}

.covid-19 .ttl {
    padding: 8px;
    background: #ff4200;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.covid-19 .list {
    width: 100%;
    max-width: 650px;
    margin-bottom: 35px;
    text-align: left;
}

.covid-19 .list li {
    margin-bottom: 10px;
    line-height: 1.75;
    font-size: 16px;
}

.covid-19 .list li:before {
    content: ' ';
    display: inline-block;
    background: #ffde00;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    vertical-align: middle;
    margin-right: 5px;
}

@media screen and (max-width:750px) {
    .covid-19 {
        width: 100%;
        padding: 5%;
        text-align: left;
        margin-bottom: 0;
    }

    .covid-19 .ttl {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .covid-19 .txt {
        line-height: 1.6;
        font-size: 14px;
    }

    .covid-19 .list {
        line-height: 1.8;
    }

    .covid-19 .list li {
        font-size: 14px;
    }
}

/* end- covid-19 */

/* section2 */
.section2 .section2__body {
    background: url("../images/sec2_bg.png") center top;
}

.section2 .section2__title {
    background: url("../images/sec2_ttl_bg.png") repeat-x center top;
    text-align: center;
    padding: 47px 0;
    position: relative;
}

.section2 .section2__title:after {
    content: ' ';
    width: 140px;
    height: 40px;
    background: url("../images/arrow_1.png") no-repeat center bottom;
    position: absolute;
    left: 50%;
    bottom: -40px;
    margin: 0 0 0 -75px;
}

.section2__body--inner {
    margin: 0 auto;
}

.section2__p1,
.section2__p2,
.section2__p3 {
    background: url("../images/sec2_1_bg.png") no-repeat center top;
    background-size: cover;
    padding: 80px 0 55px;
}

.section2__p2 {
    background-image: url("../images/sec2_2_bg.png");
}

.section2__p3 {
    background-image: url("../images/sec2_3_bg.png");
    padding-bottom: 90px;
}

.section2__p1--inner,
.section2__p2--inner,
.section2__p3--inner {
    background: rgba(255, 255, 255, 0.8);
    width: 978px;
    margin: 0 auto;
    position: relative;
}

.section2__p1__title:after,
.section2__p2__title:after,
.section2__p3__title:after {
    content: '';
    background: url("../images/sec2_1.png") no-repeat left center;
    width: 125px;
    height: 125px;
    position: absolute;
    left: -25px;
    top: -25px;
}

.section2__p2__title:after {
    background: url("../images/sec2_2.png") no-repeat left center;
}

.section2__p3__title:after {
    background: url("../images/sec2_3.png") no-repeat left center;
}

.section2__p1__title h3,
.section2__p2__title h3,
.section2__p3__title h3 {
    display: inline-block;
    font-size: 42px;
    font-weight: bold;
    padding: 52px 0 52px 160px;
    position: relative;
    line-height: 1.4;
}

.section2__p1__title h3:after,
.section2__p2__title h3:after,
.section2__p3__title h3:after {
    content: " ";
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 12px;
    background: #ffde00;
    border-radius: 6px;
}

.section2__p2__title h3:before {
    width: 600px;
}

.section2__p3__title h3:before {
    width: 811px;
}

.section2__p1__title h3 span,
.section2__p2__title h3 span,
.section2__p3__title h3 span {
    position: relative;
    z-index: 300;
}

.section2__p1__description,
.section2__p2__description,
.section2__p3__description {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 28px 0 50px;
    line-height: 36px;
}

.section2__p1__image,
.section2__p2__image,
.section2__p3__image {
    text-align: center;
    padding: 0 0 50px;
}

/* section3 */
.section3 {
    background: #ececec;
    text-align: center;
    padding: 80px 0 60px;
    background: url("../images/sec3_bg.png") no-repeat center top;
    background-size: cover;
}

.section3 .section3__description {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 30px;
    line-height: 34px;
}

.section3 .section3__title {
    padding: 0 0 30px;
}

.section3 .section3__logo {
    text-align: center;
}

.section3 .section3__graph {
    text-align: center;
    padding: 0 0 36px;
}

/* section4 */
.section4 {
    text-align: center;
    padding: 80px 0 60px
}

.section4__body {
    width: 1000px;
    margin: 0 auto;
}

.section4 .section4__title {
    margin: 0 auto;
    text-align: center;
    padding: 0 0 20px;
}

.section4 .section4__v1,
.section4 .section4__v2,
.section4 .section4__v3 {
    width: 800px;
    background: url("../images/sec4_5.png") no-repeat left bottom;
    overflow: hidden;
    margin: 0 0 50px;
}

.section4 .section4__v2 {
    background: url("../images/sec4_6.png") no-repeat right bottom;
}

.section4 .section4__v3 {
    background: url("../images/sec4_7.png") no-repeat left bottom;
}

.section4 .section4__v1 .section4__comment,
.section4 .section4__v2 .section4__comment,
.section4 .section4__v3 .section4__comment {
    width: 470px;
    background: url("../images/sec4_4.png") left center;
    line-height: 26px;
    padding: 25px 40px;
    margin: 0 0 0 250px;
    border-radius: 10px;
    position: relative;
}

.section4 .section4__v1 .section4__comment:before,
.section4 .section4__v2 .section4__comment:before,
.section4 .section4__v3 .section4__comment:before {
    content: " ";
    background: url("../images/sec4_3.png") no-repeat right center;
    width: 45px;
    height: 26px;
    position: absolute;
    left: -45px;
    bottom: 32px;
}

.section4 .section4__v1 .section4__comment__title,
.section4 .section4__v2 .section4__comment__title,
.section4 .section4__v3 .section4__comment__title {
    display: block;
    color: #1f9eb9;
    font-weight: bold;
}

.section4 .section4__v2 {
    margin: 0 0 50px 200px;
}

.section4 .section4__v2 .section4__comment {
    margin: 20px 0 10px;
}

.section4 .section4__v2 .section4__comment:before {
    background: url("../images/sec4_3_2.png") no-repeat right center;
    left: auto;
    right: -45px;
}

.section4 .section4__v3 .section4__comment:before {
    bottom: 62px;
}

/* section5 */
.section5 {
    text-align: center;
    padding: 80px 0 100px;
    background: #e7fbff;
}

.section5__body {
    width: 1000px;
    margin: 0 auto;
}

.section5 .section5__title {
    text-align: center;
    padding: 0 0 58px;
}

.section5 .section5__humans--outer {
    position: relative;
    width: 900px;
    margin: 0 auto;
}

.section5 .section5__humans__shadow {
    background: url("../images/sec5_5.png") no-repeat center center;
    width: 900px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.section5 .section5__human {
    margin: 0 auto;
    background: url("../images/sec5_4.png") #efefef no-repeat right bottom;
    padding: 25px;
    width: 317px;
    margin: 0 10px;
}

.section5 .section5__human__image {
    padding: 0 0 18px;
}

.section5 .section5__human__comment {
    height: 60px;
}

.section5__prev,
.section5__next {
    position: absolute;
    top: 50%;
    z-index: 9999;
    margin-top: -22px;
    width: 21px;
    height: 45px;
    border: none;
}

.section5__prev {
    left: -50px;
    background: url("../images/sec5_3.png") center top;
}

.section5__next {
    right: -50px;
    background: url("../images/sec5_2.png") center top;
}

/* section6 */
.section6 {
    background: url("../images/sec2_bg.png") center top;
    text-align: center;
    padding: 0 0 60px
}

.section6__body--inner {
    width: 1000px;
    margin: 0 auto;
}

.section6 .section6__title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 40px 0;
    margin: 0 0 90px;
    background: #1f9eb9;
    color: #FFFFFF;
    position: relative;
}

.section6 .section6__title:after {
    content: ' ';
    width: 64px;
    height: 24px;
    background: url("../images/arrow_2.png") no-repeat center bottom;
    position: absolute;
    left: 50%;
    bottom: -22px;
    margin: 0 0 0 -32px;
}

.section6__human {
    overflow: hidden;
    width: 800px;
    margin: 0 auto 50px;
}

.section6__human--l {
    float: left;
    width: 190px;
}

.section6__human--r {
    float: right;
    width: 487px;
    border: 2px solid #1f9eb9;
    border-radius: 4px;
    text-align: left;
    background: #FFFFFF;
    padding: 25px 38px;
    position: relative;
}

.section6__human--r:after {
    content: ' ';
    width: 38px;
    height: 31px;
    background: url("../images/sec6_arrow.png") no-repeat center bottom;
    position: absolute;
    left: -38px;
    top: 36%;
}

.section6__human--right .section6__human--l {
    float: right;
}

.section6__human--right .section6__human--r {
    float: left;
}

.section6__human--right .section6__human--r:after {
    left: auto;
    right: -38px;
    background: url("../images/sec6_arrow_r.png") no-repeat center bottom;
}

.section6__human__name {
    padding: 35px 0 0;
}

.section6__human--r dt {
    color: #1f9eb9;
    padding: 0 0 30px;
    font-weight: bold;
}

.section6__human--r dd {
    padding: 0;
}

.section6__human--r dd span {
    background: linear-gradient(transparent 89%, #1f9eb9 56%);
}

/* section7 */
.section7 {
    text-align: center;
    padding: 0 0 0px
}

.section7__body--inner {
    width: 1000px;
    margin: 82px auto;
}

.section7 .section7__title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 50px;
}

.section7__flow {
    text-align: center;
    margin: 0 0 80px;
}

.section7 .section7__title__qa {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto 50px;
    padding: 26px 0 20px;
    background: url("../images/sec7_2.png") no-repeat left center;
    width: 380px
}

.section7 .section7__title__qa {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto 50px;
    padding: 26px 0 20px;
    background: url("../images/sec7_2.png") no-repeat left center;
    width: 380px
}

.accordion {
    width: 700px;
    margin: 0 auto;
    padding: 0 0 20px;
    text-align: left;
}

.accordion dt {
    position: relative;
    cursor: pointer;
    background: url("../images/sec7_3.png") #ececec no-repeat 30px center;
    font-size: 18px;
    font-weight: bold;
}

.accordion dt a {
    display: block;
    padding: 30px 0 30px 68px;
    background: url("../images/icon_down.png") no-repeat 650px center;
}

.accordion dt.is-open a {
    background-image: url("../images/icon_up.png");
}

.accordion dd {
    background: url("../images/sec7_4.png") no-repeat 30px 34px;
    padding: 38px 0 30px 68px;
    position: relative;
    display: none;
    line-height: 1.5;
    font-size: 16px;
}

.anchor {
    display: none;
}

.anchor a {
    display: none;
}

/*全社画像*/
.zensya-photo {
    width: 39%;
    margin-left: 42em;
}

.zensya-photo img {
    width: 100%;
}

#date-request ul {
    inline-size: 60%;
    margin-left: auto;
    margin-right: auto;
}

#date-request ul li {
    text-align: left;
}

/* @media only screen and (max-width: 1800px) { */
    .catch1 {
        width: 760px;
    }
/* } */

@media only screen and (max-width: 1400px) {
    .mv--inner {
        /* background-size: 99%; */
        background-position: 22% 120%;
    }

    .header__mv__catch1 {
        padding-left: 1%;
    }

    /* .catch1 {
        width: 40%;
    } */

    .catch2 {
        width: 50%;
        margin-left: 23px;
    }


    .zensya-photo {
        width: 57%;
        margin-left: 21em;
    }
}

/*=========================タブレット用スタイルここから=========================*/
@media only screen and (max-width: 1025px) {

    .header__mv__catch1 {
        padding: 63px 0 0 0;
    }

    .zensya-photo {
        width: 74%;
        margin-left: 10em;
    }
}

/*=========================スマホ用スタイルここから=========================*/
@media only screen and (max-width: 769px) {
    .iframe_step_form {
        padding: 10px;
    }

    .iframe_step_form iframe {
        width: 100%;
    }
    
    .mv {
        background-image: none;
        display: none;
    }

    #date-request ul {
        inline-size: 70% !important;
    }

    .only--pc {
        display: none;
    }

    .only--sp {
        display: block;
    }

    img {
        width: 100%;
    }

    /* ラッパー
	----------------------------------- */
    .wrapper {
        min-width: initial;
        overflow: auto;
        /* padding-top: 20px; */
    }

    /* ヘッダー
	----------------------------------- */
    .header__top {
        padding: 10px 20px;
    }

    .header__top__logo {
        width: 266px;
    }

    /* フッター
	----------------------------------- */
    footer {
        width: auto;
    }

    /* メインビジュアル
	----------------------------------- */
    .mv--inner {
        /* background: url(../images/spback.jpg) #e2f5f9 no-repeat center top; */
        /* background-size: cover; */
        background-size: 82%;
        background-position: 61% 100%;
        padding-top: 20px;
    }

    .header__mv {
        overflow: hidden;
        width: auto;
        margin: 0 auto;
    }

    .header__mv__catch1 {
        padding: 8px 0 0 20px;
        width: 89%;
    }

    .sectionForm--inner {
        padding: 10px 20px;
    }

    .header__mv__form {
        width: auto;
        padding: 0 20px;
        margin: 30px auto 0;
        position: static;
    }

    .form,
    .header__mv__form .form {
        width: auto;
    }

    .form__title,
    .header__mv__form .form__title {
        text-align: left;
        font-size: 10px;
        padding: 11px 0 1px 25%;
    }

    .form__title:after,
    .header__mv__form .form__title:after {
        background-size: cover;
        height: 70px;
        width: 70px;
        left: -5px;
        top: -4px;
    }
    .form_lead{
        font-weight: bold;
        font-size: 3vw;
        letter-spacing: 0;
    }
    .form_lead2{
        font-weight: bold;
        font-size: 4.8vw;
        letter-spacing: 0;
        line-height: 1;
    }
    div#trust-form.contact-form table th{
        background-color: white !important;
    }
    div#trust-form.contact-form span.require{
        font-size: 3vw;
    }

    .form div#trust-form.contact-form table,
    .header__mv__form .form div#trust-form.contact-form table,
    .form__table,
    .header__mv__form .form__table {
        width: 96%;
        /* margin: 20px auto 0; */
    }

    .form div#trust-form.contact-form table th,
    .form__table th,
    .header__mv__form .form__table th {
        font-size: 12px;
        padding: 15px 0 15px 5px;
        width: 95px;
    }

    .form .submit-container,
    .form .submit-container input,
    .form .questionnaire-container,
    .form__submit,
    .form__submit input,
    .header__mv__form .form__submit,
    .header__mv__form .form__submit input {
        margin: 0 auto;
        width: 90%;
    }

    .form__term,
    .header__mv__form .form__term {
        font-size: 12px;
        padding: 12px 20px;
    }

    .header__badge {
        background: url("../images/sp/badge_bg.png") no-repeat center 20px;
        background-size: cover;
    }

    .header__badge ul {
        width: auto;
        margin: 0 auto;
    }

    .header__badge ul li {
        padding: 0 0 10px 0;
        width: 32%;
    }

    /* sectionCV */
    .sectionCV {
        padding: 25px 17px;
        position: relative;
        margin-top: -55px;
    }

    .sectionCV__catch {
        width: 290px;
        font-size: 14px;
        background-size: 25px auto;
        padding: 0;
    }

    .sectionCV__catch--wide {
        width: 250px;
    }

    .sectionCV__catch span {
        display: block;
        padding: 10px 0;
        margin: 20px 0 0;
        background-size: 25px auto;
    }

    /* section1 */
    .section1 .section1__title {
        padding: 20px 0 0;
        width: 88%;
        margin: 0 auto;
    }

    .section1 .section1__body--bottom {
        padding: 30px 0 0;
        margin: 0 auto;
        width: 87%;
    }

    /* section2 */
    .section2 .section2__title {
        padding: 25px 0;
    }

    .section2 .section2__title:after {
        width: 100px;
        height: 30px;
        background: url("../images/arrow_1.png") no-repeat center bottom;
        left: 50%;
        bottom: -29px;
        margin: 0 0 0 -50px;
        z-index: 9999;
    }

    .section2 .section2__title img {
        margin: 0 auto;
        width: 87%;
    }

    .section2__body--inner {
        width: auto;
        padding: 0;
    }

    .section2__p1,
    .section2__p2,
    .section2__p3 {
        padding: 0;
    }

    .section2__p3 {
        padding-bottom: 20px;
    }

    .section2__p1--inner,
    .section2__p2--inner,
    .section2__p3--inner {
        background: rgba(255, 255, 255, 0.8);
        padding: 30px 20px;
        width: auto;
        margin: 0 auto;
        position: relative;
    }

    .section2__p3--inner {
        padding-bottom: 50px;
    }

    .section2__p1__title:after,
    .section2__p2__title:after,
    .section2__p3__title:after {
        content: '';
        left: 20px;
        top: 20px;
        width: 46px;
        height: 46px;
        background-size: cover;
    }

    .section2__p3__title:after {
        top: 30px;
    }

    .section2__p1__title,
    .section2__p2__title,
    .section2__p3__title {
        background-size: auto 60px;
    }

    .section2__p1__title h3,
    .section2__p2__title h3,
    .section2__p3__title h3 {
        font-size: 21px;
        padding: 0px 0 10px 65px;
    }

    .section2__p2__title h3,
    .section2__p3__title h3 {
        padding: 0px 0 10px 60px;
        line-height: 1.2em;
    }

    .section2__p1__title h3:after,
    .section2__p2__title h3:after,
    .section2__p3__title h3:after {
        left: 60px;
        bottom: 4px;
    }

    .section2__p2__title h3:after {
        left: 83px;
        bottom: 10px;
    }

    .section2__p3__title h3:after {
        left: 83px;
        bottom: 10px;
    }

    .section2__p2__title h3:after,
    .section2__p3__title h3:after {
        content: " ";
        display: block;
        width: 100%;
        height: 12px;
        background: #ffde00;
        border-radius: 6px;
    }

    /*    .section2__p2__title h3:after {
        width: 180px;
    }*/

    .section2__p1__description,
    .section2__p2__description,
    .section2__p3__description {
        text-align: left;
        font-size: 14px;
        padding: 28px 0;
        line-height: 23px;
    }

    .section2__p1__image,
    .section2__p2__image,
    .section2__p3__image {
        padding: 0 0 20px;
    }

    /* section3 */
    .section3 {
        padding: 40px 0 30px
    }

    .section3 .section3__description {
        font-size: 14px;
        padding: 0 0 30px;
        line-height: 23px;
    }

    .section3 .section3__title {
        padding: 0 5px 25px;
    }

    /* section4 */
    .section4 {
        padding: 0 0 30px
    }

    .section4__body {
        width: auto;
        padding: 0 20px;
    }

    .section4 .section4__title {
        font-size: 13px;
    }

    .section4 .section4__title h2 {
        background-size: 34px auto;
        padding: 30px 0;
    }

    .section4 .section4__v1,
    .section4 .section4__v2,
    .section4 .section4__v3 {
        width: auto;
        border-bottom: none;
        background-size: 100px auto;
        background-position: left top;
    }

    .section4 .section4__v1 .section4__comment,
    .section4 .section4__v2 .section4__comment,
    .section4 .section4__v3 .section4__comment {
        width: auto;
        margin: 0 0 0 40%;
        font-size: 12px;
        padding: 14px 5%;
        line-height: 18px;
        width: 50%;
    }

    .section4 .section4__v1 .section4__comment:before,
    .section4 .section4__v2 .section4__comment:before,
    .section4 .section4__v3 .section4__comment:before {
        content: " ";
        background: url("../images/sec4_3.png") no-repeat left top;
        width: 20px;
        height: 26px;
        left: -20px;
        top: 32px;
    }

    .section4 .section4__v2 {
        margin: 0 0 50px;
        background-size: 100px auto;
        background-position: right top;
    }

    .section4 .section4__v2 .section4__comment {
        margin: 0;
        width: 50%;
    }

    .section4 .section4__v2 .section4__comment:before {
        background: url("../images/sec4_3_2.png") no-repeat right center;
        left: auto;
        right: -20px;
    }

    /* section5 */
    .section5 {
        padding: 0 0 60px
    }

    .section5__body {
        width: auto;
    }

    .section5 .section5__title {
        padding: 46px 20px 27px;
    }

    .section5 .section5__humans--outer {
        position: relative;
        width: auto;
        padding: 0 32px;
    }

    .section5 .section5__humans__shadow {
        display: none;
    }

    .section5 .section5__human {
        width: 155px;
        padding: 15px;
    }

    .section5 .section5__human__image {
        width: 160px;
    }

    .section5 .section5__human__comment {
        height: 110px;
    }

    .section5 .section5__human__name {
        text-align: right;
        padding: 0 0 14px;
    }

    .section5__prev {
        width: 10px;
        height: 21px;
        left: -20px;
        background: url("../images/sec5_3.png") no-repeat center top;
        background-size: 10px 21px;
    }

    .section5__next {
        width: 10px;
        height: 21px;
        right: -20px;
        background: url("../images/sec5_2.png") no-repeat center top;
        background-size: 10px 21px;
    }

    /* section6 */
    .section6 {
        padding: 0 0 30px
    }

    .section6__body--inner {
        width: auto;
        padding: 0 20px;
    }

    .section6 .section6__title {
        margin: 0 0 45px;
        font-size: 18px;
        padding: 23px 0;
    }

    .section6__human {
        width: auto;
        overflow: hidden;
        margin: 0 auto 50px;
    }

    .section6__human__name {
        padding: 10px 0 0;
    }

    .section6__human--l {
        float: none;
        width: auto;
    }

    .section6__human--right .section6__human--l {
        float: none;
    }

    .section6__human--l .section6__human__image {
        float: left;
        width: 20%;
        padding: 0 20px 20px 0;
    }

    .section6__human--r {
        float: none;
        width: auto;
        clear: both;
        padding: 15px;
    }

    .section6__human--r:after {
        width: 0;
        height: 0;
    }

    .section6__human--r dt {
        padding: 0 0 20px;
    }

    .section6__human--r dd {
        padding: 0;
    }

    /* section7 */
    .section7 {
        padding: 0 0 30px
    }

    .section7__body--inner {
        width: auto;
        margin: 37px auto;
        padding: 0 20px;
    }

    .section7 .section7__title {
        font-size: 18px;
        margin: 0 0 25px;
    }

    .section7__flow {
        margin: 0 auto 40px;
        width: 280px;
    }

    .section7 .section7__title__qa {
        width: 245px;
        font-size: 18px;
        margin: 0 auto 25px;
        padding: 20px 0;
        background-size: 30px auto;
    }

    .accordion {
        width: auto;
    }

    .accordion dt {
        font-size: 13px;
        background-size: 13px auto;
        background-position: 15px 15px;
    }

    .accordion dt a {
        padding: 13px 30px 13px 34px;
        background-position: 96% center;
        background-size: 13px auto;
    }

    .accordion dd {
        font-size: 13px;
        padding: 13px 0 13px 34px;
        background-size: 15px auto;
        background-position: 15px 15px;
    }

    .anchor {
        display: block;
        position: fixed;
        z-index: 9999;
        top: 90%;
        left: 3%;
        right: 3%;
    }

    .anchor a {
        display: block;
    }

    .catch1, .catch2 {
        width: 100%;
        margin-left: 0px;
    }

    .zensya-photo {
        width: 95%;
        margin-left: 1.5em;
    }
}

/* Trust Form CSS 上書き
----------------------------------- */
#trust-form table {
    margin-bottom: 8px !important;
}

#trust-form .error_text {
    color: red
}

.form div#trust-form.contact-form table th,
.form__table th {
    width: 300px;
}
.imgbtn {
    width: 660px;
    padding-bottom: 40px;
    padding-top: 20px;
}
.imgbtn:hover{
    opacity: 0.8;
  }

div#trust-form.contact-form span.require {
    margin-left: -2px !important;
}

/*2021.3.10追加 */
form tr:nth-last-child(3) {
    display: none;
}

@media only screen and (max-width: 768px) {

    /*2018.11.19三田追加箇所*/
    th .subject .content {
        /* width: 100%; */
        width: 100%;
        display: inline-block;
        font-size: 2.6vw;
        display: flex;
    }
    .form div#trust-form.contact-form input[type="email"]{
        border: 1px solid #8287a3;
        font-size: 3vw;
    }
    .checkbox{
        font-size: 3.2vw;
    }
    input[type="checkbox"]{
        width: 16px;
        height: 16px;
    }
    .form{
        padding-bottom: 4px;
    }

    .form div#trust-form.contact-form table td, .form__table td {
        border-bottom: 2px solid #f5f5f5;
        font-size: 13px;
        padding: 0 0 0 0 !important;
    }
    div#trust-form.contact-form span.require {
        margin-left: 0px !important;
    }
    /* .form div#trust-form.contact-form table th, .form__table th {
        width: 112px !important;
    } */









    th .subject .require {
        /* width: 100%; */
        width: 50%;
        display: inline-block;
    }

    .contact-form span.require {
        margin-left: 0px;
    }

    div#trust-form.contact-form span.require {
        /* margin-left: -6px !important; */
        font-size: 1.8vw;
        width: 37%;
        margin-right: 10px;
        text-align: center;
    }
    .form div#trust-form.contact-form input[type="text"]{
        font-size: 3vw;
        border: 1px solid #8287a3;
    }
    select.work_place{
        padding: 5px 8px;
    }

    .form div#trust-form.contact-form table th,
    .form__table th {
        width: 112px !important;
    }
    .content{
        font-size: 2vw;
        line-height: 0;
    }

    .form div#trust-form.contact-form table th,
    .form__table th,
    .header__mv__form .form__table th {
        padding: 15px 0 15px 0px;
        text-align: left;
    }

    .form .submit-container input[type="submit"] {
        background: #ff8500;
        border: 0;
        border-radius: 40px;
        color: #fff;
        font-size: 20px;
        margin: 10px auto 0;
        width: 92% !important;
        height: 45px !important;
    }

    .form .questionnaire-container input[type="submit"] {
        background: #ff8500;
        border: 0;
        border-radius: 40px;
        box-shadow: 0 7px 0 #f65000;
        color: #fff;
        font-size: 20px;
        margin: 10px auto 0;
        /*        width: 120px !important;
        height: 40px !important;*/
        width: 80% !important;
        height: 50px !important;
    }

    .section2__p3__title h3 {
        font-size: 21px;
        font-weight: bold;
        padding: 0px 0 30px 62px;
        position: relative;
    }

    div##tel-button {
        background: #ff8500;
        border: 0;
        border-radius: 40px;
        box-shadow: 0 7px 0 #f65000;
        color: #fff;
        font-size: 15px;
        margin: auto 0;
        padding-top: 5px;
        width: 40%;
        height: 36px;
        position: relative;
        right: -140px;
        top: -40px;
        line-height: 16px;
    }

    #date-request:nth-child(1) ul {
        float: none;
        width: 90%;
        display: inline-block;
        padding-left: 1em;
        text-indent: -1em;
    }

    #date-request ul:nth-child(1) {
        text-align: left;
    }

    #date-request:nth-child(1) ul {}

    #date-request:nth-child(1) ul li:nth-child(odd) {
        float: left;
        max-width: 300px;
    }

    #date-request:nth-child(1) ul li:nth-child(even) {
        float: right;
        max-width: 300px;
        padding-right: 20px;
    }

    #date-request ul:nth-child(2) li:nth-child(even) {
        max-width: 300px;
        padding-right: 20px;
    }

    #date-request ul:nth-child(2) {
        inline-width: 80%;
        margin-left: 10% margin-right: 10%
    }
}

@media only screen and (max-width: 600px) {
    .form div#trust-form table {
        margin: inherit;
        border: none;
    }



    .class-red{
        color: red!important;
    font-size: 8px!important;
    line-height: 1.1!important;
    }

    .form div#trust-form table th,
    .form div#trust-form table td {
        float: none;
        clear: none;
        width: inherit;
    }

    .form div#trust-form table ul li {
        line-height: inherit;
    }

    .header__badge img {
        width: 105%;
    }

    .anchor {
        display: block;
        position: fixed;
        z-index: 9999;
        top: 90%;
        left: 3%;
        right: 3%;
    }

    .anchor a {
        display: block;
    }

    .mv--inner {
        background-size: 89%;
        background-position: 59% 96%;
    }

    .zensya-photo {
        width: 100%;
        margin-left: 0em;
    }

    .zensya-photo img {
        width: 100%;
    }

    #date-request ul li {
        width: 41%;
    }
}

@media only screen and (max-width: 450px) {
    .mv--inner {
        background-size: 90%;
        background-position: 50% 100%;
    }
}

button.botchan_open {
    background: none;
    border: none;
}

/* TrustForm関連 */
.q_privacy1 {
    display: none;
}

/* 利用規約の同意を非表示 */
#trust-form form table tr:nth-child(8) {
    display: none;
}

/* Checkboxのカスタムスタイル */
input[type="checkbox"] {
    width: 20px;
    height: 20px;
    background-color: #EEE;
    position: inherit;
    opacity: 1;
}

input[type="checkbox"]:checked {
    background-color: #2196F3;
}

.checkbox {
    text-align: center;
    font-weight: 600;
    padding-top: 10px;
}

p {
    margin-bottom: auto !important;
}

h2 {
    font-size: 1.5em !important;
    clear: both;
    margin: 0;
}

#box-kiyaku2 {
    border: 1px solid rgba(0, 0, 0, .1)
}

#box-kiyaku2>section {
    font-size: .7rem;
    padding: .4rem;
    white-space: pre-line
}

.modal-content {
    max-height: calc(100vh - 5.5rem);
}

.modal-body {
    overflow-y: auto;
}

.modal-dialog {
    max-width: 600px !important;
}

body.no-scroll {
    overflow-y: hidden;
    height: 100vh;
}

select.situation {
    width: 100% !important;
    font-size: 12px;
    padding: 8px 8px;
    border-color: #aaa;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #bbbbbb;
    border-radius: 0;
    background-image: url(https://talk.dshu.jp/wp-content/themes/HTML5-Reset-WordPress-Theme/custom-post-template/kou_neet_botchan_ariyoshi_20230511_sample/images/arrow-bottom.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 13px 13px;
	color: black;
}

select.work_place {
    width: 100% !important;
    font-size: 12px;
    padding: 8px 8px;
    border-color: #aaa;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #bbbbbb;
    border-radius: 0;
    background-image: url(https://talk.dshu.jp/wp-content/themes/HTML5-Reset-WordPress-Theme/custom-post-template/kou_neet_botchan_ariyoshi_20230511_sample/images/arrow-bottom.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 13px 13px;
	color: black;
}

select.birth_year {
    width: 100% !important;
    font-size: 12px;
    padding: 8px 8px;
    border-color: #aaa;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #bbbbbb;
    border-radius: 0;
    background-image: url(https://talk.dshu.jp/wp-content/themes/HTML5-Reset-WordPress-Theme/custom-post-template/kou_neet_botchan_ariyoshi_20230511_sample/images/arrow-bottom.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 13px 13px;
	color: black;
}


input {
    border-radius: 0;
}


/* 2023/06/22 相馬追記 */
.award_contents {
    display: flex;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .award_contents {
        justify-content: center;
        right: 0;
        left: 0;
    }
}

@media screen and (max-width: 420px) {
    .award_contents {
        top: 390px;
        position: absolute;
        /* bottom: 25vw; */
    }
}

@media screen and (max-width: 390px) {
    .award_contents {
        top: 345px;
    }
}
.zisseki{
    display: flex;
    justify-content: space-between;
    padding-bottom: 2px;
}
.award_image {
    /* width: 155px;
    margin-right: 20px; */
    width: 380px;
}
.award_image2{
    width: 380px;
}

.award_image img {
    width: 100%;
}

@media screen and (max-width: 420px) {
    .award_image {
        width: 106px;
    }
}

.chui {
    /* bottom: 10px;
    color: #1E9EB9;
    padding-top: 10px;
    padding-bottom: 80px;
    padding-left: 2%;
    font-size: 12px; */
    bottom: 10px;
    color: #313c69;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 2%;
    font-size: 18px;
    font-weight: bold;
}



.aichui{
    position: absolute;
    right: 57%;
    transform: translateX(495%);
    bottom: 0;
    font-size: 12px;
    color: white;
}

@media only screen and (min-width: 1250px) {
    .aichui{
        position: absolute;
        right: 47%;
        transform: translateX(495%);
        bottom: 0;
        font-size: 12px;
        color: white;
    }
}

.aichui2{
    position: absolute;
    top: 97%;
    right: 0%;
    font-size: 6px;
    color: white;
}

.space-chui{
    padding-left: 37px;
}

@media only screen and (max-width: 1400px) {
    .chui {
        padding-left: 1%;
    }
}

@media screen and (max-width: 768px) {
    .chui {
        bottom: 20vw;
        right: 0;
        left: 0;
        text-align: center;
        padding: 0;
    }
}

@media screen and (max-width: 420px) {
    .chui {
        bottom: 12vw;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
        margin-top: 12px;
    }
}




.att {
    padding-left: 9%;
    padding-top: 10px;
    padding-bottom: 10px;
}


@media only screen and (max-width: 1800px) {
    .att {
        padding-left: 8%;
    }
}

@media only screen and (max-width: 1400px) {
    .att {
        padding-left: 1%;
    }
}

@media only screen and (max-width: 712px) {
    .att {
        text-align: center;
    }
}

@media only screen and (max-width: 1400px) {
    .award_wrapper {
        padding-left: 1%;
        padding-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .award_wrapper {
        padding-top: 340px;

    }
}

@media screen and (max-width: 390px) {
    .award_wrapper {
        padding-top: 300px;
    }
}

.bnr {
    width: 500px;
    margin: auto;
    padding-top: 10px;
}

img.bnr_img {
    width: 500px;
}
#sport_sponsor{
	width: 520px;
	position: relative;
	right: 10px;
    padding-top: 10px;
}

@media screen and (max-width: 769px) {
    .bnr {
        width: 100%;
        margin: auto;
        padding: 10px;
    }

    img.bnr_img {
        width: 100%;
        margin-bottom: 13px;
    }
	#sport_sponsor{
		width: 103%;
		position: relative;
		right: 1.5%;
	}
}

footer#footer {
    background: white;
    margin: auto;
    text-align: center;

}

.wp-block-table {
    /* border: 1px solid; */
    /* border-radius: 0 0 20px 20px; */
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
    background-color: white;
    padding-bottom: 16px;
}

.wp-block-table td,.wp-block-table th {
    border: none;
}
.form div#trust-form.contact-form table td.birthday{
    width: 32%;
    padding: 11px 1.5% !important;
}
.contact-form {
    background-color: white;
    /* box-shadow: 10px 10px 20px rgba(0,0,0,0.2); */
}
select.birthday_cell {
    width: 100%;
    padding: 8px 4px;
    border: #bbbbbb solid 0.5px;
    border-color: #aaa;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #bbbbbb;
    border-radius: 0;
    background-image: url(https://talk.dshu.jp/wp-content/themes/HTML5-Reset-WordPress-Theme/custom-post-template/kou_neet_botchan_ariyoshi_20230511_sample/images/arrow-bottom.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 13px 13px;
}
@media screen and (max-width: 769px){
    select.birthday_cell{
        padding: 8px 4px;
        font-size: 10px;
    }
    .form div#trust-form.contact-form table td.birthday{
        width: 32%;
        padding: 15.5px 1.5% !important;
    }
}

/*2024/04追加*/
.mv_sp,.mv_sp2{
    display: none;
}

@media only screen and (max-width: 769px) {
    .mv_sp{
        position: relative;
        background-image: url(../images/woman-bgsp.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 100% 100%;
        /* max-width: 915px; */
        /* margin: auto; */
        display: block;
        padding: 0 20px;
    }
    .spname{
        position: absolute;
        content: '';
        right: 1%;
        top: 79%;
        width: 40%;
    }
    .mv_sp2{
        display: block;
        /* margin: 0 20px; */
    }
    .bnr{
        display: none;
    }
    .mv_sp2{
        background-color: #ececec;
        padding: 20px ;
    }
    .mv_text{
        font-size: 23px;
        color: #1f2c5c;
        font-weight: bold;
        margin-top: 10px ;
    }
    .syu{
        font-size: 30px;
        font-weight: bold;
        color: #ef8017;
        display: flex;
        align-items: baseline;
    }
    .syu div{
        text-shadow:white 1px 0 20px;
        margin-left: 10px;
    }
    .mv_on{
        display: inline-block;
        position: relative;
        background: linear-gradient(-65deg, #f05600 44%, #ef8017 0);
        color: white;
        font-size: 20px;
        font-weight: bold;
        padding: 3px 8px;
    }
    .mv_on::before{
        content: '';
        position: absolute;
        left: 16%;
        top: 100%;
        display: block;
        width: 0;
        height: 0;
        border-right: 7px solid transparent;
        border-top: 11px solid #ef8017;
        border-left: 7px solid transparent;
    }
    .dymsyu{
        width: 50%;
        margin: 10px 0;
    }
    .chui2{
        bottom: 10px;
        color: white;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 2%;
        text-shadow:#1E9EB9 0 0 10px,#1E9EB9 0 0 10px,#1E9EB9 0 0 10px,#1E9EB9 0 0 10px;
        font-size: 9px;
    }
    .logo_flex{
        display: flex;
        /* justify-content: center; */
        border: 3px solid #1e285a;
        /* min-height: 120px*//*;要調整 */
    }
    .logo_img2{
        /* display: flex; */
        width: 45%;
        background-color: white;
    }
    .logo_img2 img{
        width: 28%;
        margin: auto;
        object-fit: contain;
        /* padding: 7px; */
    }
    .logo_text2{
        text-align: center;
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 59%;
        justify-content: center;
        color: #1e285a;
        font-weight: bold;
        font-size: 10px;
        background-color: #daeff4;
    }
    .logo_text2 span{
        letter-spacing: -1px;
    }
    .logo_flex2{
        display: flex;
        width: 85%;
        margin: auto;
    }

    .gold{
        display: flex;
        flex-direction: column;

    }
    .gold img{
        /* margin: 5px 0; */
        width: 54%;/*調整s*/
    }
    .form {
        padding-top: 20px;
        padding-bottom: 0px;
    }

}







@media screen and (min-width: 780px) and (max-width: 1280px) {
    .form{
        width: 780px;
    }
    .form div#trust-form.contact-form table, .form__table {
        margin: 10px auto 10px;
        width: 750px;
    }
    .form__title:after {
        content: '';
        background: url(../images/30min.png) no-repeat left center;
        background-size: cover;
        width: 140px;
        height: 140px;
        position: absolute;
        left: 45px;
        top: -28px;
    }
    .form_lead2 {
        font-size: 32px;
        font-weight: 600;
        line-height: 40px;
    }
    .form_lead {
        font-size: 24px;
        letter-spacing: 5px;
        font-weight: 500;
    }
    .form__title:after{
        background-size: cover;
        width: 140px;
        height: 140px;
        position: absolute;
        left: 30px;
        top: -28px;
    }
}

/* 2024.08.01追加 */
.color_orange {
    color: #F08017;
}

.content_flex {
    display: flex;
    margin-bottom: 0;
}

.font_mini {
    font-size: 24px;
}

.font-futura {
    font-family: 'futura', sans-serif;
}

img {
    width: 100%;
}
.mv {
    background-image: none;
    background-color: #fff;
}

.mv_headline {
    position: absolute;
    bottom: calc(100% - 43%);
    left: calc(100% - 72%);
    z-index: 30;
}

.mv_headline p {
    overflow: hidden;
    color: #202A5A;
    font-weight: bold;
    background-color: #fff;
    font-size: 1.8em;
    padding: .2em .3em;
    border-radius: 5px;
    margin-bottom: .5em !important;
    white-space: nowrap;
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    width: fit-content;
    animation-delay: .7s;
}

.slideAnimeLeftRight {
    will-change: clip-path, opacity;
    animation: revealText 0.7s ease-in forwards;
}

p:nth-of-type(2) {
    animation-delay: 1.5s;
}

/* MV見出しアニメーション */
@keyframes revealText {
    0% {
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }
    100% {
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.circles {
    position: absolute;
}

.circles_wrapper {
    position: absolute;
    top: 18%;
    left: 25%;
    width: 27%;
    height: 51%;
}
.circles_item {
    width: 100%;
    height: 100%;
    position: absolute;
}
.circles_item01 {
    animation: rotation 14s 0s linear 1;
}
.circles_item02 {
    animation: rotation 14s 0s linear 1;
}
.circles_item03 {
    animation: rotation 14s 0s linear 1;
}
/* 最終的な位置に配置 */
.circle01 {
    bottom: 156px;
    right: -48px;
    width: 48px;
    animation: zengo1 14s 0s cubic-bezier(0.89, 0.24, 0.25, 0.96) 1 forwards;
}
.circle02 {
    top: -42px;
    left: 24px;
    width: 48px;
    animation: zengo2 14s 0s cubic-bezier(0.89, 0.24, 0.25, 0.96) 1 forwards;
}
.circle03 {
    bottom: 40px;
    left: -48px;
    width: 48px;
    animation: zengo3 14s 0s cubic-bezier(0.89, 0.24, 0.25, 0.96) 1 forwards;
}

/* 要素の回転アニメーション */
@keyframes rotation {
    0% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* 要素の大きさ調整アニメーション */
@keyframes zengo1 {
    0% {
        transform: scale3d(1, 1, 1);
    }
    65% {
        transform: scale3d(0.5, 0.5, 0.5);
    }
    100% {
        /* 最終的な大きさ */
        transform: scale3d(0.7, 0.7, 0.7);
    }
}
@keyframes zengo2 {
    0% {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(2, 2, 2);
    }
    100% {
        /* 最終的な大きさ */
        transform: scale3d(1.2, 1.2, 1.2);
    }
}
@keyframes zengo3 {
    0% {
        transform: scale3d(0.5, 0.5, 0.5);
    }
    40% {
        transform: scale3d(1, 1, 1);
    }
    100% {
        /* 最終的な大きさ */
        transform: scale3d(2, 2, 2);
    }

}


@media only screen and (max-width: 1024px) {
    .circles_wrapper {
        top: 12%;
        left: 22%;
        width: 31%;
        height: 45%;
    }
    .mv_headline p {
        font-size: 1.4em;
    }
    .mv_headline {
        bottom: calc(100% - 35%);
    }
}

@media only screen and (max-width: 769px) {
    .mv_sp{
        background-image: none;
        padding: 0;
    }

    .mv_headline {
        bottom: calc(100% - 37%);
        left: calc(100% - 91%);
    }

    .mv_headline p {
        font-size: 1.2em;
    }

    .circles_wrapper {
        top: 21%;
        left: 8%;
        width: 84%;
        height: 38%;
    }
    .circles_item {
        width: 100%;
    }
    .circle01 {
        bottom: 116px;
        right: -16px;
        top: unset;
        left: unset;
        width: 32px;
        animation: zengo1 14s 0s cubic-bezier(0.89, 0.24, 0.25, 0.96) 1 forwards;
    }
    .circle02 {
        top: -54px;
        left: 8px;
        bottom: unset;
        right: unset;
        width: 32px;
        animation: zengo2 14s 0s cubic-bezier(0.89, 0.24, 0.25, 0.96) 1 forwards;
    }
    .circle03 {
        bottom: 0;
        left: -8px;
        top: unset;
        right: unset;
        width: 32px;
        animation: zengo3 14s 0s cubic-bezier(0.89, 0.24, 0.25, 0.96) 1 forwards;
    }
    /* 要素の大きさ調整アニメーション */
    @keyframes zengo1 {
        0% {
            transform: scale3d(1, 1, 1);
        }
        100% {
            /* 最終的な大きさ */
            transform: scale3d(0.5, 0.5, 0.5);
        }
    }
    @keyframes zengo2 {
        0% {
            transform: scale3d(0.7, 0.7, 0.7);
        }
        50% {
            transform: scale3d(1.4, 1.4, 1.4);
        }
        100% {
            /* 最終的な大きさ */
            transform: scale3d(1.1, 1.1, 1.1);
        }
    }
    @keyframes zengo3 {
        0% {
            transform: scale3d(0.5, 0.5, 0.5);
        }
        100% {
            /* 最終的な大きさ */
            transform: scale3d(1.8, 1.8, 1.8);
        }
    }
}

/* お悩み */
.worry {
    background-color: #5EC4DA;
    padding: 3.5em 0 2em;
    margin-top: 14em;
}

.worry_headline > h2 {
    font-size: 32px !important;
    color: #fff;
    text-align: center;
    font-weight: bold;
    letter-spacing: 4px;
    padding-top: .5em;
}

.worry_headline > img {
    display: block;
    width: 40em;
    margin: auto;
}

.worry_text_dot {
    font-size: 1.4em;
    -webkit-text-emphasis: filled;
    text-emphasis: filled;
}

.worry_content {
    width: 90%;
    max-width: 1000px;
    margin: 2em auto;
    color: #777;
}

.worry_content ul {
    justify-content: space-between;
    font-size: 1.2em;
}

.worry_content li {
    width: 30%;
    flex-direction: column;
    justify-content: space-between;
}

.worry_content img {
    width: 100%;
}

.worry_content p {
    background-color: #E3F5F8;
    padding: 1em;
    border-radius: 5px;
}

.worry_image {
    height: 28vh;
}

.worry_first_image > img {
    display: block;
    width: fit-content;
    height: 100%;
    margin: auto;
}

.worry_second_image {
    position: relative;
}

.worry_second_image > img {
    position: absolute;
}

.worry_second_image > img:first-child {
    width: 68%;
    right: 0;
}
.worry_second_image > img:last-child {
    width: 70%;
    bottom: 24px;
}

.worry_third_image > img {
    display: block;
    width: 80%;
    margin: auto;
    padding-top: 2em;
}

@media only screen and (max-width: 1024px) {
    .worry_content p {
        font-size: .9em;
    }
}

@media only screen and (max-width: 769px) {
    .worry {
        padding: 25em 0 2em;
        margin-top: 0;
    }

    .worry_headline > h2 {
        font-size: 18px !important;
        letter-spacing: 2px;
    }

    .font_mini {
        font-size: 18px;
    }

    .worry_headline > img {
        width: 90%;
    }

    .worry_content {
        max-width: 560px;
    }

    .worry_content ul{
        flex-direction: column;
    }

    .worry_content li {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 2em;
        align-items: center;
    }

    .worry_content li:last-child {
        margin-top: 1em;
        margin-bottom: 0;
    }

    .worry_image {
        height: auto;
        width: 50%;
    }

    .worry_first_image > img {
        margin: auto;
        width: 70%;
    }

    .worry_second_image > img:first-child {
        width: 68%;
        bottom: 0;
        right: 0;
    }
    .worry_second_image > img:last-child {
        width: 75%;
        top: -35px;
    }

    .worry_third_image > img {
        padding: 0;
        width: 95%;
    }

    .worry_content p {
        width: 90%;
        padding: .5em;
        font-size: .8em;
        max-height: 4em;
        margin: 0 !important;
    }
}


/* DYM就職ではそのお悩みをすべて解決します！ */
.solution {
    background-image: url('../images/new_images/subtract.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    padding: 5em 0;
    background-color: #fff;
}

@media only screen and (min-width: 1441px) {
    .solution {
        background-size: cover;
        background-position: 50% 100%;
    }
}

.solution::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    background-image: url('../images/new_images/polygon.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 158px;
    height: 66px;
    margin: auto;
}

.solution > h2 {
    width: 20em;
    margin: auto;
    position: relative;
}

.solution > h2::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -40px;
    right: -128px;
    background-image: url('../images/new_images/woman01.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 208px;
    height: 216px;
}


.solution_content {
    width: 90%;
    max-width: 1100px;
    margin: auto;
}

.solution_content ul {
    justify-content: space-between;
    font-size: 1.2em;
    margin-top: 32px;
}

.solution_content li {
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
    color: #fff;
    background: linear-gradient(#5EC4DA, #4BB19C);
    padding: 1.5em;
    border-radius: 20px;
    position: relative;
}

.solution_content li::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -40px;
    left: 0;
    background-image: url('../images/new_images/text01.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
}

.solution_content li:nth-child(2)::before {
    background-image: url('../images/new_images/text02.png');
}

.solution_content li:nth-child(3)::before {
    background-image: url('../images/new_images/text03.png');
}

.solution_content p {
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
}

.solution_content li:nth-child(2) p {
    margin-bottom: 1em !important;
}

@media only screen and (max-width: 1024px) {
    .solution_content ul {
        font-size: 1em;
    }
}

@media only screen and (max-width: 769px) {
    .solution {
        padding: 3em 0;
        background-image: unset;
        background: linear-gradient(#E3F5F8 10%, #fff 10%);
    }

    .solution::before {
        width: 112px;
        height: 48px;
    }

    .solution > h2 {
        width: 100%;
        background-color: #E3F5F8;
    }

    .solution > h2 img {
        position: relative;
        z-index: 10;
    }

    .solution > h2::after {
        top: unset;
        right: 24px;
        bottom: 0;
        width: 184px;
        height: 192px;
    }

    .solution_content {
        max-width: 560px;
    }

    .solution_content ul {
        flex-direction: column;
    }

    .solution_content li {
        width: 90%;
        margin: 2.5em auto 0;
        padding: 1.5em 1em 1em;
    }

    .solution_content li:first-child {
        margin-top: 1em;
    }

    .solution_content p {
        margin-bottom: 1em !important;
    }
}

/* 転職先のご紹介 */
.introduction {
    background-color: #fff;
    padding: 2em;
    position: relative;
}

.introduction_content {
    width: 95%;
    max-width: 1100px;
    margin: auto;
    position: relative;
}

.introduction_content h3 {
    position: relative;
    font-size: 1.7em;
    font-weight: bold;
    background: linear-gradient(#5EC4DA, #4BB19C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 1.5em;
}

.introduction_content ul {
    width: fit-content;
    justify-content: space-between;
    font-size: 1.2em;
    margin-top: 32px;
    flex-wrap: wrap;
}

.introduction_headline {
    margin: 0 auto;
}

.introduction_content li.introduction_item {
    width: 40%;
    position: relative;
    padding: .7em;
    margin: 0 0 2.5em 6.8em;
    box-shadow: 2px 6px 14px 0px rgba(0, 0, 0, 0.21);
    background-color: #fff;
}

.introduction_content p {
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    position: absolute;
    background: linear-gradient(#5EC4DA, #4BB19C);
    padding: .5em 1em;
    border-radius: 5px;
    top: 8px;
    left: -96px;
}

@media only screen and (min-width: 769px) {
    .introduction_content li.introduction_item:nth-child(4) {
        position: absolute;
        margin: 0 1em 3em;
        right: 0;
        top: 152px;
    }

    .introduction_content li.introduction_item:nth-child(4) p {
        left: unset;
        right: -8px;
    }

}

.introduction_content p::after, .introduction_content h3::after {
    content: '';
    display: inline-block;
    position: absolute;
    background-image: url('../images/new_images/success_story.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 176px;
    height: 80px;
    right: -35px;
    bottom: -35px;
}

.introduction_content h3::after {
    bottom: -58px;
}

.introduction_content::before {
    content: '';
    display: inline-block;
    position: absolute;
    background-image: url('../images/new_images/success_story02.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 35em;
    height: 6em;
    right: 0;
    top: -3.5em;
}

@media only screen and (max-width: 769px) {
    .introduction_content h3 {
        font-size: 2em;
        text-align: center;
        margin: 0;
    }

    .introduction_content h3::after {
        width: 168px;
        height: 80px;
        right: 0;
        top: 12px;
        bottom: unset;
    }

    .introduction_content {
        max-width: 560px;
    }

    .introduction_content ul {
        flex-direction: column;
        margin-top: 3em;
    }

    .introduction_content li.introduction_item {
        width: 85%;
        margin: 8px 0;
        background-color: #fff;
        padding: .5em;
    }

    .introduction_content li.introduction_item:nth-child(3) {
        order: 2;
    }

    .introduction_content li.introduction_item:nth-child(4) {
        margin-left: auto;
        margin-right: 0;
        order: 1;
    }

    .introduction_content li.introduction_item:nth-child(4) p {
        left: unset;
        right: 0;
    }

    .introduction_content p {
        font-size: .8em;
        padding: .4em .9em;
        top: -16px;
        left: 0;
    }

    .introduction_content p::after {
        width: 88px;
        height: 56px;
        right: 0;
        top: 20px;
    }

    .introduction_content::before {
        width: 100%;
        height: 100%;
        right: 0;
        top: -25px;
    }
}

/* 気軽にご相談ください */
.consultation {
    background: #E2F5F9;
    background-image: url('../images/new_images/rectangle.png');
    background-size: 55% 100%;
    background-repeat: no-repeat;
    padding: 24px 0;
    position: relative;
}

.consultation_content {
    width: 93%;
    max-width: 1100px;
    margin: auto;
}

.consultation_left, .consultation_right {
    position: relative;
    height: 50%;
}

.consultation_left h3 {
    color: #fff;
    border-bottom: 2px solid #fff;
    width: fit-content;
    padding-bottom: 4px;
    font-weight: bold;
    font-size: 32px;
}

.consultation_headline{
    font-size: 26px;
}

.consultation_font_big {
    font-size: 34px;
    margin-right: 4px;
}

.consultation_left div.content_flex {
    align-items: center;
}
.consultation_left ul {
    align-items: center;
    width: 43%;
}

.consultation_left li {
    width: 48%;
    margin-top: .5em;
}

.consultation_left a {
    padding: .5em 0 0 1em;
    display: block;
    width: 32%;
}

.consultation_left a:hover {
    filter: brightness(1.1);
}

.consultation::before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: calc(100% - 45%);
    background-image: url('../images/new_images/woman01.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 274px;
    height: 288px;
}

.consultation > .chui {
    position: absolute;
    font-size: .8em;
    font-weight: normal;
    bottom: -88px;
    left: 0;
    right: 0;
    max-width: 1100px;
    margin: auto;
}
@media only screen and (max-width: 1024px) {
    .consultation {
        background-size: 63% 100%;
    }
}

@media only screen and (min-width: 500px) and (max-width: 769px) {
    .consultation::before {
        left: 0;
        right: 0;
        margin: auto;
        width: 253px;
        height: 264px;
    }
}

@media only screen and (max-width: 499px) {
    .consultation::before {
        left: calc(100% - 70%);
        width: 178px;
        height: 184px;
    }
}


@media only screen and (max-width: 769px) {
    .consultation_content {
        max-width: 640px;
    }

    .consultation {
        padding: 24px 0 8px;
        background-size: 58% 100%;
    }

    .consultation_left {
        padding-left: 1em;
    }
    .consultation_left h3 {
        font-size: 18px;
        border: none;
        line-height: 1.5em;
    }
    .consultation_font_mini {
        font-size: 16px;
    }
    .consultation_headline {
        font-size: 18px;
        border-bottom: 1px solid #fff;
    }
    .consultation_font_big {
        font-size: 26px;
        margin-right: 4px;
    }
    .consultation_left ul.content_flex {
        flex-direction: column;
        width: 56%;
    }

    .consultation_left li {
        width: 100%;
        margin: 0;
    }

    .consultation_left a {
        position: absolute;
        bottom: 0;
        left: calc(100% - 45%);
        width: 100%;
        margin-bottom: .7em;
    }

    .consultation > .chui {
        align-items: flex-start;
        width: 90%;
    }
}

/* ご登録から就職までの流れ */
.flow {
    background-image: url('../images/new_images/background01.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5em 0;
}

.flow h3 {
    text-align: center;
    font-weight: bold;
    margin: 1em auto 2em;
    font-size: 2em;
}

.flow_content {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    padding: 1em;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    position: relative;
}

.flow_content::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 4.6em;
    left: 0;
    right: 0;
    background-image: url(../images/new_images/vector.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 93%;
    height: 9em;
    margin: auto;
}

.flow_content li {
    padding: 1em;
}

.flow_content li:nth-child(2) {
    margin-top: 3.2em;
}

.flow_content li:nth-child(3) {
    margin-top: 6em;
}

.flow_content li:nth-child(4) {
    margin-top: 8.6em;
    position: relative;
}

.flow_content h4 {
    color: #6E6E6E;
    padding-bottom: .3em;
    font-size: 1.2em;
    font-weight: bold;
}

.flow_content .flow_num {
    color: #369EB9;
    margin-right: .5em;
    font-size: 1.3em;
}

.flow_content p {
    color: #369EB9;
    margin: 1em 0 !important;
}

@media only screen and (max-width: 769px) {
    .flow {
        background-image: url(../images/new_images/background02.png);
        background-size: contain;
        background-color: #fff;
        padding: 7em 0 4em;
    }

    .flow h3 {
        margin: 1em auto;
        font-size: 1.5em;
    }

    .flow_content {
        flex-direction: column;
        background-color: rgba(255, 255, 255, 0);
        max-width: 560px;
    }

    .flow_content::after {
        content: unset;
    }

    .flow_content li {
        width: 80%;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        background-color: #fff;
        border-radius: 5px;
        margin: auto;
    }

    .flow_content h4 {
        border-bottom: #369EB9 2px solid;
    }

    .flow_content li:nth-child(2), .flow_content li:nth-child(3), .flow_content li:nth-child(4) {
        margin-top: 20px;
    }
}

/* 簡単登録 */
.register {
    background: #E2F5F9;
}
.register_content {
    padding: 2em 0 5em;
    width: 95%;
    max-width: 1000px;
    margin: auto;
    position: relative;
}

.register_content::before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 2em;
    background-image: url(../images/new_images/woman02.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 274px;
    height: 280px;
    z-index: 10;
}

.register p{
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    color: #6E6E6E;
}

.font_big {
    font-size: 1.5em;
}

.arrow_paragraph {
    background: linear-gradient(90deg, #fff 0%, #fff 85%, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0) 100%);
    position: relative;
}

.paragraph_wrapper::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: url(../images/new_images/polygon02.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 180px;
    height: 120px;
    margin-top: 3.1em;
}

@media only screen and (max-width: 769px) {
    .register_content {
        max-width: 560px;
    }

    .register_content::before {
        left: 0;
    }
    .register p{
        font-size: 1.2em;
        z-index: 30;
    }

    .register p:first-child {
        text-align: right;
        margin-bottom: 1em !important;
        font-size: 1.3em;
    }

    .register::before {
        z-index: 0;
        width: 250px;
        height: 256px;
        left: 0;
    }

    .paragraph_wrapper::after {
        width: 116px;
        height: 104px;
        margin-top: 4.6em;
    }

    .arrow_paragraph {
        padding: .6em 0;
        background: linear-gradient(90deg, #fff 0%, #fff 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
    }
}

.footer {
    padding-top: 29em;
}
.footer__body {
    background-color: #E2F5F9;
}

@media only screen and (max-width: 769px) {
    .footer {
        padding-top: 0;
    }
    .mv_sp2 {
        padding: 20px;
        margin-top: 31em;
    }
}