@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0
}

body,html {
    background: #f9f9f9;
    color: #424448;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,sans-serif
}

body,li,ul {
    margin: 0;
    padding: 0
}

li,ul {
    list-style: none
}

img {
    max-width: 100%;
    vertical-align: bottom
}

a {
    color: #000;
    text-decoration: none;
    transition: all .4s
}

a:hover {
    opacity: .6
}

#wrapper {
    margin: 0;
    padding: 0;
    width: 100%
}

.inner {
    margin: 0 auto;
    max-width: 1200px;
    min-width: 1000px;
    width: 100%
}

.flexBox {
    display: flex;
    flex-wrap: wrap
}

h2.ttl {
    font-size: 3rem;
    font-weight: 500;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-align: center
}

h2.ttl>p {
    border-bottom: 4px dotted #009de6;
    display: inline-block;
    font-size: 3rem
}

h2.ttl>span {
    display: block;
    font-size: 2rem
}

@media (max-width: 768px) {
    h2.ttl>span {
        font-size:3.8vw;
        margin-bottom: -27px
    }
}

.mvArea {
    background: linear-gradient(180deg,#f9f9f9,#e0f0f7)
}

header {
    border-radius: 50px;
    box-shadow: 2px 2px 8px #ccc;
    margin: 20px auto 0;
    padding: 10px 0;
    width: 96%
}

header>.flexBox {
    align-items: center;
    justify-content: space-between;
    padding: 0 3%
}

header>.flexBox img {
    vertical-align: middle
}

header>.flexBox>li {
    width: 22%
}

header>.flexBox>li:last-child {
    width: 74%;
}

header>.flexBox>li>.nav>.flexBox {
    justify-content: flex-end;
	align-items: center;
}

header>.flexBox>li>.nav>.flexBox>li {
    margin-right: 2.2%;
}

header>.flexBox>li>.nav>.flexBox>li:last-child {
    margin-right: 0
}
header>.flexBox>li>.nav>.flexBox>li.h_btn {
	background: #ff8201;
    padding: 4px 12px;
    border-radius: 25px;
	border: 2px solid #ff8201;
}
header>.flexBox>li>.nav>.flexBox>li.h_btn > a {
	color: #fff;
}
header>.flexBox>li>.nav>.flexBox>li.h_btn.btn002 {
	background: #fff;
	border: 2px solid #009de6;
	box-sizing: border-box;
}
header>.flexBox>li>.nav>.flexBox>li.h_btn.btn002 > a {
	color: #009de6;
}

.is-fixed {
    background: hsla(0,0%,100%,.99);
    left: 50%;
    margin-top: 10px;
    position: fixed;
    top: 0;
    transform: translate(-50%);
    z-index: 3
}

#mv {
    margin: 0 auto;
    padding: 2rem 0;
    position: relative;
    width: 88%
}

#mv>.flexBox {
    align-items: center;
    justify-content: space-between
}

.mv_text {
    width: 55%
}

.mv_img {
    width: 38%
}

.mv_text>h2 {
    color: #ff8201;
    font-family: Noto Sans JP,Inter,Lato,sans-serif;
    font-size: 4.25vw;
    font-weight: 700;
    margin-bottom: 3rem;
    text-align: left
}

.mv_text>h2>span {
    align-items: center;
    color: #424448;
    display: flex;
    font-size: 3.2vw;
    justify-content: flex-start
}

.mv_text>h2>span:after {
    background-color: #424448;
    border-radius: 2px;
    content: "";
    flex-grow: 1;
    height: 2px;
    margin-left: 3%
}

.mv_text>p {
    font-size: 1.63vw;
    font-weight: 400;
    margin-bottom: 3rem
}

.mv_text>.flexBox {
    align-items: center;
    justify-content: space-between
}

.mv_text>.flexBox>li {
    width: 48%
}

.mv_text>.flexBox>li>a {
    background: #ff8201;
    border-radius: 50px;
    box-shadow: 2px 2px 8px #ccc;
    color: #fff;
    display: block;
    font-size: 1.2rem;
    padding: 20px 0;
    text-align: center
}

.mv_text>.flexBox>li:last-child>a {
    background: #fff;
    border: 2px solid #009de6;
    box-sizing: border-box;
    color: #009de6
}

.mv_text>.flexBox>li>span {
    display: inline-block;
    margin: 8px 0 0 18px
}

@media (max-width: 768px) {
    .mv_text>.flexBox>li>span {
        font-size:3vw;
        margin: 8px 0 0 5px
    }
}

#sec01 {
    padding: 4rem 0;
    position: relative
}

#sec01 .inner {
    background: #e1f1f8;
    border-radius: 10px;
    margin-top: 3rem;
    padding: 4rem 0
}

#sec01 .inner.bg_pink {
    background: #fce7e9
}

#sec01 .inner.bg_yellow {
    background: #fff4d3
}

#sec01 h3 {
    font-size: 24px;
    padding-bottom: 3rem;
    text-align: center
}

.modal_box {
    align-items: flex-end;
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 4px #ccc;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 30px;
    padding: 30px 3rem;
    width: 82%
}

.modal_box:last-of-type {
    margin-bottom: 0
}

.modal_box>dt {
    text-align: justify;
    width: 68%
}

.modal_box>dt>p {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px
}

.modal_box>dd {
    width: 30%
}

.modal_box>dd>a {
    background: #fff;
    border: 2px solid #009de6;
    border-radius: 50px;
    color: #009de6;
    display: block;
    margin-left: auto;
    padding: 12px 0;
    text-align: center;
    width: 75%
}

.inner.bg_pink .modal_box>dd>a {
    border: 2px solid #ea8494;
    color: #ea8494
}

.inner.bg_yellow .modal_box>dd>a {
    border: 2px solid #ff8201;
    color: #ff8201
}

@media (max-width: 768px) {
    #sec01 h3 {
        font-size:4.7vw;
        padding: 1rem 0 1.5rem
    }

    .modal_box {
        margin-bottom: 15px;
        padding: 20px 5%;
        width: auto
    }

    .modal_box>dt {
        font-size: 3.7vw;
        width: 100%
    }

    .modal_box>dt>p {
        font-size: 4.5vw;
        text-align: center
    }

    .modal_box>dd {
        width: 100%
    }

    .modal_box>dd>a {
        margin: 20px auto 0;
        padding: 8px 0;
        width: 55%
    }
}

#sec_2-01 {
    background: #e1f1f8;
    padding: 4rem 0
}

#sec_2-01>.inner {
    background: #fff;
    border-radius: 10px
}

.inner_box {
    padding: 30px
}

.inner_box>.flexBox {
    align-items: center;
    justify-content: space-between;
    margin-top: 3rem
}

.inner_box>.flexBox>li {
    width: 47%
}

.inner_box>.flexBox>li>div {
    font-size: 18px;
    margin-bottom: 2rem;
    text-align: center
}

.inner_box>.flexBox>li>a {
    background: #fff;
    color: #009de6;
    display: block;
    font-size: 1.2rem;
    margin: -10px auto 0;
    padding: 25px 0 20px;
    width: 90%
}

.inner_box>.flexBox>li>a,.inner_box>.flexBox>li>p {
    border: 2px solid #009de6;
    border-radius: 100px;
    box-sizing: border-box;
    text-align: center
}

.inner_box>.flexBox>li>p {
    background: #009de6;
    color: #fff;
    font-size: 1rem;
    margin: 0 auto;
    padding: 8px 0;
    position: relative;
    width: 65%;
    z-index: 2
}

.inner_box>.flexBox>li>p:after {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 15px solid #009de6;
    bottom: -13px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 0
}

@media (max-width: 768px) {
    #sec_2-01 {
        padding:2rem 0 0
    }

    .inner_box>.flexBox>li {
        width: 100%
    }

    .inner_box>.flexBox>li:first-child {
        margin-bottom: 30px
    }

    .inner_box>.flexBox>li>div {
        font-size: 4vw
    }

    .inner_box>.flexBox>li>a {
        margin: -7px auto 0;
        padding: 15px 0 10px;
        width: 100%
    }
}

.ttl_flex {
    align-items: center;
    justify-content: center;
    margin-bottom: 35px
}

.ttl_flex>li {
    color: #009de6;
    font-size: 18px
}

.ttl_flex>li>p {
    border: 2px solid #009de6;
    box-sizing: border-box;
    padding: 3px 8px
}

.ttl_flex>li:nth-child(2) {
    font-size: 28px;
    margin: 0 50px
}

.sec06_slide.visual div section>p {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.9;
    margin-bottom: 50px;
    text-align: center
}

.sec06_slide.visual div section>p>span {
    color: #009de6
}

.icon_flex {
    justify-content: space-between
}

.icon_flex>li {
    width: 30%
}

.icon_flex>li>img {
    margin: 0 auto 15px;
    width: 85%
}

.icon_flex>li>p {
    font-size: 14px;
    text-align: justify
}

.btn_slider {
    background: #fff;
    border: 2px solid #009de6;
    border-radius: 100px;
    box-sizing: border-box;
    color: #009de6;
    display: block;
    font-size: 1.2rem;
    margin: 5.5rem auto 0;
    padding: 15px 0;
    text-align: center;
    width: 30%
}

@media (max-width: 768px) {
    #sec06 .ttl_flex>li {
        margin:0;
        padding: 0
    }

    #sec06 .ttl_flex>li:nth-child(2) {
        font-size: 4.5vw;
        margin: 0 2%
    }

    .sec06_slide.visual div section>p {
        font-size: 4vw;
        margin-bottom: 30px
    }

    #sec06 .icon_flex>li {
        margin: 0;
        padding: 0
    }

    .btn_slider {
        padding: 10px 0;
        width: 72%
    }
}

#sec_btn {
    background: linear-gradient(180deg,#f8f8f8 65%,#e1f0f7);
    padding: 4rem 0 0
}

#sec_btn .flexBox {
    align-items: center;
    justify-content: center
}

#sec_btn .flexBox>li {
    width: 40%
}

#sec_btn .flexBox>li:last-child {
    margin-left: 5%;
    padding: 4rem 0
}

#sec_btn .flexBox>li>a {
    background: #ff8201;
    border-radius: 100px;
    box-shadow: 2px 2px 8px #ccc;
    color: #fff;
    display: block;
    font-size: 1.2rem;
    margin-top: -10px;
    padding: 25px 0 20px;
    text-align: center
}

#sec_btn .flexBox>li:last-child>a {
    background: #fff;
    border: 2px solid #009de6;
    box-sizing: border-box;
    color: #009de6
}

#sec_btn .flexBox>li>p {
    background: #fff;
    border: 2px solid #ff8201;
    border-radius: 100px;
    box-sizing: border-box;
    color: #424448;
    font-size: 1rem;
    margin: 0 auto;
    padding: 8px 0;
    position: relative;
    text-align: center;
    width: 65%;
    z-index: 2
}

#sec_btn .flexBox>li:last-child>p {
    background: #009de6;
    border: 2px solid #009de6;
    color: #fff
}

#sec_btn .flexBox>li>p:after {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 15px solid #fff;
    bottom: -13px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 0
}

#sec_btn .flexBox>li:last-child>p:after {
    border-top: 15px solid #009de6
}

#sec02 {
    background: #fff;
    padding: 4rem 0
}

#sec02,.sub_ttl {
    text-align: center
}

.sub_ttl {
    font-size: 1.4rem;
    margin: 2.5rem 0 3rem
}

.mc_area {
    background: #e6f6fd;
    border-radius: 10px;
    padding: 25px 5% 15rem
}

#sec02 h3 {
    color: #009de6;
    font-size: 1.3rem;
    margin-bottom: 1rem
}

.mc_area>img {
    width: 14%
}

.tabList {
    justify-content: center;
    margin-top: 20px
}

.tabList>li {
    background: #009de6;
    border-radius: 50px;
    color: #fff;
    margin: 0 1%;
    padding: 5px 0;
    width: 23%
}

.mt {
    margin-top: -13rem
}

.serviceBox {
    justify-content: center;
    margin: 0 auto;
    width: 94%
}

.serviceBox>li {
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 4px #ccc;
    margin: 0 1.5%;
    padding: 20px 3%;
    width: 25%
}

.serviceBox>li h4 {
    color: #ff8201
}

.serviceBox>li:last-child h4 {
    color: #00b1ad
}

.serviceBox>li img {
    margin: 10px auto 20px;
    width: 50%
}

.serviceBox>li>p {
    background: #ff8201;
    border-radius: 50px;
    color: #fff;
    margin-bottom: 10px;
    padding: 3px 0
}

.serviceBox>li:last-child>p {
    background: #00b1ad
}

.serviceBox>li>p:last-of-type {
    margin-bottom: 0
}

#sec05 {
    background: #f8f8f8;
    padding: 5rem 0
}

.point {
    margin-top: 5rem
}

.point>li {
    background: #fff;
    border-radius: 15px;
    box-shadow: 2px 2px 8px #ccc;
    margin-bottom: 40px;
    padding: 40px 8%
}

.point>li>.flexBox {
    align-items: center;
    justify-content: space-between
}

.point>li>.flexBox>li {
    width: 20%
}

.point>li>.flexBox>li:last-child {
    width: 74%
}

.numTxt {
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px
}

.num {
    color: #ff8201;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1.05;
    width: auto
}

.sec05_txt {
    font-size: 1.6rem;
    font-weight: 700;
    width: 82%
}

.sec05_txt>span {
    display: block;
    font-size: 1.1rem;
    font-weight: 400
}

.point>li>.flexBox>li>p:last-of-type {
    color: #000;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 2
}

#sec07 {
    background: #f8f8f8;
    padding: 3rem 0 4rem
}

.flow {
    justify-content: space-between;
    margin: 4rem auto 0
}

.flow>li {
    position: relative;
    width: 21%
}

.flow>li:after {
    color: #009de6;
    content: "＞";
    font-size: 2rem;
    position: absolute;
    right: -17.5%;
    top: 25%;
    transform: translateY(-25%)
}

.flow>li:last-child:after {
    content: none
}

.flow>li>img {
    display: block;
    margin: 0 auto;
    width: 85%
}

.flow>li>p {
    font-size: .95rem;
    line-height: 1.7;
    text-align: justify
}

.flow>li .flow_ttl {
    color: #ff8201;
    font-size: 1.05rem;
    font-weight: 700;
    margin: 20px auto 25px;
    text-align: center
}

#sec06 {
    padding: 4rem 0
}

.sec06_slide {
    background: #fff;
    border-radius: 20px;
    margin: 4rem auto 0;
    max-width: 850px
}

.sec06_slide section {
    padding: 40px 7%
}

.sec06_slide section>h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
    text-align: center
}

.slide_sub-ttl {
    color: #009de6;
    font-weight: 700;
    margin-bottom: 10px
}

.slide_sub-ttl,.slide_sub-ttl>span {
    font-size: 1.2rem
}

.sec06_slide section>img {
    display: block;
    margin: 0 auto;
    width: 23%
}

#sec06 .data {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px
}

#sec06 .data>li {
    width: 55%
}

#sec06 .data>li:last-child {
    width: 40%
}

#sec06 .data>li>img {
    border: 3px solid #ccc
}

#sec06 .data>li>dl {
    justify-content: space-between
}

#sec06 .data>li>dl>dt {
    margin-bottom: 7px;
    width: 30%
}

#sec06 .data>li>dl>dd {
    margin-bottom: 7px;
    width: 70%
}

.tag {
    justify-content: flex-start;
    margin-bottom: 2rem
}

.tag>li {
    background: #ccc;
    border-radius: 50px;
    font-size: .8rem;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 5px 10px;
    text-align: center;
    width: auto
}

.tag>li:last-child {
    margin-right: 0
}

.textArea>dd {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 30px;
    text-align: justify
}

.textArea>dd>span {
    font-weight: 700
}

#sec06 .sec06_slide .slick-next:before {
    background-image: url(../images/btn_next.png)
}

#sec06 .sec06_slide .slick-next:before,#sec06 .sec06_slide .slick-prev:before {
    background-size: contain;
    content: "";
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    width: 40px
}

#sec06 .sec06_slide .slick-prev:before {
    background-image: url(../images/btn_prev.png)
}

#sec06 .sec06_slide .slick-prev:before,.slick-next:before {
    font-size: 40px!important;
    opacity: .95!important
}

#sec06 .sec06_slide .slick-prev {
    left: -45px
}

#sec06 .slick-dots li button:before {
    font-size: 40px!important
}

#sec06 .slick-dots {
    bottom: -35px
}

#contact {
    background: linear-gradient(180deg,#f9f9f9,#e0f0f7);
    padding: 5rem 0
}

#company {
    background: #fff;
    padding: 5rem 0
}

#company .inner>.flexBox {
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 5rem
}

#company .flexBox>li {
    width: 30%
}

#company .flexBox>li:last-child {
    width: 65%
}

#company .flexBox>li>p {
    font-size: 1.2rem;
    padding-top: 15px;
    text-align: center
}

.company>dt {
    margin-bottom: 15px;
    width: 25%
}

.company>dd {
    margin-bottom: 15px;
    width: 73%
}

.l-footer__bottom {
    background-color: #97999b;
    padding: 30px 0
}

.l-footer__body {
    margin: 0 auto;
    max-width: 1288px;
    padding: 0 40px
}

.l-footer__bottom .l-footer__flex {
    display: flex;
    justify-content: space-between
}

.l-footer__bottom .l-footer__flex .l-footer__link {
    display: block;
    transition: opacity .3s
}

.l-footer__bottom .l-footer__flex .l-footer__item--vision {
    padding-top: 6px
}

.l-footer__copyright {
    font-size: 13px;
    padding: 5px 0;
    text-align: center
}

.sp_only {
    display: none
}

.pc_only {
    display: block
}

@media (max-width: 768px) {
    #wrapper {
        margin:0;
        overflow: hidden;
        padding: 0;
        width: 100%
    }

    .inner {
        margin: 0 auto;
        max-width: 94%;
        min-width: 94%;
        width: 94%
    }

    #wrapper h2.ttl>p {
        border-bottom: 4px dotted #009de6;
        font-size: 4.7vw;
        margin: 0
    }

    header {
        margin: 10px auto 0;
        padding: 5px 2%;
        width: 90%
    }

    header>.flexBox {
        align-items: center;
        justify-content: space-between
    }

    header>.flexBox>li {
        width: 60%
    }

    header>.flexBox>li img {
        vertical-align: middle
    }

    header>.flexBox>li:last-child {
        width: 40%
    }

    header>.flexBox>li>.flexBox {
        justify-content: flex-end
    }

    header>.flexBox>li>.flexBox>li {
        margin-right: 30px
    }

    header>.flexBox>li>.flexBox>li:last-child {
        margin-right: 0
    }

    #mv {
        margin-bottom: 0;
        padding-top: 2rem;
        position: relative
    }

    #mv>img {
        bottom: -5rem;
        left: 0;
        position: absolute;
        width: 100%
    }

    .mv_text {
        margin-bottom: 1rem;
        width: 100%
    }

    .mv_img {
        margin: 0 auto;
        width: 75%
    }

    .mv_text>h2 {
        font-family: Noto Sans JP,Inter,Lato,sans-serif;
        font-size: 7.85vw;
        margin-bottom: 1.5rem
    }

    .mv_text>h2>span {
        font-size: 6vw
    }

    .mv_text>p {
        font-size: 3.8vw;
        font-weight: 400;
        margin-bottom: 2rem
    }

    .mv_text>.flexBox {
        align-items: flex-start;
        justify-content: space-between
    }

    .mv_text>.flexBox>li {
        width: 48%
    }

    .mv_text>.flexBox>li>a {
        font-size: 3.6vw;
        padding: 13px 0
    }

    #sec01 {
        background: #f9f9f9;
        padding: 2.5rem 0;
        position: relative
    }

    #sec01>.inner {
        max-width: 86%;
        min-width: 86%;
        padding: 0 3% 25px;
        width: 86%
    }

    #sec01 strong {
        font-size: 4.2vw;
        margin: 2.5rem 0
    }

    #sec01 strong>span {
        display: block;
        font-size: 10vw
    }

    #sec01>.inner>p {
        font-size: 4.2vw;
        text-align: left
    }

    #sec_btn {
        padding: 2.5rem 0
    }

    #sec_btn .flexBox {
        margin-top: 2.5rem
    }

    #sec_btn .flexBox>li {
        width: 85%
    }

    #sec_btn .flexBox>li:last-child {
        margin-left: 0;
        padding: 2rem 0 0
    }

    #sec_btn .flexBox>li>a {
        font-size: 4.5vw;
        margin-top: -10px;
        padding: 20px 0 15px
    }

    #sec_btn .flexBox>li>p {
        font-size: 4vw;
        padding: 7px 0;
        width: 68%
    }

    #sec_btn .flexBox>li:last-child>p {
        background: #009de6;
        border: 2px solid #009de6;
        color: #fff
    }

    #sec_btn .flexBox>li>p:after {
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 15px solid #fff;
        bottom: -13px;
        content: "";
        height: 0;
        left: 50%;
        position: absolute;
        transform: translate(-50%);
        width: 0
    }

    #sec_btn .flexBox>li:last-child>p:after {
        border-top: 15px solid #009de6
    }

    #sec02 {
        padding: 2.5rem 0
    }

    .sub_ttl {
        font-size: 3.1vw;
        margin: 15px 0 2rem
    }

    .mc_area {
        background: #e6f6fd;
        border-radius: 10px;
        padding: 25px 5% 15rem
    }

    #sec02 h3 {
        font-size: 4.8vw;
        margin-bottom: 1rem
    }

    .mc_area>img {
        width: 26%
    }

    .tabList {
        justify-content: center;
        margin-top: 20px
    }

    .tabList>li {
        background: #009de6;
        border-radius: 50px;
        color: #fff;
        margin: 0 auto 10px;
        padding: 5px 0;
        width: 75%
    }

    .tabList>li:last-child {
        margin-bottom: 0
    }

    .mt {
        margin-top: -12.5rem
    }

    .serviceBox {
        justify-content: center;
        margin: 0 auto;
        width: 82%
    }

    .serviceBox>li {
        background: #fff;
        border-radius: 10px;
        box-shadow: 2px 2px 4px #ccc;
        margin: 0 1.5% 20px;
        padding: 20px 3%;
        width: 100%
    }

    .serviceBox>li:last-child {
        margin-bottom: 0
    }

    .serviceBox>li h4 {
        color: #ff8201;
        font-size: 4.5vw
    }

    .serviceBox>li img {
        margin: 10px auto 20px;
        width: 50%
    }

    .serviceBox>li>p {
        font-size: 3.6vw;
        padding: 4px 0
    }

    #sec05 {
        padding: 2.5rem 0
    }

    .point {
        margin-top: 2rem
    }

    .point>li {
        margin-bottom: 30px;
        padding: 30px 5%
    }

    .point>li:last-child {
        margin-bottom: 0
    }

    .point>li>.flexBox {
        align-items: center;
        justify-content: space-between
    }

    .point>li>.flexBox>li {
        width: 100%
    }

    .point>li>.flexBox>li>img {
        display: block;
        margin: 0 auto;
        width: 55%
    }

    .point>li>.flexBox>li:last-child {
        width: 100%
    }

    .numTxt {
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 30px
    }

    .num {
        font-size: 12vw;
        line-height: 1.05;
        margin: 10px 0;
        width: 100%
    }

    .sec05_txt {
        font-size: 5vw;
        width: 100%
    }

    .sec05_txt>span {
        font-size: 4vw
    }

    .point>li>.flexBox>li>p:last-of-type {
        font-size: 3.75vw;
        line-height: 1.8
    }

    #sec07 {
        padding: 2.5rem 0
    }

    .flow {
        margin: 4rem auto 0
    }

    .flow,.flow>li {
        justify-content: space-between
    }

    .flow>li {
        align-items: center;
        display: flex;
        flex-wrap: nowrap;
        margin-bottom: 45px;
        position: relative;
        width: 100%
    }

    .flow>li:last-child {
        margin-bottom: 0
    }

    .flow>li:after {
        bottom: -30%;
        color: #009de6;
        content: "＞";
        font-size: 6vw;
        position: absolute;
        right: 50%;
        top: inherit;
        transform: translate(-50%,30%);
        transform: rotate(90deg)
    }

    .flow>li:last-child:after {
        content: none
    }

    .flow>li>img {
        display: block;
        margin: 0 auto;
        width: 35%
    }

    .flow>li>div {
        width: 62%
    }

    .flow>li>div>p {
        font-size: 3.5vw;
        line-height: 1.6;
        text-align: justify
    }

    .flow>li .flow_ttl {
        font-size: 4vw;
        margin: 0 auto 5px;
        text-align: left
    }

    #sec06 {
        padding: 2.5rem 0
    }

    .sec06_slide {
        margin: 2rem auto 0;
        max-width: 100%
    }

    .sec06_slide section {
        padding: 30px 5%
    }

    .sec06_slide section>h3 {
        font-size: 4.5vw;
        margin-bottom: 20px
    }

    .sec06_slide section>img {
        width: 40%
    }

    #sec06 .data>li {
        width: 100%
    }

    .info {
        font-size: 3.6vw;
        justify-content: flex-start;
        margin: 20px 0!important
    }

    .info>dd,.info>dt {
        width: 100%
    }

    .sec06_slide section>.flexBox {
        margin-bottom: 1.5rem
    }

    .sec06_slide section>.flexBox>li {
        font-size: 3.6vw;
        margin-bottom: 5px;
        margin-right: 5px;
        padding: 4px 10px
    }

    .sec06_slide section>.flexBox>li:last-child {
        margin-right: 0
    }

    .textArea>dt {
        font-size: 4.2vw;
        margin-bottom: 15px
    }

    .textArea>dd {
        font-size: 3.6vw;
        line-height: 1.6;
        margin-bottom: 30px
    }

    .textArea>dd>span {
        color: #042f4d;
        font-weight: 700
    }

    .sec06_slide section .tag>li {
        font-size: 3vw
    }

    #sec06 .sec06_slide .slick-next:before {
        content: "＞"
    }

    #sec06 .sec06_slide .slick-prev:before {
        content: "＜"
    }

    #sec06 .sec06_slide .slick-prev:before,.slick-next:before {
        font-size: 40px!important;
        opacity: .95!important
    }

    #sec06 .sec06_slide .slick-prev {
        left: -45px
    }

    #contact {
        padding: 2.5rem 0
    }

    #company {
        background: #fff;
        padding: 2.5rem 0
    }

    #company .inner>.flexBox {
        align-items: flex-start;
        justify-content: space-between;
        margin-top: 2rem
    }

    #company .flexBox>li {
        margin-bottom: 15px;
        width: 100%
    }

    #company .flexBox>li:last-child {
        margin-bottom: 0;
        width: 100%
    }

    .company>dt {
        font-size: 3.6vw;
        font-weight: 700;
        width: 25%
    }

    .company>dd {
        font-size: 3.6vw;
        width: 73%
    }

    .l-footer__bottom {
        padding: 25px 0
    }

    .l-footer__body {
        padding: 0 4%
    }

    .l-footer__item.l-footer__item--logo {
        width: 30%
    }

    .l-footer__item.l-footer__item--vision {
        padding-top: 0!important;
        width: 38%
    }

    .l-footer__item.l-footer__item--vision img {
        vertical-align: top
    }

    .sp_only {
        display: block
    }

    .pc_only {
        display: none
    }

    .nav_toggle {
        display: block;
        height: 25px;
        margin-left: auto;
        position: relative;
        width: 1.75rem;
        z-index: 9
    }

    .nav_toggle i {
        background-color: #333;
        display: block;
        height: 2px;
        position: absolute;
        transition: transform .5s,opacity .5s;
        width: 100%
    }

    .nav_toggle i:first-child {
        top: 0
    }

    .nav_toggle i:nth-child(2) {
        bottom: 0;
        margin: auto;
        top: 0
    }

    .nav_toggle i:nth-child(3) {
        bottom: 0
    }

    .nav_toggle.show i:first-child {
        transform: translateY(10px) rotate(-45deg)
    }

    .nav_toggle.show i:nth-child(2) {
        opacity: 0
    }

    .nav_toggle.show i:nth-child(3) {
        transform: translateY(-12px) rotate(45deg)
    }

    .nav {
        background: #fff;
        bottom: 0;
        height: 100vh;
        left: 0;
        opacity: 0;
        padding-top: 1.5rem;
        position: fixed;
        right: 0;
        top: 0;
        transition: opacity .5s,visibility .5s;
        visibility: hidden;
        z-index: 5
    }

    .nav.show {
        opacity: 1;
        visibility: visible
    }

    .nav img {
        display: block;
        margin: 3rem auto;
        width: 65%
    }

    header>.flexBox>li>.nav>.flexBox {
        justify-content: flex-start
    }

    header>.flexBox>li>.nav>.flexBox>li {
        margin-bottom: 25px;
        margin-right: 0;
        text-align: center;
        width: 100%
    }
	header>.flexBox>li>.nav>.flexBox>li.h_btn {
		width: 90%;
		padding: 10px 0;
		margin: 0 auto;
		border-radius: 0;
	}

    header>.flexBox>li>.nav>.flexBox>li:last-child {
        margin-top: 10px
    }

    .is-fixed.show_h {
        margin-top: 0;
        width: 100%
    }

    #sec06 .sec06_slide .slick-next,#sec06 .sec06_slide .slick-prev {
        display: none!important
    }
}

.modal__trigger {
    cursor: pointer
}

.modal__trigger:nth-child(n+2) {
    margin-top: 60px
}

.modal {
    display: none;
    position: fixed;
    top: 0
}

.modal,.modal-bg {
    height: 100vh;
    width: 100%
}

.modal-bg {
    background: rgba(0,0,0,.8);
    position: absolute
}

.modal-content {
    background: #fff;
    border: 10px solid #009de6;
    border-radius: 10px;
    height: 80%;
    left: 50%;
    overflow-x: auto;
    padding: 5px 5% 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 50%
}

.modal-content.pink {
    border: 10px solid #ea8494
}

.modal-content.yellow {
    border: 10px solid #ff8201
}

body.fixed {
    height: 100%;
    left: 0;
    position: fixed;
    width: 100%
}

.tags>li {
    background: #d9d9d9;
    border-radius: 50px;
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 4px 20px
}

.modal_txt {
    color: #009de6;
    font-size: 20px;
    margin: 30px auto 20px;
    text-align: center
}

.modal_txt,.modal_txt+p>span {
    font-weight: 700
}

.modal-content.pink .modal_txt {
    color: #ea8494
}

.modal-content.yellow .modal_txt {
    color: #ff8201
}

.modal-close._btn {
    background: #fff;
    border: 2px solid #009de6;
    border-radius: 50px;
    color: #009de6;
    display: block;
    margin: 3rem auto 0;
    padding: 12px 0;
    text-align: center;
    width: 35%
}

.modal-content.pink .modal-close._btn {
    border: 2px solid #ea8494;
    color: #ea8494
}

.modal-content.yellow .modal-close._btn {
    border: 2px solid #ff8201;
    color: #ff8201
}

@media (max-width: 768px) {
    .modal-content {
        font-size:3.7vw;
        width: 75%
    }

    .modal_txt {
        font-size: 4.5vw;
        margin: 20px auto
    }

    .tags>li {
        font-size: 3vw;
        margin: 0 5px 8px 0
    }

    .modal-close._btn {
        padding: 8px 0;
        width: 70%
    }
}



