@charset "utf-8";
/*
Theme Name: Taguchi
Theme URI: http://www.nex-web.net/
Author: Nex@Web
Author URI: http://www.nex-web.net/
Version: 1.0.4
Text Domain: animate
*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  line-height: 1.7;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
html ::selection {
  background: rgba(0, 165, 79, 0.75);
  color: #FFFFFF;
}
@media (max-width: 767px) {
  html {
    font-size: 54.6875%;
  }
}
html body {
  font-size: 1.6rem;
  font-family: 'Noto Serif JP', serif;
}
@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: bold;
}
h3,
h4 {
  font-size: 2rem;
  font-weight: bold;
}
h5,
h6 {
  font-size: 1.6rem;
  font-weight: bold;
}
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;
}
.key-1 {
  color: #0586cc;
}
.impact-1 {
  font-size: 1.8em;
}
table {
  border: 1px solid #DDDDDD;
  border-collapse: collapse;
}
table th {
  padding: 10px;
  border: 1px solid #DDDDDD;
  background: #EEEEEE;
}
table td {
  padding: 10px;
  border: 1px solid #DDDDDD;
  background: #FFFFFF;
}
input {
  height: calc(1.7em + 22px);
  line-height: 1.7;
  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: #565656;
}
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: #157639;
  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.7em + 22px);
  line-height: 1.7;
  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: #565656;
}
select {
  height: calc(1.7em + 22px);
  line-height: 1.7;
  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: #565656;
}
select option {
  padding: 0 0 0 5px;
}
.screen-reader-text {
  display: none;
}
.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: #FFFFFF;
  opacity: 1;
}
.main-animation.animation-main-slider-1 .messages {
  position: relative;
  z-index: 102;
  opacity: 0;
  filter: blur(20px);
  transform: translate(0, 60px);
}
@media (max-width: 767px) {
  .main-animation.animation-main-slider-1 .messages {
    filter: blur(10px);
    transform: translate(0, 30px);
  }
}
.main-animation.animation-main-slider-1.animated::before {
  animation: animationMainA1Mask 1.2s 2s both;
}
@keyframes animationMainA1Mask {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.main-animation.animation-main-slider-1.animated .messages {
  animation: animationMainA1Messages 1.2s 0.8s both;
}
@keyframes animationMainA1Messages {
  0% {
    opacity: 0;
    filter: blur(20px);
    transform: translate(0, 60px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate(0);
  }
}
@media (max-width: 767px) {
  @keyframes animationMainA1Messages {
    0% {
      opacity: 0;
      filter: blur(10px);
      transform: translate(0, 30px);
    }
    100% {
      opacity: 1;
      filter: blur(0);
      transform: translate(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: #0586cc;
  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: #000000;
}
.site-header {
  z-index: 2000;
  width: 100%;
  height: 130px;
}
@media (max-width: 767px) {
  .site-header {
    position: fixed;
    height: 80px;
  }
}
.site-body {
  z-index: 0;
  width: 100%;
  min-height: calc(100vh - 130px);
  overflow: hidden;
}
@media (max-width: 767px) {
  .site-body {
    padding-top: 80px;
    min-height: calc(100vh - 80px);
  }
}
.site-footer {
  z-index: 1000;
  width: 100%;
}
.site-header-content {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
}
.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 ::selection {
  background: rgba(255, 255, 255, 0.75);
  color: #0586cc;
}
.site-header-content .site-header-content-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .site-header-content .site-header-content-inner {
    padding: 0 10px;
  }
}
.site-header-content .header-info .site-title {
  height: 130px;
  line-height: 130px;
  overflow: hidden;
  font-size: 3.2rem;
  font-weight: bold;
}
.site-header-content .header-info .site-title a {
  display: flex;
  align-items: center;
  height: 100%;
  white-space: nowrap;
}
.site-header-content .header-info .site-title a img {
  width: auto;
  max-height: 100px;
}
@media (max-width: 767px) {
  .site-header-content .header-info .site-title {
    height: 80px;
    line-height: 80px;
  }
  .site-header-content .header-info .site-title a img {
    max-height: 60px;
    padding-right: 10px;
  }
}
.site-header-content .site-nav {
  align-self: flex-end;
}
.site-header-content .site-nav .site-nav-content .buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  line-height: 80px;
  margin-right: -10px;
  color: #0586cc;
}
.site-header-content .site-nav .site-nav-content .buttons p.menu-button {
  display: none;
  width: calc(1em + 40px);
  border-left: 1px solid #FFFFFF;
  font-size: 3.2rem;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .site-header-content .site-nav .site-nav-content .buttons {
    height: 80px;
    line-height: 80px;
  }
  .site-header-content .site-nav .site-nav-content .buttons p.menu-button {
    display: block;
    width: calc(1em + 30px);
  }
  .site-header-content .site-nav .site-nav-content .buttons p.menu-button.menu-close {
    display: none;
  }
}
.site-header-content .site-nav .site-nav-content ul.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  height: 55px;
  overflow: hidden;
  margin-right: -15px;
  margin-bottom: 40px;
  font-size: 1.4rem;
  white-space: nowrap;
}
.site-header-content .site-nav .site-nav-content ul.menu li {
  line-height: 48px;
  border-bottom: 2px solid transparent;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .site-header-content .site-nav .site-nav-content ul.menu li:hover,
  .site-header-content .site-nav .site-nav-content ul.menu li:active {
    transition: none;
  }
}
.site-header-content .site-nav .site-nav-content ul.menu li a {
  display: block;
  padding: 0 15px;
}
.site-header-content .site-nav .site-nav-content ul.menu li ul.sub-menu {
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 2002;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  padding: 0 25px;
  background: #F8F8F8;
  color: #565656;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
.site-header-content .site-nav .site-nav-content ul.menu li ul.sub-menu a {
  color: inherit;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .site-header-content .site-nav .site-nav-content ul.menu li ul.sub-menu a:hover,
  .site-header-content .site-nav .site-nav-content ul.menu li ul.sub-menu a:active {
    transition: none;
  }
}
.site-header-content .site-nav .site-nav-content ul.menu li ul.sub-menu a:hover,
.site-header-content .site-nav .site-nav-content ul.menu li ul.sub-menu a:active {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .site-header-content .site-nav .site-nav-content ul.menu li ul.sub-menu a:hover,
  .site-header-content .site-nav .site-nav-content ul.menu li ul.sub-menu a:active {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .site-header-content .site-nav .site-nav-content ul.menu li ul.sub-menu:hover,
  .site-header-content .site-nav .site-nav-content ul.menu li ul.sub-menu:active {
    transition: none;
  }
}
.site-header-content .site-nav .site-nav-content ul.menu li ul.sub-menu li {
  display: flex;
  line-height: 38px;
  border: none;
}
.site-header-content .site-nav .site-nav-content ul.menu li ul.sub-menu li a {
  border-bottom: 2px solid transparent;
}
.site-header-content .site-nav .site-nav-content ul.menu li ul.sub-menu li a:hover {
  border-bottom: 2px solid #0586cc;
}
.site-header-content .site-nav .site-nav-content ul.menu li ul.sub-menu li.menu-item-has-children {
  font-weight: bold;
}
.site-header-content .site-nav .site-nav-content ul.menu li ul.sub-menu li.menu-item-has-children ul.sub-menu {
  position: static;
  display: flex;
  width: auto;
  padding: 0;
  border: none;
  font-weight: normal;
}
.site-header-content .site-nav .site-nav-content ul.menu li:hover {
  border-bottom: 2px solid #FFFFFF;
}
.site-header-content .site-nav .site-nav-content ul.menu li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.site-header-content .site-nav .site-nav-content ul.menu > li {
  padding-top: 5px;
}
.site-header-content .site-nav .site-nav-content ul.menu > li > a {
  position: relative;
}
.site-header-content .site-nav .site-nav-content ul.menu > li > a::before {
  content: '▼';
  position: absolute;
  display: block;
  top: -5px;
  z-index: 10000;
  width: calc(100% - 15px * 2);
  line-height: 1;
  color: #E6E4E4;
  font-size: 1.2rem;
  text-align: center;
}
.site-header-content .site-nav .site-nav-content ul.menu > li > a:hover::before {
  color: #0586cc;
}
@media (max-width: 767px) {
  .site-header-content .site-nav .site-nav-content ul.menu {
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 2001;
    display: none;
    width: 100%;
    height: calc(100vh - 80px);
    overflow: auto;
    margin: 0;
    background: #F8F8F8;
    font-size: 1.6rem;
  }
  .site-header-content .site-nav .site-nav-content ul.menu li {
    line-height: 49px;
    border-bottom: 1px solid #DDDDDD;
  }
  .site-header-content .site-nav .site-nav-content ul.menu li ul.sub-menu {
    position: static;
    display: block;
    padding: 0;
    border: none;
    background: transparent;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .site-header-content .site-nav .site-nav-content ul.menu li ul.sub-menu li {
    display: block;
    line-height: 39px;
    border-top: 1px solid #DDDDDD;
  }
  .site-header-content .site-nav .site-nav-content ul.menu li ul.sub-menu li a {
    border: none;
    padding: 0 15px 0 30px;
  }
  .site-header-content .site-nav .site-nav-content ul.menu li ul.sub-menu li a:hover {
    border: none;
  }
  .site-header-content .site-nav .site-nav-content ul.menu li ul.sub-menu li.menu-item-has-children {
    font-weight: normal;
  }
  .site-header-content .site-nav .site-nav-content ul.menu li ul.sub-menu li.menu-item-has-children ul.sub-menu {
    display: block;
  }
  .site-header-content .site-nav .site-nav-content ul.menu li:hover {
    border-bottom: 1px solid #DDDDDD;
  }
  .site-header-content .site-nav .site-nav-content ul.menu > li {
    padding-top: 0;
  }
  .site-header-content .site-nav .site-nav-content ul.menu > li > a::before {
    position: static;
    display: inline-block;
    width: auto;
    margin-right: 5px;
    color: #0586cc;
    vertical-align: 0.06666667em;
  }
}
.site-body-nav {
  width: 100%;
  font-size: 1.2rem;
}
.site-body-nav.site-body-nav-with-eyecatch {
  height: 450px;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 999px) {
  .site-body-nav.site-body-nav-with-eyecatch {
    height: calc(50px + 40vw);
  }
}
.site-body-nav.site-body-nav-with-eyecatch .site-body-nav-inner {
  background: rgba(248, 248, 248, 0.75);
}
.site-body-nav .site-body-nav-inner {
  width: 100%;
  padding: 0 40px;
  background: #F8F8F8;
}
@media (max-width: 767px) {
  .site-body-nav .site-body-nav-inner {
    padding: 0 10px;
  }
}
.site-body-nav .site-breadcrumbs ul.breadcrumbs {
  padding: calc((50px - 2.04rem) / 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: #565656;
  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: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .site-body-content .site-body-content-inner {
    padding: 0 0;
  }
}
.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: 940px;
  margin: 40px 0;
}
.site-body-content .site-content .site-main {
  width: 940px;
  margin: 40px 0;
}
.site-body-content .site-content .site-side {
  width: 280px;
  min-width: 280px;
  margin: 40px 0;
}
@media (max-width: 999px) {
  .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: -100px;
}
@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: -30px;
  margin-bottom: -30px;
}
.site-main-content .site-main-content-inner {
  width: 100%;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .site-main-content .site-main-content-inner {
    padding: 0 10px;
  }
}
.site-main-content .site-main-nav {
  width: 100%;
  margin: 30px 0;
  border-top: 1px solid #DDDDDD;
  font-size: 1.4rem;
}
.site-main-content .site-main-nav .site-main-nav-inner {
  width: 100%;
}
.site-main-content .site-main-nav .pagination {
  margin: 30px 0;
}
.site-main-content .site-main-nav .pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
  color: #636363;
}
.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 {
  display: inline-block;
  margin: 0 10px 20px;
  padding: 10px 20px;
  border-radius: 15px;
  background: #0586cc;
  color: #FFFFFF;
  font-weight: bold;
}
.site-main-content .site-main-nav .pagination .nav-links .page-numbers.current {
  background: #858585;
  color: #FFFFFF;
}
.site-main-content .site-main-nav .pagination .nav-links .page-numbers.dots {
  background: transparent;
  color: inherit;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .site-main-content .site-main-nav .pagination .nav-links {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px;
  }
  .site-main-content .site-main-nav .pagination .nav-links .page-numbers {
    margin: 0 5px 10px;
  }
}
.site-side-content {
  width: 100%;
  margin-top: -30px;
  margin-bottom: -30px;
  font-size: 1.4rem;
}
.site-side-content .site-side-content-inner {
  width: 100%;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .site-side-content .site-side-content-inner {
    padding: 0 10px;
  }
}
.site-side-content h2 {
  margin: 30px 0;
  padding: 30px 10px;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  font-size: 2.4rem;
}
.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: bold;
}
.site-side-content ul.menu > li.current-menu-item > a,
.site-side-content ul.menu > li.current-menu-ancestor > a {
  color: #707070;
}
.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: normal;
}
.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: #707070;
}
.site-side-content .side-nav {
  margin: 30px 0;
}
.site-side-content .side-widget-area .widget {
  margin: 30px 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: #565656;
  font-size: 1.2rem;
}
.site-side-content .side-widget-area .widget.widget_rss .rssSummary {
  font-size: 1.2rem;
}
.site-side-content .side-widget-area .widget.widget_rss cite {
  display: block;
  color: #565656;
  font-size: 1.2rem;
  font-style: normal;
  text-align: right;
}
.site-side-content .side-widget-area .widget.widget_archive li {
  color: #565656;
  font-size: 1.2rem;
}
.site-side-content .side-widget-area .widget.widget_archive li a {
  font-size: 1.4rem;
}
.site-side-content .side-widget-area .widget.widget_categories li {
  color: #565656;
  font-size: 1.2rem;
}
.site-side-content .side-widget-area .widget.widget_categories li a {
  font-size: 1.4rem;
}
.site-side-content .side-widget-area .widget.widget_calendar .calendar_wrap {
  width: 100%;
  max-width: 240px;
  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 th {
  padding: 5px 0;
  text-align: center;
}
.site-side-content .side-widget-area .widget.widget_calendar .calendar_wrap table.wp-calendar-table td {
  padding: 5px 0;
  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: #565656;
  font-size: 1.2rem;
}
.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%;
  color: #565656;
  font-size: 1.2rem;
}
.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: 1280px;
  max-width: 100%;
  margin: 40px auto 0;
  padding: 0 40px 40px;
}
@media (max-width: 767px) {
  .site-footer-content .site-footer-content-inner {
    margin: 30px auto 0;
    padding: 0 10px 30px;
  }
}
.site-footer-content .footer-nav .footer-nav-content ul.menu {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-bottom: -10px;
}
.site-footer-content .footer-nav .footer-nav-content ul.menu li {
  margin: 0 0 10px;
  border-right: 1px solid #DDDDDD;
}
.site-footer-content .footer-nav .footer-nav-content ul.menu li a {
  display: block;
  padding: 0 10px;
}
.site-footer-content .footer-nav .footer-nav-content ul.menu li:last-child {
  border-right: none;
}
.site-footer-content .footer-nav .footer-nav-content ul.menu li:last-child > a {
  padding-right: 0;
}
.site-footer-content .footer-nav .footer-nav-content ul.menu li.menu-item-has-children {
  display: flex;
  align-items: center;
  width: 100%;
  border-right: none;
  font-weight: bold;
}
.site-footer-content .footer-nav .footer-nav-content ul.menu li.menu-item-has-children > a {
  width: 110px;
  min-width: 110px;
  padding: 0 0 0 10px;
}
.site-footer-content .footer-nav .footer-nav-content ul.menu li.menu-item-has-children ul.sub-menu {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
  padding: 10px 0 0 10px;
  border-left: 1px solid #DDDDDD;
  font-weight: normal;
}
@media (max-width: 767px) {
  .site-footer-content .footer-nav .footer-nav-content ul.menu li.menu-item-has-children {
    display: block;
    margin: 10px 0 0;
  }
  .site-footer-content .footer-nav .footer-nav-content ul.menu li.menu-item-has-children > a {
    width: auto;
    min-width: 0;
    margin-left: 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #DDDDDD;
  }
  .site-footer-content .footer-nav .footer-nav-content ul.menu li.menu-item-has-children ul.sub-menu {
    margin-left: 0;
    padding: 10px 0 0;
    border-left: none;
  }
  .site-footer-content .footer-nav .footer-nav-content ul.menu > li:first-child.menu-item-has-children {
    margin: 0;
  }
}
.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;
  }
}
@media (max-width: 767px) {
  .site-footer-content .footer-top {
    bottom: 10px;
    right: 10px;
  }
}
.site-footer-content .footer-top.on-top {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.site-footer-content .footer-top.on-bottom {
  position: absolute;
  bottom: -30px;
}
.site-footer-content .footer-top p.footer-top-buttons a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #0586cc;
  color: #FFFFFF;
  text-align: center;
}
.site-footer-content .footer-top p.footer-top-buttons a span {
  display: block;
}
.site-footer-content .footer-top p.footer-top-buttons a span.icon {
  line-height: 1;
  font-size: 2.8rem;
}
.site-footer-content .footer-top p.footer-top-buttons a span.text {
  font-size: 1rem;
}
.site-footer-address {
  position: relative;
  width: 100%;
  background: #0586cc;
  color: #FFFFFF;
  font-size: 1.2rem;
  text-align: center;
}
.site-footer-address a {
  color: inherit;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .site-footer-address a:hover,
  .site-footer-address a:active {
    transition: none;
  }
}
.site-footer-address a:hover,
.site-footer-address a:active {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .site-footer-address a:hover,
  .site-footer-address a:active {
    opacity: 1;
  }
}
.site-footer-address .site-footer-address-inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 40px;
}
@media (max-width: 767px) {
  .site-footer-address .site-footer-address-inner {
    padding: 30px 10px;
  }
}
.main-front {
  margin: 100px 0;
}
@media (max-width: 767px) {
  .main-front {
    margin: 60px 0;
  }
}
.main-front.main-front-full {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .main-front.main-front-full {
    padding: 0 10px;
  }
}
.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: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .main-front.main-front-full-bg .front-header,
  .main-front.main-front-full-bg .front-body {
    padding: 0 10px;
  }
}
.main-front.main-front-fixed {
  width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .main-front.main-front-fixed {
    padding: 0 10px;
  }
}
.main-front.main-front-fixed-inside {
  width: 900px;
  max-width: calc(100% - 40px * 2);
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media (max-width: 767px) {
  .main-front.main-front-fixed-inside {
    max-width: calc(100% - 10px * 2);
  }
}
.main-front .front-header {
  width: 100%;
  margin: 40px 0;
  color: #636363;
  text-align: center;
}
.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 {
  width: 100%;
}
.main-front .front-header h2 {
  line-height: 1.2;
  color: #565656;
  letter-spacing: 0.1em;
  font-size: 4.8rem;
}
@media (max-width: 999px) {
  .main-front .front-header h2 {
    font-size: max(4.8vw, 10px);
  }
}
@media (max-width: 767px) {
  .main-front .front-header h2 {
    font-size: max(7.2576vw, 10px);
  }
}
.main-front .front-body {
  width: 100%;
  margin: 40px 0;
  text-align: center;
}
@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 {
  height: calc(100vh - 130px);
  margin-top: 0;
  margin-bottom: 0;
  padding: 3px 0;
  border-top: 4px solid #0586cc;
  border-bottom: 4px solid #0586cc;
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .main-front.main-front-main-slider-1 {
    height: 70vw;
    padding: 2px 0;
    border-top: 3px solid #0586cc;
    border-bottom: 3px solid #0586cc;
  }
}
.main-front.main-front-main-slider-1 .front-body {
  height: 100%;
  margin: 0;
  border-top: 1px solid #157639;
  border-bottom: 1px solid #157639;
}
.main-front.main-front-main-slider-1 .front-body .front-body-inner {
  height: 100%;
  background: url('./images/front-main-bg-1.png') no-repeat center center;
  background-size: cover;
}
.main-front.main-front-main-slider-1 .front-main {
  height: 100%;
}
.main-front.main-front-main-slider-1 .front-main .messages {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.main-front.main-front-main-slider-1 .front-main .messages p {
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
	font-size:3em;
  text-shadow: -2px -2px #0586cc, -1px -2px #0586cc, 0 -2px #0586cc, 1px -2px #0586cc, 2px -2px #0586cc, -2px -1px #0586cc, 2px -1px #0586cc, -2px 0 #0586cc, 2px 0 #0586cc, -2px 1px #0586cc, 2px 1px #0586cc, -2px 2px #0586cc, -1px 2px #0586cc, 0 2px #0586cc, 1px 2px #0586cc, 2px 2px #0586cc, 4px 4px 8px #000000;
}
@media (max-width: 999px) {
  .main-front.main-front-main-slider-1 .front-main .messages p {
    font-size: max(6.4vw, 10px);
  }
}
@media (max-width: 767px) {
  .main-front.main-front-main-slider-1 .front-main .messages p {
    font-size: max(6.912vw, 10px);
  }
}
@media (max-width: 767px) {
  .main-front.main-front-main-slider-1 .front-main .messages p {
    text-shadow: -1px -1px #0586cc, 0 -1px #0586cc, 1px -1px #0586cc, -1px 0 #0586cc, 1px 0 #0586cc, -1px 1px #0586cc, 0 1px #0586cc, 1px 1px #0586cc, 2px 2px 4px #000000;
  }
}
.main-front.main-front-catch-a-1 {
  position: relative;
  z-index: 100;
  height: calc(43.75vw + 40px * 2);
  padding: 40px 0;
}
@media (max-width: 767px) {
  .main-front.main-front-catch-a-1 {
    height: calc(43.75vw + 20px * 2);
    padding: 20px 0;
  }
}
.main-front.main-front-catch-a-1::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 101;
  display: block;
  width: 50%;
  height: 100%;
  background: #0586cc;
  transform: skewX(-20deg);
  transform-origin: left bottom;
}
.main-front.main-front-catch-a-1 .front-body {
  position: relative;
  z-index: 102;
  height: 43.75vw;
  margin: 0;
}
.main-front.main-front-catch-a-1 .front-body .front-body-inner {
  height: 100%;
}
.main-front.main-front-catch-a-1 .front-catch {
  height: 100%;
  background: url('./images/front-catch-a-1-bg.png') no-repeat center center;
  background-size: cover;
}
.main-front.main-front-catch-a-1 .front-catch .messages {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.main-front.main-front-catch-a-1 .front-catch .messages p {
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  font-size: 3.8rem;
}
@media (max-width: 999px) {
  .main-front.main-front-catch-a-1 .front-catch .messages p {
    font-size: max(3.8vw, 10px);
  }
}
@media (max-width: 767px) {
  .main-front.main-front-catch-a-1 .front-catch .messages p {
    font-size: max(4.9248vw, 10px);
  }
}
.main-front.main-front-catch-b-2 {
  position: relative;
  z-index: 100;
  aspect-ratio: 1.875;
  margin-top: 40px;
  margin-bottom: 40px;
  background: url('./images/front-catch-b-2-bg.png') no-repeat center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .main-front.main-front-catch-b-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.main-front.main-front-catch-b-2 .front-header {
  position: absolute;
  top: 7.5%;
  right: 0;
  z-index: 104;
  width: 60%;
  margin: 0;
}
.main-front.main-front-catch-b-2 .front-header h2 {
  margin: 0;
  text-align: center;
  font-size: 4rem;
}
@media (max-width: 999px) {
  .main-front.main-front-catch-b-2 .front-header h2 {
    font-size: max(4vw, 10px);
  }
}
@media (max-width: 767px) {
  .main-front.main-front-catch-b-2 .front-header h2 {
    font-size: max(5.184vw, 10px);
  }
}
.main-front.main-front-catch-b-2 .front-body {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  margin: 0;
}
.main-front.main-front-catch-b-2 .front-body .front-body-inner {
  height: 100%;
}
.main-front.main-front-catch-b-2 .front-catch {
  height: 100%;
}
.main-front.main-front-catch-b-2 .front-catch .objects {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 102;
  width: 100%;
  height: 100%;
}
.main-front.main-front-catch-b-2 .front-catch .objects p {
  text-align: center;
}
.main-front.main-front-catch-b-2 .front-catch .objects p img {
  width: 100%;
  height: auto;
}
.main-front.main-front-catch-b-2 .front-catch .messages {
  position: absolute;
  top: 22.5%;
  right: 0;
  z-index: 103;
  width: 60%;
}
.main-front.main-front-catch-b-2 .front-catch .messages p {
  text-align: center;
  font-size: 2.4rem;
}
@media (max-width: 999px) {
  .main-front.main-front-catch-b-2 .front-catch .messages p {
    font-size: max(2.4vw, 10px);
  }
}
@media (max-width: 767px) {
  .main-front.main-front-catch-b-2 .front-catch .messages p {
    font-size: max(3.1104vw, 10px);
  }
}
.main-front.main-front-general-1 .front-general .messages p {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .main-front.main-front-general-1 .front-general .messages p {
    font-size: 1.4rem;
  }
}
.main-front.main-front-general-1 .front-general .messages p.logo {
  margin-bottom: 15px;
}
.main-front.main-front-general-1 .front-general .messages p.logo img {
  width: auto;
  height: 3em;
  vertical-align: top;
}
.main-front.main-front-general-1 .front-general p.detail {
  color: #636363;
  font-size: 2rem;
  margin: 40px 0;
  text-align: center;
}
.main-front.main-front-general-1 .front-general p.detail a {
  color: inherit;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .main-front.main-front-general-1 .front-general p.detail a:hover,
  .main-front.main-front-general-1 .front-general p.detail a:active {
    transition: none;
  }
}
.main-front.main-front-general-1 .front-general p.detail a:hover,
.main-front.main-front-general-1 .front-general p.detail a:active {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .main-front.main-front-general-1 .front-general p.detail a:hover,
  .main-front.main-front-general-1 .front-general p.detail a:active {
    opacity: 1;
  }
}
.main-front.main-front-general-1 .front-general p.detail a:hover,
.main-front.main-front-general-1 .front-general p.detail a:active {
  text-decoration: none;
}
.main-front.main-front-general-1 .front-general p.detail a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 15px;
  background: #0586cc;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}
.main-front.main-front-general-1 .front-general p.detail a .icon {
  margin-right: 20px;
  font-size: 0.8em;
}
@media (max-width: 767px) {
  .main-front.main-front-general-1 .front-general p.detail {
    font-size: 1.6rem;
  }
}
.main-front.main-front-general-1 .front-general p.detail a {
  position: relative;
  width: 200px;
}
@media (max-width: 767px) {
  .main-front.main-front-general-1 .front-general p.detail a {
    width: 160px;
  }
}
.main-front.main-front-general-1 .front-general p.detail a .icon {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  height: 1em;
  line-height: 1;
  margin: auto;
  font-size: 0.8em;
}
@media (max-width: 767px) {
  .main-front.main-front-general-1 .front-general p.detail {
    margin: 20px 0;
  }
}
.main-front.main-front-topics-banner-2 {
  position: relative;
  z-index: 100;
  background: url('./images/front-topics-2-bg.png') no-repeat center center;
  background-size: cover;
  padding: 60px 0 1px;
}
@media (max-width: 767px) {
  .main-front.main-front-topics-banner-2 {
    padding: 40px 0 1px;
  }
}
.main-front.main-front-topics-banner-2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background:rgba(5,134,204,0.6);
}
.main-front.main-front-topics-banner-2 .front-header {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  z-index: 101;
  width: 200px;
  margin: auto;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
@media (max-width: 999px) {
  .main-front.main-front-topics-banner-2 .front-header {
    width: 21.33333333vw;
  }
}
@media (max-width: 767px) {
  .main-front.main-front-topics-banner-2 .front-header {
    top: -20px;
  }
}
.main-front.main-front-topics-banner-2 .front-header h2 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  font-size: 3.2rem;
  font-weight: normal;
}
@media (max-width: 999px) {
  .main-front.main-front-topics-banner-2 .front-header h2 {
    font-size: 3.41333333vw;
  }
}
.main-front.main-front-topics-banner-2 .front-header h2 .line {
  display: flex;
  flex-direction: column;
  margin: 0.3em 0.1em;
}
.main-front.main-front-topics-banner-2 .front-header h2 .line .char {
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4;
  border-radius: 0.7em;
  background: #858585;
  color: #FFFFFF;
  text-align: center;
}
.main-front.main-front-topics-banner-2 .front-header h2 .line.line-1 {
  margin-top: 0.5em;
}
.main-front.main-front-topics-banner-2 .front-header h2 .line.line-1 .char {
  background: #157639;
}
@media (max-width: 999px) {
  .main-front.main-front-topics-banner-2 .front-body {
    padding: 0;
  }
}
.main-front.main-front-topics-banner-2 .front-topics ul {
  display: flex;
  flex-wrap: wrap;
}
.main-front.main-front-topics-banner-2 .front-topics ul li {
  position: relative;
  z-index: 100;
  width: 50%;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}
.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 a:hover,
.main-front.main-front-topics-banner-2 .front-topics ul li a:active {
  text-decoration: none;
}
.main-front.main-front-topics-banner-2 .front-topics ul li::before {
  content: '';
  position: absolute;
  z-index: 101;
  display: inline-block;
  width: 300px;
  aspect-ratio: 1;
  vertical-align: top;
  background: #FFFFFF;
}
@media (max-width: 999px) {
  .main-front.main-front-topics-banner-2 .front-topics ul li::before {
    width: 32vw;
  }
}
.main-front.main-front-topics-banner-2 .front-topics ul li a {
  position: relative;
  z-index: 102;
  display: block;
  width: 100%;
  height: 100%;
}
.main-front.main-front-topics-banner-2 .front-topics ul li .image {
  display: inline-block;
  width: 300px;
  aspect-ratio: 1;
  vertical-align: top;
  overflow: hidden;
}
.main-front.main-front-topics-banner-2 .front-topics ul li .image img {
  transition: 0.4s;
}
.main-front.main-front-topics-banner-2 .front-topics ul li .image img:hover,
.main-front.main-front-topics-banner-2 .front-topics ul li .image img:active {
  transform: scale(1.2);
}
@media (max-width: 767px) {
  .main-front.main-front-topics-banner-2 .front-topics ul li .image img:hover,
  .main-front.main-front-topics-banner-2 .front-topics ul li .image img:active {
    transform: none;
  }
}
@media (max-width: 767px) {
  .main-front.main-front-topics-banner-2 .front-topics ul li .image img:hover,
  .main-front.main-front-topics-banner-2 .front-topics ul li .image img:active {
    transition: none;
  }
}
@media (max-width: 999px) {
  .main-front.main-front-topics-banner-2 .front-topics ul li .image {
    width: 32vw;
  }
}
.main-front.main-front-topics-banner-2 .front-topics ul li .title {
  position: absolute;
  display: inline-block;
  line-height: 1;
  font-size: 55px;
}
@media (max-width: 999px) {
  .main-front.main-front-topics-banner-2 .front-topics ul li .title {
    font-size: 5.86666667vw;
  }
}
.main-front.main-front-topics-banner-2 .front-topics ul li.item-1 {
  text-align: right;
}
.main-front.main-front-topics-banner-2 .front-topics ul li.item-1::before {
  top: 0;
  right: 10px;
}
@media (max-width: 999px) {
  .main-front.main-front-topics-banner-2 .front-topics ul li.item-1::before {
    right: 1.06666667vw;
  }
}
.main-front.main-front-topics-banner-2 .front-topics ul li.item-1 .image {
  margin-right: 10px;
  box-shadow: -20px 20px rgba(255, 255, 255, 0.5);
}
@media (max-width: 999px) {
  .main-front.main-front-topics-banner-2 .front-topics ul li.item-1 .image {
    margin-right: 1.06666667vw;
    box-shadow: -2.13333333vw 2.13333333vw rgba(255, 255, 255, 0.5);
  }
}
.main-front.main-front-topics-banner-2 .front-topics ul li.item-1 .title {
  bottom: -20px;
  right: 340px;
}
@media (max-width: 999px) {
  .main-front.main-front-topics-banner-2 .front-topics ul li.item-1 .title {
    bottom: -2.13333333vw;
    right: 36.26666667vw;
  }
}
.main-front.main-front-topics-banner-2 .front-topics ul li.item-2 {
  text-align: left;
}
.main-front.main-front-topics-banner-2 .front-topics ul li.item-2::before {
  top: 0;
  left: 10px;
}
@media (max-width: 999px) {
  .main-front.main-front-topics-banner-2 .front-topics ul li.item-2::before {
    left: 1.06666667vw;
  }
}
.main-front.main-front-topics-banner-2 .front-topics ul li.item-2 .image {
  margin-left: 10px;
  box-shadow: 20px 20px rgba(255, 255, 255, 0.5);
}
@media (max-width: 999px) {
  .main-front.main-front-topics-banner-2 .front-topics ul li.item-2 .image {
    margin-left: 1.06666667vw;
    box-shadow: 2.13333333vw 2.13333333vw rgba(255, 255, 255, 0.5);
  }
}
.main-front.main-front-topics-banner-2 .front-topics ul li.item-2 .title {
  top: 0;
  left: 340px;
}
@media (max-width: 999px) {
  .main-front.main-front-topics-banner-2 .front-topics ul li.item-2 .title {
    left: 36.26666667vw;
  }
}
.main-front.main-front-topics-banner-2 .front-topics p.detail {
  color: #636363;
  font-size: 2rem;
  margin: 40px 0;
  text-align: center;
}
.main-front.main-front-topics-banner-2 .front-topics p.detail a {
  color: inherit;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .main-front.main-front-topics-banner-2 .front-topics p.detail a:hover,
  .main-front.main-front-topics-banner-2 .front-topics p.detail a:active {
    transition: none;
  }
}
.main-front.main-front-topics-banner-2 .front-topics p.detail a:hover,
.main-front.main-front-topics-banner-2 .front-topics p.detail a:active {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .main-front.main-front-topics-banner-2 .front-topics p.detail a:hover,
  .main-front.main-front-topics-banner-2 .front-topics p.detail a:active {
    opacity: 1;
  }
}
.main-front.main-front-topics-banner-2 .front-topics p.detail a:hover,
.main-front.main-front-topics-banner-2 .front-topics p.detail a:active {
  text-decoration: none;
}
.main-front.main-front-topics-banner-2 .front-topics p.detail a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 15px;
  background: #0586cc;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}
.main-front.main-front-topics-banner-2 .front-topics p.detail a .icon {
  margin-right: 20px;
  font-size: 0.8em;
}
@media (max-width: 767px) {
  .main-front.main-front-topics-banner-2 .front-topics p.detail {
    font-size: 1.6rem;
  }
}
.main-front.main-front-topics-banner-2 .front-topics p.detail a {
  position: relative;
  width: 200px;
}
@media (max-width: 767px) {
  .main-front.main-front-topics-banner-2 .front-topics p.detail a {
    width: 160px;
  }
}
.main-front.main-front-topics-banner-2 .front-topics p.detail a .icon {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  height: 1em;
  line-height: 1;
  margin: auto;
  font-size: 0.8em;
}
@media (max-width: 767px) {
  .main-front.main-front-topics-banner-2 .front-topics p.detail {
    margin: 20px 0;
  }
}
.main-front.main-front-topics-banner-2 .front-topics p.detail a {
  background: #FFFFFF;
  color: #0586cc;
}
.main-front.main-front-gallery-photo-1 {
  padding: 0;
}
@media (max-width: 767px) {
  .main-front.main-front-gallery-photo-1 {
    padding: 0;
  }
}
.main-front.main-front-gallery-photo-1 .front-gallery ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.main-front.main-front-gallery-photo-1 .front-gallery ul li {
  width: 50%;
  text-align: center;
}
.main-front.main-front-contact-button-1 {
  margin-top: 200px;
}
@media (max-width: 767px) {
  .main-front.main-front-contact-button-1 {
    margin-top: 120px;
  }
}
.main-front.main-front-contact-button-1 .front-contact .messages {
  margin: 40px 0;
}
@media (max-width: 767px) {
  .main-front.main-front-contact-button-1 .front-contact .messages {
    margin: 20px 0;
  }
}
.main-front.main-front-contact-button-1 .front-contact .messages p {
  color: #565656;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.main-front.main-front-contact-button-1 .front-contact .messages p.phone {
  line-height: 1.4;
  font-size: 3.2rem;
}
@media (max-width: 999px) {
  .main-front.main-front-contact-button-1 .front-contact .messages p.phone {
    font-size: max(3.2vw, 10px);
  }
}
@media (max-width: 767px) {
  .main-front.main-front-contact-button-1 .front-contact .messages p.phone {
    font-size: max(4.8384vw, 10px);
  }
}
.main-front.main-front-contact-button-1 .front-contact p.button {
  color: #636363;
  font-size: 2rem;
  margin: 40px 0;
  font-size: 2.4rem;
  text-align: center;
}
.main-front.main-front-contact-button-1 .front-contact p.button a {
  color: inherit;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .main-front.main-front-contact-button-1 .front-contact p.button a:hover,
  .main-front.main-front-contact-button-1 .front-contact p.button a:active {
    transition: none;
  }
}
.main-front.main-front-contact-button-1 .front-contact p.button a:hover,
.main-front.main-front-contact-button-1 .front-contact p.button a:active {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .main-front.main-front-contact-button-1 .front-contact p.button a:hover,
  .main-front.main-front-contact-button-1 .front-contact p.button a:active {
    opacity: 1;
  }
}
.main-front.main-front-contact-button-1 .front-contact p.button a:hover,
.main-front.main-front-contact-button-1 .front-contact p.button a:active {
  text-decoration: none;
}
.main-front.main-front-contact-button-1 .front-contact p.button a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 15px;
  background: #0586cc;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}
.main-front.main-front-contact-button-1 .front-contact p.button a .icon {
  margin-right: 20px;
  font-size: 0.8em;
}
@media (max-width: 767px) {
  .main-front.main-front-contact-button-1 .front-contact p.button {
    font-size: 1.6rem;
  }
}
.main-front.main-front-contact-button-1 .front-contact p.button a {
  position: relative;
  width: 200px;
}
@media (max-width: 767px) {
  .main-front.main-front-contact-button-1 .front-contact p.button a {
    width: 160px;
  }
}
.main-front.main-front-contact-button-1 .front-contact p.button a .icon {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  height: 1em;
  line-height: 1;
  margin: auto;
  font-size: 0.8em;
}
@media (max-width: 767px) {
  .main-front.main-front-contact-button-1 .front-contact p.button {
    margin: 20px 0;
    font-size: 2rem;
  }
}
.main-front.main-front-contact-button-1 .front-contact p.button a {
  width: 400px;
  max-width: 90%;
  padding: 20px 0;
}
.main-front.main-front-contact-button-1 .front-contact p.button a .logo img {
  width: auto;
  height: 1.7em;
  margin-right: 15px;
  vertical-align: top;
}
.main-front.main-front-news {
  margin-top: 40px;
  margin-bottom: 40px;
  border-bottom: 2px dashed #DDDDDD;
}
@media (max-width: 767px) {
  .main-front.main-front-news {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.main-front.main-front-news .front-header {
  margin: 30px 0;
  padding: 0 20px;
  text-align: left;
}
@media (max-width: 767px) {
  .main-front.main-front-news .front-header {
    margin: 15px 0;
    padding: 0 10px;
  }
}
.main-front.main-front-news .front-header h2 {
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .main-front.main-front-news .front-header h2 {
    font-size: 2.4rem;
  }
}
.main-front.main-front-news .front-body {
  margin: 30px 0;
  padding: 0 20px;
  text-align: left;
}
@media (max-width: 767px) {
  .main-front.main-front-news .front-body {
    margin: 15px 0;
    padding: 0 10px;
  }
}
.main-front .front-post-list-2 ul {
  margin: 30px 0;
}
@media (max-width: 767px) {
  .main-front .front-post-list-2 ul {
    margin: 15px 0;
  }
}
.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;
  margin: 15px 0;
}
.main-front .front-post-list-2 ul li .link-box a .date {
  width: 125px;
  min-width: 125px;
  margin-right: 20px;
  line-height: 2.72rem;
  color: #565656;
}
.main-front .front-post-list-2 ul li .link-box a .title {
  color: #565656;
}
.main-front .front-post-list-2 ul li .link-box a .title .categories {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}
.main-front .front-post-list-2 ul li .link-box a .title .categories .category {
  display: inline-block;
  padding: 0 5px;
  background: #0586cc;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: bold;
  vertical-align: 0.06666667em;
}
@media (max-width: 767px) {
  .main-front .front-post-list-2 ul li .link-box a {
    flex-wrap: wrap;
    margin: 10px 0;
  }
  .main-front .front-post-list-2 ul li .link-box a .date {
    width: 100%;
    margin-right: 0;
  }
}
.main-front .front-post-list-2 p.detail {
  color: #0586cc;
  margin: 30px 0;
  font-size: 1.4rem;
  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 {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 15px;
  background: #0586cc;
  color: #FFFFFF;
  font-weight: bold;
  text-align: left;
}
.main-front .front-post-list-2 p.detail a .icon {
  margin-left: 20px;
  font-size: 0.8em;
}
@media (max-width: 767px) {
  .main-front .front-post-list-2 p.detail {
    margin: 15px 0;
  }
}
.main-post .post-header {
  width: 100%;
  margin: 30px 0;
  color: #0586cc;
}
.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.76rem / 2);
}
.main-post .post-header.post-header-with-eyecatch .post-header-inner {
  position: absolute;
  top: calc(-40px - 4.76rem / 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.2em;
  letter-spacing: 0.2em;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .main-post .post-header.post-header-with-eyecatch {
    padding-bottom: calc(20px + 4.08rem / 2);
  }
  .main-post .post-header.post-header-with-eyecatch .post-header-inner {
    top: calc(-20px - 4.08rem / 2);
  }
  .main-post .post-header.post-header-with-eyecatch .post-title {
    padding: 20px 40px;
    font-size: 2.4rem;
  }
}
.main-post .post-body {
  width: 100%;
  margin: 30px 0;
}
.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 -40px;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .main-post .post-body .post-full {
    margin: 0 -10px;
    padding: 0 10px;
  }
}
.main-post .post-body .post-full-outside {
  margin: 0 -40px;
}
@media (max-width: 767px) {
  .main-post .post-body .post-full-outside {
    margin: 0 -10px;
  }
}
.main-post .post-body .post-full-bg {
  margin: 0 -40px;
}
@media (max-width: 767px) {
  .main-post .post-body .post-full-bg {
    margin: 0 -10px;
  }
}
.main-post .post-body .post-full-bg .post-full-bg-inner {
  width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .main-post .post-body .post-full-bg .post-full-bg-inner {
    padding: 0 10px;
  }
}
.main-post .post-body .post-fixed,
.main-post .post-body .post-fixed-inside {
  width: 900px;
  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: bold;
}
.main-post .post-body dl dd {
  padding-left: 20px;
}
.main-post .post-body blockquote {
  margin: 15px 0;
  padding: 1px 20px;
  background: #EEEEEE;
}
.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: #EEEEEE;
}
.main-post .post-footer {
  width: 100%;
  margin: 30px 0;
  font-size: 1.4rem;
  color: #565656;
}
.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: #0586cc;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: bold;
  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: 30px 0;
  color: #636363;
}
.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: 30px 0;
}
.main-archive .archive-body .archive-body-inner {
  width: 100%;
}
.main-archive .archive-body .main-post {
  margin: 30px 0;
}
.main-archive .archive-body .main-post + .main-post {
  padding-top: 10px;
  border-top: 1px solid #DDDDDD;
}
.main-archive .archive-body .main-post .post-header {
  margin: 20px 0;
  color: #0586cc;
}
.main-archive .archive-body .main-post .post-header .post-title {
  font-size: 2.4rem;
}
.main-archive .archive-body .main-post .post-body {
  margin: 20px 0;
}
.main-archive .archive-body .main-post .post-body p.detail {
  color: #636363;
  font-size: 1.4rem;
  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 {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 15px;
  background: #0586cc;
  color: #FFFFFF;
  font-weight: bold;
  text-align: left;
}
.main-archive .archive-body .main-post .post-body p.detail a .icon {
  margin-left: 20px;
  font-size: 0.8em;
}
.main-archive .archive-body .main-post .post-footer {
  margin: 20px 0;
}
.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.7em + 22px);
  line-height: 1.7;
  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.7em + 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: #565656;
}
.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;
}
