@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans&family=IBM+Plex+Sans+JP:wght@300&family=Kiwi+Maru:wght@500&family=Lora:ital@1&family=Noto+Sans+JP:wght@100;300;400&family=Noto+Serif+JP:wght@500;600&family=Noto+Serif+TC:wght@500&family=Sawarabi+Gothic&family=Shippori+Antique&family=Yuji+Syuku&family=Zen+Maru+Gothic:wght@500&display=swap');



/*
Theme Name: sunao
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, 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 {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-family: 'Noto Serif TC', serif;
  font-family: 'Noto Serif JP', serif;
}

html {
  line-height: 1;
  margin-top: 0;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

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

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

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

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

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}
/* 基本設定
===================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 60%;
}

body {
  background: #fff;
  color: #222;
  line-height: 1.45;
  font-weight: 500;
  font-family: 'Noto Serif JP', 'Serif';
  font-size: 20px;
  letter-spacing: 0.07em;
}

a {
  cursor: pointer;
  text-decoration: none;
}
p {
	font-size: 16px;
	line-height: 2.4;
}
@media (max-width: 767px){
 p {
  font-size: 15px;
 }
}



  @media (min-width: 751px) {
	.contactForm {
	  margin-left: auto;
	  vertical-align: top;
	  display: inline-block;
  }
  }
    .flexPc {
	display: flex;
  }
  .contactForm p {
	position: relative;
	display: inline-block;
	font-weight: 900;
	font-style: italic;
	font-size: 13px;
	color: #ffffff;
	text-align: right;
  }
  @media (min-width: 751px) {
	.contactForm p {
	  font-size: 18px;
	  margin-top: 0;
  }
  }
  /*改行について。PCでは無効（改行しない）*/
.sma {
  display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width: 768px) {
  .sma {
    display: block;
  }
}

/*PCでは無効（改行しない）*/
.pac {
  display: block;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width: 768px) {
  .pac {
    display: none;
  }
}

@media (max-width: 767px) {
  iframe {
    height: 280px;
  }
  
}
@media (min-width: 1200px) {
  .logo-box {
    display: none;
  }
}
/*-------------# 固定ページのh1-------------------*/

.en {
    position: relative;
    top: 20px;
    left: -20px;
    font-size: 60px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.05em;
    line-height: 1.325;
}
.ja {
    position: relative;
    top: 30px;
    font-size: 24px;
    color: #707070;
}
.sectionBox {
  margin-top: 120px;
  font-size: 16px;
}
.section-bottom {
  margin-bottom: 60px;
}
.breadcrumb {
  margin: 30px 60px 20px;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .drawer {
    display: none;
  }
}
/*-------------------------------------------
# 共通項
---------------------------------------------*/
.util-link {
    letter-spacing: 0.1em;
    color: rgb(255, 149, 0);
    border-radius: 80px;
    display: inline-block;
    padding: 7px 54px;
    transition: 0.4s color 0.4s;
    border: solid 2px rgb(255, 149, 0);
    margin-top: 20px;
    font-size: 13px;
}
.util-link:hover {
  opacity: 0.7;
  background-color: rgba(0, 117, 74, 0.08);
}
.util-h2 {
  color: #ffffff;
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 48px; /* 150% */
letter-spacing: 3.2px;
text-align: center;
padding-bottom:20px;
}
.util-button-wrap {
	text-align: center;
}
.util-button {
  margin-top: 35px;
  text-align: center;
}
.util-button {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background:  #ff9900;
  padding: 12px 66px;
  border: 3px solid #ff9900;
  box-shadow: 0 4px 3px #333;
  border-radius: 18px;
  display: inline-block;
  transition: .3s;
}
.util-button:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 #333;
}
.util-h3 {
  text-align: center;
  padding-bottom: 40px;
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.util-visual {
	background-color: #f8933a;
	text-align: center;
}
.util-v-box {
	padding-top: 40px;
	padding-bottom: 40px;
}
.font-en {
	font-size: 12px;
}
.util-topTitle {
	font-size: 22px;
}
@media (max-width: 767px)  {
  .util-h2 {
    font-size: 24px;
    padding-bottom: 8px;
  }
  .util-h3 {
    padding-bottom: 32px;
    font-size: 18px;
  }
  .util-topTitle {
	font-size: 18px;
  }
}
/*-------------------------------------------
# entries
---------------------------------------------*/  
.entries {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 12px;
}

.entry-item {
	background: #fff;
	box-shadow: 0 0 3px 0 rgba(27, 213, 245, 0.16);
	display: block;
	margin-bottom: 50px;
	margin-right:40px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	width: 25%;
	border: rgba(0, 0, 0, 0.16) 1px solid;
	position: relative;
}

.entry-item:hover {
	box-shadow: 0 0 9px 0 rgb(235, 186, 72);
}

.entry-item:nth-child(2n),
.entry-item:last-child {

}

.entry-item-img {
	text-align: center;
	position: relative;
}
.entry-item-img img {
	height: 160px;
  max-width: 100%;
}
.entry-item-body {
	padding: 15px;
}

.entry-item-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 4px;
}

.entry-item-published {
	color: #808080;
	font-size: 12px;
	margin-top: 4px;
}

.entry-item-published::before {
	content: "\f073";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-weight: 400;
	margin-right: 8px;
}

.entry-item-tag {
	background: rgb(12, 204, 156, .7);
	color: #fff;
	font-size: 12px;
	line-height: 1.1;
	padding: 6px 14px;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 0;
}

.entry-item-title {
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.42;
	margin-bottom: 7px;
}

.entry-item-excerpt {
	color: #454545;
	font-size: 14px;
	line-height: 1.71429;
	margin-bottom: 8px;
}

.entries.m_horizontal {
	margin-bottom: 62px;
}

.entries.m_horizontal .entry-item {
	margin-bottom: 30px;
	margin-right: 20px;

	
}

.entries.m_horizontal .entry-item:last-child {

}

.entries.m_horizontal .entry-item .entry-item-img {
	width: 100%;
	margin-bottom: 10px;
}

.entries.m_horizontal .entry-item .entry-item-body {
	padding: 0 15px 7px 15px;
}

.entries.m_block .entry-item {
	width: 100%;
	margin-right: 0;
}

.entries.m_block .entry-item .entry-item-body {
	padding: 15px;
	display:block;

}

.entries.m_block .entry-item .entry-item-published {
	font-size: 14px;
}

.entries.m_block .entry-item .entry-item-tag {
	font-size: 14px;
}

.entries.m_block .entry-item .entry-item-title {
	font-size: 20px;
}

.entries.m_block .entry-item .entry-item-excerpt {
	font-size: 16px;
}

.entry {
	background: #fff;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
	padding: 40px 40px 12px;
	margin-right: 40px;
}
@media screen and (max-width: 767px) {
	.entry {
		margin: 0;
	}
  .entries {
    display: block;
  }

.entry-item {
	margin-bottom: 27px;
	margin-right: 0;
	width: 100%;
}

.entry-item:last-child {
	margin-bottom: 0;
}

.entries.m_horizontal {
	margin-bottom: 40px;
}

.entries.m_horizontal .entry-item {
	margin-bottom: 20px;
}

.entries.m_horizontal .entry-item .entry-item-img {

}

.entries.m_horizontal .entry-item .entry-item-body {
	padding-left: 12px;

}

.entries.m_horizontal .entry-item .entry-item-published {
	font-size: 10px;
}

.entries.m_horizontal .entry-item .entry-item-tag {
	font-size: 10px;
	margin-right: 8px;
}

.entries.m_horizontal .entry-item .entry-item-title {
	font-size: 12px;
	margin-bottom: 6px;
}

.entries.m_horizontal .entry-item .entry-item-excerpt {
	display: none;
}

.entries.m_horizontal {
	margin-bottom: 40px;
  padding-right: 20px;
}

.entries.m_block .entry-item .entry-item-published {
	font-size: 12px;
}

.entries.m_block .entry-item .entry-item-tag {
	font-size: 12px;
}

.entries.m_block .entry-item .entry-item-title {
	font-size: 18px;
}

.entries.m_block .entry-item .entry-item-excerpt {
	font-size: 14px;
}

.entry {
	padding: 10px;
}

.entry-label a {
	font-size: 11px;
	padding: 4px 14px;
}

.entry-title {
	font-size: 24px;
	line-height: 1.41667;
}

.entry-published,
.entry-updated {
	font-size: 11px;
}

.entry-updated {
	margin-left: 18px;
}

.entry-tag-items {
	padding-top: 24px;
}

.entry-tag-head {
	padding: 6px 15px 0;
}

.entry-tag-item a {
	padding: 4px 16px 3px;
}

.entry-body {
	padding-bottom: 24px;
}

.entry-body h2 {
	font-size: 20px;
	margin-top: 80px;
	padding: 27px 17px;
	background-color:rgb(12, 204, 156);
}

.entry-body h3 {
	font-size: 20px;
}

#toc_container {
	padding: 20px 20px;
}

#toc_container .toc_title {
	margin-bottom: 18px;
}

#toc_container > ul > li {
	margin-bottom: 30px;
}

#toc_container > ul > li > ul {
	margin-top: 12px;
}

.related-item {
	margin-right: 30px;
	width: calc(50% - 30px * 1 / 2);
}

.related-item:nth-child(2n) {
	margin-right: 0;
}

.widget {
	margin-bottom: 57px;
}

.entry-404 {
	padding-bottom: 0;
	padding-top: 18px;
}

.entry-404-head {
	font-size: 40px;
	margin-bottom: 36px;
}

.entry-404-head span {
	display: block;
}

.entry-404-head span::after {
	display: none;
}

.entry-404-lead {
	font-size: 20px;
	margin-bottom: 34px;
}

.entry-404-lead .m_sp {
	display: block;
}

.entry-404-content {
	font-size: 12px;
	padding-left: 24px;
	padding-right: 24px;
}

.entry-404-btn {
	margin-top: 62px;
}
}
.entry-label {
	display: inline-block;
	margin-bottom: 18px;
}

.entry-label a {
	background: #18ceee;
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 4px 16px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	font-family: sans-serif, "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6", "Meiryo", "Meiryo", "Noto Sans Japanese";
}

.entry-label a:hover {
	opacity: 0.6;
}

.entry-title {
	font-family: sans-serif, "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6", "Meiryo", "Meiryo", "Noto Sans Japanese";
	font-size: 30px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 18px;
	text-align:center;
  color: #222;
}
.wp-block-heading {
  color: #222;
}
.wp-block-image {
  text-align: center;
  margin-bottom: 16px;
}
.entry p {
  color: #222;
}
.m_page .entry-title {
	margin-bottom: 34px;
}

.entry-meta {
	align-items: center;
	display: flex;
	margin-bottom: 18px;
}

.entry-published,
.entry-updated {
	color: #808080;
	font-size: 12px;
}

.entry-published::before,
.entry-updated::before {
	content: "\f073";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-weight: 400;
	margin-right: 8px;
}

.entry-updated {
	margin-left: 27px;
}

.entry-updated::before {
	content: "\f1da";
	font-weight: 900;
}

.entry-img {
	text-align: center;
	margin-bottom: 50px;
}
.entry-img img {
	max-height: 450px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .entry-img img {
    height: 330px;
  }
}

.entry-tag-items {
	border-top: 1px solid #e2e2e2;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
}

.entry-tag-head {
	background: #808080;
	border-radius: 3px;
	color: #fff;
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-right: 15px;
	padding: 6px 15px 0;
}

.entry-tag-head::before {
	content: "\f02b";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-weight: 900;
	margin-right: 5px;
}

.entry-tag-item {
	margin-bottom: 10px;
	margin-right: 15px;
}

.entry-tag-item:last-child {
	margin-right: 0;
}

.entry-tag-item a {
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	color: #808080;
	display: block;
	font-size: 14px;
	padding: 6px 18px 5px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.entry-tag-item a:hover {
	background: #808080;
	border-color: #808080;
	color: #fff;
}

.entry-body {
	margin-top: 32px;
	padding-bottom: 44px;
}

.m_page .entry-body {
	padding-bottom: 12px;
}

.entry-body h2 + p,
.entry-body h3 + p,
.entry-body h4 + p,
.entry-body h5 + p,
.entry-body h6 + p {
	margin-top: 0;
}

.entry-body h2 {
	background: #ebebeb;
	border-radius: 3px;
	border-top: 6px solid #d81f32;
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 38px;
	margin-top: 79px;
	padding: 24px 20px;
	position: relative;
	text-align: left;
}

.entry-body h2::after {
	border: 5px solid transparent;
	border-top: 15px solid #ebebeb;
	content: "";
	height: 0;
	left: 24px;
	position: absolute;
	top: 100%;
	width: 0;
}

.entry-body h3 {
	border-bottom: 3px solid #d81f32;
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 24px;
	margin-top: 84px;
	padding-bottom: 14px;
}

.entry-body h4 {
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 16px;
	margin-top: 82px;
	padding-left: 42px;
	position: relative;
}

.entry-body h4::before {
	color: #d81f32;
	content: "\f00c";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-size: 26px;
	font-weight: 900;
	left: 0;
	position: absolute;
	top: -8px;
}

.entry-body h5 {
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 27px;
	margin-top: 60px;
}

.entry-body h6 {
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 1em;
	margin-top: 2em;
}

.entry-body p {
	line-height: 1.875;
	margin-top: 30px;
}

.entry-body ul {
	list-style-type: disc;
	margin-bottom: 1em;
	padding-left: 20px;
}

.entry-body ol {
	list-style-type: decimal;
	margin-bottom: 1em;
	padding-left: 20px;
}

.entry-body li {
	line-height: 1.6;
	margin-bottom: 0.4em;
	margin-top: 0.4em;
}

.entry-body blockquote {
	background: #eee;
	line-height: 1.6;
	margin-bottom: 1em;
	margin-top: 1em;
	padding: 1em;
}

.entry-body blockquote > :first-child {
	margin-top: 0;
}

.entry-body blockquote > :last-child {
	margin-bottom: 0;
}

.entry-body q {
	background: #eee;
	display: inline-block;
	padding-left: 0.2em;
	padding-right: 0.2em;
	vertical-align: middle;
}

.entry-body strong,
.entry-body b {
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-weight: 600;
}

.entry-body a {
	color: #1592e6;
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-weight: 600;
	transition: all 0.3s ease 0s;
}

.entry-body a:hover {
	opacity: 0.6;
}

.entry-body img {
	vertical-align: middle;
}

.entry-body .entry-btn {
	margin: 1em 0;
	text-align: center;
}

.entry-body .entry-btn .btn {
	color: #fff;
	font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}

.entry-body .entry-btn .btn:hover {
	opacity: 1;
}

.entry-links {
	margin-top: 32px;
	text-align: center;
}

.entry-links .post-page-numbers {
	background: #fff;
	border: 1px solid #666;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-left: 8px;
	margin-right: 8px;
	min-width: 30px;
	text-align: center;
}

.entry-links .post-page-numbers.current {
	background: #666;
	color: #fff;
}

.entry-links .post-page-numbers:first-child {
	margin-left: 0;
}

.entry-links .post-page-numbers:last-child {
	margin-right: 0;
}

.entry-links a {
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.entry-links a:hover {
	background: #666;
	color: #fff;
}
#primary {
  width: 75%;
}
@media screen and (max-width: 767px)  {
  #primary {
    width: 100%;
  }
  #secondary {
    display:none;
  }
  
  .m_one #secondary {
    display: block;
  }
}
#secondary{
  margin-left: auto;
  width: 25%;
}
.m_one #secondary {
	display: none;
	width: 100%;
}


.archive-lead {
  color: rgb(12, 204, 156);
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}
.wprofile-sns-item.m_twitter a {
	color: #1da1f2;
}

.wprofile-sns-item.m_facebook a {
	color: #3b5998;
}

.wprofile-sns-item.m_instagram a {
	color: #c13584;
}
.widget-title {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  padding: 0 0 16px;
  text-align: center;
  position: relative;
}
.widget-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: rgb(12, 204, 156);
}
.wprofile-sns {
  align-items: center;
  display: flex;
  justify-content: center;
}
.widget {
  margin-bottom: 50px;
}
.wprofile-content {
  font-size: 14px;
  line-height: 1.71429;
  margin-bottom: 38px;
}
.search-field {
  padding-right: 70px;
  width: 100%;
}
input, textarea {
  -webkit-appearance: none;
  background-image: none;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  padding: 8px 8px;
  width: 100%;
}
.wprofile-title {
  margin: 0;
}
.wprofile-text {
  margin:0;
  width: 100%;
}
.wprofile-img img {
  max-width: 100%;
}
.related-title {
  margin-bottom: 12px;
}
.related-items {
  display: flex;
  flex-wrap: wrap;
}
.related-item {
  margin-right: 40px;
  margin-bottom: 18px;
  border: 1px solid #d1d1d1;
  font-size: 14px;
}
.related-item-img  {
  width: 220px;
  max-width: 100%;
}
.related-item-img img {
  max-width: 100%;
  height: 140px;
}
.related-item-title {
  padding: 10px;
  width: 220px;
  max-width: 100%;
}




/* コンテンツスタイル
===================================== */
/* header
ヘッダー
---------------------------- */
.wrappper {
  background-color: #fff;
}
.h1 {
  margin: 0 auto;
  max-width: 1100px;
  text-align: left;
  padding: 2px 0;
  max-width: 1100px;
  color: #fff;
  font-size: 12px;
}
/*---------h1タグ---------*/
.headh1  {
  background-color: #471f1f;
  color: #979797;
  padding: 2px 0;
  height:22px;
}
.header {

}
@media (min-width: 768px) {
  .header {
    text-align: center;
    z-index: 997;
  }
}
.headerUnder {
	height: 115px;
}
.header-nav {
  position:-webkit-sticky;
  position:sticky;
  z-index: 997;
  top: 0;
    background-image: url(../img/header-bg.png);
  background-repeat: none;
  background-position:  50% 50%;
  background-size: cover;
  max-width: 100%;
  margin-top: 0;
}
.nav-container {
  display: flex;
  max-width: 1200px;
  align-items: center;
  margin: 0 auto;
    padding: 4px 0 12px 0;
}
.header-overlay {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: 0.3s;
  visibility: hidden;
  width: 100%;
}
.add-active .header-overlay {
  opacity: 1;
  visibility: visible;
}
.header-logo img {
  position: absolute;
  top: -50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .header-nav {
    bottom: 0;
    position: fixed;
    right: -300px;
    text-align: center;
    top: 0;
    transition: right 0.3s linear;
    width: 300px;
    z-index: 1;
  }
    .add-active .header-nav {
    right: 0;
  }
  .header-navItem + .header-navItem {
    margin-top: 20px;
  }
  .header-navLink {
    font-size: 1.8rem;
  }
  .nom {
    color: #fff;
  }
}
@media (min-width: 768px) {
  .header-nav {
    margin: 0 auto;
    height: 62px;
	background-color: #fdfcfa;
  }
  .logo {
    text-align:left;
  }
  .logo img {
    border-radius: 2px; 
    width: 200px;
    height: 55px;
  }
  .logo-name {
    margin-left: 10px;
  }
  .logo-nameLink {
    color: #222;
  }
  .header-navList {
    display: flex;
	margin-left: 180px;
  }
    .header-navItem + .header-navItem {
    margin-left: 30px;
  }
    .header-navLink {
  }
  .header-navLink:after {
    background: #8c8b8b;
    bottom: -5px;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transition: transform .2s;
    width: 100%;
  }
  .header-navLink:hover:after {
    transform: scaleX(1);
  }
}
.header-navLink {
  color: #1c0f0f;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

@media (max-width: 767px) {
  .logo img {
    border-radius: 2px; 
    width: 180px;
    height: 35px;
  }
}

/*-------------------------------------------
# ボタンコメントアウト
.hero-link,
.contact-button {
  background-color: #ffaa3b;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 5px rgba(62, 62, 62, 0.2);
          box-shadow: 0 3px 5px rgba(62, 62, 62, 0.2);
  color: #fff;
  display: block;
  font-size: 1.8rem;
  letter-spacing: .025em;
  line-height: 48px;
  height: 48px;
  margin-top: 40px;
  text-align: center;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;f
  width: 280px;
  font-weight: bold;
}
*/

.allWrap {
  background-color: #000;
}
.mainV {
  background-image: url(../img/mainV.png);
  background-repeat: none;
  background-position:  50% 50%;
  background-size: cover;
  max-width: 100%;
  height: 740px;
  padding-left: 16.2em;
}

.mainV .catch {
  padding-top: 320px;
  font-size: 44px;
  letter-spacing: 0.07em;
}
.mainV-st {
  font-size: 28px;
  letter-spacing: 0.07em;
  padding-top: 26px;
}
.com-name {
  font-size: 22px;
  text-align: right;
}

.band {
  background-color: #471f1f;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.band p  {
  padding: 8px 0;
}
@media (max-width: 767px)  {
  .mainV {
    height: 500px;
    padding-left: 1.3em;
    background-position:  70% 10%;
  }
  .catch {
    font-size: 34px;
    line-height: 1.7;
    padding-top: 40px;
  }
  .mainV-st {
    font-size: 26px;
    padding-top: 74px;
  }
  .p_head {
    font-size: 22px;
  }
}
	/*-------------------------------------------
	# ドロワー作成（スマホ）
	---------------------------------------------*/
@media(max-width: 767px) {
  .header-logo-container {
  }
  .drawer {
    display:block;
  }
	.drawer-icon {
		position: fixed;
    	z-index: 50;
    	top: 28px;
    	right: 10px;
    	font-size: 0;
	}
	.drawer-icon-bars {
		    /* position: relative; */
			display: none;
			width: 48px;
			height: 48px;
			border-radius: 50%;
			background: #fff;
			border: none;
			box-shadow: 0 0 5px 1px rgba(40,40,40,0.2);
			display: block;
			
	}
	.drawer-icon-bar:first-child {
  		transform: translate(0, -6.5px);
	}
	.drawer-icon-bar {
		position: absolute;
		top: calc(50% - 1px);
		left: calc(50% - 11px);
		display: block;
		width: 24px;
		height: 2.5px;
		border-radius: 1px;
		background: #f8933a;
		transition: transform .3s ease, opacity .3s ease;
		transform-origin: center;
	}
	.drawer-icon-bar:last-child {
  		transform: translate(0, 6.5px);
	}
	/*------------.jsと連携 クリックしたらis-activeがつく。--------------------------*/
	  .drawer-background.is-active {
		display: block;
	  }
	  .drawer-icon-bars.is-active .drawer-icon-bar:first-child  {
		transform: rotate(45deg);
		z-index: 999;
	  }
	  .drawer-icon-bars.is-active .drawer-icon-bar:nth-child(2)   {
		display: none;
	  }
	  
	  .drawer-icon-bars.is-active .drawer-icon-bar:last-child  {
		transform: rotate(-45deg);
		z-index: 999;
	  }
	.drawer-content {
		width: 100%;
		height: 100%;
		position: fixed;
		right: 0;
		top: 0;
		color: #fefefe;
		font-weight: bold;
		background: rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 3px rgba(51, 51, 51, 0.16);
		z-index: 299;
		transform: translateX(105%);
		transition: transform 0.5s ease 0s;
	  }
	  .drawer-content::after {
	  
	  }
	  
	  .drawer-content.is-active {
		transform: translateX(0);
	  }
	  .drawer-content-item a::after {
		position: absolute;
		content: "";;
		right: 21px;
		top: 50%;
		transform: translateY(-50%);
		width: 8px;
		height: 11px;
	  }
	  
	  .drawer-content-item-icon {
		padding: 10px 20px;
	  }
	  .drawer-list {
		padding: 70px 30px 20px;
	  }
	  .drawer-list li {
		padding: 15px 20px;
		position:relative;
		margin: 10px 0;
		font-size: 16px;
		list-style: none;
	  }
	  .drawer-list li::after{
		position: absolute;
		content: "";
		background-color: rgb(255, 255, 255);
		height: 3px;
		width: 100%;
		bottom: -1px;
		right: 0;
	  }
	  .drawer-list li:last-child::after{/*コレ*/
		display: none;
	  }
	  .dra-sns-box {
		display:flex;
		justify-content: space-between;
	  }
	  .dra-line-box img {
		margin: 5px 5px 5px;
		color: #fff;
		 width: 90%;
	  }
	  .dra-insta-box img {
		margin: 5px 5px 5px;
		color: #fff;
		width: 90%;
	  }
	  .drawer-background {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.8);
	  }
    .header-container-flex {
      margin: 2px 0;
  }
  .headUnder {
	  position: -webkit-sticky;
	  position: sticky;
	  z-index: 10000;
	  width: 100%;
	  top: 0;
	}
  .logo-box img {
	 width: 250px;
	}
  .price-flex {
    display:block;
  }


#content > .inner {
	display: flex;
	padding: 28px 90px 120px;
}
@media (max-width: 767px)  {
  #content > .inner {
    padding: 0 25px 60px;
    justify-content:center;
  }
}


#content.m_one > .inner {
	display: block;
}
.breadcrumb .home::before {
	content: "\f015";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-weight: 900;
	margin-right: 10px;
}
}


/*-------------------------------------------
# Contact
---------------------------------------------*/
.contact {
  background-color: #fff
}
.contact-inner {
  padding-top: 100px;
}
@media (max-width: 767px)  {
  .contact-inner {
    padding-top: 40px;
  }
}
.contact-inner-wrap {
  text-align:center;
}
.contact-wrap-mess {
  margin: 0;
}
.contact-wrap-tel {
  font-size: 32px;
  font-weight: 700;
  color:#67aa48;
}
@media (max-width: 767px)  {
  .contact-wrap-tel {
    font-size: 24px;
    padding: 0 10px;
  }
}
.contact-wrap-tel::before {
	font-family: "Font Awesome 5 Free", sans-serif;
	font-weight: 900;
	margin-right: 8px;
	content: "\f2a0";
}
.tel-text {
  font-size: 18px;
  padding-left: 22px;
}
.contact_form {
  margin: 80px auto 110px;
  width: 800px;
  max-width: 100%;
  background-color: #fff;
  padding: 80px;
  border: solid 2px #f8933a;
  border-radius: 22px;
}
@media (max-width: 767px) {
  .contact_form {
    padding: 24px 12px;
      max-width: 90%;
      
  }
}
@media (max-width: 767px) {
  .contact-form-dl {
    padding: 0 20px;
  }
}
.contact-form-row {
  display: flex;
  padding-top: 5px;
}
.contact-form-row:not(:first-child) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .contact-form-row:not(:first-child) {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .contact-form-row {
    display: block;
  }
}

.contact-form-label {
  width: 160px;
  max-width: 100%;
  padding: 5px 0 0;
  margin: 0;
}
.contact-form-label label {
  font-size: 16px;
  font-weight: bold;
}
.contact-form-label label.is-required {
  display: inline;
  position: relative;
  width: 100%;
}
.contact-form-label label.is-required::after {
  content: "必須";
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  background-color: #e81919;
  text-align: center;
  border-radius: 4px;
  padding: 4px 4px;
  line-height: 1;
}
@media (max-width: 767px) {
  .contact-form-label label.is-required::after {
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 6px);
    width: 44px;
  }
}
@media (max-width: 767px) {
  .contact-form-label label {
    width: 100%;
  }
}

.contact-form-input {
  width: calc(100% - 160px);
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
@media (max-width: 767px) {
  .contact-form-input {
    width: 100%;
    margin-top: 6px;
  }
}
.contact-form-input [type=text] {
  box-shadow: none;
  border: 1px solid #707070;
  background-color: #fff;
  padding: 12px 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
}
.contact-form-input [type=email] {
  box-shadow: none;
  border: 1px solid #707070;
  background-color: #fff;
  padding: 12px 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
}
.contact-form-input [type=tel] {
  box-shadow: none;
  border: 1px solid #707070;
  background-color: #fff;
  padding: 12px 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
}
.contact-form-input textarea {
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  border: 1px solid #707070;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
  padding: 12px 16px;
  height: 240px;
  resize: none;
}


.contact-form-check {
  margin-top: 63px;
  text-align: center;
  display: block;
  transition: all 0.3s ease 0s;
}
.contact-form-check:hover {
  opacity: 0.5;
}
.contact-form-check [type=checkbox] {
  display: none;
}
.contact-form-check span {
  display: inline-block;
  padding-left: 49px;
  position: relative;
}
.contact-form-check span::before {
  content: "";
  width: 25px;
  height: 25px;
  background: #fff;
  border: 1px solid #707070;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.contact-form-check span::after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: transparent url(../img/checkbox.png) no-repeat center center/contain;
  display: none;
}
.contact-form-check span a {
  font-weight: bold;
}
.contact-form-check [type=checkbox]:checked + span::after {
  display: block;
}

.contact-form-button {
  margin-top: 35px;
  text-align: center;
}
.contact-form-button [type=submit] {
  width: 240px;
  max-width: 100%;
  height: 56px;
  background: #f8933a url(../img/button-arrow.svg) no-repeat right 12px center/17px 16px;
  color: #fff;
  font-family: 'Zen Kaku Gothic New', "YuGothic", "Yu Gothic medium","ヒラギノ角ゴ", serif;
  display: inline-block;
  align-items: center;
  border: none;
  border-radius: 26px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  font-size: 17px;
  font-weight: bold;
}
.contact-form-button [type=submit]:hover {
  opacity: 0.7;
  text-align:center;
}

.wpcf7-response-output {
  text-align:center;
}
.wpcf7-spinner  {
  margin: 0 0 0 5px;
}
/*-------------------------------------------
# モーダル
---------------------------------------------*/
.modal-contact {
  position: fixed;
  z-index: 501;
  width: 900px;
  max-width: 100%;
  height: 680px;
  max-height: calc(100% - 48px);
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px 60px 20px;
  color: #707070;
  display: none;
}
@media (max-width: 767px) {
  .modal-contact {
  padding: 45px 15px 10px;
  width: 300px;
  }
}

.modal-contact_head {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 18px;
  position: relative;
  text-align: center;
}
@media (max-width: 767px)  {
  .modal-contact_head  {
    font-size: 18px;
    padding-bottom: 12px;
  }
}
.modal-contact_head::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: #b3ed98;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.modal-contact_content {
  margin-top: 40px;
  height: calc(100% - 84px - 108px);
  overflow: auto;
}
@media (max-width: 767px)  {
  .modal-contact_content {
    margin-top: 20px;
    height: calc(100% - 84px - 70px);
  }
}
.modal-contact_content > .first-child {
  margin-top: 0;
}

.modal-contact_sub-head {
  font-size: 20px;
  font-weight: 700;
  padding-left: 20px;
  position: relative;
  margin-top: 40px;
}
@media (max-width: 767px)  {
  .modal-contact_sub-head  {
    font-size: 16px;
    padding-left: 10px;
    margin-top: 22px;
  }
}
.modal-contact_sub-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 20px;
  background-color: #b3ed98;
}

.modal-contact_text {
  margin-top: 16px;
  line-height: 1.5;
  padding-left: 20px;
}

.modal-contact_button {
  margin-top: 16px;
  text-align: center;
}
.modal-contact_button a {
  text-decoration: none;
  display: inline-block;
  width: 176px;
  padding: 8px;
  text-align: center;
  color: #fff;
  background: #b3ed98;
  font-weight: 700;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.modal-contact_icon {
  position: absolute;
  width: 40px;
  height: 40px;
  right: -15px;
  top: -15px;
}
.modal-contact_icon a {
  text-decoration: none;
}
.modal-contact_background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 500;
}
.modal-under {
  text-decoration: underline;
}
/*-------------------------------------------
# footer
フッター
---------------------------------------------*/
.footer {
	background: #f8f5f0;
	padding-bottom: 12px
  }
  @media (max-width: 767px) {
	.footer {
	  padding: 15px 0 2px;
	}
  }
  
  .footer-logo {
	width: 120px;
	margin: 0 auto;
	padding-top: 28px;
  }
  @media (max-width: 767px) {
	.footer-logo {
	  width: 80px;
	  padding-top: 18px;
	}
  }
  .ul-wrap-flex {
	display: flex;
	width: 820px;
	max-width: 100%;
	margin: 0 auto;
  }
  .ul-wrap {
	width: 25%;
	text-align:center;
  }
  @media (max-width: 767px)   {
	.ul-wrap{
	  width: 100%;
	}
  } 
@media (max-width: 767px)  {
	.footer-nav-list {
	  display: flex;
	  margin: 0 30px;
	  justify-content:space-between;
	}
  }
  .footer-nav-item {
	  color:#8d8d8d;
	padding-top: 14px;
  }
  
  .footer-nav-item-link {
	color:rgb(255, 149, 0);
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 16px;
	-webkit-text-decoration: underline;
	        text-decoration: underline 1px solid #cbcbcb;
  }
  .footer-nav-item-link:hover {
	color: #000;
  }
  .footer-address {
	text-align:center;
	font-size: 14px;
	color:rgb(255, 149, 0);
	margin-top: 20px;
  }
  
  
  .footer-copyright {
	color: #888888;
	text-align: center;
	font-size: 12px;
	margin-top: 16px;
  }
  @media (max-width: 767px) {
	.footer-copyright {
	  margin: 5px;
	}
  }
  @media (max-width: 767px)  {
	.ul-wrap {
	  display:none;
	}
  }
  @media (max-width: 767px)  {
	.footer-sp {
	  display:block;
	}
  }

/*-------------------------------------------
# .index.php 
トップページ
---------------------------------------------*/
.c-btn {
	font-size: 1.3rem;
    font-weight: 700;
    transition: 0.3s;
    border-radius: 2em;
	text-align: center;
	border: 2px solid #dcdcdc;
    background: #fff;
	width: 100%;
    max-width: 246px;
	margin: 0 auto;
}
.c-btn a {
	display: block;
    padding: 1em 1.2em;
    letter-spacing: 0.12em;
}
.topSection-h2 {
	width: 170px;
	margin: 0 auto;
	text-align: center;
}
.topSection-h2 img {
	
}
/*-------------------------------------------
# .index.php 
トップページ
---------------------------------------------*/
/*-------------------------------------
トップページ News
---------------------------------------*/
.topNews {
	width: 900px;
	max-width: 100%;
	margin: 0 auto;
	margin-top: 100px;
	padding-bottom: 80px;
  }
  @media screen and (max-width: 767px) {
	.topNews {
	  padding: 0 32px 60px;
	  margin-top: 60px;
	}
  }
  .topNews-ttl {
  }
  #topNews h2 {
	color:  rgb(255, 149, 0);
	font-size: 30px;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
  .topNews-ttl-en {
	font-size: 43px;
    line-height: 0.7;
    color: #eeeeee;
	padding-left: 20px;
  }
  .topNews-box {
	border: 2px solid #d5d5d5;
	border-radius: 12px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	padding: 2px 40px 20px;
	margin-top: 20px;
  }
  .topNews-list {
	margin-top: 15px;
	margin-bottom: 20px;
  }
  @media screen and (max-width: 767px) {
	.topNews-list {
	  margin-top: 25px;
	}
  }
  
  .topNews-item {
	border-bottom: 1px solid #cbcbcb;
  }
  
  .topNews-item-link {
	color: #333;
	padding: 2px 0 12px;
	display: block;
  }
  @media screen and (min-width: 768px) {
	.topNews-item-link {
	  display: flex;
	  align-items: center;
	}
	.topNews-item-link:hover .news-item-picture > img {
	  transform: translate(-50%, -50%) scale(1.05);
	}
  }
  @media screen and (max-width: 767px) {
	.topNews-item-body {
	  margin-top: 21px;
	}
  }
  @media screen and (min-width: 768px) {
	.topNews-item-body {
	  margin-left: 10px;
	  flex: 0 1 100%;
	  display: flex;
	}
  }
  
  .topNews-item-date {
	font-size: 12px;
  }
  
  .topNews-item-title {
	font-size: 18px;
	font-weight: 600;
	margin-left: 12px;
  }
  .topNews-item-title:hover {
	opacity: 0.7;
  }
  @media screen and (max-width: 767px) {
	.topNews-item-title {
	  font-size: 16px;
	}
  }
  .topNews-link {
	text-align: right;
	font-size: 18px;
	-webkit-text-decoration: underline solid rgb(255, 149, 0);
	        text-decoration: underline  3px solid rgb(255, 149, 0);
  }
.topNews-link:hover {
	opacity: 0.7;
}
/*-------------------------------------------
# .index.php  vision
---------------------------------------------*/
.topVison {
  margin-bottom: 120px;
}
.topVison h2 {
  font-size: 16px;
  text-align: center;
}
.topVmes {
  font-size: 32px;
  text-align: center;
  padding: 5rem 0;
}
.topVunder-box {
  display: flex;
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.topVun-left {
	flex: 1;
	height: auto;
}
.topVun-left img {
  height: auto;
  max-width: 100%;
}
.topVun-right {
	flex: 1;
	padding: 0 68px 0 9rem;
}
.topVun-right-img {
	text-align: center;
}
.topVun-right-img img {
	max-width: 60%;
    height: auto;
}
.topVun-right-txt {
  
}
.topVun-right-txt p {
	margin: 5rem 0; 
}
@media (max-width: 767px)  {
	.topVmes {
		font-size: 22px;
		padding: 18px 0 12px;
	}
	.topVunder-box {
		display:block;
}
.topVun-right {
	padding: 0;
	flex: 2;
}
.topVun-right-img img {
	max-width: 100%;
}
.topVun-right-txt p {
	margin: 12px 20px;
}
}

/*---------#topWord -----------------------*/
.topWord {
	background-color: #fbae21;
	padding: 120px 168px 120px 168px; 
	color: #fefefe;
}
.topWord h2 {
	font-size: 32px;
	margin-bottom: 80px;
}
.topW-box {
	width: 90%;
    max-width: 700px;
    margin-left: auto;
}
.topW-box p {
	line-height: 2.4;
    font-weight: 500;
	font-size: 20px;
}
@media (max-width: 767px)  {
	.topWord {
		padding: 60px 38px 60px 38px; 
	}
	.topWord h2 {
		font-size: 25px;
		margin-bottom: 40px;
	}
	.topW-box p {
		font-size: 16px;
	}
	.topW-box {
		width: 100%;
		margin-left: 0;
		
	}
}
/*---------#topCurrent -----------------------*/
.topCurrent {
	margin: 120px 0;
}
.topCurrent h2 {
	text-align: center;
}
.topC-box {
	display: flex;
	padding: 60px 120px 80px 120px;
}
.topC-left {
	flex: 1;
}
.top-left h3 {
	
}
.topC-left p {
	padding-top: 40px;
	padding-right: 40px;
}
.topC-right {
	flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.topC-items {
	margin-top: 80px;
	display: flex;
	flex-wrap: wrap;
}
.topC-item {
	background-color: #fff;
	width: calc(49.9% - 16px);
	padding: 16px;
	border-radius: 4px;
}

  .topC-img {
	text-align: center;
}
.topC-img img {
	width: 100%;
}

@media (min-width: 1200px) {
	.topC-item:not(:nth-child(2n+1)) {
	  margin-left: 24px;
	}
	.topC-item:nth-child(n+3) {
	  margin-top: 24px;
	}
}
@media (min-width: 768px) and (max-width: 1200px) {
	.topC-item {
	  width: calc(50% - 12px);
	}
	.topC-item:not(:nth-child(2n+1)) {
	  margin-left: 24px;
	}
	.topC-item:nth-child(n+3) {
	  margin-top: 24px;
	}
}
@media (max-width: 767px) {
	.topCurrent {
		margin: 60px 0 20px;
	}
	.topC-box {
		display: block;
		padding: 30px 40px 40px 40px;
	}
	.topC-left p {
		padding-right: 0;
	}
	.topC-item {
	  width: 100%;
	  margin-left: 0;
	}
	.topC-item:nth-child(n+2) {
	  margin-top: 24px;
	}
	.topC-items {
		margin-top: 42px;
	  }
}
/*-----------# topService------------------*/
.topService {
	text-align: center;
	padding: 80px 0;
	background: linear-gradient(90deg, rgba(237, 169, 22, 0.77), rgba(244, 167, 14, 0.99)) ,url(../img/tpserv.jpg);
	background-repeat: none;
	background-position:  10% 70%;
	background-size: cover;
}
.topService h2 {
	margin-bottom: 40px;
}
.topS-box {
	width: 800px;
	margin: 0 auto;
	max-width: 100%;
}
.topS-box a:hover {
	opacity: 0.7;
}
.topS-box-item {
	display: flex;
	background-color: #f8f5f0;
	margin-top: 40px;
}
.topS-box-item-img {
	width: 30%;
}
.topS-box-item-img img {
	width:270px;
	height: 220px;
	-o-object-fit: cover;
	   object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
}
.topS-box-item-right  {
	width: 70%;
	padding: 10px 20px;
}
.topS-box-item-right p {
	line-height: 1.9;
}
.topS-box-item h3 {
	padding-bottom: 12px;
}
@media (max-width: 767px) {
	.topService {
		padding: 60px 30px;
	}
	.topS-box-item {
		display: block;
		
	}
	.topS-box-item-img {
		width: 100%;
	}
	.topS-box-item-img img {
		width: 100%;
	}
	.topS-box-item-right {
		width: 100%;
	}
	.topS-box-item h3 {
		font-size: 18px;
	}
	.topS-box-item-right p {
		font-size: 15px;
	}
}
/*-----------# topFlow---------------------*/
.topFlow {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #fdfcfa;
}
.topFlow h2 {
	text-align: center;
}
.topFlow-box {
	width: 880px;
	max-width: 100%;
	margin: 0 auto;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	align-items: center;
}
.topFlow-box ul {
	
}
.topF-item {
	width: 880px;
    position: relative;
    display: flex;
    place-items: center;
    justify-content: space-between;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    margin: 32px 0px;
    padding: 20px 24px;
}
.topF-item-after {
	position: relative;
}
.topF-item-after::after {
	width: 62px;
    position: absolute;
    bottom: -45px;
    left: 408px;
    margin: auto;
	content: url(../img/yajirusi.png);
}
.topF-left {
    width: 120px;
    text-align: center;
    border-right: 1px solid rgb(204, 204, 204);
    padding: 30px 0px;
}
.topF-left .no {
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0.1em;
    color: rgb(51, 51, 51);
}
.topF-left .topF-step {
	font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.1em;
    color: rgb(51, 51, 51);
}

.topF-middle {
	width: 156px;
    margin: 12px 32px;
}
.topF-middle img {
	width: 156px;
	max-width: 100%;
}
.topF-right {
	width: 52%
}
.topF-right h4 {
	font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1.5px;
    font-feature-settings: "palt";
    color: rgb(51, 51, 51);
    margin-bottom: 20px;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.topF-right p {
	font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: rgb(102, 102, 102);
}
.topF-step {
	font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.1em;
    color: rgb(51, 51, 51);
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.topF-no {
	font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0.1em;
    color: rgb(51, 51, 51);
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media (max-width: 1116px) {
	.sd-F {
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			padding-bottom: 224px;
	}
	.sd-F li {
        width: 320px;
        margin: 35px 0px;
        padding: 20px 34px;
		position: relative;
    	display: flex;
    	flex-wrap: wrap;
    	place-items: center;
    	justify-content: space-between;
    	border: 1px solid rgb(204, 204, 204);
    	border-radius: 20px;
    	background-color: rgb(255, 255, 255);
		align-items: center;
	}
	.sd-F li::after {
		position: absolute;
    	bottom: -46px;
		margin: auto;
		width: 60px;
        left: 128px;
	}
	.topF-left {
		width: 120px;
        margin: 12px 0px;
        padding: 20px 34px;
	}
	.topF-middle {
		width: 120px;
		margin: 0;
	}
	.topF-middle img {
		width: 120px;
	}
	.topF-right {
		width: 100%;
	}
	.topF-right h4 {
		margin-top: 0px;
        text-align: center;
        font-size: 16px;
	}
	.topF-right p {
		font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: rgb(102, 102, 102);
	}
}
@media (max-width: 767px) {
	.topFlow {
		padding-bottom: 0;
	}
	.sd-F {
		padding-bottom: 0;
	}
}
/*------------# topArea　トップページエリア---------------------*/
.topArea {
	margin-top: 80px;
	text-align: center;
	padding: 0 120px;
}
.topSection-h2 {

}
.topArea-box {
	width: 920px;
	max-width: 100%;
	display: flex;
	margin: 0 auto;
	margin-top: 55px;
}
.topArea-left {
	flex: 1;
}
.topArea-right {
	flex: 1;
}
.topArea-right h3 {
	line-height: 1.9;
	letter-spacing: 0.12em;
}
.topArea-txt {
	margin-top: 40px;
	font-size: 16px;
}
/*------------# topR　トップページエリア---------------------*/

.topR {
	height: 680px;
	background-image: url(../img/topRECRUIT.png);
	background-repeat: none;
	background-position:  50% 50%;
	background-size: cover;
	max-width: 100%;
	margin-top: 120px;
	padding: 80px 120px 40px;
}
.topR h2 {
	font-weight: bold;
    color: var(--mainColor);
    position: relative;
    vertical-align: middle;
	padding-left: 60px;
}
.topR-en {
    /* font-size: 60px; */
    font-size: clamp(65px, 10.0vw, 100px);
    line-height: 0.7;
	color: #f29150;
	opacity: 0.9;
}
.topR-ja {
	position: absolute;
    /* font-size: 18px; */
    font-size: clamp(18px, 2.3vw, 25px);
    top: 50%;
    left: 140px;
    transform: translate(0, -50%);
	color: #fff;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.topR-box p {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	padding: 120px 0 0 60px;
	color: #fff;
}
.r-btn {
	font-size: 1.3rem;
    font-weight: 700;
    transition: 0.3s;
    border-radius: 2em;
	text-align: center;
    background: #f5a0e4;
	width: 100%;
    max-width: 246px;
	margin: 80px 0 0 100px;
}
.r-btn a {
	display: block;
    padding: 1em 1.2em;
    letter-spacing: 0.12em;
	color: #fff;
	font-size: 16px;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.r-btn:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.topArea {
		padding: 0 30px;
		margin-top: 40px;
	}
	.topArea-box {
		display: block;
		margin-top: 20px;
	}
	.topArea-right h3 {
		font-size: 18px;
		margin-top: 12px;
	}
	.topR {
		padding: 20px 0;
		margin-top: 60px;
		height: 420px;
		background-position:  65% 50%;
	}
	.topR h2 {
		padding-left: 18px;
	}
	.topR-box p {
		padding: 140px 0 0 20px;
	}
	.r-btn {
		margin: 0 auto;
		margin-top: 20px;
	}
}
/*-------------------------------------------
# toページ　message
---------------------------------------------*/
.topMes {
	margin-top: 80px;
	text-align: center;
	padding: 0 120px;
}
.topSection-h2 {

}
.topMes-box {
	width: 920px;
	max-width: 100%;
	display: flex;
	margin: 0 auto;
	margin-top: 55px;
}
.topMes-left {
	flex: 1;
}
.topMes-left-unBox {
	display:flex;
}
.topMes-left-unBox-logo {
	
}
.topMes-left-unBox-logo img {
	width: 90px;
}
.topMes-left-unBox-txt {
	font-size: 12px;
	text-align: left;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	margin: 32px 0 0 22px;
	line-height: 2.4;
	font-weight: 700;
}
.topMes-right {
	flex: 1;
}
.topMes-right h3 {
	line-height: 2.1;
	font-weight: 600;
}
.topMes-txt {
	margin-top: 40px;
	font-size: 16px;
}
.topMes-txt p {
	line-height: 2.1;
	margin-bottom: 34px;
	text-align: left;
}
@media screen and (max-width: 767px) {
	.topMes {
		padding: 0 30px;
	}
	.topMes h2 {
		font-size: 18px;
	}
	.topMes-box {
		display: block;
		margin-top: 18px;
	}
	.topMes-left-unBox-txt {
		margin: 20px 0;
	}
	.topMes-right h3 {
		margin-top: 26px;
	}
}
/*-------------------------------------------
# recruit　リクルートページ
---------------------------------------------*/
.recMV {
	position: relative;
    min-height: 460px;
    width: 100%;
	margin-bottom: 200px;
}
.rec-bg-img picture {
	text-align: right;
}
.rec-bg-img img {
	height: 800px;
	margin-left: auto;
}
#slider {
	position: relative;
	z-index: 1;
}
@media screen and (min-width: 1025px) {
	.recMV {
        margin-bottom: 0;
		min-height: 300px;
	}
}
@media screen and (max-width: 767px)  {
		.recMV {
		min-height: 0;
	}
}




.recMV-wrap {
	display: block;
    position: absolute;
    bottom: 460px;
    background-size: contain;
    width: 100%;
    background-color: #fea850;
}
.recMV-copy {
	position: relative;
    margin-left: 40px;
    padding: 30px 0;
    font-size: clamp(20px, 5.0vw, 50px);
    font-weight: bold;
    z-index: 2;
}
.maker {
	padding: 0 8px;
    background-color: #fff;
	line-height: 1.8;
}
.recMV-wrap-bottom {
	display: block;
    position: absolute;
    bottom: -20px;
    background-size: contain;
    width: 100%;
    background-color: #fea850;
}
.recMV-copy-bottom {
	position: relative;
    margin-left: 40px;
    padding: 30px 0;
    font-size: clamp(10px, 4.0vw, 40px);
    font-weight: bold;
    z-index: 2;
}
.maker-bottom {
	padding: 0 10px;
    background-color: #fff;
	line-height: 1.8;
}





.recruit1 {
	height: 680px;
	background-image: url(../img/rec1.png);
	background-repeat: none;
	background-position:  50% 50%;
	background-size: cover;
	max-width: 100%;
	margin-top: 0;
	padding: 80px 0 40px;
	position:relative;
}
.recruit1 p {
	position: absolute;
	right: 19%;
}
.recruit1-box {

}
.tate {
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
			line-height: 3.2;
			font-size: 22px;
}
.rec-bg-c {
	background-color: #fdfcfa;
	padding-bottom: 80px;
}
.rec-fea {
	max-width: 880px;
	margin: 0 auto;
}
.rec-fea h2 {
	font-size: 22px;
    padding: 40px 0 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #dab593;
}
.rec-mes1 {
	margin-bottom: 60px;
}
.rec-mes1 h3 {
	color: #cb7d39;
    font-size: 22px;
    margin-bottom: 20px;
}
.rec-mes1 p  {
	margin-bottom: 27px;
}
.rec2-box {
	box-sizing: border-box;
}
.rec2-box-list {
	display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
}
.rec2-box-item {
	width: calc(100% /3);
	text-align: center;
	border: solid 1px #c6c6c6;
	padding: 20px 15px;
	border-radius: 4.5px;
}
.rec2Box-wrap {
	border: solid 1px #ede8e1;
	border-radius: 20px;
	margin: 80px 0;
	background-color: #ffffff;
}
@media screen and (min-width: 768px) {
	.overVinfo-h2 {
		font-size: 31px;
	}
}
.rec2Box-group {
    width: 730px;
    margin: 50px auto;
}
.rec2Box-row {
    display: flex;
    padding: 30px 0px;
    border-top: none;
}
.rec2Box-row:nth-child(n+2) {
	border-top: 1px solid rgb(209, 209, 209);
}
.rec2Box-row-left {
	font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo;
    font-size: 17px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.73;
    letter-spacing: 1.2px;
    text-align: left;
    color: rgb(240 183 131);
    width: 85px;
}
.rec2Box-row-right {
	font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.73;
    letter-spacing: 1.2px;
    text-align: left;
    color: rgb(51, 51, 51);
    margin-left: 120px;
    width: 425px;
}
.rec2Box-right-txt {
	font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.73;
    letter-spacing: 1.2px;
    text-align: left;
    color: rgb(51, 51, 51);
    width: 425px;
	margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
	.recMV-wrap {
		bottom: 290px;
	}
	.recMV-wrap-bottom {
    bottom: 50px;
}
	.rec-bg-img img {
		height: 300px;
	}
	.recMV {
		margin: 130px 0 0;
	}
	.recruit1 {
		height: 490px;
	}
	.recruit1 p {
		right: 3%;
	}
	.tate {
		font-size: 14px;
		line-height: 1.7;
	}
	.rec-mes1 p {
		line-height: 1.8;
	}
	.rec-fea {
		margin-left: 15px;
		margin-right: 15px;
	}
	.rec-mes1 h3 {
		font-size: 18px;
	}
	.rec2-box {
		margin: 0 10px;
	}
	.rec2-box-item {
		font-size: 16px;
		padding: 10px 4px;
	}
	.rec2Box-wrap {
		margin: 40px 5px 40px;
	}
	.rec2Box-group {
		max-width: 100%;
		padding: 0 10px;
		margin-top: 10px;
	}
	.rec2Box-row-left {
		padding-left: 12px;
		font-size:15px;
		width: 145px;
	}
	.rec2Box-row-right {
		margin-left: 28px;
	}
}
/*-------------------------------------------
# featureページ
---------------------------------------------*/
.fea-main-box {
	max-width: 880px;
    padding: 180px 20px 90px;
    margin: 0 auto;
}
.feaUP-box {
    max-width: 880px;
    padding: 180px 20px 90px;
    margin: 0 auto;
}
.fea-h2 {
	text-align: center;
	font-size: 20px;
	-webkit-text-decoration: underline solid rgb(255, 149, 0);
	        text-decoration: underline solid rgb(255, 149, 0);
}
.feaVision-box {
	text-align: center;
}

.fea-h3 {
	font-size: 28px;
	margin-top: 34px;
	margin-bottom: 26px;
	text-align: center;
}
.fea-big {
	font-size: 18px;
	line-height: 2.1;
	text-align: center;
}
.fea-en {
	text-align: center;
	line-height: 1.6;
	font-size: 12px;
}
.feaV-util-img {
	text-align: center;
}
.feaV-util-img picture img {
	width: 600px;
	margin-top: 40px;
}
.feaV-util-img picture img {
	width: 600px;
	margin-top: 40px;
}
.feaV-util-img picture img {
	width: 600px;
	margin-top: 40px;
}
.fea1 {
	max-width: 880px;
	margin: 0 auto;
	padding-bottom: 120px;
}
.fea1 h2 {
	margin-top: 80px;
	padding-bottom: 40px;
	color:#dd6d0a;
}
.fea1-box p {
	padding: 0 30px 120px;
}
@media screen and (max-width: 767px) {
	.fea1 {
		padding:  0 30px 60px; 
	}
	.fea1 h2 {
		margin-top: 40px;
	}
	.fea1-box p {
		padding: 0 0 20px;
	}
	.feaUP-box {
		padding: 60px 20px 60px;
	}
	.fea-big {
		font-size: 16px;
	}
}
/*-------------------------------------------
# overviewページ
---------------------------------------------*/
.overV-sec {
	margin-bottom: 40px;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.company-profile {
	max-width: 800px;
	margin: 0 auto;
	line-height: 1.6;
	font-size: 18px;
  }
  
  
  .company-profile__table {
	max-width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
	
  }
  
  .company-profile__row {}
  
  .company-profile__header,
  .company-profile__data {
	padding: 10px;
	border: 1px solid #cccccc;
	text-align: left;
	vertical-align: top;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
  
  .company-profile__header {
	background-color: #f9f9f9;
	width: 150px;
  }
@media screen and (max-width: 767px) {
	  .company-profile__table {
		margin-right: 20px;
		margin-left: 20px;
	  }
}

/*-------------------------------------------
# AREAページ　事業エリア
---------------------------------------------*/
.area1 {
	width: 800px;
	margin: 0 auto;
}
.area1-pic {
	margin-bottom: 50px;
}
.area1 h2 {
	text-align: center;
	margin-bottom: 38px;
	color: #f29150;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.area1-flex {

}
.area1-flex-left {

}
.area1-flex-right {

}
.area1-flex-right h3 {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.area1-flex-right p  {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	
}
/*-------------------------------------------
# staff
---------------------------------------------*/
.staff {
  
}
.staff-title {
  
}
.staff-wrap1 {
  width: 820px;
  max-width: 100%;
  margin: 120px auto
}
.staff-picture {
  text-align:center;
}
.staff-picture img  {
  margin-top: 40px;
  max-width: 100%;
  width: 440px;
}
@media (min-width: 768px) and (max-width: 1200px)  {
  .staff-picture img {
    width: 440px;
  }
}
@media (max-width: 767px)  {
  .staff-wrap1 {
    margin: 70px auto;
  }
  .staff-picture img {
    width: 280px;
    margin-top: 0;
  }
  .staff-intro-wrap {
	padding: 0 20px;
  }
}
.staff-intro-wrap {

}
.staff-name {
  text-align:center;
}
.staff-lice {
  text-align:center;
}
.staff-text-wrap {
  
}
.staff-text {
  line-height: 1.9em;
  margin-top: 22px;
}

/*-------------------------------------------
# サービスペーーじ
---------------------------------------------*/
.serv-p-1 {
	text-align: center;
	font-size: 24px;
	margin-top: 40px;
}
.ser1 {
	max-width: 880px;
	margin: 0 auto;
	padding-bottom: 120px;
}
.ser1 h2 {
	margin-top: 80px;
	padding-bottom: 40px;
	color:#dd6d0a;
}
.ser1-box p {
	padding-bottom: 30px;
}
.serv-box1-left {

}
.serv-box1-right {

}
.s-box1-right-item {
	
}
.s-r-item-ttl {
}
}