@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500%7CRoboto&amp;display=swap');

/* -----------------------------------------------
reset
----------------------------------------------- */
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	/* iOS 8+ */

	font-size: 62.5%;
	/* 16px x 0.625 = 10px(=1rem) */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
}

body {
	background: #fff;
	color: #000;

	font-size: 1.6rem;
	/*line-height: 155%;*/
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
	display: block;
}

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
button,
figure,
figcaption {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
}

th,
strong,
em {
	font-weight: normal;
}

ul {
	list-style-type: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
	font-size: inherit;
}

caption,
th {
	text-align: left;
}

fieldset,
img {
	border: 0;
}

a,
button,
input,
textarea,
select {
	outline: none;
}

address,
caption,
code,
em,
th {
	font-weight: normal;
	font-style: normal;
}

sup,
sub {
	font-size: 63%;
}

sup {
	vertical-align: top;
}

sub {
	vertical-align: baseline;
}

input,
textarea,
button {
	margin: 0;
	font-size: inherit;
	font-family: inherit;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],
textarea {
	padding: 5px;
}

input[type="submit"],
button {
	appearance: none;
	-webkit-appearance: none;
}

button {
	overflow: visible;
	vertical-align: top;
	color: inherit;
	border: none;
	background: none;
}

button,
label {
	cursor: pointer;
}

textarea {
	resize: vertical;
}

/* -----------------------------------------------
共通スタイル
----------------------------------------------- */
html {
	font-size: 62.5%;
}

body {
	background-color: #fff;
	color: #000;
	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	font-size: 1.6rem;
	line-height: 1;
	min-height: 100vh;
}

img {
	display: inline-block;
	width: 100%;
	height: auto;
	vertical-align: top;
}

a {
	text-decoration: none;
	display: inline-block;
	color: inherit;
	transition: .5s;
}

a img {
	border: 0;
}

a:hover {
	transition: .6s;
}

a:focus-visible {
	outline: #0066f0 solid;
	transition: unset;
}

/* PC・SP版 切り替え */
@media screen and (min-width: 1025px) {
	.-pc {
		display: block;
	}

	.-sp {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	.-pc {
		display: none;
	}

	.-sp {
		display: block;
	}
}

/* -----------------------------------------------
ヘッダー
----------------------------------------------- */
.header-wrap {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 102px;
	background: rgb(255, 255, 255, 0);
}

.header-wrap img {
	height: 100%;
}

.header-wrap a:hover {
	filter: brightness(1.5);
}

.header-inner {
	display: flex;
	justify-content: space-between;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 70px 0 100px;
	height: 100%;
}

/* ブレイクポイント */
@media screen and (min-width: 1401px) {
	.header-inner {
		max-width: 1920px;
	}
}

@media screen and (max-width: 1280px) {
	.header-inner {
		padding: 0 0 0 30px;
	}
}

@media screen and (max-width: 1024px) {
	.header-wrap {
		height: 60px;
	}

	.header-inner {
		padding: 0 0 0 15px;
	}
}

/* スクロールで色を変化 */
.js-header.headerColorScroll .header-wrap {
	background: rgb(255, 255, 255, .85);
}

.js-header.headerColorScroll .g-nav a {
	color: #000;
}

.header2 {
	opacity: 0;
	transition: .5s;
}

.js-header.headerColorScroll .header2 {
	opacity: 1;
	transition: .5s;
}

.js-header.headerColorScroll .header1 {
	opacity: 0;
	transition: .5s;
}

/* ロゴ */
.h-logo {
	display: flex;
}

.h-logo a {
	display: inline-block;
	height: 100%;
}

.h-logo a img {
	height: 64px;
	margin: 20px 0 18px;
}

.h-logo a:nth-child(2) {
	margin-left: 26px;
}

/* -----------------------------------------------
ナビ PC版
----------------------------------------------- */
.g-nav ul {
	height: 100%;
	display: flex;
}

.g-nav li {
	height: 100%;
}

.g-nav a {
	font-size: 1.6rem;
	font-feature-settings: normal;
	letter-spacing: .1em;
	color: #fff;
	height: 100%;
	display: flex;
	align-items: center;
	margin-right: 30px;
	padding-left: calc(38px + 12px);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 38px 38px;
}

.g-nav li:nth-child(1) a {
	background-image: url(../img/ico_nav_01_w.svg);
	padding-left: calc(38px + 8px);
}

.g-nav li:nth-child(2) a {
	background-image: url(../img/ico_nav_02_w.svg);
}

.g-nav li:nth-child(3) a {
	background-image: url(../img/ico_nav_03_w.svg);
}

.g-nav li:nth-child(4) a {
	background-image: url(../img/ico_nav_04_w.svg);
}

.js-header.headerColorScroll .g-nav li:nth-child(1) a {
	background-image: url(../img/ico_nav_01.svg);
	padding-left: calc(38px + 8px);
}

.js-header.headerColorScroll .g-nav li:nth-child(2) a {
	background-image: url(../img/ico_nav_02.svg);
}

.js-header.headerColorScroll .g-nav li:nth-child(3) a {
	background-image: url(../img/ico_nav_03.svg);
}

.js-header.headerColorScroll .g-nav li:nth-child(4) a {
	background-image: url(../img/ico_nav_04.svg);
}

/* ブレイクポイント */
@media screen and (max-width: 1280px) {
	.g-nav a {
		margin-right: 20px;
	}
}

@media screen and (max-width: 1024px) {

	.h-logo {
		width: 189px;
	}

	.h-logo a img {
		height: 40px;
		margin: 10px 0;
	}

	.h-logo a:nth-child(2) {
		margin-left: 13px;
	}
}

/* -----------------------------------------------
ドロワーメニュー SP版
----------------------------------------------- */

#g-nav {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100vh;
	background: rgb(255, 255, 255, 1);
	visibility: hidden;
	opacity: 0;
	transition: all 0.6s;
}

/* アクティブ状態 */
#g-nav.panelactive {
	visibility: visible;
	opacity: 1;
}

/* ナビの縦スクロール対応 */
#g-nav.panelactive #g-nav-list {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#g-nav a {
	display: inline-block;
}

.g-nav-logo {
	display: flex;
	height: 60px;
	padding-left: 15px;
	width: 189px;
}

.g-nav-logo a {
	height: 100%;
}

.g-nav-logo a img {
	height: 40px;
	margin: 10px 0;
}

.g-nav-logo a:nth-child(2) {
	margin-left: 13px;
}

#g-nav ul {
	margin: 40px 25px 0;
}

#g-nav li {
	list-style: none;
	border-top: 1px solid #005ead;
}

#g-nav li:last-child {
	border-bottom: 1px solid #005ead;
}

#g-nav li a {
	color: #000;
	text-decoration: none;
	font-size: 1.7rem;
	font-weight: bold;
	font-feature-settings: normal;
	letter-spacing: .2em;
	display: flex;
	align-items: center;
	height: 64px;
	position: relative;
}

#g-nav li span {
	display: inline-block;
	max-width: 180px;
	width: 100%;
	margin: 0 auto;
	padding-left: 55px;
	position: relative;
}

#g-nav li span::before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-size: contain;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#g-nav li:nth-child(1) span::before {
	background-image: url(../img/ico_nav_01.svg);
}

#g-nav li:nth-child(2) span::before {
	background-image: url(../img/ico_nav_02.svg);
}

#g-nav li:nth-child(3) span::before {
	background-image: url(../img/ico_nav_03.svg);
}

#g-nav li:nth-child(4) span::before {
	background-image: url(../img/ico_nav_04.svg);
}

#g-nav li img {
	height: 100%;
}

/* お問い合わせ */
#g-nav .btn {
	width: 100%;
	max-width: 50%;
	min-width: 270px;
	margin-top: 45px;
	display: flex !important;
}

/* ナビ開閉ボタン
----------------------------------------------- */
.openbtn {
	position: fixed;
	z-index: 99999;
	top: 0px;
	right: 0px;
	cursor: pointer;
	width: 60px;
	height: 60px;
}

/* ×に変化 */
.openbtn span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 25%;
	background-color: #fff;
	width: 50%;
	height: 2px;
}

/* スクロールで色を変化 */
.js-header.headerColorScroll .openbtn span {
	background-color: #000;
}

.openbtn span:nth-of-type(1) {
	top: 19px;
}

.openbtn span:nth-of-type(2) {
	top: 29px;
}

.openbtn span:nth-of-type(3) {
	top: 39px;
}

.openbtn.active span {
	background-color: #666;
}

.openbtn.active span:nth-of-type(1) {
	top: 50%;
	left: 25%;
	transform: rotate(-45deg);
	width: 50%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
	top: 50%;
	left: 25%;
	transform: rotate(45deg);
	width: 50%;
}

/* -----------------------------------------------
メインコンテンツ 共通パーツ
----------------------------------------------- */
main {
	background: #fff;
	padding-bottom: 216px;
}

.section-inner {
	max-width: 1000px;
	margin: 0 auto;
}

.section-ttl {
	margin-bottom: 1.5em;
	border-left: 3px solid #005ead;
	padding-left: 27px;
	padding-top: 3em;
	color: #005ead;
	font-size: 3.2rem;
	font-weight: 500;
	letter-spacing: .2em;
	line-height: 1.8;
	margin-left: -30px;
}

.section-txt {
	font-size: 1.8rem;
	line-height: 2.2;
	letter-spacing: .1em;
}

.bg-gray {
	background-color: #f3f2f0;
}

.bg-illust {
	background-repeat: no-repeat;
	max-width: 1400px;
	margin: 0 auto;
}

/* ブレイクポイント */
@media screen and (max-width:1120px) {

	.section-ttl {
		margin-left: 1em;
		padding-left: 25px;
		padding-right: 25px;
	}

	.section-txt {
		padding: 0 25px 0 50px;
	}
}

@media screen and (max-width:767px) {

	main {
		padding-bottom: 100px;
	}

	.section-ttl {
		font-size: 2.3rem;
		padding-top: 2.5em;
	}

	.section-txt {
		font-size: 1.4rem;
		line-height: 2;
	}
}

@media screen and (max-width:374px) {
	.section-txt {
		padding: 0 10px 0 25px;
	}
}

/* ドットフィルター
----------------------------------------------- */
.dot-filter,
.dot-filter2 {
	position: relative;
}

.dot-filter::after,
.dot-filter2::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
}

.dot-filter::after {
	background-image: radial-gradient(#fff 1%, transparent 15%);
	background-size: 8px 8px;
}

/* ドット斜め */
.dot-filter2::after {
	background-image:
		radial-gradient(#fff 10%, transparent 10%),
		radial-gradient(#fff 10%, transparent 10%);
	background-size: 14px 14px;
	background-position: 0 0, 7px 7px;
	opacity: .2;
}


/* 共通ボタン
----------------------------------------------- */

/* Read Moreボタン（画像） */
.btn-readmore {
	width: 204px;
	height: 32px;
	margin: 0 auto;
	display: block;
	background: url(../img/btn_readmore_on.svg) 0 0 no-repeat;
	transition: all .6s;
}

.btn-readmore img {
	transition: all 0.6s;
}

.btn-readmore:hover img {
	opacity: 0;
	transition: all 0.6s;
}

/* その他ボタン（CSS） */
.btn {
	font-size: 2rem;
	font-feature-settings: normal;
	letter-spacing: .1em;
	background: #666;
	color: #fff;
	max-width: 442px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	position: relative;
}

.btn::after {
	content: "";
	display: inline-block;
	background-image: url(../img/ico_arrow_off.svg);
	position: absolute;
	background-repeat: no-repeat;
	left: 100%;
	top: 50%;
	transform: translate(-100%, -50%);
	width: 27px;
	height: 7px;
	padding-right: 25px;
}

.btn:hover {
	background: #fff;
	color: #005ead;
	border: 1px solid #9b9a9a;
	transition: all 0.6s;
}

.btn:hover::after {
	background-image: url(../img/ico_arrow_on.svg);
}

/* ブレイクポイント */
@media screen and (max-width: 767px) {

	.btn {
		font-size: 1.4rem;
		max-width: 325px;
		height: 38px;
	}

	.btn-readmore {
		width: 180px;
		height: 28px;
	}
}

@media screen and (max-width:374px) {

	.btn {
		max-width: unset;
		width: auto;
	}

	.btn::after {
		padding-right: 5px;
	}
}

/* -----------------------------------------------
フッター
----------------------------------------------- */

footer {
	padding: 35px 0 60px 0;
	color: #fff;
	background: #021447;
	text-align: center;
	position: relative;
}

.f-txt {
	font-size: 1.6rem;
	font-feature-settings: normal;
}

.f-illust {
	max-width: 507px;
	margin: 25px 0 15px;
}

.f-copyright {
	margin-top: 5px;
	font-size: 1.2rem;
}

.btn-pagetop {
	display: block;
	width: 112px;
	position: absolute;
	left: 50%;
	top: -56px;
	transform: translateX(-50%);
}

@media screen and (max-width:767px) {

	footer {
		padding: 38px 25px 50px;
	}

	.f-txt {
		font-size: 1.25rem;
	}

	.f-copyright {
		font-size: 1rem;
	}

	.btn-pagetop {
		width: 90px;
		top: -45px;
	}
}