﻿@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Noto+Sans+JP:wght@400;500;700&display=swap");

html {
	scroll-padding-top: 100px;
	scroll-behavior: smooth;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1;
	-webkit-text-size-adjust: 100%
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

input[type="text"],
input[type="submit"],
input[type="tel"],
input[type="email"],
button,
textarea,
select {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

@media all and (max-width: 768px) {
	.pc {
		display: none !important
	}
}

@media all and (min-width: 769px) {
	.sp {
		display: none !important
	}
}

@keyframes fade_in {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 1
	}
}

@keyframes fade_in_scale {
	0% {
		opacity: 0;
		transform: scale(0)
	}

	100% {
		opacity: 1;
		transform: scale(1)
	}
}

.font-bold {
	font-weight: 800
}

.fadeIn.inview {
	opacity: 0;
	transform: translateY(50px)
}

.fadeIn.inview.viewed {
	opacity: 1;
	transform: translateY(0px);
	transition: .6s .4s opacity, .6s .4s transform
}

.posts,
.yarpp-related {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

@media all and (min-width: 769px) {

	.posts:after,
	.yarpp-related:after {
		content: "";
		display: block;
		width: 340px
	}
}

@media all and (min-width: 769px) and (min-width: 769px) and (max-width: 1359px) {

	.posts:after,
	.yarpp-related:after {
		width: 24.89019vw
	}
}

@media all and (max-width: 768px) {

	.posts,
	.yarpp-related {
		display: block
	}
}

.post {
	width: 340px;
	background-color: #F7F7F7
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.post {
		width: 24.89019vw
	}
}

.post.hidden {
	display: none
}

@media all and (max-width: 768px) {
	.post {
		width: auto
	}
}

.post__inner {
	display: block;
	height: 100%;
	background-color: #fff;
	filter: drop-shadow(0px 0px 20px rgba(50, 144, 128, 0.12))
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.post__inner {
		filter: drop-shadow(0px 0px 1.46413vw rgba(50, 144, 128, 0.12))
	}
}

@media all and (max-width: 768px) {
	.post__inner {
		filter: drop-shadow(0px 0px 4vw rgba(50, 144, 128, 0.12))
	}
}

.post__image {
	font-size: 0
}

.post__image img {
	width: 100%
}

.post__data {
	padding-top: 30px;
	padding-bottom: 36px;
	padding-left: 25px;
	padding-right: 25px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.post__data {
		padding-top: 2.19619vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.post__data {
		padding-bottom: 2.63543vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.post__data {
		padding-left: 1.83016vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.post__data {
		padding-right: 1.83016vw
	}
}

@media all and (max-width: 768px) {
	.post__data {
		padding: 6.4vw 6.4vw 9.6vw
	}
}

.post__title {
	color: #000;
	font-size: 1.8rem;
	line-height: 1.38889;
	letter-spacing: .05em;
	font-weight: 700
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
	.post__title {
		font-size: 1.31772vw;
		line-height: 1.38889
	}
}

@media all and (max-width: 1024px) {
	.post__title {
		font-size: 1.3482rem;
		line-height: 1.38889
	}
}

@media all and (max-width: 768px) {
	.post__title {
		font-size: 4.26667vw;
		line-height: 1.5
	}
}

.post__title a {
	color: #000
}

.post__title span {
	background-color: #FFF969
}

.post__company {
	margin-top: 23px;
	color: #000;
	font-size: 1.2rem;
	line-height: 2.83333;
	letter-spacing: .05em;
	font-weight: 400
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.post__company {
		margin-top: 1.68375vw
	}
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
	.post__company {
		font-size: .87848vw;
		line-height: 2.83333
	}
}

@media all and (max-width: 1024px) {
	.post__company {
		font-size: .8988rem;
		line-height: 2.83333
	}
}

@media all and (max-width: 768px) {
	.post__company {
		margin-top: 8vw;
		font-size: 3.2vw;
		line-height: 2.58333
	}
}

.post__description {
	margin-top: 22px;
	color: #000;
	font-size: 1.4rem;
	line-height: 1.85714;
	letter-spacing: .05em;
	font-weight: 400
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.post__description {
		margin-top: 1.61054vw
	}
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
	.post__description {
		font-size: 1.02489vw;
		line-height: 1.85714
	}
}

@media all and (max-width: 1024px) {
	.post__description {
		font-size: 1.0486rem;
		line-height: 1.85714
	}
}

@media all and (max-width: 768px) {
	.post__description {
		margin-top: 5.6vw;
		font-size: 3.73333vw;
		line-height: 1.85714
	}
}

.post__tag {
	margin-top: 4px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -10px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.post__tag {
		margin-top: .29283vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.post__tag {
		margin-bottom: -.73206vw
	}
}

@media all and (max-width: 768px) {
	.post__tag {
		margin-bottom: -2vw
	}
}

.post__tag li {
	margin-bottom: 10px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.post__tag li {
		margin-bottom: .73206vw
	}
}

@media all and (max-width: 768px) {
	.post__tag li {
		margin-bottom: 2vw
	}
}

.post__tag li a {
	display: block;
	color: #2cb5bc;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.2rem;
	line-height: 1.4;
	letter-spacing: .05em;
	border: 1px #2cb5bc solid;
	border-radius: 15px;
	text-align: center
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.post__tag li a {
		padding-top: .21962vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.post__tag li a {
		padding-bottom: .29283vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.post__tag li a {
		padding-left: .73206vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.post__tag li a {
		padding-right: .73206vw
	}
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
	.post__tag li a {
		font-size: .87848vw;
		line-height: 1.4
	}
}

@media all and (max-width: 1024px) {
	.post__tag li a {
		font-size: .8988rem;
		line-height: 1.4
	}
}

@media all and (max-width: 1024px) {
	.post__tag li a {
		font-size: 13px
	}
}

@media all and (max-width: 768px) {
	.post__tag li a {
		padding: 0vw 2.8vw;
		font-size: 3.2vw;
		line-height: 2.33333
	}
}

.post__tag li:not(:last-child) {
	margin-right: 10px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.post__tag li:not(:last-child) {
		margin-right: .73206vw
	}
}

@media all and (max-width: 768px) {
	.post__tag li:not(:last-child) {
		margin-right: 2vw
	}
}

@media all and (max-width: 768px) {
	.post__tag {
		margin-top: 2vw
	}
}

.eventPost {
	display: flex;
	background-color: #fff
}

@media all and (min-width: 769px) {
	.eventPost:not(:first-child) {
		margin-top: 42px
	}
}

@media all and (min-width: 769px) and (min-width: 769px) and (max-width: 1359px) {
	.eventPost:not(:first-child) {
		margin-top: 3.07467vw
	}
}

@media all and (max-width: 768px) {
	.eventPost {
		display: block
	}

	.eventPost:not(:first-child) {
		margin-top: 7.73333vw
	}
}

.eventPost__image,
.eventPost__data {
	width: 50%
}

@media all and (max-width: 768px) {

	.eventPost__image,
	.eventPost__data {
		width: auto
	}
}

.eventPost__image img,
.eventPost__data img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

@media all and (max-width: 768px) {

	.eventPost__image img,
	.eventPost__data img {
		height: auto
	}
}

.eventPost__image {
	font-size: 0
}

.eventPost__data {
	padding-left: 68px;
	padding-right: 47px;
	display: flex;
	align-items: center
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.eventPost__data {
		padding-left: 4.97804vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.eventPost__data {
		padding-right: 3.4407vw
	}
}

@media all and (max-width: 768px) {
	.eventPost__data {
		padding: 6.66667vw 6.4vw 9.86667vw
	}
}

.eventPost__title {
	font-size: 2.4rem;
	line-height: 1.5;
	letter-spacing: .05em;
	font-weight: 700
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
	.eventPost__title {
		font-size: 1.75695vw;
		line-height: 1.5
	}
}

@media all and (max-width: 1024px) {
	.eventPost__title {
		font-size: 1.7976rem;
		line-height: 1.5
	}
}

@media all and (max-width: 768px) {
	.eventPost__title {
		font-size: 4.8vw;
		line-height: 1.88889
	}
}

.eventPost__description {
	margin-top: 33px;
	font-size: 1.6rem;
	line-height: 1.875;
	letter-spacing: .05em;
	font-weight: 400
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.eventPost__description {
		margin-top: 2.41581vw
	}
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
	.eventPost__description {
		font-size: 1.1713vw;
		line-height: 1.875
	}
}

@media all and (max-width: 1024px) {
	.eventPost__description {
		font-size: 1.1984rem;
		line-height: 1.875
	}
}

@media all and (max-width: 768px) {
	.eventPost__description {
		margin-top: 4vw;
		font-size: 3.73333vw;
		line-height: 1.85714
	}
}

.eventPost__btn {
	display: flex;
	justify-content: center;
	margin-top: 29px;
	justify-content: flex-start
}

.eventPost__btn a,
.eventPost__btn input[type="submit"],
.eventPost__btn button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 60px;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: .02em;
	border-radius: 30px;
	background: linear-gradient(to right, #34cdd7 0%, #154cf0 100%)
}

@media all and (min-width: 769px) and (max-width: 1359px) {

	.eventPost__btn a,
	.eventPost__btn input[type="submit"],
	.eventPost__btn button {
		width: 17.56955vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {

	.eventPost__btn a,
	.eventPost__btn input[type="submit"],
	.eventPost__btn button {
		height: 4.39239vw
	}
}

@media all and (min-width: 1024px) and (max-width: 1359px) {

	.eventPost__btn a,
	.eventPost__btn input[type="submit"],
	.eventPost__btn button {
		font-size: 1.1713vw;
		line-height: 1.5
	}
}

@media all and (max-width: 1024px) {

	.eventPost__btn a,
	.eventPost__btn input[type="submit"],
	.eventPost__btn button {
		font-size: 1.1984rem;
		line-height: 1.5
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {

	.eventPost__btn a,
	.eventPost__btn input[type="submit"],
	.eventPost__btn button {
		border-radius: 2.19619vw
	}
}

@media all and (max-width: 768px) {

	.eventPost__btn a,
	.eventPost__btn input[type="submit"],
	.eventPost__btn button {
		width: 64vw;
		height: 16vw;
		font-size: 4.26667vw;
		line-height: 1.5;
		border-radius: 8vw
	}
}

.eventPost__btn input[type="submit"] {
	cursor: pointer
}

.eventPost__btn input[type="submit"]:hover {
	-webkit-transition: opacity .2s linear 0s;
	-moz-transition: opacity .2s linear 0s;
	-ms-transition: opacity .2s linear 0s;
	-o-transition: opacity .2s linear 0s;
	transition: opacity .2s linear 0s
}

.eventPost__btn input[type="submit"]:hover:hover {
	opacity: .8
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.eventPost__btn {
		margin-top: 2.12299vw
	}
}

@media all and (max-width: 768px) {
	.eventPost__btn {
		margin-top: 8.53333vw;
		justify-content: center
	}
}

.eventPost__btn a {
	width: 190px;
	height: 50px;
	border-radius: 25px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.eventPost__btn a {
		width: 13.90922vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.eventPost__btn a {
		height: 3.66032vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.eventPost__btn a {
		border-radius: 1.83016vw
	}
}

@media all and (max-width: 768px) {
	.eventPost__btn a {
		width: 50.66667vw;
		height: 13.33333vw;
		border-radius: 6.66667vw
	}
}

html {
	font-size: 62.5%
}

body {
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-weight: 500;
	background-color: #fff
}

html,
body {
	width: 100%;
	margin: auto;
	min-width: initial
}

img {
	max-width: 100%;
	height: auto;
	width: auto
}

a {
	color: #34CDD7;
	outline: none;
	text-decoration: none
}

a:hover {
	-webkit-transition: opacity .2s linear 0s;
	-moz-transition: opacity .2s linear 0s;
	-ms-transition: opacity .2s linear 0s;
	-o-transition: opacity .2s linear 0s;
	transition: opacity .2s linear 0s
}

a:hover:hover {
	opacity: .8
}

[v-cloak] {
	display: none
}

.fade-enter-active,
.fade-leave-active {
	transition: opacity 0.5s
}

.fade-enter,
.fade-leave-to {
	opacity: 0
}

.v-enter-active,
.v-leave-active {
	transition: opacity 0.5s
}

.v-enter,
.v-leave-to {
	opacity: 0
}

.v-enter-to,
.v-leave {
	opacity: 1
}

/* .content {
	padding-bottom: 90px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.content {
		padding-bottom: 6.58858vw
	}
}

@media all and (max-width: 768px) {
	.content {
		padding-bottom: 12vw
	}
} */

.mainHeader {
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	position: sticky;
	top: 0;
	z-index: 2;
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.mainHeader {
		padding-top: 1.46413vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.mainHeader {
		padding-bottom: 1.46413vw
	}
}

@media all and (max-width: 768px) {
	.mainHeader {
		padding: 6.93333vw 0;
		padding: 20px 0
	}
}

.mainHeader__logo {
	margin-top: 3px;
	margin-left: 31px;
	display: flex;
	align-items: flex-end
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.mainHeader__logo {
		margin-top: .21962vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.mainHeader__logo {
		margin-left: 2.2694vw
	}
}

@media all and (max-width: 768px) {
	.mainHeader__logo {
		margin-top: 0;
		margin-left: 4.8vw
	}
}

.mainHeader__logo-image {
	width: 212px;
	font-size: 0
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.mainHeader__logo-image {
		width: 15.51977vw
	}
}

@media all and (max-width: 768px) {
	.mainHeader__logo-image {
		width: 28.8vw
	}
}

.mainHeader__logo-text {
	margin-bottom: 7px;
	margin-left: 23px;
	font-size: 1.6rem;
	line-height: 1.125;
	letter-spacing: .06em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.mainHeader__logo-text {
		margin-bottom: .51245vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.mainHeader__logo-text {
		margin-left: 1.68375vw
	}
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
	.mainHeader__logo-text {
		font-size: 1.1713vw;
		line-height: 1.125
	}
}

@media all and (max-width: 1024px) {
	.mainHeader__logo-text {
		font-size: 1.1984rem;
		line-height: 1.125
	}
}

@media all and (max-width: 768px) {
	.mainHeader__logo-text {
		margin-bottom: 0;
		margin-left: 2vw;
		font-size: 2.66667vw;
		line-height: 1.8
	}
}

.mainHeader__nav {
	margin-right: 29px;
	display: flex;
	align-items: center
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.mainHeader__nav {
		margin-right: 2.12299vw
	}
}

@media all and (max-width: 768px) {
	.mainHeader__nav {
		margin-right: 5.5vw
	}
}

.mainHeader__search {
	margin-right: 51px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.mainHeader__search {
		margin-right: 3.73353vw
	}
}

@media all and (max-width: 768px) {
	.mainHeader__search {
		display: flex;
		justify-content: center;
		margin-right: 0
	}

	.mainHeader__search a,
	.mainHeader__search input[type="submit"],
	.mainHeader__search button {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 240px;
		height: 60px;
		color: #fff;
		font-size: 1.6rem;
		line-height: 1.5;
		letter-spacing: .02em;
		border-radius: 30px;
		background: linear-gradient(to right, #34cdd7 0%, #154cf0 100%)
	}
}

@media all and (max-width: 768px) and (min-width: 769px) and (max-width: 1359px) {

	.mainHeader__search a,
	.mainHeader__search input[type="submit"],
	.mainHeader__search button {
		width: 17.56955vw
	}
}

@media all and (max-width: 768px) and (min-width: 769px) and (max-width: 1359px) {

	.mainHeader__search a,
	.mainHeader__search input[type="submit"],
	.mainHeader__search button {
		height: 4.39239vw
	}
}

@media all and (max-width: 768px) and (min-width: 1024px) and (max-width: 1359px) {

	.mainHeader__search a,
	.mainHeader__search input[type="submit"],
	.mainHeader__search button {
		font-size: 1.1713vw;
		line-height: 1.5
	}
}

@media all and (max-width: 768px) and (max-width: 1024px) {

	.mainHeader__search a,
	.mainHeader__search input[type="submit"],
	.mainHeader__search button {
		font-size: 1.1984rem;
		line-height: 1.5
	}
}

@media all and (max-width: 768px) and (min-width: 769px) and (max-width: 1359px) {

	.mainHeader__search a,
	.mainHeader__search input[type="submit"],
	.mainHeader__search button {
		border-radius: 2.19619vw
	}
}

@media all and (max-width: 768px) and (max-width: 768px) {

	.mainHeader__search a,
	.mainHeader__search input[type="submit"],
	.mainHeader__search button {
		width: 64vw;
		height: 16vw;
		font-size: 4.26667vw;
		line-height: 1.5;
		border-radius: 8vw
	}
}

@media all and (max-width: 768px) {
	.mainHeader__search input[type="submit"] {
		cursor: pointer
	}

	.mainHeader__search input[type="submit"]:hover {
		-webkit-transition: opacity .2s linear 0s;
		-moz-transition: opacity .2s linear 0s;
		-ms-transition: opacity .2s linear 0s;
		-o-transition: opacity .2s linear 0s;
		transition: opacity .2s linear 0s
	}

	.mainHeader__search input[type="submit"]:hover:hover {
		opacity: .8
	}
}

.mainHeader__search a {
	display: flex;
	align-items: center;
	color: #000;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: .05em
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
	.mainHeader__search a {
		font-size: 1.02489vw;
		line-height: 2
	}
}

@media all and (max-width: 1024px) {
	.mainHeader__search a {
		font-size: 1.0486rem;
		line-height: 2
	}
}

@media all and (max-width: 1024px) {
	.mainHeader__search a {
		font-size: 13px
	}
}

@media all and (max-width: 768px) {
	.mainHeader__search a {
		width: 30.66667vw;
		height: 6.93333vw;
		color: #fff;
		font-size: 3.2vw;
		line-height: 2
	}
}

@media all and (max-width: 768px) {
	.mainHeader__search picture {
		display: flex
	}
}

.mainHeader__search img {
	margin-left: 10px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.mainHeader__search img {
		margin-left: .73206vw
	}
}

.mainHeader__contact {
	display: flex;
	justify-content: center
}

.mainHeader__contact a,
.mainHeader__contact input[type="submit"],
.mainHeader__contact button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 60px;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: .02em;
	border-radius: 30px;
	background: linear-gradient(to right, #34cdd7 0%, #154cf0 100%)
}

@media all and (min-width: 769px) and (max-width: 1359px) {

	.mainHeader__contact a,
	.mainHeader__contact input[type="submit"],
	.mainHeader__contact button {
		width: 17.56955vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {

	.mainHeader__contact a,
	.mainHeader__contact input[type="submit"],
	.mainHeader__contact button {
		height: 4.39239vw
	}
}

@media all and (min-width: 1024px) and (max-width: 1359px) {

	.mainHeader__contact a,
	.mainHeader__contact input[type="submit"],
	.mainHeader__contact button {
		font-size: 1.1713vw;
		line-height: 1.5
	}
}

@media all and (max-width: 1024px) {

	.mainHeader__contact a,
	.mainHeader__contact input[type="submit"],
	.mainHeader__contact button {
		font-size: 1.1984rem;
		line-height: 1.5
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {

	.mainHeader__contact a,
	.mainHeader__contact input[type="submit"],
	.mainHeader__contact button {
		border-radius: 2.19619vw
	}
}

@media all and (max-width: 768px) {

	.mainHeader__contact a,
	.mainHeader__contact input[type="submit"],
	.mainHeader__contact button {
		width: 64vw;
		height: 16vw;
		font-size: 4.26667vw;
		line-height: 1.5;
		border-radius: 8vw
	}
}

.mainHeader__contact input[type="submit"] {
	cursor: pointer
}

.mainHeader__contact input[type="submit"]:hover {
	-webkit-transition: opacity .2s linear 0s;
	-moz-transition: opacity .2s linear 0s;
	-ms-transition: opacity .2s linear 0s;
	-o-transition: opacity .2s linear 0s;
	transition: opacity .2s linear 0s
}

.mainHeader__contact input[type="submit"]:hover:hover {
	opacity: .8
}

@media all and (max-width: 768px) {
	.mainHeader__contact {
		position: fixed;
		bottom: 5.33333vw;
		left: 5.33333vw;
		z-index: 10;
		filter: drop-shadow(0px .8vw 1.6vw rgba(0, 0, 0, 0.16))
	}
}

.mainHeader__contact a {
	width: 200px;
	height: 50px;
	font-size: 1.6rem;
	line-height: 1.1875;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	border-radius: 25px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.mainHeader__contact a {
		width: 13.17716vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.mainHeader__contact a {
		height: 3.66032vw
	}
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
	.mainHeader__contact a {
		font-size: 1.1713vw;
		line-height: 1.1875
	}
}

@media all and (max-width: 1024px) {
	.mainHeader__contact a {
		font-size: 1.1984rem;
		line-height: 1.1875
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.mainHeader__contact a {
		border-radius: 1.83016vw
	}
}

@media all and (max-width: 768px) {
	.mainHeader__contact a {
		width: 16vw;
		height: 16vw;
		font-size: 1.86667vw;
		line-height: 1.28571;
		border-radius: 50%;
		background: #ffffff
	}
}

.mainHeader__contact img {
	margin-right: 16px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.mainHeader__contact img {
		margin-right: 1.1713vw
	}
}

@media all and (max-width: 768px) {
	.mainHeader__contact img {
		margin: 0;
		width: 9.6vw
	}
}

.mainHeader__contact picture {
	font-size: 0
}

.mainHeader__contact span {
	display: block
}

@media all and (max-width: 768px) {
	.mainHeader__contact span {
		display: none
	}
}

.mainFooter {
	padding-top: 94px;
	padding-bottom: 41px;
	background-color: #34CDD7
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.mainFooter {
		padding-top: 6.88141vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.mainFooter {
		padding-bottom: 3.00146vw
	}
}

@media all and (max-width: 768px) {
	.mainFooter {
		padding: 8vw 0 4.5vw
	}
}

.mainFooter__inner {
	margin: auto;
	width: 100%;
	padding: 0 133px;
	max-width: 1366px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.mainFooter__inner {
		padding-left: 9.73646vw;
		padding-right: 9.73646vw;
		width: auto;
		max-width: initial
	}
}

@media all and (max-width: 768px) {
	.mainFooter__inner {
		margin: 0 auto;
		width: auto;
		padding-left: 7.33333vw;
		padding-right: 7.33333vw
	}
}

.mainFooter__logo {
	display: flex;
	justify-content: center
}

.mainFooter__logo img {
	width: 295px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.mainFooter__logo img {
		width: 21.5959vw
	}
}

@media all and (max-width: 768px) {
	.mainFooter__logo img {
		width: 56.26667vw
	}
}

.mainFooter__link {
	margin-top: 60px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.mainFooter__link {
		margin-top: 4.39239vw
	}
}

@media all and (max-width: 768px) {
	.mainFooter__link {
		margin-top: 6.2vw
	}
}

.mainFooter__link-item {
	font-size: 1.4rem;
	line-height: 2.14286;
	letter-spacing: .05em
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
	.mainFooter__link-item {
		font-size: 1.02489vw;
		line-height: 2.14286
	}
}

@media all and (max-width: 1024px) {
	.mainFooter__link-item {
		font-size: 1.0486rem;
		line-height: 2.14286
	}
}

@media all and (max-width: 1024px) {
	.mainFooter__link-item {
		font-size: 13px
	}
}

@media all and (max-width: 768px) {
	.mainFooter__link-item {
		width: 50%;
		font-size: 3.73333vw;
		line-height: 2.14286
	}

	.mainFooter__link-item:nth-last-child(-n+2) {
		width: 100%
	}
}

.mainFooter__link-item:not(:last-child):after {
	content: "｜";
	margin-left: 13px;
	margin-right: 13px;
	color: #fff
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.mainFooter__link-item:not(:last-child):after {
		margin-left: .95168vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.mainFooter__link-item:not(:last-child):after {
		margin-right: .95168vw
	}
}

@media all and (max-width: 768px) {
	.mainFooter__link-item:not(:last-child):after {
		display: none
	}
}

.mainFooter__link-item a {
	color: #fff
}

.mainFooter__contact {
	margin-top: 55px;
	text-align: center;
	font-size: 1.75rem;
}

.mainFooter__contact a {
	color: #fff;
	padding: 1.5rem 2.25rem;
	border: 2px solid #fff;
	border-radius: 50px;
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.mainFooter__contact {
		margin-top: 4.02635vw
	}
}

@media all and (max-width: 768px) {
	.mainFooter__contact {
		margin-top: 12vw;
		margin-bottom: 16vw;
	}
}

.mainFooter__contact img {
	width: 240px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.mainFooter__contact img {
		width: 17.56955vw
	}
}

.mainFooter__sns {
	margin-top: 52px;
	display: flex;
	justify-content: center
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.mainFooter__sns {
		margin-top: 3.80673vw
	}
}

@media all and (max-width: 768px) {
	.mainFooter__sns {
		margin-top: 7.89333vw
	}
}

.mainFooter__sns-item {
	margin-left: 9.1px;
	margin-right: 9.1px;
	width: 36px;
	font-size: 0
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.mainFooter__sns-item {
		margin-left: .66618vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.mainFooter__sns-item {
		margin-right: .66618vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.mainFooter__sns-item {
		width: 2.63543vw
	}
}

@media all and (max-width: 768px) {
	.mainFooter__sns-item {
		margin: 0 2.42667vw;
		width: 9.6vw
	}
}

.mainFooter__copy {
	margin-top: 41px;
	color: #fff;
	font-size: 1.1rem;
	line-height: 2.72727;
	letter-spacing: .05em;
	text-align: center
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.mainFooter__copy {
		margin-top: 3.00146vw
	}
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
	.mainFooter__copy {
		font-size: .80527vw;
		line-height: 2.72727
	}
}

@media all and (max-width: 1024px) {
	.mainFooter__copy {
		font-size: .8239rem;
		line-height: 2.72727
	}
}

@media all and (max-width: 768px) {
	.mainFooter__copy {
		margin-top: 6vw;
		font-size: 2.93333vw;
		line-height: 2.72727
	}
}

.notTitle {
	font-size: 3.4rem;
	line-height: 1.41176;
	letter-spacing: .05em;
	font-weight: 700;
	text-align: center
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
	.notTitle {
		font-size: 2.48902vw;
		line-height: 1.41176
	}
}

@media all and (max-width: 1024px) {
	.notTitle {
		font-size: 2.5466rem;
		line-height: 1.41176
	}
}

@media all and (max-width: 768px) {
	.notTitle {
		font-size: 6.4vw;
		line-height: 2
	}
}

.notLink {
	margin-top: 54px;
	font-size: 1.8rem;
	line-height: 2.22222;
	letter-spacing: .05em;
	font-weight: 400;
	text-align: center;
	text-decoration: underline
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.notLink {
		margin-top: 3.95315vw
	}
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
	.notLink {
		font-size: 1.31772vw;
		line-height: 2.22222
	}
}

@media all and (max-width: 1024px) {
	.notLink {
		font-size: 1.3482rem;
		line-height: 2.22222
	}
}

@media all and (max-width: 768px) {
	.notLink {
		margin-top: 11.5vw;
		font-size: 3.73333vw;
		line-height: 2.28571
	}
}

.slick-dots {
	position: absolute;
	margin: auto;
	top: 50%;
	right: 184px;
	right: calc(((100vw - 1366px + 266px) /2) - 50px);
	transform: translateY(-50%)
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.slick-dots {
		right: 13.46999vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.slick-dots {
		right: 7.33333vw
	}
}

@media all and (max-width: 768px) {
	.slick-dots {
		display: flex;
		justify-content: center;
		align-items: center;
		top: auto;
		bottom: 12vw;
		left: 50%;
		right: auto;
		transform: translateX(-50%)
	}
}

.slick-dots li {
	margin: 10px 0;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	background-color: rgba(255, 255, 255, 0.3);
	cursor: pointer
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.slick-dots li {
		width: .87848vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.slick-dots li {
		height: .87848vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.slick-dots li {
		border-radius: .43924vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.slick-dots li {
		margin: .73206vw 0
	}
}

@media all and (max-width: 768px) {
	.slick-dots li {
		margin: 0 2.13333vw;
		width: 2.66667vw;
		height: 2.66667vw
	}
}

.slick-dots li button {
	font-size: 0
}

.slick-dots li.slick-active {
	background-color: #fff
}

.mv {
	background-color: #34CDD7
}

.mv__slider {
	display: none;
	background-color: #34CDD7
}

@media all and (max-width: 768px) {
	.mv__slider {
		padding: 11.2vw 0 20vw
	}
}

.mv__slider.slick-initialized {
	display: block
}

.mv__slider-item {
	width: 100vw
}

.mv__slider-item a:hover {
	opacity: 1
}

.mv__slider-inner {
	margin: auto;
	width: 100%;
	padding: 0 133px;
	max-width: 1366px;
	display: flex;
	align-items: center;
	height: 500px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.mv__slider-inner {
		padding-left: 9.73646vw;
		padding-right: 9.73646vw;
		width: auto;
		max-width: initial
	}
}

@media all and (max-width: 768px) {
	.mv__slider-inner {
		margin: 0 auto;
		width: auto;
		padding-left: 7.33333vw;
		padding-right: 7.33333vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.mv__slider-inner {
		height: 36.60322vw
	}
}

@media all and (max-width: 768px) {
	.mv__slider-inner {
		display: block;
		height: auto
	}
}

.mv__slider-data,
.mv__slider-image {
	width: 50%
}

@media all and (max-width: 768px) {

	.mv__slider-data,
	.mv__slider-image {
		width: auto
	}
}

@media all and (max-width: 768px) {
	.mv__slider-data {
		width: auto
	}
}

.mv__slider-image {
	padding: 50px 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.mv__slider-image {
		padding: 3.66032vw 0
	}
}

@media all and (max-width: 768px) {
	.mv__slider-image {
		display: block;
		margin: 5vw 0 0;
		padding: 0;
		width: auto;
		height: auto
	}
}

.mv__slider-image picture {
	height: 100%
}

@media all and (max-width: 768px) {
	.mv__slider-image picture {
		height: auto
	}
}

.mv__slider-image img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

@media all and (max-width: 768px) {
	.mv__slider-image img {
		margin: 0 auto;
		width: auto;
		height: auto;
		max-width: 50vw
	}
}

.mv__slider-title {
	color: #fff;
	font-size: 5.4rem;
	line-height: 1.2963;
	letter-spacing: .05em;
	font-weight: 700
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.mv__slider-title {
		font-size: 3.95315vw;
		line-height: 1.2963
	}
}

@media all and (max-width: 768px) {
	.mv__slider-title {
		font-size: 8.53333vw;
		line-height: 1.3125;
		letter-spacing: .04em
	}
}

.mv__slider-description {
	margin-top: 22px;
	color: #fff;
	font-size: 2rem;
	line-height: 2;
	letter-spacing: .05em
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.mv__slider-description {
		margin-top: 1.61054vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.mv__slider-description {
		font-size: 1.46413vw;
		line-height: 2
	}
}

@media all and (max-width: 768px) {
	.mv__slider-description {
		font-size: 3.73333vw;
		line-height: 2
	}

	.mv__slider-description br {
		display: none
	}
}

.topics {
	padding-bottom: 172px;
	background-color: #fff
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.topics {
		padding-bottom: 12.59151vw
	}
}

@media all and (max-width: 768px) {
	.topics {
		padding-bottom: 30.5vw
	}
}

.topics__inner {
	margin: auto;
	width: 100%;
	padding: 0 133px;
	max-width: 1366px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.topics__inner {
		padding-left: 9.73646vw;
		padding-right: 9.73646vw;
		width: auto;
		max-width: initial
	}
}

@media all and (max-width: 768px) {
	.topics__inner {
		margin: 0 auto;
		width: auto;
		padding-left: 7.33333vw;
		padding-right: 7.33333vw
	}
}

@media all and (max-width: 768px) {
	.topics__inner {
		padding: 0
	}
}

.topics__title {
	position: relative;
	display: flex;
	justify-content: center
}

.topics__title-text {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -10px;
	width: 131px;
	height: 34px;
	color: #34CDD7;
	font-size: 1.4rem;
	line-height: 2.42857;
	letter-spacing: .05em;
	font-weight: 400;
	background-color: #fff;
	border-radius: 17px;
	border-radius: 17px 17px 0 0
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.topics__title-text {
		margin-top: -.73206vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.topics__title-text {
		width: 9.59004vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.topics__title-text {
		height: 2.48902vw
	}
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
	.topics__title-text {
		font-size: 1.02489vw;
		line-height: 2.42857
	}
}

@media all and (max-width: 1024px) {
	.topics__title-text {
		font-size: 1.0486rem;
		line-height: 2.42857
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.topics__title-text {
		border-radius: 1.24451vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.topics__title-text {
		border-radius: 1.24451vw 1.24451vw 0 0
	}
}

@media all and (max-width: 768px) {
	.topics__title-text {
		padding: 0;
		margin-top: -4vw;
		width: 29.33333vw;
		height: 8vw;
		font-size: 4vw;
		line-height: 2;
		font-weight: 500;
		border-radius: 4vw 4vw 0 0
	}
}

.topics .posts {
	margin-top: 41px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.topics .posts {
		margin-top: 3.00146vw
	}
}

@media all and (max-width: 768px) {
	.topics .posts {
		margin-top: 9vw
	}
}

@media all and (max-width: 768px) {
	.topics .posts .post {
		margin: 0 7.33333vw 11vw;
		width: 85.33333vw
	}
}

.topics .posts .post__inner {
	-webkit-transition: filter .2s linear 0s;
	-moz-transition: filter .2s linear 0s;
	-ms-transition: filter .2s linear 0s;
	-o-transition: filter .2s linear 0s;
	transition: filter .2s linear 0s
}

.topics .posts .post__inner:hover {
	filter: drop-shadow(0px 0px 20px rgba(50, 144, 128, 0.24))
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.topics .posts .post__inner:hover {
		filter: drop-shadow(0px 0px 1.46413vw rgba(50, 144, 128, 0.24))
	}
}

@media all and (max-width: 768px) {
	.topics .posts .post__inner:hover {
		filter: drop-shadow(0px 0px 4vw rgba(50, 144, 128, 0.24))
	}
}

@media all and (max-width: 768px) {
	.topics .slick-dots {
		bottom: 0
	}

	.topics .slick-dots li {
		background-color: rgba(211, 211, 211, 0.3)
	}

	.topics .slick-dots li.slick-active {
		background-color: #34CDD7
	}
}

.articles {
	position: relative;
	background-color: #EBFAFB
}

.articles__target {
	position: absolute;
	z-index: -1;
	top: -82px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articles__target {
		top: -6.00293vw
	}
}

@media all and (max-width: 768px) {
	.articles__target {
		top: -22.13333vw
	}
}

.articles__inner {
	margin: auto;
	width: 100%;
	padding: 0 133px;
	max-width: 1366px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articles__inner {
		padding-left: 9.73646vw;
		padding-right: 9.73646vw;
		width: auto;
		max-width: initial
	}
}

@media all and (max-width: 768px) {
	.articles__inner {
		margin: 0 auto;
		width: auto;
		padding-left: 7.33333vw;
		padding-right: 7.33333vw
	}
}

.articles__tab {
	margin: auto;
	width: 100%;
	padding: 0 133px;
	max-width: 1366px;
	display: flex;
	justify-content: space-between
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articles__tab {
		padding-left: 9.73646vw;
		padding-right: 9.73646vw;
		width: auto;
		max-width: initial
	}
}

@media all and (max-width: 768px) {
	.articles__tab {
		margin: 0 auto;
		width: auto;
		padding-left: 7.33333vw;
		padding-right: 7.33333vw
	}
}

@media all and (max-width: 768px) {
	.articles__tab {
		padding: 0;
		justify-content: space-evenly
	}
}

.articles__tab-item {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -82px;
	width: 524px;
	height: 82px;
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.41667;
	letter-spacing: .05em;
	font-weight: 700;
	background-color: #364559;
	border-radius: 10px 10px 0 0
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articles__tab-item {
		margin-top: -6.00293vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articles__tab-item {
		width: 38.36018vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articles__tab-item {
		height: 6.00293vw
	}
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
	.articles__tab-item {
		font-size: 1.75695vw;
		line-height: 1.41667
	}
}

@media all and (max-width: 1024px) {
	.articles__tab-item {
		font-size: 1.7976rem;
		line-height: 1.41667
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articles__tab-item {
		border-radius: .73206vw .73206vw 0 0
	}
}

@media all and (max-width: 768px) {
	.articles__tab-item {
		margin: -22.13333vw 0 0;
		justify-content: center;
		width: 45.33333vw;
		height: 22.13333vw;
		font-size: 3.73333vw;
		line-height: 1;
		border-radius: 2.66667vw 2.66667vw 0 0
	}
}

.articles__tab-item.active {
	color: #000;
	background-color: #EBFAFB
}

.articles__tab-item.item-post span:before {
	height: 27px;
	background-image: url("../images/articles-tab-post-white@2x.png")
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articles__tab-item.item-post span:before {
		height: 1.97657vw
	}
}

@media all and (max-width: 768px) {
	.articles__tab-item.item-post span:before {
		height: 6.1vw
	}
}

.articles__tab-item.active.item-post span:before {
	background-image: url("../images/articles-tab-post@2x.png")
}

.articles__tab-item.item-event span:before {
	height: 32px;
	background-image: url("../images/articles-tab-event-white@2x.png")
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articles__tab-item.item-event span:before {
		height: 2.34261vw
	}
}

@media all and (max-width: 768px) {
	.articles__tab-item.item-event span:before {
		height: 6.1vw
	}
}

.articles__tab-item.active.item-event span:before {
	background-image: url("../images/articles-tab-event@2x.png")
}

.articles__tab-item span:before {
	content: "";
	display: block;
	margin-right: 16px;
	width: 27px;
	background-repeat: no-repeat;
	background-size: contain
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articles__tab-item span:before {
		margin-right: 1.1713vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articles__tab-item span:before {
		width: 1.97657vw
	}
}

@media all and (max-width: 768px) {
	.articles__tab-item span:before {
		margin: 0 auto 3vw;
		width: 7.2vw;
		height: 8.53333vw
	}
}

@media all and (max-width: 768px) {
	.articles__tab-item img {
		margin: 0 auto;
		display: block;
		width: 7.2vw
	}
}

.articles__tab-item span {
	display: flex;
	align-items: center
}

@media all and (max-width: 768px) {
	.articles__tab-item span {
		display: block
	}
}

.articles__search {
	margin-top: 68px;
	padding: 50px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background-color: #fff;
	cursor: pointer
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articles__search {
		margin-top: 4.97804vw
	}
}

.articles__search:hover {
	-webkit-transition: opacity .2s linear 0s;
	-moz-transition: opacity .2s linear 0s;
	-ms-transition: opacity .2s linear 0s;
	-o-transition: opacity .2s linear 0s;
	transition: opacity .2s linear 0s
}

.articles__search:hover:hover {
	opacity: .8
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articles__search {
		padding: 3.66032vw
	}
}

@media all and (max-width: 768px) {
	.articles__search {
		display: block;
		margin-top: 6.66667vw;
		padding: 5.33333vw
	}
}

.articles__search-category {
	padding: 11px 21px;
	width: 298px;
	background-color: #E9EDF2;
	border-radius: 23px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articles__search-category {
		width: 21.81552vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articles__search-category {
		border-radius: 1.68375vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articles__search-category {
		padding: .80527vw 1.53734vw
	}
}

@media all and (max-width: 768px) {
	.articles__search-category {
		width: auto
	}

	.articles__search-category:not(:first-child) {
		margin-top: 5.33333vw
	}
}

.articles__search-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.4rem;
	line-height: 1.71429;
	letter-spacing: .05em
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
	.articles__search-title {
		font-size: 1.02489vw;
		line-height: 1.71429
	}
}

@media all and (max-width: 1024px) {
	.articles__search-title {
		font-size: 1.0486rem;
		line-height: 1.71429
	}
}

.active .articles__search-title img {
	transform: rotate(180deg)
}

.articles__search-list {
	display: none;
	padding-bottom: 10px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articles__search-list {
		padding-bottom: .73206vw
	}
}

.articles__search-listItem {
	position: relative;
	padding: 5px 5px 5px 4px;
	margin-top: 10px;
	font-size: 1.4rem;
	line-height: 1.71429;
	letter-spacing: .05em;
	font-weight: 400;
	background-color: #fff;
	border-radius: 5px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articles__search-listItem {
		margin-top: .73206vw
	}
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
	.articles__search-listItem {
		font-size: 1.02489vw;
		line-height: 1.71429
	}
}

@media all and (max-width: 1024px) {
	.articles__search-listItem {
		font-size: 1.0486rem;
		line-height: 1.71429
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articles__search-listItem {
		border-radius: .36603vw
	}
}

@media all and (min-width: 769px) {
	.articles__search-listItem:hover span {
		color: #2cb5bc;
		font-weight: bold
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articles__search-listItem {
		padding: .36603vw .36603vw .36603vw .29283vw
	}
}

.articles__search-listItem.active span:before,
.articles__search-listItem.active span:after {
	background: #34CDD7
}

.articles__search-listItem:before {
	content: "";
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto;
	position: absolute;
	border-width: 1px;
	border-color: #D9D9D9;
	border-style: solid;
	border-radius: 5px;
	width: 24px;
	height: 24px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articles__search-listItem:before {
		right: .36603vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articles__search-listItem:before {
		border-width: .07321vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articles__search-listItem:before {
		border-radius: .36603vw
	}
}

.articles__search-listItem span {
	min-height: 24px;
	display: flex;
	align-items: center;
	text-indent: .5em;
	-webkit-transition: all .1s linear 0s;
	-moz-transition: all .1s linear 0s;
	-ms-transition: all .1s linear 0s;
	-o-transition: all .1s linear 0s;
	transition: all .1s linear 0s
}

.articles__search-listItem span:before,
.articles__search-listItem span:after {
	content: "";
	content: "";
	display: block;
	position: absolute;
	border-radius: 2px;
	background: #D9D9D9
}

@media all and (min-width: 769px) and (max-width: 1359px) {

	.articles__search-listItem span:before,
	.articles__search-listItem span:after {
		border-radius: .14641vw
	}
}

.articles__search-listItem span:before {
	transform: rotate(45deg);
	top: 18px;
	right: 17px;
	width: 7px;
	height: 3px
}

.articles__search-listItem span:after {
	transform: rotate(-45deg);
	top: 16px;
	right: 6px;
	width: 15px;
	height: 3px
}

.articles__post {
	padding-bottom: 73px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articles__post {
		padding-bottom: 5.34407vw
	}
}

.articles__post-more {
	display: flex;
	justify-content: center;
	margin-top: 89px;
	display: none
}

.articles__post-more a,
.articles__post-more input[type="submit"],
.articles__post-more button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 60px;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: .02em;
	border-radius: 30px;
	background: linear-gradient(to right, #34cdd7 0%, #154cf0 100%)
}

@media all and (min-width: 769px) and (max-width: 1359px) {

	.articles__post-more a,
	.articles__post-more input[type="submit"],
	.articles__post-more button {
		width: 17.56955vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {

	.articles__post-more a,
	.articles__post-more input[type="submit"],
	.articles__post-more button {
		height: 4.39239vw
	}
}

@media all and (min-width: 1024px) and (max-width: 1359px) {

	.articles__post-more a,
	.articles__post-more input[type="submit"],
	.articles__post-more button {
		font-size: 1.1713vw;
		line-height: 1.5
	}
}

@media all and (max-width: 1024px) {

	.articles__post-more a,
	.articles__post-more input[type="submit"],
	.articles__post-more button {
		font-size: 1.1984rem;
		line-height: 1.5
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {

	.articles__post-more a,
	.articles__post-more input[type="submit"],
	.articles__post-more button {
		border-radius: 2.19619vw
	}
}

@media all and (max-width: 768px) {

	.articles__post-more a,
	.articles__post-more input[type="submit"],
	.articles__post-more button {
		width: 64vw;
		height: 16vw;
		font-size: 4.26667vw;
		line-height: 1.5;
		border-radius: 8vw
	}
}

.articles__post-more input[type="submit"] {
	cursor: pointer
}

.articles__post-more input[type="submit"]:hover {
	-webkit-transition: opacity .2s linear 0s;
	-moz-transition: opacity .2s linear 0s;
	-ms-transition: opacity .2s linear 0s;
	-o-transition: opacity .2s linear 0s;
	transition: opacity .2s linear 0s
}

.articles__post-more input[type="submit"]:hover:hover {
	opacity: .8
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articles__post-more {
		margin-top: 6.51537vw
	}
}

@media all and (max-width: 768px) {
	.articles__post-more {
		margin-top: 12.26667vw
	}
}

.articles__post-more.active {
	display: flex
}

.articles__post .posts {
	margin-top: 70px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articles__post .posts {
		margin-top: 5.12445vw
	}
}

@media all and (max-width: 768px) {
	.articles__post .posts {
		margin-top: 6.66667vw
	}
}

@media all and (max-width: 768px) {
	.articles__post .posts .post+.post {
		margin-top: 6.66667vw
	}
}

@media all and (min-width: 769px) {
	.articles__post .posts .post {
		margin-bottom: 57px
	}
}

@media all and (min-width: 769px) and (min-width: 769px) and (max-width: 1359px) {
	.articles__post .posts .post {
		margin-bottom: 4.17277vw
	}
}

.articles__event {
	margin-top: 112px;
	padding-bottom: 149px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articles__event {
		margin-top: 8.19912vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articles__event {
		padding-bottom: 10.90776vw
	}
}

@media all and (max-width: 768px) {
	.articles__event {
		margin-top: 15vw;
		padding-bottom: 12.26667vw
	}
}

.articles__event-item:not(:first-child) {
	margin-top: 120px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articles__event-item:not(:first-child) {
		margin-top: 8.78477vw
	}
}

@media all and (max-width: 768px) {
	.articles__event-item:not(:first-child) {
		margin-top: 17vw
	}
}

.articles__event-title {
	font-size: 3.2rem;
	line-height: 1.0625;
	letter-spacing: .05em;
	font-weight: 700;
	text-align: center
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
	.articles__event-title {
		font-size: 2.34261vw;
		line-height: 1.0625
	}
}

@media all and (max-width: 1024px) {
	.articles__event-title {
		font-size: 2.3968rem;
		line-height: 1.0625
	}
}

@media all and (max-width: 768px) {
	.articles__event-title {
		font-size: 6.4vw;
		line-height: 1.41667
	}
}

.articles__event-title:after {
	content: "";
	display: block;
	margin-top: 28px;
	margin-left: auto;
	margin-right: auto;
	width: 23px;
	height: 2px;
	background-color: #000
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articles__event-title:after {
		margin-top: 2.04978vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articles__event-title:after {
		width: 1.68375vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articles__event-title:after {
		height: .14641vw
	}
}

@media all and (max-width: 768px) {
	.articles__event-title:after {
		margin-top: 6.53333vw;
		width: 6.13333vw;
		height: .53333vw
	}
}

.articles__event-description {
	margin-top: 20px;
	font-size: 1.6rem;
	line-height: 1.875;
	letter-spacing: .05em;
	text-align: center
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articles__event-description {
		margin-top: 1.46413vw
	}
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
	.articles__event-description {
		font-size: 1.1713vw;
		line-height: 1.875
	}
}

@media all and (max-width: 1024px) {
	.articles__event-description {
		font-size: 1.1984rem;
		line-height: 1.875
	}
}

@media all and (max-width: 768px) {
	.articles__event-description {
		margin-top: 6vw;
		font-size: 4.26667vw;
		line-height: 1.75
	}
}

.articles__event-post {
	margin-top: 75px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articles__event-post {
		margin-top: 5.49048vw
	}
}

@media all and (max-width: 768px) {
	.articles__event-post {
		margin-top: 7vw
	}
}

.download {
	padding-top: 90px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.download {
		padding-top: 6.58858vw
	}
}

@media all and (max-width: 768px) {
	.download {
		padding-top: 15vw
	}
}

.download__inner {
	margin: auto;
	width: 100%;
	padding: 0 133px;
	max-width: 1366px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.download__inner {
		padding-left: 9.73646vw;
		padding-right: 9.73646vw;
		width: auto;
		max-width: initial
	}
}

@media all and (max-width: 768px) {
	.download__inner {
		margin: 0 auto;
		width: auto;
		padding-left: 7.33333vw;
		padding-right: 7.33333vw
	}
}

.download__title {
	display: flex;
	justify-content: center;
	text-align: center
}

@media all and (max-width: 768px) {
	.download__title {
		border-bottom: .53333vw #000 solid
	}
}

.download__title-en {
	padding-bottom: 12.5px;
	font-size: 5rem;
	line-height: 1.22;
	letter-spacing: .05em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	border-bottom-width: 2px;
	border-bottom-color: #000;
	border-bottom-style: solid
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.download__title-en {
		padding-bottom: .91508vw
	}
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
	.download__title-en {
		font-size: 3.66032vw;
		line-height: 1.22
	}
}

@media all and (max-width: 1024px) {
	.download__title-en {
		font-size: 3.745rem;
		line-height: 1.22
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.download__title-en {
		border-bottom-width: .14641vw
	}
}

@media all and (max-width: 768px) {
	.download__title-en {
		display: none
	}
}

.download__title-jp {
	margin-top: 14.5px;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: .05em
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.download__title-jp {
		margin-top: 1.06149vw
	}
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
	.download__title-jp {
		font-size: 1.46413vw;
		line-height: 1.5
	}
}

@media all and (max-width: 1024px) {
	.download__title-jp {
		font-size: 1.498rem;
		line-height: 1.5
	}
}

@media all and (max-width: 768px) {
	.download__title-jp {
		margin-top: 0;
		padding-bottom: 3.8vw;
		font-size: 8vw;
		line-height: 1.13333
	}
}

.download__description {
	margin-top: 23px;
	font-size: 1.4rem;
	line-height: 2.14286;
	letter-spacing: .05em;
	text-align: center
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.download__description {
		margin-top: 1.68375vw
	}
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
	.download__description {
		font-size: 1.02489vw;
		line-height: 2.14286
	}
}

@media all and (max-width: 1024px) {
	.download__description {
		font-size: 1.0486rem;
		line-height: 2.14286
	}
}

@media all and (max-width: 768px) {
	.download__description {
		margin-top: 13.73333vw;
		font-size: 3.73333vw;
		line-height: 1.71429;
		text-align: justify
	}
}

.download__note {
	margin-top: 17px;
	display: flex;
	justify-content: center
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.download__note {
		margin-top: 1.24451vw
	}
}

@media all and (max-width: 768px) {
	.download__note {
		margin-top: 4.8vw
	}
}

.download__note span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 220px;
	height: 37px;
	border-radius: 18.5px;
	color: #646464;
	font-size: 1.4rem;
	line-height: 2.14286;
	letter-spacing: .05em;
	background-color: #f5f5f5
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.download__note span {
		width: 16.10542vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.download__note span {
		height: 2.70864vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.download__note span {
		border-radius: 1.35432vw
	}
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
	.download__note span {
		font-size: 1.02489vw;
		line-height: 2.14286
	}
}

@media all and (max-width: 1024px) {
	.download__note span {
		font-size: 1.0486rem;
		line-height: 2.14286
	}
}

@media all and (max-width: 768px) {
	.download__note span {
		width: 54.93333vw;
		height: 9.86667vw;
		font-size: 3.73333vw;
		line-height: 2.14286;
		border-radius: 4.93333vw
	}
}

.download__form {
	margin-top: 58px;
	margin-left: auto;
	margin-right: auto;
	width: 606px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.download__form {
		margin-top: 4.24597vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.download__form {
		width: 44.3631vw
	}
}

.download__form form {
	width: 100% !important
}

.download__form form .mktoFieldDescriptor {
	display: block !important;
	float: none;
	margin-bottom: 0 !important;
	min-height: initial
}

.download__form form .mktoFieldWrap {
	display: flex;
	align-items: center;
	float: none
}

@media all and (max-width: 768px) {
	.download__form form .mktoFieldWrap {
		display: block
	}
}

.download__form form .mktoOffset,
.download__form form .mktoClear {
	display: none
}

.download__form form .mktoLabel {
	padding: 0;
	width: 160px !important;
	float: none
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.download__form form .mktoLabel {
		width: 11.71303vw !important
	}
}

@media all and (max-width: 768px) {
	.download__form form .mktoLabel {
		width: auto !important;
		display: block
	}
}

.download__form form .mktoAsterix {
	display: none !important
}

.download__form form .mktoField {
	width: auto !important;
	flex: 1;
	float: none
}

@media all and (max-width: 768px) {
	.download__form form .mktoField {
		display: block;
		width: 100% !important
	}
}

.download__form form input[type="text"],
.download__form form input[type="email"],
.download__form form input[type="tel"] {
	padding: 10px;
	width: 100%;
	height: 50px;
	display: block;
	background-color: #f5f5f5;
	border: none;
	box-shadow: none;
	min-height: initial
}

@media all and (min-width: 769px) and (max-width: 1359px) {

	.download__form form input[type="text"],
	.download__form form input[type="email"],
	.download__form form input[type="tel"] {
		padding: .73206vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {

	.download__form form input[type="text"],
	.download__form form input[type="email"],
	.download__form form input[type="tel"] {
		height: 3.66032vw
	}
}

@media all and (max-width: 768px) {

	.download__form form input[type="text"],
	.download__form form input[type="email"],
	.download__form form input[type="tel"] {
		height: 13.33333vw;
		border-radius: 2.13333vw
	}
}

.download__form form .mktoButtonRow {
	display: block
}

.download__form form .mktoButtonRow span {
	display: flex;
	justify-content: center;
	margin: 0 !important
}

.download__form form .mktoButtonRow span a,
.download__form form .mktoButtonRow span input[type="submit"],
.download__form form .mktoButtonRow span button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 60px;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: .02em;
	border-radius: 30px;
	background: linear-gradient(to right, #34cdd7 0%, #154cf0 100%)
}

@media all and (min-width: 769px) and (max-width: 1359px) {

	.download__form form .mktoButtonRow span a,
	.download__form form .mktoButtonRow span input[type="submit"],
	.download__form form .mktoButtonRow span button {
		width: 17.56955vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {

	.download__form form .mktoButtonRow span a,
	.download__form form .mktoButtonRow span input[type="submit"],
	.download__form form .mktoButtonRow span button {
		height: 4.39239vw
	}
}

@media all and (min-width: 1024px) and (max-width: 1359px) {

	.download__form form .mktoButtonRow span a,
	.download__form form .mktoButtonRow span input[type="submit"],
	.download__form form .mktoButtonRow span button {
		font-size: 1.1713vw;
		line-height: 1.5
	}
}

@media all and (max-width: 1024px) {

	.download__form form .mktoButtonRow span a,
	.download__form form .mktoButtonRow span input[type="submit"],
	.download__form form .mktoButtonRow span button {
		font-size: 1.1984rem;
		line-height: 1.5
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {

	.download__form form .mktoButtonRow span a,
	.download__form form .mktoButtonRow span input[type="submit"],
	.download__form form .mktoButtonRow span button {
		border-radius: 2.19619vw
	}
}

@media all and (max-width: 768px) {

	.download__form form .mktoButtonRow span a,
	.download__form form .mktoButtonRow span input[type="submit"],
	.download__form form .mktoButtonRow span button {
		width: 64vw;
		height: 16vw;
		font-size: 4.26667vw;
		line-height: 1.5;
		border-radius: 8vw
	}
}

.download__form form .mktoButtonRow span input[type="submit"] {
	cursor: pointer
}

.download__form form .mktoButtonRow span input[type="submit"]:hover {
	-webkit-transition: opacity .2s linear 0s;
	-moz-transition: opacity .2s linear 0s;
	-ms-transition: opacity .2s linear 0s;
	-o-transition: opacity .2s linear 0s;
	transition: opacity .2s linear 0s
}

.download__form form .mktoButtonRow span input[type="submit"]:hover:hover {
	opacity: .8
}

.download__form form .mktoButtonRow button {
	color: #fff !important;
	background: linear-gradient(to right, #34cdd7 0%, #154cf0 100%) !important;
	border: none !important;
	box-shadow: none !important;
	font-size: 1.6rem !important;
	line-height: 24 / 16
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.download__form form .mktoButtonRow button {
		font-size: 1.1713vw !important;
		line-height: 24 / 16
	}
}

@media all and (max-width: 768px) {
	.download__form form .mktoButtonRow button {
		font-size: 4.26667vw !important;
		line-height: 24 / 16
	}
}

@media all and (max-width: 768px) {
	.download__form {
		margin-top: 11vw;
		width: auto
	}
}

.download__form-item,
.download__form form .mktoFieldDescriptor {
	display: flex;
	align-items: center;
	margin-top: 25px
}

@media all and (min-width: 769px) and (max-width: 1359px) {

	.download__form-item,
	.download__form form .mktoFieldDescriptor {
		margin-top: 1.83016vw
	}
}

@media all and (max-width: 768px) {

	.download__form-item,
	.download__form form .mktoFieldDescriptor {
		margin-top: 5.1vw;
		display: block
	}
}

.download__form-title,
.download__form form .mktoLabel {
	width: 166px;
	font-size: 1.6rem;
	line-height: 2.125;
	letter-spacing: .05em
}

@media all and (min-width: 769px) and (max-width: 1359px) {

	.download__form-title,
	.download__form form .mktoLabel {
		width: 12.15227vw
	}
}

@media all and (min-width: 1024px) and (max-width: 1359px) {

	.download__form-title,
	.download__form form .mktoLabel {
		font-size: 1.1713vw;
		line-height: 2.125
	}
}

@media all and (max-width: 1024px) {

	.download__form-title,
	.download__form form .mktoLabel {
		font-size: 1.1984rem;
		line-height: 2.125
	}
}

@media all and (max-width: 768px) {

	.download__form-title,
	.download__form form .mktoLabel {
		width: auto;
		font-size: 3.73333vw;
		line-height: 2.42857
	}
}

.download__form-input {
	width: 440px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.download__form-input {
		width: 32.21083vw
	}
}

@media all and (max-width: 768px) {
	.download__form-input {
		margin-top: 1vw;
		width: auto
	}
}

.download__form-input input[type="text"],
.download__form-input input[type="email"] {
	padding: 10px;
	width: 100%;
	height: 50px;
	display: block;
	background-color: #f5f5f5
}

@media all and (min-width: 769px) and (max-width: 1359px) {

	.download__form-input input[type="text"],
	.download__form-input input[type="email"] {
		padding: .73206vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {

	.download__form-input input[type="text"],
	.download__form-input input[type="email"] {
		height: 3.66032vw
	}
}

@media all and (max-width: 768px) {

	.download__form-input input[type="text"],
	.download__form-input input[type="email"] {
		height: 13.33333vw;
		border-radius: 2.13333vw
	}
}

.download__form-btn,
.download__form form .mktoButtonRow {
	display: flex;
	justify-content: center;
	margin-top: 60px
}

.download__form-btn a,
.download__form form .mktoButtonRow a,
.download__form-btn input[type="submit"],
.download__form form .mktoButtonRow input[type="submit"],
.download__form-btn button,
.download__form form .mktoButtonRow button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 60px;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: .02em;
	border-radius: 30px;
	background: linear-gradient(to right, #34cdd7 0%, #154cf0 100%)
}

@media all and (min-width: 769px) and (max-width: 1359px) {

	.download__form-btn a,
	.download__form form .mktoButtonRow a,
	.download__form-btn input[type="submit"],
	.download__form form .mktoButtonRow input[type="submit"],
	.download__form-btn button,
	.download__form form .mktoButtonRow button {
		width: 17.56955vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {

	.download__form-btn a,
	.download__form form .mktoButtonRow a,
	.download__form-btn input[type="submit"],
	.download__form form .mktoButtonRow input[type="submit"],
	.download__form-btn button,
	.download__form form .mktoButtonRow button {
		height: 4.39239vw
	}
}

@media all and (min-width: 1024px) and (max-width: 1359px) {

	.download__form-btn a,
	.download__form form .mktoButtonRow a,
	.download__form-btn input[type="submit"],
	.download__form form .mktoButtonRow input[type="submit"],
	.download__form-btn button,
	.download__form form .mktoButtonRow button {
		font-size: 1.1713vw;
		line-height: 1.5
	}
}

@media all and (max-width: 1024px) {

	.download__form-btn a,
	.download__form form .mktoButtonRow a,
	.download__form-btn input[type="submit"],
	.download__form form .mktoButtonRow input[type="submit"],
	.download__form-btn button,
	.download__form form .mktoButtonRow button {
		font-size: 1.1984rem;
		line-height: 1.5
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {

	.download__form-btn a,
	.download__form form .mktoButtonRow a,
	.download__form-btn input[type="submit"],
	.download__form form .mktoButtonRow input[type="submit"],
	.download__form-btn button,
	.download__form form .mktoButtonRow button {
		border-radius: 2.19619vw
	}
}

@media all and (max-width: 768px) {

	.download__form-btn a,
	.download__form form .mktoButtonRow a,
	.download__form-btn input[type="submit"],
	.download__form form .mktoButtonRow input[type="submit"],
	.download__form-btn button,
	.download__form form .mktoButtonRow button {
		width: 64vw;
		height: 16vw;
		font-size: 4.26667vw;
		line-height: 1.5;
		border-radius: 8vw
	}
}

.download__form-btn input[type="submit"],
.download__form form .mktoButtonRow input[type="submit"] {
	cursor: pointer
}

.download__form-btn input[type="submit"]:hover,
.download__form form .mktoButtonRow input[type="submit"]:hover {
	-webkit-transition: opacity .2s linear 0s;
	-moz-transition: opacity .2s linear 0s;
	-ms-transition: opacity .2s linear 0s;
	-o-transition: opacity .2s linear 0s;
	transition: opacity .2s linear 0s
}

.download__form-btn input[type="submit"]:hover:hover,
.download__form form .mktoButtonRow input[type="submit"]:hover:hover {
	opacity: .8
}

@media all and (min-width: 769px) and (max-width: 1359px) {

	.download__form-btn,
	.download__form form .mktoButtonRow {
		margin-top: 4.39239vw
	}
}

@media all and (max-width: 768px) {

	.download__form-btn,
	.download__form form .mktoButtonRow {
		margin-top: 6.5vw
	}
}

.download__privacy {
	margin-top: 27px;
	font-size: 1.2rem;
	line-height: 1.66667;
	letter-spacing: .05em;
	text-align: center
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.download__privacy {
		margin-top: 1.97657vw
	}
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
	.download__privacy {
		font-size: .87848vw;
		line-height: 1.66667
	}
}

@media all and (max-width: 1024px) {
	.download__privacy {
		font-size: .8988rem;
		line-height: 1.66667
	}
}

@media all and (max-width: 768px) {
	.download__privacy {
		margin-top: 10.4vw;
		font-size: 3.73333vw;
		line-height: 1.42857;
		text-align: justify
	}
}

.download__privacy a {
	color: #2cb5bc
}

.pickup {
	padding-top: 83px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.pickup {
		padding-top: 6.07613vw
	}
}

@media all and (max-width: 768px) {
	.pickup {
		padding-top: 22.4vw
	}
}

.pickup__title {
	display: flex;
	justify-content: center
}

@media all and (max-width: 768px) {
	.pickup__title {
		display: block;
		text-align: center
	}
}

.pickup__title-text {
	padding-bottom: 11px;
	font-size: 2.4rem;
	line-height: 1.125;
	letter-spacing: .05em;
	font-weight: 700;
	border-bottom-width: 2px;
	border-bottom-color: #000;
	border-bottom-style: solid
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.pickup__title-text {
		padding-bottom: .80527vw
	}
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
	.pickup__title-text {
		font-size: 1.75695vw;
		line-height: 1.125
	}
}

@media all and (max-width: 1024px) {
	.pickup__title-text {
		font-size: 1.7976rem;
		line-height: 1.125
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.pickup__title-text {
		border-bottom-width: .14641vw
	}
}

@media all and (max-width: 768px) {
	.pickup__title-text {
		display: inline;
		padding-bottom: 1vw;
		font-size: 5.33333vw;
		line-height: 2;
		text-align: center;
		border-bottom: .53333vw #000 solid
	}
}

.pickup__title-text span {
	border-bottom: 1px red solid
}

.pickup__lists {
	margin-top: 54.5px;
	height: 196px;
	overflow: hidden
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.pickup__lists {
		margin-top: 3.98975vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.pickup__lists {
		height: 14.34846vw
	}
}

@media all and (max-width: 768px) {
	.pickup__lists {
		margin-top: 9.73333vw;
		height: 52.26667vw
	}
}

.pickup__lists-item {
	margin-left: 21px;
	margin-right: 21px;
	width: 196px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.pickup__lists-item {
		margin-left: 1.53734vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.pickup__lists-item {
		margin-right: 1.53734vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.pickup__lists-item {
		width: 14.34846vw
	}
}

@media all and (max-width: 768px) {
	.pickup__lists-item {
		margin: 0 2.93333vw;
		width: 32vw
	}
}

.pickup__lists-item span,
.pickup__lists-item a {
	display: block;
	width: 139px;
	height: 86px
}

@media all and (min-width: 769px) and (max-width: 1359px) {

	.pickup__lists-item span,
	.pickup__lists-item a {
		width: 10.1757vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {

	.pickup__lists-item span,
	.pickup__lists-item a {
		height: 6.29575vw
	}
}

@media all and (max-width: 768px) {

	.pickup__lists-item span,
	.pickup__lists-item a {
		width: 37.06667vw;
		height: 22.93333vw
	}
}

.pickup__lists-item>*+span,
.pickup__lists-item>*+a {
	margin-top: 24px
}

@media all and (min-width: 769px) and (max-width: 1359px) {

	.pickup__lists-item>*+span,
	.pickup__lists-item>*+a {
		margin-top: 1.75695vw
	}
}

@media all and (max-width: 768px) {

	.pickup__lists-item>*+span,
	.pickup__lists-item>*+a {
		margin-top: 6.4vw
	}
}

.pickup__lists-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain
}

.article {
	padding-bottom: 91px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.article {
		padding-bottom: 6.66179vw
	}
}

@media all and (max-width: 768px) {
	.article {
		padding-bottom: 18vw
	}
}

.articleInfo {
	position: relative;
	padding-top: 115px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleInfo {
		padding-top: 8.41874vw
	}
}

@media all and (max-width: 768px) {
	.articleInfo {
		overflow: hidden;
		padding-top: 12vw
	}
}

.articleInfo:before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: calc(100% - 60px);
	background-color: #EBFAFB
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleInfo:before {
		height: calc(100% - (60 * 100 / 1366 * 1vw))
	}
}

@media all and (max-width: 768px) {
	.articleInfo:before {
		height: 100%
	}
}

.articleInfo__inner {
	margin: auto;
	width: 100%;
	padding: 0 25px;
	max-width: 1366px;
	position: relative
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleInfo__inner {
		/* padding-left: 9.73646vw;
		padding-right: 9.73646vw; */
		width: auto;
		max-width: initial
	}
}

@media all and (max-width: 768px) {
	.articleInfo__inner {
		margin: 0 auto;
		width: auto;
		padding-left: 7.33333vw;
		padding-right: 7.33333vw
	}
}

@media all and (max-width: 768px) {
	.articleInfo__inner {
		padding-bottom: 10.66667vw;
		padding-bottom: 0
	}
}

/* .articleInfo__content {
	padding-left: 100px;
	padding-right: 100px
} */

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleInfo__content {
		padding-left: 7.32064vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleInfo__content {
		padding-right: 7.32064vw
	}
}

@media all and (max-width: 768px) {
	.articleInfo__content {
		padding: 0
	}
}

.articleInfo__wrap {
	margin-top: 63px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleInfo__wrap {
		margin-top: 4.61201vw
	}
}

@media all and (max-width: 768px) {
	.articleInfo__wrap {
		margin-top: 0;
		display: block
	}
}

.articleInfo__data {
	padding-top: 19px;
	flex: 1
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleInfo__data {
		padding-top: 1.39092vw
	}
}

@media all and (max-width: 768px) {
	.articleInfo__data {
		padding-top: 0
	}
}

.articleInfo__title {
	font-size: 3.4rem;
	line-height: 1.29412;
	letter-spacing: .05em;
	font-weight: 700
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
	.articleInfo__title {
		font-size: 2.48902vw;
		line-height: 1.29412
	}
}

@media all and (max-width: 1024px) {
	.articleInfo__title {
		font-size: 2.5466rem;
		line-height: 1.29412
	}
}

@media all and (max-width: 1024px) {
	.articleInfo__title {
		font-size: 2.6215rem
	}
}

@media all and (max-width: 768px) {
	.articleInfo__title {
		font-size: 7.2vw;
		line-height: 1.37037
	}
}

.articleInfo__title span {
	background-color: #FFF969
}

.articleInfo__company {
	font-size: 2rem;
	line-height: 2.05;
	letter-spacing: .05em
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
	.articleInfo__company {
		font-size: 1.46413vw;
		line-height: 2.05
	}
}

@media all and (max-width: 1024px) {
	.articleInfo__company {
		font-size: 1.498rem;
		line-height: 2.05
	}
}

@media all and (max-width: 768px) {
	.articleInfo__company {
		margin-top: 6.93333vw;
		font-size: 4.26667vw;
		line-height: 2.5625
	}
}

.articleInfo__tag {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -10px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleInfo__tag {
		margin-top: .73206vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleInfo__tag {
		margin-bottom: -.73206vw
	}
}

@media all and (max-width: 768px) {
	.articleInfo__tag {
		margin-bottom: -2vw
	}
}

.articleInfo__tag li {
	margin-bottom: 10px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleInfo__tag li {
		margin-bottom: .73206vw
	}
}

@media all and (max-width: 768px) {
	.articleInfo__tag li {
		margin-bottom: 2vw
	}
}

.articleInfo__tag li a {
	display: block;
	color: #2cb5bc;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.2rem;
	line-height: 1.4;
	letter-spacing: .05em;
	border: 1px #2cb5bc solid;
	border-radius: 15px;
	text-align: center
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleInfo__tag li a {
		padding-top: .21962vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleInfo__tag li a {
		padding-bottom: .29283vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleInfo__tag li a {
		padding-left: .73206vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleInfo__tag li a {
		padding-right: .73206vw
	}
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
	.articleInfo__tag li a {
		font-size: .87848vw;
		line-height: 1.4
	}
}

@media all and (max-width: 1024px) {
	.articleInfo__tag li a {
		font-size: .8988rem;
		line-height: 1.4
	}
}

@media all and (max-width: 1024px) {
	.articleInfo__tag li a {
		font-size: 13px
	}
}

@media all and (max-width: 768px) {
	.articleInfo__tag li a {
		padding: 0vw 2.8vw;
		font-size: 3.2vw;
		line-height: 2.33333
	}
}

.articleInfo__tag li:not(:last-child) {
	margin-right: 10px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleInfo__tag li:not(:last-child) {
		margin-right: .73206vw
	}
}

@media all and (max-width: 768px) {
	.articleInfo__tag li:not(:last-child) {
		margin-right: 2vw
	}
}

@media all and (max-width: 768px) {
	.articleInfo__tag {
		margin-top: 1vw
	}
}

@media all and (max-width: 768px) {
	.articleInfo__tag li {
		font-size: 2.66667vw;
		line-height: 2.4
	}
}

.articleInfo__thumbnail {
	position: relative;
	margin-right: 31px;
	width: 416px;
	height: 293px;
	overflow: hidden
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleInfo__thumbnail {
		margin-right: 2.2694vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleInfo__thumbnail {
		width: 30.45388vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleInfo__thumbnail {
		height: 21.44949vw
	}
}

@media all and (max-width: 768px) {
	.articleInfo__thumbnail {
		margin: 10.66667vw 0 0 -7.33333vw;
		padding: 0;
		width: 100vw;
		height: auto
	}
}

.articleInfo__thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .1s 0s transform linear
}

@media all and (max-width: 768px) {
	.articleInfo__thumbnail img {
		height: auto
	}
}

.articleContent {
	margin: auto;
	width: 100%;
	padding: 0 25px;
	max-width: 1366px;
	padding-top: 115px;
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleContent {
		/* padding-left: 9.73646vw;
		padding-right: 9.73646vw; */
		width: auto;
		max-width: initial
	}
}

@media all and (max-width: 768px) {
	.articleContent {
		margin: 0 auto;
		width: auto;
		padding-left: 7.33333vw;
		padding-right: 7.33333vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleContent {
		padding-top: 8.41874vw
	}
}

@media all and (max-width: 768px) {
	.articleContent {
		padding-top: 10vw
	}
}

/* .articleContent__inner {
	padding-left: 100px;
	padding-right: 100px
} */

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleContent__inner {
		padding-left: 7.32064vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleContent__inner {
		padding-right: 7.32064vw
	}
}

@media all and (max-width: 768px) {
	.articleContent__inner {
		padding: 0
	}
}

.single h2 {
	font-size: 3.4rem;
	line-height: 1.41176;
	letter-spacing: .05em;
	font-weight: 700
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
	.single h2 {
		font-size: 2.48902vw;
		line-height: 1.41176
	}
}

@media all and (max-width: 1024px) {
	.single h2 {
		font-size: 2.5466rem;
		line-height: 1.41176
	}
}

@media all and (max-width: 768px) {
	.single h2 {
		font-size: 6.4vw;
		line-height: 2
	}
}

.single h2:after {
	content: "";
	display: block;
	margin-top: 27px;
	width: 20px;
	height: 1px;
	background-color: #000
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.single h2:after {
		margin-top: 1.97657vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.single h2:after {
		width: 1.46413vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.single h2:after {
		height: .07321vw
	}
}

@media all and (max-width: 768px) {
	.single h2:after {
		margin-top: 4vw;
		width: 5.33333vw;
		height: .26667vw
	}
}

.single *+h2 {
	margin-top: 98px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.single *+h2 {
		margin-top: 7.17423vw
	}
}

@media all and (max-width: 768px) {
	.single *+h2 {
		margin-top: 16.8vw
	}
}

.single h3 {
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.33333;
	letter-spacing: .05em;
	font-weight: 700;
	background-color: #34CDD7
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.single h3 {
		padding-top: .73206vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.single h3 {
		padding-bottom: .73206vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.single h3 {
		padding-left: .87848vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.single h3 {
		padding-right: .87848vw
	}
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
	.single h3 {
		font-size: 1.75695vw;
		line-height: 1.33333
	}
}

@media all and (max-width: 1024px) {
	.single h3 {
		font-size: 1.7976rem;
		line-height: 1.33333
	}
}

@media all and (max-width: 768px) {
	.single h3 {
		padding: 2.66667vw 3.2vw;
		font-size: 4.8vw;
		line-height: 1.66667
	}
}

.single *+h3 {
	margin-top: 40.5px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.single *+h3 {
		margin-top: 2.96486vw
	}
}

@media all and (max-width: 768px) {
	.single *+h3 {
		margin-top: 8.13333vw
	}
}

.single p {
	font-size: 1.8rem;
	line-height: 1.75;
	/* letter-spacing: .05em; */
	font-weight: 400
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
	.single p {
		font-size: 1.31772vw;
		line-height: 1.75
	}
}

@media all and (max-width: 1024px) {
	.single p {
		font-size: 1.3482rem;
		line-height: 1.75
	}
}

@media all and (max-width: 768px) {
	.single p {
		font-size: 3.73333vw;
		line-height: 1.75
	}
}

.single *+p {
	margin-top: 50px;
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.single *+p {
		margin-top: 3.95315vw
	}
}

@media all and (max-width: 768px) {
	.single *+p {
		margin-top: 11.5vw
	}
}

.single img {
	display: block;
	margin: 0 auto
}

.single *+img {
	margin-top: 60px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.single *+img {
		margin-top: 4.39239vw
	}
}

@media all and (max-width: 768px) {
	.single *+img {
		margin-top: 13.33333vw
	}
}

.single a {
	color: #2cb5bc
}

.articleBottom {
	margin: auto;
	width: 100%;
	padding: 0 133px;
	max-width: 1366px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleBottom {
		padding-left: 9.73646vw;
		padding-right: 9.73646vw;
		width: auto;
		max-width: initial
	}
}

@media all and (max-width: 768px) {
	.articleBottom {
		margin: 0 auto;
		width: auto;
		padding-left: 7.33333vw;
		padding-right: 7.33333vw
	}
}

@media all and (max-width: 768px) {
	.articleBottom {
		padding: 0
	}
}

.articleBottom__inner {
	padding-left: 100px;
	padding-right: 100px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleBottom__inner {
		padding-left: 7.32064vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleBottom__inner {
		padding-right: 7.32064vw
	}
}

@media all and (max-width: 768px) {
	.articleBottom__inner {
		padding: 0
	}
}

.articleData {
	margin-top: 120px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleData {
		margin-top: 8.78477vw
	}
}

@media all and (max-width: 768px) {
	.articleData {
		margin-top: 24vw
	}
}

.articleData__inner {
	padding-top: 40px;
	padding-bottom: 41px;
	padding-left: 50px;
	padding-right: 50px;
	background-color: #F7F7F7
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleData__inner {
		padding-top: 2.92826vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleData__inner {
		padding-bottom: 3.00146vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleData__inner {
		padding-left: 3.66032vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleData__inner {
		padding-right: 3.66032vw
	}
}

@media all and (max-width: 768px) {
	.articleData__inner {
		padding-top: 10vw;
		padding-bottom: 18vw
	}
}

@media all and (max-width: 768px) and (max-width: 768px) {
	.articleData__inner {
		margin: 0 auto;
		width: auto;
		padding-left: 7.33333vw;
		padding-right: 7.33333vw
	}
}

.articleData__top {
	display: flex
}

@media all and (max-width: 768px) {
	.articleData__top {
		display: block
	}
}

.articleData__top-image {
	margin-right: 52px;
	width: 300px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleData__top-image {
		margin-right: 3.80673vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleData__top-image {
		width: 21.96193vw
	}
}

@media all and (max-width: 768px) {
	.articleData__top-image {
		margin: 0;
		width: auto
	}
}

.articleData__top-image img {
	width: 100%
}

.articleData__top-data {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center
}

@media all and (max-width: 768px) {
	.articleData__top-data {
		margin: 3vw 0 0
	}
}

.articleData__top-title {
	font-size: 1.8rem;
	line-height: 2.66667;
	letter-spacing: .05em
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
	.articleData__top-title {
		font-size: 1.31772vw;
		line-height: 2.66667
	}
}

@media all and (max-width: 1024px) {
	.articleData__top-title {
		font-size: 1.3482rem;
		line-height: 2.66667
	}
}

@media all and (max-width: 768px) {
	.articleData__top-title {
		font-size: 4.8vw;
		line-height: 2.66667
	}
}

.articleData__top-interviewer {
	margin-top: 18px;
	font-size: 1.4rem;
	line-height: 1.85714;
	letter-spacing: .05em;
	font-weight: 400
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleData__top-interviewer {
		margin-top: 1.31772vw
	}
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
	.articleData__top-interviewer {
		font-size: 1.02489vw;
		line-height: 1.85714
	}
}

@media all and (max-width: 1024px) {
	.articleData__top-interviewer {
		font-size: 1.0486rem;
		line-height: 1.85714
	}
}

@media all and (max-width: 1024px) {
	.articleData__top-interviewer {
		font-size: 13px
	}
}

@media all and (max-width: 768px) {
	.articleData__top-interviewer {
		margin-top: 3.46667vw;
		font-size: 3.73333vw;
		line-height: 1.85714
	}
}

.articleData__top-btn {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	justify-content: flex-start
}

.articleData__top-btn a,
.articleData__top-btn input[type="submit"],
.articleData__top-btn button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 60px;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: .02em;
	border-radius: 30px;
	background: linear-gradient(to right, #34cdd7 0%, #154cf0 100%)
}

@media all and (min-width: 769px) and (max-width: 1359px) {

	.articleData__top-btn a,
	.articleData__top-btn input[type="submit"],
	.articleData__top-btn button {
		width: 17.56955vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {

	.articleData__top-btn a,
	.articleData__top-btn input[type="submit"],
	.articleData__top-btn button {
		height: 4.39239vw
	}
}

@media all and (min-width: 1024px) and (max-width: 1359px) {

	.articleData__top-btn a,
	.articleData__top-btn input[type="submit"],
	.articleData__top-btn button {
		font-size: 1.1713vw;
		line-height: 1.5
	}
}

@media all and (max-width: 1024px) {

	.articleData__top-btn a,
	.articleData__top-btn input[type="submit"],
	.articleData__top-btn button {
		font-size: 1.1984rem;
		line-height: 1.5
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {

	.articleData__top-btn a,
	.articleData__top-btn input[type="submit"],
	.articleData__top-btn button {
		border-radius: 2.19619vw
	}
}

@media all and (max-width: 768px) {

	.articleData__top-btn a,
	.articleData__top-btn input[type="submit"],
	.articleData__top-btn button {
		width: 64vw;
		height: 16vw;
		font-size: 4.26667vw;
		line-height: 1.5;
		border-radius: 8vw
	}
}

.articleData__top-btn input[type="submit"] {
	cursor: pointer
}

.articleData__top-btn input[type="submit"]:hover {
	-webkit-transition: opacity .2s linear 0s;
	-moz-transition: opacity .2s linear 0s;
	-ms-transition: opacity .2s linear 0s;
	-o-transition: opacity .2s linear 0s;
	transition: opacity .2s linear 0s
}

.articleData__top-btn input[type="submit"]:hover:hover {
	opacity: .8
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleData__top-btn {
		margin-top: 2.92826vw
	}
}

@media all and (max-width: 768px) {
	.articleData__top-btn {
		margin-top: 4vw;
		justify-content: center
	}
}

.articleData__top-btn a {
	width: 190px;
	height: 50px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleData__top-btn a {
		width: 13.90922vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleData__top-btn a {
		height: 3.66032vw
	}
}

.articleData__content {
	margin-top: 33px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleData__content {
		margin-top: 2.41581vw
	}
}

@media all and (max-width: 768px) {
	.articleData__content {
		margin-top: 6vw
	}
}

.articleData__content-item:not(:first-child) {
	margin-top: 23px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleData__content-item:not(:first-child) {
		margin-top: 1.68375vw
	}
}

.articleData__content-title {
	font-size: 1.8rem;
	line-height: 2.66667;
	letter-spacing: .05em;
	border-bottom-color: #D8D8D8;
	border-bottom-width: 1px;
	border-bottom-style: solid
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
	.articleData__content-title {
		font-size: 1.31772vw;
		line-height: 2.66667
	}
}

@media all and (max-width: 1024px) {
	.articleData__content-title {
		font-size: 1.3482rem;
		line-height: 2.66667
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleData__content-title {
		border-bottom-width: .07321vw
	}
}

@media all and (max-width: 768px) {
	.articleData__content-title {
		font-size: 4.8vw;
		line-height: 2.66667
	}
}

.articleData__content-title span {
	font-weight: 700
}

.articleData__content-list {
	margin-top: 17px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleData__content-list {
		margin-top: 1.24451vw
	}
}

@media all and (max-width: 768px) {
	.articleData__content-list {
		margin-top: 5vw
	}
}

.articleData__content-list li {
	font-size: 1.4rem;
	line-height: 1.85714;
	letter-spacing: .05em;
	font-weight: 400
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
	.articleData__content-list li {
		font-size: 1.02489vw;
		line-height: 1.85714
	}
}

@media all and (max-width: 1024px) {
	.articleData__content-list li {
		font-size: 1.0486rem;
		line-height: 1.85714
	}
}

@media all and (max-width: 1024px) {
	.articleData__content-list li {
		font-size: 13px
	}
}

@media all and (max-width: 768px) {
	.articleData__content-list li {
		font-size: 3.73333vw;
		line-height: 1.71429
	}
}

.articleData__content-list li:not(:first-child) {
	margin-top: 8.5px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleData__content-list li:not(:first-child) {
		margin-top: .62225vw
	}
}

@media all and (max-width: 768px) {
	.articleData__content-list li:not(:first-child) {
		margin-top: 2.5vw
	}
}

.articleData__content-list li a {
	padding-left: 20px;
	color: #2cb5bc;
	display: inline-flex;
	background-image: url("../images/list-arrow@2x.png");
	background-repeat: no-repeat;
	background-position: left top 8px;
	background-size: 11px auto
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleData__content-list li a {
		padding-left: 1.46413vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleData__content-list li a {
		background-position: left top .58565vw;
		background-size: .80527vw auto
	}
}

@media all and (max-width: 1024px) {
	.articleData__content-list li a {
		padding-left: 20px;
		background-position: left top 8px;
		background-size: 11px auto
	}
}

@media all and (max-width: 768px) {
	.articleData__content-list li a {
		padding-left: 5.33333vw;
		background-position: left top 2.13333vw;
		background-size: 2.93333vw auto
	}
}

.articleYoutube {
	margin-top: 26px;
	position: relative
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleYoutube {
		margin-top: 1.90337vw
	}
}

@media all and (max-width: 768px) {
	.articleYoutube {
		margin: 7.5vw 7.33333vw 0
	}
}

.articleYoutube:after {
	content: "";
	display: block;
	padding-top: 56.25%
}

.articleYoutube__inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.articleYoutube iframe {
	width: 100%;
	height: 100%
}

.articleTag {
	margin-top: 26px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -10px
}

@media all and (max-width: 768px) {
	.articleTag {
		margin: 0 auto;
		width: auto;
		padding-left: 7.33333vw;
		padding-right: 7.33333vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleTag {
		margin-top: 1.90337vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleTag {
		margin-bottom: -.73206vw
	}
}

@media all and (max-width: 768px) {
	.articleTag {
		margin-bottom: -2vw
	}
}

.articleTag li {
	margin-bottom: 10px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleTag li {
		margin-bottom: .73206vw
	}
}

@media all and (max-width: 768px) {
	.articleTag li {
		margin-bottom: 2vw
	}
}

.articleTag li a {
	display: block;
	color: #2cb5bc;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.2rem;
	line-height: 1.4;
	letter-spacing: .05em;
	border: 1px #2cb5bc solid;
	border-radius: 15px;
	text-align: center
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleTag li a {
		padding-top: .21962vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleTag li a {
		padding-bottom: .29283vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleTag li a {
		padding-left: .73206vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleTag li a {
		padding-right: .73206vw
	}
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
	.articleTag li a {
		font-size: .87848vw;
		line-height: 1.4
	}
}

@media all and (max-width: 1024px) {
	.articleTag li a {
		font-size: .8988rem;
		line-height: 1.4
	}
}

@media all and (max-width: 1024px) {
	.articleTag li a {
		font-size: 13px
	}
}

@media all and (max-width: 768px) {
	.articleTag li a {
		padding: 0vw 2.8vw;
		font-size: 3.2vw;
		line-height: 2.33333
	}
}

.articleTag li:not(:last-child) {
	margin-right: 10px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleTag li:not(:last-child) {
		margin-right: .73206vw
	}
}

@media all and (max-width: 768px) {
	.articleTag li:not(:last-child) {
		margin-right: 2vw
	}
}

@media all and (max-width: 768px) {
	.articleTag {
		margin-top: 7.5vw
	}
}

@media all and (max-width: 768px) {
	.articleTag li {
		font-size: 2.66667vw;
		line-height: 2.4
	}
}

.articleShare {
	margin-top: 40px;
	display: flex
}

@media all and (max-width: 768px) {
	.articleShare {
		margin: 0 auto;
		width: auto;
		padding-left: 7.33333vw;
		padding-right: 7.33333vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleShare {
		margin-top: 2.92826vw
	}
}

@media all and (max-width: 768px) {
	.articleShare {
		margin: 10vw auto 0;
		justify-content: center
	}
}

.articleShare__item {
	width: 46px;
	font-size: 0
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleShare__item {
		width: 3.3675vw
	}
}

.articleShare__item:not(:first-child) {
	margin-left: 23px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.articleShare__item:not(:first-child) {
		margin-left: 1.68375vw
	}
}

.ariclePosts {
	padding-top: 97px;
	padding-bottom: 71px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.ariclePosts {
		padding-top: 7.10102vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.ariclePosts {
		padding-bottom: 5.19766vw
	}
}

@media all and (max-width: 768px) {
	.ariclePosts {
		padding: 10.93333vw 0 13.33333vw
	}
}

.ariclePosts__inner {
	margin: auto;
	width: 100%;
	padding: 0 133px;
	max-width: 1366px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.ariclePosts__inner {
		padding-left: 9.73646vw;
		padding-right: 9.73646vw;
		width: auto;
		max-width: initial
	}
}

@media all and (max-width: 768px) {
	.ariclePosts__inner {
		margin: 0 auto;
		width: auto;
		padding-left: 7.33333vw;
		padding-right: 7.33333vw
	}
}

.ariclePosts__title {
	font-size: 3.2rem;
	line-height: 1.0625;
	letter-spacing: .05em;
	font-weight: 700;
	text-align: center
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
	.ariclePosts__title {
		font-size: 2.34261vw;
		line-height: 1.0625
	}
}

@media all and (max-width: 1024px) {
	.ariclePosts__title {
		font-size: 2.3968rem;
		line-height: 1.0625
	}
}

@media all and (max-width: 768px) {
	.ariclePosts__title {
		font-size: 6.4vw;
		line-height: 1.41667
	}
}

.ariclePosts__title:after {
	content: "";
	display: block;
	margin-top: 28px;
	margin-left: auto;
	margin-right: auto;
	width: 23px;
	height: 2px;
	background-color: #000
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.ariclePosts__title:after {
		margin-top: 2.04978vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.ariclePosts__title:after {
		width: 1.68375vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.ariclePosts__title:after {
		height: .14641vw
	}
}

@media all and (max-width: 768px) {
	.ariclePosts__title:after {
		margin-top: 6.53333vw;
		width: 6.13333vw;
		height: .53333vw
	}
}

.ariclePosts__posts {
	margin-top: 58.5px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.ariclePosts__posts {
		margin-top: 4.28258vw
	}
}

@media all and (max-width: 768px) {
	.ariclePosts__posts {
		margin-top: 9vw
	}
}

@media all and (max-width: 768px) {
	.ariclePosts__posts .post+.post {
		margin-top: 6.66667vw
	}
}

.ariclePosts__btn {
	margin-top: 60px;
	display: flex;
	justify-content: center
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.ariclePosts__btn {
		margin-top: 4.39239vw
	}
}

.ariclePosts__btn a,
.ariclePosts__btn input[type="submit"],
.ariclePosts__btn button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 60px;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: .02em;
	border-radius: 30px;
	background: linear-gradient(to right, #34cdd7 0%, #154cf0 100%)
}

@media all and (min-width: 769px) and (max-width: 1359px) {

	.ariclePosts__btn a,
	.ariclePosts__btn input[type="submit"],
	.ariclePosts__btn button {
		width: 17.56955vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {

	.ariclePosts__btn a,
	.ariclePosts__btn input[type="submit"],
	.ariclePosts__btn button {
		height: 4.39239vw
	}
}

@media all and (min-width: 1024px) and (max-width: 1359px) {

	.ariclePosts__btn a,
	.ariclePosts__btn input[type="submit"],
	.ariclePosts__btn button {
		font-size: 1.1713vw;
		line-height: 1.5
	}
}

@media all and (max-width: 1024px) {

	.ariclePosts__btn a,
	.ariclePosts__btn input[type="submit"],
	.ariclePosts__btn button {
		font-size: 1.1984rem;
		line-height: 1.5
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {

	.ariclePosts__btn a,
	.ariclePosts__btn input[type="submit"],
	.ariclePosts__btn button {
		border-radius: 2.19619vw
	}
}

@media all and (max-width: 768px) {

	.ariclePosts__btn a,
	.ariclePosts__btn input[type="submit"],
	.ariclePosts__btn button {
		width: 64vw;
		height: 16vw;
		font-size: 4.26667vw;
		line-height: 1.5;
		border-radius: 8vw
	}
}

.ariclePosts__btn input[type="submit"] {
	cursor: pointer
}

.ariclePosts__btn input[type="submit"]:hover {
	-webkit-transition: opacity .2s linear 0s;
	-moz-transition: opacity .2s linear 0s;
	-ms-transition: opacity .2s linear 0s;
	-o-transition: opacity .2s linear 0s;
	transition: opacity .2s linear 0s
}

.ariclePosts__btn input[type="submit"]:hover:hover {
	opacity: .8
}

@media all and (max-width: 768px) {
	.ariclePosts__btn {
		margin-top: 13.33333vw
	}
}

.relationPost {
	background-color: #F7F7F7
}

.morePost {
	background-color: #EBFAFB
}

.archiveTop {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 164px;
	background-color: #EBFAFB
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.archiveTop {
		height: 12.00586vw
	}
}

@media all and (max-width: 768px) {
	.archiveTop {
		height: 17.33333vw
	}
}

.archiveTop__title {
	background-color: #fff;
	margin-bottom: -50px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 46px;
	padding-right: 46px;
	border-radius: 20px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.archiveTop__title {
		margin-bottom: -3.66032vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.archiveTop__title {
		padding-top: 2.19619vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.archiveTop__title {
		padding-bottom: 2.19619vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.archiveTop__title {
		padding-left: 3.3675vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.archiveTop__title {
		padding-right: 3.3675vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.archiveTop__title {
		border-radius: 1.46413vw
	}
}

@media all and (max-width: 768px) {
	.archiveTop__title {
		margin-bottom: -21.33333vw;
		padding: 4.26667vw 8.8vw 9.33333vw;
		border-radius: 5.33333vw
	}
}

.archiveTop__title span {
	display: block;
	padding-bottom: 10px;
	font-size: 3.6rem;
	line-height: 1;
	letter-spacing: .05em;
	border-bottom-width: 2px;
	border-bottom-color: #000;
	border-bottom-style: solid
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.archiveTop__title span {
		padding-bottom: .73206vw
	}
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
	.archiveTop__title span {
		font-size: 2.63543vw;
		line-height: 1
	}
}

@media all and (max-width: 1024px) {
	.archiveTop__title span {
		font-size: 2.6964rem;
		line-height: 1
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.archiveTop__title span {
		border-bottom-width: .14641vw
	}
}

@media all and (max-width: 768px) {
	.archiveTop__title span {
		padding-bottom: 3.06667vw;
		font-size: 6.93333vw;
		line-height: 1.30769
	}
}

.archivePosts {
	margin-top: 120px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.archivePosts {
		margin-top: 8.78477vw
	}
}

@media all and (max-width: 768px) {
	.archivePosts {
		margin-top: 26.66667vw
	}
}

.archivePosts__inner {
	margin: auto;
	width: 100%;
	padding: 0 133px;
	max-width: 1366px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.archivePosts__inner {
		padding-left: 9.73646vw;
		padding-right: 9.73646vw;
		width: auto;
		max-width: initial
	}
}

@media all and (max-width: 768px) {
	.archivePosts__inner {
		margin: 0 auto;
		width: auto;
		padding-left: 7.33333vw;
		padding-right: 7.33333vw
	}
}

.archivePosts__inner .posts .post {
	margin-bottom: 40px
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.archivePosts__inner .posts .post {
		margin-bottom: 2.92826vw
	}
}

.archivePosts__inner .posts .post:nth-child(n+7) {
	display: none
}

.archivePosts__btn {
	display: flex;
	justify-content: center;
	margin-top: 50px;
	display: none
}

.archivePosts__btn a,
.archivePosts__btn input[type="submit"],
.archivePosts__btn button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 60px;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: .02em;
	border-radius: 30px;
	background: linear-gradient(to right, #34cdd7 0%, #154cf0 100%)
}

@media all and (min-width: 769px) and (max-width: 1359px) {

	.archivePosts__btn a,
	.archivePosts__btn input[type="submit"],
	.archivePosts__btn button {
		width: 17.56955vw
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {

	.archivePosts__btn a,
	.archivePosts__btn input[type="submit"],
	.archivePosts__btn button {
		height: 4.39239vw
	}
}

@media all and (min-width: 1024px) and (max-width: 1359px) {

	.archivePosts__btn a,
	.archivePosts__btn input[type="submit"],
	.archivePosts__btn button {
		font-size: 1.1713vw;
		line-height: 1.5
	}
}

@media all and (max-width: 1024px) {

	.archivePosts__btn a,
	.archivePosts__btn input[type="submit"],
	.archivePosts__btn button {
		font-size: 1.1984rem;
		line-height: 1.5
	}
}

@media all and (min-width: 769px) and (max-width: 1359px) {

	.archivePosts__btn a,
	.archivePosts__btn input[type="submit"],
	.archivePosts__btn button {
		border-radius: 2.19619vw
	}
}

@media all and (max-width: 768px) {

	.archivePosts__btn a,
	.archivePosts__btn input[type="submit"],
	.archivePosts__btn button {
		width: 64vw;
		height: 16vw;
		font-size: 4.26667vw;
		line-height: 1.5;
		border-radius: 8vw
	}
}

.archivePosts__btn input[type="submit"] {
	cursor: pointer
}

.archivePosts__btn input[type="submit"]:hover {
	-webkit-transition: opacity .2s linear 0s;
	-moz-transition: opacity .2s linear 0s;
	-ms-transition: opacity .2s linear 0s;
	-o-transition: opacity .2s linear 0s;
	transition: opacity .2s linear 0s
}

.archivePosts__btn input[type="submit"]:hover:hover {
	opacity: .8
}

@media all and (min-width: 769px) and (max-width: 1359px) {
	.archivePosts__btn {
		margin-top: 3.66032vw
	}
}

@media all and (max-width: 768px) {
	.archivePosts__btn {
		margin-top: 13.6vw
	}
}

.archivePosts__btn.active {
	display: flex
}

/*# sourceMappingURL=style.css.map */

/* mgn シングルページの改修 */

/* 行間、文字詰め */
ul:not(.articleInfo__tag, .toc-list, .mainFooter__link, .articleData__content-list, .articleTag, .post__tag) {
	margin-top: 1rem;
}

ul:not(.articleInfo__tag, .toc-list, .mainFooter__link, .articleData__content-list, .articleTag, .post__tag, .articles__search-list, .slick-dots) li {
	list-style: disc;
	margin-left: 2rem;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: .05em;
	font-weight: 400;
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
	ul li:not(.articleInfo__tag, .toc-list, .mainFooter__link, .articleData__content-list, .articleTag, .post__tag, .articles__search-list) {
		font-size: 1.31772vw;
		line-height: 1.5;
	}
}

@media all and (max-width: 1024px) {
	ul li:not(.articleInfo__tag, .toc-list, .mainFooter__link, .articleData__content-list, .articleTag, .post__tag, .articles__search-list) {
		font-size: 1.3482rem;
		line-height: 1.5;
	}
}

@media all and (max-width: 768px) {
	ul li:not(.articleInfo__tag, .toc-list, .mainFooter__link, .articleData__content-list, .articleTag, .post__tag, .articles__search-list) {
		font-size: 3.73333vw;
		line-height: 1.5;
	}
}

/* 画像 */

.wp-block-image {
	margin-top: 5rem;
}

.wp-element-caption {
	font-size: 1.4rem;
	color: #aaa
}

/* DOWNLOAD */
.download,
.archivePosts__inner {
	padding-bottom: 90px;
	;
}

/* sidebar */
@media all and (min-width: 769px) {
	.articleContent {
		display: flex;
		justify-content: space-between;
	}

	.articleContent__inner {
		width: 75%;
	}

	.sub {
		width: calc(25% - 3em);
		position: relative;
	}

	.sub div {
		background-color: #f9f9f9;
		padding: 10px;
	}

	.sub .sub_box {
		position: sticky;
		top: 10em;

	}

	.toc_widget_list a {
		color: #1D8091;
		font-size: 1.6rem;
		line-height: 2;
	}

	.toc_widget_list.no_bullets,
	.toc_widget_list.no_bullets>li>ul {
		margin-top: 0;
	}
}

/* 目次 */
#toc_container {
	border: none;
	padding: 20px;
	margin-bottom: 1em;
	width: auto;
	display: table;
	font-size: 1.75rem;
}

.toc_list li a {
	color: #1D8091;
	font-size: 1.6rem;
	line-height: 2.5;
}

.widgettitle {
	margin-bottom: 2rem;
}

.toc_number.toc_depth_1 {
	padding: 2rem 2rem;
}

.toc_number.toc_depth_1,
.toc_number.toc_depth_2 {
	color: #000;
	padding: 0.25rem 0.5rem;
}