@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Oswald:500,600');

/*================================================
 *  一般・共通設定
================================================*/

body {
    font-size: 16px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, sans-serif;
    color: #333;
    text-align: justify;
    text-justify: inter-ideograph;
}

p {
    font-size: 16px;
}

a,
linearAnime {
    color: inherit;
    text-decoration: none;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

a.underline {
    text-decoration: underline;
}

a:hover {
    opacity: 0.7;
}

a.underline:hover {
    opacity: 1;
    text-decoration: none;
}

img {
    vertical-align: bottom;
}

.imgaboutarea {
    vertical-align: bottom;
}


/*色*/

.color_main {
    color: #81e1ee;
}

.color_orange {
    color: #f15a24;
}

.color_red {
    color: #bf0000;
}

.color_white {
    color: #fff;
}


/*背景*/

.bg_main {
    background-color: #81e1ee;
}

.bg_ptn_gray {
    background: url(../images/lp/bg_ptn_gray.png);
}


/* position */

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}


/* sp/pcの切替 */

.sp,
.sp_inline {
    display: none;
}


/* .pc {
    display: block;
} */


/*文字揃え*/

.ta-l {
    text-align: justify;
    text-justify: inter-ideograph;
}

.ta-r {
    text-align: right;
}

.ta-c {
    text-align: center!important;
}

.pcspText {
    /*PC：中央揃え・SP左揃え用*/
    text-align: center;
}


/*文字種類*/

.ff_english {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}


/*文字太さ*/

.fontNormal {
    font-weight: normal!important;
}

.fontBold {
    font-weight: bold!important;
}

.fontMidium {
    font-weight: 500;
}


/*幅*/

.wrap {
    max-width: 940px;
    margin: 0 auto;
    width: 100%;
}


/*================================================
 *  ヘッダー
================================================*/

header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #81e1ee;
    width: 100%;
    z-index: 500;
}

header .inner {
    width: 940px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 100px;
}

header .inner .header_logo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}

header .inner nav {
    width: 540px;
}

header .inner nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    color: #fff;
}

header .inner nav ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    font-weight: bold;
}

header .inner nav ul li a span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 0.5em;
}

header #sp_menu_btn {
    display: none;
}

#sp_nav {
    display: none;
}


/*================================================
 *  サイドタブ（PC）
================================================*/

.fixed-link {
    position: absolute;
    right: 0;
    top: 190px;
    z-index: 1000;
}

.sp_fixed_none .fixed-link {
    display: none;
}


/*================================================
 *  共通パーツ
 ================================================*/


/*******見出し*******/

h4.head {
    font-size: 18px;
    font-weight: bold;
    padding: 80px 0 40px;
    text-align: center;
}

h4.head span {
    font-size: 44px;
    display: block;
    position: relative;
    margin-bottom: 0.65em;
}

h4.head span::after {
    position: absolute;
    content: '';
    bottom: -0.3em;
    left: 50%;
    width: 0.5em;
    height: 1px;
    background-color: #81e1ee;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}


h4.head_title {
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0 40px;
    text-align: center;
}

h4.head_title span {
    font-size: 44px;
    display: block;
    position: relative;
    margin-bottom: 0.65em;
}

h4.head_title span::after {
    position: absolute;
    content: '';
    bottom: -0.3em;
    left: 50%;
    width: 0.5em;
    height: 1px;
    background-color: #81e1ee;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

h4.head {
    font-size: 18px;
    font-weight: bold;
    padding: 80px 0 40px;
    text-align: center;
}

h4.head span {
    font-size: 44px;
    display: block;
    position: relative;
    margin-bottom: 0.65em;
}

h4.head span::after {
    position: absolute;
    content: '';
    bottom: -0.3em;
    left: 50%;
    width: 0.5em;
    height: 1px;
    background-color: #81e1ee;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}


h3.head {
    font-size: 18px;
    font-weight: bold;
    padding: 80px 0 40px;
    text-align: center;
}

h3.head span {
    font-size: 44px;
    display: block;
    position: relative;
    margin-bottom: 0.65em;
}

h3.head span::after {
    position: absolute;
    content: '';
    bottom: -0.3em;
    left: 50%;
    width: 0.5em;
    height: 1px;
    background-color: #81e1ee;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}


h3.head_title {
    font-size: 18px;
    font-weight: bold;
    padding: 80px 0 40px;
    text-align: center;
}

h3.head_title span {
    font-size: 44px;
    display: block;
    position: relative;
    margin-bottom: 0.65em;
}

h3.head_title span::after {
    position: absolute;
    content: '';
    bottom: -0.3em;
    left: 50%;
    width: 0.5em;
    height: 1px;
    background-color: #81e1ee;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

h3.head {
    font-size: 18px;
    font-weight: bold;
    padding: 80px 0 40px;
    text-align: center;
}

h3.head span {
    font-size: 44px;
    display: block;
    position: relative;
    margin-bottom: 0.65em;
}

h3.head span::after {
    position: absolute;
    content: '';
    bottom: -0.3em;
    left: 50%;
    width: 0.5em;
    height: 1px;
    background-color: #81e1ee;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}


/*******箇条書きリスト*******/

.kome_list li,
.disc_list li,
.circle_list li,
.indent_list li {
    list-style-position: inside;
    padding-left: 1em;
    text-indent: -1em;
}


/*※箇条書き*/

.kome_list li:before {
    display: inline;
    content: "\203b";
}


/*・箇条書き*/

.disc_list li:before {
    display: inline;
    content: "\30fb";
}


/*●箇条書き*/

.circle_list li:before {
    display: inline;
    content: "\25CF";
}


/*================================================
 *  コンテンツ
 ================================================*/


/*******メインエリア*******/

#main_area {
    /* background-color: #ff8f9d; */
    margin-top: 100px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

#main_area h1 {
    position: absolute;
    top: 1em;
    left: 50%;
    color: #fff;
    font-size: 12px;
    z-index: 10;
    margin-left: -470px;
}

#main_area img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}


/*******申請漏れとは*******/

section#about_area {
    position: relative;
    /* top: -65px; */
    margin-bottom: -65px;
    padding-top: 30px;
}

section#about_area .loss_box {
    width: 1160px;
    margin: 0 auto;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    color: #fff;
    text-align: center;
}

section#about_area .loss_box .fuki {
    position: relative;
    top: -30px;
    margin-bottom: -20px;
}

section#about_area .loss_box h2 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
}

section#about_area .loss_box .icon_list {
    width: 820px;
    margin: 30px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

section#about_area .loss_box .icon_list li {
    width: 140px;
    font-size: 24px;
    font-weight: bold;
}

section#about_area .loss_box .icon_list li div {
    background-color: #fff;
    border-radius: 0.35em;
    margin-bottom: 0.5em;
}

section#about_area .people_box {
    position: relative;
    overflow: hidden;
}

section#about_area .people_box .wrap {
    position: relative;
    margin-top: 50px;
    text-align: right;
}

section#about_area .people_box .img_fuki {
    position: absolute;
    top: 0;
    left: 65px;
}

section#about_area .people_box .img_people {
    position: relative;
    z-index: 1;
    margin-right: 130px;
}

section#about_area .people_box .bg_arrow {
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 150px;
    width: 100%;
    overflow: hidden;
    z-index: 10;
}

section#about_area .people_box .bg_arrow object {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.3));
}

@media screen and (min-width:1400px) {
    section#about_area .people_box .bg_arrow object {
        width: 100%;
        height: 100%;
    }
}

section#about_area .research_box {
    position: relative;
    background-color: #fffae1;
    padding: 60px 0 70px;
    overflow: hidden;
}

section#about_area .research_box h3 {
    text-align: center;
    margin-bottom: 40px;
}

section#about_area .research_box .img_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}

section#about_area .research_box .img_text>div:last-of-type {
    width: 425px;
}

section#about_area .research_box .img_text>div:last-of-type h4 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0.6em;
}

section#about_area .research_box .notes {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.75;
    margin-top: 60px;
    text-align: center;
}

section#about_area .research_box .notes span {
    background: -webkit-linear-gradient(top, rgba(252, 238, 33, 0) 0%, rgba(252, 238, 33, 0) 60%, rgba(252, 238, 33, 1) 61%, rgba(252, 238, 33, 1) 100%);
    background: linear-gradient(to bottom, rgba(252, 238, 33, 0) 0%, rgba(252, 238, 33, 0) 60%, rgba(252, 238, 33, 1) 61%, rgba(252, 238, 33, 1) 100%);
}


/*******調査のお申し込み*******/

.request_area {
    background: url(../images/lp/bg_ptn_orange.png) center center;
    padding: 25px 0 45px;
}

.request_area .inner {
    width: 740px;
    margin: 0 auto;
}

.request_area .inner .text_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}

.request_area .inner .text_box>div:first-child {
    width: 170px;
}

.request_area .inner .text_box>div:last-child {
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.5;
    padding-top: 0.5em;
}

.request_area .inner .link_btn {
    background-color: #fff;
    border-radius: 2em;
    display: block;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    position: relative;
    width: 460px;
    margin: 0 auto;
    padding: 1em 0;
}

.request_area .inner .link_btn::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 1em;
    width: 0.45em;
    height: 0.45em;
    margin-top: -0.2em;
    border-top: 1px solid #f15a24;
    border-right: 1px solid #f15a24;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.request_area .inner .link_btn:hover {
    background-color: #fcee21;
    opacity: 1;
}


/*******事例*******/

section#case_area .bg_ptn_gray {
    position: relative;
    overflow: hidden;
}

section#case_area .bg_ptn_gray::before,
section#case_area .bg_ptn_gray::after {
    position: absolute;
    content: '';
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
}

section#case_area .bg_ptn_gray::before {
    border-width: 15.7vw 100vw 0 0;
    border-color: #fff transparent transparent transparent;
    top: -1px;
}

section#case_area .bg_ptn_gray::after {
    border-width: 0 0 15.7vw 100vw;
    border-color: transparent transparent #fff transparent;
    bottom: -1px;
}

section#case_area .case_list {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

section#case_area .case_list li {
    width: 460px;
    background-color: #81e1ee;
}

section#case_area .case_list li:nth-child(n+3) {
    margin-top: 20px;
}

section#case_area .case_list li figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    height: 100%;
}

section#case_area .case_list li figure>img {
    width: 100%;
}

section#case_area .case_list li figure figcaption {
    position: relative;
    padding: 70px 50px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    width: 100%;
    color: #fff;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

section#case_area .case_list li figure figcaption .number {
    position: absolute;
    width: 75px;
    height: 75px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

section#case_area .case_list li figure figcaption .number::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

section#case_area .case_list li figure figcaption .number>span {
    display: block;
    position: relative;
    z-index: 1;
    text-align: center;
}

section#case_area .case_list li figure figcaption .number>span span {
    font-weight: 500;
    font-size: 15px;
    display: block;
}

section#case_area .case_list li figure figcaption .text {
    width: 190px;
}

section#case_area .case_list li figure figcaption .text dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

section#case_area .case_list li figure figcaption .text dl dt,
section#case_area .case_list li figure figcaption .text dl dd {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1.5;
}

section#case_area .case_list li figure figcaption .text dl dt:nth-of-type(n+2),
section#case_area .case_list li figure figcaption .text dl dd:nth-of-type(n+2) {
    margin-top: 0.5em;
}

section#case_area .case_list li figure figcaption .text dl dt {
    border: 1px solid #fff;
    width: 75px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

section#case_area .case_list li figure figcaption .text dl dd {
    font-size: 15px;
    font-weight: bold;
    width: 105px;
}

section#case_area .case_list li figure figcaption .price {
    font-size: 18px;
    font-weight: bold;
}

section#case_area .case_list li figure figcaption .price img {
    display: block;
    margin-top: 0.8em;
}


/*******流れ*******/

section#flow_area .flow_list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 60px;
}

section#flow_area .flow_list dl {
    width: 173px;
    position: relative;
}

section#flow_area .flow_list dl dt {
    border: 1px solid #81e1ee;
    text-align: center;
    padding: 20px 0 15px;
    position: relative;
}

section#flow_area .flow_list dl:not(:last-of-type) dt::after {
    position: absolute;
    content: '';
    top: 50%;
    right: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 15px;
    border-color: transparent transparent transparent #81e1ee;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

section#flow_area .flow_list dl dt h4 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0.7em;
}

section#flow_area .flow_list dl dt h4 span {
    font-size: 130%;
    vertical-align: -10%;
    margin-right: 0.3em;
}

section#flow_area .flow_list dl dd {
    line-height: 1.75;
    padding: 0.75em 0.5em 0;
}


/*******お客様の声*******/

section#voice_area .voice_list>li {
    background-color: rgba(52, 177, 180, 0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    padding: 30px 60px 30px 40px;
}

section#voice_area .voice_list>li:nth-of-type(n+2) {
    margin-top: 40px;
}

section#voice_area .voice_list>li>div:first-child {
    width: 205px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

section#voice_area .voice_list>li>div:first-child img {
    display: block;
    margin-bottom: 0.5em;
}

section#voice_area .voice_list>li>div:last-child {
    width: 560px;
}

section#voice_area .voice_list>li>div:last-child dl {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

section#voice_area .voice_list>li>div:last-child dl dt,
section#voice_area .voice_list>li>div:last-child dl dd {
    margin-bottom: 1em;
}

section#voice_area .voice_list>li>div:last-child dl dt {
    background-color: #81e1ee;
    color: #fff;
    text-align: center;
    width: 100px;
    padding: 0.4em 0;
}

section#voice_area .voice_list>li>div:last-child dl dd {
    font-size: 125%;
    font-weight: bold;
    padding: 0 1.2em 0 0.7em;
    line-height: 1.5;
    padding-top: 0.25em;
}

section#voice_area .voice_list>li>div:last-child dl dd:nth-of-type(1) {
    /*給付額用*/
    width: 460px;
}


/*******ご質問*******/

section#activity_area .bg_ptn_gray {
    position: relative;
    padding-bottom: 90px;
}

section#activity_area .bg_ptn_gray::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 50px;
    background-color: #fff;
}

section#activity_area .faq_list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

section#activity_area .faq_list dl {
    background-color: #fff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
    width: 460px;
    /* padding: 30px; */
}

section#activity_area .faq_list dl:nth-of-type(n+3) {
    margin-top: 20px;
}

section#activity_area .faq_list dl dt,
section#activity_area .faq_list dl dd {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
}

section#activity_area .faq_list dl dt div:first-child,
section#activity_area .faq_list dl dd div:first-child {
    font-size: 30px;
    font-weight: 500;
    padding-right: 0.5em;
    line-height: 1;
}

section#activity_area .faq_list dl dt div:last-child {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 1.5em;
}


/*================================================
 *  ページトップ
 ================================================*/

.pagetop {
    cursor: pointer;
    display: none;
    position: fixed;
    bottom: 50px;
    right: 100px;
    z-index: 1000;
}


/*================================================
 *  フッター
 ================================================*/

footer .inner {
    padding: 30px 0;
    text-align: center;
}

footer .inner .footer_logo {
    margin-bottom: 25px;
}

footer .inner .footer_logo img {
    display: block;
    margin: 0 auto 20px;
}

footer .inner .footer_logo .supervision span {
    display: inline-block;
    width: 4em;
    border: 1px solid #333;
    text-align: center;
    margin-right: 0.5em;
    padding: 0.2em 0;
}

footer .inner .footer_logo .add {
    line-height: 1.75;
    margin-top: 1em;
}

footer .inner .copyright small {
    color: #808080;
    font-size: 12px;
}


/*================================================
 *  スマートフォン向けデザイン
 ================================================*/

@media screen and (max-width:500px) {
    body {
        font-size: 4vw;
    }
    p {
        font-size: 4vw;
    }
    img {
        max-width: 100%;
    }
    .sp_wid100 {
        width: 100%;
    }
    /*文字揃え*/
    .pcspText {
        /*PC：中央揃え・SP左揃え用*/
        text-align: justify;
        text-justify: inter-ideograph;
    }
    /* sp/pcの切替 */
    .sp {
        display: block;
    }
    .sp_inline {
        display: inline;
    }
    .pc,
    .sp_none {
        display: none;
    }
    /*幅*/
    .wrap {
        max-width: inherit;
        width: 90%;
    }
    .wrap_sp_small {
        width: 80vw;
        margin-left: auto;
        margin-right: auto;
    }
    /*================================================
 *  ヘッダー
 ================================================*/
    header {
        position: relative;
        top: auto;
        left: auto;
        z-index: auto;
    }
    header .inner {
        width: 100%;
        height: 15vw;
    }
    header .inner .header_logo {
        padding-left: 10vw;
    }
    /* header .inner .header_logo a img {
        height: 7.5vw;
    } */
    header #sp_menu_btn {
        display: block;
        background-color: #fff;
        text-align: center;
        width: 15vw;
        height: 15vw;
        padding-top: 2.5vw;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10001;
    }
    header #sp_menu_btn.active {
        background-color: transparent;
    }
    header #sp_menu_btn .ff_english {
        display: block;
        text-align: center;
        font-size: 3.6vw;
    }
    header #sp_menu_btn.active .ff_english {
        display: none;
    }
    /*ハンバーガーアイコン*/
    .hamburger-icon {
        position: relative;
        display: block;
        margin: 3.5vw auto 0;
    }
    .hamburger-icon,
    .hamburger-icon:before,
    .hamburger-icon:after {
        width: 8vw;
        height: 2px;
        -webkit-transition: all .3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
        transition: all .3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
        background-color: #81e1ee;
    }
    .hamburger-icon:before,
    .hamburger-icon:after {
        position: absolute;
        top: -2vw;
        left: 0;
        content: ' ';
    }
    .hamburger-icon:after {
        top: 2vw;
    }
    .active .hamburger-icon {
        background-color: transparent;
    }
    .active .hamburger-icon:before,
    .active .hamburger-icon:after {
        background-color: #fff;
        top: 2vw;
    }
    .active .hamburger-icon:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .active .hamburger-icon:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    /*================================================
 *  ナビゲーション
 ================================================*/
    #sp_nav {
        position: fixed;
        top: 0;
        left: 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        height: 100%;
        padding: 15vw 0;
        z-index: 5000;
        text-align: center;
    }
    #sp_nav ul {
        width: 80%;
        margin: 0 auto;
    }
    #sp_nav ul li a {
        color: #fff;
        display: block;
        font-size: 5vw;
        font-weight: bold;
        padding: 1em 0;
    }
    #sp_nav ul li a span {
        display: block;
        font-size: 50%;
        margin-top: 0.5em;
    }
    #sp_nav ul li:nth-last-child(2) a {
        padding-bottom: 2em;
    }
    #sp_nav ul li.close-btn {
        border: 1px solid #fff;
        color: #fff;
        font-size: 4.5vw;
        padding: 1em 0;
        letter-spacing: 0.1em;
        position: relative;
    }
    #sp_nav ul li.close-btn::before,
    #sp_nav ul li.close-btn::after {
        position: absolute;
        content: '';
        width: 1px;
        height: 1em;
        background-color: #fff;
        top: 50%;
        margin-top: -0.5em;
        left: 1em;
    }
    #sp_nav ul li.close-btn::before {
        transform: rotateZ(45deg);
        -webkit-transform: rotateZ(45deg);
    }
    #sp_nav ul li.close-btn::after {
        transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
    }
    /*================================================
 *  共通パーツ
 ================================================*/
    /*******見出し*******/
    h3.head_title {
        font-size: 3.6vw;
        padding: 10vw 0 5vw;
    }
    h3.head_title span {
        font-size: 8vw;
    }

    h4.head_title {
        font-size: 3.6vw;
        padding: 10vw 0 5vw;
    }
    h4.head_title span {
        font-size: 8vw;
    }
    /*================================================
 *  コンテンツ
 ================================================*/
    /*******メインエリア*******/
    #main_area {
        margin-top: 0;
    }
    #main_area h1 {
        display: none;
    }
    #main_area img {
        left: auto;
        transform: none;
        -webkit-transform: none;
        width: 100%;
    }
    /*******申請漏れとは*******/
    section#about_area {
        margin-bottom: -10vw;
        /* top: -10vw; */
        padding-top: 5vw;
    }
    section#about_area .loss_box {
        width: 90%;
        padding: 5vw 8vw;
    }
    section#about_area .loss_box .fuki {
        top: -5vw;
        margin-bottom: -3vw;
    }
    section#about_area .loss_box .fuki img {
        width: 60vw;
    }
    section#about_area .loss_box h2 {
        font-size: 4.5vw;
    }
    section#about_area .loss_box .icon_list {
        width: 100%;
        margin: 5vw auto;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    section#about_area .loss_box .icon_list li {
        width: 25vw;
        font-size: 4vw;
    }
    section#about_area .loss_box .icon_list li:nth-child(n+4) {
        margin-top: 3vw;
    }
    section#about_area .loss_box .icon_list li:nth-child(4) {
        margin-left: auto;
        margin-right: 2.5vw;
    }
    section#about_area .loss_box .icon_list li:nth-child(5) {
        margin-right: auto;
    }
    section#about_area .loss_box .icon_list li div img {
        width: 100%;
    }
    section#about_area .people_box .wrap {
        margin-top: 5vw;
    }
    section#about_area .people_box .img_fuki {
        left: 3vw;
        width: 55vw;
    }
    section#about_area .people_box .img_people {
        width: 40vw;
        margin-right: 2vw;
        margin-top: 3vw;
    }
    section#about_area .people_box .bg_arrow {
        bottom: -0.2vw;
        height: 10.5vw;
    }
    section#about_area .people_box .bg_arrow object {
        left: 0;
        transform: none;
        -webkit-transform: none;
        filter: drop-shadow(0 2vw 2vw rgba(0, 0, 0, 0.3));
        width: 100%;
        height: auto;
    }
    section#about_area .research_box {
        padding: 5vw 0 10vw;
    }
    section#about_area .research_box h3 {
        margin-bottom: 3vw;
    }
    section#about_area .research_box .img_text {
        display: block;
    }
    section#about_area .research_box .img_text>div:last-of-type {
        width: 100%;
        margin-top: 4vw;
    }
    section#about_area .research_box .img_text>div:last-of-type h4 {
        font-size: 4.5vw;
        line-height: 1.5;
        text-align: center;
    }
    section#about_area .research_box .notes {
        font-size: 4.8vw;
        margin-top: 5vw;
    }
    /*******調査のお申し込み*******/
    .request_area {
        padding: 8vw 0;
    }
    .request_area .inner {
        width: 80%;
    }
    .request_area .inner .text_box {
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 3vw;
    }
    .request_area .inner .text_box>div:first-child {
        width: 25vw;
        padding-right: 3vw;
    }
    .request_area .inner .text_box>div:last-child {
        font-size: 5vw;
        padding-top: 0;
    }
    .request_area .inner .link_btn {
        font-size: 5vw;
        width: 100%;
    }
    /*******事例*******/
    section#case_area .bg_ptn_gray::before {
        border-width: 15.7vw 200vw 0 0;
        left: -50vw;
    }
    section#case_area .bg_ptn_gray::after {
        border-width: 0 0 15.7vw 200vw;
        left: -50vw;
    }
    section#case_area .case_list {
        display: block;
    }
    section#case_area .case_list li {
        width: 100%;
    }
    section#case_area .case_list li:nth-child(n+2) {
        margin-top: 5vw;
    }
    section#case_area .case_list li figure {
        display: block;
    }
    section#case_area .case_list li figure figcaption {
        padding: 14vw 7vw 7vw;
    }
    section#case_area .case_list li figure figcaption .number {
        width: 15vw;
        height: 15vw;
    }
    section#case_area .case_list li figure figcaption .number>span span {
        font-size: 5vw;
    }
    section#case_area .case_list li figure figcaption .text {
        width: 60%;
    }
    section#case_area .case_list li figure figcaption .text dl dt {
        width: 35%;
    }
    section#case_area .case_list li figure figcaption .text dl dd {
        font-size: 4vw;
        /* width: 60%; */
    }
    section#case_area .case_list li figure figcaption .price {
        font-size: 4vw;
    }
    section#case_area .case_list li figure figcaption .price img {
        height: 10vw;
    }
    /*******流れ*******/
    section#flow_area .flow_list {
        display: block;
        padding-bottom: 10vw;
    }
    section#flow_area .flow_list dl {
        width: 100%;
    }
    section#flow_area .flow_list dl:nth-of-type(n+2) {
        margin-top: 10vw;
    }
    section#flow_area .flow_list dl:nth-of-type(n+2)::before {
        position: absolute;
        content: '';
        top: -6vw;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 3vw 3.5vw 0 3.5vw;
        border-color: #81e1ee transparent transparent transparent;
    }
    section#flow_area .flow_list dl dt {
        border: 1px solid #81e1ee;
        text-align: right;
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 0.5em 0.5em 0.5em 1em;
    }
    section#flow_area .flow_list dl:not(:last-of-type) dt::after {
        position: static;
        content: none;
    }
    section#flow_area .flow_list dl dt img {
        height: 10vw;
    }
    section#flow_area .flow_list dl dt h4 {
        font-size: 4.5vw;
        margin-bottom: 0;
    }
    section#flow_area .flow_list dl dd {
        padding: 0.5em 0 0;
    }
    /*******お客様の声*******/
    section#voice_area .voice_list>li {
        display: block;
        padding: 5vw;
        position: relative;
    }
    section#voice_area .voice_list>li:nth-of-type(n+2) {
        margin-top: 5vw;
    }
    section#voice_area .voice_list>li>div:first-child {
        position: absolute;
        width: 19vw;
        font-size: 3.6vw;
        top: 5vw;
        left: 5vw;
    }
    section#voice_area .voice_list>li>div:last-child {
        width: 100%;
    }
    section#voice_area .voice_list>li>div:last-child dl {
        width: 57vw;
        margin-left: auto;
        margin-bottom: 3vw;
    }
    section#voice_area .voice_list>li>div:last-child dl dt,
    section#voice_area .voice_list>li>div:last-child dl dd {
        margin-bottom: 0.5em;
    }
    section#voice_area .voice_list>li>div:last-child dl dt {
        width: 21vw;
        font-size: 3.2vw;
        font-weight: bold;
        padding: 0;
        line-height: 1.75;
    }
    section#voice_area .voice_list>li>div:last-child dl dd {
        font-size: 3.8vw;
        padding: 0.25em 0 0 0.75em;
    }
    section#voice_area .voice_list>li>div:last-child dl dd:nth-of-type(1) {
        /*給付額用*/
        width: auto;
    }
    section#voice_area .voice_list>li>div:last-child dl dd:nth-of-type(1) img {
        height: 1.5em;
    }
    /*******ご質問*******/
    section#activity_area .bg_ptn_gray {
        padding-bottom: 10vw;
    }
    section#activity_area .bg_ptn_gray::before {
        height: 5vw;
    }
    section#activity_area .faq_list {
        display: block;
    }
    section#activity_area .faq_list dl {
        box-shadow: 0px 0px 2vw 0px rgba(0, 0, 0, 0.3);
        width: 100%;
        /* padding: 5vw; */
    }
    section#activity_area .faq_list dl:nth-of-type(n+2) {
        margin-top: 5vw;
    }
    section#activity_area .faq_list dl dt,
    section#activity_area .faq_list dl dd {
        font-size: 4vw;
    }
    section#activity_area .faq_list dl dt div:first-child,
    section#activity_area .faq_list dl dd div:first-child {
        font-size: 6.5vw;
    }
    section#activity_area .faq_list dl dt div:last-child {
        font-size: 4vw;
        padding-bottom: 1em;
    }
    /*================================================
 *  ページトップ
 ================================================*/
    .pagetop {
        bottom: 18vw;
        right: 2vw;
    }
    .pagetop img {
        width: 12vw;
    }
    .sp_fixed_none .pagetop {
        bottom: 2vw;
    }
    /*================================================
 *  フッター
 ================================================*/
    footer .inner {
        padding: 8vw 0 25vw;
    }
    .sp_fixed_none footer .inner {
        padding-bottom: 8vw;
    }
    footer .inner .footer_logo {
        margin-bottom: 5vw;
    }
    footer .inner .footer_logo img {
        width: 60vw;
        margin-bottom: 3vw;
    }
    footer .inner .footer_logo .supervision {
        font-size: 3.4vw;
    }
    footer .inner .footer_logo .add {
        font-size: 3.4vw;
    }
    footer .inner .copyright small {
        font-size: 2.8vw;
    }
    /*================================================
 *  SP下固定タブ
 ================================================*/
    .sp_fixed_bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 5000;
    }
    .sp_fixed_none .sp_fixed_bottom {
        display: none;
    }
}

.resizeimage img { width: 100%; }