@charset "utf-8";
/*
Theme Name: 日本フレイル予防サービス振興会
Theme URI: https://296.co.jp/
Author: Dai Kojima
Author URI: https://296.co.jp/
Description:
Version: 1.0
License:
License URI:
Tags:
*/
/*--------------------------------------------------------------
normalize
Styles based on Normalize v5..0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
	display: block;
}
h1 {
	font-size: 2em;
	margin: .67em 0;
}
figcaption,
figure,
main {
	display: block;
}
figure {
	margin: 1em 0;
}
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
	outline-width: 0;
}
abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}
b,
strong {
	font-weight: inherit;
}
b,
strong {
	font-weight: 700;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
dfn {
	font-style: italic;
}
mark {
	background-color: #eee;
	color: #1a1a1a;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -.25em;
}
sup {
	top: -.5em;
}
audio,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	height: auto;
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: .35em .625em .75em;
}
legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details,
menu {
	display: block;
}
summary {
	display: list-item;
}
canvas {
	display: inline-block;
}
template {
	display: none;
}
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
default
--------------------------------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
	font-size: clamp(0px,(100vw / 80), 16px);
	font-family: 'Noto Sans JP',sans-serif;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: .025em;
	color: #1a1a1a;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
}
a {
  transition: .3s;
}
a:hover {
  opacity: .5;
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none !important;
}
@media (max-width: 769px) {
  body {
    font-size: clamp(0px,(100vw / 25), 16px);
  }
}
/*--------------------------------------------------------------
header.php
--------------------------------------------------------------*/
header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 1em 2.6875em;
}
header .container .logo {
  width: 3em;
  margin: 0;
  height: 1.75em;
}
header .container .logo a {
  display: block;
  width: 100%;
}
header .container .logo a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* PCナビゲーション */
header .container nav.desktop {

}
header .container nav.desktop ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
header .container nav.desktop ul li {

}
header .container nav.desktop ul li:not(:first-child) {
  margin: 0 0 0 1.5em;
}
header .container nav.desktop ul li a {
  padding: 0;
  text-decoration: none;
  color: #209690;
  font-weight: 500;
}
header .container nav.desktop ul li.link-btn {
  width: 10em;
  border-radius: .625em;
  padding: 0;
}
header .container nav.desktop ul li.link-btn a {
  display: block;
  padding: .75em 0;
  width: 100%;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
header .container nav.desktop ul li.link-btn.members {
  margin: 0 0 0 2.25em;
  background-color: #FFC66B;
}
header .container nav.desktop ul li.link-btn.members a {

}
header .container nav.desktop ul li.link-btn.contact {
  margin: 0 0 0 2.25em;
  background-color: #209690;
}
header .container nav.desktop ul li.link-btn.contact a {

}
/* sp */
header .container nav.mobile {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  width: 18em;
  height: 100vh;
  padding: 4em 0;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  box-shadow: 0 .125em .3125em rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease-in-out;
  opacity: 0;
  z-index: 1001;
}
header .container nav.mobile ul {
  list-style: none;
  padding: 0 1em;
  text-align: left;
}
header .container nav.mobile ul li {
  display: block;
  padding: .75em 0 ;
}
header .container nav.mobile ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #209690;
  font-weight: 500;
}
header .container nav.mobile ul li.link-btn {
  padding: 0;
  border-radius: .625em;
}
header .container nav.mobile ul li.link-btn a {
  display: block;
  padding: .75em 0;
  width: 100%;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
header .container nav.mobile ul li.link-btn.members {
  margin: 1.5em 0 0 0;
  background-color: #FFC66B;
}
header .container nav.mobile ul li.link-btn.members a {

}
header .container nav.mobile ul li.link-btn.contact {
  margin: .625em 0 0 0;
  background-color: #209690;
}
header .container nav.mobile ul li.link-btn.contact a {

}
header .container .overlay.active {
  display: block;
}
header .container .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

/* ハンバーガーボタン */
header .container a.toggle {
  display: none;

  position: absolute;
  width: 2.5em;
  height: 1.875em;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1002;
}
header .container a.toggle span {
  display: block;
  width: 100%;
  height: .125em;
  background: #333;
  position: absolute;
  transition: all .3s;
}
header .container a.toggle span:nth-child(1) {
  top: 0;
}
header .container a.toggle span:nth-child(2) {
  top: .8125em;
}
header .container a.toggle span:nth-child(3) {
  bottom: 0;
}
@media (max-width: 769px) {
  header {
    position: fixed;
  }
  header .container {
    display: block;
    width: 92%;
    padding: 1em 0;
  }
  header .container .logo {
    height: 1em;
    margin: 0 auto 0 0;
  }
  header .container nav.desktop {
    display: none;
  }
  header .container a.toggle {
    display: block;
  }
  header .container nav.mobile.active {
    opacity: 1;
    right: 0;
    transition: right 0.3s ease-in-out;
  }
  /* ハンバーガーメニュー開閉アニメーション */
  header .container a.toggle.active span:nth-child(1) {
    transform: rotate(45deg);
    top: .985em;
  }
  header .container a.toggle.active span:nth-child(2) {
    opacity: 0;
  }
  header .container a.toggle.active span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: .8125em;
  }
}
/*--------------------------------------------------------------
footer.php
--------------------------------------------------------------*/
footer {
  padding: 3.75em 0 2em;
  background-color: #edb55b2e;
}
footer .container {
  width: 67.5em;
  margin: 0 auto;
}
footer .container .content {
  padding: 2.25em 0;
  border-radius: 1.2em;
  background-color: #FFC66B;
}
footer .container .content .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 55em;
  margin: 0 auto;
}
footer .container .content .inner .body {
  color: #fff;
}
footer .container .content .inner .body a {
  text-decoration: none;
  color: #fff;
}
footer .container .content .inner .body .title {
  font-size: 2.5em;
  font-weight: 700;
}
footer .container .content .inner .body .text {
  margin: .25em 0 0 0;
  font-size: 1.125em;
  font-weight: 500;
}
footer .container .content .inner button {
  display: block;
  margin: 1.25em 0 0 auto;
  padding: 0;
  border: none;
  background: transparent;
}
footer .container .content .inner button a {
  display: flex;
  align-items: center;
  padding: 1em 2em;
  background-color: #5BABA6;
  border-radius: 3em;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
footer .container .content .inner button a .arrow-circle {
  width: 2em;
  height: 2em;
  margin: 0 0 0 2em;
  background-color: #1A7D77;
  border-radius: 50%;
}
footer .container .content .inner button a .arrow-circle span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
footer .container .content .inner button a .arrow-circle ::before {
  position: absolute;
  top: 50%;
  left: 45%;
  width: .25em;
  height: .25em;
  border-top: .0625em solid #fff;
  border-right: .0625em solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
}
footer .container .row {
  display: flex;
  justify-content: space-between;
  margin: 2.5em 0 0 0;
  gap: 2em;
}
footer .container .row .column {
 
}
footer .container .row .column figure {
  margin: 0;
  width: 11em;
}
footer .container .row .column figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer .container .row .column nav {
  margin: 1.875em 0 0 0;
}
footer .container .row .column nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .container .row .column nav ul li {

}
footer .container .row .column nav ul li a {
  color: #209690;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}
footer .container .row .column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .container .row .column ul li.link-btn {
  width: 21em;
  padding: 1.25em 0;
  border-radius: .625em;
  text-align: center;
}
footer .container .row .column ul li.link-btn:not(:first-child) {
  margin: 1em 0 0 0;
}
footer .container .row .column ul li.link-btn a {
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  line-height: 1;
}
footer .container .row .column ul li.link-btn.members {
  padding: 1em 0 .875em;
  background-color: #FFC66B;
}
footer .container .row .column ul li.link-btn.members a span {
  display: block;
  font-size: .75em;
  font-weight: 500;
}
footer .container .row .column ul li.link-btn.corp {
  background-color: #1A7D77;
}
footer .container .row .column ul li.link-btn.contact {
  background-color: #8FD6DF;
}
footer .container .row .column ul li.link-btn.contact a {
  font-size: 1.375em;
}
footer .container .copyright {
  margin: .6875em 0 0 0;
  color: #209690;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}
@media (max-width: 769px) {
  footer {
    margin: 3em 0 0 0;
  }
  footer .container {
    width: 92%;
  }
  footer .container .content .inner {
    flex-direction: column;
    gap: 1em;
    width: 88%;
  }
  footer .container .content .inner .body address span:not(:first-child) {
    margin: 1.125em 0 0 0 ;
  }
  footer .container .row {
    flex-direction: column;
    gap: 2em;
  }
  footer .container .row .column .block {
    flex-direction: column;
    gap: .5em;
  } 
  footer .container .row .column figure {
    width: 9em;
    height: 5em;
  } 
  footer .container .row .column nav {
    margin: 1em 0 0 0;
  }
  footer .container .row .column ul {
    margin: 0;
  }
  footer .container .row .column ul li.link-btn {
    width: 100%;
  }
  footer .container .row .copyright {
    margin: 1em 0 0 0;
    text-align: center;
  }
}
/*--------------------------------------------------------------
front-page.php
--------------------------------------------------------------*/
.page-id-2 {
  
}
.page-id-2 .wrapper {
  overflow: hidden;
}
.page-id-2 .wrapper main {
  
}
.page-id-2 .wrapper article {
  
}
.page-id-2 .wrapper article .mv {
  
}
.page-id-2 .wrapper article .mv .container {
  width: 100%;
  margin: 0 auto;
  padding: 0 2.6875em;
}
.page-id-2 .wrapper article .mv .container ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-id-2 .wrapper article .mv .container ul li {

}
.page-id-2 .wrapper article .mv .container ul li img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1em;
  object-fit: cover;
}
@media (max-width: 769px) {
  .page-id-2 .wrapper article .mv {
    margin: 5.5em 0 0 0;
  }
  .page-id-2 .wrapper article .mv .container {
    padding: 0;
  }
  .page-id-2 .wrapper article .mv .container figure img {
    display: block;
    border-radius: 0;
  }
  .page-id-2 .wrapper article .mv .container ul li img {
    border-radius: 0;
}
}
.page-id-2 .wrapper article .concept {
  margin: 12em 0 0 0;
}
.page-id-2 .wrapper article .concept .container {
  width: 67.5em;
  margin: 0 auto;
}
.page-id-2 .wrapper article .concept .container .row {
  display: flex;
  align-items: center;
}
.page-id-2 .wrapper article .concept .container .row figure {
  width: calc(50vw - (2.25em / 2));
  margin: 0 0 0 calc(50% - 50vw);
}
.page-id-2 .wrapper article .concept .container .row figure img {
  display: block;
  width: 100%;
  border-radius: 0 .5em .5em 0;
}
.page-id-2 .wrapper article .concept .container .row .body {
  width: 38.5em;
  margin: 0 auto 0 2.25em;
}
.page-id-2 .wrapper article .concept .container .row .body .title {
  text-align: right;
  color: #5BABA6;
  font-size: 2em;
  margin: 0 0 .25em 0;
}
.page-id-2 .wrapper article .concept .container .row .body .text {
  margin: .5625em 0 0 0;
  line-height: 2.2em;
  font-size: 1.25em;
  font-weight: 500;
}
.page-id-2 .wrapper article .concept .container .row .body button {
  display: block;
  margin: 1.25em 0 0 auto;
  padding: 0;
  border: none;
  background: transparent;
}
.page-id-2 .wrapper article .concept .container .row .body button a {
  display: flex;
  align-items: center;
  padding: 1em 2em;
  background-color: #5BABA6;
  border-radius: 3em;
  color: #fff;
  text-decoration: none;
  font-size: 1.125em;
  font-weight: 500;
}
.page-id-2 .wrapper article .concept .container .row .body button a span.arrow-circle {
  width: 2em;
  height: 2em;
  margin: 0 0 0 2em;
  background-color: #1A7D77;
  border-radius: 50%;
}
.page-id-2 .wrapper article .concept .container .row .body button a span.arrow-circle span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.page-id-2 .wrapper article .concept .container .row .body button a span.arrow-circle span:before {
  position: absolute;
  top: 50%;
  left: 45%;
  width: .25em;
  height: .25em;
  border-top: .0625em solid #fff;
  border-right: .0625em solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
}
@media (max-width: 769px) {
  .page-id-2 .wrapper article .concept {
    margin: 6em 0 0 0;
  }
  .page-id-2 .wrapper article .concept .container {
    width: 92%;
  }
  .page-id-2 .wrapper article .concept .container .row {
    flex-direction: column-reverse;
  }
  .page-id-2 .wrapper article .concept .container .row figure {
    width: 100%;
    margin: 2em 0 0 0;
  }
  .page-id-2 .wrapper article .concept .container .row figure img {
    border-radius: .5em;
  }
  .page-id-2 .wrapper article .concept .container .row .body {
    width: 100%;
    margin: 0;
  }
  .page-id-2 .wrapper article .concept .container .row .body .title {
    text-align: left;
  }
}
.page-id-2 .wrapper article .about {
  position: relative;
  margin: 12em 0 0 0;
}
.page-id-2 .wrapper article .about::before {
  position: absolute;
  top: 0;
  right: -12em;
  width: 30em;
  height: 100%;
  background-image: url(././assets/images/top-about_circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.page-id-2 .wrapper article .about .container {
  width: 67.5em;
  margin: 0 auto;
}
.page-id-2 .wrapper article .about .container .row {
  width: 50em;
  margin: 0 auto 0 0;
}
.page-id-2 .wrapper article .about .container .row .title {
  text-align: left;
  color: #5BABA6;
  font-size: 2em;
  margin: 0 0 .25em 0;
}
.page-id-2 .wrapper article .about .container .row .text {
  margin: .5625em 0 0 0;
  line-height: 2em;
  font-size: 1.25em;
  font-weight: 500;
}
.page-id-2 .wrapper article .about .container .row .text ol {
  margin: 0;
  padding: 0;
}
.page-id-2 .wrapper article .about .container .row .text ol li {
  list-style: none;
}
.page-id-2 .wrapper article .about .container .row button {
  display: block;
  margin: 1.25em 0 0 0;
  padding: 0;
  border: none;
  background: transparent;
}
.page-id-2 .wrapper article .about .container .row button a {
  display: flex;
  align-items: center;
  padding: 1em 2em;
  background-color: #5BABA6;
  border-radius: 3em;
  color: #fff;
  text-decoration: none;
  font-size: 1.125em;
  font-weight: 500;
}
.page-id-2 .wrapper article .about .container .row button a span.arrow-circle {
  width: 2em;
  height: 2em;
  margin: 0 0 0 2em;
  background-color: #1A7D77;
  border-radius: 50%;
}
.page-id-2 .wrapper article .about .container .row button a span.arrow-circle span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.page-id-2 .wrapper article .about .container .row button a span.arrow-circle span:before {
  position: absolute;
  top: 50%;
  left: 45%;
  width: .25em;
  height: .25em;
  border-top: .0625em solid #fff;
  border-right: .0625em solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
}
@media (max-width: 769px) {
  .page-id-2 .wrapper article .about {
    margin: 6em 0 0 0;
  }
  .page-id-2 .wrapper article .about::before {
    position: static;
  }
  .page-id-2 .wrapper article .about figure {
    display: none;
  }
  .page-id-2 .wrapper article .about .container {
    width: 92%;
  }
  .page-id-2 .wrapper article .about .container .row {
    flex-direction: column;
    width: 100%;
    margin: 0;
  }
}
.page-id-2 .wrapper article .method {
  margin: 12em 0 0 0;
}
.page-id-2 .wrapper article .method .container {
  width: 67.5em;
  margin: 0 auto;
}
.page-id-2 .wrapper article .method .container .title {
  color: #5BABA6;
  font-size: 2em;
  text-align: center;
  margin: 0 0 1.75em 0;
}
.page-id-2 .wrapper article .method .container .row {
  display: flex;
  justify-content: space-between;
}
.page-id-2 .wrapper article .method .container .row  .column {
  width: 21em;
}
.page-id-2 .wrapper article .method .container .row  .column figure {
  width: 100%;
  margin: 0;
}
.page-id-2 .wrapper article .method .container .row  .column figure img {
  display: block;
  width: 100%;
  border-radius: .625em;
}
.page-id-2 .wrapper article .method .container .row  .column .body {

}
.page-id-2 .wrapper article .method .container .row  .column .body .head {
  margin: .375em 0 0 0;
  color: #EDB55B;
  font-weight: 700;
  font-size: 1.625em;
  line-height: 1;
}
.page-id-2 .wrapper article .method .container .row  .column .body .text {
  margin: .25em 0 0 0;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 2;
}
@media (max-width: 769px) {
  .page-id-2 .wrapper article .method {
    margin: 6em 0 0 0;
  }
  .page-id-2 .wrapper article .method .container {
    width: 92%;
  }
  .page-id-2 .wrapper article .method .container .row {
    flex-direction: column;
    justify-content: center;
  }
  .page-id-2 .wrapper article .method .container .row  .column {
    width: 100%;
  }
  .page-id-2 .wrapper article .method .container .row  .column:not(:first-child) {
    margin: 2.5em 0 0 0;
  }
}
.page-id-2 .wrapper article .message {
  display: flex;
  justify-content: center;
  margin: 12em 0 0 0;
}
.page-id-2 .wrapper article .message .container {
  position: relative;
  width: 67.5em;
  margin: 0 auto;
  padding: 2.875em 2.875em 1.5em;
  background-color: #ECFAFF;
  border-radius: 1.25em;
  z-index: 2;
}
.page-id-2 .wrapper article .message .container .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-id-2 .wrapper article .message .container .row figure {
  margin: 0;
  width: 18em;
}
.page-id-2 .wrapper article .message .container .row figure img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.page-id-2 .wrapper article .message .container .row .body {
  margin: 0 0 0 3.5em;
  width: 36em;
}
.page-id-2 .wrapper article .message .container .row .body .title {
  margin: 0;
  font-size: 2em;
  font-weight: 700;
}
.page-id-2 .wrapper article .message .container .row .body .text {
  margin: .5em 0 0 0;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.8;
}
.page-id-2 .wrapper article .message .container .row .body .text p {
  margin: 0;
}
.page-id-2 .wrapper article .message .container .row .body .position {
  margin: .5em 0 0 0;
  font-size: 1em;
  font-weight: bold;
  font-family: 'Yu Mincho', 'Hiragino Mincho ProN', serif;
  text-align: right;
}
@media (max-width: 769px) {
  .page-id-2 .wrapper article .message {
    margin: 6em 0 0 0;
  }
  .page-id-2 .wrapper article .message .container {
    width: 100%;
    padding: 2.5em 1.5em;
    border-radius: 0;
  }
  .page-id-2 .wrapper article .message .container .row {
    flex-direction: column;
  }
  .page-id-2 .wrapper article .message .container .row figure {
    width: 70%;
  }
  .page-id-2 .wrapper article .message .container .row .body {
    margin: 1.5em 0 0 0;
    width: 100%;
  }
  .page-id-2 .wrapper article .message .container .row .body .title {
    text-align: center;
  }
}
.page-id-2 .wrapper article .introduce {
  position: relative;
  margin: -6em 0 0 0;
  padding: 13em 0 1em;
  background: #edb55b2e;
  z-index: 1;
}
.page-id-2 .wrapper article .introduce::after {
  position: absolute;
  right: 0;
  bottom: -21vw;
  left: 0;
  width: 100%;
  height: 22vw;
  background-image: url(././assets/images/introduce-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  z-index: -1;
}
.page-id-2 .wrapper article .introduce .container {
  width: 67.5em;
  margin: 0 auto;
  padding: 5em 0 2.5em;
  border-radius: 1.25em;
  background-color: #fff;
}
.page-id-2 .wrapper article .introduce .container .title {
  color: #5BABA6;
  font-size: 2em;
  text-align: center;
  margin: 0 0 1.75em 0;
}
.page-id-2 .wrapper article .introduce .container .head {
  position: relative;
  color: #21B5C7;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 0 3em;
  padding: 0 0 0 1em;
}
.page-id-2 .wrapper article .introduce .container .head::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: .5625em;
  background-color: #21B5C7;
  content: "";
}
.page-id-2 .wrapper article .introduce .container .row {
  display: grid;
  gap: 5em;
  width: 58em;
  margin: .75em auto 4.25em;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
}
.page-id-2 .wrapper article .introduce .container .row .column {
  
}
.page-id-2 .wrapper article .introduce .container .row .column figure {
  display: flex;
  align-items: center;
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;

}
.page-id-2 .wrapper article .introduce .container .row .column figure img {
  display: block;
  width: 100%;
}
.page-id-2 .wrapper article .introduce .container .row .column .body {
  font-weight: 500;
}
.page-id-2 .wrapper article .introduce .container .row .column .body .position {

}
.page-id-2 .wrapper article .introduce .container .row .column .body .name {
  margin: .1875em 0 0 0;
  font-size: 1.5em;
  line-height: 1.4;
  font-family: 'Yu Mincho', 'Hiragino Mincho ProN', serif;
  font-weight: bold;
}
.page-id-2 .wrapper article .introduce .container .row .column .body .text {
  margin: .5625em 0 0 0;
  border-top: .0625em solid #21B5C7;
  line-height: 1.875em;
}
.page-id-2 .wrapper article .introduce .container .row .column p {
  display: flex;
  justify-content: center;
  align-items: end;
  margin: 0;
  height: 100%;
}
@media (max-width: 769px) {
  .page-id-2 .wrapper article .introduce {
    margin: 6em 0 0 0;
    padding: 13em 0 5em;
  }
  .page-id-2 .wrapper article .introduce .container {
    width: 100%;
    padding: 2.5em 1.5em;
    border-radius: 0;
  }
  .page-id-2 .wrapper article .introduce .container .row {
    grid-template-columns: repeat(1, 1fr);
    gap: 2em 0;
    width: 100%;
  }
  .page-id-2 .wrapper article .introduce .container .head {
    margin: 0;
  }
  .page-id-2 .wrapper article .introduce .container .row .column {
    width: 100%;
  }
}
.page-id-2 .wrapper article .activity {
  position: relative;
  margin: 12em 0 0 0;
  padding: 19em 0 0 0;
}
.page-id-2 .wrapper article .activity::before {
  position: absolute;
  top: 23em;
  left: -12em;
  width: 30em;
  height: 100%;
  background-image: url(././assets/images/top-activity_circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.page-id-2 .wrapper article .activity .container {
  width: 67.5em;
  margin: 0 auto;
}
.page-id-2 .wrapper article .activity .container {
  display: flex;
  justify-content: space-between;
  width: 67.5em;
  margin: 0 auto;
}
.page-id-2 .wrapper article .activity .container .title {
  color: #5BABA6;
  font-size: 2em;
  margin: 0 0 .25em 0;
}
.page-id-2 .wrapper article .activity .container .column {
  
}
.page-id-2 .wrapper article .activity .container .column .row {
 
}
.page-id-2 .wrapper article .activity .container .column .row:not(:first-child) {
  margin: 5em 0 0 0;
}
.page-id-2 .wrapper article .activity .container .column .row .inner {
  display: flex;
}
.page-id-2 .wrapper article .activity .container .column .row .inner figure {
  width: 20em;
  margin: 0;
}
.page-id-2 .wrapper article .activity .container .column .row .inner figure img {
  display: block;
  width: 100%;
  border-radius: .625em;
}
.page-id-2 .wrapper article .activity .container .column .row .inner .body {
  width: 29em;
  margin: 0 0 0 2em;
}
.page-id-2 .wrapper article .activity .container .column .row .inner .body .head {
  margin: 0;
  color: #EDB55B;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.4;
}
.page-id-2 .wrapper article .activity .container .column .row .inner .body .text {
  margin: .5em 0 0 0;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 2;
}
.page-id-2 .wrapper article .activity .container .column .row button {
  display: block;
  margin: 1em 0 0 auto;
  padding: 0;
  border: none;
  background: transparent;
}
.page-id-2 .wrapper article .activity .container .column .row button a {
  display: flex;
  align-items: center;
  padding: 1em 2em;
  background-color: #5BABA6;
  border-radius: 3em;
  color: #fff;
  text-decoration: none;
  font-size: 1.125em;
  font-weight: 500;
}
.page-id-2 .wrapper article .activity .container .column .row button a .arrow-circle {
  width: 2em;
  height: 2em;
  margin: 0 0 0 2em;
  background-color: #1A7D77;
  border-radius: 50%;
}
.page-id-2 .wrapper article .activity .container .column .row button a .arrow-circle span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.page-id-2 .wrapper article .activity .container .column .row button a .arrow-circle span:before {
  position: absolute;
  top: 50%;
  left: 45%;
  width: .25em;
  height: .25em;
  border-top: .0625em solid #fff;
  border-right: .0625em solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
}
@media (max-width: 769px) {
  .page-id-2 .wrapper article .activity {
    margin: 6em 0 0 0;
    padding: 6em 0 0 0;
  }
  .page-id-2 .wrapper article .activity::before {
   position: static;
  }
  .page-id-2 .wrapper article .activity figure.circle {
    display: none;
  }
  .page-id-2 .wrapper article .activity .container {
    width: 92%;
    flex-direction: column;
  }
  .page-id-2 .wrapper article .activity .container .title {
    margin: 0 0 1.75em 0;
  }
  .page-id-2 .wrapper article .activity .container .column {
    margin: 2em 0 0 0;
  }
  .page-id-2 .wrapper article .activity .container .column .row .inner {
    flex-direction: column;
  }
  .page-id-2 .wrapper article .activity .container .column .row .inner figure {
    width: 100%;
  }
  .page-id-2 .wrapper article .activity .container .column .row .inner .body {
    width: 100%;
    margin: 1.25em 0 0 0 ;
  }
}
.page-id-2 .wrapper article .news {
  margin: 12em 0 0 0;
}
.page-id-2 .wrapper article .news .container {
  width: 67.9em;
  margin: 0 auto;
}
.page-id-2 .wrapper article .news .container .title {
  color: #5BABA6;
  font-size: 2em;
  margin: 0 0 1.5em 0;
}
.page-id-2 .wrapper article .news .container table{
  width: 100%;
  border-collapse: collapse;
  margin: 1.25em 0 0 0;
}
.page-id-2 .wrapper article .news .container table tr {
  display: flex;
  flex-direction: column;
  padding: 0 0 1.25em 2.5em;
  border-bottom: .0625em solid #bbb;
}
.page-id-2 .wrapper article .news .container table tr:not(:first-child) {
  margin: 1em 0 0 0;
}
.page-id-2 .wrapper article .news .container table tr th {

}
.page-id-2 .wrapper article .news .container table tr th a {
  display: flex;
  font-size: 1.125em;
  align-items: center;
  gap: 1.25em;
  text-decoration: none;
  color: #1a1a1a;
}
.page-id-2 .wrapper article .news .container table tr th a time {
  font-weight: 400;
}
.page-id-2 .wrapper article .news .container table tr th a .date {
  text-align: left;
}
.page-id-2 .wrapper article .news .container table tr th a .category {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}
.page-id-2 .wrapper article .news .container table tr th a .category .label {
  padding: .375em .75em;
  border: .0625em solid #209690;
  color: #209690;
  border-radius: 1.875em;
  line-height: 1;
}
.page-id-2 .wrapper article .news .container table tr th a .category .label.release {

}
.page-id-2 .wrapper article .news .container table tr th a .category .label.orange {
  border: .0625em solid #EDB55B;
  color: #EDB55B;
}
.page-id-2 .wrapper article .news .container table tr td {
  margin: .375em 0 0 0;
}
.page-id-2 .wrapper article .news .container table tr td a {
  font-size: 1.125em;
  text-align: left;
  text-decoration: none;
  color: #1a1a1a;
}
.page-id-2 .wrapper article .news .container button  {
  display: block;
  margin: 1.25em 0 0 auto;
  padding: 0;
  border: none;
  background: transparent;
}
.page-id-2 .wrapper article .news .container button a {
  display: flex;
  align-items: center;
  padding: 1em 2em;
  background-color: #5BABA6;
  border-radius: 3em;
  color: #fff;
  text-decoration: none;
  font-size: 1.125em;
  font-weight: 500;
}
.page-id-2 .wrapper article .news .container button a .arrow-circle {
  width: 2em;
  height: 2em;
  margin: 0 0 0 2em;
  background-color: #1A7D77;
  border-radius: 50%;
}
.page-id-2 .wrapper article .news .container button a .arrow-circle span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.page-id-2 .wrapper article .news .container button a .arrow-circle span:before {
  position: absolute;
  top: 50%;
  left: 45%;
  width: .25em;
  height: .25em;
  border-top: .0625em solid #fff;
  border-right: .0625em solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
}
@media (max-width: 769px) {
  .page-id-2 .wrapper article .news {
    margin: 6em 0 0 0;
  }
  .page-id-2 .wrapper article .news figure.circle {
    display: none;
  }
  .page-id-2 .wrapper article .news .container {
    width: 92%;
    flex-direction: column;
  }
  .page-id-2 .wrapper article .news .container table tr {
    padding: 0 0 1.25em 0;
  }
  .page-id-2 .wrapper article .news .container table tr th {
    padding: 0;
  }
  .page-id-2 .wrapper article .news .container table tr td {
    padding: .5em 0 1em;
  }
  .page-id-2 .wrapper article .news .container table tr th a {
    flex-direction: column;
    gap: .5em;
    align-items: flex-start;
  }
  .page-id-2 .wrapper article .news .container table tr th a .category {
    gap: .5em;
  }
}
.page-id-2  .wrapper article .report {
  margin: 17em 0 0 0;
  padding: 4.75em 0 3.375em;
  background: rgba(166, 221, 209, .3);
}
.page-id-2 .wrapper article .report .container {
  width: 67.5em;
  margin: 0 auto;
}
.page-id-2 .wrapper article .report .container .title {
  color: #5BABA6;
  font-size: 2em;
  margin: 0 0 .25em 0;
  line-height: 1.4;
}
.page-id-2 .wrapper article .report .container .row {
  display: flex;
  margin: 1.6875em 0 0 0;
  padding: 2em 3.75em;
  background: #fff;
  border-radius: .625em;
}
.page-id-2 .wrapper article .report .container .row figure {
  width: 25em;
  margin: 0;
}
.page-id-2 .wrapper article .report .container .row figure img {
  display: block;
  width: 100%;
  border-radius: .625em;
}
.page-id-2 .wrapper article .report .container .row .body {
  width: 30em;
  margin: 0 0 0 2em;
}
.page-id-2 .wrapper article .report .container .row .body .head {
  margin: 0;
  color: #EDB55B;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.4;
}
.page-id-2 .wrapper article .report .container .row .body .text {
  margin: .5em 0 0 0;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 2;
}
.page-id-2 .wrapper article .report .container .row .body button {
 margin: 1.5em 0 0 auto;
}
.page-id-2 .wrapper article .report .container .row .body button a {
 
}
.page-id-2 .wrapper article .report .container button {
  display: block;
  margin: 3em 2em 0 auto;
  padding: 0;
  border: none;
  background: transparent;
}
.page-id-2 .wrapper article .report .container button a {
  display: flex;
  align-items: center;
  padding: 1em 2em;
  background-color: #5BABA6;
  border-radius: 3em;
  color: #fff;
  text-decoration: none;
  font-size: 1.125em;
  font-weight: 500;
}
.page-id-2 .wrapper article .report .container button a .arrow-circle {
  width: 2em;
  height: 2em;
  margin: 0 0 0 2em;
  background-color: #1A7D77;
  border-radius: 50%;
}
.page-id-2 .wrapper article .report .container button a .arrow-circle span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.page-id-2 .wrapper article .report .container button a .arrow-circle span:before {
  position: absolute;
  top: 50%;
  left: 45%;
  width: .25em;
  height: .25em;
  border-top: .0625em solid #fff;
  border-right: .0625em solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
}
@media (max-width: 769px) {
  .page-id-2 .wrapper article .report {
    margin: 8em 0 0 0;
  }
  .page-id-2 .wrapper article .report .container {
    width: 92%;
  }
  .page-id-2 .wrapper article .report .container .row {
    flex-direction: column;
    padding: 2em 1.5em;
  }
  .page-id-2 .wrapper article .report .container .row figure {
    width: 100%;
  }
  .page-id-2 .wrapper article .report .container .row .body {
    width: 100%;
    margin: 1em 0 0 0;
  }
  .page-id-2 .wrapper article .report .container button {
    margin: 2em 0 0 auto;
  }
}
.page-id-2 .wrapper article .guidance {
  margin: 16em 0 ;
}
.page-id-2 .wrapper article .guidance .container {
  display: flex;
  justify-content: center;
  width: 67.5em;
  margin: 0 auto;
}
.page-id-2 .wrapper article .guidance .container .column {
  position: relative;
  width: 40em;
}
.page-id-2 .wrapper article .guidance .container .column:not(:first-child) {
  margin: 0 0 0 auto;
}
.page-id-2 .wrapper article .guidance .container .column figure {
  width: 100%;
  height: 100%;
  margin: 0;
}
.page-id-2 .wrapper article .guidance .container .column figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1em;
}
.page-id-2 .wrapper article .guidance .container .column button {
  display: block;
  position: absolute;
  right: .75em;
  top: 50%;
  padding: 0;
  border: none;
  background: transparent;
  transform: translateY(-50%);
}
.page-id-2 .wrapper article .guidance .container .column button a {
  display: flex;
  align-items: center;
  padding: .5em .875em;
  background-color: #5BABA6;
  border-radius: 3em;
  color: #fff;
  text-decoration: none;
  font-size: 1.125em;
  font-weight: 500;
}
.page-id-2 .wrapper article .guidance .container .column button a .arrow-circle {
  width: 2em;
  height: 2em;
  margin: 0 0 0 .5em;
  padding: .5em 1em;
  background-color: #1A7D77;
  border-radius: 50%;
}
.page-id-2 .wrapper article .guidance .container .column button a .arrow-circle span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.page-id-2 .wrapper article .guidance .container .column button a .arrow-circle span::before {
  position: absolute;
  top: 50%;
  left: 45%;
  width: .25em;
  height: .25em;
  border-top: .0625em solid #fff;
  border-right: .0625em solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
}
@media (max-width: 769px) {
  .page-id-2 .wrapper article .guidance {
    margin: 8em 0 0 0;
  }
  .page-id-2 .wrapper article .guidance .container {
    width: 92%;
    flex-direction: column;
    justify-content: center;
  }
  .page-id-2 .wrapper article .guidance .container .column {
    width: 100%;
  }
  .page-id-2 .wrapper article .guidance .container .column:not(:first-child) {
    margin: 1em 0 0 0;
  }
  .page-id-2 .wrapper article .guidance .container .column button {
    top: 75%;
  }
  .page-id-2 .wrapper article .guidance .container .column button a {
    padding: .25em 1em;
    font-size: 1em;
  }
  .page-id-2 .wrapper article .guidance .container .column button a .arrow-circle {
    width: 1.25em;
    height: 1.25em;
    padding: .25em .5em;
  }
}
.page-id-2 .wrapper article .relation {
  margin: 16em 0 0 0;
}
.page-id-2 .wrapper article .relation .container {
  display: flex;
  flex-direction: column;
  width: 67.5em;
  margin: 0 auto;
}
.page-id-2 .wrapper article .relation .container .title {
  margin: 0;
  color: #5BABA6;
  font-size: 2em;
}
.page-id-2 .wrapper article .relation .container ul {
  width: 43em;
  margin: 2.5em auto 0;
  padding: 0;
  list-style: none;
}
.page-id-2 .wrapper article .relation .container ul li {
  
}
.page-id-2 .wrapper article .relation .container ul li:not(:first-child) {
  margin: 1.375em 0 0 0;
}
.page-id-2 .wrapper article .relation .container ul li a {
  display: flex;
  gap: .5em;
  align-items: center;
  font-size: 1.25em;
  text-decoration: none;
  color: #333;
}
.page-id-2 .wrapper article .relation .container ul li a img {
  width: .875em;
}
.page-id-2 .wrapper article .relation .container ul li a span {

}
@media (max-width: 769px) {
  .page-id-2 .wrapper article .relation {
    margin: 8em 0 0 0;
  }
  .page-id-2 .wrapper article .relation .container {
    width: 92%;
  }
  .page-id-2 .wrapper article .relation .container ul {
    width: 100%;
  }
  .page-id-2 .wrapper article .relation .container ul li a {
    align-items: flex-start;
  }
  .page-id-2 .wrapper article .relation .container ul li a img {
    margin: .5em 0 0 0;
  }
}
.page-id-2 .wrapper article .block {
  margin: 11.875em auto 0;
  width: 67.5em;
}
.page-id-2 .wrapper article .block button {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: transparent;
}
.page-id-2 .wrapper article .block button a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 2em;
  font-size: 1.875em;
  font-weight: 700;
  background-color: #5BABA6;
  border-radius: .625em;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.page-id-2 .wrapper article .block button a span.arrow-circle {
  width: 1.25em;
  height: 1.25em;
  margin: 0 0 0 1em;
  background-color: #1A7D77;
  border-radius: 50%;
}
.page-id-2 .wrapper article .block button a span.arrow-circle span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.page-id-2 .wrapper article .block button a span.arrow-circle span:before {
  position: absolute;
  top: 50%;
  left: 45%;
  width: .25em;
  height: .25em;
  border-top: .0625em solid #fff;
  border-right: .0625em solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
}
@media (max-width: 769px) {
  .page-id-2 .wrapper article .block {
    width: 92%;
    margin: 3em auto;
  }
  .page-id-2 .wrapper article .block button a {
    padding: 1em;
    font-size: 1em;
  }
}
.page-id-2 .wrapper article .member {
  margin: 8.75em 0 7em 0;
}
.page-id-2 .wrapper article .member .container {
  width: 67.5em;
  margin: 0 auto;
}
.page-id-2 .wrapper article .member .container .title {
  color: #5BABA6;
  font-size: 2em;
  margin: 0 0 1.175em 0;
}
.page-id-2 .wrapper article .member .container .row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3em .75em;
  align-items: center;
}
.page-id-2 .wrapper article .member .container .row .item {
  
}
.page-id-2 .wrapper article .member .container .row .item figure {
  width: 100%;
  margin: 0;
}
.page-id-2 .wrapper article .member .container .row .item figure img {
  display: block;
  width: 100%;
  object-fit: contain;
}
.page-id-2 .wrapper article .member .container .row .item .link {
  margin: .5em 0 0 1.5em;
}
.page-id-2 .wrapper article .member .container .row .item .link a {
  display: flex;
  align-items: center;
  gap: .375em;
  margin: 0 auto 0 0;
  text-decoration: none;
  font-size: .75em;
  color: #333;
}
.page-id-2 .wrapper article .member .container .row .item .link a img {
  width: 1em;
}
.page-id-2 .wrapper article .member .container .block {
  display: flex;
  justify-content: space-between;
  margin: 3em 0 0 0;
}
.page-id-2 .wrapper article .member .container .block .addition {
  
}
.page-id-2 .wrapper article .member .container .block p {
  margin: 0;
}
@media (max-width: 769px) {
  .page-id-2 .wrapper article .member {
    margin: 4em 0 3em 0;
  }
  .page-id-2 .wrapper article .member .container {
    flex-direction: column;
    width: 92%;
  }
  .page-id-2 .wrapper article .member .container .row {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin: 0 0 0 1em;
  }
  .page-id-2 .wrapper article .member .container .row .item {
    width: calc(50% - 1.25em);
    max-width: 255px;
  }
  .page-id-2 .wrapper article .member .container .block {
    flex-direction: column;
    gap: 1em;
  }
}
/*--------------------------------------------------------------
page-company-top.php
--------------------------------------------------------------*/
.page-id-8 {
  
}
.page-id-8 .wrapper {
  overflow: hidden;
}
.page-id-8 .wrapper main {
  
}
.page-id-8 .wrapper article {
  
}
.page-id-8 .wrapper article .mv {
  
}
.page-id-8 .wrapper article .mv .container {
  width: 100%;
  margin: 0 auto;
  padding: 0 2.6875em;
}
.page-id-8 .wrapper article .mv .container figure {
  width: 100%;
  height: 100%;
  margin: 0;
}
.page-id-8 .wrapper article .mv .container figure img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1em;
  object-fit: cover;
}
@media (max-width: 769px) {
  .page-id-8 .wrapper article .mv {
    margin: 5em 0 0 0;
  }
  .page-id-8 .wrapper article .mv .container {
    padding: 0;
  }
  .page-id-8 .wrapper article .mv .container figure img {
    display: block;
    border-radius: 0;
  }
}
.page-id-8 .wrapper article .philo {
  margin: 2em 0 0 0;
}
.page-id-8 .wrapper article .philo .container {
  width: 67.5em;
  margin: 0 auto;
  text-align: center;
}
.page-id-8 .wrapper article .philo .container p {
  margin: 0;
  font-size: 1.25em;
  line-height: 2;
}
@media (max-width: 769px) {
  .page-id-8 .wrapper article .philo {
    margin: 1em 0 0 0;
} 
  .page-id-8 .wrapper article .philo .container {
    width: 92%;
  }
  .page-id-8 .wrapper article .philo .container p {
    margin: 0;
    font-size: 1.25em;
    line-height: 2;
  }
}
.page-id-8 .wrapper article .concept {
  margin: 3.875em 0 0 0;
}
.page-id-8 .wrapper article .concept .container {
  width: 67.5em;
  margin: 0 auto;
}
.page-id-8 .wrapper article .concept .container .row {
  display: flex;
  align-items: center;
}
.page-id-8 .wrapper article .concept .container .row figure {
  width: calc(50vw - (2.25em / 2));
  margin: 0 0 0 calc(50% - 50vw);
}
.page-id-8 .wrapper article .concept .container .row figure img {
  display: block;
  width: 100%;
  border-radius: 0 .5em .5em 0;
}
.page-id-8 .wrapper article .concept .container .row .body {
  width: 38.5em;
  margin: 0 auto 0 2.25em;
}
.page-id-8 .wrapper article .concept .container .row .body .title {
  text-align: right;
  color: #5BABA6;
  font-size: 2em;
  margin: 0 0 .25em 0;
}
.page-id-8 .wrapper article .concept .container .row .body .text {
  margin: .5625em 0 0 0;
  line-height: 2.2em;
  font-size: 1.25em;
  font-weight: 500;
}
.page-id-8 .wrapper article .concept .container .row .body button {
  display: block;
  margin: 1.25em 0 0 auto;
  padding: 0;
  border: none;
  background: transparent;
}
.page-id-8 .wrapper article .concept .container .row .body button a {
  display: flex;
  align-items: center;
  padding: 1em 2em;
  background-color: #5BABA6;
  border-radius: 3em;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.page-id-8 .wrapper article .concept .container .row .body button a span.arrow-circle {
  width: 2em;
  height: 2em;
  margin: 0 0 0 2em;
  background-color: #1A7D77;
  border-radius: 50%;
}
.page-id-8 .wrapper article .concept .container .row .body button a span.arrow-circle span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.page-id-8 .wrapper article .concept .container .row .body button a span.arrow-circle span:before {
  position: absolute;
  top: 50%;
  left: 45%;
  width: .25em;
  height: .25em;
  border-top: .0625em solid #fff;
  border-right: .0625em solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
}
@media (max-width: 769px) {
  .page-id-8 .wrapper article .concept {
    margin: 4em 0 0 0;
  }
  .page-id-8 .wrapper article .concept .container {
    width: 92%;
  }
  .page-id-8 .wrapper article .concept .container .row {
    flex-direction: column-reverse;
  }
  .page-id-8 .wrapper article .concept .container .row figure {
    width: 100%;
    margin: 2em 0 0 0;
  }
  .page-id-8 .wrapper article .concept .container .row figure img {
    border-radius: .5em;
  }
  .page-id-8 .wrapper article .concept .container .row .body {
    width: 100%;
    margin: 0;
  }
  .page-id-8 .wrapper article .concept .container .row .body .head {
    text-align: left;
  }
  .page-id-8 .wrapper article .concept .container .row .body .title {
    text-align: left;
  }
}
.page-id-8 .wrapper article .info {
  position: relative;
  margin: 5.75em 0 0 0;
  padding: 4.5em 0;
  background-color: #A6DDD133;
}
.page-id-8 .wrapper article .info::before,
.page-id-8 .wrapper article .info::after {
  position: absolute;
  background-repeat: no-repeat;
  width: 30em;
  height: 100%;
  content: "";
}
.page-id-8 .wrapper article .info::before {
  top: 0;
  right: -13em;
  background-image: url(././assets/images/corp-info_circle-r.svg);
}
.page-id-8 .wrapper article .info::after {
  top: 8em;
  left: 0;
  background-image: url(././assets/images/corp-info_circle-l.svg);
}
.page-id-8 .wrapper article .info .container {
  position: relative;
  width: 57.5em;
  margin: 0 auto;
  z-index: 1;
}
.page-id-8 .wrapper article .info .container .text {

}
.page-id-8 .wrapper article .info .container .text p {
  margin: 0;
  font-size: 1.375em;
  font-weight: 500;
  line-height: 2;
}
.page-id-8 .wrapper article .info .container .text p:not(:first-child) {
  margin: 2.5em 0 0 0;
}
@media (max-width: 769px) {
  .page-id-8 .wrapper article .info .container {
    width: 92%;
  }
  .page-id-8 .wrapper article .info::before, .page-id-8 .wrapper article .info::after {
    background-size: contain;
    width: 20em;
    height: 100%;
  }
  .page-id-8 .wrapper article .info::after {
    top: 18em;
  }
}
.page-id-8 .wrapper article .about {
}

.page-id-8 .wrapper article .about .container {
  position: relative;
  width: 67.5em;
  margin: 0 auto;
  padding: 12em 0 0 0;
}
.page-id-8 .wrapper article .about .container::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 30em;
  height: 100%;
  background-image: url(././assets/images/corp-about_circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  z-index: -1;
}
.page-id-8 .wrapper article .about .container .row {
  width: 67.5em;
  margin: 0 auto 0;
}
.page-id-8 .wrapper article .about .container .row .title {
  text-align: left;
  color: #5BABA6;
  font-size: 2em;
  margin: 0 0 .25em 0;
}
.page-id-8 .wrapper article .about .container .row .text {
  margin: 1.75em 0 0 0;
  line-height: 2em;
  font-size: 1.25em;
  font-weight: 500;
}
.page-id-8 .wrapper article .about .container .row .text:nth-child(n+3) {
  margin: 5.9375em 0 0 0;
}
.page-id-8 .wrapper article .about .container .row .text ol {
  width: 80%;
  margin: 0 auto;
  padding: 0;
}
.page-id-8 .wrapper article .about .container .row .text ol li {
  list-style: none;
}
.page-id-8 .wrapper article .about .container .row figure {
  width: 57.5em;
  margin: 5.9375em auto 0;
}
.page-id-8 .wrapper article .about .container .row figure img {
 display: block;
 width: 100%;
}
.page-id-8 .wrapper article .about .container .row button {
  display: block;
  margin: 1.25em 0 0 0;
  padding: 0;
  border: none;
  background: transparent;
}
.page-id-8 .wrapper article .about .container .row button a {
  display: flex;
  align-items: center;
  padding: 1em 2em;
  background-color: #5BABA6;
  border-radius: 3em;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.page-id-8 .wrapper article .about .container .row button a span.arrow-circle {
  width: 2em;
  height: 2em;
  margin: 0 0 0 2em;
  background-color: #1A7D77;
  border-radius: 50%;
}
.page-id-8 .wrapper article .about .container .row button a span.arrow-circle span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.page-id-8 .wrapper article .about .container .row button a span.arrow-circle span:before {
  position: absolute;
  top: 50%;
  left: 45%;
  width: .25em;
  height: .25em;
  border-top: .0625em solid #fff;
  border-right: .0625em solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
}
@media (max-width: 769px) {
  .page-id-8 .wrapper article .about figure {
    display: none;
  }
  .page-id-8 .wrapper article .about .container {
    width: 92%;
    padding: 8em 0 0 0;
  }
  .page-id-8 .wrapper article .about .container .row {
    flex-direction: column;
    width: 100%;
    margin: 0;
  }
  .page-id-8 .wrapper article .about .container::before {
  position: static;
  }
  .page-id-8 .wrapper article .about .container .row figure {
    width: 100%;
    margin: 2.5em auto 0;
  }
  .page-id-8 .wrapper article .about .container .row .text:nth-child(n+3) {
    margin: 3em 0 0 0;
  }
}
.page-id-8 .wrapper article .method {
  margin: 15em 0 0 0;
}
.page-id-8 .wrapper article .method .container {
  width: 67.5em;
  margin: 0 auto;
}
.page-id-8 .wrapper article .method .container .title {
  color: #5BABA6;
  font-size: 2em;
  text-align: center;
  margin: 0;
}
.page-id-8 .wrapper article .method .container .text {
  margin: 1.25em 0 0 0;
  line-height: 2;
}
.page-id-8 .wrapper article .method .container .row {
  display: flex;
  justify-content: space-between;
  margin: 1.5em 0 0 0;
}
.page-id-8 .wrapper article .method .container .row  .column {
  width: 21em;
}
.page-id-8 .wrapper article .method .container .row  .column figure {
  width: 100%;
  margin: 0;
}
.page-id-8 .wrapper article .method .container .row  .column figure img {
  display: block;
  width: 100%;
  border-radius: .625em;
}
.page-id-8 .wrapper article .method .container .row  .column .body {

}
.page-id-8 .wrapper article .method .container .row  .column .body .head {
  margin: .375em 0 0 0;
  color: #EDB55B;
  font-weight: 700;
  font-size: 1.625em;
  line-height: 1;
}
.page-id-8 .wrapper article .method .container .row  .column .body .text {
  margin: .25em 0 0 0;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 2;
}
@media (max-width: 769px) {
  .page-id-8 .wrapper article .method {
    margin: 6em 0 0 0;
  }
  .page-id-8 .wrapper article .method .container {
    width: 92%;
  }
  .page-id-8 .wrapper article .method .container .row {
    flex-direction: column;
    justify-content: center;
  }
  .page-id-8 .wrapper article .method .container .row  .column {
    width: 100%;
  }
  .page-id-8 .wrapper article .method .container .row  .column:not(:first-child) {
    margin: 2.5em 0 0 0;
  }
}
.page-id-8 .wrapper article .activity {
  position: relative;
  margin: 12em 0 0 0;
}
.page-id-8 .wrapper article .activity::before {
  position: absolute;
  top: 0;
  right: -16em;
  width: 25em;
  height: 100%;
  background-image: url(././assets/images/corp-activity_circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.page-id-8 .wrapper article .activity .container {
  width: 67.5em;
  margin: 0 auto;
}
.page-id-8 .wrapper article .activity figure.circle {
  position: absolute;
  top: 23em;
  left: -10em;
  width: 30em;
  margin: 0;
}
.page-id-8 .wrapper article .activity figure.circle img {
  width: 100%;
}
.page-id-8 .wrapper article .activity .container {
  width: 67.5em;
  margin: 0 auto;
}
.page-id-8 .wrapper article .activity .container .title {
  color: #5BABA6;
  font-size: 2em;
  margin: 0 0 .25em 0;
  text-align: center;
}
.page-id-8 .wrapper article .activity .container .column {
  display: flex;
  justify-content: space-between;
  margin: 2.6875em 0 0 0;
}
.page-id-8 .wrapper article .activity .container .column .row {
  width: 21em;
}
.page-id-8 .wrapper article .activity .container .column .row .head {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4em;
  margin: 0;
  color: #EDB55B;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.4;
  text-align: center;
}
.page-id-8 .wrapper article .activity .container .column .row figure {
  width: 20em;
  margin: .6875em auto 0;
}
.page-id-8 .wrapper article .activity .container .column .row figure img {
  display: block;
  width: 100%;
  border-radius: .625em;
}
.page-id-8 .wrapper article .activity .container .column .row .text {
  margin: .5em auto 0;
  font-size: 1.25em;
  line-height: 1.8;
}
@media (max-width: 769px) {
  .page-id-8 .wrapper article .activity {
    margin: 0;
  }
  .page-id-8 .wrapper article .activity::before {
    position: static;
  }
  .page-id-8 .wrapper article .activity figure.circle {
    display: none;
  }
  .page-id-8 .wrapper article .activity .container {
    width: 92%;
    flex-direction: column;
    padding: 7em 0 0 0;
  }
  .page-id-8 .wrapper article .activity .container .title {
    margin: 0 0 1.75em 0;
  }
  .page-id-8 .wrapper article .activity .container .column {
    margin: 2em 0 0 0;
    flex-direction: column;
  }
  .page-id-8 .wrapper article .activity .container .column .row {
    width: 100%;
  }
  .page-id-8 .wrapper article .activity .container .column .row:not(:first-child) {
    margin: 2em 0 0 0;
  }
  .page-id-8 .wrapper article .activity .container .column .row .head {
    height: auto;
  }
  .page-id-8 .wrapper article .activity .container .column .row figure {
    width: 100%;
  }
  .page-id-8 .wrapper article .activity .container .column .row .body {
    width: 100%;
    margin: 1.25em 0 0 0 ;
  }
}
.page-id-8 .wrapper article .report {
  margin: 17em 0 0 0;
  padding: 4.75em 0 3.375em;
  background: rgba(166, 221, 209, .3);
}
.page-id-8 .wrapper article .report .container {
  width: 67.5em;
  margin: 0 auto;
}
.page-id-8 .wrapper article .report .container .title {
  color: #5BABA6;
  font-size: 2em;
  margin: 0 0 .25em 0;
  line-height: 1.4;
}
.page-id-8 .wrapper article .report .container .row {
  display: flex;
  margin: 1.6875em 0 0 0;
  padding: 2em 3.75em;
  background: #fff;
  border-radius: .625em;
}
.page-id-8 .wrapper article .report .container .row figure {
  width: 25em;
  margin: 0;
}
.page-id-8 .wrapper article .report .container .row figure img {
  display: block;
  width: 100%;
  border-radius: .625em;
}
.page-id-8 .wrapper article .report .container .row .body {
  width: 30em;
  margin: 0 0 0 2em;
}
.page-id-8 .wrapper article .report .container .row .body .head {
  margin: 0;
  color: #EDB55B;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.4;
}
.page-id-8 .wrapper article .report .container .row .body .text {
  margin: .5em 0 0 0;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 2;
}
.page-id-8 .wrapper article .report .container .row .body button {
  margin: 1.5em 0 0 auto;
}
.page-id-8 .wrapper article .report .container .row .body button a {

}
.page-id-8 .wrapper article .report .container button {
  display: block;
  margin: 3em 2em 0 auto;
  padding: 0;
  border: none;
  background: transparent;
}
.page-id-8 .wrapper article .report .container button a {
  display: flex;
  align-items: center;
  padding: 1em 2em;
  background-color: #5BABA6;
  border-radius: 3em;
  color: #fff;
  text-decoration: none;
  font-size: 1.125em;
  font-weight: 500;
}
.page-id-8 .wrapper article .report .container button a .arrow-circle {
  width: 2em;
  height: 2em;
  margin: 0 0 0 2em;
  background-color: #1A7D77;
  border-radius: 50%;
}
.page-id-8 .wrapper article .report .container button a .arrow-circle span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.page-id-8 .wrapper article .report .container button a .arrow-circle span:before {
  position: absolute;
  top: 50%;
  left: 45%;
  width: .25em;
  height: .25em;
  border-top: .0625em solid #fff;
  border-right: .0625em solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
}
@media (max-width: 769px) {
  .page-id-8 .wrapper article .report {
    margin: 8em 0 0 0;
  }
  .page-id-8 .wrapper article .report .container {
    width: 92%;
  }
  .page-id-8 .wrapper article .report .container .row {
    flex-direction: column;
    padding: 2em 1.5em;
  }
  .page-id-8 .wrapper article .report .container .row figure {
    width: 100%;
  }
  .page-id-8 .wrapper article .report .container .row .body {
    width: 100%;
    margin: 1em 0 0 0;
  }
  .page-id-8 .wrapper article .report .container button {
    margin: 2em 0 0 auto;
  }
  .page-id-8 .wrapper article .report .container button a {
    padding: .5em 2em;
  }
}
.page-id-8 .wrapper article .link {
  margin: 6.375em auto 0;
}
.page-id-8 .wrapper article .link .container {
  margin: 6.375em auto 0;
  width: 57.5em;
}
.page-id-8 .wrapper article .link .container .title {
  text-align: center;
  color: #5BABA6;
  font-size: 2em;
  margin: 0 0 1.75em 0;
}
.page-id-8 .wrapper article .link .container button {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: transparent;
}
.page-id-8 .wrapper article .link .container button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 2em;
  font-size: 1.875em;
  font-weight: 700;
  background-color: #FFC66B;
  border-radius: .625em;
  color: #fff;
  text-decoration: none;
}
.page-id-8 .wrapper article .link .container button a span.arrow-circle {
  position: absolute;
  top: 50%;
  right: 8em;
  transform: translateY(-50%);
  width: 1.25em;
  height: 1.25em;
  background-color: #EDB55B;
  border-radius: 50%;
}
.page-id-8 .wrapper article .link .container button a span.arrow-circle span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.page-id-8 .wrapper article .link .container button a span.arrow-circle span:before {
  position: absolute;
  top: 50%;
  left: 45%;
  width: .25em;
  height: .25em;
  border-top: .0625em solid #fff;
  border-right: .0625em solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
}
@media (max-width: 769px) {
  .page-id-8 .wrapper article .link .container {
    width: 92%;
    margin: 3em auto;
  }
  .page-id-8 .wrapper article .link .container .title {
    margin: 0 0 .75em 0;
  }
  .page-id-8 .wrapper article .link .container button a {
    padding: 1em;
    font-size: 1em;
  }
  .page-id-8 .wrapper article .link .container button a span.arrow-circle {
    right: 4em;
  }
}
/* 会員一覧 */
.page-id-8 .wrapper article .list {
  margin: 6em 0 12.5em 0;
}
.page-id-8 .wrapper article .list .container {
  width: 57.5em;
  margin: 0 auto;
}
.page-id-8 .wrapper article .list .container .title {
  text-align: center;
  color: #5BABA6;
  font-size: 2em;
  margin: 0 0 1.75em 0;
}
.page-id-8 .wrapper article .list .container .row {

}
.page-id-8 .wrapper article .list .container .row .head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 2em;
  background-color: #47A6A1;
  border-radius: .625em .625em 0 0;
  color: #fff;
  font-size: 1.875em;
  font-weight: 700;
}
.page-id-8 .wrapper article .list .container .row .head .arrow-circle {
  position: absolute;
  top: 50%;
  right: 8em;
  transform: translateY(-50%);
  width: 1.25em;
  height: 1.25em;
  background-color: #1A7D77;
  border-radius: 50%;
}
.page-id-8 .wrapper article .list .container .row .head .arrow-circle span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.page-id-8 .wrapper article .list .container .row .head .arrow-circle span::before {
  position: absolute;
  top: 46%;
  left: 50%;
  width: .25em;
  height: .25em;
  border-right: .0625em solid #fff;
  border-bottom: .0625em solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
}
.page-id-8 .wrapper article .list .container .row .head.active .arrow-circle span::before {
  top: 53%;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.page-id-8 .wrapper article .list .container .row .content {
  display: none;
  height: 35em;
  padding: 2.125em 0 ;
  border: solid .3125em #47A6A1;
  border-radius: 0 0 .625em .625em;
  overflow:scroll;
}
.page-id-8 .wrapper article .list .container .row .content .inner {
  display: flex;
  flex-wrap: wrap;
  width: 33em;
  margin: 0 auto;
}
.page-id-8 .wrapper article .list .container .row .content .inner .item {
  width: 13.5em;
  font-size: 1.125em;
  line-height: 2;
}
.page-id-8 .wrapper article .list .container .row .content .inner .item:nth-child(2n) {
  margin: 0 0 0 auto;
}
@media (max-width: 769px) {
  .page-id-8 .wrapper article .list .container {
    width: 92%;
  }
  .page-id-8 .wrapper article .list .container .title {
    margin: 0 0 .75em 0;
  }
  .page-id-8 .wrapper article .list .container .row .head {
    font-size: 1em;
    padding: 1em;
  }
  .page-id-8 .wrapper article .list .container .row .head .arrow-circle {
    right: 4em;
  }
  .page-id-8 .wrapper article .list .container .row .content .inner {
    width: 92%;
  }
  .page-id-8 .wrapper article .list .container .row .content .inner .item {
    width: 100%;
  }
  .page-id-8 .wrapper article .list .container .row .content .inner .item:nth-child(2n) {
    margin: 0;
  }
}
.page-id-8 .wrapper article .join {
  position: relative;
  margin: 10.5em 0 0 0;
}
.page-id-8 .wrapper article .join::before {
  position: absolute;
  top: 0;
  left: -5.375em;
  width: 25em;
  height: 100%;
  background-image: url(././assets/images/corp-join_circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  z-index: -1;
}
.page-id-8 .wrapper article .join .container {
  width: 57.5em;
  margin: 0 auto;
}
.page-id-8 .wrapper article .join .container .title {
  color: #5BABA6;
  font-size: 2em;
  text-align: center;
  margin: 0 0 1.75em 0;
}
.page-id-8 .wrapper article .join .container .text {
  margin: 3.75em 0 0 0;
}
.page-id-8 .wrapper article .join .container .text p {
  margin: 0;
}
.page-id-8 .wrapper article .join .container table {
  margin: 2.3125em 0 0 0;
}
.page-id-8 .wrapper article .join .container table tbody {

}
.page-id-8 .wrapper article .join .container table tbody tr {
  vertical-align: top;
  font-weight: 500;
}
.page-id-8 .wrapper article .join .container table tbody tr:not(:first-child) {
  margin: 3em 0 0 0;
}
.page-id-8 .wrapper article .join .container table tbody tr th {
  width: 6em;
  color: #5BABA6;
  text-align: right;
}
.page-id-8 .wrapper article .join .container table tbody tr td {
  padding: 0 0 0 2.125em;
  width: 45em;
}
.page-id-8 .wrapper article .join .container table tbody tr td p {
  margin: 0;
}
@media (max-width: 769px) {
  .page-id-8 .wrapper article .join {
    margin: 7.5em 0 0 0;
  }
  .page-id-8 .wrapper article .join .container {
    width: 92%;
  }
  .page-id-8 .wrapper article .join .container table tbody tr th {
    display: block;
    width: 100%;
    text-align: left;
  }
  .page-id-8 .wrapper article .join .container table tbody tr td {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.page-id-8 .wrapper article .news {
  margin: 12em 0 21.875em 0;
}
.page-id-8 .wrapper article .news .container {
  width: 67.9em;
  margin: 0 auto;
}
.page-id-8 .wrapper article .news .container .title {
  color: #5BABA6;
  font-size: 2em;
  margin: 0 0 1.5em 0;
}
.page-id-8 .wrapper article .news .container table{
  width: 100%;
  border-collapse: collapse;
  margin: 1.25em 0 0 0;
}
.page-id-8 .wrapper article .news .container table tr {
  display: flex;
  flex-direction: column;
  padding: 0 0 1.25em 2.5em;
  border-bottom: .0625em solid #bbb;
}
.page-id-8 .wrapper article .news .container table tr:not(:first-child) {
  margin: 1em 0 0 0;
}
.page-id-8 .wrapper article .news .container table tr th {

}
.page-id-8 .wrapper article .news .container table tr th a {
  display: flex;
  font-size: 1.125em;
  align-items: center;
  gap: 1.25em;
  text-decoration: none;
  color: #1a1a1a;
}
.page-id-8 .wrapper article .news .container table tr th a time {
  font-weight: 400;
}
.page-id-8 .wrapper article .news .container table tr th a .date {
  text-align: left;
}
.page-id-8 .wrapper article .news .container table tr th a .label {
  padding: .375em .75em;
  border: .0625em solid #209690;
  color: #209690;
  border-radius: 1.875em;
  line-height: 1;
}
.page-id-8 .wrapper article .news .container table tr th a .label.orange {
  border: .0625em solid #EDB55B;
  color: #EDB55B;
}
.page-id-8 .wrapper article .news .container table tr td {
  margin: .375em 0 0 0;

}
.page-id-8 .wrapper article .news .container table tr td a {
  font-size: 1.125em;
  text-decoration: none;
  text-align: left;
  color: #1a1a1a;
}
.page-id-8 .wrapper article .news .container button  {
  display: block;
  margin: 1.25em 0 0 auto;
  padding: 0;
  border: none;
  background: transparent;
}
.page-id-8 .wrapper article .news .container button a {
  display: flex;
  align-items: center;
  padding: 1em 2em;
  background-color: #5BABA6;
  border-radius: 3em;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.page-id-8 .wrapper article .news .container button a .arrow-circle {
  width: 2em;
  height: 2em;
  margin: 0 0 0 2em;
  background-color: #1A7D77;
  border-radius: 50%;
}
.page-id-8 .wrapper article .news .container button a .arrow-circle span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.page-id-8 .wrapper article .news .container button a .arrow-circle span:before {
  position: absolute;
  top: 50%;
  left: 45%;
  width: .25em;
  height: .25em;
  border-top: .0625em solid #fff;
  border-right: .0625em solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
}
@media (max-width: 769px) {
  .page-id-8 .wrapper article .news {
    margin: 7em 0 0 0;
    padding: 0 0 3em 0;
  }
  .page-id-8 .wrapper article .news figure.circle {
    display: none;
  }
  .page-id-8 .wrapper article .news .container {
    width: 92%;
    flex-direction: column;
  }
  .page-id-8 .wrapper article .news .container table tr {
    padding: 0;
  }
  .page-id-8 .wrapper article .news .container table tr th {
    padding: 0;
    gap: .75em;
  }
  .page-id-8 .wrapper article .news .container table tr td {
    padding: .5em 0 1em;
  }
  .page-id-8 .wrapper article .news .container table tr th .label {
    font-size: .75em;
  }
  .page-id-8 .wrapper article .news .container button a {
    padding: .5em 2em;
  }
}
/*--------------------------------------------------------------
archive-news.php
--------------------------------------------------------------*/
.post-type-archive-news .wrapper article .news {
  margin: 12.5em 0;
}
.post-type-archive-news .wrapper article .news .container {
  width: 67.9em;
  margin: 0 auto;
}
.post-type-archive-news .wrapper article .news .container .title {
  color: #5BABA6;
  font-size: 2em;
  text-align: center;
  margin: 0 0 1.75em 0;
}
.post-type-archive-news .wrapper article .news .container table{
  width: 100%;
  border-collapse: collapse;
  margin: 1.25em 0 0 0;
}
.post-type-archive-news .wrapper article .news .container table tr {
  display: flex;
  flex-direction: column;
  padding: 0 0 1.25em 2.5em;
  border-bottom: .0625em solid #bbb;
}
.post-type-archive-news .wrapper article .news .container table tr:not(:first-child) {
  margin: 1em 0 0 0;
}
.post-type-archive-news .wrapper article .news .container table tr th {

}
.post-type-archive-news .wrapper article .news .container table tr th a {
  display: flex;
  font-size: 1.125em;
  align-items: center;
  gap: 1.25em;
  text-decoration: none;
  color: #1a1a1a;
}
.post-type-archive-news .wrapper article .news .container table tr th a time {
  text-align: left;
  font-weight: 500;
}
.post-type-archive-news .wrapper article .news .container table tr th a .label {
  padding: .375em .75em;
  border: .0625em solid #209690;
  color: #209690;
  border-radius: 1.875em;
  line-height: 1;
}
.post-type-archive-news .wrapper article .news .container table tr th a .label.orange {
  border: .0625em solid #EDB55B;
  color: #EDB55B;
}
.post-type-archive-news .wrapper article .news .container table tr td {
  margin: .375em 0 0 0;
}
.post-type-archive-news .wrapper article .news .container table tr td a {
  font-size: 1.125em;
  text-decoration: none;
  text-align: left;
  color: #1a1a1a;
}
.post-type-archive-news .wrapper article .news .container button  {
  display: block;
  margin: 1.25em 0 0 auto;
  padding: 0;
  border: none;
  background: transparent;
}
.post-type-archive-news .wrapper article .news .container button a {
  display: flex;
  align-items: center;
  padding: 1em 2em;
  background-color: #5BABA6;
  border-radius: 3em;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.post-type-archive-news .wrapper article .news .container button a .arrow-circle {
  width: 2em;
  height: 2em;
  margin: 0 0 0 2em;
  background-color: #1A7D77;
  border-radius: 50%;
}
.post-type-archive-news .wrapper article .news .container button a .arrow-circle span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.post-type-archive-news .wrapper article .news .container button a .arrow-circle span:before {
  position: absolute;
  top: 50%;
  left: 45%;
  width: .25em;
  height: .25em;
  border-top: .0625em solid #fff;
  border-right: .0625em solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
}
@media (max-width: 769px) {
  .post-type-archive-news .wrapper article .news {
    margin: 6em 0;
  }
  .post-type-archive-news .wrapper article .news figure.circle {
    display: none;
  }
  .post-type-archive-news .wrapper article .news .container {
    width: 92%;
    flex-direction: column;
  }
  .post-type-archive-news .wrapper article .news .container table tr {
    padding: 0;
  }
  .post-type-archive-news .wrapper article .news .container table tr th {
    padding: 0;
    gap: .75em;
  }
  .post-type-archive-news .wrapper article .news .container table tr td {
    padding: .5em 0 1em;
  }
  .post-type-archive-news .wrapper article .news .container table tr th .label {
    font-size: .75em;
  }
  .post-type-archive-news .wrapper article .news .container button a {
    padding: .5em 2em;
  }
}
/*--------------------------------------------------------------
single-news.php
--------------------------------------------------------------*/
.single-news {

}
.single-news .wrapper {

}
.single-news .wrapper main {

}
.single-news .wrapper main article {

}
.single-news .wrapper main article section {
  margin: 14em 0 0 0;
}
.single-news .wrapper main article section .container {
  width: 67.5em;
  margin: 0 auto;
}
.single-news .wrapper main article section .container .block {
  display: flex;
  align-items: center;
}
.single-news .wrapper main article section .container .block time {
  display: block;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1;
}
.single-news .wrapper main article section .container .block ul {
  display: flex;
  margin: 0 0 0 .75em;
  padding: 0;
  list-style: none;
}
.single-news .wrapper main article section .container .block ul li {
  padding: .375em 1em;
  border: .0625em solid #209690;
  border-radius: 1.875em;
  background-color: #fff;
  color: #209690;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 1.4;
}
.single-news .wrapper main article section .container .title {
  color: #5BABA6;
  font-size: 1.5em;
  line-height: 1.4;
}
.single-news .wrapper main article section .container .content {
  width: 55em;
  margin: 0 auto;
}
.single-news .wrapper main article section .container .content figure {
  margin: 2.25em 0 0 0;
}
.single-news .wrapper main article section .container .content figure img {

}
.single-news .wrapper main article section .container .content p {
  margin: 2.25em 0 0 0;
  font-size: 1.125em;
}
.single-news .wrapper main article section .container .share {
  margin: 4em auto 10em;
  width: 15em;
  text-align: center;
}
.single-news .wrapper main article section .container .share span {
  font-size: 2em;
  font-weight: bold;
  line-height: 1;
  color: #EDB55B;
}
.single-news .wrapper main article section .container .share .row {
  display: flex;
  justify-content: space-between;
  margin: 1em 0 0 0;
}
.single-news .wrapper main article section .container .share .row a {
  width: 3.75em;
  text-decoration: none;
}
.single-news .wrapper main article section .container .share .row a img {
  display: block;
  width: 100%;
}
.single-news .wrapper main article section .container .share .row a:first-child img {
  width: 4em;
}
.single-news .wrapper main article section .container .share .row button {
  width: 3.75em;
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}
.single-news .wrapper main article section .container .share .row button img {
  display: block;
  width: 100%;
}
@media (max-width: 769px) {
  .single-news .wrapper main article section {
    margin: 7em 0 0 0;
  }
  .single-news .wrapper main article section .container {
    width: 92%;
  }
  .single-news .wrapper main article section .container .content {
    width: 100%;
  }
}
/*--------------------------------------------------------------
archive-report.php
--------------------------------------------------------------*/
.post-type-archive-report .wrapper article .report {
  margin: 13em 0;
}
.post-type-archive-report .wrapper article .report .container {
  width: 67.5em;
  margin: 0 auto;
}
.post-type-archive-report .wrapper article .report .container .title {
  text-align: center;
  color: #5BABA6;
  font-size: 2em;
  margin: 0 0 1.125em 0;
}
.post-type-archive-report .wrapper article .report .container .category-filter {

}
.post-type-archive-report .wrapper article .report .container .category-filter .head {
  color: #5BABA6;
  font-size: 1.5em;
  font-weight: 500;
}
.post-type-archive-report .wrapper article .report .container .category-filter ul {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.625em;
  background-color: #F5F5F5;
  border-radius: .625em;
  list-style: none;
}
.post-type-archive-report .wrapper article .report .container .category-filter ul li {
  border: .0625em solid #209690;
  border-radius: 1.875em;
  background-color: #fff;
}
.post-type-archive-report .wrapper article .report .container .category-filter ul li:not(:first-child) {
  margin: 0 0 0 .875em;
}
.post-type-archive-report .wrapper article .report .container .category-filter ul li a {
  padding: 0 1em;
  text-decoration: none;
  color: #209690;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 1.4;
}
.post-type-archive-report .wrapper article .report .container .category-filter ul li.current {
  background-color: #209690;
}
.post-type-archive-report .wrapper article .report .container .category-filter ul li.current a {
  color: #fff;
}
.post-type-archive-report .wrapper article .report .container .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.625em 1.125em ;
  margin: 4.625em 0 0 0;
}
.post-type-archive-report .wrapper article .report .container .row .column {
  width: 21.75em;
}
.post-type-archive-report .wrapper article .report .container .row .column a {
  text-decoration: none;
}
.post-type-archive-report .wrapper article .report .container .row .column a figure {
  margin: 0;
}
.post-type-archive-report .wrapper article .report .container .row .column a figure img {
  display: block;
  width: 100%;
  border-radius: .625em;
}
.post-type-archive-report .wrapper article .report .container .row .column a .body {
  margin: 1em 0 0 0;
}
.post-type-archive-report .wrapper article .report .container .row .column a .body time {
  display: block;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1;
}
.post-type-archive-report .wrapper article .report .container .row .column a .body .head {
  margin: .875em 0 0 0;
  font-weight: 500;
  font-size: 1.125em;
  color: #209690;
}
.post-type-archive-report .wrapper article .report .container .row .column ul {
  display: flex;
  flex-wrap: wrap;
  gap: .5em;
  padding: 0;
  list-style: none;
}
.post-type-archive-report .wrapper article .report .container .row .column ul li {
  padding: 0 1em;
  border: .0625em solid #209690;
  border-radius: 1.875em;
  background-color: #fff;
  color: #209690;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.4;
}
.post-type-archive-report .wrapper article .report .container button {
  display: block;
  margin: 3.625em auto 0;
  padding: 0;
  border: none;
  background: transparent;
}
.post-type-archive-report .wrapper article .report .container button a {
  display: flex;
  align-items: center;
  padding: 1em 2em;
  background-color: #5BABA6;
  border-radius: 3em;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.post-type-archive-report .wrapper article .report .container button a .arrow-circle {
  width: 2em;
  height: 2em;
  margin: 0 0 0 2em;
  background-color: #1A7D77;
  border-radius: 50%;
}
.post-type-archive-report .wrapper article .report .container button a .arrow-circle span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.post-type-archive-report .wrapper article .report .container button a .arrow-circle span:before {
  position: absolute;
  top: 50%;
  left: 45%;
  width: .25em;
  height: .25em;
  border-top: .0625em solid #fff;
  border-right: .0625em solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
}
@media (max-width: 769px) {
  .post-type-archive-report .wrapper article .report {
    margin: 6em 0;
  }
  .post-type-archive-report .wrapper article .report .container {
    width: 92%;
  }
  .post-type-archive-report .wrapper article .report .container .category-filter ul {
    flex-wrap: wrap;
    gap: 1em;
  }
  .post-type-archive-report .wrapper article .report .container .category-filter ul li:not(:first-child) {
    margin: 0;
  }
  .post-type-archive-report .wrapper article .report .container .row {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5em;
  }
  .post-type-archive-report .wrapper article .report .container .row .column {
    width: 100%;
  }
  .post-type-archive-report .wrapper article .report .container .row .column:not(:first-child) {
    margin: 0;
  }
}
/*--------------------------------------------------------------
taxonomy-report-category.php
--------------------------------------------------------------*/
.tax-report-category .wrapper article .report {
  margin: 13em 0;
}
.tax-report-category .wrapper article .report .container {
  width: 67.5em;
  margin: 0 auto;
}
.tax-report-category .wrapper article .report .container .title {
  text-align: center;
  color: #5BABA6;
  font-size: 2em;
  margin: 0 0 1.125em 0;
}
.tax-report-category .wrapper article .report .container .category-filter {

}
.tax-report-category .wrapper article .report .container .category-filter .head {
  color: #5BABA6;
  font-size: 1.5em;
  font-weight: 500;
}
.tax-report-category .wrapper article .report .container .category-filter ul {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.625em;
  background-color: #F5F5F5;
  border-radius: .625em;
  list-style: none;
}
.tax-report-category .wrapper article .report .container .category-filter ul li {
  border: .0625em solid #209690;
  border-radius: 1.875em;
  background-color: #fff;
}
.tax-report-category .wrapper article .report .container .category-filter ul li:not(:first-child) {
  margin: 0 0 0 .875em;
}
.tax-report-category .wrapper article .report .container .category-filter ul li a {
  padding: 0 1em;
  text-decoration: none;
  color: #209690;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 1.4;
}
.tax-report-category .wrapper article .report .container .category-filter ul li.current {
  background-color: #209690;
}
.tax-report-category .wrapper article .report .container .category-filter ul li.current a {
  color: #fff;
}
.tax-report-category .wrapper article .report .container .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.625em 1.125em ;
  margin: 4.625em 0 0 0;
}
.tax-report-category .wrapper article .report .container .row .column {
  width: 21.75em;
}
.tax-report-category .wrapper article .report .container .row .column a {
  text-decoration: none;
}
.tax-report-category .wrapper article .report .container .row .column a figure {
  margin: 0;
}
.tax-report-category .wrapper article .report .container .row .column a figure img {
  display: block;
  width: 100%;
  border-radius: .625em;
}
.tax-report-category .wrapper article .report .container .row .column a .body {
  margin: 1em 0 0 0;
}
.tax-report-category .wrapper article .report .container .row .column a .body time {
  display: block;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1;
}
.tax-report-category .wrapper article .report .container .row .column a .body .head {
  margin: .875em 0 0 0;
  font-weight: 500;
  font-size: 1.125em;
  color: #209690;
}
.tax-report-category .wrapper article .report .container .row .column ul {
  display: flex;
  flex-wrap: wrap;
  gap: .5em;
  padding: 0;
  list-style: none;
}
.tax-report-category .wrapper article .report .container .row .column ul li {
  width: 7.8em;
  padding: 0 1em;
  border: .0625em solid #209690;
  border-radius: 1.875em;
  background-color: #fff;
  color: #209690;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 1.4;
}
.post-type-archive-report .wrapper article .report .container button {
  display: block;
  margin: 3.625em auto 0;
  padding: 0;
  border: none;
  background: transparent;
}
.post-type-archive-report .wrapper article .report .container button a {
  display: flex;
  align-items: center;
  padding: 1em 2em;
  background-color: #5BABA6;
  border-radius: 3em;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.tax-report-category .wrapper article .report .container button a .arrow-circle {
  width: 2em;
  height: 2em;
  margin: 0 0 0 2em;
  background-color: #1A7D77;
  border-radius: 50%;
}
.tax-report-category .wrapper article .report .container button a .arrow-circle span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.tax-report-category .wrapper article .report .container button a .arrow-circle span:before {
  position: absolute;
  top: 50%;
  left: 45%;
  width: .25em;
  height: .25em;
  border-top: .0625em solid #fff;
  border-right: .0625em solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
}
@media (max-width: 769px) {
  .tax-report-category .wrapper article .report {
    margin: 6em 0;
  }
  .tax-report-category .wrapper article .report .container {
    width: 92%;
  }
  .tax-report-category .wrapper article .report .container .category-filter ul {
    flex-wrap: wrap;
    gap: 1em;
  }
  .tax-report-category .wrapper article .report .container .category-filter ul li:not(:first-child) {
    margin: 0;
  }
  .tax-report-category .wrapper article .report .container .row {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5em;
  }
  .tax-report-category .wrapper article .report .container .row .column {
    width: 100%;
  }
  .tax-report-category .wrapper article .report .container .row .column:not(:first-child) {
    margin: 0;
  }
}
/*--------------------------------------------------------------
single-report.php
--------------------------------------------------------------*/
.single-report {
  
}
.single-report .wrapper {

}
.single-report .wrapper main {

}
.single-report .wrapper main article {

}
.single-report .wrapper main article section {
  margin: 14em 0 0 0;
}
.single-report .wrapper main article section .container {
  width: 67.5em;
  margin: 0 auto;
}
.single-report .wrapper main article section .container .block {
  display: flex;
  align-items: center;
}
.single-report .wrapper main article section .container .block time {
  display: block;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1;
}
.single-report .wrapper main article section .container .block ul {
  display: flex;
  flex-wrap: wrap;
  gap: .5em;
  margin: 0 0 0 .75em;
  padding: 0;
  list-style: none;
}
.single-report .wrapper main article section .container .block ul li {
  padding: .25em 1em;
  border: .0625em solid #209690;
  border-radius: 1.875em;
  background-color: #fff;
  color: #209690;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 1.4;
}
.single-report .wrapper main article section .container .title {
  color: #5BABA6;
  font-size: 1.5em;
  line-height: 1.4;
}
.single-report .wrapper main article section .container .content {
  width: 55em;
  margin: 0 auto;
}
.single-report .wrapper main article section .container .content figure {
  margin: 2.25em 0 0 0;
}
.single-report .wrapper main article section .container .content figure img {

}
.single-report .wrapper main article section .container .content figcaption {
  margin: .75em;
  font-size: 1.125em;
  line-height: 1;
}
.single-report .wrapper main article section .container .content p {
  margin: 2.25em 0 0 0;
  font-size: 1.125em;
}
.single-report .wrapper main article section .container .share {
  margin: 4em auto 10em;
  width: 15em;
  text-align: center;
}
.single-report .wrapper main article section .container .share span {
  font-size: 2em;
  font-weight: 500;
  line-height: 1;
  color: #EDB55B;
}
.single-report .wrapper main article section .container .share .row {
  display: flex;
  justify-content: space-between;
  margin: 1em 0 0 0;
}
.single-report .wrapper main article section .container .share .row a {
  width: 3.75em;
  text-decoration: none;
}
.single-report .wrapper main article section .container .share .row a img {
  display: block;
  width: 100%;
}
.single-report .wrapper main article section .container .share .row a:first-child img {
  width: 4em;
}
.single-report .wrapper main article section .container .share .row button {
  width: 3.75em;
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}
.single-report .wrapper main article section .container .share .row button img {
  display: block;
  width: 100%;
}
@media (max-width: 769px) {
  .single-report .wrapper main article section {
    margin: 7em 0 0 0;
  }
  .single-report .wrapper main article section .container {
    width: 92%;
  }
  .single-report .wrapper main article section .container .content {
    width: 100%;
  }
  .single-report .wrapper main article section .container .block {
    flex-direction: column;
    align-items: flex-start;
  }
  .single-report .wrapper main article section .container .block ul {
    margin: .75em 0 0 0;
  }
  .single-report .wrapper main article section .container .content figure {
    margin: 1em 0 0 0;
  }
}
/*--------------------------------------------------------------
page-about.php
--------------------------------------------------------------*/
.page-id-14 {
  
}
.page-id-14 .wrapper {
  
}
.page-id-14 .wrapper article {
  margin: 14em 0;
}
.page-id-14 .wrapper article .title {
  margin: 0 0 2.5em 0;
  color: #5BABA6;
  font-size: 2em;
  text-align: center;
}
.page-id-14 .wrapper article section {
  
}
.page-id-14 .wrapper article section .container {
  width: 55em;
  margin: 0 auto;
}
.page-id-14 .wrapper article section .container h2 {
  margin: 0 0 1em 0;
  font-size: 1.5em;
  text-align: center;
}
.page-id-14 .wrapper article section .container h2:not(:first-child) {
  margin: 5em 0 1em 0;
}
.page-id-14 .wrapper article section .container h3 {
  margin: 0;
  font-weight: 400;
}
.page-id-14 .wrapper article section .container p {
  margin: 0;
  line-height: 2;
}
.page-id-14 .wrapper article section .container ul {

}
.page-id-14 .wrapper article section .container ul li {
  line-height: 2;
}
@media (max-width: 769px) {
  .page-id-14 .wrapper article {
  margin: 7em 0;
}
  .page-id-14 .wrapper article section {
  margin: 6em 0 0 0;
  }
  .page-id-14 .wrapper article section .container {
    width: 92%;
  }
}
/*--------------------------------------------------------------
page-contact.php
--------------------------------------------------------------*/
.page-id-64 {
  
}
.page-id-64 .wrapper {

}
.page-id-64 .wrapper main {
  
}
.page-id-64 .wrapper main article {
  
}
.page-id-64 .wrapper main article {
  
}
.page-id-64 .wrapper main article .contact {
  margin: 12.5em 0;
}
.page-id-64 .wrapper main article .contact .container {
  margin: 0 auto;
  width: 92%;
  max-width: 50em;
}
.page-id-64 .wrapper main article .contact .container h1.title {
  color: #5BABA6;
  font-size: 2em;
  text-align: center;
  margin: 0 0 1.75em 0;  
}
.page-id-64 .wrapper main article .contact .container .desc {
  margin: 2em 0;
  text-align: center;
}
/*.mwwp*/
.mwwp {
  
}
.mwwp .field p {
  margin: 0;
}
.mwwp .field {
  overflow: auto;
  margin: 0 0 2em;
  width: 100%;
}
.mwwp .field label,
.mwwp .field .label {
  display: block;
  margin: 0 0 1em;
  padding: 0;
  width: 100%;
  font-weight: bold;
  line-height: 2;
  vertical-align: top;
}
.mwwp .field label .essential,
.mwwp .field .label .essential {
  margin: 0 0 0 1em;
  padding: .25em 1.5em;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  background-color: #FF6B6B;
  border-radius: 10px;
}
.mwwp .field .input {
  display: block;
  width: 100%;
}
.mwwp .field .input input,
.mwwp .field .input textarea,
.mwwp .field .input select  {
  padding: .8em 1em;
  width: 100%;
  font-size: 16px;
  font-family: source-han-sans-japanese, sans-serif;
  line-height: 1.6;
  border: 1px solid #5D5050;
  border-radius: 0;
  resize: none;
  -webkit-appearance: none;
  outline: none;
}
.mwwp .field .input .hint {
  display: block;
  margin-top: .25em;
  color: #A48370;
}
#category label input,
#trigger label input {
  margin: 0 .5em 0 0;
  width: auto;
}
#category .input label,
#trigger .input label {
  margin: 0;
  padding: .5em 0;
  width: 100%;
}


/* ラジオボタンを非表示に */
.mwform-radio-field input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: auto;
}

/* 擬似要素で丸を作る */
.mwform-radio-field label > .mwform-radio-field-text::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 1em;
  vertical-align: middle;
  border: 2px solid #5D5050;
  border-radius: 100%;
  background-color: #fff;
  position: relative;
  top: 1px;
  box-sizing: border-box;
  transition: all 250ms ease;
  cursor: pointer;
}

/* チェックされたときのスタイル */
.mwform-radio-field input[type="radio"]:checked + .mwform-radio-field-text::before {
  background-color: #209690;
  box-shadow: inset 0 0 0 4px #fff;
}

/* フォーカス時の枠色 */
.mwform-radio-field input[type="radio"]:focus + .mwform-radio-field-text::before {
  border-color: #5D5050;
}

/* 無効状態 */
.mwform-radio-field input[type="radio"]:disabled + .mwform-radio-field-text::before {
  border-color: #FDF3E5;
  background-color: #FDF3E5;
  box-shadow: inset 0 0 0 4px #FDF3E5;
}



.mwwp .field .input .note {
  margin: 0;
  padding: 0;
  font-size: .875em;
  color: #888;
  background-color: transparent;
}
.mwwp .field .radio-button {
  float: left;
  width: 60%;
}
.mwwp .field .radio-button .mwform-radio-field {
  display: block;
  clear: both;
}
.mwwp .field .radio-button .mwform-radio-field label {
  display: block;
  margin: 0 0 .5em;
  width: auto;
  font-weight: normal;
}
.mwwp .field .radio-button .mwform-radio-field label input {
  display: inline-block;
  margin: 0 .5em 0 0;
  width: auto;
}
.mwwp .field .radio-button .mwform-radio-field label input span {

}
.mwwp .field .successmark {
   display: none;
   float: right;
  width: 10%;
  font-size: 2em;
  color: #52D375;
}
.mwwp .field.parsley-success .successmark {
  display: block;
}
.mwwp .field.parsley-success .successmark i {

}
.mwwp .field.parsley-error .successmark {
  display: none;
}
.mwwp .field ul.parsley-errors-list {
  padding: 0;
  font-size: .875em;
  list-style-type: none;
}
.mwwp .field ul.parsley-errors-list li {
  color: red;
}
.mwwp .approval {
  text-align: center;
}
.mwwp .approval input[type=checkbox] {
    display: none;
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox01::before {
    background: #fff;
    border: 2px solid #5D5050;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
    border-radius: 2px;
}
.checkbox01::after {
    border-right: 3px solid #209690;
    border-bottom: 3px solid #209690;
    content: '';
    display: block;
    height: 12px;
    left: 11px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}
.mwwp .approval a {
  padding-left: .25em;
  color: #1a1a1a;
}
.mwwp .submit {
  padding: 4em 0;
  text-align: center;
}
.mwwp .submit input[type=submit] {
  padding: .75em 2em .75em 3em;
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 1em;
  color: #fff;
  background-color: #47A6A1;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.mwwp .submit input[type=submit]:hover {
  background-image: url(assets/images/submit_on.svg);
}
@media (min-width: 960px) and (max-width: 1279px) {
  
}
@media (min-width: 640px) and (max-width: 959px) {

}
@media (max-width: 639px) {
.mwwp .field label,
.mwwp .field .label {
  margin: 0 0 .5em;
  width: 100%;
}
.mwwp .field .input,
.mwwp .field .input {
  width: 100%;
}
}

/*--------------------------------------------------------------
page-complete.php
--------------------------------------------------------------*/
.page-id-91 {
  
}
.page-id-91 .wrapper article {
  
}
.page-id-91 .wrapper article section {
  margin: 13.75em 0;
}
.page-id-91 .wrapper article section .container {
  width: 55em;
  margin: 0 auto;
  text-align: center;
}
.page-id-91 .wrapper article section .container .title {
  color: #5BABA6;
  font-size: 2em;
  margin: 0 0 4em 0;
}
.page-id-91 .wrapper article section .container p {

}
.page-id-91 .wrapper article section .container button {
  display: block;
  margin: 7em auto auto;
  padding: 0;
  border: none;
  background: transparent;
}
.page-id-91 .wrapper article section .container button a {
  display: flex;
  align-items: center;
  padding: 1em 2em;
  background-color: #5BABA6;
  border-radius: 3em;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
@media (max-width: 769px) {
  .page-id-91 .wrapper article section .container {
    width: 92%;
  }
}



/*--------------------------------------------------------------
page-privacy.php
--------------------------------------------------------------*/
.page-id-16 {
  
}
.page-id-16 .wrapper {
  
}
.page-id-16 .wrapper article {
  
}
.page-id-16 .wrapper article section {
  margin: 14em 0;
}
.page-id-16 .wrapper article section .container {
  width: 55em;
  margin: 0 auto;
}
.page-id-16 .wrapper article section .container .title {
  color: #5BABA6;
  font-size: 2em;
  margin: 0 0 3em 0;
  text-align: center;
}
.page-id-16 .wrapper article section .container .content {
}
.page-id-16 .wrapper article section .container .content p {
  line-height: 2;
}
@media (max-width: 769px) {
  .page-id-16 .wrapper article section {
    margin: 7em;
  }
  .page-id-16 .wrapper article section .container {
    width: 92%;
  }
  .page-id-16 .wrapper article section .container .title {
    margin: 0 0 1.5em 0;
  }
}
/*--------------------------------------------------------------
page-articles.php
--------------------------------------------------------------*/
.page-id-26 {
  
}
.page-id-26 .wrapper {
  
}
.page-id-26 .wrapper article {
  
}
.page-id-26 .wrapper article section {
  margin: 13.75em 0;
}
.page-id-26 .wrapper article section .container {
  width: 55em;
  margin: 0 auto;
}
.page-id-26 .wrapper article section .container .title {
  color: #5BABA6;
  font-size: 2em;
  margin: 0 0 3em 0;
  text-align: center;
}
.page-id-26 .wrapper article section .container  .content {
  
}
.page-id-26 .wrapper article section .container  .content p {
  line-height: 2em;
}
@media (max-width: 769px) {
  .page-id-26 .wrapper article section .container {
    width: 92%;
  }
}
/*--------------------------------------------------------------
404.php
--------------------------------------------------------------*/
.error404 {
  
}
.error404 .wrapper {
  
}
.error404 .wrapper article {
  
}
.error404 .wrapper article section {
  margin: 13.75em 0;
}
.error404 .wrapper article section .container {
  width: 55em;
  margin: 0 auto;
  text-align: center;
}
.error404 .wrapper article section .container .title {
  color: #5BABA6;
  font-size: 2em;
  margin: 0 0 4em 0;
}
.error404 .wrapper article section .container p {

}
.error404 .wrapper article section .container button {
  display: block;
  margin: 7em auto auto;
  padding: 0;
  border: none;
  background: transparent;
}
.error404 .wrapper article section .container button a {
  display: flex;
  align-items: center;
  padding: 1em 2em;
  background-color: #5BABA6;
  border-radius: 3em;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
@media (max-width: 769px) {
  .error404 .wrapper article section .container {
    width: 92%;
  }
}