@charset "utf-8";

.jyunbi{
  font-size: 40px;
  text-align: center;
}
.share .bottom_cont {
  overflow: hidden;
  margin-top: 100px;
}

.share .bottom_cont .inner {
  overflow: hidden;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}

.share .bottom_cont .banner {
  width: 270px;
}
.share .bottom_cont .sideNav {
  display: flex;
  width: 600px;
  flex-wrap: wrap;
}
.share .bottom_cont .sideNav li{
  width: calc(50% - 10px);
  box-sizing: border-box;
  margin-top: 20px;
}
.share .bottom_cont .sideNav li:nth-child(even){
  margin-left: 20px;
}
.share .bottom_cont .sideNav li:nth-child(1),.share .bottom_cont .sideNav li:nth-child(2){
  margin-top: 0;
}

#company_seached {
  width: 340px;
}

#company_seached h2 {
  font-size: 18px;
  font-weight: bold;
  background: url(/system/wp-content/themes/uiokinawa/common/img/pc/ico/ico_seached.png) no-repeat;
  background-position: left center;
  padding-left: 35px;
  line-height: 29px;
  margin-bottom: 20px;
}

#company_seached ul {
  padding: 0 20px;
}

#company_seached li {
  margin-top: 25px;
}

#company_seached li:first-child {
  margin-top: 0;
}

#company_seached a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  color: #B40019;
  line-height: 1.4;
}

.contents-style>h1 {
  text-align: center;
  font-size: 36px;
  padding: 61px 0;
}

.share #main {
  background: url(/system/wp-content/themes/uiokinawa/img/pc/share/share_bg.png) repeat-x;
  background-position: top;
  margin-top: 103px;
}

.imgBox {
  width: 300px;
  height: 300px;
  overflow: hidden;
}

.imgBox img {
  width: 300px;
  height: 300px;
  object-fit: contain;
  object-position: 50% 50%;
  /*font-family: 'object-fit: contain; object-position: 50% 50%;'*/
}

#account .slick-slide {
    margin: 0 10px;
}

#account .slick-slide .imgBox {
    width: 100%;
    height: auto;
    overflow: hidden;
}
#account .slick-slide img {
    width: 100%;
    height: auto;
    min-height: auto;
}

#account .slick-prev {
    left: 0px;
}
#account .slick-next {
    right: 0px;
}

.um-profile-save:before {
  content: '更新';
  font-size: 14px;
  font-weight: bold;
  color: #3ba1da;
  padding: 5px 10px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #3ba1da;
  transition: all .3s;
}
.um-profile-save:hover:before {
  color: #fff;
  background: #3ba1da;
  border: 1px solid #3ba1da;
}
.um-profile-save i {
  display: none;
}
.um-profile-edit {
  z-index: 1 !important;
}
.um-field-textarea{
  font-family: "游ゴシック","Yu Gothic","游ゴシック体", YuGothic, sans-serif;
}
.newsContents{
  background: #fff;
  padding: 20px;
}
.newsContents h3{
  font-size: 24px;
  color: #e85604;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.2;
}
.newsContents p{
  font-size: 16px;
  line-height: 1.7;
  margin-top: 20px;
}
/*お問い合わせ*/
#contact input[type="text"],#contact input[type="tel"],#contact input[type="email"] {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  border: 1px solid #9D9D9D;
  border-radius: 5px;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  height: 55px;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#contact input#zip{
  width: 30%;
}
.wpcf7-form-control-wrap {
  position: relative;
  display: block;
  overflow: hidden;
}
#contact .your-school{
  width: 60%;
  float: left;

}
#contact .your-school-year{
  width: 40%;
  float: left;
}
#contact .your-school-year input[type="text"] {
  width: 53%;
  float: left;
}
#contact .your-school-year:before{
  content: "学年";
  width: 47%;
  float: left;
  display: block;
  top: 12px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
td.title input {
    border: none !important;
}
#contact textarea {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  border: 1px solid #9D9D9D;
  border-radius: 5px;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#contact select {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  border: 1px solid #9D9D9D;
  border-radius: 5px;
  box-sizing: border-box;
  width: 30%;
  font-size: 16px;
  height: 55px;
  padding: 0 10px;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contents_block{
  background: #fff;
  padding: 60px;
}
.cont_title{
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding: 40px 0;
}
.link_buttom_box {
    margin: 50px 0;
}
.contents_box{
  box-sizing: border-box;
  margin-bottom: 40px;
  position: relative;
}
.contents_box ul{
  line-height: 1.4;
  list-style-type: disc;
  list-style-position: inside;
}
p.kyoutyou {
    position: absolute;
    right: 0;
    top: 115px;
    color: #b40019;
    font-weight: 600;
    font-size: 24px;
    background: rgba(255,218,185,.5);
    padding: 20px;
}
.selectWrap{
  width: 100%;
  position: relative;
  display: inline-block;
}
.selectWrap::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}
.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #b4b3b3;
  border-radius: 2px;
}
select::-ms-expand {
    display: none;
}
h2.tit_h2 {
    font-size: 36px;
    position: absolute;
    top: 365px;
}
h2.tit_h2 span {
    background: #EB6F29;
    color: #fff;
    display: inline-block;
    padding: 17px 60px;
}
.main_cont {
    position: relative;
}
#topics .contents-style > .inner{
  overflow: visible;
}
.title_h2{
  background: url(/system/wp-content/themes/uiokinawa/img/pc/temp/bg_title_h2.png) no-repeat;
  background-size: 100%;
  border-bottom: 2px solid #e85400;
}
.title_h2 h2{
  font-size: 24px;
  padding: 29px 10px 30px 47px;
}
.title_h3{
  border: 2px solid #e8e1aa;
  border-bottom: 15px solid #e8e1aa;
  padding-top: 20px;
  position: relative;
  margin-top: 32px;
}
.title_h3 h3{
  font-size: 20px;
  display: inline-block;
  padding: 0 10px;
  position: absolute;
  top: -11px;
  left: 37px;
  background: #fff;
}
.title_h4 {
    border-bottom: 2px solid #e85400;
    position: relative;
    margin-bottom: 20px;
}
.title_h4:before {
    content: "";
    width: 40%;
    height: 2px;
    background: #e8e1aa;
    display: block;
    position: absolute;
    bottom: -2px;
    right: 0;
}
.title_h4 h4 {
    font-size: 18px;
    padding: 0 0 0 20px;
    margin-bottom: 20px;
}
.title_h5{
    margin-bottom: 10px;
}
.title_h5 h5{
    font-size: 16px;
    font-weight: bold;
}
.cont_text{
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
}
.link_text{
  color: #b40019;
  text-decoration: underline;
}
.link_text:after{
  content:"";
  background: url(/system/wp-content/themes/uiokinawa/common/img/pc/ico/gaibulink.svg) no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.f_w_b{
  font-weight: bold;
}
.link_buttom{
  width: 307px;
  border-radius: 5px;
  margin: 20px auto 0;
}
.catch{
  position: absolute;
  font-size: 70px;
  font-weight: bold;
  text-align: center;
  top: 32%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 0px 0px 10px #333;
  color: #fff;
  min-width: 1000px;
}
.more_details {
  font-size: 20px;
  padding: 22px 10px;
  width: 100%;
  border: 1px solid #b40019;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
}
.more_details:hover{
  color: #fff;
}
.bg_red{
  background: #B40019;
}
.more_bg_red .more_details{
  background: url(/system/wp-content/themes/uiokinawa/common/img/pc/ico/ico_arrow_right_wh.png) no-repeat;
  background-position: right 15px center;
}
.more_org .more_details{
  border: 1px solid #e85400;
  color: #e85400;
  background: url(/system/wp-content/themes/uiokinawa/common/img/pc/ico/ico_arrow_right_org.png) no-repeat;
  background-position: right 15px center;
}
.happens_list{
  position: relative;
  padding: 40px 20px;
}
.happens_list li{
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
}
.happens_list li:first-child{
  margin-top: 0;
}
.happens_list p{
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #b40019;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.happens_list p span{
  padding: 35px 20px;
  display: block;
  line-height: 1.4;
}
.price_list_box{
  overflow: hidden;
  padding-top: 20px;
}
.price_list{
  float: left;
  width: calc((100% - 1px ) / 2);
}
.box_right{
  border-left: 1px solid #9D9D9D;
}
.box_right .table_type tbody tr:last-child th{
    padding: 33px 0;
}
.price_list_box .cont_text {
  clear: both;
  padding-top: 10px;
  text-align: right;
}
.toukeika_inf{
  margin-top: 40px;
}
.toukeika_inf.contBox{
  margin-bottom: 80px;
}
.toukeika_inf .cont_text{
  padding-bottom: 10px;
}
.contBox{
  /* padding: 50px 0; */
}
.contBox p{
  padding: 50px 0;
  line-height: 1.4;
}
/*インタビュー*/
.lazy_load {
  opacity: 0;
  width: 100%;
}

.lazy_box {
  opacity: 0;
  -webkit-transition: opacity 0.9s ease-out;
  -moz-transition: opacity 0.9s ease-out;
  -ms-transition: opacity 0.9s ease-out;
  -o-transition: opacity 0.9s ease-out;
  transition: opacity 0.9s ease-out;
}

.loaded {
  opacity: 1;
}

/* 動画で見る 松山移住者インタビュー トップページ */
.contents_main {
  min-width: 1100px;
  padding-bottom: 95px;
}

#main_visual {
  position: relative;
  width: 100%;
  height: 670px;
  text-align: center;
  background-color: #000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#main_visual:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 670px;
  background: rgba(0, 0, 0, 0.24);
  content: '';
  z-index: 1;
}

#main_visual .lazy_box {
  z-index: 2;
}

#main_visual h2 {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  z-index: 2;
}

#main_visual p {
  position: absolute;
  top: 427px;
  left: 0;
  width: 100%;
  z-index: 2;
}

.case_list {
  margin-bottom: 0;
  overflow: hidden;
}

#video_list {
  margin-bottom: 75px;
  overflow: hidden;
}

#video_list h2 {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}
#video_list ul li {
  margin-top: 40px;
}
#video_list ul li:first-child {
  margin-top: 0;
}

#video_list .movie {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

#video_list .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.aLink{
  display: flex;
  margin-bottom: 20px;
}
.aLink li{
  border: 1px solid #ccc;
  margin: 10px 5px;
}
.aLink li a{
  display: block;
  padding: 20px;
}
.case {
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.case:nth-child(2n+1) .case_main {
  float: left;
}

.case:nth-child(2n+1) .case_main .inner {
  float: right;
  padding-right: 30px;
  padding-left: 20px;
}

.case:nth-child(2n+1) .case_img {
  float: right;
  height: 400px;
}

.case:nth-child(2n) .case_main {
  float: right;
}
.case .case_main {
  background: rgba(232,86,4,0.85);
}
.case:nth-child(1) .case_main {
  background: rgba(232,86,4,0.85);
}
.case:nth-child(2) .case_main {
  background: rgba(232,86,4,0.85);
}
.case:nth-child(3) .case_main {
  background: rgba(232,86,4,0.85);
}
.case:nth-child(2n) .case_main .inner {
  float: left;
  padding-left: 30px;
  padding-right: 20px;
}

.case:nth-child(2n) .case_img {
  float: left;
  height: 400px;
}

.case_main {
  width: 50%;
  padding: 50px 0;
  text-align: left;
  height: 400px;
  box-sizing: border-box;
}
.case_main .inner {
  width: 440px;
}
#interview-detail .case_main .inner {
  width: 100%;
  padding-right: 30px;
}
.case_main .case_number {
  margin-bottom: 30px;
  font-size: 24px;
  color: #fff;
}
.case_main .case_number span {
  font-size: 48px;
  margin-left: 5px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
}
.case_main h3 {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.2;
  color: #fff;
}
.movieBox{
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movieBox iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .case_main h3 {
    margin-right: 0;
  }
}
.case_main .profile {
  margin-bottom: 22px;
  color: #fff;
}
.case_main .profile .text{
  line-height: 1.3;
}
.case_main .profile .pfl {
  padding-top: 0;
  line-height: 1.3;
}
.case_main .profile .pfl span {
  font-size: 90%;
  font-weight: bold;
}
.case_main .profile .pfl p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 5px;
}
.case_main .btn a:hover:after {
  background-image: url(../img/btn_arrow_hover.png);
}
.case_img {
  width: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.case_img .inner {
  width: 100%;
}
.case_img .inner img {
  object-fit: cover;
  height: 400px;
  width: 100%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
}
.bottom_banner {
  text-align: center;
}
p.subtitle {
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.3;
}
p.description {
  line-height: 1.4;
  font-size: 14px;
}
.ques {
  cursor: pointer;
  font-size: 22px;
  margin-top: 20px;
  padding: 20px 20px 20px 85px;
  border: 1px solid #ddd;
  line-height: 1.4;
  position: relative;
  counter-increment:que;
}
.que:hover {
  text-decoration: underline;
}
.ques:before{
  content: "Q"counter(que)".";
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 34px;
  font-weight: bold;
  color: #B40019;
}
.answer {
  display: none;
  background: #ddd;
  padding: 10px;
  font-size: 20px;
  padding: 20px 20px 20px 60px;
  line-height: 1.4;
  position: relative;

}
.answer:before{
  content: "A.";
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 34px;
  font-weight: bold;
  color: #B40019;
}
.faqBox{
  margin-top: 50px;
}
.faqBox:nth-of-type(1){
  margin-top: 0;
}
.faqBox h2{
  border-bottom: 4px solid #ccc;
  padding-bottom: 15px;
  position: relative;
}
.faqBox h2:after{
  content:"";
  height: 4px;
  width: 35%;
  background: #EB6F29;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.contents_block_sub{overflow: hidden;position: relative;}
.sub_box{
  width: 600px;
  float: right;
  padding: 50px 30px;
}
.sub_box h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.sub_box p {
  line-height: 1.4;
}
.sub_img {
    position: absolute;
    top: 20px;
}
.linkBox{

}
.linkBox li{
  margin-top: 30px;
  box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.16);
  border-radius: 3px;
  overflow: hidden;
}
.linkBox li:first-child{
  margin-top: 0;
}
.linkBox li a{
  font-size: 18px;
  line-height: 1.4;
  display: block;
  padding: 30px 50px;
  position: relative;
  transition-property: all;
  transition: 0.3s linear;
}
.linkBox li a:hover{
  background: #c74053;
  color: #fff;
}
.linkBox li a:after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.4;
  width: 85px;
  height: 100%;
  border-left: 1px solid #EFEFEF;
  box-sizing: border-box;
  background: url(/system/wp-content/themes/uiokinawa/common/img/pc/ico/ico_arrow_right_red.png) no-repeat;
  background-position: center;
  transition-property: all;
  transition: 0.3s linear;
}
.linkBox li a:hover:after{
  background: url(/system/wp-content/themes/uiokinawa/common/img/pc/ico/ico_arrow_right_white.png) no-repeat;
  background-position: center;
}
.linkBox li a span{
  font-size: 24px;
  font-weight: bold;
  display: block;
}
.topicContents{
  position: relative;
  padding: 30px 0;
}
.topicContents:before{
  content:"";
  width: 2000px;
  height: 225px;
  background: #F8E6E8;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  margin-left: -1000px;
}
.topicContents ul{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
.topicContents ul li{}
.topicContents figure{}
.topicContents figure img{
  width: 273px;
}
.topicContents figure figcaption{
  position: relative;
  text-align: center;
  padding: 30px 20px;
  font-size: 18px;
  background: #fff;
  font-weight: bold;
}
.topicContents figure figcaption:before{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 13px 6.5px;
  border-color: transparent transparent #ffffff transparent;
  top: -13px;
  left: 50%;
  margin-left: -6px;
}
#privacy .contents_block p{
  line-height: 1.4;
}
#privacy .contents_block ul{
  line-height: 1.4;
}
#privacy .contents_block ul li{
  margin-top: 30px;
}
#privacy .contents_block ul li dl{

}
#privacy .contents_block ul li dl dt{
  border-bottom: 2px solid #e85400;
  position: relative;
  margin-bottom: 20px;
  font-size: 20px;
  padding: 5px 10px;
  font-weight: bold;
}
#privacy .contents_block ul li dl dd{

}
#privacy .contents_block ul li dl dd ul{
  margin-left: 1em;
  text-indent: -1em;
}
#privacy .contents_block ul li dl dd ul li{
  margin-top: 10px;
}
#privacy .contents_block ul li dl dd ul li ul{
  padding-left: 1em;
}
.accessMap{}
.accessMap dl{
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}
.accessMap dl dt{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px 20px;
    color: #e85604;
}
.accessMap dl dd{
    line-height: 1.4;
    padding: 20px;
}
.accessMap dl dd.map{}
.accessMap dl dd.map iframe{
  width: 100%;
  height: 300px;
}
input[type=password] {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  border: 1px solid #7E7E7E;
  border-radius: 3px;
  height: 34px;
  box-sizing: border-box;
  padding: 0 20px;
  width: auto;
  font-size: 16px;
}
input[name=Submit] {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  border-radius: 3px;
  height: 34px;
  box-sizing: border-box;
  padding: 0 20px;
  width: auto;
  font-size: 16px;
  background: #E85400;
  color: #fff;
}
span.require {
  color: #fff;
  background: #B40019;
  margin-left: 5px;
  font-size: 12px;
  font-weight: 400;
  padding: 3px 5px;
  display: inline-block;
  border-radius: 3px;
  line-height: 1;
}
.recruitment_company{
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  padding: 20px 0;
}
.link_buttom {
    margin: 20px 0 0;
}
.recruitment_company li{
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #ddd;
}
.recruitment_company li:first-child{
  padding: 0;
  margin: 0;
  border: none;
}
.recruitment_company figure {
    display: flex;
}
.recruitment_company figure .imgBox {
    width: 300px;
    border: 1px solid #eee;
    box-sizing: border-box;
    background: #fefefe;
}
.recruitment_company figure > figcaption {
    padding: 30px;
    box-sizing: border-box;
    width: 700px;
    background: #fff;
}
.recruitment_company figure > figcaption h3 {
    font-size: 24px;
    color: #e85604;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.2;
}
.recruitment_company figure > figcaption .catname ul {
    display: flex;
    margin: 0 -5px;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.recruitment_company figure>figcaption .catname ul li {
    font-weight: 500;
    color: #fff;
    background: #EB6F29;
    display: inline-block;
    padding: 5px 10px;
    border-bottom: 0;
    margin: 5px;
    border-top: 0;
}
.recruitment_company figure > figcaption .catname2 ul {
    display: flex;
    margin: 0 -5px;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.recruitment_company figure > figcaption .catname2 ul li {
    font-weight: 500;
    color: #fff;
    background: #999;
    display: inline-block;
    padding: 5px 10px;
    border-bottom: 0;
    margin: 5px;
    border-top: 0;
}
.company_recruitment{
  /* max-height: 600px; */
}
.company_recruitment .inner{
  overflow: visible;
}
.company_recruitment .imgBox {
  border: 1px solid #eee;
}
.company_recruitment .imgBox img {
    min-height: auto;
}
.company_recruitment figure > figcaption h3 {
    font-size: 24px;
    color: #e85604;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.2;
}
.company_recruitment figure > figcaption .catname ul {
    display: flex;
    margin: 0 -5px;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.company_recruitment figure>figcaption .catname ul li {
    font-weight: 500;
    color: #fff;
    background: #EB6F29;
    display: inline-block;
    padding: 5px 10px;
    border-bottom: 0;
    margin: 5px;
    border-top: 0;
}
.company_recruitment figure > figcaption .catname2 ul {
    display: flex;
    margin: 0 -5px;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.company_recruitment figure > figcaption .catname2 ul li {
    font-weight: 500;
    color: #fff;
    background: #999;
    display: inline-block;
    padding: 5px 10px;
    border-bottom: 0;
    margin: 5px;
    border-top: 0;
}
.company_recruitment .slick-prev,
.company_recruitment .slick-next
.recruitment_company .slick-prev,
.recruitment_company .slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 10;
}
.company_recruitment .slick-next,
.recruitment_company .slick-next {
    right: -45px;
}
.company_recruitment .slick-prev,
.recruitment_company .slick-prev {
    left: -45px;
}
.company_recruitment .slick-dots,
.recruitment_company .slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 10;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
    height: 100%;
    max-height: 600px;
}

.recruitment_company .slick-dotted.slick-slider {
    margin-bottom: 0;
    height: auto;
    max-height: 600px;
}
.recruitment_company .slick-prev {
    left: -45px;
}
.recruitment_company .slick-prev {
    left: -45px;
}

#search-detail .search_list .imgBox_sub ul.slick-dots {
    display: block;
    bottom: -30px;
}
#search-detail .search_list .imgBox_sub .slick-slide {
      padding: 0 10px;
}
#search-detail .search_list .imgBox_sub .slick-slide img {
      width: 100%;
}
/*===============================================
●tablet.css 画面の横幅が750pxまで
===============================================*/
@media screen and (max-width: 750px){
.slick-prev, .slick-next {
    width: 60px !important;
    height: 60px !important;
}
.search_list.w100 figure>figcaption h3 {
    font-size: 2.2rem !important;
}
.company_recruitment {
    max-height: initial;
}
.recruitment_company .slick-next {
    right: -30px;
}
.recruitment_company .slick-prev {
    left: -30px;
}
.share #main{
  margin-top: 113px;
}
.top_cont h2 {
    width: 434px;
}
.share .bottom_cont .banner {
    width: 100%;
    padding-top: 51.26%;
}
.share .bottom_cont > .inner {
    overflow: hidden;
    display: block;
    padding: 0 40px;
    display:-webkit-box;
    display: -webkit-flex;
    display:-ms-flexbox;
    display: flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.share #okinawa_now {
    background: url(/system/wp-content/themes/uiokinawa/common/img/sp/banner/banner.png) no-repeat;
    background-size: 100%;
    margin-top: 90px;
    -webkit-box-ordinal-group:2;
    -ms-flex-order:2;
    -webkit-order:2;
    order:2;
}
.share #okinawa_emigration {
    margin-top: 50px;
    -webkit-box-ordinal-group:3;
    -ms-flex-order:3;
    -webkit-order:3;
    order:3;
}
.share #company_seached {
    width: 100%;
    text-align: center;
    -webkit-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
}
.share .bottom_cont .sideNav {
    width: 100%;
    margin-top: 90px;
    -webkit-box-ordinal-group:2;
    -ms-flex-order:2;
    -webkit-order:2;
    order:2;
    display: block;
}
.share .bottom_cont .sideNav li {
    margin-top: 40px;
    margin-left: 0;
    width: 100%;
}
.share .bottom_cont .sideNav li:nth-child(even) {
    margin-left: 0;
}
.share .bottom_cont .sideNav li:nth-child(1), .share .bottom_cont .sideNav li:nth-child(2) {
    margin-top: 40px;
}

.share #company_seached h2{
  margin-bottom: 40px;
  background: none;
}
.share #company_seached h2 span{
    font-size: 1.9rem;
    font-weight: bold;
    background: url(/system/wp-content/themes/uiokinawa/common/img/sp/ico/ico_seached.png) no-repeat;
    background-position: 0 3px;
    background-size: 45px;
    padding: 9px 0 9px 60px;
    line-height: 36px;
    display: inline-block;
}
.share #company_seached li {
    margin-top: 40px;
}
.share #company_seached a {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    display: block;
}
.contents-style>h1 {
    text-align: center;
    font-size: 3rem;
    padding: 8% 0;
}
.newsContents {
    background: #fff;
    padding: 5%;
}
.newsContents h3{
  font-size: 2.4rem;
  color: #e85604;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.2;
}
.newsContents p {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-top: 20px;
}
.newsContents .date{
  font-size: 1.6rem;
}
.case:nth-child(2n) .case_img ,.case:nth-child(2n+1) .case_img{
    float: none;
    height: 400px;
    width: 100%;
}
.case:nth-child(2n) .case_main,.case:nth-child(2n+1) .case_main {
    float: none;
    width: 100%;
    height: auto;
    overflow: hidden;
}
#interview-detail .case_main .inner,.case:nth-child(2n) .case_main .inner,.case:nth-child(2n+1) .case_main .inner {
    width: 100%;
    padding: 0 30px;
}
.movieBox,.case {
    padding: 0 20px;
    box-sizing: border-box;
}
.movieBox iframe{
  height: 400px;
}
#interview-list .contents_block{
  padding: 0;
}
.title_h2{
  background: url(/system/wp-content/themes/uiokinawa/img/pc/temp/bg_title_h2.png) no-repeat;
  background-size: cover;
  border-bottom: 2px solid #e85400;
}
.title_h5 h5 {
    font-size: 28px;
    font-weight: bold;
}
.ques {
  cursor: pointer;
  font-size: 32px;
  margin-top: 20px;
  padding: 20px 20px 20px 100px;
  line-height: 1.4;
}
.que:hover {
  text-decoration: none;
}
.ques:before {
    content: "Q"counter(que)".";
    position: absolute;
    top: 14px;
    left: 20px;
    font-size: 40px;
    font-weight: bold;
    color: #B40019;
}
.answer {
  display: none;
  background: #f2f2f2;
  padding: 10px;
  font-size: 32px;
  padding: 20px 20px 20px 100px;
  line-height: 1.4;
}
.answer:before {
    content: "A.";
    position: absolute;
    top: 20px;
    left: 34px;
    font-size: 40px;
    font-weight: bold;
    color: #B40019;
}
.faqBox h2 {
    border-bottom: 8px solid #ccc;
    padding-bottom: 30px;
    position: relative;
    font-size: 40px;
}
.faqBox h2:after {
    content: "";
    height: 8px;
    width: 35%;
    background: #EB6F29;
    position: absolute;
    bottom: -8px;
    left: 0;
}
.cont_text {
    font-size: 28px;
    line-height: 1.4;
    margin-top: 20px;
}
.title_h2 h2 {
    font-size: 32px;
    line-height: 1.4;
    padding: 29px 10px 30px 47px;
}
.title_h4 h4 {
    font-size: 30px;
    padding: 0 0 0 20px;
    margin-bottom: 20px;
}
.contents_box ul {
    line-height: 1.4;
    text-indent: -35px;
    margin-left: 40px;
}
.accessMap dl dt{
    font-size: 30px;
}
.topicContents ul{
    display: block;
    margin: 50px 0;
    position: relative;
    z-index: 1;
}
.topicContents figure{
  text-align:center;
}
.topicContents figure img {
    width: 546px;
}
.topicContents:before{
  width: 750px;
  height: 100%;
  left: 50%;
  margin-left:-375;
}
.topicContents ul li {
  margin-top: 100px;
}
.topicContents ul li:first-child {
  margin-top: 0px;
}
.topicContents figure figcaption {
    padding: 50px 20px;
    font-size: 32px;
}
.topicContents figure figcaption:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 26px 52px 26px;
    border-color: transparent transparent #ffffff transparent;
    top: -50px;
    left: 50%;
    margin-left: -26px;
}
.sub_img {
    position: absolute;
    top: 20px;
    width: 260px;
}
.sub_box {
    width: 70%;
    float: right;
    padding: 50px 30px 125px;
}
.linkBox li a {
    font-size: 24px;
    line-height: 1.4;
    display: block;
    padding: 30px 50px;
    position: relative;
    transition-property: all;
    transition: 0.3s linear;
}
.linkBox li a span {
    font-size: 32px;
    font-weight: bold;
    display: block;
}
h2.tit_h2 {
    font-size: 40px;
    position: static;
    display: block;
}
h2.tit_h2 span {
    color: #fff;
    display: inline-block;
    padding: 30px 60px;
    display: block;
    text-align: center;
}
#topics .cont_text{
  padding: 0;
  margin-bottom: 50px;
  margin-top: 0;
}
#topics .toukeika_inf{
  margin-top: 0;
}
.catch {
    position: absolute;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-shadow: 0px 0px 10px #333;
    color: #fff;
    min-width: 750px;
}
#contact input[type="text"],#contact input[type="tel"],#contact input[type="email"] {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  border: 1px solid #9D9D9D;
  border-radius: 10px;
  box-sizing: border-box;
  width: 100%;
  font-size: 32px;
  height: 70px;
  padding: 0 10px;
}
#contact textarea {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  border: 1px solid #9D9D9D;
  border-radius: 10px;
  box-sizing: border-box;
  width: 100%;
  font-size: 32px;
  padding: 0 10px;
}
p.description {
    line-height: 1.5;
    font-size: 28px;
}
.case_main h3 {
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: normal;
    line-height: 1.2;
    color: #fff;
}
.case_main .profile .pfl span {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}
.case_main .profile .pfl p {
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
}
.case_main .profile {
    margin-bottom: 0;
    color: #fff;
}
.link_buttom {
    width: 400px;
    border-radius: 10px;
    margin: 20px auto 0;
}
.more_details {
  font-size: 24px;
  padding: 40px 10px;
  width: 100%;
  border-radius: 10px;
}
.contents_block {
  background: #fff;
  padding: 40px;
}
input[type=password] {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  border: 1px solid #7E7E7E;
  border-radius: 5px;
  height: 62px;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  font-size: 32px;
}
input[name=Submit] {
  border-radius: 5px;
  height: 62px;
  font-size: 24px;
  margin-top: 20px;
  cursor: pointer;
}
  p.kyoutyou {
    position: static;
    font-size: 32px;
    margin-bottom: 20px;
}
}