@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap');

@media screen and (max-width: 1099px) {
.pc_only{
    display: none;
}
* {
    box-sizing: border-box;
}
html {
    font-size: 3vw;
    scroll-behavior: smooth;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 1.4;
    color: #000000;
    margin: 0 auto;
}
section{
    width: 100%;
    text-align: center;
    margin: 4rem auto 4rem;
}

#lp_wrap{
    margin: 0 auto;
    text-align: center;
}
.p_heading{
    font-size: 2.1rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.p_text{
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.3;
    margin: 0 0 0 auto;
}
.p_title{
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.3;
    margin: 0 0 0 auto;
}
.p_left{
    text-align: left;
}
.weight500{
    font-weight: 500;
}
img{
    width: 100%;
    height: auto;
}
.font_white{
    color: #ffffff;
}
.font_gray{
    color: #999999;
}
.font_yellow{
    color: #ecdf29;
}
.font_red{
    color: #e21717da;
}
.font_pink{
    color: #ff20a0;
}
.font_orange{
    color: rgb(224, 90, 42);
}
.font_green{
    color: rgb(25, 199, 199);
}
.font_blue{
    color: rgb(33, 166, 243);
}
.font_gold{
    color: rgb(180, 180, 126);
}
.bg_green{
    background-color: #1baaaf;
}
.bg_gray{
    background-color: #e0e0e0;
}
.bg_darkgray{
    background-color: #999999;
}
.bg_orange{
    background-color: rgb(250, 130, 70);
}
.bg_black{
    background-color: #000000;
}
.bg_cream{
    background-color: rgb(250, 250, 240);
}
.bg_gold{
    background-color: rgb(180, 180, 126);
}
.bg_white{
    background-color: rgb(255, 255, 255);
}
.bg_red{
    background-color: #e21717da;
}
.bg_pink{
    background-color: #ff20a0;
}
.bg_gray_darker{
    background: linear-gradient(90deg, #e0e0e0 0%, #e0e0e0 90%, #999999 90%, #999999 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg_gray_lighter{
    background: linear-gradient(90deg, #999999 0%, #999999 5%, #ffffff 5%, #ffffff 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.border_black{
    width: fit-content;
	border-color: #000;
	border-style: solid;
    padding: 0.8rem;
}
.border_gray{
    width: fit-content;
	border-color: #999999;
	border-style: solid;
    padding: 1rem;
}

a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: none;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
hr {
    height: 1.4rem;
    background-color: #e0e0e0;
    width: 100%;
    border: none;
}
.marker{
    background-color: #ffea45;
}

.site_header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #fff;
    align-items: center;
    margin: 0 auto;
}
.site_header .header_logo{
    margin: 0 auto;
    padding: 0.5rem;
    vertical-align: middle;
    width: 40%;
}
.site_header .header_dl{
    margin: 0 auto;
    padding: 0.5rem;
    width: 20%;
    vertical-align: middle;
}
.site_header .header_tel{
    margin: 0 auto;
    padding: 0.5rem;
    width: 35%;
    vertical-align: middle;
}

#section_01{
    margin: 0 auto 2rem;
    padding: 0 5%;
    width: 100%;
}
#section_01 .section_01-sp{
    margin: 0;
    padding: 0;
}
#section_01 .block_01-01{
    text-align: left;
    font-size: 3.6rem;
    font-weight: bolder;
    margin: 1rem 0;
}#section_01 .block_01-01 P{
    margin: 0;
    line-height: 1.2;
}
#section_01 .block_01-02{
    text-align: left;
    font-size: 0.8rem;
    margin: 0 0 0.5rem;
}
#section_01 .block_01-03{
    display: flex;
    justify-content: center;
    margin: 2rem auto;
    width: 100%;
    text-align: center;
}
#section_01 .block_01-03 p{
    font-size: 1.6rem;
    font-weight: bolder;
    padding: 1rem 1.3rem;
    margin: 0 0.2rem;
    float: left;
}
#section_01 .block_01-04{
    position: relative;
    padding: 1.1rem;
    height: 116vw;
}
.block_01-image {
  position: absolute;
  width: 100%;
  opacity: 0;
  animation: change-img-anim 9s infinite;
  top: 0%;
  left: 0%;
}
.block_01-image:nth-of-type(1) {
  animation: change-img-anim-first 9s infinite;
  animation-delay: 0s;
}
.block_01-image:nth-of-type(2) {
  animation-delay: 3s;
}
.block_01-image:nth-of-type(3) {
  animation-delay: 6s;
}
@keyframes change-img-anim-first {
  0%{ opacity: １;}
  30%{ opacity: 1;}
  36%{ opacity: 1;}
  45%{ opacity: 0;}
  100%{ opacity: 0;}
}
@keyframes change-img-anim {
  0%{ opacity: 0;}
  30%{ opacity: 1;}
  36%{ opacity: 1;}
  45%{ opacity: 0;}
  100%{ opacity: 0;}
}

#section_02{
    margin: 0 auto 2rem;
    padding: 0;
}
#section_02 .block_02-01{
    display: flex;
    justify-content: space-between;
    align-items:center;
    align-items: flex-start;
    margin: 0 auto;
    width: 100%;
}
#section_02 .block_02-01 div{
    flex-basis: 49.5%;
    padding: 1rem auto;
}
#section_02 .block_02-01 p{
    margin: 0;
    padding: 1.2rem;
    font-size: 2.4rem;
    font-weight: bolder;
    line-height: 1;
}
#section_02 .block_02-01 p .larger{
    font-size: 1.3em;
}
#section_02 .block_02-02{
    display: flex;
    justify-content: space-between;
    align-items:center;
    align-items: flex-start;
    margin: 0 auto;
    padding: 1.2rem 0 0;
    width: 100%;
}
#section_02 .block_02-02 .block_02-02-left{
    flex-basis: 60%;
    height: 120vw;
}
#section_02 .block_02-02 .block_02-02-left p{
    margin: 0;
}
#section_02 .block_02-02 .block_02-02-left img {
    width: 100%;
    height: 120vw;
    object-fit: cover;
}
#section_02 .block_02-02 .block_02-02-right{
    display: flex;
    flex-direction: column;
    align-content: stretch;
    margin: 0 auto;
    flex-basis: 40%;
    height: 120vw;
}
#section_02 .block_02-02 .block_02-02-right .block_02-02-r01{
    align-self: stretch;
    margin: 0;
    padding: 0.6rem;
    line-height: 1;
    height: 40vw;
}
#section_02 .block_02-02 .block_02-02-right .block_02-02-r02{
    align-self: stretch;
    margin: 0 0 0 auto;
    padding: 0.6rem;
    line-height: 1;
    height: 40vw;
}
#section_02 .block_02-02 .block_02-02-right .block_02-02-r03{
    align-self: stretch;
    margin: 0;
    padding: 0.6rem;
    line-height: 1;
    height: 40vw;
}
#section_02 .block_02-02-right .f_a{
    text-align: left;
    font-size: 1.4rem;
    font-weight: bolder;
    margin: 0;
}
#section_02 .block_02-02-right .f_b{
    text-align: left;
    font-size: 7rem;
    font-weight: bold;
    margin: 0;
}
#section_02 .block_02-02-right .f_c{
    text-align: left;
    font-size: 0.9rem;
    margin: 0;
}
#section_02 .asterisk{
    margin: 0.5rem;
    font-size: 0.8rem;
    text-align: right;
}

#section_03{
    margin: 0 auto 2rem;
    padding: 0;
}
#section_03 .block_03-01{
    display: flex;
    justify-content: space-between;
    align-items:center;
    margin: 0 auto 3rem;
    padding: 3% 5%;
    width: 100%;
}
#section_03 .block_03-01 p{
    text-align: left;
    margin: 0;
    font-size: 1.5rem;
}
#section_03 .block_03-01 img{
    width: 35%;
}
#section_03 .block_03-02{
    margin-bottom: 3rem;
}
#section_03 .block_03-02 p{
    margin: 0 auto;
    margin-bottom: 1rem;
}
#section_03 .block_03-02 .border_black{
    width: 80%;
    margin: 0 auto 1rem;
}
#section_03 .block_03-03{
    display: flex;
    justify-content: center;
    align-items:center;
    margin: 0 auto 1rem;
    padding: 2% auto;
    width: 100%;
}
#section_03 .block_03-03 p{
    text-align: left;
    margin: 0;
}
#section_03 .block_03-03 img{
    width: 35%;
    margin: 2%;
}
#section_03 .block_03-04{
    margin-bottom: 1rem;
}
#section_03 .block_03-04 p{
    margin: 0 auto 1rem;
    margin-bottom: 1rem;
    padding: 2.4rem;
    font-size: 1.6rem;
}
#section_03 .block_03-04 .larger{
    font-size: 1.2em;
}
#section_03 .block_03-05{
    padding: 0.6rem 2rem;
}
#section_03 .block_03-05 p{
    margin: 1rem 0;
}
#section_03 .block_03-05 .f_a{
    text-align: center;
    font-size: 1.2rem;
}
#section_03 .block_03-05 .f_b{
    text-align: center;
    font-size: 0.6rem;
}
#section_03 .block_03-06{
    display: block;
    padding: 2rem 10%;
}
#section_03 .block_03-06 .block_03-06-inbox{
    display: block;
    width: 100%;
    text-align: center;
    padding: 2rem;
}
#section_03 .block_03-06 .block_03-06-inbox p{
    margin: 0 auto;
}
#section_03 .block_03-06 .f_a{
    text-align: center;
    font-size: 1rem;
}
#section_03 .block_03-06 .f_b{
    text-align: center;
    font-size: 1.6rem;
    font-weight: bolder;
}
.list_wrap {
    list-style: none;
    margin: 1rem auto;
    padding: 0;
    text-align: left;
    width: 95%;
}
.list_text:before {
    content:  "";
    width: 1.1rem; 
    height: 1.1rem; 
    display: inline-block; 
    position: relative;
    top: 0.2rem; 
    margin-right: 0.4rem;
    background-image:  url(../../img/lp/008-9-100.jpg); 
    background-size:  contain; 
    background-repeat:  no-repeat; 
    vertical-align: top;
}
.list_text {
    padding:  0; 
    margin-bottom: 0.2rem; 
    font-size: 0.9rem; 
}
#section_03 .block_03-06 .f_c{
    text-align: center;
    font-size: 1.4rem;
    font-weight: bolder;
    margin: 1rem auto 0;
}

#section_04{
    margin: 0 auto 2rem;
}
#section_04 .block_04-01{
    display: flex;
    justify-content: space-between;
    align-items:center;
    margin: 0 auto 2rem;
    width: 100%;
    text-align: left;
    padding: 0 0 0 0.8rem;
}
#section_04 .block_04-01 p{
    width: 50%;
}
#section_04 .block_04-01 .p_text{
    font-size: 1.1rem;
}
#section_04 .block_04-02{
    align-items:center;
    width: 100%;
}
#section_04 .block_04-02 div{
    width: 100%;
    padding: 2rem;
}
#section_04 .block_04-02 .bg_gray{
    width: 100%;
    padding: 2rem 4rem 0.2rem;
}
#section_04 .block_04-02 p{
    text-align: left;
    font-size: 1.2rem;
}
#section_04 .block_04-02 .p_heading{
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.3;
    margin: 1rem auto;
}

#section_05{
    margin: 0 auto 2rem;
    padding: 0;
}
#section_05 .block_05-01{
    margin: 0 auto;
    padding: 1.2rem 0;
}
#section_05 .block_05-01 .p_heading-s{
    text-align: center;
    font-size: 0.9rem;
}
#section_05 .block_05-01 .p_heading-l{
    text-align: center;
    font-size: 2.6rem;
    font-weight: bolder;
}
#section_05 .block_05-02{
    margin: 1rem auto;
}
#section_05 .block_05-02 .p_text{
    font-size: smaller;
}   
#section_05 .flexwrap{
    margin: 0 auto 3rem;
    width: 100%;
}
#section_05 .block_05-03 p{
    text-align: left;
    margin: 0;
    font-size: 1.2rem;
}
#section_05 .p_heading{
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 2rem;
}
#section_05 .block_05-03 .p_heading{
    font-size: 2.4rem;
    text-align: left;
    margin-bottom: 2rem;
}
#section_05 .block_05-03 .bg_white{
    padding: 1rem;
}
#section_05 .block_05-03 .bg_gray{
    padding: 2rem;
}
#section_05 .block_05-03 img{
    width: 90%;
}

#section_06{
    margin: 0 auto 2rem;
    padding: 0;
}
#section_06 .block_06-01{
    margin: 0 auto 2rem;
    padding: 1.2rem 0;
}
#section_06 .block_06-01 .p_heading-s{
    text-align: center;
    font-size: 0.9rem;
}
#section_06 .block_06-01 .p_heading-l{
    text-align: center;
    font-size: 2.6rem;
    font-weight: bolder;
}
#section_06 .flexwrap{
    display: flex;
    justify-content: space-between;
    align-items:center;
    margin: 0 auto;
    padding: 3% 5%;
    width: 100%;
}
#section_06 .flexwrap div{
    margin: 0 0.2rem;
}
#section_06 .flexwrap_3 div{
    width: 32%;
}
#section_06 .flexwrap .p_title1{
    margin: 0 auto;
    font-size: 1.6rem;
}
#section_06 .flexwrap .p_title2{
    margin: 0 auto;
    font-size: 1.2rem;
}
#section_06 .flexwrap .p_text{
    font-size: 1rem;
    margin-bottom: 1.2rem;
}
#section_06 .f_a{
    text-align: center;
    font-size: 1.2rem;
    font-weight: bolder;
    margin-top: 0;
}

#section_07{
    margin: 0 auto 2rem;
    padding: 0;
}
#section_07 .block_07-01{
    margin: 0 auto 2rem;
    padding: 1.2rem 0;
}
#section_07 .block_07-01 .p_heading-s{
    text-align: center;
    font-size: 0.9rem;
}
#section_07 .block_07-01 .p_heading-l{
    text-align: center;
    font-size: 2.6rem;
    font-weight: bolder;
}
#section_07 .block_07-02{
    width: 100%;
    padding: 0 2rem;
}
#section_07 .p_subheading{
    padding: 0;
    margin: 0 auto 2rem;
}
#section_07 .p_subheading .f_a{
    font-size: 3.2rem;
    font-weight: 700;
    margin: 0 auto;
    line-height: 1.2;
}
#section_07 .p_subheading .f_b{
    font-size: 2rem;
    margin: 1rem auto;
}
#section_07 .voice{
    padding: 1.4rem;
}
#section_07 .voice h3{
    font-size: 1.5rem;
    margin: 0 0 0 auto;
    text-align: left;
}
#section_07 .voice span{
    font-size: 1.2rem;
}
#section_07 .voice p{
    font-size: 1rem;
    text-align: left;
}

#section_08{
    margin: 0 auto 2rem;
    padding: 0;
}
#section_08 .block_08-01{
    margin: 0 auto;
    padding: 1.2rem 0;
}
#section_08 .block_08-01 .p_heading-s{
    text-align: center;
    font-size: 0.9rem;
}
#section_08 .block_08-01 .p_heading-l{
    text-align: center;
    font-size: 2.6rem;
    font-weight: bolder;
}
#section_08 .block_08-question{
    text-align: center;
    font-size: 1.8rem;
    font-weight: bolder;
    padding: 0 1rem;
}
#section_08 .block_08-question .question{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    font-size: 1.6rem;
    margin: 3rem auto 0;
}
#section_08 .block_08-question .question p{
    font-size: 2.4rem;
    text-align: left;
    line-height: 1.2;
    margin: 0;
}
#section_08 .block_08-question .question img{
    display: inline-block; 
    position: relative; 
    margin: 0 1rem 0 0;
    width: 8rem;
    top: 1rem
}
#section_08 hr{
    height: 0.4rem;
    margin: 1rem auto 0;
}
#section_08 .block_08-question .p_text{
    font-size: 1.6rem;
    text-align: left;
    padding: 1rem;
}
#section_08 .block_08-02 .subtitle{
    font-size: 2rem;
    margin: 1rem 0;
}
#section_08 .block_08-02-flex{
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items:center;
    align-items: flex-start;
    margin: 0 auto;
    width: 96%;
}
#section_08 .block_08-02-flex div{
    flex-basis: 49.5%;
}
#section_08 .block_08-02-flex p{
    margin: 0;
    padding: 0.9rem;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
}
#section_08 .block_08-02-flex .border_black{
    padding: 0;
    margin-bottom: 1rem;
    width: 100%;
}
#section_08 .block_08-02-flex .border_black .bg_black{
    text-align: center ;
    font-size: 2rem;
    font-weight: 700;
}
#section_08 .block_08-02-flex .border_gray{
    padding: 0;
    margin-bottom: 1rem;
    width: 100%;
    color: #999999;
}
#section_08 .block_08-02-flex .border_gray .bg_darkgray{
    text-align: center ;
    font-size: 2rem;
    font-weight: 700;
}
#section_08 .block_08-flow{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items:center;
    align-items: flex-start;
    margin: 0 auto;
    width: 96%;
}
#section_08 .block_08-flow .block_08-container{
    margin: 0 0.3rem;
    flex-basis: 25%;
    width: 100%;
}
#section_08 .block_08-flow .block_08-container p{
    margin-bottom: 0;
}
#section_08 .block_08-flow img{
    display: inline-block; 
    position: relative; 
    width: 6rem;
}
#section_08 .block_08-flow .border_black{
    border: 0.5px solid;
    padding: 1rem 1rem;
    width: 100%;
}
#section_08 .block_08-flow .border_black p{
    font-size: 1.6rem;
    font-weight: 500;
    text-align: left;
    margin: 0;
}
#section_08 .block_08-flow .border_black .font_gray{
    margin: 0 auto 1rem;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}

.section_14{
    text-align: center;
    padding: 2rem 0 1rem;
    margin: 0 auto 2rem;
    width: 90%;
}
.section_14 .block-14_01{
    width: 16rem;
    margin: 0 auto;
}
.section_14 .block-14_01 p{
    border-radius: 1.5rem;
    line-height: 3rem;
    font-size: 1.6rem;
}
.section_14 .block-14_02 p{
    margin: 0 auto;
    font-size: 3rem;
}
.section_14 .form-wrap{
    width: 100%;
    margin: 2rem auto;
    text-align: center;
    font-size: 1.3rem;
}
.section_14 .form-wrap .Form-Item{
    width: 100%;
    padding: 1rem;
    text-align: left;
}
.section_14 .form-wrap .Form-Item-Label{
    margin: 0;
}
.section_14 .form-wrap .Form-Item-Label-Required{
    width: 100%;
    padding: 0 0.6rem;
    text-align: center;
    border: 1px solid #ff20a0;
}
.section_14 .form-wrap .Form-Item-Input{
    width: 100%;
    height: 4rem;
    margin: 0.4rem auto;
    text-align: left;
    border: 1px solid #000000;
    font-size: larger;
}
.section_14 .form-wrap .Form-Item-Textarea{
    width: 100%;
    height: 8rem;
    margin: 0.4rem auto 0;
    text-align: left;
    border: 1px solid #000000;
    font-size: larger;
}
.section_14 .form-wrap .annotation{
    width: 90%;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: left;
    margin: 0.2rem auto;
}

.section_14 .form-wrap .selectbox-label{
    margin-bottom: 0.4rem;
}
.section_14 .form-wrap .selectbox {
    position: relative;
}
.section_14 .form-wrap .selectbox::before,
.section_14 .form-wrap .selectbox::after {
    position: absolute;
    content: '';
    pointer-events: none;
}
.section_14 .form-wrap .selectbox::before {
    right: 0;
    display: inline-block;
    width: 2.8em;
    height: 4rem;
    border-radius: 0;
    background-color: #ff20a0;
    content: '';
}
.section_14 .form-wrap .selectbox::after {
    position: absolute;
    top: 50%;
    right: 1.4em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 0.4rem;
    height: 0.4rem;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
}
.section_14 .form-wrap .selectbox select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 4rem;
    border: 1px solid #000000;
    border-radius: 0;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}
.section_14 .form-wrap .selectbox select:focus {
    outline: 1px solid #2589d0;
}
.section_14 .form-wrap .Form-Btn{
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    cursor: pointer;
    background: #ff20a0;
    color: #ffffff;
    line-height: 1rem;
    width: 90%;
    height: 4rem;
    margin: 2rem auto;
    text-align: center;
    border: 0;
    border-radius: 2rem;
}

.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #000;
    border: solid 0px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    opacity: 0.5;
}
.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(20%) rotate(-45deg);
}

}

