*,html{
    margin: 0;
    padding: 0;
    word-break: normal;
    box-sizing: border-box;
    text-size-adjust: 100%;
    font-family: "Hirakaku","Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%;
    color: #505050;
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #000;
}
body {
    width: 100%;
    margin: 0 auto;
}
img,embed{
    max-width: 100%;
}
.inner{
    margin: 0 auto;
    position: relative;
}
.clrFloat:after{
    content:"";
    display:table;
    height:0;
    visibility:hidden;
    clear:both;
}
select::-ms-expand { display: none; }
input[type=search]::-webkit-search-cancel-button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@font-face
{
    font-family: Calligraffitti;
    src: url('../fonts/Calligraffitti.ttf');
}
@font-face
{
    font-family: Hirakaku;
    src: url('../fonts/ヒラギノ角ゴ Pro W3.otf');
}
@font-face
{
	font-family: NotoSans;
	src: url('../fonts/NotoSansCJK-Regular.ttc');
}
.Calligraffitti{
    font-family: "Calligraffitti","Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.Hirakaku{
    font-family: "Hirakaku","Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}


/* Footer
------------------------------*/
.site-footer {
    color: #BBBBBB;
    font-size: 14px;
  }
  .site-footer a {
    color: #03c4eb;
  }
  .site-footer .footer-connect {
    padding: 90px 0px;
    padding: 80px 0px;
    padding:  5rem 0px;
    text-align: center;
  }
  @media (max-width: 767px) {
    .site-footer .footer-connect .footer-subscribe {
      margin-bottom: 40px;
    }
  }
  .site-footer .footer-connect .follow-heading {
    color: #FFFFFF;
    margin-bottom: 20px;
    letter-spacing: 0.8px;
  }
  .site-footer .footer-connect .subs_input {
    background-color: rgba(255, 255, 255, 0.145);
    color: #cccccc;
    border-bottom: none;
    box-shadow: none;
    padding: 12px 15px 12px;
    border-radius: 2px;
    width: 60%;
    font-size: 13px;
  }
  .site-footer .footer-connect .subs_input:focus {
    border: none;
  }
  @media screen and (max-width: 1140px) {
    .site-footer .footer-connect .subs_input {
      width: 100%;
      margin-bottom: 4px;
    }
  }
  @media screen and (max-width: 940px) {
    .site-footer .footer-connect .subs_input {
      width: 70%;
      margin-bottom: 4px;
    }
  }
  @media screen and (max-width: 720px) {
    .site-footer .footer-connect .subs_input {
      width: 100%;
      margin-bottom: 4px;
    }
  }
  .site-footer .footer-connect .subs-button {
    margin: 0px;
    position: relative;
    top: 0px;
    padding: 16px 23px 16px;
  }
  @media screen and (max-width: 1140px) {
    .site-footer .footer-connect .subs-button {
      width: 100%;
    }
  }
  @media screen and (max-width: 940px) {
    .site-footer .footer-connect .subs-button {
      width: 70%;
    }
  }
  @media screen and (max-width: 720px) {
    .site-footer .footer-connect .subs-button {
      width: 100%;
    }
  }
  .site-footer .footer-connect input[type="text"]:focus {
    border: none !important;
  }
  .site-footer .footer-social {
    text-align: center;
  }
  .site-footer .footer-social a {
    font-size: 30px;
    margin: 0px 13px;
    color: #FFFFFF;
  }
  .site-footer .footer-social a:hover {
    color: #03c4eb;
  }
  .site-footer .site-info {
    position: relative;
    text-align: center;
    background: #fff;
    font-weight: 500;
    color: #0a294f;
  }
  .site-footer .site-info a {
    color: #dddddd;
  }
  .site-footer .site-info a:hover {
    text-decoration: underline;
  }
  .site-footer .site-info .container {
    position: initial;
  }
  .site-footer .btt a {
    border-radius: 0px 20px 0 0;
    color: #999999;
    background: #222222;
    display: block;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    position: absolute;
    right: 60px;
    top: -25px;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    width: 50px;
    z-index: 99;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .site-footer .btt a:hover {
    color: #03c4eb;
  }
  .site-footer .btt a i {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin-left: 3px;
  }
  @media screen and (max-width: 940px) {
    .site-footer .btt a {
      right: 0;
      left: 0;
    }
  }
  .site-footer-area {
	padding: 30px 0;
	color: #0a294f;
	background-color: #f0f0f0;	/* èƒŒæ™¯è‰² */
	font-size: 14px;
}
.site-footer-area a {
	color: #0a294f;
}

.footer_logo {
	padding: 15px 0;
}

.site-footer-area .tel {
	text-align: center;
	display: inline-block;
	color: #0a294f;
	/*background-color: #e82263;	/* èƒŒæ™¯è‰² */
	border-radius: 5px;
	border: solid 1px #0a294f;
	padding: 4px;
	width: 160px;
}

.site-footer-area p{
    margin-bottom: 0.9375rem;
    margin-top: 0;
    color: #0a294f;
    font-size: 14px;
    line-height: 1.7;
}

.site-footer-area .link {
	padding: 10px;
	color: #fff;
}

.site-footer-area .link a {
	color: #0a294f;
}

.site-footer-copy {
	color: #fff;
	background-color: #0a294f;	/* èƒŒæ™¯è‰² */
}
.site-footer-copy p {
	padding: 0;
	margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
}


@media only screen and (min-width: 1000px){
    .show-sp{
        display: none !important;
    }
    header{
        height: 110px;
        display: flex;
        align-items: center;
        padding-left: 40px;
    }
    .sec{
        position: relative;
    }
    .sec01{
        background: url('../images/sec01.png') no-repeat center center / cover;
        height: 51.43vw;
    }
    .sec01 .txt01{
        font-size: 4.75vw;
        font-weight: 400;
        font-style: italic;
        position: absolute;
        left: 15vw;
        top: 18.14vw;
    }
    .sec01 .txt01 span,.sec01 .txt02 span{
        position: relative;
        z-index: 1;
        letter-spacing: 0.46vw;
    }
    .sec01 .txt01:after,.sec01 .txt02:after{
        content: '';
        width: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 70%;
        background: #fff;
        z-index: 0;
    }
    .sec01 .txt02{
        font-size: 4.75vw;
        font-weight: 400;
        font-style: italic;
        position: absolute;
        left: 19.7vw;
        top: 24.7vw;
    }
    .sec01 .txt03{
        font-size: 4.4vw;
        color: #e984b1;
        font-weight: 400;
        position: absolute;
        font-style: italic;
        left: 26.14vw;
        top: 28vw;
        transform: rotateZ(-6deg);
        z-index: 1;
    }
    .sec01 .txt04{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 38.83vw;
        width: 22.286vw;
        background: #51bdd8;
        height: 4.643vw;
        border-radius: 2.32143vw;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 1.57vw;
        font-style: italic;
        font-weight: bold;
        box-shadow: 4px 4px 0px rgba(0,0,0,0.2);
        letter-spacing: 2px;
        cursor: pointer;
    }
    .sec01 .txt05{
        position: absolute;
        width: 12.2857vw;
        height: 12.2857vw;
        border-radius: 50%;
        border: 2px solid #fff;
        box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
        background: #e984b1 url('../images/arrow.png') no-repeat center 72%;
        background-size: 1vw auto;
        justify-content: center;
        align-items: center;
        display: flex;
        font-size: 2.143vw;
        /*font-size: 1.57vw;*/
        font-style: italic;
        font-weight: bold;
        color: #fff;
        left: 5.143vw;
        bottom: -3.7143vw;
        cursor: pointer;
    }
    .sec02{
        padding: 6.5vw 0 8vw;
        text-align: center;

    }
    .sec02 .txt01{
        font-size: 5.7143vw;
        font-weight: 500;
        letter-spacing: 4px;
        color: #e984b1;
    }
    .sec02 .txt02{
        font-size: 1.714vw;
        line-height: 2;
        margin: 1vw 0 1.5vw;
    }
    .sec02 .txt03{
        font-size: 2.857vw;
    }
    .sec03{
        background: #f4f4f4;
        padding: 5.7143vw 0;
        text-align: center;
    }
    .sec03 .txt01 img{
        width: 5.5vw;
    }
    .sec03 .txt02{
        font-size: 3.5vw;
        font-weight: 500;
        color:#e984b1;
        margin: 1vw 0;
    }
    .sec03 .txt03{
        font-size: 2.5vw;
        margin-bottom: 2vw;
    }
    .sec03 .txt04{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sec03 .txt05{
        width: 25vw;
        height: 25vw;
        background: #fff;
        padding-top: 5vw;
        margin: 0 2.5vw;
    }
    .sec03 .txt05:nth-child(1){
        border-radius: 40% 50% 40% 50%;
    }
    .sec03 .txt05:nth-child(2){
        border-radius: 60% 60% 45% 40%;
    }
    .sec03 .txt05:nth-child(3){
        border-radius: 40% 40% 60% 50%;
    }
    .sec03 .txt05 .img{
        height: 6.5vw;
        margin-bottom: 1vw;
    }
    .sec03 .txt05 .img img{
        height: 6.5vw;
    }
    .sec03 .txt05 .txt{
        font-size: 1.5vw;
        line-height: 2;
    }
    .sec04{
        background: url('../images/sec04.jpg') no-repeat center center / cover;
        height: 32.857vw;
    }
    .sec04_new{
        height: 32.857vw;
        z-index: -1;
    }
    .sec04_new.pc{
        display: block;
    }
    .sec04_new.sp{
        display: none;
    }
    .sec04_new img{
        height: 32.857vw;
        position: absolute;
    }
    .sec04_new img.sec04_img1{
        width: 100%;
        margin-top: -20.5vw;
        height: auto;
    }
    .sec05{
        background: #f1a2c5;
        padding-top: 1.5vw;
        padding-bottom: 6.5vw;
        text-align: center;
    }
    .sec05:before{
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 22vw;
        height: 22vw;
        background: #e99fc0;
        border-radius: 50%;
        top: -4.5vw;
        z-index: 0;
    }
    .sec05:after{
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-left: 82vw solid #e99fc0;
        border-bottom: 68vw solid transparent;
        left: 0;
        top: 0;
        z-index: 0;
    }
    .sec05 .txt01{
        position: relative;
        z-index: 1;
        margin-bottom: 1vw;
    }
    .sec05 .txt02{
        position: relative;
        z-index: 1;
        font-size: 3.126vw;
        color: #fff;
        margin-bottom: 3.5vw;
    }
    .sec05 .txt03{
        display: flex;
        justify-content: center;
        position: relative;
        z-index: 1;
    }
    .sec05 .txt04{
        margin: 0 1.5vw 5vw;
    }
    .sec05 .txt04 .img{
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        width: 12.5vw;
        height: 12.5vw;
        border: 1px solid #fff;
        padding-bottom: 0.5vw;
    }
    .sec05 .txt04 .img img{
        height: 5vw;
    }
    .sec05 .txt04 .txt{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 3vw;
        color: #fff;
        font-size: 1.2857vw;
        background: #df7aa7;
        border-radius: 4px;
        margin-top: -2.5vw;
    }
    .sec05 .txt05{
        position: relative;
        z-index: 1;
        color: #fff;
        font-size: 1.7143vw;
        padding: 1vw 0;
    }
    .sec05 .txt05:before{
        content: '';
        display: inline-block;
        height: 2.4vw;
        width: 2px;
        background: #fff;
        transform: rotateZ(-20deg);
        position: relative;
        margin-right: 1.5vw;
        top: 0.6vw;
    }
    .sec05 .txt05:after{
        content: '';
        display: inline-block;
        height: 2.4vw;
        width: 2px;
        background: #fff;
        transform: rotateZ(20deg);
        position: relative;
        margin-left: 1.5vw;
        top: 0.6vw;
    }
    .sec05 .txt06{
        display: flex;
        width: 26.357vw;
        margin: 1vw auto 0;
        background: #fff;
        height: 5.5vw;
        border-radius: 2.75vw;
        align-items: center;
        justify-content: center;
        font-size: 1.86vw;
        font-weight: bold;
        color: #df7aa7;
        letter-spacing: 4px;
        box-shadow: 4px 4px 0px rgba(0,0,0,0.2);
        position: relative;
        z-index: 1;
        cursor: pointer;
    }
    .sec06{
        padding: 5.7857vw;
        background: #f4f4f4;
    }
    .sec06 .txt01{
        background: #fff;
        margin: 0 auto 2.143vw;
        width: 71.43vw;
        border-radius: 8px;
        display: flex;
        align-items: center;
        padding: 3vw 4vw;
    }
    .sec06 .txt01 .title{
        flex-basis: 14.5vw;
        color: #df7aa7;
        font-weight: bold;
        font-size: 1.57vw;
    }
    .sec06 .txt01 .txt{
        line-height: 1.75;
        font-weight: 500;
        font-size: 1.2857vw;
    }
    .sec06 .txt01 .txt span{
        color: #df7aa7;
        font-weight: bold;
    }
    .sec06 .txt01:last-child{
        margin-bottom: 0;
    }
    .sec07{
        padding: 8vw 0;
    }
    .sec07 .txt01{
        font-size: 2.5vw;
        font-weight: bold;
        color: #e984b1;
        padding: 2.5vw 0 5vw;
        background: url('../images/sec07.png') no-repeat center top;
        background-size: auto 100%;
        text-align: center;
    }
    .sec07 .txt02{
        width: 85.7vw;
        margin: 12vw auto 0;
        position: relative;
    }
    .sec07 .txt02 .img{
        position: absolute;
        left: 16vw;
        top: -7.2143vw;
        width: 20.086vw;
    }
    .sec07 .txt02:nth-child(odd) .img{
        right: 16vw;
        left: auto;
    }
    .sec07 .txt02 .img img{
        width: 100%;
    }
    .sec07 .txt02 .txt{
        width: 75%;
        margin-left: auto;
        margin-right: 0;
        background: #f4f4f4;
        padding-left: 19vw;
        padding-right: 5.5vw;
        padding-bottom: 6vw;
    }
    .sec07 .txt02:nth-child(odd) .txt{
        margin-right: auto;
        margin-left: 0;
        padding-right: 19vw;
        padding-left: 5.5vw;
    }
    .sec07 .txt03{
        color: #e984b1;
        font-size: 9vw;
        font-style: italic;
        line-height: 1;
        position: relative;
        top: -1.5vw;
        left: 3vw;
    }
    .sec07 .txt02:nth-child(odd) .txt03{
        left: 28vw;
    }
    .sec07 .txt04{
        font-size: 1.2857vw;
        margin-bottom: 1vw;
        line-height: 1.75;
    }
    .sec07 .txt04 span{
        color: #df7aa7;
        font-weight: bold;
    }
    .sec07 .txt05{
        position: relative;
        z-index: 1;
        color: #505050;
        font-size: 1.7143vw;
        padding: 1vw 0;
        text-align: center;
        margin-top: 5vw;
    }
    .sec07 .txt05:before{
        content: '';
        display: inline-block;
        height: 2.4vw;
        width: 2px;
        background: #505050;
        transform: rotateZ(-20deg);
        position: relative;
        margin-right: 1.5vw;
        top: 0.6vw;
    }
    .sec07 .txt05:after{
        content: '';
        display: inline-block;
        height: 2.4vw;
        width: 2px;
        background: #505050;
        transform: rotateZ(20deg);
        position: relative;
        margin-left: 1.5vw;
        top: 0.6vw;
    }
    .sec07 .txt06{
        display: flex;
        width: 26.357vw;
        margin: 1vw auto 0;
        background: #51bdd8;
        height: 5.5vw;
        border-radius: 2.75vw;
        align-items: center;
        justify-content: center;
        font-size: 1.86vw;
        font-weight: bold;
        color: #fff;
        letter-spacing: 4px;
        box-shadow: 4px 4px 0px rgba(0,0,0,0.2);
        position: relative;
        z-index: 1;
        cursor: pointer;
    }
    .sec08{
        background: #f4f4f4;
        padding: 7.143vw;
        display: flex;
    }
    .sec08 .img{
        width: 50%;
        position: relative;
        left: -2.5vw;
    }
    .sec08 .txt{
        width: 50%;
        padding-left: 2.5vw;
    }
    .sec08 .txt01{
        font-size: 4.2857vw;
        color: #e984b1;
        position: relative;
        left: -2.5vw;
        top: -2vw;
    }
    .sec08 .txt02{
        font-size: 1.57143vw;
        line-height: 2;
    }
    .sec08 .txt03{
        font-size: 1.2857vw;
        line-height: 2;
    }
    .sec08 .txt04{
        font-size: 1.57143vw;
        line-height: 2;
        color: #df7aa7;
        font-weight: bold;
        margin: 1vw 0;
    }
    .sec08 .txt05{
        font-size: 1.2857vw;
        line-height: 2;
    }
    .sec09{
        background: url('../images/sec09.png') no-repeat center center / cover;
        height: 40.7143vw;
        padding: 10.5vw 8.5vw 0;
    }
    .sec09 .txt01{
        padding-left: 15vw;
    }
    .sec09 .txt01 img{
        width: 5.7143vw;
    }
    .sec09 .txt02{
        font-size: 3.7143vw;
        padding-left: 6.5vw;
    }
    .sec09 .txt03{
        font-size: 4.2875vw;
        color: #fff;
        letter-spacing: 2px;
        position: absolute;
        left: 30vw;
        top: 16.357vw;
        transform: rotateZ(-10deg);
    }
    .sec09 .txt04{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 1.5vw;
        margin-top: 5vw;
    }
    .sec09 .txt04 .txt{
        flex-basis: 31%;
        text-align: center;
        background: #fff;
        color: #e984b1;
        padding: 2vw 0;
        font-size: 1.7143vw;
        border-radius: 8px;
        font-weight: bold;
    }

    .sec09 .txt04 .sec09_font{
        flex-basis: 31%;
        text-align: center;
        background: #fff;
        color: #e984b1;
        padding: 2vw 0;
        font-size: 1.22vw;
        border-radius: 8px;
        font-weight: bold;
    }
    .sec10{
        background: url('../images/sec10-bg.png');
        padding: 5vw 0 6.2857vw;
        text-align: center;
    }
    .sec10 .txt01 img{
        width: 5vw;
    }
    .sec10 .txt02{
        font-size: 2.2857vw;
        font-weight: bold;
        margin-top: 1vw;
        letter-spacing: 2px;
    }
    .sec10 .txt03{
        font-size: 3.2857vw;
        color: #df7aa7;
        position: absolute;
        left: 50%;
        top: 14.6vw;
        transform: rotateZ(-10deg);
    }
    .sec10 .txt04{
        display: flex;
        margin-top: 4vw;
        justify-content: center;
        align-items: center;
    }
    .sec10 .txt04 .txt{
        width: 5.7143vw;
        padding: 2.5vw 2vw 0;
        word-break: break-all;
        font-size: 1.7857vw;
        background: #fff;
        border-radius: 8px;
        height: 17.857vw;
        line-height: 1.125;
    }
    .sec10 .txt04 .txt span{
        display: block;
    }
    .sec10 .txt04 .arrow{
        width: 2.5vw;
        margin: 0 1.5vw;  
    }
    .sec11{
        padding: 5.7143vw 14.2857vw 12.857vw;
    }
    .sec11 .txt01{
        text-align: center;
    }
    .sec11 .txt01 img{
        width: 5.5vw;
    }
    .sec11 .txt02{
        text-align: center;
        font-size: 2.2857vw;
        font-weight: bold;
        margin: 1vw 0 2.5vw;
    }
    .sec11 .txt03 .title{
        border-radius: 8px;
        background: #fff5f9;
        padding: 1.5vw 6vw;
        border: 1px solid #dcdcdc;
        font-size: 1.2857vw;
        font-weight: bold;
        position: relative;
        cursor: pointer;
    }
    .sec11 .txt03 .title.active{
        border-radius: 8px 8px 0 0;
    }
    .sec11 .txt03 .title:before{
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 2.4vw;
        width: 0;
        height: 0;
        border-top: 1vw solid #df7aa7;
        border-left: 0.57143vw solid transparent;
        border-right: 0.57143vw solid transparent;
    }
    .sec11 .txt03 .title.active:before{
        border-top: none;
        border-bottom: 1vw solid #1c3e58;
    }
    .sec11 .txt03 .title.active + .txt{
        display: block;
    }
    .sec11 .txt03 .txt{
        border-radius: 0 0 8px 8px;
        background: #fff;
        padding: 1.5vw 6vw;
        border: 1px solid #dcdcdc;
        border-top: none;
        font-size: 1.2857vw;
        line-height: 1.75;
        font-weight: 500;
        display: none;
    }
    .sec12{
        padding: 10vw 7.143vw 3.5vw;
        background: #f4f4f4;
        display: flex;
        justify-content: space-between;
    }
    .sec12 .txt01{
        flex-basis: 23vw;
    }
    .sec12 .txt02{
        font-size: 2.2857vw;
        font-weight: bold;
        margin-bottom: 3.5vw;
    }
    .sec12 .txt03 img{
        width: 100%;
    }
    .sec12 .txt04{
        flex-basis: 55.5vw;
        font-size: 1.2857vw;
        line-height: 1.75;
    }
    .sec12 .txt05{
        margin-bottom: 1.5vw;
    }
    .sec12 .txt06{
        display: flex;
        border-top: 1px solid #dcdcdc;
        padding: 2vw 0;
    }
    .sec12 .txt06 .title{
        flex-basis: 22.6%;
    }
    .sec12 .txt06 .txt{
        flex-basis: 77.4%;
    }
    .sec13{
        height: 35.5vw;
        background: url('../images/sec13.png') no-repeat center center / cover;
        padding-top: 12vw;
        line-height:1.25;
        text-align: center;
    }
    .sec13 .txt01{
        color: #e984b1;
        font-weight: bold;
        font-size: 3vw;
        margin-bottom: 1.5vw;
        letter-spacing: 6px;
    }
    .sec13 .txt02{
        position: relative;
        z-index: 1;
        color: #505050;
        font-size: 1.7143vw;
        padding: 1vw 0;
        text-align: center;
        font-weight: bold;
        letter-spacing: 2px;
    }
    .sec13 .txt04{
        position: relative;
        z-index: 1;
        color: #505050;
        font-size: 1.7143vw;
        padding: 1vw 0;
        text-align: center;
        font-weight: bold;
        letter-spacing: 2px;
        display:inline;
        vertical-align: top
    }
    /*.sec13 .txt02:before{
        content: '';
        display: inline-block;
        height: 2.4vw;
        width: 2px;
        background: #505050;
        transform: rotateZ(-20deg);
        position: relative;
        margin-right: 1.5vw;
        top: 0.6vw;
    }
    .sec13 .txt02:after{
        content: '';
        display: inline-block;
        height: 2.4vw;
        width: 2px;
        background: #505050;
        transform: rotateZ(20deg);
        position: relative;
        margin-left: 1.5vw;
        top: 0.6vw;
    }*/
    .sec13 .txt03{
        display: flex;
        width: 26.357vw;
        margin: 1vw auto 0;
        background: #51bdd8;
        height: 5.5vw;
        border-radius: 2.75vw;
        align-items: center;
        justify-content: center;
        font-size: 1.86vw;
        font-weight: bold;
        color: #fff;
        letter-spacing: 4px;
        box-shadow: 4px 4px 0px rgb(0 0 0 / 20%);
        position: relative;
        z-index: 1;
    }

}
@media only screen and (max-width: 1000px){
    .show-pc{
        display: none !important;
    }
    header{
        height: 15.625vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    header img{
        width: 25.9375vw;
    }
    .sec{
        position: relative;
    }
    .sec01{
        background: url('../images/sec01-sp.png') no-repeat center center / cover;
        height: 114.0625vw;
    }
    .sec01 .txt01{
        font-size: 8.59375vw;
        font-weight: 400;
        font-style: italic;
        position: absolute;
        left: 7.8125vw;
        top: 52.5vw;
    }
    .sec01 .txt01 span,.sec01 .txt02 span{
        position: relative;
        z-index: 1;
        letter-spacing: 0.46vw;
    }
    .sec01 .txt01:after,.sec01 .txt02:after{
        content: '';
        width: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 70%;
        background: #fff;
        z-index: 0;
    }
    .sec01 .txt02{
        font-size: 8.59375vw;
        font-weight: 400;
        font-style: italic;
        position: absolute;
        left: 24.0625vw;
        top: 62.5vw;
    }
    .sec01 .txt03{
        font-size: 9.375vw;
        color: #e984b1;
        font-weight: 400;
        position: absolute;
        font-style: italic;
        left: 26.875vw;
        top: 70vw;
        transform: rotateZ(-6deg);
        z-index: 1;
    }
    .sec01 .txt04{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 90.625vw;
        width: 57.8125vw;
        background: #51bdd8;
        height: 12.5vw;
        border-radius: 6.25vw;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 4.375vw;
        font-style: italic;
        font-weight: bold;
        box-shadow: 4px 4px 0px rgba(0,0,0,0.2);
        letter-spacing: 2px;
        cursor: pointer;
    }
    .sec01 .txt05{
        position: absolute;
        width: 26.875vw;
        height: 26.875vw;
        border-radius: 50%;
        border: 2px solid #fff;
        box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
        background: #e984b1 url('../images/arrow.png') no-repeat center 72%;
        background-size: 2.5vw auto;
        justify-content: center;
        align-items: center;
        display: flex;
        font-size: 4.6875vw;
        font-style: italic;
        font-weight: bold;
        color: #fff;
        left: 50%;
        transform: translateX(-50%);
        bottom: -25vw;
        z-index: 1;
        cursor: pointer;
    }
    .sec02{
        padding: 37.5vw 0 12.5vw;
        text-align: center;
    }
    .sec02 .txt01{
        font-size: 9.375vw;
        font-weight: 500;
        letter-spacing: 4px;
        color: #e984b1;
    }
    .sec02 .txt02{
        font-size: 4.21875vw;
        line-height: 2;
        margin: 3.75vw 0;
    }
    .sec02 .txt03{
        font-size: 5.46875vw;
    }
    .sec03{
        background: #f4f4f4;
        padding: 16.875vw 0 0;
        text-align: center;
    }
    .sec03 .txt01 img{
        width: 12.1875vw;
    }
    .sec03 .txt02{
        font-size: 7.8125vw;
        font-weight: 500;
        color:#e984b1;
        margin: 2.5vw 0;
    }
    .sec03 .txt03{
        font-size: 6.25vw;
        margin-bottom: 3.75vw;
    }
    .sec03 .txt04{
        position: relative;
        z-index: 2;
    }
    .sec03 .txt05{
        width: 56.25vw;
        height: 56.25vw;
        background: #fff;
        padding-top: 8.75vw;
    }
    .sec03 .txt05:nth-child(1){
        border-radius: 40% 50% 40% 50%;
        margin-left: 12.5vw;
        margin-right: auto;
    }
    .sec03 .txt05:nth-child(2){
        border-radius: 60% 60% 45% 40%;
        margin-left: auto;
        margin-right: 3.125vw;
    }
    .sec03 .txt05:nth-child(3){
        border-radius: 40% 40% 60% 50%;
        margin-left: 6.875vw;
        margin-right: auto;
    }
    .sec03 .txt05 .img{
        height: 12.5vw;
        margin-bottom: 3.75vw;
    }
    .sec03 .txt05 .img img{
        height: 12.5vw;
    }
    .sec03 .txt05 .txt{
        font-size: 4vw;
        line-height: 2;
    }
    .sec04{
        background: url('../images/sec04-sp.jpg') no-repeat center center / cover;
        height: 100vw;
        position: relative;
        z-index: 1;
        margin-top: -18.75vw;
    }
    .sec04_new{
        height: 100vw;
        position: relative;
        z-index: 1;
        margin-top: -18.75vw;
    }
    .sec04_new.pc{
        display: none;
    }
    .sec04_new.sp{
        display: block;
    }
    .sec04_new img{
        height: 100vw;
        position: absolute;
    }
    .sec05{
        background: #f1a2c5;
        padding-top: 2.5vw;
        padding-bottom: 16.875vw;
        text-align: center;
    }
    .sec05:before{
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-bottom: 23.125vw solid #e99fc0;
        border-right: 100vw solid #e99fc0;
        border-top: 76.875vw solid transparent;
        left: 0;
        bottom: 0;
        z-index: 0;
    }
    .sec05:after{
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-top: 23.125vw solid #e99fc0;
        border-left: 100vw solid #e99fc0;
        border-bottom: 76.875vw solid transparent;
        left: 0;
        top: 0;
        z-index: 0;
    }
    .sec05 .txt01{
        position: relative;
        z-index: 1;
        margin-bottom: 4vw;
    }
    .sec05 .txt01::before{
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 48.125vw;
        height: 48.125vw;
        background: #e99fc0;
        border-radius: 50%;
        top: -11.875vw;
        z-index: 0;
    }
    .sec05 .txt01 img{
        width: 15vw;
        position: relative;
        z-index: 1;
    }
    .sec05 .txt02{
        position: relative;
        z-index: 1;
        font-size: 6.2625vw;
        color: #fff;
        margin-bottom: 6.25vw;
    }
    .sec05 .txt03{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
        z-index: 1;
        padding: 0 7.8125vw;
    }
    .sec05 .txt04{
        width: 38.4375vw;
        margin-bottom: 8.125vw;
    }
    .sec05 .txt04:nth-child(2n){
        margin-left: 7.5vw;
    }
    .sec05 .txt04 .img{
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        width: 33.125vw;
        height: 33.125vw;
        margin: 0 auto;
        border: 1px solid #fff;
    }
    .sec05 .txt04 .img img{
        height: 13.125vw;
    }
    .sec05 .txt04 .txt{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 8.125vw;
        color: #fff;
        font-size: 3.75vw;
        background: #df7aa7;
        border-radius: 4px;
        margin-top: -6.25vw;
    }
    .sec05 .txt05{
        position: relative;
        z-index: 1;
        color: #fff;
        font-size: 4.21875vw;
        padding: 2.5vw 0;
    }
    .sec05 .txt05:before{
        content: '';
        display: inline-block;
        height: 4vw;
        width: 2px;
        background: #fff;
        transform: rotateZ(-20deg);
        position: relative;
        margin-right: 3.75vw;
        top: 0.6vw;
    }
    .sec05 .txt05:after{
        content: '';
        display: inline-block;
        height: 4vw;
        width: 2px;
        background: #fff;
        transform: rotateZ(20deg);
        position: relative;
        margin-left: 3.75vw;
        top: 0.6vw;
    }
    .sec05 .txt06{
        display: flex;
        width: 57.8125vw;
        margin: 1vw auto 0;
        background: #fff;
        height: 12.5vw;
        border-radius: 6.25vw;
        align-items: center;
        justify-content: center;
        font-size: 4.375vw;
        font-weight: bold;
        color: #df7aa7;
        letter-spacing: 4px;
        box-shadow: 4px 4px 0px rgba(0,0,0,0.2);
        position: relative;
        z-index: 1;
        cursor: pointer;
    }
    .sec06{
        padding: 18.75vw 7.8125vw 6.25vw;
        background: #f4f4f4;
    }
    .sec06 .txt01{
        background: #fff;
        border-radius: 8px;
        padding: 7.5vw 0;
        margin-bottom: 5vw;
        text-align: center;
    }
    .sec06 .txt01 .title{
        color: #df7aa7;
        font-weight: bold;
        font-size: 5.625vw;
        margin-bottom: 3.75vw;
    }
    .sec06 .txt01 .txt{
        line-height: 1.75;
        font-weight: 500;
        font-size: 3.75vw;
    }
    .sec06 .txt01 .txt span{
        color: #df7aa7;
        font-weight: bold;
        font-size: 4vw;
        line-height: 2;
    }
    .sec07{
        padding: 18.75vw 0 12.5vw;
    }
    .sec07 .txt01{
        font-size: 5vw;
        font-weight: bold;
        color: #e984b1;
        padding: 4.5vw 0 9vw;
        background: url('../images/sec07.png') no-repeat center top;
        background-size: auto 100%;
        text-align: center;
        margin-bottom: 10vw;
    }
    .sec07 .txt02{
        margin: 28.75vw auto 0;
        position: relative;
    }
    .sec07 .txt01 + .txt02{
        margin-top: 0;
    }
    .sec07 .txt02 .img{
        position: absolute;
        left: 0;
        top: -10vw;
        width: 50vw;
    }
    .sec07 .txt01 + .txt02 .img{
        /*top: 0;*/
    }
    .sec07 .txt02:nth-child(odd) .img{
        right: 0;
        left: auto;
    }
    .sec07 .txt02 .img img{
        width: 100%;
    }
    .sec07 .txt02 .txt{
        padding-top: 60vw;
        width: 92.8125vw;
        margin-left: auto;
        margin-right: 0;
        background: #f4f4f4;
        padding-left: 7.8125vw;
        padding-right: 7.8125vw;
        padding-bottom: 10vw;
    }
    .sec07 .txt01 + .txt02 .txt{
        padding-top: 56.875vw;
    }
    .sec07 .txt02:nth-child(odd) .txt{
        margin-right: auto;
        margin-left: 0;
    }
    .sec07 .txt03{
        color: #e984b1;
        font-size: 21.875vw;
        font-style: italic;
        line-height: 1;
        position: absolute;
        top: 18.75vw;
        right: 22vw;
    }
    .sec07 .txt01 + .txt02 .txt03{
        top: 28.125vw;
    }
    .sec07 .txt02:nth-child(odd) .txt03{
        left: 10vw;
        right: unset;
    }
    .sec07 .txt04{
        font-size: 3.75vw;
        margin-bottom: 2.5vw;
        line-height: 1.75;
    }
    .sec07 .txt04.align-right{
        padding-left: 40vw;
    }
    .sec07 .txt04 span{
        color: #df7aa7;
        font-weight: bold;
    }
    .sec07 .txt05{
        position: relative;
        z-index: 1;
        color: #505050;
        font-size: 4.21875vw;
        padding: 2.5vw 0;
        text-align: center;
        margin-top: 7.5vw;
    }
    .sec07 .txt05:before{
        content: '';
        display: inline-block;
        height: 4vw;
        width: 2px;
        background: #505050;
        transform: rotateZ(-20deg);
        position: relative;
        margin-right: 3.75vw;
        top: 0.6vw;
    }
    .sec07 .txt05:after{
        content: '';
        display: inline-block;
        height: 4vw;
        width: 2px;
        background: #505050;
        transform: rotateZ(20deg);
        position: relative;
        margin-left: 3.75vw;
        top: 0.6vw;
    }
    .sec07 .txt06{
        display: flex;
        width: 57.8125vw;
        margin: 1vw auto 0;
        background: #51bdd8;
        height: 12.5vw;
        border-radius: 6.25vw;
        align-items: center;
        justify-content: center;
        font-size: 4.375vw;
        font-weight: bold;
        color: #fff;
        letter-spacing: 4px;
        box-shadow: 4px 4px 0px rgba(0,0,0,0.2);
        position: relative;
        z-index: 1;
        cursor: pointer;
    }
    .sec08{
        background: #f4f4f4;
        padding: 31.25vw 0 10vw;
    }
    .sec08 .img{
        position: relative;
        text-align: center;
        margin-bottom: 7.8125vw;
    }
    .sec08 .img img{
        width: 87.5vw;
    }
    .sec08 .txt{
        padding: 0 7.8125vw;
    }
    .sec08 .txt01{
        font-size: 11.25vw;
        color: #e984b1;
        position: absolute;
        top: 10vw;
        left: 50%;
        transform: translateX(-50%);
    }
    .sec08 .txt02{
        font-size: 4vw;
        line-height: 2;
    }
    .sec08 .txt03{
        font-size: 3.75vw;
        line-height: 2;
    }
    .sec08 .txt04{
        font-size: 4vw;
        line-height: 2;
        color: #df7aa7;
        font-weight: bold;
        margin: 2.5vw 0;
    }
    .sec08 .txt05{
        font-size: 3.75vw;
        line-height: 2;
    }
    .sec09{
        background: url('../images/sec09-sp.png') no-repeat center top;
        background-size: 100% auto;
        padding: 37.5vw 7.8125vw 0;
    }
    .sec09 .txt01{
        padding-left: 3.125vw;
    }
    .sec09 .txt01 img{
        width: 15vw;
    }
    .sec09 .txt02{
        font-size: 9.375vw;
    }
    .sec09 .txt03{
        font-size: 11.5625vw;
        color: #fff;
        letter-spacing: 1px;
        position: absolute;
        left: 18.4375vw;
        top: 59vw;
        transform: rotateZ(-10deg);
    }
    .sec09 .txt04{
        margin-top: 31.25vw;
    }
    .sec09 .txt04 .txt{
        text-align: center;
        background: #fff;
        color: #e984b1;
        border: 1px solid #e984b1;
        padding: 5vw 0;
        font-size: 4.6875vw;
        border-radius: 8px;
        font-weight: bold;
        margin-bottom: 3.75vw;
    }
    .sec09 .txt04 .sec09_font{
        text-align: center;
        background: #fff;
        color: #e984b1;
        border: 1px solid #e984b1;
        padding: 5vw 0;
        font-size: 4.1vw;
        border-radius: 8px;
        font-weight: bold;
        margin-bottom: 3.75vw;
    }
    .sec10{
        background: url('../images/sec10-bg.png');
        padding: 12.5vw 7.8125vw 15vw;
        text-align: center;
    }
    .sec10 .txt01 img{
        width: 12.5vw;
    }
    .sec10 .txt02{
        font-size: 5.625vw;
        font-weight: bold;
        margin-top: 1.25vw;
        letter-spacing: 2px;
    }
    .sec10 .txt03{
        font-size: 9.375vw;
        color: #df7aa7;
        position: absolute;
        left: 50%;
        top: 37vw;
        transform: rotateZ(-10deg);
    }
    .sec10 .txt04{
        margin-top: 10vw;
    }
    .sec10 .txt04 .txt{
        padding: 3.75vw 0;
        text-align: center;
        font-size: 4vw;
        background: #fff;
        border-radius: 8px;
    }
    .sec10 .txt04 .arrow{
        width: 4vw;
        margin: 2.5vw;
        position: relative;
        transform: rotateZ(90deg);
    }
    .sec11{
        padding: 25vw 7.8125vw;
    }
    .sec11 .txt01{
        text-align: center;
    }
    .sec11 .txt01 img{
        width: 15vw;
    }
    .sec11 .txt02{
        text-align: center;
        font-size: 5.625vw;
        font-weight: bold;
        margin: 2.5vw 0 5.625vw;
    }
    .sec11 .txt03 .title{
        border-radius: 8px;
        background: #fff5f9;
        padding: 5vw 3.75vw;
        padding-left: 13.125vw;
        border: 1px solid #dcdcdc;
        font-size: 3.75vw;
        font-weight: bold;
        position: relative;
        cursor: pointer;
    }
    .sec11 .txt03 .title.active{
        border-radius: 8px 8px 0 0;
    }
    .sec11 .txt03 .title:before{
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 3.75vw;
        width: 0;
        height: 0;
        border-top: 2.8125vw solid #df7aa7;
        border-left: 1.25vw solid transparent;
        border-right: 1.25vw solid transparent;
    }
    .sec11 .txt03 .title.active:before{
        border-top: none;
        border-bottom: 2.8125vw solid #1c3e58;
    }
    .sec11 .txt03 .title.active + .txt{
        display: block;
    }
    .sec11 .txt03 .txt{
        border-radius: 0 0 8px 8px;
        background: #fff;
        padding: 5vw 3.75vw;
        padding-left: 13.125vw;
        border: 1px solid #dcdcdc;
        border-top: none;
        font-size: 3.75vw;
        line-height: 1.75;
        font-weight: 500;
        display: none;
    }
    .sec12{
        padding: 18.75vw 7.8125vw 14vw;
        background: #f4f4f4;
    }
    .sec12 .txt01{
        text-align: center;
        margin-bottom: 9.375vw;
    }
    .sec12 .txt02{
        font-size: 5.625vw;
        font-weight: bold;
        margin-bottom: 5vw;
    }
    .sec12 .txt03 img{
        width: 45.625vw;
    }
    .sec12 .txt04{
        font-size: 3.3vw;
        line-height: 1.75;
    }
    .sec12 .txt05{
        margin-bottom: 7.5vw;
    }
    .sec12 .txt06{
        display: flex;
        border-bottom: 1px solid #dcdcdc;
        flex-wrap: wrap;
        padding: 5vw 0 0;
    }
    .sec12 .txt06:last-child{
        border-bottom: none;
    }
    .sec12 .txt06 .title{
        flex-basis: 28vw;
        margin-bottom: 5vw;
    }
    .sec12 .txt06 .txt{
        margin-bottom: 5vw;
    }
    .sec13{
        background: url('../images/sec13-sp.png') no-repeat center top;
        background-size: 100vw auto;
        padding-top: 68.75vw;
        padding-bottom: 25vw;
        text-align: center;
    }
    .sec13 .txt01{
        color: #e984b1;
        font-weight: bold;
        font-size: 7.1875vw;
        margin-bottom: 31.25vw;
        letter-spacing: 6px;
        line-height: 1.5;
    }
    .sec13 .txt02{
        font-weight: bold;
        position: relative;
        z-index: 1;
        color: #505050;
        font-size: 4.21875vw;
        padding: 2.5vw 0;
        letter-spacing: 2px;
        text-align: center;
    }
    .sec13 .txt04{
        font-weight: bold;
        position: relative;
        z-index: 1;
        color: #505050;
        font-size: 4.21875vw;
        padding: 2.5vw 0;
        letter-spacing: 2px;
        text-align: center;
        display:inline;
        vertical-align: top
    }
    /*.sec13 .txt02:before{
        content: '';
        display: inline-block;
        height: 4vw;
        width: 2px;
        background: #505050;
        transform: rotateZ(-20deg);
        position: relative;
        margin-right: 3.75vw;
        top: 0.6vw;
    }
    .sec13 .txt02:after{
        content: '';
        display: inline-block;
        height: 4vw;
        width: 2px;
        background: #505050;
        transform: rotateZ(20deg);
        position: relative;
        margin-left: 3.75vw;
        top: 0.6vw;
    }*/
    .sec13 .txt03{
        display: flex;
        width: 57.8125vw;
        margin: 1vw auto 0;
        background: #51bdd8;
        height: 12.5vw;
        border-radius: 6.25vw;
        align-items: center;
        justify-content: center;
        font-size: 4.375vw;
        font-weight: bold;
        color: #fff;
        letter-spacing: 4px;
        box-shadow: 4px 4px 0px rgb(0 0 0 / 20%);
        position: relative;
        z-index: 1;
    }
}

