body {
  padding: 0;
  margin: 0;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ\ Ｐゴシック, sans-serif;
  background-color: white;
  color: #333745;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, figure {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
a, a:hover {
  transition: 0.3s;
}
/** Color

 基本色（青色） #77C4D3
 黄色         #F6F792
 差し色（赤）  #EA2E49
 うすい青色    #DAEDE2
 濃紺         #333745

**/
/**HEADER*******************************/
header {
  height: 75px;
  width: 100%;
  border-top: 3px solid #77C4D3;
  border-bottom: 1px solid #c4c4c4;
  background-color: white;
  padding: 0 calc(50% - 540px);
  box-sizing: border-box;
  display: flex;
}
header .logo-area {
  width: 50%;
  display: flex;
}
header .logo-area img.logo {
  height: 30px;
  width: auto;
  margin: 22px 0 0 0;
}
header .logo-area h1,header .logo-area p.header-title {
  margin: 22px 0 0 15px;
  line-height: 30px;
  font-size: 18px;
  color: #778383;
}
.right-area {
  width: 50%;
  position: relative;
}
.right-area .header-mail {
  width: 125px;
  font-size: 90%;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.right-area .header-mail a {
  color: white;
  text-decoration: none;
  background-color: #77C4D3;
  display: block;
  border-radius: 4px;
  border: 1px solid #00000033;
}
.right-area .header-mail a:hover {
  background-color: #F6F792;
  color: #444;
}
/**Nav*************************************/
input#top-menu{display: none;}
label.burger{display: none;}
nav.main-nav {
  position: relative;
  z-index: 4;
}
ul.main-menu {
width: 100%;
    margin: auto;
    display: flex;
    position: relative;
    max-width: 1080px;
}
ul.main-menu:before {
  content: "";
  display: block;
  height: 20px;
  width: 1000px;
  position: absolute;
  left: -1000px;
  top: 20px;
  background-color: #77C4D3;
}
ul.main-menu:after {}
ul.main-menu > li {
  display: block;
  width: calc(100% / 6);
  border: 1px solid #eaeaea;
  border-top: none;
  border-right: none;
  border-bottom: 5px solid #77C4D3;
  height: 65px;
  line-height: 20px;
  padding: 10px 0;
  box-sizing: border-box;
  background-color: white;
}
ul.main-menu > li:last-child {
  border-right: 1px solid #eaeaea
}
ul.main-menu > li.li-blue {}
ul.main-menu > li.li-yellow {
  border-bottom-color: #F6F792;
}
ul.main-menu > li.li-lightblue {
  border-bottom-color: #DAEDE2;
}
ul.main-menu > li.li-glay {
  border-bottom-color: #999999;
}
ul.main-menu > li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
  text-decoration: none;
  text-align: center;
  font-size: 90%;
}
ul.main-menu > li a:hover {
  color: #888888;
}
ul.main-menu > li a span {
  font-size: 80%;
  color: #888888;
}
ul.main-menu > li a:hover span {
  color: #77C4D3;
}
/**アイキャッチ*****************************************************/
figure.top-img {
  width: 100%;
  height: 500px;
  position: relative;
  z-index: 3;
  top: -25px;
  overflow: hidden;
}
figure.top-img img {
  width: 100%;
  height: auto;
}
/**メインコンテンツ（TOPページ）*****************************************************/
main {}
.top-text-box {
  width: 1080px;
  margin: auto;
  text-align: center;
  border-bottom: 1px solid #999999;
  padding: 50px 0;
}
.top-text-box h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 200%;
  margin: 70px 0 70px 0;
}
.top-text-box h3 {
  text-align: center;
  background-color: #77C4D3;
  display: inline-block;
  padding: 0 30px;
  line-height: 36px;
  border-radius: 18px;
  height: 36px;
  margin: 0 0 50px;
  color: white;
  font-size: 110%;
}
.top-text-box .h2-en {
  color: #77C4D3;
  font-style: italic;
  font-size: 130%;
  position: relative;
}
.top-text-box .h2-jp {
  position: relative;
  margin: 0 0 0 150px;
}
.top-text-box .h2-jp:before {
  width: 2px;
  height: 140px;
  background-color: #77C4D3;
  display: block;
  content: "";
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  left: -75px;
  top: 25px;
}
.top-text-box .text p {
  font-family: Yu Gothic, 'Yu Gothic', 'Noto Sans JP', sans-serif;
  font-weight: 600;
  margin: 0 0 50px;
}
.top-text-box p.btn {
  margin: 0 0 50px 0;
}
.top-text-box p.btn a {
  color: #77C4D3;
  text-decoration: none;
  border: 1px solid;
  width: 400px;
  display: inline-block;
  height: 90px;
  line-height: 90px;
  font-size: 120%;
  font-weight: 500;
  background-color: white;
  background-image: url(/wp-content/uploads/2022/05/ico-next-blue.png);
  background-repeat: no-repeat;
  background-position: 93% center;
  background-size: 22px auto;
}
.top-text-box p.btn a:hover {
  background-color: #eaeaea;
  background-position: 95% center;
}
.top-text-box figure.big-size {
  width: 100%;
  margin: 0 0 50px 0;
}
.top-text-box figure.big-size img {
  width: 100%;
}
/****Aside*******************************/
aside { padding: 100px 0;}
/*topix*/
.topix {
display: flex;
    justify-content: space-evenly;
    width: 95%;
    margin: auto;
    max-width: 1080px;
}
.topix .news-box, .topix .blog-box {
  width: 40%;
}
.topix .news-box h3, .topix .blog-box h3 {
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 140%;
  line-height: 1;
  position: relative;
}
.topix .news-box h3:before, .topix .blog-box h3:before {
  width: 2px;
  height: 80px;
  background-color: #77C4D3;
  display: block;
  content: "";
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  left: 60px;
  top: 0px;
}
.topix .news-box h3 span, .topix .blog-box h3 span {
  font-size: 14px;
  color: #77C4D3;
}
.topix .news-box {}
.topix .news-box .feed {}
.topix .news-box .feed .news, .topix .blog-box .feed .blog {
  border-bottom: 1px solid #eaeaea;
  padding: 25px 0 20px;
}
.topix .news-box .feed .news ul, .topix .blog-box .feed .blog ul {
  display: flex;
}
.topix .news-box .feed .news ul li, .topix .blog-box .feed .blog ul li {
  list-style: none;
  line-height: 1.8;
}
.topix .news-box .feed .news ul li.date, .topix .blog-box .feed .blog ul li.date {
  color: #77C4D3;
  font-size: 85%;
  margin: 0 15px 0 0;
}
.topix .news-box .feed .news ul li.category, .topix .blog-box .feed .blog ul li.category {
  background-color: #77C4D3;
  color: white;
  padding: 0 15px;
  font-size: 85%;
}
.topix .news-box .feed .news p, .topix .blog-box .feed .blog p {
  padding: 10px 0;
  line-height: 1.8;
  font-size: 90%;
}
.topix .news-box .feed .news p a, .topix .blog-box .feed .blog p a {
	text-decoration:none;
	color: #333745;
}
.topix .news-box .feed .news p a:hover, .topix .blog-box .feed .blog p a:hover {
	color:#888;
}
/*blog*/
.topix .blog-box .feed .blog ul li.category {
  background-color: #F6F792;
  color: #77C4D3;
}
.topix p.btn {}
.topix p.btn a {
  display: block;
  background-color: white;
  height: 46px;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
  width: 280px;
  margin: 40px auto 0;
  border: 1px solid #77c4d3;
  color: #77c4d3;
  border-radius: 23px;
  font-weight: bold;
  background-image: url(/wp-content/uploads/2022/05/ico-next-blue.png);
  background-repeat: no-repeat;
  background-position: 92% center;
  background-size: 11px auto;
}
.topix p.btn a:hover {
  background-color: #eaeaea;
  background-position: 94% center;
}
/*********Single.php Page.php****************/
.main-box{
	width: 90%;
    max-width: 900px;
	margin:80px auto;
	border:1px solid #ccc;
	border-radius:8px;
	box-shadow:18px 18px 0 0 #00000012;
	color: #777;
	padding: 0 60px 80px 60px;
    box-sizing: border-box;
	position:relative;
}
.main-box:before{
	width: 2px;
    height: 140px;
    background-color: #77C4D3;
    display: block;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    left: 17px;
    top: 25px;
}
.main-box:after{
	width: 2px;
    height: 140px;
    background-color: #77C4D3;
    display: block;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    right: 35px;
    bottom: -105px;
}
.main-box h1.title,.main-box > h2,.main-box h3,.main-box h4,.main-box h5{
	    font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W2", "ヒラギノ明朝 ProN W2", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
}
.main-box h1.title {
	text-align: center;
    margin: 80px auto 20px;
    font-size: 300%;
}
.main-box > .blog_info{
	margin: 0 auto 40px;
}
.main-box > .blog_info ul{
	font-size: 90%;
    list-style: none;
    line-height: 1.9;
}
.main-box .blog_info ul li{
	padding: 0 0 0 30px;
}
.main-box .blog_info ul li.cal{
}
.main-box .blog_info ul li.cat{
}
.main-box .main-img{
	width: 100%;
    height: auto;
    max-height: 583px;
	overflow: hidden;
	margin: 0 0 40px;
}
.main-box .main-img img{
	width: 100%;
    height: auto;
}
.main-box > p{
	line-height: 1.8;
    margin: 0 0 40px;
}
.main-box figure.wp-block-image{
		width: 100%;
    height: auto;
    max-height: 583px;
	overflow: hidden;
	margin: 0 0 40px;
}
.main-box figure.wp-block-image img{
		width: 100%;
    height: auto;
}
.main-box figure.wp-block-image figcaption{
	font-size: 90%;
    color: #c3c4c7;
    text-align: center;
}
.main-box > h2{
	margin: 0 0 20px;
}
.main-box h3{margin: 0 0 20px;}
.main-box h4{margin: 0 0 20px;}
.main-box > ul{
	width: 80%;
    margin: 0 auto 40px;
    line-height: 1.8;
    padding: 30px 50px;
    box-sizing: border-box;
}
.main-box > ul li{}
.main-box blockquote.wp-block-quote{
	background-color: #eaeaea;
    padding: 40px;
    line-height: 1.8;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
    margin: 0 auto 40px;
}
.main-box blockquote.wp-block-quote p{
	margin:0 0 20px;
}
.main-box blockquote.wp-block-quote cite{
	font-size: 90%;
}
figure.wp-block-table {
	font-size: 90%;
	margin:0 auto 40px;
}
figure.wp-block-table table{
    border-radius: 14px;
    overflow: hidden;
    width: 96%;
    margin: 20px auto 20px;
}
figure.wp-block-table table thead{}
figure.wp-block-table table thead tr{}
figure.wp-block-table table thead tr th{
	background-color: #333;
    color: #ffffff;
	padding: 10px;
}
figure.wp-block-table table tbody{}
figure.wp-block-table table tbody tr{
	border-bottom: 1px solid #ccc;
}
figure.wp-block-table table tbody tr:last-child{
	border-bottom:none;
}
figure.wp-block-table table tbody tr td{
	padding: 20px 10px;
	background-color:white;
	font-size: 90%;
}
figure.wp-block-table table tbody tr:nth-child(even) td{background-color:#eaeaea;}
figure.wp-block-table figcaption{
		font-size: 90%;
    color: #c3c4c7;
    text-align: center;
}
.main-box .has-large-font-size{font-size:16px !important;}
.main-box .wp-block-media-text {
	margin:0 auto 40px;
}
.wp-block-buttons{
	justify-content:center;
	    margin: 0 0 20px;
}
/***index.php***/
.post{
    width: 100%;
	display:flex;
	flex-wrap: wrap;
	margin: 0 0 40px;
border-bottom: 1px dashed #999;
    padding: 0 0 40px;
}
.post > h2.title{
		    font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W2", "ヒラギノ明朝 ProN W2", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width:100%;
	border-left: 3px solid;
    padding: 0 0 0 10px;
    box-sizing: border-box;
}
.post > h2.title a{
	text-decoration: none;
    color: #888;
}
.post figure.post-image {
	width:45%;
	height:200px;
}
.post figure.post-image img{
width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}
.post p{
	width: 50%;
    margin: 0 0 0 5%;
    box-sizing: border-box;
    line-height: 1.8;
}
.post > .blog_info{
	margin: 10px auto;
	width:100%;
	color:#999;
}
.post > .blog_info ul{
	font-size: 90%;
    list-style: none;
    line-height: 1.9;
}
.post > .blog_info ul li{}
/****Footer.php****/
footer{
	padding:40px;
	color:white;
}
footer .copy{
	text-align:center;
}
footer .copy p{}