@charset "UTF-8";
#contact_fv {
}
#contact_sec01 {
    padding: 4vw 0 11vw;
}
#contact_sec01 .form {
    width: 100%;
    margin: 3vw auto 0;
}
#contact_sec01 .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;
}
#contact_sec01 .form .formbox {
}
#contact_sec01 .form .formbox dl {
}
#contact_sec01 .form .formbox dl.none {
    display: none;
}
#contact_sec01 .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;
}
#contact_sec01 .form .formbox dl dt span.red {
    background-color: #e92f2f;
    color: #fff;
}
#contact_sec01 .form .formbox dl dt span {
    padding: 0.1vw 0.4vw;
    font-size: 0.85em;
    line-height: 100%;
    margin-left: 1.9vw;
}
#contact_sec01 .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;
}
#contact_sec01 .form .formbox dl dd .file {
    width: 100%;
    background-color: #fff;
    border-radius: 0.5vw;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 1vw;
    box-shadow: 0px 0px 12px #00000008;
}
#contact_sec01 .form .formbox dl dd .file .mwform-file-delete {
    width: auto;
}
#contact_sec01 .form .formbox dl dd .file:not(:last-of-type) {
    margin-bottom: 1vw;
}
#contact_sec01 .form .formbox dl dd span {
    display: block;
    font-size: 1.01em;
    line-height: 140%;
    margin-top: 0.4vw;
    width: 100%;
}
#contact_sec01 .form .formbox dl dd label {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
#contact_sec01 .form .formbox dl dd label span {
    display: inline-block;
    margin-top: 0;
    width: auto;
    font-size: 1.3em;
}
#contact_sec01 .form .formbox dl dd .mwform-radio-field:not(:last-of-type) {
    margin-bottom: 0.5vw;
}
#contact_sec01 .form .formbox dl dd .is-full {
    width: 100%;
}
#contact_sec01 .form .formbox dl dd input[type="text"],
#contact_sec01 .form .formbox dl dd input[type="email"],
#contact_sec01 .form .formbox dl dd textarea,
#contact_sec01 .form .formbox dl dd select {
    border: 1px solid #9b9b9b;
    background-color: #ffffff;
    padding: 0.5vw 0.7vw;
    border-radius: 0.4vw;
    width: 100%;
}
#contact_sec01 .form .formbox dl dd textarea {
    height: 8vw;
}
#contact_sec01 .form .formbox p {
    font-size: 0.9em;
    line-height: 140%;
}
#contact_sec01 .form .formbox p:not(:last-of-type) {
    margin-bottom: 0.6vw;
}
#contact_sec01 .form .formbox p a {
    color: #5071ff;
    text-decoration: underline;
}
#contact_sec01 .form .formbox .link_box {
    margin-top: 2vw;
    text-align: center;
  transition: all ease-in-out .2s 0s;
}
#contact_sec01 .form .formbox .link_box:hover {
    opacity: 0.8;
}
#contact_sec01 .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;
}
#contact_sec01 .flex {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}
#contact_sec01 .flex .sidebar {
    width: 27%;
}
#contact_sec01 .flex .sidebar h3 {
    color: #fff;
    font-size: 1.2em;
    padding: 1.2vw 0.8vw;
    background-color: #092846;
}
#contact_sec01 .flex .sidebar ul {
}
#contact_sec01 .flex .sidebar ul li {
}
#contact_sec01 .flex .sidebar ul li a {
    color: #000;
    font-size: 1.2em;
    padding: 1.2vw 0.8vw;
    display: block;
    transition: all ease-in-out .2s 0s;
}
#contact_sec01 .flex .sidebar ul li.active a {
    color: #F1890E;
    background: #fff1dd;
    pointer-events: none;
}
#contact_sec01 .flex .sidebar ul li a:hover {
    background-color: #e7e9ee;
}
#contact_sec01 .flex .content,
#contact_sec01 .flex .contents {
    width: 69%;
    border-left: 1px solid #c0c0c0;
    padding-left: 5%;
}
#contact_sec01 .flex .application {
    margin-top: 3vw;
}
#contact_sec01 .flex .application p {
    font-size: 1.1em;
    margin-bottom: 2vw;
}
#contact_sec01 .flex .application p.red {
    color: #e80000;
}
#contact_sec01 .flex .application p b {
}
#contact_sec01 .flex .application .table {
    border: 1px solid #092846;
    margin-bottom: 5vw;
}
#contact_sec01 .flex .application .table dl {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
    font-size: 1.1em;
}
#contact_sec01 .flex .application .table dl:not(:last-of-type) dt {
    border-bottom: 1px solid #fff;
}
#contact_sec01 .flex .application .table dl:not(:last-of-type) dd {
    border-bottom: 1px solid #092846;
}
#contact_sec01 .flex .application .table dl dt {
    width: 33%;
    padding: 2vw 1vw;
    border-right: 1px solid #092846;
    background-color: #092846;
    color: #fff;
}
#contact_sec01 .flex .application .table dl dd {
    width: 67%;
    padding: 2vw 1vw;
}
#contact_sec01 .flex .application .table dl dd span {
    display: block;
    width: 100%;
}
#contact_sec01 .flex .application .table dl dd span:not(:last-of-type) {
    margin-bottom: 0.5vw;
}
#contact_sec01 .flex .application .table dl dd span a {
    color: #5071ff;
    text-decoration: underline;
    position: relative;
    z-index: 0;
}
#contact_sec01 .flex .application .table dl dd span a::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 1.25vw;
    height: 100%;
    background-image: url(../../img/sub/about/brochure/pdf.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    right: -1.8vw;
    top: 0;
    bottom: 0;
    margin: auto;
}
#contact_sec01 .flex .application .table dl:nth-of-type(4) dd span a::before,
#contact_sec01 .flex .application.type2 .table dl:nth-of-type(3) dd span a::before {
    background-image: url(../../img/sub/about/brochure/docx.png);
}
@media screen and (max-width:1300px) {
}
@media screen and (max-width:900px) {
}
@media screen and (max-width:768px) {
#contact_sec01 {
    padding: 7vw 0 20vw;
}
#contact_sec01 .form {
    width: 100%;
    margin-top: 5vw;
}
#contact_sec01 .form .formbox dl dt {
    padding: 1.8vw 2vw;
}
#contact_sec01 .form .formbox dl dd {
    padding: 2.8vw 0.8vw 4.3vw;
}
#contact_sec01 .form .formbox dl dd input[type="text"], #contact_sec01 .form .formbox dl dd input[type="email"], #contact_sec01 .form .formbox dl dd textarea, #contact_sec01 .form .formbox dl dd select {
    padding: 2.5vw 0.7vw;
}
#contact_sec01 .form .formbox dl dd textarea {
    height: 32vw;
}
#contact_sec01 .form .formbox .link_box .c-button {
    padding: 3.8vw 0;
}
#contact_sec01 .form .formbox .link_box {
    margin-top: 4vw;
}
#contact_sec01 .form .formbox dl dt span {
    padding: 1.1vw 1.0vw;
    font-size: 0.85em;
}
#contact_sec01 .flex .sidebar {
    width: 100%;
}
#contact_sec01 .flex .sidebar ul li a {
    padding: 3.2vw 2.8vw;
}
#contact_sec01 .flex .contents {
    width: 100%;
    border-left: 0px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
    padding-left: 0;
    padding-top: 5vw;
    margin-top: 5vw;
}
#contact_sec01 .form .formbox dl dd .mwform-radio-field:not(:last-of-type) {
    margin-bottom: 1vw;
}
#contact_sec01 .flex .sidebar h3 {
    padding: 3.2vw 2.8vw;
}
#contact_sec01 .flex .application {
    margin-top: 5vw;
}
#contact_sec01 .flex .application p {
    margin-bottom: 4vw;
}
#contact_sec01 .flex .application .table {
    margin-bottom: 10vw;
}
#contact_sec01 .flex .application .table dl dt {
    width: 100%;
    padding: 3vw 2vw;
    border-right: 0px;
}
#contact_sec01 .flex .application .table dl:not(:last-of-type) dt {
    border-bottom: 0px;
}
#contact_sec01 .flex .application .table dl:not(:last-of-type) dd {
    border-bottom: 0px;
}
#contact_sec01 .flex .application .table dl dd {
    width: 100%;
    padding: 3vw 2vw;
}
#contact_sec01 .flex .application .table dl dd span a {
    font-size: 1.1em;
}
#contact_sec01 .flex .application .table dl dd span a::before {
        width: 6.25vw;
        background-size: auto 100%;
        right: -6.2vw;
}
#contact_sec01 .flex .application .table dl dd span:not(:last-of-type) {
    margin-bottom: 1.5vw;
}
#contact_sec01 .form .formbox dl dd .file {
    padding: 3vw 1vw;
}
#contact_sec01 .form .formbox dl dd .file:not(:last-of-type) {
    margin-bottom: 2vw;
}
}