@charset "UTF-8";
#detail_fv {
    padding-bottom: 7.2vw;
}
#detail_fv::before {
    content: none;
}
#detail_sec01 {
    padding-bottom: 11vw;
}
#detail_sec01 .inbox {
    background-color: #fff;
    border-radius: 1.6vw;
    box-shadow: 0px 0px 12px #0000001f;
    padding: 3.2vw 3.85vw 4.5vw;
}
#detail_sec01 .inbox .ti {
    padding-bottom: 3.35vw;
    border-bottom: 1px solid #c0c0c0;
}
#detail_sec01 .inbox .youtubebox {
    margin-top: 3.7vw;
}
#detail_sec01 .inbox .youtubebox iframe {
    height: 41.3vw;
}
#detail_sec01 .inbox .youtubebox p {
    margin-top: 0.55vw;
    text-align: right;
}
#detail_sec01 .inbox .link.b { 
    margin-top: 3vw;
}
#detail_sec01 .inbox .link.b a { 
    color: #ffffff;
    background-color: #000;
    box-shadow: unset;
}
#detail_sec01 .inbox .ti dl {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1.8vw;
}
#detail_sec01 .inbox .ti dl dt {
    font-size: 1.12em;
    font-weight: 500;
    color: #979797;
}
#detail_sec01 .inbox .ti dl dd {
    background-color: #000001;
    color: #fff;
    font-weight: 500;
    display: block;
    padding: 0.34vw 1.41vw;
    border-radius: 0.3vw;
    margin-left: 0.9vw;
}
#detail_sec01 .inbox .ti h1 {
    font-size: 2.6em;
}
#detail_sec01 .inbox .content {
    display: flex;
    flex-direction: column;
    margin-top: 3.7vw;
}
#detail_sec01 .inbox .content .sam {
    display: flex;
    flex-direction: column;
}
#detail_sec01 .inbox .content .sam img {
    max-width: 63%;
    margin: 0 auto 2.7vw;
}
#detail_sec01 .inbox .content img {
    max-width: 75%;
    margin: 0 auto 2.7vw;
    display: flex;
}
#detail_sec01 .inbox .content p {
    font-size: 1.122em;
    line-height: 200%;
}
#detail_sec01 .inbox .content p a {
    color: #5071ff;
    text-decoration: underline;
    
}
#detail_sec01 .inbox .content p:not(:last-of-type) {
    margin-bottom: 0vw;
}
#detail_sec01 .inbox .content .table {
    margin-top: 3.2vw;
}
#detail_sec01 .inbox .content .table dl {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    border-bottom: 1px solid #c0c0c0;
    font-size: 1.15em;
}
#detail_sec01 .inbox .content .table dl:nth-of-type(1) {
    border-top: 1px solid #c0c0c0;
}
#detail_sec01 .inbox .content .table dt {
    background-color: #f2f2f2;
    font-weight: 500;
    width: 22.6%;
    padding: 1.3vw 1.2vw 1.3vw 2.4vw;
}
#detail_sec01 .inbox .content .table dd {
    width: 77.4%;
    padding: 1.3vw 2.4vw 1.3vw 2.4vw;
    line-height: 170%;
}
#detail_sec01 .link_sec {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-top: 5vw;
}
#detail_sec01 .link_sec .next a::before ,
#detail_sec01 .link_sec .prev a::before {
    width: 3.1vw;
    height: 100%;
    background-image: url(../../img/common/arrow_b.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    top: 0;
    bottom: 0;
    margin: auto;
}
#detail_sec01 .link_sec .next a:hover::before ,
#detail_sec01 .link_sec .prev a:hover::before {
    background-image: url(../../img/common/arrow_w.png);
}
#detail_sec01 .link_sec .next a::before {
    right: .8vw;
}
#detail_sec01 .link_sec .prev a::before {
    transform: rotate(180deg);
    left: .8vw;
}
#detail_sec01 .link_sec .next a:hover::before {
    right: .5vw;
}
#detail_sec01 .link_sec .prev a:hover::before {
    left: .5vw;
}
#detail_sec01 .flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    align-content: center;
}
#detail_sec01 .flex .inbox {
    width: 56.55%;
    padding: 2.7vw 2.2vw 4.9vw;
}
#detail_sec01 .flex .inbox .ti {
    padding-bottom: 2vw;
}
#detail_sec01 .flex .inbox .ti h1 {
    font-size: 1.97em;
}
#detail_sec01 .flex .inbox .content {
    margin-top: 2.25vw;
}
#detail_sec01 .flex .inbox .content img {
    max-width: 100%;
    margin: 0 auto 2.1vw;
}
#detail_sec01 .case_table {
}
#detail_sec01 .case_table dl {
}
#detail_sec01 .case_table dl:not(:nth-of-type(1)) {
    margin-top: 2.5vw;
}
#detail_sec01 .case_table dl dt {
    font-size: 1.65em;
    font-weight: 500;
    line-height: 100%;
    position: relative;
    z-index: 0;
    padding-bottom: 1.1vw;
    margin-bottom: 1.1vw;
}
#detail_sec01 .case_table dl dt::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #00116a 0%, #000001 50%, #00116a 100%);
    background-size: 200% auto;
    bottom: 0;
    left: 0;
    animation: slide-color 3s linear infinite;
}
#detail_sec01 .case_table dl dd {
    line-height: 170%;
    font-size: 1.14em;
}
#detail_sec01 .case_table dl dd .teacher {
    display: flex;
    flex-direction: column;
}
#detail_sec01 .case_table dl dd .teacher h3 {
    background: linear-gradient(90deg, #fad6df 0%, #d7e8fb 100%);
    font-weight: 500;
    padding: 0.95vw 1.9vw;
    font-size: 1.03em;
    margin-bottom: 1.3vw;
}
#detail_sec01 .flex .inbox .content .case_table dl dd .teacher img {
    max-width: 42.8%;
    margin: 0px auto 1vw;
}
#detail_sec01 .case_table dl dd .teacher p {
    font-size: 1em;
    line-height: 170%;
}
.form {
    width: 40.8%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: sticky;
    top: 6vw;
}
.form.block {
    width: 60%;
    display: block;
    position: relative;
    top: 0;
    margin: 0 auto;
    margin-top: 2vw;
}
.form.block .p-contact-form__thanks {
    text-align: center;
}
.form.block .flexbox {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.form.block .left {
    width: 100%;
}
.form.block .right {
    width: 100%;
}
.form.block .right .text_box {
    margin: 1.5vw 0 0.5vw;
}
.form.block .right .text_box h3 {
    font-weight: 500;
    padding: 0.8vw 1vw;
    background: linear-gradient(90deg, #fad6df 0%, #d7e8fb 100%);
    font-size: 1.15em;
    display: flex;
    align-items: center;
    margin-bottom: 0.8vw;
}
.form.block .right .text_box h4 {
    margin: 1.5vw 0 0.5vw;
}
.form.block .right .text_box p {
    font-size: 1em;
    line-height: 180%;
}
.form.block .right .text_box ul {
}
.form.block .right .check {
    margin: 3vw 0;
}
.form.block .right .text_box ul li {
    margin-left: 1vw;
    list-style: disc;
}
.form.block .right .text_box ul li:not(:last-of-type) {
    margin-bottom: 0.5vw;
}
.form.block .formbox .right .link_box .c-button {
    width: 100%;
}
.form h2 {
    background: linear-gradient(90deg, #e6315b 0%, #318dec 100%);
    background-size: 100% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    padding: 2.2vw 0;
    font-size: 1.8em;
    font-weight: 500;
}
.form .formbox {
    width: 100%;
}
.form .formbox dl {
}
.form .formbox dl dt {
    font-weight: 500;
    padding: 0.8vw 1vw;
    background: linear-gradient(90deg, #fad6df 0%, #d7e8fb 100%);
    font-size: 1.15em;
    display: flex;
    align-items: center;
}
.form .formbox dl dt span.red {
    background-color: #e92f2f;
    color: #fff;
}
.form .formbox dl dt span {
    padding: 0.1vw 0.4vw;
    font-size: 0.85em;
    line-height: 100%;
    margin-left: 1.9vw;
}
.form .formbox dl dd {
    padding: 0.8vw 0.8vw 2.3vw;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.form .formbox dl dd span {
    display: block;
    font-size: 1.01em;
    line-height: 140%;
    margin-top: 0.4vw;
    width: 100%;
}
.form .formbox dl dd .is-full {
    width: 100%;
}
.form .formbox dl dd input[type="text"],
.form .formbox dl dd input[type="email"],
.form .formbox dl dd textarea,
.form .formbox dl dd select {
    border: 1px solid #9b9b9b;
    background-color: #ffffff;
    padding: 0.5vw 0.7vw;
    border-radius: 0.4vw;
}
.form .formbox dl dd textarea {
    height: 8vw;
    width: 100%;
}
.form .formbox p {
    font-size: 0.9em;
    line-height: 140%;
}
.form .formbox p:not(:last-of-type) {
    margin-bottom: 0.6vw;
}
.form .formbox p a {
    color: #5071ff;
    text-decoration: underline;
}
.form .formbox .link_box {
    margin-top: 2vw;
    text-align: center;
  transition: all ease-in-out .2s 0s;
}
.form .formbox .link_box:hover {
    opacity: 0.8;
}
.form .formbox .link_box .c-button {
    background: linear-gradient(90deg, #e6315b 0%, #318dec 100%);
    color: #fff;
    width: 91%;
    font-weight: 600;
    font-size: 1.15em;
    padding: 0.8vw 0;
    border-radius: 0.4vw;
}
@media screen and (max-width:1300px) {
}
@media screen and (max-width:900px) {
}
@media screen and (max-width:768px) {
#detail_sec01 {
    padding-bottom: 20vw;
}
#detail_sec01 .inbox {
    padding: 5.2vw 5.85vw 6.5vw;
}
#detail_sec01 .inbox .ti dl dd {
    padding: 0.94vw 2.41vw;
    margin-left: 1.9vw;
}
#detail_sec01 .inbox .ti h1 {
    font-size: 1.9em;
}
#detail_sec01 .inbox .content img {
    max-width: 100%;
    margin: 0 auto 4.7vw;
}
#detail_sec01 .link_sec {
    margin-top: 8vw;
}
#detail_sec01 .link_sec div:not(:last-of-type) {
    margin-bottom: 3vw;
}
#detail_sec01 .link_sec a {
        width: 82vw;
        padding: 4.5vw 0;
}
#detail_sec01 .flex .inbox {
    width: 100%;
    padding: 4.7vw 4.2vw 6.9vw;
}
.form {
    width: 100%;
    margin-top: 7vw;
}
#detail_sec01 .flex .inbox .ti h1 {
    font-size: 1.9em;
}
#detail_sec01 .flex .inbox .ti {
    padding-bottom: 3.35vw;
}
#detail_sec01 .flex .inbox .content {
    margin-top: 3.35vw;
}
#detail_sec01 .flex .inbox .content img {
    margin: 0px auto 3.35vw;
}
#detail_sec01 .case_table dl dt {
    padding-bottom: 3.1vw;
    margin-bottom: 2.1vw;
}
#detail_sec01 .case_table dl:not(:nth-of-type(1)) {
    margin-top: 5.5vw;
}
.form .formbox dl dt {
    padding: 1.8vw 2vw;
}
.form .formbox dl dd {
    padding: 2.8vw 0.8vw 4.3vw;
}
.form .formbox dl dd input[type="text"], .form .formbox dl dd input[type="email"], .form .formbox dl dd textarea, .form .formbox dl dd select {
    padding: 2.5vw 0.7vw;
}
.form .formbox dl dd textarea {
    height: 32vw;
}
.form .formbox .link_box .c-button {
    padding: 3.8vw 0;
}
.form .formbox .link_box {
    margin-top: 4vw;
}
.form .formbox dl dt span {
    padding: 1.1vw 1.0vw;
    font-size: 0.85em;
}
#detail_sec01 .link_sec .next a::before, #detail_sec01 .link_sec .prev a::before {
    width: 5.1vw;
}
#detail_sec01 .link_sec .prev a::before {
    left: 1.8vw;
}
#detail_sec01 .link_sec .next a::before {
    right: 1.8vw;
}
.form.block {
    width: 100%;
    margin-top: 7vw;
}
.form.block .left {
    width: 100%;
}
.form.block .right {
    width: 100%;
}
.form.block .right .text_box h3 {
    padding: 1.8vw 2vw;
    margin-bottom: 2.8vw;
}
.form.block .right .text_box h4 {
    margin: 5.5vw 0 2.5vw;
}
.form.block .right .text_box ul li {
    margin-left: 3vw;
}
.form.block .right .text_box ul li:not(:last-of-type) {
    margin-bottom: 1.5vw;
}
.form.block .right .text_box {
    margin: 1.5vw 0 10.5vw;
}
.form.block .right .check {
    margin: 10.5vw 0;
}
#detail_sec01 .inbox .link.b {
    margin-top: 5vw;
}
}