@charset "Shift_JIS";
.case-SectionH1 {
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 75px;
}

@media screen and (min-width: 768px) {
    .case-SectionH1 {
        margin-top: 60px;
        max-width: 1200px;
        padding-bottom: 90px;
    }
}

.case-SectionH1 img {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .case-SectionH1 img {
        display: block;
        margin: 0 auto;
        width: 340px;
    }
}

.case-SectionH1 .sw-Text {
    line-height: 1.7;
}

.case-SectionH1 .sw-Text-center {
    text-align: center;
}

.case-SectionH1 .sw-BtnWrap {
    margin: 0 auto;
    margin-top: 60px;
    width: 92%;
}

@media screen and (min-width: 768px) {
    .case-SectionH1 .sw-SectionH2_Inner {
        width: 742px;
    }
}

.case-SectionH1 h2:last-of-type {
    margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
    .case-SectionH1 h2:last-of-type {
        margin-bottom: 40px;
    }
}

.case-SectionH1 h3 {
    font-size: 2em;
}

@media screen and (min-width: 768px) {
    .case-SectionH1 h3 {
        font-size: 2.2em;
        margin-top: 40px;
    }
}

.case-SectionH1 .sw-Btn {
    padding: 13.5px 0;
}

.case-StepsList_Item {
    position: relative;
}

.case-StepsList_Item:not(:first-of-type) {
    border-top: 1px solid #bebebe;
    margin-top: 30px;
    padding-top: 16px;
}

@media screen and (min-width: 768px) {
    .case-StepsList_Item:not(:first-of-type) {
        margin-top: 38px;
    }
}

.case-StepsList_Item:not(:first-of-type)::before {
    border-color: #bebebe transparent transparent transparent;
    border-style: solid;
    border-width: 17px 16px 0 16px;
    content: '';
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -1px;
    width: 0;
}

.case-StepsList_Item:not(:first-of-type)::after {
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 17px 16px 0 16px;
    content: '';
    display: block;
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -3px;
    width: 0;
}

.case-IllustrationBox {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.case-IllustrationBox_Item img {
    max-width: 55px;
}

.case-IllustrationArrow_Item .case-IllustrationBox_Item img {
    margin: 0 auto;
    max-width: 55px;
}

.case-IllustrationBox_Item-center {
    margin-bottom: 12px;
}

.case-IllustrationBox-col2 {
    margin: -15px 6% 0 3%;
    width: 140px;
}

.case-IllustrationBox-col2 .case-IllustrationBox_Item {
    margin-top: 15px;
    width: 50%;
}

.case-IllustrationBox-col4 {
    margin: 0 8%;
}

.case-IllustrationBox-col4 .case-IllustrationBox_Item {
    margin-top: 19px;
    width: 25%;
}

@media screen and (min-width: 768px) {
    .case-Column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 0;
    }
}

.case-Column_Item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
}

.case-Column_Item img {
    display: block;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .case-Column_Item {
        margin-top: 0;
        width: calc(570 / 1200 * 100%);
    }
    .case-Column_Item:nth-of-type(n+3) {
        margin-top: 60px;
    }
}

.case-Column_Item:not(:first-of-type) {
    margin: 60px 10% 0 10%;
}

.case-Column_Item:not(:first-of-type)::before {
    border-color: #ddd transparent transparent transparent;
    border-style: solid;
    border-width: 19px 13px 0 13px;
    content: '';
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -40px;
    width: 0;
}

@media screen and (min-width: 768px) {
    .case-Column_Item:not(:first-of-type)::before {
        left: calc(-100% - 35px);
        top: calc(50% - 8px);
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
    }
}

.case-Column_Item:not(:first-of-type) img {
    margin: 0;
    width: 270px;
}

@media screen and (min-width: 768px) {
    .case-Column_Item:not(:first-of-type) {
        margin: 0;
    }
}

.case-IllustrationArrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.case-IllustrationArrow_Item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    width: 50%;
}

.case-IllustrationArrow_Item:first-of-type::before {
    border-color: #ddd transparent transparent transparent;
    border-style: solid;
    border-width: 18px 14px 0 14px;
    content: '';
    height: 0;
    margin: auto;
    position: absolute;
    right: -14px;
    top: calc(50% - 8px);
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    width: 0;
}

.case-IllustrationArrow_Item:first-of-type img {
    margin: 0;
}

@media screen and (min-width: 768px) {
    .case-IllustrationArrow_Item {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 225px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

.case-IllustrationArrow_Item img {
    margin: 0;
    max-width: 122px;
}

.case-Text-arrowBottom {
    line-height: 1.7;
    margin-top: 30px;
    font-size: 1.6em;
}

@media screen and (min-width: 768px) {
    .case-Text-arrowBottom {
        margin-top: 25px;
    }
}

@media screen and (min-width: 768px) {
    .sw-Column-plus .sw-Column_Item:first-of-type .case-IllustrationArrow:first-of-type {
        position: relative;
    }
    .sw-Column-plus .sw-Column_Item:first-of-type .case-IllustrationArrow:first-of-type::before {
        border-top: 2px solid #ddd;
        content: "";
        position: absolute;
        right: 0;
        right: -33px;
        top: 50%;
        width: 30px;
    }
    .sw-Column-plus .sw-Column_Item:first-of-type .case-IllustrationArrow:first-of-type::after {
        border-top: 2px solid #ddd;
        content: "";
        position: absolute;
        right: 0;
        right: -33px;
        top: 50%;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        width: 30px;
    }
}

/* =====================
  ?????????????? detail
===================== */
.home-Detail .home-Detail_Image {
    display: block;
    margin: 20px auto 0 auto;
}

@media screen and (min-width: 768px) {
    .home-Detail .home-Detail_Image {
        margin-top: 30px;
        max-width: 50%;
    }
}

.home-DayTable {
    width: 743px;
    font-size: 1.2em;
}

.home-DayTable tr:not(:first-of-type) {
    border-top: 2px solid #fff;
}

.home-DayTable tr th:first-of-type {
    border-right: 2px solid #fff;
}

.home-DayTable th, .home-DayTable td {
    font-weight: bold;
    padding: 9px 0;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .home-DayTable th, .home-DayTable td {
        border-right: 2px solid #fff;
        width: calc(100% / 9);
    }
}

.home-DayTable th {
    background-color: #e6e9ee;
}

.home-DayTable td {
    background-color: #f5f6f8;
    padding: 10px 0;
}

@media screen and (min-width: 768px) {
    .home-DayTable td {
        padding: 15px 0;
    }
}

.home-DayTableWrap {
    margin-top: 15px;
    overflow: auto;
}

.home-OptionTable {
    width: 100%;
    font-size: 1.2em;
}

@media screen and (min-width: 768px) {
    .home-OptionTable {
        margin-bottom: 30px;
        width: calc(50% - 15px);
    }
}

.home-OptionTable + .home-OptionTable {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .home-OptionTable + .home-OptionTable {
        margin-top: 0;
    }
}

.home-OptionTable:first-of-type {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .home-OptionTable:first-of-type {
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) {
    .home-OptionTable:nth-last-of-type(2n) {
        margin-right: 30px;
    }
}

.home-OptionTable:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.home-OptionTable th, .home-OptionTable td {
    font-weight: bold;
    padding: 6px 0;
    text-align: center;
}

.home-OptionTable th {
    background-color: #e6e9ee;
    padding: 10px 0;
}

.home-OptionTable td {
    background-color: #f5f6f8;
    border-top: 2px solid #fff;
    width: 50%;
}

.home-OptionTable td:nth-of-type(2) {
    padding: 11px 0;
}

@media screen and (min-width: 768px) {
    .home-OptionTableWrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-top: 30px;
    }
}

.home-OptionTable .home-FeeText {
    font-size: 1.34em;
}

.home-OptionTable .home-FeeText_Yen {
    font-size: 0.6em;
}

/* =====================
  ?????????????? feature
===================== */
@media screen and (min-width: 768px) {
    .home-Feature {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}

@media screen and (min-width: 768px) {
    .home-Feature_Item {
        width: calc(360 / 1200 * 100%);
    }
}

.home-Feature_Item + .home-Feature_Item {
    margin-top: 40px;
}

@media screen and (min-width: 768px) {
    .home-Feature_Item + .home-Feature_Item {
        margin-top: 0;
    }
}

.home-Feature_Item .home-TitleH3 {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .home-Feature_Item .home-TitleH3 {
        font-size: 2.2em;
    }
}

.home-Feature_Image {
    display: block;
    margin: 0 auto;
}

/* =====================
?????????????? form
===================== */
.home-Form {
    background-color: #f0f0f0;
    border-radius: 20px;
    margin-top: 15px;
    padding: 25px 30px;
}

.home-FormColumn {
    display: block;
}

@media screen and (min-width: 768px) {
    .home-FormColumn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}

.home-FormColumn_Item {
    position: relative;
}

@media screen and (min-width: 768px) {
    .home-FormColumn_Item:not(:last-of-type) {
        width: calc(235 / 683 * 100%);
    }
}

.home-FormColumn_Item:first-of-type {
    padding-bottom: 33px;
}

@media screen and (min-width: 768px) {
    .home-FormColumn_Item:first-of-type {
        padding-bottom: 0;
    }
}

.home-FormColumn_Item:first-of-type::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 13px solid #c6c9d3;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
    .home-FormColumn_Item:first-of-type::after {
        content: none;
    }
}

@media screen and (min-width: 768px) {
    .home-FormColumn_Item:first-of-type .home-Form_InputWrap {
        position: relative;
    }
    .home-FormColumn_Item:first-of-type .home-Form_InputWrap::before {
        border-bottom: 8px solid transparent;
        border-left: 12px solid #c6c9d3;
        border-top: 8px solid transparent;
        content: "";
        position: absolute;
        right: -33px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}

@media screen and (min-width: 768px) {
    .home-FormColumn_Item:nth-of-type(2) {
        margin-left: 32px;
    }
}

@media screen and (min-width: 768px) {
    .home-FormColumn_Item:nth-of-type(2) .home-Form_Link {
        /* visibility: hidden; */
    }
}

.home-FormColumn_Item + .home-FormColumn_Item {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .home-FormColumn_Item + .home-FormColumn_Item {
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) {
    .home-FormColumn_Item .sw-BtnWrap {
        margin-top: 74px;
    }
}

@media screen and (min-width: 768px) {
    .home-FormColumn_Item .sw-Btn {
        padding: 17.5px 0;
    }
}

@media screen and (min-width: 768px) {
    .home-FormColumn_Item-btn {
        width: calc(140 / 683 * 100%);
    }
}

.home-Form_Title {
    font-weight: bold;
    font-size: 2em;
}

.home-Form_Label {
    cursor: auto;
    display: block;
    font-weight: bold;
    margin-top: 10px;
    font-size: 1.4em;
}

.home-Form_Link {
    color: #10af9e;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    font-size: 1.4em;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.home-Form_Link:hover {
    opacity: 0.7;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.home-Form_Link::before {
    border-right: 2px solid #10af9e;
    border-top: 2px solid #10af9e;
    content: "";
    display: inline-block;
    height: 8px;
    left: 3px;
    margin-right: 6px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 8px;
}

.home-Form_Input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid #c6c9d3;
    border-radius: 10px;
    display: block;
    font-family: "???????q?????????????????????M???????m???????p???????S Pro W3","Hiragino Kaku Gothic Pro", "?????????????????????C?????????????????????I", "Meiryo", "???????l???????r ???????o???????S???????V???????b???????N", "MS PGothic", Helvetica, Arial, Sans-Serif;
    margin-top: 10px;
    padding: 15px;
    width: 100%;
    font-size: 1.6em;
}

.home-Form_Input::-webkit-input-placeholder {
    color: #bebebe;
}

.home-Form_Input::-moz-placeholder {
    color: #bebebe;
}

.home-Form_Input:-ms-input-placeholder {
    color: #bebebe;
}

.home-Form_Input::-ms-input-placeholder {
    color: #bebebe;
}

.home-Form_Input::placeholder {
    color: #bebebe;
}

.iphone .home-Form_Input::-webkit-input-placeholder, .ipad .home-Form_Input::-webkit-input-placeholder {
    position: relative;
    top: -2px;
}

.home-Form_AddressText {
    display: none;
    margin-top: 20px;
}

.home-Form_AddressText dt {
    font-weight: bold;
    font-size: 1.4em;
}

.home-Form_AddressText dd {
    margin-top: 10px;
    font-size: 1.6em;
}

.home-Form_NoteList {
    display: none;
    margin-top: 20px;
}

.home-Form_NoteListItem {
    color: #f91e1e;
    padding-left: 30px;
    position: relative;
    font-size: 1.4em;
}

.home-Form_NoteListItem:not(:last-of-type) {
    margin-bottom: 10px;
}

.home-Form_NoteListItem::before {
    background: url(/moving/single/images/icon_danger.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}

.home-Form_ResultBox {
    display: none;
}

.home-Form_Result {
    border-top: 1px solid #bebebe;
    display: none;
    margin-top: 30px;
    padding-top: 23px;
    position: relative;
}

@media screen and (min-width: 768px) {
    .home-Form_Result {
        padding-top: 33px;
    }
}

.home-Form_Result::before {
    border-color: #bebebe transparent transparent transparent;
    border-style: solid;
    border-width: 17px 16px 0 16px;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -1px;
    width: 0;
}

.home-Form_Result::after {
    border-color: #f0f0f0 transparent transparent transparent;
    border-style: solid;
    border-width: 17px 16px 0 16px;
    content: "";
    display: block;
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -3px;
    width: 0;
}

.home-Form_ResultText {
    text-align: center;
    font-size: 1.2em;
}

@media screen and (min-width: 768px) {
    .home-Form_ResultText {
        font-size: 1.6em;
    }
}

.home-Form_ResultTextPrice {
    color: #10af9e;
    font-size: 1.5em;
    font-weight: bold;
    margin-left: 2px;
}

.home-Form_ResultTextYen {
    color: #10af9e;
    font-weight: bold;
}

/* =====================
  ?????????????? home
===================== */
.home-BlockH1_Inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 auto;
    width: 100%;
}

.home-BlockH1 .home-SectionH2:last-of-type .sw-Btn {
    padding: 13.5px 0;
}

.home-nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
}

.home-nav .navActive {
    background-color: #15ac9b;
    color: #fff;
}

.home-nav .navActive::before, .home-nav .navActive::after {
    display: none;
}

@media screen and (min-width: 768px) {
    .home-nav .navActive::before, .home-nav .navActive::after {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .home-nav {
        background: #e6e9ee;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
}

.home-nav_List {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
    max-width: 1200px;
    font-size: 1.4em;
}

@media screen and (min-width: 768px) {
    .home-nav_List {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
    }
}

.home-nav_Item {
    background: #e6e9ee;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    line-height: 1;
    max-width: 50%;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .home-nav_Item {
        border-bottom: 0;
        border-right: 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 17%;
                flex: 0 1 17%;
        max-width: 17%;
    }
}

.home-nav_Item:nth-of-type(even) {
    border-right: none;
}

.home-nav_Text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #15ac9b;
    cursor: pointer;
    display: block;
    padding: 17px 0;
    position: relative;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .home-nav_Text {
        padding: 33px 0;
    }
    .home-nav_Text::before, .home-nav_Text::after {
        background: #e6e9ee;
        bottom: 20px;
        content: '';
        display: block;
        height: 1px;
        left: 14px;
        margin: auto;
        position: absolute;
        right: 0;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        width: 20px;
    }
    .home-nav_Text::after {
        left: -14px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }
}

.home-nav_Text:hover {
    background-color: #15ac9b;
    color: #fff;
}

.home-TitleH1 {
    margin-top: 20px;
	text-align: left;
}
.home-TitleH1_img {
	display: flex;
    align-items: flex-end;
}
.home-SectionH1 img.home-TitleH1_pop {
	display: block;
	margin-left: 20px;
	width: calc(300 / 544 * 100%);
}

@media screen and (max-width: 767px) {
	.home-TitleH1_img {
		 margin: 0 15px;
		max-width: 415px;
	}
	.home-SectionH1 img.home-TitleH1_pop{
		margin-left: 4%;
		width: 48%;
	}
	.home-TitleH1 .home-TitleH1_logo{
    	width: 48%;
	}
}
@media screen and (min-width: 768px) {
    .home-TitleH1 {
        margin: 0;
    }
	.home-TitleH1_img {
		margin-top: -10%;
	}
	
}

@media screen and (min-width: 768px) {
    .home-TitleH1_Wrap {
        left: 54.7%;
        position: absolute;
        top: 47.7%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: calc(544 / 1200 * 100%);
    }
}

@media screen and (max-width: 988px) and (min-width: 768px) {
    .home-TitleH1_Wrap {
        top: 50%;
    }
}

.home-TitleH1_logo {
    display: block;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .home-TitleH1_logo {
        margin: 0;
    }
}

@media screen and (min-width: 768px) {
    .home-TitleH1 .home-TitleH1_logo {
        width: calc(200 / 544 * 100%);
    }
}

.home-TitleH1_Sub {
    display: inline-block;
    line-height: 1.3;
    margin-top: 14px;
    padding: 0 15px;
	font-size: 1.8em;
}

@media screen and (min-width: 768px) {
    .home-TitleH1_Sub {
        line-height: 1.6;
        margin-top: 10px;
        max-width: 440px;
        padding: 0;
        font-size: 2.2em;
    }
}

@media screen and (max-width: 988px) and (min-width: 768px) {
    .home-TitleH1_Sub {
        font-size: 2.08333vw;
    }
}

.home-keyVisual_Wrap {
    display: inline-block;
    margin: 0 auto;
    max-width: 1200px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    text-align: center;
	width: 100%;
}

@media screen and (min-width: 768px) {
    .home-keyVisual_Wrap {
        margin-top: 60px;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        text-align: left;
    }
}

.home-keyVisual_Wrap .sw-Text {
    margin: 20px auto 30px auto;
    width: 92%;
}

@media screen and (min-width: 768px) {
    .home-keyVisual_Wrap .sw-Text {
        margin: 15px 0 0 0;
        padding-right: 15px;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .home-keyVisual_Wrap .sw-Text {
        text-align: left;
    }
}



.home-keyVisual_spImage {
    margin-top: 20px;
}

.home-keyVisual_Wrap .home-keyVisual_spImage {
    max-width: none;
    width: 100vw;
}

@media screen and (min-width: 768px) {
    .home-keyVisual_spImage {
        display: none;
    }
}

.home-keyVisual_pcImage {
    display: none;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .home-keyVisual_pcImage {
        display: block;
    }
}

.home-SectionH1 {
    padding-bottom: 75px;
}

@media screen and (min-width: 768px) {
    .home-SectionH1 {
        padding-bottom: 105px;
    }
}

.home-SectionH1 img {
    max-width: 100%;
    width: 100%;
}

.home-SectionH1 p {
    line-height: 1.7;
}

.home-SectionH2 {
    padding-bottom: 0;
}

.home-SectionH2:first-of-type {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .home-SectionH2:first-of-type {
        margin-top: 70px;
    }
}

.home-SectionH2:not(:first-of-type) {
    margin-top: 60px;
}

@media screen and (min-width: 768px) {
    .home-SectionH2:not(:first-of-type) {
        margin-top: 90px;
    }
}

.home-SectionH2_Inner {
    margin: 0 auto;
    padding-top: 30px;
    width: 92%;
}

@media screen and (min-width: 768px) {
    .home-SectionH2_Inner {
        max-width: 1200px;
        padding-top: 40px;
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .home-SectionH2_Inner-small {
        max-width: 743px;
    }
}

.home-SectionH2_Inner-full {
    width: 100%;
}

.home-SectionH3 {
    padding-bottom: 0;
}

.home-SectionH3:not(:first-of-type) {
    margin-top: 40px;
}
div#all_wrapper.step2 .home-SectionH3:nth-child(2){
	margin-top: 0;
}

@media screen and (min-width: 768px) {
    .home-SectionH3:not(:first-of-type) {
        margin-top: 60px;
    }
	div#all_wrapper.step2 .home-SectionH3:nth-child(2){
		margin-top: 0;
	}
}

.home-SectionH4 {
    margin-top: 30px;
    padding-bottom: 0;
}

.home-SectionH5 {
    margin-top: 20px;
    padding-bottom: 0;
}

.home-TitleH2 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    padding: 15px 0;
    font-size: 2em;
}

@media screen and (min-width: 768px) {
    .home-TitleH2 {
        padding: 35px 0;
        font-size: 2.4em;
    }
}

.home-TitleH2_Text {
    position: relative;
}

.home-TitleH2_Text::before {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 40px;
    margin-right: 10px;
    vertical-align: middle;
    width: 40px;
}

@media screen and (min-width: 768px) {
    .home-TitleH2_Text::before {
        height: 50px;
        width: 50px;
    }
}

.home-TitleH2_Text-feature::before {
    background-image: url(/moving/single/images/icon_feature.png);
}

.home-TitleH2_Text-aboutbox::before {
    background-image: url(/moving/single/images/icon_overview.png);
}

.home-TitleH2_Text-indication::before {
    background-image: url(/moving/single/images/icon_indication.png);
}

.home-TitleH2_Text-detail::before {
    background-image: url(/moving/single/images/icon_detail.png);
}

.home-TitleH2_Text-steps::before {
    background-image: url(/moving/single/images/icon_steps.png);
}

.home-TitleH2_Text-application::before {
    background-image: url(/moving/single/images/icon_application.png);
}

.home-TitleH2_Text-faq::before {
    background-image: url(/moving/single/images/icon_faq.png);
}

.home-TitleH3 {
    color: #10af9e;
    font-weight: bold;
    padding: 0 !important;
    font-size: 2em;
}

@media screen and (min-width: 768px) {
    .home-TitleH3 {
        font-size: 2.4em;
    }
}

.home-TitleH4 {
    color: #333;
    font-weight: bold;
    font-size: 1.8em;
}

@media screen and (min-width: 768px) {
    .home-TitleH4 {
        font-size: 2em;
    }
}

.home-TitleH4-center {
    text-align: center;
}

.home-TitleH5 {
    color: #333;
    font-weight: bold;
    font-size: 1.4em;
}

@media screen and (min-width: 768px) {
    .home-TitleH5 {
        font-size: 1.6em;
    }
}

.home-TitleH5-center {
    text-align: center;
}

.home-List {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .home-List {
        margin-top: 30px;
    }
}

.home-List_Item {
    line-height: 1.9;
    padding-left: 17px;
    position: relative;
    font-size: 1.4em;
}

.home-List_Item + .home-List_Item {
    margin-top: 12px;
}

@media screen and (min-width: 768px) {
    .home-List_Item + .home-List_Item {
        margin-top: 3px;
    }
}

.home-List_Item::before {
    background: #333;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 6px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 6px;
}

.home-NoteList {
    margin-top: 10px;
}

.home-NoteList_Item {
    color: #666;
    font-size: 1.2em;
}

.home-NoteList_Item + .home-NoteList_Item {
    margin-top: 5px;
}

.home-NoteList_Text {
    display: inline-block;
    padding-left: 16px;
    position: relative;
}

.home-NoteList_Text:not(.home-Table-Tax)::before {
    content: '';
    left: 0;
    position: absolute;
    top: 0;
}

.home-DotList_Text {
    display: inline-block;
    padding-left: 16px;
    position: relative;
}

.home-DotList_Text::before {
    content: '';
    left: 0;
    position: absolute;
    top: 0;
}

.home-ListAttention {
    color: #F91E1E;
}

@media screen and (min-width: 768px) {
    .home-NoteList-centerPc {
        text-align: center;
    }
}

.home-Link {
    color: #10af9e;
}

/* =====================
  ?? indication
===================== */
@media screen and (min-width: 768px) {
    .home-Indication {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}

.home-Indication_Item {
    border: 5px solid #ddf1f0;
    padding: 30px 15px;
}

@media screen and (min-width: 768px) {
    .home-Indication_Item {
        padding: 35px 15px;
    }
}

.home-Indication_Item + .home-Indication_Item {
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .home-Indication_Item + .home-Indication_Item {
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) {
    .home-Indication_Item:not(:last-of-type) {
        width: calc(50% - 12px);
    }
    .home-Indication_Item:last-of-type {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .home-Indication_Item:last-of-type {
        margin-top: 20px;
    }
}

.home-Indication_Title {
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
    font-size: 1.4em;
}

@media screen and (min-width: 768px) {
    .home-Indication_Title {
        font-size: 1.6em;
    }
}

.home-Indication .sw-BtnWrap {
    margin-top: 20px;
}

.home-Indication .sw-Text {
    margin-top: 0;
}

.home-IllustrationBox-small .home-IllustrationBox_Top {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .home-IllustrationBox-small .home-IllustrationBox_Top {
        margin-top: 5px;
    }
}

.home-IllustrationBox-small .home-IllustrationBox_Item {
    width: 50%;
}

@media screen and (min-width: 768px) {
    .home-IllustrationBox-small .home-IllustrationBox_Item {
        width: calc(50% - 3px);
    }
}

.home-IllustrationBox-small .home-IllustrationBox_Item:nth-of-type(5n) {
    margin-right: 3px;
}

.home-IllustrationBox-small .home-IllustrationBox_Item:nth-of-type(2n) {
    margin-right: 0;
}

@media screen and (min-width: 768px) {
    .home-IllustrationBox-small .home-IllustrationBox_ItemWrap {
        margin-top: 30px;
        width: 57%;
    }
}

.home-IllustrationBox_Top {
    margin-top: 5px;
}

@media screen and (min-width: 768px) {
    .home-IllustrationBox_Top {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

.home-IllustrationBox_Bottom {
    border-top: 1px solid #bebebe;
    margin-top: 20px;
    padding-top: 37px;
    position: relative;
}

.home-IllustrationBox_Bottom::before {
    border-color: #bebebe transparent transparent transparent;
    border-style: solid;
    border-width: 17px 16px 0 16px;
    content: '';
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -1px;
    width: 0;
}

.home-IllustrationBox_Bottom::after {
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 17px 16px 0 16px;
    content: '';
    display: block;
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -3px;
    width: 0;
}

.home-IllustrationBox_Bottom img {
    display: block;
    margin: 0 auto;
}

.home-IllustrationBox_Bottom p {
    text-align: center;
}

.home-IllustrationBox_Bottom .home-IllustrationBox_OneBoxImage {
    width: 87%;
}

.home-IllustrationBox_Item {
    margin-top: 20px;
    text-align: center;
    width: 33.33%;
}

.home-IllustrationBox_Item:nth-of-type(5n) {
    margin-right: 0;
}

@media screen and (min-width: 768px) {
    .home-IllustrationBox_Item {
        margin-right: 3px;
        width: calc(20% - 3px);
    }
}

.home-IllustrationBox_Item img {
    max-width: 78px;
    width: 100%;
}

.home-IllustrationBox_ItemWrap {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

@media screen and (min-width: 768px) {
    .home-IllustrationBox_ItemWrap {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
}

.home-IllustrationBox_Text {
    margin-top: 6px;
    font-size: 1.4em;
}

.home-IllustrationBox_SecondTitle {
    font-weight: bold;
    margin-top: 20px;
    font-size: 1.6em;
}

.home-IllustrationBox_Title {
    margin-top: 6px;
    font-size: 1.2em;
}

.home-FeeTable {
    font-size: 1.4em;
}

.home-FeeTable th, .home-FeeTable td {
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
}

.home-FeeTable th:not(.home-FeeTable_FirstData), .home-FeeTable td:not(.home-FeeTable_FirstData) {
    border-left: 2px solid #fff;
}

.home-FeeTable th:not(:last-of-type) {
    min-width: 103px;
}

@media screen and (min-width: 768px) {
    .home-FeeTable th:not(:last-of-type) {
        min-width: auto;
        width: 142px;
    }
}

.home-FeeTable th:last-of-type {
    min-width: 238px;
}

@media screen and (min-width: 768px) {
    .home-FeeTable th:last-of-type {
        min-width: auto;
        width: 316px;
    }
}

.home-FeeTable tr:not(:first-of-type) {
    border-top: 2px solid #fff;
}

.home-FeeTableWrap {
    margin-top: 20px;
    overflow: auto;
}

@media screen and (min-width: 768px) {
    .home-FeeTableWrap {
        margin-top: 30px;
    }
}

.home-FeeTable_TitleRow th {
    background-color: #c6c9d3;
}

.home-FeeTable_TitleRow th span {
    font-size: 0.86em;
}

.home-FeeTable_Day {
    background-color: #e6e9ee;
}

.home-FeeTable_Fee {
    background-color: #f5f6f8;
}

.home-FeeText {
    color: #10af9e;
    font-size: 1.15em;
    font-weight: bold;
}

.home-FeeText_Yen {
    font-size: 0.7em;
}

/* =====================
  ?????????????? overview
===================== */
@media screen and (min-width: 768px) {
    .home-OverviewCol {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 768px) {
    .home-OverviewCol_Wrap {
        margin-top: 20px;
    }
}

.home-OverviewCol_Wrap + .home-TitleH3 {
    margin-top: 40px;
}

@media screen and (min-width: 768px) {
    .home-OverviewCol_Wrap + .home-TitleH3 {
        margin-top: 70px;
    }
}

@media screen and (min-width: 768px) {
    .home-OverviewCol_Item:first-of-type {
        width: calc(291 / 743 * 100%);
    }
    .home-OverviewCol_Item:last-of-type {
        margin-left: 30px;
        width: calc(421 / 743 * 100%);
    }
    .home-OverviewCol_Item .sw-Text:first-child {
        margin-top: 0;
    }
    .home-OverviewCol-small{
        margin-top: 30px;
    }
}

.home-OverviewCol-small .home-OverviewCol_Item .home-Overview_Image {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .home-OverviewCol-small .home-OverviewCol_Item:first-of-type {
        width: calc(200 / 743 * 100%);
    }
    .home-OverviewCol-small .home-OverviewCol_Item:last-of-type {
        width: calc(512 / 743 * 100%);
    }
}

.home-OverviewCol-verticalCenter {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.home-Overview_Image {
    display: block;
    margin: 20px auto 0 auto;
}

.home-Overview .home-Overview_Image {
    width: 85%;
}

@media screen and (min-width: 768px) {
    .home-Overview .home-Overview_Image {
        margin: 0;
        width: 100%;
    }
}

.home-Overview .sw-BtnWrap {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .home-Overview .sw-BtnWrap {
        margin: 30px 0 0 0;
        max-width: 354px;
    }
}

.home-Overview_ColTitle {
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 30px;
    text-align: center;
    font-size: 1.4em;
}

@media screen and (min-width: 768px) {
    .home-Overview_ColTitle {
        margin-top: 50px;
        text-align: left;
        font-size: 1.6em;
    }
}

/* =====================
  ?????????????? steps
===================== */
.home-StepsList_Item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.home-StepsList_Item:not(:first-of-type) {
    border-top: 1px solid #bebebe;
    margin-top: 30px;
    padding-top: 44px;
}

@media screen and (min-width: 768px) {
    .home-StepsList_Item:not(:first-of-type) {
        margin-top: 40px;
        padding-top: 35px;
    }
}

.home-StepsList_Item:not(:first-of-type)::before {
    border-color: #bebebe transparent transparent transparent;
    border-style: solid;
    border-width: 17px 16px 0 16px;
    content: '';
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -1px;
    width: 0;
}

.home-StepsList_Item:not(:first-of-type)::after {
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 17px 16px 0 16px;
    content: '';
    display: block;
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -3px;
    width: 0;
}

.home-StepsList_IconWrap {
    margin-right: 15px;
    width: calc(90 / 345 *100%);
}

@media screen and (min-width: 768px) {
    .home-StepsList_IconWrap {
        margin-right: 30px;
        width: calc(120 / 743 *100%);
    }
}

.home-StepsList_TextArea {
    width: 70%;
}

@media screen and (min-width: 768px) {
    .home-StepsList_TextArea {
        width: calc(592 / 743 *100%);
    }
}

.home-StepsList_NumberTag {
    background: #575a5f;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 2.5px 19px;
    font-size: 1.4em;
}

.home-StepsList_TextArea .home-TitleH3 {
    margin-top: 10px;
    text-align: left;
}

.home-StepsList_TextArea .sw-Text {
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    .home-StepsList_TextArea .sw-Text {
        margin-top: 20px;
    }
}

/* =====================
  ?????????????? prepare
===================== */
.pre-SectionH1 {
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 75px;
}

@media screen and (min-width: 768px) {
    .pre-SectionH1 {
        margin-top: 60px;
        max-width: 1200px;
        padding-bottom: 90px;
    }
}

.pre-SectionH1 .sw-BtnWrap {
    width: 92%;
}

.pre-SectionH1 .sw-Btn {
    padding: 13.5px 0;
}

.pre-SectionH1 .sw-SectionH2:first-of-type {
    margin-top: 45px;
}

.pre-SectionH1 .sw-TitleH2:first-of-type {
    margin-bottom: 40px;
}

.pre-TitleH1 {
    font-size: 3em;
    letter-spacing: 1.4px;
    line-height: 1.6;
    margin: 0 auto;
    text-align: center;
    width: 92%;
    font-size: 3em;
}

@media screen and (min-width: 768px) {
    .pre-TitleH1 {
        line-height: 1.5;
        font-size: 3.8em;
    }
}

.pre-Icon {
    display: block;
    margin: 20px auto 0 auto;
    max-width: 100%;
}

.pre-LeadText {
    line-height: 1.7;
    margin-top: 20px;
    font-size: 1.6em;
}

@media screen and (min-width: 768px) {
    .pre-LeadText-center {
        text-align: center;
    }
}

.sw-Column_Item .pre-Icon {
    max-width: 190px;
    width: 100%;
}

.sw-Column_Item .pre-Icon-wide {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .sw-Column_Item .pre-Icon-wide {
        max-width: 528px;
    }
}

/* =====================
  ?????????????? btn
===================== */
.sw-Btn {
    background-color: #ffda00;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 9.5px 0;
    text-decoration: none;
    width: 100%;
    font-size: 1.4em;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.sw-Btn-tall {
    padding: 13.5px 0;
}

.sw-Btn:hover {
    opacity: 0.7;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

@media screen and (min-width: 768px) {
    .sw-Btn {
        padding: 13.5px 0;
        font-size: 2.2em;
    }
}

.sw-Btn-white {
    background-color: #fff;
    border: 1px solid #c6c9d3;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 0 0 #c6c9d3;
            box-shadow: 0 2px 0 0 #c6c9d3;
    color: #333;
    padding: 10.5px 0;
}

@media screen and (min-width: 768px) {
    .sw-Btn-white {
        font-size: 1.4em;
        padding: 12.5px 0;
    }
}

.sw-Btn-green {
    background-color: #10af9e;
    border: none;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 0 0 #00655a;
            box-shadow: 0 2px 0 0 #00655a;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    padding: 12px 56px;
    font-size: 1.4em;
}

.sw-Btn-green:hover {
    background-color: #19bbaa;
    -webkit-box-shadow: 0 2px 0 0 #10af9e;
            box-shadow: 0 2px 0 0 #10af9e;
}

.sw-BtnWrap {
    margin: 30px auto 0 auto;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .sw-BtnWrap {
        max-width: 432px;
    }
}

@media screen and (min-width: 768px) {
    .sw-BtnWrap-more {
        max-width: 354px;
    }
}

/* =====================
  ?????????????? Column
===================== */
.sw-Column {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .sw-Column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}

@media screen and (min-width: 768px) {
    .sw-Column-col3 .sw-Column_Item {
        width: calc(360 / 1200 * 100%);
    }
}

@media screen and (min-width: 768px) {
    .sw-Column-col2 .sw-Column_Item {
        width: calc(570 / 1200 * 100%);
    }
    .sw-Column-col2 .sw-Column_Item:nth-of-type(n + 3) {
        margin-top: 60px;
    }
}

@media screen and (min-width: 768px) {
    .sw-Column-col2 .sw-Column_Item:last-of-type {
        width: calc(555 / 1200 * 100%);
    }
}

.sw-Column_Item:not(:first-of-type) {
    margin-top: 40px;
}

@media screen and (min-width: 768px) {
    .sw-Column_Item:not(:first-of-type) {
        margin-top: 0;
    }
}

/* =====================
  ?????????????? display
===================== */
.sw-forPcBlock {
    display: none !important;
}

@media screen and (min-width: 768px) {
    .sw-forPcBlock {
        display: block !important;
    }
}

.sw-forSpBlock {
    display: block !important;
}

@media screen and (min-width: 768px) {
    .sw-forSpBlock {
        display: none !important;
    }
}

/* =====================
  ?????????????? margin
===================== */
.sw-Mt0 {
    margin-top: 0 !important;
}

.sw-Mt15 {
    margin-top: 15px !important;
}

.sw-Mt20 {
    margin-top: 20px !important;
}

.sw-Mt30 {
    margin-top: 30px !important;
}

.sw-Mt35 {
    margin-top: 35px !important;
}

@media screen and (min-width: 768px) {
    .sw-Mt0-pc {
        margin-top: 0 !important;
    }
}

@media screen and (min-width: 768px) {
    .sw-Mt05-pc {
        margin-top: 5px !important;
    }
}

@media screen and (min-width: 768px) {
    .sw-Mt15-pc {
        margin-top: 15px !important;
    }
}

@media screen and (min-width: 768px) {
    .sw-Mt20-pc {
        margin-top: 20px !important;
    }
}

@media screen and (min-width: 768px) {
    .sw-Mt30-pc {
        margin-top: 30px !important;
    }
}

@media screen and (min-width: 768px) {
    .sw-Mt34-pc {
        margin-top: 34px !important;
    }
}

@media screen and (min-width: 768px) {
    .sw-Mt35-pc {
        margin-top: 35px !important;
    }
}

@media screen and (min-width: 768px) {
    .sw-Mt40-pc {
        margin-top: 40px !important;
    }
}

@media screen and (min-width: 768px) {
    .sw-Mt50-pc {
        margin-top: 50px !important;
    }
}

@media screen and (min-width: 768px) {
    .sw-Mt60-pc {
        margin-top: 60px !important;
    }
}

@media screen and (min-width: 768px) {
    .sw-Mt90-pc {
        margin-top: 90px !important;
    }
}

@media screen and (min-width: 768px) {
    .sw-Mt100-pc {
        margin-top: 100px !important;
    }
}

@media screen and (min-width: 768px) {
    .sw-Mb15-pc {
        margin-bottom: 15px !important;
    }
}

@media screen and (max-width: 767px) {
    .sw-Mt5-sp {
        margin-top: 5px !important;
    }
}

@media screen and (max-width: 767px) {
    .sw-Mt10-sp {
        margin-top: 10px !important;
    }
}

@media screen and (max-width: 767px) {
    .sw-Mt15-sp {
        margin-top: 15px !important;
    }
}

@media screen and (max-width: 767px) {
    .sw-Mt18-sp {
        margin-top: 18px !important;
    }
}

@media screen and (max-width: 767px) {
    .sw-Mt20-sp {
        margin-top: 20px !important;
    }
}

@media screen and (max-width: 767px) {
    .sw-Mt30-sp {
        margin-top: 30px !important;
    }
}

@media screen and (max-width: 767px) {
    .sw-Mt35-sp {
        margin-top: 35px !important;
    }
}

@media screen and (max-width: 767px) {
    .sw-Mt40-sp {
        margin-top: 40px !important;
    }
}

@media screen and (max-width: 767px) {
    .sw-Mt50-sp {
        margin-top: 50px !important;
    }
}

@media screen and (max-width: 767px) {
    .sw-Mt55-sp {
        margin-top: 55px !important;
    }
}

@media screen and (max-width: 767px) {
    .sw-Mt60-sp {
        margin-top: 60px !important;
    }
}

/* =====================
  ?????????????? Text
===================== */
.sw-Text {
    margin-top: 20px;
    font-size: 1.6em;
}

@media screen and (min-width: 768px) {
    .sw-Text-centerPc {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .sw-Text-centerSp {
        text-align: center;
    }
}

.sw-Text-center {
    text-align: center;
}

.sw-Text-smallSp {
    font-size: 1.4em;
}

p.sw-Text.sw-Text-smallSp-group {
    border: 5px solid #ddf1f0;
    padding: 15px 15px;
    font-size: 1.2em;
    line-height: 1.7;
}

@media screen and (min-width: 768px) {
    .sw-Text-smallSp {
        font-size: 1.6em;
    }
}

@media screen and (min-width: 768px) {
    .sw-Text-smallPc {
        font-size: 1.4em;
    }
}

.sw-Text-H4smallPc {
    font-size: 0.8em;
}

@media screen and (min-width: 768px) {
    .sw-Text-H4smallPc {
        font-size: 0.7em;
    }
}

.sw-Text-bold {
    font-weight: bold;
}

/* =====================
  ?????????????? Title
===================== */
.sw-SectionH1 {
    margin: 0 auto;
    padding-bottom: 75px;
    padding-top: 20px;
}

@media screen and (min-width: 768px) {
    .sw-SectionH1 {
        max-width: 1200px;
        padding-bottom: 95px;
        padding-top: 60px;
    }
}

.sw-SectionH1 .sw-BtnWrap {
    margin-top: 60px;
    width: 92%;
}

@media screen and (min-width: 768px) {
    .sw-SectionH1 .sw-BtnWrap {
        margin-top: 90px;
    }
}

.sw-SectionH2 {
    margin-top: 60px;
    padding-bottom: 0;
}

@media screen and (min-width: 768px) {
    .sw-SectionH2 {
        margin-top: 90px;
        padding-bottom: 0;
    }
}

.sw-SectionH2:first-of-type {
    margin-top: 50px;
}

@media screen and (min-width: 768px) {
    .sw-SectionH2:first-of-type {
        margin-top: 80px;
    }
}

.sw-SectionH2:last-of-type {
    margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
    .sw-SectionH2:last-of-type {
        margin-bottom: 90px;
    }
}

.sw-SectionH2_Inner {
    margin: 0 auto;
    width: 92%;
}

@media screen and (min-width: 768px) {
    .sw-SectionH2_Inner {
        width: 100%;
    }
}

.sw-SectionH2_Inner-second {
    max-width: 780px;
}

.sw-TitleH1 {
    letter-spacing: 1.4px;
    margin: 0 auto;
    text-align: center;
    width: 92%;
    font-size: 3em;
}

@media screen and (min-width: 768px) {
    .sw-TitleH1 {
        font-size: 3.8em;
    }
}

.sw-TitleH2 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 34px;
    padding: 18.5px 20px;
    position: relative;
    font-size: 2.2em;
}

@media screen and (min-width: 768px) {
    .sw-TitleH2 {
        padding: 20.5px 20px;
    }
}

.sw-TitleH2::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 9px solid #15ac9b;
    bottom: -9px;
    content: "";
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

.sw-TitleH3 {
    color: #15ac9b;
    font-weight: bold;
    padding: 0 !important;
    font-size: 2.2em;
}


/* =====================
  ?????????????? pc,sp textlink
===================== */

.sw-forPclink {
    display: inline;
    }

.sw-forSplink {
    display: none;
    }

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

.sw-forPclink {
    display: none;
    }
    
.sw-forSplink {
    display: inline;
    }

}

/* =====================
???C??????
===================== */

.text-bold {
    font-weight: bold;
}
#header .header_cover {
    position: static;
}
.home-TitleH2_Text-overview::before {
    background-image: url(/moving/single/images/icon_tape.png);
}
.contents-movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.contents-movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.sw-Btn-Conversion-noicon{
    background-color: #FFDA00;
    -webkit-box-shadow: 0 2px 0 0 #C29200;
    box-shadow: 0 2px 0 0 #C29200;
    border-radius: 8px;
    color: #333;
    font-size: 1.4em;
    padding: 12.5px 0;
}

@media screen and (min-width: 768px) {
    .kvmovie-pc {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .feature .home-Feature {
        display: block;
    }
    .feature .home-Feature_Item {
        display: flex;
        margin: 0 auto;
        width: auto;
        justify-content: center;
    }
    .feature .home-Feature_Image {
        max-width: 380px;
        max-height: 200px;
        margin: 0;
    }
    .feature .home-Feature-Contents {
        max-width: 540px;
    }
    .feature .home-Feature-Contents .home-TitleH3 {
        text-align: left;
    }
    .feature .home-Feature_Item:not(:first-child) {
        margin-top: 60px;
    }
    .feature .home-Feature_Item:nth-child(2n+1) {
        flex-flow: row-reverse;
    }
    .feature .home-Feature_Item:nth-child(2n+1) .home-Feature-Contents {
        margin-right: 40px;
    }
    .feature .home-Feature_Item:nth-child(2n) .home-Feature-Contents {
        margin-left: 40px;
    }
    .home-OverviewCol-small {
        margin-top: 40px;
    }
    .steps .home-StepsList_IconWrap {
        max-width: 192px;
        max-height: 168px;
        width: auto;
    }
    div#about .home-SectionH2_Inner .home-SectionH3:nth-child(2){
        margin-top: 60px;
    }

    .contents-movie {
        margin-top: 20px;
    }
    .kv-movie {
        margin-bottom: 0;
    }

    .home-Indication-Title{
        text-align: center;
        margin-bottom: 20px;
    }
    .home-Indication-Title .home-Indication-Title-icon{
        max-width: 167px;
    }
    .home-Indication-Title .home-Indication-Title-icon:first-child{
        margin-right: 20px;
    }
    .home-Indication-Title .home-Indication-Title-icon:not(:first-child){
        margin-left: 20px;
    }
    .home-Indication-Title .home-Indication-Title-text{
        display: inline-block;
        line-height: 0;
        font-size: 30px;
    }
    .kv-pc{
        position: relative;
        overflow: hidden;
        height: 0;
        padding-top: 38.3333%;
    }
    .kv-sp{
        display: none;
    }
    .home-SectionH2_Inner{
        padding-left: 20px;
        padding-right: 20px;
        max-width: 1240px;
    }
    .home-SectionH1 {
        overflow: hidden;
    }
    .home-SectionH2_Inner-small{
        max-width: 743px;
    }
    .home-Form_Link{
        font-size: 1.3em;
    }
}

@media screen and (max-width: 767px) {
    html {
        overflow-x: hidden;
    }
    .kv-pc{
        display: none;
    }
    .kvmovie-sp {
        width: 100%;
    }
    .home-BlockH2 .feature {
        margin-top: 0;
    }
    .home-StepsList_Item {
        display: block;
    }
    .home-StepsList_IconWrap {
        width: 160px;
        margin: 0 auto;
    }
    .home-StepsList_TextArea {
        margin: 0 auto;
        text-align: center;
        margin-top: 10px;
        width: 100%;
    }
    .home-StepsList_TextArea .home-TitleH3 {
        text-align: center;
    }
    .home-StepsList_TextArea .sw-Text {
        text-align: left;
    }
    div#about .home-SectionH2_Inner .home-SectionH3:nth-child(2){
        margin-top: 40px;
    }
    .contents-movie {
        margin-top: 20px;
    }
    .kv-movie {
        margin-bottom: 0;
    }
    .home-Indication-Title{
        text-align: center;
        margin-bottom: 20px;
    }
    .home-Indication-Title .home-Indication-Title-icon{
        max-width: 167px;
    }
    .home-Indication-Title .home-Indication-Title-text{
        line-height: 0;
        font-size: 8vw;
        margin-top: 20px;
        margin-bottom: 20px;
    }

}

.home-timezone {
    margin-top: 10px;
}
.home-BoxWrap--timezone {
	border: 2px solid #E6E9EE;
	padding: 30px 12px;
    border-radius: 20px;
}
.home-timezone .home-timezone-Title {
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
}
.home-BoxWrap--timezone .home-timezone_Image {
    margin-top: 20px;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.home-BoxWrap--timezone.free .home-timezone_Image {
    width: 33%;
}
@media screen and (min-width: 768px) {
    .home-BoxWrap--timezone {
        padding: 30px;
    }
    .home-timezone .home-timezone-Title {
        font-size: 1.6em;
    }
    .home-timezone:not(.before) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .home-timezone.before {
        width: 465px;
        margin-left: auto;
        margin-right: auto;
    }
    .home-timezone:not(.before) .home-BoxWrap--timezone {
        width: 440px;
    }
    .home-timezone:not(.before) .home-BoxWrap--timezone.free {
        width: 240px;
    }
    .home-timezone.before .home-timezone_Image {
        width: 344px;
    }
    .home-BoxWrap--timezone .home-timezone_Image {
        width: 335px;
    }
    .home-BoxWrap--timezone.free .home-timezone_Image {
        width: 105px;
    }
}
@media screen and (max-width: 767px) {
    .home-BoxWrap--timezone:not(:first-of-type) {
        margin-top: 20px;
    }
}