@charset "UTF-8";

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/
html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.hel_font {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}

/* ダーツフォント */
@font-face {
    font-family: 'darts_font';
    src: url('../fonts/dartsfont.ttf') format('truetype');
}

.darts_font {
    font-family: 'darts_font', serif;
}

/* 源柔ゴシックP */
@font-face {
    font-family: 'gen_gothic';
    src: url('../fonts/GenJyuuGothic-P-Bold.ttf') format('truetype');
}

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

body {
    color: #000000;
    font-size: 16px;
    line-height: 1.7;
    overflow: hidden;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

a:link {
    color: #004CCA;
    text-decoration: none;
}

a:visited {
    color: #6219DB;
}

a:hover {
    color: #048ADE;
    text-decoration: none;
}

a:active {
    color: #048ADE;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    display: inline-block;
}

ul {
    padding: 0px;
    list-style: none;
    margin: 0;
}

.oh {
    overflow: hidden;
}

.sp {
    display: none;
}

.flex {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}

.flex-sb {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
}

.flex-c {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.wrap {
    width: 1140px;
    margin: 0 auto;
}

.orange {
    color: #E8A62D;
}

/*********************************************
 * PCトップページ ヘッダー
*********************************************/
.top_header .hamburger {
    right: 50px;
    top: 30px;
}

.top_header .ham_menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #FFFAEF;
    z-index: 9999;
    display: flex;
    align-items: center;
    transition: all .6s;
    transform: translateX(100%);
}

.top_header .ham_menu.active {
    transform: translateX(0);
}

.top_header .ham_menu .flex_box {
    justify-content: center;
}

.top_header .ham_menu .flex_box ul {
    margin-right: 80px;
}

.top_header .ham_menu .flex_box ul li a {
    display: inline-block;
    color: #000;
    font-size: 18px;
    letter-spacing: .05em;
    padding-bottom: 5px;
    position: relative;
}

.top_header .ham_menu .flex_box ul li+li {
    margin-top: 20px;
}

.top_header .ham_menu .flex_box ul li a:after {
    content: "";
    width: 0;
    height: 2px;
    background-color: #E8A62D;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .4s;
}

.top_header .ham_menu .flex_box ul li a:hover:after {
    width: 100%;
}

.top_header .ham_menu .flex_box .cta_box a {
    display: block;
    width: 180px;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .05em;
    text-align: center;
    padding: 10px 0 9px;
}

.top_header .ham_menu .flex_box .cta_box .line a {
    background-color: #00B900;
}

.top_header .ham_menu .flex_box .cta_box .contact a {
    background-color: #E8A62D;
}

.top_header .ham_menu .flex_box .cta_box div+div {
    margin-top: 20px;
}


/*********************************************
 * PCトップページ FV
*********************************************/
.top_main {
    background-image: url(../img/main_bg_ver04.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 125px 0 195px;
}

.top_main .wrap {
    width: 1340px;
    z-index: 1;
}

.top_main .main_box {
    background-image: url(../img/main_text_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 680px;
    height: 470px;
    padding: 80px 0 0;
}

.top_main .main_box .logo {
    text-align: center;
    margin-bottom: 25px;
}

.top_main .main_box .logo img {
    width: 293px;
}

.top_main .main_box .subtitle {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    letter-spacing: .16em;
}

.top_main .main_box .h1_box {
    align-items: center;
    margin-top: -20px;
    padding-left: 30px;
}

.top_main .main_box .h1_box .title {
    font-size: 66px;
    letter-spacing: .05em;
    font-weight: 700;
    margin-left: -10px;
}

.top_main .main_box .h1_box .title:after {
    content: "";
    background: url(../img/main_text_mark.svg) no-repeat;
    width: 46px;
    height: 22px;
    transform: rotate(-150deg);
    position: absolute;
    right: -25px;
    top: 5px;
}

.top_main .main_box .text {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
}

.top_main .main_box .text .blue {
    color: #2E6996;
}

.top_main .main_box .text:before,
.top_main .main_box .text:after {
    content: "";
    width: 60px;
    height: 3px;
    background-color: #3c3c3c;
    position: absolute;
    top: 20px;
    border-radius: 3px;
}

.top_main .main_box .text:before {
    left: 70px;
}

.top_main .main_box .text:after {
    right: 70px;
}

.top_main .bg_img {
    width: 1051px;
    position: absolute;
    right: 0;
    top: -115px;
    z-index: -1;
}

/*********************************************
 * PCトップページ 目指す世界
*********************************************/
.top_concept {
    padding: 211px 0 160px;
    background-image: url(../img/recruit_bg.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.common_title_box {
    text-align: center;
}

.top_concept .common_title_box {
    margin-bottom: 60px;
}

.common_title_box .title {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 44px;
    letter-spacing: .02em;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
}

.common_title_box .title .blue {
    color: #43749A;
    font-size: 50px;
}

.common_title_box .title .small {
    font-size: 34px;
}

.common_title_box .title:after {
    content: "";
    width: 640px;
    height: 6px;
    background-color: #43749A;
    border-radius: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.top_concept .wrap {
    position: relative;
}

.top_concept .concept_branding {
    position: absolute;
    bottom: -160px;
    left: 100px;
    transform: translateX(-50%);
    width: 350px;
}

.top_concept .textarea .text {
    font-size: 20px;
    letter-spacing: .07em;
    text-align: center;
}

.top_recruit {
    padding: 102px 24px;
}

.top_recruit .top_recruit_title {
    font-size: 24px;
    line-height: 34px;
    color: #E8A62D;
    font-weight: 700;
    text-align: center;
}

.top_recruit .top_recruit_content {
    max-width: 560px;
    margin: 24px auto 0;
    border-radius: 8px;
}

.responsive-iframe-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    border: 0;
}

.responsive-iframe-wrapper>.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

/*********************************************
 * PCトップページ きっかけと魅力
*********************************************/
.top_charm {
    background-color: #FFFAEF;
    padding: 70px 0 85px;
}

.top_charm .common_title_box {
    margin-bottom: 30px;
}

.top_charm .common_title_box .subtitle {
    font-size: 20px;
    letter-spacing: .04em;
    font-weight: 700;
}

.top_charm .common_title_box .title {
    letter-spacing: .08em;
}

.top_charm .common_title_box .title:after {
    width: 315px;
    background-color: #E8A62D;
}

.top_charm .content_box ul li {
    width: 32.8%;
}

.top_charm .content_box ul li:nth-child(2) {
    animation-delay: .2s;
}

.top_charm .content_box ul li:nth-child(3) {
    animation-delay: .4s;
}

.top_charm .content_box ul li .img {
    width: 270px;
    margin: 0 auto;
}

.top_charm .content_box ul li .img img {
    border-radius: 50%;
}

.top_charm .content_box ul li .num {
    background-image: url(../img/fukidashi.svg);
    width: 75px;
    height: 75px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    text-align: center;
    line-height: 1;
    padding: 13px 0 0;
    position: absolute;
    top: 0;
    left: 30px;
}

.top_charm .content_box ul li .num span {
    font-size: 34px;
    letter-spacing: .02em;
}

.top_charm .content_box ul li .text_box .title {
    background-color: #E8A62D;
    width: 280px;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .06em;
    padding: 5px 0;
    margin: 0 auto;
    position: relative;
    top: -40px;
}

.top_charm .content_box ul li .text_box .text {
    text-align: center;
    font-size: 18px;
    letter-spacing: .09em;
    line-height: 1.5;
    position: relative;
    top: -20px;
}

.top_charm .content_box ul li .text_box .text .bold {
    font-weight: 700;
}

/*********************************************
 * PCトップページ 特徴
*********************************************/
.top_feature {
    padding: 90px 0 80px;
}

.top_feature .common_title_box {
    margin-bottom: 30px;
}

.top_feature .common_title_box .title {
    font-size: 30px;
}

.top_feature .common_title_box .title .medium {
    font-size: 40px;
}

.top_feature .common_title_box .title .big {
    font-size: 48px;
}

.top_feature .common_title_box .title:after {
    width: 335px;
}

.top_feature .content_box ul li {
    width: 370px;
}

.top_feature .content_box ul.primary li:nth-child(2) {
    animation-delay: .2s;
}

.top_feature .content_box ul.primary li:nth-child(3) {
    animation-delay: .4s;
}

.top_feature .content_box ul.second li:first-of-type {
    animation-delay: .6s;
}

.top_feature .content_box ul.second li:nth-child(2) {
    animation-delay: .8s;
}

.top_feature .content_box ul.second {
    justify-content: center;
}

.top_feature .content_box ul.second li+li {
    margin-left: 15px;
}

.top_feature .content_box ul.primary {
    margin-bottom: 15px;
}

.top_feature .content_box ul li .img img {
    border-radius: 6px 6px 0 0;
}

.top_feature .content_box ul li .text_box {
    padding: 15px 25px 25px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
    border-radius: 0 0 6px 6px;
    height: 230px;
}

.top_feature .content_box ul li .text_box .title {
    color: #43749A;
    font-size: 28px;
    letter-spacing: .02em;
    font-weight: 700;
    text-align: center;
}

.top_feature .content_box ul li .text_box .text {
    font-size: 18px;
    letter-spacing: .01em;
    line-height: 1.5;
}

/*********************************************
 * PCトップページ 登録ついて
*********************************************/
.top_regist {
    background-color: #F5F9FB;
    padding: 40px 0 198px;
}

.top_regist .common_title_box .logo {
    margin-bottom: 30px;
}

.top_regist .common_title_box .title {
    font-size: 30px;
    letter-spacing: .04em;
    margin-bottom: 20px;
}

.top_regist .common_title_box .title .blue {
    font-size: 40px;
}

.top_regist .common_title_box .title:after {
    width: 420px;
}

.top_regist .common_title_box .subtitle {
    font-weight: 700;
}

.top_regist .common_title_box {
    margin-bottom: 196px;
}

.regist_box {
    position: relative;
}

.regist_box .regist_branding {
    max-width: 500px;
    width: 100%;
    position: absolute;
    bottom: 50%;
    left: -262px;
    transform: translateY(50%)
}

.regist_box ul {
    position: relative;
    justify-content: center;
}

.regist_box ul li {
    width: 22%;
}

.regist_box ul li:nth-child(2) {
    animation-delay: .2s;
}

.regist_box ul li:nth-child(3) {
    animation-delay: .4s;
}

.regist_box ul li+li {
    margin-left: 40px;
}

.regist_box ul li .img {
    width: 220px;
    height: 220px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
}

.regist_box ul li .text_box {
    text-align: center;
}

.regist_box ul li .text_box .title {
    color: #43749A;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 1.2;
}

.regist_box ul li .text_box .title .num {
    font-size: 40px;
    margin-right: 10px;
    position: relative;
    font-weight: 400;
}

.regist_box ul li .text_box .title .num:before {
    content: "";
    background: url(../img/regist_text_mark.svg) no-repeat;
    width: 29px;
    height: 15px;
    transform: rotate(-30deg);
    position: absolute;
    top: -6px;
    left: -15px;
}

.regist_box ul li .text_box .attention {
    font-size: 12px;
    letter-spacing: .02em;
    font-weight: 700;
}

.top_regist .arrow_img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -230px;
}

/*********************************************
 * PCトップページ 流れ
*********************************************/
.top_flow {
    padding: 65px 0 70px;
    background-color: #FFFAEF;
}

.top_flow .common_title_box {
    margin-bottom: 30px;
}

.top_flow .common_title_box .subtitle {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .04em;
}

.top_flow .common_title_box .title {
    font-size: 40px;
    letter-spacing: .06em;
}

.top_flow .common_title_box .title:after {
    background-color: #E8A62D;
    width: 340px;
}

.top_flow .content_box ul li {
    width: 200px;
}

.top_flow .content_box ul li:nth-child(2) {
    animation-delay: .2s;
}

.top_flow .content_box ul li:nth-child(3) {
    animation-delay: .4s;
}

.top_flow .content_box ul li:nth-child(4) {
    animation-delay: .6s;
}

.top_flow .content_box ul li:nth-child(5) {
    animation-delay: .8s;
}

.top_flow .content_box ul li .img {
    width: 200px;
    height: 200px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 5px;
}

.top_flow .content_box ul li .text_box .title {
    font-size: 35px;
    letter-spacing: .02em;
    font-weight: 500;
    color: #E8A62D;
}

.top_flow .content_box ul li .text_box {
    text-align: center;
}

.top_flow .content_box ul li .text_box .title .num {
    position: relative;
    margin-right: 10px;
    font-size: 40px;
    font-weight: 400;
}

.top_flow .content_box ul li .text_box .title .num:before {
    content: "";
    background: url(../img/flow_text_mark.svg) no-repeat;
    width: 29px;
    height: 15px;
    transform: rotate(-30deg);
    position: absolute;
    top: -8px;
    left: -15px;
}

.top_flow .content_box ul li .text_box .text {
    letter-spacing: .04em;
    font-weight: 700;
    line-height: 1.4;
}

/*********************************************
 * PCトップページ グラフ
*********************************************/
.top_graph {
    padding: 80px 0;
}

.top_graph .wrap {
    width: 1340px;
}

.top_graph .content_box {
    margin-left: -20px;
}

.top_graph .common_title_box {
    text-align: left;
    padding-left: 15px;
}

.top_graph .common_title_box .subtitle {
    font-size: 20px;
    letter-spacing: .02em;
    font-weight: 700;
    padding-left: 7px;
}

.top_graph .common_title_box .subtitle .blue {
    color: #43749A;
    font-size: 22px;
}

.top_graph .common_title_box .title {
    font-size: 40px;
    letter-spacing: 0;
}

.top_graph .common_title_box .title .blue {
    font-size: 40px;
}

.top_graph .common_title_box .title .small {
    font-size: 30px;
}

.top_graph .common_title_box .title:after {
    width: 450px;
}

.top_graph .graph_box {
    display: flex;
    align-items: flex-end;
    margin-top: -40px;
    gap: 32px;
}

.top_graph .graph_box .graph_branding {
    max-width: 400px;
    width: 100%;
}


.top_graph .graph_box ul {
    display: flex;
    max-width: 639px;
    width: 100%;
}

.top_graph .graph_box ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.top_graph .graph_box ul li:last-of-type {
    margin: -20px 0 0 -30px;
}

.top_graph .graph_box ul li .img {
    margin-bottom: 20px;
}

.top_graph .graph_box ul li .title {
    background-color: #43749A;
    width: 180px;
    border-radius: 30px;
    padding: 6px 0 3px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: .02em;
    font-weight: 700;
}

.graph_box ul li:last-of-type {
    animation-delay: .2s;
}

.top_graph .graph_box ul li .title .icon {
    position: relative;
    top: -4px;
}

.top_graph .graph_box ul li .title .icon img {
    width: 12px;
}

/*********************************************
 * PCトップページ バナー
*********************************************/
section.top_banner {
    background-color: #FFD280;
    padding: 20px;
}

section.top_banner .inner_box {
    background-image: url(../img/banner_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 30px 0 20px;
}

.top_banner .content_box .logo {
    margin-bottom: 20px;
}

.top_banner .common_title_box {
    text-align: left;
    margin-bottom: 15px;
}

.top_banner .common_title_box .title {
    color: #2E6996;
    font-size: 56px;
    letter-spacing: .12em;
    padding: 0;
    margin-bottom: 0px;
}

.top_banner .common_title_box .title:after {
    content: none;
}

.top_banner .common_title_box .subtitle {
    font-size: 24px;
    font-weight: 700;
}

.top_banner .cta_box .line a {
    display: flex;
    align-items: center;
    background-color: #00B900;
    border-radius: 6px;
    width: 400px;
    justify-content: center;
    padding: 25px 0;
    margin-right: 40px;
}

.top_banner .cta_box .line a .icon {
    margin-right: 30px;
}

.top_banner .cta_box .line a .text {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1.3;
}

.top_banner .cta_box .line a .text .big {
    font-size: 28px;
}

.top_banner .cta_box {
    align-items: center;
}

.top_banner .cta_box .qr {
    align-items: center;
}

.top_banner .cta_box .qr .img {
    margin-right: 20px;
}

.top_banner .cta_box .qr .text {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.5;
}

section.top_banner .inner_box .img_box {
    position: absolute;
    right: 0;
    top: -82px;
}

/*********************************************
 * PCトップページ サポート体制
*********************************************/
.top_support {
    padding: 120px 0 90px;
}

.top_support .common_title_box {
    margin-bottom: 60px;
}

.top_support .common_title_box .title {
    font-size: 34px;
    letter-spacing: 0;
}

.top_support .common_title_box .title .orange {
    font-size: 48px;
    letter-spacing: .02em;
}

.top_support .common_title_box .title .small {
    font-size: 30px;
    letter-spacing: .02em;
}

.top_support .common_title_box .title:after {
    background-color: #E8A62D;
    width: 410px;
}

.support_point {
    margin-bottom: 80px;
}

.support_point .text_box ul li {
    align-items: center;
}

.information_support_point {
    margin-bottom: 80px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1608);
}

.information_support_point .text_box {
    background-color: #FFFAF0;
    padding: 40px 64px;
    width: 50%;
}
.information_support_point .support-message {
    padding: 56px 64px;
    width: 50%;
}

.information_support_point .support-message .title {
    font-size: 30px;
    line-height: 51px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.information_support_point .support-message .title img {
    margin-right: 8px;
}

.information_support_point .support-message .text {
    font-weight: 500;
    font-size: 18px;
}

.information_support_point .text_box ul li:nth-child(2) {
    animation-delay: .2s;
}

.information_support_point .text_box ul li:nth-child(3) {
    animation-delay: .4s;
}

.information_support_point .text_box ul li .num {
    background: url(../img/support_fukidashi.svg) no-repeat;
    width: 105px;
    height: 105px;
    color: #fff;
    font-size: 50px;
    letter-spacing: .02em;
    text-align: center;
    line-height: 0.8;
    margin-right: 10px;
}

.information_support_point .text_box ul li .num .point {
    font-size: 20px;
    display: inline-block;
    margin-bottom: 4px;
}

.information_support_point .text_box ul li .text_area .title {
    color: #E8A62D;
    font-size: 26px;
    letter-spacing: .08em;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 10px;
}

.information_support_point .text_box ul li .text_area .title .small {
    font-size: 20px;
}

.information_support_point .text_box ul li .text_area .text {
    font-size: 20px;
    letter-spacing: .08em;
    line-height: 1.4;
}

.information_support_point .text_box ul li+li {
    margin-top: 25px;
}

.information_support_point .img {
    width: 540px;
}

.information_support_point {
    margin-bottom: 80px;
}

.support_message {
    align-items: center;
}

.support_message .img {
    width: 530px;
}

.support_message .text_box .title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
}

.support_message .text_box .title .img {
    position: relative;
    top: -5px;
}

.support_message .text_box .text {
    font-size: 18px;
    letter-spacing: .08em;
    animation-delay: .2s;
}


.information_support_point {
    margin-bottom: 80px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1608);
}

.information_support_point .text_box {
    background-color: #FFFAF0;
    padding: 40px 64px;
    width: 50%;
}
.information_support_point .support-message {
    padding: 56px 64px;
    width: 50%;
}

.information_support_point .support-message .title {
    font-size: 30px;
    line-height: 51px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.information_support_point .support-message .title img {
    margin-right: 8px;
}

.information_support_point .support-message .text {
    font-weight: 500;
    font-size: 18px;
}

.support_point .text_box ul li:nth-child(2) {
    animation-delay: .2s;
}

.support_point .text_box ul li:nth-child(3) {
    animation-delay: .4s;
}

.support_point .text_box ul li .num {
    background: url(../img/support_fukidashi.svg) no-repeat;
    width: 105px;
    height: 105px;
    color: #fff;
    font-size: 50px;
    letter-spacing: .02em;
    text-align: center;
    line-height: 0.8;
    margin-right: 10px;
}

.support_point .text_box ul li .num .point {
    font-size: 20px;
    display: inline-block;
    margin-bottom: 4px;
}

.support_point .text_box ul li .text_area .title {
    color: #E8A62D;
    font-size: 26px;
    letter-spacing: .08em;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 10px;
}

.support_point .text_box ul li .text_area .title .small {
    font-size: 20px;
}

.support_point .text_box ul li .text_area .text {
    font-size: 20px;
    letter-spacing: .08em;
    line-height: 1.4;
}

.support_point .text_box ul li+li {
    margin-top: 25px;
}

.support_point .img {
    width: 540px;
}

.support_point {
    margin-bottom: 80px;
}

.support_message {
    align-items: center;
}

.support_message .img {
    width: 530px;
}

.support_message .text_box .title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
}

.support_message .text_box .title .img {
    position: relative;
    top: -5px;
}

.support_message .text_box .text {
    font-size: 18px;
    letter-spacing: .08em;
    animation-delay: .2s;
}

/*********************************************
 * PCトップページ セラピスト保険
*********************************************/
.top_insure {
    background-color: #FFFAEF;
    margin: 0 50px;
    padding: 70px 0 80px;
}

.top_insure .common_title_box {
    margin-bottom: 30px;
}

.top_insure .common_title_box .title {
    font-size: 30px;
    letter-spacing: 0;
    padding: 0;
    margin-bottom: 20px;
    z-index: 1;
}

.top_insure .common_title_box .title .orange {
    position: relative;
    font-size: 40px;
}

.top_insure .common_title_box .title .orange:after {
    content: "";
    width: 290px;
    height: 25px;
    background-color: #FFF8A0;
    position: absolute;
    left: -4px;
    bottom: -5px;
    z-index: -1;
}

@media all and (-ms-high-contrast: none) {
    .top_insure .common_title_box .title .orange:after {
        left: -4px;
        bottom: 0;
    }
}

.top_insure .common_title_box .title:after {
    content: none;
}

.top_insure .common_title_box .subtitle {
    color: #3C3C3C;
    font-size: 20px;
    letter-spacing: .08em;
    margin-bottom: 15px;
}

.top_insure .common_title_box .title_text {
    font-size: 20px;
    letter-spacing: .08em;
    line-height: 1.4;
    position: relative;
    z-index: 1;
}

.top_insure .common_title_box .title_text.primary {
    line-height: 1.3;
}

.top_insure .common_title_box .title_text .bold {
    font-size: 24px;
    font-weight: 700;
}

.top_insure .common_title_box .title_text .orange {
    font-size: 30px;
    font-weight: 700;
    position: relative;
}

.top_insure .common_title_box .title_text .orange:after {
    content: "";
    width: 600px;
    height: 15px;
    background-color: #FDF7A7;
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: -1;
}

.top_insure .common_title_box .title_text+.title_text {
    margin-top: 10px;
}

.top_insure .icon_box {
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
    animation-delay: .2s;
}

.top_insure .icon_box .icon {
    width: 380px;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 120px;
    border: 4px solid #FFD280;
}

.top_insure .icon_box .icon.hogugu {
    margin-right: -25px;
}

.top_insure .icon_box:before {
    content: "";
    background: url(../img/insure_mark.svg) no-repeat;
    width: 24px;
    height: 103px;
    position: absolute;
    left: 50%;
    margin-left: -12px;
}

.top_insure .insure_last {
    text-align: center;
    animation-delay: .4s;
}

.top_insure .insure_last .title {
    font-size: 20px;
    letter-spacing: .06em;
    font-weight: 700;
    margin-bottom: 20px;
}

.top_insure .insure_last .title .orange {
    font-size: 26px;
}

.top_insure .insure_last .text {
    letter-spacing: .07em;
    position: relative;
    z-index: 1;
}

.top_insure .insure_last .text .bold {
    font-weight: 700;
    position: relative;
}

.top_insure .insure_last .text .bold:after {
    content: "";
    width: 190px;
    height: 15px;
    background-color: #FFF8A0;
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: -1;
}

.top_insure .insure_last .text+.text {
    margin-top: 15px;
}

/*********************************************
 * PCトップページ テクノロジーズ
*********************************************/
.top_tech {
    padding: 125px 0 90px;
}

.top_tech .common_title_box {
    margin-bottom: 60px;
}

.top_tech .common_title_box .title {
    color: #43749A;
    letter-spacing: 0;
}

.top_tech .common_title_box .title span {
    font-size: 48px;
    letter-spacing: .02em;
}

.top_tech .common_title_box .title:after {
    width: 530px;
}

.top_tech .common_title_box .title:before {
    content: "";
    background: url(../img/technology_fukidashi_ver02.png) no-repeat;
    width: 93px;
    height: 93px;
    position: absolute;
    left: -100px;
    top: -55px;
}

.top_tech .interview {
    margin-bottom: 70px;
}

.top_tech .interview .title {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: 20px;
    text-align: center;
}

.top_tech .interview .video_box {
    width: 600px;
    margin: 0 auto 30px;
}

.top_tech .interview .text {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .08em;
    width: 65%;
    margin: 0 auto;
    animation-delay: .2s;
}

.top_tech .interview .text .blue {
    color: #2E6996;
}

.top_tech .profile {
    background-color: #F5F9FB;
    border-radius: 10px;
    padding: 30px 50px 60px;
    z-index: 1;
    margin-bottom: 110px;
}

.top_tech .profile .logo {
    text-align: center;
    margin-bottom: 55px;
    padding-left: 80px;
}

.top_tech .profile .flex_box .img {
    width: 340px;
}

.top_tech .profile .flex_box .img img {
    border-radius: 10px;
}

.top_tech .profile .flex_box .text_box .title_area {
    align-items: flex-end;
    margin-bottom: 15px;
    animation-delay: .2s;
}

.top_tech .profile .flex_box .text_box .title_area .position {
    font-size: 25px;
    letter-spacing: .08em;
    font-weight: 700;
    margin: 0 30px -5px 0;
}

.top_tech .profile .flex_box .text_box .title_area .name .en {
    font-size: 20px;
    letter-spacing: .08em;
}

.top_tech .profile .flex_box .text_box .title_area .name .ja {
    font-size: 40px;
    letter-spacing: .08em;
    font-weight: 700;
    line-height: 1.2;
}

.top_tech .profile .flex_box .text_box .text {
    color: #3C3C3C;
    font-size: 20px;
    letter-spacing: .02em;
    font-weight: 700;
    line-height: 1.8;
    animation-delay: .4s;
}

.top_tech .profile .en_img {
    position: absolute;
    right: 10px;
    bottom: 55px;
    transform: rotate(-20deg);
    z-index: -1;
}

.top_tech .banner_box {
    padding-bottom: 75px;
    border-bottom: 4px dotted #E4E4E4;
}

.top_tech .graph_box {
    padding: 60px 90px 0 60px;
}

.top_tech .graph_box .logo {
    margin-bottom: 40px;
}

.top_tech .graph_box .title {
    text-align: center;
    font-size: 25px;
    letter-spacing: .02em;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 30px;
}

.top_tech .graph_box .title .orange {
    position: relative;
    font-size: 65px;
    letter-spacing: .04em;
}

.top_tech .graph_box .title .orange:after {
    content: "";
    width: 305px;
    height: 45px;
    background-color: #FFFAEF;
    position: absolute;
    ;
    left: -5px;
    bottom: -13px;
    z-index: -1;
}

.top_tech .graph_box .text {
    font-size: 20px;
    letter-spacing: .02em;
    font-weight: 700;
    line-height: 1.6;
    animation-delay: .2s;
}

.top_tech .graph_box .img {
    padding-top: 40px;
    animation-delay: .4s;
}

/*********************************************
 * PCトップページ 事例
*********************************************/
.top_works {
    background-color: #F5F9FB;
    padding: 72px 0;
}

.top_works .common_title_box {
    margin-bottom: 30px;
}

.top_works .common_title_box .subtitle {
    font-size: 20px;
    font-weight: 700;
}

.top_works .common_title_box .subtitle .blue {
    color: #43749A;
}

.top_works .common_title_box .title {
    font-size: 40px;
    color: #43749A;
    letter-spacing: .06em;
}

.top_works .common_title_box .title:after {
    width: 380px;
}

.top_works .content_box ul li {
    width: 350px;
}

.top_works .content_box ul li:nth-child(2) {
    animation-delay: .2s;
}

.top_works .content_box ul li:nth-child(3) {
    animation-delay: .4s;
}

.top_works .content_box ul li .img {
    width: 270px;
    margin: 0 auto 10px;
}

.top_works .content_box ul li .img img {
    border-radius: 50%;
}

.top_works .content_box ul li .type {
    letter-spacing: .08em;
    font-weight: bold;
    line-height: 1.3;
    transform: rotate(-10deg);
    position: absolute;
    top: 30px;
    left: 0;
}

.top_works .content_box ul li .text_box .name {
    text-align: center;
    font-size: 30px;
    letter-spacing: .08em;
    font-weight: 700;
    margin-bottom: 10px;
}

.top_works .content_box ul li .status {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 15px 20px;
}

.top_works .content_box ul li .status ul li {
    align-items: center;
}

.top_works .content_box ul li .status ul li .title {
    width: 44%;
    text-align: center;
    color: #43749A;
    font-weight: 700;
    letter-spacing: .08em;
    padding-right: 10px;
    margin-right: 15px;
    position: relative;
}

.top_works .content_box ul li .status ul li .title:after {
    content: "";
    width: 2px;
    height: 15px;
    background-color: #000;
    border-radius: 3px;
    position: absolute;
    top: 6px;
    right: 0;
}

.top_works .content_box ul li .status ul li .text {
    width: 43%;
    font-weight: 700;
    letter-spacing: .08em;
}

.top_works .content_box ul li .status ul li+li {
    margin-top: 3px;
}

.top_works .content_box .text_note {
    color: #6B6B6B;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    font-weight: 500;
    margin-top: 40px;
}

/*********************************************
 * PCトップページ よくある質問
*********************************************/
.top_faq {
    padding: 90px 0 0;
}

.top_faq .faq_branding {
    text-align: center;
    position: relative;
    padding-bottom: 32px;
}

.top_faq .faq_branding::before {
    content: "";
    background-image: url(../img/branding/faq_bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 570px;
    height: 300px;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.top_faq .faq_branding img {
    position: relative;
    width: 250px;
}

.top_faq .common_title_box {
    margin-bottom: 90px;
}

.top_faq .common_title_box .title {
    letter-spacing: .08em;
}

.top_faq .common_title_box .title:after {
    width: 330px;
}

.faq_box dl.faq:nth-child(odd) {
    background-color: #F5F9FB;
}

.faq_box dl.faq:nth-child(even) {
    background-color: #FFFAEF;
}

.faq_box dl.faq {
    padding: 20px 50px 30px;
    border-radius: 6px;
}

.faq_box dl.faq:nth-child(2) {
    animation-delay: .2s;
}

.faq_box dl.faq:nth-child(3) {
    animation-delay: .3s;
}

.faq_box dl.faq:nth-child(4) {
    animation-delay: .4s;
}

.faq_box dl.faq:nth-child(5) {
    animation-delay: .5s;
}

.faq_box dl.faq:nth-child(6) {
    animation-delay: .6s;
}

.faq_box dl.faq:nth-child(7) {
    animation-delay: .7s;
}

.faq_box dl.faq:nth-child(8) {
    animation-delay: .8s;
}

.faq_box dl.faq:nth-child(9) {
    animation-delay: .9s;
}

.faq_box dl.faq:nth-child(10) {
    animation-delay: 1s;
}

.faq_box dl.faq:nth-child(11) {
    animation-delay: 1.1s;
}

.faq_box dl.faq:nth-child(12) {
    animation-delay: 1.2s;
}

.faq_box dl+dl {
    margin-top: 15px;
}

.faq_box dl.faq dt {
    align-items: center;
}

.faq_box dl.faq dt .question {
    color: #2E6996;
    font-size: 36px;
    letter-spacing: .08em;
    font-weight: 500;
    margin-right: 22px;
}

.faq_box dl.faq dt .text {
    color: #2E6996;
    font-size: 24px;
    letter-spacing: .08em;
    width: 94%;
}

.faq_box dl.faq dd .mark {
    width: 26px;
    height: 14px;
    border: 3px solid #43749A;
    border-radius: 0px;
    border-width: 0 0 3px 3px;
    margin: 4px 15px 0 0;
}

.faq_box dl.faq dd {
    padding-left: 12px;
}

.faq_box dl.faq dd .text {
    font-size: 20px;
    letter-spacing: .02em;
    line-height: 1.5;
    width: 96%;
}

/*********************************************
 * PCトップページ メディア掲載
*********************************************/
.top_media {
    padding: 150px 0 110px;
}

.top_media .wrap {
    width: 1440px;
}

.top_media .common_title_box {
    margin-bottom: 60px;
}

.top_media .common_title_box .title {
    font-size: 40px;
}

.top_media .common_title_box .title .blue {
    font-size: 48px;
    letter-spacing: .02em;
}

.top_media .common_title_box .title:after {
    width: 550px;
}

/*********************************************
 * PCトップページ フッター
*********************************************/
.top_footer {
    padding: 120px 0 40px;
    background-color: #F5F9FB;
    margin-bottom: 110px;
}

.top_footer .logo {
    text-align: center;
    margin-bottom: 40px;
}

.top_footer .btn_box {
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
}

.top_footer .btn_box a {
    display: block;
    width: 180px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    font-size: 17px;
    letter-spacing: .04em;
    font-weight: 700;
    padding: 17px 0 14px;
}

.top_footer .btn_box .line a {
    background-color: #00B900;
}

.top_footer .btn_box .contact a {
    background-color: #E8A62D;
}

.top_footer .btn_box div+div {
    margin-left: 15px;
}

.ft_menu {
    margin-bottom: 55px;
}

.ft_menu a {
    color: #000;
    letter-spacing: .04em;
    display: block;
    padding-right: 20px;
    position: relative;
}

.ft_menu li:last-of-type a {
    padding-right: 0;
}

.ft_menu a:after {
    content: "";
    width: 1px;
    height: 16px;
    background-color: #000;
    position: absolute;
    top: 5px;
    right: 0;
}

.ft_menu li:last-of-type a:after {
    content: none;
}

.copyright {
    text-align: center;
}

.copyright small {
    font-size: 12px;
    letter-spacing: .04em;
    font-weight: 700;
}

/*********************************************
 * PCトップページ 追従メニュー
*********************************************/
.fixed_menu {
    background-color: #FFF4DD;
    padding: 15px 0;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
}

.fixed_menu .wrap {
    width: 1340px;
}

.fixed_menu .flex_box {
    align-items: center;
}

.fixed_menu .logo {
    margin: -15px 15px 0 0;
}

.fixed_menu .text_box .text {
    font-size: 28px;
    letter-spacing: .05em;
    font-weight: 700;
    line-height: 1;
}

.fixed_menu .text_box .text .small {
    font-size: 18px;
}

.fixed_menu .cta_box {
    align-items: center;
}

.fixed_menu .cta_box .line a {
    display: flex;
    background-color: #00B900;
    width: 370px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    padding: 7px 0 11px;
    margin-right: 30px;
}

.fixed_menu .cta_box .line a .icon {
    margin-right: 20px;
}

.fixed_menu .cta_box .line a .text {
    color: #fff;
    font-size: 26px;
    letter-spacing: .06em;
    font-weight: 700;
    line-height: 1.2;
}

.fixed_menu .cta_box .line a .text .small {
    font-size: 16px;
}

.fixed_menu .cta_box .qr {
    align-items: center;
}

.fixed_menu .cta_box .qr .img {
    margin-right: 20px;
}

.fixed_menu .cta_box .qr .text {
    font-size: 15px;
    letter-spacing: .04em;
    font-weight: 700;
    line-height: 1.3;
}


/*********************************************
 * ハンバーガーボタン
*********************************************/
.hamburger {
    display: block;
    position: fixed;
    z-index: 99999;
    right: 13px;
    top: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
}

.hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #555;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.hamburger span:nth-child(1) {
    top: 10px;
}

.hamburger span:nth-child(2) {
    top: 20px;
}

.hamburger span:nth-child(3) {
    top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}

nav.globalMenuSp {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    color: #000;
    background: #fff;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
    height: 100vh;
    align-items: center;
    background: #ccc;
    overflow: scroll;
}

nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
}

nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

nav.globalMenuSp ul li:hover {
    background: #ddd;
}

nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
    text-decoration: none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateX(0%);
}

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

    .sp {
        display: block;
    }

    .wrap {
        max-width: 90%;
    }

    body {
        font-size: 13px;
        line-height: 1.5;
        padding-top: 55px;
    }

    /*********************************************
     * SPヘッダー
    *********************************************/
    header#sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        box-shadow: 1px 1px #ccc;
        z-index: 999;
        height: 55px;
    }

    header#sp_header .logo {
        position: absolute;
        left: 10px;
        top: 10px;
        line-height: 0;
    }

    header#sp_header .logo img {
        height: 32px;
    }

    header#sp_header a.icon {
        color: #000;
        position: absolute;
    }

    header#sp_header a.mail {
        right: 70px;
        top: 13px;
        font-size: 25px;
    }

    header#sp_header a.tel {
        right: 110px;
        top: 15px;
        font-size: 20px;
    }

    nav.globalMenuSp {
        background: url(../img/sp_menu_bg.png) no-repeat !important;
        background-size: cover !important;
    }

    nav.globalMenuSp ul li {
        border-bottom: 1px solid #ccc !important;
    }

    nav.globalMenuSp ul li:hover {
        background: none !important;
    }

    /*********************************************
     * SPトップページ FV
    *********************************************/
    .top_main {
        padding: 20vw 0;
        height: 140vw;
    }

    .top_main .main_box {
        width: 100%;
        height: 75vw;
        background-size: 100%;
        padding: 7vw 0 0;
        position: absolute;
        top: 20vw;
        left: 0;
        z-index: 1;
    }

    .top_main .main_box .logo {
        margin-bottom: 5vw;
    }

    .top_main .main_box .logo img {
        width: 40%;
    }

    .top_main .main_box .subtitle {
        font-size: 4.5vw;
    }

    .top_main .main_box .h1_box .title {
        font-size: 8.5vw;
        margin-left: -1vw;
    }

    .top_main .main_box .h1_box .img {
        width: 16%;
    }

    .top_main .main_box .h1_box {
        margin-top: -2vw;
        padding-left: 4vw;
    }

    .top_main .main_box .h1_box .title:after {
        width: 10vw;
        height: 5vw;
        background-size: 9vw;
        right: -5vw;
        top: -2vw;
    }

    .top_main .main_box .text {
        font-size: 4.2vw;
    }

    .top_main .main_box .text:before,
    .top_main .main_box .text:after {
        width: 7vw;
        height: 0.7vw;
        top: 2.8vw;
    }

    .top_main .main_box .text:after {
        right: 5vw;
    }

    .top_main .main_box .text:before {
        left: 5vw;
    }

    .top_main .bg_img {
        width: 195vw;
        top: -29vw;
        z-index: 0;
        right: -48vw;
    }

    /*********************************************
     * SPトップページ 目指す世界
    *********************************************/
    .top_concept {
        padding: 120px 0 273px;
    }

    .top_concept .common_title_box {
        margin-bottom: 7vw;
    }

    .top_concept .concept_branding {
        left: 50%;
        width: 226px;
        height: 259px;
        bottom: -273px
    }

    .common_title_box .title {
        font-size: 5.5vw;
        padding-bottom: 2.5vw;
    }

    .common_title_box .title .blue {
        font-size: 5.8vw;
    }

    .common_title_box .title .small {
        font-size: 5vw;
    }

    .common_title_box .title:after {
        width: 100%;
        height: 1.5vw;
    }

    .top_concept .textarea .text {
        font-size: 3.8vw;
    }

    .top_recruit {
        padding: 41px 24px;
    }
    
    .top_recruit .top_recruit_title {
        font-size: 16px;
        line-height: 24px;
    }
    
    .top_recruit .top_recruit_content {
        max-width: 560px;
        margin: 16px auto 0;
        border-radius: 8px;
    }

    /*********************************************
     * SPトップページ きっかけと魅力
    *********************************************/
    .top_charm {
        padding: 15vw 0;
    }

    .top_charm .common_title_box {
        margin-bottom: 5.5vw;
    }

    .top_charm .common_title_box .subtitle {
        font-size: 4vw;
    }

    .top_charm .common_title_box .title:after {
        width: 100%;
    }

    .top_charm .content_box ul {
        display: block;
    }

    .top_charm .content_box ul li {
        width: 100%;
        animation-delay: 0s !important;
    }

    .top_charm .content_box ul li .img {
        display: block;
        width: 70%;
        margin: 0 auto;
    }

    .top_charm .content_box ul li .num {
        font-size: 3.7vw;
        width: 20vw;
        height: 20vw;
        background-size: 20vw;
        padding: 4.2vw 0 0;
        left: 8.5vw;
        top: -3vw;
        line-height: 0.95;
    }

    .top_charm .content_box ul li .num span {
        font-size: 9vw;
    }

    .top_charm .content_box ul li .text_box .title {
        width: 70%;
        font-size: 4.5vw;
        padding: 2vw 0;
        top: -9vw;
        margin: 0 auto;
    }

    .top_charm .content_box ul li .text_box .text {
        font-size: 3.6vw;
        top: -6vw;
        text-align: center;
    }

    .top_charm .content_box ul li+li {
        margin-top: 5vw;
    }

    /*********************************************
     * SPトップページ 特徴
    *********************************************/
    .top_feature {
        padding: 15vw 0;
    }

    .top_feature .common_title_box {
        margin-bottom: 5.5vw;
    }

    .top_feature .common_title_box .title {
        font-size: 4.5vw;
    }

    .top_feature .common_title_box .title .big {
        font-size: 5.8vw;
    }

    .top_feature .common_title_box .title .medium {
        font-size: 5.2vw;
    }

    .top_feature .common_title_box .title:after {
        width: 100%;
    }

    .top_feature .content_box ul {
        display: block;
    }

    .top_feature .content_box ul.primary {
        margin-bottom: 5vw;
    }

    .top_feature .content_box ul li {
        width: 100%;
        animation-delay: 0s !important;
    }

    .top_feature .content_box ul li+li {
        margin-top: 5vw;
    }

    .top_feature .content_box ul li .text_box {
        padding: 4vw;
        height: auto;
    }

    .top_feature .content_box ul li .text_box .title {
        font-size: 4.8vw;
        margin-bottom: 2vw;
    }

    .top_feature .content_box ul li .text_box .text {
        font-size: 3.8vw;
    }

    .top_feature .content_box ul.second li+li {
        margin-left: 0;
    }

    /*********************************************
     * SPトップページ 登録ついて
    *********************************************/
    .top_regist {
        padding: 10vw 0 15vw;
    }

    .top_regist .common_title_box {
        margin-bottom: 5.5vw;
    }

    .top_regist .common_title_box .logo {
        margin-bottom: 5.5vw;
    }

    .top_regist .common_title_box .logo img {
        width: 51%;
    }

    .top_regist .common_title_box .title {
        font-size: 4.5vw;
        margin-bottom: 4.5vw;
    }

    .top_regist .common_title_box .title .blue {
        font-size: 5vw;
    }

    .top_regist .common_title_box .title:after {
        width: 100%;
    }

    .top_regist .common_title_box .subtitle {
        font-size: 3.5vw;
    }

    .top_regist .regist_box .regist_branding {
        position: relative;
        transform: none;
        left: 0;
        bottom: 0;
        margin: auto;
        max-width: 375px;
    }

    .regist_box ul {
        display: block;
        margin: 32px 0 0 0;
    }

    .regist_box ul li {
        width: 100%;
        display: flex;
        align-items: center;
        animation-delay: 0s !important;
    }

    .regist_box ul li .img {
        width: 30vw;
        height: 30vw;
        margin: 0 8vw 0 0;
        padding: 0;
    }

    .regist_box ul li .text_box {
        text-align: left;
        width: 50%;
    }

    .regist_box ul li .img img {
        width: 50%;
    }

    .regist_box ul li .text_box .title {
        font-size: 4.8vw;
    }

    .regist_box ul li:first-of-type .text_box .title {
        font-size: 5vw;
    }

    .regist_box ul li .text_box .title .num {
        font-size: 5.5vw;
        margin-right: 2vw;
    }

    .regist_box ul li .text_box .title .num:before {
        width: 10vw;
        height: 10vw;
        background-size: 6vw;
        top: -3vw;
        left: -2vw;
    }

    .regist_box ul li .text_box .attention {
        font-size: 3vw;
        margin-top: 1vw;
    }

    .regist_box ul li+li {
        margin: 4vw 0 0 0;
    }

    .top_regist .arrow_img {
        bottom: -23vw;
    }

    .top_regist .arrow_img img {
        width: 70%;
    }

    /*********************************************
     * SPトップページ 流れ
    *********************************************/
    .top_flow {
        padding: 15vw 0;
    }

    .top_flow .common_title_box {
        margin-bottom: 5.5vw;
    }

    .top_flow .common_title_box .subtitle {
        font-size: 4vw;
        margin-bottom: 1vw;
    }

    .top_flow .common_title_box .title {
        font-size: 5.2vw;
    }

    .top_flow .common_title_box .title:after {
        width: 100%;
    }

    .top_flow .content_box ul {
        display: block;
    }

    .top_flow .content_box ul li {
        width: 100%;
        animation-delay: 0s !important;
        display: flex;
        align-items: center;
    }

    .top_flow .content_box ul li .img {
        width: 30vw;
        height: 30vw;
        margin: 0 8vw 0 0;
    }

    .top_flow .content_box ul li .img img {
        width: 50%;
    }

    .top_flow .content_box ul li .text_box {
        width: 50%;
        text-align: left;
    }

    .top_flow .content_box ul li .text_box .title {
        font-size: 4.8vw;
    }

    .top_flow .content_box ul li .text_box .title .num {
        font-size: 6vw;
        margin-right: 2vw;
    }

    .top_flow .content_box ul li .text_box .title .num:before {
        width: 10vw;
        height: 10vw;
        background-size: 6vw;
        top: -3vw;
        left: -2vw;
    }

    .top_flow .content_box ul li .text_box .text {
        font-size: 3.5vw;
    }

    .top_flow .content_box ul li+li {
        margin-top: 4vw;
    }

    /*********************************************
     * SPトップページ グラフ
    *********************************************/
    .top_graph {
        padding: 15vw 0 20vw;
    }

    .top_graph .wrap {
        position: relative;
    }

    .top_graph .flex_box {
        display: block;
    }

    .top_graph .content_box {
        margin: 0;
    }

    .top_graph .common_title_box {
        margin-bottom: 7vw;
        padding-left: 0;
    }

    .top_graph .common_title_box .subtitle {
        font-size: 4.2vw;
        padding-left: 1vw;
    }

    .top_graph .common_title_box .title {
        font-size: 4.5vw;
    }

    .top_graph .common_title_box .title .blue {
        font-size: 4.5vw;
    }

    .top_graph .common_title_box .title .small {
        font-size: 4.5vw;
    }

    .top_graph .common_title_box .subtitle .blue {
        font-size: 3.8vw;
    }

    .top_graph .common_title_box .title:after {
        width: 100%;
    }

    .top_graph .graph_box {
        flex-direction: column;
        margin-top: 0;
        align-items: center;
    }

    .top_graph .graph_box ul {
        flex-direction: column;
    }

    .top_graph .graph_box ul li {
        width: 100%;
        text-align: center;
    }

    .top_graph .graph_box ul li .img {
        margin-bottom: 3vw;
    }

    .top_graph .graph_box ul li .img img {
        width: 60%;
    }

    .top_graph .graph_box ul li:last-of-type {
        margin: 8vw 0 0;
        animation-delay: 0s;
    }

    .top_graph .graph_box ul li:last-of-type .img img {
        width: 68%;
    }

    .top_graph .graph_box ul li .title {
        width: 60%;
        font-size: 5vw;
        padding: 2vw 0;
    }

    .top_graph .graph_box ul li .title .icon img {
        width: 5%;
    }

    .top_graph .graph_box ul li .title .icon {
        top: -1vw;
    }


    .top_graph .img_box {
        position: absolute;
        width: 75%;
        bottom: -20vw;
        left: -21vw;
    }

    /*********************************************
     * SPトップページ バナー
    *********************************************/
    section.top_banner {
        padding: 3vw;
    }

    section.top_banner .inner_box {
        padding: 5vw 0 4vw;
    }

    .top_banner .content_box .logo {
        margin-bottom: 4vw;
        text-align: center;
    }

    .top_banner .content_box .logo img {
        width: 45%;
    }

    .top_banner .common_title_box {
        margin-bottom: 4vw;
        text-align: center;
    }

    .top_banner .common_title_box .title {
        font-size: 9vw;
        margin-bottom: 1vw;
        text-align: left;
        padding-left: 10.5vw;
        line-height: 1.2;
    }

    .top_banner .common_title_box .subtitle {
        font-size: 3.4vw;
    }

    .top_banner .cta_box .line {
        order: 2;
        width: 90%;
    }

    .top_banner .cta_box .line a {
        margin: 0;
        width: 100%;
        padding: 3vw 0;
    }

    .top_banner .cta_box .line a .text {
        font-size: 3.5vw;
    }

    .top_banner .cta_box .line a .text .big {
        font-size: 4.5vw;
    }

    .top_banner .cta_box .qr .img {
        margin: 0 3vw 4vw 0;
        width: 28%;
    }

    .top_banner .cta_box .qr .text {
        font-size: 3.5vw;
    }

    section.top_banner .inner_box .img_box {
        right: -6vw;
        width: 48%;
        top: auto;
        bottom: -14vw;
    }

    /*  firefoxのみ*/
    @-moz-document url-prefix() {
        .top_banner .common_title_box .title {
            font-size: 9vw;
            margin-bottom: 4vw;
            text-align: left;
            padding-left: 10.5vw;
            line-height: 0.6;
        }

        .top_banner .content_box .logo {
            margin-bottom: 6vw;
            text-align: center;
        }
    }

    /*********************************************
     * SPトップページ サポート体制
    *********************************************/
    .top_support {
        padding: 20vw 0 0;
    }

    .top_support .common_title_box {
        margin-bottom: 7vw;
    }

    .top_support .common_title_box .title {
        font-size: 4.8vw;
        line-height: 1.3;
    }

    .top_support .common_title_box .title .orange {
        font-size: 6vw;
    }

    .top_support .common_title_box .title .small {
        font-size: 4.5vw;
    }

    .top_support .common_title_box .title:after {
        width: 100%;
    }

    .support_point {
        display: block;
        margin-bottom: 32px;
    }

    .support_point .text_box ul li {
        animation-delay: 0s !important;
    }

    .support_point .text_box ul li .num {
        font-size: 9vw;
        width: 23vw;
        height: 23vw;
        background-size: 23vw;
        padding: 2vw 0 0;
        margin-right: 4vw;
    }

    .support_point .text_box ul li .num .point {
        font-size: 4.5vw;
    }

    .support_point .text_box ul li .text_area {
        width: 68%;
    }

    .support_point .text_box ul li .text_area .title {
        font-size: 5vw;
        margin-bottom: 1vw;
    }

    .support_point .text_box ul li .text_area .title .small {
        font-size: 4.5vw;
    }

    .support_point .text_box ul li .text_area .text {
        font-size: 3.8vw;
    }

    .support_point .text_box ul li+li {
        margin-top: 6vw;
    }

    .support_point .text_box {
        margin-bottom: 6vw;
    }

    .support_point .img {
        width: 100%;
    }

    .information_support_point .text_box {
        padding: 40px 20px;
        width: 100%;
    }
    .information_support_point .support-message {
        padding: 40px 20px;
        width: 100%;
    }
    
    .information_support_point .support-message .title {
        font-size: 18px;
        line-height: 28px;
        font-weight: 700;
        margin-bottom: 18px;
    }
    
    .information_support_point .support-message .title img {
        margin-right: 4px;
        width: 24px;
        height: 24px;
    }
    
    .information_support_point .support-message .text {
        font-weight: 500;
        font-size: 18px;
    }

    .information_support_point {
        display: block;
        margin-bottom: 32px;
    }

    .information_support_point .text_box ul li {
        animation-delay: 0s !important;
    }

    .information_support_point .text_box ul li .num {
        font-size: 9vw;
        width: 23vw;
        height: 23vw;
        background-size: 23vw;
        padding: 2vw 0 0;
        margin-right: 4vw;
    }

    .information_support_point .text_box ul li .num .point {
        font-size: 4.5vw;
    }

    .information_support_point .text_box ul li .text_area {
        width: 68%;
    }

    .information_support_point .text_box ul li .text_area .title {
        font-size: 5vw;
        margin-bottom: 1vw;
    }

    .information_support_point .text_box ul li .text_area .title .small {
        font-size: 4.5vw;
    }

    .information_support_point .text_box ul li .text_area .text {
        font-size: 3.8vw;
    }

    .information_support_point .text_box ul li+li {
        margin-top: 6vw;
    }

    .information_support_point .text_box {
        margin-bottom: 6vw;
    }

    .information_support_point .img {
        width: 100%;
    }
    

    .support_message {
        display: block;
    }

    .support_message .img {
        width: 100%;
        margin-bottom: 6vw;
    }

    .support_message .text_box .title {
        font-size: 5vw;
        margin-bottom: 5vw;
    }

    .support_message .text_box .title .img img {
        width: 10%;
    }

    .support_message .text_box .title .img {
        top: 0;
    }

    .support_message .text_box .text {
        font-size: 3.8vw;
    }

    /*********************************************
     * SPトップページ セラピスト保険
    *********************************************/
    .top_insure {
        margin: 0 5vw;
        padding: 15vw 0;
    }

    .top_insure .common_title_box {
        margin-bottom: 5.5vw;
    }

    .top_insure .common_title_box .title {
        font-size: 4.8vw;
        margin-bottom: 4vw;
        line-height: 1.4;
    }

    .top_insure .common_title_box .title .orange {
        font-size: 5vw;
    }

    .top_insure .common_title_box .title .orange:after {
        width: 100%;
        height: 3vw;
        left: 0;
        bottom: -1vw;
    }

    .top_insure .common_title_box .subtitle {
        font-size: 4.2vw;
        margin-bottom: 4vw;
    }

    .top_insure .common_title_box .title_text {
        font-size: 3.8vw;
    }

    .top_insure .common_title_box .title_text .bold {
        font-size: 4.5vw;
    }

    .top_insure .common_title_box .title_text .orange {
        font-size: 4.8vw;
    }

    .top_insure .common_title_box .title_text .orange:after {
        width: 95%;
        height: 3vw;
        bottom: -1vw;
        left: 2vw;
    }

    .top_insure .common_title_box .title_text .orange:before {
        content: "";
        width: 60vw;
        height: 3vw;
        background-color: #FDF7A7;
        position: absolute;
        left: 0;
        bottom: 6vw;
        z-index: -1;
    }

    .top_insure .common_title_box .title_text+.title_text {
        margin-top: 4vw;
    }

    .top_insure .icon_box {
        margin-bottom: 6vw;
        animation-delay: 0s;
    }

    .top_insure .icon_box .icon {
        width: 50%;
        height: 33vw;
    }

    .top_insure .icon_box .icon .img {
        width: 51%;
    }

    .top_insure .icon_box .icon.hogugu {
        margin-right: -5.5vw;
    }

    .top_insure .icon_box:before {
        width: 5vw;
        height: 22vw;
        background-size: 4.1vw;
        top: 7.1vw;
        margin-left: -2vw;
    }

    .top_insure .insure_last {
        animation-delay: 0s;
    }

    .top_insure .insure_last .title {
        font-size: 4vw;
        margin-bottom: 3vw;
    }

    .top_insure .insure_last .title .orange {
        font-size: 4.5vw;
    }

    .top_insure .insure_last .text {
        font-size: 3.8vw;
    }

    .top_insure .insure_last .text .bold:after {
        height: 3vw;
        bottom: -1vw;
        left: 0;
        width: 100%;
    }

    .top_insure .insure_last .text+.text {
        margin-top: 4vw;
    }

    /*********************************************
     * SPトップページ テクノロジーズ
    *********************************************/
    .top_tech {
        padding: 20vw 0 15vw;
    }

    .top_tech .common_title_box {
        margin-bottom: 7vw;
    }

    .top_tech .common_title_box .title span {
        font-size: 5.5vw;
    }

    .top_tech .common_title_box .title:after {
        width: 100%;
    }

    .top_tech .common_title_box .title:before {
        width: 18vw;
        height: 18vw;
        background-size: 17vw;
        left: -17vw;
        top: -13vw;
    }

    .top_tech .interview .title {
        font-size: 4.8vw;
        margin-bottom: 5vw;
    }

    .top_tech .interview .video_box {
        width: 100%;
        margin: 0 0 5vw;
    }

    .top_tech .interview .text {
        width: 100%;
        font-size: 4vw;
        animation-delay: 0s;
    }

    .top_tech .interview {
        margin-bottom: 10vw;
    }

    .top_tech .profile {
        padding: 5vw;
        margin-bottom: 15vw;
    }

    .top_tech .profile .logo {
        margin-bottom: 6vw;
        padding-left: 0;
    }

    .top_tech .profile .logo img {
        width: 50%;
    }

    .top_tech .profile .flex_box {
        display: block;
    }

    .top_tech .profile .flex_box .img {
        width: 100%;
        margin-bottom: 3vw;
    }

    .top_tech .profile .flex_box .text_box .title_area {
        margin-bottom: 3vw;
        animation-delay: 0s;
    }

    .top_tech .profile .flex_box .text_box .title_area .position {
        font-size: 5vw;
        margin: 0 4vw -1px 0;
    }

    .top_tech .profile .flex_box .text_box .title_area .name .en {
        font-size: 4vw;
    }

    .top_tech .profile .flex_box .text_box .title_area .name .ja {
        font-size: 7.7vw;
    }

    .top_tech .profile .flex_box .text_box .text {
        font-size: 4vw;
        line-height: 1.7;
        animation-delay: 0s;
    }

    .top_tech .profile .en_img {
        width: 70%;
        bottom: 10vw;
    }

    .top_tech .banner_box {
        padding-bottom: 10vw;
    }

    .top_tech .graph_box {
        padding: 12vw 0 0;
        display: block;
    }

    .top_tech .graph_box .logo {
        margin-bottom: 5vw;
        text-align: center;
    }

    .top_tech .graph_box .logo img {
        width: 60%;
    }

    .top_tech .graph_box .title {
        font-size: 4.5vw;
        margin-bottom: 5vw;
    }

    .top_tech .graph_box .title .orange {
        font-size: 11vw;
    }

    .top_tech .graph_box .title .orange:after {
        width: 100%;
        height: 6vw;
        left: 0;
        bottom: -2vw;
    }

    .top_tech .graph_box .text {
        font-size: 4vw;
        animation-delay: 0s;
    }

    .top_tech .graph_box .img {
        padding-top: 8vw;
        animation-delay: 0s;
    }

    /*********************************************
     * SPトップページ 事例
    *********************************************/
    .top_works {
        padding: 15vw 0;
    }

    .top_works .common_title_box {
        margin-bottom: 5.5vw;
    }

    .top_works .common_title_box .subtitle {
        font-size: 4vw;
    }

    .top_works .common_title_box .title {
        font-size: 5.2vw;
        line-height: 1.5;
    }

    .top_works .common_title_box .title:after {
        width: 100%;
    }

    .top_works .content_box>ul {
        overflow-x: scroll;
        flex-wrap: nowrap;
        padding: 0 0 5vw;
    }

    .top_works .content_box ul li {
        min-width: 75vw;
        width: 115vw;
        animation-delay: 0s !important;
    }

    .top_works .content_box>ul li+li {
        margin-left: 6vw;
    }

    .top_works .content_box ul li .img {
        width: 70%;
        margin: 0 auto 3vw;
    }

    .top_works .content_box ul li .type {
        font-size: 3.8vw;
        top: 3vw;
    }

    .top_works .content_box ul li .text_box .name {
        font-size: 5.5vw;
        margin-bottom: 3vw;
    }

    .top_works .content_box ul li .status {
        padding: 4vw;
    }

    .top_works .content_box ul li .status ul li+li {
        margin: 3vw 0 0 0;
    }

    .top_works .content_box ul li .status ul li .title {
        width: 30%;
        font-size: 3.7vw;
        padding-right: 2vw;
        margin-right: 3.5vw;
    }

    .top_works .content_box ul li .status ul li .title:after {
        height: 4.5vw;
        top: 0.5vw;
    }

    .top_works .content_box ul li .status ul li .text {
        font-size: 3.7vw;
        width: 27%;
    }
    
    .top_works .content_box .text_note {
        font-size: 16px;
        line-height: 26px;
        margin-top: 24px;
    }

    /*********************************************
     * SPトップページ よくある質問
    *********************************************/
    .top_faq {
        padding: 15vw 0;
    }

    .top_faq .common_title_box {
        margin-bottom: 52px;
    }

    .top_faq .common_title_box .title:after {
        width: 100%;
    }

    .top_faq .faq_branding {
        padding: 0;
    }

    .top_faq .faq_branding::before {
        width: 300px;
        height: 160px;
        bottom: 45px;
    }

    .top_faq .faq_branding img {
        width: 180px;
    }

    .faq_box dl.faq {
        padding: 5vw;
        animation-delay: 0s !important;
    }

    .faq_box dl+dl {
        margin-top: 5vw;
    }

    .faq_box dl.faq dt .question {
        font-size: 7vw;
        margin-right: 2vw;
    }

    .faq_box dl.faq dt .text {
        font-size: 4.2vw;
        width: 90%;
        line-height: 1.3;
    }

    .faq_box dl.faq dd .mark {
        width: 6vw;
        height: 4vw;
        margin: 0 3vw 0 0;
    }

    .faq_box dl.faq dd {
        padding: 2vw 0 0 2vw;
    }

    .faq_box dl.faq dd .text {
        font-size: 3.8vw;
        width: 88%;
    }

    /*********************************************
     * SPトップページ メディア掲載
    *********************************************/
    .top_media {
        padding: 10vw 0 20vw;
    }

    .top_media .common_title_box {
        margin-bottom: 7vw;
    }

    .top_media .common_title_box .title {
        font-size: 5.2vw;
    }

    .top_media .common_title_box .title .blue {
        font-size: 5.5vw;
    }

    .top_media .common_title_box .title:after {
        width: 100%;
    }

    .top_media .img_box ul li {
        width: 45%;
    }

    .top_media .img_box ul li:nth-child(n + 3) {
        margin-top: 10vw;
    }

    /*********************************************
     * SPトップページ フッター
    *********************************************/
    .top_footer {
        padding: 20vw 0 10vw;
        margin-bottom: 72px;
    }

    .top_footer .logo {
        margin-bottom: 6vw;
    }

    .top_footer .logo img {
        width: 50%;
    }

    .top_footer .btn_box {
        margin-bottom: 11vw;
    }

    .top_footer .btn_box a {
        width: 100%;
        font-size: 4.5vw;
        padding: 4.5vw;
    }

    .top_footer .btn_box div+div {
        margin-left: 3vw;
    }

    .copyright small {
        font-size: 3vw;
    }

    /*********************************************
     * SPトップページ 追従メニュー
    *********************************************/
    .fixed_menu {
        padding: 3vw 0;
    }

    .fixed_menu .cta_box .line a {
        width: 100%;
        margin-right: 0;
    }

    .fixed_menu .cta_box .line a .icon {
        width: 10%;
        margin-right: 3vw;
    }

    .fixed_menu .cta_box .line a .text {
        font-size: 4.5vw;
    }

    .fixed_menu .cta_box .line a .text .small {
        font-size: 3.6vw;
    }

    .fixed_menu .flex_box {
        display: block;
    }

    .fixed_menu .cta_box {
        display: block;
    }

}