/* =============================
    Base Setting（reset & variable）
============================= */
:root {
  --rem: 24;
  --pd: 60rem;
  --w: 7.5;
  --let: .06em;
  --key-color: #fbd41c;
  --orange: #ffa41c;
  --main-bg-color: #ffffff;
  --primary-color: #FF6F61;
  --secondary-color: #FFD166;
  --accent-color: #06D6A0;
  --text-color: #323232;
  --white: #ffffff;
  --color-gray: #ddd;
  /*--font-main: 'Noto Sans JP', sans-serif;*/
  --font-main: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', arial, helvetica, clean, sans-serif;
  --font-main: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  --scroll-padding-top: 80px;
  --single_post_title_font_size: 28px;
  --single_post_title_font_size_sp: 20px;
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
  --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff,.2);
}

@media (min-width: 48em) {
  :root {
    --rem: 16;
    --pd: 150rem;
    --w: 12.8;
    --halfContents: 490rem
  }
}

@media (min-width: 80em),
print {
  :root {
    --pa: calc(var(--halfContents)/var(--rem) - 50vw)
  }
}

.pc-disp {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc-disp {
    display: none !important;
  }
}

.sp-disp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-disp {
    display: block !important;
  }
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  outline: 0;
  scroll-padding-top: var(--scroll-padding-top);
  scroll-behavior: smooth;
}

body {
  --em: var(--rem);
  font-family: var(--font-main);
  margin: 0;
  padding: 0;
  background-color: var(--main-bg-color);
  /*text-align: center;*/
  color: var(--text-color);
}

a {
  color: inherit;
  text-decoration: none;
  transition: .5s; 
}
a:hover {
  cursor: pointer;
  opacity: 0.6;
}

/*
ul li {
  list-style-type: none;
}
*/

.full {
  margin: 0 calc(50% - 50vw);
	width: 100vw;
}


/****************************************/
/*
@font-face {
  font-family: 'design_plus';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(https://demo.tcd-theme.com/tcd105/wp-content/themes/seeed_tcd105/fonts/design_plus.woff?v=1.1) format('woff')
}
*/

/*
*,*:before,*:after {
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-word
}
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline
}

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

html {
  -webkit-text-size-adjust: 100%
}

ul,ol {
  list-style: none
}

blockquote,q {
  quotes: none
}

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

a:focus {
  outline: none
}

ins {
  text-decoration: none
}

mark {
  font-style: italic;
  font-weight: 700
}

del {
  text-decoration: line-through
}

abbr[title],dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

button,input,select,textarea {
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%
}

input,textarea {
  background-image: -webkit-linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0));
  -webkit-appearance: none;
  border-radius: 0
}

input[type=checkbox] {
  -webkit-appearance: checkbox
}

input[type=radio] {
  -webkit-appearance: radio
}

button {
  appearance: none;
  -webkit-appearance: none
}

button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0
}

iframe {
  max-width: 100%
}

svg {
  display: block
}

*:focus {
  outline: none
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 600
}

.clearfix:after {
  display: block;
  clear: both;
  content: ""
}

html {
  height: 100%;
  position: relative;
  overflow-x: hidden
}

body {
  min-height: 100%;
  font-size: 16px;
  /*line-height: 1;*/
  width: 100%;
  position: relative;
  overscroll-behavior-y: none;
  -webkit-font-smoothing: antialiased
}

body.admin-bar {
  padding-top: 32px
}

/*
a {
  color: #000;
  text-decoration: none
}
*/

.post-content a,.post-content a:hover,.widget_block a,.textwidget a,#no_post a,#page_404_header .desc a,#no_search_result a {
  color: var(--content_link_color)
}

@media(hover: hover) {
  .widget_block a:hover,.textwidget a:hover,#no_post a:hover {
      color:var(--content_link_color_light)
  }

  /*
  a:hover {
      color: var(--main_color)
  }
  */
}

a,a:before,a:after,input {
  /*transition: background-color .25s ease,color .25s ease,border-color .25s ease;*/
  transition: 0.6s;
}

.clear {
  clear: both
}

.hide {
  display: none
}

.post-content {
  word-wrap: break-word
}

a[href^="tel:"] {
  pointer-events: auto;
  /*pointer-events: none;*/
  text-decoration: none !important
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;  /* カーソルイベントを無効 */
  }
}

.mobile_device a[href^="tel:"] {
  pointer-events: auto
}

#container {
  position: relative;
  /*margin-top: -80px;*/
  z-index: 1
}


.post-content img[class*=align],.post-content img[class*=wp-image-],.post-content img[class*=attachment-],.post-content img.size-full,.post-content img.size-large,.post-content .wp-post-image,.post-content img {
  height: auto;
  max-width: 100%
}

.post-content li,.post-content dt,.post-content dd {
  line-height: 2.2
}

.post-content ul,.post-content ol,.post-content dl {
  margin-bottom: 2em
}

.post-content ol {
  list-style: decimal outside none;
  margin-left: 1.5em
}

.post-content ul {
  list-style: circle outside none;
  margin-left: 1.3em
}

.post-content ul > li.cf::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: auto !important;
}

.post-content li>ul,.post-content li>ol {
  margin-bottom: 0
}

.post-content dt {
  font-weight: 700
}

.post-content dd {
  margin-bottom: 1em
}

.post-content table {
  margin: 0 0 2em;
  width: 100% !important;
  border-collapse: separate !important;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd
}

.post-content td,.post-content th {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px 30px 13px;
  line-height: 2.2;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.post-content th {
  background: #f7f7f7;
  font-weight: 400
}

.post-content table.table_no_border th,.post-content table.table_no_border td {
  border: none;
  padding-left: 0
}

.post-content table.table_border_serumtal th,.post-content table.table_border_serumtal td {
  border-left: none;
  border-right: none;
  padding-left: 0
}

.post-content blockquote {
  position: relative;
  color: rgba(0,0,0,.6);
  margin-bottom: 2em;
  padding: 2em 2.4em;
  box-shadow: none;
  background: rgba(0,0,0,2%);
  border: none;
  border-left: 3px solid #000
}

.post-content blockquote:before {
  line-height: 40px;
  top: 5px;
  left: 10px
}

.post-content blockquote:after {
  text-align: left;
  line-height: 60px;
  bottom: 10px;
  right: -2px
}

.post-content blockquote:before,.post-content blockquote:after {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: 400;
  color: #000;
  width: 30px;
  height: 30px;
  position: absolute
}

.post-content blockquote p {
  line-height: 1.8
}

.post-content blockquote cite {
  text-align: right;
  display: block;
  border-top: 1px dotted #000;
  margin: 2em 0 0;
  padding: 1em 0 0;
  font-size: 14px
}

.post-content .wp-caption {
  margin-bottom: 2em;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  max-width: 100%
}

.post-content .wp-caption-text {
  text-align: center;
  line-height: 1.5;
  margin: 0 auto;
  padding: 10px 0 0;
  font-size: 14px
}

.post-content .wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto 0
}

.gallery {
  margin-bottom: 2em
}

.gallery img {
  border: 0 !important;
  display: block;
  margin: 0
}

.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative
}

.gallery-columns-1,.gallery-columns-2,.gallery-columns-3,.gallery-columns-4,.gallery-columns-5,.gallery-columns-6,.gallery-columns-7,.gallery-columns-8,.gallery-columns-9,.gallery-columns-10 {
  margin: 0 -4px -4px 0 !important
}

.gallery-columns-1 .gallery-item {
  max-width: 100%
}

.gallery-columns-2 .gallery-item {
  max-width: calc(50% - 4px)
}

.gallery-columns-3 .gallery-item {
  max-width: calc(100%/3 - 4px)
}

.gallery-columns-4 .gallery-item {
  max-width: calc(25% - 4px)
}

.gallery-columns-5 .gallery-item {
  max-width: calc(20% - 4px)
}

.gallery-columns-6 .gallery-item {
  max-width: calc(100%/6 - 4px)
}

.gallery-columns-7 .gallery-item {
  max-width: calc(100%/7 - 4px)
}

.gallery-columns-8 .gallery-item {
  max-width: calc(100%/8 - 4px)
}

.gallery-columns-9 .gallery-item {
  max-width: calc(100%/9 - 4px)
}

.gallery-columns-10 .gallery-item {
  max-width: calc(10% - 4px)
}

.gallery-caption {
  background-color: rgba(0,0,0,.7);
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  pointer-events: none;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transform: translate3d(0,100%,0);
  transition: transform .5s cubic-bezier(.16,1,.3,1) 0s
}

.gallery-item:hover .gallery-caption {
  transform: translate3d(0,0,0)
}

.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption,.gallery-columns-10 .gallery-caption {
  display: none
}

@media screen and (max-width: 750px) {
  .gallery-caption {
      display:none
  }
}

.post-content .wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0
}

.post-content address {
  margin: 0 0 24px;
  line-height: 2.2
}

.post-content pre {
  border-left: 3px solid #ccc;
  background: #f8f8f8;
  font-size: 12px;
  margin: 0 0 27px;
  line-height: 1.7;
  padding: 20px;
  overflow: auto
}

.post-content .mejs-container {
  margin: 12px 0 25px
}


.wp-block-image {
  margin-bottom: 2em;
}
.page-headline figure img {
  margin: 0 auto;
}

/****************************************/


.wrapper {
  margin: 0 20px;
  max-width: 960px;
}
@media screen and (min-width: 1020px) {
  .wrapper {
    margin: 0 auto;
  }
}
/*
.button {
  position: relative;
}
.button a {
  background-color: var(--key-color);
  color: #231815;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  left: 50%;
  letter-spacing: 0.1em;
  margin-bottom: 0.2rem;
  padding: 1.2rem 4.2rem 1rem 4.2rem;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 10%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.button a:before {
  border: 2px solid;
  content: '';
  inset: 5px 5px -5px -5px;
  position: absolute;
}
.button a:hover {
  opacity: 0.6;
}
*/
.button-area {
  text-align: center;
}
.button {
  background: none;
  border: 2px solid black;
  color: var(--text-color);
  cursor: pointer;
  display: inline-block;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 12px 45px 12px 45px;
  position: relative;
  margin: 10px;
  text-decoration: none;
  text-transform: none;
  transition: .5s;
  /*max-width: 155px;*/
  /*max-width: 200px;*/
  text-align: center;
  /*width: 180px;*/
}
.button:after {
  bottom: 5px;
  content: "";
  height: 100%;
  left: 5px;
  position: absolute;
  transition: .5s;
  width: 100%;
  z-index: -999;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}
.button:hover {
  background: var(--key-color);
  font-weight: 700;
  opacity: 1;
}
.yellow:after {
  background: var(--key-color);
}
.yellow:hover:after {
  background: none;
}
.button.orange:hover {
  background: var(--orange);
}
.orange:after {
  background: var(--orange);
}
.orange:hover:after {
  background: none;
}

#list_breadcrumb {
  font-size: .8em;
  display: flex;
  flex-flow: wrap;
  justify-content: flex-end;
  padding: 0 6vw;
  line-height: 1.7;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  animation: fade_nav .8s ease 1.6s 1 forwards;
}
@media screen and (min-width: 768px) {
  #list_breadcrumb {
    font-size: .8125em;
    padding: 0 12vw;
    margin-top: 100px;
  }
}
.page-nation-detail {
  font-size: 1rem;
  list-style: none !important;
  margin: 6rem auto 0 !important;
  max-width: 620px;
  position: relative;
  text-align: center;
  width: 100%;
}
.prev-btn {
  position: absolute;
  top: 0;
}
.prev-btn a {
  color: var(--text-color) !important;
}
.back-btn {
  text-decoration: underline;
}
.back-btn a {
  color: var(--text-color) !important;
}
.next-btn {
  position: absolute;
  right: 0;
  top: 0;
}
.next-btn a {
  color: var(--text-color) !important;
}

/* Pagination */
ul.page-numbers {
	--em: 28;
	align-items: center;
	color: var(--gray);
	display: flex;
	justify-content: center;
  list-style: none !important;
	margin: calc(50em / var(--em)) auto calc(50em / var(--em)) !important;
	text-align: center;
}
@media screen and (min-width: 768px) {
	ul.page-numbers {
	  --em: 13;
	  margin: calc(30em / var(--em)) auto calc(50em / var(--em));
  }
}
ul.page-numbers a {
  color: var(--gray);
}
ul.page-numbers span.current,
ul.page-numbers a.page-numbers {
	--em: 28;
	align-items: center;
  background-color: var(--mint-green);
	border-radius: 3px;
	/*border-radius: 50%;*/
	box-sizing: border-box;
	display: flex;
	height: calc(80em / var(--em));
	justify-content: center;
	line-height: calc(80em / var(--em));
	margin: 0 calc(10em / var(--em));
	text-align: center;
	width: calc(80em / var(--em));
}
@media screen and (min-width: 768px) {
	ul.page-numbers span.current,
	ul.page-numbers a.page-numbers {
	  --em: 16;
    background-color: var(--mint-green);
    color: var(--white);
	  height: calc(50em / var(--em));
	  line-height: calc(50em / var(--em));
	  width: calc(50em / var(--em));
	}
} 
.page-numbers span.current {
	background-color: var(--green);
	border: none;
	color: var(--white);
}
@media screen and (min-width: 768px) {
	.page-numbers span.current {
	  --em: 13;
	}
}  
ul.page-numbers a.page-numbers {
	background: var(--beige-green);
  color: var(--black);
}
ul.page-numbers a.page-numbers:hover {
	background-color: var(--beige);
	color: var(--white);
}
ul.page-numbers a.prev,
ul.page-numbers a.next {
	--em: 28;
	background-color: initial;
	border: none;
	margin: 0 calc(-5em / var(--em));
}
ul.page-numbers a.prev:hover,
ul.page-numbers a.next:hover {
	background: initial;
  color: var(--gray);
}
@media screen and (min-width: 768px) {
	ul.page-numbers a.prev,
	ul.page-numbers a.next {
	  --em: 18;
	}
}

.target {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%) rotate(-7deg);
  }
  100% {
    transform: translateY(10%) rotate(-7deg);;
  }
}

/* 時計アイコン */
.dli-clock {
  display: inline-block;
  vertical-align: middle;
  color: #666666;
  line-height: 1;
  margin-right: 0.35em;
  position: relative;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-radius: 50%;
  box-sizing: content-box;
}
.dli-clock::before, .dli-clock::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 50%;
  background: currentColor;
  border-radius: 0.1em;
  transform: translate(-0.05em, 0.05em);
}
.dli-clock::before {
  width: 0.1em;
  height: 0.4em;
}
.dli-clock::after {
  width: 0.35em;
  height: 0.1em;
}

/* Pagination */
ul.page-numbers {
	--em: 28;
	align-items: center;
	color: var(--gray);
	display: flex;
	justify-content: center;
	list-style: none !important;
	margin: calc(50em / var(--em)) auto calc(50em / var(--em)) !important;
	text-align: center;
}
@media screen and (min-width: 768px) {
	ul.page-numbers {
	  --em: 13;
	  margin: calc(30em / var(--em)) auto calc(50em / var(--em));
  }
}
ul.page-numbers a {
  color: var(--gray);
}
ul.page-numbers span.current,
ul.page-numbers a.page-numbers {
	--em: 28;
	align-items: center;
  background-color: var(--key-color);
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	height: calc(80em / var(--em));
	justify-content: center;
	line-height: calc(80em / var(--em));
	margin: 0 calc(10em / var(--em));
	text-align: center;
	width: calc(80em / var(--em));
}
@media screen and (min-width: 768px) {
	ul.page-numbers span.current,
	ul.page-numbers a.page-numbers {
	  --em: 16;
    background-color: var(--key-color);
    color: var(--white);
	  height: calc(50em / var(--em));
	  line-height: calc(50em / var(--em));
	  width: calc(50em / var(--em));
	}
} 
.page-numbers span.current {
	background-color: var(--orange);
	border: none;
	color: var(--white);
}
@media screen and (min-width: 768px) {
	.page-numbers span.current {
	  --em: 13;
	}
}  
ul.page-numbers a.page-numbers {
  background-color: #fff6e6;
  color: var(--orange);
}
ul.page-numbers a.page-numbers:hover {
  background-color: #f5f4e4;
  color: var(--orange);
}
ul.page-numbers a.prev,
ul.page-numbers a.next {
	--em: 28;
	background-color: initial;
	border: none;
	margin: 0 calc(-5em / var(--em));
}
ul.page-numbers a.prev:hover,
ul.page-numbers a.next:hover {
	background: initial;
  color: #bf6000;
}
@media screen and (min-width: 768px) {
	ul.page-numbers a.prev,
	ul.page-numbers a.next {
	  --em: 18;
	}
}

/* Banner */
.banner__list {
  display: block;
  flex-wrap: unset;
  list-style-type: none !important;
  margin: 50px 0 70px !important;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .banner__list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 960px) {
  .banner__list {
    margin: 50px 0 110px !important;
    padding: 0;
  }
}
.banner__list-item {
  margin-bottom: 35px;
  margin-right: 3%;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .banner__list-item {
    width: 48%;
  }
  .banner__list-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) {
  .banner__list-item {
    margin-right: 3%;
    width: 31%;
  }
  .banner__list-item:nth-child(2n) {
    margin-right: 3%;
  }
}
@media screen and (min-width: 960px) {
  .banner__list-item:nth-child(3n) {
    margin-right: 0;
  }
}
.banner__link {
  display: flex;
  position: relative;
  margin-bottom: 0.2rem;
  margin-left: 6px;
  font-weight: bold;
  font-size: 26px;
  width: 100%;
}
.banner__list-item:nth-of-type(1) .banner__link {
  background-color: #fec11d;
}
.banner__list-item:nth-of-type(2) .banner__link {
  background-color: #a06dd5;
  background-color: #25bf9d;
}
.banner__list-item:nth-of-type(3) .banner__link {
  background-color: #00bcd4;
}
.banner__list-item:nth-of-type(4) .banner__link {
  background-color: #3f51b5;
}
.banner__link::before {
  border: 2px solid var(--text-color);
  content: '';
  inset: 6px 6px -6px -6px;
  /*inset: 12px 12px -12px -12px;*/
  position: absolute;
  transition: 0.3s;
}
.banner__link:hover::before {
  border: 2px solid var(--text-color);
  content: '';
  inset: 0px 0px 0px 0px;
  position: absolute;
  transition: 0.3s;
}
.banner-imgBlock {
  line-height: 0;
  width: 37.5%;
}
.banner-imgBlock img {
  aspect-ratio: 350 / 350;
  object-fit: cover;
  max-height: 98px;  
}
.banner-textBlock {
  align-items: center;
  display: flex;
  margin-left: 3.5%;
  position: relative;
  width: 59%;
}
.banner-nameText {
  font-size: 16px;
  color: var(--white);
  /*color: #333;*/
  font-weight: 500;
  display: block;
  line-height: initial;
  margin-top: 5px;
  width: 88%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Swiper */
.swiper {
  margin-bottom: 60px;
}
/*
.card01 .slide {
  box-shadow: var(--box-shadow);
  overflow: hidden;
  transition: var(--transition), opacity 1s;
  border-radius: 4px;
}
.card01 .swiper-slide:not(.swiper-slide-visible) .slide {
  pointer-events: none;
  opacity: 0.3;
}
.slide-media, .thumb-media {
  position: relative;
  overflow: hidden;
}
.card01 .slide-media {
  padding-top: 62.5%;
}
*/
/*
.slide-media img, .thumb-media img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
*/
/*
.card01 .slide-media img {
  height: calc(100% + 16px);
  transform: translateY(-16px);
}
.swiper-slide img {
  height: auto;
  width: 100%;
}
.card01 .swiper-button-prev,
.card01 .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.card01 .swiper-button-prev::before,
.card01 .swiper-button-next::before {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--box-shadow-dark);
  box-shadow: var(--box-shadow-dark);
}
.swiper-button-prev::before, .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}
.card01 .swiper-button-prev {
  right: calc(100% - 1.6rem);
}
*/

/* slider */
[class*=swiper]:focus {
  outline: none;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}
.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 前へ / 次へボタン */
.swiper-button-prev, .swiper-button-next {
  display: grid;
  place-content: center;
  width: 3.2rem !important;
  height: 3.2rem !important;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media only screen and (min-width: 1025px) {
  .swiper-button-prev::before, .swiper-button-next::before {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.swiper-button-prev::before, .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
}
.swiper-button-prev::after, .swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 3px 3px 0 0;
}
.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10rem;
}
@media only screen and (max-width: 1024px) {
  .l-inner {
    padding: 0 2rem;
  }
}
.l-section .l-inner {
  padding-top: 0;
  /*padding-top: 8rem;*/
  padding-bottom: 0;
  /*padding-bottom: 4rem;*/
}
@media (min-width: 768px) {
  .l-section .l-inner {
    padding-bottom: 4rem;
  }  
}
body.project .l-section .l-inner,
body.project-regional .l-section .l-inner,
body.project-company .l-section .l-inner,
body.project-exchange .l-section .l-inner,
body.single-event .l-section .l-inner {
  padding-top: 4rem;
  /*padding-top: 0;*/
}
@media (min-width: 768px) {
  body.project .l-section .l-inner,
  body.project-regional .l-section .l-inner,
  body.project-company .l-section .l-inner,
  body.project-exchange .l-section .l-inner,
  body.single-event .l-section .l-inner {
    padding-top: 8rem;
  }
}

.card01 {
  /* コンテナ */
  overflow: hidden;
  /* 前へ / 次へボタン */
  /* スライド */
  /* スライド アクティブ時 */
}
.card01 .swiper {
  overflow: visible;
}
@media only screen and (max-width: 1024px) {
  .card01 .swiper {
    padding: 0 1.6rem;
  }
}
.card01 .swiper-button-prev, .card01 .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: initial;
  margin: auto;
}
.card01 .swiper-button-prev::before, .card01 .swiper-button-next::before {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--box-shadow-dark);
          box-shadow: var(--box-shadow-dark);
}
.card01 .swiper-button-prev::after, .card01 .swiper-button-next::after {
  border-color: #fff;
}
.card01 .swiper-button-prev {
  right: calc(100% - 1.6rem);
}
@media only screen and (max-width: 1024px) {
  .card01 .swiper-button-prev {
    right: calc(100% - 2.6rem);
  }
}
.card01 .swiper-button-next {
  left: calc(100% - 1.6rem);
}
@media only screen and (max-width: 1024px) {
  .card01 .swiper-button-next {
    left: calc(100% - 2.6rem);
  }
}
.card01 .slide {
  overflow: hidden;
  -webkit-transition: var(--transition), opacity 1s;
  transition: var(--transition), opacity 1s;
  border-radius: 4px;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
}
@media only screen and (min-width: 1025px) {
  .card01 .slide img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .card01 .slide:hover {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
    -webkit-box-shadow: var(--box-shadow-hover);
            box-shadow: var(--box-shadow-hover);
  }
  .card01 .slide:hover img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.card01 .slide-media {
  padding-top: 62.5%;
}
.card01 .slide-media img {
  height: calc(100% + 16px);
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}
.card01 .slide-content {
  padding: 2rem;
}
.card01 .slide-date {
  /*font-family: 'Outfit', sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  display: block;
  color: var(--color-theme);*/
  color: #999;
  display: flex;
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  font-size: 0.875rem !important;
  height: 3.2em;
  letter-spacing: 0.05em;
  overflow: hidden;
  position: relative;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card01 .slide-title {
  font-size: 1rem !important;
  line-height: 1.6 !important;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2em;
  margin: 1rem 0 0 !important;
}
.card01 .swiper-slide:not(.swiper-slide-visible) .slide {
  pointer-events: none;
  opacity: 0.3;
}

/* tab */
.tab-3 {
  display: flex;
  flex-wrap: wrap;
  max-width: 960px;
}
.tab-3 > label {
  flex: 1 1;
  order: -1;
  min-width: 70px;
  padding: 1.2em 1em 1em;
  /*padding: .7em 1em .5em;*/
  background-color: #fff9ee;
  color: var(--text-color);
  font-weight: 600;
  font-size: .875em;
  text-align: center;
  cursor: pointer;
}
.tab-3 > label:hover {
  opacity: .8;
}
.tab-3 input {
  display: none;
}
.tab-3 > div {
  display: none;
  width: 100%;
  padding: 2.25em 1em 1.5em;
  /*padding: 1.5em 1em;*/
  background-color: #fff;
}
.tab-3 label:has(:checked) {
  border-bottom: 4px solid #fec11d;
  color: #fec11d;
}
.tab-3 label:has(:checked) + div {
  display: block;
}

.top-bar {
  width: 100%;
  margin-bottom: 50px;
}
.top-bar ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: 0 !important;
}
.top-bar ul a,
.top-bar ul li {
  /*position: relative;
  width: 20%;
  min-width: 70px;
  margin-right: auto;
  margin-bottom: 10px;
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  padding: 20px 20px;
  text-align: center;
  color: #888;
  cursor: pointer;*/
  flex: 1 1;
  order: -1;
  min-width: 70px;
  padding: 1.2em 1em 1em;
  /*padding: .7em 1em .5em;*/
  background-color: #fff9ee;
  color: var(--text-color);
  font-weight: 600;
  font-size: .875em;
  text-align: center;
  cursor: pointer;

} 
@media (max-width: 768px) {
  .top-bar ul a,
  .top-bar ul li {
    min-width: 56px;
    /*font-size: 14px;
    width: 50%;*/
  }
} 
/*
.top-bar ul a::after,
.top-bar ul li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #f5f5f5;
}
*/
.top-bar ul a {
  text-decoration: none;
}
.top-bar ul a.on,
.top-bar ul li.on {
  /*color: #333;
  font-weight: 500;*/
  border-bottom: 4px solid #fec11d;
  color: #fec11d;
}
/*
.top-bar ul a.on::after,
.top-bar ul li.on::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: unset;
  background-image: linear-gradient(to right, #ed6ea0 0%, #ec8c69 100%);
}
*/

/* =============================
    Header & Navigation
============================= */
/*header {
  background-color: var(--primary-color);
  color: white;
  padding: 30px;
  font-size: 28px;
  font-weight: bold;
}

nav {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 15px;
  background: var(--secondary-color);
}

nav a {
  color: var(--text-color);
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  transition: color 0.3s;
}

nav a:hover {
  color: var(--primary-color);
}*/


/*main {
  padding-top: 80px;
}*/
#header {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--white);
  padding: 0 6vw;
  /*position: fixed;*/
  top: 0;
  left: 0;
  z-index: 10;
}
#header .logo {
  width: 100%;
  max-width: 220px;
  line-height: 0;
  position: relative;
  z-index: 10001;
  /*z-index: 10;*/
}
#header .logo a {
  display: block;
}
#header .navi .menu {
  display: flex;
  align-items: center;
  font-size: 14px;
}
#header .navi .menu > li {
  margin-left: 40px;
}
#header .navi .menu .menu-first {
  position: relative;
}
#header .navi .menu .menu-first span {
  cursor: pointer;
}
#header .navi .menu .menu-first span::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #1f1f1f;
  border-right: 1px solid #1f1f1f;
  margin: 0 auto;
  transform: rotate(135deg);
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}
.dropdown__lists {
  display: none;/*デフォルトでは非表示の状態にしておく*/
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
}
.gnavi__list:hover .dropdown__lists {
  display: block;/*Gナビメニューにホバーしたら表示*/
}
.dropdown__list {
  background-color: #004d80;
  height: 60px;
  transition: all .3s;
  position: relative;
}
.dropdown__list:not(:first-child)::before{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #3492d1;
  position: absolute;
  top: 0;
  left: 0;
}
.dropdown__list:hover {
  background-color: #003558;
}
.dropdown__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.dropdown__list a::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(135deg);
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
}

@media screen and (max-width: 1240px) {
  #header nav {
    display: none;
  }
}

@media screen and (min-width: 1241px) {
/* 親メニュー - Parent nav */
#header nav > ul > li {
  position: relative;
  float: left;
  margin-right: 45px;
  /*z-index: 9999;*/
}
#header nav a {
  color: var(--text-color);
  text-decoration: none;
  transition: 0.5s;
}
#header nav ul a:hover {
  opacity: 0.6;
}

/* 子メニュー - .sub-menu */
#header nav .sub-menu {
  position: absolute;
  width: 180px;
  background: var(--text-color);
  top: 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
#header nav .sub-menu a {
  color: #fff;
  padding: 10px 15px;
  display: block;
}
#header nav .sub-menu a:hover {
  color: #fff;
}

#header nav .menu-item-has-children {
  z-index: 2;
}
/* ホバーで子メニュー表示 */
#header nav .menu-item-has-children:hover ul {
  opacity: 1;
  visibility: visible;
}
#header nav li.menu-item-has-children li a:hover {
  background: var(--key-color);
  opacity: 1;
}
}

/*
#header .navi .menu .menu-first .menu-second {
  width: 140px;
  background-color: var(--white);
  padding: 10px 20px;
  position: absolute;
  top: 50px;
  left: 0;
  display: none;
}
#header .navi .menu .menu-first .menu-second li {
  margin-bottom: 10px;
}
*/
#header .mask {
  display: none;
}
@media screen and (max-width: 1024px) {
  /*main {
    padding-top: 60px;
  }*/
  #header {
    height: 60px;
  }
  #header .logo {
    max-width: 180px;
  }
}
@media screen and (max-width: 1024px) {
  #header .navi {
    width: 80%;
    height: 100vh;
    background-color: var(--white);
    position: fixed;
    top: 0;
    left: -120%;
    z-index: 20;
    transition: all 0.6s;
  }
  #header .navi.active {
    left: 0;
  }
  #header .navi .menu {
    width: 100%;
    height: 100vh;
    flex-direction: column;
    padding: 60px 0;
    overflow: auto;
  }
  #header .navi .menu > li {
    width: 100%;
    border-top: 1px solid #ddd;
    margin-left: 0;
  }
  #header .navi .menu > li a {
    width: 100%;
    display: block;
    padding: 20px;
  }
  #header .navi .menu .menu-first span {
    display: block;
    padding: 20px;
  }
  #header .navi .menu .menu-first span::before {
    content: "";
    width: 15px;
    height: 1px;
    background-color: var(--text-color);
    position: absolute;
    top: 30px;
    right: 20px;
  }
  #header .navi .menu .menu-first span::after {
    width: 1px;
    height: 15px;
    background-color: var(--text-color);
    border: none;
    transform: none;
    position: absolute;
    top: 23px;
    right: 26px;
    left: auto;
  }
  #header .navi .menu .menu-first span.active::after {
    content: none;
  }
  #header .navi .menu .menu-first .menu-second {
    width: 100%;
    position: static;
    padding: 0 0 0 40px;
  }
  #header .navi .menu .menu-first .menu-second li {
    border-top: 1px solid #eee;
    margin-bottom: 0;
  }
}
/*
@media screen and (max-width: 1024px) {
  #header .hamburger {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: fixed;
    top: 5px;
    right: 10px;
    z-index: 30;
  }
  #header .hamburger span {
    width: 30px;
    height: 1px;
    background-color: #1f1f1f;
    display: inline-block;
    position: absolute;
    left: 10px;
    transition: all 0.4s;
  }
  #header .hamburger.active span {
    background-color: var(--white);
  }
  #header .hamburger span:nth-of-type(1) {
    top: 16px;
  }
  #header .hamburger span:nth-of-type(2) {
    top: 25px;
  }
  #header .hamburger span:nth-of-type(3) {
    top: 34px;
  }
  #header .hamburger.acrive span:nth-of-type(1) {
    top: 24px;
    transform: rotate(-45deg);
  }
  #header .hamburger.acrive span:nth-of-type(2) {
    opacity: 0;
  }
  #header .hamburger.acrive span:nth-of-type(3) {
    top: 24px;
    transform: rotate(45deg);
  }
  #header .mask.active {
    width: 100%;
    height: 100%;
    background: #000;
    display: block;
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
  }
}
*/

/*
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4taVIUwaEQbjB_mQ.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4kaVIUwaEQbjB_mQ.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4saVIUwaEQbjB_mQ.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4jaVIUwaEQbjB_mQ.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4iaVIUwaEQbjB_mQ.woff2)
    format("woff2");
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC,
    U+FB1D-FB4F;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B5caVIUwaEQbjB_mQ.woff2)
    format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B5OaVIUwaEQbjB_mQ.woff2)
    format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4vaVIUwaEQbjB_mQ.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4uaVIUwaEQbjB_mQ.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVIUwaEQbjA.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Pacifico";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/pacifico/v22/FwZY7-Qmy14u9lezJ-6K6MmBp0u-zK4.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}

@font-face {
  font-family: "Pacifico";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/pacifico/v22/FwZY7-Qmy14u9lezJ-6D6MmBp0u-zK4.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Pacifico";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/pacifico/v22/FwZY7-Qmy14u9lezJ-6I6MmBp0u-zK4.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Pacifico";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/pacifico/v22/FwZY7-Qmy14u9lezJ-6J6MmBp0u-zK4.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Pacifico";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/pacifico/v22/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}*/
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
/** {
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
a,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}
h1 {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-size: 3em;
  text-align: center;
}*/
.outer-menu {
  position: fixed;
  top: 0;
  right: 60px;
  z-index: 10000;
  /*z-index: 2;*/
}
@media screen and (min-width: 1025px) {
  .outer-menu {
    right: 80px;
  }
}
.outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  cursor: pointer;
  width: 80px;
  height: 80px;
  /*width: 60px;
  height: 60px;*/
  margin: 0;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .outer-menu .checkbox-toggle {
    height: 60px;
    width: 60px;
  }
}
.outer-menu .checkbox-toggle:checked + .hamburger > div {
  transform: rotate(135deg);
}
/*.outer-menu .checkbox-toggle:checked + .hamburger > div:before,
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {*/
.outer-menu .checkbox-toggle:checked + .hamburger > div:before {
  top: 0;
  transform: rotate(90deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  /*opacity: 0;*/
  top: 0;
  transform: rotate(180deg);
}
.outer-menu .checkbox-toggle:checked ~ .menu {
  pointer-events: auto;
  visibility: visible;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div {
  transform: scale(1);
  transition-duration: 0.75s;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div > div {
  opacity: 1;
  transition: opacity 0.4s ease 0.4s;
}
/*
.outer-menu .checkbox-toggle:hover + .hamburger {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
*/
.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
  transform: rotate(225deg);
}
.outer-menu .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 80px;
  height: 80px;
  /*width: 60px;
  height: 60px;*/
  padding: 0.5em 0.8em;
  background: var(--key-color);
  /*border-radius: 0 0.12em 0.12em 0;*/
  cursor: pointer;
  transition: box-shadow 0.4s ease;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .outer-menu .hamburger {
    height: 60px;
    width: 60px;
  }
}
.outer-menu .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 1px;
  /*background: var(--white);*/
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .hamburger > div:before,
.outer-menu .hamburger > div:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(-60px / 6);
  left: 0;
  width: 100%;
  height: 2px;
  /*height: 1px;*/
  background: var(--text-color);
  /*background: var(--white);*/
  /*background: inherit;*/
  transition: all 0.4s ease;
}
.outer-menu .hamburger > div:after {
  top: calc(60px / 6);
}
.outer-menu .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu__inner {
/*.outer-menu .menu > div {*/
  width: 250vw;
  height: 250vw;
  color: #fefefe;
  background: rgba(251, 212, 28, 0.97);
  border-radius: 50%;
  transition: all 0.4s ease;
  flex: none;
  transform: scale(0);
  backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  flex: none;
  /*display: flex;
  align-items: center;
  justify-content: center;*/
  padding-top: 100px;
  width: 100%;
}
.outer-menu .menu > div > div > ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
}
@media screen and (min-width: 768px) {
  .outer-menu .menu > div > div > ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto auto auto;
    grid-column-gap: min(96px, 5vw);
    -moz-column-gap: min(96px, 5vw);
    column-gap: min(96px, 5vw);
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 40px;
    margin-right: 40px;
  }
}
.outer-menu .menu > div > div > ul > li {
  /*padding: 0;
  margin: 1em;
  font-size: 24px;
  display: block;*/

  position: relative;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .outer-menu .menu > div > div > ul > li:nth-child(1) {
    grid-column: 1 / span 3;
    grid-row: 1;
  }
}
.outer-menu .menu > div > div > ul > li > a {
  /*position: relative;
  display: inline;
  cursor: pointer;
  transition: color 0.4s ease;*/

  display: flex;
  padding: 22px 0;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .outer-menu .menu > div > div > ul > li > a {
    padding: 0;
  }
}
.outer-menu .menu > div > div > ul > li > a .en {
  color: var(--text-color);
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  /*font-size: 1.4285714286rem;*/
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.outer-menu .menu > div > div > ul > li > a .jp {
  color: var(--text-color);
  font-family: 'YuGothic', 'Yu Gothic', '游ゴシック体', 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.outer-menu .menu > div > div > ul > li > a:hover {
  color: #e5e5e5;
}
.outer-menu .menu > div > div > ul > li > a:hover:after {
  width: 100%;
}
.outer-menu .menu > div > div > ul > li > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -0.5em;
  /*bottom: -0.15em;*/
  left: 0;
  width: 0;
  height: 2px;
  background: var(--text-color);
  /*background: #e5e5e5;*/
  transition: width 0.4s ease;
}
.head_sub_nav--wrap {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 100px;
  padding-top: 32px;
}
@media screen and (max-width: 47.9375em) {
  .head_sub_nav--wrap {
    position: relative;
    width: 100%;
    transition: none;
    opacity: 1;
    /*padding-left: 0;
    padding-top: 12px;*/
    padding: 0 0 35px;
  }
}
@media screen and (min-width: 768px) {
  .head_sub_nav--wrap {
    padding-left: 45px;
    /*padding-left: 50px;*/
    padding-top: 20px;
    /*padding-top: 15px;*/
  }
}
/*
.head_sub_nav--wrap::before {
  content: "";
  position: absolute;
  left: 40px;
  bottom: 21px;
  display: block;
  width: 2px;
  height: calc(100% - 42px);
  background-color: var(--text-color);
}
@media screen and (max-width: 47.9375em) {
  .head_sub_nav--wrap::before {
    left: 2px;
    bottom: 18px;
    height: calc(100% - 13px);
  }
}
*/
@media screen and (max-width: 47.9375em) {
  .head_sub_nav {
    position: relative;
  }
}
@media screen and (max-width: 47.9375em) {
  .gnav--menu li {
    position: relative;
    display: block;
    width: 100%;
  }
}
.gnav--link {
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  line-height: 1;
  padding-left: min(40px, 2.5vw);
}
.gnav a {
  display: flex;
}
.head_sub_nav a {
  display: block;
  padding: 6px 0;
  color: var(--text-color);
  line-height: 1.4;
}
@media screen and (max-width: 80em) {
  .head_sub_nav a {
    white-space: nowrap;
  }
}
@media screen and (max-width: 47.9375em) {
  .gnav--menu a {
    padding: 22px 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .head_sub_nav a {
    padding-left: 30px;
    /*padding-left: 35px;
    padding-left: 48px;*/
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.head_sub_nav a::before {
  content: "";
  position: absolute;
  left: -1.7rem;
  /*left: -2rem;*/
  /*left: -3.75rem;
  top: calc(50% - 4px);*/
  display: block;
  /*width: 2.5rem;
  height: 2px;*/
  background-color: var(--text-color);
  border-radius: 50px;
  padding: 8px;
  /*padding: 10px;*/
  top: 8px;
}
@media screen and (max-width: 47.9375em) {
  .head_sub_nav a::before {
    left: 2px;
    top: 14px;
    /*top: calc(50% - 1px);
    width: 36px;*/
  }
}
.font-en-b {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}
.sns_area {
  position: absolute;
  display: flex;
  right: 20%;
  top: 9%;
  align-items: center;
}
@media screen and (max-width: 90em) {
  .sns_area {
    right: 25%;
    top: 10%;
  }
}
@media screen and (max-width: 47.9375em) {
  header .sns_area {
    border: none;
    width: auto;
    writing-mode: vertical-lr;
    position: sticky;
    bottom: 0%;
    right: 0;
    left: auto;
    top: auto;
    margin: 0 0 0 auto;
    min-width: auto;
  }
}
@media screen and (max-width: 47.9375em) {
  header .sns_area p {
    margin-right: 0;
    font-size: 0.8571428571rem;
    margin-bottom: 24px;
  }
}
.sns_area .font-en-b {
  font-size: 0.75rem;
}
.sns_area a {
  display: block;
}
@media screen and (max-width: 47.9375em) {
  header .sns_area a, header .sns_area a:not(:last-child), header .sns_area a.note {
    margin-right: 0;
    margin-bottom: 24px;
  }
}

/* =============================
    Hero
============================= */
#hero {
  background: url('../images/hero-image.jpg') no-repeat center center/cover;
  color: white;
  font-size: 36px;
  font-weight: bold;

  /*min-height: calc(100vh - 85px);*/
  min-height: calc(100vh - 25px);
  overflow: hidden;
  position: relative;
  height: 50vh;
  width: 100%;

  background-size: cover;
  background-position: top;
}
@media screen and (min-width: 768px) {
  #hero {
    background-attachment: fixed;
  }
}
#hero::after {
  content: '';
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  /*border-top-left-radius: 50%;
  border-top-right-radius: 50%;*/
  height: 200px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: 10%;
}
@media screen and (min-width: 768px) {
  #hero::after {
    height: 15%;
  }
}
#hero .copy {
  color: #231815;
  display: inline-block;
  font-family: "Kaisei Opti", serif;
  font-size: 1.6rem;
  /*font-size: 1.625rem;
  font-size: 24px;*/
  font-style: normal;
  font-weight: 300;
  left: 3%;
  line-height: 1;
  margin-bottom: 0.2rem;
  position: absolute;
  text-align: center;
  transform: rotate(-7deg);
  top: 6%;
}
@media screen and (min-width: 768px) {
  #hero .copy {
    font-size: 36px;
    padding: 3rem;
    top: 3%;
  }
}
#hero .copy span {
  font-size: 2rem;
  /*font-size: 2.25rem;
  font-size: 36px;*/
}
@media screen and (min-width: 768px) {
  #hero .copy span {
    font-size: 60px;
  }
}
.waku {
  background: linear-gradient(transparent 85%, #fbd41c 50%);
  background-position-y: -9px;
  color: var(--white);
}
@media screen and (min-width: 768px) {
  .waku {
    background-position-y: -15px;
  }
}
.ku {
  display: inline-block;
  margin: 20px 0 0 0;
  vertical-align: -15%;
}

/* =============================
    Vision
============================= */
.home #vision {
  min-height: calc(80vh - 25px);
  /*min-height: calc(100vh - 25px);*/
  overflow: hidden;
  padding: 0 0 300px;
  position: relative;
  /*height: 50vh;*/
  width: 100%;
}
@media screen and (max-width:768px) {
  .home #vision {
    padding: 0 0 200px;
  }
}
.home #vision::after {
  content: '';
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  /*border-top-left-radius: 50%;
  border-top-right-radius: 50%;*/
  /*height: 200px;*/
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FFF9EE;
  height: 10%;
}
@media screen and (min-width: 768px) {
  .home #vision::after {
    height: 15%;
  }
}
.home .vision-title {
  font-size: 3em;
  /*font-size: 2.4em;*/
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 50px 0;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .home .vision-title {
    font-size: 5.5em;
  }
}
.home .vision-title span {
  display: block;
  font-family: 'YuGothic', 'Yu Gothic', '游ゴシック体', 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-size: 0.425em;
  /*font-size: .225em;*/
  letter-spacing: 2px;  
}
@media screen and (min-width: 768px) {
  .home .vision-title span {
    font-size: 0.225em;
  }
}
.home .vision-copy {
  line-height: 1.8;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .vision-copy {
    margin-bottom: 0;
  }
}
.home .vision__list {
  margin: 0 20px;
  padding: 0;
}
.home .vision__list-item {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  list-style: none;
  margin-bottom: 25px;
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
@media screen and (min-width: 768px) {
  .home .vision__list-item {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.home .vision__list-item:last-child {
  margin-bottom: 50px;
}
/*
.home .vision__list-item::before,
.home .vision__list-item::after {
  border-top: 2px solid;
  content: "";
  width: 1em;
}
.home .vision__list-item::before {
  margin-right: 1em;
}
.home .vision__list-item::after {
  margin-left: 1em;
}
*/
.home #vision p {
  line-height: 2.2;
  margin: 0 20px;
}
@media screen and (width >= 768px) {
  .home #vision p {
    font-size: 1.14rem;
    line-height: 2.4;
    margin: auto;
    width: 700px;
  }
}
.home #vision p > span {
  display: block;
  margin-top: 35px;
}
.home #vision .button {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #vision .button {
    margin: 92px auto 0;
  }  
}

/* =============================
    About
============================= */
#about {
  background-color: #FFF9EE;
  min-height: calc(100vh - 25px);
  overflow: hidden;
  position: relative;
  /*height: 50vh;*/
  width: 100%;
  z-index: 0;
}
#about::after {
  content: '';
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--key-color);
  height: 10%;
  /*height: 15%;*/
}
.about-bg {
  background: url('../images/company-mv_1.jpg') no-repeat center center/cover;
  height: 350px;
  position: relative;
  /*height: 50vh;*/
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about-bg {
    min-height: calc(100vh - 25px);
  }
}
.about-title {
  font-size: 3em;
  /*font-size: 2.4em;*/
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 50px 0;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .about-title {
    font-size: 5.5em;
    padding: 50px 0 133px;
  }
}
.about-title span {
  display: block;
  font-family: 'YuGothic', 'Yu Gothic', '游ゴシック体', 'Noto Sans JP', sans-serif;
  font-size: 0.425em;
  /*font-size: .225em;*/
  letter-spacing: 2px;  
}
@media screen and (min-width: 768px) {
  .about-title span {
    font-size: 0.225em;
  }
}
.about-text {
  min-height: 550px;
  /*min-height: calc(100vh - 25px);*/
  padding: 50px 6%;
  text-align: center;
  /*text-align: justify;*/
}
@media screen and (min-width: 768px) {
  .about-text {
    min-height: 800px;
    padding: 150px;
    /*text-align: center;*/
  }
}
.about-text p {
  font-family: 'YuGothic', 'Yu Gothic', '游ゴシック体', 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .about-text p {
    font-size: 1.25rem;
    letter-spacing: 2px;
    line-height: 2.4;
  }  
}
#about .button-area {
  margin: 50px auto 0;
}

/* =============================
    Business
============================= */
/*
#business {
  background-color: var(--key-color);
  overflow: hidden;
}
*/
#business {
  background-color: var(--key-color);
  min-height: calc(100vh - 25px);
  overflow: hidden;
  position: relative;
  /*height: 50vh;*/
  width: 100%;
}
/*
#business::before {
  content: '';
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--key-color);
  height: 15%;
}
*/
.business-bg {
  min-height: calc(100vh - 25px);
  position: relative;
  height: 50vh;
  width: 100%;
}
.business-title {
  font-size: 3em;
  /*font-size: 2.4em;*/
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0 0 50px;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .business-title {
    font-size: 5.5em;
    padding: 0 0 133px;
  }
}
.business-title span {
  display: block;
  font-family: 'YuGothic', 'Yu Gothic', '游ゴシック体', 'Noto Sans JP', sans-serif;
  font-size: 0.425em;
  /*font-size: .225em;*/
  letter-spacing: 2px;  
}
@media screen and (min-width: 768px) {
  .business-title span {
    font-size: 0.225em;
  }
}
.sec {
  padding: 100px 0 50px 0;
}
@media screen and (min-width: 768px) {
  .sec {
    padding: 150px 0 100px 0;
  }
}
.sec.farm {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.farm-bg1 {
  position: relative;
  padding: 170px 0 80px;
  overflow: hidden;
  background: var(--key-color);
}
@media screen and (width >= 768px) {
  .farm-bg1 {
    padding: 450px 0 132px;
    /*padding: 566px 0 132px;*/
  }
}
.sec.farm:last-child .farm-bg1 {
  padding: 170px 0 0;
}
@media screen and (min-width: 768px) {
  .sec.farm:last-child .farm-bg1 {
    padding: 450px 0 132px;
  }
}
.farm-bg2 {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  min-width: 320px;
  max-width: 400px;
  height: 248px;
  background: top center / 100% auto url(../images/business_1.jpg) no-repeat;
}
@media screen and (width >= 768px) {
  .farm-bg2 {
    width: 100%;
    min-width: 1300px;
    max-width: 1500px;
    height: 720px;
    /*height: 930px;*/
  }
}
.farm:nth-of-type(2) .farm-bg2 {
  background: top center / 100% auto url(../images/business_2.jpg) no-repeat;
  right: 0;
}
.farm:nth-of-type(3) .farm-bg2 {
  background: center center / 100% auto url(../images/business_3.jpg) no-repeat;  
}
.farm:nth-of-type(4) .farm-bg2 {
  background: bottom / 135% auto url(../images/business_4.jpg) no-repeat; 
  right: 0;
}
.farm .box {
  position: relative;
  width: 85vw;
  /*width: 50vw;*/
  padding: 50px 9%;
  margin: 0 0 0 auto;
  background: #fff;
  z-index: 0;
}
.farm:nth-of-type(2) .box,
.farm:nth-of-type(4) .box {
  margin: initial;
}
@media screen and (width >= 768px) {
  .farm .box {
    width: 72%;
    padding: 113px 10%;
    /*padding: 113px 16%;*/
  }
}
@media screen and (width >= 1100px) {
  .farm .box {
    /*width: 83%;*/
    width: 60%;
    /*width: 50%;*/
    /*padding: 113px 10%;
    padding: 113px 16%;*/
  }
}
.scrAnim-01 {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translateY(30px);
}
.sec h1 {
  font-family: Spartan, sans-serif;
  font-size: 1.6rem;
  /*font-size: 2.14rem;*/
  font-weight: 700;
  /*font-weight: 500;*/
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.sec h1::before {
  border: 3px solid var(--key-color);
  border-radius: 100px;
  content: '';
  left: -20px;
  padding: 50px;
  position: absolute;
  top: -20px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .sec h1 {
    font-size: 2.5rem;
    margin-bottom: 25px;
    /*font-size: 5.71rem;*/
  }
}
.sec h1 {
  text-align: left;
  /*text-align: center;*/
}
.sec h1 span{
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .sec h1 span{
    font-size: 1.8rem;
  }
}
.business-title-acc {
  font-family: 'Noto Sans JP';
  font-size: 2.4rem !important;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .business-title-acc {
    font-size: 3rem !important;
  }  
}
.farm p {
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 25px 0 35px;
  text-align: justify;
  /*text-align: left;*/
}
@media screen and (width >= 768px) {
  .farm p {
    font-size: 1.14rem;
  }
}
.scrAnim-01.scrAnim-run {
  opacity: 1;
  transform: translateY(0);
}
.more {
  display: block;
  width: 80px;
  margin: 50px auto 0;
  font-weight: 500;
  text-align: center;
}
@media screen and (width >= 768px) {
  .more {
    width: 142px;
    margin: 92px auto 0;
    font-size: 1.43rem;
  }
}
#business .button-area {
  text-align: right;
}

/* =============================
    Project
============================= */
#project {
  background-color: #fff9ee;
  /*min-height: calc(100vh - 25px);*/
  overflow: hidden;
  padding: 250px 0 50px;
  position: relative;
  /*height: 50vh;*/
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  #project {
    padding: 150px 0 100px;
    /*padding: 250px 0 100px;*/
  }
}
#project::before {
  content: '';
  border-bottom-left-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*background: #fff9ee;*/
  background: var(--key-color);
  height: 2%;
  /*height: 5%;
  height: 15%;*/
}
@media screen and (min-width: 768px) {
  #project::before {
    height: 5%;
    /*height: 10%;*/
  }
}
.project-title {
  font-size: 3em;
  /*font-size: 2.4em;*/
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0 0 50px;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .project-title {
    font-size: 5.5em;
    padding: 250px 0 80px;
  }
}
.project-title span {
  display: block;
  font-family: 'YuGothic', 'Yu Gothic', '游ゴシック体', 'Noto Sans JP', sans-serif;
  font-size: 0.425em;
  /*font-size: .225em;*/
  letter-spacing: 2px;  
}
@media screen and (min-width: 768px) {
  .project-title span {
    font-size: 0.225em;
  }
}
.project-copy {
  font-family: 'YuGothic', 'Yu Gothic', '游ゴシック体', 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 820px) {
/*@media screen and (min-width: 768px) {*/
    .project-copy {
    font-size: 3.125rem;
  }
}
.project-copy__description {
  font-size: 1.125rem;
  line-height: 2;
  margin: 50px auto 0;
  max-width: 960px;
  text-align: justify;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .project-copy__description {
    text-align: center;
  }
}
.project-copy span {
  font-family: 'Outfit';
  font-size: 4rem;
  background: linear-gradient(transparent 85%, #fbd41c 50%);
  background-position-y: -15px;
  margin: 0 12px;
}
@media screen and (min-width: 768px) {
  .project-copy span {
    font-size: 6rem;
  }   
}
.project__list {
  margin: 50px auto;
  max-width: 960px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.home .project__list {
    padding: 0 6vw;
  }  
  .project__list {
    margin: 100px auto;
  }  
}
@media screen and (min-width: 1023px) {
  body.home .project__list {
    padding: 0;
  }
}
.project__list-item {
  border-bottom: 1px solid var(--text-color);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0 50px;
  margin: 0 auto 50px;
  width: 90%;
  /*padding-bottom: 50px;
  margin-bottom: 50px;*/
}
.project__list-item:first-child {
  border-top: 1px solid;
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .project__list-item {
    flex-direction: row;
    width: 100%;
  }
}
.project__list-item > .button-area {
  margin-top: 35px;
}
.project-textarea {
  padding: 20px 0 35px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .project-textarea {
    padding: 20px 50px 20px 35px;
    /*padding: 20px 35px;
    padding: 20px 35px 20px 20px;*/
    width: 60%;
  }
}
.project-headline {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: 'YuGothic', 'Yu Gothic', '游ゴシック体', 'Noto Sans JP', sans-serif;
  letter-spacing: 0.01em;
  line-height: 1.5;
  text-align: left;
}
.project-headline::before {
  border: 3px solid var(--key-color);
  border-radius: 100px;
  content: '';
  left: 0;
  padding: 50px;
  position: absolute;
  top: 10px;
  z-index: -1;
}
.project-description {
  line-height: 2;
  margin-top: 35px;
  text-align: left;
}
#project .project-textarea .button-area {
  margin-top: 35px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  #project .project-textarea .button-area {
    text-align: left;
  }
}
.project-imagearea {
  margin: 0 auto;
  /*margin: 35px auto;*/
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .project-imagearea {
    width: 40%;
    max-width: 350px;
  }
}
.project-imagearea img {
  aspect-ratio: 350 / 350;
  height: auto;
  object-fit: cover;
  transition: .5s;
  width: 100%;
}
.project-imagearea img:hover {
  transform: scale(1.1);
  filter: brightness(1.1);
}
.project-image__wrapper {
  aspect-ratio: 350 / 350;
  margin-bottom: 10px;
  overflow: hidden;
}
.project-image__wrapper a {
  cursor: pointer;
}
.project-artilce__list {
  /*display: flex;
  flex-flow: row wrap;
  justify-content: space-between;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 100px auto 50px;
  max-width: 960px;
  padding: 0 20px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .project-artilce__list {
    padding: 0 6vw;
  }
}
@media screen and (min-width: 1100px) {
  .project-artilce__list {
    padding: 0;
  }
}
.project-artilce__list-item {
  margin-bottom: 40px;
  overflow: hidden;
  /*width: calc(50% - 10px* 2 / 2);*/
  width: 100%;
}
@media screen and (min-width: 768px) {
  .project-artilce__list-item {
    margin: 0 0 40px 30px;
    width: calc(50% - 15px);
    /*width: calc(50% - 15px* 2 / 2);*/
    /*width: calc(50% - 60px* 2 / 2);*/
  }
}
@media screen and (min-width: 1100px) {
  .project-artilce__list-item {
    /*margin-bottom: 60px;
    width: calc(33.3333% - 60px* 2 / 3);*/
    margin: 0 0 40px 30px;
    width: calc(33.33% - 20px);
  }
}
.project-artilce__list-item:first-child {
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  .project-artilce__list-item {
    width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 768px) {
  .project-artilce__list-item:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .project-artilce__list-item:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 960px) {
  .project-artilce__list-item {
    width: calc(33.33% - 20px);
  }
}
@media only screen and (min-width: 960px) {
  .project-artilce__list-item:nth-child(3) {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 960px) {
  .project-artilce__list-item:nth-child(3n) {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 960px) {
  .project-artilce__list-item:nth-child(2n+1) {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 960px) {
  .project-artilce__list-item:nth-child(3n+1) {
    margin-left: 0;
  }
}
/*
.project-article__image-wrapper {
  aspect-ratio: 350 / 350;
  margin-bottom: 10px;
  overflow: hidden;
}
*/
.project-artilce__list-item img {
  aspect-ratio: 350 / 350;
  height: auto;
  object-fit: cover;
  transition: .5s;
  width: 100%;
}
.project-artilce__list-item img:hover {
  transform: scale(1.1);
  filter: brightness(1.1);
}
.project-article__title,
.post-content .project-article__title {
  display: -webkit-box;
  /*font-family: "Noto Serif JP", serif;*/
  font-size: 1.2rem;
  font-weight: 700;
  height: 3em;
  letter-spacing: .12em;
  line-height: 1.5;
  margin: 0 0 1em 0;
  /*margin-bottom: 1em;*/
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.project-article__time {
  align-items: center;
  display: flex;
  position: relative;
  /*padding-left: 1.5em;*/
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  font-size: 0.875rem !important;
  /*display: inline-block;*/
  color: #999;
  /*margin-right: .5em;*/
  letter-spacing: 0.05em;
}
/*
.project-article__time::before {
  font-family: icomoon;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
}
*/

/* =============================
    News
============================= */
#news {
  background-color: var(--white);
  /*height: 50vh;
  min-height: calc(100vh - 25px);*/
  margin: 0 auto;
  overflow: hidden;
  padding: 150px 0 50px;
  /*padding: 250px 0;*/
  position: relative;
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  #news {
    padding: 250px 0 150px;
    /*padding: 250px 0 200px;*/
    /*padding: 300px 0 100px;*/
  }
}
#news::before {
  content: '';
  border-bottom-left-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff9ee;
  height: 10%;
  /*height: 15%;*/
}
.news-flex {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.news-title {
  font-size: 3em;
  /*font-size: 2.4em;*/
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 50px 0;
  position: relative;
  text-align: left;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .news-title {
    font-size: 5.5em;
  }
}
.news-title span {
  display: block;
  font-family: 'YuGothic', 'Yu Gothic', '游ゴシック体', 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-size: 0.425em;
  /*font-size: .225em;*/
  letter-spacing: 2px;  
}
@media screen and (min-width: 768px) {
  .news-title span {
    font-size: 0.225em;
  }
}
.news__list {
  list-style: none !important;
  margin-left: 0 !important;
}
.news__list-item {
}
.news__link {
  align-items: center;
  border-bottom: 1px solid #888888;
  color: var(--text-color);
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  padding-bottom: 5px;
  /*margin-bottom: 35px;
  padding-bottom: 15px;*/
  position: relative;
  text-decoration: none;
  transition: .5s;
}
@media screen and (min-width: 768px) {
  .news__link {
    margin-bottom: 35px;
    padding-bottom: 15px;
  }
}
.news__link:after {
  content: '';
  display: none;
  width: 35px;
  height: 10px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
  position: absolute;
  transition: .5s;
  right: 2rem;
  top: 5px;
  /*top: 15px;*/
}
.news__link:hover:after {
  right: 1rem;
}
@media screen and (min-width: 768px) {
  .news__link {
    flex-direction: row;
  }
  .news__link:after {
    display: block;
  }
}
.news__link:hover {
  opacity: 0.6;
}
.news-meta {
  align-items: center;
  display: flex;
  margin-bottom: 15px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news-meta {
    width: initial;
  }
}
.news-date {
  font-family: 'Outfit';
  letter-spacing: 0.1em;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .news-date {
    margin-right: 25px;
  }
}
.news-category {
  background-color: #ddd;
  font-size: 0.8rem;
  /*font-size: 0.9rem;*/
  font-weight: 700;
  margin: 0 25px 0 0 !important;
  /*margin-right: 25px;*/
  padding: 3px 12px;
  /*padding: 8px 12px;*/
  background: #babaac;
  border-radius: 20px;
  color: #FFFFFF;
  flex: none;
  font-family: 'Noto Sans JP';
  font-size: 13px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  padding: 2px 0px 2px 0px;
  text-align: center;
  width: 80px;
  max-width: 100%;
  justify-content: center;
}
.news-category.news-info {
  /*background-color: #babaac;*/
  background-color: #ffc107;
}
.news-category.news-press {
  /*background-color: #8bc34a;*/
  background-color: #00ad9b;
}
.news-category.news-notifications {
  background-color: #ff5722;
}
.news-text {
  font-size: 1rem !important;
  margin-bottom: 15px !important;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news-text {
    width: 50%;
  }
}
@media screen and (min-width: 1023px) {
  .news-text {
    width: 60%;
  }
}
.yazirusi {
  display: flex;
  position: absolute;
  right: 2rem;
  top: 20px;
  transition: .5s;
}
.yazirusi:hover {
  right: 1rem;
}
.yazirusi::after {
  content: '';
  width: 35px;
  height: 10px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
}

/* =============================
    Home-Recruit
============================= */
#recruit {
  padding: 50px 0 100px;
}
#recruit .wrapper {
  position: relative;
}
.recruit__link {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 0.2rem;
  margin-left: 6px;
  /*padding: 1rem;*/
  color: #353535;
  color: var(--white);
  /*background: url('../images/home-recruit_1.jpg') no-repeat center 68%/cover;*/
  background-color: #fec11d;
  background-color: #1d6bb5;
  background-color: #6763b2;
  background-color: #00b7ce;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  /*position: absolute;*/
  height: 160vw;
  width: 100%;
  max-width: 948px;
  /*top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
}
@media screen and (min-width: 768px) {
  .recruit__link {
    flex-direction: row;
    height: 400px;
    margin-left: 12px;
  }
}
.recruit__link::before {
  border: 2px solid var(--text-color);
  content: '';
  /*inset: -5px 5px 5px -5px;*/
  inset: 12px 12px -12px -12px;
  position: absolute;
  transition: 0.3s;
}
.recruit__link:hover::before {
  border: 2px solid var(--text-color);
  content: '';
  inset: 0px 0px 0px 0px;
  position: absolute;
  transition: 0.3s;
}
.recruit-textarea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .recruit-textarea {
    width: 50%;
  }
}
.recruit-textarea h2 {
  border-bottom: 2px solid;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  padding: 15px 50px;
  text-align: left;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .recruit-textarea h2 {
    width: 63%;
  }
}
.recruit-textarea h2 span {
  display: block;
  font-size: 0.45em;
}
.recruit-textarea p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  padding: 0 50px;
  margin-bottom: 35px;
  text-align: justify;
}
.recruit-button {
  background-color: var(--white);
  border: 2px solid #fec11d;
  border: 2px solid #1d6bb5;
  border: 2px solid #6763b2;
  border: 2px solid #00b7ce;
  color: #fec11d;
  color: #1d6bb5;
  color: #6763b2;
  color: #00b7ce;
  font-size: 1rem;
  font-weight: 400;
  padding: 15px 35px;
  position: relative;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .recruit-button {
    margin-left: 50px;
  } 
}
.recruit__link:hover .recruit-button {
  background-color: #fec11d;
  background-color: #1d6bb5;
  background-color: #6763b2;
  background-color: #00b7ce;
  border: 2px solid var(--white);
  color: var(--white);
  opacity: 0.8;
  transition: 0.3s;
}
.recruit-button span:after {
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #fec11d;
  border-color: transparent transparent transparent #1d6bb5;
  border-color: transparent transparent transparent #6763b2;
  border-color: transparent transparent transparent #00b7ce;
  content: "";
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
}
.recruit__link:hover .recruit-button span:after {
  border-color: transparent transparent transparent var(--white);
  opacity: 0.8;
}
.recruit-imagearea {
  background: url('../images/recruit-mv_1.jpg') no-repeat 92% 68%/cover;
  /*background: url('../images/recruit-mv_1.jpg') no-repeat center 68%/cover;*/
  height: 40%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .recruit-imagearea {
    height: 100%;
    width: 50%;
  }
}

/* =============================
    Contact
============================= */
.custom-shape-divider-bottom-1741445610 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-bottom-1741445610 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 70px;
}

.custom-shape-divider-bottom-1741445610 .shape-fill {
  fill: #FBD41C;
}

#contact {
  background: url('../images/contact-image.jpg') no-repeat center center/cover;
  height: 50vh;
  min-height: calc(100vh - 25px);
  overflow: hidden;
  padding: 50% 0 0;
  position: relative;
  width: 100%;

  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1023px) {
  #contact {
    background-attachment: fixed;
    padding: 15% 6vw 0;
    /*padding: 15% 0 0;*/
  }
}
#contact::after {
  content: '';
  border-bottom-left-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--white);
  height: 15%;
}
#contact .wrapper {
  background-color: var(--white);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  margin: 0 20px;
  padding: 60px 20px;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 820px) {
  #contact .wrapper {
    left: 50%;
    margin: 0 auto;
    padding: 80px 100px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }
}
@media screen and (min-width: 1023px) {
  #contact .wrapper {
    width: 100%;
  }
}
.contact-title {
  font-family: "Kaisei Opti", serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 1023px) {
  .contact-title {
    font-size: 3.75rem;
  }  
}
.contact-title span {
  letter-spacing: -0.05em;
}
.contact-copy {
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin-top: 15px;
  text-align: center;
}
@media screen and (min-width: 1023px) {
  .contact-copy {
    font-size: 1.2rem;
  }
}
.contact-flex {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-top: 35px;
}
@media screen and (min-width: 1023px) {
  .contact-flex {
    flex-direction: row;
  }
}
.contact-info {
  text-align: center;
}
.contact-tel {
  box-sizing: border-box;
  color: var(--text-color);
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
}
@media screen and (min-width: 1023px) {
  .contact-tel {
    font-size: 2rem;
  }
}
.caontact-hour {
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 8px;
  text-align: center;
}
/*
.contact__link {
  background: #FF6F61;
  border-radius: 100px;
  box-sizing: border-box;
  color: var(--white);
  display: block;
  margin: 10px 0;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  width: 240px;
}
.contact__link::after {
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent var(--white);
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
}
*/
.contact__link {
  background: var(--orange);
  /*background: #ff6f61;*/
  border-radius: 100px;
  color: #FFF;
  display: block;
  font-weight: 700;
  letter-spacing: .1rem;
  margin-top: 35px;
  padding: 1.5rem;
  text-align: center;
  text-decoration: none;
  transition: .5s;
  width: 16rem;
}
@media screen and (min-width: 1023px) {
  .contact__link {
    margin-top: 0;
    width: 18rem;
  }
}
.contact__link:hover {
  background: #273f6b;
}
.contact__link span {
  position: relative;
  padding-right: 1.2rem;
}
.contact__link span:after {
  content: "";
  position: absolute;
  right: -1.2rem;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
}
.form__recaptcha a {
  color: var(--orange);
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: underline;
}

/* =============================
    reCAPTCHA
============================= */
.grecaptcha-badge {
  display: none;
}

/* =============================
    Footer
============================= */
#footer {
  background-color: var(--key-color);
  /*height: 50vh;
  min-height: calc(100vh - 25px);*/
  overflow: hidden;
  padding: 50px 0 0;
  position: relative;
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  #footer {
    padding: 100px 0 0;
  } 
}
#footer::after {
  content: '';
  border-bottom-left-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--key-color);
  height: 15%;
}
.footer-body {
  margin: 0 auto;
  max-width: 960px;
  /*padding: 35px 0 100px;*/
  position: relative;
  width: 100%;
  z-index: 1;
}
.footer-body__navi {
  padding: 0 16px 35px;
}
@media screen and (min-width: 1200px) {
  .footer-body__navi {
    padding: 0;
    width: 960px;
  }
}
.footer-body__navi-list{
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .footer-body__navi-list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    padding: 60px 0 35px;
  }
}
.footer-body__navi-list-item {
  border-bottom: 2px var(--text-color) solid;
}
.footer-body__navi-list-item:last-child {
  border-bottom: none;
}
@media screen and (min-width: 1200px) {
  .footer-body__navi-list-item {
    border: 0;    
    display: flex;
    flex-flow: column;
  }
}
.footer-body__navi-list-item-title {
  align-items: center;
  color: var(--text-color) !important;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 20px 0 15px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .footer-body__navi-list-item-title {
    font-size: 16px;
    min-width: 240px;
    margin-bottom: 20px;
    padding: 0;
  }
}
.footer-body__navi-list-item-title span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 0 10px;
}
@media screen and (min-width: 1200px) {
  .footer-body__navi-list-item-title span {
    display: block;
    font-weight: 700;
    margin: 5px 0 0 0;
  }
}
.footer-body__navi-list-item-inner {
  color: var(--text-color);
  display: none;
  font-size: 14px;
  padding: 0 0 0 8px;
}
@media screen and (min-width: 1200px) {
  .footer-body__navi-list-item-inner {
    border: 0;
    display: flex;
    font-size: 12px;    
    flex-flow: column;
    margin: 8px 0 60px;
    padding: 0;
  }
}
.footer-body__navi-list-item-inner .footer-body__navi-list-item-category {
  list-style: none;
}
@media screen and (min-width: 1200px) {
  .footer-body__navi-list-item-inner .footer-body__navi-list-item-category {
    margin: 6px 0;
    padding: 0;    
  }
}
.footer-body__navi-list-item-inner .footer-body__navi-list-item-category a {
  color: var(--text-color) !important;
  display: block;
  font-size: 12px;
  font-weight: 400;
  padding: 5px 0px 0px 18px;
  position: relative;
  text-decoration: none;
}
.footer-body__navi-list-item-inner .footer-body__navi-list-item-category a::before {
  border-radius: 50%;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 14px;
  left: 5px;
  background-color: var(--text-color);
}
@media screen and (min-width: 1200px) {
  .footer-body__navi-list-item-inner .footer-body__navi-list-item-category a {
    font-size: 12px;
    padding: 5px 0px 0px 18px;
  }
}
.footer-bottom {
  align-items: center;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  padding: 15px 6vw;
}
@media screen and (min-width: 768px) {
  .footer-bottom {
    flex-direction: row-reverse;
  }
}
.footer-copyright {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .footer-copyright {
    font-size: 1rem;
    padding: 0;
  }
}
.footer-sns {
  align-items: center;
  display: flex;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .footer-sns {
    margin-bottom: 0;
    padding-top: 0;
  }
}
.footer-sns-item {
  margin-right: 25px;
  transition: .5s;
}
.footer-sns-item:hover {
  opacity: 0.6;
}
.footer-sns-ttl {
  font-family: 'YuGothic', 'Yu Gothic', '游ゴシック体', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  margin: 0 28px 0 0;
}
#footer04 {
  background: var(--key-color);
  overflow: hidden;
  padding: 50px 0 0;
  position: relative;
  width: 100%;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  #footer04 {
    padding: 100px 0 0;
  } 
}
#footer04 .inner-block {
  margin: 0 auto 60px;
  max-width: 960px;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 10000;
}
@media screen and (min-width: 1200px) {
  #footer04 .inner-block {
    padding: 60px 0 35px;
  }  
}
#footer04 .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px 35px;
}
@media screen and (min-width: 1200px) {
  #footer04 .cont {
    padding: 0;
    width: 960px;
  }
}
#footer04 .cont-item {
  display: block;
  width: calc(100% / 4);
}
#footer04 .nav a {
  display: block;
  color: var(--text-color);
  transition: 0.5s;
}
#footer04 .nav .ttl {
  display: block;
  margin: 30px 0 6px;
  font-size: 12px;
  font-weight: bold;
  color: var(--text-color);
}
#footer04 .nav .ttl:first-child {
  margin-top: 0;
}
#footer04 .nav .ttl + .ttl {
  margin-top: 10px;
}
#footer04 .nav ul {
  display: block;
  font-size: 12px;
  line-height: 2;
}
#footer04 .nav li {
  display: block;
  font-size: 12px;
  line-height: 2;
}
#footer04 .nav li:first-child {
  margin-top: 0;
}
#footer04 .nav li ul {
  margin: 0 0 0 2em;
}
#footer04 .nav li li {
  position: relative;
}
#footer04 .nav li li:before {
  position: absolute;
  top: 50%;
  left: -10px;
  content: "";
  display: block;
  width: 4px;
  height: 1px;
  background-color: var(--text-color);
}
#footer04 .company {
  display: block;
  margin-top: 62px;
}
#footer04 .logo img {
  width: 120px;
}
#footer04 .address {
  display: block;
  margin: 20px 0 0;
  font-size: 12px;
  line-height: 2;
  color: var(--text-color);
}
#footer04 .address a {
  cursor: pointer;
}
#footer04 .address .footer-tel {
  color: var(--text-color);
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none; 
}
@media screen and (max-width: 640px) {
  #footer04 .cont {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }
  #footer04 .cont-item {
    display: block;
    width: 48%;
  }
  #footer04 .cont-item:nth-child(n+3) {
    margin-top: 30px;
  }
  #footer04 .nav ul {
    margin: 0;
    font-size: 10px;
  }
  #footer04 .nav ul + .ttl {
    margin-top: 10px;
  }
  #footer04 .nav li {
    font-size: 10px;
  }
  #footer04 .company {
    margin-top: 30px;
  }
  #footer04 .address {
    margin: 10px 0 0;
    font-size: 10px;
  }
}
.footer-banner {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: calc(100dvh - 175em / var(--em));
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: calc(450em / var(--em));
  z-index: 998;
}
@media (min-width: 48em) {
  .footer-banner {
    max-width: calc(1660em / var(--em));
    top: calc(100vh - 160em / var(--em));
    width: calc(100% - 120em / var(--em));
  }
}
body.contact .footer-banner {
  display: none;
  opacity: 0 !important;
  visibility: hidden;
}
.footer-banner img {
  width: 100%;
  height: auto;
}
.is-hidden {
  opacity: 0 !important;
  visibility: hidden;
}
.footer-banner__inner {
  transition-duration: .5s;
  transition-property: filter;
  pointer-events: auto;
}
.footer-banner:hover {
  filter: brightness(1.1);
}
@media (min-width: 48em) {
  .footer-banner__inner {
    display: block;
    margin-left: auto;
    width: calc(250em / var(--em));
  }
}
.footer-banner.js_close {
  display: none;
}
.footer-banner__close {
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 15px;
  pointer-events: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -15px;
  width: 15px;
  height: calc(42em / var(--em));
  right: calc(-15em / var(--em));
  top: calc(-15em / var(--em));
  width: calc(42em / var(--em));
}
@media (min-width: 48em) {
  .footer-banner__close {
    height: calc(25em / var(--em));
    right: calc(-10em / var(--em));
    top: calc(-10em / var(--em));
    width: calc(25em / var(--em));
  }
}
.footer-banner__close span:nth-of-type(1) {
  position: absolute;
  top: 6px;
  right: 2px;
  width: 9px;
  top: 13px;
  right: 4px;
  width: 18px;
  height: 1px;
  background-color: #000;
  transform: rotate(45deg);
}
@media (min-width: 48em) {
  .footer-banner__close span:nth-of-type(1) {
    top: 11px;
    right: 4px;
    width: 15px;
    height: 1px;
  }
}
.footer-banner__close span:nth-of-type(2) {
  position: absolute;
  top: 2px;
  right: 6px;
  width: 1px;
  height: 9px;
  top: 4px;
  right: 13px;
  width: 1px;
  height: 18px;
  background-color: #000;
  transform: rotate(45deg);
}
@media (min-width: 48em) {
  .footer-banner__close span:nth-of-type(2) {
    top: 4px;
    right: 11px;
    width: 1px;
    height: 15px;
  }
}

/* =============================
    Page
============================= */
.page #hero {
  min-height: calc(50vh - 25px);
}
.post-content {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 6%;
  text-align: left;
}
@media screen and (min-width: 1920px) {
  .post-content {
    padding: 0;
  }  
}
.post-content > section {
  margin: 100px 0 35px;
}
.post-content > section:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .post-content > section:first-child {
    margin: 100px 0 35px;
  }
}
@media screen and (min-width: 768px) {
  .post-content > section:last-child {
    margin: 100px 0;
  }  
}
.post-content p {
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 35px;
  text-align: justify;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  clear: both;
  line-height: 1.4;
  padding: 0;
  font-weight: 600;
}
.post-content h1 {
  font-size: 150%;
  margin: 0 0 30px 0;
}
.post-content h2 {
  font-size: 140%;
  margin: 0 0 30px 0;
}
.post-content h3 {
  font-size: 130%;
  margin: 0 0 30px 0;
}
.post-content h4 {
  font-size: 120%;
  margin: 0 0 30px 0;
}
.post-content h5 {
  font-size: 110%;
  margin: 0 0 30px 0;
}
.post-content h6 {
  font-size: 100%;
  margin: 0 0 30px 0;
}

/*********************************/
.single .post-content h1 {
  font-size: var(--single_post_title_font_size);
  font-weight: 600;
  line-height: 1.4;
  margin: 120px 0 1.3em;
}
.single .post-content h2 {
  font-size: var(--single_post_title_font_size);
  font-weight: 600;
  line-height: 1.4;
  margin: 3em 0 1.3em;
}
.single .post-content h3 {
  font-size: calc(var(--single_post_title_font_size) - 2px);
  font-weight: 600;
  line-height: 1.6;
  margin: 3em 0 1.3em
}
.single .post-content h4 {
  font-size: calc(var(--single_post_title_font_size) - 4px);
  font-weight: 600;
  line-height: 1.6;
  margin: 2.3em 0 1em
}
.single .post-content h5 {
  font-size: calc(var(--single_post_title_font_size) - 6px);
  font-weight: 600;
  line-height: 1.6;
  margin: 2.3em 0 1em
}
.single .post-content h6 {
  font-size: calc(var(--single_post_title_font_size) - 8px);
  font-weight: 600;
  line-height: 1.6;
  margin: 2.3em 0 1em
}
.single .post-content>*:first-child {
  margin-top: 0 !important
}
@media screen and (max-width: 800px) {
  .single .post-content h1 {
      font-size:var(--single_post_title_font_size_sp);
      margin: 100px 0 1em
  }
  .single .post-content h2 {
      font-size: var(--single_post_title_font_size_sp);
      margin: 2.5em 0 1em
  }
  .single .post-content h3 {
      font-size: calc(var(--single_post_title_font_size) - 2px);
      margin: 2.3em 0 1em
  }
  .single .post-content h4 {
      font-size: calc(var(--single_post_title_font_size) - 4px);
      margin: 2.2em 0 1em
  }
  .single .post-content h5 {
      font-size: calc(var(--single_post_title_font_size) - 6px);
      margin: 2.2em 0 1em
  }
  .single .post-content h6 {
      font-size: calc(var(--single_post_title_font_size) - 8px);
      margin: 2.2em 0 1em
  }
}
@media screen and (max-width: 600px) {
  .single .post-content h1 {
      margin:80px 0 1em
  }
  .single .post-content h2 {
      margin: 2.3em 0 1em
  }
  .single .post-content h3 {
      margin: 2em 0 1em
  }
  .single .post-content h4 {
      margin: 2em 0 1em
  }
  .single .post-content h5 {
      margin: 2em 0 1em
  }
  .single .post-content h6 {
      margin: 2em 0 1em
  }
}
/*********************************/

/* image */
.post-content img[class*="align"],
.post-content img[class*="wp-image-"],
.post-content img[class*="attachment-"],
.post-content img.size-full,
.post-content img.size-large,
.post-content .wp-post-image,
.post-content img {
  display: block;
  height: auto;
  max-width: 100%;
}
.post-content p:has(img) {
  margin-bottom: 70px;
}
body.page .post-content p:has(img) {
  margin-bottom: 2em !important;
}
.post-content p + p:has(img) {
  margin-top: 70px;
}
body.page .post-content p + p:has(img) {
  margin-top: 0px !important;
}
#footer .post-content p:has(img) {
  margin-bottom: 2em;
}
.post-content .q_button_wrap + p:has(img) {
  margin-top: 120px;
}
@media screen and (max-width:1100px) {
  .post-content p + p:has(img) {
    margin-top: 90px;
  }
  .post-content .q_button_wrap + p:has(img) {
    margin-top: 100px;
  }
}
@media screen and (max-width:800px) {
  .post-content p:has(img) {
    margin-bottom: 30px;
  }
  .post-content p + p:has(img) {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #footer .post-content p:has(img) {
    margin-bottom: 0px;
  }
  .post-content .q_button_wrap + p:has(img) {
    margin-top: 40px;
  }
  body.page .post-content p + p:has(img) {
    margin-top: 0px;
  }
}
.page .farm-bg1 {
  background-color: initial;
  padding: 450px 0 100px;
}
@media screen and (width >= 768px) {
  .page .farm-bg2 {
    width: 100%;
    min-width: 700px;
    max-width: 960px;
    height: 720px;
  }
}
.post-content .page-title {
  font-size: 3em;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 50px 0;
  position: relative;
  text-align: left;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .post-content .page-title {
    font-size: 5.5em;
  }
}
.post-content .page-title span {
  display: block;
  font-family: YuGothic, "Yu Gothic", 游ゴシック体, "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 0.425em;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .post-content .page-title span {
    font-size: 0.225em;
  }
}
.post-content .page-headline {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: 'YuGothic', 'Yu Gothic', '游ゴシック体', 'Noto Sans JP', sans-serif;
  letter-spacing: 0.01em;
  line-height: 1.5;
  margin: 100px 0 35px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .post-content .page-headline {
    font-size: 2.25rem;
  }
}
.post-content .page-headline span {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin-top: 0.5em;
}
.post-content section .page-headline:first-child {
  margin-top: 0 !important;
}
.page #news::before {
  background: var(--white);
}

body.page .project-headline {
  font-size: 1.8rem;
}

/* about */
#hero.hero--about {
  background: url('../images/about-mv_1.jpg') no-repeat center center/cover;
}
body.about .vision__list {
  margin: 50px auto;
  max-width: 960px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about .vision__list {
      margin: 35px auto;
  }
}
body.about .vision__list-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0 50px;
  margin-bottom: 50px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.about .vision__list-item {
    flex-direction: row;
  }
  body.about .vision__list-item:nth-child(2) {
    flex-direction: row-reverse;
  }
}
body.about .vision-textarea {
  padding: 20px 0 35px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.about .vision-textarea {
    padding: 20px 35px;
    width: 60%;
  }
  body.about .vision__list-item:nth-child(2) .vision-textarea {
    padding: 20px 15px 20px 55px;
  }
}
body.about .vision-headline {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-left: 30px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  body.about .vision-headline {
    padding: initial;
  }
}
body.about .vision-headline::before {
  border: 3px solid var(--key-color);
  border-radius: 100px;
  content: '';
  left: 0;
  padding: 50px;
  position: absolute;
  top: 10px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  body.about .vision__list-item:nth-child(2) .vision-headline::before{
    left: 25px;
  }
}
body.about .vision-description {
  font-size: 1rem;
  line-height: 2;
  margin-top: 35px;
  text-align: justify;
}
body.about .vision-imagearea {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.about .vision-imagearea {
    max-width: 500px;
    width: 40%;
  }
}
body.about .vision-imagearea img {
  height: auto;
  object-fit: cover;
  transition: .5s;
  width: 100%;
}
.c-divider--xl {
  margin-bottom: 120px;
}
.p-outline__list__item {
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  letter-spacing: .12em;
  line-height: 2;
  padding: 1em 0;
}
.p-outline__list__title {
  font-weight: 700;
  width: 200px;
}
@media only screen and (max-width: 768px) {
  .p-outline__list__title {
    margin-bottom: 1em;
    width: 100%;
  }
}
.p-outline__list__content {
  width: calc(100% - 200px);
}
@media only screen and (max-width: 768px) {
  .p-outline__list__content {
    width: 100%;
  }
}
.p-outline__list__content ul {
  margin-left: 25px;
}
.p-outline__list__content ul li {
  list-style-type: auto;
  text-align: justify;
}
.post-content .sign {
  font-family: serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 60px;
  text-align: right;
}

/* staff */
#hero.hero--staff {
  background: url('../images/staff-mv_1.jpg') no-repeat center 68%/cover;
}
.company__member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .company__member {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
  }
}
.company__member:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .company__member:not(:last-child) {
    margin-bottom: 52.8px;
  }
}
.company__member-info {
  width: 32%;
  max-width: 349px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .company__member-info {
    width: 100%;
  }
}
.company__member-info img {
  display: block;
  margin: 0 auto 18px;
}
.company__member-info h2.page-headline {
  margin: 25px 0 35px;
}
.company__member-name {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 36px;
}
.company__member-name .english {
  color: #fcb900;
  display: block;
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin-top: 0.5em;
}
.company__member-content {
  width: 68%;
  max-width: 483px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 3px solid #fedb00;
  border-radius: 8px;
  padding: 32px 43px 31px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company__member-content {
    width: 100%;
    margin-top: 15.4px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 20.68px 20.68px 19.36px 18.48px;
  }
}
@media screen and (min-width: 1920px) {
  .company__member-content {
    max-width: 583px;
  }  
}
.company__member-content::before {
  content: '';
  position: absolute;
  left: -38px;
  top: 105px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16.5px 35px 16.5px 0;;
  border-color: transparent #fedb00 transparent transparent;
}
@media screen and (max-width: 767px) {
  .company__member-content::before {
    border-width: 0 12.5px 30px;
    left: 16px;
    top: -30px;
    border-color: transparent transparent #fedb00 transparent;
  }
}
.company__member:nth-child(even) .company__member-content::before {
  border-width: 16.5px 0 16.5px 35px;
  border-color: transparent transparent transparent #fedb00;
  right: -37px;
  left: auto;
}
@media screen and (max-width: 767px) {
  .company__member:nth-child(even) .company__member-content::before {
    border-width: 0 12.5px 30px;
    left: 16px;
    top: -30px;
    border-color: transparent transparent #fedb00 transparent;
  }
}
.company__member-content::after {
  content: '';
  position: absolute;
  left: -32px;
  top: 95px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26.5px 60px 26.5px 0;
  border-color: transparent #fff transparent transparent;
}
@media screen and (max-width: 767px) {
  .company__member-content::after {
    border-width: 0 10.5px 28px;
    left: 18px;
    top: -21px;
    border-color: transparent transparent #fff transparent;
  }
}
.company__member:nth-child(even) .company__member-content::after {
  border-width: 26.5px 0 26.5px 60px;
  border-color: transparent transparent transparent #fff;
  left: auto;
  right: -30px;
}
@media screen and (max-width: 767px) {
  .company__member:nth-child(even) .company__member-content::after {
    border-width: 0 12.5px 30px;
    left: 16px;
    top: -21px;
    border-color: transparent transparent #fff transparent;
  }
}
.company__member-block:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .company__member-block:not(:last-child) {
    margin-bottom: 13.64px;
  }
}
.company__member-block h2 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
  padding-left: 24px;
  position: relative;
}
.company__member-block h2::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  width: 16px;
  height: 6px;
  background-color: #fedb00;
}
.company__member-block p {
  line-height: 1.625em;
}

/* message */
#hero.hero--message {
  background: url('../images/message-mv_1.jpg') no-repeat center center/cover;
}

/* company */
#hero.hero--company {
  background: url('../images/company-mv_1.jpg') no-repeat center center/cover;
}
.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}

/* for Desktop */
@media ( min-width : 640px ){
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 135px;
    float: left;
    margin-top: 15px;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
  }
  .timeline-content:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 3px solid #fcb900;
    position: absolute;
    left: 124px;
    top: 20px;
    border-radius: 100%;
  }
}

/* History */
#hero.hero--history {
  background: url('../images/history-mv_1.jpg') no-repeat center center/cover;
}
.s-history_list-wrap {
  position: relative;
}
.s-history_list {
  margin: -2px 0 0 0;
  padding: 0 0px 41px 0;
}
.s-history_list-year-group {
  display: flex;
  width: 100%;
  padding: 0 0 47px 0;
  position: relative;
}
@media only screen and (max-width: 760px) {
  .s-history_list-year-group {
    display: block;
    padding: 0 0 16px 0;
  }
}
.s-history_list-year-group:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 24px;
  left: 163px;
  border-left: 2px solid #e5e5d1;
  z-index: 1;
}
@media only screen and (max-width: 760px) {
  .s-history_list-year-group:after {
    left: 7px;
  }
}
.s-history_list-age:nth-last-child(1) .s-history_list-year-group:nth-last-child(1):after {
  display: none
}
.s-history_list-year {
  width: 217px;
  position: relative;
}
@media only screen and (max-width: 760px) {
  .s-history_list-year {
    width: auto;
    padding: 0 0 0 8.2125603865vw;
    margin: 0 0 31px 0;
  }
}
.s-history_list-year:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 4px solid #fcb900;
  background-color: #ffffff;
  border-radius: 9px;
  position: absolute;
  top: 21px;
  right: 44px;
  z-index: 2;
  box-sizing: border-box;
}
@media only screen and (max-width: 760px) {
  .s-history_list-year:after {
    top: 11px;
    right: auto;
    left: -1px;
  }
}
.c_font-en {
  font-family: paralucent, sans-serif;
  font-weight: 700;
}
.c_font-b {
  font-family: YakuHanJP, ryo-gothic-plusn, sans-serif;
  font-weight: 700;
}
.s-history_list-year1 {
  font-family: 'Outfit', sans-serif;
  font-size: 54px;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0em !important;
  margin: 0 0 5px 0 !important;
}
@media only screen and (max-width: 760px) {
  .s-history_list-year1 {
    font-size: 38px;
    line-height: 1;
    letter-spacing: .03em;
    margin: 0 0 9px 0;
  }
}
.s-history_list-year2 {
  font-size: 13px;
  line-height: 1.2 !important;
  letter-spacing: .03em !important;
  font-weight: 700;
}
@media only screen and (max-width: 760px) {
  .s-history_list-year2 {
    font-size: 12px;
    line-height: 1 !important;
    letter-spacing: .03em;
  }
}
.l-und_contents-inr p {
  font-weight: 400;
}
.s-history_list-year-event-group {
  flex: 1;
  margin-top: 4px;
}
@media only screen and (max-width: 760px) {
  .s-history_list-year-event-group {
    margin: 0px 0 0 8.2125603865vw;
  }
}
.s-history_list-year-event {
  display: flex;
  align-items: flex-start;
  margin: 0 0 29px 0;
}
@media only screen and (max-width: 760px) {
  .s-history_list-year-event {
    display: block;
    margin: 0 0 19px 0;
  }
}
.s-history_list-year-event-img {
  width: 41.6666666667%;
  margin-right: 2.2727272727vw;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 760px) {
  .s-history_list-year-event-img {
    width: auto;
    margin: 0;
  }
}
.s-history_list-year-event-list-wrap {
  flex: 1;
}
.s-history_list-year-event-list {
  margin: 18px 0 0 0 !important;
}
@media only screen and (max-width: 760px) {
  .s-history_list-year-event-list {
    margin: 19px 0 0 0 !important;
  }
}
.s-history_list-year-event-list li {
  font-size: 16px;
  letter-spacing: .03em;
  line-height: 1.3;
  list-style-type: none;
  padding: 0 0 9px 19px;
  position: relative;
}
@media only screen and (max-width: 760px) {
  .s-history_list-year-event-list li {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: .03em;
    padding: 0 0 8px 19px;
  }
}
.s-history_list-year-event-list li:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  top: 9px;
  left: 0;
  background-color: #cdcdcd;
  z-index: 1;
}
@media only screen and (max-width: 760px) {
  .s-history_list-year-event-list li:after {
    top: 8px;
  }
}
.s-history_list-year-event--noimg .s-history_list-year-event-list {
  margin: 7px 0 0 0 !important;
}
.s-history_list-year-event--noimg .s-history_list-year-event-list li {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: .03em;
  padding-top: 5px;
  padding-bottom: 14px;
}
.s-history_list-year-event--noimg .s-history_list-year-event-list li:after {
  top: 12px;
}
.s-history_list-link {
  padding: 7px 0 0 18px;
  display: inline-block;
  cursor: pointer;
}
@media only screen and (max-width: 760px) {
  .s-history_list-link {
    padding: 7px 0 20px 18px;
  }
}
.c_btn-circle-type2 .no-href, .c_btn-circle-type2 a {
  position: relative;
  color: #fcb900;
  display: block;
}
.c_btn-circle-type2--diagright a, .c_btn-circle-type2--diagright .no-href {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 37px;
}
@media only screen and (max-width: 760px) {
  .c_btn-circle-type2--diagright a, .c_btn-circle-type2--diagright .no-href {
    min-height: 31px;
  }
}
.c_btn-circle-type2 .circle_bk {
  width: 53px;
  height: 37px;
  position: absolute;
  top: 0;
  right: -1px;
}
@media only screen and (max-width: 760px) {
  .c_btn-circle-type2 .circle_bk {
    width: 45px;
    height: 31px;
    top: -1px;
  }
}
.c_btn-circle-type2--diagright .circle_bk {
  right: auto;
  left: 0;
}
.c_btn-circle-type2 .circle_bk svg {
  width: 100%;
  height: 100%;
}
.c_btn-circle-type2 .circle_main {
  width: 53px;
  height: 37px;
  position: absolute;
  top: 0;
  right: -1px;
}
@media only screen and (max-width: 760px) {
  .c_btn-circle-type2 .circle_main {
    width: 45px;
    height: 31px;
    top: -1px;
  }
}
.c_btn-circle-type2--diagright .circle_main {
  right: auto;
  left: 0;
}
.c_btn-circle-type2 .circle_main svg {
  width: 100%;
  height: 100%;
}
.c_btn-circle-type2 .arrow {
  position: absolute;
  width: 13px;
  height: 3px;
  top: 17px;
  right: 19px;
  overflow: hidden;
}
.c_btn-circle-type2--diagright .arrow {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 13px;
  left: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 760px) {
  .c_btn-circle-type2--diagright .arrow {
    top: 9px;
    left: 16px;
  }
}
.c_btn-circle-type2 .arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -8px;
  background-image: url(../img/ico_point.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  transform-origin: left bottom;
  transition: opacity .3s, transform .3s;
  opacity: 0;
}
.c_btn-circle-type2--diagright .arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 4px;
  left: -4px;
  background-image: url(../img/ico_arrow_red_diag.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  transform-origin: left bottom;
  transition: opacity .3s, transform .3s;
  opacity: 0;
}
.c_btn-circle-type2 .arrow:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/ico_point.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  transform-origin: left bottom;
  transition: opacity .3s, transform .3s;
}
.c_btn-circle-type2--diagright .arrow:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/ico_arrow_red_diag.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  transform-origin: left bottom;
  transition: opacity .3s, transform .3s;
}
.c_btn-circle-type2 .text {
  padding: 12px 62px 12px 12px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: .03em;
}
.c_btn-circle-type2--diagright .text {
  padding: 0 10px 0 61px;
  line-height: 1.2;
}
@media only screen and (max-width: 760px) {
  .c_btn-circle-type2--diagright .text {
    padding: 0 0 0 51px;
  }
}

.s-products_list-modal {
  position: fixed;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: 10000;
  overflow: hidden;
  transition: 0s height;
  transition-delay: 1s;
  pointer-events: none;
}
.js-modal-open .s-products_list-modal {
  pointer-events: auto;
}
.s-products_list-modal.js-modal-detail-open {
  height: 100%;
  transition: 0s height;
}

.background ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.background ul li:not(:first-child) {
  margin-top: 24px;
}
.background ul li {
  list-style: none;
  width: 50vw;
  max-width: 320px;
  height: 50vw;
  max-height: 320px;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-shadow: -9px -9px 16px #ffff;
  box-shadow: 9px 9px 16px #a3b1c6;
  background-color: #e0e5ec;
}
.modalWrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  overscroll-behavior: contain;
  overflow-y: scroll;
}
.modalWrapper.display {
  display: flex;
}
.modal {
  /*width: 50vw;
  max-width: 320px;
  height: 50vw;
  max-height: 320px;
  margin: 0 auto;*/
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  position: relative;
  margin: 2.2727272727vw 2.2727272727vw 2.2727272727vw 2.2727272727vw;
  padding: 7.3313782991vw 9.0909090909vw 4.8387096774vw 6.8181818182vw;
  border-radius: 3.6656891496vw;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 760px) {
  .modal {
    width: 100%;
    margin-bottom: 49px;
  }
}

/*
  ここからが肝心
*/

.modalWrapper::before,
.modalWrapper::after {
  content: "";
  width: 1px;
  height: calc(100vh + 1px);
  display: flex;
}

.s-history_modal-inr {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  /*transform: translateY(50px);*/
  /*opacity: 0;*/
  transition: opacity 0.3s, transform 0.6s;
  transition-delay: 0s;
}
@media only screen and (max-width: 760px) {
  .s-history_modal-inr {
    display: block;
    height: 100%;
  }
}
.js-modal-detail-open .s-history_modal-inr {
  transform: translateY(0);
  opacity: 1;
  transition: opacity 0.8s, transform 0.8s;
  transition-delay: .5s;
}
.s-history_modal-figure {
  width: 31.8181818182vw;
  margin-right: 9.0909090909vw;
}
@media only screen and (max-width: 760px) {
  .s-history_modal-figure {
    width: 100%;
    margin-bottom: 49px !important;
  }
}
.s-history_modal-figure figure {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
}
.s-history_modal-info {
  flex: 1;
  margin-top: -1px;
}
.s-history_modal-year {
  margin-bottom: 19px;
}
.s-history_modal-year1 {
  margin: -3px .5865102639vw 0 0;
  display: inline-block;
  font-size: 54px;
  line-height: 1 !important;
  letter-spacing: 0em !important;
}
@media only screen and (max-width: 760px) {
  .s-history_modal-year1 {
    display: block;
    margin: -2px 1.9323671498vw 9px 0 !important;
    font-size: 38px;
    line-height: 1;
    letter-spacing: .03em;
  }
}
.s-history_modal-year2 {
  display: inline-block;
  vertical-align: 1px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: .03em;
}
@media only screen and (max-width: 760px) {
  .s-history_modal-year2 {
    display: block;
    font-size: 11px;
    line-height: 1 !important;
    letter-spacing: .03em !important;
    margin-bottom: initial !important;
  }
}
.s-history_modal-heading {
  position: relative;
  font-size: 30px !important;
  line-height: 1.3 !important;
  letter-spacing: .03em;
  margin-bottom: 41px !important;
}
@media only screen and (max-width: 760px) {
  .s-history_modal-heading {
    font-size: 22px !important;
    line-height: 1.8 !important;
    letter-spacing: .03em;
    padding-left: 3.1400966184vw !important;
    margin-bottom: 17px !important;
  }
}
.s-history_modal-heading:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  top: 17px;
  left: -1.6129032258vw;
  background-color: #ff0000;
  z-index: 1;
}
@media only screen and (max-width: 760px) {
  .s-history_modal-heading:after {
    top: 16px;
    left: 0px;
  }
}
.s-history_modal-body {
  font-size: 15px;
  line-height: 1.71;
  letter-spacing: .03em;
  font-weight: 400;
}
@media only screen and (max-width: 760px) {
  .s-history_modal-body {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .03em;
    padding: 0 1.9323671498vw;
  }
}
.s-history_modal-body p {
  padding: 0 0 28px 0;
}
@media only screen and (max-width: 760px) {
  .s-history_modal-body p {
    padding: 0 0 25px 0;
  }
}

#open,
#close {
  background: #ed8;
  border: 3px solid #ed8;
  border-radius: .5rem;
  padding: 1rem 2rem;
  cursor: pointer;
}
#mask {
  background: rgba(0,0,0,.6);
  position: fixed;
  inset: 0;
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
}
#modal {
  background: #fff;
  /*max-width: 36rem;
  padding: 2rem;
  border-radius: .5rem;
  position: absolute;*/
  inset: 5rem 0 auto;
  inset: 2rem 0 auto;
  margin: auto;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  padding: 7.3313782991vw 9.0909090909vw 4.8387096774vw 6.8181818182vw;
  border-radius: 3.6656891496vw;
  overflow: hidden;
  width: 90%;
  /*height: 70vh;*/
  overflow: scroll;
}
@media screen and (min-width: 768px) {
  #modal {
    /*height: 80vh;*/
    inset: 10rem 0 auto;
  } 
}


/* business */
#hero.hero--business {
  background: url('../images/business-mv_1.jpg') no-repeat center center/cover;
}

body.business-regional #business-regional-about::after,
body.business-attracting #business-attracting-about::after,
body.business-related #business-related-about::after,
body.business-production #business-production-about::after {
  content: '';
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff9ee;
  height: 5%;
}
@media screen and (min-width: 768px) {
  body.business-regional #business-regional-about::after,
  body.business-attracting #business-attracting-about::after,
  body.business-related #business-related-about::after,
  body.business-production #business-production-about::after {
    height: 10%;
  }
}
.strong-title {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0 0 50px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.strong__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 100px auto 50px;
  max-width: 960px;
  padding: 0 20px;
  width: auto;
}
.strong__list-item {
  align-items: center;
  background-color: #fcb900;
  border-radius: 50%;
  display: flex;
  font-size: 2rem;
  font-weight: 600;
  max-height: 250px;
  padding: 30px;
  text-align: center;
  max-width: 250px;
  height: 250px;
  width: 250px;
  min-width: 200px;
  min-height: 200px;
}
body.business .post-content section .page-headline:first-child {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  body.business .post-content section .page-headline:first-child {
    margin-bottom: 100px;
  }
}
body.business .business__list {
  margin: 50px auto;
  max-width: 960px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.business .business__list {
      margin: 35px auto;
  }
}
body.business .business__list-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0 50px;
  margin-bottom: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.business .business__list-item {
    flex-direction: row;
    margin-bottom: 50px;
  }
  body.business .business__list-item:nth-child(2n) {
    flex-direction: row-reverse;
    margin-bottom: 50px;
  }
}
body.business .business-textarea {
  order: 2;
  padding: 20px 0 35px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.business .business-textarea {
    order: 1;
    padding: 20px 35px;
    width: 60%;
  }
  body.business .business__list-item:nth-child(2n) .business-textarea {
    order: 1;
    padding: 20px 15px 20px 55px;
  }
}
body.business .business-headline {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-left: 30px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  body.business .business-headline {
    padding: initial;
  }
}
body.business .business-headline::before {
  border: 3px solid var(--key-color);
  border-radius: 100px;
  content: '';
  left: 0;
  padding: 50px;
  position: absolute;
  top: 10px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  body.business .business__list-item:nth-child(2n) .business-headline::before {
    left: 25px;
  }
}
body.business .business-description {
  font-size: 1rem;
  line-height: 2;
  margin-top: 35px;
  text-align: justify;
}
body.business .business-imagearea {
  margin: 0 auto 35px;
  order: 1;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.business .business-imagearea {
    margin: 0 auto;
    max-width: 500px;
    order: 2;
    width: 40%;
  }
}
body.business .business-imagearea img {
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  transition: .5s;
  width: 100%;
}

/* regional */
/* attracting */
/* related */
/* production */
#hero.hero--business-regional {
  background: url('../images/business_1.jpg') no-repeat center center/cover;
}
#hero.hero--business-related {
  background: url('../images/business_3.jpg') no-repeat center center/cover;
}
#hero.hero--business-production {
  background: url('../images/business_4.jpg') no-repeat bottom center/cover;
}
#business-intro {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}
#business-regional-about,
#business-attracting-about,
#business-related-about,
#business-production-about {
  overflow: hidden;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #business-regional-about,
  #business-attracting-about,
  #business-related-about,
  #business-production-about {
    padding-bottom: 200px;
  }
}
.worry {
  padding: 40px 0px 60px;
}
@media screen and (min-width: 768px) {
  .worry {
    padding: 100px 0 35px;
  }
}
.worry-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .worry-title {
    font-size: 1.214rem;
    line-height: 1.765;
    margin-bottom: 20px;
  }
}
.worry__list {
  display: grid;
  margin: 0 auto 50px;
  max-width: 1280px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .worry__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media screen and (min-width: 1101px) {
  .worry__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
  }
}
.worry__list::after {
  background-color: var(--text-color);
  content: '';
  display: block;
  width: 65.5px;
  height: 35px;
  bottom: -105px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.worry__list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1100px) {
  .worry__list-item {
    border-radius: 16px;
    padding: 17px 10px 15px;
  }
}
@media screen and (min-width: 1101px) {
  .worry__list-item {
    padding: 50px 10px 55px;
  }
}
.worry__list-thumb {
  position: relative;
}
@media screen and (max-width: 767px) {
  .worry__list-thumb {
    width: 89px;
  }
}
@media screen and (min-width: 768px) {
  .worry__list-thumb {
    width: 168px;
  }
}
@media screen and (max-width: 767px) {
  .worry__list-thumb-bg img {
    width: 89px;
  }
}
.worry__list-thumb-illust {
  position: absolute;
  top: 0;
  left: 0;
  width: 155px;
}
@media screen and (max-width: 767px) {
  .worry__list-thumb-illust {
    width: 89px;
  }
}
.worry__list-body {
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .worry__list-body {
    font-size: 0.8571rem;
    line-height: 1.467;
    margin-top: -2px;
  }
}
@media screen and (min-width: 1101px) {
  .worry__list-body {
    font-size: 1.0625rem;
    line-height: 1.765;
    margin-top: 7px;
  }
}
.worry-logo {
  display: block;
  margin: 150px auto 80px;
  max-width: 500px;
}
.p-page__home__merit {
  position: relative;
  background-color: var(--key-color);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-page__home__merit {
    padding-top: 75px;
    padding-bottom: 120px;
  }
}
body.business-attracting .p-page__home__merit {
  background-color: #d8e1e6;
}
body.business-related .p-page__home__merit {
  background-color: #e5ef91;
}
body.business-production .p-page__home__merit {
  background-color: #b1c7c2;
}
.l-wrap {
  width: 100%;
}
@media screen and (min-width: 1101px) {
  .l-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrap--sp {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .l-wrap--sp {
    padding: 0 30px;
  }
}
.c-h {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1101px) {
  .u-pb-1 {
    padding-bottom: 8px;
  }
}
.c-h__ja {
  font-weight: bold;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  transition: 0.8s ease-out;
  transition-delay: 0.5s;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .c-h__ja {
    font-size: 1.0714rem;
    padding-top: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .c-h__ja {
    font-size: 1.375rem;
    padding-top: 5px;
  }
}
@media screen and (min-width: 1101px) {
  .c-h__ja {
    font-size: 1.5rem;
  }
}
.c-h--scrolled .c-h__ja {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.c-h__en {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.05em;
  transform: translateY(20px);
  opacity: 0;
  transition: 0.9s ease-out;
}
@media screen and (max-width: 767px) {
  .c-h__en {
    font-size: 3.929rem;
    line-height: 1.12;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .c-h__en {
    font-size: 5rem;
    line-height: 1.15;
  }
}
@media screen and (min-width: 1101px) {
  .c-h__en {
    font-size: 6.25rem;
    line-height: 1.15;
  }
}
.c-h--scrolled .c-h__en {
  transform: translateY(0);
  opacity: 1;
}
.merit__list {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .merit__list {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .merit__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 30px;
  }
}
@media screen and (min-width: 1101px) {
  .merit__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-4 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt-4 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1101px) {
  .u-mt-4 {
    margin-top: 40px;
  }
}
.merit__list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
@media screen and (max-width: 767px) {
  .merit__list-item {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .merit__list-item {
    width: calc(50% - 15px);
  }
}
.merit__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fcb900;
  position: relative;
  width: 100%;
  height: 47.37%;
}
.business-attracting .merit__head {
  background-color: #aabecf;
}
.business-related .merit__head {
  background-color: #b4d46d;
}
.business-production .merit__head {
  background-color: #dc7a84;
}
.merit__head::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 15px solid #fcb900;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.business-attracting .merit__head::before {
  border-top: 15px solid #aabecf;
}
.business-related .merit__head::before {
  border-top: 15px solid #b4d46d;
}
.business-production .merit__head::before {
  border-top: 15px solid #dc7a84;
}
.merit__num {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .merit__num {
    font-size: 2.714rem;
  }
}
@media screen and (min-width: 768px) {
  .merit__num {
    font-size: 3rem;
  }
}
.merit__h {
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .merit__h {
    font-size: 1.214rem;
    line-height: 1.6712;
  }
}
@media screen and (min-width: 768px) {
  .merit__h {
    font-size: 1.75rem;
    font-family: 'Noto Sans JP';
    line-height: 1.4;
  }
}
.merit__body {
  background-color: var(--white);
  width: 100%;
  height: 52.63%;
}
@media screen and (max-width: 767px) {
  .merit__body {
    padding: 25px 5px 10px;
  }
}
@media screen and (min-width: 768px) {
  .merit__body {
    padding: 30px 10px 10px;
  }
}
.merit__text {
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .merit__text {
    font-size: 0.929rem;
    line-height: 1.7;
  }
}

#business-regional-flow,
#business-attracting-flow,
#business-related-flow,
#business-production-flow {
  background-color: #fff9ee;
  overflow: hidden;
  padding-bottom: 150px;
  position: relative;
}
@media screen and (min-width: 767px) {
  #business-regional-flow,
  #business-attracting-flow,
  #business-related-flow,
  #business-production-flow {
    padding-bottom: 200px;
  }
}
#business-regional-flow::after,
#business-attracting-flow::after,
#business-related-flow::after,
#business-production-flow::after {
  content: '';
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--key-color);
  height: 10%;
}
#business-attracting-flow::after {
  background: #d8e1e6;
}
#business-related-flow::after {
  background: #e5ef91;
}
#business-production-flow::after {
  background: #b1c7c2;
}
@media screen and (min-width: 767px) {
  #business-regional-flow::after,
  #business-attracting-flow::after,
  #business-related-flow::after,
  #business-production-flow::after {
    height: 15%;    
  }
}
.flow__body {
  background-color: #fff9ee;
}
@media screen and (max-width: 767px) {
  .flow__body {
    padding-top: 62px;
    padding-bottom: 62px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .flow__body {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 1101px) {
  .flow__body {
    padding-top: 120px;
    padding-bottom: 250px;
  }
}
.flow-step__list {
  display: grid;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .flow-step__list {
    gap: 70px;
  }
}
@media screen and (min-width: 768px) {
  .flow-step__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .flow-step__list {
    gap: 40px;
  }
}
.flow-step__list-item {
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow-step__list-item {
    padding: 23px 30px 30px;
  }
}
@media screen and (min-width: 768px) {
  .flow-step__list-item {
    padding: 50px 40px 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .flow-step__list-item {
    padding: 40px 20px 45px;
  }
}
.flow-step__num {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .flow-step__num {
    font-size: 1.786rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .flow-step__num {
    font-size: 1.714rem;
  }
}
@media screen and (min-width: 1101px) {
  .flow-step__num {
    font-size: 3.5rem;
  }
}
.flow-step__head {
  display: flex;
  border-bottom: 1px solid #3c3c4a;
}
@media screen and (max-width: 767px) {
  .flow-step__head {
    align-items: center;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .flow-step__head {
    flex-direction: column;
    align-items: center;
    padding-bottom: 25px;
  }
}
.flow-step__icon {
  height: auto;
  width: 92px;
}
@media screen and (max-width: 767px) {
  .flow-step__icon {
    width: 55px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .flow-step__icon {
    width: 64px;
  }
}
.flow-step__h {
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow-step__h {
    font-size: 1.214rem;
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .flow-step__h {
    font-size: 1.375rem;
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .flow-step__body {
    padding-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .flow-step__body {
    padding-top: 25px;
  }
}
.flow-step__text {
  font-weight: bold;
  text-align: justify;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .flow-step__text {
    font-size: 0.857rem;
    line-height: 1.916;
  }
}
@media screen and (min-width: 768px) {
  .flow-step__text {
    font-size: 0.875rem;
    line-height: 1.857;
  }
}
.flow-step__list-item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #3c3c4a;
}
@media screen and (max-width: 767px) {
  .flow-step__list-item:not(:last-child)::after {
    width: 40.5px;
    height: 20px;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .flow-step__list-item:not(:last-child)::after {
    width: 15px;
    height: 17px;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
}
@media screen and (min-width: 1101px) {
  .flow-step__list-item:not(:last-child)::after {
    width: 25px;
    height: 35px;
    top: 50%;
    right: -45px;
    transform: translateY(-50%);
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
}
body.business-regional #project,
body.business-attracting #project,
body.business-related #project,
body.business-production #project {
    background-color: #fff9ee;
    overflow: hidden;
    padding: 200px 0 0px;
    position: relative;
    width: 100%;
    z-index: 0;
}
@media screen and (min-width: 768px) {
  body.business-regional #project,
  body.business-attracting #project,
  body.business-related #project,
  body.business-production #project {
      padding: 250px 0 0px;
  }
}
body.business-regional #project::before,
body.business-attracting #project::before,
body.business-related #project::before,
body.business-production #project::before {
  height: 5%;
}
body.business-attracting #project::before {
  background: #d8e1e6;
}
body.business-related #project::before {
  background: #e5ef91;
}
body.business-production #project::before {
  background: #b1c7c2;
}
@media screen and (min-width: 768px) {
  body.business-regional #project::before,
  body.business-attracting #project::before,
  body.business-related #project::before,
  body.business-production #project::before {
    height: 15%;
  }
}
body.business-regional .project-artilce__list,
body.business-attracting .project-artilce__list,
body.business-related .project-artilce__list,
body.business-production .project-artilce__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 50px;
  max-width: initial;
}
.p-page__home__faq {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page__home__faq {
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  .p-page__home__faq {
    padding: 150px 0 100px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .row__head {
    width: calc(32.5% - 40px);
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .row__body {
    width: 100%;
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  .row__body {
    width: 67.5%;
    padding-top: 35px;
  }
}
.faq__list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .faq__list {
    gap: 15px;
  }
}
@media screen and (min-width: 768px) {
  .faq__list {
    gap: 20px;
  }
}
.js-folding__trigger {
  cursor: pointer;
}
.js-folding__target {
  display: none;
}
.faq__ques {
  font-weight: bold;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .faq__ques {
    font-size: 1.071rem;
    border-radius: 7.5px;
    padding: 17px 50px 17px 29px;
    letter-spacing: -0.03em;
  }
}
@media screen and (min-width: 768px) {
  .faq__ques {
    font-size: 1.25rem;
    border-radius: 3px;
    padding: 24px 70px 24px 38px;
    letter-spacing: 0.01em;
  }
}
.faq__ques::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #3c3c4a;
}
@media screen and (max-width: 767px) {
  .faq__ques::before {
    width: 15px;
    height: 2px;
    right: 22px;
  }
}
@media screen and (min-width: 768px) {
  .faq__ques::before {
    width: 20px;
    height: 2px;
    right: 30px;
  }
}
.faq__ques::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
  background-color: #3c3c4a;
}
@media screen and (max-width: 767px) {
  .faq__ques::after {
    width: 2px;
    height: 15px;
    right: 28.5px;
  }
}
@media screen and (min-width: 768px) {
  .faq__ques::after {
    width: 2px;
    height: 20px;
    right: 39px;
  }
}
.faq__ques.js-folding__trigger--active {
  background-color: var(--key-color);
  border-radius: 3px 3px 0px 0px;
}
.faq__ques.js-folding__trigger--active::after {
  height: 0;
}
.faq__answer {
  background-color: #fff;
  margin-top: -10px;
  border-radius: 0 0 3px 3px;
}
@media screen and (max-width: 767px) {
  .faq__answer {
    padding: 25px 29px 21px;
  }
}
@media screen and (min-width: 768px) {
  .faq__answer {
    padding: 45px 38px 30px;
  }
}
.faq__text {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .faq__text {
    font-size: 0.857rem;
    line-height: 2.083;
  }
}
@media screen and (min-width: 768px) {
  .faq__text {
    line-height: 2.125;
  }
}


.p-service-header {
  margin: 0 auto;
  padding: 40px 9%;
  width: 100%;
}
@media only screen and (min-width: 1023px) {
  .p-service-header {
    padding: 80px 0;
    width: 1200px;
  }
}
.p-service-header__title {
  font-family: 'YuGothic', 'Yu Gothic', '游ゴシック体', 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-size: 1.25rem !important;
  letter-spacing: .12em;
  position: relative;
}
@media only screen and (min-width: 1023px) {
  .p-service-header__title {
    font-size: 36px;
    font-size: 2.25rem !important;
    position: relative;
  }
}
.p-service-header__title::before {
  border: 3px solid var(--key-color);
  border-radius: 100px;
  content: '';
  left: -20px;
  padding: 50px;
  position: absolute;
  top: -20px;
  z-index: -1;
}
.p-service-header__title .size--lg {
  font-size: 36px;
  font-size: 2rem !important;
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 767px) {
  .p-service-header__title .size--lg {
    font-size: 56px;
    font-size: 3.125rem !important;
    font-family: 'Noto Sans JP';
    font-weight: 800;
    letter-spacing: 0.05em;
    margin-right: 5px;
  }
}
.p-service-header__title .text--floating {
  display: inline;
}
@media only screen and (min-width: 767px) {
  .p-service-header__title .text--floating {
    display: block;
  }
}
.p-cultural-lead {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
.p-cultural-lead__image_col {
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1023px) {
  .p-cultural-lead__image_col {
    width: 50%;
  }
}
.p-cultural-lead__image_col img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}
.p-cultural-lead__content {
  letter-spacing: .12em;
  width: 100%;
}
@media only screen and (min-width: 1023px) {
.p-cultural-lead__content {
    width: 50%;
  }
}
.p-cultural-lead__content__inner {
  width: 100%;
  margin: 0;
  padding: 0 20px;
}
@media only screen and (min-width: 1023px) {
  .p-cultural-lead__content__inner {
    position: relative;
    width: 85vw;
    width: 50vw;
    padding: 50px 9%;
    margin: 0 0 0 auto;
    background: #fff;
    z-index: 0;
  }
}
.p-cultural-lead__content__title {
  font-size: 24px;
  font-size: 1.5rem !important;
  margin-bottom: 1em;
}
@media only screen and (min-width: 1023px) {
  .p-cultural-lead__content__title {
    font-size: 2.25rem !important;
    font-family: 'Noto Sans JP';
    font-weight: 700;
    letter-spacing: 0.04em;
    --em: 74;
    line-height: calc(100 / var(--em));
  }
}
.business-intro-copy {
  --em: 24;
  font-weight: 700;
  line-height: calc(45 / var(--em));
  margin-bottom: calc(49em / var(--em));
  overflow: hidden;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .business-intro-copy {
    --em: 18;
    line-height: calc(28 / var(--em));
    margin-bottom: calc(40em / var(--em));
  }
}
.business-intro-btn__list {
  --em: 16;
  display: grid;
  gap: calc(16em / var(--em));
  grid-auto-flow: column;
  grid-template-rows: auto;
  justify-content: start;
}
@media screen and (max-width: 767px) {
  .business-intro-btn__list {
    justify-content: space-around;
  }
  .business-intro-btn__list .button {
    font-size: calc(var(--em) * 1rem / var(--rem));
    font-weight: 600;
    padding: 1.6em 2.4em;
    margin: 0;
  }
}
@media only screen and (min-width: 1023px) {
  .business-intro-btn__list .button {
    --em: 16;
    --rem: 18;
    font-size: calc(var(--em) * 1rem / var(--rem));
  }
}
.business-cta {
  padding: 0 0 100px;
}
@media screen and (min-width: 1023px) {
  .business-cta {
    padding: 0 0 150px;
  }
}
.business-cta .business-intro-btn__list {
  justify-content: space-around;
}
@media screen and (min-width: 768px) {
  .business-cta .business-intro-btn__list {
    justify-content: center;
  }
}
.contact-flex.business-intro-btn__list {
  justify-content: center;
}
.contact-flex.business-intro-btn__list .button {
  --em: 16;
  --rem: 24;
  font-size: calc(var(--em) * 1rem / var(--rem));
}
@media screen and (min-width: 768px) {
  .contact-flex.business-intro-btn__list .button {
    font-size: 1rem;
  }
}
.l-wrap .about {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1101px) {
  .about__head {
    width: calc(40% - 40px);
  }
}
.about__body {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1100px) {
  .about__body {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1101px) {
  .about__body {
    margin-left: auto;
    margin-right: -25px;
  }
}
.about__lead {
  font-family: 'Noto Sans JP';
  font-weight: bold;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .about__lead {
    font-size: 1.643rem;
    line-height: 1.696;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .about__lead {
    font-size: 2rem;
    line-height: 1.7778;
  }
}
@media screen and (min-width: 1101px) {
  .about__lead {
    font-size: 2.25rem;
    line-height: 1.7778;
  }
}
.about__text {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .about__text {
    letter-spacing: -0.1em;
    line-height: 2.0714;
    margin-top: 23px;
    text-align: justify;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .about__text {
    font-size: 1.125rem;
    line-height: 2.33;
    margin-top: 25px;
  }
}
@media screen and (min-width: 1101px) {
  .about__text {
    font-size: 1.125rem;
    margin-top: 30px;
    letter-spacing: -0.05em;
    line-height: 2.6667;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-3 {
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb-3 {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 1101px) {
  .u-pb-3 {
    padding-bottom: 24px;
  }
}
.business-regional-title {
  background-color: var(--key-color);
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0 0 133px;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (width >= 768px) {
  .regional .farm-bg2 {
    width: 100%;
    min-width: 1300px;
    max-width: 1500px;
    height: 720px;
  }
}
body.business-regional .farm .box .num,
body.business-attracting .farm .box .num,
body.business-related .farm .box .num,
body.business-production .farm .box .num {
  position: absolute;
  bottom: 100%;
  right: 15%;
  font-family: "Roboto", sans-serif;
  line-height: .65;
  font-size: 7.375em;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
body.business-regional #business .farm:nth-child(2n+1) .box .num,
body.business-attracting #business .farm:nth-child(2n+1) .box .num,
body.business-related #business .farm:nth-child(2n+1) .box .num,
body.business-production #business .farm:nth-child(2n+1) .box .num {
  left: 15%;
  right: auto;
}
@media screen and (width >= 768px) {
  body.business-regional .farm .box,
  body.business-attracting .farm .box,
  body.business-related .farm .box,
  body.business-production .farm .box {
    width: 60%;
  }
}
.form-title {
  font-size: 3em;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0 0 50px;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .form-title {
    font-size: 5.5em;
    padding: 0 0 80px;
  }
}
.form-title span {
  display: block;
  font-family: 'YuGothic', 'Yu Gothic', '游ゴシック体', 'Noto Sans JP', sans-serif;
  font-size: 0.425em;
  letter-spacing: 2px;  
}
@media screen and (min-width: 768px) {
  .form-title span {
    font-size: 0.225em;
  }
}
body.business-regional #form::before,
body.business-attracting #form::before,
body.business-related #form::before,
body.business-production #form::before {
  content: '';
  border-bottom-left-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff9ee;
  height: 10%;
}
body.business-regional #form,
body.business-attracting #form,
body.business-related #form,
body.business-production #form {
  background-color: var(--white);
  margin: 0 auto;
  overflow: hidden;
  padding: 250px 0 0;
  position: relative;
  width: 100%;
  z-index: 0;
}
body.business-regional #form .form-description,
body.business-attracting #form .form-description,
body.business-related #form .form-description,
body.business-production #form .form-description {
  margin: 0 auto 50px;
}

/* business-attracting */
#hero.hero--business-attracting {
  background: url('../images/business-attracting-mv_1.jpg') no-repeat center center/cover;
}

/* project */
#hero.hero--project {
  background: url('../images/project-mv_1.jpg') no-repeat center center/cover;
}
#hero.hero--project-event {
  background: url('../images/project-mv_1.jpg') no-repeat center center/cover;
}
body.project .project-textarea .button-area {
  text-align: left;
}
@media screen and (min-width: 768px) {
  body.project .post-content {
    padding: 0;
  }
}
body.project .project-copy__description {
  text-align: justify;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.project .project-copy__description {
    margin-bottom: 110px;
    text-align: center;
  }
}
body.project .project__list-item {
  width: 100%;
}
body.project .project-artilce__list {
  margin-left: 0;
  margin-top: 0;
  padding: 0;
}
body.project .project-category__list {
  display: block;
  flex-wrap: unset;
  list-style-type: none;
  margin: 50px 0 70px;
}
@media screen and (min-width: 960px) {
  body.project .project-category__list {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 110px;
    padding: 0;
  }
}
body.project .project-category__list-item {
  margin-bottom: 35px;
  margin-right: 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 960px) {
  body.project .project-category__list-item {
    margin-right: 3%;
    width: 31%;
  }
}
body.project .project-category__list-item:nth-child(3n) {
  margin-right: 0;
}
body.project .project-category__link {
  display: flex;
  position: relative;
  margin-bottom: 0.2rem;
  margin-left: 6px;
  font-weight: bold;
  font-size: 26px;
  width: 100%;
}
body.project .project-category__list-item:nth-of-type(1) .project-category__link {
  background-color: #fec11d;
}
body.project .project-category__list-item:nth-of-type(2) .project-category__link {
  background-color: #25bf9d;
}
body.project .project-category__list-item:nth-of-type(3) .project-category__link {
  background-color: #00bcd4;
}
body.project .project-category__link::before {
  border: 2px solid var(--text-color);
  content: '';
  inset: 6px 6px -6px -6px;
  position: absolute;
  transition: 0.3s;
}
body.project .project-category__link:hover::before {
  border: 2px solid var(--text-color);
  content: '';
  inset: 0px 0px 0px 0px;
  position: absolute;
  transition: 0.3s;
}
body.project .project-imgBlock {
  line-height: 0;
  width: 37.5%;
}
body.project .project-imgBlock img {
  aspect-ratio: 350 / 350;
  object-fit: cover;
  max-height: 98px;  
}
body.project .project-textBlock {
  align-items: center;
  display: flex;
  margin-left: 3.5%;
  position: relative;
  width: 59%;
}
body.project .project-nameText {
  font-size: 16px;
  color: var(--white);
  font-weight: 500;
  display: block;
  line-height: initial;
  margin-top: 5px;
  width: 88%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* project-regional */
#hero.hero--project-regional {
  background: url('../images/project_2.jpg') no-repeat center 75%/cover
}
body.project-regional .project-textarea .button-area {
  text-align: left;
}
@media screen and (min-width: 768px) {
  body.project-regional .post-content {
    padding: 0;
  }
}
body.project-regional .post-content section .page-headline {
  margin-top: 110px !important;
  text-align: center;
}
body.project-regional .project-copy__description {
  text-align: justify;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.project-regional .project-copy__description {
    margin-bottom: 110px;
    text-align: center;
  }
}
body.project-regional .project__list-item {
  width: 100%;
}
body.project-regional .project-artilce__list {
  margin-left: 0;
  margin-top: 0;
  padding: 0;
}
body.project-regional .project-category__list {
  display: block;
  flex-wrap: unset;
  list-style-type: none;
  margin: 50px 0 70px;
}
@media screen and (min-width: 768px) {
  body.project-regional .project-category__list {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 110px;
    padding: 0;
  }
}
body.project-regional .project-category__list-item {
  margin-bottom: 35px;
  margin-right: 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.project-regional .project-category__list-item {
    margin-right: 3%;
    width: 31%;
  }
}
body.project-regional .project-category__list-item:nth-child(3n) {
  margin-right: 0;
}
body.project-regional .project-category__link {
  display: flex;
  position: relative;
  margin-bottom: 0.2rem;
  margin-left: 6px;
  font-weight: bold;
  font-size: 26px;
  width: 100%;
}
body.project-regional .project-category__list-item:nth-of-type(1) .project-category__link {
  background-color: #fec11d;
}
body.project-regional .project-category__list-item:nth-of-type(2) .project-category__link {
  background-color: #a06dd5;
  background-color: #25bf9d;
}
body.project-regional .project-category__list-item:nth-of-type(3) .project-category__link {
  background-color: #00bcd4;
}
body.project-regional .project-category__link::before {
  border: 2px solid var(--text-color);
  content: '';
  inset: 6px 6px -6px -6px;
  position: absolute;
  transition: 0.3s;
}
body.project-regional .project-category__link:hover::before {
  border: 2px solid var(--text-color);
  content: '';
  inset: 0px 0px 0px 0px;
  position: absolute;
  transition: 0.3s;
}
body.project-regional .project-imgBlock {
  line-height: 0;
  width: 37.5%;
}
body.project-regional .project-imgBlock img {
  aspect-ratio: 350 / 350;
  object-fit: cover;
  max-height: 98px;  
}
body.project-regional .project-textBlock {
  align-items: center;
  display: flex;
  margin-left: 3.5%;
  position: relative;
  width: 59%;
}
body.project-regional .project-nameText {
  font-size: 16px;
  color: var(--white);
  font-weight: 500;
  display: block;
  line-height: initial;
  margin-top: 5px;
  width: 88%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* project-company */
#hero.hero--project-company {
  background: url('../images/project_1.jpg') no-repeat center center/cover;
}
body.project-company .project-textarea .button-area {
  text-align: left;
}
@media screen and (min-width: 768px) {
  body.project-company .post-content {
    padding: 0;
  }
}
body.project-company .post-content section .page-headline {
  margin-top: 110px !important;
  text-align: center;
}
body.project-company .project-copy__description {
  text-align: justify;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.project-company .project-copy__description {
    margin-bottom: 110px;
    text-align: center;
  }
}
body.project-company .project__list-item {
  width: 100%;
}
body.project-company .project-artilce__list {
  margin-left: 0;
  margin-top: 0;
  padding: 0;
}
body.project-company .project-category__list {
  display: block;
  flex-wrap: unset;
  list-style-type: none;
  margin: 50px 0 70px;
}
@media screen and (min-width: 768px) {
  body.project-company .project-category__list {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 110px;
    padding: 0;
  }
}
body.project-company .project-category__list-item {
  margin-bottom: 35px;
  margin-right: 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.project-company .project-category__list-item {
    margin-right: 3%;
    width: 31%;
  }
}
body.project-company .project-category__list-item:nth-child(3n) {
  margin-right: 0;
}
body.project-company .project-category__link {
  display: flex;
  position: relative;
  margin-bottom: 0.2rem;
  margin-left: 6px;
  font-weight: bold;
  font-size: 26px;
  width: 100%;
}
body.project-company .project-category__list-item:nth-of-type(1) .project-category__link {
  background-color: #fec11d;
}
body.project-company .project-category__list-item:nth-of-type(2) .project-category__link {
  background-color: #25bf9d;
}
body.project-company .project-category__list-item:nth-of-type(3) .project-category__link {
  background-color: #00bcd4;
}
body.project-company .project-category__link::before {
  border: 2px solid var(--text-color);
  content: '';
  inset: 6px 6px -6px -6px;
  position: absolute;
  transition: 0.3s;
}
body.project-company .project-category__link:hover::before {
  border: 2px solid var(--text-color);
  content: '';
  inset: 0px 0px 0px 0px;
  position: absolute;
  transition: 0.3s;
}
body.project-company .project-imgBlock {
  line-height: 0;
  width: 37.5%;
}
body.project-company .project-imgBlock img {
  aspect-ratio: 350 / 350;
  object-fit: cover;
  max-height: 98px;  
}
body.project-company .project-textBlock {
  align-items: center;
  display: flex;
  margin-left: 3.5%;
  position: relative;
  width: 59%;
}
body.project-company .project-nameText {
  font-size: 16px;
  color: var(--white);
  font-weight: 500;
  display: block;
  line-height: initial;
  margin-top: 5px;
  width: 88%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* project-exchange */
#hero.hero--project-exchange {
  background: url('../images/project_3.jpg') no-repeat center center/cover;
}
body.project-exchange .project-textarea .button-area {
  text-align: left;
}
@media screen and (min-width: 768px) {
  body.project-exchange .post-content {
    padding: 0;
  }
}
body.project-exchange .post-content section .page-headline {
  margin-top: 110px !important;
  text-align: center;
}
body.project-exchange .project-copy__description {
  text-align: justify;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.project-exchange .project-copy__description {
    margin-bottom: 110px;
    text-align: center;
  }
}
body.project-exchange .project__list-item {
  width: 100%;
}
body.project-exchange .project-artilce__list {
  margin-left: 0;
  margin-top: 0;
  padding: 0;
}
body.project-exchange .project-category__list {
  display: block;
  flex-wrap: unset;
  list-style-type: none;
  margin: 50px 0 70px;
}
@media screen and (min-width: 768px) {
  body.project-exchange .project-category__list {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 110px;
    padding: 0;
  }
}
body.project-exchange .project-category__list-item {
  margin-bottom: 35px;
  margin-right: 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.project-exchange .project-category__list-item {
    margin-right: 3%;
    width: 31%;
  }
}
body.project-exchange .project-category__list-item:nth-child(3n) {
  margin-right: 0;
}
body.project-exchange .project-category__link {
  display: flex;
  position: relative;
  margin-bottom: 0.2rem;
  margin-left: 6px;
  font-weight: bold;
  font-size: 26px;
  width: 100%;
}
body.project-exchange .project-category__list-item:nth-of-type(1) .project-category__link {
  background-color: #fec11d;
}
body.project-exchange .project-category__list-item:nth-of-type(2) .project-category__link {
  background-color: #a06dd5;
  background-color: #25bf9d;
}
body.project-exchange .project-category__list-item:nth-of-type(3) .project-category__link {
  background-color: #00bcd4;
}
body.project-exchange .project-category__link::before {
  border: 2px solid var(--text-color);
  content: '';
  inset: 6px 6px -6px -6px;
  position: absolute;
  transition: 0.3s;
}
body.project-exchange .project-category__link:hover::before {
  border: 2px solid var(--text-color);
  content: '';
  inset: 0px 0px 0px 0px;
  position: absolute;
  transition: 0.3s;
}
body.project-exchange .project-imgBlock {
  line-height: 0;
  width: 37.5%;
}
body.project-exchange .project-imgBlock img {
  aspect-ratio: 350 / 350;
  object-fit: cover;
  max-height: 98px;  
}
body.project-exchange .project-textBlock {
  align-items: center;
  display: flex;
  margin-left: 3.5%;
  position: relative;
  width: 59%;
}
body.project-exchange .project-nameText {
  font-size: 16px;
  color: var(--white);
  font-weight: 500;
  display: block;
  line-height: initial;
  margin-top: 5px;
  width: 88%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* recruit */
#hero.hero--recruit {
  background: url('../images/recruit-mv_1.jpg') no-repeat center center/cover;
}

/* contact */
#hero.hero--contact {
  background: url('../images/contact-mv_1.jpg') no-repeat center 45%/cover;
}
.c-divider {
  margin-bottom: 60px !important;
  margin-left: 0 !important;
}
.c-form__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
  letter-spacing: .12em;
  align-items: center;
}
@media only screen and (min-width: 1023px) {
  .c-form__list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
.c-form__list:not(:last-child) {
  margin-bottom: 40px;
}
.c-form__heading {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
  margin-right: 10px;
  width: auto;
}
@media only screen and (min-width: 1023px) {
  .c-form__heading {
    width: 200px;
  }
}
.c-form__require {
  width: 80px;
  margin-right: 10px;
}
.c-form__content {
  width: 100%;
  margin-top: 20px;
}
@media only screen and (min-width: 1023px) {
  .c-form__content {
    margin-top: 0;
    width: calc(100% - 300px);
  }
}
.c-form__require__icon {
  display: inline-block;
  background-color: var(--orange);
  padding: .2em 1em;
  border-radius: 3px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
}
.c-form__input {
  border: none;
  background-color: #efefef;
  padding: 1em;
}
.c-form--w100p {
  box-sizing: border-box;
  width: 100%;
}
.c-form__textarea {
  border: none;
  background-color: #efefef;
  padding: 1em;
  min-height: 160px;
}
.c-divider--lg {
  margin-bottom: 80px;
}
.c-form__terms {
  letter-spacing: .12em;
  text-align: center;
}
.c-divider--sm {
  margin-bottom: 40px !important;
  text-align: center !important;
}
.c-form__item--checkbox input[type=checkbox] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}
.c-form__item--checkbox input:checked+label::after {
  opacity: 1;
}
.c-form__link {
  font-weight: 700;
  text-decoration: underline;  
}
.c-btn_container {
  text-align: center;
}
.c-btn {
  font-size: 18px;
  font-size: 1.125rem !important;
  letter-spacing: .12em;
  transition: all 120ms linear;
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  line-height: 1;
  vertical-align: middle;
  white-space: normal;
  -webkit-font-smoothing: antialiased;
  padding: 1em 2em;
  border: none;
  font-weight: bold;
  box-sizing: border-box;
  letter-spacing: .12em;
}
.c-btn--lg {
  font-size: 24px;
  font-size: 1.5rem !important;
  padding: 0.75em 3em;
}
.c-btn--red {
  background-color: #4d4d38;
  border-radius: 100px;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  width: 18rem;
}
.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .wpcf7-checkbox {
    flex-direction: column;
    gap: 15px;
  }
}
@media screen and (min-width: 768px) {
  .wpcf7-checkbox {
    gap: 14px 20px;
  }
}
.wpcf7-list-item > label > input[type=checkbox] {
  display: none;
}
.wpcf7-list-item > label > input {
  margin-right: 5px;
}
.wpcf7-list-item > label .wpcf7-list-item-label {
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item > label .wpcf7-list-item-label {
    padding-left: 32px;
  }
}
.wpcf7-list-item > label .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #8a8a92;
}
.wpcf7-list-item-label::before {
  width: 18px;
  height: 18px;
  margin-right: 7px;
}
.wpcf7-list-item > label > input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  display: block;
}
.wpcf7-list-item-label::after {
  content: "";
  display: none;
  position: absolute;
  top: 5px;
  left: 3px;
  border-left: 2px solid var(--orange);
  border-bottom: 2px solid var(--orange);
  transform: rotate(-45deg);
  height: 5px;
  width: 12px;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item-label::after {
    height: 7px;
    top: 2px;
  }
}
.wpcf7 form .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  margin: 2em auto 3em !important;
  max-width: 1280px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .form__recaptcha {
    text-align: justify;
  }
}
.form__recaptcha {
  text-align: center;
}

/* =============================
    Single
============================= */
.single #hero {
  min-height: calc(50vh - 25px);
}
#page-header .inner-vw {
  padding: 0 12vw;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  #page-header .inner-vw {
    padding: 0 6vw;
  }
}
#page-header .page-title {
  font-size: 3em;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 50px 0;
  position: relative;
  text-align: left;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #page-header .page-title {
    font-size: 5.5em;
  }
}
#page-header .page-title span {
  display: block;
  font-family: YuGothic, "Yu Gothic", 游ゴシック体, "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 0.425em;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  #page-header .page-title span {
    font-size: 0.225em;
  }
}
body.single .post-content .page-headline h2 {
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: 15px 0 35px;
  padding: 18px 0;
}
@media screen and (min-width: 768px) {
  body.single .post-content .page-headline h2 {
    font-size: 2rem;
    letter-spacing: 0.01em;
  }
}
body.single .post-content .page-headline .blog-date {
  border-right: 1px solid var(--text-color);
  color: var(--text-color);
  display: inline-block;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  line-height: 1.0;
  padding-right: 18px;
}
@media only screen and (min-width: 800px) {
  body.single .post-content .page-headline .blog-date {
    border-right: 1px solid var(--text-color);
    font-size: 15px;
    padding-right: 20px;
  }
}
body.single .post-content .page-headline .blog-category {
  color: #fcb900;
  font-weight: 700;
  display: inline-block;
  line-height: 1.0;
}
@media only screen and (min-width: 800px) {
  body.single .post-content .page-headline .blog-category {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    line-height: 1.0;
  }
}
body.single-event .post-content .page-headline--related {
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: 15px 0 35px;
  padding: 8rem 0 18px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.single-event .post-content .page-headline--related {
    font-size: 2rem;
    letter-spacing: 0.01em;
  }
}
body.single-event .post-content .page-headline--related span {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin-top: 0.5em;
}
@media (max-width: 1060px) {
  .single-event .wk-flow {
      display: flex;
      align-items: flex-start;
      padding: 0 0 50px;
      position: relative;
  }
}
@media (max-width: 1060px) {
  .single-event .wk-flow:first-of-type {
    margin-top: 60px;
  }
}
@media (max-width: 1060px) {
  .single-event .wk-flow:last-of-type {
    padding: 0;
  }
}
@media (min-width: 1061px) {
  .single-event .wk-flow {
    display: flex;
    align-items: flex-start;
    padding: 0 0 55px;
    position: relative;
  }
}
@media (min-width: 1061px) {
  .single-event .wk-flow:first-of-type {
    margin-top: 60px;
  }
}
@media (min-width: 1061px) {
  .single-event .wk-flow:last-of-type {
    margin-bottom: 50px;
    padding: 0;
  }
}
@media (max-width: 1060px) {
  .single-event .wk-flow h2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(60px, 16vw, 140px);
    aspect-ratio: 1 / 1;
    margin: 0 10px 0 0;
    border-radius: 50%;
    background-color: var(--key-color);
    color: var(--text-color);
    font-size: clamp(12px, 2.6vw, 16px);
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
  }
}
@media (min-width: 1061px) {
  .single-event .wk-flow h2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    margin: 0 20px 0 0;
    border-radius: 50%;
    background-color: var(--key-color);
    color: var(--text-color);
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
  }
}
@media (max-width: 1060px) {
  .single-event .wk-flow:not(:last-of-type)::before {
    content: "";
    position: absolute;
    left: calc(clamp(60px, 16vw, 140px) / 2);
    width: 6px;
    height: 500px;
    height: 100%;
    background-color: #e5e5d1;
    z-index: -1;
  }
}
@media (min-width: 1061px) {
  .single-event .wk-flow:not(:last-of-type)::before {
    content: "";
    position: absolute;
    left: calc(clamp(60px, 16vw, 140px) / 2);
    width: 6px;
    height: 100%;
    background-color: #e5e5d1;
    z-index: -1;
  }
}
@media (max-width: 1060px) {
  .single-event .wk-flow h2::after {
    content: "";
    position: absolute;
    right: -10px;
    width: 10px;
    height: 3px;
    background-color: #e5e5d1;
  }
}
@media (min-width: 1061px) {
  .single-event .wk-flow h2::after {
    content: "";
    position: absolute;
    top: 69px;
    right: -20px;
    width: 20px;
    height: 3px;
    background-color: #e5e5d1;
  }
}
@media (max-width: 1060px) {
  .single-event .wk-flow .wk-text {
    flex: 1;
    min-height: clamp(60px, 16vw, 140px);
    padding: 20px 6vw;
    background-color: #fff9ee;
    border-radius: 12px;
  }
}
@media (min-width: 1061px) {
  .single-event .wk-flow .wk-text {
    flex: 1;
    min-height: 140px;
    padding: 30px;
    background-color: #fff9ee;
    border-radius: 12px;
  }
}
@media (max-width: 1060px) {
  .single-event .wk-flow .wk-text h3 {
    margin: 0 0 1em;
    font-size: clamp(16px, 4.2vw, 18px);
    font-weight: bold;
    line-height: 2em;
  }
}
@media (min-width: 1061px) {
  .single-event .wk-flow .wk-text h3 {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 2em;
  }
}
@media (max-width: 1060px) {
  .single-event .wk-flow .wk-text p {
    margin: 0;
    font-size: clamp(13px, 3.4vw, 15px);
    line-height: 2em;
  }
}
@media (min-width: 1061px) {
  .single-event .wk-flow .wk-text p {
    margin: 0;
    font-size: 15px;
    line-height: 2em;
  }
}
@media (max-width: 1060px) {
  .tag-list {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0 0 !important;
    font-size: 12px;
    line-height: 1em;
    list-style-type: none !important;
  }
}
@media (min-width: 1061px) {
  .tag-list {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0 0 !important;
    font-size: 13px;
    list-style-type: none !important;
  }
}
@media (max-width: 1060px) {
  .tag-list__item {
    margin: 0 5px 5px 0;
  }
}
@media (min-width: 1061px) {
  .tag-list__item {
    margin: 0 5px 5px 0;
  }
}
@media (max-width: 1060px) {
  .tag__link {
    text-decoration: none;
    display: inline-block;
    padding: 6px 10px;
    color: #666666;
    border: 1px solid #999999;
    border-radius: 2em;
    line-height: 1;
  }
}
@media (min-width: 1061px) {
  .tag__link {
    text-decoration: none;
    display: inline-block;
    padding: 6px 10px;
    color: #666666;
    border: 1px solid #999999;
    border-radius: 2em;
    line-height: 1;
  }
}

/* =============================
    Archive
============================= */
#hero.hero--news {
  background: url('../images/news-mv_1.jpg') no-repeat bottom center/cover;
}
.archive #hero {
  min-height: calc(50vh - 25px);
}
.archive #page-contents {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .archive .post-content {
    padding: 0;
  }  
}
body.archive .project-category__list {
  display: block;
  flex-wrap: unset;
  list-style-type: none;
  margin: 50px 0 70px;
}
@media screen and (min-width: 960px) {
  body.archive .project-category__list {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 110px;
    padding: 0;
  }
}
body.archive .project-category__list-item {
  margin-bottom: 35px;
  margin-right: 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 960px) {
  body.archive .project-category__list-item {
    margin-right: 3%;
    width: 31%;
  }
}
body.archive .project-category__list-item:nth-child(3n) {
  margin-right: 0;
}
body.archive .project-category__link {
  display: flex;
  position: relative;
  margin-bottom: 0.2rem;
  margin-left: 6px;
  font-weight: bold;
  font-size: 26px;
  width: 100%;
}
body.archive .project-category__list-item:nth-of-type(1) .project-category__link {
  background-color: #fec11d;
}
body.archive .project-category__list-item:nth-of-type(2) .project-category__link {
  background-color: #a06dd5;
  background-color: #25bf9d;
}
body.archive .project-category__list-item:nth-of-type(3) .project-category__link {
  background-color: #00bcd4;
}
body.archive .project-category__link::before {
  border: 2px solid var(--text-color);
  content: '';
  inset: 6px 6px -6px -6px;
  position: absolute;
  transition: 0.3s;
}
body.archive .project-category__link:hover::before {
  border: 2px solid var(--text-color);
  content: '';
  inset: 0px 0px 0px 0px;
  position: absolute;
  transition: 0.3s;
}
body.archive .project-imgBlock {
  line-height: 0;
  width: 37.5%;
}
body.archive .project-imgBlock img {
  aspect-ratio: 350 / 350;
  object-fit: cover;
  max-height: 98px;  
}
body.archive .project-textBlock {
  align-items: center;
  display: flex;
  margin-left: 3.5%;
  position: relative;
  width: 59%;
}
body.archive .project-nameText {
  font-size: 16px;
  color: var(--white);
  font-weight: 500;
  display: block;
  line-height: initial;
  margin-top: 5px;
  width: 88%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Common Tag */
body.archive .project-artilce__list {
  margin-left: 0;
  margin-top: 70px;
  padding: 0;
}

/* =============================
    Taxonomy
============================= */
#hero.hero--taxonomy {
  background: url('../images/project-mv_1.jpg') no-repeat bottom center/cover;
}
@media screen and (min-width: 820px) {
  body.tax-common_tag .project-copy {
    font-size: 2.125rem;
  }
}