/*
Theme Name: 日本港湾振興団体連合会
Author: 
Author URI: 
Version: 1.0
*/

/* =Reset
-------------------------------------------------------------- */
@charset "utf-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}


html {
	font-size: 62.5%;
    scroll-behavior: smooth;
}

body{
	line-height: 1.8;
	font-size: 1.8rem;
	font-family: -apple-system-body, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
	font-weight: 300;
	color: #000;
}
_:lang(x)::-ms-backdrop, .selector {
	font-family: "Segoe UI", Meiryo, sans-serif;
}
_:-ms-lang(x)::-ms-backdrop, body {
    overflow-x: hidden;
}

h1,h2,h3,h4,h5{
    position: relative;
}
h1{
	font-size: 3.0rem;
}
h2{
	font-size: 4.0rem;
}
h3{
	font-size: 2.4rem;
	margin-bottom: 40px;
	padding: 15px;
	color: #fff;
	background-color: #00317A;
	border-radius: 10px;
}
h4{
	font-size: 2.4rem;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: #C9C9C9 solid 3px;
}
h4::after{
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 30%;
	max-width: 200px;
	height: 3px;
	background-color: #00317A;
}
h5{
	font-size: 2.2rem;
	margin-bottom: 20px;
	padding-left: 15px;
}
h5::before{
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 6px;
	height: 24px;
	background-color: #00317A;
}


a{
	color: #000;
	text-decoration: none;
	transition: opacity 0.5s,background-color 0.5s,color 0.5s;
}
a:visited{}
a:hover{
	color: #216BDC;
}
a:hover img{
	opacity: 0.7;
	transition: opacity 0.5s;
	filter: alpha(opacity=70); /* For IE8 and earlier */
	-ms-filter: "alpha(opacity=70)"; /* ie 8 */
	-moz-opacity: 0.7; /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7; /* Safari 1.x */
	zoom: 1;
}


ol,
ul {
	list-style: none;
}

table {
	width: 100%;
	border-collapse: collapse;
	background-color: #FFFFFF;
}
th {
    font-weight: 500;
	background-color: #6A98DE;
}
th, td {
	border: 1px solid #d1d1d1;
	padding: 10px 20px;
	box-sizing: border-box;
}

p{
}


img{
	max-width:100%;
	vertical-align: bottom;
}
iframe{
    vertical-align:bottom;
}

/* Header -------------------------*/
header{
	position:relative;
}
header#navi{
	width: 100%;
	z-index: 9999;
	position: fixed;
}
header #logo{
	margin-left: 20px;
}
header #logo img{
	height: 40px;
    transition: all 1s;
}
header#navi.m_fixed {
  top: 0;
}
header#navi.m_fixed .flex{
	background-color: rgba(255,255,255,0.8);
}
header#navi.m_fixed #logo img{
	height: 30px;
}
header#navi.m_fixed nav > ul > li > a{
	padding: 10px 30px 10px 0;
    transition: all 1s;
}
header#navi.m_fixed nav > ul > li > a::after{
	bottom: 5px;
}
header#navi.m_fixed nav > ul > li:hover > a::after {
	width: calc(100% - 30px);
}

/* Navigation -------------------------*/
header nav:after{
    content: '';
    display: block;
    clear: both;
}

header nav:first-child{
	display: flex;
    justify-content: flex-end;
}
header nav:first-child div{
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	padding: 0 20px;
	margin-top: 20px;
}
header nav:first-child div+div{
	border-left: #CCD9D4 solid 1px;
}
header nav > ul{
	display: flex;
    justify-content: space-between;
}

header nav > ul > li{
	position: relative;
}

header nav > ul > li > a{
	text-align:center;
	display:block;
    font-size: 1.9rem;
    font-weight: 500;
	padding: 20px 40px 20px 0;
	transition: all 1s;
}

header nav > ul > li > a::after{
	content: "";
	background-color: #00317A;
	width: 0;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 10px;
	transition: width 300ms cubic-bezier(0.77, 0, 0.175, 1);
}
header nav > ul > li:hover > a::after {
	width: calc(100% - 40px);
}
header nav > ul > li:hover > a {
	opacity: 1.0;
    color: #00317A;
}

header nav > ul ul {
    transition: opacity .2s ease-in;
    opacity: 0;
    width: 100%;
    min-width: 200px;
    left: 0;
    top: 100%;
    padding-top: 1px;
    position: absolute;
    box-sizing: border-box;
    height: 0;
    overflow: hidden;
    z-index: 999;
}
header nav > ul > li:hover ul {
    opacity: 1;
    height: auto;
}
header nav > ul ul li {
    display: block;
    background-color: #00317A;
    padding: 0 10px;
}
header nav > ul ul li a {
	color: #fff;
    display: block;
    padding: 5px 0;
}
header nav > ul ul li+li {
    border-top: #fff solid 1px;
}
header nav > ul ul > li:last-child {
    border-radius: 0 0 10px 10px;
}

header#navi .flex{
	width: calc(100% - 40px);
	max-width: 1340px;
	margin: 20px auto 0;
    justify-content: space-between;
    align-items: center;
	background-color: rgba(255,255,255,1);
	border-radius: 10px;
}


/* Footer -------------------------*/
footer {
    padding-top: 60px;
	font-size: 1.6rem;
	background-color: #00317A;
	color: #fff;
}
footer a {
	color: #fff;
}
footer h5 {
	padding: 0;
}
footer h5::before {
	display: none;
}
footer .flex{
    justify-content: space-between;
}
footer nav{
	width: max-content;
}
footer nav > ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
footer nav > ul ul{
	display: none;
}
footer nav a{
    display: block;
    padding: 5px 0 0 50px;
	font-size: 1.6rem;
	font-weight: 500;
}
footer .copy{
	font-size: 1.4rem;
    padding: 60px 0 20px;
}

/* Layout -------------------------*/

.wrap{
	max-width:1280px;
	padding:0px 15px;
	margin:0 auto;
}
.wrap::after{
    content: '';
    display: block;
    clear: both;
}
#main .wrap{
	margin:80px auto 120px;
}

.bot{
	max-width: 160px;
	margin: 50px 0 0 auto;
	background-color: #00317A;
    border-radius: 40px;
    box-sizing: border-box;
	position: relative;
	transition: all 1s;
}
.bot:hover{
	background-color: #216BDC;
	transition: all 1s;
}
.bot a{
    color: #fff;
    font-weight: 700;
	display: block;
	padding: 10px 10px 10px 30px;
	text-align: center;
}
.bot a::before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 2.5rem;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 20px;
  font-weight: 300;
}
.button{
	max-width: 250px;
	margin: 50px auto 0 auto;
	background-color: #216BDC;
    border-radius: 40px;
    box-sizing: border-box;
	position: relative;
	transition: all 1s;
}
.edit .button{
	display: inline-block;
	min-width: 250px;
	margin: 30px 0;
}
.button:hover{
	background-color: #6A98DE;
	transition: all 1s;
}
.button a{
    color: #fff;
	font-size: 2.2rem;
    font-weight: 700;
	display: block;
	padding: 10px;
	text-align: center;
}
.button a[target="_blank"]::before {
    color: #fff !important;
}

/* Contents -------------------------*/

section+section{ margin-top: 120px; }


/* Home -------------------------*/

#topimg {
  z-index: 0;
  position: relative;
  overflow: hidden;
}
@keyframes zoomUp {
  0% {
    transform: scale(1.2);
    filter: blur(10px)
  }
  15% {
    filter: blur(0)
  }
  100% {
    transform: scale(1)
  }
}
.swiper.slider00 .swiper-slide-active .slide-img, .swiper.slider00 .swiper-slide-duplicate-active .slide-img, .swiper.slider00 .swiper-slide-prev .slide-img {
  animation: zoomUp 6s linear 0s 1 normal both;
}
.slider00 > p{
    position: absolute;
	transform: translateX(-50%);
    left: 30%;
    bottom: 42%;
    font-size: 5.0rem;
    font-weight: 700;
    color: #fff;
    padding: 20px;
    z-index: 9999;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.slider00 {
  height: 900px;
}
.slider00 .slide-img img {
  display: block;
  min-height: 900px;
  object-fit: cover;
}
.slider01 .swiper-slide{
	background-color: #fff;
	padding: 45px;
	box-sizing: border-box;
}
.slider01 .swiper-slide {
	height: auto;
}
.slider01 .swiper-slide-item {
	height: 100%;
}

.home h3{
	font-size: 5.0rem;
	padding: 0;
	color: #00317A;
	background-color: inherit;
	border-radius: 0;
}
.home h3 span{
    display: block;
	color: #3B4043;
	font-size: 1.4rem;
}
.home h3:has(span) span::before{
    content: "";
	display: inline-block;
	width: 26px;
	height: 2px;
	background-color: #000;
	margin-right: 5px;
	vertical-align: 4px;
}

#report{
    background-color: #00317A;
    padding: 80px 0;
}
#report h3{
	max-width: 1280px;
    margin: 0 auto 40px;
	padding: 0 15px;
	color: #fff;
}
#report h3 span{
	color: #fff;
}
#report h3 span::before{
	background-color: #fff;
}
#report .flex{
    justify-content: space-between;
	height: 100%;
}
#report .flex > div{
    width: 50%;
}
#report .flex > div+div{
    width: 46%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
#report .flex > div+div div{
    width: 100%;
	text-align: justify;
}
#report h4 {
	color: #00317A;
	font-size: 2.2rem;
	margin-bottom: 20px;
	padding-bottom: 0;
	border-bottom: none;
}
#report h4::after {
	display: none;
}

#about{
    position: relative;
    overflow: hidden;
}
#about .wrap{
	max-width: 1280px;
    margin: 80px auto;
}
#about h3,#about h3 span{
	color: #fff;
}
#about h3 span::before{
	background-color: #fff;
}
#about .flex{
	justify-content: space-between;
}
#about > p{
    position: absolute;
    width: 64%;
    height: 70%;
    top: 0;
    left: 0;
    z-index: -1;
	box-sizing: border-box;
}
#about > p img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
	border-radius: 0 10px 0 0;
}
#about article{
    position: relative;
    width: 38%;
	color: #fff;
	text-align: justify;
}
#about .wrap > .flex > div{
	width: 58%;
	position: relative;
    padding: 30px 0 30px 30px;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 10px 0 0 0;
}
#about .wrap > .flex .flex > div{
	width: 48%;
	margin-bottom: 30px;
	font-weight: 500;
}
#about .wrap > .flex .flex > div img{
	width: 100%;
}
#about .wrap > .flex .flex > div p+p{
	margin-top: 10px;
}

#topics{
    margin: 30px auto 60px;
}
#topics ul{
    border-bottom: #CCD9D4 solid 1px;
    padding: 30px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
#topics li{
    position: relative;
}
#topics li:nth-child(2) a{
    width: 120px;
    margin-right: 40px;
    display: block;
    background-color: #6A98DE;
    color: #fff;
    font-size: 1.6rem;
	font-weight: 700;
    text-align: center;
    padding: 2px;
	border-radius: 5px;
	box-sizing: border-box;
}
#topics li:first-child{
    width: 180px;
    margin-right: 20px;
}
#topics li:last-child{
    width: 100%;
}
#topics li a i{
    color: #6A98DE;
}
#topics .bot.pc {
  margin: -90px 0 10px auto;
}


/* Sub -------------------------*/
#sub {
  padding: 150px 15px 60px;
  background-image: url("img/sub.png");
  background-size: cover;
  background-position: center;
  position: relative;
}
#sub::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,49,122,0.80);
}
#sub h2 {
  color: #fff;
  text-align: center;
}
.data{
	text-align: right;
	font-weight: 500;
	margin-top: -20px;
	margin-bottom: 20px;
}
.archive #topics ul:first-child {
  border-top: #CCD9D4 solid 1px;
}
.archive #topics li:last-child a{
  display: block;
  padding-right: 30px;
  font-weight: 500;
}
.archive #topics li:last-child a::after{
	position: absolute;
	transform: translateY(-50% );
	top: 50%;
	right: 5px;
    content: "\f105";
    font-family: FontAwesome;
	color: #00317A;
    font-size: 4.0rem;
}
.about .edit .flex {
	justify-content: space-between;
}
.about .edit .flex > div{
	width: 48%;
}
.sitemap #sub+.wrap > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sitemap #sub+.wrap > ul > li {
  margin-bottom: 15px;
  font-weight: 500;
}
.sitemap #sub+.wrap > ul > li li{
  margin-left: 28px;
  font-weight: 300;
}
.sitemap #sub+.wrap li a::before {
  display: inline-block;
  content: "\f138";
  font-family: FontAwesome;
  margin-right: 10px;
  color: #00317A;
}
.sitemap #sub+.wrap li li a::before {
  display: inline-block;
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 10px;
  color: #6A98DE;
}


/* Pagetop -------------------------*/
#pagetop {
	position: relative;
	position: fixed;
	z-index: 1;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
    background-color: #6A98DE;
	border: #fff solid 2px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
#pagetop a::after {
	position: absolute;
	transform: translate(-50% , -50%);
	top: 45%;
	left: 50%;
    content: "\f106";
    font-family: FontAwesome;
	color: #fff;
    font-size: 7.0rem;
}

/* Clearfix -------------------------*/
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
.clearfix{
	position: relative;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}


/* Other -------------------------*/
.link:hover{
    cursor: pointer;
}

p.anchor {
	padding-top: 120px;
	margin-top: -120px;
	display: block;
	position: relative;
	font-size: 0;
	z-index: -1
}

.sp{
    display: none;
}

nav.page-navi{
	margin-top: 30px;
}
nav.page-navi li.prev{
	float:left;
}
nav.page-navi li.next{
	float:right;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 10px 30px;
	}

img.alignleft {
	margin: 0 30px 10px 0;
	}

.aligncenter {
    display: block;
    margin: 0 auto;
    max-width: max-content;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.wp-pagenavi{
    margin: 60px 0;
    text-align: center;
}

.wp-caption-text {
    font-size: 1.4rem;
    margin-top: 5px;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
    max-width: 100%;
    height: auto;
}

.edit ul,#tinymce ul{
	margin: 0 0 1.8em;
    padding-left: 1.8em;
    list-style-type: disc;
}
.edit ol,#tinymce ol{
	margin: 0 0 1.8em;
    padding-left: 2.6em;
    list-style-type: decimal;
}
.edit a:hover,#tinymce a:hover{
}
.edit{
    position: relative;
	text-align: justify;
    text-justify: inter-character;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
}
.edit blockquote,#tinymce blockquote{
	background-color: #6A98DE;
    padding: 10px;
    margin: 5px 10px;
    border-radius: 10px;
}
.edit a[target="_blank"]::before{
    display: inline-block;
    content: "\f138";
    font-family: FontAwesome;
    margin-right: 10px;
    color: #00317A;
}
.edit a[href$=".pdf"]::after{
    display: inline-block;
    content: "\f1c1";
    font-family: FontAwesome;
    margin-left: 10px;
    color: #6A98DE;
}
.edit a[href$=".doc"]::after,.edit a[href$=".docx"]::after,.edit a[href$=".xls"]::after,.edit a[href$=".xlsx"]::after,.edit a[href$=".txt"]::after{
    display: inline-block;
    content: "\f0f6";
    font-family: FontAwesome;
    margin-left: 10px;
    color: #6A98DE;
}
.edit a[href^="mailto:"]::after{
    display: inline-block;
    content: "\f003";
    font-family: FontAwesome;
    margin-left: 10px;
    color: #6A98DE;
}
.edit a i{
    color: #6A98DE;
}
.youtube{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


/* Forms
--------------------------------------------- */
.mw_wp_form {
    max-width: 800px;
    margin: 0 auto;
}
.mw_wp_form .required::after{
	content: "（*必須）";
    color: #B70000;
    font-size: 1.4rem;
	margin-left: 5px;
    font-weight: normal;
}
.mw_wp_form .error::before{
	content: "\f071";
	font-family: FontAwesome;
	margin-right: 5px;
    font-weight: normal;
}
.mw_wp_form.mw_wp_form_preview h5+p{
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    min-height: 45px;
    box-sizing: border-box;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
}
.mw_wp_form input,
.mw_wp_form select,
.mw_wp_form textarea,
.mw_wp_form button {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	width: 100%;
    font-size: 1.6rem;
    font-weight: 300;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
    box-sizing: border-box;
}
.mw_wp_form input:focus,
.mw_wp_form textarea:focus {
	border: 1px solid #999;
	outline: none;
}
.mw_wp_form input[type="checkbox"],
.mw_wp_form input[type="image"],
.mw_wp_form input[type="radio"] {
	width: auto;
}
::-moz-placeholder {
	color: #777;
	opacity: 1;
}
::-webkit-input-placeholder {
	color: #777;
}
.mw_wp_form button,
.mw_wp_form input[type="button"],
.mw_wp_form input[type="reset"],
.mw_wp_form input[type="submit"] {
    display: inline-block;
    padding: 15px 40px;
    background-color: #666;
    color: #FFFFFF;
    border: none;
    width: 200px;
    margin: 10px 10px 0;
    font-size: 1.8rem;
    box-sizing: border-box;
    text-align: center;
}
.mw_wp_form button[type="submit"] {
    background-color: #999;
}
.mw_wp_form button:hover,
.mw_wp_form input:hover[type="button"],
.mw_wp_form input:hover[type="reset"],
.mw_wp_form input:hover[type="submit"],
.mw_wp_form .button:hover,
.mw_wp_form button:focus,
.mw_wp_form input:focus[type="button"],
.mw_wp_form input:focus[type="reset"],
.mw_wp_form input:focus[type="submit"],
.mw_wp_form .button:focus  {
	background-color: #bbb;
    cursor: pointer;
}


/* 1180px -------------------------*/
@media screen and (max-width: 1180px) {
body{
	padding-top: 0!important;
}
header#navi{
	display: none!important;
}
#main {
    padding-top: 53px;
}
#sub {
  padding: 30px 15px;
}
#sub h2 {
  font-size: 3.0rem;
}
p.anchor {
	padding-top: 60px;
	margin-top: -60px;
}
}

@media screen and (max-width: 760px) {
.sp{
    display: inherit;
}
.pc{
    display: none;
}
.slider00 {
  height: auto;
}
.slider00 .slide-img img {
  min-height: inherit;
}
.slider01 .swiper-slide {
  padding: 30px 20px;
}
tr > th+th,tr > td+td{
  padding-top: 0;
}
tr > td:last-child{
  border-bottom: 1px solid #d1d1d1;
}
th, td {
  display: block;
  width: 100% !important;
  border: none;
}

#about {
  margin-top: 60px;
}
#about > p {
  display: none;
}
#about .wrap {
  margin: 0 auto 80px;
  background-image: url("img/about.png");
  background-size: cover;
}
#about article {
  width: 100%;
  margin-bottom: 30px;
}
#about article h3{
  margin-top: 30px;
}
#about .wrap > .flex > div {
  width: 100%;
  border-radius: 10px 10px 0 0;
  padding: 20px 20px 0 20px;
}
}


/* 480px -------------------------*/
@media screen and (max-width: 480px) {
body{
	font-size: 1.6rem;
}
.slider00 > p {
  bottom: 30%;
  font-size: 1.4rem;
}
#main .wrap {
  margin: 60px auto 80px;
}
.home h3 {
  font-size: 3.0rem !important;
  margin-bottom: 20px;
}
#report .flex {
  justify-content: flex-start;
}
#report .flex > div {
  width: 100%;
}
#report .flex > div + div {
  width: 100%;
  margin-top: 30px;
}
#topics ul {
  flex-wrap: wrap;
}
#topics li:first-child {
    width: 100%;
}
#topics li:nth-child(2){
    margin: 10px 0;
}
footer .add+nav {
  display: none;
}
#pagetop {
	bottom: 80px;
	right: 10px;
	width: 40px;
	height: 40px;
}
#pagetop a::after {
    font-size: 3.5rem;
}
.about .edit .flex > div{
	width: 100%;
	margin-bottom: 30px;
}

}
