/** Color

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

**/
/**HEADER*******************************/
.pc{display:none;}
header {
  height: 50px;
  width: 100%;
  border-top: 3px solid var(--base-color);
  border-bottom: 1px solid #c4c4c4;
  background-color: white;
  display: flex;
padding: 5px 0;
}
header .logo-area {
  width: 50%;
padding: 0 10px;
}
header .logo-area img.logo {
  height: 30px;
  width: auto;
  margin: 0;
	display: block;
}
header .logo-area h1,header .logo-area p.header-title {
  margin: 0;
  line-height: 20px;
  font-size: 2.5vw;
}
.right-area {width: 100%; position: fixed; z-index: 100; display: flex; align-items: center;justify-content: end;gap:1em; bottom: 0;padding: 10px;box-sizing: border-box;}
.right-area .header-contact {width: 50px; height: 50px; font-size: 90%; text-align: center;border-radius: 3px;display: block;}
.right-area .header-contact a { color: white; text-decoration: none; display: block; border-radius: 100px; border: 1px solid #00000033;height: 100%;box-sizing: border-box;background-size: 50% auto,100%;	background-position: center center;	text-indent: -5010px;box-shadow: 0 0 1px 3px #0002;}
.right-area .header-contact.line-btn a{background-size: 60% auto,100%;}
.right-area .header-contact.tel-btn a{background-size: 60% auto,100%;}
.right-area .header-contact a:hover {
  background-color: #F6F792;
  color: #444;
}
/**Nav*************************************/
input#top-menu{display: none;}
label.burger{
    display: block;
    height: 50px;
    width: 50px;
	background-image: url(/wp-content/themes/newworld/img/menu-3line.svg);
	background-repeat: no-repeat;
    background-size: 70% auto;
    background-position: center;
    text-indent: -5000px;
	position: fixed;
    top: 8px;
    right: 5px;
	z-index: 1000;
}
input#top-menu:checked + label.burger{background-image: url(/wp-content/themes/newworld/img/menu-batsu.svg);}
nav.main-nav {
  position: relative;
  z-index: 1000;
}
ul.main-menu {
	margin: auto;
	position: fixed;
	width: 80%;
	max-width:220px;
	height:100%;
	overflow-y:auto;
		background-color:white;
}
input#top-menu:checked + label.burger + nav ul.main-menu{
	bottom: 0;
	left:0;
	transition: 0.5s;
	box-shadow: 10px 5px 0 0px #00000055;
}
input#top-menu + label.burger + nav ul.main-menu{
	bottom: 0px;
	left:-1000px;
	transition: 0.5s;
}
ul.main-menu > li {
  display: block;
  width: 100%;
  border: 1px solid #eaeaea;
  border-top: none;
  border-right: none;
  border-bottom: 5px solid var(--base-color);
  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 {}
ul.main-menu > li.li-lightblue {}
ul.main-menu > li.li-glay {}
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: var(--base-color);
}
/**アイキャッチ*****************************************************/
.first-view{position:relative;z-index:3;}
figure.top-img { width: 100%; height: calc(100vh - 64px); position: relative; overflow: hidden;clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%); /* 角の形状を定義 */}
figure.top-img img { width: 100%; height: 100%;	object-fit: cover;}
p.copy-text{top: 1em; width: 80%; margin: auto; left: 0; right: 0; font-size: 140%;}
/**メインコンテンツ（TOPページ）*****************************************************/
main {}
.top-text-box {
  margin: auto;
  text-align: center;
  padding: 50px 0;
}
.top-text-box h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 140%;
  margin: 40px 50px;
}
.top-text-box h3 {
  line-height: 36px;
  border-radius: 18px;
  height: 36px;
  margin: 0 0 50px;
  color: white;
  font-size: 90%;
}
.top-text-box .h2-en {
  color: var(--base-color);
  font-style: italic;
  font-size: 110%;
  position: relative;
	display: block;
}
.top-text-box .h2-jp {
  position: relative;
  margin: 0 ;
	display: block;
}
.top-text-box .h2-jp:before {
  width: 1px;
  height: 100px;
  background-color: var(--base-color);
  display: block;
  content: "";
  transform: translateY(-50%) rotate(30deg);
  position: absolute;
  left: -15px;
  top: 25px;
}
.top-text-box .text{
	padding: 0 20px;
}
.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 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 {
  margin: auto;
}
.topix .news-box, .topix .blog-box {
	width: 90%;
	margin: 0 auto 100px auto;
}
.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: var(--base-color);
  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: var(--base-color);
}
.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: var(--base-color);
  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: var(--base-color);
  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: var(--base-color);
}
.topix p.btn {}
.topix p.btn a {
  display: block;
  background-color: white;
  height: 46px;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
width: 80%;
    max-width: 300px;
  margin: 40px auto 0;
  border: 1px solid var(--base-color);
  color: var(--base-color);
  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: 95%;
    margin: 40px auto;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 18px 18px 0 0 #00000012;
    color: #777;
    padding: 0 20px 40px;
    box-sizing: border-box;
    position: relative;
}
.main-box:before{
	width: 2px;
    height: 140px;
    background-color: var(--base-color);
    display: block;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    left: 17px;
    top: 25px;
}
.main-box:after{
	width: 2px;
    height: 140px;
    background-color: var(--base-color);
    display: block;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    right: 64px;
    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: 60px auto 20px;
    font-size: 180%;
}
.main-box > .blog_info{
	margin: 0 auto 20px;
}
.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 .main-img{
	width: 100%;
	max-height: calc(85vw / 4 * 3);
    max-height: 583px;
	overflow: hidden;
	margin: 0 0 20px;
}
.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 20px;
}
.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;
	font-size: 160%;
}
.main-box h3{margin: 0 0 20px;	font-size: 140%;}
.main-box h4{margin: 0 0 20px;	font-size: 120%;}
.main-box > ul{
width: 90%;
    margin: 0 auto 40px;
    line-height: 1.8;
    padding: 30px 20px;
    box-sizing: border-box;
}
.main-box > ul li{}
.main-box blockquote.wp-block-quote{
background-color: #eaeaea;
    padding: 25px;
    line-height: 1.8;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
    margin: 0 auto 20px;
    font-size: 95%;
}
.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 div.wp-block-media-text {
	margin:0 auto 20px;
}
.main-box .wp-block-media-text .wp-block-media-text__content{
	padding: 10px;
}
.wp-block-buttons{
	justify-content:center;
	    margin: 0 0 20px;
	font-size:85%;
}
/***index.php***/
.post{
    width: 100%;
	display:flex;
	flex-wrap: wrap;
	margin: 0 0 40px;
border-bottom: 1px dashed #999;
    padding: 0 0 40px;
}
.main-box div.post:last-child {
	border-bottom:none;
}
.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:100%;
	height:200px;
}
@media screen and (min-width:768px) { 
.post figure.post-image {
	width:100%;
	height:300px;
}
}
.post figure.post-image img{
width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}
.post p{
	width: 100%;
    margin: 0;
    box-sizing: border-box;
    line-height: 1.8;
	padding: 10px;
}
.post > .blog_info{
	margin: 0 auto 0;
	width:100%;
	color:#999;
}
.post > .blog_info ul{
	font-size: 90%;
    list-style: none;
    line-height: 1.9;
	margin: 10px 0;
}
.post > .blog_info ul li{}
/****Footer.php****/
footer{	padding: 2em 1em 100px;	color:white;font-size:80%;}
footer .copy{text-align:center;}
footer .copy p{}
/*******Contact Form7**********/
#mail_Form{margin-right:10px;margin-left:10px;background-color:#fff;line-height:25px}
#mail_Form dt{font-size:1pc;font-weight:400;text-align:center;line-height:1.6em;padding:0;margin:0 0 5px;color:#999}
#mail_Form dd,#mail_Form dd span{margin:0 0 10px;color:#666;width:100%;padding:10px;border-radius:4px;background-color:#efefef;box-sizing:border-box}
#mail_Form dd img{margin:0;width:100%;height:auto}
#mail_Form dd input, #mail_Form dd select, #mail_Form dd textarea{height:40px;margin:0 0 10px;border-radius:3px;font-size:1pc}
#mail_Form dd span input[type="text"],#mail_Form dd span input[type="email"],#mail_Form dd span input[type="tel"],#mail_Form dd span > textarea{width:90%}
#mail_Form dd textarea{height:200px;}
#mail_Form dd span.radioelement input.radio{margin:4%;width:20px;height:20px}
#mail_Form dd input[type="radio"]{position:relative;top:5px}
input.submit{-webkit-appearance:none;border-radius:4px;background-color:#F8BB1A;height:40px;color:#fff;text-decoration:none;width:80%;display:block;text-align:center;font-size:90%;margin:20px auto 40px;border-top:1px solid #eb8d00;border-right:1px solid #eb8d00;border-left:1px solid #eb8d00;border-bottom:2px solid #eb8d00}
#mail_Form dd textarea{width:100%}
input#submit{-webkit-appearance:none;border:1px solid #ff3b7c;background-color:#ff1663;height:50px;line-height:50px;width:70%;margin:20px auto;color:#fff}
#mail_Form dd span.checkelement label{display:block;line-height:30px;padding:5px 0;margin:0 0 0 10px}
#mail_Form dd span.checkelement label input{margin:0 10px 0 5px;width:20px;height:20px;position:relative;top:5px}
#mail_Form dd label span.checkelement{text-align:center;line-height:30px;padding:5px 0;display:block;width:100%}
#mail_Form dd label span.checkelement input{margin:0 10px 0 5px;width:20px;height:20px;position:relative;top:5px}
#mail_Form dd textarea#txt4{margin:0 1% 0 0;width:98%}
#mail_Form2{margin-right:10px;margin-left:10px;background-color:#fff;padding:10px;border:1px solid #999;font-size:9pt;line-height:25px}
#mail_Form2 dt{border-left-width:2px;border-left-style:solid;border-left-color:#666;font-weight:700;padding-left:3px;margin-bottom:5px;color:#333}
#mail_Form2 dd{margin-bottom:10px;color:#00A0DD;font-size:1pc}
.required{position:relative;width:100%;display:block}
.required:after{content:"必須";position:absolute;top:0;left:0;color:#fff;font-size:60%;padding:0 5px;background-color:#e35965}