/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 1px;
    border-top: 1px solid #222222;
    display: block;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
    white-space: pre-wrap;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bold;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

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

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

*,
:before,
:after {
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

img {
    max-width: 100%;
    height: auto;
    line-height: 0;
}

iframe{
    max-width:100%;
}

a {
    color: #222222;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    opacity: 0.7;
}

.wrapper {
    position: relative;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.section {
    padding: 36px 0;
}

@media screen and (min-width: 900px) {
    .section {
        padding: 80px 0;
    }
}

.section_ttl {
    font-size: 2.2rem;
    color: #033e80;
    font-weight: bold;
    line-height: 1.53;
}

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

    .section_ttl {
        margin-top: 6rem;
    }

}

.section_ttl__en {
    font-size: 3.6rem;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.section_ttl__sub {
    display: block;
    font-size: 1.8rem;
    font-family: "見出ゴMB31", "Midashi Go MB31", sans-serif;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1;
}

@media screen and (min-width: 900px) {
    .section_ttl {
        font-size: 3.4rem;
    }

    .section_ttl__en {
        font-size: 6.4rem;
    }

    .section_ttl__sub {
        font-size: 2rem;
    }
}

.section_lead {
    font-size: 1.6rem;
    line-height: 2;
}

.alignc {
    text-align: center;
}

.alignr {
    text-align: right;
}

.alignl {
    text-align: left;
}

.bg_main {
    background: url(../img/common/bg_main.png) 50% 0 / cover no-repeat;
}

.bg_main2 {
    background: url(../img/common/bg_main2.png) 50% 0 / cover no-repeat;
    background-attachment: fixed;
}

.bg_satin {
    background: url(../img/common/bg_satin.jpg) 50% 0 / cover no-repeat;
}

.bg_yellow {
    background: #f4b732;
}



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

    .flex_block__img + .flex_block__content,
    .flex_block__content + .flex_block__img {
        margin: 40px 0 0;
    }
}

@media screen and (min-width: 900px) {
    .flex_block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .flex_block-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .flex_block__img {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .flex_block__content {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

.form input,
.form button,
.form textarea,
.form select {
    margin: 0;
    padding: 0;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
}

.form [type="date"],
.form [type="email"],
.form [type="tel"],
.form [type="search"],
.form [type="text"],
.form button,
.form textarea,
.form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    outline: none;
}

.form ::-ms-reveal {
    display: none;
}

.form ::-ms-expand {
    display: none;
}

.form button,
.form [type="checkbox"],
.form [type="radio"],
.form [type="submit"],
.form select,
.form label {
    cursor: pointer;
}

.form [type="submit"],
.form button {
    display: block;
    margin: 24px auto 16px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.form [type="submit"]:hover,
.form button:hover {
    background-color: #0451a8;
}

.form .field + .field {
    margin-top: 32px;
}

.form .field [type="date"],
.form .field [type="email"],
.form .field [type="tel"],
.form .field [type="search"],
.form .field [type="text"],
.form .field select,
.form .field textarea {
    background: #fff;
    border-radius: 4px;
    padding: 16px;
    border: 1px solid #7e7e7e;
    letter-spacing: 0.05em;
}

.form .field [type="date"]:focus,
.form .field [type="email"]:focus,
.form .field [type="tel"]:focus,
.form .field [type="search"]:focus,
.form .field [type="text"]:focus,
.form .field select:focus,
.form .field textarea:focus {
    border-color: #033e80;
}

.form .field [type="date"],
.form .field [type="email"],
.form .field [type="tel"],
.form .field [type="search"],
.form .field [type="text"] {
    height: 48px;
    line-height: 48px;
}

.form .field .field_type {
    display: block;
    margin: 0 0 8px;
    color: #222222;
    font-size: 1.4rem;
}

.form .field .field_type .required {
    color: #f4b732;
}

/*.header-onscroll {
    background: #0080ff;
}*/

.header .screen-reader-text {
    display: none;
}


.header__search {
    position: relative;
    margin-left: 26px;
    display: block;
    width: 190px;
    height: 28px;
    background: #fff url(../img/common/ico_glass.svg) 95% 50%/14px auto no-repeat;
    border-radius: 14px;
}

.header__search [type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    outline: none;
    height: 28px;
    padding: 0 1em;
}

.header__search [type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    outline: none;
    position: absolute;
    top: calc(50% - 6px);
    right: 5%;
    width: 14px;
    height: 13px;
    background: url(../img/common/ico_glass.svg) 90% 50% / contain auto no-repeat;
}

.header_tel {
    text-align: center;
    margin-right: 30px;
}

.header_tel p {
    color: #fff;
    text-shadow: 0 6px 6px rgba(0, 0, 0, 0.3), 0 0 1em rgba(0, 0, 0, 0.3),
        0 0 0.2em rgba(0, 0, 0, 0.3);
}

.header_tel__txt {
    padding-left: 22px;
    font-size: 1rem;
    line-height: 1.1;
}

.header_tel__num {
    font-size: 2.4rem;
    line-height: 1.4;
}

.header_tel__num img {
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    body.gnav_is-open {
        overflow: hidden;
    }
}

.gnav_sub__name {
    position: relative;
    display: inline-block;
}

@media screen and (min-width: 900px) {
/*
    .gnav_item__link,
    .gnav_sub__name {
        color: #fff;
    }

    [class*="-onscroll"] .gnav_item__link,
    [class*="-onscroll"] .gnav_sub__name {
        color: #fff;
    }*/
}




















.article__cat {
    margin: 1em 0;
    font-size: 1.3rem;
    opacity: 0.7;
}

.article__ttl {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #222222;
}

.article_list__btn {
    margin: 40px auto;
}


.logo_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.logo_list .logo {
    width: 50%;
    padding: 2px 8px;
}

.article_list .article__thumb {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: calc((250 / 386) * 100%);
    background: url("/assets/img/common/noimg.jpg") 50% 50% / contain no-repeat;
    width: 100%;
    z-index: 1;
}

.article_list .article__ttl {
    position: relative;
    width: 90%;
    margin: -8% auto 0;
    padding: 12px 15px;
    background: #fff;
    -webkit-box-shadow: 0 12px 34px rgba(0, 0, 0, 0.16);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.16);
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.666;
    z-index: 10;
}

@media screen and (min-width: 900px) {
    .logo_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -32px -16px 32px;
    }

    .logo_list .logo {
        width: 24%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 24%;
        flex: 0 0 24%;
        margin-top: 0;
        padding: 16px;
    }

    .article_list__btn {
        margin: 64px auto 0;
    }


    .article_list .article__ttl {
        min-height: 82px;
        margin-top: -16px;
    }
}

.article_detail .post h1 {
    font-size: 2.2rem;
    font-weight: bold;
    font-family: "見出ゴMB31", "Midashi Go MB31", sans-serif;
    line-height: 0.85294;
    margin-top: 29px;
    margin-bottom: 58px;
    line-height: 1.4;
}

@media screen and (min-width: 600px) {
    .article_detail .post h1 {
        font-size: 3.4rem;
    }
}

.article_detail .post h1:first-of-type {
    margin-top: 0;
}

.article_detail .post h2 {
    font-size: 2rem;
    font-weight: bold;
    font-family: "見出ゴMB31", "Midashi Go MB31", sans-serif;
    line-height: 1.11538;
    margin-top: 29px;
    margin-bottom: 29px;
    padding-bottom: 8px;
    border-bottom: 2px solid #033e80;
}

@media screen and (min-width: 600px) {
    .article_detail .post h2 {
        font-size: 2.6rem;
    }
}

.article_detail .post h2:first-of-type {
    margin-top: 0;
}

.article_detail .post h3 {
    font-size: 1.8rem;
    font-weight: bold;
    font-family: "見出ゴMB31", "Midashi Go MB31", sans-serif;
    line-height: 1.45;
    margin-top: 29px;
    margin-bottom: 0.5em;
}

@media screen and (min-width: 600px) {
    .article_detail .post h3 {
        font-size: 2rem;
    }
}

.article_detail .post h3:first-of-type {
    margin-top: 0;
}

.article_detail .post h4 {
    font-size: 1.6rem;
    font-weight: bold;
    font-family: "見出ゴMB31", "Midashi Go MB31", sans-serif;
    line-height: 1.8125;
    margin-top: 29px;
    margin-bottom: 0.5em;
}

@media screen and (min-width: 600px) {
    .article_detail .post h4 {
        font-size: 1.6rem;
    }
}

.article_detail .post h4:first-of-type {
    margin-top: 0;
}

.article_detail .post p,
.article_detail .post ul {
    margin-bottom: 24px;
}

.article_detail .post li {
    padding-left: 1em;
    list-style: disc;
    list-style-position: inside;
}

.btn,
.btn_primary,
.btn_round,
.btn_round_yel,
.btn_dl_yel,
.btn_arrow,
.btn_dl {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

.btn_primary {
    min-width: 200px;
    max-width: 320px;
    height: 56px;
    padding: 0 1.5em;
    color: #fff;
    background: #033e80;
    border-radius: 2px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 56px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn_primary:after {
    margin-left: 1em;
    content: "";
    display: inline-block;
    height: 14px;
    width: 14px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
}

@media screen and (min-width: 600px) {
    .btn_primary:after {
        width: calc(14px / 2);
        height: calc(14px / 2);
    }
}

.btn_primary:hover {
    background: #0456b2;
}

.btn_round {
    width: auto;
    padding: 8px 14px;
    color: #033e80;
    border: 1px solid #033e80;
    border-radius: 2.5em;
    font-size: 1.4rem;
    line-height: 1;
}

.btn_round:hover {
    opacity: 1;
    color: #fff;
    background: #033e80;
}

.btn_arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    color: #2769b2;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: "見出ゴMB31", "Midashi Go MB31", sans-serif;
    letter-spacing: 0.08em;
}

.btn_arrow:after {



    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-left: 20px;
    background: url(../img/common/ico_link.svg) 0 0 / contain no-repeat;
}

.btn_arrow-wh:after {
    background-image: url(../img/common/ico_link_wh.svg);
}

@media screen and (min-width: 900px) {
    .btn_arrow {
        margin-top: 60px;
        font-size: 2.4rem;
    }

    .btn_arrow:after {
        width: 80px;
        height: 80px;
    }
}

.btn_dl {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 220px;
    height: 58px;
    margin: 32px auto 0;
    padding: 0 24px;
    color: #033e80;
    border: 1px solid #033e80;
    border-radius: 29px;
    font-size: 1.8rem;
}

.btn_dl:after {
    display: inline-block;
    content: "";
    width: 22px;
    height: 27px;
    margin-left: auto;
    background: url(../img/common/ico_download.svg) 50% 50% / contain no-repeat;
}

.loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10000;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1),
        visibility 0s ease 0.4s;
    -o-transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1),
        visibility 0s ease 0.4s;
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s ease 0.4s;
}

.loader.loaded {
    opacity: 0;
    visibility: hidden;
}

.loader_spinner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1.6rem;
    text-align: center;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        visibility 0s ease 0.4s;
    -o-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        visibility 0s ease 0.4s;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s ease 0.4s;
}

.loader_spinner.loaded {
    opacity: 0;
    visibility: hidden;
}

.page_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 130px;
    padding: 0 8.5333vw;
    background: url(../img/page/page_header_bg.png) 50% 0 / cover no-repeat;
    background-attachment: fixed;
    text-align: left;
}

.page_header__title {
    text-shadow: 0 6px 6px rgba(0, 0, 0, 0.3), 0 0 1em rgba(0, 0, 0, 0.3),
        0 0 0.2em rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.2;
    letter-spacing: 0.02em;
    margin-top: 4rem;
}

.page_header__title span {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    font-family: "見出ゴMB31", "Midashi Go MB31", sans-serif;
    letter-spacing: 0.05em;
}

@media screen and (min-width: 900px) {
    .page_header {
        height: 200px;
    }

    .page_header__title {
        font-size: 4rem;
        margin-top: 8rem;
    }

    .page_header__title span {
        font-size: 1.8rem;
        letter-spacing: 0.1em;
    }
}

@media screen and (min-width: 1264px) {
    .page_header {
        padding: 0 calc((100vw - 1200px) / 2);
    }
}

.posts-navigation .nav-previous {
    width: 50%;
    margin-right: auto;
    padding-right: 1em;
    text-align: right;
}

.posts-navigation .nav-next {
    width: 50%;
    margin-left: auto;
    padding-left: 1em;
    text-align: left;
}

/*
.post-navigation {
    max-width: 400px;
    margin: 0 auto;
}

.post-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}*/
.post-navigation {
    display: none;
}

.post-navigation .nav-previous {
    display: block;
    width: 50%;
    padding-right: 1em;
    margin-right: auto;
    text-align: right;
}

.post-navigation .nav-next {
    display: block;
    width: 50%;
    padding-left: 1em;
    margin-left: auto;
    text-align: left;
}

.widget > ul > .cat-item + .cat-item {
    margin-top: 1em;
}

.widget + .widget {
    margin-top: 40px;
}

.widget .children {
    margin-left: 1em;
}





.yarpp-thumbnails-horizontal > .yarpp-thumbnail > img,
.yarpp-thumbnails-horizontal > .yarpp-thumbnail > .yarpp-thumbnail-title {
    /*width: 84vw;*/
    height: auto;

}

.yarpp-thumbnails-horizontal > .yarpp-thumbnail {
    margin-bottom: 20px !important;
}

@media screen and (min-width: 900px) {

    .widget > ul > .cat-item + .cat-item {
        margin-top: 1.5em;
    }


    .widget_tag_cloud {
        position: sticky;
        top: 120px;
    }

   .yarpp-related {
        display: none;
    }

}

.hero {
    position: relative;
    background: url(../img/index/hero_bg.png) 50% 50% / cover no-repeat;
    z-index: 1;
}

.hero .js_slider a {
    display: block;
}

.hero__sp {
    display: inline-block !important;
}

.hero__pc {
    display: none !important;
}

.hero img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.hero .slick-dots {
    position: absolute;
    left: 3.2%;
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -6px;
}

.hero .slick-dots li {
    padding: 0 6px;
}

.hero .slick-dots button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    display: block;
    background: #fff;
    font-size: 0;
    width: 12px;
    height: 12px;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.hero .slick-dots .slick-active button {
    background: #f4b732;
    -webkit-transform: scale(1.333);
    -ms-transform: scale(1.333);
    transform: scale(1.333);
}

.hero .hero_btn {
    position: absolute;
    right: 3.2%;
    bottom: 12px;
    width: 42.1333%;
    padding: 6px 10px;
    color: #fff;
    background: #f4b732;
    border-radius: 7px;
    font-size: 1.2rem;
}

.hero .hero_btn img {
    display: inline-block;
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 90px;
    margin-right: 4px;
}

.hero .hero_btn:after {
    width: 27px;
    height: 27px;
    margin-left: auto;
}

@media screen and (min-width: 900px) {
    .hero .js_slider {
        max-width: 1200px;
        margin: 0 auto;
    }

    .hero__sp {
        display: none !important;
    }

    .hero__pc {
        display: inline-block !important;
    }

    .hero .slick-dots {
        right: calc(((100vw - 1200px) / 2 * 4%));
        bottom: 40px;
    }

    .hero .hero_btn {
        position: absolute;
        bottom: 40px;
        width: 216px;
        padding: 12px 20px;
        border-radius: 15px;
        font-size: 1.7rem;
    }
}

.top_column {
    padding: 29px 0;
    background: transparent -o-linear-gradient(343deg, #fff 0%, #dfe5ea 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(107deg, #fff 0%, #dfe5ea 100%) 0% 0% no-repeat padding-box;
}

.top_column__ttl {
    margin-bottom: 36px;
    color: #033e80;
    font-size: 3.4rem;
    line-height: 1.1;
}

.top_column__ttl span {
    display: block;
    font-size: 1.4rem;
}

.top_column__block + .top_column__block {
    margin-top: 60px;
}

@media screen and (min-width: 900px) {
    .top_column {
        padding: 58px 0;
    }

    .top_column .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    /*
  .top_column__block {
    display: block;
    width: 100%;
    margin: 0;
  }
        */


    .top_column__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0 0 6rem;
    }

    .top_column__block + .top_column__block {
        margin-top: 0;
    }
}

.news__meta p {
    display: inline-block;
    color: #7e7e7e;
    margin: 0 1em 0.8em 0;
    font-size: 1.4rem;
    line-height: 1;
}

.news__date {
    margin-right: 1em;
    padding-right: 1em;
    border-right: 1px solid #c3c3c3;
}

.news__cat span {
    display: inline-block;
    margin-right: 1em;
}

.news__cat span:before {
    display: inline-block;
    content: "#";
}

.news__ttl {
    color: #033e80;
    text-decoration: underline;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 2;
}

.top_news_list {
    margin-bottom: -28px;
}

.top_news_list__item {
    margin: 0 0 28px;
}

.top_news_list__item a {
    display: block;
}

@media screen and (min-width: 900px) {
    .top_news_list {
        width: 80%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        margin-left: auto;
    }
}

.top_intro .section_ttl {
    margin-bottom: 30px;
    text-align: left;
}

@media screen and (min-width: 900px) {
    .top_intro .section_ttl {
        margin-bottom: 60px;
    }

    .top_intro .flex_block__content {
        padding-right: 4.666%;
    }
}

.top_about__en {
    position: relative;
    vertical-align: bottom;
    z-index: 2;
}

.top_about__block {
    position: relative;
    padding: 35px 5%;
    z-index: 1;
}

.top_about h3 {
    margin-bottom: 16px;
    text-align: center;
}

.top_about h3 span {
    position: relative;
    display: inline-block;
    padding: 1.625rem 1em;
    background: rgba(255, 255, 255, 0.26);
    font-size: 2rem;
    font-weight: bold;
    font-family: "見出ゴMB31", "Midashi Go MB31", sans-serif;
    letter-spacing: 0.04em;
    line-height: 1.1;
}

.top_about h3 span:before,
.top_about h3 span:after {
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.top_about h3 span:before {
    top: 0;
    left: 0;
}

.top_about h3 span:after {
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.top_about__normal .top_about__en {
    width: 53%;
}

.top_about__normal .top_about__block {
    background: rgba(2, 28, 56, 0.5);
}

.top_about__normal .top_about__block:after {
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    display: block;
    content: "";
    width: 76px;
    height: 48px;
    margin: 0 auto;
    background: url(../img/index/arrow.svg) 0 0 / contain no-repeat;
}

.top_about__normal h3 span {
    color: #fff;
}

.top_about__normal h3 span:before,
.top_about__normal h3 span:after {
    background-image: url(../img/index/corner_wh.svg);
}

.top_about__normal_txt {
    max-width: 470px;
    margin: 0 auto;
    padding: 30px 16px;
    border: 2px solid #fff;
}

.top_about__learning {
    margin-top: 32px;
}

.top_about__learning .top_about__en {
    bottom: -0.6em;
}

.top_about__learning .top_about__block {
    background: rgba(255, 203, 171, 0.75);
}

.top_about__learning h3 span {
    color: #033e80;
}

.top_about__learning h3 span:before,
.top_about__learning h3 span:after {
    background-image: url(../img/index/corner_bl.svg);
}

@media screen and (min-width: 900px) {
    .top_about__block {
        padding: 72px 48px;
    }

    .top_about h3 {
        margin-bottom: 32px;
    }

    .top_about h3 span {
        padding: 2.6rem 32px;
        font-size: 2.6rem;
        letter-spacing: 0.08em;
    }

    .top_about__normal .top_about__en {
        width: auto;
    }

    .top_about__normal h3 {
        text-align: left;
    }

    .top_about__normal .top_about__block {
        padding-left: calc((100% - 826px) / 2);
        padding-right: calc((100% - 826px) / 2);
    }

    .top_about__normal .top_about__block__content {
        width: 57%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 57%;
        flex: 0 0 57%;
    }

    .top_about__normal .top_about__block__img {
        width: 34.3%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 34.3%;
        flex: 0 0 34.3%;
        margin-left: auto;
    }

    .top_about__normal_txt {
        margin: 0;
    }

    .top_about__learning .top_about__en {
        bottom: -17px;
    }
}

.top_about_step {
    margin: -32px 0;
}

.top_about_step li {
    padding: 16px 0;
}

.top_about_step__num {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: 0 0 -32px 19px;
    color: #fff;
    background: #033e80;
    border-radius: 50%;
    text-align: center;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1;
    z-index: 5;
}

.top_about_step__num span {
    display: block;
    font-size: 1.4rem;
    line-height: 1;
}

.top_about_step figure {
    -webkit-box-shadow: 0 12px 34px rgba(0, 0, 0, 0.16);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.16);
}

.top_about_step figure img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.top_about_step h4 {
    margin: 8px 0 0;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.08em;
}

.top_about_step__txt {
    font-size: 1.4rem;
}

@media screen and (min-width: 900px) {
    .top_about_step {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 -9px;
    }

    .top_about_step li {
        width: 25%;
        padding: 0 9px;
    }
}

.top_about_point {
    margin: 50px auto 0;
    padding: 24px;
    background: #fff;
    -webkit-box-shadow: 0 12px 34px rgba(0, 0, 0, 0.16);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.16);
}

.top_about_point__mark {
    text-align: center;
}

.top_about_point li {
    color: #033e80;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: "見出ゴMB31", "Midashi Go MB31", sans-serif;
}

.top_about_point li:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 24px;
    margin-right: 8px;
    background: url(../img/common/ico_check.svg) 0 0 / contain no-repeat;
}

@media screen and (min-width: 900px) {
    .top_about_point {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 840px;
        padding: 45px 88px 45px 60px;
    }

    .top_about_point__mark {
        width: 87px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 87px;
        flex: 0 0 87px;
        margin-right: auto;
    }

    .top_about_point ul {
        width: 80%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
    }

    .top_about_point li {
        font-size: 2.4rem;
        letter-spacing: 0.04em;
    }
}

.top_summary {
    margin-top: 62px;
}

.top_summary .section_ttl {
    text-align: left;
}

.top_summary .section_ttl > span {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    vertical-align: bottom;
    z-index: 1;
}

.top_summary .section_ttl > span:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 22px;
    background: rgba(244, 183, 50, 0.7);
    z-index: -1;
}

.top_summary .section_ttl > span span:nth-of-type(1) {
    font-size: 1.2rem;
    line-height: 1.1;
}

@media screen and (min-width: 900px) {
    .top_summary {
        margin-top: 124px;
    }

    .top_summary .section_ttl {
        text-align: right;
    }

    .top_summary .btn_arrow {
        margin-top: 72px;
    }
}

.top_movie .section_ttl {
    font-weight: normal;
    text-align: left;
}

.top_movie__wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.top_movie__wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 900px) {
    .top_movie .flex_block__content {
        width: 41%;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 41%;
        flex: 0 1 41%;
    }

    .top_movie__wrap {
        width: 707px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 707px;
        flex: 0 0 707px;
        height: 434px;
        padding-top: 0;
    }

    .top_movie__wrap iframe {
        position: relative;
    }
}

@media screen and (min-width: 900px) {
    .top_interview__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 80px;
    }
}

.top_talk .section_ttl,
.top_talk .btn_arrow {
    color: #fff;
}

.top_talk .flex_block__img {
    -webkit-box-shadow: 0 12px 60px rgba(0, 0, 0, 0.6);
    box-shadow: 0 12px 60px rgba(0, 0, 0, 0.6);
}

.top_talk .flex_block__img img {
    vertical-align: bottom;
}

@media screen and (min-width: 900px) {
    .top_talk__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 80px;
    }

    .top_talk .flex_block__content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-left: 4%;
    }
}

@media screen and (min-width: 1265px) {
    .top_talk .flex_block__img {
        -webkit-transform: translateX(calc((100vw - 1200px) / 2 * -1));
        -ms-transform: translateX(calc((100vw - 1200px) / 2 * -1));
        transform: translateX(calc((100vw - 1200px) / 2 * -1));
    }

    .top_talk .flex_block__img img {
        width: calc(100vw * 0.48);
        max-width: none;
    }
}

@media screen and (min-width: 900px) {
    .page_container {
        max-width: 840px;
        padding: 0;
    }
}

.table_common {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    border-collapse: collapse;
}

.table_common th,
.table_common td {
    padding: 8px 12px;
    border-bottom: 1px solid #7e7e7e;
    vertical-align: middle;
    /*display:inline-block;*/
    width: 100%;
}

.table_common td {
    font-size: 1.6rem;
    text-align: left;
}

.table_common td span {
    display: inline-block;
    padding-right: 1.5em;
}

@media screen and (min-width: 900px) {

    .table_common th,
    .table_common td {
        /*display:inline-block;*/
        padding: 12px 24px;
        border-bottom: 1px solid #7e7e7e;
    }

    .table_common th {
        width: 23%;
        font-weight: normal;
    }

}

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

    .table_common th,
    .table_common td {
        display: inline-block;
        width: 100%;
    }

    .table_common tr:first-of-type {
        border-top: 1px solid #7e7e7e;
    }

    .table_common th {
        text-align: left;
        font-weight: 700;
        border-bottom: none;
    }

}

.about_bock {
    padding: 35px 5%;
    background: rgba(255, 203, 171, 0.75);
}

.about_bock-01 .flex_block + h3 {
    margin-top: 32px;
}

@media screen and (min-width: 900px) {
    .about_bock {
        padding: 72px 48px;
    }

    .about_bock-01 .flex_block__content {
        padding-right: 56px;
    }

    .about_bock-01 .flex_block + h3 {
        margin-top: 64px;
    }
}

.about02 .about02_block {
    padding: 40px 8.5333vw;
    background: rgba(255, 255, 255, 0.7);
}

@media screen and (min-width: 900px) {
    .about02 .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .about02 .about02_block {
        padding: 56px 72px;
    }
}

.about03_img_wrap {
    padding: 35px 5%;
    background: #fff;
    -webkit-box-shadow: 0 12px 34px rgba(0, 0, 0, 0.16);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.16);
    text-align: center;
}

@media screen and (min-width: 900px) {
    .about03_img_wrap {
        padding: 72px 48px;
    }
}

.about04 .flex_block {
    text-align: center;
}

.about04 .flex_block img {
    width: 80%;
    margin-bottom: 24px;
}

@media screen and (min-width: 900px) {
    .about04 .flex_block img {
        width: 33.333%;
        margin: 0;
        padding: 0 24px;
    }
}

.about05_img {
    width: 30%;
    margin: 0 auto;
    text-align: center;
}

.about05 li + li {
    margin-top: 24px;
}

.about05 h3 {
    margin-bottom: 10px;
}

@media screen and (min-width: 900px) {
    .about05 .container {
        max-width: 720px;
    }

    .about05_img {
        margin: 0;
    }

    .about05_txt {
        padding-left: 40px;
    }

    .about05_txt h3 {
        text-align: left;
    }

    .about05 li + li {
        margin-top: 40px;
    }
}

.about07__block {
    margin: 0 0 32px;
    padding: 35px 5%;
    background-color: #fff;
}

.about07 h4 {
    text-align: center;
}

.about07 h4 span {
    display: inline-block;
    height: 32px;
    padding: 0 1.5em;
    font-size: 1.6rem;
    color: #fff;
    background: #2769b2;
    line-height: 32px;
}

.about07 dt {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}



.about07 li span {
    display: inline-block;
    margin-left: 1em;
    padding: 0.05em 0.4em;
    background-color: #fff;
    border-radius: 2px;
}

@media screen and (min-width: 900px) {
    .about07 .flex_block {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .about07__block {
        width: 30%;
        padding: 35px 24px;
    }

    .about07 h4 span {
        font-size: 1.6rem;
    }

    .about07 dt {
        font-size: 2.6rem;
    }
}

.company_philosophy {
    margin: 24px auto 0;
    color: #0080ff;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: "見出ゴMB31", "Midashi Go MB31", sans-serif;
}

@media screen and (min-width: 900px) {
    .company_philosophy {
        font-size: 2.4rem;
    }
}

.message_block {
    padding: 35px 5%;
    background: rgba(255, 203, 171, 0.75);
}

@media screen and (min-width: 900px) {
    .message_block {
        padding: 72px 48px;
    }
}

.dl_list .article__ttl {
    color: #033e80;
}

.contact .container {
    max-width: 720px;
}

.training_content .section_ttl {
    margin-bottom: 32px;
}

.training_content h3 {
    font-size: 1.8rem;
    font-weight: bold;
    font-family: "見出ゴMB31", "Midashi Go MB31", sans-serif;
    line-height: 1.45;
    margin-top: 29px;
    margin-bottom: 0.5em;
    padding-bottom: 4px;
    border-bottom: 1px solid #033e80;
}

@media screen and (min-width: 600px) {
    .training_content h3 {
        font-size: 2rem;
    }
}

.training_content h3:first-of-type {
    margin-top: 0;
}

.training_content .news_list {
    margin-bottom: 32px;
}

@media screen and (min-width: 900px) {
    .training_content .section_ttl {
        margin-bottom: 56px;
    }

    .training_content .news_list {
        margin-bottom: 56px;
    }
}

.search .section_ttl {
    margin-bottom: 40px;
}

.search .news_list article {
    margin-bottom: 32px;
}

.error-404 {
    padding-top: 80px;
}

.error-404 .section_ttl {
    margin-bottom: 1em;
    text-align: center;
}

.error-404 p {
    margin: 0 0 1em;
    text-align: center;
}

@media screen and (min-width: 900px) {
    .error-404 {
        padding-top: 200px;
    }
}


/* MOVIE */
.top_movie {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: auto;
}

.top_movie_in {
    padding: 0 1.5rem 4rem;
    width: 100%;
}

.top_movie p {
    line-height: 1.6;
    margin-top: .5rem;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 1rem;
    font-size: 1.6rem;
    display: block;
}

@media screen and (max-width:640px) {
    .top_movie {
        display: flex;
        flex-direction: column;
    }

}


.privacy {
    overflow: scroll;
    margin: 2rem auto;
    padding: 2rem;
    height: 200px;
    border: 2px solid #ccc;
}

.f_right {
    text-align: right;
}

.aligncenter {
    display: block;
    margin: 0 auto;
    max-width: 96%;
}


/* btn */
.btn_box {
    text-align: center;
}

.btn_box .yel_btn {
    right: 3.2%;
    bottom: 12px;
    width: 80%;
    padding: 6px 10px;
    color: #fff;
    background: #f4b732;
    border-radius: 7px;
    font-size: 1.2rem;
}

.btn_box .yel_btn img {
    display: inline-block;
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 90px;
    margin-right: 4px;
}

.btn_box .yel_btn:after {
    width: 27px;
    height: 27px;
    margin-left: auto;
}

@media screen and (min-width: 900px) {
    .btn_box .yel_btn {
        bottom: 40px;
        width: 50%;
        padding: 12px 20px;
        border-radius: 15px;
        font-size: 2rem;
    }
}


/* PW FORM */
#pwform {
    margin-top: 4rem;
}


/* interview */
.btn_inter {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 220px;
    height: 58px;
    margin: 28px auto 0;
    padding: 0 24px;
    color: #fff;
    background: #56555b;
    border-radius: 29px;
    font-size: 1.8rem;
    line-height: 1.2;
}

.btn_inter:after {
    display: inline-block;
    content: "";
    width: 22px;
    height: 27px;
    margin-left: auto;
    background: url(../img/common/ico_link_wh.svg) 50% 50% / contain no-repeat;
}


/* company logo */
@media screen and (min-width: 48em) {
    .pc_view {
        display: none;
    }
}

.smp_view {
    display: none;
}



.news-list {
    padding: 0 0 1.4rem;
}

@media screen and (min-width: 48em) {
    .news-list {
        background-color: transparent;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
    }
}

@media screen and (min-width: 60em) {
    .news-list {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.news-list > li {
    padding: 0 2%;
    width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 48em) {
    .news-list > li {
        padding: 0;
        display: block;
        background-color: white;
        margin-bottom: 2rem;
        -webkit-box-shadow: 8px 4px 46px -9px rgba(129, 129, 129, 0.4);
        box-shadow: 8px 4px 46px -9px rgba(129, 129, 129, 0.4);
        width: calc((100% / 3) - 2rem);
    }
}

@media screen and (min-width: 60em) {
    .news-list > li {
        width: calc((100% / 3) - 3.8rem);
        margin-bottom: 4rem !important;
    }
}

.news-list.style02 {
    background-color: transparent;
    width: 100%;
    display: -webkit-box;

    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}

@media screen and (min-width: 60em) {
    .news-list.style02 {
        width: 48%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-start;
    }
}



.news-list.style02 > li {
    position: relative;
    padding: 0;
    display: block;
    background-color: transparent;
    margin-bottom: 2rem;
    width: 48%;
}

@media screen and (min-width: 48em) {
    .news-list.style02 > li {
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: calc((100% / 4) - 2rem);
    }
}

@media screen and (min-width: 60em) {
    .news-list.style02 > li {
        width: calc((100% / 4) - 2rem);
    }
}

.news-list.style02 > li .news-list__info {
    width: 100%;
    text-align: center;
    padding: 0;
}

.news-list.style02 > li:not(:last-child) {
    border: none;
    padding: 0;
}

@media screen and (min-width: 60em) {
    .news-list.style02 > li:not(:nth-child(3n)) {
        margin-right: unset;
    }
}

@media screen and (min-width: 60em) {
    .news-list.style02 > li:not(:nth-child(4n)) {
        margin-right: 2.5rem;
    }
}

.news-list.style02 .news-list__eyecatch {
    overflow: hidden;
    width: 48%;
    margin-bottom: 1rem;
}

@media screen and (min-width: 48em) {
    .news-list.style02 .news-list__eyecatch {
        margin-bottom: 2rem;
    }
}

.news-list.style02 .news-list__eyecatch .news-list__eyecatch__image {
    width: 100%;
    height: auto;
}


/* download */
.top_about_step {
    margin: -32px 0;
}

.dl_step li {
    padding: 16px 0;
}

.dl_step__num {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: 0 0 1rem;
    color: #fff;
    background: #033e80;
    border-radius: 50%;
    text-align: center;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1;
    z-index: 5;
}

.dl_step__num span {
    display: block;
    font-size: 1.4rem;
    line-height: 1;
}

.dl_step__txt {
    font-size: 1.4rem;
}

@media screen and (min-width: 900px) {
    .dl_step {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto 4rem;
        background: #f1f1f1;
        padding: 2rem;
    }

    .dl_step li {
        width: 25%;
        padding: 0 9px;
    }
}


/* recruit */

.bg_recruit {
    background: url(../img/recruit/bg_recruit.jpg) 50% 0 / cover no-repeat;
    background-attachment: fixed;
}

.bg_recruit2 {
    background: url(../img/recruit/bg_recruit2.jpg) 50% 0 / cover no-repeat;
    background-attachment: fixed;
}

.bg_recruit3 {
    background: url(../img/recruit/bg_recruit3.jpg) 50% 0 / cover no-repeat;
    background-attachment: fixed;
}

.bg_blue {
    background: -moz-linear-gradient(top, #023d7f, #021f40);
    background: -webkit-linear-gradient(top, #023d7f, #021f40);
    background: linear-gradient(to bottom, #023d7f, #021f40);
}

.f_wh {
    color: #fff;
}

.f_ye {
    color: #ebc84f;
}

.f_shadow {
    text-shadow: 1px 2px 3p #222222;
}

.f_large {
    font-size: 6rem !important;
}

@media screen and (max-width: 720px) {
    .f_large {
        font-size: 2rem !important;
    }
}

.section_ttl_wh {
    font-size: 2.2rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.53;
}

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

    .section_ttl_wh {
        margin-top: 6rem;
    }

}

@media screen and (min-width: 900px) {
    .section_ttl_wh {
        font-size: 4.4rem;
    }
}


.rec_block {
    padding: 40px 8.5333vw;
    background: #fff;
    margin: 4rem auto;
    -webkit-box-shadow: 0 12px 34px rgba(0, 0, 0, 0.16);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 900px) {
    .rec_block {
        padding: 56px;
        width: 100%;
    }
}

.rec_flex_block {
    text-align: center;
}

.rec_flex_block img {
    width: 80%;
    margin-bottom: 24px;
}

@media screen and (min-width: 900px) {
    .rec_flex_block img {
        width: 33%;
        margin: 0;
        padding: 0 64px;
    }
}





@media screen and (min-width: 900px) {

    .rec_about_point__mark {
        width: 87px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 87px;
        flex: 0 0 87px;
        margin-right: auto;
    }
}

.rec_block2 {
    padding: 40px 8.5333vw;
    color: #fff;
    text-align: center;
    text-shadow: 1px 2px 3px #222222;
}

@media screen and (min-width: 900px) {
    .rec_block2 {
        padding: 0 100px;
    }
}

.rec_block3 {
    padding: 40px 8.5333vw;
    color: #fff;
    background: -moz-linear-gradient(top, #023d7f, #021f40);
    background: -webkit-linear-gradient(top, #023d7f, #021f40);
    background: linear-gradient(to bottom, #023d7f, #021f40);
    border-radius: 4rem;
}

@media screen and (min-width: 900px) {
    .rec_block3 {
        padding: 56px;
        width: 60%;
        margin: 2rem auto;
    }
}




.rec_about_step {
    margin: 1rem 0;
}

.rec_about_step li {
    padding: 1rem 1rem 4rem;
    background: #fff;
}

.rec_about_step__num {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: -32px 0 -32px 19px;
    color: #fff;
    background: #f4b732;
    border-radius: 50%;
    text-align: center;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1;
    z-index: 5;
}

.rec_about_step__num span {
    display: block;
    font-size: 2.4rem;
    line-height: 1;
}


.rec_about_step h4 {
    margin: 4rem 0 1rem;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.08em;
}

.rec_about_step__txt {
    font-size: 1.4rem;
}

@media screen and (min-width: 900px) {
    .rec_about_step {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 8rem 0 4rem;
    }

    .rec_about_step li {
        width: 30%;
        padding: 0 2rem 2rem;
    }
}

@media screen and (min-width: 900px) {
    .staff_ttl {
        margin-top: 1rem;
        font-size: 2.4rem;
    }
}

.btn_dl_yel {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 220px;
    margin: 0 auto;
    padding: 0 24px;
    font-size: 1.8rem;
    color: #f4b732 !important;
}

.btn_dl_yel:after {
    display: inline-block;
    content: "";
    width: 22px;
    height: 27px;
    margin-left: auto;
    background: url(../img/common/ico_plus.svg) 50% 50% / contain no-repeat;
}



/* popup START */
.popup_wrap input {
    display: none;
}

.popup_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}

.popup_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
}

.popup_content {
    position: relative;
    align-self: center;
    width: 90%;
    max-width: 800px;
    padding: 2rem;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
    text-align: center;
}

.popup_content img {
    width: 30%;
}

@media screen and (max-width: 769px) {
    .popup_content img {
        width: 50%;
    }
}

.popup_content p {
    text-align: left !important;
}

.close_btn {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 30px;
    cursor: pointer;
}

.popup_wrap input:checked ~ .popup_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.open_btn {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height: 48px;
    padding: 12px 16px;
    color: #fff;
    background: #FFC610;
    font-weight:600;
    font-size:18px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    cursor: pointer;
    transition: .3s ease;
}

.open_btn:after{
    content:"→";
    font-size:18px;
    position:absolute;
    top:50%;
    right:20px;
    transform:translateY(-50%);
}

.open_btn:hover {
    background: #033e80;
    color: #fff;
    transition: .3s ease;
}



/* movie */

#movie {
    font-family: "MS Pゴシック", sans-serif !important;
}



.movie_block dt {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.movie_block li {
    color: #2769b2;
    font-weight: bold;
    margin-bottom: 2rem;
}


.movie_block li:before {
    display: inline-block;
    content: "●";
    margin-right: 0.5em;
    font-size: 1rem;
    vertical-align: middle;
}

.movie_block li span {
    display: inline-block;
    margin-left: 1em;
    padding: 0.05em 0.4em;
    background-color: #fff;
    border-radius: 2px;
}

.btn_round_yel {
    width: auto;
    padding: 8px 14px;
    color: #fff;
    background: #e6b858;

    border-radius: 2.5em;
    font-size: 1.4rem;
    line-height: 1;
}

.btn_round_yel:hover {
    opacity: 1;
    color: #033e80;
}



.movie_step {
    margin: 32px 0;
}

.movie_step li {
    padding: 16px 0;
}

.movie_step_num {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: 0 0 -32px 19px;
    color: #fff;
    background: #033e80;
    border-radius: 50%;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    z-index: 5;
}

.movie_step_num span {
    display: block;
    font-size: 1.4rem;
    line-height: 1;
}

.movie_step figure {
    -webkit-box-shadow: 0 12px 34px rgba(0, 0, 0, 0.16);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.16);
}

.movie_step figure img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.movie_step h4 {
    margin: 8px 0 0;
    font-size: 1.6rem;
    font-weight: bold;
}

.movie_step_txt {
    font-size: 1.4rem;
}

@media screen and (min-width: 900px) {
    .movie_step {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 2rem -9px;
    }

    .movie_step li {
        width: 25%;
        padding: 0 9px;
    }
}

#movie h3 {
    margin: 1em auto;
    font-weight: bold;
    text-align: center;
}

@media screen and (min-width: 900px) {
    #movie h3 {
        margin: 4em auto;
        font-weight: bold;
        text-align: center;
    }
}


/* pass */
.post-password-form {
    text-align: center;
    margin: 4rem auto;
}

.post-password-form input {
    background: #eee;
    margin-right: 2rem;
    padding: 1rem;
}


/* recruit table */

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

    .tab-label {
        width: 25%;
        font-size: smaller;
    }

    label.br-label {
        white-space: pre-line;
    }

}



/* FAQ */
.accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 100%;
}

.accbox label {
    display: block;
    margin: 0 0 2rem;
    padding : 13px 12px;
    color: #ffffff;
    background: #033e80;
    cursor :pointer;
    transition: all 0.5s;
}

.accbox label:before {
    content: '▽';
    padding-right: 8px;
}

.accbox label:hover {
    background :#0080ff;
}

.accbox input {
    display: none;
}

.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    opacity: 1;
}

.accbox .accshow p {
    margin: 15px 10px}

.cssacc:checked + label:before {
    content: '△';
}


.company-fv {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #F4F2E9;
    padding: 20px 0 0;
    text-align: center;
    margin-bottom: 30px;
}

.company-fv h2 {
    font-size: 30px;
    margin-bottom: 50px;
    font-weight: bold;
}

.company-fv h2 b {
    font-size: 36px;
}

.company-fv h2 b span {
    font-size: 43px;
    color: #bc0000;
}

.company-fv img {
    width: 800px;
    margin-bottom: -30px;
}

@media screen and (max-width: 700px) {
    .company-fv {
        background-color: unset;
        padding-top: 0;
    }

    .company-fv h2 {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.4;
    }

    .company-fv h2 b {
        font-size: 26px;
    }

    .company-fv h2 b span {
        font-size: 32px;
    }

    .company-fv img {
        margin-bottom: -10px;
    }
}

/*特商法テーブル*/
.table_law th,
.table_law td {
    padding: 8px 12px;
    border-bottom: 1px solid #7e7e7e;
    vertical-align: middle;
    /*display:inline-block;*/
    width: 100%;
}

.table_law td {
    font-size: 1.6rem;
    text-align: left;
}

.table_law td span {
    display: inline-block;
    padding-right: 1.5em;
}

@media screen and (min-width: 900px) {

    .table_law th,
    .table_law td {
        /*display:inline-block;*/
        padding: 12px 24px;
        border-bottom: 1px solid #7e7e7e;
    }

    .table_law th {
        width: 30%;
        font-weight: normal;
    }

}

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

    .table_law th,
    .table_law td {
        display: inline-block;
        width: 100%;
    }

    .table_law tr:first-of-type {
        border-top: 1px solid #7e7e7e;
    }

    .table_law th {
        text-align: left;
        font-weight: 700;
        border-bottom: none;
        padding: 20px 12px 0;
    }        
    .table_law td {
        padding-bottom: 20px;
    }
}