@charset "UTF-8";
/* コンテンツ */

.mb_st {
    margin-bottom: 10em;
}

@media screen and (max-width: 960px) {
.mb_st {
    margin-bottom: 6em;
}
}

@media screen and (max-width: 520px) {
.mb_st {
    margin-bottom: 6em;
}
}

.stage {
    display: flex;
    justify-content: space-between;
    /*stickの時はalign-itemsはなし*/
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    max-width: 1300px;
	margin-left: auto;
    margin-right: auto;
    padding: 40px 0 0;
    text-align: left;
}
.shoulder {
    width: 5%;
}
.shoulder h5 {
    position: sticky;
    width: 100%;
    top: 0;
}
.shoulder h5 img {
    width: 100%;
}
.doc {
    position: relative;
    box-sizing: border-box;
    width: 95%;
    padding: 0 80px;
}
.hw {
    position: absolute;
    right: 350px;
    top: 0;
    z-index: 1;
}
.hw ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hw ul li {
    width: 12em;
    text-align: center;
    line-height: 1;
    margin-left: 1em;
}
.hw ul li a {
    display: block;
    background-color: #029b51;
    color: #fff;
    font-weight: bold;
    padding: 1em 0;
    border-radius: 2em;
    transition: all 0.3s;
}
.hw ul li:last-child a {
    background-color: #ffde59;
    color: #111;
}
.hw ul li a:hover {
    opacity: 0.7;
}

h2.hd_exe {
    width: calc(100% - 100px);
    height: 70px;
    margin: 0 auto 5em;
    text-align: right;
}
h2.hd_exe img {
    height: 100%;
}

.tl_box1 img {
    width: 100%;
}
.tl_box1 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5em;
}
.tl_box1 ul li:first-child {
    width: 62%;
}
.tl_box1 ul li:last-child {
    width: 35%;
}
.tl_box1 h3 {
    text-align: center;
}
.tl_box1 h3 img {
    width: 80%;
}

.wo_tx1 img,.wo_img1 img,.wo_box1 img {
    width: 100%;
}
.wo_tx1 {
    width: 50%;
    margin: 0 auto 5em;
}
.wo_box1 {
    background-color: #029b51;
    padding: 3em 0;
    margin-top: 5em;
}
.wo_box1 p {
    width: 55%;
    margin: 0 auto;
}

.copy1 {
    margin-bottom: 3em;
}
.copy1 h2 {
    font-weight: bold;
    font-size: 2.8em;
    line-height: 1.7;
    text-align: center;
}
.copy1 h2 strong {
    color: #029b51;
    border-bottom: 5px solid #ffde59;
}

.visa_box {
    border-top: 1px solid #ccc;
}
.visa_box dl {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border-bottom: 1px solid #ccc;
}
.visa_box dl dt {
    width: 15em;
    flex-shrink: 0;
    background-color:#f2faf5;
    padding: 1em;
}
.visa_box dl dd {
    flex-grow: 1;
    padding: 1em;
}

.mr_box ul {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
}
.mr_box ul li {
    width: 30%;
    box-sizing: border-box;
    border: 2px solid #333;
    padding: 3em 2em 2em;
}
.mr_box ul li h5 {
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}
.mr_box ul li h3 {
    text-align: center;
    font-size: 1.4em;
    line-height: 1.7;
    margin: 1.5em auto;
}
.mr_box ul li h3 span {
    border-bottom: 5px solid #ffde59;
}
.mr_box ul li h4 {
    text-align: center;
    margin-bottom: 2em;
}
.mr_box ul li h4 img {
    width: 35%;
}
.mr_box ul li p {
    line-height: 1.7;
    text-align: justify;
    text-justify: inter-ideograph;
}
.mr_box ul li p strong {
    color: #029b51;
    font-weight: normal;
}


.oc_box ul {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
}
.oc_box ul li {
    width: 30%;
    box-sizing: border-box;
}
.oc_box ul li h4 {
    text-align: center;
}
.oc_box ul li h4 img {
    width: 70%;
}
.oc_box ul li h3 {
    text-align: center;
    font-size: 1.4em;
    line-height: 1.7;
    color: #029b51;
    margin: 1em auto 0.3em;
}
.oc_box ul li p {
    line-height: 1.7;
    text-align: center;
}


.flow_box {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
.flow_box p {
    background-color: #eee;
    writing-mode: vertical-rl;
    text-align: center;
    width: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    flex-shrink: 0;
    margin-right: 2em;
}
.flow_box section {
    flex-grow: 1;
}
.flow_box ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.flow_box ul li:first-child {
    position: relative;
    box-sizing: border-box;
    background-color: #094;
    color: #fff;
    width: 17em;
    padding: 1em;
    margin-right: 2em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}
.flow_box ul li strong {
    width: 20%;
}
.flow_box ul li strong img {
    width: 100%;
}
.flow_box ul li h4 {
    width: 75%;
    text-align: left;
    font-size: 1.24em;
}
.flow_box ul li:last-child {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 1;
}
.flow_box ul li span {
    background-color: #fff;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    font-size: 1.4em;
    line-height: 1;
    color: #029b51;
    border: 3px solid #029b51;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.5em;
}
.f_bgadj li:first-child {
    background-color: #38a3a5 !important;
}
.f_bgadj li span {
    color: #38a3a5 !important;
    border: 3px solid #38a3a5 !important;
}

.arr_down1 {
    width: 17em;
    text-align: center;
    padding: 0.5em 0;
}
.arr_down2 {
    width: 17em;
    margin-left: 4em;
    text-align: center;
    padding: 0.5em 0;
}
.arr_down1 img,.arr_down2 img {
    width: 12%;
}


.fo_box ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.fo_box ul li:first-child {
    box-sizing: border-box;
    width: 15%;
    aspect-ratio: 1;
    border: 2px solid #333;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2em;
    flex-shrink: 0;
}
.fo_box ul li:first-child img {
    width: 60%;
}
.fo_box ul li:last-child h4 {
    display: inline-block;
    background-color: #029b51;
    color: #fff;
    font-size: 1.4em;
    line-height: 1;
    padding: 0.5em 0.7em;
}
.fo_box ul li:last-child p {
    line-height: 1.7;
    margin-top: 1em;
}

.cost_box {
    border: 3px solid #ccc;
    background-color:#ffe;
}
.cost_box dl {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border-bottom: 1px solid #ccc;
    font-size: 1.6em;
    line-height: 1;
    font-weight: bold;
}
.cost_box dl:last-child {
    border-bottom-width: 0;
}
.cost_box dl dt {
    box-sizing: border-box;
    width: 18em;
    flex-shrink: 0;
    padding: 1em;
    border-right: 1px solid #ccc;
    display: flex;
    align-items: center;
}
.cost_box dl dd {
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding: 1em;
}
.cost_box dl dd span {
    font-size: 1.24em;
}

.faq_box {

}
.faq_box dl {
    margin-bottom: 3em;
}
.faq_box dl:last-child {
    margin-bottom: 0;
}
.faq_box dl dt {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.5em;
}
.faq_box dl dt p {
    font-weight: bold;
    font-size: 1.16em;
    padding: 0.3em 0 0 0.7em;
}
.faq_box dl dd p {
    padding: 0.4em 0 0 0.8em;
}
.faq_box dl span {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #029b51;
    color: #fff;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    font-size: 1.4em;
    line-height: 1;
    width: 1.8em;
    height: 1.8em;
    border-radius: 50%;
    flex-shrink: 0;
}
.faq_box dl dd {
    display: inline-block;
}
.faq_box dl dd section {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 2em;
    background-color: #ebf6f6;
    padding: 1em 2em 1em 1em;
    border-radius: 1em;
}
.faq_box dl dd span {
    background-color: #38a3a5 !important;
}

.copy2 {
    margin-top: -2em;
    margin-bottom: 3em;
}
.copy2 h3 {
    text-align: center;
    font-size: 1.4em;
    line-height: 1.7;
}

.fe_box {
    margin-bottom: 3em;
}
.fe_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.fe_box ul li:first-child {
    width: 60%;
    font-size: 1.6em;
    line-height: 1.7;
}
.fe_box ul li:first-child strong {
    background-color: #ffde59;
}
.fe_box ul li:last-child {
    width: 35%;
}
.fe_box ul li:last-child img {
    width: 100%;
}

.fe_tx {
    line-height: 1.7;
}

.about_box {
    border-top: 1px solid #ccc;
}
.about_box dl {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border-bottom: 1px solid #ccc;
}
.about_box dl dt {
    width: 15em;
    flex-shrink: 0;
    background-color:#eee;
    padding: 1em;
}
.about_box dl dd {
    flex-grow: 1;
    padding: 1em;
}

.hakensaki ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.hakensaki ul li {
    width: 30%;
}


.com_box {
    border-top: 1px solid #ccc;
}
.com_box dl {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border-bottom: 1px solid #ccc;
}
.com_box dl dt {
    width: 8em;
    flex-shrink: 0;
    background-color:#f2faf5;
    padding: 1em;
}
.com_box dl dd {
    flex-grow: 1;
    padding: 1em;
}
.com_box dl dd ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.com_box dl dd ul li {
    margin-right: 1.5em;
}

.ft_logo {
    text-align: center;
    margin-bottom: 3em;
}
.ft_logo img {
    width: 60%;
    max-width: 250px;
}
.po_box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.po_box ul li {
    text-align: center;
    line-height: 1.7;
}
.po_box ul li:first-child {
    margin-bottom: 3em;
}
.po_box ul li h3 {
    color: #029b51;
    font-size: 2em;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.po_box ul li p {
    font-size: 1.16em;
}

.vo_box {
    background-color: #f2faf5;
    padding: 2em;
    border-radius: 2em;
    margin-bottom: 3em;
}
.vo_box:last-of-type {
    margin-bottom: 0;
}
.vo_box ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px dotted #029b51;
    margin-top: 1em;
    padding-top: 0.5em;
}
.vo_box ul li {
    margin-left: 1em;
    color: #029b51;
}

.ex_tx {
    font-size: 1.6em;
    line-height:1.4; 
}
.ex_more p {
    width: 50%;
    margin: 0 auto;
}
.ex_more a {
    background-color: #ffde59;
    display: block;
    color: #111;
    font-size: 1.6em;
    padding: 25px;
    font-weight: bold;
    transition: all 0.3s;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    border-radius: 50px;
}
.ex_more a:hover {
    opacity: 0.6;
}

@media screen and (max-width: 960px) {
.stage {
	padding: 40px 0 0;
}
.shoulder {
    width: 6%;
}
.doc {
    width: 94%;
    padding: 0 7%;
}
h2.hd_exe {
    width: calc(100% - 110px + 7%);
    height: 50px;
    margin: 0 auto 5em 0;
    text-align: right;
}

.copy1 {
    margin-bottom: 3em;
}
.copy1 h2 {
    font-size: 4.7vw;
}

.visa_box dl dt {
    width: 7em;
}

.mr_box ul {
    margin-bottom: -2em;
}
.mr_box ul li {
    width: 46%;
    margin-bottom: 2em
}

.oc_box ul {
    margin-bottom: -3em;
}
.oc_box ul li {
    width: 46%;
    margin-bottom: 3em
}
.oc_box ul li h4 img {
    width: 60%;
}

.fe_box ul li:first-child {
    font-size: 1.24em;
}

.cost_box dl dt {
    width: 16.5em;
}

.hakensaki ul li {
    width: 45%;
}
.ex_more p {
    width: 80%;
    margin: 0 auto;
}
.ex_more a {
    font-size: 1.4em;
    padding: 1.2em 0;
}
}

@media screen and (max-width: 800px) {
.flow_box ul {
    flex-wrap: wrap;
}
.flow_box ul li:first-child {
    width: 100%;
    padding: 0.5em 1em;
    margin-right: 0;
    margin-bottom: 0.7em;
}
.flow_box ul li strong {
    width: 3em;
}
.flow_box ul li h4 {
    width: calc(100% - 3.2em);
    text-align: left;
    font-size: 1.24em;
}

.arr_down1 {
    width: auto;
    padding: 1em 0;
}
.arr_down2 {
    width: auto;
    margin-left: 4em;
    padding: 1em 0;
}
.arr_down1 img,.arr_down2 img {
    width: 12%;
    max-width: 40px;
}

.cost_box {
    border: 2px solid #ccc;
    background-color:#ffe;
}
.cost_box dl {
    flex-wrap: wrap;
    border-bottom: 1px dashed #999;
    font-size: 1.24em;
}
.cost_box dl:last-child {
    border-bottom-width: 0;
}
.cost_box dl dt {
    box-sizing: border-box;
    width: 100%;
    padding: 1.5em 1.5em 0.5em;
    border-right-width: 0;
    display: block;
}
.cost_box dl dd {
    display: block;
    text-align: right;
    width: 100%;
    padding: 0.5em 0 0;
    border-top: 1px solid #094;
    margin: 0 1.5em 1.5em 1.5em;
}
.cost_box dl dd span {
    font-size: 1.24em;
}

.ex_tx {
    font-size: 3vw;
    line-height:1.4; 
}

}

@media screen and (max-width: 520px) {
.stage {
	padding: 15px 0 0;
}
.shoulder {
    width: 6%;
}
.doc {
    width: 94%;
    padding: 0 8%;
}
h2.hd_exe {
    width: calc(100% - 70px + 8%);
    height: 40px;
    margin: 0 auto 5em 0;
    text-align: right;
}

.tl_box1 ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    padding-bottom: 3em;
}
.tl_box1 ul li:first-child {
    width: 90%;
    margin-bottom: 3em;
}
.tl_box1 ul li:last-child {
    width: 60%;
}
.tl_box1 h3 {
    text-align: center;
}
.tl_box1 h3 img {
    width: 60%;
}

.wo_tx1 {
    width: 70%;
    margin: 0 auto 3em;
}
.wo_box1 {
    padding: 2em 0;
    margin-top: 3em;
}
.wo_box1 p {
    width: 75%;
}

.vs_tx1 {
    width: 100%;
    margin: 0 auto 3em;
}
.visa_box dl dt {
    width: 5em;
}

.mr_box ul {
    margin-bottom: -2em;
}
.mr_box ul li {
    width: 100%;
    margin-bottom: 2em
}

.oc_box ul {
    margin-bottom: -3em;
}
.oc_box ul li {
    width: 100%;
    margin-bottom: 3em
}
.oc_box ul li h4 img {
    width: 50%;
}

.fo_box ul {
    align-items: flex-start;
}
.fo_box ul li:first-child {
    margin-right: 1em;
}

.copy2 h3 {
    font-size: 4.7vw;
}

.fe_box {
    margin-bottom: 3em;
}
.fe_box ul {
    justify-content: space-around;
}
.fe_box ul li:first-child {
    width: 100%;
    font-size: 1.08em;
    margin-bottom: 2em;
}
.fe_box ul li:last-child {
    width: 60%;
}


.about_box {
    border-top: 1px solid #ccc;
}
.about_box dl {
    flex-wrap: wrap;
}
.about_box dl dt {
    box-sizing: border-box;
    width: 100%;
}

.hakensaki ul li {
    width: 90%;
}

.com_box {
    border-top: 1px solid #ccc;
}
.com_box dl {
    flex-wrap: wrap;
}
.com_box dl dt {
    box-sizing: border-box;
    width: 100%;
}

.po_box ul li p {
    font-size: 1em;
}

.ex_tx {
    font-size: 1.32em;
    line-height:1.4; 
}
.ex_more p {
    width: 100%;
    margin: 0 auto;
}
.ex_more a {
    font-size: 1.32em;
    padding: 1.1em 0;
}
}

