@charset "utf-8";
/* ================================================================ */
/* 領域 */
/* ================================================================ */
* {
	background: none;
	border: 0;
	box-sizing: border-box;
	box-shadow: none;
	color: inherit;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	font-style: inherit;
	margin: 0;
	outline: none;
	overflow-wrap: break-word;
	padding: 0;
	text-decoration: none;
	vertical-align: middle;
}
body {
    font-size: 16px;
}
.inner {
    display: block;
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
}
@media screen and (max-width:1024px) {
    .inner {
        width: 98%;
    }
}
@media screen and (max-width:840px) {
}
@media screen and (max-width:640px) {
}
/* ================================================================ */
/* サブページ共通 */
/* ================================================================ */
.subHeadline {
    display: block;
    height: 40vw;
    max-height: 600px;
    min-height: 300px;
    overflow: hidden;
    position: relative;
    filter: grayscale(1);
    transition: all 1.5s ease;
}
.subHeadline.on {
    filter: grayscale(0);
}
.subHeadline_image {
    display: block;
    height: 100%;
    width: 80%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.subHeadline_image::before {
    background: linear-gradient(-90deg, #ffffff, transparent);
    content: '';
    display: block;
    height: 100%;
    width: 5%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    transition: all .8s ease;
}
.subHeadline.on > .subHeadline_image::before {
    width: 25%;
}
.subHeadline_image > div {
    background: right top/cover no-repeat;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.25);
    transform-origin: bottom right;
    transition: all .8s ease;
    z-index: 0;
}
.subHeadline.on > .subHeadline_image > div {
    transform: scale(1);
}
.subHeadline > .inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    position: relative;
    z-index: 10;
}
.subHeadline > .inner > .headline001 {
    color: #000000;
    position: relative;
    right: -6em;
    opacity: 0;
    transition: all .8s ease;
    transition-delay: .8s;
}
.subHeadline.on > .inner > .headline001 {
    right: 0;
    opacity: 1;
}
@media screen and (max-width:1024px) {
}
@media screen and (max-width:840px) {
}
@media screen and (max-width:640px) {
}
/* ================================================================ */
/* Font */
/* ================================================================ */
.fontSerif {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.fontSansSerif {
    font-family:   "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.fontJosefinSans {
    font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width:1024px) {
}
@media screen and (max-width:840px) {
}
@media screen and (max-width:640px) {
}
/* ================================================================ */
/* リンク */
/* ================================================================ */
/* LinkBtn001 */
.linkBtn001 {
    background: #ffffff;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 280px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    text-align: center;
    line-height: 1;
    padding: 1.5em .5em;
    font-style: italic;
}
.linkBtn001 > span {
    font-size: 1.4em;
}
.linkBtn001 > span::after {
    background: center/contain no-repeat url(./../img/icon_plus_001.svg);
    display: inline-block;
    height: .85em;
    width: .85em;
    content: '';
    position: relative;
    margin-left: 1em;
    top: -0.1em;
}
.linkBtn001__contact > span::after {
    display: none;
}
.linkBtn001__contact > span::before {
    background: center/contain no-repeat url(./../img/icon_email_001.png);
    display: inline-block;
    height: 1.5em;
    width: 1.5em;
    content: '';
    position: relative;
    margin-right: 1em;
    top: -.15em;
}
@media screen and (max-width:1024px) {
}
@media screen and (max-width:840px) {
}
@media screen and (max-width:640px) {
}
/* ================================================================ */
/* 見出し */
/* ================================================================ */
/* Headline001 */
.headline001 {
    color: #ffffff;
    display: block;
    position: relative;
    padding: 0 0 .5em;
}
.headline001::before {
    background: linear-gradient(90deg, #005261, #00AFCC);
    content: '';
    display: block;
    height: 4px;
    width: 5em;
    position: absolute;
    bottom: 0;
    left: 0;
}
.headline001_eng {
    font-size: 2em;
    font-style: italic;
    font-weight: bold;
    line-height: 1;
}
.headline001_jpn {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1;
    padding: .25em 0;
}
@media screen and (max-width:1024px) {
}
@media screen and (max-width:840px) {
}
@media screen and (max-width:640px) {
}
/* Headline002 */
.headline002 {
    display: inline-block;
    position: relative;
    padding: 1.5em 1em 1.5em 0;
    line-height: 1.2;
}
.headline002::before {
    background: linear-gradient(90deg, #005261, #00AFCC);
    content: '';
    display: block;
    height: 100%;
    width: calc(100% + 25vh);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.headline002 > * {
    display: block;
    position: relative;
    z-index: 10;
    font-weight: bold;
}
.headline002_eng {
    font-size: 1.5em;
    font-style: italic;
}
@media screen and (max-width:1024px) {
}
@media screen and (max-width:840px) {
}
@media screen and (max-width:640px) {
}
/* ================================================================ */
/* アニメーション */
/* ================================================================ */
.fadein {
    opacity: 0;
    transition: all .6s ease;
}
.fadein.on {
    opacity: 1;
}
.fadeinup {
    opacity: 0;
    transform: translateY(4em);
    transition: all .6s ease;
}
.fadeinup.on {
    opacity: 1;
    transform: translateY(0);
}
.fadeinleft {
    opacity: 0;
    transform: translateX(-4em);
    transition: all .6s ease;
}
.fadeinleft.on {
    opacity: 1;
    transform: translateX(0);
}
.fadeinright {
    opacity: 0;
    transform: translateX(4em);
    transition: all .6s ease;
}
.fadeinright.on {
    opacity: 1;
    transform: translateX(0);
}
@media screen and (max-width:1024px) {
}
@media screen and (max-width:840px) {
}
@media screen and (max-width:640px) {
}
/* ================================================================ */
/* テーブル */
/* ================================================================ */
.scrollableTableContainer {
    display: block;
    width: 100%;
    overflow-x: auto;
}
.scrollableTableContainer > table {
    width: 100%;
}
@media screen and (max-width:1024px) {
}
@media screen and (max-width:840px) {
}
@media screen and (max-width:640px) {
}
/* Table001 */
.table001 {
    width: 100%;
}
.table001 > caption {
    background: rgba(17, 148, 170, .85);
    color: #ffffff;
    padding: .5em;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}
.table001 > thead > tr {
    text-align: center;
    color: #4B4948;
    background: rgba(225, 225, 225, .85);
    font-size: 1.1em;
}
.table001 > thead > tr > * {
    border-left: 1px solid #D2D2D2;
    padding: .85em .5em .5em;
}
.table001 > thead > tr > *:last-child {
    border-right: 1px solid #D2D2D2;
}
.table001 > tbody > tr {
    text-align: center;
    color: #4B4948;
    background: rgba(225, 225, 225, .85);
}
.table001 > tbody > tr > td {
    padding: .5em;
    border: 1px solid #D2D2D2;
}
@media screen and (max-width:1024px) {
}
@media screen and (max-width:840px) {
}
@media screen and (max-width:640px) {
}

