@charset "utf-8";

#page__container {
	position: relative;
}

/*#page__container::before {
	content: '';
	width: 100vw;
	height: 100vh;
	background: url(../images/top/bg.jpg) center top/cover no-repeat;
  background: url(../images/top/bg_amanogawa.jpg) center top/cover no-repeat;
  background: url(../images/top/bg_hayashi.jpg) center top/cover no-repeat;
  background: url(../images/top/bg_hayashi_yoru.jpg) center top/cover no-repeat;
  background: url(../images/top/bg_mori.jpg) center top/cover no-repeat;
  background: url(../images/top/bg_shiba.jpg) center top/cover no-repeat;
  background: url(../images/top/bg_sougen.jpg) center top/cover no-repeat;
	background: url(../images/top/bg_top_tokyocity_s.jpg) center top/cover no-repeat;
	position: fixed;
	top: 0;
	left: 0;
}*/

#page__container main,
#page__container footer {
	position: relative;
	z-index: 1;
}

.inner--width {
	max-width: 1100px;
	width: calc(100% - 40px);
}

/* =======================================
Top visual
========================================== */
.main__visual {
	height: 100vh;
	/*background: url(../images/top/mv-pc.jpg) right 5% center/cover no-repeat;*/
	/* background: url(../images/top/mv-pc-earth.jpg) right 5% top/cover no-repeat; */
	position: relative;
}

.video__container {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background: url(../movie/top-mv-movie-earth_v3_bg.png) right 5% top/cover no-repeat;
	z-index: 0;
}

#bg-video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.h1__list {
	/*width: 49%;*/
	width: 90%;
	height: 100%;
	padding: 0 20px 0 13vw;
	/*background-color: rgba(255, 255, 255, 0.7);*/
	letter-spacing: 0.15em;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	position: absolute;
	top: -40px;
	left: 0;
	z-index: 2;
}

/*.h1__list::after {
  content: 'Carabon';
  font-size: 15vw;
  font-family: serif;
  transform: rotate(90deg) translateX(7%);
  transform-origin: left top;
  position: absolute;
  top: 0;
  left: 1.1em;
  opacity: 0.05;
}
*/
.h1__list li:first-child {
	margin-top: 0;
	text-align: right;
	/*text-shadow: #676400 1px 0 10px;*/
	text-shadow: #232a3f 3px 6px 5px;
}

.h1__list h1 {
	/*margin: 80px 0 52px 0;*/
	font-size: 58px;
	line-height: .8;
	white-space: nowrap;
	color: #fff;
	text-align: left;
}

.h1__list h1 br {
	display: none;
}

.h1__list h1 strong {
	display: block;
	position: relative;
	top: .5em;
	font-size: 87.5px
}

.h1__list h1 strong::after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	position: absolute;
	right: 0;
	bottom: 0;
}

/*
.h1__list h1 strong::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: baseline;
}*/
.h1__list h1 .punctuation {
	/*margin-left: 0.5em;
  display: none;*/
}

.h1__list h1 strong {
	font-size: 125%;
	font-weight: 900;
}

.h1__list li:nth-child(2) {
	padding: 0 0 13px;
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 150px;
}

.h1__list li:nth-child(2) img {
	display: inline-block;
	margin: 0 20px 0 0;
	width: 100px;
}

.h1__list li:nth-child(2) img+img {
	margin: 0;
}

.h1__list li:nth-child(2) span {
	background: #fff;
	display: inline-block;
	padding: 20px;
}

.main__visual .btmTxt {
	width: 100%;
	height: 138px;
	padding-bottom: 18px;
	margin-bottom: -17px;
	background-color: #000;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(50% + 20px) calc(100% - 18px), 50% 100%, calc(50% - 20px) calc(100% - 18px), 0 calc(100% - 18px));
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(50% + 20px) calc(100% - 18px), 50% 100%, calc(50% - 20px) calc(100% - 18px), 0 calc(100% - 18px));
	color: #fff;
	font-size: 23px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: -18px;
	left: 0;
}

@media screen and (max-width: 1360px) {
	.h1__list {
		padding-left: 10vw;
	}

}

@media screen and (max-width: 1199px) {
	/*.h1__list {
    padding-left: 20px;
  }
  .h1__list::after {
    font-size: 190px;
  }
  .h1__list h1 {
    font-size: 25px;
  }*/
}

@media screen and (max-width: 900px) {
	/*.h1__list h1 {
    font-size: 20px;
  }
  .h1__list li:first-child {
	margin-top: 0px;
}*/
}

@media screen and (max-width: 740px) {
	.main__visual {
		height: auto;
	}

	.video__container {
		position: relative;
		width: 100%;
		height: 100vh;
		overflow: hidden;
		background: url(../movie/top-mv-movie-earth_v3_bg.png?) center top/cover no-repeat;
		z-index: 0;
	}

	#bg-video {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		object-fit: cover;
		width: 100%;
		height: 100%;
		z-index: 1;
	}

	.h1__list {
		width: 100%;
		top: -80px;
		/* height: auto;
    padding: 60px 20px 25px 30px;
    margin-top: 94vw;
    letter-spacing: 0.05em;
		top: 80%;
    position: relative; */
	}

	.h1__list::after {
		font-size: 27vw;
		top: -0.15em;
	}

	.h1__list h1 {
		margin: 0;
		font-size: 24px;
	}

	.h1__list li:nth-child(2) {
		padding: 0 10px 0 0;
		margin-top: 20px;
		align-self: flex-end;
		bottom: 30px;
	}

	.h1__list li:nth-child(2) img {
		width: 80px;
		margin-right: 10px;
	}

	.h1__list li:nth-child(2) img {
		width: 80px;
	}

	.main__visual .btmTxt {
		height: 113px;
		padding: 10px 10px 28px 10px;
		margin-bottom: -18px;
		font-size: 19px;
		letter-spacing: 0.1em;
		/*text-align: left;
    justify-content: flex-end;*/
		text-align: center;
		justify-content: center;
		position: relative;
		bottom: 0;
		z-index: 1;
	}
}

/* =======================================
Top visual_250909
========================================== */
.mv2509 {
	position: relative;
	z-index: 1;
	margin-top: 81px;
}

.mv2509::before {
	content: "";
	width: 100%;
	height: 100%;
	background: url("../images/top/mv2509/mv_bg.jpg") no-repeat center top/cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
}

.mv2509__inner {
	width: min(2000px, 100%);
}

.mv2509__ttl-area {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 min(2.5vw, 30px);
	background-color: #eaf6ff;
	grid-area: 1 / 3 / 4 / 5;
}

.mv2509__logo {
	width: 70%;
	height: auto !important;
	margin: 0 auto;
}

.mv2509__ttl {
	color: #02275b;
	font-size: min(2vw, 56px);
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.02em;
	margin: min(1vw, 10px) 0 min(1.5vw, 20px);
	white-space: nowrap;
	text-align: center;
}

.mv2509__ttl span {
	display: block;
	color: #00a8e9;
}

.mv2509__ttl strong {
	font-size: min(3.9vw, 64px);
}

.mv2509__btn {
	display: block;
	width: 100%;
	text-align: center;
	border-radius: 50px;
	padding: min(1.5vw, 30px);
	text-decoration: none;
	font-size: min(1.6vw, 25px);
	font-weight: 600;
	color: #fff !important;
	background-color: #00a8e9 !important;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
	transition: opacity 0.3s ease-in-out;
	position: relative;
}

.mv2509__btn::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10%;
	width: 12px;
	height: 12px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	box-sizing: border-box;
}

.mv2509__btn:hover {
	opacity: 0.7;
}

.mv2509__img-wrap {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.mv2509__img {
	width: 100%;
	object-fit: cover;
	backface-visibility: hidden;
	transform: rotateY(0deg);
	transition: transform 1s cubic-bezier(0.79, 1.34, 0.7, 1);
	position: relative;
}

.mv2509__img.is-roll {
	transform: rotateY(180deg);
}

.mv2509__img.img01 {
	grid-area: 1 / 2 / 2 / 3;
}

.mv2509__img.img02 {
	grid-area: 1 / 5 / 2 / 6;
}

.mv2509__img.img03 {
	grid-area: 1 / 7 / 2 / 8;
}

.mv2509__img.img04 {
	grid-area: 2 / 2 / 3 / 3;
}

.mv2509__img.img05 {
	grid-area: 1 / 1 / 2 / 2;
}

.mv2509__img.img06 {
	grid-area: 3 / 1 / 4 / 2;
}

.mv2509__img.img07 {
	grid-area: 3 / 5 / 4 / 6;
}

.mv2509__img.img08 {
	grid-area: 3 / 6 / 4 / 7;
}

.mv2509__img.img09 {
	grid-area: 2 / 6 / 3 / 7;
}

.mv2509__img.empty {
	background-color: #eaf6ff;
	opacity: 0.5;
}

.mv2509__img.empty01 {
	grid-area: 2 / 7 / 3 / 8;
}

.mv2509__img.empty02 {
	grid-area: 2 / 1 / 3 / 2;
}

.mv2509__img.empty03 {
	grid-area: 3 / 2 / 4 / 3;
}

.mv2509__img.empty04 {
	grid-area: 1 / 6 / 2 / 7;
}

.mv2509__img.empty05 {
	grid-area: 3 / 1 / 4 / 2;
}

.mv2509__img.empty06 {
	grid-area: 3 / 5 / 4 / 6;
}

.mv2509__img.empty07 {
	grid-area: 2 / 5 / 3 / 6;
}

/* .mv .overlay {
  position: absolute;
  inset: 0;
  background-color: white;
  z-index: 10;
  opacity: 1;
  transition: opacity 0.5s ease;
  pointer-events: none;
} */
.mv2509.loaded .overlay {
	opacity: 0;
}

.mv2509__small-logo {
	position: absolute;
	right: 3%;
	bottom: 50px;
	width: min(17vw, 278px);
}

.mv2509__small-logo img {
	width: 100%;
}

@media screen and (max-width: 1150px) {
	.mv2509 {
		margin-top: 66px;
	}
}

@media screen and (max-width: 960px) {
	.mv2509__btn::after {
		width: 1vw;
		height: 1vw;
	}

	.mv2509__img-wrap {
		grid-template-columns: repeat(6, 1fr);
		grid-template-rows: repeat(4, 1fr);
	}

	.mv2509__ttl-area {
		grid-area: 1 / 2 / 5 / 4;
	}

	.mv2509__img.img01 {
		grid-area: 1 / 1 / 2 / 2;
	}

	.mv2509__img.img02 {
		grid-area: 1 / 5 / 2 / 6;
	}

	.mv2509__img.img03 {
		grid-area: 2 / 4 / 3 / 5;
	}

	.mv2509__img.img04 {
		grid-area: 2 / 1 / 3 / 2;
	}

	.mv2509__img.img05 {
		grid-area: 3 / 5 / 4 / 6;
	}

	.mv2509__img.img06 {
		grid-area: 4 / 1 / 5 / 2;
	}

	.mv2509__img.img07 {
		grid-area: 4 / 4 / 5 / 5;
	}

	.mv2509__img.img08 {
		grid-area: 3 / 6 / 4 / 7;
	}

	.mv2509__img.empty01 {
		grid-area: 4 / 5 / 5 / 6;
	}

	.mv2509__img.empty02 {
		grid-area: 2 / 6 / 3 / 7;
	}

	.mv2509__img.empty03 {
		grid-area: 3 / 4 / 4 / 5;
	}

	.mv2509__img.empty04 {
		grid-area: 3 / 1 / 4 / 2;
	}

	.mv2509__img.empty05 {
		grid-area: 4 / 1 / 5 / 2;
	}

	.mv2509__img.empty06 {
		grid-area: 1 / 4 / 2 / 5;
	}

	.mv2509__small-logo {
		right: 8%;
	}
}

@media screen and (max-width: 500px) {
	.mv2509::before {
		content: "";
		width: 100%;
		height: 100%;
		background: url("../images/top/mv2509/mv_bg.jpg") no-repeat 80% bottom / cover;
		position: absolute;
		left: 0;
		top: 0;
	}

	.mv2509::after {
		content: "";
		width: 100%;
		height: 33.3%;
		background-color: #eaf6ff;
		position: absolute;
		left: 0;
		top: auto;
		bottom: 0;
		z-index: -1;
		opacity: 0.58;
	}

	.mv2509__ttl-area {
		position: relative;
		grid-area: 3 / 1 / 5 / 4;
		padding: 0 7vw;
		background-color: rgba(234, 246, 255, 0.93);
	}

	.mv2509__logo {
		width: 30vw;
		margin: 0;
	}

	.mv2509__ttl {
		font-size: 9vw;
		margin: 1vw 0 4vw;
		text-align: left;
	}

	.mv2509__ttl br {
		display: none !important;
		content: normal;
	}

	.mv2509__ttl strong {
		display: inline-block;
		font-size: 9vw;
		margin-left: -2vw;
	}

	.mv2509__btn {
		width: fit-content;
		font-size: 4vw;
		padding: 3vw 10vw;
	}

	.mv2509__btn::after {
		width: 2vw;
		height: 2vw;
	}

	.mv2509__img-wrap {
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(6, 1fr);
	}

	.mv2509__img.img01 {
		grid-area: 1 / 1 / 2 / 2;
	}

	.mv2509__img.img02 {
		grid-area: 1 / 2 / 2 / 3;
	}

	.mv2509__img.img03 {
		grid-area: 2 / 1 / 3 / 2;
	}

	.mv2509__img.img04 {
		grid-area: 2 / 3 / 3 / 4;
	}

	.mv2509__img.img05 {
		grid-area: 5 / 2 / 6 / 3;
	}

	.mv2509__img.img06 {
		grid-area: 5 / 3 / 6 / 4;
	}

	.mv2509__img.img07 {
		grid-area: 5 / 1 / 6 / 2;
	}

	.mv2509__img.img08 {
		/*grid-area: 6 / 2 / 7 / 3;*/
		grid-area: 1 / 3 / 2 / 4;
	}

	.mv2509__img.img09 {
		/*grid-area: 6 / 2 / 7 / 3;*/
		grid-area: 6 / 1 / 7 / 2;
	}

	.mv2509__img.empty01 {
		grid-area: 2 / 2 / 3 / 3;
	}

	.mv2509__img.empty02 {
		grid-area: 1 / 3 / 2 / 4;
	}

	.mv2509__img.empty03 {
		grid-area: 5 / 1 / 6 / 2;
	}

	.mv2509__img.empty04 {
		grid-area: 5 / 2 / 6 / 3;
		display: none;
	}

	.mv2509__img.empty05 {
		grid-area: 5 / 3 / 6 / 4;
	}

	.mv2509__img.empty06 {
		/*grid-area: 6 / 1 / 7 / 2;*/
		grid-area: 6 / 3 / 7 / 4;
	}

	.mv2509__small-logo {
		width: 35vw;
		right: 4%;
		bottom: 36px;
	}
}

.mv2604__small-logo.pc {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 500px) {
	.mv2604__small-logo.pc {
		display: none;
	}
}

.mv2604__small-logo img {
	width: 100%;
}

@media screen and (max-width: 1150px) {
	.mv2604 {
		margin-top: 66px;
	}
}

@media screen and (max-width: 500px) {
	.mv2604__small-logo.sp {
		position: absolute;
		width: 70vw;
		right: 4%;
		bottom: 20px;
	}
}

@media screen and (min-width: 501px) {
	.mv2604__small-logo.sp {
		display: none;
	}
}

/* =======================================
Top visual_260601
========================================== */
.mv2606 {
	width: 100%;
	height: auto;
	position: relative;
	aspect-ratio: 1920 / 1000;
	overflow: hidden;
}

.mv2606::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url("../images/top/top_main_pc.png") center top / cover no-repeat;
	z-index: -1;
}

.mv2606__inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.mv2606__inner .mv2606__ttl {
	position: absolute;
	font-size: clamp(32px, 3.125vw, 60px);
	top: calc(80px + 6%);
	left: 4%;
	font-feature-settings: "palt";
	letter-spacing: 0.02em;
	font-weight: bold;
	color: #1C2C43;
}

.mv2606__inner .mv2606__ttl span {
	color: #00A9E9;
	font-weight: 900;
}

.mv2606__inner .mv2606__logo {
	position: absolute;
	width: 19.63%;
	bottom: 3.9%;
	left: 31.71%;
}

.mv2606__inner .mv2606__logo img {
	width: 100%;
}

.mv2606__inner .mv2606__bana {
	position: absolute;
	width: 17.44%;
	top: calc(80px + 2.5%);
	right: 1.5%;
}

.mv2606__inner .mv2606__bana img {
	width: 100%;
}

@media screen and (max-width: 980px) {
	.mv2606 {
		aspect-ratio: 1920 / 1300;
	}

	.mv2606__inner .mv2606__ttl {
		font-size: 3.3vw;
		left: 2%;
	}
}

@media screen and (max-width: 740px) {
	.mv2606 {
		aspect-ratio: 375 / 900;
	}

	.mv2606::before {
		content: "";
		position: absolute;
		inset: 0;
		background: url(../images/top/top_main_pc.png) center top 25% / 155% auto no-repeat;
		z-index: -1;
	}

	.mv2606__inner .mv2606__ttl {
		font-size: 10vw;
		line-height: 120%;
		top: calc(60px + 4%);
		left: 50%;
		transform: translateX(-50%);
		text-align: center;
		width: 100%;
	}

	.mv2606__inner .mv2606__logo {
		width: 50%;
		bottom: 42%;
		left: 25%;
	}

	.mv2606__inner .mv2606__bana {
		position: absolute;
		width: calc(100% - 40px);
		top: inherit;
		right: 20px;
		bottom: 20px;
	}
}

/* =======================================
Message
========================================== */
.message {
	background: #1C2C43 url(../images/top/htt_about.png) no-repeat top 300px center;
	background-size: 100% auto;
	color: #fff;
	padding: 180px 0 50px;
	font-weight: 400;
	position: relative;
	text-align: center;
}

.message h2 {
	font-size: 340%;
	letter-spacing: 0.1em;
	margin: 0 0 14px;
	font-feature-settings: "palt";
}

.message h2 strong {
	font-size: 130%;
}

.message__box1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	grid-gap: 85px;
	margin-top: 20px;
}

.message__box1 p {
	/*font-size: 238%;*/
	font-size: 2.4rem;
	letter-spacing: 0.05em;
}

.message__box1 p.small {
	font-size: 100%;
}

.message__box1 p.txt--medium {
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 160%;
}

.message__box2 {
	padding: 0;
	background: #fff;
	color: #3D4760;
	margin: 125px auto 70px;
	max-width: 1100px;
	width: calc(100% - 40px);
	border-radius: 6px;
}

.message__box2 h3 {
	margin-bottom: 30px;
	font-size: 220%;
	padding: 25px 0 22px;
	border-bottom: 1px solid #DDE3E6;
	width: 100%;
	text-align: center;
	color: #3D4760;
	font-weight: bold;
}

.message__box2 h3 span {
	font-weight: 900;
}

.what-htt-fadein .inner {
	width: 90%;
	max-width: 940px;
	margin: 0 auto;
	padding: 0 0 50px;
}

.what-htt__list {
	margin: 30px 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 25px;
}

.what-htt__list li {
	padding: 25px 30px;
	background-color: #F6F8F9;
	border-radius: 6px;
	text-align: center;
}

.what-htt__list li .heading {
	padding: 0 6px;
	margin-bottom: 5px;
	font-size: 150%;
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
	grid-gap: 0.5em;
	justify-content: center;
	font-weight: bold;
	line-height: 130%;
}

.what-htt__list li .heading .eng {
	font-size: 340%;
	line-height: 1;
	margin-top: -8px;
}

.what-htt__list li .body {
	line-height: 1.6;
	text-align: left;
	font-size: 95%;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
}

.what-htt-fadein p.small {
	margin-top: 25px;
	font-size: 100%;
}

.message__box3 p {
	/*font-size: 187.5%;*/
	font-size: 2.4rem;
}

.message__box3 p strong {
	font-size: 110%;
}

.message__box3 p em {
	font-style: normal;
}

.message__box3 p.small {
	font-size: 100%;
	line-height: 2;
}

.message__box3 .line--height {
	margin-bottom: 50px;
	font-weight: bold;
}

@media screen and (max-width: 950px) {
	.message h2 {
		font-size: 280%;
	}

	.message__box1 p {
		font-size: 200%;
	}

	.message__box3 p {
		font-size: 150%;
	}

	.what-htt__list li {
		padding: 25px 10px;
	}
}

@media screen and (max-width: 740px) {
	.message {
		padding: 27% 0 10%;
		background: #1C2C43 url(../images/top/htt_about.png) no-repeat top 300px center;
		background-size: 150% auto;
	}

	.message h2 {
		font-size: 200%;
	}

	.message__box1 {
		padding: 0 5%;
	}

	.message__box1 p {
		font-size: 150%;
	}

	.message__box1 p+p,
	.message__box1 p+p+p {
		text-align: center;
	}

	.message__box1 p.txt--medium {
		font-size: 2rem;
	}

	.message__box2 {
		margin: 60px 20px 40px;
	}

	.what-htt-fadein p {
		text-align: left;
	}

	.what-htt__list {
		margin: 20px 0;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 15px;
	}

	.message__box3 {
		padding: 0 20px;
	}

	.message__box3 p {
		font-size: 110%;
	}

	.message__box3 p.small {
		text-align: left;
	}

	.message__box2 h3 {
		margin-bottom: 20px;
		font-size: 180%;
		padding: 15px 0 12px;
	}

	.what-htt-fadein p.small {
		margin-top: 20px;
		font-size: 90%;
	}

	.what-htt-fadein .inner {
		padding: 0 0 30px;
	}

	.message__box3 .line--height {
		margin-bottom: 30px;
	}

	.message__box3 p em.txt--large {
		font-size: 120%;
	}
}

/* =======================================
Can do
========================================== */
.cando {}

.cando__blk1 {
	padding: 100px 0 110px;
	background-color: rgba(255, 255, 255, 0.9);
}

.cando h2 {
	border-bottom: 1px solid #000;
	letter-spacing: 0.1em;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.cando h2 strong {
	font-size: 110%;
}

.cando .content--lead {
	margin: 30px 0 50px;
	font-size: 150%;
	letter-spacing: 0.02em;
	text-align: center;
}

.cando .content--lead strong {
	font-size: 125%;
}

.cando__list {
	display: flex;
	justify-content: space-between;
}

.cando__list li {
	margin: 0 40px 0 0;
	padding: 170px 0 0;
	text-align: center;
	width: 280px;
}

.cando__list li:first-child {
	background: url("/assets/images/top/action_pic1.jpg") no-repeat top / 100%;
}

.cando__list li:nth-child(2) {
	background: url("/assets/images/top/action_pic2.jpg") no-repeat top / 100%;
}

.cando__list li:last-child {
	background: url("/assets/images/top/action_pic3.jpg") no-repeat top / 100%;
	margin: 0;
}

.cando__list li p.txt--bold {
	margin-bottom: 5px;
	font-size: 120%;
}

.cando__list li p.link {
	margin: 30px 0 0;
}

.cando__list li p small {
	font-size: 100%;
}

.cando__list li a {
	border-bottom: 1px solid #000;
	font-size: 125%;
}

.cando__blk2 {
	padding: 80px 0;
	background: url(../images/common/topcv_bg.png) no-repeat center bottom;
	background-size: cover;
}

.cando__blk2 p {
	/*font-size: 187.5%;*/
	font-size: 100%;
	text-align: center;
	color: #ffffff;
}

.cando__blk2 .summary__box {
	margin-top: 50px;
}

.cando__blk2 .summary__box .summary_point__txt {
	font-size: 140%;
	margin-bottom: 20px;
}

.cando__blk2 p strong {
	font-size: 150%;
	line-height: 1;
}

.cando__blk2 p:nth-child(2) {
	font-size: 110%;
	max-width: 550px;
	margin: 0 auto;
}

.cando__blk2 p:nth-child(2) a {
	width: 100%;
	padding: 20px 40px 20px 20px;
}


.cando__blk3 {
	padding: 90px 0;
	background-color: #ffffff;
	position: relative;
}

.cando__blk3::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 380px;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, #DBF1FB 0%, #FFF 100%);
}

.cando__blk3 .inner--width {
	position: relative;
	z-index: 1;
	max-width: 1100px;
	width: calc(100% - 40px);
}

.cando__blk3_txt {
	margin-bottom: 30px;
	font-size: 100%;
	line-height: 160%;
	text-align: center;
	color: #3D4760;
}

.cando__blk3_txt2 {
	margin-top: 20px;
	font-size: small;
}

.cando__blk3_txt2 a {
	text-decoration: underline;
	color: #039AD3;
}

.cando__blk3_img {
	background-color: #ffffff;
	padding: 40px 90px;
	border-radius: 6px;
	filter: drop-shadow(0 0 20px rgba(63, 142, 166, 0.16));
}

.cando__blk3_img img {
	width: 100%;
}

@media screen and (max-width: 950px) {
	.cando__blk3_img {
		padding: 40px 20px;
	}
}

@media screen and (max-width: 767px) {
	.cando__blk3_txt {
		margin-bottom: 20px;
		font-size: 95%;
		text-align: left;
	}

	.cando__blk2 {
		padding: 40px 0;
	}

	.cando__blk3 {
		padding: 10% 0;
	}

	.cando__blk3_img {
		padding: 20px 5px;
	}
}

.cando .summary__box {
	background: #00a8e9;
	color: #fff;
	margin: 40px 0 0;
	padding: 40px;
	text-align: center;
}

.cando .summary__txt {
	font-size: 120%;
	margin: 0 0 40px;
}

.cando .summary_point__txt {
	margin: 0 0 20px;
	font-size: 155%;
}

.cando .summary__box .cta__btn {
	margin-top: 23px;

}

.cando .cta__btn a {
	height: 100px;
	background: #fff;
	color: #1F96E4;
	font-size: 110%;
	padding: 20px;
	width: 650px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cando .cta__btn--arrow::before {
	width: 40px;
	height: 40px;
	background: #1F96E4;
	right: 32px;
}

.cando .cta__btn--arrow::after {
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #fff;
	border-right: 0;
	transform: rotate(0deg);
	right: 45px;
}

.cando .navigater__box {
	padding: 110px 0 0;
	background-color: #fff;
}

.cando .navigater__box h3 {
	border-bottom: 1px dotted #333;
	padding: 0 0 20px;
}

.cando .navigater__box .txt--xlarge {
	font-size: 4.32rem;
}

.cando .navigater__box .content--lead {
	margin: 40px 0 45px;
	font-size: 100%;
	text-align: left;
}

.cando .navigater__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.cando .navigater__list li {
	display: flex;
}

.cando .navigater__list li a {
	background: rgba(0, 0, 0, 0.3);
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 150%;
	justify-content: center;
	padding: 30% 0;
	width: 100%;
}

.cando .navigater__list li:first-child {
	background: url("../images/top/navigater_bg_left.jpg") no-repeat left / cover;
}

.cando .navigater__list li:nth-child(2) {
	background: url("../images/top/navigater_bg_center.jpg") no-repeat right / cover;
}

.cando .navigater__list li:last-child {
	background: url("../images/top/navigater_bg_right_2.jpg") no-repeat right / cover;
}

@media screen and (max-width: 840px) {
	.cando {
		position: relative;
	}
}

@media screen and (max-width: 780px) {
	.cando {}

	.cando .content--lead {
		font-size: 115%;
		text-align: left;
	}

	.cando__list {
		display: block;
		padding: 10% 0 0;
	}

	.cando__list li {
		margin: 0 0 20px;
		padding: 20px 0 20px 50%;
		text-align: left;
		width: auto;
	}

	.cando__list li:first-child {
		background: url("/assets/images/top/action_pic1.jpg") no-repeat top 50% left 0 / 45%;
	}

	.cando__list li:nth-child(2) {
		background: url("/assets/images/top/action_pic2.jpg") no-repeat top 50% left 0 / 45%;
	}

	.cando__list li:last-child {
		background: url("/assets/images/top/action_pic3.jpg") no-repeat top 50% left 0 / 45%;
		padding: 20px 0 20px 50%;
	}

	.cando__list li p {
		width: 100%;
	}

	.cando__list li p small {
		font-size: 80%;
	}

	.cando__list li a {
		margin: 0;
		font-size: 100%;
	}

	.cando__blk2 p {
		font-size: 100%;
	}

	.cando__blk2 p:nth-child(2) {
		font-size: 110%;
	}

	.cando__blk2 p:nth-child(2) a {
		padding: 12px 40px 12px 20px;
	}

	.cando .summary__box {
		padding: 40px 20px;
		margin: 20% 0 0;
	}

	.cando__blk2 .summary__box {
		margin-top: 30px;
	}

	.cando__blk2 .summary__box .summary_point__txt {
		font-size: 125%;
		margin-bottom: 15px;
	}

	.cando .summary__txt {
		margin: 40px 0;
	}

	.cando .summary_point__txt {
		font-size: 120%;
	}

	.cando .summary__box .cta__btn {}

	.cando .cta__btn a {
		width: 100%;
		height: auto;
		padding: 20px;
		font-size: 100%;
	}

	.cando .cta__btn a::before {
		width: 20px;
		height: 20px;
	}

	.cando .cta__btn a::after {
		right: 36px;
		transform: scale(0.6);
	}

	.cando .navigater__list {
		display: block;
	}

	.cando .navigater__list li {
		width: 100%;
	}
}

@media screen and (max-width: 420px) {
	.cando .summary__box h3 {
		font-size: 150%;
	}
}

/* =======================================
Seminar
========================================== */
.seminar {
	background: linear-gradient(180deg, #F3F8FC 83.64%, #FFF 100%);
	padding: 90px 0 100px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.seminar h2 {
	color: #00A9E9;
	text-align: center;
	line-height: 120%;
}

.seminar h2 .txt--xlarge {
	font-size: 200%;
	letter-spacing: -0.05em;
}

.seminar h2 small {
	color: #888888;
}

.seminar>.content__tl {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.seminar .content--lead {
	margin: 30px 0 0;
	text-align: center;
	color: #3D4760;
}

.seminar__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 40px;
	margin: 30px 0 0;
}

.seminar__list>li {
	background: #fff;
	border-radius: 6px;
	padding: 0 0 25px;
	font-weight: 500;
	position: relative;
	box-shadow: 0 0 20px 0 rgba(63, 142, 166, 0.16);
}

.seminar__list dt {
	font-size: 125%;
	line-height: 1.7;
}

.seminar__list dt .seminar__title {
	height: 3.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding: 0 25px 20px;
}

@media screen and (max-width: 840px) {
	.seminar__list dt .seminar__title {
		/*overflow: inherit;*/
		text-overflow: inherit;
	}
}

@media screen and (max-width: 767px) {
	.seminar {
		padding: 15% 0;
	}

	.seminar h2 .txt--xlarge {
		font-size: 150%;
	}
}

.seminar__list .seminar-detail {
	width: 100%;
	padding: 18px 25px;
	margin: 0 0 25px;
	display: flex;
	align-items: center;
	grid-gap: 15px;
	background-color: #3D4760;
	overflow: hidden;
	color: #ffffff;
	border-radius: 6px 6px 0 0;
}

.seminar__list .seminar-detail .ttl {
	background: #00a7e9;
	color: #fff;
	display: inline-block;
	font-size: 75%;
	text-align: center;
	padding: 2px 14px;
	flex-shrink: 0;
	border-radius: 4px;
}

.seminar__list .seminar-detail .day {
	font-size: 80%;
}

.seminar__list dd ul {
	padding: 20px 15px 25px;
	display: flex;
	grid-gap: 20px;
	align-items: flex-start;
}

.seminar__list dd ul li {
	width: 100%;
}

.seminar__list dd ul li.img {
	width: 145px;
	flex-shrink: 0;
}

.seminar__list dd ul li.img figure {
	width: 100%;
	padding-top: 96.552%;
	position: relative;
	overflow: hidden;
}

.seminar__list dd ul li.img figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.seminar__list dd ul li .seminar__title {
	font-size: 110%;
}

.seminar__list dd ul li .seminar--name {
	/*font-size: 96.5%;*/
	font-size: 1.4rem;
	margin: 3px 0 0;
}

.seminar__list dd ul li .seminar--name strong {
	margin: 15px 0 0;
	font-size: 130%;
	font-weight: bold;
	display: block;
}

.seminar__list dd li span {
	display: flex;
	height: 150px;
	overflow: hidden;
	justify-content: center;
}

.seminar__list dd img {
	height: 150px;
}

.seminar__list .apply__btn {
	border-top: 1px solid #DDE3E6;
}

.seminar__list .apply__btn a {
	width: 100%;
	max-width: 300px;
	padding: 12px 40px 13px 20px;
	margin: 25px auto 0;
	background: linear-gradient(90deg, #18AFE8 0%, #039AD3 100%);
	color: #fff;
	display: block;
	font-weight: bold;
	font-size: 110%;
}

.seminar__list .apply__btn a::before {
	display: none;
}

.seminar__list .apply__btn a::after {
	right: 20px;
	width: 16px;
	height: 13px;
	background: url(../images/common/arrow_btm_white.svg) no-repeat;
	background-size: cover;
}

.seminar--link {
	margin: 30px 0 0;
	text-align: center;
}

.seminar--link a {
	border-bottom: 1px solid #000;
}

.reception_closed_info {
	display: block;
	position: absolute;
	z-index: 9;
	left: 10%;
	top: 150px;
	background: #303030b8;
	width: 80%;
	height: 80px;
	padding: 27px 0 27px;
	text-align: center;
	color: #fff;
	border-radius: 6px;
}

@media screen and (max-width: 767px) {
	.reception_closed_info {
		left: 5%;
		width: 90%;
	}
}

.report {
	background-color: #ffffff;
	border-radius: 6px;
	filter: drop-shadow(0 0 20px rgba(63, 142, 166, 0.16));
	margin-top: 80px;
}

.seminar__subtl+dd {
	display: none;
}

.seminar__subtl h2 {
	text-align: center;
	color: #3D4760;
	padding: 27px 0;
	width: 100%;
	line-height: 160%;
	font-size: 250%;
	font-weight: bold;
}

.report dd {
	padding: 30px 70px 50px;
	border-top: 1px solid #DDE3E6;
}

.report .content__tl {
	margin-bottom: 30px;
	text-align: center;
}

.report .content__tl h2 {
	width: 100%;
	margin-bottom: 45px;
}

.report .content__tl .content--lead {
	margin: 0;
}

.report .content__tl .detail__btn {
	/*width: 315px; 白背景・青矢印ボタン用の調整*/
	flex-shrink: 0;
	align-self: flex-end;
}

/* 白背景・青矢印ボタン
.report .content__tl .detail__btn a {
  width: 100%;
  padding: 15px 25px 15px 15px;
  background-color: #fff;
  border: 2px solid #1F96E4;
  border-radius: 50px;
  color: #1F96E4;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 20px;
}
.report .content__tl .detail__btn a::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #1F96E4;
  display: block;
}*/
.report .content__tl .detail__btn a {
	padding: 15px;
}

.report__list-wrap {
	width: 100%;
}

.report__list {
	display: flex;
}

/*.report__list .slick-arrow {
	background: rgba(53, 53, 53, 0.9) url(../images/top/seminar_arrow.svg) center/22px no-repeat;
	color: transparent;
	opacity: 1;
}

.report__list .slick-arrow.next {
	transform: translateY(-50%) scale(-1, 1);
}

.report__list .slick-arrow:hover {
	opacity: 1;
}*/

.report__list li {
	margin: 0 12px;
	border: 1px solid #DDE3E6;
	border-radius: 6px;
	overflow: hidden;
}

.report__list li a {}

.report__list .report_item {
	background: #fff;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.report__list .report_name {
	padding: 0 20px;
	font-size: 110%;
	font-weight: 700;
	display: block;
	margin: 20px 0;
	text-align: left;
	color: #3D4760 !important;
}

.report__list .report_name br {
	display: none;
}

.report__list figure.ttl__img {
	max-height: 185px;
	overflow: hidden;
	order: 0;
}

.report__list p.date__name {
	border-bottom: 1px dotted #ccc;
	display: block;
	order: 3;
	margin: 0 0 20px;
	padding: 0 0 20px;
	text-align: center;
	width: 100%;
	display: none;
}

.report__list p.date__txt {
	padding: 0 20px;
	font-size: 85%;
	align-items: center;
	display: flex;
	order: 5;
	margin: 0 auto;
}

.report__list h3.report__h3 {
	display: none;
}

.report__list p.date__txt::before {
	content: "セミナー開催日：";
}

.report__list h3.report__h3::before {
	background: #000;
	content: "セミナー名";
	color: #fff;
	display: inline-block;
	font-size: 80%;
	margin: 0 10px 0 0;
	padding: 5px 10px;
	text-align: center;
	width: 120px;
}

.report__list p.lead__txt {
	display: none;
}

.report__list .seminar--link {
	width: 100%;
	padding: 0 22px;
	margin: 0;
	order: 10;
	display: none;
}

.report__list .seminar--link span {
	width: 100%;
	padding: 12px 20px 13px;
	background-color: #1F96E4;
	border-radius: 50px;
	color: #fff;
	font-size: 87.5%;
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 15px;
}

.report__list .seminar--link span::after {
	content: '';
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #fff;
	display: block;
}

.report__list dd {
	width: 100%;
	margin-top: auto;
	align-items: flex-end;
	display: flex;
	justify-content: center;
}

.report .detail__btn {
	text-align: right;
	margin-top: 30px;
}

@media screen and (max-width: 940px) {
	.seminar .inner--width {
		/*padding: 0 20px;*/
	}

	.report dd {
		padding: 30px 30px 50px;
	}
}

@media screen and (max-width: 840px) {
	.seminar {
		margin: 0;
	}

	.seminar__list {
		display: block;
	}

	.seminar__list li {
		width: 100%;
	}

	.seminar__list li:first-child {
		margin: 0;
	}

	.seminar__list>li:last-child {
		margin: 40px 0 0;
	}

	.seminar__list dt ul li:first-child {
		width: 140px;
	}

	.seminar__list dt ul li:last-child {
		width: 100%;
	}

	.seminar__list .seminar__title br {
		display: none;
	}

	.seminar__list dt li span {
		align-items: flex-start;
	}

	.seminar__list dt img {
		height: auto;
		width: 100px;
	}

	.seminar__list dd ul {
		flex-direction: column;
		align-items: center;
	}

	.seminar__list dd ul li .seminar--name {
		margin: 0;
	}

	.seminar__list dd ul li .seminar--name strong {
		margin-top: 10px;
	}

	.report {
		display: block;
	}

	.report span {
		max-height: 200px;
		overflow: hidden;
	}

	.report .content__tl {
		padding: 0;
	}

	.report .detail__btn {
		margin: 20px 0 0;
	}

	.report__list {
		display: block;
	}

	.report__list-wrap {
		margin: 40px 0 0;
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	.seminar .content__tl {
		display: block;
	}

	.detail__btn a {
		font-size: 80%;
		padding: 0 35px 0 0;
	}

	.report .content__tl {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}

	.seminar .content--lead {
		text-align: left;
	}

	.seminar__list .seminar-detail {
		padding: 12px 15px;
		margin: 0 0 15px;
		display: block;
		align-items: center;
		grid-gap: 0;
	}

	.seminar__list>li:last-child {
		margin: 20px 0 0;
	}

	.report dd {
		padding: 20px 15px 30px;
	}

	.report__list-wrap {
		margin: 20px 0 0;
	}
}

/* =======================================
Column
========================================== */
.column {
	padding: 90px 0 70px;
	background-color: #F3F8FC;
}

.column .content__tl {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
}

.column h2 {
	color: #00A9E9;
	text-align: center;
	line-height: 120%;
}

.column h2 .txt--xlarge {
	font-size: 200%;
}

.column h2 small {
	color: #888888;
}

.column .content__tl .detail__btn {
	position: absolute;
	right: 0;
}

.column__list {
	display: flex;
	margin: 30px 0 0;
}

.column__list a {
	align-items: flex-start;
	color: #3D4760;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	padding: 0 !important;
	background-color: #ffffff;
	border-radius: 6px;
	border: 1px solid #DDE3E6;
	margin: 0 20px;
	overflow: hidden;
}

.column__list img {
	width: 100%;
}

.column__list .column__date {
	font-size: 1.4rem;
	margin: 20px 0 0;
	padding: 0 20px;
	text-align: left;
	width: 100%;
	color: #888888;
}

.column__list .column__title {
	font-weight: bold;
	text-align: left;
	margin: 10px 0 0;
	padding: 0 20px 20px;
	width: 100%;
	color: #3D4760;
	line-height: 150%;
}

.column__list .column--link {
	margin: auto 0 0;
	text-align: center;
	width: 100%;
}

.column .slick-dots button:before {
	color: #fff !important;
}

.column .slick-active button:before {
	color: #fff !important;
}

/*.column .slick-arrow {
	background: #fff;
	color: #000;
}*/

@media screen and (max-width: 940px) {
	.column .inner--width {
		padding: 0;
	}

	.column__list a {
		margin: 0 8px;
	}
}

@media screen and (max-width: 740px) {
	.column {
		padding: 15% 0 7%;
	}

	.column h2 .txt--xlarge {
		font-size: 150%;
	}

	.column .content__tl {
		padding-bottom: 15px;
	}

	.column .content__tl .detail__btn {
		position: absolute;
		right: 50%;
		transform: translateX(50%);
	}

	.column__list {
		display: block;
	}

	.column__list a {
		display: block;
	}

	.column__list img {
		height: auto;
		margin: 0 auto;
		width: 100%;
	}

	.column .content__tl {
		display: block;
	}

	.report {
		margin-top: 40px;
	}

	.seminar__subtl h2 {
		padding: 15px 20px;
		font-size: 160%;
		text-align: left;
	}
}

/* =======================================
Example
========================================== */
.example {
	padding: 90px 0 100px;
	background: #F3F8FC url(../images/top/tophtt_bg.png) top center no-repeat;
	background-size: 100% auto;
	position: relative;
}

.example .inner--width {
	position: relative;
	z-index: 1;
}

.example h2 {
	color: #00A9E9;
	text-align: center;
	line-height: 120%;
}

.example h2 .txt--xlarge {
	font-size: 200%;
	letter-spacing: -0.05em;
}

.example h2 small {
	color: #888888;
}

.example__list {
	margin: 30px 0 25px;
	border-radius: 6px;
	background-color: #ffffff;
	border: 1px solid #DDE5E6;
}

.example__list>li {
	margin: 0 0 0;
}

.example .content--lead {
	margin: 30px 0 0;
	text-align: center;
	color: #3D4760;
}

.example__subtl {
	cursor: pointer;
	border-bottom: 1px solid #DDE5E6;
	border-top: 1px solid #DDE5E6;
	margin: -1px 0 0;
	padding: 20px 0 20px 20px;
}

.example-case__list_wrap {
	border-top: 1px solid #DDE5E6;
	margin-top: -1px;
}

.example__list>li:first-child .example__subtl {
	border-top: none;
}

.example__list>li:last-child .example__subtl {
	border-bottom: none;
}

.example__subtl+dd {
	display: none;
}

.example__subtl dl {
	align-items: center;
	display: flex;
	font-weight: bold;
}

.example__subtl dt {
	align-items: center;
	display: flex;
	font-size: 150%;
	margin: 0 35px 0 0;
	padding: 0 30px;
	background-color: #F6F8F9;
	border-radius: 3px;
	width: 200px;
}

.example__subtl span:not(.txt--blue) {
	color: #00a7e9;
	font-size: 300%;
	font-weight: bold;
	padding: 5px 10px 0 0;
}

.example__subtl dd {
	font-size: 170%;
}

.example-case__list_wrap_inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	width: 100%;
	padding: 50px 80px 30px;
}

.example-case__list_wrap_inner .example-case__list {
	width: 100%;
}

.example-case__list_wrap_inner .example-case__list .example-case-pic_ttl {
	position: relative;
	background-color: #3D4760;
	border-radius: 6px 6px 0 0;
	color: #ffffff;
	text-align: center;
	padding: 28px 0 12px;
}

.example-case__list_wrap_inner .example-case__list .example-case-pic_ttl .example-caseno {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #00A9E9;
	border-radius: 6px;
	font-size: 100%;
	padding: 1px 20px;
	font-weight: bold;
}

.example-case__list_wrap_inner .example-case__list .example-case-pic_ttl .example-caseno span {
	position: relative;
}

.example-case__list_wrap_inner .example-case__list .example-case-pic_ttl .example-caseno span::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: -20px;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #00A9E9 transparent transparent transparent;
}

.example-case__list_wrap_inner .example-case__list .example-case-pic_ttl .example-ttl {
	font-weight: bold;
	font-size: 120%;
}

.example-case__list_wrap_inner .example-case__list .example-img img {
	width: 100%;
	margin-bottom: 15px;
	border-radius: 0 0 6px 6px;
}

.example-icon li {
	margin-bottom: 15px;
	padding-left: 100px;
	position: relative;

}

.example-icon li.example-icon1::before {
	position: absolute;
	background: #00A9E9;
	color: #fff;
	content: "解決策";
	margin: 0 10px 0 0;
	padding: 5px;
	text-align: center;
	width: 90px;
	height: 28px;
	font-size: 80%;
	border-radius: 4px;
	left: 0;
	top: 0;
}

.example-icon li.example-icon2::before {
	position: absolute;
	background: #0ABAB5;
	color: #fff;
	content: "都の補助内容";
	margin: 0 10px 0 0;
	padding: 5px;
	text-align: center;
	min-width: 90px;
	height: 28px;
	font-size: 80%;
	border-radius: 4px;
	left: 0;
	top: 0;
}

.example .apply__btn {
	padding: 40px 0;
	border-top: 1px solid #DDE3E6;
	margin: 0 80px;
}

.example .apply__btn a {
	width: 100%;
	max-width: 300px;
	padding: 12px 40px 13px 20px;
	margin: 0 auto;
	background: linear-gradient(90deg, #18AFE8 0%, #039AD3 100%);
	color: #fff;
	display: block;
	font-weight: bold;
	font-size: 110%;
}

.example .apply__btn a::after {
	right: 15px;
	width: 16px;
	height: 13px;
	background: url(../images/common/arrow_btm_white.svg) no-repeat;
	background-size: cover;
}

@media screen and (max-width: 940px) {
	.example .inner--width {
		/*padding: 0 20px;*/
	}

	.example__subtl dl {
		padding: 0 20px 0 0;
	}

	.example__subtl dt {
		font-size: 110%;
		margin-right: 20px;
		width: calc(100% - 30px);
	}

	.example__subtl dd {
		font-size: 110%;
	}

	.example-case__list dt {
		font-size: 110%;
	}

	.example-case__list_wrap_inner {
		gap: 20px;
		padding: 50px 20px 20px;
	}

	.example .apply__btn {
		padding: 20px 0;
		margin: 0 20px;
	}

	.example-case__list_wrap_inner .example-case__list .example-case-pic_ttl .example-ttl {
		font-size: 95%;
	}
}

@media screen and (max-width: 640px) {
	.example {
		padding: 15% 0;
	}

	.example h2 .txt--xlarge {
		font-size: 150%;
	}

	.example .content--lead {
		margin: 30px 0 0;
		text-align: left;
	}

	.example__list {
		margin: 20px 0 15px;
	}

	.example-case__list>li {
		padding: 0 0 0 35%;
	}

	.example-case__list dd {
		display: block;
	}

	.example-case__list dd span {
		width: 100%;
	}

	.example-icon1::before,
	.example-icon2::before {
		font-size: 80%;
	}

	.example__subtl dl {
		display: block;
	}

	.example__subtl dt {
		margin-right: 30px;
		padding: 0 20px;
	}

	.example__subtl dt p br {
		display: none;
	}

	.example__subtl span:not(.txt--blue) {
		font-size: 200%;
	}

	.example__subtl dd {
		font-size: 95%;
		margin: 8px 20px 0 0;
	}

	.example-case__list_wrap_inner {
		grid-template-columns: 1fr;
		gap: 40px;
		padding: 40px 20px 20px;
	}

	.example-case__list_wrap_inner .example-case__list .example-case-pic_ttl {
		text-align: left;
		padding: 28px 15px 12px;
	}

	.example-icon li {
		font-size: 90%;
	}

	.example .apply__btn a {
		padding: 10px 40px 10px 20px;
	}
}

/* =======================================
Case
========================================== */
.case {
	background: #ffffff;
	padding: 90px 0 70px;
	position: relative;
}

.case .inner--width {
	position: relative;
	z-index: 1;
	text-align: center;
}

.case h2 {
	color: #00A9E9;
	text-align: center;
	line-height: 120%;
}

.case h2 .txt--xlarge {
	font-size: 200%;
	letter-spacing: -0.05em;
}

.case h2 small {
	color: #888888;
}

.case .content--lead {
	margin: 30px 0 0;
	color: #3D4760;
}

.case__list {
	display: flex;
	margin: 30px 0 0;
}

.case__list a {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	padding: 0 0 65px !important;
	border: 1px solid #DDE5E6;
	margin: 0 20px;
	border-radius: 6px;
	overflow: hidden;
}

.case__list img {
	width: 100%;
}

.case__titles {
	/*display: flex;*/
	justify-content: space-around;
	width: 100%;
	text-align: left;
	padding: 0 20px;
}

.case__list .case__title {
	font-weight: bold;
	text-align: left;
	margin: 20px 0 0;
	font-size: 120%;
}

.case_occupation {
	background: #00a8e9;
	color: #fff;
	display: inline-block;
	margin: 20px 0 0 0;
	width: 30%;
	height: fit-content;
	text-align: left;
	font-size: 14px;
}

.case__list .case_lead {
	margin: 8px 0 20px;
	padding: 0 20px;
	text-align: left;
}

.case__list .case_lead br {
	display: none;
}

.case__list li {
	position: relative;
}

.case__list li .case--link {
	position: absolute;
	bottom: 30px;
	left: 40px;
	width: calc(100% - 80px);
	margin: 0;
	text-align: center;
	text-decoration: none;
	background: url(../images/common/arrow_btm_white.svg) right 17px top 18px no-repeat, linear-gradient(90deg, #18AFE8 0%, #039AD3 100%);
	background-size: 16px 13px, auto;
	border-radius: 100px;
	color: #ffffff;
	font-weight: bold;
	padding: 11px 0;
	font-size: 120%;
}

.case .slick-dots {
	display: none !important;
}

@media screen and (max-width: 940px) {
	.case .inner--width {
		padding: 0;
	}

	.case__list a {
		margin: 0 8px;
	}

	.case__list li .case--link {
		left: 20px;
		width: calc(100% - 40px);
		padding: 7px 0;
		font-size: 110%;
		background: url(../images/common/arrow_btm_white.svg) right 17px top 13px no-repeat, linear-gradient(90deg, #18AFE8 0%, #039AD3 100%);
		background-size: 16px 13px, auto;
	}
}

@media screen and (max-width: 740px) {
	.case {
		padding: 15% 0 7%;
	}

	.case h2 .txt--xlarge {
		font-size: 150%;
	}

	.case .content--lead {
		text-align: left;
	}

	.case__list {
		display: block;
		margin: 20px 0 0;
	}

	.case__list a {
		display: block;
		text-align: center;
	}

	.case__list img {
		height: auto;
		margin: 0 auto;
		width: 100%;
	}

	.case__list li .case--link {
		left: 20px;
		width: calc(100% - 40px);
		padding: 12px 0;
		font-size: 110%;
		background: url(../images/common/arrow_btm_white.svg) right 17px top 18px no-repeat, linear-gradient(90deg, #18AFE8 0%, #039AD3 100%);
		background-size: 16px 13px, auto;
	}
}

/* =======================================
News
========================================== */
.news {
	background: #fff;
	padding: 60px 0 0;
	position: relative;
	margin-bottom: -90px;
}

.news::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 180px;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, #DBF1FB 0%, #FFF 100%);
}

.news .inner--width {
	max-width: 1100px;
	width: calc(100% - 40px);
	margin: 0 auto;
	border-radius: 10px;
	padding: 40px 100px 50px;
	box-shadow: 0 0 20px 0 rgba(63, 142, 166, 0.16);
	position: relative;
	z-index: 5;
	background-color: #ffffff;
}

.news h2 small {
	color: #888;
	margin-left: 13px;
}

.news .content__tl {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.news__list {
	margin-top: 12px;
}

.news__list li {
	/*border-bottom: 1px solid #eee;*/
	padding: 23px 0;
	border-top: 1px solid #DDE3E6;
}

.news__list li:last-child {
	border-bottom: 1px solid #DDE3E6;
}

.news__list dl {
	margin: 0;
	display: flex;
}

.news__list dt {
	margin: 0 2rem 0 0;
	/*border-left:3px solid #00a7e9;*/
	/*background: #00a7e9;
    color: #fff;*/
	display: inline-block;
	font-size: 1.4rem;
	text-align: center;
	padding: 0;
	flex-shrink: 0;
	color: #888888;

}

.news__list dd {
	padding: 0;
}

.news__list dd a {
	/*color: #00a7e9;*/
	text-decoration: underline;
}

.news__list dt span {
	background: #000;
	color: #fff;
	display: inline-block;
	font-size: 80%;
	margin: 0 0 0 10px;
	padding: 2px 5px;
}

/*.news__list {
	margin: 40px 0 0;
}
.news__list dl {
	margin: 40px 0 0;
}
.news__list dt {
	margin: 0 0 10px;
}
.news__list dt span {
	background: #000;
	color: #fff;
	display: inline-block;
	font-size: 80%;
	margin: 0 0 0 10px;
	padding: 2px 5px;
}
.news dd a {
	text-decoration: underline;
}*/
@media screen and (max-width: 940px) {
	.news .inner--width {
		padding: 40px 40px 50px;
	}
}

@media screen and (max-width: 640px) {
	.news {
		padding: 10% 0;
	}

	.news .content__tl {
		flex-direction: column;
		justify-content: center;
	}

	.news .content__tl h2 {
		line-height: 120%;
		text-align: center;
	}

	.news__list dl {
		flex-wrap: wrap;
	}

	.news__list dl dt,
	.news__list dd {
		width: 100%;
		text-align: left;
	}

	.news .inner--width {
		padding: 40px 20px 20px;
	}

	.news h2 .txt--xlarge {
		font-size: 150%;
	}

	.news h2 small {
		font-size: 70%;
		display: block;
		margin-left: 0;
	}

	.news__list li {
		padding: 15px 0;
	}
}

/* =======================================
Banner
========================================== */
.alignment__banner h2 {
	font-size: 120%;
	margin: 0 0 50px;
	position: relative;
}

.alignment__banner h2::after {
	border-bottom: 1px dashed #ccc;
	content: "";
	display: block;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
}

@keyframes loop {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}

.alignment__banner {
	background: #fff;
	display: flex;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0;
	position: relative;
}

.alignment__banner div {
	display: flex;
}

.alignment__banner ul {
	animation: loop 15s infinite linear 1s both;
	align-items: center;
	display: flex;
	justify-content: center;
}

.alignment__banner ul li {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 280px;
}

.alignment__banner .img--small {
	width: 230px;
}

.alignment__banner .img--small2 {
	width: 150px;
}

.alignment__banner ul li img {
	width: 100%;
}

@media screen and (max-width: 640px) {
	.alignment__banner ul li {
		width: 200px;
	}

	.alignment__banner .img--small {
		width: 120px;
	}

	.alignment__banner {
		padding: 10px 0;
	}
}