/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.1
*/
@charset "UTF-8";


.wrap {
    width: 940px !important;
    margin: 0 auto;
    overflow: inherit !important;
}

body {
    background-color: #fff;
}

.pr {
    position: relative;
}

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

p {
    margin-bottom: 0;
}

.blue_gradient_bg {
    background: #29bfbf;
    background: -moz-linear-gradient(20deg, #29bfbf 0%, #2ec1c1 78%, #51cbcb 100%);
    background: -webkit-linear-gradient(20deg, #29bfbf 0%, #2ec1c1 78%, #51cbcb 100%);
    background: linear-gradient(20deg, #29bfbf 0%, #2ec1c1 78%, #51cbcb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#29bfbf', endColorstr='#ecffff', GradientType=1);
}

header.site_hd .logo {
    width: 150px;
    line-height: 0;
}

header.site_hd {
    padding: 30px 50px;
}

header.site_hd .flex-sb {
    align-items: center;
}

p.orange_btn a {
    display: block;
    background: #ff7f00;
    color: #fff;
    width: 320px;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    font-size: 20px;
    padding-right: 20px;
    position: relative;
    box-shadow: 4px 4px 2px rgba(0, 0, 0, 10%);
}

p.orange_btn a:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: solid;
    border-width: 2px 2px 0 0;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}

section#top_mainvisual {
    padding: 50px 0 30px;
    text-align: center;
}

section#top_mainvisual h1 {
    font-size: 52px;
    color: #f4e621;
    /* color: #fff; */
}

section#top_mainvisual p.top_main_sub {
    font-size: 27px;
    font-weight: bold;
    color: #fff;
}

.entry_btn a {
    width: 600px;
    margin: 30px auto;
    background: #ff7f00;
    color: #fff !important;
    text-decoration: none;
    height: 76px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    padding-right: 30px;
    box-shadow: 7px 7px 4px rgba(0, 0, 0, 10%);
    position: relative;
    overflow: hidden;
}

.entry_btn a:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: solid;
    border-width: 2px 2px 0 0;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}

.entry_btn a:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}

@-webkit-keyframes shiny-btn1 {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

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

.entry_btn a .byou {
    width: 75px;
    font-size: 12px;
    background: #fff;
    color: #ff7f00;
    border-radius: 3px;
    margin-right: 15px;
    text-align: center;
}

.entry_btn a .text {
    font-size: 28px;
    font-weight: 600;
}

.entry_btn a .byou span {
    font-size: 20px;
}

.top_main_wrap {
    width: 810px;
    margin: 0 auto;
    padding-top: 100px;
}

.top_main_wrap .top_main_maru {
    border: 3px solid #fff;
    overflow: hidden;
    line-height: 0;
    border-radius: 50%;
    animation-name: fuwafuwa;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}

.top_main_maru01,
.top_main_maru02,
.top_main_maru03,
.top_main_maru04,
.top_main_maru05,
.top_main_maru06,
.top_main_maru07,
.top_main_maru08 {
    position: absolute;
    z-index: 10;
}

.top_main_maru01 {
    width: 88px;
    left: -40px;
    top: 80px;
}

.top_main_maru01 .top_main_maru {
    animation-duration: 3s;
}

.top_main_maru02 {
    width: 103px;
    top: -20px;
    left: 40px;
}

.top_main_maru03 {
    width: 72px;
    top: 40px;
    left: 170px;
}

.top_main_maru03 .top_main_maru {
    animation-duration: 2s;
}

.top_main_maru04 {
    width: 80px;
    top: 0px;
    left: 310px;
}

.top_main_maru05 {
    width: 60px;
    top: -10px;
    left: 450px;
}

.top_main_maru05 .top_main_maru {
    animation-duration: 2s;
    animation-delay: 0.7s;
}

.top_main_maru06 {
    width: 64px;
    top: 20px;
    left: 570px;
}

.top_main_maru07 {
    width: 72px;
    top: -20px;
    left: 650px;
}

.top_main_maru07 .top_main_maru {
    animation-delay: 0.75s;
}

.top_main_maru08 {
    width: 120px;
    top: 60px;
    left: 710px;
}

@keyframes fuwafuwa {
    0% {
        transform: translate(0, 0px);
    }

    100% {
        transform: translate(0, 10px)
    }
}

section#top_charm_main {
    padding: 80px 0 40px;
}

.yellow_fukidashi {
    background: #f4e621;
    text-align: center;
    width: 380px;
    line-height: 45px;
    border-radius: 40px;
    margin: 0 auto 25px;
    position: relative;
    font-weight: 600;
    font-size: 25px;
}

.yellow_fukidashi:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 12px 0 12px;
    border-color: #f4e621 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.yellow_fukidashi_big {
    width: 860px;
    line-height: 64px;
}

.yellow_fukidashi span {
    color: #d83328;
}

section#top_charm_main h2 {
    text-align: center;
    font-size: 44px;
    font-weight: 600;
    margin: 0 0 40px;
}

section#top_charm_main h2 span {
    color: #d83328;
}

.charm_6 {
    width: 460px;
    border: 1px solid #c4c4c4;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 40px;
    box-shadow: 0 0 4px rgb(74 79 79 / 10%);
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.charm_6 .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    width: 100%;
}

.charm_6 .image {
    width: 120px;
    margin: auto;
    line-height: 0;
}

.charm_detail h2 {
    text-align: center;
    font-size: 39px;
    margin: 0 0 20px;
}

.charm_detail .under_text {
    font-size: 18px;
    margin: 0 0 40px;
    line-height: 2;
}

.charm_detail .wrap {
    padding: 40px 60px;
    border-top: 1px solid #c4c4c4;
}

.charm_detail .under_text span {
    color: #d83328;
    font-weight: 600;
}

.top_charm_01_flex {
    justify-content: center;
    padding-top: 20px;
    margin-bottom: 40px;
}

.top_charm_01_box {
    width: 20%;
    text-align: center;
    margin-bottom: 30px;
}

.top_charm_01_box .image {
    width: 120px;
    height: 120px;
    line-height: 0;
    margin: 0 auto 10px;
    overflow: hidden;
    border-radius: 50%;
}

.industry_detail {
    border: 2px dashed #d83328;
    border-radius: 10px;
    padding: 40px 30px 10px;
    margin-bottom: 10px;
}

.industry_detail h3 {
    position: absolute;
    color: #d83328;
    background: #fff;
    top: -20px;
    line-height: 40px;
    width: 300px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 20px;
}

.industry_detail dl {
    width: 45%;
    margin: 0 0 20px;
    font-size: 12px;
}

.industry_detail dl dt {
    font-weight: 600;
}

.industry_detail dl dd {
    margin: 0;
}

p.industry_detail_note {
    font-size: 12px;
    margin: 0 0 60px;
}

.charm_detail .image {
    text-align: center;
}

section#top_charm_01 .image img {
    width: 460px;
    margin-bottom: 20px;
}

section#top_charm_02 .image img {
    width: 300px;
    margin-bottom: 20px;
}

section#top_charm_03 .image img {
    width: 250px;
}

section#top_charm_04 .image img {
    width: 620px;
}

section#top_charm_05 .image img {
    width: 600px;
}

section#top_charm_06 .image img {
    width: 500px;
    margin-bottom: 20px;
}

section#top_charm_06 {
    border-bottom: 1px solid #c4c4c4;
}

section#top_flow {
    padding: 80px 0;
}

.top_step_list h2 {
    font-size: 39px;
    margin: 0 0 60px;
}

.top_step_list_box {
    border: 1px solid #c4c4c4;
    border-radius: 12px;
    padding: 50px 30px 30px 50px;
}

.top_step_list_box_image {
    padding: 30px 30px 30px 50px;
    justify-content: space-between;
    align-items: center;
}

.top_step_list_box h3 {
    position: absolute;
    background: #fff;
    line-height: 48px;
    top: -24px;
    left: 40px;
    padding: 0 20px 0 10px;
    font-size: 31px;
    margin: 0;
}

.top_step_list_box h3 span {
    display: inline-block;
    width: 48px;
    height: 48px;
    font-size: 29px;
    text-align: center;
    background: #29c7c7;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
}

.top_step_list_box_image .text_content {
    width: 470px;
}

.top_step_list_box_image .image {
    width: 220px;
}

.top_step_list_box+.top_step_list_box {
    margin-top: 100px;
}

.top_step_list_box+.top_step_list_box:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 22px 0 22px;
    border-color: #29c7c7 transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -60px;
}

section#top_flow .entry_btn,
section#top_entry_flow .entry_btn {
    padding-top: 40px;
}

section#top_if {
    background: #effafc;
    border: solid #eaeaea;
    border-width: 1px 0;
    padding: 40px 0;
    text-align: center;
    line-height: 2;
}

section#top_if .image {
    margin: 30px 0;
}

section#top_if .image img {
    width: 220px;
}

p.top_if_under span {
    font-weight: 600;
    color: #d83328;
}

section#top_entry_flow {
    padding: 80px 0;
}

.top_step_list_box a {
    text-decoration: none;
}

section#top_faq {
    padding: 80px 0;
    border-top: 1px solid #eaeaea;
}

section#top_faq h2 {
    font-size: 39px;
    margin: 0 0 40px;
}

dl.top_faq_list {
    margin: 0;
    background: #f8fcfc;
}

dl.top_faq_list .symbol {
    font-size: 27px;
    width: 50px;
    line-height: 1;
}

dl.top_faq_list dd .symbol {
    color: #29c7c7;
}

dl.top_faq_list .content {
    width: calc(100% - 50px);
}

dl.top_faq_list dt .content {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
}

dl.top_faq_list dt {
    align-items: flex-end;
    padding: 30px 40px;
    position: relative;
}

dl.top_faq_list dd {
    margin: 0;
    padding: 0px 120px 30px 40px;
}

dl.top_faq_list dd .content {
    font-size: 17px;
}

dl.top_faq_list+dl.top_faq_list {
    margin-top: 40px;
}

section#top_fin {
    padding: 40px 0;
    color: #fff;
    margin-bottom: 120px;
    position: relative;
}

section#top_fin h2 {
    font-size: 28px;
    margin: 0 0 20px;
}

section#top_fin .text {
    width: 560px;
}

section#top_fin .image {
    position: absolute;
    right: 0;
    top: 50%;
    width: 340px;
    box-shadow: 0 0 4px rgba(74, 79, 79, 30%);
    transform: translateY(-50%);
}

.site_ft {
    padding: 30px 50px;
}

p.ft_logo {
    width: 150px;
    line-height: 0;
}

footer.site_ft .copyright {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 20px;
    font-size: 12px;
}

/*dl.top_faq_list dt:after {
    content: "";
    position: absolute;
    width: 42px;
    height: 42px;
    background-color: #fff;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .1s;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(74, 79, 79, 10%);
    background-image: url(/wp-content/uploads/2022/12/switch_arrow.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: top 55% center;
}*/

dl.top_faq_list dt.nowOpen:after {
    transform: rotate(-180deg);
}

.form_title {
    text-align: center;
    color: #fff;
    line-height: 160px;
    margin: 0 0 50px;
}

.form_title h1 {
    font-size: 28px;
}

.form_wrap {
    width: 600px;
    margin: 0 auto;
}

p.form_top_text {
    font-size: 12px;
    margin: 0 0 20px;
}

.step_entry,
.step_confirm {
    display: none;
}

.mw_wp_form_input .step_entry {
    display: block;
}

.form_parts .subject {
    font-size: 13px;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
}

.form_parts .subject span.required {
    font-size: 10px;
    color: #ee7f7c;
    background: #fadcdb;
    line-height: 21px;
    width: 28px;
    text-align: center;
    margin-left: 10px;
}

.form_parts+.form_parts {
    margin-top: 30px;
}

.form_select select {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-color: #eaeaea;
    border-width: 2px;
    cursor: pointer;
}

.form_input_name {
    width: 46%;
    align-items: center;
}

.form_input_name p.seimei {
    width: 20px;
    font-size: 13px;
}

.form_input input {
    width: 100%;
    border: none;
    background: #e2e6e6;
    height: 40px;
    padding-left: 15px;
    border-radius: 4px;
    -webkit-appearance: none;
}

.form_input_name input {
    width: calc(100% - 30px);
    margin-left: 10px;
}

.form_parts+.form_submit {
    margin-top: 60px;
}

.form_submit {
    justify-content: center;
    align-items: center;
}

.form_submit input {
    appearance: none;
    -webkit-appearance: none;
    background: #ff7f00;
    color: #fff;
    border: none;
    width: 280px;
    line-height: 50px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 7px 7px 4px rgba(0, 0, 0, 10%);
    cursor: pointer;
}

.form_submit input[name=submitBack] {
    background: #888;
    width: 120px;
    margin-right: 30px;
}

.form_submit input[name=submitBack] {
    background: #888;
    width: 120px;
    margin-right: 30px;
}

.mw_wp_form_confirm .step_confirm {
    display: block;
}

.step_confirm span {
    font-weight: bold;
    color: #d83328;
    font-size: 20px;
}

.mw_wp_form_confirm {
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 30px 40px;
}

.mw_wp_form {
    margin-bottom: 120px;
}

.form_parts .subject span.any {
    font-size: 10px;
    background: #eee;
    line-height: 21px;
    width: 28px;
    text-align: center;
    margin-left: 10px;
}

p.orange_btn a.document_btn {
    margin-right: 20px;
    background: #fff;
    color: #1a1a1a;
    border: 1px solid #666666;
}

a.guidbook_dl_btn {
    display: block;
    width: 380px;
    margin: 30px auto 0;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    font-size: 20px;
    padding-right: 20px;
    position: relative;
    box-shadow: 4px 4px 2px rgba(0, 0, 0, 10%);
    color: #1a1a1a;
    border: 1px solid #666666;
}

a.guidbook_dl_btn:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: solid;
    border-width: 2px 2px 0 0;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}

section.document_btn_sec {
    line-height: 0;
    text-align: center;
}

section.document_btn_sec img {
    width: 940px;
}

section#top_faq+section.document_btn_sec {
    padding: 0 0 80px;
}

.charm_6 .title>span {
    display: block;
    font-size: 80%;
    background: #f4e621;
    width: 90%;
    margin: 0 auto;
    border-radius: 40px;
    color: #d83328;
}

.charm_6 .title>span span {
    font-size: 80%;
    color: #000000;
}

.portal_link a {
    display: block;
    background: #fff;
    text-decoration: none;
    margin: 20px auto 0;
    border-radius: 40px;
    width: 60%;
    line-height: 50px;
    font-size: 18px;
    background-image: url(/wp-content/uploads/2021/07/link_icon.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center right 30px;
    padding-right: 20px;
    color: #333;
    transition: .2s;
}

.portal_link a:hover {
    transform: translate(0px, -5px);
    box-shadow: 0 5px 30px rgba(255, 255, 255, 50%);
}

section#sikumi_sec {
    padding-top: 50px;
}

section#sikumi_sec .wrap {
    border: none;
}

.sikumi_fig {
    width: 53%;
    margin: auto;
}

.sikumi_fig_custom {
    position: absolute;
    top: 35px;
    width: 155px;
    left: 333px;
}

.top_mainvisual_02_01 {
    background-color: #29b4b4;
    padding-top: 40px;
}

.top_mainvisual_02_01_wrap {
    width: 1200px;
    margin: 0 auto;
}

.top_mainvisual_02_01_img {
    width: 700px;
}

.top_mainvisual_02_01_img img {
    display: block;
}

.top_mainvisual_02_02 {
    background-color: #9ee0db;
}

.top_mainvisual_02_02 img {
    display: block;
}

.top_mainvisual_02_02_wrap {
    width: 1200px;
    margin: 0 auto;
}

.top_mainvisual_02_02_wrap {
    position: relative;
    height: 165px;
}

.top_mainvisual_02_02_wrap>div {
    position: absolute;
}

.top_mainvisual_hito01 {
    bottom: 0;
    left: -40px;
}

.top_mainvisual_hito08 {
    bottom: 0;
    right: 0px;
}

.top_mainvisual_hito07 {
    bottom: 0;
    right: 210px;
}

.top_mainvisual_hito06 {
    bottom: 0;
    right: 380px;
}

.top_mainvisual_hito05 {
    bottom: 30px;
    right: 520px;
}

.top_mainvisual_hito04 {
    bottom: 0;
    right: 670px;
}

.top_mainvisual_hito03 {
    bottom: 0;
    left: 210px;
}

.top_mainvisual_hito02 {
    bottom: 40px;
    left: 120px;
}

.top_mainvisual_02_03_inner {
    position: absolute;
    top: 40px;
    left: 50%;
    margin: 5px 5px 5px 100px;
    width: 500px;
    box-shadow: 0 0 4px rgb(74, 79, 79, 30%);
    border-radius: 10px;
}

section#top_mainvisual_02 {
    position: relative;
}

.top_mainvisual_02_03_ttl {
    background-color: #ff7f00;
    color: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 10px 10px 0 0;
}

p.top_mainvisual_02_03_ttl_01 {
    font-size: 23px;
    font-weight: bold;
}

p.top_mainvisual_02_03_ttl_02 {
    font-size: 14px;
}

.top_mainvisual_02_03_form_area {
    background-color: #fff;
    height: 580px;
    border-radius: 0 0 10px 10px;
}

div#mw_wp_form_mw-wp-form-438 {
    width: 90%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

div#mw_wp_form_mw-wp-form-438 form {
    padding-top: 30px;
    height: 520px;
    overflow-y: scroll;
    padding-bottom: 20px;
}

section#top_mainvisual_02 {
    display: none;
}

.page-id-442 div#mw_wp_form_mw-wp-form-438 {
    width: 100%;
}

.page-id-442 div#mw_wp_form_mw-wp-form-438 form {
    height: auto;
}



/*LINE start*/

p.line_icon {
    width: 50px;
    margin-right: 10px;
    margin-top: 10px;
}

.entry_btn a {
    /* background-color: #34b157; */
}

.blue_gradient_bg {
    background: #e8f8ee;
    background: -moz-linear-gradient(20deg, #e8f8ee 0%, #edfffa 78%, #f1faf5 100%);
    background: -webkit-linear-gradient(20deg, #e8f8ee 0%, #edfffa 78%, #f1faf5 100%);
    background: linear-gradient(20deg, #e8f8ee 0%, #edfffa 78%, #f1faf5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8f8ee', endColorstr='#ecffff', GradientType=1);
}

section#top_mainvisual h1 {
    color: #333;
    font-weight: bold;
}

section#top_mainvisual p.top_main_sub {
    color: #333;
}

section#top_mainvisual h1 span {
    color: #34b157;
}

section#top_fin {
    background: #34b157;
}

section#top_fin h2 {
    color: #fdf042;
    font-weight: bold;
}

p.orange_btn a {
    background: #34b157;
}

p.orange_btn a {
    background-color: #34b157;
    background-image: url(/wp-content/uploads/2021/12/line_icon.png);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: 30px;
}

.form_title h1 {
    color: #333;
}

.line_page_ttl {
    background-color: #34b157;
    text-align: center;
    line-height: 250px;
    margin-bottom: 70px;
}

.line_page_ttl h1 {
    color: #fff;
    font-size: 36px;
}

.line_page_ttl h1 span {
    color: #ffff00;
}

.line_page_ttl {
    background-image: url(/wp-content/uploads/2021/12/line_page_h1.png);
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: calc(50% - 460px) 30px;
}

h2.line_page_h2_01 {
    text-align: center;
    color: #34b157;
    font-size: 28px;
    position: relative;
    margin-bottom: 50px;
}

h2.line_page_h2_01:before {
    content: "";
    display: block;
    width: 40px;
    height: 60px;
    background-image: url(/wp-content/uploads/2021/12/hukidasi_l.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 370px);
}

h2.line_page_h2_01:after {
    content: "";
    display: block;
    width: 40px;
    height: 60px;
    background-image: url(/wp-content/uploads/2021/12/hukidasi_r.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% + 320px);
    top: 0;
}

ul.line_page_area_ul {
    width: 1000px;
    margin: auto;
}

ul.line_page_area_ul li {
    width: 28%;
    position: relative;
}

.ttl_image {
    width: 130px;
    margin: 0 auto 15px;
}

ul.line_page_area_ul li p {
    font-size: 15px;
    height: 60px;
    text-align: center;
}

.gamen_image {
    border: solid 1px #d1d1d1;
}

.gamen_image img {
    display: block;
}

ul.line_page_area_ul li:before {
    content: "";
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #34b157;
    display: block;
    position: absolute;
    top: 380px;
    left: -53px;
}

ul.line_page_area_ul li:first-child:before {
    display: none;
}

.line_page_add {
    width: 640px;
    margin: 80px auto 50px;
    border: solid 3px #ddd;
    text-align: center;
}

h2.line_page_h2_02 span {
    background-color: #fff;
    padding: 0 10px;
}

h2.line_page_h2_02 {
    color: #34b157;
    margin-top: -35px;
    font-size: 37px;
    margin-bottom: 10px;
}

.line_page_add p {
    margin-bottom: 16px;
}

.line_page_add a {
    background-color: #34b157;
    background-image: url(/wp-content/uploads/2021/12/line_icon.png);
    background-repeat: no-repeat;
    background-size: 42px;
    background-position: 80px;
    color: #fff;
    width: 470px;
    text-align: center;
    line-height: 75px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    font-size: 32px;
    position: relative;
    box-shadow: 4px 4px 2px rgb(0 0 0 / 10%);
    display: block;
    margin: 0 auto 30px;
}

.line_page_txt {
    text-align: center;
    padding-bottom: 100px;
}

.line_page_txt p {
    margin-bottom: 40px;
    font-size: 18px;
}

.line_page_txt p span {
    font-weight: bold;
    color: #d83328;
}


.page-id-550 header,
.page-id-550 footer {
    display: none;
}

.line_page_txt img {
    width: 280px;
}

/*LINE end*/

h3.price_h3 {
    font-weight: bold;
    font-size: 24px;
}

table.price_table {
    width: 100%;
}

table.price_table th {
    border: solid 1px #c7c6c6;
    background-color: #eee;
    padding: 12px;
    width: 40%;
    font-size: 20px;
}

table.price_table td {
    border: solid 1px #c7c6c6;
    text-align: center;
    padding: 12px;
    font-size: 20px;
    font-weight: bold;
}

.lp_keisai .hd_lp_h1 {
    width: 280px;
}

h2.form_h2 {
    font-size: 39px;
    text-align: center;
    margin-bottom: 30px;
}

.ft_company {
    width: 700px;
    margin: 30px auto;
}

table.ft_company_table th {
    width: 20%;
    border-bottom: 1px solid #ededed;
}

table.ft_company_table {
    border-bottom: none;
}

table.ft_company_table td {
    border-top: none;
    border-bottom: 1px solid #ededed;
}

@media (max-width: 750px) {

    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

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

    .wrap {
        max-width: 90%;
    }

    header.site_hd {
        padding: 2vw 2vw 2vw 5vw;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 10000;
    }

    header.site_hd .logo {
        width: 20vw;
    }

    p.orange_btn a {
        width: 50vw;
        font-size: 4vw;
        line-height: 2.5;
        padding-right: 2vw;
        border-radius: 4px;
        box-shadow: 2px 2px 1px rgba(0, 0, 0, 10%);
    }

    p.orange_btn a.document_btn {
        margin-right: 2vw;
    }

    p.orange_btn a:after {
        width: 5px;
        height: 5px;
        right: 2vw;
    }

    section#top_mainvisual {
        padding: 10vw 5vw;
    }

    section#top_mainvisual h1 {
        font-size: 7vw;
        margin-bottom: 10px;
    }

    section#top_mainvisual p.top_main_sub {
        font-size: 4vw;
    }

    .entry_btn a {
        width: 100%;
        margin: 10vw 0;
        height: 16vw;
        padding-right: 3vw;
    }

    .entry_btn a .byou {
        width: 15vw;
        font-size: 2vw;
    }

    .entry_btn a .byou span {
        font-size: 4vw;
    }

    .entry_btn a .text {
        font-size: 5vw;
    }

    .entry_btn a:after {
        width: 7px;
        height: 7px;
        right: 5vw;
    }

    .top_main_wrap {
        width: 10;
        width: 100%;
        padding-top: 40vw;
    }

    .top_main_wrap .top_main_maru {
        border-width: 2px;
    }

    .top_main_maru01 {
        width: 19vw;
        left: -3vw;
        top: 25vw;
    }

    .top_main_maru02 {
        width: 24vw;
        top: -5vw;
        left: 3vw;
    }

    .top_main_maru03 {
        width: 17vw;
        left: 16vw;
        top: 19vw;
    }

    .top_main_maru04 {
        width: 18vw;
        left: 33vw;
        top: 5vw;
    }

    .top_main_maru05 {
        width: 16vw;
        left: 40vw;
        top: 26vw;
    }

    .top_main_maru06 {
        width: 16vw;
        top: 12vw;
        left: 55vw;
    }

    .top_main_maru07 {
        width: 17vw;
        left: 70vw;
        top: 0vw;
    }

    .top_main_maru08 {
        width: 22vw;
        left: 71vw;
        top: 27vw;
    }

    section#top_charm_main {
        padding: 10vw 0;
    }

    .yellow_fukidashi {
        width: 100%;
        font-size: 4.5vw;
        line-height: 2;
        margin-bottom: 5vw;
    }

    .yellow_fukidashi_big {
        font-size: 5vw;
        line-height: 1.5;
        padding: 2vw 0;
        border-radius: 6px;
    }

    .charm_detail .wrap {
        padding: 10vw 0;
    }

    .yellow_fukidashi:after {
        border-width: 5vw 4vw 0 4vw;
    }

    .charm_detail h2 {
        font-size: 5.5vw;
    }

    .charm_detail .under_text {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 20px;
    }

    section#top_charm_main h2 {
        font-size: 6vw;
        margin-bottom: 20px;
    }

    .charm_6 .title {
        font-size: 3vw;
    }

    .charm_6 {
        width: 49%;
        margin-bottom: 2vw;
        padding: 2vw 0;
    }

    .charm_6 .image {
        width: 60%;
    }

    .top_charm_01_box {
        width: 33.33%;
        margin-bottom: 10px;
    }

    .top_charm_01_box .image {
        width: 25vw;
        height: 25vw;
    }

    .top_charm_01_box .text {
        font-size: 11px;
    }

    .industry_detail h3 {
        font-size: 16px;
        width: 80%;
    }

    .industry_detail {
        padding: 20px 15px 10px;
    }

    .industry_detail dl {
        width: 100%;
        margin: 0 0 10px;
        font-size: 11px;
    }

    p.industry_detail_note {
        font-size: 11px;
        margin: 0;
    }

    section#top_flow {
        padding: 10vw 0;
    }

    .top_step_list h2 {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .top_step_list_box_image,
    .top_step_list_box {
        padding: 7vw 5vw 5vw;
    }

    .top_step_list_box h3 {
        line-height: 20px;
        font-size: 15px;
        top: -15px;
        left: 5vw;
    }

    .top_step_list_box h3 span {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px;
    }

    .top_step_list_box_image .image {
        width: 100%;
        order: -1;
        margin-bottom: 10px;
    }

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

    .top_step_list_box+.top_step_list_box:before {
        border-width: 15px 12px 0 12px;
        top: -45px;
    }

    section#top_flow .entry_btn,
    section#top_entry_flow .entry_btn {
        padding: 0;
    }

    section#top_if {
        padding: 5vw 0;
    }

    p.top_if_under {
        font-size: 11px;
    }

    section#top_if .image {
        margin: 10px 0;
        padding: 0 25%;
    }

    section#top_entry_flow {
        padding: 10vw 0;
    }

    section#top_faq {
        padding: 10vw 0;
    }

    section#top_faq h2 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    dl.top_faq_list dt {
        padding: 5vw 15vw 5vw 5vw;
        align-items: center;
    }

    dl.top_faq_list .symbol {
        font-size: 20px;
        width: 30px;
    }

    dl.top_faq_list dt .content {
        font-size: 16px;
    }

    dl.top_faq_list dt:after {
        width: 5vw;
        height: 5vw;
        right: 5vw;
        background-size: 2vw;
    }

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

    dl.top_faq_list dd {
        padding: 0 5vw 5vw;
    }

    dl.top_faq_list .content {
        width: calc(100% - 40px);
    }

    dl.top_faq_list dd .content {
        font-size: 12px;
    }

    section#top_fin {
        padding: 10vw 0;
        margin-bottom: 0;
    }

    section#top_fin h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    section#top_fin .image {
        width: 100%;
        position: static;
        margin-top: 30px;
        transform: none;
    }

    section#top_fin .text {
        width: 100%;
    }

    footer.site_ft.pr {
        padding: 10vw 5vw;
    }

    p.ft_logo {
        width: 30vw;
        margin: 0 auto 5vw;
    }

    footer.site_ft .copyright {
        position: static;
        font-size: 10px;
    }

    .top_last_btn {
        padding: 0 5vw;
    }

    .form_title h1 {
        font-size: 18px;
    }

    .form_title.blue_gradient_bg {
        line-height: 1.5;
        padding: 40px 5vw;
        margin-bottom: 30px;
    }

    .form_wrap {
        width: 90%;
    }

    .mw_wp_form {
        margin-bottom: 10vw;
    }

    .form_submit input {
        width: 100%;
        font-size: 16px;
        line-height: 40px;
        border-radius: 6px;
    }

    .mw_wp_form_confirm {
        padding: 3vw 5vw;
        border-radius: 5px;
    }

    .step_confirm span {
        font-size: 15px;
    }

    .form_submit input[name=submitBack] {
        width: 100%;
        margin: 0 0 10px;
        line-height: 30px;
    }

    .form_parts+.form_submit {
        margin-bottom: 5vw;
    }

    .top_charm_01_box .image img {
        max-width: 100% !important;
    }

    p.top_main_device {
        animation-delay: 0s !important;
        animation-duration: 1s !important;
    }

    a.guidbook_dl_btn {
        width: 100%;
        font-size: 4.5vw;
    }

    section.document_btn_sec {
        /* padding: 40px 0 0; */
    }

    section#top_faq+section.document_btn_sec {
        padding: 0 0 40px;
    }

    .portal_link a {
        width: 100%;
        font-size: 3.5vw;
        background-size: 3vw;
        background-position: center right 5vw;
        padding-right: 5vw;
    }

    section#sikumi_sec {
        padding-top: 10px;
    }

    .sikumi_fig_custom {
        width: 21%;
        top: 4vw;
        left: calc(50% - 10vw);
    }

    section#top_fin .image img {
        display: block;
    }

    .top_mainvisual_02_01_wrap {
        width: 100%;
    }

    .top_mainvisual_02_02_wrap {
        width: 100%;
    }

    .top_mainvisual_02_01_img {
        width: 90%;
        margin: auto;
    }

    .top_mainvisual_02_03_inner {
        position: static;
        margin: 0 3%;
        width: 94%;
    }

    .top_mainvisual_hito01 {
        width: 24%;
        left: 1%;
    }

    .top_mainvisual_hito08 {
        width: 22%;
        right: 0;
    }

    .top_mainvisual_hito02 {
        width: 15%;
        top: -4%;
        left: 79%;
    }

    .top_mainvisual_hito03 {
        width: 32%;
        left: 46%;
        z-index: 10;
    }

    .top_mainvisual_hito04 {
        width: 15%;
        right: 60%;
    }

    .top_mainvisual_hito05 {
        width: 20%;
        right: 56%;
        bottom: 68%;
    }

    .top_mainvisual_hito06 {
        width: 18%;
        bottom: 61%;
        right: 38%;
    }

    .top_mainvisual_hito07 {
        width: 17%;
        right: 42%;
    }

    .top_mainvisual_02_02_wrap {
        height: 35vw;
    }

    .top_mainvisual_02_03 {
        background-color: #9ee0db;
        padding-bottom: 40px;
    }

    p.top_mainvisual_02_03_ttl_01 {
        font-size: 20px;
    }

    p.top_mainvisual_02_03_ttl_02 {
        font-size: 12px;
    }

    .top_mainvisual_02_03_form_area {
        height: 390px;
    }

    div#mw_wp_form_mw-wp-form-438 form {
        padding-top: 0;
        height: 345px;
    }

    .form_parts+.form_parts {
        margin-top: 20px;
    }

    .top_mainvisual_02_01 {
        padding-top: 25px;
    }

    section#top_fin .image img {
        width: 100%;
    }

    /*LINE start*/

    p.orange_btn a {
        background-size: 20px;
        background-position: 10px;
    }

    p.line_icon {
        width: 11%;
        margin-left: 3%;
        margin-right: 0;
    }

    .entry_btn a .text {
        width: 68%;
        line-height: 1.5;
        text-align: center;
    }

    .entry_btn a {
        height: 21vw;
    }

    .line_page_ttl {
        line-height: initial;
        padding-bottom: 20px;
        padding-top: 20px;
        background-position: bottom;
        background-size: 44vw;
        height: 56vw;
        margin-bottom: 30px;
    }

    .line_page_ttl h1 {
        font-size: 6vw;
    }

    h2.line_page_h2_01:before {
        left: 10px;
        top: 10vw;
        width: 7vw;
    }

    h2.line_page_h2_01:after {
        right: 10px;
        top: 10vw;
        width: 7vw;
        left: initial;
    }

    h2.line_page_h2_01 {
        font-size: 6vw;
    }

    ul.line_page_area_ul {
        width: 94%;
    }

    ul.line_page_area_ul li {
        width: 100%;
        margin-bottom: 60px;
    }

    .ttl_image {
        width: 35%;
        margin-bottom: 5px;
    }

    .gamen_image {
        margin: auto;
        width: 80%;
    }

    ul.line_page_area_ul li p {
        height: auto;
        margin-bottom: 20px;
    }

    ul.line_page_area_ul li:before {
        left: calc(50% - 15px);
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #34b157;
        top: -31px;
    }

    .line_page_add {
        width: 94%;
        margin-top: 0;
    }

    h2.line_page_h2_02 {
        font-size: 6vw;
        margin-top: -5vw;
    }

    .line_page_add p {
        padding: 0 30px;
    }

    .line_page_add a {
        width: 91%;
        font-size: 7vw;
        background-position: 28px;
    }

    .line_page_txt {
        width: 94%;
        margin: auto;
        padding-bottom: 40px;
    }

    .line_page_txt p {
        font-size: 15px;
    }

    .line_page_txt img {
        width: 60%;
    }

    p.orange_btn a {
        padding-right: 0;
    }

    /*LINE end*/

    .sikumi_fig {
        width: 100%;
    }

    table.price_table th {
        display: block;
        width: 100%;
        border-bottom: none;
        border-top: none;
        font-size: 15px;
        padding: 5px;
        text-align: center;
    }

    table.price_table td {
        display: block;
        width: 100%;
        font-size: 17px;
        padding: 5px;
    }

    table.price_table {
        border-top: solid 1px #c7c6c6;
    }

    h3.price_h3 {
        font-size: 19px;
        margin-bottom: 10px;
    }

    section#top_charm_02 .image img {
        width: 50%;
    }

    section#top_charm_03 .image img {
        width: 40%;
    }

    section#top_charm_04 .image img {
        width: 100%;
    }

    section#top_charm_05 .image img {
        width: 100%;
    }

    section#top_charm_06 .image img {
        width: 70%;
    }

    h2.form_h2 {
        font-size: 23px;
        margin-bottom: 0;
        margin-top: 50px;
    }

    .ft_company {
        width: 90%;
        margin-top: 90px;
    }

    .ft_company h3 {
        font-size: 16px;
    }

    table.ft_company_table th {
        font-size: 12px;
    }

    table.ft_company_table td {
        font-size: 12px;
    }

}