@charset "utf-8";
/*
Theme Name: Taurus
Version: 0.2.5
Text Domain: taurus
*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  line-height: 1.5;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
html ::selection {
  background: rgba(11, 76, 65, 0.75);
  color: #FFFFFF;
}
@media (max-width: 767px) {
  html {
    font-size: 54.6875%;
  }
}
html body {
  font-size: 1.6rem;
  font-family: 'zen-old-mincho', serif;
  font-weight: 700;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  html body {
    image-rendering: -webkit-optimize-contrast;
  }
}
h1,
h2 {
  font-size: 2.4rem;
  font-weight: 900;
}
h3,
h4 {
  font-size: 2rem;
  font-weight: 900;
}
h5,
h6 {
  font-size: 1.6rem;
  font-weight: 900;
}
ul,
ol {
  list-style-type: none;
}
a {
  color: #005FBF;
  text-decoration: none;
  transition: 0.4s;
}
@media (max-width: 767px) {
  a:hover,
  a:active {
    transition: none;
  }
}
a:hover,
a:active {
  color: #D82B48;
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
iframe {
  vertical-align: top;
}
table {
  border: 1px solid #DDDDDD;
  border-collapse: collapse;
}
table th {
  padding: 10px;
  border: 1px solid #DDDDDD;
  background: #F0F0F0;
}
table td {
  padding: 10px;
  border: 1px solid #DDDDDD;
  background: #FFFFFF;
}
input {
  height: calc(1.5em + 22px);
  line-height: 1.5;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  background: #FFFFFF;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  transition: 0.4s;
  width: 100%;
  min-width: 200px;
  padding: 10px;
}
@media (max-width: 767px) {
  input:hover,
  input:active {
    transition: none;
  }
}
input:focus {
  background: #FFFCEB;
}
input.inputted {
  background: #F3FDFF;
}
input[readonly] {
  background: #EEEEEE;
}
input.disabled,
input[disabled] {
  background: #EEEEEE;
  color: #888888;
}
input[type=number] {
  width: 20%;
  min-width: 100px;
}
input[type=file]::file-selector-button {
  position: relative;
  top: -0.06666667em;
  font-size: 1.6rem;
}
input[type=radio],
input[type=checkbox] {
  width: auto;
  min-width: 0;
  height: auto;
  margin: 0 5px 0 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  transition: none;
}
input[type=submit],
input[type=button],
input[type=reset] {
  display: inline-block;
  width: auto;
  min-width: 0;
  height: auto;
  padding: 11px;
  border: none;
  border-radius: 5px;
  background: #69BF8D;
  color: #FFFFFF;
  font-size: inherit;
  font-family: inherit;
  text-indent: 5px;
  letter-spacing: 5px;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}
textarea {
  height: calc(1.5em + 22px);
  line-height: 1.5;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  background: #FFFFFF;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  transition: 0.4s;
  width: 100%;
  min-width: 200px;
  height: auto;
  padding: 10px;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  textarea:hover,
  textarea:active {
    transition: none;
  }
}
textarea:focus {
  background: #FFFCEB;
}
textarea.inputted {
  background: #F3FDFF;
}
textarea[readonly] {
  background: #EEEEEE;
}
textarea.disabled,
textarea[disabled] {
  background: #EEEEEE;
  color: #888888;
}
select {
  height: calc(1.5em + 22px);
  line-height: 1.5;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  background: #FFFFFF;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  transition: 0.4s;
  width: 100%;
  min-width: 200px;
  padding: 10px 10px 10px 5px;
  cursor: pointer;
}
@media (max-width: 767px) {
  select:hover,
  select:active {
    transition: none;
  }
}
select:focus {
  background: #FFFCEB;
}
select.inputted {
  background: #F3FDFF;
}
select[readonly] {
  background: #EEEEEE;
}
select.disabled,
select[disabled] {
  background: #EEEEEE;
  color: #888888;
}
select option {
  padding: 0 0 0 5px;
}
.screen-reader-text {
  display: none;
}
.post-password-form {
  text-align: center;
}
.post-password-form input[type=password] {
  width: 25%;
  min-width: 160px;
}
.narrow-text {
  letter-spacing: -0.05em;
}
.main-animation.animation-main-slider-1 {
  position: relative;
  z-index: 100;
  overflow: hidden;
}
.main-animation.animation-main-slider-1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0F2619;
  opacity: 1;
  pointer-events: none;
}
.main-animation.animation-main-slider-1.animated::before {
  animation: animationMainSlider1Mask 2.4s 1.2s both;
}
@keyframes animationMainSlider1Mask {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.scroll-animation {
  opacity: 0;
  transition: none;
}
.scroll-animation.animated {
  opacity: 1;
  transition: opacity 0.8s 0.4s, transform 0.8s 0.4s, filter 0.8s 0.4s;
}
.scroll-animation.animation-fade-up {
  transform: translate(0, 100px);
}
@media (max-width: 767px) {
  .scroll-animation.animation-fade-up {
    transform: translate(0, 50px);
  }
}
.scroll-animation.animation-fade-up.animated {
  transform: translate(0);
}
.scroll-animation.animation-fade-down {
  transform: translate(0, -100px);
}
@media (max-width: 767px) {
  .scroll-animation.animation-fade-down {
    transform: translate(0, -50px);
  }
}
.scroll-animation.animation-fade-down.animated {
  transform: translate(0);
}
.scroll-animation.animation-fade-left {
  transform: translate(-100px, 0);
}
@media (max-width: 767px) {
  .scroll-animation.animation-fade-left {
    transform: translate(-50px, 0);
  }
}
.scroll-animation.animation-fade-left.animated {
  transform: translate(0);
}
.scroll-animation.animation-fade-right {
  transform: translate(100px, 0);
}
@media (max-width: 767px) {
  .scroll-animation.animation-fade-right {
    transform: translate(50px, 0);
  }
}
.scroll-animation.animation-fade-right.animated {
  transform: translate(0);
}
.scroll-animation.animation-zoom-out {
  transform: scale(1.1);
}
.scroll-animation.animation-zoom-out.animated {
  transform: scale(1);
}
.scroll-animation.animation-blur {
  filter: blur(20px);
}
@media (max-width: 767px) {
  .scroll-animation.animation-blur {
    filter: blur(10px);
  }
}
.scroll-animation.animation-blur.animated {
  filter: blur(0);
}
.scroll-animation.animation-mask {
  position: relative;
  z-index: 100;
  overflow: hidden;
  transition: none;
}
.scroll-animation.animation-mask::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 102;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #69BF8D;
  transform-origin: left;
  transform: scaleX(0);
}
.scroll-animation.animation-mask .animation-mask-content {
  position: relative;
  z-index: 101;
  visibility: hidden;
}
.scroll-animation.animation-mask.animated::before {
  animation: animationMask 1.2s 0.4s both;
}
@keyframes animationMask {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  45% {
    transform-origin: left;
    transform: scaleX(1);
  }
  55% {
    transform-origin: right;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.scroll-animation.animation-mask.animated .animation-mask-content {
  animation: animationMaskContent 1.2s 0.4s both;
}
@keyframes animationMaskContent {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
.scroll-animation-nest {
  opacity: 0;
  transition: none;
}
.scroll-animation-nest.animated {
  opacity: 1;
  transition: opacity 0.8s 1s, transform 0.8s 1s, filter 0.8s 1s;
}
.scroll-animation-nest.delay-2x {
  opacity: 0;
  transition: none;
}
.scroll-animation-nest.delay-2x.animated {
  opacity: 1;
  transition: opacity 0.8s 1.6s, transform 0.8s 1.6s, filter 0.8s 1.6s;
}
.scroll-animation-nest.delay-3x {
  opacity: 0;
  transition: none;
}
.scroll-animation-nest.delay-3x.animated {
  opacity: 1;
  transition: opacity 0.8s 2.2s, transform 0.8s 2.2s, filter 0.8s 2.2s;
}
.scroll-animation-nest.delay-4x {
  opacity: 0;
  transition: none;
}
.scroll-animation-nest.delay-4x.animated {
  opacity: 1;
  transition: opacity 0.8s 2.8s, transform 0.8s 2.8s, filter 0.8s 2.8s;
}
.scroll-animation-nest.animation-fade-up {
  transform: translate(0, 60px);
}
@media (max-width: 767px) {
  .scroll-animation-nest.animation-fade-up {
    transform: translate(0, 30px);
  }
}
.scroll-animation-nest.animation-fade-up.animated {
  transform: translate(0);
}
.scroll-animation-nest.animation-fade-down {
  transform: translate(0, -60px);
}
@media (max-width: 767px) {
  .scroll-animation-nest.animation-fade-down {
    transform: translate(0, -30px);
  }
}
.scroll-animation-nest.animation-fade-down.animated {
  transform: translate(0);
}
.scroll-animation-nest.animation-fade-left {
  transform: translate(-60px, 0);
}
@media (max-width: 767px) {
  .scroll-animation-nest.animation-fade-left {
    transform: translate(-30px, 0);
  }
}
.scroll-animation-nest.animation-fade-left.animated {
  transform: translate(0);
}
.scroll-animation-nest.animation-fade-right {
  transform: translate(60px, 0);
}
@media (max-width: 767px) {
  .scroll-animation-nest.animation-fade-right {
    transform: translate(30px, 0);
  }
}
.scroll-animation-nest.animation-fade-right.animated {
  transform: translate(0);
}
.scroll-animation-nest.animation-zoom-out {
  transform: scale(1.2);
}
.scroll-animation-nest.animation-zoom-out.animated {
  transform: scale(1);
}
.scroll-animation-nest.animation-blur {
  filter: blur(20px);
}
@media (max-width: 767px) {
  .scroll-animation-nest.animation-blur {
    filter: blur(10px);
  }
}
.scroll-animation-nest.animation-blur.animated {
  filter: blur(0);
}
body {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  color: #333333;
}
.site-header {
  position: relative;
  z-index: 2000;
  width: 100%;
  height: 150px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .site-header {
    position: fixed;
    height: 75px;
  }
}
.site-body {
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: calc(100vh - 150px);
  overflow: hidden;
}
@media (max-width: 767px) {
  .site-body {
    min-height: calc(100vh - 75px);
    padding-top: 75px;
  }
}
.site-footer {
  position: relative;
  z-index: 1000;
  width: 100%;
}
.site-header-content {
  width: 100%;
  height: 100%;
  background: #F0F0F0;
  color: #888888;
}
.site-header-content a {
  color: inherit;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .site-header-content a:hover,
  .site-header-content a:active {
    transition: none;
  }
}
.site-header-content a:hover,
.site-header-content a:active {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .site-header-content a:hover,
  .site-header-content a:active {
    opacity: 1;
  }
}
.site-header-content a:hover,
.site-header-content a:active {
  text-decoration: none;
}
.site-header-content .site-header-content-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .site-header-content .site-header-content-inner {
    padding: 0 10px;
  }
}
.site-header-content .header-info {
  display: flex;
  align-items: end;
  height: 150px;
}
.site-header-content .header-info .site-title {
  height: 150px;
  margin: 0 10px 0 0;
  overflow: hidden;
}
.site-header-content .header-info .site-title a {
  display: block;
  padding-top: 20px;
}
.site-header-content .header-info .site-title a img {
  width: auto;
  max-height: 130px;
}
.site-header-content .header-info .site-description {
  margin: 0 10px calc(20px - 0.2em) 0;
  font-size: 1.4rem;
}
@media (max-width: 1099px) {
  .site-header-content .header-info .site-description {
    display: none;
  }
}
@media (max-width: 767px) {
  .site-header-content .header-info {
    height: 75px;
  }
  .site-header-content .header-info .site-title {
    height: 75px;
  }
  .site-header-content .header-info .site-title a {
    padding-top: 10px;
  }
  .site-header-content .header-info .site-title a img {
    max-height: 65px;
  }
}
.site-header-content .site-nav .site-nav-content {
  display: flex;
  align-items: end;
  height: 150px;
}
.site-header-content .site-nav .site-nav-content .contact-buttons {
  display: flex;
  align-items: center;
}
.site-header-content .site-nav .site-nav-content .contact-buttons p.contact-button {
  margin: 0 0 10px 10px;
  line-height: 1.5;
}
.site-header-content .site-nav .site-nav-content .contact-buttons p.contact-button a {
  color: inherit;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .site-header-content .site-nav .site-nav-content .contact-buttons p.contact-button a:hover,
  .site-header-content .site-nav .site-nav-content .contact-buttons p.contact-button a:active {
    transition: none;
  }
}
.site-header-content .site-nav .site-nav-content .contact-buttons p.contact-button a:hover,
.site-header-content .site-nav .site-nav-content .contact-buttons p.contact-button a:active {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .site-header-content .site-nav .site-nav-content .contact-buttons p.contact-button a:hover,
  .site-header-content .site-nav .site-nav-content .contact-buttons p.contact-button a:active {
    opacity: 1;
  }
}
.site-header-content .site-nav .site-nav-content .contact-buttons p.contact-button a:hover,
.site-header-content .site-nav .site-nav-content .contact-buttons p.contact-button a:active {
  text-decoration: none;
}
.site-header-content .site-nav .site-nav-content .contact-buttons p.contact-button a {
  position: relative;
  display: inline-block;
  padding: calc((40px - 1.5em) / 2) 20px;
  background: #0B4C41;
  color: #FFFFFF;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 767px) {
  .site-header-content .site-nav .site-nav-content .contact-buttons p.contact-button a {
    padding: calc((35px - 1.5em) / 2) 15px;
  }
}
.site-header-content .site-nav .site-nav-content .contact-buttons p.contact-button a::after {
  content: '';
  position: absolute;
  bottom: 4px;
  right: 4px;
  display: block;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-right: 3px solid #69BF8D;
  border-bottom: 3px solid #69BF8D;
  border-left: 3px solid transparent;
}
.site-header-content .site-nav .site-nav-content .contact-buttons p.contact-button a {
  white-space: nowrap;
}
.site-header-content .site-nav .site-nav-content .contact-buttons p.contact-button a i.fas {
  display: none;
}
.site-header-content .site-nav .site-nav-content .contact-buttons p.sns-button {
  margin: 0 0 10px;
}
.site-header-content .site-nav .site-nav-content .contact-buttons p.sns-button a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 5px;
  color: #444444;
}
.site-header-content .site-nav .site-nav-content .contact-buttons p.sns-button a i.fab {
  font-size: 30px;
}
.site-header-content .site-nav .site-nav-content .contact-buttons p.sns-button.sns-button-instagram a i.fab {
  font-size: 34px;
  line-height: 30px;
}
.site-header-content .site-nav .site-nav-content .menu-buttons {
  display: none;
}
.site-header-content .site-nav .site-nav-content .menu-container {
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  background: rgba(15, 38, 25, 0.875);
  color: #FFFFFF;
}
.site-header-content .site-nav .site-nav-content .menu-container ul.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1080px;
  max-width: 100%;
  height: 60px;
  margin: 0 auto;
  font-weight: 900;
}
.site-header-content .site-nav .site-nav-content .menu-container ul.menu li {
  position: relative;
  padding: 10px 0;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .site-header-content .site-nav .site-nav-content .menu-container ul.menu li:hover,
  .site-header-content .site-nav .site-nav-content .menu-container ul.menu li:active {
    transition: none;
  }
}
.site-header-content .site-nav .site-nav-content .menu-container ul.menu li:first-child a {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.site-header-content .site-nav .site-nav-content .menu-container ul.menu li a {
  display: block;
  padding: calc((40px - 1.5em) / 2) 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  white-space: nowrap;
}
.site-header-content .site-nav .site-nav-content .menu-container ul.menu li ul.sub-menu {
  position: absolute;
  top: 60px;
  left: -120px;
  display: block;
  width: 240px;
  height: auto;
  margin: 0 0 0 50%;
  padding: 0;
  background: rgba(15, 38, 25, 0.875);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .site-header-content .site-nav .site-nav-content .menu-container ul.menu li ul.sub-menu:hover,
  .site-header-content .site-nav .site-nav-content .menu-container ul.menu li ul.sub-menu:active {
    transition: none;
  }
}
.site-header-content .site-nav .site-nav-content .menu-container ul.menu li ul.sub-menu li {
  padding: 0;
}
.site-header-content .site-nav .site-nav-content .menu-container ul.menu li ul.sub-menu li a {
  padding: calc((50px - 1.5em) / 2) 15px;
  border: none;
}
.site-header-content .site-nav .site-nav-content .menu-container ul.menu li ul.sub-menu li.menu-item-has-children ul.sub-menu {
  position: static;
  width: auto;
  margin: 0;
  background: transparent;
  font-size: 1.4rem;
  font-weight: 700;
}
.site-header-content .site-nav .site-nav-content .menu-container ul.menu li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 1099px) {
  .site-header-content .site-nav .site-nav-content .menu-container ul.menu {
    font-size: 1.4rem;
  }
  .site-header-content .site-nav .site-nav-content .menu-container ul.menu li a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .site-header-content .site-nav .site-nav-content .menu-container ul.menu li ul.sub-menu {
    left: -100px;
    width: 200px;
    font-size: 1.4rem;
  }
  .site-header-content .site-nav .site-nav-content .menu-container ul.menu li ul.sub-menu li a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .site-header-content .site-nav .site-nav-content .menu-container ul.menu li ul.sub-menu li.menu-item-has-children ul.sub-menu {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .site-header-content .site-nav .site-nav-content {
    height: 75px;
  }
  .site-header-content .site-nav .site-nav-content .contact-buttons {
    height: 75px;
    line-height: 75px;
    color: #444444;
  }
  .site-header-content .site-nav .site-nav-content .contact-buttons p.contact-button {
    margin: 0 0 0 10px;
    line-height: inherit;
    font-size: 2rem;
  }
  .site-header-content .site-nav .site-nav-content .contact-buttons p.contact-button a {
    padding: 0;
    background: transparent;
    color: inherit;
  }
  .site-header-content .site-nav .site-nav-content .contact-buttons p.contact-button a::after {
    display: none;
  }
  .site-header-content .site-nav .site-nav-content .contact-buttons p.contact-button a i.fas {
    display: inline-block;
  }
  .site-header-content .site-nav .site-nav-content .contact-buttons p.contact-button a span {
    display: none;
  }
  .site-header-content .site-nav .site-nav-content .contact-buttons p.sns-button {
    margin: 0 0 0 10px;
    font-size: 2rem;
  }
  .site-header-content .site-nav .site-nav-content .contact-buttons p.sns-button a {
    display: block;
    width: auto;
    height: 75px;
    padding: 0;
  }
  .site-header-content .site-nav .site-nav-content .contact-buttons p.sns-button a i.fab {
    font-size: 2rem;
    line-height: 1;
  }
  .site-header-content .site-nav .site-nav-content .contact-buttons p.sns-button.sns-button-instagram a i.fab {
    font-size: calc(2rem + 2px);
    line-height: 2rem;
    vertical-align: -1px;
  }
  .site-header-content .site-nav .site-nav-content .menu-buttons {
    display: flex;
    height: 75px;
    line-height: 75px;
    margin-right: -10px;
    color: #444444;
  }
  .site-header-content .site-nav .site-nav-content .menu-buttons p.menu-button {
    display: block;
    width: calc(1em + 30px);
    height: 75px;
    line-height: 75px;
    font-size: 2.4rem;
    text-align: center;
    cursor: pointer;
  }
  .site-header-content .site-nav .site-nav-content .menu-buttons p.menu-button.menu-close {
    display: none;
  }
  .site-header-content .site-nav .site-nav-content .menu-container {
    top: 75px;
  }
  .site-header-content .site-nav .site-nav-content .menu-container ul.menu {
    display: none;
    width: 100%;
    height: calc(100vh - 75px);
    overflow: auto;
    font-size: 1.6rem;
  }
  .site-header-content .site-nav .site-nav-content .menu-container ul.menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .site-header-content .site-nav .site-nav-content .menu-container ul.menu li:first-child a {
    border: none;
  }
  .site-header-content .site-nav .site-nav-content .menu-container ul.menu li.menu-item-has-children {
    padding-bottom: 0;
  }
  .site-header-content .site-nav .site-nav-content .menu-container ul.menu li a {
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
  }
  .site-header-content .site-nav .site-nav-content .menu-container ul.menu li ul.sub-menu {
    position: static;
    font-size: 1.6rem;
    width: 100%;
    margin: 10px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    background: transparent;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .site-header-content .site-nav .site-nav-content .menu-container ul.menu li ul.sub-menu li:last-child {
    border: none;
  }
  .site-header-content .site-nav .site-nav-content .menu-container ul.menu li ul.sub-menu li a {
    padding-left: 40px;
    padding-right: 20px;
  }
  .site-header-content .site-nav .site-nav-content .menu-container ul.menu li ul.sub-menu li.menu-item-has-children ul.sub-menu {
    font-size: 1.4rem;
  }
}
.site-body-nav {
  width: 100%;
  padding-top: 60px;
  background: #F0F0F0;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .site-body-nav {
    padding-top: 0;
  }
}
.site-body-nav.site-body-nav-with-eyecatch {
  height: 450px;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1099px) {
  .site-body-nav.site-body-nav-with-eyecatch {
    height: calc(50px + 37.5vw);
  }
}
.site-body-nav.site-body-nav-with-eyecatch .site-body-nav-inner {
  background: rgba(240, 240, 240, 0.75);
}
.site-body-nav .site-body-nav-inner {
  width: 100%;
  padding: 0 60px;
}
@media (max-width: 767px) {
  .site-body-nav .site-body-nav-inner {
    padding: 0 20px;
  }
}
.site-body-nav .site-breadcrumbs a {
  color: inherit;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .site-body-nav .site-breadcrumbs a:hover,
  .site-body-nav .site-breadcrumbs a:active {
    transition: none;
  }
}
.site-body-nav .site-breadcrumbs a:hover,
.site-body-nav .site-breadcrumbs a:active {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .site-body-nav .site-breadcrumbs a:hover,
  .site-body-nav .site-breadcrumbs a:active {
    opacity: 1;
  }
}
.site-body-nav .site-breadcrumbs ul.breadcrumbs {
  padding: calc((50px - 2.1rem) / 2) 0;
}
.site-body-nav .site-breadcrumbs ul.breadcrumbs li {
  display: inline-block;
  margin-right: 10px;
}
.site-body-nav .site-breadcrumbs ul.breadcrumbs li:not(:first-child)::before {
  content: '›\00A0';
  display: inline-block;
  line-height: 1;
  margin-right: 10px;
  color: #888888;
  font-size: 1.4rem;
  vertical-align: baseline;
}
.site-body-nav .site-breadcrumbs ul.breadcrumbs li:last-child {
  margin: 0;
}
.site-body-content {
  position: relative;
  width: 100%;
}
.site-body-content.site-body-content-full .site-body-content-inner {
  width: 100%;
  padding: 0;
}
.site-body-content.site-body-content-full .site-content .site-full {
  width: 100%;
}
.site-body-content.site-body-content-page-full .site-body-content-inner {
  width: 100%;
}
.site-body-content.site-body-content-page-full .site-content .site-full {
  width: 100%;
}
.site-body-content .site-body-content-inner {
  width: 1320px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .site-body-content .site-body-content-inner {
    padding: 0 10px;
  }
}
.site-body-content .site-content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 80px;
}
@media (max-width: 767px) {
  .site-body-content .site-content {
    margin: 0 auto 40px;
  }
}
.site-body-content .site-content.site-content-full {
  justify-content: center;
}
.site-body-content .site-content .site-full {
  width: 1040px;
  margin: 40px 0;
}
.site-body-content .site-content .site-main {
  width: 1040px;
  margin: 40px 0;
}
.site-body-content .site-content .site-side {
  width: 240px;
  min-width: 240px;
  margin: 40px 0;
}
@media (max-width: 879px) {
  .site-body-content .site-content {
    flex-wrap: wrap;
  }
  .site-body-content .site-content .site-full {
    width: 100%;
  }
  .site-body-content .site-content .site-main {
    width: 100%;
  }
  .site-body-content .site-content .site-side {
    width: 100%;
  }
}
.site-front-content {
  width: 100%;
  margin-top: -40px;
  margin-bottom: -80px;
}
@media (max-width: 767px) {
  .site-front-content {
    margin-top: -40px;
    margin-bottom: -60px;
  }
}
.site-front-content .site-front-content-inner {
  width: 100%;
}
.site-main-content {
  width: 100%;
  margin-top: -40px;
  margin-bottom: -40px;
}
.site-main-content .site-main-content-inner {
  width: 100%;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .site-main-content .site-main-content-inner {
    padding: 0 10px;
  }
}
.site-main-content .site-main-nav {
  width: 100%;
  margin: 40px 0;
  font-size: 1.4rem;
}
.site-main-content .site-main-nav.site-main-nav-grid {
  border: none;
}
.site-main-content .site-main-nav .site-main-nav-inner {
  width: 100%;
}
.site-main-content .site-main-nav .pagination {
  margin: 40px 0;
}
.site-main-content .site-main-nav .pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -10px;
  margin-left: -5px;
  margin-right: -5px;
}
.site-main-content .site-main-nav .pagination .nav-links a {
  color: inherit;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .site-main-content .site-main-nav .pagination .nav-links a:hover,
  .site-main-content .site-main-nav .pagination .nav-links a:active {
    transition: none;
  }
}
.site-main-content .site-main-nav .pagination .nav-links a:hover,
.site-main-content .site-main-nav .pagination .nav-links a:active {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .site-main-content .site-main-nav .pagination .nav-links a:hover,
  .site-main-content .site-main-nav .pagination .nav-links a:active {
    opacity: 1;
  }
}
.site-main-content .site-main-nav .pagination .nav-links a:hover,
.site-main-content .site-main-nav .pagination .nav-links a:active {
  text-decoration: none;
}
.site-main-content .site-main-nav .pagination .nav-links .page-numbers {
  position: relative;
  display: inline-block;
  margin: 10px 5px 0;
  padding: calc((40px - 1.5em) / 2) 15px;
  background: #0B4C41;
  color: #FFFFFF;
  font-weight: 900;
}
.site-main-content .site-main-nav .pagination .nav-links .page-numbers.current {
  background: #69BF8D;
}
.site-main-content .site-main-nav .pagination .nav-links .page-numbers.current::after {
  border-right: 2px solid #C2E5D1;
  border-bottom: 2px solid #C2E5D1;
}
.site-main-content .site-main-nav .pagination .nav-links .page-numbers.dots {
  padding: calc((40px - 1.5em) / 2) 0;
  background: transparent;
  color: #888888;
}
.site-main-content .site-main-nav .pagination .nav-links .page-numbers.dots::after {
  display: none;
}
.site-side-content {
  width: 100%;
  margin-top: -40px;
  margin-bottom: -40px;
  font-size: 1.6rem;
}
.site-side-content .site-side-content-inner {
  width: 100%;
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .site-side-content .site-side-content-inner {
    padding: 0 10px;
  }
}
.site-side-content h2 {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  line-height: 1.25;
  margin: 30px 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #DDDDDD;
  font-size: 2.4rem;
}
.site-side-content h2::before {
  content: '';
  display: inline-block;
  width: 31px;
  height: calc(2.4rem * 1.25 * 1.1);
  margin-right: 5px;
  background: url('./images/site-ornament-1.png') no-repeat center center;
  background-size: contain;
}
.site-side-content ul {
  margin: 10px 0;
  padding: 0 10px;
}
.site-side-content ul li {
  margin: 10px 0;
}
.site-side-content ul ul {
  padding: 0 0 0 10px;
}
.site-side-content ul.menu > li.current-menu-item,
.site-side-content ul.menu > li.current-menu-ancestor {
  font-weight: 900;
}
.site-side-content ul.menu > li.current-menu-item > a,
.site-side-content ul.menu > li.current-menu-ancestor > a {
  color: #0F5499;
}
.site-side-content ul.menu > li.current-menu-item ul.sub-menu,
.site-side-content ul.menu > li.current-menu-ancestor ul.sub-menu {
  font-weight: 700;
}
.site-side-content ul.menu > li.current-menu-item ul.sub-menu li.current-menu-item > a,
.site-side-content ul.menu > li.current-menu-ancestor ul.sub-menu li.current-menu-item > a {
  color: #0F5499;
}
.site-side-content .side-nav {
  margin: 40px 0;
}
.site-side-content .side-sns {
  width: 300px;
  max-width: 100%;
  margin: 40px auto;
}
.site-side-content .side-widget-area .widget {
  margin: 40px 0;
}
.site-side-content .side-widget-area .widget.widget_rss img.rss-widget-icon {
  vertical-align: 0.06666667em;
}
.site-side-content .side-widget-area .widget.widget_rss .rss-date {
  color: #888888;
  font-size: 1.4rem;
}
.site-side-content .side-widget-area .widget.widget_rss .rssSummary {
  font-size: 1.4rem;
}
.site-side-content .side-widget-area .widget.widget_rss cite {
  display: block;
  color: #888888;
  font-size: 1.4rem;
  font-style: normal;
  text-align: right;
}
.site-side-content .side-widget-area .widget.widget_archive li {
  color: #888888;
  font-size: 1.4rem;
}
.site-side-content .side-widget-area .widget.widget_archive li a {
  font-size: 1.6rem;
}
.site-side-content .side-widget-area .widget.widget_categories li {
  color: #888888;
  font-size: 1.4rem;
}
.site-side-content .side-widget-area .widget.widget_categories li a {
  font-size: 1.6rem;
}
.site-side-content .side-widget-area .widget.widget_calendar .calendar_wrap {
  width: 100%;
  max-width: 200px;
  margin: 10px auto;
}
.site-side-content .side-widget-area .widget.widget_calendar .calendar_wrap table.wp-calendar-table {
  width: 100%;
  margin: 10px 0;
}
.site-side-content .side-widget-area .widget.widget_calendar .calendar_wrap table.wp-calendar-table caption {
  padding-bottom: 5px;
}
.site-side-content .side-widget-area .widget.widget_calendar .calendar_wrap table.wp-calendar-table th {
  padding: 5px 0;
  font-size: 1.4rem;
  text-align: center;
}
.site-side-content .side-widget-area .widget.widget_calendar .calendar_wrap table.wp-calendar-table td {
  padding: 5px 0;
  font-size: 1.4rem;
  text-align: center;
}
.site-side-content .side-widget-area .widget.widget_calendar .calendar_wrap .wp-calendar-nav {
  display: flex;
  justify-content: space-between;
}
.site-side-content .side-widget-area .widget.widget_tag_cloud .tagcloud {
  margin: 10px 0;
  padding: 0 10px;
}
.site-side-content .side-widget-area .widget.widget_text .textwidget {
  margin: 10px 0;
  padding: 0 10px;
}
.site-side-content .side-widget-area .widget.widget_recent_entries .post-date {
  color: #888888;
  font-size: 1.4rem;
}
.site-side-content .side-widget-area .widget.widget_search .searchform {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
.site-side-content .side-widget-area .widget.widget_search .searchform div {
  display: flex;
}
.site-side-content .side-widget-area .widget.widget_search .searchform div input[type=text] {
  width: 75%;
  min-width: 0;
  border-right: none;
  border-radius: 5px 0 0 5px;
}
.site-side-content .side-widget-area .widget.widget_search .searchform div input[type=submit] {
  width: 25%;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0 5px 5px 0;
}
.site-footer-content {
  position: relative;
  width: 100%;
  background: #0F2619;
  color: #EFEFEF;
}
.site-footer-content a {
  color: inherit;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .site-footer-content a:hover,
  .site-footer-content a:active {
    transition: none;
  }
}
.site-footer-content a:hover,
.site-footer-content a:active {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .site-footer-content a:hover,
  .site-footer-content a:active {
    opacity: 1;
  }
}
.site-footer-content .site-footer-content-inner {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 60px;
}
@media (max-width: 767px) {
  .site-footer-content .site-footer-content-inner {
    padding: 30px 20px;
  }
}
.site-footer-content .footer-main {
  display: flex;
  align-items: stretch;
}
.site-footer-content .footer-main .footer-nav {
  width: 34.375%;
  padding-right: 20px;
}
.site-footer-content .footer-main .footer-nav.footer-nav-2 {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.site-footer-content .footer-main .footer-nav .footer-nav-content ul.menu {
  margin-bottom: -10px;
}
.site-footer-content .footer-main .footer-nav .footer-nav-content ul.menu li {
  margin: 0 0 10px;
}
.site-footer-content .footer-main .footer-nav .footer-nav-content ul.menu li a {
  display: block;
  padding: 0;
}
.site-footer-content .footer-main .footer-nav .footer-nav-content ul.menu li.menu-item-has-children ul.sub-menu {
  margin-top: 10px;
  padding: 10px 0 0 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-weight: 700;
}
.site-footer-content .footer-main .footer-nav .footer-nav-content ul.menu li.menu-item-has-children ul.sub-menu ul.sub-menu {
  padding: 0 0 0 15px;
  border: none;
  font-size: 1.4rem;
}
.site-footer-content .footer-main .footer-address {
  align-self: end;
  width: 31.25%;
  min-width: 250px;
  padding-left: 20px;
  text-align: right;
}
.site-footer-content .footer-main .footer-address .images {
  margin: 10px 0;
}
.site-footer-content .footer-main .footer-address .images p.logo img {
  width: 177px;
  height: auto;
}
.site-footer-content .footer-main .footer-address p.name {
  font-size: 1.8rem;
  font-weight: 900;
}
.site-footer-content .footer-main .footer-address p.address {
  font-size: 1.4rem;
}
@media (max-width: 1099px) {
  .site-footer-content .footer-main {
    font-size: 1.4rem;
  }
  .site-footer-content .footer-main .footer-nav .footer-nav-content ul.menu li.menu-item-has-children ul.sub-menu ul.sub-menu {
    font-size: 1.2rem;
  }
  .site-footer-content .footer-main .footer-address .images p.logo img {
    width: 133px;
  }
  .site-footer-content .footer-main .footer-address p.name {
    font-size: 1.6rem;
  }
  .site-footer-content .footer-main .footer-address p.address {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .site-footer-content .footer-main {
    flex-wrap: wrap;
  }
  .site-footer-content .footer-main .footer-nav {
    width: calc((100% - 10px) / 2 + 10px);
    padding-right: 10px;
  }
  .site-footer-content .footer-main .footer-nav.footer-nav-2 {
    width: calc((100% - 10px) / 2);
    padding: 0;
    border: none;
  }
  .site-footer-content .footer-main .footer-address {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
  }
}
.site-footer-content .footer-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1001;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: color 0.4s, opacity 0.4s;
}
.site-footer-content .footer-top a:hover,
.site-footer-content .footer-top a:active {
  text-decoration: none;
}
@media (max-width: 767px) {
  .site-footer-content .footer-top:hover,
  .site-footer-content .footer-top:active {
    transition: none;
  }
}
.site-footer-content .footer-top.on-top {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.site-footer-content .footer-top.on-bottom {
  position: absolute;
  top: -80px;
}
.site-footer-content .footer-top p.footer-top-buttons a {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #69BF8D;
  color: #FFFFFF;
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .site-footer-content .footer-top {
    bottom: 10px;
    right: 10px;
  }
  .site-footer-content .footer-top.on-bottom {
    top: -55px;
  }
  .site-footer-content .footer-top p.footer-top-buttons a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 1.8rem;
  }
}
.main-front {
  margin: 80px 0;
}
@media (max-width: 767px) {
  .main-front {
    margin: 60px 0;
  }
}
.main-front.main-front-full {
  padding: 0 60px;
}
@media (max-width: 767px) {
  .main-front.main-front-full {
    padding: 0 20px;
  }
}
.main-front.main-front-full-outside {
  padding: 0;
}
.main-front.main-front-full-bg .front-header,
.main-front.main-front-full-bg .front-body {
  width: 1080px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
}
@media (max-width: 767px) {
  .main-front.main-front-full-bg .front-header,
  .main-front.main-front-full-bg .front-body {
    padding: 0 20px;
  }
}
.main-front.main-front-fixed {
  width: 1080px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
}
@media (max-width: 767px) {
  .main-front.main-front-fixed {
    padding: 0 20px;
  }
}
.main-front.main-front-fixed-inside {
  width: 960px;
  max-width: calc(100% - 60px * 2);
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media (max-width: 767px) {
  .main-front.main-front-fixed-inside {
    max-width: calc(100% - 20px * 2);
  }
}
.main-front .front-header {
  width: 100%;
  margin: 20px 0;
  color: #444444;
}
.main-front .front-header a {
  color: inherit;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .main-front .front-header a:hover,
  .main-front .front-header a:active {
    transition: none;
  }
}
.main-front .front-header a:hover,
.main-front .front-header a:active {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .main-front .front-header a:hover,
  .main-front .front-header a:active {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .main-front .front-header {
    margin: 20px 0;
  }
}
.main-front .front-header .front-header-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.main-front .front-header .front-header-inner::before {
  content: '';
  display: block;
  width: 82px;
  height: 23px;
  background: url('./images/site-ornament-3-l.png') no-repeat center center;
  background-size: contain;
}
@media (max-width: 1099px) {
  .main-front .front-header .front-header-inner::before {
    width: 66px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .main-front .front-header .front-header-inner::before {
    width: 49px;
    height: 14px;
  }
}
.main-front .front-header .front-header-inner::after {
  content: '';
  display: block;
  width: 82px;
  height: 23px;
  background: url('./images/site-ornament-3-r.png') no-repeat center center;
  background-size: contain;
}
@media (max-width: 1099px) {
  .main-front .front-header .front-header-inner::after {
    width: 66px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .main-front .front-header .front-header-inner::after {
    width: 49px;
    height: 14px;
  }
}
.main-front .front-header h2 {
  min-width: 310px;
  line-height: 1.25;
  margin: 0 20px;
  font-size: 3.6rem;
  color: #444444;
  letter-spacing: 0.1em;
  text-align: center;
}
.main-front .front-header h2 .subtitle {
  display: block;
  color: #808080;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 1099px) {
  .main-front .front-header h2 {
    min-width: 250px;
    margin: 0 15px;
    font-size: 3.2rem;
  }
  .main-front .front-header h2 .subtitle {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .main-front .front-header h2 {
    min-width: 170px;
    margin: 0 10px;
    font-size: 2.8rem;
  }
  .main-front .front-header h2 .subtitle {
    font-size: 1.6rem;
  }
}
.main-front .front-body {
  width: 100%;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .main-front .front-body {
    margin: 20px 0;
  }
}
.main-front .front-body .front-body-inner {
  width: 100%;
}
.main-front.main-front-main-slider-1 {
  margin: 0;
  padding: 0;
  background: #0F2619;
}
.main-front.main-front-main-slider-1 .front-body {
  margin: 0;
}
.main-front.main-front-main-slider-1 .front-main {
  position: relative;
}
.main-front.main-front-main-slider-1 .front-main .items:not(.slick-initialized) {
  display: none;
}
.main-front.main-front-main-slider-1 .front-main .items p.item {
  text-align: center;
  width: 1040px;
  max-width: 150vw;
}
.main-front.main-front-main-slider-1 .front-main .items p.item.slick-slide:not(.slick-current) {
  opacity: 0.75;
}
.main-front.main-front-main-slider-1 .front-main .items .slick-arrow {
  top: calc(50% + 60px / 2);
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
@media (max-width: 767px) {
  .main-front.main-front-main-slider-1 .front-main .items .slick-arrow {
    display: none !important;
  }
}
.main-front.main-front-main-slider-1 .front-main .items .slick-arrow.slick-prev {
  z-index: 1;
  left: max( 10px, calc((100vw - 1040px - 20px) / 2 - 48px - 10px) );
}
.main-front.main-front-main-slider-1 .front-main .items .slick-arrow.slick-prev::before {
  content: '\f053';
}
.main-front.main-front-main-slider-1 .front-main .items .slick-arrow.slick-next {
  z-index: 1;
  right: max( 10px, calc((100vw - 1040px - 20px) / 2 - 48px - 10px) );
}
.main-front.main-front-main-slider-1 .front-main .items .slick-arrow.slick-next::before {
  content: '\f054';
}
.main-front.main-front-main-slider-1 .front-main .items .slick-arrow::before {
  font-size: 4.8rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 48px;
  opacity: 0.6;
}
@media (max-width: 1099px) {
  .main-front.main-front-main-slider-1 .front-main .items .slick-arrow::before {
    font-size: max(4.35vw, 10px);
  }
}
@media (max-width: 767px) {
  .main-front.main-front-main-slider-1 .front-main .items .slick-arrow::before {
    font-size: max(4.698vw, 10px);
  }
}
.main-front.main-front-main-slider-1 .front-main .items .slick-arrow:hover::before,
.main-front.main-front-main-slider-1 .front-main .items .slick-arrow:focus::before {
  opacity: 0.8;
}
.main-front.main-front-main-slider-1 .front-main .messages {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .main-front.main-front-main-slider-1 .front-main .messages {
    padding-top: 0;
  }
}
.main-front.main-front-main-slider-1 .front-main .messages p {
  color: #FFFFFF;
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  text-shadow: 0 0 5px #000000, 0 0 5px #000000;
}
@media (max-width: 1099px) {
  .main-front.main-front-main-slider-1 .front-main .messages p {
    font-size: max(2.9vw, 10px);
  }
}
@media (max-width: 767px) {
  .main-front.main-front-main-slider-1 .front-main .messages p {
    font-size: max(3.4452vw, 10px);
  }
}
.main-front.main-front-topics-banner-2 {
  padding: 20px 0;
  background: #F0F0F0;
}
@media (max-width: 767px) {
  .main-front.main-front-topics-banner-2 {
    padding: 20px 0;
  }
}
.main-front.main-front-topics-banner-2 .front-body {
  margin-top: 0;
  margin-bottom: 0;
}
.main-front.main-front-topics-banner-2 .front-topics {
  margin: 0;
}
.main-front.main-front-topics-banner-2 .front-topics ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-front.main-front-topics-banner-2 .front-topics ul li {
  position: relative;
  width: calc((100% - 30px * 2) / 3);
  padding: 20px 0;
  font-size: 1.6rem;
}
.main-front.main-front-topics-banner-2 .front-topics ul li a {
  color: inherit;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .main-front.main-front-topics-banner-2 .front-topics ul li a:hover,
  .main-front.main-front-topics-banner-2 .front-topics ul li a:active {
    transition: none;
  }
}
.main-front.main-front-topics-banner-2 .front-topics ul li a:hover,
.main-front.main-front-topics-banner-2 .front-topics ul li a:active {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .main-front.main-front-topics-banner-2 .front-topics ul li a:hover,
  .main-front.main-front-topics-banner-2 .front-topics ul li a:active {
    opacity: 1;
  }
}
.main-front.main-front-topics-banner-2 .front-topics ul li .item-container {
  height: 100%;
}
.main-front.main-front-topics-banner-2 .front-topics ul li p.image a {
  display: block;
  height: 100%;
  overflow: hidden;
}
.main-front.main-front-topics-banner-2 .front-topics ul li p.image a img {
  transition: 0.4s;
}
.main-front.main-front-topics-banner-2 .front-topics ul li p.image a img:hover,
.main-front.main-front-topics-banner-2 .front-topics ul li p.image a img:active {
  transform: scale(1.2);
}
@media (max-width: 767px) {
  .main-front.main-front-topics-banner-2 .front-topics ul li p.image a img:hover,
  .main-front.main-front-topics-banner-2 .front-topics ul li p.image a img:active {
    transform: none;
  }
}
@media (max-width: 767px) {
  .main-front.main-front-topics-banner-2 .front-topics ul li p.image a img:hover,
  .main-front.main-front-topics-banner-2 .front-topics ul li p.image a img:active {
    transition: none;
  }
}
.main-front.main-front-topics-banner-2 .front-topics ul li .title {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  width: 100%;
  margin: 15px 0;
}
.main-front.main-front-topics-banner-2 .front-topics ul li .title::before {
  content: '';
  display: block;
  width: 31px;
  height: calc(2.4rem * 1.25 * 1.1);
  background: url('./images/site-ornament-1.png') no-repeat center center;
  background-size: contain;
}
.main-front.main-front-topics-banner-2 .front-topics ul li .title h2 {
  line-height: 1.25;
  margin: 0 0 0 5px;
  font-size: 2.4rem;
}
.main-front.main-front-topics-banner-2 .front-topics ul li .title h2 .subtitle {
  display: block;
  color: #808080;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: right;
}
.main-front.main-front-topics-banner-2 .front-topics ul li .messages {
  line-height: 1.75;
}
.main-front.main-front-topics-banner-2 .front-topics ul li .messages p.detail {
  line-height: 1.5;
  margin: 20px auto 0;
  font-size: 2.4rem;
  text-align: center;
}
.main-front.main-front-topics-banner-2 .front-topics ul li .messages p.detail a {
  color: inherit;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .main-front.main-front-topics-banner-2 .front-topics ul li .messages p.detail a:hover,
  .main-front.main-front-topics-banner-2 .front-topics ul li .messages p.detail a:active {
    transition: none;
  }
}
.main-front.main-front-topics-banner-2 .front-topics ul li .messages p.detail a:hover,
.main-front.main-front-topics-banner-2 .front-topics ul li .messages p.detail a:active {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .main-front.main-front-topics-banner-2 .front-topics ul li .messages p.detail a:hover,
  .main-front.main-front-topics-banner-2 .front-topics ul li .messages p.detail a:active {
    opacity: 1;
  }
}
.main-front.main-front-topics-banner-2 .front-topics ul li .messages p.detail a:hover,
.main-front.main-front-topics-banner-2 .front-topics ul li .messages p.detail a:active {
  text-decoration: none;
}
.main-front.main-front-topics-banner-2 .front-topics ul li .messages p.detail a {
  position: relative;
  display: inline-block;
  padding: calc((60px - 1.5em) / 2) 20px;
  background: #0B4C41;
  color: #FFFFFF;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 767px) {
  .main-front.main-front-topics-banner-2 .front-topics ul li .messages p.detail a {
    padding: calc((53px - 1.5em) / 2) 15px;
  }
}
.main-front.main-front-topics-banner-2 .front-topics ul li .messages p.detail a::after {
  content: '';
  position: absolute;
  bottom: 4px;
  right: 4px;
  display: block;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-right: 3px solid #69BF8D;
  border-bottom: 3px solid #69BF8D;
  border-left: 3px solid transparent;
}
.main-front.main-front-topics-banner-2 .front-topics ul li .messages p.detail a {
  position: relative;
  width: 240px;
}
@media (max-width: 767px) {
  .main-front.main-front-topics-banner-2 .front-topics ul li .messages p.detail a {
    width: 200px;
  }
}
.main-front.main-front-topics-banner-2 .front-topics ul li .messages p.detail a {
  background: #69BF8D;
}
.main-front.main-front-topics-banner-2 .front-topics ul li .messages p.detail a::after {
  border-right: 3px solid #C2E5D1;
  border-bottom: 3px solid #C2E5D1;
}
@media (max-width: 1099px) {
  .main-front.main-front-topics-banner-2 .front-topics ul {
    justify-content: center;
  }
  .main-front.main-front-topics-banner-2 .front-topics ul li {
    width: 100%;
    padding: 20px calc((100% - 300px) / 2);
  }
}
@media (max-width: 767px) {
  .main-front.main-front-topics-banner-2 .front-topics ul li .messages p.detail {
    margin: 15px auto 0;
  }
}
.main-front.main-front-featured-a-1 {
  position: relative;
}
.main-front.main-front-featured-a-1 .front-header {
  width: 1080px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
}
.main-front.main-front-featured-a-1 .front-header::after {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3;
  margin: 20px auto;
  background: url('./images/photo-featured-2.jpg') no-repeat center center;
  background-size: cover;
}
.main-front.main-front-featured-a-1 .front-body {
  width: 1080px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
}
.main-front.main-front-featured-a-1 .front-featured .messages {
  position: relative;
  line-height: 1.75;
  padding-bottom: 80px;
  font-size: 1.8rem;
}
.main-front.main-front-featured-a-1 .front-featured .messages p {
  margin: 15px 0 0;
}
.main-front.main-front-featured-a-1 .front-featured .messages p.detail {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 1.5;
  margin: 20px auto 0;
  font-size: 2.4rem;
  text-align: center;
}
.main-front.main-front-featured-a-1 .front-featured .messages p.detail a {
  color: inherit;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .main-front.main-front-featured-a-1 .front-featured .messages p.detail a:hover,
  .main-front.main-front-featured-a-1 .front-featured .messages p.detail a:active {
    transition: none;
  }
}
.main-front.main-front-featured-a-1 .front-featured .messages p.detail a:hover,
.main-front.main-front-featured-a-1 .front-featured .messages p.detail a:active {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .main-front.main-front-featured-a-1 .front-featured .messages p.detail a:hover,
  .main-front.main-front-featured-a-1 .front-featured .messages p.detail a:active {
    opacity: 1;
  }
}
.main-front.main-front-featured-a-1 .front-featured .messages p.detail a:hover,
.main-front.main-front-featured-a-1 .front-featured .messages p.detail a:active {
  text-decoration: none;
}
.main-front.main-front-featured-a-1 .front-featured .messages p.detail a {
  position: relative;
  display: inline-block;
  padding: calc((60px - 1.5em) / 2) 20px;
  background: #0B4C41;
  color: #FFFFFF;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 767px) {
  .main-front.main-front-featured-a-1 .front-featured .messages p.detail a {
    padding: calc((53px - 1.5em) / 2) 15px;
  }
}
.main-front.main-front-featured-a-1 .front-featured .messages p.detail a::after {
  content: '';
  position: absolute;
  bottom: 4px;
  right: 4px;
  display: block;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-right: 3px solid #69BF8D;
  border-bottom: 3px solid #69BF8D;
  border-left: 3px solid transparent;
}
.main-front.main-front-featured-a-1 .front-featured .messages p.detail a {
  position: relative;
  width: 240px;
}
@media (max-width: 767px) {
  .main-front.main-front-featured-a-1 .front-featured .messages p.detail a {
    width: 200px;
  }
}
@media (max-width: 1099px) {
  .main-front.main-front-featured-a-1 .front-header::after {
    width: calc(100% + 60px * 2);
    margin: 20px -60px;
  }
}
@media (max-width: 767px) {
  .main-front.main-front-featured-a-1 .front-header {
    padding: 0 20px;
  }
  .main-front.main-front-featured-a-1 .front-header::after {
    aspect-ratio: 2.5;
    width: calc(100% + 20px * 2);
    margin: 20px -20px;
  }
  .main-front.main-front-featured-a-1 .front-body {
    padding: 0 20px;
  }
  .main-front.main-front-featured-a-1 .front-featured .messages {
    padding-bottom: 68px;
    font-size: 1.6rem;
  }
  .main-front.main-front-featured-a-1 .front-featured .messages p.detail {
    margin: 15px auto 0;
  }
}
.main-front.main-front-news {
  display: flex;
  margin-top: 40px;
}
.main-front.main-front-news .front-header {
  width: 300px;
  min-width: 260px;
  margin: 0;
}
.main-front.main-front-news .front-header .front-header-inner {
  justify-content: flex-start;
  align-items: start;
}
.main-front.main-front-news .front-header .front-header-inner::before {
  width: 32px;
  height: calc(2.4rem * 1.25 * 1.1);
  background: url('./images/site-ornament-2.png') no-repeat center center;
  background-size: contain;
}
.main-front.main-front-news .front-header .front-header-inner::after {
  display: none;
}
.main-front.main-front-news .front-header h2 {
  min-width: auto;
  margin: 0 0 0 10px;
  color: #333333;
  font-size: 2.4rem;
  text-align: left;
}
.main-front.main-front-news .front-header h2 .subtitle {
  font-size: 1.6rem;
  text-align: right;
}
.main-front.main-front-news .front-body {
  width: 660px;
  margin: 0;
}
@media (max-width: 767px) {
  .main-front.main-front-news {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .main-front.main-front-news .front-header {
    width: 100%;
  }
  .main-front.main-front-news .front-body {
    width: 100%;
  }
}
.main-front.main-front-sns .front-row {
  display: flex;
  justify-content: space-between;
}
.main-front.main-front-sns .front-row .front-column-blog {
  width: calc(100% - 300px - 30px);
}
.main-front.main-front-sns .front-row .front-column-blog .front-header {
  margin: 0;
}
.main-front.main-front-sns .front-row .front-column-blog .front-header .front-header-inner {
  justify-content: flex-start;
  align-items: start;
}
.main-front.main-front-sns .front-row .front-column-blog .front-header .front-header-inner::before {
  width: 32px;
  height: calc(2.4rem * 1.25 * 1.1);
  background: url('./images/site-ornament-2.png') no-repeat center center;
  background-size: contain;
}
.main-front.main-front-sns .front-row .front-column-blog .front-header .front-header-inner::after {
  display: none;
}
.main-front.main-front-sns .front-row .front-column-blog .front-header h2 {
  min-width: auto;
  margin: 0 0 0 10px;
  color: #333333;
  font-size: 2.4rem;
  text-align: left;
}
.main-front.main-front-sns .front-row .front-column-blog .front-header h2 .subtitle {
  font-size: 1.6rem;
  text-align: right;
}
.main-front.main-front-sns .front-row .front-column-blog .front-body {
  margin: 0;
  min-height: 280px;
}
.main-front.main-front-sns .front-row .front-column-sns {
  width: 300px;
}
.main-front.main-front-sns .front-row .front-column-sns .front-body {
  width: 300px;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 879px) {
  .main-front.main-front-sns .front-row {
    flex-wrap: wrap;
  }
  .main-front.main-front-sns .front-row .front-column-blog {
    width: 100%;
  }
  .main-front.main-front-sns .front-row .front-column-sns {
    width: 100%;
    margin-top: 40px;
  }
  .main-front.main-front-sns .front-row .front-column-sns .front-body {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .main-front.main-front-sns .front-row .front-column-sns {
    margin-top: 30px;
  }
}
.main-front .front-post-list-2 ul {
  padding: 0 0 0 30px;
  border-left: 1px solid #333333;
}
.main-front .front-post-list-2 ul li .link-box a {
  color: inherit;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .main-front .front-post-list-2 ul li .link-box a:hover,
  .main-front .front-post-list-2 ul li .link-box a:active {
    transition: none;
  }
}
.main-front .front-post-list-2 ul li .link-box a:hover,
.main-front .front-post-list-2 ul li .link-box a:active {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .main-front .front-post-list-2 ul li .link-box a:hover,
  .main-front .front-post-list-2 ul li .link-box a:active {
    opacity: 1;
  }
}
.main-front .front-post-list-2 ul li .link-box a:hover,
.main-front .front-post-list-2 ul li .link-box a:active {
  text-decoration: none;
}
.main-front .front-post-list-2 ul li .link-box a {
  display: flex;
  padding: 5px 0;
}
.main-front .front-post-list-2 ul li .link-box a .date {
  width: 130px;
  min-width: 130px;
  margin-right: 10px;
  color: #888888;
  font-weight: 900;
}
.main-front .front-post-list-2 p.detail {
  line-height: 1.5;
  margin: 20px 0 0;
  font-size: 1.8rem;
  text-align: right;
}
.main-front .front-post-list-2 p.detail a {
  color: inherit;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .main-front .front-post-list-2 p.detail a:hover,
  .main-front .front-post-list-2 p.detail a:active {
    transition: none;
  }
}
.main-front .front-post-list-2 p.detail a:hover,
.main-front .front-post-list-2 p.detail a:active {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .main-front .front-post-list-2 p.detail a:hover,
  .main-front .front-post-list-2 p.detail a:active {
    opacity: 1;
  }
}
.main-front .front-post-list-2 p.detail a:hover,
.main-front .front-post-list-2 p.detail a:active {
  text-decoration: none;
}
.main-front .front-post-list-2 p.detail a {
  position: relative;
  display: inline-block;
  padding: calc((50px - 1.5em) / 2) 20px;
  background: #0B4C41;
  color: #FFFFFF;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 767px) {
  .main-front .front-post-list-2 p.detail a {
    padding: calc((44px - 1.5em) / 2) 15px;
  }
}
.main-front .front-post-list-2 p.detail a::after {
  content: '';
  position: absolute;
  bottom: 4px;
  right: 4px;
  display: block;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-right: 3px solid #69BF8D;
  border-bottom: 3px solid #69BF8D;
  border-left: 3px solid transparent;
}
.main-front .front-post-list-2 p.detail a {
  position: relative;
  width: 240px;
}
@media (max-width: 767px) {
  .main-front .front-post-list-2 p.detail a {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .main-front .front-post-list-2 ul {
    margin-top: 15px;
    padding: 10px 0 0 0;
    border-top: 1px solid #333333;
    border-left: none;
  }
  .main-front .front-post-list-2 ul li .link-box a {
    flex-wrap: wrap;
  }
  .main-front .front-post-list-2 ul li .link-box a .date {
    width: 100%;
    margin: 0;
  }
  .main-front .front-post-list-2 ul li .link-box a .title {
    width: 100%;
  }
  .main-front .front-post-list-2 p.detail {
    margin: 15px 0 0;
  }
}
.main-front .front-post-list-2-alt ul {
  margin-top: 30px;
  padding: 25px 0 0 0;
  border-top: 1px solid #333333;
}
.main-front .front-post-list-2-alt ul li .link-box a {
  color: inherit;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .main-front .front-post-list-2-alt ul li .link-box a:hover,
  .main-front .front-post-list-2-alt ul li .link-box a:active {
    transition: none;
  }
}
.main-front .front-post-list-2-alt ul li .link-box a:hover,
.main-front .front-post-list-2-alt ul li .link-box a:active {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .main-front .front-post-list-2-alt ul li .link-box a:hover,
  .main-front .front-post-list-2-alt ul li .link-box a:active {
    opacity: 1;
  }
}
.main-front .front-post-list-2-alt ul li .link-box a:hover,
.main-front .front-post-list-2-alt ul li .link-box a:active {
  text-decoration: none;
}
.main-front .front-post-list-2-alt ul li .link-box a {
  display: flex;
  padding: 5px 0;
}
.main-front .front-post-list-2-alt ul li .link-box a .date {
  width: 130px;
  min-width: 130px;
  margin-right: 10px;
  color: #888888;
  font-weight: 900;
}
.main-front .front-post-list-2-alt p.detail {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1.5;
  margin: 20px 0 0;
  font-size: 1.8rem;
  text-align: right;
}
.main-front .front-post-list-2-alt p.detail a {
  color: inherit;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .main-front .front-post-list-2-alt p.detail a:hover,
  .main-front .front-post-list-2-alt p.detail a:active {
    transition: none;
  }
}
.main-front .front-post-list-2-alt p.detail a:hover,
.main-front .front-post-list-2-alt p.detail a:active {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .main-front .front-post-list-2-alt p.detail a:hover,
  .main-front .front-post-list-2-alt p.detail a:active {
    opacity: 1;
  }
}
.main-front .front-post-list-2-alt p.detail a:hover,
.main-front .front-post-list-2-alt p.detail a:active {
  text-decoration: none;
}
.main-front .front-post-list-2-alt p.detail a {
  position: relative;
  display: inline-block;
  padding: calc((50px - 1.5em) / 2) 20px;
  background: #0B4C41;
  color: #FFFFFF;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 767px) {
  .main-front .front-post-list-2-alt p.detail a {
    padding: calc((44px - 1.5em) / 2) 15px;
  }
}
.main-front .front-post-list-2-alt p.detail a::after {
  content: '';
  position: absolute;
  bottom: 4px;
  right: 4px;
  display: block;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-right: 3px solid #69BF8D;
  border-bottom: 3px solid #69BF8D;
  border-left: 3px solid transparent;
}
.main-front .front-post-list-2-alt p.detail a {
  position: relative;
  width: 240px;
}
@media (max-width: 767px) {
  .main-front .front-post-list-2-alt p.detail a {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .main-front .front-post-list-2-alt ul {
    margin-top: 15px;
    padding: 10px 0 0 0;
  }
  .main-front .front-post-list-2-alt ul li .link-box a {
    flex-wrap: wrap;
  }
  .main-front .front-post-list-2-alt ul li .link-box a .date {
    width: 100%;
    margin: 0;
  }
  .main-front .front-post-list-2-alt ul li .link-box a .title {
    width: 100%;
  }
  .main-front .front-post-list-2-alt p.detail {
    position: static;
    margin: 15px 0 0;
  }
}
.main-post .post-header {
  width: 100%;
  margin: 40px 0;
  color: #444444;
}
.main-post .post-header a {
  color: inherit;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .main-post .post-header a:hover,
  .main-post .post-header a:active {
    transition: none;
  }
}
.main-post .post-header a:hover,
.main-post .post-header a:active {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .main-post .post-header a:hover,
  .main-post .post-header a:active {
    opacity: 1;
  }
}
.main-post .post-header .post-header-inner {
  width: 100%;
}
.main-post .post-header .post-title {
  font-size: 2.8rem;
}
.main-post .post-header.post-header-with-eyecatch {
  margin: 0;
  padding-bottom: calc(40px + 4.2rem / 2);
}
.main-post .post-header.post-header-with-eyecatch .post-header-inner {
  position: absolute;
  top: calc(-40px - 4.2rem / 2);
  left: 0;
  width: 100%;
  text-align: center;
}
.main-post .post-header.post-header-with-eyecatch .post-title {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  padding: 40px;
  background: #FFFFFF;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .main-post .post-header.post-header-with-eyecatch {
    padding-bottom: calc(30px + 3.6rem / 2);
  }
  .main-post .post-header.post-header-with-eyecatch .post-header-inner {
    top: calc(-30px - 3.6rem / 2);
  }
  .main-post .post-header.post-header-with-eyecatch .post-title {
    padding: 30px 40px;
    font-size: 2.4rem;
  }
}
.main-post .post-eyecatch {
  width: 100%;
  margin: 40px 0;
  text-align: center;
}
.main-post .post-eyecatch img {
  max-width: 800px;
  max-height: 600px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .main-post .post-eyecatch img {
    max-width: 100%;
    max-height: calc((100vw - 20px * 2) / 4 * 3);
  }
}
.main-post .post-body {
  width: 100%;
  margin: 40px 0;
  font-size: 1.8rem;
}
.main-post .post-body .post-body-inner {
  width: 100%;
}
.main-post .post-body .post-body-inner::after {
  content: '';
  display: block;
  clear: both;
}
.main-post .post-body .post-full {
  margin: 0 -60px;
  padding: 0 60px;
}
@media (max-width: 767px) {
  .main-post .post-body .post-full {
    margin: 0 -20px;
    padding: 0 20px;
  }
}
.main-post .post-body .post-full-outside {
  margin: 0 -60px;
}
@media (max-width: 767px) {
  .main-post .post-body .post-full-outside {
    margin: 0 -20px;
  }
}
.main-post .post-body .post-full-bg {
  margin: 0 -60px;
}
@media (max-width: 767px) {
  .main-post .post-body .post-full-bg {
    margin: 0 -20px;
  }
}
.main-post .post-body .post-full-bg .post-full-bg-inner {
  width: 1080px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
}
@media (max-width: 767px) {
  .main-post .post-body .post-full-bg .post-full-bg-inner {
    padding: 0 20px;
  }
}
.main-post .post-body .post-fixed,
.main-post .post-body .post-fixed-inside {
  width: 960px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.main-post .post-body h1,
.main-post .post-body h2 {
  margin: 30px 0 15px;
}
.main-post .post-body h3,
.main-post .post-body h4 {
  margin: 20px 0 15px;
}
.main-post .post-body h5,
.main-post .post-body h6 {
  margin: 15px 0;
}
.main-post .post-body p {
  margin: 15px 0;
}
.main-post .post-body ul,
.main-post .post-body ol {
  margin: 15px 0;
  padding-left: 30px;
  list-style-type: revert;
}
.main-post .post-body dl {
  margin: 15px 0;
}
.main-post .post-body dl dt {
  font-weight: 900;
}
.main-post .post-body dl dd {
  padding-left: 20px;
}
.main-post .post-body blockquote {
  margin: 15px 0;
  padding: 1px 20px;
  background: #F0F0F0;
}
.main-post .post-body pre {
  margin: 15px 0;
}
.main-post .post-body table {
  margin: 15px 0;
}
@media (max-width: 767px) {
  .main-post .post-body table.responsive {
    display: block;
    border: none;
    border-bottom: 1px solid #DDDDDD;
  }
  .main-post .post-body table.responsive thead,
  .main-post .post-body table.responsive tfoot,
  .main-post .post-body table.responsive tbody,
  .main-post .post-body table.responsive tr {
    display: block;
  }
  .main-post .post-body table.responsive th {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .main-post .post-body table.responsive td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
.main-post .post-body .alignleft {
  display: inline-block;
  float: left;
  margin: 0 15px 0 0;
}
.main-post .post-body .alignright {
  display: inline-block;
  float: right;
  margin: 0 0 0 15px;
}
.main-post .post-body .aligncenter {
  display: block;
  margin: 0 auto;
}
.main-post .post-body code {
  display: inline-block;
  margin: 0 0.25em;
  padding: 0 0.25em;
  background: #F0F0F0;
}
.main-post .post-body .custom-fields dl {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
}
.main-post .post-body .custom-fields dl dt {
  width: 15%;
  padding: 10px;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  background: #F0F0F0;
  text-align: center;
}
.main-post .post-body .custom-fields dl dd {
  width: 35%;
  overflow: hidden;
  padding: 10px;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  text-overflow: ellipsis;
}
.main-post .post-body .custom-fields dl dd:nth-child(4n+2):last-child {
  width: 85%;
}
@media (max-width: 767px) {
  .main-post .post-body .custom-fields dl dt {
    width: 100%;
    text-align: left;
  }
  .main-post .post-body .custom-fields dl dd {
    width: 100%;
  }
  .main-post .post-body .custom-fields dl dd:nth-child(4n+2):last-child {
    width: 100%;
  }
}
.main-post .post-footer {
  width: 100%;
  margin: 40px 0;
  font-size: 1.4rem;
  color: #888888;
}
.main-post .post-footer .post-footer-inner {
  width: 100%;
}
.main-post .post-footer ul.post-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.main-post .post-footer ul.post-meta li {
  padding: 0 10px;
  border-right: 1px solid #DDDDDD;
}
.main-post .post-footer ul.post-meta li:first-child {
  padding-left: 0;
}
.main-post .post-footer ul.post-meta li:last-child {
  padding-right: 0;
  border-right: none;
}
.main-post .post-footer ul.post-meta li.categories {
  text-align: right;
}
.main-post .post-footer ul.post-meta li.categories a {
  display: inline-block;
  padding: 0 5px;
  background: #0B4C41;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 900;
  vertical-align: 0.06666667em;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .main-post .post-footer ul.post-meta li.categories a:hover,
  .main-post .post-footer ul.post-meta li.categories a:active {
    transition: none;
  }
}
.main-post .post-footer ul.post-meta li.categories a:hover,
.main-post .post-footer ul.post-meta li.categories a:active {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .main-post .post-footer ul.post-meta li.categories a:hover,
  .main-post .post-footer ul.post-meta li.categories a:active {
    opacity: 1;
  }
}
.main-post .post-footer ul.post-meta li.categories a:hover,
.main-post .post-footer ul.post-meta li.categories a:active {
  text-decoration: none;
}
.main-archive .archive-header {
  width: 100%;
  margin: 40px 0;
  color: #444444;
}
.main-archive .archive-header a {
  color: inherit;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .main-archive .archive-header a:hover,
  .main-archive .archive-header a:active {
    transition: none;
  }
}
.main-archive .archive-header a:hover,
.main-archive .archive-header a:active {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .main-archive .archive-header a:hover,
  .main-archive .archive-header a:active {
    opacity: 1;
  }
}
.main-archive .archive-header .archive-header-inner {
  width: 100%;
}
.main-archive .archive-header .archive-title {
  font-size: 2.8rem;
}
.main-archive .archive-body {
  width: 100%;
  margin: 40px 0;
}
.main-archive .archive-body .archive-body-inner {
  width: 100%;
}
.main-archive .archive-body .main-post {
  margin: 40px 0;
  font-size: 1.8rem;
}
.main-archive .archive-body .main-post + .main-post {
  padding-top: 20px;
  border-top: 1px solid #DDDDDD;
}
.main-archive .archive-body .main-post .post-header {
  margin: 20px 0;
  color: #333333;
}
.main-archive .archive-body .main-post .post-header .post-title {
  font-size: 2.4rem;
}
.main-archive .archive-body .main-post .post-layout.post-layout-with-eyecatch {
  display: flex;
  justify-content: space-between;
  margin: -20px 0;
}
.main-archive .archive-body .main-post .post-layout.post-layout-with-eyecatch .post-eyecatch {
  width: 160px;
  height: 160px;
  margin: 20px 0;
}
.main-archive .archive-body .main-post .post-layout.post-layout-with-eyecatch .post-eyecatch a {
  color: inherit;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .main-archive .archive-body .main-post .post-layout.post-layout-with-eyecatch .post-eyecatch a:hover,
  .main-archive .archive-body .main-post .post-layout.post-layout-with-eyecatch .post-eyecatch a:active {
    transition: none;
  }
}
.main-archive .archive-body .main-post .post-layout.post-layout-with-eyecatch .post-eyecatch a:hover,
.main-archive .archive-body .main-post .post-layout.post-layout-with-eyecatch .post-eyecatch a:active {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .main-archive .archive-body .main-post .post-layout.post-layout-with-eyecatch .post-eyecatch a:hover,
  .main-archive .archive-body .main-post .post-layout.post-layout-with-eyecatch .post-eyecatch a:active {
    opacity: 1;
  }
}
.main-archive .archive-body .main-post .post-layout.post-layout-with-eyecatch .post-eyecatch a {
  display: block;
  height: 100%;
  overflow: hidden;
}
.main-archive .archive-body .main-post .post-layout.post-layout-with-eyecatch .post-eyecatch a img {
  transition: 0.4s;
}
.main-archive .archive-body .main-post .post-layout.post-layout-with-eyecatch .post-eyecatch a img:hover,
.main-archive .archive-body .main-post .post-layout.post-layout-with-eyecatch .post-eyecatch a img:active {
  transform: scale(1.2);
}
@media (max-width: 767px) {
  .main-archive .archive-body .main-post .post-layout.post-layout-with-eyecatch .post-eyecatch a img:hover,
  .main-archive .archive-body .main-post .post-layout.post-layout-with-eyecatch .post-eyecatch a img:active {
    transform: none;
  }
}
@media (max-width: 767px) {
  .main-archive .archive-body .main-post .post-layout.post-layout-with-eyecatch .post-eyecatch a img:hover,
  .main-archive .archive-body .main-post .post-layout.post-layout-with-eyecatch .post-eyecatch a img:active {
    transition: none;
  }
}
.main-archive .archive-body .main-post .post-layout.post-layout-with-eyecatch .post-eyecatch img {
  width: 160px;
  height: 160px;
}
.main-archive .archive-body .main-post .post-layout.post-layout-with-eyecatch .post-main {
  width: calc(100% - 160px - 20px);
}
@media (max-width: 767px) {
  .main-archive .archive-body .main-post .post-layout.post-layout-with-eyecatch .post-eyecatch {
    width: 100px;
    height: 100px;
  }
  .main-archive .archive-body .main-post .post-layout.post-layout-with-eyecatch .post-eyecatch img {
    width: 100px;
    height: 100px;
  }
  .main-archive .archive-body .main-post .post-layout.post-layout-with-eyecatch .post-main {
    width: calc(100% - 100px - 20px);
  }
}
.main-archive .archive-body .main-post .post-body {
  margin: 20px 0;
}
.main-archive .archive-body .main-post .post-body p.detail {
  line-height: 1.5;
  font-size: 1.6rem;
  text-align: right;
}
.main-archive .archive-body .main-post .post-body p.detail a {
  color: inherit;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .main-archive .archive-body .main-post .post-body p.detail a:hover,
  .main-archive .archive-body .main-post .post-body p.detail a:active {
    transition: none;
  }
}
.main-archive .archive-body .main-post .post-body p.detail a:hover,
.main-archive .archive-body .main-post .post-body p.detail a:active {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .main-archive .archive-body .main-post .post-body p.detail a:hover,
  .main-archive .archive-body .main-post .post-body p.detail a:active {
    opacity: 1;
  }
}
.main-archive .archive-body .main-post .post-body p.detail a:hover,
.main-archive .archive-body .main-post .post-body p.detail a:active {
  text-decoration: none;
}
.main-archive .archive-body .main-post .post-body p.detail a {
  position: relative;
  display: inline-block;
  padding: calc((50px - 1.5em) / 2) 20px;
  background: #0B4C41;
  color: #FFFFFF;
  font-weight: 900;
  text-align: left;
}
@media (max-width: 767px) {
  .main-archive .archive-body .main-post .post-body p.detail a {
    padding: calc((44px - 1.5em) / 2) 15px;
  }
}
.main-archive .archive-body .main-post .post-body p.detail a::after {
  content: '';
  position: absolute;
  bottom: 4px;
  right: 4px;
  display: block;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-right: 3px solid #69BF8D;
  border-bottom: 3px solid #69BF8D;
  border-left: 3px solid transparent;
}
.main-archive .archive-body .main-post .post-footer {
  margin: 20px 0;
}
.main-archive .archive-body .main-post-list-grid ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -60px;
  padding: 60px 60px 30px 0;
  background: #F0F0F0;
}
.main-archive .archive-body .main-post-list-grid ul li {
  width: calc(100% / 3 - 60px);
  margin: 0 0 30px 60px;
}
.main-archive .archive-body .main-post-list-grid ul li a {
  color: inherit;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .main-archive .archive-body .main-post-list-grid ul li a:hover,
  .main-archive .archive-body .main-post-list-grid ul li a:active {
    transition: none;
  }
}
.main-archive .archive-body .main-post-list-grid ul li a:hover,
.main-archive .archive-body .main-post-list-grid ul li a:active {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .main-archive .archive-body .main-post-list-grid ul li a:hover,
  .main-archive .archive-body .main-post-list-grid ul li a:active {
    opacity: 1;
  }
}
.main-archive .archive-body .main-post-list-grid ul li a:hover,
.main-archive .archive-body .main-post-list-grid ul li a:active {
  text-decoration: none;
}
.main-archive .archive-body .main-post-list-grid ul li a {
  display: block;
  height: 100%;
  background: #FFFFFF;
}
.main-archive .archive-body .main-post-list-grid ul li a .box-eyecatch {
  display: block;
  aspect-ratio: 1.33333333;
  overflow: hidden;
}
.main-archive .archive-body .main-post-list-grid ul li a .box-eyecatch img {
  transition: 0.4s;
}
.main-archive .archive-body .main-post-list-grid ul li a .box-eyecatch img:hover,
.main-archive .archive-body .main-post-list-grid ul li a .box-eyecatch img:active {
  transform: scale(1.2);
}
@media (max-width: 767px) {
  .main-archive .archive-body .main-post-list-grid ul li a .box-eyecatch img:hover,
  .main-archive .archive-body .main-post-list-grid ul li a .box-eyecatch img:active {
    transform: none;
  }
}
@media (max-width: 767px) {
  .main-archive .archive-body .main-post-list-grid ul li a .box-eyecatch img:hover,
  .main-archive .archive-body .main-post-list-grid ul li a .box-eyecatch img:active {
    transition: none;
  }
}
.main-archive .archive-body .main-post-list-grid ul li a .box-eyecatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-archive .archive-body .main-post-list-grid ul li a .box-eyecatch.no-image {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(240, 240, 240, 0.5);
  color: rgba(136, 136, 136, 0.5);
  font-size: 3.2rem;
  font-weight: 900;
}
.main-archive .archive-body .main-post-list-grid ul li a .box-main {
  display: block;
  background: #FFFFFF;
}
.main-archive .archive-body .main-post-list-grid ul li a .box-main .title {
  display: block;
  padding: 10px;
  font-weight: 900;
}
.main-archive .archive-body .main-post-list-grid ul li a .box-main .custom-fields {
  font-size: 1.2rem;
}
.main-archive .archive-body .main-post-list-grid ul li a .box-main .custom-fields .custom-field-label {
  display: block;
  padding: 5px 10px;
  background: rgba(240, 240, 240, 0.5);
}
.main-archive .archive-body .main-post-list-grid ul li a .box-main .custom-fields .custom-field-value {
  display: block;
  padding: 5px 10px;
}
@media (max-width: 767px) {
  .main-archive .archive-body .main-post-list-grid ul {
    margin: 0 -20px;
    padding: 20px 20px 0px 0;
  }
  .main-archive .archive-body .main-post-list-grid ul li {
    width: calc(100% / 2 - 20px);
    margin: 0 0 20px 20px;
  }
}
.wpcf7 form.wpcf7-form {
  margin: 20px 0;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output {
  margin: 15px 0;
  padding: 10px;
  border-radius: 5px;
}
.wpcf7-form-control {
  display: inline-block;
  margin-top: 5px;
}
.wpcf7-form-control.wpcf7-not-valid:not(:focus) {
  background: #FFD9DD;
}
.wpcf7-form-control.wpcf7-checkbox,
.wpcf7-form-control.wpcf7-radio,
.wpcf7-form-control.wpcf7-acceptance {
  margin-bottom: -5px;
}
.wpcf7-form-control.wpcf7-checkbox.wpcf7-not-valid,
.wpcf7-form-control.wpcf7-radio.wpcf7-not-valid,
.wpcf7-form-control.wpcf7-acceptance.wpcf7-not-valid {
  background: transparent;
}
.wpcf7-form-control.wpcf7-checkbox.wpcf7-not-valid label,
.wpcf7-form-control.wpcf7-radio.wpcf7-not-valid label,
.wpcf7-form-control.wpcf7-acceptance.wpcf7-not-valid label {
  background: #FFD9DD;
}
.wpcf7-form-control.wpcf7-submit {
  margin-top: 0;
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item label {
  height: calc(1.5em + 22px);
  line-height: 1.5;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  background: #FFFFFF;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  transition: 0.4s;
  height: auto;
  min-height: calc(1.5em + 22px);
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 10px;
  cursor: pointer;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .wpcf7-list-item label:hover,
  .wpcf7-list-item label:active {
    transition: none;
  }
}
.wpcf7-list-item label:focus {
  background: #FFFCEB;
}
.wpcf7-list-item label.inputted {
  background: #F3FDFF;
}
.wpcf7-list-item label[readonly] {
  background: #EEEEEE;
}
.wpcf7-list-item label.disabled,
.wpcf7-list-item label[disabled] {
  background: #EEEEEE;
  color: #888888;
}
.wpcf7-list-item label:focus {
  background: inherit;
}
.wpcf7-list-item label input {
  cursor: pointer;
}
.wpcf7-not-valid-tip {
  margin-top: 5px;
}
.wpcf7-spinner {
  vertical-align: middle;
}
