@charset "utf-8";


/*--------------------------------------------------------------------------------------------------

   common

--------------------------------------------------------------------------------------------------*/

/*reset-------------------------------------------------*/

*, *:before, *:after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}

body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd {
	margin: 0;
	padding: 0;
}

table {
 border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: none;
	vertical-align: top;
  -webkit-backface-visibility: hidden;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

header,section,article,aside,footer,nav {
 display: block;
}

		
/*-------------------------------------------------reset*/


/*common-------------------------------------------------*/

body {
    font-weight: 400;
    color: #000000;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.6;
    font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
/* 	font-family: "Zen Maru Gothic",  "Dela Gothic One"; */

    position: relative;
   	overflow-x: hidden;
}

a:link {
	color: #00ABF0;
}

a:visited {
	color: #00ABF0;
}

a:hover, a:active {
	color: #00ABF0;
}

.clear:after {
 content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
 display: inline-table;
 overflow: hidden;
}

/* mac \*/
* html .clear {
 height: 1%;
}
.clear {
 display: block;
}
/* macend */

.container {
    max-width: 1130px;
    padding: 0 15px;
    margin: 0 auto;
    transition: 0.2s;
}

.alignright {
	float: right;
	margin: 0 0 30px 30px;
}

.alignleft {
	float: left;
	margin: 0 30px 30px 0;
}

.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

/*.container {
 max-width: 960px;
}*/

section.section {
 padding: 60px 0 !important;
}

.cl-white {
    color: #ffffff !important;
} 

.d-flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.align-center {
    align-items: center;
}

.align-start {
    align-items: flex-start;
}

.align-stretch {
    align-items: stretch;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.h100 {
    height: 100%;
}

.btn01 {
text-align: center;
}

.btn01 a {
position: relative;
display: block;
width: 256px;
margin: 0 auto 20px;
padding: 16px 8px 12px;
border: 2px solid #00ABF0;
line-height: 1;
text-decoration: none;
}

.btn01 a:hover {
background-color: #00ABF0;
color: #FFF;
}

.btn01 a:before {
position: absolute;
top: calc( 50% - 4px);
right: 24px;
width: 20px;
height: 6px;
content: "";
border-bottom: 2px solid #00ABF0;
border-right: 2px solid #00ABF0;
transform: skew(45deg);
transition: all .3s;
}

.btn01 a:hover:before {
position: absolute;
top: calc( 50% - 4px);
right: 16px;
width: 20px;
height: 6px;
content: "";
border-bottom: 2px solid #FFF;
border-right: 2px solid #FFF;
transform: skew(45deg);
transition: all .3s;
}

/*------------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------------*/
#header {
	position: relative;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 20;
}

header.indexHeader:after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	top: 0;
	left: 0;
	z-index: -1;
	background: linear-gradient(180deg, rgba( 0, 55, 77, .7) 40%, rgba( 0, 55, 77, 0) 100%);
}

.header__inner {
    padding: 34px 40px;
}

.header__inner a {
	color: #FFF;
	text-decoration: none;
}

.header__inner h1.pc,
.header__inner p.pc {
	letter-spacing: 0.18em;
	font-size: 32px;
 font-weight: bolder;
}

.header__inner h1.pc span,
.header__inner p.pc span {
	font-size: 15px;
	letter-spacing: 0.08em;
 display: inline-block;
	vertical-align: 4px;
	margin-right: 14px;
}

.header__inner p.eng {
	position: absolute;
	color: #EEE;
	font-size: 14px;
	top: 88px;
	left: 40px;
	line-height: 1.2;
	letter-spacing: 0.02em;
}

.header__logo {
    color: #fff;
    display: block;
}

.header__logo img {
    max-width: 185px;
}

.main-menu {
    column-gap: 20px;
				margin: 0;
				padding: 0;
				list-style: none;
}

.menu-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 5px;
    position: relative;
}

.menu-link.--has-icon::after {
    position: absolute;
    content: "";
    background-image: url(../image/arrow-01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 12px;
    height: 7px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.menu-link span {
    font-weight: 500;
    font-size: 15px;
    color: #ffffff;
}

.menu-item {
    position: relative;
    cursor: pointer;
    padding-bottom: 24px;
				width: 80px;
}

.sub-menu {
    position: absolute;
    top: calc(100%);
    min-width: 220px;
    left: 50%;
    transform: translate(-50%, 10px);
    z-index: 10;
    background-color: #00ABF0;
    padding: 0px 0px;
				list-style: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
}

.menu-item:nth-child(5) .sub-menu {
	left: -20px;
}

.menu-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0px);
}

.sub-menu a {
	position: relative;
    font-size: 14px;
    padding: 10px 16px 10px 10px;
    display: block;
    color: #fff;
    white-space: nowrap;
}

.sub-menu a:after {
position: absolute;
	top: calc( 50% - 4px);
	right: 16px;
	width: 20px;
 height: 6px;
	content: "";
 border-bottom: 2px solid #FFF;
 border-right: 2px solid #FFF;
 transform: skew(45deg);
	transition: all .3s;
}

.sub-menu a:hover {
    background-color: #fff;
    color: #00ABF0;
    opacity: 1;
}

.sub-menu a:hover:after {
position: absolute;
	top: calc( 50% - 4px);
	right: 16px;
	width: 20px;
 height: 6px;
	content: "";
 border-bottom: 2px solid #00ABF0;
 border-right: 2px solid #00ABF0;
 transform: skew(45deg);
	transition: all .3s;
}


.sub-menu li:not(:last-child) a {
    border-bottom: 1px solid #FFF;
}

.header__right {
    column-gap: 42px;
}


/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
.footer-content {
	   position: relative;
    background-color: #00ABF0;
    padding: 60px 0;
}

.footer__inner {
    width: 100%;
    color: #fff;
}

.footer__logo .__logo {
    width: fit-content;
}

.footer__logo .__logo img {
    margin-bottom: 10px;
}

.footer__logo h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

.footer__logo p {
    font-size: 16px;
				margin: 0 0 40px;
}

.wrap__ft-menu {
    display: flex;
    column-gap: 40px;
}

.ft-block {
    min-width: 190px;
}

.ft-block__title {
    font-size: 16px;
    font-weight: 400;
    padding: 0 4px 6px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #FFF;
}

.ft-menu {
				margin: 0 8px;
				padding: 0;
				list-style: none;
}

.ft-menu li a {
    font-size: 14px;
    padding: 4px 0px 4px 14px;
    display: block;
    background-image: url(../image/arrow-02.png);
    background-size: 6px;
    background-position: 0px 50%;
    background-repeat: no-repeat;
				color: #FFF;
				text-decoration: none;
}

.ft-menu li a:hover {
    text-decoration: underline;
    opacity: 1;
}

.footer__under {
    background-color: #000000;
    padding: 16px 0px;
				color: #FFF;
				font-size: 14px;
}

.footer__copyright img {
    max-width: 190px;
}

.footer__copyright div.link {
    font-size: 12px;
    color: #fff;
    column-gap: 6px;
}

.footer__copyright a:hover {
    text-decoration: underline;
    opacity: 1;
}


#back-to-top {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 80px;
    height: 80px;
    background-color: #000;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    color: #fff;
    font-size: 14px;
				text-decoration: none;
				line-height: 1.2;
				font-weight: bold;
    
}

#back-to-top img {
    margin-bottom: 5px;
}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
    z-index: 10;
  }

.l-header__menu-trigger,
.header__nav-sp {
    display: none;
}

#pageHeader {
	position: relative;
	width: 100%;
	height: 40vh;
}

#pageHeader:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 70, 149, 0.4);
}

#pageHeader:after {
	position: absolute;
	content: "";
	background: url(../image/line-01.png) no-repeat;
	background-size: 100%;
	bottom: 0;
	width: 100%;
	height: 77px;
}

#pageHeader .ttl {
	position: absolute;
	margin: 0 40px;
	top: 50%;
	transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
}

#pageHeader .ttl h2 {
	font-size: 30px;
	color: #FFF;
}

#pageHeader .ttl h2 span {
	font-family: 'Oswald', sans-serif;
	font-size: 60px;
	font-weight: 700;
	color: transparent;
    -webkit-text-stroke: 1px rgb(255, 255, 255);
	text-stroke: 1px rgb(255, 255, 255);
	margin-right: 16px;
	letter-spacing: 0.04em;
}

#pageHeader .pan {
	position: absolute;
	bottom: 10px;
	z-index: 10;
	padding: 0 40px;
	line-height: 40px;
	display: flex;
	background-color: #003470;
}

#pageHeader .pan:before {
	position: absolute;
	content: "";
	top: 0;
	right: -34px;
 border-bottom: 40px solid transparent;
 border-left: 34px solid #003470;
}

#pageHeader .pan li {
	color: #FFF;
	font-size: 12px;
	margin-right: 24px;
}

#pageHeader .pan li a {
	position: relative;
}

#pageHeader .pan li a:before {
	position: absolute;
	content: "\ff1e";
	right: -18px;
}

/*------------------------------------------------------------------------------------------------
  second
--------------------------------------------------------------------------------------------------*/
.secTitle {
	position: relative;
	height: 340px;
	background-position: center;
	background-size: cover;
	z-index: -1;
}

.secTitle:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	top: 0;
	left: 0;
	background-color: rgba( 0, 55, 77, .7);
}

.secTitle h1 {
	position: absolute;
	width: 1100px;
	color: #FFF;
	font-size: 36px;
	font-weight: bold;
	bottom: 90px;
 left: 50%;
 transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
	letter-spacing: 0.08em;
}

.secTitle h1 span {
	position: relative;
	display: inline-block;
	padding: 8px 28px 8px 32px;
}

.secTitle h1 span:before {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #00ABF0;
	width: 6px;
	height: 100%;
	content: "";
}

.secTitle h1 span:after {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #FFF;
	width: 100%;
	height: 6px;
	content: "";
}

.pan {
	position: relative;
	text-align: right;
	color: #FFF;
	font-size: 14px;
}

.pan:before {
	position: absolute;
	content: "";
	background: url(../image/back.png) no-repeat 0 0;
	background-size: 100%;
	top: -60px;
	left: 0;
	width: 100%;
	height: 100px;
}

.pan ol {
	position: relative;
	margin: 0;
	padding: 8px 16px;
	top: -20px;
	list-style: none;
	display: inline-block;
	background: linear-gradient(to right, #00ABF0, #00374D);
}

.pan ol li {
	margin: 0;
	padding: 0;
	display: inline;
}

.pan ol li a {
	color: #FFF;
	text-decoration: none;
}

#second {
	width: 1100px;
	margin: 0 auto;
	padding: 80px 0;
	line-height: 1.8;
}

#second h2 {
	position: relative;
	margin: 0 0 40px;
	padding: 8px 16px 4px;
	background-color: #EEE;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.02em;
}

#second h2:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 40px;
	height: 4px;
	background-color: #00ABF0;
}

#second h2:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 4px;
	height: 40px;
	background-color: #00ABF0;
}

#second h3 {
	margin: 0 0 20px;
	padding: 6px 8px 4px;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.02em;
	border-bottom: 1px solid #CCC;
	background-color: #E6F8FF;
}

#second h4 {
	margin: 0 0 20px;
	padding: 0 8px;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px dashed #CCC;
}

#second p {
	margin: 0 0 32px;
}

#second p + h2 {
	margin: 60px 0 40px;
}

#second p + h3 {
	margin: 60px 0 20px;
}

.marker01 {
	background: linear-gradient(transparent 50%, #FFE68E 50%);
}



/*--------------------------------------------------*/

@media only screen and (max-width: 1100px) {
html, body {
 overflow-x: hidden;
 /*min-width: 320px;*/
}

body {
	font-size: 15px;
}

.sp {
 display: block;
}

.pc {
 display: none;
}

img {
	max-width: 100%;
	height: auto;
}

.alignleft, .aligncenter, .alignright {
	float: none;
	display: block;
	margin: 0 auto 20px;
}

    .header__right {
        column-gap: 10px;
    }
    .header__inner {
        align-items: center;
        padding-right: 56px;
        /*padding-top: 20px;*/
        padding-bottom: 20px;
    }
    .hero__intro-text .__text {
        font-size: 22px;
    }
    .footer__copyright {
        flex-wrap: wrap;
        row-gap: 6px;
    }

	.header__nav-sp {
        display: flex;
        justify-content: space-between;
        padding: 26px 20px;
    }
    .header__nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 20000;
        width: 100%;
        height: 100%;
        color: #fff;
        background: #1f1f1f;
        transition: visibility 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        
        opacity: 0;
								line-height: 1;
								visibility: hidden;
    }
    .header__nav.is-active {
        visibility: visible;
        opacity: 1;
    }
    .main-menu {
        display: block;
    }
    .menu-item {
        width: 100%;
        padding: 18px 20px;
        border-bottom: 1px solid #363636;
    }
    .menu-item:first-child {
        border-top: 1px solid #363636;
    }
    .menu-link img {
        display: none;
    }
    .menu-link.--has-icon::after {
        left: unset;
        right: 0px;
        bottom: 50%;
        transform: translateY(50%);
        width: 10px;
    }
    .menu-link {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .sub-menu {
        margin-top: 20px;
        width: 100%;
        position: relative;
        background-color: unset;
        padding-bottom: 0px;
        display: none;
        background-color: #fff;
    }
    .menu-item.active .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, 0px);
        display: block;
    }
    .sub-menu a {
        color: #003470;
    }
    .sub-menu li:not(:last-child) a{
        border-bottom: 0;
    }
    .l-header__menu-trigger {
        display: block;
        position: fixed;
        z-index: 30000;
        background-color: transparent;
        border: 0;
        cursor: pointer;
        top:28px;
        right: 16px;
		width: 44px;
		height: 44px;
		border-radius: 100vh;
		background-color: #FFF;
		border: 1px solid #004695;
    }
    .l-header__menu-trigger .line-wrap {
        position: relative;
        display: block;
        width: 25px;
        height: 22px;
    }
    .l-header__menu-trigger .line {
        position: absolute;
        right: -2px;
        display: block;
        width: 100%;
        height: 1px;
        background: #004695;
        transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
	.l-header__menu-trigger.is-active .line {
	background: #004695;
	}
    .l-header__menu-trigger .line:nth-child(1) {
        top: 0;
    }
    .l-header__menu-trigger .line:nth-child(2) {
        top: 50%;
    }
    .l-header__menu-trigger .line:nth-child(3) {
        top: 100%;
    }
    .l-header__menu-trigger.is-active .line {
        transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    .l-header__menu-trigger.is-active .line:nth-child(1) {
        top: 50%;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .l-header__menu-trigger.is-active .line:nth-child(2) {
        opacity: 0;
    }
    .l-header__menu-trigger.is-active .line:nth-child(3) {
        top: 50%;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .header__right {
        column-gap: 25px;
        align-items: center;
    }
    .header__inner{
        padding: 26px 68px 26px 20px;
    }
    .footer__inner {
        flex-wrap: wrap;
    }
    .wrap__ft-menu {
        flex: unset;
        width: 100%;
        padding-left: 0px;
        padding-top: 40px;
        justify-content: flex-start;
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .footer-content {
        padding: 45px 0px;
    }
				#back-to-top {
					bottom: 50px;
				}
				
				.footer-content {
					margin-top: 40px;
				}
				
				.footer-content:before {
					top: -40px;
				}
				
.header__inner h1.sp,
.header__inner p.sp {
	letter-spacing: 0.02em;
	font-size: 22px;
 font-weight: bolder;
	line-height: 1.4;
}

.header__inner h1.sp span,
.header__inner p.sp span {
	display: block;
	font-size: 14px;
}

.header__nav-sp span {
	display: block;
}

.header__nav-sp .header__logo {
	line-height: 1.4;
	font-size: 22px;
 font-weight: 500;
	letter-spacing: 0.02em;
}

.header__nav-sp .header__logo span {
	font-size: 14px;
}

.header__inner p.eng {
	left: 20px;
}

.footer__logo p {
	margin: 0;
}

.footer__copyright {
	font-size: 12px;
}

#back-to-top {
	width: 60px;
	height: 60px;
	line-height: 1;
	opacity: 1;
}

.sub-menu a {
	padding: 16px;
}

.sub-menu a:after {
position: absolute;
	top: calc( 50% - 4px);
	right: 16px;
	width: 20px;
 height: 6px;
	content: "";
 border-bottom: 2px solid #00ABF0;
 border-right: 2px solid #00ABF0;
 transform: skew(45deg);
	transition: all .3s;
}

.sub-menu li {
	border-bottom: 1px dotted #CCC;
}

.menu-item:nth-child(5) .sub-menu {
	left: 50%;
}

.scroll-down {
	display: none;
}

.ft-block {
    min-width: 40%;
}

/*------------------------------------------------------------------------------------------------
  second
--------------------------------------------------------------------------------------------------*/
.secTitle {
	position: relative;
	height: 300px;
	background-position: center;
	background-size: cover;
	z-index: -1;
}

.secTitle h1 {
	width: 94%;
	font-size: 22px;
	bottom: 90px;
}

.secTitle h1 span {
	position: relative;
	display: inline-block;
	padding: 6px 14px 10px 18px;
}

#second {
	width: 94%;
	margin: 0 auto;
}

#second h2 {
	font-size: 20px;
	line-height: 1.4;
	padding: 16px;
}

#second h3 {
	font-size: 18px;
}

#second h4 {
	font-size: 18px;
}

}
