@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:400,700");
.clearfix, .wrap, .imgList, .imgList-2, .section_box {
  *zoom: 1; }
  .clearfix:after, .wrap:after, .imgList:after, .imgList-2:after, .section_box:after {
    content: "";
    display: table;
    clear: both; }

.cf:after {
  content: "";
  display: block;
  clear: both; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.4em;
  background: #FFF;
  font-family: -apple-system-body, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  padding: 0;
  margin: 0;
  vertical-align: baseline; }

select, input, button, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

@media (max-width: 768px) {
  img {
    max-width: 100%; } }

a {
  text-decoration: none;
  color: #1d84c6;
  outline: none;
  text-decoration: none;
  font-weight: bold; }

a:hover {
  color: #c6911d; }

a.anchor {
    display: block;
    padding-top: 130px;
    margin-top: -130px;
    pointer-events: none; }

.background {
  background-image: url("../images/background.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 18%;
}
@media (max-width: 768px) {
  .background {
    background-size: 38%; } }

.bkRGBA{
  height: 100%;
  background: rgba(255,255,255,0.8); }

.inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto; }

.wrap {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1200px) {
    .wrap {
      width: 1100px; } }
  @media (max-width: 1200px) {
    .wrap {
      width: 92%; } }

#main_wrap {
  display: block;
  padding-top: 120px; }
  @media (max-width: 680px) {
    #main_wrap {
        padding-top: 70px; } }

#mainVisual {
  width: 100%;
  max-width: 1366px;
  height: auto;
  box-sizing: border-box;
  position: relative;
  background-size: cover;
  margin: 0 auto;
  overflow: hidden; }
  #mainVisual .main_bg {
    width: 100%; }

.centertxt {
  width: 400px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .centertxt {
      max-width: 80%; } }
.centertxt2 {
  width: 530px;
  margin: 0 auto;
  margin-top: 20px; }
  @media (max-width: 768px) {
    .centertxt2 {
      max-width: 80%; } }
.centertxt h2, .centertxt2 h2{
  position: relative;
  top: 10px;
  text-align: center;
  font-size:30px; }
  @media (max-width: 768px) {
    .centertxt2 h2{
      font-size:20px; } }
.centertxt h2::before, .centertxt2 h2::before {
  position: absolute;
  top: 45%;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 1px; /*太さ*/
  background: #000;
  background: linear-gradient(-45deg, transparent, #325A8C 10%, #325A8C 90%, transparent); }
.centertxt h2 span, .centertxt2 h2 span{
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 20px;
  background-color: #fff;
  text-align: left; }
.centertxt h3{
  position: relative;
  z-index: 3;
  text-align: center;
  font-size:20px;
  color: #555555; }
.centertxt_sub{
  text-align: center;
  font-size: 30px;
  margin: 0 auto;
  margin-top: 15px; }
.centertxt_sub::after {
  content: '';
  height: 1px;
  background-color: #333;
  margin: 15px auto 50px;
  width: 90px;
  display: block; }
  @media (max-width: 768px) {
    .centertxt_sub::after {
      margin: 10px auto 30px; } }

.casting__desc {
  font-size: 1.6rem;
  margin: 0 auto 50px;
  padding: 0 20px 20px;
  width: 80%;
  text-align: center;
  border-bottom: solid 1px #32a1ce; }
.casting__desc b{
  background: linear-gradient(transparent 60%,#ffff7e 60%); }
  @media (min-width: 768px) {
    .casting__desc {
      font-size: 1.8rem; } }

.border_sub{
  width: 73%;
  text-align: center;
  border-top: solid 1px #32a1ce;
  padding: 15px 0 0; }

.top_tecs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 85%; }
  @media (min-width: 768px) and (max-width: 1180px) {
    .top_tecs {
      max-width: 95%; } }
  @media (max-width: 768px) {
    .top_tecs {
      max-width: 90%; } }

.top_tec_link {
  margin: 0 0 20px;
  padding: 0;
  width: 31%;
  border: 1px solid #a0caf3;
  margin-left: 10px;
  margin-right: 10px; }
  @media (min-width: 768px) and (max-width: 1180px) {
    .top_tec_link {
      width: 40%; } }
  @media (max-width: 768px) {
    .top_tec_link {
      width: 85%; } }

.tec_link_img {
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 768px) {
    .tec_link_img {
      height: 330px; } }

.tec_link_img img {
  -moz-transition: -moz-transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.top_tec_link:hover .tec_link_img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05); }

.top_tec_inner {
  padding: 5px 2%;
  margin: 0 10px 5px;
  border-top:  2px solid #076ab6;
  font-size: 1.1em; }
  @media (min-width: 1180px) {
    .top_tec_inner {
      top: 300px;
      left: 50%;
      min-height: 130px; } }
  @media (max-width: 1180px) {
    .top_tec_inner {
      width: auto;
      padding: 10px 4%; } }
  @media (max-width: 768px) {
    .top_tec_inner {
      width: auto;
      padding: 10px 2% 10px; } }
.top_tec_inner p{
  color: #333333; }

.top_tec_title {
  position: absolute;
  z-index: 100; }
.top_tec_title h2 {
  position: relative;
  font-size: 19px;
  display: inline-block;
  margin: .5rem 0 1rem -10px;
  padding: 0.3rem 2rem;
  color: #fff;
  border-radius: 0 100vh 100vh 0;
  background: #0075a9;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2); }
.top_tec_title h2:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 10px solid #005276;
  border-left: 10px solid transparent; }

.btn01 {
  margin-top: 4px; }
.btn02 {
  margin-bottom: 15px; }
.btn01 a,.btn02 a {
  margin: 0 auto;
  position: relative;
  display: block;
  width: 220px;
  line-height: 36px;
  font-size: 15px;
  text-align: center;
  color: #0078c2;
  border: 2px solid #0078c2;
  padding-right: 20px; }
.btn01 a:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 15px;
  top: calc(50% - 6px);
  border-right: 2px solid #0078c2;
  border-top: 2px solid #0078c2;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.btn01 a:hover, .btn02 a:hover {
  background: #0078c2;
  color: #fff; }
.btn01 a:hover:after, .btn02 a:hover:after{
  border-color: #fff }

.container {
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 80%; }
  @media (max-width: 768px) {
    .container {
      padding-left: 30px;
      padding-right: 30px; } }

.fr-video {
    padding: 60px 0 0;
    margin: 0 0 0px; }

.fr-news {
    padding: 40px 0 0;
    margin: 0 0 80px; }
.fr-news_title {
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #3498db;
  border-bottom: 1px solid #3498db;
  color: #0152a4;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 18px; }
  @media (min-width: 768px) {
    .fr-news_title {
      font-size: 2.0rem;
      line-height: 1.3; } }

.fr-news_list_item {
  border-bottom: 1px dotted #000000;
  padding: 15px 0; }
.fr-news_list_item:first-child {
  padding-top: 0; }
.fr-news_list_item-link, .fr-news_list_item-static {
  font-size: 1.5rem; }
  @media (min-width: 768px) {
    .fr-news_list_item-link, .fr-news_list_item-static {
      -webkit-align-items: center;
              align-items: center;
      -webkit-box-align: center;
      -webkit-box-pack: start;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display:         flex;
      -ms-flex-align: center;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
              justify-content: flex-start; } }
.fr-news_list_item-static a {
  text-decoration: underline; }
.fr-news_list_item-static a:hover, .fr-news_list_item-static a:focus {
  text-decoration: none; }
.fr-news_list_item_date {
  width: 120px; }
  @media (min-width: 768px) {
    .fr-news_list_item_date {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
      -ms-flex-positive: 0;
      -webkit-flex-shrink: 0;
              flex-shrink: 0; } }
.fr-news_list_item-link:hover .fr-news_list_item_title, .fr-news_list_item-link:focus .fr-news_list_item_title {
  text-decoration: underline; }

#topicPath {
  padding: 15px 8px;
  max-width: 1180px; }
#topicPath .pathNavi {
  list-style: none; }
#topicPath .pathNavi > li {
  float: left;
  font-size: 13px;
  font-size: 1.3rem; }
#topicPath .pathNavi > li.into {
  position: relative;
  margin: 0 10px 0 0;
  padding: 0 15px 0 0; }
#topicPath .pathNavi > li.into:after {
  content: url(../images/topicpath.gif);
  position: absolute;
  right: 0;
  top: 0; }

.img_item {
  display: table-cell;
  height: 278px;
  margin: 0 auto;
  padding: 20px 0px; }
.img_item2 {
  display: table-cell;
  height: 278px;
  margin: 0 auto;
  width: 230px;
  object-fit: contain; }
.img_item3 {
  display: table-cell;
  margin: 0 auto;
  width: 370px;
  object-fit: contain; }

.img_height{
  max-height: 150px; }
.img_height2{
  max-height: 120px;
  padding: 0 0 10px; }

.p_table {
  width: 100%;
  margin-top: 10px;
  font-size: 13px; }
.p_table th {
  width: 90px;
  padding: 5px 0;
  border: 1px #ddd solid;
  text-align: center;
  background-color: #F0F8FF; }
  @media (max-width: 1200px) {
    .p_table th {
      padding: 3px 0;
      width: 70px; } }
.p_table td {
  text-align: left;
  padding: 5px;
  border: 1px #ddd solid; }
  @media (max-width: 1200px) {
    .p_table td {
      padding: 3px 5px; } }

.imgList {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
.imgList li {
  margin-bottom: 30px;
  list-style: none; }
  @media (min-width: 1200px) {
    .imgList li {
      width: 31%;
      display: inline-block;
      margin-right: 2%; } }
  @media (min-width: 768px) and (max-width: 1200px) {
    .imgList li {
      position: relative;
      left:4%;
      width: 45%;
      float: left;
      margin-right: 2%; } }
  @media (max-width: 768px) {
    .imgList li {
      width: 100%; } }
.imgList li h3 {
  margin: 9px 0; }
  @media (max-width: 1200px) {
    .imgList li h3 {
      margin: 8px 0;
      font-size: 15px; } }
.imgList li img {
  max-width: 100%;
  -moz-transition: -moz-transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear; }
.imgList img:hover {
  transition: all  0.3s ease;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05); }

.top_tecs_ma {
  display: table;
  border-collapse: separate;
  border-spacing: 15px 0;
  height: 420px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px; }
  @media (max-width: 1180px) {
    .top_tecs_ma {
      height: auto; } }
  @media (max-width: 768px) {
    .top_tecs_ma {
      display: block;
      margin-top: 20px; } }

.wrap_ma {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1200px) {
    .wrap_ma {
      width: 90%; } }
  @media (max-width: 768px) {
    .wrap_ma {
      width: 90%; } }

.row{
  margin-bottom: 2em; }
.w1080 {
  width: 1080px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 50px; }

.caption {
  max-width: 90%;
  text-align: left;
  font-size: 1.4em; }
  @media (max-width: 1180px) {
    .caption {
      font-size: 1.3em; } }
  @media (max-width: 768px) {
    .caption {
      font-size: 1.0em;
      margin-bottom: 0; } }
.caption p {
  margin-bottom: 1.1em;
  line-height: 1.1em; }

.table01 {
  width: calc(100% - 200px); 
  margin: 0 auto; }
@media (max-width: 768px) {
  .table01 {
    width: 90%; } }
.table01 th, .table01 td {
  border-bottom: 1px solid #1B4E96;
  padding: 1em 2em; }
.table01 th:nth-of-type(1), .table01 td:nth-of-type(1) {
  border-top: 1px solid #1B4E96; }
.table01 th {
  font-weight: 400;
  color: #1B4E96;
  text-align: center;
  border-right: 1px solid #1B4E96; }

.sec_container {
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1090px; }
  @media (max-width: 768px) {
    .sec_container {
      max-width: 90%;
      padding-left: 15px;
      padding-right: 15px; } }

.sec_acc {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
  margin-top: 50px;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%; }
@media (max-width: 768px) {
  .sec_acc {
    flex-direction: column; } }

.sec_map {
  padding: 0;
  width: 100%;
  max-width: 600px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .sec_map {
      padding-right: 15px; } }
.sec_map_v {
  position: relative;
  width: 100%;
  height:0px;
  padding-bottom: 75%; }
.sec_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.sec_main{
  padding: 0; }
  @media (min-width: 768px) {
    .sec_main {
      width: 40%; } }
  @media (max-width: 1020px) {
    .sec_main {
      width: 90%; } }

.sec_add {
  font-size: 1.6rem;
  margin: 0 0 30px; }
.sec_add:after {
  clear: both;
  content: '';
  display: block; }
  @media (min-width: 768px) {
    .sec_add {
      font-size: 1.6rem; } }
.sec_add_item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }
.sec_add_item_t {
  border-bottom: 2px solid skyblue;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 10px;
  white-space: nowrap;
  width: 60px; }
.sec_add_item_c {
  border-bottom: 2px solid #ccc;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0;
  padding: 10px; }
.sec_add_item_c:last-of-type {
  margin-bottom: 0; }
.sec_add_item_c span {
  display: inline-block;
  margin: 0 10px 0 0; }
.sec_add_item_c span:last-child {
  margin-right: 0; }

.sec_con h3 {
  text-align: left;
  color: #1B4E96;
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: bold; }
.sec_con p {
  font-size: 1.1em;
  margin-bottom: 1.1em;
  margin-top: 0.2em;
  line-height: 1.1em; }

.policy{
  margin-top: 20px;
  margin-bottom: 50px; }

.contact_tel{
  background-color: rgba(7, 106, 182, .1);
  margin: 0 auto 15px;
  max-width: 580px;
  padding: 30px 15px;
  text-align: center;
  width: 100%; }
  @media (max-width: 768px) {
    .contact_tel {
    max-width: 80%; } }
.contact_tel span {
  color: #076ab6;
  display: inline-block;
  font-size: 1.3em;
  font-weight: 500;
  margin: 0 7px 0 0;
  vertical-align: middle; }

.m_main {
  max-width: 100%;
  line-height: 180%;
  border-collapse: separate;
  border-spacing: 15px 0;
  width: 1180px;
  margin: 0 auto; }

.m_item_top {
  width: 95%;
  margin-left: auto;
  margin-right: auto; }
.m_item {
  margin-bottom: 40px; }
.m_item_img {
  width: 450px;
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
  border: 1px solid #ccc; }
  @media (max-width: 768px) {
    .m_item_img {
      width: 100%; } }

.m_item_txt {
  overflow: hidden;
  position: relative; }
  @media (max-width: 768px) {
    .m_item_txt {
      clear: left; } }
.m_item_txt_2 {
  margin-top: 20px;
  clear: left; }

.m_item_txt_title {
  color: #0078c2;
  font-size: 2.4rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
  padding: 0.25em 0.5em;
  border-left: solid 5px #7db4e6; }
.m_item_txt_com {
  margin-bottom: 25px; }
.m_item_tbl {
  max-width: 100%; }

.m_table_box {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin-right: 10px; }
  @media (max-width: 910px) {
    .m_table_box {
      display: block;
      width: 100%; } }
.m_table_box .p_table th {
  width: 120px; }

.m_item_txt_list ul {
  list-style-type: none;
  border: none;
  font-size: 1.1em; }
.m_item_txt_list ul li {
  position:relative;
  padding: 0.3em 0 0.3em 2em;
  line-height: 1.5; }
.m_item_txt_list ul li:after, .m_item_txt_list ul li:before{
  content:''; 
  position:absolute; 
  top: 7px;
  left: 11px;
  height: 18px;
  width:4px; 
  background:#7db4e6; 
  border-radius:10px;
  transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg); }
.m_item_txt_list ul li:after {
  top: 14px;
  left: 3px;
  height: 10px;
  transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -o-transform:rotate(-45deg); }

.video_box {
  max-width: 560px; }
.video {
  position: relative;
  width:100%;
  height:0px;
  padding-bottom: 75%; }
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }