@charset "UTF-8";

.main {
	background: url(../images/index/main.jpg) center center no-repeat;
	background-size: cover;
	padding: 100px 0 130px 0;
}

.main .main00 {
	max-width: 200px;
	margin: 0 auto 30px auto;
}

.main h2 {
	max-width: 470px;
	margin: 0 auto;
}

.top-sec01 {
	padding-top: 60px;
}

.top-sec01 h2 {
	width: 80%;
	max-width: 415px;
	margin: 0 auto 20px auto;
}

.top-sec01 .num {
	text-align: center;
	margin-bottom: 10px;
}

.top-sec01 .num img {
	height: 30px;
	width: auto;
	display: block;
	margin: 0 auto;
}

.top-sec01 ul {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.top-sec01 li {
	padding: 30px 20px;
	border: 1px solid #008ad4;
}

.top-sec01 li h3 {
	font-size: 19px;
	font-weight: 500;
	color: #008ad4;
	text-align: center;
	border-bottom: 1px solid #008ad4;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.top-sec01 li p {
	text-align: center;
	line-height: 2;
}

.top-sec01 .img02 {
	width: 90%;
	margin: 10px auto;
}

.top-sec02 {
	padding-top: 90px;
}

.nami {
	width: 100px;
	margin: 0 auto 30px auto;
}

.top-sec02 ul {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.top-sec02 li {
	font-weight: 700;
	text-align: center;
	font-size: 24px;
	color: #fff;
	position: relative;
}

.top-sec02 li:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../images/index/ribon.svg);
    background-size: contain;
	background-repeat: no-repeat;
    vertical-align: middle;
	position: absolute;
	top: 0;
	right: 20px;
}

.top-sec02 a {
	padding: 90px 0;
	display: block;
}

.top-sec02 a span {
	filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.6));
}

.top-sec02 .bt01 { background: url(../images/index/top-banner01.jpg) center center no-repeat; background-size: cover;}
.top-sec02 .bt02 { background: url(../images/index/top-banner02.jpg) center center no-repeat; background-size: cover;}
.top-sec02 .bt03 { background: url(../images/index/top-banner03.jpg) center center no-repeat; background-size: cover;}
.top-sec02 .bt04 { background: url(../images/index/top-banner04.jpg) center center no-repeat; background-size: cover;}

.top-sec03 {
	padding-top: 130px;
	overflow: hidden;
	margin-bottom: 80px;
}

.top-sec03 section {
	display: flex;
	justify-content: space-between;
	max-width: 1040px;
	margin: auto;
	align-items: center;
}

.top-sec03 .reverse {
  flex-direction: row-reverse;
}

.top-sec03 .column {
  width: 40%;
}

.top-sec03 .column-outside-right{
    flex: 1;
    margin-right: calc(50% - 50vw);
    margin-left: 10%;
}

.top-sec03 p {
	margin-bottom: 35px;
}

.top-sec04 {
	background: #e6f1ff;
	padding: 100px 0;
	margin-bottom: 100px;
}

.h-magazine {
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
}

.mask-img-top-bottom {
 --mask:
   radial-gradient(51.61px at 50% 72px,#000 99%,#0000 101%) calc(50% - 60px) 0/120px 51% repeat-x,
   radial-gradient(51.61px at 50% -42px,#0000 99%,#000 101%) 50% 30px/120px calc(51% - 30px) repeat-x,
   radial-gradient(51.61px at 50% calc(100% - 72px),#000 99%,#0000 101%) calc(50% - 60px) 100%/120px 51% repeat-x,
   radial-gradient(51.61px at 50% calc(100% + 42px),#0000 99%,#000 101%) 50% calc(100% - 30px)/120px calc(51% - 30px) repeat-x;
  -webkit-mask: var(--mask);
   mask: var(--mask);
}

.web-magazine-list {
  padding: 2rem 1rem;
}

.magazine-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
	margin-bottom: 50px;
}

.magazine-item a h3 {
	color: #008ad4;
}

.magazine-thumbnail {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  margin-bottom: 1rem;
	border: 1px solid #008ad4;
}

.magazine-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.magazine-title {
	font-size: 21px;
	line-height: 1.5;
	margin: 0 0 0.5rem 0;
	color: #008ad4;
}

.top-sec04 .bt-style01 {
	max-width: 430px;
	margin-left: auto;
	margin-right: auto;
}

.top-sec05 {
	background: url(../images/index/top-sec05.jpg) center center no-repeat;
	background-size: cover;
	padding: 70px 0;
	margin-bottom: 100px;
	text-align: center;
}

.top-sec05 .h-style01 span,
.top-sec05 .h-style01,
.top-sec07 .h-style01 span,
.top-sec07 .h-style01{
	color: #fff;
}

.top-sec05 h3 {
	font-size: 38px;
	margin-bottom: 40px;
	color: #fff;
}

.top-sec06 {
	margin-bottom: 100px;
}

.top-sec06-inner {
	max-width: 720px;
	width: 90%;
	margin: 0 auto;
}

.top-sec06 .bt-style02 a {
	border: 1px solid #e1e1e1;
	padding: 13px 0;
	text-align: center;
	display: block;
	font-weight: 500;
	color: #008ad4;
	position: relative;
	background: #e1e1e1;
	border-radius: 20px;
}

.top-sec06 .bt-style02 a:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 14px;
    background-image: url(../images/index/arrow01.svg);
	background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
	position: absolute;
	right: 20px;
	top: calc(50% - 6px);
}

.top-sec06 .bt-style02 a:hover {
	background: #008ad4;
	color: #fff;
}

.top-sec06 .bt-style02 a:hover:before {
	background-image: url(../images/index/arrow02.svg);
}

.news-release-list {
  list-style: none;
  padding: 0;
  margin: 0 0 70px 0;
}

.news-release-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 30px 0;
  border-bottom: 1px solid #c4c4c4;
  font-size: 0.95rem;
  line-height: 1.4;
}

.news-release-list li:first-child {
	border-top: 1px solid #c4c4c4;
}

.news-release-list li time {
  color: #666;
  font-size: 0.85rem;
  white-space: nowrap;
}

.news-release-list li span {
	background-color: #f0f0f0;
	color: #333;
	padding: 0.2em 0.6em;
	border-radius: 3px;
	white-space: nowrap;
	flex-shrink: 0;
	display: block;
	min-width: 9em;
	text-align: center;
}

.news-release-list li a {
  text-decoration: none;
  overflow: hidden;
  flex: 1;
  min-width: 0;
	font-size: 19px;
	line-height: 1.6;
}

.news-release-list li a:hover {
}

.top-sec07 {
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
}

.top-sec07 a {
	display: flex;
}

.top-sec07 a:hover {
	opacity: 0.7;
}

.top-sec07 .text {
	width: 45%;
	background: #22B073;
    background: linear-gradient(90deg, rgba(34, 176, 115, 1) 0%, rgba(0, 117, 185, 1) 100%);
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	position: relative;
}

.top-sec07 .h-style01:before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(../images/index/arrow03.svg);
    background-size: contain;
	background-repeat: no-repeat;
    vertical-align: middle;
	position: absolute;
	bottom: -2px;
	right: -40px;
}

.top-sec07 .img {
	width: 55%;
}

.top-sec07 .h-style01 {
	margin-bottom: 0;
	position: relative;
}

.top-sec08 {
	padding-top: 80px;
	text-align: center;
}

.top-sec08 h3 {
	font-size: 19px;
	margin-bottom: 25px;
}

.top-sec08 .bt {
	width: 90%;
	max-width: 260px;
	margin: 0 auto;
}

.top-sec08 .bt a {
	background: #0185cf;
	display: flex;
	border-radius: 12px;
	padding: 20px 0;
	line-height: 1;
	color: #fff;
	font-weight: 600;
	justify-content: center;
	align-items: center;
}

.top-sec08 .bt a:after {
	content: '';
	display: inline-block;
	width: 33px;
	height: 25px;
	background-image: url(../images/common/header-mail.svg);
	background-size: contain;
	vertical-align: middle;
	margin-left: 25px;
	background-repeat: no-repeat;
	position: relative;
	top: 1px;
}

.top-sec08 .bt a:hover {
	opacity: 0.7;
}

.top-youtube {
	margin-bottom: 80px!important;
}





