@charset "UTF-8";

/* CSS Document */

/*====================================

  fv

====================================*/

.fv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -10;
    mix-blend-mode: multiply;
}
.fv .fv_first,
.fv .fv_second,
.fv .fv_third,
.fv .fv_forth,
.fv .fv_fifth,
.fv .fv_sixth,
.fv .fv_seventh,
.fv .fv_eightth {
    position: relative;
    width: 100%;
    height: 12.5vh;
}
.fv .fv_first {
    background-image: url(../images/member_line_01.png);
    background-repeat: repeat-x;
    background-size: 200%;
    background-position: top 0 right 0;
}
.fv .fv_second {
    background-image: url(../images/member_line_02.png);
    background-repeat: repeat-x;
    background-size: 200%;
    background-position: top 0 right 0;
}
.fv .fv_third {
    background-image: url(../images/member_line_03.png);
    background-repeat: repeat-x;
    background-size: 200%;
    background-position: top 0 right 0;
}
.fv .fv_forth {
    background-image: url(../images/member_line_04.png);
    background-repeat: repeat-x;
    background-size: 200%;
    background-position: top 0 right 0;
}
.fv .fv_fifth {
    background-image: url(../images/member_line_02.png);
    background-repeat: repeat-x;
    background-size: 200%;
    background-position: top 0 right 0;
}
.fv .fv_sixth {
    background-image: url(../images/member_line_03.png);
    background-repeat: repeat-x;
    background-size: 200%;
    background-position: top 0 right 0;
}
.fv .fv_seventh {
    background-image: url(../images/member_line_04.png);
    background-repeat: repeat-x;
    background-size: 200%;
    background-position: top 0 right 0;
}
.fv .fv_eightth {
    background-image: url(../images/member_line_01.png);
    background-repeat: repeat-x;
    background-size: 200%;
    background-position: top 0 right 0;
}

/*====================================

	recruit_message

====================================*/ 

.recruit_message {
	margin-bottom: 40px;
}
.recruit_message h3 {
	font-size: 220%;
	line-height: 1.5em;
	margin-bottom: 1em;
}
.recruit_message .ex {
	font-size: 140%;
	line-height: 1.85em;
	margin-bottom: 1em;
}

/*====================================

	btn_list

====================================*/ 

.btn_list {
}
.btn_list ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}
.btn_list ul li {
	list-style: none;
	margin-right: 20px;
	margin-bottom: 10px;
}
.btn_list ul li a {
}

/*====================================

    .wp_contact

====================================*/ 

.wp_contact {
    border: 2px solid #d6d6d6;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 40px;
}
.wp_contact .ex {
    font-size: 110%;
    margin-bottom: 30px;
    line-height: 2em;
}
.wp_contact .form {
    width: 100%;
    margin-bottom: 60px;
}
.wp_contact .form .box {
}
.wp_contact form select {
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    padding: 16px 10px;
    position: relative;
    background: url(../images/arrow_bottom.svg) no-repeat top 50% right 10px;
    background-size: 10px;
}
.wp_contact form select:after {
    content: '▼';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    border: 1px solid #f00;
}
.wp_contact form dl {
    margin-bottom: 10px;
    width: 100%;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: -1px;
    padding: 20px 0;
}
.wp_contact form dl dt {
    margin-bottom: 6px;
}
.wp_contact form dl dt dd {
}
.wp_contact .personal_info {
    background: #f7f7f7;
    height: 200px;
    overflow: scroll;
    margin-bottom: 60px;
}
.wp_contact .personal_info .inner {
    padding: 20px;
}
.wp_contact .personal_info .inner h5 {
    font-size: 100%;
    margin-bottom: 10px;
}
.wp_contact .personal_info .inner>p {
    margin-bottom: 10px;
}
.wp_contact .personal_info .inner dl {
    margin-bottom: 20px;
}
.wp_contact .personal_info .inner dl dt {
    margin-bottom: 10px;
    font-weight: bold;
}
.wp_contact .personal_info .inner dl dd {
}
.wp_contact .personal_info .inner dl dd ul {
    display: table;
    width: 100%;
    margin-bottom: -1px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.wp_contact .personal_info .inner dl dd ul li {
    display: table-cell;
    vertical-align: middle;
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.wp_contact .personal_info .inner dl dd ul li:first-child {
    width: 120px;
}
.wp_contact .doi {
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
}
.doi_input {
    display: inline-block;
    background: #fff;
    border-radius: 30px;
    line-height: 1em;
    padding: 1em 5em;
    margin-bottom: 40px;
}
.wp_contact .doi input[type="checkbox"] {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    vertical-align: -2px;
    -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.wp_contact .doi input[type="checkbox"]:checked:before {
    position: absolute;
    top: 1px;
    left: 4px;
    transform: rotate(50deg);
    width: 4px;
    height: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    content: '';
}
.wp_contact .doi .doi_button {
    width: 100%;
    text-align: center;
    display: block;
}
.wp_contact .doi .doi_button .submit-btn {
    color: #333;
    display: inline-block !important;
    padding: 1em 5em;
    text-decoration: none;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    border-bottom: 1px solid #333;
    font-family: "Didact Gothic", sans-serif;
    color: #333;
    cursor: pointer;
    width: 200px;
}
.wp_contact .doi .doi_button .submit-btn:hover {
    border: 1px solid #333;
    border-radius: 30px;
    background-color: #fff;
}
.wp_contact .doi .doi_button .submit-btn[disabled] {
    cursor: not-allowed;
    color: #eee;
    display: inline-block !important;
}

/*====================================

    form

====================================*/

input[type="submit"],
input[type="text"],
input[type="file"],
select,
textarea,
button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
    width: 100%;
}
input::placeholder {
    color: #ccc;
}
input[type="file"] {
    padding: 10px;
    cursor: pointer;
    width: 100%;
}
label {
    cursor: pointer;
    display: inline-block;
}
input[type="file"] {
    display: none;
}
textarea {
    width: 100%;
}
.input_text_short,
.input_text_middle,
.input_text_long,
textarea {
    border: 0;
    padding: 10px;
    font-size: 1.1em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
    border: solid 1px #ccc !important;
}
textarea {
    line-height: 2em;
}
.input_text_short {
    width: 30%;
}
.input_text_middle {
    width: 50%;
}
.input_text_long {
    width: 100%;
}

form {
}
form dl dd ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    list-style: none;
}
form dl dd ul.col_2 li {
    width: 50%;
}
form dl dd buttom {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    padding: 8px 10px;
    font-size: 90%;
}
form dl dd.imgattached {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}
form dl dd.imgattached input[type=file] {
    display: none !important;
}
form dl dd.imgattached label {
border: 1px solid #ccc;
background: #fff;
border-radius: 4px;
padding: 8px 10px;
font-size: 90%;
}
form dl dd.imgattached label .mwform-file-delete {
    display: none;
}
form dl dd .imgattached__status {
    color: #999999;
}
form dl dd .imgattached__delete {
    display: block;
    display: none;
    cursor: pointer;
}
::placeholder {
    color: #ccc;
}
/*====================================

    .wp_thanks

====================================*/ 

.wp_thanks {
}
.wp_thanks .ex {
    font-size: 110%;
    margin-bottom: 30px;
    line-height: 2em;
}
