@charset "utf-8";

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

リセットCSS

===================================================*/
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,
strong,
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;
    /* 1rem = 10px */
    font-size: 62.5%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

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;
    table-layout: fixed;
    border: 2px solid #c4c4c4;
    background: #fff;
}

table th {
    background: #e3e3e3;
}

table th,
table td {
    padding: 8px;
    font-size: 1.3rem;
    font-weight: 600;
}

table td {
    border-bottom: 1px solid #727272;
    text-align: center;
    padding: 4px;
}

table .br1 {
    border-right: 1px solid #727272;
}

table .bb1 {
    border-bottom: 1px solid #727272;
}

/*スクロールバー*/
.scroll_bar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.scroll_bar::-webkit-scrollbar-track {
    background: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 0 2px #777;
}

.scroll_bar::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
    box-shadow: none;
}

/*==================================================

フォント

===================================================*/
body {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    line-height: 1.6;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    color: #474747;
}

@media screen and (max-width:740px) {
    body {
        font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-weight: 500;
        line-height: 1.6;
        font-size: 1.5rem;
        letter-spacing: 0.06em;
    }
}

/*SP-end*/



/*==================================================

モーダル

===================================================*/
.modal img {
    width: 100% !important;
}

.remodal-is-initialized {
    overflow: scroll !important;
    width: 700px !important;
    height: 515px !important;
}

.remodal {
    padding: 30px 15px 15px !important;
}

.modal img.w450 {
    width: 450px !important;
}

@media screen and (max-width:740px) {
    .remodal-is-initialized {
        width: 95% !important;
        height: 80% !important;
    }

    .modal img.w450 {
        width: 100% !important;
    }
}

/*SP-end*/

/*==================================================

共通

===================================================*/
html {
    font-size: 62.5%;
}

main {
    padding-bottom: 200px;
    position: relative;
}

body {
    background-size: auto;
    overflow-x: hidden;
}

body a {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    color: #3e3939;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

body a:hover {
    opacity: 0.6;
    transition: all 0.3s;
}

body .flex_area {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: stretch;
}

bodymain {
    position: relative;
    overflow-x: hidden;
}

body #pagetop a {
    position: absolute;
    right: 20px;
    bottom: 0;
    z-index: +1;
}



@media screen and (min-width:766px) {
    .mb_none {
        margin-bottom: 0px !important;
    }
}

@media screen and (max-width:767px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    bodymain {
        position: relative;
        overflow: auto;
    }

    body #pagetop a {
        position: absolute;
        right: 20px;
        bottom: -61px;
    }

    body #pagetop a img {
        width: 80%;
    }
}

/*SP-end*/



/*パンフ請求*/
#fixed_content {
    width: 100%;
    background: #00000075;
    padding: 15px;
    color: #fff;
    max-width: 100%;
    margin-top: 60px;
}

#fixed_content li {
    text-align: center;
    font-weight: 600;
}

#fixed_content .btn a {
    padding: 15px;
    background: #ffe100;
    width: 500px;
    font-size: 2rem;
    border: 2px solid #ffe100;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
    display: block;
    border-radius: 15px;
    box-shadow: 6px 5px 0px -1px rgb(0 0 0 / 12%);
    margin: 10px auto 0;
    position: relative;
}

#fixed_content .btn a:hover {
    opacity: 1;
    background: #fff;
    border: 2px solid #ffe100;
    color: #000;
}

#fixed_content .btn a:after {
    position: absolute;
    content: "";
    background-image: url(../img/arrow.png);
    width: 11px;
    height: 19px;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

@media only screen and (max-width: 767px) {
    .hdr_ttl .read2 div {
        padding: 5% 10%;
    }

    #fixed_content .btn a {
        width: 100%;
    }
}


/*==================================================

コンテンツ部分共通

===================================================*/
.step_link {
    text-align: center;
    display: block;
    font-weight: 600;
    background: #369ed8;
    width: 300px;
    margin: 60px auto;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 6px 5px 0px -1px rgb(0 0 0 / 12%);
    color: #fff;
    position: relative;
}

.step_link:after {
    position: absolute;
    content: "";
    background-image: url(../img/arrow_wt.png);
    width: 11px;
    height: 19px;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.inner {
    width: 800px;
    margin: 0 auto;
}

.sec {
    margin-bottom: 60px;
}

.sec:last-child {
    margin-bottom: 0px;
}

.mb20 {
    margin-bottom: 20px !important;
}

p.read {
    font-size: 1.5rem;
    margin-bottom: 20px;
    margin-top: 20px;
}

main .main_area h2.all {
    font-size: 2.0rem;
    line-height: 1;
    border-bottom: #008de5 2px solid;
    padding-bottom: 14px;
    margin-bottom: 14px;
    font-weight: bold;
    width: 100%;
    border-radius: 0px;
    text-align: left;
    color: #000;
    padding-left: 20px;
    position: relative;
    box-sizing: border-box;
}

main .main_area h2.all:before {
    content: url(../img/ttl_before.png);
    width: 17px;
    height: 17px;
    padding-right: 10px;
    position: absolute;
    left: 0;
}

/*大きいボタン*/
a.btn_df {
    font-size: 2.8rem;
    background: #a4dbdb;
    width: 600px;
    border: 4px solid #a4dbdb;
    line-height: 1.3;
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
    display: block;
    border-radius: 15px;
    box-shadow: 6px 5px 0px -1px rgb(0 0 0 / 12%);
    margin: 0 auto;
    position: relative;
    padding: 40px 50px 40px 20px;
}

a.btn_df:after {
    position: absolute;
    content: "";
    background-image: url(../img/arrow.png);
    width: 11px;
    height: 19px;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

a.btn_df:hover {
    background: #fff;
}

/*header*/
header {
    background: #fff;
    height: 70px;
    position: relative;
}

header ul {
    width: min(1000px,83vw);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    align-items: center !important;
}

header ul li:nth-child(2) {
    margin-left: -108px;
}

/*footer*/

/*footer*/
footer{
    background: #fff;
    height: auto;
    position: relative;
    border-top: 2px solid #008ce5;
    padding: 20px 20px 60px;
}
footer .inner{
    background: #fff;
    text-align: center;
}
footer .inner p{
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 5px;
}

footer .linkarea a{
    padding: 0 20px;
}

footer .linkarea span{
    display: block;
    margin-bottom: 15px;
    line-height: 1.3;
    color: #008ce5;
}

@media screen and (max-width: 767px) {
    footer .linkarea a {
        padding: 0;
        display: block;
        margin-bottom: 15px;
    }
}

main {
    width: 100vw;
    margin: 0 auto;
}

main .main_area {
    margin: 60px auto 0;
    position: relative;
    width: 100%;
    /* max-width: 1200px; */
    padding-bottom: 126px;
}

main h1 {
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;

}

.start main h2 {
    font-size: 2.4rem;
    text-align: center;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    font-weight: 600;
    color: #00aea9;
    text-align: left;
    width: 100%;
    margin: 60px auto 20px;
    padding-bottom: 10px;
    border-bottom: 3px dotted;
}

.start main h2 span {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 8px;
}

main p {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
}

main span.yellow {
    color: #fff574;
}

main span.pink {
    color: #e85296;
}

main span.blue {
    color: #55a8de;
}

main span.s_span {
    text-align: center;
    font-size: 1.5rem;
    display: block;
}

/*------緑背景タイトルエリア*/
main .ttl_area {
    background: #00aea9;
    text-align: center;
    position: relative;
    height: auto;
}

main .ttl_area img {
    position: absolute;
    top: 14px;
    left: 198px;
}

main .ttl_area:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #00aea9;
}

/*------ボタン*/
main .main_area .btn a {
    line-height: 1;
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
    display: block;
    border-radius: 15px;
    box-shadow: 6px 5px 0px -1px rgb(0 0 0 / 12%);
    margin: 0 auto;
    position: relative;
}

main .main_area .btn a:after {
    position: absolute;
    content: "";
    background-image: url(../img/arrow.png);
    width: 11px;
    height: 19px;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

/*------box_area*/
main .main_area .box_area {
    border-radius: 10px;
    padding: 35px 0;
    box-sizing: border-box;
    width: 850px;
    margin: 0 auto;
}

/*------q_area*/
main .main_area .q_area {
    border-radius: 10px;
    padding: 50px 0;
    box-sizing: border-box;
    width: 1000px;
    margin: 60px auto 0;
    background: #f8f7e7;
    border: 3px solid #aaaaaa;
}

/*------q_area - ボタン*/
main .main_area .q_area .q_btn {
    width: 800px;
    margin: 0 auto;
}

main .main_area .q_area .q_btn li {
    width: 380px;
    margin: 50px 0 0;
}

main .main_area .q_area .q_btn li a {
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    box-shadow: 6px 5px 0px -1px rgb(0 0 0 / 12%);
    padding: 14px 0 11px;
    box-sizing: border-box;
    position: relative;
}

main .main_area .q_area .q_btn li a:after {
    position: absolute;
    content: "";
    background-image: url(../img/arrow_wt.png);
    width: 11px;
    height: 19px;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

main .main_area .q_area .q_btn li.yes a {
    background: #e95698;
    border: 3px solid #e95698;
}

main .main_area .q_area .q_btn li.yes a:hover {
    color: #3e3939;
    background: #fff;
}

main .main_area .q_area .q_btn li.yes a:hover:after {
    background-image: url(../img/arrow.png);
}

main .main_area .q_area .q_btn li.no a {
    background: #54a8de;
    border: 3px solid #54a8de;
}

main .main_area .q_area .q_btn li.no a:hover {
    color: #3e3939;
    background: #fff;
}

main .main_area .q_area .q_btn li.no a:hover:after {
    background-image: url(../img/arrow.png);
}

/*トップの小さいリード文*/
main .main_area .top_read {
    margin: 0 auto 50px;
}

main .main_area .top_read p {
    font-size: 1.3rem;
}

/*CONTENTS*/
main .contents_p {
    text-align: center;
    margin-top: 55px;
    border-radius: 10px;
}

main .contents_p a.a {
    display: block;
    position: relative;
    width: 600px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: #54a873;
    margin-top: 26px;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 40px;
    font-size: 2.6rem;
}

main .contents_p a.green_2 {
    margin-top: 23px;
    margin-bottom: 57px;
}

main .contents_p a.green_2::after {
    right: 10%;
}

main .contents_p .box {
    margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
    .inner {
        width: 100%;
        margin: 0 auto;
        padding: 0 5%;
        box-sizing: border-box;
    }

    /*大きいボタン*/
    a.btn_df {
        font-size: 1.8rem;
        background: #9ddddb;
        width: 100%;
        border: 4px solid #9ddddb;
        line-height: 1.3;
        font-weight: 600;
        text-align: center;
        box-sizing: border-box;
        display: block;
        border-radius: 15px;
        box-shadow: 6px 5px 0px -1px rgb(0 0 0 / 12%);
        margin: 0 auto;
        position: relative;
        padding: 4% 30px 4% 4%;
    }

    /*header*/
    header {
        background: #fff;
        height: min(70px,16.470588235294118vw);
        position: relative;
    }

    header ul {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        align-items: center;
        padding: 5% 5% 3%;
        box-sizing: border-box;
    }

    header ul li:nth-child(2) {
        margin-left: 0;
    }

    header ul li img {
        width: 77%;
    }

    /*footer*/
    footer {
        background: #fff;
        height: auto;
        position: relative;
        border-top: 2px solid #008ce5;
        padding: min(20px,3%);
    }

    footer .inner {
        background: #fff;
        text-align: center;
    }

    footer .inner p {
        font-size: min(1.2rem, 2.823529411764706vw);
        line-height: 1;
        margin-top: 5px;
    }

    footer .inner .logo {
        width: min(207px, 48.705882352941176vw);
    }

    footer p.company_privacy {
        margin-top: min(12px, 7.5%);
    }

    main {
        width: 100%;
        min-width: 100%;
        margin: 0 auto;
        padding-bottom: min(163px,37.352941176470588vw);
    }

    main .main_area {
        margin: 8% auto 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding-bottom: 0px;
    }

    main h1 {
        font-size: 2rem;
        width: 90%;
    }

    main h2 {
        font-size: 2rem;
    }

    main p {
        font-size: min(1.4rem, 3.294117647058824vw);
        letter-spacing: -0.04rem;
    }

    main span.s_span {
        font-size: 1.1rem;
        font-weight: 600;
        margin-top: 20px;
    }

    /*------box_area*/
    main .main_area .box_area {
        padding: 5%;
        width: 100%;
    }

    /*------q_area*/
    main .main_area .q_area {
        padding: 5%;
        width: 100%;
        margin: 8% auto 0;
    }

    /*------q_area - ボタン*/
    main .main_area .q_area .q_btn {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    main .main_area .q_area .q_btn li {
        width: 100%;
        margin: 6% 0 0;
    }

    main .main_area .q_area .q_btn li a {
        font-size: 2.2rem;
        padding: 5%;
    }

    /*------緑背景タイトルエリア*/
    main .ttl_area {
        height: auto;
    }

    main .ttl_area .donna {
        font-size: 1.3rem;
        font-weight: 600;
        text-align: center;
        color: #00aea9;
        background: #fff;
        border-radius: 90px;
        margin-bottom: 2%;
    }

    main .ttl_area .donna span.pink {
        color: #e31071;
        font-size: 1.3rem;
    }

    /*トップの小さいリード文*/
    main .main_area .top_read {
        margin: 0 auto 7%;
    }

    main .main_area top_read p {
        font-size: 1.2rem;
        text-align: left;
    }

    /*CONTENTS*/
    main .contents_p {
        text-align: center;
        margin-top: min(30px,7vw);
        border-radius: 10px;
    }

    main .contents_p a.a {
        width: 100%;
        display: block;
        padding-top: min(17px,3.8vw);
        margin: 0 auto;
        margin-top: 15px;
        border-radius: 10px;
        color: #fff;
        font-weight: 600;
        margin-bottom: min(20px, 5%);
        box-sizing: border-box;
        font-size: min(1.8rem, 4.23vw);
        height: min(65px, 15.294117647058824vw);
        border-radius: min(10px,2.352941176470588vw);
    }

    main .contents_p a::after {
        width: 13px;
        height: 15px;
    }

    main .contents_p a.green_1 {
        padding-left: 0;
        margin-top: 2px;
    }

    main .contents_p a.green_1::after {
        top: 0;
        right: 0;
        width: 0;
        height: 0;
    }

    main .contents_p a.green_2 {
        padding-left: 0;
        margin-top: 5px;
        margin-bottom: min(17px, 4%);
    }

    main .contents_p a.green_2::after {
        top: 0;
        right: 0;
        width: 0;
        height: 0;
    }

    main .contents_p .box {
        padding-bottom: min(10px, 2.3%);
        margin-bottom: min(12px, 2.8%);
    }

    main .contents_p .pdf1 {
        width: min(127px, 33%);
    }

    main .contents_p .pdf2 {
        width: min(256px, 67%);
    }

}

/*SP-end*/



/*==================================================

TOP

===================================================*/
#top a.btn_df:hover {
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    #top .sec02 {
        margin-bottom: 10px;
    }
}

/*SP-end*/



/*==================================================

ページ

===================================================*/
/*タイトルエリア*/
main .ttl_area:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
}

main .ttl_area:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #00aea9;
    z-index: 1;
}

main .ttl_area {
    background: #fff;
    border: #00aea9 solid 3px;
}

main .ttl_area h1 span.s_ttl {
    display: block;
    color: #e6f3f3;
    border-radius: 5px;
    font-size: 2.2rem;
    color: #3e3939;
    background: #e6f3f3;
    padding: 4px 30px;
    box-sizing: border-box;
}

main .ttl_area h1 {
    color: #3e3939;
    font-size: 3rem;
    position: relative;
    top: unset;
    left: unset;
    transform: none;
    margin: 0 auto;
    padding: 20px;
    padding-left: 70px;
}

main .ttl_area h1 p.green {
    color: #00aea9;
    font-size: 3rem;
    margin-top: 5px;
    display: block;
}

main .ttl_area h1 p.green span {
    color: #00b050;
    font-size: 2.3rem;
    display: block;
}

main .ttl_area img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*タイトル*/
main .main_area h2 {
    font-size: 4rem;
    color: #fff;
    border-radius: 90px;
    width: 600px;
    margin: 0 auto;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-bottom: 30px;
}


/*リンクエリア*/
main .main_area .link_area {
    width: 800px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 2px solid #b0b0b0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

main .main_area .link_area a {
    background: #fff;
    border: 2px solid #00aea9;
    border-radius: 8px;
    padding: 10px 40px 10px 10px;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.3;
    width: 42.5%;
    position: relative;
}

main .main_area .link_area a:before {
    content: "";
    position: absolute;
    top: 55%;
    right: 8px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background-image: url(../img/arrow.png);
    width: 11px;
    height: 19px;
    background-size: 74%;
    background-repeat: no-repeat;
}

main .main_area .link_area a:hover {
    background: #00aea9;
    color: #fff
}


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

    /*共通*/
    /*タイトルエリア*/
    main .ttl_area h1 span.s_ttl {
        display: block;
        color: #e6f3f3;
        border-radius: 5px;
        font-size: 1.3rem;
        color: #3e3939;
        background: #e6f3f3;
        padding: 0;
        box-sizing: border-box;
        border-radius: 90px;
        margin-bottom: 2%;
    }

    main .ttl_area h1 {
        color: #3e3939;
        font-size: 2.5rem;
        position: relative;
        top: unset;
        left: unset;
        transform: none;
        margin: 0 auto;
        padding: 5%;
    }

    main .ttl_area h1 p.green {
        font-size: 2.5rem;
    }

    main .ttl_area h1 p.green span {
        font-size: 1.8rem;
    }

    main .ttl_area img {
        position: absolute;
        top: 47px;
        left: 0;
        display: none;
        width: 40px;
    }

    /*各系統タイトル*/
    main .main_area h2 {
        font-size: 2.5rem;
        color: #fff;
        border-radius: 90px;
        width: 100%;
        margin: 0 auto 5%;
        font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

    main .main_area h2.blue {
        background: #69a0d6;
    }

    /*動画*/
    main .main_area .movie_area {
        margin: 5% auto 8%;
        width: 90%;
    }

    main .main_area .movie_area p {
        font-size: 2rem;
        margin-bottom: 10px;
        line-height: 1.4;
    }

    main .main_area .movie_area video {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: auto;
    }

    main .main_area .movie_area .txt_area {
        width: 100%;
        box-sizing: border-box;
    }

    main .main_area .movie_area .txt_area dt {
        width: 100px;
    }

    main .main_area .movie_area .txt_area dl {
        text-align: left;
    }

    main .main_area .movie_area .txt_area dd {
        width: 100%;
    }

    main .main_area .movie_area .txt_area span {
        display: block;
        font-size: 1.3rem;
    }

    main .main_area .movie_area .txt_area p {
        display: block;
        font-size: 1.4rem;
    }

    main .main_area .movie_area .dummy {
        width: 100%;
    }

    main .main_area .movie_area p span.num {
        font-size: 1.4rem;
        display: block;
        width: 100px;
        margin: 0 auto 5px;
    }

    /*リンクエリア*/
    main .main_area .link_area {
        width: 90%;
        display: block;
        padding-top: 0px;
    }

    main .main_area .link_area a {
        width: 100%;
        margin-top: 4%;
        display: block;
        box-sizing: border-box;
    }

    main .main_area .link_area a:before {
        content: "";
        position: absolute;
        top: 55%;
        right: 8px;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        background-image: url(../img/arrow.png);
        width: 11px;
        height: 19px;
        background-size: 74%;
        background-repeat: no-repeat;
    }

    /*トップへ戻る*/
    main .all_wrap {
        position: relative;
        padding-bottom: 60px;
    }

    main .all_wrap #pagetop {
        position: absolute;
        right: 5%;
        bottom: 8px;
        width: 45px;
        height: 45px;
    }

    main .all_wrap #pagetop img {
        width: 100%;
    }
}

/*SP-end*/




/*==================================================

パンフ請求

===================================================*/
main #fixed_content {
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #00000075;
    padding: 15px;
    color: #fff;
    position: absolute;
    max-width: 100%;
    display: block !important;
}

main #fixed_content p {
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
}

main #fixed_content .btn a {
    padding: 15px;
}

main .btn_pamphlet a,
main .btn_top a {
    background: #ffe100;
    width: 500px;
    padding: 30px 20px;
    font-size: 2rem;
    border: 2px solid #ffe100;
    margin-top: 10px;
}

main .btn_pamphlet a:hover,
main .btn_top a:hover {
    background: #fff;
    border: 2px solid #ffe100;
}

main .btn_top {
    margin-top: 40px;
}

@media only screen and (max-width: 767px) {
    main #fixed_content {
        height: min(158px, 37.176470588235294vw);
        box-sizing: border-box;
        padding: 3%;
        position: relative;
        left: unset;
        top: unset;
        transform: none;
    }

    main #fixed_content p {
        font-size: min(1.8rem,4.23vw);
    }

    main #fixed_content a img {
        width: min(380px, 95.2%);
    }

    main .btn_pamphlet a,
    main .btn_top a {
        background: #ffe100;
        width: 100%;
        padding: 5%;
        font-size: 1.7rem;
        border: 2px solid #ffe100;
        margin-top: 10px;
    }

    main .btn_pamphlet a:hover,
    main .btn_top a:hover {
        background: #fff;
        border: 2px solid #ffe100;
    }

    main .btn_top {
        margin-top: 40px;
    }

    main #fixed_content #pagetop {
        width: 45px;
        height: 45px;
        display: block;
        position: absolute;
        bottom: 5%;
        right: 5%;
    }

    main #fixed_content #pagetop img {
        width: 100%;
    }
}






/*==================================================

nittei

===================================================*/
#nittei main {
    padding-bottom: 0;
}

#nittei main .main_area {
    padding-bottom: 220px;
}

#nittei .an_link {
    margin-bottom: 60px;
}

#nittei .an_link .flex_area a {
    background: #000;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 600;
    padding: 10px 10px 30px;
    border-radius: 8px;
    width: 130px;
    position: relative;
}

#nittei .an_link .flex_area a:hover {
    opacity: 0.7;
}

#nittei .an_link .flex_area a:after {
    content: "";
    background-image: url(../img/arrow_wt2.png);
    width: 19px;
    height: 12px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#nittei .an_link .df_btn {
    display: block;
    width: 450px;
    /*border: 2px solid #5b5b5b;*/
    background: #f5bfb8;
    border-radius: 8px;
    padding: 15px;
    font-weight: 600;
    text-align: center;
    margin: 50px auto 0;
    position: relative;
}

#nittei .an_link .df_btn:after {
    content: "";
    background-image: url(../img/dl.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#nittei .an_link .df_btn:hover {
    opacity: 0.7;
}

#nittei .sec .inner {
    width: 1000px;
}

#nittei .sec {
    margin-bottom: 30px;
}

#nittei .sec .txt {
    margin-left: 15px;
}

#nittei .sec .table {
    width: 965px;
    background: #fff;
    padding: 20px 30px;
    border: 2px solid #00aea9;
    box-sizing: border-box;
}

#nittei .sec table {
    width: 100%;
    margin: 25px auto 25px;
    border: 1px solid #727272;
}

#nittei .sec .capture {
    width: 100%;
    overflow-x: scroll;
    /* height: 300px; */
    background: #fff;
    box-sizing: border-box;
    margin-top: 20px;
}

#nittei .sec .capture.nsc {
    width: 100%;
    overflow: inherit;
    border: none;
    height: auto;
    background: none;
}

#nittei .sec .capture.nsc img {
    width: 60%;
}

#nittei .sec .capture img {
    display: block;
    box-sizing: border-box;
    width: 1100px;
}

#nittei .sec .capture.nsc.w_730px img {
    width: 730px;
}

#nittei .sec .ken {
    background: #000;
    width: 40px;
    padding: 20px 12px 20px 12px;
    box-sizing: border-box;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
}

#nittei .sec .daigaku {
    padding: 10px;
    line-height: 1;
    width: 100%;
    background: #000;
    font-size: 1.8rem;
    box-sizing: border-box;
    border-radius: 90px;
    color: #000;
}

/*色分け-------------*/
/*関東*/
#nittei .an_link .flex_area a:first-child {
    background: #00aea9;
}

#nittei .sec.team1 .ken {
    background: #00aea9;
}

#nittei .sec.team1 .daigaku {
    background: #cce5e5;
}

#nittei .sec.team1 .table {
    border: 2px solid #00aea9;
}

/*東京*/
#nittei .an_link .flex_area a:nth-child(2) {
    background: #69a0d6;
}

#nittei .sec.team2 .ken {
    background: #69a0d6;
}

#nittei .sec.team2 .daigaku {
    background: #e5edf5;
}

#nittei .sec.team2 .table {
    border: 2px solid #69a0d6;
}

/*甲信越*/
#nittei .an_link .flex_area a:nth-child(5) {
    background: #f28f79;
}

#nittei .sec.team10 .ken {
    background: #f28f79;
}

#nittei .sec.team10 .daigaku {
    background: #fde5dc;
}

#nittei .sec.team10 .table {
    border: 2px solid #f28f79;
}

/*北陸。東海*/
#nittei .an_link .flex_area a:nth-child(3) {
    background: #dfb868;
}

#nittei .sec.team4 .ken {
    background: #dfb868;
}

#nittei .sec.team4 .daigaku {
    background: #f3e0ba;
}

#nittei .sec.team4 .table {
    border: 2px solid #dfb868;
}

/*近畿*/
#nittei .an_link .flex_area a:nth-child(4) {
    background: #aa84be;
}

#nittei .sec.team5 .ken {
    background: #aa84be;
}

#nittei .sec.team5 .daigaku {
    background: #eee5f3;
}

#nittei .sec.team5 .table {
    border: 2px solid #aa84be;
}

#nittei .top_arrow .inner {
    position: relative;
    padding-bottom: 80px;
}

#nittei .top_arrow #pagetop {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media only screen and (max-width: 767px) {
    #nittei .sec .inner {
        width: 90%;
        padding: 0;
        box-sizing: border-box;
    }

    #nittei .top_arrow .inner {
        padding-bottom: 50px;
    }

    #nittei main .an_link .flex_area {
        display: flex;
    }

    #nittei .an_link {
        margin-bottom: 7%;
    }

    #nittei .an_link .flex_area {
        flex-wrap: wrap;
    }

    #nittei .an_link .flex_area a {
        width: 42%;
        margin-bottom: 2%;
    }

    #nittei .sec .table {
        width: 100%;
        box-sizing: border-box;
        padding: 5%;
    }

    #nittei .an_link .df_btn {
        width: 100%;
        box-sizing: border-box;
        padding-left: 20px;
        margin: 7% auto 0px;
    }

    #nittei .sec .capture.nsc {
        width: 100%;
        overflow: inherit;
        border: none;
        height: auto;
        background: none;
        overflow-x: scroll;
    }

    #nittei .sec .flex_area {
        display: block;
    }

    #nittei .sec .ken {
        padding: 3% 0 2%;
        width: 100%;
    }
}

/*sp-end*/



/*==================================================

satart

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

.start main .logo {
    margin: 43px auto 0;
    font-size: 3.4rem;
    color: #54a873;
}

.start .main_flex {
    display: flex;
    justify-content: space-between;
    height: 100vh;
}

.start .main_flex div.img_area,
.start .main_flex div.txt_area {
    width: 50vw;
}

.start .img_area {
    width: 100vw;
}

.start .main_flex .txt_area {
    padding-top: 80px;
    text-align: center;
    box-sizing: border-box;
    overflow: scroll;
}

.start .main_flex .txt_area:-webkit-scrollbar {
    display: none;
}

.start .main_flex .txt_area p {
    margin-top: 30px;
}

.link_box a.a {
    width: 600px;
    display: block;
    margin: 0px auto 0;
    padding: 20px;
    border-radius: 10px;
    font-weight: 600;
    background: #ffb100;
    color: #fff;
    font-size: 1.6rem;
    box-sizing: border-box;
    text-align: center;
}

.link_box a.pen:before {
    background-image: url(../../img/pen.svg);
}

.link_box a.search:before {
    background-image: url(../../img/search.svg);
}

.link_box a.bk:before {
    background-image: url(../../img/book.png);
    width: 40px;
    height: 40px;
    background-size: 100%;
}

.link_box p {
    margin: 0 !important;
}

.link_box p.st {
    font-size: 2rem;
}

.link_box {
    margin-top: 47px;
}

.link_box .sub {
    margin-top: 20px;
}

.link_box .sub p {
    font-size: 1.4rem;
}

.link_box .sub a {
    width: 50%;
    background: #84b1cb;
    padding-left: 15px;
}

.link_box a.pink {
    position: relative;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e71b8d;
    padding: 0;
    font-size: 2.6rem;
    margin-top: 25px;
}

.link_box a.pink .quo {
    width: 175px;
    position: absolute;
    top: -94px;
    right: -55px;
}

.triangle {
    display: inline-block;
    padding-top: 5px;
}

.triangle img {
    width: 21px;
    padding-left: 10px;
}

.start .inner .movie {
    width: auto;
    position: relative;
    padding-top: 56.25%;
}

.start .inner .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.start .btn_area_last {
    margin-bottom: 70px;
}

.start .btn_area_last a {
    width: 45%;
    background: #000;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-top: 20px;
    font-weight: 600;
    text-align: center;
}

.start .btn_area_last a.pdf {
    background: #f59800;
}

.start .btn_area_last a.exl {
    background: #009688;
}

.start .movie_area .m_read {
    margin-top: 20px;
    margin-bottom: 10px;
}

.start .movie_area .m_read p {
    font-size: 1.5rem;
}

.start .movie_area .m_read strong {
    font-size: 2rem;
    display: block;
}

.bonus-ebook {
    color: #e71b8d;
    padding-top: 3px;
}

@media only screen and (max-width: 767px) {
    .triangle {
        padding-top: 3px;
    }

    .triangle img {
        width: min(13px, 2.7vw);
        padding-left: 5px;
    }

    .start main .logo {
        margin: 5% auto 0;
        font-size: min(21.67px, 5.12vw);
    }

    .start main .logo img {
        width: 100%;
    }

    .link_box p.st {
        font-size: min(1.505rem, 3.529411764705882vw);
    }

    .start .main_flex {
        display: block;
    }

    .start .main_flex div {
        width: 100%;
        height: auto;
    }

    .start .main_flex .img_area {
        height: 200px;
        background-position: 0;
    }

    .start .main_flex .txt_area {
        padding-top: 30px;
        text-align: center;
        box-sizing: border-box;
    }

    .start .main_flex .txt_area p {
        margin-top: 30px;
    }

    .start .step_link {
        margin-top: 30px;
    }

    .step_link {
        width: 100%;
        box-sizing: border-box;
    }

    .link_box {
        margin-top: 3%;
    }

    .link_box a.a {
        width: 100%;
        font-size: 1.6rem;
        padding: 20px;
        border-radius: min(10px,2.352941176470588vw);
    }

    .link_box a.pink {
        padding-top: min(15px, 3.529411764705882vw);
        font-size: min(1.8rem, 4.235294117647059vw);
        display: block;
        margin-top: 5px;
        height: min(90px, 21.176470588235294vw);
    }

    .link_box a.pink .br_text {
        padding-right: 20px;
    }

    .link_box a.pink::before {
        width: 0;
        height: 0;
        right: 0;
        top: 0;
        transform: translateX(-43%);
    }

    .bonus-ebook {
        padding-top: 9px;
    }

    .link_box .sub a {
        width: 90%;
    }

    .link_box a.pink .quo {
        width: min(148px, 34.8vw);
        position: absolute;
        top: -46%;
        right: -5%;
    }

    .link_box .left {
        text-align: left;
    }

    .start main h2 {
        font-size: 2rem;
    }

    body main .flex_area {
        display: block;
    }

    .start .btn_area_last a {
        width: 100%;
        margin-top: 5%;
        display: block;
    }
}

/*SP-end*/