/* basic */

* {
  color: #333333;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 2px;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: #333333;
}

img {
  width: 100%;
  height: auto;
  vertical-align:top;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}

/* header */

.site-header {
  position: fixed;
  width: 100%;
  z-index: 100;
  transition: transform 0.3s ease;
  top: 0;
  left: 0; 
}
.admin-bar .site-header {
	top: 32px;
}
.site-header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 3px 12px rgba(0,0,0,0.25);
  box-sizing: border-box;
}
.site-header .hide {
  transform: translateY(-100%);
}
.site-header .site-branding {
  display: flex;
  justify-content: center;
  align-items: center;
	gap: 10px;
}
.site-header .site-branding .site-title {
  display: none;
}
.site-header .site-branding .custom-logo-link img {
  width: 264px;
  height: 60px;
}
.site-header .site-branding h1 {
  display: none;
}
.site-header .main-navigation {
	transition: 0.3s;
}
.site-header .main-navigation-sp {
	display: none;
	transform: translateX(-100%);
}
.site-header .main-navigation .menu-toggle {
  display: none;
}
.site-header .main-navigation .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.site-header .main-navigation .menu-header-container ul li a,
.site-header .main-navigation .menu-header-page-container ul li a {
	color: #323A59;
	font-size: 14px;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
	transition: 0.3s;
}
.site-header .main-navigation .menu-header-container ul li a:hover,
.site-header .main-navigation .menu-header-page-container ul li a:hover {
	opacity: 0.5;
}
.site-header .menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 20px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  z-index: 10;
}
.site-header .menu-toggle .bar {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #333;
  border-radius: 2px;
  transition: 0.3s;
}

.site-description {
	display: none;	
}

/* header sp */

@media screen and (max-width: 768px) {
	.admin-bar .site-header {
		top: 46px;
	}
	.site-header .inner {
		padding: 10px;
	}
    .site-header .main-navigation .menu-header-container ul,
	.site-header .main-navigation .menu-header-page-container ul {
		display: flex;
		flex-direction: column;
	}
	.site-header .site-branding .custom-logo-link img {
  		width: 165px;
  		height: 37.5px;
	}
	.site-header .site-branding .site-description {
		font-size: 11px;
	}
	.site-header .menu-toggle {
    	display: flex;
  	}
  	.site-header .main-navigation {
		display: none;
		justify-content: center;
		align-items: center;
		position: absolute;
		flex-direction: column;
		top: 50px;
		left: 0;
		width: 200px;
		height: calc(100vh - 50px);
		background-color: #fff;
		z-index: -1;
	}
	.site-header .main-navigation .menu {
		align-items: start;
		flex-direction: column;
	}
	.site-header .main-navigation-sp {
		padding-top: 50px;
    	display: flex;
		justify-content: start;
		transform: translateX(-100%);
  	}
 	.site-header .main-navigation-sp.active {
		transform: translateX(0%);
  	}
	.site-header .menu-toggle.active .bar:nth-child(1) {
    	transform: translate(0, 9px) rotate(45deg);
  	}
	.site-header .menu-toggle.active .bar:nth-child(2) {
    	opacity: 0;
  	}
	.site-header .menu-toggle.active .bar:nth-child(3) {
    	transform: translate(0, -9px) rotate(-45deg);
  	}
}

/* top */

.entry-content #top {
  background-image: url("https://enneagramjapan.com/wp-content/uploads/2025/07/en_background-scaled.png"); 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 60px;
  height: calc(100vw * 1051 / 2560);
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 450px;
}
.entry-content #top .inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}
.entry-content #top .inner h2 {
  color: #000;
  font-size: 46px;
  font-weight: 800;
  text-align: center;
  line-height: 1.3;
}
.entry-content #top .inner h2 span {
	color: #B1915D;
}
.entry-content #top .inner .button a {
	display: inline-block;
	background-color: #323A59;
	border-radius: 30px;
	padding: 20px 50px;
	color: #fff;
	box-shadow: 0 3px 12px #131313;
	transition: 0.3s;
}
.entry-content #top .inner .button a:hover {
	transform: scale(1.1);
}

/* sp top */

@media screen and (max-width: 768px) {
	.entry-content #top {
		background-image: url("https://enneagramjapan.com/wp-content/uploads/2025/07/en_background_sp.png");
		height: calc(100vw * 2396 / 1563);
		max-height: initial;
		align-items: start;
		padding-top: 100px;
		margin-top: 50px;
	}
	.entry-content #top .inner h2 {
		font-size: 30px;
	}
}

/* heading */

.entry-content #heading {
	margin: 80px auto;
}
.entry-content #heading .inner {
	max-width: 800px;
	margin: 0 auto;
	padding: 35px 0;
	text-align: center;
	border: 1px solid #CACACA;
	border-radius: 10px;
	background-color: #FDFDFD;
}
.entry-content #heading .inner h2 {
	font-size: 24px;
	font-weight: 800;
	color: #323A59;
}
.entry-content #heading .inner .text {
	max-width: 600px;
	margin: 20px auto 0;
	padding-top: 20px;
	border-top: 1px solid #323A59;
	display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2列 */
	gap: 10px;
}
.entry-content #heading .inner .text .item {
	color: #000;
	font-weight: 600;
	text-align: left;
}
.entry-content #heading .inner .text .item:before {
	content: '\f058';
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	color: #B1915D;
	padding-right: 5px;
}

/* sp heading */

@media screen and (max-width: 768px) {
	.entry-content #heading {
		margin: 0 auto;
		padding: 40px 20px 0;
	}
	.entry-content #heading .inner {
		padding: 20px;
	}
	.entry-content #heading .inner h2 {
		font-size: 20px;
		line-height: 1.5;
	}
	.entry-content #heading .inner .text {
		padding: 20px 0 20px 10px;
		max-width: 300px;
		margin: 20px auto 0;
	}
	.entry-content #heading .inner .text p {
		font-size: 14px;
	}
	.entry-content #heading .inner .heading {
		font-size: 20px;
	}
	.entry-content #heading .inner .text {
		grid-template-columns: repeat(1, 1fr); /* 2列 */
	}
}

/* about */

.entry-content #about {
	padding: 0;
}
.entry-content #about .title {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-bottom: 50px;
}
.entry-content #about .title .en {
	font-size: 40px;
	font-weight: 800;
	color: #323A59;
	text-align: center;
}
.entry-content #about .title .jp {
	font-size: 16px;
	font-weight: 800;
	color: #323A59;
	text-align: center;
}
.entry-content #about .inner {
	max-width: 800px;
	margin: 0 auto;
	display: grid;
    grid-template-columns: repeat(3, 1fr); /* ← 3列を指定 */
	gap: 20px;
}
.entry-content #about .inner .button a {
	height: 100px;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 10px;
	padding: 0 20px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 800;
	border: 1px solid #CACACA;
	background: linear-gradient(#F2F2F2,#FDFDFD);
	box-shadow: 0 3px 12px rgba(0,0,0,0.25);
	transition: 0.3s;
}
.entry-content #about .inner .button a:hover {
	transform: translateY(-4px);
}
.entry-content #about .inner .button a img {
	width: 50px;
}
.entry-content #about .inner .button a .text {
	font-size: 16px;
	font-weight: 800;
	line-height: 1.5;
	display: flex;
	justify-content: center;
	align-items: start;
	gap: 5px;
	flex-direction: column;
	color: #323A59;
}
.entry-content #about .inner .button a .text_1 {
	font-size: 10px;
	font-weight: 900;
	line-height: 1.5;
	color: #323A59;
	letter-spacing: 1px;
}
.entry-content #about .inner .button a .text_2 {
	color: #323A59;
	font-weight: 900;
	letter-spacing: 1px;
}
.entry-content #about .inner .button:nth-child(3) a {
	padding: 0 10px 0 17px;
}
.entry-content #about .inner .button:nth-child(3) a .text_2 {
	font-size: 13px;
}

/* sp about */

@media screen and (max-width: 768px) {
	.entry-content #about {
		padding: 50px 0 0;
	}
	.entry-content #about .title {
		gap: 15px;
		padding-bottom: 30px;
	}
	.entry-content #about .inner {
		display: flex;
		flex-direction: column;
		gap: 20px;
		padding: 0 20px;
	}
	.entry-content #about .title .en {
		font-size: 30px;
	}
	.entry-content #about .title .jp {
		font-size: 16px;
	}
	.entry-content #about .card .text h2 {
		font-size: 16px;
	}
	.entry-content #about .card .text .post-date {
		font-size: 14px;
	}
}

/* enneagram */

.entry-content #enneagram {
	padding: 80px 0 0;
}
.entry-content #enneagram .title {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-bottom: 50px;
}
.entry-content #enneagram .title .en {
	font-size: 40px;
	font-weight: 800;
	color: #323A59;
	text-align: center;
}
.entry-content #enneagram .title .jp {
	font-size: 16px;
	font-weight: 800;
	color: #323A59;
	text-align: center;
}
.entry-content #enneagram .inner {
	padding: 0 20px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.entry-content #enneagram .inner .heading {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.7;
	color: #242424;
}
.entry-content #enneagram .inner .image {
	max-width: 400px;
	margin: 0 auto;
}
.entry-content #enneagram .inner .text {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 650px;
	margin: 0 auto;
}
.entry-content #enneagram .inner .text .item {
	position: relative;
	border: 1px solid #CACACA;
	border-radius: 20px;
	background-color: #FDFDFD;
	padding: 10px 0;
	font-weight: 600;
}
.entry-content #enneagram .inner .text .item:before {
	content: '\f058';
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	color: #B1915D;
	padding-right: 5px;
}

/* enneagram */

@media screen and (max-width: 768px) {
	.entry-content #enneagram {
		padding: 50px 0 0;
	}
	.entry-content #enneagram .title {
		gap: 15px;
		padding-bottom: 30px;
	}
	.entry-content #enneagram .title .en {
		font-size: 30px;
	}
	.entry-content #enneagram .title .jp {
		font-size: 16px;
	}
	.entry-content #enneagram .inner {
		gap: 30px;
	}
	.entry-content #enneagram .inner .image {
		max-width: 250px;
	}
	.entry-content #enneagram .inner .text {
		width: 100%;
	}
	.entry-content #enneagram .inner .text .item {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px 20px;
		text-align: left;
		border-radius: 50px;
	}
}

/* type */

.entry-content #type {
	padding: 80px 0 0;
}
.entry-content #type .inner {
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.entry-content #type .title {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.entry-content #type .title .en {
	font-size: 40px;
	font-weight: 800;
	color: #323A59;
	text-align: center;
}
.entry-content #type .title .jp {
	font-size: 16px;
	font-weight: 800;
	color: #323A59;
	text-align: center;
}
.entry-content #type .inner .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* ← 3列を指定 */
  gap: 16px;
  width: 750px; 
  margin: 0 auto;
}
.entry-content #type .inner .list .item {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0;
  border-radius: 20px;
  padding: 10px 15px 10px 0;
  background-image: url("https://enneagramjapan.com/wp-content/uploads/2025/07/type_background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 3px 12px rgba(0,0,0,0.25);
  transition: 0.3s;
  cursor: pointer;
}
.entry-content #type .inner .list .item:hover {
  transform: scale(1.05);
}
.entry-content #type .inner .list .item:hover .button {
  background-color: #323A59;
  color: #fff;
}
.entry-content #type .inner .list .item .image {
  width: 130px;
}
.entry-content #type .inner .list .item .text {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 10px;
  flex-direction: column;
  width: calc(100% - 130px);
}
.entry-content #type .inner .list .item .text_1 {
	margin-bottom: 5px;
}
.entry-content #type .inner .list .item .text_1 span {
	font-size: 12px;
	font-weight: 900;
	color: #B1915D;
	border-bottom: 1px solid #B1915D;
	padding-bottom: 5px;
}
.entry-content #type .inner .list .item .text_2 {
	font-size: 16px;
	font-weight: 900;
	color: #323A59;
	line-height: 1.3;
	letter-spacing: 1px;
}
.entry-content #type .inner .list .item .button {
	width: 100%;
	display: block;
	border: 1px solid #323A59;
	border-radius: 20px;
	font-size: 12px;
	text-align: center;
	padding: 5px 0;
	background-color: #fff;
	transition: 0.3s;
}

@media screen and (max-width: 768px) {
	.entry-content #type {
		padding: 50px 0 0;
	}
	.entry-content #type .inner {
		padding: 0 20px;
		gap: 30px;
	}
	.entry-content #type .inner .title {
		gap: 15px;
	}
	.entry-content #type .inner .title .en {
		font-size: 30px;
	}
	.entry-content #type .inner .title .jp {
		font-size: 16px;
	}
	.entry-content #type .inner .list {
		display: grid;
		grid-template-columns: repeat(1, 1fr); /* ← 3列を指定 */
		width: 100%;
	}
}

/* more */

.entry-content #more {
	padding: 80px 0 0;
}
.entry-content #more .title {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-bottom: 50px;
}
.entry-content #more .title .en {
	font-weight: 800;
	color: #323A59;
	font-size: 40px;
	text-align: center;
}
.entry-content #more .title .jp {
	font-weight: 800;
	color: #323A59;
	font-size: 16px;
	text-align: center;
}
.entry-content #more .heading {
	text-align: center;
	line-height: 1.7;
	padding: 0 0 50px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #242424;
}
.entry-content #more .inner {
	max-width: 800px;
	margin: 0 auto;
	display: grid;
    grid-template-columns: repeat(2, 1fr); /* ← 3列を指定 */
	gap: 20px;
	padding-bottom: 50px;
}
.entry-content #more .inner .button a {
	height: 80px;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 10px;
	padding: 0 20px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 800;
	border: 1px solid #CACACA;
	background: linear-gradient(#F2F2F2,#FDFDFD);
	box-shadow: 0 3px 12px rgba(0,0,0,0.25);
	transition: 0.3s;
}
.entry-content #more .inner .button a:hover {
	transform: translateY(-4px);
}
.entry-content #more .inner .button a img {
	width: 60px;
}
.entry-content #more .inner .button a .text {
	font-size: 20px;
	font-weight: 900;
	line-height: 1.5;
	display: flex;
	justify-content: center;
	align-items: start;
	gap: 0;
	flex-direction: column;
	color: #323A59;
}
.entry-content #more .inner .button a .text_1 span {
	font-size: 12px;
	font-weight: 900;
	color: #323A59;
	letter-spacing: 1px;
}
.entry-content #more .inner .button a .text_2 {
	color: #323A59;
	letter-spacing: 1px;
}
.entry-content #more .sns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.entry-content #more .sns .item a {
	border: 1px solid #323A59;
	border-radius: 20px;
	padding: 6px 20px 6px;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	font-size: 12px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	color: #323A59;
	letter-spacing: 1px;
	box-shadow: 0 3px 12px rgba(0,0,0,0.25);
	transition: 0.3s;
}
.entry-content #more .sns .item a:hover {
	background-color: #323A59;
	color: #fff;
}
.entry-content #more .sns .item a:hover svg path {
	stroke: white;
}
.entry-content #more .sns .item a svg {
	width: 15px;
	height: 15px;
	margin-bottom: 3px;
	transition: 0.3s;
}

/* sp more */

@media screen and (max-width: 768px) {
	.entry-content #more {
		padding: 50px 0 0;
	}
	.entry-content #more .title {
		gap: 15px;
		padding-bottom: 30px;
	}
	.entry-content #more .title .en {
		font-size: 30px;
	}
	.entry-content #more .title .jp {
		font-size: 16px;
	}
	.entry-content #more .heading {
		padding-left: 20px;
		padding-right: 20px;
	}
	.entry-content #more .inner {
		max-width: initial;
		grid-template-columns: repeat(1, 1fr); /* ← 3列を指定 */
		padding: 0 20px;
	}
	.entry-content #more .sns {
		padding-top: 30px;
		flex-direction: column;
		gap: 20px;
	}
	.entry-content #more .sns .item a {
		width: 200px;
		height: 40px;
		font-size: 16px;
	}
	.entry-content #more .sns .item a svg {
		width: 17px;
		height: 17px;
	}
}

/* bottom */

.entry-content #bottom {
  background-image: url("https://enneagramjapan.com/wp-content/uploads/2025/07/en_background-scaled.png"); 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 50px;
  padding: 100px 0;
}
.entry-content #bottom .inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}
.entry-content #bottom .inner h2 {
  color: #000;
  font-size: 46px;
  font-weight: 800;
  text-align: center;
  line-height: 1.3;
}
.entry-content #bottom .inner h2 span {
	color: #B1915D;
}
.entry-content #bottom .inner .button a {
	display: inline-block;
	background-color: #323A59;
	border-radius: 30px;
	padding: 20px 50px;
	color: #fff;
	box-shadow: 0 3px 12px #131313;
	transition: 0.3s;
}
.entry-content #bottom .inner .button a:hover {
	transform: scale(1.1);
}

/* sp bottom */

@media screen and (max-width: 768px) {
	.entry-content #bottom {
		background-image: url("https://wp922135.wpx.jp/enneagramjapan/wp-content/uploads/2025/07/en_background_sp.png");
		height: calc(100vw * 2396 / 1563);
		margin-top: 0;
	}
	.entry-content #bottom .inner h2 {
		font-size: 30px;
	}
}

/* footer */

footer {
	background-color: #fff;
	padding: 20px 0;
}
footer .inner {
	max-width: 900px;
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer .inner .custom-logo-link {
	width: 350px;
}
footer nav ul {
	display: flex;
	justify-content: center;
	align-items: start;
	flex-direction: column;
	gap: 10px;
}
footer nav ul li a {
	color: #323A59;
	font-size: 14px;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
	transition: 0.3s;
}
footer nav ul li a:hover {
	opacity: 0.5;
}

@media screen and (max-width: 768px) {
	footer {
		padding: 20px 0 40px;
	}
	footer .inner {
		flex-direction: column;
	}
	footer .inner .custom-logo-link {
		width: 300px;
	}
	footer nav ul {
		justify-content: center;
		align-items: center;
		max-width: 250px;
		margin: 0 auto;
	}
	footer nav ul li {
		text-align: center;
	}
}

/* page */

#page .site-main {
	background-color: rgb(239, 239, 239);
}

#page .site-main .inner {
	max-width: 800px;
	margin: 0 auto;
	padding: 150px 20px 80px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
#page .site-main .entry-header {
	padding: 0 20px;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 10px;
}
#page .site-main .entry-header .jp {
	font-weight: 200;
	letter-spacing: 8px;
	font-size: 48px;
	color: #089B97;
}
#page .site-main .entry-header .en {
	font-size: 16px;
	text-align: center;
	color: #089B97;
}
#page .site-main .post-thumbnail {
	aspect-ratio: 2 / 1;
	overflow: hidden;
	position: relative;
	width: 100%; /* or 固定幅でもOK */
	border-radius: 5px;
}
#page .site-main .post-thumbnail img {
	border-radius: 5px;
	width: 100%;
	height: 100%;
	object-fit: cover; /* ← 縦横比を維持しつつはみ出た部分を切り取る */
	display: block;
}
#page .site-main .entry-header {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
#page .site-main .entry-header .entry-title {
	font-size: 30px;
	line-height: 1.5;
}
#page .site-main .entry-content p {
	font-size: 14px;
	line-height: 1.5;
}

@media screen and (max-width: 768px) {
	#page .site-main .inner {
		padding: 70px 20px 80px;
		gap: 17px;
	}
	#page .site-main .entry-header {
		padding: 0;
	}
	#page .site-main .entry-header .entry-title {
		font-size: 18px;
		line-height: 1.5;
	}
	#page .site-main .entry-content {
		padding: 0;
	}
}

/* post */

.post {
	background-color: rgb(239, 239, 239);
}

.post .inner {
	max-width: 800px;
	margin: 0 auto;
	padding: 130px 20px 80px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.post .post-thumbnail {
	aspect-ratio: 2 / 1;
	overflow: hidden;
	position: relative;
	width: 100%; /* or 固定幅でもOK */
	border-radius: 5px;
}
.post .post-thumbnail img {
	border-radius: 5px;
	width: 100%;
	height: 100%;
	object-fit: cover; /* ← 縦横比を維持しつつはみ出た部分を切り取る */
	display: block;
}
.post .entry-header {
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.post .entry-header .entry-title {
	font-size: 30px;
	line-height: 1.5;
}
.post .entry-content {
	padding: 0 20px;
}
.post .entry-content p {
	font-size: 14px;
	line-height: 1.5;
}

@media screen and (max-width: 768px) {
	.post .inner {
		padding: 70px 20px 80px;
		gap: 17px;
	}
	.post .entry-header {
		padding: 0;
	}
	.post .entry-header .entry-title {
		font-size: 18px;
		line-height: 1.5;
	}
	.post .entry-content {
		padding: 0;
	}
}

/* archive */

.entry-content #archive {
	padding: 130px 0 80px;
	background-color: #EFEFEF;
}
.entry-content #archive .inner {
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.entry-content #archive .inner .archive-title {
	display: flex;
	flex-direction: column;
	gap: 20px;
	text-align: center;
	padding-bottom: 0;
}
.entry-content #archive .inner .archive-title .en {
	font-weight: 200;
	letter-spacing: 8px;
	font-size: 48px;
	color: #089B97;
}
.entry-content #archive .inner .archive-title .jp {
	font-size: 16px;
	text-align: center;
	color: #089B97;
}
.entry-content #archive .inner .archive-list {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
  list-style: none;
}
.entry-content #archive .inner .archive-list .archive-item {
  width: calc((100% - 20px) / 2);
  list-style: none;
}
.entry-content #archive .inner .archive-list .archive-item a {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
}
.entry-content #archive .inner .archive-list .archive-item a .image {
  position: relative;
  max-width: 200px;
  width: 200px;
  height: auto;
  overflow: hidden;
  transition: 0.3s;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  aspect-ratio: 200 / 133; /* 任意の比率（例：16:9、4:3、1:1） */
}
.entry-content #archive .inner .archive-list .archive-item a .image img {
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover; /* ← 縦横比を維持しつつはみ出た部分を切り取る */
  display: block;
}
.entry-content #archive .inner .archive-list .archive-item a:hover .image img {
  transform: scale(1.25);
}
.entry-content #archive .inner .archive-list .archive-item a .image .c-more-list {
  top: 10px;
  left: 10px;
}
.entry-content #archive .inner .archive-list .archive-item a .image .c-more-list span {
  font-size: 10px;
  padding: 5px 11px 5px 26px;
}
.entry-content #archive .inner .archive-list .archive-item a .image .c-more-list span:before {
  left: 11px;
  width: 10px;
  height: 10px;
}
.entry-content #archive .inner .archive-list .archive-item a .info {
 	width: calc(100% - 220px);
	display: flex;
	flex-direction: column;
	gap: 15px;	
}
.entry-content #archive .inner .archive-list .archive-item a .info .title {
  font-size: 20px;
  overflow: hidden;
  display: -webkit-box;
  line-height: 1.3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.entry-content #archive .inner .archive-list .archive-item a .info .description {
  font-size: 12px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 1.1;
}

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

	.entry-content #archive {
		padding: 100px 20px 80px;
	}
	.entry-content #archive .entry-title {
		font-size: 30px;
		line-height: 1.5;
	}
	.entry-content #archive .inner .archive-title {
		gap: 10px;
	}
	.entry-content #archive .inner .archive-title .en {
		font-size: 30px;
	}
	.entry-content #archive .inner .archive-title .jp {
		font-size: 16px;
	}
	.entry-content #archive .inner .archive-list {
		flex-direction: column;
	}
	.entry-content #archive .inner .archive-list .archive-item {
		width: 100%;
	}
	.entry-content #archive .inner .archive-list .archive-item a {
		flex-direction: column;
		gap: 10px;
	}
	.entry-content #archive .inner .archive-list .archive-item a .image {
		width: 100%;
		max-width: 100%;
	}
	.entry-content #archive .inner .archive-list .archive-item a .info {
		width: 100%;
		gap: 10px;
	}

	.c-more-list {
		top: 10px;
		left: 10px;
	}
	.c-more-list span {
		font-size: 12px;
		padding: 5px 11px 5px 29px
	}
	.c-more-list span:before {
		left: 12px;
	}
}

/* scroll button */

.scroll-top-button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  padding: 10px 15px;
  font-size: 16px;
  background-color: #323A59;
  color: #fff;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 100;
}

.scroll-top-button.show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 768px) {
	.scroll-top-button {
		bottom: 15px;
		right: 15px;
	}
}

/* contact */

.contact {
	max-width: 800px;
	padding: 80px 50px;
	background-color: #fff;
	border-radius: 20px;
	margin-top: 20px;
}

.contact .heading-1,
.contact .heading-2 {
	max-width: 460px;
	margin: 0 auto 40px;
	line-height: 1.5;
}

.contact .form-group {
	max-width: 460px;
	margin: 0 auto 30px;
}

.contact .form-group .mwform-input {
	margin: 10px auto;
}

.contact label {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
}

.contact input,
.contact textarea {
	background-color: #EFEFEF;
	border: none;
	border-radius: 5px;
	padding: 10px;
	margin: 0 auto;
	width: 100%;
}

.contact .form-submit {
	margin: 40px auto 0;
}

.contact .form-submit input {
	border-radius: 30px;
	font-size: 20px;
	margin-bottom: 0;
	background-color: #089B97;
	border: 3px solid #089B97;
	color: #fff;
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
	cursor: pointer;
}

.contact .form-submit input:hover {
	background-color: #fff;
	color: #089B97;
}

.contact .heading-1 {
	display: block;
}

.contact .heading-2 {
	display: none;
}

.mw_wp_form_confirm .contact .heading-1 {
	display: none;
}

.mw_wp_form_confirm .contact .heading-2 {
	display: block;
}

@media screen and (max-width: 768px) {
	.contact {
		padding: 40px;
	}
	.contact label {
		font-size: 15px;
	}
	.contact .heading-1,
	.contact .heading-2 {
		font-size: 15px;
		margin: 0 auto 30px;
	}

	.contact .form-submit input {
		font-size: 15px;
	}
}