@charset "utf-8";

/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,700|Roboto:400i,500i,700,700i&display=swap');

html {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
	font-size: 100%;
    letter-spacing: 0.05em;
    height: 100%;
}

body {
    min-width: 1120px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
	color: #373737;
}

#contentsTop, #contents {
    flex: 1 0 auto;
}

/* リンク */

a:link, a:hover, a:active, a:visited { color: #373737; text-decoration: none; }
a:hover, a.accent:hover { opacity: 0.5; }

a[href^="tel:"]{ pointer-events: none; }

/* 非表示 */

.sp-cont { display: none!important; }

/* トップへ戻るボタン */

a#page-top {
	display: block;
	position: fixed;
	bottom: 70px;
	right: 60px;
	width: 74px;
	height: 74px;
    z-index: 10000;
}

a#page-top:hover {
    opacity: 1;
}

/* header
--------------------------------------------------------------------------------------------------------------- */

header {
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
}

header h1 {
    width: 400px;
    margin-right: auto;
    margin-left: 35px;
}

header h1 a { display: block; }
header h1 img.l-mini { display: none; }

header #g-navi {
    max-width: calc(100% - 400px);
    min-width: 50%;
}

header ul {
    display: flex;
    justify-content: space-between;
}

header ul li {
    width: auto;
    height: 110px;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	align-items: center;
    font-size: 1.08em;
    font-weight: bold;
    letter-spacing: 0.075em;
}

header ul li a {
    display: block;
    text-align: center;
}

header ul li a span {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 0.7rem;
    color: #afafaf;
}

header ul li.active { opacity: 0.5; }

/* お問い合わせ */

header ul li:last-of-type {
    padding: 0 15px;
    background-color: #00326e;
    color: #FFF;
}

header ul li:last-of-type a {
    color: #FFF;
}

/* footer
--------------------------------------------------------------------------------------------------------------- */

/* お問い合わせ */

footer #contact {
    padding: 80px;
    font-weight: bold;
    text-align: center;
    color: #00326e;
}

footer #contact .tit {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 2.3em;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}

footer #contact p {
    font-size: 1.1em;
    line-height: 1.6em;
    margin-bottom: 50px;
}

footer #contact a {
    display: inline-block;
    width: 320px;
    margin: 5px 15px;
    padding: 13px 0;
    color: #00326e;
    border: solid 1px #00326e;
}

footer #contact a.tel { background: url("../img/icon_contact_tel.svg") no-repeat center left 25px; }
footer #contact a.mail { background: url("../img/icon_contact_mail.svg") no-repeat center left 25px; }

/* ロゴ・コピーライト */

footer #company {
    height: 106px;
    display: flex;
    align-items: center;
    padding: 0 35px;
    background-color: #00326e;
}

footer #company div {
    width: 280px;
}

footer small {
    margin-left: auto;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.1em;
    color: #FFF;
}

/* TOP
--------------------------------------------------------------------------------------------------------------- */

#contentsTop #heroimage {
    width: 100%;
    height: 600px;
    background: url("../img/top/img_heroimage_bg.jpg") no-repeat center bottom;
    background-size: cover;
    position: relative;
    text-align: center;
		overflow: hidden;
}

#contentsTop #heroimage img {
    width: auto;
    height: 100%;
}

#contentsTop #heroimage p.text01 {
    position: absolute;
    width: 100%;
    height: 186px;
    top: 207px;

		opacity: 0;

		animation-name: heroTxt01;
		animation-duration: 26s;
		/* animation-delay: 2s; */
		animation-iteration-count: infinite;
}

#contentsTop #heroimage p.text02 {
    position: absolute;
    width: 100%;
    height: 80px;
    top: 260px;

		opacity: 0;

		animation-name: heroTxt02;
		animation-duration: 26s;
		/* animation-delay: 2s; */
		animation-iteration-count: infinite;
}

#contentsTop #heroimage p.text03 {
    position: absolute;
    width: 100%;
    height: 90px;
    top: 255px;

		opacity: 0;

		animation-name: heroTxt03;
		animation-duration: 26s;
		/* animation-delay: 2s; */
		animation-iteration-count: infinite;
}
#contentsTop #heroimage p.text04 {
    position: absolute;
    width: 100%;
    height: 290px;
    top: 155px;

		opacity: 0;

		animation-name: heroTxt04;
		animation-duration: 26s;
		/* animation-delay: 2s; */
		animation-iteration-count: infinite;
}


@keyframes heroTxt01 {
	0% {
    opacity: 0;
	} 10% {
		opacity: 0;
	} 13% {
		opacity: 0;
		transform: scale(.9);
	} 19% {
		opacity: 1;
		transform: scale(1);
	} 25% {
    opacity: 1;
  } 28% {
    opacity: 0;
	} 100% {
		opacity: 0;
	}
}
@keyframes heroTxt02 {
	0% {
    opacity: 0;
  } 30% {
    opacity: 0;
		transform: scale(.9);
	} 36% {
		opacity: 1;
		transform: scale(1);
	} 42% {
		opacity: 1;
	} 45% {
		opacity: 0;
	} 100% {
		opacity: 0;
	}
}

@keyframes heroTxt03 {
	0% {
    opacity: 0;
  } 48% {
    opacity: 0;
		transform: scale(.9);
	} 54% {
		opacity: 1;
		transform: scale(1);
	} 60% {
		opacity: 1;
	} 63% {
		opacity: 0;
	} 100% {
		opacity: 0;
	}
}

@keyframes heroTxt04 {
	0% {
    opacity: 0;
  } 66% {
    opacity: 0;
		transform: scale(.9);
	} 75% {
		opacity: 1;
		transform: scale(1);
	} 85% {
    opacity: 1;
  } 92% {
    opacity: 0;
	} 100% {
		opacity: 0;
	}
}


/* 共通 見出し */

#contentsTop h2 {
    padding: 90px 0 35px 0;
    text-align: center;
    font-weight: bold;
    color: #00326e;
}

#contentsTop h2 span {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 2.3em;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}

#contentsTop h2 span img {
    margin-left: 10px;
}

/* TOP - INFORMATION
--------------------------------------------------------------------------------------------------------------- */

#contentsTop #info {
    padding: 0 15px;
}

#contentsTop #info ul {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#contentsTop #info ul li {
    width: 320px;
}

#contentsTop #info ul li a {
    display: block;
}

#contentsTop #info ul li img {
    width: 320px;
    height: 300px;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /* IE11 */
}

#contentsTop #info ul li p.date {
    text-align: center;
    font-weight: bold;
    color: #00326e;
    padding: 30px 0 25px 0;
}

#contentsTop #info ul li p.tex {
    text-align: justify;
    line-height: 1.8em;
}

#contentsTop #info div.insta {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

/* TOP - ITEMS
--------------------------------------------------------------------------------------------------------------- */

#contentsTop #items {
    margin-top: 80px;
    padding-bottom: 80px;
    background: url("../img/top/logo_bg.svg") no-repeat top right #f2f5f8;
}

#contentsTop #items ul {
    width: 940px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#contentsTop #items ul li {
    width: 450px;
}

#contentsTop #items ul a {
    display: block;
}

#contentsTop #items ul li img {
    width: 100%;
    height: auto;
}

#contentsTop #items ul li p {
    text-align: center;
    font-weight: bold;
    color: #00326e;
    padding: 30px 0 25px 0;
}

/* 商品カタログ */

#contentsTop #items h3 {
    max-width: 940px;
    margin: 40px auto 0 auto;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #00326e;
}

#contentsTop #items h3::before,
#contentsTop #items h3::after {
    border-top: 1px solid #00326e;
    content: "";
    flex-grow: 1;
}

#contentsTop #items h3::before {
    margin-right: 1rem;
}

#contentsTop #items h3::after {
    margin-left: 1rem;
}

#contentsTop #items ul.catalog {
    margin-top: 60px;
}

#contentsTop #items ul.catalog a {
    width: 100%;
    height: 100px;
    padding-left: 40px;
    display: flex;
	justify-content: center;
	align-items: center;
    color: #00326e;
    border: solid 1px #00326e;
    background: url("../img/icon_catalog.svg") no-repeat center left 30px #FFF;
}

#contentsTop #items ul.catalog img {
    max-width: 186px;
    margin-right: 10px;
}

#contentsTop #items ul.catalog a::after {
    content: "商品カタログ";
    font-size: 1.15em;
    font-weight: bold;
    padding-right: 20px;
    background: url("../img/icon_link_out.svg") no-repeat center right;
}

/* TOP - WORKS・RECRUIT
--------------------------------------------------------------------------------------------------------------- */

#contentsTop #works,
#contentsTop #recruit {
    height: 350px;
    display: flex;
	justify-content: center;
	align-items: center;
}

#contentsTop #works { background: url("../img/img_h-bg_works.jpg") no-repeat center; background-size: cover; }
#contentsTop #recruit { background: url("../img/img_h-bg_recruit.jpg") no-repeat center; background-size: cover; }

#contentsTop #works .wrapper,
#contentsTop #recruit .wrapper {
    display: flex;
    width: 1040px;
    height: 258px;
    border: solid 1px #FFF;
}

#contentsTop #works .wrapper::after,
#contentsTop #recruit .wrapper::after {
    content: "";
    width: 38px;
    height: 35px;
    align-self: center;
    margin-right: -20px;
    margin-left: 40px;
    background: url("../img/icon_link_arrow.svg") no-repeat;
}

#contentsTop #works h2,
#contentsTop #recruit h2 {
    padding: 0;
    align-self: flex-end;
    color: #FFF;
    font-size: 1.56em;
    letter-spacing: 0.15em;
}

#contentsTop #works h2 span,
#contentsTop #recruit h2 span {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 7.5rem;
    letter-spacing: 0.1rem;
    line-height: 0;
    margin: 0 20px 0 20px;
    position: relative;
    bottom: -3px;
}

#contentsTop #works p,
#contentsTop #recruit p {
    align-self: center;
    margin-left: auto;
    font-size: 1.12em;
    font-weight: bold;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    color: #FFF;
}

/* TOP - BUSINESS PARTNER
--------------------------------------------------------------------------------------------------------------- */

#contentsTop #partner {
    padding-bottom: 80px;
    background-color: #00326e;
}

#contentsTop #partner h2 {
   color: #FFF;
}

#contentsTop #partner ul {
    width: 940px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#contentsTop #partner li {
    width: 450px;
    background-color: #FFF;
}

#contentsTop #partner li a {
    height: 100px;
    display: flex;
	justify-content: center;
	align-items: center;
}

/* 下層
--------------------------------------------------------------------------------------------------------------- */

/* 共通 ページタイトル */

#contents #pageTitle {
    width: 100%;
    height: 280px;
    display: flex;
	justify-content: center;
	align-items: center;
}

#contents #pageTitle h2 {
    text-align: center;
    font-weight: bold;
    color: #FFF;
}

#contents #pageTitle h2 span {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 2.3em;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}

/* 下層 - COMPANY
--------------------------------------------------------------------------------------------------------------- */

#contents.company #pageTitle {
    background: url("../img/img_h-bg_company.jpg") no-repeat center;
    background-size: cover;
}

#contents.company section {
    margin-top: 80px;
}

#contents.company section:first-of-type {
    background: url("../img/company/img_bg_h.svg") no-repeat left top;
}

#contents.company section:last-of-type {
    padding-bottom: 80px;
    background-color: #00326e;
    color: #FFF;
}

#contents.company .wrapper {
    width: 860px;
    margin: 0 auto;
    padding-top: 80px;
}

#contents.company h3 {
		display: inline-block;
    font-size: 1.05em;
    font-weight: bold;
    color: #0046a0;
    margin-left: -50px;
}

#contents.company section:last-of-type h3 {
    color: #FFF;
}

#contents.company h3::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 2px;
    margin-right: 10px;
    background-color: #0046a0;
}
#contents.company h3::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 2px;
    margin-left: 10px;
    background-color: #0046a0;
}

#contents.company section:last-of-type h3::before,
#contents.company section:last-of-type h3::after {
    background-color: #FFF;
}

#contents.company p {
    padding-top: 30px;
    line-height: 2em;
}

#contents.company table {
    margin-top: 30px;
    border-top: solid 1px rgba(235,235,235,0.2);
}

#contents.company table th {
    width: 25%;
    padding: 20px 0;
    border-bottom: solid 1px rgba(235,235,235,0.2);
}

#contents.company table td {
    width: 75%;
    padding: 20px 0;
    border-bottom: solid 1px rgba(235,235,235,0.2);
}

/* 下層 - ITEMS
--------------------------------------------------------------------------------------------------------------- */

#contents.items #pageTitle {
    background: url("../img/img_h-bg_items.jpg") no-repeat center;
    background-size: cover;
}

#contents.items section {
    width: 860px;
    margin:  80px auto 0 auto;
}

#contents.items h3 {
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
}

#contents.items .wrapper {
    display: flex;
    margin: 50px 0;
}

#contents.items .wrapper div {
    margin-right: 20px;
}

#contents.items .wrapper div a {
    font-size: 0;
    letter-spacing: 0;
    line-height: 0;
}

#contents.items ul {
    margin-left: 30px;
}

#contents.items ul li {
    list-style-type: disc;
    line-height: 2em;
}

#contents.items .wrapper div a {
    display: block;
    letter-spacing: 0;
    line-height: 0;
    font-size: 0;
}

#contents.items section:last-of-type .wrapper div:last-of-type {
    display: flex;
    flex-direction: column;
}

#contents.items section:last-of-type div:last-of-type a:last-of-type {
    margin-top: auto;
}

/* 外部リンク */

#contents.items .link {
    display: block;
    padding: 25px 0;
    background: url("../img/icon_link_out-w.svg") no-repeat center right 30px #0046a0;
    color: #FFF;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
}

/* 下部リード文 */

#contents.items .info {
    margin-top: 80px;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    line-height: 1.8em;
}

#contents.items .info::after {
    content: "";
    display: block;
    width: 76px;
    height: 32px;
    margin: 60px auto 0 auto;
    background: url("../img/items/icon_arrow.svg") no-repeat;
}

/* 下層 - WORKS
--------------------------------------------------------------------------------------------------------------- */

#contents.works #pageTitle {
    background: url("../img/img_h-bg_works.jpg") no-repeat center;
    background-size: cover;
}

#contents.works .wrapper {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

#contents.works section {
    width: 50%;
    padding: 80px 10px 0 10px;
    display: flex;
    flex-direction: column;
}

#contents.works h3 {
    padding: 10px 20px;
    background-color: #00326e;
    color: #FFF;
    font-weight: bold;
}

#contents.works ul {
    padding: 20px;
    line-height: 2em;
}

#contents.works section p {
    text-align: right;
    margin-top: auto;
}

/* 下層 - RECRUIT
--------------------------------------------------------------------------------------------------------------- */

#contents.recruit #pageTitle {
    background: url("../img/img_h-bg_recruit.jpg") no-repeat center;
    background-size: cover;
}

#contents.recruit #message {
    padding: 100px 0 200px 0;
    background: url("../img/recruit/img_bg_message.jpg") no-repeat center bottom;
    background-size: 100% auto;
    text-align: center;
}

#contents.recruit #message p {
    margin-top: 35px;
    font-size: 1.15em;
    font-style: italic;
    line-height: 2.2em;
    color: #00326e;
}

/* 募集内容 */

#contents.recruit #info {
    padding-bottom: 80px;
    background-color: #00326e;
    color: #FFF;
}

#contents.recruit #info .wrapper {
    width: 860px;
    margin: 0 auto;
    padding-top: 80px;
}

#contents.recruit #info h3 {
		display: inline-block;
    font-size: 1.05em;
    font-weight: bold;
    margin-left: -50px;
}

#contents.recruit #info h3::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 2px;
    margin-right: 10px;
    background-color: #FFF;
}
#contents.recruit #info h3::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 2px;
    margin-left: 10px;
    background-color: #FFF;
}

#contents.recruit #info table {
    margin-top: 30px;
    border-top: solid 1px rgba(235,235,235,0.2);
    line-height: 1.4em;
}

#contents.recruit #info table th {
    width: 25%;
    padding: 20px 0;
    border-bottom: solid 1px rgba(235,235,235,0.2)
}

#contents.recruit #info table td {
    width: 75%;
    padding: 20px 0;
    border-bottom: solid 1px rgba(235,235,235,0.2)
}

/* 下層 - CONTACT
--------------------------------------------------------------------------------------------------------------- */

#contents.contact #pageTitle h2 {
    color: #373737!important;
}

#contents.contact h3 {
    padding: 0 0 20px 0;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
}

#contents.contact p.lead {
    text-align: center;
    padding-bottom: 60px;
}

#contents.contact .wrapper {
    width: 860px;
    margin: 0 auto;
}

#contents.contact table {
    margin-bottom: 35px;
}

#contents.contact table th {
    display: block;
    width: 100%;
    font-size: 1.1em;
    font-weight: bold;
}

#contents.contact table th span {
    display: inline-block;
    font-size: 0.7em;
    font-weight: normal;
    color: #FFF;
    padding: 4px 6px;
    margin-right: 15px;
    vertical-align: middle;
    background-color: #0046a0;
}

#contents.contact table td {
    display: block;
    width: 100%;
    margin: 20px 0 25px 0;
}

input[type=text],
input[type=email] {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	color: #333;
    border: none;
    background-color: #efefef;
    padding: 6px 10px;
    margin: 0px;
    width: 100%;
    height: 40px;
    overflow: hidden;
}

textarea {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	color: #333;
    border: none;
	border-radius: 1px;
    background-color: #efefef;
    padding: 6px 10px;
    margin: 0px;
    width: 100%;
	line-height: 1.6em;
}

input::placeholder, textarea::placeholder {
  color: #8F8F8F;
}

input[type="checkbox"] {
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin: 0 0.5em 0 0;
    padding: 0;
}

form .btnArea {
	padding: 20px 0 80px 0;
	text-align: center;
}

button {
	display: inline-block;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
	font-weight: 400;
	font-style: normal;
    font-size: 1rem;
	cursor: pointer;
	outline: none;
	appearance: none;
	border: none;
	border-radius: 30px;
	width: 280px;
	height: 45px;
	margin: 0 10px;
	padding: 0;
	color: #FFF;
	background-color: #00326e;
}

button:hover { opacity: 0.5; }

/* 個人情報保護について */

#contents.contact #policy {
    background-color: #efefef;
    margin-bottom: 60px;
}

#contents.contact #policy .scroll {
    height: 250px;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: scroll;
}

#contents.contact #policy h4 {
    font-weight: bold;
    margin-top: 20px;
}

#contents.contact #policy p {
    text-align: justify;
    line-height: 1.8em;
}

#contents.contact #policy a {
    text-decoration: underline;
}

#contents.contact .consent {
    text-align: center;
}
