@charset "UTF-8";
/* 沖縄マリンサービス株式会社　トップページCSS */
/*----メイン動画--------*/
.vid_contents {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  z-index: -1;
}
@media screen and (min-width: 598px) {
  .vid_contents {
    height: 600px;
  }
}
.vid_inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.vid_inner video {
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.vid_contents .catch-copy {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  text-shadow: 1px 1px 20px #000;
  color: #fff;
  margin: auto;
  padding: 0 2em;
}
@media screen and (max-width: 597px) {
  .vid_contents .catch-copy {
    margin: 2em auto;
  }
}
@media screen and (max-width: 797px) {
  .vid_contents .catch-copy {
    margin: 4em auto 0;
  }
}
@media (min-width: 798px) {
  .vid_contents .catch-copy {
    padding: 0 3em;
  }
}
.vid_contents .catch-copy h2 {
  font-size: calc(22px + 2vw);
  max-width: 1360px;
  margin: 0 auto;
  font-weight: bold;
  animation: slideUp 3s ease 0s 1 normal;
}
.vid_contents .catch-copy p {
  font-size: calc(22px + 1vw);
  max-width: 1360px;
  margin: 0 auto;
  font-weight: bold;
  animation: slideUp 4s ease 0s 1 normal;
}
@media screen and (min-width: 1360px) {}
/*------NEWS＆TOPICS------*/
.topnews {
  background: #1082ce;
  padding: 1em;
  overflow: visible;
}
.topnews .news_frame {
  background: #fff;
  border-radius: 1em;
  padding: 0;
  z-index: 9999;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.topnews h2 {font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  /*font-weight: 700;*/
  color: #20496b;
}
.topnews .btn_info_list a {
  background: #175a90;
  padding: 0 3em 0 2em;
  border-radius: 16px;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  display: inline-block;
  position: relative;
}
.topnews .btn_info_list a .icon-chevrons-right {
  font-size: 14px;
  position: absolute;
  right: 12px;
  top: 5px;
}
.newslist li {
  border-top: 1px solid #e7e7e7;
  position: relative;
}
.newslist li a {
  display: block;
}
.newslist li a.pdf {
  padding-right: 3em;
}
.newslist li a.pdf p.ptitle:after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  color: #1082ce;
  font-size: 2.5em;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  transform: translate(-50%, -50%) scale(1);
  position: absolute;
  right: 0;
  top: 1.45em;
}
.newslist li a .date {
  color: #2b241c;
  font-size: .85em;
}
.newslist li a .icon {
  background: #1082CE;
  color: #fff;
  font-size: 12px;
  padding: 3px 16px;
  margin-left: 8px;
  border-radius: 16px;
}
.newslist li a .icon.recruite {
  background: #E15234;
}
.newslist li a .ptitle {
  color: #20496b;
  font-weight: bold;
}
@media screen and (max-width: 797px) {
  .topnews .news_frame {
    margin-top: -3em;
  }
  .topnews .newstitle {
    padding: 1em;
    position: relative;
  }
  .topnews .newstitle .btn_info_list {
    position: absolute;
    right: 1em;
    top: 1em;
  }
  .newslist li {
    padding: 1em;
  }
}
@media (min-width: 798px) {
  .topnews .newstitle {
    padding: 2em 0;
  }
  .topnews h2 {
    font-size: 1.2em;
  }
  .topnews .news_frame {
    margin-top: -5em;
    padding: 0 2em;
  }
  .news_frame {
    display: flex;
    justify-content: center;
  }
  .topnews .newslist {
    flex: 1;
    padding: 1em 2em;
  }
  .newslist li {
    padding: 1em 0 1em 11.5em;
  }
  .newslist li:first-child {
    border: none;
  }
  .newslist li .newsinfo {
    position: absolute;
    left: 0;
    top: 1em;
    margin: 0;
  }
.newslist li a.pdf p.ptitle:after {
  top: .8em;right:-12px;
}
}
@media screen and (min-width: 960px) {
  .topnews .newstitle {
    padding: 2em;
  }
}
@media (hover:hover) {
  .topnews .btn_info_list a:hover {
    background: #E15234;
  }
  .newslist li a:hover .ptitle {
    color: #E15234;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
}
/*------Business Description------*/
.top_bis {
  background: #f1f6fa;
  padding: 2em 1em;
}
.top_bis h2.top_bis_h2 {
  text-align: center;
  margin-bottom: 2em;
}
.top_bis h2.top_bis_h2 .en {
  color: #0a3053;font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  /*font-weight: bold;*/
  display: block;
  letter-spacing: 2px;
}
.top_bis h2.top_bis_h2 .ja {
  display: block;
  background: #175a90;
  color: #fff;
  font-size: .9em;
  width: 100px;
  text-align: center;
  margin: 1em auto;
}
.top_bis .bus_list .top_contents {
  padding: 1.5em 2em;
}
.top_bis .bus_list li {
  background: #fff;
  box-shadow: 0 0 16px rgba(81, 81, 81, 0.34);
  margin-bottom: 1em;
}
.top_bis .bus_img {
  background-size: cover;
  background-position: center center;
}
.top_bis .bus_list li:nth-child(1) .bus_img {
  background-image: url("../image/top/top_image1.webp");
}
.top_bis .bus_list li:nth-child(2) .bus_img {
  background-image: url("../image/top/top_image2.webp");
}
.top_bis .bus_list li:nth-child(3) .bus_img {
  background-image: url("../image/top/top_image3.webp");
}
.top_bis .bus_list h2 {
  font-size: 1.5em;
  color: #175a90;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.2em;
  margin-bottom: 1em;
}
.top_bis .bus_list h2::after {
  position: absolute;
  content: " ";
  border-bottom: solid 4px #e15234;
  bottom: -4px;
  width: 60px;
  display: block;
}
.top_bis .bus_list h3 {
  font-size: 1.1em;
  color: #175a90;
  font-weight: bold;
  margin-bottom: .2em;
}
.top_bis .bus_list p {
  font-size: .9em;
}
@media screen and (max-width: 797px) {
  .top_bis .bus_img {
    width: 100%;
    height: 210px;
  }
}
@media screen and (min-width: 598px) {
  .top_bis h2.top_bis_h2 .en {
    font-size: 1.5em;
  }
}
@media (min-width: 798px) {
  .top_bis {
    padding: 2em 2em 4em;
  }
  .top_bis h2.top_bis_h2 .en {
    font-size: 2em;
  }
  .top_bis .bus_list li {
    display: table;
    width: 100%;
  }
  .top_bis .bus_list li .top_contents {
    display: table-cell;
    width: 50%;
  }
  .top_bis .bus_list li .bus_img {
    display: table-cell;
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .top_bis .bus_list h2 {
    font-size: 2em;
  }
  .top_bis .bus_list h3 {
    font-size: 1.3em;
  }
  .top_bis .bus_list {
    max-width: 1200px;
    margin: 0 auto;
  }
  .top_bis .bus_list li {
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 1260px) {
  .top_bis .bus_list .top_contents {
    padding: 2em 2.5em;
  }
}
/*------所有船舶のご紹介------*/
.top_info_ship {
  background: #fff;
  padding: 0;
}
.top_info_ship h2 {
  font-size: 1.5em;
  color: #175a90;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.2em;
  margin: 1em 0;
}
.top_info_ship h2::after {
  position: absolute;
  content: " ";
  border-bottom: solid 4px #e15234;
  bottom: -4px;
  width: 60px;
  display: block;
}
.top_info_ship h3 {
  font-size: 1.1em;
  color: #175a90;
  font-weight: bold;
  margin-bottom: .2em;
}
.top_info_ship p {
  font-size: .9em;
}
@media screen and (max-width: 797px) {
  .conimg img {
    width: 100%;
  }
  .top_info_ship .top_contents {
    padding: 1.5em 2em;
  }
}
@media (min-width: 798px) {
  .top_info_ship {
    padding: 2em 2em 4em;
  }
  .top_info_ship .clm {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 1em;
    justify-content: space-between;
  }
  .top_info_ship .conimg {
    margin-left: 2em;
    margin-top: -5em;
    width: 50%;
  }
  .top_info_ship .conimg img {
    border: 10px solid #fff;
    box-shadow: 0 0 16px rgba(81, 81, 81, 0.34);
  }
  .top_info_ship .top_contents {
    width: 48%;
  }
}
@media screen and (min-width: 960px) {
  .top_info_ship h2 {
    font-size: 2em;
  }
  .top_info_ship h3 {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 1260px) {
  .top_info_ship .top_contents {
    width: 500px;
  }
}
/*------Company Information------*/
.top_info_corp {
  background: #1082ce;
  padding: 0;
  color: #fff;
}
.top_info_corp h2 {font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
 /* font-weight: bold;*/
  letter-spacing: 2px;
  line-height: 2;
  margin-bottom: 1em;
}
.top_info_corp h3 {
  line-height: 2;
  border-bottom: 1px solid #fff;
  margin: 1em 0;
}
.top_info_corp p {
  font-size: .9em;
}
.btn_pamphlet {
  margin: 1em 0;
}
.btn_pamphlet a {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  padding: 1em 4em;
  position: relative;
}
.btn_pamphlet a .icon-book-open {
  position: absolute;
  font-size: 1.5em;
  left: 1em;
  top: 15px;
}
.btn_pamphlet a .icon-file-pdf {
  position: absolute;
  right: 1em;
  top: 14px;
  font-size: 2em;
}
@media (hover:hover) {
  .btn_pamphlet a:hover {
    background: #175A90;
    border: 1px solid #175A90;
  }
}
.top_info_corp .top_contents a {
  color: #fff;
  font-size: .9em;
}
@media screen and (min-width: 598px) {
  .top_info_corp h2 {
    font-size: 1.5em;
  }
}
.top_info_corp h3 {
  font-size: 1.1em;
}
.top_info_corp li a:before {
  content: "-";
  margin-right: .5em;
}
.top_info_corp li.pdf a {
  position: relative;
  padding-right: 48px;
}
.top_info_corp li.pdf a:after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  color: #fff;
  font-size: 2em;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  position: absolute;
  top: 7px;
  right: 0;
  transform: translate(-50%, -50%) scale(1);
}
@media (hover:hover) {
  .top_info_corp li a:hover {
    margin-left: 2px
  }
}
@media screen and (max-width: 797px) {
  .top_info_corp .top_contents {
    padding: 1.5em 2em;
  }
}
@media screen and (min-width: 598px) {}
@media (min-width: 798px) {
  .top_info_corp {
    padding: 2em;
  }
  .top_info_corp .clm {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 1em;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .top_info_corp .conimg {
    margin-right: 2em;
    margin-top: -5em;
    width: 50%;
  }
  .top_info_corp .conimg img {
    border: 10px solid #fff;
    box-shadow: 0 0 16px rgba(81, 81, 81, 0.34);
  }
  .top_info_corp .top_contents {
    width: 48%;
  }
}
@media screen and (min-width: 960px) {
  .clm_h3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2em;
  }
  .clm_h3 > div {
    width: 48%;
  }
  .top_info_corp h2 {
    font-size: 2em;
  }
  .top_info_corp h3 {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 1260px) {
  .top_info_corp .top_contents {
    width: 500px;
  }
}
/*------お問い合わせ------*/
.foot_inq {
  padding: 0;
}
.foot_inq .inq_corp {
  text-align: center;
  padding: 2em 0 1.5em;
  border-bottom: 1px solid #e5e6e6;
}
.foot_inq .tel span,.foot_inq  .fax span {
  color: #1082ce;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth"100;
  margin-left: 10px;
}
.foot_inq .inq_corp .corp_name {
  font-size: 2em;
  font-weight: 700;
}
.foot_inq .address {
  font-weight: bold;
}
.foot_inq .inq_tel_add {
  line-height: 1;
}
@media screen and (max-width: 797px) {
.foot_inq .inq_corp .corp_catch {
    font-size: .8em;
  }
.foot_inq .inq_corp .corp_name {
    font-size: 1.6em;
  }
.foot_inq .tel {
    margin-bottom: .5em;
  }
.foot_inq .tel span {
    font-size: 2em;
  }
.foot_inq .fax {
    margin-bottom: 1em;
  }
.foot_inq .fax span {
    font-size: 1.6em;
  }
.foot_inq .inq_tel_add {
    padding: 1em 1.5em;
    max-width: 400px;
    margin: 1em auto
  }
}
@media (min-width: 798px) {
.foot_inq .inq_corp .corp_catch {
    font-size: .9em;
  }
.foot_inq .inq_corp .corp_name {
    font-size: 2em;
  }
.foot_inq .tel {
    margin-bottom: .5em;
  }
.foot_inq .tel span {
    font-size: 2.5em;
  }
.foot_inq .fax span {
    font-size: 1.6em;
  }
.foot_inq .inq_tel_add {
    padding: 1em;
    margin: 1em 0;
  }
.foot_inq .inq_tel_add ul {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
  }
.foot_inq .inq_tel_add li:last-child {
    margin-right: 3em;
    margin-top: 1em;
  }
}
/*---------------------------------------------
マップ外観
  ---------------------------------------------*/
.map_gaikan {}
.map_gaikan .gaikan {
  background-image: url("../image/top/marin_gaikan.webp");
  background-size: cover;
  background-position: center center;
}
.map {
  position: relative;
  width: 100%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.foot_inq .gmap {
  display: flex;
  margin: 1em 0;
}
.foot_inq .gmap .icon-map-pin {
  font-size: 1.6em;
  margin-right: 10px;
}
.foot_inq .gmap a {
  color: #0a3053;
  border-bottom: 1px solid #0a3053;
  font-size: .9em;
  font-weight: bold;
}
@media (hover:hover) {
.foot_inq .gmap a:hover {
    color: #E45F2B;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #E45F2B;
  }
}
@media screen and (max-width: 797px) {
  .map {
    padding-top: 56.25%;
    height: 0;
  }
  .map_gaikan .gaikan {
    height: 330px;
  }
}
@media (min-width: 798px) {
  .map_gaikan {
    display: table;
    width: 100%;
  }
  .map {
    display: table-cell;
    width: 50%;
  }
  .gaikan {
    display: table-cell;
    width: 50%;
  }
  .map, .gaikan {
    height: 300px;
  }
}
@media screen and (min-width: 960px) {
  .map, .gaikan {
    height: 400px;
  }
}
@media screen and (min-width: 1360px) {
  .map, .gaikan {
    height: 500px;
  }
}
/*---------------------------------------------
グループ
  ---------------------------------------------*/
.ryuseki_group {
  padding: 1.5em 1em;
}

.ryuseki_group dt img {
  width: 160px !important;
}
.ryuseki_group dd {
  font-weight: bold;
}
@media screen and (max-width: 597px) {
	.ryuseki_group dt {text-align: center;padding:1em;
}
}
@media screen and (min-width: 598px) {
	.ryuseki_group dl {
  display: flex;align-items:center;
}
.ryuseki_group dt {
  padding: 0;
  margin: 0;
  margin-right: 1em;
}
}

@media screen and (max-width: 797px) {
  .ryuseki_group dl {
    justify-content: space-between;
  }
  .ryuseki_group dd {
    flex: 1;
  }
}
@media (min-width: 798px) {
  .ryuseki_group dl {
    justify-content: center;
  }
}