@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /*font-size:100%;*/
    vertical-align: baseline;
    background: transparent;
    /*font-weight: normal;*/
}

body {
    line-height: 1;
}

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

nav ul, ul, ol, li {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

i {
    transform: scale(-1, 1);
}

/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

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

img {
    vertical-align: bottom;
}

html {
    /*font-size: 62.5%;
	scroll-behavior:smooth;*/
    font-size: 10px;
}

body {
    width: 100%;
    background-color: #fff;
    color: #4D4D4D;
    font-family: 'Noto Sans JP', "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.0;
}

.cm {
    margin-right: auto;
    margin-left: auto;
}

.r {
    text-align: right;
}

.margin15 {
    margin-top: 15%;
}

.margin10 {
    margin-top: 10%;
}

.margin5 {
    margin-top: 5%;
}

.padding3 {
    padding-top: 3%;
}

.prefont {
    font-size: 10px!important;
    letter-spacing: -0.2em!important;
}

.prefont0_2r {
    font-size: 0.2rem;
    letter-spacing: -0.2em!important;
}

.pink {
    color: #FF6161;
}

.blue {
    color: #087C83;
}

.white {
    color: #ffffff!important;
}

.body_black {
    color: #4D4D4D;
}

/* common css*/

.btn {
    display: block;
    width: 220px;
    height: 42px;
    line-height: 40px;
    margin: 0 auto;
    font-weight: 700;
    font-size: 1.6rem;
    border-radius: 8px;
    color: #fff;
    background: #FF6161;
    border: 1px solid #fff;
    text-align: center;
}

.ck_list {
    font-weight: 700;
    font-size: 1.8rem;
    color: #087C83;
}

.ck_list li {
    margin-bottom: 15px;
    padding-left: 18px;
    position: relative;
}

.ck_list li::before, .ck_list li::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0;
}

.ck_list li::before {
    height: 14px;
    width: 14px;
    border: 2px solid #ECB821;
}

.ck_list li::after {
    height: 8px;
    width: 4px;
    border: solid #ECB821;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    top: 6px;
    left: 5px;
}

.ck_list li:last-child {
    margin-bottom: 0;
}

.dropcap:first-letter {
    font-size: 2.4em;
    line-height: 1;
    float: left;
    margin: 0.1em .1em 0 0;
    padding: 0;
    font-weight: 700;
    color: #087C83;
}

.about_box03 .about_txt::before {
    content: "＆";
    font-size: 2.4em;
    font-weight: 700;
    line-height: 1;
    float: left;
    margin: 0.1em .1em 0 0;
    padding: 0;
    color: #087C83;
}

.txt_base {
    line-height: 1.6;
    margin-bottom: 1em;
    text-align: left;
}

.no_pc {
    display: none;
}

.no_sp {
    display: block;
}

.w100 {
    width: 100%;
}

.z_1 {
    z-index: -1;
}

.z_2 {
    z-index: -2;
}

.z_3 {
    z-index: -3;
}

@media screen and (max-width: 958px) {
    .ck_list {
        font-weight: 700;
        font-size: 1.5rem;
        color: #087C83;
    }
    .ck_list li::before, .ck_list li::after {
        top: 0;
        left: 0;
    }
    .ck_list li::after {
        top: 2px;
        left: 5px;
    }
    .resp {
        width: 90%;
    }
    .no_pc {
        display: block;
    }
    .no_sp {
        display: none;
    }
    .txt_base {
        line-height: 1.6;
        margin-bottom: 1em;
        padding: 0 20px;
        text-align: left;
    }
}

@media screen and (max-width: 480px) {
    .txt_base {
        padding: 0;
    }
}

/* container */

.container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.contents {
    position: relative;
    top: 65vw;
    background: #fff;
    width: 100%;
    margin: 0 auto;
}

.contents_inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

main {
    flex: 1;
}

header {
    background: #f3f3f3;
    width: 232px;
    position: relative;
    text-align: center;
}

.fixed {
    position: fixed;
    top: 0;
}

.sections {
    margin-left: 10px;
}

.cols {
    display: flex;
    justify-content: space-around;
}

@media screen and (max-width: 958px) {
    .sp_cols {
        display: flex;
        align-items: center;
    }
    .sp_cols .marks {
        width: 150px;
    }
}

@media screen and (max-width: 480px) {
    .sp_cols .marks {
        width: 120px;
    }
}

@media screen and (max-width: 958px) {
    .contents {
        position: static;
        top: 100vh;
        background: #fff;
        width: 100%;
        margin: 0 auto;
    }
    .contents_inner {
        width: 100%;
        display: block;
    }
    header {
        position: absolute;
        width: 100%;
        background: transparent;
    }
    main {
        position: relative;
        top: 115vw;
        background: #fff;
        width: 100%;
        margin: 0 auto;
    }
    .sections {
        margin-left: 0;
    }
}

/* heading txt */

.hd_en {
    font-family: 'Boogaloo', cursive;
    font-size: 2.8rem;
    font-weight: normal;
}

.hd_lv1 {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 120px;
    background: #ECB821;
    color: #fff;
}

.hd_lv1 span {
    font-family: 'Noto Sans JP', sans-serif;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.3;
    background: url(../images/&mny41.png) no-repeat 0 0;
    padding-left: 20px;
    font-weight: 700;
}

.hd_lv2 {
    font-weight: 700;
    font-size: 2.0rem;
    line-height: 1.2;
}

.hd_lv3 {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.2;
    color: #087C83;
    text-align: center;
    margin-bottom: 35px;
}

.hd_lv4 {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.2;
    text-align: center;
}

.marker {
    background: linear-gradient(transparent 60%, #fcdf88 0%);
}

/*.txt_point {
    font-weight: 700;
    font-size: 1.8rem;
}*/

.font1_8r {
    font-size: 1.8rem;
    font-weight: 700;
}

.font1_2r {
    font-size: 1.2rem;
}

.hd_layout {
    position: relative;
}

.hd_layout figure {
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (max-width: 958px) {
    .hd_layout.sp_clear figure {
        position: inherit;
        top: inherit;
        right: inherit;
    }
}

@media screen and (max-width: 736px) {
    .hd_lv1 {
        height: 90px;
    }
}

/* main_area */

.main_area {
    position: fixed;
    width: 100%;
    /*height: 100vh;*/
}

.pc_logo {
    position: absolute;
    top: 10px;
    left: 10px;
}

.main_area>img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.main_txtarea {
    width: 590px;
    /*height: 480px;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /*z-index: 999;*/
    text-align: center;
    color: #fff;
}

.main_txtarea2 {
    width: 590px;
    /*height: 480px;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /*z-index: 999;*/
    text-align: center;
    color: #fff;
}

.hd_txtarea {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 40px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

.bg_txtarea {
    background: rgba(8, 124, 131, 0.5);
    padding: 20px 30px;
    text-align: left;
    line-height: 1.4;
}

.main_btn {
    margin-top: 140px;
    background: #ECB821;
}

@media screen and (max-width: 958px) {
    .main_area>img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .hd_txtarea {
        font-size: 2.2rem;
        margin-bottom: 10px;
        margin-top: 50px
    }
    .main_txtarea {
        max-width: 590px;
        /*height: 375px;*/
        width: 100%;
    }
    .main_txtarea2 {
        max-width: 590px;
        /*height: 375px;*/
        width: 100%;
    }
    .main_btn {
        margin-top: 40px;
        background: #ECB821;
    }
}

@media screen and (max-width: 736px) {
    .main_txtarea {
        width: 90%;
        /*height: 280px;*/
    }
    .main_txtarea2 {
        width: 90%;
        /*height: 280px;*/
    }
    .hd_txtarea {
        font-size: 2.4rem;
    }
    .main_btn {
        margin-top: 20px;
    }
}

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

@media screen and (max-width: 401px) {
    .hd_txtarea {
        font-size: 2rem;
    }
    .bg_txtarea {
        font-size: 1.2rem;
        line-height: 1.5;
        padding: 15px 20px;
    }
    .main_btn {
        margin-top: 10px;
        width: 70%;
    }
}

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

@media (orientation: landscape) {
    .main_txtarea {
        height: 620px;
    }
    .main_txtarea2 {
        height: 300px;
    }
}

@media (orientation: landscape) and (max-height: 320px) {
    .main_txtarea {
        height: 280px;
    }
    .main_txtarea2 {
        height: 280px;
    }
}

/* header(side) */

.header_inner {
    padding-top: 10px;
    width: 232px;
}

.header_tel {
    padding: 20px 0;
    background: #e7e7e7;
}

.hd_tel_no {
    color: #087C83;
    font-weight: 700;
    margin-bottom: 0;
}

/*.hd_tel_no span {
    background: url(../images/ico_tel.png) no-repeat 0 center;
    background-size: auto 14px;
    padding-left: 15px;
}*/

.hd_opentime {
    font-size: 1.2rem;
}

@media screen and (max-width: 958px) {
    .header_inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 50px;
        padding: 0;
        background: rgba(255, 255, 255, 0.8);
    }
    .fixed {
        background: rgba(255, 255, 255, 0.8);
        z-index: 9999;
    }
    .logo_co {
        display: none;
    }
    .header_btn_area {
        padding-right: 50px;
    }
    .header_btn_area img {
        display: none;
    }
    .header_tel {
        text-align: right;
        padding: 0;
        background: none;
        position: absolute;
        right: 280px;
        top: 10px;
    }
    .header_btn_area .btn {
        width: 220px;
        height: 42px;
        line-height: 40px;
        margin-top: 3px;
    }
}

@media screen and (max-width: 480px) {
    .header_btn_area .btn {
        width: 180px;
        height: 42px;
        line-height: 40px;
        margin-top: 3px;
        font-size: 1.2rem;
    }
    .header_tel {
        right: 240px;
        color: #fff;
    }
}

nav li {
    font-weight: 700;
    font-size: 1.6rem;
    position: relative;
}

nav li::before, nav li::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -7px;
}

nav li::before {
    width: 15px;
    height: 15px;
    background: #FF6161;
    border-radius: 50%;
}

nav li::after {
    width: 6px;
    height: 6px;
    border: solid #fff;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
    left: 11px;
    margin-top: -3px;
}

nav li span {
    font-family: 'Boogaloo', cursive;
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
}

nav li a {
    display: block;
    height: 60px;
    padding-top: 12px;
    border-bottom: 2px solid #ddd;
}

.btn_close {
    display: none;
}

/*-------------------------------------
    sp_nav 
-------------------------------------*/

.marginl10p {
    margin-left: 10px;
}

@media screen and (max-width: 958px) {
    nav li:last-child a {
        border-bottom: none;
    }
    .sp_nav_open {
        height: 29px;
        width: 30px;
        display: block;
        position: absolute;
        right: 10px;
        top: 5px;
    }
    .sp_nav_open span {
        display: inline-block;
        height: 3px;
        width: 100%;
        background: #087C83;
        position: relative;
    }
    .sp_nav_open span::before, .sp_nav_open span::after {
        content: "";
        display: inline-block;
        height: 3px;
        width: 100%;
        background: #087C83;
        position: absolute;
        top: 0;
        left: 0;
    }
    .sp_nav_open span::before {
        top: 10px;
    }
    .sp_nav_open span::after {
        top: 20px;
    }
    .btn_close {
        display: inline-block;
        font-family: 'Boogaloo', cursive;
        font-size: 2.0rem;
        color: #fff;
        position: relative;
        padding-left: 18px;
    }
    .btn_close::before, .btn_close::after {
        content: "";
        display: inline-block;
        height: 16px;
        width: 2px;
        background: #fff;
        position: absolute;
        top: 5px;
        left: 5px;
    }
    .btn_close::before {
        transform: rotate(45deg);
    }
    .btn_close::after {
        transform: rotate(-45deg);
    }
    .sp_modal {
        display: none;
        height: 115vh;
        position: fixed;
        top: 50px;
        width: 100%;
        overflow-y: auto;
        z-index: 999;
    }
    .modal__bg {
        background: rgba(8, 124, 131, 0.8);
        height: 135vh;
        position: absolute;
        width: 100%;
    }
    .sp_nav {
        left: 50%;
        padding: 0;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        padding-bottom: 50px;
    }
    .sp_nav nav {
        background: #fff;
        margin-top: 15px;
    }
}

/*横向き時のmodal*/

@media (orientation: landscape) and (max-width: 958px) {
    .sp_nav {
        left: 50%;
        top: 50px;
        transform: translateX(-50%);
        padding-bottom: 50px;
    }
    .modal__bg {
        height: 200vh;
    }
}

@media (orientation: landscape) and (max-width: 958px) and (min-width: 580px) {
    .sp_view .header_tel {
        display: none;
    }
}

@media screen and (max-width: 580px) {
    .pc_view {
        display: none;
    }
    .sp_view {
        position: relative;
        padding: 15px 0;
    }
    .sp_view .header_tel {
        position: inherit;
        right: inherit;
        top: inherit;
        text-align: center;
        margin-bottom: 10px;
        color: #fff;
    }
    .sp_view .header_tel .hd_tel_no {
        color: #fff;
    }
}

@media screen and (min-width: 581px) {
    .sp_view {
        display: none;
    }
}

/*-------------------------------------
    top_slide
-------------------------------------*/

.top_slide {
    height: 800px;
    width: 958px;
    position: relative;
}

.slider {
    width: 100%;
    position: relative;
}

.slide {
    position: relative;
}

.slide__link {
    color: #fff;
    text-align: center;
}

.slide img {
    height: auto;
    width: 100%;
}

.slide__content-wrap {
    left: 50%;
    position: absolute;
    top: 50%;
}

.slide__content {
    display: block;
    opacity: 0;
    transform: translate(-50%, 20%);
    transition: 0s;
}

.slide__content.on {
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: .5s;
}

.slide__title {
    font-size: 48px;
}

/*slick setting*/

.slide_inner {
    width: 958px;
    height: 800px;
    position: relative;
}

.slide_dots {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 60px;
}

.slide_dots li {
    float: left;
    width: 10px;
    margin: 0 5px;
}

.slide_dots li button {
    font-size: 0;
    line-height: 0;
    padding: 0;
    cursor: pointer;
    background-color: #eee;
    color: transparent;
    border: 0;
    text-indent: -9999px;
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 8px;
    outline: 0;
    border-radius: 5px;
    transition-duration: 0.3s;
}

.slide_dots li.slick-active button {
    background-color: #FF6161;
}

.slide_inner>img {
    position: relative;
    top: 0;
    left: 0;
}

.slide01 .slide_in_txt {
    position: absolute;
    top: 80px;
    left: 80px;
}

.slide02 .slide_in_txt {
    position: absolute;
    top: 80px;
    right: 80px;
}

.slide03 .slide_in_txt {
    position: absolute;
    top: 80px;
    left: 80px;
}

.slide_in_txt h2 {
    font-family: "Sawarabi Mincho";
    font-weight: normal;
    font-size: 3.6rem;
    line-height: 1.4;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.8);
    display: inline-block;
    padding: 0 5px;
}

.slide_in_txt p {
    margin-bottom: 25px;
    line-height: 1.4;
    width: 310px;
    text-shadow: #fff 1px 1px 5px, #fff -1px 1px 5px, #fff 1px -1px 5px, #fff -1px -1px 5px;
}

.bold_r {
    font-weight: 700;
    color: #FF6161;
}

.bold_g {
    font-weight: 700;
    color: #087C83;
}

.slide_in_txt .btn {
    margin: 0;
}

@media screen and (max-width: 958px) {
    .top_slide {
        height: auto;
        width: 100%;
        position: relative;
    }
    .slide_inner {
        height: auto;
        width: 100%;
        position: relative;
    }
    .slick-slide img {
        width: 100%;
        height: auto;
    }
    .slide_in_txt p {
        width: 280px;
    }
    .slide01 .slide_in_txt {
        position: absolute;
        top: 80px;
        left: 30px;
    }
    .slide02 .slide_in_txt {
        position: absolute;
        top: 80px;
        right: 30px;
    }
    .slide03 .slide_in_txt {
        position: absolute;
        top: 80px;
        left: 30px;
    }
}

@media screen and (max-width: 736px) {
    /*.slick-slide img {
        width: auto;
		height: 1000px;
    }*/
    .slide_in_txt h2 {
        font-size: 2.8rem;
    }
    .slide_in_txt .btn {
        width: 200px;
        font-size: 1.4rem;
    }
    .slick-slide img {
        width: 100%;
        height: auto;
    }
    .slide_in_txt p {
        width: 200px;
        margin-bottom: 1em;
        font-size: 1.3rem;
    }
    .slide01 .slide_in_txt {
        position: absolute;
        top: 180px;
        left: 15px;
    }
    .slide02 .slide_in_txt {
        position: absolute;
        top: 80px;
        right: 15px;
    }
    .slide03 .slide_in_txt {
        position: absolute;
        top: inherit;
        bottom: 80px;
        left: inherit;
        right: 15px;
    }
}

@media screen and (max-width: 480px) {
    .slide_in_txt h2 {
        background: none;
    }
    .slide_in_txt h2 span {
        display: inline;
        background: rgba(255, 255, 255, 0.8);
        padding: 0 3px;
    }
    .slide_in_txt h2 span:nth-child(2) {
        margin-left: 50px;
        display: block;
    }
    .slide02 .slide_in_txt h2 span:nth-child(2) {
        margin-left: 30px;
        display: block;
    }
}

@media screen and (max-width: 320px) {
    .slide_in_txt .btn {
        width: 180px;
        font-size: 1.4rem;
    }
    .slide_in_txt p {
        width: 180px;
        margin-bottom: 1em;
        font-size: 1.3rem;
    }
    .slide_in_txt h2 {
        font-size: 2.0rem;
        line-height: 1.3;
    }
    .slide01 .slide_in_txt {
        position: absolute;
        top: 140px;
        left: 10px;
    }
    .slide02 .slide_in_txt {
        position: absolute;
        top: 80px;
        right: 10px;
    }
    .slide03 .slide_in_txt {
        position: absolute;
        top: inherit;
        bottom: 40px;
        left: inherit;
        right: 10px;
    }
}

@media (orientation: landscape) and (max-height: 375px) {
    .hd_txtarea {
        font-size: 2.0rem;
    }
    .bg_txtarea p {
        font-size: 1.1rem;
    }
    .slide03 .slide_in_txt {
        position: absolute;
        top: 80px;
        left: 30px;
    }
}

@media (orientation: landscape) {
    .slide03 .slide_in_txt {
        position: absolute;
        top: 80px;
        left: 30px;
    }
}

/**/

.present_area {
    text-align: center;
    position: absolute;
    bottom: 35px;
    left: 37%;
    margin-left: -350px;
    width: 100%;
}

.bg_area {
    position: inherit;
    margin: 0;
    padding: 15px 0 30px 5px;
    background: rgba(255, 97, 97, 0.1);
}

.present_area .hd_en {
    color: #FF6161;
    margin-bottom: 10px;
}

.present_box {
    width: 900px;
    border: 1px solid #087C83;
    border-radius: 30px;
    margin: 0 auto;
    position: relative;
    padding: 20px;
}

.present_box::before {
    content: "";
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: -5px;
    left: -5px;
    border-radius: 30px;
}

.present_box::after {
    content: "";
    border: 1px solid #FF6161;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -10px;
    left: -10px;
    border-radius: 30px;
}

.present_box .hd_lv2 {
    color: #FF6161;
    margin-bottom: 20px;
}

.present_box .hd_lv2 span {
    background: url(../images/&mny44.png) no-repeat 0 0;
    padding-left: 40px;
    padding-top: 5px;
}

.present_box .txt_point {
    color: #087C83;
    margin-top: 15px;
}

.present_col, .present_box .hd_lv2, .present_box .txt_point {
    position: relative;
    z-index: 5;
}

.present_col figure {
    position: relative;
    margin-bottom: 5px;
}

.present_col figure .ico_number {
    position: absolute;
    top: -10px;
    left: -5px;
}

.present_col p {
    font-size: 1.2rem;
    line-height: 1.2;
    letter-spacing: -0.05em;
    margin-bottom: 10px;
    margin-top: 5px;
}

.form_area .btn {
    margin-top: 80px;
    margin-bottom: 80px;
}

.form_area p {
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 0 20px 60px;
    text-align: justify;
}

.sp_view {
    display: none;
}

@media screen and (max-width: 958px) {
    .present_area {
        text-align: center;
        bottom: 35px;
        left: 0;
        margin-left: 0;
    }
    .present_area .cols {
        flex-wrap: wrap;
    }
    .present_box {
        width: 60%;
        margin: 0 auto;
    }
    .present_box .txt_point {
        display: none;
    }
    .bg_area .present_box {
        width: 90%;
        margin: 0 auto;
    }
    .present_col {
        width: calc(100%/3);
    }
    .present_col figure .ico_number {
        width: 20%;
        min-width: 36px;
    }
    .form_area .btn {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .sp_view {
        display: inherit;
        max-width: 500px;
        width: 66%;
    }
}

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

}

@media screen and (max-width: 520px) {
    .present_box {
        width: 90%;
        margin: 0 auto;
    }
    .present_area {
        position: inherit;
        bottom: inherit;
        padding: 20px 0;
        background: rgba(255, 97, 97, 0.1);
    }
}

/*-------------------------------------
    review
-------------------------------------*/

.intro_area {}

.intro_area .hd_lv3 {
    text-align: right;
}

.intro_box01 {
    margin-bottom: 80px;
}

.intro_box01 .txt_base {
    line-height: 1.8;
}

.intro_box01 .txt_area {
    text-align: right;
    padding: 40px 20px 0 20px;
    flex: 1;
}

.intro_box01 .hd_lv3 {
    color: #FF6161;
    margin-bottom: 50px;
}

.intro_box02 {
    align-items: center;
}

.intro_box02 .hd_lv3 {
    margin-bottom: 0;
    text-align: left;
}

.intro_box02 .hd_lv3 span {
    color: #FF6161;
}

.intro_box03 {
    background: url(../images/&mny12_pc.jpg) no-repeat 0 0;
    height: 540px;
    padding: 50px 80px;
}

.intro_box04 {
    margin-top: -200px;
}

.intro_box04 figure {
    text-align: center;
}

.on_txt {
    position: relative;
    text-align: center;
}

.intro_box04 p {
    color: #ECB821;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

@media screen and (max-width: 958px) {
    .intro_box01 {
        margin-bottom: 0;
    }
    .intro_box01 .txt_area {
        padding-top: 40px;
    }
    .intro_box01.cols, .intro_box02.cols {
        display: block;
    }
    .intro_box01 .hd_lv3, .intro_box02 .hd_lv3 {
        text-align: center;
    }
    .intro_box03 {
        background: none;
        height: auto;
        padding: 25px 25px;
    }
    .intro_box04 .marks {
        width: 40%;
        text-align: left;
    }
    .intro_box04 figure:first-child {
        text-align: left;
    }
    .intro_box04 p {
        font-size: 3vw;
    }
}

@media screen and (max-width: 580px) {
    .intro_box04 {
        margin-top: -150px;
    }
}

@media screen and (max-width: 560px) {
    .intro_box04 p {
        bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    .intro_box01 .hd_lv3 {
        font-size: 2.4rem;
        margin-bottom: 30px;
    }
    .intro_box02 .hd_lv3 {
        font-size: 2.0rem;
    }
    .intro_box04 {
        margin-top: -100px;
    }
}

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

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

@media screen and (max-width: 351px) {
    .intro_box04 p {
        bottom: 15px;
    }
}

/*-------------------------------------
    about
-------------------------------------*/

#about .hd_lv1 {
    background: #087C83;
}

.about_box {
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 50px;
}

.about_box.rv .txt_area {
    position: inherit;
    top: inherit;
    left: inherit;
    right: inherit;
    padding: 50px 20px 0;
}

.about_box .txt_area {
    padding: 50px 15px 0 0;
    font-size: 1.6rem;
}

.about_box .txt_base {
    line-height: 1.8;
}

.about_box figure {
    margin-left: -10px;
    margin-top: -20px;
    margin-right: 10px;
}

.sp_hd_bg {
    text-align: center;
    margin-bottom: 50px;
}

.about_box .hd_lv3 {
    text-align: right;
}

/*.about_box p{
    line-height: 1.6;
    width: 440px;
    text-align: left;
    margin-bottom: 1em;
    margin-top: 30px;
}*/

.about_movie {
    position: relative;
    text-align: center;
}

.about_movie .main_txtarea {
    width: 100%;
    /*height: 300px;*/
}

.about_box02 {
    padding-top: 120px;
}

.about_box02 .hd_layout figure {
    right: inherit;
    left: 50%;
    top: -80px;
    margin-left: -300px;
    width: 120px;
}

.about_box03 {
    margin-bottom: 60px;
    flex-direction: row-reverse;
    align-items: flex-end;
}

.about_box03 .txt_area {
    padding: 20px 15px 0 15px;
}

.about_box03 .txt_base {
    line-height: 1.8;
    font-size: 1.6rem;
}

.justify {
    text-align: justify;
}

@media screen and (max-width: 958px) {
    .about_box, .about_box03 {
        display: block;
    }
    .about_box02 {
        padding-top: 80px;
    }
    .about_box .hd_lv3 {
        text-align: center;
        position: relative;
        z-index: 2;
    }
    .about_box .sp_hd_bg {
        margin-top: -100px;
    }
    .about_box p {
        margin: 0 auto 1em;
        padding: 0 20px;
    }
    .about_movie figure img {
        width: auto;
        height: 450px;
    }
    .about_box03 .txt_area {
        padding-left: 0;
    }
    .about_box03 p {
        margin: 0 auto 1em;
        padding: 0 20px;
    }
    .about_box figure {
        margin: 0;
    }
    .about_box02 .hd_layout figure {
        right: inherit;
        left: 50%;
        top: -50px;
        margin-left: -210px;
        width: 120px;
    }
}

@media screen and (max-width: 736px) {
    .about_movie {
        /*height: 450px;*/
        overflow: hidden;
    }
    .about_box03 .txt_area {
        padding: 0;
    }
    .about_movie .main_txtarea {
        width: 90%;
        /*height: auto;
        min-height: 300px;*/
    }
    .about_movie .hd_txtarea {
        font-size: 2.0rem;
        font-weight: 700;
        line-height: 1.2;
        margin-top: 40px;
        text-shadow: 0 0 10px rgba(0, 0, 0, 1);
    }
}

@media screen and (max-width: 480px) {
    .about_box p {
        padding: 0;
    }
    .about_box .hd_lv3, .about_box02 .hd_lv3 {
        font-size: 2.0rem
    }
    .about_box02 .hd_layout figure {
        right: inherit;
        left: 0;
        top: -30px;
        margin-left: 0;
        width: 120px;
    }
    .about_box .sp_hd_bg {
        margin-top: -80px;
    }
}

@media screen and (max-width: 401px) {
    .about_movie .hd_txtarea {
        font-size: 1.7rem;
    }
    .about_movie .main_btn {
        margin-top: 10px;
        /* width: 70%; */
    }
}

@media screen and (max-width: 380px) {
    .about_box02 .hd_layout figure {
        top: -45px;
    }
    .about_box .hd_lv3, .about_box02 .hd_lv3 {
        font-size: 1.8rem;
    }
}

@media (orientation: landscape) and (max-height: 414px) {
    .about_box02 .hd_layout figure {
        right: inherit;
        left: 50%;
        top: -50px;
        margin-left: -210px;
        width: 120px;
    }
}

/*-------------------------------------
    merit
-------------------------------------*/

#merit .layout {
    position: relative;
    height: 800px;
    background: url(../images/&mny20.jpg) no-repeat 0 0;
}

#merit .layout .p01 {
    position: absolute;
    right: 0;
    top: -40px;
    z-index: 2;
}

#merit .layout .list01 {
    position: absolute;
    left: 480px;
    top: 100px;
    padding: 15px 10px 15px 15px;
    background: rgba(255, 255, 255, 0.7);
}

.list01 li::before, .list01 li::after {
    border-color: #FF6161;
}

#merit .layout .p02 {
    position: absolute;
    left: 0;
    top: 360px;
    z-index: 2;
}

#merit .layout .list02 {
    position: absolute;
    left: 150px;
    bottom: 70px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.7);
    color: #FF6161;
}

.list02 li::before, .list02 li::after {
    border-color: #087C83;
}

#merit .txt_point {
    color: #087C83;
    text-align: center;
    margin-top: 125px;
    margin-bottom: 70px;
}

.merit_box {
    padding-top: 120px;
}

.merit_box .hd_layout figure {
    right: inherit;
    left: 150px;
    top: -55px;
}

.merit_box p {
    width: 740px;
    line-height: 1.4;
    margin: 0 auto;
}

.merit_box02 {
    margin: 50px 0 100px;
}

.merit_box02 p {
    width: 740px;
    line-height: 1.4;
    margin: 0 auto;
}

.merit_box02 h4.hd_lv3 {
    color: #FF6161;
    margin-bottom: 20px;
    margin-top: 10px;
}

@media screen and (max-width: 958px) {
    #merit .layout {
        position: relative;
        height: auto;
        background: none;
    }
    #merit .layout .list01, #merit .layout .list02 {
        position: relative;
        left: inherit;
        top: inherit;
        bottom: inherit;
        margin: 20px 0;
        width: 100%;
    }
    #merit .layout .p01 {
        position: relative;
        top: inherit;
    }
    #merit .layout .p01 .marks {
        position: absolute;
        bottom: -20px;
        right: 20px;
        width: 150px;
    }
    #merit .layout .p02 {
        position: relative;
        top: inherit;
    }
    #merit .layout .p02 .marks {
        position: absolute;
        bottom: -30px;
        left: 20px;
        width: 150px;
    }
    #merit .txt_point {
        margin-top: 40px;
    }
    .merit_box .hd_layout figure {
        right: inherit;
        left: 50%;
        top: -50px;
        margin-left: -250px;
        width: 120px;
    }
    /*.merit_box .hd_layout figure {
        right: inherit;
        left: 20px;
        top: -50px;
        width: 120px;
    }*/
    .merit_box {
        padding-top: 50px;
    }
    .merit_box p {
        width: 100%;
        line-height: 1.4;
        margin: 0 auto;
    }
    .merit_box02 {
        margin: 50px 0;
    }
    .merit_box02 p {
        width: 100%;
        line-height: 1.4;
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    .merit_box .txt_base, .merit_box02 .txt_base {
        padding: 0 20px;
    }
    .merit_box .hd_lv3, .merit_box02 .hd_lv3 {
        font-size: 2.0rem
    }
    .merit_box .hd_layout figure {
        right: inherit;
        left: 0;
        top: -70px;
        margin-left: 0;
        width: 120px;
    }
    .about_box .sp_hd_bg {
        margin-top: -80px;
    }
}

@media screen and (max-width: 380px) {
    .merit_box .hd_lv3, .merit_box02 .hd_lv3 {
        font-size: 1.6rem
    }
}

@media screen and (max-width: 320px) {
    .merit_box .hd_layout figure {
        width: 100px;
    }
}

/*-------------------------------------
    flow
-------------------------------------*/

#flow .hd_layout figure.p01 {
    top: -40px;
    left: 0;
    right: inherit;
}

#flow .hd_layout figure.p02 {
    top: -40px;
}

.flow_box {
    margin: 40px 0;
}

.flow_box .hd_lv4 {
    color: #ECB821;
    margin-bottom: 0;
}

.flow_point {
    font-weight: 700;
    font-size: 1.6rem;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 15px;
    border-radius: 5px;
    background: #087C83;
    color: #fff;
    width: 300px;
    margin: -45px auto 0;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 958px) {
    #flow .hd_layout figure.p01 {
        top: -20px;
        left: 0;
        right: inherit;
        width: 100px;
    }
    #flow .hd_layout figure.p02 {
        top: -20px;
        width: 100px;
    }
    .flow_point {
        width: 100%;
        max-width: 300px;
        margin: 20px auto;
    }
}

@media screen and (max-width: 480px) {
    .flow_box .hd_lv4 {
        font-size: 2.0rem;
    }
    .flow_box {
        margin-top: 50px;
    }
}

/*-------------------------------------
    review
-------------------------------------*/

#review .hd_lv1 {
    background: #087C83;
}

#review .hd_layout figure {
    top: 40px;
}

.voice_box {
    position: relative;
    margin-bottom: 20px;
}

.voice_img {
    margin-left: -10px;
    margin-right: 10px;
    position: relative;
}

.voice_img h3 {
    position: absolute;
    top: 50px;
    left: 150px;
    padding: 3px;
    font-size: 2.0rem;
    line-height: 1.1;
    font-family: "Sawarabi Mincho";
    font-weight: normal;
    color: #FF6161;
    background: rgba(255, 255, 255, 0.8);
}

.voice_box .txt_area {
    position: absolute;
    top: 120px;
    left: 300px;
    width: 620px;
}

.voice_box p {
    line-height: 1.6;
}

.voice_box.rv .voice_img {
    margin: 0;
    text-align: right;
}

.voice_box.rv .voice_img h3 {
    top: 50px;
    right: 190px;
    left: inherit;
    display: inline-block;
    text-align: left;
    color: #087C83;
}

.voice_box.rv .txt_area {
    position: absolute;
    top: 120px;
    left: inherit;
    right: 300px;
}

/*.voice_box.rv .txt_area p {
    text-align: left;
}
*/

@media screen and (max-width: 958px) {
    #review .hd_layout figure.p01 {
        top: inherit;
        width: 30%;
        float: right;
    }
    /*#review {
        padding-bottom: 50px;
    }*/
    .voice_img {
        margin: 0;
    }
    .voice_img img {
        width: 70%;
        max-width: 420px;
    }
    .voice_img h3 {
        position: absolute;
        top: inherit;
        bottom: 50px;
        left: 80px;
    }
    .voice_box .txt_area {
        position: inherit;
        top: inherit;
        left: inherit;
        padding: 10px 30px 0;
        width: 100%;
    }
    .voice_box.rv .voice_img h3 {
        position: absolute;
        top: inherit;
        left: inherit;
        bottom: 50px;
        right: 80px;
        min-width: 18em;
    }
    .voice_box.rv .txt_area {
        position: inherit;
        top: inherit;
        left: inherit;
        right: inherit;
        padding: 10px 30px 0;
    }
    .voice_box p {
        width: 100%;
    }
    .flow_img img {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .voice_img h3 {
        font-size: 1.6rem;
    }
    .voice_box.rv .voice_img h3 {
        left: inherit;
        right: 0;
    }
    .voice_box.rv .voice_img h3 {
        left: 0;
        right: inherit;
    }
    .voice_img h3 {
        bottom: 30px;
    }
    .voice_box.rv .voice_img h3 {
        bottom: 30px;
    }
}

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

/*-------------------------------------
    faq
-------------------------------------*/

#faq .hd_lv1 {
    background: #087C83;
}

#faq .hd_layout figure {
    top: -40px;
}

.faq_area {
    width: 700px;
    margin: 40px auto;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
}

.faq_area dt span {
    font-family: 'Boogaloo', cursive;
    margin-right: 5px;
}

.faq_area dd span {
    font-family: 'Boogaloo', cursive;
    color: #087C83;
    margin-right: 5px;
}

.faq_area dt {
    margin-bottom: 10px;
    color: #ECB821;
}

.faq_area dd {
    margin-bottom: 40px;
    padding-left: 1.0em;
    text-indent: -1.0em;
}

@media screen and (max-width: 958px) {
    #faq .hd_layout figure {
        top: inherit;
    }
    .faq_area {
        width: 100%;
        padding: 0 20px;
        margin: 0;
    }
}

/*-------------------------------------
    footer
-------------------------------------*/

footer {
    text-align: center;
}

footer a {
    color: #00143d;
}

footer p {
    font-size: 1.4rem;
    margin-top: 5px;
    line-height: 1.2;
}

.ft_logo {
    padding-top: 100px;
}

.ft_logo figure {
    margin-bottom: 5px;
}

.ft_logo p {
    margin-bottom: 20px;
}

small {
    display: block;
    height: 30px;
    line-height: 30px;
    background: #087C83;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    margin-left: 10px;
}

@media screen and (max-width: 958px) {
    footer {
        text-align: center;
    }
    .ft_logo {
        padding-top: 50px;
    }
    .ft_logo figure {
        width: 50%;
        margin: 0 auto;
    }
    .ft_logo p {
        margin-bottom: 5px;
    }
    small {
        margin-left: 0;
    }
}

/*video*/

.video {
    display: block;
}

.back_bg {
    background: url(../images/&mny_dot.png) center top;
    background-repeat: repeat;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7
}

.back_bg2 {
    background: url(../images/&mny_dot.png) center top;
    background-repeat: repeat;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7
}

*::-webkit-media-controls-panel {
    display: none!important;
    -webkit-appearance: none;
}

*::--webkit-media-controls-play-button {
    display: none!important;
    -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
    display: none!important;
    -webkit-appearance: none;
}