@charset "utf-8";

/*----------------------------------------
	all
----------------------------------------*/

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
    font-size: 62.5%;
    color: #000000;
    -webkit-text-size-adjust: 100%;
    line-height: 1;
    font-weight: 500;
    scroll-behavior: smooth;
}

body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
    font-weight: 300;
}

p {
    line-height: 1.75;
}

a {
    text-decoration: none;
    color: #4D4D4D;
}

img {
    vertical-align: bottom;
}

#container {
    overflow: hidden;
}

/*----------------------------------------
	common
----------------------------------------*/

.c-inner {
    width: 1200px;
    margin: 0 auto;
}

.c-inner02 {
    width: 100%;
    padding: 0 100px;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.respon {
    width: 100%;
}

.op {
    transition: 0.3s;
}

.op:hover {
    opacity: 0.5;
}

.c-text {
    font-size: 1.8rem;
    line-height: 1.75;
}

.c-title {
    margin: 0 0 54px;
}

.c-title h2 {
    font-size: 4.5rem;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    color: #00A0E9;
}

.c-title p {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    margin: 0 0 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    text-align: center;
    font-style: normal;
    color: #555555;
}

.c-titleDeco {
    text-align: center;
    margin: 0 0 26px;
    position: relative;
}

.c-titleDeco:before,
.c-titleDeco:after {
    content: "";
    position: absolute;
    width: 41.1%;
    height: 6px;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
    background-image: url(../images/title_line02.svg);
    background-repeat: repeat-x;
}

.c-titleDeco:before {
    left: 0;
}

.c-titleDeco:after {
    right: 0;
}

@media screen and (max-width: 1400px) {
    .c-inner {
        width: 100%;
        padding: 0 5%;
    }
}

@media screen and (max-width: 1300px) {
    .c-inner02 {
        padding: 0 4%;
    }
}

@media screen and (min-width: 821px) {
    .pc_none {
        display: none;
    }
}

@media screen and (max-width: 820px) {
    .c-inner {
        padding: 0 4%;
    }

    .c-inner02 {
        padding: 0 3%;
    }

    .tb_none {
        display: none;
    }

    .c-text {
        font-size: 1.6rem;
    }

    .c-title {
        margin: 0 0 30px;
    }

    .c-titleDeco img {
        width: 70px;
    }

    .c-title h2 {
        font-size: 3.2rem;
    }

    .c-title p {
        font-size: 1.8rem;
    }

    .c-titleDeco {
        margin: 0 0 15px;
    }
}

@media screen and (max-width: 590px) {
    .c-inner {
        padding: 0 3.5%;
    }

    .c-inner02 {
        padding: 0 2.5%;
    }

    .sp_none {
        display: none;
    }

    .c-text {
        font-size: 1.4rem;
    }

    .c-titleDeco img {
        width: 50px;
    }

    .c-title h2 {
        font-size: 2.2rem;
    }

    .c-title p {
        font-size: 1.3rem;
        margin: 0 0 8px;
    }
}

/*----------------------------------------
	header
----------------------------------------*/

.l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.l-headerLogo {
    display: block;
}

@media screen and (max-width: 1700px) {
    .l-header {
        width: 9.375%;
    }

    .l-headerLogo {
        width: 100%;
    }

    .l-headerLogo img {
        width: 100%;
    }
}

@media screen and (max-width: 820px) {
    .l-header {
        width: 19%;
    }
}

/*----------------------------------------
	mv
----------------------------------------*/

.p-mv {
    width: 100%;
    padding-top: 56.25%;
    position: relative;

}

.p-mvImg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/mv.jpg);
}

.p-mvCatch {
    width: 100%;
    position: absolute;
    bottom: 12.8%;
    left: 129px;
}

.p-mvCatch ul {
    display: flex;
    align-items: center;
    width: 30%;
}

.p-mvCatch ul li {
    width: 31.54%;
}

.p-mvCatch ul li img {
    width: 100%;
}

.p-mvCatch ul li:nth-of-type(n+2) {
    margin-left: 8px;
}

.p-mvCatch h1 {
    width: 30%;
    margin: 0 0 50px;
}

.p-mvCatch h1 img {
    width: 100%;
}

.p-mvCatch .c-text {
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0.16em;
    line-height: 1.889;
    font-weight: bold;
    margin: 0 0 50px;
}

@media screen and (max-width: 1700px) {
    .p-mvCatch {
        bottom: 5%;
    }
}

@media screen and (max-width: 1400px) {
    .p-mvCatch .c-text {
        margin: 0 0 35px;
        font-size: 1.4rem;
    }

    .p-mvCatch h1 {
        margin: 0 0 25px;
    }

    .p-mvCatch {
        bottom: 10%;
        left: 6%;
    }

    .p-mvCatch .c-text {
        font-size: 1vw;
    }
}

@media screen and (max-width: 820px) {
    .p-mv {
        padding-top: 133.33%;
    }

    .p-mvImg {
        background-image: url(../images/mv_sp.jpg);
    }

    .p-mvCatch {
        left: 0;
        bottom: auto;
        top: 8%;
        text-align: center;
    }

    .p-mvCatch h1 {
        width: 52%;
        margin: 0 auto 20px;
    }

    .p-mvCatch .c-text {
        font-size: 1.3rem;
        margin: 0 0 25px;
    }

    .p-mvCatch ul {
        margin: auto;
        width: 65%;
    }
}

@media screen and (max-width: 590px) {
    .p-mvCatch h1 {
        width: 54%;
        margin: 0 auto 15px;
    }

    .p-mvCatch .c-text {
        font-size: 2.3vw;
        margin: 0 0 12px;
    }

    .p-mvCatch ul {
        width: 77%;
    }
}

/*----------------------------------------
	top_contact
----------------------------------------*/

.p-contactTop {
    margin: 0 0 100px;
    position: relative;
    z-index: 1;
}

.p-contactTop__wrap {
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #0000001A;
    border: 2px solid #00A0E9;
    border-radius: 30px;
    padding: 69px 20px;
    position: relative;
}

.p-contactTop__wrap:before {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #01A0E9;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 30px;
}

.p-contactTop__wrap:after {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #01A0E9;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    right: 30px;
}

.p-contactTop__bg {
    position: relative;
}

.p-contactTop__bg:before {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #01A0E9;
    border-radius: 50%;
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 1;
}

.p-contactTop__bg:after {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #01A0E9;
    border-radius: 50%;
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 1;
}

.p-contactTop .c-text {
    font-size: 2.4rem;
    line-height: 1.583;
    font-weight: bold;
    text-align: center;
}

.c-buttonContact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 770px;
    height: 100px;
    border-radius: 100px;
    background-color: #00A0E9;
    font-size: 3.1rem;
    letter-spacing: 0.06em;
    color: #fff;
    margin: 80px auto 0;
    transition: .3s;
    font-weight: bold;
    position: relative;
}

.c-buttonContact:after {
    content: "";
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/contact_arrow.svg);
    width: 21px;
    height: 21px;
}

.c-buttonContact span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -29px;
}

.p-contactTop__title {
    font-size: 4.8rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 50px;
}

.p-contactTop__title:after {
    content: "";
    display: block;
    margin: 20px auto 0;
    background-color: #00A0E9;
    width: 180px;
    height: 5px;
}

.p-contactTop.p-contactTop01 {
    margin-top: -70px;
}

.p-contactTop02 {
    width: 100%;
    padding: 113px 0 90px;
    background-image: url(../images/top_contact_bg.jpg);
    background-size: cover;
}

.p-contactTop02.p-contactTop {
    margin: 0;
}

@media screen and (max-width: 1400px) {
    .p-contactTop.p-contactTop01 {
        margin-top: -40px;
    }
}

@media screen and (max-width: 1000px) {
    .p-contactTop__title {
        font-size: 4rem;
    }

    .p-contactTop .c-text {
        font-size: 2rem;
    }
}

@media screen and (max-width: 900px) {
    .c-buttonContact {
        width: 75%;
        height: 70px;
        font-size: 2rem;
    }

    .c-buttonContact span {
        width: 260px;
        top: -18px;
    }

    .c-buttonContact span img {
        width: 100%;
    }

    .c-buttonContact:after {
        right: 20px;
    }
}

@media screen and (max-width: 820px) {
    .c-buttonContact {
        font-size: 1.8rem;
        width: 95%;
        margin: 60px auto 0;
    }

    .p-contactTop .c-text {
        font-size: 1.6rem;
    }

    .p-contactTop__title {
        font-size: 3.2rem;
    }

    .p-contactTop__title:after {
        width: 90px;
        height: 4px;
    }

    .p-contactTop__title {
        margin: 0 0 30px;
    }

    .p-contactTop__wrap:before {
        width: 8px;
        height: 8px;
        top: 20px;
        left: 20px;
    }

    .p-contactTop__wrap:after {
        width: 8px;
        height: 8px;
        top: 20px;
        right: 20px;
    }

    .p-contactTop__bg:before {
        width: 8px;
        height: 8px;
        bottom: 20px;
        left: 20px;
    }

    .p-contactTop__bg:after {
        width: 8px;
        height: 8px;
        bottom: 20px;
        right: 20px;
    }

    .p-contactTop__wrap {
        border-radius: 15px;
        padding: 45px 14px;
    }

    .p-contactTop {
        margin: 0 0 50px;
    }

    .p-contactTop02 {
        padding: 50px 0 40px;
    }

    .p-contactTop02 {
        background-image: url(../images/top_contact_bg_sp.jpg);
    }

    .p-contactTop.p-contactTop01 {
        margin-top: -30px;
    }
}

@media screen and (max-width: 590px) {
    .c-buttonContact {
        font-size: 1.5rem;
        height: 50px;
    }

    .p-contactTop .c-text {
        font-size: 1.3rem;
    }

    .p-contactTop__title {
        font-size: 2.2rem;
        margin: 0 0 20px;
    }

    .c-buttonContact {
        font-size: 1.3rem;
        margin: 40px auto 0;
    }

    .p-contactTop__title:after {
        width: 65px;
        height: 3px;
        margin: 12px auto 0;
        right: 10px;
    }

    .c-buttonContact span {
        width: 75%;
    }

    .c-buttonContact:after {
        background-size: 100%;
        width: 15px;
        height: 15px;
    }
}

/*----------------------------------------
	about
----------------------------------------*/

.p-about {
    margin: 80px 0 128px;
    padding: 80px 0 0;
}

.p-intro__wrap {
    background: transparent linear-gradient(155deg, #00A0E9 0%, #046DA1 100%) 0% 0% no-repeat padding-box;
}

.p-about .c-titleDeco:before,
.p-about .c-titleDeco:after {
    background-image: url(../images/title_line.svg);
}

.p-about .c-title h2 {
    color: #fff;
}

.p-about .c-title p {
    color: #fff;
}

.p-aboutWrap {
    display: flex;
    justify-content: space-between;
}

.p-aboutText {
    width: 40.16%;
}

.p-aboutText h2 {
    font-size: 3.5rem;
    line-height: 1.571;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    margin: 0 0 50px;
}

.p-aboutText .c-text {
    color: #fff;
}

.p-aboutText .c-text:not(:last-child) {
    margin: 0 0 30px;
}

.p-aboutImg {
    width: 53%;
}

@media screen and (max-width: 1300px) {
    .p-aboutImg {
        width: 42%;
    }

    .p-aboutText {
        width: 51%;
    }
}

@media screen and (max-width: 820px) {
    .p-about {
        margin: 60px 0 70px;
    }

    .p-aboutWrap {
        flex-direction: column;
    }

    .p-aboutImg {
        width: 70%;
        margin: 0 auto 20px;
    }

    .p-aboutText {
        width: 100%;
    }

    .p-aboutText h2 {
        font-size: 3rem;
        margin: 0 0 20px;
        text-align: center;
    }

    .p-aboutText .c-text:not(:last-child) {
        margin: 0 0 15px;
    }

    .p-about {
        padding: 60px 0 0;
    }
}

@media screen and (max-width: 590px) {
    .p-about {
        margin: 50px 0 40px;
        padding: 30px 0 0;
    }

    .p-aboutImg {
        width: 80%;
    }

    .p-aboutText h2 {
        font-size: 2.2rem;
    }
}

/*----------------------------------------
	trouble
----------------------------------------*/

.p-trouble:before {
    -webkit-column-gap: ;
    -moz-column-gap: ;
    -o-column-gap: ;
    column-gap: ;
    background-image: url(images/trouble_arrow.svg);
}

.p-trouble .c-title {
    margin: 0 0 75px;
    position: relative;
    z-index: 1;
}

.p-trouble .c-title h2,
.p-trouble .c-title p {
    text-shadow: 2px 2px 1px #F2FBFF, -2px 2px 1px #F2FBFF, 2px -2px 1px #F2FBFF, -2px -2px 1px #F2FBFF, 2px 0px 1px #F2FBFF, 0px 2px 1px #F2FBFF, -2px 0px 1px #F2FBFF, 0px -2px 1px #F2FBFF;
}

.p-trouble .c-title:before {
    content: "";
    background-image: url(../images/trouble_illust01.png);
    width: 21.8%;
    height: 262px;
    position: absolute;
    bottom: -65px;
    left: 38px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -1;
}

.p-trouble .c-title:after {
    content: "";
    background-image: url(../images/trouble_illust02.png);
    width: 24.3%;
    height: 292px;
    position: absolute;
    bottom: -74px;
    right: 44px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -1;
}

.p-troubleWrap {
    background-color: #F2FBFF;
    border-radius: 30px;
    padding: 80px 0 130px;
    position: relative;
}

.p-troubleWrap:before {
    content: "";
    display: block;
    background-image: url(../images/trouble_arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 225px;
    height: 82px;
    bottom: -82px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.p-trouble ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-trouble ul li {
    width: 31.25%;
    box-shadow: 0px 0px 20px #0000001A;
}

.p-trouble ul li:nth-of-type(n+4) {
    margin: 38px 0 0;
}

.p-troubleBox__img {
    width: 100%;
}

.p-troubleBox__img img {
    width: 100%;
    border-radius: 20px 20px 0 0;
}

.p-trouble ul li h3 {
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    padding: 37px 20px;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.64;
}

@media screen and (max-width: 1300px) {
    .p-trouble ul li h3 {
        padding: 22px 10px;
        font-size: 1.7vw;
    }
}

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

    .p-trouble .c-title:before {
        left: -7%;
    }

    .p-trouble .c-title:after {
        right: -7%;
    }

    .p-troubleWrap {
        padding: 60px 0 90px;
    }
}

@media screen and (max-width: 820px) {
    .p-troubleBox__img img {
        border-radius: 10px 10px 0 0;
    }

    .p-trouble ul li h3 {
        padding: 12px 6px;
        border-radius: 0 0 10px 10px;
    }

    .p-trouble .c-title:after {
        height: 180px;
        bottom: -47px;
    }

    .p-trouble .c-title:before {
        height: 180px;
        bottom: -42px;
    }

    .p-trouble .c-title {
        margin: 0 0 50px;
    }

    .p-trouble ul {
        position: relative;
        z-index: 1;
    }

    .p-trouble ul li {
        width: 48.25%;
    }

    .p-trouble ul li:nth-of-type(n+3) {
        margin: 20px 0 0;
    }

    .p-troubleWrap {
        border-radius: 15px;
        padding: 40px 0 50px;
    }

    .p-troubleWrap:before {
        width: 115px;
        height: 42px;
        bottom: -42px;
        background-size: 100%;
    }
}

@media screen and (max-width: 590px) {
    .p-troubleWrap {
        border-radius: 15px;
        padding: 30px 0 50px;
    }

    .p-trouble .c-title {
        margin: 0 0 30px;
    }

    .p-trouble ul li h3 {
        font-size: 2.9vw;
        padding: 12px 4px;
    }

    .p-troubleWrap:before {
        width: 70px;
        height: 26px;
        bottom: -26px;
    }
}

/*----------------------------------------
	service
----------------------------------------*/

.p-service {
    width: 100%;
    background-image: url(../images/service_bg.jpg);
    background-size: cover;
    background-repeat: repeat;
    padding: 172px 0 150px;
}

.p-serviceInner {
    width: 1400px;
    margin: 0 auto;
}

.p-service .c-title {
    padding: 0 100px;
}

.p-serviceImg {
    width: 600px;
    position: relative;
    box-shadow: 0px 0px 20px #0000001A;
}

.p-serviceImg img {
    border-radius: 30px;
}

.p-serviceList:nth-of-type(odd) .p-serviceImg {
    left: -64px;
}

.p-serviceList:nth-of-type(even) .p-serviceImg {
    right: -64px;
}

.p-serviceText {
    width: 52.6%;
}

.p-serviceLists {
    justify-content: space-between;
}

.p-serviceList {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p-serviceList:nth-of-type(odd) {
    padding-right: 100px;
}

.p-serviceList:nth-of-type(even) {
    padding-left: 100px;
    flex-direction: row-reverse;
}

.p-serviceList:not(:last-child) {
    margin: 0 0 50px;
}

.p-serviceTitle h3 {
    font-size: 3.8rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    position: relative;
    padding-left: 40px;
}

.p-serviceTitle h3:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 67px;
    background-color: #00A0E9;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 20px;
}

.p-serviceTitle {
    display: flex;
    align-items: center;
    margin: 0 0 40px;
}

.p-serviceNumber span {
    color: #00A0E9;
}

.p-serviceNumber {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #00A0E9;
    display: flex;
    flex-direction: column;
}

.p-serviceNumber span:first-child {
    font-size: 1.4rem;
}

.p-serviceNumber span:last-child {
    font-size: 4.9rem;
}

.p-serviceWrap {
    background-color: #fff;
    border-radius: 30px;
    padding: 58px 0 100px;
}


.p-serviceText ul li {
    color: #4B4B4B;
    font-weight: bold;
    font-size: 2.4rem;
    letter-spacing: 0.06em;
    padding: 23px 0;
    border-bottom: 1px dashed #4B4B4B;
}

.p-serviceText ul li:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(../images/service_check.svg);
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.p-serviceText ul li span {
    font-size: 1.8rem;
    letter-spacing: 0.06em;
}

@media screen and (max-width: 1500px) {
    .p-serviceInner {
        width: 100%;
        padding: 0 4%;
    }
}

@media screen and (max-width: 1400px) {
    .p-serviceImg {
        width: 40%;
    }

    .p-serviceText {
        width: 60%;
    }

    .p-serviceList:nth-of-type(even) {
        padding-left: 70px;
    }

    .p-serviceList:nth-of-type(odd) {
        padding-right: 70px;
    }

    .p-serviceText ul li {
        font-size: 2rem;
    }
}

@media screen and (max-width: 820px) {
    .p-service {
        padding: 70px 0 60px;
    }

    .p-serviceWrap {
        padding: 30px 0 60px;
    }

    .p-serviceList {
        flex-direction: column;
    }

    .p-serviceList:nth-of-type(even) {
        padding-left: 0;
    }

    .p-serviceList:nth-of-type(odd) {
        padding-right: 0;
    }

    .p-serviceImg {
        position: unset;
        width: 60%;
        margin: 0 0 30px;
    }

    .p-serviceText {
        width: 92%;
    }

    .p-serviceText ul li {
        font-size: 1.8rem;
        padding: 12px 0;
    }

    .p-serviceTitle {
        margin: 0 0 15px;
    }

    .p-serviceText ul li:before {
        width: 22px;
        height: 22px;
        background-size: 100%;
    }

    .p-serviceText ul li span {
        font-size: 1rem;
        display: block;
    }

    .p-serviceTitle h3 {
        font-size: 3.2rem;
    }

    .p-serviceNumber span:last-child {
        font-size: 3.9rem;
    }

    .p-serviceNumber span:first-child {
        font-size: 1.2rem;
    }

    .p-serviceTitle h3:before {
        height: 50px;
    }

    .p-serviceList:nth-of-type(even) {
        flex-direction: column;
    }

    .p-service .c-title {
        padding: 0 3.5%;
    }

    .p-serviceWrap {
        border-radius: 15px;
    }

    .p-serviceImg img {
        border-radius: 15px;
    }

    .p-serviceImg {
        margin: 0 0 15px;
    }
}

@media screen and (max-width: 590px) {
    .p-serviceTitle h3 {
        font-size: 2rem;
        padding-left: 30px;
    }

    .p-serviceNumber span:last-child {
        font-size: 3rem;
    }

    .p-serviceNumber span:first-child {
        font-size: 1rem;
    }

    .p-serviceTitle {
        margin: 0 0 8px;
    }

    .p-serviceTitle h3:before {
        margin: 0 15px;
        height: 40px;
    }

    .p-serviceText ul li {
        font-size: 1.4rem;
        padding: 8px 0;
    }

    .p-serviceText ul li:before {
        width: 18px;
        height: 18px;
    }
}

/*----------------------------------------
	supporter
----------------------------------------*/

.p-supporter {
    background-color: #F2FBFF;
    padding: 82px 0 110px;
}

.p-supporterName {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 92px;
    text-align: center;
}

.p-supporterName__role {
    font-size: 2.8rem;
    margin: 0 0 20px;
    letter-spacing: 0.05em;
    color: #00A0E9;
}

.p-supporterName__company {
    font-size: 2.8rem;
    letter-spacing: 0.06em;
}

.p-supporterName h3 {
    font-size: 4.5rem;
    letter-spacing: 0.05em;
}

.p-supporterName h3 span {
    font-size: 2.8rem;
}

.p-supporterBiography {
    margin: 0 0 100px;
}

.p-supporterBiography ul {
    background-color: #fff;
    border-radius: 20px;
    padding: 78px 70px 60px;
}

.p-supporterBiography ul li {
    padding: 0 0 20px;
    border-bottom: 1px dashed #707070;
    font-size: 2.5rem;
    letter-spacing: 0.06em;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    line-height: 1.48;
}

.p-supporterBiography ul li:not(:last-child) {
    margin: 0 0 20px;
}

.p-supporterResults__list:not(:last-child) {
    margin: 0 0 55px;
}

.p-supporterBiography h3 {
    font-size: 3.8rem;
    color: #00A0E9;
    text-align: center;
    margin: 0 0 -28px;
    letter-spacing: 0.06em;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    line-height: 1.474;
}

.p-supporterResults > h3 {
    font-size: 3.8rem;
    background-color: #fff;
    color: #00A0E9;
    margin: 0 0 50px;
    padding: 13px 0 13px 40px;
    line-height: 1.474;
}

.p-supporterResults__list h3 {
    font-size: 2.7rem;
    letter-spacing: 0.06em;
    line-height: 1.481;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.p-supporterResults__list h3:before {
    content: "";
    display: inline-block;
    width: 39px;
    height: 5px;
    background-color: #00A0E9;
    vertical-align: middle;
    margin: 0 20px 0 0;
}

.p-supporterResults__list .number {
    color: #D7007F;
}

.p-supporterResults__list ul {
    margin: 20px 0 0;
}

.p-supporterResults__list ul li {
    font-size: 2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.06em;
    line-height: 1.35;
}

.p-supporterResults__list ul li .title {
    color: #046DA1;
}

.p-supporterResults__list ul li:not(:last-child) {
    margin: 0 0 18px;
}

@media screen and (max-width: 1200px) {
    .p-supporterBiography ul li {
        font-size: 2rem;
    }
}

@media screen and (max-width: 820px) {
    .p-supporter {
        padding: 60px 0 50px;
    }

    .p-supporterResults__list h3 {
        font-size: 2rem;
    }

    .p-supporterResults__list h3:before {
        width: 20px;
        height: 3px;
        margin: 0 10px 0 0;
    }

    .p-supporterResults__list ul li:not(:last-child) {
        margin: 0 0 14px;
    }

    .p-supporterResults__list ul li {
        font-size: 1.8rem;
    }

    .p-supporterResults__list ul li .title {
        display: block;
    }

    .p-supporterResults__list:not(:last-child) {
        margin: 0 0 40px;
    }

    .p-supporterName h3 {
        font-size: 3.2rem;
    }

    .p-supporterName h3 span {
        font-size: 2rem;
    }

    .p-supporterName__role {
        font-size: 1.8rem;
        margin: 0 0 10px;
    }

    .p-supporterName__company {
        font-size: 2rem;
    }

    .p-supporterName {
        margin: 0 0 50px;
    }

    .p-supporterBiography ul {
        padding: 60px 30px 50px;
    }

    .p-supporterBiography ul li {
        font-size: 1.6rem;
    }

    .p-supporterBiography h3 {
        font-size: 3rem;
    }

    .p-supporterResults > h3 {
        font-size: 2.5rem;
        padding: 10px 0 10px 20px;
    }

    .p-supporterBiography {
        margin: 0 0 50px;
    }
}

@media screen and (max-width: 590px) {
    .p-supporterResults__list h3 {
        font-size: 1.6rem;
    }

    .p-supporterResults__list ul li {
        font-size: 1.3rem;
    }

    .p-supporterResults__list ul {
        margin: 10px 0 0;
    }

    .p-supporterResults__list:not(:last-child) {
        margin: 0 0 30px;
    }

    .p-supporterName h3 {
        font-size: 2rem;
    }

    .p-supporterName h3 span {
        font-size: 1.5rem;
    }

    .p-supporterName__company {
        font-size: 1.5rem;
    }

    .p-supporterBiography h3 {
        font-size: 2rem;
    }

    .p-supporterBiography ul li {
        font-size: 1.4rem;
    }

    .p-supporterBiography ul {
        padding: 50px 15px 40px;
    }

    .p-supporterBiography h3 {
        margin: 0 0 -17px;
    }

    .p-supporterName {
        margin: 0 0 35px;
    }

    .p-supporterResults > h3 {
        font-size: 2rem;
        margin: 0 0 20px;
        padding: 10px 0 10px 20px;
    }

    .p-supporterResults__list:not(:last-child) {
        margin: 0 0 20px;
    }

    .p-supporterResults__list ul li:not(:last-child) {
        margin: 0 0 8px;
    }

    .p-supporterBiography ul {
        border-radius: 10px;
    }
}

/*----------------------------------------
	price
----------------------------------------*/

.p-price {
    background-color: #E9F7F4;
    padding: 120px 0 140px;
}

.p-price .c-titleDeco:before,
.p-price .c-titleDeco:after {
    background-image: url(../images/title_line03.svg);
}

.p-price .c-title h2 {
    color: #06B48C;
}

.p-priceBox {
    position: relative;
}

.p-priceBox:before {
    content: "";
    width: 21.4%;
    height: 257px;
    background-image: url(../images/price_illust.png);
    position: absolute;
    top: -204px;
    left: 21px;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}

.p-priceBox__title {
    color: #fff;
    background-color: #06B48C;
    border-radius: 10px 10px 0 0;
    padding: 8px 35px 8px 30px;
    display: flex;
    align-items: center;
    position: relative;
}

.p-priceBox__title h3 {
    font-size: 2.5rem;
    letter-spacing: 0.05em;
    line-height: 1.48;
}

.p-priceBox__free {
    margin: 0 28px 0 0;
}

.p-priceBox__free img {
    width: 100%;
}

.p-priceBox table {
    display: block;
    margin: 0 0 70px;
}

.p-priceBox tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.p-priceBox__table {
    display: block;
    background-color: #fff;
    padding: 50px 58px 109px;
}

.p-priceBox table tr {
    width: 48.1%;
    display: flex;
    align-items: center;
    border: 1px solid #DDDDDD;
}

.p-priceBox table tr:nth-of-type(n+3) {
    margin: 20px 0 0;
}

.p-priceBox table tr th {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 53.6%;
    height: 83px;
    background-color: #E9F7F4;
    padding: 27px 0 27px 20px;
    text-align: left;
    font-size: 2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
}

.p-priceBox table tr th span {
    display: block;
    font-size: 1rem;
    letter-spacing: 0.05em;
    margin: 5px 0 0;
    line-height: 1.2;
}

.p-priceBox table tr td {
    display: block;
    width: 46.4%;
    background-color: #fff;
    padding: 0 0 0 25px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
}

.p-priceBox table tr td.number {
    font-size: 3rem;
    color: #06B48C;
    letter-spacing: 0.05em;
}

.p-priceBox table tr td span {
    font-size: 2rem;
}

.p-priceAttention {
    font-size: 2rem;
    color: #06B48C;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}

.p-price .c-buttonContact {
    background-color: #06B48C;
    margin: -50px auto 0;
}

.p-price .c-buttonContact:after {
    background-image: url(../images/contact_arrow02.svg);
}

@media screen and (max-width: 1300px) {
    .p-priceBox__free {
        width: 32.4%;
    }
}

@media screen and (max-width: 1200px) {
    .p-priceBox__title {
        padding: 8px 20px 8px 15px;
    }

    .p-priceBox__title h3 {
        font-size: 1.8vw;
    }

    .p-priceBox table tr th {
        font-size: 1.8rem;
        padding: 18px 10px 18px 10px;
    }

    .p-priceBox__table {
        padding: 30px 30px 109px;
    }

    .p-priceBox table tr td {
        padding: 0 0 0 15px;
    }

    .p-priceBox table tr td.number {
        font-size: 2.5rem;
    }

    .p-priceBox table tr td span {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 820px) {
    .p-price {
        padding: 50px 0 60px;
    }

    .p-priceBox table tr {
        width: 100%;
    }

    .p-priceBox table tr:nth-of-type(n+2) {
        margin: 20px 0 0;
    }

    .p-priceBox table tr th {
        font-size: 1.4rem;
        height: auto;
        padding: 14px 10px;
    }

    .p-priceBox table tr td.number {
        font-size: 2rem;
    }

    .p-priceBox table tr td span {
        font-size: 1.2rem;
    }

    .p-priceBox__table {
        padding: 30px 12px 109px;
    }

    .p-priceBox table {
        margin: 0 0 40px;
    }

    .p-priceAttention {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 590px) {
    .p-priceBox__title {
        flex-direction: column;
        padding: 8px 12px;
    }

    .p-priceBox__title h3 {
        font-size: 2.9vw;
    }

    .p-priceBox__free {
        width: 50%;
        margin: 0 0 10px;
    }

    .p-priceBox table {
        margin: 0 0 25px;
    }

    .p-priceBox table tr:nth-of-type(n+2) {
        margin: 12px 0 0;
    }

    .p-price .c-buttonContact {
        margin: -30px auto 0;
    }

    .p-priceBox__table {
        padding: 30px 12px 80px;
    }

    .p-priceAttention {
        font-size: 1.1rem;
    }

    .p-priceBox table tr {
        flex-direction: column;
    }

    .p-priceBox table tr th {
        width: 100%;
        padding: 10px;
    }

    .p-priceBox table tr td {
        width: 100%;
        padding: 10px;
    }

    .p-priceBox table tr td.number {
        font-size: 1.8rem;
    }

    .p-priceBox table tr td span {
        font-size: 1rem;
    }

    .p-priceBox:before {
        width: 27.4%;
        top: -31%;
        left: -1%;
    }

    .p-priceBox table tr td {
        font-size: 1.6rem;
    }
}

/*----------------------------------------
	flow
----------------------------------------*/

.p-flow {
    background-image: url(../images/flow_bg.jpg);
    background-size: cover;
    background-repeat: repeat;
    padding: 113px 0 150px;
}

.p-flow ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-flow ul li {
    width: 30%;
    background-color: #F2FBFF;
    padding: 0 38px 38px 50px;
    border-radius: 20px;
    box-shadow: 8px 8px 0 #CDECFB;
}

.p-flowNumber {
    width: 124px;
    height: 33px;
    font-size: 2.2rem;
    border-radius: 100px;
    background-color: #00A0E9;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: -17px auto 35px;
}

.p-flow ul li .c-text {
    font-size: 1.6rem;
    line-height: 1.563;
    text-align: center;
}

.p-flowImg {
    text-align: center;
    margin: 0 auto 15px;
}

.p-flow h3 {
    font-size: 2.5rem;
    color: #00A0E9;
    font-weight: bold;
    margin: 0 0 20px;
    text-align: center;
}

.p-flow ul li .c-text {
    font-size: 1.6rem;
}

@media screen and (max-width: 820px) {
    .p-flow {
        padding: 60px 0 70px;
    }

    .p-flow ul li {
        width: 100%;
    }

    .p-flow ul li:not(:last-child) {
        margin: 0 0 70px;
    }

    .p-flow {
        background-image: url(../images/flow_bg_sp.jpg);
    }

    .p-flow h3 {
        font-size: 2rem;
        margin: 0 0 15px;
    }

    .p-flow ul li {
        border-radius: 10px;
        padding: 0 20px 30px 20px;
        box-shadow: 5px 5px 0 #CDECFB;
    }
}

@media screen and (max-width: 590px) {
    .p-flow h3 {
        font-size: 1.8rem;
    }

    .p-flowNumber {
        font-size: 1.5rem;
        width: 90px;
        height: 25px;
        margin: -12px auto 25px;
    }

    .p-flow ul li .c-text {
        font-size: 1.4rem;
    }

    .p-flowImg {
        width: 120px;
    }

    .p-flowImg img {
        width: 100%;
    }
}

/*----------------------------------------
	contact
----------------------------------------*/

.p-contact {
    background: transparent linear-gradient(158deg, #00A0E9 0%, #046DA1 100%) 0% 0% no-repeat padding-box;
    margin: 0 0 60px;
}

.p-contact .c-titleDeco:before,
.p-contact .c-titleDeco:after {
    background-image: url(../images/title_line.svg);
}

.p-contact .c-title p {
    color: #fff;
}

.p-contact .c-title h2 {
    color: #fff;
}

.p-contact .c-text {
    color: #fff;
    text-align: center;
    margin: 0 0 70px;
}

.p-contact {
    background-color: #D8ECE9;
    padding: 86px 0 130px;
}

.p-contactWrap {
    width: 100%;
    padding: 80px 90px 100px;
    border-radius: 20px;
    background-color: #fff;
}

form#mail_form dl:first-child {
    padding-top: 0;
}

.p-contact .c-title {
    margin: 0 0 50px;
}

.p-contactTel h3 {
    font-size: 2.5rem;
    letter-spacing: 0.08em;
    margin: 0 0 20px;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.p-contactTel {
    width: 800px;
    background-color: #fff;
    padding: 64px 0;
    border-radius: 20px;
    text-align: center;
    margin: 0 auto 115px;
}

.p-contactTel__number {
    font-size: 4.4rem;
    letter-spacing: 0.08em;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000000;
}

.p-contactTel__number:before {
    content: "";
    display: inline-block;
    background-image: url(../images/contact_tel_icon.svg);
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    margin: 0 12px 0 0;
}

form#mail_form ul li label:hover {
    cursor: pointer;
    background: #e0e0e0;
}

@media screen and (max-width: 820px) {
    .p-contact {
        padding: 60px 0 70px;
    }

    .p-contactWrap {
        padding: 60px 40px 70px;
    }

    .p-contact h3 {
        font-size: 2rem;
        line-height: 1.3;
        margin: 0 0 20px;
    }

    .p-contact .c-title {
        margin: 0 0 30px;
    }

    .p-contactTel {
        width: 100%;
        margin: 0 auto 60px;
        padding: 30px 0;
    }

    .p-contactTel__number {
        font-size: 3.5rem;
    }

    .p-contactTel__number:before {
        width: 35px;
        height: 35px;
        background-size: 100%;
    }

    .p-contact .c-text {
        margin: 0 0 35px;
    }
}

@media screen and (max-width: 590px) {
    .p-contact {
        margin: 0 0 40px;
    }

    .p-contactWrap {
        padding: 40px 20px 50px;
    }

    .p-contact h3 {
        font-size: 1.5rem;
        margin: 0 0 10px;
    }

    .p-contact {
        padding: 40px 0 50px;
    }

    .p-contactWrap {
        border-radius: 10px;
    }

    .p-contactTel {
        border-radius: 10px;
        padding: 25px 0;
    }

    .p-contactTel__number:before {
        width: 25px;
        height: 25px;
        background-size: 100%;
    }

    .p-contactTel__number {
        font-size: 2.5rem;
    }

    .p-contactTel__number:before {
        margin: 0 8px 0 0;
    }

    .p-contactTel {
        margin: 0 auto 30px;
    }
}

/*----------------------------------------
	footer
----------------------------------------*/

.l-footerMap {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 0 0 28px;
}

.l-footerMap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.l-footer .c-text {
    text-align: center;
    margin: 0 0 40px;
}

.l-footerCopyright {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    color: #fff;
    padding: 16px 0;
    background-color: #00A0E9;
    text-align: center;
}

.l-footerContact {
    display: none;
}

.thanks {
    margin: 100px 0;
}

@media screen and (max-width: 820px) {
    .l-footerMap {
        height: 400px;
    }

    .l-footer .c-text {
        margin: 0 0 20px;
    }

    .l-footerCopyright {
        font-size: 1rem;
        padding: 5px 0;
    }

    .l-footerContact {
        display: block;
        width: 100%;
        background-color: #00A0E9;
        color: #fff;
        padding: 12px 0;
        position: fixed;
        bottom: 0;
        left: 0;
        text-align: center;
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        z-index: 999;
        border-top: 2px solid #fff;
    }

    .thanks {
        margin: 60px 0;
    }
}

@media screen and (max-width: 590px) {
    .l-footerMap {
        height: 300px;
    }
}
